@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Zilla+Slab:wght@300;400;500;600;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');

/* -----------------------------------------------------------
font-size
------------------------------------------------------------*/
/* rem相対、px固定*/
@media (min-width: 768px) {
  :root {
    font-size: calc(0.5625rem + ((1vw - 7.68px) * 0.1736));
    min-height: 0vw;
  }

  p,
  div,
  span,
  li,
  i,
  td,
  th,
  em,
  dt,
  dd {
    font-size: 1.7rem;
  }
}

@media (min-width: 1344px) {
  :root {
    font-size: 10px;
  }
}

@media (max-width: 1100px) {
  @media (min-width: 768px) {
    :root {
      font-size: calc(0.52rem + ((1vw - 7.68px) * 0.1736));
      min-height: 0vw;
    }

  }
}

@media screen and (max-width:767px) {
  html {
    font-size: 62.5%;
  }

  body {
    font-size: 1.4rem;
  }

  p,
  div,
  span,
  li,
  i,
  td,
  th,
  em,
  dt,
  dd {
    font-size: 1.4rem;
  }
}

/* -----------------------------------------------------------
	common
------------------------------------------------------------*/
html,
body {
  height: 100%;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-weight: 400;
  line-height: 1.8;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
}

/* ゴシック系 */
#header a,
#footer *,
.btn-area a,
.go,
body,
table,
th,
td,
p,
li,
div,
span,
dt,
dd {
  font-family: 'Noto Sans Japanese', "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

/* 明朝系 */
h1,
h2,
h3,
h4,
h5,
h1 span,
h2 span,
.min,
.marker,
.what-ttl-en {
  font-family: 'Noto Serif CJK JP', "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 500;
  line-height: 1.4;
  margin: 0;
}

.en {
  font-family: 'Roboto', sans-serif;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

p,
li,
dt,
dd,
th,
td,
div,
span,
em {
  color: #00449b;
  line-height: 1.6;
  word-wrap: break-word;
}

li {
  line-height: 1.4;
  list-style: none;
}

ul,
ol {
  padding-left: 0;
  margin: 0;
}

table {
  width: 100%;
  border-collapse: collapse;
}

a {
  word-break: break-word;
  text-decoration: none;
}

header a,
footer a {
  text-decoration: none;
}

img {
  line-height: 0;
  max-width: 100%;
  vertical-align: bottom;
}

article:after,
main:after,
clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.mv03-img {
  display: inline-block;
}

@media screen and (min-width: 751px) {
  a {
    -webkit-transition: background 0.3s ease, color 0.3s ease;
    -moz-transition: background 0.3s ease, color 0.3s ease;
    -o-transition: background 0.3s ease, color 0.3s ease;
    transition: background 0.3s ease, color 0.3s ease;
  }

  a:hover {
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    opacity: 0.7;
    cursor: pointer;
    transition: opacity 0.3s;
    text-decoration: none;
  }

  a:hover img {
    -ms-filter: "alpha(opacity=70)";
    filter: alpha(opacity=70);
  }

  #page-top a:hover {
    text-decoration: none;
    opacity: 0.7;
  }

}


/* -----------------------------------------------------------
common default
------------------------------------------------------------*/
.ac {
  margin: auto;
}

.tc {
  text-align: center !important;
}

.tl {
  text-align: left !important;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.bold {
  font-weight: bold;
}

.inline {
  display: inline-block;
}

.block {
  display: block;
}

.super {
  vertical-align: super;
  font-size: 10px;
}

dl,
dt,
dd,
li {
  margin: 0;
  padding: 0;
}

/* -----------------------------------------------------------
page
------------------------------------------------------------*/
#page {
  /* max-width:1344px;
  margin:0 auto; */
}

.full {
  width: 100%;
}

.container {
  margin: 0 auto;
  max-width: 1000px;
  width: 95%;
  position: relative;
}

.container.medium {
  max-width: 1064px;
}

.container.short {
  max-width: 880px;
}

/* -----------------------------------------------------------
reset
------------------------------------------------------------*/
a:focus,
a:active {
  outline: none;
  outline-offset: 0;
  text-decoration: none;
}

.btn:active,
.btn.active {
  box-shadow: none;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none;
}

.btn-link:hover {
  text-decoration: none;
}

/* -----------------------------------------------------------
共通ボックス
------------------------------------------------------------*/
.pb10 {
  padding-bottom: 10px;
}

.pb15 {
  padding-bottom: 15px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb60 {
  padding-bottom: 60px;
}

.pb80 {
  padding-bottom: 80px;
}

.pb100 {
  padding-bottom: 100px;
}

.pt60 {
  padding-top: 60px;
}

.pt70 {
  padding-top: 70px;
}

.pt80 {
  padding-top: 80px;
}

.pt5 {
  padding-top: 3px;
}

.pl10 {
  padding-left: 10px;
}

.pl20 {
  padding-left: 20px;
}

.mt80 {
  margin-top: 80px;
}

.mt100 {
  margin-top: 100px;
}

.mt120 {
  margin-top: 120px;
}

.mt140 {
  margin-top: 140px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb110 {
  margin-bottom: 110px;
}

.mb120 {
  margin-bottom: 120px;
}

.mr20 {
  margin-right: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pb20 {
  padding-bottom: 20px;
}

.vt {
  vertical-align: top;
}

.tr {
  text-align: right;
}

.bgfff {
  background: #fff;
}

.fs14 {
  font-size: 14px;
}

.fs16 {
  font-size: 16px;
}

.fs18 {
  font-size: 18px;
}

.fs20 {
  font-size: 20px;
}

.fs22 {
  font-size: 22px;
}

.fs24 {
  font-size: 24px;
}

.fs26 {
  font-size: 26px;
}

.fs28 {
  font-size: 28px;
}

.fs30 {
  font-size: 30px;
}

.fs32 {
  font-size: 32px;
}

.fs34 {
  font-size: 34px;
}

.fs36 {
  font-size: 36px;
}

.fs38 {
  font-size: 38px;
}

.fs40 {
  font-size: 40px;
}

/* -----------------------------------------------------------
btn
------------------------------------------------------------*/

button {
  width: auto;
  padding: 0;
  margin: 0;
  background: none;
  border: 0;
  font-size: 0;
  line-height: 0;
  overflow: visible;
  cursor: pointer;
}

button:focus {
  outline: none;
  appearance: none;
}

/* -----------------------------------------------------------
PCメニュー
------------------------------------------------------------*/

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }

  /*-------------------------------------------------------------
header menu
---------------------------------------------------------------*/
  #header {
    position: absolute;
    width: 100%;
    z-index: 10000;
    left: 0;
    top: 383px;
    border-bottom: 4px solid #00449b;
  }

  .second #header {
    top: 278px;
  }

  #header,
  .header-top,
  #menu a {
    height: 70px;
  }

  #header.scrolled {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 0px 0 10px rgba(0, 0, 0, 0.15);
  }

  .scrolled #top-logo {
    top: 5px;
  }

  .header-top {
    position: relative;
    display: flex;
    justify-content: center;
    margin: auto;
    align-items: center;
    /* max-width:1344px; */
    width: 80%;
  }

  #header-menu {
    width: 100%;
    max-width: 1504px;
  }

  #top-logo {
    /* max-width:1134px; */
    margin: auto;
    position: fixed;
    top: 15px;
    left: 16px;
  }

  #menu {
    display: flex;
    justify-content: center;
  }

  #menu li {
    width: 100%;
  }

  #menu a {
    color: #fff;
    font-size: 1.7rem;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    /* width:190px; */
    width: 100%;
    height: 64px;
    background: #fd4c9b;
    margin: 0 2px;
    text-align: center;
  }

  #menu li.lblue a {
    background: #6195da;
    /* width:90px; */
  }

  #menu li.blue a {
    background: #00449b;
  }

  #menu li.pink a {
    background: #fd4c9b;
  }

  #menu a:hover {
    opacity: 0.9;
  }

  /* -----------------------------------------------------------
	index-header
------------------------------------------------------------*/
  .index header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 3;
  }

  .index header #index-header #header {
    position: inherit;
  }

  #index-header {
    margin: 0 auto;
    width: 95%;
    background: #ffff;
    box-shadow: 3px 3px 10px rgb(0, 0, 0, 0.3);
    position: relative;
  }

  #mv {
    position: relative;
    margin-bottom: 70px;
    /*header高さ*/
  }

  #mv,
  #mv .mv-img img,
  #mv-inner {
    width: 100%;
    height: 400px;
  }

  .mv-img {
    position: relative;
  }

  .mv01-img {
    position: absolute;
    top: 0;
    right: 0;
    width: 400px;
  }

  .mv02-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 400px;
  }

  .mv03-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%)translateX(-50%);
    max-width: 460px;
    width: 40vw;
  }

  @media screen and (max-width: 1400px) {
    .scrolled #top-logo {
      top: 8px;
      max-width: 80px;
      transition: 0.3s;
    }

    #menu a {
      font-size: 1.5rem;
    }
  }

  @media screen and (max-width:1023px) {


    .header-top {
      width: 100%;
    }

    .scrolled .header-top {
      width: 85%;
      justify-content: flex-end;
      margin: 0 0 0 auto;
    }

  }

  @media screen and (max-width:800px) {
    .mv01-img {
      width: 50%;
    }

    .mv02-img {

      width: 50%;
    }

  }

}

