@charset "utf-8";


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



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

div.common_cta.cta01 {margin-top: -45px;}

div.common_cta::after {
  content: "";
  width: 100%;
  height: 94.5%;
  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;
  min-width: 1000px;
  padding: 0 0 50px 0;
  position: relative;
  z-index: 1;
}

div.common_cta div.inner h2.cta_title {
  width: auto;
  max-width: 1280px;
  margin: 0 auto;
}

div.common_cta div.inner div.cta_wrapper {
  width: 77.9%;
  max-width: 998px;
  margin: 0 auto;
  border: 4px solid #000;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 20px;
}

div.common_cta div.inner div.cta_wrapper div.cta_head {
  width: auto;
  height: 64px;
  display: -webkit-box;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #00275c;
  border-radius: 15px 15px 0 0;
}

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

div.common_cta div.inner div.cta_wrapper div.cta_body {
  width: auto;
  padding: 30px 0 40px 0;
}

div.common_cta div.inner div.cta_wrapper div.cta_body div.cta_area {
  width: 94.2%;
  margin: 0 auto;
  display: -webkit-box;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

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

div.common_cta div.inner div.cta_wrapper div.cta_body div.cta_area ul.cta_btn {
  width: 52.7%;
  margin-left: 3.3%;
}

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: 20px;
}

div.common_cta div.inner div.cta_wrapper div.cta_body div.cta_area p.tel_btn {
  width: 91.8%;
  margin: 0 auto;
  padding-top: 40px;
}





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

div.cta02 div.inner {
  width: auto;
  min-width: 1000px;
  padding: 95px 0;
  text-align: center;
}

div.cta02 div.inner h2.cta02_title {
  width: auto;
  font-size: 42px;
  color: #18b3cf;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-weight: bold;
}

div.cta02 div.inner ul.cta02_list {
  width: 975px;
  margin: 0 auto;
  padding-top: 35px;
  display: -webkit-box;
  display: flex;
  justify-content: center;
}

div.cta02 div.inner ul.cta02_list li {
  width: 47.8%;
  box-shadow: 5px 5px 18px rgba(98, 98, 98, 0.93);
  border-radius: 48px;
}

div.cta02 div.inner ul.cta02_list li:nth-child(even) {
  margin-left: 1.4%;
} 




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

div#KEY div.inner {
  width: auto;
  min-width: 1000px;
  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: 1151px;
  margin-top: -20px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 0 100px 0;
}

div#KEY div.inner div.key_body div.key_wrapper {
  width: auto;
  display: -webkit-box;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

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

div#KEY div.inner div.key_body div.key_wrapper div.key_point:nth-child(n+3) {
  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;
  min-width: 1000px;
  margin: 0 auto;
  padding: 65px 0 75px 0;
}

div#CASE div.inner div.case_wrapper {
  width: auto;
  padding: 60px 0 0 0;
}

div#CASE div.inner div.case_wrapper div.case_item {
  width: 62.3%;
  margin: 0 20px;
}


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

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

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






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

div#NAYAMI div.inner {
  width: auto;
  min-width: 1000px;
  margin: 0 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: 55px 0 0;
}

div#NAYAMI div.inner div.nayami_body p.nayami_read {
  width: 965px;
  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;
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 20px;
  display: -webkit-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}

div#NAYAMI div.inner div.nayami_body div.wrapper div.point_human {
  width: 266px;
}

div#NAYAMI div.inner div.nayami_body div.wrapper div.point_detail {
  width: 740px;
  margin-left: 40px;
  margin-right: auto;
}

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

div#NAYAMI div.inner div.nayami_body div.wrapper div.point_detail ul.point_list li {
  width: auto;
  padding: 0 0 20px 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: 34px;
}

div#NAYAMI div.inner div.nayami_body div.wrapper div.point_detail ul.point_list li span.point {
  width: 86px;
  margin-right: 10px;
}

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: 26px;
  color: #0c0c0c;
  line-height: calc(31 / 26);
  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: 40px;
  color: #1fb8d4;
  line-height: 1.2;
  letter-spacing: 0.05em;
  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;
  min-width: 1000px;
  margin: 0 auto;
  padding: 100px 0 30px 0;
  position: relative;
}

div#REASON div.inner div.reason_wrapper {
  width: 1050px;
  margin: 0 auto;
}

