  @charset "utf-8";

#main_img {
    position: relative;
}

#main_img img {
    width: 100%;
}

#main_img h1.title {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#main_img h1.title picture {
    width: calc(335/375 * 100%);
}

#interview {
    margin-top: 40px;
}

#interview h2 {
    font-size: 1.8rem;
    line-height: 1.6;
    font-weight: normal;
    text-align: center;
}

#interview ul.bb_list {
    max-width: 335px;
    margin: 40px auto 0 auto;
    row-gap: 40px;
}

#interview ul.bb_list>li {
    width: 100%;
    max-width: none;
}

#interview ul.bb_list>li .bb_thumbnail {
    color: var(--font_color);
    transition: var(--duration) all;
}

#interview ul.bb_list>li .bb_thumbnail>.block {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
}

#interview ul.bb_list>li .bb_thumbnail>.block>* {
    width: 100%;
}

#interview ul.bb_list>li .bb_thumbnail dl.body>.block {
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    line-height: 1.6;
}

#interview ul.bb_list>li .bb_thumbnail dl.body>.block>dt {
    width: 100%;
    font-size: 2.2rem;
}

#interview ul.bb_list>li .bb_thumbnail dl.body>.block>dd {
    width: 100%;
    font-size: 1.3rem;
}

/*ե`ηN*/
#interview ul.bb_list>li .bb_thumbnail.lb_red .img::before {
    background-image: url(/recruit/sin/special/img/page_001/s_d_01bb_kd.svg);
}

#interview ul.bb_list>li .bb_thumbnail.lt_orange .img::before {
    background-image: url(/recruit/sin/special/img/page_002/s_d_02bb_kd.svg);
}

#interview ul.bb_list>li .bb_thumbnail.rt_blue .img::before {
    background-image: url(/recruit/sin/special/img/page_003/s_d_03bb_kd.svg);
}

#interview ul.bb_list>li .bb_thumbnail.rb_green .img::before {
    background-image: url(/recruit/sin/special/img/page_004/s_d_04bb_kd.svg);
}

@media only screen and (min-width:768px) {
    #main_img h1.title picture {
        width: calc(1030/1350 * 100%);
    }

    #interview {
        margin-top: 70px;
    }

    #interview h2 {
        font-size: 2.8rem;
    }

    #interview ul.bb_list {
        max-width: none;
        margin-top: 70px;
        row-gap: 50px;
    }

    #interview ul.bb_list>li {
        width: calc(575/1200 * 100%);
    }

    #interview ul.bb_list>li .bb_thumbnail dl.body>.block {
        row-gap: 20px;
    }

    #interview ul.bb_list>li .bb_thumbnail dl.body>.block>dt {
        font-size: 2.8rem;
    }

    #interview ul.bb_list>li .bb_thumbnail:hover {
        color: var(--color_hover);
    }
}

