/* ------- state ---------- */
.flex-wrapper{
    display: flex;
    flex-wrap: wrap;
}
.has-gap{
    gap: 32px;
}
.col-2{
    width: 50%;
}
.col-3{
    width: calc(100%/3);
}
.has-gap >.col-2{
    width: calc(50% - 16px);
}
@media screen and (max-width: 767px) {
    .has-gap{
        gap: 20px;
    }
    .col-2{
        width: 100%;
    }
    .has-gap >.col-2{
        width: calc(100% - 10px);
    }
}
.kerning{
    letter-spacing: .3rem;
}
.font-palt{
    font-feature-settings: "palt";
}
.font-en{
    font-size: 110%;
    letter-spacing: .2rem;
}
.text-center{
    text-align: center;
}
.text-right{
    text-align: right;
}
.text-left{
    text-align: left;
}
.large-text{
    font-size: 150%;
}
.small-text{
    font-size: 80%;
}
.fit-img{
    width: 100%;
    height: auto;
    vertical-align: middle;
}
.has-max{
    max-width: 100%;
    height: auto;
}
.pc-none{
    display: none;
}
.sp-none{
    display: block;
}
.inline-block{
    display: inline-block;
}
@media screen and (max-width: 767px) {
    .pc-none{
        display: block;
    }
    .sp-none{
        display: none;
    }
}
.secondary-heading{
    margin: 0 auto 50px;
    font-size: 2.9rem;
    letter-spacing: .15rem;
    line-height: 1.7;
    position: relative;
    z-index: 2;
}
@media screen and (max-width: 767px) {
    .secondary-heading{
        margin-bottom: 40px;
        font-size: 4.4vw;
    }
}
.tertiary-heading{
    margin-bottom: 35px;
    font-size: 3.1rem;
    font-weight: 400;
    letter-spacing: .5rem;
    line-height: 1.6;
    position: relative;
    z-index: 2;
}
.tertiary-heading .font-en{
    margin-right: 10px;
}
@media screen and (max-width: 767px) {
    .tertiary-heading{
        margin: 0 auto 16px;
        font-size: 4.6vw;
        letter-spacing: .15rem;
        line-height: 1.3;
    }
    .tertiary-heading .font-en{
        margin-right: 6px;
    }
}
.quaternary-heading{
    font-size: 2.35rem;
    letter-spacing: .15rem;
}
@media screen and (max-width: 767px) {
    .quaternary-heading{
        font-size: 4.2vw
    }
}
.is-bold{
    font-weight: 600;
}
.is-alert{
    color: #dc143c;
}
.is-green{
    color: #97c14a;
}
.is-green2{
    color: #4d7a0c;
}
.is-green3{
    color: #699e1c;
}
.is-green4{
    color: #2fadaf;
}
.is-brown{
    color: #c8b384;
}
.is-brown2{
    color: #aea064;
}
.is-blue{
    color: #72bce3;
}
.is-blue2{
    color: #78c0e5;
}
.is-yellow{
    color: #c1ba40;
}
.note{
    margin: 10px 0;
    /* font-size: clamp(1.6rem, 1.5rem + 0.22vw, 1.9rem); */
    font-size: 1.6rem;
    letter-spacing: .15rem;
    line-height: 2.5;
    position: relative;
    z-index: 2;
}
.caption{
    margin: 10px 0;
    font-size: 12px;
}
@media screen and (max-width: 767px) {
    .note{
        font-size: 1.2rem;
        line-height: 2;
        letter-spacing: 0;
    }
    .caption{
        font-size: 10px;
    }
}

/* ------- freeContents ---------- */

