@charset "UTF-8";
/* CSS Document */

#flash {
    clear: both;
    width: 100%;
    height: 930px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
	overflow: hidden;
}
#flash .fixedarea{
	position: fixed;
	left:50%;
	top:50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
	min-width: 1920px;
	overflow: hidden;
}
#flash h3 {
	
	position: absolute;
	top: 50%;
	padding-bottom: 0px;
	left: 2%;
	transform: translateY(-50%);
	z-index: 2;
}

#sec-miryoku {
	margin-top: 100px;
	padding-top: 490px;
	background-image: -webkit-linear-gradient(270deg,rgba(1,98,57,1.00) 20%,rgba(25,117,158,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(1,98,57,1.00) 20%,rgba(25,117,158,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(1,98,57,1.00) 20%,rgba(25,117,158,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(1,98,57,1.00) 20%,rgba(25,117,158,1.00) 100%);
	color: #FFFFFF;
	padding-bottom: 180px;
	position: relative;

}
#sec-miryoku .bg {
	position: absolute;
	top: -300px;
	left: 0px;
	width: 100%;
}
#sec-miryoku .bg img{
	width: 100%;
	min-width: 1920px;
	height: auto;
}
#sec-miryoku .copyarea {
	position: relative;
	padding-bottom: 100px;
}

#sec-miryoku h2 {
	font-size: 50px;
	text-align: center;
	margin-bottom: 60px;
}
#sec-miryoku .leadcopy {
	font-size: 20px;
	text-align: center;
	line-height: 70px;
	letter-spacing: 3px;
}
#sec-miryoku .miryoku-box {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: auto;
	padding: 100px 0;
}
#sec-miryoku .miryoku-box .photo-l{
	width: 48%;
	max-width: 910px;
	float: left;
}
#sec-miryoku .miryoku-box .photo-l img{
	width: 100%;
	height: auto;
	-webkit-box-shadow: 50px 50px 50px rgba(0,0,0,0.20);
	box-shadow: 50px 50px 50px rgba(0,0,0,0.20);
}
#sec-miryoku .miryoku-box .txt-r{
	font-size:18px;
	float: left;
	margin-left: 130px;
	width: calc(40% - 130px);
	position: relative;
	padding-top: 40px;
	
}
#sec-miryoku .miryoku-box .txt-r h3{
	font-size:40px;
	line-height: 58px;
	padding: 20px 0 40px;
}
#sec-miryoku .miryoku-box .img01 {
	position: absolute;
	right:-70px;
	top:0;
}
#sec-miryoku .miryoku-box .photo-r{
	width: 48%;
	max-width: 910px;
	float: right;
}
#sec-miryoku .miryoku-box .photo-r img{
	width: 100%;
	height: auto;
	-webkit-box-shadow: -50px 50px 50px rgba(0,0,0,0.20);
	box-shadow: -50px 50px 50px rgba(0,0,0,0.20);
}
#sec-miryoku .miryoku-box .txt-l{
	font-size:18px;
	float: right;
	margin-right: 130px;
	width: calc(40% - 130px);
	position: relative;
	padding-top: 40px;
	
}
#sec-miryoku .miryoku-box .txt-l h3{
	font-size:40px;
	line-height: 58px;
	padding: 20px 0 40px;
}
#sec-miryoku .miryoku-box .img02 {
	position: absolute;
	top:0;
	left:30%;
	
}
#sec-miryoku .miryoku-box .img03 {
	position: absolute;
	top:0;
	right:10%;
	
}
#sec-works {
	text-align: center;
	position: relative;
	background-color: #DCE8ED;
	padding-top: 200px;
	padding-bottom: 200px;
}
.line-title {
	font-size: 60px;
	line-height: 60px;
	color: #016239;
	padding-bottom: 0px;
	margin-bottom: 80px;
}


