@charset "UTF-8";

.hero {
	position: relative;
	width: 100%;
	height: 100vh;
	min-height: 700px;
	overflow: hidden;
}

/* 背景動画 */
.fvVIDEO {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 0;
}

/* グレーの透過レイヤー */
.hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.35);
	z-index: 1;
	pointer-events: none;
}

/* タイトルブロック */
.hero .title {
	position: absolute;
	top: 50%;
	left: 8%;
	transform: translateY(-50%);
	z-index: 2;
	width: 60%;
	color: #fff;
}

/* ロゴ */
.hero .title .logo {
	margin-bottom: 30px;
}

.hero .title .logo figure {
	margin: 0;
}

.hero .title .logo img {
	display: block;
	max-width: 400px;
	width: 60%;
	height: auto;
}

/* メインコピー */
.hero .title h2 {
	margin: 0 0 25px;
	font-size: clamp(7rem, 7vw, 8.5rem);
    font-family: "Noto Serif JP", serif;
	font-weight: 400;
	line-height: 1.35;
	letter-spacing: 0.08em;
}

/* 説明文 */
.hero .title h3 {
	margin: 0;
	font-size: clamp(1.4rem, 1.4vw, 1.8rem);
	font-weight: 400;
	line-height: 2;
	letter-spacing: 0.05em;
}

#section-01.subContent01 {
  position: relative;
  z-index: 1;
}



#section-01 .back-image {
  position: relative;
  z-index: 1;
}

#section-01 .back-image img{
  width: 100%;
  max-height: 700px;
  object-fit: cover;
  opacity: .7;
}



#section-01 .contentWrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  z-index: 2;
}

#section-01 .content-head {
  margin: 0 0 36px;
	font-size: clamp(2.4rem, 3vw,4rem);
  font-family: "Noto Serif JP", serif;
	line-height: 1.3;
	color:#000;
}

#section-01 .content-area {
  width: 40%;
}

#section-01 .content-area p {
  font-size: clamp(1.4rem, 1.4vw, 1.4rem);
  padding: 0;
  line-height: 1.7;  
}

#section-02 .content-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  margin-bottom: 48px;
	box-shadow: 0 0 30px rgba(113,110,170,0.17);
}

#section-02 .contentWrap {
  max-width: 70%;
  margin-bottom: 120px;
}

#section-02 .content-item:nth-child(2) {
   direction: rtl; 
}
#section-02 .content-item .image {
  /* padding: 4%; */
}

#section-02 .content-item .image img { 
  height: 400px;
  object-fit: cover;
  width: 100%;
}

#section-02 .content-item .description  {
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
  direction: ltr;
  padding: 48px;
}

#section-02 .content-item .description .head {
	margin: 0 0 25px;
	font-size: clamp(2.4rem, 3vw,4rem);
  font-family: "Noto Serif JP", serif;
	font-weight: 400;
	margin-bottom: 20px;  
}



#section-02 .content-item .description .text {
  font-size: clamp(1.4rem, 1.4vw, 1.4rem);
  padding: 0;
  line-height: 1.7;    
}

#section-02 .content-item:nth-child(2) .description .head,
#section-02 .content-item:nth-child(2) .description .text {
   direction: ltr; 
}


@media screen and (max-width: 834px){
	
.hero {
	position: relative;
	width: auto;
	height: 100vh;
	min-height: 700px;
	overflow: hidden;
}

/* 背景動画 */
.fvVIDEO {
	position: absolute;
	top: 0;
	left: 0;
	width: auto;
	height: 100%;
	object-fit: cover;
	z-index: 0;
}

/* グレーの透過レイヤー */
.hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.35);
	z-index: 1;
	pointer-events: none;
}

/* タイトルブロック */
.hero .title {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	z-index: 2;
	width: auto;
	color: #fff;
	padding: 0 5%;
	box-sizing: border-box;
}

/* ロゴ */
.hero .title .logo {
	margin-bottom: 30px;
}

.hero .title .logo figure {
	margin: 0;
}

.hero .title .logo img {
	display: block;
	max-width: 400px;
	width: 60%;
	height: auto;
}

/* メインコピー */
.hero .title h2 {
	margin: 0 0 25px;
	font-size: clamp(5rem, 6vw, 7.5rem);
    font-family: "Noto Serif JP", serif;
	font-weight: 400;
	line-height: 1.35;
	letter-spacing: 0.08em;
}

/* 説明文 */
.hero .title h3 {
	margin: 0;
	font-size: clamp(1.4rem, 1.4vw, 1.8rem);
	font-weight: 400;
	line-height: 1.6;
	letter-spacing: 0.05em;
}

#section-01 .back-image img {
  height: auto;
}

#section-01 .content-area {
  width: 100%;
}

#section-02 .contentWrap {
  max-width: 100%;
}

#section-02 .content-item {
  display: grid;
  gap: 0;
  grid-template-columns: 1fr;
}

#section-02 .content-item .image img {
  height: 370px;
}

#section-02 .content-item .description {
  padding: 4%;
}

#section-02 .content-item .description .head {
  margin-bottom: 14px;
}

}