@charset "utf-8";
/* CSS Document */

#home section p {}

/*mainvisual
***************************************/
#loadimg {
	clear: both;
	text-align: center;
}

#loading {
	display: none;
}

#loadimg img {
	width: 32px;
	padding: 20% 0;
}

#mainvisual {
	position: relative;
}

#mainvisual:after {
	content: "";
	display: block;
	background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
	width: 100%;
	height: 150px;
	position: absolute;
	top: 0;
}

#mainvisual .textbox {
	z-index: 1;

	/*中央*/
	position: absolute;
	top: 54%;
	left: 50%;
	transform: translateY(-53%) translateX(-50%);
	-webkit- transform: translateY(-53%) translateX(-50%);
	margin: auto;
	display: inline-block;
	width: 100%;
}

#mainvisual .textbox p {
	font-size: clamp(32px, 4.8vw, 60px);
	font-weight: 500;
	letter-spacing: 0.18em;
	color: #FFF;
	position: relative;
	line-height: 1.6;
	text-align: center;
	text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.25);
}

#mainvisual .mvbg {
	pointer-events: none;
}

@media (max-width: 1600px) {}

@media (max-width: 1200px) {}

@media (max-width: 980px) {
#mainvisual .textbox {
	top: 43%;
}
}

@media (max-width: 480px) {}

#main #primary section#index01 {
	padding-top: 15rem;
	padding-bottom: 0;
}

#main #primary section#index01 h2 {
	display: flex;
	align-items: center;
	/* ← 縦中央揃え */
	gap: 20px;
	line-height: 1;
	margin-bottom: 4.5rem;
}

#main #primary section#index01 h2 span {
	font-size: clamp(16px, 1.2vw, 18px);
	font-weight: 500;
}

#main #primary section#index01 h2:before {
	content: attr(data-eng);
	font-size: clamp(24px, 3.6vw, 48px);
	font-family: "Poppins", sans-serif;
	color: #415c07;
	white-space: nowrap;
	line-height: 1;
}

#main #primary section#index01 h2:after {
	content: "";
	flex: 1;
	height: 1px;
	background: #d9d9d9;
}

#index01 .inner_left>ul {
	list-style: none;
	max-height: 325px;
	overflow: auto;
	margin: 0 0 4.5rem 0;
	padding: 0;
}

#index01 .inner_left>ul>li:first-child {
	padding-top: 0;
}

#index01 .inner_left>ul>li {
	display: flex;
	align-items: center;
	/* ← 中央揃え */
	gap: 2.5rem;
	text-decoration: none;
	padding-top: 3rem;
	padding-bottom: 3rem;
	border-bottom: 1px dotted #ddd;
}

#index01 .inner_left>ul>li:first-child a {
	padding-top: 0;
}

/* 画像 */
#index01 .inner_left .img-box {
	flex-shrink: 0;
	width: 180px;
}

#index01 .inner_left .img-box img {
	width: 180px;
	height: 120px;
	object-fit: cover;
	display: block;
}

/* テキスト */
#index01 .inner_left .text-box {
	display: flex;
	flex-direction: column;
}

/* =========================
   日付＋カテゴリー横並び
========================= */
#index01 .inner_left .text-box .post-info {
	display: flex;
	align-items: center;
	/* 縦中央揃え */
	gap: 1rem;
	/* 日付とカテゴリーの間隔 */
	margin-bottom: 1rem;
	/* タイトルとの間隔 */
}

#index01 .inner_left .text-box .post-info .date {
	white-space: nowrap;
	font-family: monospace;
	/* 等幅で揃える */
	color: #333;
	white-space: nowrap;
	font-family: monospace;
	font-family: Arial, Helvetica, sans-serif;
}

#index01 .inner_left .text-box .post-info .post-cate {
	display: flex;
	/* 横並び */
	gap: 0.5rem;
	/* li間の間隔 */
	margin: 0;
	padding: 0;
	list-style: none;
}

