@charset "UTF-8";
.main_image {
  position: relative;
  width: 1280px;
  min-width: 100%;
  height: 450px;
  padding-top: 195px;
  box-sizing: border-box;
  background: url(/images/clinic/clinic_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/clinic/clinic_key.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;
  }
}

.lead_sec {
  margin: 120px auto 100px;
}
.lead_sec .sec_title {
  margin: 0 50px 60px;
  position: relative;
}
.lead_sec .sec_title::before {
  content: "";
  position: absolute;
  width: 669px;
  height: 124px;
  bottom: 80px;
  left: -140px;
  z-index: 1;
  background: url(/images/clinic/welcome.webp) center/contain no-repeat;
}
@media screen and (max-width: 768px) {
  .lead_sec {
    margin: 10.8vw auto 10vw;
  }
  .lead_sec .sec_title {
    margin: 0 3vw 10vw;
  }
  .lead_sec .sec_title::before {
    content: "";
    position: absolute;
    width: 80vw;
    height: 15vw;
    bottom: 37vw;
    left: -6vw;
    z-index: 1;
    background: url(/images/clinic/welcome.webp) center/contain no-repeat;
  }
  .lead_sec .sec_text {
    margin: 0 auto;
  }
}

.sec01 {
  margin-bottom: 95px;
}
.sec01 .flexbox {
  justify-content: space-between;
  position: relative;
  width: 1280px;
  margin: 0 auto;
}
.sec01 .flexbox::before {
  content: "";
  position: absolute;
  width: 1280px;
  height: 267px;
  top: 100px;
  right: 0px;
  background: url(/images/clinic/left.webp) center/contain no-repeat;
}
.sec01 .textbox {
  padding: 0 70px 66px;
  width: 52.8%;
  position: relative;
}
.sec01 .textbox .box_header {
  display: flex;
  color: #A67E34;
  align-items: center;
  margin-bottom: 15px;
  position: relative;
}
.sec01 .textbox .box_header .box_title {
  font-size: 24px;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
}
.sec01 .textbox .box_header .box_subtitle {
  font-size: 14px;
  color: #A67E34;
  margin-left: 20px;
}
.sec01 .textbox::before {
  content: "";
  position: absolute;
  width: 202px;
  height: 95px;
  bottom: -80px;
  right: 70px;
  background: url(/images/clinic/sec01kazari.webp) center/contain no-repeat;
}
@media screen and (max-width: 768px) {
  .sec01 {
    margin-bottom: 13.7vw;
  }
  .sec01 .flexbox {
    display: block;
    width: 100%;
  }
  .sec01 .flexbox::before {
    width: 100%;
    height: 41vw;
    top: 83vw;
    right: 0px;
    background: url(/images/clinic/left_sp.webp) center/contain no-repeat;
  }
  .sec01 .textbox {
    padding: 5vw;
    width: 100%;
    position: relative;
  }
  .sec01 .textbox .box_header {
    margin-bottom: 3vw;
  }
  .sec01 .textbox .box_header .box_title {
    font-size: 5vw;
  }
  .sec01 .textbox .box_header .box_subtitle {
    font-size: 4.3vw;
    margin-left: 5vw;
  }
  .sec01 .textbox .box_header::before {
    width: 55vw;
    height: 11vw;
    bottom: 7vw;
    left: -2vw;
  }
  .sec01 .textbox::before {
    content: "";
    position: absolute;
    width: 30vw;
    height: 15vw;
    bottom: -7vw;
    right: 5vw;
    background: url(/images/clinic/sec01kazari.webp) center/contain no-repeat;
  }
}

