@charset "utf-8";
/*==========================
header
==========================*/
.nav__item:nth-of-type(5) {
    color: var(--primary-skyBlue);
    position: relative;
}

.nav__item:nth-of-type(5)::before {
    content: '';
    display: inline-block;
    width: 24%;
    height: 1px;
    background-color: var(--primary-skyBlue);
    position: absolute;
    top: 50%;
    transform: translateY(-50%); 
}

/* header pc */
@media screen and (min-width:769px) {
    .nav__item:nth-of-type(5) a {
        text-decoration: underline var(--primary-skyBlue);
        text-underline-offset:5px;
    }

    .nav__item:nth-of-type(5)::before {
        display: none;
    }
}/* pc 769px */

/*==========================
Article header
==========================*/
.flex--article__header--recruit {
    margin-top: 13px;
    position: relative;
}

.main__pc {
    display: none;
}

.mainVisual--recruit {
    background-color: var(--primary-white);
    font-size: 2.2rem;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 66%;
    height: 33%;
    position: absolute;
    right: 0;
    bottom: 0;
}

/* Article header pc */
@media screen and (min-width:769px) {
    .flex--article__header--recruit {
    margin-top: 40px;
    position: relative;
}

    .main__sp {
        display: none;
    }

    .main__pc {
        display: block;
        width: 71.5%;
        margin: 0 auto 0 0;
    }


    .mainVisual--recruit {
        font-size: 3.6rem;
        width: 41.6%;
        height: 43%;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
}/* pc 769px */

/*==========================
explain
==========================*/
.topic--recruit__explain {
    display: block;
    color: var(--primary-white);
    font-size: 2rem;
    font-weight: 500;
    text-align: center;
    padding: 16px 0;
    margin: 40px auto 0;
    width: 84%;
}

.topic--recruit__explainBlue {
    background-color: var(--primary-blue);
}

.topic--recruit__explainYellow {
    background-color: var(--primary-yellow);
}

.recruit__explain__txt {
    display: block;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.7;
    padding: 10px;
    margin: 25px auto 0;
    width: 84%;
}

.recruit__explainBlue__txt {
    background-color: var(--primary-lightBlue);
}

.recruit__explainYellow__txt {
    background-color: var(--primary-lightYellow);
}

.bold {
    font-weight: 700;
}

.recruit__explainYellow__img {
    margin-top: 70px;
}

/* explain tablet */
@media screen and (min-width:769px) {
    .topic--recruit__explain {
        width: 50%;
    }

    .recruit__explainBlue__img,
    .recruit__explainYellow__img {
        display: block;
        width: 50%;
        margin: 0 auto;
    }

    .recruit__explainYellow__img {
        margin-top: 70px;
    }
}/* tablet 769px */

/* explain pc */
@media screen and (min-width:1230px) {
    .section--recruit__explain {
        background-image: url(../images/bg_recruit.svg);
        background-size: 60%;
        background-position: center;
        background-repeat: no-repeat;
    }

    .flex--recruit__explainBlue,
    .flex--recruit__explainYellow {
        display: flex;
        align-items: center;
    }

    .flex--recruit__explainYellow {
        flex-direction: row-reverse;   
        margin-top: 150px;
    }

    .flex--recruit__explainYellow div {
        width: 50%;
    }

    .recruit__explainBlue__img,
    .recruit__explainYellow__img {
        width: 50%;
        margin-top: 0;
    }

    .topic--recruit__explain {
        font-size: 3.2rem;
        padding: 25px 0;
        margin: 0 auto;
        width: 69.5%;
    }

    .recruit__explain__txt {
        display: block;
        font-size: 2rem;
        line-height: 1.7;
        padding: 0;
        margin: 25px auto 0;
        width: 69.5%;
    }

    .recruit__explainBlue__txt,
    .recruit__explainYellow__txt {
        background-color: transparent;
    }
}/* pc 1230px */

/*==========================
icon
==========================*/
.section--icon {
    padding: 60px 0;
    background-color: var(--primary-lightBlue);
}

.topic__recruit {
    text-align: center;
}

.topic--icon,
.topic--jobDescription {
    display: inline-block;
    font-size: 2rem;
    font-weight: 500;
    text-align: center;
    padding-bottom: 15px;
    border-bottom: solid 3px var(--primary-blue);
    margin: 0 auto;
}

.topic--icon span {
    font-size: 3rem;
}

.flex--icon {
    text-align: center;
}

.icon__img {
    height: 170px;
    margin-top: 50px;
}

.icon__txt {
    color: var(--primary-white);
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 700;
    text-align: center;
    padding: 60px 0;
    background-color: var(--primary-blue);
}

/* icon pc */
@media screen and (min-width:1006px) {
    .section--icon {
        padding: 80px 0;
    }

    .topic--icon,
    .topic--jobDescription {
        font-size: 3.2rem;
        padding-bottom: 20px;
    }

    .topic--icon span {
        font-size: 5rem;
    }

    .flex--icon {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .flex--icon div {
        width: 31.3%;
    }

    .icon__img {
        height: 230px;
        margin-top: 60px;
    }

    .icon__txt {
        font-size: 2.4rem;
        padding: 78px 0;
    }
}/* pc 1006px */

/*==========================
Job description
==========================*/
.jobDescription__list {
    padding: 0 8%;
}

.jobDescription__factory {
    margin-top: 60px;
}

.jobDescription__construction,
.jobDescription__benefits {
    margin-top: 70px;
}

.jobDescription__topic {
    color: var(--primary-blue);
    font-size: 1.8rem;
    font-weight: 700;
    margin-top: 50px;
}

.jobDescription__txt {
    font-size: 1.8rem;
    font-weight: 400;
    margin-top: 18px;
    line-height: 1.5;
}

.jobDescription__txtBold {
    font-weight: 500;
}

.jobDescription__txtLast::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--primary-blue, #0B318F);
    margin: 10px auto 0;
}

/* Job description pc */
@media screen and (min-width:769px) {
    .jobDescription__list {
        width: 75%;
        padding: 0;
        margin: 0 auto;
    }

    .jobDescription__factory,
    .jobDescription__construction,
    .jobDescription__benefits {
        margin-top: 80px;
    }

    .jobDescription__itemF {
        display: flex;
        align-items: end;
    }

    .jobDescription__itemF div {
        width: 75%;
        margin: 25px 0 0 80px;
    }

    .jobDescription__itemF:last-of-type {
        align-items: start;
    }

    .jobDescription__topic {
        width: 200px;
        height: 74px;
        color: var(--primary-white);
        font-size: 2.4rem;
        text-align: center;
        background-color: var(--primary-blue);
        padding: 25px 0;
        margin-top: 15px;
    }

    .jobDescription__txt {
        width: 75%;
        font-size: 2.4rem;
        line-height: 1;
        margin: 25px 0 0 80px;
    }

    .jobDescription__txtM {
        width: auto;
        margin: 23px 0 0 0;
    }

    .jobDescription__txtM:first-of-type {
        line-height: 1.5;
    }

    .jobDescription__txtLast::after {
        width: 100%;
        height: 1px;
        margin: 25px auto 0;
    }

    .spanBr {
        display: none;
    }
}/* pc 769px */

/*==========================
photoes
==========================*/
.flex--photoesCarousel {
    padding: 0 8%;
}

.slick-slider {
    overflow: hidden;
}

/* photoes pc */
@media screen and (min-width:769px) {
    .flex--photoesCarousel {
        padding: 0;
    }

    .slick-list {
     margin: 0 -20px;
    }

    .slick-slide {
    margin: 0 20px;
    }
}/* pc 769px */

/*==========================
Article footer
==========================*/
.article__footerYellow {
    background-color: var(--primary-lightYellow);
    padding: 50px 5%;
}

.article__footer__mail {
    font-size: 2rem;
    font-weight: 400;
    text-align: center;
    margin-top: 40px;
}

.article__footer__phone {
    margin-top: 20px;
}

.article__footer__txt {
    margin-top: 15px;
}

.article__footer__insta {
    text-align: center;
    margin-top: 30px;
}

.article__footer__insta p {
    color: var(--primary-yellow);
    font-size: 2rem;
    font-weight: 500;
    margin-top: 10px;
}

/* article footer spMin */
@media screen and (max-width:375px) {
    .article__footer__mail {
        font-size: 1.6rem;
    }
}/* spMin 375px */

/* article footer pc */
@media screen and (min-width:769px) {
    .article__footerYellow {
        padding: 80px 5%;
    }

    .flex--footer {
        display: block;
    }

    .article__footerTitle {
        text-align: center;
    }

    .article__footer__mail {
        font-size: 4rem;
        text-align: center;
        margin-top: 50px;
    }

    .article__footer__phone {
        text-align: center;
        margin-top: 40px;
    }

    .article__footer__txt {
        margin-top: 20px;
    }

    .article__footer__insta {
        margin-top: 50px;
    }

    .article__footer__insta img {
        width: 150px;
    }

    .article__footer__insta p {
        font-size: 4rem;
        margin-top: 15px;
    }
}/* pc 769px */

/*==========================
footer
==========================*/
.footerNav__item:nth-of-type(5) {
    color: var(--primary-skyBlue);
    position: relative;
}

.footerNav__item:nth-of-type(5)::before {
    content: '';
    display: block;
    width: 24%;
    height: 1px;
    background-color: var(--primary-skyBlue);
    position: absolute;
    top: 50%;
}

/* footer pc */
@media screen and (min-width:769px) {
    .footerNav__item:nth-of-type(5) a {
        text-decoration: underline var(--primary-skyBlue);
        text-underline-offset:5px;
    }

    .footerNav__item:nth-of-type(5)::before {
        display: none;
    }
}/* pc 769px */