#index01 .inner_left .text-box .post-info .post-cate li {
	display: inline;
	/* 横並びに見せる */
	color: #666;
	font-size: clamp(12px, 1vw, 13px);
}

#index01 .inner_left .text-box .post-info .post-cate li a {
	display: block;
	padding: 0.5rem 1rem;
	background: #415c07;
	color: #FFF;
	border-radius: 3px;
}

#index01 .inner_left .text-box h3 {
	margin: 0;
	line-height:1.4;
}

#index01 .inner_left .text-box h3 a:hover {
	text-decoration:underline;
}

#index01 .inner_right ul {
	list-style: none;
	margin: 0 0 4.5rem 0;
	padding: 0;
	max-height: 325px;
	overflow: auto;
}

#index01 .inner_right ul li {
	margin-bottom: 2.5rem;
}

#index01 .inner_right ul li a {
	display: block;
	text-decoration: none;
}

#index01 .inner_right ul li a h3:hover {
	text-decoration:underline;
}

#index01 .inner_right .text-box {
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: center;
	column-gap: 2rem;
}

#index01 .inner_right .text-box .date {
	white-space: nowrap;
	font-family: monospace;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	color: #333;
}

#index01 .inner_right .text-box h3 {
	margin: 0;
}

/* =========================
   レスポンシブ
========================= */

@media (max-width: 1280px) {
#index01 .inner_left .text-box .post-info .post-cate li a {
	padding: 0.5rem;
    letter-spacing: 0.75px;
}
}

@media (max-width: 980px) {
#main #primary section#index01 {
	padding-top: 9rem;
}

#index01 .inner_left.w48 {
	width:100%;
	margin-bottom:4.5rem;
}

#index01 .inner_left .img-box {
	width: 140px;
}

#index01 .inner_left .img-box img {
	width: 140px;
	height: 94px;
}

#index01 .inner_right.w48 {
	width:100%;
}

}

@media (max-width: 680px) {

#index01 .inner_left > ul,
#index01 .inner_right > ul {
	margin-bottom:3rem;
}

#index01 .inner_left .text-box .post-info {
	display:block;
	margin-bottom:0;
}

#index01 .inner_left .text-box .post-info .post-cate {
	margin-top:0.5rem;
	margin-bottom: 1.25rem;
}

#index01 .inner_left > ul > li {
	align-items: flex-start;
	gap:1.5rem;
	padding-top: 2rem;
	padding-bottom: 2rem;
}

#index01 .inner_right .text-box {
	display:block;
}

#index01 .inner_right .text-box h3 {
	margin-top:1rem;
	line-height:1.4;
}

}

@media (max-width: 480px) {
#index01 .inner_left .img-box {
	width: 120px;
}

#index01 .inner_left .img-box img {
	width: 120px;
	height: 80px;
}

#index01 .inner_left ul li {
}

#index01 .inner_right .text-box {
	column-gap: 0.5rem;
}
}

.link_post_btn01 {
	text-align: right;
}

.link_post_btn01 a svg {
	color: #415c07;
	position: relative;
	top: 5px;
	margin-right: 1rem;
}

.link_post_btn01 a span {
	color: #333;	
	transition: color .3s ease;
}

.link_post_btn01 a:hover span {
	color:#415c07;
	text-decoration:underline;
}

#main #primary section#index02 h2 {
	margin-bottom: 9rem;
}

#main #primary section#index02 h2 span {
	font-size: clamp(20px, 1.8vw, 24px);
	font-weight: 450;
	display: block;
	text-align: center;
}

#main #primary section#index02 h2:before {
	content: attr(data-eng);
	font-size: clamp(36px, 6vw, 84px);
	font-family: "Poppins", sans-serif;
	font-weight: 300;
	color: #415c07;
	display: block;
	text-align: center;
	margin-bottom: 1rem;
}

