@charset "utf-8";
/* common
---------------------------------------------------------------------- */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-size: 62.5%;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  color: #000;
  text-align: center;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s ease;
}
a,
a:link,
a:visited,
a:hover,
a:active {
  color: #333;
}
a:hover {
  opacity: 0.7;
}

ul {
  list-style: none;
}

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

picture {
  display: block;
  line-height: 0;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

.rmark {
  vertical-align: super;
  font-size: 0.5em;
}

sub, sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  font-size: 70%;
  bottom: -0.25em;
}

sup {
  display: inline-block;
  font-size: 50%;
  font-weight: normal;
  top: -0.7em;
  left: 5px;
}

small {
  display: inline-block;
}

@media screen and (max-width: 500px) {
  a {
    transition: all 0s ease;
  }
  a:hover {
    opacity: 1;
  }
}


html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
#wrap {
  position: fixed;
  inset: 0;
  background: linear-gradient(69.22deg, #FFE3F7 0%, #FAC6EE 21.46%, #EEDBFF 49.62%, #CFDAFF 99.21%);
  overflow-y: auto;
  display: flex;
  justify-content: center;
}
header {
  position: fixed;
  left: 40px;
  top: 65px;
}
header .logo {
  width: 260px;
}
.fix_sns_box {
  position: fixed;
  bottom: 30px;
  left: calc(50% + 361px);
  transform: translateX(-50%);
}
.fix_sns_box ul {
  gap: 12px;
}
.page_content {
  width: 500px;
  min-height: 100vh;
  background: #fff;
  box-sizing: border-box;
}
@media (max-width: 1200px) and (min-width: 1001px) {
  header {
    left: 2vw;
    top: 3vw;
  }
  header .logo {
    width: 21.6667vw;
  }
}
@media (max-width: 1000px) and (min-width: 501px) {
  header {
    display: none;
  }
  .fix_sns_box {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  html, body {
    overflow: auto;
    height: auto;
  }
  #wrap {
    position: relative;
    background: linear-gradient(69.22deg, #FFE3F7 0%, #FAC6EE 21.46%, #EEDBFF 49.62%, #CFDAFF 99.21%);
    overflow: visible;
    display: flex;

    position: relative;
    background: #fff;
    overflow: visible;
    display: block;
    min-height: 100vh;
  }
  .page_content {
    width: 100%;
    min-height: 100%;
    margin: 0 auto;
    overflow: hidden;
  }
  .fix_sns_box {
    display: none;
  }
  header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 13.2vw;
    position: relative;
    top: 0;
    left: 0;
  }
  header .logo {
    width: 35.6vw;
    margin: 0 auto;
  }
}



/*----------------
共通
-----------------*/
.inner_box {
  width: 88%;
  margin: 0 auto;
}
.flex_box {
  display: flex;
}
.txt_lead {
  width: 88%;
  margin: 0 auto;
  font-weight: 500;
  font-size: 1.6em;
  line-height: 150%;
  text-align: left;
  margin-top: 30px;
}
@media screen and (max-width: 500px) {
  .inner_box {
    width: 88vw;
  }
  .txt_lead {
    width: 88vw;
    font-size: 3.2vw;
    margin-top: 6vw;
  }
}



/*----------------
KV
-----------------*/
.kv_box_wrap {
  position: relative;
}
.kv_box_wrap p {
  position: absolute;
  top: -32px;
}
.kv_box_wrap .kv_btn_box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: url('../img/kv_btn_bg.png');
  transition: opacity 0.3s ease;
}

.kv_box_wrap .kv_btn_box.is-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
}
.kv_box_wrap .kv_btn_box.is-hidden {
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 500px) {
  .kv_box_wrap p {
    position: absolute;
    top: -6.4vw;
  }
}


/*----------------
lead
-----------------*/
.lead_box .lead_img {
  margin-top: 60px;
  margin-bottom: 40px;
}
.lead_cont {
  background: #FFF9EE;
  padding-top: 48px;
  padding-bottom: 60px;
  position: relative;
}
.lead_cont ul li {
  display: flex;
  align-items: flex-start;
  text-align: left;
}
.lead_cont ul li + li {
  margin-top: 10.2273%;
}
.lead_cont ul li img {
  width: 6.3636%;
  margin-right: 2.7273%;
}
.lead_cont ul li dt {
  font-weight: 700;
  font-size: 2em;
  line-height: 140%;
  padding-bottom: 10px;
}
.lead_cont ul li dd {
  font-weight: 500;
  font-size: 1.6em;
  line-height: 150%;
}
.lead_box .triangle {
  width: 0;
  height: 0;
  border-left: 82px solid transparent;  /* 194 / 2 */
  border-right: 82px solid transparent;
  border-bottom: 63px solid #FFF9EE;
  position: absolute;
  bottom: -62px;
  left: 50%;
  transform: rotate(180deg) translateX(50%);
}
@media screen and (max-width: 500px) {
  .lead_box .lead_img {
    margin-top: 12vw;
    margin-bottom: 8vw;
  }
  .lead_cont {
    padding-top: 9.6vw;
    padding-bottom: 12vw;
  }
  .lead_cont ul li + li {
    margin-top: 9.6vw;
  }
  .lead_cont ul li img {
    width: 5.6vw;
    margin-right: 2.4vw;
  }
  .lead_cont ul li dt {
    font-size: 4vw;
    padding-bottom: 2.4vw;
  }
  .lead_cont ul li dd {
    font-size: 3.2vw;
    line-height: 150%;
  }
  .lead_box .triangle {
    border-left: 16.4vw solid transparent;
    border-right: 16.4vw solid transparent;
    border-bottom: 12.6vw solid #FFF9EE;
    bottom: -12.4vw;
  }
}

