@charset "UTF-8";
h2,h3{
	/*font-family: 'Noto Serif Japanese', serif;*/
}
#loading{
	background: rgb(255, 255, 255) none repeat scroll 0% 0%;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 20000;
	width: 100vw;
	height: 100vh;
}
#loading img{
	width: 304px;
	display: block;
	height: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
/*----------------------------------------------------
	☆top
----------------------------------------------------*/
#header.top_mv_show{
	background: transparent;
	border-right: 0;
}

#header.top_mv_show .menu_button a{
	display: none;
}
#header.top_mv_show .pc_menu a{
	color: #fff;
	/* text-shadow:3px 3px 2px #000000; */
	/*background: linear-gradient(transparent 50%, rgba(0,0,0,0.35) 50%);*/
}
#header.top_mv_show .language{
	color: #fff;
}
#header.top_mv_show .language a{
	color: #fff;
	/* text-shadow:3px 3px 2px #000000; */
	background: linear-gradient(transparent 50%, rgba(0,0,0,0.35) 50%);
	font-weight: bold;
}
#header.top_mv_show .language a:hover{
	background: #fff;
	color: #005999;
}
/* mv */
#top_mv_parts{
	width: 100%;
	position:relative;

}

/*
#top_mv_parts .top_mv_slanting{
	background:rgba(0,0,0,0.3);
	height: 100%;
	width: 50%;
  transform: skewX(0deg) scaleX(1.0);
	transform-origin:left;
	animation: mvanime 0.3s linear both normal;
	position: absolute;
	top:0;
	right: 0;
	border-left: 2px solid #006bb7;
}

@keyframes mvanime {
  0% {transform: skewX(0deg) scaleX(1.0);}
	50% {transform: skewX(-22deg) scaleX(1.5);}
  100% {transform: skewX(-45deg) scaleX(2.0);}
}

@media screen and (min-width:1081px) and ( max-width:1580px) {
	#top_mv_parts .top_mv_slanting{
		animation: mvanime 0.3s linear both normal;
	}

	@keyframes mvanime {
		0% {transform: skewX(0deg) scaleX(1.0);}
		50% {transform: skewX(-22deg) scaleX(1.5);}
		100% {transform: skewX(-35deg) scaleX(2.0);}
	}
}
 */

/* #top_mv_parts .top_mv_slanting{
	background:rgba(0,0,0,0.3);
	height: 100%;
	width: 50%;
  transform: skewX(-45deg) scaleX(2.0);
	transform-origin:left;
	position: absolute;
	top:0;
	right: 0;
	border-left: 2px solid #006bb7;
} */


@media screen and (min-width:1081px) and ( max-width:1580px) {
	#top_mv_parts .top_mv_slanting{
		transform: skewX(-35deg) scaleX(2.0);
	}
}



/* #top_mv_parts h1{
	width: 350px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
} */

#top_mv_parts h1{
	width: 390px;
	padding: 20px;
	/* background: rgba(0,0,0,0.5); */
	transition: 2s ease;
	border-radius: 15px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
}
#top_mv_parts h1.colour0{
	background: rgba(169,206,236,0.5);
}
#top_mv_parts h1 img{
	width: 100%;
}

/* #top_mv_parts h1 svg{
	width: 100%;
	height: auto;
} */
#top_mv_parts .boxR{
	margin-top:40px;
	margin-right: 40px;

}

#top_mv_parts .boxR ul li{
	float: left;
}
#top_mv_parts .boxR ul li a{
	display: block;
	color: #fff;
	font-size: 14px;
	text-align: center;
	background: rgba(0,0,0,0.3);
	width: 210px;
	height: 45px;
	line-height: 45px;
	border:2px solid #fff;
	border-radius: 45px;
	margin: 0 2px;
	transition: .3s;
	position:relative;
	overflow: hidden;
	font-weight: bold;
	-webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.6);
	-moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.6);
	box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.6);
	text-shadow:1px 1px 1px #000000;
}

#top_mv_parts .boxR ul li a:hover {
  color: #333;
	opacity: 1;
	text-shadow:0 0 0 #000000;
	background: rgba(0,0,0,0);
}
_:-ms-input-placeholder, :root #top_mv_parts .boxR ul li a:hover{
	color: #333;
	opacity: 1;
	position: relative;
	z-index: 2;
}
#top_mv_parts .boxR ul li a:before{
	content: '';
  width: 120%;
  height: 100%;
  background: #fff;
  transform-origin: right top;
  transform: skewX(-30deg) scale(0, 1);
  transition: transform .5s;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
