@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main .recruitBox {
	position: relative;
	padding: 50px 0 72px;
}
#main .recruitBox:after {
	width: 100%;  
	background-color: #E4E4E4;
	position: absolute;  
	top: 186px;
	bottom: 0;
	left: 0;  
	content: ""; 
	z-index: -1;
}
#main .recruitBox .headLine01 {
	position: relative;
}
#main .recruitBox .headLine01:after {
	width: 3px;  
	height: 800%;
	background-color: #4A565C;
	position: absolute;  
	top: calc(100% + 15px);
	left: 25px;  
	content: ""; 
}
#main .imgBox {
	margin-bottom: 45px;
}
#main .imgBox .photoBox {
	float: right;
	overflow: hidden;
	width: 67.2%;
	margin: -142px -100px 10px 20px;
	border-radius: 70px 0 0 70px;
}
#main .imgBox .photoBox img {
	width: 100%;
}
#main .imgBox .textBox {
	padding: 70px 0 0 50px;
}
#main .imgBox .textBox p {
	margin-left: 7px;
	color: #231815;
	letter-spacing: 0.16em;
	font-weight: 500;
	line-height: 1.69;
}
#main .imgBox .textBox .ttl {
	margin: 0 0 54px;
	font-size: 1.9rem;
	font-weight: 700;
	color: #4A565C;
	letter-spacing: 0.08em;
	line-height: 1.35;
}
#main .summary {
	padding: 0 20px;
	position: relative;
	z-index: 1;
}
#main .summary .content {
	background-color: #4A565C;
	border-radius: 30px;
	padding: 25px 52px 65px;
	box-sizing: border-box;
}
#main .summary h3 {
	margin-bottom: 27px;
	color: #fff;
	font-size: 2.4rem;
	font-weight: 500;
	letter-spacing: 0.2em;
	text-align: center;
}
#main .summary .title {
    padding-top: 28px;
    color: #fff;
    font-size: 2.1rem;
    font-weight: 400;
    letter-spacing: 0.1em;
    text-align: center;
}
#main .summary .inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main .summary .inner .subBox {
	background-color: #FFFFFF;
	width: 49.1%;
	padding: 24px 18px 13px;
	box-sizing: border-box;
}
#main .summary .inner h4 {
	padding-bottom: 9px;
	margin-bottom: 10px;
	font-size: 1.8rem;
	letter-spacing: 0.08em;
	font-weight: 500;
	border-bottom: 1px solid #4A565C;
}
#main .summary .inner p {
	margin: 0 10px 32px;
	font-size: 1.4rem;
	font-weight: 300;
	color: #000000;
	line-height: 1.75;
	letter-spacing: 0.02em;
}
#main .summary .inner p:last-child {
	margin-bottom: 0;
}
#main .recruitment {
	margin-bottom: 63px;
}
#main .recruitment h3 {
	margin-bottom: 9px;
	font-size: 2.2rem;
	font-weight: 500;
	letter-spacing: 0.24em;
	color: #fff;
	text-align: center;
	padding: 24px 20px;
	background-color: #87181E;
}
#main .recruitment .subBox {
	max-width: 875px;
	margin: 0 auto;
}
#main .recruitment .redP {
	font-size: 1.1rem;
	color: #87181E;
	text-align: right;
}
#main .recruitmentDl {
	margin-bottom: 5px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main .recruitmentDl dt {
	width: 330px;
	padding: 25px 0 10px 106px;
	font-size: 2.2rem;
	color: #87181E;
	letter-spacing: 0.16em;
	box-sizing: border-box;
	border-bottom: 1px solid #87181E;
}
#main .recruitmentDl dt .num {
	margin-right: 14px;
	font-size: 2.8rem;
	line-height: 1.2;
	letter-spacing: 0.02em;
	font-weight: 500;
}
#main .recruitmentDl dd {
	padding: 34px 0 10px 14px;
	width: calc(100% - 330px);
	box-sizing: border-box;
	color: #87181E;
	letter-spacing: 0.1em;
	border-bottom: 1px solid #87181E;
}
#main .mailForm .redP {
	color: #4A565C;
}
#main .mailForm .inner .ttl {
	background-color: #4A565C;
}
#main .contactDl dt {
	color: #4A565C;
}
#main .contactDl dt .must {
	background-color: #4A565C;
}
.contactDl input[type="email"], .contactDl input[type="tel"], .contactDl input[type="text"] {
	border-color: #3B4C55;
	color: #4A565C;
}
#main .contactDl dd {
	color: #4A565C;
}
.radioUl li input[type="radio"] + span {
	background-image: url(../img/common/radio03.png);
}
.radioUl li input[type="radio"]:checked + span {
	background-image: url(../img/common/radio04.png);
}
#main .contactDl {
	margin-bottom: 40px;
	padding-left: 10px;
}
input::-webkit-input-placeholder { /* WebKit browsers */
	color: #BDBBBB;
	opacity:1;
}
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #BDBBBB;
	opacity:1;
}
input::-moz-placeholder {
	color: #BDBBBB;
	opacity:1;
}
input:-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #BDBBBB;
	opacity:1;
}
textarea::-webkit-input-placeholder { /* WebKit browsers */
	color: #BDBBBB;
	opacity:1;
}
textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #BDBBBB;
	opacity:1;
}
textarea::-moz-placeholder {
	color: #BDBBBB;
	opacity:1;
}
textarea:-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #BDBBBB;
	opacity:1;
}
.contactDl textarea {
	color: #4A565C;
	border-color: #3B4C55;
}
.submit {
	margin-bottom: 40px;
}
.submit li input {
	width: 253px;
	height: 47px;
	font-size: 2.1rem;
	background-color: #4A565C;
}
#main .centerP {
	text-align: center;
	font-size: 1.4rem;
	color: #251714;
	letter-spacing: 0.16em;
	line-height: 1.4;
	font-feature-settings: "palt";
}
@media all and (min-width: 897px) {
	#main .contactDl dd {
		padding-right: 127px;
	}
}

