@charset "utf-8";

.service-detail{
	width: 100%;
    min-height: 600px;
    position: relative;
    overflow: hidden;
    border-bottom:1px solid #e5e5e5;
}

.service-detail-inner{
	letter-spacing: 0.025em;
	width: 88%;
    max-width: 1230px;
    margin: 0 auto;
    padding: 78px 0 30px;
}

.service-detail-tit{
	font-size: 3.4rem;
	font-weight: bold;
	line-height: 1.2;
	width: calc(50% - 30px);
}

.service-detail-tit .en{
	font-size: 1.2rem;
	line-height: 1;
	display: block;
	margin: 18px 0 30px 4px;
	letter-spacing: 0.025em;
}

.service-detail-inner .txt{
	font-size: 1.4rem;
	line-height: 2.3;
	width: 43%;
	margin-bottom: 30px;
}

.service-detail-inner dl{
	font-size: 1.3rem;
	width: 43%;
	position: relative;
}

.service-detail-inner dt{
	font-size: 1.6rem;
	font-weight: bold;
	display: inline-block;
	margin-left: 15px;
	padding:0 15px;
	position: absolute;
	top:-8px;
	left: 0;
	background: #fff;
}

.service-detail-inner dd ul{
	width: 100%;
	padding: 30px 20px 10px 30px;
	border:1px solid #e5e5e5;
	box-sizing: border-box;
}

.service-detail-inner dd ul li{
	margin-bottom: 14px;
	text-indent: calc(-1em - 2px);
	padding-left: calc(1em - 2px);
	line-height: 1.4;
}

.service-detail-inner dd ul li::before{
	content: '●';
	margin-right: 2px;
}


.service-detail .service-img{
	width: 50%;
	height: 100%;
	overflow: hidden;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
}

.service-detail .service-img ul li{
	height: 600px;
}

.service-detail .service-img img {
	width: auto;
    min-width: 100%;
    min-height: 100%;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.flex-control-nav {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 50px;
    z-index: 5;
}

.flex-control-nav li {
    display: inline-block;
    margin: 0 5px;
}

.flex-control-nav li a {
    width: 10px;
    height: 10px;
    display: block;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: #a1a1a1;
    border-radius: 50%;
}

.flex-control-nav li a.flex-active {
    background: #333;
}



@media screen and ( max-width: 800px ) {
	.service-detail{
		height: auto;
  		border-bottom:none;
	}

	.service-detail-inner{
		width: 90%;
		padding: 330px  0 10px;
	}

	.service-detail-tit{
		font-size: 2.2rem;
		text-align: center;
	}
	.service-detail-tit{
		width: 100%;
	}

	.service-detail-tit .en{
		font-size: 1.0rem;
		margin: 6px 0 24px 0;
	}

	.service-detail-tit .en{
		font-size: 1.0rem;
	}

	.service-detail-inner .txt{
		line-height: 1.8;
		width: 100%;
	}

	.service-detail-inner dl{
		width: 100%;
	}

	.service-detail-inner dt{
		text-align: center;
		min-width: 190px;
		font-size: 1.4rem;
		margin-left: 0;
		padding:0;
		top: -6px;
		left: 50%;
 		transform: translate(-50%, 0);
	}

	.service-detail .service-img{
		width: 100%;
		height: 300px;
		top: 0;
		left: 0;
		transform: translate(0, 0);
	}

	.service-detail-inner dd ul{
		padding: 20px 10px 10px 20px;
	}

	.service-detail .service-img ul li{
		height: 300px;
	}

	.service-detail .service-img img{
		width: auto;
		height: 300px;
	}

	.service-detail-inner dd ul li{
		margin-bottom: 10px;
	}

	.flex-control-nav {
	    bottom: 25px;
	}

	.flex-control-nav li {
	    margin: 0 5px;
	}

	.flex-control-nav li a {
	    width: 7px;
	    height: 7px;
	}

}



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

.works{
	width: 90%;
	margin: 0 auto;
	padding: 50px 0 20px;
}

.content-t {
    margin-bottom: 30px;
    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);
}

.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;
	margin-bottom: 30px;
}

.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;
	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-right: 40px;
	}

	.works-list-item:nth-child(4n) {
		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-right: 20px;
	}

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


}


@media screen and ( max-width: 800px ) {
	.contents-wrap {
	    padding:20px;
	}

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

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

	.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;
	}

	.works-list-type {
		font-size: 1.0rem;
	}

}



/*------------------------------------*/
.blog-wrap{
	padding: 50px 0;
	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;
	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 ( min-width: 601px ) 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: 0;
	}
	
	.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: 0;
	}

	.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;
	}

}



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

.article-wrap{
	padding: 50px 0 10px;
	background: #fff;
}

.article-wrap .blog-cat li{
	min-width: 110px;
	margin:0 15px 15px 0;
	padding: 0;
}

.article-wrap .blog-cat li a{
	display: block;
	padding: 8px 18px;
	border-radius: 5px;
}

@media screen and ( min-width: 801px ) {
	.article-wrap .blog-cat li a:hover{
		color: #fff;
		text-decoration: none;
		background: #555;
	}
}


@media screen and ( max-width: 800px ) {
	.article-wrap{
		padding: 0;
	}

	.article-wrap .blog-cat li{
		min-width: 78px;
	}
}




