@charset "UTF-8";
/* breakpoint
=============================================== */
/* フォント設定
=============================================== */
/* 可変のフォントサイズを計算
=============================================== */
/* display
=============================================== */
.display-tab {
  display: none;
}
@media screen and (max-width: 800px) {
  .display-tab {
    display: inline-block;
  }
}

.display-sp {
  display: none;
}
@media screen and (max-width: 600px) {
  .display-sp {
    display: inline-block;
  }
}

@media screen and (max-width: 800px) {
  .hidden-tab {
    display: none;
  }
}

/* style
=============================================== */
body {
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #333;
  line-height: 1.6;
}

img {
  width: 100%;
  height: auto;
}

.inner {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 20px;
}

.fsz-06 {
  font-size: 0.6em;
}

.fsz-08 {
  font-size: 0.8em;
}

.fsz-12 {
  font-size: 1.2em;
}

.fsz-14 {
  font-size: 1.4em;
}

.fsz-15 {
  font-size: 1.5em;
}

.fsz-16 {
  font-size: 1.6em;
}

.fsz-18 {
  font-size: 1.8em;
}

.fsz-20 {
  font-size: 2em;
}

.js-anm.js-fadein {
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.js-anm.js-fadein.is-appear {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.js-anm.js-slidein {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.js-anm.js-slidein > span {
  position: relative;
  display: inline-block;
  opacity: 0;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.js-anm.js-slidein.is-appear > span {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.js-anm.js-slidein.is-appear > span:nth-child(1) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.js-anm.js-slidein.is-appear > span:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.js-anm.js-slidein.is-appear > span:nth-child(3) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.js-anm.js-slidein.is-appear > span:nth-child(4) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.js-anm.js-slidein.is-appear > span:nth-child(5) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.js-anm.js-slidein.is-appear > span:nth-child(6) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.js-anm.js-slidein.is-appear > span:nth-child(7) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.js-anm.js-slidein.is-appear > span:nth-child(8) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.js-anm.js-slidein.is-appear > span:nth-child(9) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.js-anm.js-slidein.is-appear > span:nth-child(10) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.js-anm.js-slidein.is-appear > span:nth-child(11) {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
.js-anm.js-slidein.is-appear > span:nth-child(12) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.js-anm.js-slidein.is-appear > span:nth-child(13) {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}
.js-anm.js-slidein.is-appear > span:nth-child(14) {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}
.js-anm.js-slidein.is-appear > span:nth-child(15) {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
.js-anm.js-slidein.is-appear > span:nth-child(16) {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}
.js-anm.js-slidein.is-appear > span:nth-child(17) {
  -webkit-transition-delay: 1.7s;
          transition-delay: 1.7s;
}
.js-anm.js-slidein.is-appear > span:nth-child(18) {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}
.js-anm.js-slidein.is-appear > span:nth-child(19) {
  -webkit-transition-delay: 1.9s;
          transition-delay: 1.9s;
}
.js-anm.js-slidein.is-appear > span:nth-child(20) {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}

.is-anm-shiny {
  position: relative;
  overflow: hidden;
}
.is-anm-shiny::after {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fbfbfb;
  -webkit-animation: btn_animation 3s ease-in-out infinite;
          animation: btn_animation 3s ease-in-out infinite;
}

@-webkit-keyframes btn_animation {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

@keyframes btn_animation {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
/* header
----------------------------------------------------------------------*/
.header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: white;
  width: 100%;
  height: 125px;
}
@media screen and (max-width: 1200px) {
  .header {
    height: 100px;
  }
}
@media screen and (max-width: 1000px) {
  .header {
    height: 80px;
  }
}
.header__inner {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.header__title-logo {
  width: 74px;
  height: 74px;
}
@media screen and (max-width: 1200px) {
  .header__title-logo {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 1000px) {
  .header__title-logo {
    width: 55px;
    height: 55px;
  }
}
.header__title-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500;
  line-height: 1.2;
}
.header__title-text span {
  font-size: 12px;
}
@media screen and (max-width: 1000px) {
  .header__title-text span {
    font-size: 10px;
  }
}
.header__title-text h1 {
  font-size: 32px;
}
@media screen and (max-width: 1200px) {
  .header__title-text h1 {
    font-size: 24px;
  }
}
@media screen and (max-width: 1000px) {
  .header__title-text h1 {
    font-size: 20px;
  }
}
.header__btnWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media screen and (max-width: 1000px) {
  .header__btnWrap {
    display: none;
  }
}
.header__btn {
  width: 340px;
  height: 72px;
  border-radius: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .header__btn {
    width: 280px;
    height: 60px;
  }
}
.header__btn.is-line {
  background-color: #03C300;
}
.header__btn.is-tel {
  background-color: #F08E42;
}
.header__btn-icon {
  position: absolute;
  width: 48px;
  height: auto;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1200px) {
  .header__btn-icon {
    width: 36px;
  }
}
.header__btn-text {
  color: white;
  font-size: 20px;
  font-weight: 500;
  padding-left: 1em;
}
@media screen and (max-width: 1200px) {
  .header__btn-text {
    font-size: 16px;
  }
}
.header__btn::before {
  position: absolute;
  content: "";
  width: 11px;
  height: 13px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: white;
}

.mv {
  width: 100%;
  overflow: hidden;
}
.mv__top {
  color: white;
  font-size: 32px;
  font-weight: 500;
  text-align: center;
  padding: 0.2em;
  background-color: #244C99;
}
@media screen and (max-width: 1200px) {
  .mv__top {
    font-size: 28px;
  }
}
@media screen and (max-width: 1000px) {
  .mv__top {
    font-size: 24px;
  }
}
@media screen and (max-width: 800px) {
  .mv__top {
    font-size: 20px;
    line-height: 1.3;
  }
}
.mv__top .is-orange {
  color: #EF8E42;
}
.mv__main {
  position: relative;
  background: url("../img/mv_bg.webp") no-repeat center center/cover;
  aspect-ratio: 1920/723;
}
@media screen and (max-width: 800px) {
  .mv__main {
    aspect-ratio: 375/600;
    background-position: 25% center;
  }
}
.mv__main-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.mv__title {
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  width: 37vw;
}
@media screen and (max-width: 800px) {
  .mv__title {
    width: 90%;
    -webkit-transform: none;
            transform: none;
    top: 5%;
    left: 10px;
  }
}
.mv__list {
  position: absolute;
  z-index: 3;
  bottom: 45%;
  left: 20px;
  -webkit-transform: translateY(110%);
          transform: translateY(110%);
  width: 34vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media screen and (max-width: 800px) {
  .mv__list {
    width: 75%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    bottom: auto;
    top: 33%;
    left: 10px;
    gap: 10px;
    -webkit-transform: none;
            transform: none;
  }
}
.mv__list li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 800px) {
  .mv__list li {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 35vw;
  }
  .mv__list li:nth-child(1) {
    margin-inline: 20px;
  }
}
.mv__profile {
  position: absolute;
  z-index: 2;
  width: 35vw;
  bottom: 0;
  left: 60%;
}
@media screen and (max-width: 800px) {
  .mv__profile {
    width: 130vw;
    left: 20%;
  }
}
.mv__profile-name {
  color: white;
  font-size: 24px;
  text-align: center;
  line-height: 1.3;
  position: absolute;
  z-index: 4;
  bottom: 10px;
  right: 10%;
}
@media screen and (max-width: 1200px) {
  .mv__profile-name {
    font-size: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .mv__profile-name {
    font-size: 16px;
  }
}
@media screen and (max-width: 800px) {
  .mv__profile-name {
    font-size: 3vw;
    bottom: 5%;
    right: 50%;
  }
}

.cta {
  position: relative;
  z-index: 3;
  padding: 46px 0 128px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#F08E42), color-stop(50%, #F08E42), color-stop(50%, transparent), to(transparent));
  background-image: linear-gradient(to bottom, #F08E42 0%, #F08E42 50%, transparent 50%, transparent 100%);
}
@media screen and (max-width: 1000px) {
  .cta {
    padding: 32px 0 80px;
  }
}
@media screen and (max-width: 800px) {
  .cta {
    padding: 32px 0 60px;
  }
}
.cta__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.cta__title {
  color: white;
  font-size: 23px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .cta__title {
    font-size: 20px;
  }
}
@media screen and (max-width: 800px) {
  .cta__title {
    font-size: 19px;
  }
}
.cta__title-main {
  font-size: 2em;
  font-weight: bold;
  line-height: 1.5;
  display: inline-block;
  text-decoration: underline;
  text-decoration-color: #244C99;
  text-decoration-thickness: 0.3em;
  text-underline-offset: -2px;
}
@media screen and (max-width: 1000px) {
  .cta__title-main {
    font-size: 1.6em;
  }
}
@media screen and (max-width: 800px) {
  .cta__title-main {
    font-size: 1.4em;
  }
}
@media screen and (max-width: 600px) {
  .cta__title-main {
    font-size: 1.2em;
  }
}
.cta__box {
  margin-inline: auto;
  width: 100%;
  max-width: 1014px;
  background-color: white;
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 8px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
  padding: 34px 34px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media screen and (max-width: 1000px) {
  .cta__box {
    padding: 24px 24px 16px;
  }
}
@media screen and (max-width: 800px) {
  .cta__box {
    padding: 16px 16px 12px;
  }
}
.cta__box p {
  color: #244C99;
  font-size: 24px;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .cta__box p {
    font-size: 20px;
  }
}
@media screen and (max-width: 800px) {
  .cta__box p {
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  .cta__box p {
    font-size: 14px;
  }
}
.cta__btnWrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.cta__btn {
  width: 340px;
  height: 72px;
  border-radius: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .cta__btn {
    width: 100%;
    max-width: 300px;
    height: 60px;
  }
}
.cta__btn.is-line {
  background-color: #03C300;
}
.cta__btn.is-tel {
  background-color: #244C99;
}
.cta__btn.is-form {
  width: 400px;
  background-color: #4294B9;
}
.cta__btn-icon {
  position: absolute;
  width: 48px;
  height: auto;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1000px) {
  .cta__btn-icon {
    width: 36px;
  }
}
.cta__btn-text {
  color: white;
  font-size: 20px;
  font-weight: 500;
  padding-left: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1000px) {
  .cta__btn-text {
    font-size: 16px;
  }
}
.cta__btn-text.is-form {
  font-size: 18px;
}
@media screen and (max-width: 1000px) {
  .cta__btn-text.is-form {
    font-size: 14px;
  }
}
.cta__btn::before {
  position: absolute;
  content: "";
  width: 11px;
  height: 13px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: white;
}
@media screen and (max-width: 1000px) {
  .cta__btn::before {
    width: 9px;
    height: 11px;
    right: 16px;
  }
}

/* sticky
----------------------------------------------------------------------*/
.stickyCta {
  position: sticky;
  z-index: 1000;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  gap: 4px;
  display: none;
}
@media screen and (max-width: 800px) {
  .stickyCta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
  }
  .stickyCta.is-show {
    opacity: 1;
  }
}
.stickyCta__btn {
  width: 100%;
  max-width: 340px;
  height: 60px;
  border-radius: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.stickyCta__btn.is-line {
  background-color: #03C300;
}
.stickyCta__btn.is-tel {
  background-color: #244C99;
}
.stickyCta__btn-icon {
  position: absolute;
  width: 36px;
  height: auto;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.stickyCta__btn-text {
  color: white;
  font-size: 20px;
  font-weight: 500;
  padding-left: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1000px) {
  .stickyCta__btn-text {
    font-size: 16px;
  }
}
.stickyCta__btn-text.is-form {
  font-size: 18px;
}
@media screen and (max-width: 1000px) {
  .stickyCta__btn-text.is-form {
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  .stickyCta__btn-text.is-form {
    font-size: 12px;
  }
}
.stickyCta__btn::before {
  position: absolute;
  content: "";
  width: 11px;
  height: 13px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: white;
}
@media screen and (max-width: 1000px) {
  .stickyCta__btn::before {
    width: 9px;
    height: 11px;
    right: 16px;
  }
}

/* solution
----------------------------------------------------------------------*/
.solution__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  font-size: 20px;
  font-weight: 500;
  background-color: #244C99;
  padding: 15px 15px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .solution__head {
    padding: 10px 10px;
    font-size: 18px;
  }
}
@media screen and (max-width: 800px) {
  .solution__head {
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  .solution__head {
    font-size: 14px;
  }
}
.solution__head::after {
  position: absolute;
  z-index: 2;
  content: "";
  width: 2.4em;
  aspect-ratio: 2/1;
  background-color: #244C99;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  top: 99%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.solution__head h2 {
  font-size: 1.8em;
  font-weight: bold;
  line-height: 1.2;
  display: inline-block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(80%, transparent), color-stop(80%, #F08E42), to(#F08E42));
  background-image: linear-gradient(to bottom, transparent 0%, transparent 80%, #F08E42 80%, #F08E42 100%);
}
@media screen and (max-width: 1000px) {
  .solution__head h2 {
    font-size: 1.6em;
  }
}
@media screen and (max-width: 800px) {
  .solution__head h2 {
    font-size: 1.4em;
  }
}
.solution__heading {
  color: #244C99;
  font-size: 48px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .solution__heading {
    font-size: 36px;
  }
}
@media screen and (max-width: 800px) {
  .solution__heading {
    font-size: 28px;
  }
}
@media screen and (max-width: 600px) {
  .solution__heading {
    font-size: 24px;
  }
}
.solution__body {
  padding: 58px 0 80px;
  background-size: auto 100%;
  background-position: right top;
  background-repeat: no-repeat;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .solution__body {
    padding: 40px 0 60px;
  }
}
@media screen and (max-width: 800px) {
  .solution__body {
    padding: 32px 0 60px;
  }
}
.solution__body.is-bg01 {
  background-image: url("../img/solution_bg01.webp");
}
.solution__body.is-bg01::after {
  position: absolute;
  content: "";
  z-index: 2;
  width: 700px;
  aspect-ratio: 7/1;
  background-color: white;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  top: 99%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 1000px) {
  .solution__body.is-bg01::after {
    width: 500px;
    aspect-ratio: 8/1;
  }
}
@media screen and (max-width: 600px) {
  .solution__body.is-bg01::after {
    width: 100%;
    aspect-ratio: 12/1;
  }
}
.solution__body.is-bg02 {
  background-image: url("../img/solution_bg02.webp");
}
.solution__list {
  margin-top: 16px;
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 22px;
}
@media screen and (max-width: 1000px) {
  .solution__list {
    gap: 16px;
  }
}
@media screen and (max-width: 600px) {
  .solution__list {
    gap: 12px;
  }
}
.solution__item {
  position: relative;
  color: #244C99;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.7;
  padding: 4px 2.8em;
  background-color: white;
  clip-path: polygon(1em 0, 100% 0, calc(100% - 1em) 100%, 0% 100%);
}
@media screen and (max-width: 1000px) {
  .solution__item {
    font-size: 20px;
  }
}
@media screen and (max-width: 800px) {
  .solution__item {
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  .solution__item {
    font-size: 12px;
  }
}
.solution__item::before {
  position: absolute;
  content: "";
  width: 1.2em;
  aspect-ratio: 1;
  background: url("../img/icon_check.webp") no-repeat center center/contain;
  top: 50%;
  left: 1.2em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.solution__item span.is-orange {
  color: #F08E42;
}
.solution__message {
  position: absolute;
  z-index: 4;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  color: #244C99;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 1000px) {
  .solution__message {
    font-size: 20px;
  }
}
@media screen and (max-width: 800px) {
  .solution__message {
    font-size: 16px;
    line-height: 1.3;
    -webkit-transform: translate(-50%, 20%);
            transform: translate(-50%, 20%);
  }
}

/* features
----------------------------------------------------------------------*/
.features {
  padding: 130px 0 130px;
  background: url("../img/feature_bg.webp") no-repeat center center/cover;
}
@media screen and (max-width: 1200px) {
  .features {
    background-position: 30% center;
    padding: 100px 0 100px;
  }
}
@media screen and (max-width: 1000px) {
  .features {
    background-position: 20% center;
    padding: 80px 0 80px;
  }
}
@media screen and (max-width: 800px) {
  .features {
    background-position: 10% center;
    padding: 60px 0 60px;
  }
}
.features__title {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: white;
  font-size: 28px;
  font-weight: 400;
}
@media screen and (max-width: 1400px) {
  .features__title {
    font-size: 24px;
    width: 70%;
  }
}
@media screen and (max-width: 1000px) {
  .features__title {
    font-size: 20px;
    width: 90%;
  }
}
@media screen and (max-width: 800px) {
  .features__title {
    font-size: 16px;
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .features__title {
    font-size: 14px;
  }
}
.features__title span.is-highlight {
  font-size: 1.6em;
  font-weight: bold;
  line-height: 1.2;
  display: inline-block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(70%, transparent), color-stop(70%, #F08E42), to(#F08E42));
  background-image: linear-gradient(to bottom, transparent 0%, transparent 70%, #F08E42 70%, #F08E42 100%);
  margin-right: 0.2em;
}
.features__list {
  margin-top: 24px;
  width: 46%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
}
@media screen and (max-width: 1200px) {
  .features__list {
    width: 60%;
  }
}
@media screen and (max-width: 1000px) {
  .features__list {
    width: 75%;
  }
}
@media screen and (max-width: 600px) {
  .features__list {
    width: 100%;
  }
}
.features__item {
  width: 100%;
}
.features__item-label {
  color: #EE8E41;
  font-size: 20px;
  font-weight: 500;
  padding: 4px 2.8em;
  background-color: white;
  clip-path: polygon(1em 0, 100% 0, calc(100% - 1em) 100%, 0% 100%);
  position: relative;
}
@media screen and (max-width: 1200px) {
  .features__item-label {
    font-size: 18px;
  }
}
@media screen and (max-width: 1000px) {
  .features__item-label {
    font-size: 16px;
  }
}
.features__item-label::before {
  position: absolute;
  content: "";
  width: 1.2em;
  aspect-ratio: 1;
  background: url("../img/icon_check-orange.webp") no-repeat center center/contain;
  top: 50%;
  left: 1.2em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.features__item-text {
  margin-top: 0.5em;
  color: white;
  font-size: 18px;
  font-weight: 300;
  padding-left: 3.2em;
}
@media screen and (max-width: 1200px) {
  .features__item-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 1000px) {
  .features__item-text {
    font-size: 14px;
    padding-left: 1em;
  }
}

/* comparison
----------------------------------------------------------------------*/
.comparison {
  padding: 128px 0;
  background-color: #F7F7F8;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .comparison {
    padding: 100px 0;
  }
}
@media screen and (max-width: 1000px) {
  .comparison {
    padding: 80px 0;
  }
}
@media screen and (max-width: 800px) {
  .comparison {
    padding: 60px 0;
  }
}
.comparison::after {
  position: absolute;
  content: "";
  z-index: 2;
  width: 700px;
  aspect-ratio: 7/1;
  background-color: #F7F7F8;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 1000px) {
  .comparison::after {
    width: 500px;
    aspect-ratio: 8/1;
  }
}
@media screen and (max-width: 600px) {
  .comparison::after {
    width: 100%;
    aspect-ratio: 12/1;
  }
}
.comparison__title {
  color: #244C99;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .comparison__title {
    font-size: 32px;
  }
}
@media screen and (max-width: 1000px) {
  .comparison__title {
    font-size: 28px;
  }
}
@media screen and (max-width: 800px) {
  .comparison__title {
    font-size: 24px;
  }
}
.comparison__table {
  margin-top: 24px;
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
}
@media screen and (max-width: 600px) {
  .comparison__table > img {
    width: 170%;
  }
}
.comparison__message {
  position: absolute;
  z-index: 4;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  color: #244C99;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 1000px) {
  .comparison__message {
    font-size: 20px;
  }
}
@media screen and (max-width: 800px) {
  .comparison__message {
    font-size: 16px;
    line-height: 1.3;
    -webkit-transform: translate(-50%, 20%);
            transform: translate(-50%, 20%);
  }
}

/* price
----------------------------------------------------------------------*/
.price {
  padding: 128px 0;
}
@media screen and (max-width: 1200px) {
  .price {
    padding: 100px 0;
  }
}
@media screen and (max-width: 1000px) {
  .price {
    padding: 80px 0;
  }
}
@media screen and (max-width: 800px) {
  .price {
    padding: 60px 0;
  }
}
.price__title {
  color: #244C99;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .price__title {
    font-size: 32px;
  }
}
@media screen and (max-width: 1000px) {
  .price__title {
    font-size: 28px;
  }
}
@media screen and (max-width: 800px) {
  .price__title {
    font-size: 24px;
  }
}
.price__list {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
}
@media screen and (max-width: 800px) {
  .price__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 500px;
    margin-inline: auto;
  }
}
.price__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 1px solid #244C99;
  border-radius: 8px;
}
.price__item-label {
  background-color: #244C99;
  padding: 0.6em;
  color: white;
  font-size: 28px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .price__item-label {
    font-size: 24px;
  }
}
@media screen and (max-width: 1000px) {
  .price__item-label {
    font-size: 20px;
  }
}
@media screen and (max-width: 800px) {
  .price__item-label {
    font-size: 16px;
  }
}
.price__item-price {
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #244C99;
  font-size: 65px;
  font-weight: 500;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .price__item-price {
    font-size: 50px;
    padding: 10px 0;
  }
}
@media screen and (max-width: 1000px) {
  .price__item-price {
    font-size: 40px;
  }
}
@media screen and (max-width: 800px) {
  .price__item-price {
    font-size: 30px;
  }
}
.price__item-price .unit {
  font-size: 35px;
  margin-left: 0.2em;
}
@media screen and (max-width: 1200px) {
  .price__item-price .unit {
    font-size: 28px;
  }
}
@media screen and (max-width: 1000px) {
  .price__item-price .unit {
    font-size: 20px;
  }
}
@media screen and (max-width: 800px) {
  .price__item-price .unit {
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  .price__item-price .unit {
    font-size: 14px;
  }
}
.price__item-price .tax {
  position: absolute;
  font-size: 12px;
  top: 28%;
  right: 6px;
}
@media screen and (max-width: 1200px) {
  .price__item-price .tax {
    font-size: 10px;
    top: 30%;
    right: 0;
  }
}
@media screen and (max-width: 800px) {
  .price__item-price .tax {
    font-size: 8px;
    top: 32%;
    right: -2px;
  }
}
.price__item-content {
  padding: 0 32px 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
@media screen and (max-width: 1400px) {
  .price__item-content {
    padding: 0 16px 16px;
  }
}
@media screen and (max-width: 1000px) {
  .price__item-content {
    grid-template-columns: 1fr;
  }
}
.price__item-content li {
  color: white;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  padding: 10px;
  background-color: #244C99;
}
@media screen and (max-width: 1400px) {
  .price__item-content li {
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  .price__item-content li {
    font-size: 12px;
  }
}
.price__note {
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.price__note p {
  margin-top: 0.8em;
  font-size: 18px;
  font-weight: 300;
  white-space: nowrap;
}
@media screen and (max-width: 1400px) {
  .price__note p {
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  .price__note p {
    font-size: 12px;
  }
}

/* voice
----------------------------------------------------------------------*/
.voice {
  margin-top: -300px;
  padding: 300px 0 128px;
  background: url("../img/voice_bg.webp") no-repeat center center/cover;
}
@media screen and (max-width: 1200px) {
  .voice {
    margin-top: -250px;
    padding: 250px 0 100px;
  }
}
.voice__title {
  color: #244C99;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .voice__title {
    font-size: 32px;
  }
}
@media screen and (max-width: 1000px) {
  .voice__title {
    font-size: 28px;
  }
}
@media screen and (max-width: 800px) {
  .voice__title {
    font-size: 24px;
  }
}
.voice__list {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
}
@media screen and (max-width: 800px) {
  .voice__list {
    margin-top: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 500px;
    margin-inline: auto;
  }
}
.voice__item {
  border: 1px solid #244C99;
  border-radius: 8px;
  background-color: white;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
.voice__item-title {
  width: 100%;
  height: 80px;
  padding: 2px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #244C99;
  color: white;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (max-width: 1200px) {
  .voice__item-title {
    font-size: 24px;
    height: 70px;
    padding: 2px 20px;
  }
}
@media screen and (max-width: 1000px) {
  .voice__item-title {
    font-size: 20px;
    height: 60px;
    padding: 2px 16px;
  }
}
@media screen and (max-width: 800px) {
  .voice__item-title {
    font-size: 18px;
    height: 50px;
    padding: 2px 12px;
  }
}
.voice__item-body {
  padding: 18px;
}
@media screen and (max-width: 800px) {
  .voice__item-body {
    padding-bottom: 5px;
  }
}
.voice__item-profile {
  font-size: 20px;
}
@media screen and (max-width: 1200px) {
  .voice__item-profile {
    font-size: 18px;
  }
}
@media screen and (max-width: 1000px) {
  .voice__item-profile {
    font-size: 16px;
  }
}
.voice__item-message {
  width: 60%;
  margin-top: 6px;
  font-size: 18px;
  line-height: 1.4;
}
@media screen and (max-width: 800px) {
  .voice__item-message {
    width: 100%;
    font-size: 16px;
  }
}
.voice__item-img {
  position: absolute;
  width: 35%;
  height: auto;
  bottom: 10px;
  right: 18px;
}
@media screen and (max-width: 800px) {
  .voice__item-img {
    position: static;
    bottom: auto;
    right: auto;
    padding: 18px;
    width: 70%;
    margin-inline: auto;
  }
}

/* flow
----------------------------------------------------------------------*/
.flow {
  padding: 128px 0;
  background-color: #F7F7F8;
}
@media screen and (max-width: 1200px) {
  .flow {
    padding: 100px 0;
  }
}
@media screen and (max-width: 1000px) {
  .flow {
    padding: 80px 0;
  }
}
@media screen and (max-width: 800px) {
  .flow {
    padding: 60px 0;
  }
}
.flow__inner {
  padding-inline: 30px;
}
.flow__title {
  color: #244C99;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .flow__title {
    font-size: 32px;
  }
}
@media screen and (max-width: 1000px) {
  .flow__title {
    font-size: 28px;
  }
}
@media screen and (max-width: 800px) {
  .flow__title {
    font-size: 24px;
  }
}
.flow__list {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 34px;
}
@media screen and (max-width: 1000px) {
  .flow__list {
    gap: 24px;
  }
}
.flow__item {
  position: relative;
  background-color: white;
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 8px rgba(0, 0, 0, 0.16);
  padding: 16px 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 80px;
}
.flow__item.js-anm.js-fadein {
  -webkit-transform: translateY(20px) skewX(-12deg);
          transform: translateY(20px) skewX(-12deg);
  opacity: 0;
}
.flow__item.js-anm.js-fadein.is-appear {
  opacity: 1;
  -webkit-transform: translateY(0) skewX(-12deg);
          transform: translateY(0) skewX(-12deg);
}
@media screen and (max-width: 1200px) {
  .flow__item {
    gap: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .flow__item {
    padding: 16px 5%;
  }
}
@media screen and (max-width: 800px) {
  .flow__item {
    gap: 20px;
  }
}
@media screen and (max-width: 600px) {
  .flow__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: flex-start;
    gap: 16px;
    -webkit-transform: skew(0);
            transform: skew(0);
  }
}
.flow__item img {
  width: 30%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transform: skewX(12deg);
          transform: skewX(12deg);
}
@media screen and (max-width: 600px) {
  .flow__item img {
    width: 100%;
    -webkit-transform: skew(0);
            transform: skew(0);
  }
}
.flow__item-textWrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-area: 16px;
  -webkit-transform: skewX(12deg);
          transform: skewX(12deg);
}
@media screen and (max-width: 600px) {
  .flow__item-textWrap {
    -webkit-transform: skew(0);
            transform: skew(0);
    width: 100%;
  }
}
.flow__item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #244C99;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 1200px) {
  .flow__item-title {
    font-size: 24px;
  }
}
@media screen and (max-width: 1000px) {
  .flow__item-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 800px) {
  .flow__item-title {
    font-size: 18px;
  }
}
.flow__item-desc {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
}
@media screen and (max-width: 1200px) {
  .flow__item-desc {
    font-size: 16px;
  }
}
@media screen and (max-width: 1000px) {
  .flow__item-desc {
    margin-top: 10px;
  }
}

/* faq
----------------------------------------------------------------------*/
.faq {
  padding: 128px 0;
}
@media screen and (max-width: 1200px) {
  .faq {
    padding: 100px 0;
  }
}
@media screen and (max-width: 1000px) {
  .faq {
    padding: 80px 0;
  }
}
@media screen and (max-width: 800px) {
  .faq {
    padding: 60px 0;
  }
}
.faq__title {
  color: #244C99;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .faq__title {
    font-size: 32px;
  }
}
@media screen and (max-width: 1000px) {
  .faq__title {
    font-size: 28px;
  }
}
@media screen and (max-width: 800px) {
  .faq__title {
    font-size: 24px;
  }
}
.faq__list {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 800px) {
  .faq__list {
    margin-top: 16px;
    gap: 10px;
  }
}
.faq__question {
  background-color: #244C99;
  padding: 16px 20%;
  color: white;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .faq__question {
    font-size: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .faq__question {
    font-size: 18px;
    padding: 16px 10%;
  }
}
@media screen and (max-width: 800px) {
  .faq__question {
    font-size: 16px;
    padding: 16px 32px 16px 4%;
  }
}
@media screen and (max-width: 600px) {
  .faq__question {
    font-size: 14px;
  }
}
.faq__question::after {
  position: absolute;
  content: "";
  width: 13px;
  height: 11px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  background-color: white;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media screen and (max-width: 1000px) {
  .faq__question::after {
    width: 11px;
    height: 9px;
  }
}
.is-open .faq__question::after {
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}
.faq__answer {
  color: #244C99;
  background-color: white;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  padding: 0 20%;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 1000px) {
  .faq__answer {
    font-size: 16px;
    padding: 0 10%;
  }
}
@media screen and (max-width: 800px) {
  .faq__answer {
    font-size: 14px;
    padding: 0 4%;
  }
}
.is-open .faq__answer {
  padding: 16px 20%;
  max-height: 1000px;
  opacity: 1;
}
@media screen and (max-width: 1000px) {
  .is-open .faq__answer {
    padding: 16px 10%;
  }
}
@media screen and (max-width: 800px) {
  .is-open .faq__answer {
    padding: 16px 4%;
  }
}

/* intro
----------------------------------------------------------------------*/
.intro {
  padding: 32px 0 322px;
  background: url("../img/intro_bg.webp") no-repeat center center/cover;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .intro {
    padding: 32px 0 32px;
  }
}
.intro::after {
  position: absolute;
  content: "";
  width: 30%;
  aspect-ratio: 1;
  background: url("../img/intro.webp") no-repeat center bottom/contain;
  bottom: 0;
  left: 60%;
}
@media screen and (max-width: 1000px) {
  .intro::after {
    width: 160px;
    top: -50px;
  }
}
@media screen and (max-width: 800px) {
  .intro::after {
    width: 120px;
    top: -18px;
  }
}
.intro__inner {
  position: relative;
}
.intro__title {
  color: #244C99;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .intro__title {
    font-size: 32px;
  }
}
@media screen and (max-width: 1000px) {
  .intro__title {
    font-size: 28px;
  }
}
@media screen and (max-width: 800px) {
  .intro__title {
    font-size: 24px;
  }
}
.intro__box {
  position: absolute;
  width: 55%;
  background-color: white;
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 8px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
  padding: 24px 32px;
  top: 90px;
}
@media screen and (max-width: 1400px) {
  .intro__box {
    width: 60%;
  }
}
@media screen and (max-width: 1000px) {
  .intro__box {
    position: static;
    width: 100%;
    margin-top: 32px;
  }
}
@media screen and (max-width: 800px) {
  .intro__box {
    padding: 16px 24px;
  }
}
.intro__box-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 1em;
  font-size: 18px;
}
@media screen and (max-width: 1200px) {
  .intro__box-head {
    font-size: 16px;
  }
}
@media screen and (max-width: 800px) {
  .intro__box-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0;
  }
}
.intro__box-head span {
  padding-bottom: 0.2em;
}
.intro__box-head h3 {
  color: #244C99;
  font-size: 2em;
  font-weight: bold;
}
@media screen and (max-width: 1200px) {
  .intro__box-head h3 {
    font-size: 1.6em;
  }
}
@media screen and (max-width: 800px) {
  .intro__box-head h3 {
    font-size: 1.4em;
  }
}
.intro__box-body {
  margin-top: 16px;
}
.intro__box-message {
  font-size: 18px;
  font-weight: 300;
}
@media screen and (max-width: 1200px) {
  .intro__box-message {
    font-size: 16px;
  }
}
@media screen and (max-width: 800px) {
  .intro__box-message {
    font-size: 14px;
  }
}

/* catch
----------------------------------------------------------------------*/
.catch {
  position: relative;
  background-color: #244C99;
  padding: 48px 0 32px;
}
@media screen and (max-width: 800px) {
  .catch {
    padding: 40px 0 100px;
  }
}
.catch::after {
  position: absolute;
  z-index: 1;
  content: "";
  width: 30%;
  aspect-ratio: 1;
  background: url("../img/intro.webp") no-repeat center bottom/contain;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 1000px) {
  .catch::after {
    width: 160px;
  }
}
.catch__inner {
  position: relative;
  z-index: 3;
}
.catch__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: white;
  font-size: 28px;
  font-weight: 500;
}
@media screen and (max-width: 1000px) {
  .catch__title {
    font-size: 24px;
  }
}
@media screen and (max-width: 800px) {
  .catch__title {
    font-size: 20px;
  }
}
.catch__title span.is-highlight {
  font-size: 1.6em;
  font-weight: bold;
  line-height: 1.2;
  display: inline-block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(70%, transparent), color-stop(70%, #F08E42), to(#F08E42));
  background-image: linear-gradient(to bottom, transparent 0%, transparent 70%, #F08E42 70%, #F08E42 100%);
  margin-right: 0.2em;
}
.catch__list {
  margin-top: 35px;
  width: 65%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  position: relative;
  -webkit-transform: skewX(-12deg);
          transform: skewX(-12deg);
}
@media screen and (max-width: 800px) {
  .catch__list {
    margin-top: 20px;
    width: 100%;
    gap: 8px;
  }
}
@media screen and (max-width: 600px) {
  .catch__list {
    gap: 4px;
  }
}
.catch__list li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: white;
  color: #244C99;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  padding: 16px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1000px) {
  .catch__list li {
    font-size: 16px;
    padding: 12px 0;
  }
}
@media screen and (max-width: 800px) {
  .catch__list li {
    font-size: 14px;
    padding: 10px 0;
  }
}
@media screen and (max-width: 600px) {
  .catch__list li {
    font-size: 12px;
    padding: 8px 0;
  }
}
.catch__list li span {
  position: relative;
  -webkit-transform: skewX(12deg);
          transform: skewX(12deg);
}
.catch__supplement {
  margin-top: 16px;
  width: 66%;
  min-width: 816px;
  color: white;
  font-size: 18px;
  font-weight: 300;
}
@media screen and (max-width: 1000px) {
  .catch__supplement {
    font-size: 16px;
    width: 80%;
    min-width: auto;
  }
}
@media screen and (max-width: 800px) {
  .catch__supplement {
    width: 100%;
    font-size: 14px;
  }
}

/* contact
----------------------------------------------------------------------*/
.contact {
  padding: 128px 0;
}
@media screen and (max-width: 1200px) {
  .contact {
    padding: 100px 0;
  }
}
@media screen and (max-width: 1000px) {
  .contact {
    padding: 80px 0;
  }
}
@media screen and (max-width: 800px) {
  .contact {
    padding: 60px 0;
  }
}
.contact__inner {
  padding: 60px;
  background-color: #F7F7F7;
}
@media screen and (max-width: 800px) {
  .contact__inner {
    padding: 30px;
  }
}
@media screen and (max-width: 600px) {
  .contact__inner {
    padding: 20px;
  }
}
.contact__title {
  color: #244C99;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .contact__title {
    font-size: 32px;
  }
}
@media screen and (max-width: 1000px) {
  .contact__title {
    font-size: 28px;
  }
}
@media screen and (max-width: 800px) {
  .contact__title {
    font-size: 24px;
  }
}
.contact__form {
  margin-top: 32px;
}

.form_field {
  margin-top: 32px;
}
@media screen and (max-width: 800px) {
  .form_field {
    margin-top: 16px;
  }
}
.form_field br {
  display: none;
}
.form_field > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
}
@media screen and (max-width: 600px) {
  .form_field > p {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
  }
}
.form_field > p label {
  width: 30%;
  color: #244C99;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 600px) {
  .form_field > p label {
    font-size: 16px;
    width: 100%;
  }
}
.form_field > p label .wpcf7-list-item-label {
  margin-left: 0.5em;
  margin-right: 1em;
}
.form_field > p label.is-required::after {
  content: "*";
  color: red;
  margin-left: 0.2em;
}
.form_field > p > .wpcf7-form-control-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 600px) {
  .form_field > p > .wpcf7-form-control-wrap {
    width: 100%;
  }
}
.form_field > p > .wpcf7-form-control-wrap input[type=text],
.form_field > p > .wpcf7-form-control-wrap input[type=email],
.form_field > p > .wpcf7-form-control-wrap input[type=tel],
.form_field > p > .wpcf7-form-control-wrap textarea {
  width: 100%;
  border: 1px solid #999999;
  background-color: white;
  padding: 8px;
}
.form_field > br {
  display: none;
}

.form_submit {
  display: block;
  margin-top: 2em;
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1em 3em;
  color: white;
  font-size: 20px;
  font-weight: 500;
  background-color: #F08E42;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 800px) {
  .form_submit {
    font-size: 18px;
    padding: 0.8em 3em;
  }
}
@media screen and (max-width: 600px) {
  .form_submit {
    font-size: 16px;
    padding: 0.6em 3em;
  }
}
.form_submit::after {
  position: absolute;
  content: "▶︎";
  font-size: 0.8em;
  top: 50%;
  right: 1em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.screen-reader-response {
  display: none;
}

.wpcf7-not-valid-tip {
  color: red;
  font-size: 14px;
}

.wpcf7-response-output {
  margin-top: 1em;
  color: red;
  font-size: 16px;
  text-align: center;
}

.footer {
  background-color: #244C99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px;
  color: white;
  font-size: 16px;
  font-weight: 300;
}
@media screen and (max-width: 800px) {
  .footer {
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  .footer {
    font-size: 12px;
  }
}/*# sourceMappingURL=style.css.map */