.mainimagebox {
  margin-bottom: 100px;
  max-width: 1440px;
  margin: 0 auto 30px;
}
@media screen and (min-width: 1441px) {
  .mainimagebox {
    max-width: initial;
    transform-origin: top center;
    transform: scale(0.0694444444vw);
  }
  .mainimagebox .main_image {
    max-width: initial;
    padding-top: 20vw;
  }
  .mainimagebox .main_image .inner {
    width: initial;
  }
  .mainimagebox .main_image .text {
    font-size: 3vw;
  }
}
@media screen and (max-width: 768px) {
  .mainimagebox {
    padding-top: 10vw;
    margin-bottom: 10vw;
    padding: 0;
    max-width: 100%;
    margin: 0 auto;
  }
}

.main_image {
  position: relative;
  margin: 0 auto;
  padding-top: 300px;
  box-sizing: border-box;
  background: url(/images/doctors/doctors_key.webp) center top/cover no-repeat;
  overflow: hidden;
  max-width: 1442px;
  aspect-ratio: 1442/641;
}
.main_image .inner {
  width: 1025px;
  max-width: 100%;
  padding: 0 0 0 80px;
  margin: 0 0 auto;
  box-sizing: border-box;
}
.main_image .text {
  position: relative;
  z-index: 5;
  font-size: 34px;
  letter-spacing: 0.2em;
  text-align: left;
  color: #fff;
  font-weight: bold;
  font-family: serif;
  text-shadow: 0 0px 14px rgb(68, 68, 68);
  line-height: 1.5;
}
.main_image .sub_text {
  text-align: left;
  width: 32.7%;
  font-size: 43px;
  font-weight: 300;
  color: #fff;
  text-shadow: 0 0px 14px rgb(68, 68, 68);
}
@media screen and (max-width: 1279px) and (min-width: 769px) {
  .main_image {
    min-width: 1280px;
    padding-top: 300px;
    transform-origin: top center;
    transform: scale(0.0694444444vw);
  }
}
@media screen and (max-width: 768px) {
  .main_image {
    position: relative;
    width: initial;
    height: 80vw;
    padding-top: 40vw;
    box-sizing: border-box;
    background: url(/images/doctors/doctors_key.webp) 80% top/cover no-repeat;
    overflow: hidden;
    aspect-ratio: initial;
  }
  .main_image .inner {
    padding: 0 2.7vw;
  }
  .main_image .text {
    text-align: left;
    font-size: 5.8vw;
    padding-left: initial;
  }
  .main_image .sub_text {
    width: 60%;
    letter-spacing: 0.06em;
    color: #fff;
    font-size: 3.6vw;
    text-shadow: 0 0px 14px rgb(68, 68, 68);
  }
}