_:-ms-input-placeholder, :root #top_mv_parts .boxR ul li a:before{
	z-index: -1;
}
#top_mv_parts .boxR ul li a:hover:before{
	transform-origin: left top;
  transform: skewX(-30deg) scale(1, 1);
}


/*----------------------------------------------------
	☆news
----------------------------------------------------*/
#top_news_parts{
	width:100%;
}
#top_news_parts .boxL{
	background: #005999;
	width: 31%;
	height: 380px;
	position:relative;
}
#top_news_parts .boxL .text_box{
	width: 130px;
	text-align: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	right: 60px;
}
#top_news_parts .boxL .text_box h2{
	font-size: 20px;
	color: #fff;
	letter-spacing: 6px;
	display: inline-block;
	padding-bottom: 20px;
	border-bottom: 1px solid #fff;
	margin-bottom: 50px;
	font-weight: 400;
}
#top_news_parts .boxL .text_box .news_button a{
	display: block;
	height: 34px;
	line-height: 34px;
	background: #fff;
	color: #005999;
	font-size:13px;
	border-radius: 3px;
}
#top_news_parts .boxR{
	background: #fff;
	width: 69%;
	height: 380px;
	position:relative;
}
#top_news_parts .boxR ul{
	width: 610px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	left: 60px;
}
#top_news_parts .boxR li a{
	display: block;
	padding: 20px 0;
	border-bottom: 1px solid #cfd9e0;
	overflow: hidden;
}
#top_news_parts .boxR li a:hover{
	opacity: 1;
	background: #e9edf0;
}
#top_news_parts .boxR li:nth-last-of-type(1) a{border-bottom: 0;}
#top_news_parts .boxR li a .day{
	font-size:12px;
	color: #999;
	letter-spacing: 1px;
}
#top_news_parts .boxR li a .tug {
	display: inline-block;
	text-align: center;
	font-size: 10px;
	color: #005999;
	padding: 6px 0;
	border: 1px solid #005999;
	width: 100px;
	letter-spacing: 0;
	margin: 0 20px;
}
#top_news_parts .boxR li a .text{
	font-size: 14px;
	letter-spacing: 1px;
	width: 380px;
	display: inline-block;
	vertical-align: middle;
	word-wrap: break-word;
	overflow: hidden;
 	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	margin-bottom: 0;
}
/*----------------------------------------------------
	☆concept
----------------------------------------------------*/
#top_concept_parts{
	width: 100%;
	background:url('../images/concept_bk.jpg') no-repeat center center/cover;
	background-attachment: fixed;
	padding:130px 0;
}
#top_concept_parts h2{
	font-size: 34px;
	font-weight: 500;
	letter-spacing: 6px;
	padding:0 0 30px 5%;
	border-bottom:1px solid #005999;
	font-weight: 400;
}

#top_concept_parts .fltbox{
	width: 90%;
	margin: -100px auto 0;
}

#top_concept_parts .boxL{
	width: 41%;
	position:relative;
}
#top_concept_parts .boxL .text{
	font-size:14px;
	line-height: 1.8;
	letter-spacing: 1px;
	padding-top:150px;
	margin-bottom: 0;
}
#top_concept_parts .boxR{
	width: 53%;
}
#top_concept_parts .boxR img{
	width: 100%;
}
/*----------------------------------------------------
	☆business
----------------------------------------------------*/
#top_business_parts{
	width: 100%;
}
#top_business_parts li{
	float:left;
	width: 33.333%;
	position: relative;
	text-align: center;
	height: 0;
	padding-top:25.03%;
	overflow: hidden;
	cursor: pointer;
}
#top_business_parts li .list_wrap:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

/*#top_business_parts li:nth-of-type(1) .list_wrap:after{
	background: url('../images/business_bk01.jpg') no-repeat center center/cover;
}
#top_business_parts li:nth-of-type(2) .list_wrap:after{
	background: url('../images/business_bk02.jpg') no-repeat center center/cover;
}
#top_business_parts li:nth-of-type(3) .list_wrap:after{
	background: url('../images/business_bk03.jpg') no-repeat center center/cover;
}
#top_business_parts li:nth-of-type(4) .list_wrap:after{
	background: url('../images/business_bk04.jpg') no-repeat center center/cover;
}*/

#top_business_parts li a:hover .list_wrap:after{
	opacity: 0.5;
	-ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
	z-index: 1;
}
/*
#top_business_parts li a .list_wrap:hover:after{
	-ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
	z-index: 1;
}
 */

