/* ------------------------------
 仕事を知る　下層
------------------------------ */
.contents .f21 {
    font-size: 2.1rem;
}
.contents .f28 {
    font-size: 2.8rem;
    line-height: 1.5;
}
/*-- 営業 --*/
.businessBlock .inBlock {
    padding-bottom: 120px;
    margin-bottom: 105px;
    border-bottom: 1px solid #c8c7c6;
}
/*-- 主な業務内容 --*/
.work {
    margin-bottom: 60px;
}
/*-- 求められる資質 --*/
.quality {
    margin-bottom: 60px;
}
.quality .w1-3 {
    padding: 55px 35px 30px;
    border-radius: 10px;
    box-shadow: 0px 0px 20px 0px rgba(107, 112, 121, .2);
}
.quality .w1-3 .f21 {
    border-bottom: 1px solid #d3d4d7;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
/*-- やりがい　 --*/
.being > p {
    margin-bottom: 60px;
}
.personLink {
    width: 552px;
    margin: auto;
}
.personLink a {
    display: flex;
    border-radius: 10px;
    align-items: center;
    background-color: #fff;
    overflow: hidden;
    text-decoration: none;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
}
.personLink img {
    width: 246px;
}
.personLink a p {
    width: 100%;
    color: #333;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.5;
    text-decoration: none;
    padding-right: 60px;
    padding-left: 60px;
}
.personLink a p::after {
    content: "";
    display: inline-block;
    margin-left: 5px;
    width: 20px;
    height: 20px;
    background: url('../img/icon_arrow.svg') no-repeat center;
    vertical-align: middle;
}
/*専攻マトリクス*/
.major .scroller{
    margin-bottom: 100px;
}
/*-- テーブル --*/
table {
	width: 100%;
	border-top: solid 1px #cbcdd0;
	border-right: solid 1px #cbcdd0;
}
table th,
table td {
	padding: 10px;
	text-align: left;
	border-bottom: 1px solid #cbcdd0;
	border-left: 1px solid #cbcdd0;
}
table th {
    background-color: #f3f3f1;
    font-weight: bold;
}
table thead th {
	text-align: center;
	vertical-align: middle;
}
table thead tr:nth-child(2) th:first-child {
    text-align: left;
    padding-left: 20px;
}
table thead tr:nth-child(2) th:not(:first-child),
table tbody td {
    width: 121px;
}
table thead tr:nth-child(2) th:not(:first-child) {
    letter-spacing: -0.05em;
    line-height: 1.3;
}
table tbody th {
    padding-left: 20px;
}
table tbody td {
    text-align: center;
}
/* ----------------------
 PC用コード
---------------------- */
@media screen and (min-width: 768px) {
    /*-- 求められる資質 --*/
    .quality .w1-3 .f21.lh-2 {
        min-height: 4.4em;
    }
}
/* ----------------------
 スマホ用コード
---------------------- */
@media screen and (max-width: 767px) {
    .contents .f28 {
        font-size: 2.4rem;
    }
    /*-- 営業 --*/ 
    .businessBlock .inBlock {
        padding-bottom: 80px;
        margin-bottom: 80px;
    }
    /*-- 主な業務内容 --*/
    .work {
        margin-bottom: 40px;
    }
    /*-- 求められる資質 --*/
    .quality {
        margin-bottom: 40px;
    }
    .quality .w1-3 {
        padding: 35px 25px 30px;
    }
    .quality .w1-3:not(:last-child) {
        margin-bottom: 20px;
    }
    /*-- やりがい　 --*/
    .being > p {
        margin-bottom: 40px;
    }
    .personLink {
        width: 100%;
        margin-bottom: 20px;
    }
    .personLink img {
        width: 45%;
    }
    .personLink a p {
        font-size: 1.4rem;
        padding: 20px;
    }
    .personLink a p::after {
        margin-left: 0;
        width: 14px;
        height: 14px;
        background-size: 14px;
    }
    /*専攻マトリクス*/
    .major .scroller{
        margin-bottom: 50px;
    }
    .major table {
        width: 1140px !important;
    }
    /*スクロールバー*/
    .scroller .mCSB_horizontal.mCSB_inside > .mCSB_container {
        margin-bottom: 0;
    }
    .scroller .mCSB_horizontal.mCSB_inside > .mCSB_container {
        padding-top: 30px;
    }
    .scroller .mCSB_scrollTools.mCSB_scrollTools_horizontal {
        top: 20px;
    }
    .scroller .mCSB_scrollTools .mCSB_draggerContainer {
        top: -20px;
        bottom: auto;
    }
    .scroller .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
        height: 6px;
    }
    .scroller .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
        height: 8px;
        background-color: #f9d826;
    }
    .scroller .mCSB_scrollTools .mCSB_draggerRail {
        background-color: #f3f3f1;
    }
    /*-- テーブル --*/
    table th,
	table td {
		padding: 7px 10px;
	}
	table th {
		min-width: 30%;
	}
}