div#REASON div.inner div.reason_wrapper div.reason_point {
  width: auto;
  background-color: #fff;
  border: 3px solid #012657;
  box-sizing: border-box;
  box-shadow: 0 0 29px rgba(187, 187, 187, 0.47);
  border-radius: 30px;
}

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

div#REASON div.inner div.reason_wrapper div.reason_point div.reason_head {
  width: auto;
  padding: 30px 30px 25px;
  display: -webkit-box;
  display: flex;
  align-items: center;
  background-color: #012657;
  border-radius: 26px 26px 0 0;
  display: -webkit-box;
  display: flex;
  justify-content: center;
}

div#REASON div.inner div.reason_wrapper div.reason_point div.reason_head span.reason {
  width: 94px;
  display: block;
  margin-right: 45px;
}

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: 45px;
  color: #fff;
  line-height: 1.4;
  letter-spacing: 0.05em;
  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: 26px;
  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: 60px 0;
}

div#REASON div.inner div.reason_wrapper div.reason_point div.reason_body div.reason_item {
  width: 970px;
  margin: 0 auto;
  padding: 0 0 80px 0;
  display: -webkit-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

div#REASON div.inner div.reason_wrapper div.reason_point.reason1 div.reason_body div.reason_item {
  flex-direction: row-reverse;
}

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

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

div#REASON div.inner div.reason_wrapper div.reason_point div.reason_body div.reason_item p.reason_text01 {
  width: 48.5%;
  font-size: 18px;
  line-height: calc(30 / 18);
  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: 60px 0 70px 0;
  background-color: #e2fbff;
}

div#REASON div.inner div.reason_wrapper div.reason_point div.reason_body div.reason_treatment div.reason_treatment_item {
  width: 91.4%;
  margin: 0 auto;
  display: -webkit-box;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}

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: 50px;
  padding-top: 35px;
  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: 45.4%;
}

div#REASON div.inner div.reason_wrapper div.reason_point div.reason_body div.reason_treatment div.reason_treatment_item div.reason_treatment_body {
  width: 48.4%;
}

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: 30px;
  color: #1eabc5;
  line-height: calc(42 / 30);
  letter-spacing: 0.025em;
  font-weight: bold;
}

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: 20px;
  font-size: 18px;
  line-height: calc(30 / 18);
  letter-spacing: 0.025em;
  font-weight: 500;
}

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: 65px 0 0 0;
}

div#REASON div.inner div.reason_wrapper div.reason_point div.reason_body div.exosomes_wrap div.exosomes_item {
  width: 91.4%;
  margin: 0 auto;
  padding: 50px 0 38px 0;
  border: 3px solid #012657;
  box-sizing: border-box;
  border-radius: 20px;
  background: #fff url(../../images/reason1_img04.png) no-repeat -4px center;
  -webkit-background-size: 59%;
  background-size: 59%;
}

div#REASON div.inner div.reason_wrapper div.reason_point div.reason_body div.exosomes_wrap div.exosomes_item div.exosomes_body {
  width: 49%;
  margin: 0 auto 0 45.8%;
}

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: 45px;
  display: inline-flex;
  align-items: center;
  padding: 0 40px 0 15px;
  font-size: 24px;
  color: #fff;
  letter-spacing: 0.05em;
  font-weight: bold;
  background-color: #012657;
  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 45px 23px;
  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: auto;
  padding-top: 10px;
  font-size: 36px;
  color: #012657;
  line-height: calc(42 / 36);
  letter-spacing: 0.075em;
  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: auto;
  padding-top: 15px;
  font-size: 18px;
  color: #012657;
  line-height: calc(30 / 18);
  letter-spacing: 0.025em;
  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: 40px 0 45px 0;
  background-color: #e2fbff;
  border-radius: 20px;
  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: 32px;
  color: #1eabc5;
  text-align: center;
  line-height: calc(48 / 32);
  letter-spacing: 0.025em;
  font-weight: bold;
}

div#REASON div.inner div.reason_wrapper div.reason_point div.reason_body div.grow_wrap figure.grow_at {
  width: 40%;
  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: 739px;
  margin: 0 auto;
  padding-top: 40px;
}

