@charset "utf-8";
/*==========================
common
==========================*/
html {
    font-size: 62.5%;
}

body {
    font-family: 
        "Zen Kaku Gothic New",
        Arial,
        sans-serif;
    font-style: normal;
    font-weight: 500;
    color: #000;
    background-color: rgb(234, 232, 227);
    line-height: 2;
    font-size: 1.5rem
}

img {
    max-width: 100%;
    height: auto;
}

@media screen and (min-width: 769px) {
    body {
        font-size: 1.6rem;
    }
}/* pc 769px */

/*==========================
header
==========================*/
.header {
    padding: 15px 4.3% 15px; 
}

/* nav初期表示 */
.nav {
    background: rgba(234, 232, 227);
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    padding: 15px 4.3%;
    transform: translateX(-100%);
    transition: transform 0.4s;
}

.nav__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}

.nav__list {
    margin-top: 60px;
}

.nav__item,
.nav__cvbtn {
    line-height: 1;
    margin-top: 50px;
}

/* .nav.active表示 */
.nav.active {
    transform: translateX(0);
}

.header__btn {
    display: block;
    width: 18px;
    cursor: pointer;
    position: absolute;
    top: 30px;
    right: 4.3%;
}

/* .header pc */
@media screen and (min-width: 769px) {
    .header {
        max-width: 1160px;
        margin: 0 auto;
        padding: 20px 10px 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .nav {
        background: transparent;
        width: auto;
        height: auto;
        padding: 0;
        position: static;
        transform: translate(0);
    }

    .nav__list {
        display: flex;
        margin-top: 0;
        align-items: center;
        white-space: nowrap;
    }

    .nav__item,
    .nav__cvbtn  {
        margin-top: 0;
        margin-left: 30px;
    }

    .nav__header {
        display: none;
    }

    .header__btn {
        display: none;
    }

    .nav__cvbtn {
        width: 175px;
        height: 40px;
        line-height: 40px;
        border-radius: 16px;
        background: #174437;
        color: #fff;
        text-align: center;
        align-items: center;
    }
} /* pc 769px */


/*==========================
main
==========================*/
/* article header */
.mainImg .mainImg__pc {
    display: none;
}

.mainImg .mainImg__sp {
    width: 100vw;
}

/* article header pc */
@media screen and (min-width: 769px) {

    .mainImg .mainImg__sp {
        display: none;
    }

    .mainImg .mainImg__pc {
        display: block;
        width: 100%;
    }
}/* pc 769px */


/* section */
.section__h2before {
    text-align: center;
    margin-bottom: 20px;
}

.section__topic {
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 60px;
}

.section__topicbefore {
    text-align: center;
    margin-bottom: 20px;
    line-height: 2;
} 

.section__h2before img {
    height: 20px;
}

@media screen and (min-width: 769px) {
    h2 br {
        display: none;
    }

    .section__h2before img {
        height: auto;
    }
}/* pc 769px */

/* about */
.section--about {
    padding: 60px 16px;
}

.about__img {
    text-align: center;
    display: block;
    margin-bottom: 15px;
}

.about__topictxt {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
}

.about__textcontent {
    margin: 0 auto;
    width: fit-content;
    margin-bottom: 20px;
    max-width: 495px;
}

.btn__text {
    height: auto;
}

.spbtn {
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    background: #174437;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 500;
    width:fit-content;
    margin: 60px auto 0;
}

.about__left,
.about__right,
.pcbtn {
    display: none;
}

@media screen and (min-width: 769px) {
    .section--about {
        padding: 120px 0 120px;
    }

    .about__topictxt {
        font-size: 2.8rem;
    }
}/* pc 769px */

@media screen and (min-width: 1025px) {
    .about__flex {
        display: flex;
        justify-content: center;
    }

    .about__img,
    .spbtn {
        display: none;
    }

    .about__left,
    .about__right {
        display: block;
        margin-top: 20px;
    }

    .about__left {
        margin: 120px 10px 0;
    }

    .about__right {
        margin-top: 220px;
    }

    .about__content {
        margin: 30px 30px 120px;
    }

    .about__textcontent {
        margin: 70px 0;
    }

    .pcbtn {
        display: block;
        text-align: center;
    }
        
}/* pc 1025px */

/* reason */
.section--reason {
    padding: 60px 16px;
    background: #E2E0DA;
}

.list__item {
    display: block;
    margin: 0 auto;
}

.list__text {
    width: 343px;
    margin: 0 auto 60px;
}

.list__topic {
    font-size: 1.8rem;
    font-weight: 700;
    margin: 15px 0 15px;
    line-height: 1;
}

.list__number {
    font-size: 3rem;
    letter-spacing: 4.5px;
    color: #C30D23;
}

.list__text img {
    display: none;
}

@media screen and (min-width: 769px) {
    .section--reason {
        padding: 120px 0 120px;
    }
}/* pc 769px */

@media screen and (min-width: 1025px) {
    .list__content {
        display: flex;
        max-width: 880px;
        margin: 150px auto;
        justify-content: space-between;
    }

    .list__item {
        margin: 0 0;
    }

    .list__topic {
        font-size: 2.4rem;
        margin: 0 0 15px;
    }

    .list__number {
        font-size: 5rem;
        margin-right: 20px;
    }

    .list__text {
        width: 420px;
        margin: 0;
        position: relative;
    }

    .list__area li:nth-of-type(2) {
        flex-direction: row-reverse;
    }

    .list__text img {
        display: block;
    }

    .reason__imgleft {
        position: absolute;
        left: -20px;
        transform: rotateZ(-25deg);
    }

    .reason__imgright {
        position: absolute;
        right: 0;
    }
}/* pc 1025px */

/* trial */
.section--trial {
    padding: 60px 16px;
    background: #F6F2F2;
}
    
.trial__item {
    margin: 0 auto 60px;
}

.trial_itemcontent {
    padding-left: 20px;
    width: fit-content;
    margin: 0 auto;
} 

.trial__farmname {
    font-size: 1.2rem;
    padding-right: 10px;
}

.trialset {
    display: flex;
    align-items: center;
}

.trial__setname {
    font-size: 2.5rem;
    font-weight: 700;
}

.trial__6set {
    color: #174437;
    border: 1.3px solid;
    border-radius: 10px;
    text-align: center;
    font-size: 2rem;
    width: 54px;
    height: 28px;
    line-height: 1.2;
    margin-left: 15px;
}

.trial__6setsmall {
    font-size: 1.3rem;
}

.trial__price {
    color: #C30D23;
    font-size: 2.0rem;
    font-weight: 700
}

.trial__tax {
    font-size: 1.0rem;
    color: #000;
}

.trial__image {
    display: block;
    margin: 0 auto;
}

.trial__pcbtn {
    display: none;
}

@media screen and (min-width: 769px) {
    .section--trial {
        padding: 120px 0 120px;
    }
}/* pc 769px */

@media screen and (min-width: 881px) {
    .trial__list {
        display: flex;
    }

    .trial__setname,
    .trial__price {
        font-size: 2.8rem;
    }
}/* pc 881px */

@media screen and (min-width: 1025px) {
    .section--trial a {
        display: flex;
    }
}/* pc 1025px */


/* guarantee */
.section--guarantee {
    padding: 60px 16px;
    height: 667px;
    background-image: url(../images/hosyoubackground.png);
    background-size: cover;
    background-color: rgba(255,255,255,0.5);
    background-blend-mode: lighten;
}

.guarantee__topctxt {
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
    margin: 30px;
}

.guarantee__txt {
    margin: 0 auto;
    max-width: 630px;
}

@media screen and (min-width: 769px) {
    .section--guarantee {
        padding: 120px 0 120px;
        background-image: url(../images/hosyoubackground_pc.png);
    }

    .guarantee__topctxt {
        font-size: 2.2rem;
    }

    .guarantee__topctxt br {
        display: none;
    }
}/* pc 769px */

@media screen and (min-width: 1244px) {    
    .section--guarantee {
        height: 960px;
    }

    .section--guarantee h2 {
        margin-top: 10%;
    }

    .section--guarantee {
        background-image: url(../images/background.png);
        background-size: cover;
        background-position: 50% 0%;
        background-color: rgba(255,255,255,0);
    }

    .guarantee__topctxt {
        margin: 80px 0 50px;
    }
}/* pc 1244px */

@media screen and (min-width: 1440px) {

    .section--guarantee {
        padding: 10% 0 1000px;
    }

    .guarantee__txt {
        margin-top: 5%;
    }

}/* pc 1440px */

/* organic */
.section--organic {
    padding: 60px 16px;
}

.organic__sectiontopic {
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 25px;
}

.organic__img {
    display: block;
    margin: 0 auto;
}

.organic__flexright {
    background-image: url(../images/japanmap.png);
    background-position: center;    
    background-repeat: no-repeat;
    margin: 0 auto;
    max-width: 343px;
}

.organic__topctxt {
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
    margin: 25px auto 30px;
}

.organic__textcontent {
    margin: 0 auto;
    padding-bottom: 60px;
}

.organic__table {
    padding-top: 60px;
}

.table {
    background-color: #fff;
    width: 86%;
    color: #767373;
    font-size: 1.4rem;
    margin: 0 auto;
    border: 10px solid #fff;
    min-width: 343px;
}

th,td {
    text-align: center;
    border-left:1px solid rgba(0, 0, 0, 0.5);
    padding: 2.6% 1% 2.6%;
}

th {
    color: #174437;
    border-bottom:1px solid rgba(0, 0, 0, 0.5);
}

th:first-child,td:first-child {
    border-left:none  
}

.mark {
    color: #174437;
}

.marker {
    background: linear-gradient(transparent 50%, #E1E9C8 50%);
}

.td__small {
    font-size: 0.9rem;
}

.table__text {
    text-align: center;
    margin-top: 22px;
    font-size: 1.6rem;
    font-weight: 700;
}

@media screen and (min-width: 769px) {
    .section--organic {
        padding: 120px 0 120px;
    }
    .organic__flex {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 80%;
        max-width: 1160px;
        justify-content: space-between;
        margin: 0 auto;
        padding-bottom: 120px;     
    }
    
    .organic__flexleft {
        width: 35%;
    }

    .organic__flexright {
        margin: 0;
        max-width: 550px;
        width: 65%;
    }

    .table {
        font-size: 1.6rem;
    }

    .table__text {
        font-size: 2.2rem;
    }

    .table__text br {
        display: none;
    }
}/* pc 769px */



/* farmer */
.section--farmer {
    padding: 60px 16px;
}
.farmer__list {
    margin: 0 auto;
    max-width: 880px;
}

.farmer__item {
    margin: 0 auto 60px
}

.farmer__item img  {
    display: block;
    margin: 0 auto;
}

.farmer__topic {
    color: #174437;
    margin-top: 40px;
    font-size: 1.6rem;
}

.farmer__text {
    max-width: 343px;
    margin: 0 auto;
}

.farmer__name {
    margin: 20px 0;
}

@media screen and (min-width: 881px) {
    .farmer__list {
        display: flex;
    }

    .farmer__item {
        margin-bottom: 0;
    }

    .farmer__text {
        width: 344px;
    }

    .faq__topic {
        font-size: 1.8rem;
    }
}/* pc 881px */


/* voice */
.section--voice {
    padding: 60px 16px;
}

.voice__list {
    margin: 0 auto;
    max-width: 343px;
}

.voice__item {
    margin-bottom: 60px;
}

.voice__text {
    margin: 0 auto;
}

.voice__text h3 {
    font-size: 2rem;
    margin: 30px 0 15px;
    line-height: 1;
}

.voice__username {
    color: #174437;
    border: 0.8px solid;
    border-radius: 6px;
    text-align: center;
    width: fit-content;
    margin: 10px 0 20px;
    padding: 10px 8px;
    justify-content: center;
    align-items: center;
    line-height: 1;
    letter-spacing: 0.96px;
}

.voice__text p {
    width: 335px;
}

@media screen and (min-width: 1025px) {
    .voice__list {
        display: flex;
        max-width: 1160px;
        gap: 5px;
    }

    .voice__item {
        width: calc(100% / 3);
    }
}/* pc 1025px */

/* faq */
.section--faq {
    background: #E2E0DA;
    padding: 60px 16px;
}

.faq__list {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin: 0 auto;
    max-width: 850px;
}

.faq__topic {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 30px;
    }

.faq__topic span {
    display: inline-block;
    margin-right: 10px;
}

@media screen and (min-width: 769px) {
    .section--faq {
       padding-top: 120px;
       padding-bottom: 120px;
    }

    .faq__topic {
        line-height: 400%;
        border-bottom: 0.5px solid rgba(0, 0, 0, 0.40);
    }
}/* pc 769px */


/* footer */
.footer {
    padding: 15px 0;
    margin: 0 auto;
    text-align: center;
    max-width: 1160px;
}

.copy {
    margin-top: 20px;
}

@media screen and (min-width: 769px) {
    .footer {
        display: flex;
        justify-content: space-between;
        padding: 20px 10px 20px;
    }

    .copy {
        margin: 0;
    }
}/* pc 769px */