@charset "utf-8";

/*-------------------------------
	メインタイトル
-------------------------------*/
.maintitle{
	background-image:url("../images/recruit/mt.png");
}
/* Retina */
@media only screen and (-webkit-min-device-pixel-ratio: 2) { 
    .maintitle{
        background-image:url("../images/recruit/mt@2x.png");
    }
}

/*-------------------------------
	アニメーション
-------------------------------*/
@keyframes border_anim {
	0%{
		width: 0%;
	}
	100%{
		width: 100%;
	}
}

@keyframes border_anim2 {
	0%{
		height: 0%;
	}
	100%{
		height: 100%;
	}
}

/*-------------------------------
	代表あいさつ (.sec1)
-------------------------------*/
.sec1{
	padding-top:60px;
	padding-bottom:110px;
}

/*----- タイトル */
.message-ttl{
	text-align: center;
	margin-bottom:65px;
	background:url("../images/recruit/ttl1.png") no-repeat 50% 0/250px auto;
	min-height: 250px;
	padding-top:100px;
}
/* Retina */
@media only screen and (-webkit-min-device-pixel-ratio: 2) { 
    .message-ttl{
        background-image:url("../images/recruit/ttl1@2x.png");
    }
}
.message-ttl span{
	font-size:6rem;
	font-weight:400;
	padding-bottom:40px;
	margin-bottom:35px;
	display:block;
	letter-spacing: .1em;
	position: relative;
}
.message.border-anim.scrollin3 .message-ttl span::before{
	content: "";
	width:0;
	height:1px;
	background: #707070;
	display:block;
	position: absolute;
	top:100%;
	right:0;
	left:0;
	margin:auto;
	transition: .3s;
	animation: border_anim 3s linear forwards;
	max-width:100px;
}
.message-ttl::after{
	content: attr(data-en-title);
	display: block;
	font-size: 2rem;
	line-height: 1;
	margin-left: auto;
	margin-right: auto;
	color:#245AB1;
	margin-top:.15em;
	letter-spacing: .03em;
}

/*----- コンテンツ */

/* テキスト */
.message-conts .txt{
	line-height: 2.1;
	font-size:1.6rem;
	text-align: center;
}
.message-conts .txt p{
	font-weight:300;
}

/*-------------------------------
	先輩インタビュー (.sec2)
-------------------------------*/
.sec2{
	padding-top:72px;
	padding-bottom:205px;
	background: rgba(112,112,112,0.1) url("../images/recruit/bg1.png") repeat-y 50% 0/1920px auto;
}
/* Retina */
@media only screen and (-webkit-min-device-pixel-ratio: 2) { 
    .sec2{
        background-image:url("../images/recruit/bg1@2x.png");
    }
}

/*----- タイトル */
.interview-ttl{
	text-align: center;
	margin-bottom:80px;
	background:url("../images/recruit/ttl1.png") no-repeat 50% 0/250px auto;
	min-height: 250px;
	padding-top:100px;
}
/* Retina */
@media only screen and (-webkit-min-device-pixel-ratio: 2) { 
    .interview-ttl{
        background-image:url("../images/recruit/ttl1@2x.png");
    }
}
.interview-ttl span{
	font-size:6rem;
	font-weight:400;
	padding-bottom:35px;
	margin-bottom:35px;
	display:block;
	letter-spacing: .1em;
	position: relative;
}
.interview.border-anim.scrollin3 .interview-ttl span::before{
	content: "";
	width:0;
	height:1px;
	background: #707070;
	display:block;
	position: absolute;
	top:100%;
	right:0;
	left:0;
	margin:auto;
	transition: .3s;
	animation: border_anim 3s linear forwards;
	max-width:100px;
}
.interview-ttl::after{
	content: attr(data-en-title);
	display: block;
	font-size: 2rem;
	line-height: 1;
	margin-left: auto;
	margin-right: auto;
	color:#245AB1;
	margin-top:.15em;
	letter-spacing: .03em;
}

/*----- ボックス */
.interview-box .box:not(:last-child){
	margin-bottom:100px;
}
.interview-box .box:nth-child(odd){
	padding-left:150px;
}
.interview-box .box:nth-child(even){
	padding-right:150px;
}
.interview-box .box-in{
	display: flex;
	justify-content: space-between;
	position: relative;
}

