@charset "utf-8";

/* ==========================
common
==============================*/

:root{
    --primary-beige:#FAF9F4 ;
    --primary-ocher:#999483;
    --primary-black:#000000;
    --primary-whitelow:#f0f0f0 70%;
    --primary-white:#ffffff;
    --primary-gray:#707070;
    --primary-darkBeige: #999483;
}

html{
    font-size: 62.5%;
    background: url(../img/back03.jpg);
    background-color:rgba(255,255,255,0.5);
    background-blend-mode:lighten;
    background-attachment: fixed;
    background-size: contain;
}

body{
    font-family:
         "Noto Serif JP", serif,
         "Noto Sans JP", sans-serif;
    font-style: normal; 
    color: black;
    line-height: 1.5;
}

img{
    max-width: 100%;
    height: auto;
}

/* ==============================
header
============================== */
.header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    background-color: var(--primary-white);
    position: fixed;
    width: 100%;
    z-index: 100;
    font-family: "Noto Sans JP";
}

.header__topic,
.nav__topic{
    width: 89px;
    height: 26px;
    margin-left: 24px;
}

.nav_pc{
    display: none;
}

.header__btn{
    margin-right: 24px;
    margin-left: 17px;
    margin-bottom: 13px;
    width: 24px;
    height: 15px;
}

/* .nav初期表示 */
.nav{
    background-color: #f8f7f5e2;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    z-index: 100;
    transform: translateX(-100%);
    transition: transform 0.4s;
}

