@charset "UTF-8";
/*
====>> サイト(案件)毎にスタイルを記述していくファイル <<====

・このファイルはサイト(案件)独自のスタイルを記述するファイル
・ここに記述するファイルは、接頭辞に「p-」を付けたセレクタにする事　/　例：「.p-project-item」

*/
/**
 * Adobe XDのAV値（トラッキング値）をletter-spacingプロパティに変換する
 * @param {Number} $av-value - XDのAV値を単位なしで指定
 */
/*		TOPページ
-----------------------------------------------------*/
.main-visual {
  height: clamp(0rem, 47.4479166667vw, 91.1rem);
  padding: 80px 80px 0 clamp(0rem, 4.1666666667vw, 8rem);
  background-image: url(../img/common/mv_bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
}
@media (max-width: 1200px) {
  .main-visual {
    height: clamp(0rem, 52.0833333333vw, 100rem);
    background-size: cover;
  }
}
@media screen and (max-width: 576px) {
  .main-visual {
    height: auto;
    padding: 0 0 clamp(3rem, 5.2083333333vw, 3rem) 0;
    background-size: cover;
  }
}
.main-visual_inner {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0 clamp(0rem, 5.2083333333vw, 10rem);
  max-width: 1920px;
  margin: 0 auto;
}
@media screen and (max-width: 576px) {
  .main-visual_inner {
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    gap: 0;
  }
}
.main-visual_title {
  padding-top: clamp(0rem, 1.1458333333vw, 2.2rem);
  font-weight: bold;
}
.main-visual_title_top {
  font-size: clamp(0rem, 0.9375vw, 1.8rem);
  letter-spacing: 0.12em;
}
@media screen and (max-width: 576px) {
  .main-visual_title_top {
    font-size: 14px;
  }
}
.main-visual_title_top span {
  position: relative;
  display: inline-block;
}
.main-visual_title_top span:before, .main-visual_title_top span:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: clamp(0rem, 1.4583333333vw, 2.8rem);
  height: 1px;
  background-color: var(--color-base);
}
.main-visual_title_top span:before {
  left: initial;
  right: clamp(-3.5rem, -1.8229166667vw, 0rem);
}
.main-visual_title_top span:after {
  left: clamp(-3.5rem, -1.8229166667vw, 0rem);
  right: initial;
}
.main-visual_title_bottom {
  margin-bottom: clamp(0rem, 1.0416666667vw, 2rem);
  font-size: clamp(0rem, 2.6041666667vw, 5rem);
  line-height: 1.2;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 576px) {
  .main-visual_title_bottom {
    font-size: 28px;
    letter-spacing: 0.1em;
  }
}
.main-visual_title_bottom span.is-big {
  font-size: clamp(0rem, 4.0625vw, 7.8rem);
}
@media screen and (max-width: 576px) {
  .main-visual_title_bottom span.is-big {
    font-size: 42px;
  }
}
@media screen and (max-width: 576px) {
  .main-visual_text {
    padding: 0 5% 0;
  }
}
.main-visual_comment {
  max-width: clamp(0rem, 32.2916666667vw, 62rem);
  margin: 0 auto;
  margin-bottom: clamp(0rem, 1.5625vw, 3rem);
  padding: clamp(1rem, 1.0416666667vw, 2rem) clamp(0rem, 1.0416666667vw, 2rem);
  background-image: url(../img/common/line_comment.svg), url(../img/common/line_comment_bottom.svg);
  background-repeat: no-repeat, no-repeat;
  background-position: top center, bottom center;
  background-size: contain, contain;
  line-height: 1.6;
}
@media screen and (max-width: 576px) {
  .main-visual_comment {
    padding: 15px 20px;
  }
}
@media screen and (max-width: 576px) {
  .main-visual_comment {
    background-image: url(../img/common/line_comment_sp.svg), url(../img/common/line_comment_bottom_sp.svg);
  }
}
@media screen and (max-width: 576px) {
  .main-visual_comment {
    max-width: 100%;
    margin-bottom: 15px;
  }
}
.main-visual_comment_top {
  font-size: clamp(0rem, 1.6666666667vw, 3.2rem);
  font-weight: bold;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 576px) {
  .main-visual_comment_top {
    font-size: 20px;
  }
}
.main-visual_comment_top span.is-small {
  font-size: clamp(0rem, 1.25vw, 2.4rem);
}
@media screen and (max-width: 576px) {
  .main-visual_comment_top span.is-small {
    font-size: 16px;
  }
}
.main-visual_comment_bottom {
  font-size: clamp(0rem, 1.875vw, 3.6rem);
  font-weight: bold;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 576px) {
  .main-visual_comment_bottom {
    font-size: 20px;
    letter-spacing: 0.1em;
  }
}
.main-visual_comment_bottom span.is-small {
  font-size: clamp(0rem, 1.5625vw, 3rem);
}
@media screen and (max-width: 576px) {
  .main-visual_comment_bottom span.is-small {
    font-size: 16px;
  }
}
.main-visual_label {
  text-align: center;
}
.main-visual_label img {
  width: clamp(0rem, 35.9375vw, 69rem);
}
@media screen and (max-width: 576px) {
  .main-visual_label img {
    width: 100%;
  }
}
.main-visual_badge {
  margin-left: clamp(-8rem, -4.1666666667vw, 0rem);
  text-align: center;
}
@media screen and (max-width: 576px) {
  .main-visual_badge {
    margin-left: clamp(-6.5rem, -11.2847222222vw, 0rem);
  }
}
.main-visual_badge img {
  width: clamp(0rem, 41.9791666667vw, 80.6rem);
}
@media screen and (max-width: 576px) {
  .main-visual_badge img {
    width: 100%;
  }
}
.main-visual_img {
  max-width: clamp(0rem, 47.9166666667vw, 92rem);
  height: clamp(26rem, 38.3854166667vw, 73.7rem);
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 576px) {
  .main-visual_img {
    max-width: 100%;
    margin-bottom: 25px;
  }
}
.main-visual_img video {
  width: 100%;
  height: auto;
  margin-bottom: -10px;
}

.cta_top {
  padding: clamp(2rem, 2.0833333333vw, 4rem) 5% clamp(2.6rem, 2.7604166667vw, 5.3rem);
  background-color: var(--color-base);
  text-align: center;
}
@media screen and (max-width: 576px) {
  .cta_top {
    padding: 40px 20px 50px;
  }
}
.cta_top_inner {
  max-width: 1200px;
  margin: 0 auto;
}
.cta_top_text_title {
  margin-bottom: clamp(2rem, 2.0833333333vw, 4rem);
  font-size: clamp(2.4rem, 1.7708333333vw, 3.4rem);
  font-weight: bold;
}
@media screen and (max-width: 576px) {
  .cta_top_text_title {
    margin-bottom: clamp(3.3rem, 5.7291666667vw, 3.3rem);
  }
}
.cta_top_text_comment {
  margin-bottom: clamp(2rem, 2.0833333333vw, 4rem);
  color: var(--color-white);
  font-size: clamp(0rem, 1.0416666667vw, 2rem);
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 576px) {
  .cta_top_text_comment {
    margin-bottom: 27px;
    font-size: 14px;
    line-height: 2.3;
  }
}
.cta_top_text_comment .is-line {
  position: relative;
}
.cta_top_text_comment .is-line:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--color-white);
}
.cta_top_text_comment .is-big {
  font-size: clamp(0rem, 1.3541666667vw, 2.6rem);
}
@media screen and (max-width: 576px) {
  .cta_top_text_comment .is-big {
    font-size: 18px;
  }
}

