@charset "utf-8";

@media only screen and (max-width:991px) {}
@media only screen and (max-width:767px) {}
@media only screen and (max-width:374px) {}


/*************************************************

 gNav

*************************************************/
@media only screen and (min-width:992px) {
	#gNav .btns {
		display: block;
	}
}


/*************************************************

 mainSlide

*************************************************/
#mainSlide {
	position: relative;
	margin-bottom: 40px;
}
#mainSlide img {
	width: 100%;
}
#mainSlide .slick-dots {
	display: flex;
	justify-content: center;
	line-height: 0;
	margin-top: 28px;
}
#mainSlide .slick-dots li {
	margin: 0 10px;
}
#mainSlide .slick-dots button {
	overflow: hidden;
	display: block;
	width: 13px;
	height: 13px;
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 50%;
	background-color: #ddecdb;
	text-indent: -9999px;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
}
#mainSlide .slick-dots .slick-active button {
	background-color: #46a28d;
}
@media only screen and (max-width:767px) {
	#mainSlide {
		margin-bottom: 20px;
	}
	#mainSlide .slick-dots {
		margin-top: 20px;
	}
	#mainSlide .slick-dots li {
		margin: 0 5px;
	}
	#mainSlide .slick-dots button {
		width: 7px;
		height: 7px;
	}
}


/*************************************************

 leadArea

*************************************************/
.leadArea {
	text-align: center;
}
.leadArea .title {
	margin-bottom: 10px;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.3;
}
.leadArea p {
	font-size: 18px;
	font-weight: 700;
}
@media only screen and (max-width:767px) {
	.leadArea {
		text-align: center;
	}
	.leadArea .title {
		margin-bottom: 6px;
		font-size: 18px;
	}
	.leadArea p {
		font-size: 13px;
	}
}



/*************************************************

 works

*************************************************/
#works {
	position: relative;
}
#works .absbtn {
	position: absolute;
	top: 40px;
	right: 0;
}
#works .list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -14px;
	padding-top: 10px;
}
#works .list li {
	box-sizing: border-box;
	width: 25%;
	padding: 0 14px 50px;
}
#works .list a {
	display: block;
	color: #231815;
	font-size: 11px;
	line-height: 1.3;
	text-decoration: none;
}
#works .list figure {
	overflow: hidden;
	position: relative;
	padding-bottom: 86.0558%;
}
#works .list figure img {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
}
#works .list .name {
	margin: 15px 15px 5px;
	font-size: 14px;
	font-weight: 700;
}
#works .list p {
	padding: 0 15px;
}

@media only screen and (max-width:767px) {
	#works .absbtn {
		position: static;
	}
	#works .list {
		display: flex;
		flex-wrap: wrap;
		margin: 0 -7px;
		padding-top: 10px;
	}
	#works .list li {
		width: 50%;
		padding: 0 7px 20px;
	}
	#works .list a {
		font-size: 10px;
	}
	#works .list .name {
		margin: 5px 0 2px;
		font-size: 12px;
	}
	#works .list p {
		padding: 0;
	}
	#works .btn {
		 margin-top: 20px;
	}
}

/*************************************************

 news

*************************************************/
#news {
	position: relative;
	padding: 50px 0;
	border-top: #46a28d solid 6px;
	border-bottom: #46a28d solid 6px;
}
#news:before,
#news:after {
	position: absolute;
	left: 0;
	display: block;
	content: '';
	width: 100%;
	height: 3px;
	background-color: #46a28d;
}
#news:before {
	top: 5px
}
#news:after {
	bottom: 5px
}
#news .absbtn {
	position: absolute;
	top: 50px;
	right: 0;
}
#news .lists {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#news .lists li {
	width: 44.9541%;
	margin-bottom: 40px;
}
#news .lists a {
	display: flex;
	justify-content: space-between;
	color: #231815;
	font-size: 12px;
	text-decoration: none;
}
#news .lists .img {
	width: 29.1111%;
}
#news .lists .img img {
	width: 100%;
}
#news .lists .texts {
	width: 64.4444%;
}
#news .lists .texts .meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
#news .lists .texts .date {
	margin-right: 20px;
	color: #786476;
	font-size: 16px;
	font-weight: 700;
}
#news .lists .texts .cat span {
	display: block;
	width: 130px;
	color: #786476;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	border: #786476 solid 1px;
}
#news .lists .ttl {
	margin-bottom: 5px;
	font-size: 18px;
	font-weight: 700;
} 
#news .banners {
	display: flex;
	margin: 0 -9px;
	justify-content: center;
}
#news .banners li {
	box-sizing: border-box;
	width: 33.33333%;
	padding: 9px;
}
@media only screen and (max-width:767px) {
	#news {
		padding: 25px 0 35px;
		border-width: 3px;
	}
	#news:before,
	#news:after {
		height: 2px;
	}
	#news:before {
		top: 2px
	}
	#news:after {
		bottom: 2px
	}
	#news .absbtn {
		position: static;
		margin-bottom: 15px;
	}
	#news .lists {
		display: block;
	}
	#news .lists li {
		width: auto;
		margin-bottom: 23px;
	}
	#news .lists a {
		font-size: 10px;
	}
	#news .lists .texts .date {
		margin-right: 10px;
		font-size: 8px;
	}
	#news .lists .texts .cat span {
		width: 80px;
		font-size: 7px;
	}
	#news .lists .ttl {
		margin-bottom: 3px;
		font-size: 13px;
	} 
	#news .banners {
		display: block;
		margin: 0 auto;
		max-width: 80%;
		text-align: center;
	}
	#news .banners li {
		width: auto;
		padding: 0;
	}
	#news .banners li + li {
		margin-top: 14px;
	}
}


