@charset "UTF-8";
/* CSS Document */

/*==========================
　　　　　　COMMON
==========================*/

html{
	overflow-X: hidden;
	overflow-y: auto;
}

body{
	width: 100vw;
	overflow-X: hidden;
	overflow-y: auto;
	font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo,'Arial',sans-serif;
	font-size: 17px;
	color: #222;
	overflow: auto;
}

h1, h2, h3, h4, h5{
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}

h2{
	margin: 0 0 60px 0;
	padding: 60px 0 0 50px;
	letter-spacing: 0.05em;
	font-size: 45px;
}

h2 .ja{
	margin: 0 0 0 20px;
	letter-spacing: 0.02em;
	font-size: 16px;
	font-weight: 600;
}

.bg-red h2 .ja{
	color: #fff;
}

img{
	width: 100%;
}

ul, ol{
	margin: 0;
	padding: 0;
}

li{
	list-style-type: none;
	line-height: 1.7em;
}

p{
	margin: 0;
	padding: 0;
	line-height: 1.7em;
}

a{
	line-height: 1.7em;
}

a:link, a:hover, a:active, a:visited{
	text-decoration:none;
}

a:link, a:hover,  a:active, a:visited{
	color: #222;
}

a:hover{
	opacity: 0.8;
}

/*色の共通CSS*/
.bg-red{
	background-color: #d6000f;
	color: #fff;
}

.red{
	color: #d6000f;
}

.gray{
	color: #777;
}


/*フォントの共通CSS*/
.bold{
	font-weight: 600;
}

.fontsize90{
	font-size: 0.9em;
}

.fontsize80{
	font-size: 0.8em;
}


/*____サイズ調整____*/

.mt40{
	margin-top: 40px !important;
}

.mb0{
	margin-bottom: 0 !important;
}


/*==========================
　　　　　　HEADER
==========================*/

/*____ドロワーメニュー____*/

#gnav.tapped{
	left: 0;
}

#gnav{
	display: block;
	width: 500px;
	height: 100vh;
	background-color:#d6000f;
	position: fixed;
	left: -300vw;
	top: 0;
	z-index: 500;
	transition: 0.6s;
	overflow-y: scroll;
}

#gnav{
	display: block;
	margin: 0 auto;
	padding: 150px 40px 80px 40px;
	box-sizing: border-box;
	overflow-y: scroll;
	-ms-overflow-style: none;    /* IE, Edge 対応 */
	scrollbar-width: none;       /* Firefox 対応 */
}

#gnav::-webkit-scrollbar {  /* Chrome, Safari 対応 */
	display:none;
}

#gnav li{
	width: 400px;
	margin: 0 auto 40px auto;
	text-align: left;
	border-bottom: #fff 1px solid;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	font-weight: 600;
}

#gnav li a{
	display: inline;
	line-height: 32px;
	color: #fff !important;
}

#gnav li a .ja{
	padding: 0 0 0 15px;
	font-size: 15px;
	font-weight: 400;
}

#navbtn{
	width: 75px;
	height: 75px;
	position: fixed;
	left: 3%;
	top: 2%;
	background-color:rgba(0,0,0,0.3);
	z-index: 600;
}

.ham-txt{
	position: absolute;
	top: 10px;
	left: 10px;
	font-family: 'Open Sans', sans-serif;
	font-size: 19px;
	font-weight: 600;
	font-style: italic;
	color: #fff;
}

.ham{
	height: 3px;
	position: absolute;
	left: 10px;
	background: #fff;
	border-radius: 1px;
	transition: 0.5s;
}

.ham:nth-child(2){
	width: 55px;
	top: 42px;
}

.ham:nth-child(3){
	width: 40px;
	top: 55px;
}

.tapped .ham:nth-child(2){
	width: 40px;
	top:50px;
	left: 18px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.tapped .ham:nth-child(3){
	top: 50px;
	left: 18px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

header{
	width: 100vw;
	position: absolute;
	top: 0;
	z-index: 100;
}

.headinner{
	width: 1000px;
	margin: 0 auto;
}


/*==========================
　　　　　　MAIN
==========================*/

/*____共通____*/

section{
	width: 100vw;
	min-height: 100vh;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 60px 0;
}

.secinner{
	width: 1000px;
	margin: 0 auto;
}

.secinner p, footer p{
	padding-left: 50px;
	line-height: 1.8em;
}

/*____トップページ____*/

main{
	position: relative;
}

#mv{
	position: relative;
	background: url('../images/mv.jpg') no-repeat right bottom;
	background-size: cover;
	z-index: 0;
}

#mv h1{
	width: 800px;
	height: 200px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

#mv .scroll {
	display: inline-block;
	position: absolute;
	left:0;
	right: 40px;
	bottom: 0;
	z-index: 2;
	padding: 10px 10px 70px;
	text-align: center;
	overflow: hidden;
	color: #d6000f;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-style: italic;
	line-height: 1;
	letter-spacing: .1em;
	text-decoration: none;
}

