/* boco to deco風 ミニマルデザイン CSS */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Noto Sans JP', sans-serif;
    background: #ffffff;
    color: #333333;
    line-height: 1.9;
    overflow-x: hidden;
}

/* Section */
.tsuchi-section {
    padding: 6rem 0;
}

.tsuchi-section-title {
    font-size: clamp(1.8rem, 1.2vw, 2.8rem);
    font-weight: 700;
    line-height: 1.6;
    /*margin-bottom: 3rem;*/
    letter-spacing: 0.05em;
    color: #2c5f2d;
    text-align: center;
}

.tsuchi-section-title-img{
    width: 270px;
    height: 447px;
}

/* 背景画像セクション（導入セクションの下に配置） */

.tsuchi-section.tsuchi-hero-section {
    margin: 0;
    padding: 0;
    background-color: #33825c;
}

.tsuchi-hero-container1 {
    position: relative;
    padding: 100px 0 80px 0;
    background-image: url('/media/001/202601/bg_img.jpg');
    background-size: cover;
    background-position: center;
    height: 100%;
}
.tsuchi-hero-container2 {
    position: relative;
    padding: 100px 0 80px 0;
    background-image: url('/media/001/202601/01_banner_7.jpg');
    background-size: cover;
    background-position: center;
    height: 100%;
}
.tsuchi-hero-container3 {
    position: relative;
    padding: 100px 0 80px 0;
    background-image: url('/media/001/202601/01_banner_3.jpg');
    background-size: cover;
    background-position: center;
    height: 100%;
}
.tsuchi-hero-container4 {
    position: relative;
    padding: 100px 0 80px 0;
    background-image: url('/media/001/202601/01_banner_5.jpg');
    background-size: cover;
    background-position: center;
    height: 100%;
}
.tsuchi-hero-container5 {
    position: relative;
    padding: 100px 0 80px 0;
    background-image: url('/media/001/202601/01_banner_8.jpg');
    background-size: cover;
    background-position: center;
    height: 100%;
}

/* 色味を落とすオーバーレイ */
.tsuchi-hero-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2); 
    z-index: 1;
}

/* コンテンツを前面に */
.tsuchi-hero-section .container {
    position: relative;
    z-index: 2;
}


/* プログラム概要 */
.tsuchi-program-section {
    /*background: #fafaf8;*/
    padding: 6rem 0;
}

.tsuchi-program-section h2
 {
    font-size: clamp(36px, 1.5vw, 46px);
    font-weight: 700;
    margin-bottom: 40px;
    letter-spacing: 0.05em;
    color: #33835B;
}

/* Program Table */
.tsuchi-program-table {
    background: #ffffff;
    padding: 0;
    border-radius: 8px;
    overflow: hidden;
}

.tsuchi-program-table table {
    background: #ffffff;
    border-radius: 0;
}

.tsuchi-program-table th {
    font-weight: bold;
    font-size: 0.9rem;
    color: #33835B;
    width: 25%;
    background: #fafaf8;
    white-space: nowrap;
    padding: 1.2rem 1.5rem;
    border-bottom: 1px dotted #33835B;
    vertical-align: middle;
}

.tsuchi-program-table td {
    font-size: 0.9rem;
    color: #33835B;
    line-height: 1.8;
    padding: 1.2rem 1.5rem;
    border-bottom: 1px dotted #33835B;
}

.tsuchi-program-table tr:last-child th,
.tsuchi-program-table tr:last-child td {
    border-bottom: none;
}

/* CTA Section */
.tsuchi-cta-section {
    background: #ffffff;
    padding: 6rem 0;
}

.tsuchi-cta-section h2 {
    font-size: clamp(36px, 1.5vw, 46px);
    font-weight: 700;
    margin-bottom: 3rem;
    letter-spacing: 0.05em;
    color: #2c5f2d;
}

.tsuchi-cta-button {
    display: inline-block;
    padding: 1.2rem 3.5rem;
    background: #2c5f2d;
    color: #ffffff;
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    letter-spacing: 0.15em;
    border-radius: 4px;
}

.tsuchi-cta-button:hover {
    background: #3d7a3e;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(44, 95, 45, 0.25);
}