.c-bg_body {
  background-color: var(--color-body);
}

.p-features {
  padding: clamp(5rem, 6.5104166667vw, 12.5rem) 0 clamp(8rem, 8.8541666667vw, 17rem);
}
@media screen and (max-width: 576px) {
  .p-features {
    padding: 50px 0;
  }
}
.p-features_description {
  text-align: center;
}
.p-features_description p {
  margin-bottom: clamp(4rem, 3.125vw, 6rem);
  color: var(--color-black);
  font-size: clamp(1.6rem, 1.25vw, 2.4rem);
  letter-spacing: 0;
}
@media screen and (max-width: 576px) {
  .p-features_description p {
    margin-bottom: 38px;
  }
}
.p-features_contents {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(0rem, 5.2083333333vw, 10rem) clamp(0rem, 3.6458333333vw, 7rem);
}
@media screen and (max-width: 576px) {
  .p-features_contents {
    flex-direction: column;
    gap: 47px 0;
  }
}
.p-features_contents_item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 576px) {
  .p-features_contents_item {
    flex-direction: column;
    width: 100%;
  }
}
.p-features_contents_item:nth-of-type(1) {
  margin-right: auto;
}
.p-features_contents_item:nth-of-type(2) {
  margin-left: auto;
}
@media screen and (max-width: 576px) {
  .p-features_contents_item:nth-of-type(2) {
    margin-bottom: 40px;
  }
}
.p-features_contents_item:last-of-type.is-column .p-features_contents_item_comment {
  margin-bottom: 0;
}
.p-features_contents_item.is-reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 576px) {
  .p-features_contents_item.is-reverse {
    flex-direction: column;
  }
  .p-features_contents_item.is-reverse .p-features_contents_item_img {
    margin-left: 0;
    margin-right: -50px;
  }
  .p-features_contents_item.is-reverse .p-features_contents_item_text {
    margin-right: 0 !important;
  }
}
.p-features_contents_item.is-reverse .p-features_contents_item_text {
  margin-left: initial;
  margin-right: clamp(-9.5rem, -4.9479166667vw, 0rem);
}
.p-features_contents_item_img {
  width: clamp(0rem, 46.3541666667vw, 89rem);
}
@media screen and (max-width: 576px) {
  .p-features_contents_item_img {
    width: 100%;
    margin-left: -50px;
  }
}
.p-features_contents_item_img img {
  width: 100%;
}
.p-features_contents_item_text {
  width: clamp(0rem, 41.0416666667vw, 78.8rem);
  height: clamp(0rem, 28.4375vw, 54.6rem);
  margin-left: clamp(-9.5rem, -4.9479166667vw, 0rem);
  padding: clamp(0rem, 3.0208333333vw, 5.8rem) clamp(2rem, 6.9791666667vw, 13.4rem);
  background-color: var(--color-white);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
@media screen and (max-width: 576px) {
  .p-features_contents_item_text {
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-top: -20px;
    padding: 42px 30px 40px;
  }
}
.p-features_contents_item_title {
  width: 100%;
  margin-bottom: 5px;
}
@media screen and (max-width: 576px) {
  .p-features_contents_item_title {
    margin-bottom: 20px;
  }
}
.p-features_contents_item_title h3 {
  padding: clamp(0rem, 1.3020833333vw, 2.5rem);
  padding-left: clamp(0rem, 3.6458333333vw, 7rem);
  font-size: clamp(0rem, 1.6666666667vw, 3.2rem);
  font-weight: bold;
}
@media screen and (max-width: 576px) {
  .p-features_contents_item_title h3 {
    font-size: 20px;
  }
}
.p-features_contents_item_title h3.number {
  position: relative;
  letter-spacing: 0;
}
@media screen and (max-width: 576px) {
  .p-features_contents_item_title h3.number {
    text-align: center;
  }
}
.p-features_contents_item_title h3.number:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 576px) {
  .p-features_contents_item_title h3.number:before {
    top: initial;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.p-features_contents_item_title h3.number.--num01:before {
  width: clamp(0rem, 5.46875vw, 10.5rem);
  height: clamp(0rem, 4.4010416667vw, 8.45rem);
  background-image: url(../img/common/number_01.svg);
}
@media screen and (max-width: 576px) {
  .p-features_contents_item_title h3.number.--num01:before {
    width: 55.18px;
    height: 44.39px;
    left: 30px;
  }
}
.p-features_contents_item_title h3.number.--num02:before {
  width: clamp(0rem, 6.1703125vw, 11.847rem);
  height: clamp(0rem, 4.40625vw, 8.46rem);
  background-image: url(../img/common/number_02.svg);
}
@media screen and (max-width: 576px) {
  .p-features_contents_item_title h3.number.--num02:before {
    width: 62.25px;
    height: 44.45px;
    left: 30px;
  }
}
.p-features_contents_item_title h3.number.--num03 {
  text-align: center;
}
.p-features_contents_item_title h3.number.--num03:before {
  width: clamp(0rem, 6.1213541667vw, 11.753rem);
  height: clamp(0rem, 4.4005208333vw, 8.449rem);
  background-image: url(../img/common/number_03.svg);
}
@media screen and (max-width: 576px) {
  .p-features_contents_item_title h3.number.--num03:before {
    width: 61.75px;
    height: 44.39px;
  }
}
.p-features_contents_item_title h3.number.--num04 {
  text-align: center;
}
.p-features_contents_item_title h3.number.--num04:before {
  width: clamp(0rem, 6.1088541667vw, 11.729rem);
  height: clamp(0rem, 4.4005208333vw, 8.449rem);
  background-image: url(../img/common/number_04.svg);
}
@media screen and (max-width: 576px) {
  .p-features_contents_item_title h3.number.--num04:before {
    width: 61.63px;
    height: 44.39px;
  }
}
.p-features_contents_item_title h3.number.--num05 {
  text-align: center;
}
.p-features_contents_item_title h3.number.--num05:before {
  width: clamp(0rem, 6.2197916667vw, 11.942rem);
  height: clamp(0rem, 4.4005208333vw, 8.449rem);
  background-image: url(../img/common/number_05.svg);
}
@media screen and (max-width: 576px) {
  .p-features_contents_item_title h3.number.--num05:before {
    width: 62.74px;
    height: 44.39px;
  }
}
.p-features_contents_item_comment {
  margin-bottom: clamp(0rem, 1.5625vw, 4rem);
}
@media screen and (max-width: 576px) {
  .p-features_contents_item_comment {
    margin-bottom: 20px;
  }
}
.p-features_contents_item_comment p {
  color: var(--color-black);
  font-size: clamp(0rem, 0.8333333333vw, 1.6rem);
  letter-spacing: 0;
}
@media screen and (max-width: 576px) {
  .p-features_contents_item_comment p {
    font-size: 13.8px;
  }
}
.p-features_contents_item_list {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(0rem, 1.0416666667vw, 2rem) 4%;
}
@media screen and (max-width: 576px) {
  .p-features_contents_item_list {
    gap: 8px 8.5px;
  }
}
.p-features_contents_item_list li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: clamp(0.5rem, 0.5208333333vw, 1rem);
  width: 48%;
  padding: clamp(0rem, 0.7291666667vw, 1.4rem) clamp(0rem, 0.5208333333vw, 1rem);
  border-radius: 5px;
  box-shadow: 1px 3px 5px 0px rgba(0, 0, 0, 0.2);
  font-size: clamp(0.8rem, 0.8333333333vw, 1.6rem);
  letter-spacing: 0;
}
@media screen and (max-width: 576px) {
  .p-features_contents_item_list li {
    gap: 8px;
    padding: 11px 12px;
    font-size: 14px;
  }
}
.p-features_contents_item_list li img {
  width: clamp(1.4rem, 1.4583333333vw, 2.8rem);
  height: auto;
}
@media screen and (max-width: 576px) {
  .p-features_contents_item_list li img {
    width: 20.54px;
  }
}
.p-features_contents_item.is-colmun {
  flex-direction: column;
  width: clamp(0rem, 21.875vw, 42rem);
}
@media screen and (max-width: 576px) {
  .p-features_contents_item.is-colmun {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .p-features_contents_item.is-colmun .p-features_contents_item_title {
    margin-bottom: 10px;
  }
}
.p-features_contents_item.is-colmun .p-features_contents_item_title h3 {
  font-size: clamp(0rem, 1.5104166667vw, 2.9rem);
}
@media screen and (max-width: 576px) {
  .p-features_contents_item.is-colmun .p-features_contents_item_title h3 {
    font-size: 20px;
  }
}
.p-features_contents_item.is-colmun .p-features_contents_item_title h3.number:before {
  bottom: 10px;
}
.p-features_contents_item.is-colmun .p-features_contents_item_img {
  width: auto;
  margin-bottom: clamp(0rem, 0.78125vw, 1.5rem);
}
@media screen and (max-width: 576px) {
  .p-features_contents_item.is-colmun .p-features_contents_item_img {
    width: 100%;
    margin-left: 0;
    margin-bottom: 15px;
  }
}
.p-features_contents_item.is-colmun .p-features_contents_item_text {
  width: fit-content;
  height: auto;
  margin-top: 0px;
  margin-left: auto;
  padding: 0;
  background-color: initial;
  box-shadow: initial;
  z-index: 1;
}
@media screen and (max-width: 576px) {
  .p-features_contents_item.is-colmun .p-features_contents_item_text {
    width: 100%;
    margin-left: 0;
  }
}

.cta_middle {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  padding: 0;
  background-color: var(--color-base);
}
.cta_middle_inner {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 576px) {
  .cta_middle_inner {
    flex-direction: column-reverse;
  }
}
.cta_middle_text {
  width: clamp(0rem, 50vw, 96rem);
  text-align: center;
}
@media screen and (max-width: 576px) {
  .cta_middle_text {
    width: 100%;
    padding: 36px 20px 50px;
  }
}
.cta_middle_text_title {
  margin-bottom: clamp(2.4rem, 2.5vw, 4.8rem);
}
.cta_middle_text_title img {
  width: clamp(0rem, 44.84375vw, 86.1rem);
}
@media screen and (max-width: 576px) {
  .cta_middle_text_title img {
    width: auto;
  }
}
.cta_middle_text_comment {
  margin-bottom: clamp(2.5rem, 2.6041666667vw, 5rem);
  color: var(--color-white);
  font-size: clamp(1rem, 1.0416666667vw, 2rem);
  letter-spacing: 0.12em;
}
@media screen and (max-width: 576px) {
  .cta_middle_text_comment {
    font-size: 14px;
    line-height: 2.3;
  }
}
.cta_middle_text_comment .is-big {
  font-size: clamp(0rem, 1.3541666667vw, 2.6rem);
}
@media screen and (max-width: 576px) {
  .cta_middle_text_comment .is-big {
    font-size: 18px;
  }
}
.cta_middle_text_comment .is-line {
  position: relative;
}
.cta_middle_text_comment .is-line:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--color-white);
  line-height: 2;
}
.cta_middle_img {
  width: clamp(0rem, 50vw, 96rem);
}
@media screen and (max-width: 576px) {
  .cta_middle_img {
    width: 100%;
  }
}
.cta_middle_img img {
  width: 100%;
}

