@charset "UTF-8";
/* ==============================
common
============================== */
:root {
    --primary-white: #FDFCFB;
    --primary-black: #231815;
    --primary-pailgreen: #E7EDD6;
    --primary-yellow: #FFF88C;
    --green: #78A657;
    --contentPadding: 4.2%;
    --textShadow: 0px 0px 2px #fff, 0px 0px 2px #fff, 0px 0px 2px #fff, 0px 0px 2px #fff, 0px 0px 2px #fff, 0px 0px 2px #fff, 0px 0px 2px #fff, 0px 0px 2px #fff, 0px 0px 2px #fff, 0px 0px 2px #fff, 0px 0px 2px #fff, 0px 0px 2px #fff, 0px 0px 2px #fff, 0px 0px 2px #fff, 0px 0px 2px #fff, 0px 0px 2px #fff;
}

html {
    font-size: 62.5%;
}

body {
    font-family:
        'Noto Sans JP',
        Arial,
        sans-serif;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    color: var(--primary-black, #231815);
    background-color: var(--primary-white, #FDFCFB);
    line-height: 1.5;
}

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

h2{
    text-align: center;
    font-size: 2.8rem;
    font-weight: 500;
}

.fukidashi {
    font-size: 2.0rem;
    display: flex;
    justify-content: center;
    align-items: center;
    
}

.fukidashi::before,
.fukidashi::after {
    content: '';
    display: inline-block;
    width: 15px;
    height: 30px;
    background-image: url(../images/topic-sub.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 8px;
}

.fukidashi::before {
    background-image: url(../images/topic-sub.svg);
    margin-right: 8px;
}

.fukidashi::after {
    background-image: url(../images/topic-sub.svg);
    margin-left: 8px;
    transform: scale(-1, 1);
}

.topic__frame {
    display: inline-block;
    background-color: var(--primary-white);
}

.topic__frame h2 {
    display: inline-block;
    padding: 16px 13px;
    background-image: linear-gradient(to right, #000 0px, #000 8px, transparent 8px, transparent 16px), linear-gradient(to right, #000 0px, #000 8px, transparent 8px, transparent 16px);
    background-size: 16px 1px;
    background-position: top, bottom;
    background-repeat: repeat-x;
}

.topic__frame::before,
.topic__frame::after {
    content: '';
    display: block;
    height: 8px;
    background-color: var(--primary-yellow);
    margin: 0 auto;
}

.topic__frame::before {
    border-top: 2px solid var(--primary-black);
}

.topic__frame::after {
    border-bottom: 2px solid var(--primary-black);
}

.under-line {
    display: inline-block;
    background: linear-gradient(rgba(255, 255, 255, 0) 70%, var(--primary-yellow) 30%);
    padding: 0 2px;
}


p + p {
    margin-top: 1em;
}

.btn:hover {
    opacity: 0.8;
}


.orderBtn {
    width: 100%;
    max-width: 343px;
    height: 96px;
    color: var(--primary-white);
    font-size: clamp(2rem, 6.4vw, 2.2rem);
    font-weight: 700;
    line-height: 1.3;
    border-radius: 50px;
    margin: 80px auto 0;
    background: #C30D23;
    box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    padding: 0 7.58% 0 5px;
    padding-right: clamp(0px, 7.58%, 26px);
    transition: all 0.3s ease;
    position: relative;
}

.orderBtn__text {
    width: 100%;
    max-width: 154px;
    padding-top: 8px;
}

.orderBtn__fukidashi {
    width: 125px;
    height: 71px;
    color: var(--primary-black);
    font-size: 2rem;
    font-weight: 500;
    background-image: url(../images/fukidashi.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 18px 0 0 4px;
    position: absolute;
    top: -48px;
    right: 10.6%;
    transform: rotate(8deg);
}

.orderBtn::before {
    content: '';
    display: block;
    width: 104px;
    height: 94px;
    background-image: url(../images/btn-vege.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.orderBtn::after {
    content: '';
    display: block;
    width: 10px;
    height: 18px;
    background-image: url(../images/nav-btn-arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    flex-shrink: 0;
}

.orderBtn:hover {
    box-shadow: none;
}


/* common pc */
@media screen and (min-width: 769px){
    h2 {
        font-size: 3.2rem;
    }
    
    .fukidashi {
        font-size: 2.4rem;
    }

    .orderBtn {
        max-width: 400px;
        height: 84px;
        font-size: 2.4rem;
        margin: 80px auto 0;
        gap: 0;
        padding: 0 24px 0 5px;
    }

    .orderBtn__text {
        max-width: 216px;
        padding: 0;
        margin-right: 16px;
    }

    .orderBtn::before {
        width: 127px;
        height: 115px;
        margin-bottom: 18px;
    }

    .spBR {
        display: none;
    }
}
/* pc 769px */

/* ==============================
Header
============================== */
.header ,.nav__logo{
    padding: 13px 3.4% 13px 4.2%;
    height: 74px;
    display: flex;
    align-items: center;
}

.header__logo img, .nav__logo img {
    width: 143.493px;
    height: 42px;
    max-width: none;
}

.header__logo a,
.nav__logo {
    display: flex;
    align-items: center;
} 

.nav {
    background: rgba(253, 252, 251, 0.96);
    width : 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    transform: translateX(-100%);
    transition: transform 0.6s;
}

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

.header nav {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    margin-top: 48px;
}

.header nav ul {
    display: inline-flex;
    flex-direction: column;
    gap: 12px;
}

.header nav li {
    position: relative;
    padding: 10px 8px;
}

.header nav li::after {
    content: '';
    display: block;
    background: var(--green);
    height: 3px;
    width: 100%;
    position: absolute;
    bottom: 0;
    transition: 0.5s;
    left: 0;
    transform: scale(0, 1);
    transform-origin: center top;
}

.header nav li:hover::after {
    transform: scale(1, 1);
}

.nav__btn {
    color: var(--primary-white);
    font-weight: 700;
    line-height: 1.5;
    border-radius: 50px;
    background: #C30D23;
    box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
    display: inline-flex;
    align-items: center;
    padding: 14px 11px 14px 26px;
    margin-top: 24px;
    transition: all 0.3s ease;
}

.nav__btn::after {
    content: url(../images/nav-btn-arrow.svg);
    margin-left: 21px;
}

.nav__btn:hover {
    box-shadow: none;
}

.hamburger__btn {
    width: 48px;
    height: 48px;
    border-radius: 50px;
    background-color: var(--primary-white);
    align-items: center;
    position: fixed;
    top: 13px;
    right: 1.5%;
    z-index: 110;
    box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.hamburger__btn span {
position: absolute;
left: 9px;
width: 30px;
height: 1px;
background-color: var(--primary-black);
}

.hamburger__btn, .hamburger__btn span {
display: inline-block;
transition: all .5s;
box-sizing: border-box;
}

.hamburger__btn span:nth-of-type(1) {
top: 12.75px;;
}

.hamburger__btn span:nth-of-type(2) {
top: 50%;
transform: translateY(-50%)
}

.hamburger__btn span:nth-of-type(3) {
bottom: 12.75px;;
}

.hamburger__btn.active span:nth-of-type(1) {
    -webkit-transform: translateY(11.25px) rotate(45deg);
    transform: translateY(11.25px) rotate(45deg);
}

.hamburger__btn.active span:nth-of-type(2) {
    left: 60%;
    opacity: 0;
    -webkit-animation: hamburgerBtn__line--02 
    .8s forwards;
    animation: hamburgerBtn__line--02 
    .8s forwards;
}

@-webkit-keyframes hamburgerBtn__line--02 {
    100% {
        height: 0;
    }
}

@keyframes hamburgerBtn__line--02 {
    100% {
        height: 0;
    }
}
.hamburger__btn.active span:nth-of-type(3) {
-webkit-transform: translateY(-11.25px) rotate(-45deg);
transform: translateY(-11.25px) rotate(-45deg);
}

.hamburger__btn.active::after {
border: 1px solid var(--primary-black);
}

html.active body {
    overflow: hidden;
}

/* Header .hamburgerBtn__line PC */
@media screen and (min-width: 1060px){
    .header {
        justify-content: space-between;
        gap: 32px;
        padding: 0 30px;
        margin: 24px auto;
        height: 64px;
    }
    
    .nav__logo {
        display: none;
    }

    .nav {
        width: auto;
        height: auto;
        background: none;
        position: static;
        transform: translateX(0);
        transition: none;
    }

    .header nav {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-end;
        gap: 18px;
        margin-top: 0;
    } 
    
    .header nav ul {
        gap: 4px;
        flex-direction: row;
    }

    .header nav li::after {
        content: '';
        display: block;
        background: var(--green);
        height: 3px;
        width: 100%;
        position: absolute;
        bottom: 0;
        transition: 0.5s;
        left: 0;
        transform: scale(0, 1);
        transform-origin: center top;
    }

    .header nav li:hover::after {
        transform: scale(1, 1);
    }

    .nav__btn {
        margin-top: 0;
    }

    .hamburger__btn {
        display: none;
    }
}
/* pc 960px */

/* ==============================
.main-visual
============================== */
.main-visual {
    height: 304px;
    background-image: url(../images/main-bg-sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 11px;
    padding-left: 5%;
}

.main-visual__txt {
    background: rgba(255, 255, 255, 0.80);
    display: inline-flex;
    flex-direction: row-reverse;
    padding: 16px;
    gap: 12px;
}

.main-visual__txt span {
    font-family: "Zen Kurenaido";
    font-size: 2.0rem;
    line-height: 1;
    writing-mode: vertical-rl;
}

/* .main-visual pc */
@media screen and (min-width: 769px){
    .main-visual {
        height: calc(100dvh - 112px);
        background-image: url(../images/main-bg-pc.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        padding-top: 16px;
        padding-left: 13%;
    }

    .main-visual__txt {
        padding: 32px 40px;
        gap: 24px;
    }

    .main-visual__txt span {
        font-size: 4rem;
        line-height: 1.1;
    }
}
/* pc 769px */

/* ==============================
About
============================== */
.section--about {
    padding: 41px var(--contentPadding) 68.4px;
}

.about {
    padding: 119px 0 162.6px;
    background-image: url(../images/about01-bg.svg) ,url(../images/about02-bg.svg) ,url(../images/about03-bg.svg) ,url(../images/about04-bg.svg) ,url(../images/about05-bg.svg) ,url(../images/about06-bg.svg);
    background-repeat: no-repeat;
    background-size: 75px, 41px, 62px, 68.4px, 83.6px, 67.3px;
    background-position: left 12.4% top 32px, left 51.8% top 0px, left 93.8% top 37px, left 7.6% bottom 0px, left 50.5% bottom 9.61px, left 92.2% bottom 36.62px;
    text-align: center;
}

.about h2 {
    font-size: 1.6rem;
    font-weight: 700;
    text-shadow: var(--textShadow);
}

.about h2 span {
    font-size: 2.4rem;
    text-shadow: none;
    padding: 0 1px;
}

.about__txt {
    text-shadow: var(--textShadow);
    margin-top: 32px;
}

/* About pc */
@media screen and (min-width: 769px){
    .section--about {
        padding: 0;
    }

    .about {
        max-width: 1256px;
        margin: 0 auto;
        padding:80px 0;
        background-size: 130px, 70.1px, 106.4px, 117.7px, 143.9px, 115.9px;
        background-position: left 8.2% top 68.31px, left 12.9% bottom 59.31px, right 10.1% top 59.31px, left 0 bottom 169.35px, right 0 bottom 237.12px, right 10% bottom 77.46px;
        background-position: left 103px top 68.31px, left 162px bottom 59.31px, right 127.42px top 59.31px, left 0 bottom 169.35px, right 0 bottom 237.12px, right 125.01px bottom 77.46px;
    }


    .about__txt {
        margin-top: 40px;
    }
}
/* pc 769px */



/* ==============================
Reason
============================== */
.section--reason {
    padding: 48px 5.2%;
    background: var(--primary-pailgreen);
    text-align: center;
}

.section--reason h2 {
    line-height: 1.3;
}

.reason {
    margin: 32px auto 0;
    max-width: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 32px;
}

.reason img {
    width: 112px;
    height: 112px;
    display: block;
    margin: 0 auto;
}

.reason__title {
    aspect-ratio: 3 / 2;
    margin: -32px auto 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    align-content: center;
}

.reason li:first-of-type .reason__title {
    background-image: url(../images/reason01-bg.jpg);
}

.reason li:nth-of-type(2) .reason__title {
    background-image: url(../images/reason02-bg.jpg);
}

.reason li:nth-of-type(3) .reason__title {
    background-image: url(../images/reason03-bg.jpg);
}

.reason h3 {
    background: rgba(255, 255, 255, 0.60);
    display: flex;
    padding: 8px 0px;
    flex-direction: column;
    gap: 2px;
    text-align: center;
    text-shadow: 0px 0px 8px rgba(255, 255, 255, 0.60);
    font-weight: 700;
}

.reason h3 span {
    font-size: 2.4rem;
}

.reason li p {
    max-width: 336px;
    line-height: 1.7;
    text-align: left;
    margin-top: 16px;
    margin: 16px auto 0;
}

/* Reason pc */
@media screen and (min-width: 769px){
    .section--reason {
        padding: 56px 60px;
    }

    .reason {
        max-width: 1080px;
        margin: 40px auto 0;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 36px;
    }

    .reason li {
        flex: 1;
        margin-top: 0;
        max-width: calc((1080px - 36px ) / 3);
        min-width: 240px;
    }
}
/* pc 769px */

/* ==============================
Trial
============================== */
.section--trial {
    padding: 48px var(--contentPadding);
    background-image: url(../images/trial-bg-sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
}

.sectionTopic--trial {
    max-width: 343px;
    margin: 0 auto;
}

.trialTopic__pc {
    display: none;
}

.trialTopic__sub {
    font-family: "Zen Kurenaido";
    font-size: 1.8rem;
    margin-top: 16px;
}

.trial {
    margin-top: 32px;
    text-align: center;
}

.trial__item {
    max-width: 343px;
    margin: 28px auto 0;
    padding-bottom: 49.6px;
    background-image: url(../images/trial-bg.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
}


.trial__img01  {
    padding: 0 9.3% 0 3.5%;
    position: relative;
}

.trial__img01::after {
    content:'';
    width: 26.2%;
    height: 27.3%;
    background-image:  url(../images/trial01-farm.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    z-index: 5;
    position: absolute;
    bottom: 18px;
    right: 9%;
    transform: rotate(8deg);
}

.trial__img02 {
    padding: 0 1.31% 5.83% 0.43%;;
    position: relative;
}

.trial__img02::after {
    content:'';
    width: 26.2%;
    height: 29.1%;
    background-image:  url(../images/trial02-farm.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    z-index: 5;
    position: absolute;
    bottom: 16px;
    right: 4.2%;
    transform: rotate(8deg);
}

.trial__name {
    font-size: 1.8rem;
    font-weight: 700;
    margin-top: 8px;
}

.trial__price{
    margin-top: 8px;
}

.trial__price span {
    font-size: 3.6rem;
    font-weight: 700;
}

.trial__farmer {
    color: var(--primary-white);
    font-weight: 700;
    line-height: 1;
    background: var(--green, #78A657);
    display: inline-block;
    padding: 6px 8px;
    justify-content: center;
    align-items: center;
    margin-top: 16px;
}

.trial__farmName {
    margin-top: 8px;
}

.trialBtn {
    width: 100%;
    max-width: 343px;
    height: 92px;
    color: var(--primary-white);
    font-size: clamp(2rem, 6.4vw, 2.4rem);
    font-weight: 700;
    line-height: 1.3;
    border-radius: 50px;
    margin: 64px auto 0;
    background: #C30D23;
    box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 42px;
    transition: all 0.3s ease;
    position: relative;
}

.trialBtn__fukidashi {
    width: 125px;
    height: 71px;
    color: var(--primary-black);
    font-size: 2rem;
    font-weight: 500;
    background-image: url(../images/fukidashi.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: -44px;
    left: 1.7vw;
    transform: scaleX(-1) rotate(8deg);
}

.trialBtn__fukidashi span {
    display: block;
    transform: scaleX(-1);
    padding: 18px 0 0 4px;
}


.trialBtn::after {
    content: '';
    display: block;
    width: 10px;
    height: 18px;
    background-image: url(../images/nav-btn-arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    right: 24px;
    transform: translate(0,-50%);
}

.trialBtn:hover {
    box-shadow: none;
}


/* Trial pc */
@media screen and (min-width: 769px){
    .section--trial {
        padding: 56px 0;
        background-image: url(../images/trial-bg-pc.jpg);
    }

    .sectionTopic--trial {
        max-width: 479px;
        margin: 0 auto;
    }

    .trialTopic__sub {
        font-size: 2.0rem;
    }

    .trial {
        margin: 32px auto 0;
        text-align: center;
        max-width: 1200px;
        padding: 0 91px;
        display: flex;
        flex-wrap: wrap;
        padding: 0 91px;
        justify-content: space-between;
        gap: 2.2vw;
    }

    .trial__item {
        margin-top: 0;
        max-width: 510px;
        min-width: 400px;
        padding-bottom: 50px;
        flex: 1;
        background-image: url(../images/trialーitem-bg-pc.svg);
    }
    
    .trial__img01 {
        padding: 0 10.1% 0 7.4%;
    }

    .trial__img01::after, .trial__img02::after {
        content: '';
        width: 22.8%;
        height: 25.4%;
        bottom: 1.3%;
        right: 8.5%;
    }
    
    .trial__img02 {
        padding: 2.698% 0 4% 0;
    }

    .trial__img02 img {
        width: 100%;
    }


    .trial__name {
        margin-top: 16px;
    }


    .trialBtn {
        max-width: 390px;
        height: 84px;
        font-size: 2.4rem;
    }
    
    .trialBtn__fukidashi {
        top: -37px;
        left: 7px;
    }
    

}
/* pc 769px */

/* ==============================
Organicfarm
============================== */
.section--organicfarm{
    background-image:url(../images/organicfarm-bg-sp.jpg) ;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    padding: 56px var(--contentPadding);
}

.organicfarm {
    max-width: 500px;
    margin: 0 auto;
}

.organicfarm h3 {
    margin-top: 32px;
    text-align: center;
    font-weight: 700;
}

.organicfarm h3 span {
    font-size: 2.4rem;
}

.organicfarm__txt {
    margin-top: 16px;
}

/* Organicfarm pc */
@media screen and (min-width: 769px){
    .section--organicfarm{
        background-image:url(../images/organicfarm-bg-pc.jpg) ;
        background-position: center;
        padding: 64px 0;
    }

    .organicfarm {
        max-width: 1200px;
        padding: 0 60px;
        margin: 0 auto;
    }

    .organicfarm h2 {
        display: inline-flex;
        flex-direction: column;
        align-items: center;
    }

    .organicfarm h3 {
        margin-top: 40px;
        text-align: left;
    }

    .organicfarm__txt {
    text-shadow: 0px 0px 8px rgba(255, 255, 255, 0.60);

        max-width: 420px;
        margin-top: 32px;
    }

}
/* pc 769px */

/* ==============================
Farmer
============================== */
.section--farmer {
    padding: 48px var(--contentPadding);
}

.farmer {
    margin-top: 32px;
}


.farmer__item {
    max-width: 500px;
    margin: 0 auto;
}

.farmer__item + .farmer__item {
    margin-top: 40px;
    }

.farmer__content {
    margin-top: 16px;
}

.farmer__content h3 {
    display: flex;
    justify-content: center;
    gap: 4px;
    text-align: center;
    font-family: "Zen Kurenaido";
    font-size: 2.4rem;
}

.farmer h3::before,
.farmer h3::after {
    content: '';
    display: inline-block;
    width: 15px;
    background-size: contain;
    background-repeat: no-repeat;
}

.farmer h3::before {
    background-image: url(../images/farmer-frame.svg);
}

.farmer h3::after {
    background-image: url(../images/farmer-frame.svg);
    transform: rotate(180deg);
}

.farmer p {
    margin-top: 16px;
}

.farmer p:last-of-type {
    text-align: right;
    margin-top: 1em;
}

/* Farmer pc */
@media screen and (min-width: 769px){
    .section--farmer {
        padding: 56px 0;
    }

    .farmer__item {
        max-width: 1080px;
        padding: 0 64px;
        display: flex;
        justify-content: space-between;
        gap: 32px;
        align-items: center;
    }
    
    .farmer {
        padding: 0;
        margin-top: 40px;
    }

    .farmer__item + .farmer__item {
        margin-top: 32px;
    }

    .farmer__item:nth-of-type(2n) {
        flex-direction: row-reverse;
    }

    .farmer__item figure {
        width: 32.56%;
    }

    .farmer__content {
        margin-top: 0;
        width: 62.18%;
        min-width: 30em;
    }

    .farmer h3 {
        justify-content: flex-start;
    }

    .farmer p {
        margin-top: 24px;
    }

}
/* pc 769px */

/* ==============================
Assurance
============================== */
.section--assurance {
    padding: 48px var(--contentPadding);
    background-image: url(../images/assuranse-bg-sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
}

.assurance h3 {
    font-weight: 700;
    margin-top: 20px;
}

.assurance h3 span {
    margin: 4px;
    font-size: 2.4rem;
}

.assurance__txt {
    margin-top: 32px;
}

/* Assurance pc */
@media screen and (min-width: 769px){
    .section--assurance {
        padding: 56px 0;
        background-image: url(../images/assuranse-bg-pc.jpg);
    }

    .assurance h3 {
        margin-top: 40px;
    }
    
    .assurance__txt p {
        margin-top: 16px;
    }

    .assurance__txt p:last-of-type {
        margin-top: 12px;
    }
}
/* pc 769px */

/* ==============================
Voice
============================== */
.section--voice {
    padding: 48px var(--contentPadding);
}

.section--voice .fukidashi::before,
.section--voice .fukidashi::after {
    width: 20px;
    height: 40px;
}

.voice {
    max-width: 500px;
    margin: 32px auto 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 48px;
}


.voice li {
    line-height: 1.7;
    display: flex;
    flex-direction: column;
}

.voice__picture {
    padding: 16px;
    background-color: #fff;
    box-shadow: 0px 0px 8px 0px rgba(35, 24, 21, 0.25);
}
.voice__picture h3 {
    font-family: "Zen Kurenaido";
    font-size: 2.0rem;
    text-align: center;
    margin-top: 16px;
}

.voice__txt {
    margin: 16px 0.5em 1em;
    text-align: justify;
}

.voice__customer {
    text-align: right;
    margin: 0 0.5em;
}

/* Voice pc */
@media screen and (min-width: 769px){
    .section--voice {
        padding: 56px 60px;
    }

    .section--voice .fukidashi::before,
    .section--voice .fukidashi::after {
        width: 15px;
        height: 30px;
    }

    .voice {
        max-width: 1080px;
        margin: 40px auto 0;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: normal;
        gap: 36px;
    }

    .voice li {
        max-width: calc((1080px - 36px ) / 3);
        flex: 1;
    }
    
    .voice__picture h3 {
        min-width: 13em;
    }



    .voice__customer {
        margin-top: auto;
    }
    
}
/* pc 769px */

/* ==============================
FAQ
============================== */
.section--faq {
    padding: 37px 0 48px;
    background: var(--primary-pailgreen);
    
}

.section--faq h2 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    padding: 0 2%;
}

.section--faq h2::before,
.section--faq h2::after {
    content: '';
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.section--faq h2::before {
    width: 71px;
    height: 46px;
    background-image: url(../images/faq-bg-left.png);
    margin-left: 2.4%;
}

.section--faq h2::after {
    width: 80px;
    height: 64px;
    background-image: url(../images/faq-bg-right.png);
}

.faq {
    margin: 32px var(--contentPadding) 0;
}

.faq details {
    max-width: 500px;
    margin: 16px auto 0;
    background: var(--primary-white, );
    border: 1px solid var(--primary-black);
    padding: 0 14px;
}

.faq details img{
    width: 48px;
    height: 48px;
}

.faq__question {
    margin: 16px auto;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 10px;
}

summary::-webkit-details-marker {
    display: none;
}

.faq__btn {
    display: block;
    position: relative;
    width: 20px;
    flex-shrink: 0;
    transform-origin: center 43%;
    transition: transform 0.4s;
    margin-left: auto;
}

.faq__btn::after {
    position: absolute;
    content: '';
    background-image: url(../images/faq-btn-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    width: 20px;
    height: 11px;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    transition: 0.3s;
}

.faq__btn.active::after {
    transform: translateY(-50%) rotate(180deg);
} 

.faq__answer {
    margin-bottom: 16px;
}
  
.answer__title{
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 16px 0 0;
    background-image: linear-gradient(to right, #000 0px, #000 8px, transparent 8px, transparent 16px);
    background-size: 16px 1px;
    background-position: top;
    background-repeat: repeat-x;
}

.faq__answer > p {
    margin: 8px 0 0 13px;
}

/* FAQ pc */
@media screen and (min-width: 769px){
    .section--faq {
        padding: 56px 60px;
    }

    .section--faq h2 {
        gap: 36px;
    }
    
    .section--faq h2::before {
        width: 110px;
        height: 70.6px;
        margin-left: 3%;
    }

    .section--faq h2::after {
        width: 125px;
        height: 100.4px;
    }


    .faq {
        margin: 32px 0 0;
    }

    .faq details {
        max-width: 1080px;
        margin: 32px auto 0;
        padding: 0 29px;
    }

    .faq__question {
        margin: 24px 5px;
    }

    .faq__btn {
        display: block;
        position: relative;
        width: 28px;
        flex-shrink: 0;
        transform-origin: center 43%;
        transition: transform 0.4s;
    }
    
    .faq__btn::after {
        width: 28px;
        height: 15.4px;
    }

    .faq__answer {
        margin-bottom: 24px;
    }

    .answer__name {
        padding: 24px 5px 0;
    }

    .answer__txt {
        padding: 0 5px;
    }

}
/* pc 769px */

/* ==============================
Footer
============================== */
.footer {
    background: var(--primary-pailgreen);
    padding: 32px 0 24px;
}

.footer__logo img {
    height: 56px;
}

.copy {
    text-align: center;
    font-size: 1.2rem;
    margin-top: 24px;
}


/* Footer pc */
@media screen and (min-width: 769px){
    .footer {
        padding-bottom: 8px;
    }
    

}
/* pc 769px */


/* ==============================
Footer
============================== */
.btnTop {
    width: 48px;
    height: 48px;
    background-color: var(--green);
    border-radius: 50%;
    box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 1.5%;
    right: 1.5%;
    transition: all 0.3s ease;
}

.btnTop img {
    width: 30px;
}

.btnTop:hover {
    box-shadow: none;
}


