@charset "UTF-8";
.p_ttl1 {
  z-index: 2;
  background: url("/img/infants_mv.webp") no-repeat center 10%/cover;
}
@media screen and (max-width: 480px) {
  .p_ttl1 {
    background: url("/img/infants_mv_sp.webp") no-repeat center 10%/cover;
  }
  .p_ttl1 h1 img {
    width: 242px;
    height: auto;
  }
}

.p_lead {
  position: relative;
  z-index: 1;
}
.p_lead .inr {
  position: relative;
  z-index: 1;
  padding: 140px 0 255px;
  width: 860px;
  margin: 0 auto;
  text-align: left;
  position: relative;
}
@media screen and (max-width: 480px) {
  .p_lead .inr {
    padding: 35px 0 210px;
    width: 86%;
    max-width: 350px;
  }
}
.p_lead .inr::after {
  content: "";
  display: block;
  width: 98px;
  aspect-ratio: 196/134;
  background: url("/img/infants_lead_nature1.png") no-repeat 0 0/contain;
  position: absolute;
  left: calc(50% + 302px);
  top: 147px;
}
@media screen and (max-width: 480px) {
  .p_lead .inr::after {
    width: 59px;
    top: 194px;
    left: calc(50% + 92px);
  }
}
.p_lead p {
  color: #004b36;
  font-size: 1.8rem;
  line-height: 2.78;
}
@media screen and (max-width: 480px) {
  .p_lead p {
    font-size: 1.6rem;
    line-height: 2.5;
    white-space: nowrap;
  }
}
.p_lead p + p {
  margin-top: 2.78em;
}
@media screen and (max-width: 480px) {
  .p_lead p + p {
    margin-top: 2.5em;
  }
}
.p_lead .shape1 {
  position: absolute;
  top: -182px;
  left: calc(50% + 362px);
}
@media screen and (max-width: 480px) {
  .p_lead .shape1 {
    top: -54px;
    left: calc(50% + 34px);
    width: 198px;
    height: auto;
  }
}
.p_lead .shape2 {
  position: absolute;
  top: -97px;
  left: calc(50% - 567px);
}
@media screen and (max-width: 480px) {
  .p_lead .shape2 {
    top: 185px;
    left: calc(50% - 250px);
    width: 119px;
    height: auto;
  }
}
.p_lead .shape3 {
  position: absolute;
  top: 347px;
  left: calc(50% - 914px);
}
@media screen and (max-width: 480px) {
  .p_lead .shape3 {
    top: auto;
    bottom: 208px;
    left: calc(50% - 276px);
    width: 306px;
    height: auto;
  }
}
.p_lead .hand1 {
  position: absolute;
  top: 216px;
  left: calc(50% + 149px);
}
@media screen and (max-width: 480px) {
  .p_lead .hand1 {
    top: auto;
    bottom: 98px;
    left: calc(50% - 36px);
    width: 277px;
    height: auto;
  }
}

