@charset "UTF-8";
/*――――――――――――――――――
mv
―――――――――――――――――――*/
#advertising #under_mv {
	background-image: url(../img/advertising/under_mv.jpg);
}
#advertising #under_mv .ttl br {
	display: none;
}
@media only screen and (max-width: 767px) {
	#advertising #under_mv .ttl br {
		display: block;
	}
}

/*――――――――――――――――――
section02
―――――――――――――――――――*/
#advertising #section02 {
	background: #f3f5f7 url(../img/common/wave.svg) repeat-x center top;
	padding: 70px 0 80px;
}
#advertising #section02 h2 {
	color: #76a0f4;
	font-weight: bold;
	font-size: 39px;
	text-align: center;
	margin-bottom: 45px;
}
#advertising #section02 .flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 28px 0;
}
#advertising #section02 .flex > div {
	background: #fff;
	width: 48.5%;
	padding: 0 16px;
}
#advertising #section02 .flex .w_ttl {
	display: flex;
	align-items: flex-end;
	gap: 0 24px;
	padding: 20px 0 14px;
	border-bottom: solid 1px #ccc;
}
#advertising #section02 .flex .w_ttl .point {
	line-height: 1.2;
}
#advertising #section02 .flex .w_ttl .point img{
	max-width: 130px;
}
#advertising #section02 .flex .w_ttl h3 {
	font-weight: bold;
	font-size: 25px;
	line-height: 1.4;
}
#advertising #section02 .flex .text {
	padding: 18px 8px 25px;
}
#advertising #section02 .flex .text p {
	font-size: 17px;
}
@media only screen and (max-width: 1023px) {
	#advertising #section02 .flex > div {
		width: 100%;
	}
	#advertising #section02 .flex .w_ttl h3 {
		font-size: 22px;
	}
	#advertising #section02 h2,
	#advertising #section03 h2 {
		font-size: 30px;
		margin-bottom: 30px;
	}
}
@media only screen and (max-width: 767px) {
	#advertising #section02 {
		padding: 60px 0 50px;
	}
	#advertising #section02 .flex .w_ttl img {
		max-width: 80px;
	}
	#advertising #section02 .flex .w_ttl .point img{
		max-width: 100px;
	}
	#advertising #section02 .flex .w_ttl h3 {
		font-size: 18px;
	}
	#advertising #section02 .flex .w_ttl h3 br{
		display: none;
	}
	#advertising #section02 .flex .text p {
		font-size: 15px;
		line-height: 1.8;
	}
	#advertising #section02 h2,
	#advertising #section03 h2 {
		font-size: 22px;
		margin-bottom: 20px;
	}
}

/*――――――――――――――――――
section03
―――――――――――――――――――*/
#advertising #section03 {
	padding: 80px 0 70px;
}
#advertising #section03 h2 {
	color: #76a0f4;
	font-weight: bold;
	font-size: 39px;
	text-align: center;
	margin-bottom: 20px;
	line-height: 1.4;
}
#advertising #section03 .box {
	background: #e5edfd;
	padding: 40px 0;
}
#advertising #section03 .box ul {
	font-size: 22px;
	max-width: fit-content;
	margin-left: auto;
	margin-right: auto;
}
#advertising #section03 .box ul li {
	position: relative;
	padding-left: 48px;
}
#advertising #section03 .box ul li:before {
	position: absolute;
	left: 0;
	top: 8px;
	content: '';
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url(../img/advertising/check.svg) no-repeat center/cover;
}
@media only screen and (max-width: 1023px) {
	#advertising #section03 .box ul {
		font-size: 19px;
	}
	#advertising #section03 .box ul li {
		padding-left: 38px;
	}
	#advertising #section03 .box ul li:before {
		width: 24px;
		height: 24px;
	}
}

@media only screen and (max-width: 767px) {
	#advertising #section03 {
		padding: 50px 0;
	}
	#advertising #section03 .box {
		padding-left: 15px;
		padding-right: 15px;
	}
	#advertising #section03 .box ul {
		font-size: 16px;
		line-height: 1.6;
		letter-spacing: 0.05em;
	}
	#advertising #section03 .box ul li {
		margin-bottom: 10px;
		padding-left: 30px;
	}
	#advertising #section03 .box ul li:last-child {
		margin-bottom: 0;
	}
	#advertising #section03 .box ul li:before {
		top: 3px;
		width: 20px;
		height: 20px;
	}
}

/*――――――――――――――――――
section04
―――――――――――――――――――*/
#advertising #section04 {
	padding-bottom: 70px;
}
#advertising #section04 h2 {
	font-size: 37px;
	font-weight: bold;
	position: relative;
	margin-bottom: 20px;
}
#advertising #section04 h2:after {
	position: absolute;
	right: 0;
	top: 50%;
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: #181818;
}
#advertising #section04 h2 span {
	position: relative;
	z-index: 1;
	display: inline-block;
	background: #fff;
	padding-right: 20px;
}
#advertising #section04 .works {
	display: flex;
	gap:2%;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
}
#advertising #section04 .works .w_left {
	width: 64%;
}
#advertising #section04 .works .w_right {
	width: 34%;
}
#advertising #section04 .works .w_ttl {
	line-height: 1.1;
	background: url(../img/common/line.svg) no-repeat left center;
	min-height: 80px;
	padding: 10px 0 0 22px;
	margin-bottom: 10px;
}
#advertising #section04 .works .w_ttl h3 {
	font-weight: bold;
	font-size: 23px;
	color: #76a0f4;
	margin-bottom: 10px;
}
#advertising #section04 .works .w_ttl p {
	font-size: 17px;
	color: #4d4d4d;
}
#advertising #section04 .works .w_text p {
	font-size: 16px;
}

@media only screen and (max-width: 1023px) {
	#advertising #section04 h2 {
		font-size: 30px;
	}
}
@media only screen and (max-width: 767px) {
	#advertising #section04 h2 {
		font-size: 20px;
	}
	#advertising #section04 h2 span {
		padding-right: 10px;
	}
	#advertising #section04 .works .w_left {
		width: 100%;
		order: 2;
	}
	#advertising #section04 .works .w_right {
		width: 100%;
		text-align: center;
		margin:20px auto;
		order: 1;
	}
	#advertising #section04 .works .w_right img{
		width: 90%;
	}
	#advertising #section04 .works.works01 {
		margin-bottom: 45px;
	}
	#advertising #section04 .works .w_ttl {
		min-height: 70px;
	}
	#advertising #section04 .works .w_ttl h3 {
		font-size: 20px;
	}
	#advertising #section04 .works .w_ttl p {
		font-size: 16px;
	}
	#advertising #section04 .works .w_text p {
		font-size: 15px;
		margin-bottom: 15px;
	}
}
