.main_image {
  position: relative;
  width: 1280px;
  max-width: 100%;
  height: 410px;
  margin: 0 auto;
  padding-top: 80px;
  box-sizing: border-box;
  background: url(/images/perio/perio_key.webp) right top/cover no-repeat;
  background-size: 1008px 410px;
  overflow: hidden;
}
.main_image .inner {
  width: 1010px;
  max-width: 100%;
  padding: 80px 20px;
  margin: 0 auto;
  box-sizing: border-box;
}
.main_image .text {
  position: relative;
  z-index: 5;
  width: -moz-fit-content;
  width: fit-content;
  padding-top: 0;
  padding-left: 0;
  font-size: 40px;
  letter-spacing: 0.2em;
  color: #16216d;
}
.main_image .text::after {
  content: "MEDICAL";
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #16216d;
  text-wrap-mode: nowrap;
}
@media screen and (max-width: 767px) {
  .main_image {
    position: relative;
    height: 80vw;
    padding-top: 32.3vw;
    box-sizing: border-box;
    background: url(/images/perio/perio_key.webp) 73% top/cover no-repeat;
    overflow: hidden;
  }
  .main_image .inner {
    padding: 0 0 0 7vw;
  }
  .main_image .text {
    width: -moz-fit-content;
    width: fit-content;
    padding-top: 14.66vw;
    padding-left: 0;
    font-size: 5.8vw;
    text-align: center;
  }
  .main_image .text::after {
    bottom: -6.6vw;
    font-size: 4vw;
  }
}

