/*TOPページ*/
#cnt-top{
    margin-left: 80px;
    width: calc(100% - 80px);
    height: calc(80vh - 80px);
    position: relative;
    display: flex;
    align-items: center;
}
#cnt-top .image-top{
    width: 80%;
    height: 100%;
    position: relative;
}
#cnt-top .image-top .image-box{
	width: 100%;
    height: 100%;
	display: block;
}
#cnt-top .image-top .image{
    width: 100%;
    height: 100%;
    position: relative;
}
#cnt-top .image-top .image:after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.1);
	z-index: 1;
}
#cnt-top .image-top .image1{
    background: url(../img/top1.jpg) center / cover no-repeat;
}
#cnt-top:after{
    content: "";
    position: absolute;
    background: url(../img/back-image1.gif) top / 100% no-repeat;
    right: 5px;
    bottom: -50px;
    width: 200px;
    height: 300px;
    z-index: -1;
    opacity: 0;
    transition: opacity 1s;
}
#cnt-top .cap-box{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
}
#cnt-top .cap-box h2{
	width: 900px;
	margin: 0 auto;
}
#cnt-top .cap-box h2 span.copy{
	font-size: 21px;
    margin-top: 28px;
    text-align: center;
    display: block;
    color: #fff;
    font-weight: normal;
    letter-spacing: .15em;
	opacity: 0;
}
#cnt-top .cap-box h2 span.copy span{
	opacity: 0;
}
#cnt-top .cap-box h2 img{
	margin-left: -100px;
}
#cnt-top .title-box{
    margin: 0 auto;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    display: inline-block;
	font-size: 1.7vw;
    letter-spacing: .15em;
	font-weight: 700;
}
#cnt-top .title-box span.en-copy{
	font-weight: normal;
	font-family:  YuMincho,"游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", Honoka, Meiryo, "メイリオ", serif;
	display: block;
	font-size: 1rem;
    letter-spacing: .1em;
}




#cnt1,
#cnt2{
    width: 100%;
    position: relative;
}
#cnt1 .area-box{
	width: 1300px;
	margin: 0 auto;
	display: flex;
	padding: 0 0 0 80px;
}
#cnt1 .area-box .text-box{
    width: 100%;
    position: relative;
}
#cnt1 .text-box .title-box{
	position: relative;
	width: 100%;
	padding-top: 100px;
}
.text-box .title-box h2{
	font-size: 2em;
	letter-spacing: .1em;
    line-height: 1.3;
	color: #fff;
	font-weight: normal;
}
.text-box .title-box h2 span.h2-1,
.text-box .title-box h2 span.h2-2{
	display: table;
	padding: 15px 30px;
}
.text-box .title-box h2 span.h2-1{
	background: #00aabf;
    font-size: 1.35rem;
    padding: 11px 15px;
	transform: translateY(7px);
}
.text-box .title-box h2 span.h2-2{
	background: #5bbb74;
	margin-top: 0;
    margin-left: 15px;
}
#cnt1 .text-box .text{
	position: relative;
	padding: 60px 0 0 15px;
	font-size: 1.2em;
	line-height: 2.2em;
}
#cnt1 .text-box .text h3{
    font-size: 1.7rem;
    margin-bottom: 30px;
	font-weight: normal;
}
#cnt1 ul{
    width: 90%;
    margin: 0 auto;
}
#cnt1 ul li{
    margin-top: 30px;
}
#cnt1 ul li h4,
#cnt1 .at h4{
    font-size: 1.1em;
    font-family: Barlow, 游ゴシック体, YuGothic, 游ゴシック, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
    color:  #00aabf;
    margin-bottom: 10px;
}
#cnt1 ul li p{
    margin-left: 13px;
}
#cnt1 .at{
    width: 90%;
    margin: 40px auto 0;
    border: 1px solid #5bbb74;
    padding: 30px;
}
#cnt1:before{
    content: "";
    position: absolute;
    background: url(../img/back-image2.jpg) top / 100% no-repeat;
    right: 0;
    top: 100px;
    width: 45%;
    max-width: 900px;
    height: 60%;
    z-index: -1;
}
.m-y:before,
.m-y:after{
	-webkit-animation: ymotion-b 45s ease infinite;
    animation: ymotion-b 45s ease infinite;
}
#cnt2 .area-box{
    width: calc(100% - 80px);
    margin-left: 80px;
}
#cnt2 .area-box iframe{
    display: block;
    width: 70%;
    margin: 150px auto;
    min-width: 1200px;
    height: 800px;
}

@keyframes ymotion-b {
    0% {
        -webkit-transform: translateY(0%);
		filter: blur(0);
        opacity: 1
    }

	50% {
		-webkit-transform: translateY(-70px);
		filter: blur(0);
        opacity: 1
    }

    100% {
        -webkit-transform: translateY(0%);
		filter: blur(0);
        opacity: 1
    }
}



