@charset "utf-8";
/* CSS Document -----------------------------

 2021.05.11

--------------------------------------------*/

/* ----------------------------------------------

 * タグの設定

---------------------------------------------- */
a {
	display: block;
	outline:none;
	color: #2A1509;
	cursor: pointer;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
    transition: all .3s ease;
}
input[type="submit"],
input[type="button"],
button {
	font-family: font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	font-weight: 400;
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	box-sizing: border-box;
	cursor: pointer;
	outline: none;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
	display: none;
}
input[type="button"],
input[type="text"],
input[type="submit"],
input[type="image"],
textarea {
	font-family: font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	-webkit-appearance: none;
	border-radius: 0;
}
select {
	font-family: font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
select::-ms-expand{
	font-family: font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	display: none;
}
/*------------------------------------------------*/
html {
	margin: 0;
	padding: 0;
	background: #F6EFEA;
	color: #2A1509;
	font-style: normal;
	font-weight: 400;
	font-size: 62.5%;
	line-height: 2;
	font-family: font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	-webkit-font-smoodting: antialiased;
	-moz-osx-font-smoodting: grayscale;
	word-break: break-all;
	scroll-padding-top: var(--header-height, 10rem);
}
body {font-size: 1.4em;line-height: 2;}
h2,h3,h4,h5 {line-height: 1.8;}
p {font-size: 1.4rem;line-height: 2;}
ul,li,th,td,dt,dd {line-height: 2;}
.AdobeGaramond {font-family: adobe-garamond-pro, serif;font-weight: 400;font-style: normal;}
.NotoSerif {font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;}
.inner {max-width: 114rem;margin: 0 auto;padding: 0 2rem;}
.blank {padding-top: 10rem;}
.flexbox {display: flex;flex-wrap: wrap;justify-content: space-between;}
.title {
	position: relative;
	z-index: 1;
	margin-bottom: 6rem;
	color: #40210F;
	font-style: normal;
	font-weight: 400;
	font-size: 2rem;
	font-family: adobe-garamond-pro, serif;
	letter-spacing: .1em;
	text-align: center;
}
.title::after,
.title::before {
	content: '';
	position: absolute;
	left: 50%;
	transform: translate(-50%,50%);
	z-index: -1;
	width: 0;
	height: 1px;
	background: #40210F;
	transition: all .8s;
}
.title::after {bottom: 60%;}
.title::before {bottom: 45%;}
.title.isActive::after,
.title.isActive::before {width: 100%;}
.title span {position: relative;padding: 0 2rem;background: #F6EFEA;}
.pc {display: block;}
.sp {display: none;}
@media only screen and ( max-width : 767px ) {
	body {font-size: 1.4em;line-height: 1.8;}
	p {font-size: 1.4rem;line-height: 1.8;}
	ul,li,th,td,dt,dd {line-height: 1.8;}
	.blank {padding-top: 7rem;}
	.title {margin-bottom: 3rem;}
	.title span {padding: 0 1rem;}
	.pc {display: none;}
	.sp {display: block;}
}
@media only screen and ( max-width : 480px ) {
}
/*------------------------------------------------

    animation

------------------------------------------------*/
.underline {display: inline-block;position: relative;text-decoration: none;}
.underline::after {	
	content: '';
	position: absolute;
	left: 50%;
	bottom: -10px;
	transform: translate(-50%,50%);
	transition: all .3s ease 0s;
	width: 0;
	height: 2px;
	background: #fff;
}
.underline:hover {cursor: pointer;}
.underline:hover::after {width: 100%;}
/*------------------------------------------------

    header

------------------------------------------------*/
header {
	position: fixed;
	top: 0;
	z-index: 9;
	width: 100%;
	padding: .6rem 2rem;
	background: #F6EFEA;
}
header .header_box {
	display: flex;
	align-items: center;
	max-width: 181rem;
	margin: 0 auto;
}
header .logo {position: absolute;top: 0;left: 0;}
header .logo img {width: 120px;}
header nav {width: 100%;}
header nav ul {display: flex;align-items: center;justify-content: flex-end;}
header nav li {margin-right: 3%;}
header nav li a {
	padding: 2rem 0;
	color: #40210F;
	font-size: 1.4rem;
	text-align: center;
}
header nav li:last-child {width: 100%;max-width: 22rem;margin-right: 0;}
header nav li:last-child a {
	position: relative;
	z-index: 1;
	border: 1px solid #40210F;
	background: #40210F;
	color: #fff;
	font-size: 1.8rem;
	letter-spacing: .2em;
	text-align: center;
}
header nav li:last-child a:hover {color: #40210F;}
header nav li:last-child a::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	outline: 1px solid #fff;
	outline-offset: -8px;
	transition: .3s;
}
header nav li:last-child a:hover::after {outline-color: #40210F;}
header nav li:last-child a::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -5;
	transform-origin: right top;
	transform: scale(0, 1);
	background: #fff;
	transition: transform .3s;
}
header nav li:last-child a:hover::before {transform-origin: left top;transform: scale(1, 1);}
#slide-line {
	position: absolute;
	bottom: 0;
	height: 2px;
	background-color: #40210F;
	transition: all 0.3s ease;
}
@media only screen and ( max-width : 767px ) {
	#js-black-bg {
		position: fixed;
		left: 0;
		top: 0;
		z-index: 6;
		transition: .3s all;
		opacity: 0;
		visibility: hidden;
		width: 0;
		height: 100vh;
		background: #000;
		cursor: pointer;
	}
	#js-black-bg.clicked {opacity: .5;visibility: visible;width: 100%;}
	header {height: 7rem;}
	header .logo img {width: 70px;}
	header nav {
		position: fixed;
		top: 7rem;
		right: -100%;
		width: 80%;
		z-index: 9;
		background: #fff;
		transition: .3s all;
	}
	header nav.clicked {right: 0%;box-shadow: -2px 2px 3px rgba(0,0,0,.2);}
	header nav ul {display: block;height: auto;padding: 2rem;}
	header nav li {display: block;margin: 0;border-bottom: 1px dashed #40210F;}
	header nav li:last-child {max-width: 100%;margin-top: 2rem;border-bottom: none;}
	header nav li a {display: block;padding: 2rem 0;}
	header nav li a:hover {color: #ccc;}
	#slide-line {display: none;}
	#sp-menu {
		position: fixed;
		top: 10px;
		right: 10px;
		width: 50px;
		z-index: 10;
		padding: 15px 12px;
		background: #40210F;
		border: 2px solid #40210F;
		cursor: pointer;
	}
	#sp-menu a {position: relative;height: 15px;}
	#sp-menu span {
		position: absolute;
		display: inline-block;
		left: 0;
		width: 100%;
		height: 3px;
		background: #fff;
		transition: all .4s;
	}
	#sp-menu span:nth-child(1) {top: -3px;}
	#sp-menu span:nth-child(2) {top: 6px;}
	#sp-menu span:nth-child(3) {bottom: -3px;}
	#sp-menu span:nth-child(2)::after {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 3px;
		background: #fff;
		transition: all .4s;
	}
	#sp-menu.clicked span:nth-child(2) {transform: rotate(-45deg);}
	#sp-menu.clicked span:nth-child(2)::after {transform: rotate(90deg);}
	#sp-menu.clicked span:nth-child(1) {transform: translateY(20px) scale(0);}
	#sp-menu.clicked span:nth-child(3) {transform: translateY(-20px) scale(0);}
}
/*-------------------------------------------------

    SEARCH

--------------------------------------------------*/
#search .content {background: #40210F;padding: 6rem 0;}
#search ul.flexbox {margin-bottom: 2rem;}
#search ul.flexbox li {width: 32.5%;}
#search ul.flexbox li div {position: relative;}
#search ul.flexbox li div::before {
	content: "";
	position: absolute;
	right: 20px;
	bottom: 50%;
	transform: translate(0,50%) rotate(-45deg);
	width: 10px;
	height: 10px;
	border-left: 3px solid #fff;
	border-bottom: 3px solid #fff;
}
#search ul.flexbox li select,
#search ul.flexbox li input {
	width: 100%;
	margin: 0;
	padding: 2.5rem 3rem;
	border: 1px solid #fff;
	background: rgba(255,255,255,.1);
	color: #fff;
	vertical-align: middle;
	cursor: pointer;
}
#search ul.flexbox li select option {background: #40210F;}
#search ul.flexbox li input::placeholder {color: #fff;}
#search button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 30px 0;
	border: 1px solid #40210F;
	outline: 1px solid #40210F;
	outline-offset: -10px;
	background: #fff;
	color: #40210F;
	font-size: 1.6rem;
	letter-spacing: .1em;
	transition: .3s;
}
#search button:hover {background: #F6EFEA;}
#search button span:nth-of-type(1) {position: relative;padding-right: 12rem;}
#search button span:nth-of-type(1)::after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 50%;
	transform: translate(0,50%);
	width: 100px;
	height: 1px;
	background: #40210F;
}
#search button span:nth-of-type(2) {margin-left: 2rem;}
#search button span img {width: 18px;margin-right: 1rem;}
@media only screen and ( max-width: 767px) {
	#search .content {padding: 2rem 0;}
	#search ul.flexbox li {width: 100%;margin-bottom: 1rem;}
	#search ul.flexbox li select,
	#search ul.flexbox li input {padding: 2rem;}
	#search button {display: block;}
	#search button span {display: block;text-align: center;}
	#search button span:nth-of-type(1) {margin-bottom: 1.5rem;padding: 0 0 1.5rem;}
	#search button span:nth-of-type(1)::after {
		display: block;
		right: inherit;
		left: 50%;
		bottom: 0;
		transform: translate(-50%,0);
	}
	#search button span:nth-of-type(2) {margin-left: 0;}
}
@media only screen and ( max-width: 480px) {
}
/*-------------------------------------------------

	RECRUITMENT COMMONS

--------------------------------------------------*/
#archive h3.nomber {
	margin-bottom: 1.5rem;
	color: #40210F;
	font-size: 1.6rem;
	letter-spacing: .1em;
}
#archive h3.nomber span {font-weight: 700;font-size: 2rem;}
#archive h3.nomber span span {font-size: 1.3em;}
#archive .content_box {margin-bottom: 6.5rem;border: 2px solid #40210F;}
#archive .ttlbox {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1rem 5rem;
	background: #40210F;
	color: #fff;
	font-weight: 500;
	font-size: 1.8rem;
}
#archive .ttlbox p {
	padding: .5rem 2rem;
	border: 1px solid #fff;
	font-weight: 500;
	font-size: 1.4rem;
}
#archive .content {padding: 2rem 5rem;background: #fff;}
#archive .flexbox {margin-bottom: 2rem;}
#archive .flexbox .lbox {width: 47%;}
#archive .flexbox .lbox figure {margin-bottom: 1rem;}
#archive .flexbox .lbox ul {display: flex;flex-wrap: wrap;}
#archive .flexbox .lbox ul li {
	margin: 0 1rem 1rem 0;
	padding: .5rem 1rem;
	background: #C4B29C;
	color: #fff;
	font-size: 1.6rem;
}
#archive .flexbox table {width: 52%;}
#archive .flexbox tr {
	display: block;
	padding: 1rem;
	border: 1px solid #ccc;
	border-bottom: none;
}
#archive .flexbox tr:last-child {border-bottom: 1px solid #ccc;}
#archive .flexbox th {
	width: 100px;
	padding: 1rem 0;
	border-bottom: 1px solid #ccc;
	background: #C4B29C;
	color: #fff;
	font-weight: 500;
	text-align: center;
	vertical-align: middle;
}
#archive .flexbox td {padding: 0 2rem;vertical-align: middle;}
.btnbox {display: flex;flex-wrap: wrap;}
.btnbox a {
	width: 50%;
	padding: 3rem 0;
	border: 2px solid #40210F;
	outline: 1px solid #40210F;
	outline-offset: -10px;
	font-weight: 500;
	font-size: 1.6rem;
	letter-spacing: .1em;
	text-align: center;
}
.btnbox a.appli {outline-color: #fff;background: #40210F;color: #fff;}
a.next_btn {
	max-width: 30rem;
	margin: 0 auto;
	padding: 3rem 0;
	border: 2px solid #40210F;
	outline: 1px solid #fff;
	outline-offset: -10px;
	background: #40210F;
	color: #fff;
	font-weight: 500;
	font-size: 1.6rem;
	letter-spacing: .1em;
	text-align: center;
}
a.next_btn:hover {outline-color: #40210F;background: #fff;color: #40210F;}
@media only screen and ( max-width: 767px) {
	#archive h3 {font-size: 1.4rem;}
	#archive h3 span {font-size: 1.8rem;}
	#archive .ttlbox {padding: 1rem 2rem;font-size: 1.6rem;}
	#archive .content {padding: 2rem;}
	#archive .flexbox .lbox {width: 100%;}
	#archive .flexbox table {width: 100%;}
	#archive .flexbox th {display: block;width: 100%;}
	#archive .flexbox td {display: block;width: 100%;padding: 1rem;}
	.btnbox a {width: 100%;margin-bottom: 1rem;}
	.btnbox a.appli {margin-bottom: 0;}
}
@media only screen and ( max-width: 480px) {
}
/*------------------------------------------------

    PAGER

------------------------------------------------*/
.wp-pagenavi {
	text-align: center;
	display: flex;
	justify-content: center;
	margin-top: 3rem;
}
.wp-pagenavi a,
.wp-pagenavi span {
	background: #fff;
	text-align: center;
	color: #40210F;
	border-color: #40210F!important;
	padding: 1rem 1.3rem!important;
}
.wp-pagenavi span.current {background: #40210F;color: #fff;line-height: 1;}
.wp-pagenavi a:hover {background: #40210F;color: #fff;line-height: 1;}
/*------------------------------------------------

    footer

------------------------------------------------*/
footer {
	margin-top: 10rem;
	padding: 2.5rem 0 2.8rem;
	border-top: 2rem solid #40210F;
	background: #40210F;
}
footer figure {margin-bottom: 6rem;text-align: center;}
footer figure img {width: 111px;}
footer .copy {color: #fff;font-size: 1.2rem;text-align: center;}
@media only screen and (max-width: 767px) {
	footer {margin-top: 5rem;}
	footer .copy {font-size: 1.2rem;}
}
@media only screen and (max-width: 480px) {
}
/*-----------------------------------------------

	404 Not Found

------------------------------------------------*/
#notfound {padding-top: 20rem;}
#notfound h2 {margin-bottom: 5rem;text-align: center;}
#notfound h2 span {display: block;font-size: 2.5em;text-align: center;}
#notfound p {margin-bottom: 4rem;text-align: center;}
#notfound a {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 30rem;
	margin: 0 auto;
	padding: 1.5rem;
	background: #40210F;
	color: #fff;
	font-size: 1.6rem;
	text-align: center;
}
#notfound a:hover {color: #40210F;}
#notfound a::after{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transform-origin: right top;
	transform: scale(0, 1);
	transition: transform .3s;
	z-index: -5;
	background: #fff;
	color: #40210F;
}
#notfound a:hover::after {transform-origin: left top;transform: scale(1, 1);}
#notfound a span {display: block;position: relative;text-align: center;}
@media only screen and ( max-width : 896px ) {
	#notfound {padding-top: 13rem;}
}
/*-----------------------------------------------

　   back top

------------------------------------------------*/
.wrapper {position: relative;}
p.page_top {
	position: fixed;
	right: 1rem;
	bottom: 1rem;
	z-index: 5;
}
p.page_top a {
	position: relative;
	width: 40px;
	height: 40px;
	border: 2px solid #40210F;
	border-radius: 5px;
	background: #fff;
	vertical-align: middle;
}
p.page_top a::before {
	content: "";
	position: absolute;
    left: 50%;
	bottom: 50%;
	transform: translate(-50%,50%);
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 15px solid #40210F;
}