@charset "UTF-8";
/* =======================================================
color
========================================================== */
/* =======================================================
font family, font size, weight, line-height
========================================================== */
/* =======================================================
layout
========================================================== */
/* ==============================================================
重なり順の定義
================================================================= */
/* ==============================================================
breakpoints (sm, md, lg, xl)
================================================================= */
/*================================================================
「最小値をSP時の数値」「最大値をPC時の数値」とし、
レスポンシブデザインは「画面幅に応じた数値」とする関数
================================================================*/
/*================================================================
「最小値をSP時の数値」「最大値をPC時の数値」とする関数
================================================================*/
/*================================================================
「最大値をPC時の数値」とする関数
================================================================*/
/*================================================================
「最小値をSP時の数値」とする関数
================================================================*/
/*================================================================
「SP時の数値」「PC時の数値」を合わせた上で、
最大値と最小値を設定せず「画面幅に応じた数値」とする関数
================================================================*/
/* =======================================================
共通パーツ
========================================================== */
/*
共通
*/
body {
  font-family: "Zen Old Mincho", serif;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 1.5;
  background: #F8F1F3;
}

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

.l-inner {
  max-width: 750px;
  margin: 0 auto;
}

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

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

.u-hidden-visually {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* =======================================================
fv (layout)
========================================================== */
@media screen and (min-width: 900px) {
  .l-fv__inner {
    max-width: 896px;
    margin-inline: auto;
  }
}

.l-fv__image {
  max-width: 2000px;
  margin: 0 auto;
}

/* =======================================================
fv (project)
========================================================== */
/* =======================================================
cta (layout)
========================================================== */
.l-cta__button {
  margin-inline: 6.8%;
  margin-top: -22%;
}

/* =======================================================
cta (project)
========================================================== */
.p-cta {
  background: #ffffff;
}

.pulse {
  -webkit-animation-name: pulse;
          animation-name: pulse;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: 1000;
          animation-iteration-count: 1000;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.02, 1.05, 1.02);
            transform: scale3d(1.02, 1.05, 1.02);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.02, 1.05, 1.02);
            transform: scale3d(1.02, 1.05, 1.02);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.p-cta__button a img:hover {
  opacity: 0.8;
}

/* =======================================================
cta (layout)
========================================================== */
.l-cta {
  padding-top: 10px;
  margin-top: -22%;
}

.l-cta--2 {
  margin-top: 0;
  padding-top: 37px;
}

.l-cta--3 {
  margin-top: 0;
  padding-top: 37.5px;
}

.l-cta--5 {
  padding-bottom: clamp(33px, 18px + 4vw, 66px);
  margin-top: -7%;
}
.l-cta--5 .p-cta__image {
  padding-top: clamp(10px, 5.4545454545px + 1.2121212121vw, 20px);
}

/* =======================================================
worries (layout)
========================================================== */
.l-worries__inner {
  padding-block: clamp(67.5px, 43.6363636364px + 6.3636363636vw, 120px) clamp(63px, 37.0909090909px + 6.9090909091vw, 120px);
  padding-inline: clamp(12px, -14.3636363636px + 7.0303030303vw, 70px);
}

.l-worries__image-triangle {
  width: 100%;
  margin-top: -7px;
}
@media screen and (min-width: 900px) {
  .l-worries__image-triangle {
    max-width: 2000px;
    margin-inline: auto;
  }
}

/* =======================================================
worries (project)
========================================================== */
.p-worries {
  overflow-x: hidden;
  background: #ffffff;
}

.p-worries__content {
  position: relative;
  z-index: 1;
}
.p-worries__content::before {
  content: "";
  width: 150px;
  height: 207.5px;
  background: url(./../img/worries_deco_drop.webp) no-repeat center center/contain;
  position: absolute;
  top: 66%;
  right: -8%;
  z-index: -1;
}
@media screen and (min-width: 600px) {
  .p-worries__content::before {
    width: 200px;
    height: 277px;
  }
}
@media screen and (min-width: 900px) {
  .p-worries__content::before {
    width: 300px;
    height: 415px;
  }
}

.c-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding-bottom: clamp(28px, 13.4545454545px + 3.8787878788vw, 60px);
  font-size: min(21.8181818182px + 2.1818181818vw, 48px);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: center;
  position: relative;
}
.c-title::before {
  content: "";
  width: 88.5px;
  height: 79px;
  background: url(../img/worries_deco_circle.webp) no-repeat center center/contain;
  position: absolute;
  top: -5px;
  left: -17px;
  z-index: -1;
}
@media screen and (min-width: 600px) {
  .c-title::before {
    width: 118px;
    height: 105px;
    left: 30px;
  }
}
@media screen and (min-width: 900px) {
  .c-title::before {
    width: 168px;
    height: 151px;
    left: 40px;
  }
}
.c-title::after {
  content: "";
  width: 50px;
  height: 1.5px;
  background: #bb4968;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 600px) {
  .c-title::after {
    width: 70px;
  }
}
@media screen and (min-width: 900px) {
  .c-title::after {
    width: 100px;
  }
}

