@charset "utf-8";

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
サービス
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
footer {
	background: var(--color_sub_light);
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
- メディア運営事業
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.service-media-li {
	padding: 40px 8%;
	border: 1px solid var(--color_main);
	border-radius: 40px;
	background: #fff;
	counter-increment: number;
}

.service-media-li:not(:last-child) {
	margin-bottom: var(--padding-block_half);
}

.service-media-content {
	display: grid;
	gap: 40px 8%;
	justify-items: center;
}

.service-media-content .heading {
	display: flex;
	width: fit-content;
	margin-bottom: 0.8em;
	padding-bottom: 0.2em;
	border-bottom: 2px dotted var(--color_main);
	font-size: 28px;
	column-gap: 0.6em;
	align-items: center;
}

.service-media-content .number {
	color: var(--color_main);
	font-weight: 700;
	font-size: 10px;
	font-family: var(--font_english);
	text-align: center;
}

.service-media-content .number::before {
	display: block;
	font-size: 25px;
	line-height: 1;
	content: counter(number, decimal-leading-zero)
}

.service-media-detail-dl {
	display: flex;
	margin-top: 50px;
	padding: 30px var(--padding-inline);
	border-radius: 10px;
	background: var(--color_main_light);
	row-gap: 1em;
	flex-flow: wrap;
	justify-content: space-between;
}

.service-media-detail-dt {
	width: 100%;
	margin-bottom: 0.5em;
	font-weight: 700;
	font-size: 22px;
	text-align: center;
}

.service-media-detail-dd {
	width: 100%;
	padding: 20px;
	border-radius: 10px;
	background: #fff;
}

.service-media-detail-dd .heading {
	margin-bottom: 0.7em;
	padding-bottom: 0.7em;
	border-bottom: 1px solid;
	text-align: center;
}

.service-media-detail-dd .description {
	font-size: 15px;
}

@media (min-width: 768px) {
.service-media-li {
	padding-block: 80px;
}

.service-media-content {
	grid-template-columns: 54% auto;
	justify-content: space-between;
	align-items: center;
}

.service-media-detail-dd {
	width: 48%;
}
}

@media (min-width: 1024px) {
.service-media-detail-dd {
	width: 24%;
}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
- 広告配信・広告運用事業
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.service-advertising-dl {
	display: flex;
	margin-top: 50px;
	row-gap: 24px;
	flex-flow: wrap;
	justify-content: space-between;
}

.service-advertising-dt {
	width: 100%;
	font-weight: 700;
	font-size: 28px;
}

.service-advertising-dd {
	display: flex;
	width: 100%;
	padding: 20px;
	border: 3px solid;
	border-radius: 15px;
	background: #fff;
	flex-flow: column;
	align-items: center;
}

.service-advertising-dd .img {
	height: 120px;
}

.service-advertising-dd .heading {
	margin-block: 1.2em;
	font-size: 20px;
	text-align: center;
}

@media (min-width: 768px) {
.service-advertising-dd {
	width: 32%;
}

.service-advertising-dd .img {
	height: 164px;
}
}
