@charset "UTF-8";
/* ------------------------------
固定ページ：サービス
------------------------------ */

/* --------------------------- サービス */
.page-service #header{
	background-image: url(../img/page-service_main_visual.png);
	background-size: cover;
	background-position: 50% 100%;
}
.page-service .copy{
	position: relative;
	padding-top:85px;
	padding-bottom:100px;
}

.page-service .copy .picture{
	width: 48.5%;
	float: right;
	text-align: center;
}
.page-service .copy .picture img{
	width: 100%;
	max-width: 424px;
	height: auto;
}
.page-service .copy .text{
	width: 48.5%;
	float: left;
}
.page-service .copy .text h3{
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 27px;
	font-size: 2.7rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	letter-spacing: 0.2em;
	line-height: 1.7;
}
.page-service .copy .text p{
	letter-spacing: 0.15em;
	line-height: 2;
}
/*私たちの提供サービス*/
.page-service #serviceLink{
	position: relative;
	margin-top: 0;
	margin-bottom: 0;
}
.page-service #serviceLink:before,
.page-service #serviceLink:after{
	content: " ";
	position: absolute;
	bottom: -17px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;

	width: 0;
	height: 0;
	border-style: solid;
	border-width: 17px 17px 0 17px;
	border-color: #0fae79 transparent transparent transparent;

}
.page-service #serviceLink:before{
	top: 0px;
	border-color: #fff transparent transparent transparent;
}

.page-service #serviceLink li a{
	padding-right: 60px;
	padding-left: 60px;
}
.page-service #serviceLink span{
	display: block;
}

.page-service #serviceLink span.en{
	margin-top: 10px;
	margin-bottom: 30px;
	font-size: 10px;
	font-size: 1.0rem;
	font-weight: bold;
	letter-spacing: 0.1em;
}
.page-service #serviceLink span.detailBtn{
	display: block;
	max-width: 270px;
	height: 60px;
	margin:0 auto;
	color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	border: solid 1px #fff;
	line-height: 60px;

	background-image: url(../img/arrow_white_right.png);

	background-repeat: no-repeat;
	background-size: 8px auto;
	background-position: 95% 50% ;
	transition: background-color 0.3s ease 0.1s;
	text-align: center;
}

/*ケーススタディ*/
.caseStudy {
	padding-top: 100px;
}
.caseStudy h3{
	position: relative;
	margin-bottom: 40px;
	font-size: 22px;
	font-size: 2.2rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	letter-spacing: 0.2em;
	text-align: center;
}
.caseStudy h3:before{
	position: absolute;
	bottom: -20px;
	left: 0;
	right: 0;
	margin: 0 auto;
	content: " ";
	border-bottom: solid 1px #000;
	width: 15px;
}
.caseStudy{
	padding-bottom: 50px;
}
.caseStudyTTL {
	width: 100%;
	margin:0px 0 0px 0;
	font-size: 0;
}
.caseStudyTTL li{
	width: 25%;
	padding:20px ;
	display: inline-block;
	font-size:16px;
	font-size:1.6rem;
	list-style: none;
	background-color: #fafafa;
	border-bottom: solid 2px #a9a9a9;
	text-align: center;
	font-weight: bold;
}
.caseStudyTTL li.current{
	background-color: transparent;
	border-bottom: solid 2px #0fae78;
}
.caseStudyTTL li a{
	color: #000;
}
.caseStudyTTL li a:hover{
	color: #0fae78;
}
.caseStudyList{
	margin-bottom: 35px;
	border-top: solid 1px #ececec;
}
.caseStudyList li{
	border-bottom: solid 1px #ececec;
	list-style: none;
	letter-spacing: 0.05em;
}
.caseStudyList li a{
	display: table;
	width: 100%;
	padding:30px 70px 30px 0;
	font-size: 0;
	color: #000;
	background-image: url(../img/arrow_gray_right.png);
	background-repeat: no-repeat;
	background-size: auto 16px ;
	background-position: 99% 50%;
	transition: background-color 0.3s ease 0.1s;
}
.caseStudyList li a:hover{
	background-color: #fafafa;

}
.caseStudyList h4{
	display: table-cell;
	width: 70%;
	font-size:14px;
	font-size:1.4rem;
	font-weight: normal;
	vertical-align: middle;
}
.caseStudyList span.subcat{
	display: table-cell;
	width: 15%;
}
.caseStudyList span.subcat i{
	display: inline-block;
	margin-left: 15px;
	padding:5px 10px;
	font-size:10px;
	font-size:1.0rem;
	font-style: normal;
	background-color: #fafafa;
	vertical-align: middle;
	white-space: nowrap;
}
.caseStudyList span.date{
	display: table-cell;
	width: 15%;
	padding-left:20px;
	padding-right:35px;
	font-size:12px;
	font-size:1.2rem;
	vertical-align: middle;
}
.caseStudy a.btn{
	max-width: 270px;
}

