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

/* **************************************************************** */
/*             SERVICE  RAYOUT
/* **************************************************************** */
.contents .service {
	width: 100%;
	height: 550px;
	margin: 0 0 100px 0;
	background-color: #FFF;
	background-image: url("../images/top/back_triangle.svg");
	background-position: right;
	background-repeat: no-repeat;
}

.contents .service h2 {
	width: 40%;
	float: right;
	margin: 50px 5% 0 5%;
	font-family: 'notoLight';
	font-weight:lighter;
	font-style: lighter;
	text-align: right;
	color: #FFF;
}

.contents .service h2 .en {	font-size: 60px; }
.contents .service h2 .ja {	font-size: 24px;letter-spacing: 5px; }

.contents .service .block {
	width: 50%;
	margin: 0;
	padding: 0;
	float: right;
}

.contents .service .message {
	width: 60%;
	margin: 50px 15%;
	padding: 50px 5%;
	background-color: rgba(255,255,255,0.7);
	float: right;
}

.contents .service .photo {
	width: 50%;
	height: 550px;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
	display: table;
}

.contents .service .photo tr {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

.contents .service .photo td {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}

.contents .service .photo img {	width: 80%; }

/* **************************************************************** */
/*             WORKS  RAYOUT
/* **************************************************************** */
.contents .works {
	width: 100%;
	height: 460px;
	background-color: #FFF;
	background-image: url("../images/top/works_back.jpg");
	background-position: right;
	background-repeat: no-repeat;
	background-size: 85%;
}

.contents .works .back_left {
	width: 330px;
	height: 460px;
	background-color: #FFF;
	top: 0;
	left: 0;
	display: block;
	position: relative;
	z-index: 0;
}

.contents .works .block {
	width: 460px;
	height: 460px;
	background-color: #264077;
	border-radius: 230px;
	top: -460px;
	left: 100px;
	display: block;
	position: relative;
	z-index: 9;
}

.contents .works .block h2 {
	color: #FFF;
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 150px 0 0;
	float: left;
	font-family: 'notoLight';
	font-weight:lighter;
	font-style: lighter;
}

.contents .works h2 .en {	;font-size: 60px; }
.contents .works h2 .ja {	;font-size: 24px;letter-spacing: 5px; }

.contents .works h3 {
	font-family: 'notoBL';
	font-weight: bolder;
	font-style: bolder;
	color: #264077;
	font-size: 72px;
	float: right;
	margin: -700px 20% 0;
}

/* **************************************************************** */
/*             COMPANY  RAYOUT
/* **************************************************************** */
.contents .company {
	width: 100%;
	height: 530px;
	background-color: #264077;
	margin: 100px 0;
	color: #FFF;
}

.contents .company .photo {
	width: 60%;
	height: 530px;
	margin: -360px 0 0;
	background-image: url("../images/top/img02.jpg");
	background-position: right center;
	background-repeat: no-repeat;
	background-size: cover;
	float: left;
}

.contents .company .photo .line {
	width: 92%;
	height: 470px;
	margin: 30px 4% 0;
	border: #FFF 10px solid;
	box-sizing: border-box;
}

.contents .company .block {
	width: 40%;
	margin: -300px 0 0;
	float: right;
}

.contents .company .block h2 {
	width: 100%;
	text-align: center;
	margin: 0 0 100px;
	padding: 50px 0 0;
	float: left;
	font-family: 'notoLight';
	font-weight:lighter;
	font-style: lighter;
}

.contents .company h2 .en {	font-size: 60px; }
.contents .company h2 .ja {	font-size: 24px;letter-spacing: 5px; }

/* *********************************************************************** */
/*        RESPONSIVE  RAYOUT WIDTH:1200px          */
/* *********************************************************************** */

@media screen and (max-width:1200px) {

.contents .works h3 {
	font-size: 6vw;
	margin: -700px 10% 0 0;
	text-align: right;
}

}

/* *********************************************************************** */
/*        RESPONSIVE  RAYOUT WIDTH:980px          */
/* *********************************************************************** */

@media screen and (max-width:980px) {

.contents .service h2 .en,
.contents .works h2 .en,
.contents .company h2 .en { ;font-size: 36px; }

.contents .service h2 .ja,
.contents .works h2 .ja,
.contents .company h2 .ja { ;font-size: 24px; }

.contents .works { background-size: 100%; }
.contents .works .back_left { width: 0; }

.contents .works .block {
	width: 300px;
	height: 300px;
	border-radius: 150px;
	top: -400px;
}

.contents .works .block h2 { padding: 70px 0 0; }
.contents .works h3 { margin: -600px 20% 0; }

.contents .company .photo {	margin: -200px 0 0; }
.contents .company .block {	margin: -100px 0 0; }

}

/* *********************************************************************** */
/*        RESPONSIVE  RAYOUT WIDTH:880px          */
/* *********************************************************************** */

@media screen and (max-width:880px) {

.contents .service {
	height: 900px;
	background-position: top right;
}
.contents .service h2 { width: 90%;margin: 50px 5% 0;text-align: center; }
.contents .service .photo { width: 90%;height: auto;margin: 50px 5%; }
.contents .service .block { width: 90%;margin: 0 5%; }
.contents .service .message { width: 80%;margin: 0 5%;padding: 30px 5%; }

.contents .works .block {
	width: 80%;
	height: 100px;
	border-radius: 20px;
	margin: 0;
	left:10%;
	top: -500px;
}
.contents .works .block h2 { padding: 25px 0 0; }
.contents .works h3 { width: 90%; margin: -400px 5% 0;text-align: center; }
.contents .works .readmore { top:250px;display: block;position: relative; }

.contents .company { height: 630px;margin: 100px 0;color: #FFF; }
.contents .company .photo { width: 90%;height: 400px;margin: 50px 5% 0; }
.contents .company .photo .line { height: 340px; }
.contents .company .block { width: 100%;margin: -530px 0 0; }
.contents .company .readmore { top:290px;display: block;position: relative; }

}

/* *********************************************************************** */
/*        RESPONSIVE  RAYOUT WIDTH:780px          */
/* *********************************************************************** */

@media screen and (max-width:780px) {

.contents .service { height: 800px; }

}

/* *********************************************************************** */
/*        RESPONSIVE  RAYOUT WIDTH:680px          */
/* *********************************************************************** */

@media screen and (max-width:680px) {

.csslider1 .cs_description label span.cs_title span.cs_wrapper { font-size: 18px; }

.contents .service { height: 750px; }
.contents .service .photo { width: 100%;margin: 50px 0; }

}

/* *********************************************************************** */
/*        RESPONSIVE  RAYOUT WIDTH:580px          */
/* *********************************************************************** */

@media screen and (max-width:580px) {

.csslider1 .cs_description label span.cs_title span.cs_wrapper { font-size: 16px; }

.contents .service h2 .en,
.contents .works h2 .en,
.contents .company h2 .en { ;font-size: 24px; }

.contents .service h2 .ja,
.contents .works h2 .ja,
.contents .company h2 .ja { ;font-size: 18px; }

.contents .service { height: 700px; }

}



