@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300italic,200italic,400italic);

.contents {
	padding: 100px 0 0 0;
}

.slider {
	width: 100%;
	height: 620px;
}

.slider-item {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	background-position: center center;
	background-size: cover;
}

.works01.slider-item {
	background-image: url(../images/img_slider01.jpg);
}

.works02.slider-item {
	background-image: url(../images/img_slider02.jpg);
}

.works03.slider-item {
	background-image: url(../images/img_slider03.jpg);
}

.works04.slider-item {
	background-image: url(../images/img_slider04.jpg);
}

.works05.slider-item {
	background-image: url(../images/img_slider05.jpg);
}

.works06.slider-item {
	background-image: url(../images/img_slider06.jpg);
}

.slider-item a {
	width: 100%;
	padding: 0 40px;
	padding-top: 100px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	text-decoration: none;
	box-sizing: border-box;
	-webkit-flex-direction: column;
		-ms-flex-direction: column;
			flex-direction: column;
	-webkit-justify-content: center;
			  -ms-flex-pack: center;
			justify-content: center;
}

.slider-contents {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

.slider-cate {
	margin-bottom: 20px;
	display: table;
	position: relative;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 700;
	line-height: 40px;
	line-height: 4rem;
}

.slider-cate:before {
	content: "";
	width: 100%;
	height: 3px;
	display: block;
	background-color: rgba(0, 0, 0, 1);
	position: absolute;
	left: 0;
	bottom: 0;
}

.slider-name {
	margin-bottom: 10px;
	display: block;
	font-size: 60px;
	font-size: 6rem;
	font-weight: 700;
	line-height: 60px;
	line-height: 6rem;
}

.slider-name-sub {
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 30px;
	line-height: 3rem;
}

.slider-more {
	margin-top: 80px;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 700;
	line-height: 20px;
	line-height: 2rem;
}

.swiper-pagination-bullet-active {
	background-color: rgba(0, 0, 0, 1);
}

.pagenation {
	width: 100%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	left: 0;
	bottom: 20px;
	z-index: 10;
	-webkit-align-items: center;
		 -ms-flex-align: center;
		 	align-items: center;
	-webkit-justify-content: center;
			  -ms-flex-pack: center;
			justify-content: center;
}

.swiper-button-next,
.swiper-button-prev,
.swiper-pagination {
	margin: 0 !important;
	position: static;
	background-size: 100% auto;
}

.swiper-button-next,
.swiper-button-prev {
	width: 10px;
	height: 16px;
}

.swiper-button-prev {
	background-image: url(../common/images/icn_aw_l.png);
}

.swiper-button-next {
	background-image: url(../common/images/icn_aw_r.png);
}

.swiper-pagination {
	width: auto;
	padding: 0 20px;
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
	font-family: "Source Sans Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 30px;
	line-height: 3rem;
	font-style: italic;
}

.swiper-pagination-current,
.swiper-pagination-total {
	margin: 0 20px;
}


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

	.slider {
		height: 500px;
	}

	.slider-item a {
		padding-top: 60px;
	}

	.slider-name {
		font-size: 50px;
		font-size: 5rem;
		line-height: 50px;
		line-height: 5rem;
	}

	.slider-more {
		margin-top: 40px;
	}

}


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

	.slider {
		height: 400px;
	}

	.slider-item a {
		padding: 0 20px;
	}

	.slider-name {
		font-size: 35px;
		font-size: 3.5rem;
		line-height: 35px;
		line-height: 3.5rem;
	}

	..slider-name-sub {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 20px;
		line-height: 2rem;
	}

	.slider-more {
		margin-top: 20px;
	}

	.swiper-pagination {
		padding: 0 20px;
	}

}


/*------------------------------------*/


.contents {
	padding-top: 0;
}

.contents-wrap {
	padding-top: 40px;
}

.works.contents-wrap {
	padding-bottom: 50px;
}

.works-wrap {
	background-color: rgba(0, 0, 0, .05);
	overflow: hidden;
}

.content-t {
	margin-bottom: 40px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 40px;
	line-height: 4rem;
	-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	-webkit-align-items: center;
		 -ms-flex-align: center;
		 	align-items: center;
}

.content-t .en {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 25px;
	font-size: 2.5rem;
	font-weight: bold;
	-webkit-align-items: center;
		 -ms-flex-align: center;
		 	align-items: center;
}

