@charset "utf-8";
/* ------------------------------------------------------------------------ */

/*  Parts

/* ------------------------------------------------------------------------ */

/* Layout
--------------------------------------------------------------------------- */

/* --- margin --- */

.auto  { margin-right : auto; margin-left : auto;}

.mt0   { margin-top	: 0 !important;}
.mt5   { margin-top	: 5px !important;}
.mt10  { margin-top	: 10px !important;}
.mt15  { margin-top	: 15px !important;}
.mt20  { margin-top	: 20px !important;}
.mt25  { margin-top	: 25px !important;}
.mt30  { margin-top	: 30px !important;}
.mt35  { margin-top	: 35px !important;}
.mt40  { margin-top	: 40px !important;}
.mt45  { margin-top	: 45px !important;}
.mt50  { margin-top	: 50px !important;}

.mr0   { margin-right : 0 !important;}
.mr5   { margin-right : 5px !important;}
.mr10  { margin-right : 10px !important;}
.mr15  { margin-right : 15px !important;}
.mr20  { margin-right : 20px !important;}
.mr25  { margin-right : 25px !important;}
.mr30  { margin-right : 30px !important;}
.mr35  { margin-right : 35px !important;}
.mr40  { margin-right : 40px !important;}
.mr45  { margin-right : 45px !important;}
.mr50  { margin-right : 50px !important;}

.mb0   { margin-bottom : 0 !important;}
.mb5   { margin-bottom : 5px !important;}
.mb10  { margin-bottom : 10px !important;}
.mb15  { margin-bottom : 15px !important;}
.mb20  { margin-bottom : 20px !important;}
.mb25  { margin-bottom : 25px !important;}
.mb30  { margin-bottom : 30px !important;}
.mb35  { margin-bottom : 35px !important;}
.mb40  { margin-bottom : 40px !important;}
.mb45  { margin-bottom : 45px !important;}
.mb50  { margin-bottom : 50px !important;}

.ml0   { margin-left : 0 !important;}
.ml5   { margin-left : 5px !important;}
.ml10  { margin-left : 10px !important;}
.ml15  { margin-left : 15px !important;}
.ml20  { margin-left : 20px !important;}
.ml25  { margin-left : 25px !important;}
.ml30  { margin-left : 30px !important;}
.ml35  { margin-left : 35px !important;}
.ml40  { margin-left : 40px !important;}
.ml45  { margin-left : 45px !important;}
.ml50  { margin-left : 50px !important;}

.m0   { margin : 0 !important;}
.m10  { margin : 10px !important;}
.m15  { margin : 15px !important;}
.m20  { margin : 20px !important;}
.m25  { margin : 25px !important;}
.m30  { margin : 30px !important;}
.m35  { margin : 35px !important;}
.m40  { margin : 40px !important;}
.m45  { margin : 45px !important;}
.m50  { margin : 50px !important;}


/* --- padding --- */

.pt0  { padding-top : 0 !important;}
.pt5  { padding-top : 5px !important;}
.pt10 { padding-top : 10px !important;}
.pt15 { padding-top : 15px !important;}
.pt20 { padding-top : 20px !important;}

.pr0  { padding-right : 0 !important;}
.pr5  { padding-right : 5px !important;}
.pr10 { padding-right : 10px !important;}
.pr15 { padding-right : 15px !important;}
.pr20 { padding-right : 20px !important;}

.pl0  { padding-left : 0 !important;}
.pl5  { padding-left : 5px !important;}
.pl10 { padding-left : 10px !important;}
.pl15 { padding-left : 15px !important;}
.pl20 { padding-left : 20px !important;}

.pb0  { padding-bottom : 0 !important;}
.pb5  { padding-bottom : 5px !important;}
.pb10 { padding-bottom : 10px !important;}
.pb15 { padding-bottom : 15px !important;}
.pb20 { padding-bottom : 20px !important;}

.pb0   { padding : 0  !important;}
.pb5   { padding : 5px !important;}
.pb10  { padding : 10px !important;}
.pb15  { padding : 15px !important;}
.pb20  { padding : 20px !important;}

