@charset "utf-8";
/* CSS Document */
/*------------------------------------ 各section共通 ------------------------------------*/
#childcare, #shokuiku,#reviews {
  width: 100%;
  padding: 0 24px 120px;
  text-align: center;
  align-items: center;
  margin: 0 auto;
}


/*------------------------------------ Joiaの保育方針 ------------------------------------*/
#childcare {
  background-color: #FDF9F5;
}
.childcare__inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.childcare__inner-description {
  color: #574845;
  font-family: "Zen Maru Gothic", "游ゴシック", YuGothic, 'Yu Gothic medium', 'Hiragino Sans', "メイリオ", 'sans-serif';
  font-size: 2.0rem;
  font-weight: 600;
  line-height: 3.8rem;
  margin-bottom: 60px;
}
.childcare__inner-description span {
  background-image: linear-gradient(transparent 70%, rgba(120, 195, 199, 0.5) 0%);
  padding: 0 2px;
  margin: 0 2px;
}
.childcare__figure-1 {
  width: 100%;
  max-width: 1000px;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  background-color: #F8EBE0;
  box-shadow: 0 1px 3px 0 rgba(87, 72, 69, 0.2);
  border-radius: 20px;
  padding: 24px;
  margin: 0 auto 40px;
}
.childcare__figure-icon {
  margin: 30px 50px 0 0;
}
.childcare__figure-icon img {
  width: 100px;
  opacity: .5;
}
.childcare__figure-icon h4 {
  text-align: center;
  font-family: "Zen Maru Gothic", "游ゴシック", YuGothic, 'Yu Gothic medium', 'Hiragino Sans', "メイリオ", 'sans-serif';
  font-size: 3.0rem;
  font-weight: 600;
  margin-bottom: -55px;
}
.childcare__text {
  width: 100%;
  max-width: 700px;
  display: inline-block;
}
.childcare__text h3 {
  font-family: "Zen Maru Gothic", "游ゴシック", YuGothic, 'Yu Gothic medium', 'Hiragino Sans', "メイリオ", 'sans-serif';
  font-size: 2.0rem;
  font-weight: 600;
  text-align: left;
  border-bottom: solid 3px rgba(87, 72, 69, 0.5);
  padding-bottom: 10px;
  padding-left: 10px;
  margin-bottom: 20px;
}
.childcare__figure-1 p {
  text-align: left;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 3.6rem;
  max-width: 700px;
}
.childcare-strong {
  font-size: 1.8rem;
  font-weight: 600;
  background-color: #FFF;
  padding: 1px;
}
/* iPad Smaller than 999px ----------- */
@media only screen and (max-width : 999px) {
  #childcare {
    margin-top: 0;
  }
}
/* Smartphones (landscape) ----------- */
@media only screen and (max-width :767px) {
  .childcare__inner-description {
    font-size: 1.8rem;
    line-height: 2.8rem;
    font-weight: 500;
    text-align: justify;
    margin-bottom: 40px;
  }
  .childcare__inner-description span {
    font-weight: 600;
  }
  .childcare__figure-1 {
    flex-direction: column;
    display: inline-block;
    height: auto;
    padding: 32px 16px 24px;
  }
  .childcare__figure-icon {
    margin: 20px 0 0 0;
  }
  .childcare__figure-icon img {
    width: 80px;
    opacity: .5;
  }
  .childcare__figure-icon h4 {
    text-align: center;
    font-family: "Zen Maru Gothic", "游ゴシック", YuGothic, 'Yu Gothic medium', 'Hiragino Sans', "メイリオ", 'sans-serif';
    font-size: 2.4rem;
    font-weight: 600;
    margin-bottom: -45px;
  }
  .childcare__text h3 {
    text-align: center;
    line-height: 2.8rem;
    padding-top: 10px;
    padding-bottom: 20px;
  }
  .childcare__figure-1 p {
    text-align: justify;
    line-height: 3.0rem;
  }
}
/* ----------- */
.childcare__figure-triangle {
  border-top: 60px solid #F8EBE0;
  border-left: 80px solid transparent;
  border-right: 80px solid transparent;
  height: 0;
  width: 0;
  margin: 0 auto 80px;
}
.childcare__figure-2 {
  margin: 60px auto 0;
}
.childcare__joia-kids {
  display: inline-block;
  background-color: #D0E7E9;
  padding: 60px 80px 20px;
  border-radius: 30px;
  text-align: left;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
.childcare__joia-kids-title {
  color: #fafafe;
  font-family: "Zen Maru Gothic", "游ゴシック", YuGothic, 'Yu Gothic medium', 'Hiragino Sans', "メイリオ", 'sans-serif';
  font-size: 2.6rem;
  font-weight: 600;
  background-color: #78C3C7;
  border-radius: 40px;
  padding: 20px 60px;
  margin: 0 auto 60px;
  text-align: center;
  position: absolute;
  top: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  z-index: 20;
}
.childcare__joia-kids ol {
  list-style: none;
}
.childcare__joia-kids-list {
  display: flex;
  margin-bottom: 30px;
}
.childcare__joia-kids-list img {
  width: 46px;
  height: 49px;
  object-fit: cover;
}
.childcare__joia-kids-list p {
  font-size: 1.8rem;
  letter-spacing: 0.1rem;
  line-height: 2.8rem;
  padding: 0 5px 0 40px;
  margin-left: -20px;
  border-bottom: solid 5px #78C3C7;
}
.childcare__joia-kids-list span {
  font-size: 2.0rem;
  font-weight: 600;
}
/* iPad Smaller than 999px ----------- */
@media only screen and (max-width : 999px) {
  .childcare__joia-kids {
    padding: 40px 20px 0;
  }
}
/* Smartphones (landscape) ----------- */
@media only screen and (max-width :767px) {
  .childcare__joia-kids-title {
    width: 240px;
    font-size: 2.4rem;
    padding: 20px;
  }
  .childcare__joia-kids-list {
    align-items: center;
  }
  .childcare__joia-kids-list p {
    font-size: 1.6rem;
    text-align: justify;
    letter-spacing: 0.03rem;
    padding: 0 0 0 35px;
    margin-left: -20px;
    border-bottom: none;
  }
  .childcare__joia-kids-list span {
    font-size: 1.8rem;
    font-weight: 600;
  }
}
/* ----------- */
/*------------------------------------ // Joiaの保育方針 ------------------------------------*/

/*------------------------------------ 0歳からできる食育って？ ------------------------------------*/
/*---------------- キーワード ----------------*/
#shokuiku {
  background-color: #F8EBE0;
}
.shokuiku__inner {
  width: 100%;
  max-width: 1000px;
  background-color: #FDF9F5;
  box-shadow: 0 1px 3px 0 rgba(87, 72, 69, 0.2);
  border-radius: 40px;
  margin: 100px auto 0;
  padding: 160px 60px 60px;
  letter-spacing: 0.05rem;
  position: relative;
}
.shokuiku__inner p {
  text-align: left;
}
.shokuiku__inner p strong {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 3.2rem;
  background-image: linear-gradient(transparent 70%, rgba(120, 195, 199, 0.5) 0%);
  padding: 0 2px;
  margin: 0 3px;
}
#shokuiku picture img {
  max-width: 650px;
  position: absolute;
  top: -120px;
  left: 50%;
  -webkit-transform: translateX(-50%);
}
#shokuiku__text-1 {
  position: relative;
  padding: 60px 210px 60px 0;
}
#shokuiku__text-2 {
  position: relative;
  padding-left: 240px;
  margin: 40px auto;
}
#shokuiku__text-3 {
  position: relative;
  padding: 40px 210px 40px 0;
}
#shokuiku__text-2 ul li {
  list-style: none;
  text-align: center;
  width: 80%;
  display: flex;
  align-items: center;
  font-weight: 600;
  padding: 10px 20px;
  background-color: rgba(87, 72, 69, 0.15);
  border-radius: 20px;
  margin: 10px;
}
#shokuiku__text-2 ul li::before {
  content: "";
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 10px;
}
#shokuiku__text-2 #list-1::before {
  min-width: 40px;
  height: 40px;
  background-image: url("../images/childcare/shokuiku-icon-1.png");
}
#shokuiku__text-2 #list-2 {
  padding: 10px 20px;
}
#shokuiku__text-2 #list-2::before {
  min-width: 32px;
  height: 40px;
  background-image: url("../images/childcare/shokuiku-icon-2.png");
  margin-right: 20px;
}
#shokuiku__text-2 #list-3::before {
  min-width: 40px;
  height: 40px;
  background-image: url("../images/childcare/shokuiku-icon-3.png");
}
#shokuiku-img_1, #shokuiku-img_3 {
  position: absolute;
  top: 0;
  right: -40px;
  width: 240px;
  height: 180px;
  object-fit: cover;
  border-radius: 20px;
}
#shokuiku-img_1 {
  object-position: top;
}
#shokuiku-img_3 {
  object-position: left;
}
#shokuiku-img_2 {
  position: absolute;
  top: 0;
  left: -40px;
  width: 240px;
  height: 180px;
  object-fit: cover;
  object-position: top;
  border-radius: 20px;
}

