@charset "utf-8";

/* ========================
common
============================ */
html {
    font-size: 62.5%;
}

body {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-style: normal;
    font-weight: 500;
    color: #414141;
    line-height: 1.5;
    background-color: #fdfdfd;
}

img {
    max-width: 100%;
    height: auto;
}

.green {
    color: #37b040;
}

.btn {
    transition: background-color 0.6s;
}

.btn:hover {
    background-color: #f6ab5c;
}
/* ========================
header
============================ */
.header {
    padding: 16px 6.4% 12px;
}

.logo {
    width: 94px;
    height: 27px;
}

.nav {
    background: rgba(255, 255, 255, 1);
    width: 100%;
    height: 100vh;
    padding: 16px 6.4%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    transform: translateX(-130%);
    transition: transform 0.4s;
}

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

.nav__btn,
.header__btn {
    width: 115px;
    height: 115px;
    position: fixed;
    top: -30px;
    right: -30px;
}

.header__btn {
    z-index: 101;
}

.nav__btn {
    z-index: 101;
}

.nav__list {
    margin-top: 60px;
    margin-bottom: 60px;
}

.nav__item {
    color: #37b070;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1;
    margin-top: 36px;
    text-align: center;
}

.traial__btn1 {
    width: 160px;
    height: 50px;
    background-color: #f79d3e;
    border-radius: 26px;
    box-shadow: 8px 5px 16px 0px rgba(141, 92, 41, 0.4);
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.traial__btn1 img {
    width: 15px;
    height: 15px;
    margin-left: 25px;
}

.traial__btn1 p {
    color: #fdfdfd;
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    display: inline-block;
    margin-left: 22px;
}

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

/* header pc */
@media screen and (min-width: 769px) {
    .header {
        padding: 23px 28px 5px;
    }

    .logo {
        width: 208px;
        height: 61px;
    }

    .nav {
        padding: 23px 28px;
        height: 150vh;
    }

    .nav__btn,
    .header__btn {
        width: 180px;
        height: 180px;
        top: -52px;
        right: -42px;
    }

    .nav__list {
        margin-top: 100px;
        margin-bottom: 80px;
    }

    .nav__item {
        font-size: 2.4rem;
        font-weight: 500;
        line-height: 1;
        margin-top: 50px;
    }

    .traial__btn1 {
        width: 244px;
        height: 68px;
        border-radius: 41px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        margin-bottom: 200px;
    }

    .traial__btn1 img {
        width: 27px;
        height: 27px;
        margin-left: 45px;
    }

    .traial__btn1 p {
        font-size: 2rem;
        letter-spacing: 0.2em;
        margin-left: 23px;
    }

}

/* ========================
main
============================ */
/* top */
.mainVisual {
    height: 100.5vw;
    /* background-image: url(../images/main1@2x.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; */
    /* padding-top: 27px; */
    position: relative;
}
.slide__pc {
    display: none;
}
.top__message span {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.1em;
    color: #333333;
    display: inline-block;
    background-color: #fdfdfd;
    margin-top: 7px;
    padding: 7px 16px;
    border-radius: 13px;
    margin-left: 6.4%;
}

.span1 {
    position: absolute;
    top: 19px;
}

.span2 {
    position: absolute;
    top: 59px;
}

.span3 {
    position: absolute;
    top: 98px;
}

.top--traial__btn1 {
    position: absolute;
    bottom: 22px;
    left: 50%;
    transform: translateX(-50%);
}

.moving_message {
    overflow: hidden;
    /* ↑ はみ出た部分を非表示 */
    display: flex;
    width: 100vw;
}

.loop {
    font-family: "Josefin Sans", sans-serif;
    font-weight: 700;
    font-size: 8.5rem;
    letter-spacing: 0.08em;
    line-height: 1;
    margin-top: 40px;
    color: #ffeded;
    display: inline-block;
    padding-left: 100%;
    white-space: nowrap;
    animation: scroll 60s linear infinite;
    /*下のアニメーションを30秒かけて行い、それをくりかえす */
    margin-left: -80%;
}

/* .loop2 {
   position: absolute;
   top: 0;
   left: 0;
   animation: scroll 35s -17.5s linear infinite;
} */
@keyframes scroll {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-100%)
    }
}

.mainTopic {
    margin: 30px 6.4% 40px;
}

.mainTopic_img {
    position: relative;
    margin: 0 8.82% 40px;
    /* 30px/340px */
    width: 82.36%;
    /* 100%-8.82%*2 */
    height: 92.7vw;
    /* 280px/302px あってる？*/

}

