/*--------------------------------------------------------------------------
   top
---------------------------------------------------------------------------*/
.top .mv{
	margin: 0 auto;
	position: relative;
}

.top .mv picture img{
	object-fit: cover;
	min-height: 600px;
}

.top .mv .txt_box{
	position: absolute;
	bottom: 48px;
	max-width: 1000px;
	margin: 0 auto;
    left: calc((100% - 1000px)/2);
}

.top .mv .txt_box h2{
	margin-bottom: 6vw;
}

.top .mv .txt_box h2 img{
	height: 331.5px;
}

.top .mv .txt_box p img{
	height: 70px;
}

.top .mv img{
	max-width: 100%;
}

.top .message .ttl_01{
	font-size: 2.2rem;
}

.top .message .txt_box{
	max-width: 940px;
	margin: 0 auto
}

.top .message .txt_box p{
	font-size: 1.5rem;
	font-weight: bold;
	text-align: justify;
}
.top .message .txt_box p.position{
	font-weight: normal;
	margin-top: 10px;
	text-align: center;
}
.top .message .txt_box p.name{
	border-top: 1px solid #3E3A39;
	display: inline-block;
	font-family: 	YuMincho,    /* Mac用 */
	'Yu Mincho', /* Windows用 */
	serif;
	margin-bottom: 20px;
	text-align: center;
}

.top .bnr_box .txt_box .ttl_box{
	text-align: center;
	color: #fff;
}

.top .bnr_box .txt_box .ttl_box h2{
	 font-size: 7.6rem;
	 font-family: 'Century Gothic', sans-serif;
	 opacity: 0.8;
	 line-height: 1.0;
	 margin-top: 60px;
	 margin-bottom: 15px;
}

.top .bnr_box .txt_box .ttl_box h3{
	font-size: 3.5rem;
	line-height: 1.0;
}



.top .bnr_box{
	position: relative;
	min-height: 540px;
}

.top .bnr_box img{
    object-fit: cover;
	height: 540px;
	width: 100%;
}

.top .bnr_box .txt_box{
	position: absolute;
	top: 0px;
	height: 100%;
	position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	color: #fff;
	width: 100%;
}

.top .bnr_box .txt_box .txt_bottom{
	position: absolute;
	bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 100%;
}

.top .bnr_box .txt_box .txt_bottom p{
	font-size: 1.7rem;
}

.top .bnr_box .txt_box .btn_box{
	display: flex;
	justify-content: center;
	font-size: 1.2rem;
	margin-bottom: 15px;
}

.top .bnr_box .txt_box .btn_box p{
	background: #fff;
	border-radius: 20px;
	min-width: 275px;
	padding: 0 20px;
	box-sizing: border-box;
	height: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin: 0 10px;
	color: #3E3A39;
	font-size: 1.7rem;
}

@media screen and (max-width: 1000px) {
	.top .mv .txt_box{
		max-width: 100%;
		left: 20px;
	}

	.top .mv .txt_box h2{
		margin-bottom: 6vw;
	}

	.top .mv .txt_box h2 img{
		height: 300px;
	}

	.top .mv .txt_box p img{
	}


}

@media screen and (max-width: 768px) {


	.top .mv picture img{
	    min-height: 100vw;
	    object-fit: cover;
	}

	.top .mv .txt_box{
		max-width: 100%;
		left: 20px;
	}

	.top .mv .txt_box h2{
		margin-bottom: 30px;
	}

	.top .mv .txt_box h2 img{
		height: 220px;
	}

	.top .mv .txt_box p img{
	    max-width: 90%;
	    height: auto;
	    width: auto;
	    max-height: 70px;
	}

	.top .message .txt_box p{
		font-size: 1.4rem;
		line-height: 1.6;
	}

	.top .bnr_box .txt_box .ttl_box h2{
		font-size: 6.0rem;
		margin-top: 30px;
	}

	.top .bnr_box .txt_box .txt_bottom{
		bottom: 30px;
	}

	.top .bnr_box .txt_box .ttl_box h3{
		font-size: 3.0rem;
	}

	.top .bnr_box .txt_box .btn_box{
		display: block;
		margin: 0 auto;
    	text-align: center;
	}

	.top .bnr_box .txt_box .txt_bottom p{
		display: flex;
		justify-content: center;
		margin-bottom: 10px;
		font-size: 1.6rem;
	}

	.top .bnr_box .txt_box .txt_bottom p a{
		font-size: 1.6rem;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	}

	.top .bnr_box .txt_box .txt_bottom p.txt{
		display: block;
		font-size: 1.3rem;
	}

	.top .bnr_box{
		position: relative;
	    height: 400px;
	    min-height: 340px;
	}

	
	.top .bnr_box img{
	    min-height: 340px;
    	height: 100%;
	}
}
}