@charset "UTF-8";
.main_image {
  position: relative;
  height: 646px;
  padding-top: 0;
  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;
  padding-top: 300px;
  padding-left: 0;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 36px;
  letter-spacing: 0.2em;
  color: #fff;
  text-shadow: 0 0 5px rgba(155, 152, 152, 0.71);
}
.main_image .text:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: -105px;
  top: 50%;
  transform: translateY(-50%);
  width: 221px;
  height: 221px;
  background: url(/images/common/key_logo.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/child/child_key.webp) center top/cover no-repeat;
    overflow: hidden;
  }
  .main_image .inner {
    padding: 0 2.7vw;
  }
  .main_image .text {
    padding-top: 0;
    padding-left: 0;
    font-size: 5.8vw;
    text-align: center;
  }
  .main_image .text:before {
    left: 0;
    top: 4.3vw;
    width: 21.3vw;
    height: 21.3vw;
    background: url(/images/common/key_logo.webp) center/contain no-repeat;
  }
}

.overlap_box {
  background-color: initial;
}

.sec01 {
  margin-bottom: 100px;
}
.sec01 .cont01 {
  margin-bottom: 30px;
}
.sec01 .cont01 .textbox {
  margin-right: 50px;
}
.sec01 .flexbox {
  margin-bottom: 65px;
}
.sec01 .column_box {
  background-color: #f3eee7;
  border-radius: 40px;
}
.sec01 .column_box .cont {
  margin-bottom: 60px;
  flex-direction: row-reverse;
}
.sec01 .column_box .imagebox {
  width: 30%;
  min-width: 30%;
  max-width: 30%;
}
.sec01 .column_box .textbox {
  width: 70%;
  margin-left: 50px;
}
.sec01 .column_box_title {
  font-size: 20px;
  color: #333333;
  border-bottom: 1px solid #c86769;
}
.sec01 .column_space_title {
  width: 138px;
  text-align: center;
  margin: 0 auto 10px;
}
.sec01 .space_title {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 20px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #333333;
  margin-bottom: 10px;
}
.sec01 .space_subtitle {
  /*font-family: $mincho;*/
  font-size: 13px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #c86769;
  margin-bottom: 40px;
}
.sec01 .gridbox {
  width: 910px;
  max-width: 100%;
  margin: 0 auto 20px;
  -moz-column-gap: clamp(15px, 3.81vw, 100px);
       column-gap: clamp(15px, 3.81vw, 100px);
  grid-template-columns: repeat(3, 1fr);
}
.sec01 .item .item_image {
  width: 100%;
  margin-bottom: 15px;
}
.sec01 .item .item_image img {
  width: 100%;
}
.sec01 .item .item_title {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 20px;
  letter-spacing: 0.015em;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 15px;
}
.sec01 .item .item_text {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec01 {
    margin-bottom: 13.8vw;
  }
  .sec01 .cont01 {
    margin-bottom: 2.4vw;
  }
  .sec01 .cont01 .textbox {
    margin-right: initial;
  }
  .sec01 .flexbox {
    margin-bottom: 4.2vw;
  }
  .sec01 .column_box {
    background-color: #f3eee7;
    border-radius: 40px;
  }
  .sec01 .column_box .cont {
    margin-bottom: 13.8vw;
    flex-direction: row-reverse;
  }
  .sec01 .column_box .imagebox {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
  .sec01 .column_box .textbox {
    width: 100%;
    margin-left: initial;
  }
  .sec01 .column_box_title {
    font-size: 4.2vw;
    color: #333333;
    border-bottom: 1px solid #c86769;
  }
  .sec01 .column_space_title {
    width: 36.8vw;
    margin: 0 auto 3vw;
  }
  .sec01 .column_space_title img {
    width: 100%;
  }
  .sec01 .space_title {
    font-size: 4.2vw;
    margin-bottom: 2vw;
  }
  .sec01 .space_subtitle {
    font-size: 3.46vw;
    margin-bottom: 6.2vw;
  }
  .sec01 .gridbox {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 4.2vw;
    row-gap: 8vw;
    -moz-column-gap: initial;
         column-gap: initial;
    grid-template-columns: repeat(1, 1fr);
  }
  .sec01 .item .item_image {
    width: 75%;
    margin-bottom: initial;
    margin: 0 auto 3.75vw;
  }
  .sec01 .item .item_image img {
    width: 100%;
  }
  .sec01 .item .item_title {
    font-size: 4.8vw;
    margin-bottom: 3.75vw;
  }
  .sec01 .item .item_text {
    font-size: 3.75vw;
  }
}

.sec02 {
  margin-bottom: 100px;
}
.sec02 .point01 {
  margin-bottom: 30px;
  display: block;
}
.sec02 .point01 .point_header {
  justify-content: center;
}
.sec02 .point01 .imagebox {
  width: 100%;
  min-width: none;
  max-width: none;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 20px;
  position: relative;
}
.sec02 .point01 .imagebox .circle_text01 {
  position: absolute;
  top: 15px;
  left: clamp(223px, 29.06vw, 372px);
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.67);
  width: clamp(130px, 13.125vw, 168px);
  height: clamp(130px, 13.125vw, 168px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: clamp(14px, 1.4vw, 18px);
  letter-spacing: 0.15em;
  line-height: 1.8;
  text-align: center;
  color: #4d4d4d;
  box-sizing: border-box;
}
.sec02 .point01 .imagebox .circle_text01 img {
  margin: 0 auto 5px;
  width: clamp(39px, 3.67vw, 47px);
  height: clamp(35px, 3.28vw, 42px);
}
.sec02 .point01 .imagebox .circle_text02 {
  position: absolute;
  top: 115px;
  left: clamp(186px, 38.2vw, 489px);
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.67);
  width: clamp(130px, 13.125vw, 168px);
  height: clamp(130px, 13.125vw, 168px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: clamp(14px, 1.4vw, 18px);
  letter-spacing: 0.15em;
  line-height: 1.2;
  text-align: center;
  color: #4d4d4d;
  box-sizing: border-box;
}
.sec02 .point01 .imagebox .circle_text02 img {
  margin: 0 auto 5px;
  width: clamp(32px, 2.96vw, 38px);
  height: clamp(39px, 3.67vw, 47px);
}
.sec02 .point01 .textbox {
  width: 100%;
  margin-bottom: 20px;
}
.sec02 .point01 .flexbox {
  display: flex;
}
.sec02 .point02 {
  margin-bottom: 30px;
  flex-direction: row-reverse;
}
.sec02 .point02 .textbox {
  margin-left: 50px;
}
.sec02 .point03 {
  margin-bottom: 65px;
}
.sec02 .point03 .textbox {
  margin-right: 50px;
}
.sec02 .point03 .imagebox {
  position: relative;
}
.sec02 .point03 .imagebox .circle_text01 {
  position: absolute;
  top: 15px;
  right: 15px;
  border-radius: 50%;
  background-color: rgba(128, 128, 128, 0.67);
  width: 168px;
  height: 168px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 17px;
  letter-spacing: 0.01em;
  line-height: 1.8;
  text-align: center;
  color: #fff;
}
.sec02 .flexbox {
  margin-bottom: 65px;
}
.sec02 .for_family_box {
  width: 100%;
  padding: 65px 0;
  background-color: #f5e2e3;
}
.sec02 .for_family_box .cont01 {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 80px;
  box-sizing: border-box;
}
.sec02 .for_family_box .cont01 .imagebox {
  width: 38%;
  min-width: 38%;
  max-width: 38%;
}
.sec02 .for_family_box .cont01 .textbox {
  width: 62%;
  margin-right: 50px;
}
.sec02 .for_family_box .cont01 .cont_title {
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 60px;
  position: relative;
}
.sec02 .for_family_box .cont01 .cont_title::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  background: url(/images/child/kazari03.webp) center/contain no-repeat;
  width: 44px;
  height: 40px;
}
@media screen and (max-width: 767px) {
  .sec02 {
    margin-bottom: 13.8vw;
  }
  .sec02 .point01 {
    margin-bottom: 0;
    display: block;
  }
  .sec02 .point01 .point_header {
    justify-content: center;
  }
  .sec02 .point01 .imagebox {
    width: 100%;
    min-width: none;
    max-width: none;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 4.2vw;
    position: relative;
  }
  .sec02 .point01 .imagebox .circle_text01 {
    position: absolute;
    top: -3vw;
    left: 32vw;
    border-radius: 50%;
    width: 32vw;
    height: 32vw;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
    font-size: 3.75vw;
    letter-spacing: 0.2em;
    line-height: 1.8;
  }
  .sec02 .point01 .imagebox .circle_text01 img {
    margin: 0 auto 1.33vw;
    width: 10.24vw;
    height: 9.96vw;
  }
  .sec02 .point01 .imagebox .circle_text02 {
    position: absolute;
    top: -3vw;
    left: 60vw;
    border-radius: 50%;
    width: 32vw;
    height: 32vw;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3.75vw;
    letter-spacing: 0.2em;
    text-align: center;
  }
  .sec02 .point01 .imagebox .circle_text02 img {
    margin: 0 auto 1.33vw;
    width: 8.1vw;
    height: 10.02vw;
  }
  .sec02 .point01 .textbox {
    width: 100%;
    margin-bottom: 4.2vw;
  }
  .sec02 .point02 .textbox {
    margin-left: initial;
  }
  .sec02 .flexbox {
    display: flex;
    padding-bottom: 13.8vw;
  }
  .sec02 .point03 {
    margin-bottom: 8vw;
  }
  .sec02 .point03 .textbox {
    margin-right: initial;
  }
  .sec02 .point03 .imagebox {
    position: relative;
  }
  .sec02 .point03 .imagebox .circle_text01 {
    position: absolute;
    top: 3.75vw;
    right: 3.75vw;
    border-radius: 50%;
    background-color: rgba(128, 128, 128, 0.67);
    width: 42vw;
    height: 42vw;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
    font-size: 4.25vw;
    letter-spacing: 0.01em;
    line-height: 1.8;
    text-align: center;
    color: #fff;
  }
  .sec02 .flexbox {
    margin-bottom: 4.2vw;
  }
  .sec02 .for_family_box {
    width: 100%;
    padding: 8vw 0;
    background-color: #f5e2e3;
  }
  .sec02 .for_family_box .cont01 {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 10.5vw;
    box-sizing: border-box;
  }
  .sec02 .for_family_box .cont01 .imagebox {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
  .sec02 .for_family_box .cont01 .textbox {
    width: 100%;
    margin-right: initial;
  }
  .sec02 .for_family_box .cont01 .cont_title {
    width: -moz-fit-content;
    width: fit-content;
    padding-left: 16vw;
    position: relative;
  }
  .sec02 .for_family_box .cont01 .cont_title::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    background: url(/images/child/kazari03.webp) center/contain no-repeat;
    width: 11.73vw;
    height: 10.66vw;
  }
}

