.main_image {
  position: relative;
  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;
  padding-left: 0;
  font-family: "noto sans jp", sans-serif;
  font-size: 48px;
  letter-spacing: 0.2em;
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.75);
}
.main_image .text:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 45px;
  bottom: -100%;
  transform: translateY(-50%);
  width: 305px;
  height: 36px;
  background: url(/images/common/arch.webp) center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .main_image {
    position: relative;
    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;
  }
  .main_image .text:before {
    left: 26vw;
    top: 12.3vw;
    width: 41.3vw;
    height: 21.3vw;
    background: url(/images/common/arch.webp) center/contain no-repeat;
  }
}

.sec01 {
  margin-top: 150px;
}
.sec01 .clinicbox_left {
  margin-bottom: 170px;
  position: relative;
}
.sec01 .clinicbox_left .flexbox {
  flex-direction: row-reverse;
}
.sec01 .clinicbox_left .flexbox .imagebox {
  text-align: right;
}
.sec01 .clinicbox_left .flexbox .textbox {
  position: relative;
  margin-right: 10px;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.sec01 .clinicbox_left .flexbox .textbox .circle01 {
  position: absolute;
  content: "";
  top: -170px;
  left: 0;
  width: 210px;
  height: 210px;
  z-index: -1;
}
.sec01 .clinicbox_left .flexbox .textbox .circle01 .circle01_text {
  content: "";
  position: absolute;
  top: 80px;
  left: 0;
  width: 210px;
  height: auto;
  font-size: 30px;
  color: #534741;
  text-align: center;
  align-items: center;
}
.sec01 .clinicbox_left .flexbox .textbox .circle01 .circle01_text2 {
  content: "";
  position: absolute;
  top: 60px;
  left: 0;
  width: 210px;
  height: auto;
  font-size: 30px;
  color: #534741;
  text-align: center;
  align-items: center;
}
.sec01 .clinicbox_left .image_box {
  margin-top: 50px;
}
.sec01 .clinicbox_left .image_box .flexbox {
  flex-direction: row;
}
.sec01 .clinicbox_left .image_box .flexbox .first_img, .sec01 .clinicbox_left .image_box .flexbox .second_img {
  padding-right: 35px;
}
.sec01 .green_right {
  padding-bottom: 30px;
}
.sec01 .blue_left {
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .sec01 {
    padding-bottom: 13.8vw;
  }
  .sec01 .clinicbox_left {
    margin-bottom: 13.5vw;
    margin-top: 30vw;
  }
  .sec01 .clinicbox_left .flexbox .imagebox {
    text-align: center;
    margin-right: initial;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
  .sec01 .clinicbox_left .flexbox .float01::before {
    right: -2vw;
    top: -9vw;
    width: 60vw;
    height: 12vw;
    max-width: 100%;
    background: url(/images/medical/child_float.webp) center/contain no-repeat;
  }
  .sec01 .clinicbox_left .flexbox .textbox {
    font-size: 4.3vw;
    margin-right: initial;
  }
  .sec01 .clinicbox_left .flexbox .textbox .circle01 {
    width: 35vw;
    height: 35vw;
    top: -87vw;
    z-index: 2;
  }
  .sec01 .clinicbox_left .flexbox .textbox .circle01 .circle01_text {
    font-size: 4vw;
    top: 15vw;
    left: 3vw;
    width: 28vw;
    height: 8vw;
    font-feature-settings: "palt";
  }
  .sec01 .clinicbox_left .flexbox .textbox .circle01 .circle01_text2 {
    font-size: 4vw;
    top: 12vw;
    left: 3vw;
    width: 28vw;
    height: 18vw;
    font-feature-settings: "palt";
  }
  .sec01 .clinicbox_left .flexbox .textbox .circle01 img {
    max-width: 100%;
    min-width: 100%;
  }
  .sec01 .clinicbox_left .back_left {
    width: 80vw;
    height: auto;
    top: -7vw;
  }
  .sec01 .clinicbox_left .image_box {
    margin-top: 10vw;
  }
  .sec01 .clinicbox_left .image_box .flexbox {
    flex-direction: row;
    text-align: center;
  }
  .sec01 .clinicbox_left .image_box .flexbox .first_img, .sec01 .clinicbox_left .image_box .flexbox .second_img {
    padding-right: initial;
    padding-bottom: 5vw;
  }
  .sec01 .clinicbox_left .image_box .flexbox .first_img img, .sec01 .clinicbox_left .image_box .flexbox .second_img img, .sec01 .clinicbox_left .image_box .flexbox .third_img img {
    width: 80%;
  }
}
.sec01 .clinicbox_right {
  margin-bottom: 170px;
  position: relative;
}
.sec01 .clinicbox_right .green_back {
  background-color: rgba(232, 243, 211, 0.5);
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  height: 333px;
  position: absolute;
  top: 40px;
  z-index: -2;
}
.sec01 .clinicbox_right .flexbox {
  position: relative;
}
.sec01 .clinicbox_right .flexbox .imagebox {
  text-align: left;
}
.sec01 .clinicbox_right .flexbox .textbox {
  margin-left: 10px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  position: relative;
}
.sec01 .clinicbox_right .flexbox .textbox .circle02 {
  position: absolute;
  content: "";
  top: -170px;
  right: 0;
  width: 210px;
  height: 210px;
  z-index: -1;
}
.sec01 .clinicbox_right .flexbox .textbox .circle02 .circle02_text {
  content: "";
  position: absolute;
  top: 60px;
  right: 0;
  width: 210px;
  height: auto;
  font-size: 30px;
  color: #534741;
  text-align: center;
  align-items: center;
  font-feature-settings: "palt";
}
.sec01 .clinicbox_right .flexbox .green {
  position: relative;
}
.sec01 .clinicbox_right .flexbox .green::before {
  content: "";
  position: absolute;
  left: -2%;
  top: -50px;
  transform: translateY(-50%);
  width: 110px;
  height: 64px;
  background: url(/images/clinic/book.webp) center/contain no-repeat;
}
.sec01 .clinicbox_right .flexbox .green::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -100px;
  width: 244px;
  height: 31px;
  background: url(/images/clinic/prayroom.webp) center/contain no-repeat;
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  .sec01 .clinicbox_right .green_back {
    top: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .sec01 .clinicbox_right {
    margin-bottom: 13.5vw;
    margin-top: 20vw;
  }
  .sec01 .clinicbox_right .green_back {
    height: 123vw;
    top: 10vw;
  }
  .sec01 .clinicbox_right .flexbox .green::before {
    top: 58vw;
    width: 20vw;
    height: 16vw;
  }
  .sec01 .clinicbox_right .flexbox .green::after {
    bottom: -15vw;
    width: 67vw;
    height: 11vw;
  }
  .sec01 .clinicbox_right .flexbox .imagebox {
    text-align: center;
    margin-right: initial;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
  .sec01 .clinicbox_right .flexbox .float02::before {
    left: -2vw;
    top: -9vw;
    width: 60vw;
    height: 12vw;
    max-width: 100%;
    background: url(/images/medical/child_float.webp) center/contain no-repeat;
  }
  .sec01 .clinicbox_right .flexbox .textbox {
    font-size: 4vw;
    margin-left: initial;
  }
  .sec01 .clinicbox_right .flexbox .textbox .circle02 {
    width: 35vw;
    height: 35vw;
    top: -87vw;
    z-index: 2;
  }
  .sec01 .clinicbox_right .flexbox .textbox .circle02 .circle02_text {
    font-size: 4.3vw;
    top: 12vw;
    left: 3vw;
    width: 31vw;
    height: 8vw;
    font-feature-settings: "palt";
  }
  .sec01 .clinicbox_right .flexbox .textbox .circle02 .circle02_text2 {
    font-size: 4.3vw;
    top: 12vw;
    left: 3vw;
    width: 28vw;
    height: 18vw;
    font-feature-settings: "palt";
  }
  .sec01 .clinicbox_right .flexbox .textbox .circle02 img {
    max-width: 100%;
    min-width: 100%;
  }
  .sec01 .clinicbox_right .back_right {
    width: 80vw;
    height: auto;
    top: -7vw;
    right: -20px;
  }
  .sec01 .green_right {
    margin-bottom: 45vw;
    margin-top: 30vw;
  }
}
@media screen and (max-width: 940px) and (min-width: 768px) {
  .sec01 {
    margin-top: 200px;
  }
  .sec01 .clinicbox_left {
    margin-bottom: 200px;
  }
  .sec01 .clinicbox_right {
    margin-bottom: 200px;
  }
  .sec01 .green_right {
    padding-bottom: 50px;
  }
}

.sec02 {
  margin-bottom: 150px;
}
.sec02 .back_box {
  background-color: #F9F9F5;
  width: 1140px;
  height: 1073px;
  position: relative;
  z-index: -2;
  margin: 0 auto;
  max-width: 100%;
  position: relative;
}
.sec02 .back_box .box_header {
  position: relative;
  font-size: 30px;
  color: #428CB7;
  text-align: center;
  padding-top: 100px;
  line-height: 2;
  margin-bottom: 62px;
}
.sec02 .back_box .box_header .box_title::before {
  position: absolute;
  content: "";
  left: 130px;
  bottom: 0;
  transform: translateY(0%);
  width: 117px;
  height: 115px;
  background: url(/images/clinic/kazari_left_t.webp) center/contain no-repeat;
}
.sec02 .back_box .box_header .box_title::after {
  position: absolute;
  content: "";
  right: 170px;
  bottom: 0;
  transform: translateY(0%);
  width: 59px;
  height: 105px;
  background: url(/images/clinic/kazari_right_t.webp) center/contain no-repeat;
}
.sec02 .back_box .box_content .box_list {
  display: flex;
  justify-content: center;
  align-items: stretch;
  box-sizing: border-box;
  position: relative;
}
.sec02 .back_box .box_content .box_list .item {
  width: 330px;
  box-sizing: border-box;
  position: relative;
}
.sec02 .back_box .box_content .box_list .item .item_title {
  font-size: 20px;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 40px;
  color: #534741;
}
.sec02 .back_box .box_content .box_list .item .item_image {
  width: 100%;
  margin-bottom: 40px;
}
.sec02 .back_box .box_content .box_list .item .item_image_second {
  position: relative;
}
.sec02 .back_box .box_content .box_list .item .item_image_second::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  transform: translateY(0%);
  width: 113px;
  height: 97px;
  background: url(/images/clinic/car.webp) center/contain no-repeat;
}
.sec02 .back_box .box_content .box_list .item .item_image_third {
  position: relative;
}
.sec02 .back_box .box_content .box_list .item .item_image_third::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  transform: translateY(0%);
  width: 113px;
  height: 97px;
  background: url(/images/clinic/toilet.webp) center/contain no-repeat;
}
.sec02 .back_box .box_content .box_list .item:not(:last-of-type) {
  margin-right: 15px;
}
.sec02 .back_box .box_content .box_list .item:nth-of-type(2) {
  margin-top: 153px;
}
.sec02 .back_box .box_content .box_list .item:nth-of-type(1)::before {
  position: absolute;
  content: "";
  right: 50%;
  bottom: 0;
  transform: translateX(50%);
  width: 126px;
  height: 135px;
  background: url(/images/clinic/kazari_left_b.webp) center/contain no-repeat;
}
.sec02 .back_box .box_content .box_list .item:nth-of-type(3)::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  transform: translateY(50%);
  width: 146px;
  height: 133px;
  background: url(/images/clinic/kazari_right_b.webp) center/contain no-repeat;
}
.sec02 .back_box::before {
  position: absolute;
  content: "";
  right: 50%;
  top: 200px;
  transform: translateX(50%);
  z-index: -1;
  width: 1165px;
  max-width: 100%;
  height: 272px;
  background: url(/images/clinic/ribbon.webp) center/contain no-repeat;
}
@media screen and (max-width: 1040px) and (min-width: 768px) {
  .sec02 .back_box .box_header .box_title::before {
    position: absolute;
    content: "";
    left: 10px;
    bottom: 0;
    transform: translateX(0%);
    width: 117px;
    height: 115px;
    background: url(/images/clinic/kazari_left_t.webp) center/contain no-repeat;
  }
  .sec02 .back_box::before {
    position: absolute;
    content: "";
    right: 50%;
    top: 200px;
    transform: translateX(50%);
    z-index: -1;
    width: 1165px;
    max-width: 100%;
    height: 272px;
    background: url(/images/clinic/ribbon.webp) center/contain no-repeat;
  }
}
@media screen and (max-width: 767px) {
  .sec02 {
    margin-bottom: 13.8vw;
  }
  .sec02 .back_box {
    height: 500vw;
  }
  .sec02 .back_box .box_header {
    font-size: 5vw;
    padding-top: 10vw;
    margin-bottom: 6vw;
  }
  .sec02 .back_box .box_header .box_title::before {
    left: 3vw;
    top: -9vw;
    width: 21vw;
    height: 21vw;
  }
  .sec02 .back_box .box_header .box_title::after {
    right: 7vw;
    top: -10vw;
    width: 11vw;
    height: 21vw;
  }
  .sec02 .back_box .box_content {
    margin-top: 20vw;
  }
  .sec02 .back_box .box_content .box_list {
    display: block;
  }
  .sec02 .back_box .box_content .box_list .item:not(:last-of-type) {
    margin-right: initial;
  }
  .sec02 .back_box .box_content .box_list .item:nth-of-type(2), .sec02 .back_box .box_content .box_list .item:nth-of-type(3) {
    margin-top: 10vw;
  }
  .sec02 .back_box .box_content .box_list .item:nth-of-type(1)::before {
    left: 0;
    top: 0;
    width: 22vw;
    height: 22vw;
  }
  .sec02 .back_box .box_content .box_list .item:nth-of-type(3)::before {
    left: initial;
    right: 0;
    bottom: 0;
    width: 26vw;
    height: 25.5vw;
    transform: translateY(1320%);
  }
  .sec02 .back_box .box_content .box_list .item:nth-of-type(3)::after {
    left: initial;
    right: 0;
    bottom: 0;
    width: 22vw;
    height: 22vw;
    transform: translateY(70%);
  }
  .sec02 .back_box .box_content .box_list .item {
    width: initial;
    margin: 0 auto;
  }
  .sec02 .back_box .box_content .box_list .item .item_image {
    margin-bottom: 10vw;
  }
  .sec02 .back_box .box_content .box_list .item .item_image img {
    min-width: 100%;
  }
  .sec02 .back_box .box_content .box_list .item .item_image_second::before {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    transform: translateY(0%);
    width: 25vw;
    height: 25vw;
    background: url(/images/clinic/car.webp) center/contain no-repeat;
  }
  .sec02 .back_box .box_content .box_list .item .item_image_third::before {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    transform: translateY(0%);
    width: 25vw;
    height: 20vw;
    background: url(/images/clinic/toilet.webp) center/contain no-repeat;
  }
  .sec02 .back_box .box_content .box_list .item .item_title {
    font-size: 5vw;
    margin-bottom: 5vw;
  }
  .sec02 .back_box .box_content .box_list::before {
    left: 0;
    top: -14vw;
    width: 80vw;
    height: 23vw;
  }
  .sec02 .back_box::before {
    position: absolute;
    content: "";
    right: 50%;
    top: 11vw;
    transform: translateX(50%);
    z-index: -1;
    width: 101vw;
    max-width: 100%;
    height: 47vw;
    background: url(/images/clinic/ribbon.webp) center/contain no-repeat;
  }
}

