@charset "UTF-8";
/* breakpoint
=============================================== */
/* フォント設定
=============================================== */
/* 可変のフォントサイズを計算
=============================================== */
/* style
=============================================== */
body {
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000;
  font-size: 16px;
  line-height: 1.25;
}

.wrapper {
  max-width: 375px;
  margin-inline: auto;
  background-color: #FFF;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1001px) {
  .wrapper {
    -webkit-transform: translateX(375px);
            transform: translateX(375px);
  }
}

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

.is-blue {
  color: #3F8ECE;
}

.is-bold {
  font-weight: bold;
}

.is-text-grad {
  background: -webkit-gradient(linear, left top, right top, from(#03ABDF), to(#035EB1));
  background: linear-gradient(90deg, #03ABDF 0%, #035EB1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.is-bg-grad {
  background: -webkit-gradient(linear, left top, right top, from(#03ABDF), to(#035EB1));
  background: linear-gradient(90deg, #03ABDF 0%, #035EB1 100%);
}

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

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

.fsz-11 {
  font-size: 1.1em;
}

.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;
}

.bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: url("../img/bg.webp") no-repeat center center/cover;
}
.bg__logo {
  display: none;
}
@media screen and (min-width: 1001px) {
  .bg__logo {
    display: block;
    position: absolute;
    width: 303px;
    top: 32px;
    left: 80px;
  }
}
.bg__content {
  position: absolute;
  top: 50%;
  left: 52px;
  -webkit-transform: translateY(-22vh);
          transform: translateY(-22vh);
  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: 30px;
}
.bg__title {
  color: #231F20;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.8;
}
@media screen and (max-width: 1000px) {
  .bg__title {
    display: none;
  }
}
.bg__title .is-text-grad {
  font-size: 48px;
}
.bg__title .is-small {
  font-size: 24px;
}
.bg__title-text01 {
  position: relative;
  padding-left: 3em;
}
.bg__title-text01::after {
  position: absolute;
  content: "";
  width: 97px;
  height: 80px;
  background: url("../img/mv_img01.webp") no-repeat center center/contain;
  top: 0;
  left: 0;
  -webkit-transform: translate(-10%, -10%);
          transform: translate(-10%, -10%);
}
.bg__list {
  display: grid;
  grid-template-columns: repeat(4, 180px);
  gap: 18px 8px;
}
@media screen and (max-width: 1300px) {
  .bg__list {
    grid-template-columns: repeat(2, 180px);
  }
}
@media screen and (max-width: 1000px) {
  .bg__list {
    display: none;
  }
}
.bg__list-item {
  padding: 3px;
  border-radius: 8px;
  position: relative;
}
.bg__list-item::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  background: url("../img/mv_img04.webp") no-repeat center center/contain;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -30%);
          transform: translate(-50%, -30%);
}
.bg__list-item-inner {
  padding: 38px 9px 18px;
  width: 100%;
  height: 100%;
  background-color: white;
  border-radius: 6px;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.bg__list-item-inner .is-blue {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -0.05em;
}
.bg__cta {
  -ms-flex-item-align: center;
      align-self: center;
  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;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1000px) {
  .bg__cta {
    display: none;
  }
}
.bg__cta-lead {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.05em;
  position: relative;
}
.bg__cta-lead::before {
  position: absolute;
  content: "";
  width: 39px;
  height: 62px;
  background: url("../img/deco-title.webp") no-repeat center center/contain;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
}
.bg__cta-lead::after {
  position: absolute;
  content: "";
  width: 39px;
  height: 62px;
  background: url("../img/deco-title.webp") no-repeat center center/contain;
  top: 50%;
  right: 0;
  -webkit-transform: translate(100%, -50%) scaleX(-1);
          transform: translate(100%, -50%) scaleX(-1);
}
.bg__cta-btn {
  margin-top: 16px;
  width: 412px;
  display: inline-block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FF6200), to(#FFC300));
  background-image: linear-gradient(#FF6200, #FFC300);
  height: 88px;
  font-size: 20px;
  border-radius: 44px;
  padding: 3px;
  overflow: hidden;
  -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
  position: relative;
}
.bg__cta-btn:hover {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.bg__cta-btn-inner {
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FFC300), to(#FF6200));
  background-image: linear-gradient(#FFC300, #FF6200);
  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: 4px;
  color: white;
  font-weight: bold;
  border-radius: 41px;
}
.bg__cta-btn-inner img {
  width: 41px;
  position: relative;
  -webkit-transform: translateY(10%);
          transform: translateY(10%);
}

.btn_anm {
  position: relative;
}
.btn_anm::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fbfbfb;
  -webkit-animation: btn_animation 2.5s ease-in-out infinite;
          animation: btn_animation 2.5s 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 {
  height: 40px;
  background-color: #F4F1E8;
}
.header__title {
  width: 122px;
  height: auto;
}

.mv__head {
  padding: 10px;
  background-color: #6B6B6B;
  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: 5px;
}
.mv__head-text01 {
  width: 180px;
  height: 26px;
  border-radius: 13px;
  background-color: white;
  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;
  color: #6B6B6B;
}
.mv__head-text02 {
  color: white;
  text-align: center;
}
.mv__body {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#F4F1E8), to(#DBEFF6));
  background-image: linear-gradient(#F4F1E8, #DBEFF6);
  padding: 16px 5px 40px;
}
.mv__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: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.mv__title p {
  color: #231F20;
  font-size: 30px;
  font-weight: bold;
}
.mv__title-text01 {
  position: relative;
  padding-left: 1em;
}
.mv__title-text01::after {
  position: absolute;
  content: "";
  width: 48px;
  height: 40px;
  background: url("../img/mv_img01.webp") no-repeat center center/contain;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -10%);
          transform: translate(-50%, -10%);
}
.mv__title-text02 {
  letter-spacing: -0.03em;
}
.mv__title-text02 .is-small {
  font-size: 16px;
}
.mv__support {
  margin-top: 16px;
  width: 365px;
  margin-inline: 10px 0;
  position: relative;
}
.mv__support::after {
  position: absolute;
  content: "";
  width: 113px;
  height: 121px;
  background: url("../img/mv_img03.webp") no-repeat center center/contain;
  left: 0;
  bottom: 0;
  -webkit-transform: translate(-15%, 42%);
          transform: translate(-15%, 42%);
}
.mv__support-text01 {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: -0.05em;
  position: absolute;
  top: 19px;
  left: 15px;
}
.mv__support-text01::after {
  position: absolute;
  content: "";
  width: 93px;
  height: 72px;
  background: url("../img/mv_img02.webp") no-repeat center center/contain;
  right: 0;
  top: 0;
  -webkit-transform: translate(110%, -15%);
          transform: translate(110%, -15%);
}
.mv__support-list {
  position: absolute;
  top: 44%;
  left: 0;
  padding-inline: 12px;
  width: 94%;
  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;
}
.mv__support-list li {
  color: white;
  font-size: 20px;
  line-height: 1;
  padding: 8px 14px;
  border-radius: 20px;
  background-color: #3F8ECE;
}
.mv__support-text02 {
  position: absolute;
  right: 27px;
  top: 63%;
  font-size: 24px;
  text-align: right;
  white-space: nowrap;
}
.mv__text01 {
  margin-top: 10px;
  font-weight: 500;
  text-align: center;
  line-height: 1.8;
}
.mv__text01 img {
  width: 202px;
}
.mv__features {
  margin-top: 9px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 18px 8px;
}
.mv__features-item {
  padding: 3px;
  border-radius: 8px;
  position: relative;
}
.mv__features-item::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  background: url("../img/mv_img04.webp") no-repeat center center/contain;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -30%);
          transform: translate(-50%, -30%);
}
.mv__features-item-inner {
  padding: 34px 9px 15px;
  width: 100%;
  height: 100%;
  background-color: white;
  border-radius: 6px;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.mv__features-item-inner .is-blue {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -0.05em;
}

.worries {
  padding: 24px 22px;
  background-color: #F4F4F4;
  position: relative;
}
.worries::after {
  position: absolute;
  content: "";
  width: 100%;
  aspect-ratio: 375/36;
  background-color: #F4F4F4;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  top: 100%;
  left: 0;
}
.worries__title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 1.45;
}
.worries__but {
  margin: 16px auto 0;
  width: 57px;
  height: 57px;
  border-radius: 50%;
  background-color: #6B6B6B;
  color: white;
  font-size: 20px;
  font-weight: bold;
  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;
  -webkit-box-shadow: 5px 5px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 5px 5px 4px rgba(0, 0, 0, 0.1);
}
.worries__list {
  margin-top: 24px;
  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;
}
.worries__item {
  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: white;
  border-radius: 16px;
  padding: 0 18px 0 24px;
  -webkit-box-shadow: 5px 5px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 5px 5px 4px rgba(0, 0, 0, 0.1);
}
.worries__item p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.worries__item img {
  width: 72px;
}
.worries__bottom {
  margin-top: 24px;
  font-size: 20px;
  text-align: center;
  line-height: 1.5;
}

.features {
  overflow: hidden;
}
.features__catch {
  position: relative;
  padding: 60px 0 68px;
}
.features__catch::after {
  position: absolute;
  content: "";
  width: 275px;
  height: 413px;
  background: url("../img/features_man.webp") no-repeat center center/contain;
  bottom: 0;
  right: -75px;
  z-index: 2;
}
.features__catch-content {
  padding-inline: 20px;
  position: relative;
  z-index: 3;
}
.features__lead {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 1.45;
  position: relative;
}
.features__lead::after {
  position: absolute;
  content: "";
  width: 63px;
  height: 63px;
  background: url("../img/light.webp") no-repeat center center/contain;
  top: -10px;
  left: -65px;
}
.features__title {
  margin-top: 20px;
  width: 220px;
  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;
}
.features__title span {
  display: inline-block;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #AADBFF));
  background-image: linear-gradient(transparent 80%, #AADBFF 80%);
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
}
.features__message {
  margin-top: 12px;
  position: relative;
  width: calc(100% + 30px);
  -webkit-transform: translateX(-15px);
          transform: translateX(-15px);
}
.features__message span {
  position: absolute;
  top: 30%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  white-space: nowrap;
}
.features__bottom {
  position: relative;
  z-index: 4;
  padding: 32px 10px 10px;
  background-color: #DBEFF6;
}
.features__bottom-label {
  position: absolute;
  color: white;
  font-size: 20px;
  padding: 14px 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  top: -26%;
  left: 10px;
  -webkit-transform: rotate(-6deg);
          transform: rotate(-6deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.features__bottom-text {
  font-size: 16px;
  line-height: 1.8;
}
.features__detail {
  padding: 60px 10px;
  background: url("../img/features_support-bg.webp") no-repeat center center/cover;
}
.features__detail-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.features__detail-list li > span {
  padding: 10px;
  background-color: #EAD9C2;
  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;
}
.features__detail-message {
  margin-top: 10px;
  font-size: 20px;
  line-height: 1.6;
}

.chance__title {
  position: relative;
}
.chance__title span {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  white-space: nowrap;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-3deg);
          transform: translate(-50%, -50%) rotate(-3deg);
}
.chance__catch {
  margin-top: -30px;
  padding-top: 50px;
  background: url("../img/chance_catch-bg.webp") no-repeat center center/cover;
}
.chance__catch-lead {
  font-size: 24px;
  font-weight: 400;
  text-align: center;
}
.chance__catch-lead .sub {
  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;
}
.chance__catch-lead .sub img {
  height: 38px;
  width: auto;
}
.chance__catch-lead .main {
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: white;
  line-height: 1;
  padding: 10px;
}
.chance__catch-message {
  margin-top: 10px;
  padding-inline: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
}
.chance__catch-message p {
  position: absolute;
  top: 25%;
  left: 8%;
  text-align: center;
  line-height: 1.5;
}
.chance__catch-message .man {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100px;
}

.achievement__head {
  background-color: #DBEFF6;
  padding: 14px;
  text-align: center;
  line-height: 1.5;
  position: relative;
}
.achievement__head::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 15px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: #DBEFF6;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.achievement__body {
  overflow: hidden;
}
.achievement__slider {
  position: relative;
}
.achievement__slider .swiper-button-prev {
  top: 63%;
}
.achievement__slider .swiper-button-prev svg {
  display: none;
}
.achievement__slider .swiper-button-prev::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background: url("../img/slider-arrow-prev.webp") no-repeat center center/contain;
  top: 0;
  left: 0;
}
.achievement__slider .swiper-button-next {
  top: 63%;
}
.achievement__slider .swiper-button-next svg {
  display: none;
}
.achievement__slider .swiper-button-next::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background: url("../img/slider-arrow-next.webp") no-repeat center center/contain;
  top: 0;
  right: 0;
}
.achievement__slider .swiper-pagination {
  bottom: -32px;
}
.achievement__list {
  margin-top: 48px;
}
.achievement__item h3 {
  margin-inline: 26px;
  padding: 10px 10px;
  text-align: center;
  line-height: 1.4;
  background-color: #EAD9C2;
  border-radius: 20px;
}
.achievement__comparison {
  margin-top: 24px;
  padding-inline: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
}
.achievement__comparison-before {
  position: relative;
}
.achievement__comparison-before::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 30px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background-color: #EAD9C2;
  top: 50%;
  right: -13px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.achievement__comparison-before h4 {
  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;
  background-color: #EAD9C2;
  padding: 5px;
}
.achievement__comparison-before h4 span {
  position: relative;
  z-index: 2;
}
.achievement__comparison-before h4 img {
  position: absolute;
  height: 100%;
  width: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
.achievement__comparison-after {
  position: relative;
}
.achievement__comparison-after h4 {
  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;
  background-color: #EAD9C2;
  padding: 5px;
}
.achievement__comparison-after h4 span {
  position: relative;
  z-index: 2;
}
.achievement__comparison-after h4 img {
  position: absolute;
  height: 100%;
  width: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
.achievement__data {
  margin-top: 24px;
  padding-inline: 40px;
}
.achievement__data-row {
  border-bottom: 1px solid #D9D9D9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.achievement__data-row:not(:first-child) {
  margin-top: 10px;
}
.achievement__data-row dt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 2px 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}
.achievement__data-row dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 2px 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}
.achievement__data-row dd span {
  line-height: 30px;
}
.achievement__point {
  margin-top: 70px;
  padding: 5px;
  position: relative;
}
.achievement__point::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 20px;
  background-color: #0382C7;
  clip-path: polygon(0 100%, 50% 0, 100% 100%);
  top: 5px;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
}
.achievement__point-inner {
  padding: 20px 10px;
  background-color: #F4FCFF;
}
.achievement__point-text {
  line-height: 1.5;
}

.result {
  padding: 28px 8px;
  background-color: #F4F1E8;
}
.result__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;
  gap: 4px;
}
.result__head-catch {
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.result__head-catch::before {
  position: absolute;
  content: "";
  width: 32px;
  height: 54px;
  background: url("../img/deco-title.webp") no-repeat center center/cover;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
}
.result__head-catch::after {
  position: absolute;
  content: "";
  width: 32px;
  height: 54px;
  background: url("../img/deco-title.webp") no-repeat center center/cover;
  top: 50%;
  right: 0;
  -webkit-transform: translate(100%, -50%) scaleX(-1);
          transform: translate(100%, -50%) scaleX(-1);
}
.result__head-title {
  padding: 10px 26px;
  color: white;
  font-size: 32px;
  font-weight: bold;
  position: relative;
}
.result__head-title::before {
  position: absolute;
  content: "";
  width: 74px;
  height: 55px;
  background: url("../img/deco-kirakira.webp") no-repeat center center/contain;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.result__head-title::after {
  position: absolute;
  content: "";
  width: 74px;
  height: 55px;
  background: url("../img/deco-kirakira.webp") no-repeat center center/contain;
  top: 0;
  right: 0;
  -webkit-transform: translate(50%, -50%) scaleX(-1);
          transform: translate(50%, -50%) scaleX(-1);
}
.result__lead {
  margin-top: 17px;
  line-height: 1.8;
}
.result__table {
  margin-top: 24px;
  display: grid;
  grid-template-columns: 144px 1fr;
  gap: 2px;
}
.result__table dt {
  background-color: #3F8ECE;
  padding: 4px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  font-weight: 400;
}
.result__table dd {
  font-size: 15px;
  padding: 4px 8px;
  background-color: white;
  border: 1px solid #3F8ECE;
  line-height: 1.5;
}
.result__note {
  margin-top: 12px;
  line-height: 1.8;
}

.prospect {
  padding: 5px;
}
.prospect__inner {
  padding: 30px 12px;
  background-color: white;
}
.prospect__title {
  text-align: center;
  line-height: 1.5;
}
.prospect__img {
  margin-top: 10px;
}
.prospect__merit {
  margin-top: 12px;
  border: 1px solid #3F8ECE;
  line-height: 1.8;
  position: relative;
  padding: 10px 18px;
}
.prospect__merit-label {
  padding: 0 10px;
  background-color: #3F8ECE;
  color: white;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(2%, -70%) rotate(-6deg);
          transform: translate(2%, -70%) rotate(-6deg);
}
.prospect__and {
  margin: 16px auto;
  color: white;
  width: 48px;
  height: 48px;
  border-radius: 24px;
  background-color: #3F8ECE;
  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;
}
.prospect__and::after {
  position: absolute;
  content: "";
  width: 9px;
  height: 10px;
  background-color: #3F8ECE;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.prospect__bottom {
  line-height: 1.8;
}

.cta {
  padding: 30px 10px;
}
.cta__lead {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  letter-spacing: -0.05em;
  position: relative;
}
.cta__lead::before {
  position: absolute;
  content: "";
  width: 26px;
  height: 43px;
  background: url("../img/deco-title.webp") no-repeat center center/contain;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
}
.cta__lead::after {
  position: absolute;
  content: "";
  width: 26px;
  height: 43px;
  background: url("../img/deco-title.webp") no-repeat center center/contain;
  top: 50%;
  right: 0;
  -webkit-transform: translate(100%, -50%) scaleX(-1);
          transform: translate(100%, -50%) scaleX(-1);
}
.cta__btn {
  margin-top: 16px;
  width: 100%;
  display: inline-block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FF6200), to(#FFC300));
  background-image: linear-gradient(#FF6200, #FFC300);
  height: 88px;
  border-radius: 44px;
  padding: 3px;
  overflow: hidden;
  -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
  position: relative;
}
.cta__btn:hover {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.cta__btn-inner {
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FFC300), to(#FF6200));
  background-image: linear-gradient(#FFC300, #FF6200);
  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: 4px;
  color: white;
  font-weight: bold;
  border-radius: 41px;
}
.cta__btn-inner img {
  width: 41px;
  position: relative;
  -webkit-transform: translateY(10%);
          transform: translateY(10%);
}
.cta__detail {
  margin-top: 0.5em;
  font-size: 14px;
  text-align: center;
  letter-spacing: -0.07em;
}

.reason {
  padding-inline: 12px;
}
.reason__title {
  position: relative;
}
.reason__title span {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  white-space: nowrap;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-3deg);
          transform: translate(-50%, -50%) rotate(-3deg);
}
.reason__lead {
  margin-top: 24px;
  padding-inline: 16px;
  line-height: 1.8;
}
.reason__tableWrap {
  padding: 0 12px;
  overflow-x: scroll;
  overflow-y: hidden;
}
.reason__arrow {
  display: block;
  margin: 16px auto;
  width: 10px;
}
.reason__main-title {
  position: relative;
  z-index: 2;
  width: 90%;
  margin: 0 auto;
  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: 8px;
  padding: 22px;
  background: url("../img/reason_main-title-bg.webp") no-repeat center center/100% 100%;
}
.reason__main-text {
  position: relative;
  z-index: 1;
  margin-top: -46px;
  border: 2px solid #EAD9C2;
  padding: 60px 16px 20px;
  line-height: 1.8;
}

.priceTable {
  margin-top: 16px;
}
.priceTable thead tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
}
.priceTable thead tr th {
  background-color: #3F8ECE;
  padding: 4px;
  color: white;
  font-weight: 400;
  line-height: 1.8;
  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;
}
.priceTable thead tr th:nth-of-type(1) {
  width: 157px;
}
.priceTable thead tr th:nth-of-type(2) {
  width: 164px;
}
.priceTable thead tr th:nth-of-type(3) {
  width: 208px;
}
.priceTable tbody {
  margin-top: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
}
.priceTable tbody tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
}
.priceTable tbody tr td {
  padding: 4px;
  border: 1px solid #3F8ECE;
  line-height: 1.8;
  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;
}
.priceTable tbody tr td:nth-of-type(1) {
  width: 157px;
}
.priceTable tbody tr td:nth-of-type(2) {
  width: 164px;
}
.priceTable tbody tr td:nth-of-type(3) {
  width: 208px;
}
.priceTable tbody tr.is-total td {
  background-color: #DBEFF6;
  border: none;
}

.forecast {
  margin-top: 16px;
  padding-inline: 12px;
  padding-bottom: 50px;
}
.forecast__and {
  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: 5px;
}
.forecast__and span {
  width: 34px;
  height: 34px;
  border-radius: 17px;
  color: white;
  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;
}
.forecast__and span:nth-of-type(1) {
  background-color: #3F8ECE;
}
.forecast__and span:nth-of-type(2) {
  background-color: #3FB8CE;
}
.forecast__and span:nth-of-type(3) {
  background-color: #3FCE9A;
}
.forecast__lead {
  margin-top: 10px;
  padding: 10px 0;
  position: relative;
  text-align: center;
}
.forecast__lead::after {
  position: absolute;
  z-index: -1;
  content: "";
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 230px;
  height: 80px;
  text-align: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#AADBFF));
  background-image: linear-gradient(white, #AADBFF 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.forecast__table {
  margin-top: 32px;
  width: 100%;
}
.forecast__table thead tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
}
.forecast__table thead tr th {
  background-color: #E7B065;
  padding: 4px;
  color: white;
  font-weight: 400;
  line-height: 1.8;
  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;
}
.forecast__table thead tr th:nth-of-type(1) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.forecast__table thead tr th:nth-of-type(2), .forecast__table thead tr th:nth-of-type(3) {
  width: 108px;
}
.forecast__table tbody {
  margin-top: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
}
.forecast__table tbody tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
}
.forecast__table tbody tr td {
  padding: 4px;
  border: 1px solid #E7B065;
  line-height: 1.8;
  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;
}
.forecast__table tbody tr td:nth-of-type(1) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.forecast__table tbody tr td:nth-of-type(2), .forecast__table tbody tr td:nth-of-type(3) {
  width: 108px;
}
.forecast__table tbody tr.is-total td {
  background-color: #F4F1E8;
  border: none;
}
.forecast__ratio {
  margin-top: 50px;
  padding: 40px 0 16px;
  border: 2px solid #E7B065;
  background-color: #F4F1E8;
  position: relative;
}
.forecast__ratio-title {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 40px;
  background-color: #E7B065;
  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;
  color: white;
  font-size: 20px;
}
.forecast__ratio-list {
  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: 1em;
  font-size: 20px;
}
.forecast__ratio-list span {
  color: #E7B065;
  font-size: 1.2em;
}
.forecast__text {
  margin-top: 24px;
  line-height: 1.5;
}
.forecast__message {
  margin-top: 20px;
  padding-bottom: 45px;
  position: relative;
  z-index: 1;
}
.forecast__message::after {
  position: absolute;
  content: "";
  width: 118px;
  height: 177px;
  background: url("../img/features_man.webp") no-repeat center bottom/contain;
  right: 0;
  bottom: 0;
}
.forecast__message-text {
  width: 75%;
  position: relative;
  z-index: 2;
}
.forecast__message-text p {
  position: absolute;
  top: 24%;
  left: 14%;
  line-height: 1.5;
}
.forecast__tab {
  font-size: 20px;
  text-align: center;
  line-height: 1.25;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}
.forecast__tab span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 9px;
  color: #000;
  background-color: #DBEFF6;
  border-radius: 16px 16px 0 0;
}
.forecast__tab span.is-active {
  color: white;
  background-color: #3F8ECE;
}
.forecast__priceTable {
  overflow-x: scroll;
  overflow-y: hidden;
}
.forecast__priceTable > table {
  margin-top: 2px;
  display: none;
}
.forecast__priceTable > table.is-active {
  display: table;
}

.risk {
  position: relative;
}
.risk__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px 10px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.risk__title {
  color: white;
  font-size: 24px;
  line-height: 2.5;
  padding-inline: 16px;
}
.risk__text01 {
  margin-top: 32px;
  padding: 10px;
  color: white;
  font-size: 20px;
  text-align: center;
  line-height: 1.5;
  background-color: rgba(35, 31, 32, 0.58);
}
.risk__text02 {
  margin-top: 13px;
  padding-inline: 25px;
  color: white;
  line-height: 1.5;
}

.approach {
  margin-top: -45px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#F4F1E8), to(#DBEFF6));
  background-image: linear-gradient(#F4F1E8, #DBEFF6);
}
.approach__inner {
  padding-top: 80px;
  padding-inline: 18px;
}
.approach__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: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.approach__title-label {
  padding: 10px 20px;
  font-size: 20px;
  color: white;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(0%, -100%) rotate(-8deg);
          transform: translate(0%, -100%) rotate(-8deg);
}
.approach__title-text01 {
  font-size: 24px;
  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;
  white-space: nowrap;
}
.approach__title-text01 img {
  height: 66px;
}
.approach__title-text02 {
  font-size: 20px;
}
.approach__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;
}
.approach__list li {
  padding: 10px 10px 10px 50px;
  background-color: white;
  border: 1px solid #3F8ECE;
  -webkit-box-shadow: -5px 5px 0 rgba(63, 142, 206, 0.73);
          box-shadow: -5px 5px 0 rgba(63, 142, 206, 0.73);
  font-size: 16px;
  line-height: 1.5;
  position: relative;
}
.approach__list li::after {
  position: absolute;
  content: "";
  width: 26px;
  aspect-ratio: 1;
  background: url("../img/icon_check.webp") no-repeat center center/contain;
  top: 50%;
  left: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.approach__text01 {
  margin-top: 22px;
  position: relative;
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 30px;
  color: white;
  font-size: 16px;
  line-height: 1.8;
  background-color: #3F8ECE;
}
.approach__text01::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 17px;
  clip-path: polygon(0 100%, 100% 100%, 50% 0);
  background-color: #3F8ECE;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.approach__text02 {
  margin-top: 23px;
  padding-inline: 10px;
  position: relative;
}
.approach__text02 > div {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.76);
  top: 50%;
  left: 0;
  width: 100%;
  padding: 10px 16px;
  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;
  line-height: 1.8;
}
.approach__text03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 16px;
}
.approach__text03 img {
  width: 70px;
}
.approach__text04 {
  margin-top: 40px;
  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;
}
.approach__text04 p {
  font-size: 20px;
  line-height: 1.8;
}
.approach__text04 p:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 181px;
}
.approach__text04 p:last-child span {
  font-size: 14px;
  padding-top: 0.5em;
}
.approach__text04 img {
  width: 130px;
}

