@charset "UTF-8";
/*==================================================
  Main Stylesheet
==================================================*/
/*==================================================
  Reset
==================================================*/
/*==================================================
  Variables
==================================================*/
@layer base {
  *,
  *::before,
  *::after {
    box-sizing: border-box;
  }
  body {
    background: linear-gradient(93deg, #E8F3FE 0%, #D0E6FC 100%);
    min-height: 100vh;
    margin: 0;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0;
    color: #333;
    position: relative;
  }
  body::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    background-image: url("../images/body_bg.webp");
    background-repeat: repeat;
    background-position: center top;
    background-size: 200px 300px;
    opacity: 0.2;
    pointer-events: none;
    z-index: -10;
  }
  body::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    background-image: url("../images/body_bg.webp");
    background-repeat: repeat;
    background-position: calc(50% + 100px) 150px;
    background-size: 200px 300px;
    opacity: 0.2;
    pointer-events: none;
    z-index: -10;
  }
  header,
  main,
  footer {
    width: clamp(375px, 100vw, 430px);
    max-width: 430px;
    margin: 0 auto;
  }
  main.check__page-main {
    background-color: #E8F3FE;
    position: relative;
    z-index: 1;
    padding: 20px;
  }
  .site-description {
    color: #fff;
  }
}
/*==================================================
  Mixins
==================================================*/
/*==================================================
  Buttons
==================================================*/
/*==================================================
  Section Title
==================================================*/
/*==================================================
  Header
==================================================*/
.site-header {
  background-color: #1584F0;
  padding: 8px 13.5px 8px 18px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.site-header__left {
  flex-shrink: 0;
}

.site-header__logo {
  margin: 0 0 2px;
}

.site-header__logo-img {
  width: 112.55px;
  height: auto;
  display: block;
}

.site-header__right {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
}

.site-header__area {
  font-size: 11px;
  color: #fff;
  margin: 0;
  line-height: 1.34;
  white-space: nowrap;
  letter-spacing: -0.03em;
}
.site-header__area span {
  letter-spacing: -0.1em;
}

.site-header__buttons {
  display: flex;
  gap: 5px;
}

.site-header__btn {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px;
  border-radius: 8px;
  text-decoration: none;
  transition: opacity 0.3s ease;
  border: 2px solid #fff;
}
.site-header__btn:hover {
  opacity: 0.8;
}
@media (prefers-reduced-motion: reduce) {
  .site-header__btn {
    transition: none;
  }
}

.site-header__btn--phone {
  background-color: #F61515;
  width: 137px;
  height: 40px;
}

.site-header__btn--mail {
  background-color: #FFFB2A;
  width: 88px;
  height: 40px;
}

.site-header__btn-icon.phone {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  display: block;
}

.site-header__btn-icon.mail {
  width: 18px;
  height: 14px;
  flex-shrink: 0;
  display: block;
}

.site-header__btn-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
  line-height: 1;
  align-items: center;
  font-weight: 700;
}

.site-header__btn-label {
  font-size: 11px;
  color: #fff;
}

.site-header__btn-tel {
  font-size: 15px;
  color: #fff;
  font-family: "Oswald", sans-serif;
}

.site-header__btn--phone .site-header__btn-label {
  height: 8px;
}

.site-header__btn--mail .site-header__btn-label {
  color: #1F1F1F;
  line-height: 7px;
  font-size: 12px;
}

/*==================================================
  Footer Section
==================================================*/
.site-footer {
  background-color: #116AC0;
  padding: 40px 0;
  text-align: center;
}

.site-footer__title {
  font-size: 18px;
  font-weight: 900;
  color: #fff;
  margin: 0;
  letter-spacing: -0.011em;
}

.site-footer__subtitle {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin: 20px 0 0;
}

.site-footer__content {
  margin: 16px auto 0;
  width: 275px;
}

