@charset "UTF-8";
/* CSS Document */

#flash {
    clear: both;
    width: 100%;
    height: 100vw;
    margin-right: auto;
    margin-left: auto;
    position: relative;
	overflow: hidden;
}
#flash .fixedarea{
	position: fixed;
	left:50%;
	top:0%;
	transform: translate(-50%,0%);
	width: 100%;
	height: 100vw;
	min-width: 100%;
}
#flash .fixedarea li{
	width: 100%!important;
}
#flash .fixedarea img{
	width: 100%;
	height: auto;
}
#flash h3 {
	position: absolute;
	top: 55%;
	padding-bottom: 0px;
	left: 2%;
	transform: translateY(-50%);
	z-index: 2;
	width: 96%;
}
#flash h3 img{
	width: 80%;
	height: auto;
}
#sec-miryoku {
	margin-top: 50px;
	padding-top: 60px;
	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: 90px;
	position: relative;

}
#sec-miryoku .bg {
	position: absolute;
	top: -100px;
	left: 0px;
	width: 100%;
}
#sec-miryoku .bg img{
	width: 100%;
	min-width: 100%;
	height: auto;
}
#sec-miryoku .copyarea {
	position: relative;
	padding-bottom: 50px;
}

#sec-miryoku h2 {
	font-size: 25px;
	text-align: center;
	margin-bottom: 30px;
}
#sec-miryoku .leadcopy {
	font-size: 13px;
	line-height: 28px;
	letter-spacing: 3px;
	width: 90%;
	margin-left: 5%;
	text-align: left;
}
#sec-miryoku .miryoku-box {
	position: relative;
	overflow: hidden;
	width: 90%;
	height: auto;
	padding: 50px 5%;
	
}
#sec-miryoku .miryoku-box .photo-l{
	width: 100%;
	max-width: 100%;
	float: none;
}
#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:13px;
	line-height: 28px;
	float: none;
	margin-left: 0px;
	width: 100%;
	position: relative;
	padding-top: 20px;
	
}
#sec-miryoku .miryoku-box .txt-r h3{
	font-size:20px;
	line-height: 32px;
	padding: 0px 0 20px;
}
#sec-miryoku .miryoku-box .img01 {
	position: absolute;
	right:30px;
	top:0;
}
#sec-miryoku .miryoku-box .img01 img{
	width: 180px;
	height: auto;
}
#sec-miryoku .miryoku-box .photo-r{
	width: 100%;
	max-width: 100%;
	float: none;
}
#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:13px;
	line-height: 28px;
	float: none;
	margin-left: 0px;
	width: 100%;
	position: relative;
	padding-top: 20px;
	
}
#sec-miryoku .miryoku-box .txt-l h3{
	font-size:20px;
	line-height: 32px;
	padding: 10px 0 20px;
}
#sec-miryoku .miryoku-box .img02 {
	position: absolute;
	top:0;
	left:60%;
	
}
#sec-miryoku .miryoku-box .img02 img{
	width: 132px;
	height: auto;
}
#sec-miryoku .miryoku-box .img03 {
	position: absolute;
	top:0;
	right:10%;
	
}
#sec-miryoku .miryoku-box .img03 img{
	width: 92px;
	height: auto;
}
#sec-works {
	text-align: center;
	position: relative;
	background-color: #DCE8ED;
	padding-top: 50px;
	padding-bottom: 50px;
}
.line-title {
	font-size: 24px;
	line-height: 40px;
	color: #016239;
	padding-bottom: 0px;
	margin-bottom:40px;
}