#top_business_parts li .text_box{
	width: 75%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	z-index: 2;
}

#top_business_parts li h2{
	font-size:24px;
	color: #fff;
	font-weight: 400;
}
#top_business_parts li .txt{
	text-align: left;
	font-size:13px;
	line-height: 1.6;
	letter-spacing: 1px;
	color: #fff;
	margin: 30px 0;
}

#top_business_parts li .button{
	width: 80%;
	margin: 0 auto;
	display: block;
	height: 40px;
	line-height: 40px;
	color: #fff;
	border:1px solid #fff;
	font-size:13px;
	border-radius: 3px;
}
@media screen and (min-width:1301px) and ( max-width:1580px) {
	#top_business_parts li .txt{
		font-size:12px;
	}
}
@media screen and (min-width:1081px) and ( max-width:1300px) {
	#top_business_parts li .text_box{
		width: 60%;
	}
	#top_business_parts li h2{
		font-size:20px;
	}
	#top_business_parts li .txt{
		font-size:12px;
		line-height: 1.4;
		margin: 15px 0;
	}

	#top_business_parts li .button{
		width: 100%;
	  height: 33px;
	  line-height: 33px;
	}
}
/*----------------------------------------------------
	☆products
----------------------------------------------------*/
#top_products_parts{
	width: 100%;
	padding: 120px 0 60px;
}
#top_products_parts h2{
	width: 112px;
	text-align: center;
	margin:0 auto 80px;
	font-size: 23px;
	letter-spacing: 5px;
	display:block;
	padding-bottom: 20px;
	font-weight: 400;
	border-bottom: 1px solid #005999;
}
#top_products_parts ul{
	width: 90%;
	margin: 0 auto;
}
#top_products_parts ul li{
	width: 24.1%;
	float: left;
	margin-right: 1.2%;
	text-align: center;
	margin-bottom: 70px;
}

#top_products_parts ul li:nth-of-type(4n){
	margin-right: 0;
}
#top_products_parts ul li .text_box{
	width: 90%;
	margin: 30px auto 0;
}
#top_products_parts ul li .img img{
	width: 288px;
	height: 235px;
	background-position-x: center;
	background-position-y: center;
	background-size: cover;
	background-repeat-x: no-repeat;
	background-repeat-y: no-repeat;
}
#top_products_parts ul li h3{
	font-size:16px;
	letter-spacing: 0;
	font-weight: 400;
}

#top_products_parts ul li .txt{
	font-size:13px;
	line-height: 1.8;
	text-align: left;
	margin: 25px 0;
	letter-spacing: 1px;
}
@media screen and (min-width:1081px) and ( max-width:1580px) {
	#top_products_parts ul li h3{
		font-size:13px;
	}
	#top_products_parts ul li .txt{
		font-size:12px;
	}
}
#top_products_parts ul li .button{
	display: block;
	height: 34px;
	line-height: 34px;
	background: #fff;
	color: #005999;
	border: 1px solid #005999;
	font-size:13px;
	border-radius: 3px;
}
#top_products_parts ul li:hover a{
	opacity: 1;
}

#top_products_parts ul li:hover a .button{
	opacity: 0.3;
	text-decoration: none;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
/*
#top_products_parts ul li a:hover .button{
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	background: #005999;
	color: #fff;
}
*/
/*----------------------------------------------------
	☆other
----------------------------------------------------*/
#top_other_parts .top_other_company .img_box{
	width: 50%;
	height:0;
	padding-top: 41.57%;
	background:url('../images/other_img01.jpg')no-repeat center center/cover;
}
#top_other_parts .text_wrap{
	width: 50%;
	height: 0;
	padding-top:41.57%;
	position: relative;
	overflow: hidden;
}
#top_other_parts .text_wrap .horizon{
	position: absolute;
	width: 120%;
	bottom:0;
	height: 1px;
	transform:rotate(-45deg);
	transform-origin: 0 0;
}
#top_other_parts .text_box{
	position: absolute;
	text-align: center;
	width: 330px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
#top_other_parts .text_box h2{
	font-size:30px;
	letter-spacing: 5px;
	font-weight: 400;
}
#top_other_parts .text_box .txt{
	text-align: left;
	font-size:13px;
	line-height: 1.7;
	letter-spacing: 1px;
	margin: 50px 0;
}
#top_other_parts .top_other_company .text_wrap{
	background: #f0f3f5;
}
#top_other_parts .top_other_company .text_box{
	left: 120px;
}
#top_other_parts .top_other_company .horizon{
	background: #dde;
	left:0;
}
#top_other_parts .top_other_recruit .text_wrap{
	background: #005999;
}
#top_other_parts .top_other_recruit .text_box{
	right: 120px;
}

