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


/* ↓動画要素追加 */
header{
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  background: url(../img/index/bg.png) no-repeat center center/cover;
}

header video {
  min-width: 100%;
  min-height: 100vh;
  z-index: 1;
}

header .catch{
    position:absolute;
    z-index:2;
    top:45%;
    right:2%;
}

header .catch h2{
    color: #fff;
    font-size: 36px;
    line-height: 1.6em;
  font-family: "Shippori Mincho", serif;
  font-style: normal;
  font-weight: 400;
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.4);
}

.span1{letter-spacing:0;}
.span2{letter-spacing:0;}
/* ↑動画追加 */


header #hero{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
header #hero h2{
    width: 50%;
    margin-left: 50%;
    color: #fff;
    font-size: 30px;
    line-height: 1.2em;
    font-weight: bold;
}
header #hero h3{
    font-size: 18px;
    color: #fff;
    margin-top: 20px;
}
header #hero{
	position: relative;
	/* padding: 500px 0; */
}
header #hero .inner{
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: right;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
header #news{}
header #news{}
header #news{}
header #news{}
header #news{
    position: absolute;
    bottom: 0;
    background: #003295;
    width: 100%;
    z-index: 10;
}
header #news .inner{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
header #news .inner h2{
	width: 10%;
	vertical-align: middle;
	text-align: center;
	background:#fff;
	color: #003295;
	font-weight: bold;
	padding: 10px 10px;
	box-sizing: border-box;
}
header #news .inner ul{
	width: 90%;
	padding: 10px 20px;
	color:#fff;
	box-sizing: border-box;
}
header #news .inner ul li{
}
header #news .inner ul li time{margin-right: 1em;}

#wrapper{position: static;}
#content{
    overflow: hidden;
}

#content-link{
	background: url("../img/index/works_bg.jpg") no-repeat center;
	padding: 100px 0 100px 0;
	position: relative;
	overflow: hidden;
}
#content-link ul{display: flex;flex-wrap: wrap;justify-content: space-between;position: relative;z-index: 10;}
#content-link ul li{width: 32%;background: #000040;line-height: 0;text-align: center;margin-bottom: 30px;}
#content-link ul li h3{
	padding: 20px 0 20px 0;
	line-height: 1em;
	text-align: center;
	color: #fff;
}
#content-link ul li h3 span{
	display:block;
	font-size:12px
}
#content-link ul li p{

}
#content-link ul li a{color:#fff;
}

