@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@4.1.1/dist/css/yakuhanjp.css");
@import url("https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@4.1.1/dist/css/yakuhanjp.css");
@import url("https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@4.1.1/dist/css/yakuhanjp.css");
@import url("https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@4.1.1/dist/css/yakuhanjp.css");
@import url("https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@4.1.1/dist/css/yakuhanjp.css");
@import url("https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@4.1.1/dist/css/yakuhanjp.css");
@import url("https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@4.1.1/dist/css/yakuhanjp.css");
@import url("https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@4.1.1/dist/css/yakuhanjp.css");
@import url("https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@4.1.1/dist/css/yakuhanjp.css");
@import url("https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@4.1.1/dist/css/yakuhanjp.css");
@import url("https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
header {
  background: #1b51dc;
  padding: 12px;
  box-sizing: border-box;
}
header .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1500px;
  margin: 0 auto;
}
header .logo {
  max-width: 174.5px;
}
@media screen and (max-width: 860px) {
  header .logo {
    width: 120px;
  }
}
header nav {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-left: 10px;
}
header nav .close {
  display: none;
}
@media screen and (max-width: 860px) {
  header nav {
    position: fixed;
    display: block;
    top: 0;
    right: -100vw;
    z-index: 9999;
    height: 100vh;
    overflow: scroll;
    width: 70vw;
    max-width: 400px;
    background: #1b51dc;
    padding: 15px;
    transition: 0.5s;
    box-sizing: border-box;
  }
  header nav .close {
    color: #fff;
    font-size: 30px;
    font-weight: 800;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
  }
  header nav.active {
    right: 0;
  }
}
header nav ul {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 860px) {
  header nav ul {
    display: block;
  }
}
@media screen and (max-width: 860px) {
  header nav ul li {
    margin-top: 20px;
    border-top: 2px solid #fff;
    padding-top: 20px;
  }
}
header nav ul li a {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  display: block;
  margin-right: 2em;
}
@media screen and (max-width: 980px) {
  header nav ul li a {
    font-size: 1.6rem;
    margin-right: 1em;
  }
}
@media screen and (max-width: 860px) {
  header nav ul li a {
    font-size: 1.8rem;
    margin: 0;
  }
}
@media screen and (max-width: 860px) {
  header nav .bg_link {
    margin-top: 20px;
  }
}
header nav .bg_link a {
  background: #fb7000;
  text-align: center;
  display: block;
  color: #fff;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.29;
  padding: 10px 1.76em;
  border-radius: 3px;
}
@media screen and (max-width: 860px) {
  header nav .bg_link a {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
  }
}
header nav .bg_link a img {
  width: 30px;
  margin: 0 auto 0.25em;
}
@media screen and (max-width: 860px) {
  header nav .bg_link a img {
    margin: 0;
    margin-right: 10px;
  }
}
header .sp-toggle {
  display: block;
  width: 20px;
  height: 20px;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: relative;
  box-sizing: border-box;
}
header .sp-toggle::before {
  content: "";
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: block;
}

