@charset "UTF-8";
/*================
座談会TOP
================*/
#TALK_IDX .mv-wrap-01 .inner::before{
	background-image: url(/recruit/imgs/talk/talk_mv.jpg);
}
#TALK_IDX .catch-cnt {
    /* margin-bottom: 80px; */
}
#TALK_IDX .catch-cnt .ttl-04{
    text-align: center;
    margin-bottom: 29px;
}
#TALK_IDX .catch-cnt .txt-12{
    width: fit-content;
    margin: 0 auto;
}
/*===ページ全体===*/
#TALK_IDX .main .section{
    padding: 80px 0 160px;
}
#TALK_IDX .main .section-01,
#TALK_IDX .main .section-03{
    background: #F1F3F6;
    border-radius: 40px 40px 0 0;
}
#TALK_IDX .main .section:last-child{
    margin-bottom: 0;
    padding-top: 148px;
}
#TALK_IDX .main .section > *:last-child{
    margin-bottom: 0;
}
/*==タイトル==*/
/* #TALK_IDX .main .cnt-bg-01{
    padding: 63px 0 78px;
    margin-bottom: 80px;
}*/
#TALK_IDX .main .section .ttl-03 {
    text-align: center;
    background: none;
    padding: 0;
    width: 100%;
    padding-bottom: 60px;
    border-bottom: 1px solid #7B93A3;
}
/* #TALK_IDX .main .cnt-bg-01 .num{
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}  */
/*括弧付き*/
/* #TALK_IDX .main .sub-ttl-cnt .inner{
    background: #102045;
}
#TALK_IDX .main .sub-ttl-cnt .ttl-wrap{
    min-height: 214px;
    position: relative;
}
#TALK_IDX .main .sub-ttl-cnt .ttl-02{
    color: #fff;
    background: none;
    box-sizing: border-box;
    padding: 30px 40px;
    width: max-content;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#TALK_IDX .main .sub-ttl-cnt .ttl-02::before,
#TALK_IDX .main .sub-ttl-cnt .ttl-02::after{
    content:'';
    width: 80px;
    height: 80px;
    position: absolute;
    display: inline-block;
}
#TALK_IDX .main .sub-ttl-cnt .ttl-02::before{
    border-left: solid 3px #fff;
    border-top: solid 3px #fff;
    top:0;
    left: 0;
}
#TALK_IDX .main .sub-ttl-cnt .ttl-02::after{
    border-right: solid 3px #fff;
    border-bottom: solid 3px #fff;
    bottom:0;
    right: 0;
} */
/*括弧付き 背景あり*/
/* #TALK_IDX .main .sub-ttl-cnt.type-02 .ttl-wrap,
#TALK_IDX .main .sub-ttl-cnt.type-03 .ttl-wrap{
    min-height: 450px;
} */
/*括弧付き PC背景 SP縦積み*/
/* #TALK_IDX .main .sub-ttl-cnt.type-03 .flex-wrap-02 {
    align-items: center;
    box-sizing: border-box;
}
#TALK_IDX .main .sub-ttl-cnt.type-03 .flex-cnt-01{
    width: 800px;
    max-width: 100%;
}
#TALK_IDX .main .sub-ttl-cnt.type-03 .ttl-02{
    width: 720px;
} */
/*QA*/
#TALK_IDX .main .qa{
    text-indent: -1.1em;
    padding-left: 1.1em;
    margin-bottom: 14px;
}
/*テキスト*/
#TALK_IDX .main .txt-08{
    text-indent: -2.3em;
    padding-left: 2.3em;
    margin-top: 12px;
}
#TALK_IDX .main .txt-07 + .txt-08{
    margin-top: 20px;
}
#TALK_IDX .main .txt-bold{
    color: #105CED;
}
/*並び*/
#TALK_IDX .main .cnt-img{
    margin: 76px auto 80px;
}
#TALK_IDX .main .cnt-img picture{
    border-radius: 8px;
    overflow: hidden;
    display: block;
}
#TALK_IDX .main .cnt-01,
#TALK_IDX .main .cnt-02,
#TALK_IDX .main .cnt-03{
    margin-top: 80px;
    margin-bottom: 100px;
}
/*交互ver*/
#TALK_IDX .main .cnt-02{
    gap: 0 60px;
    align-items: flex-start;
}
#TALK_IDX .main .cnt-02.type-02{
    flex-direction: row-reverse;
}
#TALK_IDX .main .cnt-02 .flex-cnt-01:nth-child(odd){
    flex: 1;
}
#TALK_IDX .main .cnt-02 .flex-cnt-01:nth-child(even){
    width: 480px;
    border-radius: 8px;
    overflow: hidden;
}
/*画像縦積みver*/
#TALK_IDX .main .cnt-03 .cnt-img{
    margin: 0 auto 40px;
}
#TALK_IDX .main .cnt-03 .btn-01{
    text-align: center;
    margin-top: 20px;
}
/*コメント*/
#TALK_IDX .main .cmt{
    display: flex;
    gap: 20px;
    /* margin-top: 20px; */
}
#TALK_IDX .main .cmt + .cmt{
    margin-top: 20px;
}
#TALK_IDX .main .cmt .person{
    display: flex;
    flex-direction: column;
    align-items: center;
    /* gap: 8px; */
    width: 100px;
}
#TALK_IDX .main .cmt .person img{
    border-radius: 4px;
    overflow: hidden;
}
#TALK_IDX .main .cmt .voice{
    flex: 1;
}
#TALK_IDX .main .cmt .voice .txt-07 + .txt-07{
    margin-top: 16px;
}
/*===メンバー紹介===*/
#TALK_IDX .main .section-member .inner{
    margin-top: 80px;
	padding: 80px 0;
	background-color: #006EFE;
}
#TALK_IDX .main .section-member .member-list{
    gap: 80px;
    justify-content: center;
}
#TALK_IDX .main .section-member .member-list .flex-cnt-01{
    width: 180px;
    display: flex;
    flex-direction: column;
}
#TALK_IDX .main .section-member .member-list .info-cnt{
    flex-grow: 1;
}
#TALK_IDX .main .section-member .img-cnt{
    border-radius: 10px;
    overflow: hidden;
}
#TALK_IDX .main .section-member .txt-10{
	color: #fff;
	text-align: center;
    margin-top: 10px;
}
/*===アンカー===*/
#TALK_IDX .main .nav-wrap-01 .nav-link-01{
	padding: 0;
	margin: 65px 0 60px;
}
/*===振り返り===*/
/* #TALK_IDX .main .section-lookb{
    margin-bottom: 60px;
}
#TALK_IDX .main .section-lookb .txt-05{
    margin-top: 100px;
} */
/*===その他===*/
/* #TALK_IDX .main .section-other{
    margin-top: 60px;
} */




