@charset "utf-8";
/*************************

job Index 

***************************/
#jobTop .catch {
    margin: 40px 0;
    line-height: 200%;
    text-align: center;
	font-size: 120%;
}
#jobTop #contentsMain li {
    position: relative;
    float: left;
    width: 24.6%;
    margin: 0 0.4% 0.3% 0;
    list-style: none;
    background: #e7ebed;
}
#jobTop #contentsMain li a{     
    display: block;
    position:relative;
	padding: 10px 15px;
    text-align: center;
    min-height: 360px;
	color:#000;
}
#jobTop #contentsMain li a:link,
#jobTop #contentsMain li a:hover{
    text-decoration:none;
    z-index: 3;
}
#jobTop #contentsMain li dt{
    font-family: 'Noto Serif JP', serif;
    background-position: center 10px;
    background-repeat: no-repeat;
    background-size: auto 30px;
    padding-top: 88px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    color: #ce121b;
    font-size: 18px;
    background-size: 76px 71px;
    position: relative;
    line-height: 1.2;    
}
#jobTop #contentsMain li dt::after{
    position: absolute;
    bottom: -10px;
    left: 35%;
    content: "";
    display: block;
    width: 30%;
    height: 1px;
    background: #b3b3b3;
}

#jobTop #contentsMain li:nth-child(1) dt{background-image:url(../images/job_ico01.svg);}
#jobTop #contentsMain li:nth-child(2) dt{background-image:url(../images/job_ico02.svg);}
#jobTop #contentsMain li:nth-child(3) dt{background-image:url(../images/job_ico03.svg);}
#jobTop #contentsMain li:nth-child(4) dt{background-image:url(../images/job_ico04.svg);}
#jobTop #contentsMain li:nth-child(5) dt{background-image:url(../images/job_ico05.svg);}
#jobTop #contentsMain li:nth-child(6) dt{background-image:url(../images/job_ico06.svg);}
#jobTop #contentsMain li:nth-child(7) dt{background-image:url(../images/job_ico07.svg);}
#jobTop #contentsMain li:nth-child(8) dt{background-image:url(../images/job_ico08.svg);}
#jobTop #contentsMain li:nth-child(9) dt{background-image:url(../images/job_ico09.svg);}
#jobTop #contentsMain li:nth-child(10) dt{background-image:url(../images/job_ico10.svg);}
#jobTop #contentsMain li dt{
    font-weight: 500;
}
#jobTop #contentsMain li dd{
    margin-left: 0;
    line-height: 2;    
}
/*************************

共通・下層ページ

***************************/

/*hover action------------*/
.button {
  position: relative;
  display: inline-block;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  text-decoration: none;
  outline: none;
  transition: all .2s;
}
.button::before,
.button::after {
  position: absolute;
  z-index: 2;
  content: '';
  width: 0;
  height: 0;
  border: 1px solid transparent;
}
.button::before {
  top: 0px;
  left: 0px;
}
.button::after {
  bottom: 0px;
  right: 0px;
}
.button:hover {
  color: #ce121b;
}
.button:hover::before,
.button:hover::after {
  width: 100%;
  height: 100%;
}
.button:hover::before {
  border-bottom-color: #ce121b;
  border-left-color: #ce121b;
  transition: height .3s, width .3s .3s;
}
.button:hover::after {
  border-top-color: #ce121b;
  border-right-color: #ce121b;
  transition: height .3s, width .3s .3s;
}

/*title ------------*/
.job .h1Ttl {
    margin-bottom: 60px;
}
#contentsMain .ttl_red{
    font-family: 'Noto Serif JP', serif;
    font-size: 30px;
    color: #ce121b;
    text-align: center; 
    position: relative;
    font-weight: 500;
}
#contentsMain .ttl_red::after{
    position: absolute;
    bottom: -18px;
    left: 48%;
    content: "";
    display: block;
    width: 4%;
    height: 1px;
    background: #ce121b; 
}

/*contents ------------*/
#contentsMain .lead{
    font-family: 'Noto Serif JP', serif;
    font-size: 24px;
    text-align: center;
    margin: 55px 0 30px;
}
#contentsMain figure{margin: 30px 0 0;}


/*他の職種ボタン ------------*/

#contentsMain h3{
    font-family: 'Noto Serif JP', serif;
    font-size: 20px;
    text-align: center;
    margin-top: 80px;
    padding-top: 80px;
    border-top: solid 1px #ccd5d9;
    font-weight: normal;
}
.jobBtn{font-size: 0;}
.jobBtn li{
    display: inline-block;
    width: 19.6%;
    margin-top: 0;
    margin-right: 0.4%;
    margin-bottom: 3px;
    font-family: 'Noto Serif JP', serif;
    font-size: 16px;
    vertical-align: bottom;
}
.jobBtn li:nth-child(5),
.jobBtn li:nth-child(10){margin-right:0;}
.jobBtn li.active{
    opacity: 0.4;
}
.jobBtn li a{ 
    display: block;
    height: 130px;
    background: #e7ebed no-repeat;
    background-position: 50% 27%;
    background-size: 55px 51px;
    padding: 82px 0 17px 0;
    text-align: center;
    line-height: 1.2;
    color: #ce121b;
    letter-spacing: 0;
}
.jobBtn li a:link{text-decoration: none;}
.jobBtn li.button a:hover{z-index: 3;}

.jobBtn li:nth-child(1) a{background-image:url(../images/job_ico01.svg);}
.jobBtn li:nth-child(2) a{background-image:url(../images/job_ico02.svg);}
.jobBtn li:nth-child(3) a{background-image:url(../images/job_ico03.svg);}
.jobBtn li:nth-child(4) a{background-image:url(../images/job_ico04.svg);}
.jobBtn li:nth-child(5) a{background-image:url(../images/job_ico05.svg);}
.jobBtn li:nth-child(6) a{background-image:url(../images/job_ico06.svg);}
.jobBtn li:nth-child(7) a{background-image:url(../images/job_ico07.svg);}
.jobBtn li:nth-child(8) a{background-image:url(../images/job_ico08.svg);}
.jobBtn li:nth-child(9) a{background-image:url(../images/job_ico09.svg);}
.jobBtn li:nth-child(10) a{background-image:url(../images/job_ico10.svg);}



/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Smartphones
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:767px), only screen and (max-device-width:767px){

/*************************

job Index 

***************************/
    
#jobTop #contentsMain ul{
        padding-left:0;
}
#jobTop #contentsMain li{
	width:48%;
}
#jobTop #contentsMain li a{
    padding:10px; 
    min-height:300px;
    min-height:300px;
}
#jobTop #contentsMain li dt {
    padding-top: 48px;
    background-size: 38px 35px;
    position: relative;
}

/*************************

共通・下層ページ

***************************/
.job #contentsMain figure img{width:100%;}
.jobBtn li,.jobBtn li:nth-child(5){
    width: 49%;
    margin-right: 1%;
}
.jobBtn li:nth-child(even){margin-right: 0;}
.jobBtn li a {
    display: block;
    height: 50px;
    background: #e7ebed no-repeat 7% center;
    background-size: 30px 28px;
    padding: 15px 10px 8px 50px;
    text-align: left;
    font-size: 86%;
}
.jobBtn li:nth-child(9) a{
        padding: 7px 10px 8px 50px;
}  
    
}/* Smartphones end */