#mv {
  background: #1b51dc;
  padding: 0;
  overflow: hidden;
}
#mv .mvBox {
  background: url(../images/mv/mv_bg.webp) no-repeat center/cover;
  aspect-ratio: 1/0.57;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1492.5px;
  margin: 0 auto;
  border-radius: 16px;
  position: relative;
  width: 96vw;
}
@media screen and (max-width: 860px) {
  #mv .mvBox {
    aspect-ratio: 3/4;
  }
}
#mv .mvBox h1 {
  max-width: 716px;
  width: 50%;
  margin-top: -12%;
}
@media screen and (max-width: 860px) {
  #mv .mvBox h1 {
    width: 90%;
  }
}
#mv .mvBox .ill {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 90%;
}
#mv .mvBox .scroll {
  position: absolute;
  padding: 20px;
  box-sizing: border-box;
  right: 0;
  top: 0;
  display: block;
  background: #1b51dc;
  border-radius: 16px;
}
#mv .mvBox .scroll img {
  width: 9.5px;
}
#mv .mvBox .scroll .corner {
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  right: -16px;
  bottom: -16px;
  transform: translateX(-100%) rotate(-90deg);
}
#mv .mvBox .scroll .corner.corner2 {
  left: 0px;
  top: 0px;
  transform: translateX(-100%) rotate(-90deg);
}
#mv .mvBox .scroll .corner::before {
  display: block;
  width: 200%;
  height: 200%;
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden;
  content: "";
  background: transparent;
  border-radius: 50%;
  box-shadow: 16px 16px 0 0 #1b51dc;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 860px) {
  #mv .mvBox .scroll {
    display: none;
  }
}
#mv .mv_ttlBox {
  position: relative;
  z-index: 1;
  padding-bottom: 2vw;
}
#mv .mv_ttlBox::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: -1;
  /* 真ん中に寄せて上半分だけ見せる */
  transform: translateX(-50%);
  /* 幅はビューポートに応じて変わる：最小120px〜最大1000px */
  width: 120vw;
  /* 幅に対して高さを半分に：aspect-ratio を利用 */
  aspect-ratio: 20/1; /* 幅:高さ = 2:1 → 半円っぽい楕円 */
  background: #fff;
  /* 上向き半弧を作る（上半分は丸、下はフラット）*/
  border-radius: 50% 50% 0 0/100% 100% 0 0;
  /* 下側の境界をシャープにしたくない場合は box-shadow を調整 */
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.03);
  pointer-events: none;
}
#mv .mv_ttlBox h2 {
  color: #fff;
  font-size: 5.7rem;
  margin: 7.5rem auto;
}
@media screen and (max-width: 860px) {
  #mv .mv_ttlBox h2 {
    font-size: 4rem;
    margin-top: 3rem;
  }
}
#mv .mv_ttlBox h2 small {
  font-size: 0.79em;
}
#mv .mv_ttlBox h2 span {
  display: block;
  font-size: 0.58em;
  margin-top: 0.28em;
}
#mv .mv_ttlBox ul {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  width: 1788.5px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 860px) {
  #mv .mv_ttlBox ul {
    width: 95%;
  }
}
#mv .mv_ttlBox ul li {
  width: 13.3%;
}
@media screen and (max-width: 860px) {
  #mv .mv_ttlBox ul li {
    display: none;
  }
}
#mv .mv_ttlBox ul li:nth-child(3), #mv .mv_ttlBox ul li:nth-child(4), #mv .mv_ttlBox ul li:nth-child(5) {
  box-shadow: 0px 15px 8px -5px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 860px) {
  #mv .mv_ttlBox ul li:nth-child(3), #mv .mv_ttlBox ul li:nth-child(4), #mv .mv_ttlBox ul li:nth-child(5) {
    display: block;
    width: 32%;
  }
}

.intro-contact {
  margin: 80px auto;
}
@media screen and (max-width: 860px) {
  .intro-contact {
    margin: 20px auto;
  }
}
.intro-contact .flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 860px) {
  .intro-contact .flex {
    display: block;
  }
}
.intro-contact .flex .contact_btn {
  display: flex;
  align-items: center;
  background: linear-gradient(90deg, #fb7000, #fda700, #fb7000);
  box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.14);
  border-radius: 8px;
  color: #fff;
  font-weight: 700;
  font-size: 3rem;
  padding: 15px;
  box-sizing: border-box;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.14);
}
@media screen and (max-width: 860px) {
  .intro-contact .flex .contact_btn {
    width: 80%;
    margin: 20px auto;
    font-size: 2.5rem;
    justify-content: center;
  }
}
.intro-contact .flex .contact_btn .icn {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  background: #fff;
  border-radius: 100%;
  width: 68px;
  margin-right: 0.5em;
}
@media screen and (max-width: 860px) {
  .intro-contact .flex .contact_btn .icn {
    width: 40px;
  }
}
.intro-contact .flex .contact_btn .icn img {
  width: 70%;
}
.intro-contact .flex .tel_link {
  text-align: center;
  display: block;
  margin-left: 4rem;
}
.intro-contact .flex .tel_link .number {
  display: block;
  font-size: 5.4rem;
  font-family: YakuHanJP, "Kumbh Sans", sans-serif;
  font-weight: 900;
  color: #0030ae;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 860px) {
  .intro-contact .flex .tel_link .number {
    font-size: 4rem;
  }
}
.intro-contact .flex .tel_link small {
  font-size: 1.75rem;
  color: #1b51dc;
}
@media screen and (max-width: 860px) {
  .intro-contact .flex .tel_link small {
    font-size: 1.4rem;
  }
}

