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

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "Yu Gothic", Meiryo, sans-serif;
  color: #4f5f59;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.9;
  letter-spacing: 0.04em;
  background: #fff;
  overflow-x: hidden;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

ul {
  list-style: none;
}

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

button {
  font-family: inherit;
  cursor: pointer;
}

em {
  font-style: normal;
}

.l-inner {
  width: min(1380px, 100% - 80px);
  margin-inline: auto;
}
@media (max-width: 768px) {
  .l-inner {
    width: calc(100% - 64px);
  }
}
@media (max-width: 480px) {
  .l-inner {
    width: calc(100% - 40px);
  }
}

.l-inner--narrow {
  width: min(900px, 100% - 80px);
  margin-inline: auto;
}
@media (max-width: 768px) {
  .l-inner--narrow {
    width: calc(100% - 64px);
  }
}
@media (max-width: 480px) {
  .l-inner--narrow {
    width: calc(100% - 40px);
  }
}

.u-orange {
  color: #f88558;
}

.u-yellow {
  color: #ffff81;
}

.u-em-orange {
  color: #f88558;
  --dot-step: 1.02em;
  position: relative;
}
.u-em-orange::before {
  content: "";
  position: absolute;
  top: -0.1em;
  left: 0;
  right: 0;
  height: 0.17em;
  background: radial-gradient(circle closest-side, #f88558 96%, transparent 100%) repeat-x left center/var(--dot-step, 1em) 100%;
}

.u-dots {
  --dot-step: 1.01em;
  position: relative;
}
.u-dots::before {
  content: "";
  position: absolute;
  top: -0.1em;
  left: 0;
  right: 0;
  height: 0.17em;
  background: radial-gradient(circle closest-side, #fff 96%, transparent 100%) repeat-x left center/var(--dot-step, 1em) 100%;
}

.l-header {
  position: relative;
  display: flex;
  align-items: center;
  min-height: clamp(64px, 5.2083333333vw, 100px);
  padding-left: clamp(20px, 3.75vw, 72px);
  background: #fff;
}
.l-header__logo {
  line-height: 0;
}
.l-header__logo img {
  width: clamp(150px, 13.9583333333vw, 268px);
}
.l-header__line {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(190px, 20.8333333333vw, 400px);
  height: clamp(64px, 5.2604166667vw, 101px);
  background: #00b300;
  line-height: 0;
}
.l-header__line img {
  width: 80%;
}

.c-cta {
  width: 100%;
}
.c-cta__link {
  position: relative;
  display: block;
  transition: opacity 0.25s;
}
.c-cta__link:hover {
  opacity: 0.85;
}
.c-cta__photo {
  position: absolute;
  top: 0;
  left: 15.18%;
  width: 64.41%;
}
.c-cta__btn {
  position: relative;
  z-index: 1;
  width: 100%;
}
.c-cta__note {
  width: 73.5%;
  margin-inline: auto;
  margin-top: clamp(12px, 1.25vw, 24px);
  line-height: 0;
}
.c-cta__note img {
  width: 100%;
}

.circle-bg {
  position: relative;
  overflow: hidden;
}
.circle-bg__img {
  position: absolute;
  z-index: -1;
  top: 100vh;
}

.p-hero {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}
.p-hero__bg-sp {
  display: none;
}
.p-hero__photo-sp {
  display: none;
}
@media (min-width: 769px) {
  .p-hero {
    aspect-ratio: 1920/1136;
    background: url("../images/hero-bg.png") no-repeat top center/cover;
  }
  .p-hero .p-hero__catch {
    position: absolute;
    top: 8.08%;
    left: 5.68%;
    width: 37.14%;
  }
  .p-hero .p-hero__photo {
    position: absolute;
  }
  .p-hero .p-hero__photo--left {
    left: -0.52%;
    bottom: 7.92%;
    width: 28.8%;
  }
  .p-hero .p-hero__photo--right {
    right: -1.09%;
    bottom: 7.3%;
    width: 25.68%;
  }
  .p-hero .p-hero__cta {
    position: absolute;
    top: 43.4%;
    left: 30.94%;
    width: 37.92%;
  }
}
@media (max-width: 768px) {
  .p-hero__bg-sp {
    display: block;
    width: 100%;
    height: 210px;
    object-fit: cover;
    object-position: center 30%;
  }
  .p-hero__catch {
    width: calc(100% - 40px);
    margin: 22px auto 0;
  }
  .p-hero__cta {
    width: 100%;
    padding: 0 40px;
    margin: 0 auto 15px;
    background: url("../images/hero-sp-bg.png") no-repeat center center/cover;
  }
  .p-hero__photos {
    display: none;
  }
  .p-hero__photo-sp {
    display: block;
    width: 100%;
    max-width: 751px;
    margin-inline: auto;
  }
}

.p-price {
  border-bottom: 3px solid #04abbd;
  margin-bottom: 10px;
}
.p-price__inner {
  max-width: 882px;
  margin: 0 auto;
  padding: 0 0 80px;
}
@media (max-width: 768px) {
  .p-price__inner {
    padding: 10px 20px 40px;
  }
}
.p-price__inner img {
  margin: 0 auto;
}

.p-worry {
  background-color: #eaf4eb;
  background-image: url("../images/dot-bg.jpg");
  background-repeat: repeat;
  background-size: 26px 26px;
  border-top: 3px solid #04abbd;
  padding-top: clamp(48px, 3.6458333333vw, 70px);
  padding-bottom: clamp(56px, 4.0625vw, 78px);
}
.p-worry__title {
  text-align: center;
  font-size: clamp(26px, 3.4375vw, 66px);
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0.02em;
  color: #2b5565;
}
.p-worry__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(6px, 1.1458333333vw, 22px);
  width: min(1060px, 100%);
  margin-inline: auto;
  margin-top: clamp(26px, 2.4479166667vw, 47px);
}
@media (max-width: 768px) {
  .p-worry__list {
    grid-template-columns: repeat(2, 1fr);
    max-width: 480px;
  }
}

.p-band {
  background: #fff;
  border-block: 3px solid #04abbd;
  padding-block: 11px 12px;
}
.p-band__inner {
  position: relative;
  padding-top: clamp(40px, 3.6979166667vw, 71px);
  padding-bottom: clamp(34px, 2.7083333333vw, 52px);
  padding-inline: 20px;
  background: linear-gradient(100deg, #00a4a5 0%, #00a4a5 24%, #66c294 62%, #a6d97a 100%);
  text-align: center;
  overflow: hidden;
}
.p-band__script {
  position: absolute;
  top: 20%;
  left: 24%;
  width: clamp(150px, 18.1770833333vw, 349px);
  opacity: 1;
  pointer-events: none;
}
@media (max-width: 768px) {
  .p-band__script {
    left: 50%;
    transform: translateX(-50%);
  }
}
.p-band__title {
  position: relative;
  display: grid;
  transform: skewX(-8deg);
  font-weight: 900;
  letter-spacing: 0.02em;
  color: #fff;
}
.p-band__title-main {
  font-size: clamp(28px, 3.75vw, 72px);
  line-height: 1.33;
}
.p-band__title-main em {
  color: #ffff81;
}
.p-band__title-sub {
  font-size: clamp(22px, 3.0729166667vw, 59px);
  line-height: 1.25;
}

.p-gallery {
  background-color: #eaf4eb;
  background-image: url("../images/dot-bg.jpg");
  background-repeat: repeat;
  background-size: 26px 26px;
  padding-top: clamp(40px, 2.5520833333vw, 49px);
  padding-bottom: clamp(44px, 2.7604166667vw, 53px);
}
.p-gallery__slider-wrap {
  position: relative;
  width: min(1177px, 100% - 200px);
  margin-inline: auto;
}
@media (max-width: 768px) {
  .p-gallery__slider-wrap {
    width: calc(100% - 60px);
  }
}
.p-gallery .swiper-slide {
  position: relative;
}
.p-gallery .swiper-slide img {
  width: 100%;
  aspect-ratio: 271/481;
  object-fit: cover;
}
.p-gallery__nav {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 44px;
  height: 60px;
  transform: translateY(-50%);
  background: none;
  border: none;
}
.p-gallery__nav::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 26px;
  height: 26px;
  border-top: 5px solid #04abbd;
  border-right: 5px solid #04abbd;
}
.p-gallery__nav--prev {
  right: 100%;
}
.p-gallery__nav--prev::before {
  transform: translate(-30%, -50%) rotate(-135deg);
}
.p-gallery__nav--next {
  left: 100%;
}
.p-gallery__nav--next::before {
  transform: translate(-70%, -50%) rotate(45deg);
}
.p-gallery__nav.swiper-button-disabled {
  opacity: 1;
}
@media (max-width: 768px) {
  .p-gallery__nav {
    width: 30px;
  }
  .p-gallery__nav::before {
    width: 16px;
    height: 16px;
    border-width: 3px;
  }
}
.p-gallery__tag {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(84px, 7.0833333333vw, 136px);
  height: clamp(24px, 1.875vw, 36px);
  background: #fff;
  font-size: clamp(11px, 0.9375vw, 18px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #2b5565;
  white-space: nowrap;
}

.p-video__link {
  position: relative;
  display: block;
  line-height: 0;
}
.p-video__link:hover .p-video__play {
  opacity: 0.85;
}
.p-video__thumb {
  width: 100%;
  aspect-ratio: 1920/727;
  object-fit: cover;
}
@media (max-width: 768px) {
  .p-video__thumb {
    aspect-ratio: 16/9;
  }
}
.p-video__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(60px, 6.4583333333vw, 124px);
  height: clamp(34px, 3.5416666667vw, 68px);
  background: #f00;
  border-radius: 14%/25%;
  transition: opacity 0.25s;
}
.p-video__play::before {
  content: "";
  border-style: solid;
  border-width: 0.55em 0 0.55em 0.95em;
  border-color: transparent transparent transparent #fff;
  font-size: clamp(13px, 1.3541666667vw, 26px);
}
.p-video__label {
  position: absolute;
  left: 50%;
  top: clamp(200px, 22.4479166667vw, 431px);
  transform: translateX(-50%);
  padding: 0.15em 0.9em;
  background: #fff;
  font-size: clamp(12px, 1.1458333333vw, 22px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #46474c;
}
@media (max-width: 768px) {
  .p-video__label {
    top: auto;
    bottom: 8%;
  }
}

.p-concept {
  background-color: #eaf4eb;
  background-image: url("../images/dot-bg.jpg");
  background-repeat: repeat;
  background-size: 26px 26px;
  position: relative;
  padding-top: clamp(56px, 4.0625vw, 78px);
  padding-bottom: clamp(60px, 4.3229166667vw, 83px);
  overflow: hidden;
}
.p-concept::before {
  content: "";
  position: absolute;
  right: 0;
  top: 42%;
  width: min(692px, 36vw);
  aspect-ratio: 783/644;
  background: url("../images/bg-grade-left.png") no-repeat right center/contain;
  pointer-events: none;
}
@media (max-width: 768px) {
  .p-concept::before {
    display: none;
  }
}
.p-concept .l-inner {
  position: relative;
}
.p-concept__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(24px, 2.0833333333vw, 40px);
}
@media (max-width: 768px) {
  .p-concept__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 90px 24px;
    max-width: 720px;
    margin-inline: auto;
  }
  .p-concept__list > :last-child {
    grid-column: 1/-1;
    width: calc(50% - 12px);
    margin-inline: auto;
  }
}
@media (max-width: 480px) {
  .p-concept__list {
    grid-template-columns: 1fr;
    max-width: 433px;
  }
  .p-concept__list > :last-child {
    grid-column: auto;
    width: auto;
  }
}
.p-concept__card {
  position: relative;
  margin-top: clamp(78px, 5.78125vw, 111px);
  background: #fff;
  border-radius: clamp(8px, 0.5208333333vw, 10px);
  box-shadow: 0 8px 24px rgba(40, 100, 90, 0.1);
}
.p-concept__badge {
  position: absolute;
  top: 1px;
  left: 50%;
  transform: translate(-50%, -100%);
  width: 53.6%;
  line-height: 0;
}
.p-concept__badge img {
  width: 100%;
}
.p-concept__photo {
  width: 100%;
  aspect-ratio: 433/278;
  object-fit: cover;
  border-radius: inherit;
  border-end-start-radius: 0;
  border-end-end-radius: 0;
}
.p-concept__body {
  padding-top: clamp(18px, 1.25vw, 24px);
  padding-bottom: clamp(28px, 2.0833333333vw, 40px);
  padding-left: clamp(20px, 1.5625vw, 30px);
  padding-right: clamp(20px, 1.5625vw, 30px);
}
.p-concept__title {
  font-size: clamp(19px, 1.6666666667vw, 32px);
  font-weight: 700;
  line-height: 1.32;
  letter-spacing: 0.02em;
  text-align: center;
  color: #00b1bc;
}
.p-concept__text {
  margin-top: clamp(14px, 1.1458333333vw, 22px);
  font-size: clamp(15px, 1.09375vw, 21px);
  line-height: 1.55;
  letter-spacing: 0.02em;
  font-weight: 500;
  color: #46474c;
}
.p-concept__message {
  text-align: center;
}
.p-concept__message-box {
  display: inline-block;
  margin-top: clamp(56px, 5.2604166667vw, 101px);
  padding-block: clamp(10px, 0.625vw, 12px);
  padding-inline: clamp(18px, 1.7708333333vw, 34px);
  border: 3px solid transparent;
  border-radius: 4px;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(96deg, #c9ef8c 0%, 50%, #29cbcf 100%) border-box;
  font-size: clamp(17px, 2.0833333333vw, 40px);
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0.02em;
  color: #2b5565;
}
@media (max-width: 768px) {
  .p-concept__message-box {
    padding-inline: 12px;
  }
}
.p-concept__poem {
  margin-top: clamp(24px, 1.6666666667vw, 32px);
  font-size: clamp(14px, 1.4583333333vw, 28px);
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: #2b5565;
}
.p-concept__sign {
  margin-top: clamp(22px, 2.34375vw, 45px);
  font-size: clamp(13px, 1.3541666667vw, 26px);
  font-weight: 500;
  line-height: 1.5;
  color: #2b5565;
}
.p-concept__sign img {
  width: 50vw;
  max-width: 471px;
  margin: 0 auto;
}
@media (max-width: 480px) {
  .p-concept__sign img {
    width: 90%;
    margin: 0 auto;
  }
}

.p-obi {
  line-height: 0;
}
.p-obi img {
  width: 100%;
  aspect-ratio: 1920/601;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 768px) {
  .p-obi img {
    object-position: 42% center;
  }
}

.p-everyday {
  background-color: #eaf4eb;
  background-image: url("../images/dot-bg.jpg");
  background-repeat: repeat;
  background-size: 26px 26px;
  position: relative;
  overflow: hidden;
}
.p-everyday::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  width: 100%;
  aspect-ratio: 1920/605;
  background: url("../images/voice-bg-top.png") no-repeat top center/100% 100%;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 768px) {
  .p-everyday::before {
    display: none;
  }
}
.p-everyday::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100%;
  display: block;
  background: url("../images/everyday-grade.png") no-repeat top center/100% auto;
  pointer-events: none;
}
.p-everyday__head {
  position: relative;
  z-index: 1;
  padding-top: clamp(34px, 2.6041666667vw, 50px);
  padding-inline: 20px;
  text-align: center;
  color: #fff;
}
@media (max-width: 768px) {
  .p-everyday__head {
    padding-bottom: 60px;
    margin-bottom: -26px;
    background: linear-gradient(112deg, #00a4a5 8%, #66c294 62%, #a6d97a 100%);
    border-end-start-radius: 50% 40px;
    border-end-end-radius: 50% 40px;
  }
}
.p-everyday__lead {
  font-family: "Zen Old Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-weight: 700;
  font-size: clamp(15px, 1.9791666667vw, 38px);
  line-height: 1.95;
  letter-spacing: 0.06em;
}
.p-everyday__lead-line {
  display: block;
}
.p-everyday__lead-lg {
  font-size: 1.1em;
  font-weight: inherit;
}
.p-everyday__lead-num {
  font-size: clamp(19px, 2.5vw, 48px);
}
.p-everyday__title {
  margin-top: clamp(10px, 0.7291666667vw, 14px);
  font-size: clamp(24px, 3.6458333333vw, 70px);
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: 0.01em;
  transform: skewX(-8deg);
}
.p-everyday__title-white {
  color: #fff;
}
.p-everyday__title-bracket {
  font-weight: 400;
}
.p-everyday__title-de {
  font-size: 0.72em;
}
.p-everyday__title-shadow {
  text-shadow: 0 4px 8px rgba(0, 92, 88, 0.65);
}
.p-everyday__photos {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 651px));
  justify-content: center;
  column-gap: clamp(30px, 5.1041666667vw, 98px);
  row-gap: clamp(40px, 3.1770833333vw, 61px);
  width: min(1400px, 100% - 80px);
  margin-inline: auto;
  margin-top: clamp(34px, 3.6458333333vw, 70px);
}
@media (min-width: 1500px) {
  .p-everyday__photos {
    transform: translateX(34px);
  }
}
@media (max-width: 768px) {
  .p-everyday__photos {
    width: calc(100% - 64px);
  }
}
@media (max-width: 768px) {
  .p-everyday__photos {
    grid-template-columns: minmax(0, 651px);
    width: calc(100% - 40px);
  }
}
.p-everyday__photo {
  position: relative;
}
.p-everyday__photo img {
  width: 100%;
  aspect-ratio: 651/423;
  object-fit: cover;
  border: 8px solid #fff;
  border-radius: 3px;
  box-shadow: 0 6px 18px rgba(40, 100, 90, 0.12);
}
@media (max-width: 768px) {
  .p-everyday__photo img {
    border-width: 5px;
  }
}
.p-everyday__photo--center {
  grid-column: 1/-1;
  width: min(651px, 100%);
  margin-inline: auto;
}
@media (max-width: 768px) {
  .p-everyday__photo--center {
    grid-column: auto;
  }
}
.p-everyday__label {
  position: absolute;
  left: clamp(-69px, -3.59vw, -10px);
  bottom: clamp(14px, 2.34375vw, 45px);
  padding-block: clamp(4px, 0.3125vw, 6px);
  padding-inline: clamp(12px, 1.6145833333vw, 31px);
  background: #fff;
  border: 2px solid;
  border-image: linear-gradient(96deg, #7fcfd6 0%, #cfe07f 100%) 1;
  font-size: clamp(13px, 1.5625vw, 30px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #2b5565;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .p-everyday__label {
    left: 0;
    white-space: normal;
  }
}
.p-everyday__points {
  padding-bottom: 10px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(16px, 2.96875vw, 57px);
  margin-top: clamp(44px, 3.6458333333vw, 70px);
}
.p-everyday__points li {
  width: clamp(96px, 14.8958333333vw, 286px);
}
.p-everyday__points img {
  width: 100%;
  filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.1));
}