/*--- end PCメニュー */

/* -----------------------------------------------------------
	index
------------------------------------------------------------*/
body {
  background: #e3eafb;
  margin: 0;
}


#mv-inner {
  position: relative;
  background-color: #fff;
  text-align: center;
}

.ttl01 {
  position: relative;
  font-size: 3.3rem;
  color: #00449b;
  letter-spacing: -0.03em;
  text-align: left;
  margin: 1.3rem 0 3rem 11rem;
  font-weight: bold;
}

.ttl01.s {}

.ttl01 strong {
  color: #e7227f;
}

.ttl01:before {
  content: '';
  position: absolute;
  top: -0.7em;
  left: -1.4em;
  width: 2px;
  height: 60px;
  background-color: #00449b;
  margin-left: 25px;
  transform: rotate(40deg);
}

.section {
  padding: 3em 0 5em;
}

.bg01 {
  background: #e3eafb;
}

.bg02 {
  background: #fcf1f5;
}

.bg03 {
  background: #eeeff0;
}

.bg04 {
  background: #00449b;
}

.menu-box {
  margin: 6rem 0;
}

.menu-box li {
  margin: 4rem 0;
}

.menu-box li a {
  background: #fff;
  padding: 20px 45px 20px 20px;
  position: relative;
  box-shadow: 5px 0 15px rgba(0, 68, 155, 0.1);
  height: 196px;
  display: flex;
  align-items: center;
  align-content: center;
  position: relative;
}

