@charset "UTF-8";

.c-primary-v1__text h1 > span {
	line-height: 1.3;
}
.c-primary-v1__text h1 > span small {
	display: block;
	font-size: 65%;
}

@media only screen and (max-width: 767px) {
	.c-primary-v1__image > img {
		object-position: 65% 50%;
	}
	.c-textGroup {
		margin-bottom: 25px;
	}
}

.imgLink {
	display: flex;
	flex-wrap: wrap;
	gap: 40px 2.6%;
}
.imgLink > li {
	width: 31.6%;
}
.imgLink a {
	display: block;
	height: 100%;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	color: inherit;
}
.imgLink .c-image {
	padding-top: 54.1%;
}
.imgLink__body {
	position: relative;
	padding: 30px;
	font-feature-settings: "palt";
}
.imgLink__title {
	margin-bottom: 20px;
	color: #2E6DA4;
	font-size: 2rem;
	font-weight: bold;
}
.imgLink__tag {
	position: absolute;
	top: 30px;
	right: 30px;
	display: flex;
	gap: 10px;
}
.imgLink__tag span {
	display: inline-block;
	padding: 5px 20px;
	border-radius: 15px;
	color: #fff;
	font-size: 1.3rem;
}
.imgLink__tag--01 {
	background-color: #6CB899;
}
.imgLink__tag--02 {
	background-color: #E58C96;
}
.imgLink__tag--03 {
	background-color: #6A96C2;
}
.imgLink__name {
	margin-top: 10px;
	text-align: right;
	font-size: 1.4rem;
}
@media only screen and (max-width: 1100px) {
	.imgLink__body {
		padding: 20px;
	}
	.imgLink__title {
		font-size: 1.8rem;
	}
	.imgLink__tag {
		top: 20px;
		right: 20px;
		gap: 6px;
	}
	.imgLink__tag span {
		padding: 5px 15px;
	}
}
@media only screen and (max-width: 1000px) {
	.imgLink {
		gap: 30px 3%;
	}
	.imgLink > li {
		width: 48.5%;
	}
}
@media only screen and (max-width: 640px) {
	.imgLink {
		gap: 20px;
	}
	.imgLink > li {
		width: 100%;
	}
	.imgLink__body {
		padding: 15px;
		font-size: 1.4rem;
	}
	.imgLink__title {
		margin-bottom: 15px;
	}
	.imgLink__tag {
		top: 15px;
		right: 15px;
		gap: 10px;
	}
	.imgLink__tag span {
		padding: 3px 15px;
	}
	.imgLink__name {
		margin-top: 6px;
		font-size: 1.3rem;
	}
}