.sec01 {
  margin-bottom: 240px;
}
.sec01 .inner {
  padding: 0 80px;
}
.sec01 .sec_title {
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 34px;
  font-weight: bold;
  font-family: serif;
  margin-bottom: 155px;
}
.sec01 .cont01 {
  margin-bottom: 45px;
}
.sec01 .cont01 .flexbox {
  -moz-column-gap: 70px;
       column-gap: 70px;
  margin-bottom: 55px;
  align-items: flex-start;
}
.sec01 .cont01 .imagebox {
  width: 60.2%;
}
.sec01 .cont01 .textbox {
  width: 100%;
}
.sec01 .cont01 .box_header {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 2px solid #E84E87;
}
.sec01 .cont01 .box_header::after {
  content: "";
  position: absolute;
  width: 604px;
  height: 335px;
  right: -30px;
  top: -60px;
  z-index: -1;
  background: url(/images/doctors/pink_sankaku.webp) center/contain no-repeat;
}
.sec01 .cont01 .name_top {
  font-weight: bold;
  font-family: serif;
  font-size: 20px;
}
.sec01 .cont01 .name {
  font-size: 28px;
  font-weight: bold;
  font-family: serif;
}
.sec01 .cont01 .name span {
  color: #E84E87;
  font-weight: bold;
  font-family: "Noto Sans JP";
  font-weight: 500;
  padding-left: 45px;
}
.sec01 .cont01 .box_text {
  line-height: 2.5;
}
.sec01 .cont01 .bottom_text {
  line-height: 2.5;
}
.sec01 .cont02 {
  background-color: #FBF2F0;
  max-width: 1200px;
  margin: 0 auto;
}
.sec01 .cont02 .flexbox {
  padding: 40px 35px 55px;
  -moz-column-gap: 30px;
       column-gap: 30px;
  align-items: flex-start;
}
.sec01 .cont02 .right, .sec01 .cont02 .left {
  width: 550px;
}
.sec01 .cont02 .box:nth-of-type(1) {
  margin-bottom: 40px;
}
.sec01 .cont02 .box_title {
  text-align: center;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 2px solid #E84E87;
  font-family: serif;
  font-weight: bold;
  font-size: 22px;
}
.sec01 .cont02 .box_flex {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 20px;
       column-gap: 20px;
  margin-bottom: 10px;
}
.sec01 .cont02 .box_flex:last-of-type {
  margin-bottom: 0;
}
.sec01 .cont02 .year, .sec01 .cont02 .text {
  font-size: 18px;
}
.sec01 .cont02 .big {
  font-size: 18px;
}
.sec01 .cont02 .gridbox {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media screen and (max-width: 768px) {
  .sec01 {
    margin-bottom: 13.8vw;
  }
  .sec01 .inner {
    padding: 0 5vw;
  }
  .sec01 .sec_title {
    font-size: 5vw;
    margin-bottom: 8vw;
  }
  .sec01 .cont01 {
    margin-bottom: 10vw;
  }
  .sec01 .cont01 .flexbox {
    flex-direction: column;
    margin-bottom: 5vw;
    -moz-column-gap: 0;
         column-gap: 0;
    align-items: flex-start;
  }
  .sec01 .cont01 .imagebox {
    width: 60.2%;
    margin: 0 auto;
  }
  .sec01 .cont01 .textbox {
    width: 100%;
  }
  .sec01 .cont01 .box_header {
    position: relative;
    padding-bottom: 3vw;
    margin-bottom: 3vw;
  }
  .sec01 .cont01 .box_header::after {
    content: "";
    position: absolute;
    width: 100vw;
    height: 89.3vw;
    right: -5vw;
    top: -88vw;
    z-index: -1;
    background: url(/images/doctors/pink_sankaku.webp) center/contain no-repeat;
  }
  .sec01 .cont01 .name_top {
    font-size: 4.5vw;
  }
  .sec01 .cont01 .name {
    font-size: 5vw;
  }
  .sec01 .cont01 .name span {
    color: #E84E87;
    padding-left: 5vw;
  }
  .sec01 .cont01 .box_text {
    line-height: 2.5;
  }
  .sec01 .cont01 .bottom_text {
    line-height: 2.5;
  }
  .sec01 .cont02 {
    background-color: #FBF2F0;
    max-width: initial;
    margin: 0 auto;
  }
  .sec01 .cont02 .flexbox {
    flex-direction: column;
    padding: 8vw 3vw;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 0;
    align-items: flex-start;
  }
  .sec01 .cont02 .right, .sec01 .cont02 .left {
    width: initial;
  }
  .sec01 .cont02 .box:nth-of-type(1) {
    margin-bottom: 10vw;
  }
  .sec01 .cont02 .box_title {
    text-align: center;
    padding-bottom: 3vw;
    margin-bottom: 3vw;
    border-bottom: 2px solid #E84E87;
    font-family: serif;
    font-weight: bold;
    font-size: 5vw;
  }
  .sec01 .cont02 .box_flex {
    display: flex;
    align-items: flex-start;
    -moz-column-gap: 3vw;
         column-gap: 3vw;
    margin-bottom: 3vw;
  }
  .sec01 .cont02 .box_flex:last-of-type {
    margin-bottom: 0;
  }
  .sec01 .cont02 .year, .sec01 .cont02 .text {
    font-size: 4vw;
  }
  .sec01 .cont02 .year {
    width: 20%;
  }
  .sec01 .cont02 .text {
    width: 75%;
  }
  .sec01 .cont02 .big {
    font-size: 4vw;
  }
  .sec01 .cont02 .gridbox {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.sec02 {
  margin-bottom: 200px;
}
.sec02 .inner {
  padding: 0 80px;
}
.sec02 .flexbox {
  -moz-column-gap: 70px;
       column-gap: 70px;
  margin-bottom: 165px;
  align-items: flex-start;
}
.sec02 .imagebox {
  width: 100%;
}
.sec02 .textbox {
  width: 100%;
}
.sec02 .box_header {
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 2px solid #3881B6;
}
.sec02 .box_header::after {
  content: "";
  position: absolute;
  width: 483px;
  height: 268px;
  right: -30px;
  top: -60px;
  z-index: -1;
  background: url(/images/doctors/blue_sankaku.webp) center/contain no-repeat;
}
.sec02 .name_top {
  font-weight: bold;
  font-family: serif;
  font-size: 20px;
}
.sec02 .name {
  font-size: 28px;
  font-weight: bold;
  font-family: serif;
}
.sec02 .name span {
  color: #3881B6;
  font-weight: bold;
  font-family: "Noto Sans JP";
  font-weight: 500;
  padding-left: 45px;
}
.sec02 .box_text {
  line-height: 2.5;
}
.sec02 .bottom_text {
  line-height: 2.5;
}
.sec02 .flexbox2 {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 35px;
       column-gap: 35px;
  padding: 25px 30px;
  min-height: 276px;
}
.sec02 .box {
  background-color: #E3F1F4;
}
.sec02 .left, .sec02 .right {
  width: 339px;
}
.sec02 .box:nth-of-type(1) {
  margin-bottom: 40px;
}
.sec02 .box_title {
  text-align: center;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 2px solid #3881B6;
  font-family: serif;
  font-weight: bold;
  font-size: 22px;
}
.sec02 .box_text {
  font-size: 18px;
}
.sec02 .box_flex {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 20px;
       column-gap: 20px;
  margin-bottom: 10px;
}
.sec02 .box_flex:last-of-type {
  margin-bottom: 0;
}
.sec02 .year, .sec02 .text {
  font-size: 18px;
}
.sec02 .year span, .sec02 .text span {
  color: #E84E87;
}
@media screen and (max-width: 768px) {
  .sec02 {
    margin-bottom: 13.8vw;
  }
  .sec02 .inner {
    padding: 0 5vw;
  }
  .sec02 .flexbox {
    -moz-column-gap: 0;
         column-gap: 0;
    flex-direction: column;
    margin-bottom: 10vw;
    align-items: flex-start;
  }
  .sec02 .imagebox {
    width: 60%;
    margin: 0 auto 3vw;
  }
  .sec02 .textbox {
    width: 100%;
  }
  .sec02 .box_header {
    position: relative;
    padding-bottom: 3vw;
    margin-bottom: 5vw;
    border-bottom: 2px solid #3881B6;
  }
  .sec02 .box_header::after {
    content: "";
    position: absolute;
    width: 100vw;
    height: 71vw;
    right: -5vw;
    top: -16vw;
    z-index: -1;
    background: url(/images/doctors/blue_sankaku.webp) center/contain no-repeat;
  }
  .sec02 .name_top {
    font-weight: bold;
    font-family: serif;
    font-size: 4.5vw;
  }
  .sec02 .name {
    font-size: 5vw;
    font-weight: bold;
    font-family: serif;
  }
  .sec02 .name span {
    color: #3881B6;
    font-weight: bold;
    font-family: "Noto Sans JP";
    font-weight: 500;
    padding-left: 5vw;
  }
  .sec02 .box_text {
    line-height: 2.5;
  }
  .sec02 .bottom_text {
    line-height: 2.5;
  }
  .sec02 .flexbox2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    -moz-column-gap: 0;
         column-gap: 0;
    padding: 8vw 3vw;
    min-height: auto;
  }
  .sec02 .box {
    background-color: #E3F1F4;
  }
  .sec02 .left, .sec02 .right {
    width: 100%;
  }
  .sec02 .box:nth-of-type(1) {
    margin-bottom: 10vw;
  }
  .sec02 .box_title {
    text-align: center;
    padding-bottom: 3vw;
    margin-bottom: 3vw;
    border-bottom: 2px solid #3881B6;
    font-family: serif;
    font-weight: bold;
    font-size: 5vw;
  }
  .sec02 .box_text {
    font-size: 4vw;
  }
  .sec02 .box_flex {
    display: flex;
    align-items: flex-start;
    -moz-column-gap: 20px;
         column-gap: 20px;
    margin-bottom: 10px;
  }
  .sec02 .box_flex:last-of-type {
    margin-bottom: 0;
  }
  .sec02 .year, .sec02 .text {
    font-size: 4vw;
  }
  .sec02 .year span, .sec02 .text span {
    color: #E84E87;
  }
}

.sec03 {
  margin-bottom: 170px;
}
.sec03 .inner {
  padding: 0;
}
.sec03 .first_visit {
  position: relative;
}
.sec03 .first_visit img {
  width: 100%;
  height: auto;
  display: block;
}
.sec03 .yellow_box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 160px);
  padding: 90px 80px 50px;
  background: rgba(190, 162, 20, 0.5);
  box-sizing: border-box;
  text-align: left;
  box-sizing: border-box;
}
.sec03 .yellow_box::after {
  content: "";
  position: absolute;
  width: 418px;
  height: 234px;
  right: 10px;
  bottom: 0;
  background: url("/images/index/sec05_kazari01.webp") center/contain no-repeat;
  pointer-events: none;
}
.sec03 .box_title {
  font-size: 40px;
  font-family: serif;
  font-weight: bold;
  color: #fff;
  margin-bottom: 30px;
  text-align: left;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.25));
  position: relative;
}
.sec03 .box_title::before {
  content: "";
  position: absolute;
  width: 655px;
  height: 168px;
  left: -40px;
  bottom: 70px;
  background: url(/images/index/first_visit.webp) center/contain no-repeat;
  filter: drop-shadow(0 0 14px rgba(0, 0, 0, 0.15));
  z-index: -1;
}
.sec03 .box_text {
  font-weight: bold;
  color: #fff;
  font-size: 22px;
  margin-bottom: 50px;
  text-align: left;
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.25));
}
.sec03 .about_link {
  text-align: center;
  width: 70%;
}
.sec03 .about_link .about_btn {
  background: #fff;
  padding: 22px 40px;
  display: inline-block;
  border: 0px;
  font-size: 22px;
  font-weight: bold;
  filter: drop-shadow(0px 4px 14px rgba(0, 0, 0, 0.25));
}
.sec03 .about_link .about_btn::before {
  width: 38px;
  height: 50px;
  right: auto;
  left: 20px;
  background: url(/images/index/wakaba.webp) center/contain no-repeat;
}
.sec03 .about_link .about_btn::after {
  content: "";
  position: absolute;
  width: 46px;
  height: 46px;
  right: auto;
  right: 10px;
  bottom: 50%;
  transform: translateY(50%);
  background: url(/images/common/yajirushi_gold.webp) center/contain no-repeat;
}
@media screen and (max-width: 768px) {
  .sec03 {
    margin-bottom: 90px;
  }
  .sec03 .first_visit img {
    width: 100%;
    height: auto;
  }
  .sec03 .yellow_box {
    width: calc(100% - 40px);
    padding: 9vw 5vw 30vw;
  }
  .sec03 .yellow_box::after {
    width: 69vw;
    height: 26.6vw;
    right: 0;
    bottom: 0;
    background: url(/images/index/sec05_kazari_sp_02.webp) center/contain no-repeat;
  }
  .sec03 .box_title {
    font-size: 7vw;
    margin-bottom: 3vw;
    text-align: center;
    letter-spacing: 0.1em;
  }
  .sec03 .box_title::before {
    width: 65vw;
    height: 16.8vw;
    left: -4vw;
    bottom: 23vw;
  }
  .sec03 .box_text {
    font-size: 4vw;
    margin-bottom: 10vw;
  }
  .sec03 .about_link {
    width: 100%;
  }
  .sec03 .about_link .about_btn {
    width: 100%;
    max-width: 100%;
    padding: 3.5vw 10vw;
    font-size: 5vw;
  }
  .sec03 .about_link .about_btn::before {
    width: 6.4vw;
    height: 8vw;
    left: 5vw;
  }
  .sec03 .about_link .about_btn::after {
    width: 8vw;
    height: 8vw;
    right: 2vw;
  }
}

