@charset "UTF-8";


/*-----------------------------------

	seo_block

-----------------------------------*/
#seo_block {
	padding-bottom: 100px;
}
#seo_block .contents_inner {
	background: url(../img/common/headline_bg.png) no-repeat top left/510px 348px;
	margin-top: -110px;
    padding-top: 110px;
}

@media screen and (max-width: 640px) {
	#seo_block {
		padding-bottom: 50px;
	}
	#seo_block .contents_inner {
		background: url(../img/common/headline_bg.png) no-repeat top left/336px 229px;
		margin-top: -50px;
		padding-top: 50px;
	}
}
/*-- intro --*/
#seo_block #intro {
	margin-bottom: 80px;
}
#seo_block #intro h2 {
	font-size: 20px;
	line-height: 1;
	margin-bottom: 50px;
}
#seo_block #intro h2::before {
	content: "SEO MEASURES";
	font-size: 62px;
	font-family: 'Montserrat', sans-serif;
	display: block;
	margin-bottom: 30px;
}
#seo_block #intro > p {
	color: #333333;
}
#seo_block #intro .wrap {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 80px;
}
#seo_block #intro .wrap .imageArea {
	width: 40%;
}
#seo_block #intro .wrap .imageArea img {
	border-radius: 10px;
}
#seo_block #intro .wrap .textArea {
	width: 51%;
}
#seo_block #intro .wrap .textArea h3 {
	font-size: 28px;
	line-height: 1.5;
	margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
	#seo_block #intro .wrap .textArea {
		width: 55%;
	}
	#seo_block #intro .wrap .textArea h3 {
		font-size: 24px;
	}	
}
@media screen and (max-width: 840px) {
	#seo_block #intro .contents_inner {
		margin-top: -80px;
		padding-top: 80px;
	}
	#seo_block #intro h2 {
		font-size: 18px;
	}
	#seo_block #intro h2::before {
		font-size: 46px;
		margin-bottom: 20px;
	}
	#seo_block #intro .wrap .textArea {
		padding-top: 0;
	}
	
}
@media screen and (max-width: 640px) {
	#seo_block #intro {
		margin-bottom: 40px;
	}
	#seo_block #intro h2 {
		font-size: 16px;
		margin-bottom: 30px;
	}
	#seo_block #intro h2::before {
		font-size: 34px;
	}
	#seo_block #intro .wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 20px;
		max-width: 380px;
		width: 100%;
		margin: 40px auto 0;
	}
	#seo_block #intro .wrap .imageArea {
		width: 100%;
	}
	#seo_block #intro .wrap .textArea {
		width: 100%;
	}
	#seo_block #intro .wrap .textArea h3 {
		font-size: 20px;
		margin-bottom: 20px;
	}

}
/*-- box --*/
#seo_block #box {
	background: #f7f5f2;
	padding: 80px 0;
}
#seo_block #box .wrap:not(:last-of-type) {
	padding-bottom: 35px;
	margin-bottom: 40px;
	border-bottom: 1px solid #b2b2b2;
}
#seo_block #box h3 {
	font-size: 28px;
	line-height: 1;
	padding-top: 20px;
	position: relative;
	margin-bottom: 30px;
}
#seo_block #box h3::before {
	content: "";
	width: 29px;
	height: 4px;
	background: #fa6a8c;
	position: absolute;
	top: 0;
	left: 0;
}
#seo_block #box h3 br {
	display: none;
}
#seo_block #box h4 {
	font-size: 22px;
	color: #fa6a8c;
	font-family: 'Montserrat', sans-serif, 'Noto Sans JP', sans-serif;
	line-height: 1.4;
}
#seo_block #box p:not(:last-child) {
	margin-bottom: 30px;
}
#seo_block #box dl {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	counter-reset: number;
}
#seo_block #box dl dt {
	width: 90px;
	line-height: 90px;
	writing-mode: vertical-rl;
	border-radius: 10px 10px 0 0;
	color: #FFF;
	position: relative;
	margin-bottom: 50px;
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.4em;
}
#seo_block #box dl dt.item01 {
	background: #6ad595;
}
#seo_block #box dl dt::after {
	content: "";
	width: 90px;
	position: absolute;
	top: 100%;
	left: 0;
}
#seo_block #box dl dt.item01::after {
	height: 25px;
	background: url(../img/seo/box_arrow01.png) no-repeat center / contain;
}
#seo_block #box dl dt.item02 {
	background: #6ab4d5;
}
#seo_block #box dl dt.item02::after {
	height: 34px;
	background: url(../img/seo/box_arrow02.png) no-repeat center / contain;
}
#seo_block #box dl dd {
	width: calc(100% - 120px);
	margin-bottom: 50px;
}
#seo_block #box dl dd .ttl {
	font-size: 18px;
	font-weight: 600;
	counter-increment: number;
	line-height: 1.4;
}
#seo_block #box dl dd .ttl::before {
	content: counter(number)".";
	margin-right: 0.5em;
}
#seo_block #box dl dd.item01 .ttl {
	color: #6ad595;
}
#seo_block #box dl dd.item02 .ttl {
	color: #6ab4d5;
}
#seo_block #box dl dd p:not(:last-child) {
	margin-bottom: 20px;
}
#seo_block #box .pinkBox {
	border: 1px solid #fa6a8c;
	background: #FFF;
	padding: 40px;
	color: #333333;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 40px;
}
#seo_block #box .pinkBox ul li {
	padding-left: 23px;
	font-weight: 600;
	position: relative;
}
#seo_block #box .pinkBox ul li::before {
	content: "";
	width: 16px;
	height: 14px;
	background: url(../img/seo/box_icon.png) no-repeat center/contain;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
@media screen and (max-width: 840px) {
	#seo_block #box h3 {
		line-height: 1.4;
	}
	#seo_block #box h3 br {
		display: inline-block;
	}
	#seo_block #box .pinkBox {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 0;
	}
	#seo_block #box .pinkBox ul {
		width: 300px;
		margin: 0 auto;
	}
}
@media screen and (max-width: 640px) {
	#seo_block #box {
		padding: 40px 10px;
	}
	#seo_block #box .wrap:not(:last-of-type) {
		padding-bottom: 25px;
		margin-bottom: 30px;
	}
	#seo_block #box h3 {
		font-size: 22px;
		padding-top: 15px;
		margin-bottom: 20px;
	}
	#seo_block #box h3::before {
		content: "";
		width: 20px;
		height: 3px;
	}
	#seo_block #box h4 {
		font-size: 18px;
	}
	#seo_block #box p:not(:last-child) {
		margin-bottom: 20px;
	}
	#seo_block #box dl dt {
		width: 40px;
		line-height: 40px;
		margin-bottom: 30px;
		font-size: 18px;
	}
	#seo_block #box dl dt::after {
		width: 40px;
	}
	#seo_block #box dl dt.item01::after {
		height: 11px;
	}
	#seo_block #box dl dt.item02::after {
		height: 15px;
	}
	#seo_block #box dl dd {
		width: calc(100% - 50px);
		margin-bottom: 30px;
	}
	#seo_block #box dl dd .ttl {
		font-size: 16px;
	}
	#seo_block #box dl dd p {
		line-height: 1.6;
	}
	#seo_block #box dl dd p:not(:last-child) {
		margin-bottom: 15px;
	}
	#seo_block #box .pinkBox {
		padding: 20px;
	}
	#seo_block #box .pinkBox ul {
		width: 260px;
	}
}