#freeContentsArea{
    background-color: #f5f2e9;
    overflow-x: hidden;
}
.commonKeyvisual{
    width: 100%;
    height: auto;
    background-color: #fff;
    aspect-ratio: 1920 / 1827;
}
.commonKeyvisual::after{
    content: '';
    width: 100%;
    height: 30vw;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #f5f2e9;
}
.commonKeyvisual .imagearea{
    background-image: url(../images/kv.webp);
}
.commonKeyvisual .imagearea:after{
    content: none;
}
.commonKeyvisual .textArea{
    top: 11%;
    left: 50%;
    transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
    .commonKeyvisual .imagearea{
        padding: 0;
    }
    .commonKeyvisual .textArea{
        position: absolute;
        background-color: transparent;
    }
}
@media screen and (max-width: 767px) {
    .commonKeyvisual{
        aspect-ratio: 1124 / 1413;
    }
    .commonKeyvisual .imagearea{
        background-image: url(../images/kv-sp.webp);
    }
    .commonKeyvisual .textArea{
        top: 3%;
    }
    .note{
        text-align: justify;
        word-break: break-all;
        text-justify: inter-ideograph;
        text-justify: inter-character;
    }
}
.commonKeyvisual .textArea .title{
    max-width: 100%;
}
.commonKeyvisual .textArea .title img{
    width: 650px;
    min-width: 265px;
    width: 42vw;
}
.commonKeyvisual .textArea .lead{
    margin-bottom: 26px;
}
.commonKeyvisual .textArea .lead img{
    /* width: 135px; */
    min-width: 68px;
    width: 9vw;
}
.commonWrapper{
    max-width: 1100px;
    width: 90%;
    position: relative;
}
.commonSection.lgs-01,
.commonSection.lgs-02,
.commonSection.lgs-03,
.commonSection.lgs-04,
.commonSection.lgs-05{
    margin-bottom: 135px;
}
.stories-lead{
    position: absolute;
    bottom: 5.5%;
    left: 50%;
    transform: translateX(-50%);
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    z-index: 5;
    font-size: 3rem;
    font-size: 2vw;
    letter-spacing: .6rem;
    line-height: 2.2;
}
@media screen and (max-width: 950px) {
    .commonKeyvisual .textArea .lead{
        margin-bottom: 11px;
    }
    .stories-lead {
        bottom: 4%;
        font-size: 2.3vw;
        letter-spacing: 0.1rem;
    }
}
@media screen and (max-width: 767px) {
    .commonSection.lgs-01,
    .commonSection.lgs-02,
    .commonSection.lgs-03,
    .commonSection.lgs-04{
        margin-bottom: 80px;
    }
    .commonSection.lgs-05{
        margin-bottom: 35px;
    }
    .commonSection.lgs-06{
        margin-top: 35px;
    }
    .intro .commonWrapper{
        width: 80%;
    }
}
@media screen and (max-width: 360px) {
    .commonKeyvisual .textArea .lead{
        margin-bottom: 3px;
    }
    .commonKeyvisual .textArea .title img{
        min-width: 245px;
    }
}
.logo-wrap{
    margin: 80px auto 140px;
    max-width: 560px;
    width: 100%;
}
.contents-cards{
    padding: 120px 80px 80px;
    background-color: #fff;
    border-radius: 160px;
    position: relative;
}
.contents-cards::before{
    content: '';
    width: 92px;
    height: 123px;
    position: absolute;
    top: -56px;
    left: 50%;
    transform: translateX(-50%);
}
.contents-cards .note{
   margin-bottom: 60px;
}
/* .contents-cards .note.lead{
   font-size: 1.3rem;
} */
@media screen and (max-width: 767px) {
    .logo-wrap{
        margin: 38px auto 66px;
        width: 80%;
    }
    .contents-cards{
        padding: 52px 24px 30px;
        border-radius: 56px;
    }
    .contents-cards::before{
        width: 32px;
        height: 43px;
        top: -19px;
    }
    .contents-cards .note{
        margin-bottom: 20px;
        padding: 0 20px;
    }
}
.lgs-01 .contents-cards{
    border: 1.5px solid #669832;
}
.lgs-01 .contents-cards::before{
    background: url(../images/leaf-01.webp) no-repeat center/ cover;
}
.lgs-02 .contents-cards{
    border: 1.5px solid #34a5ab;
}
.lgs-02 .contents-cards::before{
    background: url(../images/leaf-02.webp) no-repeat center/ cover;
}
.lgs-02 .contents-cards .note{
    margin-bottom: 20px;
}
.lgs-03 .contents-cards{
    padding: 120px 0;
    border: 1.5px solid #74b9db;
}
.lgs-03 .contents-cards::before{
    background: url(../images/leaf-03.webp) no-repeat center/ cover;
}
.lgs-04 .contents-cards{
    padding: 120px 0 80px;
    border: 1.5px solid #c0bc42;
}
.lgs-04 .contents-cards::before{
    background: url(../images/leaf-04.webp) no-repeat center/ cover;
}
.lgs-04 .contents-cards .note{
    margin-bottom: 40px;
}
.lgs-03 .contents-cards .lead,
.lgs-04 .contents-cards .lead{
    padding: 0 80px
}
.lgs-05 .contents-cards{
    border: 1.5px solid #aea165;
}
.lgs-05 .contents-cards::before{
    background: url(../images/leaf-05.webp) no-repeat center/ cover;
}
.slider-wrapper{
    position: relative;
}
.lgs-slider{
    margin: 0 auto;
    width: 58%;
    position: relative;
}
.lgs-slider .slide-item{
    margin: 0 40px;
    cursor: pointer;
}
.lgs-slider .slick-arrow{
    display: none!important;
}
.lgs-slider .slick-list{
    overflow: visible;
}

