@charset "UTF-8";

/* .iv-list-box {
    display: grid;
    flex-wrap: wrap;
    width: calc(100% / 3);
    width: 100%;
    max-width: 600px;
    margin: 0 auto 3em;
    border: 1px solid #809aa1;
    border-top-width: 6px;
    padding: 2%;
    position: relative;
    border-top-color: #809aa1;
} */
.iv-list-box a:hover .readmore-btn{
    opacity: .65;
}
/* .int-text {
    float: right;
    width: 60%;
    padding-left: 1rem;
    font-size: 14px;
    line-height: 20px;
    color: #000;
} */
/* .iv-title{
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    color: #000;
    margin-bottom: 1rem;
} */
/* .iv-list-img{
    float: left;
    width: 40%;
} */

.iv-list-img>img{
    font-family: 'object-fit: contain; object-position: center;' /* IE・Edge対応; */
}
.iv-name{
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: bold;
    color: #000;
}

.readmore-btn {
    position: absolute;
    bottom: 10px;
    right: 3%;
    display: inline-block;
    margin: 0;
    padding: 2px 0;
    width: 135px;
    background: #809aa1;
    color: #fff;
    font-size: 18px;
    border-radius: 0;
}
@media screen and (max-width: 992px) {
    .iv-title {
        width: 50%;
    }
    .iv-list-box a:hover{
        text-decoration: none;
    }
}
@media screen and (max-width: 768px) {
    .iv-title {
        max-width: 400px;
        float: none;
        margin: 0;
        width:100%;
        text-align: left;
    }
    .iv-list-box{
        padding: 5%;
        text-align: center;
    }
    .iv-tbr{
        position: static;
        max-width: 400px;
        margin: 0;
        width: 100%;
        text-align: left;
    }
    .readmore-btn {
        margin-top: 1em;
    }
    .iv-list-img{
        width: 100%;
    }
    .int-text {
        width: 100%;
        padding: 20px 0 0;
    }
    .readmore-btn {
        display: block;
        position: relative;
        margin: 1rem auto 0;
        bottom: 0;
        right: 0;
    }
}

@media screen and (max-width: 376px) {
    .iv-title,
    .iv-tbr {
        width: 95%;
    }
}

/* =======================================================
    @ interview詳細ページ
========================================================== */
.ivindex-box {
    max-width: 800px;
    margin: 0 auto;
}
.ivindex-ttl {
    padding: 6px 0 6px 8px;
    color: #fff;
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 1em;

    border-bottom: 1px solid #fff;
}
.ivindex-tbl{
    float: left;
    width: 60%;
}
.ivindex-tbl,
.ivindex-tbl2{
    font-size: 14px;
    color: #fff;
    line-height: 22px;
    margin-bottom: 2em;
}
.ivindex-img-box{
    float: right;
    width:300px;
    height:210px;
    margin-bottom: 2em;
}
.ivindex-img-box>img{
    font-family: 'object-fit: contain; object-position: center;' /* IE・Edge対応; */
}
@media screen and (max-width: 992px) {
    .ivindex-tbl {
        width: 56%;
    }
}
@media screen and (max-width: 768px) {
    .ivindex-tbl{
        width:100%;
        margin-bottom: 20px;
        float: none;
    }
    .ivindex-img-box{
        float: none;
        width: 400px;
        height: 300px;
        margin:0 auto 3em;
    }
}
@media screen and (max-width: 415px) {
    .ivindex-img-box{
        width: 354px;
        height: 265.5px;
    }
}
@media screen and (max-width: 376px) {
    .ivindex-img-box{
        width: 316px;
        height: 237px;
    }
}
@media screen and (max-width: 321px) {
    .ivindex-img-box{
        width: 260px;
        height: 195px;
    }
}

/* ---------------------------------------------------------
    @ 時間軸
----------------------------------------------------------- */
.timeline-block{
    width :75%;
    margin: 0 auto;
}
.timeline-timelogo{
    float: left;
}