#mission-wrap{
	background: url("../img/index/mission_bg.png") no-repeat top #fff;
	padding: 0;
	width: 100%;
	clear: both;
}
#mission-wrap .business-box{
}
#mission-wrap .business-box .inner{
	display:flex;
	justify-content: space-between;
	padding: 100px 100px 0 80px;
}
#mission-wrap .business-box h2{font-size: 24px;font-weight: bold;color: #0068c1;margin-top: 60px;}
#mission-wrap .business-box h3{text-align: center;margin-top: 20px;}
#mission-wrap .mission-btn{
	width: 400px !important;
	background: #000040 !important;
	position: relative !important;
	z-index: 2;
}
#mission-wrap .mission-btn .img{
	width:262px;
}
#mission-wrap .mission-btn h3{
	width:138px;
	padding: 40px 10px;
	line-height: 1.2em;
	font-size: 21px;
	text-align: center;
	margin: 0;
	font-weight: bold;
}
#mission-wrap .mission-btn h3 span{
	display: block;
	color: #a7a7a7;
	font-size: 16px;
}
#mission-wrap .mission-btn h3:after{
	content:"";
	display:block;
	width: 20px;
	height: 20px;
	background: url("../img/common/icon_arrow1.png") no-repeat bottom;
	background-size: contain;
	margin: 20px auto 0 auto;
}
#mission-wrap .mission-btn a{
	color:#fff;
	display:flex;
	line-height: 0;
}
#mission-wrap .customer-box{
    margin: -40px 0 0 0;
}
#mission-wrap .customer-box .inner{overflow: hidden;}
#mission-wrap .customer-box .inner div.customer-bg{
	width:100%;
	position: absolute;
	background: #e7ecf6;
	right: 50%;
	padding: 50px 50px 50px 50px;
}
#mission-wrap .customer-box .inner div.customer-bg h2{
	float:right;
	display:block;
	/* color:#0068BB; */
	width: 350px;
	font-size: 21px;
	margin-bottom: 10px;
	font-weight: bold;
}
#mission-wrap .customer-box .inner div.customer-bg h3{
	float:right;
	display:block;
	clear: both;
	width: 350px;
	line-height: 1.6em;
	padding-left: 10px;
}
#mission-wrap .customer-box .inner div.customer-btn{
	float:right;
	margin: 100px 50px 0 0;
}
#vision-wrap{
	background: url("../img/index/vision_bg.jpg") no-repeat bottom;
	background-size: cover;
	padding: 100px 0 100px 0;
	margin-top: 280px;
}
#vision-wrap h2{width: 500px;margin: 0 auto 40px auto;font-size: 24px;line-height: 1.3em;text-align: center;color: #fff;font-weight: bold;}
#vision-wrap h3{
	color: #fff;
	font-size: 32px;
	text-align: center;
	margin: 40px 0 60px 0;
}
#vision-wrap h4{
	color: #fff;
	font-size: 16px;
	margin-bottom: 40px;
	text-align: center;
}
#vision-wrap p{
}
#vision-wrap p a{
	display:block;
	width:50%;
	margin:0 auto;
	text-align:center;
	padding: 20px 20px 20px 20px;
	background: url("../img/common/icon_arrow2.png") no-repeat 95% #fff;
	background-size: 15px;
	color:#006ec4;
	
}
#works-wrap{
	background: url("../img/index/works_bg.jpg") no-repeat center;
	padding: 100px 0 100px 0;
	position: relative;
	overflow: hidden;
}
#works-wrap{
}
#works-wrap h2{text-align: center;font-size: 24px;font-weight: bold;margin: 0 auto;}
#works-wrap h3{text-align: center;margin: 20px 0 40px 0;}
#works-wrap h4{
}
#works-wrap .works-box{
	width:100%;
	/* height: 120px; */
	display: block;
	position: relative;
}
#works-wrap .works-box:before{
	content:"";
	width:100%;
	height: 100%;
	position: absolute;
	background: #e7ecf6;
	left: 10%;
	/* padding: 40px 40px 40px 40px; */
}
#works-wrap .works-box ul{display: flex;flex-wrap: wrap;justify-content: space-between;width: 720px;margin: 20px auto;padding: 20px 0;z-index: 2;position: relative;}
#works-wrap .works-box ul:after{
	content: "";
	width: 210px;
}
#works-wrap .works-box ul li{
	width: 210px;
	margin-bottom: 10px;
}
#works-wrap .works-box ul li{
}
#works-wrap .works-box ul li a{
	background: url("../img/common/icon_arrow2.png") no-repeat 190px;
	background-size: 10px;
	padding: 5px 20px 5px 5px;
	color: #333;
	display: block;
	border-bottom: 1px solid #666;
	font-size: 14px;
}
#works-wrap .works-btn{
	clear:both;
}
#works-wrap .works-btn a{
	display:block;
	width:50%;
	margin: 40px auto 0 auto;
	text-align:center;
	color: #fff;
	padding: 20px 20px 20px 20px;
	background: url("../img/common/icon_arrow1.png") no-repeat 95% #003295;
	background-size: 15px;
}
#office-wrap{
	background: url("../img/index/office_bg.jpg") no-repeat bottom;
	background-size: cover;
	background-attachment: fixed;
	padding: 100px 0 0px 0;
}
#office-wrap h2{
    text-align: center;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
}
#office-wrap h3{line-height: 1em;padding: 20px 0px 40px 0;text-align: center;color: #fff;}
#office-wrap h3 span{
	display:block;
	font-size:12px
}
#office-wrap ul{display: flex;flex-wrap: wrap;justify-content: space-between;position: relative;z-index: 10;}
#office-wrap ul li{width: 32%;background: #000040;line-height: 0;}
#office-wrap ul li h3{
	padding: 20px 0 20px 0;
}

#contact-wrap{
	background: url("../img/index/contact_bg.png") no-repeat center center;
	background-size: cover;
	margin-top: -50px;
	padding: 140px 0 90px 0;
}
#contact-wrap h2{text-align: center;font-size: 24px;font-weight: bold;}
#contact-wrap h3{
    text-align: center;
    margin: 20px 0 40px 0;
}
#contact-wrap ul{display: flex;flex-wrap: wrap;justify-content: space-between;position: relative;z-index: 2;}
#contact-wrap ul li{
	width: 470px;
	padding: 100px 0 20px 0;
	background: #fff;
	text-align: center;
}
#contact-wrap ul li:nth-child(1){
	background: url("../img/common/icon_tel.png") no-repeat center 20px #fff;
	background-size: auto 32%;
}
#contact-wrap ul li:nth-child(2){
	background: url("../img/common/icon_mail.png") no-repeat center 20px #fff;
	background-size: auto 30%;
}
#contact-wrap ul li a{font-size: 26px;color: #003295;}
#contact-wrap ul li p{font-size: 26px;color: #666;}




@media print, screen and (max-width: 767px){
header{
	background:none;
}


header .catch{
    position:absolute;
    z-index:2;
    top:40%;
    right:1%;
}

header .catch h2{
    color: #fff;
    font-size: 19px;
    font-weight: 600;
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.4);
}


