@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Josefin+Slab');

.fadein {
 opacity : 0.1;
 transform : translate(0, 60px);
 transition : all 600ms;
}
.fade {
 opacity : 0.1;
}
.scrollin {
 opacity : 1;
 transform : translate(0, 0);
}
.cf:after {
 content: "";
 clear: both;
 display: block;
}

@font-face {
 font-family: 'Noto Serif Japanese';
 font-style: normal;
 font-weight: 200;
 src: url('/fonts/NotoSerifJP-ExtraLight.woff') format('woff');
}

p.error {
 font-weight: bold;
	color: #F00;
	font-size: 90% !important;
	padding: 0 0 10px !important;
}
a img {
 opacity: 1;
 -webkit-transition: .3s ease-in-out;
 transition: .3s ease-in-out;
}
a img:hover {
 opacity: .5;
}

#bg_profile {
	background: url(../images/bg_profile.jpg) no-repeat center top;
	background-attachment: fixed;
}
#bg_recruit {
	background: url(../images/bg_recruit.jpg) no-repeat center top;
	background-attachment: fixed;
}
#bg_contact {
	background: url(../images/bg_contact.jpg) no-repeat center top;
	background-attachment: fixed;
}
#bg_news {
	background: url(../images/bg_news.jpg) no-repeat center top;
	background-attachment: fixed;
}
#bg_service {
	background: url(../images/bg_service.jpg) no-repeat center top;
	background-attachment: fixed;
}


@media screen and (min-width: 801px) {
/*==========================================
 pc/tab
===========================================*/
.pc_none {
 display: none;
}
body {
 margin: 0px auto;
 padding: 0px;
 font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
 color: #4a4a4a;
	line-height: 1.8;
	font-size: 15px;
	font-weight: 500;
}
a,a:hover {
 font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
 color: #4a4a4a;
 text-decoration: none;
 cursor: pointer;
}
#wrap {
	margin: 0px auto;
	padding-top: 125px;
 background-color: #FFF;
	width: 100%;
}
	
/*-------------header-------------*/
#header {
 margin: 0px auto;
	padding: 10px 0 0;
	width: 100%;
	height: 80px;
	position: fixed;
	background: #FFF;
	z-index: 5;
}
#header .inner {
 margin: 0px auto;
	padding: 0px;
	height: 80px;
	width: 1000px;
	min-width: 1000px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	align-items: flex-start;
}
	#header .nav_min {
	}
	#header .nav_min li {
		padding: 0 0 0 10px;
		font-size: 81%;
		text-align: right;
}
#header h1 {
	margin: 0px;
	padding: 5px 0;
	text-align: left;
}
#header .navbox {
 background: #302c2d;
}

#header .nav {
	margin: 0px auto;
	padding: 10px 0;
	text-align: center;
	display: -webkit-flex;
 display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	box-shadow:0px 5px 5px -5px #9f9f9f;
	height: 25px;
}
#header .nav li {
 font-family: 'Roboto Condensed', sans-serif;
	font-weight: bold;
	font-size: 120%;
}
#header .nav li span {
 font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-weight: normal;
	font-size: 70%;
	letter-spacing: 1.0px;
}
#header .nav li a {
 color: #FFF;
	text-align: center;
	display: inline-block;
}
#header .nav li:after {
 padding: 0 15px;
	content: "|";
 color: #FFF;
	}
#header .nav li a:hover {
 color: #aaa;
	transition: .4s;
}	
#header .nav .a_none:after {
	display: none !important;
	}	
	
/*-------------text-------------*/
.tit {
		margin: 20px auto;
		padding: 20px 10px;
		font-weight: 700;
		font-size: 153%;
		color: #000;
		border-bottom: 1px solid #960009;
		border-top: 1px solid #960009;
	}
.tit span {
		padding: 0 0 0 15px;
		font-size: 70%;
	 font-family: 'Roboto Condensed', sans-serif;
		color: #999;
	}
