@charset "UTF-8";

@import url("animate.css");

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
}


html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align:baseline;
}

article, header, footer, aside, figure, figcaption, nav, section {
  display:block;
}

body {
font: normal 16px "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo",Verdana,Geneva,Arial,"ＭＳ ゴシック",sans-serif;
  margin: 0;
  padding: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
	/*
  background: #ededed;*/
background: #282828;
min-width: 1024px;
		height: 100% ;
  color: #000;
}

h1,h2,h3,h4,h5,h6 { clear: both; }

p { line-height: 1.8em; margin: 1em 0; }
strong { font-weight: bold; }
hr { border: solid 1px #E6E6E6; margin: 0 0 20px; }

img {
  vertical-align: bottom;
  border: none;
  outline: none;
}

ol, ul {
  list-style: none;
}

a {
  text-decoration: none;
  transition: all .3s ease-in-out;
}

a img {
  transition: all .3s ease-in-out;
}

/*
a:hover img {
  opacity: 0.8;
}
*/

.fleft { float: left; }
.fright { float: right; }
.clearfix:after {
  content:"";
  display:block;
  clear:both;
}

.tleft { text-align: left }
.tright { text-align: right }
.tcenter { text-align: center; }

.ibl {
  display: inline-block;
  vertical-align: middle;
}

.rwd{
  position: relative;
  margin: 20px 0;
  padding-bottom: 56.25%;
  padding-top: 30px;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.rwd iframe,
.rwd object,
.rwd embed{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.main-wrapper {
  width: 1024px;
	overflow: hidden;
	overflow: hidden;
	clear: both;
	position: relative;
	z-index: 10;
	overflow: hidden;
	clear: both;
	
}


.top_main-wrapper {
  width: 1024px;
  margin: 0 auto;
	overflow: hidden;
  margin-top: 85px; /* 固定ナビの高さ分のネガティブマージン */
  padding-top: -85px; /* 打ち消し用のパディング */
	overflow: hidden;
	clear: both;
}


.ft_main-wrapper {
  width: 1024px;
  margin: 0 auto;
  margin-top: 45px; /* 固定ナビの高さ分のネガティブマージン */
  padding-top: -35px; /* 打ち消し用のパディング */
	overflow: hidden;
	clear: both;
}
.row {
  display: flex;
}

.row-2, .row-3, .row-4 { flex-wrap: wrap; }
.row-2 > .col { width: calc( (100% / 2) ); }
.row-3 > .col { width: calc( (100% / 3) ); }
.row-4 > .col { width: calc( (100% / 4) ); }

.hero-wrapper {
  padding: 120px 0 180px;
}

.hero-ttl {
	width: 700px;
	margin: auto;
}
.hero-ttl-eng {
  color: #be9e70;
  margin: 0 auto 15px auto;
	font-family: Verdana, Geneva, "sans-serif";
	font-size: 15px;
	font-weight: bold;
	
}

.hero-ttl h1 {
  color: #fff;
  font-size: 36px;
	letter-spacing: 1px;
	text-shadow:2px 2px 4px #000,-2px 1px 4px #000;
	margin: auto;
	font-family: '游明朝体','Yu Mincho','YuMincho',serif;
} 


.hero-ttl p {
	color: #FFF;
	letter-spacing: 0.1em;
text-shadow:2px 2px 4px #000,-2px 1px 4px #000;	
	margin: 10px auto 0 ;
	font-weight: bold;
	
}
.sub-menu {
	clear: both;
  border-bottom: solid 1px #cdc8bf;
	  border-top: solid 1px #cdc8bf;
	
}
.magt40 {

	margin-top:40px;
}

.sub-menu .col {
  width: 100%;
}

.sub-menu a {
  display: block;
  color: #020202;
  font-weight: bold;
  text-align: center;
  padding: 20px;
}

.sub-menu li + li a {
  border-left: solid 1px #cdc8bf;
}

/*
.sub-menu a span {
  color: #cdc8bf;
  font-size: 10px;
  margin: 0 20px 0 0;
  transform: scale(0.8);
  transition: all .3s ease-in-out;
}
*/

.sub-menu a:hover,
.sub-menu .current a {
  background: #e3dfd7;
  color: #a30b1a;
	border-top: 4px solid #a30b1a;
}

.page-cont-wrapper {
  background: #fff;
  margin: 24px auto 0;
}

/*--------------------------------------------------------------
# ヘッダー
--------------------------------------------------------------*/
header {
	border-top:2px solid #112951;
  background: #fff;
  box-shadow: 0 1px 5px 0 #585859;
width: 100%;
	margin:auto;
	position: fixed;
	top:0;
	left:0;
	z-index:999;
}

header .logo {
	margin-left: 20px;
}


.hd-wrapper {
  justify-content: space-between;
  align-items: center;
	width: 1024px;
	margin: auto;
}

.global-nav a {
  font-size: 14px;
  font-weight: bold;
  color: #232323;
  display: block;
  text-align: center;
  padding: 25px 32px;
  border-left: solid 1px #d2d2d2;
}

.global-nav a:hover {
	/*
  background: #cdc8bf;*/
	background:#112951;
	color: #FFF;
}

.global-nav .current a {
  background: #cdc8bf;
}
.global-nav .current a:hover {
  background: #cdc8bf;
  color: #232323;
}

.global-nav li:last-child a {
  border-right: solid 1px #d2d2d2;
}

.global-nav span {
	font-family: Verdana, Geneva, "sans-serif" !important;
	font-weight: bold;
  font-size: 9px;
  color: #877a5f;
  display: block;
  margin: 8px 0 0;
  font-weight: normal;
  transform: scale(0.9);
}

/*--------------------------------------------------------------
# フッター
--------------------------------------------------------------
footer {
  background: url(../images/common/bg-footer.png) no-repeat 0 0 / 100%;
  padding: 90px 65px;
}*/


footer {
	-moz-box-sizing: border-box;
    box-sizing: border-box;	
  background: url(../images/common/bg-footer.jpg) no-repeat center center;
  padding: 40px 0 10px 0;

	background-size: cover;	
background-position: center;
}


.footer-wrapper {
  padding: 0 30px;
  font-size: 13px;	
	
}

.ft-link-wrapper {
  padding: 20px 10px;
  margin: 38px 0;

background: rgba(0,0,0,0.4);
	

}

.ft-link-wrapper .col {
  width: 100%;
	padding: 0 20px;
}

.ft-link a {
	display: block;
  color: #fff;
  line-height: 2.2;
	padding: 2px 5px;
  border-bottom: dotted 1px #555;		
	text-indent: 5px;
}

.ft-link a:hover {
	background: #112951;
color: #FFF;}

.f-tt {
	background-color: #6a0007;
} 

.ft-logo {
  margin: 0 auto 18px auto;
	overflow: hidden;
	width: 800px;
}

.ft-logo img {
	float: left;
}


.ft-address {
	padding-top:16px;
  font-size:13px;
  color: #fff;
  font-style: normal;
  line-height: 2.2;
}

.ft-catch {
	padding-bottom: 15px;
	
}

/*--------------------------------------------------------------
# トップページ
--------------------------------------------------------------*//* スライダー */
.slider-pro {
  position: relative;
	top:85px;
	background: #000;	
	overflow: hidden;
}

.sp-slide img {
  width: 100%;
}

.sp-slide {
  opacity:0.3;
  margin: 0 auto;
}

.sp-slide.sp-selected {
  opacity:1;
}

.sp-bottom-thumbnails {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
}

.slide-mini {
	/*
  font-size: 15px;
  color: #be9e70;
	font-weight:bold;
	*/
	font-family: Verdana, Geneva, "sans-serif";
	font-size:20px;
  color: #be9e70;
	font-weight: bold;
}

.slide-catch-bottom {
  font-size: 20px;
  color: #fff;
  font-family: '游明朝体','Yu Mincho','YuMincho',serif;
}

h2.slide-catch {font-size:40px; 
  font-family: '游明朝体','Yu Mincho','YuMincho',serif;
  color: #fff;
  margin: 30px 0 20px 0;
  padding: 0 0 8px 0;
  text-shadow: 2px 2px 7px #19191a;
  line-height: 1.3;
	width: 800px;
}

h2.mincho {
	  font-family: '游明朝体','Yu Mincho','YuMincho',serif !important;
	letter-spacing: 0 !important;
}

h2.slide-catch2 {font-size:22px; 
  color: #fff;
	letter-spacing: 0.1em;
  margin: 0px 0 0px 0 !important;
  padding: 0 0 5px 0;
	width: 800px;
}

h2.slide-catch span {
  font-size: 36px;
}

.catch-img img {
	width: 384px !important;
}

.slide-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.sp-buttons {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}

.sp-button {
  border: 2px solid #fff;
}

.sp-selected-button {
  background: #fff;
}

.sp-horizontal .sp-previous-arrow {
  left: 3%;
}

.sp-horizontal .sp-next-arrow,
.sp-horizontal.sp-rtl .sp-previous-arrow {
  right: 3%;
}


/* ミッション */
.mission-wrapper {
	margin-top: 50px;
  background: #181818;

	clear: both;	
/*	background: #112951;*/
}

.mission-inner {
  padding: 40px 20px;
  justify-content: space-between;
  align-items: center;
	letter-spacing: 0.1em;

  line-height: 2.2;	
}

.mission-left {
  padding: 0 40px 0 0;
  flex-shrink: 0;
}

.mission-ttl {
  font-weight: bold;
  color: #112951;
  margin: 0 0 22px;
  font-size: 12px;
	font-family: Verdana, Geneva, "sans-serif";
	font-weight: bold;		
}

.mission-ttl span {
  color: #a30b1a;

}

.mission-catch {
  font-size:20px;
  font-weight: bold;
	color: #be9e70;
	border: #be9e70 1px solid;
	padding: 20px;
	text-align: center;
}

.mission-right {
	font-size: 14px;
	color: #FFF;

}

/* 3つの特徴 */
.characteristic-wrapper {
  background: url(../images/top/bg-caracteristic.jpg) no-repeat top center;
  padding: 95px 0;
	width: 100%;

	background-size: cover;	
}

.characteristic-ttl-catch,
.characteristic-wrapper h2 {
  color: #fff;

}

.characteristic-wrapper h2 {
  font-size: 35px;
  margin: 20px 0 30px;
  letter-spacing: 3px;
}

.characteristic-ttl-catch,
.characteristic-wrapper span {
	font-family: Verdana, Geneva, "sans-serif";
	font-size:20px;
  color: #be9e70;
	font-weight: bold;
}

.caracteristic-inner {
  margin: 0 -30px;
}



.caracteristic-inner .col {
  width: calc((100%/3) - 60px);
  margin: 0 30px;
}

.caracteristic-card {
	background:url(../images/top/3.gif) repeat;
}

.caracteristic-card img {
}

.caracteristic-card p {
	margin: 30px;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.9em;
	color: #FFFFFF;

}

.caracteristic-desc {

}

/* リクルート */
.recruit-wrapper {
  padding: 55px 0 56px;/*
  background: url(../images/top/bg-recruit.png) no-repeat 50% 0 / 100%;*/
	background: #e1dfdb;
}

.recruit-ttl-catch {
  color: #112951;
  font-weight: bold;
}

.recruit-ttl-catch span {
	font-family: Verdana, Geneva, "sans-serif";
	font-size:20px;
  color: #be9e70;
	font-weight: bold;
}

.recruit-wrapper h2 {
  font-size: 35px;
  margin: 20px 0 15px;
  letter-spacing: 2.2px;
}

.recruit-top-button a {
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  padding: 10px;
  background: #112951;
  width: 212px;
  margin: 20px auto 0px auto !important;
  display: block;
}

.recruit-link-wrapper {
	margin: 40px auto 0 auto;
}

.recruit-link-inner {
  margin: 0 -17px;
		
}

.recruit-link-inner .col {
  width: calc((100%/4) - 34px);
  margin: 0 17px;
	border: #be9e70 1px solid;
}

.recruit-link-button a {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  padding: 10px;
  display: block;
  background: #FFF;
}

.recruit-link-button a span {
  font-size: 10px;
	font-family: Verdana, Geneva, "sans-serif";
  color: #be9e70;
  display: block;
  margin: 5px 0 0;
  transform: scale(0.8);
  transition: all .3s ease-in-out;
}

.recruit-link-button a:hover,
.recruit-link-button a:hover span {
  color: #fff;
}

.recruit-link-button a:hover {
  background: #a30b1a;
}

/*--------------------------------------------------------------
# ページベース
--------------------------------------------------------------*/

.page-c-inner {
  padding: 30px 50px;
}

.page-ttl-main {
  color: #fff;
  font-weight: bold;
  background: #a30b1a;
  padding: 8px 50px;
  border-radius: 5px;
}

.page-ttl-sub {
  color: #a30b1a;
  margin: 0 0 0 25px;
	font-family: Verdana, Geneva, "sans-serif";
	font-size: 12px;
	font-weight: bold;
}

.page {
  padding: 15px 15px 40px 15px;
	overflow: hidden;
}

.page h2 {
	margin: 5px 0px 25px 0;
  font-size: 26px;
	font-weight: bold;
	/*color:#8d785a;*/
	color:#112951;
	line-height: 2em;
	border-bottom: #cdc8bf 1px dashed;
	letter-spacing: 0.05em;
	font-family: '游明朝体','Yu Mincho','YuMincho',serif;
}

.page-inner {
  margin: 30px 0;
}

.page-inner-left {
  line-height: 2.1;
  flex-basis: 650px;
  margin: 0 50px 0 0;
}

.page-inner-right {
  flex-shrink: 0;
}





.center {
	display: block;
	padding: 20px 0;
	margin: auto;
	text-align: center;
}



.right {
	display: block;
	padding: 20px 0;
	margin: auto;
	text-align: right;
}


.scale {
    overflow: hidden;
}
.scale img {
    -moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;
	padding-bottom: 20px;
}
.scale img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}



/*   レスポンシブデザイン*/  
---------------------------------------------------   
@media screen and (max-width: 768px){
.main-wrapper {
  width: 100%;
  margin: 0 auto;
}
	
	

}  