@charset "UTF-8";


/**==============================================**/
/*
/*			共通設定
/*
/**==============================================**/


div.content-wrap {
	position: relative;
	width: 100%;
}

/* main-img */
div.main-img {
	overflow: hidden;
	width: 100%;
	position: absolute;
	opacity: 0;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	margin: auto;
}
div.loader {
	width: 100%;
	position: relative;
}
div.loader img {
	opacity: 0 !important;
	width: 100%;
	height: auto;
}
div.loader div {
	position: absolute;
	top: 50%;
	left: 0;
	bottom: 50%;
	margin: auto;
	width: 0;
	height: 2px;
	background: #ec6c00;
	z-index: 99999;
}

.slide1 {}
.slide1 div.contentHolder {
	content: "";
	display: block;
	border-right-style: solid;
	border-right-color: #EC6C00;
	-webkit-transform-origin: 100% 0;
	-moz-transform-origin: 100% 0;
	transform-origin: 100% 0;
	-webkit-transform: skewX(-45deg);
	-moz-transform: skewX(-45deg);
	transform: skewX(-45deg);
	overflow: hidden;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	::i-block-chrome, .slide1 div.contentHolder {
		-webkit-transition-duration: 1.5s;
	}
}
.slide1 div.contentHolder div {
	-webkit-transform: skewX(45deg);
	-moz-transform: skewX(45deg);
	transform: skewX(45deg);
/*	padding-left: 290px;*/
}
.slide1 div.contentHolder div > img {
/*
	transform: skewX(45deg) !important;
	left: auto !important;
*/
}
.slide1 div.contentHolder div p {}
.main-img div.slide1 {}
.main-img div.slide2 {
	position: absolute !important;
	top: 0;
	z-index: -1;
}
.main-img div {
	position: relative;
}
.main-img ul li div {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.main-img div p {
	text-align: center;
	color: #ffffff;
	position: absolute;
	top: 50%;
	right: -50%;
	left: -50%;
	bottom: 50%;
	margin: auto;
	display: block;
	width: 100%;
	font-weight: bold;
}
.main-img div p img {
	display: block;
	margin: auto;
	max-width: 90%;
}
.main-img div p strong {
	font-weight: bold;
	line-height: 1.4;
	padding: 0 3%;
	display: block;
}
.main-img div p.bk {
	color: #595757;
}
.main-img div p.ds {
	text-shadow: 0 0 10px #ffffff,0 0 6px #ffffff,0px 0px 3px #ffffff;;
}
.main-img canvas.mycanvas,
.main-img div.play_pause {
	display: none;
}



div.headd-wrap {
	text-align: center;
}
.headd-wrap h1 {
	/*	font-weight: normal;*/
}
.headd-wrap h1 span {
	display: block;
}

div.mi-bottom-cap {
/*	opacity: 0;*/
}

/* news */
div.news-wrap {
/*	opacity: 0;*/
}
.news-wrap li a img {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto auto auto 5%;
	width: auto;
	height: 1.4em;
}
.news-wrap .info,
.news-wrap .tech {
	color: #ffffff;
}
.news-wrap .info {
	background: #78A5CC;
}
.news-wrap .tech {
	background: #EB6D7A;
}
div.c-list-wrap {}
.c-list-wrap ul.cat-list {
	float: right;
}
.cat-list li {
	float: left;
}
.cat-list li a {
	position: relative;
	text-align: center;
	display: block;
}
/*
.cat-list li a:after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -5px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 5px 0 5px;
	border-color: #007bff transparent transparent transparent;
}
.cat-list li a.info:after {
	border-color: #78A5CC transparent transparent transparent;
}
.cat-list li a.tech:after {
	border-color: #EB6D7A transparent transparent transparent;
}
*/

ul.news-list {}
.news-list li {
	border-bottom: 1px dotted #595757;
	margin: 0 2% 0 0;
}

.news-list .title {
	background-repeat: no-repeat;
}
.news-list .title.pdf {
	background-image: url(../img/top/icon-pdf.png);
}
.news-list .title.blank {
	background-image: url(../img/top/icon-blank.png);
}
.news-wrap div.all-link {}
.all-link a {
	color: #EC6C00;
	background: url(../img/common/icon-arrow-orange.svg) 0 50% no-repeat;
}
.news-list li a dt,
.news-list li a dd.cat {
	display: table-cell;
}







/* business */
div.business-wrap {
	margin-bottom: 15%;
}
.business-wrap ul.business-list {}
.business-list li {
	position: relative;
	width: 100%;
/*	float: left;*/
	margin-bottom: 5%;
	padding-bottom: 25%;
}
.business-list li:nth-child(even) {
	float: right;
}

.business-list li:before {
	content: "";
	display: block;
	padding-top: 92.4%;
}
.business-list li a {
	color: #231815;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	background-position: 50% 100% !important;
	background-repeat: no-repeat !important;
	background-size: 100% auto !important;
	display: block;
}
.business-list li a > img {
	display: none;
}
.business-list li a > div {
	position: relative;
}
.business-list li a > div img {
	width: 40%;
	display: block;
	margin: 20% auto 2%;
}
.business-list li a > div h1 {
	color: #ffffff;
	position: relative;
	font-weight: normal;
	text-align: center;
	font-size: 1.6rem;
}
.business-list li a > div h1:after {
	content: "";
	display: block;
	margin: auto;
	background: url(../img/common/icon-arrow-orange-white.svg) 50% 50% no-repeat;
	width: 24px;
	height: 24px;
	margin: 4% auto 6%;
}
.business-list li:before {
	background-size: 100% auto;
}
.business-list li:nth-child(1):before {
	background-image: url(../img/top/business-img-01.jpg);
}
.business-list li:nth-child(2):before {
	background-image: url(../img/top/business-img-02.jpg);
}
.business-list li:nth-child(3):before {
	background-image: url(../img/top/business-img-03.jpg);
}
.business-list li:nth-child(4):before {
	background-image: url(../img/top/business-img-04.jpg);
}
.business-list li:nth-child(5):before {
	background-image: url(../img/top/business-img-05.jpg);
}
.business-list li:nth-child(6):before {
	background-image: url(../img/top/business-img-06.jpg);
}
.business-list li a p {
	position: relative;
	font-size: 1.4rem;
}















/* service */
div.service-wrap {
	background: #F7F7F7;
	padding-bottom: 8%;
}

ul.service-list {}
.service-list li img {
	display: block;
	margin: auto;
}
.service-list li a > img {
	width: 100%;
}
.service-list div {
	background: #ffffff;
}
.service-list div h1 {
	line-height: 1;
}
.service-list div h1:before {
	content: "";
	background: url(../img/common/icon-arrow-orange.svg) 50% 50% no-repeat;
	width: 1em;
	height: 1em;
	display: inline-block;
	float: left;
	background-size: contain;
}

/* service */
ul.service-list {
	margin-top: 10%;
}
.service-list li {
	width: 94%;
	margin: 0 auto 8%;
}
.service-list li a span img {
	margin-bottom: -15%;
	position: relative;
}

.service-list div img {
	width: 100%;
}
.service-list a:hover > img {
	opacity: .8;
}
.service-list a:hover div h1:before {
	background-image: url(../img/common/icon-arrow-orange-white.svg); 
}
.service-list div h1 {
/*	font-size: 21px;*/
	padding: 5% 4% 0;
}
.service-list div h1:before {
	width: 1.2em;
	height: 1.2em;
	margin: -.1em .5em 0 0;
}
.service-list div p {
	font-size: 1.4rem;
	display: block;
	margin-top: 15px;
	padding: 0 4% 6%;
}











/* corporate */
div.corporate-wrap {
	position: relative;
	background-image: url(../img/top/corporate-img.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
div.corporate-wrap:before {
	content: "";
	display: block;
	padding-top: 100%;
}
.corporate-wrap a {
	color: #ffffff;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.corporate-wrap p {
	text-align: center;
	font-size: 1.4rem;
	padding: 0 4%;
}
.corporate-wrap p:after {
	content: "";
	display: block;
	background: url(../img/common/icon-arrow-orange.svg) 50% 50% no-repeat;
	background-size: 90% auto;
}
.corporate-wrap p:after {
	width: 2em;
	height: 2em;
	margin: 1.5% auto 0;
}










/* recruit */
div.recruit-wrap {
	padding: 10% 0;
}
div.recruit-wrap div {
	background: url(../img/top/recruit-banner.jpg) 50% 50% no-repeat;
	background-size: contain;
	position: relative;
	width: 77.5%;
	overflow: hidden;
}
.recruit-wrap div:before {
	content: "";
	padding-top: 28.4%;
	display: block;
}
.recruit-wrap a {
	width: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	background: url(../img/top/recruit-banner-type.svg) 50% 50% no-repeat;
	background-size: auto 100%;
}




























/**==============================================**/
/**==============================================**/
/*
/*
/*			SP
/*
/*
/**==============================================**/
/**==============================================**/
@media screen and (max-width:599px){

	div.loader {}
	div.inner {
		width: 94%;
	}
	div.headd-wrap {
		margin: 2em auto;
	}
	.headd-wrap h1 {
		font-size: 2rem;
		letter-spacing: .1rem;
		text-indent: -.1rem;
	}
	.headd-wrap h1 span {
		font-size: 1.7rem;
		margin-top: .2rem;
	}



	/* main-img */
	.slide1 div.contentHolder {
		border-right-width: 10px;
	}
	.main-img div p {
		font-size: 1.4rem;
		margin: -10% auto 0;
		width: 90%;
	}
	.main-img .slide1 p img {
		max-width: 72%;
		margin-top: 2%
	}
	
	
	/* business */
	.business-wrap ul.business-list {
		margin-top: 10%;
	}
	.business-list li {
		width: 100%;
		float: none !important;
		margin: 0 auto 8%;
		padding: 0;
	}
	.business-list li:before {
		content: none;
	}

	.business-list li a {
		position: relative;
		top: auto;
		right: auto;
		bottom: auto;
		left: auto;
	}
	.business-list li a > img {
		display: none;
	}
	.business-list li a span img {
		position: relative;
		display: block;
		margin: 0 auto -15%;
		border: 1px solid #ed6c00;
		border-radius: 50%;
		width: 30%;
		z-index: 2;
	}
	.business-list li a > div {
		position: relative;
		background: #F7F7F7;

	}
	.business-list li a > div img {
		display: none;
		width: 100%;
		height: auto;
		margin: 0;
	}
	.business-list li a > div h1 {
		color: #231815;
		position: relative;
		font-weight: bold;
		text-align: left;
		font-size: 2rem;
		line-height: 1;
		padding: 5% 4% 15px;
	}
	.business-list li a > div h1:before {
		content: "";
		background: url(../img/common/icon-arrow-orange.svg) 50% 50% no-repeat;
		width: 1.2em;
		height: 1.2em;
		margin: -.1em .5em 0 0;
		display: inline-block;
		float: left;
		background-size: contain;
	}
	.business-list li a > div h1:after {
		content: none;
	}
	.business-list li a > div p {
		font-size: 1.4rem;
		display: block;
/*		margin-top: 15px;*/
		padding: 0 4% 6%;
		background: #F7F7F7;
	}
	
	
	/* sp news */
	div.news-wrap {
		margin-bottom: 10%;
	}
	.c-list-wrap ul.cat-list {
		width: 100%;
	}
	.cat-list li {
		width: 50%;
	}
	.cat-list li a {
		line-height: 2.3rem;
		font-size: 1.5rem;
		line-height: 2.6;
	}
	.news-wrap li a img {
		position: relative;
		top: auto;
		bottom: auto;
		width: auto;
		height: 1.4em;
		display: block;
		margin: -.5em auto;
		padding: 2% 0 4%;
	}
	ul.news-list {
		margin-top: 5%;
		height: 30vh;
		overflow-y: scroll;
	}
	.news-list li a {
		font-size: 1.5rem;
		padding: 2% 0;
		display: block;
	}
	.news-list li a dt,
	.news-list li a dd.cat {
		/*		display: table-cell;*/
	}
	.news-list li a dt {
		padding-right: 1em;
		color: #555555;
	}
	.news-list li a dd.cat span {
		display: inline-block;
		padding: 2% .5em;
		font-size: 1.3rem;
	}

	.news-list .title {
		padding-left: 40px;
		font-size: 1.3rem;
		margin-top: 2%;
		background-position: 1% 1%;
	}

	.all-link {
		text-align: right;
		margin-top: 2%;
	}
	.all-link a {
		font-size: 1.6rem;
		background-size: auto 100%;
		padding-left: 2rem;
	}











	/* recruit */

	.recruit-wrap {}
	div.recruit-wrap div {
		width: 94%;
	}


}











/*
@media screen and (min-width: 600px) and (max-width: 959px){}
@media screen and (min-width: 960px) and (max-width: 1280px){}
*/







/**==============================================**/
/**==============================================**/
/*
/*
/*			tab 600px 〜
/*
/*
/**==============================================**/
/**==============================================**/

@media screen and (min-width: 600px) {

	/* tab pc headd-wrap */
	div.headd-wrap {
		margin: 35px auto;
	}
	.headd-wrap h1 {
		font-size: 33px;
		letter-spacing: .1rem;
		text-indent: -.1rem;
	}
	.headd-wrap h1 span {
		font-size: 20px;
		margin-top: 5px;
	}


	/* tab main-img */
	.slide1 div.contentHolder {
		border-right-width: 40px;
	}
	.main-img div p {
		font-size: 1.4rem;
		height: 140px;
		margin: -3em auto 0;
	}
	.main-img div p img {
		margin-bottom: .7em;
		width: 70%;
	}
	.main-img div p strong {}


	/* tab pc mi-bottom-cap */
/*
	div.mi-bottom-cap {
		margin: 46px auto 30px; 
	}
	.mi-bottom-cap h2 {
		line-height: 2.2;
	}
	.mi-bottom-cap h2,
	.mi-bottom-cap h2 strong {
		font-size: 15px;
	}
*/


	/* tab pc news */
	div.news-wrap {
		margin: 60px auto 80px;
	}
	.news-wrap .inner {
		max-width: 1008px;
	}
	div.c-list-wrap {
		width: 100%;
		margin: 25px auto 20px;
	}
	.cat-list li {
		margin-left: 15px;
	}
	.cat-list li a {
		width: 200px;
		line-height: 37px;
	}
	.cat-list li a:after {}
	.cat-list li a:hover {
		opacity: .7;
	}

	ul.news-list {
		width: 100%;
		margin: auto;
		height: 350px;
		overflow-y: scroll;
	}
	.news-list li a {
		padding: 1% 0;
		display: block;
	}
	.news-list li a:hover dd.title {
		text-decoration: underline;
	}
	.news-list li dl dt,
	.news-list li dl dd.cat,
	.news-list li dl dd.title {
		/*		display: table-cell;*/
		vertical-align: middle;
	}
	.news-list li dl dt {
		width: 125px;
		text-align: center;
	}
	.news-list li dl dd.cat {
		width: 108px;
	}
	.news-list li dl dd.cat span {
		display: block;
		width: 100%;
		text-align: center;
		line-height: 28px;
	}
	.news-list .title {
		padding: 1% 0 0 10%;
		width: 100%;
		box-sizing: border-box;
		background-position: 2% 50%;
	}
	.news-wrap div.all-link {
		margin: 35px auto 0;
	}
	.all-link a {
		font-size: 16px;
		float: right;
		padding-left: 28px;
	}
	.all-link a:hover {
		text-decoration: underline;
		background-position: 2% 50%;
	}






	/* tab business */
	div.business-wrap {
		margin-bottom: 25px;
	}
	.business-list li {
		width: 48%;
		float: left;
		margin-bottom: 4%;
		padding: 0;
	}
	.business-list li:nth-child(even) {
		float: right;
	}
	.business-list li a {
		overflow: hidden;
		color: #ffffff;
	}
	.business-list li a > img {}
	.business-list li a:hover > img {
		opacity: 0;
	}

	.business-list li a > img {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		margin: auto;
		width: 100%;
	}
	.business-list li a > span.sp {
		display: none !important;
	} 
	.business-list li a > div {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
	}
	.business-list li a > div img.sp {
		display: none !important;
	}
	.business-list li a > div img {
		width: auto;
		margin: 10% auto 2%;
	}
	.business-list li:nth-child(1) a {
		background: url(../img/top/business-img-01.jpg);
	}
	.business-list li:nth-child(2) a {
		background: url(../img/top/business-img-02.jpg);
	}
	.business-list li:nth-child(3) a {
		background: url(../img/top/business-img-03.jpg);
	}
	.business-list li:nth-child(4) a {
		background: url(../img/top/business-img-04.jpg);
	}
	.business-list li:nth-child(5) a {
		background: url(../img/top/business-img-05.jpg);
	}
	.business-list li:nth-child(6) a {
		background: url(../img/top/business-img-06.jpg);
	}
	.business-list li a > p {
		position: relative;
	}
	.business-list li a > div p {
		font-size: 14px;
		padding: 0 8%;
	}






	/* tab service */
	div.service-wrap {
		padding-bottom: 0;
	}
	.service-wrap .inner {
/*		max-width: 1008px;*/
	}

	ul.service-list {
		margin-top: 30px;
	}
	.service-list li {
		width: 100%;
		/*
		float: left;
*/
	}
	.service-list li:nth-child(2) {
		margin: 0 5%;
	}
	.service-list li a {
		display: block;
	}
	.service-list li a span img {
		margin-bottom: 39px;
	}

	.service-list div {
/*		padding: 0 0 6%;*/
	}
	.service-list div img {
		width: 100%;
	}
	/* service */
	.service-list li img.sp {
		display: none !important;
	}
	.service-list li img.tab.pc {
		display: block !important;
	}

	.service-list a:hover > img {
		opacity: .8;
	}
/*	.service-list a:hover > img,*/
	.service-list a:hover > div {
		box-shadow: 0 0 10px 5px rgba(0,0,0,.1);
	}
	.service-list a:hover div h1:before {
		background-image: url(../img/common/icon-arrow-orange-white.svg); 
	}
	.service-list div h1 {
		font-size: 21px;
		padding: 5% 8% 0;
	}
	.service-list div h1:before {
		width: 1.2em;
		height: 1.2em;
		margin: -.1em .5em 0 0;
	}
	.service-list div p {
		font-size: 14px;
		display: block;
		margin-top: 15px;
		padding: 0 8% 6%;
	}





	/* tab corporate */
	div.corporate-wrap:before {
		padding-top: 50%;
	}
	.corporate-wrap p {
		font-size: 15px;
	}










}


/**==============================================**/
/*
/*			sp-l 〜 tab
/*
/*			600px〜739px
/*
/**==============================================**/
@media screen and (min-width: 600px) and (max-width: 959px){



	.main-img .slide1 p img {
		max-width: 57.5%;
	}



}






/**==============================================**/
/**==============================================**/
/*
/*
/*			PC 960px 〜
/*
/*
/**==============================================**/
/**==============================================**/

@media screen and (min-width: 960px) {

	.business-list li a > div img {
		-webkit-transition-duration: .2s;
		-moz-transition-duration: .2s;
		-ms-transition-duration: .2s;
		-o-transition-duration: .2s;
		transition-duration: .2s;
	}
	.cat-list li a,
	.business-list li a > img,
	.service-list a:hover > img,
	.service-list div,
/*	.service-list div h1:before,*/
	.corporate-wrap a,
	.corporate-wrap a:after,
	.corporate-wrap p:after,
	.recruit-wrap div,
	.recruit-wrap div a {
		-webkit-transition-duration: .5s;
		-moz-transition-duration: .5s;
		-ms-transition-duration: .5s;
		-o-transition-duration: .5s;
		transition-duration: .5s;
	}

	/* pc main-img */
	.slide1 div.contentHolder {
		border-right-width: 60px;
	}
	.main-img div p {
		font-size: 28px;
		height: 140px;
		margin: -70px auto 0;
	}
	.main-img div p img {
		margin-bottom: .7em;
		width: auto;
	}

	/* pc news */
	div.news-wrap {
		margin: 60px auto 140px;
	}
	.news-list li dl dd.title {
		display: table-cell;
		vertical-align: middle;
		padding: 20px 0 20px 5%;
		width: 750px;
	}



	/* pc business */
	.business-wrap .headd-wrap {
		margin-bottom: 35px;
	}
	.business-wrap .headd-wrap h1 {
		letter-spacing: .1em;
		text-indent: .1em;
	}
	.business-wrap .headd-wrap h1 span {
		letter-spacing: .1rem;
		text-indent: -.1em;
	}
	.business-list li {
		width: 32.1%;
		float: left;
		margin-bottom: 50px;
	}
	.business-list li:nth-child(even) {
		float: left;
	}
	.business-list li:nth-child(3n+2) {
		margin: 0 1.85%;
	}
	.business-list li a > img {}
	.business-list li a:hover > img {
		opacity: 0;
	}

	.business-list li a > div img {
		display: block;
		margin: 17.5% auto 2%;
	}
/*
	.business-list li a:hover > div img {
		margin: 24.5% auto 5%
	}
*/
	.business-list li a > div h1 {
		font-size: 20px;
	}
	.business-list li a > div h1::after {
		margin: 2% auto 6%;
	}
	.business-list li a > div p {
		font-size: 14px;
/*		padding: 0 10%;*/
	}


	/* pc service */
	div.service-wrap {
		padding-bottom: 85px;
	}
	.service-list li {
		margin: 0 auto 0;
	}
	.service-list div h1 {
		font-size: 21px;
		padding: 2% 0 2% 2%;
		float: left;
		width: 25%;
		box-sizing: border-box;

	}
	.service-list div h1:before {
		width: 1.2em;
		height: 1.2em;
		margin: -.1em .5em 0 0;
	}
	.service-list div p {
		font-size: 14px;
		display: block;
		margin-top: 0;
		padding: 2% 0 2% 2%;
		float: right;
		width: 75%;
		box-sizing: border-box;
	}

















	/* pc corporate */
	div.corporate-wrap:before {
		padding-top: 33.8%;
	}
	.uapc div.corporate-wrap {
		background-repeat: no-repeat;
		background-size: 100% auto;
		/*		background-position: 50% 0%;*/
		/*		background-attachment: fixed;*/
	}
	.corporate-wrap a:after {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		background: #ffffff;
		opacity: 0;
	}
	.corporate-wrap a:hover {
		box-shadow: 0 0 10px 5px rgba(0,0,0,.9) inset;

	}
	.corporate-wrap a:hover:after {
		opacity: .2;
	}
	.corporate-wrap div.headd-wrap {
		margin: 9% 0 1.5%;
	}


	.corporate-wrap h1,
	.corporate-wrap p {
		text-shadow: 0 0 6px rgba(0,0,0,.9);
	}
	.corporate-wrap p {
		line-height: 1.8;
		padding: 0 20%;
	}
/*
	.corporate-wrap p:after {
		width: 2em;
		height: 2em;
		margin: 1.5% auto 0;
	}
*/
	.corporate-wrap a:hover p:after {
		opacity: .7;
	}








	/* pc recruit */
	div.recruit-wrap {
		padding: 100px 0;
	}
	.recruit-wrap div:hover {
		opacity: .8;
	}




































}










