@charset "UTF-8";
/* CSS Document */

body {
  font-family: Noto Sans JP, sans-serif;
}
h1,h2,h3,h4 {
  margin: 0;
  padding: 0;
}
#contact {
  display: none;
}

/* --------------------------------------------------------------------------------------------------------------
LP
-------------------------------------------------------------------------------------------------------------- */
/* 基本的なスタイル */
#lp {
  background-color: #faf7f3;
  position: relative;
}
#lp .entry-header-eyecatch {
  background-image: url('../images/lp-hero-sample.jpg');
  background-position: center;
  background-size: cover;
  height: 100vh;
}
#lp .entry-header-inner {
  height: 100vh;
}
#lp .breadcrumbs {
  position: absolute;
  bottom: 50px;
}



/* --------------------------------------------------------------------------------------------------------------
LP 
-------------------------------------------------------------------------------------------------------------- */
/* セクションタイトル */
.section-title {
    color: #b5a47a;
    font-size: 2.5em;
    margin-bottom: 20px;
    text-align: center;
}
/* セクション説明文 */
.section-description {
    font-size: 1.2em;
    color: #666;
    max-width: 800px;
    margin: 0 auto 40px auto;
    text-align: center;
}
/* ボタン */
.btn-primary {
    border-radius: 30px;
    background-color: #b5a47a;
    color: #fff;
    padding: 15px 30px;
    text-decoration: none;
    font-size: 1em;
    transition: background-color 0.3s;
}
.btn-primary:hover {
  color: #fff;
  opacity: .7;
}
.btn-sub {
    border-radius: 30px;
    background-color: #fff;
    color: #b5a47a;
    padding: 15px 30px;
    text-decoration: none;
    font-size: 1em;
    transition: background-color 0.3s;
}
.btn-sub:hover {
  color: #b5a47a;
  opacity: .7;
}

/* 枠組みやカラーなど -----------------------------------------------------*/
.lp-container {
  max-width: 1280px;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
}
.hero-overlay {
  background: rgba(255, 255, 255, 0.3);
  padding: 40px 80px 60px;
  text-align: center;
  border-radius: 8px;
}
#program-overview {
  padding: 120px 0 80px;
  background-color: #f9f9f9;
  text-align: center;
}
#program-intro {
  padding: 60px 0 80px;
  background-color: #f9f9f9;
  text-align: center;
}
.problems-solutions {
  padding: 80px 0;
}
#problems-solutions-p {
  background-color: #fff;
}
#problems-solutions-s {
  background-color: #faf7f3;
}
#gaiyou {
  background-color: #fff;
  padding: 80px 0 100px;
}
#curriculum {
  background: #f4eadc;
  overflow: auto;
}
#curriculum h2 {
  color: #d39832;
}
#lp-voice {
  background-color: #fff;
  padding: 60px 0;
}
#pricing {
  background-color: #faf7f3;
  padding: 60px 0;
  text-align: center;
}
#lp-flow {
    padding: 60px 0;
    background-color: #b5a47a;
    color: #fff;
    text-align: center;
}
#faq {
  background-color: #fff;
  padding: 60px 0;
}
#lp-profile {
  background-color: #faf7f3;
  padding: 60px 0;
  text-align: center;
}
#moushikomi {
  background-color: #fff;
  padding: 60px 0;
}
/* ヒーローセクション */
.hero-title {
  color: #fff;
  font-size: 48px;
  font-weight: 900;
  margin: 0 0 20px;
}
.hero-title-option {
  display: block;
  font-size: 21px;
}
.hero-subtitle {
  color: #fff;
  font-size: 26px;
  margin: 10px 0 50px;
}
@media screen and (max-width: 768px) {
  .hero-subtitle {
    font-size: 22px;
  }
}

/* プログラム概要セクション -------------------------------*/
.program-overview-title {
    color: #b5a47a;
    font-size: 40px;
    margin-bottom: 20px;
    text-align: center;
}
.program-overview-title-option {
  font-size: 24px;
}
/* セクション説明文 */
.program-overview-description {
    color: #666;
    font-size: 24px;
  font-weight: 500;
    max-width: 800px;
    margin: 0 auto 40px auto;
    text-align: center;
}

.lp-intro-frame {
  display: flex;
  flex-wrap: wrap;
}
.lp-intro-img {
  margin-right: 40px;
  width: 360px;
}
.lp-intro-txt {
  width: calc(100% - 400px);
  text-align: left;
}
.lp-intro-img img {
  height: 480px;
  width: 360px;
  object-fit: cover;
}
.lp-intro-txt p {
  color: #666;
  margin-top: 0;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .lp-intro-frame {
    display: block;
  }
  .lp-intro-img {
    margin-right: 0;
    width: 100%;
  }
  .lp-intro-txt {
    width: 100%;
    text-align: left;
  }
  .lp-intro-img img {
    height: 480px;
    width: 360px;
    object-fit: cover;
  }
}

