@charset "UTF-8";
/* CSS Document */

#top-area{
	display: flex;
	align-items: center;
	width: 100%;
	height: 540px;
	margin: 0px auto;
	color: #fff;
	background: #00bd6d;
}
#top-area .l-box{
	width: 50%;
	order: 0;
}
#top-area .l-box .text-box{
	width: 600px;
	box-sizing: border-box;
	padding:0 90px 0 50px;
	margin-left: auto;
	transform: translateY(-25px);
}
#top-area .l-box .text-box h2{
	font-size: 1.7em;
	font-weight: 700;
}
#top-area .l-box .text-box h2 span{
	display: table;
    font-size: 1rem;
    background: #00b0db;
    padding: 0 15px;
	margin-bottom: 15px;
}
#top-area .l-box .text-box p{
	margin-top: 30px;
	font-size: 1.1em;
}
#top-area .r-box{
	order: 1;
	position: relative;
	width: 50%;
	height: 540px;
}
#top-area .r-box .cap{
	position: absolute;
	left: 0;
	top: 50px;
	width: 146px;
	height: 150px;
	transform: translateX(-50%);
}
#top-area .r-box .cap img{
	width: 146px;
	height: 150px;
}
#top-area .r-box .image{
	width: 100%;
    height: 100%;
    background: url(../img/top.jpg) center /cover no-repeat;
}
#cnt-all{
	width: 100%;
}
.cnt1{
	position: relative;
	width: 1200px;
	display: flex;
	align-items: flex-end;
	margin: -50px auto;
	padding: 50px;
	color: #fff;
	background: #ef9700;
}
.cnt1 .cap-box{
	width: 50%;
}
.cnt1 .cap-box .point{
	display: flex;
	padding-right: 25px;
    box-sizing: border-box;
}
.cnt1 .cap-box h2{
	font-size: 1.4em;
}
.cnt1 .cap-box .text-box{
	margin-top: 40px;
	width: 50%;
	position: relative;
    z-index: 1;
}
.cnt1 .cap-box .text-box h3{
	font-size: 17px;
	padding-left: 18px;
	position: relative;
}
.cnt1 .cap-box .text-box h3:after{
	content: "";
    position: absolute;
    left: 0;
    top: 5px;
    background: url(../../img/icn_point.svg) center no-repeat;
    width: 14px;
    height: 14px;
    background-size: 14px 14px;
}
.cnt1 .cap-box .text-box p{
	margin-top: 20px;
}
.cnt1 .cap-box .image{
	position: relative;
    width: calc(50% - 40px);
	height: 280px;
    margin-top: 0;
    margin-left: auto;
}
.cnt1 .cap-box .image .bg1{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
    height: 100%;
	background: url(../img/point1.jpg) center no-repeat;
    background-size: cover;
	z-index: 1;
}
.cnt1 .cap-box .image .bg2{
	content: "";
    background: #cc8b30;
    width: 100%;
    height: 100%;
    position: absolute;
	left: -60%;
	top: -20px;
}
.cnt1 .cap-box:nth-child(2) .image .bg1{
	top: -20px;
	background: url(../img/point2.jpg) center no-repeat;
}
.cnt1 .cap-box:nth-child(2) .image .bg2{
	left: -50%;
	top: 0;
}

