/* 20260327追加 */

/* HomeBlog */
.HomeBlog {
	max-width: 1265px;
	width: 100%;
	margin: 0 auto 180px;
	padding: 0 70px;
}

@media screen and (min-width: 1025px) {
	.HomeBlog {
		width: 86%;
	}

}

.HomeBlogInner {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: flex-start;
}

.HomeBlog h2 {
	line-height: 1;
	font-size: 18px;
}

.HomeBlog h2 small {
	display: block;
	position: relative;
	margin: 0 1.25em 10px 0;
	line-height: 1;
	font-size: 48px;
	font-family: 'Gruppo', sans-serif;
}

.HomeBlog h2 small.active {
	animation: color1 0.8s ease-in 0s 1 alternate both running;
}

.HomeBlog h2 small::before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: -100px;
	width: 80px;
	height: 1px;
	background: #F2594B;
}

.HomeBlog .List {
	width: 100%;
}

@media screen and (min-width: 1025px) {
	.HomeBlog .List {
		width: 76%;
	}

}

.HomeBlog .List ul {
	list-style: none;
}

.HomeBlog .List li {
	position: relative;
	padding: 20px 0;
	border-bottom: #383B43 1px solid;
	font-size: 21px;
}

@media screen and (min-width: 1025px) {
	.HomeBlog .List li {
		position: relative;
		padding: 20px 20px 20px 0;
		border-bottom: #383B43 1px solid;
		font-size: 21px;
	}

}

.HomeBlog .List li a {
	color: inherit;
	text-decoration: none;

}

.HomeBlog .List li time {
	display: block;
	color: #F2594B;
	font-size: 18px;
	font-family: 'Gruppo', sans-serif;
}

.HomeBlog .List li a.c-post__cat {
	font-family: "Noto Sans JP", "游ゴシック", "メイリオ", "ヒラギノ角ゴ Pro W3", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
	font-size: 14px;
	color: #F2594B;
}



@media screen and (min-width: 1025px) {
	.HomeBlog .List li a.c-post__cat {
		font-family: "Noto Sans JP", "游ゴシック", "メイリオ", "ヒラギノ角ゴ Pro W3", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
		font-size: 16px;
		color: #F2594B;
	}

}

.HomeBlog .List li::after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	width: 7px;
	height: 7px;
	border-top: #F2594B 1px solid;
	border-right: #F2594B 1px solid;
	transform: rotate(45deg) translate(-50%, -50%);
}

.HomeBlog .Btn {
	width: 100%;
}

.HomeBlog .Btn a {
	display: block;
	width: 520px;
	margin: 0 auto;
	border-radius: 12px;
	color: #FFF;
	line-height: 80px;
	font-family: 'Gruppo', sans-serif;
	font-weight: bolder;
	text-decoration: none;
	text-align: center;
	background: #F2594B;
}

.HomeBlog h2 small span.anime2 {
	display: inline-block;
	position: relative;
	overflow: hidden;
	opacity: 1;
}

.HomeBlog h2 small span.anime2::after {
	content: '';
	display: block;
	position: absolute;
	top: 0%;
	left: -100%;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: #F2594B;
}

.HomeBlog h2 small span.anime2.active::after {
	animation: anime1 0.4s ease-in 0.2s 1 alternate both running;
}

