@charset "UTF-8";

.global-header__trailing {
	display: none !important;
}

main {
	padding-top: 85px;
}
main * {
	color: inherit;
}
main sup {
	font-size: 60%;
}
@media screen and (max-width: 768px) {
	main {
		padding-top: 50px;
		font-size: 14px;
	}
	.main-article {
		padding-top: 0;
	}
}

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

.menuBtn {
	display: none;
}
@media screen and (max-width: 768px) {
	.menuBtn {
		position: fixed;
		top: 0;
		right: 0;
		z-index: 1000;
		display: block;
		width: 50px;
		height: 50px;
	}
	.menuBtn::before,
	.menuBtn::after {
		content: '';
		position: absolute;
		top: 17px;
		left: 0;
		right: 0;
		width: 20px;
		height: 2px;
		margin: 0 auto;
		background-color: #cc0033;
	}
	.menuBtn::after {
		top: 33px;
		box-shadow: 0 -8px #cc0033;
	}
	.menuBtn.open::before {
		top: 25px;
		transform: rotate(45deg);
	}
	.menuBtn.open::after {
		top: 25px;
		transform: rotate(-45deg);
		box-shadow: none;
	}
}

.menu {
	position: fixed;
	top: 30px;
	right: 35px;
	z-index: 1000;
	gap: 30px;
}
.menu a {
	font-weight: bold;
}
@media screen and (min-width: 769px) {
	.menu {
		display: flex !important;
	}
}
@media screen and (max-width: 768px) {
	.menu {
		top: 50px;
		left: 0;
		right: 0;
		display: none;
		border-top: 1px solid #B3B3B3;
		background-color: #fff;
	}
	.menu li {
		border-bottom: 1px solid #B3B3B3;
	}
	.menu a {
		display: block;
		padding: 10px;
	}
}

.mainvisual {
	margin-bottom: 60px;
	background: url(/content/dam/nttcom/hq/jp/business/lp/aicentricictpf/img/mainviaual_bg.png) no-repeat 50% 50% #000027;
	height: 279px;
	padding: 80px 20px 0;
	font-size: 24px;
	font-weight: bold;
	text-shadow: 0 0 10px rgba(0,0,0,0.8);
}
.mainvisual .inner {
	max-width: 1058px;
	margin: 0 auto;
}
.mainvisual p {
	margin-bottom: 15px;
	color: #fff;
}
.mainvisual h1 {
	text-align: left;
	color: #fff;
	font-size: 46px;
}
.mainvisual .note {
	margin-top: 60px;
	color: #fff;
	font-size: 11px;
}
@media screen and (max-width: 768px) {
	.mainvisual {
		margin-bottom: 40px;
		background-image: url(/content/dam/nttcom/hq/jp/business/lp/aicentricictpf/img/mainviaual_bg_sp.png);
		background-size: cover;
		height: 53.75vw;
		padding: 10vw 5vw;
		font-size: 4vw;
	}
	.mainvisual p {
		margin-bottom: 3vw;
	}
	.mainvisual h1 {
		font-size: 6.8vw;
	}
	.mainvisual .note {
		margin-top: 6vw;
		font-size: 1.9vw;
	}
}

.pageInner {
	max-width: 1058px;
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
	.pageInner {
		padding: 0 20px;
	}
}

.leadArea {
	margin-bottom: 35px;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
}
.leadArea h2 {
	margin-bottom: 20px;
	color: #cc0033;
	font-size: 30px;
}
@media screen and (max-width: 768px) {
	.leadArea {
		margin-bottom: 20px;
		font-size: 14px;
	}
	.leadArea h2 {
		margin-bottom: 15px;
		font-size: 16px;
	}
}

