@charset "UTF-8";

/* =================
main
==================== */
.article__header{
    position: relative;
    overflow: hidden;
}

.header__nav{
    width: 30px;
    position: fixed;
    top: 42px;
    right: 35px;
    z-index: 101;
}

.fv__works{
    min-width: 595px;
    width: 100%;
    position: absolute;
    top: 114px;
    left: 50%;
    transform: translateX(-50%);
}

.fv__works--sp{
    display: block;
}

.fv__works--pc{
    display: none;
}

.fv__imgpc{
    display: none;
}

.fv__imgsp{
    width: 100%;
    height: 100vh;
    object-fit: cover;
    display: block;
    margin: 0 auto;
}

.separator--FV{
    width: 100%;
    position: absolute;
    bottom: 0;
    max-height: 50px;
}

.fv__list{
    display: none;
}

/* main pc */
@media screen and (min-width:650px) {
    .fv__imgpc{
        width: 100%;
        height: 100vh;
        object-fit: cover;
        display: block;
        margin: 0 auto;
    }

    .fv__imgsp{
        display: none;
    }
}
/* pc 650px */

@media screen and (min-width: 1025px) {
    .fv__list{
        display: block;
        position: absolute;
        top: 71px;
        right: 90px;
        z-index: 101;
    }

    .fv__item{
        color: #7C672D;
        text-align: left;
        font-family: "optima";
        font-size: 2rem;
        font-weight: 700;
        margin-top: 15px;
        display: flex;
        align-items: center;
    }

    .fv__item:first-of-type{
        margin-top: 0;
    }

    .fv__item::before{
        content: "";
        display: inline-block;
        width: 30px;
        height: 2px;
        background-color: #7C672D;
        margin-right: 20px;
    }

    .fv__works{
        position: absolute;
        transform: none;
        left: 90px;
        top: 0;
    }

    .fv__works--sp{
        display: none;
    }

    .fv__works--pc{
        display: block;
        width: auto;
        height: 100vh;
    }    
}
/* pc 1025px */

@media screen and (min-width:1160px) {
    .fv__works--pc{
        height: 71.1vw;
        max-height: 1080px;
    }    

    .fv__imgpc{
        width: 100%;
        height: 800px;
        object-fit: cover;
        display: block;
        margin: 0 auto;
    }

    .fv__imgsp{
        display: none;
    }

    .separator--FV{
        max-height: 110px;
    }
}
/* pc 1160px */


/* =================
all__works
==================== */
.section--works{
    padding: 50px 9.8%;
}

.works__nav{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 15px;
}

.wk__nav__txt{
    text-align: center;
    font-size: 1.4rem;
    font-weight: 500;
    position: relative;
}

.wk__nav__txt--banner::before{
    content: "";
    display: inline-block;
    width: 116px;
    height: 56px;
    background-image: url(../all/img/works_round.png);
    background-size: contain;
    position: absolute;
    top: -11px;
    right: -34px;
}

.works__item{
    margin: 45px auto 0;
}

.works__icon{
    margin: 0 auto;
    overflow: hidden;
    box-shadow: 3px 3px 3px 0 #A09564;
    width: 100%;
}

.works__icon--banner{
    width: 100%;
    display: block;
}

.works__iconB{
    width: 52vw;
    margin: 0 auto;
}

.works__icon--banner:hover{
    transform: scale(1.2);
    transition:1s all;
}

.works__cont{
    margin-top: 15px;
}

.works__topic--cont{
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 0 20px;
}