#intro .flex {
  flex-direction: row-reverse;
}
@media screen and (max-width: 860px) {
  #intro .flex {
    display: block;
  }
}
#intro .flex .img {
  width: 35%;
}
@media screen and (max-width: 860px) {
  #intro .flex .img {
    width: 50%;
    margin: 25px auto 0;
  }
}
#intro .flex .txt {
  width: 60%;
}
@media screen and (max-width: 860px) {
  #intro .flex .txt {
    width: 100%;
  }
}
#intro .flex .txt h2 {
  text-align: left;
  font-size: 3.8rem;
  line-height: 1.86;
}
#intro .flex .txt p {
  font-size: 1.9rem;
  line-height: 2.318;
  margin-top: 50px;
  font-weight: 700;
}
@media screen and (max-width: 860px) {
  #intro .flex .txt p {
    margin-top: 25px;
  }
}

#reason {
  margin-top: 150px;
  overflow: hidden;
}
@media screen and (max-width: 860px) {
  #reason {
    margin-top: 80px;
  }
}
#reason .reasonBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 860px) {
  #reason .reasonBox {
    display: block;
  }
}
#reason .reasonBox.mb-80 {
  margin-bottom: 80px;
}
#reason .reasonBox h3 {
  text-align: left;
  width: 440px;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 860px) {
  #reason .reasonBox h3 {
    width: 100%;
  }
}
#reason .reasonBox h3 .icn {
  font-family: YakuHanJP, "Kumbh Sans", sans-serif;
  position: absolute;
  font-size: 415px;
  font-weight: 900;
  color: #ccd6f0;
  top: 50%;
  right: -8%;
  z-index: -1;
  line-height: 1;
  transform: translateY(-50%);
  padding: 0;
}
@media screen and (max-width: 860px) {
  #reason .reasonBox h3 .icn {
    font-size: 200px;
    right: 2.5vw;
  }
}
#reason .reasonBox h3 span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.1em;
  box-sizing: border-box;
  padding: 0.25em;
}
#reason .reasonBox h3 span.num {
  font-family: YakuHanJP, "Kumbh Sans", sans-serif;
  background: #1b51dc;
  color: #fff;
  font-size: 2.4rem;
  margin-bottom: 10px;
}
#reason .reasonBox h3 span.bg {
  font-size: 3.7rem;
  color: #fff;
}
@media screen and (max-width: 860px) {
  #reason .reasonBox h3 span.bg {
    font-size: 3rem;
  }
}
#reason .reasonBox h3 span.bg:nth-of-type(2) {
  background: #3f3f3f;
}
#reason .reasonBox h3 span.bg:nth-of-type(3) {
  background: #1b51dc;
}
#reason .reasonBox p {
  font-size: 1.9rem;
  line-height: 2.318;
  font-weight: 700;
  margin: 0 2em;
  margin-top: 50px;
}
@media screen and (max-width: 860px) {
  #reason .reasonBox p {
    font-size: 1.6rem;
    margin: 20px auto;
  }
}
#reason .reasonBox .ill {
  max-width: 290px;
  width: 23%;
  margin-right: -7%;
  flex-shrink: 0;
}
@media screen and (max-width: 860px) {
  #reason .reasonBox .ill {
    width: 50%;
    margin: 20px auto 0;
  }
}
#reason .network {
  max-width: 1230px;
  width: 100%;
  margin: 0 auto;
  background-image: linear-gradient(90deg, #285adc, #fc9800);
  padding: 30px 10px;
  padding-bottom: 50px;
  box-sizing: border-box;
  border-radius: 34px;
  position: relative;
  z-index: 1;
  margin-top: 85px;
}
#reason .network::before {
  content: "";
  z-index: -1;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border-radius: 24px;
  background: #fff;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
