
/* Footer */
/* ============================================ */

footer .group-sec {
    border-bottom: 0;
}
footer .group-sec--facility .inner .list .slide .caption .ja {
    text-align:center;
}
footer .nav-sec {
    border-top: 1px solid #efefef;
}
footer .group-sec--facility .inner .midashi {
    font-size: 1.5rem;
    font-weight: 700;
	margin-bottom: 35px;
}

@media screen and (max-width: 1000px){
	footer .group-sec--facility .inner .list .slide {
		margin-bottom: 17px;
		width: calc(100% / 3 - 4px);
	}
}

/* Company */
/* ============================================ */

.p-company .profile-sec .block .table .profile-sec__office{
	display:block;
}
.p-company .profile-sec .block .table .profile-sec__office dt {
    max-width: none;
    width: auto;
}
.p-company .profile-sec .block .table .profile-sec__office dd {
    max-width: none;
    width: auto;
}
.p-company .profile-sec .block .table .profile-sec__office dd ul{
	margin-bottom:0;
}

.profile-sec__office dd{
	position:relative;
	display:flex; flex-wrap: wrap;
	justify-content: space-between;
}
.profile-sec__office__map{
	width:100%;
	margin-bottom:40px;
}
.profile-sec__office__map img{
	width:571px;
}
.profile-sec__office__lst{
	width:calc(50% - 70px);
}
.profile-sec__office__lst:nth-of-type(2){
	position: absolute;
    right: 0;
    top: 627px;
}
.profile-sec__office__lst__ttl{
	color:#EF7D20;
	border-bottom:1px solid #E0BFAB;
	padding-bottom:10px;
	margin-bottom:15px !important;
}
.profile-sec__office__lst__ttl:before{
	content:"■";
	padding-right:5px;
}
.profile-sec__office__lst__txt li{
	padding-left:0 !important;
	text-indent:0 !important;
	font-family: 游ゴシック体, "Yu Gothic", YuGothic, "Noto Sans JP", Helvetica, Arial, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing:.1em;
}
.profile-sec__office__lst__txt__ttl{
	color:#EF7D20;
}
.profile-sec__office__lst__txt__ttl:before{
	content:"○";
	padding-right:5px;
}
.profile-sec__office__lst__txt__cat{
	margin-top:2em;
	color:#EF7D20;
}
.profile-sec__office__lst__txt__cat:nth-of-type(1){
	margin-top:0;
}

@media screen and (max-width: 1000px){

	.profile-sec__office__map{
		width:100%;
	}
	.profile-sec__office dd{
		display:block;
	}
	.profile-sec__office__map img{
		width:100%;
	}
	.profile-sec__office__lst{
		width:100%;
	}
	.profile-sec__office__lst:nth-of-type(2){
		position:relative;
		top:0;
	}

}

/* Recruit */
/* ============================================ */

.p-recruit .works-sec .inner {
    padding-left: calc(50vw - 550px);
}

.works-sec__info{
	margin: 60px auto 0;
}
.works-sec__info .title{
	margin-bottom: 40px;
}
.works-sec__info__table{
    width: 100%;
	max-width: 1100px;
	margin-bottom:30px;
}
.works-sec__info__txt{
	font-weight: 700;
    line-height: 2;
    margin-bottom: 20px;
}

@media screen and (max-width: 1000px){

	.p-recruit .works-sec .inner {
		padding: 0 30px;
	}

}





/* Recruit - Interview Archives*/
/* ============================================ */
body#interview.archives main{
	padding-bottom: 120px;
}
body#interview.archives main .mv-sec{
	margin-bottom: 0;
}
body#interview.archives main .entries {
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 2;
}
@media screen and (min-width: 1001px){
	body#interview.archives main .entries {
		width: 95%;
		margin-top: -100px;
		display:flex;
		display: -webkit-flex;
		-webkit-flex-wrap:wrap;
		flex-wrap:wrap;
	}
}
@media screen and (max-width: 1000px){
	body#interview.archives main .entries {
		width: 80%;
		margin-top: -80px;
	}
}
@media screen and (min-width: 1001px){
	body#interview.archives main .entry{
		width: 30%;
		margin-bottom: 50px;
	}
	body#interview.archives main .entry:not(:nth-of-type(3n)){
		margin-right: 5%;
	}
}
@media screen and (max-width: 1000px){
	body#interview.archives main .entries .entry + .entry{
		margin-top: 45px;
	}
}
body#interview.archives main figure a{
	display: block;
	position: relative;
}
body#interview.archives main figure a .deco{
	position: absolute;
	right: 15px;bottom: 15px;
}
body#interview.archives main h2{
	font-size: 16px;
	font-weight: bold;
}
@media screen and (min-width: 1001px){
	body#interview.archives main h2{
		margin-top: 30px;
	}
}
@media screen and (max-width: 1000px){
	body#interview.archives main h2{
		margin-top: 25px;
	}
}
body#interview.archives main .ctlist {
	margin-top: 20px;
}
body#interview.archives main .ctlist li{
	width: 15em;
	height: 30px;
	border: 1px solid  #EB7227;
	border-radius: 15px;
	text-align: center;
	line-height: 30px;
	color: #DD8945;
}
body#interview.archives main .ctlist li + li{
	margin-top: 10px;
}