.c-heading {
  position: relative;
  text-align: center;
}
.c-heading__script {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -55%);
  pointer-events: none;
}
.c-heading__script--voice {
  width: clamp(200px, 25.625vw, 492px);
}
.c-heading__script--message {
  width: clamp(180px, 22.7083333333vw, 436px);
}
.c-heading__title {
  position: relative;
  display: block;
  padding-bottom: clamp(14px, 1.0416666667vw, 20px);
  font-size: clamp(26px, 2.7083333333vw, 52px);
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0.06em;
  color: #00b1bc;
}
.c-heading__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: clamp(90px, 8.3333333333vw, 160px);
  height: clamp(5px, 0.4166666667vw, 8px);
  background: #c9ee8c;
}
.c-heading__small {
  font-size: 0.68em;
}

.grade-voice-message {
  position: relative;
  background-color: #eaf4eb;
  background-image: url("../images/dot-bg.jpg");
  background-repeat: repeat;
  background-size: 26px 26px;
}
.grade-voice-message::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100%;
  display: block;
  background: url("../images/voice-grade.png") no-repeat bottom center/100% auto;
  pointer-events: none;
  z-index: 1;
}

.p-voice {
  position: relative;
  z-index: 2;
  padding-bottom: clamp(72px, 8.2291666667vw, 158px);
}
.p-voice .c-heading {
  padding-top: clamp(60px, 6.6145833333vw, 127px);
}
.p-voice__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(30px, 3.28125vw, 63px);
  width: min(1365px, 100%);
  margin-inline: auto;
  margin-top: clamp(66px, 5.0520833333vw, 97px);
}
@media (max-width: 768px) {
  .p-voice__list {
    grid-template-columns: 1fr;
    gap: 76px;
    max-width: 620px;
  }
}
.p-voice__icon {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -25%);
  width: clamp(96px, 8.6458333333vw, 166px);
}
.p-voice__role {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: clamp(56px, 5vw, 96px);
  font-size: clamp(16px, 1.25vw, 24px);
  font-weight: 700;
  line-height: 1.33;
  letter-spacing: 0.06em;
  text-align: center;
}
.p-voice__text {
  margin-top: clamp(14px, 0.9895833333vw, 19px);
  font-size: clamp(14px, 1.0416666667vw, 20px);
  line-height: 1.6;
  letter-spacing: 0.02em;
}

