@charset "UTF-8";

/* top */
body.page-top #page { padding-top:0; }

/* #wci-top-slider_wrap */
#wci-top-slider_wrap, #wci-top-slider_wrap * { box-sizing:border-box; }
#wci-top-slider_wrap img { max-width:100%; height:auto; }
#wci-top-slider_wrap { font-family:"Zen Maru Gothic", sans-serif; font-weight:500; background:#4bb8b0; }
#wci-top-slider { margin:0 auto; max-width:1920px; }
#wci-top-slider .wci-top-slider-link { display:block; }
#wci-top-slider .wci-top-slider_image { width:100%; background:#fff; }
#wci-top-slider .wci-top-slider_image img { object-fit:cover; width:100%; height:100%; }
#wci-top-slider a.wci-top-slider-link:hover { opacity:1; filter:none; -ms-filter:none; }
#wci-top-slider a.wci-top-slider-link:hover .wci-top-slider_image img { opacity:0.8; }
#wci-top-slider .wci-top-slider_text { position:absolute; left:0; container:wciTopSliderText / inline-size; }
#wci-top-slider .wci-top-slider_text_wrap { width:100%; }
#wci-top-slider .wci-top-slider_marks { display:flex; align-items:center; gap:10px; margin-bottom:15px; }
#wci-top-slider .wci-top-slider_mark { display:flex; align-items:center; justify-content:center; text-align:center; border-radius:50%; aspect-ratio:1 / 1; color:#fff; font-weight:900; line-height:1.1; }
#wci-top-slider .wci-top-slider_mark {
	width: 70px;
	font-size: 17px;
}

#wci-top-slider .wci-top-slider_mark._new { background:#ed8998; }
#wci-top-slider .wci-top-slider_mark._pickup { background:#eba926; }
#wci-top-slider .wci-top-slider_date { color:#fff; font-weight:900; margin-bottom:10px; }
#wci-top-slider .wci-top-slider_date {
	font-size: 16px;
}

#wci-top-slider .wci-top-slider_title { color:#fff; font-weight:900; line-height:1.4; }
#wci-top-slider .wci-top-slider_title {
	font-size: 18px;
}

#wci-top-slider .wci-top-slider_button_wrap { margin-top:15px; }
#wci-top-slider .wci-top-slider_button { display:flex; align-items:center; justify-content:center; width:180px; height:40px; border:2px solid #000; background:#fff; border-radius:30px; padding:0 15px; }
#wci-top-slider .wci-top-slider_button_text { font-weight:900; display:block; width:100%; text-align:center; line-height:1.0; color:#000; padding:0 0 5px; background:url(../image/top/slider_arrow_button.png) no-repeat right center / 13px auto; }
#wci-top-slider .wci-top-slider_button_text {
	font-size: 18px;
}

#wci-top-slider_navi { position:absolute; left:0; }
#wci-top-slider_navi_wrap { display:flex; align-items:center; gap:20px; }
#wci-top-slider_navi_wrap .slick-prev { display:none; }
#wci-top-slider_navi_wrap .slick-arrow { text-indent:-9999px; width:15px; height:15px; background:url(../image/top/slider_arrow_next.png) no-repeat center center / contain; }
#wci-top-slider_navi_wrap .slick-dots { display:flex; align-items:center; gap:20px; }
#wci-top-slider_navi_wrap .slick-dots button { display:block; text-indent:-9999px; width:15px; height:15px; background:#fff; border-radius:50%; }
#wci-top-slider_navi_wrap .slick-dots .slick-active button { background:#145468; }