/* Smaller than 1080px ----------- */
@media only screen and (max-width : 1079px) {
  .shokuiku__inner {
    padding: 120px 60px 40px;
    margin: 100px auto 0;
  }
  #shokuiku__text-2 #list-1, #shokuiku__text-2 #list-2, #shokuiku__text-2 #list-3 {
    width: 100%;
    text-align: left;
    margin: 10px 0;
  }
  #shokuiku-img_1 {
    top: 20px;
  }
  #shokuiku-img_2 {
    top: 15%;
  }
  #shokuiku-img_3 {
    top: 40px;
  }
}
/* Smartphones (landscape) ----------- */
@media only screen and (max-width: 767px) {
  .shokuiku__inner {
    padding: 100px 20px 40px;
  }
  #title-shokuiku {
  font-size: 2.2rem;
    padding: 0 30px;
}
  #shokuiku__text-1, #shokuiku__text-3 {
  padding: 0;
}
  #shokuiku__text-2 {
  position: relative;
  padding-left: 0;
  margin: 40px auto;
}
  #shokuiku__text-2 p {
    margin: 20px 0;
  }
  #shokuiku__text-2 ul li {
    width: 100%;
    margin: 0 0 10px;
  }
  #shokuiku-img_2 {
    position: static;
    width: 100%;
    max-width: 300px;
    object-position: center;
  }
  #shokuiku-img_1, #shokuiku-img_3 {
    display: none;
  }
}
/*---------------- // キーワード ----------------*/

