@charset "UTF-8";
/* CSS Document */

/* index */
/* -+-+-+-+-+-+-+-+-+-+-+-+- index Style */
#contents_tech_solution {
	width: 1200px;
	height: 400px;
	display: block;
	margin: 0;
	background-color: #93826C;
}
.copy_ts_18 {
	width: 964px;
	display: block;
	margin: 0 118px;
	font-size: 18px;
	line-height: 1.77;
	text-align: justify;
	color: #FFFBDA;
	letter-spacing: 2px;
}
#contents_one_solution {
	height: 300px;
	display: block;
	margin: 0;
	padding: 0 90px;
	background-color: #FFFCE4;
}
#ttl_one_solution {
	width: 1020px;
	padding-top: 50px;
	margin-bottom: 20px;
	text-align: center;
	font: 25px "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color: #93826C;
	letter-spacing: 2px;
	display: block;
}
.copy_os_16 {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #93826C;
}
.copy_os_26 {
	font-size: 26px;
	line-height: 2;
	text-align: center;
	color: #93826C;
	letter-spacing: 1px;
}

#contents_news {
	padding: 50px 125px;
	margin: 0;
	background-color: #9FD2F1;
	clear: both;
}
#contents_news h2 {
	margin-bottom: 20px;
	text-align: center;
	font: 25px "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color: #FFF;
	letter-spacing: 2px;
}

#contents_news .list .item a {
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
	text-decoration-color: #fff;
	transition: .2s;
	text-decoration: none;
}

#contents_news .list .item a:hover {
	opacity: .7;
}

#contents_news .list .item a time {
	display: block;
	color: #fff;
	width: 95px;
}

#contents_news .list .item a h3 {
	width: calc(100% - 110px);
	color: #fff;
	font-weight: normal;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-decoration: underline;
}

#news {
	display: block;
	background-color: #9FD2F1;
	width: 950px;
	margin-top: 15px;
	height: 120px;
	overflow-y: hidden;
	padding-top: 15px;
}

.swiper-fv .swiper-slide img {
	object-fit: cover
}

.swiper-fv .swiper-pagination {
	display: flex;
	justify-content: center;
	position: absolute;
	bottom: 10px;
	width: 100%
}

.swiper-fv .swiper-pagination .swiper-pagination-bullet {
	display: block;
	width: 10px;
	height: 10px;
	background: #989898;
	border-radius: 50%;
	outline: none
}

.swiper-fv .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #666
}