/* ------------------------------------------------------------
TOP Common
---------------------------------------------------------------*/
.page-top .ttl-box h2 {
	font-size: 18px;
	line-height: 1.8;
	font-weight: 600;
}
/* ------------------------------------------------------------
FV
---------------------------------------------------------------*/

.sec-top-fv {
	width: 100%;
	height: auto;
	padding: 30px;
	padding-bottom: 0px;
	position: relative;
	background: var(--c-light);
}
.sec-top-fv::before {
	content: "";
	width: 100%;
	height: 81.1%;
	background: var(--c-white);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
.sec-top-fv-flex {
	width: 100%;
	height: auto;
	aspect-ratio: 12 / 5;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	gap: 10px;
	position: relative;
	z-index: 10;
/*	overflow: hidden;*/
}
.sec-top-fv .card-contents-box {
 display: block;
 width: 41.7%;
 height: 100%;
	flex-shrink: 0;
	min-width: 245px;
 flex-flow: inherit;
 height: fit-content;
 gap: 0px;
 overflow: hidden;
}
.sec-top-fv .card-contents-box .card-contents {
	height: 100%;
}
.sec-top-fv .card-contents-box .upper-section{
 width: 100%;
 display: flex;
 gap: 10px;
}
.sec-top-fv .card-contents-box .lower-section{
 background-color: #fff;
 padding: 20px;
 margin: 10px 0 0;
 height: 100%;
 border-radius: 3px;
 overflow: scroll;
}
.sec-top-fv .card-contents-box .lower-section .top-news-grid{
 display: block;
 margin: 20px 0 0;
}
.sec-top-fv .card-contents-box .lower-section .top-news-grid a:not(:last-child){
 padding: 0 0 15px;
 margin: 0 0 15px;
 border-bottom: solid 1px #ccc;
}
.fv-slider-area {
	width: 80%;
	height: 100%;
	overflow: hidden;
	position: relative;
	border-radius: 3px;
}
.fv-slider {
	width: 100%;
	height: 100%;
}

.fv-slider-area .slide-pagination-wrapper {
	position: absolute;
	z-index: 10;
	bottom: 30px;
	right: 30px;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}

.loop-txt-box {
	display: flex;
	overflow: hidden;
	margin: 0;
	position: absolute;
	bottom: -50px;
	z-index: 5;
	width: calc(100% + 60px);
	align-items: center;
	height: 97px;
	gap: 20px;
	flex-wrap: nowrap;
	left: -30px;
}
.loop-txt-box > img {
	animation: loop 40s infinite linear 1s both;
	height: 100%;
	max-width: none;
}
@keyframes loop {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-100%);
	}
}

@media screen and (max-width: 1200px) {
	.sec-top-fv .card-contents-box {
		min-width: 180px;
	}
}
@media screen and (max-width: 999px) {
	.sec-top-fv {
		padding: 20px;
	}
	.fv-slider-area .slide-pagination-wrapper {
		bottom: 20px;
		right: 20px;
	}
}
@media screen and (max-width: 768px) {
	.sec-top-fv {
		padding: 10px;
	}
	.sec-top-fv::before {
		content: none;
	}
	.sec-top-fv-flex {
		aspect-ratio: auto;
		flex-flow: column;
		align-items: center;
		gap: 5px;
		justify-content: flex-start;
	}
	.fv-slider-area {
		width: 100%;
		height: auto;
		aspect-ratio: 370 / 250;
	}
	.sec-top-fv .card-contents-box {
		min-width: 180px;
		width: 100%;
		gap: 5px;
	}
	.sec-top-fv .card-contents-box .card-contents {
		height: 100%;
		height: 100px;
		display: flex;
		gap: 15px;
		background: #fff;
		padding: 10px;
		align-items: flex-end;
	}
	.sec-top-fv .card-contents-box .card-contents::after {
		content: none;
	}
	.sec-top-fv .card-contents-box .card-contents > img {
		width: 100px;
		height: auto;
		aspect-ratio: 100 / 80;
		border-radius: 3px;
		flex-shrink: 0;
	}
	.sec-top-fv .card-contents-box .card-contents-ov-txt {
		width: 100%;
		position: relative;
		padding: 0;
		padding-right: 33px;
		color: var(--c-primary);
	}
	.sec-top-fv .card-contents-box .card-contents-ov-txt > h3 {
		font-size: 14px;
	}
	.sec-top-fv .card-contents-box .card-contents-ov-txt::after {
		background-image: url(../images/common/icon-arrow-up-right-br.svg);
		background-repeat: no-repeat;
		bottom: 10px;
		right: 10px;
	}
	.loop-txt-box {
		display: none;
	}
 .sec-top-fv .card-contents-box .upper-section{
  display: block;
 }
 .sec-top-fv .card-contents-box .upper-section a:nth-child(2){
  margin: 5px 0 0;
 }
}

