@charset "UTF-8";
.main_image {
  position: relative;
  height: 500px;
  padding-top: 0;
  box-sizing: border-box;
  background: url(/images/surgery/surgery_key.webp) center top/cover no-repeat;
  overflow: hidden;
}
.main_image .inner {
  width: 1125px;
  max-width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  box-sizing: border-box;
}
.main_image .text {
  position: relative;
  z-index: 5;
  padding-top: 220px;
  padding-left: 0;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 52px;
  letter-spacing: 0.2em;
  color: #fff;
  text-shadow: 0 0 5px rgba(155, 152, 152, 0.71);
}
.main_image .text:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: -105px;
  top: 50%;
  transform: translateY(-50%);
  width: 221px;
  height: 221px;
  background: url(/images/common/key_logo.webp) center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .main_image {
    position: relative;
    height: 80vw;
    padding-top: 34.3vw;
    box-sizing: border-box;
    background: url(/images/surgery/surgery_key.webp) center top/cover no-repeat;
    overflow: hidden;
  }
  .main_image .inner {
    padding: 0 2.7vw;
  }
  .main_image .text {
    padding-top: 0;
    padding-left: 6.6vw;
    font-size: 5.8vw;
    text-align: left;
  }
  .main_image .text:before {
    left: 0;
    top: 4.3vw;
    width: 21.3vw;
    height: 21.3vw;
    background: url(/images/common/key_logo.webp) center/contain no-repeat;
  }
}

.sec01 {
  margin-bottom: 100px;
}
.sec01 .flexbox {
  width: 100%;
  margin: 0 auto 80px;
  box-sizing: border-box;
  align-items: stretch;
  flex-wrap: wrap;
}
.sec01 .flexbox .item {
  width: 300px;
  max-width: 30%;
  background-color: #f2f2ed;
  padding: 25px;
  box-sizing: border-box;
}
.sec01 .flexbox .item:nth-of-type(1),
.sec01 .flexbox .item:nth-of-type(2),
.sec01 .flexbox .item:nth-of-type(4) {
  margin-right: 40px;
}
.sec01 .flexbox .item:nth-of-type(1),
.sec01 .flexbox .item:nth-of-type(2),
.sec01 .flexbox .item:nth-of-type(3) {
  margin-bottom: 40px;
}
.sec01 .flexbox .item_title {
  font-size: 20px;
  letter-spacing: 0.1em;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #1d2b53;
  margin-bottom: 10px;
}
.sec01 .flexbox .item_text {
  font-size: 15px;
}
.sec01 .flexbox .item:nth-of-type(2) .item_text {
  margin-bottom: 20px;
}
.sec01 .flexbox .item:nth-of-type(2) .flexbox {
  margin: 0 auto;
}
.sec01 .check_box {
  width: 665px;
  max-width: 100%;
  margin: 0 auto 80px;
  display: flex;
  align-items: flex-end;
  border-bottom: 2px solid #1d2b53;
  box-sizing: border-box;
  position: relative;
}
.sec01 .check_box::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: url(/images/welcome/text_check.webp) center/contain no-repeat;
  width: 148px;
  height: 42px;
}
.sec01 .check_box .check_title {
  padding: 0 10px 40px 10px;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.8;
  color: #1d2b53;
}
@media screen and (max-width: 879px) and (min-width: 768px) {
  .sec01 .flexbox .item:nth-of-type(1),
  .sec01 .flexbox .item:nth-of-type(2),
  .sec01 .flexbox .item:nth-of-type(4) {
    margin-right: 20px;
  }
  .sec01 .flexbox .item_title {
    height: 3em;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .sec01 {
    margin-bottom: 13.8vw;
  }
  .sec01 .flexbox {
    width: 100%;
    margin: 0 auto 25.6vw;
    box-sizing: border-box;
    align-items: stretch;
    flex-wrap: wrap;
  }
  .sec01 .flexbox .item {
    width: 100%;
    max-width: 100%;
    background-color: #f2f2ed;
    padding: 25px;
    box-sizing: border-box;
  }
  .sec01 .flexbox .item:nth-of-type(1),
  .sec01 .flexbox .item:nth-of-type(2),
  .sec01 .flexbox .item:nth-of-type(4) {
    margin-right: initial;
  }
  .sec01 .flexbox .item:nth-of-type(1),
  .sec01 .flexbox .item:nth-of-type(2),
  .sec01 .flexbox .item:nth-of-type(3) {
    margin-bottom: initial;
  }
  .sec01 .flexbox .item:not(:last-of-type) {
    margin-bottom: 4.2vw;
  }
  .sec01 .flexbox .item_title {
    font-size: 4.8vw;
    padding-bottom: 2.6vw;
    border-bottom: 1px solid #1d2b53;
    margin-bottom: 2.6vw;
  }
  .sec01 .flexbox .item_text {
    font-size: 4vw;
  }
  .sec01 .flexbox .item:nth-of-type(2) .item_text {
    margin-bottom: 4.2vw;
  }
  .sec01 .flexbox .item:nth-of-type(2) .flexbox {
    display: flex;
    justify-content: center;
    margin: 0 auto;
  }
  .sec01 .check_box {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 13.8vw;
    display: flex;
    align-items: flex-end;
    border-bottom: 2px solid #1d2b53;
    box-sizing: border-box;
    position: relative;
  }
  .sec01 .check_box::before {
    content: "";
    position: absolute;
    top: -13vw;
    left: 50%;
    transform: translateX(-50%);
    background: url(/images/surgery/text_check.webp) center/contain no-repeat;
    width: 34.46vw;
    height: 11.2vw;
  }
  .sec01 .check_box .check_title {
    padding: 0 1vw 4vw 3vw;
    font-size: 4.2vw;
    letter-spacing: 0.1em;
    line-height: 1.8;
    color: #1d2b53;
  }
  .sec01 .check_box .check_image {
    width: 33.19vw;
    min-width: 33.19vw;
  }
  .sec01 .check_box .check_image img {
    width: 100%;
  }
}

.sec02 {
  margin-bottom: 100px;
}
.sec02 .cont01 {
  margin-bottom: 80px;
}
.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 {
    margin-bottom: 13.8vw;
  }
  .sec02 .cont01 {
    margin-bottom: 13.8vw;
  }
  .sec02 .cont01 .textbox {
    margin-right: initial;
  }
  .sec02 .cont02 {
    flex-direction: row-reverse;
  }
  .sec02 .cont02 .textbox {
    margin-left: initial;
  }
}