/*************************************************

 feature

*************************************************/
#feature {
	margin-bottom: 150px;
}
#feature .lists {
	display: flex;
	justify-content: space-between;
	max-width: 980px;
	margin: 0 auto 55px;
}
#feature .lists li {
	width: 45.9184%;
}
#feature .lists .label {
	margin-bottom: 20px;
	text-align: center;
	line-height: 0;
}
#feature .lists .ttl {
	margin-bottom: 10px;
	font-size: 32px;
	font-weight: 700;
	text-align: center;
	line-height: 1.4;
}
#feature .lists .img {
	text-align: center;
}
#feature .lists p {
	margin-top: 13px;
}
@media only screen and (max-width:767px) {
	#feature {
		margin-bottom: 70px;
	}
	#feature .lists {
		display: block;
		margin-bottom: 25px;
	}
	#feature .lists li {
		width: auto;
	}
	#feature .lists li + li {
		 margin-top: 30px;
	}
	#feature .lists .label {
		margin-bottom: 10px;
	}
	#feature .lists .label img {
		width: 100px;
	}
	#feature .lists .ttl {
		margin-bottom: 10px;
		font-size: 18px;
	}
	#feature .lists p {
		margin-top: 10px;
		font-size: 12px;
		line-height: 1.4;
	}
}



/*************************************************

 service

*************************************************/
#service {
	position: relative;
	margin-bottom: 150px;
}
#service .absbtn {
	position: absolute;
	top: 15px;
	right: 0;
}
#service .lists {
	display: flex;
	justify-content: space-between;
}
#service .lists > li {
	width: 29%;
	text-align: center;
}
#service .lists a {
	position: relative;
	display: block;
	margin-bottom: 10px;
	line-height: 0;
	text-align: center;
}
#service .lists img.on {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 100%;
	width: auto;
	transform: translate(-50%,-50%);
	opacity: 0;
	transition: opacity 0.2s;
}
#service .lists a:hover .on {
	opacity: 1;
}
#service .lists .icos {
	display: flex;
	justify-content: center;
	text-align: left;
	margin-bottom: 25px;
}
#service .lists .icos li {
	position: relative;
	padding-left: 1.1em;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5;
}
#service .lists .icos li:before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: '□';
}
@media only screen and (max-width:767px) {
	#service {
		margin-bottom: 70px;
	}
	#service .absbtn {
		position: static;
		margin-bottom: 15px;
	}
	#service .lists {
		display: block;
	}
	#service .lists > li {
		width: auto;
	}
	#service .lists > li + li {
		margin-top: 20px;
	}
	#service .lists a {
		margin-bottom: 5px;
	}
	#service .lists a img {
		width: 155px;
	}
	#service .lists .icos {
		margin-bottom: 15px;
	}
	#service .lists .icos li {
		font-size: 14px;
	}
	#service .lists .img img {
		max-width: 80%;
	}
}


/*************************************************

 others

*************************************************/
#others {
	position: relative;
}
#others .absbtn {
	position: absolute;
	top: 15px;
	right: 0;
}
#others .lead {
	margin-bottom: 70px;
	font-size: 17px;
	font-weight: 700;
	text-align: center;
}
#others .lists {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -35px;
}
#others .lists li {
	box-sizing: border-box;
	width: 33.33333%;
	padding: 0 35px 40px;
	text-align: center;
}
#others .lists .img {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 131px;
}
#others .lists figure {
	line-height: 0;
}
#others .lists .ttl {
	margin: 15px 0 10px;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5;
}
#others .lists p {
	font-size: 12px;
	text-align: left;
}
@media only screen and (max-width:767px) {
	#others {
		position: relative;
	}
	#others .absbtn {
		position: static;
		margin-bottom: 15px;
	}
	#others .lead {
		margin-bottom: 30px;
		font-size: 12px;
	}
	#others .lists {
		display: block;
		margin: 0;
	}
	#others .lists li {
		width: auto;
		padding: 0;
		display: flex;
		align-items: center;
		justify-content: space-between;
		text-align: left;
	}
	#others .lists li + li {
		margin-top: 30px;
	}
	#others .lists .img {
		display: block;
		height: auto;
		width: 80px;
		line-height: 0;
		text-align: center;
	}
	#others .lists .img img {
		height: auto;
		width: auto;
		max-height: 60px;
		max-width: 86%;
	}
	#others .lists li:nth-child(5) .img img {
		max-width: 100%;
	}
	#others .lists .texts {
		width: calc(100% - 90px);
	}
	#others .lists .ttl {
		margin: 0 0 10px;
		font-size: 12px;
	}
	#others .lists p {
		font-size: 10px;
		line-height: 1.4;
	}
	#others .btn02 {
		margin-top: 30px;
	}
}


/*************************************************

 onlinemeeting

*************************************************/
#onlinemeeting {
	box-sizing: border-box;
	position: relative;
	max-width: 1100px;
	padding: 25px 20px;
	background-color: #e7f2ee;
}
#onlinemeeting .partsTitle01 .jp {
	letter-spacing: 0;
} 
#onlinemeeting .absbtn {
	position: absolute;
	left: 50%;
	top: 30px;
	margin-left: 210px;
	width: 180px;
}
#onlinemeeting .lists {
	display: flex;
	justify-content: space-between;
	max-width: 980px;
	margin:  0 auto;
}
#onlinemeeting .lists li {
	width: 31.5%;
}
@media only screen and (max-width:767px) {
	#onlinemeeting {
		padding: 25px 20px;
	}
	#onlinemeeting .absbtn {
		position: static;
		margin: 0;
		width: auto;
	}
	#onlinemeeting .lists {
		display: block;
		max-width: 330px;
	}
	#onlinemeeting .lists li {
		width: auto;
		margin-top: 20px;
	}
}