/*detail_page全体*/
.detail_page {
  position: relative;
  line-height: 2;
  letter-spacing: 0.055em;
  background-color: #FFFBF4;
}

.detail_page h2 {
  text-align: center;
  margin: 24px auto 48px;
  font-size: 38px;
  color: #8E6E35;
}

.detail_page h3 {
  text-align: center;
  font-size: 28px;
  color: #8E6E35;
}

/*regenerative-medicine全体*/
.regenerative-medicine_page {
  line-height: 2;
  letter-spacing: 0.055em;
}

.regenerative-medicine_h2_back {
  opacity: 0.03;
  margin: auto;
  max-width: 100%;
  width: 1500px;
  color: #000;
  font-size: 120px;
  font-weight: 700;
  white-space: nowrap;
}

.regenerative-medicine_page h2 {
  text-align: center;
  margin-bottom: 80px;
  font-size: 34px;
  font-weight: 600;
  color: #89C3EA;
}

.ocher_text {
  font-size: 24px;
  font-weight: 600;
  color: #BFA22A;
}

/*regenerative-medicine_explanation*/
.regenerative-medicine_explanation_area {
  position: relative;
  margin-top: -160px;
  padding: 0px 5% 100px;
}

.regenerative-medicine_explanation {
  display: flex;
  gap: 70px;
  margin: auto;
  max-width: 100%;
  width: 1300px;
}

.regenerative-medicine_explanation_left {
  display: flex;
  flex-direction: column;
}

.regenerative-medicine_explanation_left_top_text {
  margin: 20px auto;
  font-size: 18px;
}

.regenerative-medicine_explanation_left_bottom_text {
  margin: 20px auto;
  font-size: 18px;
}

.regenerative-medicine_explanation_right {
  flex-shrink: 0;
}

.regenerative-medicine_explanation_right img {
  width: 400px;
  box-shadow: 20px 20px 20px 0px rgba(110, 110, 110, 0.5);
}

.regenerative-medicine_explanation_left h3 {
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: 600;
  color: #1092EA;
  border-bottom: 1px solid #707070;
}

/*regenerative-medicine_thought*/
.regenerative-medicine_thought_area {
  position: relative;
  margin-top: -160px;
  padding: 0px 5% 5%;
}

.regenerative-medicine_thought_area h2 {
  position: relative;
}

.regenerative-medicine_thought_area:before {
  content: '';
  position: absolute;
  right: 0;
  left: 0;
  top: -80px;
  margin: auto;
  max-width: 80%;
  width: 830px;
  height: 1px;
  background-color: #D5D5D5;
}

.regenerative-medicine_thought {
  display: flex;
  gap: 20px;
  margin: auto;
  max-width: 100%;
  width: 1500px;
}

.regenerative-medicine_thought_left {
  width: 50%;
}

.regenerative-medicine_thought_left img {
  box-shadow: 20px 20px 20px 0px rgba(110, 110, 110, 0.5);
}

.regenerative-medicine_thought_right {
  padding: 0px 40px;
  width: 50%;
}

.regenerative-medicine_thought_right_text {
  margin: 20px 0px;
  font-size: 18px;
}

/*regenerative-medicine_menu*/
.regenerative-medicine_menu_area {
  position: relative;
}

.regenerative-medicine_menu_area h2 {
  position: relative;
}

.regenerative-medicine_menu_area h2:before {
  content: '';
  position: absolute;
  right: 0;
  left: 0;
  top: -100px;
  margin: auto;
  max-width: 80%;
  width: 830px;
  height: 1px;
  background-color: #D5D5D5;
}

.regenerative-medicine_menu_area h2:after {
  content: '';
  position: absolute;
  right: 0;
  left: 0;
  bottom: -40px;
  margin: auto;
  max-width: 1500px;
  height: 1px;
  background-color: #D5D5D5;
}

.regenerative-medicine_menu {
  display: flex;
  flex-wrap: wrap;
  margin: 40px auto 100px;
  max-width: 100%;
  width: 1500px;
}

.regenerative-medicine_menu_h2_top {
  position: relative;
  text-align: center;
  font-size: 16px;
  color: #000;
}

.regenerative-medicine_menu_box_text {
  padding: 30px 50px;
  width: 50%;
}

.regenerative-medicine_menu_area h3 {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
  color: #89C3EA;
}

.regenerative-medicine_menu_area .ocher_text {
  font-size: 18px;
}

.regenerative-medicine_menu_box_text_bottom {
  margin: 10px 0px 20px;
  font-size: 15px;
}

.regenerative-medicine_menu_box_img {
  width: 50%;
}

.detail_btn {
  display: block;
  margin: auto 10% 0px auto;
  padding: 0px 20px;
  width: 130px;
  font-weight: 600;
  color: #000;
  border-bottom: 1px solid #707070;
}

.regenerative-medicine_menu_s {
  display: flex;
  justify-content: center;
  gap: 50px;
  margin-bottom: 50px;
}

