@charset "utf-8";
.cmTxt {
	line-height: 2;
}

.mv {
	position: relative;
}

.mv img {
	width: 100%;
}

.mv p {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	font-size: 4.5rem;
	left: 0;
	width: 100%;
	text-align: center;
	line-height: 1;
	color: #fff;
	letter-spacing: 0.1em;
	text-shadow: 2px 2px 5px #474747, -2px -2px 5px #474747, 3px 3px 5px #474747, -3px -3px 5px #474747;
	font-weight: 500;
}

h3 {
	text-align: center;
	margin-bottom: 60px;
}

h4 {
	font-size: 30px;
	font-weight: bold;
}

.box-01 {
	padding: 60px 0;
}

.box-01 .logo {
	text-align: center;
}

.box-01 h3 img {
	max-width: 700px;
	width: 55%;
}

.box-01 .row-01 {
	margin-bottom: 10%;
}

.box-01 .row-01 .col-01 {
	width: 41%;
}

.box-01 .row-01 .col-02 {
	width: 57%;
}

.box-01 .row-02 {
	position: relative;
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}

.box-01 .row-02 .col-01 {
	width: 70%;
	margin: 0 0 0 auto;
}

.box-01 .row-02 .col-02 {
	width: 26.1%;
	position: absolute;
	left: 0;
	bottom: 0;
}


/* MEDIA */
@media (max-width: 1600px){
	.mv p {
		font-size: 2.8rem;
	}
}

@media (max-width: 1000px){
	h4 {
		font-size: 2.4rem;
	}

	.box-01 .row-01 {
		margin-bottom: 20%;
	}

	.box-01 .row-01 .col-01 {
		width: 48%;
	}

	.box-01 .row-01 .col-02 {
		width: 48%;
	}
}

@media (max-width: 767px){
	
	h3 {
		margin-bottom: 30px;
	}

	h4 {
		font-size: 2.2rem;
	}

	.mv figure img {
		height: 70vh;
		object-fit: cover;
		object-position: center left;
	}

	.mv p {
		font-size: min(7vw, 4.5rem);
		line-height: 1.4;
	}

	.box-01 {
		padding: 30px 0;
	}

	.box-01 h3 img {
		width: 80%;
	}

	.box-01 .row-01 {
		margin-bottom: 40px;
	}

	.box-01 .row-01 .col-01 {
		width: 100%;
		margin-bottom: 20px;
	}

	.box-01 .row-01 .col-02 {
		width: 100%;
		text-align: center;
	}

	.box-01 .row-02 .col-01 {
		width: 100%;		
		margin-bottom: 20px;
	}

	.box-01 .row-02 .col-02 {
		width: 100%;
		position: static;
		text-align: center;
	}

}