.p-anxiety {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: clamp(7rem, 9.6354166667vw, 18.5rem) 0 clamp(0rem, 5.2083333333vw, 10rem);
  background-image: url(../img/page/top/bg_anxiety.svg);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}
.p-anxiety .c-heading h2 {
  letter-spacing: 0.08em;
}
@media screen and (max-width: 576px) {
  .p-anxiety {
    padding-top: clamp(7rem, 20.8333333333vw, 12rem);
    padding-bottom: 73px;
    background-image: url(../img/page/top/bg_anxiety_sp.svg);
  }
  .p-anxiety .c-heading {
    margin-bottom: 20px;
  }
  .p-anxiety .c-heading h2 {
    font-size: 28px;
    letter-spacing: 0.12em;
    line-height: 1.41;
  }
}
.p-anxiety_desc {
  margin-bottom: clamp(0rem, 4.0104166667vw, 7.7rem);
}
@media screen and (max-width: 576px) {
  .p-anxiety_desc {
    margin-bottom: 30px;
  }
}
.p-anxiety_desc p {
  color: var(--color-black);
  font-size: clamp(0rem, 1.25vw, 2.4rem);
  text-align: center;
  letter-spacing: 0;
}
@media screen and (max-width: 576px) {
  .p-anxiety_desc p {
    font-size: 14px;
    line-height: 2;
  }
}
.p-anxiety_contents {
  position: relative;
  max-width: clamp(0rem, 62.5vw, 120rem);
  margin: 0 auto;
}
@media screen and (max-width: 576px) {
  .p-anxiety_contents {
    max-width: 82%;
    width: 100%;
  }
}
.p-anxiety_contents_voice {
  display: flex;
  justify-content: space-between;
  max-width: clamp(0rem, 51.0416666667vw, 98rem);
  margin-left: auto;
}
@media screen and (max-width: 576px) {
  .p-anxiety_contents_voice {
    max-width: 100%;
    width: 100%;
  }
}
.p-anxiety_contents_voice_img {
  position: absolute;
  max-width: clamp(0rem, 14.84375vw, 28.5rem);
  left: clamp(0rem, 0.5208333333vw, 1rem);
  bottom: clamp(-10rem, -5.2083333333vw, 0rem);
}
@media screen and (max-width: 576px) {
  .p-anxiety_contents_voice_img {
    max-width: 129px;
    left: -15px;
    bottom: -73px;
    z-index: 1;
  }
}
.p-anxiety_contents_voice_img img {
  width: 100%;
}
.p-anxiety_contents_voice_list {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(0rem, 2.0833333333vw, 4rem) clamp(0rem, 1.5625vw, 3rem);
  max-width: clamp(0rem, 44.7916666667vw, 86rem);
}
@media screen and (max-width: 576px) {
  .p-anxiety_contents_voice_list {
    max-width: 100%;
    width: 100%;
    flex-direction: column;
    gap: 0;
  }
}
.p-anxiety_contents_voice_item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: clamp(0rem, 20vw, 38.4rem);
  height: clamp(0rem, 11.1458333333vw, 21.4rem);
  padding-bottom: clamp(0rem, 1.8229166667vw, 3.5rem);
  background-image: url(../img/page/top/bg_hukidashi.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  font-size: clamp(0rem, 1.0416666667vw, 2rem);
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 576px) {
  .p-anxiety_contents_voice_item {
    width: 100%;
    height: clamp(10.4rem, 28.2986111111vw, 16.3rem);
    padding-bottom: clamp(0rem, 6.0763888889vw, 3.5rem);
    background-image: url(../img/page/top/bg_hukidashi_sp.svg);
    font-size: 16px;
  }
}
.p-anxiety_contents_voice_item:nth-of-type(3) {
  margin-left: auto;
}
.p-anxiety_contents_voice_item span {
  background: linear-gradient(transparent 60%, var(--color-yellow) 60%);
}
.p-anxiety_contents_leave {
  background-image: url(../img/page/top/bg_leave_to_me.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: clamp(0rem, 4.1666666667vw, 8rem);
  width: 100vw;
  height: clamp(0rem, 17.4359375vw, 33.477rem);
  margin: 0 calc(50% - 50vw);
  text-align: center;
}
@media screen and (max-width: 576px) {
  .p-anxiety_contents_leave {
    flex-direction: column;
    height: 225.77px;
    padding-bottom: 60px;
    background-image: url(../img/page/top/bg_leave_to_me_sp.svg);
    background-position: center bottom;
    background-size: cover;
    line-height: 0.5;
  }
}
.p-anxiety_contents_leave img {
  width: clamp(0rem, 48.90625vw, 93.9rem);
}
@media screen and (max-width: 576px) {
  .p-anxiety_contents_leave img {
    width: 100%;
  }
}

.p-support {
  margin-bottom: clamp(0rem, 9.375vw, 18rem);
  padding: clamp(7rem, 7.2916666667vw, 14rem) 0 0;
}
@media screen and (max-width: 576px) {
  .p-support {
    margin-bottom: 0;
    padding: 30px 0 70px;
  }
}
.p-support_inner {
  max-width: clamp(0rem, 62.5vw, 120rem);
  margin: 0 auto;
}
@media screen and (max-width: 576px) {
  .p-support_inner {
    max-width: 100%;
  }
}
.p-support_inner .c-heading {
  margin-bottom: clamp(0rem, 7.2916666667vw, 14rem);
  text-align: center;
}
@media screen and (max-width: 576px) {
  .p-support_inner .c-heading {
    margin-bottom: 70px;
  }
}
.p-support_inner .c-heading h2 {
  letter-spacing: 0.1em;
}
.p-support_inner .c-heading h2 .is-big {
  justify-content: center;
}
.p-support_inner .c-heading .flex-aligns {
  margin-bottom: clamp(0rem, 2.0833333333vw, 4rem);
}
@media screen and (max-width: 576px) {
  .p-support_inner .c-heading .flex-aligns {
    margin-bottom: 25px;
  }
}
.p-support_inner .c-heading .is-mark {
  display: inline-block;
  margin-right: 10px;
  padding: 15px 40px;
  background-color: rgba(219, 98, 36, 0.35);
  border-radius: 100px;
  font-size: clamp(0rem, 2.5vw, 4.8rem);
  letter-spacing: 0.12em;
}
@media screen and (max-width: 576px) {
  .p-support_inner .c-heading .is-mark {
    width: 318px;
    margin-right: 5px;
    padding: 15px 0;
    font-size: 24px;
    letter-spacing: 0em;
  }
}
.p-support_inner .c-heading .is-line {
  position: relative;
  display: inline-block;
  margin-bottom: clamp(0rem, 1.0416666667vw, 2rem);
  padding-bottom: 10px;
  letter-spacing: 0.12em;
}
.p-support_inner .c-heading .is-line:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--color-base);
}
.p-support_inner .c-heading .is-line.is-small {
  line-height: 1.61;
}
@media screen and (max-width: 576px) {
  .p-support_inner .c-heading .is-line.is-small {
    line-height: 0.5;
  }
}
.p-support_inner .c-heading .is-big {
  font-size: clamp(0rem, 2.5vw, 4.8rem);
}
@media screen and (max-width: 576px) {
  .p-support_inner .c-heading .is-big {
    font-size: 24px;
  }
}
.p-support_inner .c-heading .is-small {
  font-size: clamp(0rem, 1.6666666667vw, 3.2rem);
}
@media screen and (max-width: 576px) {
  .p-support_inner .c-heading .is-small {
    font-size: 16px;
  }
}
.p-support_contents_list {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(0rem, 5.4166666667vw, 10.4rem) clamp(0rem, 4.7916666667vw, 9.2rem);
}
@media screen and (max-width: 576px) {
  .p-support_contents_list {
    gap: 50px;
    flex-direction: column;
  }
}
.p-support_contents_item {
  max-width: clamp(0rem, 28.8541666667vw, 55.4rem);
}
@media screen and (max-width: 576px) {
  .p-support_contents_item {
    max-width: 100%;
  }
}
.p-support_contents_item_heading {
  margin-bottom: 10px;
}
.p-support_contents_item_heading h3 {
  font-size: clamp(0rem, 1.5104166667vw, 2.9rem);
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .p-support_contents_item_heading h3 {
    font-size: 20px;
  }
}
.p-support_contents_item_heading h3.number {
  position: relative;
  letter-spacing: 0;
}
.p-support_contents_item_heading h3.number:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 576px) {
  .p-support_contents_item_heading h3.number:before {
    left: 50%;
    transform: translateX(-50%);
  }
}
.p-support_contents_item_heading h3.number.--num01:before {
  width: clamp(0rem, 5.46875vw, 10.5rem);
  height: clamp(0rem, 4.4010416667vw, 8.45rem);
  background-image: url(../img/common/number_01.svg);
}
@media screen and (max-width: 576px) {
  .p-support_contents_item_heading h3.number.--num01:before {
    width: 55.18px;
    height: 44.39px;
  }
}
.p-support_contents_item_heading h3.number.--num02:before {
  width: clamp(0rem, 6.1703125vw, 11.847rem);
  height: clamp(0rem, 4.40625vw, 8.46rem);
  background-image: url(../img/common/number_02.svg);
}
@media screen and (max-width: 576px) {
  .p-support_contents_item_heading h3.number.--num02:before {
    width: 62.25px;
    height: 44.45px;
  }
}
.p-support_contents_item_heading h3.number.--num03:before {
  width: clamp(0rem, 6.1213541667vw, 11.753rem);
  height: clamp(0rem, 4.4005208333vw, 8.449rem);
  background-image: url(../img/common/number_03.svg);
}
@media screen and (max-width: 576px) {
  .p-support_contents_item_heading h3.number.--num03:before {
    width: 61.75px;
    height: 44.39px;
  }
}
.p-support_contents_item_heading h3.number.--num04:before {
  width: clamp(0rem, 6.1088541667vw, 11.729rem);
  height: clamp(0rem, 4.4005208333vw, 8.449rem);
  background-image: url(../img/common/number_04.svg);
}
@media screen and (max-width: 576px) {
  .p-support_contents_item_heading h3.number.--num04:before {
    width: 61.63px;
    height: 44.39px;
  }
}
.p-support_contents_item_img {
  margin-bottom: 20px;
}
@media screen and (max-width: 576px) {
  .p-support_contents_item_img {
    margin-bottom: 15px;
  }
}
.p-support_contents_item_img img {
  width: 100%;
}
.p-support_contents_item_comment p {
  color: var(--color-black);
  font-size: clamp(0rem, 0.8333333333vw, 1.6rem);
  line-height: 2;
  letter-spacing: 0;
}
@media screen and (max-width: 576px) {
  .p-support_contents_item_comment p {
    font-size: 14px;
  }
}