.pointArea {
	margin: 65px 0 90px;
	position: relative;
	display: flex;
	gap: 10px;
}
.pointArea::after {
	content: 'このようなお悩みを解決！';
	position: absolute;
	top: 212px;
	left: 0;
	right: 0;
	height: 90px;
	background-color: #cc0033;
	padding-top: 25px;
	color: #fff;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
}
.pointArea > li {
	width: 25%;
	background-color: #323232;
	border-radius: 20px;
	padding-top: 1px;
}
.pointArea .header {
	margin-top: -21px;
	background-color: #f2f2f2;
	padding: 15px 20px;
	border-radius: 20px 20px 0 0;
	height: 232px;
	text-align: center;
	padding: 15px 10px;
	font-weight: bold;
}
.pointArea .header h3 {
	margin-bottom: 5px;
	font-size: 18px;
}
.pointArea .header strong {
	color: #cc0033;
}
.pointArea .header h3 strong {
	margin-left: 5px;
	font-size: 26px;
	vertical-align: -2px;
}
.pointArea .header img {
}
.pointArea .header p {
	margin-top: 5px;
}
.pointArea .header p strong {
	font-size: 18px;
}
.pointArea .arrow {
	background-color: #cc0033;
	height: 90px;
	color: #cc0033;
}
.pointArea .body {
	position: relative;
	z-index: 10;
	margin-top: -20px;
	border-radius: 20px;
	background-color: #323232;
	padding: 48px 20px 30px 10px;
}
.pointArea .body::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 0;
	margin: 0 auto;
	border-top: 10px solid #cc0033;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
}
.pointArea .body li {
	position: relative;
	padding-left: 20px;
	color: #fff;
	line-height: 1.7;
}
.pointArea .body li::before {
	content: '';
	position: absolute;
	top: 10px;
	left: 6px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #cc0033;
}
@media screen and (max-width: 768px) {
	.pointArea {
		margin: 40px 0 60px;
		flex-wrap: wrap;
		justify-content: space-between;
		gap: 40px 0;
	}
	.pointArea::after {
		display: none;
	}
	.pointArea > li {
		width: 48%;
	}
	.pointArea .header {
		padding: 12px 12px;
		height: 200px;
	}
	.pointArea .header h3 {
		font-size: 14px;
	}
	.pointArea .header h3 strong {
		font-size: 18px;
		vertical-align: -1px;
	}
	.pointArea .header p {
		font-size: 11px;
	}
	.pointArea .header p strong {
		font-size: 14px;
	}
	.pointArea .arrow {
		height: auto;
		padding: 10px 0 30px;
		text-align: center;
		color: #fff;
	}
	.pointArea .body {
		padding: 30px 10px 20px;
	}
	.pointArea .body li {
		padding-left: 15px;
		font-size: 12px;
		line-height: 1.5;
	}
	.pointArea .body li::before {
		top: 7px;
		left: 0;
	}
}
@media screen and (max-width: 350px) {
	.pointArea .header {
		height: 220px;
	}
}

.bgArea {
	margin-bottom: 60px;
	background-color: #f2f2f2;
	padding: 60px 0 70px;
}
.bgArea:has(.borderTitle) {
	padding-top: 80px;
}
@media screen and (max-width: 768px) {
	.bgArea {
		margin-bottom: 50px;
		padding: 40px 0 50px;
	}
	.bgArea:has(.borderTitle) {
		padding-top: 40px;
	}
}

.redTitle {
	margin-bottom: 20px;
	text-align: center;
	color: #cc0033;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4;
}
@media screen and (max-width: 768px) {
	.redTitle {
		margin-bottom: 15px;
		font-size: 16px;
	}
}

.leadText {
	margin-bottom: 20px;
	text-align: center;
	font-size: 19px;
	font-weight: bold;
}
@media screen and (max-width: 768px) {
	.leadText {
		font-size: 14px;
	}
}

.text {
	line-height: 1.7;
}

.noteList {
	margin-top: 10px;
}
.noteList li {
	font-size: 11px;
}

.imgBox {
	margin: 25px 0;
	border-radius: 30px;
	background-color: #fff;
	padding: 35px 20px 50px;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.imgBox {
		border-radius: 20px;
		padding: 20px 10px;
	}
}