#reason .network h3 {
  font-size: 3.7rem;
  background: #fff;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 20px;
  margin: -50px auto 20px;
}
@media screen and (max-width: 860px) {
  #reason .network h3 {
    font-size: 3rem;
  }
}
#reason .network ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 860px) {
  #reason .network ul {
    display: block;
  }
}
#reason .network ul li {
  box-sizing: border-box;
  width: 50%;
}
@media screen and (max-width: 860px) {
  #reason .network ul li {
    width: 100% !important;
  }
  #reason .network ul li + li {
    border-top: 1px solid #3f3f3f;
    margin: 30px 0;
    padding-top: 30px;
  }
}
#reason .network ul li.border {
  border-bottom: 1px solid #3f3f3f;
  width: 100%;
  margin: 30px 0;
}
@media screen and (max-width: 860px) {
  #reason .network ul li.border {
    display: none;
  }
}
#reason .network ul li:nth-child(1) {
  padding-right: 2%;
}
@media screen and (max-width: 860px) {
  #reason .network ul li:nth-child(1) {
    padding-right: 0;
  }
}
#reason .network ul li:nth-child(2) {
  border-left: 1px solid #3f3f3f;
  padding-left: 2%;
}
@media screen and (max-width: 860px) {
  #reason .network ul li:nth-child(2) {
    border-left: none;
    padding-left: 0;
  }
}
#reason .network ul li:nth-child(n+4) {
  width: 32%;
}
#reason .network ul li:nth-child(n+5) {
  border-left: 1px solid #3f3f3f;
  padding-left: 2%;
}
@media screen and (max-width: 860px) {
  #reason .network ul li:nth-child(n+5) {
    border-left: none;
  }
}
#reason .network ul li .flex {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#reason .network ul li .flex .icn {
  width: 95.5px;
  flex-shrink: 0;
  margin-right: 10px;
}
#reason .network ul li .flex .logo {
  width: calc(100% - 109.5px);
  max-width: 317px;
}
#reason .network ul li h4 {
  text-align: left;
  font-size: 3.1rem;
  margin: 15px 0;
}
#reason .network ul li h4.blue {
  color: #1b51dc;
}
#reason .network ul li h4.orange {
  color: #ef9308;
}
#reason .network ul li p {
  font-size: 2rem;
  line-height: 1.85;
}
#reason .network ul li p small {
  font-size: 0.7em;
}
#reason .network .inner {
  margin: 0 auto;
  width: 90%;
}
#reason .network .inner img {
  max-width: 1013px;
  width: 100%;
  display: block;
  margin: 0 auto;
  margin-top: 40px;
}
#reason .network .inner .point {
  max-width: 1013px;
  margin: 40px auto 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 30px 65px;
  box-sizing: border-box;
  box-shadow: 0px 8px 0px 0px rgb(235, 235, 235);
  border: 3px solid #3f3f3f;
  border-radius: 12px;
}
@media screen and (max-width: 860px) {
  #reason .network .inner .point {
    width: 100%;
    display: block;
    padding: 15px;
  }
}
#reason .network .inner .point h4 {
  background: linear-gradient(90deg, #285adc, #fc9800);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: left;
  font-size: 2.4rem;
  font-family: YakuHanJP, "Kumbh Sans", sans-serif;
}
@media screen and (max-width: 860px) {
  #reason .network .inner .point h4 {
    width: -moz-fit-content;
    width: fit-content;
  }
}
#reason .network .inner .point h4::after {
  content: "";
  display: block;
  height: 4px;
  width: 100%;
  background: linear-gradient(90deg, #285adc, #fc9800);
}
#reason .network .inner .point p {
  font-size: 1.9rem;
  line-height: 1.73;
  margin-left: 50px;
}
@media screen and (max-width: 860px) {
  #reason .network .inner .point p {
    margin: 20px auto 0;
    font-size: 1.6rem;
  }
}
#reason .bgBox {
  background: #1b51dc;
  margin-left: -5vw;
  display: block;
  width: 100vw;
  border-radius: 17px;
  color: #fff;
  padding: 80px;
  box-sizing: border-box;
  margin-top: 100px;
  margin-bottom: 100px;
}
@media screen and (max-width: 860px) {
  #reason .bgBox {
    width: 100%;
    margin: 30px auto 80px;
    border-radius: 0;
    padding: 40px 20px;
  }
}
#reason .bgBox.right {
  margin-left: auto;
  margin-right: -5vw;
}
@media screen and (max-width: 860px) {
  #reason .bgBox.right {
    margin-right: 0;
  }
}
#reason .bgBox.right .inner {
  padding-left: 0;
  padding-right: 10vw;
  display: block;
}
@media screen and (max-width: 860px) {
  #reason .bgBox.right .inner {
    padding: 0;
  }
}
#reason .bgBox.right .option_list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1015px;
  margin: 0 auto;
}
@media screen and (max-width: 860px) {
  #reason .bgBox.right .option_list {
    display: block;
  }
}
#reason .bgBox.right .option_list .logo {
  display: flex;
  align-items: center;
  width: 45%;
}
@media screen and (max-width: 860px) {
  #reason .bgBox.right .option_list .logo {
    width: 80%;
    margin: 0 auto 20px;
    display: block;
  }
}
#reason .bgBox.right .option_list .logo img {
  width: 240px;
}
@media screen and (max-width: 860px) {
  #reason .bgBox.right .option_list .logo img {
    max-width: 240px;
    width: 80%;
    margin: 0 auto;
  }
}
#reason .bgBox.right .option_list .logo p {
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.47;
  margin-left: 1em;
}
@media screen and (max-width: 860px) {
  #reason .bgBox.right .option_list .logo p {
    margin-top: 10px;
    font-size: 1.8rem;
    text-align: center;
  }
}
#reason .bgBox.right .option_list .logo p small {
  font-weight: 400;
  font-size: 1.4rem;
  display: block;
}
#reason .bgBox.right .option_list ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 45%;
}
@media screen and (max-width: 860px) {
  #reason .bgBox.right .option_list ul {
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    margin: 20px auto;
  }
}
#reason .bgBox.right .option_list ul li {
  width: 50%;
  font-weight: 700;
  line-height: 1.89;
}
@media screen and (max-width: 860px) {
  #reason .bgBox.right .option_list ul li {
    width: 100%;
    font-size: 1.7rem;
  }
}
#reason .bgBox.right .support_list {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-top: 55px;
}
@media screen and (max-width: 860px) {
  #reason .bgBox.right .support_list {
    display: block;
  }
}
#reason .bgBox.right .support_list .cont {
  background: #fff;
  border-radius: 3.4rem;
  width: 32%;
  padding: 2.5%;
  box-sizing: border-box;
}
@media screen and (max-width: 860px) {
  #reason .bgBox.right .support_list .cont {
    width: 100%;
    border-radius: 10px;
  }
  #reason .bgBox.right .support_list .cont + .cont {
    margin-top: 20px;
  }
}
#reason .bgBox.right .support_list .cont .icn {
  width: 60px;
}
#reason .bgBox.right .support_list .cont p {
  color: #3f3f3f;
  font-size: 1.6rem;
}
#reason .bgBox.right .support_list .cont p small {
  display: block;
  font-size: 0.81em;
}
#reason .bgBox.right .support_list .cont p.ttl {
  color: #1b51dc;
  font-size: 2.4rem;
  font-weight: 700;
  margin: 0.8em 0;
}
#reason .bgBox .inner {
  padding-left: 10vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 860px) {
  #reason .bgBox .inner {
    display: block;
    padding: 0;
  }
}
#reason .bgBox .inner .txt {
  width: 40%;
  position: relative;
}
@media screen and (max-width: 860px) {
  #reason .bgBox .inner .txt {
    width: 100%;
  }
}
#reason .bgBox .inner .txt h3 {
  text-align: left;
  font-size: 4.3rem;
  line-height: 1.37;
  margin-bottom: 37px;
}
@media screen and (max-width: 860px) {
  #reason .bgBox .inner .txt h3 {
    font-size: 3.4rem;
  }
}
#reason .bgBox .inner .txt p {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding-left: 75px;
  padding-top: 1em;
  padding-bottom: 1em;
  font-size: 1.9rem;
  box-sizing: border-box;
  line-height: 1.78;
}
@media screen and (max-width: 860px) {
  #reason .bgBox .inner .txt p {
    padding: 1em 0;
  }
}
#reason .bgBox .inner .txt img {
  max-width: 203px;
  position: absolute;
  left: -100px;
  bottom: -80px;
}
@media screen and (max-width: 860px) {
  #reason .bgBox .inner .txt img {
    width: 30%;
    left: -15px;
    bottom: 0;
    display: none;
  }
}
#reason .bgBox .inner .img {
  width: 50%;
}
@media screen and (max-width: 860px) {
  #reason .bgBox .inner .img {
    width: 100%;
    margin-top: 40px;
  }
}
#reason .system {
  background-image: linear-gradient(90deg, #285adc, #fc9800);
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  padding: 61px;
  box-sizing: border-box;
}
@media screen and (max-width: 860px) {
  #reason .system {
    display: block;
    padding: 30px;
  }
}
#reason .system + .system {
  margin-top: 95px;
}
#reason .system::after {
  content: "";
  position: absolute;
  width: 215px;
  aspect-ratio: 490/596;
  top: -50px;
  left: -27px;
  display: block;
  background: url(../images/reason/deco.png) no-repeat center/contain;
}
#reason .system::before {
  content: "";
  position: absolute;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  background: #fff;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#reason .system h4 {
  text-align: left;
  font-size: 3.2rem;
  flex-shrink: 0;
  margin-right: 1.52em;
}
@media screen and (max-width: 860px) {
  #reason .system h4 {
    font-size: 2.8rem;
    margin-bottom: 20px;
  }
}
#reason .system h4 small {
  display: block;
  font-size: 0.75em;
}
#reason .system p {
  font-size: 1.9rem;
  line-height: 1.94;
}
@media screen and (max-width: 860px) {
  #reason .system p {
    font-size: 1.6rem;
  }
}
#reason .balloon {
  max-width: 725.5px;
  box-shadow: 0px 8px 0px 0px rgb(235, 235, 235);
  border: 3px solid #3f3f3f;
  position: relative;
  border-radius: 12px;
  margin: 83px auto 0;
  padding: 15px 35px;
  box-shadow: 5px 5px 0px 0px rgb(235, 235, 235);
  display: block;
  margin-bottom: 170px;
}
@media screen and (max-width: 860px) {
  #reason .balloon {
    margin-bottom: 80px;
    margin-top: 40px;
  }
}
#reason .balloon p {
  font-weight: 700;
  font-size: 2.4rem;
  text-align: center;
}
@media screen and (max-width: 860px) {
  #reason .balloon p {
    font-size: 2rem;
  }
}
#reason .balloon img {
  position: absolute;
  width: 146px;
  top: 10%;
  transform: translateY(-50%);
  left: -80px;
}
@media screen and (max-width: 860px) {
  #reason .balloon img {
    display: none;
  }
}

