@charset "UTF-8";

.heroVisual__heading {
    left: 8%;
    right: auto;
    bottom: 19%;
    top: auto;
    text-align: left;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
}

.main {    
    /*background: #dee0de;*/
    background: #d5d7d8;
    color: #373a39;
}

.contents {
    padding: 0;
}

@media screen and (max-width: 768px) {
    .contents {
        padding-bottom: 0;
    }
}

.bottomArea {
    background: #d5d7d8;
}

.en {
    font-family: "Crimson Text", serif;
}

.titJpEn {
    text-align: center;
    margin-bottom: 40px;
    font-weight: 500;
}

.titJpEn span {
    display: block;
}

.titJpEn .en {
    font-size: 35px;
    color: #AD8551;
    letter-spacing: 0.2em;
    line-height: 1;
    margin-bottom: 10px;
}


.titJpEn .jp {
    font-size: 20px;
    letter-spacing: 0.2em;
}


@media screen and (max-width: 768px) {
    .titJpEn {
        margin-bottom: 20px;
    }

    .titJpEn .en {
        font-size: min(6vw, 35px);
    }

    .titJpEn .jp {
        font-size: min(5vw, 20px);
        line-height: 1.6;
    }
}


/* navTab */
.navTab {
    padding: 100px 0 80px;
    max-width: 840px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.navTab a {
    width: 48%;
    line-height: 1;
    text-align: center;
    color: #fff;
    background: #CEB697;
    display: block;
    padding: 20px 0;
    font-family: "Crimson Text", serif;
    font-size: 26px;
    letter-spacing: 0.2em;
    transition: all 0.2s;
}

.navTab a:hover,
.navTab .active {
    background: #AD8551;    
}

.navTab .active {
    pointer-events: none;
}

.navTabBot {
}

@media screen and (max-width: 768px) {
    .navTab {
        padding: 35px 0;
    }

    .navTab a {
        font-size: 20px;
        letter-spacing: 0.1em;
    }
}







/* concept */

.concept {
    margin-bottom: 100px;
    overflow: hidden;
}

.concept .boxTxt {
    margin-bottom: 60px;
}

.concept .boxTxt .mDesc {
    font-size: 16px;
    text-align: center;
    margin-bottom: 60px;
}

.concept .boxTxt .caption {
    position: relative;    
    margin-left: 23%;
    padding-left: 60px;
    font-size: 12px;
}

.concept .boxTxt .caption span {
    position: absolute;
    top: 0;
    left: 0;
}

.concept .listCard {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.concept .listCard .card {
    width: 33%;
}

.concept .cardTop {
    position: relative;
    overflow: hidden;
}

.concept .cardTop > p {
    position: absolute;
    left: 0;
    text-align: center;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    font-size: 75px;
    font-weight: 500;
    line-height: 1;
    color: #fff;
}

.concept .cardBot {
    padding: 5% 8%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.concept .cardBot .colL {
    width: 35%;
}

.concept .cardBot .colL .caption {
    font-size: 12px;
    line-height: 1.4;
    margin-top: 5px;
}

.concept .cardBot .colL .capDistance {
    font-size: 10px;
}

.concept .cardBot .colR {
    width: 62%;
    font-size: 14px;
}

@media screen and (max-width: 768px) {
    .concept {
        margin-bottom: 60px;
    }

    .concept .boxTxt {
        margin-bottom: 40px;
    }

    .concept .boxTxt .mDesc {
        font-size: 14px;
        text-align: left;
        margin-bottom: 20px;
    }

    .concept .boxTxt .caption {
        margin-left: 0;
    }

    .concept .listCard .card {
        width: 100%;
    }

    .concept .cardBot {
        padding: 20px 15px;
    }

    .concept .cardBot .colR {
        font-size: 12px;
    }

    .concept .cardBot .colL .capDistance {
        font-size: min(2.2vw, 10px);
    }
}



/* FACADE DESIGN */
.facade {
    margin-bottom: 100px;
}

.facade .content {
    max-width: 1200px;
}

.facade .building {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.facade .building .colL {
    width: 63%;
}

.facade .building .colR {
    padding-top: 11%;
    width: 34%;
}

.facade .building .colR .mDesc {
    font-size: 14px;
    line-height: 2;
}


.facade .building .colR .mDescMat {
    width: calc(100% + 50px);
}

.facade .building .colR h4 {
    font-weight: 500;
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
    letter-spacing: 0.2em;
}

.facade .building .colR h5 {
    font-size: 20px;
    font-weight: 500;
}

.facade .building .colR figure {
    margin: 40px 0 20px;
}

@media screen and (max-width: 768px) {

    .facade {
        margin-bottom: 60px;
    }

    .facade .building .colL {
        width: 100%;
    }

    .facade .building .colL .caption {
        text-align: right;
    }

    .facade .building .colR {
        width: 100%;
    }

    .facade .building .colR .mDescMat {
        width: 100%;
    }

    .facade .building .colR h4 {
        font-size: min(5.5vw, 20px);
    }
}





/* ENTRANCE */

.entrance {
    overflow: hidden;
    margin-bottom: 100px;
}

.entrance .content {
    max-width: 900px;
}

.entrance .mDesc {
    margin-top: 40px;
}

@media screen and (max-width: 768px) {
    .entrance {
        margin-bottom: 60px;
    }
}


/* COMMON SPACE */

.commonSpace {
    overflow: hidden;
    margin-bottom: 100px;
}

.commonSpace .mDesc {
    margin-top: 20px;
}

.commonSpace .interior {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
}

.commonSpace .interior li {
    width: 49%;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

}

.commonSpace .interior li .colL {
    width: 36%;
}

.commonSpace .interior li .colR {
    width: 60%;
    align-content: flex-end;
}

.commonSpace .interior li .colR h5 {
    font-size: 20px;
    font-weight: 500;
    color: #AD8551;
    margin-bottom: 10px;
}

.commonSpace .interior li .colR p {
    font-size: 13px;
}


@media screen and (max-width: 768px) {
    .commonSpace {
        margin-bottom: 60px;
    }

    .commonSpace .interior li {
        width: 100%;
    }

    .commonSpace .interior li:last-child {
        margin-bottom: 0;
    }

    .commonSpace .interior li .colL {
        padding-top: 5px;
    }

    .commonSpace .interior li .colR h5 {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .commonSpace .interior li .colR p {
        font-size: 12px;
        line-height: 1.6;
    }
}





/* NUNOUS */
.nunous {
    overflow: hidden;
    position: relative;    
    margin-bottom: 100px;
    background: #AD8551;
}

.nunous .content {
    position: relative;
    z-index: 2;
    background: #AD8551;
    color: #fff;
    padding: 80px 10% 80px 0;
}

.nunous .mTit20 {
    color: #fff;
    margin-bottom: 20px;
}

.nunous .mDesc {
    font-size: 14px;
}

.nunous .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.nunous .row01 {
    margin-bottom: 60px;
    padding-bottom: 60px;
    border-bottom: 1px solid #fff;
}
.nunous .row01 .colL {
    width: 62%;
}

.nunous .row01 .colL h3 {
    font-weight: 500;
    margin-bottom: 40px;
    color: #fff;
}

.nunous .row01 .colL .mDesc:not(:last-child) {
    margin-bottom: 20px;
}

.nunous .row01 .colR {
    width: 35%;
}

.nunous .row02 {
    margin-bottom: 40px;
}

.nunous .row02 .mDesc {
    line-height: 1.6;
}

.nunous .row02 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
}

.nunous .row02 ul li {
    width: 49%;
    border-left: 1px solid #000;
    padding: 0 40px;
    color: #000;
}

.nunous .row02 ul li:last-child {
    border-right: 1px solid #000;
}

.nunous .row02 ul li figure {
    min-height: 111px;
    text-align: center;
    margin-bottom: 20px;
}

.nunous .row03 {
    background: #fff;
    padding: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.nunous .row03 p {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    margin-bottom: 10px;
}

.nunous .row03 .colL {
    width: 62%;
}

.nunous .row03 .colR {
    width: 32%;
}

.nunous .row03 .colL ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.nunous .row03 .colL ul li {
    width: 35%;
}

.nunous .row03 .colL ul li:last-child {
    width: 15.5%;
}

.nunous .row03 .colL ul li figure {
    line-height: 0;
}

.nunous .row03 .colR ul li {
    width: 80%;
}



@media screen and (max-width: 768px) {

    .nunous {
        margin-bottom: 60px;
    }

    .nunous .content {
        width: 100%;
        padding: 30px 15px;
    }

    .nunous .mTit20 {
        
    }

    .nunous .row01 {
        margin-bottom: 40px;
        padding-bottom: 40px;
    }

    .nunous .row01 .colL {
        width: 100%;
        margin-bottom: 20px;
    }

    .nunous .row01 .colL h3 {
        margin-bottom: 20px;
    }

    .nunous .row01 .colR {
        width: 100%;
        text-align: center;
    }

    .nunous .row01 .colR figure {
        width: 70%;
        margin: 0 auto;
    }

    .nunous .row02 ul li {
        width: 100%;
        padding: 0 0 40px;
        margin-bottom: 40px;
        border: 0 !important;
        border-bottom: 1px solid #000 !important;
    }

    .nunous .row02 ul li:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: 0 !important;
    }

    .nunous .row02 ul li figure {
        min-height: unset;
    }

    .nunous .row02 ul li figure img {
        max-height: 80px;
    }

    .nunous .row03 {
        padding: 20px;
    }

    .nunous .row03 .colL {
        width: 100%;
    }

    .nunous .row03 .colR {
        width: 100%;
    }

    .nunous .row03 .colR ul li {
        width: 35%;
    }
}












/* architect */
.architect {
    overflow: hidden;
}

.architect .row {
    padding: 80px 0;
    background: #6b6b6b;
    color: #fff;
}

.architect .row:first-child {
    margin-bottom: 40px;
}

.architect .content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
}

.architect .row01 .colL {
    width: 54%;
    padding-bottom: 20px;
}

.architect .row01 .colR {
    width: 44%;
    text-align: center;
}

.architect  h4 {
    font-size: 22px;
    margin-bottom: 40px;
}

.architect .row01 .architectInfo {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.architect .row01 .architectInfo .col01 {
    width: 35%;
}

.architect .row01 .architectInfo .col02 {
    width: 62%;
}

.architect .row01 .architectInfo .companyName {
    line-height: 1;    
}

.architect .row01 .architectInfo .companyDesc {
    margin: 40px 0 20px;
    font-size: 14px;
    line-height: 1.4;
}

.architect .row01 .architectInfo .name p:first-child {
    font-size: 22px;
    line-height: 1;
}

.architect .row01 .architectInfo .name p:last-child {
    font-size: 10px;
    margin-top: 10px;
}

.architect .architectDesc {
    font-size: 14px;
    margin-top: 30px;
}

.architect .row01 .colR figure {
    line-height: 1;
}

.architect .row01 .colR figure:first-child {
    margin-bottom: 10px;
}


.architect .row02 .content {
    align-items: flex-start;
}

.architect .row02 h4 {
    width: 100%;
}

.architect .row02 .colL {
    width: 18.5%;
    position: relative;
}

.architect .row02 .name {
    position: absolute;
    top: 16%;
    right: -100%;
}

.architect .row02 .name p:nth-child(1) {
    font-size: 14px;
}

.architect .row02 .name p:nth-child(2) {
    font-size: 26px;
}

.architect .row02 .name p:nth-child(3) {
    font-size: 18px;
}

.architect .row02 .colR {
    width: 78%;
}

.architect .row02 .colR .img {    
    width: 60%;
    margin: 0 0 0 auto;
    text-align: center;
}

.architect .row02 .colR .img ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.architect .row02 .colR ul li {
    width: 48%;
}

@media screen and (max-width: 768px) {

    .architect h4 {
        margin-bottom: 20px;
    }

    .architect .row {
        padding: 40px 0;
    }

    .architect .row:first-child {
        margin-bottom: 15px;
    }

    .architect .row01 .architectInfo .companyName {
        max-width: 120px;
    }

    .architect .row01 .architectInfo .companyDesc {
        margin: 10px 0;
        font-size: 12px;
    }

    .architect .row01 .architectInfo .name p:first-child {
        font-size: 18px;
    }

    .architect .row01 .architectInfo .col01 {
        align-content: flex-end;
    }

    .architect .architectDesc {
        margin-top: 20px;
    }

    .architect .row01 .colL {
        width: 100%;
    }

    .architect .row01 .colR {
        width: 100%;
    }

    .architect .row02 .colR .img {
        position: static;
    }

    .architect .row02 .colL {
        width: 100%;
        margin-bottom: 20px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }

    .architect .row02 .colL figure {
        width: 35%;
    }

    .architect .row02 .name {
        position: static;
        width: 62%;
    }

    .architect .row02 .name p:nth-child(2) {
        font-size: 22px;
    }

    .architect .row02 .name p:nth-child(3) {
        font-size: 14px;
    }

    .architect .row02 .colR {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

    .architect .row02 .colR .architectDesc {
        width: 100%;
        order: 1;
        margin: 0 0 10px;
    }

    .architect .row02 .colR .img {
        width: 100%;
        order: 2;
    }



}


/*landplan*/
.mTit20 {
    font-size: 20px;
    font-weight: 500;
    color: #AD8551;
    margin-bottom: 10px;
}

.landplan {
    overflow: hidden;
}

.landplan .mDesc {
    line-height: 2;
}

.landplan .row {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #525554;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.landplan .row:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.landplan .row .mDesc {
    font-size: 14px;
}

.landplan .row .mTit20Num {
    position: relative;
    padding-left: 30px;
}

.landplan .row .mTit20 span {
    position: absolute;
    top: 5px;
    left: 0;
    font-size: 14px;
    background: #AD8551;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    color: #fff;
}

.landplan .bgWhite {
    padding: 40px 0;
    background: #ffffff;
}

.landplan .row01 {
    display: block;    
    max-width: 1200px;    
    position: relative;
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.landplan .row01 .titJpEn {
    margin-bottom: 40px;
    position: relative;
    z-index: 3;
}

.landplan .row01 .map {
    z-index: 2;
}

.landplan .row01 .map .photo__capIn {
    bottom: 18%;
    right: 2%;
}

.landplan .verhicle .inner {
    position: relative;    
    width: 60%;
    margin: 0 0 0 auto;    
    z-index: 3;
}

.landplan .verhicle ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
}

.landplan .verhicle ul li {
    width: 32%;
}

.landplan .verhicle ul li {
    display: flex;
    gap: 15px;
    align-items: center;
}

.landplan .verhicle ul li p {
    font-size: 13px;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.4;
}


.landplan .row02 {
    padding-top: 40px;
    margin-top: 40px;
    border-top: 1px solid #525554;
}

.landplan .row02 .colL {
    width: 33%;
}

.landplan .row02 .colR {
    width: 64%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.landplan .row02 .colR .child:nth-child(1) {
    width: 44%;
}

.landplan .row02 .colR .child:nth-child(2) {
    width: 52%;
}

.landplan .row02 .colR .child p.caption {
    margin-top: 10px;
    text-align: justify;
}

.landplan .row03 .col {
    width: 48%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.landplan .row03 .col .mTit20 {
    width: 100%;
}

.landplan .row03 .col figure {
    width: 50%;
    margin-top: 10px;
    line-height: 1;
}

.landplan .row03 .col .mDesc {
    width: 48%;
}

.landplan .row03 .col .mDesc .caption {
    margin-top: 5px;
}

.landplan .row04 .col {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.landplan .row04 .col01  {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #525554;
}

.landplan .row04 .col02 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.landplan .row04 .col02 .colL {
    width: 63%;
}

.landplan .row04 .col02 .colR {
    width: 35%;
}

.landplan .row05 .colL {
    width: 28%;
}

.landplan .row05 .colL figure {
    margin: 28% auto 0;
}

.landplan .row05 .colR {
    width: 70%;
}

.landplan .row05 .line {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-family: 'Noto Sans JP', sans-serif;
}

.landplan .row05 .line .col01 {
    width: 19%;
    text-align: center;
    position: relative;
}

.landplan .row05 .line .col01::after {
    content: '';
    display: block;
    border-color: transparent;
    border-style: solid;
    width: 0;
    height: 0;
    line-height: 0;
    position: absolute;
    right: -25px;
    top: 82px;
    border-width: 10px 0 10px 15px;
    border-top-color: transparent;
    border-left-color: #525554;
}

.landplan .row05 .line .col01 p {
    margin-bottom: 10px;
    font-size: 12px;
}

.landplan .row05 .line .col02 {
    width: 75%;
    text-align: center;
}

.landplan .row05 .line .titLine {
    font-size: 22px;
    margin-bottom: 10px;
}

.landplan .row05 .line ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.landplan .row05 .line ul li {
    width: 32%;
}

.landplan .row05 .line ul li .bg {
    color: #fff;
    border-radius: 20px;
    font-size: 14px;
    background: #525554;
    padding: 20px 0;
}

.landplan .row05 .line .captionBg {
    color: #fff;
    background: #525554;
    margin-top: 20px;
    padding: 5px;
    font-size: 14px;
}

.landplan .row05 .line01 {
    margin-bottom: 10px;
}

.landplan .row06 .colL {
    width: 32%;
}

.landplan .row06 .colR {
    width: 66%;
}

.landplan .row06 .colR .listImg {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}

.landplan .row06 .colR .listImg li {
    width: 48%;
}

.landplan .row06 .colR .listImg::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    line-height: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);

    border-style: solid;
    border-color: transparent;
    border-top-color: transparent;
    border-left-color: #184f25;
    border-width: 7px 0 7px 12px;
}

.landplan .row06 .colR .listTxt {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}

.landplan .row06 .colR .listTxt li {
    width: 33%;
    background: #1b5928;
    color: #fff;
    text-align: center;
    padding: 5px;
    font-size: 14px;
}

.landplan .row06 .colR .listTxt li span {
    color: #faee00;

}

@media screen and (max-width: 768px) {
    
    .mTit20 {
        font-size: min(5vw, 18px);
    }

    .landplan .bgWhite {
        padding: 35px 0;
    }
    
    .landplan .row {
        padding-bottom: 40px;
        margin-bottom: 40px;
    }

    .landplan .row .mTit20 span {
        top: 3px;
    }

    .landplan .row01 {
        padding-bottom: 0;
    }

    .landplan .row01 .map .photo__capIn {
        right: 0;
        bottom: 0;
    }


    .landplan .verhicle {
        width: calc(100% - 30px);
        margin: 0 auto;
    }

    .landplan .verhicle .inner {
        width: 100%;
    }

    .landplan .verhicle ul li {
        width: 100%;
        margin-bottom: 20px;
    }

    .landplan .verhicle ul li:last-child {
        margin-bottom: 0;
    }

    .landplan .verhicle ul li figure {
        width: 72px;
        text-align: center;
    }

    .landplan .verhicle ul li p br {
        display: none;
    }

    .landplan .row02 {
        padding-top: 40px;
    }

    .landplan .row03 .col figure {
        margin-top: 0;
    }

    .landplan .colL {
        width: 100% !important;
        margin-bottom: 20px;
    }

    .landplan .colR {
        width: 100% !important;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .landplan .col {
        width: 100% !important;
        margin-bottom: 40px;
    }

    .landplan .col:first-child figure {
        width: 60% !important;
    }

    .landplan .col:last-child {
        margin-bottom: 0;
    }

    .landplan .col .mDesc {
        order: 2 !important;
        width: 100% !important;
    }

    .landplan .col figure {
        order: 1 !important;
        width: fit-content !important;
        margin: 0 auto 20px;
    }

    .landplan .row02 .colR .child {
        width: 100% !important;
    }

    .landplan .row02 .colR .child:not(:last-child) {
        margin-bottom: 20px;
    }

    .landplan .row05 .line .col01 {
        width: 100%;
        margin-bottom: 40px;
    }

    .landplan .row05 .line .col01 figure {
        max-width: 150px;
        width: 100%;
        margin: 0 auto;
    }

    .landplan .row05 .line .col01::after {
        left: 0;
        right: 0;
        margin: 0 auto;
        top: auto;
        bottom: -30px;
        border-color: transparent;
        border-top-color: #525554;
        border-width: 15px 10px 0;

    }

    .landplan .row05 .line .col02 {
        width: 100%;
    }

    .landplan .row05 .line ul li .bg {
        font-size: min(3vw, 12px);
        line-height: 1.4;
    }

    .landplan .row05 .line .titLine {
        font-size: 12px;
    }

    .landplan .row05 .colL figure {
        width: 70%;
        margin-top: 20px;
    }

    .landplan .row06 .colR .listImg::after {
        border-style: solid;
        border-color: transparent;
        border-color: transparent;
        border-top-color: #184e25;
        border-width: 12px 7px 0;
    }

    .landplan .row06 .colR .listImg li {
        width: 100%;
    }

    .landplan .row06 .colR .listImg li:not(:last-child) {
        margin-bottom: 40px;
    }

    .landplan .row06 .colR .listTxt li {
        width: 100%;
    }

    .landplan .row06 .colR .listTxt li:not(:last-child) {
        margin-bottom: 10px;
    }
}





/* coach */
.coach {
    margin-bottom: 80px;
}

.coach .titJpEn {
    margin-bottom: 20px;
}

.coach .mDesc {
    margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
    .coach .mDesc {
        text-align: left;
        margin-bottom: 20px;
    }
}



/* planting */

.planting {
    padding: 80px 0 0;
    overflow: hidden;
    background: #dee0de;
}

.planting .titJpEn {
    margin-bottom: 0;
}

.planting .mapPlant {
    position: relative;
    margin-bottom: 60px;
}

.planting .mapPlant picture {
    display: block;
    width: 75%;
}

.planting .mapPlant .mDesc {
    position: absolute;
    top: 23%;
    right: 0;
}

.planting .listScene {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
}

.planting .sceneItem {
    width: 48%;
    margin-bottom: 40px;
}

.planting .sceneItem:last-child {
    width: 100%;
    margin-bottom: 0;
}

.planting .sceneItem .titScene {
    color: #AD8551;
    font-size: 21px;
    font-weight: 500;
}

.planting .sceneItem ul {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.planting .sceneItem ul li {
    width: 32%;
    max-width: 161px;
}

.planting .sceneItem:last-child ul {
    justify-content: flex-start;
    gap: 10px;
}

@media screen and (max-width: 768px) {
    
    .planting {
        padding: 60px 0 0;
    }

    .planting .titJpEn {
        margin-bottom: 20px;
    }

    .planting .mapPlant {
        margin-bottom: 40px;
    }

    .planting .mapPlant picture {
        display: block;
        width: 100%;
        margin-bottom: 20px;
    }

    .planting .mapPlant .mDesc {
        position: static;
    }

    .planting .listScene {
        width: 100%;
    }

    .planting .sceneItem {
        width: 100%;
    }

    .planting .sceneItem ul {
        justify-content: flex-start;
        gap: unset !important;
    }

    .planting .sceneItem ul li {
        width: 32% !important;
        margin: 0 2% 2% 0 !important;
        max-width: unset !important;
    }

    .planting .sceneItem ul li:nth-child(3n) {
        margin-right: 0 !important;
    }


}