@charset "UTF-8";
/*
Theme Name: catwork.co.jp
Author: Noriaki Adachi
*/

/* Reset
----------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video{
	zoom:1;	/* hasLayout in IE */
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font:inherit;
	font-size:100%;
	font-weight:normal;
	font-style:normal;
	vertical-align:baseline;
	background:transparent;
	-webkit-text-size-adjust: 100%;
	word-break: break-all;
}
	p{max-height:100%;}
	header, menu, nav, footer,
	section,article, aside,
	details, summary,
	figure, figcaption{display:block;}
	table{
	border-collapse:collapse;
	border-spacing:0;
}
q, blockquote{quotes:none;}
q:before, q:after, blockquote:before, blockquote:after{
	content:"";
	content:none;
}
img{
	font-size:0;
	line-height:0;
	vertical-align: bottom;
	height:auto;
}
a{
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	color:#333;
}
a:focus{outline:none;}
a img{
	border:none;
	vertical-align:middle;
}

textarea{overflow:auto;}
label{cursor:pointer;}
.clearfix:after{
	display:block;
	visibility:hidden;
	content:".";
	clear:both;
	height:0;
	font-size:0;
	line-height:0;
}
* html .clearfix{zoom:1;}
*:first-child + html .clearfix{zoom:1;}
a{
	text-decoration: none;
}
strong{
	font-weight: normal;
}
ul,ol{
	list-style-type: none;
}
body{
	font-family: "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
	font-size: 16px;
	line-height: 1.5;
	color: #111;
}
.wrap{
	width:100%;
	overflow-x: hidden;
}

h2,h3,h4,h5{
	font-weight: bold;
}

.inner{
	margin:0 auto;
	width: 1200px;
}
img{
	max-width:100%;
}

*{
	transition:all .5s;
}

/*ふわっと出る*/
.mv01_on{
	-webkit-transition: all 0.8s ease-out;
	-moz-transition: all 0.8s ease-out;
	-ms-transition: all 0.8s ease-out;
	-o-transition: all 0.8s ease-out;
	transition: all 0.8s ease-out;
	-webkit-transform: scale(1, 1) translate3d(0, 0, 0);
	-moz-transform: scale(1, 1) translate3d(0, 0, 0);
	-ms-transform: scale(1, 1) translate3d(0, 0, 0);
	-o-transform: scale(1, 1) translate3d(0, 0, 0);
	transform: scale(1, 1) translate3d(0, 0, 0);
	opacity: 0
}
.mv01_off{
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-transform: scale(1, 1) translate3d(0, 0, 0);
	-moz-transform: scale(1, 1) translate3d(0, 0, 0);
	-ms-transform: scale(1, 1) translate3d(0, 0, 0);
	-o-transform: scale(1, 1) translate3d(0, 0, 0);
	transform: scale(1, 1) translate3d(0, 0, 0);
	opacity: 1
}

/*下から*/
.mv02_on{
	-webkit-transition: all 0.8s ease-out;
	-moz-transition: all 0.8s ease-out;
	-ms-transition: all 0.8s ease-out;
	-o-transition: all 0.8s ease-out;
	transition: all 0.8s ease-out;
	-webkit-transform: scale(1, 1) translate3d(0, 100px, 0);
	-moz-transform: scale(1, 1) translate3d(0, 100px, 0);
	-ms-transform: scale(1, 1) translate3d(0, 100px, 0);
	-o-transform: scale(1, 1) translate3d(0, 100px, 0);
	transform: scale(1, 1) translate3d(0, 100px, 0);
	opacity: 0
}
.mv02_off{
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-transform: scale(1, 1) translate3d(0, 0, 0);
	-moz-transform: scale(1, 1) translate3d(0, 0, 0);
	-ms-transform: scale(1, 1) translate3d(0, 0, 0);
	-o-transform: scale(1, 1) translate3d(0, 0, 0);
	transform: scale(1, 1) translate3d(0, 0, 0);
	opacity: 1
}

/*右から*/
.mv03_on{
	-webkit-transition: all 0.8s ease-out;
	-moz-transition: all 0.8s ease-out;
	-ms-transition: all 0.8s ease-out;
	-o-transition: all 0.8s ease-out;
	transition: all 0.8s ease-out;
	-webkit-transform: scale(1, 1) translate3d(100px, 0, 0);
	-moz-transform: scale(1, 1) translate3d(100px, 0, 0);
	-ms-transform: scale(1, 1) translate3d(100px, 0, 0);
	-o-transform: scale(1, 1) translate3d(100px, 0, 0);
	transform: scale(1, 1) translate3d(100px, 0, 0);
	opacity: 0
}
.mv03_off{
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-transform: scale(1, 1) translate3d(0, 0, 0);
	-moz-transform: scale(1, 1) translate3d(0, 0, 0);
	-ms-transform: scale(1, 1) translate3d(0, 0, 0);
	-o-transform: scale(1, 1) translate3d(0, 0, 0);
	transform: scale(1, 1) translate3d(0, 0, 0);
	opacity: 1
}

/*左から*/
.mv04_on{
	-webkit-transition: all 0.8s ease-out;
	-moz-transition: all 0.8s ease-out;
	-ms-transition: all 0.8s ease-out;
	-o-transition: all 0.8s ease-out;
	transition: all 0.8s ease-out;
	-webkit-transform: scale(1, 1) translate3d(-100px, 0, 0);
	-moz-transform: scale(1, 1) translate3d(-100px, 0, 0);
	-ms-transform: scale(1, 1) translate3d(-100px, 0, 0);
	-o-transform: scale(1, 1) translate3d(-100px, 0, 0);
	transform: scale(1, 1) translate3d(-100px, 0, 0);
	opacity: 0
}
.mv04_off{
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-transform: scale(1, 1) translate3d(0, 0, 0);
	-moz-transform: scale(1, 1) translate3d(0, 0, 0);
	-ms-transform: scale(1, 1) translate3d(0, 0, 0);
	-o-transform: scale(1, 1) translate3d(0, 0, 0);
	transform: scale(1, 1) translate3d(0, 0, 0);
	opacity: 1
}


/*上から*/
.mv05_on{
	-webkit-transition: all 0.8s ease-out;
	-moz-transition: all 0.8s ease-out;
	-ms-transition: all 0.8s ease-out;
	-o-transition: all 0.8s ease-out;
	transition: all 0.8s ease-out;
	-webkit-transform: scale(1, 1) translate3d(0, -100px, 0);
	-moz-transform: scale(1, 1) translate3d(0, -100px, 0);
	-ms-transform: scale(1, 1) translate3d(0, -100px, 0);
	-o-transform: scale(1, 1) translate3d(0, -100px, 0);
	transform: scale(1, 1) translate3d(0, -100px, 0);
	opacity: 0
}
.mv05_off{
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-transform: scale(1, 1) translate3d(0, 0, 0);
	-moz-transform: scale(1, 1) translate3d(0, 0, 0);
	-ms-transform: scale(1, 1) translate3d(0, 0, 0);
	-o-transform: scale(1, 1) translate3d(0, 0, 0);
	transform: scale(1, 1) translate3d(0, 0, 0);
	opacity: 1
}


@keyframes slide-in01 {
	0% {transform: translate(0, -1000px) rotate(90deg)}
	5% {transform: translate(0, -50px) rotate(90deg)}
	95% {transform: translate(0, 50px) rotate(90deg)}
	100% {transform: translate(0, 1000px) rotate(90deg)}
}
@keyframes slide-in02 {
	0% {transform: translate(-1000px, 0)}
	7% {transform: translate(-100px, 0)}
	97% {transform: translate(0, 0)}
	100% {transform: translate(1000px, 0)}
}



/*===============================================
横幅1240px以下
===============================================*/
@media screen and (max-width: 1240px) and (min-width: 431px){
html,
body,
.wrap{
	width: 1240px;
	position: relative;
}
}

/*===============================================
横幅431px以上
===============================================*/
@media screen and (min-width: 431px){
a:hover{
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	text-decoration: underline;
}
.sp{
	display: none;
}


/* catwalk
------------------------------------------------------------------------*/
.catwalk_on{
	position: fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index: 9999;
	width:100%;
	height: 100%;
	-webkit-transition: all 0.1s linear 2.5s;
	-moz-transition: all 0.1s linear 2.5s;
	-ms-transition: all 0.1s linear 2.5s;
	-o-transition: all 0.1s linear 2.5s;
	transition: all 0.1s linear 2.5s;
}
.catwalk_off{
	z-index: -9999;
}

.catwalk_on::before{
	content: "";
	display: block;
	width:100%;
	height: 50%;
	background:#fff;
	position: fixed;
	top:0;
	left:0;
	right: 0;
	z-index: 9999;
	-webkit-transition: all 0.5s linear 2s;
	-moz-transition: all 0.5s linear 2s;
	-ms-transition: all 0.5s linear 2s;
	-o-transition: all 0.5s linear 2s;
	transition: all 0.5s linear 2s;
}
.catwalk_on::after{
	content: "";
	display: block;
	width:100%;
	height: 50%;
	background:#fff;
	position: fixed;
	bottom:0;
	left:0;
	right: 0;
	z-index: 9999;
	-webkit-transition: all 0.5s linear 2s;
	-moz-transition: all 0.5s linear 2s;
	-ms-transition: all 0.5s linear 2s;
	-o-transition: all 0.5s linear 2s;
	transition: all 0.5s linear 2s;
}
.catwalk_off::before{
	height: 0;
}
.catwalk_off::after{
	height: 0;
}

.catwalk_on p.catwalk{
	position: relative;
	top:0;
	right:0;
	bottom:0;
	left:0;
	width:100%;
	height: 100%;
}
.catwalk_on p.catwalk::before{
	content: "";
	display: block;
	width:0;
	height: 0;
	border-top: 110px solid #fff;
	border-right: 1800px solid transparent;
	position: absolute;
	top:50%;
	left:0;
	z-index: 9999;
	-webkit-transition: all 0.5s linear 2s;
	-moz-transition: all 0.5s linear 2s;
	-ms-transition: all 0.5s linear 2s;
	-o-transition: all 0.5s linear 2s;
	transition: all 0.5s linear 2s;
}
.catwalk_on p.catwalk::after{
	content: "";
	display: block;
	width:0;
	height: 0;
	border-bottom: 110px solid #fff;
	border-left: 1800px solid transparent;
	position: absolute;
	bottom:50%;
	right:0;
	z-index: 9999;
	-webkit-transition: all 0.5s linear 2s;
	-moz-transition: all 0.5s linear 2s;
	-ms-transition: all 0.5s linear 2s;
	-o-transition: all 0.5s linear 2s;
	transition: all 0.5s linear 2s;
}

.catwalk_off p.catwalk::before{
	top:-110px;
}
.catwalk_off p.catwalk::after{
	bottom:-110px;
}

.catwalk_on p.catwalk img{
	display: block;
	position: absolute;
	left:-100px;
	top:50%;
	z-index: 10000;
	-webkit-transition: all 2s linear;
	-moz-transition: all 2s linear;
	-ms-transition: all 2s linear;
	-o-transition: all 2s linear;
	transition: all 2s linear;
}
.catwalk_off p.catwalk img{
	left:100%;
	top:calc(50% - 110px);
}


/* header
------------------------------------------------------------------------*/
header{
	position: fixed;
	width: 100%;
	z-index: 1000;
}
header h1{
	position: absolute;
	top:35px;
	left:220px;
	font-size:12px;
}
header .logo{
	position: absolute;
	top:20px;
	left:20px;
}
header nav{
	position: absolute;
	top:0;
	right:0;
	padding-right: 20px;
}
header nav ul {
	padding-right: 50px;
}
header nav ul li{
	float: left;
	width:88px;
	text-align: center;
}
header nav ul li:nth-of-type(2){
	width:123px;
}
header nav ul li:nth-of-type(3){
	width:111px;
}
header nav ul li:nth-of-type(4){
	width:102px;
}
header nav ul li:nth-of-type(5){
	width:112px;
}
header nav ul li:nth-of-type(6){
	width:118px;
}
header nav ul li a{
	display: block;
	background:rgba(256,256,256,0.8);
	position: relative;
	font-size:12px;
	padding:55px 0 0;
	height: 35px;
}
header nav ul li a:hover{
	text-decoration: none;
}
header nav ul li a::before{
	content: url(img/nav_icon01.png);
	position: absolute;
	top:20px;
	left:0;
	right:0;
	margin:0 auto;
}
header nav ul li:nth-of-type(2) a::before{
	content: url(img/nav_icon02.png);
}
header nav ul li:nth-of-type(3) a::before{
	content: url(img/nav_icon03.png);
}
header nav ul li:nth-of-type(4) a::before{
	content: url(img/nav_icon04.png);
}
header nav ul li:nth-of-type(5) a::before{
	content: url(img/nav_icon05.png);
}
header nav ul li:nth-of-type(6) a::before{
	content: url(img/nav_icon06.png);
}
header nav ul li a::after{
	content:"";
	width:12px;
	height: 2px;
	background:#91733c;
	position: absolute;
	top:45px;
	left:0;
	right:0;
	margin:0 auto;
}
@media screen and (max-width: 1240px) {
	header {
		width: 1240px;
	}
}


/* footer-nav
-------------------------------------------------------*/
#footer-nav-btn{
	width: 70px;
	height: 90px;
	position: fixed;
	top: 0;
	right: 0px;
	z-index: 9998;
	cursor: pointer;
	background: rgba(256,256,256,0.8);
}
#footer-nav-btn.active {
	background: none;
}
#footer-nav-btn.fixed {
	position: fixed;
	top: 18px;
}
#footer-nav-btn .menu-btn{
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 30px;
	height: 23px;
}
#footer-nav-btn .menu-btn span{
	display: block;
	background: #333;
	width: 100%;
	height: 3px;
	transition: all 0.5s;
	position: absolute;
}
#footer-nav-btn.fixed .menu-btn span {
	background: #fff;
}
#footer-nav-btn .menu-btn span:nth-of-type(1){
	top: 0px;
}
#footer-nav-btn .menu-btn span:nth-of-type(2){
	top: 10px;
}
#footer-nav-btn .menu-btn span:nth-of-type(3){
	bottom: 0;
}
#footer-nav-btn.active .menu-btn span:nth-of-type(1) {
	transform: translateY(9px) rotate(-45deg);
	background: #fff;
}
#footer-nav-btn.active .menu-btn span:nth-of-type(2) {
	opacity: 0;
}
#footer-nav-btn.active .menu-btn span:nth-of-type(3) {
	transform: translateY(-11px) rotate(45deg);
	background: #fff;
}
#ham-menu {
	background:rgba(0,0,0,0.8);
	box-sizing: border-box;
	position: fixed;
	left: 0;
	right: 0; /*メニュー横幅 width と合わせる*/
	top: 0;
	bottom:0;
	transition: 0.5s; /*0.3s はアニメーションにかかる時間*/
	width: 100%;
	height: 0;
	overflow-y: auto;
	opacity: 0;
	-ms-overflow-style: none;    /* IE, Edge 対応 */
	scrollbar-width: none;
}
#ham-menu::-webkit-scrollbar {  /* Chrome, Safari 対応 */
	display:none;
}
#menu-icon {
	float: right;
	color: #c7c7c7; /*アイコン（フォント）色*/
	cursor: pointer;
	display: block;
	font-size: 40px; /*アイコン（フォント）サイズ*/
	height: 40px; /*アイコン縦高さ*/
	line-height: 40px; /*縦位置中央化*/
	position: relative;
	top: 1px;
	right:10px;
	text-align: center;
	width: 40px; /*アイコン横幅*/
	transition: all 0.3s linear 0s; /*0.3s はアニメーションにかかる時間*/
	z-index: 1000;
}
#menu-icon:hover{
	opacity:0.5;
}
#menu-cb {
	display: none; /*チェックボックス本体は消しておく*/
}
#menu-cb:checked ~ #ham-menu {
	z-index: 1000;
	opacity: 1;
	height: 100%;
}
#footer-nav-btn.active + #ham-menu {
	z-index: 9997;
	opacity: 1;
	height: 100%;
}
#menu-cb:checked ~ #menu-background {
	opacity: 0.5;
	z-index: 999;
}
#ham-menu .flex {
	display: flex;
	margin: auto;
	max-width: 1090px;
	width: 100%;
	padding: 50px 0 85px;
}
#ham-menu .list01 {
	list-style-type: none;
	width: 320px;
	margin-right: 30px;
}
#ham-menu .list01 .top a {
	display: flex;
	align-items: center;
	height: 70px;
	padding: 0 0 0 10px;
	border-bottom: 1px solid #fff;
}
#ham-menu .list01 li {
	color: #fff;
	padding: 0 0 0 15px;
}
#ham-menu .list01 a {
	color: #fff;
	position: relative;
	padding: 0 0 0 25px;
	margin: 0 0 14px;
	font-size: 14px;
	display: inline-block;
}
#ham-menu .list01 a:before {
	position: absolute;
	left: 5px;
	content: '・';
	display: inline-block;
	padding-right: 10px;
}
#ham-menu .list01 .top a::before {
	content: none;
}
#ham-menu .list01 a.under:before {
	content: "-";
	left: 10px;
}
#ham-menu .list01 .top a span::before {
	content: '[';
	padding: 0 5px 0 10px;
}
#ham-menu .list01 .top a span::after {
	content: ']';
	padding: 0 0 0 5px;
}
.bnr_box {
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	width: 310px;
	height: 650px;
}
.has-sub > a > img {
	width: 100%;
	height: auto;
}
.sub {
	overflow: hidden;
	position: absolute;
	left: 100%;
	top: 0;
	bottom: 0;
	width: 380px;
	z-index: 3;
	opacity: 0;
	transition: 1s;
	background: #fff;
	box-sizing: border-box;
	padding: 25px;
	margin-left: 37px;
}
.sub li {
	padding: 0 0 20px 20px;
}
.sub .top {
	padding: 0 0 20px;
}
	.sub .top::before{
		content: none;
	}
.sub .top a {
	display: flex;
	align-items: center;
	height: 70px;
	padding: 0 0 0 20px;
	border-bottom: 1px solid #000;
}
.sub .top span {
	font-size: 14px;
	display: inline-block;
}
	.sub .top span::before {
		content: '［';
		padding: 0 5px 0 10px;
	}
	.sub .top span::after {
		content: '］';
		padding: 0 5px;
	}
.sub li {
	padding: 0 0 20px 20px;
}
	.sub li::before {
		content: '・';
	}
.sub.active {
	overflow: visible;
	opacity: 1;
	z-index: 10;
	transition: 1s;
	overflow: auto;
}
	.sub.active::after {
		content: '';
		position: absolute;
		transform: translateY(-50%);
		top: 50px;
		left: -14px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 10px 15px 10px 0;
		border-color: transparent #fff transparent transparent;
	}
	.sub.active.sub02::after {
		top: 160px;
	}
	.sub.active.sub03::after {
		top: 270px;
	}
	.sub.active.sub04::after {
		top: 380px;
	}
	.sub.active.sub05::after {
		top: 490px;
	}
	.sub.active.sub06::after {
		top: 600px;
	}
#ham-menu.active {
	z-index: 1000;
	height: 100%;
	opacity: 1;
}

/* .home
------------------------------------------------------------------------*/
.home .key{
	height: 100vh;
	max-height: 870px;
	min-height: 700px;
	position: relative;
	margin-bottom: 500px;
	overflow: hidden;
}
_:-ms-input-placeholder, :root .home .key {
	background:url(img/home_key_bg.png) center center no-repeat;
	background-size: cover;
}
@supports (-ms-ime-align: auto) and (not (-webkit-text-stroke: initial)) {
.home .key{
	background:url(img/home_key_bg.png) center center no-repeat;
	background-size: cover;
}
}
@supports (-ms-ime-align: auto) and (-webkit-text-stroke: initial){
.home .key{
	background:url(img/home_key_bg.png) center center no-repeat;
	background-size: cover;
}
}
.home .key video{
	position: absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	width:100%;
	min-width: 100%;
	height: 100%;
}
@media screen and (max-width: 1240px) and (min-width: 431px){
.home .key{
	height: 600px;
	min-height: 600px;
}
.home .key video{
	height: 600px;
}
}

.home .key::before{
	content: "";
	display: block;
	width:0;
	height: 0;
	border-top: 110px solid #fff;
	border-right: 1800px solid transparent;
	position: absolute;
	top:0;
	left:0;
	z-index: 10;
}
.home .key::after{
	content: "";
	display: block;
	width:0;
	height: 0;
	border-bottom: 110px solid #fff;
	border-left: 1800px solid transparent;
	position: absolute;
	bottom:-1px;
	right:0;
	z-index: 10;
}

.home .key p.text01{
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	padding-top: 140px;
	height: 40px;
	text-align: center;
	color:#fff;
	font-size:32px;
	position: absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	z-index: 10;
	margin:auto;
	background:url(img/home_key_logo.png) center top no-repeat;
}
.home .key p.text01.logo_on{
	-webkit-transition: all 3s ease-out 2.5s;
	-moz-transition: all 3s ease-out 2.5s;
	-ms-transition: all 3s ease-out 2.5s;
	-o-transition: all 3s ease-out 2.5s;
	transition: all 3s ease-out 2.5s;
	opacity: 0
}
.home .key p.text01.logo_off{
	opacity: 1
}



.home .key .inner{
	position: relative;
	height: 100%;
	max-height: 870px;
	min-height: 700px;
	z-index: 10;
}
.home .key .text02{
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size:90px;
	color:#fff;
	opacity: 0.5;
	line-height: 1;
	position: absolute;
	bottom:300px;
	left:-100px;
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	animation: slide-in01 5s linear infinite;
}
.home .key .text03{
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size:180px;
	color:#fff;
	opacity: 0.5;
	line-height: 1;
	position: absolute;
	bottom:20px;
	right:-120px;
	animation: slide-in02 5s linear infinite;
}
@media screen and (max-width: 1240px) and (min-width: 431px){
.home .key .text03{
	font-size:120px;
	bottom:150px;
}
}


.home .key video{
	position: absolute;
	top:0;
	left:0;
	right:0;
	width:100%;
}




.home .cont01{
	background:url(img/home_bg01.png) center center no-repeat;
	background-size: cover;
	position: relative;
	padding-top: 1px;
	height: 869px;
}
.home .cont01::before{
	content: "";
	display: block;
	width:0;
	height: 0;
	border-top: 110px solid #fff;
	border-right: 1800px solid transparent;
	position: absolute;
	top:-1px;
	left:0;
}
.home .cont01::after{
	content: "";
	display: block;
	width:0;
	height: 0;
	border-bottom: 110px solid #fff;
	border-left: 1800px solid transparent;
	position: absolute;
	bottom:-1px;
	right:0;
}
.home .cont01 .inner{
	position: relative;
}
.home .cont01 .inner::before{
	content:"";
	background: url(img/home_icon01.png) center center no-repeat;
	width:100%;
	height:100%;
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index: -1;
}
.home .cont01 h2{
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: right;
	color:#fff;
	font-size:24px;
	padding-bottom: 40px;
	padding: 250px 0 35px;
	position: relative;
	z-index: 2;
}
.home .cont01 h2::before{
	content: "ABOUT US";
	color:#fff;
	opacity: 0.5;
	position: absolute;
	top:120px;
	right:0;
	font-size:84px;
}

.home .cont01 .text01{
	color:#fff;
	text-align: right;
	line-height: 2.2;
	position: relative;
	z-index: 2;
}
.home .cont01 .text02{
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color:#aa843f;
	font-size:280px;
	line-height: 1;
	opacity: 0.8;
	position: absolute;
	bottom:-110px;
	right:-100px;
	width:1600px;
	text-align: right;
	animation: slide-in03 5s linear infinite;
}
@keyframes slide-in03 {
	0% {transform: translate(1000px, 0)}
	1% {transform: translate(800px, 0)}
	95% {transform: translate(-100px, 0)}
	100% {transform: translate(-1000px, 0)}
}
.home .cont01 .img{
	position: absolute;
	bottom:10px;
	left:-100px;
	z-index: 2;
}
.home .cont01 ul{
	position: absolute;
	bottom:-220px;
	z-index: 2;
}

.home .cont01 ul li{
	width:280px;
	padding: 0 10px;
	float: left;
	text-align: center;
}
.home .cont01 ul li a{
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	display: block;
	border:1px solid #000;
	background:#fff;
	padding-top: 80px;
	height: 70px;
	font-size:20px;
	font-weight: bold;
	position: relative;
}
.home .cont01 ul li a::before{
	content: url(img/home_icon02.png);
	position: absolute;
	top:40px;
	left:0;
	right:0;
	margin:0 auto;
}
.home .cont01 ul li:nth-of-type(2) a::before{
	content: url(img/home_icon03.png);
}
.home .cont01 ul li:nth-of-type(3) a::before{
	content: url(img/home_icon04.png);
}
.home .cont01 ul li:nth-of-type(4) a::before{
	content: url(img/home_icon05.png);
}

.home .cont01 ul li a:hover{
	text-decoration: none;
	border:1px solid #aa843f;
	position: relative;
	margin-top: -10px;
}


.home .cont02{
	background:#fff;
	padding-top: 400px;
}

.home .cont02 .bg{
	background: #f2f2f2;
	position: relative;
	padding-top: 1px;
	padding-bottom: 200px;
}
.home .cont02 .bg::before{
	content: "";
	display: block;
	width:0;
	height: 0;
	border-top: 110px solid #fff;
	border-right: 1800px solid transparent;
	position: absolute;
	top:-1px;
	left:0;
}

.home .cont02 .bg h2{
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	padding-top: 250px;
	background:url(img/home_title01.png) center top no-repeat;
	position: relative;
	z-index: 2;
	margin: -130px 0 100px;
	text-align: center;
	font-size:20px;
}
.home .cont02 .bg .clearfix .cont{
	border-top: 10px solid #aa843f;
	background:#fff;
	width:540px;
	float: left;
	padding: 30px 20px;
	margin-bottom: 40px;
}
.home .cont02 .bg .clearfix .cont:nth-of-type(2n){
	float: right;
}

