@charset "utf-8";

/* ========================================
profile.css
------------------------------------------

======================================== */

/* ---------------------------------------- 

 - body
 
---------------------------------------- */
h2.profileTtl {
    position: relative;
}
h2.profileTtl::after {
    content: '';
    background: #5a5250;
    position: absolute;
        top: 50%;
        right: 0;
    height: 2px;
    width: calc(100% - 200px);
}
@media screen and (max-width: 768px) {
h2.profileTtl::after {
    width: calc(100% - 150px);
}
}
#Contents .section .wrapper h3 {
	position: relative;
	font-size: 24px;
	line-height: 1;
	padding: 0 0 0 15px;
	margin-bottom: 1em;
}
#Contents .section .wrapper h3::before {
	content: "";
	position: absolute;
	top: 0; left: 0;
	background: #0085CE;
	display: block;
	width: 5px !important;
	height: 1em;
}
/* ---------------------------------------- 

 - #container
 
---------------------------------------- */

/* ---------------------------------------- 

 - #Contents
 
---------------------------------------- */

/* ---------------------------------------- 

 - #Main
 
---------------------------------------- */
#Contents #Main {
    background: #fff url("../images/recruit_main_bg.jpg") top center no-repeat;
    background-size: contain;
}
#Contents #Main .wrapper {
    overflow: visible; 
}
@media screen and (max-width: 768px) {
#Contents #Main {
    background-image: none;
    background-size: 100%;
}
}
/* ---------------------------------------- 

 - .section共通
 
---------------------------------------- */
#Contents .section {
    width: 100%;
    margin-top: 0;
    /*margin-bottom: 190px;*/
    
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
}
#Contents .section img {
    width: 100%;
    height: auto;
}

/*table*/
#Contents .section .wrapper .table {
	border-top: #000 solid 1px;
	border-left: #000 solid 1px;
	border-right: #000 solid 1px;
}
#Contents .section .wrapper .table > dl {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
	border-bottom: #000 solid 1px;
	
}
#Contents .section .wrapper .table > dl > dt {
    /*width: 4em;*/
    width: 7em;
	padding: 0.2em 1em;
    /*padding-bottom: 1em;*/
    text-align-last: justify;
	background-color: #eaf6fd;
}
#Contents .section .wrapper .table > dl > dd {
    padding-left: 1em;
    /*padding-bottom: 1em;*/
    border-left: #000 solid 1px;
	padding: 0.2em 1em;
}

@media screen and (max-width: 768px) {
#Contents .section .wrapper .table > dl {
    display: block;
    
}
#Contents .section .wrapper .table > dl > dt {
    width: 100%;
    margin-right: 0;
    padding-bottom: 0.25em;
    font-weight: bold;
    text-align-last: left;
	border-bottom: solid 1px #000;
}
#Contents .section .wrapper .table > dl > dd {
    border-left: none;
    display: block;
}
#Contents #CompanyProfile.section .wrapper .table > dl > dt {
    border-bottom: solid 1px #000;
}
}
/* ---------------------------------------- 

 - #RecruitInfo
 
---------------------------------------- */
#Contents #RecruitInfo {
	padding-bottom: 6rem;
}
/*.table.profile*/
#Contents #RecruitInfo .wrapper .profile {
    margin-top: 4rem;
    font-size: 2.1rem;
}
@media screen and (max-width: 768px) {
#Contents #RecruitInfo {
	padding-bottom: 4rem;
}
#Contents #RecruitInfo .wrapper .profile > dl > dt {
    border-bottom: solid 1px #000;
    margin-bottom: 0.5em;
    padding-bottom: 0.5em;
}
}


/* ---------------------------------------- 

 - #RecruitLinkBox

---------------------------------------- */
#Contents #RecruitLinkBox .box {
    display: flex;
	justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
#Contents #RecruitLinkBox .box h3 {
	width: 79%;
	height: 53px;
    margin-bottom: 0;
    background: #0086ce;
    display: table;
    vertical-align: middle;
}
#Contents #RecruitLinkBox .box h3 > span {
    align-self: center;
    background: #0086ce;
    color: #fff;
    display: table-cell;
    vertical-align: middle;
	text-align: center;
    font-size: 24px;
    line-height: 1;
    padding: 0;
}
#Contents #RecruitLinkBox .box ul {
	width: 20%;
    height: auto;
}
#Contents #RecruitLinkBox .box li {
	display: block;
}
#Contents #RecruitLinkBox .box ul img {
    width: 100%;
    height: auto;
}
#Contents #RecruitLinkBox ul.txt {
    font-size: 24px;
    text-align: center;
}
@media screen and (max-width: 768px) {
#Contents #RecruitLinkBox .box {
    display: block;
        justify-content: space-between;
        margin-bottom: 20px;
}
#Contents #RecruitLinkBox .box h3 {
	width: 100%;
	height: inherit;
    font-size: 18px;
    margin-bottom: 30px;
    padding: 10px;
}
#Contents #RecruitLinkBox .box h3 > span {
    line-height: 1.2;
    padding: 0 20px;
    text-align: center;
}
#Contents #RecruitLinkBox .box h3 > span > span.sp {
    display: block !important;
    padding-top: 5px;
}
#Contents #RecruitLinkBox .box ul {
	width: 50%;
    text-align: center;
	margin: 0 auto;
}
}




