
/* PC SP 共通 */
body.recruit #title{
    background-image: url(../images/recruit/title-bg.jpg);
}
body#recruit-worklife #title{
    background-image: url(../images/recruit/worklife/title-bg.jpg);
}
body#recruit-voice #title{
    background-image: url(../images/recruit/voice/title-bg.jpg);
}
body#recruit-faq #title{
    background-image: url(../images/recruit/faq/title-bg.jpg);
}

/* INDEX */
body#recruit-index .message-headbox{
    display: flex;
    justify-content: flex-end;
    margin-bottom: 50px;
    padding-left: calc( 72 / 1080 * 100% );
    position: relative;
}
body#recruit-index .message-headbox .image{
    margin-bottom: 0;
    line-height: 0;
    text-align: center;
}
body#recruit-index .message-headbox .image:before{
    content: "";
    width: calc( 445 / 1080 * 100% );
    height: 100%;
    background: linear-gradient(90deg,rgba(255, 255, 255, 1) 35%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    top: 0;
    left: -1px;
    z-index: 1;
}
body#recruit-index .message-headbox .titles{
    margin: 0 -50% 0 calc( 112 / 1080 * 100% );
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 2;
}
body#recruit-index .message-commentbox .text-box .text:not(:last-child){
    margin-bottom: 1.7em;
}
body#recruit-index .message-commentbox .image-box .image01{
    margin-bottom: calc( -56 / 482 * 100% );
    text-align: right;
}
body#recruit-index .message-commentbox .image-box .image02{
    margin-bottom: calc( -34 / 482 * 100% );
    text-align: left;
    position: relative;
    z-index: 1;
}
body#recruit-index .message-commentbox .image-box .image03{
    text-align: right;
}
body#recruit-index .message-commentbox .image-box .image01 img{
    width: calc( 360 / 482 * 100% );
}
body#recruit-index .message-commentbox .image-box .image02 img{
    width: calc( 270 / 482 * 100% );
}
body#recruit-index .message-commentbox .image-box .image03 img{
    width: calc( 230 / 482 * 100% );
}
body#recruit-index .tour-box{
    column-gap: 70px;
}

/* WORKLIFE */
.worklife-box:not(:last-child){
	margin-bottom: 120px;
}
.worklife-box .worklife-title{
	margin-bottom: 25px;
	color: #db7207;
}
.worklife-box .worklife-comment{
	margin-bottom: 40px;
}
.worklife-box .worklife-name{
	text-align: right;
}
.worklife-box .worklife-name .status,
.worklife-box .worklife-name .name{
	display: inline-block;
	vertical-align: baseline;
}
.worklife-box .worklife-name .status:not(:last-child),
.worklife-box .worklife-name .name:not(:last-child){
	margin-right: 1em;
}
.worklife-box .worklife-name .name{
	font-size: 150%; /* 24px */
	font-weight: bold;
}

/* VOICE */
body#recruit-voice .voice-wrapper{
    counter-reset: voice-counter;
}
body#recruit-voice .voice-wrapper > .voice-box{
    margin-bottom: 120px;
    counter-increment: voice-counter;
}
body#recruit-voice .voice-wrapper > .voice-box .voice-num{
	margin-bottom: 10px;
	font-size: 300%; /* 48px */
	letter-spacing: 0;
	text-align: left;
}
body#recruit-voice .voice-wrapper > .voice-box .voice-num:after {
    content: "\a0" counter(voice-counter, decimal-leading-zero);
    display: inline-block;
	vertical-align: baseline;
}
body#recruit-voice .voice-wrapper .voice-headbox{
	margin-bottom: 50px;
}
body#recruit-voice .voice-wrapper .voice-headbox .catch{
	margin-bottom: 30px;
	color: #db7207;
	letter-spacing: 0;
}
body#recruit-voice .voice-wrapper .voice-headbox .nametext{
	margin-bottom: 10px;
	font-size: 112.5%; /* 18px */
	line-height: 1.5;
}
body#recruit-voice .voice-wrapper .voice-headbox .nametext .name,
body#recruit-voice .voice-wrapper .voice-headbox .nametext .name_en{
	display: inline-block;
	vertical-align: baseline;
}
body#recruit-voice .voice-wrapper .voice-headbox .nametext .name{
	margin-right: 10px;
	font-size: 172.2%; /* 31px */
}
body#recruit-voice .voice-wrapper .voice-headbox .joining_y{
	line-height: 1.5;
}
body#recruit-voice .voice-wrapper .voice-headbox .joining_y .inner{
	display: inline-block;
	padding: 2px 10px;
	color: #ffffff;
	font-weight: bold;
	background-color: #00426b;
}
body#recruit-voice .voice-wrapper .voice-commentbox .commentbox{
	margin-bottom: 40px;
}
body#recruit-voice .voice-wrapper .voice-commentbox .commentbox .titles{
	margin-bottom: 10px;
}