.home .cont02 .bg .clearfix .cont h3{
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size:24px;
	color:#aa843f;
	padding: 30px 0;
}
.home .cont02 .bg .clearfix .cont .text{
	line-height: 2;
	font-size:14px;
	padding: 0 0 30px;
}
.home .cont02 .bg .clearfix .cont .button{
	text-align: center;
}
.home .cont02 .bg .clearfix .cont .button a{
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	border: 1px solid #aa843f;
	color:#aa843f;
	font-size:24px;
	padding: 15px 0;
	display: block;
}
.home .cont02 .bg .clearfix .cont .button a:hover{
	color:#fff;
	background:#aa843f;
	text-decoration: none;
}



.home .cont03{
	background:#90713a url(img/home_bg02.png) right top no-repeat;
	position: relative;
	height: 750px;
	text-align: center;
}
.home .cont03::before{
	content: "";
	display: block;
	width:0;
	height: 0;
	border-top: 110px solid #f2f2f2;
	border-right: 1800px solid transparent;
	position: absolute;
	top:-1px;
	left:0;
}
.home .cont03 h2{
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	position: relative;
	color:#fff;
	font-size:24px;
	padding: 300px 0 60px;
}
.home .cont03 h2::after{
	content: url(img/home_icon06.png);
	position: absolute;
	top:-80px;
	left:-100px;
}
@media screen and (max-width: 1240px) and (min-width: 431px){
.home .cont03 h2::after{
	top:-90px;
	left:-10px;
}
}
.home .cont03 h2::before{
	content: url(img/home_title02.png);
	position: absolute;
	top:200px;
	left:0;
	right:0;
	margin:0 auto;
}
.home .cont03 .text{
	color:#fff;
	line-height: 2;
	padding-bottom: 70px;
}
.home .cont03 .button{
	width:350px;
	margin:0 auto;
	text-align: center;
}
.home .cont03 .button a{
	display: block;
	padding:12px 0;
	background:#fff;
	color:#90713a;
	font-weight: bold;
	border:1px solid #90713a;
}
.home .cont03 .button a:hover{
	text-decoration: none;
}



/* .common
------------------------------------------------------------------------*/
.common .key{
	height:430px;
	position: relative;
}
.common.company .key{
	background:url(img/company_key_bg.png) center top no-repeat;
	background-size: cover;
}
.common.contact .key,
.common.thanks .key{
	background:url(img/contact_key_bg.png) center top no-repeat;
	background-size: cover;
}
.common.recruit .key,
.common.yonmaru .key{
	background:url(img/recruit_key_bg.png) center top no-repeat;
	background-size: cover;
}


.common .key::before{
	content: "";
	display: block;
	width:0;
	height: 0;
	border-top: 110px solid #fff;
	border-right: 1800px solid transparent;
	position: absolute;
	top:0;
	left:0;
}
.common .key::after{
	content: "";
	display: block;
	width:0;
	height: 0;
	border-bottom: 110px solid #fff;
	border-left: 1800px solid transparent;
	position: absolute;
	bottom:-1px;
	right:0;
}
.common .key p{
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	padding-top: 165px;
	text-align: center;
	color:#fff;
	font-size:32px;
	position: absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	margin:auto;
}
.common .key p::before{
	display: block;
	font-size: 40px;
	color: #aa843f;
}
.common.company .key p::before{
	content: 'COMPANY INFORMATION';
}
.common.contact .key p::before{
	content: 'CONTACT';
}
.common.thanks .key p::before{
	content: 'THANKS';
}
.common.recruit .key p::before{
	content: 'RECRUIT';
}
.common.yonmaru .key p::before{
	content: 'NOT FOUND';
}


.pankuzu{
	position: relative;
	height: 100%;
	text-align: right;
	margin:-50px auto 0;
}
.pankuzu li{
	display: inline-block;
	font-size: 12px;
}
.pankuzu li::after{
	content: '>';
	padding: 0 15px;
}
.pankuzu li:last-of-type::after{
	content: "";
	padding:0;
}


/* .company
------------------------------------------------------------------------*/
.company .cont01{
	padding-top: 30px;
	height: 280px;
	border-bottom: 3px solid #aa843f;
}
.company .cont01 .inner{
	position: relative;
}
.company .cont01 ul{
	position: absolute;
	top:30px;
	z-index: 2;
}
.company .cont01 ul li{
	width:280px;
	padding: 0 10px;
	float: left;
	text-align: center;
}
.company .cont01 ul li a{
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	display: block;
	border:1px solid #000;
	background:#fff;
	padding-top: 80px;
	height: 70px;
	font-size:20px;
	font-weight: bold;
	position: relative;
}
.company .cont01 ul li a::before{
	content: url(img/home_icon02.png);
	position: absolute;
	top:40px;
	left:0;
	right:0;
	margin:0 auto;
}
.company .cont01 ul li:nth-of-type(2) a::before{
	content: url(img/home_icon03.png);
}
.company .cont01 ul li:nth-of-type(3) a::before{
	content: url(img/home_icon04.png);
}
.company .cont01 ul li:nth-of-type(4) a::before{
	content: url(img/home_icon05.png);
}
.company .cont01 ul li a:hover{
	text-decoration: none;
	border:1px solid #aa843f;
	position: relative;
	margin-top: -10px;
}


.company .cont02{
	padding-top: 94px;
	margin-top: -94px;
}
.company .cont02 .bg{
	background:url(img/company_bg01.png);
	border-bottom: 3px solid #aa843f;
}
.company .cont02 .bg .inner h2{
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	padding-top: 125px;
	position: relative;
	z-index: 2;
	text-align: center;
	color: #000;
	font-size: 20px;
}
.company .cont02 .bg .inner h2::before{
	display: block;
	content: 'COMPANY　PHILOSOPHY';
	font-size:60px;
	color: #aa843f;
}
.company .cont02 .bg .inner h3{
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	padding-top: 60px;
	position: relative;
	z-index: 2;
	text-align: center;
	font-size:32px;
	color: #aa843f;
}
.company .cont02 .bg .inner h3::before{
	content: '“';
	color: #aa843f;
}
.company .cont02 .bg .inner h3::after{
	content: '”';
	color: #aa843f;
}
.company .cont02 .bg .inner .text{
	font-size: 20px;
	padding: 60px 0 140px;
	line-height: 3;
	text-align: center;
}



