/*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) bottom / cover no-repeat;
}
#cnt-top.m-z:after{
    content: "";
    position: absolute;
    background: url(../img/back-image1.png) bottom / 100% no-repeat;
    right: 0px;
    bottom: -30%;
    width: 40%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    transition: opacity 1s;
    -webkit-animation: zmotion2 45s ease infinite;
    animation: zmotion2 45s ease infinite;
}
@keyframes zmotion2 {
    0% {
		-webkit-transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);
        opacity: 1;
    }

	50% {
		-webkit-transform: matrix3d(1.1,0,0.02,0.0003,0.00,1.034,0.34,0.0005,-0.02,0,1,0,15,15,0,1);
        opacity: 1;
    }

    100% {
		-webkit-transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);
        opacity: 1;
    }
}
#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,
#cnt3{
    width: 100%;
    position: relative;
}
#cnt1 .area-box{
	width: 1300px;
	margin: 0 auto;
	display: flex;
	padding: 0 0 0 50px;
}
#cnt1 .area-box .text-box{
    width: 50%;
    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 .link-box{
    margin-top: 30px;
}
#cnt1 .text-box .text h3{
    font-size: 1.7rem;
    margin-bottom: 30px;
	font-weight: normal;
}
#cnt1 .image-box{
    width: calc(50% - 50px);
    position: relative;
    margin-top: 280px;
    margin-left: auto;
    background: url(../img/image1.jpg) center / cover no-repeat;
} 
#cnt1 .image-box .title{
    position: absolute;
    left: 20px;
    bottom: 20px;
    color: #fff;
    background: #5bbb74;
    font-family: "Barlow","游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
    padding: 2px 8px;
}

#cnt2:before{
    content: "";
    position: absolute;
    background: url(../img/back-image2.jpg) top / 100% no-repeat;
    left: 0;
    top: -200px;
    width: 45%;
    max-width: 900px;
    height: 60%;
    z-index: -1;
}
#cnt2:after{
    content: "";
    position: absolute;
    background: url(../img/back-image3.jpg) bottom / 100% no-repeat;
    right: 0;
    bottom: -500px;
    width: 28%;
    max-width: 560px;
    height: 50%;
    z-index: -1;
}
.m-y:before,
.m-y:after{
	-webkit-animation: ymotion-b 45s ease infinite;
    animation: ymotion-b 45s ease infinite;
}
@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
    }
}
#cnt2 .area-box,
#cnt3 .area-box{
	width: 1100px;
	margin: 100px auto 0;
	padding: 0;
}
#cnt2 .area-box .pop-box{
    position: relative;
    margin-left: auto;
    margin-right: 50px;
    width: 250px;
    height: 250px;
    padding: 50px;
    background: url(../img/txt-back1.svg) center / 100% no-repeat;
}
#cnt2 .area-box .pop-box{
    color: #fff;
}
#cnt2 .area-box .pop-box h2{
    position: absolute;
    font-weight: normal;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
#cnt2 .area-box .pop-box h2 span.h2-1,
#cnt2 .area-box .pop-box h2 span.h2-2{
    display: table;
    text-align: center;
    margin: 0 auto;
}
#cnt2 .area-box .pop-box h2 span.h2-1{
    font-size: 1.35rem;
}
#cnt2 .area-box .pop-box h2 span.h2-2{
    font-size: 1.75rem;
    margin-top: 10px;
}
#cnt2 .area-box ul li{
    display: flex;
    flex-wrap: wrap;
    width: 85%;
    margin-left: auto;
    margin-bottom: 70px;
}
#cnt2 .area-box ul li:nth-child(2n){
    margin-left: 0;
}
#cnt2 .area-box ul li .image{
    width: 150px;
}
#cnt2 .area-box ul li .image img{
    width: 100%;
}
#cnt2 .area-box ul li .text-box{
    width:  calc(100% - 150px);
    padding-left: 30px;
}
#cnt2 .area-box ul li .text-box h3{
    font-size: 1.5em;
    color: #00aabf;
    font-weight: normal;
    letter-spacing: .05em;
    margin-bottom: 10px;
}

#cnt3 .area-box{
	width: 1100px;
	margin: 0 auto;
	padding: 30px 0 0 50px;
	display: flex;
    flex-wrap: wrap;
	position: relative;
}
#cnt3 .area-box .pop-box{
    position: relative;
    margin-left: 0;
    margin-bottom: 20px;
    width: 250px;
    height: 250px;
    padding: 50px;
    background: url(../img/txt-back2.svg) center / 100% no-repeat;
}
#cnt3 .area-box .pop-box{
    color: #fff;
}
#cnt3 .area-box .pop-box h2{
    position: absolute;
    font-weight: normal;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
#cnt3 .area-box .pop-box h2 span.h2-2{
    display: table;
    text-align: center;
    margin: 0 auto;
}
#cnt3 .area-box .pop-box h2 span.h2-2{
    font-size: 1.75rem;
}
#cnt3 .area-box ul li{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 90%;
    margin-left: auto;
    margin-bottom: 70px;
}
#cnt3 .area-box ul li:nth-child(2n){
    margin-left: 0;
}
#cnt3 .area-box ul li .image{
    width: 300px;
    position: relative;
}
#cnt3 .area-box ul li .image img{
    width: 100%;
    height: auto;
}
#cnt3 .area-box ul li .image .day{
    position: absolute;
    font-size: .9em;
    left: 0;
    top: 0;
    padding: 5px 8px;
    background: #00abc0;
    display: table;
    line-height: 1.4;
    color: #fff;
    font-family: Barlow, 游ゴシック体, YuGothic, 游ゴシック, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
}
#cnt3 .area-box ul li .text-box{
    width:  calc(100% - 300px);
    padding-left: 30px;
}
#cnt3 .area-box ul li .text-box a{
    color: #323232;
}
#cnt3 .area-box ul li .text-box h3{
    font-size: 1.3em;
    font-weight: normal;
    letter-spacing: .05em;
    margin-bottom: 20px;
}
#cnt3 .link-box {
    margin: 30px auto 150px;
}
#cnt3 .area-box ul li .text-box a.more-txt{
    color: #51bb6d;
}

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

SP

////////////////////////////////////////////// */
@media screen and (max-width: 1400px) {
    #cnt1 .area-box{
        width: 1100px;
    }
}
@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,
	#cnt3 .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,
	#cnt3 .area-box{
		width: 100%;
		padding: 0 5vw;
	}
	#cnt1 .image-box {
		width: 100%;
	}

}
@media screen and (max-width: 768px) {
	#cnt-top{
		display: block;
		height: 350px;
	}
	#cnt-top .image-top {
		width: 100%;
	}
    #cnt-top.m-z:after{
        right: 5vw;
        bottom: -135px;
        width: 81%;
        height: 120%;
        z-index: 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) bottom / 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: 100px;
	}
	#cnt1 .text-box .text{
		padding-left: 0;
		padding-top: 30px;
		line-height: 2em;
		font-size: 1.1em;
	}
    #cnt2:after {
        top: -180px;
    }
	#cnt1 .text-box .title-box{
		padding-top: 50px;
        z-index: 2;
	}
	#cnt1:before {
		top: initial;
		bottom: 290px;
		background: url(../img/back-image2.gif) bottom / 100% no-repeat;
		width: 80%;
		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 .link-box{
        margin-top: 20px;
    }
	#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:before{
        top: -180px;
        width: 93%;
        max-width: 350px;
    }
    #cnt2:after{
        bottom: initial;
        top: 200px;
        background-position: top;
        width: 52%;
    }
	#cnt2 .area-box {
		margin: 0 auto;
		padding: 0 7vw;
	}
	#cnt2 .area-box .text-box{
		padding: 0;
	}
    #cnt2 .area-box .pop-box,
    #cnt3 .area-box .pop-box {
        margin-right: 0;
        margin-left: auto;
        width: 180px;
        height: 180px;
    }
    #cnt2 .area-box .pop-box h2 span.h2-1 {
        font-size: 1rem;
    }
    #cnt2 .area-box .pop-box h2 span.h2-2 {
        font-size: 1.25rem;
        margin-top: 2px;
    }
	#cnt2 .area-box ul li{
        width: 100%;
    }
    #cnt2 .area-box ul li .image{
        width: 150px;
        margin: 10px auto 0;
        order: 2;
    }
    #cnt2 .area-box ul li .text-box{
        width: 100%;
        padding-left: 0;
        order: 1;
    }
    #cnt3 .area-box .pop-box {
        margin-bottom: -20px;
        position: relative;
        z-index: 1;
        background: url(../img/txt-back1.svg) center / 100% no-repeat;
    }
    #cnt3 .area-box .pop-box h2 span.h2-2{
        font-size: 1.25rem;
    }
    #cnt3 .area-box ul li {
        width: 100%;
        margin-bottom: 50px;
    }
    #cnt3 .area-box ul li:nth-child(n +3){
        display: none;
    }
    #cnt3 .area-box ul li .image{
        width: 100%;
    }
    #cnt3 .area-box ul li .text-box {
        width: 100%;
        padding-left: 0;
    }
    #cnt3 .area-box ul li .text-box h3{
        color: #00aabf;
        font-size: 1.15em;
        margin: 13px 0;
    }
    #cnt3 .link-box {
        margin: 30px auto 70px;
    }
}