@charset "UTF-8";

/*----------------------------------------------------
	☆Reset

color #8c7878
	
----------------------------------------------------*/


html,
html.fontSmall {
	font-size: 62.5%; /* sets the base font to 10px for easier math */
}

html.fontLarge {
	font-size: 82.5%; /* sets the base font to 10px for easier math */
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
ul,
ol,
li,
dl,
dt,
dd,
p,
img {
	margin: 0;
	padding: 0;
}

@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 100;
}

@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 200;
}

@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 300;
}

@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 400;
}

@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Bold");
	font-weight: bold;
}

body {
	background-color: #FFF2E7;
	color: #8c7878;
	font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	font-size: 1.6rem; /* sets the default sizing to make sure nothing is actually 10px */
	line-height: 1;
	padding-top: 120px;
	min-width: 1000px;
}

body.corp{
	background-color: transparent;
	padding-top: 130px;
}

body * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

#fancybox-wrap,
#fancybox-wrap *,
#fancybox-tmp,
#fancybox-loading {
	-webkit-box-sizing: content-box!important;
	-moz-box-sizing: content-box!important;
	-o-box-sizing: content-box!important;
	-ms-box-sizing: content-box!important;
	box-sizing: content-box!important;
}

a,
a:link,
a:hover,
a:focus {
	color: #007ebe;
	text-decoration: underline;
	cursor: pointer;
	outline: none;
}

a:hover {
	text-decoration: none;
}

ul,
ol {
	list-style-type: none;
}

::selection {
	background-color: #DDD;
	color: #444; /* Safari */
}
::-moz-selection {
background-color: #DDD;
color: #444; /* Firefox */
}

a {
	display: inline-block;
}

/*----------------------------------------------------
	☆Crearfix
----------------------------------------------------*/


.clearfix:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	font-size: 0.1em;
	line-height: 0;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
	min-height: 1%;
}

/* Hides from IE-mac \*/


* html .clearfix {
	height: 1%;
}

/* End hide from IE-mac */


/*----------------------------------------------------
	☆br clear
----------------------------------------------------*/


br.clear {
	display: inline !important;
	display: none;
	clear: both;
	line-height: 0px;
}
 @media screen and (-webkit-min-device-pixel-ratio:0) {

br.clear {
	display: block!important;
	content: " ";
}
}

div.clear {
	clear: both;
	line-height: 0px;
}

/*----------------------------------------------------
	☆topcontrol
----------------------------------------------------*/


#topcontrol {
	z-index: 100;
}

#topcontrol a {
	background: url(../cmn_js/scrolltop/scrollup.png) center center no-repeat;
	background : url(../cmn_js/scrolltop/scrollup.gif) center center no-repeat\9; /* IE8 and below */
 *background : url(../cmn_js/scrolltop/scrollup.gif) center center no-repeat; /* IE7 and below */
	_background : url(../cmn_js/scrolltop/scrollup.gif) center center no-repeat; /* IE6 */
	background-size: 40px 40px;
	font-size: 0;
	text-decoration: none;
	display: block;
	height: 38px;
	width: 38px;
	opacity: 0.7;
	border-radius: 38px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}

#topcontrol a:hover {
	background-size: 54px 54px;
	opacity: 1;
	height: 50px;
	width: 50px;
}

div#fancybox-outer{
	display:none;
}

/*----------------------------------------------------
	☆base contents
----------------------------------------------------*/

/*-- WRAP --*/


/*-- HEADER --*/


#header {
	background-color: #FFF;
	height: 130px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: 100;
	-webkit-box-shadow: 0 5px 6px -6px #CCC;
	-moz-box-shadow: 0 5px 6px -6px #CCC;
	box-shadow: 0 5px 6px -6px #CCC;
}

#header #tagline {
	background-color: #eda016;
	color: #FFF;
	font-size: 11px;
	font-size: 1.1rem;
	font-weight: normal;
	line-height: 1.4;
	padding: 4px 15px;
	transition: 0.2s;
}

body.corp #header #tagline{
	background-color: #FEA621;
}


#header .hdInr {
	margin: 0 auto;
	padding: 15px 0 25px;
}

#header .hdInr .logo {
	color: #FEA621;
	float: left;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	padding: 0px 0px 0px 15px;
	position: relative;
	width: 250px;
	z-index: 2;
	vertical-align: middle;
	line-height: 1.25;
}

#header .hdInr .logo img{
	float: left;
	margin-right: 10px;
}



#header .hdInr .logo span {
	display: block;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 700;
	padding-top: 20px;
}

#header .hdInr #btn_hamburger{
	display: none;
}

#header .hdInr #gNav {
	padding: 20px 15px 0 0;
	max-width: 730px;
	float: right;
}

#header .hdInr #gNav ul {
	text-align: right;
}

#header .hdInr #gNav ul li {
	display: inline-block;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1;
	margin: 0 2px;
}

#header .hdInr #gNav ul li a {
	color: #8c7878;
	padding: 7px 7px;
	text-decoration: none;
	transition: 0.2s;
}

