.main_image {
  position: relative;
  height: 450px;
  padding-top: 195px;
  box-sizing: border-box;
  background: url(/images/doctor/doctor_key.webp) center top/cover no-repeat;
  overflow: hidden;
}
.main_image .inner {
  width: 1025px;
  max-width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  box-sizing: border-box;
}
.main_image .text {
  position: relative;
  z-index: 5;
  padding-left: 160px;
  font-family: "noto sans jp", sans-serif;
  font-size: 48px;
  letter-spacing: 0.2em;
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.75);
}
.main_image .text:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 115px;
  bottom: -100%;
  transform: translateY(-50%);
  width: 305px;
  height: 36px;
  background: url(/images/common/arch.webp) center/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(/images/doctor/doctor_key.webp) right 40% top/cover no-repeat;
    overflow: hidden;
  }
  .main_image .inner {
    padding: 0 2.7vw;
  }
  .main_image .text {
    text-align: center;
    font-size: 5.8vw;
    padding-left: initial;
  }
  .main_image .text:before {
    left: 25vw;
    top: 12.3vw;
    width: 41.3vw;
    height: 21.3vw;
    background: url(/images/common/arch.webp) center/contain no-repeat;
  }
}

.sec01 {
  margin-bottom: 100px;
}
.sec01 .cont01 {
  flex-direction: row-reverse;
  position: relative;
  margin-bottom: 100px;
}
.sec01 .cont01 .imagebox {
  z-index: -3;
}
.sec01 .cont01 .imagebox .doctor_name {
  font-size: 18px;
  text-align: center;
  padding-top: 55px;
  padding-right: 70px;
  position: relative;
}
.sec01 .cont01 .imagebox .doctor_name .small_name {
  font-size: 15px;
}
.sec01 .cont01 .imagebox .doctor_name::before {
  content: "Sano Kyoko";
  position: absolute;
  right: 34%;
  top: 100%;
  font-size: 36px;
  letter-spacing: 0.1em;
  color: #FF7B79;
  opacity: 40%;
}
.sec01 .cont01 .textbox {
  position: static;
  left: 32%;
  width: 70%;
  max-width: 67%;
  min-width: 42%;
}
.sec01 .cont01 .textbox .cont_title {
  position: relative;
  color: #534741;
  margin-bottom: 85px;
}
.sec01 .cont01 .textbox .cont_title .orange {
  color: #F9B168;
}
.sec01 .cont01 .textbox .cont_title .green {
  color: #00A99D;
}
.sec01 .cont01 .textbox .cont_title .pink {
  color: #F18EA4;
}
.sec01 .cont01 .textbox .cont_title .ligntblue {
  color: #75D0DA;
}
.sec01 .cont01 .textbox .cont_title::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: -2%;
  bottom: -50%;
  transform: translateY(-50%);
  width: 410px;
  height: 22px;
  background: url(/images/doctor/line.webp) center/contain no-repeat;
}
.sec01 .cont01 .textbox .cont_text {
  margin-bottom: 50px;
}
.sec01 .cont01 .textbox .flexbox {
  justify-content: initial;
}
.sec01 .cont01 .textbox .flexbox .fukidashi {
  position: relative;
  margin-right: 10px;
}
.sec01 .cont01 .textbox .flexbox .fukidashi img {
  max-width: initial;
  width: 209;
}
.sec01 .cont01 .textbox .flexbox .fukidashi_text {
  position: absolute;
  top: 5%;
  right: 32%;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}
