@charset "utf-8";
/* プチリックとは */
/* ==================================================== */
/*  .contents-head
/* ==================================================== */
.about .contents-head .head-tlt h2 {
  width: 30.7%;
}
.about .contents-head figure {
  width: 70.17%;
}

@media screen and (max-width: 767px) {
  .about .contents-head .head-tlt h2 {
    width: 224px;
    margin-bottom: 43px;
  }
  .about .contents-head .head-tlt .mark {
    z-index: -1;
  }
}

/* ==================================================== */
/*  .contents-area
/* ==================================================== */

/* スマホ */
@media screen and (max-width: 767px) {
}

/*read-box*/
.about .contents-area .read-box {
  margin-bottom: 55px;
  text-align: center;
}
.about .contents-area .read-box p {
  font-size: var(--fs16);
  line-height: 2.2;
}

.about .contents-area .anchor-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 100px;
}
.about .contents-area .anchor-list a {
  display: block;
  width: 270px;
  text-align: center;
}
.about .contents-area .anchor-list a:nth-child(2) {
  border-right: solid 1px #acacac;
  border-left: solid 1px #acacac;
}
.about .contents-area .anchor-list a span {
  position: relative;
  font-size: var(--fs17);
  font-weight: bold;
}
.about .contents-area .anchor-list a span:before {
  display: inline-block;
  width: 27px;
  height: 27px;
  margin-right: 15px;
  background-image: url(../img/about/arrow_bottom.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  content: "";
}

@media screen and (max-width: 767px) {
  .about .contents-area .read-box {
    margin-top: 50px;
  }
  .about .contents-area .read-box p {
    font-size: 1.4rem;
    line-height: 2.07;
  }
  .about .contents-area .anchor-list {
    margin-bottom: 77px;

    gap: 14px 0;
  }
  .about .contents-area .anchor-list a {
    width: auto;
  }
  .about .contents-area .anchor-list a:nth-child(1) {
    padding-right: 10px;
  }
  .about .contents-area .anchor-list a:nth-child(2) {
    padding: 0 10px;
  }
  .about .contents-area .anchor-list a:nth-child(3) {
    padding-left: 10px;
  }
  .about .contents-area .anchor-list a span {
    font-size: 1.3rem;
  }
  .about .contents-area .anchor-list a span:before {
    width: 15px;
    height: 15px;
    margin-right: 5px;
    margin-bottom: 3px;
  }
}

/* sub-tlt */
.about .sub-tlt {
  /* margin-bottom: 65px; */
  text-align: center;
}
.about .sub-tlt span.mark {
  display: block;
  width: 131.87px;
  margin: 0 auto 15px;
}
.about .sub-tlt h2 {
  margin-bottom: 40px;
  font-size: var(--fs28);
  font-weight: bold;
}
.about .sub-tlt p {
  font-size: var(--fs16);
  line-height: 2.1;
}
.about .sub-tlt p span {
  color: #f56300;
}

@media screen and (max-width: 767px) {
  .about .sub-tlt span.mark {
    width: 88.23px;
  }
  .about .sub-tlt h2 {
    font-size: 18px;
  }
  .about .sub-tlt p {
    font-size: 1.5rem;
    line-height: 1.86;
    text-align: left;
  }
}

/* nursery */
#nursery {
  margin-bottom: 120px;
}
#nursery .sub-tlt h2 {
  margin-bottom: 0;
}

#nursery .nursery_area {
  padding: 88.3px 0 68px;
  background-image: url(../img/about/nursery_bg_pc.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
#nursery .nursery_area .inner {
  max-width: 913px;
  margin: 0 auto;
  padding: 0 41.5px;
}
#nursery .nursery_area .nursery_box {
  padding: 45px 5% 70px;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.8);
  font-weight: bold;
  text-align: center;
}
#nursery .nursery_area .nursery_box span.mark {
  display: block;
  width: 57.64px;
  margin: 0 auto 20px;
}
#nursery .nursery_area .nursery_box h3 {
  margin-bottom: 45px;
  font-size: var(--fs21);
  font-weight: bold;
  line-height: 2.04;
}
#nursery .nursery_area .nursery_box .text {
  font-size: var(--fs16);
  font-weight: bold;
  line-height: 2.37;
}
#nursery .nursery_area .nursery_box .text p:not(:last-child) {
  margin-bottom: 2em;
}