.menu-box li a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 26px;
  background: url(/wp-content/uploads/2024/07/arrow-r.svg)no-repeat 0 center;
  width: 18px;
  height: 32px;
}

.menu-box li dl {
  display: flex;
  align-items: center;
  align-content: center;
  width: 100%;
}

.menu-box li dt {
  margin-top: -4rem;
  max-width: 190px;
  width: 22%;
  text-align: center;
  position: relative;
}

.menu-box li dd:before {
  content: "";
  position: absolute;
  top: 0;
  bottom:0;
  left: 0;
  margin: auto;
  width: 1px;
  height: 100%;
  background: #ccc;
}

.menu-box li dd {
  width: 78%;
  padding: 0 0 0 3rem;
  text-align: left;
  position: relative;
}

.menu-box li dt,
.menu-box li dd {}

.merit-ttl-main,
.merit-ttl-main * {
  color: #00449b;
  font-size: 2.8rem;
  letter-spacing: -0.03em;
  font-weight: bold;
}

.merit-ttl-main {
  position: relative;
  padding: 0 0 0.8em;
  line-height: 1;
}

.merit-ttl-main:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 35%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 15px 0 15px;
  border-color: #f74c9d transparent transparent transparent;
}

.merit-ttl-sub,
.merit-ttl-sub * {
  color: #e7227f;
  font-size: 3rem;
  letter-spacing: -0.03em;
  font-weight: bold;
}

.marker {
  background: linear-gradient(transparent 60%, #ffc9db 0%);
}

.pink {
  color: #e7227f;
}

.blue {
  color: #00449b;
}

.btn-area {
  margin: 2em auto;
  display: flex;
  justify-content: center;
}

.btn-area a {
  width: 400px;
  height: 80px;
  border-radius: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.4rem;
  color: #fff;
  background: #00449b;
  font-weight: bold;
}

.bg04 * {
  color: #fff;
}

.ttl02 {
  text-align: center;
  margin: 1em auto 1.5em;
  font-size: 3.2rem;
  letter-spacing: -0.1em;
}

.flexbox {
  display: flex;
}

.top-what .ttl-logo {
  text-align: center;
}

.top-what ul.flexbox {
  justify-content: center;
  margin: 0 -1.5%;
}

.top-what .flexbox li {
  width: 30%;
  margin: 0 1.5% 5rem;
  text-align: center;
}

.top-what {
  margin-bottom: 3rem;
}

.cap-txt {
  font-size: 1.6rem;
  text-align: center;
}

.img-box {
  margin: 5rem auto 6rem;
  text-align: center;
}

.what-ttl-en {
  width: 100%;
  display: block;
  font-size: 2.4rem;
  margin: 0.5em 0 0.3em 0;
  opacity: 0.7;
}

.what-ttl {
  font-size: 2rem;
  line-height: 1;
}

/* -----------------------------------------------------------
	feature
------------------------------------------------------------*/
#feature {}

#kv {
  background: url(/wp-content/uploads/2024/07/kv.webp) no-repeat center center;
  height: 348px;
  background-size: cover;
}

#kv-inner {
  max-width: 1000px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 278px;
}

#kv h1 {
  font-size: 4.4rem;
  color: #00449b;
  text-align: center;
  letter-spacing: -0.05em;
  font-weight: bold;
}

.merit-box {
  background: #fff;
  padding: 6.5rem 2.5rem 3rem 3rem;
  position: relative;
  margin-top: 4em;
}

p.merit-num {
  background: #00449b;
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: -0.1em;
  width: 96px;
  height: 96px;
  border-radius: 96px;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  position: absolute;
  top: -5rem;
  left: 0;
  right: 0;
  margin: auto;
  padding-top: 2px;
  text-align: center;
}

p.merit-num .num {
  font-size: 44px;
  line-height: 1;
  width: 100%;
  display: inline-block;
  color: #fff;
}

.second .section {
  padding-top: 2em;
  /* ★後で削除★ */
}

.merit-main dl {
  display: flex;
  justify-content: space-between;
  text-align: left;
}

.merit-main dt {
  width: 32%;
  max-width: 327px;
}

.merit-main dd {
  width: 65%;
}

.merit-box .merit-ttl-main:before {
  content: none;
  background: none;
}

.merit-box .merit-ttl-sub {
  position: relative;
  padding: 0 0 0 40px;
}

.merit-box .merit-ttl-sub:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  background: url(/wp-content/uploads/2024/07/arrow01.svg)no-repeat 0 0;
  width: 32px;
  height: 20px;
}

.merit-box .merit-ttl-main {
  padding-bottom: 0.4em;
}

.merit-box strong {
  color: #e7227f;
  font-weight: 500;
}

.merit-main {
  margin-bottom: 1.5em;
}

.merit-sub {
  margin-bottom: 1.5em;
}

.ttl03 {
  margin: 0 auto 1.5em;
  text-align: center;
}

