@charset "utf-8";


#WRAPP {
  width: auto;
  position: relative;
}



/*============================
common
============================*/
div.common_title {
  width: auto;
  text-align: center;
}

div.common_title p.en_title {
  width: auto;
  display: inline-block;
  font-size: 16px;
  color: #1f1d17;
  line-height: calc(38 / 33);
  letter-spacing: 0.1em;
  font-weight: bold;
  position: relative;
}

div.common_title p.en_title::before,
div.common_title p.en_title::after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #1f1d17;
}

div.common_title p.en_title::before {
  position: absolute;
  top: 40%;
  left: -15px;
  transform: rotate(35deg) translate(0, -50%);
  -webkit-transform: rotate(35deg) translate(0, -50%);
}

div.common_title p.en_title::after {
  position: absolute;
  top: 40%;
  right: -2px;
  transform: rotate(35deg) translate(0, -50%);
  -webkit-transform: rotate(35deg) translate(0, -50%);
}

div.common_title h2 {
  width: auto;
  font-size: 31px;
  color: #1f1d17;
  line-height: 1.2;
  letter-spacing: 0.05em;
  font-weight: bold;
}






/*============================
common_cta
============================*/
div.common_cta {
  width: auto;
  position: relative;
}

div.common_cta::after {
  content: "";
  width: 100%;
  height: 99%;
  background: transparent url(../../images/cta_bg.png) no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
}

div.common_cta div.inner {
  width: auto;
  padding: 0 0 40px 0;
  position: relative;
  z-index: 1;
}

div.common_cta div.inner h2.cta_title {
  width: auto;
  margin-top: -5px;
  padding: 0 0 10px 0;
}

div.common_cta div.inner div.cta_wrapper {
  width: 93.9%;
  margin: 0 auto;
  border: 2px solid #c8a992;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 9px;
}

div.common_cta div.inner div.cta_wrapper div.cta_head {
  width: auto;
  height: 42px;
  display: -webkit-box;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #c8a992;
  border-radius: 6px 6px 0 0;
}

div.common_cta div.inner div.cta_wrapper div.cta_head p {
  width: auto;
  margin-top: -5px;
  font-size: 18px;
  color: #fff;
  line-height: 1.0;
  letter-spacing: 0.1em;
}

div.common_cta div.inner div.cta_wrapper div.cta_body {
  width: auto;
  padding: 5px 0 28px 0;
}

div.common_cta div.inner div.cta_wrapper div.cta_body div.cta_area {
  width: auto;
  display: -webkit-box;
  display: flex;
  flex-direction: column;
}

div.common_cta div.inner div.cta_wrapper div.cta_body div.cta_area p.cta_text {
  width: auto;
}

div.common_cta div.inner div.cta_wrapper div.cta_body div.cta_area ul.cta_btn {
  width: 88.8%;
  margin: 0 auto;
}

div.common_cta div.inner div.cta_wrapper div.cta_body div.cta_area ul.cta_btn li {
  width: auto;
}

div.common_cta div.inner div.cta_wrapper div.cta_body div.cta_area ul.cta_btn li:nth-child(n+2) {
  margin-top: 10px;
}





/************************
cta02
************************/
div.cta02 {
  width: auto;
  /*background-color: #ffffed;*/
}

div.cta02 div.inner {
  width: auto;
  padding: 10px 0 35px 0;
  text-align: center;
}

div.cta02 div.inner h2.cta02_title {
  width: auto;
  text-align: center;
}

div.cta02 div.inner h2.cta02_title span {
  color: #d74237;
  font-size: 19px;
  position: relative;
  line-height: 1.0em;
  letter-spacing: 0.01em;
  font-weight: bold;
}

div.cta02 div.inner h2.cta02_title span::before {
  content: "";
  width: 3px;
  height: 28px;
  background-color: #d74237;
  transform: rotate(-30deg);
  position: absolute;
  top: 3%;
  left: -5%;
}

div.cta02 div.inner h2.cta02_title span::after {
  content: "";
  width: 3px;
  height: 28px;
  background-color: #d74237;
  transform: rotate(30deg);
  position: absolute;
  top: 3%;
  right: -3%;
}

div.cta02 div.inner ul.cta02_list {
  width: 84.7%;
  margin: 0 auto;
  padding-top: 10px;
  display: -webkit-box;
  display: flex;
  flex-direction: column;
}

div.cta02 div.inner ul.cta02_list li {
  width: auto;
  box-shadow: 3px 3px 15px rgba(98, 98, 98, 0.5);
  border-radius: 60px;
}

div.cta02 div.inner ul.cta02_list li:nth-child(n+2) {
  margin-top: 13px;
} 




/*============================
#KEY
============================*/
div#KEY {
  width: auto;
  margin-top: 45px;
}

div#KEY div.inner {
  width: auto;
  margin: 0 auto;
}

div#KEY div.inner div.key_head {
  width: auto;
}

div#KEY div.inner div.key_head figure {
  width: auto;
}

div#KEY div.inner div.key_body {
  width: 97.4%;
  margin-right: auto;
  margin-left: auto;
  /*padding: 0 0 50px 0;*/
}

div#KEY div.inner div.key_body div.key_wrapper {
  width: auto;
  display: -webkit-box;
  display: flex;
  flex-direction: column;
}

div#KEY div.inner div.key_body div.key_wrapper div.key_point {
  width: auto;
}

div#KEY div.inner div.key_body div.key_wrapper div.key_point:nth-child(n+2) {
  margin-top: 10px;
}








/*============================
#CASE
============================*/
div#CASE {
  width: auto;
  background: transparent url(../../images/case_bg.png) no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
}

div#CASE div.inner {
  width: auto;
  padding: 35px 0 50px 0;
}

div#CASE div.inner div.case_wrapper {
  width: 95.4%;
  margin: 0 auto;
  padding: 30px 0 0 0;
}

div#CASE div.inner div.case_wrapper div.case_item {
  width: auto;
}


.js-case_slider .slide-arrow {
  width: 36px;
  display: block;
  position: absolute;
  top: 42.6%;
  z-index: 1;
  cursor: pointer;
}

.js-case_slider .slide-arrow.prevArrow {
  left: -3px;
  transform: scale(-1, 1) translate(0, -50%);
  -webkit-transform: scale(-1, 1) translate(0, -50%);
}

.js-case_slider .slide-arrow.nextArrow {
  right: -3px;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}






/*============================
#NAYAMI
============================*/
div#NAYAMI {
  width: auto;
}

div#NAYAMI div.inner {
  width: auto;
}

div#NAYAMI div.inner div.nayami_head {
  width: auto;
}

div#NAYAMI div.inner div.nayami_head figure {
  width: auto;
}

div#NAYAMI div.inner div.nayami_body {
  width: auto;
  padding: 30px 0 0;
}

div#NAYAMI div.inner div.nayami_body p.nayami_read {
  width: 96%;
  margin: 0 auto;
}

div#NAYAMI div.inner div.nayami_body h2.reason_title {
  width: auto;
  max-width: 1026px;
  margin: 0 auto;
  padding: 60px 0 0 0;
}

div#NAYAMI div.inner div.nayami_body div.wrapper {
  width: auto;
  display: -webkit-box;
  display: flex;
  flex-direction: column;
  background: transparent url(../../images/nayami_human.png) no-repeat 110.1% top;
  -webkit-background-size: 34.3%;
  background-size: 34.3%;
  overflow: hidden;
}

div#NAYAMI div.inner div.nayami_body div.wrapper div.point_detail {
  width: 94.7%;
  margin: 0 auto;
  padding: 60px 0 0 0;
}

div#NAYAMI div.inner div.nayami_body div.wrapper div.point_detail ul.point_list {
  width: auto;
  padding: 0 0 50px 0;
}

div#NAYAMI div.inner div.nayami_body div.wrapper div.point_detail ul.point_list li {
  width: auto;
  padding: 0 0 13px 0;
  border-bottom: 3px dotted #dcdcdc;
  box-sizing: border-box;
  display: -webkit-box;
  display: flex;
  align-items: center;
}