@media screen and (max-width: 767px) {
  #nursery {
    margin-bottom: 51px;
  }

  #nursery .nursery_area {
    padding: 77px 0 52px;
    background-image: url(../img/about/nursery_bg_sp.webp);
  }
  #nursery .nursery_area .inner {
    padding: 0 8.6%;
  }
  #nursery .nursery_area .nursery_box {
    padding: 21px 20px 35px;
  }
  #nursery .nursery_area .nursery_box span.mark {
    width: 42.67px;
    margin: 0 auto 17px;
  }
  #nursery .nursery_area .nursery_box h3 {
    margin-bottom: 25px;
    font-size: 1.7rem;
    line-height: 1.76;
  }
  #nursery .nursery_area .nursery_box .text {
    font-size: 1.5rem;
    font-weight: normal;
    line-height: 1.93;
    text-align: left;
  }
}

/* plan */
#plan {
  margin-bottom: 100px;
}
#plan .sub-tlt {
  margin-bottom: 40px;
}

#plan .plan-list {
  background-image: url(../img/about/plan_bg.svg);
  background-repeat: repeat;
  background-size: auto;
}
#plan .plan-list .inner {
  max-width: 1003px;
  margin: 0 auto;
  padding: 48px 41.5px 100px;
}
#plan .plan-list .inner.flex {
  flex-wrap: wrap;

  gap: 55px 8%;
}
#plan .plan-list .list-item {
  width: 46%;
}
#plan .plan-list .list-item .text_box .list-ttl {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;

  gap: 14px;
}
#plan .plan-list .list-item .text_box .list-ttl figure {
  width: 20.8%;
  max-width: 87.53px;
  margin-top: -20px;
}
#plan .plan-list .list-item .text_box .list-ttl h4 {
  padding-top: 15px;
  font-size: var(--fs19);
  font-weight: bold;
}
#plan .plan-list .list-item .text_box p {
  font-size: var(--fs16);
}

@media screen and (max-width: 767px) {
  #plan {
    margin-bottom: 40px;
  }
  #plan .sub-tlt h2 {
    margin-bottom: 30px;
  }
  #plan .plan-list .inner {
    padding: 48px 41.5px 60px;
  }
  #plan .plan-list .inner.flex {
    gap: 35px;
  }
  #plan .plan-list .list-item {
    width: 100%;
  }
  #plan .plan-list .list-item .text_box .list-ttl {
    margin-bottom: 8px;
  }
  #plan .plan-list .list-item .text_box .list-ttl h4 {
    font-size: 1.6rem;
  }
  #plan .plan-list .list-item .text_box .list-ttl figure {
    min-width: 64.56px;
  }
  #plan .plan-list .list-item .text_box p {
    font-size: 1.5rem;
  }
}

/* message */
#message {
  margin-bottom: 190px;
}

#message .message_area {
  padding: 80px 7.3%;
  background-color: #f7f7f7;
}

#message .message_area .flex {
  gap: 7.8%;
}
#message .message_area .profile_img_box {
  width: 30.4%;
  max-width: 310px;
}

#message .message_area .text_box {
  width: 61.8%;
}
#message .message_area .text_box h3 {
  position: relative;
  display: inline-block;
  margin-bottom: 60px;
  font-size: var(--fs24);
  font-weight: bold;
}
#message .message_area .text_box h3:before {
  position: absolute;
  top: 0;
  left: -40px;
  display: inline-block;
  width: 23.8px;
  height: 16.69px;
  margin: auto;
  background-image: url(../img/about/message_icon-01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  content: "";
}
#message .message_area .text_box h3:after {
  position: absolute;
  right: -30px;
  bottom: 8px;
  display: inline-block;
  width: 23.8px;
  height: 16.69px;
  margin: auto;
  background-image: url(../img/about/message_icon-02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  content: "";
}
#message .message_area .text_box p {
  font-size: var(--fs16);
  line-height: 2.06;
}
#message .message_area .text_box p:not(:last-child) {
  margin-bottom: 2em;
}

#message .message_area .text_box p.name {
  font-weight: bold;
  text-align: right;
}

@media screen and (max-width: 767px) {
  #message .inner {
    padding: 0;
  }
  .about #message .sub-tlt h2 {
    margin-bottom: 80px;
  }
  #message .message_area {
    padding: 48px 41.5px 60px;
  }
  #message .message_area .flex {
    flex-direction: column;

    gap: 13px;
  }
  #message .message_area .text_box {
    width: 100%;
  }
  #message .message_area .text_box h3 {
    display: block;
    width: 230px;
    margin: 0 auto 45px;
    font-size: 1.8rem;
  }
  #message .message_area .text_box h3:before {
    top: -15px;
    left: -26px;
  }
  #message .message_area .text_box h3:after {
    bottom: -12px;
  }
  #message .message_area .text_box p {
    font-size: 1.5rem;
    line-height: 1.93;
  }
  #message .message_area .profile_img_box {
    width: 75%;
    margin: -80px auto 10px;
  }
  #message .message_area .profile_img_box figure {
    padding-left: 20px;
  }
}