.ttl03 span {
  background: #00449b;
  color: #fdf11d;
  font-size: 2.2rem;
  padding: 0.3em 1.5em;
  margin: 0 auto;
  text-align: center;
  max-width: 460px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ttl03.long span {
  max-width: 580px;
}

.ttl-blue {
  font-size: 2.2rem;
  text-align: center;
  color: #00449b;
  margin: 0 auto 1.5em;
  font-weight: bold;
  letter-spacing: -0.05em;
}

.merit-center {
  text-align: center;
}

.merit-sub .flexbox {
  justify-content: space-between;
}

.merit-sub .flexbox .col2 {
  width: 48%;
  margin: 0 1% 2rem;
}

.scroll-box {
  overflow-y: scroll;
  padding: 10px 15px;
  border: 1px solid #ccc;
  height: 180px;
  width: 98%;
  box-sizing: border-box;
}

.scroll-box p {
  color: #333;
  font-size: 13px;
  line-height: 1.5;
  margin-top: 0;
}

.col2.flexbox {
  justify-content: space-between;
}

.merit-sub-detail {
  width: 65%;
}

.merit-sub-img {
  width: 35%;
  max-width: 161px;
}

.bd {
  border-top: 2px solid #fff;
}

.merit-flow .flexbox {
  justify-content: space-between;
}

.merit-flow,
.inner {
  max-width: 960px;
  margin: auto;
}

.merit-flow-box {
  width: 46%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  position: relative;
}

.merit-flow-box img {
  margin-right: 2rem;
}

.merit-flow-box:first-of-type:after {
  content: "";
  position: absolute;
  right: -5rem;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 26px;
  border-color: transparent transparent transparent #727171;
}

ul.list01 {
  margin: 1em 0;
}

ul.list01 li {
  margin: 0 0 0.3em 0;
  padding-left: 1.2em;
  position: relative;
}

ul.list01 li:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  background: #7fa1cd;
  width: 12px;
  height: 12px;
  border-radius: 12px;
}

ul.list02 li {
  margin: 0 0 0.3em 2.3em;
  text-indent: -2.3em;
  position: relative;
}

ul.list02.center {
  max-width: 740px;
  margin: 2em auto 0em;
}

.list02.txt-l li {
  font-size: 2rem;
  margin-bottom: 0.5em;
}

.merit-appeal.ttl-blue {
  font-size: 2.8rem;
  line-height: 1.4;
  margin: -0.4em auto 1em;
}

.merit-center.flexbox {
  justify-content: center;
}

.merit-center li {
  margin: 0 1.5%;
}

.merit-center.flexbox img {
  margin: 0 1.5% 2rem;
}

ul.list-num li {
  margin: 0 0 0.3em 1.5em;
  text-indent: -1.5em;
}

.txt-l {
  font-size: 1.9rem;
}

.flexbox.col3 {
  justify-content: center;
}

.flexbox.col3 img {
  display: block;
  text-align: center;
  margin: 0 auto 0.5em;
}

.flexbox.col3 li {
  width: 30%;
  margin: 0 1.5%;
  text-align: center;
  font-size: 2.2rem;
  color: #00449b;
}

.ac {
  text-align: center;
  margin: auto;
}

.box-white {
  background: #fff;
  padding: 4rem 2.5rem 3rem 3rem;
  position: relative;
  margin-top: 2.5em;
}

.box-white.pt {
  padding: 3rem 4rem;
  margin-bottom: 3em;
  margin-top: 1.5em;
}

/* lose */
.box-white .inner {
  padding: 1rem;
}

.flexbox.box-white {
  justify-content: space-between;
}

.box-white .flex-txt {
  width: 65%;
}

.box-white .flex-img {
  width: 35%;
  padding-left: 3%;
  text-align: center;
}

.fukidashi {
  background: #fd4c9b;
  padding: 1.5rem;
  position: relative;
  margin: 0 auto 2em;
  display: flex;
  justify-content: center;
  max-width: 640px;
}

.fukidashi:after {
  content: "";
  position: absolute;
  bottom: -18px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 13px 0 13px;
  border-color: #fd4c9b transparent transparent transparent;
}

.fukidashi p {
  font-size: 2.2rem;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  margin: auto;
}

.ttl-area {
  margin: auto;
  text-align: center;
}

.ttl-area .ttl01 {
  margin: 3em auto 1em;
  display: inline-block;
}

.lose-box.flexbox {
  justify-content: space-between;
  flex-wrap: wrap;
}

.lose-box li {
  background: #fff;
  padding: 2.5rem;
  width: 48%;
  margin-bottom: 2em;
}

.lose-box table .list01 {
  margin: 0;
}

.lose-box table li {
  width: 100%;
  padding: 0 0 0 1em;
  font-size: 1.6rem;
}

.lose-box .ttl04 {
  background: #00449b;
  width: 100%;
  height: 40px;
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}

.lose-box .ttl04 span {
  font-size: 1.6rem;
  color: #fff;
  margin-right: 1em;
}

.lose-box .flex-img {
  width: 100%;
}

table.lose-table {
  border-collapse: collapse;
  border: 1px solid #ccc;
}

.lose-table th {
  background: #4c6bb9;
  font-size: 1.7rem;
  text-align: center;
  font-weight: bold;
  padding: 8px;
  width: 25%;
  color: #fff;
}

.lose-table tr:nth-child(odd) th {
  background: #91cedb;
}