.mi_01 {
	margin: 0px auto;
	padding: 20px 0;
	width: 100%;
	font-size: 180%;
	text-align: center;
	color: #000;
	font-weight: bold;
 background: rgba(255,255,255,0.8);	
	box-shadow:0px 5px 5px -5px #9f9f9f;
	opacity: 0.9;
 text-shadow: 2px 2px 1px #FFF,
             -2px 2px 1px #FFF,
             2px -2px 1px #FFF,
             -2px -2px 1px #FFF;	
}
.mi_02 {
	margin: 40px auto 0;
	padding: 10px;
	font-size: 240%;
	color: #333;
	text-align: center;
	letter-spacing: -2.0px;
	border-bottom: 1px solid #333;
}
	
.sub_mi_01 {
	font-weight: bold;
	text-align: center;
}
	
.ko_mi_01 {
	margin: 0px auto 20px auto;
	padding: 10px 0 5px 0;
	width: 1000px;
	font-size: 16px;
	text-align: center;
	line-height: 24px;
	border-bottom: 1px solid #b6b6b6;
}	
	
	.txt_01 {
		text-align: center;
	}

/*-------------contents-------------*/
.mv	 {
	margin: 0px auto;
	padding: 130px 0 0;
	width: 100%;
	height: 220px;
	background: url(../images/bg_top.jpg) no-repeat center 120px;
	background-attachment: fixed;
}
.mvs	 {
	margin: 0px auto;
	padding: 60px 0 0;
	width: 100%;
	height: 140px;
}
.contents {
	margin: 0px auto;
	padding: 25px 0 80px;
	width: 1000px;
}	

/*-------------footer-------------*/
.top_back {
	position: fixed;
	bottom: 20px;
	right: 20px;
	}	
.about {
	margin: 0px auto;
	padding: 30px 0 40px;
	width: 100%;
	background: url(../images/bg_footer.jpg) repeat center top;
}
.about .inner {
	margin: 0px auto;
	padding: 0px;
	width: 1000px;
}
.about .inner p.map {
	margin: 0px auto;
	padding: 20px 0 15px;
	width: 1000px;
	text-align: center;
}
.about .inner dl {
	margin: 0px auto;
	padding: 0px 0 15px;
	width: 900px;
}
.about .inner dl dt {
 padding-bottom: 5px;
 font-weight: bold;
}
.about .inner dl dd {
 color: #000;
 padding-bottom: 5px;
}
#footer {
	padding: 20px 0 10px 0;
	background: #302c2d;
	}
#footer .contents {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	align-items: center;
	}
#footer .contents p.add {
	color: #FFF;
	font-size: 90%;
	}
#footer .contents p.copy {
	color: #ccc;
	font-size: 80%;
	text-align: right;
	}
	
}

@media screen and (max-width: 800px) {
/*==========================================
 smp
===========================================*/
.sp_none {
 display: none;
}

.cf:after {
 content: "";
 clear: both;
 display: block;
}

body {
 margin: 0px auto;
 padding: 0px;
 font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
 color: #4a4a4a;
	line-height: 1.5;
	font-size: 15px;
	font-weight: 500;
}
	 
#wrap {
	margin: 0px auto;
 background-color: #FFF;
}

#wrap img {
	margin: 0px auto;
	width: 100%;
	height: auto;
	vertical-align: bottom;
}	

/*-------------header-------------*/
.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .3s;
	box-sizing: border-box;
}
.menu-trigger {
	position: fixed;
	width: 28px;
	height: 19px;
 top : 16px;
	right: 20px;
 z-index: 10002;
}
.menu-trigger span {
	position: absolute;
	right: 0;
	width: 100%;
	height: 3px;
	background-color: #4a4a4a;
}
.menu-trigger span:nth-of-type(1) {
	top: 0;
}
.menu-trigger span:nth-of-type(2) {
	top: 8px;
}
.menu-trigger span:nth-of-type(3) {
	bottom: 0;
}

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-315deg);
  transform: translateY(10px) rotate(-315deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-6px) rotate(315deg);
  transform: translateY(-6px) rotate(315deg);
}