.sec02 {
  margin-bottom: 225px;
  position: relative;
  min-width: initial;
}
.sec02 .flexbox {
  justify-content: space-between;
  position: relative;
  width: 1280px;
  margin: 0 auto;
  flex-direction: row-reverse;
}
.sec02 .flexbox::before {
  content: "";
  position: absolute;
  width: 1280px;
  height: 267px;
  top: 120px;
  right: 0px;
  background: url(/images/clinic/right.webp) center/contain no-repeat;
}
.sec02 .textbox {
  padding: 0 70px 66px;
  width: 52.8%;
  position: relative;
}
.sec02 .textbox .box_header {
  display: flex;
  color: #A67E34;
  align-items: center;
  margin-bottom: 15px;
  position: relative;
}
.sec02 .textbox .box_header .box_title {
  font-size: 24px;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
}
.sec02 .textbox .box_header .box_subtitle {
  font-size: 14px;
  color: #A67E34;
  margin-left: 20px;
}
.sec02 .bottom_box {
  position: absolute;
  bottom: -150px;
  right: 80px;
}
.sec02 .bottom_box .flexbox {
  flex-direction: initial;
  justify-content: center;
  align-items: center;
  background-color: rgba(236, 145, 73, 0.8);
  width: 842px;
  border-radius: 50px;
  position: relative;
}
.sec02 .bottom_box .flexbox .textbox {
  padding: 35px 0;
  padding-left: 30px;
}
.sec02 .bottom_box .flexbox .textbox .bottom_title {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  position: relative;
}
.sec02 .bottom_box .flexbox .textbox .bottom_title::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 38px;
  top: 0px;
  right: 70px;
  background: url(/images/clinic/star.webp) center/contain no-repeat;
}
.sec02 .bottom_box .flexbox .imagebox::before {
  content: "";
  position: absolute;
  width: 159px;
  height: 82px;
  top: -60px;
  right: -50px;
  background: url(/images/clinic/sec04kazari.webp) center/contain no-repeat;
}
.sec02 .bottom_box .flexbox::before {
  display: none;
}
@media screen and (max-width: 768px) {
  .sec02 {
    margin-bottom: 13.7vw;
  }
  .sec02 .flexbox {
    display: block;
    width: 100%;
    margin: 0 auto 10vw;
  }
  .sec02 .flexbox::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 41vw;
    top: 77vw;
    right: 0;
    background: url(/images/clinic/right_sp.webp) center/contain no-repeat;
  }
  .sec02 .textbox {
    padding: 0 5vw 5vw;
    width: 100%;
  }
  .sec02 .textbox .box_header {
    margin-bottom: 3vw;
  }
  .sec02 .textbox .box_header .box_title {
    font-size: 4.4vw;
    font-feature-settings: "palt";
  }
  .sec02 .textbox .box_header .box_subtitle {
    font-size: 4vw;
    margin-left: 2vw;
    font-feature-settings: "palt";
  }
  .sec02 .bottom_box {
    position: inherit;
    bottom: -150px;
    right: 80px;
  }
  .sec02 .bottom_box .flexbox {
    display: block;
    width: 90%;
    padding: 5vw 0;
    border-radius: 10vw;
    position: relative;
  }
  .sec02 .bottom_box .flexbox .textbox {
    padding: 3vw 5vw;
  }
  .sec02 .bottom_box .flexbox .textbox .bottom_title {
    font-size: 4.8vw;
    margin-bottom: 3vw;
  }
  .sec02 .bottom_box .flexbox .textbox .bottom_title::before {
    content: "";
    position: absolute;
    width: 10vw;
    height: 10vw;
    top: 0px;
    right: 10vw;
    background: url(/images/clinic/star.webp) center/contain no-repeat;
  }
  .sec02 .bottom_box .flexbox .imagebox {
    width: 90%;
    margin: 0 auto;
  }
  .sec02 .bottom_box .flexbox .imagebox::before {
    content: "";
    position: absolute;
    width: 37vw;
    height: 20vw;
    top: -14vw;
    right: -8vw;
    background: url(/images/clinic/sec04kazari.webp) center/contain no-repeat;
  }
  .sec02 .bottom_box .flexbox::before {
    display: none;
  }
}

.sec03 {
  margin-bottom: 95px;
}
.sec03 .flexbox {
  justify-content: space-between;
  position: relative;
  width: 1280px;
  margin: 0 auto;
}
.sec03 .flexbox::before {
  content: "";
  position: absolute;
  width: 1280px;
  height: 267px;
  top: 110px;
  right: 0px;
  background: url(/images/clinic/left.webp) center/contain no-repeat;
}
.sec03 .textbox {
  padding: 0 70px 66px;
  width: 52.8%;
  position: relative;
}
.sec03 .textbox .box_header {
  display: flex;
  color: #A67E34;
  align-items: center;
  margin-bottom: 15px;
  position: relative;
}
.sec03 .textbox .box_header .box_title {
  font-size: 24px;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
}
.sec03 .textbox .box_header .box_subtitle {
  font-size: 14px;
  color: #A67E34;
  margin-left: 20px;
}
.sec03 .imagebox::before {
  content: "";
  position: absolute;
  width: 160px;
  height: 196px;
  bottom: 0px;
  left: -50px;
  background: url(/images/clinic/sec02kazari.webp) center/contain no-repeat;
}
@media screen and (max-width: 768px) {
  .sec03 {
    margin-bottom: 23.7vw;
  }
  .sec03 .flexbox {
    width: 100%;
    display: block;
  }
  .sec03 .flexbox::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 41vw;
    top: 77vw;
    right: 0px;
    background: url(/images/clinic/right_sp.webp) center/contain no-repeat;
  }
  .sec03 .textbox {
    padding: 0 5vw 5vw;
    width: 100%;
  }
  .sec03 .textbox .box_header {
    margin-bottom: 3vw;
  }
  .sec03 .textbox .box_header .box_title {
    font-size: 5vw;
    font-feature-settings: "palt";
  }
  .sec03 .textbox .box_header .box_subtitle {
    font-size: 4vw;
    margin-left: 3vw;
  }
  .sec03 .imagebox::before {
    content: "";
    position: absolute;
    width: 30vw;
    height: 36vw;
    bottom: 0px;
    left: 3vw;
    background: url(/images/clinic/sec02kazari.webp) center/contain no-repeat;
  }
}

