@charset "UTF-8";

/* ▼▼▼ お問い合わせ
=====================================*/
.error {
    color: #BC0202;
}
.read {
	margin-bottom: 10px;
	}
	.note{
		font-size: 14px;
		font-weight: 500;
		margin-bottom: 5px;
	}
	.note > span:before {
		content: "required";
    padding: 0 10px;
    margin-right: 5px;
    color: #fff;
		background: #BC0202;
    font-size: 13px;
    font-weight: bold;
		}
table.info {
	width: 100%;
	border-top: 1px solid #ccc;
	margin: 0 auto 20px;
	font-size: 16px;
	overflow: hidden;
	}
	table.info th,
	table.info td {
		border-bottom: 1px solid #ccc;
		line-height: 1.5;
		font-weight: normal;
		vertical-align: top;
		overflow: hidden;
		}
	table.info th {
		width: 25.5%;
		font-weight: bold;
		position: relative;
		padding: 32px 0;
		line-height: 1;
		}
	table.info td {padding: 20px;}
	table.info td span{
		margin-right:15px;
		font-size: 14px;
	}
	table.info .list {padding: 25px 10px 0 20px;}
	table.info th:after {
		content: "required";
    padding: 3px 10px;
    color: #fff;
		background: #BC0202;
		margin-left: 7px;
    font-size: 13px;
    font-weight: bold;
    position: absolute;
    top: 32px;
    right: auto;
		}
	table.info th.no:after {display: none}

		table.info td .check_list li {
			margin: 0 10px 10px 0;
			}
			table.info td .check_list li:last-child{
				margin-bottom: 25px;
			}
		table.info td .check_list li:last-child {margin-right: 0;}

			table.info td .check_list li label {
				border-radius: 5px;
				cursor: pointer;
				display: inline-block;
				}
			table.info td .check_list li select{
				border:1px solid #838383;
				border-radius: 5px;
				padding: 10px 30px 10px 15px;
				margin-left:10px;
			}
			select {
			  -webkit-appearance: none;
			  appearance: none; /* デフォルトのスタイルを無効 */
			}
			select::-ms-expand {
			  display: none; /* デフォルトのスタイルを無効(IE用) */
			}
			.select_wrap{
				display: inline-block;
				position: relative;
			}
			.select_wrap::before{
				content:"";
				width: 3px;
				height: 3px;
				border-right:1px solid #707070;
				border-bottom: 1px solid #707070;
				transform: rotate(45deg);
				position: absolute;
				margin:auto;
				top:0;
				right:10px;
				bottom: 0;
			}
		table.info td input,table.info td textarea {
			height: auto;
			border: none;
			padding: 10px;
			font-size: 16px;
			border-radius: 5px;
			border: 1px solid #838383;
			}
			table.info td input::placeholder,table.info td textarea::placeholder {
				color: #999;
				}
		table.info td input.w01 {width: 100%;}
		table.info td input.w02 {
			width: 44%;
			margin: 0 10px 0 0;
			}
		table.info td.name_box{
			display: flex;
		}
		table.info td div.flex{
			display: flex;
			align-items: center;
			width: 48%;
		}
		table.info td div.flex:not(:last-of-type) {
    margin-right: 4%;
		}
		table.info td input.w03 {width: 23%;}

		table.info td textarea {width: 100%;}
		table.info td div p:first-child {margin-bottom: 10px;}
		.postal_code {
			margin-bottom: 20px;
			}
			.postal_code li{
				display: inline-block;
				margin-right: 5px;
				}
/* チェックボックス */
input[type=checkbox]{
	display: none;
	}
	.checkbox01-parts{
		padding-left: 30px;
		position:relative;
		margin-right: 5px;
		color: #333;
		font-size: 18px;
		font-weight: bold;
		border-radius: 5px;
		cursor: pointer;
		display: inline-block;
		padding: 15px;
		}
		.checkbox01-parts::before{
			content: "";
			display: inline-block;
			margin-right: 10px;
			width: 28px;
			height: 28px;
			background: #fff;
			border: 1px solid #999;
			border-radius: 4px;
			vertical-align: middle;
			}
			input[type=checkbox]:checked + .checkbox01-parts{
				color: #E5012D;
				}
				input[type=checkbox]:checked + .checkbox01-parts::after{
					content: "";
					display: inline-block;
					position: absolute;
					top: 22px;
					left: 26px;
					width: 8px;
					height: 13px;
					transform: rotate(40deg);
					border-bottom: 1px solid #fff;
					border-right: 1px solid #fff;
					}
					input[type=checkbox]:checked + .checkbox01-parts::before{
						border: none;
						background: #E5012D;
						border: 1px solid #E5012D;
						}

