@charset "UTF-8";

/* 色の変数 */
:root {
    --cherry-red: #DD2051;  /* メインの赤 */
    --leaf-green: #7CB356;  /* サブの緑 */
    --dark-pink1: #F9EDEF;    /* 濃いピンク背景 */
    --dark-pink2: #FCF8F9;    /* 次に濃いピンク背景 */
    --bg-main: #FEFDFE;    /* 白背景風 */
    --white: #ffffff;   /* ボタン背景の白 */
    --main-text: #2A160A;   /* メインテキストカラー */
    --contact-btn:#F9EDF0; /*ハートコンタクトボタン */
}

.step-main .contents-title__sub {
    margin-top: 40px;
    font-size: clamp(1.6rem, 1.7vw, 2rem);
    line-height: 180%; /* 36px */
}
@media (max-width:768px) {
  .step-main .contents-title__sub {
    margin: 0 auto;
  }
}
@media (max-width:500px) {
    .step-main .contents-title__sub {
        text-align: left;
    }
}

.for-sp3 {
    display: none;
}
@media (max-width:900px) {
    .for-sp3 {
    display: block;
    }
}
@media (max-width:768px) {
    .for-sp3 {
    display: none;
    }
}
@media (max-width:500px) {
    .for-sp3 {
    display: block;
    }
}

.for-sp5 {
    display: none;
}
@media (max-width:500px) {
    .for-sp5 {
    display: block;
    }
}

/* =============================
   悩みボックス
============================= */
.parent-support__worry-box {
  position: relative;
  background-color: var(--dark-pink2);
  border-radius: 20px;
  padding: 20px 40px 40px;
  max-width: 710px;
  margin: 80px auto 0;
  z-index: 0;
  text-align: center;
  width: 90%;
}
@media (max-width:768px) {
  .parent-support__worry-box {
    padding: 20px 16px;
    margin-bottom: 32px;
    margin-top: 0;
  }
}
@media (max-width:500px) {
    .parent-support__worry-box {
        width: 100%;
    }
}

.parent-support__worry-box::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  right: 8px;
  bottom: 8px;
  border: 2px dashed #EADFD7;
  border-radius: 16px;
  z-index: -1;
}

.parent-support__worry-lead {
  font-family: "Zen Maru Gothic";
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 3px;
  margin-left: 80px;
  position: relative;
}
@media (max-width:768px) {
  .parent-support__worry-lead {
    font-size: 1.6rem;
    display: inline-block;
  }
}
@media (max-width:500px) {
  .parent-support__worry-lead {
    margin-left: 39px;
  }
}