.sec03 {
  margin-bottom: 100px;
}
.sec03 .cont01 {
  margin-bottom: 30px;
}
.sec03 .cont01 .textbox {
  margin-right: 50px;
}
.sec03 .flexbox {
  margin-bottom: 65px;
}
@media screen and (max-width: 767px) {
  .sec03 {
    margin-bottom: 13.8vw;
  }
  .sec03 .cont01 {
    margin-bottom: 2.4vw;
  }
  .sec03 .cont01 .textbox {
    margin-right: initial;
  }
  .sec03 .flexbox {
    display: flex;
    margin-bottom: 4.2vw;
  }
}

.sec04 {
  margin-bottom: 100px;
}
.sec04 .cont01 {
  margin-bottom: 30px;
}
.sec04 .cont01 .textbox {
  margin-right: 50px;
}
.sec04 .flexbox {
  margin-bottom: 65px;
}
@media screen and (max-width: 767px) {
  .sec04 {
    margin-bottom: 13.8vw;
  }
  .sec04 .cont01 {
    margin-bottom: 2.4vw;
  }
  .sec04 .cont01 .textbox {
    margin-right: initial;
  }
  .sec04 .flexbox {
    display: flex;
    margin-bottom: 4.2vw;
  }
}

.sec05 {
  margin-bottom: 100px;
}
.sec05 .cont01 {
  margin-bottom: 65px;
  flex-direction: row-reverse;
}
.sec05 .cont01 .textbox {
  margin-left: 50px;
}
.sec05 .flexbox {
  margin-bottom: 4.2vw;
}
.sec05 .cont02 {
  margin-bottom: 30px;
}
.sec05 .cont02 .textbox {
  margin-right: 50px;
}
.sec05 .flexbox {
  margin-bottom: 65px;
}
.sec05 .cont03 {
  margin-bottom: 65px;
  flex-direction: row-reverse;
}
.sec05 .cont03 .textbox {
  margin-left: 50px;
}
@media screen and (max-width: 767px) {
  .sec05 {
    margin-bottom: 13.8vw;
  }
  .sec05 .cont01 {
    margin-bottom: 13.8vw;
    flex-direction: row-reverse;
  }
  .sec05 .cont01 .textbox {
    margin-left: initial;
  }
  .sec05 .cont02 {
    margin-bottom: 2.4vw;
    flex-direction: row-reverse;
  }
  .sec05 .cont02 .textbox {
    margin-right: initial;
  }
  .sec05 .flexbox {
    display: flex;
    margin-bottom: 13.8vw;
  }
  .sec05 .cont03 {
    margin-bottom: 4.2vw;
    flex-direction: row-reverse;
  }
  .sec05 .cont03 .textbox {
    margin-left: initial;
  }
}/*# sourceMappingURL=child_1.css.map */