@charset "UTF-8";
/*
*******************************************************************************************************
# Service - compiled from service/style.scss
*******************************************************************************************************
*/
/* ------------------------------------
	* Override: module
* ------------------------------------ */
.mod-ft_nav_contact {
	margin: 90px 0 40px 0;
}

@media screen and (max-width: 736px) {
	.mod-ft_nav_contact {
		margin: 50px 0 20px 0;
	}
}
/* ------------------------------------
	* 共通設定
* ------------------------------------ */
.wrp-contents .inner_contents {
	margin-bottom: 60px;
}

@media screen and (max-width: 736px) {
	.wrp-contents .inner_contents {
		margin-bottom: 20px;
	}
	.wrp-contents iframe{
		width: 100% !important;
		height: 57vw !important;
	}
}
/* ------------------------------------
	* 共通設定
* ------------------------------------ */
.box_contents {
	margin-top: 90px;
	display: none;
}
.box_contents:first-of-type {
	margin-top: 0;
}

@media screen and (max-width: 736px) {
	.box_contents {
		margin-top: 40px;
	}
}
/* filter
----------------------------------- */
.wrp-work_top .filter {
	font-size: 16px;
	margin: 72px 0 35px 0;
}
.wrp-work_top .filter:before,
.wrp-work_top .filter:after {
	content: "";
	display: table;
}
.wrp-work_top .filter:after {
	clear: both;
}
.wrp-work_top .filter li {
	float: left;
	margin-right: 10px;
	padding-right: 10px;
	font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
	letter-spacing: 0.09em;
	font-weight: bold;
}
.wrp-work_top .filter li a {
	color: #000;
	text-decoration: none;
}
.wrp-work_top .filter li a:hover {
	text-decoration: underline;
}
.wrp-work_top .filter li a .icon {
	display: none;
	right: 10px;
}
.wrp-work_top .filter li.current a {
	color: #9dc43a;
	font-weight: bold;
	text-decoration: underline;
}

@media screen and (max-width: 736px) {
	.wrp-work_top .filter {
		margin: 10px -3.125% 50px -3.125%;
		border-bottom: 1px solid #c2d968;
	}
	.wrp-work_top .filter li {
		margin: 0;
		padding: 0;
		width: 50%;
		border-top: 1px solid #c2d968;
		border-left: 1px solid #c2d968;
		box-sizing: border-box;
	}
	.wrp-work_top .filter li:nth-child(odd) {
		border-left: none;
	}
	.wrp-work_top .filter li a {
		display: block;
		padding: 5px 35px 5px 12px;
		position: relative;
	}
	.wrp-work_top .filter li a:hover {
		text-decoration: none;
	}
	.wrp-work_top .filter li a .icon {
		display: block;
	}
	.wrp-work_top .filter li.current a {
		text-decoration: underline;
	}
}

/* ttl_service
----------------------------------- */
.ttl_service {
	color: #000;
	border-bottom: #c9caca 1px dotted;
	padding-bottom: 8px;
	width: 1120px;
	margin-bottom: 27px;
	font-family: "UD新ゴ M JIS2004";
	font-size: 18px;
}

@media screen and (max-width: 736px) {
	.ttl_service {
		color: #111;
		border-bottom: none;
		padding-bottom: 0;
		width: auto;
		margin: 10px auto;
		font-size: 16px;
		line-height: 1.3;
		transform: rotate(.03deg);
	}
}

/* ------------------------------------
	* サービス詳細
* ------------------------------------ */
.box_contents .service_detail:before,
.box_contents .service_detail:after {
	content: "";
	display: table;
}

.box_contents .service_detail:after {
	clear: both;
}

.box_contents .service_detail .pic {
	width: 350px;
	float: left;
}
.box_contents .service_detail .pic img {
	width: 100%;
}

.box_contents .service_detail .lead {
	color: #9dc43a;
	font-family: "UD新ゴ M JIS2004";
	margin-bottom: 25px;
	font-size: 18px;
	line-height: 1.5;
}

.box_contents .service_detail .inner {
	padding-left: 390px;
}

.box_contents .service_detail .box_txt {
	font-size: 16px;
	line-height: 1.7;
}

@media screen and (max-width: 736px) {
	.box_contents .service_detail .pic {
		width: auto;
		float: none;
		margin-right: 0;
		text-align: center;
	}
	.box_contents .service_detail .lead {
		color: #111;
		margin: 15px 0 8px 0;
		font-size: 20px;
		transform: rotate(.03deg);
	}
	.box_contents .service_detail .inner {
		padding-left: 0;
	}
	.box_contents .service_detail .box_txt {
		font-size: 13px;
	}
}

