@charset "utf-8";

/*----------------------------
	DIGITAL MARKETING
------------------------------*/
.marketing {
	margin-top: 3rem;
}
.marketing h1 {
	text-align: center;
}
.marketing h1 .small {
	display: inline-block;
	font-size: 1.9rem;
	font-family: 'Helvetica','Arial';
}
.marketing h1 .ttl{
	margin-top: 1rem;
	display: inline-block;
	font-size: 4.3rem;
	font-family: 'Helvetica','Arial';
	font-weight: bold;
}
.marketing h1 .jp {
	margin-top: 0.5rem;
	display: inline-block;
	font-size: 1.6rem;
	font-weight: 500;
}
.marketing .category {
	margin: 3rem auto 0;
	width: 64rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.marketing .category li {
	font-size: 1.4rem;
	font-family: 'Helvetica','Arial';
	line-height: 2.4rem;
	color: #9e9e9e;
	padding: 0 1.5rem 0 3rem;
	position: relative;
}
.marketing .category li::before {
	content: '／';
	position: absolute;
	top: 0;
	left: 0;
}
.marketing .category li:first-child::before {
	content: none;
}
.marketing .category li:nth-child(6)::before {
	content: none;
}
.marketing .category li a {
	display: block;
	position: relative;
}
.marketing .category li a::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background:#231815;
	transition: all .3s;
	transform: scale(0, 1);
	transform-origin: left top;
}
.marketing .category li a:hover::after {
    transform: scale(1, 1);
}
.marketing .leadBox {
	margin-top: 8rem;
}
.marketing h3 {
	font-size: 3rem;
	font-weight: bold;
	text-align: center;
	line-height: 5.25rem;
}
.marketing .leadBox .leadTxt {
	margin: 4rem auto 0;
	width: 83rem;
	font-size: 2rem;
	line-height: 3.6rem;
}
.marketing .linkArea {
	margin: 5rem auto 0;
	max-width: 72.7rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.marketing .linkArea > a {
	display: block;
	width: 50%;
}
.marketing .contents + .contents {
	margin-top: 10rem;
}
.marketing h2 {
	margin: 5rem auto 0;
	max-width: 82rem;
	font-size: 2.9rem;
	font-weight: bold;
	color: #38ac90;
	text-align: center;
	border: 2px solid #38ac90;
	padding: 1.5rem;
}
.marketing .contents h3 {
	margin-top: 4.5rem;
}
.marketing .contents .txt {
	margin: 5.5rem auto 0;
	max-width: 82rem;
	font-size: 2rem;
	line-height: 3.6rem;
}
.marketing .contents ul {
	margin: 4rem auto 0;
	width: 60rem;
}
.marketing .contents.contents02 ul {
	width: 48rem;
}
.marketing .contents ul li {
	font-size: 2rem;
	line-height: 3.6rem;
}
.marketing .contents .picBox {
	margin: 5rem auto 0;
	max-width: 82rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.marketing .contents.contents01 .picBox {
	gap: 2rem 3rem;
}
.marketing .contents.contents02 .picBox {
	gap: 4rem 2rem;
}
.marketing .contents.contents03 .picBox {
	gap: 0 5rem;
	align-items: center;
}
.marketing .contents.contents04 .picBox {
	gap: 0 5.5rem;
}
.marketing .contents .picBox > p {
	width: 35rem;
}
.marketing .contents .picBox > p.pic05 , .marketing .contents .picBox > p.pic06 {
	width: 29rem;
}
.marketing .contents .picBox > p.pic07 {
	width: 43rem;
}
.marketing .contents .picBox > p.pic08 {
	width: 26.9rem;
}
.marketing .contents .picBox > p.pic09 {
	width: 33.6rem;
}
.marketing .contents .picBox > p.pic10 {
	width: 26.2rem;
}
.marketing .contents .picBox > p.pic11 {
	width: 32.1rem;
}
.marketing .backLink {
	margin-top: 11rem;
	text-align: center;
	margin-bottom: 10rem;
}
@media (min-width: 1300px) {
	.marketing .category li {
		font-size: 1.5rem;
		line-height: 1.5;
	}
}
@media (min-width: 1400px) {
	.marketing .category li {
		font-size: 1.6rem;
		line-height: 1.5;
	}
}
@media (max-width: 768px) {
	.marketing {
		margin-top: 12rem;
		padding: 0 3.5rem;
	}
	.marketing h1 .small {
		font-size: 4.2rem;
	}
	.marketing h1 .ttl{
		font-size: 9.7rem;
	}
	.marketing h1 .jp {
		font-size: 3.6rem;
	}
	.marketing .category {
		display: none;
	}
	.marketing .leadBox {
		margin-top: 10rem;
	}
	.marketing h3 {
		font-size: 3.6rem;
		line-height: 6.6rem;
	}
	.marketing .leadBox .leadTxt {
		margin: 6rem auto 0;
		width: 100%;
		font-size: 3.1rem;
		line-height: 6rem;
		text-align: justify;
	}
	.marketing .linkArea {
		margin: 5.5rem auto 0;
		max-width: 69.3rem;
	}
	.marketing .contents + .contents {
		margin-top: 9rem;
	}
	.marketing h2 {
		margin: 8.5rem auto 0;
		max-width: 100%;
		font-size: 4.5rem;
		border: 0.5rem solid #38ac90;
		padding: 2.5rem;
	}
	.marketing .contents h3 {
		margin-top: 4.5rem;
	}
	.marketing .contents .txt {
		margin: 6.5rem auto 0;
		max-width: 100%;
		font-size: 3rem;
		line-height: 6rem;
		text-align: justify;
	}
	.marketing .contents ul {
		margin: 5.5rem auto 0;
		width: 60rem;
	}
	.marketing .contents.contents02 ul {
		width: 100%;
	}
	.marketing .contents ul li {
		font-size: 3rem;
		line-height: 6rem;
	}
	.marketing .contents .picBox {
		margin: 6.5rem auto 0;
	}
	.marketing .contents.contents01 .picBox {
		max-width: 100%;
		flex-direction: column;
	}
	.marketing .contents.contents01 .picBox {
		gap: 3.5rem 0;
	}
	.marketing .contents.contents02 .picBox {
		gap: 4rem 1rem;
	}
	.marketing .contents.contents03 .picBox {
		gap: 0;
		justify-content: space-between;
	}
	.marketing .contents.contents04 .picBox {
		gap: 0;
		justify-content: space-between;
	}
	.marketing .contents .picBox > p {
		width: 51.5rem;
		margin: 0 auto;
	}
	.marketing .contents .picBox > p.pic05 , .marketing .contents .picBox > p.pic06 {
		width: 31.8rem;
	}
	.marketing .contents .picBox > p.pic07 {
		width: 47.2rem;
	}
	.marketing .contents .picBox > p.pic08 {
		width: 27.3rem;
	}
	.marketing .contents .picBox > p.pic09 {
		width: 35.5rem;
	}
	.marketing .contents .picBox > p.pic10 {
		width: 27.1rem;
	}
	.marketing .contents .picBox > p.pic11 {
		width: 33.4rem;
	}
	.marketing .backLink {
		margin-top: 8.5rem;
		font-size: 3.8rem;
		margin-bottom: 0;
	}
}