@charset "utf-8";
/**
/* CSS RESET START
----------------------------------------------- */
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, hgroup,menu, nav, output, ruby, section, summary,time, mark, audio, video {margin: 0;padding: 0;border: 0;vertical-align: baseline;box-sizing: border-box;-webkit-box-sizing: border-box;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
html{overflow-y: scroll;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content: '';content: none;}
input, textarea{margin: 0;padding: 0;outline: none;}
ol, ul{list-style:none;}
table{border-collapse: collapse; border-spacing:0;width:100%;}
caption, th{text-align: left;}
img {vertical-align: middle;max-width:100%;height: auto;}
.clearfix {min-height: 1px;}
.clearfix:after {content: "."; display: block;clear: both;height: 0;visibility: hidden;}
.both{clear:both;}
/**
/* CSS START
----------------------------------------------- */
@font-face {
	font-family: "TT_Autonomous-ExtraBold";
	src: url("../font/TT_Autonomous_Trial_ExtraBold.ttf") format("truetype");
}
html,body {
	width: 100%;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "sans-serif";
	color: #333333;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
	letter-spacing: 0;
	margin: 0;
	padding: 0;
}
body {
	background: url(../img/bg.png) center;
	overflow: unset !important;
}
body.page_recruit {
	background: #FFFFFF;
	border-top: 0.625rem solid #CCCCCC;
}
body{
	position: relative;
}
body::before{
	content: '';
	background: #F3AF99;
	position: absolute;
	width: 2.875rem;
	height: 43.75rem;
	left: 0;
	top: 0;
	z-index: 1;
}
body.home::before{
	content: none;
}
@media only screen and (max-width: 1200px) {
	html,body {
		font-size: 14px;
	}
	body::before{
		width: 1.25rem;
	}
}
@media only screen and (max-width: 767px) {
	html,body {
		font-size: 4.385vw;
	}
	body::before{
		width: 0.75rem;
		height: 42.125rem;
	}
}
*:focus {
	outline: none!important;
}
#Wrapper{
	width: 100%;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	overflow: hidden;
	font-feature-settings: "palt";
	overflow: visible;
	border-top: 0.625rem solid #CCCCCC;
}
@media only screen and (max-width: 767px) {
	#Wrapper{
		border-top: 0.5rem solid #CCCCCC;
	}
	body.page_recruit {
		border-top: 0.5rem solid #CCCCCC;
	}
}
*, *:before, *:after{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
a{
	text-decoration: none;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	color: #212121;
}
br.pc_br,
.pc_img,
.pc{
	display: none;
}
.sp_br,
.sp_img,
.sp{
	display: block;
}
@media only screen and (min-width: 768px){
	.sp_br,
	.sp_img,
	.sp{
		display: none;
	}
	.pc_img{
		display: inline-block;
	}
	br.pc_br,
	.pc{
		display: block;
	}
}
/**
/* flex CSS
----------------------------------------------- */
.flex{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.flex_row{
	webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.flex_between{
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.flex_column{
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
		flex-direction: column;
}
.flex_center{
	-webkit-justify-content: center;
	justify-content: center;
}
.flex_wrap{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
}
.items_center{
	align-items: center;
}
/**
/* ヘッダー CSS
----------------------------------------------- */
.global-header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
}
.global-header .global-nav{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: flex-start;
}
.global-header .header_logo{
	padding: 1.75rem 1.75rem 0 3.75rem;
}
.global-header .global-nav.fixed .header_logo{
	padding: 1.125rem 1.75rem 1.125rem 3.75rem;
}
.global-header .header_logo img{
	width: 6.0625rem;
}
@media only screen and (max-width: 1315px) {
	.global-header .header_logo,
	.global-header .global-nav.fixed .header_logo{
		padding: 1.75rem 1.75rem 0 1.75rem;
	}
}
@media only screen and (max-width: 767px) {
	.global-header{
		height: 3.5rem;
		padding: 0.5rem 0.375rem;
	}
	.global-header .header_logo,
	.global-header .global-nav.fixed .header_logo{
		padding: 0.75rem 0.75rem 0px 1.25rem;
	}
	.global-header .header_logo img{
		width: 4rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.global-header{
		padding: 0.625rem 0 0.5rem 0;
	}
	.global-header .global-nav{
		padding: 0 5rem 0 1rem;
	}
}
/**
/* ヘッダーナビ CSS
----------------------------------------------- */
.global-nav .drawer-hamburger{
	display: none;
}
.global-nav .header-nav{
	position: absolute;
	right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: flex-start;
}
.drawer--right .global-nav .drawer-nav{
	position: relative;
	right: auto;
	overflow: visible;
	width: auto;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	background-color: transparent;
	padding: 1.375rem 0 1.125rem 0;
}
.global-nav .drawer-nav li{
	display: inline-block;
}
.global-nav .drawer-nav li a{
	display: block;
	color: #1A1A1A;
	font-size: 0.75rem;
	font-weight: 700;
	line-height: 1.2;
	padding: 0 1rem;
}
.home .global-nav .drawer-nav li a{
	color: #FFFFFF;
}
.home .global-nav.fixed .drawer-nav li a{
	color: #1A1A1A;
}
.global-nav .drawer-nav li a span{
	display: block;
	font-family: "TT_Autonomous-ExtraBold";
	color: #70F149;
	font-size: 1rem;
	font-weight: 600;
}
.global-nav .header-nav .caption{
	width: 11.75rem;
}
.global-nav .header-nav .entry-btn{
	margin-left: 1.5rem;
}
.global-nav .header-nav .entry-btn li{
	width: 15.625rem;
}
.global-nav .header-nav .entry-btn li a{
	position: relative;
	background: #00F500;
	display: block;
	color: #FFFFFF;
	padding: 0.75rem 1rem;
}
.global-nav .header-nav .entry-btn li a .roma{
	position: relative;
	font-family: "TT_Autonomous-ExtraBold";
	font-size: 1.875rem;
	font-weight: 600;
	line-height: 1;
}
.global-nav .header-nav .entry-btn li a .roma::after{
	content: '';
	background: url(../img/recruit/arrow_w.png) no-repeat center;
	background-size: cover;
	position: absolute;
	width: 3.125rem;
	height: 0.5rem;
	right: 0.5rem;
	top: 50%;
	transform: translateY(-50%);
}
.global-nav .header-nav .entry-btn li a .ttl{
	font-size: 1.125rem;
	font-weight: 600;
	line-height: 1;
}
@media only screen and (max-width: 1300px) {
	.global-nav .header-nav .caption{
		width: 10rem;
	}
	.global-nav .drawer-nav li a{
		padding: 0 0.5rem;
	}
	.global-nav .header-nav .entry-btn{
		margin-left: 1rem;
	}
	.global-nav .header-nav .entry-btn li{
		width: 13.625rem;
	}
	.global-nav .header-nav .entry-btn li a{
		padding: 0.75rem 1rem;
	}
	.global-nav .header-nav .entry-btn li a .roma{
		font-size: 1.5rem;
	}
	.global-nav .header-nav .entry-btn li a .roma::after{
		width: 2.125rem;
		height: 0.375rem;
		right: 0.5rem;
	}
	.global-nav .header-nav .entry-btn li a .ttl{
		font-size: 1rem;
	}
}
@media only screen and (max-width: 1024px) {
	.global-nav .drawer-hamburger{
		display: block;
		background: #E94B34;
		width: 1.5rem;
		top: 0.5rem;
		z-index: 99999;
		padding: 0.75rem 0.625rem 1.25rem 0.625rem;
	}
	.drawer--right .global-nav .drawer-hamburger,
	.drawer--right.drawer-open .global-nav .drawer-hamburger{
		right: 0.5rem;
	}
	.global-nav .drawer-hamburger:hover{
		background: #E94B34;
	}
	.global-nav .drawer-hamburger-icon{
		margin-top: 0.625rem;
	}
	.global-nav .drawer-hamburger-icon,
	.global-nav .drawer-hamburger-icon::after,
	.global-nav .drawer-hamburger-icon::before{
		background: #ffffff;
		height: 2px;
	}
	.drawer-open .global-nav .drawer-hamburger-icon::after,
	.drawer-open .global-nav .drawer-hamburger-icon::before{
		background: #ffffff;
	}
	.global-nav .drawer-hamburger-icon::after{
		top: 0.5rem;
	}
	.global-nav .drawer-hamburger-icon::before{
		top: -0.5rem;
	}
	.drawer--right .global-nav .drawer-nav{
		position: fixed;
		display: block;
		background: rgb(255,255,255,0.9);
		width: 100%;
		height: 100%;
		right: -100%;
		top: 3.5rem;
		left: auto;
		z-index: 9999;
		padding: 2rem 1rem;
	}
	.drawer--right .global-nav .drawer-nav{
		overflow-x: hidden;
		overflow-y: auto;
	}
	.global-nav .drawer-nav .drawer-menu{
		display: block;
	}
	.global-nav .drawer-nav ul.drawer-menu li{
		display: block;
		border-bottom: 1px solid #333333;
	}
	.global-nav .drawer-nav ul.drawer-menu li{
		margin-left: 0
	}
	.global-nav .drawer-nav ul.drawer-menu li a{
		position: relative;
		display: block;
		color: #333333;
		font-size: 1rem;
		font-weight: 500;
		line-height: 1.45;
		padding: 0.75rem 0 0.75rem 0.25rem;
	}
	.global-nav .drawer-nav ul.drawer-menu li a:after{
		display: block;
		content: "";
		border-bottom: 2px solid #333333;
		border-right: 2px solid #333333;
		margin: auto;
		position: absolute;
		right: 1rem;
		top: 2rem;
		transform: rotate(-45deg);
		width: 0.5rem;
		height: 0.5rem;
	}
	.global-nav .header-nav .caption{
		width: 11.5rem;
		margin-right: 3.5rem;
	}
	.global-nav .header-nav .entry-btn{
		margin-right: 3.5rem;
		margin-left: 0;
		margin-top: -1px;
	}
	.global-nav .header-nav .entry-btn li{
		width: 10.625rem;
	}
	.global-nav .header-nav .entry-btn li a{
		padding: 0.375rem 0.625rem;
	}
	.global-nav .header-nav .entry-btn li a .roma{
		font-size: 1.25rem;
	}
	.global-nav .header-nav .entry-btn li a .roma::after{
		width: 2.125rem;
		height: 0.375rem;
		right: 0.75rem;
	}
	.global-nav .header-nav .entry-btn li a .ttl{
		font-size: 0.75rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.drawer--right .global-nav .drawer-nav{
		width: 50%;
		right: -50%;
	}
	.global-nav .header-nav .entry-btn{
		margin-right: 3.5rem;
		margin-left: 0;
		margin-top: -1px;
	}
	.global-nav .header-nav .entry-btn li{
		width: 10.625rem;
	}
	.global-nav .header-nav .entry-btn li a{
		padding: 0.375rem 0.625rem;
	}
	.global-nav .header-nav .entry-btn li a .roma{
		font-size: 1.25rem;
	}
	.global-nav .header-nav .entry-btn li a .roma::after{
		width: 2.125rem;
		height: 0.375rem;
		right: 0.75rem;
	}
	.global-nav .header-nav .entry-btn li a .ttl{
		font-size: 0.75rem;
	}
}
/**
/* Common CSS
----------------------------------------------- */
.front-wrap section,
.archive-wrap,
.single-wrap{
	overflow: hidden;
}
.inner-wrap{
	width: 94%;
	max-width: 1210px;
	margin: 0 auto;
}
.inner{
	width: 90%;
	max-width: 1110px;
	margin: 0 auto;
}
.center{
	text-align: center;
}
iframe{
	width: 100%;
}
@media only screen and (max-width: 767px) {
	.inner-wrap,
	.inner{
		width: calc(100% - 3.5rem);
	}
}
/**
/* ページネーション CSS
----------------------------------------------- */
.wp-pagenavi {
	text-align: center;
	margin-top: 6.5rem;
}
.wp-pagenavi span,
.wp-pagenavi a {
	display: inline-block;
	text-align: center;
}
.wp-pagenavi a,
.wp-pagenavi span{
	display: inline-block;
	width: 3rem;
	height: 3rem;
	color: #E94B34;
	font-size: 1.25rem;
	font-weight: 800;
	line-height: 3rem;
	text-align: center;
	padding: 0 !important;
	margin: 0 0.3125rem !important;
	border: 1px solid #E94B34!important;
}
.wp-pagenavi .current,
.wp-pagenavi a.page:hover{
	background: #E94B34;
	color: #FFFFFF;
}
.wp-pagenavi span.extend{
	border: none!important;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink{
	border: none!important;
}
@media only screen and (max-width: 767px) {
	.wp-pagenavi {
		margin-top: 4.5rem;
	}
	.wp-pagenavi a,
	.wp-pagenavi span{
		width: 2.2rem;
		height: 2.2rem;
		font-size: 1rem;
		line-height: 2.2rem;
		margin: 0 0.125rem;
	}
}
/**
/* フッター CSS
----------------------------------------------- */
footer{
	position: relative;
	background: #FFFFFF;
	margin-top: auto;
}
footer::before{
	position: absolute;
	content: "";
	background: #00F500;
	width: 94%;
	max-width: 1200px;
	height: 1px;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.footer-wrap{
	padding: 4rem 0 0 0;
}
.footer-wrap .footer-l{
	display: flex;
	flex-direction: column;
	width: 50%;
	padding-top: 0.75rem;
}
.footer-logo{
	margin-bottom: 3.25rem;
}
.footer-logo img{
	width: 13.125rem;
}
footer .footer-add p{
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 2;
}
.footer-wrap .footer-r{
	width: 50%;
}
.footer-wrap .footer-nav{
	column-gap: 2rem;
	row-gap: 1.25rem;
}
.footer-wrap .footer-nav > li{
	width: calc(50% - 1rem);
}
.footer-wrap .footer-nav li a{
	display: block;
	font-family: "TT_Autonomous-ExtraBold";
	color: #E94B34;
	font-size: 1.875rem;
	font-weight: 600;
	line-height: 1.45;
}
.footer-wrap .sub-nav{
	margin-top: 0.875rem;
	margin-bottom: 1rem;
}
.footer-wrap .sub-nav li + li{
	margin-top: 0.25rem;
}
.footer-wrap .sub-nav li a{
	display: block;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
	color: #333333;
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.45;
}
.footer-wrap .sub-nav ul{
	margin-top: 0.3125rem;
}
.footer-wrap .sub-nav ul li + li{
	margin-top: 0.3125rem;
}
.footer-wrap .footer-sns{
	margin-top: auto;
}
.footer-wrap .footer-sns ul{
	display: flex;
	align-items: center;
	margin: 0.875rem 0 0 0;
}
.footer-wrap .footer-sns li img{
	width: 5rem;
}
.footer-wrap .footer-sns li + li{
	margin-left: 1.25rem;
}
.footer .copy{
	font-family: "Oswald", sans-serif;
	color: #808080;
	font-size: 0.875rem;
	font-weight: 300;
	line-height: 1.35;
	text-align: center;
	padding: 2.1875rem 0 2.9375rem 0;
}
@media only screen and (max-width: 767px) {
	footer::before{
		width: 94%;
	}
	.footer-wrap{
		padding: 1.75rem 0 0 0;
	}
	.footer-wrap .footer-l{
		width: 100%;
		flex-direction: row;
		padding-top: 0;
		margin-bottom: 1.5rem;
	}
	.footer-logo{
		margin-bottom: 0;
		padding-top: 0.625rem;
	}
	.footer-logo img{
		width: 5.5625rem;
	}
	footer .footer-add{
		margin-left: 2.1875rem;
	}
	footer .footer-add p{
		font-size: 0.625rem;
		line-height: 1.5;
	}
	.footer-wrap .footer-r{
		width: 100%;
	}
	.footer-wrap .footer-nav{
		column-gap: 1rem;
		row-gap: 0.625rem;
	}
	.footer-wrap .footer-nav > li{
		width: calc(50% - 0.5rem);
	}
	.footer-wrap .footer-nav li a{
		font-size: 0.9375rem;
	}
	.footer-wrap .sub-nav{
		margin-top: 0.375rem;
		margin-bottom: 0.5rem;
	}
	.footer-wrap .sub-nav li + li{
		margin-top: 0.375rem;
	}
	.footer-wrap .sub-nav li a{
		font-size: 0.625rem;
	}
	.footer-wrap .sub-nav ul{
		margin-top: 0.3125rem;
	}
	.footer-wrap .sub-nav ul li + li{
		margin-top: 0.3125rem;
	}
	.footer-wrap .footer-sns{
		width: 100%;
		margin-top: 1rem;
	}
	.footer-wrap .footer-sns ul{
		-webkit-justify-content: center;
		justify-content: center;
		margin: 0.875rem 0;
	}
	.footer-wrap .footer-sns li img{
		width: 2.5625rem;
	}
	.footer-wrap .footer-sns li + li{
		margin-left: 1.625rem;
	}
	.footer .copy{
		font-size: 0.5rem;
		padding: 1rem 0;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.footer-wrap{
		padding: 3rem 0 0 0;
	}
	.footer-wrap .footer-l{
		padding-top: 0.625rem;
	}
	.footer-logo{
		margin-bottom: 2.25rem;
	}
	.footer-logo img{
		width: 10.125rem;
	}
	footer .footer-add p{
		font-size: 1rem;
		line-height: 2;
	}
	.footer-wrap .footer-nav{
		column-gap: 1.5rem;
		row-gap: 0.625rem;
	}
	.footer-wrap .footer-nav > li{
		width: calc(50% - 0.75rem);
	}
	.footer-wrap .footer-nav li a{
		font-size: 1.375rem;
		line-height: 1.45;
	}
	.footer-wrap .sub-nav{
		margin-top: 0.5rem;
		margin-bottom: 0.875rem;
	}
	.footer-wrap .sub-nav li + li{
		margin-top: 0.25rem;
	}
	.footer-wrap .sub-nav li a{
		font-size: 1rem;
	}
	.footer-wrap .sub-nav ul{
		margin-top: 0.3125rem;
	}
	.footer-wrap .sub-nav ul li + li{
		margin-top: 0.3125rem;
	}
	.footer-wrap .footer-sns{
		margin-top: auto;
	}
	.footer-wrap .footer-sns ul{
		margin: 0.875rem 0 0 0;
	}
	.footer-wrap .footer-sns li img{
		width: 4rem;
	}
	.footer-wrap .footer-sns li + li{
		margin-left: 1rem;
	}
	.footer .copy{
		font-size: 0.75rem;
		padding: 1.875rem 0 2rem 0;
	}
}
