@charset "UTF-8";
/* ----------------------------------
アクセス
---------------------------------- */
.pc {
	display: block;
}
.sp {
	display: none;
}
	@media only screen and (max-width: 750px) {
		.pc {
			display: none;
		}
		.sp {
			display: block;
		}
	}
#recruit {
	box-sizing: border-box;
}
#recruit a.mail:link,
#recruit a.mail:visited,
#recruit a.mail:hover,
#recruit a.mail:active {
	color: #53585a;
	border-bottom: #53585a 1px dotted;
}
#recruit a.mail:hover {
	border-bottom: none;
}
div#kv {
	width: 100%;
    aspect-ratio: 2 / 1;
    overflow: hidden;
    position: relative;
	margin-top: 0px;
    /*margin-top: 70px;*/
}
div#kv img {
	width: 100%;
	height: auto;
	position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

	@media only screen and (max-width: 750px) {
		div#kv {
			width: 100%;
			height: 420px;
			margin-top: 0;
		}
	    div#kv img {
			width: auto;
			height: 100%;
			left: 55%;
    	}
	}
#recruit p {
	line-height: 160%;
}
div#lead {
	margin: 60px 0 40px;
}
div#lead > div {
	display: block;
	width: 700px;
	margin: 0 auto;
}
div#lead > div > h1 {
	font-size: 15px!important;
    margin: 0 0 30px;
}
div#lead > div > h1 > span {
	display: block;
	font-size: 38px;
	margin-top: 10px;
}
div#lead > div > h1 > span:before,
div#lead > div > h1 > span:after {
    content: "";
    display: inline-block;
    background-image: url(/common/top/pc/h2_layout.png);.tab_container input:checked + .tab_item:nth-of-type(1)
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 3px;
    background-size: contain;
    margin: 0 16px;
    vertical-align: 7px;
}
div#lead > div > p {
    text-align: left;
    line-height: 200%;
    margin-bottom: 20px;
}
section {
	display: block;
	width: 1000px;
	max-width: 1000px;
	margin: 30px auto;
}
a.link {border-bottom:#585757 1px dashed;}

	@media only screen and (max-width: 750px) {
		div#lead {
			width: 90%;
			margin: 60px auto 40px;
		}
		div#lead > div {
			width: 100%;
		}
		section {
			display: block;
			width: 100%;
			max-width: 100%;
			margin: 0px auto;
		}
	}


/* --- tab --- */
.tab_container {
	width: 1000px;
	max-width: 1000px;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
}
.tab_item {
	font-size: 18px;
	text-align: center;
	line-height: 100%;
	background-color: #eee;
	border: #a38145 solid 1px;
	padding: 16px 0;
	box-sizing: border-box;
	transition: all 0.2s ease;
    cursor: pointer;
}
.tab_item:nth-of-type(1) {
	width: 30%;
	display:flex;
	justify-content: center; /*横*/
	align-items: center; /*縦*/
	margin-right: 5%;
}
.tab_item:nth-of-type(2) {
	width: 30%;
	display:flex;
	justify-content: center; /*横*/
	align-items: center; /*縦*/
	margin-right: 5%;
}
.tab_item:nth-of-type(3) {
	width: 30%;
	display:flex;
	justify-content: center; /*横*/
	align-items: center; /*縦*/
}
.tab_item:hover {
}
input[name="tab_item"] {
	display: none;
}
.tab_content {
	display: none;
	clear: both;
	overflow: hidden;
	background: #fff;
	padding-top: 30px;
}
#tab_career:checked ~ #career,
#tab_part:checked ~ #part,
#tab_new:checked ~ #new {
	display: block;
}
.tab_container input:checked + .tab_item:nth-of-type(1) {
	background-clip: border-box;
}
.tab_container input:checked + .tab_item:nth-of-type(2) {
	background-clip: border-box;
}
.tab_container input:checked + .tab_item:nth-of-type(3) {
	background-clip: border-box;
}

.tab_content_description {
	line-height: 140%;
}
.tab_container input:checked + .tab_item {
  background-color: #fff;
  color: #53585a;
}
@media screen and (max-width: 750px) {

	.tab_container {
		width: 90%;
		max-width: 90%;
	}
	.tab_item {
		font-size: 4vw;
		line-height: 120%;
		padding: 12px 5px;
	}
}
/* --- tab --- */