.timeline-tital{
    color: #000;
    padding: 0px 0 3px 1.5em;
    margin: 0;
    float: left;
    border-bottom: 2px solid #cccccc;
    width: calc(100% - 65px);
    margin-top: 0;
    font-size: 20px;
}
#cd-timeline {
    max-width: 740px;
    margin: 0 auto;
}
.cd-timeline-time{
    float: left;
    width: 110px;
    text-align: right;
    font-size: 14px;
    position: relative;
    margin-right: 18px;
}
.cd-timeline-time::after{
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #cccccc;
    right: -25px;
    top: 5px;
}
.cd-timeline-content{
    float: left;
    font-size: 14px;
    line-height: 22px;
    width: 82%;
    position: relative;
    padding: 0 0 2em 22px;
}
.cd-timeline-content::before{
   content: '';
    position: absolute;
    left: -1px;
    height: 100%;
    top: 6px;
    width: 2px;
    background: #cccccc;
}
.cd-timeline-box:last-child>.cd-timeline-content::before {
    display: none;
}
@media screen and (max-width: 992px) {
    .timeline-block{
        width: 100%;
    }
}
@media screen and (max-width: 767px) {
#cd-timeline{
    padding: 5%;
}
.cd-timeline-time{
    width: 45px;
}
.cd-timeline-content{
    width: 87%;
}
}
@media screen and (max-width: 538px) {
.cd-timeline-content{
    width: 83%;
}

}
@media screen and (max-width: 411px) {
.cd-timeline-content{
    width: 80%;
}
}
@media screen and (max-width: 349px) {
.cd-timeline-content{
    width: 78%;
}
}

