/* =========================================================
 * Service
 * @ .ComponentLayoutArea
 * ====================================================== */
.ComponentLayoutArea:not(:first-of-type) .cf {
	margin: 20px 0 0;
}

.ComponentLayoutArea .cf {
	background-color: #F2F2F2;
	padding: 26px 0 16px;
	display: flex;
	align-items: stretch;
}

.ComponentLayoutArea .cf .grid_cols {
	float: none;
	padding: 0 20px;
}

.ComponentLayoutArea .cf .grid_cols .column1 {
	margin: 0;
}

.ComponentLayoutArea .cf .grid_cols:not(:last-of-type) {
	border-right: 1px solid #CCCCCC;
}

.ComponentLayoutArea .cf .column1 h3 {
	margin: 0 0 21px;
}

.ComponentLayoutArea .cf .c-link-list__item {
	width: 100%;
	position: relative;
}

.ComponentLayoutArea .cf .c-link-list__item::after {
	content: "";
	display: inline-block;
	background: url(/content/dam/nttcom/hq/jp/index/img/arrow-right-primary.svg);
	background-size: 100% 100%;
	width: 8px;
	height: 13.49px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto;
}

.ComponentLayoutArea .cf .c-link-list__item a {
	background-color: #ffffff;
	text-decoration: none;
	padding: 16px 28px 16px 10px;
	width: 100%;
	display: flex;
	align-items: center;
}

.par01 {
	margin: 20px 0 0;
}

.par02 {
	margin: 70px 0 0;
}

.par02 .SvceCatSvceLinkAreaIcon .subpage_contents {
	background-color: #F2F2F2;
	padding: 26px 16px;
}

@media screen and (min-width: 481px) {
	.ComponentLayoutArea .cf {
		padding: 48px 0 55px;
	}

	.ComponentLayoutArea .cf .column1 h3 {
		margin: 0 0 27px;
	}

	.ComponentLayoutArea .cf .grid_cols:only-of-type {
		border-right: 1px solid #CCCCCC;
	}

	.ComponentLayoutArea .cf .grid_cols {
		padding: 0 34px;
	}

	.par02 .SvceCatSvceLinkAreaIcon .subpage_contents {
		padding: 50px 30px;
	}
}

/* =========================================================
 * Service 下層
 * @ .c-inner
 * ====================================================== */
.c-inner {
	position: relative;
	width: 100%;
	max-width: 1260px;
	padding: 0 25px;
	margin: 0 auto;
}

@media screen and (min-width: 481px) {
	.c-inner {
		padding: 0 50px;
	}
}

/* =========================================================
 * Service 下層
 * @ .c-button
 * ====================================================== */
.c-button .c-button__link {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	text-decoration: none;
	transition: background-color .3s ease;
}

.c-button.--gray .c-button__link {
	background-color: #4C4C4C;
	font-size: 16px;
	height: 42px;
}

.c-button.--red .c-button__link {
	background-color: #CC023A;
	font-size: 12px;
	height: 38px;
}

@media screen and (min-width: 481px) {
	.c-button.--gray .c-button__link {
		font-size: 17px;
		height: 48px;
	}
	.c-button.--red .c-button__link {
		height: 42px;
	}
}


/* =========================================================
 * Title 下層
 * @ .p-title
 * ====================================================== */
.p-title {
	font-size: 24px;
	line-height: 30px;
	text-align: center;
	margin: 0 0 22px;
}

@media screen and (min-width: 481px) {
	.p-title {
		font-size: 30px;
		line-height: 45px;
		margin: 0 0 26px;
	}
}

@media screen and (min-width: 769px) {
	.p-title {
		font-size: 38px;
		line-height: 54px;
	}
}

/* =========================================================
 * Title 下層
 * @ .p-article
 * ====================================================== */
.p-article {
	padding: 42px 0 0;
	background-image: url(/content/dam/nttcom/hq/cmn/img/Services/img_bg_1.svg);
	background-repeat: no-repeat;
	background-size: 239px auto;
	background-position: calc(100% + 100px) -44px;
}