.lose-table td {
  border-bottom: 1px solid #ccc;
  padding: 10px;
}

.lose-table.pink th {
  background: #fe81b9;
}

.lose-appeal {
  margin: 2em auto;
  text-align: center;
}

.lose-appeal p,
.lose-appeal span {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.8;
}

/* voice */
.ttl-box {
  margin: auto;
  text-align: center;
}

.ttl-box .ttl01 {
  margin: 1em auto 2em;
  display: inline-block;
}

.ttl-box02 {
  margin: auto;
  text-align: center;
}

.ttl-box02 .ttl01 {
  margin: 1em auto 0;
  display: inline-block;
}

.voice-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 45px;
}

.voice-img {
  width: 16%;
  text-align: center;
}

.right .voice-img {
  order: 2;
}

.voice-img-txt {
  font-size: 1.8rem;
  width: 100%;
  display: inline-block;
}

.voice-txt {
  width: calc(100% - 16%);
  position: relative;
}

/* .voice-txt:before {
  content: "";
  background: url(../img/pat-kage.jpg) repeat 0 0;
  background-size: auto;
  width: 95%;
  height: 96%;
  position: absolute;
  bottom: -10px;
  right: -12px;
  border-radius: 12px;
}
.right .voice-txt:before {
  bottom: -10px;
  right: inherit;
  left: -10px;
} */
.voice-box {
  background: #fff;
  border: 3px solid #5f8dc9;
  padding: 2rem 2rem 2rem 3rem;
  border-radius: 10px;
  position: relative;
  font-size: 1.6rem;
  margin-left: 50px;
  max-width: 790px;
}

.voice-box:before {
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22px 42px 22px 0;
  border-color: transparent #5f8dc9 transparent transparent;
  left: -45px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 0;
}

.right .voice-box:before {
  left: inherit;
  right: -45px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22px 0 22px 42px;
  border-color: transparent transparent transparent #5f8dc9;
}

.right .voice-box.c2 {
  border-color: #8cbfe3;
}

.right .voice-box.c2:before {
  border-color: transparent transparent transparent #8cbfe3;
}

.voice-box.c3 {
  border-color: #f5a7ca;
}

.voice-box.c3:before {
  border-color: transparent #f5a7ca transparent transparent;
}

.right .voice-box.c3:before {
  border-color: transparent transparent transparent #f5a7ca;
}

.right .voice-box {
  margin-left: 0;
}

.ttl-voice {
  font-size: 2.6rem;
  margin: 0 0 0.3em 0;
  font-weight: bold;
}

.voice-box:after {
  content: "";
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 19px 37px 19px 0;
  border-color: transparent #fff transparent transparent;
  left: -40px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.right .voice-box:after {
  left: inherit;
  right: -40px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 19px 0 19px 37px;
  border-color: transparent transparent transparent #fff;
}

.voice-box p {
  margin: 0;
}

.voice-box p.mb {
  margin-bottom: 1em;
}

.voice-note {
  border: 1px solid #ccc;
  padding: 1.5rem;
}

.voice-note p {
  color: #666;
  margin: 0;
}

.voice-bottom {
  background: #fff;
}

/* about */
.ttl01-num {
  position: relative;
  font-size: 3.3rem;
  color: #00449b;
  letter-spacing: -0.03em;
  text-align: left;
  margin: 1.3rem 0 3rem 11rem;
  font-weight: bold;
}

.ttl01-num:before {
  content: '';
  position: absolute;
  top: -0.5em;
  left: -1em;
  width: 2px;
  height: 60px;
  background-color: #00449b;
  margin-left: 25px;
  transform: rotate(45deg);
}

.ttl01-num:after {
  content: '01';
  position: absolute;
  top: -0.8em;
  left: -1.6em;
}

.ttl01-num.num2:after {
  content: '02';
}

.ttl01-num.num3:after {
  content: '03';
}

.ttl01-num.num4:after {
  content: '04';
}

.ttl01-num.num5:after {
  content: '05';
}

.ttl01-num.num6:after {
  content: '06';
}

.ttl01-num.num7:after {
  content: '07';
}

.ttl01-num.num8:after {
  content: '08';
}

.ttl01-num.num9:after {
  content: '09';
}

.ttl01-num.num10:after {
  content: '10';
}

.ttl-box .ttl01-num {
  margin: 1em auto 0em;
  display: inline-block;
}

.flexbox.about-flex {
  justify-content: center;
  max-width: 700px;
  margin: 2em auto 0;
}

.about-flex-box {
  width: 46%;
  background: #f4f5fb;
  padding: 2rem 2rem 1.5rem;
  border-radius: 8px;
  text-align: center;
  margin: 0 2% 2rem;
}

.about-flex-box h3 {
  text-align: center;
  line-height: 1.2;
  margin-bottom: 0.5em;
}

.sub-txt {
  display: inline-block;
}

ul.list03 {
  margin: 0.5em 0;
}

ul.list03 li {
  margin: 0 0 0.3em 0;
  padding-left: 0.8em;
  position: relative;
  text-align: left;
  font-size: 1.5rem;
  color: #333;
  line-height: 1.2;
}

ul.list03 li:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  background: #333;
  width: 8px;
  height: 8px;
  border-radius: 8px;
}

