@charset "utf-8";



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

	                    採用情報 　recruit.html
	
============================================================================*/

/*----------------------------------- 
      #sec1
-----------------------------------*/

#sec1 {
	padding: 0 4% 10%;
}


.sec1-box1 {
    max-width: 800px;
	margin: 0 auto 8%;
}
.sec1-box1 h2 {
    font-size: 50px;
	font-size: 5.0rem;
	font-weight: bold;
	line-height: 1.6;
	text-align: center;
	margin-bottom: 5%;
}
.sec1-box1 h2 strong {
	font-weight: bold;
	color: #E50012;
}
@media screen and (max-width: 900px){
	.sec1-box1 h2 {
		font-size: 35px;
		font-size: 3.5rem;
	}
}
@media screen and (max-width: 640px){
	.sec1-box1 h2 {
		font-size: 25px;
		font-size: 2.5rem;
	}
	.sec1-box1 h2 span {
		display: block;
	}
}


.sec1-box2 {
    max-width: 1100px;
	margin: 0 auto;
}
.sec1-box2 ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sec1-box2 ul li {
    max-width: 530px;
	width: 48%;
}
.sec1-box2 .btn a {
	background-position: right 30px center;
    width: 100%;
	padding: 2em 0;
	font-size: 26px;
	font-size: 2.6rem;
}
@media screen and (max-width: 900px){
	.sec1-box2 ul li {
		width: 70%;
		margin: 0 auto 5%;
	}
    .sec1-box2 .btn a {
	    background-position: right 20px center;
		padding: 1.5em 0;
		font-size: 20px;
	    font-size: 2.0rem;
	}
}

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

	                 採用情報 詳細（営業・デザイナー）
	
============================================================================*/

/*----------------------------------- 
      #detail-sec1
-----------------------------------*/

#detail-sec1 {
    max-width: 1100px;
	margin: 0 auto 10%;
	padding: 0 4%;
}
#detail-sec1 h2 {
    font-size: 30px;
	font-size: 3.0rem;
	font-weight: bold;
	line-height: 3;
	text-align: center;
	letter-spacing: 0.1em;
	border-bottom: #BF000F 5px solid;
	margin-bottom: 5%;
}
#detail-sec1 table {
    width: 100%;
	border-collapse: collapse;
	border-top: #ddd 1px solid;
	margin-bottom: 8%;
}
#detail-sec1 th {
    width: 15em;
	font-weight: bold;
	text-align: center;
	padding: 1em 0;
	border-bottom: #ddd 1px solid;
}
#detail-sec1 td {
	padding: 1em 0;
	border-bottom: #ddd 1px solid;
}
#detail-sec1 .btn a {
    width: 20em;
	margin: 0 auto;
	font-size: 20px;
	font-size: 2.0rem;
}

@media screen and (max-width: 900px){
    #detail-sec1 h2 {
        font-size: 25px;
	    font-size: 2.5rem;
    }
	#detail-sec1 th {
		width: 8em;
	}
}
@media screen and (max-width: 640px){
    #detail-sec1 h2 {
        font-size: 20px;
	    font-size: 2.0rem;
		border-bottom: #BF000F 4px solid;
    }
	#detail-sec1 table {
		border-left: #ddd 1px solid;
		border-right: #ddd 1px solid;
	}
	#detail-sec1 th {
		width: 100%;
		display: block;
		background-color: #F8F8F8;
		padding: 0.5em 0;
	}
	#detail-sec1 td {
	    display: block;
		padding: 1em 3%;
    }
	#detail-sec1 .btn a {
		width: 15em;
		font-size: 18px;
	    font-size: 1.8rem;
	}
}

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

	                 採用応募フォーム  recruit-apply.html
	
============================================================================*/

/*----------------------------------- 
      #apply-sec1
-----------------------------------*/

#apply-sec1 {
	padding: 0 4% 5%;
}

.apply-sec1-box1 {
	text-align: center;
}
.apply-sec1-box1 h2 {
    font-size: 26px;
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 1.8;
	margin-bottom: 2%;
}
.apply-sec1-box1 ul {
	margin-top: 2%;
}
.apply-sec1-box1 ul li {
    font-size: 14px;
	font-size: 1.4rem;
	padding-left: 1em;
	text-indent: -1em;
}
@media screen and (max-width: 640px){
	.apply-sec1-box1 h2 {
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 1.6;
		margin-bottom: 3%;
	}
	.apply-sec1-box1 p {
		text-align: left;
	}
	.apply-sec1-box1 ul li {
		font-size: 12px;
		font-size: 1.2rem;
		text-align: left;
	}
}