@charset "UTF-8";

/*
******************************
    pageHeader　※画像見直し
*******************************
*/
.pageHeaderBg {
    background-image: url("../image/recruit_headerBg.jpg");
    background-size: cover;
    background-position: center;
    height: 600px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.pageHeaderBg__titleWrapper {
    height: 66.666%;
    position: relative;
    z-index: 10;
}

.recruit__introduction {
    width: 1180px;
    position: absolute;
    top: 400px;
    left: 50%;
    transform: translate(-50%, 0);
    overflow: hidden;
    z-index: 9;
}

.introduction__catchphrase {
    font-size: 4.0rem;
    font-weight: bold;
    font-family: serif;
    margin-bottom: 48px;
    text-align: center;
    color: #fff;
}

.introduction__contentWrapper {
    position: relative;
}

.introduction__contentWrapper::before {
    content: '';
    display: block;
    width: 100px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
}

.introduction__contentWrapper::after {
    content: '';
    display: block;
    width: 100px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 0;
}

.introduction__content {
    width: 880px;
    background-color: #fff;
    padding: 48px 64px;
    font-size: 1.4rem;
    text-align: center;
    line-height: 2.0em;
    font-family: serif;
    box-sizing: border-box;
    margin: 0 auto;
}

/*
******************************
    jobOffer
*******************************
*/

.recruit__jobOffer {
    overflow: hidden;
    background-color: #f5f5f5;
}

.jobOffer__wrapper {
    width: 1180px;
    margin: 280px auto 128px;
    box-sizing: border-box;
    font-size: 1.6rem;
}

.jobOffer__link {
    transition: .4s;
    display: flex;
    justify-content: center;
    flex-direction: column;
    max-width: 600px;
    margin: 0 auto;
}

.jobOffer__link:hover {
    opacity: 0.7;
}



/*
******************************
    voice
*******************************
*/

.recruit__voice {
    overflow: hidden;
    background-color: #fff;
}

.voice__wrapper {
    width: 1180px;
    margin: 128px auto;
    box-sizing: border-box;
}

.jobOffer__sectiontitle,
.voice__sectiontitle {
    margin-bottom: 72px;
}

.jobOffer__sectiontitle-main,
.voice__sectiontitle-main {
    font-size: 3.2rem;
    font-weight: bold;
    text-align: center;
}

.jobOffer__sectiontitle-sub,
.voice__sectiontitle-sub {
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
}

.voice1__wrapper {
    display: flex;
    justify-content: space-around;
    margin-bottom: 72px;
    align-items: center;
}

.voice1__img {
    width: 45%;
    box-shadow: -32px 32px #000000;
    margin-left: 56px;
    object-fit: cover;
}


.voice1__interview {
    width: 100%;
    font-size: 1.6rem;
    padding: 24px;
    box-sizing: border-box;
    line-height: 2em;
}

.voice1__qa {
    margin-bottom: 2em;
}

.voice1__question {
    font-size: 1.8rem;
    font-weight: 800;
    border-left: solid 8px #000000;
    padding-left: 16px;
    line-height: 2.0em;
}

.voice1__interviewee {
    font-size: 2.5rem;
    font-weight: 800;
    border-left: solid 8px #000000;
    margin-bottom: 16px;
    padding-left: 16px;
    line-height: 2.0em;
}

.voice1__article {
    font-size: 1.4rem;
    line-height: 2.0em;
}


/*====================

◆ ブレークポイント
 - 0      〜  479px：スマホ
 - 480px  〜  959px：タブレット
 - 960px  〜 1279px：タブレット(大) / モバイルPC
 - 1280px 〜       ：大型PC

====================*/

/* ------------------------------------------
  〜479px：スマホ縦
--------------------------------------------*/
@media screen and (max-width:479px) {

    /*
    ******************************
        common
    *******************************
    */
    .pageHeaderBg {
        margin: 0 auto;
        height: auto;
        background-size: inherit;
    }

    .pageHeaderBg__titleWrapper {
        height: 100%;
    }

    .pageHeaderBg__wrapper {
        height: 300px;
    }

    #pageHeaderBg__mask1,
    #pageHeaderBg__mask2 {
        height: 300px;
    }

    .recruit__introduction {
        width: 100%;
        background-color: #fff;
        overflow: hidden;
        position: static;
        transform: translate(0, 0);
        padding-block: 64px;
    }

    .introduction__catchphrase {
        font-size: 3.0rem;
        font-weight: bold;
        font-family: serif;
        margin: 0;
        text-align: center;
        color: #000;
    }

    .introduction__contentWrapper {
        position: relative;
    }

    .introduction__contentWrapper::before {
        display: none;
    }

    .introduction__contentWrapper::after {
        display: none;
    }

    .introduction__content {
        width: 100%;
        font-size: 1.6rem;
        line-height: 2.0em;
        font-family: serif;
        box-sizing: border-box;
        padding: 16px;
        text-align: left;
    }

    /*
    ******************************
        jobOfferription
    *******************************
    */

    .jobOffer__wrapper {
        width: 90%;
        margin: 64px auto;
    }

    /*
    ******************************
        voice
    *******************************
    */

    .voice__wrapper {
        width: 90%;
        margin: 64px auto;
    }

    .jobOffer__sectiontitle,
    .voice__sectiontitle {
        margin-bottom: 32px;
    }

    .voice1__wrapper {
        flex-direction: column;
        margin-bottom: 32px;
        align-items: center;
    }

    .voice1__img {
        width: 100%;
        box-shadow: -16px 16px #000000;
        margin-left: 14px;
        margin-bottom: 40px;
    }

    .voice1__interview {
        width: 100%;
        padding: 0px;
        line-height: 2.0em;
    }

    .voice1__interviewee,
    .voice1__question {
        border-left: solid 6px #000000;
        margin-bottom: 10px;
        padding-left: 10px;
        line-height: 1.5em
    }

    .voice1__answer {
        font-size: 1.4rem;
    }
}


