@charset "UTF-8";
/* ===============================
	work/member
 =============================== */

/* work/member - top ----------------------------- */
.work_member #contents{
	padding-bottom: 0;
}
.newgrad{
	padding: 72px 0;
	background: #f5f5f5 url(../images/history_bg03.png) no-repeat;
    background-size: 100% auto;
    background-position: center 78%;
}
.readmore_btn {
    font-size: 1.4rem;
    color: #fff;
    border-radius: 100%;
    background: #E60113;
    text-align: center;
    width: 5.93em;
    height: 5.93em;
    position: relative;
    top: 33px;
    right: 17px;
    line-height: 1.5;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
	font-family: 'Michroma', sans-serif;
    transition: .2s;

}
.readmore_btn:hover{
    opacity: .7;
    transition: .2s;
}
.readmore_btn:before {
    content: "";
    width: 6.5em;
    height: 6.5em;
    border-radius: 100%;
    border: 1px solid #E60113;
    position: absolute;
    left: -.26em;
    top: -.26em;
}
.interview_list .item .heading{
	font-size: 2.2rem;
	font-weight: 600;
    line-height: 1.3;
    margin: 0 0 1em;
}
h3{
    margin-bottom: 30px;
}
.flow_img{
    margin: 0 0 30px;
}
h4 {
    font-size: 2rem;
    padding-left: 30px;
    position: relative;
    display: inline-block;
}