/* --- アンカー --- */
ul.anchor {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: 50px auto 10px;
}
ul.anchor > li {
	flex: 1;
}
ul.anchor > li > a {
	color: #a38145;
	line-height: 140%;
}
ul.anchor > li > a:before {
	content: "";
	display: inline-block;
	background-image: url(../images/arrow.png);
	width: 12px;
	height: 12px;
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: -1px;
    padding-right: 5px;
}
	@media only screen and (max-width: 750px) {
		ul.anchor {
			display: flex;
			flex-wrap: wrap;
			width: 100%;
			margin: 30px auto 10px;
		}
		ul.anchor > li {
			width: 35%;
			flex: none;
			line-height: 200%;
			text-align: left;
		}
		ul.anchor > li:nth-of-type(2n) {
			width: 65%;
		}
		ul.anchor > li > a {
			color: #a38145;
			line-height: 140%;
		}
		ul.anchor > li > a:before {
			content: "";
			display: inline-block;
			background-image: url(../images/arrow.png);
			width: 12px;
			height: 12px;
			background-size: contain;
			background-repeat: no-repeat;
			vertical-align: -1px;
			padding-right: 5px;
		}
	}



/* --- 内容 --- */
section > h2 {
	font-size: 26px;
	text-align: center;
	margin: 0;
}
section > h3 {
	font-size: 22px;
	text-align: left;
	background-color: #eee;
	margin: 30px 0 0;
	padding: 5px 10px;
}
section > h4 {
	width: 980px;
	font-size: 20px;
	text-align: left;
	margin: 30px auto 20px;
}
div.box {
	display: flex;
	flex-wrap: wrap;
	width: 980px;
	margin: 0 auto;
}
div.box > div {
	line-height: 160%;
	border-top: #a38145 solid 1px;
	padding: 16px;
	box-sizing: border-box;
}
div.box > div:nth-child(odd) {
	width: 20%;
	text-align: left;
	background-color: #faf8f4;
}
div.box > div:nth-child(even) {
	width: 80%;
	text-align: left;
}
div.box > div:nth-last-child(-n+2) {
	border-bottom: #a38145 solid 1px;
}
div.box > div > ul > li {
	line-height: 160%;
	text-indent:-1em;
	padding-left:1em;
}
section.appli {
	margin: 80px 0 30px;
}
section.appli > h2 {
	font-size: 24px;
	text-align: center;
	margin: 0 0 30px;
}
.mt50 {
	margin-top: 50px;
}
a.btn {
	display: inline-block;
	font-size: 18px;
	color: #fff;
	background-color: #aa002b;
	border-radius: 5px;
	box-shadow: 3px 3px 3px #ccc;
	margin: 50px auto 80px;
	padding: 8px 20px;
}
	@media screen and (max-width: 750px) {
		section > h2 {
			font-size: 6vw	;
			text-align: center;
			margin: 0;
		}
		section > h3 {
			font-size: 22px;
			text-align: left;
			background-color: #eee;
			margin: 30px 0 0;
			padding: 5px 10px;
		}
		section > h4 {
			width: 100%;
			font-size: 4.5vw;
			text-align: left;
			margin: 30px auto 20px;
		}
		div.box {
			display: block;
			flex-wrap: nowrap;
			width: 100%;
			margin: 0 auto;
		}
		div.box > div {
			line-height: 160%;
			border-top: #a38145 solid 1px;
			padding: 16px;
			box-sizing: border-box;
		}
		div.box > div:nth-child(odd) {
			width: 100%;
			text-align: left;
			background-color: #faf8f4;
		}
		div.box > div:nth-child(even) {
			width: 100%;
			text-align: left;
		}
		div.box > div:nth-last-child(-n+2) {
			border-bottom: none;
		}
		div.box > div > ul > li {
			line-height: 160%;
			text-indent:-1em;
			padding-left:1em;
		}
		section.appli {
			margin: 80px 0 30px;
		}
		section.appli > h2 {
			font-size: 24px;
			text-align: center;
			margin: 0 0 30px;
		}
		.mt50 {
			margin-top: 50px;
		}
		a.btn {
			display: inline-block;
			font-size: 18px;
			color: #fff;
			background-color: #aa002b;
			border-radius: 5px;
			box-shadow: 3px 3px 3px #ccc;
			margin: 50px auto 80px;
			padding: 8px 20px;
		}
	}
/* --- 電話番号 --- */
@media only screen and (min-width: 750px){
	a.tel {
		pointer-events: none;
		color: #53585a;
		border:none;
	}
}
@media only screen and (max-width: 750px) {
	a.tel {
		color: #53585a;
		border:none;
	}
}
