@charset "utf-8";

/*============================
service
============================*/

.pc_onlyText {
	display: inline;
}
.sp_onlyText {
	display: none;
}

img{
	max-width: 100%;
}

.mv {
	display: flex;
	align-items: center;
	height: 260px;
	background: url(/business/ad/service/images/mv.jpg) center no-repeat;
}
.mv .mv_ttl {
	font-size: 40px;
	color: #323232;
	text-align: center;
}

.l-section {
	padding: 80px 0;
}
.l-section.l-section__produced {
	background: #fafafa url(/business/ad/service/images/bg_sec01.png) right top no-repeat;
}
.l-section.l-section__contact-us {
	background: #4d4d4d url(/business/ad/service/images/bg_contact.png) right top no-repeat;
}

.c-section_ttl {
	padding-left: 20px;
	margin-bottom: 50px;
	border-left: 4px solid #e83416;
	font-size: 30px;
	color: #000;
	font-weight: bold;
}

.c-section_ttl.c-section_ttl__white {
	color: #fff;
}

.c-info_ttl {
	margin-bottom: 10px;
	color: #000;
	font-weight: bold;
}

.c-section_txt {
	color: #333;
}

.c-section_txt.c-section_txt__white {
 	color: #fff;
}

.c-section_list {
	padding-left: 18px;
	position: relative;
}
.c-section_list li {
	position: relative;
	/* padding-left: 15px; */
}

.c-section_list li::before {
	content: "";
	background: url(/business/ad/service/images/ico_bullet.png) center center no-repeat;
	left: -12px;
	top: 0.5em;
	position: absolute;
	vertical-align: top;
	width: 5px;
	height: 5px;
	color: #e83416;
}


/* event */

.l-section .l-event-block:last-child {
	margin-bottom: 0;
}

.l-section .l-event-block .l-event-row:nth-child(2) .l-event-row-child {
	padding-right: 30px;
}

.l-event-block {
	padding: 30px;
	margin-bottom: 20px;
	background: #fff;
}
.l-event-row {
	display: flex;
	flex-wrap: wrap;
}
.l-event-row .l-event-row-child {
	width: 50%;
}
.l-event-block .l-event-desc {
	padding-left: 30px;
}
.l-event-block .c-event_ttl {
	font-size: 20px;
	color: #e83416;
	font-weight: bold;
}
.l-event-block .c-event-sub_ttl {
	margin-top: 5px;
	font-weight: bold;
	color: #333;
}
.l-event-block .c-event_txt {
	margin-top: 16px;
	color: #333;
}
.l-event-block .c-event-details {
	margin-bottom: 18px;
	font-size: 14px;
	color: #333;
}
.l-event-block .c-event-details .c-event-details_ttl {
	font-weight: bold;
}
.l-event-block .c-caption_txt {
	font-size: 14px;
}

.l-event-block .c-event_vid a{
	display: block;
	position: relative;
}

