@charset "UTF-8";
/*――――――――――――――――――
section02
―――――――――――――――――――*/
#marketing_support #section02 {
	position: relative;
	z-index: 2;
	background: #f3f5f7;
	padding-bottom: 50px;
}
#marketing_support #section02 .w1000 {
	position: relative;
	z-index: 1;
}
#marketing_support #section02:before {
	position: absolute;
	top: -11.5vw;
	content: '';
	display: block;
	width: 100%;
	height: 12vw;
	background: url(../img/marketing_support/bg01.svg) no-repeat left top/100% auto;
}
#marketing_support #section02:after {
	position: absolute;
	bottom: 0;
	content: '';
	display: block;
	width: 100%;
	height: 9.5vw;
	background: url(../img/marketing_support/bg02.svg) no-repeat left top/100% auto;
}
#marketing_support #section02 h2 {
	text-align: right;
	font-family: var(--en);
	font-weight: 500;
	font-size: 48px;
	color: var(--mc);
	margin-bottom: 30px;
}
#marketing_support #section02 .flex {
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: space-between;
}
#marketing_support #section02 .flex > div {
	width: 33%;
	background-color: #FFF;
}
#marketing_support #section02 .flex > div > div{
	padding: 0px 15px 25px;
}
#marketing_support #section02 .flex a.flex_imglink {
	display: block;
	overflow: hidden;
	line-height: 0;
    margin-bottom: 10px;
}
#marketing_support #section02 .flex a.flex_imglink img {
	transition: .4s ease;
	width: 100%
}
#marketing_support #section02 .flex a.flex_imglink:hover img {
	transform: scale(1.1);
	opacity: 0.7;
}
#marketing_support #section02 .flex > div:nth-child(2) h3 {
	letter-spacing: -0.05em;
	white-space: nowrap;
}
#marketing_support #section02 .flex h3 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.75;
	letter-spacing: 0.28em;
	margin-bottom: 12px;
}
#marketing_support #section02 .flex p {
	font-size: 14px;
	margin-bottom: 25px;
}

@media only screen and (max-width: 1200px) {
	#marketing_support #section02 .flex h3 {
		font-size: 18px;
	}
}
@media only screen and (max-width: 1023px) {
	#marketing_support #section02 h2 {
		font-size: 4.2vw;
	}
	#marketing_support #section02 .flex > div:nth-child(2) h3 {
		white-space: normal;
	}
	#marketing_support #section02 .flex > div:nth-child(2) h3 br {
		display: none;
	}
	#marketing_support #section02 .flex > div h3 {
		letter-spacing: 0;
		font-size: 16px;
	}
}
@media only screen and (max-width: 767px) {
	#marketing_support #section02 {
		padding-top: 30px;
	}
	#marketing_support #section02 h2 {
		font-size: 22px;
	}
	#marketing_support #section02 .flex {
		flex-wrap: wrap;
		gap: 15px 0;
	}
	#marketing_support #section02 .flex > div {
		width: 100%;
	}
	#marketing_support #section02 .flex > div h3 {
		font-size: 20px;
	}
}

/*――――――――――――――――――
section03
―――――――――――――――――――*/
#marketing_support #section03 {
	position: relative;
	background: #dbe3e7;
	padding-bottom: 70px;
}
#marketing_support #section03 h2 {
	line-height: 1.2;
	text-align: right;
	font-family: var(--en);
	font-weight: 500;
	font-size: 48px;
	color: var(--mc);
	margin-bottom: 30px;
}
#marketing_support #section03 .flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 5px 0;
}
#marketing_support #section03 .flex > div {
	position: relative;
	width: 49.5%;
	background: #fff;
	padding: 10px 15px 15px 195px;
}
#marketing_support #section03 .flex > div:nth-child(1):before {
	background: url(../img/marketing_support/service01.jpg) no-repeat center/cover;
}
#marketing_support #section03 .flex > div:nth-child(2):before {
	background: url(../img/marketing_support/service02.jpg) no-repeat center/cover;
}
#marketing_support #section03 .flex > div:nth-child(3):before {
	background: url(../img/marketing_support/service03.jpg) no-repeat center/cover;
}
#marketing_support #section03 .flex > div:nth-child(4):before {
	background: url(../img/marketing_support/service04.jpg) no-repeat center/cover;
}
#marketing_support #section03 .flex > div:nth-child(5):before {
	background: url(../img/marketing_support/service05.jpg) no-repeat center/cover;
}
#marketing_support #section03 .flex > div:nth-child(6):before {
	background: url(../img/marketing_support/service06.jpg) no-repeat center/cover;
}
#marketing_support #section03 .flex > div:before {
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	display: block;
	width: 175px;
	height: 100%;
}
#marketing_support #section03 .flex h3 {
	font-weight: bold;
	font-size: 20px;
	line-height: 1.6;
	padding: 20px 0 15px;
}
#marketing_support #section03 .flex .two_line {
	padding: 10px 0 5px;
}
#marketing_support #section03 .flex p {
	font-size: 14px;
}

@media only screen and (max-width: 1023px) {
	#marketing_support #section03 h2 {
		font-size: 4.2vw;
	}
	#marketing_support #section03 .flex > div {
		min-height: 150px;
		width: 100%;
		padding-left: 150px;
		padding-bottom: 20px;
	}
	#marketing_support #section03 .flex > div:before {
		width: 130px;
	}
}
@media only screen and (max-width: 767px) {
	#marketing_support #section03 {
		padding-top: 30px;
	}
	#marketing_support #section03 h2 {
		font-size: 22px;
	}
	#marketing_support #section03 .flex > div {
		padding: 20px;
	}
	#marketing_support #section03 .flex > div:nth-child(1) h3:before {
		background: url(../img/marketing_support/service01.jpg) no-repeat center/cover;
	}
	#marketing_support #section03 .flex > div:nth-child(2) h3:before {
		background: url(../img/marketing_support/service02.jpg) no-repeat center/cover;
	}
	#marketing_support #section03 .flex > div:nth-child(3) h3:before {
		background: url(../img/marketing_support/service03.jpg) no-repeat center/cover;
	}
	#marketing_support #section03 .flex > div:nth-child(4) h3:before {
		background: url(../img/marketing_support/service04.jpg) no-repeat center/cover;
	}
	#marketing_support #section03 .flex > div:nth-child(5) h3:before {
		background: url(../img/marketing_support/service05.jpg) no-repeat center/cover;
	}
	#marketing_support #section03 .flex > div:nth-child(6) h3:before {
		background: url(../img/marketing_support/service06.jpg) no-repeat center/cover;
	}
	#marketing_support #section03 .flex > div h3,
	#marketing_support #section03 .flex > div .two_line {
		padding: 0;
		margin-bottom: 15px;
	}
	#marketing_support #section03 .flex > div h3 {
		font-size: 18px;
		letter-spacing: 0.05em;
		display: flex;
		align-items: center;
		line-height: 1.4;
		gap: 0 10px;
	}
	#marketing_support #section03 .flex > div h3:before {
		content: '';
		display: block;
		width: 50px;
		height: 50px;
	}
	#marketing_support #section03 .flex > div:before {
		content: none;
	}
}