.site-footer__info {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.site-footer__info-item {
  display: flex;
  align-items: center;
  gap: 32px;
}

.site-footer__label {
  font-size: 14px;
  font-weight: 500;
  color: #0D4F90;
  background-color: #fff;
  padding: 0 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  flex-shrink: 0;
}

.site-footer__value {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  flex: 1;
  text-align: left;
  line-height: 1.5;
}

/*==================================================
  FV Section
==================================================*/
.fv {
  position: relative;
  width: 100%;
}

.fv__main {
  position: relative;
  width: 100%;
}

.fv__main-image {
  width: 100%;
  height: auto;
  display: block;
  z-index: 100;
}

.fv__under {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
  z-index: 80;
}

.fv__features {
  width: 100%;
  height: auto;
  display: block;
  z-index: 80;
  margin-top: -63px;
}

.fv__discount {
  width: 100%;
  height: auto;
  display: block;
  z-index: 80;
}

/*==================================================
  Worries Section
==================================================*/
.worries {
  width: 100%;
  position: relative;
  z-index: 4;
}

.worries__main {
  width: 100%;
  height: auto;
  display: block;
}

/*==================================================
  Solution Section
==================================================*/
.solution {
  width: 100%;
  background-image: url("/images/solution_bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: -76px;
  z-index: 3;
  position: relative;
  padding-bottom: 363.5px;
  padding-top: 30px;
}

.solution__man {
  height: auto;
  display: block;
  width: 100%;
}

.solution__icons {
  width: clamp(349px, 93.1%, 400px);
  width: 349px;
  margin: -55px auto 0;
  height: auto;
  display: block;
}

.solution__text {
  width: 100%;
  height: auto;
  display: block;
  margin: 22px 0 -22px;
  z-index: 11;
  position: absolute;
  bottom: clamp(-72px, -20px + (100vw - 375px) * -0.9454545455, -20px);
}

/*==================================================
  Reason Section
==================================================*/
.reason {
  position: relative;
  width: 100%;
  z-index: 2;
  background-color: #fff;
}

.reason__title {
  position: relative;
  top: clamp(20px, 20px + (100vw - 375px) * 0.9454545455, 72px);
  width: 100%;
  height: auto;
  display: block;
  z-index: 10;
}

.reason__items {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.7) 2%, rgba(255, 255, 255, 0) 4%), url("../images/reason_bg.webp");
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 57.67px;
  padding: 80.67px 18px 130px;
  margin-top: clamp(0px, (100vw - 375px) * 0.9090909091, 50px);
  position: relative;
  z-index: 3;
}

.reason__item {
  background-color: #fff;
  border: 3px solid #116AC0;
  padding: 40px 19px 20px;
  text-align: center;
  position: relative;
}

