

body{
    color: #091F2D;
    font-family: 'Noto Sans JP', sans-serif;
}

.interview{
    color: #091F2D;
}

.interviewNumber{
    margin-top: 12px;
    font-size: 20px;
}

.interviewNumber span{
    font-size: 32px;
    font-weight: 500;
    margin-right: 4px;
    position: relative;
    top: 3px;
}

.number1, .number3{
    color: #00A0E9;
}

.number2{
    color: #F49C00;
}

.interview__caption{
    color: #707070;
    width: 360px;
    margin: 32px 15%;
}

.interview_grid{
    display: grid;
    width: 76%;
    min-width: 760px;
    margin: 120px auto;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap:24px;
}

.interview_grid_item__caption{
    width: 80%;
    font-weight: bold;
    font-size: 1.3em;
    margin: 8px 0;
}

.interview_grid_item_member{
    color: #828282;

}

.interview_grid_item__member{
    color: #616e76;
    
}

.interview__movie{
    width: 61vw;
    margin: 7% auto;
}

.interview__movie h2{
    color: #319FE8;
    margin: 0;
}

.interview__movie p{
    margin: 4px 0 16px;
}

.hr_message{
    text-align: center;
    color: #319FE8;
}

.hr_message_caption{
    text-align: center;
}

.human_resources__keyvisual{
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.human_resources_pictureLeft{
    border-radius: 20px 0;
    top: 0;
    margin-left: -67%;
    position: absolute;
}

.human_resources_pictureRight{
    border-radius: 20px 0;
    top: 56%;
    margin-left:40%;
    position: absolute;
}

.human_resources_pictureUnder{
    border-radius: 20px 0;
    top: 90%;
    margin-left:-67%;
    position: absolute;
}

.hrContents__message{
    text-align: center;
}

.hrContents__message_field{
    position:  relative;
    background-color: #fff;
    padding: 32px;
    width: 72.5%;
    height: 1400px;
    line-height: 56px;
    margin: 0 auto;
    border-radius: 16px 0px 16px 16px;
}

.hrContents__message_field_top{
    color: #0B456B
}

.hrContents__button{
    margin: 250px auto 100px auto;
    display:flex;
    justify-content: center;
}

.hrContents__button_introductionPage{
    padding: 20px 90px;
    margin-right:10px;
    border: 1px solid #0D60B9;
    border-radius: 10px 0;
    text-decoration: none;
    color: #0D60B9;
    opacity: 1;
}

.hrContents__button_entryPage{
    padding: 20px 90px;
    margin-left: 10px;
    border-radius: 10px 0;
    background-color:#0B456B;
    text-decoration: none;
    color: #fff;
}

.hr_message__link img{
    width: 100%;
}

@media screen and (max-width: 1024px){
    .hrContents__button{
        margin-left: auto;
        margin-right: auto;
    }
    
}

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

    .interview_grid {
        display: block;
        margin: 8% auto;
        min-width: 0;
        width: 100%;
    }

    .interview__caption {
    color: #707070;
    width: auto;
    margin: 20px 5%;
    }

    .interview_grid_item{
    width: 90%;
    margin: 3% auto;
    }

    .hr_message_caption{
        width: 90%;
        margin: 4% auto;
        text-align: left;
    }

    .interviewee_img{
    width: 100%;
    height: auto;
}
}


@media screen and (max-width: 480px) {
    .human_resources_pictureLeft {
        max-width: 100%;
        display: block;
        margin-left: 0%;
        opacity: 0.1;
        transition: opacity 0.5s;
    }

    .human_resources_pictureRight {
        max-width: 100%;
        display: block;
        top: 40%;
        margin-left: 60%;
        opacity: 0.1;
        transition: opacity 0.5s;
    }

    .human_resources_pictureUnder {
        max-width: 100%;
        display: block;
        top: 73%;
        margin-left:0%;
        opacity: 0.1;
        transition: opacity 0.5s;
    }

    .hrContents__button {
        margin: 50px auto;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .hrContents__button > div {
        margin: 40px;
    }

    .hrContents__button a {
        margin: 0;
    }
}