﻿@charset "UTF-8";

/* ▼▼▼ お問い合わせ
=====================================*/
section {
	margin: 0 0 100px;
}

h2 {
	border-bottom: 2px solid #ccc;
	margin-bottom: 40px;
	padding-bottom: 15px;
	font-size: 32px;
	font-weight: normal;
}

h3.bg_title {
	background: #F2F2F2;
	font-size: 24px;
	font-weight: normal;
	line-height: 62px;
	padding-left: 30px;
	margin: 0 0 25px;
}

h2+p {
	margin: 0 auto 70px;
}

.f_bold {
	font-size: 20px;
	font-weight: bold;
}

ul.link_btn {
	width: 100%;
	margin: 0 auto 55px;
}

ul.link_btn li {
	display: inline-block;
	margin-right: 20px;
}

/* 応募方法 */
#entry {
	font-size: 18px;
}

.entry_desc {
	line-height: 2;
}

.entry_desc li:not(:last-child) {
	margin: 0 0 30px;
}

/* 諸手当・待遇　他 */
#treatment {
	font-size: 18px;
}

#treatment table.list tr {
	display: block;
}

#treatment table.list tr:not(:last-child) {
	padding: 0 0 20px;
}

#treatment table.list tr th {
	width: 6em;
	font-size: 20px;
}

.read {
	margin-bottom: 30px;
	line-height: 1.7;
}

.read>span:before {
	content: "必須";
	border: 1px solid #E5012D;
	padding: 5px 10px;
	margin-right: 5px;
	color: #E5012D;
	font-size: 12px;
	font-weight: bold;
}

/* 応募職種 */
#profession dl dt {
	font-weight: bold;
	margin: 0 0 10px;
}

#profession dl dd {
	border-left: 1px solid #ccc;
	padding-left: 20px;
	margin: 0 0 60px;
}


/* 応募フォーム */
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;*/
	vertical-align: top;
	overflow: hidden;
}

table.info th {
	width: 25.5%;
	position: relative;
	vertical-align: middle;
	padding: 20px 10px;
}

table.info td {
	padding: 10px 20px;
}

table.info .list {
	padding: 10px 10px 0 20px;
}

table.info th:after {
	content: "必須";
	border: 1px solid #E5012D;
	padding: 3px 10px;
	margin-right: 5px;
	color: #E5012D;
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	top: 20px;
	right: 0;
}

table.info th.no:after {
	content: "任意";
	border: 1px solid #A0A0A0;
	color: #595757;
}

table.info th.top {
	vertical-align: top;
}

table.info td .kome {
	font-size: 12px;
	color: #df0024;
}

table.info td input+.kome {
	margin-top: 10px;
}

table.info td .check_list li {
	display: inline-block;
	margin: 0 10px 10px 0;
}

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

table.info td .check_list li label {
	border: 1px solid #ccc;
	border-radius: 5px;
	cursor: pointer;
	display: inline-block;
	padding: 10px;
}

table.info td .check_list li label:onClick {
	border: 1px solid #E5012D;
	border-radius: 5px;
	cursor: pointer;
	display: inline-block;
	padding: 10px;
	color: #E5012D;
}

table.info td input {
	height: auto;
	background: #FAFAFA;
	border: none;
	padding: 10px;
	font-size: 16px;
	border-radius: 5px;
	border: 1px solid #ccc;
}

::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 input.w03 {
	width: 23%;
}

table.info td textarea {
	width: 100%;
	background: #FAFAFA;
	border: none;
	padding: 10px;
	font-size: 16px;
	border-radius: 5px;
	border: 1px solid #ccc;
}

table.info td div p:first-child {
	margin-bottom: 10px;
}

table.info td select {
	padding: 5px;
	font-size: 16px;
}

/* ▼ プライバシー */
.privacy_read {
	margin-bottom: 10px;
	font-size: 16px;
}

#privacy {
	height: 210px;
	border: 1px solid #CCD1D5;
	padding: 15px 15px 0 15px;
	margin-bottom: 20px;
	overflow-y: scroll;
}

#privacy .title {
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 17px;
}

#privacy dl.privacy {
	margin-bottom: 15px;
}

#privacy ol.privacy {
	margin-bottom: 20px;
	overflow: hidden;
	counter-reset: number;
}

#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;
}

#privacy .name {
	text-align: right;
}

.btn_box {
	overflow: hidden;
	position: relative;
	margin-bottom: 100px;
}

.btn_box .agree {
	margin-bottom: 20px;
	text-align: center;
	font-size: 16px;
}

.btn_box ul.btn {
	text-align: center;
	position: relative;
}

.btn_box ul.btn li {
	display: inline-block;
	width: 49%;
	background: #C1B521;
	position: relative;
	margin-right: 10px;
	font-size: 18px;
}

.btn_box ul.btn li.back {
	background: #999;
	/* Old browsers */
}

.btn_box ul.btn li:last-child {
	margin-right: 0;
}

.btn_box ul.btn li a {
	display: block;
	padding: 20px;
	color: #fff;
	text-align: center;
	text-decoration: none;
}