/* Recruit - Interview Single*/
/* ============================================ */
@media screen and (min-width: 1001px){
	body#interview.single main{
		padding-bottom: 120px;
	}
}
@media screen and (max-width: 1000px){
	body#interview.single main{
		padding-bottom: 100px;
	}
}
body#interview.single #pageheader {
	background: #F4F2F0;
}
@media screen and (min-width: 1001px){
	body#interview.single #pageheader {
		padding: 70px 0;
		display:flex;
		display: -webkit-flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-align-items: center;
		align-items: center;
	}
	body#interview.single #pageheader figure{
		width: 60%;
		padding-right: 3%;
	}
	body#interview.single #pageheader .details{
		-webkit-order:-1;
		order:-1;
		width: 40%;
	}
	body#interview.single #pageheader .details > *{
		padding-left: 20%;
	}
}
@media screen and (max-width: 1000px){
	body#interview.single #pageheader .details{
		padding: 30px 5% 50px;
	}
}
body#interview.single #pageheader h1{
	border-bottom: 1px solid  #E0BFAB;
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
}
@media screen and (min-width: 1001px){
	body#interview.single #pageheader h1{
		padding-bottom: 30px;
	}
}
@media screen and (max-width: 1000px){
	body#interview.single #pageheader h1{
		padding-bottom: 20px;
	}
}
@media screen and (min-width: 1001px){
	body#interview.single #pageheader .ctlist {
		margin-top: 30px;
	}
}
@media screen and (max-width: 1000px){
	body#interview.single #pageheader .ctlist {
		margin-top: 20px;
	}
}
body#interview.single #pageheader .ctlist li{
	width: 15em;
	height: 30px;
	border: 1px solid  #EB7227;
	border-radius: 15px;
	text-align: center;
	line-height: 30px;
	color: #DD8945;
}
body#interview.single #pageheader .ctlist li + li{
	margin-top: 10px;
}
body#interview.single #pageheader .profile {
	margin-top: 25px;
	font-size: 14px;
	font-weight: bold;
	line-height: 2.2;
}


/*------------------------
	Sections
------------------------*/
body#interview.single .sections{
	max-width: 1240px;
}
@media screen and (min-width: 1001px){
	body#interview.single .sections{
		margin: 85px auto 0;
	}
}
@media screen and (max-width: 1000px){
	body#interview.single .sections{
		padding: 50px 5% 0;
	}
}
@media screen and (min-width: 1001px){
	body#interview.single .chapter{
		display:flex;
		display: -webkit-flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	body#interview.single .chapter + .chapter{
		margin-top: 70px;
	}
	body#interview.single .chapter figure{
		width: 48%;
	}
	body#interview.single .chapter .details{
		width: 51%;
		padding-top: 20px;
	}
	body#interview.single .sections .chapter:nth-of-type(odd) .details{
		padding-right: 5%;
		padding-left: 7%;
	}
	body#interview.single .sections .chapter:nth-of-type(even) .details{
		-webkit-order:-1;
		order:-1;
		padding-right: 7%;
		padding-left: 5%;
	}
}
@media screen and (max-width: 1000px){
	body#interview.single .chapter + .chapter{
		margin-top: 40px;
	}
	body#interview.single .chapter .details{
		padding-top: 30px;
	}
}
body#interview.single .chapter h2{
	font-size: 16px;
	font-weight: bold;
	color: #EF7D20;
}
@media screen and (min-width: 1001px){
	body#interview.single .chapter .note{
		margin-top: 30px;
	}
}
@media screen and (max-width: 1000px){
	body#interview.single .chapter .note{
		margin-top: 20px;
	}
}
body#interview.single .chapter .note p{
	line-height: 2.2;
	letter-spacing: .02em;
}
@media screen and (min-width: 1001px){
	body#interview.single .chapter .note + h2{
		margin-top: 40px;
	}
}
@media screen and (max-width: 1000px){
	body#interview.single .chapter .note + h2{
		margin-top: 30px;
	}
}
body#interview.single .btn {
	margin-top: 80px;
}
body#interview.single .btn a {
	-webkit-justify-content: center;
	justify-content: center;
}


/*------------------------
	その他
------------------------*/

.wp-pagenavi a, .wp-pagenavi span {
	border: 0px !important;
}