@charset "utf-8";

/*==========================
article header
==========================*/
.article__header {
    width: 100%;
    height: 500px;
    object-fit: cover;
    position: relative;
}

.mainvisual__image {
    width: 100%;
}

.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;
}

.recruit__topic {
    text-align: center;
    font-size: 2.4rem;
    margin: 0 auto 50px;
}

.recruit__topic::before {
    content: '●●●●';
    color: var(--primary-blue, #000078);
    margin-right: 15px;
    font-size: 0.8rem;
    letter-spacing: 4px;
    vertical-align: middle;
}

.recruit__topic::after {
    content: '●●●●';
    color: var(--primary-blue, #000078);
    margin-left: 15px;
    font-size: 0.8rem;
    letter-spacing: 4px;
    vertical-align: middle;
}

/* main sp */
@media screen and (max-width:769px) {
    .article__header {
        height: 200px;
    }

    .mainvisual__image {
        height: auto;
    }

    .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;
    }

    .recruit__topic {
        font-size: 2rem;
    }

    .recruit__topic::before {
        font-size: 0.5rem;
    }

    .recruit__topic::after {
        font-size: 0.5rem;
    }
}/* sp 769px */

/* recruit_main */
.recuit__main {
    position: relative;
    background: var(--primary-white);
    margin: 0 auto;
    padding: 100px 30px;
}

.recruit__title {
    color: #74BCF0;
    text-align: center;
    font-size: 3.2rem;
    font-weight: 500;
    margin-bottom: 58px;
}

.recruit__comment-tvc {
    text-align: center;
    font-size: 2.2rem;
    font-weight: 400;
    max-width: 1140px;
    margin: 80px auto 45px;
}

.recruit__comment span {
    color: #0062B2;
    font-weight: 700;
}

.img__tvcpride {
    display: block;
    margin: 20px auto 0;
}

.img__tvcpride-logo {
    display: block;
    margin: 0 auto;
    max-width: 500px;
}

/* recruit__main sp */
@media screen and (max-width:769px) {
    .recuit__main {
        padding: 50px 30px;
    }

    .recruit__title {
        font-size: 2.4rem;
        margin-bottom: 30px;
    }

    .recruit__comment-tvc {
        font-size: 1.6rem;
        margin: 0 auto;
    }

    .img__tvcpride-logo {
        max-width: 100%;
    }
}/* sp 769px */

/* recruit__type */
.recruit__type {
    background: var(--primary-lightblue);
    margin: 0 auto;
}

.recruit__lists {
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
    margin: 50px auto 0;
}

.recruit__list {
    width: 400px;
    min-height: 300px;
    padding: 50px 100px;
    position: relative;
}

.recruit__yourtype {
    color: #0062B2;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1.5rem;
    position: relative;
    text-align: center;
    cursor: pointer;
}

.recruit__yourtype-after {
    color: #0062B2;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1.5rem;
    position: relative;
    text-align: center;
    cursor: pointer;
}

.recruit__yourtype img,
.recruit__yourtype-after img {
    width: 150px;
    height: 150px;
}

.recruit__grp {
    background: var(--primary-white);
    width: 1000px;
    padding: 30px;
    border-radius: 20px;
    border: 10px solid #0062B2;
    margin-top: 56px;
    display: flex;
    flex-wrap: wrap;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 7px;
    top: 150px;
    overflow: visible;
    z-index: 10;
    transition: opacity .25s ease; 
}

#grpA {
    left: 25%;
}

#grpB {
    left: -75%;
}

#grpC {
    left: -175%;
}

#grpD {
    left: 25%;
}

#grpE {
    left: -75%;
}

#grpF {
    left: -175%;
}

.recruit__list.is-active {
    height: 500px
}

/* ====== is-active時の切替 ====== */

.recruit__list.is-active .recruit__yourtype {
    display: none;
}
.recruit__list.is-active .recruit__yourtype-after {
    display: block;
}

.recruit__list.is-active .recruit__grp {
    visibility: visible;
    opacity: 1;
}

.recruit__yourtype,
.recruit__yourtype-after {
    display: block;
    text-align: center;
    cursor: pointer;
}
.recruit__yourtype button,
.recruit__yourtype-after button {
    appearance: none;
    border: none;
    background: none;
    font: inherit;
    color: inherit;
    cursor: inherit;
}


.recruit__list .recruit__yourtype-after {
  display: none;
}

.recruit__typetxt {
    width: 603px;
    text-align: center;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.5;
}

.recruit__typetxt span {
    color: #EC6257;
}

.type__brsp {
        display: none;
}

.recruit__ex {
    margin: -115px 0 0 322px;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5;
}