.sec04 {
  margin-bottom: 200px;
}
.sec04 .sec_body {
  position: relative;
}
.sec04 .sec_body::before {
  content: "";
  position: absolute;
  width: 1200px;
  height: 1191px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -45%);
  background: url(/images/clinic/sec04_bg_2.webp) center/contain no-repeat;
}
.sec04 .flexbox {
  position: relative;
  width: 1280px;
  margin: 0 auto 50px;
}
.sec04 .textbox {
  padding: 0 70px 66px 0;
  width: 45.5%;
  position: relative;
}
.sec04 .textbox .box_header {
  display: flex;
  color: #ec9149;
  align-items: center;
  margin-bottom: 15px;
  position: relative;
}
.sec04 .textbox .box_header .box_title {
  font-size: 24px;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
}
.sec04 .textbox .box_header .box_subtitle {
  font-size: 14px;
  color: #ec9149;
  margin-left: 20px;
}
.sec04 .image01::before {
  content: "";
  position: absolute;
  width: 197px;
  height: 81px;
  top: 0;
  left: 0;
  background: url(/images/clinic/sec03kazari_left.webp) center/contain no-repeat;
}
.sec04 .image01::after {
  content: "";
  position: absolute;
  width: 168px;
  height: 174px;
  bottom: -65px;
  right: 0;
  background: url(/images/clinic/sec03kazari_right.webp) center/contain no-repeat;
}
.sec04 .chara_box .flexbox {
  -moz-column-gap: 100px;
       column-gap: 100px;
  width: 1070px;
  margin: 0 auto;
  padding-top: 83px;
  border-top: 2px dashed #ec9149;
}
.sec04 .chara_box .flexbox .left_box {
  width: 37%;
}
.sec04 .chara_box .flexbox .left_box .imagebox {
  width: 100%;
}
.sec04 .chara_box .flexbox .left_box .textbox {
  text-align: center;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}