/* =========================
   右：写真（上レイヤー）
========================= */
.column-outside-right {
	position: relative;
	width: 50vw;
	/* 画面の50% */
	margin-left: auto;
	/* 右寄せ */
	left: calc(50vw - 50%);
	/* 親基準 → 画面基準 */
	background: #ddd;
	/* 確認用 */
	z-index: 2;
	top: 12rem;
	/* ← 上 */
}

.column-outside-right img {
	width: 100%;
	height: auto;
	display: block;
}

/* =========================
   左：背景（画面基準）
========================= */
.column-outside-left {
	position: absolute;
	top: 0;
	left: calc(50% - 50vw);
	width: 85%;
	background: url(../../images/index/index02_bg.jpg) no-repeat center center;
	background-size: cover;
	z-index: 1;
	background-attachment:fixed;
}

/* =========================
   inner：中央基準に固定
========================= */
.column-outside-left .inner {
	position: relative;
	width: 59%;
	max-width: 740px;
	margin-left: calc(50vw - 58.8%);
	padding: 12rem 0;
	color: #FFF;
	padding-right: 7.5rem;
}

.column-outside-left .inner h3 {
	font-size: clamp(30px, 3.5vw, 54px);
	margin-bottom: 4.5rem;
	line-height: 1.4;
}

.column-outside-left .inner p {
	line-height: 2.5;
	margin-bottom: 4.5rem;
}

.column-outside-left .inner .link_detail_btn01 {
	text-align: right;

}

.column-outside-left .inner .link_detail_btn01 a {
	border: 1px solid #FFF;
	padding: 1.75rem 9rem 1.5rem 9rem;
	border-radius: 6rem;
	color: #FFF;
	text-align: center;
	display: inline-block;
	position: relative;
	transition: color .3s ease;
}

.column-outside-left .inner .link_detail_btn01 a svg {
	position: absolute;
	right: 2rem;
	/*中央*/
	top: 50%;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
	margin: auto;
	display: inline-block;
	transition: color .3s ease;
}

.column-outside-left .inner .link_detail_btn01 a::before {
	content:"";
	position:absolute;
	top:0;
	left:-100%;
	width:100%;
	height:100%;
	background:#FFF;
	border-radius:inherit;
	transition:left .35s ease;
	z-index:-1;
}

/* hover */
.column-outside-left .inner .link_detail_btn01 a:hover {
	color:#415c07;
}

.column-outside-left .inner .link_detail_btn01 a:hover::before {
	left:0;
}

@media (max-width: 1680px) {
	.column-outside-left .inner {
		padding-left: 4.5rem;
	}
}

@media (max-width: 1260px) {
	.column-outside-right {
		top: 6rem;
		/* ← 上 */
	}

	.column-outside-left .inner {
		padding-left: 2rem;
		padding-right: 2rem;
		padding-top: 6rem;
		padding-bottom: 6rem;
	}
}

@media (max-width: 980px) {
#main #primary section#index02 .base {
	padding-left:0;
	padding-right:0;
}

#main #primary section#index02 h2 {
	margin-bottom:4.5rem;
}

.column-outside-right {
	position:inherit;
	width:100%;
	left:inherit;
	top:inherit;
}

.column-outside-left {
	position:inherit;
	width:100%;
	left:inherit;
	top:inherit;
}

.column-outside-left .inner {
  position: relative;
  width: 100%;
  max-width: inherit;
  margin-left: auto;
  margin-right:auto;
  padding-right: 0;
  padding: 4.5rem 3rem;
}

.column-outside-left .inner h3,
.column-outside-left .inner p {
	margin-bottom:3rem;
}

}

@media (max-width: 980px) {
.column-outside-left .inner {
  padding: 7.5rem 2rem;
}

}

#main #primary section#index03 {
	padding-bottom: 0;
}

#main #primary section#index03 .title_box01 {
	margin-bottom: 9rem;
}