/* ラジオボタンカスタム */
input[type=radio]{
	display: none;
	vertical-align: middle;
	}
	.radio_parts{
		padding-left: 25px;
		position:relative;
		vertical-align: middle;
		}
	.radio_parts::before{
		content: "";
		display: block;
		position: absolute;
		top: 4px;
		left: 0;
		width: 15px;
		height: 15px;
		border: 1px solid #999;
		border-radius: 50%;
		}
	input[type=radio]:checked + .radio_parts::before{
		border: 1px solid #707070;
		}
	input[type=radio]:checked + .radio_parts::after{
		content: "";
		display: block;
		background: #29BDFF;
		position: absolute;
		top: 9px;
		left: 5px;
		width: 7px;
		height: 7px;
		border-radius: 50%;
		}
/* ▼ プライバシー */
.title{
	font-size: 22px;
}
.privacy_wrap{
	color:#333333;
	background: #FAFAFA;
	padding: 40px 22px 60px;
	margin-bottom: 30px;
}
.privacy_read {
	margin-bottom: 35px;
	text-align: center;
	}
#privacy {
	height: 210px;
	background: #fff;
	border: 1px solid #CCCCCC;
	padding: 15px 15px 0 15px;
	margin-bottom: 20px;
	overflow-y: scroll;
	}
	#privacy dl.privacy {margin-bottom: 15px;}
	#privacy ol.privacy {
		margin-bottom: 20px;
		overflow: hidden;
		counter-reset: number;
		}
		#privacy dl.privacy dd{
			font-size: 14px;
		}
		#privacy ol.privacy > li {
			margin-bottom: 15px;
			counter-increment: number;
			padding-left:1.5em;
			text-indent:-1.5em;
			font-size: 15px;
			}
		#privacy ol.privacy > li:before {
			content: counter(number, decimal) ".";
			margin-right: 0.5em;
			}
		#privacy ol.privacy > li:last-child {margin: 0;}
		#privacy ol.privacy li .privacy_care {margin: 5px 0 0 1.5em;}

	#privacy .supervisor {
		overflow: hidden;
		margin-bottom: 20px;
		}
		#privacy .supervisor dt {font-weight: bold;}

.btn_box {
	overflow: hidden;
	position: relative;
	}
	.btn_box .agree {
		margin-bottom: 20px;
		text-align: center;
		font-size: 16px;
		}
	.btn_box ul {
			text-align: center;
			position: relative;
			margin-top:20px;
			}
		.btn_box ul li{
			margin-bottom: 20px;
			}
		.btn_box ul li a {
			color: #fff;
			background: #000;
			}
		.btn_box ul.btn li a:hover {opacity: 0.6;}
		.btn_box ul.btn li a:after {
			content: "\f054";
			font-family: FontAwesome;
			padding-left: 5px;
			}

