@charset "utf-8";

/*-----メインビジュアル-----*/


/*-----/メインビジュアル-----*/

/*-----セクション共通パーツ（タイトル、インナーなど）-----*/

.section__inner {
  max-width: 1000px;
  margin: 0 auto;
}

.section__heading::before {
content: none;
}

/*-----/セクション共通パーツ（タイトル、インナーなど）-----*/

/*-----section01(NEWS)-----*/
.section01 {
position: relative;
}

.section01:before {
  content: "";
  background: url(./img/leaf_left02.svg) no-repeat left top / contain;
  display: inline-block;
  position: absolute;
  left: 0;
  top: -150px;
  width: 20%;
  height: 179px;
  z-index: 10;
}

.section01:after {
  content: "";
  background: url(./img/leaf_right02.svg) no-repeat right top / contain;
  display: inline-block;
  position: absolute;
  right: 0;
  top: -150px;
  width: 20%;
  height: 179px;
  z-index: 10;
}


.section01__chachcopy-wrapper:before {
  content: "";
  background: url(./../img/section_heading_left.svg) no-repeat left center / contain;
  width: 125px;
  height: 7px;
  vertical-align: middle;
  position: absolute;
  left: 20px;
  top: 32px;
  z-index: 1;
}

.section01__chachcopy-wrapper:after {
  content: "";
  background: url(./../img/section_heading_left.svg) no-repeat right center / contain;
  width: 125px;
  height: 7px;
  vertical-align: middle;
  position: absolute;
  right: 20px;
  top: 32px;
  z-index: 1;
}

.section01__chachcopy-wrapper {
  position: relative;
  margin: 100px 0;
  text-align: center;
}
.section01__chachcopy {
  font-size: 26px;
  text-align: center;
  position: relative;
  letter-spacing: 0.3rem;
}
.section01__chachcopy::before {
  content: "";
  background: url(./../img/section_heading_top.svg) no-repeat right top / contain;
  width: 42px;
  height: 43px;
  margin: 0 auto;
  position: absolute;
  top: -45px;
  left: 0;
  right: 0;

}

.section__heading-wrapper:before {
      background: url(./img/heading_left_w.svg) no-repeat left center / contain;
}

.section__heading-wrapper:after {
      background: url(./img/heading_right_w.svg) no-repeat right center / contain;
}

.section01 {
  padding-bottom: 150px;
}

.section01__content01{
  display: flex;
  justify-content: space-between;

  margin-bottom: 60px;
}

.section__heading-wrapper {
  margin-bottom: 30px;
}
.section__heading {
  font-size: 26px;

}

.content__left {
  flex: none;
  margin-right: 40px;
}
.doctor__content-name {
    font-size: 24px;
    position: relative;
    text-align: center;
    margin-top: 5px;
}
.doctor__content-name:after {
    content: "";
    background: url(./../img/name_en.svg) no-repeat right bottom / contain;
    width: 187px;
    height: 22px;
    display: inline-block;
    margin-left: 40px;
    vertical-align: middle;
}
.content__text-wrapper{

}

.interview {
  margin-bottom: 60px;
}


.section01__content02{
  background-color:rgba(50,163,150,0.2);
  border: 2px solid #fff;
  padding: 40px;
  margin-bottom: 40px;
  -webkit-box-shadow: 0 0 20px 0px rgb(0 0 0 / 5%);
    box-shadow: 0 0 20px 0px rgb(0 0 0 / 5%);
}
.section01__content02-heading {
font-size: 20px;
font-weight: bold;
color: #32a396;
margin-bottom: 20px;
}

.section01__content02.-color{
background-color:rgba(148,139,121,0.2);
margin-bottom: 0;
}

.section01__content02-heading.-color {
color: #a59168;
}


.section01__content02-list li{
  font-size: 18px;
}

.interview__text {
  padding: 0 40px;
}

.interview__text-img {
  padding: 0 40px;
  display: flex;
  justify-content: space-between;
}

.interview__text02 {
margin-right: 40px;
}
.interview__img {
  flex: none;
}


/*-----/section01-----*/

