@charset "UTF-8";
/*
	kv
-----------------------------------------------------------------------------------------------*/
#kv{
	background: url(../img/kv_top_pc.png) no-repeat center center / cover;
}

/*
	about
-----------------------------------------------------------------------------------------------*/
#about .cmn__txt{
	margin-top: 25px;
}

/*
	point
-----------------------------------------------------------------------------------------------*/
.point__imgBox{
	overflow: hidden;
	-ms-overflow-style: none;
}
.point__img{
	display: flex;
	flex-direction: column-reverse;
	-ms-overflow-style: none;
    scrollbar-width: none;
}
.point__img img{
	min-width: 750px;
}

/*
	zerotrust
-----------------------------------------------------------------------------------------------*/
#zerotrust{
	background-color: var(--DBlue);
}
/*bg */
.bg__zerotrust::before,
.bg__zerotrust::after{
	width: 280px;
}
.bg__zerotrust::before{
	height: 495px;
	background: url(../img/bg_zerotrust_pattern01.png) no-repeat center center / contain;
	bottom: 0;
	left: 0;
}
.bg__zerotrust::after{
	height: 400px;
	background: url(../img/bg_zerotrust_pattern02.png) no-repeat center center / contain;
	top: 0;
	right: 0;
}
#zerotrust .cmn__ttl{
	color: #fff;
}
.zerotrust__detail{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 70px 0;
	color: #fff;
}
.zerotrust__txtBox{
	position: relative;
}
.zerotrust__txtBox::after{
	content: '';
	width: 990px;
	height: 90px;
	background: url(../img/bg_zerotrust_triangle.png) no-repeat center center / cover;
	position: absolute;
	transform: translateX(-50%);
	bottom: 25%;
	left: 50%;
}
.zerotrust__ttl{
	display: inline-block;
	padding: 0 30px;
	font-size: 2.6rem;
	font-weight: var(--black);
	position: relative;
}
.zerotrust__ttl::before,
.zerotrust__ttl::after{
	content: '';
	width: 18px;
	height: 30px;
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
}
.zerotrust__ttl::before{
	background: url(../img/deco_zerotrust01.svg) no-repeat center center / cover;
	left: 0;
}
.zerotrust__ttl::after{
	background: url(../img/deco_zerotrust02.svg) no-repeat center center / cover;
	right: 0;
}
.zerotrust__txt{
	margin-top: 15px;
	font-size: 1.5rem;
	line-height: 2.4;
	position: relative;
	z-index: 1;
}
.zerotrust__txt-bold{
	margin-top: 80px;
	color: #aef7fd;
	font-size: 2rem;
	font-weight: var(--black);
	position: relative;
	z-index: 99;
}
/*
	solution
-----------------------------------------------------------------------------------------------*/
#solution .ctsArea{
	padding-top: 40px;
}

/*
	service
-----------------------------------------------------------------------------------------------*/
#service{
	background-image: linear-gradient(135deg, #92c3ef 0%, #eff8fb 100%);
}
#service .ctsArea{
	z-index: 1;
}
#service .cmn__ttl{
	margin-bottom: 60px;
}
/*bg */
.bg__service::before,
.bg__service::after{
	width: 315px;
}
.bg__service::before{
	height: 405px;
	background: url(../img/bg_service_pattern01.png) no-repeat center center / contain;
	bottom: 0;
	left: 0;
}
.bg__service::after{
	height: 305px;
	background: url(../img/bg_service_pattern02.png) no-repeat center center / contain;
	top: 0;
	right: 0;
}
.service__list{
	display: flex;
	justify-content: space-between;
}
.service__list li{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 35px 15px;
	width: calc((100% - 50px)/3);
	background-color: #fff;
	border-radius: 10px;
	position: relative;
}
.service__box{
	padding-top: 90px;
}
.service__box img{
	height: 153px;
	position: absolute;
	transform: translateX(-50%);
	top: -10%;
	left: 50%;
}
.service__ttl{
	color: var(--LBlue);
	font-size: 1.7rem;
	font-weight: var(--black);
	line-height: 1.4;
}
.service__txt{
	margin-top: 20px;
	text-align: justify;
	font-size: 1.5rem;
	line-height: 1.4;
}
/* btn
============================== */
.service__btn{
	margin-top: 25px;
}
.service__btn a{
	background-color: var(--LBlue);
}