.mainTopic_img1 img,
.mainTopic_img2 img {
    border-radius: 28px;
}

.mainTopic_img1 img {
    width: 53vw;
    /* w181px/340px */
    position: absolute;
    top: 0;
    left: 0;
}

.mainTopic_img2 img {
    width: 38.8vw;
    /* w132px/340px */
    position: absolute;
    bottom: 0;
    right: 0;
}

.mainTopic__name {
    color: #37b040;
    font-size: 2.4rem;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.08em;
    margin-bottom: 45px;
}

.mainTopic__txt {
    font-size: 1.6rem;
    font-weight: 500;
    text-align: center;
    margin-top: 30px;
    line-height: 1.8;
}

/* top pc */
@media screen and (min-width: 769px) {
    .slide__sp {
        display: none;
    }
    .slide__pc {
        display: block;
    }
    .mainVisual {
        width: 96%;
        height: 43vw;
        margin: 15px auto;
        position: relative;
    }

    .top__message span {
        font-size: 2.3vw;
        letter-spacing: 0.12em;
        padding: 1.6vh 2.5vw;
        border-radius: 2.2vw;
        margin-left: 3%;
    }

    .span1 {
        position: absolute;
        top: 57%;
        /* vhじゃうまくいかないのなぜ */
    }

    .span2 {
        position: absolute;
        top: 69%;
    }

    .span3 {
        position: absolute;
        top: 81%;
    }

    .top--traial__btn1 {
        position: absolute;
        top: 78%;
        left: 85%;
    }

    .loop {
        font-weight: 700;
        font-size: 15rem;
        letter-spacing: 0.08em;
        line-height: 1;
        margin-top: 38px;
    }

    .mainTopic {
        margin: 60px 13.8% 100px;
        display: flex;
        flex-flow: row-reverse;
    }

    .mainTopic_img {
        width: 46vw;
        margin-left: 45px;    
        margin-right: 0;
        margin-top: 50px;
        height: 39vw;
        position: relative;
    }
    
    .mainTopic_img1 img,
    .mainTopic_img2 img {
        border-radius: 3vw;
    }
    
    .mainTopic_img1 img {
        width: 20vw;
        /* w326px/1040pxから少し変更 */
        position: absolute;
        top: 0;
        left: 0;
    }
    
    .mainTopic_img2 img {
        width: 15.5vw;
        /* w183px/1040px */
        position: absolute;
        bottom: 0;
        right: 0;
    }

    .mainTopic__name {
        font-size: 2.8vw;
        font-weight: 500;
        text-align: left;
        letter-spacing: 0.1em;
        margin-bottom: 65px;
        line-height: 1.68;
    }

    .mainTopic__txt {
        font-size: 1.8rem;
        font-weight: 500;
        text-align: left;
        margin-top: 60px;
        line-height: 2;
    }

    .spBr {
        display: none;
    }

}

/* merit */
.section--merit {
    margin-top: 80px;
    background-color: #fcf7eb;
    position: relative;
    padding-bottom: 10px;
}

.section--merit::before {
    content: '';
    background-image: url(../images/merit_waku@2x.png);
    background-size: contain;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    height: 7.9vw;
    width: 100%;
    top: -7.9vw;
}

/* できない ↑ */

.merit--topic {
    font-size: 1.8rem;
    color: #37b040;
    font-weight: 500;
    letter-spacing: 0.14em;
    /* border-bottom: dotted 3px #37b040; */
    display: inline-block;
    /* position: absolute; */
    left: 15%;
    top: 118px;
    position: relative;
}

.merit--topic::after {
    content: ' ';
    background-image: url(../images/merit--topic2@2x.png);
    display: block;
    width: 144px;
    height: 166px;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: -73px;
    left: -32px;
    background-repeat: no-repeat;
}

.merit__sub {
    font-family: "Josefin Sans", sans-serif;
    font-size: 19vw;
    color: #f8e7c0;
    font-weight: 600;
    letter-spacing: 0.16em;
    line-height: 0.8;
    text-align: center;
    margin-top: 180px;
}

.merit__lineUp {
    margin: 0px 14% 100px;
}

.merit__item {
    margin-top: 38px;
    text-align: center;
}

.merit__img img {
    height: 200px;
    width: auto;
}

.merit__name {
    color: #37b040;
    font-weight: 500;
    font-size: 1.8rem;
    letter-spacing: 0.12em;
    line-height: 1;
    margin-top: 15px;
}

