@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
dt,
dd,
figure {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  border-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  background: none;
  border: none;
  padding: 0;
  color: inherit;
  font: inherit;
}

input,
textarea,
select {
  font: inherit;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  background: #fff;
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  body {
    padding-top: 54px;
  }
}

.l-inner {
  max-width: 1120px;
  margin-inline: auto;
  padding-inline: 40px;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding-inline: 20px;
  }
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2000;
}

.u-hidden-sp {
  display: block;
}
@media screen and (max-width: 767px) {
  .u-hidden-sp {
    display: none;
  }
}

.u-hidden-sp.--can {
  display: block;
}
@media screen and (max-width: 1048px) {
  .u-hidden-sp.--can {
    display: none;
  }
}

.u-hidden-pc {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-hidden-pc {
    display: block;
  }
}

.u-hidden-pc.--can {
  display: none;
}
@media screen and (max-width: 1048px) {
  .u-hidden-pc.--can {
    display: block;
  }
}

.u-br-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-br-sp {
    display: block;
  }
}

.u-br-pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .u-br-pc {
    display: none;
  }
}

.c-button-line {
  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: 2px;
  line-height: 1;
  padding: 8px 20px;
  border-radius: 99px;
  background: #4dc97e;
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
}
.c-button-line:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), #4dc97e;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), #4dc97e;
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.4);
}

.c-button-line.--header {
  width: 232px;
  padding-top: 4.5px;
  padding-bottom: 4.5px;
}
@media screen and (max-width: 767px) {
  .c-button-line.--header {
    width: 54px;
    border-radius: 0;
    padding: 7px 9px 5px 8px;
    text-align: center;
  }
}

.c-button-line.--fv {
  width: 380px;
  margin-left: 35px;
}
@media screen and (max-width: 767px) {
  .c-button-line.--fv {
    width: 320px;
    margin-inline: auto;
  }
}

.c-button-line.--cta {
  width: 361px;
}
@media screen and (max-width: 767px) {
  .c-button-line.--cta {
    max-width: 320px;
    width: 100%;
  }
}

.c-button-line__top {
  color: #4dc97e;
  border-radius: 99px;
  background: #ffea00;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  padding: 2px 10px;
}

.c-button-line__top.--header {
  font-size: 10px;
}

.c-button-line__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}

@media screen and (max-width: 767px) {
  .c-button-line__main.--header {
    -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: 0;
  }
}

.c-button-line__main img {
  width: 24px;
  height: 24px;
}

.c-button-line__main.--header img {
  width: 19px;
  height: 18px;
}
@media screen and (max-width: 767px) {
  .c-button-line__main.--header img {
    width: 20px;
    height: 19px;
  }
}

.c-button-line__text {
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
}

.c-button-line__text.--header {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .c-button-line__text.--header {
    font-size: 9px;
    line-height: 1.2;
  }
}

.c-button-line__bottom {
  color: #ffffff;
  font-size: 12px;
}

.c-button-line__bottom.--header {
  font-size: 11px;
}

.c-button-tel {
  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;
  display: flex;
  width: 450px;
  padding: 16px 20px;
  border-radius: 16px;
  border: 4px solid #18a094;
  background: #fff;
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .c-button-tel {
    width: 353px;
    padding: 12px 16px;
    border-radius: 8px;
  }
}
.c-button-tel:hover {
  background: #eefcfb;
}

.c-button-tel__top {
  color: #0e5d56;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}

.c-button-tel__free {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  padding-top: 4px;
}
@media screen and (max-width: 767px) {
  .c-button-tel__free {
    padding-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .c-button-tel__free img {
    width: 49px;
    height: 28px;
  }
}

.c-button-tel__num {
  text-align: center;
  font-family: "Lato", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.369px;
}
@media screen and (max-width: 767px) {
  .c-button-tel__num {
    font-size: 32px;
    line-height: 1.25;
  }
}

.c-button-tel__bottom {
  color: #4a5565;
  text-align: center;
  font-size: 14px;
  line-height: 2;
  letter-spacing: -0.15px;
}
@media screen and (max-width: 767px) {
  .c-button-tel__bottom {
    line-height: 1.4;
  }
}

.c-button-consult {
  color: #ffffff;
  display: block;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  width: 320px;
  padding: 12.5px 32px;
  border-radius: 99px;
  background: #18a094;
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .c-button-consult {
    width: 100%;
    max-width: 312px;
  }
}
.c-button-consult:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), #18a094;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), #18a094;
}