/*----------------
point
-----------------*/
.point_box {
  background: linear-gradient(69.22deg, #ECFF98 0%, #BFFDD6 21.46%, #A1FCFF 49.62%, #CCFFBD 99.21%);
  padding-top: 120px;
  padding-bottom: 60px;
}
.point_box .point_txt {
  width: 151px;
  margin: 20px auto 0;
}
.point_box ul li {
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.point_box ul li + li {
  margin-top: 20px;
}
.point_box ul li img {
  width: 100px;
  width: 20%;
}
.point_box ul li p {
  width: 45%;
  text-align: left;
  font-weight: 500;
  font-size: 1.6em;
  line-height: 150%;
}
.point_photo {
  margin-top: 80px;
}
@media screen and (max-width: 500px) {
  .point_box {
    padding-top: 24vw;
    padding-bottom: 12vw;
  }
  .point_box .point_txt {
    width: 31vw;
    margin: 4vw auto 0;
  }
  .point_box ul li {
    gap: 4vw;
  }
  .point_box ul li img {
    width: 20vw;
  }
  .point_box ul li p {
    width: 45vw;
    font-size: 3.2vw;
  }
  .point_photo {
    margin-top: 16vw;
  }
}

/*----------------
support
-----------------*/
.support_box {
  padding-top: 60px;
  padding-bottom: 60px;
}
.support_border {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 400px;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}
.support_box ul {
  margin-top: 36px;
}
.support_box ul li {
  width: 440px;
  margin-left: 30px;
  padding-top: 35px;
  padding-bottom: 35px;
  position: relative;
}
.support_box ul li::before,
.support_box ul li::after {
  display: block;
  content: "";
  position: absolute;
}
.support_box ul li::before {
  width: 52px;
  height: 52px;
  background: url('../img/support_deco01.svg') no-repeat;
  background-size: cover;
  top: -17px;
}
.support_box ul li::after {
  width: 35px;
  height: 30px;
  background: url('../img/support_deco02.svg') no-repeat;
  background-size: cover;
  bottom: 45px;
  right: 10px;
}
.support_box ul li + li {
  margin-top: 45px;
}
.support_box ul li .cont_tit {
  font-weight: 700;
  font-size: 2.4em;
  line-height: 130%;
  margin-bottom: 20px;
}
.support_box .cont_box {
  width: 78.4722%;
  width: calc(100% - 50px - 52px);
  margin-left: 50px;
}
.support_box .cont_box::after {
  display: block;
  content: "";
  clear: both;
}
.support_box .cont_box p.cont_txt {
  font-weight: 500;
  font-size: 1.6em;
  line-height: 150%;
  text-align: left;
  width: 100%;
}
.support_box .cont_box p.cont_txt a {
  border-bottom: 1px solid #333;
}
.support_box .cont_box figure {
  height: 0;
  width: 153px;
  padding-top: 120px;
  margin-left: 20px;
  position: relative;
  overflow: hidden;
  float: right;
}
.support_box ul li:nth-child(2) .cont_box figure {
  margin-bottom: 20px;
}
.support_box .cont_box figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 500px) {
  .support_box {
    padding-top: 12vw;
    padding-bottom: 12vw;
  }
  .support_border {
    width: 80vw;
  }
  .support_box ul {
    margin-top: 7.2vw;
  }
  .support_box ul li {
    width: 80vw;
    margin-left: 10vw;
    padding-top: 7vw;
    padding-bottom: 7vw;
  }
  .support_box ul li::before {
    width: 10.4000vw;
    height: 10.4000vw;
    top: -3.4vw;
    left: -4vw;
  }
  .support_box ul li::after {
    width: 7vw;
    height: 6vw;
    bottom: 9vw;
    right: -2.4vw;
  }
  .support_box ul li + li {
    margin-top: 9vw;
  }

  .support_box ul li .cont_tit {
    font-size: 4.8vw;
    margin-bottom: 4vw;
  }
  .support_box .cont_box {
    width: calc(100vw - 6vw - 20vw);
    margin-left: 0;
    padding-left: 6vw;
  }
  .support_box .cont_box p.cont_txt {
    font-size: 3.2vw;
  }
  .support_box ul li:nth-child(2) .cont_box figure {
    margin-bottom: 4vw;
  }
  .support_box .cont_box figure {
    width: 30.6vw;
    padding-top: 24vw;
    margin-left: 4vw;
  }
}


/*----------------
leader
-----------------*/
.leader_box {
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(69.22deg, #FEDDD2 0%, #EFFCAE 49.62%, #FFDCD5 99.21%);
}
.leader_box .swiper {
  margin-top: 30px;
  padding-bottom: 50px;
}
.leader_box .cont_tit {
  font-family: Zen Kaku Gothic New;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  margin-top: 20px;
  margin-bottom: 12px;
}
.leader_box .cont_tit span {
  display: block;
  font-weight: 700;
}
.leader_box .cont_txt {
  font-family: Zen Kaku Gothic New;
  font-weight: 500;
  font-size: 1.6em;
  line-height: 150%;
  text-align: left;
}

/* swiper common */
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-horizontal.swiper-pagination-bullets {
  bottom: 0!important;
  width: 160px;
  left: 50%;
  transform: translateX(-50%);
}
.mySwiper02 .swiper-horizontal>.swiper-pagination-bullets,
.mySwiper02 .swiper-pagination-horizontal.swiper-pagination-bullets {
  width: 85px;
}
.swiper-horizontal > .swiper-pagination-bullets span, 
.swiper-pagination-horizontal.swiper-pagination-bullets span {
  background: #fff!important;
  opacity: 1;
  width: 20px;
  height: 20px;
  margin: 0 10px!important;
}
.swiper-horizontal > .swiper-pagination-bullets span.swiper-pagination-bullet-active,
.swiper-pagination-horizontal.swiper-pagination-bullets span.swiper-pagination-bullet-active {
  background: #000!important;
}
.swiper-button-next, .swiper-button-prev {
  bottom: 0!important;
  top: auto!important;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #E7047F;
  z-index: 2 !important;
}
.swiper-button-next svg, .swiper-button-prev svg {
  display: none;
}
.mySwiper01 .swiper-button-next {
  right: 140px!important;
}
.mySwiper01 .swiper-button-prev {
  left: 140px!important;
}
.mySwiper02 .swiper-button-next {
  right: 110px!important;
}
.mySwiper02 .swiper-button-prev {
  left: 110px!important;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  display: block;
  content: '';
  width: 12px;
  height: 7px;
  background: url(../img/arrow_icon.svg) no-repeat;
  background-size: cover;
  transition: height 0.4s ease;
}
.swiper-button-next::after {
  transform: rotate(-90deg);
}
.swiper-button-prev::after {
  transform: rotate(90deg);
}

@media screen and (max-width: 500px) {
  .leader_box {
    padding-top: 12vw;
    padding-bottom: 12vw;
  }
  .leader_box .swiper {
    margin-top: 6vw;
    padding-bottom: 10vw;
  }
  .leader_box .cont_tit {
    font-size: 3.6vw;
    margin-top: 4vw;
    margin-bottom: 2.4vw;
  }
  .leader_box .cont_txt {
    font-size: 3.2vw;
  }

  /* swiper common */
  .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-horizontal.swiper-pagination-bullets {
    width: 32vw;
  }
  .mySwiper02 .swiper-horizontal>.swiper-pagination-bullets,
  .mySwiper02 .swiper-pagination-horizontal.swiper-pagination-bullets {
    width: 17vw;
  }
  .swiper-horizontal > .swiper-pagination-bullets span, 
  .swiper-pagination-horizontal.swiper-pagination-bullets span {
    width: 4vw;
    height: 4vw;
    margin: 0 2vw!important;
  }
  .swiper-button-next, .swiper-button-prev {
    width: 5.2vw;
    height: 5.2vw;
  }
  .mySwiper01 .swiper-button-next {
    right: 28vw!important;
  }
  .mySwiper01 .swiper-button-prev {
    left: 28vw!important;
  }
  .mySwiper02 .swiper-button-next {
    right: 22vw!important;
  }
  .mySwiper02 .swiper-button-prev {
    left: 22vw!important;
  }
  .swiper-button-next::after,
  .swiper-button-prev::after {
    width: 2.4vw;
    height: 1.4vw;
  }
}

/*----------------
attendees
-----------------*/
.attendees_box {
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(69.22deg, #ECFF98 0%, #BFFDD6 21.46%, #A1FCFF 49.62%, #CCFFBD 99.21%);
}
.attendees_box .mySwiper02 {
  width: 88%;
  margin: 30px auto 0;
}
.attendees_box .swiper-slide {
  background: #fff;
  text-align: left;
}
.attendees_box .swiper_conts {
  padding: 20px 30px 30px;
}
.attendees_box .rating {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 7px;
}
.attendees_box .rating li {
  width: 25px;
}
.attendees_box .cont_txt {
  font-family: Zen Kaku Gothic New;
  font-weight: 500;
  font-size: 1.6em;
  line-height: 150%;
  margin-top: 12px;
  margin-bottom: 12px;
}
.attendees_box .cont_tit {
  font-family: Zen Kaku Gothic New;
  font-weight: 500;
  font-size: 1.6em;
  line-height: 150%;  
}
.attendees_box .cont_tit span {
  display: block;
  font-weight: 700;
  font-size: 18px;
}
@media screen and (max-width: 500px) {
  .attendees_box {
    padding-top: 12vw;
    padding-bottom: 12vw;
  }
  .attendees_box .mySwiper02 {
    width: 88vw;
    margin: 6vw auto 0;
  }
  .attendees_box .swiper_conts {
    padding: 4vw 6vw 6vw;
  }
  .attendees_box .rating {
    gap: 1.4vw;
  }
  .attendees_box .rating li {
    width: 5vw;
  }
  .attendees_box .cont_txt {
    font-size: 3.2vw;
    margin-top: 2.4vw;
    margin-bottom: 2.4vw;
  }
  .attendees_box .cont_tit {
    font-size: 3.2vw;
  }
  .attendees_box .cont_tit span {
    font-size: 3.6vw;
  }
}


/*----------------
movie
-----------------*/
.movie_box {
  padding-top: 60px;
  padding-bottom: 60px;
}
.movie_box .txt_lead {
  text-align: center;
}
.movie_box ul {
  margin-top: 30px;
}
.movie_box ul li {
  width: 88%;
  margin: 0 auto 30px;
  text-align: left;
}
.movie_box ul li .cont_box {
  border: 1px solid #ddd;
  border-top: none;
  padding: 30px;
  box-sizing: border-box;
}

.movie_box ul li .cont_cat {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 1.6em;
  line-height: 150%;
  color: #fff;
  background: #E7047F;
  padding: 5px 10px;
}
.movie_box ul li .cont_tit {
  font-family: Zen Kaku Gothic New;
  font-weight: 700;
  font-size: 3.2em;
  line-height: 120%;
  margin-top: 8px;
  margin-bottom: 8px;
}
.movie_box ul li .cont_txt {
  font-family: Zen Kaku Gothic New;
  font-weight: 500;
  font-size: 1.6em;
  line-height: 150%;
}



.point_box .movie_start {
  width: 88%;
  margin: 50px auto 0;
}
.point_box .decorated-title {
  position: relative;
  display: inline-block;
  font-family: Zen Kaku Gothic New;
  font-weight: 700;
  font-size: 2.6em;
  line-height: 120%;
  margin-bottom: 20px;
}
.point_box .decorated-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 13px;
  background: #FF9ED2;
}
.point_box .decorated-title span {
  position: relative;
  padding: 0 5px;
  z-index: 1;
}
.point_box .decorated-title span::before,
.point_box .decorated-title span::after {
  content: "";
  background: url('../img/movie_deco.svg') no-repeat;
  background-size: cover;
  width: 25px;
  height: 38px;
  position: absolute;
}
.point_box .decorated-title span::before {
  left: -5px;
  top: 50%;
  transform: translate(-100%, -50%);
}
.point_box .decorated-title span::after {
  right: -55px;
  top: 50%;
  transform: scaleX(-1) translate(100%, -50%);
}

.point_box .thumb-wrapper {
  width: 100%;
  max-width: 440px;
  height: 440px;
  margin: 0 auto;
  position: relative;
  background: url('../img/thumbnail.png') no-repeat;
  background-size: cover;
  cursor: pointer;
}

.point_box .modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.7);
  justify-content: center;
  align-items: center;
  z-index: 999;
}