#s_activity {
  background: #f7f2ee;
  position: relative;
}
#s_activity::before, #s_activity::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
}
#s_activity::before {
  top: -290px;
  height: 670px;
  background: #fff url("/img/pat1_be.svg") repeat-x center bottom/3840px;
}
@media screen and (max-width: 480px) {
  #s_activity::before {
    top: -150px;
    height: 268px;
    background: #fff url("/img/pat1_be.svg") repeat-x center bottom/1300px;
  }
}
#s_activity::after {
  bottom: -10px;
  height: 260px;
  background: #fff url("/img/pat2_be.svg") repeat-x center center/3840px;
}
@media screen and (max-width: 480px) {
  #s_activity::after {
    bottom: -34px;
    height: 116px;
    background: #fff url("/img/pat2_be.svg") repeat-x center top/1300px;
  }
}
#s_activity .inr {
  position: relative;
  z-index: 1;
  padding: 100px 0 230px;
}
@media screen and (max-width: 480px) {
  #s_activity .inr {
    padding: 50px 0 110px;
  }
}
#s_activity .inr::after {
  content: "";
  display: block;
  width: 93px;
  aspect-ratio: 186/354;
  background: url("/img/infants_activity_nature1.png") no-repeat 0 0/contain;
  position: absolute;
  left: calc(50% - 268px);
  top: -54px;
}
@media screen and (max-width: 480px) {
  #s_activity .inr::after {
    width: 45px;
    left: calc(50% - 138px);
    top: -25px;
  }
}
@media screen and (max-width: 480px) {
  #s_activity .s_ttl img {
    width: 140px;
    height: auto;
  }
}
#s_activity .activity_list {
  margin-top: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 110px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 480px) {
  #s_activity .activity_list {
    margin-top: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 35px;
  }
  #s_activity .activity_list .ttl img {
    width: 190px;
    height: auto;
  }
}
#s_activity .activity_list li > img {
  margin-top: 32px;
  display: block;
  border-radius: 20px;
}
@media screen and (max-width: 480px) {
  #s_activity .activity_list li > img {
    margin: 20px auto 0;
    width: 85%;
    height: auto;
    border-radius: 12px;
  }
}
#s_activity .activity_list .txt {
  width: 325px;
  margin: 28px auto 0;
  text-align: left;
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 480px) {
  #s_activity .activity_list .txt {
    width: 80vw;
    margin: 15px auto 0;
    font-size: 1.4rem;
  }
}
#s_activity .movie {
  margin: 70px auto 0;
  background: #fff;
  width: 660px;
  border-radius: 25px;
  padding: 45px 0 60px;
}
@media screen and (max-width: 480px) {
  #s_activity .movie {
    margin: 40px auto 0;
    width: 93%;
    border-radius: 10px;
    padding: 36px 0 40px;
  }
  #s_activity .movie .ttl img {
    width: 190px;
    height: auto;
  }
}
#s_activity .movie #btn_play {
  display: block;
  margin: 30px auto 0;
  border-radius: 10px;
  text-decoration: none;
  position: relative;
  width: 549px;
  aspect-ratio: 16/9;
  overflow: hidden;
}
#s_activity .movie #btn_play > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 480px) {
  #s_activity .movie #btn_play {
    width: 75vw;
    margin: 20px auto 0;
    border-radius: 7px;
  }
}
#s_activity .movie #btn_play::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 75, 54, 0);
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}
#s_activity .movie #btn_play::after {
  content: "";
  display: block;
  width: 76px;
  aspect-ratio: 1;
  background: #008e66 url("/img/i_play.svg") no-repeat center center/contain;
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  left: calc(50% - 38px);
  top: calc(50% - 38px);
}
@media screen and (max-width: 480px) {
  #s_activity .movie #btn_play::after {
    width: 44px;
    left: calc(50% - 22px);
    top: calc(50% - 22px);
  }
}
@media (any-hover: hover) and (min-width: 481px) {
  #s_activity .movie #btn_play:hover::before {
    background: rgba(0, 75, 54, 0.5);
  }
}

#s_voice {
  padding: 100px 0 190px;
}
@media screen and (max-width: 480px) {
  #s_voice {
    padding: 50px 0 118px;
  }
  #s_voice .s_ttl img {
    width: 162px;
    height: auto;
  }
}
#s_voice .voice_list {
  width: 810px;
  margin: 90px auto 0;
  display: grid;
  gap: 25px 50px;
  grid-template-columns: repeat(2, 1fr);
  position: relative;
}
@media screen and (max-width: 480px) {
  #s_voice .voice_list {
    width: 90%;
    margin: 24px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 15px;
  }
}
#s_voice .voice_list::before, #s_voice .voice_list::after {
  content: "";
  display: block;
  position: absolute;
}
#s_voice .voice_list::before {
  aspect-ratio: 238/256;
  width: 119px;
  background: url("/img/infants_voice_children1.png") no-repeat 0 0/contain;
  bottom: 100%;
  right: 32px;
}
@media screen and (max-width: 480px) {
  #s_voice .voice_list::before {
    width: 64px;
    right: calc(50% - 147px);
  }
}
#s_voice .voice_list::after {
  aspect-ratio: 198/122;
  width: 99px;
  background: url("/img/infants_voice_nature1.png") no-repeat 0 0/contain;
  bottom: -72px;
  left: -120px;
}
@media screen and (max-width: 480px) {
  #s_voice .voice_list::after {
    width: 65px;
    bottom: -64px;
    left: calc(50% - 148px);
  }
}
#s_voice .voice_list li {
  border-radius: 10px;
  padding: 22px 0;
  font-size: 1.6rem;
  line-height: 1.88;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 480px) {
  #s_voice .voice_list li {
    font-size: 1.4rem;
  }
}
#s_voice .voice_list li:nth-child(1) {
  background: #f1f5f7;
}
#s_voice .voice_list li:nth-child(2) {
  background: #fbf1e9;
}
#s_voice .voice_list li:nth-child(3) {
  background: #fbf8e9;
}
#s_voice .voice_list li:nth-child(4) {
  background: #f4fcee;
}

