@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

html {
    font-family: fot-tsukuaoldmin-pr6n, sans-serif;
    font-style: normal;
    font-weight: 300;
}
*,*::before,*::after{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
a{
    color: #1F2F15;
    text-decoration: none;
}
body {
  overflow-x: hidden;
  color: #1F2F15;
}
.sp-only{
    display: none;
}
ul{
    list-style: none!important;
}
.fv{
    display: flex;
}
.fv__img{
    flex-basis: 56%;
    width: 767px;
}
.fv__img img{
    width: 100%;
    height: 100%;
}
.fv__text{
    flex-basis: 45%;
    background-color: #636F63;
    padding-top: 13vw;
    padding-left: 6.7vw;
    position: relative;
}
.fv__text::after{
    content:"";
    width:  33%;
    height: 50%;
    background: url(img/fv-leaf.png) no-repeat center/contain;
    position: absolute;
    bottom: 5%;
    right: 8%;
}
.ff-en{
    font-family: "Cormorant Garamond", serif;
    font-weight: 400;
    font-style: italic;
}
.ff-ja{
    font-family: "Shippori Mincho", serif;
}
.fv__textMain{
    color: #fff;
    font-size: max(4.2vw,44px);
    letter-spacing: .026em;
    font-style: italic;
    line-height: 1.45;
    margin-bottom: 49px;
    
}

.fv__textSub{
    color: #fff;
    font-size: max(1.4vw,20px);
    font-weight: 500;
    letter-spacing: .09em;
    line-height: 2.2;
    display: inline-block;
}

.sp-fv{
    display: none;
}
.concept{
    padding-top: 120px;
    padding-bottom: 178px;
}
.container{
    max-width: 1148px;
    padding-left: 50px!important;
    padding-right: 50px!important;
    margin: auto;
}
.concept__inner{
    display: flex;
    column-gap: 60px;
}
.concept__innerHidari{
    flex-basis: 38%;
}
.concept__innerHidariTitle, .service__titleEn{
    color: #1F2F15;
    font-style: italic;
    font-size: 42px;
    display: flex;
    column-gap: clamp(20px, 3.6vw, 50px);
    align-items: center;
}
.concept__innerHidariTitle::after, .service__titleEn::after{
content: '';
display: inline-block;
width: 10px;
height: 1px;
background-color: #576E66;
flex-grow: 1;

}
.concept__innerHidariText{
    color: #2B3A21;
    font-size: 20px;
    letter-spacing: 0.09em;
    line-height: 2.2;
    margin-top: 48px;
    position: relative;
}
.concept__innerHidariText::after{
    content:url(img/leaf-green.png);
    width: 100px;
    height: 100px;
    display: inline-block;
    position: absolute;
    bottom: 37px;
    right: 172px;
    transform: scale(.5);
}

.concept__innerMigi{
    flex-basis: 62%;
    letter-spacing: 0.05em;
    font-size: 14px;
    line-height: 2.3;
    font-weight: 300;
}
.btn{
    margin-top: 48px;
    text-align: right;
    padding-right: 45px;
    cursor: pointer;
}
.btn__text{
    font-family: "Cormorant Garamond", serif;
    font-weight: 400;
    font-size: 20px;
    font-style: italic;
    position: relative; 
    display: inline-block;
    letter-spacing: .048em;
    line-height: 1;
}
.btn__text::before{
    content: '';
    display: inline-block;
    width: 124px;
    height: 2px;
    background-color: #636f63;
    position: absolute;
    bottom: -10px;
    left: 37px;
    transition: all 0.5s;
    z-index: 1;
    transform: scale(1,1);
    transform-origin: right;
    
}
.btn__text::after{
    content: '';
    display: inline-block;
    width: 171px;
    height: 2px;
    background-color: #BCC6C2;
    position: absolute;
    bottom: -10px;
    left: -10px;
    
}
a:hover::before{
    /* width: 171px; */
    transform: scale(0,0);
}
.concept__btnText::before{
    width: 124px;
}

.circle{
    position: relative;
}
.circle::after{
    content:'';
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    /* border-radius: 50%; */
    position: absolute;
    top: 10px;
    right: -43px;
    border: 1px solid #566E66;
    /* transition: transform 1s; */
    transition:all 1s .3s;
}
a:hover .circle::after{
    background-color: #fff;
    border: 1px solid #BCC6C2;
    transform: rotate(360deg);
    border-radius: 20px;
}
.gallery{
    height: max(397px, 22vw);
    background-image: url(img/gallery-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: clamp(100px, 20vw, 550px)!important;
    padding-top: 97px;
    
}

.gallery__main{
    position: relative;
    width: 100%;
    height: 297px;
}
.gallery__mainSite{
    position: absolute;
    width: clamp(490px, 43.5%, 42%);
    top: 0;
    left: 23%;
    box-shadow: 2px 5px 15px #00000013;
}
.gallery__mainShadow{
    position: absolute;
    width: 14%;
    top: 247px;
    left: 63%;
    box-shadow: -13px -13px #fff, 44px 31px #636F63;
}
.gallery__mainMigi{
    position: absolute;
    top: -164px;
    right: 0;
    width: 22.5%;
}
.gallery__mainHidari{
    position: absolute;
    top: 202px;
    left: 0;
    width: 18%;
    box-shadow:-120px -135px #636F63;
}

.section{
    width: 100%;
    position: relative;
}
.service::before {
    content: "";
    width: 18%;
    height: 212px;
    background: url(img/leaf-green2.png) no-repeat center / contain;
    position: absolute;
    top: -97px;
    left: -59px;
}
.section__title{
    padding-bottom: 76px;
}
.section__titleEn{
    margin-bottom: 8px;
    font-size: 50px!important;
    line-height: 1.3;
  
    font-weight: 300;
    display: flex;
    align-items: center;
    column-gap: 40px;
}
.section__titleEn::after{
    content:'';
    width: 10px;
    height: 1px;
    background-color: #576E66;
    flex-grow: 0.14;
}
.section__titleJa{
    font-size: 14px;
    letter-spacing: 0.1em;
}

.green{
    background-color: #636F63;
    
}
.green__inner{
    display: flex;
    justify-content: space-between;
    padding-top: 69px;width: 80%;
    max-width: 1120px;
    margin: 0 auto;
}
.green__innerText{
    flex-basis: 43%;
    color: #fff;
}
.green__innerImg{
    flex-basis: 50%;
    position: relative;
}
.green__innerImg img{
    width: 100%;
    position: absolute;
    top: -129px;
}
.green__innerTextTitle{
    font-family: "Cormorant Garamond", serif;
    font-weight: 400;
    font-size: 31px;
    padding-bottom: 24px;
    letter-spacing: 0.05em;
    display: flex;
    column-gap: 40px;
    align-items: center;
}
.green__innerTextTitle::after{
    content: '';
    width: 10px;
    height: 1px;
    background-color: #fff;
    flex-grow: 1;

}

.green__innerTextSub{
    font-size: 22px;
    line-height: 1.6;
    margin-bottom: 40px;
    letter-spacing: 0.05em;
}
.green__innerTextCopy{
    font-size: 14px;
    line-height: 2.2;
    letter-spacing: 0.05em;
}
.green__btn{
    margin-top: 32px;
    padding-bottom: 107px;
}
.green__btnText{
    font-size: 24px;
    letter-spacing: .048em;
    color: #fff;
}
.green__btnText::before{
    background-color: #ffffff;
    width: 107px;
}
.green__btnText::after{
    width: 154px;
    background-color: #BCC6C2;
}
.greenCircle{
    position: relative;
}
.greenCircle::after{
    border: 1px solid #fff;
    right: -43px;
    top: 16px;
    transition:all 1s .3s;
}
a:hover .greenCircle::after{
    background-color: #636F63;
    border: 1px solid #BCC6C2;
}
.menu__inner{
    display: flex;
    justify-content: space-between;
    padding-top: 104px;
    padding-bottom: 100px;
}
.menu__innerBlock{
    width: 42%;
}
.menu__innerBlockImg{
    width: 100%;
    margin-bottom: 51px;
}
.menu__innerBlock img{
    width: 100%;
}
.menu__innerBlockTitle{
    font-size: 30px!important;
    font-family: "Cormorant Garamond", serif;
    font-weight: 400;
    letter-spacing: .01em;
    line-height: 1.1;
    padding-bottom: 24px;
}

.menu__innerBlockSub{
    font-size: 22px;
    line-height: 1.6;
    letter-spacing: .05em;
    margin-bottom: 40px;
}
.menu__innerBlockText{
    font-size: 14px;
    line-height: 2;
    letter-spacing: .05em;
    margin-bottom: 56px;
}
.menu__btnText{
    font-size: 24px;
    letter-spacing: .048em;
}
.menu__btnText::after{
    width: 154px;
}
.menu__btnText::before{
    width: 107px;
}
.menuCircle{
    position: relative;
}
.menuCircle::after{
    right: -43px;
    top: 16px;
}
.works{
    margin-top: 164px;
    position: relative;
}
.works::before {
    content: "";
    width: 12%;
    height: 180%;
    background: url(img/leaf-green2.png) no-repeat center / contain;
    position: absolute;
    bottom: -27px;
    right: 0%;
    transform: rotate(-85deg) scale(1.5);
}
.works__titleEn{
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    font-size: 50px!important;
    line-height: 1.3;
    font-family: "Cormorant Garamond", serif;
    font-style: italic;
    font-weight: 300;
    column-gap: 40px;
}
.works__titleEn::after{
    content: '';
    width: 10px;
    height: 1px;
    background-color: #576E66;
    flex-grow: 0.14;

}

.workssite{
    width: 70%;
max-width: 944px;
margin: 0 auto;
}
.workssite__block{
    display: flex;
    justify-content: space-between;
}
.workssite__blockItem{
    width: 47%;
}
.workssite__blockItem img{
    width: 100%;
    margin-bottom: 16px;
}
.workssite__blockItemText{
    padding-bottom: 56px;
    text-align: center;
    letter-spacing: .1em;
}
.works__btn{
    margin-top: 8px;
    text-align: center;
}
.works__btnText, .news__btnText{
    font-size: 32px;
}
.works__btnText::after, .news__btnText::after{
    width: 145px;
}
.works__btnText::before, .news__btnText::before{
    width: 97px;
}
.worksCircle{
    position: relative;
}

.worksCircle::after{
    top: 25px;
    right: -56px;
}

.news__inner{
   
    padding-top: 164px;
    padding-bottom: 113px;
}
.article-block{
    display: flex;
}
.news__title{
flex-basis: 18%;
}
.news__titleEn{
    font-size: 42px;
    line-height: 0.76!important;
    font-family: "Cormorant Garamond", serif;
    font-style: italic;
    font-weight: 300;
    padding-bottom: 8px;
}
.news__article{
    flex-basis: 82%;
}
.news__articleItem{
    display: flex;
    margin-bottom: 46px;
}
.news__articleItemDate{
    color: #8B9B80;
    margin-right: 56px;
    font-family: classico-urw, sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 2.1;
    font-size: 15px;
}
.news__articleItemText{
    font-family: "Shippori Mincho", serif;
    font-size: 15px!important;
    letter-spacing: .05em;
    line-height: 2.1!important;
}
.news__btn{
    text-align: right;
    margin-right: 30px;
}

.news__btnText::after{
    width: 154px;
}
.news__btnText::before{
    width: 107px;
}
.newsCircle::after{
    top: 25px;
    right: -77px;
}

@media screen and (max-width: 1200px) {
   
    .green__innerTextSub{
        font-size: 1.8vw;
    }
    
    /* .concept {
        width: 90%;
    } */
    
    .concept__innerHidariText::after {
        bottom: 37px;
        right: 95px;
        transform: scale(.4);
    }
    .workssite__blockItem{
        width: 47%;
    }
    .workssite__blockItem img{
        width: 100%;
    }
    
}
/* ここからスマホ型 */
@media screen and (max-width: 959px) {
    .pc-only{
        display: none;
    }
    .sp-only{
        display: block;
    }
    .fv{
        display: none;
    }
    .sp-fv{
        display: block;
        width: 100vw;
        /* height: 110vh; */
        background:-moz-linear-gradient(top right, #838D83, #636F63);
        background:-webkit-linear-gradient(top right, #838D83, #636F63);
        background:-moz-linear-gradient(to bottom left, #838D83, #636F63);
        padding-bottom: 141px;
    }
    .sp-fvPic{
        /* margin-right: 30px; */
        width: 92vw;
        margin-bottom: 36px;
    }
    .sp-fvPic img{
        width: 100%;
    }
    .sp-fv__text{
        color: #fff;
        width: 81.5%;
        margin: 0 auto;
    }
    .sp-fv__textMain{
        font-family: "Cormorant Garamond", serif;
        font-weight: 400;
        font-size: 44px;
        letter-spacing: .026em;
        font-style: italic;
        line-height: 1.45;
        margin-bottom: 33px;
    }
    .sp-fv__textSub{
        font-family: "Shippori Mincho", serif;
        font-size: 17px;
        letter-spacing: .09em;
        line-height: 2.2;
        position: relative;
    }
    .sp-fv__textSub::after{
        content: url(img/fv-leaf.png);
        width: 100px;
        height: 100px;
        display: inline-block;
        position: absolute;
        bottom: 34px;
        left: 137px;
        transform: scale(.4);
    }
    .container{
        max-width: 1148px;
        padding-left: 30px!important;
        padding-right: 30px!important;
        margin: auto;
    }
    .concept {
        margin: 0 auto 194px;
        padding-top: 80px;
    }
    .concept__inner {
        display: block;
    }
    .concept__innerHidariText{
        display: none;
    }
    .concept__innerHidariTitle{
        font-size: 40px!important;
        padding-bottom: 55px;
    }
    
    .btn {
        margin-top: 48px;
        text-align: center;
        padding-right: 0px;
        padding-left: 0px;
    }
    .gallery{
        background-image: url(img/gallery-bg.png);
        background-repeat: no-repeat;
        background-size: cover;
        height: max(397px, 70vw);
        padding-bottom: clamp(100px, 72vw, 310px);
        padding-top: 223px;
    }
    .gallery__main{
        position: relative;
        width: 100%;
        height: 215px;
    }
    .gallery__main::before{
        content: '';
        width: 22%;
        height: 116px;
        background-color: #fff;
        position: absolute;
        top: 149px;
        right: 0px;
        z-index: 1;
    }
    .gallery__mainSite{
        display: none;
    }
    .sp-gallery__mainSite{
        position: absolute;
        left: 0%;
        width: min(86%, 770px);
    }
    .gallery__mainMigi{
        display: none;
    }
    .gallery__mainShadow{
        display: none;
    }
    .sp-gallery{
        display: block;
        position: relative;
    }
    
    .sp-gallery__pic {
        position: absolute;
        top: -313px;
        right: 0;
        width: min(45%, 340px);
    }
    .sp-gallery__shadow {
        position: absolute;
        width: 20%;
        height: 145px;
        bottom: -87px;
        right: 0px;
        z-index: 1;
        overflow-x: hidden;
    }
    .sp-gallery__shadow img {
        width: 100%;
        height: 116px;
        box-shadow:11px 18px #636F63;
        position: relative;
    }
    .gallery__mainHidari{
        position: absolute;
        top: -178px;
        left: 0;
        width: max(134px, 20.5%);
        z-index: 3;
        box-shadow: none;
    }
    .square{
        position: absolute;
        top: -199px;
        left: 0;
        width: max(143px, 22%);
        height: clamp(108px, 18vw, 170px);
        background-color: #636F63;
        z-index: 2;
    }
    .service::before {
        content: "";
        width: 42%;
        height: 212px;
        background: url(img/leaf-green2.png) no-repeat center / contain;
        position: absolute;
        top: -164px;
        left: -10%;
    }
    .service__titleEn{
        display: block;
    }
    .section{
        margin: 0 auto 40px;
    }
    .section__title {
        padding-bottom: 48px;
    }
    .section__titleEn::after {
        flex-grow: 1;
    }
    .section__titleEn{
        font-size: 40px!important;
        column-gap: 60px;
    }
    
    .section__titleEn::before {
        top: -300px;
        left: -210px;
        transform: scale(0.4);
    }
    .green__inner {
        width: 100%;
        padding-top: 0px;
        flex-direction: column;
        margin-top: -2px;
    }
    .green__innerText{
        width: 85%;
        margin: 0 auto;
        padding-top: 40px;
    }
    .green__innerTextTitle {
        font-family: "Cormorant Garamond", serif;
        font-weight: 400;
        font-size: 36px!important;
        margin-bottom: 32px;
        line-height: 0.89;
        letter-spacing: 0.01em;
    }
    .green__innerTextSub {
        font-size: 20px;
        line-height: 1.8;
        margin-bottom: 40px;
        letter-spacing: 0.05em;
    }
    .green__innerImg{
        order: 1;
        position: static;
    }
    .green__innerImg img{
        position: static;
    }
    .green__innerText{
        order: 2;
    }
    .green__innerTextTitle::after {
        display: none;
    }
    .green__innerTextCopy {
        font-size: 13px;
        line-height: 2.46;
        letter-spacing: 0.05em;
    }
    .green__btn {
        margin-bottom: 108px;
        text-align: right !important;
        margin-right: 55px;
    }
    .menu__inner {
        display: block;
        padding: 64px 0 260px;
        margin: 0 auto;
    }
    .menu__innerBlock {
        width: 100%;
    }
    .menu__innerBlockSub {
        font-size: 20px;
    }
    .menu__innerBlockImg {
        margin-bottom: 40px;
    }
    .menu__innerBlockTitle {
        font-size: 36px!important;
        margin-bottom: 32px;
    }
    .menu__innerBlockText {
        font-size: 13px;
        line-height: 2.15;
        letter-spacing: .05em;
        margin-bottom: 0px;
    }
    .menu__btn{
        margin-top: 32px;
        text-align: right !important;
        margin-right: 55px;
    }
    .sp-space1{
        padding-bottom: 109px;
    }
    .works__titleEn{
        column-gap: 71px;
        font-size: 40px!important;
    }
    .works__titleEn::after {
        flex-grow: 1;
    }
    .works__titleEn::before {
        top: -300px;
        left: 33%;
        transform: scale(0.4) rotate(-94deg);
    }
    .works{
        margin-bottom: 48px;
    }
    .works::before {
        content: "";
        width: 42%;
        height: 205%;
        background: url(img/leaf-green2.png) no-repeat center / contain;
        position: absolute;
        bottom: 77px;
        right: -14%;
        transform: rotate(-85deg) scale(1);
    }
    .workssite{
        width: 85%;
    }
    .workssite__block {
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    .workssite__blockItem {
        width: 100%;
    }
    
    .workssite__blockItem img {
        margin-bottom: 3px;
    }
    .workssite__blockItemText {
        padding-bottom: 42px;
        font-size: 14px;
    }
    .works__btn{
        display: none;
    }
    .sp-works__btn{
        margin-top: 0;
    }
    .sp-works__btnText, .sp-news__btnText{
        font-size: 24px;
        letter-spacing: .048em;
    }
    .sp-works__btnText::before, .sp-news__btnText::before{
        left: 24px;
        width: 89px;
        transition: all 0.5s;
        z-index: 1;
        transform: scale(1,1);
        transform-origin: right;
    }
    .sp-works__btnText::after, .sp-news__btnText::after{
        width: 127px;
        left: -13px;
    }
    .sp-worksCircle::after{
        top: 15px;
        right: -55px;
    }
    .sp-newsCircle::after{
        top: 15px;
        right: -63px;
    }
    .sp-works__btnText:hover .sp-works__btnText::before{
        transform: scale(0,0);
    }

    .news__inner{
        margin: 0 auto;
    }
    .article-block{
        display: block;
    }
    .news__titleEn {
        font-size: 40px!important;
        line-height: 0.8;
        margin-bottom: 8px;
        display: flex;
        align-items: center;
        column-gap: 83px;
    }
    .news__titleEn::after{
        content: '';
        background-color: #576E66;
        width: 10px;
        height: 1px;
        flex-grow: 1;
    }
    .news__titleJa{
        padding-bottom: 50px;
    }
    .news__articleItem {
        display: block;
        padding-bottom: 38px;
    }
    .news__article{
        padding-left: 0!important;
    }
    .news__articleItemDate {
        color: #8B9B80;
        margin-right: 0px;
        font-family: classico-urw, sans-serif;
        font-weight: 400;
        font-style: normal;
        line-height: 2.4;
        margin-bottom: 0px;
        font-size: 14px;
    }
    .news__articleItemText {
        font-size: 14px!important;
        letter-spacing: .05em;
        line-height: 2.23!important;
    }
    .news__btn {
        display: none;
    }
}   

@media screen and (max-width: 599px) {
    .news__articleItemDate{
        font-size: 13px;
    } /* ここにセレクタを指定する */
} 
@media screen and (max-width: 360px){
    .concept__innerHidariTitle::after, .service__titleEn::after, .section__titleEn::after {
        max-width: 184px;
        width: 36vw;
    }

}