@charset "utf-8";
*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
html, body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
}
#header{
	position:  relative;
	width:100%;
	height: 100vh;
	color:#000;
	background: url("images/header_pc_img.png") center center;
	background-size: cover;
	z-index: 1;
}
#header-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#header-title {
	position: absolute;
	width: 500px;
	top: 30px;
	left: 30px;
	display: flex;
	align-items: flex-start;
}
#header-title h1 {
	margin: 0;
	padding: 0;
	font-family: 'Lexend', sans-serif;
	font-size: 45px;
}
#header-title h1 p{
	margin: 0;
	padding: 0;
	font-size: 18px;
}
#header-title img {
	width: 70px;
	margin: -15px 12px 0 0;
	padding: 18px 0 0 0;
}
.st0{display:none;}
.st1{enable-background:new;}

#g-nav {
	padding: 50px 30px 0 0;
}
#g-nav ul {
	display: flex;
}

#g-nav ul li{
	list-style: none;
	text-align: center;
	font-family: 'Lexend', sans-serif;
}
#g-nav ul li a{
	color: #000;
	text-decoration: none;
	padding: 20px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: bold;
	transition: 0.5s;
}
#g-nav ul li a:hover{
	color: #FFF;
}

#header h2{
	width: 100%;
	position: absolute;
	align-items: center;
	justify-content: center;
	top: 50%;
	text-align: center;
	font-size: 65px;
	font-weight: bold;
}
#header h2 span {
	opacity: 0;
	color: transparent;
	animation: 1.2s blur ease-out forwards;
}

#header h2 span:nth-child(1) {
  animation-delay: 0s;
}
#header h2 span:nth-child(2) {
  animation-delay: 0.1s;
}
#header h2 span:nth-child(3) {
  animation-delay: 0.2s;
}
#header h2 span:nth-child(4) {
  animation-delay: 0.3s;
}
#header h2 span:nth-child(5) {
  animation-delay: 0.4s;
}
#header h2 span:nth-child(6) {
  animation-delay: 0.5s;
}
#header h2 span:nth-child(7) {
  animation-delay: 0.6s;
}
#header h2 span:nth-child(8) {
  animation-delay: 0.7s;
}
#header h2 span:nth-child(9) {
  animation-delay: 0.8s;
}
#header h2 span:nth-child(10) {
  animation-delay: 0.9s;
}
#header h2 span:nth-child(11) {
  animation-delay: 1.0s;
}
#header h2 span:nth-child(12) {
  animation-delay: 1.1s;
}
#header h2 span:nth-child(13) {
  animation-delay: 1.2s;
}

@keyframes blur {
	0% {
		filter: blur(50px);
		opacity: 0;
		color: #FFF;
		}
	100% {
		filter: blur(0);
		opacity: 1;
		color: #000;
	}
}

.scroll-down {
  opacity: 1;
  -webkit-transition: all .5s ease-in 3s;
  transition: all .5s ease-in 3s;
}

.scroll-down {
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -16px;
  display: block;
  width: 32px;
  height: 32px;
  border: 2px solid #FFF;
  background-size: 14px auto;
  border-radius: 50%;
  z-index: 2;
  -webkit-animation: bounce 2s infinite 2s;
  animation: bounce 2s infinite 2s;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  transform: scale(1)
}

.scroll-down:before {
    position: absolute;
    top: calc(50% - 8px);
    left: calc(50% - 6px);
    transform: rotate(-45deg);
    display: block;
    width: 12px;
    height: 12px;
    content: "";
    border: 2px solid #FFF;
    border-width: 0px 0 2px 2px;
}

@keyframes bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

.contents {
	width: 1023px;
	margin: 0 auto;
	padding: 100px 0 0 0;
}