/*==========================================
精研採用サイトinterview.html CSS
=============================================*/
/*========= fontfamilyのCSS ===============*/
@font-face {
    font-family: 'Anton';
    src: url('/font/Anton-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'shippo';
    src: url('/font/ShipporiMincho-Regular.ttf') format('truetype');
}
/*=========================================*/
/* .container{
    padding-top: 100px;
} */
.gradation{
    position: absolute;
    margin-top: -130px;
    width: 100%;
    height: 300px;
    background: linear-gradient(to bottom, transparent 0%, #213b8863 26%, #213b88 42%, #213b8863 77%, #213b88 90%, transparent 100%);
}
/* gsap */
.container {
    position: relative;
    overflow: hidden;
    display: flex;
    /* font-size: 2rem; */
    font-weight: bold;
    max-width: 100%;
    font-family: 'Anton', sans-serif;
    color: #1f51ad;
    grid-column: 1/2;
    grid-row: 2/3;
    align-items: center;
    justify-content: center;
}
.business_container{
    overflow: visible;
}

.container_text{
    position: relative;
    overflow: hidden;
    display: inline-block;
    font-size: 2rem;
    font-weight: bold;
    /* margin-top: 1em; */
    width: fit-content;
    margin-left: auto;
    color: #191919;
    grid-column: 1/2;
    grid-row: 3/4;
    align-self: baseline;
    margin-right: 0;
}
.business_text{
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}
.container_link{
    position: relative;
    overflow: hidden;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    padding: 1em 1.5em;
    /* margin-top: 1em; */
        width: fit-content;
        color: #191919;
    grid-column: 3/4;
    grid-row: 4/5;
    align-self: baseline;
}
.container_sublink{
    position: relative;
    overflow: hidden;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    padding: 1em 1.5em;
    width: fit-content;
    color: #191919;
    grid-column: 3/4;
    grid-row: 4/5;
    align-self: flex-end;
}
.link_1{
    text-decoration: none;
}

.bg {
    position: absolute;
    top: 0;
    left: -50%;
    width: 200%;
    height: 100%;
    background-color: white;
    z-index: 0;
}
.bg_sub {
    position: absolute;
    top: 0;
    left: -100%;
    width: 200%;
    height: 100%;
    background-color: white;
    z-index: 0;
}
.text {
    position: relative;
    display: flex;
    justify-content: end;
    line-height: 1.5;
}
.title_text {
    position: relative;
    display: flex;
    width: fit-content;
    padding: 1em 1.5em;
    font-size: 16px;
    width: 18em;
    /* margin-top: 1em; */
}
.text span {
    /* display: inline-block; */
    opacity: 0;
    font-size: clamp(22px, 5vw, 70px)
}

.small span{
    font-size: 16px!important;
    font-weight: bold;
}
.small{
    align-self: center;
    display: flex;
    margin-left: 0.5em;
    justify-content: end!important;
    font-weight: bold!important;
}
p.sub_text.animatedText {
    margin-bottom: 0!important;
}
@media screen and (max-width:999px) {
    .container_text{
        width: 80%;
    }
    .job_text{
        width: 100%;
    }
}

@media screen and (max-width:520px) {
    .container {
        display: block;
        grid-column: 1 / 2;
        grid-row: 2 / 3;
        align-self: baseline;
    }
    .welfare_container{
        display: grid;
        grid-row: 1 / 2;
        justify-content: left;
        line-height: 0;
    }
    .text span {
        font-size: 3rem;

    }
    .container_text{
        position: relative;
        overflow: hidden;
        display: inline-block;
        font-size: 2rem;
        font-weight: bold;
        /* margin-top: 1em; */
        width: 80%;
        margin: auto;
        color: #191919;
        grid-column: 1/-1;
        grid-row: 3/4;
        align-self: baseline;
    }
    .title_text {
        width: 100%;
    }
    /* .job_text{
        width: 100%;
    } */
    p.sub_text.animatedText {
        margin-top: -0.5em;
        margin-bottom: 0.5em!important;
    }
}
/* ↑↑ここまでgsap */
.hero_box-a{
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: 50% 20% 30%;
    align-items: center;
    margin-top: 80px;
}
.message_hero{
    width: 100%;
    display: grid;
    grid-column: 1/-1;
    grid-row: 1/-1;
    object-fit: cover;
    align-self: stretch;
    /* place-items: center; */
}
.sp_image{
    display: none;
}
.sp_line{
    display: none;
}
@media screen and (max-width:520px) {
    .hero_box-a{
        grid-template-columns: 65% 35%;
    }
    .message_hero{
        display: none;
    }
    .sp_image{
        display: block;
    }
    .sp_line{
        display: block;
    }
}
/* message */
.wrapper{
    width: 100%;
    background: #213b88;
    overflow: hidden;
}
.interview_index{
    display: grid;
    margin-top: 10%;
    justify-content: center;
}
.inner_box{
    /* width: calc((100% - 5%) /3); */
    display: flex;
    flex-wrap: wrap;
    width: 90vw;
    max-width: 1200px;
    /* justify-content: space-between; */
    gap: 6.2%;
}
.iv-list-box {
    display: grid;
    grid-template-rows: 60% 40%;
    flex-wrap: wrap;
    width: 100%;
    max-width: 350px;
    height: auto;
    margin: 0 auto 3em;
    background: #fff;
    /* border: 1px solid #809aa1; */
    border-top-width: 6px;
    padding: 8% 8% 18% 8%;
    position: relative;
    border-top-color: #809aa1;
}
.iv-list-img{
    width: 100%;
    grid-column: 1/-1;
    grid-row: 1/-1;
    object-fit: cover;
    display: grid;
}

.iv-title{
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    color: #fff;
    background: #1f51ad;
    padding: 1%;
    margin-bottom: 1rem;
    grid-row: 2/3;
    margin-left: 0;
}
.int-text {
    float: right;
    width: 80%;
    padding-left: 0;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    grid-column: 1/-1;
    grid-row: 2/3;
}
.iv-tbr {
    width: 100%;
    font-size: 12px;
    color: #333;
}
@media screen and (max-width: 520px) {
    .interview_index{
        display: grid;
        margin-top: 10%;
        margin: 20% auto;
        justify-content: center;
    }
}
/*==========================================
精研採用サイト インタビュー個人ページ　interview_index.html CSS
=============================================*/

.interview_hero{
    width: 100%;
    display: grid;
    grid-template-columns: 10% 40% 50%;
    grid-template-rows: 54% 12% 34%;
}
.hero-img{
    grid-column: 1/-1;
    grid-row: 1/-1;
}
.hero-img img{
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: top;
}
.index-title{
    font-size: 2vw;
    color: #fff;
    font-weight: bold;
    grid-column: 2/3;
    grid-row: 2/3;
    text-shadow: 4px 2px 4px #000;
}
.index-detail{
    width: 50%;
    height: fit-content;
    background-color: #ffffff9e;
    padding: 0.7em;
    grid-column: 2/3;
    grid-row: 3/4;
}
.index-name{
    font-size: 4vw;
    font-weight: bold;
    font-family: 'Anton';
    color: #1f51ad;
}
.iv-text{
    font-size: 12px;
    font-weight: bold;
}
@media screen and (max-width:520px) {
    .interview_hero{
        width: 100%;
        display: grid;
        grid-template-columns: 10% 50% 10% 30%;
        grid-template-rows: 54% 12% 34%;
    }
    .hero-img img{
        width: 100%;
        height: 100vh!important;
        object-fit: cover !important;
        object-position: top;
    }
    .index-title {
        font-size: 6vw;
        color: #1F51AD;
        font-weight: bold;
        grid-column: 2 / 3;
        grid-row: 2 / 3;
        text-shadow: none;
    }
    .index-detail {
        width: 100%;
        height: fit-content;
        background-color: #ffffff9e;
        padding: 0.7em;
        grid-column: 2 / 4;
        grid-row: 3 / 4;
        margin-top: 2em;
    }
    .index-name{
        font-size: 12vw;
    }
}
/* インタビュー本文 */
.about_box{
    display: grid;
    grid-template-columns: auto 40% 40% auto;
    /* grid-template-rows: auto auto auto; */
    gap: 10%;
    width: 100%;
    margin: 10% auto;
    max-width: 1200px;
    padding-top: 150px;
    margin: auto;
    /* padding-bottom: 20vh; */
    position: relative;
    z-index: 2;
    justify-content: center;
}
@media screen and (max-width:520px) {
    .about_box{
        display: block;
        width: 95vw;
        padding-top: 0;
    }
}
/* left */
.left_parts {
    width: 100%;
    height: fit-content;
    color: #1F51AD;
    display: grid;
    grid-template-columns: 100%;
    /* gap: 5%; */
    grid-column: 2/3;
}
.left_bottomparts {
    width: 100%;
    height: fit-content;
    color: #1F51AD;
    display: grid;
    grid-template-columns: 100%;
    /* gap: 5%; */
    grid-column: 1/3;
}

/* right */
.right_parts{
    position: sticky;
    top: 15%;
    width: 100%;
    grid-column: 3/-1;
}
.rightbottom_part{
    position: sticky;
    top: 15%;
    width: 100%;
    grid-column: 3/4;
}

.interview_container {
    position: relative;
    overflow: hidden;
    display: inline-block;
    /* font-size: 2rem; */
    font-weight: bold;
    max-width: 100%;
    font-family: 'Anton', sans-serif;
    color: #fff;
    grid-column: 1 / -1;
    grid-row: 1 / 2;
    margin-left: -10%;
}
.int_text{
grid-column: 1/2;
grid-row: 3/4;
}
.left_text{
    justify-content: flex-start;
}
.ivindex-tbl{
    width: 100%;
}
.chance,.aboutseiken{
    width: 100%;
    color: #1F51AD;
    font-size: 16px;
    font-weight: bold;
    background: #fff;
    text-align: left;
    padding: 0.5em;
    padding-left: 1em;
    grid-column: 1/2;
    grid-row: 2/3;
}
.sp_top_interview{
    display: none;
}
@media screen and (max-width:520px) {
    .interview_container {
        display: none;
    }
    .sp_top_interview{
        display: block;
        width: 100%;
        height: auto!important;
    }
    .int_text{
        grid-column: 1/2;
        grid-row: 2/3;
    }
    .chance{
        grid-column: 1/2;
        grid-row: 1/2;
    }
    .right_parts{
        display: none;
    }
    .int_topimage{
    width: 105vw!important;
    margin-left: -5vw;
}
}

/* 2025.09 動画追加 */
video.int-movie {
    display: block;
    width: 80%;
    margin: 20px auto 60px;
}
@media screen and (max-width: 520px) {
    video.int-movie {
        display: block;
        width: 90%;
        margin: 60px auto;
    }
}