@charset "UTF-8";

.p-facade__title p {
	font-size: 16px;
	font-weight: bold;
}
.p-facade__text {
	margin-top: 30px;
	font-size: 16px;
}
@media screen and (min-width: 769px) {
  .p-facade__wrap {
    padding: 25px 0 100px;
  }
	.c-article {
		padding-top: 0;
	}
	.contents {
		margin-top: 0;
	}
}

.contactUsButton {
	transform: translateY(50px);
}

@media screen and (max-width: 600px) {
	.img-mv__contents--title {
		margin-bottom: 20px;
	}
	.img-mv__contents--title p {
		margin: 0 0 10px;
		font-size: 18px;
	}
	.img-mv__contents--title h1 {
		font-size: 26px;
	}
	.img-mv__contents--summary {
		font-size: 18px;
	}
	.img-mv__contents--button {
		margin-top: 20px;
	}
	.main-article__contents {
		font-size: 17px;
	}
	.contactUsButton a {
		font-size: 17px;
	}
}

.iblock {
	display: inline-block;
}

.lead-text {
	margin-bottom: 45px;
	text-align: center;
}
.lead-text span {
	position: relative;
	display: inline-block;
	padding: 0 50px;
	color: #cc0033;
	font-size: 22px;
	font-weight: bold;
}
.lead-text span::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 40px;
	border-top: 1px solid #cc0033;
}
.lead-text span::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: 40px;
	border-top: 1px solid #cc0033;
}
@media screen and (min-width: 500px) {
	.lead-text br {
		display: none;
	}
}
@media screen and (max-width: 600px) {
	.lead-text {
		margin-bottom: 30px;
	}
	.lead-text span {
		padding: 0 30px;
		font-size: 17px;
		line-height: 1.5;
	}
	.lead-text span::before {
		width: 25px;
	}
	.lead-text span::after {
		width: 25px;
	}
}

.scene {
	position: relative;
	border: 1px solid #ccc;
	padding: 50px;
}
.scene + .scene {
	margin-top: 70px;
}
.scene::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	border-top: 66px solid #cc0033;
	border-right: 165px solid transparent;
}
.scene::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	border-top: 133px solid #f6f6f6;
	border-right: 133px solid transparent;
}
.scene h3 {
	position: absolute;
	top: 20px;
	left: 18px;
	z-index: 10;
	color: #1a4283;
}
.scene h3 small {
	display: inline-block;
	border-bottom: 1px solid #f7cc45;
}
.scene h3 strong {
	margin-left: 3px;
	color: inherit;
	font-size: 36px;
	font-weight: bold;
	vertical-align: -4px;
}
.scene .worries {
	text-align: center;
}
.scene .worries ul {
	display: inline-block;
	text-align: left;
	font-size: 18px;
	font-weight: bold;
}
.scene .worries li {
	position: relative;
	padding-left: 20px;
}
.scene .worries li::before {
	content: '';
	position: absolute;
	top: 3px;
	left: 2px;
	width: 7px;
	height: 12px;
	border-right: 3px solid #cc0033;
	border-bottom: 3px solid #cc0033;
	transform: rotate(45deg);
}
.scene .worries li + li {
	margin-top: 20px;
}
.scene .worries li > span {
	background: linear-gradient(to top, #fbedb5 5px, #fff 5px);
}
.scene .service {
	position: relative;
	padding-top: 80px;
	background: url('/content/dam/nttcom/hq/jp/business/services/gacco/img/arrow.png') no-repeat 50% 28px;
	display: flex;
	justify-content: space-between;
}
.scene .service .img {
	width: 40.7%;
}
.scene .service .img img {
	width: 100%;
	height: auto;
}
.scene .service .text-area {
	width: 55%;
	display: flex;
	flex-direction: column;
}
.scene .service .text-area p {
	margin-bottom: 15px;
	font-size: 15px;
	line-height: 1.7;
}
.scene .service .text-area p a {
	font-weight: bold;
	text-decoration: underline;
}
.scene .service h4 {
	margin-bottom: 15px;
	background: url('/content/dam/nttcom/hq/jp/business/services/gacco/img/icon_01.png') no-repeat 12px 50% #f6f6f6;
	padding: 10px 15px 10px 35px;
	color: #333;
	font-size: 18px;
	font-weight: bold;
}
.scene .btn {
	margin-top: auto;
	text-align: right;
}
.scene .btn a {
	position: relative;
	display: inline-block;
	width: 216px;
	border-radius: 8px;
	background-color: #cc0033;
	padding: 15px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
.scene .btn a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 15px;
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform-origin: right top;
	transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
	.scene {
		padding: 70px 50px 50px;
	}
	.scene .service {
		flex-direction: column;
		gap: 40px;
	}
	.scene .service .img {
		width: 100%;
	}
	.scene .service .text-area {
		width: 100%;
	}
	.scene .service .text-area p {
		margin-bottom: 30px;
	}
	.scene .btn {
		text-align: center;
	}
}
@media screen and (max-width: 768px) {
	.scene {
		padding: 70px 20px 20px;
	}
	.scene + .scene {
		margin-top: 50px;
	}
	.scene::before {
		border-top: 44px solid #cc0033;
		border-right: 110px solid transparent;
	}
	.scene::after {
		border-top: 88px solid #f6f6f6;
		border-right: 88px solid transparent;
	}
	.scene h3 {
		top: 15px;
		left: 12px;
	}
	.scene h3 small {
		font-size: 12px;
	}
	.scene h3 strong {
		font-size: 28px;
		vertical-align: -3px;
	}
	.scene .worries ul {
		font-size: 15px;
	}
	.scene .worries li {
		padding-left: 15px;
	}
	.scene .worries li::before {
		width: 5px;
		height: 9px;
		border-right: 2px solid #cc0033;
		border-bottom: 2px solid #cc0033;
	}
	.scene .worries li + li {
		margin-top: 15px;
	}
	.scene .worries br {
		display: none;
	}
	.scene .service {
		padding-top: 60px;
		background-position: 50% 20px;
		background-size: 60px auto;
		gap: 25px;
	}
	.scene .service .text-area p {
		margin-bottom: 20px;
		font-size: 14px;
	}
	.scene .service h4 {
		background-size: 12px auto;
		padding: 8px 15px 8px 35px;
		font-size: 16px;
	}
}

.download {
	margin-bottom: 55px;
	text-align: center;
	font-size: 17px;
}

.menu-list {
	margin-bottom: 30px;
	display: flex;
	justify-content: space-between;
}
.menu-list li {
	width: 23%;
	max-width: 220px;
}
.menu-list li a {
	display: flex;
	flex-direction: column;
	text-decoration: none;
	height: 100%;
}
.menu-list img {
	width: 100%;
	height: auto;
}
.menu-list .title {
	position: relative;
	flex-grow: 1;
	background-color: #1a4283;
	padding: 10px 15px;
	color: #fff;
	font-size: 15px;
}
.menu-list .title::after {
	content: '';
	position: absolute;
	right: 12px;
	bottom: 18px;
	width: 6px;
	height: 6px;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	transform-origin: right bottom;
	transform: rotate(-45deg);
}
.menu-list .title span {
	color: inherit;
}
@media screen and (max-width: 768px) {
	.menu-list {
		gap: 50px 7.4%;
		flex-wrap: wrap;
	}
	.menu-list li {
		width: 46.3%;
		max-width: none;
	}
}
@media screen and (max-width: 500px) {
	.menu-list {
		gap: 25px 7.4%;
	}
	.menu-list .title {
		font-size: 12px;
	}
}