@charset "UTF-8";

#stafflist {
    padding-bottom: 60px;
}

.stafflist_content {
    text-align: center;
    padding: 120px 0 100px;
}

.stafflist_content p {
    font-size: 16px;
    line-height: 2em;
    text-align: center;
}

.stafflist_content p.title {
    font-size: 34px;
    text-align: center;
    margin-bottom: 30px;
}

/*staff_listはcommon.cssに*/

@media screen and (max-width: 768px) {
    #stafflist {
        padding-bottom: 40px;
    }

    .stafflist_content {
        text-align: center;
        padding: 40px 0 60px;
    }

    .stafflist_content p {
        font-size: 14px;
        line-height: 2em;
        text-align: left;
    }

    .stafflist_content p.title {
        font-size: 24px;
        text-align: center;
        margin-bottom: 20px;
    }
}


/*staff details*/

#staff_hero {
    position: relative;
    margin-top: 80px;
    background: #D5EDF9;
    background: linear-gradient(90deg, rgba(213, 237, 249, 1) 50%, rgba(151, 197, 223, 1) 50%);
    padding-top: 33.2031%;
    overflow: hidden;
}

#staff_hero .bg {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#staff_hero .builder {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 33.2031%;
    width: 90%;
    max-width: 75vw;
    margin: 0 auto;
    overflow: hidden;
}

#staff_hero .builder .txtblock {
    max-width: 40vw;
    text-align: left;
    position: absolute;
    z-index: 2;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

#staff_hero .builder .txtblock img {
    width: 100%;
}

#staff_hero .builder .txtblock .job {
    display: block;
    color: #fff;
    font-size: 2vw;
    padding-left: 10px;
}

#staff_hero .builder .txtblock .job span {
    font-size: 1vw;
    padding-left: 20px;
}

#staff_hero .builder .en {
    position: absolute;
    top: 8vw;
    left: 0;
    writing-mode: vertical-rl;
    color: #0090E6;
    font-size: 1vw;
}

#staff_hero .builder .en::after {
    content: "";
    width: 1px;
    height: 800px;
    background-color: #0090E6;
    position: absolute;
    top: 5vw;
    left: 0.6vw;
}

#staff_body .layout {
    display: flex;
    justify-content: space-between;
    padding-top: 150px;
    padding-bottom: 150px;
}

#staff_body .layout .item:nth-of-type(1) {
    flex-basis: 20%;
}

#staff_body .layout .item:nth-of-type(2) img,
#staff_sche .layout .item:nth-of-type(1) img {
    border-radius: 50px 0 50px 0;
}

#staff_body .layout .item:nth-of-type(1) p {
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-size: 52px;
    line-height: 1.6em;
}

#staff_body .layout .item:nth-of-type(2) {
    flex-basis: 65%;
}

#staff_body .layout .item:nth-of-type(2) dl.question {
    display: block;
    margin-bottom: 80px;
}

#staff_body .layout .item:nth-of-type(2) dl.question dt {
    display: block;
    text-align: left;
    color: #0090E6;
    font-size: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 30px;
    text-indent: -2.3em;
    padding-left: 2.3em;
}

#staff_body .layout .item:nth-of-type(2) dl.question dt::before {
    content: "Q";
    color: #ffffff;
    font-size: 14px;
    line-height: 1em;
    text-indent: 0;
    background-color: #0090E6;
    padding: 2px 12px 4px;
    display: inline-block;
    vertical-align: 2px;
    border-radius: 20px;
    margin-right: 10px;
}

#staff_body .layout .item:nth-of-type(2) dl.question dd .title {
    display: block;
    text-align: left;
    font-size: 24px;
    line-height: 1.8em;
    margin-bottom: 15px;
}

#staff_body .layout .item:nth-of-type(2) dl.question dd .detail {
    display: block;
    text-align: left;
    font-size: 15px;
    line-height: 1.8em;
}


#staff_sche {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

#staff_sche .bg img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: blur(5px);
}

#staff_sche .bg::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 114, 230, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

#staff_sche .builder {
    position: relative;
    z-index: 3;
}

#staff_sche .layout {
    padding: 120px 0;
    display: flex;
    justify-content: space-between;
}

#staff_sche .layout .item:nth-of-type(1) {
    flex-basis: 40%;
}

#staff_sche .layout .item:nth-of-type(2) {
    flex-basis: 52%;
    padding-top: 20px;
}