.reason__item-label {
  position: absolute;
  top: -33.67px;
  left: 50%;
  transform: translateX(-50%);
  padding: 8px 13px;
  width: 164px;
  height: 60px;
  background: linear-gradient(to right, #116AC0 0%, #0D4F90 100%);
  font-weight: bold;
  color: #fff;
  font-family: "Inter", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.reason__item-label-text {
  font-size: 32px;
  transform: skewX(-8deg);
}

.reason__item-label-number {
  font-size: 28px;
  transform: skewX(-8deg);
  margin-left: 10px;
}

.reason__item-image {
  width: 100%;
  height: auto;
  display: block;
}

.reason__item-title {
  font-size: 24px;
  font-weight: 900;
  color: #116AC0;
  margin: 0;
  line-height: 1;
  font-style: italic;
}

.reason__item-image {
  margin-top: 24px;
}

.reason__item-text {
  color: #333;
  margin: 28px 0 0;
  text-align-last: left;
}

.reason__item-text span {
  color: #F2862E;
  font-weight: 700;
}

.reason__under {
  width: 100%;
  height: auto;
  display: block;
  z-index: 2;
  position: relative;
  margin-top: clamp(-120px, -100px + (100vw - 375px) * -0.3636363636, -100px);
}

/*==================================================
  cta Section
==================================================*/
.cta {
  width: 100%;
  position: relative;
  background: linear-gradient(to right, #116AC0 0%, #0D4F90 100%);
  padding: 27px 20px 40px;
}

.cta__top {
  width: 335px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.cta__title {
  width: 100%;
  height: auto;
  display: block;
}

.cta__main {
  background-color: #fff;
  padding: 88px 10px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
  position: relative;
}

.cta__plan-title {
  width: clamp(333px, 88.8vw, 381.8px);
  position: absolute;
  top: -18px;
  left: -6px;
  height: auto;
  display: block;
}

.cta__content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 27px;
  position: relative;
}

.cta__content-inner {
  width: 250px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 25px;
}

.cta__image {
  width: 181px;
  height: auto;
  display: block;
}

.cta__discount-badge {
  position: absolute;
  top: 2.5px;
  right: clamp(-27px, -27px + 0.3636363636 * (100vw - 375px), -7px);
  width: 130px;
  height: 130px;
}

.cta__discount {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.cta__price {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.cta__price-regular {
  width: 231px;
  display: flex;
  color: #333;
  align-items: center;
}

.cta__price-regular-text {
  font-weight: 500;
  line-height: 1;
}

.cta__price-regular-text:first-child {
  margin: 0 10px 0 20px;
}

.cta__price-regular-value {
  font-size: 36px;
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  font-family: "Oswald", sans-serif;
  line-height: 1;
  position: relative;
}

.cta__price-regular-value::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  background: linear-gradient(19.17deg, transparent calc(50% - 1px), #333 50%, transparent calc(50% + 1px));
}

.cta__price-regular-unit {
  display: flex;
  flex-direction: column;
  font-weight: 500;
  align-items: center;
  line-height: 1;
}

.cta__price-regular-tax {
  font-size: 10px;
}

.cta__price-discount {
  display: flex;
  align-items: center;
  color: #FB1D35;
  margin-top: 4px;
}

.cta__price-discount-label {
  border-radius: 8px;
  border: 2px solid #FB1D35;
  text-align: center;
  font-weight: 700;
  line-height: 1.2;
  margin-right: 8px;
  width: 58px;
  height: 73px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cta__price-discount-value {
  font-size: 64px;
  font-weight: bold;
  font-family: "Oswald", sans-serif;
  line-height: 1;
  letter-spacing: -0.04em;
}

.cta__price-discount-unit {
  display: flex;
  flex-direction: column;
  font-weight: 700;
  align-items: center;
  line-height: 1;
  margin-left: 4px;
}

.cta__price-discount-tax {
  font-size: 12px;
}

.cta__price-discount-yen {
  font-size: 20px;
}

.cta__price-discount-text {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

.cta__buttons {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.cta__estimate-text {
  margin: 0;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}

.cta__estimate-text::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 18.36px;
  background: #333;
  vertical-align: middle;
  margin-right: 8px;
  transform: rotate(-29.36deg) translateY(-2px);
}

.cta__estimate-text::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 18.36px;
  background: #333;
  vertical-align: middle;
  margin-left: 8px;
  transform: rotate(29.36deg) translateY(-2px);
}

.cta__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  border-radius: 10px;
  text-decoration: none;
  transition: opacity 0.3s ease;
  border: 3px solid #fff;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  width: clamp(315px, 84vw, 361.2px);
  height: 80px;
}
.cta__btn:hover {
  opacity: 0.8;
}
@media (prefers-reduced-motion: reduce) {
  .cta__btn {
    transition: none;
  }
}

.cta__btn--phone {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 12%, transparent 22%), linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 50%, rgba(236, 20, 20, 0.5) 50%), #F61515;
  background-blend-mode: normal, normal, normal;
  margin-top: 5px;
}

.cta__btn--mail {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 50%, rgba(255, 206, 15, 0.5) 50%), #FFCE0F;
  background-blend-mode: normal, normal, normal;
  margin-top: 10px;
  padding-left: 0;
}

.cta__btn-icon {
  width: 18px;
  height: auto;
  flex-shrink: 0;
  display: block;
}

.cta__btn--phone .cta__btn-icon {
  width: 33px;
  height: auto;
  flex-shrink: 0;
  display: block;
  margin-right: 13px;
}

.cta__btn--mail .cta__btn-icon {
  width: 40px;
  height: auto;
  flex-shrink: 0;
  display: block;
  margin-right: 10px;
}

.cta__btn-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: -3px;
  flex-shrink: 0;
}

.cta__btn-tel {
  font-size: 28px;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  letter-spacing: -0.011em;
}

.cta__btn-time {
  font-size: 11px;
  color: #fff;
  display: block;
  font-weight: 900;
  line-height: 1;
}

.cta__btn-time2 {
  font-family: "Oswald", sans-serif;
}
.cta__btn-time2 span {
  letter-spacing: -0.2em;
}

.cta__btn-time3 {
  font-size: 10px;
}

.cta__btn-label {
  font-size: 18px;
  color: #4D4D4D;
  font-weight: 900;
  line-height: 1;
}

.cta__notes {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}

.cta__note {
  margin: 0;
}

.cost {
  padding: 20px 20px 40px;
  background-color: #fff;
  background-image: url("../images/cost_bg.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.cost__title {
  width: clamp(273.5px, 72.9vw, 313.6px);
  height: auto;
  display: block;
  margin: 0 auto;
}

.cost__text {
  font-size: 18px;
  margin-top: 24px;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
}

.cost__items {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 36px;
  margin-top: 36px;
}

.cost__item {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #E8F3FE;
  border: 4px solid transparent;
  border-top: none;
  border-image: linear-gradient(90deg, #1584F0 0%, #05AACF 99%) 1;
  position: relative;
  padding-bottom: 20px;
}

.cost__item-label {
  position: absolute;
  top: -1px;
  left: 10px;
  width: 80px;
  height: 90px;
}

.cost__item3 .cost__item-label,
.cost__item4 .cost__item-label {
  height: 95px;
}

.cost__item-label-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.cost__item-title {
  background: linear-gradient(90deg, #1584F0 0%, #05AACF 99%);
  font-size: 24px;
  font-weight: 900;
  color: #fff;
  margin: 0;
  line-height: 1;
  width: 100%;
  height: 88px;
  text-align: center;
  padding-left: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cost__item3 .cost__item-title,
.cost__item4 .cost__item-title {
  height: 96px;
}

.cost__item-title-inner {
  position: relative;
  bottom: 6px;
}

.cost__item3 .cost__item-title-inner,
.cost__item4 .cost__item-title-inner {
  position: relative;
  bottom: 6px;
}

.cost__item-title-inner .big {
  font-size: 32px;
  letter-spacing: 0.09em;
  font-family: "Oswald", sans-serif;
}

.cost__item1 .cost__item-title-inner .big {
  font-family: "Noto Sans JP", sans-serif;
}

.cost__item-title-inner .small {
  font-size: 16px;
  font-weight: 700;
}

.cost__item-title-inner .small:first-child {
  font-size: 14px;
  font-weight: 500;
}

.cost__item-image {
  width: 271px;
  display: block;
  text-align: center;
  margin-top: 16px;
}

.cost__item-image-img {
  width: 243px;
  height: auto;
  object-fit: contain;
  margin: 0 auto;
}

.cost__item1 .cost__item-image-img {
  width: 214px;
}

.cost__item-text {
  margin: 16px 0 0;
  text-align: left;
  font-size: 14px;
  font-weight: 500;
}

.cost__item-price {
  width: 268.5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 16px auto 0;
  line-height: 1;
}

.cost__price-regular {
  display: flex;
  align-items: center;
}

.cost__price-text {
  font-size: 13px;
  font-weight: 500;
}

.cost__price-text:first-child {
  margin-right: 24px;
}

.cost__price-value {
  font-size: 36px;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  position: relative;
}

.cost__price-value::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  background: linear-gradient(19.17deg, transparent calc(50% - 1px), #333 50%, transparent calc(50% + 1px));
}

.cost__price-unit {
  display: flex;
  flex-direction: column;
  font-weight: 500;
  align-items: center;
}

.cost__price-tax {
  font-size: 10px;
}

.cost__price-yen {
  font-size: 16px;
}

.cost__price-text:last-child {
  font-size: 16px;
}

.cost__price-discount {
  display: flex;
  align-items: center;
  margin-top: 4px;
  color: #FB1D35;
  line-height: 1;
}

.cost__price-discount-label {
  width: 92.5px;
  height: 59px;
  object-fit: contain;
  margin-right: 8px;
}

.cost__price-discount-value {
  position: relative;
  color: #FB1D35;
  font-size: 48px;
  font-weight: 900;
  font-family: "Oswald", sans-serif;
  display: inline-block;
  z-index: 20;
  letter-spacing: -0.05em;
}
.cost__price-discount-value[data-text]::before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-text-stroke: 2px #fff;
  color: transparent;
  z-index: 10;
}
.cost__price-discount-value[data-text]::after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-text-stroke: 5px #FB1D35;
  color: transparent;
  z-index: 5;
}

.cost__price-discount-unit {
  display: flex;
  flex-direction: column;
  font-weight: 500;
  align-items: center;
  position: relative;
  z-index: 100;
}

.cost__price-discount-tax {
  font-size: 10px;
  white-space: nowrap;
  text-shadow: -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff;
}

.cost__price-discount-yen {
  font-size: 16px;
  text-shadow: -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff;
}

.cost__price-discount-text {
  font-size: 16px;
  text-shadow: -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff;
}

.cost__item-hearing {
  font-weight: 700;
  margin: 16px auto 8px;
  text-align: center;
  line-height: 1.2;
  color: #FB1D35;
}

/*==================================================
  Cost Button (CTA Buttonと同じスタイル)
==================================================*/
.cost__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  border-radius: 10px;
  text-decoration: none;
  transition: opacity 0.3s ease;
  border: 3px solid #fff;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  width: clamp(315px, 84vw, 361.2px);
  height: 80px;
}
.cost__btn:hover {
  opacity: 0.8;
}
@media (prefers-reduced-motion: reduce) {
  .cost__btn {
    transition: none;
  }
}

.cost__btn--phone {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 12%, transparent 22%), linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 50%, rgba(236, 20, 20, 0.5) 50%), #F61515;
  background-blend-mode: normal, normal, normal;
  margin-top: 8px;
}

