.main_image {
  position: relative;
  height: 522px;
  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;
  text-align: center;
  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: 36%;
  bottom: -60%;
  transform: translateY(-50%);
  width: 259px;
  height: 21px;
  background: url(/images/common/line.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;
  }
}

@media screen and (min-width: 1281px) {
  .main_image {
    position: relative;
    text-align: center;
    height: 516px;
    background: url(/images/doctor/key.webp) no-repeat center center;
    background-size: cover;
    position: relative;
    z-index: 1;
  }
  .main_image .inner {
    width: 1025px;
    max-width: 100%;
    padding: 0 20px 0;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .main_image::before {
    position: absolute;
    content: "";
    background: url(/images/common/nami.webp) no-repeat center bottom;
    background-size: 100% auto;
    width: 102%;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    z-index: -1;
  }
}
.sec01 {
  margin-bottom: 100px;
  overflow: hidden;
}
.sec01 .sec_body {
  padding: 0;
}
.sec01 .messagebox {
  position: relative;
  margin-bottom: 125px;
  background-color: #FAF5EC;
  padding: 0 90px;
}
.sec01 .messagebox .first_box {
  margin-bottom: 150px;
  max-width: 100%;
}
.sec01 .messagebox .first_box .flexbox {
  justify-content: space-between;
  position: relative;
  padding-top: 77px;
}
.sec01 .messagebox .first_box .first_left {
  width: 33%;
  letter-spacing: 0.35em;
  width: 100%;
}
.sec01 .messagebox .first_box .first_left .message_title {
  font-size: 24px;
  color: #4A924F;
  margin-bottom: 40px;
}
.sec01 .messagebox .first_box .first_left .message_text {
  font-size: 24px;
  line-height: 1.8;
}
.sec01 .messagebox .first_box .first_left .message_text .green {
  color: #22B073;
}
.sec01 .messagebox .first_box .first_left .message_text .blue {
  color: #29A6DD;
}
.sec01 .messagebox .first_box .first_left .message_text .white {
  color: #fff;
  position: relative;
  z-index: 1;
}
.sec01 .messagebox .first_box .first_left .message_text .white::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 149px;
  height: 33px;
  z-index: -1;
  background: url(/images/doctor/highlight.webp) center/contain no-repeat;
}
.sec01 .messagebox .first_box .first_middle {
  width: 33%;
  position: absolute;
  top: -20%;
  right: 45%;
  transform: translateX(50%);
}
.sec01 .messagebox .first_box .first_middle .imagebox {
  position: relative;
  max-width: 100%;
  text-align: center;
}
.sec01 .messagebox .first_box .first_middle .imagebox::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -90px;
  transform: translateY(-50%);
  width: 149px;
  height: 141px;
  background: url(/images/doctor/kazari01.png) center/contain no-repeat;
}
.sec01 .messagebox .first_box .first_middle .imagebox::after {
  content: "";
  position: absolute;
  left: -40px;
  top: 50px;
  transform: translateY(-50%);
  width: 125px;
  height: 111px;
  background: url(/images/doctor/kazari02.webp) center/contain no-repeat;
}
.sec01 .messagebox .first_box .first_right {
  width: 33%;
}
.sec01 .messagebox .first_box .first_right .textbox {
  font-size: 30px;
  text-align: center;
  margin: 0 auto;
  width: 100%;
}
.sec01 .messagebox .first_box .first_right .textbox .small {
  font-size: 24px;
}
.sec01 .messagebox .first_box .first_right .imagebox {
  margin: 0 auto;
  max-width: 65%;
}
.sec01 .messagebox .second_box {
  margin: 0 auto;
  padding-bottom: 22px;
}
.sec01 .messagebox .second_box .imagebox {
  margin-right: 50px;
  position: relative;
}
.sec01 .messagebox .second_box .image01::before {
  content: "";
  position: absolute;
  right: -10px;
  bottom: 0;
  width: 83px;
  height: 68px;
  background: url(/images/doctor/kazari04.webp) center/contain no-repeat;
}
.sec01 .messagebox .second_box .image02::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 78px;
  height: 52px;
  background: url(/images/doctor/kazari05.webp) center/contain no-repeat;
}
.sec01 .messagebox .second_box .image03::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 128px;
  height: 73px;
  background: url(/images/doctor/kazari06.webp) center/contain no-repeat;
}
.sec01 .messagebox .second_box .flexbox {
  margin-bottom: 100px;
}
.sec01 .messagebox .second_box .flex2 {
  flex-direction: row-reverse;
}
.sec01 .messagebox .second_box .flex2 .imagebox {
  margin-left: 50px;
  margin-right: initial;
}
.sec01 .messagebox .third_box {
  padding-bottom: 22px;
}
.sec01 .career_box {
  display: flex;
  border-top: 2px dashed #4A924F;
  padding: 33px 0;
  justify-content: center;
  margin-bottom: 55px;
}
.sec01 .career_box .career_left {
  margin-right: 50px;
}
.sec01 .career_box .career_left .row {
  display: flex;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
}
.sec01 .career_box .career_left .row .term {
  padding-right: 30px;
}
.sec01 .career_box .career_right .item {
  margin-bottom: 10px;
  letter-spacing: 0.05em;
}
.sec01 .career_box .career_title {
  font-size: 24px;
  color: #4A924F;
  margin-bottom: 60px;
}
.sec01 .bottom_imagebox {
  position: relative;
  margin-bottom: 200px;
}
.sec01 .bottom_imagebox .bottom_image {
  text-align: center;
}
.sec01 .bottom_imagebox .bottom_text {
  position: absolute;
  bottom: -20%;
  right: 0;
  width: 617px;
  max-width: 100%;
}
@media screen and (max-width: 1150px) and (min-width: 768px) {
  .sec01 .messagebox {
    padding: 10px;
  }
  .sec01 .messagebox .first_box .first_middle .imagebox::before {
    width: 109px;
    height: 101px;
  }
  .sec01 .messagebox .first_box .first_middle .imagebox::after {
    width: 85px;
    height: 71px;
  }
}
@media screen and (max-width: 767px) {
  .sec01 {
    margin-bottom: initial;
  }
  .sec01 .messagebox {
    padding: 5vw;
    margin-bottom: 10vw;
  }
  .sec01 .messagebox .first_box {
    margin-bottom: 15vw;
  }
  .sec01 .messagebox .first_box .flexbox {
    padding-top: 10vw;
  }
  .sec01 .messagebox .first_box .first_left .message_title {
    font-size: 5vw;
    margin-bottom: 5vw;
  }
  .sec01 .messagebox .first_box .first_left .message_text {
    font-size: 5vw;
    margin-bottom: 10vw;
  }
  .sec01 .messagebox .first_box .first_left .message_text .white::before {
    bottom: -1.5vw;
    width: 33vw;
    height: 8vw;
  }
  .sec01 .messagebox .first_box .first_middle {
    position: static;
    width: 80%;
    transform: initial;
    margin: 0 auto;
  }
  .sec01 .messagebox .first_box .first_middle .imagebox::after {
    width: 22vw;
    height: 20vw;
    left: -5vw;
    top: 10vw;
  }
  .sec01 .messagebox .first_box .first_middle .imagebox::before {
    width: 30vw;
    height: 28vw;
    bottom: -20vw;
    right: -10vw;
  }
  .sec01 .messagebox .first_box .first_right {
    width: 100%;
  }
  .sec01 .messagebox .first_box .first_right .textbox {
    font-size: 5vw;
  }
  .sec01 .messagebox .first_box .first_right .textbox .small {
    font-size: 4.5vw;
  }
  .sec01 .messagebox .first_box .first_right .imagbox {
    width: 70%;
  }
  .sec01 .messagebox .second_box .flexbox {
    margin-bottom: 10vw;
  }
  .sec01 .messagebox .second_box .flex2 .imagebox {
    margin-left: initial;
    width: 80%;
    margin: 0 auto;
    padding-bottom: 5vw;
  }
  .sec01 .messagebox .second_box .image01::before {
    right: 0;
    width: 20vw;
    height: 17vw;
  }
  .sec01 .messagebox .second_box .image02::before {
    width: 20vw;
    height: 14vw;
  }
  .sec01 .messagebox .second_box .image03::before {
    width: 24vw;
    height: 14vw;
  }
  .sec01 .career_box {
    display: block;
    margin-bottom: 13.5vw;
    padding: initial;
  }
  .sec01 .career_box .career_title {
    font-size: 5vw;
    margin-bottom: 5vw;
    margin-top: 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;
    min-width: 15vw;
  }
  .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;
    width: 100%;
    height: auto;
    top: -6vw;
    z-index: -1;
    margin-bottom: 13.8vw;
  }
  .sec01 .bottom_imagebox .bottom_image img {
    min-width: 100%;
  }
  .sec01 .bottom_imagebox .bottom_text {
    position: absolute;
    text-align: center;
    margin-bottom: 10vw;
    bottom: -38vw;
  }
  .sec01 .bottom_imagebox .bottom_text::before {
    left: 19vw;
    top: 37vw;
    width: 50vw;
    height: 16vw;
  }
}/*# sourceMappingURL=doctor.css.map */