.c-button-consult--fixed {
  position: fixed;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 30px;
  opacity: 0;
  pointer-events: none;
  z-index: 1000;
  -webkit-transition: opacity 0.3s ease, bottom 0.2s ease;
  transition: opacity 0.3s ease, bottom 0.2s ease;
  width: calc(100% - 32px);
  max-width: 360px;
  text-align: center;
}

.c-button-consult--fixed.is-show {
  opacity: 1;
  pointer-events: auto;
}

.c-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}

.c-icon__text {
  color: #0e5d56;
  font-size: 14px;
}
@media screen and (max-width: 1048px) {
  .c-icon__text {
    font-size: 13px;
  }
}

.c-icon.--worry {
  border-radius: 16777200px;
  background: #fff;
  padding: 8px 16px;
}
@media screen and (max-width: 1048px) {
  .c-icon.--worry {
    padding: 8px 12px;
  }
}
@media screen and (max-width: 392px) {
  .c-icon.--worry {
    padding: 8px 8px;
  }
}

.c-icon__text.--bottom {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

.c-section__heading {
  text-align: center;
}

.c-section__title {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  padding-bottom: 13px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-section__title {
    font-size: 24px;
    line-height: 0.7;
  }
}
.c-section__title::after {
  position: absolute;
  content: "";
  width: 80px;
  height: 4px;
  border-radius: 4px;
  background: #18a094;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.c-section__title-sub {
  color: #4a5565;
  text-align: center;
  padding-top: 15px;
}
@media screen and (max-width: 767px) {
  .c-section__title-sub {
    line-height: 1.7;
  }
}

.c-worry-card {
  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;
  padding: 20px;
  gap: 10px;
  border-radius: 16px;
  background: #eefcfb;
  max-width: 333px;
}
@media screen and (max-width: 767px) {
  .c-worry-card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 360px;
    padding-right: 17px;
    padding-top: 18px;
    padding-bottom: 18px;
    border-radius: 8px;
  }
}

@media screen and (max-width: 767px) {
  .c-worry-card img {
    width: 54px;
    height: 54px;
  }
}

.c-worry-card__title {
  color: #18a094;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .c-worry-card__title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
  }
}

.c-worry-card__text {
  padding-top: 10px;
  letter-spacing: -0.312px;
}
@media screen and (max-width: 767px) {
  .c-worry-card__text {
    padding-top: 8px;
    font-size: 13px;
    line-height: 1.7;
    letter-spacing: normal;
  }
}

.c-can-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 510px;
  min-height: 300px;
  padding: 10px 10px 3px 10px;
  -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;
  border-radius: 16px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .c-can-card {
    max-width: 353px;
    min-height: 248px;
    border-radius: 8px;
  }
}

@media screen and (max-width: 767px) {
  .c-can-card img {
    width: 333px;
    height: auto;
    border-radius: 8px;
  }
}

.c-can-card__title {
  padding-top: 20px;
  padding-inline: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .c-can-card__title {
    padding-top: 14px;
    font-size: 18px;
    line-height: 1.35;
  }
}

.c-can-card__text {
  padding-top: 4px;
  padding-inline: 10px;
  letter-spacing: -0.019em;
}
@media screen and (max-width: 767px) {
  .c-can-card__text {
    font-size: 13px;
    line-height: 1.7;
    letter-spacing: normal;
  }
}

.c-reason-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  background: #18a094;
  min-width: 250px;
  width: 100%;
  max-width: 253px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .c-reason-card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 353px;
    border-radius: 8px;
    padding-top: 18px;
    padding-bottom: 19px;
  }
}

@media screen and (max-width: 767px) {
  .c-reason-card img {
    width: 54px;
    height: 54px;
  }
}

.c-reason-card__title {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.55;
}
@media screen and (max-width: 767px) {
  .c-reason-card__title {
    line-height: 1;
    letter-spacing: normal;
  }
}

.c-reason-card__title .--ls-2 {
  letter-spacing: -0.2em;
}
@media screen and (max-width: 767px) {
  .c-reason-card__title .--ls-2 {
    letter-spacing: normal;
  }
}

.c-reason-card__title .--ls-15 {
  letter-spacing: -0.15em;
}
@media screen and (max-width: 767px) {
  .c-reason-card__title .--ls-15 {
    letter-spacing: normal;
  }
}

.c-reason-card__text {
  padding-top: 10px;
  color: #fff;
  letter-spacing: -0.312px;
}
@media screen and (max-width: 767px) {
  .c-reason-card__text {
    font-size: 13px;
    line-height: 1.7;
    padding-top: 8px;
    letter-spacing: normal;
  }
}