.feature {
	margin-top: 80px;
}
.feature ol {
	margin-top: 40px;
}
.feature h3 {
	display: flex;
	min-height: 50px;
}
.feature h3 .num {
	display: flex;
	width: 50px;
	justify-content: center;
	align-items: center;
	background-color: #333;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	flex-shrink: 0;
}
.feature h3 .num + span {
	flex-grow: 1;
	background-color: #f2f2f2;
	padding: 15px 22px;
	font-size: 18px;
	font-weight: bold;
}
.feature h3 small {
	margin-left: 20px;
	font-size: 16px;
	font-weight: normal;
}
.feature .list {
	padding: 25px 40px 40px;
}
.feature .list > li {
	position: relative;
	padding-left: 25px;
}
.feature .list > li::before {
	content: '・';
	position: absolute;
	top: 0;
	left: 0;
}
@media screen and (max-width: 768px) {
	.feature {
		margin-top: 50px;
	}
	.feature ol {
		margin-top: 30px;
	}
	.feature h3 {
		min-height: 40px;
	}
	.feature h3 .num {
		width: 40px;
		font-size: 16px;
	}
	.feature h3 .num + span {
		padding: 12px 15px;
		font-size: 15px;
	}
	.feature h3 small {
		margin-left: 15px;
		font-size: 13px;
	}
	.feature ul {
		padding: 20px 0 30px;
	}
	.feature ul li {
		padding-left: 20px;
	}
}

.borderTitle {
	position: relative;
	margin-bottom: 60px;
	padding-bottom: 25px;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
}
.borderTitle::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 82px;
	margin: 0 auto;
	border-bottom: 1px solid #d3d3d3;
}
@media screen and (max-width: 768px) {
	.borderTitle {
		margin-bottom: 40px;
		padding-bottom: 15px;
		font-size: 20px;
	}
}

