:root {
	--gctc-accent: #078947;
	--gctc-text: #202020;
	--gctc-copy: #404040;
	--gctc-pale: #f8f8f8;
	--gctc-line: #f0f0f0;
}

.gctc,
.gctc * {
	box-sizing: border-box;
}

.gctc {
	position: relative;
	z-index: 1;
	overflow: hidden;
	/* Elementor／ThemeREXの固定幅コンテナから画面幅いっぱいに抜き出す */
	width: 100vw;
	max-width: 100vw;
	margin: 0 calc(50% - 50vw);
	padding: 0;
	background: #fff;
	color: var(--gctc-text);
}

.gctc__word {
	position: absolute;
	top: 1.8vw;
	right: 1.5vw;
	left: auto;
	z-index: 0;
	color: var(--gctc-pale);
	font-family: Arial, Helvetica, sans-serif;
	font-size: clamp(9rem, 16.667vw, 22rem);
	font-weight: 800;
	line-height: 1;
	letter-spacing: -.035em;
	white-space: nowrap;
	pointer-events: none;
	user-select: none;
}

.gctc__inner {
	position: relative;
	z-index: 1;
	padding: 6.667% 0 8.333% 5.86%;
}

.gctc__header {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin: 0 10.55% 4.2rem 0;
}

.gctc__heading {
	flex: 0 0 auto;
}

.gctc__heading-jp {
	display: block;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: .05em;
}

.gctc__heading-en {
	margin: .375rem 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 3rem;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: .025em;
}

.gctc__navigation {
	display: flex;
	align-items: center;
	margin: 0;
}

.gctc__arrows {
	display: flex;
	margin-right: 1.5rem;
}

.gctc__arrow {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 3.75rem;
	height: 3.75rem;
	margin: 0;
	padding: 0;
	border: .125rem solid var(--gctc-line);
	border-radius: 50%;
	background: #fff;
	box-shadow: none;
	color: var(--gctc-text);
	font: inherit;
	font-size: 1.55rem;
	line-height: 1;
	cursor: pointer;
	transition: color .25s ease, border-color .25s ease, background-color .25s ease, opacity .25s ease;
}

.gctc__next {
	margin-left: .5rem;
}

.gctc__arrow:not(.swiper-button-disabled):hover,
.gctc__arrow:not(.swiper-button-disabled):focus-visible {
	border-color: var(--gctc-accent);
	background: var(--gctc-accent);
	color: #fff;
}

.gctc__arrow.swiper-button-disabled {
	opacity: .32;
	cursor: default;
}

.gctc__all {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 11.4rem;
	height: 3.75rem;
	padding: .875rem 1.875rem;
	border: .125rem solid var(--gctc-line);
	border-radius: 1.875rem;
	background: #fff;
	color: var(--gctc-text) !important;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: .025em;
	text-decoration: none !important;
	transition: color .25s ease, border-color .25s ease, background-color .25s ease;
}

.gctc__all:hover,
.gctc__all:focus-visible {
	border-color: var(--gctc-accent);
	background: var(--gctc-accent);
	color: #fff !important;
}

.gctc__slider-wrap {
	position: relative;
	width: 100%;
}

.gctc__swiper {
	overflow: hidden;
	width: 100%;
	padding: 0;
}

.gctc__slide {
	height: auto;
}

.gctc__card {
	display: flex;
	flex-direction: column;
	height: 100%;
	margin-right: 9.091%;
	color: var(--gctc-text) !important;
	text-decoration: none !important;
}

.gctc__image {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding-bottom: 50%;
	border-radius: .75rem;
	background: #f1f1f1;
}

.gctc__image::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 2;
	background: rgba(64, 64, 64, .05);
	mix-blend-mode: multiply;
	pointer-events: none;
}

.gctc__image img,
.gctc__no-image {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .5s ease;
}

.gctc__no-image {
	background: linear-gradient(135deg, #e9f5ee, #f8fbf9);
}

.gctc__card:hover .gctc__image img {
	transform: scale(1.035);
}

.gctc__category {
	align-self: flex-start;
	margin-top: 1.5rem;
	padding-bottom: .15rem;
	border-bottom: .125rem solid currentColor;
	color: var(--gctc-accent);
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: .025em;
	text-transform: uppercase;
}

.gctc__title {
	margin: 1rem 0 0;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: .05em;
}

.gctc__excerpt {
	margin: .375rem 0 0;
	color: var(--gctc-copy);
	font-size: .875rem;
	font-weight: 400;
	line-height: 1.8;
	letter-spacing: .05em;
	/* テーマ側の中央揃えを、リード文だけ解除 */
	text-align: left !important;
}

.gctc__scrollbar.swiper-scrollbar {
	/* Elementor／ThemeREXのSwiper CSSによるabsolute配置を確実に解除 */
	position: relative !important;
	top: auto !important;
	right: auto !important;
	bottom: auto !important;
	left: auto !important;
	display: block !important;
	width: calc(100% - 11.111%) !important;
	height: .125rem !important;
	/* 記事本文とスクロールバーの間に、見本と同等の余白を確保 */
	margin: clamp(6rem, 7vw, 9rem) 11.111% 0 0 !important;
	border-radius: .063rem !important;
	background: #f4f4f4 !important;
	transform: none !important;
}

.gctc__scrollbar .swiper-scrollbar-drag {
	border-radius: .063rem;
	background: var(--gctc-text);
}

.gctc__mobile-all {
	display: none;
}

.gctc-empty {
	margin: 1rem 0;
}

@media screen and (max-width: 767px) {
	.gctc__word {
		top: 23.733vw;
		right: 2vw;
		left: auto;
		font-size: 24vw;
		transform: none;
	}

	.gctc__inner {
		padding: 19.2% 0 19.2% 6%;
	}

	.gctc__header {
		display: block;
		margin: 0 6% 3rem 0;
	}

	.gctc__heading-jp {
		font-size: .875rem;
		letter-spacing: .025em;
	}

	.gctc__heading-en {
		margin-top: .188rem;
		font-size: 2rem;
	}

	.gctc__navigation {
		display: none;
	}

	.gctc__swiper {
		padding-bottom: 0;
	}

	.gctc__card {
		margin-right: 8.571%;
	}

	.gctc__image {
		border-radius: .5rem;
	}

	.gctc__category {
		margin-top: 1rem;
		font-size: .875rem;
	}

	.gctc__title {
		margin-top: .75rem;
		font-size: .875rem;
	}

	.gctc__excerpt {
		font-size: .75rem;
	}

	.gctc__scrollbar.swiper-scrollbar {
		width: calc(100% - 6.383%) !important;
		margin: 4rem 6.383% 0 0 !important;
	}

	.gctc__mobile-all {
		display: block;
		margin: 3rem 6% 0 0;
		text-align: center;
	}

	.gctc__all {
		min-width: 9.5rem;
		height: auto;
		padding: .875rem 1.375rem;
		border-radius: 1.609rem;
		font-size: .875rem;
	}
}