.sec04 .chara_box .flexbox .left_box .textbox .up_text {
  letter-spacing: 0.1em;
  color: #d76f62;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 18px;
  margin-bottom: 15px;
}
.sec04 .chara_box .flexbox .left_box .textbox .bottom_text {
  color: #d76f62;
  letter-spacing: 0.1em;
  font-size: 24px;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
}
.sec04 .chara_box .flexbox .right_box .right_text {
  text-align: center;
  color: #d76f62;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .sec04 {
    margin-bottom: 13.5vw;
  }
  .sec04 .sec_body::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 399vw;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(/images/clinic/sec04_bg_sp_2.webp) center/contain no-repeat;
  }
  .sec04 .flexbox {
    position: relative;
    width: 100%;
    display: block;
    margin: 0 auto;
  }
  .sec04 .textbox {
    padding: 5vw;
    width: 100%;
  }
  .sec04 .textbox .box_header {
    margin-bottom: 3vw;
  }
  .sec04 .textbox .box_header .box_title {
    font-size: 5vw;
  }
  .sec04 .textbox .box_header .box_subtitle {
    font-size: 4vw;
    margin-left: 5vw;
  }
  .sec04 .imagebox {
    width: 90%;
    margin: 0 auto 5vw;
  }
  .sec04 .image01::before {
    content: "";
    position: absolute;
    width: 30vw;
    height: 13vw;
    top: 0;
    left: 0;
    background: url(/images/clinic/sec03kazari_left.webp) center/contain no-repeat;
  }
  .sec04 .image01::after {
    content: "";
    position: absolute;
    width: 38vw;
    height: 32vw;
    bottom: -10vw;
    right: -3vw;
    background: url(/images/clinic/sec03kazari_right.webp) center/contain no-repeat;
  }
  .sec04 .reverse {
    margin-bottom: 2vw;
  }
  .sec04 .chara_box .flexbox {
    -moz-column-gap: 0;
         column-gap: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    row-gap: 5vw;
    margin: 0 auto;
    padding-top: 7vw;
    border-top: 2px dashed #ec9149;
  }
  .sec04 .chara_box .flexbox .left_box {
    width: 100%;
  }
  .sec04 .chara_box .flexbox .left_box .imagebox {
    width: 90%;
    margin: 0 auto;
  }
  .sec04 .chara_box .flexbox .left_box .textbox {
    text-align: center;
    width: 100%;
    padding: 0;
    margin-bottom: 3vw;
    letter-spacing: 0.1em;
  }
  .sec04 .chara_box .flexbox .left_box .textbox .up_text {
    letter-spacing: 0.1em;
    color: #d76f62;
    font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
    font-size: 4.3vw;
    margin-bottom: 1vw;
    line-height: 1.5;
  }
  .sec04 .chara_box .flexbox .left_box .textbox .bottom_text {
    line-height: 1.5;
    color: #d76f62;
    letter-spacing: 0.1em;
    font-size: 4.8vw;
    font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  }
  .sec04 .chara_box .flexbox .right_box .right_text {
    text-align: center;
    color: #d76f62;
    font-size: 4vw;
    letter-spacing: 0.1em;
  }
}

.sec05 {
  margin-bottom: 95px;
}
.sec05 .flexbox {
  position: relative;
  width: 1280px;
  margin: 0 auto;
}
.sec05 .textbox {
  padding: 0 70px 66px 0;
  width: 45.5%;
  position: relative;
}
.sec05 .textbox .box_header {
  display: flex;
  color: #A67E34;
  align-items: center;
  margin-bottom: 15px;
  position: relative;
}
.sec05 .textbox .box_header .box_title {
  font-size: 24px;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
}
.sec05 .textbox .box_header .box_subtitle {
  font-size: 14px;
  color: #A67E34;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .sec05 {
    margin-bottom: 33.5vw;
  }
  .sec05 .flexbox {
    position: relative;
    width: 100%;
    display: block;
    margin: 0 auto;
  }
  .sec05 .flexbox::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 41vw;
    top: 73vw;
    right: 0px;
    background: url(/images/clinic/left_sp.webp) center/contain no-repeat;
  }
  .sec05 .textbox {
    padding: 5vw;
    width: 100%;
  }
  .sec05 .textbox .box_header {
    margin-bottom: 3vw;
  }
  .sec05 .textbox .box_header .box_title {
    font-size: 5vw;
    font-feature-settings: "palt";
  }
  .sec05 .textbox .box_header .box_subtitle {
    font-size: 4vw;
    margin-left: 3vw;
  }
  .sec05 .imagebox {
    width: 90%;
    margin: 0 auto 5vw;
  }
}

