@charset "utf-8";
/* CSS Document */


#main{
    width: 100%;
    height: 275px;
    background: url(../images/job/main_img_01_pc.jpg) no-repeat center 76%;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
	justify-content: center;
}

#main_inner{
	width: 100%;
	overflow: hidden;
}

#main h2{
  font-size: 40px;
  color: #fff;
  line-height: 0.8;
  font-weight: bold;
  letter-spacing: 0.3em;
}

#main h2 span{
  font-family: "メイリオ", sans-serif;
  font-weight: 900;
  font-size: 20px;
  letter-spacing: 0.4em;
}


#bottom_img{
	background: url(../images/job/bottom_bg_01_pc.jpg);
	background-size: cover;
	width: 100%;
	height: 450px;
	margin-top: 100px;
}


h3{
	font-size: 35px;
	margin-bottom: 70px;
	font-weight: 900;
	letter-spacing: 0.2em;
	position: relative;
    display: inline-block;
}


/* h3 span:before{
	content: '';
	width: 80px ;
	height: 6px;
	position: absolute;
	bottom: 0;
	right: auto;
	left: auto;
}


h3:before{
	content: '';
	position: absolute;
	bottom: -10px;
	display: inline-block;
	width: 80px;
	height: 5px;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #000;
	border-radius: 1px;
} */

.job_column,.job_img{
	width: 450px;
}

.job_list{
    display: flex;
    flex-direction: row-reverse;
    width: 960px;
    padding-bottom: 80px;
    margin: 0 auto 80px;
	text-align: left;
	border-bottom: solid 1px #000;
}

.job_list_last{
    padding-bottom: 0;
    margin: 0 auto;
	border-bottom: none;

}


.job_column{
    margin-right: 40px;
}

.job_txt{
    border-bottom: dotted 2px #000;
    padding: 0 0 20px;
    margin-bottom: 20px;
}



@media screen and (max-width: 768px) {

#main{
    height: 0;
    background: url(../images/job/main_img_01_sp.jpg) no-repeat top right;
    background-size: cover;
    padding: 18.334% 0;
    position: relative;
}

#main h2 span {
    font-size: 14px;
}

#main h2 {
  font-size: 27px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.4em;

}


#content {
    padding: 10% 0 0;
    width: 86.666666%;
    margin: 0 auto;
	font-size: 14px;
}


#bottom_img{
	background: url(../images/job/bottom_bg_01_sp.jpg);
	background-size: cover;
	width: 100%;
	margin-top: 14%;
	height: 0;
	padding-bottom: 37.6%;
}

h3 {
    font-size: 25px;
}

.job_list{
    width: 100%;
    display: block;
    padding-bottom: 14%;
    margin: 0 auto 14%;
}

.job_list_last {
    padding-bottom: 0;
    margin: 0 auto;
}

.job_column, .job_img{
	width: 100%;
}

.job_img{
	margin-bottom: 4%;
}

.job_txt {
    padding: 0 0 5%;
    text-align: justify;
    margin-bottom: 5%;
}

.adviser_txt{
    text-indent: -1.3em;
    padding-left: 1.3em;
}
}

@media screen and (max-width: 600px) {


}
