@charset "UTF-8";
/* =================================
common
==================================== */
html {
    font-size: 62.5%;
}

body {
    font-family: 
        "Noto Sans JP", 
        "Zen Maru Gothic",
        'Montserrat';
    font-style: normal;
    font-weight: 400;
    color: black;
    background-image: url(../images/backgroundPc-top.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: top;
    line-height: 1.5;
}

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

.btn {
    display: block;
    color: #FFF;
    text-align: center;
    font-size: 1.5rem;
    line-height: 1;
    border-radius: 30px;
    background: #FF6982;
    padding: 18px 32px;
    position: relative;
    transition: 0.4s;
    margin: 0 auto;
    cursor: pointer;
    width: 250px;
}

.btn::after {
    display: block;
    content: '';
    width: 13px;
    height: 13px;
    background-image: url(../images/arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 10%;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.4s;
}

.btn:hover {
    opacity: 0.5;
}

/* =================================
header
==================================== */
.header,.nav__header {
    padding: 12px 4.5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
}

.header__topic a,.nav__topic a {
    display: flex;
    align-items: center;
}

.header__topic img,.nav__topic img {
    width: 41px;
    height: 33px;
    object-fit: contain;
    margin-right: 6px;
}

.header__topic span,.nav__topic span {
    color: #603813;
    font-family: "Zen Maru Gothic";
    font-size: 0.8rem;
    font-weight: 500;
    line-height: 0.8;
}

.header__btn,.nav__btn {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

/* nav　基本設定 */
.nav {
    background: rgba(255, 255, 255, 0.90);
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    transform: translateX(-100%);
    transition: transform 0.4s;
}

.nav__list {
    margin: 70px 0 0 40px;
    align-items: center;
}

.nav__item {
    font-family: "Zen Maru Gothic";
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 1;
    margin-top: 45px;
}

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

.btn--header {
    display: none;
}

.nav.active {
    transform: translateX(0);
}

/* header pc */
@media screen and (min-width:1300px) {
    .header {
        height: 72px;
        margin: 0 auto;
        padding: 18px 3.5% 10px;
    }

    .header__topic img {
        width: 60px;
        height: 47px;
        object-fit: contain;
    }

    .header__topic span {
        color: #603813;
        font-family: "Zen Maru Gothic";
        font-size: 2rem;
        font-weight: 500;
        line-height: 1.2;
    }

    .nav {
        background: transparent;
        width: auto;
        height: auto;
        padding: 0;
        position: static;
        transform: translate(0);
    }

    .nav__list {
        display: flex;
        gap: 30px;
        margin: 0;
    }

    .nav__item {
        margin-top: 0;
        font-size: 1.6rem;
        line-height: 1;
    }

    .nav__item:nth-of-type(6) {
        display: none;
    }

    .btn--header {
        display: block;
        font-size: 1.4rem;
        font-weight: 500;
        width: 190px;
        margin: 0 0 0 5px;
    }

    .nav__header {
        display: none;
    }

    .header__btn {
        display: none;
    }
}

/* =================================
main 
==================================== */
.section__news {
    padding: 60px 4.8% 60px;
}

.section__topic--news {
    position: relative;
    color: #FFF7F4;
    text-align: center;
    font-family: Montserrat;
    font-size: 5.6rem;
    font-weight: 500;
    line-height: 1;
}

.section__topic--news span {
    position: absolute;
    display: inline-block;
    color: #FF8F69;
    font-family: "Zen Maru Gothic";
    font-size: 2rem;
    font-weight: 700;
    line-height: 1; 
    top: 28px;
    left: 50%;
    transform: translateX(-50%);
}

.news__title {
    font-size: 2.2rem;
    font-weight: 500;
    margin-top: 50px;
}

.news__txt {
    font-size: 1.4rem;
    line-height: 1.8;
    margin-top: 18px;
}

.img__sp {
    display: block;
    margin: 30px auto 0;
}

.img__pc {
    display: none;
}

/* main header pc */
@media screen and (min-width:769px) {
    .section__news {
        padding: 120px 4.8%;
    }

    .section__topic--news {
        font-size: 14rem;
    }

    .section__topic--news span {
        font-size: 5rem;
        top: 69px;
    }

    .news__title {
        padding: 0 8%;
        font-size: 5rem;
        margin-top: 80px;
    }

    .news__txt {
        padding: 0 8%;
        font-size: 1.6rem;
        margin-top: 56px;
    }

    .news__txt br {
        display: none;
    }

    .img__sp {
        display: none;
    }

    .img__pc {
        display: block;
        margin: 50px auto 0;
    }
}

/* =================================
footer
==================================== */
.footer__pc {
    display: none;
}

.footer__sp {
    padding: 30px 3.2% 12px;
    background-color: #fff;
}

.footer__topic a {
    display: flex;
    align-items: center;
}

.footer__topic img {
    width: 60px;
    height: 59px;
    object-fit: contain;
    margin-right: 10px;
}

.footer__topic span {
    color: #603813;
    font-family: "Zen Maru Gothic";
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1;
}

.footerNav__list {
    margin: 52px 0 0 5%;
}

.footerNav__item {
    font-family: "Zen Maru Gothic";
    font-size: 1.6rem;
    font-weight: 500;
    margin-top: 12px;
}

.sns {
    display: flex;
    justify-content: end;
    text-align: center;
    gap: 15px;
    margin-top: 28px;
}

.sns__item {
    width: 30px;
    height: 30px;
} 

.copy {
    font-size: 0.8rem;
    margin-top: 40px;
}

/* footer pc */
@media screen and (min-width:959px) { 
    .footer__sp {
        display: none;
    }

    .footer__pc {
        display: block;
        padding: 30px 3.4% 36px 3.4%;
        background-color: #fff;
        position: relative;
    }

    .footer__topic img {
        width: 96px;
        margin-right: 1.5%;
    }

    .footer__topic span {
        font-size: 4.5rem;
    }

    .footer__topic a {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .footer__content {
        padding: 53px 5% 0 5%;
    }

    .detail__item {
        display: flex;
        margin-top: 10px;
    }

    .detail__category {
        font-size: 1.6rem;
        width: 64px;
        margin-right: 50px;
    }

    .detail__txt {
        font-size: 1.6rem;
    }

    .detail__txt a {
        text-decoration: underline;
    }

    .sns {
        gap: 20px;
        margin-top: 28px;
    }

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

    .footer__border {
        margin-top: 20px;
    }
    
    .footerNav__list {
        display: flex;
        gap: 25px;
        margin: 0;
    }

    .footerNav__item {
        font-size: 1.4rem;
    }

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

    .copy {
        font-size: 1.2rem;
        margin-top: 0;
        }

    .topBtn {
        color: #FFF;
        font-size: 2rem;
        font-family: 'Montserrat';
        line-height: 1;
        padding: 28px 20px;
        background-color: #FF6982;
        border-radius: 50%;
        position: absolute;
        top: 2%;
        right: 2%;
        box-shadow: 2px 2px 4px 2px rgba(29, 101, 101, 0.2);
    }
}

/* recruitBtn */
.recruitBtn {
    position: relative;
    display: flex;
    justify-content: center;
    border-radius: 16px;
    background: #FFF7F4;
    width: 234px;
    box-shadow: 2px 2px 4px 2px rgba(29, 101, 101, 0.2);
    position: fixed;
    bottom: 30%;
    right: 1.4%;
}

.closeBtn {
    position: absolute;
    content: '';
    background-image: url(../images/close.png);
    background-size: contain;
    width: 15px;
    height: 15px;
    top: 1px;
    right: 0%;
}

.recruitBtn img {
    width: 46.8%;
    object-fit: cover;
    border-radius: 16px 0 0 16px;
}

.recruitBtn__content {
    padding: 15px 5% 15px 5%;
    width: 53.2%;
}

.recruitBtn__topic {
    color: #FF8F69;
    font-family: Montserrat;
    font-size: 1.2rem;
}

.recruitBtn__txt {
    font-size: 1.2rem;
    margin-top: 5px
}

.btn--miniBtn {
    position: relative;
    width: 100px;
    font-size: 1rem;
    padding: 8px;
    margin-top: 10px;
}

.btn--miniBtn::after {
    position: absolute;
    background-image: url(../images/arrow-small.png);
    width: 6px;
    height: 6px;
    top: 50%;
    transform: translateY(-50%);
    right: 10%;
}

.hidden {
    display: none;
}

/* recruitBtn pc */
@media screen and (min-width:769px) { 
    .recruitBtn {
        width: 360px;
        bottom: 50%;
        right: 1.4%;
    }

    .closeBtn {
        position: absolute;
        content: '';
        background-image: url(../images/close.png);
        background-size: contain;
        width: 15px;
        height: 15px;
        top: 1px;
        right: 0%;
    }

    .recruitBtn img {
        width: 46.8%;
        object-fit: cover;
    }

    .recruitBtn__content {
        padding: 15px 5% 15px 5%;
        width: 53.2%;
    }

    .recruitBtn__topic {
        color: #FF8F69;
        font-family: Montserrat;
        font-size: 2rem;
    }

    .recruitBtn__txt {
        font-size: 1.6rem;
        margin-top: 5px
    }

    .btn--miniBtn {
        position: relative;
        width: 134px;
        font-size: 1rem;
        padding: 12px;
        margin: 10px 0;
    }

    .btn--miniBtn::after {
        position: absolute;
        background-image: url(../images/arrow-small.png);
        width: 6px;
        height: 6px;
        top: 50%;
        transform: translateY(-50%);
        right: 10%;
    }
}