/*˥ک`/
article {
    overflow: hidden;
}

article img {
    width: 100%;
}

article:before {
    content: "";
    display: block;
    width: 100%;
    height: 25px;
    background-position: left;
    background-size: auto 100%;
    background-repeat: no-repeat;
}

article #profile {
    border-left: 25px solid var(--font_color);
    position: relative;
}

article #profile .img {
    display: block;
    position: relative;
}

article #profile .img::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/recruit/sin/special/img/s_d1_mvlogo_sp.svg);
    background-position: center top;
    background-size: contain;
    background-repeat: no-repeat;
}

article #profile .data {
    padding: 20px 30px 20px 30px;
    background-color: #FFFFFF;
}

article #profile .data .affiliation {
    font-size: 1.3rem;
    line-height: 1.3;
}

article #profile .data h1.name {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 20px;
    font-weight: normal;
    line-height: 1.3;
    margin-top: 20px;
}

article #profile .data h1.name .big {
    font-size: 2.8rem;
}

article #profile .data h1.name .small {
    font-size: 1.0rem;
}

article #profile .data h1.name .small span {
    display: block;
}

article #body {
    margin-top: 32px;
}

article #body .main_copy {
    width: calc(335 / 375* 100%);
    max-width: 1100px;
    margin: 0 auto 0 auto;
    font-size: 2.4rem;
    line-height: 1.6;
}

article #body .container {
    margin-top: 32px;
}

article #body .container .flex {
    row-gap: 40px;
    margin: 0 auto 0 auto;
    max-width: 1350px;
}

article #body .container .flex>* {
    width: 100%;
}

article #body .container .flex .side .card {
    line-height: 1.6;
    font-size: 1.3rem;
    width: calc(335 / 375* 100%);
    margin: 0 auto 0 auto;
}

article #body .container .flex .side .card>*:nth-child(n+2) {
    margin-top: 20px;
}

article #body .container .flex .side .card .name {
    font-size: 1.8rem;
}

article #body .container .flex .side .point {
    margin-top: 40px;
    padding: 30px 0 30px 0;
}

article #body .container .flex .side .point .block {
    width: calc(335 / 375* 100%);
    margin: 0 auto 0 auto;
}

article #body .container .flex .side .point .block .title {
    display: inline-block;
    font-size: 1.8rem;
    line-height: 1em;
    padding-bottom: 10px;
    border-bottom: 4px solid var(--font_color);
}

article #body .container .flex .side .point .block ol {
    margin-top: 30px;
    font-size: 1.6rem;
    line-height: 1.6;
}

article #body .container .flex .side .point .block ol>li:nth-of-type(n+2) {
    margin-top: 20px;
    padding-top: 20px;
    border-top: var(--base_border);
}

article #body .container .flex .side .point .block ol>li span.num {
    display: block;
    font-size: 1.8rem;
    line-height: 1em;
}

article #body .container .flex .main dl {
    width: calc(335 / 375* 100%);
    margin: 0 auto 0 auto;
    display: flex;
    flex-wrap: wrap;
    row-gap: 45px;
}

article #body .container .flex .main dl>.block {
    width: 100%;
}

article #body .container .flex .main dl>.block>dt {
    font-size: 2.0rem;
}

article #body .container .flex .main dl>.block>dd {
    margin-top: 25px;
}

article #body .container .flex .main .img {
    margin-top: 40px;
}

article #body #message {
    margin-top: 30px;
    padding-top: 30px;
    border-top: var(--base_border);
}

article #body #message dl.team {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    row-gap: 30px;
}

article #body #message dl.team>* {
    width: 100%;
}

article #body #message dl.team>dt {
    font-size: 1.8rem;
    line-height: 1;
}

article #body #message .member_list {
    display: flex;
    flex-wrap: wrap;
    row-gap: 15px;
    margin: 0 auto 0 auto;
    max-width: 1200px;
}

article #body #message .member_list .block {
    width: 100%;
    background-color: var(--color_gray3);
    padding: 20px 0 20px 0;
    display: flex;
    flex-wrap: wrap;
    row-gap: 30px;
    justify-content: center;
}

article #body #message .member_list .block .prof {
    font-size: 1.3rem;
    margin-top: 20px;
}

article #body #message .member_list .block>* {
    width: calc(335 / 375* 100%);
    line-height: 1.6;
}

article #body #message .member_list .block>* .img {
    margin: 0;
}

article #body #message .member_list .block>.body dl {
    display: flex;
    flex-wrap: wrap;
    row-gap: 30px;
    width: 100%;
}

article #body #message .member_list .block>.body dl>* {
    width: 100%;
}

article #body #message .member_list .block>.body dl>dd {
    font-size: 1.3rem;
}

article #body #message .member_list .block>.body dl>dd .prof {
    margin-top: 30px;
}

article+#interview {
    margin-top: 40px;
    padding-top: 30px;
    border-top: var(--base_border);
}

article+#interview .area dl>dt {
    font-size: 1.8rem;
}

article+#interview .area dl>dd {
    margin-top: 30px;
}

article+#interview .area dl>dd ul.bb_list {
    margin-top: 0;
    row-gap: 30px;
}

article+#interview ul.bb_list>li .bb_thumbnail dl.body>.block>dt {
    font-size: 1.8rem;
}

article+#interview ul.bb_list>li .bb_thumbnail dl.body>.block>dd {
    display: none;
}

/*eO**/
:root {
    --page001_color: #E4001E;
    --page002_color: #FF6A02;
    --page003_color: #008ED7;
    --page004_color: #2B9E2E;
}

/*page_001*/
article#page_001:before {
    background-image: url(/recruit/sin/special/img/page_001/s_d1_mv02_sp.svg);
}

article#page_001 #profile {
    border-left-color: var(--page001_color);
}

article#page_001 #profile .data h1.name .small span.yomi {
    color: var(--page001_color);
}

article#page_001 #body .container .flex .side .point {
    background-color: #FEF2F4;
}

article#page_001 #body .container .flex .side .point .block ol>li span.num {
    color: var(--page001_color);
}

/*page_002*/
article#page_002:before {
    background-image: url(/recruit/sin/special/img/page_002/s_d2_mv02_sp.svg);
}

article#page_002 #profile {
    border-left-color: #FF9C57;
}

article#page_002 #profile .data h1.name .small span.yomi {
    color: var(--page002_color);
}

article#page_002 #body .container .flex .side .point {
    background-color: #FFF0E6;
}

article#page_002 #body .container .flex .side .point .block ol>li span.num {
    color: var(--page002_color);
}

/*page_003*/
article#page_003:before {
    background-image: url(/recruit/sin/special/img/page_003/s_d3_mv02_sp.svg);
}

article#page_003 #profile {
    border-left-color: var(--page003_color);
}

article#page_003 #profile .data h1.name .small span.yomi {
    color: var(--page003_color);
}

article#page_003 #body .container .flex .side .point {
    background-color: #EDF6FC;
}

article#page_003 #body .container .flex .side .point .block ol>li span.num {
    color: var(--page003_color);
}

/*page_004*/
article#page_004:before {
    background-image: url(/recruit/sin/special/img/page_004/s_d4_mv02_sp.svg);
}

article#page_004 #profile {
    border-left-color: #9BD93B;
}

article#page_004 #profile .data h1.name .small span.yomi {
    color: var(--page004_color);
}

