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

body { background-color: #00719d; }

.wrapper {
	margin: -7px 150px 0;
}

/* **************************************************************** */
/*             SCROLL  BUTTOM
/* **************************************************************** */



.csslider1 .box {
	width: 100%;
	bottom: 0;
	position: absolute;
	display: block;
}

.csslider1 .box .scroll_btm {
	width: 200px;
	height: 100px;
	margin: 0 auto;
	text-align: center;
}

.csslider1 .box .scroll_btm a {
	width: 100%;
	height: 100%;
	padding-top: 40px;
	background-color: #FFF;
	font-weight: 700;
	font-size: 150%;
	color: #ce1c24;
	border-radius: 100px 100px 0 0;
	display: block;
	background-image: url("../images/common/arr-dwn.webp");
	background-repeat: no-repeat;
	background-position: center bottom 50px;
	text-decoration: none;
	transition:all .5s ease;
}

.csslider1 .box .scroll_btm a:hover {
	background-color: #00719d;
	color: #FFF;
	background-image: url("../images/common/arr-dwn-w.webp");
}

/* **************************************************************** */
/*             CONTENTS  RAYOUT
/* **************************************************************** */

.frontpage h2 { 
	font-size: 150%;
	color: #00719d;
	text-align: center;
	margin: 50px 0;
}

.frontpage .message { 
	width: 80%;
	margin: 0 10%;
	float: left;
	line-height: 30px;
}


/* **************************************************************** */
/*             ORIGIN  RAYOUT
/* **************************************************************** */

.origin {
	width: 100%;
	margin: 0;
	padding: 0 0 50px;
	float: left;
	background-color: #f5f8fc;
}

.origin h2 {
	margin: 100px 0 50px;
}

.origin .box {
	width: 90%;
	max-width: 570px;
	height: 250px;
	margin: 100px auto 50px;
	border: #d3d3d3 1px solid;
	box-sizing: border-box;
	color: rgba(0,0,0,1.00);
	box-shadow: 3px 3px 3px rgba(0,0,0,0.75);
	background-color: #FFF;
	display: block;
}

.origin .box table { height: 250px; }
.origin .box table img { max-width: 180px; }
.origin .box table span { font-size: 140%;font-weight: 600;line-height: 2em; }

/* **************************************************************** */
/*             REASON  RAYOUT
/* **************************************************************** */

.reason {
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
	background-color: #fff;
}

.reason h2 {
	margin: 100px 0 50px;
}

.reason .photo {
	width: 100%;
	height: 450px;
	margin: 0;
	padding: 0;
	float: left;
	background-image: url("../images/top/image01.webp");
	background-position: center;
	background-size: cover;
}

.reason .photo img {
	width: 70%;
	max-width: 480px;
	float: right;
	margin: 250px 20px 0 0;
}

/* **************************************************************** */
/*             SERVICE  RAYOUT
/* **************************************************************** */

.service {
	width: 95%;
	margin: 0 5% 0 0;
	padding: 0;
	float: left;
	background-color: #FFF;
}

.service .box {
	width: 47.4%;
	margin: 0;
	padding: 50px 0 0;
	float: right;
}


.service .photo {
	width: 52.6%;
	height: 450px;
	float: left;
	background-image: url("../images/top/image02.webp");
	background-position: center;
	background-size: cover;
	text-align: center;
}

.service .photo img.title {
	width: 80%;
	max-width: 550px;
	margin: 50px auto 0;
}

.service .photo img.men {
	width: 80%;
	max-width: 550px;
	margin: 20px auto 0;
}

/* **************************************************************** */
/*             WORKS&COMPANY  RAYOUT
/* **************************************************************** */

.works,.company {
	width: 50%;
	margin: 0;
	padding: 0;
	float: left;
}

.works .box,
.company .box {
	width: 90%;
	height: 500px;
	margin: 0;
	padding: 0;
	float: left;
	background-color: #fbf2cf;
}

.works .box {
	background-image: url("../images/top/image03.webp");
	background-position: top right;
	background-size: cover;
}

.company .box {
	background-image: url("../images/top/image04.webp");
	background-position: top left;
	background-size: cover;
}

.works .box h2 {
	width: 95%;
	margin: 50px 0 150px 5%;
	padding: 0;
	text-align: left;
	float: left;
}

.company .box h2 {
	width: 95%;
	margin: 50px 5% 150px 0;
	padding: 0;
	text-align: right;
	float: right;
}

.works .title,
.company .title {
	width: 10%;
	margin: 0;
	padding: 0;
	text-align: center;
}
.works .title { float: left; }
.company .title { float: right; }

.company .title img,
.works .title img { width: 80%;max-width: 70px; }
.company .title img { margin-top: 30px; }
.works .title img { margin-top: 90px; }

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

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

.cs_description .cs_title .cs_wrapper { font-size: 5vw; }

}

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

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

.glid-50 { width: 100%; }

.service .box { width: 100%; }
.service .photo { width: 100%; }

.works,
.company { width: 100%; }

.company .title { float: left; }

}

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

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



}

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

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

.reason .photo { height: 300px; }
.reason .photo img { 
	bottom: 20vw;
	display: block;
	position: relative;
}

.service .photo { height: 300px; }
.service .photo img.title { width: 60%;margin: 20px auto 0; }
.service .photo img.men { width: 50%;margin: 20px auto 0; }

.works .box,
.company .box { height: 300px; }

.works .box h2,
.company .box h2 { margin: 20px 5% 50px 5%; }

.company .title img,
.works .title img { width: 50%; }

}

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

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



}

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

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

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

}