.line-title span{
	position: relative;
}
.line-title span:before{
	content: "";
	position: absolute;
	width: 0px;
	border-bottom: 1px solid #016239;
	left: -60px;
	top: 50%;
}
.line-title span:after{
	content: "";
	position: absolute;
	width: 0px;
	border-bottom: 1px solid #016239;
	right:-60px;
	top:50%;
}
.point-area {
	max-width: 90%;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
}
.pointbox {
	background-color: #FFFFFF;
	max-width: 100%;
	height: 230px;
	border-radius: 10px;
	margin: 25px 0px;
	padding: 20px 20px;
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 40px);
}
.pointbox h4{
	text-align: center;
	background: #016239;
	color:#fff;
	border-radius: 50px;
	font-size:18px;
	line-height: 40px;
	margin-bottom: 0;
	padding-bottom: 0;
	
}
.pointbox .txt-box{
	
	font-size: 22px;
	line-height: 30px;
	color: #016239;
	position: relative;
	left:50%;
	top:30%;
	transform: translate(-50%,-50%);
	width: 100%;
}
.pointbox .txt-box span{
	font-size:13px;
	line-height: 20px;
}
.pointbox .img{
	position: absolute;
	bottom:-30px;
	left:50%;
	transform: translateX(-50%);
}
.pointbox .img2{
	position: absolute;
	bottom:-30px;
	left:50%;
	transform: translateX(-50%);
}
.pointbox .img img , .pointbox .img2 img{
	width: 280px;
	height: auto;
}
.pointbox .txt-box img{
	max-width: 240px;
	width: 70%;
	height: auto;
}
#sec-movie {
	text-align: center;
	position: relative;
	background-color: #fff;
	padding-top:50px;
	padding-bottom: 0px;
	color: #016239;
}
.movie-icon img{
	width: 86px;
	height: auto;
}
#sec-movie p{
	width: 90%;
	margin-left: 5%;
	line-height: 30px;
}
.movie-img {
	max-width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	position: relative;
	z-index: 10;
}
.movie-img img{
	width: 100%;
	height: auto;
}
#sec-movie:before{
	content: "";
	position: absolute;
	width: 100%;
	height: 60px;
	background-color: #DCE8ED;
	left:0;
	bottom:0;
}
#sec-voice {
	text-align: center;
	position: relative;
	background-color: #DCE8ED;
	padding-top: 80px;
	padding-bottom: 100px;
	color: #016239;
}
.hukidashi01 {
	max-width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
}
.hukidashi02 {
	max-width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top:40px;
}
.hukidashi01 .peason {
	max-width: 190px;
	width: 50%;
	font-size:13px;
	color:#333;
	float: none;
	margin-left: auto;
	margin-right: auto;
}

.hukidashi02 .peason {
	max-width: 190px;
	width: 50%;
	font-size:13px;
	color:#333;
	float: none;
	margin-left: auto;
	margin-right: auto;
}

.peason img{
	width: 100%;
	height: auto;
}
.hukidashi01 .hukidashi-waku{
	background: #fff;
	max-width: 100%;
	float: none;
	padding: 25px;
	text-align: left;
	border-radius: 10px;
	color: #333333;
	position: relative;
	line-height: 28px;
}
.hukidashi02 .hukidashi-waku{
	background: #fff;
	max-width: 100%;
	float: none;
	padding: 25px;
	text-align: left;
	border-radius: 10px;
	color: #333333;
	position: relative;
	line-height: 28px;
}

.hukidashi-title {
	color:#016239;
	font-size: 18px;
	border-bottom: 1px solid #BEDED0;
	margin-bottom: 10px;
}
.hukidashi01 .hukidashi-waku:before{
	content: "";
	width: 35px;
	height: 60px;
	position: absolute;
	left: -35px;
	top: 40%;
	background-image: none;
	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:none;
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 68px auto;
}
.photoarea ul {
	display: block;
	position: relative;
}
.photoarea li {
	width: 100%;
}
.photoarea li img{
	width: 100%;
	height: auto;
}

.footcoment {
	text-align: center;
	position: relative;
	background-color: #fff;
	padding-top: 50px;
	padding-bottom: 60px;
	color: #016239;
	border-bottom: 1px solid #C3C3C3;
}
.noline-title {
	font-size: 24px;
	line-height: 40px;
	color: #016239;
	padding-bottom: 0px;
	margin-bottom:40px;
}
.noline-title span{
	color:#6BBC6E;
}
.footcoment .banner {
	max-width: 100%;
	width: 90%;
	margin: 40px auto;
}
.footcoment .banner img{
	width: 100%;
	height: 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: 50px;
	padding-bottom: 50px;
	color: #016239;
}
.footcontact .title{
	max-width: 90%;
	width: 90%;
	margin: 0 auto;
}
.footcontact .title img{
	width: 100%;
	height: auto;
}
.contact-box {
	max-width: 100%;
	width: 80%;
	background-color: #F5F8F8;
	border-radius: 10px;
	margin: 20px auto;
	padding: 25px 5%;
}
.contact-box .left{
	display: block;
	vertical-align: middle;
	padding: 10px 0px;
	width: 100%;
	font-size:18px;
}
.contact-box .right{
	display: block;
	vertical-align: middle;
	border-left:none;
	border-top:1px solid #B5C3C3;
	width: 100%;
	text-align: left;
	padding-left: 0px;
	padding-top: 10px;
	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: 0px;
}
.copy {
	position: relative;
	border-top:1px solid #C3C3C3;
	width: 100%;
	background-color: #fff;
	padding: 10px 0px;
	text-align: center;
}
.fixbtn{
	position: fixed;
	right:20px;
	bottom:20px;
}
.fixbtn img{
	width: 125px;
	height: auto;
}