@charset "utf-8";

/*==========================
article header
==========================*/
.article__header {
    width: 100%;
    height: 500px;
    max-width: 1850px;
    object-fit: cover;
    position: relative;
    margin: 0 auto;
}

.mainvisual__image {
    width: 100%;
    position: absolute;
    z-index: -1;
}

.main__titles {
    position: absolute;
    width: 587px;
    height: 587px;
    padding: 180px 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.70);
    backdrop-filter: blur(10px);
    bottom: -222px;
    left: -36px;
}

.main__title {
    color: var(--primary-black, #1C1C1C);
    font-size: 4rem;
    line-height: normal;
    font-weight: 400;
    text-align: center;
}

.main__subtitle {
    font-size: 3rem;
    line-height: 1.7;
    text-align: center;
}

/* main sp */
@media screen and (max-width:1025px) {
    .article__header {
        height: auto;
    }

    .mainvisual__image {
        position: static;
    }

    .main__titles {
        width: 180px;
        height: 180px;
        padding: 57px 0;
        left: -7px;
        bottom: -65px;
    }

    .main__title {
        font-size: 1.6rem;
    }

    .main__subtitle {
        font-size: 1.2rem;
    }
}/* sp 1025px */

/* about us */
.section__aboutus {
    background-image: url(../images/about_back.jpg);
    width: 100%;
    object-fit: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    padding: 50px 89px 120px;
}

.section__aboutus .topic__sub {
    margin: 0 auto;
}

.aboutus__contents {
    display: block;
    max-width: 1260px;
    margin: 0 auto;
    justify-content: center;
    border-radius: 20px;
    background: #fff;
    margin-top: 77px;
    padding: 60px 30px;
}

.aboutus__staff {
    display: flex;
    position: relative;
    justify-content: right;
}

.aboutus__img {
    border-radius: 20px;
    width: 300px;
    height: 300px;
    object-fit: cover;
    margin-right: 50px;
}

.aboutus__block {
    display: block;
    margin: 22px 87px 0 60px;
    max-width: 500px;
}

.aboutus__lists {
    display: flex;
    color: var(--primary-black);
    font-size: 2rem;
    line-height: 2;
    margin-bottom: 10px;
}

.aboutus__list {
    min-width: 150px;
    height: 50px;
    border-radius: 25px;
    background-color: var(--primary-lightblue);
    text-align: center;
    font-weight: 400;
    padding: 5px 2px;
}

.aboutus__txt {
    margin-left: 32px;
    padding: 5px 2px;
}

.aboutus__comment {
   color: var(--primary-black);
    font-size: 1.6rem;
    line-height: 1.5;
    margin-top: 32px;
}

.img__schedule {
    width: 40%;
    object-fit: contain;
}

.aboutus__schedule {
    display: flex;
    margin-top: 130px;
    justify-content: center;
}

.schedule__contents {
    margin-left: 60px;
}

.schedule__title {
    color: var(--primary-black);
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.5;
    border-radius: 25px;
    background: var(--primary-lightblue);
    box-shadow: 5px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 12px 30px;
    width: 248px;
    display: block;
    text-align: center;
    margin: 0 auto;
}

.schedule__comment p {
    margin-bottom: 20px;
}

.schedule__comment,
.holiday__comment {
    color: var(--primary-black);
    font-size: 1.6rem;
}

.schedule__comment {
    margin: 35px auto;
    width: 500px;
}

.aboutus__holiday {
    margin-top: 130px;
    display: flex;
    justify-content: center;
}

.holiday__comment {
    margin-top: 35px;
    
}

.holiday__contents {
    max-width: 500px;
}

.holiday__title {
    color: var(--primary-white);
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.5;
    border-radius: 25px;
    background: rgba(255, 162, 154, 0.75);
    box-shadow: 5px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 12px 30px;
    width: 248px;
    display: block;
    text-align: center;
    margin: 0 auto;
}

.img__holiday {
    width: 300px;
    height: 300px;
    object-fit: cover;
    margin: 50px 0 0  140px;
    border-radius: 20px;
}


/* staff sp */
@media screen and (max-width:1025px) {
    .section__topic {
        height: auto;
    }

    .section__aboutus {
        padding: 57px 17px 75px;
    }

    .aboutus__contents {
        padding: 18px 15px 215px;
    }

    .aboutus__staff {
        display: block;
    }

    .aboutus__img {
        display: block;
        margin: 0 auto;
    }

    .aboutus__block {
        margin: 22px auto;
    }

    .aboutus__lists {
        font-size: 1.4rem;
        line-height: 1.5;
        margin-bottom: 10px;
    }

    .aboutus__list {
        width: 95px;
        height: 31px;
        border-radius: 25px;
    }

    .aboutus__txt {
        margin-left: 17px;
    }

    .aboutus__comment {
        font-size: 1.4rem;
        line-height: 1.5;
        margin-top: 23px;
    }
    
    .aboutus__schedule {
        display: block;
        margin-top: 70px;
        position: relative;
        padding-top: 50px;
    }

    .img__schedule {
        display: block;
        margin: 0 auto;
        width: auto;
    }

    .schedule__contents {
        margin-left: 0;
    }

    .schedule__title {
        font-size: 1.6rem;
        padding: 14px 30px;
        width: 100%;
        position: absolute;
        top: -25px;
        left: 50%;
        transform: translateX(-50%);
    }

    .schedule__comment,
    .holiday__comment {
        font-size: 1.4rem;
    }

    .schedule__comment {
        margin: 20px auto;
        width: auto;
    }

    .aboutus__holiday {
        display: block;
        max-width: 1120px;
        margin-top: 70px;
        position: relative;
    }

    .aboutus__holiday {
        display: block;
    }

    .holiday__contents {
        max-width: 100%;
        margin-left: 0;
    }

    .holiday__title {
        color: var(--primary-white);
        font-size: 2rem;
        line-height: 1.5;
        border-radius: 25px;
        background: rgba(255, 162, 154, 0.75);
        box-shadow: 5px 4px 4px 0px rgba(0, 0, 0, 0.25);
        padding: 14px 30px;
        width: 100%;
        display: block;
        text-align: center;
        margin: 0 auto;
    }

    .holiday__comment {
        margin-top: 0;
        position: absolute;
        top: 440px;
    }

    .img__holiday {
        width: 300px;
        margin: 50px auto;
        display: block;
    }

}/* sp 769px */

/* recruit */
.section__recruit {
    height: 400px;
    background-image: url(../images/recuit_image.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    padding-left: 100px;
    padding-right: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}

.recruit__comment {
    color: #FFF;
    text-align: center;
    text-shadow: 0px 3px 4px rgba(0, 0, 0, 0.25);
    font-size: 2.4rem;
    font-weight: 500;
    margin-top: 70px;
    letter-spacing: 2.4px;
}

.recruit__btn-know {
    display: block;
    width: 350px;
    height: 75px;
    color: var(--primary-orange);
    font-size: 2rem;
    background: #fff;
    padding: 20px 50px;
    border-radius: 50px;
    position: relative;
    margin: 70px 82px 0 0;
}

.recruit__btn-know::after {
    content: '';
    width: 24px;
    height: 15px;
    background-image: url(../images/arrow_orange.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 277px;
    top: 50%;
    transform: translateY(-50%);
}

/* recruit sp */
@media screen and (max-width:769px) {
    .section__recruit {
        height: auto;
        padding: 60px 30px;
        display: block;
    }

    .recruit__comment {
        font-size: 1.6rem;
    }
    .recruit__btn-know {
        display: block;
        width:  265px;
        height: 57px;
        font-size: 1.6rem;
        line-height: 1.2;
        padding: 17px 38px;
        margin: 90px auto 0;
    }

    .recruit__btn-know::after {
        width: 14px;
        height: 9px;
        left: 220px;
    }
}/* sp 769px */