.sec06 {
  margin-bottom: 195px;
}
.sec06 .bg {
  position: relative;
}
.sec06 .bg::before {
  content: "";
  position: absolute;
  width: 1280px;
  height: 758px;
  top: -70px;
  right: 50%;
  transform: translateX(50%);
  background: url(/images/clinic/sec05_bg.webp) center/contain no-repeat;
}
.sec06 .section_title {
  font-size: 24px;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  color: #A67E34;
  margin-bottom: 75px;
  position: relative;
}
.sec06 .section_title::before {
  content: "";
  position: absolute;
  width: 592px;
  height: 175px;
  bottom: -20px;
  left: 0;
  background: url(/images/clinic/for_everyone.webp) center/contain no-repeat;
}
.sec06 .section_title::after {
  content: "";
  position: absolute;
  width: 131px;
  height: 118px;
  bottom: 0;
  right: 40px;
  background: url(/images/clinic/sec05kazari.webp) center/contain no-repeat;
}
.sec06 .flexbox {
  margin-bottom: 45px;
}
.sec06 .flexbox .textbox {
  margin-left: 30px;
  width: 70%;
}
.sec06 .flexbox .textbox .box_title {
  font-size: 20px;
  font-weight: bold;
  color: #A67E34;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .sec06 {
    margin-bottom: 0;
  }
  .sec06 .bg {
    position: relative;
    background-color: #FCF3F4;
    padding-bottom: 40vw;
  }
  .sec06 .bg::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 25vw;
    top: -24vw;
    right: 50%;
    transform: translateX(50%);
    background: url(/images/clinic/bg_sp.webp) center/contain no-repeat;
  }
  .sec06 .bg::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 44vw;
    bottom: -1vw;
    right: 50%;
    transform: translateX(50%);
    background: url(/images/clinic/bg_after_sp.webp) center/contain no-repeat;
  }
  .sec06 .section_title {
    font-size: 4.8vw;
    margin-bottom: 15vw;
  }
  .sec06 .section_title::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 27vw;
    bottom: 6vw;
    left: 0;
    background: url(/images/clinic/for_everyone.webp) center/contain no-repeat;
  }
  .sec06 .section_title::after {
    content: "";
    position: absolute;
    width: 20vw;
    height: 19vw;
    bottom: -6vw;
    right: 5vw;
    background: url(/images/clinic/sec05kazari.webp) center/contain no-repeat;
  }
  .sec06 .gridbox_menu {
    -moz-column-gap: initial;
         column-gap: initial;
  }
  .sec06 .gridbox_menu .imagebox {
    width: 100%;
  }
  .sec06 .gridbox_menu .textbox {
    width: 100%;
  }
  .sec06 .gridbox_menu .textbox .box_title {
    margin-bottom: 3vw;
  }
  .sec06 .flexbox {
    display: block;
    margin-bottom: 10vw;
  }
  .sec06 .flexbox .textbox {
    margin-left: 0;
    width: 100%;
  }
  .sec06 .flexbox .textbox .box_title {
    font-size: 4.5vw;
    font-weight: bold;
    color: #A67E34;
    margin-bottom: 3vw;
  }
  .sec06 .flexbox:last-of-type {
    margin-bottom: 0;
  }
}

.sec07 {
  margin-bottom: 150px;
  margin-top: 160px;
}
.sec07 .section_title {
  font-size: 28px;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  text-align: center;
  position: relative;
  color: #fff;
  margin-bottom: 140px;
}
.sec07 .section_title::before {
  content: "";
  position: absolute;
  width: 1200px;
  height: 214px;
  bottom: 50%;
  right: 50%;
  transform: translate(50%, 50%);
  z-index: -1;
  background: url(/images/clinic/sec06.webp) center/contain no-repeat;
}
.sec07 .gridbox_menu {
  width: 1010px;
  margin: 0 auto;
}
.sec07 .gridbox_menu .box {
  width: 300px;
}
.sec07 .gridbox_menu .box_title {
  text-align: left;
  margin-bottom: 5px;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 71px;
}
@media screen and (max-width: 768px) {
  .sec07 {
    margin-bottom: 23.7vw;
    margin-top: 26.8vw;
  }
  .sec07 .section_title {
    font-size: 5vw;
    margin-bottom: 25vw;
  }
  .sec07 .section_title::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 51vw;
    bottom: 50%;
    right: 50%;
    transform: translate(50%, 50%);
    z-index: -1;
    background: url(/images/clinic/sec06_sp.webp) center/contain no-repeat;
  }
  .sec07 .gridbox_menu {
    width: 100%;
  }
  .sec07 .gridbox_menu .box {
    width: 100%;
  }
  .sec07 .gridbox_menu .box_title {
    font-size: 4.8vw;
    margin-bottom: 3vw;
    height: initial;
  }
}