div#NAYAMI div.inner div.nayami_body div.wrapper div.point_detail ul.point_list li:nth-child(n+2) {
  margin-top: 15px;
}

div#NAYAMI div.inner div.nayami_body div.wrapper div.point_detail ul.point_list li span.point {
  width: 12.1%;
  margin-right: 2.8%;
}

div#NAYAMI div.inner div.nayami_body div.wrapper div.point_detail ul.point_list li p.text {
  width: auto;
}

div#NAYAMI div.inner div.nayami_body div.wrapper div.point_detail ul.point_list li p.text span {
  width: auto;
  font-size: 15px;
  color: #0c0c0c;
  line-height: calc(31 / 29);
  letter-spacing: 0.05em;
  font-weight: 500;
}

div#NAYAMI div.inner div.nayami_body div.wrapper div.point_detail ul.point_list li p.text span.u_yellor {
  font-size: 20px;
  color: #da454c;
  line-height: 1.2;
  letter-spacing: 0.025em;
  font-weight: bold;
}

div#NAYAMI div.inner div.nayami_body div.wrapper div.point_detail ul.point_list span.point {
  width: auto;
}

div#NAYAMI div.inner div.nayami_body div.wrapper div.point_detail ul.point_list p.text {
  width: auto;
}

div#NAYAMI div.inner div.nayami_body div.wrapper div.point_detail ul.point_list p.text span {
  width: auto;
}









/*============================
#REASON
============================*/
div#REASON {
  width: auto;
  background: transparent url(../../images/reason_bg.png) no-repeat center bottom;
  -webkit-background-size: cover;
  background-size: cover;
}

div#REASON div.inner {
  width: auto;
  padding: 63px 0 13px 0;
  position: relative;
}

div#REASON div.inner div.reason_wrapper {
  width: 93.4%;
  margin: 0 auto;
}

div#REASON div.inner div.reason_wrapper div.reason_point {
  width: auto;
  padding: 0 0 40px 0;
  background-color: #fff;
  border: 1px solid #de6d68;
  box-sizing: border-box;
  box-shadow: 0 0 15px rgba(187, 187, 187, 0.47);
  border-radius: 15px;
}

div#REASON div.inner div.reason_wrapper div.reason_point:nth-child(n+2) {
  margin-top: 60px;
}

div#REASON div.inner div.reason_wrapper div.reason_point:nth-child(3) {
  padding: 0 0 30px 0;
}

div#REASON div.inner div.reason_wrapper div.reason_point div.reason_head {
  width: auto;
  padding: 31px 0 5px 0;
  display: -webkit-box;
  display: flex;
  flex-direction: column;
  background-color: #de6d68;
  border-radius: 12px 12px 0 0;
  position: relative;
}

div#REASON div.inner div.reason_wrapper div.reason_point div.reason_head span.reason {
  width: 44px;
  display: block;
  margin-right: 45px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

div#REASON div.inner div.reason_wrapper div.reason_point div.reason_head h3.reason_title {
  width: auto;
  display: -webkit-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 23px;
  color: #fff;
  line-height: 1.4;
  letter-spacing: 0.025em;
  font-weight: bold;
}

div#REASON div.inner div.reason_wrapper div.reason_point div.reason_head h3.reason_title span {
  width: auto;
  display: block;
  padding-bottom: 5px;
  font-size: 15px;
  color: #fff;
  text-align: center;
  line-height: 1.0;
  letter-spacing: 0.05em;
  font-weight: 500;
}

div#REASON div.inner div.reason_wrapper div.reason_point div.reason_body {
  width: auto;
  padding: 20px 0 0 0;
}

div#REASON div.inner div.reason_wrapper div.reason_point div.reason_body div.reason_item {
  width: 85.7%;
  margin: 0 auto;
  padding: 0 0 40px 0;
  display: -webkit-box;
  display: flex;
  flex-direction: column;
}

div#REASON div.inner div.reason_wrapper div.reason_point div.reason_body div.reason_item:nth-child(3) {
  padding: 0 0 35px 0;
}

div#REASON div.inner div.reason_wrapper div.reason_point div.reason_body div.reason_item figure {
  width: auto;
}

div#REASON div.inner div.reason_wrapper div.reason_point div.reason_body div.reason_item p.reason_text01 {
  width: auto;
  padding: 10px 0 0 0;
  font-size: 15px;
  line-height: calc(45 / 29);
  letter-spacing: 0.025em;
  font-weight: 500;
}

div#REASON div.inner div.reason_wrapper div.reason_point div.reason_body div.reason_item p.reason_text01 span {
  font-weight: 500;
}


div#REASON div.inner div.reason_wrapper div.reason_point div.reason_body div.reason_treatment {
  width: auto;
  padding: 25px 0 30px 0;
  background-color: #fffcf2;
}

div#REASON div.inner div.reason_wrapper div.reason_point div.reason_body div.reason_treatment div.reason_treatment_item {
  width: 85.7%;
  margin: 0 auto;
  display: -webkit-box;
  display: flex;
  flex-direction: column;
}

div#REASON div.inner div.reason_wrapper div.reason_point div.reason_body div.reason_treatment div.reason_treatment_item:nth-child(n+2) {
  margin-top: 25px;
  padding-top: 20px;
  border-top: 2px solid #fff;
  box-sizing: border-box;
}

div#REASON div.inner div.reason_wrapper div.reason_point div.reason_body div.reason_treatment div.reason_treatment_item figure.reason_treatment_img {
  width: auto;
  padding-top: 10px;
  order: 2;
}

div#REASON div.inner div.reason_wrapper div.reason_point div.reason_body div.reason_treatment div.reason_treatment_item div.reason_treatment_body {
  display: contents;
}

div#REASON div.inner div.reason_wrapper div.reason_point div.reason_body div.reason_treatment div.reason_treatment_item div.reason_treatment_body p.reason_treatment_read {
  width: auto;
  font-size: 19px;
  color: #bca86e;
  text-align: center;
  line-height: calc(55 / 38);
  letter-spacing: 0.025em;
  font-weight: bold;
  order: 1;
}

div#REASON div.inner div.reason_wrapper div.reason_point div.reason_body div.reason_treatment div.reason_treatment_item div.reason_treatment_body p.reason_treatment_text {
  width: auto;
  padding-top: 15px;
  font-size: 15px;
  line-height: calc(45 / 29);
  letter-spacing: 0.025em;
  font-weight: 500;
  order: 3;
}

div#REASON div.inner div.reason_wrapper div.reason_point div.reason_body div.reason_treatment div.reason_treatment_item div.reason_treatment_body p.reason_treatment_text span {
  font-weight: 500;
}


div#REASON div.inner div.reason_wrapper div.reason_point div.reason_body div.exosomes_wrap {
  width: auto;
  padding: 40px 0 0 0;
}

div#REASON div.inner div.reason_wrapper div.reason_point div.reason_body div.exosomes_wrap div.exosomes_item {
  width: 85.7%;
  margin: 0 auto;
  padding: 202px 0 25px 0;
  border: 3px solid #78c4d9;
  box-sizing: border-box;
  border-radius: 20px 20px 15px 15px;
  background: #fff url(../../images/reason1_img04.png) no-repeat center top;
  -webkit-background-size: 100%;
  background-size: 100%;
}

div#REASON div.inner div.reason_wrapper div.reason_point div.reason_body div.exosomes_wrap div.exosomes_item div.exosomes_body {
  width: auto;
}

div#REASON div.inner div.reason_wrapper div.reason_point div.reason_body div.exosomes_wrap div.exosomes_item div.exosomes_body span.subtitle {
  width: auto;
  height: 30px;
  display: inline-flex;
  align-items: center;
  padding: 0 25px 0 10px;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.05em;
  font-weight: bold;
  background-color: #40c2d2;
  position: relative;
}

div#REASON div.inner div.reason_wrapper div.reason_point div.reason_body div.exosomes_wrap div.exosomes_item div.exosomes_body span.subtitle:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 30px 15px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}