.sec03 {
  margin-bottom: 100px;
}
.sec03 .cont01 {
  margin-bottom: 60px;
  display: block;
}
.sec03 .cont01 .upper_box {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 60px;
  box-sizing: border-box;
}
.sec03 .cont01 .textbox {
  margin-right: 50px;
}
.sec03 .cont01 .column_box .column_box_title {
  font-family: initial;
  font-size: 22px;
  padding-bottom: 20px;
}
.sec03 .cont01 .column_box .item {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.sec03 .cont01 .column_box .item:not(:last-of-type) {
  margin-bottom: 60px;
}
.sec03 .cont01 .column_box .imagebox {
  width: 300px;
  min-width: 32%;
  max-width: 32%;
}
.sec03 .cont01 .column_box .textbox {
  width: 68%;
  margin-left: 50px;
}
.sec03 .cont01 .column_box .item_title {
  font-size: 20px;
  letter-spacing: 0.1em;
  color: #1d2b53;
  margin-bottom: 20px;
}
.sec03 .cont01 .column_box .item_text {
  font-size: 15px;
}
.sec03 .cont01 .check_list_box {
  background-color: #fff;
}
.sec03 .cont01 .check_list_box::before {
  z-index: 5;
}
.sec03 .cont01 .check_list_box::after {
  content: "";
  position: absolute;
  z-index: 4;
  top: -27px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  width: 198px;
  height: 42px;
}
.sec03 .cont01 .check_list_box .check_list_subtitle {
  margin-bottom: 0;
  color: #1d2b53;
}
.sec03 .cont01 .check_list_box .check_list_title {
  color: #1d2b53;
}
.sec03 .cont01 .check_list_box .check_column {
  border-top: 2px solid #c7b299;
}
.sec03 .cont01 .check_list_box .check_text {
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .sec03 {
    margin-bottom: 13.8vw;
  }
  .sec03 .cont01 {
    margin-bottom: 0;
    display: block;
  }
  .sec03 .cont01 .upper_box {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 8vw;
    box-sizing: border-box;
  }
  .sec03 .cont01 .textbox {
    margin-right: initial;
  }
  .sec03 .cont01 .column_box .column_box_title {
    font-family: initial;
    font-size: 4.8vw;
    padding-bottom: 4.2vw;
  }
  .sec03 .cont01 .column_box .item {
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
  .sec03 .cont01 .column_box .item:not(:last-of-type) {
    margin-bottom: 13.8vw;
  }
  .sec03 .cont01 .column_box .imagebox {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
  .sec03 .cont01 .column_box .textbox {
    width: 100%;
    margin-left: initial;
  }
  .sec03 .cont01 .column_box .item_title {
    font-size: 4.8vw;
    text-align: center;
    margin-bottom: 4.2vw;
  }
  .sec03 .cont01 .column_box .item_text {
    font-size: 4vw;
  }
  .sec03 .cont01 .column_box .flexbox .about_btn {
    margin: 0 auto;
  }
  .sec03 .cont01 .check_list_box {
    background-color: #fff;
  }
  .sec03 .cont01 .check_list_box::before {
    z-index: 5;
  }
  .sec03 .cont01 .check_list_box::after {
    content: "";
    position: absolute;
    z-index: 4;
    top: -8vw;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    width: 45.46vw;
    height: 11.2vw;
  }
  .sec03 .cont01 .check_list_box .check_list_subtitle {
    margin-bottom: 0;
    color: #1d2b53;
  }
  .sec03 .cont01 .check_list_box .check_list_title {
    color: #1d2b53;
  }
  .sec03 .cont01 .check_list_box .check_column {
    border-top: 2px solid #c7b299;
  }
  .sec03 .cont01 .check_list_box .check_text {
    padding: 0 5.5vw;
    font-size: 4vw;
    letter-spacing: 0.1em;
    line-height: 1.8;
    text-align: justify;
    margin-bottom: 40px;
  }
}

.sec04 {
  margin-bottom: 100px;
}
.sec04 .cont01 {
  margin-bottom: 60px;
}
.sec04 .cont01 .textbox {
  margin-right: 50px;
}
.sec04 .check_list_box {
  background-color: #fff;
  border: 2px solid #1d2b53;
}
.sec04 .check_list_box::before {
  display: none;
}
.sec04 .check_list_title {
  color: #1d2b53;
}
.sec04 .check_list {
  padding: 20px 150px 0px;
}
.sec04 .check_item:before {
  background: url(/images/surgery/icon_check.webp) center/contain no-repeat;
}
.sec04 .check_text {
  width: 800px;
  max-width: 90%;
  margin: 0 auto 40px;
  font-size: 15px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .sec04 {
    margin-bottom: 13.8vw;
  }
  .sec04 .cont01 {
    margin-bottom: 8vw;
  }
  .sec04 .cont01 .textbox {
    margin-right: initial;
  }
  .sec04 .check_list_box {
    margin-top: 0;
    background-color: #fff;
    border: 1px solid #1d2b53;
  }
  .sec04 .check_list_box::before {
    display: none;
  }
  .sec04 .check_list_title {
    color: #1d2b53;
  }
  .sec04 .check_list {
    padding: 5.5vw 5.5vw 0;
  }
  .sec04 .check_item:before {
    background: url(/images/surgery/icon_check.webp) center/contain no-repeat;
  }
  .sec04 .check_text {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 5.5vw;
    padding: 0 5.5vw;
    font-size: 4vw;
    text-align: justify;
    box-sizing: border-box;
  }
}/*# sourceMappingURL=surgery01.css.map */