.sec08 {
  margin-bottom: 100px;
  padding: 0 40px;
}
.sec08 .bottom_box {
  padding: 60px 60px 50px;
  width: 1080px;
  max-width: 100%;
  margin: 0 auto;
  border: 1px solid #499250;
  position: relative;
}
.sec08 .bottom_box .bottom_title {
  color: #499250;
  font-size: 28px;
  text-align: center;
  position: relative;
  margin-bottom: 115px;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  letter-spacing: 0.1em;
  line-height: 1.7;
}
.sec08 .bottom_box .bottom_title::before {
  content: "";
  position: absolute;
  width: 287px;
  height: 59px;
  bottom: -70px;
  right: 50%;
  transform: translateX(50%);
  background: url(/images/clinic/clean_safety.webp) center/contain no-repeat;
}
.sec08 .bottom_box .top_text {
  width: 80%;
  margin: 0 auto 55px;
  letter-spacing: 0.1em;
  line-height: 1.7;
}
.sec08 .bottom_box .gridbox_menu {
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 110px;
       column-gap: 110px;
  width: 910px;
  margin: 0 auto;
}
.sec08 .bottom_box .gridbox_menu .box {
  width: 400px;
}
.sec08 .bottom_box .gridbox_menu .box_title {
  text-align: left;
  color: #499250;
  font-size: 24px;
  margin-bottom: 5px;
}
.sec08 .bottom_box::before {
  position: absolute;
  content: "";
  width: 1200px;
  height: 243px;
  top: 0;
  right: 50%;
  transform: translateX(50%);
  background: url(/images/clinic/sec08_bg.webp) center/contain no-repeat;
}
@media screen and (max-width: 768px) {
  .sec08 {
    margin-bottom: 13.7vw;
    padding: 0 5vw;
  }
  .sec08 .bottom_box {
    padding: 5vw;
    width: 90%;
    max-width: 100%;
  }
  .sec08 .bottom_box .bottom_title {
    font-size: 5vw;
    margin-bottom: 10vw;
  }
  .sec08 .bottom_box .bottom_title::before {
    content: "";
    position: absolute;
    width: 60vw;
    height: 13vw;
    bottom: -11vw;
    right: 50%;
    transform: translateX(50%);
    background: url(/images/clinic/clean_safety.webp) center/contain no-repeat;
  }
  .sec08 .bottom_box .top_text {
    width: 100%;
    margin: 0 auto 10vw;
    letter-spacing: 0.1em;
    line-height: 1.7;
    font-size: 4vw;
  }
  .sec08 .bottom_box .gridbox_menu {
    grid-template-columns: repeat(1, 1fr);
    -moz-column-gap: 0;
         column-gap: 0;
    width: 100%;
    margin: 0 auto;
    row-gap: 10vw;
  }
  .sec08 .bottom_box .gridbox_menu .box {
    width: 100%;
  }
  .sec08 .bottom_box .gridbox_menu .box_title {
    text-align: left;
    color: #499250;
    font-size: 4.8vw;
    margin-bottom: 3vw;
  }
  .sec08 .bottom_box::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 23vw;
    top: 0;
    right: 50%;
    transform: translateX(50%);
    background: url(/images/clinic/sec08_bg_sp.webp) center/contain no-repeat;
  }
}

.addsec01 {
  margin-bottom: 200px;
}
.addsec01 .inner {
  padding: 0 115px;
}
.addsec01 .header_box {
  font-size: 28px;
  color: #3B639A;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  text-align: center;
  border-bottom: 1px dashed #3B639A;
  padding-bottom: 15px;
  margin-bottom: 50px;
  letter-spacing: 0.1em;
}
.addsec01 .top_box {
  letter-spacing: 0.1em;
  font-size: 18px;
  margin-bottom: 50px;
}
.addsec01 .flexbox {
  flex-direction: row-reverse;
  align-items: flex-start;
}
.addsec01 .flexbox .textbox {
  width: 100%;
  font-size: 18px;
}
.addsec01 .flexbox .imagebox {
  width: 48.3%;
}
.addsec01 .add_bg {
  position: absolute;
  content: "";
  width: 1200px;
  height: 772px;
  z-index: -5;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -55%);
  background: url(/images/clinic/micro_bg.webp) center/contain no-repeat;
}
@media screen and (max-width: 768px) {
  .addsec01 {
    margin-bottom: 33.8vw;
  }
  .addsec01 .inner {
    padding: 0 5vw;
  }
  .addsec01 .header_box {
    font-size: 4.8vw;
    padding-bottom: 5vw;
    margin-bottom: 7vw;
    letter-spacing: 0.1em;
  }
  .addsec01 .top_box {
    letter-spacing: 0.1em;
    font-size: 4vw;
    margin-bottom: 5vw;
    line-height: 1.8;
  }
  .addsec01 .flexbox {
    display: block;
    flex-direction: row-reverse;
    align-items: flex-start;
  }
  .addsec01 .flexbox .textbox {
    width: 100%;
    font-size: 4vw;
    line-height: 1.8;
  }
  .addsec01 .flexbox .imagebox {
    width: 80%;
    margin: 0 auto 5vw;
  }
  .addsec01 .add_box {
    width: 90%;
    margin: 0 auto;
  }
  .addsec01 .add_bg {
    position: absolute;
    content: "";
    width: 90%;
    height: 312vw;
    z-index: -5;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(/images/clinic/micro_bg_sp.webp) center/contain no-repeat;
  }
}/*# sourceMappingURL=clinic02.css.map */