@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1&display=swap');
@import url("font-awesome.min.css");

/*----------------------------
* RECRUIT_MAIN
*----------------------------*/
#recruit_main {
	box-sizing:border-box;
	width: 100%;
	margin: 0 auto;
}
#back {
	padding-top: 40px;
	background-color: #f9f7f3;
}
#recruit_main #current_mainimg {
	width: 100%;
	margin-bottom: 0 !important;
	background-color: #f9f7f3;
}

.recruit_h2 {
	box-sizing:border-box;
	position: relative;
	margin-top: 50px;
	margin-bottom: 40px;
	padding-left: 25px;
	padding-right: 25px;
	font-family:"Noto Serif Display", YuMincho,"游明朝","Yu Mincho","游明朝体","Times New Roman","Roboto Slab",Garamond,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",HiraMinProN-W3,"HGS明朝E","ＭＳ Ｐ明朝","MS PMincho",serif;
	font-size: 24px;
	font-weight: normal !important;
	color: #211815;
	text-align: center;
}
.recruit_h2:before {
	content: '';
	position: absolute;
	left: calc(50% - 25px);
	bottom: -20px;/*線の上下位置*/
	display: inline-block;
	width: calc(100% - 50px);/*線の長さ*/
	height: 1px;/*線の太さ*/
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);/*位置調整*/
	background-color: #bca475;/*線の色*/
	margin-right: 25px;
	margin-left: 25px;
}

@media screen and (min-width: 960px) {
	/* 960px以上に適用されるCSS（PC用） */
	.recruit_h2:before {
		max-width: 600px;
	}
}


#recruit_main .point_img {
	box-sizing:border-box;
	width: 100%;
	padding-left: 25px;
	padding-right: 25px;
}
#recruit_main .point_img img {
	width: 100%;
}

@media screen and (min-width: 960px) {
	/* 960px以上に適用されるCSS（PC用） */
	#back {
		padding-top: 70px;
	}
	#recruit_main #current_mainimg  {
		width: 85%;
		max-width: 760px;
		margin: 0 auto;
	}
	#recruit_main .point_img {
		width: 100%;
		max-width: 600px;
		margin: 0 auto;
		padding: 0;
	}
}

#recruit_main h3 img {
	width: 100%;
}

#recruit_main #recruit_maintext {
	background-color: #f9f7f3;
	padding-top: 50px;
	padding-bottom: 70px;
}
#recruit_main h3,
#recruit_main p {
	font-family:"Shippori Mincho B1", YuMincho,"游明朝","Yu Mincho","游明朝体","Times New Roman","Roboto Slab",Garamond,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",HiraMinProN-W3,"HGS明朝E","ＭＳ Ｐ明朝","MS PMincho",serif;
	text-align: center;
}
#recruit_main h3 {
	font-size: 24px;
	margin-bottom: 30px;
	line-height: 1.3em;
}
#recruit_main p {
	font-size: 14px;
	line-height: 29px;
}


#recruit_main #point_bg {
	box-sizing:border-box;
	width: 100%;
	padding-left: 25px;
	padding-right: 25px;
}
#recruit_main .point {
	width: 100%;
	margin: 25px 0;
}
#recruit_main .point th {
	width: 50px;
	padding-bottom: 25px;
	border-bottom: solid 1px #221815;
	text-align: center;
	vertical-align: top;
}
#recruit_main .point th span {
	display: inline-block;
	width: 50px;
	height: 50px;
	margin-right: 10px;
	padding: 10px 5px 0;
	border: solid 1px #bca475;
	border-radius: 50%;
	color: #bca475;
	background-color: #f9f7f3;
	font-family:"Shippori Mincho B1", YuMincho,"游明朝","Yu Mincho","游明朝体","Times New Roman","Roboto Slab",Garamond,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",HiraMinProN-W3,"HGS明朝E","ＭＳ Ｐ明朝","MS PMincho",serif;
	font-size: 16px;
	text-align: center;
	line-height: 1.3em !important;
}
#recruit_main .point td {
	padding-bottom: 25px;
	border-bottom: solid 1px #221815;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	color: #221815;
	text-align: left;
}
#recruit_main .point td span {
	display: block;
	margin-bottom: 10px;
	font-family:"Shippori Mincho B1", YuMincho,"游明朝","Yu Mincho","游明朝体","Times New Roman","Roboto Slab",Garamond,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",HiraMinProN-W3,"HGS明朝E","ＭＳ Ｐ明朝","MS PMincho",serif;
	font-size: 18px;
	color: #bca475;
}
#recruit_main table.last th,
#recruit_main table.last td {
	border-bottom: none !important;
}

@media screen and (min-width: 960px) {
	/* 960px以上に適用されるCSS（PC用） */
	#recruit_main #point_bg {
		box-sizing:border-box;
		width: 100%;
		max-width: 600px;
		margin: 0 auto;
		padding: 0;
	}
	#recruit_main .point td span {
		font-size: 22px;
	}
}