.sec01 .cont01 .textbox .flexbox .hobby_text {
  border-bottom: 3px dotted #77BB8D;
  padding-bottom: 10px;
}
.sec01 .career_box {
  display: flex;
  border-top: 0.75px solid #DD868F;
  border-bottom: 0.75px solid #DD868F;
  padding: 33px 0;
  justify-content: center;
  margin-bottom: 100px;
}
.sec01 .career_box .career_left {
  margin-right: 100px;
}
.sec01 .career_box .career_left .row {
  display: flex;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
}
.sec01 .career_box .career_left .row .term {
  padding-right: 50px;
}
.sec01 .career_box .career_center {
  margin-right: 100px;
}
.sec01 .career_box .career_center .item {
  margin-bottom: 20px;
}
.sec01 .career_box .career_title {
  font-size: 18px;
  color: #534740;
  margin-bottom: 30px;
}
.sec01 .bottom_imagebox {
  position: relative;
}
.sec01 .bottom_imagebox .bottom_image {
  text-align: center;
}
.sec01 .bottom_imagebox .bottom_text {
  position: absolute;
  top: 5%;
  left: 20%;
  font-size: 24px;
  writing-mode: vertical-rl;
  letter-spacing: 0.3em;
  line-height: 2em;
}
.sec01 .bottom_imagebox .bottom_text .bottom_pink {
  color: #D1567C;
}
.sec01 .bottom_imagebox .bottom_text .bottom_blue {
  color: #75D0DA;
}
.sec01 .bottom_imagebox .bottom_text .bottom_green {
  color: #00A99D;
}
.sec01 .bottom_imagebox .bottom_text .bottom_orange {
  color: #F9B168;
}
.sec01 .bottom_imagebox .bottom_text::before {
  content: "";
  position: absolute;
  left: -30%;
  bottom: -20%;
  transform: translateY(-50%);
  width: 305px;
  height: 36px;
  background: url(/images/doctor/arch.webp) center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .sec01 .cont01 {
    margin-bottom: 13.5vw;
  }
  .sec01 .cont01 .imagebox {
    margin-right: initial;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
  .sec01 .cont01 .imagebox .doctor_name {
    padding-top: initial;
    font-size: 5vw;
    padding-right: initial;
    margin-bottom: 15vw;
  }
  .sec01 .cont01 .imagebox .doctor_name::before {
    font-size: 8vw;
    text-align: center;
    right: 20%;
  }
  .sec01 .cont01 .imagebox .cont_image img {
    width: 70%;
  }
  .sec01 .cont01 .textbox {
    width: 100%;
    left: initial;
    max-width: 100%;
    min-width: 100%;
    position: static;
  }
  .sec01 .cont01 .textbox .cont_title {
    margin-bottom: 10vw;
  }
  .sec01 .cont01 .textbox .cont_title::before {
    max-width: 100%;
    min-width: 100%;
    height: 10vw;
  }
  .sec01 .cont01 .textbox .cont_text {
    margin-bottom: 10vw;
  }
  .sec01 .cont01 .textbox .flexbox {
    display: flex;
  }
  .sec01 .cont01 .textbox .flexbox .fukidashi {
    width: 54vw;
  }
  .sec01 .cont01 .textbox .flexbox .fukidashi_text {
    right: 10vw;
    top: 0.5vw;
    font-size: 4.5vw;
  }
  .sec01 .cont01 .textbox .flexbox .fukidashi img {
    max-width: 100%;
    min-width: 100%;
  }
  .sec01 .cont01 .textbox .flexbox .hobby_text {
    padding-bottom: 2vw;
    font-size: 4vw;
  }
  .sec01 .career_box {
    display: block;
    margin-bottom: 13.5vw;
  }
  .sec01 .career_box .career_title {
    font-size: 5vw;
    margin-bottom: 5vw;
  }
  .sec01 .career_box .career_left, .sec01 .career_box .career_center, .sec01 .career_box .career_right {
    margin-right: initial;
    font-size: 4vw;
  }
  .sec01 .career_box .career_left .row, .sec01 .career_box .career_center .row, .sec01 .career_box .career_right .row {
    margin-bottom: 2vw;
  }
  .sec01 .career_box .career_left .row .term, .sec01 .career_box .career_center .row .term, .sec01 .career_box .career_right .row .term {
    padding-right: 10vw;
  }
  .sec01 .career_box .career_left .row:last-child, .sec01 .career_box .career_center .row:last-child, .sec01 .career_box .career_right .row:last-child {
    margin-bottom: 5vw;
  }
  .sec01 .career_box .career_left .list .item, .sec01 .career_box .career_center .list .item, .sec01 .career_box .career_right .list .item {
    margin-bottom: 2vw;
  }
  .sec01 .career_box .career_center .item:last-child {
    margin-bottom: 5vw;
  }
  .sec01 .bottom_imagebox .bottom_image {
    text-align: center;
    position: absolute;
    width: 100%;
    height: auto;
    top: -6vw;
    z-index: -1;
  }
  .sec01 .bottom_imagebox .bottom_image img {
    min-width: 100%;
  }
  .sec01 .bottom_imagebox .bottom_text {
    position: static;
    font-size: 5vw;
    writing-mode: initial;
    letter-spacing: initial;
    line-height: initial;
    text-align: center;
    margin-bottom: 10vw;
  }
  .sec01 .bottom_imagebox .bottom_text::before {
    left: 19vw;
    top: 37vw;
    width: 50vw;
    height: 16vw;
  }
}/*# sourceMappingURL=doctor_1.css.map */