div#REASON div.inner div.reason_wrapper div.reason_point div.reason_body div.grow_wrap p.small_text {
  width: 739px;
  padding-top: 8px;
  font-size: 12px;
  text-align: right;
  line-height: calc(20 / 12);
  letter-spacing: 0.025em;
  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: 70px;
  padding: 25px 0;
  border: 2px solid #1eabc5;
  box-sizing: border-box;
  border-radius: 20px;
  display: -webkit-box;
  display: flex;
  align-items: center;
}

div#REASON div.inner div.reason_wrapper div.reason_point div.reason_body div.reason_doctor div.reason_doctor_detail {
  width: 54.5%;
  margin-right: 4.6%;
}

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: auto;
  padding: 0 0 15px 35px;
  font-size: 45px;
  color: #1eabc5;
  line-height: 1.0;
  letter-spacing: 0.025em;
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
  border-bottom: 3px solid #eeeeee;
  box-sizing: border-box;
}

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: 24px;
  color: #0c0c0c;
  line-height: calc(30 / 24);
  letter-spacing: 0.05em;
  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: auto;
  padding: 20px 0 0 35px;
  font-size: 16px;
  line-height: calc(30 / 18);
  letter-spacing: 0.025em;
}

div#REASON div.inner div.reason_wrapper div.reason_point div.reason_body div.reason_doctor figure.reason_doctor_img {
  width: 33.9%;
  margin-right: auto;
}


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: 14px;
  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: 14px;
  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: 55px 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;
  display: inline-block;
  font-size: 40px;
  color: #ffff00;
  line-height: 1.5;
  letter-spacing: 0.05em;
  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: 171px;
  height: 151px;
  background: transparent url(../../images/reason3_icon.png) no-repeat center center;
  -webkit-background-size: 100%;
  background-size: 100%;
  position: absolute;
  bottom: 0;
  left: -8px;
  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: 88.7%;
  margin: 0 auto;  
  padding-top: 20px;
  padding-bottom: 60px;
}

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;
  justify-content: space-between;
  align-items: center;
}

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(odd) {
  flex-direction: row-reverse;
}

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: 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 figure {
  width: 47%;
}

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: 48%;
  font-size: 18px;
  color: #fff;
  line-height: calc(30 / 18);
  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: 50px 0 0 0;
  font-size: 28px;
  color: #1eabc5;
  text-align: center;
  line-height: calc(48 / 28);
  letter-spacing: 0.025em;
  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: 317px;
  margin: 0 auto;
  display: block;
  padding-top: 65px;
}

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

div#REASON div.inner span.point {
  width: auto;
  display: block;
  font-size: 210px;
  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: 89.1%;
  height: 4px;
  margin: 0 auto;
  background-color: #1eabc5;
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
}

div#COMPARISON::after {
  content: "";
  width: 0;
  height: 0;
  margin: 0 auto;
  border-style: solid;
  border-width: 23px 11px 0 11px;
  border-color: #1eabc5 transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

div#COMPARISON div.inner {
  width: auto;
  min-width: 1000px;
  margin: 0 auto;
  padding: 100px 0 130px 0;
}

div#COMPARISON div.inner figure {
  width: 1080px;
  margin: 0 auto;
}






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

div#DIFFERENCE div.inner {
  width: auto;
  min-width: 1000px;
  margin: 0 auto;
}

div#DIFFERENCE div.inner div.difference_head {
  width: auto;
  padding: 85px 0 140px 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: auto;
  max-width: 1280px;
  margin: 0 auto;
}

div#DIFFERENCE div.inner div.difference_head div.wrapper {
  width: auto;
  max-width: 1034px;
  margin: -110px auto 0 auto;
}

div#DIFFERENCE div.inner div.difference_head div.wrapper div.difference_item {
  width: auto;
  padding: 40px 0 50px 0;
  /* background: transparent url(../../images/difference_item_bg.png) no-repeat center center;
  -webkit-background-size: 100%;
  background-size: 100%; */
  border: 3px solid #003684;
  box-sizing: border-box;
  border-radius: 20px;
  background-color: #e3f3ff;
  position: relative;
}

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

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

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

div#DIFFERENCE div.inner div.difference_head div.wrapper div.difference_item h3 {
  width: 87.5%;
  margin: 0 auto;
  position: relative;
  padding: 0 0 20px 0;
  background: transparent url(../../images/difference_dot-border.png) no-repeat center bottom;
  -webkit-background-size: 100%;
  background-size: 100%;
  position: relative;
}

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

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

