.main_image {
  position: relative;
  /* .kazari01 {
      position: absolute;
      left: -10px;
      top: -10px;
      width: 586px;
      height: 358px;
      background: url(/images01/common/key_kazari01.webp) center /contain no-repeat;
  }

  .kazari02 {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 563px;
      height: 251px;
      background: url(/images01/common/key_kazari02.webp) left bottom /contain no-repeat;
  }

  .kazari03 {
      position: absolute;
      right: -10px;
      bottom: -10px;
      width: 301px;
      height: 270px;
      background: url(/images01/common/key_kazari03.webp) right bottom /contain no-repeat;
  } */
}
.main_image .inner {
  width: 1280px;
  max-width: 100%;
  height: 150px;
  padding: 70px 60px 0;
  margin: 0 auto;
  box-sizing: border-box;
}
.main_image .inner:before {
  content: "";
  position: absolute;
  z-index: -2;
  top: 160px;
  right: 1090px;
  width: 2000px;
  height: 536px;
  background: linear-gradient(#f5f1ed, #fff);
}
.main_image .inner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 905px;
  width: calc(100vw - 905px);
  height: 803px;
  background: linear-gradient(#f5f1ed, #fff);
}
.main_image .text {
  position: relative;
  z-index: 2;
  padding-left: 0;
  font-family: "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 33px;
  letter-spacing: 0.2em;
  text-shadow: 0 0 5px #fff;
}
.main_image .text:before {
  content: "MEDICAL";
  position: absolute;
  left: 0;
  top: -40px;
  font-family: initial;
  font-size: 20px;
  letter-spacing: 0.2em;
  color: #736357;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .main_image .inner:before {
    right: initial;
    left: 0;
    width: 206px;
    height: 536px;
    margin-left: -10px;
    background: linear-gradient(#f5f1ed, #fff);
  }
  .main_image .inner:after {
    top: 0;
    left: initial;
    right: 78px;
    width: 29.46vw;
    height: 803px;
    margin-right: -79px;
    background: linear-gradient(#f5f1ed, #fff);
  }
}
@media screen and (max-width: 767px) {
  .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;
    }
    .kazari02 {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 80vw;
        height: 25.8vw;
        background: url(/images01/common/key_kazari02.webp) left bottom /contain no-repeat;
    }
    .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;
    } */
  }
  .main_image .inner {
    padding: 0 3vw;
    height: initial;
    margin-bottom: 4.2vw;
  }
  .main_image .inner:before {
    display: none;
  }
  .main_image .inner:after {
    content: "";
    position: absolute;
    top: 0;
    left: 39.8vw;
    width: 60.33vw;
    height: 116.13vw;
    background: linear-gradient(#f5f1ed, #fff);
  }
  .main_image .text {
    padding-top: 8vw;
    font-size: 5.8vw;
  }
  .main_image .text:before {
    left: 0vw;
    top: 2vw;
    font-size: 4vw;
  }
}

.lead_sec {
  position: relative;
}
.lead_sec::after {
  content: "";
  position: absolute;
  z-index: 2;
  right: 43px;
  top: 38px;
  width: 769px;
  height: 513px;
  background: url(/images/surgery/lead_sec_bg.webp) center/contain no-repeat;
}
.lead_sec .sec_title {
  position: relative;
}
@media screen and (max-width: 767px) {
  .lead_sec {
    padding: 13.8vw 5.5vw 0;
  }
  .lead_sec::after {
    content: "";
    position: absolute;
    z-index: 0;
    right: 4vw;
    bottom: initial;
    top: 0;
    width: 90.66vw;
    height: 60.53vw;
    background: url(/images/surgery/lead_sec_bg_sp.webp) center/contain no-repeat;
  }
  .lead_sec .sec_title {
    margin-top: 50.53vw;
    margin-bottom: 4.2vw;
    margin-left: initial;
    font-size: 5.3vw;
  }
  .lead_sec .sec_text {
    width: 100%;
    max-width: 100%;
    margin-left: initial;
  }
  .lead_sec .flex_box {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  .lead_sec .list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-bottom: 12vw;
  }
  .lead_sec .item {
    width: 73.33vw;
    height: 14.13vw;
    margin-right: initial;
    margin-bottom: 4vw;
  }
  .lead_sec .item img {
    width: 100%;
    height: 100%;
  }
}