#flow {
  background: #edf2ff;
  padding-top: 170px;
  overflow: hidden;
}
@media screen and (max-width: 860px) {
  #flow {
    padding-top: 80px;
  }
}
#flow .step_list {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  padding-bottom: 40px;
}
@media screen and (max-width: 860px) {
  #flow .step_list {
    display: block;
  }
}
#flow .step_list::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: -1;
  transform: translateX(-50%);
  width: 110vw;
  aspect-ratio: 7/1;
  background: #fff;
  border-radius: 50% 50% 0 0/100% 100% 0 0;
  pointer-events: none;
}
@media screen and (max-width: 860px) {
  #flow .step_list::before {
    display: none;
  }
}
#flow .step_list li {
  background: #fff;
  width: 24%;
  position: relative;
  padding: 20px;
  padding-top: 0;
  box-sizing: border-box;
  border-radius: 17px;
}
@media screen and (max-width: 860px) {
  #flow .step_list li {
    width: 100%;
  }
  #flow .step_list li + li {
    margin-top: 20px;
  }
}
#flow .step_list li .step {
  width: 81.5px;
  height: 85.5px;
  margin: 0 auto;
  margin-top: -42px;
  margin-bottom: 27px;
}
@media screen and (max-width: 860px) {
  #flow .step_list li .step {
    width: 60px;
    margin-top: 0px;
    height: auto;
    margin-bottom: 10px;
    transform: translateY(-10px);
  }
}
#flow .step_list li h3 {
  text-align: center;
  color: #1b51dc;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.5;
  margin-bottom: 25px;
}
#flow .step_list li h3 small {
  display: block;
}
#flow .step_list li p {
  font-size: 1.6rem;
  line-height: 1.93;
}
#flow .step_list li p a {
  color: #285adc;
  text-decoration: underline;
}

