@charset "UTF-8";
.eIntro {
	margin: 60px 0 80px;
}
.eIntro_inner {}
.eIntro_cols {
	display: flex;
	justify-content: space-between;
}
.eIntro_col {}
.eIntro_col-no1 {}
.eIntro_title {
	font-weight: normal;
	font-size: 26px;
	margin-bottom: 16px;
	line-height: 1.4;
}
.eIntro_text {}
.eIntro_col-no2 {
	width: 185px;
	min-width: 185px;
	margin-left: 20px;
}
.eIntro_link {}
.eIntro_link > a {
	display: block;
	text-decoration: none;
	color: inherit;
	transition-duration: .3s;
	transition-property: opacity;
}
.eIntro_link > a::before {
	content: "";
}
.eIntro_link > a::after {
	content: "";
}
.eIntro_link > a > img {
	display: block;
}
.cont_areaText {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.cont_title {
	text-align: center;
}
.eNews {
	background: rgba(34, 34, 34, 0.9);
	position: absolute;
	z-index: 2;
	width: 100%;
	bottom: 0;
	left: 0;
}
.eNews_inner {
	height: 120px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #fff;
}
.eNews_title {
	font-size: 36px;
	font-weight: normal;
	line-height: 1.2;
	margin-bottom: 6px;
}
.eNews_text {}
.slick-dots {
	bottom: 130px;
}
.use {
	background: #EDF2F7;
	padding: 70px 0 70px;
}
.use_inner {}
.use_title {}
.use_title > b {}
.use_list {
	list-style: none;
}
.use_list > li {
	text-indent: -1.3em;
	padding-left: 1.3em;
}
.use_list > li:first-child {}
.use_list > li:last-child {}
.use_list > li:nth-child(2n+1) {}
.use_list > li:nth-child(n+3) {}
.use_linkList {
	list-style: none;
	justify-content: center;
	margin-top: 35px;
	max-width: 380px;
	margin-left: auto;
	margin-right: auto;
}
.use_linkList > li {}
.use_linkList > li:first-child {}
.use_linkList > li:last-child {}
.use_linkList > li:nth-child(2n+1) {}
.use_linkList > li:nth-child(n+3) {}
.use_linkList > li > a {}
.use_linkList > li > a:hover {}
.use_linkList > li > a::before {
	content: "";
}
.use_linkList > li > a::after {
	content: "";
}
@media screen and (min-width:1000px) {
	.eIntro_link > a:hover {
		opacity: .7;
	}
}
@media screen and (max-width:999px) {
	.eIntro {
		margin: 60px 0;
	}
	.eIntro_inner {}
	.eIntro_cols {}
	.eIntro_col {}
	.eIntro_col-no1 {}
	.eIntro_title {
		font-size: 22px;
	}
	.eIntro_text {}
	.eIntro_col-no2 {
		width: 150px;
		min-width: 150px;
		margin-left: 15px;
	}
	.eIntro_link {}
	.eIntro_link > a {}
	.eIntro_link > a::before {}
	.eIntro_link > a::after {}
	.eIntro_link > a > img {}
	.cont_areaText {}
	.cont_title {}
	.eNews {}
	.eNews_inner {}
	.eNews_title {
		font-size: 30px;
	}
	.eNews_text {}
	.slick-dots {}
	.use {}
	.use_inner {}
	.use_title {}
	.use_title > b {}
	.use_list {}
	.use_list > li {}
	.use_list > li:first-child {}
	.use_list > li:last-child {}
	.use_list > li:nth-child(2n+1) {}
	.use_list > li:nth-child(n+3) {}
}
@media screen and (max-width:767px) {
	.eIntro {
		margin: 45px 0;
	}
	.eIntro_inner {}
	.eIntro_cols {
		display: block;
	}
	.eIntro_col {}
	.eIntro_col-no1 {}
	.eIntro_title {
		font-size: 18px;
		margin-bottom: 10px;
	}
	.eIntro_text {}
	.eIntro_col-no2 {
		margin: 15px auto 0;
	}
	.eIntro_link {}
	.eIntro_link > a {}
	.eIntro_link > a::before {}
	.eIntro_link > a::after {}
	.eIntro_link > a > img {}
	.cont_areaText {}
	.cont_title {}
	.eNews {}
	.eNews_inner {
		height: 90px;
	}
	.eNews_title {
		font-size: 20px;
	}
	.eNews_text {
		line-height: 1.4;
	}
	.slick-dots {
		bottom: 90px;
	}
	.use {
		padding: 45px 0;
	}
	.use_inner {}
	.use_title {}
	.use_title > b {}
	.use_list {}
	.use_list > li {}
	.use_list > li:first-child {}
	.use_list > li:last-child {}
	.use_list > li:nth-child(2n+1) {}
	.use_list > li:nth-child(n+3) {}
}
/* チャットボット
.bebot-widget {
      left: 10px !important;
    } */