/*---------------- Joiaの食育の様子 ----------------*/
.joia-shokuiku {
  width: 100%;
  max-width: 1000px;
  margin: 80px auto 0;
}
.joia-shokuiku h3 {
  color: #574845;
  font-family: "Zen Maru Gothic", "游ゴシック", YuGothic, 'Yu Gothic medium', 'Hiragino Sans', "メイリオ", 'sans-serif';
  font-size: 2.6rem;
  margin-bottom: 60px;
}
.joia-shokuiku h3 strong {
  font-weight: 600;
  line-height: 3.0rem;
  background-image: linear-gradient(transparent 70%, rgba(120, 195, 199, 0.5) 0%);
  padding: 0 3px;
}
.joia-shokuiku__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  gap: 40px;
}
.joia-shokuiku__images {
  width: 450px;
  height: 450px;
}
.joia-shokuiku__inner {
  width: 100%;
  display: block;
}
.joia-shokuiku__inner-img {
  position: relative;
  width: 100%;
  border-radius: 30px 30px 0 0;
  background-color: #574845;
  display: inline-block;
}
.joia-shokuiku__inner-img img {
  width: 100%;
  border-radius: 24px 24px 0 0;
  display: block;
  opacity: 0.6;
}
.joia-shokuiku__inner-title {
  width: 100%;
  position: absolute;
  top: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.joia-shokuiku__inner-title #title-icon-1 {
  width: 60px;
  opacity: 1;
  border-radius: 0;
  margin-right: 15px;
}
.joia-shokuiku__inner-title #title-icon-2 {
  width: 50px;
  opacity: 1;
  border-radius: 0;
  margin-right: 10px;
}
.joia-shokuiku__inner-title #title-icon-3 {
  width: 60px;
  opacity: 1;
  border-radius: 0;
  margin-right: 10px;
}
.joia-shokuiku__inner-title #title-icon-4 {
  width: 50px;
  opacity: 1;
  border-radius: 0;
  transform: rotate(45deg);
  margin-right: 5px;
}
.joia-shokuiku__inner-title h4 {
  color: #fafafe;
  font-family: "Zen Maru Gothic", "游ゴシック", YuGothic, 'Yu Gothic medium', 'Hiragino Sans', "メイリオ", 'sans-serif';
  font-size: 2.4rem;
  font-weight: 550;
}
.joia-shokuiku__inner-text {
  background-color: #fafafe;
  border-radius: 0 0 24px 24px;
  width: 100%;
  padding: 20px;
  text-align: justify;
  font-size: 1.6rem;
  line-height: 2.6rem;
  margin-top: -10px;
}