.sec01 {
  padding-bottom: 100px;
}
.sec01 .upper_box {
  position: relative;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0 auto 50px;
}
.sec01 .upper_box .list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 45px;
}
.sec01 .upper_box .item {
  width: 339px;
  max-width: 33%;
  padding: 45px 40px;
  background-color: #f5f1ed;
  margin-bottom: 35px;
  box-sizing: border-box;
}
.sec01 .upper_box .item.item:nth-of-type(3n-1),
.sec01 .upper_box .item.item:nth-of-type(3n-2) {
  margin-right: 35px;
}
.sec01 .upper_box .item_title {
  height: 3em;
  font-size: 25px;
  text-align: center;
  margin-bottom: 20px;
}
.sec01 .upper_box .item_img {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  height: 81px;
}
.sec01 .upper_box .item_img img {
  width: auto;
  height: 100%;
}
.sec01 .sec_text {
  width: 837px;
  max-width: 100%;
  margin: 0 auto 50px;
}
@media screen and (max-width: 1191px) and (min-width: 768px) {
  .sec01 .upper_box .item {
    width: 339px;
    max-width: 25%;
    padding: 45px 25px;
    background-color: #f5f1ed;
    border-radius: 20px;
    margin-bottom: 25px;
  }
  .sec01 .upper_box .item.item:nth-of-type(3n-1),
  .sec01 .upper_box .item.item:nth-of-type(3n-2) {
    margin-right: 25px;
  }
}
@media screen and (max-width: 949px) and (min-width: 768px) {
  .sec01 .upper_box .item {
    width: 339px;
    max-width: 39%;
    padding: 45px 25px;
    background-color: #f5f1ed;
    border-radius: 20px;
    margin-bottom: 25px;
  }
  .sec01 .upper_box .item.item:nth-of-type(3n-1),
  .sec01 .upper_box .item.item:nth-of-type(3n-2) {
    margin-right: initial;
  }
  .sec01 .upper_box .item.item:nth-of-type(2n-1) {
    margin-right: 25px;
  }
}
@media screen and (max-width: 767px) {
  .sec01 {
    padding-bottom: 13.8vw;
  }
  .sec01 .upper_box {
    position: relative;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0 auto 13.8vw;
  }
  .sec01 .upper_box .list {
    display: block;
    margin-bottom: initial;
  }
  .sec01 .upper_box .item {
    width: 100%;
    max-width: 100%;
    padding: 4.2vw;
    margin-bottom: 4.2vw;
  }
  .sec01 .upper_box .item.item:nth-of-type(3n-1),
  .sec01 .upper_box .item.item:nth-of-type(3n-2) {
    margin-right: initial;
  }
  .sec01 .upper_box .item_title {
    height: initial;
    font-size: 4.8vw;
    text-align: center;
    margin-bottom: 4.2vw;
  }
  .sec01 .upper_box .item_img {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 4.2vw;
    height: 21.6vw;
  }
  .sec01 .upper_box .item_img img {
    width: auto;
    height: 100%;
  }
  .sec01 .upper_box .item_text {
    letter-spacing: 0.01em;
  }
  .sec01 .sec_text {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 4.8vw;
  }
}