.flex-half {
  width: 46%;
  margin: 0 2% 2rem;
}

.ttlA {
  background: #42aae1;
  padding: 0.3em;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1em;
}

.ttlB {
  background: #a0b1db;
  padding: 0.3em;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1em;
}

ul.list04 li {
  margin: 0 0 0.5em 0;
  padding-left: 0.8em;
  position: relative;
  text-align: left;
  line-height: 1.2;
}

ul.list04 li:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  background: #7fa1cd;
  width: 8px;
  height: 8px;
  border-radius: 8px;
}

ul.list05 {
  margin-left: -1em
}

ul.list05 li {
  margin: 0.5em 0 0.5em 1em;
  text-indent: -1em;
}

ul.list05 li:before {
  content: none;
  background: none;
}

ul.list05.ml {
  margin-left: 0;
  margin-top: 1em;
}

.box-img {
  margin: 2.5em auto 1.5em;
}

.ttl05 {
  background: #a0b1db;
  margin: 2em 0 0.5em;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  max-width: 415px;
  height: 48px;
  font-weight: bold;
  font-size: 2.2rem;
  padding-left: 1em;
}

dl.note-area dt {
  font-size: 2rem;
  margin: 2em 0 0.5em;
  font-weight: bold;
}

dl.note-area dt.mt {
  margin-top: 0;
}

dl.note-area.mb {
  margin-bottom: 3em;
}

.note-bottom {
  padding: 1.5em 0 1em;
  border-top: 1px solid rgba(0, 68, 155, 0.15);
}

.note-bottom p.mb {
  margin-bottom: 2em;
}

/* faq */
.faq-area dl {
  margin: 2em 0;
}

.faq-area dt {
  background: #7ba6e1;
  color: #fff;
  font-size: 2.4rem;
  padding-left: 90px;
  height: 64px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  line-height: 1.2;
  font-weight: bold;
  position: relative;
}

.faq-area dd {
  background: #fff;
  padding: 2rem;
  position: relative;
  overflow: hidden;
}

.faq-inner {
  padding: 0 0 0 7rem;
}

.faq-area dt:before {
  content: "Q";
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  background: #00449b;
  font-size: 2.8rem;
  color: #fff;
  font-weight: bold;
}

.faq-area dd:before {
  content: "A";
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  font-size: 3rem;
  color: #fd4c9b;
  font-weight: bold;
}

.clearfix {
  zoom: 1;
  clear: both;
}

.float-img {
  margin: 0 0 0.5em 1em;
  width: 20%;
  float: right;
  text-align: center;
}

/* -----------------------------------------------------------
	footer
------------------------------------------------------------*/
#footer {
  background: #02234d;
}

#footer .copyright {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  padding: 0 1em;
  font-size: 1.2rem;
  color: #fff;
  font-weight: normal;
  margin: 0;
}



/* -----------------------------------------------------------
	pageTop
------------------------------------------------------------*/
/* scroll top */
#page-top {
  position: fixed;
  bottom: 15px;
  right: 20px;
  background: #6195da;
  display: block;
  width: 44px;
  height: 44px;
  z-index: 10;
  margin: 0;
}

#page-top a {
  text-decoration: none;
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  display: block;
  border-radius: 50%;
  text-indent: -9999px;
}

#page-top a:after {
  content: "";
  position: absolute;
  left: 16px;
  top: 19px;
  width: 12px;
  height: 12px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 10;
}

#page-top:hover {
  text-decoration: none;
  opacity: 0.8;
}




/* -----------------------------------------------------------
レスポンシブ
------------------------------------------------------------*/


@media screen and (max-width: 1200px) {}

@media screen and (max-width: 1100px) {
  p.merit-num {
    width: 80px;
    height: 80px;
  }

  p.merit-num .num {
    font-size: 30px;
  }
}





