@charset "UTF-8";

/* ===========================
common
======================*/
html{
    font-size: 62.5%;
}
body{
    background-color: #F9F8EE;
    font-family: "Zen Maru Gothic", 
    sans-serif;
    font-weight: 400;
    font-style: normal;

    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #000;
    line-height: 1.5;
}

img{
    max-width: 100%;
    height: auto;
}
/* section__sp */
.section__topic{
    color: #A9C100;
    text-align: center;
    font-family: "Zen Maru Gothic";
    font-size: 20px;
    font-style: normal;
    line-height: 20px;
}

/* section__pc */
@media screen and (min-width:769px) {
    .section__topic{
        font-size: 4.0rem;
        font-weight: 500;
        line-height: 40px; 
        margin-top: 80px;
    }
}

/* ===========================
header
======================*/

.header{
    padding: 12px 0;
    margin: 0 24px;
}

.header__topic,
.nav__topic{
    width: 139px;
    height: 41px;
    flex-shrink: 0;
}

/* header pc */

@media screen and (min-width:769px) {
   .header{
    margin: 0 80px;
    padding: 50px 0 0 0;
    display: flex;
    justify-content: space-between;
   }
   .header__topic{
    width: 277px;
    height: 80px;
   }
}


/* .nav初期表示 */
.nav{
    background: #F9F8EE;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    padding: 13px 3.2%;
    transform: translateX(-100%);
    transition: transform 0.4s;
}