.nowrap { white-space : nowrap;}

#crumb {
	margin		: 4px 0 8px;
	text-align	: left;
}

	#crumb li {
		display			: inline;
		line-height		: 110%;
		list-style-type	: none;
		font-size		: 85%;
	}


/* --- display --- */

.block	{ display : block;}
.inline { display : inline;}

.fltbox { margin : 0 auto;}
.flt_r  { float : right !important;}
.flt_l  { float : left !important;}

.txt_r { text-align : right !important;}
.txt_c { text-align : center !important;}
.txt_l { text-align : left !important;}

.psn { position : relative;}

.none {
	background	: none !important;
	border		: none !important;
}

sup {
	font-size: 70%;
	vertical-align: top;
	position: relative;
	top: -0.1em;
}
sub {
	font-size: 70%;
	vertical-align: bottom;
	position: relative;
	bottom: -0.1em;
}


/* Heading
--------------------------------------------------------------------------- */

.page_ttl {
	margin-bottom: 0;
	padding: 170px 0 50px;
	background: transparent url('/recruit/common/img/bg/bg_gray.png');
	-webkit-transform: skewY(-4.8deg) translateY(-80px);
	-ms-transform: skewY(-4.8deg) translateY(-80px);
	transform: skewY(-4.8deg) translateY(-80px);
}

	.page_ttl .container {
		-webkit-transform: skewY(4.8deg);
		-ms-transform: skewY(4.8deg);
		transform: skewY(4.8deg);
	}

.h01 {
	font-size: 18px;
	font-size: 1.8rem;
	margin: 0 auto;
	display: inline-block;
	font-family: 'Open Sans', 'Noto Sans Japanese', "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, MS PGothic, arial, sans-serif;
}

	.h01 span.main_ttl {
		display: block;
		font-size: 70px;
		font-size: 7.0rem;
		line-height: 1.4;
		margin: 0 0 10px;
		border-bottom: 3px solid #333;
	}