#flow_point {
  margin-top: 170px;
  padding-left: 100px;
  box-sizing: border-box;
}
@media screen and (max-width: 860px) {
  #flow_point {
    margin-top: 110px;
    padding-left: 50px;
  }
}
#flow_point::after {
  content: "";
  width: 215px;
  aspect-ratio: 430/589;
  background: url(../images/flow/yane.png) no-repeat center/contain;
  display: block;
  position: absolute;
  top: -110px;
  left: 0;
}
@media screen and (max-width: 860px) {
  #flow_point::after {
    width: 150px;
    top: -80px;
  }
}
#flow_point h3 {
  font-family: YakuHanJP, "Kumbh Sans", sans-serif;
  background: linear-gradient(90deg, #285adc, #fc9800);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: left;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2.4rem;
  font-weight: 900;
}
#flow_point h3::after {
  content: "";
  display: block;
  height: 4px;
  width: 100%;
  background: linear-gradient(90deg, #285adc, #fc9800);
}
#flow_point p {
  font-size: 1.9rem;
  font-weight: 700;
  margin-top: 20px;
  line-height: 2.36;
}
@media screen and (max-width: 860px) {
  #flow_point p {
    font-size: 1.6rem;
  }
}

#flow_satei {
  margin-top: 100px;
}
#flow_satei ul {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
@media screen and (max-width: 860px) {
  #flow_satei ul {
    display: block;
  }
}
#flow_satei ul li {
  position: relative;
  border-radius: 17px;
  width: 47%;
  padding: 55px 43px;
  box-sizing: border-box;
}
@media screen and (max-width: 860px) {
  #flow_satei ul li {
    width: 100%;
    padding: 40px 20px;
  }
}
#flow_satei ul li:nth-child(1) {
  background: #f0f5ff;
}
#flow_satei ul li:nth-child(2) {
  background: #fff7eb;
}
@media screen and (max-width: 860px) {
  #flow_satei ul li:nth-child(2) {
    margin-top: 30px;
  }
}
#flow_satei ul li .icn {
  width: 91.5px;
  position: absolute;
  top: -26px;
  left: -18px;
}
@media screen and (max-width: 860px) {
  #flow_satei ul li .icn {
    width: 60px;
    left: -5px;
    top: -5px;
  }
}
#flow_satei ul li h3 {
  font-size: 3.3rem;
  font-weight: 700;
  color: #1b51dc;
}
#flow_satei ul li h3 small {
  display: block;
  font-size: 0.51em;
}
#flow_satei ul li p {
  display: flex;
  align-items: center;
  margin-top: 15px;
  font-size: 1.9rem;
  line-height: 1.63;
}
@media screen and (max-width: 860px) {
  #flow_satei ul li p {
    font-size: 1.6rem;
  }
}
#flow_satei ul li p img {
  width: 64.5px;
  margin-right: 10px;
  display: block;
}
@media screen and (max-width: 860px) {
  #flow_satei ul li p img {
    width: 50px;
  }
}