@container wciHtml (width < 576px) {
	#wci-top-slider .wci-top-slider_text_wrap { padding: 0 20px 60px 20px; }
	#wci-top-slider .wci-top-slider_date { font-size:14px; }
	#wci-top-slider .wci-top-slider_title { font-size:16px; }
	#wci-top-slider_navi { bottom:20px; padding: 0 0 0 20px; }
}
@container wciHtml (width >= 576px) and (width < 768px) {
	#wci-top-slider .wci-top-slider_text_wrap {
		padding: 0 40px 70px 40px;
	}
	#wci-top-slider_navi {
		bottom:30px;
		padding: 0 0 0 40px;
	}
}
@container wciHtml (width < 768px) {
	#wci-top-slider,
	#wci-top-slider .wci-top-slider_image {
		height: 160vw;
		max-height: min(calc(100vh - 70px), 1200px);
	}
	#wci-top-slider .wci-top-slider_text { bottom:0; width:100%; background:url(../image/top/slide_cover-sp.png) no-repeat left top / cover; }
	#wci-top-slider_navi { width:100%; }
}
@container wciHtml (width >= 768px) {
	#wci-top-slider, #wci-top-slider .wci-top-slider_image { height:47vw; max-height:900px; }
	#wci-top-slider .wci-top-slider_text { top:0; height:100%; width:36%; background:url(../image/top/slide_cover.png) no-repeat left top / auto 100%; }
	#wci-top-slider .wci-top-slider_text_wrap { position:absolute; left:0; top:50%; transform:translateY(-50%); }
}
@container wciHtml (width >= 768px) and (width < 992px) {
	#wci-top-slider_wrap { margin-top:var(--wci-header-h); }
	#wci-top-slider .wci-top-slider_text_wrap { padding:0 20px 40px 20px; }
	#wci-top-slider .wci-top-slider_date { font-size:14px; }
	#wci-top-slider .wci-top-slider_title { font-size:16px; }
	#wci-top-slider_navi { bottom:30px; width:36%; padding:0 0 0 30px; }
}
@container wciHtml (width >= 992px) and (width < 1400px) {
	#wci-top-slider .wci-top-slider_text_wrap { padding:65px 30px 0 30px; }
	#wci-top-slider_navi { top:calc(50% + 195px); width:36%; padding:0 0 0 30px; }
}
@container wciHtml (width >= 1400px) and (width < 1900px) {
	#wci-top-slider .wci-top-slider_text_wrap { padding:65px 30px 0 60px; }
	#wci-top-slider .wci-top-slider_mark { width:80px; font-size:20px; }
	#wci-top-slider .wci-top-slider_date { font-size:20px; }
	#wci-top-slider .wci-top-slider_title { font-size:22px; }
	#wci-top-slider_navi { top:calc(50% + 195px); width:36%; padding:0 0 0 60px; }
}
@container wciHtml (width >= 1900px) {
	#wci-top-slider .wci-top-slider_text_wrap { padding:65px 50px 0 100px; }
	#wci-top-slider .wci-top-slider_mark { width:80px; font-size:20px; }
	#wci-top-slider .wci-top-slider_date { font-size:20px; }
	#wci-top-slider .wci-top-slider_title { font-size:22px; }
	#wci-top-slider_navi { top:calc(50% + 195px); width:36%; padding:0 0 0 100px; }
}

/* #wci-top_wrap */
#wci-top_wrap {
	background:#fff url(../image/top/back1.jpg) no-repeat center top;
	font-family:"Zen Maru Gothic", sans-serif;
	font-weight:500;
}
#wci-top_wrap, #wci-top_wrap * { box-sizing:border-box; }
#wci-top_wrap img { max-width:100%; height:auto; }

/* .wci-info-section */
.wci-info-section {}
@container wciHtml (width < 768px) {
	.wci-info-section {
		padding-top: 40px;
	}
}
@container wciHtml (width >= 768px) {
	.wci-info-section {
		padding-top: 50px;
	}
}

.wci-infobar {
	position: relative;
	border: 2px solid #ed8998;
	border-radius: 100px;
	overflow:hidden;
	background:#fff;
}
.wci-infobar::before {
	content: "";
	background-image: url("../image/top/arrow.png");
	background-size: contain;
	width: 15px;
	height: 15px;
	position: absolute;
	right: 10px;
	top:50%;
	transform:translateY(-50%);
}

.wci-infobar-label {
	font-weight: 900;
	white-space: nowrap;
}