.nav__header{
    margin-top: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.freedial{
    display: none;
}

.telbtn{
    width: 36px;
    height: 36px;
}

.telbtn:hover{
    opacity: 0.8;
    transition: 0.3s;
}

.reservation{
    width: 83px;
    height: 36px;
    margin-left: 6px;
}

.reservation:hover{
    opacity: 0.8;
    transition: 0.3s;
}

.nav__btn{
    margin-right: 26px;
    width: 20px;
}

.nav__list{
    margin:40px 0 0 32px;
}

.nav__home{
    width: 15px;
    height: 15px;
}

.nav__name{
    color: #999483;
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: 0.3em;
    margin-top: 45px;
}

.nav__item{
    font-size: 1.5rem;
    margin-top: 15px;
}

/* .nav.active表示 */
.nav.active{
    transform: translateX(0);
}

@media screen and (min-width: 1000px){

    .header__topic{
        width: 180px;
        margin-right: -50px;
    }

    .company__rogo{
        margin-top: -9px;
        width: 130px;
    }

    .header{
        padding: 10px 0;
        display: flex;
        justify-content: space-between;
    }

    .nav_pc{
        display: flex;
        font-size: 1.4rem;
        gap: 13px;
        justify-content: flex-end;
        letter-spacing: 0.1em;
    }

    .nav_pc__item img{
        width: 7px;
        margin:0 5px 6px 0px;
    }

    .nav_pc__item:hover{
        opacity: 0.8;
        transition: 0.3s;
        color: var(--primary-darkBeige);
    }

    .set{
        display: flex;
        align-items: center;
    }

    .freedial{
        display: flex;
        width: 190px;;
        height: 34px;
        margin-right:10px;
    }

    .telbtn{
        display: none;
    }

    .reservation{
        width: 140px;
        height: 56px;
        margin-right: 19px;
    }

    /* ハンバーガーメニュー */

    .header__btn{
        display: none;
    }

    .nav__topic{
        width: 180px;
        margin-top: -15px;
    }

    .nav__btn{
        width: 53px;
        height: 32px;
        margin-right: 40px;
        margin-top: 13px;
    }

    .nav__list{
        display: flex;
        margin-left: 70px;
        margin-top: 80px;
    }

    .nav__home{
        width: 22px;
        height: 22px;
        margin-top: 10px;
    }

    .nav__about{
        margin-left: 100px;
    }

    .nav__topics{
        margin-left: 100px;
    }

    .nav__menu{
        margin-left: 100px;
    }

    .nav__name{
        font-size: 1.8rem;
        margin-top: 0px;
    }

    .nav__item{
        font-size: 2rem;
    }

}

/* header pc */

@media screen and (min-width: 1250px){

    .company__rogo{
        margin-top: -10px;
    }

    .nav_pc{
        font-size: 1.6rem;
        gap: 49px;
    }
    .nav_pc__item img{
        width: 8px;
        margin:0 8px 5px 0;
    }

    .freedial{
        width: 234px;;
        height: 42px;
        margin-right:20px;
    }

    .reservation{
        width: 170px;
        height: 67px;
    }
}

/* =======================================
main
==========================================*/
.recruit{
    padding-top:100px;
}

.recruit h1{
    font-family: Noto Serif JP;
    font-weight: 500;
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0.32em;
    text-align: center;
    vertical-align: middle;
    color: #D03E53;
}

.recruit h1 span{
    font-size: 1.2rem;
    color: #000000;
    letter-spacing: 0.25em;
}

.staff{
    font-size: 2.4rem;
    text-align: center;
    letter-spacing: 0.32em;
    margin-top: 47px;
}

.dimand{
    margin-top: 38px;
    padding: 45px 31px 51px;
    background-color: rgba(222,218,210,0.3);
}

.dimand_red{
   font-size: 1.8rem;
   color: #D03E53;
   letter-spacing: 0.17em;
   line-height: 1.5; 
   text-align: center;
}

.dimandIn{
    margin-top: 41px;
}

.dimandIn p{
    background-color: rgba(255,255,255,0.6);
    font-size: 1.8rem;
    letter-spacing: 0.17em;
    line-height: 1.5;
    padding: 24px 17px;
    display:inline-block ;
    margin-top: -90px;
}

.dimandIn img{
    margin-bottom: -25px;
    width: 100%;
}

.dimand_black{
    font-size: 1.4rem;
    letter-spacing: 0.12em;
    line-height: 1.5;
    font-family: "Noto Sans JP";
    margin-top: 47px;
}

/* ==============================================
求めるのはこんな人のPC
=================================================*/
@media screen and (min-width:769px){
    .recruit{
        padding-top:160px;
    }
    
    .recruit h1{
        font-family: Noto Serif JP;
        font-weight: 500;
        font-size: 4.8rem;
        line-height: 1;
        letter-spacing: 0.32em;
        text-align: center;
        vertical-align: middle;
        color: #D03E53;
    }
    
    .recruit h1 span{
        font-size: 1.8rem;
        color: #000000;
        letter-spacing: 0.25em;
    }
    
    .staff{
        font-size: 3.6rem;
        text-align: center;
        letter-spacing: 0.32em;
        margin-top: 75px;
    }
    
    .dimand{
        margin-top: 75px;
        padding: 72px 7% 72px;
        background-color: rgba(222,218,210,0.3);
    }
    
    .dimand_red{
       font-size: 3rem;
       color: #D03E53;
       letter-spacing: 0.17em;
       line-height: 1.5; 
       text-align: center;
    }

    .dimand_people{
        display: flex;
        margin-top: 62px;
        gap: 20px;
    }
    
    .dimandIn{
        margin-top:0px;
        width: 33%;
    }
    
    .dimandIn p{
        background-color: rgba(255,255,255,0.6);
        font-size: 2rem;
        letter-spacing: 0.17em;
        line-height: 1.5;
        padding: 24px 17px;
        display:inline-block ;
        margin-top: -90px;
    }
    
    .dimandIn img{
        margin-bottom: -25px;
        width: 100%;
    }
    
    .dimand_black{
        font-size: 1.8rem;
        letter-spacing: 0.12em;
        line-height: 1.5;
        font-family: "Noto Sans JP";
        margin-top: 61px;
        text-align: center;
    }
}

/* ==================================================
以下のsp
=====================================================*/
.job_div{
    padding: 35px 22px 45px;
}

.job{
    border-radius: 21px;
    background-color: var(--primary-white);
    padding: 30px 20px;
}

.job:nth-last-of-type(2){
    margin-top: 30px;
}

.job:last-of-type{
    margin-top: 30px;
}

.job_discription{
    color: #D03E53;
    font-size: 1.8rem;
    letter-spacing: 0.17em;
    line-height: 1.5;
    border-bottom: solid 0.3px var(--primary-gray) ;
}

.job_{
    font-size: 1.4rem;
    font-weight: 500;
    font-family: "Noto Sans JP";
    margin-top: 24px;
}

.job_ex{
    font-size: 1.4rem;
    font-family: "Noto Sans JP";
    font-weight: 400;
    margin-top: 7px;
}

.job_ex2{
    font-size: 1.4rem;
    font-family: "Noto Sans JP";
    font-weight: 400;
    margin-top: 24px;
}

.job_toiawase{
    background-color: rgba(222,218,210,0.3);
    padding: 36px 53px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.toiawase{
    font-size: 1.8rem;
    letter-spacing: 0.17em;
    text-align: center;
}

.tel{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.job_toiawase img{
    width: 22px;
    height: 22px;
}

.tel p{
    font-size: 24px;
    color: #D03E53;
    font-family: "Noto Sans JP";
    letter-spacing: 0.17em;
    font-weight: 500;
}

.toiawase_p{
    font-size: 1.4rem;
    letter-spacing: 0.12em;
    line-height: 1.5;
    font-family: "Noto Sans JP";
    margin-top: 7px;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
以下のPC
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (min-width:769px){
    .job_div{
        padding: 62px 15% 73px;
    }
    
    .job{
        border-radius: 21px;
        background-color: var(--primary-white);
        padding: 37px 41px;
    }
    
    .job:nth-last-of-type(2){
        margin-top: 30px;
    }
    
    .job:last-of-type{
        margin-top: 30px;
    }
    
    .job_discription{
        color: #D03E53;
        font-size: 2.4rem;
        letter-spacing: 0.17em;
        line-height: 1.5;
        border-bottom: solid 0.3px var(--primary-gray);
    }
    
    .job_{
        font-size: 1.8rem;
        font-weight: 500;
        font-family: "Noto Sans JP";
        margin-top: 27px;
    }
    
    .job_ex{
        font-size: 1.8rem;
        font-family: "Noto Sans JP";
        font-weight: 400;
    }
    
    .job_ex2{
        font-size: 1.8rem;
        font-family: "Noto Sans JP";
        font-weight: 400;
        margin-top: 27px;
    }
    
    .job_toiawase{
        background-color: rgba(222,218,210,0.3);
        padding: 62px 53px 46px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .toiawase{
        font-size: 3rem;
        letter-spacing: 0.17em;
        text-align: center;
    }
    
    .tel{
        display: flex;
        align-items: center;
        gap: 10px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    
    .job_toiawase img{
        width: 40px;
        height: 40px;
    }
    
    .tel p{
        font-size: 3.6rem;
        color: #D03E53;
        font-family: "Noto Sans JP";
        letter-spacing: 0.17em;
        font-weight: 500;
    }
    
    .toiawase_p{
        font-size: 1.8rem;
        letter-spacing: 0.12em;
        line-height: 1.5;
        font-family: "Noto Sans JP";
        margin-top: 9px;
    }
    
}

/* ===============================================
other menuとfooter SPスマホ版
==================================================*/

.other_menu{
    font-family: "Noto Sans JP";
    background-color: var(--primary-white);
    margin-top: 32px;
    font-size: 14px;
    letter-spacing: 0.12em;
    grid-template-columns: repeat(2,auto);
    display: grid;
    
    padding: 20px 0px 30px 5px;
    
}

.other_menu img{
    width: 8px;
    margin:0 5px 5px 10px;
}

.other_menu a{
    margin-top: 10px;
}

.other_menu :hover{
    color: var(--primary-ocher);
    transition: 0.3s;
    opacity: 0.8;
}

/* footer */
.footer{
    font-size: 1rem;
    text-align: center;
    padding-bottom: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
    background-color: var(--primary-white);
}

.footer__group{
    display: flex;
    gap: 15px;
}

.footer__item{
    width: 20px;
    height: 20px;
    margin-top: 20px;
}

.footer__item:hover{
    opacity: 0.8;
    transition: 0.3s;
}

.copy{
    font-family: "Noto Sans JP";
    margin-top: 25px;
    letter-spacing: 0.1em;
}

/* =========================================
other menuとfooterのPC
============================================*/
@media screen and (min-width:769px) {
    .other_menu{
        font-family: "Noto Sans JP";
        background-color: var(--primary-white);
        margin-top: 94px;
        font-size: 1.8rem;
        letter-spacing: 0.12em;
        grid-template-columns: repeat(3,auto);
        display: grid;
        padding: 43px 100px 53px;
        
    }
    
    .other_menu img{
        width: 8px;
        margin:0 8px 7px;
    }
    
    .other_menu a{
        margin-top: 33px;
    }
    
    .footer{
        padding: 60px 77px;
    }
    
    .footer__group{
        gap: 25px;
    }
    
    .footer__item{
        width: 35px;
    }
    
    .footer__item:last-of-type{
        margin-top: 24px;
    }
    
    .copy{
        font-size: 1.6rem;
        margin-top: 55px;
        white-space: nowrap;
    }
}