/* iPad Smaller than 999px ----------- */
@media only screen and (max-width : 999px) {
  .joia-shokuiku__wrapper {
    width: 100%;
    justify-content: space-around;
  }
  .joia-shokuiku__images {
    height: auto;
  }
  .joia-shokuiku__inner-title h4 {
    font-size: 1.8rem;
  }
  .joia-shokuiku__inner-title #title-icon-1 {
    width: 40px;
    margin-right: 10px;
  }
  .joia-shokuiku__inner-title #title-icon-2 {
    width: 35px;
    margin-right: 5px;
  }
  .joia-shokuiku__inner-title #title-icon-3 {
    width: 40px;
    margin-right: 10px;
  }
  .joia-shokuiku__inner-title #title-icon-4 {
    width: 40px;
    margin-right: 0;
  }
}
/* Smartphones (landscape) ----------- */
@media only screen and (max-width: 999px) {
  .joia-shokuiku h3 {
  font-size: 2.0rem;
  margin-bottom: 40px;
}
}
/*---------------- // Joiaの食育の様子 ----------------*/

/* 監修者の紹介 */
.joia-shokuiku__supervisor {
  width: 100%;
  display: flex;
  justify-content: space-around;
}
.joia-shokuiku__supervisor__img img {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  object-fit: cover;
  object-position: top;
}
.joia-shokuiku__supervisor__textgroup {
  max-width: 800px;
  text-align: justify;
  margin-left: 20px;
}
.joia-shokuiku__supervisor__title {
  font-size: 1.6rem;
  font-weight: 600;
}
.joia-shokuiku__supervisor__text {
  font-size: 1.4rem;
  line-height: 2.4rem;
}

/* iPad Smaller than 999px ----------- */
@media only screen and (max-width : 600px) {
  .joia-shokuiku__supervisor {
    display: flex;
    flex-direction: column;
}
  .joia-shokuiku__supervisor__textgroup {
    margin: 20px auto 0;
}
}