/* ------------------------------------------------------------
About
---------------------------------------------------------------*/
.sec-top-about {
	width: 100%;
	height: auto;
	position: relative;
	background: var(--c-light);
	padding: 0 30px;
	padding-top: 50px;
}
.top-about-flex {
	width: 100%;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 50px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 60px;
}
.top-about-flex > .c-txt {
	width: 68.33%;
}
@media screen and (max-width: 999px) {
	.sec-top-about {
		padding: 0 20px;
		padding-top: 30px;
	}
	.top-about-flex {
		flex-flow: column;
		align-items: flex-end;
		justify-content: flex-start;
		gap: 10px;
		padding-bottom: 30px;
	}
	.top-about-flex > .c-txt {
		width: 100%;
	}
}

/* ------------------------------------------------------------
Business
---------------------------------------------------------------*/
.sec-top-business {
	width: 100%;
	height: auto;
	position: relative;
	background: var(--c-light);
	padding: 0 30px;
	padding-top: 50px;
	padding-bottom: 50px;
}
.top-business-grid-group {
	width: 100%;
	display: flex;
	flex-flow: column;
	gap: 20px;
	align-items: center;
	justify-content: flex-start;
	position: relative;
	overflow: hidden;
}
.top-business-grid {
	width: 100%;
	display: grid;
	gap: 20px;
}
.top-business-grid.col-4 {
	grid-template-columns: repeat(4, 1fr);
	display: grid;
  align-items: start;  /* ← stretch回避 */
}
.top-business-grid.col-2 {
	grid-template-columns: repeat(2, 1fr);
}

@media screen and (max-width: 1300px) {
	.top-business-grid.col-4 {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media screen and (max-width: 999px) {
	.sec-top-business {
		padding: 0 20px;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.top-business-grid-group {
		gap: 10px;
	}
	.top-business-grid {
		gap: 10px;
	}
}
@media screen and (max-width: 768px) {
	.top-business-grid.col-2 {
		grid-template-columns: repeat(1, 1fr);
	}
	.top-business-grid{
		display: flex;
		flex-flow: column;
	}
	.top-business-grid.col-4{
		display: flex;
		flex-flow: column;
	}
}
@media screen and (max-width: 700px) {
	.top-business-grid.col-4 {
		grid-template-columns: repeat(1, 1fr);
	}
}
/* ------------------------------------------------------------
News
---------------------------------------------------------------*/
.sec-top-news {
	width: 100%;
	height: auto;
	position: relative;
	background: var(--c-secondary);
	padding: 0 30px;
	padding-top: 50px;
	padding-bottom: 100px;
}
.top-news-grid-wrapper {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.top-news-grid {
	width: 100%;
	display: grid;
	gap: 15px;
	grid-template-columns: repeat(5, 1fr);
}

@media screen and (max-width: 1200px) {
	.top-news-grid {
		grid-template-columns: repeat(4, 1fr);
	}
	.top-news-grid > .card-news:nth-of-type(5) {
		display: none;
	}
}
@media screen and (max-width: 999px) {
	.sec-top-news {
		padding: 0 20px;
		padding-top: 30px;
		padding-bottom: 50px;
	}
}
@media screen and (max-width: 768px) {
	.top-news-grid-wrapper {
		overflow-x: auto;
	}
	.top-news-grid {
  width: 100%;
	}
	.top-news-grid > .card-news:nth-of-type(5) {
		display: flex;
	}
}
