@charset "utf-8";

/*
recruit
求人情報
*/

/* #Sec01
-----------------------------------------------------------------*/
.recruit #Sec01{
}
.recruit #Sec01 .inner,
.recruit #Sec02 .inner{
	max-width: 960px;
	margin: 0 auto;
	padding: 0 80px;
}

#Main.recruit .catch{
	font-family: 'Noto Serif JP';
	font-size: 2.0rem;
	text-align: center;
	margin: 50px auto 40px;	
}

#Main.recruit .ttl{
	font-family: 'Noto Serif JP';
	font-size: 2.2rem;
	font-weight: normal;
	margin: 50px auto;
	line-height: 4.5rem;
}

#Main.recruit .ttl span{
	font-size: 3.0rem;
}

.recruit .recruit_box{
	text-align: center;
}

.recruit .recruit_box h3{
	font-size: 2.4rem;
}

.recruit .message_box{
	display: flex;
}

.recruit .message_box .txt{
	width: 55%;
}

.recruit .message_box .img{
	margin-right: 60px;
}

.recruit .message_box .img img{
	width: 100%;
}

.recruit .message_box h3{
	font-size: 2.2rem;
	font-family: 'Noto Serif JP';
	font-weight: normal;
	margin-bottom: 30px;
}

.recruit .message_box p{
	font-size: 1.6rem;
}

.recruit .about_box{
	margin-top: 80px;
}

.recruit .about_inner{
	display: flex;
}

.recruit .about_inner .txt{
	margin-right: 60px;
	font-size: 1.6rem;
	width: 56%;
}

.recruit .about_box .art_ttl{
	margin-bottom: 30px;
}

.recruit .about_inner img{
	width: 100%;
}

.recruit .btn{
	background: #000033;
	width: 460px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	border-radius: 5px;
	margin: 0 auto;
	margin-top: 100px;
}

.recruit .btn a{
	color: #fff;
}

.recruit #Sec02{
	margin-top: 90px;
}

.recruit #Sec02 .txt{
	font-size: 2.4rem;
	text-align: center;
	font-weight: bold;
}

.recruit #Sec02 h3{
	border-bottom: 2px solid #000033;
    color: #000;
    padding-bottom: 5px;
    margin-bottom: 30px;
    margin-top: 30px;
    display: inline-block;
    font-size: 2.0rem;
}


.recruit #Sec02 .contact{
	margin: 100px auto;
}

.recruit #Sec02 .address{
	display: flex;
}

.recruit #Sec02 .address h4{
	margin-right: 10px;
}

.recruit #Sec02 .number{
	display: flex;
	margin-top: 20px;
}

.recruit #Sec02 .number .tel{
	margin-right: 180px;
}

.recruit #Sec02 .number .num{
	font-size: 3.2rem;
    line-height: 3.2rem;
	font-weight: bold;
}

.recruit #Sec02 .number .num span{
	font-size: 2.0rem;
	margin-right: 10px;
}

.recruit #Sec02 .btn{
	background: #000033;
	width: 460px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	border-radius: 5px;
	float: right;
	margin-top: 0;
}

.recruit #Sec02 .btn a{
	color: #fff;
}

@media screen and (max-width: 1020px) {
/* 1020pxまでの幅の場合に適応される */


/* 1020pxまでの幅の場合に適応される */
}

@media screen and (max-width: 767px) {
/* 767pxまでの幅の場合に適応される */

/* #Sec01
-----------------------------------------------------------------*/
.recruit #Sec01 .inner,
.recruit #Sec02 .inner{
	padding: 0 50px;
}
.recruit #Sec01{
}

.recruit .message_box{
	display: block;
}

.recruit .message_box img{
	width: 100%;
}

.recruit .message_box .img{
	margin: 0;
}

.recruit #Sec02 .number{
	display: block;
}

.recruit #Sec02 .number .tel{
	margin: 0;
	margin-bottom: 10px;
}

.recruit #Sec02 .btn{
	width: 100%;
	margin-top: 30px;
}

.recruit .about_inner{
	display: block;
}

.recruit .about_inner img{
	width: 100%;
	margin-top: 20px;
}

.recruit .about_inner .txt{
	margin-right: 0;
}

.recruit .btn{
	width: 100%;
}

.recruit .message_box .txt{
	margin-top: 20px;
}

.recruit .message_box .txt,
.recruit .about_inner .txt{
	width: 100%;
}


/* 767pxまでの幅の場合に適応される */
}

@media screen and (max-width: 640px) {
/* 640pxまでの幅の場合に適応される */


/* 640pxまでの幅の場合に適応される */
}