div#REASON div.inner div.reason_wrapper div.reason_point div.reason_body div.exosomes_wrap div.exosomes_item div.exosomes_body h4 {
  width: 90.9%;
  margin: 0 auto;
  padding-top: 10px;
  font-size: 25px;
  color: #40c2d2;
  line-height: calc(56 / 50);
  letter-spacing: 0.05em;
  font-weight: bold;
}

div#REASON div.inner div.reason_wrapper div.reason_point div.reason_body div.exosomes_wrap div.exosomes_item div.exosomes_body p.exosomes_text {
  width: 90.9%;
  margin: 0 auto;
  padding-top: 25px;
  font-size: 15px;
  color: #56969e;
  line-height: calc(45 / 29);
  letter-spacing: 0.01em;
  font-weight: 500;
}

div#REASON div.inner div.reason_wrapper div.reason_point div.reason_body div.exosomes_wrap div.exosomes_item div.exosomes_body p.exosomes_text span {
  font-weight: 500;
}


div#REASON div.inner div.reason_wrapper div.reason_point div.reason_body div.grow_wrap {
  width: 85.7%;
  margin: 0 auto;
  padding: 25px 0 35px 0;
  background-color: #fffcf2;
  border-radius: 15px;
  position: relative;
}

div#REASON div.inner div.reason_wrapper div.reason_point div.reason_body div.grow_wrap p.grow_read {
  width: auto;
  font-size: 17px;
  color: #bca86e;
  text-align: center;
  line-height: calc(55 / 35);
  font-weight: bold;
}

div#REASON div.inner div.reason_wrapper div.reason_point div.reason_body div.grow_wrap figure.grow_at {
  width: 70%;
  margin: 0 auto;
  position: absolute;
  top:-5%;
  right: 0;
  left: 0;
}

div#REASON div.inner div.reason_wrapper div.reason_point div.reason_body div.grow_wrap figure.grow_img {
  width: 94.2%;
  margin: 0 auto;
  padding-top: 25px;
}

div#REASON div.inner div.reason_wrapper div.reason_point div.reason_body div.grow_wrap p.small_text {
  width: 94.2%;
  padding-top: 3px;
  font-size: 10px;
  text-align: right;
  line-height: calc(30 / 18);
  font-weight: 500;
  margin: 0 auto;
}

div#REASON div.inner div.reason_wrapper div.reason_point div.reason_body div.reason_doctor {
  width: 85.7%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 35px;
  padding: 15px 0 10px 0;
  border: 1px solid #bca86e;
  box-sizing: border-box;
  border-radius: 10px;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

div#REASON div.inner div.reason_wrapper div.reason_point div.reason_body div.reason_doctor div.reason_doctor_detail {
  display: contents;
}

div#REASON div.inner div.reason_wrapper div.reason_point div.reason_body div.reason_doctor div.reason_doctor_detail div.reason_doctor_name {
  width: 93.8%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 10px;
  padding: 0 0 10px 0;
  font-size: 22px;
  color: #bca86e;
  text-align: center;
  line-height: 1.0;
  letter-spacing: 0.025em;
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
  border-bottom: 2px solid #eeeeee;
  box-sizing: border-box;
  order: 1;
}

div#REASON div.inner div.reason_wrapper div.reason_point div.reason_body div.reason_doctor div.reason_doctor_detail div.reason_doctor_name span {
  width: auto;
  display: block;
  padding-bottom: 10px;
  font-size: 13px;
  color: #1f1d17;
  line-height: calc(30 / 26);
  font-family: "Noto Sans JP", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

div#REASON div.inner div.reason_wrapper div.reason_point div.reason_body div.reason_doctor div.reason_doctor_detail div.reason_doctor_career {
  width: 53.1%;
  margin-left: 3.9%;
  font-size: 9px;
  line-height: calc(30 / 18);
  letter-spacing: 0.025em;
  order: 2;
}

div#REASON div.inner div.reason_wrapper div.reason_point div.reason_body div.reason_doctor figure.reason_doctor_img {
  width: 38%;
  margin-right: 3.9%;
  margin-left: auto;
  order: 3;
}


div#REASON div.inner div.reason_wrapper div.reason_point div.reason_body div.reason_attention {
  width: auto;
  background-color: #212121;
  position: relative;
}

div#REASON div.inner div.reason_wrapper div.reason_point div.reason_body div.reason_attention::before {
  content: "";
  width: 100%;
  height: 7px;
  display: block;
  background: transparent url(../../images/reason3_border.png) no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
}

div#REASON div.inner div.reason_wrapper div.reason_point div.reason_body div.reason_attention::after {
  content: "";
  width: 100%;
  height: 7px;
  display: block;
  background: transparent url(../../images/reason3_border.png) no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
}

div#REASON div.inner div.reason_wrapper div.reason_point div.reason_body div.reason_attention div.reason_attention_head {
  width: auto;
  padding: 35px 0 0 0;
  text-align: center;
}

div#REASON div.inner div.reason_wrapper div.reason_point div.reason_body div.reason_attention div.reason_attention_head p.reason_attention_read {
  width: auto;
  font-size: 21px;
  color: #ffff00;
  line-height: 1.5;
  letter-spacing: 0.025em;
  font-weight: bold;
  position: relative;
  z-index: 1;
}

div#REASON div.inner div.reason_wrapper div.reason_point div.reason_body div.reason_attention div.reason_attention_head p.reason_attention_read::after {
  content: "";
  width: 74px;
  height: 64px;
  background: transparent url(../../images/reason3_icon.png) no-repeat center center;
  -webkit-background-size: 100%;
  background-size: 100%;
  position: absolute;
  top: -25px;
  left: 12%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  z-index: -1;
}

div#REASON div.inner div.reason_wrapper div.reason_point div.reason_body div.reason_attention div.reason_attention_body {
  width: 86%;
  margin: 0 auto;  
  padding-top: 25px;
  padding-bottom: 40px;
}

div#REASON div.inner div.reason_wrapper div.reason_point div.reason_body div.reason_attention div.reason_attention_body div.reason_attention_item {
  width: auto;
  display: -webkit-box;
  display: flex;
  flex-direction: column;
}

div#REASON div.inner div.reason_wrapper div.reason_point div.reason_body div.reason_attention div.reason_attention_body div.reason_attention_item:nth-child(n+2) {
  margin-top: 30px;
}

div#REASON div.inner div.reason_wrapper div.reason_point div.reason_body div.reason_attention div.reason_attention_body div.reason_attention_item figure {
  width: auto;
}

div#REASON div.inner div.reason_wrapper div.reason_point div.reason_body div.reason_attention div.reason_attention_body div.reason_attention_item p.reason_attention_text {
  width: auto;
  padding-top: 15px;
  font-size: 15px;
  color: #fff;
  line-height: calc(45 / 29);
  letter-spacing: 0.025em;
  font-weight: 500;
}

div#REASON div.inner div.reason_wrapper div.reason_point div.reason_body p.bottom_read {
  width: auto;
  padding: 25px 0 0 0;
  font-size: 16px;
  color: #de6d68;
  text-align: center;
  line-height: calc(55 / 32);
  font-weight: bold;
}

div#REASON div.inner div.reason_wrapper div.reason_point div.reason_body p.bottom_read span {
  font-weight: bold;
}


div#REASON div.inner span.arrow {
  width: 42.3%;
  margin: 0 auto;
  display: block;
  padding-top: 50px;
}

div#REASON div.inner p.last_read {
  width: auto;
  padding: 25px 0 0 0;
  font-size: 18px;
  text-align: center;
  line-height: calc(48 / 36);
  letter-spacing: 0.05em;
  font-weight: bold;
  position: relative;
  z-index: 1;
}

div#REASON div.inner span.point {
  width: auto;
  display: block;
  font-size: 105px;
  color: #fff;
  text-align: center;
  line-height: 0.9;
  letter-spacing: 0.05em;
  font-weight: bold;
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
}