/* ------------------------------------------
  480px〜959px：タブレット
--------------------------------------------*/
@media screen and (min-width:480px) and (max-width:959px) {

    /*
    ******************************
        common
    *******************************
    */
    .pageHeaderBg {
        margin: 0 auto;
        height: auto;
        background-size: inherit;
    }

    .pageHeaderBg__titleWrapper {
        height: 100%;
    }

    .pageHeaderBg__wrapper {
        height: 300px;
    }

    #pageHeaderBg__mask1,
    #pageHeaderBg__mask2 {
        height: 300px;
    }

    .recruit__introduction {
        width: 100%;
        background-color: #fff;
        overflow: hidden;
        position: static;
        transform: translate(0, 0);
        padding-block: 64px;
    }

    .introduction__catchphrase {
        font-size: 3.0rem;
        font-weight: bold;
        font-family: serif;
        margin: 0;
        text-align: center;
        color: #000;
    }

    .introduction__contentWrapper {
        position: relative;
    }

    .introduction__contentWrapper::before {
        display: none;
    }

    .introduction__contentWrapper::after {
        display: none;
    }

    .introduction__content {
        width: 100%;
        font-size: 1.6rem;
        line-height: 2.0em;
        font-family: serif;
        box-sizing: border-box;
        padding: 16px;
        text-align: left;
    }

    /*
    ******************************
        jobOfferription
    *******************************
    */

    .jobOffer__wrapper {
        width: 90%;
        margin: 64px auto;
    }

    .jobOffer__link {
        max-width: 550px;
    }

    /*
    ******************************
        voice
    *******************************
    */

    .voice1__img {
        max-width: 500px;
    }

    .voice__wrapper {
        width: 90%;
        margin: 64px auto;
    }

    .jobOffer__sectiontitle,
    .voice__sectiontitle {
        margin-bottom: 32px;
    }

    .voice1__wrapper {
        flex-direction: column;
        margin-bottom: 32px;
        align-items: center;
    }

    .voice1__img {
        width: 100%;
        box-shadow: -16px 16px #000000;
        margin-left: 14px;
        margin-bottom: 40px;
    }

    .voice1__interview {
        width: 100%;
        padding: 0px;
        line-height: 2.0em;
    }

    .voice1__interviewee,
    .voice1__question {
        border-left: solid 6px #000000;
        margin-bottom: 10px;
        padding-left: 10px;
        line-height: 1.5em
    }

    .voice1__answer {
        font-size: 1.4rem;
    }

}


/* ------------------------------------------
  960px〜1279px：タブレット(大)/モバイルPC
--------------------------------------------*/
@media screen and (min-width:960px) and (max-width:1279px) {

    /*
    ******************************
        common
    *******************************
    */
    .recruit__introduction {
        width: 90%;
    }

    .introduction__contentWrapper::before {
        display: none;
    }

    .introduction__contentWrapper::after {
        display: none;
    }

    /*
    ******************************
        jobOfferription
    *******************************
    */
    .jobOffer__wrapper {
        width: 90%;
    }

    /*jobOffer tabMenu*/
    .jobOffer__tabMenu {
        justify-content: space-around;
        margin-bottom: 56px;
    }

    .jobOffer__tabItem {
        width: 35%;
        margin: 16px 0;
    }

    /*
    ******************************
        voice
    *******************************
    */

    .voice__wrapper {
        width: 90%;
    }

    .voice1__img {
        object-fit: cover;
        object-position: left;
        width: 400px;
        height: 275px;
        box-shadow: -16px 16px #000000;
        margin-right: 2em;
    }
}

/* ------------------------------------------
  1280px〜：大型PC
--------------------------------------------*/
@media screen and (min-width:1280px) {}