@media screen and (min-width: 769px) {
	.p-article {
		padding: 80px 0 0;
		background-size: 599px 274px;
		background-position: calc(100% + 599px - 333px) -95px;
	}
}


/* =========================================================
 * Service 下層
 * @ .p-facade
 * ====================================================== */
.p-facade {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.p-facade .c-inner {
	height: 100%;
}

.p-facade__wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	max-width: 1160px;
	height: 100%;
	width: 100%;
	margin: 0 auto;
}

.p-facade__title.--main {
	color: #ffffff;
	font-size: 26px;
	line-height: 34px;
	text-align: left;
}

.p-facade__title.--sub {
	color: #ffffff;
	font-size: 14px;
	line-height: 21px;
	margin: 12px 0 0;
}

.p-facade__image {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 100%;
	width: 100%;
	object-fit: cover;
}

@media screen and (min-width: 481px) {
	.p-facade__title.--main {
		font-size: 30px;
		line-height: 42px;
	}

	.p-facade__title.--sub {
		font-size: 16px;
		line-height: 23px;
	}
}

@media screen and (min-width: 769px) {
	.p-facade {
		height: 281px;
	}

	.p-facade__wrap {
		padding: 0 20px;
	}
}

@media screen and (max-width: 768px) {
	.p-facade {
		padding: 42px 0 48px;
	}
}

@media screen and (max-width: 480px) {
	.p-facade {
		padding: 39px 0 42px;
	}
}


/* =========================================================
 * Service 下層
 * @ .p-curtain
 * ====================================================== */
.p-curtain {
	background-color: #CC0033;
	width: 100%;
}

.p-curtain__wrap {
	border-top: 1px solid #ffffff;
}

.p-curtain__title {
	height: 57px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	font-weight: bold;
	cursor: pointer;
}

.p-curtain__title.--active .p-curtain-title__icon span:nth-of-type(2) {
	transform: translate(-50%, -50%) rotate(180deg);
	opacity: 0;
}

.p-curtain__title p {
	font-size: 15px;
}

.p-curtain-title__icon {
	position: relative;
	width: 14px;
	height: 14px;
	margin: 1px 0 0px 13px;
}

.p-curtain-title__icon span {
	width: 14px;
	height: 2px;
	background-color: #ffffff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.p-curtain-title__icon span:nth-of-type(2) {
	opacity: 1;
	transform: translate(-50%, -50%) rotate(90deg);
	transition: transform .3s ease, opacity .3s ease;
}

.p-curtain__list {
	margin: 0 auto;
	width: 100%;
	padding: 25px 25px 45px;
}

.p-curtain__item:not(:first-of-type) {
	margin: 30px 0 0;
}

.p-curtain-item__title {
	color: #ffffff;
	font-size: 18px;
	line-height: 30px;
	margin: 0;
	font-weight: bold;
}

.p-curtain-item__text {
	color: #ffffff;
	font-size: 14px;
	line-height: 21px;
	margin: 6px 0 0;
}

@media screen and (min-width: 481px) {
	.p-curtain__title {
		height: 62px;
	}

	.p-curtain__title p {
		font-size: 16px;
	}

	.p-curtain-title__icon {
		width: 16px;
		height: 16px;
		margin: 1px 0 0px 14px;
	}
	
	.p-curtain-title__icon span {
		width: 16px;
		height: 3px;
	}

	.p-curtain__list {
		max-width: 1066px;
		padding: 30px 50px 50px;
	}

	.p-curtain-item__text {
		font-size: 16px;
		line-height: 30px;
	}
}

@media screen and (min-width: 769px) {
	.p-curtain-title__icon {
		width: 20px;
		height: 20px;
		margin: 0 0 0 20px;
	}

	.p-curtain-title__icon span {
		width: 20px;
	}
}

/* =========================================================
 * Service 下層
 * @ .p-news
 * ====================================================== */
.p-news__wrap {
	width: 100%;
	max-width: 966px;
	margin: 0 auto;
}

.p-news__list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.p-news__item:first-of-type {
	border-top: 1px solid #DCDCDC;
}