/* --------------------------------------------
SP
--------------------------------------------*/
@media only screen and (max-width: 768px) {
    /*================
    座談会TOP
    ================*/
    #TALK_IDX .mv-wrap-01{
        background: url(/recruit/imgs/talk/talk_idx_mv_sp.jpg) no-repeat center/cover;
    }
    #TALK_IDX .catch-cnt {
        /* margin-bottom: 10.417vw; */
    }
    #TALK_IDX .catch-cnt .ttl-04{
        text-align: left;
        margin-bottom: 5.208vw;
    }
    #TALK_IDX .catch-cnt .txt-12{
        width: 100%;
        /* margin: 0 auto; */
    }
    /*===ページ全体===*/
    #TALK_IDX .main .section{
        padding: 10.417vw 0;
    }
    #TALK_IDX .main .section-01,
    #TALK_IDX .main .section-03{
        background: #F1F3F6;
        border-radius: 5.208vw 5.208vw 0 0;
    }
    #TALK_IDX .main .section:last-child{
        margin-bottom: 0;
        padding: 10.417vw 0;
    }
    /*==タイトル==*/
    /* #TALK_IDX .main .cnt-bg-01{
        margin-bottom: 15.625vw;
        padding: 15.625vw 0 19.531vw;
    }*/
    #TALK_IDX .main .section .ttl-03{
        text-align: left;
        padding-bottom: 10.417vw;
    }
    /* #TALK_IDX .main .cnt-bg-01 .num{
        text-align: center;
        margin-bottom: 2.604vw;
    } */
    /*括弧付き*/
    /* #TALK_IDX .main .sub-ttl-cnt .inner{
        background: none;
    }
    #TALK_IDX .main .sub-ttl-cnt .ttl-wrap{
        background: #102045;
        padding: 10.417vw 5.208vw 11vw;
        min-height: inherit;
        position: relative;
    }
    #TALK_IDX .main .sub-ttl-cnt .ttl-02{
        width: 100%;
        display: block;
        padding: 5.208vw;
        margin: 0 auto;
        position: relative;
        transform: unset;
        top: unset;
        left: unset;
    }
    #TALK_IDX .main .sub-ttl-cnt .ttl-02::before,
    #TALK_IDX .main .sub-ttl-cnt .ttl-02::after{
        width: 10.417vw;
        height: 10.417vw;
    }
    #TALK_IDX .main .sub-ttl-cnt .ttl-02::before{
        border-left: solid 0.391vw #fff;
        border-top: solid 0.391vw #fff;
    }
    #TALK_IDX .main .sub-ttl-cnt .ttl-02::after{
        border-right: solid 0.391vw #fff;
        border-bottom: solid 0.391vw #fff;
    } */
    /*括弧付き 背景あり*/
    /* #TALK_IDX .main .sub-ttl-cnt.type-02 .ttl-wrap,
    #TALK_IDX .main .sub-ttl-cnt.type-03 .ttl-wrap{
        min-height: inherit;
    }
    #TALK_IDX .main .sub-ttl-cnt.type-02 .ttl-wrap{
        background: none;
        padding: 20.573vw 5.208vw;
    } */
    /*括弧付き PC背景 SP縦積み*/
    /* #TALK_IDX .main .sub-ttl-cnt.type-03 .flex-cnt-01{
        width: 100%;
    }
    #TALK_IDX .main .sub-ttl-cnt.type-03 .ttl-02{
        width: 79.167vw;
    } */
    /*QA*/
    #TALK_IDX .main .qa{
        text-indent: -1.1em;
        padding-left: 1.1em;
        margin-bottom: 5.208vw;
    }
    /*テキスト*/
    #TALK_IDX .main .txt-08{
        text-indent: -2.3em;
        padding-left: 2.3em;
        margin-top: 2.604vw;
    }
    #TALK_IDX .main .txt-07 + .txt-08{
        margin-top: 3.385vw;
    }
    /*並び*/
    #TALK_IDX .main .cnt-img{
        margin: 10.417vw auto;
        padding: 0 2.604vw;
    }
    #TALK_IDX .main .cnt-img picture{
        border-radius: 1.042vw;
    }
    #TALK_IDX .main .cnt-01,
    #TALK_IDX .main .cnt-02,
    #TALK_IDX .main .cnt-03{
        margin-top: 10.417vw;
        margin-bottom: 10.417vw;
    }
    /*交互ver*/
    #TALK_IDX .main .cnt-02,
    #TALK_IDX .main .cnt-02.type-02{
        flex-direction: column;
        gap: 10.521vw 0;
    }
    #TALK_IDX .main .cnt-02 .flex-cnt-01,
    #TALK_IDX .main .cnt-02 .flex-cnt-01:nth-child(even){
        width: 100%;
    }
    #TALK_IDX .main .cnt-02 .flex-cnt-01:nth-child(even){
        border-radius: 1.042vw;
    }
    #TALK_IDX .main .cnt-02 .flex-cnt-01 .img-cnt {
        width: 100%;
        margin: 10.417vw 0;
        border-radius: 0.651vw;
        overflow: hidden;
    }
    /*画像縦積みver*/
    #TALK_IDX .main .cnt-03 .cnt-img{
        margin: 0 auto 7.813vw;
    }
    #TALK_IDX .main .cnt-03 .btn-01{
        margin-top: 5.208vw;
    }
    /*コメント*/
    #TALK_IDX .main .cmt{
        gap: 2.604vw;
        /* margin-top: 5.208vw; */
    }
    #TALK_IDX .main .cmt + .cmt{
        margin-top: 4.208vw;
    }
    #TALK_IDX .main .cmt .person{
        gap: 1.302vw;
        width: 13.021vw;
    }
    #TALK_IDX .main .cmt .person img{
        border-radius: 0.651vw;
    }
    #TALK_IDX .main .cmt .voice .txt-07 + .txt-07{
        margin-top: 3.604vw;
    }
    /*===メンバー紹介===*/
    #TALK_IDX .main .section-member .inner{
        margin-top: 9.417vw;
        padding: 10.417vw 2.604vw;
    }
    #TALK_IDX .main .section-member .member-list{
        gap: 0 9.635vw;
        margin-top: 0;
        justify-content: flex-start;
    }
    #TALK_IDX .main .section-member .member-list .flex-cnt-01{
        width: calc((100% - 9.635vw * 2) / 3);
    }
    #TALK_IDX .main .section-member .img-cnt{
        border-radius: 1.302vw;
        margin-bottom: 1.302vw;
    }
    #TALK_IDX .main .section-member .txt-05{
        /* margin-top: 1.302vw; */
    }
    #TALK_IDX .main .section-member .txt-10{
        margin-top: 1.302vw;
    }
    #TALK_IDX .main .section-member .btn-01{
        /* margin-top: 5.208vw; */
    }
    #TALK_IDX .main .section-member .btn-01 a{
        /* min-width: unset;
        width: 100%;
        padding: 3.06vw 9.672vw 3.06vw 2.208vw; */
    }
    #TALK_IDX .main .section-member .btn-01 .arrow2{
        /* right: 2.408vw; */
    }
    /*===アンカー===*/
    #TALK_IDX .main .nav-wrap-01 .nav-link-01{
        padding: 0;
        margin: 5.208vw 0 5.208vw;
    }
	#TALK_IDX .nav-wrap-01 .inner-m{
		padding: 0 2.604vw;
	}
	#TALK_IDX .nav-wrap-01 .nav-link-01{
		margin-bottom: 5.209vw;
	}
	#TALK_IDX .nav-wrap-01 .nav-link-01 li{
		width: calc(100% / 2);
		padding: 0.261vw 1vw;
	}
	#TALK_IDX .nav-wrap-01 .nav-link-01 li a{
		border-right: 1px solid #7B93A3;
	}
	#TALK_IDX .nav-wrap-01 .nav-link-01 li:first-child a,
	#TALK_IDX .nav-wrap-01 .nav-link-01 li:nth-child(2n + 1) a {
		border-left: 1px solid #7B93A3;
	}
    /*奇数処理*/
	#TALK_IDX .nav-wrap-01 .nav-link-01:has(li:nth-child(odd):last-child) {
    	border-bottom: none;
    }
	#TALK_IDX .nav-wrap-01 .nav-link-01 li:nth-child(odd):last-child {
    	/* border-bottom: none; */
    }
    /*===振り返り===*/
    /* #TALK_IDX .main .section-lookb{
        margin-bottom: 13.021vw;
    }
    #TALK_IDX .main .section-lookb .cnt-bg-01{
        margin-bottom: 0;
    }
    #TALK_IDX .main .section-lookb .cnt-03:nth-of-type(2){
        margin-top: 0;
    }
    #TALK_IDX .main .section-lookb .txt-05{
        margin-top: 19.531vw;
    } */
    /*===その他===*/
    /* #TALK_IDX .main .section-other{
        margin-top: 13.021vw;
    } */


}