#main #primary section#index03 h2::before {
	content: attr(data-eng);
	font-size: clamp(36px, 6vw, 84px);
	font-family: "Poppins", sans-serif;
	font-weight: 300;
	color: #415c07;
	display: block;
	margin-bottom: 1rem;
}

#main #primary section#index03 h2 span {
	font-size: clamp(20px, 1.8vw, 24px);
	font-weight: 450;
	display: block;
}

#main #primary section#index03 .link_box .link_kodawari_btn {}

#main #primary section#index03 .link_box a {
	border-bottom: 1px solid #5e4b33;
	display: flex;
	align-items: center;
	/* ← 縦中央揃え */
	gap: 2rem;
	/* 要素間の余白 */
	text-decoration: none;
	transition: all .3s ease; /* 追加 */
}

#main #primary section#index03 .link_box a img {
	width: clamp(48px, 10vw, 144px);
	height: auto;
	flex-shrink: 1;
}

#main #primary section#index03 .link_box a small {
	display: inline-block;
	padding: 0.5rem 0.75rem;
	background: #5e4b33;
	color: #FFF;
	font-size: clamp(14px, 1.4vw, 20px);
	position: relative;
	top: 7px;
	transition: background .3s ease; /* 追加 */
}

#main #primary section#index03 .link_box a span {
	color: #5e4b33;
	font-size: clamp(14px, 1.6vw, 24px);
	margin-left: -1.25%;
	position: relative;
	top: 7px;
	letter-spacing: clamp(0px, 0.2vw, 6px);
	transition: color .3s ease; /* 追加 */
}

#main #primary section#index03 .link_box a svg {
	color: #5e4b33;
	position: relative;
	top: 7px;
	margin-left: auto;
	margin-right: 2rem;
	transition: color .3s ease, transform .3s ease; /* ここ追加 */
}

/* ===== hover ===== */

#main #primary section#index03 .link_box a:hover span {
	color: #415c07;
}

#main #primary section#index03 .link_box a:hover svg {
	color: #415c07;
	transform: translateX(6px); /* 少し右へ */
}

#main #primary section#index03 .link_box a:hover small {
	background: #415c07;
}

/* =========================
   共通レイアウト（Gridで横並び・高さ揃え）
========================= */
#index03 .index03_content01,
#index03 .index03_content02,
#index03 .index03_content03 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: stretch;
	/* 高さを揃える */
	position: relative;
	gap: 0;
	/* カラム間の隙間は0（必要に応じて調整） */
	color: #FFF;
}

#index03 .content_box h3 {
	font-size: clamp(23px, 2.4vw, 36px);
	margin-bottom: 4.5rem;
	line-height:1.6;
}

#index03 .content_box p {
	line-height: 2.5;
}

/* 背景画像設定 */
#index03 .index03_content01 .inner_right {
	background: url(../../images/index/index03_bg01.jpg) no-repeat center center;
	background-size: cover;
}

#index03 .index03_content02 .inner_right {
	background: url(../../images/index/index03_bg02.jpg) no-repeat center center;
	background-size: cover;
}

#index03 .index03_content03 .inner_right {
	background: url(../../images/index/index03_bg03.jpg) no-repeat center center;
	background-size: cover;
}

/* =========================
   2つ目だけ左右反転
========================= */
#index03 .index03_content02 {
	direction: rtl;
	/* 左右入れ替え */
}

#index03 .index03_content02>* {
	direction: ltr;
	/* テキストや画像の向きを元に戻す */
}

/* =========================
   左右カラム設定
========================= */
#index03 .inner_left,
#index03 .inner_right {
	width: 100%;
	height: 100%;
	/* Gridで高さ揃え */
}

/* =========================
   画像側
========================= */
#index03 .inner_left img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	/* 縦横比維持 */
	display: block;
}

/* =========================
   テキスト側
========================= */
#index03 .inner_right {
	background: #f5f5f5;
	padding: clamp(3rem, 5.8vw, 14rem);
	display: flex;
	flex-direction: column;
	justify-content: center;
	/* 縦中央 */
}