#top_other_parts .top_other_recruit .text_box h2,
#top_other_parts .top_other_recruit .text_box .txt,
#top_other_parts .top_other_recruit .text_box .button a{
	color: #fff;
}
#top_other_parts .top_other_recruit .text_box .button a{
	border: 1px solid #fff;
}
#top_other_parts .top_other_recruit .horizon{
	background: #16a;
	left:17%;
}
#top_other_parts .text_box .button a{
	display: block;
	height: 45px;
	line-height: 45px;
	color: #005999;
	border: 1px solid #005999;
	font-size:14px;
	border-radius: 3px;
}

#top_other_parts .text_box .button a:hover {
	opacity: 0.5;
	text-decoration: none;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	zoom:1;
}

#top_other_parts .top_other_recruit  .img_box{
	width: 50%;
	height:0;
	padding-top: 41.57%;
	background:url('../images/other_img02.jpg')no-repeat center center/cover;
}







/*----------------------------------------------------
	☆SP
----------------------------------------------------*/


/*デバイスの横幅が1080px以下の場合*/

@media only screen and (max-width: 1080px) {
	/*----------------------------------------------------
		☆top
	----------------------------------------------------*/
	#header.top_mv_show{
		padding: 0;
		background: transparent;
		border-right: 0;
		width: 100%;
	}
	#header .logo_top img.top_mv_logo,
	#header.top_mv_show .logo_top img.top_mv_logo,
	#header .logo_top img.top_mv_none,
	#header.top_mv_show .logo_top img.top_mv_none{
		display: none;
	}

	/* mv */
	#top_mv_parts{
		width: 100%;
		position:relative;
	}
	/*
	#top_mv_parts .top_mv_slanting{
		border-left: 1px solid #006bb7;
		animation: mvanime_sp 0.3s linear both normal;
	}

	@keyframes mvanime_sp {
		0% {transform: skewX(0deg) scale(1.0);}
		50% {transform: skewX(-15deg) scale(1.5);}
		100% {transform: skewX(-30deg) scale(2.0);}
	}
	*/
	#top_mv_parts .top_mv_slanting{
		border-left: 1px solid #006bb7;
		transform: skewX(-30deg) scale(2.0);
	}

	#top_mv_parts h1{
		width: 270px;
	}
	#top_mv_parts .boxR{
		display: none;
	}
	/*----------------------------------------------------
		☆news
	----------------------------------------------------*/
	#top_news_parts{
		width:100%;
	}
	#top_news_parts .fltbox{
		padding: 95px 0 40px;
	}
	#top_news_parts .boxL{
		width: 100%;
		height: initial;
		background: #fff;
	}
	_:-ms-input-placeholder, :root #top_news_parts .boxL {
		height: auto;
	}
	#top_news_parts .boxL .text_box{
		margin: 0 auto;
		width: 130px;
		text-align: center;
		position: initial;
		top: 50%;
		transform: initial;
		-webkit-transform:initial;
	}
	_:-ms-input-placeholder, :root #top_news_parts .boxL .text_box {
		position: static;
		transform: none;
		-webkit-transform:none;
	}
	#top_news_parts .boxL .text_box h2{
		font-size: 18px;
		color: #161d23;
		letter-spacing: 5px;
		display: inline-block;
		padding-bottom: 15px;
		border-bottom: 1px solid #005999;
		margin-bottom: 20px;
	}
	#top_news_parts .boxR .news_button a{
		display: block;
		height: 40px;
		line-height: 40px;
		background: #fff;
		color: #005999;
		font-size:13px;
		border: 1px solid #cfd9e0;
		border-radius: 3px;
		text-align: center;
		margin-top:10px;
	}
	#top_news_parts .boxR{
		width:90%;
		height: initial;
		margin: 0 auto;
	}
	_:-ms-input-placeholder, :root #top_news_parts .boxR {
		height: auto;
	}
	#top_news_parts .boxR ul{
		width: 100%;
		position: initial;
		transform: initial;
		-webkit-transform: initial;
	}
	_:-ms-input-placeholder, :root #top_news_parts .boxR ul{
		position: static;
		transform: none;
		-webkit-transform:none;
	}
	#top_news_parts .boxR li a{
		padding: 10px 0;
	}
	#top_news_parts .boxR li a:hover{
		opacity: 1;
		background: #e9edf0;
	}
	#top_news_parts .boxR li a .day{
		font-size:12px;
		letter-spacing: 1px;
	}
	#top_news_parts .boxR li a .tug {
		font-size: 11px;
		padding: 5px 0;
		width: 100px;
		letter-spacing: 1px;
		margin: 0 20px;
	}
	#top_news_parts .boxR li a .text{
		margin-top:10px;
		letter-spacing: 2px;
		font-size: 12px;
		width: 100%;
		display: block;
		line-height: 1.6;
		vertical-align: initial;
		word-wrap: initial;
		overflow: initial;
		white-space: initial;
		text-overflow: initial;
		-webkit-text-overflow: initial;
		-o-text-overflow: initial;
		margin-bottom: 0;
	}
	/*----------------------------------------------------
		☆concept
	----------------------------------------------------*/
	#top_concept_parts{
		padding:40px 0;
	}
	#top_concept_parts h2{
		font-size: 20px;
		letter-spacing: 4px;
		padding:0 0 15px 5%;
		margin-bottom: 20px;
	}

	#top_concept_parts .fltbox{
		width: 100%;
		margin: 0 auto;
	}

	#top_concept_parts .boxL{
		width: 90%;
		margin: 0 auto;
	}
	#top_concept_parts .boxL .text{
		padding-top: 0;
		font-size:13px;
		line-height: 1.6;
		position: initial;
		transform: initial;
		-webkit-transform: initial;
		margin-bottom: 0;
	}
	#top_concept_parts .boxR{
		width: 90%;
		margin: 0 auto 30px;
	}
	/*----------------------------------------------------
		☆business
	----------------------------------------------------*/

	#top_business_parts li{
		float:none;
		width: 100%;
		height: initial;
		padding:100px 0;
	}
	#top_business_parts li .text_box{
		width: 90%;
		margin: 0 auto;
		z-index: 2;
	}
	#top_business_parts li h2{
		font-size:20px;
	}
	#top_business_parts li .txt{
		font-size:12px;
		margin: 15px 0;
	}

	#top_business_parts li .button{
		border-radius: 3px;
	}
	/*----------------------------------------------------
		☆products
	----------------------------------------------------*/
	#top_products_parts{
		padding: 40px 0;
	}
	#top_products_parts h2{
		width: 88px;
		margin:0 auto 30px;
		font-size: 18px;
		letter-spacing: 4px;
		padding-bottom: 15px;
	}

	#top_products_parts ul li{
		width: 48%;
		margin-right: 4%;
		text-align: center;
		margin-bottom: 30px;
	}

	#top_products_parts ul li:nth-of-type(even){
		margin-right: 0;
	}
	#top_products_parts ul li .text_box{
		width: 100%;
		margin: 15px auto 0;
	}
	#top_products_parts ul li h3{
		font-size:15px;
		letter-spacing: 0;
		line-height: 1.6;
		text-align: center;
		margin-bottom: 15px;
		font-weight: 400;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	#top_products_parts ul li .txt{
		font-size:12px;
		line-height: 1.6;
		text-align: left;
		margin: 15px 0;
	}

	#top_products_parts ul li .button a{
		height: 40px;
		line-height: 40px;
	}
	/*----------------------------------------------------
		☆other
	----------------------------------------------------*/
	#top_other_parts .top_other_company .img_box,
	#top_other_parts .top_other_recruit  .img_box{
		width: 100%;
		padding-top: 66.66%;
	}
	#top_other_parts .text_wrap{
		width: 100%;
		height: initial;
		padding:40px 0;
	}
	_:-ms-input-placeholder, :root #top_other_parts .text_wrap{
		height: auto;
	}
	#top_other_parts .text_wrap .horizon{
		width: 200%;
		transform:rotate(-55deg);
	}
	#top_other_parts .text_box{
		text-align: center;
		width: 90%;
		margin: 0 auto;
		position: initial;
		transform: initial;
		-webkit-transform: initial;
	}
	_:-ms-input-placeholder, :root #top_other_parts .text_box{
		position: static;
		transform: none;
		-webkit-transform:none;
	}
	#top_other_parts .text_box h2{
		font-size:20px;
		letter-spacing: 5px;
	}
	#top_other_parts .text_box .txt{
		font-size:13px;
		line-height: 1.6;
		margin: 25px 0;
	}
	#top_other_parts .top_other_company .horizon{
		left:15%;
	}
	#top_other_parts .top_other_recruit .horizon{
		left:15%;
	}
	#top_other_parts .text_box .button{
		height: 40px;
		line-height: 40px;
		font-size:13px;
	}
}