.cnt2{
	width: 80%;
	min-width: 1300px;
	margin: 0 auto;
	padding: 110px 0;
	background: #fff;
}
.cnt2 .text-area{
	width: 1100px;
	margin: 0 auto;
}
.cnt2 .text-area h2 {
    font-size: 1.4em;
}
.cnt2 .text-area p.text-main {
	margin-top: 20px;
}
.cnt2 .text-area .btn a{
	margin-top: 5px;
	display: inline-block;
	position: relative;
	padding-left: 20px;
}
.cnt2 .text-area .btn a:after{
	content: "\02192";
	position: absolute;
	left: 0;
	top: 0;
}
.cnt2 .text-area .data-box1 .data{
	display: flex;
}
.cnt2 .text-area .data-box1 .data .table{
	width: 50%;
	padding-right: 5px;
	box-sizing: border-box;
}
.cnt2 .text-area .data-box1 .data .table:last-child,
.cnt2 .text-area .data-box2 .text-box:last-child{
	padding-left: 5px;
	padding-right: 0;
}
.cnt2 .text-area .data-box1 .table h3.cap{
	margin-top: 20px;
	display: block;
	position: relative;
	padding-left: 26px;
	font-size: 1.05em;
}
.cnt2 .text-area .data-box2{
	padding: 0 15px;
}
.cnt2 .text-area .data-box2 .text-box h3{
	font-size: 1.05em;
	margin-top: 30px;
}
.cnt2 .text-area .data-box1 .table:nth-child(1) h3:after{
	content: "";
	position: absolute;
	left: 0;
	top: 1px;
	background: url("../../img/icn_time.svg") center no-repeat;
	width: 18px;
    height: 18px;
}
.cnt2 .text-area .data-box1 .table:nth-child(2) h3.cap:after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background: url("../../img/icn_money.svg") center no-repeat;
	width: 20px;
    height: 20px;
}
.cnt2 .text-area .data-box1 .data .table table{
	background: #f2f2f2;
	width: 100%;
	font-weight: 700;
	margin-top: 10px;
}
.cnt2 .text-area .data-box1 .data .table table th{
	padding: 10px;
	border: 2px solid #fff;
	background: #e0e0e0;
}
.cnt2 .text-area .data-box1 .data .table table td{
	padding: 10px;
	border: 2px solid #fff;
}
.cnt2 .text-area .data-box1 .data .table table td span.red{
	color: #B90003;
}
.cnt2 .text-area .data-box2 .text-box p,
.cnt2 .text-area .data-box2 .text-box ul{
	margin-top: 5px;
}
.gallery-box{
	position: relative;
    width: 1200px;
    margin: -50px auto 0;
    padding: 50px;
	padding-bottom: 238px;/*158px*/
    color: #fff;
    background: #00bd6d;
}
.gallery-box h2{
	font-size: 1.4em;
	text-align: center;
}
.gallery-box ul{
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
	margin-top: 40px;
}
.gallery-box ul.gallery-item{
	position: relative;
	z-index: 1;
	margin-top: 0;
}
.gallery-box ul.gallery-item li{
	width: 20%;
	height: 20%;
}
.gallery-box ul.gallery-item li:nth-child(2),
.gallery-box ul.gallery-item li:nth-child(4),
.gallery-box ul.gallery-item li:nth-child(7),
.gallery-box ul.gallery-item li:nth-child(9){
	width: 18%;
	height: 18%;
	transform: translateY(50%);
	margin: 0 -1% 0;
}
.gallery-box ul.gallery-item li:nth-child(6){
	margin-top: 50px;
}
.gallery-box ul.gallery-item li .image{
	width: 100%;
	height: 100%;
	border-radius: 50%;
}
.gallery-box ul li .image:before{
	content: "";
    display: block;
    padding-top: 100%;
}
.gallery-box ul.gallery-item li:nth-child(1),
.gallery-box ul.gallery-item li:nth-child(6){
	margin-left: 4%;
}
.gallery-box ul.gallery-item li:nth-child(1) .image{
	background: url(../img/gallery1.jpg) center /cover no-repeat;
}
.gallery-box ul.gallery-item li:nth-child(2) .image{
	background: url(../img/gallery2.jpg) center /cover no-repeat;
}
.gallery-box ul.gallery-item li:nth-child(3) .image{
	background: url(../img/gallery3.jpg) center /cover no-repeat;
}
.gallery-box ul.gallery-item li:nth-child(4) .image{
	background: url(../img/gallery4.jpg) center /cover no-repeat;
}
.gallery-box ul.gallery-item li:nth-child(5) .image{
	background: url(../img/gallery5.jpg) center /cover no-repeat;
}
.gallery-box ul.gallery-item li:nth-child(6) .image{
	background: url(../img/gallery6.jpg) center /cover no-repeat;
}
.gallery-box ul.gallery-item li:nth-child(7) .image{
	background: url(../img/gallery7.jpg) center /cover no-repeat;
}
.gallery-box ul.gallery-item li:nth-child(8) .image{
	background: url(../img/gallery8.jpg) center /cover no-repeat;
}
.gallery-box ul.gallery-item li:nth-child(9) .image{
	background: url(../img/gallery9.jpg) center /cover no-repeat;
}
.gallery-box ul.gallery-item li:nth-child(10) .image{
	background: url(../img/gallery10.jpg) center /cover no-repeat;
}
.gallery-box ul.gallery-item-bg{
	position: absolute;
	left: 150px;
	top: 150px;
	display: flex;
	flex-wrap: wrap;	
}
.gallery-box ul.gallery-item-bg li{
	width: 240px;
	height: 240px;
	background: #00b0db;
	border-radius: 50%;
	left: 30px;
	top: 0;
	
}
.gallery-box ul.gallery-item-bg li:nth-child(2),
.gallery-box ul.gallery-item-bg li:nth-child(3),
.gallery-box ul.gallery-item-bg li:nth-child(6),
.gallery-box ul.gallery-item-bg li:nth-child(7){
	width: 200px;
	height: 200px;
	transform: translateY(0);
	margin: 0 10px 0 70px;
}
.gallery-box ul.gallery-item-bg li:nth-child(2),
.gallery-box ul.gallery-item-bg li:nth-child(6){
	transform: translateY(-110px);
}
.gallery-box ul.gallery-item-bg li:nth-child(3),
.gallery-box ul.gallery-item-bg li:nth-child(7){
	margin: 0 30px 0 0;
	transform: translateY(30px);
}
.gallery-box ul.gallery-item-bg li:nth-child(4),
.gallery-box ul.gallery-item-bg li:nth-child(8){
	margin: 0;
	transform: translateY(-73px);
}
.gallery-box ul.gallery-item-bg li:nth-child(5),
.gallery-box ul.gallery-item-bg li:nth-child(6),
.gallery-box ul.gallery-item-bg li:nth-child(7),
.gallery-box ul.gallery-item-bg li:nth-child(8){
	margin-top: 50px;
}
.gallery-box .bg1,
.gallery-box .bg2{
	position: absolute;
	top: 150px;
	left: 50%;
	width:768px;
	height: 147px;
	transform: translate(-50%,0);
	background: url(../../img/gallery_back.svg) center /cover no-repeat;
}
.gallery-box .bg2{
	top: 400px;
}

