.main_image {
  position: relative;
  height: 500px;
  padding-top: 200px;
  box-sizing: border-box;
  background: url(/images01/doctor/doctor_key.webp) center/cover no-repeat;
  overflow: hidden;
}
.main_image .inner {
  width: 1000px;
  max-width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  box-sizing: border-box;
}
.main_image .text {
  position: relative;
  z-index: 2;
  padding-left: 120px;
  font-size: 48px;
  letter-spacing: 0.2em;
  color: #fff;
  text-shadow: 0 0 5px rgba(155, 152, 152, 0.71);
}
.main_image .text:before {
  content: "";
  position: absolute;
  left: 0;
  top: -10px;
  width: 112px;
  height: 113px;
  background: url(/images01/common/key_logo.webp) center/contain no-repeat;
}
.main_image .text:after {
  content: "";
  position: absolute;
  left: 120px;
  bottom: -20px;
  width: 72px;
  height: 11px;
  background: url(/images01/common/key_text_about.webp) center/contain no-repeat;
}
.main_image .kazari01 {
  position: absolute;
  left: -10px;
  top: -10px;
  width: 586px;
  height: 358px;
  background: url(/images01/common/key_kazari01.webp) center/contain no-repeat;
}
.main_image .kazari02 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 563px;
  height: 251px;
  background: url(/images01/common/key_kazari02.webp) left bottom/contain no-repeat;
}
.main_image .kazari03 {
  position: absolute;
  right: -10px;
  bottom: -10px;
  width: 301px;
  height: 270px;
  background: url(/images01/common/key_kazari03.webp) right bottom/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .main_image {
    position: relative;
    height: 80vw;
    padding-top: 45.3vw;
    box-sizing: border-box;
    background: url(/images01/doctor/doctor_key.webp) right 20% top/cover no-repeat;
    overflow: hidden;
  }
  .main_image .inner {
    padding: 0 2.7vw;
  }
  .main_image .text {
    padding-left: 18.6vw;
    font-size: 5.8vw;
  }
  .main_image .text:before {
    left: 0;
    top: -2.7vw;
    width: 21.3vw;
    height: 21.3vw;
    background: url(/images01/common/key_logo.webp) center/contain no-repeat;
  }
  .main_image .text:after {
    left: 18.6vw;
    bottom: -5.5vw;
    width: 20vw;
    height: 2.9vw;
    background: url(/images01/common/key_text_about.webp) center/contain no-repeat;
  }
  .main_image .kazari01 {
    position: absolute;
    left: -2.7vw;
    top: -2.7vw;
    width: 80vw;
    height: 48.8vw;
    background: url(/images01/common/key_kazari01.webp) center/contain no-repeat;
  }
  .main_image .kazari02 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 80vw;
    height: 25.8vw;
    background: url(/images01/common/key_kazari02.webp) left bottom/contain no-repeat;
  }
  .main_image .kazari03 {
    position: absolute;
    right: -2.7vw;
    bottom: -2.7vw;
    width: 40vw;
    height: 93.3vw;
    background: url(/images01/common/key_kazari03.webp) right bottom/contain no-repeat;
  }
}

.lead_sec {
  padding: 100px 20px;
}
.lead_sec .sec_title {
  margin-bottom: 50px;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #673606;
  text-align: center;
}
.lead_sec .sec_text {
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .lead_sec {
    padding: 8vw 5.5vw;
  }
  .lead_sec .sec_title {
    margin-bottom: 8vw;
    font-size: 5.5vw;
    letter-spacing: 0.2em;
    color: #673606;
    text-align: center;
  }
  .lead_sec .sec_text {
    width: 800px;
    max-width: 100%;
    margin: 0 auto 13.8vw;
  }
}