.greeting_box{
	padding-top: 94px;
	margin-top: -94px;
}
.greeting_box .bg{
	background: -moz-linear-gradient(-45deg, #e2e2e2, #fff, #e2e2e2);
	background: -webkit-linear-gradient(-45deg, #e2e2e2, #fff, #e2e2e2);
	background: linear-gradient(-45deg, #e2e2e2, #fff, #e2e2e2);
	position: relative;
}
.greeting_box .bg::after{
	content: "";
	display: block;
	width:0;
	height: 0;
	border-bottom: 110px solid #fff;
	border-left: 1800px solid transparent;
	position: absolute;
	bottom:-1px;
	right:0;
}
.greeting_box .bg .inner{
	position: relative;
}
.greeting_box .bg .inner h2{
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	padding-top: 125px;
	position: relative;
	z-index: 2;
	text-align: center;
	color: #000;
	font-size: 20px;
}
.greeting_box .bg .inner h2::before{
	display: block;
	font-size:60px;
	color: #aa843f;
	content: 'GREETING';
}
.greeting_box .bg .inner h3{
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	padding-top: 60px;
	position: relative;
	z-index: 2;
	text-align: left;
	font-size:32px;
	color: #aa843f;
}
.greeting_box .bg .inner .text{
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 20px;
	padding-top: 60px;
	line-height: 2;
	text-align: left;
}
.greeting_box .bg .inner .img01{
	padding: 40px 0 120px 120px;
	text-align: left;
}
.greeting_box .bg .inner .img02{
	position: absolute;
	top: 240px;
	right: 0;
}



.goals_box{
	padding-top: 94px;
	margin-top: -94px;
}
.goals_box .bg{
	padding:	0 0 25px;
	background-image: url(img/company_icon04.png), url(img/company_icon05.png), url(img/company_icon06.png), url(img/company_icon07.png), url(img/company_icon08.png);
	background-position:130px 150px,0px 840px,right 150px bottom 990px,right 0px bottom 600px,right 120px bottom 90px;
	background-repeat: no-repeat;
	border-bottom: 3px solid #aa843f;
}
@media screen and (max-width: 1645px) and (min-width: 431px){
	.goals_box .bg{
		background-position:-80px 150px,0px 840px,right -20px bottom 990px,right 0px bottom 600px,right 20px bottom 140px;
		background-size: auto,auto,auto,auto,200px;
	}
}
.goals_box .bg .inner h2{
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	padding-top: 125px;
	position: relative;
	z-index: 2;
	text-align: center;
	color: #000;
	font-size: 20px;
}
.goals_box .bg .inner h2::before{
	display: block;
	font-size:60px;
	color: #aa843f;
	content: 'MANAGEMENT GOALS';
}
.goals_box .bg .inner .text{
	padding-top: 80px;
	font-size: 20px;
	line-height: 2;
	text-align: center;
}
.goals_box .bg .inner .cont{
	margin:140px 0 110px 140px;
	padding: 8px 0 8px 210px;
	background: url(img/company_icon01.png)left center no-repeat;
}
.goals_box .bg .inner .cont:nth-of-type(2){
	background: url(img/company_icon02.png)left center no-repeat;
}
.goals_box .bg .inner .cont:nth-of-type(3){
	background: url(img/company_icon03.png)left center no-repeat;
}
.goals_box .bg .inner .cont h3{
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	padding-bottom: 20px;
	font-size: 26px
}
.goals_box .bg .inner .cont .text01{
	font-size: 18px;
	line-height: 2;
}



.profile_box{
	padding-top: 94px;
	margin-top: -94px;
}
.profile_box .bg{
	background:#f6f2ec;
	padding: 0 0 170px;
}
.profile_box .bg .inner h2{
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	padding-top: 125px;
	position: relative;
	z-index: 2;
	text-align: center;
	color: #000;
	font-size: 20px;
}
.profile_box .bg .inner h2::before{
	display: block;
	font-size:60px;
	color: #aa843f;
	content: 'COMPANY PROFILE';
}
.profile_box .bg .inner table{
	border-left: 3px solid #aa843f;
	text-align: left;
	font-size: 18px;
	margin:100px auto 0;
}
.profile_box .bg .inner table tr th{
	padding: 0 0 0 70px;
	color: #aa843f;
}
.profile_box .bg .inner table tr td{
	padding: 0 0 35px 50px;
	line-height: 3;
}
.profile_box .bg .inner table tr:last-of-type td{
	padding: 0 0 25px 50px;
}
.profile_box .bg .inner table tr:first-of-type th{
	padding: 25px 0 0 70px;
}

/* contact
------------------------------------------------------------------------*/
.contact section{
	background: #f6f2ec;
	padding:0 0 110px;
}
.tel_box{
	background: #f6f2ec;
	padding: 0 0 80px;
}
.tel_box h2{
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	padding-top: 120px;
	position: relative;
	z-index: 2;
	text-align: center;
	color: #000;
	font-size: 20px;
}
.tel_box h2::before{
	display: block;
	content: 'CONTACT';
	font-size:60px;
	color: #aa843f;
}
.tel_box .text01{
	padding: 90px 0 20px;
	text-align: center;
	font-size: 16px;
	line-height: 2.2;
}
.tel_box .text02{
	padding: 0 0 60px;
	color:#c30000;
	text-align: center;
	line-height: 1.8;
}


.tel_box .text_box{
	height: 300px;
	width: 1200px;
	box-sizing: border-box;
	text-align: center;
	background: #fff;
	border: 3px solid #aa843f;
}
.tel_box .text_box .text03{
	padding: 50px 0 0;
	font-size: 30px;
	font-weight: bold;
}
.tel_box .text_box .tel{
	padding: 35px 0;
}


.form_box{
	background: #fff;
	padding: 0 0 100px;
}
.form_box h2{
	padding: 80px 0 70px;
	font-size: 30px;
	text-align: center;
}

.form_box p.text{
	margin:0 auto 50px;
	width:1000px;
}

.form_box table{
	margin:0 auto;
	width:1000px;
}
.form_box tr{
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
}
.form_box th{
	padding: 0 0 0 50px;
	font-weight: bold;
	width:320px;
	font-size: 20px;
	text-align: left;
	box-sizing: border-box;
	vertical-align: middle;
}
.form_box th span{
	font-weight: bold;
	color:#fff;
	font-size: 16px;
	background: #aa843f;
	float: right;
	padding: 1px 10px;
	margin: 0 45px 0 0;
	display: inline-block;
}
.form_box td{
	padding: 50px 0;
	width:680px;
	vertical-align: middle;
	box-sizing: border-box;
}
.form_box td input[type="text"],
.form_box td input[type="email"],
.form_box td input[type="tel"]{
	padding: 12px;

	width:630px;
	box-sizing: border-box;
	background: #eeeeee;
	border:1px solid #dcdcdc;
}

.form_box td textarea{
	padding: 12px;
	min-width:630px;
	min-height: 155px;
	box-sizing: border-box;
	background: #eeeeee;
	border:1px solid #dcdcdc;
	display: block;
}

.form_box .button {

	text-align: center;
	margin:0 auto;
	width:350px;
}
.form_box .button input[type="submit"]{
	display: block;
	background:#aa843f;
	width:350px;
	padding: 15px 0;
	font-size: 20px;
	font-weight: bold;
	color:#fff;
	border:none;
	cursor:pointer;
}
.form_box .privacy_check input{
	-webkit-appearance:checkbox;
}
.form_box .privacy_check{
	text-align: center;
	padding: 70px 0 50px;
}
.form_box .check_text{
	text-align: center;
	margin-bottom: 70px;
	color:#c30000;
}


.form_box .button input[type="submit"]:hover{
	opacity: 0.8;
}
.form_box .privacy_box{
		border: 1px solid #dcdcdc;
		padding: 20px;
		height: 250px;
		width: 1000px;
		box-sizing: border-box;
		margin: 80px auto 0;
		overflow-y: scroll;
}
.form_box .privacy_box .text01{
	padding: 5px 0 20px;
}



/* .recruit
------------------------------------------------------------------------*/

.recruit .cont01{
	text-align: center;
}
.recruit .cont01 .inner{
	position: relative;
	height: 700px;
}
.recruit .cont01 .inner h2{
	padding: 120px 0 85px;
}
.recruit .cont01 ul{
	position: absolute;
	top:425px;
	z-index: 2;
	background: #eeeeee;
	width: 1200px;
	box-sizing: border-box;
	padding: 25px 150px;
}
.recruit .cont01 ul li{
	width:200px;
	padding: 0 30px 0 0;
	float: left;
	text-align: center;
}
.recruit .cont01 ul li:last-of-type{
	padding:0;
}
.recruit .cont01 ul li a{
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	display: block;
	border:1px solid #aa843f;
	background:#fff;
	padding: 25px 0 0;
	height: 100px;
	box-sizing: border-box;

	font-size:20px;
	font-weight: bold;
	position: relative;
}
.recruit .cont01 ul li a::after{
	content: url(img/recruit_icon01.png);
	position: absolute;
	bottom:15px;
	left:0;
	right:0;
	margin:0 auto;
}
.recruit .cont01 ul li a:hover{
	text-decoration: none;
	border:1px solid #aa843f;
	position: relative;
	margin-top: -10px;
}



.recruit .cont02 .bg{
	background: linear-gradient(180deg,#fff 0%,#fff 150px,#ceb992 150px,#ceb992 100%);
	position: relative;
	padding: 0 0 150px;
}
.recruit .cont02 .bg::before{
	content: "";
	display: block;
	width:0;
	height: 0;
	border-top: 110px solid #fff;
	border-right: 1800px solid transparent;
	position: absolute;
	top:148px;
	left:0;
}
.recruit .cont02 .bg::after{
	content: "";
	display: block;
	width:0;
	height: 0;
	border-bottom: 110px solid #fff;
	border-left: 1800px solid transparent;
	position: absolute;
	bottom:-1px;
	right:0;
}
.recruit .cont02 .bg .inner{
	background: #fff;
	border-top: 3px solid #aa843f;
}
.recruit .cont02 .bg .inner h2{
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	padding-top: 125px;
	position: relative;
	z-index: 2;
	text-align: center;
	color: #000;
	font-size: 24px;
}
.recruit .cont02 .bg .inner h2::before{
	display: block;
	content: url(img/recruit_text02.png);
	padding: 0 0 20px;
}
.recruit .cont02 .bg .inner .text{
	padding: 80px 0;
	line-height: 3;
	text-align: center;
}
.recruit .cont02 ul{
padding: 0 150px 120px;
}
.recruit .cont02 ul li{
	width:280px;
	float: left;
	text-align: center;
	padding: 0 30px 30px 0;
}
.recruit .cont02 ul li:nth-of-type(3n){
	padding: 0 0 30px 0;
}
.recruit .cont02 ul li a{
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	display: block;
	border:1px solid #aa843f;
	border-top: 5px solid #aa843f;
	background:#fff;
	padding: 140px 0 0;
	height: 280px;
	box-sizing: border-box;
	font-size:18px;
	font-weight: bold;
	background: url(img/recruit_icon02.png)center 44px no-repeat;
	position: relative;
}
.recruit .cont02 ul li:nth-child(5) a{
	background: url(img/recruit_icon03.png)center 44px no-repeat;
}
.recruit .cont02 ul li:nth-child(6) a{
	background: url(img/recruit_icon04.png)center 32px no-repeat;
}
.recruit .cont02 ul li:nth-child(7) a{
	background: url(img/recruit_icon07.png)center 36px no-repeat;
}
.recruit .cont02 ul li:nth-child(8) a{
	background: url(img/recruit_icon08.png)center 34px no-repeat;
}
.recruit .cont02 ul li:nth-child(9) a{
	background: url(img/recruit_icon09.png)center 44px no-repeat;
}

.recruit .cont02 ul li a span{
	position: absolute;
	top:190px;
	left:0;
	right: 0;
	margin: 0 auto;
	display: block;
	color: #fff;
	background: #aa843f;
	width: 200px;
	padding: 8px 0;

}
.recruit .cont02 ul li a:hover{
	text-decoration: none;
	border:1px solid #aa843f;
	border-top: 5px solid #aa843f;
	position: relative;
	margin-top: -10px;
	margin-bottom: 10px;
}



.recruit .cont03 .bg{
	background: linear-gradient(180deg,#fff 0%,#fff 150px,#cccccc 150px,#cccccc 100%);
	position: relative;
	padding: 0 0 150px;
}
.recruit .cont03 .bg::before{
	content: "";
	display: block;
	width:0;
	height: 0;
	border-top: 110px solid #fff;
	border-right: 1800px solid transparent;
	position: absolute;
	top:148px;
	left:0;
}
.recruit .cont03 .bg::after{
	content: "";
	display: block;
	width:0;
	height: 0;
	border-bottom: 110px solid #fff;
	border-left: 1800px solid transparent;
	position: absolute;
	bottom:-1px;
	right:0;
}
.recruit .cont03 .bg .inner{
	background: #fff;
	margin-top: 100px;
	border-top: 3px solid #999999;
}
.recruit .cont03 .bg .inner h2{
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	padding-top: 125px;
	position: relative;
	z-index: 2;
	text-align: center;
	color: #000;
	font-size: 24px;
}
.recruit .cont03 .bg .inner h2::before{
	display: block;
	content: url(img/recruit_text03.png);
	padding: 0 0 20px;
}
.recruit .cont03 .bg .inner .text{
	padding: 80px 0;
	line-height: 3;
	text-align: center;
}
.recruit .cont03 ul{
padding: 0 150px 120px;
}
.recruit .cont03 ul li{
	width:280px;
	float: left;
	text-align: center;
	padding: 0 30px 30px 0;
}
.recruit .cont03 ul li:nth-of-type(3n){
	padding: 0 0 30px 0;
}
.recruit .cont03 ul li a{
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	display: block;
	border:1px solid #999999;
	border-top: 5px solid #999999;
	background:#fff;
	padding: 140px 0 0;
	height: 280px;
	box-sizing: border-box;
	font-size:18px;
	font-weight: bold;
	background: url(img/recruit_icon05.png)center 44px no-repeat;
	position: relative;
}
.recruit .cont03 ul li:nth-child(4) a{
	background: url(img/recruit_icon06.png)center 44px no-repeat;
}
.recruit .cont03 ul li:nth-child(5) a{
	background: url(img/recruit_icon11.png)center 44px no-repeat;
}
.recruit .cont03 ul li:nth-child(6) a{
	background: url(img/recruit_icon12.png)center 44px no-repeat;
}
.recruit .cont03 ul li a span{
	position: absolute;
	top:190px;
	left:0;
	right: 0;
	margin: 0 auto;
	display: block;
	color: #fff;
	background: #999999;
	width: 200px;
	padding: 8px 0;

}
.recruit .cont03 ul li a:hover{
	text-decoration: none;
	border:1px solid #999999;
	border-top: 5px solid #999999;
	position: relative;
	margin-top: -10px;
	margin-bottom: 10px;
}


.recruit .cont04 .bg{
	background: linear-gradient(180deg,#fff 0%,#fff 150px,#ceb992 150px,#ceb992 100%);
	position: relative;
	padding: 0 0 150px;
}
.recruit .cont04 .bg::before{
	content: "";
	display: block;
	width:0;
	height: 0;
	border-top: 110px solid #fff;
	border-right: 1800px solid transparent;
	position: absolute;
	top:148px;
	left:0;
}
.recruit .cont04 .bg::after{
	content: "";
	display: block;
	width:0;
	height: 0;
	border-bottom: 110px solid #fff;
	border-left: 1800px solid transparent;
	position: absolute;
	bottom:-1px;
	right:0;
}
.recruit .cont04 .bg .inner{
	background: #fff;
	border-top: 3px solid #aa843f;
	margin-top: 100px;
	padding-bottom: 100px;
}
.recruit .cont04 .bg .inner h2{
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	padding-top: 125px;
	position: relative;
	z-index: 2;
	text-align: center;
	color: #000;
	font-size: 24px;
}
.recruit .cont04 .bg .inner h2::before{
	display: block;
	content: url(img/recruit_text04.png);
	padding: 0 0 20px;
}
.recruit .cont04 .bg .inner .text{
	padding: 80px 0 50px;
	line-height: 3;
	text-align: center;
}
.recruit .cont04 .bg .inner .text span{
	color:#dc0000;
}
.recruit .cont04 .bg .inner .button{
	width:360px;
	margin: 0 auto;
	text-align: center;
}
.recruit .cont04 .bg .inner .button a{
	display: block;
	border:1px solid #aa843f;
	color:#aa843f;
	padding-top: 15px;
	height: 31px;
	line-height: 1;
}
.recruit .cont04 .bg .inner .button a:hover{
	background: #aa843f;
	color:#fff;
	text-decoration: none;
}

.recruit .cont05 .bg{
	background: linear-gradient(180deg,#fff 0%,#fff 150px,#cccccc 150px,#cccccc 1358px,#fff 1358px,#fff 100%);
	position: relative;
	padding: 0 0 150px;
}
.recruit .cont05 .bg::before{
	content: "";
	display: block;
	width:0;
	height: 0;
	border-top: 110px solid #fff;
	border-right: 1800px solid transparent;
	position: absolute;
	top:148px;
	left:0;
}
.recruit .cont05 .bg::after{
	content: "";
	display: block;
	width:0;
	height: 0;
	border-bottom: 110px solid #fff;
	border-left: 1800px solid transparent;
	position: absolute;
	bottom:0;
	right:0;
}
.recruit .cont05 .bg .inner{
	background: #fff;
	margin-top: 100px;
	border-top: 3px solid #999999;
	padding: 0 0 85px;
}
.recruit .cont05 .bg .inner h2{
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	padding-top: 125px;
	position: relative;
	z-index: 2;
	text-align: center;
	color: #000;
	font-size: 24px;
}
.recruit .cont05 .bg .inner h2::before{
	display: block;
	content: url(img/recruit_text05.png);
	padding: 0 0 20px;
}
.recruit .cont05 .bg .inner .text{
	padding: 80px 0 50px;
	line-height: 3;
	text-align: center;
}
.recruit .cont05 .bg .inner .text span{
	color: #dc0000;
}
/*
.recruit .cont05 .bg .inner table{
	margin: 0 auto;
}
.recruit .cont05 .bg .inner tr{
	display: block;
	padding: 0 0 30px;
}
.recruit .cont05 .bg .inner tr th{
	border: 1px solid #999999;
	width: 215px;
	vertical-align: middle;
	height: 115px;
	font-size: 18px;
}
.recruit .cont05 .bg .inner tr:nth-of-type(2) th{
	height: 290px;
}
.recruit .cont05 .bg .inner tr td{
	width: 760px;
	vertical-align: middle;
	padding: 0 0 0 25px;
	line-height: 2;
	box-sizing: border-box;

}
.recruit .cont05 .bg .inner tr:nth-of-type(2) td{
	font-size: 14px;
	vertical-align: top;
	padding: 5px 0 0 25px;
}
.recruit .cont05 .bg .inner tr:nth-of-type(2) td a.psd{
	display: block;
	margin:30px 0 0 ;
	padding: 15px 0 15px 90px;
	line-height: 1;
	box-sizing: border-box;
	font-size: 16px;
	width: 350px;
	border: 1px solid #000;
	background: #eeeeee url(img/recruit_icon10.png)50px center no-repeat;
}
.recruit .cont05 .bg .inner tr:nth-of-type(2) td a.psd:hover{
	text-decoration: none;
	border:1px solid #000;
	margin: 20px 0 10px;
}
.recruit .cont05 .bg .inner tr:nth-of-type(2) td a.school{
	text-decoration: underline;
	color: #91733c;
}
*/

.recruit .cont05 .bg .inner .button{
	width:360px;
	margin: 0 auto;
	text-align: center;
}
.recruit .cont05 .bg .inner .button a{
	display: block;
	border:1px solid #999;
	color:#999;
	padding-top: 15px;
	height: 31px;
	line-height: 1;
}
.recruit .cont05 .bg .inner .button a:hover{
	background: #999;
	color:#fff;
	text-decoration: none;
}




/* .recruit_single
------------------------------------------------------------------------*/
.recruit_single .key{
	height: 100vh;
	max-height: 870px;
	min-height: 700px;
	position: relative;
	overflow: hidden;
}
_:-ms-input-placeholder, :root .recruit_single .key {
	background:url(img/home_key_bg.png) center center no-repeat;
	background-size: cover;
}
@supports (-ms-ime-align: auto) and (not (-webkit-text-stroke: initial)) {
.recruit_single .key{
	background:url(img/home_key_bg.png) center center no-repeat;
	background-size: cover;
}
}
@supports (-ms-ime-align: auto) and (-webkit-text-stroke: initial){
.recruit_single .key{
	background:url(img/home_key_bg.png) center center no-repeat;
	background-size: cover;
}
}
.recruit_single .key video{
	position: absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	width:100%;
	min-width: 100%;
	height: 100%;
}
@media screen and (max-width: 1240px) and (min-width: 431px){
.recruit_single .key{
	height: 600px;
	min-height: 600px;
}
.recruit_single .key video{
	height: 600px;
}
}


.recruit_single .key::before{
	content: "";
	display: block;
	width:0;
	height: 0;
	border-top: 110px solid #fff;
	border-right: 1800px solid transparent;
	position: absolute;
	top:0;
	left:0;
	z-index: 10;
}
.recruit_single .key::after{
	content: "";
	display: block;
	width:0;
	height: 0;
	border-bottom: 110px solid #fff;
	border-left: 1800px solid transparent;
	position: absolute;
	bottom:-1px;
	right:0;
}

.recruit_single .key .text_box{
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: center;
	color:#fff;
	font-size:32px;
	height: 230px;
	position: absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	z-index: 100;
	margin:auto;
}

.recruit_single .key .text_box .text01{
	font-size:32px;
	padding-bottom: 30px;
}
.recruit_single .key .text_box .text04{
	font-size:42px;
	padding-bottom: 30px;
}
.recruit_single .key .text_box .text05{
	font-size:20px;
	padding:5px 0;
	width:248px;
	border:1px solid #fff;
	margin:0 auto;
}


.recruit_single .key .inner{
	position: relative;
	height: 100%;
	max-height: 870px;
	min-height: 700px;
	z-index: 10;
}
.recruit_single .key .text02{
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size:90px;
	color:#fff;
	opacity: 0.5;
	line-height: 1;
	position: absolute;
	bottom:300px;
	left:-100px;
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	animation: slide-in01 5s linear infinite;
}
.recruit_single .key .text03{
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size:180px;
	color:#fff;
	opacity: 0.5;
	line-height: 1;
	position: absolute;
	bottom:20px;
	right:-120px;
	animation: slide-in02 5s linear infinite;
}
@media screen and (max-width: 1240px) and (min-width: 431px){
.recruit_single .key .text03{
	font-size:120px;
	bottom:150px;
}
}
.recruit_single .key video{
	position: absolute;
	top:0;
	left:0;
	right:0;
	width:100%;
}




.recruit_single .cont01{
	margin-top: 100px;
}
.recruit_single .cont01 p{
	text-align: center;
	background: url(img/home_icon01.png) center top no-repeat;
	padding: 340px 0 50px;
	font-size:20px;
	line-height: 3;
}

.recruit_single .cont02{
	background: #bea67b;
	position: relative;
	padding:230px 0 0;
	height: 1020px;
}
.recruit_single .cont02::before{
	content: "";
	display: block;
	width:0;
	height: 0;
	border-top: 110px solid #fff;
	border-right: 1800px solid transparent;
	position: absolute;
	top:0;
	left:0;
}
.recruit_single .cont02::after{
	content: "";
	display: block;
	width:0;
	height: 0;
	border-bottom: 110px solid #fff;
	border-left: 1800px solid transparent;
	position: absolute;
	bottom:-1px;
	right:0;
}

.recruit_single .cont02 h2{
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	border:1px solid #fff;
	width:218px;
	padding: 88px 0 0 30px;
	height: 160px;
	font-size:24px;
	color:#fff;
	float: left;
	margin-left: 80px;
}
.recruit_single .cont02 ul{
	font-size:24px;
	float: right;
	width:790px;
	list-style-type: disc;
	color:#fff;
	line-height: 2;
}
.recruit_single .cont02 .clearfix{
	padding-bottom: 70px;
}
.recruit_single .cont02 .border{
	border:1px solid #946002;
	text-align: center;
	font-size:20px;
	background: #fff;
	padding:60px 0;
	position: relative;
	z-index: 2;
}
.recruit_single .cont02 .border .text{
	line-height: 3;
}
.recruit_single .cont02 .border .text span{
	color:#aa843f;
	font-weight: bold;
}
.recruit_single .cont02 .border .button{
	width:350px;
	margin:40px auto 0;
	text-align: center;
}
.recruit_single .cont02 .border .button a{
	display: block;
	background: #aa843f;
	color:#fff;
	width:348px;
	border:1px solid #aa843f;
	padding:10px 0;
}
.recruit_single .cont02 .border .button a:hover{
	text-decoration: none;
	opacity: 1;
	color:#aa843f;
	background: #fff;
	font-weight: bold;
}





.recruit_single .cont05{
	padding:120px 0;
}
.recruit_single .cont05 h2{
	text-align: center;
	padding-top:80px;
	margin-bottom: 80px;
	background: url(img/recruit_single_title09.png) center top no-repeat;
}
.recruit_single .cont05 .inner{
	width:1000px;
}
.recruit_single .cont05 .inner th{
	padding:20px 0 20px 30px;
	border-bottom: 2px solid #aa843f;
	text-align: left;
	font-weight: bold;
	color:#aa843f;
	width:200px;
}
.recruit_single .cont05 .inner td{
	padding:20px 0 20px 30px;
	border-bottom: 2px solid #ccc;
	text-align: left;
	width:740px;
}




/* outsourcing ※外注さん応募記述ここから
------------------------------------------------------------------------*/
.outsourcing .key{
	height: 100vh;
	max-height: 870px;
	min-height: 700px;
	position: relative;
	overflow: hidden;
}
_:-ms-input-placeholder, :root .outsourcing .key {
	background:url(img/home_key_bg.png) center center no-repeat;
	background-size: cover;
}
@supports (-ms-ime-align: auto) and (not (-webkit-text-stroke: initial)) {
.outsourcing .key{
	background:url(img/home_key_bg.png) center center no-repeat;
	background-size: cover;
}
}
@supports (-ms-ime-align: auto) and (-webkit-text-stroke: initial){
.outsourcing .key{
	background:url(img/home_key_bg.png) center center no-repeat;
	background-size: cover;
}
}
.outsourcing .key video{
	position: absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	width:100%;
	min-width: 100%;
	height: 100%;
}
.outsourcing .key::before{
	content: "";
	display: block;
	width:0;
	height: 0;
	border-top: 110px solid #fff;
	border-right: 1800px solid transparent;
	position: absolute;
	top:0;
	left:0;
	z-index: 10;
}
.outsourcing .key::after{
	content: "";
	display: block;
	width:0;
	height: 0;
	border-bottom: 110px solid #fff;
	border-left: 1800px solid transparent;
	position: absolute;
	bottom:-1px;
	right:0;
}

.outsourcing .key .text_box{
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: center;
	color:#fff;
	font-size:32px;
	height: 230px;
	position: absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	z-index: 100;
	margin:auto;
}

.outsourcing .key .text_box .text01{
	font-size:32px;
	padding-bottom: 30px;
}
.outsourcing .key .text_box .text04{
	font-size:42px;
	padding-bottom: 30px;
}
.outsourcing .key .text_box .text05{
	font-size:20px;
	padding:5px 0;
	width:248px;
	border:1px solid #fff;
	margin:0 auto;
}


.outsourcing .key .inner{
	position: relative;
	height: 100%;
	max-height: 870px;
	min-height: 700px;
	z-index: 10;
}
.outsourcing .key .text02{
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size:90px;
	color:#fff;
	opacity: 0.5;
	line-height: 1;
	position: absolute;
	bottom:300px;
	left:-100px;
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	animation: slide-in01 5s linear infinite;
}
.outsourcing .key .text03{
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size:180px;
	color:#fff;
	opacity: 0.5;
	line-height: 1;
	position: absolute;
	bottom:20px;
	right:-120px;
	animation: slide-in02 5s linear infinite;
}
.outsourcing .key video{
	position: absolute;
	top:0;
	left:0;
	right:0;
	width:100%;
}
.outsourcing .cont01{
	margin-top: 100px;
}
.outsourcing .cont01 p{
	text-align: center;
	background: url(img/home_icon01.png) center top no-repeat;
	padding: 340px 0 50px;
	font-size:20px;
	line-height: 3;
}
.outsourcing .cont02::before{
	content: "";
	display: block;
	width:0;
	height: 0;
	border-top: 110px solid #fff;
	border-right: 1800px solid transparent;
	position: absolute;
	top:0;
	left:0;
}
.outsourcing .cont02::after{
	content: "";
	display: block;
	width:0;
	height: 0;
	border-bottom: 110px solid #fff;
	border-left: 1800px solid transparent;
	position: absolute;
	bottom:-1px;
	right:0;
}
.outsourcing .cont02 ul{
	font-size:24px;
	float: right;
	width:790px;
	list-style-type: disc;
	color:#fff;
	line-height: 2;
}
.outsourcing .cont02 .clearfix{
	padding-bottom: 70px;
}
.outsourcing .cont02 .border{
	border:1px solid #946002;
	text-align: center;
	font-size:20px;
	background: #fff;
	padding:60px 0;
	position: relative;
	z-index: 2;
}
.outsourcing .cont02 .border .text{
	line-height: 3;
}
.outsourcing .cont02 .border .text span{
	color:#aa843f;
	font-weight: bold;
}
.outsourcing .cont02 .border .button{
	width:350px;
	margin:40px auto 0;
	text-align: center;
}
.outsourcing .cont02 .border .button a{
	display: block;
	background: #aa843f;
	color:#fff;
	width:348px;
	border:1px solid #aa843f;
	padding:10px 0;
}
.outsourcing .cont02 .border .button a:hover{
	text-decoration: none;
	opacity: 1;
	color:#aa843f;
	background: #fff;
	font-weight: bold;
}

.outsourcing .cont02 {
	background: #bea67b;
	position: relative;
	padding: 150px 0;
	height: 445px;
}
.outsourcing .cont02 .flex_box{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 80px;
	height: 445px;
}
.outsourcing .cont02 h2 {
	font-size: 24px;
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	border: 1px solid #fff;
	color: #fff;
	width: auto;
	height: auto;
	padding: 102px 112px 102px 43px;
	white-space: nowrap;
}
.outsourcing .cont02 ul {
	font-size: 24px;
	float: right;
	width: 790px;
	list-style-type: disc;
	color: #fff;
	line-height: 2;
}

.outsourcing .cont03 h2 {
	position: relative;
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 20px;
	text-align: left;
	margin: 300px 0 208px;
	line-height: 1;
}
.outsourcing .cont03 h2:before{
	content: url(img/outsourcing_title01.png);
	width: 224px;
	height: 45px;
	position: absolute;
	top: -75px;
	left: 0;
	margin:0 auto;
}
.outsourcing .cont03 h2:after{
	content: url(img/outsourcing_img01.png);
	width: 1080px;
	height: 330px;
	position: absolute;
	top: -200px;
	left: 420px;
	right:0;
	margin:0 auto;
}
.outsourcing .cont03 .box{
	width: 1050px;
	margin: auto;
}
.outsourcing .cont03 .box>h3:nth-of-type(1),
.outsourcing .cont03 .box>h3:nth-of-type(2){
	position: relative;
	font-size: 24px;
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	line-height: 1;
	padding-right: 35px;
	border-right: 1px solid #aa843f;
	display: inline-block;
}
.outsourcing .cont03 .box>h3:nth-of-type(1):before{
	content: "";
	background-image: url(img/outsourcing_title04.png);
	background-repeat: no-repeat;
	width: 169px;
	height: 17px;
	position: absolute;
	top: 6px;
	left: 378px;
}
.outsourcing .cont03 .box>h3:nth-of-type(1):after,
.outsourcing .cont03 .box>h3:nth-of-type(2):after{
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 1px #aa843f;
	bottom: -20px;
	width: 1000px;
}
.outsourcing .cont03 .box>h3:nth-of-type(2):before{
	content: "";
	background-image: url(img/outsourcing_title05.png);
	background-repeat: no-repeat;
	width: 169px;
	height: 17px;
	position: absolute;
	top: 6px;
	left: 354px;
}
.outsourcing .cont03 .box >ul:nth-of-type(1){
	margin: 60px 0 100px;
}
.outsourcing .cont03 .box >ul:nth-of-type(2){
	margin: 60px 0 50px;
}
.outsourcing .cont03 .box ul li{
	position: relative;
	list-style: none;
	list-style-position:inside;
	margin-bottom: 25px;
	padding-left: 15px;
}
.outsourcing .cont03 .box ul li:before{
	position: absolute;
	content: "・";
	display: block;
	top: 0;
	left: -5px;
}
.outsourcing .cont03 .box ul li a{
	color: #606060;
	border-bottom: solid 1px #606060;
}
.outsourcing .cont03 .box ul li a:hover{
	text-decoration: none;
}
.outsourcing .cont03 .box table{
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 16px;
	width: 100%;
	margin: auto;
	border-spacing: 10px;
    border-collapse: unset;
}
.outsourcing .cont03 .box table td,
.outsourcing .cont03 .box table th{
	padding: 18px 0 18px 40px;
	width: 400px;
	text-align: left;
}
.outsourcing .cont03 .box table tr th {
	background-color: #aa843f;
	color: #ffffff;
	font-weight: bold;
}
.outsourcing .cont03 .box table tr td {
	background-color: #e3d8c6;
	color: #000000;
}
.outsourcing .cont03 .box table tr td:nth-child(2) {
	background-color: #f6f2eb;
}


.outsourcing .cont04 {
	padding-top: 80px;
}
.outsourcing .cont04 h2 {
	position: relative;
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 20px;
	margin: 160px 0 208px;
	padding-top: 95px;
	line-height: 1;
}
.outsourcing .cont04 h2:before{
	content: url(img/outsourcing_title02.png);
	width: 224px;
	height: 45px;
	position: absolute;
	top:20px;
	left: -975px;
	right:0;
	margin:0 auto;
}
.outsourcing .cont04 h2:after{
	content: url(img/outsourcing_img02.png);
	width: 1080px;
	height: 330px;
	position: absolute;
	top: -110px;
	left: 420px;
	right:0;
	margin:0 auto;
}
.outsourcing .cont04 .box{
	width: 1050px;
	margin: auto;
}
.outsourcing .cont04 .box>h3:nth-of-type(1),
.outsourcing .cont04 .box>h3:nth-of-type(2){
	position: relative;
	font-size: 24px;
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin-bottom: 40px;
	padding-right: 35px;
	line-height: 1;
	border-right: 1px solid #aa843f;
	display: inline-block;
}
.outsourcing .cont04 .box>h3:nth-of-type(1):before{
	content: "";
	background-image: url(img/outsourcing_title06.png);
	background-repeat: no-repeat;
	width: 169px;
	height: 17px;
	position: absolute;
	top: 6px;
	left: 336px;
}
.outsourcing .cont04 .box>h3:nth-of-type(1):after,
.outsourcing .cont04 .box>h3:nth-of-type(2):after{
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 1px #aa843f;
	bottom: -20px;
	width: 1000px;
}
.outsourcing .cont04 .box>h3:nth-of-type(2):before{
	content: "";
	background-image: url(img/outsourcing_title07.png);
	background-repeat: no-repeat;
	background-repeat: no-repeat;
	width: 169px;
	height: 17px;
	position: absolute;
	top: 6px;
	left: 312px;
}
.outsourcing .cont04 .box >ul:nth-of-type(1){
	margin: 60px 0 100px;
}
.outsourcing .cont04 .box >ul:nth-of-type(2){
	margin: 60px 0;
}
.outsourcing .cont04 .box ul li{
	position: relative;
	list-style: none;
	list-style-position:inside;
	margin-bottom: 25px;
	padding-left: 15px;
}
.outsourcing .cont04 .box ul li:before{
	position: absolute;
	content: "・";
	display: block;
	top: 0;
	left: -5px;
}
.outsourcing .cont04 .box ul li a{
	color: #606060;
	border-bottom: solid 1px #606060;
}
.outsourcing .cont04 .box ul li a:hover{
	text-decoration: none;
}
.outsourcing .cont04 .box table{
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 16px;
	width: 100%;
	margin: 0 auto 140px auto;
	border-spacing: 10px;
    border-collapse: unset;
}
.outsourcing .cont04 .box table td,
.outsourcing .cont04 .box table th{
	padding: 18px 0 18px 40px;
	width: 400px;
	text-align: left;
}
.outsourcing .cont04 .box table tr th {
    background-color: #aa843f;
    color: #ffffff;
    font-weight: bold;
}
.outsourcing .cont04 .box table tr td {
    background-color: #e3d8c6;
    color: #000000;
}
.outsourcing .cont04 .box table tr td:nth-child(2) {
    background-color: #f6f2eb;
}


/*  beginner ※未経験さん応募記述ここから
------------------------------------------------------------------------*/
.beginner .key{
	height: 100vh;
	max-height: 870px;
	min-height: 700px;
	position: relative;
	overflow: hidden;
}
_:-ms-input-placeholder, :root .beginner .key {
	background:url(img/home_key_bg.png) center center no-repeat;
	background-size: cover;
}
@supports (-ms-ime-align: auto) and (not (-webkit-text-stroke: initial)) {
.beginner .key{
	background:url(img/home_key_bg.png) center center no-repeat;
	background-size: cover;
}
}
@supports (-ms-ime-align: auto) and (-webkit-text-stroke: initial){
.beginner .key{
	background:url(img/home_key_bg.png) center center no-repeat;
	background-size: cover;
}
}
.beginner .key video{
	position: absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	width:100%;
	min-width: 100%;
	height: 100%;
}
.beginner .key::before{
	content: "";
	display: block;
	width:0;
	height: 0;
	border-top: 110px solid #fff;
	border-right: 1800px solid transparent;
	position: absolute;
	top:0;
	left:0;
	z-index: 10;
}
.beginner .key::after{
	content: "";
	display: block;
	width:0;
	height: 0;
	border-bottom: 110px solid #fff;
	border-left: 1800px solid transparent;
	position: absolute;
	bottom:-1px;
	right:0;
}

.beginner .key .text_box{
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: center;
	color:#fff;
	font-size:32px;
	height: 230px;
	position: absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	z-index: 100;
	margin:auto;
}

.beginner .key .text_box .text01{
	font-size:32px;
	padding-bottom: 30px;
}
.beginner .key .text_box .text04{
	font-size:42px;
	padding-bottom: 30px;
}
.beginner .key .text_box .text05{
	font-size:20px;
	padding:5px 0;
	width:248px;
	border:1px solid #fff;
	margin:0 auto;
}


.beginner .key .inner{
	position: relative;
	height: 100%;
	max-height: 870px;
	min-height: 700px;
	z-index: 10;
}
.beginner .key .text02{
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size:90px;
	color:#fff;
	opacity: 0.5;
	line-height: 1;
	position: absolute;
	bottom:300px;
	left:-100px;
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	animation: slide-in01 5s linear infinite;
}
.beginner .key .text03{
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size:180px;
	color:#fff;
	opacity: 0.5;
	line-height: 1;
	position: absolute;
	bottom:20px;
	right:-120px;
	animation: slide-in02 5s linear infinite;
}
.beginner .key video{
	position: absolute;
	top:0;
	left:0;
	right:0;
	width:100%;
}

.beginner .cont01{
	margin-top: 100px;
}
.beginner .cont01 p{
	text-align: center;
	background: url(img/home_icon01.png) center top no-repeat;
	padding: 340px 0 50px;
	font-size:20px;
	line-height: 3;
}
.beginner .cont02::before{
	content: "";
	display: block;
	width:0;
	height: 0;
	border-top: 110px solid #fff;
	border-right: 1800px solid transparent;
	position: absolute;
	top:0;
	left:0;
}
.beginner .cont02::after{
	content: "";
	display: block;
	width:0;
	height: 0;
	border-bottom: 110px solid #fff;
	border-left: 1800px solid transparent;
	position: absolute;
	bottom:-1px;
	right:0;
}
.beginner .cont02 ul{
	font-size:24px;
	float: right;
	width:790px;
	list-style-type: disc;
	color:#fff;
	line-height: 2;
}
.beginner .cont02 .clearfix{
	padding-bottom: 70px;
}
.beginner .cont02 .border{
	border:1px solid #946002;
	text-align: center;
	font-size:20px;
	background: #fff;
	padding:60px 0;
	position: relative;
	z-index: 2;
}
.beginner .cont02 .border .text{
	line-height: 3;
}
.beginner .cont02 .border .text span{
	color:#aa843f;
	font-weight: bold;
}
.beginner .cont02 .border .button{
	width:350px;
	margin:40px auto 0;
	text-align: center;
}
.beginner .cont02 .border .button a{
	display: block;
	background: #aa843f;
	color:#fff;
	width:348px;
	border:1px solid #aa843f;
	padding:10px 0;
}
.beginner .cont02 .border .button a:hover{
	text-decoration: none;
	opacity: 1;
	color:#aa843f;
	background: #fff;
	font-weight: bold;
}
.beginner .cont02 {
	background: #bea67b;
	position: relative;
	height: 975px;
}
.beginner .cont02 .flex_box01{
	display: flex;
	justify-content: center;
	align-items: center;
	height: auto;
	gap: 80px;
	padding-top: 233px;
}
.beginner .cont02 .flex_box02{
	display: flex;
	justify-content: center;
	align-items: center;
	height: auto;
	gap: 80px;
	margin-top: 70px;
	padding-bottom: 187px;
}
.beginner .cont02 h2 {
	font-size: 24px;
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	border: 1px solid #fff;
	color: #fff;
	width: auto;
	height: auto;
	padding: 102px 112px 102px 43px;
	white-space: nowrap;
}
.beginner .cont02 ul {
	font-size: 24px;
	float: right;
	width: 790px;
	list-style-type: disc;
	color: #fff;
	line-height: 2;
}


.beginner .cont03{
	border-bottom: 10px solid #aa843f;
}
.beginner .cont03 .inner{
	width:960px;
}

.beginner .cont03 h2{
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin: 70px 0 0;
	padding-top: 80px;
	font-size: 20px;
	text-align: center;
	background: url(img/beginner_text01.png) center top no-repeat;
}

.beginner .cont03 .text_box{
	position: relative;
	width: 100%;
}
.beginner .cont03 .text_box:nth-of-type(1){
	margin-top: 60px;
}
.beginner .cont03 .text_box:not(:first-of-type){
	margin-top: 110px;
}
.beginner .cont03 .text_box:nth-of-type(5) {
	padding-bottom: 150px;
}
.beginner .cont03 .text_box h3{
	font-size: 32px;
	font-family: "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
	font-weight: bold;
	padding-top: 50px;
}
.beginner .cont03 .text_box:nth-of-type(1) h3 {
	background: url(img/beginner_text02.png);
	background-repeat: no-repeat;
	background-position: 0 20px;
}
.beginner .cont03 .text_box:nth-of-type(2) h3 {
    background-image: url(img/beginner_text03.png);
	background-repeat: no-repeat;
	background-position: 0 17px;
}
.beginner .cont03 .text_box:nth-of-type(3) h3 {
    background-image: url(img/beginner_text04.png);
	background-repeat: no-repeat;
	background-position: 0 20px;
}
.beginner .cont03 .text_box:nth-of-type(4) h3 {
    background-image: url(img/beginner_text05.png);
	background-repeat: no-repeat;
	background-position: 0 20px;
}
.beginner .cont03 .text_box:nth-of-type(5) h3 {
    background-image: url(img/beginner_text06.png);
	background-repeat: no-repeat;
	background-position: 0 20px;
}
.beginner .cont03 .text_box p{
	font-size: 16px;
	line-height: 2;
	margin-top: 20px;
}
.beginner .cont03 .text_box:not(:last-child):before {
	position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background-image: repeating-linear-gradient(
        to right,
        #aa843f 0px,
        #aa843f 4px,
        transparent 4px,
        transparent 8px);
	bottom: -58px;
}



.beginner .cont06{
	width: 100%;
	background-color: #aa843f;
}
.beginner .cont06 .cont06_box{
	width: 960px;
	margin: auto;
	color: #fff;
}
.beginner .cont06 .cont06_box h2{
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	padding-top: 211px;
	font-size: 20px;
	text-align: center;
	background: url(img/beginner_text08.png);
	background-repeat: no-repeat;
	background-position: center 128px;
}
.beginner .cont06 .cont06_box ul{
	display: grid;
	grid-template-columns: repeat(2,1fr);
	width: 100%;
	height: 330px;
	color: #000000;
	background-color: #fff;
	margin-top: 40px;
	box-sizing: border-box;
	padding: 60px 70px 60px 120px;
}
.grid_box01 li:nth-of-type(even){
	margin-left: 20px;
}

.beginner .cont06 .cont06_box ul li{
	display: flex;
	align-items: center;
	position: relative;
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 26px;
	font-weight: 600;
	margin-bottom: 20px;
	white-space: nowrap;
}
.beginner .cont06 .cont06_box ul li:before{
	position: absolute;
	display: block;
	content: url(img/beginner_img04.png);
	width: 35px;
	height: 20px;
	top:0;
	left:-47px;
}
.beginner .cont06 .cont06_box > p {
	position: relative;
	font-size: 24px;
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: center;
	margin-top: 50px;
  }
  .beginner .cont06 .cont06_box > p:before {
	position: absolute;
	display: block;
	content: url(img/beginner_img05.png);
	width: 30px;
	height: 36px;
	top:0;
	left:205px;
  }
  .beginner .cont06 .cont06_box > p:after {
	position: absolute;
	display: block;
	content: url(img/beginner_img06.png);
	width: 30px;
	height: 36px;
	top:0;
	right:220px;
  }
  .beginner .cont06 .cont06_box .grid_box02{
	display: grid; 
	grid-template-columns: repeat(3, 1fr); 
	gap: 15px;
	text-align: center;
	margin-top: 52px;
	padding-bottom: 122px;
  }
  .beginner .cont06 .cont06_box .grid_box02 .grid_sircle{
	position: relative;
	width: 300px;
	height: 300px;
  }
  .beginner .cont06 .cont06_box .grid_box02 .grid_sircle:before{
	position: absolute;
	content: "";
	background-image: url(img/beginner_img02_sircle.png);
	background-repeat: no-repeat;
	width: 304px;
	height: 304px;
	top: 0;
	left: 0;
 }
  .beginner .cont06 .cont06_box .grid_box02 .grid_sircle h3{
	font-size: 30px;
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin-top: 80px;
  }
  .beginner .cont06 .cont06_box .grid_box02 .grid_sircle p{
	font-size: 16px;
	margin-top: 20px;
  }


  .beginner .cont07{
	width: 100%;
	margin: auto;
    padding-bottom: 195px;
	background-color: #f6f2eb;
  }
  .beginner .cont07 h2:nth-of-type(1){
	font-size:20px;
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	padding-top: 231px;
	text-align: center;
	background: url(img/beginner_text09.png) ;
	background-repeat: no-repeat;
	background-position: center 150px;
}
.beginner .cont07 .grid{
	display: grid;
	grid-template-columns: repeat(2, 590px);
	grid-template-rows: repeat(3, auto); 
	max-width: 1200px;
	margin: 40px auto 0 auto;
	gap: 20px;
}
.beginner .cont07 .grid .grid_box{
	width: 590px;
	height: auto;
	border-left: solid 3px #aa843f;
	background-color: #fff;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.07); 
}
.beginner .cont07 .grid .grid_box h3{
	position: relative;
	font-size: 28px;
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	padding-left: 48px;
	margin: 30px 0 0 30px;
}
.beginner .cont07 .grid .grid_box:nth-of-type(3) h3,
.beginner .cont07 .grid .grid_box:nth-of-type(5) h3{
	font-size: 22px;
}
.beginner .cont07 .grid .grid_box h3:before{
	position: absolute;
	display: block;
	content: url(img/beginner_img07.png);
	width: 30px;
	height: 36px;
	top: 2px;
    left: 12px;
}
  .beginner .cont07 .grid .grid_box p{
	font-size: 18px;
	line-height: 1.666;
	padding: 12px 50px 30px 40px;
  }
  .beginner .cont07 h2:nth-of-type(2){
	position: relative;
	font-size:32px;
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: center;
	color: #aa843f;
	margin-top: 122px;
  }
.beginner .cont07 h2:nth-of-type(2)::before,
.beginner .cont07 h2:nth-of-type(2)::after,
.beginner .cont07>p::before,
.beginner .cont07>p::after {
  content: "";
  position: absolute;
  width: 830px; 
  height: 1px;
  background-color: #aa843f; 
  left: 50%;
  transform: translateX(-50%);
}
.beginner .cont07 h2:nth-of-type(2)::before {
  top: -32px; 
}
.beginner .cont07 h2:nth-of-type(2)::after {
  top: -40px;
}
.beginner .cont07>p{
	position: relative;
	font-size: 18px;
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: center;
	line-height: 1.666;
	margin-top: 15px;
}
.beginner .cont07>p::before {
	bottom: -32px; 
  }
.beginner .cont07>p::after {
	bottom: -40px;
  }

.beginner .cont08{
	width: 1200px;
	margin: auto;
	padding-bottom: 62px;
  }
.beginner .cont08 h2{
	font-size:20px;
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	padding-top: 230px;
	text-align: center;
	background: url(img/beginner_text10.png) ;
	background-repeat: no-repeat;
	background-position: center 147px;
}
.beginner .cont08 .grid{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
	gap: 5px;
	width: 100%;
	margin-top: 40px;
}
        
.beginner .cont08 .grid .grid_box:nth-of-type(1) p:nth-of-type(1){
	font-size: 16px;
	line-height: 2;
}
.beginner .cont08 .grid .grid_box:nth-of-type(2){
	padding-left: 25px;
}
.beginner .cont08 .grid .grid_box:nth-of-type(3) p:nth-of-type(1) {
	position: relative;
	width: 350px;
	height: 50px;
	background-position: 92px center;
	background-repeat: no-repeat;
	background-color: #eeeeee;
	border: solid 1px #707070;
	line-height: 1;
	margin: 35px 0 50px 0;
	padding: 17px 45px 17px 92px;
	cursor: pointer;
	box-sizing: border-box;
}
.beginner .cont08 .grid .grid_box:nth-of-type(3) p:nth-of-type(1):before {
	position: absolute;
	display: block;
	content: url(img/beginner_img08.png);
	width: 29px;
	height: 30px;
	top: 10px;
	left: 49px;
}
.beginner .cont08 .grid .grid_box:nth-of-type(3) p:nth-of-type(2) span a{
	color: #aa843f; 
	text-decoration: underline; 
	text-decoration-color: #aa843f;
}

.beginner .cont08 .grid .grid_box:nth-of-type(1) {
    grid-row: span 2 / span 2;
}

.beginner .cont08 .grid .grid_box:nth-of-type(2) {
    grid-row: span 50 / span 3;
}

.beginner .cont08 .grid .grid_box:nth-of-type(3) {
    grid-row-start: 3;
}
        



.beginner .cont09{
	position: relative;
	width: 100%;
	background-color: #f6f2eb;
	margin: auto;
	padding-bottom: 151px;
}
.beginner .cont09:before{
	content: "";
	position: absolute;
	width: 100%;
	height: 10px;
	background-color: #aa843f;
	bottom: 0;
}
.beginner .cont09 h2:nth-of-type(1){
    font-size: 20px;
    font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    padding-top: 230px;
    text-align: center;
    background: url(img/beginner_text12.png);
    background-repeat: no-repeat;
    background-position: center 150px;
}
.beginner .cont09 > p:first-of-type{
	font-size: 16px;
	margin: 64px auto;
	line-height: 2;
	text-align: center;
}
.beginner .cont09 table {
	font-size: 20px;
	font-family: "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
    width: 960px;
    border-collapse: separate;
    border-spacing: 10px 11px;
    margin: auto;
    text-align: center;
}
.beginner .cont09 table thead th {
	font-weight: bold;
    background-color: #aa843f;
    color: #ffffff; 
    height: 50px; 
	line-height: 50px;
    padding: 0;
}
.beginner .cont09 table th:nth-child(1),
.beginner .cont09 table td:nth-child(1) {
    width: 220px;
}
.beginner .cont09 table th:nth-child(2),
.beginner .cont09 table td:nth-child(2) {
    width: 350px;
}
.beginner .cont09 table th:nth-child(3),
.beginner .cont09 table td:nth-child(3) {
    width: 370px;
}
.beginner .cont09 table tbody td {
	font-weight: bold;
    height: 50px; 
	line-height: 50px;
    background-color: #ffffff;
    color: #000000;
    padding: 0;
}
.beginner .cont09 table thead th:nth-child(3) {
    background-color: #000000; 
}
.beginner .cont09 table tbody td span{
	font-size: 14px;
	font-weight: bold;
}
.beginner .cont09 .box{
	width: 960px;
	text-align: left;
	margin: auto;
}
.beginner .cont09 .box h3{
	margin-top: 40px;
}
.beginner .cont09 .box p{
	margin-top: 22px;
	line-height: 1.875;
}
.beginner .cont09 .box h3{
	position: relative;
	font-size: 16px;
	font-weight: bold;
	left: 20px;
	color: #aa843f;
}
.beginner .cont09 .box h3:before{
	content: "■";
    position: absolute;
    color: #aa843f;
	bottom: 0;
    left: -16px;
}
.beginner .cont09 h2:nth-of-type(2){
	position:relative;
    font-size: 20px;
	font-weight: bold;
    text-align: center;
	color: #aa843f;
	margin-top: 160px;
    background: url(img/beginner_text12.png);
    background-repeat: no-repeat;
    background-position: center 150px;
}
.beginner .cont09 h2:nth-of-type(2) span{
	font-size: 36px;
    font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #000;
	font-weight: 600;
}
.beginner .cont09 h2:nth-of-type(2):before{
	content: "";
    position: absolute;
    width: 630px;
    height: 1px;
    background-color: #aa843f;
	top: -30px;
    left: 50%;
    transform: translateX(-50%);
}
.beginner .cont09 h2:nth-of-type(2):after{
	content: "";
    position: absolute;
    width: 630px;
    height: 1px;
    background-color: #aa843f;
	bottom: -24px;
    left: 50%;
    transform: translateX(-50%);
}
.beginner .cont09 .grid{
	display: grid;
	grid-template-columns: 590px 590px;
	gap: 20px;
	width: 1200px;
	margin: 81px auto 0 ;
}
.beginner .cont09 .grid .grid_box{
	background-color: #fff;
	padding: 40px 32px 32px 37px;
	box-sizing: border-box;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}
.beginner .cont09 .grid .grid_box h3{
	position: relative;
	font-size: 20px;
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: bold;
	margin-bottom: 20px;
	left: 24px;
	color: #aa843f;
}
.beginner .cont09 .grid .grid_box h3:before{
	content: "■";
    position: absolute;
    color: #aa843f;
	bottom: 0;
    left: -24px;
}
.beginner .cont09 .grid .grid_box p{
	font-size: 16px;
	line-height: 1.875;
}
.beginner .cont09 >p:nth-of-type(2){
	font-size: 18px;
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: center;
	line-height: 2;
    margin: 60px 0 100px;
}
.beginner .cont09 >p:nth-of-type(3){
	position: relative;
	font-size: 24px;
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: 600;
	text-align: center;
	line-height: 1.6666;
	margin: 60px 0;
	z-index: 1;
}
.beginner .cont09:after{
	content: "";
    position: absolute;
    bottom: 164px;
    left: 50%;
    transform: translate(-50%);
    width: 1200px;
    height: 180px;
    background-image: url(img/beginner_img16.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
	z-index: 0;
}

.beginner .cont09 p:nth-of-type(3) span{
	font-size: 20px;
	font-weight: 600;
}

.beginner .cont10{
	position: relative;
	width: 1200px;
	margin: auto;
	padding-bottom: 150px;
	text-align: center;
}
.beginner .cont10 h2{
	font-size: 20px;
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: center;
	background: url(img/beginner_text13.png);
	background-repeat: no-repeat;
	background-position: center 150px;
	padding-top: 230px;
	line-height: 1;
}
.beginner .cont10 >p:nth-of-type(1){
	font-size: 16px;
	margin-top: 59px;
	line-height: 2;
}
.beginner .cont10 .grid{
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto; 
	column-gap: 15px;
	row-gap: 50px;
    margin-top: 70px;
}
.beginner .cont10 .grid .grid_box{
	width: 390px;
	height: 310px;
	background-color: #f6f2eb;
}
.beginner .cont10 .grid .grid_box h3{
	position: relative;
	font-size: 24px;
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #aa843f;
	margin: 60px 39px 20px;
}
.beginner .cont10 .grid .grid_box:nth-of-type(1) h3:before,
.beginner .cont10 .grid .grid_box:nth-of-type(2) h3:before,
.beginner .cont10 .grid .grid_box:nth-of-type(3) h3:before,
.beginner .cont10 .grid .grid_box:nth-of-type(4) h3:before,
.beginner .cont10 .grid .grid_box:nth-of-type(5) h3:before,
.beginner .cont10 .grid .grid_box:nth-of-type(6) h3:before{
	position: absolute;
	display: block;
	top: -88px;
	left: 49%;
	transform: translateX(-50%);
}
.beginner .cont10 .grid .grid_box:nth-of-type(1) h3:before{
	content: url(img/beginner_img10.png);
    width: 46px;
    height: 60px;
}
.beginner .cont10 .grid .grid_box:nth-of-type(2) h3:before{
	content: url(img/beginner_img11.png);
    width: 60px;
    height: 60px;
	top: -83px;
}
.beginner .cont10 .grid .grid_box:nth-of-type(3) h3:before{
	content: url(img/beginner_img12.png);
    width: 74px;
    height: 50px;
	top: -76px;
}
.beginner .cont10 .grid .grid_box:nth-of-type(4) h3:before{
	content: url(img/beginner_img13.png);
    width: 75px;
    height: 60px;
}
.beginner .cont10 .grid .grid_box:nth-of-type(5) h3:before{
	content: url(img/beginner_img14.png);
    width: 47px;
    height: 58px;
	top: -83px;
}
.beginner .cont10 .grid .grid_box:nth-of-type(6) h3:before{
	content: url(img/beginner_img15.png);
    width: 52px;
    height: 60px;
}
.beginner .cont10 .grid .grid_box p{
	font-size: 16px;
	line-height: 1.875;
	margin: 0 41px 33px;
	text-align: left;
}

.beginner .profile_box{
	position: relative;
}
.beginner .profile_box:before{
	content: "";
	position: absolute;
	width: 100%;
	height: 3px;
	background-color: #aa843f;
	top: 0;
    top: 94px;
}
.beginner .profile_box .bg .inner table tr th{
	font-weight: bold;
}

.beginner .cont11{
	padding:120px 0;
}
.beginner .cont11 h2{
	text-align: center;
	padding-top:80px;
	margin-bottom: 80px;
	background: url(img/recruit_single_title09.png) center top no-repeat;
}
.beginner .cont11 .inner{
	width:1000px;
}
.beginner .cont11 .inner th{
	padding:20px 0 20px 30px;
	border-bottom: 2px solid #aa843f;
	text-align: left;
	font-weight: bold;
	color:#aa843f;
	width:200px;
}
.beginner .cont11 .inner td{
	padding:20px 0 20px 30px;
	border-bottom: 2px solid #ccc;
	text-align: left;
	width:740px;
}




.about_box {
    position: relative;
    padding-bottom: 130px;
}

.about_box h2{
	font-size:20px;
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin-bottom: 82px;
	padding-top: 230px;
	text-align: center;
	background: url(img/recruit_single_title01.png) ;
	background-repeat: no-repeat;
	background-position: center 150px;
}
.about_box .clearfix .img{
	width:560px;
	float: left;
}
.about_box .clearfix:nth-of-type(2n) .img{
	float: right;
}
.about_box .clearfix .text_box{
	margin:60px 0 0 70px;
	width:570px;
	float: left;
}
.about_box .clearfix .text_box h3{
	font-size:24px;
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color:#aa843f;
	font-weight: bold;
	padding-bottom: 30px;
}
.about_box .clearfix .text_box .text{
	line-height: 3;
}
.about_box .flex_box{
	display: flex;
	justify-content: center;
	gap: 31px;
	margin-top: 68px;
}
.about_box .flex_box .flex_box01,
.about_box .flex_box .flex_box02,
.about_box .flex_box .flex_box03{
	width: 380px;
	height: 340px;
	border: #aa843f, 3px ,solid;
}
.about_box .flex_box h3{
	font-size: 24px;
	font-weight: bold;
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #aa843f;
	text-align: center;
	margin: 54px auto 45px;
}
.about_box .flex_box p{
	font-size: 16px;
	line-height: 2;
	width: 292px;
	height: auto;
	margin: auto;
}



.number_box{
	background: #f6f2eb;
	padding:120px 0;
}
.number_box h2{
	text-align: center;
	height: 0;
	overflow: hidden;
	padding-top:151px;
	margin-bottom: 72px;
	background: url(img/recruit_single_title02.png) center top no-repeat;
}
.number_box .box{
	width:374px;
	float: left;
	border:3px solid #aa843f;
	background: #fff;
	padding-top: 45px;
	height: 187px;
	margin:0 30px 30px 0;
}
.number_box .box:nth-of-type(3n){
	margin:0 0 30px 0;
}
.number_box .box h3{
	padding-top: 49px;
	height: 0;
	overflow: hidden;
	text-align: center;
	background: url(img/recruit_single_title03.png) center top no-repeat;
	margin-bottom: 40px;
}
.number_box .box:nth-of-type(2) h3{
	background: url(img/recruit_single_title04.png) center top no-repeat;
}
.number_box .box:nth-of-type(3) h3{
	background: url(img/recruit_single_title05.png) center top no-repeat;
}
.number_box .box:nth-of-type(4) h3{
	background: url(img/recruit_single_title06.png) center top no-repeat;
}
.number_box .box:nth-of-type(5) h3{
	background: url(img/recruit_single_title07.png) center top no-repeat;
}
.number_box .box:nth-of-type(6) h3{
	background: url(img/recruit_single_title08.png) center top no-repeat;
}
.number_box .box p{
	padding: 0 35px;
	line-height: 2;
}



/* thanks
------------------------------------------------------------------------*/
.thanks .cont01 .text{
	text-align: center;
	line-height: 2;
	padding: 50px 0;
}
.thanks .cont01 .button{
	margin: 0 auto 80px;
	width:250px;
	text-align: center;
}
.thanks .cont01 .button a{
	display: block;
	padding: 10px 0;
	font-weight: bold;
	color:#fff;
	background: #91733c;
	border:1px solid #91733c;
}
.thanks .cont01 .button a:hover{
	color:#91733c;
	background:#fff;
	text-decoration: none;
}




/* yonmaru
------------------------------------------------------------------------*/
.yonmaru .cont01 .text{
	text-align: center;
	line-height: 2;
	padding: 50px 0;
}
.yonmaru .cont01 .button{
	margin: 0 auto 80px;
	width:250px;
	text-align: center;
}
.yonmaru .cont01 .button a{
	display: block;
	padding: 10px 0;
	font-weight: bold;
	color:#fff;
	background: #91733c;
	border:1px solid #91733c;
}
.yonmaru .cont01 .button a:hover{
	color:#91733c;
	background:#fff;
	text-decoration: none;
}





/* side_box
------------------------------------------------------------------------*/
.side_box{
	position: fixed;
	top:100px;
	right:0;
	z-index: 10000;
	background: #fff;
	border-top: 3px solid #aa843f;
	border-right:1px solid #aa843f;
	border-bottom:1px solid #aa843f;
	border-left:1px solid #aa843f;
	width:400px;
	margin-right: -402px;
	display: flex;
}
.side_box:hover,
.side_box h2:hover{
	margin-right: 0;
}


.side_box h2{
	position: absolute;
	top:-3px;
	left:-30px;
	background: #aa843f;
	color:#fff;
	writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode:vertical-rl;
	width:30px;
	padding:50px 0 40px;
	line-height: 1.8;
	letter-spacing: 3px;
}
.side_box h2:after{
	content: "";
	display: block;
	width:0;
	height: 0;
    border-top: 30px solid #aa843f;
    border-left: 30px solid transparent;
    position: absolute;
    bottom:-29px;
    right:0;
}

.side_box .left_box,
.side_box .right_box{
	width:200px;
	padding:24px 0 4px 19px;
	box-sizing: border-box;
}



.side_box h3,
.side_box p{
	margin-bottom: 20px;
}
.side_box h3 a,
.side_box p a{
	font-size:18px;
	color:#aa843f;
	font-weight: bold;
}
.side_box h3 a:before,
.side_box p a:before{
	content: "◆ ";
}
.side_box ul li{
	margin-bottom: 20px;
}
.side_box ul li:before{
	content: " - ";
}



/*  contact_box 
------------------------------------------------------------------------*/
.recruit_single .contact_box,
.outsourcing .contact_box,
.beginner .contact_box{
	width: 100%;
	margin: auto;
    padding-bottom: 150px;
	background-color:#f6f2eb;
	text-align: center;
}
.recruit_single .contact_box h2,
.outsourcing .contact_box h2,
.beginner .contact_box h2{
	position: relative;
	text-align: center;
	font-size: 20px;
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	padding-top: 213px;
	line-height: 1;
}
.recruit_single .contact_box h2:before,
.outsourcing .contact_box h2:before,
.beginner .contact_box h2:before{
	content:"";
	background-image: url(img/outsourcing_title08.png);
	background-repeat: no-repeat;
	width: 313px;
	height: 48px;
	position: absolute;
	top: 127px;
	left: 50%;
	transform: translateX(-50%);
}
.recruit_single .contact_box p,
.outsourcing .contact_box p,
.beginner .contact_box p{
	text-align: center;
    line-height: 3;
    margin-top: 70px;
}
.recruit_single .contact_box .mail-info-box,
.outsourcing .contact_box .mail-info-box,
.beginner .contact_box .mail-info-box{
	font-size: 20px;
    width: 420px;
    height: 80px;
    margin: 50px auto 0 auto;
	text-align: center;
	line-height: 3;
	margin-top: 70px;
	padding-left: 45px;
	position: relative;
    border: solid 1px #aa843f;
    line-height: 80px;
}
.recruit_single .contact_box .mail-info-box::before,
.outsourcing .contact_box .mail-info-box::before,
.beginner .contact_box .mail-info-box::before{
	content: "";
	background-image: url(img/outsourcing_img03.png);
	width: 27px;
	height: 20px;
	position: absolute;
	top: 29px;
	left: 62px;
	margin:0 auto;
}




/* footer
------------------------------------------------------------------------*/
footer{
	background:#000;
}
footer .box01{
	padding:80px 0 80px 300px;
	width:900px;
	position: relative;
	color:#aa843f;
	border-bottom:1px solid #aa843f;
}
footer .box01 h2{
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size:24px;
	font-weight: bold;
	margin-bottom: 10px;
}
footer .box01 .logo{
	position: absolute;
	left:60px;
	top:0;
	bottom:0;
	margin:auto 0;
	height: 160px;
}
footer .box01 .place{
	padding-left: 30px;
	background:url(img/footer_icon01.png) 2px 8px no-repeat;
	line-height: 2.5;
}
footer .box01 .tel{
	padding-left: 30px;
	background:url(img/footer_icon02.png) left 8px no-repeat;
	line-height: 2.5;
}
footer .box01 .mail{
	padding-left: 30px;
	background:url(img/footer_icon03.png) left 10px no-repeat;
	line-height: 2.5;
}


footer .box02{
	padding: 80px 0 60px;
}
footer .box02 .nav{
	width:150px;
	float: left;
	margin-left: 30px;
}
footer .box02 .nav ul{
	list-style-type: disc;
	color:#aa843f;
	margin:0 0 20px 20px;
	line-height: 3;
}

footer .box02 .nav a{
	color:#aa843f;
}
footer .box02 .bnr{
	width:960px;
	float: right;
}
footer .box02 .bnr li{
	width:300px;
	float: left;
	margin:0 0 20px 20px;
}
footer .copy{
	color:#fff;
	padding: 5px 0;
	text-align: center;
	background:#aa843f;
	font-size:14px;
}

.side_hojokin {
    position: fixed;
    writing-mode: vertical-rl;
    bottom: 350px;
    right: 0;
    z-index: 999;
}
.side_hojokin a {
    display: block;
    font-size: 14px;
    color: #fff;
    padding: 30px 5px 10px;
    background: #5db7e1 url(img/side_icon01.png) center 10px no-repeat;
}
.side_it {
    position: fixed;
    writing-mode: vertical-rl;
    text-orientation: upright;
    bottom: 160px;
    right: 0;
    z-index: 999;
}
.side_it a {
    display: block;
    font-size: 14px;
    color: #fff;
    padding: 35px 5px 10px;
    background: #5d66e1 url(img/side_icon02.png) center 10px no-repeat;
}
.side_hojokin a:hover,
.side_it a:hover {
	text-decoration: none;
}



}

/*===============================================
横幅430px以下
===============================================*/
@media screen and (max-width: 431px){

html,
body,
.wrap{
	width: 430px;
	position: relative;
}
.inner{
	width: auto;
}
img{
	max-width:430px;
}
.pc{
	display: none;
}




/* catwalk
------------------------------------------------------------------------*/
.catwalk_on{
	position: fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index: 9999;
	width:100%;
	height: 100%;
	-webkit-transition: all 0.1s linear 1.5s;
	-moz-transition: all 0.1s linear 1.5s;
	-ms-transition: all 0.1s linear 1.5s;
	-o-transition: all 0.1s linear 1.5s;
	transition: all 0.1s linear 1.5s;
}
.catwalk_off{
	z-index: -9999;
}

.catwalk_on::before{
	content: "";
	display: block;
	width:100%;
	height: 50%;
	background:#fff;
	position: fixed;
	top:0;
	left:0;
	right: 0;
	z-index: 9999;
	-webkit-transition: all 0.5s linear 1s;
	-moz-transition: all 0.5s linear 1s;
	-ms-transition: all 0.5s linear 1s;
	-o-transition: all 0.5s linear 1s;
	transition: all 0.5s linear 1s;
}
.catwalk_on::after{
	content: "";
	display: block;
	width:100%;
	height: 50%;
	background:#fff;
	position: fixed;
	bottom:0;
	left:0;
	right: 0;
	z-index: 9999;
	-webkit-transition: all 0.5s linear 1s;
	-moz-transition: all 0.5s linear 1s;
	-ms-transition: all 0.5s linear 1s;
	-o-transition: all 0.5s linear 1s;
	transition: all 0.5s linear 1s;
}
.catwalk_off::before{
	height: 0;
}
.catwalk_off::after{
	height: 0;
}

.catwalk_on p.catwalk{
	position: relative;
	top:0;
	right:0;
	bottom:0;
	left:0;
	width:100%;
	height: 100%;
}
.catwalk_on p.catwalk::before{
	content: "";
	display: block;
	width:0;
	height: 0;
	border-top: 30px solid #fff;
	border-right: 430px solid transparent;
	position: absolute;
	top:50%;
	left:0;
	z-index: 9999;
	-webkit-transition: all 0.5s linear 1s;
	-moz-transition: all 0.5s linear 1s;
	-ms-transition: all 0.5s linear 1s;
	-o-transition: all 0.5s linear 1s;
	transition: all 0.5s linear 1s;
}
.catwalk_on p.catwalk::after{
	content: "";
	display: block;
	width:0;
	height: 0;
	border-bottom: 30px solid #fff;
	border-left: 430px solid transparent;
	position: absolute;
	bottom:50%;
	right:0;
	z-index: 9999;
	-webkit-transition: all 0.5s linear 1s;
	-moz-transition: all 0.5s linear 1s;
	-ms-transition: all 0.5s linear 1s;
	-o-transition: all 0.5s linear 1s;
	transition: all 0.5s linear 1s;
}

.catwalk_off p.catwalk::before{
	top:-30px;
}
.catwalk_off p.catwalk::after{
	bottom:-30px;
}

.catwalk_on p.catwalk img{
	display: block;
	position: absolute;
	left:-100px;
	top:50%;
	z-index: 10000;
	-webkit-transition: all 1s linear;
	-moz-transition: all 1s linear;
	-ms-transition: all 1s linear;
	-o-transition: all 1s linear;
	transition: all 1s linear;
}
.catwalk_off p.catwalk img{
	left:100%;
	top:calc(50% - 100px);
}




/* header
------------------------------------------------------------------------*/
header{
	position: fixed;
	z-index: 1000;
	background:#fff;
	width:430px;
	height: 80px;
}
header::before{
	content: "";
	display: block;
	width:0;
	height: 0;
	border-top: 30px solid #fff;
	border-right: 430px solid transparent;
	position: absolute;
	top:79px;
	left:0;
}
header h1{
	position: fixed;
	top:10px;
	left:10px;
	font-size:12px;
}
header .logo{
	position: fixed;
	top:30px;
	left:20px;
}
header .logo img{
	width:150px;
}






/* nav
------------------------------------------------------------------------*/
nav{
	position: fixed;
	top:0;
	right:0;
	z-index: 10000;
}


/* #nav-btn {
	width: 60px;
	height: 60px;
	position: absolute;
	top:10px;
	right:10px;
	z-index: 10010;
	transition: all .5s;
	background: #000;
}
.menu-btn,
.menu-btn span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.menu-btn {
	position: absolute;
	width: 30px;
	height: 23px;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}
.menu-btn span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
	background: #aa843f;
}
.menu-btn span:nth-of-type(1) {
	top: 0;
}
.menu-btn span:nth-of-type(2) {
	top: 10px;
}
.menu-btn span:nth-of-type(3) {
	bottom: 0;
}
#nav-btn.active .menu-btn span:nth-of-type(1) {
	-webkit-transform: translateY(15px) rotate(-45deg);
	transform: translateY(10px) rotate(-45deg);
}
#nav-btn.active .menu-btn span:nth-of-type(2) {
	opacity: 0;
}
#nav-btn.active .menu-btn span:nth-of-type(3) {
	-webkit-transform: translateY(-10px) rotate(45deg);
	transform: translateY(-10px) rotate(45deg);
}
#nav {
	display: none;
}
#nav-btn.active + #nav {
	display: block;
	position: absolute;
	z-index: 1001;
	top: 80px;
	left: -431px;
	z-index: 10000;
	width: 430px;
}

#nav-btn.active + #nav li{
	text-align: center;
	border-top: 1px solid #aaa;
}
#nav-btn.active + #nav li a{
	display: block;
	background:rgba(256,256,256,0.8);
	position: relative;
	font-size:12px;
	padding:55px 0 0;
	height: 35px;
}
header nav ul li a::before{
	content: url(img/nav_icon01.png);
	position: absolute;
	top:20px;
	left:0;
	right:0;
	margin:0 auto;
}
header nav ul li:nth-of-type(2) a::before{
	content: url(img/nav_icon02.png);
}
header nav ul li:nth-of-type(3) a::before{
	content: url(img/nav_icon03.png);
}
header nav ul li:nth-of-type(4) a::before{
	content: url(img/nav_icon04.png);
}
header nav ul li:nth-of-type(5) a::before{
	content: url(img/nav_icon05.png);
}
header nav ul li:nth-of-type(6) a::before{
	content: url(img/nav_icon06.png);
}
header nav ul li a::after{
	content:"";
	width:12px;
	height: 2px;
	background:#91733c;
	position: absolute;
	top:45px;
	left:0;
	right:0;
	margin:0 auto;
} */


/* nav */
#footer-nav-btn {
	width: 60px;
	height: 60px;
	transition: all .5s;
	background: #000;
	position: fixed;
	top:10px;
	right:10px;
	z-index: 9998;
}
#footer-nav-btn .menu-btn {
	position: absolute;
	width: 30px;
	height: 23px;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}
#footer-nav-btn .menu-btn span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
	background: #aa843f;
}
#footer-nav-btn .menu-btn span:nth-of-type(1) {
	top: 0;
}
#footer-nav-btn .menu-btn span:nth-of-type(2) {
	top: 10px;
}
#footer-nav-btn .menu-btn span:nth-of-type(3) {
	bottom: 0;
}
#footer-nav-btn.active .menu-btn span:nth-of-type(1) {
	-webkit-transform: translateY(15px) rotate(-45deg);
	transform: translateY(10px) rotate(-45deg);
}
#footer-nav-btn.active .menu-btn span:nth-of-type(2) {
	opacity: 0;
}
#footer-nav-btn.active .menu-btn span:nth-of-type(3) {
	-webkit-transform: translateY(-10px) rotate(45deg);
	transform: translateY(-10px) rotate(45deg);
}
#ham-menu {
	background: rgba(0, 0, 0, 0.8);
	box-sizing: border-box;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 0;
	transform: 0.5s;
	overflow-y: auto;
	opacity: 0;
	z-index: 1000;
}
#ham-menu .flex {
	display: flex;
	margin: auto;
	max-width: 1090px;
	width: 100%;
	padding: 50px 0 85px;
}
#ham-menu .list01 {
	list-style-type: none;
	width: 320px;
	margin-right: 30px;
}
#ham-menu .list01 .top a {
	display: flex;
	align-items: center;
	height: 70px;
	padding: 0 0 0 20px;
	border-bottom: 1px solid #fff;
}
#ham-menu .list01 .top a span {
	display: inline-block;
	margin-left: 15px;
	font-size: 14px;
}
	#ham-menu .list01 .top a span::before {
		content: '[';
		padding-right: 5px;
	}
	#ham-menu .list01 .top a span::after {
		content: ']';
		padding-left: 5px;
	}
