@charset "UTF-8";
/*
cuvic.css
*/
/* common
--------------------------------------------------------------------------- */
@media all and (max-width: 749px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media all and (max-width: 749px) {
  .sp {
    display: block;
  }
}

#cuvic .inner {
	padding: 0 20px;
}

@media all and (min-width: 1000px) {
	#cuvic .inner {
		max-width: 1000px;
		padding: 0;
		margin: 0 auto;
	}
}

.article_ttl_02 {
  margin-top: 0;
}

.article_ttl_02:not(:last-child) {
  margin-top: 0;
}

ul.list_point li {
  display: flex;
}
ul.list_point li::before {
  content: "●";
  color: #1283D6;
  margin-right: 5px;
}

/* hero
--------------------------------------------------------------------------- */
#hero {
  background: url(/solutions/cloud/img/solution/support/cuvic/kv_sp.jpg) no-repeat bottom center;
  background-size: cover;
  color: #fff;
  margin-bottom: 70px;
}

#hero .inner {
	width: 86.67%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	height: 141.87vw;
	padding-bottom: 70px;
}

#hero h1 {
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 10px;
}

#hero .catch {
	font-size: 18px;
	line-height: 1.6;
}

@media all and (min-width: 768px) {
	#hero {
		background: url(/solutions/cloud/img/solution/support/cuvic/kv.jpg) no-repeat center center;
		background-size: cover;
	}

	#hero .inner {
		width: 73.21%;
		display: flex;
		justify-content: center;
		height: 31.63vw;
		padding-bottom: 0;
	}

	#hero h1 {
		font-size: 40px;
		margin-bottom: 20px;
		text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
	}
	#hero .catch {
		font-size: 22px;
		text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
	}
}

@media all and (min-width: 1366px) {
	#hero .inner {
		height: 432px;
	}
}

/* cuvic_overview
--------------------------------------------------------------------------- */
#cuvic_overview .items_wrap {
	display: grid;
    gap: 20px;
	margin-bottom: 40px;
}

#cuvic_overview .items_wrap .top_items,
#cuvic_overview .items_wrap .bottom_items {
    display: grid;
    gap: 20px;
}

#cuvic_overview .items_wrap .top_items {
    grid-template-columns: repeat(2, 1fr);
}

#cuvic_overview .items_wrap .bottom_items {
    grid-template-columns: repeat(2, 1fr);
}

#cuvic_overview .items_wrap .bottom_items .item:nth-child(3) {
    grid-column: 1 / -1;
    justify-self: center;
    width: 46.77%;
}

#cuvic_overview .item .img {
	width: 120px;
	margin: 0 auto 10px;
}

#cuvic_overview .item .text {
	border: 1px solid #023D86;
	border-radius: 10px;
	text-align: center;
	color: #023D86;
	font-size: 14px;
	font-weight: 600;
	min-height: 104px;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1.6;
}

@media all and (min-width: 1000px) {
	#cuvic_overview .lead {
		margin-bottom: 40px;
	}

	#cuvic_overview .items_wrap {
		gap: 30px;
		margin-bottom: 60px;
	}

    #cuvic_overview .items_wrap .top_items {
        display: flex;
        justify-content: center;
		gap: 50px;
    }

    #cuvic_overview .items_wrap .top_items .item {
        width: calc((100% - 100px) / 3);
    }

    #cuvic_overview .items_wrap .bottom_items {
        grid-template-columns: repeat(3, 1fr);
		gap: 50px;
    }

    #cuvic_overview .items_wrap .bottom_items .item:nth-child(3) {
        grid-column: auto;
        justify-self: stretch;
        width: auto;
    }

	#cuvic_overview .item .text {
		min-height: 80px;
		font-size: 18px;
	}

	#cuvic_overview .item .text span {
		font-size: 16px;
	}
}

/* cuvic_reason
--------------------------------------------------------------------------- */
#cuvic_reason .item {
	margin-bottom: 20px;
	border: 1px solid #035CCA;
	border-radius: 10px;
	overflow: hidden;
}

#cuvic_reason .item .title {
	background-color: #035CCA;
	color: #fff;
	display: flex;
	align-items: center;
	padding: 20px 0;
}

#cuvic_reason .item .title .num,
#cuvic_reason .item .title .text {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.4;
}

#cuvic_reason .item .title .num {
	width: 20%;
	text-align: center;
}

