@charset "utf-8";
.div_h1{
  background: url(../img/common/h1_backimge.jpg) no-repeat center /140%;
}
#contentsmain, article h3{
  font-family: 'Noto Sans SC',"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic","FOT-筑紫明朝 Pr6 M",serif;
}
#contentsmain h2 {
  font-weight: bold;
}
#contentsmain h2, .text_st04, .div_topic01 .headline, .div_topic02 .headline {
  font-family: 'Noto Serif SC', "Yu Mincho",YuMincho,"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
article h3 {
  font-weight: 400;
}
.step {
  counter-reset: num 0;
}
.step .title {
  font-size: 15rem;
  text-align: center;
  /* color: #DBDBDB; */
}
.step div {
  padding: 0 0px 35px 45px;
  margin-bottom: 0px;
  position: relative;
}
.step div:not(:last-of-type)::before {
  content: "";
  width: 3px;
  height: 100%;
  border-left: solid 5px rgb(65 114 74 / 30%);
  position: absolute;
  top: 4px;
  left: 15px;
}
.step div h3 {
  counter-increment: num 1;
  display: flex;
  font-family: 'Noto Serif SC', "Yu Mincho",YuMincho,"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  /* color: #fff; */
  background: none;
  border: none;
  padding-bottom: 0;
  position: relative;
}
.step div h3::before {
  /* content: counter(num); */
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: center; */
  /* background: #41724a; */
  /* width: 25px; */
  /* position: absolute; */
  /* top: 0; */
  /* left: -42px; */
  content: counter(num);
  display: block;
  text-align: center;
  position: absolute;
  left: -42px;
  top: 0px;
  background: #41724a;
  color: #fff;
  width: 25px;
  height: 25px;
  line-height: 28px;
}
.step div h3 span {
  display: flex;
  align-items: center;
  /* color: #231815; */
  /* background: #fff; */
  background: #F8FAF1;
  /* color: #231815; */
  border: solid rgb(65 114 74 / 30%) 1px;
  padding: 0 15px 0 17px;
  position: absolute;
  left: -17px;
}
#sec_treatstep2 img {
  width: 50%;
  max-width: 300px;
}
#sec_technology #art_evaluation div {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 500px;
  margin: auto;
}
#sec_technology .evaluation1 {
  width: 100%;
}
#sec_technology .evaluation2,
#sec_technology .evaluation3 {
  width: 49%;
  margin-top: 10px;
}
#sec_technology #art_culture div {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 400px;
}
#sec_technology #art_culture img {
  width: 49%;
  max-height: 138px;
}
#sec_technology #art_method div {
  width: 100%;
  max-width: 200px;
}
#sec_technology #art_method img {
  display: block;
  width: 100%;
}
#sec_reproduction .div_topic01 .headline {
  margin: 10px 0;
}
#sec_doctor .doctor:not(:first-of-type) {
  margin-top: 60px;
}
#sec_doctor .doctor .prof {
  font-size: 20rem;
  font-family: 'Noto Serif SC', "Yu Mincho",YuMincho,"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #B3984F;
  margin-bottom: 0;
}
#sec_doctor .doctor .div_profdate .ul01 {
  margin-top: 30px;
}
/*文字化け防止*/
#sec_doctor .doctor .div_profdate .ul01 > li::before {
  content: "〇";
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "FOT-筑紫明朝 Pr6 M", serif;
}
/*
#sec_doctor .doctor .div_profdate .ul01 > li::before {
  content: "";
  width: 7rem;
  height: 7rem;
  border: 1px solid #747474;
  border-radius: 8px;
  position: absolute;
  left: -13px;
  top: 7px;
}
*/
#sec_facility #art_facility {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
#sec_facility .faci1 {
  width: 63%;
  margin-bottom: 2%;
}
#sec_facility .faci2 {
  width: 35%;
  margin-bottom: 2%;
}
#sec_facility .faci3 {
  width: 100%;
  margin-bottom: 2%;
}
#sec_facility .faci4,
#sec_facility .faci5,
#sec_facility .faci6,
#sec_facility .faci7 {
  width: 49%;
}
#sec_facility .faci4,
#sec_facility .faci5 {
  margin-bottom: 2%;
}
@media (min-width: 769px) {
  #sec_reason .div_topic02 .ul03 {
    width: 100%;
    max-width: max-content;
    margin: auto;
    padding: 5px 0;
  }
  #sec_treatstep1 #art_step1 {
    display: flex;
    justify-content: space-between;
  }
  #sec_treatstep1 .step {
    width: 47%;
  }
  .step .title {
    margin-bottom: 30px;
  }
  .step div h3 {
    line-height: 1.4;
    padding-left: 147px;
  }
  .step div h3::before {
    height: 28px;
  }
  .step div h3 span {
    width: 147px;
    height: 28px;
    font-size: 15px;
    text-align: left;
  }
  #sec_treatstep2 img {
    float: right;
    margin-left: 40px;
  }
  #sec_technology #art_culture,
  #sec_technology #art_method {
    display: flex;
    flex-flow: wrap;
  }
  #sec_technology #art_culture h3,
  #sec_technology #art_method h3 {
    width: 100%;
  }
  #sec_technology #art_culture p {
    width: calc(100% - 430px);
  }
  #sec_technology #art_culture div {
    margin-right: 30px;
  }
  #sec_technology #art_method p {
    width: calc(100% - 200px);
    padding: 0 30px 0 0;
    order: 1;
  }
  #sec_technology #art_method div {
    width: 100%;
    max-width: 200px;
    order: 2;
  }
  #sec_technology .method1 {
    margin-bottom: 10px;
  }
  #sec_reproduction {
    margin: 120px 0 80px;
  }
  #sec_reproduction .div_topic01 .headline {
    font-size: 25rem;
  }
  #sec_doctor h2 {
    margin-bottom: 30px;
  }
  #sec_doctor .doctor {
    display: inline-block;
    width: 100%;
  }
  #sec_doctor .doctor img {
    float: left;
    width: 200px;
    margin-top: 15px;
  }
  #sec_doctor .doctor:first-of-type .div_profdate {
    margin-left: 230px;
  }
  #sec_facility #art_facility {
    width: 100%;
    max-width: 800px;
  }
}
@media (max-width: 768px) {
  .step .title {
    margin-bottom: 20px;
  }
  .step div h3 {
    text-align: left;
    line-height: 1.4;
    margin-bottom: 10px;
    padding-left: 135px;
  }
  .step div h3::before {
    height: 28px;
  }
  .step div h3 span {
    width: 135px;
    height: 28px;
    font-size: 13px;
  }
  .step div p {
    text-align: left;
  }
  #sec_treatstep2 img {
    display: block;
    margin: 0 auto 20px;
  }
  #sec_technology #art_culture div {
    margin-bottom: 10px;
  }
  #sec_technology #art_method div {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 400px;
    margin-bottom: 10px;
  }
  #sec_technology #art_method img {
    width: 49%;
  }
  #sec_reproduction .div_topic01 .headline {
    font-size: 22rem;
  }
  #sec_doctor h2 {
    margin-bottom: 20px;
  }
  #sec_doctor .doctor img {
    display: block;
    width: 60%;
    min-width: 200px;
    margin: 0 auto 15px;
  }
}