.point_box .modal-content {
  position: relative;
}

.point_box .close {
  position: absolute;
  top: -40px;
  right: 0;
  color: white;
  font-size: 24px;
  cursor: pointer;
}

.point_box .video-square {
  aspect-ratio: 1 / 1;
  width: 100%;
  max-width: 440px;
  margin: 0 auto;
}
.point_box .video-square video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 769px) {
  .point_box .mobile-only {
    display: none !important;
  }
}

@media screen and (max-width: 500px) {
  .movie_box {
    padding-top: 12vw;
    padding-bottom: 12vw;
  }
  .movie_box ul {
    margin-top: 6vw;
  }
  .movie_box ul li {
    width: 88vw;
    margin: 0 auto 6vw;
  }
  .movie_box ul li .cont_box {
    padding: 6vw;
  }

  .movie_box ul li .cont_cat {
    font-size: 3.2vw;
    padding: 1vw 2vw;
  }
  .movie_box ul li .cont_tit {
    font-size: 6.4vw;
    margin-top: 1.6vw;
    margin-bottom: 1.6vw;
  }
  .movie_box ul li .cont_txt {
    font-size: 3.2vw;
  }


  .point_box .movie_start {
    width: 88vw;
    margin: 10vw auto 0;
  }
  .point_box .decorated-title {
    font-size: 5.2vw;
    margin-bottom: 4vw;
  }
  .point_box .decorated-title::after {
    height: 2.6vw;
  }
  .point_box .decorated-title span {
    padding: 0 1vw;
  }
  .point_box .decorated-title span::before,
  .point_box .decorated-title span::after {
    width: 5vw;
    height: 7.6vw;
  }
  .point_box .decorated-title span::before {
    left: -1vw;
  }
  .point_box .decorated-title span::after {
    right: -11vw;
  }

  .point_box .thumb-wrapper {
    max-width: 88vw;
    height: 88vw;
    background: url('../img/thumbnail.png') no-repeat;
    background-size: cover;
  }
  .point_box .close {  
    display: none;
  }
  .point_box .video-square {
    display: none;
  }
}