@media screen and (max-width: 1400px) {

}

@media screen and (max-width: 1200px) {

}

@media screen and (max-width: 1220px) {

}

@media screen and (max-width: 1024px) {

  /*-----メインビジュアル----- */
  /* .mainvisual:before {
    top: -1px;
  } */

  .mainvisual:after {
    bottom: -1px;
  }

  .catchcopy__text {
    font-size: 26px;
  }

  .catchcopy {
    width: 90%;
    padding-right: 30px;
  }

  .mainvisual__bnr {
    left: 20px;
    bottom: 40px;
  }

  .mainvisual__bnr img {
    width: 230px;
  }
  /*-----/メインビジュアル----- */
.section01__chachcopy-wrapper:after {
  right: 0;
}
.section01__chachcopy-wrapper:before {
  left: 0;
}
.section__inner {
  padding: 0 40px;
}

}

@media screen and (max-width: 864px) {
  /*-----メインビジュアル----- */

.section01:before {
  top: -130px;
}
.section01:after {
  top: -130px;
}
  .catchcopy {
    bottom: 50px;
  }

  .catchcopy__text {
    font-size: 26px;
  }

  .bnr__content {
    display: none;
  }
/*-----/メインビジュアル----- */

.section01__content01 {
  flex-direction: column;
}

.content__left {
  margin-right: 0;
  text-align: center;
  margin-bottom: 20px;
}
.content__left img {
  display: inline-block;
}
.interview__text {
  padding: 0;
}
.interview__text-img {
  padding: 0;
}
}

@media screen and (max-width: 480px) {


.section01:before {
  top: -40px;
  width: 21%;

}
.section01::after {
  top: -40px;
  width: 21%;

}
  /*-----メインビジュアル----- */

  .mainvisual:after {
  content: none;
  }

.interview__text {
  padding: 0 10px;
}

.content__left {
  margin-bottom: 10px;
  margin-right: 0;
}
.section01__content02-list li {
  font-size: 16px;
  padding-left:1em;
text-indent:-1em;
text-align: left;
}
.section01__content02 {
  padding: 40px 30px;
}
/*-----/メインビジュアル----- */
.section01__chachcopy-wrapper:after {
  content: none;
}
.section01__chachcopy-wrapper:before {
  content: none;
}

/*-----セクション共通パーツ（タイトル、インナーなど）-----*/

.section__inner {
  padding: 0 15px;
}

.section__heading {
  font-size: 20px;
}
.section02 .section__heading {
  font-size: 18px;
}
.section__heading-wrapper {
  margin-bottom: 20px;
}
.section__heading::before {
  width: 22px;
  height: 22px;
  margin-right: 5px;
}


.section__heading-wrapper::before {
  width: 35px;
}
.section__heading-wrapper::after {
  width: 35px;
}
.content__item {
flex-direction: column;
  margin-bottom: 30px;
}
.content__item:nth-child(even) {
  flex-direction: column;
}
.content__item.row-reverse {
  flex-direction: column;
}

.content__img {
width: 100%;
margin-bottom: 10px;
}

.content__text-wrapper{
  width: 100%;
    padding: 0 10px;
}
.section01__content02-heading {
  margin-bottom: 10px;
}
.content__heading {
  font-size: 20px;
  margin-bottom: 10px;

}
/*-----/セクション共通パーツ（タイトル、インナーなど）-----*/

.section01__chachcopy-wrapper {
  margin: 50px 0;
}

.section01__content01 {
  flex-direction: column;
}
.interview__text-img {
  flex-direction: column;
  padding: 0 10px;
}
.interview__text02 {
  margin-right: 0;
  margin-bottom: 10px;
}

.section01__chachcopy {
  font-size: 20px;
}

.section__heading02 {
  font-size: 26px;
}
.section__heading02:after {
  width: 35px;
  right: -40px;
  top: 20px;
}
.section__heading02:before {
width: 35px;
left: -40px;
top: 20px;
}

.section01 {
  padding-bottom: 100px;
}
.section__heading-wrapper02 {
  margin-bottom: 40px;
}
}