.content-t .en:after {
	content: "";
	width: 1px;
	height: 30px;
	margin: 0 20px;
	display: block;
	background-color: rgba(0, 0, 0, .1);
}


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

	.contents-wrap {
		padding-top: 20px;
	}

	.works.contents-wrap {
		padding-bottom: 20px;
	}

	.content-t {
		margin-bottom: 20px;
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 30px;
		line-height: 3rem;
	}

	.works .content-t {
		margin-bottom: 20px;
	}

	.content-t .en {
		font-size: 20px;
		font-size: 2rem;
	}

	.content-t .en:after {
		margin: 0 10px;
	}

}


/*------------------------------------*/


.works-list {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
}

.works-list-item a {
	display: block;
	text-decoration: none;
}

.works-list-image {
	margin-bottom: 20px;
	background-color: rgba(0, 0, 0, 1);
	position: relative;
}

.works-list-image:before {
	content: "" ;
	width: 100%;
	height: 100%;
	display: block;
	background-color: rgba(0, 0, 0, 0);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

.works-list-item a:hover .works-list-image:before {
	background-color: rgba(0, 0, 0, .3);
}

.works-list-image img {
	transition: all 500ms ease;
}

.works-list-name,
.works-list-type {
	display: block;
	text-align: center;
	line-height: 20px;
	line-height: 2rem;
}

.works-list-name {
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: bold;
}

.works-list-type {
	font-size: 12px;
	font-size: 1.2rem;
	text-transform: uppercase;
	color: rgba(0, 0, 0, .6);
}


@media screen and ( min-width: 801px ) {

	.works-list-item {
		width: -webkit-calc((100% - 121px) / 4);
		width: calc((100% - 121px) / 4);
		margin-top: 40px;
		margin-right: 40px;
	}

	.works-list-item:first-child,
	.works-list-item:nth-child(2) {
		width: -webkit-calc((100% - 41px) / 2);
		width: calc((100% - 41px) / 2);
		margin-top: 0;
	}

	.works-list-item:nth-child(2),
	.works-list-item:nth-child(6) {
		margin-right: 0;
	}

}


@media screen and ( min-width: 601px ) and ( max-width: 800px ) {

	.works-list-item {
		width: -webkit-calc((100% - 61px) / 4);
		width: calc((100% - 61px) / 4);
		margin-top: 20px;
		margin-right: 20px;
	}

	.works-list-item:first-child,
	.works-list-item:nth-child(2) {
		width: -webkit-calc((100% - 21px) / 2);
		width: calc((100% - 21px) / 2);
		margin-top: 0;
	}

	.works-list-item:nth-child(2),
	.works-list-item:nth-child(6) {
		margin-right: 0;
	}


}


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

	.works-list-item {
		width: -webkit-calc((100% - 21px) / 2);
		width: calc((100% - 21px) / 2);
		margin-top: 20px;
		margin-right: 20px;
	}

	.works-list-item:nth-child(2n) {
		margin-right: 0;
	}

	.works-list-image {
		margin-bottom: 10px;
	}

	.works-list-name {
		font-size: 13px;
		font-size: 1.3rem;
	}

}


/*------------------------------------*/
.service{
	padding-bottom: 50px;
}

.service-list {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
}

.service-list-item {
	text-align: center;
}

.service-list-image {
	margin-bottom: 36px;
	background-color: rgba(0, 0, 0, 1);
	position: relative;
}

