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

　Common Style

**********************/
body {
	line-height: 1.6;
	font-size: 13px;
}
img {
	width: 100%;
}
header {
	height:4.6rem;
	position:relative;
/*	position:fixed;*/
	z-index:20;
	top:0;
	left:0;
	right:0;
	z-index:10;
	background: rgba(255, 255, 255, 1);
}
@media screen and (min-width:480px) {
header h1 {
	width: 22%;
	padding: 0.8rem 1rem;
}
}
@media screen and (max-width:480px) {
header h1 {
	width: 28%;
	padding: 1.25rem 1rem;
/*	opacity: 0;*/
}
/*
header {
	opacity: .5;
}
*/
}
header h1 img {
	vertical-align:middle;
	display:inline-block;
}
.page-top {
	position:relative;
	display:block;
	height:2.2rem;
	background:#000;
	text-align:center;
}
.page-top:after {
	position:absolute;
	top:10%;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	content:"";
	width: 8px;
	height: 8px;
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.page-top img {
	display:none;
}
header #humbgr {
	display: block;
	width: 66px;
	height: 54px;
	border: none;
	background-color: rgba(255, 255, 255, .7);
	align-items: center;
	outline: none;
	cursor: pointer;
	display: block;
/*	position: absolute;*/
	position: fixed;
	top: 12px;
	right: 0;
	text-align: center;
	border-radius: 10px 0 0 10px;
}
header #humbgr .bars {
	width: 25px;
	height: 19px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	display: inline-block;
	transition: all .4s;
	margin-top: 13px;
}
header #humbgr .bars span {
	background-color: #E50112;
	height: 3px;
	width: 25px;
	position: absolute;
	left: 0;
	transition: all .4s;
}
header #humbgr .bars span:nth-of-type(1) {
	top: 0;
}
header #humbgr .bars span:nth-of-type(2) {
	top: 8px;
}
header #humbgr .bars span:nth-of-type(3) {
	bottom: 0px;
}
header #humbgr.active span:nth-of-type(1) {
	-webkit-transform: translateY(8px) rotate(-45deg);
	transform: translateY(8px) rotate(-45deg);
}
header #humbgr.active span:nth-of-type(2) {
	left: 50%;
	opacity: 0;
	-webkit-animation: active-menu-bar02 .8s forwards;
	animation: active-menu-bar02 .8s forwards;
}
header #humbgr.active span:nth-of-type(3) {
	-webkit-transform: translateY(-8px) rotate(45deg);
	transform: translateY(-8px) rotate(45deg);
}
header .gnav {
	display:none;
	border-top:1px solid #C4965A;
}
/*-- ハンバーガー修正 --*/
nav.gnav ul {
	position: fixed;
	top: 69px;
	left: 0;
	width: 100%;
}
header .gnav ul li:first-child {
	border-top:1px solid #C4965A;
}
/*-------*/
header .gnav ul li.parent {
	border-bottom:1px solid #C4965A;
	background-color: rgba(255, 255, 255, .96);
}
header .gnav ul li a {
	position:relative;
	display:block;
	padding:0.6rem 0 0.6rem 1rem;
}
header .gnav ul li a.plain-link:after {
	display:block;
	content:"";
	position:absolute;
	right:0.8rem;
	top:40%;
	width: 6px;
	height: 6px;
	border-top: 3px solid #E50112;
	border-right: 3px solid #E50112;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
header .gnav ul li span.roman {
	font-weight: 100;
	font-size:1.2rem;
	letter-spacing:0.06em;
}
header .gnav ul li span.japanese {
	color:#C4965A;
}
header .gnav ul li .sub-nav {
	display:none;
	background-color: rgba(0, 0, 0, .5);
}
header .gnav ul li .sub-nav ol li {
	position:relative;
	border-bottom:1px dotted #FFF;
}
header .gnav ul li .sub-nav ol li::after {
	display:block;
	content:"";
	position:absolute;
	right:0.6rem;
	top:33%;
	width: 6px;
	height: 6px;
	border-top: 3px solid #FFF;
	border-right: 3px solid #FFF;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
header .gnav ul li .sub-nav ol li a {
	padding:0.6rem 0 0.6rem 1rem;
	font-size:1rem;
	color:#FFF;
	letter-spacing:0.06em;
}
header .gnav ul li .accordion-icon {
	position:absolute;
	right:0;
	top:1.5rem;
	width: 30px;
	height: 30px;
}
header .gnav ul li .accordion-icon span {
	position: absolute;
	left: 6px;
	width: 50%;
	height: 2px;
	background-color: #E50112;
	border-radius: 4px;
}
header .gnav ul li .accordion-icon span:nth-of-type(1) {
	top: 5px;
	transform: rotate(0deg);
}
header .gnav ul li .accordion-icon span:nth-of-type(2) {
	top: 5px;
	transform: rotate(90deg);
}
header .gnav ul li .accordion-icon.active span:nth-of-type(1) {
	display:none;
}
header .gnav ul li .accordion-icon.active span:nth-of-type(2) {
	top: 5px;
	transform: rotate(180deg);
}
footer {
	background:#323031;
	color:#FFF;
}
footer .f-nav-area {
	margin:0 0 1.4rem;
	border-bottom:1px solid #CCC;
}
footer .f-nav-area dl {
	margin:0;
}
footer .f-nav-area dt {
	position:relative;
	padding:0.8em 0 0.8em 1.4em;
	background:rgba(43,43,43,1);
	border-top:1px solid #CCC;
	font-weight:500;
}
footer .f-nav-area dt .accordion-icon {
	position:absolute;
	right:0;
	top:0.8rem;
	width: 30px;
	height: 30px;
}
footer .f-nav-area dt .accordion-icon span {
	position: absolute;
	left: 6px;
	width: 50%;
	height: 2px;
	background-color: #FFF;
	border-radius: 4px;
}
footer .f-nav-area dt .accordion-icon span:nth-of-type(1) {
	top: 5px;
	transform: rotate(0deg);
}
footer .f-nav-area dt .accordion-icon span:nth-of-type(2) {
	top: 5px;
	transform: rotate(90deg);
}
footer .f-nav-area dt .accordion-icon.active span:nth-of-type(1) {
	display:none;
}
footer .f-nav-area dt .accordion-icon.active span:nth-of-type(2) {
	top: 5px;
	transform: rotate(180deg);
}
footer .f-nav-area dd {
	display:none;
	position:relative;
}
footer .f-nav-area dd:after{
	display:block;
	content:"";
	position:absolute;
	right:0.8rem;
	top:33%;
	width: 6px;
	height: 6px;
	border-top: 3px solid #FFF;
	border-right: 3px solid #FFF;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
footer .f-nav-area dt a,
footer .f-nav-area dd a {
	display:block;
	padding:0.8em 0 0.8em 1.4em;
	background:rgba(43,43,43,1);
	border-top:1px solid #CCC;
	letter-spacing:0.06em;
	font-size:0.92em;
	color:#FFF;
}
footer .copyright-area p {
	padding:0 0 0 0;
	text-align:center;
}
footer .copyright-area p a {
	color:#646464;
}
footer .copyright-area address {
	padding:1.5rem 0;
	color:#646464;
	text-align:center;
}
.f-sns-area {
	margin-bottom: 50px;
}
.f-sns-area, .f-sns-area ul {
	display: flex;
	justify-content: center;
}
.f-sns-area ul li {
	margin: 10px;
}
.f-sns-area ul li a {
	display: block;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	border: 3px solid #fff;
	color: #fff;
}
.f-sns-area ul li a:hover {
	opacity: .5;
}
.sns-btn-fb a::before {
	content: "\f09a";
	position: relative;
	top: 5%;
	left: 30%;
	font-family: FontAwesome;
	font-size: 50px;
	color: #fff;
}
.sns-btn-youtube a::before {
	content: "\f167";
	position: relative;
	top: 0;
	left: 23%;
	font-family: FontAwesome;
	font-size: 50px;
	color: #fff;
}
.sns-btn-tw a::before {
	content: "\f099";
	position: relative;
	top: 0;
	left: 23%;
	font-family: FontAwesome;
	font-size: 50px;
	color: #fff;
}
.sns-btn-insta a::before {
	content: "\f16d";
	position: relative;
	top: 0;
	left: 23%;
	font-family: FontAwesome;
	font-size: 50px;
	color: #fff;
}
@media all and (max-width: 460px) {
	.f-sns-area ul li a {
		width: 50px;
		height: 50px;
	}
	.sns-btn-fb a::before {
		top: 5%;
		left: 30%;
		font-size: 30px;
	}
	.sns-btn-youtube a::before {
		top: 0;
		left: 25%;
		font-size: 30px;
	}
	.sns-btn-tw a::before {
		top: 5%;
		left: 23%;
		font-size: 30px;
	}
	.sns-btn-insta a::before {
		top: 2%;
		left: 23%;
		font-size: 30px;
	}
}

.mobile-only {
	display:block;
}
.pc-only {
	display:none;
}
.h2-title-01 {
	text-align:center;
	margin:0 0 2.2rem;
}
.h2-title-01 h2 {
	font-size:2.2em;
	font-weight:500;
	line-height:2em;
	color:#C4965B;
}
.h2-title-01 p {
	letter-spacing:0.08em;
}
.content {
	margin:0 auto;
}
.btn-01 {
	display:block;
	width:170px;
	height:36px;
	padding:18px 0 0 30px;
	background:#000 url(/content/recruitment/images/common/btn-01-bg.png) no-repeat;
	background-position: right 0px;
	color:#FFF;
	font-size:14px;
	font-weight:300;
	letter-spacing:0.08em;
}
.btn-01-pink {
	display:block;
	width:170px;
	height:36px;
	padding:18px 0 0 30px;
	background:#F37C80 url(/content/recruitment/images/common/btn-01-bg.png) no-repeat;
	background-position: right 0px;
	color:#FFF;
	font-size:14px;
	font-weight:300;
	letter-spacing:0.08em;
}
.btn-02 {
	display:block;
	width:210px;
	padding:20px;
	border:2px solid #FFF;
	font-size:18px;
	font-weight:500;
	letter-spacing:0.06em;
	text-align:center;
	color:#FFF;
}
.btn-02:after {
	font-family:"FontAwesome";
	content:"\f0da";
	margin-left:0.6em;
}
/*********************

　Index Style

**********************/
.video-container {
	display:none;
}
.slide-container {
	padding: 62.5% 0 0;
	position: relative;
}
.slide-item {
	z-index:2;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}
.slide-in-logo {
	position:absolute;
	z-index:3;
	top:50%;
	left:0;
	right:0;
	bottom:0;
	width:50%;
	margin:auto auto;
}
/**** COMPANY ****/
.index-company {
	margin:3rem 0.6rem 0;
	padding:0 0 3rem;
}
.index-company-box a {
	display:block;
	position:relative;
	margin:0 0 3rem;
	height: 0;
/*  padding-top: 66.66%;*/
  padding-top: 45%;
}
.index-company-box a .btn-01 {
	display:none;
	position:absolute;
	top:0;
	right:0;
}
.index-company-box a p {
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0.8rem 0 0rem;
	background-color: rgba(255, 255, 255, .8);
	text-align: center;
	font-size: 0.8rem;
	letter-spacing: 0.06em;
}
.index-company-box a.index-company-massage {
	background:url(/content/recruitment/images/index/index-company-massage.jpg);
	background-repeat:no-repeat;
	background-position: top center;
	background-size:cover;
}
.index-company-box a.index-company-about {
	background:url(/content/recruitment/images/index/index-company-about.jpg);
	background-repeat:no-repeat;
	background-position: top center;
	background-size:cover;
}
.index-company-box a.index-company-marking {
	background:url(/content/recruitment/images/index/index-company-marking.jpg);
	background-repeat:no-repeat;
	background-position: top center;
	background-size:cover;
}
.index-company-box a.index-company-innumbers {
	background:url(/content/recruitment/images/index/index-company-innumbers.jpg);
	background-repeat:no-repeat;
	background-position: top center;
	background-size:cover;
}
/**** PERSON & WORK ****/
#index-personwork {
	padding:3rem 0 6rem;
}
.index-personwork {
	background: #F8F5F0;
	position: relative;
	padding: 3rem 0.6rem 4rem;
	margin: 0 auto 0;
}
.index-personwork .h2-title-01 {
	position: absolute;
    top: -48px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
}
.index-personwork-box {
	display:block;
	position:relative;
	height:0;
	padding-top:38%;
	margin:0 auto;
	background:url(/content/recruitment/images/index/index-personwork.jpg) no-repeat;
	background-size:contain;
}
.index-personwork-box a {
	position:absolute;
	top:0;
	bottom:0;
	left: 0;
	right:0;
	margin:auto;
	display:block;
	background:rgba(158,112,53,.6);
}
.index-personwork-box a .btn-02 {
	position:absolute;
	height:20px;
	top:0;
	bottom:0;
	left: 0;
	right:0;
	margin:auto;
}
/**** RECRUIT ****/
#index-recruit {
	padding:3rem 0 4rem;
}
.index-recruit {
	background:#F2F0F1 url(/content/recruitment/images/index/index-recruit-bg.png) repeat-x;
	background-position: center center;
	position:relative;
	padding:5rem 0.6rem 6rem;
	margin:0 auto 0;
}
.index-recruit .h2-title-01 {
	position: absolute;
    top: -48px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
}
.index-recruit-box a {
	display:block;
	margin:0 2rem 1.4rem;
	padding:0 0 1rem;
	background: rgba(255,255,255,1);
	transition: .3s ease-in-out;
	zoom: 90%;
}
.index-recruit-box a p {
	padding:4.2rem 0 0;
	margin:0 auto 0rem;
	text-align:center;
	zoom: 90%;
}
.index-recruit-box a:first-child p {
	background:url(/content/recruitment/images/common/icon-faq.jpg) no-repeat;
	background-position: center 12px;
}
.index-recruit-box a:nth-child(2) p {
	background:url(/content/recruitment/images/common/icon-training.jpg) no-repeat;
	background-position: center 12px;
}
.index-recruit-box a:nth-child(3) p {
	background:url(/content/recruitment/images/common/icon-guideline.jpg) no-repeat;
	background-position: center 12px;
}
.index-recruit-box a p span {
	font-size:24px;
	font-weight:500;
	letter-spacing:0.1em;
	line-height:1.2;
}
.index-recruit-box a .btn-01 {
	margin:auto;
	display: none;
}
/**** SPECIAL ****/
#index-special {
	padding:3rem 0 6rem;
}
.index-special {
	background:#F8F5F0;
	position:relative;
	padding:5rem 0.6rem 4rem;
	margin:0 auto 0;
}
.index-special .h2-title-01 {
	position: absolute;
    top: -48px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
}
.index-special-box,
.index-special-box a,
.index-special-box a img {
	width:100%;
	height:auto;
}
.index-special-box a .btn-01 {
	position:static;
/*	right:0;*/
/*	bottom:0;*/
	margin-top: -5px;
	margin-left: auto;
}
/*
.index-special-box {
	display:block;
	position:relative;
	height:0;
	padding-top:67.2%;
	margin:0 auto;
	background:url(/content/recruitment/images/index/index-special.png) no-repeat;
	background-size:contain;
}
*/
/*
.index-special-box a {
	position:absolute;
	top:0;
	bottom:0;
	left: 0;
	right:0;
	margin:auto;
	display:block;
}
*/
/*
.index-special-box a dt,
.index-special-box a dd {
	text-align:center;
	color:#FFF;
}
.index-special-box a dt {
	padding:1.2rem 0 0 0;
	letter-spacing:0.1em;
	font-size:1.2em;
}
.index-special-box a dd {
	padding:1.2rem 0 0 0;
	letter-spacing:0.1em;
	line-height:1.4;
	font-family:"游明朝","YuMincho","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",Meiryo,"Times New Roman",serif;
	font-size:1.4em;
}
*/
/*
.index-special-box a .btn-01 {
	position:absolute;
	right:0;
	bottom:-2.3rem;
}
*/
/**** SNS ****/
.index-sns-area {
	width: 95%;
	margin: 0 auto 50px;
}
.index-sns-area .movie-wrap {
	margin-bottom: 50px;
}
.index-sns-area .movie-wrap .youtube-movie {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
}
.index-sns-area .movie-wrap .youtube-movie iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.fb-page {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.fb_iframe_widget iframe {
  width: 100% !important;
}

/**** INTERVIEW ****/
#index-interview {
}
.index-interview {
	position:relative;
	padding:0rem 0.6rem 8rem;
	margin:0 auto;
}
.index-interview .index-interview-button {
	position:absolute;
	right:0;
}
.index-interview .index-interview-box ul {
	display:flex;
	flex-direction:row;
	flex-wrap: wrap;
	justify-content:left;
}
.index-interview .index-interview-box ul li {
	width:calc(100% / 3);
}
.index-interview .index-interview-box ul li a {
	display:block;
}
.index-interview .index-interview-box ul li a img {
	vertical-align:bottom;
}
/**** MOVIE ****/
#index-movie-area {
	padding: 0 0.6rem 8em;
}
.index-youtube-iframe {
	position:relative;
	width:100%;
	height:0;
	padding-top:56.25%;
	overflow:hidden;
}
.index-youtube-iframe iframe {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
}
/*********************

　Inner Style

**********************/
.page {
	padding:4.7rem 0 4rem 0;
}
.page a {
	color:#001db2;
}
/*******************
　01.TOP MESSAGE
*******************/
.top-massage-area {
	padding:1rem 0 3rem;
}
.top-massage-area .top-massage-catch {
	background:#EEE;
}
.top-massage-area .top-massage-catch dl {
	margin:0 auto;
	background:url(/content/recruitment/images/top-message/president.png) no-repeat;
	background-position:right bottom;
	font-family:"YuGothic","Yu Gothic","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.top-massage-area .top-massage-catch dl dt {
	padding:1.25rem 0.6rem 0;
	font-weight:100;
	font-feature-settings: "palt";
	letter-spacing:0.06em;
	line-height:1.4;
	color:#000;
}
@media screen and (min-width:501px) {
	.top-massage-area .top-massage-catch dl {
		background-size:200px auto;
	}
	.top-massage-area .top-massage-catch dl dt {
		font-size:1.4em;
	}
}
@media screen and (max-width:500px) {
	.top-massage-area .top-massage-catch dl {
		background-size:40% auto;
	}
	.top-massage-area .top-massage-catch dl dt {
		font-size:1.2em;
	}
}
.top-massage-area .top-massage-catch dl dd {
	padding:0.8rem 0.6rem 1rem;
	font-size:1em;
	line-height:1.8;
}
.top-massage-area .top-massage-content {
	margin:0 auto;
	padding:1rem 0 0;
}
.top-massage-area .top-massage-content p {
	padding:0.8rem 0.6rem;
	font-size:1em;
	line-height:1.8;
}
/*******************
　02.COMPANY
*******************/
.company-container {
	max-width: 1000px;
	margin: 0 15px 100px;
}
.company-h3-top {
	margin-bottom: 55px;
	font-size: 32px;
	font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
	font-weight: bold;
	text-align: center;
	letter-spacing: .4em;
	line-height: 1.3;
}
.company-h3-top span {
	color: #e60012;
	font-size: 38px;
}
.company-p-01 {
	margin-bottom: 30px;
	font-size: 16px;
	text-align: center;
	line-height: 2;
}
.company-p-02 {
	margin-bottom: 70px;
	font-size: 16px;
	text-align: center;
	line-height: 2;
}
.company-table {
	margin-bottom: 80px;
	width: 100%;
	font-size: 14px;
}
.company-table tr {
	border-top: 1px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf;
}
.company-table th {
	box-sizing: border-box;
	width: auto;
	padding: 20px 10px 0 15px;
	text-align: left;
	background: #eee;
	letter-spacing: .1em;
	white-space: nowrap;
}
.company-table td {
	padding: 20px 0 20px 25px;
	line-height: 2;
	letter-spacing: .1em;
}
.company-access-map {
	margin-left: 15px;
}
.company-officer-list dd {
	margin: -2em 0 0 8em;
}
.company-p-03 {
	width: auto;
	margin: 0 auto 115px;
}
.company-p-03 img {
	width: 100%;
	height: auto;
}
.company-h4-01 {
	margin-bottom: 25px;
	color: #e50012;
	font-size: 18px;
}
.company-h4-01::before {
	content: "\0030fc";
	margin-right: 10px;
}
.company-p-04 {
	margin: 0 0 40px 25px;
	font-size: 16px;
	line-height: 2;
}
.company-p-05 {
	margin: 0 0 80px 25px;
	font-size: 16px;
	line-height: 2;
}
.company-history-wrap {
	margin-bottom: 100px;
}
.company-p-06 {
	width: auto;
	margin: 0 auto 40px;
}
.company-p-06 img {
	width: 100%;
	height: auto;
}
.company-div-01 {
	margin-bottom: 70px;
	display: block;
	justify-content: space-around;
}
.company-div-01 > div {
	width: 90%;
	margin: 40px auto 0;
}
.company-h4-02 {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 2px solid #e50012;
	font-size: 28px;
	letter-spacing: .1em;
	text-align: center;
	line-height: 1.3;
	white-space: normal;
}
.company-p-07 {
	font-size: 14px;
	line-height: 2;
}
.company-h4-03 {
	margin-bottom: 45px;
	padding-top: 20px;
	font-size: 32px;
	color: #c4965b;
	letter-spacing: .1em;
	text-align: center;
	line-height: 1.3;
}
.company-p-08 {
	margin-bottom: 40px;
	font-size: 16px;
	letter-spacing: .1em;
	text-align: center;
	line-height: 2;
}
.company-p-09 {
	margin-bottom: 60px;
	font-size: 16px;
	letter-spacing: .1em;
	text-align: center;
	line-height: 2;
}
.company-div-02 {
	margin-bottom: 70px;
	display: block;
	flex-wrap: wrap;
	justify-content: space-between;
}
.company-div-02 > div {
	margin: 0 auto 40px;
	width: 90%;
	border: 2px solid #c4965b;
}
.company-div-02 > div > h4 {
	margin: 4px 4px 25px;
	padding: 20px 10px;
	font-size: 24px;
	background: #efe1cf;
	text-align: center;
	letter-spacing: .1em;
}
.company-div-02 > div > h4 span {
	margin: 0 10px;
	font-size: 18px;
}
.company-div-02 > div > p {
	margin: 0 35px 40px;
	font-size: 15px;
	line-height: 2;
}
.company-p-10 {
	margin-bottom: 30px;
	text-align: center;
}
.company-p-10 img {
	width: auto;
}
.company-p-10 img + img {
	margin-left: 50px;
}
.company-p-11 {
	font-size: 14px !important;
}
@media all and (max-width: 480px) {
	.company-container {
		margin: 0 15px 30px;
	}
	.company-h3-top {
		margin-bottom: 25px;
		letter-spacing: .1em;
	}
	.company-p-01 {
		margin-bottom: 10px;
		padding: 0 15px;
		text-align: left;
	}
	.company-p-02 {
		margin-bottom: 50px;
		padding: 0 15px;
		text-align: left;
	}
	.company-table th, .company-table td {
		display: block;
	}
	.company-table th {
		margin-top: 10px;
		padding: 10px 20px 10px 20px;
		border-top: 1px solid #bfbfbf;
		letter-spacing: .1em;
	}
	.company-table td {
		padding: 15px 10px 15px 20px;
		line-height: 2;
	}
	.company-table tr {
		border: none;
	}
	.company-h4-01 {
		margin-bottom: 15px;
	}	
	.company-history-wrap {
		margin-bottom: 30px;
	}
	.company-h4-03 {
		margin-bottom: 30px;
	}
	.company-p-08,
	.company-p-09 {
		margin-bottom: 30px;
		text-align: left;
	}
	.company-div-02 > div {
		margin: 0 auto 20px;
		width: 100%;
	}
	.company-div-02 > div > p {
		margin: 0 15px 20px;
	}
	.company-p-10 img + img {
		margin-left: 5px;
	}
}
/*******************
　03.BUSINESS
*******************/
.mobile-br {
	display: none;
}
.business-container {
	max-width: 1000px;
	margin: 0 30px 100px;
}
.business-top-wrap {
	margin-bottom: 60px;
	padding: 50px 30px 10px;
	background: url(/content/recruitment/images/business/business-top-bgimg.jpg) no-repeat;
	background-size: cover;
	color: #fff;
	text-align: center;
}
.business-top-wrap h3 {
	font-size: 30px;
	margin-bottom: 50px;
}
.business-top-wrap p {
	margin-bottom: 40px;
	line-height: 2;
}
.business-h3, .company-h3, .training-h3 {
	margin-bottom: 40px;
	padding: 15px 0;
	border-top: 4px solid #efe1cf;
	border-bottom: 4px solid #efe1cf;
	font-size: 20px;
	letter-spacing: .1em;
}
.business-h3::before, .company-h3::before, .training-h3::before {
	content: "\0025A0";
	position: relative;
	top: -2px;
	margin-right: 15px;
	color: #e50012;
	font-size: .7em;
}
.marking-role-01 {
	margin-bottom: 70px;
	background: #e50012;
	color: #fff;
	font-size: 20px;
	text-align: center;
	line-height: 50px;
	letter-spacing: .1em;
}
.marking-role-ul {
	position: relative;
	display: flex;
	justify-content: space-between;
	margin-bottom: 105px;
}
.marking-role-ul::after {
	content: "";
	position: absolute;
	bottom: -165px;
	right: 0;
	left: 0;
	width: 0;
	height: 0;
	margin: auto;
	border: 90px solid transparent;
	border-top-color: #e9cfaf;
	border-top-width: 45px;
}
.marking-role-ul li {
	position: relative;
	width: 300px;
	padding: 35px 15px 30px;
	border-radius: 5px;
	box-sizing: border-box;
	color: #fff;
}
.marking-role-ul li::before {
	content: url(/content/recruitment/images/business/business-role-arrow.png);
	position: absolute;
	top: -55px;
	left: 45%;
}
.marking-role-ul li:nth-child(1) {
	background: #88abda;
}
.marking-role-ul li:nth-child(2) {
	margin: 0 10px;
	background: #aa89bd;
}
.marking-role-ul li:nth-child(3) {
	background: #80c269;
}
.marking-role-ul li h4 {
	margin-bottom: 25px;
	font-size: 24px;
	text-align: center;
	letter-spacing: .5em;
}
.marking-role-ul li p {
	font-size: 15px;
	line-height: 2;
}
.marking-role-div {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.marking-role-div p {
	margin-bottom: 10px;
	line-height: 0;
}
.marking-role-02 {
	margin-bottom: 10px;
	padding: 10px 15px;
	background: #d0ab7c;
	color: #fff;
	font-size: 28px;
	text-align: center;
	line-height: 1.35;
	letter-spacing: .1em;
	text-shadow: 0 3px 2px #c4965b,
	3px 0 2px #c4965b,
	0 -3px 2px #c4965b,
	-3px 0 2px #c4965b,
	-3px -3px 2px #c4965b,
	3px -3px 2px #c4965b,
	-3px 3px 2px #c4965b,
	3px 3px 2px #c4965b;
}
.marking-role-03 {
	margin: 40px 0 80px;
	text-align: center;
	line-height: 2;
}
.marking-extend-img {
	width: 100%;
	margin: 0 auto 75px;
}
.marking-extend-img img, .marking-demand-fig img {
	width: 100%;
	height: 100%;
}
.marking-p-01 {
	margin-bottom: 35px;
	line-height: 2;
}
.marking-p-02 {
	margin-bottom: 60px;
	line-height: 2;
}
.marking-p-03 {
	margin-bottom: 40px;
	padding: 30px 20px;
	background: #f7e7e8;
	font-size: 18px;
	line-height: 2;
	text-align: center;
}
.marking-p-03 span {
	color: #e50012;
}
.marking-demand-wrap {
	display: none;
}
.marking-demand-h4 {
	margin-bottom: 40px;
	font-size: 24px;
	text-align: center;
	line-height: 1.3;
}
.marking-demand-fig {
	margin-bottom: 60px;
	text-align: center;
}
.marking-demand-fig img {
	margin-bottom: 25px;
}
.marking-demand-fig figcaption {
	margin-bottom: 25px;
	font-size: 14px;
	line-height: 1.85;
}
@media all and (max-width: 480px) {
	.mobile-br {
		display: block;
	}
	.pc-br {
		display: none;
	}
	.business-container {
		margin: 0 15px 50px;
	}
	.business-top-wrap h3 {
		margin-bottom: 20px;
	}
	.business-top-wrap p {
		margin-bottom: 20px;
		text-align: left;
	}
	.business-h3, .company-h3 {
		margin-bottom: 20px;
	}
	.marking-role-01 {
		position: relative;
	}
	.marking-role-01::after {
		content: "";
		position: absolute;
		bottom: -150px;
		right: 0;
		left: 0;
		width: 0;
		height: 0;
		margin: auto;
		border: 90px solid transparent;
		border-top-color: #e9cfaf;
		border-top-width: 45px;
	}
	.marking-role-ul li::before {
		content: "";
	}
	.marking-role-ul {
		display: block;
	}
	.marking-role-ul li:nth-child(2) {
		margin: 0 0 10px;
	}
	.marking-role-ul li {
		width: auto;
		margin-bottom: 10px;
		padding: 15px;
	}
	.marking-role-ul li h4 {
		margin-bottom: 10px;
	}
	.marking-role-div {
		justify-content: space-around;
	}
	.marking-role-02 {
		font-size: 20px;
	}
	.marking-role-03 {
		margin: 20px 0 80px;
	}
	.marking-p-02 {
		margin-bottom: 40px;
	}
	.marking-demand-h4 {
		margin-bottom: 20px;
	}
	.marking-p-03 {
		margin-bottom: 50px;
		padding: 20px 20px;
		line-height: 1.7;
		text-align: left;
	}
}
/*******************
　04.NUMBERS
*******************/
.numbers-container {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 0 100px;
}
.numbers-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.numbers-wrap li {
	margin: 0 5px 5px;
}
.numbers-caption {
	text-align: center;
}
@media all and (max-width: 590px) {
	.numbers-container {
		padding: 0 0 20px;
	}
	.numbers-wrap li img {
		width: 100%;
		height: auto;
	}
	li.n-s-size {
		flex-basis: 46%;
	}
}
/*******************
　05.RELATIONSHIP
*******************/
.relationship-pict-wrap {
	padding: 80px 0 60px;
	background: #f8f4ef;
	text-align: center;
}
.relationship-pict-wrap img {
	width: 99%;
	height: auto;
}
.department-introduction {
	padding: 100px 0 60px;
}
.relationship-pict-wrap > h3,
.department-introduction > h3 {
	margin-bottom: 60px;
	color: #C4965B;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: center;
}
.di-inner > div {
	width: 480px;
	height: 250px;
	margin: 0 auto 40px;
	border: 2px solid #c4965b;
}
.di-inner h4 {
	margin: 8px 8px 30px 8px;
	padding: 25px 0 25px 85px;
	background: #efe1cf;
	font-size: 22px;
	letter-spacing: 0.1em;
}
.di-inner p {
	padding: 0 40px;
	font-size: 14px;
	line-height: 1.85;
}
.di-01 h4 {
	background: #efe1cf url(/content/recruitment/images/relationship/relationship-h4-sales.png) no-repeat 25px bottom;
}
.di-02 h4 {
	background: #efe1cf url(/content/recruitment/images/relationship/relationship-h4-technology.png) no-repeat 25px bottom;
}
.di-03 h4 {
	background: #efe1cf url(/content/recruitment/images/relationship/relationship-h4-business.png) no-repeat 25px bottom;
}
.di-04 h4 {
	background: #efe1cf url(/content/recruitment/images/relationship/relationship-h4-headoffice.png) no-repeat 25px bottom;
}
@media all and (max-width: 480px) {
	.relationship-pict-wrap {
		padding: 50px 0 40px;
	}
	.relationship-pict-wrap > h3,
	.department-introduction > h3 {
		margin-bottom: 40px;
	}
	.h2-title-01 h2.relationship-h2 {
		margin-bottom: 15px;
		line-height: 1.1;
	}
	.department-introduction {
		padding: 60px 0 0;
	}
	.di-inner > div {
		width: 95%;
		height: 250px;
		margin: 0 auto 20px;
		border: 2px solid #c4965b;
	}
	.di-inner h4 {
		margin: 8px 8px 15px 8px;
		padding: 15px 0 15px 85px;
	}
	.di-inner p {
		padding: 0 30px;
	}
}
/***********************
　06-01.INTERVIEW LIST
***********************/
.interview-area {
	padding:10px 0 10px;
}
.interview-area .interview-box {
	position:relative;
	margin:0 0.6rem 2.2rem;
	background:#EDEEE9;
	font-family:"YuGothic","Yu Gothic","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.interview-area .interview-box .interview-box-text {
}
.interview-area .interview-box .num {
	display:inline;
	padding:0 0 0 0;
	margin:0 0 0 0;
	font-size:2em;
	font-weight:100;
	color:#C4965B;
}
.interview-area .interview-box dl {
	padding:0 0.8rem 1rem 0;
}
.interview-area .interview-box dl dt {
	padding:0 0 1.2rem 0;
	color: #000;
	font-size:1.4em;
	font-weight:100;
	font-feature-settings: "palt";
	letter-spacing:0.06em;
	line-height:1.8;
	text-decoration:underline;
	text-decoration-color: #C4965B;
}
.interview-area .interview-box dl dd {
	padding:0 0 0 0.8rem;
	margin:0 -10px 0 -10px;
	border-left:30px solid #C4965B;
	color: #000;
	font-size:1em;
	font-weight:500;
	line-height:1.4em;
}
.interview-area .interview-box dl dd span {
	color:#C4965B;
}
.interview-01,
.interview-02,
.interview-03,
.interview-04,
.interview-05,
.interview-06 {
	display:block;
	padding-top:94%;
}
.interview-01 {
	background:url(/content/recruitment/images/interview/001-s.png) no-repeat;
	background-size:92% auto;
	background-position:center top;
}
.interview-02 {
	background:url(/content/recruitment/images/interview/002-s.png) no-repeat;
	background-size:92% auto;
	background-position:center top;
}
.interview-03 {
	background:url(/content/recruitment/images/interview/003-s.png) no-repeat;
	background-size:92% auto;
	background-position:center top;
}
.interview-04 {
	background:url(/content/recruitment/images/interview/004-s.png) no-repeat;
	background-size:92% auto;
	background-position:center top;
}
.interview-05 {
	background:url(/content/recruitment/images/interview/005-s.png) no-repeat;
	background-size:92% auto;
	background-position:center top;
}
.interview-06 {
	background:url(/content/recruitment/images/interview/006-s.png) no-repeat;
	background-size:92% auto;
	background-position:center top;
}
/*************************
　06-02.INTERVIEW DETAIL
*************************/
/* ---Youtube--- */
.interview-movie {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
	padding: 20px 0;
	background: #c4965b;
}
.interview-movie .movie-wrap {
	width: 100%;
	height: auto;
}
.interview-movie .movie-wrap .youtube-movie {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
}
.interview-movie .movie-wrap .youtube-movie iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
/* ---Comments-- */
.interview-content,
.other-interview {
	font-family:"YuGothic","Yu Gothic","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.interview-article-wrap {
	align-items: stretch;
}
.flex-reverse {
	flex-direction: row-reverse;
}
.interview-article {
	background: #fff;
}
.interview-photo {
	width: 350px;
	height: 350px;
	margin: 0 auto;
	color: transparent;
}
.interview01-p1 {
	margin-bottom: 20px;
	background: url(/content/recruitment/images/interview/001/interview-01.jpg) no-repeat center center;
	background-size: cover;
}
.interview01-p2 {
	background: url(/content/recruitment/images/interview/001/interview-02.jpg) no-repeat center center;
	background-size: cover;
}
.interview02-p1 {
	margin-bottom: 20px;
	background: url(/content/recruitment/images/interview/002/interview-01.jpg) no-repeat center center;
	background-size: cover;
}
.interview02-p2 {
	background: url(/content/recruitment/images/interview/002/interview-02.jpg) no-repeat center center;
	background-size: cover;
}
.interview03-p1 {
	margin-bottom: 20px;
	background: url(/content/recruitment/images/interview/003/interview-01.jpg) no-repeat center center;
	background-size: cover;
}
.interview03-p2 {
	background: url(/content/recruitment/images/interview/003/interview-02.jpg) no-repeat center center;
	background-size: cover;
}
.interview04-p1 {
	margin-bottom: 20px;
	background: url(/content/recruitment/images/interview/004/interview-01.jpg) no-repeat center center;
	background-size: cover;
}
.interview04-p2 {
	background: url(/content/recruitment/images/interview/004/interview-02.jpg) no-repeat center center;
	background-size: cover;
}
.interview05-p1 {
	margin-bottom: 20px;
	background: url(/content/recruitment/images/interview/005/interview-01.jpg) no-repeat center center;
	background-size: cover;
}
.interview05-p2 {
	background: url(/content/recruitment/images/interview/005/interview-02.jpg) no-repeat center center;
	background-size: cover;
}
.interview06-p1 {
	margin-bottom: 20px;
	background: url(/content/recruitment/images/interview/006/interview-01.jpg) no-repeat center center;
	background-size: cover;
}
.interview06-p2 {
	background: url(/content/recruitment/images/interview/006/interview-02.jpg) no-repeat center center;
	background-size: cover;
}
.interview-article-white {
	background: #c4965b;
	color: #fff;
}
.interview-article {
	padding: 20px;
}
.interview-article-white {
	margin-bottom: 10px;
	padding: 30px;
}
.interview-article h3,
.interview-article-white h3 {
	margin-bottom: 20px;
	color: #c4965b;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.5;
}
.interview-article p, .interview-article-white p {
	font-size: 15px;
	font-weight: 500;
	line-height: 1.75;
}
.interview-article-white h3 {
	color: #fff;
}
.iaw-mb {
	margin-bottom: 50px;
}
/* ---Schedule--- */
.interview-schedule {
	padding: 60px 10px;
	background: #fff;
}
.interview-schedule h3, .other-interview h3 {
	margin-bottom: 40px;
	font-size: 24px;
	text-align: center;
}
.interview-schedule h4 {
	margin-bottom: 40px;
	padding: 10px 0;
	background: #c4965b;
	color: #fff;
	font-size: 20px;
	text-align: center;
}
.interview-schedule .interview-part2 h4 {
	background: #ec7356;
}

.interview-schedule-inner {
	display: block;
	justify-content: space-between;
	align-items: flex-start;
}
.interview-schedule-inner > div {
	width: 97%;
	margin: 0 auto;
}
.interview-schedule-box {
	max-width: 520px;
	padding-bottom: 60px;
	border-left: 1px solid #ede2d0;
}
.interview-part2 .interview-schedule-box {
	border-left-color: #f8d7c4;
}
.interview-schedule-box > h5 {
	font-size: 24px;
	color: #c4965b;
	font-weight: normal;
	position: relative;
	padding-left: 20px;
	top: -20px;
	line-height: 1.3;
	text-indent: -5rem;
	margin-left: 5rem;
}
.interview-part2 .interview-schedule-box > h5 {
	color: #ec7356;
}
.interview-schedule-box > h5 span {
	color: #000;
}
.interview-schedule-box > h5::before {
	content: "";
	width: 16px;
	height: 16px;
	background-color: #c4965b;
	border-radius: 20px;
	position: absolute;
/*	left: -8px;*/
	left: -89px;
	top: 50%;
	margin-top: -8px;
}
.interview-schedule-box > h5.ist-2l::before {
	top: 15%;
}
.interview-schedule-box > h5.ist-3l::before {
	top: 13%;
}

.interview-part2 .interview-schedule-box > h5::before {
	background-color: #ec7356;
}
.interview-box-inner {
	padding-left: 40px;
}
.interview-img {
	margin: 0;
	padding: 0;
	line-height: 1.8;
}
.interview-img img {
	width: 100%;
	height: auto;
}
.interview-txt {
	margin-top: 10px;
	font-size: 16px;
	line-height: 1.6;
}
.interview-schedule-inner > div {
	position: relative;
}
.interview-schedule-box:last-child::after {
    content: "";
    width: 16px;
    height: 16px;
    background-color: #c4965b;
    border-radius: 20px;
    position: absolute;
    left: -8px;
    bottom: 0;
    margin-top: -8px;
}
.interview-part2 .interview-schedule-box:last-child::after {
    background-color: #ec7356;
}
.interview-part1 {
    margin-bottom: 80px !important;
}

/*
.tt-inside {
	justify-content: space-between;
	margin-bottom: 40px;
}
*/
/*
.time-table dt {
	position: relative;
	width: 80px;
	border: solid 2px #c4965b;
	color: #c4965b;
	font-size: 22px;
	line-height: 80px;
	text-align: center;
}
.time-table dt::after {
	content: '';
	position: absolute;
	bottom: -45px;
	right: 25px;
	width: 0;
	height: 0;
	border: 15px solid transparent;
	border-top-color: #ede2d0;
}
dt.last-event::after {
	border: none;
}
.tt-outside dt {
	border-color: #ec7356;
	color: #ec7356;
}
.tt-outside dt::after {
	border-top-color: #f8d7c4;
}
.time-table dd {
	margin: -80px 0 65px 100px;
	padding-top: 5px;
}
.schedule-event {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
}
.time-table dd p {
	line-height: 1.25;
}
.time-table dd.se-1l {
	margin-bottom: 90px;
}
*/
/*
@media all and (max-width: 495px) {
	.time-table dd.se-t2l {
		margin-bottom: 45px;
	}
}
.time-table dd.sp-2l {
	margin-bottom: 50px;
}
.time-table dd.sp-3l {
	margin-bottom: 30px;
}
.time-table dd.sp-4l {
	margin-bottom: 20px;
}
.time-table dd.sp-5l {
	margin-bottom: 0;
}
*/
/*
@media all and (min-width: 490px) and (max-width: 768px) {
	.time-table dd.sp-2l {
		margin-bottom: 60px;
	}	
	.time-table dd.ta-2l {
		margin-bottom: 50px;
	}
}
@media all and (max-width: 490px) {
	.time-table dd.mo-5l {
		margin-bottom: 5px;
	}
}
@media all and (max-width: 380px) {
	.time-table dd.mo-2l {
		margin-bottom: 50px;
	}
}
*/
/* ---Other--- */
.other-interview {
	padding: 50px 0;
}
.return-btn {
	text-align: center;
}
.return-btn a {
	display: inline-block;
	padding: 0 75px;
	background: #c4965b;
	color: #fff;
	line-height: 55px;
}
.return-btn a:before {
	content: url(/content/recruitment/images/interview/btn-arrow.png);
	margin-right: 20px;
}
.return-btn a:hover {
	opacity: .7;
}
/* ---Slider--- */
@media all and (max-width:600px) {
	.slider-wrap {
		width: 310px;
		margin: 0 auto 10px;
		overflow-x: hidden;
	}
}
.slider > li {
	margin-right: 20px;
}
.page .slider-wrap a {
	color: #000 !important;
}
.in-wrap {
	display: block;
	position: relative;
	height: 450px;
}
.in-num {
	position: absolute;
	left: 2px;
	z-index: 10;
	width: 50px;
	background: #c4965b;
	color: #fff;
	font-size: 24px;
	text-align: center;
	line-height: 50px;
}
.in-photo {
	position: absolute;
	left: 1px;
	top: 20px;
	z-index: -1;
	width: 310px;
	height: 280px;
}
.in-data {
	position: absolute;
	top: 250px;
	left: 55px;
	width: 200px;
	padding: 15px 0;
	background: #fff;
	text-align: center;
	line-height: 1.8;
	font-weight: bold;
}
.in-data > span {
	color: #c4965b;
}
.in-word {
	position: absolute;
	top: 340px;
	width: 310px;
	font-size: 16px;
	text-align: center;
	line-height: 1.8;
}
/*******************
　07.FAQ
*******************/
.faq-container {
	max-width: 1000px;
	margin: 0 auto;
}
.faq-oac-btn-area {
	position:relative;
	margin:0 auto 8rem;
}
.faq-oac-btn {
	position:absolute;
	right:0.6rem;
	display: block;
	width: 120px;
	margin: 0 auto;
	margin-bottom: 50px;
	padding: 10px;
	background: #ecebeb;
	cursor: pointer;
	white-space: nowrap;
}
.faq-oac-btn:hover {
	background: #ccc;
	transition: .3s;
}
.faq-oac-btn input {
	display: none;
}
.faq-oac-btn span::before {
	content: "\f107\002002すべて表示";
	font-family: FontAwesome;
}
.faq-oac-btn .bulk:checked + span::before {
	content: "\f106\002002すべて非表示";
	font-family: FontAwesome;
}
.faq-nav {
	margin-bottom: 50px;
}
.faq-nav li a {
	display: block;
	padding: 20px 0;
	border-bottom: 1px solid #585756;
	font-size: 16px;
	text-align: center;
	letter-spacing: .1em;
	line-height: 1.3;
	color:#000;
}
.faq-nav li:first-child a {
	border-top: 1px solid #585756;
}
.faq-nav li a:hover {
	background: #f8f4ef;
	color: #c4965b;
}
#faq-01 h3,
#faq-02 h3,
#faq-03 h3 {
	margin-bottom: 50px;
	font-size: 20px;
	text-align: center;
	letter-spacing: .1em;
}
#faq-01,
#faq-02,
#faq-03 {
	margin-bottom: 100px;
}
.cp_actab {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
}
.cp_actab input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.cp_actab label {
	position: relative;
	display: block;
	padding: 20px 80px 23px 75px;
	cursor: pointer;
	border-bottom: 2px solid #eeeeee;
	font-size: 14px;
	line-height: 1.5;
	text-indent: -45px;
}
.first-label {
	border-top: 2px solid #eeeeee;
}
.cp_actab label:hover {
	background: #f6f6f6;
}
.cp_actab label:active {
	background: #f6f6f6;
}
.cp_actab label::before {
	content: url(/content/recruitment/images/faq/faq_q.png);
	position: relative;
	top: 3px;
	margin-right: 20px;
}
.cp_actab label::after {
	position: absolute;
	top: 28%;
	right: 20px;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
	text-align: right;
}
.cp_actab input[type=checkbox] + label::after {
	content: '＋';
	font-size: 22px;
}
.cp_actab input[type=checkbox]:checked + label::after {
	content: 'ー';
}
.cp_actab .cp_actab-content {
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 0.35s;
	transition: max-height 0.35s;
	color: #333333;
	background: #fdebec;
}
.cp_actab .cp_actab-content p {
	padding: 20px 60px 20px 75px;
	border-bottom: 2px solid #eeeeee;
	font-size: 14px;
	line-height: 2;
	text-indent: -45px;
}
.cp_actab .cp_actab-content p::before {
	content: url(/content/recruitment/images/faq/faq_a.png);
	position: relative;
	top: 3px;
	margin-right: 20px;
}
.cp_actab input:checked ~ .cp_actab-content {
	max-height: 30em;
}
@media all and (max-width: 480px) {
	.cp_actab label {
		padding: 20px 60px 23px 55px;
		text-indent: -35px;
	}
	.cp_actab label::before {
		top: 8px;
		margin-right: 10px;
	}
	.cp_actab label::after {
		position: absolute;
		top: 33%;
		right: 15px;
	}
	.cp_actab .cp_actab-content p {
		padding: 20px 40px 20px 55px;
		text-indent: -35px;
	}
	.cp_actab .cp_actab-content p::before {
		top: 3px;
		margin-right: 10px;
	}
	#faq-03 {
		margin-bottom: 50px;
	}
}
/*******************
　08.TRAINING
*******************/
.training-container p, .training-container ul {
	font-size: 16px;
}
.training-container img {
	width: auto;
}
.training-container {
	margin: 0 20px 100px;
}
.training-h4 {
	margin-bottom: 20px;
	padding: 10px 0 10px 25px;
	background: #f7e5e6;
	color: #e50012;
	font-size: 18px;
	letter-spacing: .1em;
}
.training-h4 + p {
	line-height: 2;
}
.training-p-01 {
	margin-bottom: 20px;
}
.training-p-02 {
	margin-bottom: 40px;
}
.training-p-03 {
	margin-bottom: 70px;
}
.training-p-04 {
	margin-left: 10px;
	line-height: 2;
}
.training-p-04::before {
	content: "\002022";
	margin-right: 10px;
}
.training-p-05 {
	margin-left: 25px;
	margin-bottom: 25px;
	line-height: 2;
	font-size: 15px !important;
}
.training-p-06 {
	margin-left: 25px;
	margin-bottom: 20px;
	line-height: 2;
	font-size: 15px !important;
}
.training-p-07 {
	float: left;
	margin: 0 10px 40px 0;
}
.training-p-07 + div {
	clear: both;
}
.training-wrap-01 {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}
.training-wrap-01 figure {
	flex-shrink: 0;
	margin-left: 10px;
	font-size: 14px;
	text-align: center;
}
.training-wrap-01 figure img {
	margin-bottom: 13px;
}
.training-container ul {
	margin-left: 20px;
}
.training-container ul li {
	margin-bottom: 8px;
	line-height: 1.5;
	text-indent: -15px;
}
.training-container ul li::before {
	content: "\002022";
	margin-right: 10px;
}
.training-wrap-02 {
	display: block;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 40px;
}
.training-wrap-02 > ul {
	width: 270px;
	margin-bottom: 25px;
}
.training-wrap-02 > div > ul {
	height: auto;
	margin-bottom: 25px;
}
.training-wrap-02 + p {
	margin-bottom: 80px;
	text-align: center;
}
.training-wrap-02 > div > p {
	margin-bottom: 40px;
}
.training-holiday-wrap {
	display: block;
/*	justify-content: space-between;*/
	margin-bottom: 40px;
}
.training-award-wrap {
	display: block;
/*	justify-content: space-between;*/
	margin-bottom: 40px;
}
.training-award-wrap > div {
	margin-right: 10px;
}
.training-ul-01 {
	margin-bottom: 25px;
}
.training-ul-01 span {
	display: inline-block;
	margin: 5px 0 7px 0;
	font-size: 15px;
	text-indent: 0;
}
.training-ul-02 {
	margin-bottom: 40px;
}
.training-ul-02 span {
	display: inline-block;
	margin: 5px 0 7px 0;
	font-size: 15px;
	text-indent: 0;
}
.training-ul-03 {
	display: inline-block;
}
.training-ul-03 li {
	display: inline-block;
	margin-right: 35px;
}
.training-ul-03 li:last-child {
	margin-right: 5px;
}
/*
.training-ul-03 + span {
	display: inline-block;
	margin-left: 20px;
	margin-bottom: 30px;
	font-size: 16px;
	line-height: 1;
}
*/
.training-container ul.training-ul-04 {
	display: inline;
	margin-left: 0;
}
.training-ul-04 li {
	display: inline-block;
	margin-right: 15px;
	margin-left: 20px;
}
.training-ul-04 + span {
	display: inline-block;
	margin-left: 20px;
	margin-bottom: 30px;
	font-size: 16px;
	line-height: 1;
}
.training-photo-wrap > p {
	float: left;
}
.t-photo-01,
.t-photo-02,
.t-photo-03,
.t-photo-04,
.t-photo-05 {
	margin-right: 20px;
	margin-bottom: 20px;
}
/*
@media all and (max-width: 679px) {
	.t-photo-01 {
		margin-bottom: 20px;
	}
}
*/
@media all and (max-width: 659px) {
	.t-photo-01,
	.t-photo-02,
	.t-photo-03,
	.t-photo-04,
	.t-photo-05 {
		margin-bottom: 10px;
	}
	.training-p-07 {
		margin-bottom: 10px;
	}
	.training-p-07 + .training-p-07 {
		margin-bottom: 40px;
	}
}
@media all and (max-width: 600px) {
	.training-wrap-01 {
		display: block;
	}
	.training-wrap-01 figure {
		text-align: left;
	}
	.training-wrap-01 figure img {
		margin-bottom: 3px;
	}
	.training-wrap-01 > ul {
		margin-bottom: 25px;
	}
	.training-wrap-02 + p {
		text-align: left;
	}
}
/*******************
　09.REQUIREMENTS
*******************/
.requirements-container {
	max-width: 1000px;
	margin: 0 auto 100px;
}
.guideline-title {
	margin-left: 10px;
	margin-bottom: 20px;
	color: #c4965b;
	font-size: 16px;
}
.guideline-table {
	width: 97%;
	margin: 0 auto;
	font-size: 14px;
}
.guideline-table tr {
	border-top: 1px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf;
}
.guideline-table th {
	width: auto;
	padding: 20px 20px 0 20px;
	text-align: left;
	background: #eee;
	letter-spacing: 0;
}
.guideline-table td {
	padding: 20px 0 20px 25px;
	line-height: 2;
}
.job-box {
	display: inline-block;
	padding: 0 10px;
	border-radius: 10px;
	background: #eb6877;
	color: #fff;
	line-height: 1.5;
}
.guideline-table tr.border-bottom-dot {
	border-bottom: 1px dashed #ddd;
}
.guideline-table tr.border-top-none {
	border-top: none;
}
.work-location a {
	padding-bottom: 2px;
}
.work-location span {
	margin-right: 5px;
	font-size: 1.5em;
}
@media all and (max-width: 480px) {
	.requirements-container {
		margin: 0 auto 50px;
	}
	.guideline-table th, .guideline-table td {
		display: block;
	}
	.guideline-table th {
		margin-top: 10px;
		padding: 10px 20px 10px 20px;
		border-top: 1px solid #bfbfbf;
		letter-spacing: .1em;
	}
	.guideline-table td {
		padding: 15px 10px 15px 20px;
		line-height: 1.7;
	}
	.guideline-table tr {
		border: none;
	}
}
.gt_actab {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
}
.gt_actab input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.gt_actab label {
	position: relative;
	display: block;
	padding: 15px 80px 15px 75px;
	cursor: pointer;
	background: #c4965b;
	border-bottom: 1px solid #fff;
	color: #fff;
	font-size: 14px;
	line-height: 1.5;
	text-indent: -45px;
}
.first-label {
	border-top: 1px solid #bfbfbf;
}
.gt_actab label:hover {
	background: #d6af7c;
}
.gt_actab label::after {
	position: absolute;
	top: 20%;
	right: 30px;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
	text-align: right;
}
.gt_actab input[type=checkbox] + label::after {
	content: '＋';
	font-size: 22px;
}
.gt_actab input[type=checkbox]:checked + label::after {
	content: 'ー';
}
.gt_actab .gt_actab-content {
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 0.35s;
	transition: max-height 0.35s;
	color: #333333;
}
.gt_actab .gt_actab-content p {
	padding: 20px 60px 20px 75px;
	border-bottom: 2px solid #eeeeee;
	font-size: 14px;
	line-height: 2;
	text-indent: -45px;
}
.gt_actab .gt_actab-content p::before {
	content: url(/content/recruitment/images/faq/faq_a.png);
	position: relative;
	top: 3px;
	margin-right: 20px;
}
.gt_actab input:checked ~ .gt_actab-content {
	max-height: 60em;
}
.gt-last-tab {
	margin-bottom: 80px;
}
.guideline-table tr.gt-tr-top {
	border-top: none;
}
.link-arrow-benefits::before {
	content: "\0000BB";
	position: relative;
	top: 1px;
	margin-right: 5px;
	font-size: 1.4rem;
}
/*******************
　10.SPECIAL
*******************/
.special-area {
	clear: both;
	margin: 0 auto;
	background-image: url(/content/recruitment/images/special/future_bg.png);
	background-repeat: repeat-y;
	background-position: left 0px;
}
.special-area .occupation {
	padding: 0 22px;
	margin: 0 auto;
}
.special-area .occupation a {
	display:block;
	width:100%;
	color:#000;
}
.special-area .occupation dl {
	position: relative;
	padding: 0 13px;
	width: 282px;
	height: 210px;
	margin:0 auto 20px;
	background-repeat: no-repeat;
	background-position: top left;
}
.special-area .occupation .box_01 dl {
	background-image: url(/content/recruitment/images/special/occupation01.png);
}
.special-area .occupation .box_02 dl {
	background-image: url(/content/recruitment/images/special/occupation02.png);
}
.special-area .occupation .box_03 dl {
	background-image: url(/content/recruitment/images/special/occupation03.png);
}
.special-area .occupation .box_04 dl {
	background-image: url(/content/recruitment/images/special/occupation04.png);
}
.special-area .occupation .box_05 dl {
	background-image: url(/content/recruitment/images/special/occupation05.png);
}
.special-area .occupation .box_06 dl {
	background-image: url(/content/recruitment/images/special/occupation06.png);
}
.special-area .occupation dl dt {
	font-size: 14px;
	position: absolute;
	top: 78px;
	left: 90px;
}
.special-area .occupation dl dd {
	position: absolute;
	width: 230px;
	top: 124px;
	left: 24px;
	font-size: 14px;
	line-height: 1.6;
}
.special-area .occupation dl i {
	position: absolute;
	top: 173px;
	left: 182px;
	font-size: 14px;
	font-style:normal;
	cursor: pointer;
}
.special-more-area {
	display:none;
}
.special-more-area-mobile {
	position:relative;
	padding:0 0 80px;
}
.special-more-area-mobile a {
	position:absolute;
	top:0;
	left:26%;
}