#ham-menu .list01 li {
	color: #fff;
	padding: 0 0 0 15px;
}
#ham-menu .list01 a {
	color: #fff;
	position: relative;
	padding: 0 0 0 25px;
	margin: 0 0 14px;
	font-size: 14px;
	display: inline-block;
}
	#ham-menu .list01 a:before {
		position: absolute;
		left: 5px;
		content: '・';
		display: inline-block;
		padding-right: 10px;
	}
	#ham-menu .list01 .top a::before {
		content: none;
	}
	#ham-menu .list01 a.under:before {
		content: "-";
		left: 10px;
	}
.bnr_box {
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	width: 310px;
	height: 650px;
}
.has-sub > a > img {
	width: 100%;
	height: auto;
}
.sub {
	overflow: hidden;
	position: absolute;
	left: 100%;
	top: 0;
	bottom: 0;
	width: 380px;
	z-index: 3;
	opacity: 0;
	transition: 1s;
	background: #fff;
	box-sizing: border-box;
	padding: 25px;
	margin-left: 37px;
}
.sub li {
	padding: 0 0 20px 20px;
}
.sub .top {
	padding: 0 0 20px;
}
	.sub .top::before {
		content: none;
	}
.sub .top a {
	display: flex;
	align-items: center;
	height: 70px;
	padding: 0 0 0 20px;
	border-bottom: 1px solid #000;
}
.sub .top span {
	font-size: 14px;
	display: inline-block;
}
	.sub .top span::before {
		content: '［';
		padding: 0 5px 0 15px;
	}
	.sub .top span::after {
		content: '］';
		padding: 0 5px;
	}
