.main_image {
  position: relative;
  height: 522px;
  padding-top: 195px;
  box-sizing: border-box;
  background: url(/images/surgery/surgery_key_3.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: 60vw;
    padding-top: 28.3vw;
    box-sizing: border-box;
    background: url(/images/surgery/surgery_key_3.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/surgery/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 {
  padding-bottom: 100px;
}
.sec01 .sec_body {
  padding: 0;
}
.sec01 .flexbox {
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 60px;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 20px;
}
.sec01 .flexbox .menu_box {
  width: 340px;
  padding: 35px 3px;
  background-color: #FAF5EC;
  border-radius: 20px;
  letter-spacing: 0.1em;
  height: 394px;
}
.sec01 .flexbox .menu_box .menu_title {
  font-size: 24px;
  text-align: center;
  margin-bottom: 40px;
}
.sec01 .flexbox .menu_box .textbox {
  width: 80%;
  letter-spacing: 0.1em;
  line-height: 2;
  margin: 0 auto;
}
.sec01 .flexbox .menu_box .imagebox {
  text-align: center;
  max-width: 100%;
  margin-bottom: 40px;
}
.sec01 .flexbox .menu_box .about_btn {
  margin: 0 auto;
  border-bottom: 1px solid #0071B7;
}
.sec01 .flexbox .menu_box .about_btn::before {
  position: absolute;
  background: url(/images/surgery/blue.webp) center/contain no-repeat;
}
.sec01 .first_box {
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 903px) and (min-width: 768px) {
  .sec01 .flexbox .menu_box {
    width: 274px;
    padding: 35px 2px;
  }
}
@media screen and (max-width: 767px) {
  .sec01 {
    padding-bottom: 13.8vw;
  }
  .sec01 .flexbox {
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 60px;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 5vw;
    padding-bottom: initial;
    display: flex;
    margin-bottom: 10vw;
  }
  .sec01 .flexbox .menu_box {
    width: 70vw;
    padding: 10vw 5vw;
    border-radius: 5vw;
    height: initial;
  }
  .sec01 .flexbox .menu_box .menu_title {
    font-size: 4.8vw;
    margin-bottom: 5vw;
  }
  .sec01 .flexbox .menu_box .textbox {
    width: 100%;
    font-size: 4vw;
    margin-bottom: 5vw;
  }
  .sec01 .flexbox .menu_box .imagebox {
    text-align: center;
    max-width: 60%;
    margin-bottom: 5vw;
  }
  .sec01 .flexbox .menu_box .imagebox img {
    width: initial;
    height: 28vw;
  }
  .sec01 .first_box {
    font-size: 4vw;
    text-align: left;
  }
}

.sec02 {
  margin-bottom: 100px;
}
.sec02 .sec_body {
  padding: 0;
}
.sec02 .flexbox {
  align-items: flex-start;
}
.sec02 .flexbox:nth-of-type(1) {
  margin-bottom: 185px;
}
.sec02 .textbox {
  margin-right: 60px;
}
.sec02 .textbox .box_title {
  font-size: 24px;
  font-weight: bold;
  position: relative;
  margin-bottom: 55px;
  padding-left: 50px;
  line-height: 1.7;
}
.sec02 .textbox .box_title::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  left: 0;
  bottom: 50%;
  transform: translateY(50%);
  background: url(/images/surgery/green.webp) center/contain no-repeat;
}
.sec02 .flex_reverse {
  flex-direction: row-reverse;
}
.sec02 .flex_reverse .textbox {
  margin-right: initial;
  margin-left: 60px;
}
.sec02 .flex_reverse .imagebox {
  position: relative;
}
.sec02 .flex_reverse .imagebox .circle_text01 {
  position: absolute;
  width: 185px;
  height: 185px;
  background-color: rgba(63, 164, 240, 0.3);
  top: -150px;
  left: 0;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec02 .flex_reverse .imagebox .circle_text02 {
  position: absolute;
  width: 185px;
  height: 185px;
  background-color: rgba(0, 164, 152, 0.3);
  bottom: -120px;
  right: 0;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .sec02 {
    margin-bottom: 13.8vw;
  }
  .sec02 .flexbox:nth-of-type(1) {
    margin-bottom: 23.8vw;
  }
  .sec02 .textbox {
    margin-right: initial;
  }
  .sec02 .textbox .box_title {
    font-size: 4.8vw;
    margin-bottom: 5vw;
    padding-left: 10vw;
  }
  .sec02 .textbox .box_title::before {
    width: 7vw;
    height: 7vw;
  }
  .sec02 .textbox .box_title02 {
    margin-bottom: 30vw;
  }
  .sec02 .textbox .box_text02 {
    margin-top: 20vw;
  }
  .sec02 .flex_reverse .textbox {
    margin-right: initial;
    margin-left: initial;
  }
  .sec02 .flex_reverse .imagebox .circle_text01 {
    width: 35vw;
    height: 35vw;
    top: -29vw;
    left: 0;
    border-radius: 100vw;
  }
  .sec02 .flex_reverse .imagebox .circle_text02 {
    width: 35vw;
    height: 35vw;
    bottom: -20vw;
    right: 0;
    border-radius: 100vw;
  }
}

.sec03 {
  margin-bottom: 100px;
}
.sec03 .sec_body {
  padding: 0;
}
.sec03 .flexbox {
  align-items: flex-start;
}
.sec03 .textbox {
  margin-right: 60px;
}
.sec03 .textbox .box_title {
  font-size: 23px;
  font-weight: bold;
  position: relative;
  margin-bottom: 55px;
  padding-left: 50px;
  line-height: 1.7;
}
.sec03 .textbox .box_title::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  left: 0;
  bottom: 50%;
  transform: translateY(50%);
  background: url(/images/surgery/green.webp) center/contain no-repeat;
}
.sec03 .flex_reverse {
  flex-direction: row-reverse;
}
.sec03 .flex_reverse .textbox {
  margin-right: initial;
  margin-left: 60px;
}
.sec03 .check_list_box {
  background-color: #FAF5EC;
  margin-top: 50px;
  margin-bottom: 60px;
}
.sec03 .check_list_box .list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.sec03 .check_list_box .item {
  border-bottom: 1px dashed #333631;
  padding-bottom: 20px;
}
.sec03 .check_list_box .check_list_title {
  position: relative;
  line-height: 2;
}
.sec03 .check_list_box .check_list_title .small {
  font-size: 16px;
}
.sec03 .check_list_box .check_list_title::before {
  content: "";
  position: absolute;
  top: -40px;
  left: -130px;
  background: url(/images/inlay-crown/check.webp) center/contain no-repeat;
  width: 214px;
  height: 113px;
}
.sec03 .bottom_box {
  margin-top: 60px;
  text-align: center;
}
.sec03 .bottom_box .bottom_title {
  font-size: 24px;
  border-bottom: 1px dashed #008D45;
  display: inline-block;
  padding-bottom: 10px;
  margin-bottom: 50px;
  text-align: center;
}
.sec03 .bottom_box .gridbox {
  grid-template-columns: repeat(2, 1fr);
}
.sec03 .bottom_box .gridbox .box .grid_title {
  font-size: 24px;
  margin-bottom: 30px;
}
.sec03 .bottom_box .gridbox .box .imagebox {
  max-width: 93%;
  margin: 0 auto;
  padding-bottom: 40px;
}
.sec03 .bottom_box .gridbox .box .grid_text {
  max-width: 93%;
  margin: 0 auto;
  text-align: left;
  letter-spacing: 0.1em;
  line-height: 1.7;
}
.sec03 .bottom_box .about_btn {
  margin-top: 30px;
  border-bottom: 1px solid #0071B7;
}
.sec03 .bottom_box .about_btn::before {
  background: url(/images/surgery/blue.webp) center/contain no-repeat;
}
@media screen and (max-width: 1050px) and (min-width: 768px) {
  .sec03 .check_list_box .check_list_title::before {
    content: "";
    position: absolute;
    top: -50px;
    left: 0px;
    background: url(/images/inlay-crown/check.webp) center/contain no-repeat;
    width: 164px;
    height: 73px;
  }
}
@media screen and (max-width: 767px) {
  .sec03 {
    margin-bottom: 13.8vw;
  }
  .sec03 .textbox {
    margin-right: initial;
  }
  .sec03 .textbox .box_title {
    font-size: 4.8vw;
    margin-bottom: 5vw;
    padding-left: 10vw;
  }
  .sec03 .textbox .box_title::before {
    width: 7vw;
    height: 7vw;
  }
  .sec03 .textbox .box_title02 {
    margin-bottom: 30vw;
  }
  .sec03 .textbox .box_text02 {
    margin-top: 20vw;
  }
  .sec03 .flex_reverse .textbox {
    margin-right: initial;
    margin-left: initial;
  }
  .sec03 .check_list_box {
    padding: 15vw 5vw 5vw;
    margin-bottom: 10vw;
  }
  .sec03 .check_list_box .list {
    display: block;
  }
  .sec03 .check_list_box .item {
    width: 100%;
    max-width: 100%;
    padding-bottom: 5vw;
  }
  .sec03 .check_list_box .item:not(:last-of-type) {
    margin-bottom: 10vw;
  }
  .sec03 .check_list_box .item:nth-of-type(2n-1) {
    margin-right: initial;
  }
  .sec03 .check_list_box .check_img {
    width: 7vw;
    height: 7vw;
  }
  .sec03 .check_list_box .check_list_title .small {
    font-size: 4vw;
  }
  .sec03 .check_list_box .check_list_title::before {
    top: -14vw;
    left: 9vw;
    width: 30vw;
    height: 15vw;
  }
  .sec03 .bottom_box {
    margin-top: 10vw;
  }
  .sec03 .bottom_box .bottom_title {
    font-size: 4.8vw;
    padding-bottom: 5vw;
    margin-bottom: 5vw;
  }
  .sec03 .bottom_box .gridbox {
    grid-template-columns: repeat(1, 1fr);
  }
  .sec03 .bottom_box .gridbox .box {
    letter-spacing: 0.1em;
    line-height: 2;
    margin-bottom: 5vw;
  }
  .sec03 .bottom_box .gridbox .box .grid_title {
    font-size: 4.5vw;
    margin-bottom: 5vw;
  }
  .sec03 .bottom_box .gridbox .box .imagebox {
    max-width: 100%;
    padding-bottom: 5vw;
  }
  .sec03 .bottom_box .gridbox .box .grid_text {
    max-width: 100%;
    font-size: 4vw;
  }
  .sec03 .bottom_box .about_btn::before {
    background: url(/images/surgery/blue.webp) center/contain no-repeat;
  }
}

.sec04 {
  margin-bottom: 100px;
}
.sec04 .sec_body {
  padding: 0;
}
.sec04 .flexbox {
  align-items: flex-start;
}
.sec04 .flexbox:nth-of-type(1) {
  margin-bottom: 185px;
}
.sec04 .textbox {
  margin-right: 60px;
}
.sec04 .textbox .box_title {
  font-size: 24px;
  font-weight: bold;
  position: relative;
  margin-bottom: 55px;
  padding-left: 50px;
  line-height: 1.7;
}
.sec04 .textbox .box_title::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  left: 0;
  bottom: 50%;
  transform: translateY(50%);
  background: url(/images/surgery/green.webp) center/contain no-repeat;
}
.sec04 .textbox .about_btn {
  margin-top: 30px;
  border-bottom: 1px solid #0071B7;
}
.sec04 .textbox .about_btn::before {
  background: url(/images/surgery/blue.webp) center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .sec04 {
    margin-bottom: 13.8vw;
  }
  .sec04 .flexbox:nth-of-type(1) {
    margin-bottom: 23.8vw;
  }
  .sec04 .textbox {
    margin-right: initial;
  }
  .sec04 .textbox .box_title {
    font-size: 4.8vw;
    margin-bottom: 5vw;
    padding-left: 10vw;
  }
  .sec04 .textbox .box_title::before {
    width: 7vw;
    height: 7vw;
  }
  .sec04 .textbox .box_title02 {
    margin-bottom: 30vw;
  }
  .sec04 .textbox .box_text02 {
    margin-top: 20vw;
  }
}

.sec05 {
  margin-bottom: 100px;
}
.sec05 .first_box {
  width: 706px;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  font-size: 16px;
  text-align: justify;
  letter-spacing: 0.1em;
  line-height: 2;
  padding-bottom: 95px;
}
.sec05 .dxbox {
  margin-bottom: 50px;
}
.sec05 .dxbox .dx_title {
  font-size: 25px;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  border-left: 11px solid #0071BC;
  height: 58px;
  display: flex;
  align-items: center;
  padding-left: 1em;
}
.sec05 .dxbox .dx_text {
  letter-spacing: 0.1em;
  line-height: 1.7;
}
.sec05 .dxbox:nth-last-of-type(1) {
  margin-bottom: initial;
}
@media screen and (max-width: 767px) {
  .sec05 {
    margin-bottom: 13.8vw;
  }
  .sec05 .first_box {
    width: 100%;
    max-width: 100%;
    font-size: 4vw;
    padding-bottom: 10vw;
  }
  .sec05 .dxbox {
    margin-bottom: 10vw;
  }
  .sec05 .dxbox .dx_title {
    font-size: 5vw;
    margin-bottom: 5vw;
    border-left: 11px solid #0071BC;
    height: 11vw;
  }
  .sec05 .dxbox .dx_text {
    font-size: 4vw;
  }
  .sec05 .dxbox:nth-last-of-type(1) {
    margin-bottom: initial;
  }
}/*# sourceMappingURL=surgery.css.map */