/*----------------
step
-----------------*/
.step_box {
  padding-top: 60px;
  padding-bottom: 60px;
}
.step_box ul {
  margin-top: 50px;
}
.step_box ul li {
  width: 88%;
  margin: 0 auto;
  border: 2px solid #E7047F;
  padding: 45px 30px 25px;
  position: relative;
}
.step_box ul li + li {
  margin-top: 70px;
}
.step_box ul li::after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-left: 43px solid transparent;  /* 86 / 2 */
  border-right: 43px solid transparent;
  border-bottom: 30px solid #E7047F;
  position: absolute;
  bottom: -41px;
  left: 50%;
  transform: rotate(180deg) translateX(50%);
}
.step_box ul li:last-child:after {
  display: none;
}

.step_box ul li .cont_tit {
  width: 237px;
  height: 43px;
  border-radius: 30px;
  background: #E7047F;
  position: absolute;
  top: -21px;
  left: 50%;
  transform: translateX(-50%);
}
.step_box ul li .cont_tit span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-weight: 700;
  font-size: 2.4em;
  line-height: 120%;
  text-align: center;
  color: #fff;
}
.step_box ul li .cont_txt {
  font-weight: 500;
  font-size: 1.6em;
  line-height: 150%;
  text-align: center;
}
@media screen and (max-width: 500px) {
  .step_box {
    padding-top: 12vw;
    padding-bottom: 12vw;
  }
  .step_box ul {
    margin-top: 10vw;
  }
  .step_box ul li {
    width: 88vw;
    padding: 9vw 6vw 5vw;
  }
  .step_box ul li + li {
    margin-top: 14vw;
  }
  .step_box ul li::after {
    border-left: 8.6vw solid transparent;
    border-right: 8.6vw solid transparent;
    border-bottom: 6vw solid #E7047F;
    bottom: -8.2vw;
  }
  .step_box ul li .cont_tit {
    width: 47.4vw;
    height: 8.6vw;
    border-radius: 6vw;
    top: -4.2vw;
  }
  .step_box ul li .cont_tit span {
    font-size: 4.8vw;
  }
  .step_box ul li .cont_txt {
    font-size: 3.2vw;
  }
}

