.robotoCon {
	font-family: "Roboto Condensed", sans-serif;
}
.agnLight {
	font-family: "Akzidenz-Grotesk Next Light", sans-serif;
	font-weight: normal !important;
}
.agnMed {
	font-family: "Akzidenz-Grotesk Next Medium", sans-serif;
	font-weight: normal !important;
}
/*------------------------------------------------------------
	clipInR（common.cssより抽出）
------------------------------------------------------------*/
.clipInR {
	opacity: 0;
	overflow: clip;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.clipInR em {
	display: inline-block;
	vertical-align: top;
	transform: translateX(-100%);
	font-style: normal;
}
/*------------------------------------------------------------
	clipIn（common.cssより抽出）
------------------------------------------------------------*/
.clipIn {
	opacity: 0;
	overflow: clip;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.clipIn em {
	display: inline-block;
	vertical-align: top;
	transform: translateY(100%);
	font-style: normal;
}
/* fadeInはanime.cssに移行済み */
/*------------------------------------------------------------
	linkList Template
------------------------------------------------------------*/
.templateWrap {
	margin: 0;
	padding: 80px 0 0;
	position: relative;
	color: #000;
	background: #fff;
}
.templateWrap .linkList {
	width: 100%;
	display: flex;
	gap: 0.1rem;
	position: relative;
	z-index: 10;
	margin: 0;
	padding: 0;
	list-style: none;
}
.templateWrap .linkList li {
	flex: 1;
	min-width: 0;
	transition: flex-grow cubic-bezier(0.22, 0.61, 0.36, 1) 0.75s;
}
.templateWrap .linkList li em {
	display: block;
}
.templateWrap .linkList li a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	opacity: 1;
	color: var(--color-main);
	text-decoration: none;
}
.templateWrap .linkList li .photo {
	margin-bottom: 1.9rem;
	height: 41.8rem;
	max-height: 500px;
	overflow: hidden;
}
.templateWrap .linkList li .photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
	transition: 0.3s;
}

.textBox {
	margin: -15px 0 0 10px;
}

.templateWrap .linkList li .text01 {
	font-size: 1rem;
	line-height: 1.5;
	font-family: var(--font-poppins);
	font-weight: 500;
	margin-bottom: 0.9rem;
	margin: 0;
}

.templateWrap .linkList li .text01 span {
	font-size: 1.5rem;
}
.templateWrap .linkList li .text02 {
	font-size: 0.8rem;
	line-height: 1;
	margin-top: 12px;
	margin-bottom: 20px;
}
.templateWrap .linkList li .text02 span {
	display: block;
}
.templateWrap .moreBtn {
	margin-top: 5rem;
	text-align: center;
	z-index: 10;
}
.templateWrap .moreBtn a {
	padding: 0.1rem 0 0 0.1rem;
	width: 8rem;
	height: 8rem;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #fff;
	font-size: max(10px, 1.2rem);
	font-weight: 700;
	line-height: 1.667;
	letter-spacing: 0.15em;
	border-radius: 100%;
	background: rgba(0, 0, 0, 0.8);
}


/* hover（6列） */
@media all and (min-width: 1101px) {
	.templateWrap .linkList li:not(:hover) {
		flex-grow: 0.6;
	}
	.templateWrap .linkList li:hover {
		flex-grow: 1.5;
	}
}


/* tablet（3列×2行） */
@media all and (max-width: 1100px) {
	.templateWrap .linkList {
		flex-wrap: wrap;
	}
	.templateWrap .linkList li {
		flex: 1 1 25%;
		transition: flex-grow cubic-bezier(0.22, 0.61, 0.36, 1) 0.75s;
	}
	.templateWrap .linkList li:not(:hover) {
		flex-grow: 0.6;
	}
	.templateWrap .linkList li:hover {
		flex-grow: 2;
	}
	
	.templateWrap .linkList li .photo {
    max-height: 400px;
	}
}


@media all and (max-width: 1024px) {
}


/* SP（1列） */
@media all and (max-width: 640px) {
	.templateWrap {
		padding: 40px 0 0;
	}
	.templateWrap .linkList {
		flex-direction: column;
		gap: 2rem;
	}
	.templateWrap .linkList li .photo {
		height: auto;
		max-height: none;
		aspect-ratio: 1 / 1;
	}
}