.achievementBox {
	display: flex;
	align-items: center;
	gap: 25px;
	background-color: #cc0033;
	padding: 20px 25px 25px;
	color: #fff;
	font-size: 18px;
}
.achievementBox .img {
	flex-shrink: 0;
}
.achievementBox h3 {
	margin-bottom: 15px;
	font-size: 27px;
	font-weight: bold;
}
.achievementBox h4 {
	margin-bottom: 10px;
	font-size: 24px;
	font-weight: bold;
}
.achievementBox .noteList li {
	font-size: 14px;
}
.achievementBox .link {
	margin: -20px 15px 0 0;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.achievementBox .link li {
	position: relative;
	padding-left: 15px;
}
.achievementBox .link li::before {
	content: '';
	position: absolute;
	top: 10px;
	left: 0;
	width: 6px;
	height: 6px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
}
.achievementBox .link li + li {
	margin-top: 20px;
}
.achievementBox .link a {
	color: inherit;
	text-decoration: underline;
}
.achievementBox .link a:hover {
	text-decoration: none;
}
@media screen and (max-width: 768px) {
	.achievementBox {
		flex-direction: column;
		padding: 15px;
		font-size: 14px;
	}
	.achievementBox h3 {
		margin-bottom: 10px;
		font-size: 20px;
	}
	.achievementBox h4 {
		font-size: 18px;
	}
	.achievementBox .noteList li {
		font-size: 12px;
	}
	.achievementBox .link {
		margin: 10px 0 0;
	}
	.achievementBox .link li + li {
		margin-top: 10px;
	}
}

.serviceImg {
	max-width: 781px;
	margin: 40px auto 0;
}
.serviceImg p {
	margin-bottom: 20px;
	text-align: center;
	font-size: 14px;
}
.serviceImg .img {
	position: relative;
}
.serviceImg .img a {
	position: absolute;
	border: 6px solid;
	border-radius: 15px;
	transition: all 0.3s;
}
.serviceImg .img a:hover {
	background-color: rgba(255,255,255,0.5);
}
.serviceImg .img .link01 {
	top: 0;
	left: 0;
	width: 81.5%;
	height: 31.5%;
	border-color: #29abe2;
}
.serviceImg .img .link02 {
	top: 33%;
	left: 0;
	width: 81.5%;
	height: 22%;
	border-color: #db69a4;
}
.serviceImg .img .link03 {
	top: 56%;
	left: 0;
	width: 81.5%;
	height: 31.5%;
	border-color: #29abe2;
}
.serviceImg .img .link04 {
	top: 26.5%;
	right: 0;
	width: 18%;
	height: 43%;
	border-color: #0c9d4c;
}
@media screen and (max-width: 768px) {
	.serviceImg {
		margin: 20px auto 0;
	}
	.serviceImg p {
		margin-bottom: 15px;
		font-size: 12px;
	}
	.serviceImg .img a {
		border-width: 1vw;
		border-radius: 2.5vw;
	}
}

.colorTitle {
	margin: 80px 0 40px;
	padding-bottom: 15px;
	border-bottom: 2px solid;
	text-align: center;
	color: #333;
	font-size: 22px;
	font-weight: bold;
}
.colorTitle.color01 {
	border-color: #29ABE2;
}
.colorTitle.color02 {
	border-color: #DB69A4;
}
.colorTitle.color03 {
	border-color: #0C9D4C;
}
@media screen and (max-width: 768px) {
	.colorTitle {
		margin: 50px 0 25px;
		padding-bottom: 10px;
		font-size: 16px;
	}
}

.serviceList {
	max-width: 880px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	gap: 0 7.4%;
}
.serviceList:last-child {
	margin-bottom: 110px;
}
.serviceList li {
	position: relative;
	width: 28.4%;
	padding-bottom: 70px;
}
.serviceList h4 {
	margin: 10px 0;
	font-size: 17px;
	font-weight: bold;
}
.serviceList p {
	font-size: 14px;
}
.serviceList .btn {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #000;
	border-radius: 25px;
	height: 50px;
	font-weight: bold;
}
.serviceList .btn::after {
	content: '';
	position: absolute;
	top: 0;
	right: 25px;
	bottom: 0;
	height: 0;
	margin: auto 0;
	border-left: 8px solid #ccc;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
}
@media screen and (max-width: 768px) {
	.serviceList {
		flex-direction: column;
		gap: 30px;
	}
	.serviceList:last-child {
		margin-bottom: 60px;
	}
	.serviceList li {
		width: 100%;
		padding-bottom: 0;
	}
	.serviceList .img {
		text-align: center;
	}
	.serviceList h4 {
		font-size: 15px;
	}
	.serviceList p {
		font-size: 13px;
	}
	.serviceList .btn {
		position: relative;
		margin-top: 15px;
	}
}

.toggleTitle {
	position: relative;
	margin-bottom: 50px;
	display: flex;
	background-color: #fff;
	font-size: 18px;
	font-weight: bold;
	cursor: pointer;
}
.toggleTitle::after {
	content: '＋';
	position: absolute;
	top: 0;
	right: 13px;
	bottom: 0;
	width: 26px;
	height: 26px;
	margin: auto 0;
	border-radius: 50%;
	background-color: #cc0033;
	text-align: center;
	color: #fff;
	line-height: 26px;
}
.toggleTitle.open::after {
	content: '－';
}
.toggleTitle > span {
	padding: 15px 24px;
}
.toggleTitle .num {
	width: 160px;
	flex-shrink: 0;
	background-color: #333;
	padding: 15px 0;
	text-align: center;
	color: #fff;
}
@media screen and (max-width: 768px) {
	.toggleTitle {
		margin-bottom: 40px;
		font-size: 14px;
	}
	.toggleTitle::after {
		right: 10px;
	}
	.toggleTitle > span {
		padding: 12px 40px 12px 15px;
	}
	.toggleTitle .num {
		width: 80px;
		padding: 12px 0;
	}
}

.toggleBody {
	display: none;
	padding-bottom: 50px;
}
.toggleBody.show {
	display: block;
}
.toggleBody:last-child {
	padding-bottom: 0;
}
.toggleBody h4 {
	position: relative;
	margin: 25px 0 15px;
	padding: 0 130px 0 165px;
	font-size: 17px;
	font-weight: bold;
}
.toggleBody h4:first-child {
	margin-top: 0;
}
.toggleBody h4::before {
	content: '';
	position: absolute;
	top: 9px;
	left: 0;
	border-top: 1px solid #B3B3B3;
	width: 145px;
}
.toggleBody ul {
	padding: 0 130px 0 165px;
}
.toggleBody ul li {
	position: relative;
	padding-left: 18px;
}
.toggleBody ul li::before {
	content: '';
	position: absolute;
	top: 8px;
	left: 0;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #333;
}
.toggleBody .img {
	margin: 20px auto 30px;
	max-width: 550px;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.toggleBody {
		padding-bottom: 40px;
	}
	.toggleBody h4 {
		margin: 20px 0 12px;
		padding: 0 0 0 40px;
		font-size: 15px;
	}
	.toggleBody h4::before {
		top: 7px;
		width: 30px;
	}
	.toggleBody ul {
		padding: 0 0 0 40px;
	}
	.toggleBody ul li {
		padding-left: 15px;
	}
	.toggleBody ul li::before {
		top: 7px;
	}
	.toggleBody .img {
		margin: 15px auto 20px;
	}
}

.movie {
	max-width: 717px;
	margin: 0 auto 55px;
}
.movie p {
	margin-bottom: 40px;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.movie {
		margin: 0 auto 40px;
	}
	.movie p {
		margin-bottom: 25px;
	}
}

.contentsList {
	/* margin-bottom: 80px; */
	display: flex;
	justify-content: center;
	gap: 30px 2%;
}
.contentsList > li {
	width: 32%;
}
.contentsList a {
	display: block;
}
.contentsList a img {
	vertical-align: top;
	transition: opacity 0.3s;
}
.contentsList a:hover img {
	opacity: 0.8;
}
.contentsList a > span {
	position: relative;
	display: block;
	background-color: #D85D78;
	padding: 13px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	transition: opacity 0.3s;
}
.contentsList a:hover > span {
	opacity: 0.8;
}
.contentsList a > span::after {
	content: '';
	position: absolute;
	top: 0;
	right: 22px;
	bottom: 0;
	height: 0;
	margin: auto 0;
	border-left: 8px solid #fff;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
}
.contentsList p {
	margin-top: 10px;
	color: #cc0033;
	font-size: 14px;
	font-weight: bold;
}
@media screen and (max-width: 768px) {
	.contentsList {
		/* margin: 0 auto 50px; */
		margin: 0 auto;
		max-width: 339px;
		flex-direction: column;
		gap: 30px;
	}
	.contentsList > li {
		width: 100%;
	}
}

.bgTitle {
	margin-top: 35px;
	background-color: #323232;
	padding: 7px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}

.linkList li {
	position: relative;
	padding: 25px 65px 20px;
	font-size: 14px;
}
.linkList li::before {
	content: '';
	position: absolute;
	top: 28px;
	left: 36px;
	border-left: 8px solid #cc0033;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
}
.linkList li + li {
	border-top: 1px solid #B3B3B3;
}
.linkList a {
	text-decoration: underline;
}
.linkList a:hover {
	color: inherit;
	text-decoration: none;
}
.linkList .date {
	margin-top: 5px;
	color: #666;
}
@media screen and (max-width: 768px) {
	.linkList li {
		padding: 15px 0 15px 20px;
		font-size: 13px;
	}
	.linkList li::before {
		top: 17px;
		left: 0;
	}
 }

.newsLink {
	margin: 35px 0 80px;
	text-align: center;
}
.newsLink a {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #000;
	border-radius: 25px;
	width: 340px;
	max-width: 100%;
	height: 50px;
	transition: opacity 0.3s;
}
.newsLink a:hover {
	color: inherit;
	opacity: 0.7;
}
.newsLink a::after {
	content: '';
	position: absolute;
	top: 0;
	right: 20px;
	bottom: 0;
	height: 0;
	margin: auto 0;
	border-left: 8px solid #ccc;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
}