.p-news__item {
	border-bottom: 1px solid #DCDCDC;
}

.p-news-item__title span,
.p-news-item__title a {
	padding: 20px 0;
	display: flex;
	align-items: center;
}

@media screen and (min-width: 481px) {
	.p-news-item__title span,
	.p-news-item__title a {
		padding: 25px 0;
	}
}

@media screen and (max-width: 768px) {
	.p-news {
		margin: 0 0 60px;
	}
}

@media screen and (max-width: 480px) {
	.p-news {
		margin: 0 0 50px;
	}
}


/* =========================================================
 * Service 下層
 * @ .p-section
 * ====================================================== */
.p-section {
	background-color: #F2F2F2;
	padding: 30px 0 52px;
	margin: 30px 0 0;
}

.p-section__item {
	border: 1px solid #ffffff;
	box-shadow: 0 0 10px rgb(0 0 0 / .1);
}

.p-section-item__group {
	padding: 22px 16px 30px;
}

.p-section-item__title {
	margin: 0;
	font-size: 20px;
}

.p-section-item__text {
	font-size: 14px;
	line-height: 20px;
	margin: 14px 0 0;
}

.p-section-item__button .c-button.--gray .c-button__link {
	position: relative;
}

.p-section-item__button .c-button.--gray .c-button__link:hover {
	background-color: #000000;
}

.p-section-item__button .c-button.--red .c-button__link::before {
	background-image: url(/content/dam/nttcom/hq/cmn/img/Services/img_mail.svg);
	content: '';
	display: inline-block;
	width: 1em;
	height: 1em;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	margin-right: 0.4em;
	vertical-align: middle;
}



.p-section-item__button .c-button.--gray .c-button__link::before {
	content: '';
	width: 0.8em;
	height: 0.8em;
	position: absolute;
	right: 1em;
	top: 0;
	bottom: 0;
	margin: auto;
	background-image: url(/content/dam/nttcom/hq/jp/business/services/cmn/img/cmn-i-arrow-right-white.png);
	background-repeat: no-repeat;
	background-size: contain;
	transition: .3s;
}

.p-section-item__button .c-button.--gray .c-button__link:hover::before {transform: translateX(3px)}

.p-section-item__button .c-button.--red .c-button__link:hover {
	background-color: #a4000a;
}


@media screen and (min-width: 481px) {
	.p-section {
		padding: 40px 0 60px;
	}

	.p-section__list {
		display: flex;
		justify-content: flex-start;
		align-items: stretch;
		flex-wrap: wrap;
	}

	.p-section__item {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		width: calc(100% / 2 - 12.5px);
	}

	.p-section-item__group {
		padding: 25px 16px 38px;
	}

	.p-section-item__text {
		margin: 20px 0 0;
	}
}

@media screen and (min-width: 769px) {
	.p-section {
		margin: 100px 0 0;
		padding: 84px 0 97px;
	}

	.p-section + .p-section {
		margin: 42px 0 0;
	}

	.p-section__item {
		width: calc(100% / 3 - 21.5px * 2 / 3);
	}

	.p-section__item:not(:nth-of-type(3n)) {
		margin: 0 21.5px 0 0;
	}

	.p-section__item:nth-of-type(n + 4) {
		margin-top: 30px;
	}
}

@media screen and (max-width: 768px) {
	.p-section__item:nth-of-type(n + 3) {
		margin-top: 40px;
	}

	.p-section__item:nth-of-type(even) {
		margin-left: 25px;
	}
}

@media screen and (max-width: 480px) {
	.p-section__item:nth-of-type(even),
	.p-section__item:not(:first-of-type) {
		margin: 34px 0 0;
	}
}


/* =========================================================
 * Service 下層(diversity)
 * @ .p-diversity
 * ====================================================== */
.tabLayout.tabItemWrapper div {
	color: #000000;
}

.tabLayout.tabItemWrapper div:hover {
	background-color: rgb(204 0 51 / .7);
}

.tabItemWrapper div.tabSelect,
.tabItemWrapper div.tabSelect:hover {
	background-color: #CC0033;
	color: #ffffff;
}