.c-flow-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 9px 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  border-radius: 16px;
  border: 1px solid #18a094;
  background: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-flow-card {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10px;
    border-radius: 8px;
  }
}
.c-flow-card::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 30px;
  top: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #18a094;
}
.c-flow-card:first-child::before {
  display: none;
}

@media screen and (max-width: 767px) {
  .c-flow-card img {
    width: 120px;
    height: 80px;
    border-radius: 8px;
  }
}

.c-flow-card__step {
  color: #18a094;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.15px;
}
@media screen and (max-width: 767px) {
  .c-flow-card__step {
    font-size: 11px;
    line-height: 1.7;
    letter-spacing: normal;
  }
}

.c-flow-card__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.449px;
}
@media screen and (max-width: 767px) {
  .c-flow-card__title {
    font-size: 18px;
    line-height: 1.35;
    letter-spacing: normal;
    padding-top: 2px;
  }
}

.c-flow-card__text {
  font-size: 14px;
  line-height: 1.42;
  letter-spacing: -0.15px;
}
@media screen and (max-width: 767px) {
  .c-flow-card__text {
    font-size: 13px;
    line-height: 1.7;
    letter-spacing: normal;
    padding-top: 3px;
  }
}

.c-type-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 20px;
  max-width: 500px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-radius: 8px;
  background: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .c-type-card {
    max-width: 353px;
    padding-bottom: 22px;
  }
}

.c-type-card img {
  border-radius: 8px 8px 0 0;
}

.c-type-card__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.75;
  padding-top: 9px;
  padding-inline: 20px;
}
@media screen and (max-width: 767px) {
  .c-type-card__title {
    font-size: 18px;
    line-height: 1.35;
    padding-top: 12px;
  }
}

.c-type-card__text {
  padding-top: 1px;
  padding-inline: 20px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .c-type-card__text {
    font-size: 13px;
    padding-top: 5px;
  }
}

.c-type-card__lists {
  padding-top: 20px;
  padding-left: 48px;
  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;
}
@media screen and (max-width: 767px) {
  .c-type-card__lists {
    padding-top: 12px;
    gap: 5px;
  }
}

.c-type-card__list {
  color: #18a094;
  font-weight: 500;
  letter-spacing: -0.0195em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-type-card__list {
    font-size: 13px;
    letter-spacing: normal;
  }
}
.c-type-card__list::before {
  position: absolute;
  content: "";
  background: url(../img/can-check.svg) no-repeat center/contain;
  width: 24px;
  height: 24px;
  top: 0;
  left: -28px;
}

.c-voice-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 325px;
  border-radius: 8px;
  background: #eefcfb;
  max-width: 333px;
}
@media screen and (max-width: 767px) {
  .c-voice-card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 353px;
    min-height: 128px;
    gap: 10px;
  }
}

.c-voice-card img {
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .c-voice-card img {
    width: 80px;
    height: 80px;
  }
}

.c-voice-card__text {
  padding-top: 10px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .c-voice-card__text {
    font-size: 13px;
    padding-top: 0;
  }
}

.c-faq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 31px;
  padding-bottom: 30px;
  padding-left: 48px;
  padding-right: 50px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  background: #fff;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .c-faq {
    padding-top: 22px;
    padding-bottom: 21px;
    padding-left: 20px;
    padding-right: 20px;
    gap: 10px;
  }
}

.c-faq__q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 25px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .c-faq__q {
    gap: 15px;
  }
}

.c-faq__q-icon {
  width: 16px;
  height: auto;
}

.c-faq__q-text {
  font-weight: 700;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .c-faq__q-text {
    font-size: 13px;
  }
}

.c-faq__arrow {
  margin-left: auto;
  margin-top: 12px;
  width: 12px;
  height: 12px;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media screen and (max-width: 767px) {
  .c-faq__arrow {
    margin-top: 0;
  }
}

.c-faq.is-open .c-faq__arrow {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.c-faq__a {
  display: none;
}

.c-faq.is-open .c-faq__a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 25px;
  padding-right: 38px;
}
@media screen and (max-width: 767px) {
  .c-faq.is-open .c-faq__a {
    gap: 15px;
  }
}

.c-faq__a-icon {
  width: 15px;
  height: auto;
}

.c-faq__a-text {
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .c-faq__a-text {
    font-size: 13px;
  }
}

.p-header {
  border-bottom: 1px solid #eee;
  background: #fff;
  min-height: 80px;
}
@media screen and (max-width: 767px) {
  .p-header {
    min-height: 54px;
  }
}

.p-header__inner {
  padding-top: 13px;
  padding-bottom: 9px;
  padding-inline: 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;
  max-width: 1280px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-header__inner {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    padding-left: 16px;
  }
}

.p-header__logo {
  margin-top: -5px;
}
@media screen and (max-width: 767px) {
  .p-header__logo {
    margin-top: -16px;
  }
}

.p-header__logo-link {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .p-header__logo-link img {
    width: 73.453px;
    height: 32px;
  }
}

.p-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .p-header__nav {
    gap: 8px;
  }
}