@media screen and (max-width:1279px) {
    .recruit__lists {
        justify-content: center;
    }

    .recruit__yourtype {
        font-size: 2rem;
    }

    .recruit__yourtype-after {
        font-size: 2rem;
    }

    .recruit__list {
        width: 380px;
    }

    
    .recruit__list:nth-of-type(2n) {
        margin-right: 100px;
    }

    .recruit__grp {
        width: 700px;
        padding: 20px;
        margin-top: 55px;
    }

    #grpA {
        left: 34px;
    }

    #grpB {
        left: -340px;
    }

    #grpC {
        left: 34px;
    }

    #grpD {
        left: -340px;
    }

    #grpE {
        left: 34px;
    }

    #grpF {
        left: -340px;
    }

    .recruit__typetxt {
        width: 300px;
        font-size: 1.6rem;
        font-weight: 400;
        margin: 10px auto 20px;
    }

    .recruit__ex {
        margin: -112px 0 0 300px;
        font-size: 1.4rem;
    }
}/* sp 1281px */

/* recruit__type sp */
@media screen and (max-width:867px) {
    .recruit__lists {
        max-width: 340px;
        display: block;
        margin: 50px auto 0;
    }

    .recruit__list {
        width: 340px;
        min-height: 167px;
        padding: 0 72px;
    }

    .recruit__yourtype {
        font-size: 2rem;
    }

    .recruit__yourtype-after {
        font-size: 2rem;
    }

    .recruit__yourtype img,
    .recruit__yourtype-after img {
        width: 80px;
        height: 80px;
    }

    .recruit__grp {
        width: 340px;
        padding: 20px;
        margin-top: -60px;
        display: block;
        left: 7px;
        top: 150px;
    }

    #grpA {
        left: 0;
    }

    #grpB {
        left: 0;
    }

    #grpC {
        left: 0;
    }

    #grpD {
        left: 0;
    }

    #grpE {
        left: 0;
    }

    #grpF {
        left: 0;
    }

    .recruit__list.is-active {
        height: 597px
    }

    .recruit__typetxt {
        width: auto;
        text-align: center;
        font-size: 1.4rem;
        font-weight: 500;
        margin: 10px auto 20px;
    }

    .type__brsp {
        display: block;
    }

    .recruit__ex {
        margin: 0;
        font-size: 1.4rem;
    }
}/* sp 769px */

/* recruit__rial */
.recruit__rial {
    padding-bottom: 70px;
    padding: 105px 30px 70px;
}

.real__lists {
    display: flex;
    flex-wrap: wrap;
    max-width: 1240px;
    margin: 90px auto;
    justify-content: center;
}

.real__list {
    text-align: center;
    width: 400px;
    margin-bottom: 40px;
}