/* =========================
   レスポンシブ対応（スマホ縦積み）
========================= */

@media (max-width: 1280px) {
#main #primary section#index03 .link_box a span {
	letter-spacing: 0;
}
}

@media (max-width: 980px) {
#main #primary section#index03 {
	padding-top:0;
}

#main #primary section#index03 .title_box01 {
	margin-bottom:4.5rem;
	display:block;
}

#main #primary section#index03 .title_box01 h2.w50 {
	width:100%;
	margin-bottom:2rem;
}

#main #primary section#index03 .title_box01 .link_box {
	width:100%;
}

#main #primary section#index03 .link_box a small {
    font-size: 3vw;
}

#main #primary section#index03 .link_box a span {
    font-size: 3.6vw;
}

#index03 .content_box h3 {
	margin-bottom:3rem;
}

}

@media (max-width: 768px) {
	#index03 .index03_content01,
	#index03 .index03_content02,
	#index03 .index03_content03 {
		grid-template-columns: 1fr;
		/* 縦積み */
	}

	#index03 .inner_left,
	#index03 .inner_right {
		height: auto;
		/* 自動高さ */
		width: 100%;
	}

	#index03 .inner_right {
		padding: 7.5rem 3rem;
		/* SP用パディング調整 */
	}
}

@media (max-width: 480px) {
#main #primary section#index03 .link_box a {
	gap:1rem;
}

#main #primary section#index03 .link_box a svg {
	scale:0.6;
  margin-right: 0;
}
}

#main #primary section#index04 h2 {
	display: flex;
	align-items: flex-end;
	gap: 2rem;
	/* 英字と日本語の間隔 */
	justify-content: flex-start;
	/* 左詰め */
	margin-bottom: 3rem;
}

#main #primary section#index04 h2::before {
	content: attr(data-eng);
	font-size: clamp(36px, 6vw, 84px);
	font-family: "Poppins", sans-serif;
	font-weight: 300;
	color: #415c07;
	display: block;
	line-height: 0.8;
}

#main #primary section#index04 h2 span {
	font-size: clamp(20px, 1.8vw, 24px);
	font-weight: 450;
	display: block;
}

#main #primary section#index04 .title_box02 {
	margin-bottom: 7.5rem;
}

#main #primary section#index04 .title_box02 p {
	line-height: 2.2;
}


@media (min-width: 981px) {

.works_list {
	display: flex;
	flex-wrap: wrap;
	gap: 8rem;
	/* 横・縦の間隔をさらに広く */
	row-gap: 6rem;
	/* 縦の間隔だけ狭く */
	position: relative;
	margin-bottom: 6rem;
}

/* 個別ボックス */
.works_list .works_box {
	flex: 0 0 calc((100% - 2*8rem)/3);
	/* flex-grow:0, 幅固定 */
	max-width: calc((100% - 2*8rem)/3);
	/* 幅上限 */
	display: flex;
	flex-direction: column;
	position: relative;
	padding-bottom: 4.5rem;
}

/* ボックス間の縦線（gap中央） */
.works_list .works_box:not(:nth-child(3n))::after {
	content: "";
	position: absolute;
	top: 0;
	right: -4rem;
	/* gapの半分 */
	width: 1px;
	height: 100%;
	background: #d9d9d9;
	/* 線の色 */
}

/* 画像ラップ */
.works_box .img-wrap {
	width: 100%;
	padding-bottom: 75%;
	/* 高さ比率4:3 */
	position: relative;
	overflow: hidden;
	margin-bottom: 3rem;
}

.works_box .img-wrap img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
}

/* テキスト */
.works_box .text {}

.works_box .text .area_type {
	margin-bottom: 1rem;
}

.works_box .text .area_type small {
	margin-right: 1rem;
}

.works_box .text .area_type span a {
	padding: 0.5rem 0.75rem;
	border-radius: 3px;
	color: #FFF;
	font-size: clamp(12px, 1vw, 14px);
	line-height: 1;
	background: #415c07;
}

