@charset "utf-8";

.candidate_profile .pc_only {
    display: block;
}

.candidate_profile .sp_only {
    display: none;
}


.candidate_profile .breadcrumb {
    color: #38393c;
    background-color: #fff;
}


.candidate_profile .breadcrumb .content_inner {
    margin: 0 auto;
}

.candidate_profile .description{
    padding: 0 40px;

}


.candidate_profile .candidate_profile_mv {
    width: 100%;
    /* height: 590px; */
    height: 40.625vw;
    position: relative;
    overflow: hidden;
    display: flex;
}

.candidate_profile .candidate_profile_mv>div {
    width: 50%;
    border-bottom: 1px solid #38393c;

}

.candidate_profile .candidate_profile_mv>div:nth-of-type(2) {
    border-left: 1px solid #38393c;

}

.candidate_profile .candidate_profile_mv>div:first-child {
    height: auto;

}


.candidate_profile .candidate_profile_mv>div:first-child {
    background-image: url("../img/candidateprofile_mvleft.jpg");
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    max-height: calc(100% * (780 / 780));
    background-size: cover;
    border-top: 1px solid #38393c;

}


.candidate_profile .candidate_profile_mv .mv_inner {
    /* margin-top: 60px;
    margin-right: 80px; */
    /* margin-top: 14.65%; */
    margin-right: 8.33%;
    text-align: right;
}

.candidate_profile .candidate_profile_mv .par_page {
    /* margin-top: 85px;
    margin-right: 80px; */
    padding-top: 8.65%;
    margin-right: 8.33%;
    padding-bottom: 5.65%;
    text-align: right;
}

.candidate_profile .candidate_profile_mv .par_page .par_page_ttl {
    font-size: 1.98vw;
    line-height: 1;

}

.candidate_profile .candidate_profile_mv .par_page .ttl_ruby {
    font-size: 1.19vw;
    color: #fff;
    font-weight: 500;
}

.candidate_profile .candidate_profile_mv .mv_inner .ttl_ruby {
    font-size: 2.08vw;
    color: #fff;
    font-weight: 500;
    line-height: 2;
}


.candidate_profile h1 {
    color: #fff;
    font-family: 'Neuzeit Grotesk';
    font-size: 4.16vw;
    font-weight: 800;
}

.candidate_profile .par_page_ttl {
    color: #fff;
    font-family: 'Neuzeit Grotesk';
    font-size: 2.60vw;
    font-weight: 700;
}

.candidate_profile .candidate_profile_mv .candidate_profile_inner h1 {
    margin-bottom: 4rem;
}


@media screen and (min-width:601px) {
    .candidate_profile .candidate_profile_mv .mv_name {
        max-height: calc(100% * (190 / 780));
        height: 100%;
    }

    .candidate_profile .candidate_profile_mv div img {
        height: 100%;
        width: 100%;
    }

}


/* -----------------------------mvここまで-------------------------- */

.candidate_profile .candidate_profile_wrap {
    width: 100%;
    max-width: 1000px;
    height: auto;
    margin: 120px auto 100px;
}

.candidate_profile .candidate_profile_wrap .content_box {
    background-color: #fcf2e5;
    margin: 50px auto 100px;

}


.candidate_profile .pentagon {
    height: 470px;
    background-image: url("../img/pentagon.png");
    background-position: center;
    background-repeat: no-repeat;
}

.candidate_profile .candidate_profile_wrap .description_ttl {
    font-weight: 500;
    font-size: 2.4rem;
}

.candidate_profile .candidate_profile_wrap .description_txt {
    line-height: 2;
    padding-top: 1rem;
}

.candidate_profile .contents_ttl span {
    font-family: 'Neuzeit Grotesk';
    font-size: 7rem;
    font-weight: 800;
    vertical-align: middle;
    padding: 0 5px;
}

.candidate_profile .contents_ttl {
    font-size: 2.4rem;
    font-weight: 500;
    padding: 20px 40px;
}


.candidate_profile .grid_box {
    width: 100%;
    max-width: 1000px;
    height: auto;
    margin-top: 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: auto;
}

.candidate_profile .grid_inner {
    padding: 0 30px 25px 30px;
}

.candidate_profile .grid_inner:nth-of-type(2) {
    grid-row-start: 2;
}

.candidate_profile .grid_inner:nth-of-type(3) {
    grid-row-start: 3;
}

.candidate_profile .grid_inner:nth-of-type(4) {
    grid-column-start: 2;
    grid-row-start: 1;
}

