.main_image {
  position: relative;
  /* .kazari01 {
      position: absolute;
      left: -10px;
      top: -10px;
      width: 586px;
      height: 358px;
      background: url(/images01/common/key_kazari01.webp) center /contain no-repeat;
  }

  .kazari02 {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 563px;
      height: 251px;
      background: url(/images01/common/key_kazari02.webp) left bottom /contain no-repeat;
  }

  .kazari03 {
      position: absolute;
      right: -10px;
      bottom: -10px;
      width: 301px;
      height: 270px;
      background: url(/images01/common/key_kazari03.webp) right bottom /contain no-repeat;
  } */
}
.main_image .inner {
  width: 1280px;
  max-width: 100%;
  height: 150px;
  padding: 70px 60px 0;
  margin: 0 auto;
  box-sizing: border-box;
}
.main_image .inner:before {
  content: "";
  position: absolute;
  z-index: -2;
  top: 160px;
  right: 1090px;
  width: 2000px;
  height: 536px;
  background: linear-gradient(#f5f1ed, #fff);
}
.main_image .inner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 905px;
  width: calc(100vw - 905px);
  height: 803px;
  background: linear-gradient(#f5f1ed, #fff);
}
.main_image .text {
  position: relative;
  z-index: 2;
  padding-left: 0;
  font-family: "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 33px;
  letter-spacing: 0.2em;
  text-shadow: 0 0 5px #fff;
}
.main_image .text:before {
  content: "CLINIC";
  position: absolute;
  left: 0;
  top: -40px;
  font-family: initial;
  font-size: 20px;
  letter-spacing: 0.2em;
  color: #736357;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .main_image .inner:before {
    right: initial;
    left: 0;
    width: 206px;
    height: 536px;
    margin-left: -10px;
    background: linear-gradient(#f5f1ed, #fff);
  }
  .main_image .inner:after {
    top: 0;
    left: initial;
    right: 78px;
    width: 29.46vw;
    height: 803px;
    margin-right: -79px;
    background: linear-gradient(#f5f1ed, #fff);
  }
}
@media screen and (max-width: 767px) {
  .main_image {
    /* .kazari01 {
        position: absolute;
        left: -2.7vw;
        top: -2.7vw;
        width: 80vw;
        height: 48.8vw;
        background: url(/images01/common/key_kazari01.webp) center /contain no-repeat;
    }
    .kazari02 {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 80vw;
        height: 25.8vw;
        background: url(/images01/common/key_kazari02.webp) left bottom /contain no-repeat;
    }
    .kazari03 {
        position: absolute;
        right: -2.7vw;
        bottom: -2.7vw;
        width: 40vw;
        height: 93.3vw;
        background: url(/images01/common/key_kazari03.webp) right bottom /contain no-repeat;
    } */
  }
  .main_image .inner {
    padding: 0 3vw;
    height: initial;
    margin-bottom: 4.2vw;
  }
  .main_image .inner:before {
    display: none;
  }
  .main_image .inner:after {
    content: "";
    position: absolute;
    top: 0;
    left: 39.8vw;
    width: 60.33vw;
    height: 116.13vw;
    background: linear-gradient(#f5f1ed, #fff);
  }
  .main_image .text {
    padding-top: 8vw;
    font-size: 5.8vw;
  }
  .main_image .text:before {
    left: 0vw;
    top: 2vw;
    font-size: 4vw;
  }
}

.lead_sec {
  position: relative;
}
.lead_sec::after {
  content: "";
  position: absolute;
  z-index: 2;
  right: 43px;
  top: 38px;
  width: 769px;
  height: 513px;
  background: url(/images/clinic/lead_sec_bg.webp) center/contain no-repeat;
}
.lead_sec .sec_title {
  position: relative;
}
@media screen and (max-width: 767px) {
  .lead_sec {
    padding: 13.8vw 5.5vw 0;
  }
  .lead_sec::after {
    content: "";
    position: absolute;
    z-index: 0;
    right: 4vw;
    bottom: initial;
    top: 0;
    width: 90.66vw;
    height: 60.53vw;
    background: url(/images/clinic/lead_sec_bg_sp.webp) center/contain no-repeat;
  }
  .lead_sec .sec_title {
    margin-top: 50.53vw;
    margin-bottom: 4.2vw;
    margin-left: initial;
    font-size: 5.3vw;
  }
  .lead_sec .sec_text {
    width: 100%;
    max-width: 100%;
    margin-left: initial;
  }
  .lead_sec .flex_box {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  .lead_sec .list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-bottom: 12vw;
  }
  .lead_sec .item {
    width: 73.33vw;
    height: 14.13vw;
    margin-right: initial;
    margin-bottom: 4vw;
  }
  .lead_sec .item img {
    width: 100%;
    height: 100%;
  }
}

.sec01 {
  margin-top: 280px;
  padding-bottom: 200px;
  background-color: #f5f1ed;
  position: relative;
}
.sec01:before {
  content: "";
  position: absolute;
  z-index: 0;
  top: -160px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 161px;
  background: url(/images/clinic/sec01_bg.webp) center bottom/cover no-repeat;
  background-size: 101% 161px;
}
.sec01:after {
  content: "";
  position: absolute;
  z-index: 3;
  top: -180px;
  left: 30%;
  transform: translateX(-50%);
  width: 469px;
  height: 66px;
  background: url(/images/clinic/text_welcome.webp) center bottom/cover no-repeat;
}
.sec01 .flex_cont {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.sec01 .cont_title {
  font-size: 49px;
  margin-bottom: -15px;
  color: #948175;
}
.sec01 .cont_sub_title {
  padding-left: 10px;
  font-size: 28px;
  line-height: 2;
  letter-spacing: 0.2em;
  margin-bottom: 30px;
  color: #736357;
}
.sec01 .block_cont {
  width: 489px;
  min-width: 40%;
  max-width: 40%;
}
.sec01 .cont01 {
  margin-bottom: 90px;
}
.sec01 .cont01 .imagebox {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  margin-bottom: 30px;
}
.sec01 .cont01 .block_cont {
  margin-left: auto;
}
.sec01 .cont01 .cont_image_w {
  content: "";
  position: absolute;
  top: 0;
  left: -30px;
  width: 54.51vw;
  max-width: 676px;
  height: 380px;
}
.sec01 .cont01 .cont_image {
  width: 489px;
  max-width: 100%;
}
.sec01 .cont01 .cont_image img {
  width: 100%;
  height: 100%;
}
.sec01 .cont01 .sub_title {
  padding-left: 10px;
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.15em;
  margin-bottom: 20px;
}
.sec01 .cont02 {
  margin-bottom: 90px;
}
.sec01 .cont02 .imagebox {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  margin-bottom: 30px;
}
.sec01 .cont02 .block_cont {
  margin-right: auto;
}
.sec01 .cont02 .cont_image_w {
  content: "";
  position: absolute;
  top: 0;
  right: -30px;
  width: 54.51vw;
  max-width: 676px;
  height: 380px;
}
.sec01 .cont02 .cont_image {
  width: 489px;
  max-width: 100%;
}
.sec01 .cont02 .cont_image img {
  width: 100%;
  height: 100%;
}
.sec01 .cont02 .sub_title {
  padding-left: 10px;
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.15em;
  margin-bottom: 20px;
}
.sec01 .cont03 {
  margin-bottom: 90px;
  align-items: center;
}
.sec01 .cont03 .cont_image {
  width: 489px;
  max-width: 48%;
  margin-right: 80px;
}
.sec01 .cont03 .textbox {
  width: 52%;
  box-sizing: border-box;
}
.sec01 .cont03 .cont_sub_title02 {
  padding-left: 10px;
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.15em;
  margin-bottom: 20px;
}
.sec01 .cont04 {
  padding-bottom: 90px;
  align-items: center;
}
.sec01 .cont04 .cont_image {
  width: 489px;
  max-width: 48%;
  margin-left: 80px;
}
.sec01 .cont04 .textbox {
  width: 52%;
  box-sizing: border-box;
}
.sec01 .cont04 .cont_sub_title02 {
  padding-left: 10px;
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.15em;
  margin-bottom: 20px;
}
@media screen and (max-width: 1310px) and (min-width: 768px) {
  .sec01 .cont01 .cont_image_w {
    left: -20px;
  }
  .sec01 .cont02 .cont_image_w {
    right: -20px;
  }
}
@media screen and (max-width: 767px) {
  .sec01 {
    padding-bottom: 13.8vw;
    margin-top: 26.6vw;
  }
  .sec01:before {
    content: "";
    position: absolute;
    z-index: 0;
    top: -16.66vw;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 22.66vw;
    background: url(/images/clinic/sec01_bg_sp.webp) center bottom/cover no-repeat;
    background-size: 105% 22.66vw;
  }
  .sec01:after {
    content: "";
    position: absolute;
    z-index: 3;
    top: -20vw;
    left: 40%;
    transform: translateX(-50%);
    width: 70.9vw;
    height: 10.1vw;
    background: url(/images/clinic/text_welcome_sp.webp) center bottom/cover no-repeat;
  }
  .sec01 .flex_cont {
    display: block;
  }
  .sec01 .cont_title {
    font-size: 6.4vw;
    margin-bottom: -2vw;
    color: #948175;
  }
  .sec01 .cont_sub_title {
    padding-left: initial;
    font-size: 4.2vw;
    margin-bottom: 4.2vw;
  }
  .sec01 .block_cont {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
  .sec01 .cont01 {
    margin-bottom: 13.8vw;
  }
  .sec01 .cont01 .imagebox {
    display: block;
    position: relative;
    padding: 0 5.5vw;
    margin-bottom: 4.2vw;
  }
  .sec01 .cont01 .block_cont {
    margin-left: initial;
  }
  .sec01 .cont01 .cont_image_w {
    content: "";
    position: initial;
    top: initial;
    left: initial;
    width: 100%;
    max-width: 100%;
    height: 100%;
  }
  .sec01 .cont01 .cont_image_w img {
    width: 100%;
    height: 100%;
  }
  .sec01 .cont01 .cont_image {
    width: 100%;
    max-width: 100%;
    padding: 0 5.5vw;
    box-sizing: border-box;
  }
  .sec01 .cont01 .cont_image img {
    width: 100%;
    height: 100%;
  }
  .sec01 .cont01 .textbox {
    width: 100%;
    padding: 0 5.5vw;
    margin-bottom: 4.2vw;
    box-sizing: border-box;
  }
  .sec01 .cont01 .sub_title {
    padding-left: initial;
    font-size: 4.2vw;
    line-height: 1.5;
    margin-bottom: 4.2vw;
  }
  .sec01 .cont01 .cont_text {
    font-size: 4vw;
  }
  .sec01 .cont02 {
    margin-bottom: 13.8vw;
  }
  .sec01 .cont02 .imagebox {
    display: block;
    position: relative;
    padding: 0 5.5vw;
    margin-bottom: 4.2vw;
  }
  .sec01 .cont02 .block_cont {
    margin-right: initial;
  }
  .sec01 .cont02 .cont_image_w {
    content: "";
    position: initial;
    top: initial;
    right: initial;
    width: 100%;
    max-width: 100%;
    height: 100%;
  }
  .sec01 .cont02 .cont_image_w img {
    width: 100%;
    height: 100%;
  }
  .sec01 .cont02 .cont_image {
    width: 100%;
    max-width: 100%;
    padding: 0 5.5vw;
    box-sizing: border-box;
  }
  .sec01 .cont02 .cont_image img {
    width: 100%;
    height: 100%;
  }
  .sec01 .cont02 .textbox {
    width: 100%;
    padding: 0 5.5vw;
    margin-bottom: 4.2vw;
    box-sizing: border-box;
  }
  .sec01 .cont02 .sub_title {
    padding-left: initial;
    font-size: 4.2vw;
    line-height: 1.5;
    margin-bottom: 4.2vw;
  }
  .sec01 .cont02 .cont_text {
    font-size: 4vw;
  }
  .sec01 .cont03 {
    margin-bottom: 13.8vw;
  }
  .sec01 .cont03 .cont_image {
    width: 100%;
    max-width: 100%;
    margin-right: initial;
  }
  .sec01 .cont03 .textbox {
    width: 100%;
    padding: 0 5.5vw;
    box-sizing: border-box;
  }
  .sec01 .cont03 .cont_sub_title02 {
    padding-left: initial;
    font-size: 4.2vw;
    line-height: 1.5;
    margin-bottom: 4.2vw;
  }
  .sec01 .cont04 {
    padding-bottom: 13.8vw;
  }
  .sec01 .cont04 .cont_image {
    width: 100%;
    max-width: 100%;
    margin-left: initial;
  }
  .sec01 .cont04 .textbox {
    width: 100%;
    padding: 0 5.5vw;
    box-sizing: border-box;
  }
  .sec01 .cont04 .cont_sub_title02 {
    padding-left: initial;
    font-size: 4.2vw;
    line-height: 1.5;
    margin-bottom: 4.2vw;
  }
}

.sec02 {
  padding-bottom: 300px;
  background-color: #b8d9e3;
  position: relative;
}
.sec02::before {
  content: "";
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  width: 341px;
  height: 62px;
  background: url(/images/clinic/text_forall.webp) center/contain no-repeat;
}
.sec02 .sec_title {
  font-family: "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 25px;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 70px 0 105px;
}
.sec02 .cont_image {
  width: 500px;
  max-width: 48%;
}
.sec02 .cont_title {
  color: #24a5b9;
}
.sec02 .cont01 {
  margin-bottom: 80px;
}
.sec02 .cont01 .textbox {
  margin-left: 60px;
}
.sec02 .cont01 .cont_image {
  width: 500px;
  min-width: 48%;
  max-width: 48%;
}
.sec02 .cont02 {
  margin-bottom: 80px;
}
.sec02 .cont02 .textbox {
  margin-right: 60px;
}
.sec02 .cont02 .cont_image {
  width: 500px;
  min-width: 48%;
  max-width: 48%;
}
.sec02 .list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.sec02 .item {
  width: 386px;
  max-width: 31%;
  box-sizing: border-box;
}
.sec02 .item .item_image {
  width: 30vw;
  max-width: 386px;
  height: auto;
  text-align: center;
  margin-bottom: 20px;
}
.sec02 .item .item_image img {
  width: 100%;
}
.sec02 .item .item_text {
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: center;
  margin-bottom: 20px;
  min-height: 4em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec02 .item .item_title {
  font-size: 20px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #24a5b9;
  padding-bottom: 20px;
}
.sec02 .item:not(:last-of-type) {
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  .sec02 {
    padding-bottom: 26.6vw;
    position: relative;
  }
  .sec02::before {
    content: "";
    position: absolute;
    top: -6vw;
    left: 50%;
    transform: translateX(-50%);
    width: 68.26vw;
    height: 13.06vw;
    background: url(/images/clinic/text_forall_sp.webp) center/contain no-repeat;
  }
  .sec02 .sec_title {
    font-family: "Yu Mincho", "YuMincho", "noto serif jp", serif;
    font-size: 5.3vw;
    padding: 18vw 0 8vw;
  }
  .sec02 .cont {
    padding: 0 5.5vw;
  }
  .sec02 .cont_image {
    width: 100%;
    max-width: 100%;
  }
  .sec02 .cont_image img {
    width: 100%;
    height: 100%;
  }
  .sec02 .cont_title {
    color: #24a5b9;
  }
  .sec02 .cont01 {
    margin-bottom: 13.8vw;
  }
  .sec02 .cont01 .textbox {
    margin-left: initial;
  }
  .sec02 .cont01 .cont_image {
    min-width: 100%;
    max-width: 100%;
  }
  .sec02 .cont02 {
    margin-bottom: 13.8vw;
  }
  .sec02 .cont02 .textbox {
    margin-right: initial;
  }
  .sec02 .cont02 .cont_image {
    min-width: 100%;
    max-width: 100%;
  }
  .sec02 .list {
    display: block;
    padding: 0 5.5vw;
  }
  .sec02 .item {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
  .sec02 .item .item_image {
    width: 100%;
    max-width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 4.2vw;
  }
  .sec02 .item .item_image img {
    width: 100%;
  }
  .sec02 .item .item_text {
    letter-spacing: 0.1em;
    line-height: 2;
    text-align: center;
    margin-bottom: 20px;
  }
  .sec02 .item .item_title {
    font-size: 5.3vw;
    padding-bottom: 4.2vw;
    text-align: left;
  }
  .sec02 .item:not(:last-of-type) {
    margin-right: initial;
    margin-bottom: 13.8vw;
  }
}

.sec03 {
  margin-bottom: 180px;
  position: relative;
}
.sec03:before {
  content: "";
  position: absolute;
  z-index: 0;
  top: -144px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 161px;
  background: url(/images/clinic/sec03_bg.webp) center bottom/cover no-repeat;
  background-size: 101% 161px;
}
.sec03:after {
  content: "";
  position: absolute;
  z-index: 3;
  top: -125px;
  left: 50%;
  transform: translateX(-50%);
  width: 199px;
  height: 50px;
  background: url(/images/clinic/text_facility.webp) center bottom/cover no-repeat;
}
.sec03 .sec_title {
  font-family: "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 24px;
  letter-spacing: 0.2em;
  text-align: center;
  padding: 0 0 105px;
}
.sec03 .cont_image {
  width: 500px;
  max-width: 48%;
}
.sec03 .cont_title {
  color: #0b6ba2;
}
.sec03 .cont01 {
  margin-bottom: 80px;
}
.sec03 .cont01 .textbox {
  width: 55%;
  max-width: 55%;
  margin-left: 50px;
}
.sec03 .cont02 {
  margin-bottom: 120px;
}
.sec03 .cont02 .textbox {
  width: 55%;
  max-width: 55%;
  margin-left: 50px;
}
.sec03 .cont03 {
  margin-bottom: 80px;
}
.sec03 .cont03 .textbox {
  width: 80%;
  max-width: 80%;
  margin-left: 65px;
}
.sec03 .cont04 .textbox {
  width: 80%;
  max-width: 80%;
  margin-left: 65px;
}
.sec03 .upper_box {
  width: 1120px;
  max-width: 100%;
  background-color: #f5f1ed;
  padding: 65px 30px;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
.sec03 .upper_box:before {
  content: "";
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: 398px;
  height: 51px;
  background: url(/images/clinic/text_cleansafety.webp) center bottom/cover no-repeat;
}
.sec03 .upper_box .box_title {
  font-family: "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 24px;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 45px;
}
.sec03 .upper_box .list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.sec03 .upper_box .item {
  width: 300px;
  max-width: 30%;
  box-sizing: border-box;
}
.sec03 .upper_box .item .item_image {
  text-align: center;
  margin-bottom: 20px;
}
.sec03 .upper_box .item .item_text {
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: center;
  margin-bottom: 20px;
}
.sec03 .upper_box .item .item_title {
  font-size: 20px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #24a5b9;
  padding-bottom: 20px;
}
.sec03 .upper_box .item:not(:last-of-type) {
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  .sec03 {
    margin-bottom: 13.8vw;
    position: relative;
  }
  .sec03:before {
    content: "";
    position: absolute;
    z-index: 0;
    top: -16.66vw;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 22.66vw;
    background: url(/images/clinic/sec03_bg_sp.webp) center bottom/cover no-repeat;
    background-size: 105% 22.66vw;
  }
  .sec03:after {
    content: "";
    position: absolute;
    z-index: 3;
    top: -18.33vw;
    left: 50%;
    transform: translateX(-50%);
    width: 53.06vw;
    height: 13.33vw;
    background: url(/images/clinic/text_facility.webp) center bottom/cover no-repeat;
  }
  .sec03 .sec_title {
    font-family: "Yu Mincho", "YuMincho", "noto serif jp", serif;
    font-size: 5.3vw;
    padding: 4vw 0 8vw;
  }
  .sec03 .cont {
    padding: 0 5.5vw;
  }
  .sec03 .cont_image {
    width: 100%;
    max-width: 100%;
    padding-bottom: 4.2vw;
  }
  .sec03 .cont_title {
    color: #24a5b9;
  }
  .sec03 .cont01 {
    margin-bottom: 13.8vw;
  }
  .sec03 .cont01 .textbox {
    width: 100%;
    max-width: 100%;
    margin-left: initial;
  }
  .sec03 .cont02 {
    margin-bottom: 13.8vw;
  }
  .sec03 .cont02 .textbox {
    width: 100%;
    max-width: 100%;
    margin-left: initial;
  }
  .sec03 .cont03 {
    margin-bottom: 13.8vw;
  }
  .sec03 .cont03 .textbox {
    width: 100%;
    max-width: 100%;
    margin-left: initial;
  }
  .sec03 .cont04 {
    padding-bottom: 13.8vw;
    margin-bottom: 6.3vw;
  }
  .sec03 .cont04 .textbox {
    width: 100%;
    max-width: 100%;
    margin-left: initial;
  }
  .sec03 .upper_box {
    width: 100%;
    max-width: 100%;
    padding: 10.6vw 5.5vw 5.5vw;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
  }
  .sec03 .upper_box:before {
    content: "";
    position: absolute;
    top: -6vw;
    left: 50%;
    transform: translateX(-50%);
    width: 84.2vw;
    height: 10.66vw;
    background: url(/images/clinic/text_cleansafety.webp) center bottom/cover no-repeat;
  }
  .sec03 .upper_box .box_title {
    font-family: "Yu Mincho", "YuMincho", "noto serif jp", serif;
    font-size: 4.8vw;
    margin-bottom: 8.6vw;
  }
  .sec03 .upper_box .list {
    display: block;
    box-sizing: border-box;
  }
  .sec03 .upper_box .item {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
  .sec03 .upper_box .item .item_image {
    width: 100%;
    text-align: center;
    margin-bottom: 4.2vw;
  }
  .sec03 .upper_box .item .item_image img {
    width: 100%;
    height: 100%;
  }
  .sec03 .upper_box .item .item_text {
    margin-bottom: 4.2vw;
  }
  .sec03 .upper_box .item .item_title {
    font-size: 5.3vw;
    padding-bottom: 4.2vw;
  }
  .sec03 .upper_box .item:not(:last-of-type) {
    margin-right: initial;
    margin-bottom: 13.8vw;
  }
}/*# sourceMappingURL=clinic.css.map */