.sec02 {
  padding-bottom: 100px;
}
.sec02 .sec_text {
  width: 837px;
  max-width: 100%;
  margin: 0 auto 50px;
}
.sec02 .cont_image {
  width: 313px;
  min-width: 38%;
  max-width: 38%;
}
.sec02 .cont_image img {
  width: 100%;
  height: 100%;
}
.sec02 .cont01 .textbox {
  margin-right: 50px;
}
.sec02 .cont02 {
  flex-direction: row-reverse;
}
.sec02 .cont02 .textbox {
  margin-left: 50px;
}
@media screen and (max-width: 767px) {
  .sec02 {
    padding-bottom: 13.8vw;
  }
  .sec02 .sec_text {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 4.8vw;
  }
  .sec02 .cont {
    padding: 0;
  }
  .sec02 .cont:not(:last-of-type) {
    margin-bottom: 13.8vw;
  }
  .sec02 .textbox {
    max-width: 100%;
  }
  .sec02 .cont_title {
    padding-bottom: initial;
    border-bottom: initial;
  }
  .sec02 .cont_image {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
  .sec02 .cont_image img {
    width: 100%;
    height: 100%;
  }
  .sec02 .cont01 .textbox {
    margin-right: initial;
  }
  .sec02 .cont02 {
    flex-direction: row-reverse;
  }
  .sec02 .cont02 .textbox {
    margin-left: initial;
  }
}

.sec03 {
  padding-bottom: 100px;
}
.sec03 .cont_image {
  width: 500px;
  max-width: 48%;
}
.sec03 .cont_image img {
  width: 100%;
  height: 100%;
}
.sec03 .cont01 {
  margin-bottom: 130px;
}
.sec03 .cont01 .textbox {
  margin-right: 60px;
}
.sec03 .cont01 .imagebox {
  width: 500px;
  min-width: 48%;
  max-width: 48%;
  position: relative;
}
.sec03 .cont01 .circle_text01 {
  position: absolute;
  bottom: -50px;
  left: 20px;
  width: 160px;
  height: 160px;
  background: url(/images/surgery/bg_circle.webp) center/contain no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
}
.sec03 .cont01 .circle_text02 {
  position: absolute;
  bottom: -50px;
  left: 200px;
  width: 160px;
  height: 160px;
  background: url(/images/surgery/bg_circle.webp) center/contain no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
}
.sec03 .cont01 .circle_text03 {
  position: absolute;
  bottom: -50px;
  left: 380px;
  width: 160px;
  height: 160px;
  background: url(/images/surgery/bg_circle.webp) center/contain no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
}
.sec03 .cont01 .cont_image {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}
.sec03 .cont01 .cont_image img {
  width: 100%;
  height: 100%;
}
.sec03 .upper_box {
  width: 100%;
  background-color: #f5f1ed;
  padding: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  margin-bottom: 60px;
}
.sec03 .upper_box .box_image {
  width: 300px;
  max-width: 30%;
  min-width: 30%;
}
.sec03 .upper_box .textbox {
  margin-left: 50px;
}
.sec03 .upper_box .sub_title {
  margin-bottom: 15px;
  text-align: center;
}
.sec03 .upper_box .title {
  margin-bottom: 40px;
  font-size: 24px;
  text-align: center;
}
.sec03 .lower_box {
  width: 100%;
  background-color: #f5f1ed;
  padding: 65px 65px 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
.sec03 .lower_box .box_image {
  width: 300px;
  max-width: 30%;
  min-width: 30%;
}
.sec03 .lower_box .textbox {
  margin-left: 50px;
}
.sec03 .lower_box .sub_title {
  margin-bottom: 15px;
  text-align: center;
}
.sec03 .lower_box .title {
  margin-bottom: 40px;
  font-size: 24px;
  text-align: center;
}
.sec03 .flexbox {
  width: 100%;
  background-color: #f5f1ed;
  padding: 0 0 65px;
}
@media screen and (max-width: 1280px) and (min-width: 951px) {
  .sec03 .cont01 .imagebox {
    position: relative;
  }
  .sec03 .cont01 .circle_text01 {
    position: absolute;
    bottom: -50px;
    left: 1.56vw;
    width: 12.5vw;
    height: 12.5vw;
  }
  .sec03 .cont01 .circle_text02 {
    position: absolute;
    bottom: -50px;
    left: 15.62vw;
    width: 12.5vw;
    height: 12.5vw;
  }
  .sec03 .cont01 .circle_text03 {
    position: absolute;
    bottom: -50px;
    left: 29.68vw;
    width: 12.5vw;
    height: 12.5vw;
  }
}
@media screen and (max-width: 950px) and (min-width: 768px) {
  .sec03 .cont01 .imagebox {
    position: relative;
  }
  .sec03 .cont01 .circle_text01 {
    position: absolute;
    bottom: -50px;
    left: 1.56vw;
    width: 12.5vw;
    height: 12.5vw;
    font-size: 2vw;
  }
  .sec03 .cont01 .circle_text02 {
    position: absolute;
    bottom: -50px;
    left: 15.62vw;
    width: 12.5vw;
    height: 12.5vw;
    font-size: 2vw;
  }
  .sec03 .cont01 .circle_text03 {
    position: absolute;
    bottom: -50px;
    left: 29.68vw;
    width: 12.5vw;
    height: 12.5vw;
    font-size: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .sec03 {
    padding-bottom: 13.8vw;
  }
  .sec03 .cont01 {
    margin-bottom: 4.2vw;
  }
  .sec03 .cont01 .textbox {
    margin-right: initial;
  }
  .sec03 .cont01 .imagebox {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    position: relative;
    margin-bottom: 8.8vw;
  }
  .sec03 .cont01 .circle_text01 {
    position: absolute;
    bottom: -5.33vw;
    left: 1.56vw;
    width: 26.66vw;
    height: 26.66vw;
    font-size: 3.7vw;
  }
  .sec03 .cont01 .circle_text02 {
    position: absolute;
    bottom: -5.33vw;
    left: 29.33vw;
    width: 26.66vw;
    height: 26.66vw;
    font-size: 3.7vw;
  }
  .sec03 .cont01 .circle_text03 {
    position: absolute;
    bottom: -5.33vw;
    left: 58.66vw;
    width: 26.66vw;
    height: 26.66vw;
    font-size: 3.7vw;
  }
  .sec03 .upper_box {
    width: 100%;
    padding: 5.5vw;
    display: block;
    margin-bottom: 5.3vw;
  }
  .sec03 .upper_box .box_image {
    width: 100%;
    max-width: 100%;
    margin-bottom: 4.2vw;
  }
  .sec03 .upper_box .box_image img {
    width: 100%;
    height: 100%;
  }
  .sec03 .upper_box .textbox {
    margin-left: initial;
  }
  .sec03 .upper_box .sub_title {
    font-size: 3.7vw;
    margin-bottom: 2vw;
    text-align: center;
  }
  .sec03 .upper_box .title {
    font-size: 4.8vw;
    margin-bottom: 4.2vw;
    font-size: 4.8vw;
    text-align: center;
  }
  .sec03 .lower_box {
    width: 100%;
    padding: 5.5vw;
    display: block;
  }
  .sec03 .lower_box .box_image {
    width: 100%;
    max-width: 100%;
    margin-bottom: 4.2vw;
  }
  .sec03 .lower_box .box_image img {
    width: 100%;
    height: 100%;
  }
  .sec03 .lower_box .textbox {
    margin-left: initial;
  }
  .sec03 .lower_box .sub_title {
    font-size: 3.7vw;
    margin-bottom: 2vw;
    text-align: center;
  }
  .sec03 .lower_box .title {
    font-size: 4.8vw;
    margin-bottom: 4.2vw;
    font-size: 4.8vw;
    text-align: center;
  }
  .sec03 .flexbox {
    width: 100%;
    padding: 5.5vw 0;
    box-sizing: border-box;
  }
  .sec03 .flexbox .about_btn {
    margin: 0 auto;
  }
}

.sec04 {
  padding-bottom: 100px;
}
.sec04 .box {
  width: 100%;
  max-width: 100%;
  padding: 45px 50px;
  box-sizing: border-box;
  margin: 0 auto;
}
.sec04 .box .sub_title {
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 20px;
}
.sec04 .box .title {
  font-size: 24px;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 30px;
}
.sec04 .box .hr_style {
  width: 100%;
  border: solid 1px #998675;
}
.sec04 .box .box {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.sec04 .box .box_img {
  width: 37%;
  max-width: 360px;
  text-align: center;
}
.sec04 .box .box_text {
  width: 63%;
  margin-right: 50px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .sec04 {
    padding-bottom: 13.8vw;
  }
  .sec04 .box {
    width: 100%;
    max-width: 100%;
    padding: initial;
    margin: 0 auto 13.8vw;
  }
  .sec04 .box .sub_title {
    font-size: 4vw;
    letter-spacing: 0.01em;
    margin-bottom: 4.2vw;
  }
  .sec04 .box .title {
    font-size: 4.8vw;
    letter-spacing: 0.01em;
    margin-bottom: 4.2vw;
  }
  .sec04 .box .hr_style {
    width: 100%;
    margin-bottom: 4.2vw;
  }
  .sec04 .box .box {
    display: block;
  }
  .sec04 .box .box_img {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin: 0 auto 4.2vw;
  }
  .sec04 .box .box_img img {
    width: 100%;
    height: 100%;
  }
  .sec04 .box .box_text {
    width: 100%;
    margin-left: initial;
    box-sizing: border-box;
  }
}/*# sourceMappingURL=surgery.css.map */