/*============================
#COMPARISON
============================*/
div#COMPARISON {
  width: auto;
  background: transparent url(../../images/comparison_bg.png) no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
}

div#COMPARISON::before {
  content: "";
  width: 93.4%;
  height: 2px;
  margin: 0 auto;
  background-color: #de6d68;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

div#COMPARISON::after {
  content: "";
  width: 0;
  height: 0;
  margin: 0 auto;
  border-style: solid;
  border-width: 12px 5.5px 0 5.5px;
  border-color: #de6d68 transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

div#COMPARISON div.inner {
  width: auto;
  margin: 0 auto;
  padding: 40px 0 45px 0;
}

div#COMPARISON div.inner figure {
  width: 96.7%;
  margin: 0 auto;
}






/*============================
#DIFFERENCE
============================*/
div#DIFFERENCE {
  width: auto;
}

div#DIFFERENCE div.inner {
  width: auto;
  margin: 0 auto;
}

div#DIFFERENCE div.inner div.difference_head {
  width: auto;
  padding: 33px 0 68px 0;
  background: transparent url(../../images/difference_bg01.png) no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
}

div#DIFFERENCE div.inner div.difference_head h2.difference_title01 {
  width: 95.9%;
  margin: 0 auto;
}

div#DIFFERENCE div.inner div.difference_head div.wrapper {
  width: 93.4%;
  margin: -5px auto 0 auto;
}

div#DIFFERENCE div.inner div.difference_head div.wrapper div.difference_item {
  width: auto;
  padding: 20px 0 25px 0;
  border: 2px solid #e37771;
  box-sizing: border-box;
  border-radius: 10px;
  background-color: #fffaf9;
  position: relative;
}

div#DIFFERENCE div.inner div.difference_head div.wrapper div.difference_item:nth-child(n+2) {
  margin-top: 35px;
}

div#DIFFERENCE div.inner div.difference_head div.wrapper div.difference_item::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #e37771;
  position: absolute;
  bottom: 9px;
  left: 7px;
  z-index: 1;
}

div#DIFFERENCE div.inner div.difference_head div.wrapper div.difference_item::after {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #e37771;
  position: absolute;
  bottom: 9px;
  right: 7px;
  z-index: 1;
}

div#DIFFERENCE div.inner div.difference_head div.wrapper div.difference_item h3 {
  width: 86.7%;
  margin: 0 auto;
  position: relative;
  position: relative;
}

div#DIFFERENCE div.inner div.difference_head div.wrapper div.difference_item h3::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #e37771;
  position: absolute;
  top: -10px;
  left: -5%;
  z-index: 1;
}

div#DIFFERENCE div.inner div.difference_head div.wrapper div.difference_item h3::after {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #e37771;
  position: absolute;
  top: -10px;
  right: -5%;
  z-index: 1;
}

div#DIFFERENCE div.inner div.difference_head div.wrapper div.difference_item div.difference_detail {
  width: 86.4%;
  margin: 0 auto;
  padding: 15px 0 0 0;
  display: -webkit-box;
  display: flex;
  flex-direction: column;
}

div#DIFFERENCE div.inner div.difference_head div.wrapper div.difference_item div.difference_detail figure {
  width: auto;
}

div#DIFFERENCE div.inner div.difference_head div.wrapper div.difference_item div.difference_detail p.difference_text {
  width: auto;
  padding-top: 15px;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.025em;
  font-weight: 500;
}


div#DIFFERENCE div.inner div.difference_middle {
  width: auto;
  padding: 65px 0 40px 0;
  text-align: center;
  background: transparent url(../../images/difference_bg02.png) no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
}

div#DIFFERENCE div.inner div.difference_middle span.sarani {
  width: 74px;
  height: 74px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  color: #fff;
  line-height: 1.0;
  letter-spacing: 0.025em;
  font-weight: bold;
  background-color: #1f1d17;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 1;
}

div#DIFFERENCE div.inner div.difference_middle p.difference_middle_read {
  width: auto;
  display: inline;
  font-size: 22px;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-weight: bold;
  background-color: #ffff00;
}

div#DIFFERENCE div.inner div.difference_middle p.difference_middle_text {
  width: auto;
  padding-top: 20px;
  font-size: 15px;
  color: #fff;
  line-height: calc(48 / 29);
  font-weight: 500;
}


div#DIFFERENCE div.inner div.difference_bottom {
  width: auto;
  padding: 55px 0 48px 0;
  background: transparent url(../../images/difference_bg03.png) no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
}

div#DIFFERENCE div.inner div.difference_bottom span.arrow {
  width: 136px;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 1;
}

div#DIFFERENCE div.inner div.difference_bottom h2.difference_title02 {
  width: 83.9%;
  margin: 0 auto;
}

div#DIFFERENCE div.inner div.difference_bottom div.wrapper {
  width: 84%;
  margin: 0 auto;
}

div#DIFFERENCE div.inner div.difference_bottom div.wrapper figure.img03 {
  width: auto;
  padding-top: 20px;
}

div#DIFFERENCE div.inner div.difference_bottom div.wrapper p.difference_text {
  width: auto;
  font-size: 16px;
  line-height: calc(52 / 32);
  letter-spacing: 0.025em;
  font-weight: 500;
}

div#DIFFERENCE div.inner div.difference_bottom ul.difference_lists {
  width: 82.7%;
  margin: 0 auto;
  padding-top: 25px;
}

div#DIFFERENCE div.inner div.difference_bottom ul.difference_lists li.difference_card {
  width: auto;
  padding: 25px 0 22px 0;
  background-color: #f0fdff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(65, 65, 65, 0.14);
}

div#DIFFERENCE div.inner div.difference_bottom ul.difference_lists li.difference_card:nth-child(n+2) {
  margin-top: 25px;
}

div#DIFFERENCE div.inner div.difference_bottom ul.difference_lists li.difference_card dl {
  width: 87.9%;
  margin: 0 auto;
}

div#DIFFERENCE div.inner div.difference_bottom ul.difference_lists li.difference_card dl dt {
  width: auto;
  padding: 0 0 15px 0;
  font-size: 18px;
  color: #4ebdcc;
  text-align: center;
  line-height: calc(45 / 37);
  letter-spacing: 0.05em;
  font-weight: bold;
  position: relative;
}

div#DIFFERENCE div.inner div.difference_bottom ul.difference_lists li.difference_card dl dt::before {
  content: "";
  width: 28px;
  height: 2px;
  margin: 0 auto;
  background-color: #012d67;
  position: absolute;
  bottom: 0;
  left: -28px;
  right: 0;
  z-index: 1;
}

div#DIFFERENCE div.inner div.difference_bottom ul.difference_lists li.difference_card dl dt::after {
  content: "";
  width: 56px;
  height: 2px;
  margin: 0 auto;
  background-color: #39c7e1;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

div#DIFFERENCE div.inner div.difference_bottom ul.difference_lists li.difference_card dl dd {
  width: auto;
  padding: 10px 0 0 0;
  font-size: 15px;
  line-height: calc(45 / 29);
  letter-spacing: 0.025em;
  font-weight: 500;
}

div#DIFFERENCE div.inner div.difference_bottom ul.difference_lists li.difference_card dl dd span {
  display: block;
  font-size: 12px;
  text-align: right;
  margin-right: 15px;
}





/*============================
#MENU
============================*/
div#MENU {
  width: auto;
  background-color: #fffbeb;
}

div#MENU div.inner {
  width: auto;
  padding: 35px 0 50px 0;
}

div#MENU div.inner div.menu_wapper {
  width: 88%;
  margin: 0 auto;
  padding: 30px 0 0 0;
  display: -webkit-box;
  display: flex;
  flex-direction: column;
}

div#MENU div.inner div.menu_wapper div.menu_item {
  width: auto;
  padding: 25px 0 28px 0;
  border-radius: 10px;
  background-color: #fff;
  border: 2px solid #1f1d17;
  box-sizing: border-box;
  display: -webkit-box;
  display: flex;
  flex-direction: column;
  position: relative;
}

