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

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

/* endpoint */
.endpoint {
  padding: 100px 0;
  background: #1e2534;
}
.lead_text {
	margin-bottom: 60px;
	color: #fff;
	font-size: 22px;
}
.lead_image {
	margin-bottom: 60px;
	text-align: center;
}
.lead_text2 {
	margin-bottom: 28px;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}
.lead_note {
	padding-left: 1.4em;
	text-indent: -1.4em;
	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_item {
	margin-bottom: 32px;
	padding: 40px 20px 56px;
	background: #fff;
	border-radius: 8px;
}
.can_item.can_arrow {
	position: relative;
	margin-bottom: 152px;
}
.can_item.can_arrow::after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -120px;
	width: 295px;
	height: 87px;
	background: url("/prime-connectone/img/ico_endpoint_arrow.png") no-repeat center center /contain;
}
.can_item:last-child {
	margin-bottom: 0;
}
.can_item h4 {
	margin-bottom: 40px;
	font-size: 30px;
	font-weight: 500;
	text-align: center;
}
.can_item figure {
	margin-top: 80px;
}
.can_fin_ttl {
	margin: 60px auto 16px;
	color: #fe643a;
	text-align: center;
}
.can_fin_text {
	font-size: 22px;
	font-weight: 500;
	text-align: center;
}
.can_lead {
	margin: 100px auto 90px;
}
.can_lead h4 {
	margin-bottom: 40px;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}
.merit_box {
	counter-reset: num;
}
.merit_item {
	counter-increment: num;
	margin-bottom: 60px;
	padding: 40px;
	background: #fff;
	border-radius: 8px;
}
.merit_item h4 {
	margin-bottom: 24px;
	font-size: 24px;
	font-weight: bold;
}
.merit_item h4 span {
	margin-right: 16px;
	padding: 1px 20px;
	background: #2564AF;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	line-height: 1;
	letter-spacing: 5px;
}
.merit_item h4 span::after {
	content: counter(num);
    display: inline-block;
    width: 18px;
    aspect-ratio: 1 / 1;
    background: #fff;
    color: #2564AF;
    text-align: center;
    line-height: 1.1;
	letter-spacing: 0;
    border-radius: 50%;
}
.merit_item p {
	margin-bottom: 60px;
	font-size: 19px;
}
.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_item {
		padding: 30px 15px 40px;
	}
	.can_item h4 {
		font-size: 20px;
	}
	.can_fin_text {
		font-size: 18px;
	}
	.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_box {
		padding: 20px;
	}
	.can_box h3 {
		font-size: 4vw;
	}
	.can_item {
		padding: 20px;
	}
	.can_item h4 {
		font-size: max(3.5vw,12px);
	}
	.can_fin_text {
		font-size: max(3vw,12px);
	}
	.can_lead h4 {
		font-size: max(3.5vw,12px);
	}
	.merit_item h4 {
		font-size: max(3.5vw,12px);
	}
	.merit_item h4 span {
		display: block;
		margin-right: 0;
		margin-bottom: 10px;
		padding: 5px 20px;
		width: fit-content;
		font-size: max(3vw,12px);
	}
	.merit_item h4 span::after {
	    width: 3.5vw;
	}
	.merit_item p {
		font-size: max(3vw,12px);
	}
	.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) {
}