div#DIFFERENCE div.inner div.difference_head div.wrapper div.difference_item h3.sub_title01 img {
  width: 604px;
  margin: 0 auto;
  display: block;
}

div#DIFFERENCE div.inner div.difference_head div.wrapper div.difference_item h3.sub_title02 img {
  width: 467px;
  margin: 0 auto;
  display: block;
}

div#DIFFERENCE div.inner div.difference_head div.wrapper div.difference_item div.difference_detail {
  width: 87.5%;
  margin: 0 auto;
  padding: 25px 0 0 0;
  display: -webkit-box;
  display: flex;
  justify-content: space-between;
}

div#DIFFERENCE div.inner div.difference_head div.wrapper div.difference_item:nth-child(even) div.difference_detail {
  flex-direction: row-reverse;
}

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

div#DIFFERENCE div.inner div.difference_head div.wrapper div.difference_item div.difference_detail p.difference_text {
  width: 53.6%;
  font-size: 18px;
  line-height: calc(30 / 18);
  letter-spacing: 0.025em;
  font-weight: 500;
}


div#DIFFERENCE div.inner div.difference_middle {
  width: auto;
  padding: 85px 0 65px 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: 126px;
  height: 126px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  color: #fff;
  line-height: 1.0;
  letter-spacing: 0.025em;
  font-weight: bold;
  background-color: #000000;
  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: 36px;
  text-align: center;
  line-height: calc(64 / 36);
  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: 24px;
  color: #fff;
  line-height: calc(40 / 24);
  letter-spacing: 0.025em;
  font-weight: 500;
}


div#DIFFERENCE div.inner div.difference_bottom {
  width: auto;
  padding: 120px 0 110px 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: 272px;
  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: 950px;
  margin: 0 auto;
}

div#DIFFERENCE div.inner div.difference_bottom div.wrapper {
  width: auto;
  max-width: 1280px;
  margin: 0 auto;
  padding-top: 55px;
  display: -webkit-box;
  display: flex;
}

div#DIFFERENCE div.inner div.difference_bottom div.wrapper figure.img03 {
  width: 43.4%;
}

div#DIFFERENCE div.inner div.difference_bottom div.wrapper p.difference_text {
  width: 55.1%;
  margin-left: -4.6%;
  padding: 30px 0 0 0;
  font-size: 22px;
  line-height: calc(30 / 18);
  letter-spacing: 0.025em;
  font-weight: 500;
}

div#DIFFERENCE div.inner div.difference_bottom ul.difference_lists {
  width: 84.3%;
  max-width: 1080px;
  margin: 0 auto;
  padding-top: 50px;
  display: -webkit-box;
  display: flex;
  justify-content: space-between;
}

div#DIFFERENCE div.inner div.difference_bottom ul.difference_lists li.difference_card {
  width: 31%;
  padding: 35px 0 20px 0;
  background-color: #e9fcff;
  border-radius: 20px;
  box-shadow: 0 0 21px rgba(65, 65, 65, 0.14);
}

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

div#DIFFERENCE div.inner div.difference_bottom ul.difference_lists li.difference_card dl dt {
  width: auto;
  padding: 0 0 30px 0;
  font-size: 30px;
  color: #10549e;
  text-align: center;
  line-height: calc(45 / 30);
  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: 56px;
  height: 3px;
  margin: 0 auto;
  background-color: #012d67;
  position: absolute;
  bottom: 0;
  left: -56px;
  right: 0;
  z-index: 1;
}

div#DIFFERENCE div.inner div.difference_bottom ul.difference_lists li.difference_card dl dt::after {
  content: "";
  width: 112px;
  height: 3px;
  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: 20px 0 0 0;
  font-size: 18px;
  line-height: calc(30 / 18);
  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;
}




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

div#MENU div.inner {
  width: auto;
  min-width: 1000px;
  margin: 0 auto;
  padding: 75px 0 100px 0;
}

div#MENU div.inner div.menu_wapper {
  width: 83.7%;
  max-width: 1072px;
  margin: 0 auto;
  padding: 75px 0 0 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 50px;
  row-gap: 50px;
}