@media screen and (min-width: 2000px) {
    .lgs-slider{
        width: 65%;
    }
}
@media screen and (max-width: 767px) {
    .lgs-slider{
        width: 96%;
    }
    .lgs-slider .slide-item{
        margin: 0 16px;
    }
    .lgs-02 .contents-cards .note{
        margin-bottom: 0;
    }
    .lgs-03 .contents-cards{
        padding: 52px 0 72px;
    }
    .lgs-04 .contents-cards{
        padding: 52px 0 30px;
    }
    .lgs-04 .contents-cards .note{
        margin-bottom: 16px;
    }
    .lgs-03 .contents-cards .tertiary-heading,
    .lgs-04 .contents-cards .tertiary-heading{
        padding: 0 24px
    }
    .lgs-03 .contents-cards .lead,
    .lgs-04 .contents-cards .lead{
        padding: 0 44px
    }
    .lgs-05 .contents-cards{
        padding-bottom: 40px;
    }
}
.standard-wrap:first-child{
    margin-bottom: 10px;
}
.standard-wrap{
    margin-bottom: 40px;
    padding: 0 80px;
}
.standard-list.has-gap{
    column-gap: 48px;
    row-gap: 8px;
}
.standard-list.has-gap >.col-2{
    width: calc(50% - 24px);
}
.list-mt{
    margin-top: -8.5%;
}
.standard-list2.has-gap{
    gap: 48px;
}
.heading-wrap{
    margin-bottom: 30px;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}
.heading-border{
    width: 82%;
    height: 1px;
    background-color: #595757;
}
.standard-wrap:nth-of-type(2) .heading-border{
    width: 87%;
}
.standard-img-wrap{
    padding: 0 80px;
}
@media screen and (max-width: 1024px) {
    .heading-border{
        width: 78.5%;
    }
    .standard-wrap:nth-of-type(2) .heading-border{
        width: 85%;
    }
}
@media screen and (max-width: 920px) {
    .heading-border{
        width: 69.5%;
    }
    .standard-wrap:nth-of-type(2) .heading-border{
        width: 79%;
    }
}
@media screen and (max-width: 767px) {
    .list-mt{
        margin-top: -1%;
    }
    .list-mt2{
        margin-top: 7%;
    }
    .standard-list.has-gap{
        gap: 0;
    }
    .standard-list.has-gap >.col-2{
        width: 100%;
    }
    .heading-wrap{
        margin-bottom: 7px;
    }
    .heading-border{
        width: 62%;
    }
    .standard-wrap:nth-of-type(2) .heading-border{
        width: 74%;
    }
    .standard-wrap{
        margin-bottom: 40px;
        padding: 0 24px;
    }
    .standard-img-wrap{
        padding: 0;
    }
}
.lgs-heading{
    margin: 0 auto 20px;
    padding: 6px 0 2px;
    max-width: 440px;
    width: 100%;
    background-color: #c1ba40;
    color: #fff;
    font-size: 2.2rem;
    letter-spacing: .2rem;
    border-radius: 30px;
}
.landscape-contents{
    margin: 0 auto;
    max-width: 560px;
    width: 100%;
    display: none;
}
.landscape-contents.is-active{
    display: block;
    animation: fadeIn 1.6s ease-in-out;
}
@keyframes fadeIn{
    0%,10%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}