.sec03 .box_header {
  background-color: rgba(66, 140, 183, 0.5);
  text-align: right;
  height: 238px;
  width: 1140px;
  margin: 0 0 0 auto;
  border-radius: 100px 0 0 0;
  margin-bottom: 100px;
  margin-right: calc(50% - 50vw);
  max-width: 100%;
  position: relative;
}
.sec03 .box_header .box_title {
  font-size: 30px;
  color: white;
  text-align: left;
  padding: 110px 0 0 160px;
}
.sec03 .box_header .box_title .small_title {
  font-size: 21px;
}
.sec03 .box_header::before {
  content: "";
  position: absolute;
  left: 35px;
  bottom: 45px;
  transform: translateY(0%);
  width: 100px;
  height: 77px;
  background: url(/images/clinic/setubi.webp) center/contain no-repeat;
}
.sec03 .box_header::after {
  content: "";
  position: absolute;
  right: 0;
  top: -40px;
  transform: translateY(0%);
  width: 536px;
  height: 160px;
  background: url(/images/clinic/sec3_title.webp) center/contain no-repeat;
}
@media screen and (min-width: 1281px) {
  .sec03 .box_header {
    background-color: rgba(66, 140, 183, 0.5);
    text-align: right;
    height: 238px;
    width: 1140px;
    margin: 0 0 0 auto;
    border-radius: 100px 0 0 0;
    margin-bottom: 100px;
  }
}
.sec03 .flexbox {
  flex-direction: row-reverse;
  border-bottom: 0.5px solid #534741;
  padding-bottom: 56px;
  margin-bottom: 56px;
}
.sec03 .flexbox .imagebox {
  text-align: right;
}
.sec03 .flexbox .textbox .box_title {
  font-size: 30px;
  color: #534741;
  margin-bottom: 60px;
}
.sec03 .flexbox .textbox .box_text {
  margin-right: 10px;
}
.sec03 .list {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: stretch;
}
.sec03 .list .item {
  width: 380px;
  max-width: 30%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
.sec03 .list .item:not(:last-of-type) {
  margin-right: 35px;
}
.sec03 .list .item_title {
  color: #534741;
  display: flex;
  font-size: 30px;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-align: left;
  align-items: center;
}
.sec03 .list .item_title .small {
  font-size: 20px;
  padding-left: 5px;
}
.sec03 .list .item_image {
  width: 380px;
  max-width: 100%;
  margin: 0 auto 10px;
}
.sec03 .list .item_text {
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: justify;
}
.sec03 .list:not(:last-of-type) {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .sec03 .box_header {
    height: 40vw;
    width: 100vw;
    max-width: 100%;
    margin-bottom: 13.5vw;
  }
  .sec03 .box_header .box_title {
    font-size: 5.5vw;
    padding: 13vw 0 0 31vw;
  }
  .sec03 .box_header .box_title .small_title {
    font-size: 4.3vw;
  }
  .sec03 .box_header::before {
    max-width: 20%;
    left: 10vw;
    bottom: 10vw;
    width: 15vw;
    height: 12vw;
  }
  .sec03 .box_header::after {
    max-width: 80%;
    top: -10vw;
    width: 55.3vw;
    height: 21.6vw;
  }
  .sec03 .flexbox {
    padding-bottom: 10vw;
    margin-bottom: 10vw;
  }
  .sec03 .flexbox .imagebox {
    text-align: center;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
  .sec03 .flexbox .textbox .box_title {
    font-size: 5vw;
    margin-bottom: 5vw;
  }
  .sec03 .flexbox .textbox .box_text {
    margin-right: initial;
  }
  .sec03 .list {
    width: 100%;
    display: block;
  }
  .sec03 .list .item {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
  }
  .sec03 .list .item .item_image {
    width: 100%;
    margin: 0 auto 4.2vw;
  }
  .sec03 .list .item .item_image img {
    width: 100%;
    height: 100%;
  }
  .sec03 .list .item .item_title {
    font-size: 4.8vw;
    margin-bottom: 2.4vw;
    margin-top: 2.4vw;
  }
  .sec03 .list .item .item_text {
    font-size: 4vw;
    margin-bottom: 4.2vw;
  }
  .sec03 .list .item:not(:last-of-type) {
    margin-right: initial;
    margin-bottom: 13.8vw;
  }
}/*# sourceMappingURL=clinic_3.css.map */