.regenerative-medicine_menu_box {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  width: 500px;
}

.regenerative-medicine_menu_box h3 {
  margin: 40px 0px;
}

.regenerative-medicine_menu_box .regenerative-medicine_menu_box_text_bottom {
  margin: 40px 0px;
}

/*about*/
.about_area {
  text-align: center;
  padding: 0px 5% 5%;
}

.about_inner {
  margin: auto;
  max-width: 100%;
  width: 1100px;
}

/* .about_area p {
  margin: 50px auto;
  font-size: 16px;
  line-height: 2.2;
} */

.about_area .left_alignment {
  text-align: left;
}

.about_img {
  margin: 50px auto;
}

.about_img img {
  width: 600px;
}

.detail_page .small_h3 {
  font-size: 20px;
}

.about_list {
  text-align: left;
  padding-top: 40px;
  border-top: 1px solid #6F6F6F;
}

.about_list li {
  position: relative;
  margin-bottom: 20px;
  padding-left: 30px;
  font-size: 14px;
}

.about_list li:before {
  content: '';
  position: absolute;
  top: 3px;
  left: 0px;
  margin-right: 20px;
  width: 17px;
  height: 17px;
  background: url(../../regenerative-medicine/msc/img/check.png) no-repeat center/cover;
}

/*feature*/
.feature_area {
  padding: 0px 5% 5%;
}

.feature_box {
  display: flex;
  gap: 0px 60px;
  flex-wrap: wrap;
  margin: auto;
  max-width: 100%;
  width: 800px;
}

.feature_area .center_alignment {
  text-align: center;
}

.feature {
  width: calc(50% - 30px);
}

.feature_area h3 {
  text-align: left;
  margin: 30px 0px;
  color: #000;
}

.feature_right {
  margin-top: 100px;
  width: calc(50% - 30px);  
}

.feature_box p {
  line-height: 2.8;
}

.feature_box_between_lines {
  margin-bottom: 30px;
}

.detail_page .msc_feature_h2 {
  margin-top: 80px;
}

.feature_area h2+p {
  text-align: center;
  margin-bottom: 48px;
}

.feature_effect {
  margin-top: 30px;
  padding: 10px;
  background-color: #FFF;
}

.feature_list_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 100%;
  width: 680px;
  margin: 70px auto;
}

.feature_list_box li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  min-height: 155px;
  background-color: #FFF;
  padding: 10px;
}

.feature_list_box li p {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 2.2;
}

.feature_box_bottom_text {
  text-align: center;
  margin-top: 100px;
}

/*report*/
.report_area {
  position: relative;
  padding: 2% 5% 5%;
  color: #FFF;
  background: url(../../img/report_back.png) no-repeat center/cover;
}

.report_inner {
  position: relative;
  z-index: 10;
  margin: auto;
  max-width: 100%;
  width: 800px;
}

.report_area h2 {
  color: #FFF;
}

.report_box {
  display: flex;
  margin: 50px auto;
}

.report {
  margin: 0;
  width: 50%;
}

.report li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}

.report li::before {
  content: "";
  width: 20px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 15px;
  background-color: #FFF;
}

.report_headline {
  font-weight: bold;
}

.report_headline::before {
  display: none;
}

/*merit*/
.merit_area {
  position: relative;
  padding: 2% 5% 5%;
  background: url(../../img/merit_back.png) no-repeat center/cover;
}

.merit_area h2 {
  position: relative;
  z-index: 10;
}