@media screen and (max-width:728px) {
	.HomeBlog {
		padding: 0 20px;
	}

	.HomeBlogInner {
		display: flex;
		flex-flow: column nowrap;
		justify-content: space-between;
		align-items: flex-start;
	}

	.HomeBlog h2 {
		margin: 0 0 20px;
		line-height: 1;
		font-size: 14px;
	}

	.HomeBlog h2 small {
		display: block;
		position: relative;
		margin: 0 0 10px 0;
		line-height: 1;
		font-size: 32px;
		font-family: 'Gruppo', sans-serif;
	}

	.HomeBlog h2 small.active {
		animation: color1 0.8s ease-in 0s 1 alternate both running;
	}

	.HomeBlog h2 small::before {
		content: none;
		display: block;
		position: absolute;
		top: 50%;
		left: -100px;
		width: 80px;
		height: 1px;
		background: #F2594B;
	}

	.HomeBlog .List {
		width: 100%;
		margin: 0 0 50px;
	}

	.HomeBlog .List ul {
		list-style: none;
	}

	.HomeBlog .List li {
		position: relative;
		padding: 15px 30px 15px 0;
		border-bottom: #383B43 1px solid;
		font-size: 15px;
	}

	.HomeBlog .List li a {
		color: inherit;
		text-decoration: none;
	}

	.HomeBlog .List li time {
		display: block;
		color: #F2594B;
		font-size: 12px;
		font-family: 'Gruppo', sans-serif;
	}



	.HomeBlog .List li::after {
		content: '';
		display: block;
		position: absolute;
		top: 50%;
		right: 10px;
		width: 7px;
		height: 7px;
		border-top: #F2594B 1px solid;
		border-right: #F2594B 1px solid;
		transform: rotate(45deg) translate(-50%, -50%);
	}

	.HomeBlog .Btn {
		width: 100%;
	}

	.HomeBlog .Btn a {
		display: block;
		width: 80%;
		margin: 0 auto;
		border-radius: 12px;
		color: #FFF;
		line-height: 60px;
		font-family: 'Gruppo', sans-serif;
		font-weight: bolder;
		text-decoration: none;
		text-align: center;
		background: #F2594B;
	}

	.HomeBlog h2 small span.anime2 {
		display: inline-block;
		position: relative;
		overflow: hidden;
		opacity: 1;
	}

	.HomeBlog h2 small span.anime2::after {
		content: '';
		display: block;
		position: absolute;
		top: 0%;
		left: -100%;
		z-index: -1;
		width: 100%;
		height: 100%;
		background: #F2594B;
	}

	.HomeBlog h2 small span.anime2.active::after {
		animation: anime1 0.4s ease-in 0.2s 1 alternate both running;
	}
}

.p-topNews__btn {
	position: relative;
	width: clamp(260px, 520 / 1024 * 100vw, 520px);
	height: clamp(50px, 80 / 1024 * 100vw, 80px);
	margin-top: min(100 / 1024 * 100vw, 100px);
	margin-left: auto;
	margin-right: auto;
	z-index: 100;
}

.p-post__btn {
	position: relative;
	width: clamp(260px, 520 / 1024 * 100vw, 520px);
	height: clamp(50px, 80 / 1024 * 100vw, 80px);
	margin-top: min(100 / 1024 * 100vw, 100px);
	margin-left: auto;
	margin-right: auto;
	z-index: 100;
}

@media screen and (min-width: 1025px) {
	.p-topNews__btn {
		width: clamp(260px, 520 / 1920 * 100vw, 520px);
		height: clamp(50px, 80 / 1920 * 100vw, 80px);
		margin-top: min(100 / 1920 * 100vw, 100px);
	}
}

:root {
	--post-gray: #97989C;
}

.p-postList {
	padding-top: min(120 / 1280 * 100vw, 120px);
	padding-bottom: min(160 / 1280 * 100vw, 160px);

}

.p-postList__tabList {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: clamp(20px, 5.3333333333vw, 40px);
	width: min(calc(1125/1425*100vw), 1125px);
	margin-inline: auto;
}

@media screen and (min-width: 576px) {
	.p-postList__tabList {
		flex-direction: row;
		align-items: center;
		justify-content: center;
		gap: clamp(30px, 3.4246575342vw, 50px);
		width: auto;
	}
}

.p-postList__tabItem {
	list-style: none;
}

.p-postList__list {
	display: grid;
	grid-template-columns: 1fr;
	gap: min(4.7945205479vw, 70px);
	width: min(calc(1125/1425*100vw), 1125px);
	margin-inline: auto;
	padding-top: clamp(37px, 75 / 1460 * 100vw, 75px);
}