.cost__btn-icon {
  width: 18px;
  height: auto;
  flex-shrink: 0;
  display: block;
}

.cost__btn--phone .cost__btn-icon {
  width: 33px;
  height: auto;
  flex-shrink: 0;
  display: block;
  margin-right: 13px;
}

.cost__btn-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: -3px;
  flex-shrink: 0;
}

.cost__btn-tel {
  font-size: 28px;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  letter-spacing: -0.011em;
}

.cost__btn-time {
  font-size: 11px;
  color: #fff;
  display: block;
  font-weight: 900;
  line-height: 1;
}

.cost__btn-time2 {
  font-family: "Oswald", sans-serif;
}
.cost__btn-time2 span {
  letter-spacing: -0.2em;
}

.cost__btn-time3 {
  font-size: 10px;
}

/*==================================================
  Item Section
==================================================*/
.item {
  padding-bottom: 40px;
  background-color: #D0E6FC;
}

.item__title {
  width: 100%;
  height: auto;
  display: block;
}

.item__can,
.item__cannot {
  background-color: #fff;
  margin: 40px 20px 0;
}

.item__can-title,
.item__cannot-title {
  font-size: 32px;
  font-weight: 700;
  background-color: #449DF3;
  color: #fff;
  padding: 0 0 4px 60px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 61px;
  line-height: 1;
  margin: 0;
  letter-spacing: 0.05em;
}