#staff_sche .layout .item .title {
    color: #fff;
    font-family: "Marcellus", serif;
    font-size: 60px;
    line-height: 1em;
    margin-bottom: 30px;
}

#staff_sche .layout .item .title span {
    display: block;
    font-family: "Zen Old Mincho", serif;
    font-size: 20px;
}

#staff_sche .layout .item .schedules {
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    margin-bottom: 5px;
}

#staff_sche .layout .item .schedules .col:nth-of-type(1) {
    flex-basis: 15%;
    position: relative;
    color: #fff;
}

#staff_sche .layout .item .schedules .col:nth-of-type(1)::before {
    content: "";
    width: 1px;
    height: 300px;
    background: #fff;
    position: absolute;
    top: 30px;
    left: 50%;
}

#staff_sche .layout .item .schedules:last-child .col:nth-of-type(1)::before {
    display: none;
}

#staff_sche .layout .item .schedules .col:nth-of-type(2) {
    flex-basis: 80%;
    text-align: left;
}

#staff_sche .layout .item .schedules .col:nth-of-type(2) .job {
    color: #000;
    background-color: #fff;
    display: block;
    padding: 3px 15px;
    border-radius: 30px;
    font-size: 16px;
}

#staff_sche .layout .item .schedules .col:nth-of-type(2) .detail {
    display: block;
    color: #fff;
    padding: 5px 15px 20px;
    font-size: 15px;
    line-height: 2em;
}


#staff_interview .builder {
    max-width: 940px;
    padding: 100px 0;
    text-align: center;
}

#staff_interview .builder .title {
    font-size: 20px;
    text-align: center;
    margin-bottom: 40px;
}

#staff_interview .builder .title span {
    padding-top: 15px;
    display: block;
    font-family: "Marcellus", serif;
    font-size: 40px;
    line-height: 1em;
    color: #0090E6;
}

#staff_message {
    /* background-image: url(../img/staff/staff_messagebg.jpg);
    background-repeat: repeat; */
    margin-bottom: 120px;
    position: relative;
}

#staff_message .layout {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

#staff_message .layout .item:nth-of-type(1) {
    flex-basis: 55%;
    padding-bottom: 100px;
}

#staff_message .layout .item:nth-of-type(2) {
    flex-basis: 40%;
}

#staff_message .layout .item:nth-of-type(1) .title {
    border-left: 1px solid #aaa;
    padding-top: 80px;
    padding-left: 20px;
    text-align: left;
    font-size: 18px;
    line-height: 1.8em;
}

#staff_message .layout .item:nth-of-type(1) .title span {
    display: block;
    font-family: "Marcellus", serif;
    font-size: 34px;
    line-height: 1em;
    color: #0090E6;
    padding-top: 10px;
}

#staff_message .layout .item:nth-of-type(1) .detail {
    padding-top: 60px;
}

#staff_message .layout .item:nth-of-type(1) .detail p {
    font-size: 15px;
    line-height: 1.8em;
}

#staff_message .layout .item:nth-of-type(1) .detail p:nth-of-type(1) {
    font-size: 30px;
    line-height: 1.4em;
    margin-bottom: 20px;
}

#staff_message .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

#staff_message .bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.entry_link {
    max-width: 750px;
    margin: 0 auto;
    padding-bottom: 160px;
}

.entry_link a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    color: #000;
    border: 1px solid #ddd;
    padding: 50px;
    border-radius: 10px;
}

.entry_link a:hover {
    background: #0090E6;
    color: #fff;
    opacity: 1;
}

.entry_link a span:nth-of-type(1) {
    font-size: 22px;
}

.entry_link a span:nth-of-type(2) {
    position: relative;
    padding-right: 60px;
}

.entry_link a span:nth-of-type(2)::after {
    content: "";
    width: 42px;
    height: 42px;
    background-image: url(../img/common/dot_blue.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);

}



