@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400&display=swap');

/* wght読み込み調整 */
#titleArea h2 {
  font-weight: 500;
  font-style: normal;
}

.swiper .cont {
	width: 100%;
	height: 100%;
	aspect-ratio: 2 / 1;
	position: relative;
	display: flex;
}
.swiper .cont .img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.swiper .cont .text {
	margin-left: auto;
	padding: 80px 3.7vw 0 0;
	display: flex;
	flex-wrap: wrap;
  align-content: flex-start;
	align-items: flex-start;
	flex-direction: row-reverse;
	gap: 5px;
}
.swiper .cont .text::before {
	content: "OWNER’S VOICE";
	display: block;
	margin-top: -1em;
	margin-left: 1em;
	font-size: 0.8em;
	font-weight: 500;
  letter-spacing: 0.2em;
	writing-mode: vertical-rl;
	opacity: 0.5;
}
.swiper .cont .text p {
	display: inline-block;
	writing-mode: vertical-rl;
	font-feature-settings: "vpal", "vkrn";
	letter-spacing: 0.2em;
	line-height: 1.6em;
	text-align: left;
	background: rgba(255,255,255,0.85);
}
.swiper .cont .text p:nth-of-type(1) {
	padding: 18px 12px 15px 10px;
	font-size: 1.65em;
	font-weight: 300;
}
.swiper .cont .text p:nth-of-type(2) {
	padding: 18px 12px 15px 10px;
	color: #8a8a87;
	font-size: 1.05em;
	font-weight: 400;
}
.tcy {
	display: inline-block;
  text-combine-upright: all;
	font-family: "Noto Sans JP", sans-serif;
	letter-spacing: 0.5em;
	position: relative;
  right: -0.05em;
}

#maincontents .contents {
  padding: 100px 7% 0 7%;
}
#maincontents .contents h3 {
	padding-bottom: 40px;
	font-size: 2rem;
	font-weight: 300;
	letter-spacing: 0.2em;
}
#maincontents .contents h3 span {
	display: inline-block;	
	vertical-align: middle;
	margin-right: 0.5em;
	font-size: 5.7rem;
	opacity: 0.1;
	letter-spacing: 0.05em;
}

/* 01 */
#maincontents #l-1.contents .text-column2 {
	display: flex;
	justify-content: space-between;
}
#maincontents #l-1.contents .text-column2 div {
	width: 46%;
}
#maincontents #l-1.contents h4 {
	padding: 75px 0 40px 0;
  font-size: 1.28em;
  font-weight: 700;
  letter-spacing: 0.2em;
}
#maincontents #l-1.contents p {
  line-height: 2em;
  font-size: 0.95em;
  letter-spacing: 0.1em;
  text-align: justify;
  word-break: break-all;
}
/* 01 パネル表示 */
#maincontents #l-1.contents .panel {
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
}
#maincontents #l-1.contents .panel > div {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateY(20px);
}
#maincontents #l-1.contents .fade.in-view {
  animation: fadeInUp 1.6s ease forwards;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
#maincontents #l-1.contents .div1 { grid-column-start: 3; grid-row-start: 1; }
#maincontents #l-1.contents .div2 { grid-column-start: 3; grid-row-start: 2; }
#maincontents #l-1.contents .div3 { grid-column-start: 3; grid-row-start: 3; }
#maincontents #l-1.contents .div4 { grid-column-start: 2; grid-row-start: 3; }
#maincontents #l-1.contents .div5 { grid-column-start: 1; grid-row-start: 3; }
#maincontents #l-1.contents .div6 {
  grid-column: span 2 / span 2;
  grid-row: span 2 / span 2;
  grid-column-start: 1;
  grid-row-start: 1;
}

/* 02 */
#maincontents #l-2.contents h4 {
	padding: 0 0 25px 0;
  font-size: 1.28em;
  font-weight: 700;
  letter-spacing: 0.2em;
}
#maincontents #l-2.contents p {
  line-height: 2em;
  font-size: 0.95em;
  letter-spacing: 0.1em;
  text-align: justify;
  word-break: break-all;
}
#maincontents #l-2.contents ul {
	margin-top: 60px;
	display: flex;
	flex-wrap: wrap;
	align-content: stretch;
	gap: 60px;
}
#maincontents #l-2.contents ul li {
	width: calc(100% / 3 - 40px)
}
#maincontents #l-2.contents ul li p {
	width: 100%;
	min-height: 110px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: #e7ecef;
	padding: 1em;
	font-size: 1.1em;
	font-weight: 600;
	line-height: 1.8em;
}
#maincontents #l-2.contents ul li p span {
	font-size: 0.9rem;
	font-weight: 500;
}

/* 03 */
#maincontents #l-3.contents {
	margin-top: 100px;
	padding-bottom: 100px;
	background: #f5f7f9;
}
#maincontents #l-3.contents h4 {
	padding: 0 0 25px 0;
  font-size: 1.28em;
  font-weight: 700;
  letter-spacing: 0.2em;
}
#maincontents #l-3.contents p {
  line-height: 2em;
  font-size: 0.95em;
  letter-spacing: 0.1em;
  text-align: justify;
  word-break: break-all;
}
#maincontents #l-3.contents ul {
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
	gap: 6px;
}
#maincontents #l-3.contents ul li {
	width: calc(100% / 4 - 4.5px);
	height: 260px;
	background: #fff;
}
#maincontents #l-3.contents ul li a {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
}
#maincontents #l-3.contents ul li a .no {
	position: absolute;
	top: 25px;
	left: 25px;
	font-size: 1.28em;
	opacity: 0.4;
}
#maincontents #l-3.contents ul li a img {
	margin-top: auto;
}
#maincontents #l-3.contents ul li a p {
	min-height: 3em;
	margin-bottom: auto;
	padding-top: 25px;
	font-size: 1.15em;
	font-weight: 600;
	line-height: 1.6em;
	letter-spacing: 0.1em;
}

/* ボタン */
#maincontents .btn {
	margin: 0 auto;
  width: 260px;
}
#maincontents .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  margin: 45px auto 0 auto;
  font-weight: 500;
  border: solid 1px;
  background: url("../../img/icon_link-arrow.svg") no-repeat right 10px center;
}