/* Animation States */
.js-tsuchi-animate {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.js-tsuchi-animate.js-tsuchi-show {
    opacity: 1;
    transform: translateY(0);
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
    .tsuchi-section {
        padding: 4rem 0;
    }
    
    .tsuchi-program-table {
        border: none;
        background: transparent;
    }
    
    .tsuchi-program-table th,
    .tsuchi-program-table td {
        display: block;
        width: 100%;
        padding: 0.8rem 1rem;
        border: none;
    }
    
    .tsuchi-program-table th {
        background: transparent;
        padding-bottom: 0.3rem;
        font-size: 0.75rem;
        color: #999;
        font-weight: 500;
    }
    
    .tsuchi-program-table td {
        padding-top: 0;
        padding-bottom: 1.5rem;
        border-bottom: 1px solid #f0f0f0;
    }
    
    .tsuchi-program-table tr:last-child td {
        border-bottom: none;
    }
}

.tsuchi-description-section{
    padding-top: 10px;
    padding-bottom: 10px;
}





/* 白文字スタイル */

.tsuchi-hero-section p {
    /*font-size: clamp(12px, 1.5vw, 20px);*/
    /*font-size: 20px;*/
    line-height: 2;
    color: #ffffff;
    text-align: center;
    margin: 100px 0 auto;
    /*text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);*/
    letter-spacing: 0.1rem;
}

.tsuchi-hero-section .tsuchi-note {
    color: #ffffff;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
    .tsuchi-hero-section {
        padding: 5rem 0;
        background-attachment: scroll; /* モバイルではfixed解除 */
    }
}

.tsuchi-banner-bottom{
    height: 120px;
    width: 100%;
    background-image: url('/media/001/202601/green-topper.svg');
    background-size: cover;
    background-position: center;
    z-index: 10;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
}

.tsuchi-hero-section .tsuchi-header-logo-box p{
    margin: 0 0 0 14px;
    padding: 0;
    text-align: left;
    font-size: 14px;
}
.tsuchi-hero-section .tsuchi-header-logo-box{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
}


/* 背景画像セクション（導入セクションの下に配置） */

.tsuchi-maincopy-section {
    position: relative;
    padding: 8rem 0;
    background-image: url('/media/001/202601/copy-bg.svg');
    background-size: auto;
    background-position: center;
    background-attachment: fixed; /* パララックス効果 */
}



/* コンテンツを前面に */
.tsuchi-maincopy-section .container {
    position: relative;
    z-index: 2;
}

/* 白文字スタイル */
.tsuchi-maincopy-section h2 {
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-style: normal;
    /*font-size: clamp(20px, calc(1.923vw + 12.31px), 40px);*/
    /*font-size: 40px;*/
    font-weight: 900;
    line-height: 2;
    margin-bottom: 4rem;
    letter-spacing: 0.1em;
    color: #ffffff;
    text-align: center;
}

.tsuchi-maincopy-section p{
    font-size: 14px;
    color: white;
    letter-spacing: 0.1rem;
}


/* レスポンシブ対応 */



.tsuchi-get-slide-img{
    width: 100%;
    border-radius: 20px;
    margin-bottom: 40px;
}

.tsuhi-get-p1{
    background-color: #33835B;
    color: white;
    font-size: 14px;
    display: inline-block;
    border-radius: 20px;
    padding: 0 20px;
}
.tsuhi-get-p2{
    color: #33835B;
    font-size: 20px;
    display: block;
    line-height: 1.7;
    margin-top: 30px;
}
.tsuhi-get-h2{
    color: #33835B;
    font-weight: bold;
    /*font-size: clamp(36px, 1.5vw, 46px);*/
    display: block;
    line-height: 1.5;
    position: relative;
}

.tsuch-get-h2-bgimg{
    height: 220px;
    width: auto;
    position: absolute;
    top: -50px;
    left: 200px;
    top: -50px;
    left: 0;
}


.tsuchi-question1-section {
    position: relative;
    padding: 8rem 0;
    background-image: url('/media/001/202601/why1-bgimg_2.svg');
    background-size: auto;
    background-position: center;
    background-attachment: fixed; /* パララックス効果 */
}
.tsuhi-question1-p1{
    background-color: white;
    color: #33835B;
    font-size: 14px;
    display: inline-block;
    border-radius: 20px;
    padding: 4px 20px;
    line-height: 1.2;
}
.tsuhi-question1-p2{
    color: white;
    font-size: 20px;
    display: block;
    line-height: 1.7;
    margin-top: 30px;
}
.tsuhi-question1-h2{
    color: white;
    font-weight: bold;
    /*font-size: clamp(36px, 1.5vw, 46px);*/
    /*font-size: 46px;*/
    display: block;
    line-height: 1.5;
    position: relative;
}
.tsuchi-question-box-wrapper{
    margin-top: 40px;
}

.tsuchi-question-img{
    width: 100%;
}

/*
.tsuchi-question1-img{
    width: 50%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 20px;
}
.tsuchi-question1-img.tsuchi-question1-img1{
    transform:translate(60px,0px);
}
.tsuchi-question1-img.tsuchi-question1-img2{
    transform:translate(250px,80px);
}
.tsuchi-question1-img.tsuchi-question1-img3{
    transform:translate(100px,220px);
}
*/

.tsuchi-question2-section {
    position: relative;
    padding: 8rem 0;
    background-image: url('/media/001/202601/why2-bgimg.svg');
    background-size: auto;
    background-position: center;
    background-attachment: fixed; /* パララックス効果 */
}
.tsuhi-question2-p1{
    background-color: #231815;
    color: white;
    font-size: 14px;
    display: inline-block;
    border-radius: 20px;
    padding: 4px 20px;
    line-height: 1.2;
}
.tsuhi-question2-p2{
    color: #231815;
    font-size: 20px;
    display: block;
    line-height: 1.7;
    margin-top: 30px;
}
.tsuhi-question2-h2{
    color: #231815;
    font-weight: bold;
    /*font-size: clamp(36px, 1.5vw, 46px);*/
    /*font-size: 46px;*/
    display: block;
    line-height: 1.5;
    position: relative;
}
/*.tsuchi-question-box-wrapper{
    position: relative;
}
.tsuchi-question2-img{
    width: 50%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 20px;
}
.tsuchi-question2-img.tsuchi-question2-img1{
    transform:translate(60px,0px);
}
.tsuchi-question2-img.tsuchi-question2-img2{
    transform:translate(250px,80px);
}
.tsuchi-question2-img.tsuchi-question2-img3{
    transform:translate(100px,220px);
}*/

.tsuchi-contactbox{
    border-radius: 20px;
    border: 4px solid #006934;
    display: inline-block;
    background-color: #FDF6E9;
    padding: 50px 100px;
    color: #006934;
}


.tsuchi-program-footer{
    background-color: #fafaf8;    
}

.tsuchi-program-footer-section{
    font-size: 12px;
    color: #006432;
}

.tsuchi-program-footer-yamadanoen-logo{
    width: 160px;
    height: auto;
    margin-top: 10px;
}


.tsuchi-entry-btn-wrapper{
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: calc(infinity);
}

.tsuchi-entry-btn-container{
    background-color: #FFC828;
    width: 180px;
    height: 180px;
    border-radius: 100%;
    transition: all 0.3s ease;
    border: 1px solid #FFC828;
}
.tsuchi-entry-btn{
    width: 180px;
    height: 180px;
}
.tsuchi-entry-btn-wrapper:hover .tsuchi-entry-btn-container{
    background-color: #FFD866;
    width: 180px;
    height: 180px;
    border-radius: 100%;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);;
    transform: translateY(-5px);
    border: 1px solid #FFB728;
}