.sec04 {
  padding: 0 0 60px;
  position: relative;
  background-image: linear-gradient(180deg, rgba(250, 204, 181, 0), rgba(250, 204, 181, 0.5));
  margin-bottom: 110px;
}
.sec04 .inner {
  padding: 0 60px 0 0;
}
.sec04 .recruit {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}
.sec04 .recruit_images {
  max-width: 650px;
  display: flex;
  position: relative;
  z-index: 2;
}
.sec04 .recruit_images img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec04 .recruit_content {
  position: relative;
  z-index: 2;
}
.sec04 .recruit_head {
  position: absolute;
  right: 0;
  top: -120px;
  text-align: right;
}
.sec04 .recruit_head .en {
  font-size: 48px;
  letter-spacing: 0.25em;
  color: #e89a73;
  display: block;
  font-weight: 600;
}
.sec04 .recruit_head h2 {
  font-size: 28px;
  letter-spacing: 0.15em;
}
.sec04 .catch {
  font-size: 34px;
  font-weight: bold;
  font-family: serif;
  margin-bottom: 30px;
  letter-spacing: 0.12em;
}
.sec04 .text {
  font-size: 17px;
  line-height: 2;
  margin-bottom: 40px;
}
.sec04 .about_link {
  text-align: center;
}
.sec04 .recruit_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 280px;
  height: 64px;
  border-radius: 100px;
  color: #fff;
  text-decoration: none;
  font-size: 21px;
  background-color: #F59A6B;
  margin: 0 auto;
  position: relative;
}
.sec04 .recruit_btn::after {
  content: "";
  position: absolute;
  right: 30px;
  bottom: 50%;
  transform: translateY(50%);
  width: 0;
  height: 0;
  border-left: 10px solid #fff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  margin-left: 14px;
}
@media (max-width: 768px) {
  .sec04 .inner {
    padding: 0 5vw;
  }
  .sec04 .recruit {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 0;
  }
  .sec04 .recruit_images {
    max-width: initial;
    display: flex;
    position: relative;
    z-index: 2;
  }
  .sec04 .recruit_images img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .sec04 .recruit_content {
    position: relative;
    z-index: 2;
  }
  .sec04 .recruit_head {
    position: static;
    text-align: right;
    margin-bottom: 5vw;
  }
  .sec04 .recruit_head .en {
    font-size: 6vw;
    letter-spacing: 0.25em;
    color: #e89a73;
    display: block;
    font-weight: 600;
  }
  .sec04 .recruit_head h2 {
    font-size: 5vw;
    letter-spacing: 0.15em;
  }
  .sec04 .catch {
    font-size: 5.5vw;
    font-weight: bold;
    font-family: serif;
    margin-bottom: 5vw;
    letter-spacing: 0.12em;
    text-align: center;
  }
  .sec04 .text {
    font-size: 4vw;
    line-height: 2;
    margin-bottom: 5vw;
  }
  .sec04 .about_link {
    text-align: center;
  }
  .sec04 .recruit_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 80vw;
    height: auto;
    padding: 3vw 0;
    border-radius: 100px;
    color: #fff;
    text-decoration: none;
    font-size: 5vw;
    background-color: #F59A6B;
    margin: 0 auto;
    position: relative;
  }
  .sec04 .recruit_btn::after {
    content: "";
    position: absolute;
    right: 5vw;
    bottom: 50%;
    transform: translateY(50%);
    width: 0;
    height: 0;
    border-left: 3vw solid #fff;
    border-top: 3vw solid transparent;
    border-bottom: 3vw solid transparent;
    margin-left: 0;
  }
}/*# sourceMappingURL=doctors.css.map */