#s_form {
  position: relative;
}
#s_form::before, #s_form::after {
  content: "";
  display: block;
  position: absolute;
}
#s_form::before {
  background: url("/img/shape1_bl.svg") no-repeat center center/100% 100%;
  width: 1051px;
  top: -94px;
  bottom: 26px;
  left: calc(50% - 540px);
}
@media screen and (max-width: 480px) {
  #s_form::before {
    width: 674px;
    top: -56px;
    left: calc(50% - 337px);
    bottom: 10px;
  }
}
#s_form::after {
  aspect-ratio: 350/320;
  width: 175px;
  background: url("/img/infants_form_shape2.png") no-repeat 0 0/contain;
  bottom: -55px;
  left: calc(50% + 584px);
}
@media screen and (max-width: 480px) {
  #s_form::after {
    display: none;
  }
}
#s_form .inr {
  position: relative;
  z-index: 1;
  padding: 100px 0 177px;
}
@media screen and (max-width: 480px) {
  #s_form .inr {
    padding: 50px 0 100px;
  }
}
#s_form .inr::before {
  content: "";
  display: block;
  position: absolute;
  aspect-ratio: 438/424;
  width: 219px;
  background: url("/img/infants_form_shape1.png") no-repeat 0 0/contain;
  top: 153px;
  left: calc(50% - 692px);
}
@media screen and (max-width: 480px) {
  #s_form .inr::before {
    width: 110px;
    left: calc(50% + 94px);
    bottom: 6px;
    top: auto;
  }
}
#s_form .s_ttl {
  position: relative;
}
@media screen and (max-width: 480px) {
  #s_form .s_ttl img {
    width: 244px;
    height: auto;
  }
}
#s_form .s_ttl::after {
  content: "";
  display: block;
  position: absolute;
  aspect-ratio: 188/106;
  width: 94px;
  background: url("/img/infants_form_nature1.png") no-repeat 0 0/contain;
  top: -48px;
  left: calc(50% + 120px);
}
@media screen and (max-width: 480px) {
  #s_form .s_ttl::after {
    width: 56px;
    top: -29px;
    left: calc(50% + 72px);
  }
}
#s_form .entry {
  margin-top: 55px;
}
@media screen and (max-width: 480px) {
  #s_form .entry {
    margin-top: 25px;
  }
}
#s_form .entry p {
  font-family: "FOT-筑紫A丸ゴシック Std B", "TsukuARdGothicStd-B", sans-serif;
  letter-spacing: 0.05em;
  font-size: 1.8rem;
}
@media screen and (max-width: 480px) {
  #s_form .entry p {
    font-size: 1.6rem;
  }
}
#s_form .entry .btn1 {
  margin-top: 28px;
}
@media screen and (max-width: 480px) {
  #s_form .entry .btn1 {
    margin-top: 16px;
  }
}
#s_form .contact {
  margin-top: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 480px) {
  #s_form .contact {
    margin-top: 20px;
    gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
}
#s_form .contact p {
  font-family: "FOT-筑紫A丸ゴシック Std D", "TsukuARdGothicStd-D", sans-serif;
  letter-spacing: 0.05em;
  font-size: 1.6rem;
}
@media screen and (max-width: 480px) {
  #s_form .contact p {
    font-size: 1.2rem;
  }
}

#modal {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#modal .movie {
  position: relative;
  width: 90%;
  max-width: 960px;
  aspect-ratio: 16/9;
}
#modal .movie iframe {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#modal .loading {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#modal .loading .loader {
  width: 30px;
  opacity: 0.7;
  aspect-ratio: 2/1;
  --c: no-repeat linear-gradient(#ffffff 0 0);
  background: var(--c) 0% 50%, var(--c) 50% 50%, var(--c) 100% 50%;
  background-size: 20% 100%;
  -webkit-animation: loader 1s infinite linear;
  animation: loader 1s infinite linear;
  -webkit-transition: opacity 175ms;
  transition: opacity 175ms;
}
#modal .close {
  right: 20px;
  top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}
@media screen and (max-width: 480px) {
  #modal .close {
    top: -40px;
    right: 0;
    gap: 5px;
  }
}

body.modal_open #modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body.modal_open #modal .close {
  position: fixed;
}
@media screen and (max-width: 480px) {
  body.modal_open #modal .close {
    position: absolute;
  }
}