.btn_box ul.btn li a:hover {
	opacity: 0.6;
}

.btn_box ul.btn li span.arrow {
	background: none;
}


/* ▼▼▼ 768px
=====================================*/
@media screen and (max-width: 768px) {
	section {
		margin: 0 0 50px;
	}

	h2 {
		margin-bottom: 20px;
		padding-bottom: 15px;
		font-size: 24px;
		line-height: 1.5;
	}

	h3.bg_title {
		font-size: 20px;
		font-weight: normal;
		line-height: 55px;
		padding-left: 15px;
		margin: 0 0 25px;
	}

	h2+p {
		margin: 0 auto 30px;
	}

	.f_bold {
		font-size: 18px;
	}

	ul.link_btn {
		width: 100%;
		margin: 0 auto 30px;
	}

	ul.link_btn li {
		display: inline-block;
		margin: 0 auto 10px;
	}

	/* 応募方法 */
	#entry {
		font-size: 16px;
	}

	.entry_desc {
		line-height: 2;
	}

	.entry_desc li:not(:last-child) {
		margin: 0 0 30px;
	}

	/* 諸手当・待遇　他 */
	#treatment {
		font-size: 16px;
	}

	#treatment table.list tr {
		display: block;
	}

	#treatment table.list tr:not(:last-child) {
		padding: 0 0 30px;
	}

	#treatment table.list tr th {
		display: block;
		width: 100%;
		margin-bottom: 5px;
		font-size: 18px;
	}

	.read {
		margin-bottom: 30px;
		line-height: 1.7;
	}

	.read>span:before {
		content: "必須";
		border: 1px solid #E5012D;
		padding: 5px 10px;
		margin-right: 5px;
		color: #E5012D;
		font-size: 12px;
		font-weight: bold;
	}

	/* 応募職種 */
	#profession dl dd {
		border-left: 1px solid #ccc;
		padding-left: 20px;
		margin: 0 0 30px;
	}

	/* 応募フォーム */
	.wrapper_right {
		display: none;
	}

	ul.step {
		width: 90%;
		text-align: center;
		margin: 0 auto 15px;
	}

	ul.step li {
		padding: 5px 0;
	}

	ul.step li:after {
		top: 5px;
		right: -19%;
	}

	.read {
		margin-bottom: 30px;
		font-size: 14px;
	}

	table.info {
		max-width: 100%;
	}

	table.info th,
	table.info td {
		display: block;
		padding: 10px 0;
		font-size: 16px;
	}

	table.info th {
		width: 100%;
		border: none;
		padding: 10px 0 1px;
	}

	table.info td {
		padding: 10px 0;
	}

	table.info .list {
		padding: 10px 0 0 0;
	}

	table.info th:after {
		position: static;
		margin-left: 5px;
		font-size: 11px;
		vertical-align: baseline;
	}

	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;
	}

	table.info td .check_list li label {
		cursor: pointer;
		display: block;
		padding: 10px 10px 10px 5px;
	}

	table.info td .check_list li label input {
		margin-right: 5px;
	}

	table.info td span {
		margin-right: 0;
	}

	table.info td input {
		padding: 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%;
	}

	/* table.info td textarea {
			color: #999;
			} */


	/* ▼ プライバシー */
	#privacy {
		height: 150px;
	}

	.btn_box {
		margin-bottom: 60px;
	}

	.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;
	}

	.btn_box ul.btn li a {
		padding: 10px;
	}
}

#main .tab_wrap .tab {
	/* font-size: 28px; */
	font-size: 25px;

}

header {
	background-color: transparent;
}

.first_block {
	padding: 100px 0 120px;
	display: flex;
	justify-content: center;
}

.first_block .first_block_left {
	font-family: 'Josefin Sans', sans-serif;
	writing-mode: vertical-rl;
	position: relative;
	padding-top: 60px;
}

.first_block .first_block_left:before {
	content: "";
	width: 1px;
	height: 50px;
	background-color: #000000;
	display: block;
	position: absolute;
	left: 50%;
	top: 0;
}

.first_block .first_block_center {
	font-size: 30px;
	margin: 0 95px 0 60px;
	font-weight: lighter;
	line-height: 1.6;
	margin-top: -0.55em;
	margin-top: -0.5em;
}

.first_block .first_block_right {
	font-size: 12px;
	line-height: 2.3;
	margin-top: -0.7em;
}

.aboutus .aboutus_flex {
	display: flex;
	align-items: center;
}

.aboutus .aboutus_left {
	width: 69%;
}

.aboutus .aboutus_right .h2_wrap {
	margin-left: -0.8em;
}

.aboutus .aboutus_right .h2_wrap .en {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 50px;
	line-height: 1;
}

.aboutus .aboutus_right .h2_wrap h2 {
	font-size: 12px;
	margin-top: 5px;
	border-bottom: none;
	margin-bottom: 0;
}

.aboutus p {
	text-align: center;
	font-size: 12px;
	line-height: 2.3;
	margin-top: 50px;
}