div#MENU div.inner div.menu_wapper div.menu_item:nth-child(n+2) {
  margin-top: 20px;
}

div#MENU div.inner div.menu_wapper div.menu_item::before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #1f1d17;
  border-radius: 50%;
  position: absolute;
  bottom: 10px;
  left: 8px;
}

div#MENU div.inner div.menu_wapper div.menu_item::after {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #1f1d17;
  border-radius: 50%;
  position: absolute;
  bottom: 10px;
  right: 8px;
}

div#MENU div.inner div.menu_wapper div.menu_item span.no1 {
  width: 74px;
  display: block;
  border-radius: 50%;
  box-shadow: 2px 2px 9px rgba(72, 74, 76, 0.18);
  position: absolute;
  top: -12px;
  left: -15px;
  z-index: 2;
}

div#MENU div.inner div.menu_wapper div.menu_item div.menu_head {
  width: 89.4%;
  margin: 0 auto;
  padding: 0 0 3px 0;
  border-bottom: 2px dotted #bfbfbf;
  box-sizing: border-box;
  position: relative;
}

div#MENU div.inner div.menu_wapper div.menu_item div.menu_head::before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #1f1d17;
  border-radius: 50%;
  position: absolute;
  top: -15px;
  left: -3.3%;
}

div#MENU div.inner div.menu_wapper div.menu_item div.menu_head::after {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #1f1d17;
  border-radius: 50%;
  position: absolute;
  top: -15px;
  right: -3.3%;
}

div#MENU div.inner div.menu_wapper div.menu_item div.menu_head h3 {
  width: auto;
  font-size: 20px;
  color: #998232;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-weight: bold;
}

div#MENU div.inner div.menu_wapper div.menu_item div.menu_head h3 span {
  width: auto;
  display: block;
  font-size: 14px;
  color: #1f1d17;
  text-align: center;
  line-height: calc(30 / 28);
  letter-spacing: 0.05em;
  font-weight: bold;
}

div#MENU div.inner div.menu_wapper div.menu_item p.menu_text {
  width: 90.9%;
  margin: 0 auto;
  padding: 5px 0 0 0;
  font-size: 15px;
  line-height: calc(48 / 29);
  letter-spacing: 0.025em;
  font-weight: 500;
  flex-grow: 1;
}

div#MENU div.inner div.menu_wapper div.menu_item ul.menu_cate {
  width: 89.5%;
  margin: 0 auto;
  padding-top: 7px;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

div#MENU div.inner div.menu_wapper div.menu_item ul.menu_cate li {
  width: auto;
  min-height: 21px;
  margin-bottom: 7px;
  padding: 2px 10px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  color: #fff;
  line-height: 1.4;
  letter-spacing: 0.025em;
  font-weight: 500;
  background-color: #a69455;
  border-radius: 5px;
}

div#MENU div.inner div.menu_wapper div.menu_item ul.menu_cate li:not(:last-child) {
  margin-right: 5px;
}





/*============================
#PRICE
============================*/
div#PRICE {
  width: auto;
  border-top: 12px solid #e48883;
  box-sizing: border-box;
}

div#PRICE div.inner {
  width: auto;
  padding: 35px 0 0 0;
}

div#PRICE div.inner div.basic_price {
  width: 87.2%;
  margin: 0 auto;
  padding: 30px 0 0 0;
}

div#PRICE div.inner div.price_body {
  width: auto;
  margin-top: 35px;
  padding: 30px 0 45px 0;
  background-color: #fff9f8;
}

div#PRICE div.inner p.basic_supplement {
  width: 87.2%;
  padding-top: 3px;
  font-size: 10px;
  text-align: right;
  line-height: calc(30 / 18);
  font-weight: 500;
  margin: 0 auto;
  color: #c4ba94;
}

div#PRICE div.inner div.price_body div.price_item {
  width: auto;
}

div#PRICE div.inner div.price_body div.price_item:nth-child(n+2) {
  margin-top: 50px;
}

div#PRICE div.inner div.price_body div.price_item h3.price_name {
  width: 93.4%;
  margin: 0 auto;
  min-height: 65px;
  font-size: 23px;
  color: #fff;
  line-height: 1.0;
  letter-spacing: 0.025em;
  font-weight: bold;
  display: -webkit-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 32.5px;
  background: linear-gradient(180deg, #e9958f 0%, #e9958f 50%, #e48881 50%, #e48881 100%);
}

div#PRICE div.inner div.price_body div.price_item h3.price_name span {
  width: auto;
  display: block;
  padding-bottom: 6px;
  font-size: 14px;
  color: #fff;
  line-height: calc(31 / 28);
  letter-spacing: 0.025em;
  font-weight: bold;
}

div#PRICE div.inner div.price_body div.price_item div.price_campaign {
  width: auto;
  margin-top: 15px;
  box-shadow: 0 0 15px rgba(137, 137, 137, 0.2);
}

div#PRICE div.inner div.price_body div.price_item div.price_campaign01 {
  width: 91%;
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
}

div#PRICE div.inner div.price_body div.price_item p.cmp_supplement {
  width: 91%;
  padding-top: 3px;
  font-size: 10px;
  text-align: right;
  line-height: calc(30 / 18);
  font-weight: 500;
  margin: 0 auto;
}

div#PRICE div.inner div.price_body div.price_item div.price_wrapper {
  width: 90.7%;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: flex;
  flex-direction: column;
}

/* div#PRICE div.inner div.price_body div.price_item div.price_wrapper.plan03 {
  width: 100%;
} */

div#PRICE div.inner div.price_body div.price_item div.price_wrapper div.price_plan {
  width: 100%;
  
}

/* div#PRICE div.inner div.price_body div.price_item div.price_wrapper.plan03 div.price_plan {
  width: 29.3%;
} */

div#PRICE div.inner div.price_body div.price_item div.price_wrapper div.price_plan:nth-of-type(n+2) {
  margin-top: 20px;
}

div#PRICE div.inner div.price_body div.price_item div.price_wrapper div.price_plan div.price_plan_wrap {
  width: auto;
  padding: 20px 0 20px 0;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(137, 137, 137, 0.2);
  border-top: 13px solid #db3b3d;
  box-sizing: border-box;
}

div#PRICE div.inner div.price_body div.price_item div.price_wrapper div.price_plan div.price_plan_wrap div.price_plan_top {
  width: 91.2%;
  margin: 0 auto;
  padding: 0 0 13px 0;
  border-bottom: 1px solid #e5e5e5;
  box-sizing: border-box;
}

div#PRICE div.inner div.price_body div.price_item div.price_wrapper div.price_plan div.price_plan_wrap div.price_plan_top ul.price_plan_cate {
  width: auto;
  display: -webkit-box;
  display: flex;
  justify-content: center;
}

div#PRICE div.inner div.price_body div.price_item div.price_wrapper div.price_plan div.price_plan_wrap div.price_plan_top ul.price_plan_cate li {
  width: 53px;
  height: 18px;
  margin: 0 5px;
  display: -webkit-box;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  color: #fff;
  line-height: 1.0;
  letter-spacing: 0.1em;
  font-weight: 500;
  border-radius: 2px;
}

div#PRICE div.inner div.price_body div.price_item div.price_wrapper div.price_plan div.price_plan_wrap div.price_plan_top ul.price_plan_cate li.men {
  background-color: #0c2f53;
}

div#PRICE div.inner div.price_body div.price_item div.price_wrapper div.price_plan div.price_plan_wrap div.price_plan_top ul.price_plan_cate li.woman {
  background-color: #c21833;
}

div#PRICE div.inner div.price_body div.price_item div.price_wrapper div.price_plan div.price_plan_wrap div.price_plan_top p.price_plan_name {
  width: auto;
  padding-top: 10px;
  font-size: 18px;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-weight: bold;
}

div#PRICE div.inner div.price_body div.price_item div.price_wrapper div.price_plan div.price_plan_wrap div.price_plan_bottom {
  width: 91.2%;
  margin: 0 auto;
  padding: 13px 0 0 0;
}