.sub li {
	padding: 0 0 20px 20px;
}
	.sub li::before {
		content: '・';
	}
.sub.active {
	overflow: visible;
	opacity: 1;
	z-index: 10;
	transition: 1s;
}
	.sub.active::after {
		content: '';
		position: absolute;
		transform: translateY(-50%);
		top: 50px;
		left: -14px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 10px 15px 10px 0;
		border-color: transparent #fff transparent transparent;
	}
	.sub.active.sub02::after {
		top: 160px;
	}
	.sub.active.sub03::after {
		top: 270px;
	}
	.sub.active.sub04::after {
		top: 380px;
	}
	.sub.active.sub05::after {
		top: 490px;
	}
	.sub.active.sub06::after {
		top: 600px;
	}
#ham-menu.active {
	z-index: 1000;
	height: 100%;
	opacity: 1;
}
@media screen and (max-width: 1100px) {
	#ham-menu .flex {
		justify-content: center;
		flex-wrap: wrap;
	}
	#ham-menu .list01 a {
		padding: 5px 0 5px 25px;
	}
	.bnr_box {
		position: relative;
		display: block;
		width: 310px;
		height: auto;
	}
	.sub {
		position: static;
		overflow: hidden;
		left: auto;
		top: auto;
		bottom: auto;
		height: 0;
		width: 310px;
		padding: 0 15px;
		margin-left: auto;
	}
	.sub.active {
		height: auto;
		padding: 15px;
	}
		.sub.active::after {
			content: none;
		}
	.sub .top a {
		padding: 0 0 0 10px;
	}
	.sub .top span {
		font-size: 12px;
		display: inline-block;
	}
		.sub .top span::before {
			content: '［';
			padding: 0 2px 0 8px;
		}
		.sub .top span::after {
			content: '］';
			padding: 0 2px;
		}
	.has-sub>a {
		pointer-events: none;
	}
	.has-sub>a.click {
		pointer-events: auto;
	}
}
@media screen and (max-width: 768px) {
	.sub li a::before {
		content: '';
		display: none;
	}
	#ham-menu .list01 a::after {
		content: '';
		display: none;
	}
}
@media screen and (max-width: 660px) {
	#ham-menu .flex {
		padding: 50px 0 85px;
	}
	#ham-menu .list01 {
		margin-bottom: 30px;
	}
}



/* home
------------------------------------------------------------------------*/
.home .key{
	background:url(img/home_key_bg_sp.png) center center no-repeat;
	background-size: cover;
	height: 600px;
	position: relative;
	margin-bottom: 500px;
	padding-top: 80px;
}
.home .key::after{
	content: "";
	display: block;
	width:0;
	height: 0;
	border-bottom: 30px solid #fff;
	border-left: 430px solid transparent;
	position: absolute;
	bottom:-1px;
	right:0;
}

.home .key p.text01{
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	padding-top: 100px;
	height: 40px;
	text-align: center;
	color:#fff;
	font-size:26px;
	position: absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	z-index: 2;
	margin:auto;
	background:url(img/home_key_logo.png) center top no-repeat;
	background-size: 300px;
}
.home .key p.text01.logo_on{
	-webkit-transition: all 3s ease-out 1.5s;
	-moz-transition: all 3s ease-out 1.5s;
	-ms-transition: all 3s ease-out 1.5s;
	-o-transition: all 3s ease-out 1.5s;
	transition: all 3s ease-out 1.5s;
	opacity: 0
}
.home .key p.text01.logo_off{
	opacity: 1
}
.home .key .inner{
	position: relative;
	height: 100%;
}
.home .key .text02{
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size:70px;
	color:#fff;
	opacity: 0.5;
	line-height: 1;
	position: absolute;
	bottom:300px;
	left:-190px;
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	animation: slide-in01 5s linear infinite;
}
.home .key .text03{
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size:70px;
	color:#fff;
	opacity: 0.5;
	line-height: 1;
	position: absolute;
	bottom:20px;
	left:20px;
	animation: slide-in02 5s linear infinite;
}

.home .key video{
	display: none;
}





.home .cont01{
	background:url(img/home_bg01_sp.png) center center no-repeat;
	background-size: cover;
	position: relative;
	padding-top: 1px;
	height: 880px;
}
.home .cont01::before{
	content: "";
	display: block;
	width:0;
	height: 0;
	border-top: 30px solid #fff;
	border-right: 430px solid transparent;
	position: absolute;
	top:-1px;
	left:0;
}
.home .cont01::after{
	content: "";
	display: block;
	width:0;
	height: 0;
	border-bottom: 30px solid #fff;
	border-left: 430px solid transparent;
	position: absolute;
	bottom:-1px;
	right:0;
}
.home .cont01 .inner{
	position: relative;
	height: 100%;
}
.home .cont01 .inner::before{
	content:"";
	background: url(img/home_icon01.png) center center no-repeat;
	background-size: 300px;
	width:100%;
	height:100%;
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index: -1;
}
.home .cont01 .inner::after{
	content:"ABOUT US";
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color:#aa843f;
	font-size:40px;
	line-height: 1;
	position: absolute;
	top:120px;
	right:20px;
}
.home .cont01 h2{
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: right;
	color:#fff;
	font-size:24px;
	padding: 200px 0 35px;
	position: relative;
	z-index: 2;
	margin-right: 20px;
}
.home .cont01 .text01{
	color:#fff;
	font-size:13px;
	text-align: right;
	line-height: 2.2;
	margin-right: 20px;
	position: relative;
	z-index: 2;
}
.home .cont01 .text02{
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color:#aa843f;
	font-size:86px;
	line-height: 1;
	opacity: 0.8;
	position: absolute;
	top:500px;
	right:-20px;
	width:1600px;
	text-align: right;
	animation: slide-in03_sp 5s linear infinite;
}
@keyframes slide-in03_sp {
	0% {transform: translate(500px, 0)}
	1% {transform: translate(400px, 0)}
	95% {transform: translate(-50px, 0)}
	100% {transform: translate(-500px, 0)}
}
.home .cont01 .img{
	position: absolute;
	top:380px;
	left:0;
}
.home .cont01 .img img{
	width:220px;
}
.home .cont01 ul{
	position: absolute;
	top:620px;
	z-index: 2;
}

.home .cont01 ul li{
	width:200px;
	padding: 0 0 10px 10px;
	float: left;
	text-align: center;
}
.home .cont01 ul li a{
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	display: block;
	border:1px solid #000;
	background:#fff;
	padding-top: 60px;
	height: 50px;
	font-size:18px;
	font-weight: bold;
	position: relative;
}
.home .cont01 ul li a::before{
	content:"";
	background: url(img/home_icon02.png) center center no-repeat;
	background-size: 130px;
	position: absolute;
	top:30px;
	left:0;
	right:0;
	margin:0 auto;
	height: 16px;
}
.home .cont01 ul li:nth-of-type(2) a::before{
	background: url(img/home_icon03.png) center center no-repeat;
	background-size: 102px;
}
.home .cont01 ul li:nth-of-type(3) a::before{
	background: url(img/home_icon04.png) center center no-repeat;
	background-size: 70px;
}
.home .cont01 ul li:nth-of-type(4) a::before{
	background: url(img/home_icon05.png) center center no-repeat;
	background-size: 95px;
}



.home .cont02{
	background:#fff;
	padding-top: 150px;
}

.home .cont02 .bg{
	background: #f2f2f2;
	position: relative;
	padding-top: 1px;
	padding-bottom: 100px;
}
.home .cont02 .bg::before{
	content: "";
	display: block;
	width:0;
	height: 0;
	border-top: 30px solid #fff;
	border-right: 430px solid transparent;
	position: absolute;
	top:-1px;
	left:0;
}

.home .cont02 .bg h2{
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	padding-top: 120px;
	background:url(img/home_title01.png) center top no-repeat;
	background-size: 360px;
	position: relative;
	z-index: 2;
	margin: -65px 0 50px;
	text-align: center;
	font-size:20px;
}
.home .cont02 .bg .clearfix .cont{
	border-top: 10px solid #aa843f;
	background:#fff;
	width:390px;
	padding: 30px 10px;
	margin:0 10px 40px;
}
.home .cont02 .bg .clearfix .cont .img img{
	width:100%;
}
.home .cont02 .bg .clearfix .cont h3{
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size:24px;
	color:#aa843f;
	padding: 30px 0 20px;
}
.home .cont02 .bg .clearfix .cont .text{
	line-height: 2;
	font-size:14px;
	padding: 0 0 30px;
}
.home .cont02 .bg .clearfix .cont .button{
	text-align: center;
}
.home .cont02 .bg .clearfix .cont .button a{
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	border: 1px solid #aa843f;
	color:#aa843f;
	font-size:24px;
	padding: 15px 0;
	display: block;
}




.home .cont03{
	background:#90713a url(img/home_bg02_sp.png) right top no-repeat;
	position: relative;
	height: 580px;
	text-align: center;
}
.home .cont03::before{
	content: "";
	display: block;
	width:0;
	height: 0;
	border-top: 50px solid #f2f2f2;
	border-right: 430px solid transparent;
	position: absolute;
	top:-1px;
	left:0;
}
.home .cont03 h2{
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	position: relative;
	color:#fff;
	font-size:16px;
	padding: 150px 0 60px;
}
.home .cont03 h2::after{
	content:"";
	background: url(img/home_icon06.png) center top no-repeat;
	background-size: 100%;
	width:300px;
	height: 80px;
	position: absolute;
	top:-40px;
	left:10px;
}
.home .cont03 h2::before{
	content:"";
	background: url(img/home_title02.png) center top no-repeat;
	background-size: 100%;
	width:160px;
	height: 30px;
	position: absolute;
	top:100px;
	left:0;
	right:0;
	margin:0 auto;
}
.home .cont03 .text{
	color:#fff;
	line-height: 2;
	padding-bottom: 70px;
	font-size:14px;
}
.home .cont03 .button{
	width:350px;
	margin:0 auto;
	text-align: center;
}
.home .cont03 .button a{
	display: block;
	padding:12px 0;
	background:#fff;
	color:#90713a;
	font-weight: bold;
	border:1px solid #90713a;
}





/* common
------------------------------------------------------------------------*/

.common .key{
	height:380px;
	position: relative;
}
.common.company .key{
	background:url(img/company_key_bg_sp.png) center top no-repeat;
	background-size: cover;
}
.common.contact .key,
.common.thanks .key{
	background:url(img/contact_key_bg_sp.png) center top no-repeat;
	background-size: cover;
}
.common.recruit .key,
.common.yonmaru .key{
	background:url(img/recruit_key_bg_sp.png) center top no-repeat;
	background-size: cover;
}
.common .key::after{
	content: "";
	display: block;
	width:0;
	height: 0;
	border-bottom: 30px solid #fff;
	border-left: 430px solid transparent;
	position: absolute;
	bottom:-1px;
	right:0;
}

.common .key p{
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	padding-top: 190px;
	text-align: center;
	color:#fff;
	font-size:26px;
	position: absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	margin:auto;
}
.common .key p::before{
	display: block;
	font-size: 30px;
	color: #aa843f;
}
.common.company .key p::before{
	content: 'COMPANY INFORMATION';
}
.common.contact .key p::before{
	content: 'CONTACT';
}
.common.thanks .key p::before{
	content: 'THANKS';
}
.common.recruit .key p::before{
	content: 'RECRUIT';
}
.common.yonmaru .key p::before{
	content: 'NOT FOUND';
}


.pankuzu{
	position: relative;
	height: 100%;
	text-align: right;
	padding:20px 10px 30px;
}
.pankuzu li{
	display: inline-block;
	font-size: 10px;
}
.pankuzu li::after{
	content: '>';
	padding: 0 15px;
}
.pankuzu li:last-of-type::after{
	content: "";
	padding:0;
}






/* .company
------------------------------------------------------------------------*/

.company .cont01{
	height: 300px;
	border-bottom: 3px solid #aa843f;
}
.company .cont01 .inner{
	position: relative;
}
.company .cont01 ul{
	position: absolute;
	top:0px;
	z-index: 2;
}
.company .cont01 ul li{
	width:200px;
	padding: 0 0 10px 10px;
	float: left;
	text-align: center;
}
.company .cont01 ul li a{
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	display: block;
	border:1px solid #000;
	background:#fff;
	padding-top: 60px;
	height: 50px;
	font-size:18px;
	font-weight: bold;
	position: relative;
}
.company .cont01 ul li a::before{
	content:"";
	background: url(img/home_icon02.png) center center no-repeat;
	background-size: 130px;
	position: absolute;
	top:30px;
	left:0;
	right:0;
	margin:0 auto;
	height: 16px;
}
.company .cont01 ul li:nth-of-type(2) a::before{
	background: url(img/home_icon03.png) center center no-repeat;
	background-size: 102px;
}
.company .cont01 ul li:nth-of-type(3) a::before{
	background: url(img/home_icon04.png) center center no-repeat;
	background-size: 70px;
}
.company .cont01 ul li:nth-of-type(4) a::before{
	background: url(img/home_icon05.png) center center no-repeat;
	background-size: 95px;
}


.company .cont02{
	padding-top:70px;
	margin-top: -70px;
}
.company .cont02 .bg{
	background:url(img/company_bg01.png);
	border-bottom: 3px solid #aa843f;
}

.company .cont02 .bg .inner h2{
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	padding-top: 60px;
	position: relative;
	z-index: 2;
	text-align: center;
	color: #000;
	font-size: 20px;
}
.company .cont02 .bg .inner h2::before{
	display: block;
	content: 'COMPANY　PHILOSOPHY';
	font-size:26px;
	color: #aa843f;
}
.company .cont02 .bg .inner h3{
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	padding-top: 40px;
	position: relative;
	z-index: 2;
	text-align: center;
	font-size:22px;
	color: #aa843f;
}
.company .cont02 .bg .inner h3::before{
	content: '“';
	color: #aa843f;
}
.company .cont02 .bg .inner h3::after{
	content: '”';
	color: #aa843f;
}
.company .cont02 .bg .inner .text{
	font-size: 14px;
	padding: 40px 0 60px;
	line-height: 3;
	text-align: center;
}