#recruit_main #schedule_title {
	box-sizing:border-box;
	width: 100%;
	max-width: 600px;
	margin: 60px auto 0;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #f9f7f3;
	border-left: solid 10px #bca475;
	border-right: solid 10px #bca475;
}
#recruit_main #schedule {
	width: 100%;
	max-width: 600px;
	margin: 0 auto 60px;
	background-color: #f9f7f3;
}
#recruit_main #schedule .schedule-list {
	padding: 40px 0;
}
#recruit_main #schedule .schedule-list li {
	display: -webkit-flex;
	display: flex;
	font-size: 16px;
}
#recruit_main #schedule .schedule-list .time {
	position: relative;
	width: 80px;
	padding: 0 20px 0 0;
	text-align: right;
}
#recruit_main #schedule .schedule-list .time::before {
	content: '';
	position: absolute;
	top: 5px;
	right: 0;
	display: inline-block;
	width: 1px;/*線の太さ*/
	height: 100%;/*線の長さ*/
	background-color: #bca475;/*線の色*/
}
#recruit_main #schedule .schedule-list .last::before {
	display: none !important;
}
#recruit_main #schedule .schedule-list .txt {
	position: relative;
	width: 80%;
	padding: 0 25px 40px 30px;
}
#recruit_main #schedule .schedule-list .txt::before {
	content: "";
	position: absolute;
	top: 5px;
	left: -8px;
	width: 15px;
	height: 15px;
	background-color: #bca475;
	border-radius: 50%;
}
#recruit_main #schedule .schedule-list .txt span {
	display: block;
	font-size: 18px;
	margin-bottom: 12px;
}


#recruit_main #int_bg {
	box-sizing:border-box;
	width: 100%;
	margin-bottom: 50px;
	padding: 0 25px;
}
#recruit_main #int_bg table th,
#recruit_main #int_bg table td {
	display: block;
	width: 100%;
	font-family:"Shippori Mincho B1", YuMincho,"游明朝","Yu Mincho","游明朝体","Times New Roman","Roboto Slab",Garamond,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",HiraMinProN-W3,"HGS明朝E","ＭＳ Ｐ明朝","MS PMincho",serif;
	font-size: 14px;
	padding-bottom: 25px;
}
#recruit_main #int_bg table td {
	padding-bottom: 50px;
	text-align: justify;
	text-justify: inter-ideograph;
}
#recruit_main #int_bg table td span {
	display: block;
	padding-bottom: 15px;
	font-size: 18px;
}

@media screen and (min-width: 960px) {
	/* 960px以上に適用されるCSS（PC用） */
	#recruit_main #int_bg table {
		width: 100%;
		max-width: 760px;
		margin: 0 auto;
	}
	#recruit_main #int_bg table th,
	#recruit_main #int_bg table td {
		display: table-cell;
		vertical-align: top;
	}
	#recruit_main #int_bg table th {
		width: 48%;
		padding-right: 25px;
	}
}


#recruit_main #application {
	box-sizing:border-box;
	width: 100%;
	margin-bottom: 50px;
	padding: 0 25px;
}
#recruit_main #application h2 {
	width: 100%;
	text-align: center;
	font-family:"Noto Serif Display", YuMincho,"游明朝","Yu Mincho","游明朝体","Times New Roman","Roboto Slab",Garamond,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",HiraMinProN-W3,"HGS明朝E","ＭＳ Ｐ明朝","MS PMincho",serif;
	font-size: 24px;
}
#recruit_main #application table {
	width: 100%;
	max-width: 600px;
	margin: 50px auto 60px;
}
#recruit_main #application table th,
#recruit_main #application table td {
	font-size: 14px;
	vertical-align: middle;
}
#recruit_main #application table th {
	min-width: 90px;
	padding: 25px 15px;
	background-color: #bca475;
	color: #fff;
	border-top: solid 1px #bca475;
	border-left: solid 1px #bca475;
	border-right: solid 1px #bca475;
	border-bottom: solid 1px #fff ;
	text-align: center;
}
#recruit_main #application table tr:last-child th {
	border-bottom: solid 1px #bca475 !important;
}
#recruit_main #application table td {
	padding: 25px;
	border: solid 1px #bca475;
}
#recruit_main #application table td.bdr {
	position: relative;
}
#recruit_main #application table td.bdr::before {
	content: '';
	position: absolute;
	top: 70px;
	left: 25px;
	display: inline-block;
	width: calc(100% - 50px);/*線の長さ*/
	height: 1px;/*線の太さ*/
	background-color: #221815;/*線の色*/
}

@media screen and (max-width: 397px) {
	/* 397px以下に適用されるCSS（スマホ用） */
	#recruit_main #application table td.bdr::before {
		top: 95px;
	}
}


#recruit_main center {
	font-family:"Noto Serif Display", YuMincho,"游明朝","Yu Mincho","游明朝体","Times New Roman","Roboto Slab",Garamond,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",HiraMinProN-W3,"HGS明朝E","ＭＳ Ｐ明朝","MS PMincho",serif;
	font-size: 18px;
	margin-bottom: 20px;
}
#recruit_main .apply a {
	display: block;
	width: 210px;
	height: 25px;
	margin: 25px auto 80px;
	padding: 11px 0 14px 25px;
	position: relative;
	text-align: left;
	background: #000;
	font-family:"Shippori Mincho B1", YuMincho,"游明朝","Yu Mincho","游明朝体","Times New Roman","Roboto Slab",Garamond,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",HiraMinProN-W3,"HGS明朝E","ＭＳ Ｐ明朝","MS PMincho",serif;
	font-size: 20px;
	font-weight: bold;
	color: #fff !important;
}
#recruit_main .apply a:after {
	content: "";
	position: absolute;
	right: 10%;
	top: 35%;
	transition: all 0.2s ease-in-out;
	display: block;
	width: 14px;
	height: 14px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
