@charset "UTF-8";

@import "swiper.min.css";
@import "../js/slick/slick-theme.css";
@import "../js/slick/slick.css";
/* top
============================*/
#home .top {
	margin-bottom: 0px;
	padding-top: 100vh;
	background-image: url(../img/top/main.jpg);
}
#home .top .centering  {
	top: 50%;
}
.top .f35 {
	margin-bottom: 10px;
}
.top .f18 {
	margin-bottom: 20px;
}
.top .link {
	text-align: left;
}
/*.top .btn_a {
	padding: 20px 25px;
}*/
.message {
	margin-bottom: 200px;
}
.message .txt {
	background: #fff;
	border-radius: 5px;
	text-align: center;
	padding: 70px 30px;
	width: 90%;
	position: relative;
	box-shadow: 0 0 45px #bfbbbb;
	margin-right: auto;
	margin-left: auto;
	margin-top: -10%;
	z-index: 5;
}
.message .txt .f35  {
	margin-bottom: 30px;
}
.content {
}
.content h2 {
	margin-bottom: 60px;
	text-align: center;
}
.content .link {
	text-align: center;
}
.content  .flexbox {
	text-align: center;
}
.content  .btn_a {
	text-align: center;
	padding: 15px 50px;
}


/* swiper
.swiper-container {
}
.swiper-wrapper {
}
.swiper-slide {
	padding: 8px;
	background-color: #F6F6F6;
	width: 100%;
}
.swiper-slide .flexbox {
	padding: 25px;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
	background-color: #fff;
	margin-bottom: 0px;
}
.swiper-slide .flexbox.ylw {background-image: url(../img/top/slide/triangle_y.png);}
.swiper-slide .flexbox.org {background-image: url(../img/top/slide/triangle_o.png);}
.swiper-slide .flexbox.pnk {background-image: url(../img/top/slide/triangle_p.png);}
.swiper-slide .flexbox.blu {background-image: url(../img/top/slide/triangle_b.png);}
.swiper-slide .flexbox .face {
	width: 20%;
	background-image: url(../img/top/slide/bg_circle.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
	padding: 6px;
}
.swiper-slide .flexbox .dtl {
	width: 80%;
	text-align: justify;
	padding-left: 5%;
}
.swiper-slide .flexbox .dtl p {
	margin-bottom: 10px;
}
============================*/

/* contact
============================*/
.contact {
	color: #fff;
	background-color: #6A6A6A;
	border-radius: 5px;
}
.contact .flexbox {
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-around; 
	justify-content: space-around;
	padding: 70px 20px;
}
#works .flexbox {
	margin-bottom: 8%;
}
#works .flexbox.clm3 li a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 1;
}
#works .flexbox.clm3 li a::after{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: block;
	content: "";
	background-color: rgba(0,0,0,0.60);
	z-index: 2;
	-webkti-transition: all .3s ease;
			transition: all .3s ease;
}
#works .flexbox.clm3 li a:hover::after{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: block;
	content: "";
	background-color: rgba(0,0,0,0.40);
	z-index: 2;
}

/* tb_768
============================*/
@media screen and (max-width:768px) {
.message {
	margin-bottom: 100px;
}
.message .txt {
	width: 90%;
	padding: 20px;
	text-align: justify;
}
.client .flexbox.clm3 li {
	width: 28%;
}
.contact .flexbox {
	text-align: center;
	margin-bottom: 30px;
	padding: 30px;
}
.contact .flexbox dt, .contact .flexbox dd {
	width: 100%;
}
.contact .flexbox dt {
	margin-bottom: 15px;
	text-align: justify;
}

}

/* sp_480
============================*/
@media screen and (max-width:480px) {
.top .link {
	text-align: center;
}
/*.top .btn_a {
	padding: 15px;
}*/
.message .txt {
	width: 85%;
	padding: 15px;
}
#works {
	margin-bottom: 100px;
}
}