.nav__header{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav__list{
    margin-top: 68px;
}

.nav__item{
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
}

.nav__item img{
    display: inline-block;
    vertical-align: -3px;
    margin-right: 10px;
}

.nav__line{
    margin: 5px;
}

.nav.active{
    transform: translateX(0);
}

.header__btn{
    display: block;
    width: 30px;
    height: 12px;
    cursor: pointer;
    position: absolute;
    top: 28px;
    right: 3.7%;
}

/* nav pc */

@media screen and (min-width:769px) {
    .nav{
        background: transparent;
        max-width: 1280px;
        height: auto;
        padding: 0;
        position: static;
        transform: translate(0);
    }
    .nav__list{
        width: 647px;
        margin-top: 24px;
        display: flex;
        gap: 56px;
    }
    .nav__header{
        display: none;
    }
    .nav__item img{
        display: none;
    }
    .nav__line{
        display: none;
    }
    .header__btn{
        display: none;
    }
    .nav__item{
        font-weight: 500;
    }
}

/* ===========================
main
======================*/
/* article__header */
.mainImg .mainImg__pc{
    display: none;
}

.mainTopics{
    margin-top: 24px;
    padding-bottom: 20px;
    padding: 20px 4.2% 20px ;
    background: #FFE4E7;
}

.mainTopics__txt{
    color: #000;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 25px; 
    letter-spacing: 0.8px;
}

.mainTopics__cta{
    display: block;
    align-items: center;
    margin: 10px auto 0;
    padding: 0 5.6%;
}

.mainTopics__ctaPc{
    display: none;
}

/* article__header pc */ 

@media screen and (min-width:769px) {
    .mainImg .mainImg__sp{
        display: none;
    }
    .mainImg .mainImg__pc{
        margin-top: 80px;
        display: block;
    }

    .mainTopics{
        background-color: #FFE4E7;
        padding: 22px 27%;
        margin: 80px 0
    }
    
    .mainTopics__txt{
        color: #000;
        text-align: center;
        font-size: 2.0rem;
        font-weight: 500;
        line-height: 35px; 
        letter-spacing: 0.8px;
    }

    .brSp{
        display: none;
    }

    .brPc{
        display: block;
    }

    .mainTopics__cta{
        display: none;
    }
    .mainTopics__ctaPc{
        display: block;
        margin: 50px auto 0;
    }
}

/* riyuu */

.brPc{
    display: none;
}
.section--introduction{
    padding: 24px 3.7%;
}

.riyuu__item{
    margin-top: 64px;
}

.riyuu__item:first-of-type{
    margin-top: 24px;
}

.riyuu__item{
    border-radius: 5px;
    background: #FFF;
    padding:0 4.2%;
    color: #A9C100;
    border-bottom: 4px solid;
    border-bottom-left-radius:5px;
    border-bottom-right-radius: 5px;
}

.riyuu__name{
    margin-top: 10px;
    color: #000;
    text-align: center;
    font-family: "Zen Maru Gothic";
    font-size: 2.0rem;
    font-weight: 500;
    line-height: 30px; 
}

.riyuu__txt{
    margin: 10px 0;
    color: #000;
    text-align: justify;
    font-family: "Zen Maru Gothic";
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 28px; 
}

.riyuu__img{
    display: flex;
    padding: 3px 5.8%;
    justify-content: center;
    align-items: center;
}

.riyuu__imgPc{
    display: none;
}

/* riyuu pc */

@media screen and (min-width:769px) {
    .section--introduction{
        padding: 0 0.8%;
    }
    .riyuu{
        display: flex;
        justify-content: center;
        gap: 40px;
    }
    .riyuu__item{
        max-width: 401px;
        height: auto;
        margin-top: 50px;
        padding: 0 16px;
    }
    .riyuu__item:first-of-type{
        margin-top: 50px;
    }
    
    .riyuu__name{
        margin-top: 19px;
        text-align: center;
        font-size: 2.8rem;
        font-weight: 500;
        line-height: 30px; 
    }

    .riyuu__txt{
        margin: 43px 0;
        text-align: justify;
        font-size: 1.6rem;
        font-weight: 400;
        line-height: 28px; 
    }
    .riyuu__img{
        display: none;
    }

    .riyuu__imgPc{
        display: block;
        margin: 0 auto;
    }

    .brPc{
        display: block;
    }
}

/* cta */
.section--cta{
    background: #BCDCB8;
    padding: 7px 1.8%;
}

.cta__img{
    display: block;
}

.cta__imgPc{
    display: none;
}

.cta__topic{
    color: #FF6F30;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
}

.cta__title{
    color: #FF6F30;
    text-align: center;
    font-size: 0.7rem;
    line-height: 11px; 
}

.cta{
    margin: 11px 0;
}

.cta__item{
    display: flex;
    justify-content: center;
    padding: 7px 2.4%;
    gap: 8px;
}

.cta__item:last-of-type{
    gap: 7px;
}

.cta__name{
    color: #000;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 20px;
}

.cta__decoration{
   display:inline-block;
   align-items: center;
   margin: 5px 0;
}

.cta__decorationPc{
    display: none;
}
.cta__txt{
    text-align: center;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
}
.cta__txt2{
    text-align: center;
    font-size: 1.0rem;
    font-weight: 400;
    line-height: 20px;
}

/* cta pc */

@media screen and (min-width:769px) {
    .section--cta{
        margin-top: 80px;
    }

    .cta__img{
        display: none;
    }

    .cta__imgPc{
        display: block;
    }

    .cta__topic{
        margin-top: 30px;
        color: #FF6F30;
        font-size: 3.6rem;
        font-weight: 500;
        line-height: 40px;
        text-align: center;
    }

    .cta__title{
        color: #FF6F30;
        text-align: center;
        font-size: 1.5rem;
    }

    .cta{
        justify-content: center;
        display: flex;
        gap: 18px;
    }

    .cta__item{
        display: flex;
        flex-direction: column;
        text-align: center;
        padding: 15px 31px;
    }
    .cta__decoration{
        display: none;
    }

    .cta__decorationPc{
        display: block;
    }

    .cta__content{
        display: flex;
        flex-direction: column;   
        align-items: flex-start;  
        text-align: left;  
    }

    .cta__name{
        margin-top: 19px;
        text-align: left;
        color: #000;
        font-size: 2.8rem;
        font-weight: 500;
        line-height: 40px;
    }

    .cta__txt{
        margin-top: 19px;
        font-size: 2.8rem;
        font-style: normal;
        font-weight: 400;
    }
    .cta__txtPc{
        font-size: 2.0rem;
    }

    .cta__txt2{
        margin-top: 19px;
        font-size: 2.6rem;
        font-weight: 400;
        line-height: 40px;
    }

    .mainTopics__ctaPc--cta{
        margin: 23px auto 61px;
    }
    
}

/* guarantee */

.section--guarantee{
    /* width: 347px; */
    margin: 24px 3.7%;
    padding: 18px 0;
    background-color: #FFF;
}

.guarantee__img{
    display: block;
    margin: 0 auto;
}

.guarantee__topic{
    margin: 18px 0;
    text-align: center;
    font-size: 2.0rem;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.guarantee__txt{
    padding: 4.5%;
    text-align: left;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 25px;
}

.guarantee__txt2{
    color: #A9C100;
}

@media screen and (min-width:769px) {
    .section--guarantee{
        max-width: 1128px;
        margin: 80px auto;
        display: flex;
        padding: 56px 88px;
        justify-content: space-between;
    }

    .guarantee__img{
        width: 276px;
        height: 206px;
        display: block;
        margin-top: 31px;
    }

    .guarantee__content{
        max-width: 612px;
        padding: 29px 53px;
    }

    .guarantee__topic{
        text-align: center;
        font-size: 4.0rem;
        font-style: normal;
        font-weight: 500;
        line-height: 40px;
    }
    
    .guarantee__txt{
        margin-top: 36px;
        padding: 0%;
        text-align: center;
        font-size: 1.6rem;
        font-weight: 400;
        line-height: 25px;
    }

    
}

/* nouka */

.section--farmer{
    padding: 3.7%;
}

.nouka__item{
    padding: 10px 0;
    margin-top: 11px;
    background-color: #FFF;
    border-radius: 10px;
}

.nouka__topic{
    text-align: center;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 500;
}

.nouka__img{
    width: 100%;
    margin-top: 8px;
}

.nouka__txt{
    margin-top: 8px;
    text-align: center;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; 
}

.nouka__txt2{
    margin-top: 8px;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; 
    padding:0  2.6%;
}

/* nouka pc */

@media screen and (min-width:769px) {
.section--farmer{
    margin: 0 auto;
    padding: 0% 5.5%;
}

.nouka{
    max-width: 1281px;
    display: flex;
    margin: 50px auto 0;
    justify-content: center;
    gap: 53px;
}

.nouka__item{
    max-width: 1281px;
    margin-top: 0px;
    padding: 16px 0;
}

.nouka__topic{
    font-size: 3.0rem;
}

.nouka__img{
    width: 100%;
    margin-top: 10px;
}

.nouka__txt{
    margin-top: 10px;
    font-size: 1.9rem;
    text-align: center;
}

.nouka__txt2{
    padding: 0 9px;
    margin-top: 10px;
    font-size: 1.6rem;
    line-height: 25px; 
    text-align: left;
}
}
/* revew */

.section--Reviews{
    padding: 0 3.7% 24px;
}

.revew__item{
    margin-top: 24px;
    padding: 20px 0;
    background-color: #FFF;
    border-radius: 10px;
}

.revew__name{
    text-align: center;
    font-size: 2.0rem;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.revew__img{
    width: 100%;
    margin-top: 20px;
}

.revew__txt{
    margin-top: 20px;
    text-align: center;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; 
}

.revew__txt2{
    margin-top: 20px;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 25px; 
    padding:0 2.6%;
}

@media screen and (min-width:769px) {
    .section--Reviews{
        padding: 0 5.4%;
    }

    .revew{
        display: flex;
        margin: 0 auto;
        gap: 40px;
        justify-content: center;
    }

    .revew__item{
        margin-top: 52px;
        padding: 20px 0;
        width: 400px;
    }

    .revew__name{
        font-size: 3.0rem;
        font-style: normal;
        font-weight: 500;
        line-height: 40px;
    }

    .revew__img{
        width:100%;
    }

    .revew__txt{
        font-size: 1.6rem;
    }

    .revew__txt2{
        font-size: 1.5rem;
    }

     
}
/* question */

.section--question{
    margin-bottom: 24px;
}

.question__q{
    margin-top: 37px;
    display: flex;
}

.question__txt{
    color: #000;
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; 
    margin-left: 13px;
}

.question__a{
    margin-top: 7px;
    display: flex;
}

.question__img{
    width: 26px;
    height: 25px;
}

.question-pc__img{
    display: none;
}

.question__txt2{
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; 
    margin-left: 13px;
}

/* question pc */

@media screen and (min-width:769px) {
    .section--question{
        max-width: 1290px;
        margin: 0 auto;
    }

    .question__img{
        display: none;
    }

    .question-pc__img{
        display: block;
        height: 58px;
    }

    .question__txt{
        font-size: 3.0rem;
        line-height: 40px; 
    }

    .question__txt2{
        font-size: 1.6rem;
        line-height: 25px; 
    }
}

/* footer */
.footer{
    margin-top: 24px;
    padding:0 3.7%;
}

.footer__img{
    display: block;
    margin: 0 auto;
    width: 217px;
    height: 63px;
}

.footer__topic{
    margin-top: 10px;
    padding: 24px 0;
}

.footer__txt{
    margin-top: 30px;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 500;
}

.footer__txt:first-of-type{
    margin-top: 0px;
}

/* footer pc */
@media screen and (min-width:769px) {
    .footer{
        margin-top: 80px;
    }

    .footer__img{
        width: 306px;
        height: 89px;
    }
    .footer__topic{
        max-width: 840px;
        margin: 32px auto 0 ;
        padding: 24px 0;
        display: flex;
        justify-content: center;
        gap: 104px;
    }
    .footer__txt{
        margin: 0;
        padding: 0 ;
        font-weight: 500;
    }

}

.copy{
    margin-bottom: 50px;
    display: block;
    text-align: center;
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 500;
}