.candidate_profile .grid_inner:nth-of-type(5) {
    grid-column-start: 2;
    grid-row-start: 2;
}


.candidate_profile .grid_inner .grid_ttl {
    color: #ec9b2c;
    font-size: 2.4rem;
    font-weight: 500;
}

.candidate_profile .grid_inner .grid_ttl span {
    font-family: 'Neuzeit Grotesk';
    margin-right: 1rem;
}

.candidate_profile .grid_inner .grid_ttl_txt {
    line-height: 1.6;
    padding-top: 10px;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 2dppx) {
    .candidate_profile .candidate_profile_mv {
        background-image: url("../img/candidateprofile_mvleft.jpg");
    }

    .candidate_profile .pentagon {
        background-image: url("../img/pentagon.png");
    }
}


@media screen and (max-width: 600px) {
    .candidate_profile .pc_only {
        display: none !important;
    }

    .candidate_profile .sp_only {
        display: block;
    }

    .candidate_profile .description .content_inner {
        padding: 30px 6.25% 40px 6.25%;
        text-align: left;
        line-height: 2.2;
        font-size: 1.8rem;
    }



    .candidate_profile .candidate_profile_mv {
        /* height: 380px; */
        height: auto;
        flex-direction: column;

    }

    .candidate_profile .candidate_profile_mv>div {
        width: 100%;
    }


    .candidate_profile .content_box .content_inner {
        display: block;
        margin: 0;
        padding: 0;

    }

    .candidate_profile .candidate_profile_mv>div {
        width: 100%;
        height: 190px;
        background-size: cover;
    }

    .candidate_profile .candidate_profile_mv>div:first-child {
        width: 100%;
        background-image: url("../img/candidateprofile_mvleft_sp.jpg");
        background-size: cover;

    }

    .candidate_profile .candidate_profile_mv div:nth-of-type(2) img {
        object-fit: cover;
        width: 100%;
        height: 50.26vw;
    }

    .candidate_profile .candidate_profile_mv>div:nth-of-type(2) {
        border-left: none;
    }
    .candidate_profile .candidate_profile_mv .mv_inner {
        margin-right: 6%;
        margin-top: 3.3%;
        margin-bottom: 1.2%;    }

    .candidate_profile .candidate_profile_mv .par_page {
        line-height: 2.4;
        padding-top: 9.65%;
        margin-right: 6%;
        padding-bottom: 3.5%;
        text-align: right;
    }

    .candidate_profile .candidate_profile_mv .par_page .par_page_ttl {
        font-size: 2rem;
        line-height: 1;
    }

    .candidate_profile .candidate_profile_mv .par_page .ttl_ruby {
        font-size: 1.4rem;
    }

    .candidate_profile h1 {
        font-size: 3.5rem;
    }

    .candidate_profile .par_page_ttl {
        font-size: 5rem;
        font-weight: 700;
    }

    .candidate_profile .candidate_profile_mv .mv_inner .ttl_ruby {
        font-size: 1.8rem;
        font-weight: 300;
    }

    /* ---------------------------SPmvここまで------------------------------ */

    .candidate_profile .candidate_profile_wrap {
        max-width: 600px;
        margin: 0 auto 60px;
        border-top: 1px solid #38393c;

    }


    .candidate_profile .description {
        font-size: 1.8rem;
        text-align: left;
        line-height: 2;
        padding: 0;

    }

    .candidate_profile .candidate_profile_wrap .description_ttl {
        font-size: 1.8rem;
    }

    .candidate_profile .candidate_profile_wrap .description_txt {
        font-size: 1.4rem;
    }

    .candidate_profile .candidate_profile_wrap .content_box {
        margin: 0px auto;
        padding-bottom: 20px;
    }

    .candidate_profile .contents_ttl {
        font-size: 1.8rem;
        line-height: 1;
        padding: 35px 40px 0;
    }

    .candidate_profile .contents_ttl span {
        font-size: 5rem;

    }

    .candidate_profile .pentagon {
        background-size: contain;
        margin: -20px 20px;
    }

    .candidate_profile .grid_box {
        max-width: 600px;
        margin-top: 0px;
        display: flex;
        flex-direction: column;
    }

    .candidate_profile .grid_inner .grid_ttl_txt {
        line-height: 2;
        font-size: 1.4rem;
    }

    @media (-webkit-min-device-pixel-ratio: 2),
    (min-resolution: 2dppx) {
        .candidate_profile .candidate_profile_mv {
            background-image: url("../img/candidateprofile_mvleft_sp.jpg");
        }

    }
}