/* -----------------------------------------------------------
767以下　スマホ
------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }

  #menu {
    display: none;
  }

  /* -----------------------------------------------------------
SP-MENU スマホ版メニュー
------------------------------------------------------------*/
  #menu {
    display: none;
  }

  .open #menu {
    display: block !important;
  }

  #header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    height: 50px;
    width: 100%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    background: #fff;
  }

  #header nav {
    top: 0;
    width: 100%;
    height: 100%;
    position: relative;
  }

  .open #toggle {
    background: transparent;
  }

  .open .sp-top-nav {
    z-index: 1001;
    visibility: visible;
  }

  .sp-top-nav {
    visibility: hidden;
    position: fixed;
    display: table;
    vertical-align: middle;
    color: #fff;
    top: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-family: 'Cinzel', serif;
    font-weight: 700;
    letter-spacing: 0;
  }

  #toggle {
    display: block;
    position: absolute;
    right: 16px;
    top: 16px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    padding: 0px;
    z-index: 1002;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  #toggle div {
    position: relative;
  }

  #toggle span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #02234d;
    left: 0;
    zoom: 1;
    -webkit-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
  }

  #toggle span:nth-child(1) {
    top: 0;
  }

  #toggle span:nth-child(2) {
    top: 10px;
  }

  #toggle span:nth-child(3) {
    top: 20px;
  }

  .open #toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    zoom: 1;
  }

  .open #toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }

  .open #toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    zoom: 1;
  }

  /* sp-menu */
  #menu {
    position: absolute;
    top: 50px;
  }

  ul#menu {
    margin: 50px 0 0;
    width: 100%;
    z-index: 101;
    height: auto;
    border-top: 1px solid #d6d6d6;
    font-weight: bold;
  }

  ul#menu {
    margin: 50px 0 0;
    width: 100%;
    z-index: 101;
    height: auto;
    border-top: 1px solid #d6d6d6;
    font-weight: bold;
  }

  .open #menu {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    overflow: auto;
  }

  .open #menu li {
    width: 100%;
    text-align: left;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    background: #02234d;
  }

  #menu li a {
    transition: none;
    font-size: 1.6rem;
    height: 54px;
    display: flex;
    width: 100%;
    background: #02234d;
    margin: 0;
    color: #fff;
    align-items: center;
    padding: 0 20px;
    font-weight: bold;
  }

  #menu li a br {
    display: none;
  }

  #header-menu {
    width: 100%;
  }

  #top-logo {
    height: auto;
    width: 70px;
    transition: 0.3s;
    position: fixed;
    top: 5px;
    left: 6px;
  }

  ul#sp-contact {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #086c4a;
  }

  ul#sp-contact li.contact-btn {
    width: calc(100% - 54px);
  }

  ul#sp-contact li.en-btn a {
    width: 54px;
    background: #efefef;
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #086c4a;
    font-weight: bold;
  }

  /* index */
  #mv {
    margin: 50px 0 0;
  }

  #top01 {
    border-top: 4px solid #00449b
  }

  .ttl01,
  .ttl02,
  .ttl01-num {
    font-size: 2rem;
  }

  .ttl01 {
    margin: 0 0 1em 0.3em;
  }

  .ttl01.mb {
    margin-bottom: 3em;
  }

  .ttl01 br {
    display: none;
  }

  .ttl01:before {
    top: -1em;
    left: -1.4em;
    width: 2px;
    height: 35px;
    transform: rotate(44deg);
  }

  .ttl-box .ttl01-num {
    margin-left: 2em;
  }

  .merit-ttl-main,
  .merit-ttl-main *,
  .merit-ttl-sub,
  .merit-ttl-sub * {
    font-size: 1.8rem;
  }

  .merit-ttl-main {
    padding-bottom: 1.2em;
  }

  .what-ttl-en {
    font-size: 1.6rem;
  }

  .what-ttl {
    font-size: 1.8rem;
  }

  .menu-box li dl {
    flex-wrap: wrap;
  }

  .menu-box li dt {
    width: 100%;
    margin: 0 auto 1em;
  }

  .menu-box li dd {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .menu-box li dd:before {
    width: 100%;
    height: 1px;
  }

  .menu-box li a {
    height: auto;
    padding: 15px;
  }

  .menu-box li a:after {
    background-size: 70%;
    right: 10px;
  }

  .merit-ttl-main {
    padding: 0.5em 0 1.5em;
  }

  .merit-ttl-main:before {
    left: 0;
    right: 0;
    bottom: 5px;
    margin: auto;
  }

  .btn-area a {
    width: 280px;
    height: 60px;
    font-size: 1.6rem;
  }

  .section {
    padding: 3em 0;
  }

  .cap-txt {
    font-size: 1.4rem;
    text-align: left;
  }

  /* second */
  #kv h1 {
    font-size: 2.4rem;
  }

  #kv,
  #kv-inner {
    height: 140px;
  }

  #kv {
    margin-top: 50px;
  }

  .lose-appeal p,
  .lose-appeal span,
  .merit-appeal.ttl-blue {
    font-size: 1.8rem;
  }

  .box-white {
    padding: 15px;
  }

  .fukidashi p {
    font-size: 1.6rem;
  }

  .lose-box .ttl04 {
    font-size: 1.8rem;
  }

  .lose-box table li {
    font-size: 1.4rem;
  }

  .lose-table th {
    font-size: 1.4rem;
  }

  table.lose-table th,
  table.lose-table td {
    width: 100%;
    display: block;
  }

  table.lose-table th br,
  table.lose-table td br {
    display: none;
  }

  ul.list01 li:before {
    width: 8px;
    height: 8px;
  }

  .lose-box li {
    padding: 10px;
  }

  .ttl03 span,
  .ttl-blue {
    font-size: 1.6rem;
  }

  /* .second .section {
  padding-top: 1em;
} */
  .merit-box {
    padding-top: 3rem;
  }

  .merit-flow-box {
    flex-wrap: wrap;
  }

  .merit-flow-box img {
    margin-right: 0;
    width: 100%;
  }

  .merit-flow-box:first-of-type:after {
    right: 4rem;
  }

  .merit-box .merit-ttl-sub:before {
    top: 4px;
  }

  p.merit-num {
    top: -3.5rem;
    width: 60px;
    height: 60px;
  }

  p.merit-num .num {
    font-size: 24px;
  }

  p.merit-num {
    font-size: 1.3rem;
  }

  .txt-l {
    font-size: 1.5rem;
  }

  .merit-box .merit-ttl-main br {
    display: none;
  }

  .list02.txt-l li {
    font-size: 1.4rem;
  }

  .ttl01-num:before {
    top: -0.6em;
    left: -1.5em;
    height: 35px;
  }

  .box-white.pt {
    padding: 1.5rem;
  }

  .about-flex-box h3 br {
    display: none;
  }

  .about-flex-box {
    padding: 1.5rem;
  }

  .ttlB,
  .ttlA {
    font-size: 1.6rem;
  }

  .about-flex-box {
    width: 100%;
    padding: 2rem 2rem 1.5rem;
    margin: 0 0 2em;
  }

  .flex-half {
    width: 100%;
    margin: 0 0 2rem;
  }

  .ttl05:first-of-type {
    margin-top: 0;
  }

  .ttl05 {
    font-size: 1.8rem;
  }

  dl.note-area dt {
    font-size: 1.6rem;
  }

  dl.note-area dt {
    margin-top: 0;
  }

  dl.note-area dd {
    margin-bottom: 1em;
  }

  .ttl-voice {
    font-size: 1.8rem;
  }

  .voice-box {
    padding: 1.5rem;
  }

  .faq-area dt {
    font-size: 1.6rem;
    padding-left: 75px;
    height: 54px;
  }

  .faq-area dt:before {
    font-size: 2rem;
    width: 54px;
    height: 54px;
  }

  .faq-area dd:before {
    font-size: 2.2rem;
    width: 30px;
    height: 54px;
  }

  .faq-inner {
    padding: 0 0 0 3rem;
  }

  .faq-area dd {
    padding: 1.5rem 0;
  }
}

