@charset "UTF-8";
/* ===============================
	career
 =============================== */

/* career - common ----------------------------- */
.heading_box-top .heading_shape p{
    font-weight: bold;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}
.work_member #contents{
	padding-bottom: 0;
}
.newgrad{
	padding: 72px 0;
	background: #f5f5f5;
}
.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: calc(100% + 8px);
    height: calc(100% + 8px);
    border-radius: 100%;
    border: 1px solid #E60113;
    position: absolute;
    left: -4px;
    top: -4px;
}
.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;
}
h4:before{
    content: '●';
    color: #E60113;
    position: absolute;
    left: 0;
    font-size: 1.4rem;
}
.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;
    padding-right: 65px;
}
.advanced_item .readmore_btn{
    position: absolute;
    right: 0;
    top: 0;
}
.advanced_line{
    width: 1px;
}
.advanced_message {
    padding: 40px 30px 60px;
    background: url(../images/hukidashi.png) no-repeat;
    background-size: contain;
}
.ilust02{
    position: absolute;
    width: 22%;
    bottom: -40px;
    left: -100px;
}
.address_info{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
    margin: 2.5% 1.5em;
}
.address_info dt{
    font-size: 1.7rem;
    color: #0376C1;
    position: relative;
    width: 5rem;
    text-align: center;
    margin: 0 0 .5rem;
}
.address_info dd {
    font-size: 1.9rem;
    width: calc(100% - 5rem);
    padding: 0 0 0 3rem;
    font-weight: 600;
    margin: 0 0 .5rem;
    word-break: break-all;
}
.address_info dt:before {
    content: "";
    position: absolute;
    right: -1em;
    top: calc(50% - .76em);
    background: url(../images/icn_arw@2x.png) no-repeat 50% 50%;
    background-size: contain;
    width: .77em;
    height: 1.53em;
}
.address_info .tel {
    display: block;
    width: 1.65em;
    height: 2.24em;
    background: url(../images/icn_tel@2x.png) no-repeat 50% 50%;
    background-size: contain;
    margin: 0 auto;
}
.address_info .mail {
    display: block;
    width: 1.72em;
    height: 2.12em;
    background: url(../images/icn_mail@2x.png) no-repeat 50% 50%;
    background-size: contain;
    margin: 0 auto;
}
.message_ttl {
    text-align: center;
    color: #E60213;
    font-family: 'Michroma', sans-serif;
    margin-bottom: 20px;
    position: relative;
}
.message_ttl:before {
    content: '';
    background: #E60213;
    width: 1px;
    height: 27px;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -30px;
}
/*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;
    }
    .advanced_message{
        font-size: 1.4rem;
    }
	
}
/*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;
    }
    .advanced_wrap{
        padding: 50px 20px 10px;
        margin-bottom: 50px;
    }
    a.link_item{
        margin-bottom: 30px;
    }
    .newgrad{
        padding-bottom: 20px;
    }
    .ilust02{
        top: -20px;
        left: 0;
    }
    .advanced_line {
        width: 100%;
        margin-bottom: 50px;
    }
    .readmore_btn{
        width: 60px;
        height: 60px;
        font-size: 1rem;
    }
    h4 .readmore_btn{
        top: -30px;
        right: -80px;
    }
    .advanced_ttl{
        font-size: 2rem;
        padding: 0;
        text-align: center;
    }
    .advanced_ttl:before {
        content: '●';
        color: #E60113;
        position: relative;
        left: 0;
        font-size: 1.4rem;
        top: 0;
        display: inline-block;
        vertical-align: middle;
        margin: 0 1em 0 -1em;
    }
    .advanced_message {
        padding: 0 10vw 6vw;
        margin-bottom: 20px;
        background: url(../images/hukidashi_sp.png) no-repeat;
        background-size: contain;
        font-size: 1.4rem;
        background-position: 50% 50%;
        width: 70vw;
        height: 42vw;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        align-content: center;
        max-width: 400px;
        margin: 0 auto;
    }
    h4{
        font-size: 1.6rem;
    }
    .address_info dt{
        font-size: 1.2rem;
    }
    .address_info dd{
        font-size: 1.5rem;
        padding: 0 0 0 1.8rem;
    }

    .advanced_item .heading_06{
        width: 90%;
        margin: 0 auto 60px;
        padding: 0 60px 0 0;
    }
    .advanced_line {
        width: 90%;
        margin: 0 auto 10%;
    }

	/* 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);
    }
}

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