.sec01 {
  position: relative;
}
.sec01:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 60%;
  margin: auto 0;
  background: rgba(238, 126, 0, 0.08);
}
.sec01 .inner {
  position: relative;
  width: 1200px;
  max-width: 100%;
  padding: 160px 20px 80px;
  margin: 0 auto;
  box-sizing: border-box;
}
.sec01 .upper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
}
.sec01 .sec_title {
  position: relative;
  z-index: 2;
  margin-bottom: 50px;
  font-family: "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 33px;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.sec01 .doctor_box {
  position: relative;
  max-width: 48%;
}
.sec01 .doctor_box:before {
  content: "";
  position: absolute;
  right: -20px;
  top: 20px;
  width: 36px;
  height: 475px;
  background: url(/images01/doctor/text_name.webp) center/contain no-repeat;
}
.sec01 .doctor_box:after {
  content: "";
  position: absolute;
  left: -120px;
  top: -120px;
  width: 237px;
  height: 237px;
  background: url(/images01/doctor/sec01_logo.webp) center/contain no-repeat;
}
.sec01 .doctor_image {
  margin-bottom: 20px;
}
.sec01 .doctor_name {
  text-align: center;
  font-family: "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 30px;
  letter-spacing: 0.2em;
}
.sec01 .doctor_name .small {
  padding-right: 50px;
  font-size: 16px;
  letter-spacing: 0.1em;
}
.sec01 .sec_text {
  width: 540px;
  max-width: 48%;
}
.sec01 .sec_image {
  max-width: 48%;
}
.sec01 .middle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
}
.sec01 .lower {
  position: relative;
  margin-bottom: 80px;
}
.sec01 .illust01 {
  position: absolute;
  right: 300px;
  top: 0;
  width: 163px;
  height: 167px;
  background: url(/images01/doctor/sec01_illust01.webp) center/contain no-repeat;
}
.sec01 .illust02 {
  position: absolute;
  right: 50px;
  top: 100px;
  width: 181px;
  height: 164px;
  background: url(/images01/doctor/sec01_illust02.webp) center/contain no-repeat;
}
.sec01 .illust03 {
  position: absolute;
  right: 300px;
  top: 200px;
  width: 169px;
  height: 171px;
  background: url(/images01/doctor/sec01_illust03.webp) center/contain no-repeat;
}
.sec01 .leadtext {
  position: relative;
  z-index: 2;
  margin-bottom: 50px;
  font-family: "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 33px;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.sec01 .box {
  width: 1140px;
  max-width: 100%;
  padding: 50px;
  margin: 0 auto;
  box-sizing: border-box;
  background: #EE7E00;
  color: #fff;
}
.sec01 .box_upper {
  display: flex;
  border-bottom: 1px solid #FBF5EB;
  margin-bottom: 20px;
}
.sec01 .list_title {
  position: relative;
  width: 180px;
  margin-right: 100px;
  font-size: 20px;
  letter-spacing: 0.2em;
  text-align: center;
}
.sec01 .list_title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 13px;
  height: 16px;
  background: url(/images01/doctor/sec01_kazari02.png) center/contain no-repeat;
}
.sec01 .list_title:after {
  content: "";
  position: absolute;
  right: 0;
  top: 5px;
  width: 13px;
  height: 16px;
  background: url(/images01/doctor/sec01_kazari02.png) center/contain no-repeat;
}
.sec01 .row {
  display: flex;
  margin-bottom: 20px;
}
.sec01 .term {
  width: 150px;
  min-width: 150px;
  font-size: 18px;
  line-height: 2;
}
.sec01 .desc {
  font-size: 18px;
  line-height: 2;
}
.sec01 .box_lower {
  display: flex;
}
.sec01 .box_item {
  font-size: 18px;
}
.sec01 .box_item:not(:last-of-type) {
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .sec01 .doctor_box:before {
    font-size: 3.9vw;
  }
  .sec01 .leftbox {
    max-width: 48%;
  }
  .sec01 .illust01 {
    position: absolute;
    right: 200px;
    top: 100px;
    width: 163px;
    height: 167px;
    background: url(/images01/doctor/sec01_illust01.webp) center/contain no-repeat;
  }
  .sec01 .illust02 {
    position: absolute;
    right: 20px;
    top: 200px;
    width: 181px;
    height: 164px;
    background: url(/images01/doctor/sec01_illust02.webp) center/contain no-repeat;
  }
  .sec01 .illust03 {
    position: absolute;
    right: 200px;
    top: 300px;
    width: 169px;
    height: 171px;
    background: url(/images01/doctor/sec01_illust03.webp) center/contain no-repeat;
  }
}
@media screen and (max-width: 767px) {
  .sec01 .inner {
    padding: 13.8vw 5.5vw;
  }
  .sec01 .upper {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8vw;
  }
  .sec01 .sec_title {
    margin-bottom: 8vw;
    font-size: 5.5vw;
    font-weight: 500;
    letter-spacing: 0.1em;
  }
  .sec01 .doctor_box {
    position: relative;
    width: 66.6vw;
    max-width: 100%;
    margin: 0 auto 5.5vw;
  }
  .sec01 .doctor_box:before {
    content: "";
    position: absolute;
    right: -2.7vw;
    top: 2.7vw;
    width: 5.6vw;
    height: 74.6vw;
    background: url(/images01/doctor/text_name.webp) center/contain no-repeat;
  }
  .sec01 .doctor_box:after {
    content: "";
    position: absolute;
    left: -20vw;
    top: -20vw;
    width: 40vw;
    height: 40vw;
    background: url(/images01/doctor/sec01_logo.webp) center/contain no-repeat;
  }
  .sec01 .doctor_image {
    width: 66.6vw;
    margin: 0 auto 2.7vw;
  }
  .sec01 .doctor_image img {
    width: 100%;
  }
  .sec01 .doctor_name {
    text-align: center;
    font-size: 8vw;
    letter-spacing: 0.2em;
  }
  .sec01 .doctor_name .small {
    padding-right: 8vw;
    font-size: 4.8vw;
    letter-spacing: 0.1em;
  }
  .sec01 .sec_text {
    width: 100%;
    max-width: 100%;
    margin-bottom: 5.5vw;
  }
  .sec01 .upper_image {
    max-width: 100%;
  }
  .sec01 .upper_image img {
    width: 100%;
  }
  .sec01 .sec_image {
    max-width: 100%;
  }
  .sec01 .sec_image img {
    width: 100%;
  }
  .sec01 .middle {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8vw;
  }
  .sec01 .lower {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40vw;
  }
  .sec01 .illust01 {
    position: absolute;
    right: auto;
    left: -2.7vw;
    top: auto;
    bottom: -27.7vw;
    width: 27.7vw;
    height: 28.3vw;
    background: url(/images01/doctor/sec01_illust01.webp) center/contain no-repeat;
  }
  .sec01 .illust02 {
    position: absolute;
    right: auto;
    top: auto;
    bottom: -35vw;
    width: 27.7vw;
    height: 25vw;
    background: url(/images01/doctor/sec01_illust02.webp) center/contain no-repeat;
  }
  .sec01 .illust03 {
    position: absolute;
    right: -2.7vw;
    top: auto;
    bottom: -16vw;
    width: 27.7vw;
    height: 28vw;
    background: url(/images01/doctor/sec01_illust03.webp) center/contain no-repeat;
  }
  .sec01 .leadtext {
    margin-bottom: 8vw;
    font-size: 5.5vw;
    font-weight: 500;
    letter-spacing: 0.1em;
  }
  .sec01 .box {
    width: 1140px;
    max-width: 100%;
    padding: 8vw 5.5vw;
  }
  .sec01 .box_upper {
    display: block;
    border-bottom: 1px solid #FBF5EB;
    margin-bottom: 5.5vw;
  }
  .sec01 .list_title {
    position: relative;
    width: 33.3vw;
    margin: 0 auto 5.5vw;
    font-size: 4.4vw;
    letter-spacing: 0.2em;
    text-align: center;
  }
  .sec01 .list_title:before {
    content: "";
    position: absolute;
    left: 0;
    top: 1.3vw;
    width: 3.4vw;
    height: 4.4vw;
  }
  .sec01 .list_title:after {
    content: "";
    position: absolute;
    right: 0;
    top: 1.3vw;
    width: 3.4vw;
    height: 4.4vw;
  }
  .sec01 .row {
    display: block;
    margin-bottom: 5.5vw;
  }
  .sec01 .term {
    width: auto;
    min-width: 100%;
    font-size: 4.4vw;
    margin-bottom: 2.7vw;
  }
  .sec01 .desc {
    font-size: 4vw;
    line-height: 2;
  }
  .sec01 .box_lower {
    display: block;
  }
  .sec01 .box_item {
    font-size: 4.4vw;
  }
}/*# sourceMappingURL=doctor.css.map */