.p-voice {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding-bottom: clamp(0rem, 39.0625vw, 75rem);
  background-image: url(../img/page/top/bg_voice.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}
@media screen and (max-width: 576px) {
  .p-voice {
    padding-bottom: 348px;
    background-image: url(../img/page/top/bg_voice_sp.png);
  }
}
.p-voice_inner {
  max-width: clamp(0rem, 62.5vw, 120rem);
  margin: 0 auto;
}
@media screen and (max-width: 576px) {
  .p-voice_inner {
    max-width: 100%;
    padding: 0 20px;
  }
}
.p-voice_inner .c-heading {
  margin-bottom: clamp(2.5rem, 6.25vw, 12rem);
  text-align: center;
}
.p-voice_inner .c-heading h2 {
  letter-spacing: 0.08em;
}
.p-voice_contents_list {
  display: flex;
  flex-direction: column;
  gap: clamp(0rem, 4.1666666667vw, 8rem) clamp(0rem, 1.5625vw, 3rem);
}
@media screen and (max-width: 576px) {
  .p-voice_contents_list {
    gap: 38px 0;
  }
}
.p-voice_contents_item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 clamp(0rem, 1.5625vw, 3rem);
  padding: clamp(0rem, 1.40625vw, 2.7rem) clamp(0rem, 3.6458333333vw, 7rem) clamp(0rem, 1.40625vw, 2.7rem) clamp(0rem, 4.7916666667vw, 9.2rem);
  background-color: var(--color-white);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 576px) {
  .p-voice_contents_item {
    flex-direction: column-reverse;
    padding: 62px 36px 30px;
  }
}
.p-voice_contents_item:nth-of-type(2) {
  flex-direction: row-reverse;
  padding: clamp(0rem, 1.40625vw, 2.7rem) clamp(0rem, 4.7916666667vw, 9.2rem) clamp(0rem, 1.40625vw, 2.7rem) clamp(0rem, 3.6458333333vw, 7rem);
}
@media screen and (max-width: 576px) {
  .p-voice_contents_item:nth-of-type(2) {
    flex-direction: column-reverse;
    padding: 62px 36px 30px;
  }
}
.p-voice_contents_item:nth-of-type(2) .p-voice_contents_item_number {
  left: initial;
  right: 0;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 576px) {
  .p-voice_contents_item:nth-of-type(2) .p-voice_contents_item_number {
    left: 50%;
  }
}
.p-voice_contents_item_number {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: clamp(0rem, 3.6458333333vw, 7rem);
  min-width: clamp(0rem, 3.6458333333vw, 7rem);
  max-height: clamp(0rem, 3.6458333333vw, 7rem);
  min-height: clamp(0rem, 3.6458333333vw, 7rem);
  color: #C29F62;
  background-color: var(--color-base);
  font-size: clamp(0rem, 0.625vw, 1.2rem);
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 576px) {
  .p-voice_contents_item_number {
    left: 50%;
    transform: translateX(-50%);
    max-width: 46px;
    min-width: 46px;
    max-height: 46px;
    min-height: 46px;
    font-size: 8px;
  }
}
.p-voice_contents_item_number .number {
  color: var(--color-white);
  font-size: clamp(0rem, 1.6666666667vw, 3.2rem);
  line-height: 1;
}
@media screen and (max-width: 576px) {
  .p-voice_contents_item_number .number {
    font-size: 20px;
  }
}
.p-voice_contents_item_img {
  max-width: clamp(0rem, 9.0104166667vw, 17.3rem);
  min-width: clamp(0rem, 9.0104166667vw, 17.3rem);
}
@media screen and (max-width: 576px) {
  .p-voice_contents_item_img {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0 15px;
    max-width: 100%;
    min-width: 100%;
  }
}
.p-voice_contents_item_img img {
  width: 100%;
}
@media screen and (max-width: 576px) {
  .p-voice_contents_item_img img {
    max-width: 54px;
    min-width: 54px;
  }
}
@media screen and (max-width: 576px) {
  .p-voice_contents_item_text {
    margin-bottom: 10px;
  }
}
.p-voice_contents_item_text p {
  color: var(--color-black);
  font-size: clamp(0rem, 0.8333333333vw, 1.6rem);
  line-height: 2;
  letter-spacing: 0;
}
@media screen and (max-width: 576px) {
  .p-voice_contents_item_text p {
    font-size: 14px;
  }
}
.p-voice_contents_item_others p {
  margin-top: 13px;
  color: var(--color-black);
  text-align: right;
}
@media screen and (max-width: 576px) {
  .p-voice_contents_item_others p {
    font-size: 14px;
  }
}