div#MENU div.inner div.menu_wapper div.menu_item {
  width: auto;
  padding: 35px 0 30px 0;
  border-radius: 20px;
  background-color: #fff;
  border: 3px solid #08294d;
  box-sizing: border-box;
  display: -webkit-box;
  display: flex;
  flex-direction: column;
  position: relative;
}

div#MENU div.inner div.menu_wapper div.menu_item::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #003684;
  position: absolute;
  bottom: 14px;
  left: 12px;
  z-index: 1;
}

div#MENU div.inner div.menu_wapper div.menu_item::after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #003684;
  position: absolute;
  bottom: 14px;
  right: 12px;
  z-index: 1;
}

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

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

div#MENU div.inner div.menu_wapper div.menu_item div.menu_head::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #003684;
  position: absolute;
  top: -20px;
  left: -2.2%;
  z-index: 1;
}

div#MENU div.inner div.menu_wapper div.menu_item div.menu_head::after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #003684;
  position: absolute;
  top: -20px;
  right: -2.2%;
  z-index: 1;
}

div#MENU div.inner div.menu_wapper div.menu_item div.menu_head h3 {
  width: auto;
  font-size: 36px;
  color: #1fb8d4;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.05em;
  font-weight: bold;
}

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

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

div#MENU div.inner div.menu_wapper div.menu_item ul.menu_cate {
  width: 91.2%;
  margin: 0 auto;
  padding-top: 10px;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

div#MENU div.inner div.menu_wapper div.menu_item ul.menu_cate li {
  width: auto;
  min-height: 30px;
  margin-bottom: 3px;
  padding: 2px 10px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #fff;
  line-height: 1.4;
  font-weight: 500;
  background-color: #20bbd8;
  border-radius: 5px;
}

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





/*============================
#PRICE
============================*/
div#PRICE {
  width: auto;
  border-top: 18px solid #20bbd8;
  box-sizing: border-box;
}

div#PRICE div.inner {
  width: auto;
  min-width: 1000px;
  margin: 0 auto;
  padding: 80px 0 0 0;
}

div#PRICE div.inner div.basic_price {
  width: 656px;
  margin: 0 auto;
  padding: 65px 0 0 0;
}

div#PRICE div.inner div.price_body {
  width: 88.1%;
  max-width: 1128px;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  padding: 55px 0 85px 0;
  background-color: #e9f9fd;
}

div#PRICE div.inner div.price_body div.price_item {
  width: 84.8%;
  margin-right: auto;
  margin-left: auto;
}

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

div#PRICE div.inner div.price_body div.price_item h3.price_name {
  width: auto;
  min-height: 87px;
  font-size: 32px;
  color: #fff;
  line-height: 1.0;
  letter-spacing: 0.1em;
  font-weight: bold;
  display: -webkit-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 41.3px;
  background: linear-gradient(180deg, #55caf0 0%, #55caf0 50%, #2ebbeb 50%, #2ebbeb 100%);
}

div#PRICE div.inner div.price_body div.price_item h3.price_name span {
  width: auto;
  display: block;
  padding-bottom: 3px;
  font-size: 18px;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0.075em;
  font-weight: bold;
}

div#PRICE div.inner div.price_body div.price_item div.price_campaign {
  width: 91%;
  margin-top: 35px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 15px;
  box-shadow: 0 0 40px rgba(137, 137, 137, 0.2);
}

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

div#PRICE div.inner div.price_body div.price_item p.cmp_supplement {
  width: 91%;
  padding-top: 8px;
  font-size: 12px;
  text-align: right;
  line-height: calc(20 / 12);
  letter-spacing: 0.025em;
  font-weight: 500;
  margin: 0 auto;
}