/* フォーム */
.tsuchi-form-title{
    max-width: 400px;
    width: 100%;
    margin: 0 0 40px 0;
}


.form-control{
    border: none;
}

.form-initial-step-layout h2{
    margin-bottom: 40px;
}

.form-step-item.is-current::before{
    background-color: #006934;
}



/* レスポンシブ対応 */

@media (max-width: 768px) {
   .tsuchi-maincopy-section {
        padding: 5rem 0;
        background-attachment: scroll; /* モバイルではfixed解除 */
    }
    .tsuchi-hero-section .tsuchi-header-logo-box p{
       font-size: 10px;

    }
    .tsuchi-header-logo-box-img{
        width: 100px;
        margin-top: 0;
    }
    .tsuchi-section-title-img{
        width: 200px;
        height: auto;
    }


    .tsuchi-entry-btn-container{
        background-color: #FFC828;
        width: 90px;
        height: 90px;
        border-radius: 100%;
        transition: all 0.3s ease;
        border: 1px solid #FFC828;
    }
    .tsuchi-entry-btn-wrapper:hover .tsuchi-entry-btn-container{
        width: 90px;
        height: 90px;
    }

    .tsuchi-entry-btn{
        width: 90px;
        height: 90px;
    }
    .tsuchi-entry-btn-wrapper{
        right: 4px;
        bottom: 4px;
    }
    .tsuchi-hero-section .tsuchi-hero-description{
        /*font-size: 14px;*/
        text-align: left;
    }
/*    .tsuchi-maincopy-section h2 {
        font-size: 20px;
    }*/

    .tsuchi-contactbox{
        padding: 20px 20px;
    }
    .tsuchi-cta-button {
        padding: 1.2rem 1.2rem;
    }

    .tsuchi-question1-section,
    .tsuchi-question2-section{
        padding: 4rem 0;
    }

    .tsuchi-program-section h2 {
        margin-bottom: 20px;
    }
}

/* 可変文字の設定 */
.tsuchi-hero-section p {
    font-size: clamp(12px, 1.5vw, 20px);
}
.tsuchi-maincopy-section h2 {
    font-size: clamp(20px, calc(1.923vw + 12.31px), 40px);
    font-size: clamp(20px, calc(8.173vw - 27.08px), 54px);
}
.tsuchi-program-section h2{
    font-size: clamp(20px, calc(1.923vw + 12.31px), 40px);
}

.tsuhi-get-h2{
    font-size: clamp(26px, calc(2.404vw + 12.15px), 46px);

 }

 /*
576px -> 26px
992px -> 36px
 */

 .tsuhi-question1-h2{
    font-size: clamp(26px, calc(2.404vw + 12.15px), 46px);
}
.tsuhi-question2-h2{
    font-size: clamp(26px, calc(2.404vw + 12.15px), 46px);
}
.tsuhi-get-p2,
.tsuhi-question1-p2,
.tsuhi-question2-p2{
    font-size: clamp(16px, calc(0.392vw + 14.43px), 20px);
}

.tsuchi-program-price-h{
    font-weight: bold;
}

.tsuchi-program-price-price{
    font-size: 20px;
    /*padding-right: 0.2rem;*/
}
.tsuchi-program-price-tani{
    font-size: 16px;
}

.tsuchi-hero-section .tsuchi-hero-description{
    background-color: #ffc828;
    color: #006934;
    display: inline-block;
    padding: 0 10px;
    border-radius: 4px;
    font-weight: bold;
}