.l-event-block .c-event_vid a:after {
	content: "";
	position: absolute;
	background: url(/business/ad/service/images/ico_play.png) no-repeat;
	width: 140px;
	height: 140px;
	background-size: contain;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

/* service */

.l-service-block {
	padding: 35px 0;
	background: #fff;
	border-radius: 8px;
	-webkit-box-shadow: 0px 5px 14px 0px rgba(0,0,0,0.1),0px 1px 2px 0px rgba(0, 0, 0, 0.06);
	-moz-box-shadow: 0px 5px 14px 0px rgba(0,0,0,0.1),0px 1px 2px 0px rgba(0, 0, 0, 0.06);
	box-shadow: 0px 5px 14px 0px rgba(0,0,0,0.1),0px 1px 2px 0px rgba(0, 0, 0, 0.06);	
}
.l-service-block .l-service-inner {
	max-width: 898px;
	margin: 0 0 0 auto;
	padding: 0 15px;
}
.main_link {
	margin-bottom: 20px;
}
.main_link a {
	position: relative;
	color: #444;
	font-weight: bold;
	padding-left: 26px;
	font-size: 20px;
}
.main_link a:before {
	content: "";
	position: absolute;
	left: 0;
	top: 3px;
	background: url(/business/ad/service/images/ico_arrow.png) left top no-repeat;
	width: 20px;
	height: 20px;
}
.main_link a:hover {
	color: #e83416;
}

.page_list {
	display: flex;
	flex-wrap: wrap;
}
.page_list li {
	width: 33.33%;
	margin-bottom: 16px;
}
.page_list li a {
	display: inline-block;
	vertical-align: top;
	background: url(/business/ad/service/images/ico_dash.png) left 2px top 10px no-repeat;
	padding-left: 26px;
	font-weight: bold;
	color: #444;
}
.page_list li a:hover {
	color: #e83416;
}


/* inquiry fix button */

.inquiry_btn  {
	position: fixed;
	right: 5%;
	transform: translateX(14%);
	bottom: 200px;
	z-index: 1000;
	transition: 0.08s;
}
.inquiry_btn .close_btn {
	position: absolute;
	width: 12px;
	top: 7px;
	right: 9px;
}
.inquiry_btn .close_btn img {
	vertical-align: top;
}
.inquiry_btn a:not(.close_btn) {
	-webkit-box-shadow: 0px 5px 14px 0px rgba(0,0,0,0.1),0px 1px 2px 0px rgba(0, 0, 0, 0.06);
	-moz-box-shadow: 0px 5px 14px 0px rgba(0,0,0,0.1),0px 1px 2px 0px rgba(0, 0, 0, 0.06);
	box-shadow: 0px 5px 14px 0px rgba(0,0,0,0.1),0px 1px 2px 0px rgba(0, 0, 0, 0.06);
}
.inquiry_btn a:not(.close_btn) img {
	vertical-align: top;
}
.inquiry_btn a:not(.close_btn):hover {
	opacity: 0.8;
}

/* c-btn */

.c-btn a {
	display: inline-block;
	padding: 11px 20px;
	border-radius: 23px;
	text-decoration: none;
	color: #fff;
	-webkit-box-shadow: 0px 5px 14px 0px rgba(196, 95, 95, 0.1),0px 1px 2px 0px rgba(0, 0, 0, 0.06);
	-moz-box-shadow: 0px 5px 14px 0px rgba(0,0,0,0.1),0px 1px 2px 0px rgba(0, 0, 0, 0.06);
	box-shadow: 0px 5px 14px 0px rgba(0,0,0,0.1),0px 1px 2px 0px rgba(0, 0, 0, 0.06);
}
.c-btn a:hover {
	opacity: 0.8;
}
.c-btn.c-btn__primary a {
	background: linear-gradient(95deg, rgba(237,54,22,1) 0%, rgba(242,104,0,1) 100%);
}
.c-btn.c-btn__contact {
	display: block;
	max-width: 400px;
	margin: 0 auto;
}
.c-btn.c-btn__contact a {
	display: block;
	padding: 18px 20px;
	border-radius: 30px;
	background: linear-gradient(95deg, rgba(237,54,22,1) 0%, rgba(242,104,0,1) 100%);
}

footer {
	margin: 0 auto;
}
@media screen and (max-width: 999px) {
	.mv .inner {
		margin: 0 auto;
	}
}

@media screen and (max-width: 750px){
	.pc_onlyText {
		display: none;
	}
	.sp_onlyText {
		display: inline;
	}
	.inquiry_btn  {
		width: 93px;
		right: 10px;
		transform: none;
	}
	.inquiry_btn a:not(.close_btn):hover {
		opacity: 1;
	}

	.mv {
		background: url(/business/ad/service/images/mv_sp.jpg) top center no-repeat;
		background-size: 100%;
		height: 50.80vw;
	}
  .mv .mv_ttl {
		font-size: 8vw;
	}
	
	/* l-section */
	.l-section {
		padding: 50px 0;
		background-size: 60%;
		background-position: right top 45px;
	}
	.l-section.l-section__contact-us {
		padding: 70px 0;
		margin-top: 20px;
		background-position: right top 45px;
		background-size: 80%;
	}
	.l-section.l-section.l-section__produced {
		background-position: right top 42px;
		background-size: 80%;
	}

	.c-section_ttl {
		margin-bottom: 40px;
		font-size: 25px;
	}
	.c-info_ttl,
	.c-section_list,
	.c-section_txt,
	.l-event-block .c-event-sub_ttl,
	.l-event-block .c-event_txt,
	.l-event-block .c-event-details{
		font-size: 13px;
	}
	.l-event-block .c-event_ttl {
		font-size: 15px;
	}
	.l-event-block .c-event-details_ttl {
		margin-bottom: 15px;
	}

	.l-section .l-event-block .l-event-row:nth-child(2) .l-event-row-child {
		padding-right: 0;
	}
	.l-event-row .l-event-row-child {
		width: 100%;
	}
	.l-event-block .l-event-desc {
		padding-left: 0;
	}
	.page_list li {
		width: 50%;
	}
	.page_list li a {
		font-size: 13px;
	}
	
	.c-fig_img {
		margin: 20px 0;
	}
	.c-fig_img img{
		width: 100%;
	}
	.l-event-block .c-event_txt {
		margin-top: 0;
	}
	.l-event-block .c-caption_txt {
		font-size: 13px;
	}
	.l-event-block .c-event_vid a:after {
		width: 100px;
		height: 100px;
	}
}