.greeting_box{
	padding-top: 70px;
	margin-top: -70px;
}
.greeting_box .bg{
	background: -moz-linear-gradient(-45deg, #e2e2e2, #fff, #e2e2e2);
	background: -webkit-linear-gradient(-45deg, #e2e2e2, #fff, #e2e2e2);
	background: linear-gradient(-45deg, #e2e2e2, #fff, #e2e2e2);
	position: relative;
}
.greeting_box .bg::after{
	content: "";
	display: block;
	width:0;
	height: 0;
	border-bottom: 110px solid #fff;
	border-left: 1800px solid transparent;
	position: absolute;
	bottom:-1px;
	right:0;
}
.greeting_box .bg .inner{
	position: relative;
	padding: 0 13px;
}
.greeting_box .bg .inner h2{
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	padding-top: 100px;
	position: relative;
	z-index: 2;
	text-align: center;
	color: #000;
	font-size: 20px;

}
.greeting_box .bg .inner h2::before{
	display: block;
	font-size:26px;
	color: #aa843f;
	content: 'GREETING';
}
.greeting_box .bg .inner h3{
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	padding-top: 60px;
	position: relative;
	z-index: 2;
	text-align: left;
	font-size:22px;
	color: #aa843f;
}
.greeting_box .bg .inner .text{
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 14px;
	padding-top: 40px;
	line-height: 2;
	text-align: left;
}
.greeting_box .bg .inner .img01{
	padding: 40px 10px 0 0;
	text-align: right;
}
.greeting_box .bg .inner .img01 img{
	width: 220px;
}
.greeting_box .bg .inner .img02{
	padding: 40px 0;
	text-align: center;
}
.greeting_box .bg .inner .img02 img{
	width: 250px;
}

.goals_box{
	padding-top: 70px;
	margin-top: -70px;
}
.goals_box .bg{
	padding:	0 0 25px;
	background-image: url(img/company_icon04.png), url(img/company_icon05.png), url(img/company_icon06.png), url(img/company_icon07.png), url(img/company_icon08.png);
	background-position:-20px 90px,0 770px,right -30px top 220px,right 0px top 500px,right -40px bottom -20px;
	background-repeat: no-repeat;
	background-size: 30%;
	border-bottom: 3px solid #aa843f;
}

.goals_box .bg .inner h2{
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	padding-top: 40px;
	position: relative;
	z-index: 2;
	text-align: center;
	color: #000;
	font-size: 20px;
}
.goals_box .bg .inner h2::before{
	display: block;
	font-size:26px;
	color: #aa843f;

	content: 'MANAGEMENT GOALS';
}
.goals_box .bg .inner .text{
	padding-top: 40px;
	font-size: 16px;
	line-height: 2;
	text-align: center;
}
.goals_box .bg .inner .cont{
	margin:40px 10px;
	padding: 32px 0 0;
	background: url(img/company_icon01.png)left top/20% no-repeat;
}
.goals_box .bg .inner .cont:nth-of-type(2){
	background: url(img/company_icon02.png)left top/20%	no-repeat;
}
.goals_box .bg .inner .cont:nth-of-type(3){
	background: url(img/company_icon03.png)left top/20%	no-repeat;
}
.goals_box .bg .inner .cont h3{
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	padding:0 0 40px 100px;
	font-size: 22px
}
.goals_box .bg .inner .cont .text01{
	font-size: 16px;
	line-height: 2;
}



.profile_box{
	padding-top: 70px;
	margin-top: -70px;
}
.profile_box .bg{
	background:#f6f2ec;
	padding: 0 0 60px;
}

.profile_box .bg .inner h2{
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	padding-top: 60px;
	position: relative;
	z-index: 2;
	text-align: center;
	color: #000;
	font-size: 20px;

}
.profile_box .bg .inner{
	padding:	0 10px;
}
.profile_box .inner h2::before{
	display: block;
	font-size:26px;
	color: #aa843f;
	content: 'COMPANY PROFILE';
}
.profile_box .bg .inner table{
	border-left: 3px solid #aa843f;
	text-align: left;
	font-size: 14px;
	margin:40px auto 0;
}
.profile_box .bg .inner table tr th{
	padding: 0 0 35px 10px;
	width: 125px;
	color: #aa843f;
}
.profile_box .bg .inner table tr:first-of-type th{
	padding: 20px 0 0 10px;
}
.profile_box .bg .inner table tr td{
	padding: 0 0 30px;
	line-height: 3;
}
.profile_box .bg .inner table tr:last-of-type td{
	line-height: 3;
}


/* contact
------------------------------------------------------------------------*/
.tel_box{
	background: #f6f2ec;
	padding: 0 0 70px;
}
.tel_box h2{
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	padding-top: 70px;
	position: relative;
	z-index: 2;
	text-align: center;
	color: #000;
	font-size: 20px;
}
.tel_box h2::before{
	display: block;
	content: 'CONTACT';
	font-size:26px;
	color: #aa843f;
}
.tel_box .text01{
	padding: 20px 0 10px;
	text-align: center;
	font-size: 14px;
	line-height: 2.2;
}
.tel_box .text02{
	color:#c30000;
	padding: 0 20px 20px;
	line-height: 1.8;
	font-size: 14px;
}

.tel_box .text_box{
	height: 230px;
	width: 390px;
	margin: 0 auto;
	box-sizing: border-box;
	text-align: center;
	background: #fff;
	border: 3px solid #aa843f;
}
.tel_box .text_box .text03{
	padding: 30px 0 0;
	font-size: 26px;
	font-weight: bold;
}
.tel_box .text_box .tel{
	padding: 35px 0;
}
.tel_box .text_box .tel img{
width: 300px;
}


.form_box{
	background: #fff;
	padding: 0 0 70px;
}
.form_box h2{
	padding: 70px 0 10px;
	font-size: 26px;
	text-align: center;
}

.form_box p.text{
	margin:20px 20px 0;
	width:390px;
}

.form_box table,
.form_box tr,
.form_box th,
.form_box td{
	display: block;
}

.form_box table{
	margin:20px;
	width:390px;
}
.form_box tr{
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
}
.form_box th{
	padding: 25px 0 0;
	width:390px;
	font-size: 18px;
	text-align: left;
	vertical-align: middle;
}
.form_box th span{
	font-weight: bold;
	color:#fff;
	font-size: 14px;
	background: #aa843f;
	padding: 1px 10px;
	margin: 0 0 0 25px;
	display: inline-block;
}
.form_box td{
	padding: 10px 0 25px;
	width:390px;
	vertical-align: middle;
	box-sizing: border-box;
}
.form_box td input[type="text"],
.form_box td input[type="email"],
.form_box td input[type="tel"]{
	padding: 12px;
	width:390px;
	background: #eeeeee;
	border:1px solid #dcdcdc;
	box-sizing: border-box;
}

.form_box td textarea{
	box-sizing: border-box;
	padding: 12px;
	min-width:390px;
	min-height: 155px;
	background: #eeeeee;
	border:1px solid #dcdcdc;
	display: block;
}

.form_box .button {
	text-align: center;
	margin:0 auto;
	width:350px;
}
.form_box .button input[type="submit"]{
	display: block;
	background:#aa843f;
	width:350px;
	padding: 15px 0;
	font-size: 20px;
	font-weight: bold;
	color:#fff;
	border:none;
	cursor:pointer;
}
.form_box .privacy_check input{
	-webkit-appearance:checkbox;
}
.form_box .privacy_check{
	text-align: center;
	padding: 20px 0;
}
.form_box .check_text{
	margin:0 20px 20px;
	color:#c30000;
	line-height: 1.8;
	font-size:14px;
}


.form_box .privacy_box{
		border: 1px solid #dcdcdc;
		padding: 20px;
		box-sizing: border-box;
		height: 250px;
		width: 350px;
		font-size: 14px;
		margin: 50px auto 0;
		overflow-y: scroll;
}
.form_box .privacy_box .text01{
	padding: 5px 0 20px;
}


/* .recruit
------------------------------------------------------------------------*/
.recruit .cont01{
	text-align: center;
}
.recruit .cont01 .inner h2{
	padding: 60px 0;
}
.recruit .cont01 .inner h2 img{
	width: 390px;
}
.recruit .cont01 .inner .text{
	font-size: 14px;
}
.recruit .cont01 ul{
	background: #eeeeee;
	width: 430px;
	box-sizing: border-box;
	margin: 60px auto;
	padding-bottom: 20px;
}
.recruit .cont01 ul li{
	width:185px;
	float: left;
	padding: 20px 0 0 20px;
	text-align: center;
}

.recruit .cont01 ul li a{
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	display: block;
	border:1px solid #aa843f;
	background:#fff;
	padding: 25px 0 0;
	height: 100px;
	box-sizing: border-box;
	font-size:20px;
	font-weight: bold;
	position: relative;
}
.recruit .cont01 ul li a::after{
	content: url(img/recruit_icon01.png);
	position: absolute;
	bottom:15px;
	left:0;
	right:0;
	margin:0 auto;
}
.recruit .cont02{
	padding-top: 70px;
	margin-top: -70px;
}
.recruit .cont02 .bg{
	background: linear-gradient(180deg,#fff 0%,#fff 150px,#ceb992 150px,#ceb992 100%);
	position: relative;
	padding: 0 0 150px;
}
.recruit .cont02 .bg::after{
	content: "";
	display: block;
	width:0;
	height: 0;
	border-bottom: 110px solid #fff;
	border-left: 1800px solid transparent;
	position: absolute;
	bottom:-1px;
	right:0;
}
.recruit .cont02 .bg .inner{
	background: #fff;
	border-top: 3px solid #aa843f;
}
.recruit .cont02 .bg .inner h2{
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	padding-top: 60px;
	position: relative;
	z-index: 2;
	text-align: center;
	color: #000;
	font-size: 24px;
}
.recruit .cont02 .bg .inner h2::before{
	display: block;
	content: url(img/recruit_text02.png);
	padding: 0 0 20px;
}
.recruit .cont02 .bg .inner .text{
	padding: 50px 0;
	font-size: 14px;
	line-height: 3;
	text-align: center;
}
.recruit .cont02 ul{
padding: 0 10px 60px;
}
.recruit .cont02 ul li{
	width:200px;
	float: left;
	text-align: center;
	padding: 0 10px 10px 0;
}
.recruit .cont02 ul li:nth-of-type(2n){
	padding: 0 0 10px 0;
}
.recruit .cont02 ul li a{
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	display: block;
	border:1px solid #aa843f;
	border-top: 5px solid #aa843f;
	background:#fff;
	padding: 110px 0 0;
	height: 230px;
	box-sizing: border-box;
	font-size:16px;
	font-weight: bold;
	line-height: 1.3;
	background: url(img/recruit_icon02.png)center 23px no-repeat;
	position: relative;
}
.recruit .cont02 ul li:nth-child(5) a{
	background: url(img/recruit_icon03.png)center 23px no-repeat;
}
.recruit .cont02 ul li:nth-child(6) a{
	background: url(img/recruit_icon04.png)center 20px/110px no-repeat;
}
.recruit .cont02 ul li:nth-child(7) a{
	background: url(img/recruit_icon07.png) 67px 20px/70px no-repeat;
}
.recruit .cont02 ul li:nth-child(8) a{
	background: url(img/recruit_icon08.png)center 25px/80px no-repeat;
}
.recruit .cont02 ul li:nth-child(9) a{
	background: url(img/recruit_icon09.png)center 23px no-repeat;
}

.recruit .cont02 ul li a span{
	position: absolute;
	top:170px;
	left:0;
	right: 0;
	margin: 0 auto;
	font-size: 13px;
	display: block;
	color: #fff;
	background: #aa843f;
	width: 119px;
	padding: 8px 0;
}

.recruit .cont03 .bg{
	background: linear-gradient(180deg,#fff 0%,#fff 150px,#cccccc 150px,#cccccc 100%);
	position: relative;
	padding: 0 0 150px;
}

.recruit .cont03 .bg::after{
	content: "";
	display: block;
	width:0;
	height: 0;
	border-bottom: 110px solid #fff;
	border-left: 1800px solid transparent;
	position: absolute;
	bottom:-1px;
	right:0;
}
.recruit .cont03 .bg .inner{
	background: #fff;
	border-top: 3px solid #999999;
}
.recruit .cont03 .bg .inner h2{
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	padding-top: 60px;
	position: relative;
	z-index: 2;
	text-align: center;
	color: #000;
	font-size: 24px;
}
.recruit .cont03 .bg .inner h2::before{
	display: block;
	content: url(img/recruit_text03.png);
	padding: 0 0 20px;
}
.recruit .cont03 .bg .inner .text{
	padding: 50px 0;
	font-size: 14px;
	line-height: 3;
	text-align: center;
}
.recruit .cont03 ul{
padding: 0 10px 60px;
}
.recruit .cont03 ul li{
	width:200px;
	float: left;
	text-align: center;
	padding: 0 10px 10px 0;
}
.recruit .cont03 ul li:nth-of-type(2n){
	padding: 0 0 10px 0;
}
.recruit .cont03 ul li a{
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	display: block;
	border:1px solid #999999;
	border-top: 5px solid #999999;
	background:#fff;
	padding: 110px 0 0;
	height: 230px;
	box-sizing: border-box;
	font-size:16px;
	font-weight: bold;
	background: url(img/recruit_icon05.png)center 23px no-repeat;
	position: relative;
}
.recruit .cont03 ul li:nth-child(4) a{
	background: url(img/recruit_icon06.png)center 23px no-repeat;
}
.recruit .cont03 ul li:nth-child(5) a{
	background: url(img/recruit_icon11.png) 69px 23px no-repeat;
}
.recruit .cont03 ul li:nth-child(6) a{
	background: url(img/recruit_icon12.png)center 23px no-repeat;
}
.recruit .cont03 ul li a span{
	position: absolute;
	top:170px;
	left:0;
	right: 0;
	font-size: 13px;
	margin: 0 auto;
	display: block;
	color: #fff;
	background: #999999;
	width: 149px;
	padding: 8px 0;
}

.recruit .cont04 .bg{
	background: linear-gradient(180deg,#fff 0%,#fff 150px,#ceb992 150px,#ceb992 100%);
	position: relative;
	padding: 0 0 150px;
}

.recruit .cont04 .bg::after{
	content: "";
	display: block;
	width:0;
	height: 0;
	border-bottom: 110px solid #fff;
	border-left: 1800px solid transparent;
	position: absolute;
	bottom:-1px;
	right:0;
}
.recruit .cont04 .bg .inner{
	background: #fff;
	border-top: 3px solid #aa843f;
	padding-bottom: 70px;
}
.recruit .cont04 .bg .inner h2{
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	padding-top: 60px;
	position: relative;
	z-index: 2;
	text-align: center;
	color: #000;
	font-size: 24px;
}
.recruit .cont04 .bg .inner h2::before{
	display: block;
	content: url(img/recruit_text04.png);
	padding: 0 0 20px;
}
.recruit .cont04 .bg .inner .text{
	padding: 50px 0 ;
	line-height: 3;
	font-size: 14px;
	text-align: center;
}
.recruit .cont04 .bg .inner .text span{
	color:#dc0000;
}

.recruit .cont04 .bg .inner .button{
	width:360px;
	margin: 0 auto;
	text-align: center;
}
.recruit .cont04 .bg .inner .button a{
	display: block;
	border:1px solid #aa843f;
	color:#aa843f;
	padding-top: 15px;
	height: 31px;
	line-height: 1;
}




.recruit .cont05 .bg{
	background: linear-gradient(180deg,#fff 0%,#fff 150px,#cccccc 150px,#cccccc 100%);
	position: relative;
	padding: 0 0 150px;
}

.recruit .cont05 .bg::after{
	content: "";
	display: block;
	width:0;
	height: 0;
	border-bottom: 110px solid #fff;
	border-left: 1800px solid transparent;
	position: absolute;
	bottom:0;
	right:0;
}
.recruit .cont05 .bg .inner{
	background: #fff;
	border-top: 3px solid #999999;
	padding-bottom: 70px;
}
.recruit .cont05 .bg .inner h2{
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	padding-top: 60px;
	position: relative;
	z-index: 2;
	text-align: center;
	color: #000;
	font-size: 24px;
}
.recruit .cont05 .bg .inner h2::before{
	display: block;
	content: url(img/recruit_text05.png);
	padding: 0 0 20px;
}
.recruit .cont05 .bg .inner .text{
	padding: 50px 0;
	font-size: 14px;
	line-height: 3;
	text-align: center;
}
.recruit .cont05 .bg .inner .text span{
	color: #dc0000;
}

/*
.recruit .cont05 .bg .inner table{
	display: block;
	margin: 0 20px;
}
.recruit .cont05 .bg .inner tr{
	display: block;
	padding: 0 0 30px;
}
.recruit .cont05 .bg .inner tr th{
	display: block;
	border: 1px solid #999999;
	vertical-align: middle;
	padding: 15px 0;
	font-size: 18px;
}

.recruit .cont05 .bg .inner tr td{
	display: block;
	padding: 25px 0;
	line-height: 2;
}
.recruit .cont05 .bg .inner tr:nth-of-type(2) td{
	font-size: 14px;
}
.recruit .cont05 .bg .inner tr:nth-of-type(2) td a.psd{
	display: block;
	margin:30px 0 0 ;
	padding: 15px 0 15px 110px;
	line-height: 1;
	box-sizing: border-box;
	font-size: 16px;
	width: 390px;
	border: 1px solid #000;
	background: #eeeeee url(img/recruit_icon10.png)70px center no-repeat;
}
.recruit .cont05 .bg .inner tr:nth-of-type(2) td a.school{
	text-decoration: underline;
	color: #91733c;
}
*/


.recruit .cont05 .bg .inner .button{
	width:360px;
	margin: 0 auto;
	text-align: center;
}
.recruit .cont05 .bg .inner .button a{
	display: block;
	border:1px solid #999;
	color:#999;
	padding-top: 15px;
	height: 31px;
	line-height: 1;
}





/* .recruit_single
------------------------------------------------------------------------*/
.recruit_single .key{
	background:url(img/home_key_bg_sp.png) center center no-repeat;
	background-size: cover;
	height: 600px;
	position: relative;
}

.recruit_single .key::before{
	content: "";
	display: block;
	width:0;
	height: 0;
	border-top: 30px solid #fff;
	border-right: 430px solid transparent;
	position: absolute;
	top:0;
	left:0;
}
.recruit_single .key::after{
	content: "";
	display: block;
	width:0;
	height: 0;
	border-bottom: 30px solid #fff;
	border-left: 430px solid transparent;
	position: absolute;
	bottom:-1px;
	right:0;
}

.recruit_single .key .text_box{
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: center;
	color:#fff;
	height: 170px;
	position: absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	z-index: 100;
	margin:auto;
	padding-top: 40px;
}

.recruit_single .key .text_box .text01{
	font-size:20px;
	padding-bottom: 30px;
}
.recruit_single .key .text_box .text04{
	font-size:24px;
	padding-bottom: 30px;
}
.recruit_single .key .text_box .text05{
	font-size:18px;
	padding:5px 0;
	width:248px;
	border:1px solid #fff;
	margin:0 auto;
}

.recruit_single .key .inner{
	position: relative;
	height: 100%;
}
.recruit_single .key .text02{
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size:70px;
	color:#fff;
	opacity: 0.5;
	line-height: 1;
	position: absolute;
	bottom:300px;
	left:-190px;
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	animation: slide-in01 5s linear infinite;
}
.recruit_single .key .text03{
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size:70px;
	color:#fff;
	opacity: 0.5;
	line-height: 1;
	position: absolute;
	bottom:20px;
	left:20px;
	animation: slide-in02 5s linear infinite;
}
.recruit_single video{
	display: none;
}




.recruit_single .cont01 p{
	text-align: center;
	background: url(img/home_icon01.png) center top no-repeat;
	background-size: 300px;
	padding: 240px 0 50px;
	margin-top: 80px;
	font-size:16px;
	line-height: 3;
}

.recruit_single .cont02{
	background: #bea67b;
	position: relative;
	padding:100px 0 0;
	height: 1200px;
}
.recruit_single .cont02::before{
	content: "";
	display: block;
	width:0;
	height: 0;
	border-top: 30px solid #fff;
	border-right: 430px solid transparent;
	position: absolute;
	top:0;
	left:0;
}
.recruit_single .cont02::after{
	content: "";
	display: block;
	width:0;
	height: 0;
	border-bottom: 30px solid #fff;
	border-left: 430px solid transparent;
	position: absolute;
	bottom:-1px;
	right:0;
}

.recruit_single .cont02 h2{
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	border:1px solid #fff;
	width:168px;
	padding: 68px 0 0 30px;
	height: 130px;
	font-size:20px;
	color:#fff;
	margin: 0 auto;
}
.recruit_single .cont02 ul{
	font-size:16px;
	list-style-type: disc;
	color:#fff;
	line-height: 2;
	margin:50px 0 0 80px;
}
.recruit_single .cont02 .clearfix{
	padding-bottom: 70px;
}
.recruit_single .cont02 .border{
	border:1px solid #946002;
	text-align: center;
	font-size:14px;
	background: #fff;
	padding:40px 0;
	position: relative;
	z-index: 2;
	margin:0 20px;
}
.recruit_single .cont02 .border .text{
	line-height: 3;
}
.recruit_single .cont02 .border .text span{
	color:#aa843f;
	font-weight: bold;
}
.recruit_single .cont02 .border .button{
	width:300px;
	margin:40px auto 0;
	text-align: center;
}
.recruit_single .cont02 .border .button a{
	display: block;
	background: #aa843f;
	color:#fff;
	width:298px;
	border:1px solid #aa843f;
	padding:10px 0;
}
.recruit_single .cont02 .border .button a:hover{
	text-decoration: none;
	opacity: 1;
	color:#aa843f;
	background: #fff;
	font-weight: bold;
}






.recruit_single .cont05{
	padding:70px 0;
}
.recruit_single .cont05 h2{
	text-align: center;
	padding-top:80px;
	margin-bottom: 80px;
	background: url(img/recruit_single_title09.png) center top no-repeat;
	background-size: 360px;
}
.recruit_single .cont05 .inner{
	width:410px;
}
.recruit_single .cont05 .inner table,
.recruit_single .cont05 .inner tbody,
.recruit_single .cont05 .inner tr,
.recruit_single .cont05 .inner th,
.recruit_single .cont05 .inner td{
	display: block;
}


.recruit_single .cont05 .inner th{
	padding:20px 20px 10px;
	text-align: left;
	font-weight: bold;
	color:#aa843f;
	width:370px;
}
.recruit_single .cont05 .inner td{
	padding:10px 20px 20px;
	border-bottom: 2px solid #ccc;
	text-align: left;
	width:370px;
}





/* outsourcing ※外注さん応募記述ここから
------------------------------------------------------------------------*/
.outsourcing .key{
	background:url(img/home_key_bg_sp.png) center center no-repeat;
	background-size: cover;
	height: 600px;
	position: relative;
}

.outsourcing .key::before{
	content: "";
	display: block;
	width:0;
	height: 0;
	border-top: 30px solid #fff;
	border-right: 430px solid transparent;
	position: absolute;
	top:0;
	left:0;
}
.outsourcing .key::after{
	content: "";
	display: block;
	width:0;
	height: 0;
	border-bottom: 30px solid #fff;
	border-left: 430px solid transparent;
	position: absolute;
	bottom:-1px;
	right:0;
}

.outsourcing .key .text_box{
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: center;
	color:#fff;
	height: 170px;
	position: absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	z-index: 100;
	margin:auto;
	padding-top: 40px;
}

.outsourcing .key .text_box .text01{
	font-size:20px;
	padding-bottom: 30px;
}
.outsourcing .key .text_box .text04{
	font-size:24px;
	padding-bottom: 30px;
}
.outsourcing .key .text_box .text05{
	font-size:18px;
	padding:5px 0;
	width:248px;
	border:1px solid #fff;
	margin:0 auto;
}

.outsourcing .key .inner{
	position: relative;
	height: 100%;
}
.outsourcing .key .text02{
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size:70px;
	color:#fff;
	opacity: 0.5;
	line-height: 1;
	position: absolute;
	bottom:300px;
	left:-190px;
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	animation: slide-in01 5s linear infinite;
}
.outsourcing .key .text03{
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size:70px;
	color:#fff;
	opacity: 0.5;
	line-height: 1;
	position: absolute;
	bottom:20px;
	left:20px;
	animation: slide-in02 5s linear infinite;
}
.outsourcing video{
	display: none;
}




.outsourcing .cont01 p{
	text-align: center;
	background: url(img/home_icon01.png) center top no-repeat;
	background-size: 300px;
	padding: 240px 0 50px;
	margin-top: 80px;
	font-size:16px;
	line-height: 2;
}

.outsourcing .cont02{
	background: #bea67b;
	position: relative;
	padding:100px 0 0;
	height: 450px;
}
.outsourcing .cont02::before{
	content: "";
	display: block;
	width:0;
	height: 0;
	border-top: 30px solid #fff;
	border-right: 430px solid transparent;
	position: absolute;
	top:0;
	left:0;
}
.outsourcing .cont02::after{
	content: "";
	display: block;
	width:0;
	height: 0;
	border-bottom: 30px solid #fff;
	border-left: 430px solid transparent;
	position: absolute;
	bottom:-1px;
	right:0;
}

.outsourcing .cont02 h2{
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	border: 1px solid #fff;
	width: 150px;
	height: 150px;
	padding: 62px 0 0 35px;
	font-size: 20px;
	color: #fff;
	margin: 0 auto;
	box-sizing: border-box;
}
.outsourcing .cont02 ul{
	font-size:16px;
	list-style-type: disc;
	color:#fff;
	line-height: 2;
	margin: 50px 0 0 40px;
}
.outsourcing .cont02 .clearfix{
	padding-bottom: 70px;
}
.outsourcing .cont02 .border{
	border:1px solid #946002;
	text-align: center;
	font-size:14px;
	background: #fff;
	padding:40px 0;
	position: relative;
	z-index: 2;
	margin:0 20px;
}
.outsourcing .cont02 .border .text{
	line-height: 3;
}
.outsourcing .cont02 .border .text span{
	color:#aa843f;
	font-weight: bold;
}
.outsourcing .cont02 .border .button{
	width:300px;
	margin:40px auto 0;
	text-align: center;
}
.outsourcing .cont02 .border .button a{
	display: block;
	background: #aa843f;
	color:#fff;
	width:298px;
	border:1px solid #aa843f;
	padding:10px 0;
}
.outsourcing .cont02 .border .button a:hover{
	text-decoration: none;
	opacity: 1;
	color:#aa843f;
	background: #fff;
	font-weight: bold;
}

.outsourcing .cont03 h2 {
	font-size: 20px;
	position: relative;
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: center;
	margin: 160px 0 170px;
}
.outsourcing .cont03 h2:before{
	content: "";
	background-image:url(img/outsourcing_title01.png);
	background-size: 200px;
	background-repeat: no-repeat;
	width: 224px;
	height: 45px;
	position: absolute;
	top: -55px;
	left: 115px;
	margin: 0 auto;
}
.outsourcing .cont03 h2:after {
	content:"";
	background-image: url(img/outsourcing_img01_02.png);
	background-size: 400px;
	background-repeat: no-repeat;
	width: 400px;
	height: 300px;
	position: absolute;
	top: 60px;
	left: 0;
	right: 0;
	margin: 0 auto;
	overflow: hidden;
}
.outsourcing .cont03 .box{
	width: 100%;
	margin: auto;
	padding-top: 130px;
}
.outsourcing .cont03 .box>h3:nth-of-type(1),
.outsourcing .cont03 .box>h3:nth-of-type(2){
	position: relative;
	font-size: 20px;
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	display: block;
	text-align: center;
}
.outsourcing .cont03 .box>h3:nth-of-type(1):before{
	content: "";
	background-image: url(img/outsourcing_title04.png);
	background-repeat: no-repeat;
	background-size: 120px;
	width: 169px;
	height: 17px;
	position: absolute;
	top: -20px;
	left: 54%;
	transform: translateX(-50%);
}
.outsourcing .cont03 .box>h3:nth-of-type(1):after,
.outsourcing .cont03 .box>h3:nth-of-type(2):after{
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 1px #aa843f;
	bottom: -10px;
	width: 90%;
	left: 0;
	right: 0;
	margin: auto;
}
.outsourcing .cont03 .box>h3:nth-of-type(2):before{
	content: "";
	background-image: url(img/outsourcing_title04.png);
	background-repeat: no-repeat;
	background-size: 120px;
	width: 169px;
	height: 17px;
	position: absolute;
	top: -20px;
	left: 55%;
	transform: translateX(-50%);
}
.outsourcing .cont03 .box >ul:nth-of-type(1){
	width: 90%;
	margin: 50px auto 100px;
}
.outsourcing .cont03 .box >ul:nth-of-type(2){
	width: 90%;
	margin: 50px auto 30px;
}
.outsourcing .cont03 .box ul li{
	position: relative;
	font-size: 14px;
	list-style: none;
	list-style-position:inside;
	margin-bottom: 15px;
	padding-left: 15px;
}
.outsourcing .cont03 .box ul li:before{
	position: absolute;
	content: "・";
	display: block;
	top: 0;
	left: -6px;
}
.outsourcing .cont03 .box table {
	width: 90%;
	margin: 0 auto;
	border-spacing: 0;
	border-collapse: collapse;
}

.outsourcing .cont03 .box thead {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	width: 100%;
	gap: 5px;
	margin-bottom: 5px;
}

.outsourcing .cont03 .box thead th {
	padding: 12px 0;
	font-size: 16px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	background-color: #aa843f;
}
.outsourcing .cont03 .box tbody {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 5px;
	width: 100%;
}
.outsourcing .cont03 .box tr {
	display: contents;
}
.outsourcing .cont03 .box td {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 0;
	font-size: 14px;
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	background: #f6f2eb;
	min-height: 60px;
}
.outsourcing .cont03 .box td:nth-child(1) {
	background: #e3d8c6;
	font-weight: bold;
	color: #aa843f;
}


.outsourcing .cont04 h2 {
	font-size: 20px;
	position: relative;
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: center;
	margin: 180px 0 170px;
}
.outsourcing .cont04 h2:before{
	content: "";
	background-image: url(img/outsourcing_title02.png);
	background-size: 200px;
	background-repeat: no-repeat;
	width: 200px;
	height: 45px;
	position: absolute;
	top: -50px;
	left: 115px;
	margin: 0 auto;
}
.outsourcing .cont04 h2:after {
	content:"";
	background-image: url(img/outsourcing_img02_02.png);
	background-size: 400px;
	background-repeat: no-repeat;
	width: 400px;
	height: 300px;
	position: absolute;
	top: 60px;
	left: 0;
	right: 0;
	margin: 0 auto;
	overflow: hidden;
}

.outsourcing .cont04 .box{
	width: auto;
	margin: auto;
	padding: 180px 0 100px;
}
.outsourcing .cont04 .box>h3:nth-of-type(1),
.outsourcing .cont04 .box>h3:nth-of-type(2){
	position: relative;
	font-size: 20px;
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	display: block;
	text-align: center;
}
.outsourcing .cont04 .box>h3:nth-of-type(1):before{
	content: "";
	background-image: url(img/outsourcing_title04.png);
	background-repeat: no-repeat;
	background-size: 120px;
	width: 169px;
	height: 17px;
	position: absolute;
	top: -20px;
	left: 54%;
	transform: translateX(-50%);
}
.outsourcing .cont04 .box>h3:nth-of-type(1):after,
.outsourcing .cont04 .box>h3:nth-of-type(2):after{
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 1px #aa843f;
	bottom: -10px;
	width: 90%;
	left: 0;
	right: 0;
	margin: auto;
}
.outsourcing .cont04 .box>h3:nth-of-type(2):before{
	content: "";
	background-image: url(img/outsourcing_title04.png);
	background-repeat: no-repeat;
	background-size: 120px;
	width: 169px;
	height: 17px;
	position: absolute;
	top: -20px;
	left: 54%;
	transform: translateX(-50%);
}
.outsourcing .cont04 .box >ul:nth-of-type(1){
	width: 90%;
	margin: 50px auto 100px;
}
.outsourcing .cont04 .box >ul:nth-of-type(2){
	width: 90%;
	margin: 50px auto;
}
.outsourcing .cont04 .box ul li{
	position: relative;
	font-size: 14px;
	list-style: none;
	list-style-position:inside;
	margin-bottom: 15px;
	padding-left: 15px;
}
.outsourcing .cont04 .box ul li:before{
	position: absolute;
	content: "・";
	display: block;
	top: 0;
	left: -6px;
}
.outsourcing .cont04 .box table {
	width: 90%;
	margin: 0 auto;
	border-spacing: 0;
	border-collapse: collapse;
}

.outsourcing .cont04 .box thead {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	width: 100%;
	gap: 5px;
	margin-bottom: 5px;
}

.outsourcing .cont04 .box thead th {
	padding: 12px 0;
	font-size: 16px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	background-color: #aa843f;
}
.outsourcing .cont04 .box tbody {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 5px;
	width: 100%;
}
.outsourcing .cont04 .box tr {
	display: contents;
}
.outsourcing .cont04 .box td {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 0;
	font-size: 14px;
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	background: #f6f2eb;
	min-height: 60px;
}
.outsourcing .cont04 .box td:nth-child(1) {
	background: #e3d8c6;
	font-weight: bold;
	color: #aa843f;
}



/*  beginner
------------------------------------------------------------------------*/
.beginner .key{
	background:url(img/home_key_bg_sp.png) center center no-repeat;
	background-size: cover;
	height: 600px;
	position: relative;
}

.beginner .key::before{
	content: "";
	display: block;
	width:0;
	height: 0;
	border-top: 30px solid #fff;
	border-right: 430px solid transparent;
	position: absolute;
	top:0;
	left:0;
}
.beginner .key::after{
	content: "";
	display: block;
	width:0;
	height: 0;
	border-bottom: 30px solid #fff;
	border-left: 430px solid transparent;
	position: absolute;
	bottom:-1px;
	right:0;
}

.beginner .key .text_box{
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: center;
	color:#fff;
	height: 170px;
	position: absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	z-index: 100;
	margin:auto;
	padding-top: 40px;
}

.beginner .key .text_box .text01{
	font-size:20px;
	padding-bottom: 30px;
}
.beginner .key .text_box .text04{
	font-size:24px;
	padding-bottom: 30px;
}
.beginner .key .text_box .text05{
	font-size:18px;
	padding:5px 0;
	width:248px;
	border:1px solid #fff;
	margin:0 auto;
}

.beginner .key .inner{
	position: relative;
	height: 100%;
}
.beginner .key .text02{
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size:70px;
	color:#fff;
	opacity: 0.5;
	line-height: 1;
	position: absolute;
	bottom:300px;
	left:-190px;
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	animation: slide-in01 5s linear infinite;
}
.beginner .key .text03{
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size:70px;
	color:#fff;
	opacity: 0.5;
	line-height: 1;
	position: absolute;
	bottom:20px;
	left:20px;
	animation: slide-in02 5s linear infinite;
}
.beginner video{
	display: none;
}

.beginner .cont01 p{
	text-align: center;
	background: url(img/home_icon01.png) center top no-repeat;
	background-size: 300px;
	padding: 240px 0 50px;
	margin-top: 80px;
	font-size:16px;
	line-height: 2;
}

.beginner .cont02{
	background: #bea67b;
	position: relative;
	padding:50px 0 0;
	height: 880px;
}
.beginner .cont02::before{
	content: "";
	display: block;
	width:0;
	height: 0;
	border-top: 30px solid #fff;
	border-right: 430px solid transparent;
	position: absolute;
	top:0;
	left:0;
}
.beginner .cont02::after{
	content: "";
	display: block;
	width:0;
	height: 0;
	border-bottom: 30px solid #fff;
	border-left: 430px solid transparent;
	position: absolute;
	bottom:-1px;
	right:0;
}
.beginner .cont02 .flex_box01{
	padding: 50px 0 20px;
}
.beginner .cont02 .flex_box01 h2{
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	border: 1px solid #fff;
	width: 150px;
	height: 150px;
	padding: 62px 0 0 35px;
	font-size: 20px;
	color: #fff;
	margin: 0 auto;
	box-sizing: border-box;
}
.beginner .cont02 .flex_box02{
	margin-top: 20px;
}
.beginner .cont02 .flex_box02 h2{
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	border: 1px solid #fff;
	width: 150px;
	height: 150px;
	padding: 49px 0 0 32px;
	font-size: 20px;
	color: #fff;
	margin: 0 auto;
	box-sizing: border-box;
}
.beginner .cont02 ul{
	font-size:16px;
	list-style-type: disc;
	color:#fff;
	line-height: 1.8;
	margin: 50px 0 0 40px;
}
.beginner .cont02 .clearfix{
	padding-bottom: 70px;
}
.beginner .cont02 .border{
	border:1px solid #946002;
	text-align: center;
	font-size:14px;
	background: #fff;
	padding:40px 0;
	position: relative;
	z-index: 2;
	margin:0 20px;
}
.beginner .cont02 .border .text{
	line-height: 3;
}
.beginner .cont02 .border .text span{
	color:#aa843f;
	font-weight: bold;
}
.beginner .cont02 .border .button{
	width:300px;
	margin:40px auto 0;
	text-align: center;
}
.beginner .cont02 .border .button a{
	display: block;
	background: #aa843f;
	color:#fff;
	width:298px;
	border:1px solid #aa843f;
	padding:10px 0;
}
.beginner .cont02 .border .button a:hover{
	text-decoration: none;
	opacity: 1;
	color:#aa843f;
	background: #fff;
	font-weight: bold;
}


.beginner .cont03{
	border-bottom: 10px solid #aa843f;
}

.beginner .cont03 h2 {
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin: 100px 0 0;
	padding-top: 80px;
	font-size: 20px;
	text-align: center;
	background: url(img/beginner_text01.png) center top no-repeat;
}
.beginner .cont03 .text_box{
	position: relative;
	width: 90%;
	margin: auto;
}
.beginner .cont03 .text_box:nth-of-type(1){
	margin-top: 30px;
}
.beginner .cont03 .text_box:not(:first-of-type){
	margin-top: 70px;
}
.beginner .cont03 .text_box:nth-of-type(5) {
	padding-bottom: 55px;
}
.beginner .cont03 .text_box h3{
	font-size: 20px;
	font-family: "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
	font-weight: bold;
	padding-top: 50px;
}
.beginner .cont03 .text_box:nth-of-type(1) h3 {
	background: url(img/beginner_text02.png);
	background-repeat: no-repeat;
	background-position: 0 20px;
}
.beginner .cont03 .text_box:nth-of-type(2) h3 {
    background-image: url(img/beginner_text03.png);
	background-repeat: no-repeat;
	background-position: 0 17px;
}
.beginner .cont03 .text_box:nth-of-type(3) h3 {
    background-image: url(img/beginner_text04.png);
	background-repeat: no-repeat;
	background-position: 0 20px;
}
.beginner .cont03 .text_box:nth-of-type(4) h3 {
    background-image: url(img/beginner_text05.png);
	background-repeat: no-repeat;
	background-position: 0 20px;
}
.beginner .cont03 .text_box:nth-of-type(5) h3 {
    background-image: url(img/beginner_text06.png);
	background-repeat: no-repeat;
	background-position: 0 20px;
}
.beginner .cont03 .text_box p{
	font-size: 14px;
	line-height: 2;
	margin-top: 20px;
}
.beginner .cont03 .text_box:not(:last-child):before {
	position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background-image: repeating-linear-gradient(
        to right,
        #aa843f 0px,
        #aa843f 4px,
        transparent 4px,
        transparent 8px);
        bottom: -40px;
}


.beginner .cont06{
	width: 100%;
	background-color: #aa843f;
}
.beginner .cont06 .cont06_box{
	width: 100%;
	margin: auto;
	color: #fff;
}
.beginner .cont06 .cont06_box h2{
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	padding-top: 170px;
	font-size: 20px;
	text-align: center;
	background: url(img/beginner_text08.png);
	background-repeat: no-repeat;
	background-position: center 100px;
}
.beginner .cont06 .cont06_box ul{
	display: grid;
	grid-template-columns: 1fr;
	width: 90%;
	color: #000000;
	background-color: #fff;
	margin: 40px auto 0;
	box-sizing: border-box;
	padding: 40px 80px;
}
.grid_box01 li:nth-of-type(even){
	margin-left: 20px;
}

.beginner .cont06 .cont06_box ul li{
	display: flex;
	align-items: center;
	position: relative;
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 20px;
	white-space: nowrap;
}
.beginner .cont06 .cont06_box ul li:before{
	position: absolute;
	display: block;
	content: url(img/beginner_img04.png);
	width: 35px;
	height: 20px;
	top:5px;
	left:-45px;
	transform: scale(0.7);
}
.beginner .cont06 .cont06_box > p {
	position: relative;
	font-size: 18px;
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: center;
	margin-top: 50px;
  }
.beginner .cont06 .cont06_box > p:before {
	position: absolute;
	display: block;
	content: url(img/beginner_img05.png);
	width: 30px;
	height: 36px;
	top: -4px;
	left: 6px;
	transform: scale(0.6);
	}
.beginner .cont06 .cont06_box > p:after {
	position: absolute;
	display: block;
	content: url(img/beginner_img06.png);
	width: 30px;
	height: 36px;
	top: -4px;
	right: 11px;
	transform: scale(0.6);
	}
.beginner .cont06 .cont06_box .grid_box02{
	display: grid; 
	grid-template-columns: 1fr; 
	gap: 15px;
	text-align: center;
	margin-top: 52px;
	padding-bottom: 130px;
	place-items: center;
	}
.beginner .cont06 .cont06_box .grid_box02 .grid_sircle{
	position: relative;
	}
.beginner .cont06 .cont06_box .grid_box02 .grid_sircle:before {
	position: absolute;
	content: "";
	background-image: url(img/beginner_img02_sircle02.png);
	background-repeat: no-repeat;
	background-size: 200px;
	width: 200px;
	height: 200px;
	top: 36px;
	left: -18px;
	}

.beginner .cont06 .cont06_box .grid_box02 {
	position: relative;
	display: grid;
	width: 100%;
	gap: 0 35px;
	margin: 10px auto 0;
	grid-template-columns: 1fr 1fr; /* 左右は自動調整、中央は1fr */
	grid-template-rows: auto auto; /* 上下2行 */
	justify-items: center; /* 中央揃え */
}
.beginner .cont06 .cont06_box .grid_box02 .grid_sircle h3{
	font-size: 18px;
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin-top: 80px;
	margin-left: 6px;
  }
.beginner .cont06 .cont06_box .grid_box02 .grid_sircle p{
	font-size: 13px;
	margin-top: 20px;
  }
.beginner .cont06 .cont06_box .grid_box02 .grid_sircle:nth-of-type(1){
	grid-column: 1 / span 2; /* 1を2列分にする */
	justify-self: center; /* 水平中央 */
}
.beginner .cont06 .cont06_box .grid_box02 .grid_sircle:nth-of-type(2){
	grid-column: 1 / 2; /* 左側 */
	margin-left: 10px;
}
.beginner .cont06 .cont06_box .grid_box02 .grid_sircle:nth-of-type(3){
	grid-column: 2 / 3; /* 右側 */
	margin-right: 10px;
}
.beginner .cont06 .cont06_box .grid_box02 .grid_sircle:nth-of-type(3) h3{
	padding-right: 16px;
}    

.beginner .cont07{
	width: 100%;
	margin: auto;
	background: #f6f2eb;
	padding-bottom: 140px;
  }
.beginner .cont07 h2:nth-of-type(1){
	font-size: 20px;
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	padding-top: 170px;
	text-align: center;
	background: url(img/beginner_text09.png);
	background-repeat: no-repeat;
	background-position: center 100px;
}
.beginner .cont07 .grid{
	display: grid;
	grid-template-columns: 1fr;
	max-width: 1200px;
	margin: 40px auto 0 auto;
	gap: 20px;
	place-items: center;
}
.beginner .cont07 .grid .grid_box{
	width: 95%;
	height: auto;
	border-left: solid 3px #aa843f;
	background-color: #fff;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.07); 
}
.beginner .cont07 .grid .grid_box h3{
	position: relative;
	font-size: 20px;
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	padding-left: 48px;
	margin: 30px 0 0 30px;
}
.beginner .cont07 .grid .grid_box:nth-of-type(3) h3,
.beginner .cont07 .grid .grid_box:nth-of-type(5) h3{
	font-size: 20px;
}
.beginner .cont07 .grid .grid_box h3:before{
	position: absolute;
	display: block;
	content: url(img/beginner_img07.png);
	width: 30px;
	height: 36px;
	top: 0;
    left: 12px;
	transform: scale(0.8);
}
.cont07 .grid .grid_box:nth-of-type(3) h3:before,
.cont07 .grid .grid_box:nth-of-type(5) h3:before{
	top: 0;
}
.beginner .cont07 .grid .grid_box p{
	font-size: 14px;
	line-height: 1.666;
	padding: 12px 50px 30px 40px;
  }
.beginner .cont07 h2:nth-of-type(2){
	position: relative;
	font-size:22px;
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: center;
	color: #aa843f;
	margin-top: 90px;
  }
.beginner .cont07 h2:nth-of-type(2)::before,
.beginner .cont07 h2:nth-of-type(2)::after,
.beginner .cont07>p::before,
.beginner .cont07>p::after {
  content: "";
  position: absolute;
  width: 85%; 
  height: 1px;
  background-color: #aa843f; 
  left: 50%;
  transform: translateX(-50%);
}
.beginner .cont07 h2:nth-of-type(2)::before {
  top: -35px; 
}
.beginner .cont07 h2:nth-of-type(2)::after {
  top: -40px;
}
.beginner .cont07>p{
	position: relative;
	font-size: 16px;
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: center;
	line-height: 1.666;
	margin-top: 15px;
}
.beginner .cont07>p::before {
	bottom: -35px; 
}
.beginner .cont07>p::after {
	bottom: -40px;
}


.beginner .cont08{
	width: auto;
	margin: auto;
	padding-bottom: 100px;
  }
.beginner .cont08 h2{
	font-size: 20px;
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	padding-top: 170px;
	text-align: center;
	background: url(img/beginner_text10.png);
	background-repeat: no-repeat;
	background-position: center 100px;
}
.beginner .cont08 .grid{
	display: flex;
	flex-direction: column;
	width: 100%;
	margin-top: 40px;
}
.beginner .cont08 .grid .grid_box:nth-of-type(1) {
	margin: 0 20px;
}
.beginner .cont08 .grid .grid_box:nth-of-type(1) p:nth-of-type(1){
	font-size: 16px;
	line-height: 2;
}
.beginner .cont08 .grid .grid_box:nth-of-type(1) p:nth-of-type(2) {
	position: relative;
	font-size: 0;
	width: 350px;
	height: 50px;
	background-image: url(img/beginner_text11.png); 
	background-position: 92px center;
	background-repeat: no-repeat;
	background-color: #eeeeee;
	border: solid 1px #707070;
	margin: 35px 0 50px 0;
	cursor: pointer;
}
.beginner .cont08 .grid .grid_box:nth-of-type(1) p:nth-of-type(2):before {
	position: absolute;
	display: block;
	content: url(img/beginner_img08.png);
	width: 29px;
	height: 30px;
	top: 10px;
	left: 49px;
}
.beginner .cont08 .grid .grid_box:nth-of-type(1) p:nth-of-type(3) span a{
	color: #aa843f; 
	text-decoration: underline; 
	text-decoration-color: #aa843f;
}
.beginner .cont08 .grid .grid_box:nth-of-type(2){
	padding-left: 0;
	margin: 25px 5px;;
}
.beginner .cont08 .grid .grid_box:nth-of-type(3) p:nth-of-type(1) {
    position: relative;
    width: 350px;
    height: 50px;
	background: url(img/recruit_icon10.png);
    background-position: 50px center;
    background-repeat: no-repeat;
    background-color: #eeeeee;
    border: solid 1px #707070;
    margin: 35px auto 25px;
	padding: 15px 0 15px 90px;
    cursor: pointer;
	box-sizing: border-box;
}
.beginner .cont08 .grid .grid_box:nth-of-type(3) p:nth-of-type(2){
	margin-left: 40px;
}
.beginner .cont08 .grid .grid_box .img {
	text-align: center;
}
.beginner .cont08 .grid .grid_box .img img {
	width: 90%;
}

.beginner .cont09{
	position: relative;
	width: 100%;
	background-color: #f6f2eb;
	margin: auto;
	padding-bottom: 100px;
}
.beginner .cont09:before{
	content: "";
	position: absolute;
	width: 100%;
	height: 10px;
	background-color: #aa843f;
	bottom: 0;
}
.beginner .cont09 h2:nth-of-type(1) {
    font-size: 20px;
    font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    padding-top: 170px;
    text-align: center;
    background: url(img/beginner_text12.png);
    background-repeat: no-repeat;
    background-position: center 100px;
}
.beginner .cont09 > p:first-of-type{
	font-size: 16px;
	margin: 30px auto 40px;
	line-height: 2;
	text-align: center;
}
.beginner .cont09 table {
	font-size: 14px;
	font-family: "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
    width: 90%;
    border-collapse: separate;
    border-spacing: 5px;
    margin: auto;
    text-align: center;
}

.beginner .cont09 table thead th {
	font-weight: bold;
    background-color: #aa843f;
    color: #ffffff; 
    height: 50px; 
	line-height: 50px;
    padding: 0;
	box-sizing: border-box;
}
.beginner .cont09 table th:nth-child(1),
.beginner .cont09 table td:nth-child(1) {
    width: 160px;
}
.beginner .cont09 table th:nth-child(2),
.beginner .cont09 table td:nth-child(2) {
    width: 350px;
}
.beginner .cont09 table th:nth-child(3),
.beginner .cont09 table td:nth-child(3) {
    width: 370px;
}
.beginner .cont09 table tbody td {
	font-weight: bold;
    height: 50px; 
	line-height: 50px;
    background-color: #ffffff;
    color: #000000;
    padding: 0;
	box-sizing: border-box;
	vertical-align:middle;
	line-height: 1.8;
}
.beginner .cont09 table thead th:nth-child(3) {
    background-color: #000000; 
}
.beginner .cont09 table tbody td span{
	font-size: 12px;
	font-weight: bold;
}
.beginner .cont09 .box {
    width: auto;
	text-align: left;
    margin: auto;
}
.beginner .cont09 .box h3{
	margin-top: 30px;
}
.beginner .cont09 .box p{
	margin: 13px 25px 20px;
	line-height: 1.875;
	text-align: left;
}
.beginner .cont09 .box h3{
	position: relative;
	font-size: 16px;
	font-weight: bold;
	left: 40px;
	color: #aa843f;
}
.beginner .cont09 .box h3:before {
    content: "■";
    position: absolute;
    color: #aa843f;
    bottom: 0;
    left: -16px;
}
.beginner .cont09 h2:nth-of-type(2){
	position: relative;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #aa843f;
	margin-top: 90px;
}
.beginner .cont09 h2:nth-of-type(2) span{
	display: block;
	font-size: 20px;
    font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #000;
	font-weight: 600;
	margin-top: 7px;
}
.beginner .cont09 h2:nth-of-type(2):before{
	content: "";
    position: absolute;
	width: 90%;
    height: 1px;
    background-color: #aa843f;
	top: -26px;
    left: 50%;
    transform: translateX(-50%);
}
.beginner .cont09 h2:nth-of-type(2):after{
	content: "";
    position: absolute;
	width: 90%;
    height: 1px;
    background-color: #aa843f;
	bottom: -24px;
    left: 50%;
    transform: translateX(-50%);
}
.beginner .cont09 .grid{
	display: grid;
	grid-template-columns: 1fr;
	gap: 20px;
	width: 90%;
	margin: 60px auto 0 ;
}
.beginner .cont09 .grid .grid_box{
	background-color: #fff;
	padding: 40px 32px 32px 37px;
	box-sizing: border-box;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}
.beginner .cont09 .grid .grid_box h3{
	position: relative;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
	left: 0;
	color: #aa843f;
	text-align: center;
}
.beginner .cont09 .grid .grid_box:nth-of-type(1) h3:before{
	content: "■";
    position: absolute;
    color: #aa843f;
	bottom: 0;
    left: 52px;
}
.beginner .cont09 .grid .grid_box:nth-of-type(2) h3:before{
	content: "■";
    position: absolute;
    color: #aa843f;
	bottom: 0;
    left: 17px;
}
.beginner .cont09 .grid .grid_box:nth-of-type(3) h3:before{
	content: "■";
    position: absolute;
    color: #aa843f;
	bottom: 0;
    left: 54px;
}
.beginner .cont09 .grid .grid_box:nth-of-type(4) h3:before{
	content: "■";
    position: absolute;
    color: #aa843f;
	bottom: 0;
    left: 54px;
}
.beginner .cont09 .grid .grid_box p{
	font-size: 16px;
	line-height: 1.875;
	text-align: left;
}
.beginner .cont09 >p:nth-of-type(2){
	font-size: 16px;
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: center;
	line-height: 2;
	margin: 40px 0 75px;
}
.beginner .cont09 >p:nth-of-type(3){
	position: relative;
	font-size: 17px;
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: 600;
	text-align: center;
	line-height: 1.6666;
	margin: 60px 0;
	z-index: 1;
}
.beginner .cont09:after{
	content: "";
    position: absolute;
	bottom: 93px;
    left: 50%;
    transform: translate(-50%);
    width: 93%;
    height: 250px;
    background: url(img/beginner_img16.png);
    background-repeat: no-repeat;
    background-position: center;
	z-index: 0;
}

.beginner .cont09 p:nth-of-type(3) span{
	display: block;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.6;
	padding-top: 10px;
}

.beginner .cont10{
	position: relative;
	width: auto;
	margin: auto;
	padding-bottom: 100px;
	text-align: center;
}
.beginner .cont10 h2{
	font-size: 20px;
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: center;
	background: url(img/beginner_text13.png);
	background-repeat: no-repeat;
	background-position: center 95px;
	padding-top: 170px;
	line-height: 1;
}
.beginner .cont10 >p:nth-of-type(1){
	font-size: 16px;
	margin-top: 45px;
	line-height: 2;
}
.beginner .cont10 .grid{
	display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto; 
	column-gap: 15px;
	row-gap: 50px;
    margin-top: 70px;
}
.beginner .cont10 .grid .grid_box{
	width: 390px;
	height: 310px;
	background-color: #f6f2eb;
	margin: auto;
}
.beginner .cont10 .grid .grid_box h3{
	position: relative;
	font-size: 20px;
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #aa843f;
	margin: 60px 39px 20px;
}
.beginner .cont10 .grid .grid_box:nth-of-type(1) h3:before,
.beginner .cont10 .grid .grid_box:nth-of-type(2) h3:before,
.beginner .cont10 .grid .grid_box:nth-of-type(3) h3:before,
.beginner .cont10 .grid .grid_box:nth-of-type(4) h3:before,
.beginner .cont10 .grid .grid_box:nth-of-type(5) h3:before,
.beginner .cont10 .grid .grid_box:nth-of-type(6) h3:before{
	position: absolute;
	display: block;
	top: -88px;
	left: 49%;
	transform: translateX(-50%);
}
.beginner .cont10 .grid .grid_box:nth-of-type(1) h3:before{
	content: url(img/beginner_img10.png);
    width: 46px;
    height: 60px;
}
.beginner .cont10 .grid .grid_box:nth-of-type(2) h3:before{
	content: url(img/beginner_img11.png);
    width: 60px;
    height: 60px;
	top: -83px;
}
.beginner .cont10 .grid .grid_box:nth-of-type(3) h3:before{
	content: url(img/beginner_img12.png);
    width: 74px;
    height: 50px;
	top: -76px;
}
.beginner .cont10 .grid .grid_box:nth-of-type(4) h3:before{
	content: url(img/beginner_img13.png);
    width: 75px;
    height: 60px;
}
.beginner .cont10 .grid .grid_box:nth-of-type(5) h3:before{
	content: url(img/beginner_img14.png);
    width: 47px;
    height: 58px;
	top: -83px;
}
.beginner .cont10 .grid .grid_box:nth-of-type(6) h3:before{
	content: url(img/beginner_img15.png);
    width: 52px;
    height: 60px;
}
.beginner .cont10 .grid .grid_box p{
	font-size: 16px;
	line-height: 2;
	margin: 0 41px 33px;
	text-align: left;
}


.beginner .cont11{
	padding:100px 0;
}
.beginner .cont11 h2 {
	text-align: center;
	padding-top: 60px;
	margin-bottom: 20px;
	background: url(img/recruit_single_title09.png) center top no-repeat;
	background-size: 360px;
}
.beginner .cont11 .inner{
	width:410px;
}
.beginner .cont11 .inner table,
.beginner .cont11 .inner tbody,
.beginner .cont11 .inner tr,
.beginner .cont11 .inner th,
.beginner .cont11 .inner td{
	display: block;
}


.beginner .cont11 .inner th{
	padding:20px 20px 10px;
	text-align: left;
	font-weight: bold;
	color:#aa843f;
	width:370px;
	border-bottom: none;
}
.beginner .cont11 .inner td{
	padding:10px 20px 20px;
	border-bottom: 2px solid #ccc;
	text-align: left;
	width:370px;
}



.about_box {
    padding-bottom: 100px;
}
.about_box h2{
	font-size:20px;
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin-bottom: 60px;
	padding-top: 130px;
	text-align: center;
	background: url(img/recruit_single_title01.png) ;
	background-repeat: no-repeat;
	background-position: center 60px;
}
.about_box .clearfix .img{
	width:560px;
	float: none;
}
.about_box .clearfix:nth-of-type(2n) .img{
	float: none;
}
.about_box .clearfix .text_box{
	margin: 40px 0 80px 20px;
}
.about_box .clearfix .text_box h3{
	font-size:20px;
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color:#aa843f;
	font-weight: bold;
	padding-bottom: 30px;
}
.about_box .clearfix .text_box .text{
	line-height: 3;
    font-size: 14px;
}
.about_box .flex_box{
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 31px;
	margin-top: -25px;
}
.about_box .flex_box .flex_box01,
.about_box .flex_box .flex_box02,
.about_box .flex_box .flex_box03{
	width: 380px;
	height: 280px;
	border: #aa843f, 3px ,solid;
}
.about_box .flex_box h3{
	font-size: 24px;
	font-weight: bold;
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #aa843f;
	text-align: center;
	margin: 40px auto 20px;
	line-height: 1;
}
.about_box .flex_box p{
	font-size: 16px;
	line-height: 2;
	width: 292px;
	height: auto;
	margin: auto;
}

.number_box{
	background: #f6f2eb;
	padding:80px 0;
}

.number_box h2{
	text-align: center;
	height: 0;
	overflow: hidden;
	padding-top:151px;
	margin-bottom: 80px;
	background: url(img/recruit_single_title02.png) center top no-repeat;
}
.number_box .box{
	width:374px;
	border:3px solid #aa843f;
	background: #fff;
	padding-top: 45px;
	height: 187px;
	margin:0 auto 30px;
}
.number_box .box h3{
	padding-top: 49px;
	height: 0;
	overflow: hidden;
	text-align: center;
	background: url(img/recruit_single_title03.png) center top no-repeat;
	margin-bottom: 40px;
}
.number_box .box:nth-of-type(2) h3{
	background: url(img/recruit_single_title04.png) center top no-repeat;
}
.number_box .box:nth-of-type(3) h3{
	background: url(img/recruit_single_title05.png) center top no-repeat;
}
.number_box .box:nth-of-type(4) h3{
	background: url(img/recruit_single_title06.png) center top no-repeat;
}
.number_box .box:nth-of-type(5) h3{
	background: url(img/recruit_single_title07.png) center top no-repeat;
}
.number_box .box:nth-of-type(6) h3{
	background: url(img/recruit_single_title08.png) center top no-repeat;
}
.number_box .box p{
	padding: 0 35px;
}



.recruit_single .contact_box,
.outsourcing .contact_box,
.beginner .contact_box{
	width: 100%;
	margin: auto;
	padding: 150px 0 100px 0;
	background-color:#f6f2eb;
}
.recruit_single .contact_box h2,
.outsourcing .contact_box h2,
.beginner .contact_box h2{
	position: relative;
	text-align: center;
	font-size: 20px;
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	line-height: 1;
	padding-top: 0;
}
.recruit_single .contact_box h2:before,
.outsourcing .contact_box h2:before,
.beginner .contact_box h2:before{
	content:"";
	background-image: url(img/outsourcing_title08.png);
	background-repeat: no-repeat;
	background-size: 200px;
	width: 200px;
	height: 48px;
	position: absolute;
	top: -55px;
	left: 50%;
	transform: translateX(-50%);
}
.recruit_single .contact_box p,
.outsourcing .contact_box p,
.beginner .contact_box p{
	font-size: 14px;
	text-align: center;
	line-height: 2;
	margin-top: 45px;
}
.recruit_single .contact_box .mail-info-box,
.outsourcing .contact_box .mail-info-box,
.beginner .contact_box .mail-info-box{
	font-size: 16px;
	width: 340px;
	height: 50px;
	margin: 40px auto 0 auto;
	padding-left: 44px;
	text-align: center;
	line-height: 3;
	position: relative;
	border: solid 1px #aa843f;
	line-height: 50px;
	box-sizing: border-box;
}
.recruit_single .contact_box .mail-info-box:before,
.outsourcing .contact_box .mail-info-box:before,
.beginner .contact_box .mail-info-box:before{
	content: "";
	background-image: url(img/outsourcing_img03.png);
	width: 27px;
	height: 20px;
	position: absolute;
	top: 15px;
	left: 47px;
	margin: 0 auto;
	transform: scale(0.7);
}





/* thanks
------------------------------------------------------------------------*/
.thanks .cont01 .text{
	text-align: center;
	line-height: 2;
	padding: 50px 0;
	font-size:14px;
}
.thanks .cont01 .button{
	margin: 0 auto 80px;
	width:250px;
	text-align: center;
}
.thanks .cont01 .button a{
	display: block;
	padding: 10px 0;
	font-weight: bold;
	color:#fff;
	background: #91733c;
}



/* yonmaru
------------------------------------------------------------------------*/
.yonmaru .cont01 .text{
	text-align: center;
	line-height: 2;
	padding: 50px 0;
	font-size:14px;
}
.yonmaru .cont01 .button{
	margin: 0 auto 80px;
	width:250px;
	text-align: center;
}
.yonmaru .cont01 .button a{
	display: block;
	padding: 10px 0;
	font-weight: bold;
	color:#fff;
	background: #91733c;
}




/* side_box
------------------------------------------------------------------------*/
.side_box{
	position: fixed;
	top:100px;
	right:0;
	z-index: 10000;
	background: #fff;
	border-top:3px solid #aa843f;
	border-right:1px solid #aa843f;
	border-bottom:1px solid #aa843f;
	border-left:1px solid #aa843f;
	width:400px;
	margin-right: -402px;
	display: flex;
}
.side_box:hover,
.side_box h2:hover{
	margin-right: 0;
}



.side_box h2{
	position: absolute;
	top:-3px;
	left:-30px;
	background: #aa843f;
	color:#fff;
	writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode:vertical-rl;
	width:30px;
	padding:50px 0 40px;
	line-height: 1.8;
	letter-spacing: 3px;
}
.side_box h2:after{
	content: "";
	display: block;
	width:0;
	height: 0;
    border-top: 30px solid #aa843f;
    border-left: 30px solid transparent;
    position: absolute;
    bottom:-29px;
    right:0;
}

.side_box .left_box,
.side_box .right_box{
	padding:24px 0 4px 19px;
}



.side_box h3,
.side_box p{
	margin-bottom: 20px;
}
.side_box h3 a,
.side_box p a{
	font-size:18px;
	color:#aa843f;
	font-weight: bold;
}
.side_box h3 a:before,
.side_box p a:before{
	content: "◆ ";
}
.side_box ul li{
	margin-bottom: 20px;
}
.side_box ul li:before{
	content: " - ";
}





/* footer
------------------------------------------------------------------------*/
footer{
	background:#000;
}
footer .box01{
	padding:200px 20px 50px;
	position: relative;
	color:#aa843f;
	border-bottom:1px solid #aa843f;
}
footer .box01 h2{
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size:18px;
	font-weight: bold;
	margin-bottom: 20px;
}
footer .box01 .logo{
	position: absolute;
	top:20px;
	left:0;
	right:0;
	text-align: center;
}
footer .box01 .place{
	padding-left: 30px;
	background:url(img/footer_icon01.png) 2px 8px no-repeat;
	line-height: 2.5;
	font-size:14px;
}
footer .box01 .tel{
	padding-left: 30px;
	background:url(img/footer_icon02.png) left 8px no-repeat;
	line-height: 2.5;
}
footer .box01 .mail{
	padding-left: 30px;
	background:url(img/footer_icon03.png) left 10px no-repeat;
	line-height: 2.5;
}


footer .box02{
	padding: 50px 0 60px;
}
footer .box02 .nav{
	margin:0 0 50px;
}
footer .box02 .nav ul{
	margin:0 0 30px 90px;
	list-style-type: disc;
}
footer .box02 .nav ul li{
	color:#aa843f;
	width: 170px;
	float:left;
	padding: 15px 0;
}
footer .box02 .nav p{
	text-align: center;
}

footer .box02 .nav a{
	color:#aa843f;
}
footer .box02 .bnr li{
	width:200px;
	float: left;
	margin:0 0 10px 10px;
}
footer .box02 .bnr li img{
	width:200px;
}
footer .copy{
	color:#fff;
	padding: 5px 0;
	text-align: center;
	background:#aa843f;
	font-size:12px;
	margin-bottom: 40px;
}

.side_hojokin {
    width: 50%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
}
.side_hojokin a {
    display: block;
    background: #5db7e1;
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding: 10px 5px 10px 30px;
    background: #5db7e1 url(img/side_icon01.png) 23px 12px no-repeat;
}
.side_it {
    width: 50%;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 999;
}
.side_it a {
    display: block;
    background: #5d66e1;
    font-size: 14px;
    /* font-weight: bold; */
    color: #fff;
    text-align: center;
    padding: 10px 5px 10px 30px;
    background: #5d66e1 url(img/side_icon02.png) 37px 10px no-repeat;
}


}




/* popup */
.popup {
    display: none;
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.7);
}

.popup .popup-content {
    background-color: #fefefe;
    padding: 30px 50px;
    border: 1px solid #888;
    width: 570px;
    box-sizing: border-box;
    line-height: 1.9;
    font-family: "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
}

.popup .close {
    position: absolute;
    top: 4px;
    right: 18px;    
    color: #aaa;
    font-size: 28px;
    font-weight: bold;
}
.popup .close:hover,
.popup .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.popup .popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.popup .popup-content h2 {
    display: inline-block;
    font-size: 20px;
    border-bottom: 1px solid #000;
}
.popup .popup-content p {
    margin-top: 20px;
    font-weight: normal;
}





/*mail form pro
----------------------------------------------------------*/
div#mfp_hidden {
	overflow: hidden;
	width: 1px;
	height: 1px;
	padding: 0px;
	margin: 0px;
}
div#mfp_hidden input {
	margin: 10px;
}
div.mfp_thanks {
	padding: 30px;
}
div.mfp_thanks p {
	line-height: 1.7em;
}
div.mfp_thanks ul.mfp_caution {
	margin: 0px;
	padding: 0px;
}
div.mfp_thanks ul.mfp_caution li {
	display: block;
	color: #C00;
	margin: 0px;
	padding: 5px 0px;
}
div#mfp_thanks {
	text-align: center;
	font-size: 18px;
	padding: 20px 0px;
}
div#mfp_thanks strong {
	color: #C00;
	font-size: 24px;
}
form#mailformpro {
	padding: 10px 0px;
}
form#mailformpro dl dt {
	float: left;
	width: 160px;
	clear: both;
	font-size: 12px;
	padding: 10px 0px;
	text-align: right;
	border-top: solid 1px #CCC;
	margin: 0px;
}
form#mailformpro dl dd {
	border-top: solid 1px #CCC;
	margin: 0px;
	padding: 10px 5px 20px 170px;
	font-size: 12px;
	line-height: 1.5em;
	text-align: left;
}
form#mailformpro dl dd ul,form#mailformpro dl dd ol {
	margin: 0px;
	padding: 0px;
}
form#mailformpro dl dd ul li,form#mailformpro dl dd ol li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.must {
	display: block;
	background-color: #C00;
	border: solid 2px #C00;
	text-shadow: 0px 1px 2px #933;
	padding: 2px 5px;
	font-size: 10px;
	color: #FFF;
	float: left;
	margin: 0px 5px;
	border-radius: 4px;
	box-shadow: 0px 0px 5px #CCC;
	background-image: url(img/mfp_header.png);
	background-size: 100% 100%;
}
.optionally {
	display: block;
	background-color: #06C;
	border: solid 2px #06C;
	text-shadow: 0px 1px 2px #933;
	padding: 2px 5px;
	font-size: 10px;
	color: #FFF;
	float: left;
	margin: 0px 5px;
	border-radius: 4px;
	box-shadow: 0px 0px 5px #CCC;
	background-image: url(img/mfp_header.png);
	background-size: 100% 100%;
}
form#mailformpro label {
	border-radius: 3px;
	margin: 5px 20px 5px 0;
	display: inline-block;
	white-space: nowrap;
}
table#mfp_confirm_table {
	border-spacing: 0px;
	border-collapse: collapse;
	width: 100%;
	margin: 20px 0;
}
table#mfp_confirm_table tr.mfp_colored {
	background-color: #F6F7F9;
}
table#mfp_confirm_table tr.mfp_achroma {
	background-color: #FFF;
}
table#mfp_confirm_table tr th,table#mfp_confirm_table tr td {
	text-align: left;
	border-top: solid 1px #CCC;
	padding: 9px;
}
table#mfp_confirm_table tr th {
	white-space: nowrap;
	width: 160px;
}
table#mfp_confirm_table tr td {
	line-height: 1.5em;
	word-break: break-all;
}
div#mfp_phase_confirm {
	clear: both;
}
div#mfp_phase_confirm h4 {
	font-size: 36px;
	padding: 10px 0px 0px 0px;
	text-align: center;
}
div#mfp_overlay {
	position: absolute;
	display: none;
	z-index: 10001;
	left:0;
	right:0;
	margin:0 auto;
}
div#mfp_overlay_inner {
	background-color: #FFF;
	padding: 15px;
	margin: 0px auto;
	border-radius: 5px;
	box-shadow: 0px 0px 10px #000;
	width: 640px;
	max-width: 90%;
}
div#mfp_overlay_background {
	background-color: #000;
	position: absolute;
	display: none;
	z-index: 10001;
	width: 100% !important;
	height: 100% !important;
}
div#mfp_loading_screen {
	z-index: 20000;
	opacity: 0.8;
	display: none;
	background-color: #000;
	position: absolute;
}
div#mfp_loading {
	z-index: 20001;
	position: absolute;
	display: none;
	width: 40px;
	height: 40px;
	background-image: url(img/mfp_loading.gif);
}
.mfp_colored {
	background-color: #F6F7F9;
}
.mfp_achroma {
	background-color: #FFF;
}
div.mfp_err {
	clear: both;
	display: none;
	text-align: left;
	margin: 5px 0px 0px 0px;
	padding: 3px 0px 5px 17px;
	color: #F00;
	font-size: 14px;
	line-height: normal;
	background-image: url(img/mfp_error.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
}
.mfp_parent_error {
	border: solid 2px #F00;
}
.problem {
	background-color: #FCC;
}
div#mfp_error {
	background-color: #FEE;
	border: solid 1px #F00;
	padding: 10px;
	display: none;
}
div#mfp_error p {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	text-align: center;
}
div#mfp_error p strong {
	font-size: 18px;
	color: #F00;
}
div#mfp_warning {
	background-color: #FEE;
	border: solid 1px #F00;
	padding: 10px;
	display: none;
	border-radius: 5px;
}
div#mfp_warning p {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	text-align: center;
}
div#mfp_warning p strong {
	font-size: 18px;
	color: #F00;
}
div#mfp_price {
	color: #C00;
	font-size: 36px;
	padding: 10px;
	font-weight: bolder;
}
div#mfp_price span {
	color: #666;
	font-size: 12px;
	font-weight: normal;
}
button.mfp_next,button.mfp_prev {
	font-size: 18px;
	margin: 10px;
	padding: 5px 10px;
}
button.mfp_next {
	float: right;
}
button.mfp_prev {
	float: left;
}
ul#mfp_phase_stat {
	padding: 10px;
	text-align: center;
}
ul#mfp_phase_stat li {
	display: inline-block;
	padding: 8px 15px;
	border-radius: 5px;
	margin: 0px 5px;
	list-style: none;
	font-size: 14px;
}
ul#mfp_phase_stat li.mfp_phase_arrow {
	box-shadow: none;
	color: #999;
	padding: 8px 0px;
}
ul#mfp_phase_stat li.mfp_active_phase {
	box-shadow: 0px 1px 6px #000;
	background-image: url(img/mfp_header.png);
	background-size: 100% 100%;
	background-color: #0068B7;
	border: solid 2px #0068B7;
	font-weight: bolder;
	color: #FFF;
	text-shadow: 0px 1px 3px #000;
}
ul#mfp_phase_stat li.mfp_inactive_phase {
	background-image: url(img/mfp_header.png);
	background-size: 100% 100%;
	background-color: #EEE;
	border: solid 2px #EEE;
	color: #999;
	box-shadow: 0px 1px 6px #CCC;
}
div#mfp_shopping_cart {
	border: solid 1px #CCC;
	margin: 0px;
	padding: 0px;
}
div#mfp_shopping_cart p {
	margin: 0px;
	text-align: center;
	padding: 20px 10px;
	font-size: 12px;
	background-color: #FEE;
}
table.mfp_shoppingcart {
	border-spacing: 0px;
	border-collapse: collapse;
	width: 100%;
}
table.mfp_shoppingcart thead tr td {
	background-color: #EEE;
	border-bottom: solid 1px #CCC;
	text-align: center;
	font-size: 12px;
	padding: 5px;
}
table.mfp_shoppingcart tbody tr th,table.mfp_shoppingcart tbody tr td {
	font-size: 12px;
	padding: 5px;
	border-bottom: solid 1px #CCC;
}
table.mfp_shoppingcart tbody tr td select {
	display: block;
	margin: 0px auto;
	text-align: center;
}
table.mfp_shoppingcart tbody tr td select option {
	text-align: center;
}
table.mfp_shoppingcart tbody tr th span {
	display: block;
	font-weight: normal;
	font-size: 10px;
	color: #666;
	padding: 3px 0px;
}
table.mfp_shoppingcart tfoot tr td {
	padding: 5px;
	font-size: 16px;
	font-weight: bolder;
	color: #900;
}
td.msc_price {
	font-size: 12px;
	text-align: right;
}
div.mfp_buttons {
	clear: both;
	padding: 10px 0px;
	text-align: center;
}
div.mfp_buttons button#mfp_button_send {
	padding: 10px 0;
	width:248px;
	background-color: #aa843f;
	border: 1px solid #aa843f;
	color: #FFFFFF;
	cursor: pointer;
}
div.mfp_buttons button#mfp_button_cancel {
	padding: 10px 0;
	width:248px;
	border: 1px solid #aa843f;
	color: #aa843f;
	cursor: pointer;
	background:#fff;
}
.imagebutton {
	margin: 0px;
	padding: 0px;
	border: none;
	outline: none;
	background: none;
}

