*,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
address,
small,
blockquote,
input {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

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

ol,
ul {
  list-style: none;
  list-style-type: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

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

button {
  margin: 0;
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
  cursor: pointer;
  font: inherit;
  color: inherit;
}

input,
select,
textarea {
  font: inherit;
  color: inherit;
  vertical-align: top;
}

body {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 13px;
  font-style: normal;
  line-height: 1.8;
  color: #333333;
  overflow-x: hidden;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 16px;
  }
}

a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
a:hover {
  opacity: 0.7;
}

button {
  cursor: pointer;
  color: inherit;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

address {
  font-style: normal;
}

.l-main {
  margin-top: 68px;
}
@media screen and (min-width: 900px) {
  .l-main {
    margin-top: 136px;
  }
}

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

.c-section-heading {
  font-size: 24px;
  font-weight: 900;
  line-height: 1.8;
  background: -webkit-gradient(linear, left top, right top, from(#128f8b), color-stop(64.58%, #4acdb6), to(#afdd4f));
  background: linear-gradient(90deg, #128f8b 0%, #4acdb6 64.58%, #afdd4f 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 768px) {
  .c-section-heading {
    font-size: 32px;
  }
}

.c-sub-heading {
  padding: 11px 24px 12px;
  text-align: center;
  color: #4dc0b5;
  font-size: 14px;
  line-height: 1.1;
  letter-spacing: 0.1em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-top: 1px solid #4dc0b5;
  border-bottom: 1px solid #4dc0b5;
  border-radius: 20px 0 0 20px;
  border-left: 1px solid #4dc0b5;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .c-sub-heading {
    font-size: 16px;
    padding: 13px 40px 14px;
  }
}
.c-sub-heading--right {
  border-left: none;
  border-right: 1px solid #4dc0b5;
  border-radius: 0 60px 60px 0;
}

.c-line-btn {
  width: 228px;
  height: 49px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff6b6b), to(#e63946));
  background: linear-gradient(180deg, #ff6b6b 0%, #e63946 100%);
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.08) inset;
          box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.08) inset;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.05em;
}

.c-reserve-btn {
  padding: 10px 27px 11px 42px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 13px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 20px;
  border: 1px solid #e63946;
  background: #fff;
  -webkit-box-shadow: 0 4px 4px 0 rgba(51, 51, 51, 0.1);
          box-shadow: 0 4px 4px 0 rgba(51, 51, 51, 0.1);
  color: #e63946;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .c-reserve-btn {
    padding: 15px 24px 15px 43px;
    gap: 18px;
    font-size: 16px;
  }
}
.c-reserve-btn::after {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 25px;
  aspect-ratio: 1;
  background: url("../img/icon-hand-tap.svg") no-repeat center/contain;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.c-reserve-btn:hover {
  background: #e63946;
  -webkit-box-shadow: 0 4px 4px 0 rgba(51, 51, 51, 0.1);
          box-shadow: 0 4px 4px 0 rgba(51, 51, 51, 0.1);
  color: #fff;
  opacity: 1;
}
.c-reserve-btn:hover::after {
  background: url("../img/icon-hand-tap_white.svg") no-repeat center/contain;
}

.c-arrow-right-btn {
  height: 25px;
  padding-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0.05em;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-arrow-right-btn {
    height: 30px;
    font-size: 16px;
    padding-right: 48px;
  }
}
.c-arrow-right-btn::after {
  content: "";
  position: absolute;
  width: 25px;
  aspect-ratio: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  background: url("../img/icon-arrow-right.svg") no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .c-arrow-right-btn::after {
    width: 30px;
  }
}

.c-back-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 11px 73px 12px 48px;
  gap: 24px;
  border-radius: 20px;
  border: 1px solid #4dc0b5;
  background: #fff;
  -webkit-box-shadow: 0 4px 4px 0 rgba(51, 51, 51, 0.1);
          box-shadow: 0 4px 4px 0 rgba(51, 51, 51, 0.1);
  color: #4dc0b5;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .c-back-btn {
    padding: 10px 65px 11px 42px;
    font-size: 16px;
    gap: 19px;
  }
}
.c-back-btn::before {
  content: "";
  width: 24px;
  aspect-ratio: 1;
  background: url("../img/icon-arrow-left.svg") no-repeat center center/contain;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.c-back-btn:hover {
  background: #4dc0b5;
  color: #fff;
  opacity: 1;
}
.c-back-btn:hover::before {
  background: url("../img/icon-arrow-left_white.svg") no-repeat center center/contain;
}

.c-faq-box__q {
  width: 100%;
  border-radius: 24px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 16px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-faq-box__q {
    gap: 24px;
  }
}
.c-faq-box__q.is-open .c-faq-box__icon::after {
  opacity: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.c-faq-box__q-head {
  padding: 11px 16px 10px;
  border-radius: 24px 0 0 24px;
  background: #4dc0b5;
  color: #fff;
  font-family: "Josefin Sans", sans-serif;
  font-size: 25px;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .c-faq-box__q-head {
    font-size: 28px;
    padding: 12px 15px 8px 22px;
  }
}

.c-faq-box__q-text {
  padding: 10px 55px 10px 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .c-faq-box__q-text {
    font-size: 18px;
  }
}

.c-faq-box__icon {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-faq-box__icon::before, .c-faq-box__icon::after {
  content: "";
  position: absolute;
  background: #4dc0b5;
}
.c-faq-box__icon::before {
  width: 100%;
  height: 1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
.c-faq-box__icon::after {
  width: 1px;
  height: 100%;
  left: 48%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.c-faq-box__a {
  margin-top: 16px;
  display: none;
}
@media screen and (min-width: 768px) {
  .c-faq-box__a {
    margin-top: 24px;
  }
}

.c-faq-box__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .c-faq-box__flex {
    gap: 24px;
  }
}

.c-faq-box__a-head {
  -ms-flex-item-align: start;
      align-self: start;
  border-radius: 24px 0 0 24px;
  border-top: 1px solid #4dc0b5;
  border-bottom: 1px solid #4dc0b5;
  border-left: 1px solid #4dc0b5;
  background: #fff;
  padding: 11px 18px 5px;
  color: #4dc0b5;
  font-family: "Josefin Sans", sans-serif;
  font-size: 25px;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .c-faq-box__a-head {
    font-size: 28px;
    padding: 12px 18px 5px 23px;
  }
}

.c-faq-box__a-text {
  margin-top: 10px;
  letter-spacing: 0.1em;
}

.c-pagination {
  padding: 5px 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .c-pagination {
    gap: 63px;
  }
}
.c-pagination .page-numbers {
  color: #4dc0b5;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
}
.c-pagination .prev,
.c-pagination .next {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.c-pagination .prev img,
.c-pagination .next img {
  width: 7px;
}
@media screen and (min-width: 768px) {
  .c-pagination .prev img,
  .c-pagination .next img {
    width: 11px;
  }
}
.c-pagination .prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.p-header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 68px;
  background: #fff;
  z-index: 10;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media screen and (min-width: 900px) {
  .p-header {
    height: 136px;
  }
}
.p-header.is-open {
  opacity: 0;
}
@media screen and (min-width: 900px) {
  .p-header.is-open {
    opacity: 1;
  }
}

.p-header__inner {
  max-width: none;
  height: 100%;
  padding: 4px 12px;
  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;
  gap: 20px;
}
@media screen and (min-width: 1200px) {
  .p-header__inner {
    padding: 4px 96px;
  }
}

.p-header__logo {
  width: 192px;
  aspect-ratio: 192/60;
}
@media screen and (min-width: 900px) {
  .p-header__logo {
    width: clamp(192px, 22.22vw, 320px);
    aspect-ratio: 32/10;
  }
}
.p-header__logo:hover {
  opacity: 1;
}

.p-header__btn {
  margin-right: 14px;
  margin-bottom: 12px;
  width: 32px;
  height: 32px;
  position: relative;
}
@media screen and (min-width: 900px) {
  .p-header__btn {
    display: none;
  }
}

.p-header__btn-bar {
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background: #333333;
}
.p-header__btn-bar:first-of-type {
  top: 35%;
}
.p-header__btn-bar:last-of-type {
  bottom: 35%;
}

.p-header__nav {
  display: none;
}
@media screen and (min-width: 900px) {
  .p-header__nav {
    display: block;
  }
}

.p-header__lists {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(24px, 3.33vw, 48px);
}

.p-header__link {
  font-weight: 700;
  letter-spacing: 0.05em;
  font-size: clamp(12px, 1.11vw, 16px);
}
.p-header__link.c-line-btn {
  width: clamp(160px, 15.83vw, 228px);
  font-size: 14px;
}
.p-header__link:not(.c-line-btn) {
  padding-bottom: 8px;
  position: relative;
}
.p-header__link:not(.c-line-btn)::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) scaleX(0);
          transform: translateX(-50%) scaleX(0);
  -webkit-transform-origin: center;
          transform-origin: center;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #333333;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.p-header__link:not(.c-line-btn):hover, .p-header__link:not(.c-line-btn):focus {
  opacity: 1;
}
.p-header__link:not(.c-line-btn):hover::after, .p-header__link:not(.c-line-btn):focus::after {
  -webkit-transform: translateX(-50%) scaleX(1);
          transform: translateX(-50%) scaleX(1);
}

.p-drawer {
  width: 100%;
  padding-bottom: 122px;
  display: block;
  position: fixed;
  top: 0;
  background-color: hsla(0, 0%, 100%, 0.9);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
  z-index: -1;
}
.p-drawer.is-open {
  opacity: 1;
  z-index: 20;
}
@media screen and (min-width: 900px) {
  .p-drawer {
    display: none;
  }
}

.p-drawer__inner {
  padding: 0 32px;
}

.p-drawer__btn {
  position: absolute;
  top: 12px;
  right: 26px;
  width: 32px;
  height: 32px;
}

.p-drawer__btn-bar {
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background: #333333;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.p-drawer__btn-bar:first-of-type {
  top: 50%;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.p-drawer__btn-bar:last-of-type {
  bottom: 46%;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}

.p-drawer__nav {
  margin-top: 100px;
}

.p-drawer__lists {
  margin: 0 auto;
  width: 150px;
  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: 30px;
}

.p-drawer__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-drawer__link img {
  width: 24px;
  aspect-ratio: 1/1;
}
.p-drawer__link span {
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #4dc0b5;
}

.p-footer__main {
  background: #89929b;
  padding: 32px 0;
}
@media screen and (min-width: 768px) {
  .p-footer__main {
    padding: 120px 0 32px;
  }
}

.p-footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  max-width: 1060px;
}
@media screen and (min-width: 768px) {
  .p-footer__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-footer__logo {
  width: 192px;
  aspect-ratio: 192/60;
}
@media screen and (min-width: 768px) {
  .p-footer__logo {
    width: 230px;
  }
}
@media screen and (min-width: 900px) {
  .p-footer__logo {
    width: 320px;
  }
}
.p-footer__logo:hover {
  opacity: 1;
}

.p-footer__lists {
  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: 28px;
}
@media screen and (min-width: 768px) {
  .p-footer__lists {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: clamp(28px, 40vw / 14.4, 40px);
  }
}

.p-footer__list {
  line-height: 1;
}

.p-footer__link {
  color: #fff;
  font-size: 12px;
  line-height: normal;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-footer__link {
    font-size: 13px;
  }
}

.p-footer__bottom {
  padding: 32px 25px 28px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-footer__bottom {
    padding: 30px 25px 32px;
    margin: auto;
    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;
  }
}
@media screen and (min-width: 1200px) {
  .p-footer__bottom {
    padding: 30px 154px 32px;
  }
}

.p-footer__privacy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1em;
}
@media screen and (min-width: 768px) {
  .p-footer__privacy {
    margin-left: 16px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.p-footer__privacy a {
  display: block;
  font-size: 10px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.1em;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.p-footer__copy {
  margin-top: 36px;
  display: block;
  font-size: 11px;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .p-footer__copy {
    margin-top: 0;
    font-size: 10px;
    letter-spacing: 0.1em;
  }
}

.p-footer__btn {
  margin: 13px auto 0;
}
.p-footer__btn .c-line-btn {
  width: 340px;
  margin: auto;
}

.p-page-top {
  display: block;
  position: fixed;
  right: 29px;
  bottom: 101px;
  width: 40px;
  aspect-ratio: 1;
  border-radius: 40px;
  background: rgba(137, 146, 155, 0.5);
  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;
  z-index: 5;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media screen and (min-width: 768px) {
  .p-page-top {
    bottom: 29px;
  }
}
.p-page-top img {
  width: 16px;
}

@media screen and (min-width: 768px) {
  .p-menu__inner {
    max-width: 1060px;
  }
}

.p-menu__lists {
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 10px;
}
@media screen and (min-width: 768px) {
  .p-menu__lists {
    grid-template-columns: 30fr 30fr 28fr;
    grid-template-rows: repeat(2, 1fr);
    gap: 25px clamp(20px, 70vw / 14.4, 70px);
  }
}

@media screen and (min-width: 768px) {
  .p-menu__list--1 {
    grid-area: 1/1/3/2;
  }
}
@media screen and (min-width: 768px) {
  .p-menu__list--2 {
    grid-area: 1/2/3/3;
  }
}
@media screen and (min-width: 768px) {
  .p-menu__list--3 {
    grid-area: 1/3/2/4;
  }
}
@media screen and (min-width: 768px) {
  .p-menu__list--4 {
    grid-area: 2/3/3/4;
  }
}
.p-menu__list--1 .p-menu__img, .p-menu__list--2 .p-menu__img {
  aspect-ratio: 170/119;
}
@media screen and (min-width: 768px) {
  .p-menu__list--1 .p-menu__img, .p-menu__list--2 .p-menu__img {
    aspect-ratio: 30/21;
  }
}
.p-menu__list--3 .p-menu__img, .p-menu__list--4 .p-menu__img {
  aspect-ratio: 170/68;
}
@media screen and (min-width: 768px) {
  .p-menu__list--3 .p-menu__img, .p-menu__list--4 .p-menu__img {
    aspect-ratio: 280/112;
  }
}

.p-menu__img {
  width: 100%;
}

.p-menu__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.p-menu__text-box {
  margin: -22px auto 0;
  padding: 6px 14px 7px 8px;
  background: #e9f8f6;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .p-menu__text-box {
    margin: -24px auto 0;
    padding: 11px 31px 12px 57px;
    gap: 15px;
  }
}
@media screen and (min-width: 768px) {
  .p-menu__text-box--3, .p-menu__text-box--4 {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 5px 14px 3px 6px;
    gap: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-menu__text-box--3 .p-menu__text, .p-menu__text-box--4 .p-menu__text {
    font-size: 16px;
    width: 102px;
  }
}
@media screen and (min-width: 768px) {
  .p-menu__text-box--3 .p-menu__arrow, .p-menu__text-box--4 .p-menu__arrow {
    width: 28px;
  }
}
@media screen and (min-width: 768px) {
  .p-menu__text-box--3 .p-menu__arrow::after, .p-menu__text-box--4 .p-menu__arrow::after {
    width: 8px;
  }
}

.p-menu__text {
  display: block;
  text-align: center;
  width: 102px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-menu__text {
    width: clamp(5em, 112vw / 14.4, 112px);
    font-size: clamp(14px, 22vw / 14.4, 22px);
  }
}

.p-menu__arrow {
  width: 28px;
  height: 1px;
  background: #333333;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-menu__arrow {
    width: 40px;
  }
}
.p-menu__arrow::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 1px;
  right: 0;
  top: 0;
  background: #333333;
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
  -webkit-transform-origin: right;
          transform-origin: right;
}
@media screen and (min-width: 768px) {
  .p-menu__arrow::after {
    width: 12px;
  }
}

.p-breadcrumb__inner {
  padding: 4px 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 31px;
}
@media screen and (min-width: 768px) {
  .p-breadcrumb__inner {
    gap: 43px;
  }
}
.p-breadcrumb__inner span {
  font-size: 12px;
  font-weight: 300;
  line-height: normal;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-breadcrumb__inner span {
    font-size: 14px;
  }
}
.p-breadcrumb__inner span:not(:last-of-type) {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-breadcrumb__inner span:not(:last-of-type)::before {
  content: "";
  position: absolute;
  right: -21px;
  top: 0.35em;
  width: 10px;
  height: 10px;
  background: url("../img/icon-breadcrumb-arrow.svg") no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .p-breadcrumb__inner span:not(:last-of-type)::before {
    right: -28px;
  }
}
.p-breadcrumb__inner span:last-of-type {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.p-fv {
  padding-top: 29px;
}
@media screen and (min-width: 768px) {
  .p-fv {
    padding-top: 15px;
  }
}

@media screen and (min-width: 768px) {
  .p-fv__inner {
    position: relative;
  }
  .p-fv__inner::before {
    content: "";
    position: absolute;
    width: 78%;
    height: 526px;
    max-width: 1123px;
    height: 100%;
    right: 0;
    top: 0;
  }
}

.p-fv__head {
  margin-left: 45px;
  color: #4dc0b5;
  font-family: "Josefin Sans", sans-serif;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.05em;
  padding-left: 56px;
  text-transform: uppercase;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-fv__head {
    font-size: 14px;
    margin-left: 0;
    padding-left: 88px;
  }
}
.p-fv__head::before {
  content: "";
  position: absolute;
  top: 35%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 48px;
  height: 1px;
  background: #4dc0b5;
}
@media screen and (min-width: 768px) {
  .p-fv__head::before {
    width: 80px;
  }
}

.p-fv__heading {
  margin-left: 45px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-fv__heading {
    font-size: 34px;
    margin-left: 0;
    margin-top: 6px;
  }
}

.p-fv__img {
  position: relative;
  margin-top: -10px;
  width: 100%;
  margin-left: auto;
  aspect-ratio: 390/192;
  z-index: 0;
  max-height: 300px;
}
@media screen and (min-width: 768px) {
  .p-fv__img {
    max-width: 1072px;
    max-height: auto;
    aspect-ratio: none;
    background: none;
  }
}

.p-fv__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 35px;
  gap: clamp(20px, 78vw / 14.4, 78px);
}

.p-fv__text {
  position: absolute;
  top: 26px;
  left: 45px;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-fv__text {
    position: static;
    font-size: 18px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58%;
            flex: 0 0 58%;
    max-width: 834px;
  }
}
@media screen and (min-width: 900px) {
  .p-fv__text {
    font-size: 22px;
  }
}

.p-cta {
  margin-top: 38px;
  padding-bottom: 87px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-cta {
    margin-top: 0;
    padding-top: 137px;
    padding-bottom: 168px;
  }
}

.p-cta__inner {
  max-width: 1066px;
  position: relative;
}
.p-cta__inner::before {
  content: "";
  position: absolute;
  top: 0;
  right: -128px;
  width: 313px;
  aspect-ratio: 1;
  background: url("../img/bg-circle.webp") no-repeat center center/contain;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-cta__inner::before {
    width: 800px;
    top: -175px;
    right: -460px;
  }
}

.p-cta__heading {
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .p-cta__heading {
    font-size: 32px;
  }
}

.p-cta__text {
  margin-top: 31px;
  text-align: center;
  font-size: 15px;
}
@media screen and (min-width: 768px) {
  .p-cta__text {
    margin-top: 66px;
    font-size: 20px;
  }
}

.p-cta__reserve {
  margin-top: 62px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-cta__reserve {
    margin-top: 124px;
  }
}

.p-article {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: normal;
}
@media screen and (min-width: 768px) {
  .p-article {
    font-size: 16px;
  }
}
.p-article h1.wp-block-heading {
  color: #4dc0b5;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-article h1.wp-block-heading {
    font-size: 24px;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
}
.p-article h2.wp-block-heading {
  margin-top: 20px;
  margin-left: -10px;
  background: #4dc0b5;
  width: calc(100% + 20px);
  padding: 8px 5px;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-article h2.wp-block-heading {
    margin-top: 40px;
    width: 100%;
    margin-left: 0;
    padding: 12px 5px;
    font-size: 22px;
  }
}
.p-article h3.wp-block-heading,
.p-article h4.wp-block-heading,
.p-article h5.wp-block-heading,
.p-article h6.wp-block-heading {
  margin-top: 15px;
  padding: 10px 0 9px;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-article h3.wp-block-heading,
  .p-article h4.wp-block-heading,
  .p-article h5.wp-block-heading,
  .p-article h6.wp-block-heading {
    margin-top: 40px;
    font-size: 18px;
  }
}
.p-article h3.wp-block-heading {
  border-top: 1px solid #4dc0b5;
  border-bottom: 1px solid #4dc0b5;
}
@media screen and (min-width: 768px) {
  .p-article h3.wp-block-heading {
    font-size: 20px;
  }
}
.p-article h4.wp-block-heading {
  border-left: 3px solid #4dc0b5;
  padding: 10px 0 9px 4px;
}
@media screen and (min-width: 768px) {
  .p-article h4.wp-block-heading {
    padding: 10px 0 9px 10px;
  }
}
.p-article .wp-block-image {
  margin: 0;
}
.p-article .wp-block-image.size-full {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-article .wp-block-image.size-full {
    margin-top: 40px;
  }
}
.p-article .wp-block-image.size-full img {
  width: 100%;
}
.p-article .wp-paragraph {
  padding-top: 1.5em;
}
@media screen and (min-width: 768px) {
  .p-article .wp-paragraph {
    padding-top: 40px;
  }
}
.p-article .wp-block-list {
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
}
@media screen and (min-width: 768px) {
  .p-article .wp-block-list {
    gap: 14px;
  }
}
.p-article .wp-block-list li {
  padding-left: 27px;
  position: relative;
}
.p-article ul.wp-block-list > li::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  top: 0.7em;
  left: 9px;
  background: #4dc0b5;
  border-radius: 10px;
}
.p-article ol.wp-block-list {
  padding-left: 26px;
}
.p-article ol.wp-block-list > li {
  list-style: auto;
  padding-left: 2px;
}
.p-article .check-lists {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
}
@media screen and (min-width: 768px) {
  .p-article .check-lists {
    margin-top: 40px;
    gap: 14px;
  }
}
.p-article .check-lists li {
  list-style: none;
}
.p-article .check-lists li label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
}
.p-article .specified-commercial-table table {
  margin-top: 20px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-article .specified-commercial-table table {
    margin: 32px auto 0;
  }
}
.p-article .specified-commercial-table table tbody {
  border: none;
}
.p-article .specified-commercial-table table td {
  font-size: 14px;
  line-height: 1.6;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-article .specified-commercial-table table td {
    font-size: 16px;
  }
}
.p-article .specified-commercial-table table tr td:first-of-type {
  border: none;
  border-bottom: 1px solid #4dc0b5;
  white-space: nowrap;
  padding: 20px 6px 20px 16px;
}
@media screen and (min-width: 768px) {
  .p-article .specified-commercial-table table tr td:first-of-type {
    padding: 20px 90px 20px 16px;
  }
}
.p-article .specified-commercial-table table tr td:last-of-type {
  border: none;
  border-bottom: 1px solid #f7f7f7;
  padding: 20px 16px;
}
.p-article .specified-commercial-table table tr td:last-of-type span {
  display: inline-block;
}

.p-slide {
  padding-bottom: 45px;
  overflow: visible;
  width: 100%;
  margin: 0 auto;
  max-width: 500px;
}
@media screen and (min-width: 768px) {
  .p-slide {
    margin: 0 auto;
    max-width: 844px;
  }
}

.p-slide-table {
  width: 498px;
  display: grid;
  grid-template-columns: 113fr 208fr 175fr;
  gap: 1px;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .p-slide-table {
    width: 832px;
    grid-template-columns: 23fr 30fr 30fr;
    font-size: 20px;
  }
}

.p-slide-table__thead-us {
  background: #4dc0b5;
  height: 84px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.p-slide-table__thead-general {
  height: 53px;
  -ms-flex-item-align: end;
      align-self: end;
  background: #d3d1d0;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-slide-table__thead-general {
    height: 62px;
  }
}

.p-slide-table__row-head {
  background: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 19px 20px;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-slide-table__row-head {
    padding: 19px 40px;
  }
}
.p-slide-table__row-head.is-narrow {
  padding: 8px 20px;
}
@media screen and (min-width: 768px) {
  .p-slide-table__row-head.is-narrow {
    padding: 19px 40px;
  }
}

.p-slide-table__us {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 19px 20px;
  background: #e9f8f6;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-slide-table__us {
    padding: 31px 20px;
  }
}
.p-slide-table__us.is-narrow {
  padding: 8px 20px;
}
@media screen and (min-width: 768px) {
  .p-slide-table__us.is-narrow {
    padding: 8px 45px;
  }
}
.p-slide-table__us.is-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-slide-table__us.is-center-pc {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-slide-table__general {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 20px;
  background: #f5f5f5;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .p-slide-table__general {
    padding: 32px 20px 32px 76px;
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  .p-slide-table__general.is-narrow {
    padding: 20px 12px;
  }
}

.p-slide__next {
  position: absolute;
  top: auto;
  bottom: 0;
  right: 24px;
  color: #333;
  font-family: "Josefin Sans", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  width: 64px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.p-slide__next::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 5px;
  right: 0;
  top: 18px;
  background: url("../img/flow/icon-scroll-arrow.svg") no-repeat center center/contain;
}
.p-slide__next::after {
  display: none;
}

.p-top-fv__title {
  position: absolute;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  white-space: nowrap;
  overflow: hidden;
}
.p-top-fv__main {
  width: 100%;
  aspect-ratio: 39/52;
}
@media screen and (min-width: 768px) {
  .p-top-fv__main {
    aspect-ratio: 144/50;
  }
}
.p-top-fv__main img {
  width: 100%;
  height: 100%;
}
.p-top-fv__caption {
  padding: 0 10px;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .p-top-fv__caption {
    margin: calc(-50vw / 14.4) auto 0;
    padding: 0 calc(220vw / 14.4);
    font-size: clamp(10px, 14vw / 14.4, 14px);
  }
}
.p-top-fv__links {
  margin-top: 23px;
  padding-bottom: 41px;
  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: 14px;
}
@media screen and (min-width: 900px) {
  .p-top-fv__links {
    margin: 6px auto 0;
    padding-bottom: 59px;
    max-width: 936px;
    -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;
    position: relative;
  }
}
.p-top-fv__arrow-right-btn {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-right: 17px;
}
@media screen and (min-width: 900px) {
  .p-top-fv__arrow-right-btn {
    -ms-flex-item-align: center;
        align-self: center;
    justify-self: end;
    position: absolute;
    right: 0;
  }
}

.p-top-about {
  margin-top: 72px;
}
@media screen and (min-width: 768px) {
  .p-top-about {
    margin-top: 68px;
  }
}
.p-top-about__issue {
  background: #4dc0b5;
  width: 100%;
  aspect-ratio: 30/18.4;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top-about__issue {
    aspect-ratio: unset;
    height: 310px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: calc(140vw / 14.4);
    padding-left: calc(46vw / 14.4);
  }
}
.p-top-about__issue::before {
  content: "";
  position: absolute;
  bottom: -31px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100px;
  height: 32px;
  background: #4dc0b5;
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
          clip-path: polygon(100% 0, 0 0, 50% 100%);
}
@media screen and (min-width: 768px) {
  .p-top-about__issue::before {
    bottom: -63px;
    width: 220px;
    height: 68px;
  }
}
.p-top-about__issue-img1, .p-top-about__issue-img2 {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .p-top-about__issue-img1, .p-top-about__issue-img2 {
    position: relative;
  }
}
.p-top-about__issue-img1 {
  top: 19%;
  left: 8%;
  width: 36%;
}
@media screen and (min-width: 768px) {
  .p-top-about__issue-img1 {
    width: 249px;
    top: 30px;
    left: 0;
  }
}
.p-top-about__issue-img2 {
  right: 5%;
  bottom: 6%;
  width: 36%;
}
@media screen and (min-width: 768px) {
  .p-top-about__issue-img2 {
    width: 231px;
    top: 62px;
    bottom: auto;
    right: 0;
  }
}
.p-top-about__issue-text-inner {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
.p-top-about__issue-text-inner--1 {
  top: 28%;
  right: -20%;
}
@media screen and (min-width: 768px) {
  .p-top-about__issue-text-inner--1 {
    top: 29%;
    right: 4%;
  }
}
.p-top-about__issue-text-inner--2 {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  bottom: 17%;
  left: -57%;
}
@media screen and (min-width: 768px) {
  .p-top-about__issue-text-inner--2 {
    bottom: 55%;
    left: -71px;
  }
}
.p-top-about__issue-text {
  background: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.05em;
  font-size: calc(13vw / 3.9);
  padding: 0 4px;
}
@media screen and (min-width: 768px) {
  .p-top-about__issue-text {
    font-size: 16px;
  }
}
.p-top-about__heading {
  margin-top: 37px;
  text-align: center;
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .p-top-about__heading {
    margin-top: 89px;
    font-size: 32px;
  }
}
.p-top-about__groups {
  margin-top: 49px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 46px;
}
@media screen and (min-width: 768px) {
  .p-top-about__groups {
    margin-top: 55px;
    -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;
    padding: 0 20px;
    gap: 20px;
  }
}
@media screen and (min-width: 900px) {
  .p-top-about__groups {
    gap: clamp(20px, 112vw / 14.4, 112px);
  }
}
.p-top-about__group-heading--1 {
  padding: 15px calc(34vw / 3.9) 16px;
  letter-spacing: normal;
}
@media screen and (min-width: 768px) {
  .p-top-about__group-heading--1 {
    padding: 23px 29px;
  }
}
.p-top-about__group-heading--2 {
  padding: 11px calc(23vw / 3.9);
  letter-spacing: 0.1em;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-top-about__group-heading--2 {
    padding: 24px 17px;
    margin-left: 0;
    border-radius: 0 60px 60px 0;
    border-left: none;
    border-right: 1px solid #4dc0b5;
    font-size: 14px;
  }
}

.p-top-about-card {
  margin: 57px 35px 0;
  padding: 10px;
  border-radius: 10px;
  background: #4dc0b5;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top-about-card {
    margin: 125px 0 0;
    max-width: 458px;
    width: 100%;
    padding: 14px;
    height: calc(100% - 190px);
  }
}
.p-top-about-card__tab {
  position: absolute;
  left: 12px;
  top: -43px;
  padding: 11px 8px 8px;
  border-radius: 24px 24px 0 0;
  background: #4dc0b5;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-top-about-card__tab {
    font-size: 16px;
    padding: 19px 24px 23px;
    left: 19px;
    top: -63px;
  }
}
.p-top-about-card__img {
  position: absolute;
  z-index: -1;
}
.p-top-about-card__img--1 {
  height: 128px;
  top: -128px;
  right: 9px;
}
@media screen and (min-width: 768px) {
  .p-top-about-card__img--1 {
    height: 185px;
    top: -186px;
    right: 42px;
  }
}
.p-top-about-card__img--2 {
  height: 45px;
  right: 31px;
  top: -45px;
}
@media screen and (min-width: 768px) {
  .p-top-about-card__img--2 {
    height: 101px;
    right: 14px;
    top: -101px;
  }
}
.p-top-about-card__img img {
  height: 100%;
}
.p-top-about-card__bg {
  background: #fff;
  border-radius: 10px;
  padding: 17px 4px 20px;
}
@media screen and (min-width: 768px) {
  .p-top-about-card__bg {
    padding: 23px 8px 20px;
    height: 100%;
  }
}
.p-top-about-card__head-text {
  font-weight: 700;
  line-height: 1.8;
}
.p-top-about-card__head-text:not(:first-of-type) {
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .p-top-about-card__head-text:not(:first-of-type) {
    margin-top: 16px;
  }
}
.p-top-about-card__text-inner {
  margin: 17.5px 4px 0;
}
@media screen and (min-width: 768px) {
  .p-top-about-card__text-inner {
    margin: 29px 6px 0;
  }
}
.p-top-about-card__text {
  line-height: 1.8;
}
.p-top-about-card__text:not(:first-of-type) {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .p-top-about-card__text:not(:first-of-type) {
    margin-top: 26px;
  }
}

.p-top-issue {
  margin-top: 82px;
}
@media screen and (min-width: 768px) {
  .p-top-issue {
    margin-top: 66px;
  }
}
.p-top-issue__bg {
  position: relative;
}
.p-top-issue__bg::before {
  content: "";
  position: absolute;
  top: -8px;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(4.04%, #f7f7f7), color-stop(177.18%, #e9f8f6));
  background: linear-gradient(180deg, #f7f7f7 4.04%, #e9f8f6 177.18%);
  -webkit-clip-path: polygon(0 9%, 100% 0, 100% 88%, 50% 100%, 0 88%);
          clip-path: polygon(0 9%, 100% 0, 100% 88%, 50% 100%, 0 88%);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-top-issue__bg::before {
    top: -12px;
    -webkit-clip-path: polygon(0 16%, 100% 0, 100% 82%, 50% 100%, 0 82%);
            clip-path: polygon(0 16%, 100% 0, 100% 82%, 50% 100%, 0 82%);
  }
}
.p-top-issue__inner {
  padding: 0 20px 44px;
}
@media screen and (min-width: 768px) {
  .p-top-issue__inner {
    max-width: 1070px;
    padding: 0 20px 102px;
  }
}
.p-top-issue__heading {
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .p-top-issue__heading {
    font-size: 32px;
  }
}
.p-top-issue__heading span {
  font-weight: 700;
}
.p-top-issue__head-text {
  margin-top: 12.5px;
  margin-left: 6px;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-top-issue__head-text {
    margin-top: 70px;
    margin-left: 3px;
  }
}
@media screen and (min-width: 768px) {
  .p-top-issue__flex {
    margin-top: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-top-issue__lists {
  margin-top: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  padding: 0 14px;
}
@media screen and (min-width: 768px) {
  .p-top-issue__lists {
    margin-top: -12px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48.5%;
            flex: 0 0 48.5%;
    gap: 15px;
    padding: 0 20px 0 clamp(0px, 55vw / 14.4, 55px);
  }
}
.p-top-issue__list {
  position: relative;
  padding-left: 28px;
  line-height: 1.8;
}
.p-top-issue__list::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  aspect-ratio: 1;
  background: url("../img/icon-check.svg") no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .p-top-issue__list::before {
    left: -5px;
    top: 0.1em;
  }
}
.p-top-issue__img {
  margin-top: 23px;
  margin-left: -20px;
  width: calc(289vw / 3.9);
  aspect-ratio: 289/121;
  background: url("../img/top-issue3.webp") no-repeat center center/cover;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top-issue__img {
    margin-top: 0;
    margin-left: 0;
    width: 100%;
    background: url("../img/top-issue3.webp") no-repeat left top/88%;
  }
}
.p-top-issue__message {
  position: absolute;
  bottom: 6%;
  right: -22%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
@media screen and (min-width: 768px) {
  .p-top-issue__message {
    bottom: 27%;
    right: clamp(-24px, -24vw / 14.4, 0px);
    font-size: 16px;
  }
}
.p-top-issue__message span {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 5px;
  color: #fff;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.1em;
  background: #4dc0b5;
}
.p-top-issue__text {
  text-align: center;
  margin-top: 3px;
}
@media screen and (min-width: 768px) {
  .p-top-issue__text {
    margin-top: 29px;
  }
}
.p-top-issue__text span {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-top-issue__text span {
    font-size: 22px;
  }
}
.p-top-issue__text span.is-marker {
  -webkit-text-decoration: underline solid #fad02c 0.5em;
          text-decoration: underline solid #fad02c 0.5em;
  text-underline-offset: -0.2em;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
@media screen and (min-width: 768px) {
  .p-top-issue__text span.is-marker {
    display: inline-block;
  }
}

.p-top-feature {
  padding-top: 92px;
  padding-bottom: 42px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-top-feature {
    padding-top: 122px;
    padding-bottom: 87px;
  }
}
@media screen and (min-width: 768px) {
  .p-top-feature__inner {
    max-width: 1090px;
  }
}
.p-top-feature__heading {
  font-size: 24px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top-feature__heading {
    font-size: 32px;
    text-align: left;
    margin-left: 12px;
  }
}
.p-top-feature__head-text {
  margin-top: 7px;
  margin-left: 6px;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-top-feature__head-text {
    margin-top: 22px;
    margin-left: 6px;
    padding: 13px 24px 15px;
  }
}
.p-top-feature__lists {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 65px;
}
@media screen and (min-width: 768px) {
  .p-top-feature__lists {
    margin: 64px auto 0;
    max-width: 720px;
    gap: 119px;
  }
}
.p-top-feature__reserve {
  margin: 20px auto 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top-feature__reserve {
    margin: 102px auto 0;
  }
}

.p-top-feature-list {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top-feature-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 18px;
  }
}
.p-top-feature-list--1::before, .p-top-feature-list--3::before {
  content: "";
  position: absolute;
  width: 313px;
  aspect-ratio: 1/1;
  background: url("../img/bg-circle.webp") no-repeat center center/contain;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-top-feature-list--1::before, .p-top-feature-list--3::before {
    width: 800px;
  }
}
.p-top-feature-list--1::before {
  top: 100px;
  right: -50%;
}
@media screen and (min-width: 768px) {
  .p-top-feature-list--1::before {
    top: -330px;
    right: -78%;
  }
}
.p-top-feature-list--3::before {
  top: -90px;
  left: -50%;
}
@media screen and (min-width: 768px) {
  .p-top-feature-list--3::before {
    left: -90%;
  }
}
@media screen and (min-width: 768px) {
  .p-top-feature-list__left {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 42%;
            flex: 0 0 42%;
  }
}
.p-top-feature-list__img {
  position: absolute;
  z-index: 0;
}
.p-top-feature-list__img--1 {
  width: 152px;
  top: 2px;
  right: 20px;
}
@media screen and (min-width: 768px) {
  .p-top-feature-list__img--1 {
    top: 117px;
    width: 244px;
    right: 36px;
  }
}
.p-top-feature-list__img--2 {
  width: 156px;
  right: 41px;
  top: -36px;
}
@media screen and (min-width: 768px) {
  .p-top-feature-list__img--2 {
    width: 210px;
    right: 0px;
    top: 74px;
  }
}
.p-top-feature-list__img--3 {
  width: 110px;
  right: 44px;
  top: -38px;
}
@media screen and (min-width: 768px) {
  .p-top-feature-list__img--3 {
    width: 180px;
    right: 30px;
    top: -10px;
  }
}
.p-top-feature-list__number {
  color: #4dc0b5;
  font-family: "Josefin Sans", sans-serif;
  font-size: 56px;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-left: 25px;
}
@media screen and (min-width: 768px) {
  .p-top-feature-list__number {
    margin-left: 0;
    font-size: 72px;
  }
}
.p-top-feature-list__heading {
  margin-left: 33px;
  margin-top: -9px;
  background: #fad02c;
  padding: 0em 0.5em 0;
  font-size: 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-top-feature-list__heading {
    margin-top: -3px;
    margin-left: -4px;
    font-size: 24px;
    line-height: 1.2;
  }
}
@media screen and (min-width: 768px) {
  .p-top-feature-list__heading:last-of-type {
    margin-top: 3px;
  }
}
.p-top-feature-list__flex {
  margin-top: 26px;
  margin-left: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .p-top-feature-list__flex {
    gap: 30px;
    margin-left: 0;
    margin-top: 21px;
  }
}
.p-top-feature-list__flex--2 {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .p-top-feature-list__flex--2 {
    margin-top: 20px;
  }
}
.p-top-feature-list__flex--3 {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .p-top-feature-list__flex--3 {
    margin-top: 23px;
  }
}
.p-top-feature-list__icon {
  width: 30px;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 768px) {
  .p-top-feature-list__icon {
    width: 70px;
    margin-top: 4px;
  }
}
.p-top-feature-list__head-text {
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-top-feature-list__head-text {
    font-size: 20px;
  }
}
.p-top-feature-list__text {
  margin: 10px 15px 0;
}
@media screen and (min-width: 768px) {
  .p-top-feature-list__text {
    margin: 42px 22px 0;
  }
}
.p-top-feature-list__text span {
  display: block;
  margin-top: 0.2em;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .p-top-feature-list__text span {
    font-size: 14px;
  }
}

.p-top-reserve {
  background: #f5f5f5;
  padding: 17px 0 53px;
}
@media screen and (min-width: 768px) {
  .p-top-reserve {
    padding: 93px 0 173px;
  }
}
.p-top-reserve__inner {
  padding: 0 30px;
  max-width: 1160px;
}
@media screen and (min-width: 768px) {
  .p-top-reserve__inner {
    padding: 0 20px;
  }
}
@media screen and (min-width: 900px) {
  .p-top-reserve__heading {
    margin-left: 52px;
  }
}
@media screen and (min-width: 768px) {
  .p-top-reserve__sub-heading {
    margin-top: 22px;
    padding: 13px 24px 14px;
  }
}
@media screen and (min-width: 900px) {
  .p-top-reserve__sub-heading {
    margin-left: 46px;
  }
}
.p-top-reserve__steps {
  margin-top: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 36px;
}
@media screen and (min-width: 768px) {
  .p-top-reserve__steps {
    margin-top: 94px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 50px;
  }
}
.p-top-reserve__time {
  margin-top: 80px;
}
@media screen and (min-width: 768px) {
  .p-top-reserve__time {
    margin-top: 100px;
  }
}
.p-top-reserve__text {
  margin-top: 24px;
}
.p-top-reserve__text .is-bold {
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-top-reserve__text {
    margin-top: 45px;
  }
}
@media screen and (min-width: 900px) {
  .p-top-reserve__text {
    margin-left: 46px;
  }
}

.p-top-reserve-step {
  margin: 0 auto;
  width: 100%;
  max-width: 300px;
  padding: 16px 9px 9px;
  border-radius: 20px;
  background: #fff;
  -webkit-box-shadow: 0 2px 2px 0 rgba(51, 51, 51, 0.2);
          box-shadow: 0 2px 2px 0 rgba(51, 51, 51, 0.2);
}
@media screen and (min-width: 768px) {
  .p-top-reserve-step {
    margin: 0;
    max-width: 320px;
    min-height: 238px;
    padding: 22px 15px;
  }
}
.p-top-reserve-step:not(:last-of-type) {
  position: relative;
}
.p-top-reserve-step:not(:last-of-type)::before {
  content: "";
  position: absolute;
  width: 36px;
  height: 36px;
  bottom: -28px;
  left: 10px;
  background: url("../img/icon-arrow-bloken.svg") no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .p-top-reserve-step:not(:last-of-type)::before {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    left: auto;
    bottom: auto;
    top: 12px;
    right: -36px;
    width: 46px;
    height: 46px;
  }
}
@media screen and (min-width: 1200px) {
  .p-top-reserve-step:not(:last-of-type)::before {
    right: -58px;
  }
}
.p-top-reserve-step__number {
  margin-left: 4px;
  color: #4dc0b5;
  font-family: "Josefin Sans", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .p-top-reserve-step__number {
    margin-left: 0px;
    font-size: 32px;
  }
}
.p-top-reserve-step__text {
  margin-top: 6px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-top-reserve-step__text {
    margin-top: 16px;
  }
}

.p-top-flow {
  background: url(../img/top-flow_bg.webp) no-repeat 50% 90%/480%;
  padding-top: 14px;
  padding-bottom: 72px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-top-flow {
    padding-top: 37px;
    padding-bottom: 145px;
    background: url(../img/top-flow_bg.webp) no-repeat 50% 50%/cover;
  }
}
.p-top-flow__inner {
  padding: 0 30px;
  max-width: 1100px;
}
.p-top-flow__head {
  position: relative;
  max-width: 367px;
}
.p-top-flow__heading {
  background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(64.58%, #4acdb6), to(#afdd4f));
  background: linear-gradient(90deg, #fff 0%, #4acdb6 64.58%, #afdd4f 100%);
  font-size: 24px;
  background-clip: text;
  -webkit-background-clip: text;
}
@media screen and (min-width: 768px) {
  .p-top-flow__heading {
    font-size: 32px;
  }
}
.p-top-flow__sub-heading {
  padding: 11px 11px 12px 21px;
}
@media screen and (min-width: 768px) {
  .p-top-flow__sub-heading {
    margin-top: 31px;
    padding: 13px 20px 14px;
  }
}
.p-top-flow__watch {
  position: absolute;
  content: "";
  top: -4px;
  right: -38px;
  width: 160px;
}
@media screen and (min-width: 768px) {
  .p-top-flow__watch {
    top: auto;
    bottom: -12px;
  }
}
.p-top-flow__steps {
  margin: 32px auto 0;
  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: 52px;
}
@media screen and (min-width: 768px) {
  .p-top-flow__steps {
    margin-top: 72px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 16px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 900px) {
  .p-top-flow__steps {
    gap: clamp(20px, 85vw / 14.4, 85px);
  }
}

.p-top-flow-step {
  position: relative;
  max-width: 300px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-top-flow-step {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-top-flow-step:not(:first-of-type) .p-top-flow-step__figure::before {
  content: "";
  position: absolute;
  top: -52px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 54px;
  width: 1px;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .p-top-flow-step:not(:first-of-type) .p-top-flow-step__figure::before {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: -85px;
    width: 88px;
    height: 1px;
  }
}
.p-top-flow-step__inner {
  position: absolute;
  top: 7px;
  left: 0;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-top-flow-step__inner {
    position: static;
    text-align: center;
  }
}
.p-top-flow-step__number {
  color: #4dc0b5;
  font-family: "Josefin Sans", sans-serif;
  font-size: 40px;
  font-weight: 400;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-top-flow-step__number {
    font-size: 55px;
  }
}
.p-top-flow-step__title {
  margin-top: -16px;
  margin-left: 9px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-top-flow-step__title {
    font-size: 24px;
  }
}
.p-top-flow-step__figure {
  margin-left: auto;
  width: 208px;
  aspect-ratio: 1;
  background: #fff;
  border-radius: 999px;
  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: 8px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top-flow-step__figure {
    margin-top: 11px;
    width: 240px;
    gap: 23px;
  }
}
.p-top-flow-step__figure--2 {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.p-top-flow-step__img--1 {
  width: 66px;
  aspect-ratio: 1;
}
@media screen and (min-width: 768px) {
  .p-top-flow-step__img--1 {
    width: 75px;
  }
}
.p-top-flow-step__img--2 {
  width: 131px;
  aspect-ratio: 131/99;
  position: relative;
  top: 5px;
  left: 3px;
}
@media screen and (min-width: 768px) {
  .p-top-flow-step__img--2 {
    top: 12px;
    left: 1px;
  }
}
.p-top-flow-step__img--3 {
  width: 113px;
  aspect-ratio: 113/68;
  position: relative;
  top: 8px;
}
.p-top-flow-step__text {
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-top-flow-step__text {
    padding: 0 12px;
  }
}

.p-top-price {
  padding: 47px 0 58px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-top-price {
    padding: 75px 0 96px;
  }
}
.p-top-price__inner {
  max-width: 1080px;
  position: relative;
}
.p-top-price__inner::before, .p-top-price__inner::after {
  position: absolute;
  content: "";
  width: 313px;
  aspect-ratio: 1;
  background: url("../img/bg-circle.webp") no-repeat center center/contain;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-top-price__inner::before, .p-top-price__inner::after {
    width: 800px;
  }
}
.p-top-price__inner::before {
  right: -135px;
  top: 230px;
}
@media screen and (min-width: 768px) {
  .p-top-price__inner::before {
    right: -380px;
    top: -350px;
  }
}
.p-top-price__inner::after {
  left: -160px;
  top: 650px;
}
@media screen and (min-width: 768px) {
  .p-top-price__inner::after {
    left: -475px;
    top: 600px;
  }
}
.p-top-price__inner .p-top-price-head {
  padding: 0 4px;
}
.p-top-price__heading {
  margin-left: 12px;
}
@media screen and (min-width: 768px) {
  .p-top-price__heading {
    margin-left: 6px;
  }
}
.p-top-price__head-inner {
  margin: 1px 0 54px 10px;
}
@media screen and (min-width: 768px) {
  .p-top-price__head-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    gap: 118px;
    margin: -30px 0 90px;
  }
}
@media screen and (min-width: 768px) {
  .p-top-price__sub-heading {
    margin-bottom: 8px;
    padding: 13px 33px 14px 23px;
  }
}
.p-top-price__head-text {
  margin-top: 18px;
  margin-left: 16px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-top-price__head-text {
    margin-left: 0;
    letter-spacing: 0em;
  }
}
.p-top-price__tabs {
  margin: 87px auto 0;
  max-width: 350px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 31px 0;
}
@media screen and (min-width: 768px) {
  .p-top-price__tabs {
    margin: 129px auto 0;
    max-width: 830px;
    grid-template-columns: repeat(3, 1fr);
    gap: 44px 0;
  }
}
.p-top-price__tabs li {
  width: 100%;
  max-width: 175px;
}
@media screen and (min-width: 768px) {
  .p-top-price__tabs li {
    max-width: 238px;
  }
}
.p-top-price__tabs li.is-show .p-top-price__tab, .p-top-price__tabs li:hover .p-top-price__tab {
  border-bottom: 1px solid #4dc0b5;
}
.p-top-price__tab {
  color: #333;
  text-align: center;
  font-size: 15px;
  letter-spacing: 0.1em;
  padding-bottom: 5px;
  border-bottom: 1px solid #f7f7f7;
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-top-price__tab {
    font-size: 24px;
  }
}
.p-top-price__tab:hover {
  opacity: 1;
}
.p-top-price__lists-inner {
  margin: 60px auto 0;
  max-width: 340px;
}
@media screen and (min-width: 768px) {
  .p-top-price__lists-inner {
    margin: 100px auto 0;
    max-width: 445px;
  }
}
.p-top-price__lists {
  display: none;
  opacity: 0;
  width: 100%;
}
.p-top-price__lists.is-show {
  display: block;
  -webkit-animation-name: displayAnime;
          animation-name: displayAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@-webkit-keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .p-top-price__lists .p-top-price-card-head__price.is-width {
    width: 198px;
  }
}
.p-top-price__reserve {
  margin-top: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
}
@media screen and (min-width: 900px) {
  .p-top-price__reserve {
    margin: 62px auto 0;
    max-width: 900px;
    -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;
    position: relative;
  }
}
.p-top-price__arrow-right-btn {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
@media screen and (min-width: 900px) {
  .p-top-price__arrow-right-btn {
    -ms-flex-item-align: center;
        align-self: center;
    justify-self: end;
    position: absolute;
    right: 0;
  }
}

.p-top-receive {
  padding: 80px 0 35px;
}
@media screen and (min-width: 768px) {
  .p-top-receive {
    padding: 0 0 167px;
  }
}
.p-top-receive__inner {
  max-width: 1080px;
}
.p-top-receive__heading {
  margin-left: 10px;
}
@media screen and (min-width: 768px) {
  .p-top-receive__heading {
    margin-left: 6px;
  }
}
.p-top-receive__sub-heading {
  margin-bottom: 32px;
  margin-left: 10px;
}
@media screen and (min-width: 768px) {
  .p-top-receive__sub-heading {
    margin-top: 22px;
    margin-left: 0;
    padding: 13px 35px 14px 24px;
  }
}
.p-top-receive__text {
  padding: 0 35px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-top-receive__text {
    padding: 0 24px;
    letter-spacing: normal;
  }
}
.p-top-receive__images {
  padding: 20px 0 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .p-top-receive__images {
    padding: 48px 0 62px;
    gap: 44px;
  }
}
.p-top-receive__img {
  width: 140px;
  aspect-ratio: 1;
}
@media screen and (min-width: 768px) {
  .p-top-receive__img {
    width: 240px;
  }
}
.p-top-receive__images-text {
  color: #4dc0b5;
  text-align: center;
  font-size: 15px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-top-receive__images-text {
    font-size: 20px;
  }
}

.p-top-type {
  background: #4dc0b5;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .p-top-type {
    margin-bottom: 72px;
  }
}
.p-top-type__inner {
  padding: 29px 30px 69px;
}
@media screen and (min-width: 768px) {
  .p-top-type__inner {
    padding: 29px 30px 99px;
  }
}
.p-top-type__heading {
  text-align: center;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#fff));
  background: linear-gradient(0deg, #fff 0%, #fff 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-top-type__boxes {
  margin-top: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 54px;
}
@media screen and (min-width: 768px) {
  .p-top-type__boxes {
    margin-top: 45px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 32px clamp(20px, 117vw / 14.4, 117px);
  }
}
.p-top-type__box {
  border-radius: 20px;
  background: #f7f7f7;
  -webkit-box-shadow: 0 2px 2px 0 rgba(51, 51, 51, 0.2);
          box-shadow: 0 2px 2px 0 rgba(51, 51, 51, 0.2);
  padding: 70px 6px 19px;
  position: relative;
  max-width: 414px;
  margin: auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-top-type__box {
    padding: 96px 6px 14px;
    max-width: none;
    width: 414px;
    margin: 0;
  }
}
.p-top-type__img {
  position: absolute;
  top: -4px;
  width: 90px;
  aspect-ratio: 1;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .p-top-type__img {
    top: -6px;
    width: 120px;
  }
}
.p-top-type__text {
  color: #4dc0b5;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.14;
  letter-spacing: 0.1em;
  position: relative;
  padding-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .p-top-type__text {
    font-size: 20px;
    padding-bottom: 7px;
    line-height: 1.5;
  }
}
.p-top-type__text::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 206px;
  height: 1px;
  background: #4dc0b5;
}
.p-top-type__lists {
  margin: 13px auto 0;
  max-width: 330px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 9px 4px;
}
@media screen and (min-width: 768px) {
  .p-top-type__lists {
    max-width: 390px;
    gap: 5px 0px;
  }
}
.p-top-type__list {
  padding-left: 24px;
  position: relative;
  white-space: nowrap;
}
.p-top-type__list::before {
  content: "";
  position: absolute;
  width: 4.5px;
  height: 4.5px;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #4dc0b5;
  border-radius: 10px;
}

.p-top-recommend {
  margin-top: 51px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .p-top-recommend {
    margin-top: 79px;
    margin-bottom: 37px;
  }
}
.p-top-recommend__inner {
  padding: 0 30px;
  max-width: 1090px;
}
@media screen and (min-width: 768px) {
  .p-top-recommend__heading {
    margin-left: 6px;
  }
}
.p-top-recommend__sub-heading {
  margin-top: 7px;
  padding: 11px 12px 12px;
}
@media screen and (min-width: 768px) {
  .p-top-recommend__sub-heading {
    margin-top: 23px;
    padding: 12px 26px 13px 14px;
  }
}
.p-top-recommend__lists {
  margin: 23px auto 0;
  max-width: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .p-top-recommend__lists {
    margin: 37px auto 0;
    max-width: 452px;
    gap: 19px;
  }
}
.p-top-recommend__list {
  padding-left: 32px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top-recommend__list {
    padding-left: 36px;
  }
}
.p-top-recommend__list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 4px;
  width: 24px;
  aspect-ratio: 1;
  background: url("../img/icon-check.svg") no-repeat center center/contain;
}

.p-top-faq {
  padding: 23px 0 128px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top-faq {
    padding: 96px 0 177px;
  }
}
.p-top-faq::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#e9f8f6), to(#f9fdff));
  background: linear-gradient(180deg, #e9f8f6 0%, #f9fdff 100%);
  -webkit-clip-path: polygon(0 88px, 100% 0%, 100% 92%, 0% 100%);
          clip-path: polygon(0 88px, 100% 0%, 100% 92%, 0% 100%);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-top-faq::before {
    -webkit-clip-path: polygon(0 105px, 100% 0%, 100% 92%, 0% 100%);
            clip-path: polygon(0 105px, 100% 0%, 100% 92%, 0% 100%);
  }
}
.p-top-faq__inner {
  padding: 0 32px;
  max-width: 1080px;
  gap: 0;
}
@media screen and (min-width: 768px) {
  .p-top-faq__heading {
    margin-left: 6px;
  }
}
.p-top-faq__sub-heading {
  margin-top: 9px;
}
@media screen and (min-width: 768px) {
  .p-top-faq__sub-heading {
    margin-top: 23px;
    padding: 13px 48px 14px 23px;
  }
}
.p-top-faq__boxes {
  margin-top: 27px;
  padding: 0 26px 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
}
@media screen and (min-width: 768px) {
  .p-top-faq__boxes {
    margin-top: 71px;
    gap: 40px;
    padding: 0 36px;
  }
}

.p-top-cta {
  margin-top: -27px;
  margin-bottom: 43px;
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .p-top-cta {
    margin-top: 32px;
    margin-bottom: 87px;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.p-top-cta .p-cta__inner {
  padding: 0 30px;
}
.p-top-cta .p-cta__inner::before {
  display: none;
}
.p-top-cta .p-cta__heading {
  text-align: center;
  margin-left: -20px;
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  .p-top-cta .p-cta__heading {
    margin-left: 0;
    font-size: 32px;
  }
}
.p-top-cta .p-cta__sub-heading {
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  .p-top-cta .p-cta__sub-heading {
    margin: 34px auto 0;
  }
}
.p-top-cta .p-cta__links {
  margin-top: 42px;
  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: 14px;
}
@media screen and (min-width: 900px) {
  .p-top-cta .p-cta__links {
    margin: 86px auto 0;
    max-width: 936px;
    -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;
    position: relative;
  }
}

.p-top-menu {
  margin-bottom: 70px;
}
@media screen and (min-width: 768px) {
  .p-top-menu {
    margin-bottom: 220px;
  }
}

.p-flow-fv {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(6.71%, #e9f8f6), color-stop(120.44%, #f9fdff));
  background: linear-gradient(180deg, #e9f8f6 6.71%, #f9fdff 120.44%);
}
@media screen and (min-width: 768px) {
  .p-flow-fv {
    background: none;
  }
}
.p-flow-fv .p-fv__inner::before {
  background: url("../img/flow/flow-fv-bg_pc.webp") no-repeat left top/cover;
}
.p-flow-fv .p-fv__img {
  background: url("../img/flow/flow-fv-bg_sp.webp") no-repeat center right/contain;
}
.p-flow-fv .p-fv-content {
  margin: 22px auto 0;
  max-width: 957px;
  padding: 0 20px 15px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-flow-fv .p-fv-content {
    margin: 40px auto 0;
    max-width: 968px;
    padding: 0 20px 68px;
  }
}
.p-flow-fv .p-fv-content__q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .p-flow-fv .p-fv-content__q {
    gap: 13px;
  }
}
.p-flow-fv .p-fv-content__q p {
  font-size: 15px;
}
@media screen and (min-width: 768px) {
  .p-flow-fv .p-fv-content__q p {
    font-size: 16px;
  }
}
.p-flow-fv .p-fv-content__main {
  margin-top: 24px;
  margin-left: 5px;
}
@media screen and (min-width: 768px) {
  .p-flow-fv .p-fv-content__main {
    margin-top: 40px;
    margin-left: 0px;
  }
}
.p-flow-fv .p-fv-content__main p {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .p-flow-fv .p-fv-content__main p {
    font-size: 16px;
  }
}
.p-flow-fv .p-fv-content__main p:not(:first-of-type) {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-flow-fv .p-fv-content__main p:not(:first-of-type) {
    margin-top: 40px;
  }
}

.p-flow {
  background: url(../img/top-flow_bg.webp) no-repeat 50% 90%/520%;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-flow {
    background: url(../img/top-flow_bg.webp) no-repeat 50% 50%/cover;
    margin-top: 158px;
  }
}
.p-flow__inner {
  padding: 15px 24px 54px;
  max-width: 1086px;
}
@media screen and (min-width: 768px) {
  .p-flow__inner {
    padding: 36px 24px 40px;
  }
}
.p-flow__head {
  position: relative;
  max-width: 367px;
}
@media screen and (min-width: 768px) {
  .p-flow__head {
    max-width: 670px;
  }
}
.p-flow__heading {
  background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(64.58%, #4acdb6), to(#afdd4f));
  background: linear-gradient(90deg, #fff 0%, #4acdb6 64.58%, #afdd4f 100%);
  font-size: 24px;
  background-clip: text;
  -webkit-background-clip: text;
}
@media screen and (min-width: 768px) {
  .p-flow__heading {
    font-size: 32px;
  }
}
.p-flow__sub-heading {
  margin-top: 4px;
  padding: 11px 14px 12px 14px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-flow__sub-heading {
    margin-top: 31px;
    padding: 13px 6px 14px 20px;
  }
}
.p-flow__watch {
  position: absolute;
  content: "";
  top: 0px;
  right: -25px;
  width: 130px;
}
@media screen and (min-width: 768px) {
  .p-flow__watch {
    top: auto;
    bottom: -12px;
    width: 157px;
  }
}
.p-flow__steps {
  margin: 38px auto 0;
  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: 52px;
}
@media screen and (min-width: 768px) {
  .p-flow__steps {
    margin-top: 29px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: clamp(20px, 85vw / 14.4, 85px);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-flow__reserve {
  margin-top: 80px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-flow__reserve {
    margin-top: 40px;
  }
}

.p-flow-reserve {
  background: #f5f5f5;
  padding: 37px 0 63px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-flow-reserve {
    padding: 93px 0 178px;
  }
}
.p-flow-reserve__inner {
  max-width: 1130px;
  padding: 0 26px;
}
@media screen and (min-width: 768px) {
  .p-flow-reserve__inner {
    padding: 0 20px;
  }
}
.p-flow-reserve__heading {
  white-space: nowrap;
}
@media screen and (min-width: 900px) {
  .p-flow-reserve__heading {
    margin-left: 48px;
  }
}
.p-flow-reserve__text {
  margin-top: 28px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-flow-reserve__text {
    margin-top: 47px;
    letter-spacing: 0em;
  }
}
@media screen and (min-width: 900px) {
  .p-flow-reserve__text {
    margin-left: 46px;
  }
}
.p-flow-reserve__sub-heading {
  margin-top: 24px;
  margin-left: 4px;
}
@media screen and (min-width: 768px) {
  .p-flow-reserve__sub-heading {
    margin-top: 47px;
    margin-left: 0;
    padding: 13px 54px 14px 22px;
  }
}
@media screen and (min-width: 900px) {
  .p-flow-reserve__sub-heading {
    margin-left: 48px;
  }
}
.p-flow-reserve__steps {
  margin-top: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 46px;
}
@media screen and (min-width: 768px) {
  .p-flow-reserve__steps {
    margin-top: 60px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: clamp(36px, 70vw / 14.4, 70px);
  }
}
@media screen and (min-width: 1200px) {
  .p-flow-reserve__steps {
    gap: 70px;
  }
}

.p-flow-reserve-step {
  margin: 0 auto;
  width: 100%;
  max-width: 300px;
  padding: 16px 9px 18px;
  border-radius: 20px;
  background: #fff;
  -webkit-box-shadow: 0 2px 2px 0 rgba(51, 51, 51, 0.2);
          box-shadow: 0 2px 2px 0 rgba(51, 51, 51, 0.2);
}
@media screen and (min-width: 768px) {
  .p-flow-reserve-step {
    margin: 0;
    max-width: 320px;
    min-height: 450px;
    padding: 33px 8px;
  }
}
@media screen and (min-width: 1200px) {
  .p-flow-reserve-step {
    padding: 33px 18px;
  }
}
.p-flow-reserve-step:not(:last-of-type) {
  position: relative;
}
.p-flow-reserve-step:not(:last-of-type)::before {
  content: "";
  position: absolute;
  width: 36px;
  height: 36px;
  bottom: -28px;
  left: 10px;
  background: url("../img/icon-arrow-bloken.svg") no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .p-flow-reserve-step:not(:last-of-type)::before {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    left: auto;
    bottom: auto;
    top: 12px;
    right: -36px;
    width: 46px;
    height: 46px;
  }
}
@media screen and (min-width: 1200px) {
  .p-flow-reserve-step:not(:last-of-type)::before {
    right: -58px;
  }
}
.p-flow-reserve-step__number {
  margin-left: 4px;
  color: #4dc0b5;
  font-family: "Josefin Sans", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .p-flow-reserve-step__number {
    margin-left: 0px;
    font-size: 26px;
    text-align: center;
  }
}
@media screen and (min-width: 900px) {
  .p-flow-reserve-step__number {
    font-size: 32px;
  }
}
.p-flow-reserve-step__text {
  margin-top: 6px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-flow-reserve-step__text {
    margin-top: 32px;
    font-size: 14px;
  }
}
@media screen and (min-width: 900px) {
  .p-flow-reserve-step__text {
    font-size: 16px;
  }
}

.p-flow-step {
  position: relative;
  max-width: 300px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-flow-step {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 50px;
  }
}
.p-flow-step:not(:first-of-type) .p-flow-step__figure::before {
  content: "";
  position: absolute;
  top: -52px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 54px;
  width: 1px;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .p-flow-step:not(:first-of-type) .p-flow-step__figure::before {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: -85px;
    width: 88px;
    height: 1px;
  }
}
.p-flow-step__inner {
  position: absolute;
  top: 7px;
  left: 0;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-flow-step__inner {
    position: relative;
    text-align: center;
  }
}
.p-flow-step__number {
  color: #4dc0b5;
  font-family: "Josefin Sans", sans-serif;
  font-size: 40px;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-left: -10px;
}
@media screen and (min-width: 768px) {
  .p-flow-step__number {
    font-size: 55px;
    margin-left: 6px;
  }
}
.p-flow-step__title {
  margin-top: -16px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-flow-step__title {
    font-size: 24px;
  }
}
.p-flow-step__figure {
  margin-left: auto;
  width: 208px;
  aspect-ratio: 1;
  background: #fff;
  border-radius: 999px;
  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: 8px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-flow-step__figure {
    margin-top: 11px;
    width: 220px;
    gap: 23px;
  }
}
@media screen and (min-width: 900px) {
  .p-flow-step__figure {
    width: 240px;
  }
}
.p-flow-step__text {
  text-align: center;
  font-weight: 700;
  padding: 15px 17px 0;
}
@media screen and (min-width: 768px) {
  .p-flow-step__text {
    padding: 0 22px;
    font-size: 14px;
  }
}
@media screen and (min-width: 900px) {
  .p-flow-step__text {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .p-flow-step__img {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 0;
  }
}
.p-flow-step__img--1 {
  width: 66px;
  margin-left: 13px;
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .p-flow-step__img--1 {
    width: 75px;
    bottom: -88px;
    margin: 0;
  }
}
.p-flow-step__img--2 {
  width: 131px;
  margin-left: -20px;
}
@media screen and (min-width: 768px) {
  .p-flow-step__img--2 {
    margin: 0;
    left: 53%;
    bottom: -102px;
  }
}
.p-flow-step__img--3 {
  width: 107px;
  margin-top: 10px;
  margin-left: -10px;
}
@media screen and (min-width: 768px) {
  .p-flow-step__img--3 {
    margin: 0;
    width: 114px;
    bottom: -100px;
  }
}

.p-flow-cta {
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 26px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-flow-cta {
    padding-top: 142px;
    padding-bottom: 120px;
  }
}
.p-flow-cta .p-cta__inner {
  padding: 0 24px;
  max-width: 1074px;
  position: relative;
}
.p-flow-cta .p-cta__inner::before {
  content: "";
  position: absolute;
  top: 0;
  right: -128px;
  width: 313px;
  aspect-ratio: 1;
  background: url("../img/bg-circle.webp") no-repeat center center/contain;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-flow-cta .p-cta__inner::before {
    width: 800px;
    top: -175px;
    right: -460px;
  }
}
.p-flow-cta .p-cta__heading {
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .p-flow-cta .p-cta__heading {
    font-size: 32px;
  }
}
.p-flow-cta .p-cta__text {
  text-align: center;
  font-size: 15px;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-flow-cta .p-cta__text {
    font-size: 20px;
  }
}
.p-flow-cta .p-cta__text:first-of-type {
  margin-top: 35px;
}
@media screen and (min-width: 768px) {
  .p-flow-cta .p-cta__text:first-of-type {
    margin-top: 44px;
  }
}
.p-flow-cta .p-cta__text:not(:first-of-type) {
  margin-top: 1.8em;
}
.p-flow-cta .p-cta__reserve {
  margin-top: 46px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-flow-cta .p-cta__reserve {
    margin-top: 66px;
  }
}

.p-flow-faq {
  padding: 24px 0 109px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-flow-faq {
    padding: 96px 0 177px;
    margin-bottom: 106px;
  }
}
.p-flow-faq::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#e9f8f6), to(#f9fdff));
  background: linear-gradient(180deg, #e9f8f6 0%, #f9fdff 100%);
  -webkit-clip-path: polygon(0 88px, 100% 0%, 100% 90%, 0% 100%);
          clip-path: polygon(0 88px, 100% 0%, 100% 90%, 0% 100%);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-flow-faq::before {
    -webkit-clip-path: polygon(0 105px, 100% 0%, 100% 90%, 0% 100%);
            clip-path: polygon(0 105px, 100% 0%, 100% 90%, 0% 100%);
  }
}
.p-flow-faq__inner {
  padding: 0 32px;
  max-width: 1080px;
}
@media screen and (min-width: 768px) {
  .p-flow-faq__heading {
    margin-left: 6px;
  }
}
.p-flow-faq__sub-heading {
  margin-top: 9px;
}
@media screen and (min-width: 768px) {
  .p-flow-faq__sub-heading {
    margin-top: 23px;
    padding: 13px 48px 14px 23px;
  }
}
.p-flow-faq__boxes {
  margin-top: 27px;
  padding: 0 26px 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
}
@media screen and (min-width: 768px) {
  .p-flow-faq__boxes {
    margin-top: 71px;
    gap: 40px;
    padding: 0 36px;
  }
}

.p-difference {
  margin-top: 68px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-difference {
    margin-top: 188px;
  }
}
.p-difference__inner {
  max-width: 944px;
  padding: 0 10px;
}
@media screen and (min-width: 768px) {
  .p-difference__inner {
    padding: 0 20px;
  }
}
.p-difference__heading {
  margin-left: 6px;
}
@media screen and (min-width: 768px) {
  .p-difference__heading {
    margin-left: 0;
  }
}
.p-difference__sub-heading {
  margin-left: 6px;
  padding: 11px 10px;
}
@media screen and (min-width: 768px) {
  .p-difference__sub-heading {
    margin-left: -6px;
    padding: 14px 63px 14px 23px;
    margin-top: 22px;
  }
}
.p-difference__slide {
  margin: 42px auto 0;
}
@media screen and (min-width: 768px) {
  .p-difference__slide {
    margin: 54px auto 0;
  }
}

.p-feature {
  margin-top: 80px;
}
@media screen and (min-width: 768px) {
  .p-feature {
    margin-top: 100px;
  }
}
.p-feature__inner {
  padding: 0 45px;
  max-width: 1094px;
}
@media screen and (min-width: 768px) {
  .p-feature__inner {
    padding: 0 20px;
  }
}
.p-feature__heading {
  text-align: center;
}
.p-feature__lists {
  margin-top: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 62px;
}
@media screen and (min-width: 768px) {
  .p-feature__lists {
    margin-top: 100px;
    -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;
    gap: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .p-feature__lists {
    margin-top: 158px;
    gap: 30px;
  }
}

.p-feature-list {
  width: 100%;
  border: 1px solid #4dc0b5;
  padding-bottom: 15px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-feature-list {
    padding-bottom: 37px;
  }
}
.p-feature-list__number {
  position: absolute;
  top: -45px;
  left: 0;
  color: #4dc0b5;
  font-family: "Josefin Sans", sans-serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
}
.p-feature-list__heading {
  width: 91%;
  height: 61px;
  padding: 0 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background: #4dc0b5;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
  -webkit-clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
}
@media screen and (min-width: 768px) {
  .p-feature-list__heading {
    width: 97%;
    height: 80px;
    -webkit-clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
  }
}
@media screen and (min-width: 1200px) {
  .p-feature-list__heading {
    font-size: 20px;
  }
}
.p-feature-list__img {
  margin: 22px auto 0;
  width: 60px;
  aspect-ratio: 1;
}
@media screen and (min-width: 768px) {
  .p-feature-list__img {
    width: 70px;
  }
}
.p-feature-list__img img {
  width: 100%;
}
.p-feature-list__text {
  margin-top: 22px;
  padding: 0 10px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-feature-list__text {
    margin-top: 27px;
    padding: 0 20px;
  }
}

.p-about-fv .p-fv__inner::before {
  background: url("../img/about/about-fv-bg_pc.webp") no-repeat left top/cover;
}
.p-about-fv .p-fv__img {
  background: url("../img/about/about-fv-bg_sp.webp") no-repeat center right/contain;
}
.p-about-fv .p-fv-content {
  margin: 22px auto 0;
  max-width: 957px;
  padding: 0 20px 50px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-about-fv .p-fv-content {
    margin: 40px auto 0;
    max-width: 968px;
    padding: 0 20px 80px;
  }
}
.p-about-fv .p-fv-content__q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .p-about-fv .p-fv-content__q {
    gap: 13px;
  }
}
.p-about-fv .p-fv-content__q p {
  font-size: 15px;
}
@media screen and (min-width: 768px) {
  .p-about-fv .p-fv-content__q p {
    font-size: 16px;
  }
}
.p-about-fv .p-fv-content__main {
  margin-top: 24px;
  margin-left: 5px;
}
@media screen and (min-width: 768px) {
  .p-about-fv .p-fv-content__main {
    margin-top: 40px;
    margin-left: 0px;
  }
}
.p-about-fv .p-fv-content__main p {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .p-about-fv .p-fv-content__main p {
    font-size: 16px;
  }
}
.p-about-fv .p-fv-content__main p:not(:first-of-type) {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-about-fv .p-fv-content__main p:not(:first-of-type) {
    margin-top: 40px;
  }
}

.p-about {
  margin-top: 30px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-about {
    margin-top: 8px;
  }
}

.p-about__inner {
  max-width: 1066px;
}

@media screen and (min-width: 768px) {
  .p-about__heading {
    margin-top: 22px;
    margin-left: 5px;
  }
}

.p-about__sub-heading {
  text-transform: uppercase;
  padding: 12px 10px;
}
@media screen and (min-width: 768px) {
  .p-about__sub-heading {
    padding: 14px 32px 14px 22px;
    margin-top: 23px;
  }
}

.p-about__flex {
  margin: 30px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-about__flex {
    margin: 65px auto 0;
  }
}

.p-about__img {
  width: 100%;
  max-width: 259px;
  margin: auto;
  aspect-ratio: 259/270;
  border-radius: 160px 168px 0 0;
  background: lightgray;
}
@media screen and (min-width: 768px) {
  .p-about__img {
    max-width: 336px;
    aspect-ratio: 336/383;
    margin: 0;
  }
}
.p-about__img img {
  border-radius: 160px 168px 0 0;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.p-about__name {
  max-width: 163px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-about__name {
    max-width: 100%;
  }
}
.p-about__name span {
  display: block;
  color: #4dc0b5;
  font-family: "Josefin Sans", sans-serif;
  font-size: 24px;
  line-height: 1.62;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
.p-about__name span:last-of-type {
  font-size: 36px;
  line-height: 1.083;
}
@media screen and (min-width: 768px) {
  .p-about__name span:last-of-type {
    line-height: 1;
  }
}

.p-about__message {
  margin: 10px 1em 0;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .p-about__message {
    margin-top: 7px;
    margin-left: 0;
  }
}

.p-about__career {
  margin: 16px auto 0;
  max-width: 313px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-about__career {
    margin: 32px auto 0;
    max-width: none;
    letter-spacing: 0em;
  }
}

.p-about__year {
  width: 5.8em;
}
@media screen and (min-width: 768px) {
  .p-about__year {
    width: 4.6em;
  }
}

.p-about__career-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-about__career-lists {
    gap: 8px;
  }
}

.p-about__sns {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 25px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-about__sns {
    margin-top: 39px;
    gap: 50px;
    margin-left: -35px;
  }
}

.p-about__sns-icon {
  width: 30px;
  height: 30px;
}
@media screen and (min-width: 768px) {
  .p-about__sns-icon {
    width: 50px;
    height: 50px;
  }
}
.p-about__sns-icon:last-of-type {
  width: 25px;
  height: 26px;
}
@media screen and (min-width: 768px) {
  .p-about__sns-icon:last-of-type {
    width: 45px;
    height: 46px;
  }
}

.p-promise {
  padding: 27px 0 54px;
  background: #4dc0b5;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-promise {
    padding: 37px 0 122px;
  }
}

.p-promise__inner {
  max-width: 1094px;
}

.p-promise__heading {
  color: #fff;
  background: none;
  -webkit-text-fill-color: inherit;
}
@media screen and (min-width: 768px) {
  .p-promise__heading {
    margin-left: 20px;
  }
}

.p-promise__sub-heading {
  margin-top: -3px;
  padding: 11px 9px 12px;
  color: #fff;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
}
@media screen and (min-width: 768px) {
  .p-promise__sub-heading {
    margin-top: 23px;
    margin-left: 13px;
    padding: 14px 24px 14px;
  }
}

.p-promise__lists {
  margin: 77px auto 0;
  max-width: 330px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 77px;
}
@media screen and (min-width: 768px) {
  .p-promise__lists {
    margin: 102px auto 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: none;
    gap: 16px;
  }
}
@media screen and (min-width: 900px) {
  .p-promise__lists {
    gap: 30px;
  }
}

.p-promise-list {
  position: relative;
  border-radius: 20px;
  background: #f7f7f7;
  -webkit-box-shadow: 0 2px 2px 0 rgba(51, 51, 51, 0.2);
          box-shadow: 0 2px 2px 0 rgba(51, 51, 51, 0.2);
  padding: 9px 20px 26px;
}
@media screen and (min-width: 768px) {
  .p-promise-list {
    padding: 9px clamp(8px, 22vw / 14.4, 22px) 22px;
    width: 100%;
  }
}

.p-promise-list__number {
  position: absolute;
  top: -0.75em;
  left: 12px;
  color: #e9f8f6;
  font-family: "Josefin Sans", sans-serif;
  font-size: 56px;
  line-height: 1;
  letter-spacing: 0.1em;
}

.p-promise-list__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 9px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 19px;
  position: relative;
}
.p-promise-list__head::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 72%;
  height: 1px;
  background: #4dc0b5;
}

.p-promise-list__img {
  width: 50px;
  height: 50px;
}

.p-promise-list__heading {
  color: #4dc0b5;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-promise-list__heading {
    font-size: clamp(16px, 20vw / 14.4, 20px);
  }
}

.p-promise-list__body {
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .p-promise-list__body {
    margin-top: 10px;
    min-height: 208px;
    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;
  }
}
.p-promise-list__body p {
  line-height: 1.23;
  letter-spacing: 0.11em;
  text-align: center;
}
.p-promise-list__body p:not(:first-of-type) {
  margin-top: 1.4em;
}

.p-overview {
  position: relative;
  margin-top: -26px;
  padding-top: 82px;
  padding-bottom: 70px;
}
@media screen and (min-width: 768px) {
  .p-overview {
    margin-top: 40px;
    padding-top: 132px;
    padding-bottom: 120px;
    margin-bottom: 40px;
  }
}
.p-overview::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#e9f8f6), to(#f9fdff));
  background: linear-gradient(180deg, #e9f8f6 0%, #f9fdff 100%);
  -webkit-clip-path: polygon(0 84px, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0 84px, 100% 0%, 100% 100%, 0% 100%);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-overview::before {
    -webkit-clip-path: polygon(0 105px, 100% 0%, 100% 88%, 0% 100%);
            clip-path: polygon(0 105px, 100% 0%, 100% 88%, 0% 100%);
  }
}

.p-overview__inner {
  padding: 0 10px 0 20px;
  max-width: 1056px;
}
@media screen and (min-width: 768px) {
  .p-overview__inner {
    padding: 0 20px;
  }
}

.p-overview__table {
  margin-top: 20px;
  margin-left: 18px;
  width: 90%;
}
@media screen and (min-width: 768px) {
  .p-overview__table {
    margin: 32px auto 0;
    width: 100%;
    max-width: 793px;
  }
}
.p-overview__table th,
.p-overview__table td {
  font-size: 14px;
  line-height: 1.6;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-overview__table th,
  .p-overview__table td {
    font-size: 20px;
  }
}
.p-overview__table th {
  border-bottom: 1px solid #4dc0b5;
  white-space: nowrap;
  padding: 11px 6px 10px 16px;
}
@media screen and (min-width: 768px) {
  .p-overview__table th {
    padding: 30px 90px 11px 16px;
  }
}
.p-overview__table td {
  border-bottom: 1px solid #fff;
  padding: 11px 16px 10px;
}
.p-overview__table td span {
  display: inline-block;
}

.p-faq-fv {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(6.71%, #e9f8f6), color-stop(120.44%, #f9fdff));
  background: linear-gradient(180deg, #e9f8f6 6.71%, #f9fdff 120.44%);
}
@media screen and (min-width: 768px) {
  .p-faq-fv {
    background: none;
  }
}
.p-faq-fv .p-fv__inner::before {
  background: url("../img/faq/faq-fv-bg_pc.webp") no-repeat left top/cover;
}
@media screen and (min-width: 768px) {
  .p-faq-fv .p-fv__inner::before {
    height: 78%;
  }
}
.p-faq-fv .p-fv__img {
  background: url("../img/faq/faq-fv-bg_sp.webp") no-repeat center right/contain;
}
.p-faq-fv .p-fv-content {
  margin: 22px auto 0;
  max-width: 957px;
  padding: 0 20px 39px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-faq-fv .p-fv-content {
    margin: 148px auto 0;
    max-width: 968px;
    padding: 0 20px 0;
  }
}
.p-faq-fv .p-fv-content__main {
  margin-top: 24px;
  margin-left: 5px;
}
@media screen and (min-width: 768px) {
  .p-faq-fv .p-fv-content__main {
    margin-top: 40px;
    margin-left: 0px;
  }
}
.p-faq-fv .p-fv-content__main p {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .p-faq-fv .p-fv-content__main p {
    font-size: 16px;
  }
}
.p-faq-fv .p-fv-content__main p:not(:first-of-type) {
  margin-top: 27px;
}
@media screen and (min-width: 768px) {
  .p-faq-fv .p-fv-content__main p:not(:first-of-type) {
    margin-top: 40px;
  }
}
.p-faq-fv .p-fv-content__lists {
  margin-top: 11px;
  margin-left: 62px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 19px;
}
@media screen and (min-width: 768px) {
  .p-faq-fv .p-fv-content__lists {
    margin-top: 60px;
    margin-left: 0px;
    gap: 29px;
  }
}
.p-faq-fv .p-fv-content__list a {
  width: 100%;
  max-width: 218px;
  font-size: 14px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .p-faq-fv .p-fv-content__list a {
    font-size: 16px;
    max-width: 257px;
  }
}
.p-faq-fv .p-fv-content__list a::after {
  content: "";
  width: 25px;
  aspect-ratio: 1;
  background: url("../img/icon-arrow-down.svg") no-repeat center center/contain;
}

.p-faq {
  padding: 38px 0 70px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-faq {
    padding: 254px 0 253px;
    margin-top: -150px;
  }
}

.p-faq__inner {
  padding: 0 32px;
  max-width: 1098px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 83px;
}
@media screen and (min-width: 768px) {
  .p-faq__inner {
    gap: 102px;
  }
}

.p-faq__group:nth-of-type(1), .p-faq__group:nth-of-type(2), .p-faq__group:nth-of-type(3), .p-faq__group:nth-of-type(4) {
  position: relative;
}
.p-faq__group:nth-of-type(1)::before, .p-faq__group:nth-of-type(2)::before, .p-faq__group:nth-of-type(3)::before, .p-faq__group:nth-of-type(4)::before {
  content: "";
  position: absolute;
  width: 313px;
  aspect-ratio: 1;
  background: url("../img/bg-circle.webp") no-repeat center center/contain;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-faq__group:nth-of-type(1)::before, .p-faq__group:nth-of-type(2)::before, .p-faq__group:nth-of-type(3)::before, .p-faq__group:nth-of-type(4)::before {
    width: 800px;
  }
}
.p-faq__group:nth-of-type(1)::before {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-faq__group:nth-of-type(1)::before {
    display: block;
    top: -200px;
    right: -340px;
  }
}
.p-faq__group:nth-of-type(2)::before {
  top: -80px;
  right: -156px;
}
@media screen and (min-width: 768px) {
  .p-faq__group:nth-of-type(2)::before {
    top: 20px;
    right: auto;
    left: -400px;
  }
}
.p-faq__group:nth-of-type(3)::before {
  top: -44px;
  left: -190px;
}
@media screen and (min-width: 768px) {
  .p-faq__group:nth-of-type(3)::before {
    display: none;
  }
}
.p-faq__group:nth-of-type(4)::before {
  top: 105px;
  right: -160px;
}
@media screen and (min-width: 768px) {
  .p-faq__group:nth-of-type(4)::before {
    top: -180px;
    right: -355px;
  }
}

.p-faq__sub-heading {
  margin-top: 9px;
}
@media screen and (min-width: 768px) {
  .p-faq__sub-heading {
    margin-top: 23px;
    padding: 13px 48px 14px 23px;
  }
}

.p-faq__boxes {
  margin-top: 50px;
  padding: 0 26px 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
}
@media screen and (min-width: 768px) {
  .p-faq__boxes {
    margin-top: 50px;
    gap: 40px;
    padding: 0 45px;
  }
}

@media screen and (min-width: 768px) {
  .p-price-fv .p-fv__inner {
    height: 526px;
    padding-left: 20px;
  }
}
.p-price-fv .p-fv__inner::before {
  background: url("../img/price/price-fv-bg_pc.webp") no-repeat left top/cover;
}
.p-price-fv .p-fv__img {
  background: url("../img/price/price-fv-bg_sp.webp") no-repeat center right/contain;
}
@media screen and (min-width: 768px) {
  .p-price-fv .p-fv__flex {
    max-width: 1150px;
    margin: auto;
    display: block;
  }
}
.p-price-fv .p-fv__head {
  text-transform: capitalize;
}

.p-price {
  overflow: hidden;
  margin-top: 27px;
  padding-bottom: 75px;
}
@media screen and (min-width: 768px) {
  .p-price {
    margin-top: -310px;
    padding-bottom: 98px;
    position: relative;
    z-index: 1;
  }
}

.p-price__inner {
  padding: 0 24px;
  max-width: 1120px;
}
@media screen and (min-width: 768px) {
  .p-price__inner .p-price-head {
    margin: 282px auto 0;
  }
}

.p-price__head-text {
  font-size: 14px;
  padding-bottom: 55px;
}
@media screen and (min-width: 768px) {
  .p-price__head-text {
    font-size: 16px;
    margin: auto;
    max-width: 927px;
  }
}

.p-price-nav {
  margin: 56px auto 0;
  max-width: 226px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 19px;
}
@media screen and (min-width: 768px) {
  .p-price-nav {
    margin-top: 60px;
    margin-left: 0px;
    gap: 29px;
  }
}

.p-price-nav__list a {
  width: 100%;
  max-width: 218px;
  font-size: 14px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .p-price-nav__list a {
    font-size: 16px;
    max-width: 257px;
  }
}
.p-price-nav__list a::after {
  content: "";
  width: 25px;
  aspect-ratio: 1;
  background: url("../img/icon-arrow-down.svg") no-repeat center center/contain;
}

.p-price__groups {
  margin-top: 74px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
}
@media screen and (min-width: 768px) {
  .p-price__groups {
    margin-top: 112px;
    display: grid;
    gap: 148px 20px;
    grid-template-columns: repeat(2, 1fr);
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    grid-auto-flow: dense;
  }
}
@media screen and (min-width: 900px) {
  .p-price__groups {
    gap: 148px 0;
  }
}

@media screen and (min-width: 768px) {
  .p-price__group#aga {
    margin-top: -455px;
  }
}

.p-price__group-heading {
  text-align: center;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p-price__group-heading {
    padding-bottom: 39px;
  }
}

.p-price__reserve {
  margin-top: 88px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-price__reserve {
    margin-top: 124px;
  }
}

@media screen and (min-width: 768px) {
  .p-price-head {
    margin: 0 auto;
  }
}
.p-price-head__boxes {
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 23px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (min-width: 768px) {
  .p-price-head__boxes {
    padding: 0;
    max-width: 816px;
    margin: auto;
    gap: clamp(20px, 74vw / 14.4, 74px);
  }
}
.p-price-head__card-inner {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .p-price-head__card-inner {
    margin: 87px auto 0;
  }
}
@media screen and (min-width: 768px) {
  .p-price-head__card-inner .p-price-card:not(:first-of-type) {
    padding-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .p-price-head__card-inner .p-price-card:not(:last-of-type) {
    padding-bottom: 27px;
  }
}
.p-price-head__card-inner .p-price-card__text {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-price-head__card-inner .p-price-card__text {
    margin-top: 5px;
    margin-left: 0.5em;
  }
}

.p-price-head-box {
  width: 100%;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
.p-price-head-box__heading {
  background: #4dc0b5;
  min-height: 64px;
  padding: 8px 5px;
  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;
  text-align: center;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-price-head-box__heading {
    font-size: 20px;
    min-height: 48px;
    padding: 8px 5px 8px 18px;
  }
}
.p-price-head-box__body {
  padding: 15px 4px;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .p-price-head-box__body {
    padding: 20px 15px 15px;
  }
}
.p-price-head-box__price {
  text-align: center;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.p-price-head-box__price span {
  font-size: 13px;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (min-width: 768px) {
  .p-price-head-box__price span {
    font-size: 20px;
  }
}
.p-price-head-box__text {
  color: #2e2e2e;
  font-size: 10px;
  line-height: normal;
  margin-top: 5px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-price-head-box__text {
    margin-top: 12px;
    font-size: 16px;
  }
}

.p-price-card {
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-price-card {
    width: 100%;
    max-width: 464px;
    margin: auto;
  }
}
.p-price-card:not(:first-of-type) {
  border-top: 1px solid #e9f8f6;
  padding-top: 19px;
}
@media screen and (min-width: 768px) {
  .p-price-card:not(:first-of-type) {
    padding-top: 28px;
  }
}
.p-price-card:not(:last-of-type) {
  padding-bottom: 19px;
}
@media screen and (min-width: 768px) {
  .p-price-card:not(:last-of-type) {
    padding-bottom: 29px;
  }
}
.p-price-card__text {
  margin-top: 9px;
  text-align: right;
  font-size: 10px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-price-card__text {
    font-size: 14px;
    margin-top: 6px;
  }
}
@media screen and (min-width: 900px) {
  .p-price-card__text {
    font-size: 16px;
  }
}
.p-price-card__text.is-left {
  text-align: left;
}

.p-price-card-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 0.5em;
  -webkit-column-gap: 4px;
     -moz-column-gap: 4px;
          column-gap: 4px;
}
@media screen and (min-width: 768px) {
  .p-price-card-head {
    min-height: 50px;
  }
}
.p-price-card-head__title {
  color: #128f8b;
  font-size: 15px;
  letter-spacing: 0.1em;
  padding-left: 1.3em;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-price-card-head__title {
    font-size: 18px;
    padding-left: 1em;
  }
}
@media screen and (min-width: 900px) {
  .p-price-card-head__title {
    font-size: 20px;
  }
}
.p-price-card-head__title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 8px;
  height: 30px;
  background: #4dc0b5;
}
@media screen and (min-width: 768px) {
  .p-price-card-head__title::before {
    width: 10px;
    height: 36px;
  }
}
.p-price-card-head__price {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 15px;
  letter-spacing: 0.1em;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-price-card-head__price {
    font-size: 18px;
  }
}
@media screen and (min-width: 900px) {
  .p-price-card-head__price {
    font-size: 20px;
  }
}
.p-price-card-head__price.is-width {
  width: 140px;
}
@media screen and (min-width: 768px) {
  .p-price-card-head__price.is-width {
    width: clamp(140px, 216vw / 14.4, 216px);
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
}

.p-price-box {
  width: 100%;
  max-width: 277px;
  margin: 0 auto;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-price-box {
    max-width: 371px;
  }
}
.p-price-box__inner {
  padding: 20px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 19px;
}
@media screen and (min-width: 768px) {
  .p-price-box__inner {
    padding: 30px 0 0;
    gap: 30px;
  }
}
.p-price-box__title {
  padding: 8px 5px;
  background: #e9f8f6;
  color: #4dc0b5;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-price-box__title {
    font-size: 20px;
  }
}

.p-price-box-body {
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
@media screen and (min-width: 768px) {
  .p-price-box-body {
    gap: 0;
  }
}
.p-price-box-body__price {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-price-box-body__price {
    font-size: 20px;
    min-height: 1.96em;
  }
}
.p-price-box-body__text {
  text-align: right;
  font-size: 10px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-price-box-body__text {
    padding-right: 15px;
  }
}
.p-price-box-body__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  padding: 0 5px;
  width: 100%;
  max-width: 218px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-price-box-body__lists {
    gap: 12px;
    max-width: 316px;
    padding-bottom: 12px;
  }
}
.p-price-box-body__list {
  position: relative;
  padding-left: 34px;
  font-size: 10px;
  line-height: 1.8;
  letter-spacing: 0.1em;
  min-height: 2.4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .p-price-box-body__list {
    font-size: 16px;
  }
}
.p-price-box-body__list::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  aspect-ratio: 1;
  background: url("../img/icon-check.svg") no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .p-price-box-body__list::before {
    left: -3px;
    width: 24px;
  }
}

@media screen and (min-width: 768px) {
  .p-news-fv .p-fv__inner {
    height: 300px;
    padding-left: 20px;
  }
}
.p-news-fv .p-fv__inner::before {
  background: url("../img/news/news-fv-bg_pc.webp") no-repeat left top/cover;
  width: 76%;
}
.p-news-fv .p-fv__img {
  background: url("../img/news/news-fv-bg_sp.webp") no-repeat center right/contain;
}
@media screen and (min-width: 768px) {
  .p-news-fv .p-fv__flex {
    max-width: 1150px;
    margin: auto;
    display: block;
  }
}

.p-news-info {
  margin-top: 59px;
}
@media screen and (min-width: 768px) {
  .p-news-info {
    margin-top: 0px;
  }
}

.p-news-info__inner {
  padding: 0 30px;
  max-width: 1085px;
}

.p-news-info__sub-heading {
  padding: 11px 10px 12px;
}
@media screen and (min-width: 768px) {
  .p-news-info__sub-heading {
    padding: 14px 23px 13px;
    margin-top: 21px;
  }
}

.p-news-info__lists {
  margin: 31px 9px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 35px;
}
@media screen and (min-width: 768px) {
  .p-news-info__lists {
    margin: 57px auto 0;
    max-width: 882px;
    gap: 37px;
  }
}

@media screen and (min-width: 768px) {
  .p-news-info-article {
    margin-left: 17px;
  }
}

.p-news-info-article__time {
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-news-info-article__time {
    font-size: 16px;
  }
}

.p-news-info-article__heading {
  color: #4dc0b5;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-news-info-article__heading {
    font-size: 20px;
  }
}

.p-news-info-article__flex {
  margin-top: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .p-news-info-article__flex {
    margin-top: 8px;
    margin-top: 14px;
  }
}

.p-news-info-article__body {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 56%;
          flex: 0 0 56%;
}
@media screen and (min-width: 768px) {
  .p-news-info-article__body {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 63.4%;
            flex: 0 0 63.4%;
  }
}
.p-news-info-article__body p {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  min-height: 67px;
}
@media screen and (min-width: 768px) {
  .p-news-info-article__body p {
    font-size: 16px;
    min-height: 78px;
  }
}

.p-news-info-article__link {
  margin-top: 8px;
  background: #e9f8f6;
  width: 113px;
  height: 31px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-news-info-article__link {
    width: 163px;
    height: 37px;
  }
}
.p-news-info-article__link:hover {
  background: #4dc0b5;
  color: #fff;
  opacity: 1;
}

.p-news-info-article__img {
  width: 100%;
  height: 100%;
  aspect-ratio: 120/67;
}
@media screen and (min-width: 768px) {
  .p-news-info-article__img {
    aspect-ratio: 300/168;
  }
}
.p-news-info-article__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-news-info__pagination {
  margin-top: 33px;
}

.p-news-media {
  margin-top: 57px;
  margin-bottom: 64px;
}
@media screen and (min-width: 768px) {
  .p-news-media {
    margin-top: 94px;
    margin-bottom: 170px;
  }
}

.p-news-media__inner {
  padding: 0 23px;
  max-width: 1072px;
}

.p-news-media__heading {
  margin-left: 7px;
}
@media screen and (min-width: 768px) {
  .p-news-media__heading {
    margin-left: 0;
  }
}

.p-news-media__container {
  margin: auto;
  max-width: 784px;
}

.p-news-media__text {
  margin-top: 18px;
  margin-left: 7px;
}
@media screen and (min-width: 768px) {
  .p-news-media__text {
    margin-top: 51px;
    margin-left: 0;
  }
}

.p-news-media__lists {
  margin-top: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 29px;
}
@media screen and (min-width: 768px) {
  .p-news-media__lists {
    margin-top: 65px;
  }
}

.p-news-media-article a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  min-height: 67px;
}

.p-news-media-article__time {
  width: 83px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-news-media-article__time {
    width: 90px;
    font-size: 16px;
  }
}

.p-news-media-article__heading {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}
@media screen and (min-width: 768px) {
  .p-news-media-article__heading {
    font-size: 16px;
  }
}

.p-news-media__pagination {
  margin-top: 33px;
}
@media screen and (min-width: 768px) {
  .p-news-media__pagination {
    margin-top: 74px;
  }
}

@media screen and (min-width: 768px) {
  .p-news-single-fv .p-fv__inner {
    height: 300px;
    padding-left: 20px;
  }
}
.p-news-single-fv .p-fv__inner::before {
  background: url("../img/news/news-fv-bg_pc.webp") no-repeat left top/cover;
}
.p-news-single-fv .p-fv__img {
  background: url("../img/news/news-fv-bg_sp.webp") no-repeat center right/contain;
}
@media screen and (min-width: 768px) {
  .p-news-single-fv .p-fv__flex {
    max-width: 1150px;
    margin: auto;
    display: block;
  }
}

.p-news-single {
  margin-top: 59px;
  margin-bottom: 87px;
}
@media screen and (min-width: 768px) {
  .p-news-single {
    margin-bottom: 204px;
  }
}
@media screen and (min-width: 768px) {
  .p-news-single {
    margin-top: 8px;
  }
}

.p-news-single__inner {
  padding: 0 30px;
  max-width: 1042px;
}

.p-news-single__sub-heading {
  padding: 11px 10px 12px;
}
@media screen and (min-width: 768px) {
  .p-news-single__sub-heading {
    padding: 14px 23px 13px;
    margin-top: 21px;
  }
}

.p-news-single-article {
  margin: 31px 9px 0;
}
@media screen and (min-width: 768px) {
  .p-news-single-article {
    margin: 54px auto 0;
    max-width: 870px;
  }
}

.p-news-single-article__time {
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-news-single-article__time {
    font-size: 16px;
  }
}

.p-news-single-article__heading {
  margin-top: 7px;
  color: #4dc0b5;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-news-single-article__heading {
    margin-top: 28px;
    font-size: 20px;
  }
}

.p-news-single-article__img {
  margin-top: 12px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-news-single-article__img {
    margin-top: 30px;
  }
}
.p-news-single-article__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-news-single-article__content {
  margin-top: 27px;
}
@media screen and (min-width: 768px) {
  .p-news-single-article__content {
    margin-top: 32px;
  }
}

.p-news-single__link {
  margin-top: 64px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-news-single__link {
    margin-top: 122px;
  }
}

@media screen and (min-width: 768px) {
  .p-column-fv .p-fv__inner {
    height: 526px;
    padding-left: 20px;
  }
}
.p-column-fv .p-fv__inner::before {
  background: url("../img/column/column-fv-bg_pc.webp") no-repeat left top/cover;
}
.p-column-fv .p-fv__img {
  background: url("../img/column/column-fv-bg_sp.webp") no-repeat center right/contain;
}
@media screen and (min-width: 768px) {
  .p-column-fv .p-fv__flex {
    max-width: 1150px;
    margin: auto;
    display: block;
  }
}

.p-column {
  overflow: hidden;
  margin-top: 27px;
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .p-column {
    margin-top: -310px;
    position: relative;
    z-index: 1;
  }
}

.p-column__inner {
  padding: 0 24px;
  max-width: 1180px;
}

.p-column__head-text {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .p-column__head-text {
    font-size: 16px;
    margin: auto;
    max-width: 927px;
  }
}
.p-column__head-text:not(:first-of-type) {
  margin-top: 1.8em;
}
@media screen and (min-width: 768px) {
  .p-column__head-text:not(:first-of-type) {
    margin-top: 38px;
  }
}

.p-column-category {
  margin: 28px 6px 0;
}
@media screen and (min-width: 768px) {
  .p-column-category {
    margin: 227px auto 0;
    max-width: 1022px;
  }
}

.p-column-category__text {
  margin-top: 6px;
  color: #4dc0b5;
  font-size: 14px;
  line-height: 1.14;
  letter-spacing: 0.1em;
}

.p-column-category__lists {
  margin: 26px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 306px;
  gap: 16px 26px;
}
@media screen and (min-width: 768px) {
  .p-column-category__lists {
    margin: 42px auto 0;
    max-width: 780px;
    gap: clamp(10px, 33vw / 14.4, 33px);
  }
}

.p-column-category__link {
  display: block;
  min-width: 140px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 0.5em;
  height: 40px;
  border-radius: 20px;
  background: #e9f8f6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-column-category__link {
    min-width: 170px;
    height: 40px;
  }
}
.p-column-category__link.is-selected, .p-column-category__link:hover {
  background: #4dc0b5;
  color: #fff;
  opacity: 1;
}
.p-column-category__link.is-selected {
  pointer-events: none;
}

.p-column__cards {
  margin: 58px 6px 0;
  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: 27px;
}
@media screen and (min-width: 768px) {
  .p-column__cards {
    margin: 86px auto 0;
    gap: 42px 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    max-width: 682px;
  }
}
@media screen and (min-width: 1200px) {
  .p-column__cards {
    grid-template-columns: repeat(3, 1fr);
    gap: 42px clamp(20px, 70vw / 14.4, 70px);
    max-width: none;
  }
}
.p-column__cards.is-new {
  margin: 35px 6px 0;
}
@media screen and (min-width: 768px) {
  .p-column__cards.is-new {
    margin: 64px auto 0;
  }
}

.p-column-card {
  border-radius: 8px;
  background: #fff;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  max-width: 330px;
}

.p-column-card__img {
  aspect-ratio: 330/186;
}
.p-column-card__img img {
  border-radius: 8px 8px 0 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-column-card__body {
  padding: 10px 6px;
}

.p-column-card__category {
  min-width: 108px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 24px;
  background: #e9f8f6;
  text-align: center;
  font-size: 12px;
  white-space: nowrap;
}

.p-column-card__title {
  margin-top: 14px;
  overflow: hidden;
  color: #4dc0b5;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

.p-column-card__text {
  margin-top: 8px;
  height: 3em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-column-card__text {
    font-size: 13px;
  }
}

.p-column-card__flex {
  margin-top: 14px;
  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;
}

.p-column-card__time {
  line-height: 1.6;
  letter-spacing: 0.1em;
}

.p-column-card__link {
  background: #f5f5f5;
  padding: 4px 11px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 7px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .p-column-card__link {
    font-size: 13px;
  }
}
.p-column-card__link::after {
  content: "";
  width: 20px;
  height: 8px;
  background: url("../img/icon-arrow-right-b.svg") no-repeat center center/contain;
}

.p-column__pagination {
  margin-top: 46px;
}
@media screen and (min-width: 768px) {
  .p-column__pagination {
    margin-top: 87px;
  }
}

.p-column__heading {
  margin: 32px 6px 0;
}
@media screen and (min-width: 768px) {
  .p-column__heading {
    margin: 106px auto 0;
    max-width: 1022px;
  }
}

.p-column-cta {
  overflow: hidden;
  padding-top: 68px;
  padding-bottom: 97px;
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .p-column-cta {
    padding-top: 98px;
    padding-bottom: 134px;
  }
}
.p-column-cta .p-cta__inner {
  max-width: 1088px;
  position: relative;
}
.p-column-cta .p-cta__inner::before {
  content: "";
  position: absolute;
  width: 313px;
  aspect-ratio: 1;
  top: 18px;
  right: -110px;
  background: url("../img/bg-circle.webp") no-repeat center center/contain;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-column-cta .p-cta__inner::before {
    width: 800px;
    top: -140px;
    right: -390px;
  }
}
.p-column-cta .p-cta__heading {
  margin-left: 11px;
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .p-column-cta .p-cta__heading {
    font-size: 32px;
  }
}
.p-column-cta .p-cta__text {
  margin-top: 31px;
  text-align: center;
  font-size: 15px;
}
@media screen and (min-width: 768px) {
  .p-column-cta .p-cta__text {
    margin-top: 71px;
    font-size: 20px;
  }
}
.p-column-cta .p-cta__reserve {
  margin-top: 41px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-column-cta .p-cta__reserve {
    margin-top: 90px;
  }
}

.p-column-single {
  margin-top: 28px;
  margin-bottom: 49px;
}
@media screen and (min-width: 768px) {
  .p-column-single {
    margin-top: 20px;
    margin-bottom: 113px;
  }
}

.p-column-single__inner {
  max-width: 910px;
}

.p-column-single-article__img img {
  width: 100%;
}

.p-column-single-article__category {
  margin-top: 18px;
  min-width: 108px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 24px;
  background: #e9f8f6;
  text-align: center;
  font-size: 12px;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-column-single-article__category {
    margin-top: 40px;
  }
}

.p-column-single-article__heading {
  margin-top: 20px;
  color: #4dc0b5;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-column-single-article__heading {
    margin-top: 40px;
    font-size: 24px;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
}

.p-column-single-article__time-inner {
  padding: 7px 0 18px;
}
@media screen and (min-width: 768px) {
  .p-column-single-article__time-inner {
    padding: 40px 0 0;
  }
}

.p-column-single-article__time {
  display: block;
}
@media screen and (min-width: 768px) {
  .p-column-single-article__time {
    line-height: 1.6;
    letter-spacing: 0.1em;
  }
}

.p-column-single-article__content {
  padding: 0 10px;
}

.p-column-single__link {
  margin-top: 171px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-column-single__link {
    margin-top: 82px;
  }
}

.p-page-fv {
  margin-top: 29px;
  position: relative;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-page-fv {
    margin-top: 53px;
  }
}
.p-page-fv .p-fv__heading {
  padding: 0 45px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .p-page-fv .p-fv__heading {
    font-size: 34px;
    margin: 0 auto;
    max-width: 1217px;
  }
}
.p-page-fv .p-fv__img {
  margin-top: -34px;
  position: relative;
  z-index: -1;
  width: 100%;
  aspect-ratio: 390/192;
  max-width: 500px;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-page-fv .p-fv__img {
    margin-top: -94px;
    aspect-ratio: 1072/300;
    max-width: 1072px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 768px) {
  .p-page-fv .p-fv__img img {
    height: 100%;
  }
}

.p-page-article {
  padding-top: 10px;
  padding-bottom: 50px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-page-article {
    padding-top: 42px;
    padding-bottom: 160px;
  }
}

.p-page-article__inner {
  max-width: 985px;
}
.p-page-article__inner .p-article {
  padding: 0 5px;
}
@media screen and (min-width: 768px) {
  .p-page-article__inner .p-article {
    padding: 0;
  }
}
.p-page-article__inner .p-article h1.wp-block-heading {
  margin-left: -5px;
}
@media screen and (min-width: 768px) {
  .p-page-article__inner .p-article h1.wp-block-heading {
    margin-left: 0;
  }
}
.p-page-article__inner .p-article h2.wp-block-heading {
  width: calc(100% + 12px);
  margin-left: -6px;
}
@media screen and (min-width: 768px) {
  .p-page-article__inner .p-article h2.wp-block-heading {
    width: 100%;
    margin-left: 0;
  }
}
.p-page-article__inner .p-article h3.wp-block-heading {
  margin: 15px 5px 0;
}
@media screen and (min-width: 768px) {
  .p-page-article__inner .p-article h3.wp-block-heading {
    margin: 38px 0px 0;
  }
}
.p-page-article__inner .p-article .wp-block-list {
  margin-left: 14px;
  gap: 5px;
}
.p-page-article__inner .p-article .c-section-heading {
  text-align: center;
}
.p-page-article__inner .p-article .wp-custom-grid {
  gap: 90px 20px;
}
@media screen and (min-width: 768px) {
  .p-page-article__inner .p-article .wp-custom-grid {
    margin-top: 30px;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 20px;
  }
}

.p-page-online-slide {
  margin: 20px 0 0;
}
@media screen and (min-width: 768px) {
  .p-page-online-slide {
    margin: 40px 0 0;
  }
}
.p-page-online-slide .p-slide-table__thead-general {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-page-online-slide .p-slide-table__row-head {
  padding: 12px 20px;
}
@media screen and (min-width: 768px) {
  .p-page-online-slide .p-slide-table__row-head {
    padding: 8px 40px;
  }
}
.p-page-online-slide .p-slide-table__us {
  padding: 8px 20px;
}
@media screen and (min-width: 768px) {
  .p-page-online-slide .p-slide-table__us {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .p-page-online-slide .p-slide-table__general {
    padding: 26px 20px 26px 28px;
  }
}

.p-page-faq {
  margin-top: 48px;
  gap: 24px;
  padding: 0px 38px 0 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-page-faq {
    margin-top: 40px;
    gap: 40px;
    padding: 0;
  }
}

.p-page-article__link {
  margin-top: 40px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .u-hidden-pc {
    display: none;
  }
}

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

.u-font-noto {
  font-family: "Noto Sans", sans-serif;
}