#header .hdInr #gNav ul li a:hover {
	color: #ffa14b;
	text-decoration: underline;
}

body.corp #header .hdInr #gNav ul li a:hover{
	color: #8cbc68;
}


.mv{
	width:100%;
	
	
}
.mv #main_slide ul,
.mv #main_slide02 ul{
	height: 300px !important;
}
.mv #main_slide ul li,
.mv #main_slide02 ul li{
	display: block !important;
	width: 300px;
	height: 300px;
}


.mv .mvLower{
	padding: 64px 0px;
	font-size: 54px;
	font-size: 5.4rem;
	text-align: center;
	letter-spacing: 0.2em;
	background-image: url(../../recruit/images/bg_top_mv.png.html);
	font-weight:700; 
}

.mv .mvLower span.txtBlink{
	display: inline-block;
    width: 1.7em;
    height: 1.7em;
    overflow: hidden;
    margin: 0px 20px 0px 12px;
    background-color: #fff;
    text-align: center;
    vertical-align: middle;
    line-height: 1.7em;
	position:relative;
	white-space:nowrap;
	
}

@media all and (-ms-high-contrast:none){
	.mv .mvLower span.txtBlink{
		line-height: 2em;
	}
}

.mv .mvLower span.txtBlink span{
	color: #eda016;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	white-space:nowrap;
	position: absolute;
	margin:auto;
	top:0;
	bottom:0;
	right: 0;
	left: 0;
}

#contents {
	padding: 0px 20px;
}

#contents p,
#contents li,
#contents dt,
#contents dd,
#contents th,
#contents td {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.7;
}

#contents .whiteBox {
	/* background-color: #FFF; */
	margin: 0 auto;
	max-width: 1200px;
}

#contents .whiteBox .whiteBoxInr {
	margin: 0 auto;
	padding: 70px 20px;
	max-width: 1000px;
}

#contents .secTitle{
	width: 15em;
	padding-bottom: 4px;
	text-align: center;
	margin: 0px auto 50px;
	border-bottom: dotted 1px #8c7878;
}

#contents .secTitle p{
	padding-bottom: 4px;
	border-bottom: dotted 1px #8c7878;
}

#contents .secTitle p::after{
	display: block;
	content: "";
	border-bottom: dotted 1px #8c7878;
}
#contents .secTitle  span{
	display: block;
	padding-bottom:10px;
	font-size: 27px;
	font-size: 2.7rem;
	font-weight: 500;
	letter-spacing: 3px;
}

#contents .txtLink ul{
	text-align: center;
	padding: 50px 0px 0px;
	margin-bottom: 50px;
}

#contents .txtLink ul li{
	display: inline;
	padding: 0px 20px;
	border-right: solid 1px #8c7878;
}

#contents .txtLink ul li a{
	text-decoration: none;
	color: #8c7878;
	transition: .2s;
}

#contents .txtLink ul li a:hover{
	text-decoration: underline;
	color: #eda016;
	
} 

#contents .txtLink ul li:last-child{
	border: none;
}

#contents .txtLink ul li a.current,
#header .hdInr #gNav ul li a.current{
	color: #eda016 ;
	text-decoration: underline;
}

body.corp #header .hdInr #gNav ul li a.current,
body.corp #footer .ftNav ul li a.current{
	color: #8cbc68;
	text-decoration: underline;
}


#footer {
	padding: 20px;
	text-align: center;
	background-color: #eda016;
	vertical-align: middle;
	color: #fff;
}


#footer small {
	font-style: normal;
	font-size: 10px;
	padding: 10px;
}

body.corp #footer{
	padding: 0px;
	margin: 0;
	background-color: #fff;
}

body.corp #footer .ftNav{
	max-width: 1000px;
	background-color: #fff;
	margin-bottom: 50px;
}

body.corp #footer small{
	display: block;
	background-color: #FEA621;
	width: 100%;
	padding: 23px;
	text-align: center;
	color: #fff;
	margin: 0;
}


/*loading*/

#loading{
    position: absolute;
    left: 50%;
    top: 45%;
}
 
#loader-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #FFF;
    z-index: 20000;
}

#loader-bg img{
	width:50px;
	height: auto;
}

 
#main-contents{
    text-align: center;
    margin-top: 20%;
}

/*-- CORP FOOTER NAVIGATION --*/

.ftNav{
	text-align: center;
	margin:auto;
}

.ftNav ul{
	font-size: 0;
}

.ftNav ul li{
	display: inline-block;
	text-align: center;
	border-right: solid 1px #8c7878;
	line-height: 1;
}

.ftNav ul li.first{
	border-left: solid 1px #8c7878;
}

.ftNav ul li a{
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 0px 10px;
	line-height: 1;
	text-decoration: none;
	transition: .5s;
	color: #8c7878;
}

.ftNav ul li a:hover{
	text-decoration: underline;
	color: #8cbc68;
}
	