.service-list-image:before {
	content: "" ;
	width: 100%;
	height: 100%;
	display: block;
	background-color: rgba(0, 0, 0, 0);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

.service-list-item a:hover .service-list-image:before {
	background-color: rgba(0, 0, 0, .3);
}

.service-list-image img {
	transition: all 500ms ease;
}

.service-list-name,
.service-list-type {
	display: block;
	text-align: center;
	line-height: 20px;
	line-height: 2rem;
}

.service-list-name {
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: bold;
	margin-bottom: 10px;
}

.service-list-type {
	font-size: 11px;
	font-size: 1.1rem;
	text-transform: uppercase;
	color: rgba(0, 0, 0, .8);
	margin-bottom: 20px;
}

.service-list-description{
	font-size: 1.4rem;
	line-height: 1.8;
	text-align: left;
	letter-spacing: 0.025em;
	margin-bottom: 16px;
}

.service-list-tag{
	font-size: 1.3rem;
	letter-spacing: 0.025em;
	line-height: 1;
	text-align: left;
	display: inline-block;
	margin: 0 auto;
}

.service-list-tag a{
	text-align: center;
	display: inline-block;
	margin: 6px;
	padding: 8px 15px;
	border: 1px solid #8d8d8d;
	border-radius: 5px;
}

@media screen and ( min-width: 801px ) {
	.service-list-item {
		width: -webkit-calc((100% - 80px) / 3);
		width: calc((100% - 80px) / 3);
		margin-right: 40px;
	}

	.service-list-item:nth-child(3),
	.service-list-item:nth-child(6) {
		margin-right: 0;
	}
	.service-list-tag a:hover{
		color: #fff;
		text-decoration: none;
		background: #555;
	}

}

@media screen and ( max-width: 800px ) {
	.service{}
	.service-list-item {
		width: 100%;
		margin-top: 0;
		margin-bottom: 20px;
		padding: 20px;
		border: 1px solid #f3f3f3;
	}

	.service-list-image {
		margin-bottom: 20px;
	}

	.service-list-name {
		font-size: 17px;
		font-size: 1.7rem;
		margin-bottom: 0;
	}

	.service-list-type{
		font-size: 1.0rem;
		margin-bottom: 12px;
	}

	.service-list-tag{
		font-size: 1.1rem;
	}

	.service-list-description{
		font-size: 1.3rem;
		margin-bottom: 6px;
	}

	.service-list-tag span{
		margin: 4px;
	}
}



/*------------------------------------*/


.news-list-item {
	height: 40px;
	margin: 5px 0;
	padding: 0 20px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	background-color: rgba(0, 0, 0, .05);
	line-height: 20px;
	line-height: 2rem;
	text-decoration: none;
	-webkit-align-items: center;
		 -ms-flex-align: center;
		 	align-items: center;
}

.news-list-item a {
	text-decoration: underline;
}

.news-list-item a:hover {
	text-decoration: none;
}

.news-list-date {
	margin-right: 20px;
	font-size: 12px;
	font-size: 1.2rem;
	color: rgba(0, 0, 0, .6);
}

.news-list-title {
	font-size: 14px;
	font-size: 1.4rem;
}


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

	.news-list-item,
	.news-list-date,
	.news-list-title {
		display: block;
	}

	.news-list-item {
		height: auto;
		padding: 10px 20px;
	}

}


/*------------------------------------*/

.blog-wrap{
	padding-bottom: 56px;
	background: #f2f2f2;
}

.blog-cat{
	margin-bottom: 50px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
}

.blog-cat li{
	color: #8d8d8d;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.3rem;
	text-align: center;
	line-height: 1;
	cursor: pointer;
	min-width: 100px;
	margin-right: 10px;
	padding: 8px 18px;
	border: 1px solid #8d8d8d;
	background: #fff;
	border-radius: 5px;
	box-sizing: border-box;
}

.blog-cat .en{
	letter-spacing: 0;
}

.blog-cat li span{
	font-weight: bold;
}

.blog-cat li.active{
	color: #fff;
	background: #555;
	border-color: #555;
}


.blog-list {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
}

.blog-list-item a {
	line-height: 20px;
	line-height: 2rem;
	text-decoration: none;
}

.blog-list-image {
/* 	background-color: rgba(0, 0, 0, 1); */
	position: relative;
}

.blog-list-image:before {
	content: "" ;
	width: 100%;
	height: 100%;
	display: block;
	background-color: rgba(0, 0, 0, 0);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}



.blog-list-item a:hover .blog-list-image:before {
	background-color: rgba(0, 0, 0, .3);
}

.blog-list-title {
	margin: 18px 0 12px;
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
}

.blog-list-tex {
	font-size: 12px;
	font-size: 1.2rem;
	text-align: justify;
}


@media screen and ( min-width: 801px ) {

	.blog-list-item {
		width: -webkit-calc((100% - 120px) / 4);
		width: calc((100% - 120px) / 4);
		margin-right: 40px;
	}

	.blog-list-item:last-child {
		margin-right: 0;
	}

}

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

	.blog-list-item {
		width: -webkit-calc((100% - 60px) / 4);
		width: calc((100% - 60px) / 4);
		margin-right: 20px;
	}

	.blog-list-item:last-child {
		margin-right: 0;
	}

}

@media screen and ( max-width: 800px ) {
	.blog-wrap{
		padding-bottom: 30px;
	}
	
	.blog-cat{
		margin: 20px 0 0;
	}

	.blog-cat li{
		font-size: 1.1rem;
		min-width: 72px;
		margin-bottom: 8px;
		padding: 4px 9px;
	}

	.blog-cat li:last-child{
		margin-bottom: 8px;
	}

	.blog .content-t {
		margin-bottom: 0;
	}

	.blog-list-item {
		width: -webkit-calc((100% - 20px) / 2);
		width: calc((100% - 20px) / 2);
		margin-top: 20px;
		margin-right: 20px;
	}

	.blog-list-item:nth-child(2n) {
		margin-right: 0;
	}

	.blog-list-title {
		margin: 10px 0;
	}

}