div#PRICE div.inner div.price_body div.price_item div.price_wrapper {
  width: 91%;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: flex;
  justify-content: space-between;
}

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%;
  /* padding: 20px 0 40px 0; */
}

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.plan02 div.price_plan {
  width: 47.0%;
}

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: 15px;
  background-color: #fff;
  box-shadow: 0 0 40px rgba(137, 137, 137, 0.2);
  border-top: 22px solid #089cce;
  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: 92%;
  margin: 0 auto;
  padding: 0 0 25px 0;
  border-bottom: 2px 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: 66px;
  height: 20px;
  margin: 0 3px;
  display: -webkit-box;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #fff;
  line-height: 1.0;
  letter-spacing: 0.2em;
  font-weight: 500;
  border-radius: 4px;
}

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: 20px;
  font-size: 26px;
  text-align: center;
  line-height: calc(31 / 26);
  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: 98%;
  margin: 0 auto;
  padding: 25px 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: 18px;
  text-align: center;
  line-height: calc(30 / 20);
  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: 10px;
  font-size: 50px;
  color: #089cce;
  text-align: center;
  line-height: 1.2;
  letter-spacing: -0.025em;
  font-weight: bold;
  font-family:  "Yu Gothic", YuGothic, "Noto Sans JP","ヒラギノ角ゴ 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: 36px;
}

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: 26px;
  color: #089cce;
  line-height: calc(31 / 26);
  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: 18px;
  line-height: calc(23 / 18);
}

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;
}


div#PRICE div.inner div.price_body div.price_item div.price_wrapper div.price_plan p.supplement {
  width: auto;
  padding-top: 8px;
  font-size: 12px;
  text-align: right;
  line-height: calc(20 / 12);
  letter-spacing: 0.025em;
  font-weight: 500;
}

div#PRICE div.inner div.price_body p.kome {
  width: auto;
  margin-top: 50px;
  padding: 0 20px;
  font-size: 20px;
  text-align: right;
  line-height: calc(30 / 20);
  letter-spacing: 0.05em;
  font-weight: 500;
}






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

div#HOSYOU div.inner {
  width: auto;
  min-width: 1000px;
  margin: 0 auto;
  padding: 115px 0 65px 0;
}

div#HOSYOU div.inner figure {
  width: 1005px;
  margin: 0 auto;
}






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

div.CAMPAIGN div.inner {
  width: auto;
  min-width: 1000px;
  margin: 0 auto;
}

div#camp01.CAMPAIGN div.inner {
  padding: 120px 0 135px 0;
}

div#camp02.CAMPAIGN div.inner {
  padding: 120px 0 210px 0;
}


div.CAMPAIGN div.inner ul {
  width: 900px;
  margin: 0 auto;
  padding-top: 55px;
}

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

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









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

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

div#ATTENTION div.inner div.attention_head {
  width: auto;
  min-width: 1000px;
  margin: 0 auto;
  padding: 45px 0 90px 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;
  max-width: 1280px;
  margin: 0 auto;
}

div#ATTENTION div.inner div.attention_head figure.img01 {
  width: 75.6%;
  max-width: 968px;
  margin: 0 auto;
}

div#ATTENTION div.inner div.attention_body {
  width: auto;
  min-width: 1000px;
  position: relative;
}

div#ATTENTION div.inner div.attention_body::after {
  content: "";
  width: 100%;
  height: 90.3%;
  background: linear-gradient(90deg, #fff7df 0%, #ede2bf 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}

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

div#ATTENTION div.inner div.attention_body span.arrow img {
  width: 235px;
  margin: 0 auto;
  display: block;
}

div#ATTENTION div.inner div.attention_body figure.img02 {
  width: auto;
  max-width: 1280px;
  min-width: 1000px;
  margin: -40px auto 0 auto;
  position: relative;
  z-index: 1;
}







