@charset "UTF-8";

/* ing-projects
---------------------------------------------------------------------------*/
body.ing-projects.archive .fix-title {
	top: 610px;
}

body.ing-projects .pjax-fade {
	overflow: hidden;
}


/* .img-scroll-wrap
---------------------------------------------------------------------------*/
.img-scroll-wrap {
	overflow: hidden;
/* 	background-color: #E7E7E7; */
	width: 100%;
	height: 350px;
	margin-bottom: 90px;
}

.img-scroll-wrap .simply-scroll-container {
	position: relative;
}

.img-scroll-wrap .simply-scroll-clip {
	position: relative;
	overflow: hidden;
}

.img-scroll-wrap .simply-scroll-list {
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.img-scroll-wrap .simply-scroll-list li {
	float: left;
	overflow: hidden;
	width: auto;
	height: 350px;
	margin: 0;
	padding: 0;
}

.img-scroll-wrap .simply-scroll-list li img {
	display: block;
}


/* .sec-lead
---------------------------------------------------------------------------*/
.sec-lead {
	margin: 0 auto 100px;
	text-align: center;
}

.sec-lead:before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background-color: #00773D;
	border-radius: 3px;
	width: 100%;
	height: 3px;
}

.sec-lead h1 {
	margin-bottom: 30px;
	color: #00773D;
	font-size: 60px;
	letter-spacing: 0.07em;
	text-align: center;
}

.sec-lead h1 span {
	padding-right: 7px;
	letter-spacing: 0.03em;
}

.sec-lead h2 {
	margin-bottom: 55px;
}

.sec-lead > p {
	font-size: 19px;
	line-height: 2;
	letter-spacing: 0.1em;
}

.sec-lead nav {
	position: relative;
	box-sizing: border-box;
	width: 976px;
	margin: 80px auto 0;
	padding: 20px 25px 20px 50px;
}

.sec-lead nav:before,
.sec-lead nav:after {
	display: block;
	content: '';
	position: absolute;
	left: 0;
	background-color: #00773D;
	border-radius: 3px;
	width: 100%;
	height: 3px;
}

.sec-lead nav:before { top: 0; }
.sec-lead nav:after { bottom: 0; }

.sec-lead nav ul {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}

.sec-lead nav li {
	box-sizing: border-box;
	width: 20%;
}

.sec-lead nav a {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}

.sec-lead nav figure {
	width: 65px;
	min-width: 65px;
}

.sec-lead nav span {
	padding: 0 0 0 13px;
	text-align: left;
}

.sec-lead nav strong {
	display: block;
	margin-bottom: 8px;
	color: #00773D;
	font-size: 16px;
	letter-spacing: 0.06em;
}

.sec-lead nav em {
	font-size: 13px;
	letter-spacing: 0.1em;
}


/* .sec-projects
---------------------------------------------------------------------------*/
.sec-projects {
	width: 1000px;
	margin: 0 auto 100px;
}

.sec-projects > figure {
	margin-bottom: 70px;
}

.sec-projects .inner {
	display: -webkit-box;
	display: flex;
	justify-content: space-between;
	width: 920px;
	margin: 0 auto;
	transform: translateX(-10px);
}

.sec-projects .inner .txt {
	width: 500px;
}

.sec-projects .inner .txt h2 {
	margin-bottom: 32px;
}

.sec-projects .inner .txt h2 strong {
	display: block;
	margin-bottom: 14px;
	margin-left: -1px;
	color: #00773D;
	font-size: 26px;
	letter-spacing: 0.1em;
}

.sec-projects .inner .txt h2 em {
	display: block;
	margin-left: -1px;
	color: #81C15A;
	font-size: 14px;
	letter-spacing: 0.14em;
}

.sec-projects .inner .txt h3 {
	margin-bottom: 20px;
	font-size: 20px;
	letter-spacing: 0.1em;
}

.sec-projects .inner .txt p {
	margin-bottom: 10px;
	font-size: 15px;
	line-height: 2;
	text-align: justify;
}

.sec-projects .inner .txt p:last-child {
	margin-bottom: 0;
}

/* .blog-projects
------------------------------------*/
.blog-projects {
	width: 345px;
}

.blog-projects .btn {
	margin-top: 10px;
}

.blog-projects .btn a {
	display: block;
	background-position: left 16px center;
	padding-top: 14px;
	padding-bottom: 14px;
}

/* .blog-list-s
------------------------------------*/
.blog-list-s article:not(:last-of-type) {
	border-bottom: 1px solid #DADADA;
}

.blog-list-s article a {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	padding: 14px 5px;
}

.blog-list-s article:first-of-type a {
	padding-top: 0;
}

.blog-list-s figure {
	overflow: hidden;
	width: 60px;
	height: 60px;
}

.blog-list-s figure img {
	width: 100%;
	height: auto;
	-webkit-backface-visibility: hidden;
	image-rendering: -webkit-optimize-contrast;
}

.blog-list-s article a > span {
	padding: 0 0 0 22px;
}

.blog-list-s time {
	display: block;
	margin-bottom: 8px;
	color: #00773D;
	font-size: 11px;
	letter-spacing: 0.08em;
}

.blog-list-s h2 {
	font-size: 14px;
	line-height: 1.6;
	letter-spacing: 0.06em;
}