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

.sec01 .point01 {
  position: relative;
}
.sec01 .point01::before {
  content: "";
  position: absolute;
  width: 84px;
  height: 82px;
  right: 40px;
  bottom: 60px;
  z-index: 5;
  background: url(/images/child/sec01_kazari.webp) center/contain no-repeat;
}
.sec01 .square_box {
  position: absolute;
  background-color: rgba(246, 244, 238, 0.8);
  bottom: 10px;
  right: 50px;
  color: #55A8AB;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1.7;
  padding: 15px 10px;
  text-align: center;
}
.sec01 .doctorbox {
  border: 1px solid #DD868F;
  padding: 15px 0;
  width: 1030px;
  margin: 0 auto 105px;
}
.sec01 .doctorbox .imagebox {
  width: 23.5%;
}
.sec01 .doctorbox .imagebox .doctor_circle {
  position: absolute;
  content: "";
  width: 140px;
  height: 140px;
  bottom: 0;
  right: -50px;
  color: #fff;
  border-radius: 50%;
  background-color: #DD868F;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.7;
}
.sec01 .doctorbox .textbox {
  width: 50.6%;
  margin-left: 100px;
}
.sec01 .doctorbox .textbox .doctor_title {
  font-size: 21px;
  color: #DD868F;
  text-align: center;
  position: relative;
  margin-bottom: 30px;
  letter-spacing: 0.1em;
  line-height: 1.7;
}
.sec01 .doctorbox .textbox .doctor_title::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 40px;
  left: 130px;
  bottom: 0;
  background: url(/images/child/d_left.webp) center/contain no-repeat;
}
.sec01 .doctorbox .textbox .doctor_title::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 40px;
  right: 130px;
  bottom: 0;
  background: url(/images/child/d_right.webp) center/contain no-repeat;
}
.sec01 .doctorbox .about_btn {
  color: #444444;
  margin-top: 10px;
}
.sec01 .doctorbox .about_btn a {
  padding-right: 0;
}
.sec01 .doctorbox .about_btn::before {
  background: url(/images/common/gold_icon.webp) center/contain no-repeat;
}
.sec01 .familybox {
  background-color: rgba(246, 244, 238, 0.8);
  padding: 40px 0 65px;
  border-radius: 30px;
  margin-bottom: 105px;
  position: relative;
}
.sec01 .familybox .family_title {
  font-size: 27px;
  color: #EC9149;
  text-align: center;
  margin-bottom: 50px;
  letter-spacing: 0.1em;
  line-height: 1.7;
  position: relative;
}
.sec01 .familybox .family_title::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 45px;
  left: 250px;
  bottom: 15px;
  background: url(/images/child/family_left.webp) center/contain no-repeat;
}
.sec01 .familybox .family_title::after {
  content: "";
  position: absolute;
  width: 270px;
  height: 123px;
  right: 50%;
  transform: translateX(50%);
  bottom: 20px;
  background: url(/images/child/forfamily.webp) center/contain no-repeat;
}
.sec01 .familybox .gridbox {
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 80px;
       column-gap: 80px;
  width: 955px;
  margin: 0 auto;
}
.sec01 .familybox .gridbox .box {
  width: 260px;
}
.sec01 .familybox .gridbox .box_title {
  font-size: 18px;
  text-align: center;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
  line-height: 1.7;
  height: 92px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.sec01 .familybox .gridbox .imagebox {
  margin-bottom: 10px;
}
.sec01 .familybox .gridbox .textbox {
  color: #EC9149;
  font-weight: bold;
  text-align: center;
}
.sec01 .familybox::before {
  content: "";
  position: absolute;
  width: 131px;
  height: 119px;
  right: 30px;
  bottom: -60px;
  background: url(/images/child/family_right.webp) center/contain no-repeat;
}
@media screen and (max-width: 768px) {
  .sec01 {
    margin-bottom: 13.8vw;
  }
  .sec01 .point_header .point_title {
    font-size: 4.5vw;
  }
  .sec01 .point01::before {
    content: "";
    position: absolute;
    width: 22.6vw;
    height: 22vw;
    right: 0;
    top: 30vw;
  }
  .sec01 .point_header .point_title {
    font-feature-settings: "palt";
  }
  .sec01 .square_box {
    bottom: 1vw;
    right: 3.8vw;
    font-size: 4vw;
    padding: 2vw 4vw;
  }
  .sec01 .doctorbox {
    padding: 5vw 0;
    width: 100%;
  }
  .sec01 .doctorbox .flexbox {
    display: block;
  }
  .sec01 .doctorbox .imagebox {
    width: 100%;
    text-align: center;
    padding-right: 15vw;
  }
  .sec01 .doctorbox .imagebox .doctor_circle {
    position: absolute;
    content: "";
    width: 35vw;
    height: 35vw;
    bottom: 0;
    right: 5vw;
    font-size: 4vw;
  }
  .sec01 .doctorbox .imagebox img {
    min-width: 70%;
    width: 70%;
  }
  .sec01 .doctorbox .textbox {
    width: 100%;
    margin-left: initial;
    padding: 0 5vw;
  }
  .sec01 .doctorbox .textbox .doctor_title {
    font-size: 4.5vw;
    margin-bottom: 5vw;
  }
  .sec01 .doctorbox .textbox .doctor_title::before {
    content: "";
    position: absolute;
    width: 4vw;
    height: 10vw;
    left: 11vw;
    bottom: 0;
  }
  .sec01 .doctorbox .textbox .doctor_title::after {
    content: "";
    position: absolute;
    width: 4vw;
    height: 10vw;
    right: 11vw;
    bottom: 0;
  }
  .sec01 .doctorbox .about_btn {
    margin-top: 3vw;
  }
  .sec01 .doctorbox .about_btn a {
    font-size: 4vw;
  }
  .sec01 .familybox {
    padding: 15vw 0 20vw;
    border-radius: 10vw;
    margin-bottom: 15vw;
  }
  .sec01 .familybox .family_title {
    font-size: 4.5vw;
    margin-bottom: 10vw;
  }
  .sec01 .familybox .family_title::before {
    width: 12vw;
    height: 12vw;
    left: 2vw;
    bottom: 7vw;
  }
  .sec01 .familybox .family_title::after {
    width: 50vw;
    height: 13vw;
    bottom: 14vw;
  }
  .sec01 .familybox .gridbox {
    grid-template-columns: repeat(1, 1fr);
    -moz-column-gap: initial;
         column-gap: initial;
    row-gap: 10vw;
    width: 80%;
  }
  .sec01 .familybox .gridbox .box {
    width: 100%;
  }
  .sec01 .familybox .gridbox .box_title {
    font-size: 4.3vw;
    margin-bottom: 3vw;
    height: initial;
  }
  .sec01 .familybox .gridbox .imagebox {
    margin-bottom: 2vw;
  }
  .sec01 .familybox::before {
    width: 27vw;
    height: 24vw;
    right: 10vw;
    bottom: -5vw;
  }
}

.sec02 {
  margin-bottom: 100px;
}
.sec02 .c_box .flexbox {
  margin-bottom: 100px;
}
.sec02 .c_box .flexbox .textbox {
  width: 48%;
  display: block;
  box-sizing: border-box;
  margin-right: 40px;
}
.sec02 .c_box .flexbox .textbox .c_header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.sec02 .c_box .flexbox .textbox .c_header .c_title {
  font-size: 21px;
  color: #55A8AB;
  padding-left: 15px;
}
.sec02 .c_box .flexbox .textbox .c_title2 {
  font-size: 21px;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  margin-bottom: 30px;
}
.sec02 .c_box .flexbox .imagebox {
  width: 44.7%;
  box-sizing: border-box;
  max-width: 100%;
  position: relative;
}
.sec02 .c_box .reverse .textbox {
  margin-right: initial;
  margin-left: 40px;
}
@media screen and (max-width: 768px) {
  .sec02 {
    margin-bottom: 13.8vw;
  }
  .sec02 .c_box .flexbox {
    margin-bottom: 10vw;
    display: block;
  }
  .sec02 .c_box .flexbox .textbox {
    width: 100%;
    display: block;
    margin-right: initial;
  }
  .sec02 .c_box .flexbox .textbox .c_header {
    margin-bottom: 5vw;
  }
  .sec02 .c_box .flexbox .textbox .c_header .c_title {
    font-size: 4.8vw;
    padding-left: 5vw;
  }
  .sec02 .c_box .flexbox .textbox .c_header .c_image {
    width: 15%;
  }
  .sec02 .c_box .flexbox .textbox .c_title2 {
    font-size: 4.5vw;
    margin-bottom: 3vw;
  }
  .sec02 .c_box .flexbox .imagebox {
    width: 100%;
    max-width: 100%;
  }
  .sec02 .c_box .reverse .textbox {
    margin-right: initial;
    margin-left: initial;
  }
}

.sec03 {
  margin-bottom: 100px;
}
.sec03 .gridbox {
  background-color: rgba(79, 180, 166, 0.3);
  padding: 70px 95px;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 65px;
  margin-bottom: 90px;
}
.sec03 .gridbox .box {
  width: 395px;
  margin: 0 auto;
}
.sec03 .gridbox .box .imagebox {
  text-align: center;
  margin-bottom: 15px;
}
.sec03 .gridbox .box .imagebox .imagebox img {
  width: 100%;
}
.sec03 .gridbox .box .textbox .box_title {
  font-weight: bold;
  font-size: 21px;
  text-align: center;
  margin-bottom: 20px;
}
.sec03 .grid_bottom .bottom_title {
  font-size: 24px;
  color: #3B639A;
  text-align: center;
  border-bottom: 1px dashed #3B639A;
  padding-bottom: 30px;
  margin-bottom: 40px;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
}
.sec03 .grid_bottom .gridbox {
  background-color: initial;
  padding: 0 95px;
}
@media screen and (max-width: 768px) {
  .sec03 {
    margin-bottom: 13.8vw;
  }
  .sec03 .gridbox {
    padding: 10vw 5vw;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 10vw;
    margin-bottom: 13.8vws;
  }
  .sec03 .gridbox .box {
    width: 100%;
  }
  .sec03 .gridbox .box .imagebox {
    margin-bottom: 3vw;
  }
  .sec03 .gridbox .box .imagebox .imagebox img {
    width: 100%;
  }
  .sec03 .gridbox .box .textbox .box_title {
    font-size: 4.8vw;
    margin-bottom: 3vw;
  }
  .sec03 .grid_bottom .bottom_title {
    font-size: 4.8vw;
    padding-bottom: 5vw;
    margin-bottom: 6vw;
  }
  .sec03 .grid_bottom .gridbox {
    padding: 0 5vw;
  }
}

.sec04 {
  margin-bottom: 100px;
}
.sec04 .m_box .flexbox {
  margin-bottom: 75px;
}
.sec04 .m_box .flexbox .textbox {
  width: 48%;
  margin-right: 35px;
}
.sec04 .m_box .flexbox .textbox .box_title {
  font-size: 24px;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  margin-bottom: 25px;
}
.sec04 .m_box .flexbox .imagebox {
  width: 44.7%;
}
.sec04 .m_box .reverse .textbox {
  margin-right: initial;
  margin-left: 35px;
}
.sec04 .m_colorbox {
  background-color: rgba(166, 126, 52, 0.1);
  padding: 45px 85px 60px;
  margin-top: 120px;
}
.sec04 .m_colorbox .title_box {
  margin-bottom: 70px;
}
.sec04 .m_colorbox .title_box .color_title {
  font-size: 24px;
  color: #A67E34;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}
.sec04 .m_colorbox .title_box .color_title::before {
  content: "";
  position: absolute;
  width: 145px;
  height: 124px;
  left: 220px;
  bottom: 0;
  background: url(/images/child/sec04_kazari.webp) center/contain no-repeat;
}
.sec04 .m_colorbox .grid_m {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 75px;
  -moz-column-gap: 55px;
       column-gap: 55px;
}
.sec04 .m_colorbox .grid_m .title_m {
  font-size: 18px;
  text-align: center;
  color: #A67E34;
  margin-bottom: 25px;
  letter-spacing: 0.1em;
  line-height: 1.7;
  font-weight: bold;
}
.sec04 .m_colorbox .grid_m .imagebox {
  margin-bottom: 15px;
}
.sec04 .m_colorbox .flexbox {
  justify-content: flex-end;
  padding-right: 30px;
}
.sec04 .m_colorbox .about_btn {
  justify-content: flex-end;
  color: #444444;
}
.sec04 .m_colorbox .about_btn::before {
  background: url(/images/common/pink_icon.webp) center/contain no-repeat;
}
@media screen and (max-width: 768px) {
  .sec04 .m_box .flexbox {
    margin-bottom: 10vw;
    display: block;
  }
  .sec04 .m_box .flexbox .textbox {
    width: 100%;
    margin-right: initial;
    font-size: 4vw;
  }
  .sec04 .m_box .flexbox .textbox .box_title {
    font-size: 4.8vw;
    margin-bottom: 5vw;
  }
  .sec04 .m_box .flexbox .imagebox {
    width: 100%;
  }
  .sec04 .m_box .reverse .textbox {
    margin-right: initial;
    margin-left: initial;
  }
  .sec04 .m_colorbox {
    padding: 10vw 5vw;
    margin-top: initial;
  }
  .sec04 .m_colorbox .title_box {
    margin-bottom: 10vw;
  }
  .sec04 .m_colorbox .title_box .color_title {
    font-size: 4.8vw;
    margin-bottom: 5vw;
  }
  .sec04 .m_colorbox .title_box .color_title::before {
    width: 25vw;
    height: 22vw;
    left: -4vw;
    bottom: 0;
  }
  .sec04 .m_colorbox .title_box .title_text {
    font-size: 4vw;
  }
  .sec04 .m_colorbox .grid_m {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 10vw;
    -moz-column-gap: initial;
         column-gap: initial;
  }
  .sec04 .m_colorbox .grid_m .title_m {
    font-size: 4.3vw;
    margin-bottom: 3vw;
  }
  .sec04 .m_colorbox .grid_m .imagebox {
    margin-bottom: 3vw;
  }
  .sec04 .m_colorbox .flexbox {
    justify-content: center;
    padding-right: initial;
    margin-top: 5vw;
  }
  .sec04 .m_colorbox .about_btn {
    justify-content: flex-end;
    color: #444444;
  }
  .sec04 .m_colorbox .about_btn::before {
    background: url(/images/common/pink_icon.webp) center/contain no-repeat;
  }
}/*# sourceMappingURL=child.css.map */