#faq {
  background: #f9f4ed;
  margin-top: 190px;
  padding-bottom: 190px;
  padding-top: 190px;
}
@media screen and (max-width: 860px) {
  #faq {
    margin-top: 80px;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
#faq .section_ttl .deco {
  justify-content: center;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
}
#faq .section_ttl .deco::before {
  display: none;
}
#faq .section_ttl .deco::after {
  display: none;
}
#faq .section_ttl .deco img {
  width: 100%;
  max-width: 265px;
  position: absolute;
  top: 70%;
  transform: translateY(-50%);
  z-index: -1;
}
@media screen and (max-width: 980px) {
  #faq .section_ttl .deco img {
    width: 180px;
    top: 130px;
  }
}
@media screen and (max-width: 860px) {
  #faq .section_ttl .deco img {
    display: none;
  }
}
#faq .section_ttl .deco img:first-child {
  left: 20px;
}
#faq .section_ttl .deco img:last-child {
  right: 20px;
}
#faq .faq_list {
  position: relative;
  z-index: 2;
}
#faq .faq_list li .faq_trigger {
  display: flex;
  align-items: center;
  font-size: 1.9rem;
  background: #fff;
  display: flex;
  align-items: center;
  padding: 25px 38px;
  box-sizing: border-box;
}
@media screen and (max-width: 860px) {
  #faq .faq_list li .faq_trigger {
    padding: 15px;
    font-size: 1.6rem;
  }
}
#faq .faq_list li .faq_trigger::before {
  content: "Q";
  font-family: YakuHanJP, "Kumbh Sans", sans-serif;
  color: #1b51dc;
  font-size: 3.3rem;
  margin-right: 0.5em;
  font-weight: 900;
  line-height: 1;
  flex-shrink: 0;
}
@media screen and (max-width: 860px) {
  #faq .faq_list li .faq_trigger::before {
    font-size: 2.8rem;
  }
}
#faq .faq_list li .faq_trigger::after {
  content: "";
  width: 31px;
  aspect-ratio: 1/1;
  background: url(../images/faq/arrow.png) no-repeat center/contain;
  display: block;
  margin-left: auto;
  transition: 0.5s;
  flex-shrink: 0;
}
@media screen and (max-width: 860px) {
  #faq .faq_list li .faq_trigger::after {
    width: 15px;
  }
}
#faq .faq_list li .faq_trigger.active::after {
  transform: rotate(180deg);
}
#faq .faq_list li .inner {
  background: #ebe8e4;
  padding: 25px 38px;
  font-size: 1.9rem;
  display: flex;
  align-items: flex-start;
  display: none;
}
@media screen and (max-width: 860px) {
  #faq .faq_list li .inner {
    font-size: 1.6rem;
    padding: 15px;
  }
}
#faq .faq_list li .inner::before {
  content: "A";
  font-family: YakuHanJP, "Kumbh Sans", sans-serif;
  color: #ef9308;
  font-size: 3.3rem;
  margin-right: 0.5em;
  font-weight: 900;
  line-height: 1;
}
@media screen and (max-width: 860px) {
  #faq .faq_list li .inner::before {
    font-size: 2.8rem;
  }
}
#faq .faq_list li .inner a {
  color: #1b51dc;
  text-decoration: underline;
}
#faq .faq_list li + li {
  margin-top: 20px;
}
#faq .faq_list li.active a::after {
  transform: rotate(180deg);
}