/* ====================================================== */

@media screen and (min-width: 641px) {
  .sp-table {
    display: none;
  }

}


@media screen and (max-width: 640px) {}


/* sm サイズ*/

@media screen and (max-width: 575px) {
  .flexbox {
    flex-wrap: wrap;
    width: 100%;
  }

  .flexbox.box-white .flex-txt {
    order: 2;
  }

  .top-what ul.flexbox,
  .merit-main dl {
    flex-wrap: wrap;
    margin: 0;
  }

  .top-what .flexbox li,
  .lose-box li {
    width: 100%;
    margin: 0 0 3em;
  }

  .lose-box .flex-img img {
    width: 100%;
  }

  .box-white .flex-txt,
  .box-white .flex-img,
  .merit-main dt,
  .merit-main dd {
    width: 100%;
  }

  .merit-box {
    padding: 3.5rem 1.5rem 2rem;
    margin-top: 2em;
  }

  .merit-main dt,
  .merit-main dt img {
    margin: auto;
    text-align: center;
  }

  .merit-main dt {
    margin-bottom: 1em;
  }

  .merit-sub .flexbox .col2 {
    width: 100%;
  }

  .flexbox.col3 li {
    width: 100%;
    margin: 0 0 2em;
    font-size: 1.6rem;
  }

  .voice-flex {
    flex-wrap: wrap;
  }

  .voice-img,
  .voice-txt {
    width: 100%;
  }

  .voice-box:before,
  .voice-box:after,
  .right .voice-box:before,
  .right .voice-box:after {
    left: 0;
    right: 0;
    margin: auto;
    bottom: inherit;
  }

  .voice-box:before,
  .right .voice-box:before {
    border-width: 0 16px 28px 16px;
    border-color: transparent transparent #5f8dc9 transparent;
    top: -30px;
  }

  .voice-box:after,
  .right .voice-box:after {
    border-width: 0 15px 26px 15px;
    border-color: transparent transparent #fff transparent;
    top: -25px;
  }

  .right .voice-box.c2:before {
    border-color: transparent transparent #8cbfe3 transparent;
  }

  .voice-box.c3:before {
    border-color: transparent transparent #f5a7ca transparent;
  }

  .right .voice-box.c3:before {
    border-color: transparent transparent #f5a7ca transparent;
  }

  .voice-flex {
    margin-bottom: 0;
  }

  .voice-box {
    margin: 2em 0 2em;
  }

  .right .voice-img {
    order: 1;
  }

  .right .voice-txt {
    order: 2;
  }
}

@media screen and (min-width: 481px) {
  .sp-br {
    display: none;
  }

  .sp-m {
    display: none;
  }

  .sp-s {
    display: none;
  }
}

@media screen and (max-width: 480px) {}

@media screen and (max-width: 400px) {}

@media screen and (max-width: 374px) {}

@media screen and (max-width: 320px) {}

/* --------------- lang --------------- */
.lang {
  position: absolute;
  bottom: -50px;
  right: -50px;
}

.lang-wrap {
  display: flex;
}

.lang-wrap a {
  transition: all .3s ease-out;
  transform: scale(0.8, 0.8);
}

.lang-wrap a:hover {
  color: #00449b;
  transform: scale(1, 1);
  opacity: 1;
}

.lang-itemWrap {
  position: relative;
  padding: 0 15px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.lang-itemWrap:first-child::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 15px;
  background: #8592a9;
}

.lang-item {
  display: inline-block;
  width: 100%;
  height: 100%;
  font-weight: 700;
  color: #8592a9;
  display: flex;
  justify-content: center;
  align-items: center;
}

.lang-item.is-active {
  color: #00449b;
  transform: scale(1, 1);
}

@media screen and (min-width: 768px) {
  #menu li a {
    transition: all .3s ease-out;
  }

  #menu li a:hover {
    background: #fd4c9b;
  }

  #menu li.is-active a {
    background: #fd4c9b;
  }

  #menu li:not(:last-child) {
    border-right: 1px solid #fff;
  }
}