div#PRICE div.inner div.price_body div.price_item div.price_wrapper div.price_plan div.price_plan_wrap div.price_plan_bottom p.price_plan_text {
  width: auto;
  font-size: 15px;
  text-align: center;
  line-height: calc(40 / 29);
  letter-spacing: 0.05em;
  font-weight: 500;
}

div#PRICE div.inner div.price_body div.price_item div.price_wrapper div.price_plan div.price_plan_wrap div.price_plan_bottom div.price_plan_price {
  width: auto;
  padding-top: 8px;
  font-size: 34px;
  color: #de6969;
  text-align: center;
  line-height: 1.2;
  letter-spacing: -0.025em;
  font-weight: bold;
  font-family: "游ゴシック", "Yu Gothic",YuGothic,"ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo",sans-serif;
}

div#PRICE div.inner div.price_body div.price_item div.price_wrapper div.price_plan div.price_plan_wrap div.price_plan_bottom div.price_plan_price.sm {
  font-size: 30px;
  line-height: 1.3;
}

div#PRICE div.inner div.price_body div.price_item div.price_wrapper div.price_plan div.price_plan_wrap div.price_plan_bottom div.price_plan_price span {
  width: auto;
  display: inline-block;
  font-size: 18px;
  color: #de6969;
  line-height: calc(42 / 35);
  letter-spacing: 0.05em;
  font-weight: bold;
}

div#PRICE div.inner div.price_body div.price_item div.price_wrapper div.price_plan div.price_plan_wrap div.price_plan_bottom div.price_plan_price.sm span {
  font-size: 15px;
  line-height: calc(38 / 30);
}

div#PRICE div.inner div.price_body div.price_item div.price_wrapper div.price_plan div.price_plan_wrap div.price_plan_bottom div.price_plan_under {
  padding: 10px 8px 0 8px;
  font-size: 12px;
  letter-spacing: 0.025em;
  line-height: 1.5em;
  text-align: center;
}

div#PRICE div.inner div.price_body div.price_item div.price_wrapper div.price_plan p.supplement {
  width: auto;
  padding-top: 3px;
  padding-bottom: 5px;
  font-size: 10px;
  text-align: right;
  line-height: calc(30 / 18);
  font-weight: 500;
}

div#PRICE div.inner div.price_body p.kome {
  width: 90.7%;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  font-size: 10px;
  text-align: right;
  line-height: calc(30 / 18);
  letter-spacing: 0.05em;
  font-weight: 500;
}






/*============================
#HOSYOU
============================*/
div#HOSYOU {
  width: auto;
}

div#HOSYOU div.inner {
  width: auto;
  padding: 15px 0 35px 0;
}

div#HOSYOU div.inner figure {
  width: auto;
}






/*============================
CAMPAIGN
============================*/
div.CAMPAIGN {
  width: auto;
}

div.CAMPAIGN div.inner {
  width: auto;
}

div#camp01.CAMPAIGN div.inner {
  padding: 35px 0 50px 0;
}

div#camp02.CAMPAIGN div.inner {
  padding: 35px 0 70px 0;
}


div.CAMPAIGN div.inner ul {
  width: 89.4%;
  margin: 0 auto;
  padding-top: 35px;
}

div.CAMPAIGN div.inner ul li {
  width: auto;
}

div.CAMPAIGN div.inner ul li:nth-child(n+2) {
  margin-top: 40px;
}

/*div.CAMPAIGN div.inner p.small_text {
  width: 89.4%;
  padding-top: 3px;
  font-size: 10px;
  text-align: right;
  line-height: calc(30 / 18);
  font-weight: 500;
  margin: 0 auto;
}*/

div.CAMPAIGN div.inner ul li p.small_text {
  text-align: right;
  font-size: 13px;
}




/*============================
#ATTENTION
============================*/
div#ATTENTION {
  width: auto;
}

div#ATTENTION div.inner {
  width: auto;
}

div#ATTENTION div.inner div.attention_head {
  width: auto;
  padding: 22px 0 53px 0;
  background: transparent url(../../images/attention_bg.png) no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
}

div#ATTENTION div.inner div.attention_head h2.attention_title {
  width: auto;
}

div#ATTENTION div.inner div.attention_head figure.img01 {
  width: 93.4%;
  margin: 0 auto;
}

div#ATTENTION div.inner div.attention_body {
  width: auto;
  background: linear-gradient(90deg, #fcf5f3 0%, #efe1de 100%);
  position: relative;
}

div#ATTENTION div.inner div.attention_body span.arrow {
  width: 31.5%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 1;
}

div#ATTENTION div.inner div.attention_body figure.img02 {
  width: auto;
  position: relative;
  z-index: 1;
}

div#ATTENTION div.inner div.attention_head figure.img03 {
  width: 90%;
  margin: 0 auto;
  padding: 40px 0 0 0;
  }
  
  div#ATTENTION div.inner div.attention_head figure.img04 {
    width: 92%;
    margin: 0 auto;
    padding: 35px 0 0 0;
    }





/*============================
#PROMISE
============================*/
div#PROMISE {
  width: auto;
  background: transparent url(../../images/promise_bg.png) no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
}

div#PROMISE div.inner {
  width: auto;
  padding: 35px 0 50px 0;
}

div#PROMISE div.inner h2.promise_title {
  width: 80.8%;
  margin: 0 auto;
}

div#PROMISE div.inner div.promise_wrapper {
  width: 82.7%;
  margin: 0 auto;
  padding-top: 30px;
  display: -webkit-box;
  display: flex;
  flex-direction: column;
}

div#PROMISE div.inner div.promise_wrapper div.promise_item {
  width: auto;
  padding: 20px 0;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 7px rgba(137, 137, 137, 0.17);
}

div#PROMISE div.inner div.promise_wrapper div.promise_item:nth-child(n+2) {
  margin-top: 20px;
}

div#PROMISE div.inner div.promise_wrapper div.promise_item figure.icon {
  width: 12.9%;
  margin: 0 auto;
}

div#PROMISE div.inner div.promise_wrapper div.promise_item p.promise_read {
  width: auto;
  margin-top: 10px;
  padding-bottom: 15px;
  font-size: 18px;
  color: #302b1b;
  text-align: center;
  line-height: calc(48 / 36);
  letter-spacing: 0.05em;
  font-weight: bold;
  position: relative;
}

div#PROMISE div.inner div.promise_wrapper div.promise_item p.promise_read::before {
  content: "";
  width: 28px;
  height: 1px;
  margin: 0 auto;
  background-color: #c4ba94;
  position: absolute;
  bottom: 0;
  left: -28px;
  right: 0;
  z-index: 1;
}

div#PROMISE div.inner div.promise_wrapper div.promise_item p.promise_read::after {
  content: "";
  width: 56px;
  height: 1px;
  margin: 0 auto;
  background-color: #d0d0d0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

div#PROMISE div.inner div.promise_wrapper div.promise_item p.promise_text {
  width: 87%;
  margin: 0 auto;
  padding-top: 15px;
  font-size: 15px;
  line-height: calc(45 / 29);
  letter-spacing: 0.025em;
  font-weight: 500;
}








/*============================
#FLOW
============================*/
div#FLOW {
  width: auto;
}

div#FLOW div.inner {
  width: auto;
  padding: 35px 0 85px 0;
}

div#FLOW div.inner div.flow_title p.en_title,
div#FLOW div.inner div.flow_title h2 {
  color: #e4a4b0;
}

div#FLOW div.inner div.flow_title p.en_title::before,
div#FLOW div.inner div.flow_title p.en_title::after {
  background-color: #e4a4b0;
}

div#FLOW div.inner div.flow_wrapper {
  width: 88%;
  margin: 0 auto;
  padding-top: 40px;
}

div#FLOW div.inner div.flow_wrapper div.flow_item {
  width: auto;
  padding: 19px 0 60px 0;
  border: 1px solid #e4a4b0;
  box-sizing: border-box;
  border-radius: 20px;
  background-color: #fff;
  display: -webkit-box;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

