@charset "UTF-8";
/**
 * NTT PC
 */

/*-------------------------------------------------------------*/
/* main */

/* dns */
.dns {
  padding: 100px 0;
  background: #1e2534;
}
.lead_text {
	margin-bottom: 24px;
	color: #fff;
	font-size: 22px;
}
.lead_note {
  margin-bottom: 80px;
	padding-left: 2em;
	text-indent: -2em;
	color: #fff;
	font-size: 12px;
}
.can_box {
	padding: 72px 60px;
	background: #EFF3F8;
	border-radius: 16px;
}
.can_box h3 {
	margin: 0 auto 60px;
	padding: 8px;
	max-width: 868px;
	background: linear-gradient(90deg,#1D70AA,#1D244D);
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}
.can_list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 80px;
	margin-bottom: 100px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.can_list li {
	width: fit-content;
}
.can_list li figure {
	margin-bottom: 16px;
}
.can_item {
	margin-bottom: 32px;
	padding: 40px 20px 56px;
	background: #fff;
	font-size: 20px;
	text-align: center;
	border-radius: 8px;
}
.can_item:last-child {
	margin-bottom: 0;
}
.can_item h4 {
	margin-bottom: 40px;
	font-size: 30px;
	font-weight: 500;
}
.can_item h4 img {
	margin-right: 16px;
	vertical-align: middle;
}
.can_item figure {
	margin-top: 80px;
}

.service_box {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	gap: 20px;
  margin-top: 60px;
}
.service_box a {
	display: flex;
	justify-content: center;
	align-content: center;
	flex-wrap: wrap;
	gap: 16px;
	padding: 25px;
	width: calc((100% - 20px) / 2);
	background: linear-gradient(180deg,#1D70AA,#1DB7AA);
	color: #fff;
	text-align: center;
	border-radius: 8px;
}
.service_box a:hover {
	opacity: .7;
}
.service_box a h4 {
	width: 100%;
	font-size: 24px;
	font-weight: bold;
}
.service_box a p {
	width: 100%;
	font-size: 20px;
	font-weight: bold;
}
.service_box a p::after {
	content: "";
	display: inline-block;
	margin-left: 10px;
	width: 24.75px;
	aspect-ratio: 33 / 30;
	background: url("/prime-connectone/img/ico_arrow_right.png") no-repeat center center /contain;
	vertical-align: middle;
}

@media (max-width: 1399px) {
}
@media (max-width: 1199px) {
	.service_box a h4 {
		font-size: 18px;
	}
	.service_box a p {
	    font-size: 17px;
	}
	.service_box a p::after {
		width: 20px;
	}
}
@media (max-width: 991px) {
	.can_box {
		padding: 50px 35px;
	}
	.can_box h3 {
		font-size: 24px;
	}
	.can_list {
		gap: 30px;
	}
	.can_list li {
		width: 100%;
	}
	.can_item {
		padding: 30px 15px 40px;
		font-size: 16px;
	}
	.can_item h4 {
		font-size: 20px;
	}
	.can_item h4 img {
		width: 60px;
	}
	.service_box a {
		padding: 15px;
		width: 100%;
	}
	.service_box a h4 {
		font-size: 24px;
	}
	.service_box a p {
	    font-size: 20px;;
	}
	.service_box a p::after {
		width: 24.75px;
	}
}
@media (max-width: 767px) {
	.lead_text {
		font-size: 4vw;
	}
	.lead_note {
		font-size: max(2.5vw,12px);
	}
	.can_list {
		font-size: max(3vw,12px);
	}
	.can_box {
		padding: 20px;
	}
	.can_box h3 {
		font-size: 4vw;
	}
	.can_item {
		padding: 20px;
		font-size: max(3vw,12px);
	}
	.can_item h4 {
		font-size: max(3.5vw,12px);
	}
	.can_item h4 img {
		width: max(10vw,36px);
	}
	.service_box a h4 {
		font-size: 4vw;
	}
	.service_box a p {
	    font-size: max(3.5vw,12px);
	}
	.service_box a p::after {
		width: max(3.6vw,13px);
	}
}
@media (max-width: 575px) {
}
