/* ------------------------------------
// page_header
------------------------------------ */
body {
  background: url(../img/mamakids/bg_body.webp) repeat-y 0 0/100% auto;
}

#gnav {
  background: none;
}

#page_header {
  background: none;
}
#page_header .title h1 {
  background: url(../img/mamakids/bg_title.webp) no-repeat 0 0/100% auto;
  padding: 0 clamp(3px, 2.5vw, 30px);
}
#page_header .title .icon {
  display: none;
}

main {
  padding-top: 0;
}
main::before {
  display: none;
}
main::after {
  display: none;
}

/* ------------------------------------
// footer
------------------------------------ */
#icons {
  background: none;
  margin-bottom: 0;
  padding: 0;
}
#icons::before {
  display: none;
}

#footer {
  padding-top: 6rem;
  background: #FFF;
}

/* ------------------------------------
// treatment
------------------------------------ */
#about {
  position: relative;
  padding: 12.0833333333vw 0 10.6666666667vw;
}
#about:before {
  content: "";
  width: 100%;
  aspect-ratio: 1200/145;
  height: 12.0833333333vw;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/mamakids/bg_about.webp) no-repeat center 0/cover;
}
#about:after {
  content: "";
  width: 100%;
  aspect-ratio: 1200/128;
  height: 10.6666666667vw;
  display: block;
  position: absolute;
  background: url(../img/mamakids/bg_about_btm.webp) no-repeat center 0/cover;
  left: 0;
  bottom: 0;
}
#about h2 {
  margin-bottom: 2rem;
}
#about .content {
  margin: 0;
  width: 100%;
  max-width: 100%;
  background: #FFF;
  padding: 0 max(2rem, 50vw - 380px);
}
#about .content .cut {
  margin-bottom: 2rem;
}
#about .content p {
  margin-bottom: 0;
  text-align: center;
  font-weight: bold;
}
#about .content p.lead {
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  #about {
    padding-top: 3rem;
  }
}

/* ------------------------------------
// forchildren
------------------------------------ */
#forchildren {
  padding: 100px 0;
  position: relative;
  padding: 100px 0 4.2666666667vw;
}
@media screen and (max-width: 768px) {
  #forchildren {
    padding: 100px 0 2.1333333333vw;
  }
}
#forchildren:before {
  content: "";
  width: 100%;
  aspect-ratio: 1200/145;
  height: 12.0833333333vw;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../img/mamakids/bg_about.webp) no-repeat center 0/cover;
  z-index: 0;
}
#forchildren h2 {
  color: #22485A;
  font-size: clamp(2.2rem, 2.2vw, 3.5rem);
  font-weight: 500;
  letter-spacing: 0.2em;
  margin-bottom: 5rem;
  gap: 0;
  text-align: center;
}
#forchildren .cut {
  position: relative;
  max-width: 460px;
  margin: 0 auto;
  z-index: 4;
}

/* ------------------------------------
// anxiety
------------------------------------ */
#feature {
  padding: 40px 0 120px;
  background: #fff;
}
#feature ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem 6vw;
}
#feature ul p {
  text-align: center;
  color: #22485A;
  margin-bottom: 1rem;
}
#feature ul p span {
  display: block;
  font-size: clamp(1.8rem, 2.2vw, 2.2rem);
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  #feature ul {
    grid-template-columns: 1fr;
  }
  #feature ul .image {
    max-width: 80%;
    margin: 0 auto;
  }
}

/* ------------------------------------
// policy
------------------------------------ */
#policy {
  padding: 170px 0 0;
  position: relative;
}
#policy::before {
  content: "";
  width: 100%;
  aspect-ratio: 2384/156;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../img/cmn/bg_section_02.webp) no-repeat center 0/100% auto;
}
#policy h2 {
  margin-bottom: 2rem;
}
#policy .lead {
  font-weight: bold;
  text-align: center;
}
#policy .box {
  position: relative;
  background: #FFF;
  margin: calc(13.4210526316% + 2rem) 0 calc(26.8421052632% + 2rem);
  padding: 0 clamp(2rem, 10vw, 10rem);
}
#policy .box:after {
  content: "";
  width: 100%;
  aspect-ratio: 760/102;
  position: absolute;
  left: 0;
  top: 100%;
  background: url(../img/mamakids/bg_rinen_btm.webp) no-repeat center 0/cover;
}
#policy .box::before {
  content: "";
  width: 100%;
  aspect-ratio: 760/102;
  position: absolute;
  left: 0;
  bottom: 100%;
  background: url(../img/mamakids/bg_rinen_head.webp) no-repeat center 0/cover;
}
#policy .box .head {
  display: grid;
  grid-template-columns: 100px 1fr;
  align-items: center;
  gap: 3rem;
  color: #22485A;
  font-weight: 500;
  margin: 0 0 2rem;
}
@media screen and (max-width: 1200px) {
  #policy::before {
    background-size: 100% auto;
  }
}
@media screen and (max-width: 768px) {
  #policy {
    padding: 100px 0 10px;
  }
  #policy::before {
    background-size: 135% auto;
  }
  #policy .box .head {
    grid-template-columns: 40px 1fr;
    gap: 1rem;
  }
}