@media all and (max-width: 896px) {
	#main .recruitBox {
		padding: 20px 0 50px;
	}
	#main .recruitBox .headLine01 {
		text-align: center;
	}
	#main .recruitBox .headLine01::after { 
		display: none;
	}
	#main .imgBox .photoBox {
		float: none;
		margin: 0 5px 20px;
		width: auto;
		border-radius: 10px;
	}
	#main .imgBox .photoBox img {
		width: 100%;
	}
	#main .imgBox .textBox {
		padding: 0 10px 0;
	}
	#main .imgBox .textBox .ttl {
		font-size: 1.6rem;
		margin: 0 -5px 20px 0;
	}
	#main .imgBox .textBox p {
		margin-left: 0;
		line-height: 1.5;
	}
	#main .summary {
		padding: 0 20px;
	}
	#main .summary h3 {
		font-size: 2rem;
	}
	#main .summary .title {
    	font-size: 1.6rem;
	}
	#main .summary .inner {
		display: block;
	}
	#main .summary .content {
		padding: 25px 15px 50px;
		border-radius: 20px;
	}
	#main .summary .inner .subBox {
		width: auto;
		margin: 0 0 20px;
		padding: 20px 10px;
	}
	#main .summary .inner .subBox:last-child {
		margin-bottom: 0;
	}
	#main .recruitment h3 {
		font-size: 2rem;
	}
	#main .recruitment .subBox {
		max-width: inherit;
	}
	#main .recruitmentDl {
		display: block;
		margin: 0 10px 0;
	}
	#main .recruitmentDl dt {
		width: auto;
		font-size: 1.8rem;
		padding: 20px 5px 5px;
		margin-bottom: 4px;
		border-bottom: none;
	}
	#main .recruitmentDl dt .num {
		font-size: 2.5rem;
	}
	#main .recruitmentDl dd {
		width: auto;
		padding: 0 0 26px 41px;
	}
	#main .recruitment .redP {
		text-align: left;
	}
	#main .centerP {
		font-size: 1.4rem;
    	padding: 0 20px 0;
    	line-height: 1.6;
	}
	#main .recruitment .redP {
    padding-left: 20px;
	}
	#main .contactDl {
	padding: 0 20px 0;
	}
}

@media all and (min-width: 897px) and (max-width: 1070px) {
	#main .imgBox .photoBox {
		width: 66.2%;
	}
	#main .imgBox .textBox .ttl {
		font-size: 1.7rem;
	}
}