.item__can-title::before {
  content: "";
  position: absolute;
  left: clamp(55px, 55px + 0.2727272727 * (100vw - 375px), 70px);
  top: 50%;
  transform: translateY(-50%);
  width: 41px;
  height: 41px;
  border: 6px solid #fff;
  border-radius: 50%;
  background-color: transparent;
}

.item__cannot-title::before {
  content: "";
  position: absolute;
  left: clamp(55px, 55px + 0.2727272727 * (100vw - 375px), 70px);
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 6px;
  height: 56.6px;
  background-color: #fff;
  border-radius: 3px;
}
.item__cannot-title::after {
  content: "";
  position: absolute;
  left: clamp(55px, 55px + 0.2727272727 * (100vw - 375px), 70px);
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  width: 6px;
  height: 56.6px;
  background-color: #fff;
  border-radius: 3px;
}

.item__can-list,
.item__cannot-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  line-height: 1.2;
}

.item__can-item,
.item__cannot-item {
  background-color: #fff;
  padding: 20px 18px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.item__can-item-title {
  font-size: 18px;
  font-weight: 700;
  color: #F2862E;
  margin: 24px 0 0;
}

.item__can-item-title:first-child {
  margin-top: 0;
}

.item__can-item-text,
.item__cannot-item-text {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  margin: 4px 8px 0;
  letter-spacing: 0.1em;
}

.item__cannot-item-text {
  line-height: 1.5;
  margin: 24px 0 0;
  letter-spacing: 0;
}

.item__cannot-item-text:first-child {
  margin-top: 0;
}

.item__can-item-note {
  font-weight: 400;
}

.item__can-item-image,
.item__cannot-item-image {
  width: clamp(290.4px, 77.4vw, 333px);
  height: auto;
  display: block;
  margin: 22px auto 0;
}

.item__cannot-item-image {
  width: clamp(238px, 63.5vw, 272.9px);
}

/*==================================================
  System Section
==================================================*/
.system {
  background-color: #fff;
}

.system__title {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  width: 100%;
  height: 86px;
  text-align: center;
  background: linear-gradient(to right, #116AC0 0%, #0D4F90 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}

.system__main-image {
  width: 100%;
  height: auto;
  display: block;
}

.system__wrapper {
  padding: 0 16px 20px;
}

.system__main-text {
  font-weight: 500;
  margin: 20px 1.5px 0;
}

.system__icons {
  width: 100%;
  height: auto;
  display: block;
  margin: 39px 0 0;
  background-color: #E8F3FE;
  border: 6px solid #1584F0;
}

.system__icons-title {
  font-size: 24px;
  font-weight: 900;
  color: #fff;
  width: 100%;
  height: 45px;
  text-align: center;
  margin: 0;
  background-color: #1584F0;
}

.system__icons-image {
  width: clamp(320px, 320px + 1 * (100vw - 375px), 375px);
  height: auto;
  display: block;
  margin: 16px auto 0;
}

.system__icons-text {
  font-size: 14px;
  font-weight: 500;
  color: #333;
  margin: 16px 20px 0;
  line-height: 1.2;
}

.system__icons-text:last-child {
  margin: 7px 20px 16px;
}

.system__cards {
  display: block;
  margin: 30px 0 0;
  border: 4px solid #FF737C;
}

.system__cards-title {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  width: 100%;
  height: 27px;
  text-align: center;
  margin: 0;
  background-color: #FF737C;
}

.system__cards-image {
  width: clamp(319px, 85.1vw, 365.8px);
  height: auto;
  display: block;
  margin: 0 auto;
}

.system__text {
  font-weight: 500;
  margin: 32px 0 0;
}

/*==================================================
  Comparison Section
==================================================*/
.comparison {
  background-color: #fff;
}

.comparison__title {
  width: 100%;
  display: block;
  margin: 0 auto;
}

.comparison__title-image {
  width: 100%;
  height: auto;
  display: block;
}

.comparison__wrapper {
  padding: 8px 16px 40px;
}

.comparison__text {
  font-weight: 500;
  margin: 0 auto;
}

.comparison__table {
  width: 100%;
  height: auto;
  display: block;
  margin: 11.8px auto 0;
}

/*==================================================
  Case Section
==================================================*/
.case {
  background-color: #E8F3FE;
}

.case__title {
  width: 100%;
  height: auto;
  display: block;
}

.case__wrapper {
  padding: 30px 17.5px 40px;
}

.case__item {
  background-color: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
  padding: 20px 10px;
}

.case__item:last-child {
  margin-top: 30px;
}

.case__item-image-wrapper {
  position: relative;
  width: 100%;
}

.case__item-label {
  position: absolute;
  top: -19.8px;
  left: -5.87px;
  z-index: 10;
  width: 142px;
  height: auto;
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.4));
}

.case__item-image {
  width: clamp(311px, 82.9vw, 356.6px);
  margin: 0 auto;
  height: auto;
  display: block;
  border: 5px solid #E6E6E6;
}

.case__item-details {
  display: flex;
  flex-direction: column;
  gap: 11px;
  margin-top: 16px;
}

.case__detail {
  display: flex;
  gap: 8px;
  align-items: center;
}

.case__detail:last-child {
  flex-direction: column;
  align-items: flex-start;
}

.case__detail-label {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  background-color: #116AC0;
  padding: 4px 10px;
  display: inline-block;
  width: 100px;
  height: 27px;
  text-align: center;
}

.case__detail:last-child .case__detail-label {
  width: 168px;
}

.case__detail-value {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.case__detail-value.small {
  font-size: 16px;
}

.case__detail--comment {
  gap: 8px;
}

.case__detail-comment {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  margin: 0;
  padding: 0 10px;
}

/*==================================================
  Review Section
==================================================*/
.review {
  background-color: #fff;
}

.review__title {
  width: 100%;
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background: linear-gradient(-78deg, #05AACF 0%, #1584F0 99%);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 118px;
  margin: 0;
  letter-spacing: 0.16em;
}

.review__intro {
  font-weight: 500;
  text-align: center;
  margin: 32px auto 0;
}

.review__wrapper {
  padding: 0 11px 40px;
}

.review__item {
  background-color: #E8F3FE;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  padding: 30px 10px 20px;
  margin-top: 32px;
  position: relative;
}
.review__item::before {
  content: "";
  position: absolute;
  top: -40px;
  left: -64px;
  width: 180px;
  height: 180px;
  background-image: url("../images/review_icon.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 10;
}
.review__item:last-child {
  margin-bottom: 0;
}

.review__item-header {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  position: relative;
  z-index: 2;
}

.review__item-avatar {
  width: 114px;
  height: auto;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.review__item-quote {
  flex: 1;
  margin-top: 4px;
}

.review__item-quote-text,
.review__item-demographic {
  font-size: 18px;
  font-weight: 700;
  color: #0D4F90;
  margin: 0;
  display: inline-block;
}

.review__item-quote-text .yellow {
  background-color: #DCED48;
}

.review__item-demographic {
  text-align: right;
  margin: 32px 0 0 auto;
  width: 100%;
  line-height: 1;
}

.review__item-text {
  font-size: 16px;
  font-weight: 500;
  margin: 20px 16.5px 0;
  z-index: 2;
}

/*==================================================
  Flow Section
==================================================*/
.flow {
  background-color: #fff;
}

.flow__title {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin: 0;
  background: linear-gradient(-78deg, #05AACF 0%, #1584F0 99%);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 118px;
  letter-spacing: 0.16em;
}

.flow__content {
  position: relative;
  padding: 0 15.5px 40px 63.5px;
}

.flow__step-label {
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
  background: linear-gradient(-78deg, #05AACF 0%, #1584F0 99%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  margin: 20px auto 0 20px;
}

.flow__steps {
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: relative;
}
.flow__steps::before {
  content: "";
  position: absolute;
  left: -29.5px;
  top: 54px;
  bottom: 54px;
  width: 2px;
  background: linear-gradient(0deg, #05AACF 0%, #1584F0 99%);
}

.flow__step {
  position: relative;
}

.flow__step-number {
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #1584F0;
  width: 36px;
  height: 36px;
  border: 2px solid #1584F0;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: absolute;
  left: -46px;
  top: 54px;
  transform: translateY(-50%);
  z-index: 10;
}

.flow__step-content {
  flex: 1;
  display: flex;
  gap: 8px;
}

.flow__step-image {
  width: 105px;
  height: auto;
  display: block;
}

.flow__step-right {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.flow__step-title {
  font-size: 20px;
  font-weight: 700;
  color: #1584F0;
  margin: 0;
  line-height: 1.2;
  background-color: #E8F3FE;
  padding: 0 4px;
  display: inline-block;
  width: fit-content;
}

.flow__step-text {
  font-size: 15px;
  font-weight: 500;
  color: #333;
  line-height: 1.2;
  margin: 0;
}

/*==================================================
  Area Section
==================================================*/
.area {
  background-color: #E8F3FE;
  padding-bottom: 40px;
}

.area__title {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.16em;
  height: 78px;
  width: 100%;
  text-align: center;
  background: linear-gradient(-78deg, #05AACF 0%, #1584F0 99%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}

.area__map {
  width: 100%;
  height: auto;
  display: block;
  margin: 23px auto 0;
}

/*==================================================
  FAQ Section
==================================================*/
.faq {
  background-image: url("../images/faq_bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.faq__title {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  padding: 20px;
  margin: 0 auto;
  background: linear-gradient(-78deg, #05AACF 0%, #1584F0 99%);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 78px;
  letter-spacing: 0.12em;
}

.faq__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 16px 22px 40px;
}

.faq__item {
  background-color: #fff;
}

.faq__question {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  height: 56px;
}

.faq__q {
  font-family: "Inter", sans-serif;
  font-size: 32px;
  font-weight: 500;
  color: #fff;
  width: 48px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(-78deg, #05AACF 0%, #1584F0 99%);
  flex-shrink: 0;
}

.faq__question-text {
  font-size: 15px;
  font-weight: 700;
  color: #333;
  flex: 1;
  line-height: 1.5;
  padding: 5px 72px 5px 20px;
  letter-spacing: -0.011em;
}

.faq__question::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  transform-origin: center;
  width: 39px;
  height: 39px;
  background-image: url("../images/faq_arrow.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s ease;
}

.faq__item.active .faq__question::after {
  transform: translateY(-50%) rotate(180deg);
}

.faq__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  display: flex;
  align-items: stretch;
}

.faq__item.active .faq__answer {
  margin-top: 4px;
}

.faq__a {
  font-family: "Inter", sans-serif;
  font-size: 32px;
  font-weight: 500;
  color: #fff;
  width: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(-78deg, #05AACF 0%, #1584F0 99%);
  flex-shrink: 0;
  align-self: stretch;
}

.faq__answer-text {
  font-size: 14px;
  font-weight: 500;
  color: #333;
  line-height: 1.5;
  margin: 0;
  flex: 1;
  padding: 4px 16px 4px 17px;
  background-color: #E8F3FE;
}

/*==================================================
  Contact Section
==================================================*/
.contact {
  background-color: #449DF3;
  padding: 20px 25px 30px;
}

.contact__title {
  font-size: 32px;
  font-weight: 900;
  color: #fff;
  text-align: center;
  margin: 0;
  letter-spacing: 0.12em;
  line-height: 1;
}

.contact__content {
  width: 100%;
}

.contact__form {
  display: flex;
  flex-direction: column;
}

.contact__form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 32px;
}

.contact__label {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
  letter-spacing: -0.011em;
}

.contact__required {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background-color: #FB1D35;
  padding: 0px 10px;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 24px;
  line-height: 1;
}

.contact__input,
.contact__textarea {
  width: 100%;
  padding: 11.5px 9px;
  border: none;
  border-radius: 10px;
  background-color: #F1F1F1;
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  line-height: 1.5;
}
.contact__input::placeholder,
.contact__textarea::placeholder {
  color: #999;
}
.contact__input:focus,
.contact__textarea:focus {
  outline: none;
  background-color: #fff;
}

.contact__textarea {
  min-height: 120px;
  resize: vertical;
}

.contact__privacy {
  background-color: #fff;
  padding: 20px 25px 20px 20px;
  margin-top: 20px;
  height: 212px;
  overflow: scroll;
}

.contact__privacy-title {
  font-size: 20px;
  font-weight: 500;
  color: #333;
  margin: 0;
  text-align: center;
}

.contact__privacy-text {
  font-size: 14px;
  font-weight: 500;
  color: #333;
  line-height: 1.6;
  margin-top: 13px;
}
.contact__privacy-text p {
  margin: 0;
}

.contact__privacy-check {
  display: flex;
  align-items: flex-start;
  gap: 7px;
  margin-top: 15px;
  justify-content: center;
}

.contact__checkbox {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  margin-top: 4px;
  cursor: pointer;
  appearance: none;
  border: 2px solid #fff;
  background-color: transparent;
  position: relative;
}
.contact__checkbox:checked {
  border-color: #fff;
}
.contact__checkbox:checked::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 0;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.contact__checkbox-label {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  line-height: 1.5;
  cursor: pointer;
}

.contact__submit {
  text-align: center;
}

.contact__submit-btn {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 50%, rgba(255, 206, 15, 0.5) 50%), #FFCE0F;
  background-blend-mode: normal, normal;
  border: 3px solid #fff;
  border-radius: 10px;
  padding: 16px 32px;
  font-size: 24px;
  height: 80px;
  font-weight: 900;
  color: #333;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  transition: opacity 0.3s ease;
  width: clamp(315px, 315px + 1 * (100vw - 375px), 370px);
  margin: 15px auto 0;
  position: relative;
}
.contact__submit-btn:hover:not(:disabled) {
  opacity: 0.9;
}
.contact__submit-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
@media (prefers-reduced-motion: reduce) {
  .contact__submit-btn {
    transition: none;
  }
}

.contact__submit-circle {
  display: inline-block;
  width: 25px;
  height: 25px;
  background: #fff;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}

.contact__submit-circle::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-40%, -50%);
  width: 0;
  height: 0;
  border-left: 13.42px solid #F7931E;
  border-top: 7.75px solid transparent;
  border-bottom: 7.75px solid transparent;
  z-index: 2;
}

/*==================================================
  Sticky CTA Section
==================================================*/
.sticky-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100px;
  max-width: 430px;
  margin: 0 auto;
  z-index: 1000;
  background-color: #1584F0;
  padding: 10px;
  transition: opacity 0.3s ease, transform 0.3s ease;
  display: flex;
  gap: 8px;
  justify-content: space-between;
}
.sticky-cta.is-hidden {
  opacity: 0;
  transform: translateY(100%);
  pointer-events: none;
}
@media (prefers-reduced-motion: reduce) {
  .sticky-cta {
    transition: none;
    will-change: auto;
  }
}

.sticky-cta__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  text-decoration: none;
  transition: opacity 0.3s ease;
  border: 3px solid #fff;
}
.sticky-cta__btn:hover {
  opacity: 0.8;
}
@media (prefers-reduced-motion: reduce) {
  .sticky-cta__btn {
    transition: none;
  }
}

.sticky-cta__btn--mail {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 12%, transparent 22%), linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 50%, rgba(192, 189, 19, 0.1) 50%), #FFFB2A;
  background-blend-mode: normal, normal, normal;
  width: clamp(116px, 116px + 0.3090909091 * (100vw - 375px), 133px);
  padding: 10px;
}

.sticky-cta__btn--phone {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 12%, transparent 22%), linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 50%, rgba(236, 20, 20, 0.5) 50%), #F61515;
  background-blend-mode: normal, normal, normal;
  width: clamp(230px, 230px + 0.6127272727 * (100vw - 375px), 263.7px);
  padding: 8px 17px 8px 10px;
}

.sticky-cta__btn-icon {
  width: 33px;
  height: auto;
  flex-shrink: 0;
  display: block;
}

.sticky-cta__btn-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
}

.sticky-cta__btn-text.mail {
  font-size: 14px;
  font-weight: 900;
  margin-left: 3px;
}

.sticky-cta__btn-text.phone {
  gap: -3px;
}

.sticky-cta__btn-label {
  font-size: 11px;
  display: block;
  line-height: 1.2;
}

.sticky-cta__btn-label.mail {
  color: #1F1F1F;
  font-size: 14px;
  font-weight: 900;
  margin-left: 3px;
}

.sticky-cta__btn-label.phone {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.011em;
  text-shadow: 0 2px 2px #D38A2E;
}

.sticky-cta__btn-tel {
  font-size: 24px;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  display: block;
  letter-spacing: -0.011em;
}

.sticky-cta__btn-time {
  font-size: 11px;
  color: #fff;
  display: block;
  font-weight: 900;
  line-height: 1;
}

.sticky-cta__btn-time2 {
  font-family: "Oswald", sans-serif;
}
.sticky-cta__btn-time2 span {
  letter-spacing: -0.2em;
}

.sticky-cta__btn-time3 {
  font-size: 10px;
}

/*==================================================
  Thanks Page
==================================================*/
.thanks-page__main {
  background-color: #E8F3FE;
  min-height: 100vh;
  padding: 60px 20px 64px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.thanks__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.thanks__title-en {
  font-size: 32px;
  font-weight: 400;
  color: #A1CEF9;
  letter-spacing: 0.05em;
  line-height: 1;
}

.thanks__title-ja {
  font-size: 36px;
  font-weight: 700;
  color: #116AC0;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0;
  line-height: 1;
  margin-top: 10px;
}

.thanks__image {
  width: clamp(227px, 60.5vw, 260.3px);
  height: auto;
  margin-top: 42px;
  display: block;
}

.thanks__content {
  background-color: #fff;
  border-radius: 8px;
  padding: 20px;
  width: 100%;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  margin-top: 42px;
}

.thanks__content-text {
  font-size: 15px;
  line-height: 1.2;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  text-align: left;
  margin: 0;
  font-weight: 500;
}

.thanks__content-text-orange {
  color: #FF8C00;
  display: block;
}