/* ▼▼▼ 採用情報
=====================================*/
#recruit .gray_title{
	background: #F4F4F4;
	padding: 10px 25px;
	margin-bottom: 25px;
	font-size: 24px;
}
#recruit .container{
	max-width: 1020px;
	padding-bottom: 60px;
}
#recruit .read a{
	text-decoration: underline;
}
#recruit .detail{
	margin-bottom: 58px;
}
#recruit .detail p{
	line-height: 2;
}
#recruit .work{
	margin-bottom: 40px;
}
#recruit .hire{
	margin-bottom: 40px;
}
#recruit .detail .note p{
	font-size: 16px;
	font-weight: normal;
}
#recruit_form{
	background: #F4F4F4;
	padding: 70px 50px 30px;
}
#recruit_form h3{
	margin-bottom: 70px;
	font-size: 32px;
	font-weight: 500;
	text-align:center;
}
#recruit_form .note{
	margin-bottom: 30px;
}
#recruit_form select{
	width: 188px;
	height: 40px;
	background: #fff;
	border-radius: 5px;
	padding-left: 40px;
}
#recruit_form .select_wrap::before{
	content:"";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 13px 6.5px 0 6.5px;
	border-color: #000000 transparent transparent transparent;
	transform: none;
	right: auto;
	left: 20px;
}
#recruit_form .privacy_wrap{
	background: none;
	padding: 30px 0 60px;
}
/* ▼▼▼ 768px
=====================================*/
@media screen and (max-width: 768px) {
body{
font-size: 16px;
}
ul.step {
	width: 90%;
	margin: 0 auto 15px;
	}
	ul.step li {padding: 5px 0;}
	ul.step li:after {
		top: 5px;
		right: -19%;
		}

.read {
	margin-bottom: 30px;
	}

table.info {
	max-width: 100%;
	}
	table.info th,
	table.info td {
		display: block;
    padding: 25px 0;
		font-size: 16px;
		}
		table.info td span{
			font-size: 16px;
		}
	table.info th {
		width: 100%;
		border: none;
		}
	table.info td {padding: 0 0 30px;}
	table.info .list {padding: 0 0 20px;}
	table.info th:after {
		position: static;
		margin-left: 10px;
		}
	table.info td .kome {
		padding-top: 5px;
		display: block;
		}
		table.info td .check_list li {
			display: block;
			margin: 0 0 10px 0;
			float: none;
			font-size: 16px;
			cursor: pointer;
			}
			table.info td .check_list li select{
				font-size: 16px;
			}
			table.info td .check_list li label {
				padding: 0;
				}
		table.info td.name_box{
			display: block;
		}
		table.info td div.flex{
			width: 100%;
		}
		table.info td div.flex:first-of-type {
    margin-bottom: 10px;
}
		table.info td div.flex:not(:last-of-type) {
    margin-right: 0;
}
		table.info td input, table.info td textarea {
			padding: 10px 10px;
			}
		table.info td input.w01 {width: 100%;}
		table.info td input.w02 {
			width: 100%;
			margin: 0 0 0 0;
			}
		table.info td input.w03 {width: 100%;}
		table.info td input.w04 {width: 100%;}


/* ▼ プライバシー */
.title{
	font-size: 18px;
}
#privacy {
	height: 150px;
	font-size: 14px;
	}
	.checkbox01-parts{
		font-size: 16px;
	}
	.checkbox01-parts::before{
		width: 20px;
		height: 20px;
	}
	input[type=checkbox]:checked + .checkbox01-parts::after{
		top: 20px;
	left: 22px;
	}
	.btn_box .agree {
		margin-bottom: 20px;
		font-size: 14px;
		}
	.btn_box ul.btn {
		width: 100%;
		margin: 0 auto;
		}
		.btn_box ul.btn li {
			width: 100%;
			margin: 0 0 10px;
			}
		.btn_box ul.btn li:last-child {margin-right: auto;}
/* ▼▼▼ 採用情報
=====================================*/
#recruit .gray_title{
	padding: 3px 15px;
	margin-bottom: 15px;
}
#recruit .work {
	margin-bottom: 20px;
}
#recruit .hire {
	margin-bottom: 20px;
}
#recruit .detail .note p{
	font-size: 14px;
}
#recruit_form {
  padding: 40px 20px 0;
}
#recruit_form select{
	font-size: 16px;
}
#recruit_form .note {
    margin-bottom: 20px;
}
#recruit_form h3{
	margin-bottom: 40px;
	font-size: 26px;
}
#recruit_form .privacy_wrap {
  background: none;
  padding: 20px 0 50px;
}
}


table.info td .flex_wrap {
	width: 48%;
}
table.info td div.flex_wrap:not(:last-of-type) {
    margin-right: 4%;
}
table.info td .flex_wrap .flex {
	margin-right: 0;
	width: 100%;
}
table.info .check_list p.error {
    margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
	table.info td div.flex_wrap {
		width: 100%;
	}
	table.info td .flex_wrap:first-of-type p.error {
		margin-bottom: 15px;
	}
}