a.wci-infobar-link { position:relative; display:block; color:#000; text-decoration:none; padding-right:20px; }
a.wci-infobar-link:hover { opacity:1; filter:none; -ms-filter:none; }
a.wci-infobar-link:hover .wci-infobar::before,
a.wci-infobar-link:hover .wci-infobar-date,
a.wci-infobar-link:hover .wci-infobar-title { opacity:0.7; }

.wci-infobar-date {
	font-weight: 900;
	font-size: 16px;
	white-space: nowrap;
	margin-bottom: 0;
	line-height: 1.2;
}

.wci-infobar-title {
	font-weight: 900;
	font-size: 16px;
	line-height: 1.2;
	margin-bottom: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.wci-infobar-title a { color:#000; }
.wci-infobar-title a:hover { text-decoration:underline; }

@container wciHtml (width < 576px) {
	.wci-infobar-date,
	.wci-infobar-title {
		font-size: 14px;
	}
}
@container wciHtml (width < 768px) {
	.wci-infobar {
		padding: 10px 30px 18px 30px;
		border: 4px solid #ed8998;
	}
	.wci-infobar > * { display:block; }

	.wci-infobar-label {
		font-size: 18px;
		padding: 0;
		color: #ed8998;
		line-height: 1.5;
	}
}

@container wciHtml (width >= 768px) {
	.wci-infobar {
		display: flex;
		align-items: center;
		gap: 30px;
		padding: 0 40px 0 0;
	}
	.wci-infobar-label {
		font-size: 20px;
		color: #fff;
		background-color: #ed8998;
		padding: 0 35px;
	}
}

/* .wci-section-title 見出し1 */
.wci-section-title {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	gap: .5em;
	font-weight: 900;
	color: #000000;
	padding:0 0 30px;
	margin:0;
}
.wci-section-title::before { display:none !important; }
.wci-section-title::after {
	content: "";
	flex: 1 0 0;
	display: block;
	height: 0;
	border-top: 2px solid black;
}

@container wciHtml (width < 576px) {
	.wci-section-title {
		font-size: 22px;
	}
}
@container wciHtml (width >= 576px) and (width < 768px) {
	.wci-section-title {
		font-size: 40px;
	}
}
@container wciHtml (width < 768px) {
	.wci-section-title::before {
		width: 120px;
		height: 36px;
	}
}
@container wciHtml (width >= 768px) {
	.wci-section-title {
		font-size: 50px;
	}
}

/* .wci-event-section */
.wci-event-section { background:url(../image/top/course.png) no-repeat left top; }
@container wciHtml (width < 576px) {
	.wci-event-section { background-size:auto 30vw; background-position:top 20px left 10px; }
}
@container wciHtml (width >= 576px) and (width < 768px) {
	.wci-event-section { background-size:auto 180px; }
}
@container wciHtml (width < 768px) {
	.wci-event-section { padding-top:65px; }
}
@container wciHtml (width >= 768px) {
	.wci-event-section { padding-top:100px; }
}
@container wciHtml (width >= 768px) and (width < 992px) {
	.wci-news-card-wrap {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap:0 20px;
	}
}
@container wciHtml (width >= 992px) {
	.wci-news-card-wrap {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		gap:0 20px;
	}
}
.wci-news-card { margin-bottom:30px; }
.wci-news-card a { display:block; position:relative; }

.wci-news-card_image {
	position: relative;
	overflow: hidden;
	border-radius: 20px;
	aspect-ratio:350 / 250;
}

.wci-news-card_image img {
	height:100% !important;
	width: 100%;
	object-fit: cover;
}

.wci-news-card_new { position:absolute; top:-10px; left:-10px; background:#ed8998; border-radius:50%; color:#fff; font-weight:900; }
.wci-news-card_new_text { display:flex; align-items:center; justify-content:center; aspect-ratio:1 / 1; width:70px; }

.wci-news-card_body {
	padding: 10px 0 30px;
}

.wci-news-card_meta {
	display: flex;
	align-items: center;
	gap:0 10px;
}

.wci-news-card_category {
	flex:1 0 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height:40px;
	padding: 0 12px;
	color: #fff;
	border-radius: 50px;
	letter-spacing: 0.03em;
	font-weight: bold;
	font-size: 16px;
	background:#000000;
	line-height:1.2;
	max-width:50%;
}
@container wciHtml (width < 576px) {
	.wci-news-card_category { font-size:14px; }
}

.wci-news-card_category.wci-post_others {
	background-color: #145468;
}

.wci-news-card_category.wci-post_open {
	background-color: #4bb8b0;
}

.wci-news-card_category.wci-post_recurrent {
	background-color: #ed8998;
}

.wci-news-card_date {
	font-weight: bold;
	margin: 5px 7px 0;
	color:#000000;
	line-height:1.2;
}
.wci-news-card_meta + .wci-news-card_tags { margin-top:5px; }
.wci-news-card_tags {
	display: flex;
	gap: 5px;
	flex-wrap: wrap;
}

.wci-news-card_tag {
	display: inline-flex;
	align-items: center;
	min-width: 90px;
	height:30px;
	padding: 0 12px;
	border: 2px solid #000000;
	border-radius: 30px;
	font-weight: bold;
	font-size: 12px;
	color:#000000;
	background: #fff;
	justify-content:center;
}

.wci-news-card_tag::before {
	content: "";
	width: 20px;
	height: 20px;
	background-size: contain;
}

.wci-education::before {
	background-image: url(../image/top/education.png);
}

.wci-medical::before {
	background-image: url(../image/top/medical.png);
}

.wci-academic::before {
	background-image: url(../image/top/academic.png);
}

.wci-engineering::before {
	background-image: url(../image/top/engineering.png);
	margin-right: 1px;
}

.wci-natural::before {
	background-image: url(../image/top/agriculture.png);
}

.wci-science::before {
	background-image: url(../image/top/science.png);
}

.wci-social::before {
	background-image: url(../image/top/social.png);
}

.wci-humanities::before {
	background-image: url(../image/top/humanities.png);
}

.wci-information::before {
	background-image: url(../image/top/information.png);
}

.wci-others::before {
	background-image: url(../image/top/academic.png);
}

.wci-news-card_title {
	margin: 5px 7px 0;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.5;
	color: #000;
}

.wci-courselink-sub + .wci-courselink-sub { margin-top:20px; }
@container wciHtml (width < 992px) {
	.wci-courselink-sub { text-align:center; }
	.wci-courselink-sub .wci-courselink + .wci-courselink { margin-top:20px; }
}
@container wciHtml (width >= 992px) and (width < 1200px) {
	.wci-courselink-sub {
		display: flex;
		gap: 0 20px;
		justify-content:center;
	}
}
@container wciHtml (width >= 1200px) {
	.wci-courselink-sub {
		display: flex;
		gap: 0 40px;
		justify-content:center;
	}
}

.wci-courselinks {
	text-align:center;
	padding-top:30px;
	padding-bottom:60px;
}

.wci-courselink {
	position: relative;
	color: #000000;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	border: 3px solid #000000;
	border-radius: 999px;
	width: 465px;
	height: 60px;
	padding: 0 32px 0 32px;
	background: #fff;
	font-size: 20px;
	font-weight: 999;
	letter-spacing: 0.03em;
	transition: box-shadow 0.15s ease, transform 0.15s ease;
	overflow:hidden;
}

.wci-courselink::after {
	content: "";
	position: absolute;
	right: 0;
	height: 100%;
	aspect-ratio:72 / 60; 
	background-color: #7bd1d7;
	border-radius: 999px;
}

.wci-courselink::before {
	content: "";
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	border-style: solid;
	border-width: 12px 0 12px 18px;
	border-color: transparent transparent transparent #fff;
	z-index: 1;
}

.wci-insearch::before {
	border: none !important;
	background-image: url(../image/top/search.png) !important;
	background-size: contain;
	width: 20px;
	height: 20px;
	right:21px;
}

.wci-insearch::after {
	background-color: #ed8998 !important;
}

@container wciHtml (width < 576px) {
	.wci-courselink {
		max-width: none;
		padding: 0 48px 0 48px;
		font-size: 15px;
		width: min(85vw, 100%);
		height: 50px;
		max-width: 400px;
	}

	.wci-courselink::before {
		right: 17px;
		border-width: 9px 0 9px 12px;
	}
	.wci-insearch::before { right:16px; }
}

@container wciHtml (width >= 576px) and (width < 768px) {
	/* レスポンシブ: .wci-courselink を小さく調整 */
	.wci-courselink {
		width: 80vw;
		max-width: 400px;
		padding: 0 58px 0 16px;
	}

	.wci-courselink::before {
		right: 22px;
		border-width: 10px 0 10px 14px;
	}
}


/* Related links block moved from inline styles in _index.html */
.wci-related-links-wrapper {
    padding-top:80px;
    padding-bottom:100px;
}

.wci-related-links-inner {
    text-align: center;
    margin: 0 auto;
}
@container wciHtml (width < 768px) {
	.wci-related-links-inner + .wci-related-links-inner { margin-top:50px; }
}
@container wciHtml (width >= 768px) {
	.wci-related-links-inner + .wci-related-links-inner { margin-top:30px; }
}

.wci-related-links-caption {
    font-weight: bold;
    margin: 4px 0 0;
}

.wci-inprogress {
	background-color: #ed8998;
	color: white;
}

.wci-inprogress::before {
	border-color: transparent transparent transparent #ed8998;
}

.wci-inprogress::after {
	background-color: #fff;
}

.wci-related-link-title {
	display: flex;
	align-items: center;
	gap: 0 20px;
	margin:0 0 25px;
	font-size: 20px;
}

.wci-related-link-title::before,
.wci-related-link-title::after {
	content: '';
	flex: 1;
	height: 2px;
	background-color: #333;
}

.wci-related-link-title span {
	font-weight: bold;
	white-space: nowrap;
}

@container wciHtml (width < 768px) {
	.wci-news-card-wrap {
		grid-template-columns: 1fr;
	}

	.wci-news-card {
		max-width: 100%;
	}

	/* Related links images: make responsive on small screens */
	.wci-related-links-image {
		width: 100%;
		height: auto;
		max-width: 728px;
	}

	/* Related links caption: reduce font-size on small screens */
	.wci-related-links-caption {
		font-size: 14px;
	}
}

@media (max-width: 420px) {
	.wci-related-links-caption {
		font-size: 13px;
	}
}

/* 詳細検索 */
#wci-top-detail-search { position:relative; z-index:2; padding-top:60px; }
.wci-detail-search {
	background: #fff;
	border: 3px solid #000;
	border-radius: 30px;
}
@container wciHtml (width < 576px) {
	.wci-detail-search {
		padding: 15px;
	}
}
@container wciHtml  (width >= 576px) and (width < 768px) {
	.wci-detail-search { padding:50px; }
}
@container wciHtml (width >= 768px) {
	.wci-detail-search { padding:50px 60px; }
}
@container wciHtml (width >= 992px) {
	#wci-top-detail-search { padding-bottom:60px; }
}

.wci-detail-search_wrap {
	display: flex;
	gap: 50px;
}

.wci-detail-search_title {
	font-weight: 900;
	font-size: 30px;
	text-align: center;
	margin: 0 0 20px 0;
	color: #000;
	padding-left: 0;
}

@container wciHtml (width < 768px) {
	.wci-detail-search_wrap {
		flex-direction: column;
		gap: 30px;
	}
	.wci-detail-search_title {
		font-size: 20px;
	}
}

.wci-detail-search_title::before {
	content: "";
}

.wci-detail-search_form {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.wci-detail-search_section {
	display: flex;
	flex-direction: column;
	gap: 12px;
	flex: 1;
}

.wci-detail-search_label {
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 700;
	font-size: 18px;
	color: #000;
	display: flex;
	align-items: center;
	gap: 15px;
}

.wci-detail-search_label::after {
	content: "";
	flex: 1;
	height: 2px;
	background: #000;
}

.wci-detail-search_date-wrap {
	display: flex;
	align-items: center;
	gap: 15px;
}

@container wciHtml (width < 768px) {
	.wci-detail-search_date-wrap {
	flex-direction: column;
	width: 100%;
	}
}

.wci-detail-search_date {
	flex: 1;
	padding: 12px 20px;
	border: 2px solid #000;
	border-radius: 25px;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 16px;
	outline: none;
	transition: border-color 0.3s;
}

@container wciHtml (width < 768px) {
	.wci-detail-search_date {
		width: 100%;
	}
}

.wci-detail-search_date:focus {
	border-color: #4bb8b0;
}

.wci-detail-search_separator {
	font-weight: 700;
	font-size: 18px;
	color: #000;
}

@container wciHtml (width < 768px) {
	.wci-detail-search_separator {
		transform: rotate(90deg);
	}
}

.wci-detail-search_keyword-wrap {
	display: flex;
}

.wci-detail-search_keyword {
	width: 100%;
	padding: 12px 20px;
	border: 2px solid #000;
	border-radius: 25px;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 16px;
	outline: none;
	transition: border-color 0.3s;
}

.wci-detail-search_keyword:focus {
	border-color: #4bb8b0;
}

.wci-detail-search_genre-wrap {
	display: grid;
	justify-content: center;
	grid-template-columns: repeat(5, 1fr);
	gap: 15px;
}

@container wciHtml (width < 768px) {
	.wci-detail-search_genre-wrap {
		gap: 3px;
	}
}

.wci-detail-search_checkbox-label {
	display: flex;
	align-items: center;
	gap: 8px;
	cursor: pointer;
	padding: 8px;
	border-radius: 8px;
	transition: background-color 0.2s;
}

.wci-detail-search_checkbox-label:hover {
	background-color: #f5f5f5;
}

.wci-detail-search_checkbox {
	width: 24px;
	height: 24px;
	min-width: 24px;
	border: 2px solid #000;
	border-radius: 4px;
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: #fff;
	position: relative;
	transition: background-color 0.2s, border-color 0.2s;
}

.wci-detail-search_checkbox:checked {
	background-color: #4bb8b0;
	border-color: #4bb8b0;
}

.wci-detail-search_checkbox:checked::after {
	content: '✓';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}

.wci-detail-search_checkbox-icon {
	width: 28px;
	height: 28px;
	min-width: 28px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.wci-icon-education {
	background-image: url(../image/top/education.png);
}

.wci-icon-medical {
	background-image: url(../image/top/medical.png);
}

.wci-icon-natural {
	background-image: url(../image/top/agriculture.png);
}

.wci-icon-engineering {
	background-image: url(../image/top/engineering.png);
}

.wci-icon-science {
	background-image: url(../image/top/science.png);
}

.wci-icon-social {
	background-image: url(../image/top/social.png);
}

.wci-icon-humanities {
	background-image: url(../image/top/humanities.png);
}

.wci-icon-information {
	background-image: url(../image/top/information.png);
}

.wci-icon-others {
	background-image: url(../image/top/academic.png);
}

.wci-detail-search_checkbox-text {
	font-weight: 700;
	font-size: 15px;
	color: #000;
}
@container wciHtml (width >= 768px) {
	.wci-detail-search_checkbox-text { font-size:20px; }
}

.wci-detail-search_actions {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 15px;
}

.wci-detail-search_submit:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 16px rgba(237, 137, 152, 0.5);
}

.wci-detail-search_submit:active {
	transform: translateY(0);
}

.wci-detail-search_submit-icon {
	font-size: 20px;
}

@container wciHtml (width < 768px) {
	.wci-detail-search_submit-icon {
		font-size: 14px;
	}
}

.wci-detail-search_clear {
	background: none;
	border: 3px solid black;
	border-radius: 20px;
	color: #000;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 700;
	font-size: 18px;
	cursor: pointer;
	padding: 2px 25px;
	transition: color 0.2s;
}

.wci-detail-search_clear:hover {
	color: #4bb8b0;
}

@media (max-width: 1024px) {
	.wci-detail-search_genre-wrap {
		grid-template-columns: repeat(2, 1fr);
	}
}
@container wciHtml (width < 576px) {
	.wci-detail-search_genre-wrap {
		grid-template-columns: repeat(1, 1fr);
	}
}

@container wciHtml (width >= 768px) {
	.wci-detail-search_title {
		font-size: 24px;
	}

	.wci-detail-search_genre-wrap {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		gap: 5px;
	}
}

/* wci-about-section */
#wci-top-about {
	background:#fff url(../image/top/back2.jpg) no-repeat center top;
	font-family:"Zen Maru Gothic", sans-serif;
	font-weight:500;
	overflow-x:hidden;
}
#wci-top-about, #wci-top-about * { box-sizing:border-box; }
#wci-top-about img { max-width:100%; height:auto; }
.wci-about-section { background:url(../image/top/about.png) no-repeat left top; }
@container wciHtml (width < 576px) {
	#wci-top-about { background-position:top 0 left -30vw; background-size:250% auto; }
	.wci-about-section { padding-top:0; background-position:top 50vw left 0; background-size:auto 30vw; }
	.wci-about-image { margin:-20px -50px 0 auto; width:70vw; }
	.wci-about-text { margin-top:15px; }
}
@container wciHtml (width >= 576px) and (width < 992px) {
	#wci-top-about { background-position:top 0 left -30vw; background-size:200% auto; }
	.wci-about-section { padding-top:0; background-position:top 50vw left 0; background-size:auto 30vw; }
	.wci-about-image { margin:-40px -100px 0 auto; width:70vw; }
	.wci-about-text { margin-top:15px; }
}
@container wciHtml (width >= 992px) {
	#wci-top-about { margin-top:-220px; padding-top:320px; }
	.wci-about-section { padding-top:60px; }
}

.wci-about-content {
	position: relative;
}

.wci-about-body {
	font-weight:900;
	line-height: 1.8;
	color: #000;
	margin: 0 0 40px 0;
}

@container wciHtml (width < 576px) {
	.wci-about-body {
		font-size: 16px;
	}
}
@container wciHtml (width >= 576px) and (width < 992px) {
	.wci-about-body {
		font-size: 18px;
	}
}
@container wciHtml (width >= 992px) {
	.wci-about-content {
		display: flex;
		align-items: start;
	}
	.wci-about-image {
		position: relative;
		top:-100px;
		right:-130px;
		order: 1;
		flex:1 0 0;
	}
	.wci-about-text {
		flex:1 0 0;
	}
	.wci-about-body {
		font-size: 18px;
	}
}

.wci-about-container {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

.wci-about-background {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	z-index: 0;
}

.wci-about-letter {
	font-family: 'Arial', sans-serif;
	font-size: 180px;
	font-weight: 900;
	color: rgba(255, 255, 255, 0.08);
	letter-spacing: -10px;
	line-height: 1;
	margin-left: -20px;
}

.wci-about-title {
	font-size: 42px;
	font-weight: 900;
	line-height: 1.5;
	margin: 0 0 30px 0;
	color: #000;
	text-align: start;
}

/* .wci-about-cta */
.wci-about-cta {
	background-image: url("../image/top/background_about.png");
	width:100%;
	max-width: 685px;
	aspect-ratio:622 / 261;
	background-size: contain;
	position:relative;
}
.wci-about-cta-text { display:flex; align-items:center; height:100%; }

@container wciHtml (width < 576px) {
	.wci-about-cta { padding:0 5% 0 10%; }
}
@container wciHtml (width >= 576px) and (width < 768px) {
	.wci-about-cta { padding:0 5% 0 10%; }
}
@container wciHtml (width >= 768px) and (width < 992px) {
	.wci-about-cta { padding:0 45px 0 60px; }
}
@container wciHtml (width >= 992px) {
	.wci-about-cta {
		padding:0 45px 0 70px;
		left:-70px;
	}
}

.wci-about-cta-label {
	font-size: min(2.2vw, 30px);
	font-weight: 900;
	color: #fff;
	line-height: 1.1;
	margin: 0;
}
.wci-about-cta-phone {
    font-family: "Anton", sans-serif;
	font-size: min(4vw, 50px);
	color: #fff;
	letter-spacing: 1px;
	line-height: 1.3;
	margin-bottom: 0;
}
.wci-about-cta-phone a { color:#fff; text-decoration:none; }

.wci-about-cta-note {
	color: #fff;
	margin: 0;
	line-height: 1.4;
	font-size:min(1.4vw, 18px);
}

@container wciHtml (width < 576px) {
	.wci-about-cta-label {
		font-size: 18px;
	}

	.wci-about-cta-phone {
		font-size: 28px;
	}

	.wci-about-cta-note {
		font-size: 11px;
	}
}
@container wciHtml (width >= 576px) and (width < 991px) {
	.wci-about-cta-label { font-size:min(30px, 3.5vw); }
	.wci-about-cta-phone { font-size:min(50px, 6vw); }
	.wci-about-cta-note { font-size:min(2.3vw, 16px); }
}

@container wciHtml (width < 576px) {
	.wci-about-letter {
		font-size: 60px;
	}

	.wci-about-title {
		font-size: 22px;
	}
}
@container wciHtml (width >= 576px) and (width < 768px) {
	.wci-about-letter {
		font-size: 80px;
	}

	.wci-about-content {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.wci-about-text {
		padding-right: 0;
	}

	.wci-about-title {
		font-size: 26px;
	}
}

/* ======================================================================
   カテゴリ検索・詳細検索 - 投稿タイプ別カテゴリバッジ
   ====================================================================== */
.wci-category_open       { background-color: #e8a04c; }
.wci-category_satellite  { background-color: #6fb86b; }
.wci-category_visiting   { background-color: #7b8ec2; }
.wci-category_kbp        { background-color: #c97bb5; }
.wci-category_map        { background-color: #d47c5e; }

/* 開催日の表示 */
.wci-news-card_period {
	margin: 6px 0 0;
	font-size: 13px;
	font-weight: 700;
	color: #666;
	font-family: "Zen Maru Gothic", sans-serif;
}

/* ======================================================================
   検索結果ページ
   ====================================================================== */
#wci-search-results-page {
	padding: 60px 0 80px;
	font-family: "Zen Maru Gothic", sans-serif;
	min-height: 60vh;
}

.wci-search-results_title {
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 900;
	font-size: 36px;
	text-align: center;
	margin: 0 0 30px;
	color: #000;
}

/* 検索条件表示 */
.wci-search-conditions {
	background: #f5f5f5;
	border-radius: 15px;
	padding: 25px 30px;
	margin-bottom: 40px;
}

.wci-search-conditions_heading {
	font-size: 18px;
	font-weight: 700;
	margin: 0 0 10px;
	color: #000;
}

.wci-search-conditions_list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 20px;
}

.wci-search-condition_item {
	font-size: 15px;
	color: #333;
	background: #fff;
	padding: 5px 15px;
	border-radius: 20px;
	border: 1px solid #ddd;
}

.wci-search-results_count {
	margin: 15px 0 0;
	font-size: 16px;
	color: #333;
}

.wci-search-results_count strong {
	font-size: 24px;
	color: #ed8998;
}

/* 検索結果カード */
.wci-search-card-wrap {
	grid-template-columns: repeat(4, 1fr);
}

/* ページネーション */
.wci-search-pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5px;
	margin: 50px 0 0;
	flex-wrap: wrap;
}

.wci-search-pagination a,
.wci-search-pagination span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 42px;
	height: 42px;
	padding: 0 12px;
	border: 2px solid #000;
	border-radius: 25px;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #000;
	background: #fff;
	text-decoration: none;
	transition: background-color 0.2s, color 0.2s;
}

.wci-search-pagination a:hover {
	background: #4bb8b0;
	color: #fff;
	border-color: #4bb8b0;
}

.wci-search-pagination .current {
	background: #ed8998;
	color: #fff;
	border-color: #ed8998;
}

.wci-search-pagination .dots {
	border: none;
	background: transparent;
}

/* 検索結果なし */
.wci-search-no-results {
	text-align: center;
	padding: 60px 20px;
	font-size: 18px;
	color: #666;
	line-height: 2;
}

/* 再検索フォーム */
.wci-search-results_form {
	margin: 60px 0 0;
}

/* トップに戻るボタン */
.wci-search-back {
	display: flex;
	justify-content: center;
	margin: 40px 0 0;
}

/* レスポンシブ */
@container wciHtml (width < 1024px) {
	.wci-search-card-wrap {
		grid-template-columns: repeat(3, 1fr);
	}
}

@container wciHtml (width < 768px) {
	#wci-search-results-page {
		padding: 30px 0 50px;
	}

	.wci-search-results_title {
		font-size: 26px;
	}

	.wci-search-conditions {
		padding: 15px 20px;
	}

	.wci-search-conditions_list {
		flex-direction: column;
		gap: 8px;
	}

	.wci-search-card-wrap {
		grid-template-columns: 1fr;
	}

	.wci-search-pagination a,
	.wci-search-pagination span {
		min-width: 36px;
		height: 36px;
		font-size: 14px;
	}
}
