.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: "MEDICAL";
  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/child/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/child/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 .upper_box {
    width: 100%;
    max-width: 100%;
    margin-top: 40vw;
    padding: 10.6vw 5.5vw;
    background-color: #f5f1ed;
  }
  .lead_sec .upper_box .box_title {
    font-family: "Yu Mincho", "YuMincho", "noto serif jp", serif;
    font-size: 5.3vw;
    letter-spacing: 0.1em;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 4.2vw;
  }
  .lead_sec .upper_box .flexbox {
    display: block;
  }
  .lead_sec .upper_box .left_pic {
    max-width: 100%;
  }
  .lead_sec .upper_box .left_pic img {
    width: 100%;
    height: 100%;
  }
  .lead_sec .upper_box .right_pic {
    max-width: 100%;
  }
  .lead_sec .upper_box .right_pic img {
    width: 100%;
    height: 100%;
  }
}

.sec01 {
  padding-bottom: 100px;
}
.sec01 .point:not(:last-of-type) {
  margin-bottom: 90px;
}
.sec01 .sec_text {
  width: 837px;
  max-width: 100%;
  margin: 0 auto 80px;
}
.sec01 .point01 .textbox {
  margin-right: 60px;
}
.sec01 .point01 .imagebox {
  position: relative;
}
.sec01 .point01 .circle_text01 {
  content: "";
  z-index: 5;
  position: absolute;
  top: 180px;
  right: 30px;
  width: 220px;
  height: 220px;
  background-color: rgba(245, 241, 237, 0.8);
  border-radius: 50%;
  font-size: 20px;
  line-height: 2;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec01 .point01 .point_image {
  top: 0;
  right: 0;
}
.sec01 .point02 {
  flex-direction: row-reverse;
}
.sec01 .point02 .textbox {
  margin-left: 60px;
}
.sec01 .point02 .imagebox {
  position: relative;
}
.sec01 .point02 .circle_text01 {
  content: "";
  z-index: 5;
  position: absolute;
  top: 180px;
  right: 20px;
  width: 220px;
  height: 220px;
  background-color: rgba(245, 241, 237, 0.8);
  border-radius: 50%;
  font-size: 20px;
  line-height: 2;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec01 .point02 .point_image {
  top: 0;
  left: 0;
}
.sec01 .upper_box {
  width: 100%;
  padding: 100px 45px 70px;
  background-color: rgba(184, 217, 227, 0.82);
  box-sizing: border-box;
  position: relative;
}
.sec01 .upper_box::before {
  content: "";
  position: absolute;
  top: -3px;
  left: 50%;
  transform: translateX(-50%);
  width: 360px;
  height: 67px;
  background: url(/images/child/text_forfamily.webp) center/contain no-repeat;
}
.sec01 .upper_box .title {
  font-family: "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 28px;
  text-align: center;
  margin-bottom: 60px;
}
.sec01 .upper_box .cont {
  flex-direction: row-reverse;
  padding: initial;
  margin-bottom: 70px;
  position: relative;
}
.sec01 .upper_box .cont::before {
  content: "";
  position: absolute;
  z-index: 0;
  bottom: 0;
  right: 0;
  width: 303px;
  height: 139px;
  background: url(/images/child/sec01_kazari01.webp) center/contain no-repeat;
}
.sec01 .upper_box .textbox {
  margin-left: 60px;
}
.sec01 .upper_box .cont_title {
  color: #24a5b9;
  border-bottom: initial;
  padding-bottom: initial;
}
.sec01 .upper_box .cont_image {
  width: 360px;
  max-width: 40%;
  min-width: 40%;
  text-align: center;
}
.sec01 .upper_box .cont_text {
  position: relative;
  z-index: 2;
}
.sec01 .upper_box .list {
  display: flex;
  justify-content: center;
  align-items: stretch;
}
.sec01 .upper_box .item {
  width: 320px;
  max-width: 33%;
}
.sec01 .upper_box .item:not(:last-of-type) {
  margin-right: 40px;
}
.sec01 .upper_box .item_title {
  font-size: 22px;
  text-align: center;
  color: #24a5b9;
  margin-bottom: 20px;
}
.sec01 .upper_box .item_image {
  margin-bottom: 20px;
  text-align: center;
}
.sec01 .upper_box .item_text {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec01 {
    padding-bottom: 13.8vw;
  }
  .sec01 .point:not(:last-of-type) {
    margin-bottom: 4.8vw;
  }
  .sec01 .textbox {
    max-width: 100%;
  }
  .sec01 .imagebox {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 2.7vw;
  }
  .sec01 .imagebox img {
    width: 100%;
    height: 100%;
  }
  .sec01 .point01 .textbox {
    margin-right: initial;
  }
  .sec01 .point01 .circle_text01 {
    content: "";
    z-index: 5;
    position: absolute;
    top: 20.8vw;
    right: 4vw;
    width: 38.13vw;
    height: 38.13vw;
    background-color: rgba(245, 241, 237, 0.8);
    border-radius: 50%;
    font-size: 3.4vw;
    line-height: 2;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .sec01 .point01 .point_image {
    top: 0;
    right: 0;
  }
  .sec01 .point02 .textbox {
    margin-left: initial;
  }
  .sec01 .point02 .circle_text01 {
    content: "";
    z-index: 5;
    position: absolute;
    top: 20.8vw;
    right: 4vw;
    width: 38.13vw;
    height: 38.13vw;
    background-color: rgba(245, 241, 237, 0.8);
    border-radius: 50%;
    font-size: 3.4vw;
    line-height: 2;
    letter-spacing: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .sec01 .point02 .point_image {
    top: 0;
    right: 0;
  }
  .sec01 .upper_box {
    width: 100%;
    padding: 13.8vw 5.5vw 13.8vw;
    background-color: rgba(184, 217, 227, 0.82);
    box-sizing: border-box;
    position: relative;
  }
  .sec01 .upper_box::before {
    content: "";
    position: absolute;
    top: -2px;
    left: 50%;
    transform: translateX(-50%);
    width: 67.2vw;
    height: 12.53vw;
    background: url(/images/child/text_forfamily_sp.webp) center/contain no-repeat;
  }
  .sec01 .upper_box .title {
    font-family: "Yu Mincho", "YuMincho", "noto serif jp", serif;
    font-size: 4.8vw;
    margin-bottom: 5.3vw;
  }
  .sec01 .upper_box .cont {
    flex-direction: row-reverse;
    padding: initial;
    margin-bottom: 70px;
    position: relative;
  }
  .sec01 .upper_box .cont::before {
    content: "";
    position: absolute;
    z-index: 0;
    bottom: -3vw;
    right: 0;
    width: 40.4vw;
    height: 18.53vw;
    background: url(/images/child/sec01_kazari01.webp) center/contain no-repeat;
  }
  .sec01 .upper_box .textbox {
    margin-left: initial;
  }
  .sec01 .upper_box .cont_title {
    font-size: 4.2vw;
    text-align: center;
    margin-bottom: 2.2vw;
    letter-spacing: 0em;
    border-bottom: initial;
    padding-bottom: initial;
  }
  .sec01 .upper_box .cont_image {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    text-align: center;
  }
  .sec01 .upper_box .cont_image img {
    width: 100%;
    height: 100%;
  }
  .sec01 .upper_box .cont_text {
    position: relative;
    z-index: 2;
  }
  .sec01 .upper_box .list {
    display: block;
  }
  .sec01 .upper_box .item {
    width: 100%;
    max-width: 100%;
  }
  .sec01 .upper_box .item:not(:last-of-type) {
    margin-right: initial;
    margin-bottom: 6.3vw;
  }
  .sec01 .upper_box .item_title {
    font-size: 4.2vw;
    margin-bottom: 2.2vw;
  }
  .sec01 .upper_box .item_image {
    margin-bottom: 1.2vw;
    text-align: center;
  }
  .sec01 .upper_box .item_image img {
    width: 100%;
    height: 100%;
  }
  .sec01 .upper_box .item_text {
    text-align: center;
  }
}

.sec02 {
  padding-bottom: 100px;
}
.sec02 .textbox {
  max-width: 70%;
}
.sec02 .cont_title {
  padding-bottom: initial;
}
.sec02 .cont01 .textbox {
  margin-right: 60px;
}
.sec02 .cont02 {
  margin-bottom: 50px;
  flex-direction: row-reverse;
}
.sec02 .cont02 .textbox {
  margin-left: 60px;
}
.sec02 .cont02 .cont_image {
  top: 0;
  left: 0;
}
.sec02 .cont03 .textbox {
  margin-right: 60px;
}
.sec02 .cont03 .cont_image {
  top: 0;
  right: 0;
}
.sec02 .about_btn {
  margin-bottom: 65px;
}
@media screen and (max-width: 767px) {
  .sec02 {
    padding-bottom: 13.8vw;
  }
  .sec02 .sec_sub_title {
    font-size: 3.2vw;
    font-weight: 300;
  }
  .sec02 .textbox {
    max-width: 100%;
  }
  .sec02 .cont_title {
    padding-bottom: initial;
    border-bottom: initial;
  }
  .sec02 .cont_image {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
  .sec02 .cont_image img {
    width: 100%;
    height: 100%;
  }
  .sec02 .cont01 {
    margin-bottom: 13.8vw;
  }
  .sec02 .cont01 .textbox {
    margin-right: initial;
  }
  .sec02 .cont02 {
    margin-bottom: 4.2vw;
  }
  .sec02 .cont02 .textbox {
    margin-left: initial;
  }
  .sec02 .cont03 .textbox {
    margin-right: initial;
  }
  .sec02 .flexbox {
    margin-bottom: 13.8vw;
  }
  .sec02 .about_btn {
    width: 85.3vw;
    margin: 0 auto;
  }
}

.sec03 {
  margin-bottom: 100px;
}
.sec03 .leadtext {
  width: 855px;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 70px;
  letter-spacing: 0.18em;
  line-height: 2;
}
.sec03 .upper_box .title {
  font-size: 24px;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 90px;
}
.sec03 .upper_box .list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
.sec03 .upper_box .item {
  width: 310px;
  max-width: 33%;
}
.sec03 .upper_box .item:nth-of-type(3n-1),
.sec03 .upper_box .item:nth-of-type(3n-2) {
  margin-right: 60px;
}
.sec03 .upper_box .item:nth-of-type(3n-1),
.sec03 .upper_box .item:nth-of-type(3n-2),
.sec03 .upper_box .item:nth-of-type(3n) {
  margin-bottom: 50px;
}
.sec03 .upper_box .item_title {
  height: 2em;
  font-size: 20px;
  letter-spacing: 0.1em;
  text-align: left;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec03 .upper_box .boximage {
  margin-bottom: 20px;
}
.sec03 .box {
  width: 100%;
  padding: 50px 115px 80px;
  background-color: #f5f1ed;
  box-sizing: border-box;
  position: relative;
}
.sec03 .box .sub_title {
  font-size: 22px;
  font-weight: 300;
  letter-spacing: 0.1em;
  margin-bottom: 45px;
}
.sec03 .box .title {
  font-family: "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 45px;
}
.sec03 .box .box_list {
  display: flex;
  justify-content: center;
}
.sec03 .box .box_item {
  width: 280px;
  max-width: 33%;
}
.sec03 .box .box_item:not(:last-of-type) {
  margin-right: 35px;
}
.sec03 .box .item_title {
  font-size: 22px;
}
.sec03 .box::before {
  content: "";
  position: absolute;
  right: 30px;
  bottom: 20px;
  width: 85px;
  height: 123px;
  background: url(/images/child/sec03_kazari.webp) center/contain no-repeat;
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .sec03 .upper_box .item {
    width: 310px;
    max-width: 33%;
    margin-right: 40px;
    margin-bottom: 60px;
  }
  .sec03 .upper_box .item:nth-of-type(3n-1),
  .sec03 .upper_box .item:nth-of-type(3n-2) {
    margin-right: initial;
  }
  .sec03 .upper_box .item:nth-of-type(3n-1),
  .sec03 .upper_box .item:nth-of-type(3n-2),
  .sec03 .upper_box .item:nth-of-type(3n) {
    margin-bottom: initial;
  }
  .sec03 .upper_box .item {
    margin-bottom: 60px !important;
    margin-right: 40px !important;
  }
}
@media screen and (max-width: 767px) {
  .sec03 {
    margin-bottom: 13.8vw;
  }
  .sec03 .leadtext {
    margin-bottom: 5.3vw;
    font-size: 4vw;
  }
  .sec03 .upper_box {
    padding: 5.5vw 5.5vw 0;
  }
  .sec03 .upper_box .title {
    font-size: 4.8vw;
    margin-bottom: 12vw;
  }
  .sec03 .upper_box .list {
    display: block;
  }
  .sec03 .upper_box .item {
    width: 100%;
    max-width: 100%;
  }
  .sec03 .upper_box .item:nth-of-type(3n-1),
  .sec03 .upper_box .item:nth-of-type(3n-2) {
    margin-right: initial;
  }
  .sec03 .upper_box .item:nth-of-type(3n-1),
  .sec03 .upper_box .item:nth-of-type(3n-2),
  .sec03 .upper_box .item:nth-of-type(3n) {
    margin-bottom: 9.3vw;
  }
  .sec03 .upper_box .item_title {
    font-size: 4.8vw;
    margin-bottom: 4.2vw;
    letter-spacing: 0.05em;
  }
  .sec03 .upper_box .boximage {
    margin-bottom: 4.2vw;
  }
  .sec03 .upper_box .boximage img {
    width: 100%;
    height: 100%;
  }
  .sec03 .box {
    padding: 4vw 4vw 33.8vw;
    background-color: #f5f1ed;
  }
  .sec03 .box .sub_title {
    font-size: 4.2vw;
    margin-bottom: 4.2vw;
  }
  .sec03 .box .title {
    font-size: 4.8vw;
    margin-bottom: 4.2vw;
  }
  .sec03 .box .hr_style {
    width: 100%;
    max-width: 100%;
    margin-bottom: 4.2;
  }
  .sec03 .box .box_list {
    display: block;
  }
  .sec03 .box .box_item {
    width: 100%;
    max-width: 100%;
  }
  .sec03 .box .box_item:not(:last-of-type) {
    margin-right: initial;
    margin-bottom: 9.3vw;
  }
  .sec03 .box .item_title {
    font-size: 4.8vw;
  }
  .sec03 .box::before {
    content: "";
    position: absolute;
    right: 8vw;
    bottom: 5.3vw;
    width: 22.6vw;
    height: 32.8vw;
    background: url(/images/child/sec03_kazari.webp) center/contain no-repeat;
  }
}

.sec04 {
  padding-bottom: 100px;
}
.sec04 .textbox {
  max-width: 70%;
}
.sec04 .cont_title {
  padding-bottom: initial;
  border-bottom: initial;
}
.sec04 .cont_image {
  width: 500px;
  min-width: 48%;
  max-width: 48%;
}
.sec04 .cont_image img {
  width: 100%;
  height: 100%;
}
.sec04 .cont01 .textbox {
  margin-right: 60px;
}
.sec04 .cont02 {
  flex-direction: row-reverse;
}
.sec04 .cont02 .textbox {
  margin-left: 60px;
}
.sec04 .cont02 .cont_image {
  top: 0;
  left: 0;
}
.sec04 .cont03 .textbox {
  margin-right: 60px;
}
.sec04 .cont04 {
  flex-direction: row-reverse;
}
.sec04 .cont04 .textbox {
  margin-left: 60px;
}
.sec04 .about_btn {
  width: 318px;
}
@media screen and (max-width: 767px) {
  .sec04 {
    padding-bottom: 13.8vw;
  }
  .sec04 .point:not(:last-of-type) {
    margin-bottom: 4.2vw;
  }
  .sec04 .cont {
    padding: 0;
  }
  .sec04 .cont:not(:last-of-type) {
    margin-bottom: 13.8vw;
  }
  .sec04 .textbox {
    max-width: 100%;
  }
  .sec04 .cont_title {
    padding-bottom: initial;
    border-bottom: initial;
  }
  .sec04 .cont_image {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
  .sec04 .cont_image img {
    width: 100%;
    height: 100%;
  }
  .sec04 .cont01 .textbox {
    margin-right: initial;
  }
  .sec04 .cont02 .textbox {
    margin-left: initial;
  }
  .sec04 .cont03 .textbox {
    margin-right: initial;
  }
  .sec04 .cont04 .textbox {
    margin-left: initial;
  }
  .sec04 .about_btn {
    width: 85.3vw;
    margin: 0 auto;
  }
}/*# sourceMappingURL=child.css.map */