@charset "UTF-8";
* html .clearfix { zoom: 1; }
* { margin: 0; padding: 0; }
*, *:before, *:after { box-sizing: border-box; }
html, body { height: 100%; width: 100%;}
body {animation: fadeInBody 4s ease 0s 1 normal;-webkit-animation: fadeInBody 4s ease 0s 1 normal;}

@keyframes fadeInBody {
	0% {opacity: 0}
	100% {opacity: 1}
}
@-webkit-keyframes fadeInBody {
	0% {opacity: 0}
	100% {opacity: 1}
}

.scrollStopper {overflow: auto; height: 100%;}

h1, h2, h3, h4, h5, h6 { margin: 0; }
img { max-width: 100%; height: auto; vertical-align: bottom; border: 0; display: block; }
li { list-style: none; }
ul { margin: 0; padding: 0; }
dl, dt, dd { margin: 0; }
a, a:link, a:visited, a:hover { -webkit-tap-highlight-color: transparent; text-decoration: none; }
p { padding: 0; margin: 0; text-align: justify; text-justify: inter-ideograph; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #d8d8d8; margin: 1em 0; padding: 0; }
input[type=submit], input[type=button] { border-radius: 0; -webkit-box-sizing: content-box; -webkit-appearance: button; -moz-appearance: button; appearance: button; border: none; box-sizing: border-box; cursor: pointer; }
input[type=submit]::-webkit-search-decoration, input[type=button]::-webkit-search-decoration { display: none; }
input[type=submit]::focus, input[type=button]::focus { outline-offset: -2px; }

.clearfix { min-height: 1px; overflow: hidden; }
.clearfix:after { content: "."; display: block; visibility: hidden; height: 0; clear: both; }

section { width: 100%; }
footer { width: 100%; position: absolute; line-height: 80px; bottom: 0; background-image: url(../images/contact_footer.png); background-repeat: repeat-x; background-position: top; background-size: 100%; background-color: #000; }
footer > p { margin-top: 7.5%; text-align: center; color: #fff; }
header > h1 { display: block; }
header > h1 > a > img { display: inline; }
html { font-size: 62.5%; color: #fff; }
body { -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; text-size-adjust: 100%; line-height: 1.25; font-family: "游ゴシック体",Yu Gothic,YuGothic,"ヒラギノ角ゴシック Pro",Hiragino Kaku Gothic Pro,"メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック",MS PGothic,sans-serif; -webkit-font-feature-settings: "palt" 1; font-feature-settings: "palt" 1; background-color: #000; font-size: 14px; font-size: 1.4rem; }
a { transition: color .3s; color: #000; }
a:link { color: #fff; }
a:visited { color: #fff; }
a:hover { color: #fff; }

div#wrapper { width: 100%; min-height: 100%; position: relative; }

.only_sp_display {display: none;}

/*SVG LOGO*/
.path_black{stroke:#fff;}
.st0 path{fill:#fff;stroke:#000;animation: fadeIn 2s ease 0s 1 normal;-webkit-animation: fadeIn 2s ease 0s 1 normal;}

@keyframes fadeIn {
	0% {fill-opacity: 0}
	100% {fill-opacity: 1}
}
@-webkit-keyframes fadeIn {
	0% {fill-opacity: 0}
	100% {fill-opacity: 1}
}

header { width: 100%; margin: 0 auto 100px; position: relative;}
header > div.cover .sp-buttons { height: 0; padding-top: 0; }
header > div.ttl { 
	position: absolute;
	width: 50%;
	margin: 0 auto;
	padding: 40px 50px;
	min-width: 50%;
	max-width: 50%;
	top: 0;
	left: 0;
}
header > div.ttl > h1 { width: 300px; }
header > div.ttl > h1 > img { width: 100%; height: auto;}
header > div.ttl div.explanie_pc { line-height: 1.8;	margin-bottom: 50px;}
header > div.ttl div.explanie_pc .ex-title {
	font-size: 18px;
	font-weight: bold;
	margin-top: 50px;
	margin-bottom: 30px;
}
.header-links a {
	display: block;
	width: 250px;
	margin: 0 auto 30px;
}
.header-scroll {
	width: 80px;
	margin: 50px auto 0;
}

/* PC Topメイン画像スライダー幅 */
header > div.cover {
	width: 50% !important;
	float: right;
}

.block { position: relative; width: 100%; padding-left: 5%; margin: 0 auto 100px; overflow: hidden; z-index:1;}
.block > h3 { position: absolute; z-index: 3; }
.block > h3 > img { padding-top: 32px; padding-left: 10px; }
.block > div.introduction { position: relative; z-index:1;}
.block > div.introduction > div.slideshowBg { position: absolute; width: 91.5%; left: -5.5%; }
.block > div.introduction > div.slideshow { position: absolute; width: 100%; top: 55px; right: 0; z-index: 2; }
.block div.list { width: 100%; max-width: 1100px; min-width: 1100px; margin: 53px auto 0; }
.block div.list > ul { width: 50%; float: left; font-size: 0; }
.block div.list > ul > li { display: inline-block; width: 100%; line-height: 1.8; font-size: 14px; font-size: 1.4rem; }
.block div.list > ul > li > a{color:#fff;}

#ggl-sv {
	width: 100%;
	padding: 0 5%;
	margin: 0 auto 100px
}
#ggl-sv > h3 {
	width: 400px;
	margin: 0 auto 50px;
}
#ggl-sv #sv-lists {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	margin-bottom: 50px;
}
#ggl-sv #sv-lists li {
	width: 200px;
	margin: 0 50px;
}
#ggl-sv #sv-lists li p {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	margin-top: 30px;
}
#ggl-sv .sv-exp {
	line-height: 1.8;
	margin-bottom: 30px;
}
#ggl-sv .sv-exp a {
	text-decoration: underline;
}
#ggl-sv .siryou_title {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 30px;
}
#ggl-sv #siryou_lists {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
}
#ggl-sv #siryou_lists li {
	width: 250px;
	margin: 0 30px;
}

#other-products {
	width: 100%;
	padding: 0 5%;
	margin: 0 auto 100px
}
#other-products > h3 {
	width: 300px;
	margin: 0 auto 50px;
}
#other-products .op-lists {
	display: flex;
	justify-content: center;
	margin-bottom: 50px;
}
#other-products .op-lists li {
	width: 200px;
	margin: 0 50px;
}
#other-products .op-lists li p {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	margin-top: 30px;
}
#other-products .op-exp {
	line-height: 1.8;
	margin-bottom: 30px;
}
#other-products .op-exp a {
	text-decoration: underline;
}
#other-products #go_contact {
	width: 250px;
	margin: 0 auto;
}

