@charset "UTF-8";
/* ----座談会---- */
.pageID-conversationDetail .system_overview{
    background: #F6F6F6;
    margin-top: 30px;
    padding: 20px;
}
.pageID-conversationDetail .system_overview h3{
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    position: relative;
    padding-bottom: 15px;
    font-size: 1.4285714286rem; 
}
.pageID-conversationDetail .system_overview h3::before {
    content: "";
    width: 60px;
    height: 1px;
    background: #ec6c00;
    position: absolute;
    bottom: 0;
    left: 0;
}
.pageID-conversationDetail .tag{
    background: #333;
    color: #fff;
    padding: 2px 6px;
    margin-right: 8px;
    font-size: 14px;
}
/* ----働く環境---- */
@media screen and (min-width: 737px) {
    .tab_item-6-12pc {
        width: calc(99.9% / 12 * 4 - 40px);
    }
}
/* ----社員インタビュー---- */
.interviewIntro_catch {
	margin-bottom: 3em;
    margin-top: 3rem;
    position: relative;
}

.interviewIntro_catch::before{
    position: absolute;
    line-height: 1;
    font-family: "Nothing You Could Do", cursive;
    content: "Empowering Your Potential.";
    font-size: 60px;
    color: #e1e1e1;
    bottom: -30%;
    left: 30%;
    transform: translateX(-50%);
    z-index: -1;
}
.interviewIntro_catchTitle {
    font-family: "Noto Serif JP", serif;
	font-size: 2.25rem;
	font-weight: bold;
    line-height: 1.4;
	margin-bottom: 80px;
}
.interviewIntro_catchTitle span{
    font-size: 1.5rem;
}

.interviewSystem_box {
	background-color: #f7f9fa;
	padding: 1.5em 2em;
	margin-top: 2em;
}
.interviewSystem_title {
    font-family: "Noto Serif JP", serif;
    margin-top: 0;
	font-weight: bold;
	font-size: 1.5rem;
	color: #333;
}
.interviewSystem_desc {
	margin-bottom: 0;
}

.pageID-interviewDetail .interviewHr_box {
	background-color: #fff;
	border: 1px solid #e2e8ec;
	padding: 2em;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	align-items: flex-start;
}

.pageID-interviewDetail .interviewHr_body {
	flex: 1;
	min-width: 250px;
}
.pageID-interviewDetail .interviewHr_title {
    font-family: "Noto Serif JP", serif;
	font-size: 1.25em;
	font-weight: bold;
	margin-bottom: 1em;
	color: #333;
}
.pageID-interviewDetail .interviewHr_txt {
	margin-top: 1em;
}
@media screen and (max-width: 736px){
    .interviewIntro_catchTitle{
        font-size: 1.7142857143rem;
        margin-bottom: 60px;
    }
    .interviewIntro_catchTitle span{
    font-size: 1rem;
    line-height: 1;
}
.interviewIntro_catch::before{
    font-size: 30px;
    bottom: -20%;
    left: 34%;
}
}