@charset "utf-8";
/* CSS Document */

section.mv{
	background-color: #000;
	text-align:center;
	height: 100vh;
	/*min-width: 1920px;*/
	width: 100%;
}

section.mv video{
	object-fit: cover;
	height: 100vh;
	width: 100%;
}

section.main .news{
	padding:50px 0;
	background-image: url("../img/home/bg_news.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left center;
	box-sizing: border-box;
}

section.main .news .news_box{
	background-color:#fff;
}

section.main .news .news_box ul{
	padding:30px;
	box-sizing: border-box;
	overflow-y: scroll;
	height: 280px;
}

section.main .news .news_box ul li{
	padding-bottom:20px;
	margin-bottom: 20px;
	border-bottom: dashed 1px #808080;
	box-sizing: border-box;
}

section.main .news .news_box ul li h4{
	margin-bottom:10px;
}

section.main .news .news_box ul li h4 span.date{
	display:inline-block;
	margin-right: 20px;
}

section.main .news .news_box ul li h4 a{
	display:inline-block;
	color:#002E62;
}

section.main .news .news_box ul li h4 a:hover{
	text-decoration:underline;
}

section.main .news .news_box ul li p.content{
  margin-left: 10.5em;
}

#particles-js {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
display: block;
z-index: -1;
opacity: .3;
	
}

section.feature{
	position:relative;
}

/* ---- stats.js ---- */ .count-particles{ background: #000022; position: absolute; top: 48px; left: 0; width: 80px; color: #13E8E9; font-size: .8em; text-align: left; text-indent: 4px; line-height: 14px; padding-bottom: 2px; font-family: Helvetica, Arial, sans-serif; font-weight: bold; } .js-count-particles{ font-size: 1.1em; } #stats, .count-particles{ -webkit-user-select: none; margin-top: 5px; margin-left: 5px; display: none;} #stats{ border-radius: 3px 3px 0 0; overflow: hidden; } .count-particles{ border-radius: 0 0 3px 3px; }


section.main .feature{
	padding:80px 0 0;
	box-sizing: border-box;
}

/*特徴*/
section.feature wrap{
	display:flex;
	justify-content: space-between;
}

section.feature wrap figure{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position:relative;
}

section.feature figure{
	padding:80px;
	box-sizing: border-box;
}

section.feature wrap figure img{
	width:50%;
	jeogjt:auto;	
}

section.feature .wrap figure figcaption h3{
	color:#fff;
}

 section.feature figure{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
	 position:relative;
	 padding:0;
	 align-items: center;
}

section.feature figur img{
  width: 50%;
  height: auto;
}

section.feature figure{
	display:flex;
	justify-content: space-between;
	flex-wrap:wrap;
	position:relative;
	align-items:center;
	background-image: url("../img/home/feature_bg01.png");
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size: cover;
}

section.feature figure img{
	width:50%;
	height:auto;
}

section.feature figure > div{
	width:50%
}

section.feature figure h3.en{
	position:absolute;
	z-index: 1;
	left: 0;
	top:30px;
	padding:15px 30px;
	box-sizing: border-box;
	font-family: "Times New Roman", Times, "serif";	font-size: 3rem;
	background-color:#002E62;
	color: #fff;
	box-shadow: 7px 7px 0px 1px #0085bc;
}

section.feature figure figcaption{
  width: 45%;
  margin-left: auto;
  margin-right: auto;
	padding:50px;
	box-sizing: border-box;
	background-color: #fff;
	box-shadow: 8px 8px 15px -5px #000000;
	border:solid 1px #F2F2F2;
}

section.feature figure figcaption h3.jp{
	color:#fff;
	background-color:#002E62;
	margin-bottom: 20px;
	position: inherit;
  padding: 15px 30px;
  box-sizing: border-box;
  font-size: 2rem;
  text-align: center;
}

section.feature figure.teamwork{
	background-image: url("../img/home/feature_bg02.png");
	background-repeat: no-repeat;
	background-position: bottom left;
	background-size: cover;
}

section.feature figure.teamwork > img{
	order:2;
	width:50%;
}

section.feature figure.teamwork figcaption{
	order:1;
}

section.feature figure.teamwork h3.en{
	left: inherit;
	right:0;
	background-color:#B3B3B3;
	box-shadow: -7px 9px 0px 3px #4D4D4D;
}

section.feature figure.teamwork figcaption h3.jp{
	background-color:#B3B3B3;
}

section.feature figure.service{
	background-image: url("../img/home/feature_bg03.png");
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size: cover;
}

section.feature figure.service h3.en{
	left: 0;
	right:inherit;
	background-color:#FF930B;
	box-shadow: 7px 7px 0px 1px #FFAF97;
}

section.feature figure.service figcaption h3.jp{
	background-color:#FF930B;
}	
	
section.main .services{
	padding:80px 0;
	background-image: url("../img/home/services_bg.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
}

section.main .services ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

section.main .services ul li{
	width:25%;
	padding:50px;
	box-sizing: border-box;
	text-align: center;
	background-image: url("../img/home/service_bg.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
}

section.main .services ul li img{
	width:105px;
	height: auto;
	margin-bottom: 20px;
}

section.main .services ul li p{
	width:100%;
	text-align: center;
}

section.main .services ul li a{
	display:block;
}

section.main .services ul li a:hover{
	opacity:0.8;
}

section.main .onayami{
	padding:80px 0;
	background-image:url("../img/home/bg_onayami.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
	box-sizing: border-box;
}

section.main .onayami figure{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}

section.main .onayami figure img{
	width:45%;
	height: auto;
	order:2;
}

section.main .onayami figure figcaption{
	order:1;
	width:50%;
}


@media only screen and (max-width: 1023px){	
section.mv video {
  object-fit: inherit;
  height: auto;
  width: 100%;
}
	
section.mv {
  height: auto;
	padding: 74px 0 0;
	box-sizing: border-box;
}

section.main .news .news_box ul li {
  font-size: 0.9rem;
}
	
section.main .news {
  padding: 50px 0;
}
	
section.feature figure img {
  width: 100%;
  height: auto;
}
	
section.feature figure h3.en {
  padding: 10px 30px;
  font-size: 2rem;
}
	
section.feature figure figcaption {
  width: 90%;
  margin: 30px auto;
}
	
section.feature figure figcaption h3.jp {
  padding: 10px 30px;
  font-size: 1.6rem;
}
	
section.feature figure.teamwork > img {
  order: 1;
  width: 100%;
}
	
section.main .feature {
  padding: 50px 0 0;
  box-sizing: border-box;
}
	
section.main .services {
  padding: 50px 0;
	box-sizing: border-box;
}
	
section.main .services ul li {
  padding: 38px;
}
	
section.main .services ul li img {
  width: 65px;
  height: auto;
  margin-bottom: 20px;
}
	
section.main .onayami figure img {
  width: 100%;
  height: auto;
  order: 1;
}
	
section.main .onayami figure figcaption {
  order: 2;
  width: 100%;
  margin-top: 20px;
}
	
	
	
	
}



@media only screen and (max-width: 580px) {
  section.mv {
    padding: 60px 0 0;
  }
	
 .main h2.section_title {
    font-size: 1.3rem;
  }
	
section.feature figure h3.en {
    font-size: 1.2rem;
  }
	
section.feature figure figcaption {
  padding: 20px;
}
	
section.feature figure figcaption h3.jp {
    font-size: 1.1rem;
  }
	
section.main .services ul li {
  width: 50%;
  padding: 20px;
}
	
	
}








	
	
	
	
	
	
	
	
	