div#FLOW div.inner div.flow_wrapper div.flow_item div.flow_detail {
  display: contents;
}

div#FLOW div.inner div.flow_wrapper div.flow_item div.flow_detail div.flow_name {
  width: 81.1%;
  margin: 0 auto;
  font-size: 18px;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.025em;
  font-weight: bold;
  order: 1;
}

div#FLOW div.inner div.flow_wrapper div.flow_item div.flow_detail div.flow_name span.step {
  width: 103px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 5px;
  padding: 3px 0 5px 0;
  display: block;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #fff;
  line-height: 1.0;
  letter-spacing: 0.05em;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  background-color: #e4a4b0;
  border-radius: 12px;
}

div#FLOW div.inner div.flow_wrapper div.flow_item div.flow_detail p.flow_text {
  width: 81.1%;
  margin: 0 auto;
  padding-top: 15px;
  font-size: 15px;
  line-height: calc(45 / 29);
  letter-spacing: 0.025em;
  font-weight: 500;
  order: 3;
}

div#FLOW div.inner div.flow_wrapper div.flow_item div.flow_detail p.flow_text span {
  display: block;
  text-align: right;
  font-size: 12px;
  letter-spacing: 0.05em;
}

div#FLOW div.inner div.flow_wrapper div.flow_item div.flow_img {
  width: 81.1%;
  margin: 0 auto;
  padding: 20px 0 0 0;
  order: 2;
}

.js-flow_slider .slide-arrow {
  width: 36px;
  display: block;
  position: absolute;
  top: 48%;
  z-index: 1;
  cursor: pointer;
}

.js-flow_slider .slide-arrow.prevArrow {
  left: -18px;
  transform: scale(-1, 1) translate(0, -50%);
  -webkit-transform: scale(-1, 1) translate(0, -50%);
}

.js-flow_slider .slide-arrow.nextArrow {
  right: -18px;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}


.js-flow_slider .slick-dots {
  bottom: -30px;
}

.js-flow_slider .slick-dots li {
  width: 12px;
  height: 12px;
  margin: 0 7px;
}

.js-flow_slider .slick-dots li button {
  z-index: 1;
}

.js-flow_slider .slick-dots li button::before {
  width: 12px;
  height: 12px;
  /*font-size: 24px;*/
  color: #ededed;
  opacity: 1;
}

.js-flow_slider .slick-dots li.slick-active button::before {
  color: #e4a4b0;
}
 



/*============================
#FAQ
============================*/
div#FAQ {
  width: auto;
  background-color: #fff9f8;
}

div#FAQ div.inner {
  width: auto;
  padding: 35px 0 50px 0;
}

div#FAQ div.inner div.common_title p.en_title,
div#FAQ div.inner div.common_title h2 {
  color: #e37771;
}

div#FAQ div.inner div.common_title p.en_title::before,
div#FAQ div.inner div.common_title p.en_title::after {
  background-color: #e37771;
}

div#FAQ div.inner div.faq_wrapper {
  width: auto;
  margin-top: 30px;
}

div#FAQ div.inner div.faq_wrapper ul {
  width: 93.4%;
  margin: 0 auto;
}

div#FAQ div.inner div.faq_wrapper ul li {
  width: auto;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 2px 2px 10px rgba(137, 137, 137, 0.22);
}

div#FAQ div.inner div.faq_wrapper ul li:nth-child(n+2) {
  margin-top: 20px;
}

div#FAQ div.inner div.faq_wrapper ul li dl {
  width: auto;
}

div#FAQ div.inner div.faq_wrapper ul li dl dt {
  width: auto;
  padding: 10px 10px 12px 10px;
  background: linear-gradient(90deg, #e16c66 0%, #edc2bb 100%);
  border-radius: 10px 10px 0 0;
  display: -webkit-box;
  display: flex;
  position: relative;
  cursor: pointer;
  transition: .3s;
}

div#FAQ div.inner div.faq_wrapper ul li dl dt:after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  position: absolute;
  top: 30%;
  right: 14px;
  transform: rotate(135deg) translate(0, -50%);
  -webkit-transform: rotate(135deg) translate(0, -50%);
}

div#FAQ div.inner div.faq_wrapper ul li dl dt.active:after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  position: absolute;
  top: 52%;
  right: 7px;
  transform: rotate(-45deg) translate(0, -50%);
  -webkit-transform: rotate(-45deg) translate(0, -50%);
}

div#FAQ div.inner div.faq_wrapper ul li dl dt span.q {
  width: auto;
  margin-right: 5px;
  display: inline-block;
  font-size: 24px;
  color: #fff;
  line-height: 1.0;
  letter-spacing: 0.05em;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
}

div#FAQ div.inner div.faq_wrapper ul li dl dt p.q_text {
  width: auto;
  padding-top: 1px;
  font-size: 15px;
  color: #fff;
  line-height: 1.5;
  letter-spacing: 0.025em;
  font-weight: 500;
}

div#FAQ div.inner div.faq_wrapper ul li dl dd {
  width: auto;
  padding: 15px 10px 18px 10px;
  border-radius: 0 0 10px 10px;
  display: -webkit-box;
  display: flex;
}

div#FAQ div.inner div.faq_wrapper ul li dl dd span.a {
  width: auto;
  margin-right: 5px;
  display: inline-block;
  font-size: 24px;
  color: #e27770;
  line-height: 1.0;
  letter-spacing: 0.05em;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
}

div#FAQ div.inner div.faq_wrapper ul li dl dd p.a_text {
  width: auto;
  font-size: 15px;
  line-height: calc(48 / 29);
  letter-spacing: 0.025em;
  font-weight: 500;
}

div#FAQ div.inner div.faq_wrapper ul li dl dd p.a_text span.kome {
  width: auto;
  display: inline-block;
  padding-top: 5px;
  font-size: 13px;
  line-height: calc(20 / 13);
  letter-spacing: 0.025em;
  font-weight: 500;
}






/*============================
#DOCTOR
============================*/
div#DOCTOR {
  width: auto;
  background: transparent url(../../images/doctor_bg.png) no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
}

div#DOCTOR div.inner {
  width: auto;
  padding: 35px 0 35px 0;
}

div.doctor_wrapper {
  width: auto;
  margin: 15px 0 0 0;
  background: transparent url(../../images/doctor_pic.png) no-repeat 83.6% top;
  -webkit-background-size: 35.2%;
  background-size: 35.2%;
}

div#DOCTOR div.inner div.doctor_head {
  width: 95.2%;
  margin: 0 auto;
  padding: 50px 0 0 0;
}

div#DOCTOR div.inner div.doctor_head div.doctor_name {
  width: auto;
  margin-left: 7.7%;
  font-size: 24px;
  line-height: 1.0;
  letter-spacing: 0.05em;
  font-weight: 500;
}

div#DOCTOR div.inner div.doctor_head div.doctor_name span {
  width: auto;
  display: block;
  padding-bottom: 10px;
  font-size: 13px;
  line-height: calc(36 / 26);
  letter-spacing: 0.05em;
  font-weight: 500;
}

div#DOCTOR div.inner div.doctor_head p.doctor_read {
  width: auto;
  margin-top: 35px;
  font-size: 20px;
  color: #db3b3d;
  text-align: center;
  line-height: calc(62 / 40);
  letter-spacing: 0.05em;
  font-family: 'Noto Serif JP', serif;
  font-weight: 650;
  text-shadow: 3px 3px 10px #fff , -3px 3px 10px #fff , 3px -3px 10px #fff , -3px -3px 10px #fff;
}

div#DOCTOR div.inner div.doctor_body {
  width: 92.3%;
  margin: 0 auto;
  padding: 20px 0 0 0;
}

div#DOCTOR div.inner div.doctor_body p.doctor_text {
  width: auto;
}




/*============================
#CLINIC
============================*/
div#CLINIC {
  width: auto;
  background: transparent url(../../images/clinic_bg.png) no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
}