.voice__head {
  padding: 28px;
  background-image: -webkit-gradient(linear, left top, right bottom, from(#F4F1E8), to(#EAD9C2));
  background-image: linear-gradient(to right bottom, #F4F1E8, #EAD9C2);
  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;
  font-size: 20px;
  position: relative;
}
.voice__head::after {
  position: absolute;
  content: "";
  width: 67px;
  height: 43px;
  background-color: #EFE4D4;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 15px);
          transform: translate(-50%, 15px);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.voice__slider {
  position: relative;
  overflow: hidden;
  padding-inline: 16px;
  padding-bottom: 50px;
}
.voice__slider .swiper-button-prev {
  top: 55%;
}
.voice__slider .swiper-button-prev svg {
  display: none;
}
.voice__slider .swiper-button-prev::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background: url("../img/slider-arrow-prev.webp") no-repeat center center/contain;
  top: 0;
  left: 0;
}
.voice__slider .swiper-button-next {
  top: 55%;
}
.voice__slider .swiper-button-next svg {
  display: none;
}
.voice__slider .swiper-button-next::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background: url("../img/slider-arrow-next.webp") no-repeat center center/contain;
  top: 0;
  right: 0;
}
.voice__slider .swiper-pagination {
  bottom: 35px;
}
.voice__list {
  max-width: 100%;
  padding-block: 16px;
  margin-top: 65px;
}
.voice__item {
  position: relative;
  padding: 45px 16px 16px;
  background-color: white;
  border: 2px solid #3F8ECE;
}
.voice__item-title {
  width: 320px;
  height: 50px;
  color: white;
  font-size: 20px;
  font-weight: bold;
  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;
  background-color: #3F8ECE;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.voice__item-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
}
.voice__item-profile img {
  width: 124px;
}
.voice__item-profile-detail > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
  border-bottom: 1px solid #D9D9D9;
}
.voice__item-profile-detail > div dt {
  width: 56px;
  padding: 4px 2px;
  line-height: 1.8;
}
.voice__item-profile-detail > div dd {
  padding: 2px 2px 2px 10px;
}
.voice__item-comment {
  margin-top: 20px;
  line-height: 1.8;
}

.course {
  padding: 0 0 50px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(8%, transparent), color-stop(2%, #F4F1E8), to(#DBEFF6));
  background-image: linear-gradient(transparent 8%, #F4F1E8 2%, #DBEFF6 100%);
  position: relative;
}
.course::after {
  position: absolute;
  content: "";
  width: 307px;
  height: 55px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: #DBEFF6;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  z-index: 1;
}
.course__head {
  position: relative;
}
.course__head h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-3deg);
          transform: translate(-50%, -50%) rotate(-3deg);
  white-space: nowrap;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
}
.course__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: center;
      -ms-flex-align: center;
          align-items: center;
}
.course__title img {
  width: 215px;
}
.course__title span {
  font-size: 20px;
}
.course__list {
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
}
.course__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  position: relative;
}
.course__item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.course__item:nth-child(even) h4 {
  right: 0;
}
.course__item:nth-child(odd) h4 {
  left: 0;
}
.course__item h4 {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background-image: -webkit-gradient(linear, left top, right bottom, from(#F4F1E8), to(#EAD9C2));
  background-image: linear-gradient(to bottom right, #F4F1E8, #EAD9C2);
  position: absolute;
  white-space: nowrap;
  padding: 4px 16px;
  top: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.course__item h4 img {
  width: 44px;
}
.course__item img {
  width: 150px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.course__item p {
  padding-inline: 16px;
  padding-top: 0.5em;
  line-height: 1.8;
}
.course__and {
  position: absolute;
  z-index: 2;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  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: 5px;
}
.course__and span {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  color: white;
  font-size: 20px;
  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;
}
.course__and span:nth-of-type(1) {
  background-color: #3F8ECE;
}
.course__and span:nth-of-type(2) {
  background-color: #3FB8CE;
}
.course__and span:nth-of-type(3) {
  background-color: #3FCE9A;
}

.benefit {
  padding: 45px 10px 0;
}
.benefit__inner {
  padding: 30px 12px 24px;
  border-radius: 16px;
}
.benefit__label {
  position: relative;
}
.benefit__label span {
  position: absolute;
  color: white;
  font-size: 20px;
  top: 8%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.benefit__title {
  width: 300px;
  margin: 10px auto;
}
.benefit__content {
  margin-top: 16px;
  background-color: white;
  border-radius: 16px;
  padding: 16px;
  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;
  font-size: 20px;
}
.benefit__content-text01 {
  position: relative;
  line-height: 3;
}
.benefit__content-text01::before {
  position: absolute;
  content: "";
  background: url("../img/deco-title.webp") no-repeat center center/contain;
  width: 32px;
  height: 55px;
  top: 50%;
  left: -30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.benefit__content-text01::after {
  position: absolute;
  content: "";
  background: url("../img/deco-title.webp") no-repeat center center/contain;
  width: 32px;
  height: 55px;
  top: 50%;
  right: -30px;
  -webkit-transform: translateY(-50%) scaleX(-1);
          transform: translateY(-50%) scaleX(-1);
}
.benefit__content-text03 {
  margin-top: 16px;
  padding: 10px;
  color: white;
  font-size: 32px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.problem {
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#E6E6E6));
  background-image: linear-gradient(white, #E6E6E6);
  position: relative;
  padding-bottom: 10px;
}
.problem::after {
  position: absolute;
  content: "";
  width: 240px;
  height: 50px;
  background-color: #E6E6E6;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
}
.problem__arrow {
  padding: 10px 0;
  position: relative;
  z-index: 3;
  text-align: center;
}
.problem__arrow::after {
  position: absolute;
  z-index: -1;
  content: "";
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 230px;
  height: 80px;
  text-align: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#AADBFF));
  background-image: linear-gradient(white, #AADBFF 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.problem__body {
  margin-top: 40px;
  padding: 0 16px;
  position: relative;
}
.problem__list {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.problem__list li {
  position: absolute;
  font-size: 16px;
  line-height: 1.6;
}
.problem__list li:nth-of-type(1) {
  top: 6%;
  left: 10%;
}
.problem__list li:nth-of-type(2) {
  top: 39%;
  left: 10%;
}
.problem__list li:nth-of-type(3) {
  top: 72%;
  left: 10%;
}

.solution {
  padding: 75px 20px;
  background: #F3FFFB;
}
.solution__title {
  font-size: 24px;
  line-height: 1.4;
  text-align: center;
}
.solution__text01 {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.5;
}
.solution__text02 {
  margin-top: 20px;
  padding: 10px 24px;
  color: white;
  background-color: #3F8ECE;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  position: relative;
}
.solution__text02::after {
  position: absolute;
  content: "";
  width: 36px;
  height: 15px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: #3F8ECE;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.solution__list {
  margin-top: 22px;
  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;
}
.solution__list li {
  padding: 10px 20px 10px 50px;
  background-color: white;
  border: 1px solid #3F8ECE;
  -webkit-box-shadow: -5px 5px 0 rgba(63, 142, 206, 0.73);
          box-shadow: -5px 5px 0 rgba(63, 142, 206, 0.73);
  font-size: 16px;
  line-height: 1.5;
  position: relative;
}
.solution__list li::after {
  position: absolute;
  content: "";
  width: 26px;
  aspect-ratio: 1;
  background: url("../img/icon_check.webp") no-repeat center center/contain;
  top: 50%;
  left: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.solution__arrow {
  display: block;
  margin: 24px auto 16px;
  width: 24px;
}
.solution__text03 {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  line-height: 1.8;
}

.present {
  background-image: -webkit-gradient(linear, left top, right bottom, from(#AADBFF), to(#3F8ECE));
  background-image: linear-gradient(to bottom right, #AADBFF, #3F8ECE);
  padding: 55px 10px 40px;
  position: relative;
}
.present__catch {
  position: absolute;
  width: 352px;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -60%);
          transform: translate(-50%, -60%);
}
.present__catch p {
  position: absolute;
  color: white;
  font-size: 20px;
  text-align: center;
  line-height: 1.5;
  text-shadow: 1px 1px 2px #926f2c;
  white-space: nowrap;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.present__lead {
  color: white;
  text-align: center;
  line-height: 1.5;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  position: relative;
}
.present__lead::after {
  position: absolute;
  content: "今だけ";
  color: #3F8ECE;
  background-color: white;
  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;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-110%, -50%);
          transform: translate(-110%, -50%);
}
.present__title {
  margin-top: 10px;
  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: 8px;
  color: white;
  font-size: 16px;
  position: relative;
}
.present__title > span {
  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: 7px;
}
.present__title .is-marker {
  color: #3F8ECE;
  font-size: 20px;
  line-height: 1.8;
  background-color: white;
  padding: 2px 10px;
  -webkit-box-shadow: 4px 4px 2px rgba(3, 94, 177, 0.15);
          box-shadow: 4px 4px 2px rgba(3, 94, 177, 0.15);
}
.present__title::after {
  position: absolute;
  content: "";
  width: 77px;
  height: 131px;
  background: url("../img/present_head-img.webp") no-repeat center center/contain;
  bottom: 35px;
  right: 0;
}
.present__list {
  margin-top: 30px;
  background-color: white;
  border-radius: 16px;
  padding-inline: 10px;
}
.present__item {
  padding-block: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
}
.present__item:not(:last-of-type) {
  border-bottom: 1px solid #D9D9D9;
}
.present__item-label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 52px;
  height: 96px;
  background: url("../img/present_item-label-bg.webp") no-repeat center center/contain;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  text-shadow: 1px 1px 2px rgba(146, 111, 44, 0.6);
}
.present__item-label .num {
  font-size: 2em;
}
.present__item-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.present__item-content h3 {
  color: #CBB743;
  font-size: 24px;
  font-weight: bold;
  position: relative;
}
.present__item-content h3.is-present01::after {
  position: absolute;
  content: "";
  width: 48px;
  height: 80px;
  background: url("../img/present01.webp") no-repeat center center/contain;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.present__item-content h3.is-present02::after {
  position: absolute;
  content: "";
  width: 69px;
  height: 57px;
  background: url("../img/present02.webp") no-repeat center center/contain;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.present__item-content h3.is-present03::after {
  position: absolute;
  content: "";
  width: 73px;
  height: 75px;
  background: url("../img/present03.webp") no-repeat center center/contain;
  top: 50%;
  right: 0;
  -webkit-transform: translate(30%, -58%);
          transform: translate(30%, -58%);
}
.present__item-content p {
  margin-top: 8px;
  line-height: 1.5;
}
.present__text {
  margin-top: 24px;
  color: white;
  font-size: 16px;
  line-height: 2.5;
}
.present__text .is-marker {
  padding: 0px 6px;
  font-size: 18px;
  line-height: 1.8;
  color: #3F8ECE;
  font-weight: bold;
  background-color: white;
  display: inline-block;
}

.seminar__head {
  color: white;
  padding: 12px 0;
  letter-spacing: -0.05em;
  line-height: 1.8;
  text-align: center;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.16);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.16);
  position: relative;
}
.seminar__head::after {
  position: absolute;
  content: "";
  width: 36px;
  height: 16px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: #0383C7;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.16);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.16);
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -1px);
          transform: translate(-50%, -1px);
}

.recommend {
  padding: 50px 14px 40px;
}
.recommend__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.recommend__title > span {
  color: white;
  font-size: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 8px;
}
.recommend__title img {
  width: auto;
  height: 42px;
}
.recommend__list {
  margin-top: 32px;
  padding: 24px 10px;
  background-color: white;
  border-radius: 16px;
  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;
}
.recommend__list li {
  padding-left: 50px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  position: relative;
}
.recommend__list li::after {
  position: absolute;
  content: "";
  width: 34px;
  height: 34px;
  background: url("../img/recommend_check.webp") no-repeat center center/contain;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.introduce {
  padding: 25px 0 25px;
}
.introduce__content.is-blue {
  background: url("../img/introduce_bg01.webp") no-repeat center center/cover;
}
.introduce__content.is-orange {
  background: url("../img/introduce_bg02.webp") no-repeat center center/cover;
}
.introduce__title {
  font-size: 32px;
  text-align: center;
  letter-spacing: 0.05em;
}
.introduce__label {
  margin-top: 24px;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  padding: 14px;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.16);
}
.is-blue .introduce__label {
  background-image: -webkit-gradient(linear, left top, right bottom, from(#DBEFF6), to(#AADBFF));
  background-image: linear-gradient(to right bottom, #DBEFF6, #AADBFF);
}
.is-orange .introduce__label {
  background-image: -webkit-gradient(linear, left top, right bottom, from(#F4F1E8), to(#EAD9C2));
  background-image: linear-gradient(to right bottom, #F4F1E8, #EAD9C2);
}
.introduce__profile {
  padding-block: 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;
}
.introduce__profile-img {
  width: 246px;
}
.introduce__profile-name {
  font-size: 32px;
  font-weight: 500;
}
.introduce__work {
  padding: 16px 22px;
}
.is-blue .introduce__work {
  background-color: #E9F9FF;
}
.is-orange .introduce__work {
  background-color: #F4F1E8;
}
.introduce__work h4 {
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  width: 120px;
  height: 32px;
  border-radius: 16px;
  text-align: center;
  line-height: 1.8;
  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;
}
.is-blue .introduce__work h4 {
  color: white;
  background-color: #3F8ECE;
}
.is-orange .introduce__work h4 {
  color: white;
  background-color: #E7B065;
}
.introduce__work-item {
  margin-top: 16px;
}
.is-blue .introduce__work-item {
  border: 1px solid #6CB4EE;
}
.is-orange .introduce__work-item {
  border: 1px solid #F2D3AA;
}
.introduce__work-item h5 {
  font-size: 20px;
  text-align: center;
  padding: 4px;
}
.is-blue .introduce__work-item h5 {
  color: white;
  background-color: #6CB4EE;
}
.is-orange .introduce__work-item h5 {
  color: white;
  background-color: #F2D3AA;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
}
.introduce__work-item p {
  padding: 8px 30px;
  text-align: center;
  line-height: 2;
  background-color: white;
}
.introduce__history {
  margin-top: 40px;
  padding: 38px 24px 24px 16px;
  position: relative;
}
.is-blue .introduce__history {
  border: 2px solid #6CB4EE;
}
.is-orange .introduce__history {
  border: 2px solid #F2D3AA;
}
.introduce__history h4 {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 120px;
  height: 32px;
  border-radius: 16px;
  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;
  line-height: 1.8;
}
.is-blue .introduce__history h4 {
  color: white;
  background-color: #6CB4EE;
}
.is-orange .introduce__history h4 {
  color: white;
  background-color: #F2D3AA;
}
.introduce__history-list {
  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: 16px;
}
.introduce__history-list li {
  position: relative;
  padding-left: 28px;
}
.is-blue .introduce__history-list li {
  color: #000;
}
.is-blue .introduce__history-list li::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  background-image: -webkit-gradient(linear, left top, right top, from(#03ABDF), to(#035EB1));
  background-image: linear-gradient(90deg, #03ABDF 0%, #035EB1 100%);
  border-radius: 6px;
  top: 5px;
  left: 0;
}
.is-orange .introduce__history-list li {
  color: #000;
}
.is-orange .introduce__history-list li .title {
  color: #E7B065;
  font-size: 20px;
  line-height: 1.6;
}
.is-orange .introduce__history-list li::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  background-image: -webkit-gradient(linear, left top, right bottom, from(#F4F1E8), to(#EAD9C2));
  background-image: linear-gradient(to right bottom, #F4F1E8, #EAD9C2);
  border-radius: 6px;
  top: 5px;
  left: 0;
}

.faq {
  background: url("../img/faq_bg.webp") no-repeat center center/cover;
}
.faq__title {
  padding: 28px 30px;
  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;
  font-size: 20px;
  font-weight: 500;
  background-image: -webkit-gradient(linear, left top, right bottom, from(#DBEFF6), to(#AADBFF));
  background-image: linear-gradient(to right bottom, #DBEFF6, #AADBFF);
  position: relative;
}
.faq__title::after {
  position: absolute;
  content: "";
  width: 36px;
  height: 16px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: #C1E4FB;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -1px);
          transform: translate(-50%, -1px);
}
.faq__list {
  margin-top: 16px;
  padding-inline: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.faq__item {
  border: 2px solid #3F8ECE;
  background-color: white;
}
.faq__question {
  padding: 10px 48px 10px 16px;
  background-color: #3F8ECE;
  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;
  color: white;
  font-weight: 500;
  position: relative;
}
.faq__question::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 2px;
  background-color: white;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.faq__question::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 2px;
  background-color: white;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.is-open .faq__question::after {
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}
.faq__question .icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 24px;
}
.faq__question .text {
  line-height: 1.8;
}
.faq__answer {
  background-color: white;
  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: 10px;
  max-height: 0;
  overflow: hidden;
  padding: 0 16px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.is-open .faq__answer {
  padding: 10px 16px;
  max-height: 1000px;
}
.faq__answer .icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 24px;
  color: #3F8ECE;
}
.faq__answer .text {
  line-height: 1.8;
}

.message {
  padding: 40px 18px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#F4F1E8), to(#DBEFF6));
  background-image: linear-gradient(#F4F1E8, #DBEFF6);
}
.message__title {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}
.message p {
  margin-top: 40px;
  font-weight: 500;
  line-height: 2;
}

.footer {
  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: 1em;
  font-size: 12px;
  padding-block: 0 1em;
}
.footer a:hover {
  color: #3F8ECE;
}/*# sourceMappingURL=style.css.map */