@charset "UTF-8";
/*====================
common
====================*/

:root {
    --fresh-green :#339900 ;
    --border-green:#499149 ;
    --circle-green:#47763c ;
    --txt-orange:#ff9933 ;
    --button-red:#C30D23 ;
    --background-beige:#dfcba5 ;
}

html {
    font-size: 62.5%;
}

body {
    font-family: 
    "Noto Sans JP", sans-serif,
    "Hina Mincho", serif,
    "Kosugi Maru";
    font-style: normal;
    color: #000000;
    background-color: #ffffff;
    line-height: 1.5;
}

img {
    max-width: 100%;
    height: auto;
}


/*====================
header
====================*/
.header {
    display: flex;
    padding: 15px 5% 5px;
    width: 100%;
    justify-content: space-between;
    align-items: flex-end;
}

.header__logo {
    width: 74px;
}

/* .nav初期表示 */
.nav {
    background: rgba(255,255,255,0.80);
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    transform: translateX(-100%);
    transition: transform 0.4s;
}

.nav__header {
    display: flex;
    padding: 15px 5% 5px ;
    justify-content: space-between;
    align-items: flex-end;
}

.nav__header__logo {
    width: 74px;
}

.sp__try__btn {
    color: #FFF;
    font-size: 10px;
    font-weight: 400;
    border-radius: 5px;
    background: var(--button-red);
    display: flex;
    padding: 6px 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-right: 8px;
}