div#CLINIC div.inner {
  width: auto;
  padding: 35px 0 50px 0;
}

div#CLINIC div.inner div.common_title p.en_title,
div#CLINIC div.inner div.common_title h2 {
  color: #beb69a;
}

div#CLINIC div.inner div.common_title p.en_title::before,
div#CLINIC div.inner div.common_title p.en_title::after {
  background-color: #beb69a;
}


div#CLINIC div.inner div.tab_bt {
  width: 97.4%;
  margin-left: auto;
  margin-right: auto;
  padding: 45px 0 0 0;
}

div#CLINIC div.inner div.tab_bt div.tab_bt_inner {
  width: auto;
}

div#CLINIC div.inner div.tab_bt div.tab_bt_inner ul {
  width: auto;
  display: -webkit-box;
  display: flex;
  justify-content: space-between;
}

div#CLINIC div.inner div.tab_bt div.tab_bt_inner ul li.btn {
  width: 49%;
  height: 52px;
  display: -webkit-box;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.05em;
  font-weight: 500;
  background-color: #beb69a;
  border-radius: 10px 10px 0 0;
  position: relative;
  transition: .3s;
  cursor: pointer;
}

div#CLINIC div.inner div.tab_bt div.tab_bt_inner ul li.btn.active {
  color: #beb69a;
  background-color: #fff;
}

div#CLINIC div.inner div.tab_bt div.tab_bt_inner ul li.btn.active::before {
  content: "";
  width: 80%;
  height: 1px;
  margin: 0 auto;
  background-color: #beb69a;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

div#CLINIC div.inner div.tab_bt div.tab_bt_inner ul li.btn.active::after {
  content: "";
  width: 0;
  height: 0;
  margin: 0 auto;
  border-style: solid;
  border-width: 8px 5.5px 0 5.5px;
  border-color: #beb69a transparent transparent transparent;
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 0;
}

div#CLINIC div.inner div.clinic_wrapper {
  width: auto;
  padding: 35px 0 45px 0;
  background-color: #fff;
}

div#CLINIC div.inner div.clinic_wrapper div.clinic_block {
  width: 90.7%;
  margin: 0 auto;
}

div#CLINIC div.inner div.clinic_wrapper div.clinic_block div.clinic_img {
  width: auto;
}

div#CLINIC div.inner div.clinic_wrapper div.clinic_block div.clinic_img figure {
  width: auto;
}

div#CLINIC div.inner div.clinic_wrapper div.clinic_block div.clinic_map {
  width: auto;
  margin-top: 20px;
}

div#CLINIC div.inner div.clinic_wrapper div.clinic_block div.clinic_map iframe {
  width: 100%;
  height: 145px;
  display: block;
  border-radius: 10px;
}

div#CLINIC div.inner div.clinic_wrapper div.clinic_block div.clinic_detail {
  width: auto;
  padding: 20px 0 0 0;
}

div#CLINIC div.inner div.clinic_wrapper div.clinic_block div.clinic_detail ul.clinic_detail_list {
  width: auto;
}

div#CLINIC div.inner div.clinic_wrapper div.clinic_block div.clinic_detail ul.clinic_detail_list li {
  width: auto;
  padding: 0 0 8px 0;
  border-bottom: 2px solid #c9c9c9;
}

div#CLINIC div.inner div.clinic_wrapper div.clinic_block div.clinic_detail ul.clinic_detail_list li:nth-child(n+2) {
  margin-top: 7px;
}

div#CLINIC div.inner div.clinic_wrapper div.clinic_block div.clinic_detail ul.clinic_detail_list li dl {
  width: auto;
  display: -webkit-box;
  display: flex;
  align-items: center;
}

div#CLINIC div.inner div.clinic_wrapper div.clinic_block div.clinic_detail ul.clinic_detail_list li dl dt {
  width: 30.4%;
  font-size: 15px;
  color: #beb69a;
  line-height: calc(35 / 29);
  letter-spacing: 0.025em;
  font-weight: bold;
}

div#CLINIC div.inner div.clinic_wrapper div.clinic_block div.clinic_detail ul.clinic_detail_list li dl dd {
  width: 69.6%;
  font-size: 14px;
  line-height: calc(37 / 29);
}

div#CLINIC div.inner div.clinic_wrapper div.clinic_block div.clinic_career {
  width: auto;
  margin-top: 25px;
  padding: 25px 0;
  border: 1px solid #bfbfbf;
  border-radius: 20px;
  background-color: #fff;
  order: 3;
}

div#CLINIC div.inner div.clinic_wrapper div.clinic_block div.clinic_career div.clinic_career_title {
  width: 85.5%;
  margin: 0 auto;
  font-size: 15px;
  line-height: calc(40 / 29);
  letter-spacing: 0.025em;
  padding-bottom: 5px;
  border-bottom: 2px solid #bfbfbf;
}

div#CLINIC div.inner div.clinic_wrapper div.clinic_block div.clinic_career div.clinic_career_title span {
  width: auto;
  display: inline-block;
  margin-right: 15px;
  font-size: 15px;
  line-height: calc(40 / 29);
  letter-spacing: 0.025em;
  font-weight: bold;
}

div#CLINIC div.inner div.clinic_wrapper div.clinic_block div.clinic_career ul.clinic_career_list {
  width: 85.5%;
  margin: 0 auto;
  padding-top: 5px;
}

div#CLINIC div.inner div.clinic_wrapper div.clinic_block div.clinic_career ul.clinic_career_list li {
  width: auto;
}

div#CLINIC div.inner div.clinic_wrapper div.clinic_block div.clinic_career ul.clinic_career_list li dl {
  width: auto;
  display: -webkit-box;
  display: flex;
}

div#CLINIC div.inner div.clinic_wrapper div.clinic_block div.clinic_career ul.clinic_career_list li dl dt {
  width: 45px;
  font-size: 12px;
  line-height: calc(41 / 24);
}

div#CLINIC div.inner div.clinic_wrapper div.clinic_block div.clinic_career ul.clinic_career_list li dl dd {
  width: calc(100% - 45px);
  font-size: 12px;
  line-height: calc(41 / 24);
}






/*============================
privacy_block
============================*/

div.privacy_block {
  width: 90%;
  margin: 0 auto;
}

div.privacy_block div.bl_inner {
  width: auto;
  padding: 40px 0 60px 0;
}

div.privacy_block div.bl_inner div#PRIVACY {
  width: auto;
  height: 150px;
  margin: 0 auto;
  padding: 20px;
  overflow-y: scroll;
  border: #ccc 1px solid;
}


div.privacy_block div.bl_inner div#PRIVACY p {
  width: auto;
  margin: 0 auto;
  padding: 10px 0 0 0;
  font-size: 13px;
}

div.privacy_block div.bl_inner div#PRIVACY h2 {
  width: auto;
  margin: 0 auto !important;
  padding: 15px 0 0 0 !important;
  font-size: 15px;
  font-weight: bold;
  border-bottom: 3px #f2f2f2 solid;
}

div.privacy_block div.bl_inner div#PRIVACY h4 {
  width: auto;
  margin: 0 auto;
  padding: 15px 0 0 0;
  font-size: 14px;
  font-weight: bold;
}

div.privacy_block div.bl_inner div#PRIVACY ul {
  width: auto;
  margin: 15px auto 0 auto;
  padding: 15px 0 15px 0;
  font-size: 14px;
  border-top: 1px #ccc solid;
}

div.privacy_block div.bl_inner div#PRIVACY ul.sub01 {
  width: 95%;
  margin: 0 0 0 auto;
  padding: 10px 0 0 0;
  border-top: none;
}

div.privacy_block div.bl_inner div#PRIVACY ul.sub02 {
  width: 92%;
  margin: 0 0 0 auto;
  padding: 10px 0 0 0;
  border-top: none;
}

div.privacy_block div.bl_inner div#PRIVACY ul li {
  width: auto;
  margin: 0;
  padding: 3px 0;
  font-size: 13px;
  line-height: 1.8em;
}