.p-message {
  position: relative;
  z-index: 2;
  padding-bottom: clamp(72px, 7.1875vw, 138px);
}
.p-message .l-inner--narrow {
  width: min(1097px, 100% - 80px);
}
@media (max-width: 768px) {
  .p-message .l-inner--narrow {
    width: calc(100% - 64px);
  }
}
@media (max-width: 768px) {
  .p-message .l-inner--narrow {
    width: calc(100% - 40px);
  }
}
.p-message__card {
  display: flex;
  align-items: center;
  gap: clamp(20px, 4.6875vw, 90px);
  margin-top: clamp(32px, 3.1770833333vw, 61px);
  padding-block: clamp(28px, 2.1875vw, 42px);
  padding-left: clamp(22px, 4.7916666667vw, 92px);
  padding-right: clamp(22px, 2.0833333333vw, 40px);
  background: #fff;
  border-radius: clamp(10px, 0.8333333333vw, 16px);
  box-shadow: 0 8px 24px rgba(40, 100, 90, 0.1);
}
@media (max-width: 480px) {
  .p-message__card {
    flex-direction: column;
    text-align: center;
  }
}
.p-message__photo {
  flex-shrink: 0;
  width: clamp(170px, 15.2083333333vw, 292px);
}
.p-message__body {
  flex: 1;
}
@media (max-width: 480px) {
  .p-message__body {
    text-align: left;
  }
}
.p-message__position {
  font-size: clamp(12px, 0.9375vw, 18px);
  font-weight: 500;
  line-height: 1.7;
  color: #00b1bc;
}
@media (max-width: 480px) {
  .p-message__position {
    text-align: center;
  }
}
.p-message__name {
  margin-top: clamp(6px, 0.7291666667vw, 14px);
}
@media (max-width: 480px) {
  .p-message__name img {
    margin: 0 auto;
  }
}
.p-message__catch {
  margin-top: clamp(16px, 2.3958333333vw, 46px);
  font-size: clamp(15px, 1.3020833333vw, 25px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #f88558;
}
.p-message__text {
  margin-top: clamp(8px, 0.8333333333vw, 16px);
  font-size: clamp(14px, 1.0416666667vw, 20px);
  font-weight: 700;
  line-height: 1.45;
  color: #2b5565;
}
@media (max-width: 768px) {
  .p-message__text br {
    display: none;
  }
}

.p-trial {
  padding-top: clamp(52px, 5.2083333333vw, 100px);
  padding-bottom: clamp(64px, 5.3125vw, 102px);
  background: url("../images/faq-bg.jpg") no-repeat center/cover;
  text-align: center;
}
.p-trial__title {
  font-size: clamp(28px, 3.8541666667vw, 74px);
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: 0.04em;
  color: #ffff81;
  transform: skewX(-8deg);
}
.p-trial__price {
  width: min(885px, 100%);
  margin-top: clamp(30px, 3.28125vw, 63px);
  margin-inline: auto;
  border: 5px solid #dff29b;
  border-radius: clamp(6px, 0.5208333333vw, 10px);
  color: #fff;
}
.p-trial__table {
  padding: 80px 0;
  text-align: center;
}
@media (max-width: 768px) {
  .p-trial__table {
    padding: 5vh 0 2vh;
  }
}
.p-trial__table img {
  margin: 0 auto;
}
.p-trial__price-main {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-block: clamp(10px, 0.7291666667vw, 14px);
  padding-inline: 12px;
  font-size: clamp(16px, 2.1875vw, 42px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.06em;
}
.p-trial__price-main strong {
  font-size: clamp(24px, 3.6458333333vw, 70px);
  font-weight: 900;
  letter-spacing: 0.04em;
}
.p-trial__arrow {
  margin-inline: clamp(8px, 1.1458333333vw, 22px);
  font-size: 0.55em;
  color: #f88558;
}
.p-trial__price-sub {
  padding-block: clamp(6px, 0.4166666667vw, 8px);
  padding-inline: 12px;
  border-top: 3px solid #dff29b;
  font-size: clamp(14px, 1.9791666667vw, 38px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
.p-trial__price-sub strong {
  font-weight: 900;
}
.p-trial__badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(10px, 0.9895833333vw, 19px);
  margin-top: clamp(12px, 1.1458333333vw, 22px);
}
.p-trial__badges li {
  width: min(359px, 100%);
  padding-block: clamp(3px, 0.2083333333vw, 4px);
  padding-inline: 16px;
  background: #e9f6e9;
  border-radius: 999px;
  font-size: clamp(14px, 1.5625vw, 30px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #00b1bc;
}
@media (max-width: 768px) {
  .p-trial__badges {
    flex-wrap: nowrap;
    gap: 8px;
  }
  .p-trial__badges li {
    flex: 1 1 0;
    width: auto;
    min-width: 0;
    padding-inline: 8px;
    font-size: clamp(11px, 3.2vw, 14px);
    letter-spacing: 0.04em;
    white-space: nowrap;
    text-align: center;
  }
}

.p-faq {
  display: flex;
  gap: clamp(16px, 5.78125vw, 111px);
  width: min(1297px, 100%);
  margin-top: clamp(36px, 3.6458333333vw, 70px);
  margin-inline: auto;
  padding-block: clamp(24px, 1.8229166667vw, 35px);
  padding-left: clamp(22px, 2.65625vw, 51px);
  padding-right: clamp(22px, 3.0208333333vw, 58px);
  background: #fff;
  border-radius: clamp(12px, 1.0416666667vw, 20px);
  text-align: left;
}
@media (max-width: 768px) {
  .p-faq {
    flex-direction: column;
    gap: 6px;
  }
}
.p-faq__head {
  flex-shrink: 0;
  padding-top: clamp(0px, 1.25vw, 24px);
}
@media (max-width: 768px) {
  .p-faq__head {
    display: flex;
    align-items: baseline;
    gap: 12px;
  }
}
.p-faq__logo {
  font-size: clamp(30px, 4.0625vw, 78px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #00b1bc;
}
.p-faq__sub {
  margin-top: clamp(0px, 0.625vw, 12px);
  font-size: clamp(13px, 1.4583333333vw, 28px);
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #f88558;
}
.p-faq__list {
  flex: 1;
}
.p-faq__item {
  border-bottom: 1px dashed #949494;
}
.p-faq__item:first-child {
  border-top: 1px dashed #949494;
}
.p-faq__item--teal {
  --faq-color: #00b1bc;
}
.p-faq__item--orange {
  --faq-color: #f88558;
}
.p-faq__question {
  display: flex;
  align-items: center;
  gap: clamp(12px, 2.0833333333vw, 40px);
  width: 100%;
  min-height: clamp(60px, 5.5729166667vw, 107px);
  padding-block: 8px;
  background: none;
  border: none;
  text-align: left;
}
.p-faq__q {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(34px, 3.125vw, 60px);
  height: clamp(34px, 3.125vw, 60px);
  border-radius: 50%;
  background: var(--faq-color);
  font-size: clamp(17px, 1.5625vw, 30px);
  font-weight: 700;
  line-height: 1;
  color: #fff;
}
.p-faq__q-text {
  flex: 1;
  font-size: clamp(15px, 1.3541666667vw, 26px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: var(--faq-color);
}
.p-faq__toggle {
  position: relative;
  flex-shrink: 0;
  width: clamp(18px, 1.5625vw, 30px);
  height: clamp(18px, 1.5625vw, 30px);
}
.p-faq__toggle::before, .p-faq__toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: var(--faq-color);
  transition: transform 0.25s;
}
.p-faq__toggle::before {
  width: 100%;
  height: 4px;
  transform: translate(-50%, -50%);
}
.p-faq__toggle::after {
  width: 4px;
  height: 100%;
  transform: translate(-50%, -50%);
}
.p-faq__question[aria-expanded=true] .p-faq__toggle::after {
  transform: translate(-50%, -50%) scaleY(0);
}
.p-faq__answer {
  overflow: hidden;
  transition: max-height 0.25s ease;
}
.p-faq__answer p {
  padding-bottom: 24px;
  padding-left: clamp(0px, 5.2083333333vw, 100px);
  font-size: clamp(14px, 1.09375vw, 21px);
  line-height: 1.8;
}

.p-final {
  background-color: #eaf4eb;
  background-image: url("../images/dot-bg.jpg");
  background-repeat: repeat;
  background-size: 26px 26px;
  padding-top: clamp(40px, 1.25vw, 24px);
  text-align: center;
}
.p-final .c-cta {
  width: min(728px, 100%);
  margin-inline: auto;
}
@media (max-width: 768px) {
  .p-final .c-cta {
    max-width: 380px;
  }
}
.p-final__line {
  margin-top: clamp(40px, 3.90625vw, 75px);
  line-height: 0;
}
.p-final__line a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(250px, 20.8333333333vw, 400px);
  height: clamp(64px, 5.2604166667vw, 101px);
  background: #00b300;
  transition: opacity 0.25s;
}
.p-final__line a:hover {
  opacity: 0.85;
}
.p-final__line img {
  width: 80%;
}
.p-final__logo {
  margin-top: clamp(28px, 2.7083333333vw, 52px);
  line-height: 0;
}
.p-final__logo img {
  width: clamp(160px, 13.9583333333vw, 268px);
  margin-inline: auto;
  mix-blend-mode: multiply;
}

.l-footer {
  background-color: #eaf4eb;
  background-image: url("../images/dot-bg.jpg");
  background-repeat: repeat;
  background-size: 26px 26px;
  padding-top: clamp(16px, 2.3958333333vw, 46px);
  padding-bottom: clamp(26px, 1.9270833333vw, 37px);
  padding-inline: 20px;
}
.l-footer__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.l-footer__links li {
  font-size: clamp(11px, 0.8854166667vw, 17px);
  font-weight: 700;
  line-height: 1.8;
  color: #46474c;
}
.l-footer__links li:not(:last-child)::after {
  content: "｜";
  margin-inline: 0.2em;
  font-weight: 400;
  opacity: 0.6;
}
.l-footer__links a {
  transition: opacity 0.25s;
}
.l-footer__links a:hover {
  opacity: 0.6;
}
.l-footer__copyright {
  margin-top: clamp(4px, 0.4166666667vw, 8px);
  text-align: center;
}
.l-footer__copyright small {
  font-size: clamp(11px, 0.8854166667vw, 17px);
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #46474c;
}/*# sourceMappingURL=style.css.map */