@charset "UTF-8";
.main_image {
  position: relative;
  height: 646px;
  padding-top: 0;
  box-sizing: border-box;
  background: url(/images/tsutsu-kids/tsutsu-kids_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 .subtext {
  position: relative;
  z-index: 5;
  padding-top: 420px;
  padding-left: 5px;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 21px;
  letter-spacing: 0.2em;
  color: #fff;
  text-shadow: 0 0 5px rgba(155, 152, 152, 0.71);
}
.main_image .text {
  position: relative;
  z-index: 5;
  padding-top: 0px;
  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: 37.3vw;
    box-sizing: border-box;
    background: url(/images/tsutsu-kids/tsutsu-kids_key.webp) center top/cover no-repeat;
    overflow: hidden;
  }
  .main_image .inner {
    padding: 0 2.7vw;
  }
  .main_image .subtext {
    padding-top: 0;
    padding-left: 0;
    font-size: 4.2vw;
    text-align: center;
  }
  .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: 65px;
  flex-direction: row-reverse;
}
.sec01 .cont01 .textbox {
  margin-right: 50px;
}
@media screen and (max-width: 767px) {
  .sec01 {
    margin-bottom: 13.8vw;
  }
  .sec01 .cont01 {
    margin-bottom: 4.2vw;
    flex-direction: row-reverse;
  }
  .sec01 .cont01 .textbox {
    margin-right: initial;
  }
}

.sec02 {
  margin-bottom: 100px;
}
.sec02 .point_num {
  margin-right: 0px;
}
.sec02 .point_icon {
  width: 40px;
  min-width: 40px;
  margin-right: 15px;
}
.sec02 .point_title {
  letter-spacing: 0.1em;
}
.sec02 .point01 {
  margin-bottom: 65px;
}
.sec02 .point01 .textbox {
  margin-right: 50px;
}
.sec02 .point02 {
  margin-bottom: 65px;
  flex-direction: row-reverse;
}
.sec02 .point02 .textbox {
  margin-left: 50px;
}
.sec02 .point03 {
  margin-bottom: 65px;
}
.sec02 .point03 .textbox {
  margin-right: 50px;
}
.sec02 .point04 {
  margin-bottom: 45px;
  flex-direction: row-reverse;
}
.sec02 .point04 .textbox {
  margin-left: 50px;
}
@media screen and (max-width: 767px) {
  .sec02 {
    margin-bottom: 13.8vw;
  }
  .sec02 .point_header {
    position: relative;
  }
  .sec02 .point_num {
    margin-right: 0;
  }
  .sec02 .point_icon {
    position: absolute;
    top: -1vw;
    left: 4vw;
    width: 10.66vw;
    min-width: 10.66vw;
    margin-right: 4vw;
  }
  .sec02 .point01 {
    margin-bottom: 13.8vw;
  }
  .sec02 .point01 .textbox {
    margin-right: initial;
  }
  .sec02 .point02 {
    margin-bottom: 13.8vw;
  }
  .sec02 .point02 .textbox {
    margin-left: initial;
  }
  .sec02 .point03 {
    margin-bottom: 13.8vw;
  }
  .sec02 .point03 .textbox {
    margin-right: initial;
  }
  .sec02 .point04 .textbox {
    margin-left: initial;
  }
  .sec02 .flexbox {
    display: flex;
  }
}

.sec03 {
  margin-bottom: 100px;
}
.sec03 .cont01 {
  margin-bottom: 65px;
  flex-direction: row-reverse;
}
.sec03 .cont01 .textbox {
  margin-right: 50px;
}
.sec03 .cont01 .imagebox {
  position: relative;
}
.sec03 .cont01 .imagebox .circle_text01 {
  position: absolute;
  top: 60px;
  left: 0px;
  border-radius: 50%;
  background-color: rgba(128, 128, 128, 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.718vw, 22px);
  letter-spacing: 0.15em;
  line-height: 1.8;
  text-align: center;
  color: #fff;
  box-sizing: border-box;
}
.sec03 .cont01 .imagebox .circle_text01 img {
  margin: 0 auto 5px;
  width: clamp(39px, 3.67vw, 47px);
  height: clamp(35px, 3.28vw, 42px);
}
.sec03 .cont01 .imagebox .circle_text02 {
  position: absolute;
  top: 160px;
  left: 117px;
  border-radius: 50%;
  background-color: rgba(128, 128, 128, 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.718vw, 22px);
  letter-spacing: 0.15em;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  box-sizing: border-box;
}
.sec03 .cont01 .imagebox .circle_text02 img {
  margin: 0 auto 5px;
  width: clamp(32px, 2.96vw, 38px);
  height: clamp(39px, 3.67vw, 47px);
}
.sec03 .examination .column_box {
  background-color: #F3EEE7;
}
.sec03 .examination .column_box_title {
  font-size: 20px;
  color: #333;
  border-bottom: 1px solid #4D4D4D;
}
.sec03 .examination .exam_box {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 30px;
  background-color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  box-sizing: border-box;
}
.sec03 .examination .exam_box .textbox {
  width: 65%;
  max-width: 65%;
  min-width: 65%;
}
.sec03 .examination .exam_box .imagebox {
  width: 30%;
  max-width: 280px;
  min-width: 30%;
}
.sec03 .examination .exam_box .box_title {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 18px;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
.sec03 .examination .exam_box .box_text {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 15px;
  letter-spacing: 0.025em;
  text-align: justify;
}
.sec03 .examination .exam_box:not(:last-of-type) {
  margin-bottom: 40px;
}
.sec03 .examination .box01 .textbox, .sec03 .examination .box03 .textbox, .sec03 .examination .box05 .textbox {
  margin-right: 50px;
}
.sec03 .examination .box02, .sec03 .examination .box04 {
  flex-direction: row-reverse;
}
.sec03 .examination .box02 .textbox, .sec03 .examination .box04 .textbox {
  margin-left: 50px;
}
.sec03 .examination .box06 .box_title {
  margin-bottom: initial;
}
.sec03 .selfcare .column_box {
  background-color: #F3EEE7;
}
.sec03 .selfcare .column_box_title {
  font-size: 20px;
  color: #333;
  border-bottom: 1px solid #4D4D4D;
}
.sec03 .selfcare .cont02 {
  width: 913px;
  max-width: 90%;
  margin: 0 auto 50px;
  flex-direction: row-reverse;
  box-sizing: border-box;
}
.sec03 .selfcare .cont02 .textbox {
  width: 67%;
  max-width: 67%;
  min-width: 67%;
  margin-right: 50px;
  box-sizing: border-box;
}
.sec03 .selfcare .cont02 .imagebox {
  width: 33%;
  max-width: 33%;
  min-width: 33%;
  box-sizing: border-box;
}
.sec03 .selfcare .box {
  width: 100%;
  background-color: #fff;
}
.sec03 .selfcare .box .box_title {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 25px;
  padding-top: 25px;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 20px;
  letter-spacing: 0.15em;
  position: relative;
}
.sec03 .selfcare .box .box_title::before {
  content: "";
  position: absolute;
  top: 70%;
  transform: translateY(-50%);
  left: -60px;
  background: url(/images/tsutsu-kids/kazari03.webp) center/contain no-repeat;
  width: 50px;
  height: 50px;
}
.sec03 .selfcare .box .cont03 {
  border-top: 1px solid #4D4D4D;
  padding: 30px 40px;
}
.sec03 .selfcare .box .cont03 .textbox {
  width: 47%;
  margin-right: 30px;
}
.sec03 .selfcare .box .cont03 .imagebox {
  width: 53%;
  min-width: 53%;
  max-width: 435px;
  text-align: right;
}
.sec03 .selfcare .box .cont03 .box_text {
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 1.8;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .sec03 {
    margin-bottom: 13.8vw;
  }
  .sec03 .cont01 {
    margin-bottom: 4.2vw;
    flex-direction: row-reverse;
  }
  .sec03 .cont01 .textbox {
    margin-right: initial;
  }
  .sec03 .cont01 .imagebox {
    position: relative;
  }
  .sec03 .cont01 .imagebox .circle_text01 {
    position: absolute;
    top: 8vw;
    left: 0vw;
    border-radius: 50%;
    background-color: rgba(128, 128, 128, 0.67);
    width: 32vw;
    height: 32vw;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
    font-size: 4.25vw;
    letter-spacing: 0.2em;
    line-height: 1.8;
    text-align: center;
    color: #fff;
  }
  .sec03 .cont01 .imagebox .circle_text01 img {
    margin: 0 auto 1.33vw;
    width: 10.24vw;
    height: 9.96vw;
  }
  .sec03 .cont01 .imagebox .circle_text02 {
    position: absolute;
    top: 27.2vw;
    left: 24vw;
    border-radius: 50%;
    background-color: rgba(128, 128, 128, 0.67);
    width: 32vw;
    height: 32vw;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
    font-size: 4.25vw;
    letter-spacing: 0.2em;
    text-align: center;
    color: #fff;
  }
  .sec03 .cont01 .imagebox .circle_text02 img {
    margin: 0 auto 1.33vw;
    width: 8.1vw;
    height: 10.02vw;
  }
  .sec03 .examination .column_box_title {
    font-size: 5.3vw;
  }
  .sec03 .examination .exam_box {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 5.5vw;
    background-color: #fff;
    display: block;
    box-sizing: border-box;
  }
  .sec03 .examination .exam_box .textbox {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
  .sec03 .examination .exam_box .imagebox {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
  .sec03 .examination .exam_box .imagebox img {
    width: 100%;
  }
  .sec03 .examination .exam_box .box_title {
    font-size: 4.8vw;
    letter-spacing: 0.1em;
    margin-bottom: 5.3vw;
  }
  .sec03 .examination .exam_box .box_text {
    font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
    font-size: 3.75vw;
    letter-spacing: 0.025em;
    text-align: justify;
  }
  .sec03 .examination .exam_box:not(:last-of-type) {
    margin-bottom: 10.66vw;
  }
  .sec03 .examination .box01 .textbox, .sec03 .examination .box03 .textbox, .sec03 .examination .box05 .textbox {
    margin-right: initial;
  }
  .sec03 .examination .box02, .sec03 .examination .box04 {
    flex-direction: row-reverse;
  }
  .sec03 .examination .box02 .textbox, .sec03 .examination .box04 .textbox {
    margin-left: initial;
  }
  .sec03 .examination .box06 .box_title {
    margin-bottom: 0;
  }
  .sec03 .selfcare {
    padding: 5.5vw;
    box-sizing: border-box;
  }
  .sec03 .selfcare .column_box_title {
    font-size: 5.3vw;
  }
  .sec03 .selfcare .cont_title {
    font-size: 4.8vw;
  }
  .sec03 .selfcare .cont02 {
    width: 100%;
    max-width: 100%;
  }
  .sec03 .selfcare .cont02 .textbox {
    width: 100%;
    max-width: initial;
    min-width: initial;
    margin-right: initial;
    box-sizing: border-box;
  }
  .sec03 .selfcare .cont02 .imagebox {
    width: 100%;
    max-width: initial;
    min-width: initial;
    box-sizing: border-box;
  }
  .sec03 .selfcare .box {
    width: 100%;
    background-color: #fff;
  }
  .sec03 .selfcare .box .box_title {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 5.5vw;
    padding-top: 5.5vw;
    padding-left: 5vw;
    font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
    font-size: 4.8vw;
    letter-spacing: 0.15em;
    position: relative;
  }
  .sec03 .selfcare .box .box_title::before {
    content: "";
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    left: -8vw;
    background: url(/images/tsutsu-kids/kazari03.webp) center/contain no-repeat;
    width: 10.66vw;
    height: 10.66vw;
  }
  .sec03 .selfcare .box .cont03 {
    border-top: 1px solid #4D4D4D;
    padding: 5.5vw;
  }
  .sec03 .selfcare .box .cont03 .textbox {
    width: 100%;
    margin-right: initial;
  }
  .sec03 .selfcare .box .cont03 .imagebox {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    text-align: center;
  }
  .sec03 .selfcare .box .cont03 .imagebox img {
    width: 100%;
  }
  .sec03 .selfcare .box .cont03 .box_text {
    font-size: 3.75vw;
  }
}

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