.marker span {
	background: linear-gradient(transparent 70%, #f0a900 70%);
}

.h02 {
	display: inline-block;
	font-size: 20px;
	font-size: 2.0rem;
	color: #f08200;
	font-family: 'Open Sans', 'Noto Sans Japanese', "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, MS PGothic, arial, sans-serif;
}

	.h02 span {
		display: block;
		border-bottom: 3px solid #f08200;
		font-size: 50px;
		font-size: 5.0rem;
		line-height: 1.2;
		margin: 0 0 5px;
		padding: 0 5px;
	}

.h03 {
	font-size: 28px;
	font-size: 2.8rem;
	font-family: 'Open Sans', 'Noto Sans Japanese', "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, MS PGothic, arial, sans-serif;
	margin: 50px 0 10px;
}

.h04 {
	margin: 0 0 30px;
	font-size: 20px;
	font-size: 2.0rem;
	line-height: 1.8;
	font-family: 'Open Sans', 'Noto Sans Japanese', "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, MS PGothic, arial, sans-serif;
	display: inline-block;
	text-align: center;
}

	.h04 span.main_ttl {
		font-size: 50px;
		font-size: 5.0rem;
		font-weight: 600;
		border-bottom: 3px solid #333;
		margin: 0 0 0 0;
		letter-spacing: -0.02em;
	}

	.h04 span.sub_ttl {
		font-weight: 500;
		display: block;
		letter-spacing: 0.05em;
	}

/*---------------------- responsive styles -----------------------*/
@media screen and (max-width:768px) {
	.page_ttl {
		background-size: auto 100% !important;
	}

	.h01 span.main_ttl {
		font-size: 48px;
		font-size: 4.8rem;
	}

	.h02 span {
		font-size: 36px;
		font-size: 3.6rem;
	}

	.h04 span.main_ttl {
		font-size: 38px;
		font-size: 3.8rem;
	}
}

/*---------------------- responsive styles -----------------------*/
@media screen and (max-width:480px) {
	.page_ttl {
		padding-bottom: 30px;
	}

	.h01 span.main_ttl {
		font-size: 36px;
		font-size: 3.6rem;
	}

	.h03 {
		font-size: 20px;
		font-size: 2.0rem;
	}

	.h04 span.main_ttl {
		font-size: 28px;
		font-size: 2.8rem;
	}

	.h04 span.sub_ttl {
		font-size: 16px;
		font-size: 1.6rem;
		margin: 3px 0 0;
	}
}


/* image
--------------------------------------------------------------------------- */

img.image	{ border: solid 1px #d9d9d9; padding : 1px; background : #FFF;}

.imgbox	{
	margin		: 0 0 30px;
	_zoom		: 1;
	overflow	: hidden;
}

.imgL { float : left;  margin : 0 10px 5px 0; }
.imgR { float : right; margin : 0 0 5px 10px; }

.imgbox p {
	overflow	: hidden;
	_zoom		: 1;
}

img {
	backface-visibility: hidden !important;
}

img.ofi {
	object-fit: cover;
	font-family: 'object-fit: cover;'
}


/* table
--------------------------------------------------------------------------- */

.tblStyle01{
	border-collapse		: separate;
	*border-collapse	: collapse;
	border-spacing		: 0;
	empty-cells			: show;
	border-top			: 1px solid #b2b2b2;
	border-right		: none;
	border-bottom		: none;
	border-left			: 1px solid #b2b2b2;
	margin				: 0 auto;
	width				: 100%;
}

	.tblStyle01 th,
	.tblStyle01 td {
		border-top		: none;
		border-right	: 1px solid #b2b2b2;
		border-bottom	: 1px solid #b2b2b2;
		border-left		: none;
		font-weight		: normal;
		line-height: 1.8;
	}

	.tblStyle01 th{
		margin			: 0;
		padding			: 15px 30px;
		background		: #eeeff0;
		text-align		: left;
	}

	.tblStyle01 td{
		padding		: 15px 30px;
		text-align	: left;
	}

/*---------------------- responsive styles -----------------------*/
@media screen and (max-width:480px) {
	.tblStyle01 {
		border: none;
	}

	.tblStyle01 tr th,
	.tblStyle01 tr td {
		display: block;
		border: none;
		width: 100% !important;
		padding: 10px 15px;
	}

	.tblStyle01 tr th {
		font-weight: bold;
	}

		.tblStyle01 tr th br {
			display: none;
		}

	.tblStyle01 tr td {
		margin: 0 0 10px;
	}
}


/* list
--------------------------------------------------------------------------- */

.olStyle01 {
	margin	: 0 35px 10px;
}

	.olStyle01 li {
		list-style		: decimal;
		margin-bottom	: 3px;
		padding			: 0;
		text-align		: left;
	}


.ulStyle01 {
	margin	: 0 0 10px 15px;
}

	.ulStyle01 li {
		list-style	: disc;
		margin		: 0 0 3px 15px;
		padding		: 0;
		text-align	: left;
	}

.asterisk {
	font-size: 0.9em;
}

	.asterisk li {
		text-indent: -1.0em;
		padding-left: 1.0em;
	}

	.asterisk li:before {
		content: '※';
	}

/* text
--------------------------------------------------------------------------- */

/* --- size --- */

.txt10 { font-size : 1rem !important;   font-size:10px !important;}
.txt12 { font-size : 1.2rem !important; font-size:12px !important;}
.txt14 { font-size : 1.4rem !important; font-size:14px !important;}


/* --- color --- */

.red	{ color : #CC2727;}
.col01	{ color : #996633;}
.must   { color : #cc2727;}
.must2  { color : #cc2727;}


/* --- lineheight --- */

.height18 { line-height : 1.8;}
.height19 { line-height : 1.9;}
.height20 { line-height : 2;}


/* ------------------------------------------------------------------------ */

/*  Form

/* ------------------------------------------------------------------------ */

.formStyle01 {
	width: 100%;
	margin: 30px 0;
}

	.formStyle01 dl {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		text-align: left;
		border-top: 1px solid #eeeff0;
	}

		.formStyle01 dl dt {
			width: 300px;
			padding: 25px 70px 25px 25px;
			background: #eeeff0;
			border-bottom: 1px solid #fff;
			position: relative;
		}

		.formStyle01 dl dd {
			width: calc(100% - 300px);
			width: -webkit-calc(100% - 300px);
			padding: 25px;
			border-bottom: 1px solid #eeeff0;
		}

/*---------------------- responsive styles -----------------------*/
@media screen and (max-width:768px) {
	.formStyle01 dl {
		display: block;
	}

		.formStyle01 dl dt,
		.formStyle01 dl dd {
			width: 100%;
			padding: 10px 15px;
			border: none;
		}

		.formStyle01 dl dt {
			padding-right: 55px;
		}

			.formStyle01 dl dt br {
				display: none;
			}

		.formStyle01 dl dd {
			margin: 0 0 20px;
		}
}

	input::-webkit-input-placeholder,
	textarea::-webkit-input-placeholder {
		color: #bbb;
	}

	input::-moz-placeholder,
	textarea::-moz-placeholder {
		color: #bbb;
	}

	input:-ms-input-placeholder,
	textarea:-ms-input-placeholder {
		color: #bbb;
	}

	span.required {
		font-size: 0.9em;
		background: #f08200;
		color: #fff;
		display: inline-block;
		margin: 0 0 0 8px;
		padding: 0 5px;
		position: absolute;
		right: 25px;
		top: 25px;
	}

	span.optional {
		font-size: 0.9em;
		background: #999;
		color: #fff;
		display: inline-block;
		margin: 0 0 0 8px;
		padding: 0 5px;
		position: absolute;
		right: 25px;
		top: 25px;
	}


	.wid20  { width : 20px; margin-bottom : 2px !important;}
	.wid40  { width : 40px; margin-bottom : 2px !important;}
	.wid60  { width : 60px; margin-bottom : 2px !important;}
	.wid80  { width : 80px; margin-bottom : 2px !important;}
	.wid100 { width : 100px; margin-bottom : 2px !important;}
	.wid120 { width : 120px; margin-bottom : 2px !important;}
	.wid140 { width : 140px; margin-bottom : 2px !important;}
	.wid160 { width : 160px; margin-bottom : 2px !important;}
	.wid180 { width : 180px; margin-bottom : 2px !important;}
	.wid200 { width : 200px; margin-bottom : 2px !important;}
	.wid220 { width : 220px; margin-bottom : 2px !important;}
	.wid240 { width : 240px; margin-bottom : 2px !important;}
	.wid260 { width : 260px; margin-bottom : 2px !important;}
	.wid280 { width : 280px; margin-bottom : 2px !important;}
	.wid300 { width : 300px; margin-bottom : 2px !important;}
	.wid400 { width : 400px; margin-bottom : 2px !important;}

	.wid5p { width : 5% !important;}
	.wid10p { width : 10% !important;}
	.wid15p { width : 15% !important;}
	.wid20p { width : 20% !important;}
	.wid25p { width : 25% !important;}
	.wid30p { width : 30% !important;}
	.wid35p { width : 35% !important;}
	.wid40p { width : 40% !important;}
	.wid45p { width : 45% !important;}
	.wid50p { width : 50% !important;}
	.wid55p { width : 55% !important;}
	.wid60p { width : 60% !important;}
	.wid65p { width : 65% !important;}
	.wid70p { width : 70% !important;}
	.wid75p { width : 75% !important;}
	.wid80p { width : 80% !important;}
	.wid85p { width : 85% !important;}
	.wid90p { width : 90% !important;}
	.wid95p { width : 95% !important;}
	.wid100p { width : 100% !important;}

	.txtarea01 { width : 100%; height : 120px; margin-bottom : 2px !important;}

	.must  { margin-left : 2px;}
	.must2 {
		float					: right;
		padding					: 5px 8px;
		margin-left				: 2px;
		background				: #cc2727;
		color					: #FFF;
		line-height				: 1;
		font-size				: 87%;
		border-radius			: 3px;
		-webkit-border-radius	: 3px;
		-moz-border-radius		: 3px;
	}

	.free {
		float					: right;
		padding					: 5px 8px;
		margin-left				: 2px;
		background				: #6bc059;
		color					: #FFF;
		line-height				: 1;
		font-size				: 87%;
		border-radius			: 3px;
		-webkit-border-radius	: 3px;
		-moz-border-radius		: 3px;
	}


	span.example { display:block; margin-top:5px; color:#666 !important;}

	label { margin : 0 0 0 -2px; padding:1px 0 0; cursor : pointer; vertical-align:middle;}
	label:hover { text-decoration:underline;}

	input:focus,
	textarea:focus {
		background-color : #f7fdeb;
	}

	input.txt {
		border-bottom	: 1px solid #CCC;
		border-left		: 1px solid #999;
		border-right	: 1px solid #CCC;
		border-top		: 1px solid #999;
		padding			: 4px;
	}

	textarea.txtarea {
		border-bottom	: 1px solid #CCC;
		border-left		: 1px solid #999;
		border-right	: 1px solid #CCC;
		border-top		: 1px solid #999;
		padding			: 4px;
	}

	input[type="radio"]{
		margin-top: -3px;
	}

	input[type="checkbox"]{
		margin-top: -3px;
	}

	select::-ms-expand {
		display: none;
	}

	input:not([type="checkbox"]):not([type="radio"]), button, textarea {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		margin: 0 5px;
	}

	input,
	select,
	textarea {
		border: 1px solid #cccccc;
		padding: 8px;
		font-size: 16px;
		font-size: 1.6rem;
		font-family: "メイリオ", Meiryo, MS PGothic,"Hiragino Kaku Gothic Pro", arial, sans-serif;
		display: inline;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-ms-border-radius: 5px;
		-o-border-radius: 5px;
		border-radius: 5px;
	}

	.err_msg {
		color: #c60000;
	}

.container .link_btns.horizontal {
	margin: 45px auto;
	display: flex;
	justify-content: center;
}

	.container .link_btns.horizontal li {
		width: 50%;
		max-width: 380px;
		margin: 0 25px;
	}

.container .link_btns li {
	margin: 0 auto 10px;
	width: 270px;
	height: 60px;
	line-height: 60px;
}

	.container .link_btns li a {
		display: block;
		height: 100%;
		padding-right: 30px;
		border: 1px solid #222;
		background: #222;
		color: #fff;
		text-align: center;
		position: relative;
		text-decoration: none;
		-webkit-transition: 0.3s all cubic-bezier(0.77, 0, 0.175, 1);
		-o-transition: 0.3s all cubic-bezier(0.77, 0, 0.175, 1);
		transition: 0.3s all cubic-bezier(0.77, 0, 0.175, 1);
	}

	.container .link_btns li.orange_btn a {
		border: 1px solid #f08200;
		background: #f08200;
	}

		.container .link_btns li a img {
			position: absolute;
			right: 15px;
			top: 50%;
			-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
			transform: translateY(-50%);
			-webkit-transition: 0.3s all cubic-bezier(0.77, 0, 0.175, 1);
			-o-transition: 0.3s all cubic-bezier(0.77, 0, 0.175, 1);
			transition: 0.3s all cubic-bezier(0.77, 0, 0.175, 1);
		}

		.container .link_btns li a:hover img {
			-webkit-transform: translate(10px, -50%);
			-ms-transform: translate(10px, -50%);
			transform: translate(10px, -50%);
		}

/*---------------------- responsive styles -----------------------*/
@media screen and (max-width:500px) {
	.container .link_btns.horizontal {
		display: block;
	}

		.container .link_btns.horizontal li {
			width: 100%;
			max-width: inherit;
			margin: 5px 0;
		}

	span.required,
	span.optional {
		right: 10px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}