.contents h3 {
	padding: 0 0 20px 0;
	text-align: center;
	font-family: 'Lexend', sans-serif;
	font-size: 60px;
	border-bottom: 1px solid #DDD;
}
.contents h4 {
	padding: 20px 0;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
}
.content-box {
	width: 100%;
	margin: 100px 0 0 0;
}
.about-box {
	width: 90%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.about-img-box {
	width: 35%;
}
.about-img-box img {
	width: 100%;
}
.about-txt-box {
	width: 55%;	
	font-size: 20px;
	line-height: 200%;
	letter-spacing: 0.08em;
}
.about-txt-box p {
	margin: -10px 0 50px 0;
}

.about-txt-box p a{
	color: #000;
	transition: 0.5s;
}
.about-txt-box p a:hover{
	color: #CCC;
}
.pc-img {
	display: block;
}
.sp-img {
	display: none;
}
.business-box {
	width: 100%;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.business-box ul {
	width: auto;
	margin: 0 0 10px 0;
	font-size: 20px;
	letter-spacing: 0.08em;
}
.business-box ul li {
	list-style: disc;
	margin: 0 0 30px 0;
}

.company-box {
	width: 100%;
	font-size: 20px;
}
.company-box dl {
	width: 90%;
	margin: 0 auto;
	display: flex;
	flex-flow: wrap;
}
.company-box dt,
.company-box dd {
	width: 50%;
	margin: 0 auto;
	padding: 30px 0;
	font-weight: normal;
	border-bottom: 1px solid #DDD;
	line-height: 140%;
	letter-spacing: 0.1em;
}
.company-box dt {
	display: flex;
	justify-content: flex-end;
	align-items:center;
	font-weight: bold;
}
.company-box-txt {
	width: 220px;
	text-align: left;
}
.company-box dd {
    text-align: left;
}
.company-box dd span{
	margin: 0;
	font-size: 12px;
	color: #999;
}

.map-box {
	width: 90%;
	margin:0 auto;
	padding: 50px;
}

footer {
	margin: 200px 0 0 0;
	padding: 10px 0;
	border-top: 1px solid #000;
	background: #000;
}

#fotter-box {
	position: relative;
	width: 90%;
	margin: 0 auto;
}
#fotter-box {
	width: 90%;
	margin: 0 auto;
}
ul.footer-nav {
	margin: 0 0 50px 0;
	display: flex;
	justify-content: center;
}
ul.footer-nav li {
	padding: 20px;
	font-family: 'Lexend', sans-serif;
}
 ul.footer-nav li a{
	color: #FFF;
	text-decoration: none;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: bold;
	transition: 0.5s;
}
 ul.footer-nav li a:hover{
	opacity: 0.3;
}
.footer-company {
	width: 100%;
	margin: 0 0 50px 0;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.footer-company h5 {
	margin: 0;
	padding: 0;
	font-family: 'Lexend', sans-serif;
	font-size: 85px;
	color: #FFF;
}
.footer-company h5 p{
	margin: -5px 0 0 0;
	padding: 0;
	font-size: 24px;
}
.footer-company img {
	width: 60px;
	margin: 3px 12px 0 0;
	padding: 18px 0 0 0;
}
.footer-company .st1{fill:#FFFFFF;}

footer p {
	color: #FFF;
	text-align: center;
	font-size: 12px;
}


@media screen and (max-width: 1023px) {
	#header{
		width:100%;
	}
	#g-nav{
		position:fixed;
		z-index: 999;
		top:-120%;
		left:0;
		width:100%;
		height: 100vh;
		background:#FFF;
		transition: all 0.3s ease;
		opacity: 0.95;
	}
	#g-nav.panelactive{
		top: 0;
	}
	#g-nav.panelactive #g-nav-list{
		position: fixed;
		z-index: 999; 
		width: 100%;
		height: 100vh;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}
	#g-nav ul {
		position: absolute;
		 flex-flow: column;
		z-index: 999;
		top:50%;
		left:50%;
		transform: translate(-50%,-50%);
	}
	#g-nav li{
		list-style: none;
		text-align: center; 
	}
	#g-nav li a{
		color: #FFF;
		text-decoration: none;
		padding:10px;
		display: block;
		text-transform: uppercase;
		letter-spacing: 0.1em;
		font-weight: bold;
	}
	.openbtn1{
		position:fixed;
		z-index: 9999;
		top:30px;
		right: 20px;
		cursor: pointer;
		width: 50px;
		height:50px;
	}
	.openbtn1 span{
		display: inline-block;
		transition: all .4s;
		position: absolute;
		height: 3px;
		background-color: #000;
		width: 100%;
	  }

	.openbtn1 span:nth-of-type(1) {
		top:15px; 
	}

	.openbtn1 span:nth-of-type(2) {
		top:23px;
	}

	.openbtn1 span:nth-of-type(3) {
		top:31px;
	}

	.openbtn1.active span:nth-of-type(1) {
		top: 18px;
		transform: translateY(6px) rotate(-45deg);
		width: 100%;
	}

	.openbtn1.active span:nth-of-type(2) {
		opacity: 0;
	}

	.openbtn1.active span:nth-of-type(3){
		top: 30px;
		transform: translateY(-6px) rotate(45deg);
		width: 100%;
	}
	#header h2{
		font-size: 45px;
	}
	#g-nav ul li a{
		padding: 10px;
	}