.sec01 {
  margin-bottom: 100px;
}
.sec01 .point01 {
  display: block;
}
.sec01 .point01 .upper {
  margin-bottom: 40px;
}
.sec01 .point01 .upper .point_header {
  justify-content: center;
  align-items: center;
}
.sec01 .point01 .middle {
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.sec01 .point01 .middle .textbox {
  margin-right: 50px;
}
.sec01 .point01 .lower {
  width: 100%;
  max-width: 100%;
  border: 1px solid #16216d;
  margin-bottom: 60px;
  padding: 55px 0 50px;
  box-sizing: border-box;
}
.sec01 .point01 .lower .title {
  font-size: 24px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #16216d;
  margin-bottom: 40px;
}
.sec01 .point01 .lower .gridbox {
  width: 948px;
  max-width: 90%;
  margin: 0 auto;
  grid-template-columns: repeat(3, 1fr);
  box-sizing: border-box;
}
.sec01 .point01 .lower .gridbox .item_title {
  font-size: 18px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #4d4d4d;
  margin-bottom: 15px;
}
.sec01 .point01 .lower .gridbox .item_image {
  margin-bottom: 20px;
}
.sec01 .point01 .lower .gridbox .item_image img {
  width: 100%;
}
.sec01 .point01 .lower .gridbox .item_text {
  letter-spacing: 0.01em;
}
.sec01 .point02 {
  display: block;
}
.sec01 .point02 .point_header {
  justify-content: center;
}
.sec01 .point02 .upper_box {
  margin-bottom: 60px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.sec01 .point02 .upper_box .textbox {
  margin-right: 50px;
}
.sec01 .point03 {
  display: block;
}
.sec01 .point03 .point_header {
  justify-content: center;
}
.sec01 .point03 .upper_box {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: flex-start;
}
.sec01 .point03 .upper_box .textbox {
  margin-left: 50px;
}
.sec01 .point03 .upper_box .imagebox {
  position: relative;
}
.sec01 .point03 .upper_box .imagebox .circle_text01 {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  width: clamp(243px, 31.5625vw, 404px);
  height: clamp(112px, 14.5312vw, 186px);
}
@media screen and (max-width: 767px) {
  .sec01 {
    margin-bottom: 13.8vw;
  }
  .sec01 .point01 {
    margin-bottom: 13.8vw;
    display: block;
  }
  .sec01 .point01 .upper {
    margin-bottom: 4.2vw;
  }
  .sec01 .point01 .upper .point_header {
    justify-content: flex-start;
    align-items: center;
  }
  .sec01 .point01 .middle {
    display: block;
  }
  .sec01 .point01 .middle .textbox {
    margin-right: initial;
  }
  .sec01 .point01 .middle .imagebox {
    margin-top: 4.2vw;
  }
  .sec01 .point01 .lower {
    margin-bottom: 4.2vw;
    padding: 8vw 0 5.5vw;
    box-sizing: border-box;
  }
  .sec01 .point01 .lower .title {
    font-size: 4.8vw;
    letter-spacing: 0.1em;
    margin-bottom: 8vw;
  }
  .sec01 .point01 .lower .gridbox {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 5.5vw;
    row-gap: 13.8vw;
    -moz-column-gap: initial;
         column-gap: initial;
    grid-template-columns: repeat(1, 1fr);
  }
  .sec01 .point01 .lower .gridbox .item {
    width: 100%;
    box-sizing: border-box;
  }
  .sec01 .point01 .lower .gridbox .item_title {
    font-size: 4.2vw;
    letter-spacing: 0.1em;
    margin-bottom: 4.2vw;
  }
  .sec01 .point01 .lower .gridbox .item_image {
    margin-bottom: 4.2vw;
  }
  .sec01 .point01 .lower .gridbox .item_text {
    font-size: 3.75vw;
    letter-spacing: 0.01em;
  }
  .sec01 .point02 {
    margin-bottom: 13.8vw;
    display: block;
  }
  .sec01 .point02 .point_header {
    justify-content: flex-start;
  }
  .sec01 .point02 .upper_box {
    margin-bottom: 13.8vw;
    display: block;
  }
  .sec01 .point02 .upper_box .textbox {
    margin-right: initial;
  }
  .sec01 .point03 {
    display: block;
  }
  .sec01 .point03 .point_header {
    justify-content: flex-start;
  }
  .sec01 .point03 .upper_box {
    display: block;
  }
  .sec01 .point03 .upper_box .textbox {
    margin-left: initial;
  }
  .sec01 .point03 .upper_box .imagebox {
    position: relative;
  }
  .sec01 .point03 .upper_box .imagebox .circle_text01 {
    position: absolute;
    bottom: -2.4vw;
    left: 50%;
    transform: translateX(-50%);
    width: 80.79vw;
    height: 39.2vw;
  }
}

.sec02 {
  margin-bottom: 100px;
}
.sec02 .cont01 {
  margin-bottom: 60px;
}
.sec02 .cont01 .textbox {
  margin-right: 50px;
}
.sec02 .check_list_box {
  margin: 0 auto 80px;
}
.sec02 .check_list_box .check_list_title::after {
  display: none;
}
.sec02 .check_list_box .column01 {
  width: 55%;
}
.sec02 .check_list_box .column02 {
  width: 45%;
}
.sec02 .check_list_box .check_text {
  margin-bottom: 16px;
  position: relative;
}
.sec02 .check_list_box .check_text::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -112px;
  background: url(/images/perio/kazari01.webp) center/contain no-repeat;
  width: 112px;
  height: 141px;
}
.sec02 .perio_care_box {
  width: 1100px;
  max-width: 96%;
  margin: 0 auto;
  border: 1px solid #16216d;
  padding: 65px 20px 40px;
  box-sizing: border-box;
}
.sec02 .perio_care_box .box_title {
  font-size: 24px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #16216d;
  margin-bottom: 40px;
}
.sec02 .perio_care_box .cont {
  width: 100%;
  align-items: center;
  margin-bottom: 40px;
  box-sizing: border-box;
}
.sec02 .perio_care_box .imagebox {
  width: 33%;
  min-width: 33%;
  max-width: 33%;
}
.sec02 .perio_care_box .textbox {
  width: 62%;
  min-width: initial;
  max-width: 598px;
  margin-left: 50px;
}
.sec02 .perio_care_box .cont_title {
  font-size: 20px;
  color: #333631;
  padding-bottom: 20px;
  border-bottom: 1px solid #16216d;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .sec02 {
    margin-bottom: 13.8vw;
  }
  .sec02 .cont01 {
    margin-bottom: 8vw;
  }
  .sec02 .cont01 .textbox {
    margin-right: initial;
    margin-bottom: 4.2vw;
  }
  .sec02 .check_list_box .check_column {
    display: none;
  }
  .sec02 .check_list_box .check_text {
    margin-bottom: 18.6vw;
  }
  .sec02 .check_list_box .check_text::before {
    top: initial;
    transform: initial;
    bottom: -32.6vw;
    right: 0;
    width: 23.86vw;
    height: 30.6vw;
  }
  .sec02 .perio_care_box {
    width: 1100px;
    max-width: 96%;
    margin: 0 auto;
    border: 1px solid #16216d;
    padding: 8vw 5.5vw;
    box-sizing: border-box;
  }
  .sec02 .perio_care_box .box_title {
    font-size: 5.3vw;
    letter-spacing: 0.1em;
    margin-bottom: 10.66vw;
  }
  .sec02 .perio_care_box .cont {
    width: 100%;
    align-items: center;
    margin-bottom: 10.66vw;
    box-sizing: border-box;
  }
  .sec02 .perio_care_box .imagebox {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
  .sec02 .perio_care_box .textbox {
    width: 100%;
    min-width: initial;
    max-width: 100%;
    margin-left: initial;
  }
  .sec02 .perio_care_box .cont_title {
    font-size: 4.8vw;
    padding-bottom: 4.2vw;
    margin-bottom: 4.2vw;
  }
}

.sec03 {
  margin-bottom: 100px;
}
.sec03 .cont01 {
  flex-direction: row-reverse;
  margin-bottom: 40px;
}
.sec03 .cont01 .textbox {
  margin-left: 50px;
}
@media screen and (max-width: 767px) {
  .sec03 {
    margin-bottom: 13.8vw;
  }
  .sec03 .cont01 {
    margin-bottom: 4.2vw;
  }
  .sec03 .cont01 .textbox {
    margin-left: initial;
    margin-bottom: 4.2vw;
  }
}/*# sourceMappingURL=perio.css.map */