#cuvic_reason .item .title .text {
	border-left: 1px solid #fff;
	width: 74%;
	padding: 5px 0 5px 6%;
}


#cuvic_reason .item .detail {
	padding: 20px;
	line-height: 1.6;
}

@media all and (min-width: 768px) {
  #cuvic_reason {
	padding-top: 80px;
	padding-bottom: 80px;
  }

  #cuvic_reason .items {
	margin-bottom: 60px;
  }

  #cuvic_reason .item {
	display: flex;
  }

  #cuvic_reason .item .title {
	width: 34%;
  }

  #cuvic_reason .item .title .text {
	height: 100%;
	display: flex;
	align-items: center;
  }

  #cuvic_reason .item .detail {
	width: 64%;
	display: flex;
	align-items: center;
  }
}

/* cuvic_detail
--------------------------------------------------------------------------- */
#cuvic_detail {
	background-color: #EDF3FA;
	padding-top: 80px;
	padding-bottom: 80px;
}

#cuvic_detail h3 {
	color: #035ACA;
	font-size: 18px;
	font-weight: 600;
	display: flex;
	margin-bottom: 40px;
}

#cuvic_detail h3::before {
	content: "●";
	color: #035ACA;
}

#cuvic_detail .item {
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 40px;
}

#cuvic_detail .item .title {
	padding: 20px;
	min-height: 146px;
	position: relative;
	display: flex;
	align-items: center;
}
#cuvic_detail .item .title::before {
	content: "";
	display: block;
	background: linear-gradient(to right, rgba(3, 90, 202, 1), rgba(3, 90, 202, 0.6));
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

#cuvic_detail .item .title .text {
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 10px;
	position: relative;
	z-index: 1;
}
#cuvic_detail .item .title .tag {
	background-color: #fff;
	color: #035ACA;
	border-radius: 100px;
	display: inline-block;
	line-height: 1;
	font-weight: 600;
	padding: 5px 2rem;
	position: relative;
	z-index: 1;
}

#cuvic_detail .item .detail_wrap {
	background-color: #fff;
	padding: 20px 20px 0;
}

#cuvic_detail .item .detail_wrap .detail:not(:first-of-type) {
	padding-top: 20px;
}

#cuvic_detail .item .detail_wrap .detail:not(:last-of-type) {
	border-bottom: 1px solid #BEC6D0;
}

#cuvic_detail .item .detail_wrap .detail dt {
	color: #003D86;
	font-size: 18px;
	font-weight: 600;
}
#cuvic_detail .item .detail_wrap .detail dt::before {
	content: "●";
	color: #035ACA;
	margin-right: 5px;
}

#cuvic_detail .item .detail_wrap .detail dd {
	padding: 0 20px 20px;
}

#cuvic_detail .item01 .title {
	background: url(/solutions/cloud/img/solution/support/cuvic/detail_bg01.jpg) no-repeat top right;
	background-size: cover;
}

#cuvic_detail .item02 .title {
	background: url(/solutions/cloud/img/solution/support/cuvic/detail_bg02.jpg) no-repeat top right;
	background-size: cover;
}

#cuvic_detail .item03 .title {
	background: url(/solutions/cloud/img/solution/support/cuvic/detail_bg03.jpg) no-repeat top right;
	background-size: cover;
}

#cuvic_detail .item04 .title {
	background: url(/solutions/cloud/img/solution/support/cuvic/detail_bg04.jpg) no-repeat top right;
	background-size: cover;
}

#cuvic_detail .item05 .title {
	background: url(/solutions/cloud/img/solution/support/cuvic/detail_bg05.jpg) no-repeat top right;
	background-size: cover;
}

@media all and (min-width: 768px) {
	#cuvic_detail .item {
		margin-bottom: 60px;
	}

	#cuvic_detail .item .title::before {
		background: linear-gradient(to right, rgba(3, 90, 202, 1) 0%, rgba(3, 90, 202, 1) 50%, rgba(3, 90, 202, 0) 80%, rgba(3, 90, 202, 0) 100%);
	}

	#cuvic_detail .item .title {
		background-size: contain;
	}
  }

/* cuvic_faq
--------------------------------------------------------------------------- */
#cuvic_faq {
  padding-top: 80px;
  padding-bottom: 60px;
}

#cuvic_faq .page_con_btn {
  margin-top: 80px;
}
@media all and (max-width: 749px) {
  #cuvic_faq .page_con_btn {
    margin-top: 40px;
  }
}
