@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 769px */

/* topic */
.section__topic {
    position: relative;
    background: var(--primary-white, #FDFDFF);
}

.topic__maintxt {
    text-align: center;
    font-size: 2.4rem;
    line-height: 1.5;
}

.topic__movie {
    width: 70%;
    max-width: 900px;
    display: block;
    margin: 100px auto;
    border-radius: 20px;
}

/* topic sp */
@media screen and (max-width: 769px){
    .topic__maintxt {
        font-size: 1.6rem;
    }

    .topic__movie {
        width: 100%;
        margin: 50px 0;
        border-radius: 0;
    }
}/* sp 769px */

/* 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: 70px 89px 180px;
    margin-top: -10px;
}

.section__aboutus .topic__sub {
    margin: 0 auto;
}

.aboutus__contents {
    display: block;
    max-width: 1083px;
    margin: 0 auto;
    justify-content: center;
}

.aboutus__staff {
    max-width: 1260px;
    display: flex;
    border-radius: 20px;
    background: #fff;
    margin-top: 77px;
    padding: 60px 90px;
    position: relative;
}

.aboutus__img {
    border-radius: 20px;
    width: 260px;
    height: 260px;
    object-fit: cover;
}

.aboutus__block {
    display: block;
    margin: 0 0 0 60px;
}

.aboutus__lists {
    display: flex;
    color: var(--primary-black);
    font-size: 2rem;
    line-height: 2;
    margin-bottom: 10px;
}

.aboutus__list {
    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;
}

.recruit__brsp {
    display: none;
}

.img__arrow {
    position: absolute;
    right: 35px;
    bottom: 15px;
}

/* staff sp */
@media screen and (max-width:1025px) {
    .section__aboutus {
        padding: 57px 17px;
    }

    .aboutus__staff {
        display: block;
        margin-top: 30px;
        padding: 30px 15px 50px;
    }

    .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;
    }

    .img__arrow {
        bottom: 23px;
    }
}/* 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: 0 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;
        margin: 0 auto;
        text-shadow: 5px 3px 4px rgba(0, 0, 0, 0.25);
    }

    .recruit__brsp {
        display: block;
    }


    .recruit__btn-know {
        display: block;
        width:  265px;
        height: 57px;
        font-size: 1.6rem;
        line-height: 1.2;
        padding: 17px 38px;
        margin: 35px auto 0;
    }

    .recruit__btn-know::after {
        width: 14px;
        height: 9px;
        left: 220px;
    }
}/* sp 769px */