/*
	product
-----------------------------------------------------------------------------------------------*/
.product__detail{
	padding: 25px;
	background-color: var(--gray);
	border-radius: 10px;
	overflow: hidden;
	-ms-overflow-style: none;
}

/* 
	product__list
============================== */
.product__list{
	display: flex;
	gap: 0 8px;
	-ms-overflow-style: none;
    scrollbar-width: none;
}
.product__item{
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	padding: 20px 15px;
	width: calc((100% - 32px)/5);
	background-color: #fff;
}
.product__logo{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100px;
}
.product__logo img{
	width: 150px;
}
.product__ttl{
	color: var(--blue);
	font-size: 1.8rem;
	font-weight: var(--bold);
	line-height: 1;
}
.product__txt{
	margin-top: 15px;
	text-align: justify;
	font-size: 1.5rem;
	letter-spacing: 0.06rem;
	line-height: 1.5;
}
/* 注釈 */
[class$="__note"]{
	margin-top: 8px;
	line-height: 1;
	font-size: 1rem;
}
/* 
	btn
============================== */
.product__btn{
	margin-top: auto;
	padding-top: 20px;
}
.product__btn a{
	padding: 15px 0;
	font-size: 1.6rem;
}

/*
	case
-----------------------------------------------------------------------------------------------*/
#case .cmn__ttl{
	margin-bottom: 30px;
}
.case__list{
	display: flex;
	gap: 0 15px;
	justify-content: center;
}
.case__item{
	width: calc((100% - 32px)/3);
}
.case__link{
	border: 1px solid #657685;
	border-radius: var(--border-radius-5);
	display: block;
	overflow: hidden;
	text-align: left;
}
.case__figure{
	overflow: hidden;
}
.case__box{
	background: #eef3f9;
	padding: 20px 20px 15px;
}
.case__tit{
	font-size: 2.0rem;
	margin-bottom: 8px;
}
.case__txt{
	font-size: 1.3rem;
	line-height: 170%;
}
.case__deco{
	align-items: center;
	border-top: 1px solid #000;
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
	padding: 13px 3px 0;
}
.case__deco--name{
	color: var(--color-blue);
	font-size: 1.0rem;
}
.case__deco--sign{
	font-size: 1.1rem;
	padding-right: 20px;
	position: relative;
}
.case__deco--sign::before{
	background: url(/eye-bousai/assets/img/ico_arrow_02.svg) no-repeat center center / cover;
	content: '';
	height: 7px;
	position: absolute;
	right: 0;
	top: 55%;
	transform: translate(0, -50%);
	width: 14px;
}
@media (hover: hover){
	.case__link:hover{
		box-shadow: 0 0 8px rgb(var(--color-blue-rgb) / 40%);
	}
	.case__figure--picture{
		transition: transform .3s;
	}
	.case__link:hover .case__figure--picture{
		transform: scale(1.05);
		transition: transform .3s;
	}
	.case__deco--sign{
		transition: color .3s;
	}
	.case__link:hover .case__deco--sign{
		color: var(--color-blue);
		transition: color .3s;
	}
}

/*
	news
-----------------------------------------------------------------------------------------------*/
#news .ctsArea{
	padding: 70px 100px 100px;
}
.news__list{
	max-height: 400px;
	overflow-y: scroll;
	/*スクロールバー非表示（IE・Edge）*/
	-ms-overflow-style: none;
	/*スクロールバー非表示（Firefox）*/
	scrollbar-width: none;
}
/*スクロールバー非表示（Chrome・Safari）*/
.news__list::-webkit-scrollbar{
	display:none;
  }