.works_box .text h3 {
	font-size: clamp(18px, 1.8vw, 24px);
	margin: 0;
	line-height: 1.6;
	color: #333;
	margin-bottom: 2rem;
}

.works_box .text h3 a:hover,
.works_box .text > span a:hover {
	text-decoration:underline;
}

.works_box .text p {
	color: #333;
	margin-bottom: 2rem;
	line-height: 2.2;
}

.works_box .text > span {
	line-height: 1.6;
}

/* レスポンシブ */
@media (max-width: 980px) {

#main #primary section#index04 {
}

#main #primary section#index04 .title_box02 {
	margin-bottom:4.5rem;
}

.works_list {
	margin-bottom:3rem;
}

/*.works_list .works_box {
	flex: 0 0 calc((100% - 8rem)/2);
	max-width: calc((100% - 8rem)/2);
	padding-bottom:0;
}

.works_list .works_box:not(:nth-child(2n))::after {
	right: -4rem;
}

.works_list .works_box:nth-child(2n)::after {
	display: none;
}*/

.works_list .works_box {
	max-width:100%;
	width:100%;
	padding:2rem;
}

.works_list .works_box:after,
.works_list .works_box:not(:nth-child(2n))::after,
.works_list .works_box:not(:nth-child(3n))::after {
	content:none;
}

.works_box .img-wrap {
	width: 100%;
	padding-bottom: 75%;
	/* 高さ比率4:3 */
	position: relative;
	overflow: hidden;
	margin-bottom: 1.5rem;
}

.works_box .img-wrap img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.works_box .text h3 {
	margin-bottom:1rem;
}

}

/*@media (max-width: 768px) {
	.works_list {
		flex-direction: column;
	}

	.works_list .works_box {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.works_list .works_box::after {
		display: none;
	}
}*/


@media (max-width: 480px){
.works_list .works_box {
	padding:1rem;
}

}


#index04 .link_post_btn02 {
	text-align: right;
}

#index04 .link_post_btn02 a {
	display: inline-block;
}

#index04 .link_post_btn02 a span {
	font-size: clamp(16px, 1.6vw, 20px);
	position: relative;
	top: -6px;
	font-weight: 300;
	color:#333;
	margin-left:0.5rem;
	transition: color .3s ease;
}

#index04 .link_post_btn02 a:hover span {
	color:#415c07;
	text-decoration:underline;
}

#index05 {
	background: url(../../images/index/index05_bg.jpg) no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
}

#index05 .inner {
	display: flex;
	flex-wrap: wrap;
	gap: 8rem;
	/* ブロック間の間隔を6remに変更 */
	justify-content: space-between;
}

#index05 .inner a {
	display: block;
	width: calc(50% - 4rem);
	/* gapの半分を引いて2列表示 */
	text-decoration: none;
	color: #FFF;
	overflow: hidden;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	aspect-ratio: 1 / 1;
	/* 正方形 */
	padding: 5rem;
	/* 内側余白 */
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	/* 文字は下に配置 */
}

#index05 .inner a:nth-child(1) {
	background: url(../../images/index/index05_bg01.jpg) no-repeat center center;
	background-size: cover;
}

#index05 .inner a:nth-child(2) {
	background: url(../../images/index/index05_bg02.jpg) no-repeat center center;
	background-size: cover;
}

#index05 .inner a:nth-child(3) {
	background: url(../../images/index/index05_bg03.jpg) no-repeat center center;
	background-size: cover;
}

#index05 .inner a:nth-child(4) {
	background: url(../../images/index/index05_bg04.jpg) no-repeat center center;
	background-size: cover;
}

#index05 .inner a:hover {
	transform: translateY(-1rem);
	/* hover時少し浮かせる */
	box-shadow: 0 0.625rem 1.25rem rgba(0, 0, 0, 0.15);
}