@media screen and (max-width: 1300px) {
	.cnt2{
		min-width: 1200px;
	}
	.cnt1,
	.gallery-box{
		width: 1100px;
	}
}
@media screen and (max-width: 1200px) {
	#top-area{
		display: block;
		height: auto;
	}
	#top-area .l-box,
	#top-area .r-box{
		width: 100%;
	}
	#top-area .r-box{
		height: 350px;
	}
	#top-area .l-box .text-box{
		width: 100%;
		transform: translateY(0);
		padding: 50px;
	}
	#top-area .r-box .cap{
		left: 40px;
		top: auto;
		bottom: 30px;
		transform:translateX(0);
	}
	.cnt1{
		display: block;
		min-width: 100%;
		width: 100%;
		margin: 0 auto;
		box-sizing: border-box;
	}
	.cnt1 .cap-box {
		width: 100%;
	}
	.cnt1 .cap-box .point{
		padding-right: 0;
	}
	.cnt1 .cap-box .text-box{
		width: calc(50% - 40px);
	}
	.cnt1 .cap-box .text-in {
    	width: 80%;
		min-width: 80%;
		margin: 0 auto;
		box-sizing: border-box;
		padding: 90px 50px 70px;
	}
	.cnt1 .cap-box .text-in .cap {
		width: 200px;
		max-width: 200px;
	}
	.cnt1 .cap-box .text-in .text-box {
		min-width: calc(100% - 240px);
		width: calc(100% - 240px);
	}
	.cnt1 .cap-box:nth-child(2) .text-in{
		padding: 70px 50px 90px;
	}
	.cnt1 .cap-box .image{
		height: 220px;
		width: 50%;
		margin-top: 40px;
		margin-left: 40px;
		transform:translate3d(0px, 0px, 0px) !important;

	}
	.cnt1 .cap-box .image .bg1,
	.cnt1 .cap-box .image .bg2,
	.gallery-box ul.gallery-item,
	.gallery-box ul.gallery-item li{
		background-position-y: 0 !important;
	}
	.cnt1 .cap-box:nth-child(2) .image .bg1{
		top: 0;
	}
	.cnt2{
		width: 90%;
		min-width: 90%;
		padding: 50px;
		box-sizing: border-box;
	}
	.cnt2 .text-area{
		width: 100%;
	}
	.cnt2 .text-area .data-box1 .data,
	.cnt2 .text-area .data-box2{
		display: block;
	}
	.cnt2 .text-area .data-box1 .data .table,
	.cnt2 .text-area .data-box2 .text-box{
		width: 100%;
	}
	.cnt2 .text-area .data-box1 .table h3{
		margin-top: 30px;
	}
	.gallery-box{
		margin: 0 auto;
		padding-bottom: 150px;
		width: 100%;
		box-sizing: border-box;
	}
	.gallery-box ul.gallery-item{
		margin-top: 40px;
		transform:translate3d(0px, 0px, 0px) !important;
	}
	.gallery-box ul.gallery-item-bg{
		display: none;
	}
	.gallery-box .bg1{
		top:120px;
	}
	.gallery-box .bg2{
		top:350px;
	}
}
@media screen and (max-width: 630px) {
	#top-area .r-box .cap{
		width: 117px;
		height: 120px;
		left: 2em;
		bottom: 30px;
	}
	#top-area .r-box .cap img{
		width: 117px;
		height: 120px;
	}
	#top-area .l-box .text-box{
		padding: 30px 1em;
	}
	#top-area .l-box .text-box h2{
		font-size: 1.4em;
	}
	#top-area .l-box .text-box h2 span{
		font-size: .9rem;
		margin-bottom: 5px;
	}
	#top-area .l-box .text-box p{
		margin-top: 20px;
	}
	.cnt1{
		padding: 30px 1em;
	}
	.cnt1 .cap-box h2{
		font-size: 1.3em;
	}
	.cnt1 .cap-box .point {
		display: block;
	}
	.cnt1 .cap-box .text-box{
		width: 100%;
		margin-top: 20px;
	}
	.cnt1 .cap-box .text-box h3 {
		font-size: 15px;
		padding-left: 16px;
	}
	.cnt1 .cap-box .text-box h3:after{
		width: 13px;
		height: 13px;
		background-size: 13px 13px;
	}
	.cnt1 .cap-box .text-box p {
		margin-top: 10px;
	}
	.cnt1 .cap-box .image{
		width: 100%;
    	margin-left: 0;
		margin-top: 20px;
	}
	.cnt1 .cap-box:nth-child(2) {
		margin-top: 40px;		
	}
	.cnt2{
		width: 100%;
		min-width: 100%;
		padding: 30px 1em;
	}
	.cnt2 .text-area h2{
		font-size: 1.3em;
	}
	.cnt2 .text-area .data-box1 .data .table,
	.cnt2 .text-area .data-box2 .text-box{
		padding-right: 0;
	}
	.cnt2 .text-area .data-box1 .data .table table td{
		font-size: .85em;
	}
	.cnt2 .text-area .data-box2{
		padding: 0;
	}
	.gallery-box{
		padding: 30px 1em;		
	}
	.gallery-box h2{
		text-align: left;
		font-size: 1.3em;
	}
	.gallery-box ul {
		align-items: flex-start;
	}
	.gallery-box ul.gallery-item{
		margin-top: 30px;
	}
	.gallery-box ul.gallery-item li{
		width: 50%;
		height: 50%;
	}
	.gallery-box ul.gallery-item li:nth-child(2), 
	.gallery-box ul.gallery-item li:nth-child(4),
	.gallery-box ul.gallery-item li:nth-child(7),
	.gallery-box ul.gallery-item li:nth-child(9){
		transform: translate(0,0);
		margin: 0;
	}
	.gallery-box ul.gallery-item li:nth-child(1),
	.gallery-box ul.gallery-item li:nth-child(5),
	.gallery-box ul.gallery-item li:nth-child(9){
		width: 50%;
		height: 50%;
		margin-left: 3%;
	}
	.gallery-box ul.gallery-item li:nth-child(3),
	.gallery-box ul.gallery-item li:nth-child(7){
		width: 46%;
		height: 46%;
		margin-left: 3%;
	}
	.gallery-box ul.gallery-item li:nth-child(2),
	.gallery-box ul.gallery-item li:nth-child(6),
	.gallery-box ul.gallery-item li:nth-child(10){
		width: 46%;
		height: 46%;
		margin: 0 -2% 0;
	}
	.gallery-box ul.gallery-item li:nth-child(4),
	.gallery-box ul.gallery-item li:nth-child(8){
		width: 50%;
		height: 50%;
		margin: 0 -2% 0;
	}
	.gallery-box ul.gallery-item li:nth-child(3),
	.gallery-box ul.gallery-item li:nth-child(4),
	.gallery-box ul.gallery-item li:nth-child(5),
	.gallery-box ul.gallery-item li:nth-child(6),
	.gallery-box ul.gallery-item li:nth-child(7),
	.gallery-box ul.gallery-item li:nth-child(8),
	.gallery-box ul.gallery-item li:nth-child(9),
	.gallery-box ul.gallery-item li:nth-child(10){
		margin-top: -4%;
	}
	.gallery-box .bg1 {
		top: 54px;
	}
}