@charset "UTF-8";
/**** 共通カラー ****/
.section-mv {
  position: relative;
  background-color: #000000;
  height: 100vh;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .section-mv {
    height: auto;
    padding-top: 71.25%;
  }
}
@media screen and (max-width: 768px) {
  .section-mv {
    overflow: visible;
    padding-top: 188.5333333333vw;
  }
}
.section-mv .mv-image {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-mv .mv-cover {
  background-image: url(../image/mv-cover.svg);
  background-repeat: repeat;
  background-size: 3px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.section-mv .mv-cover::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #0a54ac;
  opacity: 0.2;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.section-mv .mv-contents {
  position: absolute;
  width: 100%;
  top: 11.3888888889vw;
  left: 0;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .section-mv .mv-contents {
    top: 26.6666666667vw;
  }
}
.section-mv .mv-catch-top {
  width: -moz-fit-content;
  width: fit-content;
  background: linear-gradient(to left, rgba(17, 125, 249, 0.8) 10%, rgba(17, 125, 249, 0) 150%);
  box-shadow: 0px 0px 6px #117df9;
  color: #ffffff;
  padding-left: 12.5vw;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 14px;
  font-size: clamp(2.4rem, 3.2vw, 3.4rem);
  line-height: 1.3;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 768px) {
  .section-mv .mv-catch-top {
    width: 100%;
    font-size: 2rem;
    line-height: 1.6;
    padding: 15px;
  }
}
.section-mv .mv-catch-middle {
  font-size: clamp(1.8rem, 2.3vw, 2.4rem);
  line-height: 1.6;
  color: #ffffff;
  margin-top: 40px;
  margin-left: 12.5vw;
}
@media screen and (max-width: 768px) {
  .section-mv .mv-catch-middle {
    font-size: 1.8rem;
    margin-top: 26.6666666667vw;
    margin-left: 15px;
  }
}
.section-mv .mv-catch-bottom {
  margin-top: 60px;
  padding-bottom: 8px;
  width: 53.3333333333vw;
  margin-left: 12.5vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  .section-mv .mv-catch-bottom {
    width: calc(100% - 30px);
    margin: 25px auto 0;
  }
}
.section-mv .mv-catch-bottom span {
  display: block;
  font-size: clamp(1.6rem, 1.8vw, 2.2rem);
  color: #ffffff;
  margin-bottom: 12px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .section-mv .mv-catch-bottom span {
    font-size: 1.2rem;
  }
}
.section-mv .mv-catch-bottom span::after {
  content: "";
  display: inline-block;
  width: calc(100% - clamp(1.6rem, 1.8vw, 2.2rem) * 12);
  background: transparent;
  border: 1px solid #117df9;
  filter: drop-shadow(0px 0px 6px #117df9);
  position: absolute;
  right: 0;
  top: 50%;
}
@media screen and (max-width: 768px) {
  .section-mv .mv-catch-bottom span::after {
    font-size: 1.2rem;
    width: calc(100% - 14.4rem);
  }
}
.section-mv .mv-catch-bottom .mv-logo {
  width: 50.4861111111vw;
  height: 8.4027777778vw;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .section-mv .mv-catch-bottom .mv-logo {
    width: 77.6vw;
    height: 14.1333333333vw;
  }
}
.section-mv .mv-catch-bottom .mv-catch-bottom-flex {
  display: flex;
  align-items: center;
}
.section-mv .mv-catch-bottom .mv-catch-bottom-flex .mv-deco {
  position: relative;
  width: 7.5vw;
  max-width: 108px;
}
@media screen and (max-width: 768px) {
  .section-mv .mv-catch-bottom .mv-catch-bottom-flex .mv-deco {
    width: 12.2666666667vw;
  }
}
.section-mv .mv-catch-bottom .mv-catch-bottom-flex .mv-deco::before {
  display: inline-block;
  content: "";
  background-image: url(../image/circle.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  aspect-ratio: 1;
  animation: mvRotate 10s linear infinite;
  transform-origin: center;
}
.section-mv .mv-catch-bottom .mv-catch-bottom-flex .mv-deco::after {
  display: inline-block;
  position: absolute;
  content: "";
  background-image: url(../image/arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 26.51px;
  height: 42.45px;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(-43%);
  animation: mvBlink 2s ease-in-out infinite;
}
@media screen and (max-width: 768px) {
  .section-mv .mv-catch-bottom .mv-catch-bottom-flex .mv-deco::after {
    width: 14px;
    height: 29px;
  }
}
.section-mv .mv-catch-bottom::after {
  content: "";
  background: transparent;
  border: 1px solid #117df9;
  filter: drop-shadow(0px 0px 6px #117df9);
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.section-intro {
  background-image: url(../image/intro-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-color: #052a56;
}
@media screen and (max-width: 768px) {
  .section-intro {
    background-image: url(../image/intro-bg-sp.png);
    background-size: cover;
  }
}
.section-intro .intro-inner {
  padding-top: 8.3333333333vw;
  padding-bottom: 24.7222222222vw;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .section-intro .intro-inner {
    padding-top: 40px;
    padding-bottom: 92.5333333333vw;
  }
}
.section-intro .intro-inner h2 {
  font-size: clamp(2.4rem, 3.3vw, 3.6rem);
  text-align: center;
  margin-bottom: 30px;
  color: #ffffff;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .section-intro .intro-inner h2 {
    font-size: 2rem;
    margin-bottom: 16px;
    line-height: 1.6;
  }
}
.section-intro .intro-inner p {
  font-size: clamp(1.8rem, 2vw, 2rem);
  line-height: 1.6;
  text-align: center;
  color: #ffffff;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .section-intro .intro-inner p {
    font-size: 1.4rem;
  }
}
.section-intro .intro-inner::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: url(../image/intro-deco_left.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 19.5138888889vw;
  height: 32.2916666667vw;
}
@media screen and (max-width: 768px) {
  .section-intro .intro-inner::before {
    background-image: url(../image/intro-deco_left-sp.png);
    width: 160px;
    height: 349px;
  }
}
.section-intro .intro-inner::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  background-image: url(../image/intro-deco_right.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 27.0833333333vw;
  height: 34.8611111111vw;
}
@media screen and (max-width: 768px) {
  .section-intro .intro-inner::after {
    background-image: url(../image/intro-deco_right-sp.png);
    width: 132px;
    height: 375px;
  }
}

.section-problem {
  position: relative;
  background-color: #e8ecf0;
  padding: 130px 0 80px 0;
}
@media screen and (max-width: 768px) {
  .section-problem {
    padding: 60px 0 55px;
  }
}
.section-problem h2 {
  text-align: center;
  font-size: clamp(2rem, 2.5vw, 3rem);
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .section-problem h2 {
    font-size: 2rem;
  }
}
.section-problem h2 .tit-accent {
  color: #0a54ac;
}
.section-problem h2 .tit-accent > span {
  position: relative;
}
.section-problem h2 .tit-accent > span::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  margin: auto;
  display: inline-block;
  width: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #0a54ac;
}
@media screen and (max-width: 768px) {
  .section-problem h2 .tit-accent > span::before {
    width: 4px;
  }
}
.section-problem .l-flex {
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .section-problem .l-flex {
    flex-direction: column;
  }
}
.section-problem .l-flex li {
  max-width: 340px;
  width: 32%;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.16);
  margin-bottom: 50px;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .section-problem .l-flex li {
    width: 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }
}
.section-problem .l-flex li p {
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
}
.section-problem .l-flex li p span {
  display: inline-block;
  padding: 0 15px;
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .section-problem .l-flex li p span {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .section-problem .l-flex li:last-child {
    margin-bottom: 0;
  }
}

.section-feature {
  background-image: url(../image/feature-bg.png);
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 130px;
}
@media screen and (max-width: 768px) {
  .section-feature {
    background-image: url(../image/feature-bg-sp.png);
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.section-feature::before {
  content: "";
  position: absolute;
  background-image: url(../image/triangle.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 11.1111111111vw;
  height: 3.8888888889vw;
  display: inline-block;
  top: -2px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .section-feature::before {
    width: 100px;
    height: 35px;
  }
}
.section-feature::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0a54ac;
  opacity: 0.8;
  z-index: 1;
}
.section-feature .inner {
  position: relative;
  z-index: 2;
}
.section-feature h2 {
  font-size: clamp(2rem, 2.5vw, 3rem);
  text-align: center;
  color: #ffffff;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .section-feature h2 {
    font-size: 2rem;
    margin-bottom: 40px;
  }
}
.section-feature h2 .tit-accent {
  color: #ffffff;
  background-color: #01adaf;
  padding: 4px 2px 6px 2px;
}
@media screen and (max-width: 768px) {
  .section-feature h2 .tit-accent {
    margin-top: 16px;
  }
}
.section-feature .feature-text {
  position: relative;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .section-feature .feature-text {
    flex-direction: column-reverse;
  }
}
.section-feature .feature-text::before {
  content: "";
  display: inline-block;
  background-image: url(../image/feature-image.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 34.7222222222vw;
  height: 23.125vw;
  margin-right: 6.25vw;
}
@media screen and (max-width: 768px) {
  .section-feature .feature-text::before {
    width: 100%;
    height: 61.3333333333vw;
    -o-object-fit: cover;
       object-fit: cover;
    margin: auto;
  }
}
.section-feature .feature-text h3 {
  font-size: clamp(2.4rem, 3vw, 3.2rem);
  line-height: 1.6;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .section-feature .feature-text h3 {
    font-size: 2.4rem;
  }
}
.section-feature .feature-text p {
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .section-feature .feature-text p {
    font-size: 1.4rem;
    margin-bottom: 30px;
  }
}

.section-reason {
  background-color: #e8ecf0;
  padding: 130px 0;
}
@media screen and (max-width: 768px) {
  .section-reason {
    padding: 30px 0 60px 0;
  }
}
.section-reason h2 {
  font-size: clamp(2rem, 2.5vw, 3rem);
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .section-reason h2 {
    font-size: 2rem;
    margin-bottom: 30px;
  }
}
.section-reason h2 sub {
  font-size: clamp(1.6rem, 1.8vw, 1.8rem);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .section-reason h2 sub {
    font-size: 1.6rem;
    margin-bottom: 12px;
  }
}
.section-reason h2 sub::before {
  content: "";
  background-color: #0a54ac;
  width: 2px;
  height: 19px;
  transform: rotate(-30deg);
  display: inline-block;
  margin-right: 8px;
}
@media screen and (max-width: 768px) {
  .section-reason h2 sub::before {
    height: 14px;
    margin-right: 6px;
  }
}
.section-reason h2 sub::after {
  content: "";
  background-color: #0a54ac;
  width: 2px;
  height: 19px;
  transform: rotate(30deg);
  display: inline-block;
  margin-left: 8px;
}
@media screen and (max-width: 768px) {
  .section-reason h2 sub::after {
    height: 14px;
    margin-left: 6px;
  }
}
.section-reason h2 .tit-accent {
  color: #0a54ac;
  margin: 0;
}
.section-reason .reason-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .section-reason .reason-grid {
    display: flex;
    flex-direction: column;
  }
}
.section-reason .reason-item {
  background-color: #ffffff;
  position: relative;
  padding: 30px 20px 34px 20px;
  width: 100%;
  max-width: 340px;
  border-radius: 10px;
  justify-self: center;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .section-reason .reason-item {
    max-width: 100%;
    padding: 20px 12px 30px 12px;
  }
}
.section-reason .reason-item::before {
  content: "";
  position: absolute;
  bottom: -80px;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 46.86%, #96c0f2 100%);
}
.section-reason .number {
  display: block;
  font-size: clamp(2.8rem, 3vw, 4rem);
  font-family: "Figtree";
  text-align: center;
  color: #0a54ac;
  position: relative;
  z-index: 2;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .section-reason .number {
    font-size: 4rem;
  }
}
.section-reason h3 {
  font-size: clamp(1.8rem, 2vw, 2rem);
  line-height: 1.3;
  text-align: center;
  margin-bottom: 16px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .section-reason h3 {
    font-size: 1.8rem;
  }
}
.section-reason p {
  line-height: 2;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .section-reason p {
    font-size: 1.4rem;
  }
}
.section-reason .reason-item:nth-child(1) {
  grid-column: 1/3;
}
.section-reason .reason-item:nth-child(2) {
  grid-column: 3/5;
}
.section-reason .reason-item:nth-child(3) {
  grid-column: 5/7;
}
.section-reason .reason-item:nth-child(4) {
  grid-column: 2/4;
}
.section-reason .reason-item:nth-child(5) {
  grid-column: 4/6;
}

.section-benefit {
  padding: 120px 0 130px;
  background-color: #0a54ac;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .section-benefit {
    padding: 40px 0 60px;
  }
}
.section-benefit h2 {
  font-size: clamp(2.4rem, 3.3vw, 3.6rem);
  margin-bottom: 16px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .section-benefit h2 {
    font-size: 2.4rem;
    line-height: 1.6;
    margin-bottom: 14px;
  }
}
.section-benefit .sub-text {
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .section-benefit .sub-text {
    font-size: 1.4rem;
    margin-bottom: 30px;
    line-height: 1.6;
  }
}
.section-benefit .cv-btn {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .section-benefit .cv-btn {
    margin-top: 60px;
  }
}
.section-benefit .l-flex {
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .section-benefit .l-flex {
    justify-content: flex-start;
  }
}
.section-benefit .benefit-item {
  width: 31.4814814815%;
  max-width: 340px;
}
.section-benefit .benefit-image {
  position: relative;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .section-benefit .benefit-image {
    margin-bottom: 14px;
  }
}
.section-benefit .benefit-image .benefit-tit {
  position: absolute;
  bottom: 0;
  left: -1px;
  background-color: #0a54ac;
  display: inline-block;
  font-size: clamp(2rem, 2.5vw, 3rem);
  padding: 7px 25px 9px 21px;
  border-radius: 0 10px 0 0;
}
@media screen and (max-width: 768px) {
  .section-benefit .benefit-image .benefit-tit {
    font-size: 3rem;
    padding: 10px 24px 9px 22px;
  }
}
.section-benefit .benefit-arrow {
  display: none;
}
.section-benefit .benefit-arrow::after {
  display: none;
}
.section-benefit .swiper-button-wrap {
  position: relative;
}
@media screen and (max-width: 768px) {
  .section-benefit .benefit-swiper .swiper-slide {
    width: 100% !important;
    max-width: 100%;
    margin: 0 auto;
  }
  .section-benefit .benefit-arrow {
    display: block;
    position: absolute;
    top: 30%;
    z-index: 10;
    width: 44px;
    height: 44px;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
  }
  .section-benefit .benefit-arrow img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    display: block;
  }
  .section-benefit .benefit-prev {
    left: 0;
  }
  .section-benefit .benefit-next {
    right: 0;
  }
}
.section-benefit h3 {
  width: -moz-fit-content;
  width: fit-content;
  color: #0a54ac;
  font-size: clamp(1.6rem, 1.8vw, 1.8rem);
  line-height: 1.6;
  background-color: #f7d154;
  padding: 4px 6px;
  margin-bottom: 28px;
  letter-spacing: -0.06em;
}
@media screen and (max-width: 768px) {
  .section-benefit h3 {
    font-size: 1.6rem;
    padding: 0;
    letter-spacing: 0;
    margin-bottom: 12px;
  }
}
.section-benefit .benefit-text {
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .section-benefit .benefit-text {
    font-size: 1.4rem;
  }
}

.section-case {
  padding: 120px 0 130px;
  background-color: #e8ecf0;
}
@media screen and (max-width: 768px) {
  .section-case {
    padding: 30px 0 60px 0;
  }
}
.section-case h2 {
  color: #0a54ac;
  font-size: clamp(2.4rem, 3.3vw, 3.6rem);
  text-align: center;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .section-case h2 {
    font-size: 2.4rem;
    margin-bottom: 14px;
  }
}
.section-case .sub-text {
  text-align: center;
  margin-bottom: 60px;
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
}
@media screen and (max-width: 768px) {
  .section-case .sub-text {
    font-size: 1.4rem;
    margin-bottom: 30px;
    line-height: 1.6;
  }
}
.section-case .l-flex {
  flex-direction: column;
}
.section-case .case-item {
  display: flex;
  padding: 24px;
  background-color: #ffffff;
  margin-bottom: 60px;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .section-case .case-item {
    flex-direction: column;
    margin-bottom: 30px;
    padding: 10px 10px 30px 10px;
  }
}
.section-case .case-item .case-image {
  width: 40.8333333333%;
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  .section-case .case-item .case-image {
    width: 100%;
    margin: 0 auto 14px;
  }
}
.section-case .case-item .case-text {
  width: calc(59.1666666667% - 40px);
}
@media screen and (max-width: 768px) {
  .section-case .case-item .case-text {
    width: 100%;
  }
}
.section-case .case-item .case-text h3 {
  font-size: clamp(2rem, 2.5vw, 3rem);
  color: #0a54ac;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .section-case .case-item .case-text h3 {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}
.section-case .case-item .case-text p {
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .section-case .case-item .case-text p {
    font-size: 1.4rem;
  }
}
.section-case .case-item:nth-child(3) {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .section-case .case-item:nth-child(3) {
    margin-bottom: 30px;
  }
}
.section-case .cv-btn-sub-text {
  font-size: clamp(1.6rem, 1.8vw, 1.8rem);
}
@media screen and (max-width: 768px) {
  .section-case .cv-btn-sub-text {
    font-size: 1.6rem;
  }
}
.section-case .cv-btn-sub-text span {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
  color: #0a54ac;
}
.section-case .cv-btn-sub-text span::before {
  content: "";
  background-color: #0a54ac;
  width: 2px;
  height: 19px;
  transform: rotate(-30deg);
  display: inline-block;
  margin-right: 12px;
}
.section-case .cv-btn-sub-text span::after {
  content: "";
  background-color: #0a54ac;
  width: 2px;
  height: 19px;
  transform: rotate(30deg);
  display: inline-block;
  margin-left: 12px;
}
.section-case .cv-btn {
  margin-top: 0;
}

.section-recommend {
  background-image: url(../image/recommend-bg.png);
  background-repeat: repeat;
  background-size: 30px;
  background-color: #0a54ac;
  padding-top: 130px;
  padding-bottom: 130px;
}
@media screen and (max-width: 768px) {
  .section-recommend {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
.section-recommend h2 {
  font-size: clamp(2rem, 2.5vw, 3rem);
  color: #ffffff;
  text-align: center;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .section-recommend h2 {
    font-size: 2rem;
    margin-bottom: 14px;
  }
}
.section-recommend h2 .tit-accent {
  font-size: clamp(2.4rem, 3.3vw, 3.6rem);
  color: #f7d154;
}
@media screen and (max-width: 768px) {
  .section-recommend h2 .tit-accent {
    font-size: 2.4rem;
  }
}
.section-recommend h2 .tit-accent > span {
  position: relative;
}
.section-recommend h2 .tit-accent > span::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  margin: auto;
  display: inline-block;
  width: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #f7d154;
}
@media screen and (max-width: 768px) {
  .section-recommend h2 .tit-accent > span::before {
    width: 4px;
  }
}
.section-recommend .sub-text {
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  margin-bottom: 60px;
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .section-recommend .sub-text {
    font-size: 1.4rem;
    margin-bottom: 30px;
  }
}
.section-recommend .l-flex {
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .section-recommend .l-flex {
    flex-direction: column;
    align-items: center;
  }
}
.section-recommend .recommend-item {
  width: 46.2962962963%;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .section-recommend .recommend-item {
    width: 100%;
    margin-bottom: 30px;
  }
}
.section-recommend .recommend-item .recommend-image {
  max-width: 300px;
  margin: 0 auto 22px;
}
@media screen and (max-width: 768px) {
  .section-recommend .recommend-item .recommend-image {
    max-width: 53.3333333333vw;
    margin-bottom: 13px;
  }
}
.section-recommend .recommend-item h3 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #f7d154;
  font-size: clamp(1.8rem, 2vw, 2rem);
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .section-recommend .recommend-item h3 {
    font-size: 1.6rem;
    line-height: 1.6;
    align-items: flex-start;
    margin-bottom: 6px;
  }
}
.section-recommend .recommend-item h3::before {
  content: "";
  background-image: url(../image/check.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 29.77px;
  height: 24.62px;
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  .section-recommend .recommend-item h3::before {
    width: 17.58px;
    height: 14.54px;
    margin-top: 6px;
  }
}
.section-recommend .recommend-item p {
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .section-recommend .recommend-item p {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.section-recommend .recommend-item:nth-child(5) {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .section-recommend .recommend-item:nth-child(5) {
    margin-bottom: 30px;
  }
}
.section-recommend .recommend-item:nth-child(6) {
  margin-bottom: 0;
}
.section-recommend .cv-btn {
  margin-top: 110px;
}
@media screen and (max-width: 768px) {
  .section-recommend .cv-btn {
    margin-top: 40px;
  }
}

.section-flow {
  background-color: #e8ecf0;
  padding: 120px 0 130px;
}
@media screen and (max-width: 768px) {
  .section-flow {
    padding: 30px 0 60px;
  }
}
.section-flow h2 {
  font-size: clamp(2.4rem, 3.3vw, 3.6rem);
  color: #0a54ac;
  margin-bottom: 16px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .section-flow h2 {
    font-size: 2.4rem;
    margin-bottom: 14px;
  }
}
.section-flow .sub-text {
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  text-align: center;
  line-height: 1.6;
  margin-bottom: 62px;
}
@media screen and (max-width: 768px) {
  .section-flow .sub-text {
    font-size: 1.4rem;
    margin-bottom: 30px;
  }
}
.section-flow .l-flex {
  flex-direction: column;
}
.section-flow .flow-item {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.16);
  margin-bottom: 75px;
  position: relative;
  width: 100%;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .section-flow .flow-item {
    height: 60px;
  }
}
.section-flow .flow-item:last-child {
  margin-bottom: 0;
}
.section-flow .flow-item::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 46px;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(-50%);
  background-color: #0a54ac;
}
.section-flow .flow-item::after {
  display: inline-block;
  content: "";
  background-image: url(../image/triangle-green.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 2.7777777778vw;
  height: 2.0833333333vw;
  position: absolute;
  bottom: -20px;
  transform: translateY(100%);
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .section-flow .flow-item::after {
    width: 8vw;
    height: 5.3333333333vw;
  }
}
.section-flow .flow-item:last-child::after {
  display: none;
}
.section-flow .step {
  width: 50%;
  font-family: "Figtree";
  font-size: clamp(1.8rem, 2vw, 2rem);
  color: #0a54ac;
  text-align: right;
  padding-right: 42px;
}
@media screen and (max-width: 768px) {
  .section-flow .step {
    font-size: 1.6rem;
    padding: 0;
    text-align: center;
    line-height: 1.6;
  }
}
.section-flow .flow-text {
  width: 50%;
  font-size: clamp(1.8rem, 2vw, 2rem);
  padding-left: 42px;
}
@media screen and (max-width: 768px) {
  .section-flow .flow-text {
    font-size: 1.6rem;
    padding: 0;
    text-align: center;
    line-height: 1.6;
  }
}

.section-qa {
  background-color: #ffffff;
  padding-top: 120px;
  padding-bottom: 130px;
}
@media screen and (max-width: 768px) {
  .section-qa {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}
.section-qa h2 {
  font-size: clamp(2.4rem, 3.3vw, 3.6rem);
  text-align: center;
  margin-bottom: 80px;
  color: #0a54ac;
}
@media screen and (max-width: 768px) {
  .section-qa h2 {
    font-size: 2.4rem;
    margin-bottom: 40px;
  }
}
.section-qa .accordion {
  max-width: 900px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .section-qa .accordion {
    max-width: 100%;
  }
}
.section-qa .accordion dl {
  cursor: pointer;
  margin-bottom: 30px;
  position: relative;
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  line-height: 1.5;
}
.section-qa .accordion dl:last-child {
  margin-bottom: 0;
}
.section-qa .accordion dl dt {
  padding: 19px 22px 17px 60px;
  position: relative;
  background-color: #f6f7f8;
  border-radius: 10px;
  z-index: 2;
  border: solid 2px #0a54ac;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .section-qa .accordion dl dt {
    font-size: 1.6rem;
  }
}
.section-qa .accordion dl dt::before {
  content: "Q";
  font-family: "Figtree";
  font-weight: 800;
  position: absolute;
  top: 50%;
  left: 10px;
  width: 40px;
  aspect-ratio: 1;
  transform: translateY(-50%);
  background-color: #0a54ac;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.section-qa .accordion dl dd {
  position: relative;
  background-color: #0a54ac;
  color: #ffffff;
  border-radius: 10px;
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  margin: auto;
  margin-top: 10px;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out, opacity 0.2s ease-out 0.1s, top 0.3s ease-out 0.1s;
  z-index: 1;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .section-qa .accordion dl dd {
    font-size: 1.4rem;
  }
}
.section-qa .accordion dl dd.open {
  opacity: 1;
  position: relative;
  top: 0;
  z-index: 3;
  transition: opacity 0.2s ease-out, top 0.3s ease-out, z-index 0.31s ease-out, max-height 0.3s ease-out, padding 0.3s ease-out;
}
.section-qa .accordion dl dd.closing {
  opacity: 0;
  top: -30px;
  z-index: 1;
  transition: opacity 0.4s ease-out, top 0.3s ease-out;
}
.section-qa .accordion dl dd::before {
  content: "A";
  font-size: 2rem;
  font-family: "Figtree";
  position: absolute;
  top: 42px;
  left: 10px;
  width: 40px;
  height: 40px;
  transform: translateY(-50%);
  color: #0a54ac;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
}
.section-qa .accordion dl dd .answer-text {
  display: flex;
  align-items: center;
  padding: 19px 22px 17px 60px;
  min-height: 86px;
}
@media screen and (max-width: 768px) {
  .section-qa .accordion dl dd .answer-text {
    padding: 19px 13px 19px 60px;
  }
}
.section-qa .accordion .mark {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
@media screen and (max-width: 768px) {
  .section-qa .accordion .mark {
    right: 10px;
  }
}
.section-qa .accordion .mark::after {
  content: "";
  position: absolute;
  background: #0a54ac;
  width: 20px;
  height: 2px;
  top: 50%;
  transform: translateY(-50%);
  left: -20px;
  right: 0;
  margin: auto;
}
.section-qa .accordion .mark::before {
  content: "";
  position: absolute;
  background: #0a54ac;
  width: 20px;
  height: 2px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  left: -20px;
  right: 0;
  margin: auto;
  transition: 0.3s;
}
.section-qa .accordion .open .mark::before {
  transform: translateY(-50%) rotate(0deg);
  transition: 0.3s;
}

.section-advantage {
  padding-top: 120px;
  padding-bottom: 130px;
  background-image: url(../image/advantage-bg.png);
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .section-advantage {
    padding-top: 30px;
    padding-bottom: 60px;
    background-image: url(../image/advantage-bg-sp.png);
  }
}
.section-advantage::before {
  content: "";
  background-image: url(../image/mv-cover.svg);
  background-repeat: repeat;
  background-size: 3px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.section-advantage h2 {
  color: #ffffff;
  font-size: clamp(2rem, 2.5vw, 3rem);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 80px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .section-advantage h2 {
    font-size: 2rem;
    margin-bottom: 30px;
    flex-wrap: wrap;
  }
}
.section-advantage h2 img {
  max-width: 180px;
  display: inline-block;
  transform: translateY(-3px);
  margin: 0 3px;
}
@media screen and (max-width: 768px) {
  .section-advantage h2 img {
    max-width: 134px;
    transform: translateY(-2px);
    margin-bottom: 4px;
  }
}
.section-advantage .inner-advantage {
  position: relative;
  z-index: 3;
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  color: #ffffff;
  line-height: 1.6;
  justify-content: space-between;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .section-advantage .inner-advantage {
    flex-direction: column-reverse;
    margin-bottom: 40px;
  }
}
.section-advantage .inner-advantage p {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .section-advantage .inner-advantage p {
    margin-bottom: 18px;
  }
}
.section-advantage .inner-advantage::before {
  content: "";
  display: inline-block;
  background-image: url(../image/advantage-image.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 27.7777777778vw;
  max-width: 400px;
  height: 31.6666666667vw;
  max-height: 456px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .section-advantage .inner-advantage::before {
    width: 100%;
    max-width: 100%;
    height: 94.9333333333vw;
    background-size: 100% 100%;
  }
}
.section-advantage .inner-advantage .advantage-text {
  width: calc(100% - 33.3333333333vw);
}
@media screen and (max-width: 768px) {
  .section-advantage .inner-advantage .advantage-text {
    width: 100%;
  }
}
.section-advantage .advantage-list {
  flex-direction: column;
  max-width: 600px;
  margin: auto;
  position: relative;
  z-index: 2;
}
.section-advantage .advantage-list .advantage-item {
  background: linear-gradient(#5da1ea 0%, #0167d1 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: clamp(1.8rem, 2vw, 2rem);
  position: relative;
  padding: 32px 0;
  margin-bottom: 30px;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .section-advantage .advantage-list .advantage-item {
    margin-bottom: 13px;
    padding: 18px 0;
    font-size: 1.6rem;
  }
}
.section-advantage .advantage-list .advantage-item::before {
  display: inline-block;
  content: "";
  background-image: url(../image/check-white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 28.42px;
  height: 23.51px;
  margin-right: 14px;
}
@media screen and (max-width: 768px) {
  .section-advantage .advantage-list .advantage-item::before {
    width: 19.5px;
    height: 16.13px;
  }
}
.section-advantage .advantage-list .advantage-item:nth-last-child {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .section-advantage .advantage-list .advantage-item:nth-last-child {
    margin-bottom: 30px;
  }
}
.section-advantage .cv-btn-sub-text {
  text-align: center;
  font-size: clamp(1.6rem, 1.8vw, 1.8rem);
  line-height: 1.6;
  color: #ffffff;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .section-advantage .cv-btn-sub-text {
    font-size: 1.6rem;
  }
}
.section-advantage .cv-btn {
  margin-top: 40px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .section-advantage .cv-btn {
    margin-top: 30px;
  }
}

.section-contact {
  padding-top: 120px;
  padding-bottom: 130px;
  background-color: #e8ecf0;
}
@media screen and (max-width: 768px) {
  .section-contact {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}
.section-contact h2 {
  font-size: clamp(2.4rem, 3vw, 3.2rem);
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .section-contact h2 {
    font-size: 2.4rem;
  }
}
.section-contact .inner-contact {
  max-width: 880px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .section-contact .inner-contact {
    max-width: 100%;
  }
}
.section-contact select {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 98%;
}
.section-contact .form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 34px;
  color: #333333;
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
}
@media screen and (max-width: 768px) {
  .section-contact .form-group {
    margin-bottom: 18px;
    font-size: 1.4rem;
  }
}
.section-contact .form-group label {
  display: block;
  margin-bottom: 16px;
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
}
@media screen and (max-width: 768px) {
  .section-contact .form-group label {
    margin-bottom: 12px;
    font-size: 1.4rem;
  }
}
.section-contact .form-group .input_box,
.section-contact .form-group .select_box {
  height: 50px;
}
@media screen and (max-width: 768px) {
  .section-contact .form-group .input_box,
  .section-contact .form-group .select_box {
    height: 40px;
  }
}
.section-contact .form-group .select_box {
  display: flex;
  align-items: center;
}
.section-contact .form-group .input_box input,
.section-contact .form-group .select_box {
  width: 100%;
  height: 50px;
  padding: 10px;
  box-sizing: border-box;
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  line-height: 1.8;
  background-color: #f6f7f8;
  border: 1px solid #ccc;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .section-contact .form-group .input_box input,
  .section-contact .form-group .select_box {
    height: 40px;
    font-size: 1.4rem;
  }
}
.section-contact .form-group .input_box input:focus-visible {
  outline: none;
}
.section-contact .form-group .text_box {
  box-sizing: border-box;
}
.section-contact .form-group .text_box textarea {
  width: 100%;
  height: 200px;
  padding: 10px;
  box-sizing: border-box;
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  line-height: 1.8;
  background-color: #f6f7f8;
  border: 1px solid #ccc;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .section-contact .form-group .text_box textarea {
    height: 140px;
    font-size: 1.4rem;
  }
}
.section-contact .form-input {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .section-contact .form-input {
    margin-bottom: 30px;
  }
}
.section-contact .form-group .text_box textarea:focus-visible {
  outline: none;
}
.section-contact .form-group.center_item {
  justify-content: center;
  align-items: center;
  background: #ffffff;
}
.section-contact .form-group.center_item label {
  width: auto;
  line-height: 1;
}
.section-contact .form-group .required {
  display: inline-block;
  color: #fff;
  background: #0a54ac;
  font-size: clamp(1rem, 1.25vw, 1.2rem);
  padding: 2px 10px 3px;
  margin-left: 10px;
  transform: translateY(-2px);
  line-height: 1;
}
.section-contact .form-group .checkbox {
  width: 30px;
  height: 30px;
  outline: none;
  margin-right: 20px;
}
.section-contact .form-group.submit_btn {
  background: none;
}
@media screen and (max-width: 768px) {
  .section-contact .form-group.submit_btn {
    margin-bottom: 0;
  }
}
.section-contact .form-group.submit_btn input {
  width: 208px;
  height: 48px;
  border-radius: 30px;
  background: linear-gradient(#5da1ea 0%, #0167d1 100%);
  color: #ffffff;
  text-align: center;
  transition: 0.3s;
}
.section-contact button,
.section-contact input,
.section-contact optgroup,
.section-contact select,
.section-contact textarea {
  -webkit-appearance: auto;
  -moz-appearance: auto;
       appearance: auto;
}
.section-contact input::-moz-placeholder, .section-contact textarea::-moz-placeholder {
  color: #cccccc;
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
}
.section-contact input::placeholder,
.section-contact textarea::placeholder {
  color: #cccccc;
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
}
.section-contact .wpcf7-spinner {
  display: none !important;
}
.section-contact .wpcf7-not-valid-tip {
  margin-top: 5px;
  font-size: 12px !important;
}
.section-contact .form-group .flex_warp {
  display: flex;
  margin-top: 16px;
}
.section-contact .form-group .flex_warp label {
  display: inline-block;
  margin-right: 16px;
}

.section-thanks-mv {
  background-color: #0a54ac;
  padding-top: 6.9444444444vw;
  padding-bottom: 4.1666666667vw;
}
@media screen and (max-width: 768px) {
  .section-thanks-mv {
    padding-top: 90px;
    padding-bottom: 70px;
  }
}
.section-thanks-mv h1 {
  font-size: clamp(2.8rem, 3.2vw, 4.2rem);
  text-align: center;
  color: #ffffff;
}

.section-thanks .inner {
  padding-top: 140px;
  padding-bottom: 60px;
  text-align: center;
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .section-thanks .inner {
    padding-top: 40px;
    padding-bottom: 70px;
  }
}
.section-thanks .back_btn {
  width: 208px;
  height: 48px;
  border-radius: 30px;
  background: linear-gradient(#5da1ea 0%, #0167d1 100%);
  color: #ffffff;
  text-align: center;
  transition: 0.3s;
  line-height: 48px;
  margin: 60px auto 0;
}/*# sourceMappingURL=top.css.map */