#about {
  margin-bottom: 160px;
  margin-top: 180px;
}
@media screen and (max-width: 860px) {
  #about {
    margin-bottom: 80px;
    margin-top: 80px;
  }
}
#about table th {
  border-top: 1px solid #1b51dc;
  border-bottom: 1px solid #1b51dc;
  vertical-align: top;
  font-size: 1.9rem;
  font-weight: 700;
  width: 10em;
  text-align: left;
  padding: 38px 0;
}
@media screen and (max-width: 860px) {
  #about table th {
    font-size: 1.6rem;
  }
}
#about table td {
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  font-size: 1.6rem;
  line-height: 1.75;
  padding: 38px 0;
}
@media screen and (max-width: 860px) {
  #about table td {
    font-size: 1.4rem;
  }
}
#about table td a {
  color: #1b51dc;
  text-decoration: underline;
}
#about table td table th, #about table td table td {
  border: none;
  padding: 0;
}
#about table td table th {
  vertical-align: top;
  color: #1b51dc;
  width: 5em;
  font-size: 1.6rem;
}

#group {
  background: #1b51dc;
  padding-bottom: 140px;
}
@media screen and (max-width: 860px) {
  #group {
    padding-bottom: 80px;
  }
}
#group .section_ttl {
  color: #fff;
}
#group .section_ttl .deco::before {
  background: #fff;
}
#group .section_ttl .deco::after {
  background: #fff;
}
#group .section_ttl .en {
  color: #fff;
  -webkit-background-clip: inherit;
  -webkit-text-fill-color: inherit;
  background: none;
}

#contact {
  position: relative;
  background: #1b51dc;
  overflow: hidden;
}
#contact .bg {
  width: 100%;
}
@media screen and (max-width: 860px) {
  #contact .bg {
    width: 200vw;
    left: 50%;
    transform: translateX(-50%);
    position: relative;
    max-width: none;
  }
}
#contact .ill {
  position: absolute;
  width: 89.5%;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
#contact .inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#contact .inner .btn {
  display: block;
  width: 32.824vw;
}
@media screen and (max-width: 860px) {
  #contact .inner .btn {
    width: 80vw;
  }
}
#contact .inner .tel {
  color: #fff;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 0;
  text-align: center;
}
#contact .inner .tel strong {
  font-family: YakuHanJP, "Kumbh Sans", sans-serif;
  font-weight: 900;
  display: block;
  font-size: 3.48vw;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 860px) {
  #contact .inner .tel strong {
    font-size: clamp(0px, 7vw, 40px);
  }
}
#contact .inner .tel small {
  font-size: clamp(0px, 3vw, 20px);
  display: block;
}

footer {
  background: #052b8b;
  padding-bottom: 50px;
  padding-top: 40px;
  border-top: 25px solid #2f4f9f;
  color: #fff;
}
@media screen and (max-width: 860px) {
  footer {
    padding: 30px 0;
  }
}
footer .cont_size_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 860px) {
  footer .cont_size_box {
    display: block;
  }
}
footer .cont_size_box .left {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 860px) {
  footer .cont_size_box .left {
    display: block;
  }
}
footer .cont_size_box .left img {
  width: 216px;
  margin-right: 20px;
}
@media screen and (max-width: 860px) {
  footer .cont_size_box .left img {
    margin: 0 auto;
    width: 80%;
    max-width: 216px;
  }
}
footer .cont_size_box .left p {
  font-size: 1.2rem;
  line-height: 1.58;
}
@media screen and (max-width: 860px) {
  footer .cont_size_box .left p {
    text-align: center;
    margin-top: 10px;
  }
}
footer .cont_size_box .right {
  display: flex;
  align-items: flex-end;
  flex-direction: row-reverse;
}
@media screen and (max-width: 860px) {
  footer .cont_size_box .right {
    display: block;
    margin-top: 20px;
    text-align: center;
  }
}
footer .cont_size_box .right p {
  font-size: 1.2rem;
  line-height: 1.58;
}
footer .cont_size_box .right img {
  margin-left: 20px;
  width: 125px;
}
@media screen and (max-width: 860px) {
  footer .cont_size_box .right img {
    margin: 0 auto 10px;
  }
}/*# sourceMappingURL=style.css.map */