.p-worries-content__texts {
  margin-top: clamp(30.5px, 3.4545454545px + 7.2121212121vw, 90px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(19px, 9.4545454545px + 2.5454545455vw, 40px);
}

.p-worries-content__text {
  padding-left: 6.2678062678%;
  font-size: min(9.6363636364px + 1.696969697vw, 30px);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  position: relative;
  color: #666;
}
.p-worries-content__text span {
  display: block;
  color: #cc879b;
}
.p-worries-content__text::before {
  content: "";
  width: 15px;
  height: 13px;
  background: url(./../img/worries_icon_check.webp) no-repeat center center/contain;
  position: absolute;
  top: 12%;
  left: 0;
}
@media screen and (min-width: 600px) {
  .p-worries-content__text::before {
    width: 20px;
    height: 17px;
  }
}
@media screen and (min-width: 768px) {
  .p-worries-content__text::before {
    width: 25px;
    height: 21px;
  }
}
@media screen and (min-width: 900px) {
  .p-worries-content__text::before {
    width: 30px;
    height: 26px;
  }
}

.p-worries__image-triangle {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.1%, white), to(#f3d9d2));
  background: linear-gradient(white 0.1%, #f3d9d2 100%);
}
@media screen and (min-width: 1200px) {
  .p-worries__image-triangle {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.1%, white), to(#F6E1D8));
    background: linear-gradient(white 0.1%, #F6E1D8 100%);
  }
}

/* =======================================================
about (layout)
========================================================== */
.l-about {
  padding-top: 25.5px;
  padding-bottom: 14px;
}

.l-about__inner {
  padding-inline: clamp(12px, -4.3636363636px + 4.3636363636vw, 48px);
}

.l-about-top__text--large {
  margin-top: 22px;
}

.l-about__box {
  max-width: 896px;
  margin-inline: auto;
}

@media screen and (min-width: 900px) {
  .l-about__bottom {
    max-width: 896px;
    margin-inline: auto;
  }
}

/* =======================================================
about (project)
========================================================== */
.p-about {
  text-align: center;
  background: url(./../img/about_bg.webp) no-repeat center center/cover;
}

.p-about-top__text--small {
  font-size: min(16.9090909091px + 1.0909090909vw, 30px);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.79;
  letter-spacing: normal;
}

.p-about-top__text--large {
  font-size: min(18.9090909091px + 2.4242424242vw, 48px);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.34;
  letter-spacing: normal;
}
.p-about-top__text--large span {
  position: relative;
}
.p-about-top__text--large span::after {
  content: "";
  display: block;
  width: 103.1746031746%;
  height: 5px;
  background: #FFFFFF;
  position: absolute;
  bottom: 5px;
  left: -5px;
  z-index: -1;
}

.p-about__box {
  margin-top: 90.5px;
  padding-block: clamp(39.5px, 30.1818181818px + 2.4848484848vw, 60px);
  padding-inline: clamp(14px, 7.6363636364px + 1.696969697vw, 28px) clamp(13px, 7.0909090909px + 1.5757575758vw, 26px);
  background: #FFFFFF;
  -webkit-box-shadow: 0px 2px 20px -5px #bb4968;
          box-shadow: 0px 2px 20px -5px #bb4968;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

.p-about-box__head {
  white-space: nowrap;
  min-width: 260px;
  font-size: min(19.0909090909px + 0.9090909091vw, 30px);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  padding-block: clamp(5px, 1.8181818182px + 0.8484848485vw, 12px);
  padding-inline: clamp(13px, 6.1818181818px + 1.8181818182vw, 28px);
  -webkit-box-shadow: 0.9px 1.8px 2.4px 0.1px rgba(204, 135, 155, 0.17);
          box-shadow: 0.9px 1.8px 2.4px 0.1px rgba(204, 135, 155, 0.17);
  background-image: linear-gradient(155deg, #fdafc4 35%, #fff 70%, #fff);
  position: absolute;
  top: -5.5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-about-box__head span {
  font-size: min(13.0909090909px + 0.9090909091vw, 24px);
}
@media screen and (min-width: 900px) {
  .p-about-box__head {
    top: -3%;
  }
}

.p-about-box__description {
  padding-top: 24.5px;
  padding-left: 6%;
  text-align: left;
  font-size: min(12.5454545455px + 1.4545454545vw, 30px);
  line-height: 1.67;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-about-box__description {
    text-align: center;
  }
}

.p-about-box__illust {
  width: clamp(5.75rem, 2.714rem + 12.95vw, 10rem);
  position: absolute;
  bottom: 0;
  right: 5%;
}
.p-about__bottom {
  margin-top: clamp(24.5px, 12.9090909091px + 3.0909090909vw, 50px);
}

.p-about-bottom__image {
  display: inline-block;
  width: clamp(9.5px, 4.7272727273px + 1.2727272727vw, 20px);
}

.p-about-bottom__text {
  margin-top: clamp(10px, 5.4545454545px + 1.2121212121vw, 20px);
  padding-top: clamp(85.5px, -34.7272727273px + 32.0606060606vw, 350px);
  padding-bottom: clamp(86px, -34px + 32vw, 350px);
  font-size: min(14.5454545455px + 2.7878787879vw, 48px);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  color: #FFFFFF;
  background: url(./../img/about_deco_cloud.webp) no-repeat center center/contain;
}

/* =======================================================
risks (layout)
========================================================== */
.l-risks {
  padding-top: clamp(0px, -27.2727272727px + 7.2727272727vw, 60px);
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  overflow-y: hidden;
}

.l-risks__head {
  grid-area: 1/1;
  padding-top: 14%;
}
@media screen and (min-width: 768px) {
  .l-risks__head {
    padding-top: 0;
  }
}

.l-risks__image {
  width: 100%;
  grid-area: 1/1;
  margin-top: -42%;
}
@media screen and (min-width: 768px) {
  .l-risks__image {
    margin-top: -35%;
  }
}

/* =======================================================
risks (project)
========================================================== */
.p-risks {
  background: #ffffff;
}

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

.p-risks__head .c-title {
  display: block;
  letter-spacing: -0.06em;
}

.p-risks__head .c-title::before {
  top: -12px;
  left: -15px;
}

/* =======================================================
why (layout)
========================================================== */
.l-why {
  padding-top: clamp(75px, 36.3636363636px + 10.303030303vw, 160px);
  padding-bottom: clamp(120.5px, 102.5454545455px + 4.7878787879vw, 160px);
}

.l-why__content {
  margin-top: clamp(40px, 12.7272727273px + 7.2727272727vw, 100px);
}
@media screen and (min-width: 600px) {
  .l-why__content {
    text-align: center;
    max-width: 860px;
    margin-inline: auto;
  }
}

/* =======================================================
why (project)
========================================================== */
.p-why {
  background: url(./../img/why_bg.webp) no-repeat top center/cover;
}

.p-why__head .c-title {
  letter-spacing: -0.066em;
}

.p-why-content__text {
  margin-top: clamp(42px, 25.6363636364px + 4.3636363636vw, 78px);
  padding-left: clamp(1.031rem, -2.241rem + 16.36vw, 1.594rem);
  font-size: clamp(0.938rem, 0.21rem + 3.64vw, 1.063rem);
  white-space: nowrap;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.76;
  letter-spacing: normal;
}
@media screen and (min-width: 376px) {
  .p-why-content__text {
    font-size: min(11.0909090909px + 1.5757575758vw, 30px);
  }
}
@media screen and (min-width: 600px) {
  .p-why-content__text {
    padding-left: 0;
  }
}

.p-why-content__text--2,
.p-why-content__text--4,
.p-why-content__text--5 {
  margin-top: clamp(25px, 13.6363636364px + 3.0303030303vw, 50px);
}

.p-why-content__text-lg {
  padding-left: clamp(1.031rem, -2.241rem + 16.36vw, 1.594rem);
  margin-top: clamp(23px, -0.6363636364px + 6.303030303vw, 75px);
  font-size: clamp(1.25rem, 0.523rem + 3.64vw, 1.375rem);
  white-space: nowrap;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.59;
  letter-spacing: normal;
}
@media screen and (min-width: 376px) {
  .p-why-content__text-lg {
    font-size: min(14.7272727273px + 1.9393939394vw, 38px);
  }
}
@media screen and (min-width: 600px) {
  .p-why-content__text-lg {
    padding-left: 0;
  }
}
.p-why-content__text-lg p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #fdafc4), color-stop(90%, transparent));
  background: linear-gradient(transparent 70%, #fdafc4 70%, transparent 90%);
}
@media screen and (min-width: 600px) {
  .p-why-content__text-lg p {
    margin-inline: auto;
  }
}
.p-why-content__text-lg--2 {
  font-size: clamp(1.125rem, 0.398rem + 3.64vw, 1.25rem);
  margin-top: clamp(25px, 2.2727272727px + 6.0606060606vw, 75px);
  line-height: 1.69;
}
@media screen and (min-width: 376px) {
  .p-why-content__text-lg--2 {
    font-size: min(15.4545454545px + 1.2121212121vw, 30px);
  }
}

.p-why-content__image {
  margin-top: clamp(41px, 15.0909090909px + 6.9090909091vw, 98px);
  padding-inline: clamp(11px, -11.2727272727px + 5.9393939394vw, 60px) clamp(12px, -9.8181818182px + 5.8181818182vw, 60px);
}

.p-why__message {
  margin-top: clamp(45.5px, 21.1818181818px + 6.4848484848vw, 99px);
  padding-inline: 12.5px;
  max-width: 880px;
  margin-inline: auto;
}
.p-why__message p {
  font-size: clamp(1rem, -0.455rem + 7.27vw, 1.25rem);
  padding: 16px 15px 15.5px;
  background: #fdafc4;
  text-align: center;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: normal;
  text-shadow: 0px 0px 10px #ffffff, 0px 0px 10px #ffffff, 0px 0px 10px #ffffff, 0px 0px 10px #ffffff, 0px 0px 10px #ffffff, 0px 0px 10px #ffffff, 0px 0px 10px #ffffff, 0px 0px 10px #ffffff, 0px 0px 10px #ffffff, 0px 0px 10px #ffffff, 0px 0px 10px #ffffff;
}
@media screen and (min-width: 376px) {
  .p-why__message p {
    font-size: min(15.4545454545px + 1.2121212121vw, 30px);
  }
}

/* =======================================================
movie (layout)
========================================================== */
.l-movie {
  padding-top: clamp(53px, 22.5454545455px + 8.1212121212vw, 120px);
  padding-bottom: clamp(55px, 25.4545454545px + 7.8787878788vw, 120px);
  padding-inline: 12.5px;
}

.l-movie__box {
  margin-top: clamp(38.5px, 19.1818181818px + 5.1515151515vw, 81px);
}

.l-movie-box__content {
  margin-top: 38px;
}

.l-movie-box__bottom {
  margin-top: clamp(20px, 10.9090909091px + 2.4242424242vw, 40px);
}

.l-movie__message {
  margin-top: clamp(64px, 20.3636363636px + 11.6363636364vw, 160px);
}

/* =======================================================
movie (project)
========================================================== */
.p-movie {
  background: url(./../img/movie_bg.webp) no-repeat top center/cover;
}

.p-movie__head .c-title {
  letter-spacing: -0.066em;
  z-index: 1;
}
.p-movie__head .c-title::before {
  top: -33%;
  z-index: -1;
}

.p-movie__box {
  background: #FFFFFF;
  border: 1px solid #666;
  padding-block: clamp(40.5px, 31.6363636364px + 2.3636363636vw, 60px) clamp(35px, 23.6363636364px + 3.0303030303vw, 60px);
  padding-inline: clamp(12.5px, 6.8181818182px + 1.5151515152vw, 25px);
}
@media screen and (min-width: 600px) {
  .p-movie__box {
    max-width: 810px;
    margin-inline: auto;
  }
}

.p-movie-box__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-movie-box__content__text {
  font-size: clamp(0.875rem, -0.216rem + 5.45vw, 1.063rem);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  padding-block: clamp(14px, 6.7272727273px + 1.9393939394vw, 30px) clamp(14px, 7.6363636364px + 1.696969697vw, 28px);
  padding-left: 29px;
  position: relative;
}
@media screen and (min-width: 376px) {
  .p-movie-box__content__text {
    font-size: min(11.0909090909px + 1.5757575758vw, 30px);
  }
}
@media screen and (min-width: 768px) {
  .p-movie-box__content__text {
    padding-left: 35px;
  }
}
.p-movie-box__content__text::before {
  content: "";
  width: 18px;
  height: 15.5px;
  background: url(./../img/movie_icon_check.webp) no-repeat center center/contain;
  position: absolute;
  top: 25%;
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-movie-box__content__text::before {
    width: 24px;
    height: 19px;
  }
}
.p-movie-box__content__text::after {
  content: "";
  width: 100%;
  height: 3px;
  background: url(./../img/movie_deco_dod.webp) no-repeat center center/cover;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-movie-box__bottom {
  text-align: center;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.p-movie-box-bottom__text-sm {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-size: min(12.5454545455px + 1.4545454545vw, 30px);
  line-height: 1;
  color: #666;
  position: relative;
  z-index: 1;
}
.p-movie-box-bottom__text-sm::before {
  content: "";
  width: 108.5px;
  height: 22px;
  background: url(./../img/movie_icon_triangle.svg) no-repeat center center/cover;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-movie-box-bottom__text-sm::before {
    width: 195px;
    height: 40px;
  }
}

.p-movie-box-bottom__text-lg p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-size: min(19.0909090909px + 1.5757575758vw, 38px);
  line-height: 1.5;
  text-align: center;
  text-shadow: 0px 0px 10px #ffffff, 0px 0px 10px #ffffff, 0px 0px 10px #ffffff, 0px 0px 10px #ffffff, 0px 0px 10px #ffffff;
  position: relative;
  z-index: 1;
}
.p-movie-box-bottom__text-lg p::after {
  content: "";
  width: 101%;
  height: 5px;
  background: #fdafc4;
  position: absolute;
  bottom: 20%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}

.p-movie__message {
  text-align: center;
}
.p-movie__message p {
  font-size: clamp(1.313rem, 0.585rem + 3.64vw, 1.438rem);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.96;
  letter-spacing: normal;
}
@media screen and (min-width: 376px) {
  .p-movie__message p {
    font-size: min(19.8181818182px + 0.8484848485vw, 30px);
  }
}

/* =======================================================
recommend (layout)
========================================================== */
.l-recommend {
  padding-top: clamp(44px, 9.4545454545px + 9.2121212121vw, 120px);
}

.l-recommend__image {
  margin-top: 2%;
}

.l-recommend__image--triangle {
  margin-top: 10%;
}

/* =======================================================
recommend (project)
========================================================== */
.p-recommend {
  background: #ffffff;
}

.p-recommend__head .c-title {
  letter-spacing: -0.06em;
}
.p-recommend__head .c-title::before {
  top: -12%;
  left: -5%;
}

.p-recommend__image {
  width: 100%;
}
@media screen and (min-width: 900px) {
  .p-recommend__image {
    max-width: 800px;
    margin-inline: auto;
  }
}

.p-recommend__image--triangle {
  width: 100%;
  background: #f3d9d2;
}
@media screen and (min-width: 900px) {
  .p-recommend__image--triangle {
    max-width: 2000px;
    margin-inline: auto;
  }
}

/* =======================================================
voices (layout)
========================================================== */
.l-voices {
  padding-top: 16px;
  padding-bottom: clamp(70px, 40px + 8vw, 136px);
}
@media screen and (min-width: 900px) {
  .l-voices {
    padding-top: 121px;
  }
}

.l-voices__inner {
  padding-inline: clamp(12.5px, 0px + 3.3333333333vw, 40px);
}

.l-voices__boxes {
  margin-top: clamp(40px, 21.8181818182px + 4.8484848485vw, 80px);
}

.l-voice-box__head {
  text-align: center;
  margin-left: -3.5%;
}

.l-voices-box__head-image {
  margin-top: clamp(29px, 19.4545454545px + 2.5454545455vw, 50px);
}

.l-voices-box__head-name {
  margin-top: clamp(11px, 1px + 2.6666666667vw, 33px);
}

.l-voices-box__texts {
  margin-top: clamp(21px, 11.4545454545px + 2.5454545455vw, 42px);
}

.p-voices__box--3 .l-voices-box__texts {
  margin-top: clamp(15px, 8.1818181818px + 1.8181818182vw, 30px);
}

/* =======================================================
voices (project)
========================================================== */
.p-voices {
  background: #f3d9d2;
}

.p-voices__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: 2px;
}
.p-voices__head span {
  display: block;
  font-size: clamp(1.5rem, 0.045rem + 7.27vw, 1.75rem);
}
@media screen and (min-width: 376px) {
  .p-voices__head span {
    font-size: min(18.9090909091px + 2.4242424242vw, 48px);
  }
}
.p-voices__head span:nth-child(1) {
  font-size: min(9.6363636364px + 1.696969697vw, 30px);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.34;
  letter-spacing: normal;
  text-align: center;
}

.p-voices__boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(54px, 32.1818181818px + 5.8181818182vw, 102px);
}

.p-voices__box {
  padding-left: 11.5px;
  padding-block: clamp(19px, 9.4545454545px + 2.5454545455vw, 40px) clamp(40px, 23.1818181818px + 4.4848484848vw, 77px);
  background: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .p-voices__box {
    padding-inline: clamp(30px, 16.3636363636px + 3.6363636364vw, 60px);
  }
}

.p-voices__box--3 {
  padding-block: clamp(19px, 9.4545454545px + 2.5454545455vw, 40px) clamp(49px, 36.2727272727px + 3.3939393939vw, 77px);
}

.p-voices__box--4 {
  padding-block: clamp(19px, 9.4545454545px + 2.5454545455vw, 40px) clamp(54px, 43.5454545455px + 2.7878787879vw, 77px);
}

.p-voices__box--5 {
  padding-block: clamp(19px, 9.4545454545px + 2.5454545455vw, 40px) clamp(65px, 59.5454545455px + 1.4545454545vw, 77px);
}

.p-voice-box__head-number {
  margin-left: -2%;
  display: inline-block;
  padding-inline: 67px 59.5px;
  border-radius: 40px;
  background: #fdafc4;
  font-size: min(22.3636363636px + 0.9696969697vw, 34px);
  font-family: "Bodoni Moda", serif;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
  color: #FFFFFF;
}

.p-voices__box--2 .p-voice-box__head-number,
.p-voices__box--4 .p-voice-box__head-number {
  color: #666;
}

.p-voices-box__head-image {
  width: 39.1437308869%;
  margin-inline: auto;
}

.p-voices-box__head-name {
  font-size: min(14.5454545455px + 1.4545454545vw, 32px);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: normal;
  text-align: center;
}

.p-voices-box__texts {
  white-space: nowrap;
}
.p-voices-box__texts p {
  font-size: clamp(0.813rem, -0.278rem + 5.45vw, 1rem);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.72;
  letter-spacing: normal;
}
@media screen and (min-width: 376px) {
  .p-voices-box__texts p {
    font-size: min(11.4545454545px + 1.2121212121vw, 26px);
  }
}
.p-voices-box__texts span {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: bold;
  position: relative;
  z-index: 1;
}
.p-voices-box__texts span::after {
  content: "";
  width: 100%;
  height: 5px;
  background: #fbd1dc;
  position: absolute;
  bottom: 15%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}

.p-voices-box__texts .p-voices-box__texts-heading {
  font-size: min(14px + 1.3333333333vw, 30px);
  line-height: 1.71;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
}

.p-voices__box--3 .p-voices-box__texts P:nth-child(2) {
  margin-top: clamp(2px, -9.3636363636px + 3.0303030303vw, 27px);
  line-height: 1.9;
}
.p-voices__box--3 .p-voices-box__texts P:nth-child(3) {
  margin-top: clamp(23px, 15.2727272727px + 2.0606060606vw, 40px);
  line-height: 1.7;
}
.p-voices__box--3 .p-voices-box__texts P:nth-child(3) span {
  display: inline;
}
.p-voices__box--3 .p-voices-box__texts P:nth-child(4) {
  margin-top: clamp(30px, 15.4545454545px + 3.8787878788vw, 62px);
}
.p-voices__box--3 .p-voices-box__texts P:nth-child(5) {
  line-height: 1.9;
}
.p-voices__box--3 .p-voices-box__texts P:nth-child(6) {
  margin-top: clamp(23px, 15.2727272727px + 2.0606060606vw, 40px);
}

.p-voices__box--4 .p-voices-box__texts P, .p-voices__box--5 .p-voices-box__texts P {
  font-size: clamp(0.781rem, -0.31rem + 5.45vw, 0.969rem);
}
@media screen and (min-width: 376px) {
  .p-voices__box--4 .p-voices-box__texts P, .p-voices__box--5 .p-voices-box__texts P {
    font-size: min(10.2727272727px + 1.3939393939vw, 27px);
  }
}
.p-voices__box--4 .p-voices-box__texts P:nth-child(2), .p-voices__box--5 .p-voices-box__texts P:nth-child(2) {
  margin-top: 28px;
}
.p-voices__box--4 .p-voices-box__texts P:nth-child(3), .p-voices__box--5 .p-voices-box__texts P:nth-child(3) {
  margin-top: 30px;
}
.p-voices__box--4 .p-voices-box__texts P:nth-child(4), .p-voices__box--5 .p-voices-box__texts P:nth-child(4) {
  margin-top: 32px;
}

/* =======================================================
greeting (layout)
========================================================== */
.l-greeting {
  padding-top: clamp(48px, 18.4545454545px + 7.8787878788vw, 113px);
}

.l-greeting__content {
  margin-top: clamp(28px, 13.4545454545px + 3.8787878788vw, 60px);
}

.l-greeting-content__texts {
  padding-top: clamp(30px, 13.6363636364px + 4.3636363636vw, 66px);
  padding-bottom: clamp(39.5px, 21.5454545455px + 4.7878787879vw, 79px);
}

.l-greeting-content__texts--top p:nth-child(2) {
  margin-top: clamp(30px, 16.3636363636px + 3.6363636364vw, 60px);
}
.l-greeting-content__texts--top p:nth-child(3) {
  margin-top: clamp(28px, 15.2727272727px + 3.3939393939vw, 56px);
}

.l-greeting-content__texts--middle {
  padding-top: clamp(34px, 18.5454545455px + 4.1212121212vw, 68px);
}
.l-greeting-content__texts--middle p:nth-child(2) {
  margin-top: clamp(32px, 17.4545454545px + 3.8787878788vw, 64px);
}
.l-greeting-content__texts--middle p:nth-child(3) {
  margin-top: clamp(29px, 15.8181818182px + 3.5151515152vw, 58px);
  white-space: nowrap;
}

.l-greeting-content__texts--bottom p:nth-child(2) {
  margin-top: 30px;
}

/* =======================================================
greeting (project)
========================================================== */
.p-greeting {
  position: relative;
  background: #ffffff;
}

.p-greeting__head .c-title {
  letter-spacing: -0.07em;
  padding-bottom: clamp(20px, 10.9090909091px + 2.4242424242vw, 40px);
}
.p-greeting__head .c-title::before {
  top: -30%;
}

.p-greeting-content__image {
  width: 41.3333333333%;
  max-width: 400px;
  margin-inline: auto;
}

.p-greeting-content__texts {
  margin-inline: clamp(0.875rem, -3.125rem + 20vw, 1.563rem);
  font-size: clamp(0.938rem, 0.21rem + 3.64vw, 1.063rem);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.47;
  letter-spacing: normal;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 376px) {
  .p-greeting-content__texts {
    font-size: min(11.0909090909px + 1.5757575758vw, 30px);
  }
}
.p-greeting-content__texts::after {
  content: "";
  width: 100%;
  height: 3px;
  background: url(./../img/movie_deco_dod.webp) no-repeat center center/cover;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-greeting__deco {
  position: absolute;
  z-index: 1;
}

.p-greeting__deco--1 {
  width: 44.8%;
  max-width: 300px;
  right: 0;
  top: 52%;
}
@media screen and (min-width: 1200px) {
  .p-greeting__deco--1 {
    max-width: 400px;
  }
}

.p-greeting__deco--2 {
  width: 45.0666666667%;
  max-width: 300px;
  left: 0;
  bottom: 8px;
}
@media screen and (min-width: 1200px) {
  .p-greeting__deco--2 {
    max-width: 400px;
  }
}

/* =======================================================
message (layout)
========================================================== */
.l-message {
  padding-top: clamp(29px, -3.2727272727px + 8.6060606061vw, 100px);
  padding-bottom: clamp(31px, -0.3636363636px + 8.3636363636vw, 100px);
}

.l-message__inner {
  padding-inline: clamp(16px, 8.7272727273px + 1.9393939394vw, 32px);
}

.l-message__bottom {
  margin-top: clamp(35px, 19.0909090909px + 4.2424242424vw, 70px);
}

.l-message-bottom__image {
  margin-top: -10%;
  position: relative;
  z-index: -1;
}

.l-message-bottom__text--lg {
  margin-top: -19%;
}

/* =======================================================
message (project)
========================================================== */
.p-message {
  background: #ffffff;
}

.p-message__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(7px, 3.8181818182px + 0.8484848485vw, 14px);
}
.p-message__top p {
  font-size: min(11.0909090909px + 1.5757575758vw, 30px);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.47;
  letter-spacing: normal;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  color: #FFFFFF;
  background-color: #cc879b;
}
.p-message__top p:nth-child(1) {
  padding-block: clamp(10px, 5.4545454545px + 1.2121212121vw, 20px) clamp(6px, 3.2727272727px + 0.7272727273vw, 12px);
  padding-inline: clamp(26px, 14.1818181818px + 3.1515151515vw, 52px) clamp(26.5px, 14.4545454545px + 3.2121212121vw, 53px);
}
.p-message__top p:nth-child(2) {
  text-align: left;
  padding-block: clamp(10px, 5.4545454545px + 1.2121212121vw, 20px) clamp(6px, 3.2727272727px + 0.7272727273vw, 12px);
  padding-inline: clamp(15px, 8.1818181818px + 1.8181818182vw, 30px) clamp(15.5px, 8.4545454545px + 1.8787878788vw, 31px);
}

.p-message__bottom p {
  font-size: min(15.4545454545px + 1.2121212121vw, 30px);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  text-shadow: 0px 0px 10px #ffffff, 0px 0px 10px #ffffff, 0px 0px 10px #ffffff, 0px 0px 10px #ffffff, 0px 0px 10px #ffffff;
  position: relative;
  z-index: 2;
}

.p-message__bottom .p-message-bottom__text--lg {
  font-size: clamp(1.25rem, -0.386rem + 8.18vw, 1.531rem);
  line-height: 1.4;
}
@media screen and (min-width: 376px) {
  .p-message__bottom .p-message-bottom__text--lg {
    font-size: min(21.0909090909px + 0.9090909091vw, 32px);
  }
}

.p-message-bottom__image {
  position: relative;
  z-index: 1;
  width: 100%;
}

/* =======================================================
footer (layout)
========================================================== */
.l-footer__copyright {
  margin-top: -19px;
}

/* =======================================================
footer (project)
========================================================== */
.p-footer {
  background: #bb4968;
  font-size: min(6.5454545455px + 1.4545454545vw, 24px);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 3.13;
  letter-spacing: normal;
  text-align: center;
  color: #FFFFFF;
}

.p-footer__top {
  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;
}
.p-footer__top a {
  display: inline-block;
}
.p-footer__top a:nth-child(1) {
  padding-right: clamp(30px, 16.3636363636px + 3.6363636364vw, 60px);
  position: relative;
}
.p-footer__top a:nth-child(1)::after {
  content: "";
  width: 0.5px;
  height: 17.5px;
  background: #FFFFFF;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-footer__top a:nth-child(2) {
  padding-left: 23px;
}
.p-footer__top a:hover {
  opacity: 0.7;
}

/* =======================================================
privacy (layout)
========================================================== */
.l-privacy {
  padding-top: clamp(80px, 61.8181818182px + 4.8484848485vw, 120px);
  padding-bottom: clamp(20px, 10.9090909091px + 2.4242424242vw, 40px);
  padding-inline: 20px;
}
@media screen and (min-width: 900px) {
  .l-privacy {
    padding-inline: 0;
  }
}

.l-privacy__contents {
  margin-top: clamp(48px, 42.5454545455px + 1.4545454545vw, 60px);
}

.l-privacy-content__link {
  margin-top: clamp(10px, 5.4545454545px + 1.2121212121vw, 20px);
}

.l-privacy__footer {
  margin-top: clamp(40px, 30.9090909091px + 2.4242424242vw, 60px);
}

.l-privacy__button {
  margin-top: clamp(40px, 30.9090909091px + 2.4242424242vw, 60px);
}

.l-privacy__copyright {
  margin-top: clamp(40px, 30.9090909091px + 2.4242424242vw, 60px);
}

/* =======================================================
privacy (project)
========================================================== */
.privacy-head__main {
  display: block;
  font-size: clamp(1.625rem, 0.17rem + 7.27vw, 1.875rem);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(50%, #fbd1dc));
  background: linear-gradient(transparent 60%, #fbd1dc 50%);
}
@media screen and (min-width: 376px) {
  .privacy-head__main {
    font-size: min(21.8181818182px + 2.1818181818vw, 48px);
  }
}

.privacy-head__sub {
  display: block;
  line-height: 1.8;
  margin-top: clamp(18px, 11.6363636364px + 1.696969697vw, 32px);
  font-size: min(12.3636363636px + 0.9696969697vw, 24px);
}

.p-privacy__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(40px, 30.9090909091px + 2.4242424242vw, 60px);
}

.p-privacy-content__heading {
  font-size: min(9.8181818182px + 2.1818181818vw, 36px);
  font-weight: 600;
}
.p-privacy-content__heading::before {
  content: "";
  width: clamp(48px, 37.0909090909px + 2.9090909091vw, 72px);
  height: clamp(48px, 37.0909090909px + 2.9090909091vw, 72px);
  border-radius: 50%;
  opacity: 0.3;
  background: #fbd1dc;
  position: absolute;
}

.p-privacy-content__text {
  margin-top: clamp(10px, 5.4545454545px + 1.2121212121vw, 20px);
  font-size: min(9.6363636364px + 1.696969697vw, 30px);
}

.p-privacy-content__list {
  margin-top: clamp(10px, 5.4545454545px + 1.2121212121vw, 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: clamp(4px, 2.1818181818px + 0.4848484848vw, 8px);
  list-style: disc;
  padding-left: 20px;
  font-size: min(12.3636363636px + 0.9696969697vw, 24px);
}

.p-privacy-footer__text {
  font-size: min(9.6363636364px + 1.696969697vw, 30px);
}

.p-privacy-content__link {
  display: block;
  font-size: min(9.6363636364px + 1.696969697vw, 30px);
}
.p-privacy-content__link:hover {
  opacity: 0.7;
}

.p-privacy__button {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  border: 1px solid #333333;
  background: #fff;
  border-radius: 6px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-privacy__button::before {
  content: "";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  background: #fbd1dc;
  z-index: -1;
}
.p-privacy__button a {
  display: block;
  color: #333333;
  font-size: min(9.6363636364px + 1.696969697vw, 30px);
  padding: clamp(6px, 3.2727272727px + 0.7272727273vw, 12px) clamp(25px, 13.6363636364px + 3.0303030303vw, 50px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-privacy__button:hover {
  background: transparent;
  border-color: transparent;
}
.p-privacy__button:hover a {
  color: #FFFFFF;
  -webkit-transform: translate(-4px, 4px);
          transform: translate(-4px, 4px);
}

.p-privacy__copyright {
  text-align: center;
  font-size: min(6.5454545455px + 1.4545454545vw, 24px);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 3.13;
  letter-spacing: normal;
  text-align: center;
}

/* =======================================================
law (layout)
========================================================== */
.l-law {
  padding-top: clamp(60px, 32.7272727273px + 7.2727272727vw, 120px);
  padding-bottom: clamp(20px, 10.9090909091px + 2.4242424242vw, 40px);
  padding-inline: 20px;
}
@media screen and (min-width: 900px) {
  .l-law {
    padding-inline: 0;
  }
}

.l-law__contents {
  margin-top: clamp(40px, 30.9090909091px + 2.4242424242vw, 60px);
}

/* =======================================================
law (project)
========================================================== */
.p-law-head__main {
  display: block;
  font-size: clamp(1.375rem, -0.08rem + 7.27vw, 1.625rem);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(50%, #fbd1dc));
  background: linear-gradient(transparent 60%, #fbd1dc 50%);
}
@media screen and (min-width: 376px) {
  .p-law-head__main {
    font-size: min(18.7272727273px + 1.9393939394vw, 42px);
  }
}

.p-law__table-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
  font-size: min(9.6363636364px + 1.696969697vw, 30px);
}
@media screen and (min-width: 900px) {
  .p-law__table-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.p-law__table-header {
  font-weight: 700;
  background: #fdecf1;
  padding: 14px 10px;
}
@media screen and (min-width: 900px) {
  .p-law__table-header {
    width: 315px;
    padding: 28px 20px;
  }
}

.p-law__table-data {
  padding: 14px 10px;
}
@media screen and (min-width: 900px) {
  .p-law__table-data {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 28px 20px;
  }
}

th, td {
  border-bottom: 1px solid #d3d3d3;
}

tr:nth-child(1) {
  border-top: 1px solid #d3d3d3;
}