/*============================
#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;
  min-width: 1000px;
  margin: 0 auto;
  padding: 90px 0 95px 0;
}

div#PROMISE div.inner h2.promise_title {
  width: 525px;
  margin: 0 auto;
}

div#PROMISE div.inner div.promise_wrapper {
  width: 890px;
  margin: 0 auto;
  padding-top: 65px;
  display: -webkit-box;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

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

div#PROMISE div.inner div.promise_wrapper div.promise_item:nth-child(even) {
  margin-left: auto;
}

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

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

div#PROMISE div.inner div.promise_wrapper div.promise_item p.promise_read {
  width: auto;
  margin-top: 20px;
  padding-bottom: 18px;
  font-size: 26px;
  color: #012d67;
  text-align: center;
  line-height: calc(36 / 26);
  letter-spacing: 0.025em;
  font-weight: bold;
  position: relative;
}

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

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

div#PROMISE div.inner div.promise_wrapper div.promise_item p.promise_text {
  width: 355px;
  margin: 0 auto;
  padding-top: 20px;
  font-size: 18px;
  line-height: calc(28 / 18);
  letter-spacing: 0.025em;
  font-weight: 500;
}








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

div#FLOW div.inner {
  width: auto;
  min-width: 1000px;
  margin: 0 auto;
  padding: 100px 0 150px 0;
}

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

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

div#FLOW div.inner div.flow_wrapper {
  width: 950px;
  margin: 0 auto;
  padding-top: 50px;
}

div#FLOW div.inner div.flow_wrapper div.flow_item {
  width: auto;
  padding: 65px 50px 80px 60px;
  border: 2px solid #1fb8d4;
  box-sizing: border-box;
  border-radius: 20px;
  background-color: #fff;
  display: -webkit-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

div#FLOW div.inner div.flow_wrapper div.flow_item div.flow_detail {
  width: 485px;
}

div#FLOW div.inner div.flow_wrapper div.flow_item div.flow_detail div.flow_name {
  width: auto;
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: 0.025em;
  font-weight: bold;
}

div#FLOW div.inner div.flow_wrapper div.flow_item div.flow_detail div.flow_name span.step {
  width: 150px;
  height: 36px;
  margin-right: 15px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  color: #fff;
  line-height: 1.0;
  letter-spacing: 0.05em;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  background-color: #1fb8d4;
  border-radius: 18px;
}

div#FLOW div.inner div.flow_wrapper div.flow_item div.flow_detail p.flow_text {
  width: auto;
  padding-top: 20px;
  font-size: 18px;
  line-height: calc(30 / 18);
  letter-spacing: 0.025em;
  font-weight: 500;
}

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

div#FLOW div.inner div.flow_wrapper div.flow_item div.flow_img {
  width: 310px;
}

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

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

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


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

.js-flow_slider .slick-dots li {
  width: 16px;
  height: 16px;
}

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

.js-flow_slider .slick-dots li button::before {
  width: 16px;
  height: 16px;
  font-size: 36px;
  color: #ededed;
  opacity: 1;
}

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



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

div#FAQ div.inner {
  width: auto;
  min-width: 1000px;
  margin: 0 auto;
  padding: 75px 0 80px 0;
}

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

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

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

div#FAQ div.inner div.faq_wrapper ul {
  width: 950px;
  margin: 0 auto;
}

div#FAQ div.inner div.faq_wrapper ul li {
  width: auto;
  background-color: #fff;
  border-radius: 20px;
  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: 40px;
}

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: 27px 30px 26px 35px;
  background: linear-gradient(90deg, #0052b6 0%, #3b97e8 100%);
  border-radius: 20px 20px 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: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  position: absolute;
  top: 40%;
  right: 35px;
  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: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  position: absolute;
  top: 55%;
  right: 25px;
  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: 10px;
  display: inline-block;
  font-size: 40px;
  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: 7px;
  font-size: 24px;
  color: #fff;
  line-height: calc(26 / 24);
  letter-spacing: 0.05em;
  font-weight: 500;
}

div#FAQ div.inner div.faq_wrapper ul li dl dd {
  width: auto;
  padding: 29px 35px 30px 35px;
  border-radius: 0 0 20px 20px;
  display: -webkit-box;
  display: flex;
}

div#FAQ div.inner div.faq_wrapper ul li dl dd span.a {
  width: auto;
  margin-right: 10px;
  display: inline-block;
  font-size: 40px;
  color: #015daf;
  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;
  padding-top: 3px;
  font-size: 18px;
  line-height: calc(28 / 18);
  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: 14px;
  line-height: calc(22 / 14);
  letter-spacing: 0.025em;
  font-weight: 500;
}






/*============================
#DOCTOR
============================*/
div#DOCTOR {
  width: auto;
  min-width: 1000px;
  margin: 0 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: 75px 0 55px 0;
}

div.doctor_wrapper {
  width: auto;
  max-width: 1083px;
  margin: -95px auto 0 auto;
  padding: 170px 0 0 0;
  background: transparent url(../../images/doctor_pic.png) no-repeat 94.5% top;
  -webkit-background-size: 336px;
  background-size: 336px;
}

div#DOCTOR div.inner div.doctor_head {
  width: 90.8%;
  max-width: 975px;
  margin: 0 auto;
}

div#DOCTOR div.inner div.doctor_head p.doctor_read {
  width: auto;
  font-size: 38px;
  color: #d01818;
  line-height: calc(58 / 38);
  letter-spacing: 0.05em;
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
}