.mfp_element_checkbox,
.mfp_element_radio {
	vertical-align: middle;
	margin: 0px 2px;
}
.mfp_element_file {
	font-size: 12px;
	display: inline-block;
	padding: 10px 10px;
	vertical-align: middle;
	border: solid 1px #CCC;
	border-radius: 3px;
	box-shadow: 0px 0px 5px #CCC inset;
	background: #EEE;
}
.mfp_element_reset {
	color: #333;
}
button.mfp_next,button.mfp_prev {
	font-size: 14px;
}
input#mfp_reserve_item,input#mfp_reserve_date {
	display: none;
}
div#mfp_reserve_wrapper {
	position: relative;
	overflow: hidden;
	border: solid 1px #CCC;
}
div#mfp_reserve_inner {
	position: relative;
	padding: 0px 0px 0px 100px;
	overflow: auto;
}
div#mfp_reserve_wrapper table {
	border-spacing: 0px;
	border-collapse: collapse;
}
div#mfp_reserve_wrapper table.mfp_reserve_table_label {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100px;
	background-color: #FEE;
	z-index: 100;
}
div#mfp_reserve_wrapper table.mfp_reserve_table_value {
	padding: 0px 0px 0px 0px;
}
div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_active,
div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_warning {
	cursor: pointer;
}
div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_active:hover,
div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_warning:hover {
	background-color: #E8EEF9;
}
div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_current {
	background-color: #0068B7;
	color: #FFF;
}
td.mfp_reserve_disabled {
	background-color: #CCC;
}
td.mfp_reserve_warning {
	background-color: #FFC;
}
div#mfp_reserve_wrapper table tr td,div#mfp_reserve_wrapper table tr th {
	border: solid 1px #CCC;
	padding: 0px 5px;
	font-size: 12px;
	text-align: center;
	font-family: Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-weight: normal;
	height: 20px;
	text-align: left;
}
td.mfp_reserve_week_0 {
	color: #F00;
	background-color: #FEE;
}
td.mfp_reserve_week_6 {
	color: #00F;
	background-color: #EEF;
}
div.mfp_ok {
	border: solid 1px #aa843f;
	display: inline-block;
	padding: 1px 10px;
	margin: 5px 0 0 5px;
	color: #aa843f;
	font-size: 12px;
	display: none;
}
div.prefcodeWrapper {
	position: relative;
}
div.prefcodeResult {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 5px;
	border: solid 1px #CCC;
	background-color: #FFF;
	box-shadow: 0px 0px 5px #CCC;
	display: none;
}
div.prefcodeResult div {
	cursor: pointer;
}
div.prefcodeResult div:hover {
	background-color: #C9EBFB;
}
div.prefcodeResult div.prefcodeNext {
	background-color: #EEE;
	text-align: center;
}
div.prefLoading {
	padding: 60px 100px;
	background: url(img/mfp_zip_loading.gif) no-repeat center center;
}
.hidefield {
	height: 0px;
	overflow: hidden;
}
.showfield {
	height: auto;
	overflow: visible;
}
div.mfp_attached_thumbnails {
	display: none;
	padding: 5px;
	margin: 5px auto;
	border: solid 1px #CCC;
	border-radius: 3px;
	box-shadow: 0px 0px 5px #CCC inset;
	background: #EEE;
}
div.mfp_attached_thumbnails ul {
	margin: 0px;
	padding: 0px;
}
form#mailformpro dl dd div.mfp_attached_thumbnails ul li {
	display: inline-block;
	vertical-align: top;
	padding: 0px;
	border: solid 4px #FFF;
	margin: 5px;
	box-shadow: 0px 2px 5px #999;
}
form#mailformpro dl dd div.mfp_attached_thumbnails ul li a {
	display: block;
	max-height: 100px;
	overflow: hidden;
}
div.mfp_attached_thumbnails ul li a img {
	display: block;
	max-width: 80px;
}
button.mfp_attached_reset {
	font-size: 14px;
}
div#mfp_OperationCheck div#mfp_OperationCheck_inner {
	display: none;
}
div#mfp_OperationCheck strong {
	background: #090;
	display: block;
	color: #222;
	text-align: center;
	border-radius: 3px;
}
div#mfp_OperationCheck * {
	padding: 0px;
	margin: 0px;
	font-size: 12px;
}
div#mfp_OperationCheck p {
	padding: 0px 5px;
	margin: 0px;
	font-size: 12px;
}
div#mfp_OperationCheck p a {
	color: #0C0;
	text-decoration: none;
}
div#mfp_OperationCheck p a:hover,
div#mfp_OperationCheck p button:hover {
	text-decoration: underline;
}
div#mfp_OperationCheck p button {
	border: none;
	background: none;
	color: #0C0;
	cursor: pointer;
}
div#mfp_OperationCheck ul li,
div#mfp_OperationCheck ul li label,
div#mfp_OperationCheck ul li label input {
	line-height: 12px;
	font-size: 12px;
	list-style: none;
	vertical-align: middle;
}
div#mfp_OperationCheck ul li {
	padding: 5px 10px;
}
div#mfp_OperationCheck ul li label {
	text-decoration: underline;
}
div#mfp_recorder_wrap {
	border: solid 1px #CCC;
	padding: 10px;
	text-align: center;
	margin: 5px auto;
}
td.request_image {
	width: 100px;
}
td.request_image img {
	max-width: 100px;
}
span.mfp_tips {
	background-image: url(img/mfp_header.png);
	background-size: 100% 100%;
	background-color: #FCC;
	display: block;
	border-radius: 5px;
	padding: 10px;
	margin: 2px;
	box-shadow: 0px 2px 10px #999;
}
span.mfp_tips strong {
	color: #800040;
}
span.mfp_tips span {
	display: block;
	padding: 10px;
	color: #008080;
}
span.mfp_tips em {
	font-style: normal;
	color: #090;
	font-weight: bold;
}

@media screen and (max-width: 431px) {
div#mfp_overlay_background{
	width:430px !important;
	height: 100% !important;
}
div#mfp_overlay{
	width:430px !important;
}
div#mfp_overlay_inner{
	width:390px;
	max-width:none;
}
div.mfp_buttons button#mfp_button_send {
	display: block;
	padding: 10px 0;
	width:300px;
	margin:0 auto 10px;
}
div.mfp_buttons button#mfp_button_cancel {
	display: block;
	padding: 9px 0;
	width:300px;
	margin:-15px auto 0;
}
}