.merit_box {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.merit {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
}

.merit:nth-child(odd) .merit_number {
  flex-shrink: 0;
  text-align: center;
  width: 100px;
  height: 100px;
  margin-right: -20px;
  z-index: 10;
  font-size: 64px;
  line-height: 100px;
  color: #FFF;
  background-color: #8E6E35;
  border: 1px solid #8E6E35;
}

.merit:nth-child(even) .merit_number {
  flex-shrink: 0;
  text-align: center;
  width: 100px;
  height: 100px;
  margin-right: -20px;
  z-index: 10;
  font-size: 64px;
  line-height: 100px;
  color: #8E6E35;
  background-color: #FFF;
  border: 1px solid #8E6E35;
}

.merit_text {
  display: flex;
  align-items: center;
  z-index: 9;
  padding: 10px 40px;
  max-width: 100%;
  width: 700px;
  min-height: 195px;
  font-size: 20px;
  line-height: 1.8;
  background-color: rgba( 255, 255, 255, 0.5 );
}

/*contact*/
.contact_area {
  padding: 5%;
  background-color: #FFFBF4;
}

.contact {
  text-align: center;
  margin-bottom: 30px;
}

.contact_text {
  margin-bottom: 30px;
  font-size: 20px;
}

.contact a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  max-width: 100%;
  width: 320px;
  height: 80px;
  font-size: 20px;
  color: #fff;
  background: transparent linear-gradient(180deg, #C9B08C 0%, #AB8E66 100%) 0% 0% no-repeat padding-box;
  border-radius: 10px;
}

.reserve {
  display: none;
  position: relative;
  margin: 100px auto 0px;
  max-width: 100%;
  width: 900px;
}

.reserve_inner {
  position: absolute;
  top: 0px;
  padding: 20px 30px;
}

.reserve img {
  height: 270px;
  object-fit: cover;
  object-position: left;
}

.reserve_headline {
  padding-left: 10px;
  max-width: 300px;
  font-size: 36px;
  border-bottom: 1px solid gray;
}

.reserve_text {
  padding: 15px;
  font-size: 20px;
  line-height: 2;
}

.reserve_btn {
  display: block;
  text-align: center;
  margin-left: 20px;
  padding: 5px;
  width: 180px;
  color: #8E6E35;
  border: 1px solid;
}

.reserve_btn p::after {
  display: inline-block;
  content: "";
  vertical-align: middle;
  margin-left: 5px;
  width: 25px;
  height: 25px;
  background-image: url(../../shared/img/ico_arrow_g.svg);
  background-size: contain;
}

@media screen and (max-width: 1200px) {
  /*regenerative-medicine_explanation*/
  .regenerative-medicine_explanation {
    flex-direction: column;
    align-items: center;
  }

  /*regenerative-medicine_thought*/
  .regenerative-medicine_thought {
    flex-direction: column;
    width: 650px;
  }

  /*regenerative-medicine_thought*/
  .regenerative-medicine_thought_left {
    width: 100%;
  }

  .regenerative-medicine_thought_right {
    width: 100%;
  }

  /*regenerative-medicine_menut*/
  .regenerative-medicine_menu {
    flex-direction: column;
    width: 650px;
  }

  .regenerative-medicine_menu_box_text {
    width: 100%;
  }

  .regenerative-medicine_menu_box_img {
    width: 100%;
  }

  .regenerative-medicine_menu div:first-child {
    order: 2;
  }

  .regenerative-medicine_menu div:nth-child(2) {
    order: 1;
  }

  .regenerative-medicine_menu div:nth-child(3) {
    order: 3;
  }

  .regenerative-medicine_menu div:nth-child(4) {
    order: 4;
  }

  .regenerative-medicine_menu div:nth-child(5) {
    order: 6;
  }

  .regenerative-medicine_menu div:nth-child(6) {
    order: 5;
  }

  .regenerative-medicine_menu div:nth-child(7) {
    order: 7;
  }

  .regenerative-medicine_menu div:nth-child(8) {
    order: 8;
  }

  .regenerative-medicine_menu_s {
    flex-direction: column;
    align-items: center;
  }
}

@media screen and (max-width: 768px) {
  /*全体*/
  .detail_page h2 {
    font-size: 22px;
  }

  .detail_page h3 {
    font-size: 18px;
  }

  /*regenerative-medicine全体*/
  .regenerative-medicine_page h2 {
    margin: 20px 0px 40px;
    font-size: 22px;
  }
  
  .ocher_text {
    font-size: 18px;
  }
  
  /*regenerative-medicine_thought*/
  .regenerative-medicine_explanation_left h3 {
    font-size: 20px;
  }
  
  .regenerative-medicine_thought_right {
    padding: 0px;
  }

  /*regenerative-medicine_menu*/
  .regenerative-medicine_menu_area h3 {
    font-size: 20px;
  }
  
  .regenerative-medicine_menu_box_text {
    padding: 20px;
  }

  .regenerative-medicine_menu_s {
    padding: 0px 5%;
  }
  
  .regenerative-medicine_menu_box h3 {
    margin: 20px 0px;
  }
  
  .regenerative-medicine_menu_box .regenerative-medicine_menu_box_text_bottom {
    margin: 20px 0px;
  }

  /*about*/
  /* .about_area p {
    margin: 30px auto;
  } */
 
  /*feature*/
  .feature_area {
    padding: 0px 5% 10%;
  }
  
  .feature_box {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }

  .feature {
    width: 100%;
  }

  .feature_right {
    margin-top: 0px;
    width: 100%;
  }

  .feature_list_box {
    flex-direction: column;
    align-items: center;
  }
  
  .feature_box_bottom_text {
    margin-top: 50px;
  }

  /*report*/
  .report_box {
    flex-direction: column;
  }

  .report {
    width: 100%;
  }

  /*merit*/
  .merit_area {
    padding: 2% 5% 10%;
  }
  
  .merit:nth-child(odd) .merit_number, .merit:nth-child(even) .merit_number {
    width: 80px;
    height: 80px;
    font-size: 50px;
    line-height: 80px;
  }

  /*contact*/
  .contact_area {
    padding: 10% 5%;
  }
  
  .reserve_inner {
    padding: 20px;
  }

  .reserve_text {
    padding: 10px;
    font-size: 18px;
  }
}