#archive-title {
	width: 380px;
	margin: 0 auto 50px;
}

section#contents01 > h3 > img { max-width: 175px; }
section#contents01 > div.introduction > div.slideshowBg { background-color: red; }
section#contents02 > h3 > img { max-width: 235px; }
section#contents02 > div.introduction > div.slideshowBg { background-color: #a36b3b; }
section#contents03 > h3 > img { max-width: 255px; }
section#contents03 > div.introduction > div.slideshowBg { background-color: #e0850a; }
section#contents04 > h3 > img { max-width: 226px; }
section#contents04 > div.introduction > div.slideshowBg { background-color: #47307c; }
section#contents05 > h3 > img { max-width: 220px; }
section#contents05 > div.introduction > div.slideshowBg { background-color: #a3aeb5; }
section#contents06 > h3 > img { max-width: 290px; }
section#contents06 > div.introduction > div.slideshowBg { background-color: #28851c; }
section#contents07 > h3 > img { max-width: 570px; }
section#contents07 > div.introduction > div.slideshowBg { background-color: #61b420; }
section#contents08 > h3 > img { max-width: 430px; }
section#contents08 > div.introduction > div.slideshowBg { background-color: #c2bc21; }
section#contents09 > h3 > img { max-width: 150px; }
section#contents09 > div.introduction > div.slideshowBg { background-color: #66a4d1; }
section#contents10 > h3 > img { max-width: 480px; }
section#contents10 > div.introduction > div.slideshowBg { background-color: #c1618f; }
section#contents11 > h3 > img { max-width: 300px; }
section#contents11 > div.introduction > div.slideshowBg { background-color: #61b420; }
section#contents12 > h3 > img { max-width: 280px; }
section#contents12 > div.introduction > div.slideshowBg { background-color: #e0850a; }
section#contents13 > h3 > img { max-width: 400px; }
section#contents13 > div.introduction > div.slideshowBg { background-color: #a36b3b; }
section#contents14 > h3 > img { max-width: 320px; }
section#contents14 > div.introduction > div.slideshowBg { background-color: #c1618f; }
section#contents15 > h3 > img { max-width: 310px; }
section#contents15 > div.introduction > div.slideshowBg { background-color: #47307c; }
section#contents16 > h3 > img { max-width: 215px; }
section#contents16 > div.introduction > div.slideshowBg { background-color: #28851c; }
section#contents17 > h3 > img { max-width: 550px; }
section#contents17 > div.introduction > div.slideshowBg { background-color: #c2bc21; }
section#contents18 > h3 > img { max-width: 130px; }
section#contents18 > div.introduction > div.slideshowBg { background-color: #a3aeb5; }
section#contents19 > h3 > img { max-width: 450px; }
section#contents19 > div.introduction > div.slideshowBg { background-color: #66a4d1; }
section#contents20 > h3 > img { max-width: 240px; }
section#contents20 > div.introduction > div.slideshowBg { background-color: red; }
section#contents21 > h3 > img { max-width: 220px; }
section#contents21 > div.introduction > div.slideshowBg { background-color: #e0850a; }
section#contents22 > h3 > img { max-width: 200px; }
section#contents22 > div.introduction > div.slideshowBg { background-color: #47307c; }
section#contents23 > h3 > img { max-width: 250px; }
section#contents23 > div.introduction > div.slideshowBg { background-color: #c2bc21; }
section#contents24 > h3 > img { max-width: 140px; }
section#contents24 > div.introduction > div.slideshowBg { background-color: #61b420; }

