﻿html:not(.responsive) {
	min-width: 1000px; /* viewport */
}



/*=============================================
 * body
 *=============================================*/

body {
	color: #000;
/*	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ明朝体 Pro", "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 15px;
	line-height: 32px;
	letter-spacing: 0.1em;
	background: url(../img/en_shared/bg.jpg) repeat center top;
	min-width: inherit;
	min-height: inherit;
	max-height: 100%;
}



/*=============================================
 * fonts - DON'T EDIT
 *=============================================*/

.fnt-mincho {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.fnt-meiryo {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.fnt-gothic {
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}



/*=============================================
 * .fnt - customs
 *=============================================*/

.fnt-mincho {
}
.fnt-meiryo {
}
.fnt-gothic {
}
.fnt-garamond {
}



/*=============================================
 * <main>
 *=============================================*/

main {
	clear: both;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.wrap {
	width: 1000px;
}



/*=============================================
 * <header>
 *=============================================*/

header {
	position: relative;
}
header{
	display: flex;
	flex-direction: row-reverse;
	flex-wrap: wrap;
}
header h1 {
	position: absolute;
	left: 20px;
	bottom: 15px;
	flex: 1 100%;
	color: #fff;
	text-shadow: 0 0 10px #000;
	z-index: 2;
}
header .logo {
	padding-top: 126px;
}
header .content{
	width: 50%;
	position: relative;
	text-align: center;
	background: url(../img/en_shared/bg_hd.jpg) repeat center top;
}
header .content nav{
	display: flex;
	flex-direction: row-reverse;
	justify-content: center;
}
header .content nav>*{
	margin: 0 4px;
}
header .menu_fixed{
	flex: 1 100%;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	background: url(../img/en_shared/bg_fix.jpg) repeat-x center top;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	z-index: 100;
}
header .menu_fixed.fixed{
	opacity: 1;
	visibility: visible;
}
header .btn_en{
	position: fixed;
	top: 300px;
	right: 10px;
	z-index: 99;
}
header .btn_hon{
	position: fixed;
	top: 100px;
	right: 10px;
	z-index: 99;
}



header .tel{
	margin-bottom: 30px;
}
/*=============================================
 * key
 *=============================================*/

#key {
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	min-height: 830px;
	position: relative;
	width: 50%;
}
#key ul {
	min-height: inherit;
}
#key li {
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	min-height: inherit;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.txt-center{
	text-align: center;
}

/*=============================================
 * <section>
 *=============================================*/

section {
}



/*=============================================
 * <footer>
 *=============================================*/

footer {
	text-align: center;
}
footer .logo {
	position: relative;
	
}
footer .logo:before{
    content: '';
    background: url(../img/en_shared/dc_ft1.png) no-repeat center top;
    width: 241px;
    height: 210px;
    position: absolute;
    top: -37px;
    left: 167px;
}
footer .tel {
}
footer nav {
	padding-top: 20px;
	padding-bottom: 24px;
}
footer .txt_ft{
	padding-top: 30px;
	padding-bottom: 24px;
}
footer dl{
	display: flex;
	justify-content: space-between;
	line-height: 35px;
}
footer dt{
	text-align: right;
	width: 340px;
}
footer dd{
	text-align: left;
	width: 660px;
	padding-left: 35px;
}
footer nav {
	position: relative;
}
footer nav:before{
	content: '';
	background: url(../img/en_shared/line_ft.jpg) repeat center top;
	height: 1px;
	position: absolute;
	top:0px;
	left: 50px;
	right: 50px;
}
footer nav:after{
	content: '';
	background: url(../img/en_shared/dc_ft2.png)no-repeat center top;
	width: 152px;
	height: 207px;
	position: absolute;
    top: -217px;
    right: 85px;
}
footer nav >a{
	padding: 0 27px;
}
footer nav > a + a:before{
	padding-right: 20px;
}
footer .fte{
	background: url(../img/en_shared/bg_fix.jpg) repeat center top;
	color: #fff;
	padding: 30px 0;
}
/*=============================================
 * .socialbuttons
 *=============================================*/

footer .socialbuttons {
}



/*=============================================
 * copyright
 *=============================================*/

address {
	padding-top: 4px !important;
}
.s2_thumb li{
	position: relative;
}
.s2_thumb li:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.42);
    z-index: 1;
}
.s2_thumb .slick-current li:before{
	opacity: 0;
}


.recruit1{
	position: absolute;
    top: 750px;
    right: 370px;
	z-index: 100000;
}
.distance1{
	position: absolute;
    top: 750px;
    right: 10px;
	z-index: 100000;
}





.insta{
	position: absolute;
	top:40px;
	left:300px;
}
.fb{
	position: absolute;
	top:40px;
	left:360px;
}