/* 番号 */
.interview-box .num{
	position: absolute;
	top:0;
	padding:0 25px;
}
.interview-box .box:nth-child(odd) .num{
	right:calc(100% + 4.2rem);
}
.interview-box .box:nth-child(even) .num{
	left:100%;
}
.interview-box .num span{
	display:inline-block;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-o-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	font-size:4rem;
	font-weight:500;	
	opacity: .5;
	color:#245AB1;
	font-family: 'Roboto', sans-serif;
}
.interview-box .box.woman .num span{
	color:#FD95DD;
}
.interview-box .num span::after{
	content: "voice of seniors";
	margin-top:.5em;
	color:#707070;
}

/* イメージ */
.interview-box .image{
	width:600px;
	height:700px;
	position: relative;
	overflow:hidden;
	margin-top:70px;
}
.interview-box .image img {
	width: 100%;
	height: auto;
	max-width: 100%;
	max-height: none;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.interview-box .box:nth-child(odd) .image{
	order:2;
}
.interview-box .box:nth-child(even) .image{
	order:1;
}

/* コンテンツ */
.interview-box .conts{
	width:450px;
	position: relative;
}
.interview-box .box:nth-child(odd) .conts{
	order:1;
}
.interview-box .box:nth-child(even) .conts{
	order:2;
}
.interview-box .conts-in{
	background: rgba(255,255,255,0.78);
	padding:30px 45px;
	width:500px;
	position: relative;
	top:0;
	z-index:1;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
	margin-bottom:30px;
}
.interview-box .box:nth-child(odd) .conts-in{
	right:0;
}
.interview-box .box:nth-child(even) .conts-in{
	left:-50px;
}

/* コンテンツ(タイトル) */
.interview-box .ttl{
	font-weight:500;
	font-size:2.1rem;	
	line-height:1.5;
	border-bottom:rgba(112,112,112,0.5) solid 1px;
	padding-bottom:20px;
	margin-bottom:25px;	
	letter-spacing: .03em;
}

/* コンテンツ(リスト1) */
.interview-box .list1{
	font-size:1.6rem;
	margin-bottom:55px;
}
.interview-box .list1 dl{
	display: flex;
	align-items:center;
}
.interview-box .list1 dl:not(:last-child){
	margin-bottom:1em;
}
.interview-box .list1 dt span{
	font-weight:300;
	display:inline-block;
}
.interview-box .list1 dt span::after{
	content: "：";
}
.interview-box .list1 dd{
	font-weight:300;
}

/* コンテンツ(リスト2) */
.interview-box .list2{
	font-size:1.6rem;
}
.interview-box .list2 dl:not(:last-child){
	margin-bottom:47px;
}
.interview-box .list2 dt{
	margin-bottom:.8em;
}
.interview-box .list2 dt span{
	font-weight:400;
	display:inline-block;
	position: relative;
	margin-left:calc(50px + .5em);
}
.interview-box .list2 dt span::before{
	content: "";
	display:block;
	width:50px;
	height:1px;
	background: #000;
	position:absolute;
	top:50%;
	right:calc(100% + .5em);
}
.interview-box .list2 dd{
	font-weight:300;
	line-height: 1.9;
}

/* コンテンツ(名前) */
.interview-box .name{
	display: flex;
	align-items:flex-end;
}
.interview-box .box:nth-child(even) .name{
	justify-content:flex-end;
}
.interview-box .name1{
	font-size:6rem;	
	font-weight:400;
	margin-right:.3em;
	letter-spacing: .1em;
}
.interview-box .name2{
	color:#245AB1;
	font-size:2.1rem;	
	font-weight:500;
	font-family: 'Roboto', sans-serif;
	letter-spacing: .01em;
}
.interview-box .box.woman .name2{
	color:#FD95DD;
}

/*-------------------------------
	募集要項 (.sec3)
-------------------------------*/
.sec3{
	padding-top:130px;
	padding-bottom:95px;
}
.sec3 .inner{
	max-width:900px;
}

/*----- タイトル */
.guideline-ttl{
	text-align: center;
	margin-bottom:115px;
	background:url("../images/recruit/ttl1.png") no-repeat 50% 0/250px auto;
	min-height: 250px;
	padding-top:100px;
}
/* Retina */
@media only screen and (-webkit-min-device-pixel-ratio: 2) { 
    .guideline-ttl{
        background-image:url("../images/recruit/ttl1@2x.png");
    }
}
.guideline-ttl span{
	font-size:6rem;
	font-weight:400;
	padding-bottom:35px;
	margin-bottom:35px;
	display:block;
	letter-spacing: .1em;
	position: relative;
}
.guideline.border-anim.scrollin3 .guideline-ttl span::before{
	content: "";
	width:0;
	height:1px;
	background: #707070;
	display:block;
	position: absolute;
	top:100%;
	right:0;
	left:0;
	margin:auto;
	transition: .3s;
	animation: border_anim 3s linear forwards;
	max-width:100px;
}
.guideline-ttl::after{
	content: attr(data-en-title);
	display: block;
	font-size: 2rem;
	line-height: 1;
	margin-left: auto;
	margin-right: auto;
	color:#245AB1;
	margin-top:.15em;
	letter-spacing: .03em;
}

/*----- 募集 */
.guideline-recruiting{
	text-align: center;
	margin-bottom:85px;
	font-size:2.8rem;
}
.guideline-recruiting p{
	font-weight:500;
}

/*----- テーブル */
.guideline-tbl{
	margin-bottom:115px;
	line-height: 2.1;
}
.guideline-tbl .tbl{
	display: table;
	width:100%;
	border-bottom:rgba(112,112,112,0.5) solid 1px;
	padding-top:25px;
	padding-bottom:25px;
	min-height:97px;
}
.guideline-tbl .tbl:first-child{
	border-top:rgba(112,112,112,0.5) solid 1px;
}
.guideline-tbl .tbl > *{
	font-weight:300;
}
.guideline-tbl .tbl dt{
	display: table-cell;
	width:180px;
	padding-left:23px;
	font-size:1.8rem;
}
.guideline-tbl .tbl dd{
	display: table-cell;
	font-size:1.6rem;
}

/*----- メッセージ */
.guideline-msg{
	text-align: center;
	position: relative;
	padding-bottom:40px;
}
.guideline-msg::after{
	content: "";
	width:1px;
	height:0;
	display:block;
	background: #707070;
	position: absolute;
	top:100%;
	right:0;
	left:0;	
	margin:auto;
	overflow: hidden;
}
.guideline-msg.border-anim2.scrollin4::after{
	animation: border_anim2 1s linear forwards;
	max-height: 95px;
}
.guideline-msg .ttl{
	font-size:2.8rem;
	font-weight:500;
	color:#245AB1;
	margin-bottom:30px;
}
.guideline-msg .txt{
	font-size:1.6rem;
	line-height: 2.1;
}
.guideline-msg .txt p{
	font-weight:300;
}

/*-------------------------------
	ENTRY (.sec4)
-------------------------------*/
.sec4{
	padding-top:95px;
	padding-bottom:180px;
	background: rgba(112,112,112,0.1);
}
.sec4 .inner{
	max-width:900px;
}

/*----- タイトル */
.contact-ttl{
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	color:#fff;
	font-size:12rem;
	font-weight:400;
	margin-bottom:100px;
	letter-spacing: .12em;
}

/*----- メール */
.contact-mail{
	margin-bottom:90px;
}

/* フォームボックス */
.form-box{
	margin-bottom:85px;
}

/* フォームテーブル */
.form-table .tbl{
	width:100%;
	display: flex;
	flex-wrap: wrap;
	border-bottom:rgba(112,112,112,0.5) solid 1px;
	min-height:98px;
}
.form-table .tbl:nth-child(1){
	border-top:rgba(112,112,112,0.5) solid 1px;
	padding-top:20px;
	padding-bottom:25px;
}
.form-table .tbl:nth-child(2){
	padding-top:20px;
	padding-bottom:25px;
}
.form-table .tbl dt{
	width:168px;
	display: flex;
	align-items:center;
	justify-content: space-between;
	padding-left:15px;
}
.form-table .tbl dt.vertical-top{
	align-items:flex-start;
	padding-top:30px;
}
.form-table .tbl dt span{
    display:inline-block;
	font-size:1.8rem;
	font-weight:300;
}
.form-table .tbl dd{
	width:calc(100% - 168px);
	padding:20px 15px 20px 95px;
	font-size:1.6rem;
}
.form-table .tbl:nth-child(4) dd{
	padding-top:27px;
}
.form-table .tbl dd label{
	font-weight:300;
}
.form-table .tbl dd p{
	display: flex;
	align-items:center;
}
.form-table .tbl dd p:not(:last-child){
	margin-bottom:30px;
}
.form-table .tbl dd em{
	font-weight:300;
	font-style: normal;
	color:rgba(112,112,112,0.5);
	display:block;
	padding-top:.2em;
}
.form-table .tbl dd span{
	font-weight:300;
}
.form-table .tbl dd .zip-icon{
	font-weight:300;
	font-size:1.8rem;
	margin-right:1.5em;
}

/* 必須 */
.form-table .tbl dt span.req{
	display:inline-block;
	color:#FF0000;
	font-size:1rem;
}

/* 注意書き */
.form-note{
	padding-top:10px;
	padding-right:1em;
	font-size:1.4rem;
	margin-bottom:70px;
}
.form-note p{
	display: flex;
	align-items:center;
	justify-content:flex-end;
}
.form-note p span{
	display:inline-block;
	font-weihgt:400;
	color:#FF0000;
}
.form-note p span::before{
	content: "●";
	margin-right:1em;
	font-size:1rem;
}

/* リセット */
.form input,
.form textarea,
.form button{
	-webkit-appearance: none;
	-webkit-border-radius:0;
	border-radius:0;		
}

/* フォーム */
.form input[type="text"],
.form input[type="tel"],
.form input[type="email"],
.form textarea{
	background:#fff;
	padding:.35em;
	font-size:1.6rem;
	font-family: 'Noto Sans JP', sans-serif;
	color:#000;
	line-height:1.75;
	width:100%;
    border-radius: 4px;
	border:rgba(112,112,112,0.5) solid 1px;
	font-weight:300;
}
.form textarea{
	resize: vertical;
    height:260px;
}

/* ラジオボタン */
.form .type p{
	line-height:1;
	padding-left:5px;
}
.form .type .check input{
    display: none;
}
.form .type .check .check-parts{
    padding-left: 3rem;
    position:relative;
    font-size:1.6rem;
    font-weight:300;
    display:inline-block;
	letter-spacing: .05em;
}
.form .type .check .check-parts::before{
    content: "";
    display: block;
    position: absolute;
    top: .2rem;
    left: 0;
    width: 1.2rem;
    height: 1.2rem;
    border: 1px solid #000;
}
.form .type .check input:checked + .check-parts{
    color: #1e1e1e;
}
.form .type .check input:checked + .check-parts::after{
    content: "";
    display: block;
    position: absolute;
    top: -.2rem;
    left: .3rem;
    width: .5rem;
    height: 1.2rem;
    transform: rotate(40deg);
    border-bottom: 3px solid #245AB1;
    border-right: 3px solid #245AB1;
}
/* IE */
@media screen and (min-width: 0\0) and (min-resolution: +72dpi) {
    .form .type .check .check .check-parts{
        padding-top:.15em;
    }
}

/* 郵便番号 */
.form input[id="zip"]{
	width:273px;
	margin-right:35px;
}

/* 住所検索ボタン */
.form .address-search-btn{
	width:150px;
	height:40px;
	border:rgba(112,112,112,0.5) solid 1px;
	border-radius: 20px;
	display: inline-block;
	background: #fff;
	cursor: pointer;
	color:#000;
	font-size:1.8rem;
	font-weight:300;
	line-height: 1;
	padding:0;
	transition: .3s;
}
.form .address-search-btn:hover{
	background: rgba(112,112,112,0.5);
	color:#fff;
}

/* 送信ボタン */
.form-button{
	display: flex;
	justify-content: center;
}
.form-button p{
	position: relative;
	border: 1px solid #245AB1;
    display: flex;
    justify-content: center;
    align-items:center;
    height:70px; 
    width:250px;
	background:#245AB1;
	margin:0 10px;
}
.form-button input[type="submit"],
.form-button button,
.form-button a{
	width: 100%;
	height: 100%;
	z-index: 1;
	display:block;
	cursor: pointer;
    line-height:1;    
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:500;
	background: none;
    font-size:2.8rem;
    color:#fff;
	position: relative;
	border:none;
}
.form-button input[type="submit"]::before,
.form-button button::before,
.form-button a::before{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left:0;
	width: 0;
	display: block;
	background: #fff;
	z-index: -1;
	transition: .2s;
}
/*
.form-button input[type="submit"]:hover,
.form-button button:hover,
.form-button a:hover{
 	color: #245AB1;
	opacity: 1;
}
.form-button input[type="submit"]:hover::before,
.form-button button:hover::before,
.form-button a:hover::before{
	width: 100%;
}
*/
/* 個人情報保護方針 */
.form-policy{
	font-size:1.2rem;
	line-height: 1.9;
	letter-spacing: .01em;
}

/* リスト */
.form-policy .list{
	margin-bottom:1.5em;
}
.form-policy .list li{
	clear:both;
	font-weight:400;
}
.form-policy .list li::before{
	content: "・";
	float:left;
}
.form-policy .list li span{
	display:block;
	padding-left:1em;
	font-weight:400;
}

/* テキスト */
.form-policy .txt p,
.form-policy .txt dl dt,
.form-policy .txt dl dd{
	font-weight:400;
}
.form-policy .txt p{
	clear:both;
}
.form-policy .txt p::before{
	content: "※";
	float:left;
}
.form-policy .txt p span{
	display:block;
	padding-left:1em;
	font-weight:400;
}

/* リンク */
.form-policy .link a{
	color:#245AB1;
	display:inline-block;
}
.form-policy .link a::after{
	content: "＞";
	margin-left:1em;
}

/*----- 電話 */
.contact-tel{
	text-align: center;
}

/* タイトル */
.contact-tel .ttl{
	margin-bottom:30px;
}
.contact-tel .ttl span{
	font-size:1.8rem;
	display:inline-block;
	padding:.6em 1em .8em;
	border:rgba(112,112,112,0.5) solid 1px;
	font-weight:300;
	letter-spacing: .1em;
}

/* 電話番号 */
.contact-tel .tel{
	margin-bottom:23px;
}
.contact-tel .tel a{
	font-weight:400;
	font-size:4rem;
	display:inline-block;
	letter-spacing: .12em;
	pointer-events: none;
}
.contact-tel .tel a::before{
	content: "Tel.";
}

/* 営業時間 */
.contact-tel .open{
	letter-spacing: .12em;
}
.contact-tel .open span{
	font-size:1.8rem;
	font-weight:400;
	display:inline-block;
}
.contact-tel .open span::before{
	content: "〔受付時間〕";
}

/*-------------------------------
	1250px以下
-------------------------------*/
@media screen and (max-width:1250px){
	
	/*-------------------------------
		先輩インタビュー (.sec2)
	-------------------------------*/

	/*----- ボックス */
	.interview-box .box:nth-child(odd){
		padding-left:50px;
	}
	.interview-box .box:nth-child(even){
		padding-right:50px;
	}
	
	/* イメージ */
	.interview-box .image{
		width:calc(100% - 450px);
		height:52vw;
	}
}

/*-------------------------------
	980px以下
-------------------------------*/
@media screen and (max-width:980px){
	
	/*-------------------------------
		先輩インタビュー (.sec2)
	-------------------------------*/
	
	/*----- ボックス */
	.interview-box .box:nth-child(odd){
		padding-left:0;
	}
	.interview-box .box:nth-child(even){
		padding-right:0;
	}
	.interview-box .box-in{
		flex-direction: column;
	}
	
	/* イメージ */
	.interview-box .image{
		margin-top:0;
		margin-right:auto;
		margin-left:auto;
	}
	.interview-box .box:nth-child(odd) .image{
		order:1;
	}
	
	/* コンテンツ */
	.interview-box .conts{
		width:100%;
	}
	.interview-box .box:nth-child(odd) .conts{
		order:2;
	}
	.interview-box .conts-in{
		width:80%;
		top:-50px;
		margin-right:auto;
		margin-left:auto;
		margin-bottom:-30px;
	}
	.interview-box .box:nth-child(odd) .conts-in{
		left:auto;
	}
	.interview-box .box:nth-child(even) .conts-in{
		right:auto;		
		left:auto;
	}	
	
	/* 番号 */
	.interview-box .box:nth-child(odd) .num{
		right:auto;
		left:0;
	}
	.interview-box .box:nth-child(even) .num{
		left:auto;
		right:4.2rem;
	}
	
	/* コンテンツ(名前) */
	.interview-box .name{
		width:80%;
		margin-right:auto;
		margin-left:auto;
	}
	.interview-box .box:nth-child(odd) .name{
		justify-content:flex-end;
	}	
}

/*-------------------------------
	900px以下
-------------------------------*/
@media screen and (max-width:900px){

	/*-------------------------------
		ENTRY (.sec4)
	-------------------------------*/

	/* フォームテーブル */
	.form-table .tbl dd{
		padding-left:30px;
	}
}

/*-------------------------------
	SP専用
-------------------------------*/
@media screen and (max-width:768px){
	
	/*-------------------------------
		代表あいさつ (.sec1)
	-------------------------------*/
	.sec1{
		padding-top:10vw;
		padding-bottom:12vw;
	}

	/*----- タイトル */
	.message-ttl{
		margin-bottom:10vw;
		background-size:25.51vw auto;
		min-height: 25.51vw;
		padding-top:10.204vw;
	}
	.message-ttl span{
		font-size:5rem;
		padding-bottom:4.081vw;
		margin-bottom:3.571vw;
	}
	.message.border-anim.scrollin3 .message-ttl span::before{
		width:10.204vw;
	}
	.message-ttl::after{
		font-size: 2rem;
	}

	/*----- コンテンツ */

	/* テキスト */
	.message-conts .txt{
		font-size:2.3rem;
	}

	/*-------------------------------
		先輩インタビュー (.sec2)
	-------------------------------*/
	.sec2{
		padding-top:10vw;
		padding-bottom:20vw;
		background-size:120% auto;
	}
	
	/*----- タイトル */
	.interview-ttl{
		margin-bottom:10vw;
		background-size:25.51vw auto;
		min-height: 25.51vw;
		padding-top:10.204vw;
	}
	.interview-ttl span{
		font-size:5rem;
		padding-bottom:4.081vw;
		margin-bottom:3.571vw;
	}
	.interview.border-anim.scrollin3 .interview-ttl span::before{
		width:10.204vw;
	}
	.interview-ttl::after{
		font-size: 2rem;
	}
	
	/*----- ボックス */
	.interview-box .box:not(:last-child){
		margin-bottom:12vw;
	}
	
	/* 番号 */
	.interview-box .num{
		padding:0;
	}
	.interview-box .num span{
		font-size:4rem;
	}
	
	/* イメージ */
	.interview-box .image{
		width:60vw;
		height:70vw;
	}
	
	/* コンテンツ */
	.interview-box .conts-in{
		padding:5vw 4vw;
		width:90%;
	}
	
	/* コンテンツ(タイトル) */
	.interview-box .ttl{
		font-size:2.8rem;	
		padding-bottom:3vw;
		margin-bottom:5vw;	
	}
	
	/* コンテンツ(リスト1) */
	.interview-box .list1{
		font-size:2.3rem;
		margin-bottom:7vw;
	}
	
	/* コンテンツ(リスト2) */
	.interview-box .list2{
		font-size:2.3rem;
	}
	.interview-box .list2 dl:not(:last-child){
		margin-bottom:1.5em;
	}
	.interview-box .list2 dt span{
		margin-left:calc(8vw + .5em);
	}
	.interview-box .list2 dt span::before{
		width:8vw;
	}
	
	/* コンテンツ(名前) */
	.interview-box .name{
		width:90%;
	}
	.interview-box .name1{
		font-size:6rem;	
	}
	.interview-box .name2{
		font-size:2.1rem;	
	}
	
	/*-------------------------------
		募集要項 (.sec3)
	-------------------------------*/
	.sec3{
		padding-top:12vw;
		padding-bottom:5vw;
	}
	.sec3 .inner{
		max-width:100%;
	}

	/*----- タイトル */
	.guideline-ttl{
		margin-bottom:10vw;
		background-size:25.51vw auto;
		min-height: 25.51vw;
		padding-top:10.204vw;
	}
	.guideline-ttl span{
		font-size:5rem;
		padding-bottom:4.081vw;
		margin-bottom:3.571vw;
	}
	.guideline.border-anim.scrollin3 .guideline-ttl span::before{
		width:10.204vw;
	}
	.guideline-ttl::after{
		font-size: 2rem;
	}
	
	/*----- 募集 */
	.guideline-recruiting{
		margin-bottom:8vw;
		font-size:3rem;
	}

	/*----- 会社概要 */
	.guideline-tbl{
		margin-bottom:12vw;
		line-height: 1.8;
	}
	.guideline-tbl .tbl{
		padding-top:3vw;
		padding-bottom:3vw;
		min-height:8vw;
	}
	.guideline-tbl .tbl dt{
		width:25%;
		padding-left:.5em;
		font-size:2.5rem;
	}
	.guideline-tbl .tbl dd{
		padding-left:1.5em;
		font-size:2.3rem;
	}

	/*----- メッセージ */
	.guideline-msg.border-anim2.scrollin4::after{
		max-height: 11vw;
	}
	.guideline-msg .ttl{
		font-size:3rem;
		margin-bottom:5vw;
		line-height: 1.8;
	}
	.guideline-msg .txt{
		font-size:2.3rem;
		line-height: 1.8;
	}

	/*-------------------------------
		ENTRY (.sec4)
	-------------------------------*/
	.sec4{
		padding-top:12vw;
		padding-bottom:12vw;
	}
	.sec4 .inner{
		max-width:100%;
	}

	/*----- タイトル */
	.contact-ttl{
		font-size:9rem;
		margin-bottom:8vw;
	}

	/*----- メール */
	.contact-mail{
		margin-bottom:12vw;
	}

	/* フォームボックス */
	.form-box{
		margin-bottom:16vw;
	}

	/* フォームテーブル */
	.form-table .tbl{
		display: block;
		min-height:auto;
		padding-top:3vw;
		padding-bottom:3vw;
	}
	.form-table .tbl:nth-child(1),
	.form-table .tbl:nth-child(2){
		padding-top:3vw;
		padding-bottom:3vw;
	}
	.form-table .tbl dt{
		width:100%;
		border-bottom:rgba(112,112,112,0.5) solid 1px;
		padding-bottom:3vw;
		display: block;
		padding-left:0;
	}
	.form-table .tbl dt.vertical-top{
		display: block;
		padding-top:0;
	}
	.form-table .tbl dt span{
		font-size:2.5rem;
	}
	.form-table .tbl dd{
		width:100%;
		padding:5vw 0;
		font-size:2.3rem;
	}
	.form-table .tbl:nth-child(4) dd{
		padding-top:5vw;
	}
	.form-table .tbl dd p:not(:last-child){
		margin-bottom:5vw;
	}
	.form-table .tbl dd em{
		padding-top:.4em;
	}
	.form-table .tbl dd .zip-icon{
		font-size:2.5rem;
		margin-right:1em;
	}

	/* 必須 */
	.form-table .tbl dt span.req{
		font-size:1.7rem;
		margin-left:1.5em;
	}
	
	/* 注意書き */
	.form-note{
		padding-top:2vw;
		padding-right:.5em;
		font-size:2.1rem;
		margin-bottom:10vw;
	}
	.form-note p span::before{
		font-size:1.7rem;
	}

	/* フォーム */
	.form input[type="text"],
	.form input[type="tel"],
	.form input[type="email"],
	.form textarea{
		font-size:2.3rem;
		padding:.5em;
	}
	.form textarea{
		height:40vw;
	}

	/* ラジオボタン */
	.form .type p{
		padding-left:2vw;
	}
	.form .type .check .check-parts{
		padding-left: 4rem;
		font-size:2.3rem;
	}
	.form .type .check .check-parts::before{
		top: .2rem;
		width: 1.9rem;
		height: 1.9rem;
	}
	.form .type .check input:checked + .check-parts::after{
		top: -.8rem;
		left: .6rem;
		width: .8rem;
		height: 2.2rem;
		border-bottom: 3px solid #245AB1;
		border-right: 3px solid #245AB1;
	}
	.form .type label .mwform-radio-field-text{
		font-size: 2.5rem;
	}
	.form .type label .mwform-radio-field-text::before{
		width: 2rem;
		height: 2rem;
	}
	.form .type label input:checked + .mwform-radio-field-text::after{
		top: -0.8rem;
		left: 0.6rem;
		width: 0.8rem;
		height: 2.2rem;
		border-bottom: 3px solid #245AB1;
		border-right: 3px solid #245AB1;		
	}

	/* 郵便番号 */
	.form input[id="zip"]{
		width:40%;
		margin-right:5vw;
	}

	/* 住所検索ボタン */
	.form .address-search-btn{
		width:40%;
		height:8vw;
		border-radius: 4vw;
		font-size:2.5rem;
	}
	.form .address-search-btn:hover{
		background: #fff;
		color:#000;
	}
		
	/* 送信ボタン */
	.form-button p{
		height:12vw; 
		width:80%;
		margin:0 0 3vw;
	}
	.form-button p:last-child{
		margin-bottom: 0;
	}
	.form-button input[type="submit"],
	.form-button button,
	.form-button a{
		font-size:3.5rem;
	}
	.form-button input[type="submit"]:hover,
	.form-button button:hover,
	.form-button a:hover{
		color: #fff;
	}
	.form-button input[type="submit"]:hover::before,
	.form-button button:hover::before,
	.form-button a:hover::before{
		width: 0;
	}
	
	/* 個人情報保護方針 */
	.form-policy{
		font-size:1.9rem;
		line-height: 1.8;
	}

	/* リスト */
	.form-policy .list{
		margin-bottom:1.5em;
	}

	/*----- 電話 */

	/* タイトル */
	.contact-tel .ttl{
		margin-bottom:5vw;
	}
	.contact-tel .ttl span{
		font-size:2.5rem;
	}

	/* 電話番号 */
	.contact-tel .tel{
		margin-bottom:5vw;
	}
	.contact-tel .tel a{
		font-size:4.7rem;
		pointer-events:auto;
	}

	/* 営業時間 */
	.contact-tel .open span{
		font-size:2.5rem;
	}
}


/* ラジオボタン */
.form .type p{
	line-height:1;
	padding-left:5px;
}
.form .type label input{
    display: none;
}
.form .type label .mwform-radio-field-text{
    padding-left: 3rem;
    position:relative;
    font-size:1.6rem;
    font-weight:300;
    display:inline-block;
	letter-spacing: .05em;
}
.form .type label .mwform-radio-field-text::before{
    content: "";
    display: block;
    position: absolute;
    top: .2rem;
    left: 0;
    width: 1.2rem;
    height: 1.2rem;
    border: 1px solid #000;
}
.form .type label input:checked + .mwform-radio-field-text{
    color: #1e1e1e;
}
.form .type label input:checked + .mwform-radio-field-text::after{
    content: "";
    display: block;
    position: absolute;
    top: -.2rem;
    left: .3rem;
    width: .5rem;
    height: 1.2rem;
    transform: rotate(40deg);
    border-bottom: 3px solid #245AB1;
    border-right: 3px solid #245AB1;
}

.form-table .tbl dd.type .mwform-radio-field{
	margin-bottom:14px;
}

.mw-confirm  section.sec1,
.mw-confirm  section.sec2,
.mw-confirm  section.sec3{
	display:none;
}
.mw-complete section.sec1,
.mw-complete  section.sec2,
.mw-complete  section.sec3{
	display:none;
}
@media screen and (min-width: 769px){

	.mw-confirm .naiyou1{

	    margin-top: -5px !important;

	}

	.form-table .tbl dt.vertical-top {
		padding-top:24px ;
	}

	.mw-confirm .naiyou2 {

	    padding-top: 37px !important;

	}

	.mw-confirm .form-table .tbl .anyone{
		
	    padding-top: 24px !important;

	}
	.mw-confirm .onamae{
		margin-top:18px;
	}
	.mw-confirm .mail{
		margin-top:18px;
	}
	.mw-confirm .denwa{
		margin-top:18px;
	}
	.mw-confirm .naiyou3{
		margin-top:18px;
	}
}

.mw-complete section.sec4{
	margin-top: 100px;
}
.mw-complete .form-box .form p{

    line-height: 2em !important;