.works__kinds{
    font-size: 1.4rem;
    font-weight: 500;
    border: 1px solid var(--pink,#F7845E);
    border-radius: 24px;
    padding: 8px 20px;
    background-color: var(--pink,#F7845E);
    color: #FDFDFD;
    text-align: center;
}

.works__kinds--yellow{
    border: 1px solid #FFBE70;
    border-radius: 24px;
    padding: 8px 20px;
    background-color: #FFBE70;
    color: var(--black,#303030);
}

.design__kinds{
    font-size: 1.3rem;
}

.works__cont h3{
    margin-top: 10px;
    font-size: 1.4rem;
}

.works__icon--banner{
    width: 52vw;
    display: block;
    margin: 0 auto;
}

.br__pc--skincare,
.br__pc--english,
.br__pc--career,
.br__pc--houseworks{
    display: none;
}

.br__sp--skincare{
    display: block;
}

.br__sp--skincareRow{
    display: none;
}

/* all__works pc */
@media screen and (min-width:340px) {
    .wk__nav__txt--banner::before{
        width: 112px;
    }

    .br__sp--skincare{
        display: none;
    }

    .br__sp--skincareRow{
        display: block;
    }
}

@media screen and (min-width: 600px) {
    .works__item{
        margin: 0;
    }

    .works__list{
        margin: 50px auto 0;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 40px 40px;
        max-width: 1160px;
    }

    .works__iconB{
        width: fit-content;
        max-width: 320px;
        aspect-ratio: 1/1;
        margin: 0 auto;
        display: block;
    }

    .br__pc--skincare,
    .br__pc--english,
    .br__pc--career,
    .br__pc--houseworks{
        display: block;
    }

    .works__icon--banner{
        width: 29vw;
        max-width: 320px;
    }
}
/* pc 600px */

@media screen and (min-width: 608px) {
    .br__pc--english,
    .br__pc--career{
        display: none;
    }
}

@media screen and (min-width: 643px) {
    .br__pc--skincare{
        display: none;
    }
}

@media screen and (min-width: 1025px) {
    .section--works{
        padding: 90px 9.7% 80px;
    }

    .works__icon--banner:hover{
        transform: scale(1.2);
        transition:1s all;
    }

    .wk__nav__txt:hover{
        transform: scale(0.9);
        transition: 0.3s all ease;
    }

    .works__kinds{
        font-size: 1.6rem;
    }

    .design__kinds{
        font-size: 1.4rem;
    }

    .works__cont h3{
        font-size: 1.6rem;
    }

    .works__icon--banner{
        transition:1s all;
    }

    .works__list {
        gap: 70px 60px;
    }
}
/* pc 1025px */

/* =================
motto
==================== */
.section--motto{
    background-color: var(--backgroundY,#FFF2BA);
    padding: 50px 9.8% 50px;
    position: relative;
    overflow: hidden;
}

.separator--motto{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 90;
    max-height: 50px;
}

.sec__title--motto{
    color: var(--green,#228966);
    text-align: center;
    font-family: "optima";
    font-size: 5.4rem;
    line-height: 1; /* 80px */
    margin-top: 10px;
    /* transform: rotate(3deg); */
}

.motto__flowerG{
    position: absolute;
    width: 60px;
    top: -16px;
    right: 83px;
}

.motto__flowerR{
    position: absolute;
    width: 60px;
    top: 300px;
    left: -15px;
}
.motto__flowerO{
    position: absolute;
    width: 60px;
    bottom: 344px;
    right: -7px;
}

.motto__flowerB{
    position: absolute;
    width: 60px;
    bottom: 25px;
    left: 13px;
}

.motto__cont{
    margin-top: 20px;
    padding: 35px 25px;
    border-radius: 12px;
    background: rgba(253, 253, 253, 0.30);
}

.motto__topic{
    font-size: 1.4rem;
    line-height: 1.8;
    text-align: center;
}

.motto__pink{
    color: var(--pink,#F7845E);
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
}

.motto__green{
    color: var(--green,#228966);
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
}

.txt__motto{
    margin: 25px auto 0;
    line-height: 2;
    max-width: 650px;
}

.br__sp--motto{
    display: block;
}

/* motto pc */
@media screen and (min-width: 600px) {
    .br__sp--motto{
        display: none;
    }
}
/* pc 600px */

@media screen and (min-width: 786px) {
    .motto__flowerG{
        top: 3px;
        right: 21vw;
    }

    .motto__flowerR{
        top: 80px;
        left: 23vw;
    }

    .motto__flowerB{
        bottom: 198px;
        left: -2vw;
    }

    .motto__flowerO{
        bottom: 50px;
        right: 4.3vw;
    }

    .motto__flowerB,
    .motto__flowerG,
    .motto__flowerO,
    .motto__flowerR{
        width: 80px;
    }
}
/* pc 786px */

@media screen and (min-width: 1025px) {
    .sec__title--motto{
        font-size: 6.4rem;
        margin-top: 25px;
    }

    .motto__cont{
        margin: 25px auto 0;
        padding: 45px 5vw;
        max-width: 1025px;
    }

    .motto__pink{
        font-size: 2.4rem;
    }

    .motto__topic{
        font-size: 1.8rem;
        line-height: 1.5;
    }

    .motto__green{
        font-size: 2.4rem;
    }

    .txt__motto{
        margin-top: 30px;
    }
}
/* pc 1025px */

@media screen and (min-width: 1160px) {
    .separator--motto{
        max-height: 110px;
    }
}
/* pc 1160px */

/* =================
footer
==================== */
.footer{
    background-color: var(--backgroundB,#FFFAE4);
}

.txt__footer{
    margin-top: 0;
}

.copy{
    background-color: var(--backgroundY,#FFF2BA);
}

@media screen and (min-width: 1025px) {
    .footer__cont{
        display: block;
    }

    .txt__footer{
        margin-top: 35px;
    }
}