.p-flow {
  margin-bottom: clamp(0rem, 7.2916666667vw, 14rem);
}
@media screen and (max-width: 576px) {
  .p-flow {
    margin-bottom: 104px;
  }
}
.p-flow_inner {
  max-width: clamp(0rem, 62.5vw, 120rem);
  margin: 0 auto;
}
@media screen and (max-width: 576px) {
  .p-flow_inner {
    max-width: 100%;
    padding: 0;
  }
}
.p-flow_inner .c-heading {
  margin-bottom: clamp(0rem, 4.84375vw, 9.3rem);
  background-image: url(../img/page/top/bg_flow_title.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: clamp(0rem, 6.25vw, 12rem) 0;
}
@media screen and (max-width: 576px) {
  .p-flow_inner .c-heading {
    height: 160px;
    padding: 38px 0 80px;
    background-image: url(../img/page/top/bg_flow_title_sp.svg);
    background-position: top;
    background-size: contain;
  }
}
.p-flow_inner .c-heading h2 {
  color: var(--color-white);
  padding-bottom: clamp(0rem, 2.6041666667vw, 5rem);
  letter-spacing: 0.08em;
}
.p-flow_contents_list {
  display: flex;
  gap: 0 clamp(0rem, 1.6666666667vw, 3.2rem);
}
@media screen and (max-width: 576px) {
  .p-flow_contents_list {
    flex-direction: column;
    gap: 47px 0px;
  }
}
.p-flow_contents_item .p-flow_step {
  margin-bottom: clamp(1rem, 1.5625vw, 3rem);
  text-align: center;
}
.p-flow_contents_item .p-flow_step span {
  display: inline-block;
  width: clamp(0rem, 7.5520833333vw, 14.5rem);
  padding: clamp(0rem, 0.78125vw, 1.5rem) 0;
  background-color: #E1B7A1;
  border-radius: 100px;
  font-size: clamp(0rem, 0.8333333333vw, 1.6rem);
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 576px) {
  .p-flow_contents_item .p-flow_step span {
    width: 100%;
    font-size: 12px;
  }
}
.p-flow_contents_item:not(:last-child) .p-flow_contents_item_box {
  position: relative;
}
.p-flow_contents_item:not(:last-child) .p-flow_contents_item_box:after {
  content: "";
  position: absolute;
  top: 50%;
  right: clamp(-2.3rem, -1.1979166667vw, 0rem);
  transform: translateY(-50%);
  width: clamp(0rem, 0.78125vw, 1.5rem);
  height: clamp(0rem, 0.6770833333vw, 1.3rem);
  background-image: url(../img/page/top/icon_flow_arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 576px) {
  .p-flow_contents_item:not(:last-child) .p-flow_contents_item_box:after {
    background-image: url(../img/page/top/icon_flow_arrow_sp.svg);
    top: initial;
    right: initial;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 15px;
    height: 13px;
  }
}
.p-flow_contents_item_box {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 576px) {
  .p-flow_contents_item_box {
    display: flex;
  }
}
@media screen and (max-width: 576px) {
  .p-flow_contents_item_img {
    width: 50%;
  }
}
.p-flow_contents_item_img img {
  width: 100%;
}
.p-flow_contents_item_text {
  padding: clamp(0rem, 1.0416666667vw, 2rem) clamp(0rem, 0.78125vw, 1.5rem);
}
@media screen and (max-width: 576px) {
  .p-flow_contents_item_text {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    background-color: var(--color-white);
  }
}
.p-flow_contents_item_text h3 {
  font-size: clamp(0rem, 1.0416666667vw, 2rem);
  font-weight: bold;
  text-align: center;
  letter-spacing: 0;
}
@media screen and (max-width: 576px) {
  .p-flow_contents_item_text h3 {
    font-size: 20px;
  }
}

.p-plan {
  margin-bottom: clamp(0rem, 7.2916666667vw, 14rem);
}
@media screen and (max-width: 576px) {
  .p-plan {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}
.p-plan_inner {
  max-width: clamp(0rem, 62.5vw, 120rem);
  margin: 0 auto;
}
@media screen and (max-width: 576px) {
  .p-plan_inner {
    max-width: 100%;
  }
}
.p-plan_inner .c-heading {
  margin-bottom: clamp(3.4rem, 4.0104166667vw, 7.7rem);
}
.p-plan_inner .c-heading h2 {
  letter-spacing: 0.08em;
}
.p-plan_contents {
  position: relative;
}
.p-plan_contents_list {
  display: flex;
  margin-bottom: clamp(0rem, 2.0833333333vw, 4rem);
}
@media screen and (max-width: 576px) {
  .p-plan_contents_list {
    margin-bottom: 0;
  }
}
.p-plan_contents_item {
  flex: 1;
  padding: clamp(0rem, 1.0416666667vw, 2rem);
  text-align: center;
  font-size: clamp(0rem, 1.6666666667vw, 3.2rem);
  font-weight: bold;
  background-color: rgba(62, 23, 22, 0.1);
  border-bottom: 2px solid var(--color-base);
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 576px) {
  .p-plan_contents_item {
    padding: 20px;
    font-size: 16px;
  }
}
.p-plan_contents_item.is-active {
  background-color: var(--color-base);
  color: var(--color-white);
}
.p-plan_contents_item_box_inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0 clamp(0rem, 2.6041666667vw, 5rem);
  padding: clamp(0rem, 4.1666666667vw, 8rem) clamp(0rem, 3.6458333333vw, 7rem);
  background-color: rgba(62, 23, 22, 0.1);
}
@media screen and (max-width: 576px) {
  .p-plan_contents_item_box_inner {
    flex-direction: column;
    padding: 48px 20px 60px;
  }
}
.p-plan_contents_item_box_price {
  width: 100%;
  padding: clamp(0rem, 1.3020833333vw, 2.5rem);
  background-color: var(--color-white);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  text-align: center;
  letter-spacing: 0em;
}
@media screen and (max-width: 576px) {
  .p-plan_contents_item_box_price {
    padding: 20px 15px;
  }
}
.p-plan_contents_item_box_price:not(:last-of-type) {
  width: clamp(0rem, 16.5104166667vw, 31.7rem);
}
@media screen and (max-width: 576px) {
  .p-plan_contents_item_box_price:not(:last-of-type) {
    width: 100%;
  }
}
.p-plan_contents_item_box_price:not(:nth-of-type(4)) {
  margin-bottom: clamp(0rem, 4.4270833333vw, 8.5rem);
}
@media screen and (max-width: 576px) {
  .p-plan_contents_item_box_price:not(:nth-of-type(4)) {
    margin-bottom: 56px;
  }
}
.p-plan_contents_item_box_price:nth-of-type(4) {
  position: relative;
  width: 100%;
}
.p-plan_contents_item_box_price:nth-of-type(4):before {
  content: "";
  position: absolute;
  top: clamp(-6rem, -3.125vw, 0rem);
  left: 50%;
  transform: translateX(-50%);
  width: clamp(0rem, 1.7708333333vw, 3.4rem);
  height: clamp(0rem, 1.7708333333vw, 3.4rem);
  background-image: url(../img/common/icon_equal.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 576px) {
  .p-plan_contents_item_box_price:nth-of-type(4):before {
    right: initial;
    top: -39px;
    left: 50%;
    transform: translateX(-50%);
    width: 20px;
    height: 20px;
  }
}
.p-plan_contents_item_box_price:nth-of-type(1), .p-plan_contents_item_box_price:nth-of-type(2) {
  position: relative;
}
.p-plan_contents_item_box_price:nth-of-type(1):after, .p-plan_contents_item_box_price:nth-of-type(2):after {
  content: "";
  position: absolute;
  top: 50%;
  right: clamp(-4.35rem, -2.265625vw, 0rem);
  transform: translateY(-50%);
  width: clamp(0rem, 1.7708333333vw, 3.4rem);
  height: clamp(0rem, 1.7708333333vw, 3.4rem);
  background-image: url(../img/common/icon_plus.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 576px) {
  .p-plan_contents_item_box_price:nth-of-type(1):after, .p-plan_contents_item_box_price:nth-of-type(2):after {
    right: initial;
    top: initial;
    bottom: -39px;
    left: 50%;
    transform: translateX(-50%);
    width: 20px;
    height: 20px;
  }
}
.p-plan_contents_item_box_price p {
  font-size: clamp(0rem, 1.0416666667vw, 2rem);
  font-weight: bold;
}
@media screen and (max-width: 576px) {
  .p-plan_contents_item_box_price p {
    font-size: 22px;
  }
}
.p-plan_contents_item_box_price p .is-price {
  margin-right: clamp(0rem, 0.2604166667vw, 0.5rem);
  color: var(--color-orange);
  font-size: clamp(0rem, 2.1875vw, 4.2rem);
  font-weight: bold;
}
@media screen and (max-width: 576px) {
  .p-plan_contents_item_box_price p .is-price {
    font-size: 40px;
  }
}
.p-plan_contents_item_box_price .top {
  margin-bottom: clamp(0rem, 0.5208333333vw, 1rem);
  padding-bottom: clamp(0rem, 0.8854166667vw, 1.7rem);
  border-bottom: 1px solid rgba(62, 23, 22, 0.2);
}
@media screen and (max-width: 576px) {
  .p-plan_contents_item_box_price .top {
    font-size: 16px;
  }
}
.p-plan_contents_note {
  margin-top: 25px;
}
.p-plan_contents_note ul {
  padding-left: clamp(0rem, 0.9375vw, 1.8rem);
}
@media screen and (max-width: 576px) {
  .p-plan_contents_note ul {
    padding-left: 10px;
  }
}
.p-plan_contents_note ul li {
  position: relative;
  color: var(--color-black);
  font-size: clamp(0rem, 0.7291666667vw, 1.4rem);
  line-height: 1.75;
  letter-spacing: 0;
}
@media screen and (max-width: 576px) {
  .p-plan_contents_note ul li {
    font-size: 12px;
  }
}
.p-plan_contents_note ul li:before {
  content: "※";
  position: absolute;
  left: clamp(-1.8rem, -0.9375vw, 0rem);
  top: 0;
}
@media screen and (max-width: 576px) {
  .p-plan_contents_note ul li:before {
    left: -13px;
  }
}

.p-gmap {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
.p-gmap_inner {
  position: relative;
  padding-bottom: 30%;
  height: 0;
  overflow: hidden;
}
@media screen and (max-width: 576px) {
  .p-gmap_inner {
    padding-bottom: 100%;
    min-height: 460px;
  }
}
.p-gmap_inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-entry {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
.p-entry_title {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: clamp(0rem, 2.0833333333vw, 4rem) 2%;
  background-color: var(--color-base);
}
@media screen and (max-width: 576px) {
  .p-entry_title {
    padding: 35px 0;
  }
}
.p-entry_title h2 {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  color: var(--color-white);
  font-size: clamp(0rem, 2.5vw, 4.8rem);
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 576px) {
  .p-entry_title h2 {
    font-size: 24px;
    line-height: 1.5;
  }
}
.p-entry_title h2 span {
  font-size: clamp(0rem, 3.0208333333vw, 5.8rem);
}
@media screen and (max-width: 576px) {
  .p-entry_title h2 span {
    font-size: 24px;
  }
}
.p-entry_title h2 img {
  position: absolute;
  top: 50%;
  left: clamp(-23rem, -11.9791666667vw, 0rem);
  transform: translateY(-50%);
  width: clamp(0rem, 11.3338541667vw, 21.761rem);
  height: auto;
}
@media screen and (max-width: 576px) {
  .p-entry_title h2 img {
    top: -30px;
    left: clamp(-7.5rem, -13.0208333333vw, 0rem);
    width: 114.3px;
  }
}
.p-entry_form {
  padding: 0 5% 0;
  background-color: #F3F0DF;
}
.p-entry_form .c-title {
  margin-bottom: clamp(3.5rem, 2.6041666667vw, 5rem);
}
.p-entry_form .c-title .is-en {
  opacity: 0.5;
}
.p-entry_form .c-title p.is-jp {
  font-size: clamp(2rem, 1.7708333333vw, 3.4rem);
  font-weight: bold;
}
.p-entry_period {
  max-width: 706px;
  padding: clamp(1.5rem, 1.3020833333vw, 2.5rem);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: clamp(3rem, 3.125vw, 6rem);
  --x-gradient: linear-gradient(90deg, #CCC 0 1px, transparent 0 calc(100% - 1px), #CCC calc(100% - 1px));
  --y-gradient: linear-gradient(#CCC 0 1px, transparent 0 calc(100% - 1px), #CCC calc(100% - 1px));
  background-image: var(--x-gradient), var(--y-gradient), var(--x-gradient), var(--y-gradient);
  background-repeat: no-repeat;
  background-size: 100% 42px, 42px 100%, 100% 42px, 42px 100%;
  background-position: top, right, bottom, left;
}
.p-entry_period_title {
  margin-bottom: 30px;
  text-align: center;
}
.p-entry_period_title p {
  display: inline-block;
  padding: 5px 20px;
  background-color: var(--color-red);
  color: var(--color-white);
}
.p-entry_period_text {
  text-align: center;
}
@media screen and (max-width: 413px) {
  .p-entry_period_text {
    margin-bottom: 10px;
  }
}
.p-entry_period_text p {
  font-size: clamp(1.6rem, 1.1458333333vw, 2.2rem);
  font-weight: bold;
}
.p-entry_period_note {
  margin-bottom: 60px;
  text-align: center;
}
.p-entry_form_desc {
  padding: clamp(0rem, 4.2708333333vw, 8.2rem) 0 clamp(0rem, 3.125vw, 6rem);
}
@media screen and (max-width: 576px) {
  .p-entry_form_desc {
    padding: 40px 0;
  }
}
.p-entry_form_desc p {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  font-size: clamp(0rem, 1.6666666667vw, 3.2rem);
  font-weight: bold;
  text-align: center;
  letter-spacing: 0;
}
@media screen and (max-width: 576px) {
  .p-entry_form_desc p {
    font-size: 18px;
  }
}
.p-entry_form_desc p .is-line {
  position: relative;
}
@media screen and (max-width: 576px) {
  .p-entry_form_desc p .is-line:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 1px;
    background-color: var(--color-base);
  }
}
.p-entry_form_desc p:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 1px;
  background-color: var(--color-base);
}
.p-entry_form_desc p span.is-big {
  font-size: clamp(0rem, 2.5vw, 4.8rem);
}
@media screen and (max-width: 576px) {
  .p-entry_form_desc p span.is-big {
    font-size: 24px;
  }
}
.p-entry_form_contents {
  max-width: 1200px;
  margin: 0 auto;
  padding: clamp(5rem, 5.2083333333vw, 10rem) clamp(2rem, 6.7708333333vw, 13rem);
  background-color: var(--color-white);
  border-radius: 10px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 576px) {
  .p-entry_form_contents {
    padding: 50px 20px;
  }
}
.p-entry_form_contents .form_table {
  width: 100%;
}
.p-entry_form_contents .form_table tr {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 23px;
}
@media screen and (max-width: 576px) {
  .p-entry_form_contents .form_table tr {
    margin-bottom: 20px;
  }
}
.p-entry_form_contents .form_table tr:last-of-type {
  margin-bottom: 0;
}
.p-entry_form_contents .form_table tr th {
  margin-bottom: 10px;
  text-align: left;
  letter-spacing: 0;
}
@media screen and (max-width: 576px) {
  .p-entry_form_contents .form_table tr th {
    font-size: 18px;
  }
}
.p-entry_form_contents .form_table tr th .require {
  background-color: var(--color-orange);
  color: var(--color-white);
  padding: 1px 8px;
  font-size: 12px;
  font-weight: bold;
  margin-left: 10px;
  letter-spacing: 0;
}
.p-entry_form_contents .form_table tr th .any {
  background-color: #C8C8C8;
  color: var(--color-white);
  padding: 1px 8px;
  font-size: 12px;
  font-weight: bold;
  margin-left: 10px;
}
.p-entry_form_contents .form_table tr td input:not([type=file]), .p-entry_form_contents .form_table tr td textarea {
  border: 1px solid #DDDDDD;
  border-radius: 5px;
  padding: 12px;
}
@media screen and (max-width: 768px) {
  .p-entry_form_contents .form_table tr td input:not([type=file]), .p-entry_form_contents .form_table tr td textarea {
    padding: 12px;
  }
}
.p-entry_form_contents .form_table tr td input:not([type=file]):focus, .p-entry_form_contents .form_table tr td textarea:focus {
  outline: none;
}
.p-entry_form_contents .form_table tr td input[type=file] {
  max-width: 100%;
  padding: 0;
  background-color: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .p-entry_form_contents .form_table tr td input[type=file] {
    width: 100%;
  }
}
.p-entry_form_contents .form_table tr td input[type=file]:focus {
  outline: none;
}
.p-entry_form_contents .form_table tr td.w5 {
  width: 532px;
}
@media screen and (max-width: 768px) {
  .p-entry_form_contents .form_table tr td.w5 {
    width: auto;
    max-width: 100%;
  }
}
.p-entry_form_contents .form_table tr td.w5 input {
  width: 160px;
}
@media screen and (max-width: 768px) {
  .p-entry_form_contents .form_table tr td.w5 input {
    width: 80px;
  }
}
@media screen and (max-width: 768px) {
  .p-entry_form_contents .form_table tr td.w20 {
    width: 100%;
  }
}
.p-entry_form_contents .form_table tr td.w20 input {
  width: 940px;
}
@media screen and (max-width: 768px) {
  .p-entry_form_contents .form_table tr td.w20 input {
    width: 100%;
  }
}
.p-entry_form_contents .form_table tr td.wlong {
  width: 100%;
}
.p-entry_form_contents .form_table tr td.wlong input, .p-entry_form_contents .form_table tr td.wlong textarea {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-entry_form_contents .form_table tr td.wlong input, .p-entry_form_contents .form_table tr td.wlong textarea {
    width: 100%;
  }
}
.p-entry_form_contents .form_table tr td.zip {
  margin-bottom: 20px;
}
.p-entry_form_contents .form_table tr td.radio {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.p-entry .privacy-consent {
  margin: clamp(0rem, 2.6041666667vw, 5rem) 0 clamp(0rem, 1.5625vw, 3rem);
  text-align: center;
}
.p-entry .privacy-consent p {
  letter-spacing: 0;
}
.p-entry .privacy-consent p a {
  color: var(--color-orange);
}
.p-entry .privacy-consent p a:hover {
  text-decoration: underline;
}

.features-prime {
  max-width: 80%;
  margin: 0 auto;
  margin-bottom: clamp(6rem, 6.25vw, 12rem);
}
@media screen and (max-width: 576px) {
  .features-prime {
    max-width: 100%;
  }
}
.features-prime__heading {
  margin-bottom: clamp(3rem, 3.125vw, 6rem);
}
.features-prime__heading h3 {
  font-size: clamp(0rem, 1.9791666667vw, 3.8rem);
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .features-prime__heading h3 {
    font-size: 20px;
  }
}
.features-prime__body {
  display: flex;
  justify-content: center;
  gap: clamp(2rem, 2.6041666667vw, 5rem);
  background-color: var(--color-white);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  padding: clamp(3rem, 3.125vw, 6rem);
}
@media screen and (max-width: 576px) {
  .features-prime__body {
    flex-direction: column;
    padding: 30px;
  }
}
.features-prime__body__text {
  width: 45%;
}
@media screen and (max-width: 576px) {
  .features-prime__body__text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.features-prime__body__text .text__heading {
  margin-bottom: clamp(1rem, 0.5208333333vw, 1rem);
}
.features-prime__body__text .text__heading h4 {
  font-size: clamp(0rem, 1.1458333333vw, 2.2rem);
}
@media screen and (max-width: 576px) {
  .features-prime__body__text .text__heading h4 {
    font-size: 16px;
  }
}
.features-prime__body__text .text__comment {
  margin-bottom: clamp(1rem, 1.0416666667vw, 2rem);
}
@media screen and (max-width: 576px) {
  .features-prime__body__text .text__comment {
    margin-bottom: 30px;
  }
}
.features-prime__body__text .text__comment p {
  font-size: clamp(0rem, 0.7291666667vw, 1.4rem);
}
@media screen and (max-width: 576px) {
  .features-prime__body__text .text__comment p {
    font-size: 14px;
  }
}
.features-prime__body__img {
  width: 48%;
}
@media screen and (max-width: 576px) {
  .features-prime__body__img {
    width: 100%;
  }
}
.features-prime__body__img__heading {
  margin-bottom: clamp(1rem, 1.3020833333vw, 2.5rem);
}
@media screen and (max-width: 576px) {
  .features-prime__body__img__heading {
    margin-bottom: 20px;
  }
}
.features-prime__body__img__heading h4 {
  font-size: clamp(0rem, 1.3541666667vw, 2.6rem);
}
@media screen and (max-width: 576px) {
  .features-prime__body__img__heading h4 {
    font-size: 18px;
  }
}
.features-prime__body__img__desc {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 0.78125vw, 1.5rem);
  margin-bottom: clamp(2rem, 1.5625vw, 3rem);
}
@media screen and (max-width: 576px) {
  .features-prime__body__img__desc {
    margin-bottom: 30px;
  }
}
.features-prime__body__img__desc p {
  line-height: 1;
  font-size: clamp(0rem, 0.9375vw, 1.8rem);
  font-weight: bold;
}
@media screen and (max-width: 576px) {
  .features-prime__body__img__desc p {
    font-size: 16px;
  }
}
.features-prime__body__img__comment {
  position: relative;
}
@media screen and (max-width: 576px) {
  .features-prime__body__img__comment p {
    max-width: 70%;
  }
}
.features-prime__body__img__comment .name {
  font-size: clamp(0rem, 0.8333333333vw, 1.6rem);
  font-weight: bold;
  margin-bottom: clamp(1rem, 0.78125vw, 1.5rem);
  text-align: right;
}
@media screen and (max-width: 576px) {
  .features-prime__body__img__comment .name {
    max-width: 100%;
    margin-top: 20px;
    font-size: 14px;
  }
}
.features-prime__body__img__comment .men-image {
  position: absolute;
  bottom: 30px;
  right: 0;
}