/*サービス詳細一覧*/
.serviceList{
	border-top: solid 1px #ececec;
}
.serviceList li{
	padding:45px 0;
	border-bottom: solid 1px #ececec;
}
.serviceList li .picture{
	float: left;
	width: 48.5%;
}
.serviceList li .text{
	float: right;
	width: 48.5%;
}


.serviceList li:nth-child(even) .picture{
	float: right;
}
.serviceList li:nth-child(even) .text{
	float: left;
}
.serviceList li .text h3{
	margin-top: 10px;
	margin-bottom: 25px;
}
.serviceList li .text h3 strong{
	font-size: 21px;
	font-size: 2.1rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	letter-spacing: 0.2em;
	line-height: 1.7;
}
.serviceList li .text h3 span{
	display: block;
	max-width: 270px;
	margin-bottom:30px;
	padding:10px ;
	background-color: #0fae78;
	font-size: 15px;
	font-size: 1.5rem;
	letter-spacing: 0.1em;
	color: #fff;
	text-align: center;
}
.serviceList li .text p{
	letter-spacing: 0.15em;
	line-height: 2;
}
.page #main .serviceList li .text a.btn{
	max-width: 270px;
	margin-left: 0;
}
/* ---------------------------------------------------------------------------- 

▼▼▼ ウィンドウサイズ1170px以下にのみ適用されるcss ▼▼▼

---------------------------------------------------------------------------- */
@media only screen and (max-width: 1170px) {


.caseStudyList h4{
	display: block;
	width: 100%;
	line-height: 1.6;
}
.caseStudyList li a{
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
}
.caseStudyList span.subcat{
	display: inline-block;
	margin-left: 0px;
	padding:5px 0px;
}
.caseStudyList span.subcat i{
	margin-left: 0px;
}
.caseStudyList span.date{
	display: block;
	width: 100%;
	margin:0.5em 0;

	padding-left:0px;
	padding-right:0px;
}

}



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

▼▼▼ ウィンドウサイズ768px以下にのみ適用されるcss ▼▼▼

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

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

/* --------------------------- サービス */
.page-service .copy {
	padding-top:30px;
	padding-bottom:30px;
}
.page-service .copy .picture{
	width: 100%;
	float: none;
	margin-bottom: 0px;
}
.page-service .copy .text{
	width: 100%;
	float: none;
	margin-bottom: 30px;
}
.page-service .copy .text h3{
	margin-top: 0px;
	margin-bottom: 15px;
	font-size: 26px;
	font-size: 2.6rem;
	letter-spacing: 0.1em;
}

/*ケーススタディ*/
.caseStudyTTL li{
	width: 50%;
	font-size:11px;
	font-size:1.1rem;
}




.serviceList li .picture{
	width: 100%;
	float: none;
	margin-bottom: 5px;
}
.serviceList li .text{
	width: 100%;
	float: none;
}
.serviceList li:nth-child(odd) .picture{
	float: none;
}
.serviceList li:nth-child(odd) .text{
	float: none;
}
.serviceList li .text h3{
	margin-bottom: 10px;
}
.serviceList li .text h3 span{
	max-width: 100%;
	margin-bottom:10px;
	padding:8px;
	font-size: 12px;
	font-size: 1.2rem;
}
.page #main .serviceList li .text a.btn{
	margin-left: auto;
	margin-right: auto;
}

}