.landscape-wrap{
    padding: 0 80px;
}
.landscape-wrap2{
    padding: 0;
}
.lgs-04 .landscape-wrap .note{
    margin: 10px 0 .4em;
    padding: 0;
    font-size: 1.6rem;
    line-height: 1.6;
}
@media screen and (max-width: 767px) {
    .lgs-heading{
        margin-bottom: 14px;
        padding: 4px 4px 2px;
        font-size: 3.8vw;
    }
    .landscape-wrap {
        padding: 0 24px;
    }
    .landscape-wrap2{
        padding: 0;
    }
    .landscape-wrap2 .landscape-tab{
        width: calc(100% - 48px);
    }
    .lgs-04 .landscape-wrap .note{
        font-size: 1.2rem;
        text-align: center;
    }
}
.landscape-tab{
    margin: 22px auto 38px;
    max-width: 580px;
    width: 100%;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
.landscape-tab.has-gap{
    gap: 20px;
}
.tab-item{
    padding: 10px 0 8px;
    width: calc(50% - 10px);
    background-color: #eeeeef;
    border-radius: 30px;
    letter-spacing: .15rem;
    cursor: pointer;
    position: relative;
    transition: all .3s ease-in-out;
}
.tab-item::before{
    content: '';
    position: absolute;
    top: 15px;
    left: 22px;
    border-style: solid;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 12px solid #d2d2d2;
    border-top: 0;
}
.tab-item:hover,
.tab-item.is-active{
    background-color: #54a135;
    color: #fff;
}
.tab-item.is-active::before,
.tab-item:hover::before{
    border-bottom: 12px solid #fff;
}
@media screen and (max-width: 767px) {
    .landscape-tab{
        margin: 8px auto 32px;
    }
    .landscape-tab.has-gap{
        gap: 10px;
    }
    .tab-item{
        padding: 7px 0 5px;
        width: calc(50% - 5px);
        font-size: 1rem;
        letter-spacing: .1rem;
    }
    .tab-item::before{
        top: 10px;
        left: 9px;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
        border-bottom: 7.5px solid #d2d2d2;
    }
    .tab-item.is-active::before,
    .tab-item:hover::before{
        border-bottom: 7.5px solid #fff;
    }
}
@media screen and (max-width: 375px) {
    .tab-item{
        font-size: .9rem;
    }
    .tab-item::before{
        top: 10px;
        border-right: 3px solid transparent;
        border-left: 3px solid transparent;
        border-bottom: 6px solid #d2d2d2;
    }
    .tab-item.is-active::before,
    .tab-item:hover::before{
        border-bottom: 6px solid #fff;
    }
}
.contents-max .landscape-contents{
    max-width: 100%;
}
.phase-list-wrap{
    flex-direction: column;
    gap: 24px;
}
.phase-list{
    margin: 0 auto;
    max-width: 880px;
    flex-wrap: nowrap;
    justify-content: center;
}
.phase-item{
    position: relative;
    filter: drop-shadow(6px 6px 6px rgba(50, 93, 47, .4));
}
.phase-01{
    margin-right: -5%;
    z-index: 3;
}
.phase-02{
    z-index: 2;
}
.phase-03{
    margin-left: -6%;
    z-index: 1;
}
.phase-img-list{
    margin: 0 auto;
    max-width: 830px;
    flex-direction: row;
    gap: 40px;
}
.phase-img-list li{
    width: calc(calc(100% / 3) - calc(80px / 3));
}
.lgs-text-box{
    padding: 62px 45px 48px;
    border: 1.5px solid #231815;
}
.lgs-text-box .logo-wrap{
    margin: 0 auto 25px;
    max-width: 440px;
    width: 100%;
}
.lgs-text-box .note{
    font-size: 1.4rem;
    line-height: 2.2;
}
@media screen and (max-width: 767px) {
    .phase-list-wrap{
        margin-top: 35px;
        flex-direction: row;
        flex-wrap: nowrap;
        gap: 12px;
    }
    .phase-list,
    .phase-img-list{
        flex-direction: column;
    }
    .phase-list{
        width: calc(45% - 6px);
    }
    .phase-01{
        margin-right: 0;
    }
    .phase-02,
    .phase-03{
        margin-top: -22%;
    }
    .phase-03{
        margin-left: 0;
    }
    .phase-img-list{
        width: calc(60% - 6px);
        gap: 12px;
    }
    .phase-img-list li{
        width: 100%;
    }
    .lgs-text-box{
        padding: 44px 38px 32px;
    }
    .lgs-text-box .note{
        font-size: 1.2rem;
    }
}

/* ----------- BTF Animation ------------ */
.btf-a,
.btf-b,
.btf-c,
.btf-d{
    padding-top: 6%;
    max-width: 150px;
    width: 9%;
    position: absolute;
    z-index: 5;
}
.btf-d{
    padding-top: 7%;
}
.btf-a{
    background: url(../images/btf-a.webp) no-repeat center center/ cover;
}
.btf-b{
    background: url(../images/btf-b.webp) no-repeat center center/ cover;
}
.btf-c{
    background: url(../images/btf-c.webp) no-repeat center center/ cover;
}
.btf-d{
    background: url(../images/btf-d.webp) no-repeat center center/ cover;
    animation: Flow infinite 1s ease-in-out;
}
/* .btf-d.is-animation{
    background: url(../images/btf-d.webp) no-repeat center center/ cover;
    animation: Flow infinite 1s ease-in-out;
} */
@keyframes Flow{
    0%, 100%{
        transform: translateY(-40px) scale(1.4) rotate(47deg);
    }
    50%{
        transform: translateY(0) scale(1.4) rotate(47deg);
    }
}
@media screen and (max-width: 767px) {
    @keyframes Flow{
        0%, 100%{
            transform: translateY(-20px) scale(1.4) rotate(47deg);
        }
        50%{
            transform: translateY(0) scale(1.4) rotate(47deg);
        }
    }
}
.btf-01{
    top: 5%;
    left: 3%;
    transform: scale(.6) rotate(60deg);
}
.btf-02{
    top: 26%;
    left: 13%;
    transform: scale(1) rotate(70deg);
}
.btf-03{
    top: 46%;
    left: 34%;
    transform: scale(.5) rotate(-50deg);
}
.btf-04{
    top: 43%;
    left: 58%;
    transform: scale(.6) rotate(30deg);
}
.btf-05{
    top: 31.5%;
    right: 6%;
    transform: scale(.6) rotate(-60deg);
}
.btf-06{
    top: -6.5%;
    right: 22.5%;
    transform: scale(.8) rotate(-35deg);
}
.btf-07{
    top: 45%;
    right: 1.5%;
    transform: scale(1.3) rotate(-38deg);
}
.btf-08{
    bottom: 10%;
    left: 1.5%;
    transform: scale(.8) rotate(63deg);
}
.btf-09{
    bottom: -2.5%;
    left: -3%;
    transform: scale(.8) rotate(30deg);
}
.btf-10{
    top: 18%;
    right: -1.1%;
    transform: scale(1.3) rotate(-35deg);
}
.btf-11{
    top: 37%;
    right: -1.5%;
    transform: scale(1.3) rotate(-35deg);
}
.btf-12{
    top: 53%;
    left: -3%;
    transform: scale(.8) rotate(30deg);
}
.btf-13{
    top: 16%;
    right: 9%;
    transform: scale(.8) rotate(-35deg);
}
.btf-14{
    bottom: 40%;
    left: -4%;
    transform: scale(1.3) rotate(30deg);
}
.btf-15{
    bottom: -2%;
    right: 24%;
    transform: scale(1) rotate(-30deg);
}
.btf-16{
    top: 25%;
    right: 14%;
    transform: scale(1) rotate(-40deg);
}
.btf-17{
    bottom: -.5%;
    left: 3%;
    transform: scale(.8) rotate(30deg);
}
.btf-18{
    top: 23.5%;
    left: 21%;
    transform: scale(1.4) rotate(47deg);
}

@media screen and (max-width: 767px) {
    .btf-01{
        top: 13%;
        left: 9%;
        transform: scale(1) rotate(60deg);
    }
    .btf-02{
        top: 51%;
        left: 28%;
        transform: scale(1) rotate(30deg);
    }
    .btf-03{
        top: 61%;
        left: 39%;
    }
    .btf-04{
        top: 54%;
        left: 61%;
    }
    .btf-05{
        top: 26.5%;
        right: 6%;
        transform: scale(1) rotate(-45deg);
    }
    .btf-06{
        top: -5.5%;
        right: 12.5%;
        transform: scale(1.3) rotate(-35deg);
    }
    .btf-07{
        top: 83%;
        right: 4.5%;
        transform: scale(1.7) rotate(-36deg);
    }
    .btf-08{
        bottom: inherit;
        top: 15%;
        left: 11.5%;
        transform: scale(1.3) rotate(60deg);
    }
    .btf-09{
        bottom: -2.5%;
        left: 8%;
        transform: scale(1.6) rotate(30deg);
    }
    .btf-10{
        top: 11.5%;
        right: 9.5%;
        transform: scale(1.3) rotate(-35deg);
    }
    .btf-11{
        top: inherit;
        bottom: -.6%;
        right: 14%;
        transform: scale(1.3) rotate(-35deg);
    }
    .btf-12{
        top: inherit;
        bottom: 17.9%;
        left: 16%;
        transform: scale(1.7) rotate(30deg);
    }
    .btf-13{
        top: 8%;
        right: 7.5%;
        transform: scale(1.4) rotate(-35deg);
    }
    .btf-14{
        bottom: .5%;
        left: 8%;
        transform: scale(1.6) rotate(30deg);
    }
    .btf-15{
        display: none;
    }
    .btf-16{
        top: 22.8%;
        right: 16.5%;
        transform: scale(1.5) rotate(-35deg);
    }
    .btf-17{
        bottom: 7.8%;
        left: 10%;
        transform: scale(1.5) rotate(32deg);
    }
    .btf-18{
        top: 28%;
        left: 16%;
        transform: scale(1.6) rotate(47deg);
    }
}