section#contact { width: 100%; background-color: #fff; background-image: url(../images/contact_header.png); background-size: 100%; background-repeat: repeat-x; padding-top: 112px; }
section#contact > div.inner > h1 { text-align: center; margin: 5% auto; }
section#contact > div.inner > h1 > img { display: inline; max-width: 152px; }
section#contact > div.inner > p { margin: 0 auto; text-align: center; line-height: 1.8; color: #000; font-size: 14px; font-size: 1.4rem; }

#formContainer { width: 100%; margin: 0 auto; padding: 5% 0 285px; }
#formContainer > form#mailform { width: 900px; margin: 0 auto; }
#formContainer > form#mailform > div.form-part1 { width: 450px; float: left; padding-right: 50px; }
#formContainer > form#mailform > div.form-part1 textarea { height: 95px !important; }
#formContainer > form#mailform > div.form-part2 { float: right; width: 450px; padding-left: 50px; }
#formContainer > form#mailform > div.form-part2 textarea { height: 382px !important; }
#formContainer > form#mailform > div.form-part3 { width: 100%; padding-top: 60px; text-align: center; }
#formContainer > form#mailform > div.form-part3 > button { line-height: 65px; width: 310px; text-align: center; background-color: #000; margin: 0; border: 0; cursor: pointer; color: #fff; font-size: 14px; font-size: 1.4rem; }
#formContainer p.form-ttl > label { color: #000; }
#formContainer input, #formContainer textarea, #formContainer select { padding: 5px; border: 2px solid #000; -webkit-appearance: none; -moz-appearance: none; appearance: none; }
#formContainer input { width: 400px !important; margin-bottom: 32px; padding:10px 10px; font-size: 14px;}
#formContainer textarea { width: 400px !important; }
#formContainer select { width: 400px; margin-bottom: 32px; padding:10px 10px; cursor: pointer; }
#formContainer select::-ms-expand { display: none; }
#formContainer .form-ttl { padding-bottom: 5px; }
#formContainer .form-wrap { background-color: #fff; position: relative; color: #a7a7a7; }
#formContainer .form-wrap.select:after { content: '▼'; display: block; position: absolute; line-height: 5px; top: calc(50% - 15px); right: 25px; }