.real__title {
    color: var(--base-white, #FDFDFF);
    text-align: center;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.5;
    border-radius: 30px;
    background: #0062B2;
    width: 300px;
    height: 50px;
    padding-top: 9px;
    margin: 0 auto 20px;
}

.img__real {
    width: 150px;
    height: 150px;
    margin: 10px auto 0;
}

.count__up-no {
    font-size: 3rem;
    color: #0062B2;
}

.real__unit {
    color: #0062B2;
    text-align: center;
    font-size: 2.4rem;
    font-weight: 900;
    line-height: 1.5;
    display: flex;
    justify-content: center;
    align-items: end;
}

.real__number {
    font-size: 4rem;
    margin-right: 10px;
}

.real__hyphen {
    font-size: 4rem;
}

.real__number-woman {
    margin-left: 8px;
}

.real__unit-woman,
.real__number-woman {
    color: #FF9289;
}

/* recruit__main sp */
@media screen and (max-width:769px) {
    .recruit__rial {
        padding-bottom: 50px;
    }

    .real__lists {
        max-width: 1240px;
        gap: 40px;
        margin: 50px auto;
        justify-content: center;
    }

    .real__title {
        font-size: 1.6rem;
        width: 250px;
        height: 40px;
        padding-top: 6px;
        margin-bottom: 0;
    }

    .img__real {
        margin: 0 auto;
    }

    .real__unit {
        line-height: 1;
    }
}/* sp 769px */

/* benefit */
.recruit__benefit {
    background: var(--primary-lightblue);
}

.benefit__list {
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1.5;
    max-width: 1290px;
    height: auto;
    border-bottom: 2px solid #FFF;
    margin: 0 auto;
    display: flex;
    padding: 28px 60px;
    align-items: center;
}

.benefit__item {
    width: 103px;
    min-width: 103px;
    margin-right: 77px;
}

.benefit__contents {
    font-weight: 400;
}

.benefit__list:nth-of-type(5) .benefit__contents {
    padding-top: 0;
}

.benefit__sub {
    color: #FF9289;
    font-size: 2rem;
}

/* recruit__main sp */
@media screen and (max-width:769px) {
    .benefit__list {
        font-size: 1.6rem;
        max-width: 1290px;
        margin: 0 auto;
        padding: 20px 25px;
    }

    .benefit__item {
        margin-right: 0;
    }

    .benefit__contents {
        font-weight: 400;
    }

    .benefit__list:nth-of-type(5) .benefit__contents {
        padding-top: 0;
    }

    .benefit__sub {
        color: #FF9289;
        font-size: 1.6rem;
    }
}/* sp 769px */

/* training */
.recruit__training {
    padding: 105px 30px 150px;
}

.training__grp {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    max-width: 1400px;
    margin: 0 auto;
}

.training__comment {
    font-size: 2rem;
    line-height: 1.7;
    max-width: 819px;
    height: auto;
    position: relative;
    background-image: url(../images/circle-l.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin: 100px auto;
}

.training__comment::after {
    content: '';
    width: 123px;
    height: 123px;
    display: block;
    background-image: url(../images/circle-s.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 430px;
    left: 307px;
    z-index: -10;
}

.training__img {
    max-width: 510px;
    height: auto;
    object-fit: contain;
    margin: 0 auto;
}

/* recruit__training sp */
@media screen and (max-width:769px) {
    .recruit__training {
        padding: 54px 30px 37px;
    }

    .training__grp {
        display: block;
        gap: 0;
    }

    .training__comment {
        font-size: 1.4rem;
        width: auto;
        height: auto;
        padding: 0;
        margin: 0 auto 30px;
    }

    .training__comment::after {
        display: none;
    }

    .training__img {
        width: 80%;
        height: auto;
        display: block;
        margin: 0 auto;
    }
}/* sp 769px */

/* question */
.question__list {
    max-width: 1237px;
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1.5;
    padding: 25px 31px;
    margin: 20px auto;
    border-radius: 20px;
    background: #FFF;
}

.question__Q {
    display: flex;
    font-weight: 400;
    align-items: center;
    padding-bottom: 20px;
    position: relative;
    cursor: pointer;
}

.question__Q::after {
    content: '';
    width: 25px;
    height: 16px;
    background-image: url(../images/triangle.png);
    position: absolute;
    background-repeat: no-repeat;
    top: 50%;
    right: 0;
    transform: translateY(-50%) rotate(0deg);
    transform-origin: 50% 50%;
    background-size: contain;
    transition: transform .25s ease;
}

.question__Q[aria-expanded="true"]::after {
  transform: translateY(-50%) rotate(180deg);
}

.question__title {
    color: #1971B9;
    text-align: center;
    font-size: 4.8rem;
    font-weight: 500;
    line-height: 1.5;
    margin-right: 34px;
}

.question__A {
    display: none;
    font-weight: 400;
    align-items: center;
    border-top: 1px solid #1971B9;
}

.question__A.active {
    display: flex;
    padding-top: 20px;
}

/* question sp */
@media screen and (max-width:769px) {
    .question__list {
        font-size: 1.4rem;
        padding: 0 30px;
        margin: 10px auto;
    }

    .question__Q {
        padding-bottom: 5px;
    }

    .question__Q::after {
        width: 12px;
        height: 10px;
    }

    .question__title {
        font-size: 3rem;
        margin-right: 17px;
    }

    .question__A.active {
        display: flex;
        padding-top: 15px;
    }
}/* sp 769px */

/* recruit__entry */
.recruit__entry {
    padding: 0;
}


.recruit__topic-entry {
    text-align: center;
    font-size: 2.4rem;
    margin: 0 auto 30px;
    color: #fff;
}

.entry__new {
    background: #1971B9;
    padding: 50px 20px;
    text-align: center;
}

.entry__txt {
    font-size: 2rem;
    color: #fff;
}

.btn-mynavi {
    color: #1971B9;
    background: #fff;
    padding: 24px 71px;
    margin: 25px auto;
}

.btn-mynavi::after {
    content: '';
    display: inline-block;
    width: 24px;
    height: 15px;
    background-image: url(../images/btn_arrow_blue.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 33px;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.2s;
}

.entry__career {
    background: #FF9289;
    padding: 50px 20px;
    text-align: center;
}

.entry__tel {
    font-size: 2.4rem;
    color: #fff;
    margin-top: 10px;
}

.btn-form {
    color: #FF9289;
    background: #fff;
    padding: 24px 71px;
    margin: 25px auto;
}

.btn-form::after {
    content: '';
    display: inline-block;
    width: 24px;
    height: 15px;
    background-image: url(../images/arrow_pink.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 33px;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.2s;
}

/* entry sp */
@media screen and (max-width:769px) {
    .recruit__entry {
        padding: 50px 0 0 0;
    }

    
    .recruit__topic-entry {
        font-size: 2rem;
        margin: 0 auto 30px;
    }

    .entry__new {
        padding: 30px 20px;
    }

    .entry__txt {
        font-size: 1.6rem;
    }

    .btn-mynavi {
        margin: 25px auto;
        padding: 19px 71px;
    }

    .entry__career {
        background: #FF9289;
        padding: 50px 20px;
        text-align: center;
    }

    .entry__tel {
        text-decoration: underline;
        cursor: pointer;
    }

    .btn-form {
        font-size: 1.8rem;
        padding: 19px 60px;
        margin: 25px auto;
    }
}/* sp 769px */