/*----------------
faq
-----------------*/
.faq_box {
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(69.22deg, #FEDDD2 0%, #EFFCAE 49.62%, #FFDCD5 99.21%);
}
.faq_box .txt_lead {
  text-align: center;
}

.faq_box .faq-container {
  width: 88%;
  margin: 30px auto 0;
}
.faq_box .faq-container .faq-item {
  margin-bottom: 30px;
  background-color: #fff;
}
.faq_box .faq-question,
.faq_box .faq-answer-content {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  background-color: #fff;
  text-align: left;
}
.faq_box .faq-question p,
.faq_box .faq-answer-content p {
  font-family: Zen Kaku Gothic New;
  font-size: 1.6em;
  line-height: 150%;
}
.faq_box .faq-question p {
  font-weight: 700;
}
.faq_box .faq-question {
  padding: 20px 30px;
  cursor: pointer;
  position: relative;
  transition: background-color 0.3s;
  border-bottom: 1px solid #fff;
}
.faq_box .faq-answer {
  padding: 0;
  height: 0;
  overflow: hidden;
  background-color: #fff;
  transition: height 0.4s ease;
}
.faq_box .faq-answer-content {
  width: 87.7273%;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 30px;
  border-top: 1px solid #E7047F;
}
.faq_box .faq-question .cont_btn {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #E7047F;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
}
.faq_box .faq-question .cont_btn::after {
  display: block;
  content: '';
  width: 12px; 
  height: 7px;
  background: url('../img/arrow_icon.svg') no-repeat;
  background-size: cover;
  transition: height 0.4s ease;
}
.faq_box .faq-item.active .cont_btn::after {
  transform: rotate(180deg);
}


.faq_box .contact_box {
  width: 88%;
  margin: 0 auto;
  padding: 20px;
  background: #fff;
}
.faq_box .contact_box b {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 1.6em;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
}
.faq_box .contact_box p {
  font-weight: 500;
  font-size: 1.6em;
  line-height: 150%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.faq_box .contact_box .contact_btn {
  background: #FFFF00;
  border: 1px solid #FFFFFF;
  box-shadow: 0px 4px 4px 0px #00000040;
  border-radius: 5px;
  width: 220px;
  height: 75px;
  margin: 0 auto;
}
.faq_box .contact_box .contact_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: Zen Kaku Gothic New;
  font-weight: 700;
  font-size: 1.7em;
  line-height: 150%;
  position: relative;
}
.faq_box .contact_box .contact_btn span {
  display: block;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;  /* 14 / 2 */
  border-right: 7px solid transparent;
  border-bottom: 7px solid #000;
  transform: rotate(90deg);
  margin-left: 5px;
}
@media screen and (max-width: 500px) {
  .faq_box {
    padding-top: 12vw;
    padding-bottom: 12vw;
  }
  .faq_box .faq-container {
    width: 88vw;
    margin: 6vw auto 0;
  }
  .faq_box .faq-container .faq-item {
    margin-bottom: 6vw;
  }
  .faq_box .faq-question p,
  .faq_box .faq-answer-content p {
    font-size: 3.2vw;
  }
  .faq_box .faq-question {
    padding: 4vw 6vw;
  }
  .faq_box .faq-answer-content {
    width: 77.2vw;
    padding-top: 4vw;
    padding-bottom: 6vw;
  }
  .faq_box .faq-question .cont_btn {
    width: 5.2vw;
    height: 5.2vw;
    right: 5vw;
  }
  .faq_box .faq-question .cont_btn::after {
    width: 2.4vw;
    height: 1.4vw;
  }
  .faq_box .contact_box {
    width: 88vw;
    padding: 4vw;
  }
  .faq_box .contact_box b {
    font-size: 3.2vw;
  }
  .faq_box .contact_box p {
    font-size: 3.2vw;
    margin-top: 4vw;
    margin-bottom: 4vw;
  }

  .faq_box .contact_box .contact_btn {
    width: 44vw;
    height: 15vw;
  }
  .faq_box .contact_box .contact_btn a {
    font-size: 3.4vw;
  }
  .faq_box .contact_box .contact_btn span {
    border-left: 1.4vw solid transparent;  /* 14 / 2 */
    border-right: 1.4vw solid transparent;
    border-bottom: 1.4vw solid #000;
    margin-left: 1vw;
  }
}


/*----------------
price
-----------------*/
.price_box {
  padding-top: 60px;
  padding-bottom: 60px;
}
.price_box .txt_lead {
  text-align: center;
}
.price_box .cont_box {
  width: 88%;
  margin: 60px auto 0;
  border: 2px solid #E7047F;
  padding: 30px 0;
  box-sizing: border-box;
}

.price_box .price_tit {
  font-family: Zen Kaku Gothic New;
  font-weight: 700;
  font-size: 1.6em;
  line-height: 140%;
  color: #fff;
  background: #E7047F;
  padding: 5px 10px;
}
.price_box .price_txt {
  font-family: Zen Kaku Gothic New;
  font-weight: 700;
  font-size: 7em;
  line-height: 1;
}
.price_box .price_txt span {
  font-size: 40px;
}
.price_box .price_txt sub {
  font-size: 16px;
}
.price_box .price_add_txt {
  font-family: Zen Kaku Gothic New;
  font-weight: 500;
  font-size: 1.6em;
  line-height: 150%;
  text-align: left;
  margin-top: 20px;
  margin-left: 26px;
  margin-right: 26px;
  margin-bottom: 20px;
}
.price_box .price_stxt {
  font-family: Zen Kaku Gothic New;
  font-weight: 500;
  font-size: 1.6em;
  line-height: 150%;
}
.price_box .price_stxt span {
  font-size: 32px;
}
.price_box .price_add_stxt {
  font-family: Zen Kaku Gothic New;
  font-weight: 500;
  font-size: 1.6em;
  line-height: 100%;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 40px;
}

.price_box .cont_box ul {
  padding-left: 18.8073%;
}
.price_box .cont_box ul li {
  margin-bottom: 20px;
}
.price_box .cont_box ul li img {
  width: 33px;
  margin-right: 20px;
}
.price_box .cont_box ul li p {
  font-family: Zen Kaku Gothic New;
  font-weight: 500;
  font-size: 1.6em;
  line-height: 150%;
}

.price_box .contact_btn {
  background: #FFFF00;
  border: 1px solid #FFFFFF;
  box-shadow: 0px 4px 4px 0px #00000040;
  border-radius: 5px;
  width: 220px;
  height: 75px;
  margin: 0 auto;
}
.price_box .contact_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: Zen Kaku Gothic New;
  font-weight: 700;
  font-size: 1.7em;
  line-height: 150%;
  color: #000;
  position: relative;
}
.price_box .contact_btn span {
  display: block;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #000;
  transform: rotate(90deg);
  margin-left: 5px;
}
@media screen and (max-width: 500px) {
  .price_box {
    padding-top: 12vw;
    padding-bottom: 12vw;
  }
  .price_box .cont_box {
    width: 88vw;
    margin: 12vw auto 0;
    padding: 6vw 0;
  }

  .price_box .price_tit {
    font-size: 3.2vw;
    padding: 1vw 2vw;
  }
  .price_box .price_txt {
    font-size: 14vw;
  }
  .price_box .price_txt span {
    font-size: 8vw;
  }
  .price_box .price_txt sub {
    font-size: 3.2vw;
  }
  .price_box .price_add_txt {
    font-size: 3.2vw;
    margin-top: 4vw;
    margin-left: 5.2vw;
    margin-right: 5.2vw;
    margin-bottom: 4vw;
  }
  .price_box .price_stxt {
    font-size: 3.2vw;
    margin-bottom: 4vw;
  }
  .price_box .price_stxt span {
    font-size: 6.4vw;
  }
  .price_box .price_add_stxt {
    font-size: 3.2vw;
    margin-top: 5px;
    margin-bottom: 8vw;
  }

  .price_box .cont_box ul {
    padding-left: 16.4vw;
  }
  .price_box .cont_box ul li {
    margin-bottom: 4vw;
  }
  .price_box .cont_box ul li img {
    width: 6.6vw;
    margin-right: 4vw;
  }
  .price_box .cont_box ul li p {
    font-size: 3.2vw;
  }

  .price_box .contact_btn {
    width: 44vw;
    height: 15vw;
  }
  .price_box .contact_btn a {
    font-size: 3.4vw;
  }
  .price_box .contact_btn span {
    border-left: 1.4vw solid transparent;  /* 14 / 2 */
    border-right: 1.4vw solid transparent;
    border-bottom: 1.4vw solid #000;
    margin-left: 1vw;
  }
}