.merit__txt {
    margin-top: 15px;
    font-size: 1.6rem;
    letter-spacing: 0.04em;
    text-align: left;
    font-weight: 400;
    line-height: 1.8;
}

.trial__message {
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.14em;
    text-align: center;
}

.trial__message::before {
    content: '';
    display: inline-block;
    background-image: url(../images/line1_sp@2x.png);
    height: 20px;
    width: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 10px;
    transform: translateY(3px);
}

.trial__message::after {
    content: '';
    display: inline-block;
    background-image: url(../images/line2_sp@2x.png);
    height: 20px;
    width: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 5px;
    transform: translateY(3px);
}

.trial {
    background-color: #f4dade;
    border-radius: 30px;
    margin: 25px 6.4% 90px;
    padding: 23px 10% 63px;
    text-align: center;
    position: relative;
}

.trial::before {
    content: '';
    background-image: url(../images/trial__genntei@2x.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 18vw;
    width: 100%;
    display: block;
    position: absolute;
    top: -2%;
    left: -43%;
    z-index: 101;
}

.trial__name {
    color: #248f2c;
    font-size: 5vw;
    letter-spacing: 0.12em;
    border-bottom: dotted 0.8vw #248f2c;
    padding-bottom: 4px;
    display: inline-block;
    margin-top: 59px;
    margin-bottom: 38px;
    position: relative;
    z-index: 100;
    font-weight: 600;
}

.trial__name--smallmoji {
    font-size: 4.6vw;
}

.trial__name::before {
    content: '';
    background-image: url(../images/trialset@2x.png);
    display: block;
    height: 19vw;
    /* 50px/258px */
    width: 67vw;
    /* 258px/390px */
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    z-index: -1;
    top: -150%;
    left: -10%;
}

.trial__lineUp {
    margin-bottom: 50px;
}

.trial__item:last-of-type {
    margin-top: 45px;
}

.trial__item {
    text-align: left;
}

.trial__farm {
    margin-top: 13px;
    color: #fdfdfd;
    background-color: #313131;
    display: inline-block;
    padding: 3px 16px;
    font-size: 1.4rem;
    border-radius: 11px;
}

.trial__set {
    margin-top: 8px;
    font-size: 1.7rem;
    border-bottom: dotted 0.7vw #414141;
    padding-bottom: 5px;
}

/* .trial__set--smallmoji {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
} */
.trial__price {
    font-size: 1.6rem;
    line-height: 1.2;
    margin-top: 7px;
}

.price1280 {
    font-family: "Signika Negative", sans-serif;
    font-weight: 500;
    font-size: 3.2rem;
    color: #f08718;
    letter-spacing: 0.05em;
    padding-right: 2px;

}

.trial__farmer {
    font-size: 1.4rem;
    font-weight: 400;
}

.traial__btn2 {
    background-color: #f08718;
    border-radius: 31px;
    width: 265px;
    height: 63px;
    box-shadow: 4px 8px 16px 0px rgba(141, 92, 41, 0.4);
    display: flex;
    align-items: center;
    margin: 0 auto;
}

.traial__btn2 img {
    height: 21px;
    width: 21px;
    margin-left: 30px;
}

.traial__btn2 p {
    font-size: 1.6rem;
    color: #fdfdfd;
    letter-spacing: 0.14em;
    margin-left: 16px;

}

/* merit pc */
@media screen and (min-width: 769px) {
    .section--merit {
        margin-top: 122px;
        position: relative;
    }

    .section--merit::before {
        content: '';
        background-image: url(../images/merit_waku_pc@2x.png);
        background-size: contain;
        display: block;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        height: 7.5vw;
        width: 100%;
        top: -7.5vw;
    }

    .merit--topic {
        font-size: 2.8rem;
        /* border-bottom: dotted 3px #37b040; */
        left: 17%;
        top: 104px;
        position: relative;
    }

    .merit--topic::after {
        content: ' ';
        width: 233px;
        height: 246px;
        position: absolute;
        top: -110px;
        left: -54px;
    }
    
    .merit__lineUp {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .merit__item {
        width: 300px;
        margin-right: 68px;
    }

    .merit__item:last-of-type {
        margin-right: 0;
    }

    .merit__name {
        font-size: 2.2rem;
        margin-top: 28px;
    }

    .merit__txt {
        margin-top: 16px;
    }

    .trial__message {
        font-size: 1.8rem;
        letter-spacing: 0.24em;
        text-align: left;
        margin-left: 10.8%;
        transform: rotate(-10deg);
    }

    .trial__message::before {
        width: 30px;
        height: 30px;
        transform: translateY(9px);
    }

    .trial__message::after {
        width: 30px;
        height: 30px;
        transform: translateY(9px);
    }

    .trial {
        margin: 124px 20% 200px;
        padding: 0 4% 50px;
        position: relative;
    }

    .trial::before {
        position: absolute;
        height: 11vw;
        width: 100%;
        top: -2%;
        left: -44%;
    }

    .trial__name {
        font-size: 2.5vw;
        letter-spacing: 0.16em;
        border-bottom: dotted 0.5vw #248f2c;
        margin-top: 90px;
    }

    .trial__name--smallmoji {
        font-size: 2.3vw;
    }

    .trial__name::before {
        width: 38vw;
        top: -270%;
        left: -15%;
    }

    .trial__lineUp {
        display: flex;
        gap: 4.3vw;
        justify-content: center;
        margin-top: 10px;
        margin-bottom: 30px;
    }

    .trial__item:last-of-type {
        margin-top: 0;
    }

    .trial__farm {
        margin-top: 17px;
    }

    .trial__set {
        margin-top: 9px;
        font-size: 2rem;
        border-bottom: dotted 0.3vw #414141;
        padding-bottom: 6px;
        letter-spacing: 0.08em;
    }

   .price1280 {
    font-size: 3.6rem;
    padding-right: px;
   }

   .trial__farmer {
    font-size: 1.6rem;
    margin-top: 2px;
   }

   .traial__btn2 {
    border-radius: 38px;
    width: 285px;
   }

   .traial__btn2 img {
    margin-left: 42px;
   }
}


/* arekore */
.arekore__lineUp {
    margin-bottom: 100px;
}

.arekore__item {
    margin-top: 60px;
    text-align: center;
}

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

.arekore__ikon {
    height: 89px;
    width: 97px;
    margin: 0 auto;
}

.arekore__topic {
    margin-top: 30px;
    color: #37b040;
    font-size: 2.2rem;
    letter-spacing: 0.12em;
}

.arekore__topic2 {
    margin-top: 35px;

}

.arekore__img1 {
    width: 269px;
    margin: 20px auto;
}

.arekore__img2 {
    width: 200px;
    margin: 0 auto;
}

.arekore__txt {
    text-align: left;
    font-size: 1.6rem;
    line-height: 1.7;
    letter-spacing: 0.05em;
}

.arekore__txt p {
    margin: 35px 6.4% 0;
}

.arekore__subtopic {
    margin-top: 20px;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    margin-bottom: 15px;
}

.arekore__topic--big {
    font-family: "Signika Negative", sans-serif;
    color: #eb5e5e;
    font-size: 2.8rem;
    padding-right: 4px;
    font-weight: 600;
}

.arekore__subtopic::before {
    content: '';
    display: inline-block;
    background-image: url(../images/line1_sp@2x.png);
    height: 20px;
    width: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 5px;
    transform: translateY(3px);
}

.arekore__subtopic::after {
    content: '';
    display: inline-block;
    background-image: url(../images/line2_sp@2x.png);
    height: 20px;
    width: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 5px;
    transform: translateY(3px);
}

.arekore__farmers {
    margin: 30px 6.4% 80px;
}

.arekore__farmers--item {
    margin-top: 60px;
}

.arekore__farmers--item:first-of-type {
    margin-top: 30px;
}

.farmers__message {
    margin-top: 15px;
    font-size: 1.8rem;
    color: #37b040;
    letter-spacing: 0.1em;

}

.farmers__name {
    font-size: 1.6rem;
    margin-top: 2px;
    letter-spacing: 0.07em;
}

.farmers__txt {
    text-align: left;
    margin: 15px 2% 0;
    font-weight: 400;
    font-size: 1.6rem;
    letter-spacing: 0.04em;
}

/* arekore pc */
@media screen and (min-width: 769px) {
    .arekore__ikon {
        height: 135px;
        width: 142px;
    }

    .arekore__item {
        margin-top: 140px;
    }

    .arekore__topic {
        margin-top: 44px;
        font-size: 3.6rem;
        letter-spacing: 0.14em;
        font-weight: 600;
    }
    
    .arekore__direction {
        display: flex;
        margin: 50px 13.8% 100px;
        align-items: center;
    }

    .arekore__txt {
        font-size: 1.8rem;
        line-height: 1.7;
        letter-spacing: 0.1em;
        width: 65%;
    }

    .arekore__txt p {
        margin: 35px 6.4% 0;
    }

    .arekore__txt p {
        margin: 55px 0 0;
    }

    .arekore__txt p:first-of-type {
        margin-top: 0;
    }

    .arekore__img1 {
        width: 35%;
        margin-left: 30px;
    }

    .arekore__direction1 {
        flex-flow: row-reverse;
    }

    .arekore__subtopic {
        margin-top: 55px;
        font-size: 2.6rem;
        letter-spacing: 0.1em;
    }

    .arekore__subtopic::before {
        height: 35px;
        width: 35px;
        margin-right: 14px;
        transform: translateY(6px);
    }

    .arekore__subtopic::after {
        height: 35px;
        width: 35px;
        margin-left: 14px;
        transform: translateY(6px);
    }

    .arekore__topic--big {
        font-size: 5.4rem;
    }

    .arekore__img2 {
        width: 30%;
        margin-right: 60px;
    }

    .arekore__direction {
        margin-top: 45px;
    }

    .arekore__farmers {
        display: flex;
        margin: 60px 17% 80px;
        gap: 4.8vw;
    }

    .arekore__farmers--item {
        margin-top: 0;
        width: calc(50% - 2.4vw);
    }

    .arekore__farmers--item:first-of-type {
        margin-top: 0;
    }

    .farmers__message {
        text-align: left;
        font-size: 2.2rem;
        letter-spacing: 0.14em;
    }

    .farmers__name {
        text-align: left;
        font-size: 1.8rem;
        letter-spacing: 0.1em;
        margin-top: 5px;
    }

    .farmers__txt {
        margin: 20px 0 0;
        font-size: 1.6rem;
        line-height: 1.7;

    }
}

/* uservoice */
.uservoice__backImg {
    background-image: url("../images/voicebackImg@2x.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100vh;
    position: sticky;
    top: 0;

}

.section__body {
    margin-top: -90vh;
    padding-bottom: 30vw;
}

.uservoice__topic {
    text-align: center;
    font-family: "Josefin Sans", sans-serif;
    font-size: 23vw;
    color: #fdfdfd;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1;
    transform: translateY(8px);
}

.uservoice_body {
    background-color: #fdfdfd;
    border-radius: 35px;
    width: 63%;
    text-align: center;
    padding: 24px 6.4% 30px;
    margin: 30px auto;
    position: relative;
    max-width: 406px;
}

.uservoice_img {
    width: 69px;
    height: 69px;
    margin: 0 auto;
}

.body--topic {
    margin-top: 10px;
    color: #37b040;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
}

.body--txt {
    text-align: left;
    margin-top: 17px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.02em;
}

.body--name {
    text-align: right;
    margin-top: 17px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.02em;
}

/* uservoice pc */
@media screen and (min-width: 769px) {
    .uservoice__topic {
        font-size: 15vw;
    }

    .uservoice_body {
        margin: 80px auto 0 17%;
        padding: 50px 3% 40px;
    }

    .uservoice_name {
        display: flex;
        align-items: center;
    }
    
    .uservoice_img {
        margin-left: 0;
        width: 30%;
        height: auto;
    }

    .body--topic {
        width: 70%;
        text-align: left;
        font-size: 2.2rem;
        margin-left: 25px;
    }

    .body--txt {
        width: 94%;
        margin: 33px auto;
        line-height: 1.6;
    }

    .body--name {
        width: 94%;
        margin-top: 45px;

    }
}

/* question */
.section--question {
    margin-top: 100px;
    margin-bottom: 100px;
}

.question__topic {
    text-align: center;
    font-size: 5vw;
    letter-spacing: 0.12em;
    position: relative;
    z-index: 1;
}

.question__topic::before {
    content: '';
    background-image: url(../images/questions@2x.png);
    display: block;
    height: 19vw;
    /* 65px/329px */
    width: 84vw;
    /* 329px/390px */
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    z-index: -1;
    top: -131%;
    left: 9%;
}

.cp_qa {
    margin-top: 40px;
    margin-bottom: 65px;
}

.cp_qa *,
.cp_qa *:after,
.cp_qa *:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.cp_qa .cp_actab {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0 0 10px 0;
    color: #313131;
}

.cp_qa .cp_actab input {
    position: absolute;
    opacity: 0;
}

/* 質問 */
.cp_qa .cp_actab label {
    line-height: 1.4;
    position: relative;
    display: block;
    margin: 0 0 0 0;
    padding: 30px 16vw;
    cursor: pointer;
    text-indent: 1em;
    border-radius: 15px;
    background-color: #fbf1db;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    font-weight: 400;
    text-indent: revert-layer;
    /* ↑これは何か */
}

.cp_qa .cp_actab label::before {
    font-family: "Josefin Sans", sans-serif;
    font-size: 2rem;
    content: 'Q';
    color: #37b040;
    font-weight: 600;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    transform: translateY(-41%);
    left: 6vw;

}

.cp_qa .cp_actab label:hover {
    transition: all 0.3s;
    color: #414141;
}

/* --質問の＋アイコン */
.cp_qa .cp_actab label::after {
    position: absolute;
    top: calc(50% - 7px);
    /* transform: translateY(-50%); */
    right: 6vw;
    content: '';
    background-image: url(../images/plus@2x.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 15px;
    height: 15px;
    -webkit-transition: transform 0.4s;
    transition: transform 0.4s;
}

/* 答え */
.cp_qa .cp_actab .cp_actab-content {
    position: relative;
    overflow: hidden;
    max-height: 0;
    padding: 0 0 0 2.5em;
    -webkit-transition: max-height 0.2s;
    transition: max-height 0.2s;
    border-radius: 0 0 0.5em 0.5em;
}

.cp_qa .cp_actab .cp_actab-content::before {
    font-family: "Josefin Sans", sans-serif;
    font-size: 2rem;
    content: 'A';
    color: #37b040;
    font-weight: 600;
    vertical-align: middle;
    position: absolute;
    top: 31px;
    left: 7vw;
}

/* .cp_qa .cp_actab .cp_actab-content p {
	margin: 1em 1em 1em 0;
} */
/* 質問を開いた時の仕様 */
/* --答えの高さ */
.cp_qa .cp_actab input:checked~.cp_actab-content {
    max-height: 40em;
    border-radius: 0px 0px 15px 15px;
    background-color: #fbf1db;
    border-top: 1vw dotted #37b040;
    padding: 30px 16vw;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.55;
}

/* 質問をクリックした時のアイコンの動き */
.cp_qa .cp_actab input:checked~label {
    color: #313131;
    border-radius: 0.5em 0.5em 0 0;
}

/* 質問をクリックした時の+の動き */
.cp_qa .cp_actab input[type=checkbox]:checked+label::after {
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

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

    .question__topic {
        font-size: 2.6vw;
        font-weight: 600;
    }
    
    .question__topic::before {
        width: 48vw;
        top: -254%;
        left: 26%;
    }
    
    .cp_qa {
        margin: 60px 20% 120px;
    }

    .cp_qa .cp_actab {
        margin-bottom: 15px;
    }

    .cp_qa .cp_actab input:checked~.cp_actab-content {
        border-top: 0.4vw dotted #37b040;
    }

    .cp_qa .cp_actab label {
        padding: 30px 11vw;
    }

    .cp_qa .cp_actab input:checked~.cp_actab-content {
        padding: 30px 11vw;
    }

    .cp_qa .cp_actab label::before {
        left: 5vw;
    }

    .cp_qa .cp_actab .cp_actab-content::before {
        left: 5vw;
    }
}


/* footer */
.footer {
    background-color: #8cd491;
    border-radius: 50px 50px 0 0;
    padding: 70px 6.4% 20px;
    position: relative;
}

.footer__logo {
    width: 184px;
    height: 54px;
    margin-bottom: 22px;
}

.footer__address {
    font-size: 1.4rem;
    line-height: 1.7;
    letter-spacing: 0.02em;
}

.copy {
    text-align: center;
    margin-top: 50px;
}

.topBtn {
    position: absolute;
    width: 61.1px;
    height: 80.6px;
    top: 30px;
    right: 10%;
}

/* footer pc */
@media screen and (min-width: 769px) {
    .footer {
        border-radius: 90px 90px 0 0;
        padding: 120px 17% 46px;
    }

    .footer__logo {
        width: 368px;
        height: 108px;
        margin-bottom: 50px;
    }

    .footer__address {
        font-size: 1.8rem;
        letter-spacing: 0.1em;
        font-weight: 400;
        margin-top: 2px;
        margin-left: 18px;
    }

    .copy {
        font-size: 1.4rem;
        margin-top: 120px;
    }

    .topBtn {
        width: 87.5px;
        height: 114.8px;
        top: 304px;
        right: 15%;
    }
    
}