.flow-list{
    margin-bottom: 80px;
    position: relative;
}
.flow-list li{
    list-style: decimal;
    color: #E60113;
}
.flow-list li span{
    color: #1C1C1C;
}
.ilust01{
    position: absolute;
    width: 20%;
    top: -50px;
    right: 0;
}
.link_wrap{
    display: flex;
    justify-content: space-between;
}
.link_txt {
    color: #1C1C1C;
    font-size: 2rem;
    padding-left: 10px;
    position: relative;
}
.link_txt:after{
    content: '';
    background: url(../images/link-arrow.png) no-repeat;
    background-size: contain;
    width: 65px;
    height: 5px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 20px;
    transition: .2s;
}
a.link_item{
    transition: .2s;
}
a.link_item:hover{
    opacity: .7;
    transition: .2s;
}
a.link_item:hover .link_txt:after{
    right: -8px;
    transition: .2s;
}
.advanced_wrap {
    background: #fff;
    box-shadow: 0 3px 6px rgba(0,0,0,.16);
    padding: 5em;
    margin: 80px 0;
    position: relative;
}
.line{
    position: absolute;
    top: 0;
    width: 127px;
    margin: auto;
    right: 0;
    left: 0;
}
h4 .readmore_btn {
    position: absolute;
    top: -70px;
    right: -100px;
}
.advanced_ttl{
    font-size: 2.4rem;
    padding-left: 90px;
    position: relative;
    font-weight: bold;
    margin-bottom: 10px;
}
.advanced_ttl:before {
    content: '●';
    color: #E60113;
    position: absolute;
    left: 20%;
    font-size: 1.4rem;
    top: 8px;
}
.advanced_item .heading_06{
    font-size: 2rem;
    position: relative;
    margin-bottom: 60px;
}
.advanced_item .readmore_btn{
    position: absolute;
    right: 0;
    top: 0;
}
.advanced_line{
    width: 1px;
}
.advanced_message {
    padding: 40px 40px 60px;
    background: url(../images/hukidashi.png) no-repeat;
    background-size: contain;
}
.ilust02{
    position: absolute;
    width: 22%;
    bottom: -40px;
    left: -100px;
}
.history_lead{
    position: relative;
    margin-top: 20px;
    padding-top: 10px;
    line-height: 1.8;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
.history_lead:before{
    content: '';
    background: url(../images/ttl-icon01.png) no-repeat;
    position: absolute;
    background-size: contain;
    width: 17px;
    height: 17px;
    display: inline-block;
    left: 0;
    top: 0;
}
.history_lead:after{
    content: '';
    background: url(../images/ttl-icon02.png) no-repeat;
    position: absolute;
    background-size: contain;
    width: 17px;
    height: 17px;
    display: inline-block;
    right: -30px;
    bottom: 0;
}
.history_item{
    position: relative;
} 
.history_bg_left{
    position: absolute;
    top: 0;
    left: -100px;
    width: 90%;
    display: none;
}
.history_bg_right{
    position: absolute;
    top: 0;
    right: -100px;
    width: 90%;
    display: none;
}
.history_wrap{
    margin-bottom: 90px;
}
.future_area{
    position: relative;
}
.future_img01{
    margin-bottom: 60px;
}
.future_img02{
    position: absolute;
    width: 20%;
    bottom: 17%;
    display: none;
}
.future_txt{
    width: 90%;
    margin: 80px auto 0;
    padding: 30px 0;
}
.company_link_lead{
    text-align: center;
    margin-bottom: 30px;
    font-size: 2rem;
}
.history_btn{
    display: block;
    width: 90%;
    max-width: 300px;
    margin: 0 auto;
}
.company_link_lead span{
    color: #E60113;
    margin-right: 4px;
}
/*PC Layout
===================================*/
@media screen and (min-width: 769px) {
	
	/* work/member - top ----------------------------- */
    .advanced_content {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .advanced_item{
        width: 48%;
        padding: 0 40px;
    }
    .history_wrap{
        display: flex;
        justify-content: space-between;
    }
    .history_item,.history_img{
        width: 48%;
    }
	.history_item_txt {
        width: 90%;
    }
    .future_img01 {
        width: 90%;
        margin: 20px auto 60px;
    }
    .future_txt p{
        width: 70%;
        margin: 0 auto;
    }
}
/*SP Layout
===================================*/
@media screen and (max-width: 768px) {
	
	/* work/member - top ----------------------------- */
    
    .interview_list .item {
        width: 100%;
        margin: 0 0 5%;
    }

    .interview_list .item .box {
        padding: 5% 5% 5% 5%;
    }
    .interview_list .item .btn {
        font-size: 1.4rem;
        width: 4.93em;
        height: 4.93em;
        top: 10%;
        right: 0;
    }

    .interview_list .item .btn:before {
        width: 5.5em;
        height: 5.5em;
        left: -.3em;
        top: -.3em;
    }
    .history_bg_left{
        top: 50px;
        left: -50px;
    }
    .history_bg_right{
        top: 50px;
        right: -50px;
    }
    .history_lead{
        font-size: 1.6rem;
    }
    .history_item_txt,.history_wrap {
        margin-bottom: 30px;
    }
    .history_wrap{
        display: flex;
        flex-direction: column;
    }
    .history_wrap:nth-child(odd){
        flex-direction: column-reverse;
    }
    .future_txt{
        margin-top: 0;
        width: 100%;
    }

	/* work/member - single ----------------------------- */

    .interview_article .box-inner {
        width: 95%;
    }
    .interview_article .wrap-inner_02:first-child {
        margin: -5% auto 5%;
        padding: 7.5% 5%;
    }
    .interview_article .article section p{
        font-size: min(2.85vw,1.1rem);
    }
	.interview_column-wrap .wrap-flex_box {
        flex-direction: column;
    }
    .interview_article_column {
        width: 100%;
        padding: 7.5% 5% 7.5%;
        min-height: inherit;
        margin: 0 auto 5%;
    }
    .interview_article_column p{
        width: 95%;
        font-size: min(2.85vw,1.1rem);
    }
    h4{
        padding-left: 20px;
        padding-right: 20px;
    }
    .history_lead:after{
        right: 0;
    }
    .company_link_lead{
        font-size: 1.6rem;
    }
}

/* Layout customize
===================================*/
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 1750px) and (min-width: 769px) {
}