.line-title span{
	position: relative;
}
.line-title span:before{
	content: "";
	position: absolute;
	width: 100px;
	border-bottom: 1px solid #016239;
	left: -120px;
	top: 50%;
}
.line-title span:after{
	content: "";
	position: absolute;
	width: 100px;
	border-bottom: 1px solid #016239;
	right:-120px;
	top:50%;
}
.point-area {
	max-width: 1516px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
.pointbox {
	background-color: #FFFFFF;
	max-width: 460px;
	height: 460px;
	border-radius: 10px;
	margin: 52px 22px;
	padding: 40px 45px;
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: calc(33% - 134px);
}
.pointbox h4{
	text-align: center;
	background: #016239;
	color:#fff;
	border-radius: 50px;
	font-size:24px;
	line-height: 50px;
	margin-bottom: 0;
	padding-bottom: 0;
	
}
.pointbox .txt-box{
	
	font-size: 45px;
	line-height: 65px;
	color: #016239;
	position: absolute;
	left:50%;
	top:50%;
	transform: translate(-50%,-50%);
	width: 100%;
}
.pointbox .txt-box span{
	font-size:27px;
	line-height: 39px;
}
.pointbox .img{
	position: absolute;
	bottom:-44px;
	left:50%;
	transform: translateX(-50%);
}
.pointbox .img2{
	position: absolute;
	bottom:-70px;
	left:50%;
	transform: translateX(-50%);
}
#sec-movie {
	text-align: center;
	position: relative;
	background-color: #fff;
	padding-top: 120px;
	padding-bottom: 0px;
	color: #016239;
}
.movie-img {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 70px;
	position: relative;
	z-index: 10;
}
.movie-img img{
	width: 100%;
	height: auto;
}
#sec-movie:before{
	content: "";
	position: absolute;
	width: 100%;
	height: 120px;
	background-color: #DCE8ED;
	left:0;
	bottom:0;
}
#sec-voice {
	text-align: center;
	position: relative;
	background-color: #DCE8ED;
	padding-top: 200px;
	padding-bottom: 200px;
	color: #016239;
}
.hukidashi01 {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 80px;
}
.hukidashi02 {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 80px;
}
.hukidashi01 .peason {
	max-width: 190px;
	width: 15.83333%;
	font-size:15px;
	color:#333;
	float: left;
}

.hukidashi02 .peason {
	max-width: 190px;
	width: 15.83333%;
	font-size:15px;
	color:#333;
	float: right;
}

.peason img{
	width: 100%;
	height: auto;
}
.hukidashi01 .hukidashi-waku{
	background: #fff;
	max-width: 861px;
	float: right;
	padding: 50px;
	text-align: left;
	border-radius: 10px;
	color: #333333;
	position: relative;
}
.hukidashi02 .hukidashi-waku{
	background: #fff;
	max-width: 861px;
	float: left;
	padding: 50px;
	text-align: left;
	border-radius: 10px;
	color: #333333;
	position: relative;
}

.hukidashi-title {
	color:#016239;
	font-size: 26px;
	border-bottom: 1px solid #BEDED0;
	margin-bottom: 20px;
}
.hukidashi01 .hukidashi-waku:before{
	content: "";
	width: 35px;
	height: 60px;
	position: absolute;
	left: -35px;
	top: 40%;
	background-image: url(../../img/hukidashi01.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 68px auto;
}
.hukidashi02 .hukidashi-waku:before{
	content: "";
	width: 35px;
	height: 60px;
	position: absolute;
	right: -35px;
	top: 40%;
	background-image: url(../../img/hukidashi02.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 68px auto;
}
.photoarea ul {
	display: flex;
	position: relative;
}
.photoarea li {
	width: calc(100% / 3 );
}
.photoarea li img{
	width: 100%;
	height: auto;
}

.footcoment {
	text-align: center;
	position: relative;
	background-color: #fff;
	padding-top: 200px;
	padding-bottom: 120px;
	color: #016239;
	border-bottom: 1px solid #C3C3C3;
}
.noline-title {
	font-size: 60px;
	line-height: 87px;
	color: #016239;
	padding-bottom: 0px;
	margin-bottom: 80px;
}
.noline-title span{
	color:#6BBC6E;
}
.footcoment .banner {
	max-width: 1138px;
	width: 96%;
	margin: 80px auto;
}
.footcoment .banner a{
	opacity: 1;
	transition: 0.2s;
}
.footcoment .banner a:hover{
	opacity: 0.8;
}
.footcontact {
	text-align: center;
	position: relative;
	background-color: #fff;
	padding-top: 100px;
	padding-bottom: 100px;
	color: #016239;
}
.footcontact .title{
	max-width: 712px;
	width: 90%;
	margin: 0 auto;
}
.footcontact .title img{
	width: 100%;
	height: auto;
}
.contact-box {
	max-width: 1058px;
	width: 96%;
	background-color: #F5F8F8;
	border-radius: 10px;
	margin: 40px auto;
	padding: 25px 40px;
}
.contact-box .left{
	display: inline-block;
	vertical-align: middle;
	padding: 25px 40px;
	width: 240px;
}
.contact-box .right{
	display: inline-block;
	vertical-align: middle;
	border-left:1px solid #B5C3C3;
	width: 650px;
	text-align: left;
	padding-left: 55px;
	font-family: "Noto Sans JP", sans-serif;
	color:#333;
}
.contact-box .right span{
	background: #016239;
	color:#fff;
	width: 60px;
	font-size:12px;
	padding: 5px 10px;
	border-radius: 5px;
	margin-right: 10px;

}
.contact-box .right span:last-child{
	margin-left: 20px;
}
.copy {
	position: relative;
	border-top:1px solid #C3C3C3;
	width: 100%;
	background-color: #fff;
	padding: 25px 40px;
	text-align: center;
}
.fixbtn{
	position: fixed;
	right:20px;
	bottom:20px;
	z-index: 20;
}
.fixbtn img{
	width: 252px;
	height: auto;
}