@media screen and (min-width: 576px) {
	.p-postList__list {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (min-width: 1281px) {
	.p-postList__list {
		grid-template-columns: 1fr;
	}
}

.p-postList__mediaItem {
	display: grid;
	grid-template-columns: 1fr;
	align-items: start;
}

@media screen and (min-width: 1281px) {
	.p-postList__mediaItem {
		grid-template-columns: 41.095890411% 1fr;
		grid-template-rows: 1fr auto;
		align-items: end;
	}
}

.p-postList__pic {
	grid-column: 1/2;
	grid-row: 2/3;
	padding-top: clamp(10px, 20 / 750 * 100vw, 20px);
}

@media screen and (min-width: 1281px) {
	.p-postList__pic {
		grid-column: 1/2;
		grid-row: 1/3;
		padding-top: 0;
	}
}

.p-postList__picLink {
	display: block;
	width: 100%;
	aspect-ratio: 600/300;
	overflow: hidden;
}

.p-postList__picLink img {
	width: 100%;
	aspect-ratio: 600/300;
	object-fit: cover;
	transition: 0.35s;
	border-radius: 12px;
}

.p-postList__picLink:hover img {
	transform: scale(1.05);
}

@media screen and (min-width: 1281px) {
	.p-postList__picLink {
		border-radius: 20px;
	}

	.p-postList__picLink img {
		border-radius: 22px;
	}
}

.p-postList__head {
	display: flex;
	flex-direction: column-reverse;
	grid-column: 1/2;
	grid-row: 1/2;
	width: 100%;
	overflow: hidden;
}

@media screen and (min-width: 1281px) {
	.p-postList__head {
		grid-column: 2/3;
		grid-row: 1/2;
		padding-left: min(50 / 1425 * 100vw, 50px);
	}
}

.p-postList__catDate {
	display: flex;
	align-items: center;
	padding-top: 0;
	margin-bottom: clamp(10px, 22 / 1460 * 100vw, 22px);
}

.p-postList__moreLink {
	padding-top: min(17 / 568 * 100vw, 17px);
	grid-column: 1/2;
	grid-row: 3/4;
}

@media screen and (min-width: 1281px) {
	.p-postList__moreLink {
		grid-column: 2/3;
		grid-row: 2/3;
		align-self: start;
		margin-top: 0;
		margin-bottom: clamp(27px, 55 / 1460 * 100vw, 55px);
		padding-top: min(17 / 1425 * 100vw, 17px);
	}
}

.is-tabContents {
	display: none;
}

.is-tabContents.is-show {
	display: grid;
}

.p-pagenation {
	padding-top: clamp(60px, 117 / 1460 * 100vw, 117px);
}

.p-pagenation__list {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: clamp(20px, 2.7397260274vw, 40px);
}

.p-pagenation__prev {
	list-style: none;
}

.p-pagenation__prevLink {
	display: flex;
	align-items: center;
	width: 7px;
	height: 12px;
	background-image: url(../images/icon/icon_prev.svg);
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.p-pagenation__item {
	list-style: none;
}

.p-pagenation__itemLink,
.p-pagenation__itemNoLink {
	font-family: "Gruppo", "Noto Sans JP", "游ゴシック", "メイリオ", "ヒラギノ角ゴ Pro W3", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
	font-size: clamp(16px, 27 / 1460 * 100vw, 27px);
	font-weight: bold;
	line-height: 1;
	letter-spacing: 0.1em;
	color: #383b43;
	text-decoration: none;
}

.p-pagenation__itemNoLink {
	display: flex;
	justify-content: center;
	align-items: center;
	width: clamp(30px, 40 / 1460 * 100vw, 40px);
	height: clamp(30px, 40 / 1460 * 100vw, 40px);
	border-radius: 6px;
	background-color: #ff9f00;
	color: #fff;
}

.p-pagenation__next {
	list-style: none;
}

.p-pagenation__nextLink {
	display: flex;
	align-items: center;
	width: 7px;
	height: 12px;
	background-image: url(../images/icon/icon_next.svg);
	background-repeat: no-repeat;
	background-size: 100% auto;
}


.c-post__title {
	font-size: clamp(20px, 36 / 1460 * 100vw, 36px);
	font-weight: normal;
	line-height: 1.39;
	letter-spacing: 0.05em;
}

.c-post__date {
	font-family: "Gruppo", "Noto Sans JP", "游ゴシック", "メイリオ", "ヒラギノ角ゴ Pro W3", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
	font-size: clamp(16px, 20 / 1460 * 100vw, 20px);
	font-weight: bold;
	line-height: 1.75;
	letter-spacing: 0.1em;
	color: #ff9f00;
}

.c-post__catLink {
	font-family: "Noto Sans JP", "游ゴシック", "メイリオ", "ヒラギノ角ゴ Pro W3", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
	font-size: clamp(12px, 14 / 1460 * 100vw, 14px);
	line-height: 1.75;
	color: var(--post-gray);
	text-decoration: none;
}



.c-post__listTitle {
	font-size: clamp(18px, 27 / 1460 * 100vw, 27px);
	font-style: normal;
	line-height: 1.25;
	letter-spacing: 0.05em;
}

.c-post__listTitle a {
	display: block;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #383b43;
	text-decoration: none;
	transition: 0.35s;
}

.c-post__listTitle a:hover {
	color: #3E96D2;
	text-decoration: underline;
}

.c-link__tab {
	position: relative;
	font-size: clamp(16px, 27 / 1460 * 100vw, 27px);
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: 1.35px;
	color: #383b43;
	padding-left: 5px;
	padding-right: 5px;
	transition: 0.35s;
	cursor: pointer;
}

.c-link__tab::after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 2px;
	top: 120%;
	left: 0;
	right: 0;
	margin: auto;
	background-color: #ff9f00;
	opacity: 0;
	transition: 0.35s;
}

.c-link__tab.is-current {
	color: #ff9f00;
}

.c-link__tab.is-current::after {
	opacity: 1;
}

.c-link__tab:hover::after {
	opacity: 1;
}

.c-link__moreLink {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	position: relative;
	width: 100%;
	color: #383b43;
	text-decoration: none;
	transition: 0.35s;

}

.c-link__moreLink::before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: var(--post-gray);
	z-index: -1;
	transition: 0.35s;
}

.c-link__moreLink:hover {
	color: #ff9f00;
}

.c-link__moreLink:hover::before {
	background-color: #ff9f00;
}

.c-link__moreLinkText {
	display: inline-block;
	position: relative;
	padding-left: 14px;
	background-color: #fdfdfc;
	font-family: "Gruppo", "Noto Sans JP", "游ゴシック", "メイリオ", "ヒラギノ角ゴ Pro W3", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
	font-size: clamp(16px, 20 / 1460 * 100vw, 20px);
	line-height: 1.2;
	letter-spacing: 0.1em;
	z-index: 1;
}


.p-post {}

.p-post__head {
	width: min(calc(1125/1425*100vw), 1125px);
	margin-inline: auto;
}

.p-post__catDate {
	display: flex;
	align-items: center;
	padding-top: clamp(10px, 25 / 1460 * 100vw, 25px);
	line-height: 1;
}

.p-post__cat {
	display: flex;
	line-height: 1;
}

.p-post__cat:not(:first-child) {
	margin-left: min(22 / 1460 * 100vw, 22px);
	padding-left: min(22 / 1460 * 100vw, 22px);
	border-left: 1px solid #97989C;
}

.p-post {
	position: relative;
	padding-top: clamp(40px, 85 / 1460 * 100vw, 85px);
	width: min(calc(1125/1425*100vw), 1125px);
	margin-inline: auto;
	z-index: 2;
}



.p-post__eyeCatch {
	position: relative;
	width: calc(826/1125*100vw);
	margin-inline: auto;
	border-radius: 18px;
	z-index: 1;
}

.p-post__eyeCatch img {
	width: 100%;
	height: auto;
	border-radius: 20px;
}

@media screen and (min-width: 1281px) {
	.p-post__eyeCatch {
		width: min(826 / 1920 * 100vw, 826px);
		margin-bottom: min(30 / 1460 * 100vw, 30px);
	}

	.p-post__eyeCatch img {
		box-shadow: 0 0 10px 5px rgba(255, 255, 255, 0.75);
	}
}

.p-post__area {
	padding-top: clamp(15px, 30 / 750 * 100vw, 30px);
	font-size: clamp(16px, calc(20/1125*100vw), 20px);
}

@media screen and (min-width: 1281px) {
	.p-post__area {
		padding-top: clamp(15px, 30 / 1125 * 100vw, 30px);
	}
}

.p-post__area>*+* {
	padding-top: clamp(20px, 40 / 1125 * 100vw, 40px);
}