article#page_004 #body .container .flex .side .point {
    background-color: #F3FAE7;
}

article#page_004 #body .container .flex .side .point .block ol>li span.num {
    color: var(--page004_color);
}

//

@media only screen and (min-width:768px) {
    article:before {
        display: none;
    }

    article #profile {
        border: none;
    }

    article #profile .img::before {
        background-image: url(/recruit/sin/special/img/s_d1_mvlogo_pc.svg);
    }

    article #profile .img::after {
        content: "";
        display: block;
        aspect-ratio: 24/212;
        width: 24px;
        position: absolute;
        right: 0;
        top: 100%;
    }

    article #profile .data {
        position: absolute;
        left: 75px;
        bottom: 10px;
        padding: 24px 50px 24px 50px;
    }

    article #profile .data:after {
        content: "";
        display: block;
        aspect-ratio: 1/1;
        width: 34px;
        background-color: #FFFFFF;
        clip-path: polygon(0% 0%, 0% 100%, 100% 0%);
        position: absolute;
        right: -32px;
        top: 0;
    }

    article #profile .data h1.name .big {
        font-size: 3.3rem;
    }

    article #body {
        margin-top: 0px;
    }

    article #body .main_copy {
        margin-top: 0;
        font-size: 3.3rem;
        height: 212px;
        display: flex;
        align-items: center;
    }

    article #body .container {
        margin-top: 0px;
        border-top: var(--base_border);
    }

    article #body .container .flex {
        padding-top: 60px;
        position: relative;
    }

    article #body .container .flex::before {
        content: "";
        display: block;
        width: 2px;
        height: 100%;
        position: absolute;
        top: 0;
        left: calc(472/1350 * 100%);
        border-left: var(--base_border);
    }

    article #body .container .flex>.side {
        width: calc(472/1350 * 100%);
    }

    article #body .container .flex .side .card,
    article #body .container .flex .side .point .block {
        width: calc(350/472 * 100%);
        margin: 0 calc(40/472 * 100%) 0 auto;
    }

    article #body .container .flex .side .card>*:nth-child(n+2) {
        margin-top: 18px;
    }

    article #body .container .flex .side .card .name {
        font-size: 2.0rem;
    }

    article #body .container .flex .side .point .block .title {
        font-size: 2.0rem;
    }

    article #body .container .flex .side .point .block ol {
        font-size: 1.8rem;
    }

    article #body .container .flex .side .point .block ol>li span.num {
        font-size: 2.4rem;
    }

    article #body .container .flex>.main {
        width: calc((1350 - 472)/1350 * 100%);
    }

    article #body .container .flex .main dl {
        width: calc(648/(1350 - 472) * 100%);
        margin: 0 auto 0 calc(80/(1350 - 472) * 100%);
        row-gap: 60px;
    }

    article #body .container .flex .main dl>.block>dt {
        font-size: 2.8rem;
    }

    article #body .container .flex .main dl>.block>dd {
        margin-top: 40px;
    }

    article #body .container .flex .main .img {
        margin: 60px auto 0 calc(70/(1350 - 472) * 100%);
        width: calc(740/(1350 - 472) * 100%);
    }

    article #body #message {
        margin: 60px auto 0 auto;
        padding-top: 60px;
        width: calc(740 /(1350 - 472)* 100%);
    }

    article #body #message dl.team {
        width: 100%;
        margin: 0;
    }

    article #body #message dl.team>dt {
        font-size: 2.0rem;
    }

    article #body #message dl.team>dt .area {
        width: 100%;
    }

    article #body #message .member_list .block {
        padding: calc(30/740 * 100%) calc(20/740 * 100%) calc(30/740 * 100%) calc(20/740 * 100%);
        justify-content: space-between;
    }

    article #body #message .member_list .block>.left {
        width: calc(240/(740 - 20 * 2) * 100%);
    }

    article #body #message .member_list .block>.left .img {
        width: 100%;
    }

    article #body #message .member_list .block>.body {
        width: calc((740 - 20 * 2 - 240 - 40)/(740 - 20 * 2) * 100%);
    }

    article #body #message .member_list .block>.body dl {
        width: 100%;
        margin: 0;
    }

    article #body #message .member_list .block>.body dl>dt {
        font-size: 1.8rem;
    }

    article #body #message .member_list .block>.body dl>dd p {
        font-size: 1.6rem;
    }

    article+#interview {
        margin-top: 80px;
    }

    article+#interview .area dl>dt {
        font-size: 2.2rem;
    }

    article+#interview ul.bb_list>li .bb_thumbnail dl.body>.block>dt {
        font-size: 2.2rem;
    }

    /*eO**/
    /*page_001*/
    article#page_001 #profile .img::after {
        background-color: var(--page003_color);
    }

    /*page_002*/
    article#page_002 #profile .img::after {
        background-color: var(--page004_color);
    }

    /*page_003*/
    article#page_003 #profile .img::after {
        background-color: var(--page001_color);
    }

    /*page_004*/
    article#page_004 #profile .img::after {
        background-color: var(--page002_color);
    }

    //
}

//