/*----------------
BTN
-----------------*/
.ft_btn_box {
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(69.22deg, #ECFF98 0%, #BFFDD6 21.46%, #A1FCFF 49.62%, #CCFFBD 99.21%);
}
.kv_box_wrap .contact_btn_box,
.ft_btn_box .contact_btn_box {
  justify-content: center;
  gap: 13px;
  margin-top: 25px;
}
.kv_box_wrap .contact_btn_box p {
  position: absolute;
  top: -32px;
}
.kv_box_wrap .contact_btn_box {
  margin-top: 25px;
}
.kv_box_wrap .contact_btn_box div,
.ft_btn_box .contact_btn_box div {
  width: 44%;
  height: 60px;
  box-shadow: 0px 4px 4px 0px #00000040;
  border-radius: 5px;
}

.kv_box_wrap .contact_btn_box div a,
.ft_btn_box .contact_btn_box div a,
.kv_box_wrap .contact_btn03 a,
.ft_btn_box .contact_btn03 a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: Zen Kaku Gothic New;
  font-weight: 700;
  font-size: 1.7em;
  line-height: 110%;
  letter-spacing: -15%;
  position: relative;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.kv_box_wrap .contact_btn_box .contact_btn01 a,
.ft_btn_box .contact_btn_box .contact_btn01 a {
  background: #FFFF00;
  border: 1px solid #FFFFFF;
}
.kv_box_wrap .contact_btn_box .contact_btn02 a,
.ft_btn_box .contact_btn_box .contact_btn02 a {
  background: #FFF;
  border: 1px solid #E7047F;
}
.kv_box_wrap .contact_btn03,
.ft_btn_box .contact_btn03 {
  width: 90.4%;
  height: 60px;
  margin: 10px auto 15px;
  border: 1px solid #FFFFFF;
  box-shadow: 0px 4px 4px 0px #00000040;
  border-radius: 5px;
  background: #DF176C;
}




.kv_box_wrap .contact_btn_box .contact_btn01 a,
.ft_btn_box .contact_btn_box .contact_btn01 a {
  color: #000;
}
.kv_box_wrap .contact_btn_box .contact_btn02 a,
.ft_btn_box .contact_btn_box .contact_btn02 a {
  color: #000;
}
.kv_box_wrap .contact_btn03 a,
.ft_btn_box .contact_btn03 a {
  color: #FFF;
}

.kv_box_wrap .contact_btn_box  div span,
.ft_btn_box .contact_btn_box div span,
.kv_box_wrap .contact_btn03 span,
.ft_btn_box .contact_btn03 span {
  display: block;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  transform: rotate(90deg);
  margin-left: 5px;
}
.kv_box_wrap .contact_btn_box .contact_btn01 span,
.ft_btn_box .contact_btn_box .contact_btn01 span {
  border-bottom: 7px solid #000;
}
.kv_box_wrap .contact_btn_box .contact_btn02 span,
.ft_btn_box .contact_btn_box .contact_btn02 span {
  border-bottom: 7px solid #000;
}
.kv_box_wrap .contact_btn03 span,
.ft_btn_box .contact_btn03 span {
  border-bottom: 7px solid #fff;
}
@media screen and (max-width: 500px) {
  .ft_btn_box {
    padding-top: 12vw;
    padding-bottom: 12vw;
  }
  .kv_box_wrap .contact_btn_box,
  .ft_btn_box .contact_btn_box {
    gap: 2.6vw;
    margin-top: 5vw;
  }
  .kv_box_wrap .contact_btn_box p {
    top: -6.4vw;
  }
  .kv_box_wrap .contact_btn_box {
    margin-top: 5vw;
  }
  .kv_box_wrap .contact_btn_box div,
  .ft_btn_box .contact_btn_box div {
    width: 44vw;
    height: 12vw;
  }
  .kv_box_wrap .contact_btn03,
  .ft_btn_box .contact_btn03 {
    width: 90.4vw;
    height: 12vw;
    margin: 2vw auto 3vw;
  }
  .kv_box_wrap .contact_btn_box div a,
  .ft_btn_box .contact_btn_box div a,
  .kv_box_wrap .contact_btn03 a,
  .ft_btn_box .contact_btn03 a {
    font-size: 3.4vw;
  }
  .kv_box_wrap .contact_btn_box  div span,
  .ft_btn_box .contact_btn_box div span {
    border-left: 1.4vw solid transparent;
    border-right: 1.4vw solid transparent;
    margin-left: 1vw;
  }
  .kv_box_wrap .contact_btn_box .contact_btn01 span,
  .ft_btn_box .contact_btn_box .contact_btn01 span {
    border-bottom: 1.4vw solid #000;
  }
  .kv_box_wrap .contact_btn_box .contact_btn02 span,
  .ft_btn_box .contact_btn_box .contact_btn02 span {
    border-bottom: 1.4vw solid #000;
  }
  .kv_box_wrap .contact_btn03 span,
  .ft_btn_box .contact_btn03 span {
    border-bottom: 1.4vw solid #fff;
  }
}



/*----------------
footer
-----------------*/
footer {
  padding-top: 60px;
  padding-bottom: 30px;
}
footer .logo {
  width: 52%;
  margin: 0 auto 90px;
}
footer .ft_menu li {
  margin-bottom: 30px;
}
footer .ft_menu li a {
  font-family: Zen Kaku Gothic New;
  font-weight: 700;
  font-size: 1.6em;
  line-height: 150%;
}

footer .sns_box {
  width: 74%;
  margin: 0 auto 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #6D6E71;
}
footer .sns_box ul {
  justify-content: center;
  gap: 12px;
}
.fix_sns_box ul li,
footer .sns_box ul li {
  width: 24px;
}

footer .ft_mark {
  width: 57.2%;
  margin: 0 auto;
}
footer .ft_mark li {
  margin-bottom: 20px;
  display: flex;
  justify-content: flex-start;
}
footer .ft_mark li:nth-child(1) img {
  width: 75px;
}
footer .ft_mark li:nth-child(2) img {
  width: 124px;
}
footer .ft_mark li:nth-child(3) img {
  width: 73px;
}
footer .ft_mark li p {
  font-family: Roboto;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  text-align: left;
  margin-left: 20px;
}
.footer_copy {
  font-family: Zen Kaku Gothic New;
  font-weight: 400;
  font-size: 1.4em;
  line-height: 150%;
}
@media screen and (max-width: 500px) {
  footer {
    padding-top: 12vw;
    padding-bottom: 6vw;
  }
  footer .logo {
    width: 52vw;
    margin: 0 auto 18vw;
  }
  footer .ft_menu li {
    margin-bottom: 6vw;
  }
  footer .ft_menu li a {
    font-size: 3.2vw;
  }

  footer .sns_box {
    width: 74vw;
    margin: 0 auto 4vw;
    padding-bottom: 4vw;
  }
  footer .sns_box ul {
    gap: 2.4vw;
  }
  .fix_sns_box ul li,
  footer .sns_box ul li {
    width: 4.8vw;
  }

  footer .ft_mark li {
    margin-bottom: 4vw;
  }
  footer .ft_mark li:nth-child(1) img {
    width: 15vw;
  }
  footer .ft_mark li:nth-child(2) img {
    width: 24.8vw;
  }
  footer .ft_mark li:nth-child(3) img {
    width: 14.6vw;
  }
  footer .ft_mark li p {
    font-size: 2.4vw;
    margin-left: 4vw;
  }
  .footer_copy {
    font-size: 2.8vw;
  }
}