/* //////////////////////////////////////////////

SP

////////////////////////////////////////////// */
@media screen and (max-width: 1400px) {
    #cnt1 .area-box{
        width: 1100px;
    }
    #cnt2 .area-box iframe{
        width: 80%;
        min-width: 80%;
        height: 550px;
        margin: 100px auto;
    }
}
@media screen and (max-width: 1300px) {
	#cnt-top .cap-box h2{
		width: 90%;
	}
}
@media screen and (max-width: 1200px) {
	#cnt-top .title-box{
		font-size: 1.8em;
	}
	#cnt1 .area-box,
	#cnt2 .area-box{
		display: block;
		width: calc(100% - 100px);
		margin-left: auto;
		margin-right: 0;
		padding: 0 50px 0 0;
	}
	#cnt1 .area-box .text-box,
	#cnt2 .area-box .text-box{
		width: 100%;
	}
	#cnt1 .image-box{
		width: 100%;
		height: 500px;
		margin-top: 50px;
	}
	#cnt1:before{
		width: 50%;
	}
    #cnt2:before{
        width: 60%;
        max-width: 600px;
        top: -150px;
    }
    #cnt2:after{
        bottom: -300px;
    }
	#cnt1 .text-box:after{
		top: 50%;
		right: 0;
	}
}
@media screen and (max-width: 1000px) {
	#cnt-top{
		width: 100%;
		margin-left: 0;
	}
	#cnt-top .cap-box h2 img {
		width: 80vw;
		margin-left: -10vw;
	}
	#cnt-top .cap-box h2 span.copy {
		font-size: 2.35vw;
	}
	#cnt1 .area-box,
	#cnt2 .area-box{
		width: 100%;
		padding: 0 5vw;
	}

}
@media screen and (max-width: 768px) {
	#cnt-top{
		display: block;
		height: 350px;
	}
	#cnt-top .image-top {
		width: 100%;
	}
    #cnt-top:after{
        right: 50%;
        transform: translateX(146px);
        top: 295px;
        width: 79px;
        height: 100px;
        z-index: 1;
    }
    .m-y:before, .m-y:after{
        -webkit-animation: none;
        animation: none;
    }
    #cnt-top.in:after{
        opacity: 1;
    }
	#cnt-top .cap-box h2 img {
		width: 90vw;
		margin-left: -5vw;
	}
	#cnt-top .cap-box h2 span.copy {
		font-size: 14px;
	}
    #cnt-top .image-top .image1{
        background: url(../img/top1-sp.jpg) center / cover no-repeat;
    }
	#cnt-top .title-box.fade2{
        writing-mode: initial;
        display: table;
		background: #fff;
		z-index: 1;
		position: relative;
		padding: 15px 80px 9px 36px;
		width: auto;
		font-size: 1.2em;
		letter-spacing: .05em;
        transform: translate(0,0);
    }
	#cnt-top .title-box.fade2.in{
		transform: translateY(-100%);
	}
	#cnt-top .title-box span.en-copy{
		font-size: .9rem;
	}
	#cnt-top .title-box h1{
		display: table;
		margin: 0 auto;
	}
	#cnt1 .area-box{
		padding-left: 7vw;
		padding-right: 7vw;
	}
	#cnt1 .area-box .text-box{
		padding-bottom: 50px;
	}
	#cnt1 .text-box .text{
		padding-left: 0;
		padding-top: 30px;
		line-height: 2em;
		font-size: 1.1em;
	}
    #cnt1 ul,
    #cnt1 .at{
        width: 100%;
    }
    #cnt1 ul li h4,
    #cnt1 .at h4{
        font-size: 1.05em;
    }
    #cnt2:after {
        top: -180px;
    }
	#cnt1 .text-box .title-box{
		padding-top: 50px;
        z-index: 2;
	}
	#cnt1:before {
        width: 80%;
        top: 180px;
		z-index: 0;
	}
	#cnt1 .text-box:after {
		top: 80px;
		right: 0;
		width: 100px;
		height: 100px;
	}
	.text-box .title-box h2{
		font-size: 1.35rem;
	}
	.text-box .title-box h2 span.h2-1,
	.text-box .title-box h2 span.h2-2{
		font-size: 1.3rem;
		padding: 15px 20px;
	}
	.text-box .title-box h2 span.h2-1{
		font-size: 1.1rem;
	}
    #cnt1 .image-box{
        display: none;
    }
	#cnt1 .text-box .text h3{
		font-size: 1.32rem;
		line-height: 1.2;
		margin-bottom: 20px;
	}
	#cnt1 .image-box {
		width: 86vw;
		margin: 0 auto;
		height: 300px;
		margin-top: 30px;
		padding: 0 7vw;
	}
	#cnt1 .image-box .title{
		font-size: .9em;
	}
	#cnt2 .area-box {
		margin: 0 auto;
		padding: 0 7vw;
	}
    #cnt2 .area-box iframe{
        display: none;
    }
	#cnt2 .area-box .sp a{
        display: block;
        box-sizing: border-box;
        width: 100%;
        font-weight: 700;
        padding: 15px 30px;
        text-align: center;
        margin-bottom: 100px;
        background: #5bbb74;
        color: #fff;
        font-family: Barlow, 游ゴシック体, YuGothic, 游ゴシック, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
        transition: all .3s ease;
    }
    #cnt2 .area-box .sp a:hover{
        background: #00aabf;
    }
}