.p-header-nav__tel-top {
  font-size: 11px;
  line-height: 1;
  text-align: right;
  letter-spacing: -0.06em;
  padding-right: 11px;
}

.p-header-nav__tel-num {
  position: relative;
  font-family: "Lato", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.005em;
  text-align: center;
  padding-top: 4px;
}
@media screen and (max-width: 767px) {
  .p-header-nav__tel-num {
    font-size: 18px;
    padding-top: 0;
    letter-spacing: 0.002em;
  }
}
.p-header-nav__tel-num::before {
  position: absolute;
  content: "";
  background: url(../img/free-icon.svg) no-repeat center/contain;
  top: -11px;
  left: 0;
  width: 26.448px;
  height: 15px;
}
@media screen and (max-width: 767px) {
  .p-header-nav__tel-num::before {
    top: 1px;
    left: -30px;
  }
}

.p-header-nav__tel-bottom {
  text-align: right;
  font-size: 10px;
  line-height: 1;
  padding-top: 2px;
}
@media screen and (max-width: 767px) {
  .p-header-nav__tel-bottom {
    font-size: 8px;
    padding-top: 3px;
  }
}

.p-header-nav__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .p-header-nav__buttons {
    gap: 0;
  }
}

.p-fv {
  background: url(../img/fv-bg-pc.png) no-repeat center right/cover;
  min-height: 600px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1048px) {
  .p-fv {
    background: url(../img/fv-bg-sp.png) no-repeat center/cover;
  }
}
.p-fv::before {
  position: absolute;
  content: "";
  background: url(../img/fv-photos-pc.png) no-repeat center/contain;
  width: 548px;
  height: 270px;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 67%;
  z-index: 0;
}
@media screen and (max-width: 1048px) {
  .p-fv::before {
    background: url(../img/fv-photos-sp.png) no-repeat center/cover;
    width: 332px;
    height: 99px;
    top: 40.5%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
  }
}
.p-fv::after {
  position: absolute;
  content: "";
  background: url(../img/fv-woman-pc.png) no-repeat center/contain;
  width: 954px;
  height: 642px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 65%;
  bottom: -35px;
  z-index: 1;
}
@media screen and (max-width: 1048px) {
  .p-fv::after {
    background: url(../img/fv-woman-sp.png) no-repeat center/contain;
    width: 392px;
    height: 300px;
    top: 49%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
  }
}

.p-fv__inner {
  max-width: 1120px;
  margin-inline: auto;
  padding-inline: 40px;
  padding-top: 78px;
  padding-bottom: 53px;
}
@media screen and (max-width: 1048px) {
  .p-fv__inner {
    padding-top: 40px;
    padding-bottom: 38px;
    padding-inline: 20px;
    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;
  }
}

.p-fv__top {
  position: relative;
  z-index: 2;
}

.p-fv__title {
  color: #0e5d56;
  font-size: 54px;
  font-weight: 700;
  line-height: 1.25;
}
@media screen and (max-width: 1048px) {
  .p-fv__title {
    font-size: 32px;
  }
}

.p-fv__catch {
  color: #4a5565;
  font-size: 20px;
  font-weight: 500;
  padding-top: 10px;
  padding-left: 14px;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 1048px) {
  .p-fv__catch {
    font-size: 16px;
  }
}
.p-fv__catch::before {
  position: absolute;
  content: "";
  background: url(../img/fv-slash-left.svg) no-repeat center/contain;
  width: 6px;
  height: 18px;
  top: 17px;
  left: 0;
}
@media screen and (max-width: 1048px) {
  .p-fv__catch::before {
    top: 14px;
  }
}
.p-fv__catch::after {
  position: absolute;
  content: "";
  background: url(../img/fv-slash-right.svg) no-repeat center/contain;
  width: 6px;
  height: 18px;
  top: 17px;
  right: -14px;
}
@media screen and (max-width: 1048px) {
  .p-fv__catch::after {
    top: 14px;
  }
}