#index05 .inner dl {
	margin: 0;
}

#index05 .inner dl dt:before {
	content: attr(data-eng);
	font-family: "Poppins", sans-serif;
	display: block;
	font-weight: normal;
	font-size: clamp(16px, 1.6vw, 20px);
	margin-bottom: 0.5rem;
	text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.25);
}

#index05 .inner dt strong {
	display: block;
	margin-bottom: 3rem;
	font-size: clamp(24px, 2.4vw, 36px);
	font-weight: 500;
	text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.25);
}

#index05 .inner dd p {
	margin-bottom: 3rem;
	line-height: 2;
}

#index05 .inner .detail_btn03 {
	text-align: right;
}

#index05 .inner .detail_btn03 span {
	display: inline-block;
	color: #fff;
	cursor: pointer;
	font-size: clamp(16px, 1.2vw, 18px);
}

#index05 .inner .detail_btn03 span svg {
	margin-left: 1.5rem;
	position: relative;
	top: 7px;
}

@media (max-width: 1280px) {
#index05 .inner {
  gap: 2.5rem;
}

#index05 .inner a {
  width: calc(50% - 1.5rem);
  aspect-ratio: 2.25 / 3;
}

}

@media (max-width: 980px) {	
#index05 .inner a {
	width:100%;
    aspect-ratio: 1 / 0.75;
}
}

@media (max-width: 680px) {	#index05 .inner a { aspect-ratio: 1 / 1; }}
@media (max-width: 580px) {	#index05 .inner a { aspect-ratio: 0.85 / 1; }}
@media (max-width: 480px) {	#index05 .inner a { aspect-ratio: 0.65 / 1; padding:0rem 2rem 4.5rem 2rem;}}

#index06 h2 {
	margin-bottom: 6rem;
}

#index06 h2:after {
	content: attr(data-eng);
	font-size: clamp(16px, 1.2vw, 18px);
	white-space: nowrap;
	line-height: 1;
	font-weight: 500;
	display: block;
	text-align: center;
}

#index06 h2 span {
	font-size: clamp(24px, 3.6vw, 48px);
	font-family: "Poppins", sans-serif;
	color: #415c07;
	margin-bottom: 1.5rem;
	display: flex;
	/* ← 横並び用 */
	align-items: center;
	/* ← 縦中央揃え */
	justify-content: center;
	/* ← 文字中央揃え */
	margin-bottom: 1.5rem;
	gap: 2rem;
	/* 文字と線の間隔 */
}

#index06 h2 span::before,
#index06 h2 span::after {
	content: "";
	flex: 1;
	/* 左右に線を広げる */
	height: 1px;
	/* 線の太さ */
	background: #DDD;
	/* 線の色 */
}

#index06 .box1480.base {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	/* スマホで折り返し */
	gap: 2rem;
	/* 左右の余白 */
}

/* 左右のカラム */
#index06 .inner_left {
	width: 63.22%;
}

#index06 .inner_right {
	width: 33.79%;
}

@media (max-width: 980px) {
#index06 h2 {
	margin-bottom:3rem;
}
}

/* スマホ対応 */
@media (max-width: 768px) {
#index06 .inner_left,
#index06 .inner_right {
	width: 100% !important;
	/* 幅指定がある場合は上書き */
}

#index06 .inner_left {
	margin-bottom:4.5rem;
}
}

@media (max-width: 980px) {
#main #primary section#index01 {
}

#main #primary section#index02 .column-outside-left {
	background: url(../../images/index/index02_bg.jpg) no-repeat top left;
}

#main #primary section#index05 {
	background: url(../../images/index/index05_bg_sp.jpg) no-repeat right center;
	background-size: cover;
}

#main #primary section#index06 {
}

.cd-fixed-bg {
	position: relative;
	min-height: 100%;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 2;
}
}

@media (max-width: 1200px) {}

@media (max-width: 980px) {}

@media (max-width: 680px) {}

@media (max-width: 480px) {}