@charset "UTF-8";

body {
-webkit-text-size-adjust: 100%;
}

._pc{
	display:none !important;
}

._sp{
	display:block !important;
}

.font-yumin{
	font-family: YuMincho,'Yu Mincho',"Sawarabi Mincho", "メイリオ", "Meirio", "MS PGothic", "Hiragino Kaku Gothic ProN", "Osaka", "sans-serif";
}

a:hover {
  opacity: 1;
}


.header-open{
    overflow: hidden;
}

#contents{
	margin: 0px;
	padding: 61px 0px 0px;
	width: 100%;
}

#contents .contents-body{
	margin: 0px;
	padding: 30px 0px 0px;
	width: 100%;
}

#contents img{ width:100%; }

/* bread crumb nav */

#bread-crumb-nav{
	display:none;
}


/* header */

#recruit-header{
	margin: 0px;
	padding: 0px;
	height: 61px;
	width: 100%;
}

.header-open #recruit-header{
	overflow: hidden;
	height: 100%;
	background: #FFF;
}

#recruit-header .recruit-header-in{
	margin: 0px;
	padding: 0px;
	width: 100%;
	position: relative;
	height:60px;
}

.header-open #recruit-header .recruit-header-in{
	background: #f7f3f0;
}

#recruit-header .recruit-header-in h1,
#recruit-header .recruit-header-in p.page-title{
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 75px;
	top: 0px;
}

.header-open #recruit-header .recruit-header-in h1,
.header-open #recruit-header .recruit-header-in p.page-title{
	left: 20px;
}

#recruit-header .recruit-header-in h1 a,
#recruit-header .recruit-header-in p.page-title a{
	margin: 0px;
	padding: 12px 0px 0px;
	font-size: 1.5rem;
	line-height: 2rem;
	height: 60px;
	box-sizing:border-box;
	opacity:1;
}

#recruit-header .recruit-header-in .sp-nav{
	position: relative;
    display: block;
    width: 60px;
    height: 60px;
}

.header-open #recruit-header .recruit-header-in .sp-nav{
	position: absolute;
	top: 0px;
	right: 0px;	
}

#recruit-header .recruit-header-in .sp-nav a{
	background: #f7f3f0;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 60px;
	width: 60px;
}

#recruit-header .recruit-header-in .sp-nav a:hover{
	opacity:1;
}

#recruit-header .recruit-header-in .sp-nav a span {
    position: absolute;
    display: block;
    width: 30px;
    height: 2px;
    top: 30px;
    left: 15px;
    background-color: #493528;
    -webkit-transition: all .3s;
    transition: all .3s;
}

#recruit-header .recruit-header-in .sp-nav a span::after,
#recruit-header .recruit-header-in .sp-nav a span::before {
    position: absolute;
    display: block;
    content: "";
    width: 30px;
    height: 2px;
    left: 0;
    background-color: #493528;
    -webkit-transition: all .3s;
    transition: all .3s;
}

#recruit-header .recruit-header-in .sp-nav a span::before {
    top: -10px;
}

#recruit-header .recruit-header-in .sp-nav a span::after {
    top: 10px;
}

.header-open #recruit-header .recruit-header-in .sp-nav a span {
    background-color: transparent;
}

.header-open #recruit-header .recruit-header-in .sp-nav a span::before {
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.header-open #recruit-header .recruit-header-in .sp-nav a span::after {
    top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}



#recruit-header .recruit-header-in .nav{
	margin: 0px;
	padding: 0px;
}

#recruit-header .recruit-header-in .nav ul{
	margin: 0px;
	padding: 0px;
	font-size:0;
	
}

#recruit-header .recruit-header-in .nav .navigation {
    position: absolute;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    top: 61px;
    background-color: #fff;
	display: none;
}

#recruit-header .recruit-header-in .nav ul li{
	margin: 0px;
	padding: 0px;
	display: block;
}

#recruit-header .recruit-header-in .nav ul li a{
	margin: 0px;
	padding: 23px;
	color: #493528;
	display: block;
	font-size: 1.3rem;
	line-height: 1.3rem;
	font-weight: 600;
	height: auto;
	box-sizing:border-box;
	background-color: #FFF;
	border-bottom: 1px solid #d6cfc4;
	position:relative;
}

#recruit-header .recruit-header-in .nav ul li a svg{
	display: inline-block;
	font-size: 1rem;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
    -webkit- transform: translateY(-50%);
}

#recruit-header .recruit-header-in p.entry{
	margin: 0px;
	padding: 0px;
	position: absolute;
	right: 0px;
	top: 0px;
}

#recruit-header .recruit-header-in p.entry a{
	margin: 0px;
	padding: 23px 10px 0px;
	font-size: 1.4rem;
	line-height: 1.4rem;
	font-weight: 400;
	height: 60px;
	box-sizing: border-box;
}

#recruit-header .recruit-header-in p.entry a span {
    padding-right: 10px;
    font-size: 1.4rem;
	line-height: 1.4rem;
}

#recruit-header .recruit-header-in p.entry a span svg {
    font-size: 1.2rem;
}

.header-open #recruit-header .recruit-header-in p.entry{
	display:none;
}


/* footer */

#recruit-footer{
	margin: 50px 0 0px;
	padding: 0px;
	width: 100%;
}

#recruit-footer h2{
	font-size: 2rem;
	line-height: 2rem;
}

#recruit-footer h2:before {
	margin-right: 10px;
}

#recruit-footer h2:after {
	margin-left: 10px;
}

#recruit-footer .footer-nav{
	margin: 0px;
	padding: 20px 0px 0px;
}

#recruit-footer .footer-nav ul{
	margin: 0px;
	padding: 0px;
	display: block;
}

#recruit-footer .footer-nav ul li{
	display: block;
	margin: 15px auto 0;
	padding: 0px;
	width: 250px;
}

#recruit-footer .footer-nav ul li a,
#recruit-footer .footer-nav ul li span.link-du{
	font-size: 1.4rem;
	line-height: 1.4rem;
	display: block;
	margin: 0px;
	padding: 18px 0px;
	border: 2px solid #c2bab4;
	height:auto;
}

#recruit-footer .footer-nav ul li span.link-du{
	padding: 14px 0px;
	background:none;
}

#recruit-footer .goto-home{
	margin: 0px;
	padding: 40px 0px 0px;
	text-align:center;
}


#recruit-footer .goto-home a{
	font-size: 1.4rem;
	line-height: 1.4rem;
	display: inline-block;
	margin: 0px;
	padding: 18px 0px;
	border-radius: 25px;
	width: 220px;
	border: 1px solid #c2bab4;
}

#recruit-footer .goto-home a span svg {
    font-size: .9rem;
}

#recruit-footer .goto-official{
	margin: 0px;
	padding: 30px 0px 0px;
	text-align:center;
}


#recruit-footer .goto-official a{
	font-size: 1.4rem;
	line-height: 1.4rem;
	margin: 0px;
	padding: 18px 0px 0px;
	text-align: center;
	background: url(../../images/common/btn_official.png) no-repeat;
	background-size:100% 100%;
	width: 250px;
	height: 50px;
	font-weight:400;
	box-sizing:border-box;
}

#recruit-footer .goto-official a span{
	display: block;
	margin: 0px;
	padding: 0px;
	background: url(../../images/common/footer_barrow2.png) no-repeat right 20px center;
}

#recruit-footer .copyright{
	margin: 40px 0px 0px;
	padding: 15px 0px;
	text-align: center;
	font-size: 1.2rem;
	line-height: 1.2rem;
	color: #777069;
	background: #f7f3f0;
}