.p-fv__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  padding-top: 20px;
  padding-left: 16px;
}
@media screen and (max-width: 1048px) {
  .p-fv__icons {
    gap: 30px;
    padding-top: 18px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media screen and (max-width: 392px) {
  .p-fv__icons {
    gap: 20px;
    padding-left: 0;
    padding-right: 0;
  }
}

.p-fv__bottom {
  margin-top: 33px;
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
}
@media screen and (max-width: 1048px) {
  .p-fv__bottom {
    margin-top: 219px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 9px;
  }
}

.p-worry__cards {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-worry__cards {
    margin-top: 20px;
    gap: 10px;
  }
}

.p-worry__content {
  margin-top: 40px;
  border-radius: 16px;
  background: #eefcfb;
  position: relative;
}
@media screen and (max-width: 1048px) {
  .p-worry__content {
    margin-top: 30px;
    max-width: 600px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-worry__content {
    margin-top: 13px;
    max-width: 354px;
    border-radius: 8px;
  }
}
.p-worry__content::after {
  position: absolute;
  content: "";
  background: url(../img/worry-image-pc.png) no-repeat center right/cover;
  width: 742px;
  height: 400px;
  bottom: 0;
  right: 0;
  z-index: 1;
  border-radius: 0 16px 16px 0;
}
@media screen and (max-width: 1048px) {
  .p-worry__content::after {
    position: absolute;
    content: "";
    background: url(../img/worry-image-sp.png) no-repeat center/cover;
    width: 100%;
    height: 191px;
    border-radius: 0 0 16px 16px;
  }
}
@media screen and (max-width: 767px) {
  .p-worry__content::after {
    border-radius: 0 0 8px 8px;
  }
}

.p-worry-content__wrap {
  padding-top: 110px;
  padding-left: 39.5px;
  padding-bottom: 110px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1048px) {
  .p-worry-content__wrap {
    padding-top: 33px;
    padding-inline: 20px;
    padding-bottom: 231px;
    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;
  }
}

.p-worry-content__title {
  color: #0e5d56;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.312px;
}
@media screen and (max-width: 1048px) {
  .p-worry-content__title {
    font-size: 18px;
    line-height: 1.35;
    letter-spacing: normal;
  }
}

.p-worry-content__icons {
  margin-top: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .p-worry-content__icons {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 12px;
    gap: 6px;
  }
}
@media screen and (max-width: 392px) {
  .p-worry-content__icons {
    gap: 4px;
  }
}

.p-worry-content__button {
  margin-top: 18px;
}
@media screen and (max-width: 767px) {
  .p-worry-content__button {
    margin-inline: auto;
    margin-top: 16px;
  }
}

/* デフォルト：追従しない（PC） */
.is-follow {
  position: static;
}

/* タブレット以下で追従 */
@media screen and (max-width: 1048px) {
  .is-follow {
    position: fixed;
    bottom: 16px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 1000;
    /* 追従用の見た目調整（必要に応じて） */
    width: calc(100% - 32px);
    max-width: 360px;
    text-align: center;
  }
}
.p-can {
  background: #f6f5f1;
}

.p-can__cards {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-inline: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .p-can__cards {
    gap: 10px;
  }
}

.p-can__bottom {
  padding-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 33.5px;
}
@media screen and (max-width: 1048px) {
  .p-can__bottom {
    max-width: 600px;
    margin-inline: auto;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-can__bottom {
    max-width: 390px;
    padding-top: 20px;
  }
}

.p-can__content {
  padding-top: 13px;
}

@media screen and (max-width: 1048px) {
  .p-can-content--sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
}
@media screen and (max-width: 767px) {
  .p-can-content--sp {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-can__content-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.75;
}
@media screen and (max-width: 1048px) {
  .p-can__content-title {
    font-size: 20px;
    line-height: 1.7;
  }
}

.p-can__content-text {
  padding-top: 5px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .p-can__content-text {
    font-size: 13px;
  }
}

.p-can__content-checks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding-top: 16px;
}
@media screen and (max-width: 1048px) {
  .p-can__content-checks {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .p-can__content-checks {
    padding-top: 20px;
    gap: 9px;
  }
}

.p-can-content__check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 48px;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .p-can-content__check {
    padding-left: 28px;
  }
}

.p-can-content__check-text {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.312px;
  position: relative;
}
@media screen and (max-width: 1048px) {
  .p-can-content__check-text {
    width: 80px;
  }
}
.p-can-content__check-text::before {
  position: absolute;
  content: "";
  background: url(../img/can-check.svg) no-repeat center/contain;
  width: 24px;
  height: 24px;
  top: 0;
  left: -29px;
}

@media screen and (max-width: 1048px) {
  .p-can-content--sp .u-hidden-pc.--can {
    width: 198px;
    height: 190.5px;
  }
}
@media screen and (max-width: 767px) {
  .p-can-content--sp .u-hidden-pc.--can {
    width: 132px;
    height: 127px;
  }
}

.p-reason {
  background: #fff;
}

.p-reason__inner {
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .p-reason__inner {
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 767px) {
  .p-reason-line-gap {
    display: inline-block;
    margin-top: 0.75em;
  }
}

.p-reason__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-inline: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-reason__cards {
    grid-template-columns: 1fr;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-reason__bottom {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .p-reason__bottom {
    margin-inline: auto;
    width: 353px;
    max-width: 100%;
    gap: 11px;
  }
}

@media screen and (max-width: 767px) {
  .p-reason__bottom img {
    width: calc((100% - 11px) / 2);
    height: auto;
  }
}

.p-flow {
  background: #eefcfb;
}

.p-flow__cards {
  max-width: 846px;
  margin-top: 40px;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}

.p-flow__bottom {
  margin-top: 40px;
  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;
  text-align: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .p-flow__bottom {
    margin-top: 32px;
    gap: 12px;
  }
}

.p-flow__bottom-text {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.439px;
}
@media screen and (max-width: 767px) {
  .p-flow__bottom-text {
    font-size: 20px;
    line-height: 1.7;
  }
}

.p-type {
  background: #f6f5f1;
}

.p-type__cards {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-type__cards {
    gap: 21px;
  }
}

.p-type__bottom {
  margin-top: 40px;
  text-align: center;
  margin-inline: 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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-type__bottom {
    margin-top: 30px;
  }
}

.p-type__bottom-title {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.018em;
}
@media screen and (max-width: 767px) {
  .p-type__bottom-title {
    font-size: 20px;
    line-height: 1.7;
    letter-spacing: normal;
  }
}

.p-type__bottom-text {
  padding-top: 10px;
  padding-bottom: 20px;
  letter-spacing: -0.0195em;
}
@media screen and (max-width: 767px) {
  .p-type__bottom-text {
    font-size: 13px;
    line-height: 1.7;
    letter-spacing: normal;
    padding-top: 12px;
  }
}

.p-voice {
  background: #fff;
}

.p-voice__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-inline: auto;
  gap: 20px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-voice__cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-voice__kome {
  text-align: center;
  padding-top: 7px;
  color: #4a5565;
  letter-spacing: -0.0195em;
}
@media screen and (max-width: 767px) {
  .p-voice__kome {
    padding-top: 8px;
    font-size: 11px;
    line-height: 1.7;
    letter-spacing: normal;
  }
}
.p-voice__kome span {
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .p-voice__kome span {
    font-size: 10px;
  }
}

.p-voice__bottom {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-faq {
  background: #fff;
}

.p-faq__container {
  margin-top: 28px;
}
@media screen and (max-width: 767px) {
  .p-faq__container {
    margin-top: 31px;
    max-width: 600px;
    margin-inline: auto;
  }
}

.p-faq__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .p-faq__title {
    font-size: 20px;
    line-height: 1.7;
  }
}

.p-cta {
  background: #18a094;
}

@media screen and (max-width: 767px) {
  .p-cta__inner {
    padding-top: 70px;
  }
}

.p-cta__title {
  color: #fff;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-cta__title {
    font-size: 24px;
  }
}

.p-cta__sub {
  color: #fff;
  text-align: center;
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  .p-cta__sub {
    font-size: 13px;
    padding-top: 3px;
    line-height: 1.7;
  }
}

.p-cta__cards {
  margin-top: 39px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-cta__cards {
    gap: 20px;
  }
}

.p-cta-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  width: 401px;
  min-height: 208px;
  padding-top: 26px;
  padding-bottom: 20px;
  padding-inline: 20px;
  -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;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  border-radius: 8px;
  background: #fff;
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .p-cta-card {
    max-width: 353px;
    min-height: 188px;
    padding-top: 21px;
    padding-left: 20px;
    padding-right: 14px;
  }
}

.p-cta-card__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.p-cta-card__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.75;
}

.p-cta-card__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 6px;
  gap: 12px;
}

.p-cta-card__num {
  font-family: "Lato", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.016em;
}

.p-cta-card__time {
  color: #6a7282;
  font-size: 14px;
  line-height: 2;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 767px) {
  .p-cta-card__time {
    padding-top: 5px;
  }
}

.p-cta-card__text {
  font-size: 14px;
  line-height: 1.7;
  padding-top: 2px;
}
@media screen and (max-width: 767px) {
  .p-cta-card__text {
    font-size: 13px;
    padding-top: 3px;
  }
}

.p-cta-card__text.--line {
  padding-top: 8px;
  padding-bottom: 2px;
}
@media screen and (max-width: 767px) {
  .p-cta-card__text.--line {
    padding-bottom: 7px;
  }
}

.p-cta__bottom {
  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;
  margin-top: 36px;
}
@media screen and (max-width: 767px) {
  .p-cta__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 17px;
  }
}

.p-cta__icon-wrap {
  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: 7px;
  width: 240px;
}

.p-cta__bottom-text {
  color: #fff;
  font-size: 14px;
  line-height: 1.43;
  letter-spacing: -0.011em;
}

#cta {
  scroll-margin-top: 80px;
}
@media screen and (max-width: 767px) {
  #cta {
    scroll-margin-top: 54px;
  }
}