/*---------------- Joia開発商品 ----------------*/
.joia-shop-items__furikake {
  max-width: 1280px;
  height: fit-content;
  background-color:rgba(255,255,255,0.5);
  background-blend-mode:lighten;
  background-image: url(../images/childcare/bg--furikake.png);
  background-size: cover;
  background-position: center;
  border-radius: 24px;
  padding: 40px 24px;
  margin: 0 auto;
}
.joia-shop-items__sub-text {
  color: #574845;
  font-family: "Zen Maru Gothic", "游ゴシック", YuGothic, 'Yu Gothic medium', 'Hiragino Sans', "メイリオ", 'sans-serif';
  font-size: 2.0rem;
  font-weight: 600;
  line-height: 3.6rem;
  margin-bottom: 40px;
}
.joia-shop-items__furikake__description-text img {
  max-width: 100%;
}
.joia-shop-items__wrapper h3 {
  color: #574845;
  font-family: "Zen Maru Gothic", "游ゴシック", YuGothic, 'Yu Gothic medium', 'Hiragino Sans', "メイリオ", 'sans-serif';
  font-size: 2.6rem;
  margin-bottom: 40px;
}
.joia-shop-items__wrapper h3 strong {
  font-weight: 600;
  line-height: 3.4rem;
  background-image: linear-gradient(transparent 70%, rgba(120, 195, 199, 0.5) 0%);
  padding: 0 1px;
  margin: 0 3px;
}
.furikake__link-wrapper {
  gap: 60px;
  padding-top: 40px;
  border-top: 6px dotted #ecbe50;
}
.joia-shop-items__furikake__description {
  display: flex;
  gap: 24px 40px;
  align-items: center;
}
.joia-shop-items__furikake__description-text:first-child {
  max-width: 480px;
}
.joia-shop-items__furikake__description-text p {
  text-align: left;
  margin-bottom: 12px;
}
#furikake_challengesheet-wrapper {
  text-align: center;
}
.joia-shop-items__furikake__link-inner {
  width: 48%;
}
.joia-shop-items__furikake__link-inner figure {
  max-width: 400px;
  margin: 0 auto;
}
.joia-shop-items__furikake__link-inner p {
  text-align: justify;
  margin: 24px 8px;
}
.joia-shop-items__furikake__link--url {
  text-decoration: none;
}
.joia-shop-items__furikake__link--url h5 {
  color: #fafafe;
  background-color: #ecbe50;
  padding: 24px 40px;
  width: fit-content;
  margin: 24px auto 0;
  border-radius: 40px;
  font-family: "Zen Maru Gothic", "游ゴシック", YuGothic, 'Yu Gothic medium', 'Hiragino Sans', "メイリオ", 'sans-serif';
  font-size: 2.0rem;
  font-weight: 600;
  box-shadow: 0 4px 0 rgba(87, 72, 69, .5);
}
.joia-shop-items__furikake__link--url h5:hover {
  transition: ease .3s;
  transform: translateY(4px);
  box-shadow: none;
}

/* Smartphones (landscape) ----------- */
@media only screen and (max-width: 999px) {
  .joia-shop-items__wrapper h3 {
  font-size: 2.0rem;
  margin-bottom: 40px;
}
.furikake__link-wrapper {
  flex-wrap: wrap-reverse;
}
.joia-shop-items__furikake__description-text {
  width: 50%;
}
}
@media only screen and (max-width: 767px) {
  .joia-shop-items__sub-text {
    font-size: 1.8rem;
    line-height: 2.8rem;
    font-weight: 500;
  }
  .joia-shop-items__furikake__description {
    flex-direction: column;
  }
  .joia-shop-items__furikake__description-text {
    width: 100%;
    margin: 0 auto;
  }
  .furikake__supporters--list {
    max-width: 310px;
  }
  .joia-shop-items__furikake__link-inner {
    width: 100%;
  }
}
/*---------------- // Joia開発商品 ----------------*/