/* ------------------------------------
	* 事例
* ------------------------------------ */
.box_contents .service_cases {
	margin-top: 45px;
}
.box_contents .service_cases:before,
.box_contents .service_cases:after {
	content: "";
	display: table;
}
.box_contents .service_cases:after {
	clear: both;
}
.box_contents .service_cases .box_cases {
	width: 200px;
	float: left;
	margin-left: 30px;
}
.box_contents .service_cases .box_cases:nth-child(5n+1) {
	margin-left: 0;
}
.box_contents .service_cases .box_cases:nth-child(n+6) {
	margin-top: 45px;
}
.box_contents .service_cases .box_cases .title {
	color: #000;
	font-family: "UD新ゴ M JIS2004";
	font-size: 16px;
	margin-top: 18px;
	line-height: 1.3;
}
.box_contents .service_cases .box_cases .txt {
	font-size: 13px;
	margin-top: 10px;
	line-height: 1.7;
}

@media screen and (max-width: 736px) {
	.box_contents .service_cases {
		margin-top: 40px;
	}
	.box_contents .service_cases .box_cases {
		width: auto;
		float: none;
		margin-left: 0;
		margin-top: 30px;
	}
	.box_contents .service_cases .box_cases:before,
	.box_contents .service_cases .box_cases:after {
		content: "";
		display: table;
	}
	.box_contents .service_cases .box_cases:after {
		clear: both;
	}
	.box_contents .service_cases .box_cases:first-child {
		margin-top: 0;
	}
	.box_contents .service_cases .box_cases img {
		width: 35.9375%;
		float: left;
	}
	.box_contents .service_cases .box_cases .title,
	.box_contents .service_cases .box_cases .txt {
		padding-left: 39.0625%;
		transform: rotate(.03deg);
	}
	.box_contents .service_cases .box_cases .title {
		color: #555;
		font-size: 15px;
		font-weight: bold;
		margin-top: 0;
	}
	.box_contents .service_cases .box_cases .txt {
		margin-top: 5px;
	}
}

.service-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.service-list .category{
	height: 35px;
	margin-top: 30px;
}
.service-list .category span{
	margin-right: 10px;
	font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
	letter-spacing: 0.09em;
	font-weight: bold;
	font-size: 18px;
	border: 1px solid;
	border-radius: 2px;
	text-align: center;
	padding: 5px;
}
.service-list .ico-web{
	color: #a1c2e3;
	border-color: #a1c2e3;
}
.service-list .ico-web{
	color: #a1c2e3;
	border-color: #a1c2e3;
}
.service-list .ico-web{
	color: #a1c2e3;
	border-color: #a1c2e3;
}
.service-list .ico-graphic{
	color: #8ec486;
	border-color: #8ec486;
}
.service-list .ico-movie{
	color: #8ec486;
	border-color: #8ec486;
}
.service-list .ico-event{
	color: #FF9800;
	border-color: #FF9800;
}
.service-list .title{
	font-size: 22px;
	font-weight: bold;
	font-family: "UD新ゴ M JIS2004";
	line-height: 30px;
	padding: 22px 0;
}
.service-list li{
  width: 355px;
 	margin-bottom: 30px;
}
.service-list .description{
	font-size: 13px;
	font-weight: bold;
	font-family: "UD新ゴ M JIS2004";
	line-height: 24px;
}
.service-list .more{
	display: flex;
	justify-content: space-between;
}
.service-list .more a{
	font-size: 13px;
	font-weight: bold;
	font-family: "UD新ゴ M JIS2004";
	border: 1px solid #9ec43b;;
	line-height: 44px;
	width: 47%;
	text-align: center;
	border-radius: 3px;
	box-shadow: 1px 3px 0px 0px rgba(158, 196, 59, 0.3);
	transition-duration: 0.3s;
}
.service-list .more a:hover{
	transition-duration: 0.3s;
	box-shadow: 0px 0px 0px 0px;
}
.service-list .more .inquiry{
	background: #9ec43b;
	color: #fff;
}
.service-list .more .detail{
	background: #fff;
	color: #9ec43b;
	font-weight: bold;
	font-family: "UD新ゴ M JIS2004";
	text-shadow: 0px 0px 1px #9ec43b;
}

@media screen and (max-width: 736px) {
	.service-list li{
		width: 47%;
	}
	.service-list .more a{
    font-size: 10px;
	}
}

@media screen and (max-width: 569px) {
	.service-list li{
		width: 355px;
    margin: 0px auto 25px;
	}
	.service-list .more{
    flex-direction: column;
	}
	.service-list .more a{
		width: 100%;
    margin-bottom: 10px;
    font-size: 14px;
	}
}
