@charset "UTF-8";

.iv-list-box {
    max-width: 800px;
    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: #000;
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 1em;
    border-left: solid 10px #809aa1;
    border-bottom: 1px solid #809aa1;
}
.ivindex-tbl{
    float: left;
    width: 60%;
}
.ivindex-tbl,
.ivindex-tbl2{
    font-size: 14px;
    color: #000;
    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%;
}
}