/* FAQ */
body#recruit-faq .faq-list > dt{
	margin-bottom: 20px;
	padding: 15px 0 0 60px;
	font-size: 112.5%; /* 18px */
	font-weight: 500;
	letter-spacing: 0.045em;
	line-height: 1.5;
	position: relative;
}
body#recruit-faq .faq-list > dt:before{
	content: "Q.";
	display: inline-block;
	font-size: 177.78%; /* 32px */
    font-family: "A1 Mincho", "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", 'Noto Serif JP', serif;
    font-weight: bold;
	letter-spacing: 0.02em;
	position: absolute;
	top: 0;
	left: 10px;
}
body#recruit-faq .faq-list > dd{
	padding: 20px 27px;
	line-height: 2.125;
	border: 1px solid #cadbea;
}
body#recruit-faq .faq-list > dd:not(:last-child){
	margin-bottom: 50px;
}

@media print, all and (min-width: 751px) {
	/* PC */ 
    
    /* INDEX */
    body#recruit-index .message-commentbox .image-box{
        width: 482px;
    }
	
    /* VOICE */
	body#recruit-voice .voice-wrapper .voice-headbox{
		display: flex;
		column-gap: 60px;
	}
	body#recruit-voice .voice-wrapper > .voice-box:nth-child(odd) .voice-headbox{
		flex-direction: row-reverse;
	}
	body#recruit-voice .voice-wrapper .voice-headbox .text-box{
		padding-top: 25px;
		flex: 1;
	}
	body#recruit-voice .voice-wrapper .voice-commentbox{
		padding: 0 28px;
	}
                       
}

@media only screen and (max-width: 750px) {
	/* SP */
    
    /* INDEX */
    body#recruit-index .message-headbox{
        margin-bottom: 30px;
    }
    body#recruit-index .message-headbox .titles{
        margin-left: 0;
        font-size: 100%;
    }

	/* WORKLIFE */
	.worklife-box:not(:last-child){
		margin-bottom: 80px;
	}
	.worklife-box .worklife-title{
		margin-bottom: 20px;
	}
	.worklife-box .worklife-comment{
		margin-bottom: 30px;
	}
	.worklife-box .worklife-name .name{
		font-size: 125%; /* 20px */
	}
	
    /* VOICE */
    body#recruit-voice .voice-wrapper > .voice-box{
        margin-bottom: 70px;
    }
	body#recruit-voice .voice-wrapper .voice-headbox{
		margin-bottom: 20px;
	}
	body#recruit-voice .voice-wrapper > .voice-box .voice-num{
		margin-bottom: 5px;
		font-size: 187.5%; /* 30px */
	}
	body#recruit-voice .voice-wrapper .voice-headbox .text-box{
		margin-bottom: 15px;
	}
	body#recruit-voice .voice-wrapper .voice-headbox .catch{
		margin-bottom: 20px;
	}
	body#recruit-voice .voice-wrapper .voice-headbox .nametext{
		font-size: 87.5%; /* 14px */
	}
	body#recruit-voice .voice-wrapper .voice-headbox .joining_y{
		font-size: 87.5%; /* 14px */
	}
	body#recruit-voice .voice-wrapper .voice-commentbox .commentbox{
		margin-bottom: 20px;
	}
	body#recruit-voice .voice-wrapper .voice-commentbox .commentbox .titles{
		margin-bottom: 5px;
	}

	/* FAQ */
	body#recruit-faq .faq-list > dt{
		padding: 10px 0 0 50px;
		font-size: 106.25%; /* 17px */
	}
	body#recruit-faq .faq-list > dt:before{
		font-size: 164.7%; /* 28px */
	}
	body#recruit-faq .faq-list > dd{
		padding: 20px;
	}
    
}