/* contents 
-------------------------------------------------- */
	.contents {
		width: 90%;
		margin: 0 auto;
		padding: 100px 0 0 0;
	}
/* aboutus ------------------------------------*/	
	.about-box {
		width: 100%;
		margin: 0;
		display: flex;
		flex-flow: column;
		flex-direction: column-reverse;
		justify-content: flex-start;
	}
	.pc-img {
		display: none;
	}
	.sp-img {
		display: block;
	}
	.about-img-box {
		width: 100%;
	}
	.about-img-box img {
		width: 100%;
	}
	.about-txt-box {
		width: 100%;	
		font-size: 18px;
		line-height: 160%;
	}
/* business ------------------------------------*/
	.business-box p {
		font-size: 18px;
	}
/* COMPANY ------------------------------------*/
	.company-box {
		font-size: 18px;
	}
	.company-box dl {
		width: 100%;
		margin: 0 auto;
		display: flex;
		flex-flow: column;
		justify-content: flex-start;
	}
	.company-box dt,
	.company-box dd {
		width: 100%;
		margin: 0;
		padding: 10px 0;
		font-weight: normal;
		border: none;
		
	}
	.company-box dt {
		display: block;
		justify-content: center;
		align-items:center;
		border-top: 1px solid #DDD;
		border-bottom: 1px solid #DDD;
		background: #EEE;
		font-weight: bold;
	}
	.company-box-txt {
		width: 100%;
		text-align: center;
	}
	.company-box dd {
		padding: 50px 0;
		text-align: center;
	}
	.company-box dd span{
		margin: 0;
		font-size: 12px;
		color: #999;
	}
	.map-box {
		width: 100%;
		margin:0;
		padding: 0;
	}
}
@media screen and (max-width: 599px) {
	#header{
		width:100%;
		height: 95vh;
		background: url("images/header_sp_img.png")  center center;
		background-size: cover;
	}
	#header-title {
		width: auto;
		position: absolute;
		top: 20px;
		left: 10px;
	}
	#header-title h1 {
		font-size: 32px;
	}
	#header-title h1 p{
		font-size: 14px;
	}
	#header-title img {
		width: 45px;
		margin: -5px 5px 0 0;
		padding: 8px 0 0 0;

	}
	.openbtn1{
		position:fixed;
		z-index: 9999;
		top: 20px;
		right: 20px;
		width: 30px;
		height:30px;
	}
	.scroll-down {
		bottom: 10%;
	}
	#header h2{
		padding: 0 20px;
		font-size: 24px;
		top: 45%;
	}
	.content-box {
		width: 100%;
		margin: 50px 0 0 0;
	}

	.contents h3 {
		font-size: 45px;
	}
	.contents h4 {
		padding: 20px 0;
		font-size: 24px;
	}
/* COMPANY ------------------------------------*/
	.business-box p {
		font-size: 18px;
	}
/* COMPANY ------------------------------------*/
	.company-box dd {
		padding: 30px 20px;
		text-align: center;
	}
	#company-logo img {
		width: 150px;
	}
	ul.footer-nav {
		margin: 0 0 50px 0;
		display: flex;
		justify-content: center;
	}
	ul.footer-nav li {
		padding: 10px;
		font-size: 12px;
	}
	 ul.footer-nav li a{
		color: #FFF;
		text-decoration: none;
		display: block;
		text-transform: uppercase;
		letter-spacing: 0.1em;
		font-weight: bold;
		transition: 0.5s;
	}
	.footer-company h5 {
		font-size: 45px;
	}
	.footer-company img {
		width: 35px;
		margin: 2px 10px 0 0;
		padding: 8px 0 0 0;
	}
	.footer-company .st1{fill:#FFFFFF;}

	footer p {
		font-size: 10px;
	}
}