/* お悩み解決 --------------------------------------*/
#problems-solutions-p {
  position: relative;
}
#problems-solutions-s {
  position: relative;
}
#problems-solutions-p .section-title {
  color: #b3b9bd;
  text-align: left;
}
#problems-solutions-s .section-title {
  text-align: left;
}
.problems-frame {
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
  position: relative;
}
.problems-txt {
  width: 55%;
}
.problems-img {
  margin-top: 15px;
  width: 45%;
}
.problems-img img {
  display: block;
  width: 100%;
}

.problems ul {
    list-style: none;
    padding-left: 0;
}
.problems li {
  font-size: 18px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 25px;
    color: #555;
}
.problems li {
  font-size: 16px;
}
.problems li::before {
    color: #b5a47a;
    content: '◻︎';
    font-size: 24px;
    line-height: 1.4;
    position: absolute;
    left: 0;
}
.problems li::before{
    color: #b3b9bd;
    line-height: 1.2;
}

.solutions-frame {
  width: 100%;
}
.solutions-title-option {
  display: block;
  font-size: 20px;
}
.solutions-pickup-box {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0;
}
.solutions-pickup-txt {
  background-color: #fff;
  padding: 25px 25px 15px;
  width: 50%;  
}
.solutions-pickup-img {
  width: 50%;  
}
.solutions-pickup-img img {
  display: block;
  padding: 0 40px;
  width: 100%;
}
.solutions-pickup-txt h3 {
  color: #555;
  font-size: 20px;
}
.solutions-pickup-txt p {
  color: #888;
  font-size: 15px;
}

.solutions-box-over {
  display: flex;
  flex-wrap: wrap;
}
.solutions-box {
  background-color: #fff;
  margin-right: 2%;
  margin-bottom: 25px;
  padding: 25px 25px 15px;
  width: 31%;
}
.solutions-box h3 {
  color: #555;
  font-size: 20px;
}
.solutions-box p {
  color: #888;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .problems-frame {
    display: block;
  }
  .problems-txt {
    width: 100%;
  }
  .problems-img {
    margin-top: 15px;
    width: 100%;
  }
  .solutions-pickup-txt {
    order: 2;
    width: 100%;
  }
  .solutions-pickup-img {
    margin: 0 0 20px;
    order: 1;
    width: 100%;
  }
  .solutions-pickup-img img {
    padding: 0;
  }
  .solutions-box {
    width: 100%;
    margin: 0 0 30px;
  }
}

/* 概要--------------------------------------*/
#gaiyou .section-title {
  color: #d39832;
  text-align: left;
}
.gaiyou-box-over {
  display: flex;
  flex-wrap: wrap;
}
.gaiyou-box {
  background-color: #fff;
  margin-right: 2%;
  margin-bottom: 25px;
  padding: 25px 25px 15px;
  width: 31%;
}
.gaiyou-box p {
  color: #d39832;
  font-size: 21px;
  font-weight: 500;
  margin: 0;
  padding: 0 5px;
  text-align: center;
}
.gaiyou-recomend {
  background-color: #f9f9f9;
  margin: 20px auto;
  max-width: 600px;
  padding: 30px 30px 20px;
}
.gaiyou-recomend h3 {
  color: #666;
  font-size: 24px;
  font-weight: 900;
}
.gaiyou-recomend li {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .gaiyou-box {
    margin-right: 0;
    margin-bottom: 25px;
    padding: 25px 0 0;
    width: 100%;
  }
}

/* プログラムカリキュラムセクション --------------------------------------*/
/* 吹き出しタイムラインセクション */
.timeline-section {
  padding: 60px 0;
  background-color: #fff;
  text-align: center;
  position: relative;
}
.timeline-container {
  display: flex;
  flex-wrap: wrap;
  max-width: 1100px;
  margin: 0 auto;
  padding: 20px 0;
}

/* タイムラインアイテム */
.timeline-item {
    padding: 20px;
    position: relative;
    width: 50%;
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
/* 吹き出しのコンテンツ */
.timeline-content {
    background-color: #fff;
    position: relative;
    display: inline-block;
    width: 100%;
}

/* 吹き出しにアイコンを追加（オプション） */
.timeline-content h3 {
  background-color: #d39832;
  color: #fff;
  margin-bottom: 10px;
  padding: 5px 10px;
  text-align: left;
}
.timeline-content-txt {
  padding: 0 20px 15px;
}
.timeline-content p {
  color: #666;
  margin-bottom: 8px;
  text-align: left;
}

/* タイムラインアイテムのフェードインアニメーション */
.timeline-item.visible {
    opacity: 1;
    transform: translateY(0);
}

@media screen and (max-width: 768px) {
  #curriculum h2 {
    font-size: 28px;
  }
  .timeline-item {
    width: 100%;
  }
}