.news__list li{
	padding: 28px 0 30px;
	background-size: 10px 2px;
	background-image: linear-gradient(to right,rgba(12,75,175,0.5) 2px, transparent 2px);
	background-position: left bottom;
	background-repeat: repeat-x;
}
.news__btn{
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--black);
	transition: all .4s;
}
.news__btn:hover{
	opacity: 0.6;
	transition: all .4s;
}
.news__list li:first-child{
	padding-top: 0;
}
.news__list li:last-child{
	padding-bottom: 0;
	background: none;
}
/* 更新日 */
.date{
	max-width: 95px;
	font-size: 1.8rem;
	font-weight: var(--medium);
}
.news__txt{
	padding: 0 30px;
	width: calc(100% - 215px);
	text-align: justify;
	line-height: 1.5;
}
/* アイコン */
.column__ico{
	margin-left: 10px;
}



@media screen and (max-width:897px){
	/*
	kv
	-----------------------------------------------------------------------------------------------*/
	#kv{
		background: url(../img/kv_top_sp.png) no-repeat center bottom / cover;
	}

	/*
		point
	-----------------------------------------------------------------------------------------------*/
	.point__img{
		overflow-x: scroll;
	}

	/*
		zerotrust
	-----------------------------------------------------------------------------------------------*/
	/*bg */
	.bg__zerotrust::before,
	.bg__zerotrust::after{
		width: 180px;
	}
	.bg__zerotrust::before{
		height: 320px;
	}
	.bg__zerotrust::after{
		height: 250px;
	}
	.zerotrust__detail{
		gap: 70px 0;
		margin-top: 30px;
		color: #fff;
	}
	.zerotrust__txtBox{
		position: relative;
	}
	.zerotrust__txtBox::after{
		width: 110%;
		background: url(../img/bg_zerotrust_triangle.png) no-repeat center center / contain;
		bottom: 27%;
	}
	.zerotrust__ttl{
		font-size: 2rem;
	}
	.zerotrust__txt{
		text-align: justify;
		line-height: 2;
	}
	.zerotrust__txt-bold{
		margin-top: 50px;
		font-size: 1.8rem;
		line-height: 1.8;
	}

	/*
		service
	-----------------------------------------------------------------------------------------------*/
	#service .cmn__ttl{
		margin-bottom: 50px;
	}
	/*bg */
	.bg__service::before,
	.bg__service::after{
		width: 200px;
	}
	.bg__service::before{
		height: 250px;
	}
	.bg__service::after{
		height: 180px;
	}
	.service__list{
		flex-direction: column;
		gap: 35px 0;
	}
	.service__list li{
		display: block;
		padding: 35px 20px;
		width: 100%;
	}
	.service__box{
		padding-top: 100px;
	}
	.service__box img{
		width: auto;
		height: 140px;
		top: -5%;
	}
	.service__ttl{
		font-size: 1.8rem;
		line-height: 1.4;
	}

	/*
		product
	-----------------------------------------------------------------------------------------------*/
	.product__detail{
		padding: 25px;
		background-color: var(--gray);
		border-radius: 10px;
		overflow: hidden;
	}
	/* 
		product__list
	============================== */
	.product__list{
		overflow-x: scroll;
	}
	.product__item{
		min-width: 80%;
	}
	.product__ttl{
		font-size: 2.2rem;
	}
	/* 
		btn
	============================== */
	.product__btn{
		margin-top: auto;
		padding-top: 20px;
	}
	.product__btn a{
		padding: 15px 0;
		font-size: 1.6rem;
	}

	/*
		case
	-----------------------------------------------------------------------------------------------*/
	.case__item{
		width: 100%
	}

	/*
		news
	-----------------------------------------------------------------------------------------------*/
	#news .ctsArea{
		padding: 50px 15px 80px;
	}
	.news__list{
		max-height: 320px;
	}
	.news__list li{
		padding: 18px 0 25px;
	}
	.news__btn{
		flex-wrap: wrap;
	}
	.news__txt{
		margin-top: 10px;
		padding: 0;
		width: 100%;
		line-height: 1.4;
	}
	/* アイコン */
	.column__ico{
		margin-right: auto;
	}
}