@charset "utf-8";

div.parallax {
	height: auto;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

.iphone div.parallax,
.ipad div.parallax,
.ipod div.parallax {
	height: auto;
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-size: cover;
}

.parallax_img1 {
	padding-top: 200px;
	padding-bottom: 70px;
	/*background: url(../img/contents.jpg);*/
	background-image: url(../img/main-img5.jpg);
}

h1 {
	text-align: center;
	font-size: 2.5em;
	font-weight: bold;
	color: #fff;
	text-shadow: 0 0 5px rgba(0,0,0,0.8);
}

.lead {
	max-width: 960px;
	margin: 0 auto;
}

.lead02 {
	max-width: 700px;
	margin: 0 auto;
}

.lead h2 {
	text-align: center;
	font-size: 1.875em;
	margin-bottom: 30px;
	color: #0b5838;
}

.lead .txt02 {
	font-size: 1.00em;
	line-height: 1.6;
	margin-bottom: 10px;
}

.company {
	max-width: 960px;
	margin: 0 auto;
}

.company h2 {
	text-align: center;
	font-size: 1.875em;
	margin-bottom: 30px;
	color: #0b5838;
}

.photo {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	margin-bottom: 30px;
}

.photo ul:after {
	content: "";
	display: block;
	clear: both;
}

.photo ul li {
	float: left;
}

.photo ul li:first-child {
	width: 66%;
	margin-right: 2%;
}

.photo ul li:nth-child(2) {
	width: 31.5%;
	margin-right: 0;
	margin-bottom: 1.9%;
}

.photo ul li:last-child {
	width: 31.5%;
	margin-right: 0;
}

.photo ul li figure {
	position: relative;
	overflow: hidden;
    background: #000;
}

.photo ul li figure:after {
    position: absolute;
    border: solid 1px #fff;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    transform: scale(1.0, 1.0);
    transition: all .2s ease-out;
}

.photo ul li figure:hover:after {
    opacity: 1;
    transform: scale(0.92, 0.9);
}

.photo ul li figcaption {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1em;
    font-size: 1em;
    letter-spacing: 5px;
	color: #fff;
    opacity: 0;
    transition: all .2s ease-out .2s;
	text-align: center;
}

.photo ul li figure:hover figcaption {
    letter-spacing: 1px;
    opacity: 1;
}

.photo ul li figure img {
    transition: all .2s ease-out;
}

.photo ul li figure:hover img {
    opacity: .4;
    transform: scale(1.1);
}

.table01 table{
	width: 100%;
}

.table01 table th {
	border: 1px solid #999;
	padding: 8px;
	text-align: center;
	background: #f6f6f6;
	font-size: 0.94em;
	color: #0b5838;
}

.table01 table td {
	border: 1px solid #999;
	padding: 8px;
	background: #fff;
	font-size: 0.94em;
}

.table01 table td dl dd {
	margin-left: 1em;
}

.gmap {
	width: 100%;
	height: 400px;
}
.sdgs-linkItem {
	margin: 30px auto;
	text-align: center;
}
.sdgs-linkItem img {
	width: 70% ;
	transition: all .5s;
}
.sdgs-linkItem img:hover {
	filter: opacity(60%);
}
.linkBtn {
	width: 10em;
	margin: 0 auto;
	text-align: center;
	font-size: 1em;
	margin: 20px auto;
}
.linkBtn a {
	display: block;
	padding: 10px;
	border: 1px solid #fff;
	background: rgba(11,88,56,1);
	color: #fff;
}
.linkBtn a:hover {
	background: #f47721;
}

/* ---------------------------------------------
	960px 以下
--------------------------------------------- */
@media only screen and (max-width: 960px) {

	.parallax_img1 {
		padding-bottom: 60px;
	}
	
	h1 {
		font-size: 1.875em;
	}

}

/* ---------------------------------------------
	768px 以下
--------------------------------------------- */
@media only screen and (max-width: 768px) {

	div.parallax {
		height: auto;
		background-position: top center;
		background-repeat: no-repeat;
		background-attachment: scroll;
		background-size: 100% auto;	
	}
	
	.parallax_img1 {
		padding-bottom: 60px;
	}

	.sdgs-linkItem img {
		width: 80% ;
	}
}

/* ---------------------------------------------
	767px 以下
--------------------------------------------- */
@media only screen and (max-width: 767px) {

	.parallax_img1 {
		padding-top: 110px;
		padding-bottom: 50px;
	}
	
	.lead h2 {
		font-size: 1.5em;
	}
	
	.lead .txt02 {
		font-size: 0.94em;
		line-height: 1.5;
	}
	
	.company h2 {
		font-size: 1.5em;
	}

}

/* ---------------------------------------------
	640px 以下
--------------------------------------------- */
@media only screen and (max-width: 640px) {

	div.parallax {
		height: auto;
		background-position: top center;
		background-repeat: no-repeat;
		background-attachment: scroll;
		background-size: auto 500px;	
	}

	.parallax_img1 {
		padding-top: 100px;
		padding-bottom: 36px;
	}

	h1 {
		font-size: 1.5em;
	}
	
}

/* ---------------------------------------------
	480px 以下
--------------------------------------------- */
@media only screen and (max-width: 480px) {

	.parallax_img1 {
		padding-top: 90px;
		padding-bottom: 30px;
	}
	
	.lead h2 {
		font-size: 1.25em;
	}

	.lead .txt02 {
		font-size: 0.88em;
	}
	
	.company h2 {
		font-size: 1.25em;
	}
	
	.photo ul li:first-child {
		width: 100%;
		margin-right: 0;
		margin-bottom: 2%
	}
	
	.photo ul li:nth-child(2) {
		width: 49%;
		margin-right: 2%;
		margin-bottom: 0;
	}
	
	.photo ul li:last-child {
		width: 49%;
	}
	
	.photo ul li figcaption {
		font-size: 0.88em;
	}
	
	.table01 table{
		width: 100%;
		border: 1px solid #999;
	}
	
	.table01 table th {
		display: block;
		border: none;
		background: #eee;
		text-align: left;
		font-size: 0.88em;
	}
	
	.table01 table td {
		display: block;
		border: none;
		font-size: 0.88em;
	}
	
	.table01 table td dl dd {
		margin-left: 0.5em;
	}

}





