@charset "UTF-8";

main sup {
	color: inherit;
	font-size: 70%;
	vertical-align: text-top;
}

.iblock {
	display: inline-block;
}

@media screen and (min-width: 769px) {
	.onlySP {
		display: none !important;
	}
}

.h2__title--ja {
	text-align: center;
	line-height: 1.3;
}

@media screen and (max-width: 834px) {
	.img-mv__contents--button {
		height: 200px;
	}
	.img-mv__contents--button .grids__contents {
		flex-direction: column;
		gap: 10px;
	}
	.img-mv__contents--button .grids__contents .grids-8 {
		padding: 0;
	}
	.img-mv__contents--button p:not(.img-mv__contents--button--image) {
		width: 242px;
	}
	.img-mv__contents--button--image {
		position: absolute;
		top: 0;
		right: 0;
		text-align: right;
	}
	.img-mv__contents--button--image img {
		height: 100%;
	}
}
@media screen and (max-width: 480px) {
	.img-mv__contents--button {
		height: auto;
	}
}

.offer-area {
	margin-top: 30px;
}
.offer-area .lead {
	position: relative;
	margin-bottom: 68px;
	background-color: #cd0239;
	padding: 9px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.3;
}
.offer-area .lead::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: -33px;
	width: 0;
	margin: 0 auto;
	border-bottom: 25px solid #cd0239;
	border-left: 25px solid transparent;
	border-right: 25px solid transparent;
}
.offer-area .lead::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: -50px;
	width: 24px;
	height: 18px;
	background-color: #cd0239;
	margin: 0 auto;
}
.offer-area .box {
	margin-bottom: 65px;
	border: 1px solid #cd0239;
}
.offer-area .box h3 {
	position: absolute;
	top: -11px;
	left: 0;
	right: 0;
	z-index: 10;
	width: 240px;
	margin: 0 auto;
	background: linear-gradient(to bottom, #fff 50%, #f2f2f2 50%);
	text-align: center;
	color: #CD0239;
	font-size: 18px;
	font-weight: bold;
}
.offer-area .box ol {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 35px 0;
}
.offer-area .box li {
	background-color: #f2f2f2;
	width: 32.3%;
	padding: 25px 30px 20px;
	text-align: center;
}
.offer-area .box .head {
	position: absolute;
	top: -13px;
	left: 0;
	right: 15px;
	background-color: #323232;
	padding: 2px 0 0;
	color: #fff;
	font-weight: bold;
}
.offer-area .box .head::after {
	content: '';
	position: absolute;
	top: -12px;
	right: -15px;
	border-left: 25px solid #323232;
	border-top: 25px solid transparent;
	border-bottom: 25px solid transparent;
}
.offer-area .box h4 {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
.offer-area .box h4 span {
	color: #CD0239;
	font-size: 24px;
	vertical-align: -2px;
}
.offer-area .box .img {
	margin: 15px 0;
	text-align: center;
}
.offer-area .box p {
	font-size: 14px;
}
@media screen and (min-width: 769px) {
	.offer-area .box li:first-child {
		width: 100%;
		padding-bottom: 35px;
	}
	.offer-area .box li:first-child .img {
		position: absolute;
		top: 12px;
		right: 76%;
	}
	.offer-area .box li:first-child p {
		text-align: center;
	}
}
@media screen and (max-width: 768px) {
	.offer-area .box {
		margin-bottom: 50px;
	}
	.offer-area .box li {
		width: 100%;
	}
}

.articles {
	margin-top: 55px;
}
.articles h3 {
	margin-bottom: 8px;
	font-size: 20px;
	font-weight: bold;
}
.articles li + li {
	margin-top: 20px;
}
.articles a {
	display: flex;
	align-items: center;
	gap: 0 4%;
	border: 1px solid #D3D3D3;
	padding: 15px 5% 15px 15px;
	font-size: 14px;
	text-decoration: underline;
}
@media screen and (max-width: 768px) {
	.articles {
		margin-top: 40px;
	}
	.articles ul {
		display: flex;
		flex-wrap: wrap;
		gap: 15px 4%;
	}
	.articles li {
		width: 48%;
	}
	.articles li + li {
		margin-top: 0;
	}
	.articles a {
		flex-direction: column;
		gap: 15px;
		padding: 20px 15px;
	}
}
@media screen and (max-width: 550px) {
	.articles li {
		width: 100%;
	}
}

.case-list {
	margin: 45px 0 30px;
}
.case-list > li {
	display: flex;
	gap: 18px;
	background-color: #f2f2f2;
	padding: 25px 30px;
}
.case-list > li + li {
	margin-top: 10px;
}
.case-list .title {
	width: 30%;
	flex-shrink: 0;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.1;
}
.case-list p {
	border-left: 1px solid #000;
	padding-left: 18px;
	font-size: 14px;
}
@media screen and (max-width: 768px) {
	.case-list {
		margin: 30px 0;
	}
	.case-list > li {
		flex-direction: column;
		gap: 15px;
	}
	.case-list .title {
		width: 100%;
	}
	.case-list p {
		border-left: none;
		border-top: 1px solid #000;
		padding: 15px 0 0;
	}
}

.link-pdf a {
	display: block;
	max-width: 550px;
	margin: 0 auto;
	border: 1px solid #000;
	border-radius: 25px;
	padding: 9px;
	text-align: center;
	font-weight: bold;
}
.link-pdf a::before {
	content: '';
	display: inline-block;
	margin-right: 10px;
	background: url(/content/dam/nttcom/hq/jp/business/services/growth_marketing/img/icon_pdf.png) no-repeat 0 0;
	width: 47px;
	height: 30px;
	vertical-align: -8px;
}

.boxlink {
	margin-top: 25px;
	display: flex;
	justify-content: space-between;
}
.boxlink li {
	width: 48%;
}
.boxlink a {
	display: block;
	height: 100%;
	border: 1px solid #CD0239;
	padding: 25px 30px 30px;
	text-align: center;
	font-size: 14px;
}
.boxlink a:hover {
	opacity: 0.7;
}
.boxlink .title {
	position: relative;
	margin-bottom: 5px;
	display: inline-block;
	padding-right: 20px;
	color: #CD0239;
	font-size: 24px;
	font-weight: bold;
}
.boxlink .title::after {
	content: '';
	position: absolute;
	top: 42%;
	right: 0;
	width: 10px;
	height: 10px;
	border-top: 2px solid #CD0239;
	border-right: 2px solid #CD0239;
	transform-origin: right top;
	transform: rotate(45deg);
}
.boxlink .target {
	margin-bottom: 10px;
	text-align: center;
	color: #CD0239;
}
@media screen and (max-width: 640px) {
	.boxlink {
		margin-top: 20px;
		flex-wrap: wrap;
		gap: 15px;
	}
	.boxlink li {
		width: 100%;
	}
	.boxlink .title {
		font-size: 22px;
	}
}

.contactUsButton a {
	width: 250px;
}