.sp__try__btn::after {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: url(..//images/sp-header-btn-cart.png);
    background-size: contain;
    background-position: center;
}

.nav__btn {
    width: 17px;
    height: 17px;
}

.nav__allBtn {
    display: flex;
    align-items: center;
}

.nav__item:last-of-type {
    display: none;
}

.nav__list {
    margin-top: 29px;
    margin-left: 8%;
}

.nav__item:first-of-type {
    margin-top: 29px;
}

.nav__item {
    font-size: 1.5rem;
    margin-top: 40px;
}

.nav__icon {
    margin-right: 20px;
}

/* .header__btn active表示 */
.header__btn.active {
    opacity: 0;
}


/* .nav.active表示 */
.nav.active {
    transform: translateX(0);
}

.header__btn {
    width: 17px;
    height: 17px;
}

/* header pc */
@media screen and (min-width: 769px) {
    .header {
        display: flex;
        padding: 20px 9% 10px;
        align-items: center;
        max-width: 1440px;
        margin-inline: auto;
    }

    .header__logo {
        width: 180px;
    }

    .nav__header {
        display: none;
    }

    .nav__allBtn {
        display: none;
    }

    .nav {
        background: transparent;
        width: auto;
        height: auto;
        position: static;
        padding: 0;
        transform: translateX(0);
    }

    .nav__icon {
        display: none;
    }
    
    .nav__list {
        display: flex;
        align-items: flex-end;
        margin: 0;
        gap: 20px;
    }

    .nav__item {
        font-size: 1.5rem;
        margin: 0;
    }

    .nav__item:first-of-type {
        margin-top: 0;
    }

    .nav__item:last-of-type {
        display: flex;
        padding: 15px;
        justify-content: center;
        align-items: center;
        border-radius: 10px;
        background: var(--button-red);
    }

    .try__btn {
        color: #fff;
        font-size: 1.6rem;
        display: flex;
        align-items: center;
    }

    .try__btn::after {
        content: '';
        display: block;
        width: 20px;
        height: 20px;
        background-image: url(../images/header-btn-cart.png);
        margin-left: 10px;
    }    

} /* 769px pc */

/*====================
article header
====================*/
.article__header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 400px;
    text-align: center;
    background-image: url(../images/main-sp.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.main__corn {
    width: 39px;
    height: 97px;
    position: absolute;
    top: 245px;
    left: 25px;
    transform: rotate(-11.627deg);
}

.main__tomato {
    width: 52px;
    height: 39px;
    position: absolute;
    top: 262px;
    left: 62px;
    width: 52.791px;
    transform: rotate(-67.372deg);
}

.main__yasai {
    width: 178px;
    height: 125px;
    position: absolute;
    top: 10px;
    right: 3px;
    transform: rotate(-11.463deg);
}

.pc__tittle__one {
    display: none;
}

.tittle__two {
    color: #FFF;
    text-align: center;
    text-shadow: 4px 4px 10px #91918C;
    font-family: "Hina Mincho";
    font-size: 3.2rem;
}

.tittle__three {
    color: #FFF;
    font-family: "Hina Mincho";
    font-size: 2.4rem;
}

/* article header pc */
@media screen and (min-width: 769px) {
    .article__header {
        display: flex;
        text-align: center;
        background-image: url(../images/main-pc.png);
        background-repeat: no-repeat;
        width:auto;
        height: 760px;
        margin-inline: auto;
        position: relative;
    }

    .article__header__topiv {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .sp__tittle__one {
        display: none;
    }

    .pc__tittle__one {
        display: block;
        margin: 0 auto;
    }

    .tittle__two {
        font-size: 9.6rem;
    }

    .tittle__three {
        font-size: 5.5rem;
    }

    .main__corn {
        width: 115px;
        height: 282px;
        transform: rotate(-20.631deg);
        position: absolute;
        top: 412px;
        left: 100px;
    }

    .main__tomato {
        width: 150px;
        height: 111px;
        transform: rotate(40.597deg);
        position: absolute;
        top: 509px;
        left: 216px;
    }

    .main__yasai {
        width: 383px;
        height: 268px;
        position: absolute;
        top: 70px;
        right: 169px;
    }

} /* 769px pc */

/*====================
lead
====================*/
.section__lead {
    padding: 40px 4%;
    background-image: url(../images/lead-image.png);
    background-color:rgba(255,255,255,0.8);
    background-blend-mode: lighten;
    background-repeat: no-repeat;
    background-size: 90% auto;
    background-position: 20px 116px;
}

.topic__lead {
    font-size: 2.8rem;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
}

.lead__color {
    color: var(--fresh-green);
}

.lead__txt {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 28px; /* 186.667% */
    margin-top: 20px;
}

/* lead pc */
@media screen and (min-width: 769px) {
    .section__lead {
        padding: 60px 9%;
        max-width: 1440px;
        margin-inline: auto;
        background-image: url(../images/lead-image.png);
        background-color:rgba(255,255,255,0.7);
        background-blend-mode: lighten;
        background-repeat: no-repeat;
        background-size: 38% auto;
        background-position: top 15px left 788px;
    }

    .topic__lead {
        font-size: 3.6rem;
        text-align: left;
        margin-top: 85.5px;
    }

    .lead__txt {
        font-size: 1.8rem;
        line-height: 28px; /* 155.556% */
        margin-top: 42px;
        margin-bottom: 85.5px;
        text-align: left;
    }

    .spBr {
        display: none;
    }

} /* 769px pc */

/*====================
purchase
====================*/
.section__purchase__btn {
    background: rgba(223, 203, 165, 0.20);
    display: flex;
    padding: 50px 0px;
    justify-content: center;
}

.purchase__btn {
    color: #FFF;
    font-size: 2rem;
    font-weight: 400;
    border-radius: 20px;
    background: var(--button-red);
    box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.30);
    display: flex;
    padding: 20px 50px;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.purchase__btn::after {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(..//images/sp-set-btn-cart.png);
    background-size: contain;
    background-position: center;
}

/* purchase pc */
@media screen and (min-width: 769px) {
    .section__purchase__btn {
        padding: 50px 0;
        max-width: 100%;
        margin-inline: auto;
    }

    .purchase__btn {
        font-size: 2rem;
        font-weight: 700;
        padding: 20px 60px;
        gap: 30px;
        border-radius: 10px;
    }

    .purchase__btn::after {
        content: '';
        display: inline-block;
        width: 30px;
        height: 30px;
        background-image: url(..//images/set-btn-cart.png);
        background-size: contain;
        background-position: center;
    }

}

/*====================
three reason
====================*/
.section__threeReason {
    padding: 40px 4%;
}

.topic__threeReason {
    text-align: center;
    font-size: 2.8rem;
}

.topic__3 {
    color: var(--fresh-green);
    font-size: 3.4rem;
    font-weight: 700;
}

.threeReason_item {
    position: relative;
    margin-top: 76px;
}


.image__01, .image__02, .image__03 {
    width: 280px;
    height: 280px;
    flex-shrink: 0;
    border-radius: 20px;
}

.number {
    color: var(--circle-green);
    font-size: 3.6rem;
    font-weight: 700;
    display: flex;
    width: 80px;
    height: 80px;
    padding: 17px 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 40px;
    border: 5px dashed var(--circle-green);
    background: rgba(255, 255, 255, 0.30);
    position: absolute;
    left: -16.5px;
    top: -56px;
}

.threeReason__miniTittle__txt {
    text-align: center;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.50);
    font-size: 2.4rem;
    font-weight: 400;
    border-bottom: 2px solid #c6c6c6;
    border-top: 2px solid #c6c6c6;
    margin-top: 20px;
    line-height: 2.1;
}

.threeReason__miniTittle__colorLine {
    display: block;
    width: 300px;
    color: var(--fresh-green);
    line-height: 2.1;
    border-top: 2px solid #c6c6c6;
}

.threeReason__miniTittle__color {
    color: #000000;
}

.threeReason__txt {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 25px; /* 166.667% */
    margin-top: 20px;
}

/* スマホ版ではspBrを消す */
.pcBr {
    display: none;
}

.threeReason__content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.threeReason__content2 {
    flex-direction: column-reverse;
}

/* threeReason pc */
@media screen and (min-width: 769px) {
    .section__threeReason {
        padding: 50px 9% 60px;
        max-width: 1440px;
        margin-inline: auto;
    }

    .threeReason__content {
        width: 1180px;
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    .threeReason__container {
        width: 1180;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 34px;
    }

    .number {
        font-size: 5.5rem;
        font-weight: 700;
        display: flex;
        width: 120px;
        height: 120px;
        padding: 38px 19px;
        border-radius: 60px;
        border: 5px dashed #47763C;
        position: absolute;
        top: -74px;
        left: -68px;
    }

    .threeReason__item02 {
        position: relative;
    }

    .number02 {
        position: absolute;
        top: -74px;
        right: -3px;
        left: auto;
    }

    .image__01, .image__02, .image__03 {
        width: 300px;
        height: 300px;
    }

    .image__01, .image__03 {
        margin-right: 76px;
    }

    .image__02 {
        margin-right: 65px;
    }

    .topic__threeReason {
        font-size: 3.6rem;
    }

    .topic__3 {
        font-size: 7rem;
        font-weight: 700;
    }

    .threeReason__txtBox2 {
        width: 520px;
    }
    
    .threeReason__miniTittle__txt {
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.50);
        font-size: 3.2rem;
        line-height: 55px;
        border-bottom: 2px solid #c6c6c6;
        border-top: 2px solid #c6c6c6;
        text-align: left;
        display: block;
        width: 250px;
        margin-top: 92px;
    }

    .threeReason__miniTittle__colorLine {
        display: block;
        width: 250px;
        line-height: 55px;
    }

    
    .threeReason__miniTittle__txt03 {
        display: block;
        width: 290px;
    }    


    .threeReason__miniTittle__colorLine03 {
        display: block;
        width: 290px;
    }

    .threeReason__txt {
        font-size: 1.6rem;
        line-height: 25px; /* 156.25% */
        text-align: left;
        margin-top: 30px;
        margin-bottom: 35px;
    }

    .spBr {
        display: none;
    }

    .pcBr {
        display: block;
    }

}

/*====================
.set
====================*/
.section__set {
    background: rgba(223, 203, 165, 0.20);
    display: flex;
    padding: 60px 4% 70px;
    flex-direction: column;
    align-items: center;
    gap: 40px;    
}

.topic__set {
    font-size: 2.3rem;
    line-height: 40px;
    text-align: center;
}

.topic__set__txt {
    font-size: 1.6rem;
    line-height: 40px; /* 250% */
}

.topic__set__color {
    color: var(--button-red);
    font-size: 2.8rem;
    line-height: 40px;
}

.line__left, .line__right {
    width: 20px;
    height: 60px;
}

.set__line {
    display: flex;
    align-items: flex-end;
}

.set__item__img {
    width: 300px;
    height: 200px;
}

.set__name {
    text-align: center;
    font-size: 2rem;
    line-height: 38px;
}

.set__tittle {
    font-size: 2.2rem;
    line-height: 38px;
}

.set__price {
    font-size: 2rem;
    line-height: 44px; /* 220% */
}

.set__price__color {
    color: #F93;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 44px;
}

.set__tax {
    color: #000;
    font-size: 1.6rem;
    line-height: 44px; 
}

.set__producer {
    font-size: 1.6rem;
    line-height: 44px; /* 275% */
}

.set__item {
    display: flex;
    width: 340px;
    padding: 40px 10px 30px 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    border: 1px solid rgba(0, 0, 0, 0.20);
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10);
    position: relative;
}

.set__item:first-of-type {
    margin-bottom: 50px;
}

.set__item::before {
    content: '';
    width: 80px;
    height: 100px;
    display: inline-block;
    background-image: url(../images/sp-set-ribbon.png);
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
}

/* set pc */
@media screen and (min-width: 769px) {
    .section__set {
        padding: 60px 9% 70px;
        max-width: 100%;
        margin-inline: auto;
    }

    .topic__set {
        text-align: center;
        font-size: 4rem;
        line-height: 44px; /* 137.5% */
    }

    .topic__set__txt {
        font-size: 3.2rem;
    }

    .topic__set__color {
        font-size: 6rem;
        line-height: 60px;
    }

    .set__line {
        gap: 30px;
    }

    .line__left {
        width: 50px;
        height: 76px;

    }

    .line__right {
        width: 50px;
        height: 76px;
    }

    .set__content {
        display: flex;
        gap: 50px;
        margin-top: 40px;
    }

    .set__item__img {
        width: 350px;
    }

    .set__name {
        font-size: 2.2rem;
        line-height: 38px; /* 172.727% */
    }

    .set__tittle {
        font-size: 2.6rem;
        line-height: 38px;
    }

    .set__price {
        font-size: 2rem;
        line-height: 44px;
    }

    .set__price__color {
        font-size: 3.2rem;
        font-weight: 700;
    }

    .set__tax {
        font-size: 1.6rem;
    }

    .set__producer {
        font-size: 1.8rem;
        line-height: 44px; /* 244.444% */
    }

    .set__item:first-of-type {
        margin: 0;
    }

} /* 769px pc */

/*====================
.quality
====================*/
.section__quality {
    padding: 80px 4%;
    background-image: url(../images/sp-quality-background.png);
    background-color:rgba(255,255,255,0.5);
    background-blend-mode:lighten;
    background-repeat: no-repeat;
    background-size: cover;
}

.topic__quality {
    width: 250px;
    text-align: center;
    font-size: 2.4rem;
    line-height: 2.3;
    border-bottom: 4px solid #000;
}

.quality__txt1 {
    text-align: center;
    font-size: 2rem;
    font-style: normal;
    line-height: 30px; /* 150% */
    margin-top: 35px;
}

.quality__txt__color {
    color: var(--button-red);
}

.quality__txt2 {
    text-align: center;
    font-size: 1.5rem;
    line-height: 30px; /* 200% */
    margin-top: 20px;
}

.quality__txt3 {
    text-align: center;
    font-size: 1.7rem;
    line-height: 30px; /* 176.471% */
    margin-top: 20px;
}

.quality__txtBox {
    display: flex;
    padding: 30px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    background-color: #ffffff;
}

/* quality pc */
@media screen and (min-width: 769px) {
    .section__quality {
        padding: 73px 9%;
        max-width: 100%;
        margin-inline: auto;
        background-image: url(../images/quality-background.png);
    }

    .topic__quality {
        font-size: 3.6rem;
        line-height: 1.8; /* 63.889% */
        width: 365px;
    }

    .quality__txt1 {
        font-size: 2.4rem;
        line-height: 30px;
        margin-top: 40px;
    }

    .quality__txt2 {
        font-size: 1.8rem;
        font-weight: 30px;
        margin-top: 15px;
    }

    .quality__txt3 {
        font-size: 2rem;
        font-weight: 30px;
        margin-top: 15px;
    }

    .quality__txtBox {
        padding: 60px 0;
    }

} /* 769px pc */

/*====================
.farmer
====================*/
.section__farmer {
    display: flex;
    padding: 40px 4%;
    flex-direction: column;
    align-items: center;
}

.topic__farmer {
    text-align: center;
    font-family: "Kosugi Maru";
    font-size: 2.4rem;
    line-height: 30px; /* 125% */
}

.abocado, .onion {
    display: none;
}

.topic__farmer__txt {
    text-align: center;
    font-size: 2rem;
    line-height: 23px; /* 115% */
}

.topic__farmer__color {
    color: var(--txt-orange);
}

.farmer__img {
    width: 345px;
    height: 230px;
    margin-top: 25px;
}

.farmer__tittle {
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.75;
    width: 290px;
    border-bottom: 1px dashed #499149;
}

.farmer__name {
    text-align: center;
    font-size: 1.5rem;
    line-height: 23px; /* 153.333% */
    margin-top: 20px;
}

.farmer__txt {
    text-align: center;
    font-size: 1.6rem;
    line-height: 23px; /* 143.75% */
    margin-top: 20px;
}

.farmer__txt__container { 
    display: flex;
    width: 345px;
    padding: 20px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    background: rgba(51, 153, 0, 0.20);
    margin-top: 10px;
} 

/* farmer pc */
@media screen and (min-width: 769px) {
    .section__farmer {
        padding: 60px 9% 70px;
        max-width: 1440px;
        margin-inline: auto;
    }

    .topic__farmer {
        font-size: 3.6rem;
        font-weight: 400;
    }

    .farmer__topic__container {
        display: flex;
        align-items: center;
        gap: 20px;
    }

    .topic__farmer__txt {
        font-size: 3rem;
        display: flex;
    }

    .abocado, .onion {
        display: block;
    }

    .abocado {
        width: 100px;
        height: 123px;
    }

    .onion {
        width: 125px;
        height: 116px;
        transform: rotate(90deg);
    }

    .farmer__item {
        position: relative;
    }

    .farmer__item:first-of-type {
        margin-top: 106px;
    }

    .farmer__item:nth-of-type(2) {
        margin-top: 95px;
    }

    .farmer__img {
        width: 450px;
        height: 300px;
        margin: 0;
        position: absolute;
        top: -69px;
        left: -420px;
    }

    .farmer__txt__container {
        width: 600px;
        height: 312px;
        padding: 50px 82px;
        display: block;
        text-align: left;
        margin: 0;
    }

    .farmer__content {
        display: flex;
        flex-direction: column;
        padding-left: 420px;
    }

    .farmer__tittle {
        font-size: 2rem;
        line-height: 31px;
        text-align: left;
        width: 360px;
    }

    .farmer__name {
        font-size: 1.5rem;
        line-height: 23px;
        text-align: left;
        margin-top: 25px;
    }

    .farmer__txt {
        font-size: 1.8rem;
        line-height: 23px;
        text-align: left;
        margin-top: 25px;
    }


} /* 769px pc */

/*====================
.customer
====================*/
.section__customer {
    padding: 40px 4%;
    background: rgba(223, 203, 165, 0.20);
}

.topic__customer {
    font-family: "Kosugi Maru";
    font-size: 2.4rem;
    line-height: 40px;
    text-align: center;
}

.topic__customer__size {
    font-size: 1.7rem;
}

.topic__customer__color {
    color: #F93;
}

.customer__img {
    width: 260px;
    height: 260px;
    margin: 0 auto;
    filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.30));
}

.customer__title {
    font-size: 2rem;
    text-align: center;
    display: block;
    width: 270px;
    border-bottom: 1px solid #000;
}

.customer__name {
    font-size: 1.6rem;
    margin-top: 20px;
}

.customer__txt {
    font-size: 1.6rem;
    line-height: 23px; /* 143.75% */
    margin-top: 20px;
}

.customer__txtBox {
    margin-top: 40px;
    height: 290px;
}

.customer__item {
    width: 350px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.customer__item:first-of-type {
    margin-top: 40px;
}

.customer__content {
    display: flex;
    flex-direction: column;
}


/* slick */


/* slick ボタン編集 */
.dots__tomato {
    display: flex;
    margin-left: 116px;
    margin-right: 116px;
    gap: 20px;
}

.dots__tomato li {
    width: 24px;
    height: 24px;
    margin: 0;
    font-size: 0;
    background-image: url(../images/slide-tomato.png);
    background-repeat: no-repeat;
    background-size: contain;
    opacity: .5;
    transition: .3s;
}

.dots__tomato li.slick-active {
    opacity: 1;
}

/* customer pc */
@media screen and (min-width: 769px) {
    .section__customer {
        padding: 70px 9% 60px;
        max-width: 100%;
        margin-inline: auto;
    }

    .topic__customer {
        font-size: 3.6rem;
        line-height: 45px; /* 125% */
    }

    .topic__customer__size {
        font-size: 3.6rem;
        line-height: 45px; /* 125% */
    }

    .customer__content {
        display: flex;
        flex-direction: row;
        padding: 0 35px;
        margin-top: 50px;
        gap: 30px;
    }

    .customer__item {
        padding: 20px 10px;
        margin: 0;
    }

    .customer__item:first-of-type {
        margin: 0;
    }

    .customer__txt {
        display: block;
        width: 335px;
    }

} /* 769px pc */

/*====================
.question
====================*/
.section__question {
    padding: 50px 4%;
}

.topic__question {
    text-align: center;
    font-size: 3.6rem;
    margin-bottom: 30px;
}

hr {
    border: 1px dashed #499149;
}

.question__q {
    font-size: 1.6rem;
    line-height: 23px; /* 143.75% */
    display: flex;
    align-items: center;
    cursor: pointer;
}

/* summaryの三角iconを消す */
summary {
    display: block;
}
summary::-webkit-details-marker {
    display: none;
}

/* iconを作る */
.question__open {
    color: #499149;
    font-size: 2.4rem;
    line-height: 23px; /* 95.833% */
    margin-right: 15px;
    transition: transform 0.4s;
}

/* アコーディオンが開いてiconを回転させる */
details[open] .question__open {
    transform: rotate(135deg);
}

.question__content {
    margin: 30px 0;
}

.question__answer {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 23px; /* 143.75% */
    margin-top: 20px;
    margin-left: 40px;
}

.question__answer2 {
    font-size: 1.5rem;
    line-height: 23px; /* 153.333% */
    margin-top: 20px;
    margin-left: 40px;
}

/* question pc */
@media screen and (min-width: 769px) {
    .section__question {
        padding: 50px 9%;
        max-width: 1440px;
        margin-inline: auto;
    }

    .topic__question {
        margin-bottom: 50px;
    }

    .question__q {
        font-size: 2rem;
    }

    .question__answer {
        font-size: 1.8rem;
    }

    .question__answer2 {
        font-size: 1.8rem;
    }

    .question__content {
        margin: 40px 0px 40px 115px;

    }

    hr {
        display: block;
        max-width: 1000px;
        margin-inline: auto;
        margin-left: 115px;
    }

} /* 769px pc */

/*====================
.set2
====================*/
.topic__set2 {
    text-align: center;
    font-size: 3rem;
    line-height: 40px; /* 133.333% */
}

.set__line2 {
    display: flex;
    align-items: flex-end;
    gap: 20px;
}

/* set2 pc */
@media screen and (min-width: 769px) {
    .topic__set2 {
        font-size: 4rem;
    }

} /* 769px pc */ 

/*====================
.footer
====================*/
.footer {
    background-image: url(../images/sp-footer.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 90px;
    background-size: cover;
}

.copy {
    color: #FDFDFD;
    text-align: center;
    font-size: 1.2rem;
    line-height: 150%; /* 18px */
    padding-top: 36px;
}

/* footer pc */
@media screen and (min-width: 769px) {
    .footer {
        background-image: url(../images/footer.png);
        background-repeat: no-repeat;
        width: 100%;
        height: 135px;
        background-size: cover;
    }

    .copy {
        padding-top: 58.5px;
    }
}