.parent-support__worry-lead::before {
    position: absolute;
    content: "";
    background-image: url(../images/decorations/mizuyari-me.png);
    width: 107px;
    height: 94px;
    top: -59px;
    left: -39px;
    transform: scaleX(-1);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
@media (max-width:900px) {
   .parent-support__worry-lead::before {
    left: -73px;
   } 
}
@media (max-width:768px) {
  .parent-support__worry-lead::before {
        width: 56px;
        height: 50px;
        top: -25px;
        left: -63px;
    }
}
@media (max-width:500px) {
  .parent-support__worry-lead::before {
        width: 56px;
        height: 50px;
        top: -1px;
        left: -44px;
    }
}

.parent-support__worry-lead .em {
  color: var(--cherry-red);
  font-size: 2.8rem;
}
@media (max-width:768px) {
    .parent-support__worry-lead .em {
        font-size: 2rem;
    }
}

.parent-support__worry-list {
  list-style: none;
  padding: 0;
  margin: 16px auto 0;
  max-width: 360px;
}
@media (max-width:500px) {
    .parent-support__worry-list {
       max-width: 269px;
    }
}



.parent-support__worry-list li {
  position: relative;
  font-size: 1.6rem;
  text-align: left;
  margin-top: 16px;
  margin-left: 20px;
}
@media (max-width:768px) {
  .parent-support__worry-list li {
    font-size: 1.3rem;
  }
}

.parent-support__worry-list li::before {
  content: "";
  background-image: url(../images/icons/icon-pinkcheck.svg);
  position: absolute;
  left: -25px;
  top: 4px;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}


/* =============================
   園長よりメッセージ
============================= */



.director-message__content {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: center;
}
@media (max-width:1110px) {
  .director-message__content {
    flex-direction: column;
  }
}


.director-message__profile {
  flex: 0 0 25%;
  text-align: center;
}
@media (max-width:1110px) {
  .director-message__profile {
    width: 250px;
  }
}

.director-message__figure {
  margin: 0;
}

.director-message__figure img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.director-message__caption {
  margin: 12px auto 0;
  width: 77%;
  font-size: 1.4rem;
  line-height: 1.6;
  color: var(--main-text);
  text-align: left;
}

.director-message__role {
  display: inline-block;
  font-weight: bold;
  font-size: 1.3rem;
  color: var(--cherry-red);
  border-bottom: 2px dotted var(--cherry-red);
  margin-bottom: 4px;
}

.director-message__name {
  display: block;
  font-family: "Zen Maru Gothic";
  font-weight: bold;
  margin-top: 4px;
}

.director-message__name small {
  display: block;
  font-family: "Wix Madefor Display";
  font-weight: 400;
  font-size: 1.2rem;
  margin-top: 2px;
}

.director-message__feature {
  display: block;
  font-size: 1.3rem;
  margin-top: 8px;
}

/* 右側：手紙の画像（固定サイズ） */
.director-message__decoration {
  flex: 0 0 820px; /* ←ここで固定サイズ */
  max-width: 100%;
}

.director-message__decoration img {
  max-width: 100%;
  height: auto;
  display: block;
}




/* =============================
   安心宣言＆本文
============================= */
.parent-support__relief-block {
  background-color: var(--dark-pink2);
  width: 100%;
  margin: 80px auto;
}

.parent-support__relief-block--wrap {
  margin: 30px auto;
  padding: 30px;
}

.parent-support__relief-title {
  font-family: "Zen Maru Gothic";
  font-size: clamp(1.8rem, 2.6vw, 2.8rem);
  font-weight: 700;
  line-height: 200%;
  letter-spacing: 1.4px;
  text-align: center;
}
@media (max-width:768px) {
  .parent-support__relief-title {
    font-size: 1.6rem;
  }
}

.parent-support__relief-title .em-red {
  color: var(--cherry-red);
}

.parent-support__relief-text {
  line-height: 1.9;
  max-width: 545px;
  margin: 30px auto 0;
  text-align: left;
}
@media (max-width:768px) {
  .parent-support__relief-text {
    font-size: 1.4rem;
  }
}

.under-line {
  background: linear-gradient(transparent 60%, #F5C6D2 60%);
}

/* =============================
   CTAボタンエリア
============================= */
.parent-support__cta {
  display: flex;
  justify-content: center;
  gap: 36px;
  margin-top: 32px;
  flex-wrap: wrap;
}
@media (max-width:768px) {
  .parent-support__cta {
    gap: 12px;
  }
}

.c-pinkbtn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 287px;
  height: 60px;
  background-color: var(--cherry-red);
  border-radius: 100px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: background-color 0.3s;
  padding: 0 16px;
}
@media (max-width:768px) {
    .c-pinkbtn {
        width: 237px;
    }
}

.intro__btntext {
  font-family: "Zen Maru Gothic";
  font-size: 1.8rem;
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
  padding-left: 24px;
}
@media (max-width:768px) {
    .intro__btntext {
        font-size: 1.6rem;
    }
}

.intro__iconwrap {
  width: 32px;
  height: 32px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.intro__iconwrap img {
  width: 32px;
  height: auto;
  display: block;
}

.c-pinkbtn:hover .intro__iconwrap {
  transform: scale(1.1);
}
@media (max-width:768px) {
  .c-button {
    width: 100%;
    justify-content: center;
  }
}

/* =============================
   その他
============================= */
.about-ninsyo__title {
  font-family: "Zen Maru Gothic";
  font-size: 2rem;
  color: var(--cherry-red);
  font-weight: bold;
  margin-bottom: 1.6rem;
  margin-left: 114px;
}
@media (max-width:768px) {
  .about-ninsyo__title {
    font-size: 1.6rem;
    margin-left: 78px;
  }
}

.about-ninsyo__text p {
  width: 85%;
  margin: 0 auto;
  letter-spacing: 3.5px;
  text-align: justify;
}

/* =============================
   見学案内セクション（visit-info）
============================= */
.visit-info-container {
  margin: 0 auto;
  /* padding-left: 4.8vw; */
  /* padding-right: 4.8vw; */
  margin-bottom: 120px;
}

    


.visit-info__contact {
  text-align: center;
  margin-bottom: 40px;
}

.visit-info__tel {
  color: var(--cherry-red);
  font-family: "Wix Madefor Text";
  font-size: 3.2rem;
  font-weight: 700;
}

.visit-info__icon {
  width: 30px;
  height: auto;
  transform: translateY(-7px);
}


/* =============================
   ステップ一覧（step-list）
============================= */
.step-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  margin: 0 auto;
}
@media (max-width:1100px) {
  .step-list {
    flex-direction: column;
  }
 
}

.step-list__box--title {
  width: 310px;
  height: 92px;
  border-radius: 30px 30px 0px 0px;
  border: 3px solid var(--dark-pink1);
  background: var(--dark-pink1);
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  gap: 16px;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 1.6px;
}
@media (max-width:768px) {
  .step-list__box--title {
    font-size: 1.6rem;
    height: 75px;
  }
}

.step-list__title {
  font-size: 2rem;
}
@media (max-width:768px) {
  .step-list__title {
    font-size: 1.6rem;
    
  }
}

.step-list__step {
  color: var(--cherry-red);
  font-family: "Wix Madefor Display";
}

.step-list__box--text {
  width: 310px;
  height: 167px;
  border-radius: 0px 0px 30px 30px;
  border: 3px solid var(--dark-pink1);
}
@media (max-width:768px) {
  .step-list__box--text {
    height: 130px;
  }
}

.step-list__text {
  line-height: 1.8; 
  letter-spacing: 1.28px;
  text-align: justify;    
  width: 240px;
  margin: 0 auto;
  margin-top: 14px;  
}
@media (max-width:768px) {
  .step-list__text {
    line-height: 1.5;
  }
}

.step-list__arrow img {
  width: 23px;
  height: auto;
  transform: rotate(-90deg);
}
@media (max-width:1100px) {
  .step-list__arrow img {
    transform: rotate(0deg);
  }
}