@charset "UTF-8";
.main_image {
  position: relative;
  width: 1280px;
  min-width: 100%;
  height: 450px;
  padding-top: 195px;
  box-sizing: border-box;
  background: url(/images/surgery/surgery_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;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 48px;
  letter-spacing: 0.2em;
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.75);
}
@media screen and (max-width: 768px) {
  .main_image {
    position: relative;
    width: initial;
    height: 80vw;
    padding-top: 45.3vw;
    box-sizing: border-box;
    background: url(/images/surgery/surgery_key.webp) right 23% 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;
  }
}

.lead_sec .goldcheckbox {
  margin-top: 145px;
}
@media screen and (max-width: 768px) {
  .lead_sec .sec_title {
    font-feature-settings: "palt";
  }
  .lead_sec .goldcheckbox {
    margin-top: 5vw;
  }
}

.sec01 {
  margin-bottom: 100px;
}
.sec01 .gridbox_menu .imagebox {
  text-align: center;
}
.sec01 .gridbox_menu .box_title {
  margin-bottom: 10px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #3B639A;
  font-size: 24px;
  color: #333631;
  letter-spacing: 0.1em;
  line-height: 1.7;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
}
.sec01 .menu01 {
  grid-template-columns: repeat(2, 1fr);
  justify-items: center;
  width: 730px;
  margin: 0 auto 30px;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.sec01 .menu02 {
  grid-template-columns: repeat(3, 1fr);
  justify-items: center;
  width: 1110px;
  margin: 0 auto 30px;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.sec01 .box {
  width: 300px;
  height: 295px;
  background-color: #F2F2F2;
  padding: 30px 25px 25px;
}
.sec01 .flexbox {
  justify-content: center;
  margin: 0 auto;
}
.sec01 .about_btn {
  color: #444444;
}
.sec01 .about_btn::before {
  background: url(/images/common/pink_icon.webp) center/contain no-repeat;
}
.sec01 .bottom_text {
  width: 66.7%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .sec01 {
    margin-bottom: 13.8vw;
  }
  .sec01 .gridbox_menu .imagebox {
    text-align: center;
    width: 30%;
    margin: 0 auto 3vw;
  }
  .sec01 .gridbox_menu .implant {
    width: 15%;
  }
  .sec01 .gridbox_menu .koukuu {
    width: 20%;
  }
  .sec01 .gridbox_menu .jika {
    width: 28%;
  }
  .sec01 .gridbox_menu .box_title {
    margin-bottom: 3vw;
    padding-bottom: 2vw;
    font-size: 4.8vw;
  }
  .sec01 .menu01 {
    grid-template-columns: repeat(1, 1fr);
    justify-items: center;
    width: 100%;
    margin: 0 auto 5vw;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 5vw;
  }
  .sec01 .menu02 {
    grid-template-columns: repeat(1, 1fr);
    justify-items: center;
    width: 100%;
    margin: 0 auto 5vw;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 5vw;
  }
  .sec01 .box_text {
    font-size: 4vw;
  }
  .sec01 .box {
    width: 80%;
    height: auto;
    background-color: #F2F2F2;
    padding: 5vw;
  }
  .sec01 .flexbox {
    width: 100%;
    justify-content: center;
    margin: 0 auto;
    padding-right: 0;
  }
  .sec01 .bottom_text {
    width: 100%;
    margin: 0 auto;
    font-size: 4vw;
  }
}

.sec02 {
  margin-bottom: 100px;
}
.sec02 .flexbox {
  margin-bottom: 70px;
}
.sec02 .flexbox .textbox {
  margin-right: 65px;
  width: 49%;
}
.sec02 .flexbox .textbox .box_title {
  font-size: 24px;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  margin-bottom: 25px;
}
.sec02 .bottom_box {
  background-color: rgba(85, 168, 171, 0.1);
  padding: 50px;
  margin-bottom: 90px;
}
.sec02 .bottom_box .flexbox {
  margin-bottom: 0;
}
.sec02 .bottom_box .flexbox .textbox {
  margin-left: 40px;
  margin-right: 0;
  width: 58%;
}
.sec02 .bottom_box .flexbox .textbox .box_title {
  text-align: center;
  border-bottom: 1px dashed #3B639A;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.sec02 .circle01 {
  width: 105px;
  height: 105px;
  position: absolute;
  background-color: rgba(59, 99, 154, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 19px;
  color: #fff;
  border-radius: 50%;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  left: 20px;
  bottom: 50px;
}
.sec02 .circle02 {
  width: 88px;
  height: 88px;
  position: absolute;
  background-color: rgba(59, 99, 154, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 19px;
  color: #fff;
  border-radius: 50%;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  left: 111px;
  bottom: 10px;
}
.sec02 .goldcheckbox {
  margin-top: 121px;
  margin-bottom: 115px;
}
.sec02 .goldcheckbox .subtitle {
  font-size: 21px;
}
.sec02 .goldcheckbox .check_title::before {
  bottom: 65px;
}
.sec02 .reverse .textbox {
  margin-right: 0;
}
.sec02 .bluebox {
  border: 1px solid #3B639A;
  margin-bottom: 55px;
  padding: 30px 20px 35px;
}
.sec02 .bluebox .box_title {
  font-size: 21px;
  color: #3B639A;
  text-align: center;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #3B639A;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
}
.sec02 .bluebox .gridbox {
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 40px;
       column-gap: 40px;
  width: 926px;
  margin: 0 auto;
}
.sec02 .bluebox .gridbox .box {
  width: 282px;
}
.sec02 .bluebox .gridbox .box .grid_title {
  font-size: 21px;
  text-align: center;
  background-color: #3B639A;
  color: #fff;
  padding: 10px 0;
  margin-bottom: 15px;
}
.sec02 .goldbox {
  border: 1px solid #A67E34;
  margin-bottom: 55px;
  padding: 30px 20px 35px;
}
.sec02 .goldbox .box_title {
  font-size: 21px;
  color: #A67E34;
  text-align: center;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #A67E34;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
}
.sec02 .goldbox .gridbox {
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 40px;
       column-gap: 40px;
  width: 926px;
  margin: 0 auto;
}
.sec02 .goldbox .gridbox .box {
  width: 282px;
}
.sec02 .goldbox .gridbox .box .grid_title {
  font-size: 21px;
  text-align: center;
  background-color: #A67E34;
  color: #fff;
  padding: 10px 0;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .sec02 {
    margin-bottom: 13.8vw;
  }
  .sec02 .flexbox {
    margin-bottom: 10vw;
    display: block;
  }
  .sec02 .flexbox .textbox {
    margin-right: 0;
    width: 100%;
  }
  .sec02 .flexbox .textbox .box_title {
    font-size: 4.8vw;
    margin-bottom: 3vw;
  }
  .sec02 .bottom_box {
    padding: 5vw;
    margin-bottom: 10vw;
  }
  .sec02 .bottom_box .flexbox {
    margin-bottom: 0;
  }
  .sec02 .bottom_box .flexbox .textbox {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  .sec02 .bottom_box .flexbox .textbox .box_title {
    padding-bottom: 3vw;
    margin-bottom: 3vw;
  }
  .sec02 .circle01 {
    width: 25vw;
    height: 25vw;
    font-size: 4vw;
    border-radius: 50%;
    left: 3vw;
    bottom: 5vw;
  }
  .sec02 .circle02 {
    width: 20vw;
    height: 20vw;
    font-size: 4vw;
    left: 27vw;
    bottom: 2vw;
  }
  .sec02 .goldcheckbox {
    margin-top: 15vw;
    margin-bottom: 10vw;
  }
  .sec02 .goldcheckbox .subtitle {
    font-size: 4.3vw;
  }
  .sec02 .goldcheckbox .check_title::before {
    bottom: 16vw;
  }
  .sec02 .goldcheckbox .check_text {
    font-feature-settings: "palt";
  }
  .sec02 .reverse .textbox {
    margin-right: 0;
  }
  .sec02 .bluebox {
    margin-bottom: 10vw;
    padding: 5vw;
  }
  .sec02 .bluebox .box_title {
    font-size: 4.8vw;
    padding-bottom: 3vw;
    margin-bottom: 5vw;
  }
  .sec02 .bluebox .gridbox {
    grid-template-columns: repeat(1, 1fr);
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 10vw;
    width: 100%;
  }
  .sec02 .bluebox .gridbox .box {
    width: 100%;
  }
  .sec02 .bluebox .gridbox .box .grid_title {
    font-size: 4.5vw;
    padding: 2vw 0;
    margin-bottom: 3vw;
  }
  .sec02 .bluebox .gridbox .box .grid_text {
    font-size: 4vw;
  }
  .sec02 .goldbox {
    margin-bottom: 10vw;
    padding: 5vw;
  }
  .sec02 .goldbox .box_title {
    font-size: 4.8vw;
    padding-bottom: 3vw;
    margin-bottom: 5vw;
  }
  .sec02 .goldbox .gridbox {
    grid-template-columns: repeat(1, 1fr);
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 10vw;
    width: 100%;
  }
  .sec02 .goldbox .gridbox .box {
    width: 100%;
  }
  .sec02 .goldbox .gridbox .box .grid_title {
    font-size: 4.5vw;
    padding: 2vw 0;
    margin-bottom: 3vw;
  }
  .sec02 .goldbox .gridbox .box .grid_text {
    font-size: 4vw;
  }
}

.sec03 {
  margin-bottom: 100px;
}
.sec03 .flexbox {
  align-items: flex-start;
  margin-bottom: 60px;
}
.sec03 .flexbox .imagebox {
  width: 68.5%;
}
.sec03 .flexbox .textbox {
  width: 80%;
}
.sec03 .gridbox {
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 77px;
       column-gap: 77px;
  width: 1053px;
  margin: 0 auto;
}
.sec03 .gridbox .box {
  width: 300px;
}
.sec03 .gridbox .yajirushi {
  position: relative;
}
.sec03 .gridbox .yajirushi::before {
  position: absolute;
  content: "▶";
  font-size: 18px;
  color: #3b639a;
  bottom: 50%;
  right: -50px;
  transform: translateY(50%);
}
@media screen and (max-width: 768px) {
  .sec03 {
    margin-bottom: 13.8vw;
  }
  .sec03 .flexbox {
    display: block;
    align-items: flex-start;
    margin-bottom: 10vw;
  }
  .sec03 .flexbox .imagebox {
    width: 100%;
  }
  .sec03 .flexbox .textbox {
    margin-right: initial;
    width: 100%;
  }
  .sec03 .gridbox {
    grid-template-columns: repeat(1, 1fr);
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 10vw;
    width: 100%;
    margin: 0 auto;
  }
  .sec03 .gridbox .box {
    width: 100%;
  }
  .sec03 .gridbox .yajirushi {
    position: relative;
  }
  .sec03 .gridbox .yajirushi::before {
    position: absolute;
    content: "▼";
    font-size: 5vw;
    color: #3b639a;
    bottom: -8vw;
    right: 50%;
    transform: translateX(50%);
  }
}

.sec04 {
  margin-bottom: 100px;
}
.sec04 .sec_subtitle {
  font-size: 18px;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-weight: 600;
}
.sec04 .flexbox {
  align-items: flex-start;
  margin-bottom: 70px;
}
.sec04 .flexbox .imagebox {
  width: 64.6%;
}
.sec04 .flexbox .textbox {
  margin-left: 0;
  width: 80%;
}
.sec04 .bottom_title {
  color: #3b639a;
  border-bottom: 1px dashed #3b639a;
  padding-bottom: 10px;
  margin: 0 auto 55px;
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  width: 734px;
  letter-spacing: 0.1em;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
}
.sec04 .gridbox {
  grid-template-columns: repeat(2, 1fr);
  width: 740px;
  -moz-column-gap: 100px;
       column-gap: 100px;
  margin: 0 auto;
}
.sec04 .gridbox .yajirushi {
  position: relative;
}
.sec04 .gridbox .yajirushi::before {
  position: absolute;
  content: "▶";
  font-size: 18px;
  color: #3b639a;
  bottom: 50%;
  right: -50px;
  transform: translateY(50%);
}
@media screen and (max-width: 768px) {
  .sec04 {
    margin-bottom: 13.8vw;
  }
  .sec04 .sec_subtitle {
    font-size: 4vw;
  }
  .sec04 .flexbox {
    display: block;
    align-items: flex-start;
    margin-bottom: 10vw;
  }
  .sec04 .flexbox .imagebox {
    width: 100%;
    margin-bottom: 3vw;
  }
  .sec04 .flexbox .textbox {
    margin-right: initial;
    width: 100%;
  }
  .sec04 .about_btn {
    color: #444444;
  }
  .sec04 .about_btn::before {
    background: url(/images/common/pink_icon.webp) center/contain no-repeat;
  }
  .sec04 .bottom_title {
    color: #3b639a;
    border-bottom: 1px dashed #3b639a;
    padding-bottom: 3vw;
    margin: 0 auto 5vw;
    font-size: 4.8vw;
    font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
    font-weight: bold;
    text-align: center;
    width: 100%;
  }
  .sec04 .gridbox {
    grid-template-columns: repeat(1, 1fr);
    width: 80%;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 10vw;
    margin: 0 auto;
  }
  .sec04 .gridbox .yajirushi {
    position: relative;
  }
  .sec04 .gridbox .yajirushi::before {
    position: absolute;
    content: "▼";
    font-size: 5vw;
    color: #3b639a;
    bottom: -8vw;
    right: 50%;
    transform: translateX(50%);
  }
}/*# sourceMappingURL=surgery01.css.map */