/*-------------header-------------*/
#header {
 margin: 0px auto;
	padding: 0;
	position: fixed;
	background: #FFF;
	width: 100%;
	height: 50px;
	z-index: 10;
	box-shadow:0px 6px 6px -5px #9f9f9f;
}
#header h1 {
	padding: 10px 0 0 10px;
	width: 200px;
}
#header h1 img {
	width: 50%;
	height: auto;
}
#header .nav {
	margin: -3px auto 0;
	padding: 0;
	text-align: center;
	background: #FFF;
	display: none;
}
#header .nav li {
 font-family: 'Roboto Condensed', sans-serif;
	font-weight: bold;
	font-size: 120%;
}
#header .nav li span {
 font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-weight: normal;
	font-size: 70%;
	letter-spacing: 1.0px;
}
#header .nav li a {
	width: 100%;
	padding: 10px 0;
	border-bottom: 1px solid #aaa;
	text-align: center;
	display: inline-block;
	color: #333;
	text-decoration: none;
}
	
/*-------------text-------------*/
.tit {
		margin: 20px auto;
		padding: 10px 10px;
		font-weight: 700;
		font-size: 130%;
		color: #000;
		border-bottom: 1px solid #960009;
		border-top: 1px solid #960009;
	}
.tit span {
		padding: 0 0 0 15px;
		font-size: 70%;
	 font-family: 'Roboto Condensed', sans-serif;
		color: #999;
	}
.mi_01 {
	margin: 0px auto;
	padding: 10px 0;
	width: 100%;
	font-size: 125%;
	text-align: center;
	color: #000;
	font-weight: bold;
 background: rgba(255,255,255,0.8);	
	box-shadow:0px 5px 5px -5px #9f9f9f;
	opacity: 0.9;
 text-shadow: 2px 2px 1px #FFF,
             -2px 2px 1px #FFF,
             2px -2px 1px #FFF,
             -2px -2px 1px #FFF;
	letter-spacing: -1.0px;
}
.mi_02 {
	margin: 20px auto 15px;
	padding: 10px;
	font-size: 160%;
	color: #333;
	text-align: center;
	letter-spacing: -1.0px;
	border-bottom: 1px solid #333;
}
	
.sub_mi_01 {
	font-weight: bold;
	text-align: center;
}
	
.ko_mi_01 {
	margin: 0px auto 20px auto;
	padding: 10px 0 5px 0;
	width: 1000px;
	font-size: 16px;
	text-align: center;
	line-height: 24px;
	border-bottom: 1px solid #b6b6b6;
}	
	
.txt_01 {
	text-align: center;
}

/*-------------contents-------------*/
.mv	 {
	margin: 0px auto;
	padding: 100px 0 0;
	width: 100%;
	height: 100px;
	background: url(../images/bg_top.jpg) no-repeat center;
	background-size: auto 100%;
}
.mvs	 {
	margin: 0px auto;
	padding: 80px 0 0;
	width: 100%;
	height: 80px;
	background-size: auto 100%;
}
.contents {
	margin: 0px auto;
	padding: 20px 0 30px;
	width: 95%;
	}	

/*-------------footer-------------*/
.top_back {
	position: fixed;
	bottom: 20px;
	right: 20px;
	}	
.about {
	margin: 0px auto;
	padding: 10px 0 40px;
	width: 100%;
	background: url(../images/bg_footer.jpg) repeat center top;
}
.about .inner {
	margin: 0px auto;
	padding: 0px;
	width: 95%;
}
.about .inner p.map {
	margin: 0px auto;
	padding: 0px 0 15px;
	width: 100%;
	text-align: center;
}
.about .inner p.map iframe {
	width: 100%;
	height: 250px;
}
.about .inner dl {
	margin: 0px auto;
	padding: 0px 0 15px;
}
.about .inner dl dt {
 padding-bottom: 5px;
 font-weight: bold;
}
.about .inner dl dd {
 color: #000;
 padding-bottom: 5px;
}
#footer {
	padding: 20px 0 10px 0;
	background: #302c2d;
	}
#footer .contents {
	width: 90%;
	padding: 20px 0;
	}
#footer .contents p.add {
 margin-bottom: 15px;
	color: #FFF;
	font-size: 90%;
	text-align: left;
	}
#footer .contents p.copy {
	color: #ccc;
	font-size: 80%;
	text-align: center;
	}


}
