@charset "UTF-8";

.hero {
	position: relative;
	width: 100%;
	min-height: 55vh;

	/* 背景画像 */
	background-image:
		linear-gradient(
			rgba(255, 255, 255, 0.45),
			rgba(255, 255, 255, 0.45)
		),
		url("../../images/about/heroPC.jpg");

	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;

	/* titleを上下中央に */
	display: flex;
	align-items: center;
	
}

/* タイトルエリア */
.hero .title {
	width: min(1200px, 90%);
	margin: 0 auto;
	text-align: left;
	position: relative;
	z-index: 2;
}

/* メインコピー */
.hero h2 {
	margin: 0 0 0;
	font-size: clamp(3rem, 5vw, 6rem);
	line-height: 1.3;
	font-family: "Noto Serif JP", serif;
	font-weight: 400;
	color:#716caa;
	letter-spacing: 0.5rem;
}

.historyIMG  {
	margin-bottom: 20px;
}

.about02 {
	padding-bottom: 80px;
}

.about02 .eng {
	font-family: "Google Sans", sans-serif;
	color:#716caa;
	font-size: clamp(1.4rem, 1.6vw, 2rem);
	letter-spacing: 0.08em;
	margin-bottom: 20px;

}

.about02 h2 {
	margin: 0 0 25px;
	font-size: clamp(2.4rem, 3vw,4rem);
    font-family: "Spectral", "Noto Serif JP", serif;
	font-weight: 400;
	margin-bottom: 20px;
	line-height: 1.2;
}
.about02 p {
	font-size: clamp(1.2rem, 1.4vw,1.7rem);
}


.mediaBOX {
	display: flex;
	justify-content: space-between;
	margin: 40px auto 0;
}
.mediaBOX .Left {
	width: 55%;
}
.mediaBOX .Right {
	width: 41%;
}
.mediaBOX .Left figure {
	width: 40%;
	margin: 0 0  0 auto;
	text-align: right;
}

.videoBOX {
    width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
}

.videoBOX video {
  width: 100%;
  height: 100%;

}








@media screen and (max-width: 834px){
	
.hero {
	position: relative;
	width: 100%;
	min-height: 10vh;
	margin-top: 50px;

	/* 背景画像 */
	background-image:
		linear-gradient(
			rgba(255, 255, 255, 0.45),
			rgba(255, 255, 255, 0.45)
		),
		url("../../images/about/heroPC.jpg");

	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;

	/* titleを上下中央に */
	display: flex;
	flex-direction: column;
	padding-bottom: 50px;
	
	
}

/* タイトルエリア */
.hero .title {
	width: min(1200px, 90%);
	margin: 0 auto;
	text-align: left;
	position: relative;
	z-index: 2;
	margin-top: 50px;
}


/* メインコピー */
.hero h2 {
	margin: 0 0 15px;
	font-size: clamp(3rem, 5vw, 6rem);
	line-height: 1.3;
	font-weight: 400;
	color:#716caa;
	letter-spacing: 0.5rem;
}

.historyIMG  {
	margin-bottom: 10px;
}

.about02 {
	padding-bottom: 40px;
}

.about02 .eng {
	font-family: "Google Sans", sans-serif;
	color:#716caa;
	font-size: clamp(1.4rem, 1.6vw, 2rem);
	letter-spacing: 0.08em;
	margin-bottom: 10px;

}

.about02 h2 {
	margin: 0 0 25px;
	font-size: clamp(2.4rem, 3vw,4rem);
    font-family: "Spectral", "Noto Serif JP", serif;
	font-weight: 400;
	margin-bottom: 20px;
	line-height: 1.2;
}
.about02 p {
	font-size: clamp(1.4rem, 1.4vw,1.7rem);
}


.mediaBOX {
	display: flex;
	flex-direction: column-reverse;
	justify-content: space-between;
	max-width: auto;
	margin: 10px auto 0;
}
.mediaBOX .Left {
	width: auto;
	margin: auto;
	margin-bottom: 0;
}
.mediaBOX .Right {
	width: auto;
	margin-bottom: 10px;
}
	
.mediaBOX .Left figure {
	width: 60%;
	margin: 0 0  0 auto;
	text-align: right;
}



.videoBOX {
    width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.videoBOX video {
  width: 100%;
  height: 100%;

}

	

}