@media screen and (max-width: 768px) {

    #staff_hero {
        margin-top: 60px;
        padding-top: 0;
        background: #fff;
        overflow: visible;
    }

    #staff_hero .bg {
        position: static;
        display: block;
        aspect-ratio: 3 / 1.6;
    }

    #staff_hero .bg img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: left top;
    }

    #staff_hero .builder {
        position: static;
        max-width: 90vw;
        padding-top: 0;
        transform: translateX(0);
        overflow: visible;
    }

    #staff_hero .builder .txtblock {
        display: block;
        max-width: 90vw;
        text-align: left;
        position: static;
        z-index: 2;
        top: inherit;
        right: inherit;
        left: 0;
        transform: translateY(0);
        padding: 30px 0 20px;
    }

    #staff_hero .builder .txtblock img {
        width: 100%;
    }

    #staff_hero .builder .txtblock .job {
        display: block;
        color: #000;
        font-size: 18px;
        padding-left: 0;
        padding-top: 10px;
    }

    #staff_hero .builder .txtblock .job span {
        font-size: 12px;
        padding-left: 0;
        display: block;
        color: #000;
    }

    #staff_hero .builder .en {
        display: none;
    }

    #staff_body .layout {
        display: block;
        padding-top: 60px;
        padding-bottom: 80px;
    }

    #staff_body .layout .item:nth-of-type(1) {
        flex-basis: 20%;
    }

    #staff_body .layout .item:nth-of-type(1) p {
        writing-mode: inherit;
        text-orientation: inherit;
        font-size: 28px;
        line-height: 1.6em;
        margin-bottom: 60px;
    }

    #staff_body .layout .item:nth-of-type(2) dl.question {
        display: block;
        margin-bottom: 60px;
    }

    #staff_body .layout .item:nth-of-type(2) dl.question dt {
        font-size: 18px;
        margin-bottom: 20px;
    }

    #staff_body .layout .item:nth-of-type(2) dl.question dd .title {
        font-size: 18px;
        margin-bottom: 10px;
    }

    #staff_body .layout .item:nth-of-type(2) dl.question dd .detail {
        font-size: 14px;
    }

    #staff_sche .layout {
        padding: 40px 0;
        display: block;
    }

    #staff_sche .layout .item:nth-of-type(1) {
        margin-bottom: 40px;
    }

    #staff_sche .layout .item:nth-of-type(2) {
        padding-top: 20px;
    }

    #staff_sche .layout .item .title {
        font-size: 38px;
        line-height: 1em;
        margin-bottom: 30px;
    }

    #staff_sche .layout .item .title span {
        font-size: 16px;
    }

    #staff_interview .builder {
        padding: 60px 0;
    }

    #staff_interview .builder .title {
        font-size: 16px;
        margin-bottom: 40px;
    }

    #staff_interview .builder .title span {
        padding-top: 15px;
        font-size: 30px;
    }

    #staff_message {
        margin-bottom: 60px;
    }

    #staff_message .layout {
        display: block;
    }

    #staff_message .layout .item:nth-of-type(1) {
        padding-bottom: 10px;
    }

    #staff_message .layout .item:nth-of-type(2) {
        flex-basis: 40%;
    }

    #staff_message .layout .item:nth-of-type(2) img {
        max-width: 60%;
    }

    #staff_message .layout .item:nth-of-type(1) .title {
        padding-top: 60px;
        font-size: 16px;
    }

    #staff_message .layout .item:nth-of-type(1) .title span {
        font-size: 32px;
        padding-top: 10px;
    }

    #staff_message .layout .item:nth-of-type(1) .detail {
        padding-top: 30px;
    }

    #staff_message .layout .item:nth-of-type(1) .detail p {
        font-size: 14px;
    }

    #staff_message .layout .item:nth-of-type(1) .detail p:nth-of-type(1) {
        font-size: 24px;
        margin-bottom: 20px;
    }

    #staff_message .bg {
        position: static;
        aspect-ratio: 2 / 1.2;
    }

    #staff_message .bg img{
        object-position: right;
    }

    .entry_link {
        max-width: 750px;
        margin: 0 5%;
        padding-bottom: 60px;
    }

    .entry_link a {
        display: block;
        text-align: left;
        color: #000;
        border: 1px solid #ddd;
        padding: 30px;
        border-radius: 10px;
    }

    .entry_link a span:nth-of-type(1) {
        display: block;
        position: relative;
        font-size: 16px;
    }

    .entry_link a span:nth-of-type(2) {
        display: none;
    }

    .entry_link a span:nth-of-type(1)::after {
        content: "";
        width: 30px;
        height: 30px;
        background-image: url(../img/common/dot_blue.png);
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        top: 50%;
        right: -10px;
        transform: translateY(-50%);
    }

}