@charset "utf-8";


/* ============================================
inshape_lp
=============================================*/
.inshape_lp{
  font-size: 1.8rem;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 400;
}
/*sp*/
@media screen and (max-width: 599px) {
  .inshape_lp{
    font-size: 1.4rem;
  }
}

/*sp*/
@media screen and (max-width: 599px) {
  .section_box{
    padding-top: 40px;
    padding-bottom: 40px;
  }
}


/* ============================================
***
=============================================*/
/*pc*/
@media screen and (min-width: 600px) {
}
/*sp*/
@media screen and (max-width: 599px) {
}

/* ============================================
fc_color
=============================================*/
.fc_orange{color: #ef7c1f;}
.fc_yellow{color: #ef7c1f;}
.fc_black{color: #000}
.fc_white{color: #fff}

/* ============================================
font_style
=============================================*/
.fontstyle_italic{font-style: italic;}

/* ============================================
spacer
=============================================*/
/*pc*/
@media screen and (min-width: 600px) {
  [data-spacer_pcmt="0"]{margin-top: 0px;}
  [data-spacer_pcmt="10"]{margin-top: 10px;}
  [data-spacer_pcmt="20"]{margin-top: 20px;}
  [data-spacer_pcmt="30"]{margin-top: 30px;}
  [data-spacer_pcmt="40"]{margin-top: 40px;}
  [data-spacer_pcmt="50"]{margin-top: 50px;}
  [data-spacer_pcmt="60"]{margin-top: 60px;}
  [data-spacer_pcmt="70"]{margin-top: 70px;}
  [data-spacer_pcmt="80"]{margin-top: 80px;}
  [data-spacer_pcmt="90"]{margin-top: 90px;}
  [data-spacer_pcmt="100"]{margin-top: 100px;}
  [data-spacer_pcmt="110"]{margin-top: 110px;}
  [data-spacer_pcmt="120"]{margin-top: 120px;}
}

/*sp*/
@media screen and (max-width: 599px) {
  [data-spacer_spmt="0"]{margin-top: 0px;}
  [data-spacer_spmt="10"]{margin-top: 10px;}
  [data-spacer_spmt="20"]{margin-top: 20px;}
  [data-spacer_spmt="30"]{margin-top: 30px;}
  [data-spacer_spmt="40"]{margin-top: 40px;}
  [data-spacer_spmt="50"]{margin-top: 50px;}
  [data-spacer_spmt="60"]{margin-top: 60px;}
  [data-spacer_spmt="70"]{margin-top: 70px;}
  [data-spacer_spmt="80"]{margin-top: 80px;}
  [data-spacer_spmt="90"]{margin-top: 90px;}
  [data-spacer_spmt="100"]{margin-top: 100px;}
  [data-spacer_spmt="110"]{margin-top: 110px;}
  [data-spacer_spmt="120"]{margin-top: 120px;}
}

/* ============================================
att_list
=============================================*/
.att_list li{
  text-indent: -1em;
  padding-left: 1em;
  font-size: 14px;
}
.att_list_1-8 li{
  text-indent: -1.8em;
  padding-left: 1.8em;
}
/*sp*/
@media screen and (max-width: 599px) {
  .att_list li{
    font-size: 13px;
  }
}

/* ============================================
salon_area
=============================================*/
.salon_area{
  text-align: left;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid #f4f4f4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: start;
  align-items: start;
  -webkit-justify-content: start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -moz-box-pack: start;
  justify-content: start;
  gap: 1rem;
}
.salon_area:first-of-type{
  border-top: 2px solid #f4f4f4;
}
.salon_area > dt{
  font-family: "UD Reimin Bold" , 'Libre Baskerville' ,  "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  font-weight: 700;
  width: 24rem;
}
.salon_area > dd{
  font-family: "UD Reimin Regular", 'Libre Baskerville', "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.6rem;
  font-weight: 400;
  width: calc(100% - 24rem - 1rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: start;
  align-items: start;
  -webkit-justify-content: start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -moz-box-pack: start;
  justify-content: start;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1em;
  padding-top: 0.1em;
}
.salon_area > dd a{
  display: inline-block;
  text-decoration: none;
  color: #333;
}
/*sp*/
@media screen and (max-width: 599px) {
  .salon_area{
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: left;
    padding-top: 20px;
    padding-bottom: 20px;
    gap: 1em;
  }
  .salon_area > dt{
    width: 100%;
    font-size: 1.4rem;
  }
  .salon_area > dd{
    width: 100%;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-box-pack: center;
    justify-content: center;
    gap: 1.8em;
    font-size: 1.2rem;
    padding-top: 0;
  }
  .salon_area > dd a{
    width: 100%;
  }
}

/* ============================================
main_ttl
=============================================*/
.main_ttl{
  font-size: 30px;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  justify-content: center;
  column-gap: 40px;
}
.main_ttl::before,
.main_ttl::after{
  content: "";
  display: block;
  width: 50%;
  height: 3px;
  background-color: #000;
}
.main_ttl > span{
  display: inline-block;
  flex-shrink: 0; /*伸縮させない*/
}
/*sp*/
@media screen and (max-width: 599px) {
  .main_ttl{
    font-size: 20px;
    margin-bottom: 20px;
    column-gap: 20px;
  }
  .main_ttl > span{
  }
}

/* ============================================
orange_txt_ttl
=============================================*/
.orange_txt_ttl{
  font-size: 30px;
  margin-bottom: 15px;
  color: #ef7c1f;
}
/*sp*/
@media screen and (max-width: 599px) {
  .orange_txt_ttl{
    font-size: 20px;
  }
}

/* ============================================
orange_obi_ttl
=============================================*/
.orange_obi_ttl{
}
.orange_obi_ttl{
  background-color: #ef7c1f;
  color: #fff;
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 40px;
  padding: 20px;
  width: 100%;
  max-width: 860px;
  position: relative;
}
/*sp*/
@media screen and (max-width: 940px) {
  .orange_obi_ttl{
    width: calc(100% - 40px + 5.33333vw);
    font-size: 20px;
    margin-bottom: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.orange_obi_ttl_l{
  margin-right: auto;
  padding-left: 0;
}
.orange_obi_ttl_r{
  margin-left: auto;
  padding-left: 38px;
  padding-right: 0;
}
.orange_obi_ttl span{
  position: relative;
  z-index: 2;
}
.orange_obi_ttl::before{
  content: "";
  display: block;
  width: 101vw;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  background-color: #ef7c1f;
  z-index: 1;
}
.orange_obi_ttl_l::before{
  left: -100vw;
}
.orange_obi_ttl_r::before{
  right: -100vw;
}

.orange_obi_ttl::after{
  content: "";
  display: block;
  width: 30px;
  height: 100%;
  background-color: #ef7c1f;
  position: absolute;
  top: 0;
  bottom: 0;
}
.orange_obi_ttl_l::after{
  right: -29px;
  clip-path: polygon(0 0, 3% 0, 100% 100%, 0% 100%);
}
.orange_obi_ttl_r::after{
  left: -29px;
  clip-path: polygon(97% 0, 100% 0, 100% 100%, 0% 100%);
}

/* ============================================
black_ttl
=============================================*/
.black_ttl{
  text-align: center;
  font-size: 30px;
  margin-bottom: 30px;
}
/*sp*/
@media screen and (max-width: 599px) {
  .black_ttl{
    font-size: 20px;
    margin-bottom: 20px;
  }
}

/* ============================================
cv_area
=============================================*/
.cv_area_cont {
  background: linear-gradient(to bottom left, #fff, #e9e9e9);
  margin-bottom: 40px;
  position: relative;
}
/*sp*/
@media screen and (max-width: 599px) {
  .cv_area_cont{
    margin-bottom: 0;
  }
}

.cv_area_inner{
  position: relative;
}
/*sp*/
@media screen and (max-width: 599px) {
  .cv_area_inner{
    padding-left: 3.33333vw;
    padding-right: 3.33333vw;
  }
}


/* ----- cv_area ----- */
.cv_area{
  position: relative;
  padding-top: 25px;
  padding-bottom: 30px;
}
/*sp*/
@media screen and (max-width: 599px) {
  .cv_area{
    padding-top: 20px;
  }
}

/* ----- cv_bgimg ----- */
.cv_bgimg{
  display: block;
  width: 100%;
  max-width: calc(1200px);
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  object-fit: contain;
  background-position: right top;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  overflow: hidden;
  text-align: right;
}
.cv_bgimg img{
  width: 100%;
  max-width: 560px;
  height: 100%;
  object-fit: cover;
  object-position: top right;
}
/*tab*/
@media screen and (max-width: 880px) and (min-width: 600px) {
  .cv_bgimg img{
    max-width: none;
  }
}
/*sp*/
@media screen and (max-width: 599px) {
  .cv_bgimg{
    width: 185px;
    height: 273px;
    object-fit: contain;
    left: auto;
  }
}

/* ----- cv_machineimg ----- */
.cv_machineimg{
  transition-delay: 150ms;
  display: block;
  width: 326px;
  height: 347px;
  background-image: url("../img/cv_machine.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left bottom;
  position: absolute;
  bottom: -40px;
  right: 190px;
  z-index: 2;
}
/*pc*/
@media screen and (max-width: 1150px) and  (min-width: 600px) {
  .cv_machineimg{
    right: 0;
    width: calc(100% - 580px - 20px);
  }
}
/*pc*/
@media screen and (max-width: 950px) and  (min-width: 600px) {
  .cv_machineimg{
    width: calc(100% - 68%);
  }
}

/*sp*/
@media screen and (max-width: 599px) {
  .cv_machineimg{
    bottom: -21px;
    right: 0;
    width: 119px;
    height: 127px;
  }
}

/* ----- cv_area_top ----- */
.cv_area_top{
  position: relative;
  z-index: 2;
}

/*cv_catchBox*/
.cv_catchBox{
  position: relative;
  margin-bottom: calc(23px - 0.2em);
  padding-left: calc(44px + 10px);
}
/*sp*/
@media screen and (max-width: 599px) {
  .cv_catchBox{
    padding-left: 0;
    margin-bottom: calc(20px - 0.2em);
  }
}


/*cv_catch_ic*/
.cv_catch_ic{
  line-height: 1.1;
  font-weight: 700;
  color: #fff;
}
/*pc*/
@media screen and (min-width: 600px) {
  .cv_catch_ic{
    background-color: #000;
    display: inline-block;
    font-size: 16px;
    width: 44px;
    height: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-box-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap: wrap;
    position: absolute;
    bottom: 0px;
    left: 0;
  }
  .cv_catch_ic span{
    display: block;
  }
}
/*sp*/
@media screen and (max-width: 599px) {
  .cv_catch_ic{
    position: relative;
    width: auto;
    height: auto;
    font-size: 14px;
  }
  .cv_catch_ic span{
    display: inline-block;
    background-color: #000;
    padding: 5px;
  }
}


/*cv_catch01*/
.cv_catch01{
  font-size: 36px;
  font-weight: 700;
  margin-bottom: calc(-0.4em + 7px);
}
.cv_catch01_mini{
  font-size: 26px;
  position: relative;
  bottom: 0.1em;
}
/*sp*/
@media screen and (max-width: 599px) {
  .cv_catch01{
    font-size: 32px;
  }
  .cv_catch01_mini{
    font-size: 20px;
  }
}

/*cv_catch02*/
.cv_catch02{
  font-size: 48px;
  font-weight: 700;
  line-height: 1.1;
}
/*sp*/
@media screen and (max-width: 599px) {
  .cv_catch02{
    font-size: 35px;
  }
}


/*cv_course_ttl*/
.cv_course_ttl{
  background-color: #000;
  color: #fff;
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 10px;
  padding: 40px 10px 31px 0;
  width: 100%;
  max-width: 450px;
  position: relative;
  margin-right: auto;
  padding-left: 0;
}
.cv_course_ttl::before{
  content: "";
  display: block;
  width: 101vw;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100vw;
  height: 100%;
  background-color: #000;
  z-index: 1;
}
.cv_course_ttl::after{
  content: "";
  display: block;
  width: 72px;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -71px;
  clip-path: polygon(0 0, 100% 0, 3% 100%, 0 100%);
}
.cv_course_ttl span {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
}
.cv_course_ttl img{
  display: block;
  width: 100%;
  max-width: 390px;
}
/*sp*/
@media screen and (max-width: 599px) {
  .cv_course_ttl{
    width: calc(100% - 46px - 40px + 5.33333vw);
    margin-bottom: 20px;
    padding-top: 22px;
    padding-bottom: 22px;
  }
  .cv_course_ttl::after{
    width: 46px;
    right: -45px;
  }
  .cv_course_ttl img{
    max-width: 200px;
  }
}

/* ----- cv_area_bottom ----- */
.cv_area_bottom{
  transition-delay: 150ms;
  position: relative;
  z-index: 2;
}
/*pc*/
@media screen and (min-width: 600px) {
  .cv_area_bottom{
    width: 67%;
    max-width: 580px;
  }
}

/*cv_course_ttl_sub*/
.cv_course_ttl_sub{
  font-size: 22px;
  font-style: italic;
  font-weight: 700;
  margin-bottom: calc(7px - 0.6em);
}
/*sp*/
@media screen and (max-width: 599px) {
  .cv_course_ttl_sub{
    font-size: 22px;
    text-align: center;
    margin-bottom: 0;
  }
}

/*cv_price*/
.cv_price{
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-justify-content: start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -moz-box-pack: start;
  justify-content: start;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap:wrap;
  flex-wrap: wrap;
  line-height: 1;
  margin-bottom: calc(0.4em + 10px);
}
/*sp*/
@media screen and (max-width: 599px) {
  .cv_price{
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-box-pack: center;
    justify-content: center;
  }
}

/*cv_price_trial*/
.cv_price_trial{
  font-size: 20px;
  margin-right: 10px;
}
/*pc*/
@media screen and (min-width: 600px) {
  .cv_price_trial{
      margin-bottom: 0.2em;
  }
}
/*sp*/
@media screen and (max-width: 599px) {
  .cv_price_trial{
    font-size: 17px;
    text-align: center;
    margin-right: 0;
    margin-top: 10px;
    margin-bottom: 5px;
  }
}


/*cv_price_time*/
.cv_price_time{
  font-size: 40px;
  font-weight: 700;
  margin-right: 13px;
}
.cv_price_min{
  font-size: 26px;
  font-weight: 400;
  position: relative;
  top: -0.1em;
}
/*pc*/
@media screen and (min-width: 600px) {
}
/*sp*/
@media screen and (max-width: 599px) {
  .cv_price_time{
    font-size: 36px;
    margin-left: 0.1em;
    margin-right: 0.1em;
  }
  .cv_price_min{
    font-size: 22px;
  }
}

/*cv_price_price*/
.cv_price_price{
  font-size: 54px;
}
/*sp*/
@media screen and (max-width: 599px) {
  .cv_price_price{
    font-size: 40px;
  }
}

.cv_price_num{
  color: #ef7c1f;
  font-weight: 700;
}
.cv_price_yen{
  font-size: 26px;
  position: relative;
  text-align: center;
  margin-left: 0.1em;
  padding-top: 0.3em;
}
.cv_price_tax{
  font-size: 12px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
/*sp*/
@media screen and (max-width: 599px) {
  .cv_price_yen{
    font-size: 24px;
    margin-left: 0.1em;
  }
  .cv_price_tax{
    font-size: 10px;
  }
}


/* ----- cv_reservation_btnWrap ----- */
.cv_reservation_btnWrap{
  width: 100%;
  max-width: 580px;
  margin-bottom: 5px;
}
.cv_reservation_btn{
  background: linear-gradient(to bottom, #ee6d26, #fc8a2d, #ee6d26);
  display: block;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
  font-size: 22px;
  text-align: center;
  padding: 13px 40px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.cv_reservation_btn::before{
  content: "";
  position: absolute;
  right: 23px;
  top: 50%;
  margin-top: -3px;
  display: inline-block;
  width: 12px;
  height: 12px;
  vertical-align: middle;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cv_reservation_btn:hover{
  letter-spacing: 0.05em;
}
.cv_reservation_btn:hover::before{
  right: 13px;
}
/*sp*/
@media screen and (max-width: 599px) {
  .cv_reservation_btn{
    font-size: 18px;
  }
  .cv_reservation_btn::before{
    margin-top: -6px;
    right: 10px;
  }
  .cv_reservation_btn:hover::before{
    right: 8px;
  }
}


/* ----- cv_tel ----- */
.cv_tel{
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -moz-box-pack: start;
  justify-content: start;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap:wrap;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
/*sp*/
@media screen and (max-width: 599px) {
  .cv_tel{
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-box-pack: center;
    justify-content: center;
    margin-bottom: 10px;
  }
}

/*cv_tel_txt*/
.cv_tel_txt{
  font-size: 15px;
  margin-right: 10px;
}
/*sp*/
@media screen and (max-width: 599px) {
  .cv_tel_txt{
    font-size: 14px;
    margin-right: 0;
  }
}

/*cv_tel_number*/
.cv_tel_number{
  font-size: 24px;
  font-weight: 700;
}
.cv_tel_number::before{
  content: "";
  display: inline-block;
  width: 26px;
  height: 18px;
  margin-right: 10px;
  background-image: url("../img/ic_freedial.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
/*sp*/
@media screen and (max-width: 599px) {
  .cv_tel_number{
    font-size: 22px;
  }
  .cv_tel_number::before{
    width: 24px;
    height: 16px;
    margin-right: 7px;
  }
}

/*cv_tel_time*/
.cv_tel_time{
  font-size: 16px;
  font-weight: 400;
  position: relative;
  top: -0.2em;
}

/* ----- cv_att ----- */
.cv_att{
  width: 100%;
  max-width: 580px;
}
/*sp*/
@media screen and (max-width: 599px) {
  .cv_att{
    background: rgb(255 255 255 / 70%);
    padding: 10px 8px 12px;
  }
}

/*cv_att_ttl*/
.cv_att_ttl{
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -moz-box-pack: start;
  justify-content: start;
  column-gap: 13px;
}
.cv_att_ttl::after{
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
}
.cv_att_ttl span{
  display: inline-block;
  flex-shrink: 0;
}
/*sp*/
@media screen and (max-width: 599px) {
  .cv_att_ttl{
    font-size: 16px;
    column-gap: 10px;
    margin-bottom: 5px;
    padding: 0 5px;
  }
  .cv_att_ttl::before{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #000;
  }
}

/*cv_att_list*/
.cv_att_list.att_list li {
  font-size: 13px;
}
/*sp*/
@media screen and (max-width: 599px) {
  .cv_att_list.att_list li {
    font-size: 11.4px;
  }
}

.cv_att_list a{
  text-decoration: none;
}

/* ============================================
pelvicFloorMuscles_section
今、注目が集まっている「骨盤底筋群」とは？
=============================================*/
.pelvicFloorMuscles_section{
  background-color: #fff;
  padding-bottom: 0;
}

/* ----- pelvicFloorMuscles_about ----- */
.pelvicFloorMuscles_about{
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  -moz-box-pack: flex-end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap:wrap;
  flex-wrap: wrap; 
  gap: 0px 97px;
}
/*sp*/
@media screen and (max-width: 599px) {
  .pelvicFloorMuscles_about{
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-box-pack: center;
    justify-content: center;
  }
}

/*pelvicFloorMuscles_img*/
.pelvicFloorMuscles_imgBox{
  max-width: 265px;
  position: relative;
}
.pelvicFloorMuscles_img img{
  position: relative;
  z-index: 1;
}
/*pc*/
@media screen and (min-width: 600px) {
  .pelvicFloorMuscles_img{
    -webkit-transform: translate(-60px, 0);
    -moz-transform: translate(-60px, 0);
    -ms-transform: translate(-60px, 0);
    -o-transform: translate(-60px, 0);
    transform: translate(-60px, 0);
  }
  .pelvicFloorMuscles_img.inview_active{
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
/*sp*/
@media screen and (max-width: 599px) {
  .pelvicFloorMuscles_img{
    -webkit-transform: translate(0, 60px);
    -moz-transform: translate(0, 60px);
    -ms-transform: translate(0, 60px);
    -o-transform: translate(0, 60px);
    transform: translate(0, 60px);
  }
  .pelvicFloorMuscles_img.inview_active{
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

/*pelvicFloorMuscles_arrow*/
.pelvicFloorMuscles_arrow{
  display: block;
  position: absolute;
  z-index: 2;
  width: 200px;
  height: 6px;
  background-image: url("../img/pelvicfloormuscles_arrow.png");
  background-size: contain;
  -webkit-transform: rotate(-11deg);
  -ms-transform: rotate(-11deg);
  -o-transform: rotate(-11deg);
  transform: rotate(-11deg);
}
/*pc*/
@media screen and (min-width: 600px) {
  .pelvicFloorMuscles_arrow{
    top: 130px;
    right: -110px;
    transition-delay: 200ms;
    -webkit-transform: translate(60px, 0) rotate(-11deg);
    -moz-transform: translate(60px, 0) rotate(-11deg);
    -ms-transform: translate(60px, 0) rotate(-11deg);
    -o-transform: translate(60px, 0) rotate(-11deg);
    transform: translate(60px, 0) rotate(-11deg);
  }
  .pelvicFloorMuscles_arrow.inview_active{
    -webkit-transform: translate(0, 0) rotate(-11deg);
    -moz-transform: translate(0, 0) rotate(-11deg);
    -ms-transform: translate(0, 0) rotate(-11deg);
    -o-transform: translate(0, 0) rotate(-11deg);
    transform: translate(0, 0) rotate(-11deg);
  }
}
/*sp*/
@media screen and (max-width: 599px) {
  .pelvicFloorMuscles_arrow{
    left: -50px;
    bottom: 29px;
    transition-delay: 200ms;
    -webkit-transform: translate(0, 60px) rotate(-44deg);
    -moz-transform: translate(0, 60px) rotate(-44deg);
    -ms-transform: translate(0, 60px) rotate(-44deg);
    -o-transform: translate(0, 60px) rotate(-44deg);
    transform: translate(0, 60px) rotate(-44deg);
  }
  .pelvicFloorMuscles_arrow.inview_active{
    -webkit-transform: translate(0, 0) rotate(-44deg);
    -moz-transform: translate(0, 0) rotate(-44deg);
    -ms-transform: translate(0, 0) rotate(-44deg);
    -o-transform: translate(0, 0) rotate(-44deg);
    transform: translate(0, 0) rotate(-44deg);
  }
}

/*pelvicFloorMuscles_txt*/
.pelvicFloorMuscles_txt{
  position: relative;
  z-index: 3;
  width: calc(100% - 265px - 97px);
  max-width: 630px;
  background-color: #feebbe;
  border: 2px solid #ef7c1f;
  padding: 30px;
  position: relative;
}
/*pc*/
@media screen and (min-width: 600px) {
  .pelvicFloorMuscles_txt{
    -webkit-transform: translate(60px, 0);
    -moz-transform: translate(60px, 0);
    -ms-transform: translate(60px, 0);
    -o-transform: translate(60px, 0);
    transform: translate(60px, 0);
  }
  .pelvicFloorMuscles_txt.inview_active{
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
/*sp*/
@media screen and (max-width: 599px) {
  .pelvicFloorMuscles_txt{
    width: 100%;
    padding: 10px;
    -webkit-transform: translate(0, 60px);
    -moz-transform: translate(0, 60px);
    -ms-transform: translate(0, 60px);
    -o-transform: translate(0, 60px);
    transform: translate(0, 60px);
  }
  .pelvicFloorMuscles_txt.inview_active{
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

/* ----- pelvicFloorMuscles_training ----- */
.pelvicFloorMuscles_training{
  overflow: hidden;
  margin-top: 20px;
  padding-top: 40px;
  padding-bottom: 80px;
  background: linear-gradient(to bottom, #fff, #feebbe);
  position: relative;
}
/*sp*/
@media screen and (max-width: 599px) {
  .pelvicFloorMuscles_training{
    padding-top: 20px;
    padding-bottom: 30px;
  }
}
.pelvicFloorMuscles_training_bg{
  position: absolute;
  background-image: url("../img/pelvicFloorMuscles_training_bg.png");
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  max-width: 670px;
  max-height: 563px;
  mix-blend-mode: multiply;
  margin-left: auto;
  margin-right: auto;
}
/*sp*/
@media screen and (max-width: 599px) {
  .pelvicFloorMuscles_training_bg{
    background-image: url("../img/pelvicFloorMuscles_training_bg_sp.png");
    max-width: 304px;
    max-height: 340px;
  }
}

/*pelvicFloorMuscles_training_arrow*/
.pelvicFloorMuscles_training_arrow{
  margin-bottom: -30px;
}
.pelvicFloorMuscles_training_arrow span{
  display: block;
  width: 38px;
  height: 34px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 34px;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  background-color: #ef7c1f;
}
/*sp*/
@media screen and (max-width: 599px) {
  .pelvicFloorMuscles_training_arrow{
    margin-bottom: -20px;
  }
  .pelvicFloorMuscles_training_arrow span{
    width: 22px;
    height: 17px;
    margin-bottom: 17px;
  }
}
.pelvicFloorMuscles_training_arrow span:last-of-type{
  margin-bottom: 0;
}

/*pelvicFloorMuscles_training_effectCont*/
.pelvicFloorMuscles_training_effectCont{
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  justify-content: center;
  gap: 0px 0px;
  position: relative;
}
.pelvicFloorMuscles_training_effectCont::before{
  content: "";
  display: block;
  width: 126px;
  height: 131px;
  background-image: url("../img/and.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position:  center center;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  -webkit-transform: translate(0, 60px);
  -moz-transform: translate(0, 60px);
  -ms-transform: translate(0, 60px);
  -o-transform: translate(0, 60px);
  transform: translate(0, 60px);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
/*sp*/
@media screen and (max-width: 599px) {
  .pelvicFloorMuscles_training_effectCont::before{
    background-image: url("../img/and_sp.png");
    width: 104px;
    height: 108px;
    margin-top: 40px;
  }
}
.pelvicFloorMuscles_training_effectCont.inview_active::before{
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

/*pelvicFloorMuscles_training_effect*/
.pelvicFloorMuscles_training_effect{
  position: relative;
  z-index: 1;
  width: 320px;
  height: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap:wrap;
  flex-wrap: wrap; 
  gap: 0px 0px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
/*sp*/
@media screen and (max-width: 599px) {
  .pelvicFloorMuscles_training_effect{
    width: 187px;
    height:187px;
    padding-top: 30px;
  }
}
.pelvicFloorMuscles_training_effect01{
  -webkit-transform: translate(-60px, 0);
  -moz-transform: translate(-60px, 0);
  -ms-transform: translate(-60px, 0);
  -o-transform: translate(-60px, 0);
  transform: translate(-60px, 0);
}
.pelvicFloorMuscles_training_effect02{
  -webkit-transform: translate(60px, 0);
  -moz-transform: translate(60px, 0);
  -ms-transform: translate(60px, 0);
  -o-transform: translate(60px, 0);
  transform: translate(60px, 0);
}
.pelvicFloorMuscles_training_effectCont.inview_active .pelvicFloorMuscles_training_effect01,
.pelvicFloorMuscles_training_effectCont.inview_active .pelvicFloorMuscles_training_effect02{
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
/*sp*/
@media screen and (max-width: 599px) {
  .pelvicFloorMuscles_training_effect01{
    padding-right: 20px;
  }
.pelvicFloorMuscles_training_effect02{
    padding-left: 20px;
  }
}
.pelvicFloorMuscles_training_effect::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 320px;
  height: 320px;
  background-color: #ef7c1f;
  opacity: 0.8;
  border-radius: 50%;
}
.pelvicFloorMuscles_training_effect01::before{
  left: auto;
}
.pelvicFloorMuscles_training_effect02::before{
  right: auto;
}
/*sp*/
@media screen and (max-width: 599px) {
  .pelvicFloorMuscles_training_effect::before{
    width: 220px;
    height:220px;
  }
}

/*pelvicFloorMuscles_training_effect_ttl*/
.pelvicFloorMuscles_training_effect_ttl{
  position: relative;
  z-index: 2;
  font-size: 25px;
  color: #fffbc7;
  font-weight: 700;
  margin-bottom: 25px;
  text-align: center;
}
/*sp*/
@media screen and (max-width: 599px) {
  .pelvicFloorMuscles_training_effect_ttl{
    font-size: 20px;
    margin-bottom: 8px;
  }
}

/*pelvicFloorMuscles_training_effect_list*/
.pelvicFloorMuscles_training_effect_list li{
  position: relative;
  z-index: 2;
  text-indent: -1em;
  padding-left: 1em;
}

/*pelvicFloorMuscles_training_possible*/
.pelvicFloorMuscles_training_possible{
  color: #000;
  font-weight: 700;
  font-size: 30px;
  position: relative;
  width: 100%;
  max-width: 640px;
  margin: 10px auto 0;
  padding-left: 20px;
  padding-right: 20px;
  text-align: right;
  font-style: italic;
}
.pelvicFloorMuscles_training_possible > span{
  display: inline-block;
  padding: 2px 20px;
  clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
  background: -moz-linear-gradient(top, transparent 60%, #fff 0);
  background: -webkit-linear-gradient(top, transparent 60%, #fff 0);
  background: linear-gradient(to bottom, transparent 60%, #fff 0);
  background: #fff;
}
/*sp*/
@media screen and (max-width: 599px) {
  .pelvicFloorMuscles_training_possible{
    font-size: 20px;
    margin-top: 40px;
  }
}

/* ============================================
aboutfemup_section
インシェイプフェムアップのここがすごい！
=============================================*/

/* ----- aboutfemup_box ----- */
.aboutfemup_box{
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: start;
  align-items: start;
  -webkit-justify-content: start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -moz-box-pack: start;
  justify-content: start;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap:wrap;
  flex-wrap: wrap; 
  gap: 0px 10px;
}
/*pc*/
@media screen and (min-width: 600px) {
  .aboutfemup_box{
    position: relative;
    width: calc(100% - 0px);
    margin-left: auto;
    margin-bottom: 40px;
    padding-top: 35px;
    padding-left: calc(120px + 40px);
  }
  .aboutfemup_box:nth-child(2){
    width: calc(100% - 40px);
  margin-bottom: 23px;
  }
  .aboutfemup_box:nth-child(3){
    width: calc(100% - 80px);
  }
}
/*sp */
@media screen and (max-width: 599px) {
  .aboutfemup_box{
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 20px;
  }
}
.aboutfemup_box:last-child{
  margin-bottom: 0;
}

/* ----- aboutfemup_box_info ----- */
.aboutfemup_box_info{
  width: 100%;
}
/*pc*/
@media screen and (min-width: 600px) {
  .aboutfemup_box_info{
    max-width: 629px;
  }
}

/*sp*/
@media screen and (max-width: 599px) {
  .aboutfemup_box_info{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -moz-box-pack: start;
    justify-content: start;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap: wrap; 
    gap: 0px 10px;
  }
}

/* ----- aboutfemup_number ----- */
.aboutfemup_number{
  width: 120px;
  height: 120px;
  background-color: #000;
  color: #fff;
  font-size: 40px;
  text-align: center;
  font-weight: 700;
  border-radius: 50%;
  padding-top: 52px;
  position: relative;
}
.aboutfemup_number > span{
  line-height: 1.3;
  font-size: 16px;
  display: block;
  position: absolute;
  top: 19px;
  left: 0;
  right: 0;
}
/*pc*/
@media screen and (min-width: 600px) {
  .aboutfemup_number{
    position: absolute;
    top: 0;
    left: 0;
  }
}
/*sp */
@media screen and (max-width: 599px) {
  .aboutfemup_number{
    font-size: 30px;
    width: 100px;
    height: 100px;
    padding-top: 48px;
  }
  .aboutfemup_number > span{
    font-size: 14px;
    top: 16px;
  }
}

/* ----- aboutfemup_ttl ----- */
.aboutfemup_ttl{
  font-size: 25px;
  font-weight: 700;
}
/*sp */
@media screen and (max-width: 599px) {
  .aboutfemup_ttl{
    font-size: 18px;
    width: calc(100% - 100px - 10px);
  }
}

/* ----- aboutfemup_txt ----- */
.aboutfemup_txt{
  margin-top: 20px;
  padding-top: 20px;
  border-top: 2px solid #000;
}
.aboutfemup_txt .indent{
  text-indent: -1.2em;
  padding-left: 1.2em;
}
/*sp */
@media screen and (max-width: 599px) {
  .aboutfemup_txt{
    width: 100%;
  }
}

/* ----- aboutfemup_img ----- */
.aboutfemup_imgBox{
  position: relative;
}
/*pc*/
@media screen and (max-width: 700px) {
  .aboutfemup_imgBox{
    margin-top: 20px;
  }
}
/*sp */
@media screen and (max-width: 599px) {
  .aboutfemup_imgBox{
    width: 100%;
    margin-top: 20px;
  }
}

/*aboutfemup_box01*/
/*pc*/
@media screen and (min-width: 700px) {
  .aboutfemup_box01 .aboutfemup_box_info{
    width: calc(100% - 345px - 10px);
  }
}
.aboutfemup_box01 .aboutfemup_imgBox{
  margin-left: auto;
  padding-right: 96px;
  padding-bottom: 27px;
  width: 345px;
}
.aboutfemup_box01 .aboutfemup_imgBox .aboutfemup_img{
  max-width: 249px;
  position: relative;
  z-index: 1;
}
.aboutfemup_box01 .aboutfemup_imgBox .aboutfemup_cap{
  border-radius: 50%;
  border: 2px solid #000;
  background-color: #fff;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  width: 130px;
  height: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  justify-content: center;
  font-feature-settings : "palt";
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
}
.aboutfemup_box01 .aboutfemup_imgBox .aboutfemup_cap span{
  font-size: 14px;
  display: block;
}
/*sp*/
@media screen and (max-width: 599px) {
  .aboutfemup_box01 .aboutfemup_imgBox{
    margin-left: auto;
    margin-right: auto;
  }
}

/*aboutfemup_box02*/
/*pc*/
@media screen and (min-width: 700px) {
  .aboutfemup_box02 .aboutfemup_box_info{
    width: calc(100% - 271px - 10px);
  }
}
.aboutfemup_box02 .aboutfemup_imgBox{
  width: 271px;
  height: 255px;
  margin-left: auto;
  margin-right: auto;
}
/*sp*/
@media screen and (max-width: 599px) {
  .aboutfemup_box02 .aboutfemup_imgBox{
    width: 238px;
    height: 224px;
  }
}
.aboutfemup_box02 .aboutfemup_imgBox .aboutfemup_programlist > li{
  width: 140px;
  height: 140px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-box-pack: v;
  justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap:wrap;
  flex-wrap: wrap; 
  gap: 0px 0px;
  position: absolute;
}
/*sp*/
@media screen and (max-width: 599px) {
  .aboutfemup_box02 .aboutfemup_imgBox .aboutfemup_programlist > li{
    width: 123px;
    height: 123px;
  }
}
.aboutfemup_box02 .aboutfemup_imgBox .aboutfemup_programlist > li:nth-child(1){
  left: 0;
  top: 0;
}
.aboutfemup_box02 .aboutfemup_imgBox .aboutfemup_programlist > li:nth-child(2){
  right: 0;
  top: 0;
}
.aboutfemup_box02 .aboutfemup_imgBox .aboutfemup_programlist > li:nth-child(3){
  left: 0;
  right: 0;
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
}
.aboutfemup_box02 .aboutfemup_imgBox .aboutfemup_programlist > li::before{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ef7c1f;
  opacity: 0.9;
  position: absolute;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  mix-blend-mode: multiply;
}
.aboutfemup_box02 .aboutfemup_imgBox .aboutfemup_programlist > li p{
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  position: relative;
  z-index: 2;
}
/*sp*/
@media screen and (max-width: 599px) {
  .aboutfemup_box02 .aboutfemup_imgBox .aboutfemup_programlist > li p{
    font-size: 14px;
  }
}

/*aboutfemup_box03*/
/*pc*/
@media screen and (min-width: 700px) {
  .aboutfemup_box03 .aboutfemup_box_info{
    width: calc(100% - 245px - 10px - 20px);
  }
}
.aboutfemup_box03 .aboutfemup_imgBox{
  position: relative;
  margin-left: auto;
  margin-right: 20px;
  padding-right: 102px;
  padding-bottom: 0;
  width: 245px;
}
.aboutfemup_box03 .aboutfemup_imgBox .aboutfemup_img{
  position: relative;
  z-index: 1;
  width: 143px;
}
.aboutfemup_box03 .aboutfemup_imgBox .aboutfemup_cap{
  border-radius: 50%;
  border: 2px solid #000;
  background-color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  width: 100px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  justify-content: center;
  font-feature-settings : "palt";
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
}
.aboutfemup_box03 .aboutfemup_imgBox .aboutfemup_cap span{
  font-size: 20px;
}
/*sp*/
@media screen and (max-width: 599px) {
  .aboutfemup_box03 .aboutfemup_imgBox{
    width: calc(125px + 89px);
    margin-left: auto;
    margin-right: auto;
    padding-right: 89px;
  }
  .aboutfemup_box03 .aboutfemup_imgBox .aboutfemup_img{
    width: 125px;
  }
  .aboutfemup_box03 .aboutfemup_imgBox .aboutfemup_cap{
    font-size: 26.25px;
    width: 87px;
    height: 87px;
  }
  .aboutfemup_box03 .aboutfemup_imgBox .aboutfemup_cap span{
    font-size: 17.5px;
  }
}

/* ============================================
recommendation_section
このような方におすすめ
=============================================*/
.recommendation_section{
  background-color: #fcf9f4;
}

/* ----- recommendation_list ----- */
.recommendation_list{
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  -moz-box-pack: space-between;
  justify-content: space-between;
  -ms-flex-wrap: center;
  -webkit-flex-wrap:wrap;
  flex-wrap: wrap; 
  gap: 10px 10px;
}
.recommendation_list li{
  width: calc(100% / 3 - 10px);
  text-align: center;
}
.recommendation_list li p{
  font-weight: 700;
  font-size: 24px;
  position: relative;
  z-index: 2;
  width: 100%;
}
/*pc*/
@media screen and (min-width: 600px) {
  .recommendation_list li{
    height: 189px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-box-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap: wrap; 
  }
  .recommendation_list li::before{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    max-width: 189px;
    max-height: 189px;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    border-radius: 50%;
    z-index: 1;
  }
}
/*sp */
@media screen and (max-width: 599px) {
  .recommendation_list li{
    width: 100%;
    background-color: #fff;
    border-radius: 5px;
    padding: 10px 10px;
  }
  .recommendation_list li p{
    font-size: 18px;
  }
}

/* ============================================
treatment_section
トリートメントステップ
=============================================*/

/* ----- treatment_step ----- */
.treatment_step{
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -moz-box-pack: start;
  justify-content: start;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap:wrap;
  flex-wrap: wrap; 
  gap: 40px 50px;
}
.treatment_step_box{
  background-color: #f4f4f4;
  padding: 20px 30px 30px;
  width: 100%;
  position: relative;
}
/*pc*/
@media screen and (min-width: 600px) {
  .treatment_step_box:nth-child(2){
    transition-delay: 200ms;
  }
}
.treatment_step_box{
  -webkit-transform: translate(-60px, 0);
  -moz-transform: translate(-60px, 0);
  -ms-transform: translate(-60px, 0);
  -o-transform: translate(-60px, 0);
  transform: translate(-60px, 0);
}
.treatment_step_box.inview_active{
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
/*sp */
@media screen and (max-width: 599px) {
  .treatment_step_box{
    padding: 5px 20px 20px;
  }
  .treatment_step_box{
    -webkit-transform: translate(0, 60px);
    -moz-transform: translate(0, 60px);
    -ms-transform: translate(0, 60px);
    -o-transform: translate(0, 60px);
    transform: translate(0, 60px);
  }
  .treatment_step_box.inview_active{
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.treatment_step01::before{
  content: "";
  display: block;
  width: 40px;
  height: 150px;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  position: absolute;
  background-color: #f4f4f4;
}
/*pc*/
@media screen and (min-width: 700px) {
  .treatment_step01::before{
    right: -39px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
/*tab*/
@media screen and (max-width: 700px) and (min-width: 600px) {
}
/*sp */
@media screen and (max-width: 699px) {
  .treatment_step01::before{
    width: 100px;
    height: 30px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    bottom: -29px;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
  }
}

/*pc*/
@media screen and (min-width: 600px) {
  .treatment_step01{
    width: calc(49.166667% - 25px);
    max-width: 590px;
  }
  .treatment_step02{
    width: calc(46.666667% - 25px);
    max-width: 560px;
  }
}

/*tab*/
@media screen and (max-width: 700px) and (min-width: 600px) {
  .treatment_step01{
    width: 100%;
    max-width: none;
  }
  .treatment_step02{
    width: 100%;
    max-width: none;
  }
}

/*treatment_step_ttl*/
.treatment_step_ttl{
  font-size: 25px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 20px;
}
.treatment_step_ttl span{
  font-size: 170%;
  font-style: italic;
}
/*sp */
@media screen and (max-width: 599px) {
  .treatment_step_ttl{
    margin-bottom: 5px;
  }
}

/*treatment_step_txt*/
.treatment_step_txt {
  font-size: 20px;
  text-align: center;
  margin-bottom: 30px;
}
/*sp */
@media screen and (max-width: 599px) {
  .treatment_step_txt {
    font-size: 15px;
    margin-bottom: 15px;
  }
}

/*treatment_step_table*/
.treatment_step_table{
  font-size: 16px;
  text-align: center;
  width: 100%;
}
/*sp */
@media screen and (max-width: 599px) {
  .treatment_step_table{
    font-size: 14px;
  }
}
.treatment_step_table thead tr,
.treatment_step_table thead th{
  font-weight: 400;
}
.treatment_step_table tr{
  border-bottom: 5px solid #f4f4f4;
}
.treatment_step_table tbody tr:last-child{
  border-bottom: 0;
}
.treatment_step_table tbody tr td:first-child{
  font-weight: 700;
}
.treatment_step_table tr th{
  padding: 6.8px 0;
}
.treatment_step_table tr td{
  padding: 9px 0;
}
/*sp */
@media screen and (max-width: 599px) {
  .treatment_step_table tr th{
    padding: 8.8px 0;
  }
  .treatment_step_table tr td{
    padding: 7px 0;
  }
}
.treatment_step_table tr th:first-child,
.treatment_step_table tr td:first-child{
  background-color: #fcd475;
  max-width: 45.283019%;
}
.treatment_step_table tr th:last-child,
.treatment_step_table tr td:last-child{
  background-color: #fff;
  width: 54.716981%;
}
/*sp */
@media screen and (max-width: 599px) {
  .treatment_step_table tr th:first-child,
  .treatment_step_table tr td:first-child{
    max-width: 44.745763%;
  }
  .treatment_step_table tr th:last-child,
  .treatment_step_table tr td:last-child{
    width: 55.254237%;
  }
}
.treatment_step_table .treatment_step_table_head{
  font-weight: 700;
}

/*treatment_step02*/
.treatment_step02 .treatment_step_img{
  max-width: 340px;
  margin-left: auto;
  margin-right: auto;
}

/* ============================================
machine_section
使用マシン
=============================================*/
.machine_section{
  background-color: #f4f4f4;
}

/* ----- machine_info ----- */
.machine_info{
  overflow: hidden;
}

/* ----- machine_ttl ----- */
.machine_ttl{
  font-size: 25px;
  font-weight: 700;
}
.machine_ttl span{
  font-size: 22px;
}
/*pc*/
@media screen and (min-width: 600px) {
  .machine_ttl{
    float: right;
    padding-top: 70px;
    width: calc(100% - 308px - 30px);
  }
}
/*sp*/
@media screen and (max-width: 599px) {
  .machine_ttl{
    text-align: center;
    font-size: 22px;
    margin-bottom: 30px;
  }
  .machine_ttl span{
    font-size: 20px;
  }
}

/* ----- machine_img ----- */
.machine_img{
  width: 308px;
  height: 308px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap:wrap;
  flex-wrap: wrap; 
}
.machine_img::before{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.machine_img img{
  display: block;
  position: relative;
  z-index: 2;
  width: 245px;
  margin-left: auto;
  margin-right: auto;
}
/*pc*/
@media screen and (min-width: 600px) {
  .machine_img{
    float: left;
  }
}
/*sp*/
@media screen and (max-width: 599px) {
  .machine_img{
    width: 200px;
    height: 209px;
  }
  .machine_img::before{
    height: 200px;
    top: 5px;
  }
  .machine_img img{
    width: 190px;
  }
}

/* ----- machine_txt ----- */
.machine_txt{
  margin-top: 40px;
}
/*pc*/
@media screen and (min-width: 600px) {
  .machine_txt{
    float: right;
    width: calc(100% - 308px - 30px);
  }
}
/*sp*/
@media screen and (max-width: 599px) {
  .machine_txt{
    margin-top: 30px;
  }
}


/* ----- machine_salonarea ----- */
.machine_salonarea{
  margin-top: 20px;
}

/* ----- machine_salonarea_btn ----- */
.machine_salonarea_btn{
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 20px;
  border: 2px solid #000;
  background-color: #fff;
  padding: 13.5px 40px;
  transition: .3s ease-out;
  position: relative;
}
/*sp*/
@media screen and (max-width: 599px) {
  .machine_salonarea_btn{
    font-size: 16px;
    padding-left: 23px;
    padding-right: 35px;
  }
}
.machine_salonarea_btn:hover{
  cursor: pointer;
}
/*pc*/
@media screen and (min-width: 600px) {
  .machine_salonarea_btn:hover{
    opacity: .7;
  }
}
.machine_salonarea_btn span{
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: .3s ease-out;
}
.toggle_active .machine_salonarea_btn span{
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  -o-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
/*sp*/
@media screen and (max-width: 599px) {
  .machine_salonarea_btn span{
    width: 16px;
    height: 16px;
    right: 15px;
  }
}
.machine_salonarea_btn span::before,
.machine_salonarea_btn span::after{
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #000;
  position: relative;
}
.machine_salonarea_btn span::before{
  top: 9px;
}
.machine_salonarea_btn span::after{
  top: 7px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
/*sp*/
@media screen and (max-width: 599px) {
  .machine_salonarea_btn span::before{
    top: 8px;
  }
  .machine_salonarea_btn span::after{
    top: 6px;
  }
}

/* ----- machine_salonarea_list ----- */
.machine_salonarea_list{
  display: none;
  background-color: #fff;
  margin-top: 20px;
  padding: 40px;
}
/*sp*/
@media screen and (max-width: 599px) {
  .machine_salonarea_list{
    padding: 20px;
  }
}
.machine_salonarea_list .salon_area:first-of-type{
  border-top: 0;
  padding-top: 0;
}
.machine_salonarea_list .salon_area:last-of-type{
  border-bottom: 0;
  padding-bottom: 0;
}

/* ============================================
onayami_section
女性ならではのお悩み。
産後・更年期前後の健康課題とは？
=============================================*/
.onayami_section{
  background-color: #fff;
}
.onayami_intro{
  width: 100%;
  max-width: 722px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}
/*sp*/
@media screen and (max-width: 599px) {
  .onayami_intro{
    margin-bottom: 40px;
  }
}

/* ----- onayami_cause ----- */
.onayami_cause {
  margin-bottom: 40px;
}
.onayami_cause ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  -moz-box-pack: space-between;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap:wrap;
  flex-wrap: wrap; 
  gap: 8px 8px;
}
/*sp*/
@media screen and (max-width: 599px) {
  .onayami_cause ul {
    gap: 10px 8px;
  }
}
  
.onayami_cause ul > li{
  width: calc(100% / 4 - 6px);
  background-color: #feebbe;
  padding: 30px 20px;
  border-radius: 10px;
}
/*sp*/
@media screen and (max-width: 767px) {
  .onayami_cause ul > li{
    width: calc(100% / 2 - 6px);
  }
}
/*sp*/
@media screen and (max-width: 599px) {
  .onayami_cause ul > li{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-box-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap: wrap; 
    gap: 0px 10px;
    padding: 10px 10px;
  }
}


/*onayami_cause_img*/
.onayami_cause ul > li .onayami_cause_img{
  max-width: 120px;
  margin-left: auto;
  margin-right: auto;
}
/*sp*/
@media screen and (max-width: 599px) {
  .onayami_cause ul > li .onayami_cause_img{
    max-width: 80px;
    margin: 0;
  }
}
/*onayami_cause_bt*/
/*sp*/
@media screen and (max-width: 599px) {
  .onayami_cause ul > li .onayami_cause_bt{
    width: calc(100% - 80px - 10px);
  }
}

/*onayami_cause_ttl*/
.onayami_cause ul > li .onayami_cause_ttl{
  font-size: 25px;
  color: #ef7c1f;
  text-align: center;
  font-weight: 700;
  margin-top: 40px;
}
/*sp*/
@media screen and (max-width: 599px) {
  .onayami_cause ul > li .onayami_cause_ttl{
    width: 100%;
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 5px;
    display: block;
  }
}

/*onayami_cause_txt*/
.onayami_cause ul > li .onayami_cause_txt{
  margin-top: 30px;
  text-align: center;
}
.onayami_cause ul > li .onayami_cause_txt p{
  text-align: left;
  display: inline-block;
}
/*sp*/
@media screen and (max-width: 599px) {
  .onayami_cause ul > li .onayami_cause_txt{
    margin-top: 0;
    width: 100%;
  }
}

/* ----- onayami_otoroe ----- */
.onayami_otoroe{
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

/* ============================================
voice_section
インシェイプフェムアップコース体験者の声
=============================================*/
.voice_section{
  background-color: #fef2d8;
}
.voice_box{
  position: relative;
  margin-top: 40px;
}
/*pc*/
@media screen and (min-width: 600px) {
  .voice_box:nth-child(odd){
    padding-left: 200px;
  }
  .voice_box:nth-child(even){
    padding-right: 200px;
  }
}
/*sp*/
@media screen and (max-width: 599px) {
  .voice_box{
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-justify-content: start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -moz-box-pack: start;
    justify-content: start;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap: wrap; 
    gap: 0px 0px;
  }
  .voice_box:nth-child(even){
    -webkit-justify-content: end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -moz-box-pack: end;
    justify-content: end;
    flex-direction: row-reverse
  }
}
.voice_box:first-child{
  margin-top: 0;
}

/* ----- voice_profile_img ----- */
/*pc*/
@media screen and (min-width: 600px) {
  .voice_profile_img{
    position: absolute;
    width: 200px;
    top: 0;
    left: 0;
    text-align: center;
  }
  .voice_box:nth-child(even) .voice_profile_img{
    left: auto;
    right: 0;
  }
}
/*sp*/
@media screen and (max-width: 599px) {
  .voice_profile_img{
    padding-left: 20px;
    padding-right: 20px;
  }
}
.voice_profile_img .voice01{width: 127px;}
.voice_profile_img .voice02{width: 127px;}
.voice_profile_img .voice03{width: 119px;}
/*sp*/
@media screen and (max-width: 599px) {
  .voice_profile_img .voice01{width: 89px;}
  .voice_profile_img .voice02{width: 89px;}
  .voice_profile_img .voice03{width: 83px;}
}

/* ----- voice_profile_text ----- */
.voice_profile_text{
  font-weight: 700;
  font-size: 20px;
}
.voice_box:nth-child(even) .voice_profile_text{
  text-align: right;
}
/*pc*/
@media screen and (min-width: 600px) {
  .voice_profile_text{
    font-size: 18px;
    margin-bottom: 30px;
    padding-top: 30px;
  }
}
/*sp*/
@media screen and (max-width: 599px) {
  .voice_profile_text{
    font-size: 18px;
    padding-bottom: 10px;
  }
}

/* ----- voice_faq ----- */
.voice_faq{
  width: 100%;
  position: relative;
  background-color: #fff;
  border: 2px solid #000;
  padding: 40px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: start;
  align-items: start;
  -webkit-justify-content: start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -moz-box-pack: start;
  justify-content: start;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap:wrap;
  flex-wrap: wrap; 
  gap: 40px 0px;
}
/*sp*/
@media screen and (max-width: 599px) {
  .voice_faq{
    margin-top: 30px;
    padding: 20px;
    gap: 20px 0px;
  }
}

.voice_faq::before,
.voice_faq::after{
  content: "";
  position: absolute;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%);
}
.voice_faq::before{
  z-index: 2;
  background-color: #fff;
  height: 16px;
  width: 16px;
  top: 22px;
  left: -15px;
}
.voice_faq::after{
  z-index: 1;
  background-color: #000;
  height: 20px;
  width: 20px;
  top: 20px;
  left: -20px;
}
.voice_faq::after{
  content: "";
}
.voice_box:nth-child(even) .voice_faq::before{
  left: auto;
  right: -15px;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}
.voice_box:nth-child(even) .voice_faq::after{
  left: auto;
  right: -20px;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}

/*sp*/
@media screen and (max-width: 599px) {
  .voice_faq::before,
  .voice_faq::after{
    clip-path: polygon(0% 100%, 100% 0%, 100% 100%);
  }
  .voice_faq::before{
    top: -15px;
    left: 22px;
  }
  .voice_faq::after{
    top: -20px;
    left: 20px;
  }
  .voice_box:nth-child(even) .voice_faq::before{
    right: 22px;
  }
  .voice_box:nth-child(even) .voice_faq::after{
    right: 20px;
  }
}

/* ----- voice_faqBox ----- */
.voice_faqBox{
  width: 100%;
}
/*commmon*/
/*pc*/
@media screen and (min-width: 600px) {
  .voice_faq_com{
     display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: start;
    align-items: start;
    -webkit-justify-content: start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -moz-box-pack: start;
    justify-content: start;
    column-gap: 20px;
  }
}
.voice_faq_com p{
  padding-top: 0.2em;
}
/*sp*/
@media screen and (max-width: 599px) {
  .voice_faq_com p{
    padding-top: 5px;
  }
}
.voice_faq_icon{
  display: inline-block;
  text-align: center;
  width: 70px;
  height: 35px;
  line-height: 35px;
  font-style: normal;
  background-color: #ccc;
  font-weight: 700;
  flex-shrink: 0; /*伸縮させない*/
}
/*sp*/
@media screen and (max-width: 599px) {
  .voice_faq_icon{
    width: 62px;
    height: 32px;
    line-height: 32px;
  }
}
/*question*/
.voice_faq_f{
  margin-bottom: 20px;
  border-bottom: 2px solid #fcd475;
}
.voice_faq_f p{
  font-weight: 700;
  font-size: 16px;
}
.voice_faq_f .voice_faq_icon{
  background-color: #fcd475;
}
.voice_faq_f .voice_faq_icon::before{
  content: "Q."
}
/*pc*/
@media screen and (min-width: 600px) {
  .voice_faq_f p{
    padding-top: 0.3em;  
  }
}
/*sp*/
@media screen and (max-width: 599px) {
  .voice_faq_f{
    margin-bottom: 10px;
    padding-bottom: 8px;
  }
  .voice_faq_f p{
    font-size: 13px;
  }
}
/*answer*/
.voice_faq_a .voice_faq_icon{
  background-color: #000;
  color: #fff;
  font-size: 20px;
}
.voice_faq_a .voice_faq_icon::before{
  content: "A."
}
/*sp*/
@media screen and (max-width: 599px) {
  .voice_faq_a .voice_faq_icon{
    font-size: 14px;
  }
}

/*sp*/
@media screen and (max-width: 599px) {
  .voice_section .att_list li{
    font-size: 12px;
  }
}