#mv .scroll::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 2px;
	height: 60px;
	background-color: #d6000f;
	animation: sdl 2s cubic-bezier(1, 0, 0, 1) infinite;
}

@keyframes sdl {
	0% {
		transform: scale(1, 0);
		transform-origin: 0 0;
	}
	30% {
		transform: scale(1, 1);
		transform-origin: 0 0;
	}
	70% {
		transform: scale(1, 1);
		transform-origin: 0 100%;
	}
	100% {
		transform: scale(1, 0);
		transform-origin: 0 100%;
	}
}

#about{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: #d6000f url('../images/aboutbg.png') no-repeat right bottom;
	background-size: 800px 300px;
}

#about h2{
	background: url('../images/no01.png') no-repeat left top;
	background-size: 80px 80px;
}

#service{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: url('../images/servicebg.jpg') no-repeat left top;
	background-size: cover;
}

#service .servicecontainer{
	width: 600px;
	margin: 0 auto 0 0;
	padding: 40px;
	box-sizing: border-box;
	background-color:rgba(255,255,255,0.8);
}

#service h2{
	background: url('../images/no02.png') no-repeat left top;
	background-size: 80px 80px;
}

#service .servicelist{
	margin: 0 0 40px 0;
}


#recruit{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#recruit h2{
	background: url('../images/no03.png') no-repeat left top;
	background-size: 80px 80px;
}

#company{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#company h2{
	background: url('../images/no04.png') no-repeat left top;
	background-size: 80px 80px;
}

#company table{
	width: 950px;
	margin: 0 0 40px 50px;
	border-collapse:collapse;
}

#company table th{
	width: 200px;
	border-bottom: 1px solid #777;
	text-align: left;
	font-weight: 400;
	color: #d6000f;
}

#company table td{
	width: 750px;
	padding: 15px 0;
	border-bottom: 1px solid #777;
	line-height: 1.7em;
}

#company table td dd{
	margin: 0 0 5px 0;
}

#company iframe{
	margin: 0 0 0 50px;
}


/*==========================
　　　　　　FOOTER
==========================*/

footer{
	width: 100vw;
	min-height: 100vh;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 60px 0;
}

footer .footinner{
	width: 1000px;
	margin: 0 auto;
}

#contact{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#contact h2{
	background: url('../images/no05.png') no-repeat left top;
	background-size: 80px 80px;
}

#contact dl{
	display: flex;
	justify-content: flex-start;
	padding-left: 50px;
	font-weight: 600;
}

#contact dl dt{
	width: 80px;
	padding: 8px 0 0 0;
	font-size: 20px;
}

#contact dl dd{
	letter-spacing: 0.05em;
	font-family: 'Open Sans', sans-serif;
	font-size: 34px;
}

#contact .mail{
	color: #fff !important;
}

#contact .mail:link, #contact .mail:hover, #contact .mail:active, #contact .mail:visited{
	color: #fff !important;
}

#contact .address{
	margin: 120px 0 0 0;
}

#contact .footlogo{
	display: block;
	width: 200px;
	height: 43px;
	margin: 0 0 20px 50px;
}

#contact .privacy{
	display: flex;
	justify-content: flex-start;
	margin: 20px 0 0 50px;
}

#contact .privacy a{
	color: #fff;
}

#contact .privacy a:link, #contact .privacy a:hover, #contact .privacy a:active, #contact .privacy a:visited{
	color: #fff;
}

footer .copy{
	margin: 0 0 0 30px;
	color: #fff;
}

/*____ページトップ____*/

.pagetop{
	display:none;
}

.pagetop a{
	display: inline;
	padding: 0;
	position: fixed;
	vertical-align: bottom;
	right: 3%;
	bottom: 3%;
	z-index: 400;
}

.pagetop a:hover{
	opacity: 1;
}

.pagetop a img{
	width: 50px;
	height: 150px;
}