div#DOCTOR div.inner div.doctor_head div.doctor_name {
  width: auto;
  margin-top: 35px;
  font-size: 46px;
  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: 24px;
  line-height: calc(36 / 24);
  letter-spacing: 0.05em;
  font-weight: 500;
}

div#DOCTOR div.inner div.doctor_body {
  width: auto;
  margin: 0 auto;
  padding: 60px 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;
  max-width: 1080px;
  min-width: 1000px;
  margin: 0 auto;
  padding: 75px 0 100px 0;
}

div#CLINIC div.inner div.tab_bt {
  width: auto;
  margin-top: 60px;
}

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.6%;
  height: 86px;
  display: -webkit-box;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  color: #fff;
  letter-spacing: 0.05em;
  font-weight: 500;
  background-color: #1fb8d4;
  border-radius: 20px 20px 0 0;
  position: relative;
  transition: .3s;
  cursor: pointer;
}

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

div#CLINIC div.inner div.tab_bt div.tab_bt_inner ul li.btn.active::before {
  content: "";
  width: 80%;
  height: 2px;
  margin: 0 auto;
  background-color: #012657;
  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: 9px 5.5px 0 5.5px;
  border-color: #012657 transparent transparent transparent;
  position: absolute;
  bottom: -9px;
  left: 0;
  right: 0;
}

div#CLINIC div.inner div.clinic_wrapper {
  width: auto;
  padding: 50px 25px;
  background-color: #fff;
}

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

div#CLINIC div.inner div.clinic_wrapper div.clinic_block div.clinic_head {
  width: auto;
  display: -webkit-box;
  display: flex;
  justify-content: space-between;
}

div#CLINIC div.inner div.clinic_wrapper div.clinic_block div.clinic_head div.clinic_img {
  width: 48.9%;
}

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

div#CLINIC div.inner div.clinic_wrapper div.clinic_block div.clinic_head div.clinic_map {
  width: 48.9%;
}

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

div#CLINIC div.inner div.clinic_wrapper div.clinic_block div.clinic_body {
  width: auto;
  margin-top: 40px;
  display: -webkit-box;
  display: flex;
  justify-content: space-between;
}

div#CLINIC div.inner div.clinic_wrapper div.clinic_block div.clinic_body div.clinic_detail {
  width: 48.7%;
}

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

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

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

div#CLINIC div.inner div.clinic_wrapper div.clinic_block div.clinic_body 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_body div.clinic_detail ul.clinic_detail_list li dl dt {
  width: 31%;
  padding: 0 0 0 20px;
  font-size: 18px;
  color: #012657;
  line-height: calc(26 / 18);
  letter-spacing: 0.025em;
  font-weight: bold;
}

div#CLINIC div.inner div.clinic_wrapper div.clinic_block div.clinic_body div.clinic_detail ul.clinic_detail_list li dl dd {
  width: 69%;
  font-size: 17px;
  line-height: calc(28 / 17);
  letter-spacing: 0.025em;
}

div#CLINIC div.inner div.clinic_wrapper div.clinic_block div.clinic_body div.clinic_career {
  width: 37.2%;
  margin: 0 auto 0 6%;
  padding: 30px;
  border: 1px solid #bfbfbf;
  border-radius: 20px;
  background-color: #fff;
}

div#CLINIC div.inner div.clinic_wrapper div.clinic_block div.clinic_body div.clinic_career div.clinic_career_title {
  width: auto;
  font-size: 17px;
  line-height: calc(28 / 17);
  letter-spacing: 0.025em;
  padding-bottom: 5px;
  border-bottom: 2px solid #bfbfbf;
}

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

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

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

div#CLINIC div.inner div.clinic_wrapper div.clinic_block div.clinic_body 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_body div.clinic_career ul.clinic_career_list li dl dt {
  width: 55px;
  font-size: 15px;
  line-height: calc(27 / 15);
  letter-spacing: 0.025em;
}

div#CLINIC div.inner div.clinic_wrapper div.clinic_block div.clinic_body div.clinic_career ul.clinic_career_list li dl dd {
  width: calc(100% - 55px);
  font-size: 15px;
  line-height: calc(27 / 15);
  letter-spacing: 0.025em;
}