/* お客様の声 ------------------------------------------------------------*/
.lp-voice-frame {
  margin: 50px auto;
}
.lp-voice-description {
  color: #4e4d4c;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}
.lp-voice-box {
  background-color: #faf7f3;
  display: flex;
  flex-wrap: wrap;
  padding: 30px;
  max-width: 960px;
  margin: 40px auto;
}
.lp-voice-img {
  margin-right: 25px;
  width: 100px;
}
.lp-voice-txt {
  width: calc(100% - 125px)
}
.lp-voice-img img {
  display: block;
  border-radius: 50%;
}
.lp-voice-name {
text-align: center;
}
.lp-voice-txt h3 {
  color: #4e4d4c;
  margin: 0 !important;
}
.lp-voice-txt p {
  color: #5a5958;
  margin: 10px 0;
}





/* 価格セクション ------------------------------------------------------------*/
.pricing-container {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    margin-top: 30px;
}

.pricing-plan {
    background-color: #fff;
    padding: 30px;
    width: 250px;
}

.pricing-plan h3 {
    font-size: 2em;
    color: #b5a47a;
    margin-bottom: 15px;
}

.pricing-plan p {
    font-size: 1em;
    color: #555;
    margin-bottom: 20px;
}

.btn-secondary {
    background-color: #b5a47a;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    font-size: 1em;
    transition: background-color 0.3s;
}

.btn-secondary:hover {
  opacity: .7;
}

/* CTAセクション ------------------------------------------------------------*/
#lp-flow .section-title {
  color: #fff;
}
.lp-flow-frame {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.lp-flow-box {
  background-color: #fff;
  padding: 25px 25px 35px;
  margin: 1%;
  width: 31%;
}
.lp-flow-step {
  color: #999;
  font-size: 24px;
  font-weight: 300;
  margin: 10px 0 20px;
}
.lp-flow-box h3 {
  color: #b5a47a;
  font-size: 24px;
  font-weight: 700;
  margin: 40px 0 50px;
}
.lp-flow-box p {
  color: #666;
  text-align: left;
}
.cta-btn-box {
  margin: 50px auto 30px;
}
.cta-btn-box a {
  display: block;
  margin: 0 auto;
  max-width: 320px;
  width: 100%;
}

@media (max-width: 768px) {
  .lp-flow-frame {
    display: block;
  }
  .lp-flow-box {
    padding: 25px 25px 35px;
    margin: 10px 0;
    width: 100%;
  }
}

/* Q&Aセクション ------------------------------------------------------------*/
.faq-container {
    max-width: 800px;
    margin: 0 auto;
    text-align: left;
}
#faq .section-title {
  color: #b3b9bd;
}
.faq-item {
  border: 1px solid #eee;
  margin-bottom: 20px;
  padding: 20px;
}
.faq-question {
    font-size: 1.2em;
    color: #b3b9bd;
    cursor: pointer;
    position: relative;
    padding-right: 20px;
}
.faq-question::after {
    content: '+';
    position: absolute;
    right: 0;
    top: -6px;
    font-size: 1.5em;
    transition: transform 0.3s;
}

.faq-item.active .faq-question::after {
    transform: rotate(45deg);
}

.faq-answer {
  display: none;
  margin-top: 30px;
}
.faq-answer p {
    padding-left: 20px;
    color: #555;
}

.faq-item.active .faq-answer {
    display: block;
}

/* お申し込み ------------------------------------------------------------*/
#moushikomi {
  text-align: center;
}
.moushikomi-btn-box {
  margin: 50px auto;
}


/* プロフィール ------------------------------------------------------------*/
.lp-profile-frame {
  max-width: 800px;
  margin: 0 auto;
}
.lp-profile-img {
}
.lp-profile-txt {
}
.lp-profile-txt p {
  color: #5a5958;
  text-align: left;
}



/* レスポンシブデザイン */
@media (max-width: 992px) {
    .problems-solutions-container, .curriculum-container, .testimonials-container, .pricing-container {
        flex-direction: column;
        align-items: center;
    }

    .problems, .solutions, .curriculum-item, .pricing-plan {
        max-width: 80%;
    }
}
/* レスポンシブデザイン */
@media screen and (max-width: 768px) {
}
@media (max-width: 600px) {
  .hero-overlay {
    margin: 0 10px;
    padding: 40px 10px 60px;
  }
    .hero-title {
        font-size: 2em;
    }
    .section-title {
        font-size: 2em;
    }
    .problems-solutions-container, .curriculum-container, .testimonials-container, .pricing-container {
        flex-direction: column;
    }
    .problems, .solutions, .curriculum-item, .pricing-plan {
        max-width: 100%;
    }

    .btn-primary, .btn-secondary {
        width: 100%;
        padding: 15px;
    }

  /* お悩み解決 --------------------------------------*/
  #problems-solutions-p::before {
      content: none;
  }
  #problems-solutions-s {
    position: relative;
    height: auto;
  }
  .problems-frame {
    padding: 20px;
    position: relative;
  }
  .solutions-frame {
    position: relative;
  }

}