/*------------------------------------ 保護者様のお声 ------------------------------------*/
#reviews {
  background-color: #FDF9F5;
}
.reviews__wrapper {
  width: 100%;
  max-width: 1000px;
  text-align: center;
  align-items: center;
  margin: auto;
}
.reviews__inner {
  padding-bottom: 0px;
}
#reviews__for-pc {
  display: block;
}
#reviews__for-mobile {
  display: none;
}
.reviews__text {
  list-style: none;
  text-align: left;
  background-color: #fafafa;
  border: solid 3px rgba(120, 195, 199);
  padding: 60px 80px 40px;
  border-radius: 50px 0;
  margin-bottom: 60px;
}
.review-title {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
.review-title img {
  width: 70px;
}
.balloon1-left {
  position: relative;
  display: inline-block;
  margin-left: 10px;
  padding: 10px;
  min-width: 120px;
  max-width: 100%;
  border-radius: 20px;
  color: #574845;
  font-size: 16px;
  background: #D0E7E9;
}
.balloon1-left:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -23px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #D0E7E9;
}
.balloon1-left h4 {
  font-family: "Zen Maru Gothic", "游ゴシック", YuGothic, 'Yu Gothic medium', 'Hiragino Sans', "メイリオ", 'sans-serif';
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 3.2rem;
  letter-spacing: 0.1rem;
  padding: 20px 30px;
}
.review__paragraph-point {
  display: flex;
  align-items: flex-end;
  margin: 30px auto 10px 10px;
}
.review__paragraph-point__img-bg {
  background-color: #D0E7E9;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding: 12px 12px 8px 13px;
}
.review__paragraph-point img {
  width: 25px;
}
.review__paragraph-point h5 {
  display: inline-block;
  font-family: "Zen Maru Gothic", "游ゴシック", YuGothic, 'Yu Gothic medium', 'Hiragino Sans', "メイリオ", 'sans-serif';
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  border-bottom: solid 5px #D0E7E9;
  border-radius: 3px;
  padding: 10px 20px 8px 40px;
  margin: 0 auto 0 -25px;
}
.reviews__text p {
  text-align: justify;
  line-height: 3.0rem;
  letter-spacing: 0.04rem;
  padding: 10px;
  margin-bottom: 10px;
}
.reviews__text p strong {
  font-weight: 700;
  background-image: linear-gradient(transparent 70%, rgba(120, 195, 199, 0.5) 0%);
  padding: 0 2px;
  margin: 0 1px;
}
.reviews__text span {
  font-size: 1.4rem;
  text-align: right;
  display: block;
  padding-right: 10px;
}
.link-button {
  text-decoration: none;
  color: #574845;
}
.link-button h4 {
  max-width: 300px;
  padding: 20px 30px;
  border-radius: 60px;
  font-family: "Zen Maru Gothic", "游ゴシック", YuGothic, 'Yu Gothic medium', 'Hiragino Sans', "メイリオ", 'sans-serif';
  font-size: 2.0rem;
  color: #fafafe;
  font-weight: 500;
  background-color: rgba(120, 195, 199, 1);
  box-shadow: 0 4px 0 rgba(87, 72, 69, .5);
  text-align: center;
  margin: 40px auto 0;
}
a.link-button h4:hover {
  transition: ease .3s;
  transform: translateY(4px);
  box-shadow: none;
}
/* Smartphones (landscape) ----------- */
@media only screen and (max-width :767px) {
  #reviews__for-pc {
    display: none;
  }
  #reviews__for-mobile {
    display: block;
  }
  .reviews__text details {
    text-align: right;
  }
  #reviews__for-mobile details summary {
    display: list-item;
    list-style: none;
    text-align: center;
    width: 50%;
    min-width: 150px;
    margin: 0 auto;
    padding: 10px;
    border-radius: 10px;
    background: rgba(87, 72, 69, 0.2);
  }
  /* 一部ブラウザで▼が消えない場合のために以下も追記 */
  #reviews__for-mobile details summary::-webkit-details-marker {
    display:none;
}
  #reviews__for-mobile summary:hover {
    cursor: pointer;
  }
  details[open] .details-content {
    animation: fadeIn 0.5s ease;
  }
  @keyframes fadeIn {
    0% {
      opacity: 0; /* 透明 */
      transform: translateY(-10px); /* 上から表示 */
    }
    100% {
      opacity: 1;
      transform: none;
    }
  }
  .review-title {
    padding-bottom: 0;
    margin-bottom: 40px;
  }
  .reviews__text {
    padding: 40px 16px;
    border-radius: 50px 0;
    margin: 20px 0 40px;
  }
  .review__paragraph-point {
    margin: 0 0 20px;
  }
  .balloon1-left h4 {
    font-family: "Zen Maru Gothic", "游ゴシック", YuGothic, 'Yu Gothic medium', 'Hiragino Sans', "メイリオ", 'sans-serif';
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 3.0rem;
    letter-spacing: 0.005rem;
    padding: 0 0 0 10px;
  }
  .review__paragraph-point h5 {
    font-size: 1.6rem;
    letter-spacing: 0.05rem;
    padding: 0 5px 5px 35px;
  }
  .reviews__text p {
    margin-bottom: 10px;
    line-height: 2.8rem;
    padding: 10px;
  }
}
/*---------------- // 保護者様のお声 ----------------*/