.p-footer {
  background: #fbfaef;
}

.p-footer__inner {
  padding-top: 40px;
  padding-bottom: 40px;
  max-width: 1080px;
  margin-inline: auto;
  padding-inline: 20px;
}
@media screen and (max-width: 767px) {
  .p-footer__inner {
    padding-inline: 10px;
    max-width: 349px;
    padding-bottom: 60px;
  }
}

.p-footer__before {
  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;
  padding-bottom: 20px;
}

.p-footer__before-text {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.75;
  padding-top: 8px;
  padding-bottom: 4px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-footer__before-text {
    font-size: 16px;
    line-height: 1.5;
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

.p-footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

.p-footer__link {
  color: #1d3994;
  letter-spacing: -0.0195em;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
@media screen and (max-width: 767px) {
  .p-footer__link {
    font-size: 13px;
    line-height: 1.7;
  }
}

.p-footer__after {
  text-align: center;
  padding-top: 33px;
  border-top: 1px solid #cccccc;
}
@media screen and (max-width: 767px) {
  .p-footer__after {
    padding-top: 20px;
  }
}

.p-footer__after-text {
  color: #4a5565;
  text-align: center;
  font-size: 12px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .p-footer__after-text {
    font-size: 10px;
  }
}

.p-footer__copyright {
  color: #4a5565;
  text-align: center;
  font-size: 12px;
  line-height: 1.7;
  padding-top: 7px;
}
@media screen and (max-width: 767px) {
  .p-footer__copyright {
    font-size: 10px;
  }
}

/* Privacy Policy Page */
.p-privacy {
  background: #fff;
}

.p-privacy__inner {
  max-width: 900px;
  padding-top: 60px;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .p-privacy__inner {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}

.p-privacy__title {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  padding-bottom: 13px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-privacy__title {
    font-size: 24px;
  }
}
.p-privacy__title::after {
  position: absolute;
  content: "";
  width: 80px;
  height: 4px;
  border-radius: 4px;
  background: #18a094;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-privacy__intro {
  margin-top: 30px;
  text-align: center;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-privacy__intro {
    margin-top: 24px;
    text-align: left;
    font-size: 14px;
  }
}

.p-privacy__content {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-privacy__content {
    margin-top: 40px;
  }
}

.p-privacy__heading {
  font-size: 24px;
  font-weight: 700;
  color: #18a094;
  padding-bottom: 20px;
  border-bottom: 2px solid #18a094;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-privacy__heading {
    font-size: 20px;
    padding-bottom: 15px;
    margin-bottom: 24px;
  }
}

.p-privacy__section {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-privacy__section {
    margin-bottom: 32px;
  }
}

.p-privacy__section-title {
  font-size: 18px;
  font-weight: 700;
  color: #0e5d56;
  margin-bottom: 16px;
  padding-left: 12px;
  border-left: 4px solid #18a094;
}
@media screen and (max-width: 767px) {
  .p-privacy__section-title {
    font-size: 16px;
    margin-bottom: 12px;
  }
}

.p-privacy__subsection-title {
  font-size: 16px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .p-privacy__subsection-title {
    font-size: 15px;
    margin-top: 16px;
    margin-bottom: 10px;
  }
}

.p-privacy__text {
  line-height: 1.8;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .p-privacy__text {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 12px;
  }
}

.p-privacy__text--right {
  text-align: right;
  margin-top: 40px;
}

.p-privacy__list {
  margin-top: 12px;
  margin-bottom: 16px;
  padding-left: 24px;
  list-style: disc;
}
@media screen and (max-width: 767px) {
  .p-privacy__list {
    padding-left: 20px;
  }
}

.p-privacy__list li {
  line-height: 1.8;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .p-privacy__list li {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 6px;
  }
}

.p-privacy__note {
  font-size: 14px;
  color: #4a5565;
  margin-top: 12px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .p-privacy__note {
    font-size: 13px;
  }
}

.p-privacy__contact {
  margin-top: 20px;
  padding: 20px;
  background: #f6f5f1;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .p-privacy__contact {
    padding: 16px;
  }
}

.p-privacy__contact-label {
  font-weight: 700;
  margin-bottom: 12px;
}

.p-privacy__contact-text {
  line-height: 1.8;
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .p-privacy__contact-text {
    font-size: 14px;
  }
}

.p-privacy__footer {
  margin-top: 50px;
  padding-top: 30px;
  border-top: 1px solid #eee;
}
@media screen and (max-width: 767px) {
  .p-privacy__footer {
    margin-top: 40px;
    padding-top: 24px;
  }
}

.p-privacy__revision {
  font-size: 14px;
  color: #4a5565;
  margin-bottom: 20px;
}

.p-privacy__company {
  background: #eefcfb;
  padding: 20px;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .p-privacy__company {
    padding: 16px;
  }
}

.p-privacy__company-label {
  font-weight: 700;
  color: #18a094;
  margin-bottom: 8px;
}

.p-privacy__company-name {
  font-weight: 700;
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .p-privacy__company-name {
    font-size: 14px;
  }
}

.p-privacy__company-rep {
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-privacy__company-rep {
    font-size: 14px;
  }
}

/* Terms Page */
.p-terms {
  background: #fff;
}

.p-terms__inner {
  max-width: 900px;
  padding-top: 60px;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .p-terms__inner {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}

.p-terms__title {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  padding-bottom: 13px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-terms__title {
    font-size: 24px;
  }
}
.p-terms__title::after {
  position: absolute;
  content: "";
  width: 80px;
  height: 4px;
  border-radius: 4px;
  background: #18a094;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-terms__intro {
  margin-top: 30px;
  text-align: center;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-terms__intro {
    margin-top: 24px;
    text-align: left;
    font-size: 14px;
  }
}

.p-terms__content {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-terms__content {
    margin-top: 40px;
  }
}

.p-terms__heading {
  font-size: 24px;
  font-weight: 700;
  color: #18a094;
  padding-bottom: 20px;
  border-bottom: 2px solid #18a094;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-terms__heading {
    font-size: 20px;
    padding-bottom: 15px;
    margin-bottom: 24px;
  }
}

.p-terms__chapter {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-terms__chapter {
    margin-bottom: 40px;
  }
}

.p-terms__chapter-title {
  font-size: 20px;
  font-weight: 700;
  color: #0e5d56;
  background: #eefcfb;
  padding: 12px 16px;
  margin-bottom: 24px;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .p-terms__chapter-title {
    font-size: 18px;
    padding: 10px 14px;
    margin-bottom: 20px;
  }
}

.p-terms__section {
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .p-terms__section {
    margin-bottom: 24px;
  }
}

.p-terms__section-title {
  font-size: 17px;
  font-weight: 700;
  color: #333;
  margin-bottom: 14px;
  padding-left: 12px;
  border-left: 4px solid #18a094;
}
@media screen and (max-width: 767px) {
  .p-terms__section-title {
    font-size: 15px;
    margin-bottom: 12px;
  }
}

.p-terms__text {
  line-height: 1.8;
  margin-bottom: 14px;
}
@media screen and (max-width: 767px) {
  .p-terms__text {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 12px;
  }
}

.p-terms__text--right {
  text-align: right;
  margin-top: 40px;
}

.p-terms__list-num {
  margin-top: 12px;
  margin-bottom: 16px;
  padding-left: 28px;
  list-style: decimal;
}
@media screen and (max-width: 767px) {
  .p-terms__list-num {
    padding-left: 24px;
  }
}

.p-terms__list-num li {
  line-height: 1.8;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .p-terms__list-num li {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 6px;
  }
}

.p-terms__contact {
  margin-top: 16px;
  padding: 16px 20px;
  background: #f6f5f1;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .p-terms__contact {
    padding: 14px 16px;
  }
}

.p-terms__contact-label {
  font-weight: 700;
  margin-bottom: 8px;
}

.p-terms__contact-text {
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-terms__contact-text {
    font-size: 14px;
  }
}

.p-terms__footer {
  margin-top: 50px;
  padding-top: 30px;
  border-top: 1px solid #eee;
}
@media screen and (max-width: 767px) {
  .p-terms__footer {
    margin-top: 40px;
    padding-top: 24px;
  }
}

.p-terms__revision {
  font-size: 14px;
  color: #4a5565;
  margin-bottom: 12px;
}

.p-terms__company-name {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-terms__company-name {
    font-size: 14px;
  }
}