.pagetop { position: fixed; right: 20px; display: none; background-color: rgba(36, 36, 36, 0.7); color: #fff; text-decoration: none; font-weight: 700; font-size: 11px; width: 60px; height: 60px; text-align: center; line-height: 22px; border-radius: 30px; box-sizing: border-box; cursor: pointer; border: 4px solid #fff; z-index: 2; }
.pagetop > a { color: #fff; line-height: 7; }
.pagetop:before { content: '\25B2'; position: absolute; top: 10px; left: 0; width: 100%; text-align: center; font-size: 20px; }
.pagetop:hover { opacity: .7; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; }

#cboxContent{border-radius: 12px;}
#cboxLoadedContent>section{width:100%; padding:20px; margin:0 auto;}
#cboxLoadedContent>section>h3{line-height:2.5; text-align:center;}
#cboxLoadedContent>section>p.button{margin:20px auto 20px auto;}
#cboxLoadedContent>section>p.button>a{display:block; width:300px; margin:0 auto; background-color: #222;text-align:center; color:#fff; border-radius: 3px; line-height:30px;}
#cboxLoadedContent>section>p.button>a:hover{opacity: .7;}
#cboxLoadedContent iframe{width:600px; height:350px;}

@media screen and (max-width: 850px) {
	.only_sp_display {display: block;}
	.only_pc_display {display: none;}
	header { position: static;}
	header > div.cover {
		width: 100% !important;
		float: none;
	}
	.slider-pro {position: relative;}
	header > div.ttl { position: absolute; width: 50%; margin: 0 auto; min-width: 50%; max-width: 50%; top: 0; left: 0; padding: 0;}
	header > div.ttl > h1 { width: 55%; position: absolute; top: -30px; }
	header > div.ttl > h1 > img { width: 20% }

	.header-links {
		text-align: center;
	}
	.header-links a {
		display: inline-block;
		width: 250px;
		margin: 0 15px;
	}
	#ggl-sv > h3 {
    width: 280px;
	}
	#other-products > h3 {
    width: 250px;
	}
	#other-products .op-lists li {
		flex-basis: 20%;
	}
	#other-products #go_contact {
    width: 280px;
	}
	#archive-title {
    width: 330px;
	}
}
@media screen and (max-width: 960px) {
	#cboxLoadedContent > section > iframe{width:100%; height:auto;}
	#cboxLoadedContent > section > p.button > a{ width:100%; }
	.block div.list > ul > li{font-weight:3vw;}
	header {margin: 0 auto;}
	header>div.ttl{width: 100%; position:fixed; z-index:6; min-width: 100%;max-width: 100%;}
	header>div.ttl>div.service{width: 100%;}
	.block div.list{width: 100%}
	.block div.list>ul{width: 100%;}
	/*sp ui*/
	header>div.ttl{position:fixed; top:0; z-index:6; height:auto !important; transform:translate3d(0,0,0);}
	header > div.ttl > h1 {display:block; height:80px; width:100%; background-color: #000; top:0; z-index: 999; padding: 20px;}
	header > div.ttl > h1 >span{position:static; width:100px; display: block;}
	header > div.ttl > div.service{z-index:6 !important;}
	header svg{width:100%; height:auto; margin:.65em .5em .5em .5em;}
	_:-ms-fullscreen, :root header svg{
		height:70px;
		width:100%;
		margin:.2em 0 0 .5em;
	}
	.explanie_sp {
		line-height: 1.8;
		margin-bottom: 50px;
		padding: 20px;
	}
	.explanie_sp .ex-title {
		font-size: 18px;
		font-weight: bold;
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.header-scroll {margin-bottom: 50px;}
	div.service{position: absolute; top:0; z-index: 6;}
	div.service>h2{position: absolute; display: none; top:35px; z-index: 6; width:100%; text-align:center; font-size:2.5vw !important; line-height:30px; background-color: #666;}
	div.service>ul{position: absolute; display: none; top:80px; z-index: 6; width:100%;}
	div.service>ul>li{width:100%; background-color: #000; background-color: rgb(17,17,17,0.7); margin-bottom: 0 !important; padding:.5em; border-bottom:1px dotted #6f6f6f;}
	div.service>ul>li:hover{opacity: .8;}
	div.service>ul>li:last-child{border-bottom:none;}
	/*sp menu*/
	header > div.ttl > div#smp-btn{position: fixed; top:25px; right:15px; z-index: 999;}
	header > div.ttl > div#smp-btn > p {position: relative; height: 36px; width: 40px; cursor: pointer; float: right; margin: 0;}
	header > div.ttl > div#smp-btn > p > span {display: block; position: absolute; height: 4px; width: 100%; background: #fff; left: 0; -webkit-transition: .35s ease-in-out; -moz-transition: .35s ease-in-out; transition: .35s ease-in-out;}
	header > div.ttl > div#smp-btn > p > span:nth-child(1) {top: 0;}
	header > div.ttl > div#smp-btn > p > span:nth-child(2) {top: 11px;}
	header > div.ttl > div#smp-btn > p > span:nth-child(3) {top: 22px;}
	header > div.ttl > div#smp-btn.open > p > span:nth-child(1) { -webkit-transform: translateY(25px) rotate(-315deg); transform: translateY(10px) rotate(-315deg);}
	header > div.ttl > div#smp-btn.open > p >  span:nth-child(2) {opacity: 0;}
	header > div.ttl > div#smp-btn.open > p >  span:nth-child(3) {-webkit-transform: translateY(-25px) rotate(315deg); transform: translateY(-12px) rotate(315deg);}
	header > div.ttl > div.service > h2.open {display: block;}
	header > div.ttl > div.service > ul.open {display: block;}
	/*form*/
	#formContainer > form#mailform{width: 100%;}
	#formContainer > form#mailform > div.form-part1 {width: 100%; padding-right: 0px !important;}
	#formContainer > form#mailform > div.form-part2 {float:none; width:100%; padding-left: 0px !important;}
	#formContainer > form#mailform p.form-ttl {text-align:center;}
	#formContainer div.form-elem{padding-bottom: 15px;}
	#formContainer input{display:block; width: 80% !important; margin:0 auto;}
	#formContainer textarea{display:block; width:80% !important; margin:0 auto;}
	#formContainer select {display:block; width:80%; margin:0 auto;}
	#formContainer .form-wrap.select::after {right:12.5%; top: calc(50% - 2px);}
	#formContainer > form#mailform > div.form-part3 button{width: 80%;}
	#formContainer > form#mailform > div.form-part3 button:hover{background-color: rgb(46,111,0,0.8);}
}
@media screen and (max-width: 1280px) {
}
@media screen and (max-width: 480px) {
	header > div.ttl > h1 > img { width: 40% }
	.block div.list>ul>li{font-size: 3.5vw;}
	section#contents01 > h3 > img { max-width: 140px; }
	section#contents02 > h3 > img { max-width: 210px; }
	section#contents03 > h3 > img { max-width: 250px; }
	section#contents04 > h3 > img { max-width: 200px; }
	section#contents05 > h3 > img { max-width: 195px; }
	section#contents06 > h3 > img { max-width: 250px; }
	section#contents07 > h3 > img { max-width: 305px; }
	section#contents08 > h3 > img { max-width: 305px; }
	section#contents09 > h3 > img { max-width: 130px; }
	section#contents10 > h3 > img { max-width: 305px; }
	section#contents11 > h3 > img { max-width: 250px; }
	section#contents12 > h3 > img { max-width: 230px; }
	section#contents13 > h3 > img { max-width: 305px; }
	section#contents14 > h3 > img { max-width: 260px; }
	section#contents15 > h3 > img { max-width: 250px; }
	section#contents16 > h3 > img { max-width: 185px; }
	section#contents17 > h3 > img { max-width: 305px; }
	section#contents18 > h3 > img { max-width: 110px; }
	section#contents19 > h3 > img { max-width: 305px; }
	section#contents20 > h3 > img { max-width: 205px; }
	section#contents21 > h3 > img { max-width: 180px; }
	section#contents22 > h3 > img { max-width: 180px; }
	section#contents23 > h3 > img { max-width: 210px; }
	section#contents24 > h3 > img { max-width: 120px; }

	.header-links a {
		display: block;
		width: 250px;
		margin: 0 auto 30px;
	}
	#ggl-sv #sv-lists {
		display: block;
		text-align: center;
		text-align: -webkit-center;
	}
	#ggl-sv #sv-lists li {
		margin-bottom: 30px;
	}
	#ggl-sv #sv-lists li p {
		margin-top: 10px;
	}
	#ggl-sv #siryou_lists {
		display: block;
		text-align: center;
		text-align: -webkit-center;
	}
	#ggl-sv #siryou_lists li {
    width: 280px;
    margin: 0 30px 20px;
	}
	#other-products .op-lists {
		display: block;
		text-align: center;
		text-align: -webkit-center;
	}
	#other-products .op-lists li {
		margin-bottom: 30px;
	}
	#other-products .op-lists li p {
		margin-top: 10px;
	}
}