header video {
position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
}


/* header::before{
 background: url("../img/index/hero_bg1.jpg");
 background-position: center center;
 background-repeat: no-repeat;
 background-size: cover;
 -webkit-background-size: cover;
 -moz-background-size: cover;
 -o-background-size: cover;
 position: fixed;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 padding: 20% 0% 0% 140vw;
 content: "";
 z-index: -1;
 } */


header #hero{
}
header #hero h2{width: 90%;margin: 0 auto;text-align: center;font-size: 6vw;}
header #hero h3{text-align: center;}
header #hero{
}
header #hero .inner{position: relative;}
header #news{}
header #news{}
header #news{}
header #news{}
header #news{
    width: 100%;
}
header #news .inner{
}
header #news .inner h2{width: 30%;}
header #news .inner ul{
	width: 70%;
}
header #news .inner ul li{
}
header #news .inner ul li time{
}

#wrapper{position: static;}
#content{}
#mission-wrap{
	width: 100%;
	padding: 10% 0 10% 0;
}
#mission-wrap .business-box{
}
#mission-wrap .business-box .inner{display: inherit;padding: 0 2% 0 2%;}
#mission-wrap .business-box h2{
	margin: 0 auto;
	text-align: center;
	margin-bottom: 4%;
}
#mission-wrap .business-box h3{
    text-align: center;
    margin-top: 2%;
    margin-bottom: 6%;
}
#mission-wrap .mission-btn{
	width: 90% !important;
	margin: 0 auto;
}
#mission-wrap .mission-btn .img{width: 60%;}
#mission-wrap .mission-btn h3{width: 40%;padding: 4% 0 0 0;margin: 0;}
#mission-wrap .mission-btn h3 span{
}
#mission-wrap .mission-btn h3:after{
}
#mission-wrap .mission-btn a{
}
#mission-wrap .customer-box{margin: -5% 0 0 0;}
#mission-wrap .customer-box .inner{
    padding: 0 2% 0 2%;
}
#mission-wrap .customer-box .inner div.customer-bg{width: 100%;position: relative;right: 0;padding: 10% 4% 10% 4%;overflow: hidden;}
#mission-wrap .customer-box .inner div.customer-bg h2{width: 100%;text-align: center;line-height: 1.2em;}
#mission-wrap .customer-box .inner div.customer-bg h3{width: 100%;padding: 0;line-height: 1.3em;}
#mission-wrap .customer-box .inner div.customer-btn{float: none;margin: -5% auto 0 auto;}
#vision-wrap{padding: 10% 2%;margin-top: 0;}
#vision-wrap h2{
    width: auto;
    line-height: 1.2em;
}
#vision-wrap h3{font-size: 21px;line-height: 1.4em;margin: 4% 0 8% 0;}
#vision-wrap h4{margin-bottom: 4%;}
#vision-wrap p{
}
#vision-wrap p a{width: 80%;}
#works-wrap{
}
#works-wrap{padding: 10% 2%;}
#works-wrap h2{
    width: 52.2%;
}
#works-wrap h3{
    margin: 2% 0 4% 0;
}
#works-wrap h4{
}
#works-wrap .works-box{
	width:100%;
	padding: 6% 4%;
	position: relative;
	left: 0;
	background: #e7ecf6;
}
#works-wrap .works-box:before{
	content:none;
}
#works-wrap .works-box ul{
	width: 100%;
	margin: auto;
	padding: 0% 0;
}
#works-wrap .works-box ul li{
}
#works-wrap .works-box ul li{width: 100%;}
#works-wrap .works-box ul li a{background: url(../img/common/icon_arrow2.png) no-repeat 95%;background-size: 10px;}
#works-wrap .works-btn{
}
#works-wrap .works-btn a{margin: 6% auto 0 auto;width: 80%;}
#office-wrap{padding: 10% 2%;}
#office-wrap h2{
    width: auto;
}
#office-wrap h3{
    padding: 2% 0 4%;
}
#office-wrap ul{
    width: 90%;
    margin: 0 auto;
}
#office-wrap ul li{
	width: 100%;
	margin-bottom: 4%;
}
#office-wrap ul li h3{
	padding: 4% 0 4% 0;
}

#contact-wrap{padding: 13% 2% 10% 2%;margin-top: 0;}
#contact-wrap h2{width: auto;}
#contact-wrap h3{margin: 2% 0 4% 0;}
#contact-wrap ul{
    width: 90%;
    margin: auto;
}
#contact-wrap ul li{
	width: 100%;
	margin-bottom: 4%;
	padding: 12vh 0 4% 0;
}
#contact-wrap ul li:nth-child(1){
}
#contact-wrap ul li:nth-child(2){

}
#contact-wrap ul li a{
}
#contact-wrap ul li p{
}

}
