* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

/*
 * Breakpoints
 * SP: max-width 768px
 * TB: max-width 1024px
 * LG: min-width 1440px
 */
:root {
	--vi-max-width-sp: 768px;
	--vi-max-width-tb: 1024px;
	--vi-min-width-lg: 1440px;
}

/* style.css の body { min-width: 1200px; } をこのページのみ無効化 */
@media (min-width: 769px) and (max-width: 1199px) {
	body {
		min-width: 0;
	}
}

body {
	margin-top: 0;
	margin-bottom: 0;
	background: #eef5f7;
}

@media (max-width: 768px) {
	body {
		margin-top: 0;
		margin-bottom: 0;
	}
}

.fixNav,
.drawerButton {
	display: none !important;
}

@media (max-width: 768px) {
	.copyright {
		padding-bottom: 10px;
	}
}

.main.summer2026 {
	background: #eef5f7;
}

.l-header {
	background: #fff;
}

.l-header__inner {
	width: 92%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 1.2rem 0;
	text-align: center;
}

@media (max-width: 768px) {
	.l-header__inner {
		padding: 0;
	}
}

.l-header__logo img {
	display: block;
	margin: 0 auto;
	max-width: 390px;
	width: 100%;
	height: auto;
}

.summer2026 section.sec-summer {
	margin: 0 auto;
	padding: 8rem 0;
	width: calc(100% - (100vw / (1440 / 240)));
	max-width: 720px;
}

@media (max-width: 768px) {
	.summer2026 section.sec-summer {
		width: 100%;
		max-width: 100%;
		padding: 4rem 0;
	}
}

@media (max-width: 480px) {
	.summer2026 section.sec-summer {
		padding: 3rem 0;
	}
}

.summer2026 section .sec-inner {
	width: 87%;
	margin: 0 auto;
}

.summer2026 section.sec-summer.support-section {
	padding: 10rem 0 15rem;
}

@media (max-width: 768px) {
	.summer2026 section.sec-summer.support-section {
		padding: 5rem 0 10rem;
	}
}

.summer2026 section.sec-summer.schedule-slider {
	max-width: 1140px;
}

.summer2026 section.sec-summer.schedule-slider .sec-inner {
	width: 100%;
}

@media (max-width: 768px) {
	.summer2026 section.sec-summer.schedule-slider .sec-inner {
		width: 87%;
	}
}

.design-frame {
	position: relative;
	width: 100%;
}

.intro-menu-section {
	width: 100%;
	padding: 4rem 0;
	background: #fff;
	text-align: center;
}

@media (max-width: 768px) {
	.intro-menu-section {
		padding: 2rem 0;
	}
}

.intro-menu-section__grid {
	width: 87%;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 2rem 2rem;
	margin: 4rem auto;
}

@media (max-width: 768px) {
	.intro-menu-section__grid {
		gap: 1rem 1rem;
		margin: 2rem auto;
	}
}

.intro-menu-button {
	display: flex;
	aspect-ratio: 300 / 195;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 5px;
	padding: 13% 9% 18%;
	color: #fff;
	font-size: clamp(12px, 3.45vw, 25px);
	font-weight: 900;
	line-height: 1.4;
	text-align: center;
	text-decoration: none;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.intro-menu-button .summer2026-chevron {
	display: block;
	flex-shrink: 0;
	width: clamp(16px, 3.5vw, 28px);
	height: clamp(8px, 1.75vw, 14px);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	font-size: 0;
	line-height: 0;
}

.intro-menu-button--gold .summer2026-chevron {
	background-image: url("../2026/images/oc/summer/chevron-brown.svg");
}

.intro-menu-button--blue .summer2026-chevron {
	background-image: url("../2026/images/oc/summer/chevron-down.svg");
}

.intro-menu-button--gold {
	background-image: url("../2026/images/oc/summer/btn_yellow.png");
	color: #5c4700 !important;
}

.intro-menu-button--blue {
	background-image: url("../2026/images/oc/summer/btn_blue.png");
	color: #fff !important;
}

.intro-menu-button:focus-visible,
.summer2026-cta:focus-visible {
	outline: 3px solid #005fcc;
	outline-offset: 2px;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

@media (min-width: 769px) {
	.intro-menu-section,
	.event-tabs,
	.special-project,
	.schedule-slider,
	.career-section,
	.alternate-section,
	.support-section,
	.site-footer {
		position: relative;
		z-index: 0;
		isolation: isolate;
	}

	.intro-menu-section::before,
	.event-tabs::before,
	.special-project::before,
	.schedule-slider::before,
	.career-section::before,
	.alternate-section::before,
	.support-section::before,
	.site-footer::before {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 50%;
		z-index: -1;
		width: 100vw;
		transform: translateX(-50%);
		background: inherit;
		content: "";
		pointer-events: none;
	}
}

.event-tabs {
	display: block;
	text-decoration: none;
	width: 100%;
	background:
		repeating-linear-gradient(
			90deg,
			rgba(255, 255, 255, 0.45) 0 22px,
			transparent 22px 44px
		),
		#ffe2eb;
	text-align: center;
	transition: background-color 180ms ease;
}

.event-tabs[data-theme="orange"] {
	background:
		repeating-linear-gradient(
			90deg,
			rgba(255, 255, 255, 0.42) 0 22px,
			transparent 22px 44px
		),
		#fff1d2;
}

.event-tabs[data-theme="green"] {
	background:
		repeating-linear-gradient(
			90deg,
			rgba(255, 255, 255, 0.42) 0 22px,
			transparent 22px 44px
		),
		#dfffce;
}

.sec-summer:not(.intro-menu-section) > h2 {
	width: 85%;
	max-width: 420px;
	margin: 0 auto 6rem;
}

@media (max-width: 768px) {
	.sec-summer:not(.intro-menu-section) > h2 {
		width: 75%;
		margin: 0 auto 3rem;
		max-width: 100%;
	}
}

.career-section > h2 {
	width: 100%;
	max-width: 87%;
}

.sec-summer:not(.intro-menu-section) > h2 img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

.event-tabs__buttons {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.6rem;
	margin-bottom: 4rem;
}

@media (max-width: 768px) {
	.event-tabs__buttons {
		gap: 1.2rem;
		margin-bottom: 2rem;
	}
}

.event-tabs__button {
	display: flex;
	aspect-ratio: 5 / 3;
	gap: 5px;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 8px 4px 5px;
	border: 0;
	border-radius: 0;
	background: #e84572;
	color: #fff;
	font-size: clamp(11px, 2.2vw, 18px);
	font-weight: 900;
	line-height: 1.2;
	cursor: pointer;
}

.event-tabs__button span:first-child {
	font-size: 0.78em;
}

.event-tabs__button .summer2026-chevron,
.event-tabs__course-grid button .summer2026-chevron {
	display: block;
	flex-shrink: 0;
	width: clamp(10px, 2vw, 16px);
	height: clamp(16px, 3vw, 26px);
	background: url("../2026/images/oc/summer/chevron-down.svg") no-repeat
		center / contain;
	font-size: 0;
	line-height: 0;
}

@media (max-width: 768px) {
	.event-tabs__button .summer2026-chevron,
	.event-tabs__course-grid button .summer2026-chevron {
		width: clamp(11px, 2.2vw, 18px);
		height: clamp(18px, 3.2vw, 28px);
	}
}

.event-tabs__button .summer2026-chevron {
	width: clamp(16px, 3.5vw, 28px);
	height: clamp(8px, 1.75vw, 14px);
}

.event-tabs__button:nth-child(2) {
	background: #f39800;
}

.event-tabs__button:nth-child(3) {
	background: #00aa50;
}

.event-tabs__button.is-active {
	transform: translateY(-6px);
	box-shadow: 0 7px 0 rgba(0, 0, 0, 0.18);
}

.event-tabs__button:focus-visible,
.summer2026-cta--event:focus-visible {
	outline: 3px solid #005fcc;
	outline-offset: 2px;
}

.event-tabs__slider {
	width: 100%;
	position: relative;
	margin-bottom: 8rem;
}

@media (max-width: 768px) {
	.event-tabs__slider {
		margin-bottom: 4rem;
	}
}

.event-tabs__slider-track {
	overflow: hidden;
}

.event-tabs__card {
	/* min-height: 324px; */
	padding: 3rem 4rem;
	border: 1px solid #e84572;
	background: #fff;
	color: #636363;
	text-align: left;
}

@media (max-width: 768px) {
	.event-tabs__card {
		padding: 2rem 2.4rem;
	}
}

.event-tabs[data-theme="orange"] .event-tabs__card {
	border-color: #f39800;
}

.event-tabs[data-theme="green"] .event-tabs__card {
	border-color: #00aa50;
}

.event-tabs__card h3,
.event-tabs__course-heading {
	margin: 0 0 18px;
	color: #e84572;
	font-size: clamp(18px, 2.2vw, 26px);
	font-weight: 900;
	line-height: 1.4;
	text-align: center;
}

.event-tabs[data-theme="orange"] .event-tabs__card h3,
.event-tabs[data-theme="orange"] .event-tabs__course-heading {
	color: #f39800;
}

.event-tabs[data-theme="green"] .event-tabs__card h3,
.event-tabs[data-theme="green"] .event-tabs__course-heading {
	color: #00aa50;
}

.event-tabs__course-heading {
	margin-bottom: 4.5rem;
	border-bottom: 2px solid currentColor;
}

@media (max-width: 768px) {
	.event-tabs__course-heading {
		margin-bottom: 3rem;
	}
}

@media (max-width: 480px) {
	.event-tabs__course-heading {
		margin-bottom: 2rem;
	}
}

.event-tabs__card img {
	display: block;
	width: 100%;
	aspect-ratio: 48 / 29;
	height: auto;
	object-fit: cover;
	margin-bottom: 1.6rem;
}

.event-tabs__card p {
	margin: 0;
	font-size: clamp(13px, 1.4vw, 16px);
	font-weight: 500;
	line-height: 1.55;
}

.event-tabs__course-grid {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.6rem;
	margin-bottom: 5rem;
}

@media (max-width: 768px) {
	.event-tabs__course-grid {
		gap: 1.2rem;
		margin-bottom: 2rem;
	}
}

.event-tabs__course-grid button {
	display: flex;
	aspect-ratio: 157 / 34;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 1px;
	padding: 7px 6px 5px;
	border: 0;
	color: #fff;
	font-size: clamp(12px, 1.7vw, 18px);
	font-weight: 900;
	line-height: 1.2;
	cursor: pointer;
}

@media (max-width: 480px) {
	.event-tabs__course-grid button {
		font-size: 11px;
		white-space: nowrap;
		padding: 8px 4px 4px;
	}
}

.event-tabs__course-grid button {
	background: var(--course-color);
}

.event-tabs__course-grid button[data-course-jump="トータルファッション大学科"] {
	grid-column: 1 / -1;
	aspect-ratio: 325 / 34;
}

.summer2026-slider-arrow {
	position: absolute;
	top: 50%;
	right: -22px;
	display: block;
	width: 50px;
	height: 50px;
	padding: 0;
	transform: translateY(-50%);
	border: 0;
	border-radius: 0;
	background-color: transparent;
	background-image: url("../2026/images/oc/summer/arrow-next.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	color: transparent;
	font-size: 0;
	line-height: 0;
	cursor: pointer;
	box-shadow: none;
}

@media (max-width: 768px) {
	.summer2026-slider-arrow {
		width: 30px;
		height: 30px;
		right: -15px;
	}
}

.summer2026-slider-arrow--prev {
	right: auto;
	left: -22px;
	z-index: 2;
	background-image: url("../2026/images/oc/summer/arrow-prev.svg");
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 180ms ease;
}

@media (max-width: 768px) {
	.summer2026-slider-arrow--prev {
		left: -15px;
	}
}

.summer2026-slider-arrow--prev.is-visible {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.event-tabs__arrow--detail.summer2026-slider-arrow--prev {
	right: auto;
	left: -22px;
}

.summer2026-slider-arrow:focus-visible {
	outline: 3px solid #005fcc;
	outline-offset: 2px;
}

.event-tabs__card.is-changing {
	animation: slide-card-in 180ms ease;
}

@keyframes slide-card-in {
	from {
		opacity: 0.4;
		transform: translateX(12px);
	}
	to {
		opacity: 1;
		transform: translateX(0);
	}
}

.event-tabs__detail-wrap {
	position: relative;
	width: 100%;
	margin-bottom: 8rem;
}

@media (max-width: 768px) {
	.event-tabs__detail-wrap {
		margin-bottom: 4rem;
	}
}

.event-tabs__detail-track {
	position: relative;
}

.event-tabs__detail-card {
	position: relative;
	/* min-height: 365px; */
	padding: 2rem 3rem;
	border: 1px solid
		var(--slide-course-color, var(--active-course-color, #e84572));
	background: #fff;
	color: #636363;
	text-align: left;
}

@media (max-width: 768px) {
	.event-tabs__detail-card {
		padding: 1.4rem 1.6rem;
	}
}

.event-tabs__detail-card .event-tabs__pro-icon {
	position: absolute;
	top: clamp(10px, 3vw, 12px);
	left: clamp(10px, 3vw, 15px);
	z-index: 1;
	width: clamp(56px, 12vw, 74px);
	height: auto;
	margin: 0;
}

@media (max-width: 768px) {
	.event-tabs__detail-card .event-tabs__pro-icon {
		top: 6px;
		left: 6px;
		width: clamp(56px, 20vw, 60px);
	}
}

@media (max-width: 480px) {
	.event-tabs__detail-card .event-tabs__pro-icon {
		top: 2px;
		left: 2px;
		width: 48px;
	}
}

.event-tabs__detail-badge {
	display: grid;
	width: 64%;
	max-width: 320px;
	min-height: 30px;
	place-items: center;
	margin: 0 auto 16px;
	border-radius: 999px;
	background: var(--slide-course-color, var(--active-course-color, #e84572));
	color: #fff;
	font-size: clamp(14px, 1.7vw, 18px);
	font-weight: 600;
	line-height: 2;
}

@media (max-width: 480px) {
	.event-tabs__detail-badge {
		font-size: 13px;
	}
}

.event-tabs__detail-badges {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-bottom: 16px;
}

.event-tabs__detail-badges .event-tabs__detail-badge {
	width: 64%;
	margin: 0 auto;
}

@media (max-width: 768px) {
	.event-tabs__detail-badges .event-tabs__detail-badge {
		width: 90%;
	}
}

.event-tabs__detail-card--dual {
	border: 2px solid transparent;
	background:
		linear-gradient(#fff, #fff) padding-box,
		linear-gradient(135deg, #21701a 0%, #21701a 50%, #c6000b 50%, #c6000b 100%)
			border-box;
}

.event-tabs__detail-card h3 .event-tabs__title-part--green {
	color: #21701a;
}

.event-tabs__detail-card h3 .event-tabs__title-part--red {
	color: #c6000b;
}

.event-tabs__detail-card h3 .event-tabs__title-part--pink {
	color: #e8546b;
}

.event-tabs__detail-card h3 .event-tabs__title-part--blue {
	color: #3386c8;
}

.event-tabs__detail-card--dual h3 {
	color: #636363;
}

.event-tabs__detail-menu {
	margin-top: 2rem;
}

.event-tabs__detail-menu-label {
	display: inline-grid;
	min-width: 88px;
	min-height: 28px;
	place-items: center;
	margin: 0 auto 14px;
	padding: 0 16px;
	border: 1px solid #b5b5b5;
	border-radius: 999px;
	color: #636363;
	font-size: clamp(12px, 1.3vw, 14px);
	font-weight: 700;
	line-height: 1;
}

.event-tabs__detail-menu-item {
	margin: 0 0 10px;
	color: #636363;
	font-size: clamp(13px, 1.4vw, 16px);
	font-weight: 500;
	line-height: 1.55;
}

.event-tabs__detail-menu-item:last-child {
	margin-bottom: 0;
}

.event-tabs__detail-menu-key {
	font-weight: 700;
}

@media (max-width: 768px) {
	.event-tabs__detail-badge {
		width: 70%;
	}
}

.event-tabs__detail-card h3 {
	margin: 0 0 16px;
	color: var(--slide-course-color, var(--active-course-color, #e84572));
	font-size: clamp(18px, 2.2vw, 26px);
	font-weight: 900;
	line-height: 1.32;
	text-align: center;
}

.event-tabs__detail-card > img:not(.event-tabs__pro-icon) {
	display: block;
	width: 100%;
	aspect-ratio: 48 / 29;
	height: auto;
	object-fit: contain;
	margin-bottom: 14px;
}

.event-tabs__detail-card p {
	margin: 0;
	font-size: clamp(13px, 1.4vw, 16px);
	font-weight: 500;
	line-height: 1.55;
}

.event-tabs__instagram-link {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 60%;
	max-width: 240px;
	min-height: 48px;
	margin: 22px auto 0;
	padding: 0.5rem 1rem 0.45rem;
	border: 2px solid #111;
	border-radius: 999px;
	background: var(--slide-course-color, var(--active-course-color, #e84572));
	color: #fff !important;
	font-size: clamp(13px, 1.7vw, 18px);
	font-weight: 900;
	line-height: 1.2;
	text-decoration: none;
	box-shadow: 0 4px 0 #111;
}

.event-tabs__instagram-link::after {
	content: "";
	display: inline-block;
	height: clamp(10px, 2vw, 16px);
	width: clamp(16px, 3vw, 26px);
	background: url("../2026/images/oc/summer/chevron.svg") no-repeat center /
		contain;
	vertical-align: middle;
}

.event-tabs__instagram-link img {
	width: 20px;
	height: 20px;
	margin: 0;
	object-fit: contain;
}

.event-tabs__instagram-link:focus-visible {
	outline: 3px solid #005fcc;
	outline-offset: 3px;
}

@media (max-width: 768px) {
	.event-tabs__instagram-link {
		width: 100%;
		max-width: 220px;
		min-height: 40px;
	}
}

.event-tabs__arrow--detail {
	top: 50%;
}

.event-tabs__detail-card.is-changing {
	animation: slide-card-in 180ms ease;
}

.event-tabs__course-grid button.is-active {
	transform: translateY(-4px);
	box-shadow: 0 5px 0 rgba(0, 0, 0, 0.18);
}

.event-tabs__course-grid button[data-course-jump="トータルファッション大学科"] {
	--course-color: #248b49;
}

.event-tabs__course-grid button:focus-visible {
	outline: 3px solid #005fcc;
	outline-offset: 2px;
}

.event-tabs__course-grid button[data-course-jump="美容学科"] {
	--course-color: #e84572;
}
.event-tabs__course-grid button[data-course-jump="ヘアメイク学科"] {
	--course-color: #f05b32;
}
.event-tabs__course-grid button[data-course-jump="トータルビューティ学科"] {
	--course-color: #f39800;
}
.event-tabs__course-grid button[data-course-jump="ウエディング学科"] {
	--course-color: #43bfd6;
}
.event-tabs__course-grid button[data-course-jump="ファッション学科"] {
	--course-color: #8cc85f;
}
.event-tabs__course-grid button[data-course-jump="ビューティビジネス大学科"] {
	--course-color: #9894ca;
}

.event-tabs__course-grid button[data-course-jump="シェフ学科"] {
	--course-color: #21701a;
}
.event-tabs__course-grid button[data-course-jump="パティシエ学科"] {
	--course-color: #e8546b;
}
.event-tabs__course-grid button[data-course-jump="パン＆カフェ学科"] {
	--course-color: #ed7700;
}
.event-tabs__course-grid button[data-course-jump="調理師学科"] {
	--course-color: #c6000b;
}
.event-tabs__course-grid button[data-course-jump="製菓衛生師学科"] {
	--course-color: #3386c8;
}
.event-tabs__course-grid button[data-course-jump="調理製菓ライセンス学科"] {
	--course-color: #b28145;
}

@media (max-width: 768px) {
	.event-tabs__detail-wrap {
		margin-right: -25px;
		overflow: hidden;
	}

	.event-tabs__detail-wrap .event-tabs__detail-track {
		position: relative;
		z-index: 1;
	}

	.event-tabs__arrow--detail {
		z-index: 10;
	}

	.event-tabs__arrow--detail.event-tabs__arrow--prev {
		left: 4px;
	}

	.event-tabs__arrow--detail:not(.event-tabs__arrow--prev) {
		right: 11px;
	}
}

.special-project {
	width: 100%;
	background-color: #eaf9ff;
	background-image: url(../2026/images/oc/summer/bg04.png);
	background-position: top center;
	background-repeat: repeat;
	background-size: contain;
	text-align: center;
}

.special-card {
	margin: 0 auto 50px;
	padding: 5% 10%;
	border: 1px solid #0069e2;
	background: #fff;
	color: #636363;
	text-align: center;
}

@media (max-width: 768px) {
	.special-card {
		margin: 0 auto 30px;
	}
}

.special-card h3 {
	display: inline-block;
	margin: 0 0 30px;
	color: #0069e2;
	font-size: clamp(18px, 2.2vw, 26px);
	font-weight: 900;
	line-height: 1.6;
	text-align: center;
	border-bottom: 1px solid #0069e2;
}

@media (max-width: 768px) {
	.special-card h3 {
		margin: 0 0 20px;
	}
}

.special-card p {
	margin: 0 0 10px;
	font-size: clamp(14px, 1.4vw, 17px);
	font-weight: 500;
	line-height: 1.6;
	text-align: left;
}

.special-card ul {
	margin: 0;
	padding: 0;
	list-style: none;
	color: #0069e2;
	font-size: clamp(13px, 1.4vw, 16px);
	font-weight: 500;
	line-height: 1.5;
	text-align: left;
}

.special-card li {
	list-style-image: url(../2026/images/oc/summer/check.svg);
	margin-left: 22px;
}

.special-card h4 {
	margin: 10px 0 0;
	color: #0069e2;
	font-size: clamp(13px, 1.4vw, 16px);
	font-weight: 500;
	line-height: 1.5;
	text-align: left;
}

.special-card__media {
	display: block;
	width: 100%;
	aspect-ratio: 48 / 29;
	height: auto;
	object-fit: cover;
	margin: 0 auto 13px;
}

.special-card__links {
	width: 100%;
	display: grid;
	gap: 20px;
	margin-top: 20px;
}

.special-card--bonus .special-card__media {
	object-fit: contain;
	margin: 10px auto 0;
}

.summer2026 p.caption {
	margin: 10px 0 0;
	text-align: right;
	font-size: 12px;
}

@media (max-width: 768px) {
	.summer2026 p.caption {
		font-size: 10px;
	}
}

.schedule-slider {
	position: relative;
	width: 100%;
	max-width: 1160px;
	background: #fff2cf;
	text-align: center;
}

.schedule-slider__viewport {
	position: relative;
	width: 100%;
}

.schedule-slider__track .slick-track {
	display: flex;
	align-items: stretch;
}

.schedule-slider__track .slick-slide {
	position: relative;
	margin-right: 24px;
	overflow: visible;
}

.schedule-slider__track .slick-slide:not(:last-child)::after {
	content: "";
	position: absolute;
	top: 50%;
	left: calc(100% + 12px);
	z-index: 2;
	width: 10px;
	height: 11px;
	transform: translate(-50%, -50%);
	background: url("../2026/images/oc/summer/arrow.svg") no-repeat center /
		contain;
	pointer-events: none;
}

.schedule-card--image {
	position: relative;
	width: clamp(140px, 29vw, 220px);
	min-height: 0;
	border: 0;
	background: transparent;
}

.schedule-card__overlay-link {
	position: absolute;
	z-index: 1;
	display: block;
	cursor: pointer;
}

.schedule-card--sch05-food .schedule-card__overlay-link--ao {
	left: 4.75%;
	top: 72.5%;
	width: 44.07%;
	height: 23.21%;
}

.schedule-card--sch05-food .schedule-card__overlay-link--exam {
	left: 51.53%;
	top: 72.5%;
	width: 44.07%;
	height: 23.21%;
}

.schedule-card__overlay-link--exam {
	left: 4.7%;
	top: 44.3%;
	width: 44.1%;
	height: 23.8%;
}

.schedule-card__overlay-link--ao {
	left: 51.5%;
	top: 44.3%;
	width: 44.1%;
	height: 23.8%;
}

.schedule-card__overlay-link--university {
	left: 4.7%;
	top: 72.4%;
	width: 44.1%;
	height: 23.8%;
}

.schedule-card__overlay-link--learning {
	left: 51.5%;
	top: 72.4%;
	width: 44.1%;
	height: 23.8%;
}

.schedule-card__overlay-link:focus-visible {
	outline: 3px solid #005fcc;
	outline-offset: 2px;
}

.schedule-card--image-wide {
	width: clamp(280px, 58vw, 440px);
}

.schedule-card--image-wide-narrow {
	width: clamp(275px, 57vw, 433px);
}

.schedule-card--image img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	object-fit: contain;
}

.career-section {
	width: 100%;
	background: #f4f9f8;
	text-align: center;
}

.career-img img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.career-section__lead {
	width: 100%;
	max-width: 100%;
	margin: 16rem auto 0;
}

@media (max-width: 768px) {
	.career-section__lead {
		margin: 14rem auto 0;
	}
}

@media (max-width: 480px) {
	.career-section__lead {
		margin: 10rem auto 0;
	}
}

.career-section__lead img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

.summer2026 section.alternate-section {
	width: 100%;
	max-width: 1140px;
	background: #fff6d9;
	text-align: center;
}

.alternate-flex {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 10rem;
}

@media (max-width: 768px) {
	.alternate-flex {
		flex-direction: column;
		margin-bottom: 0;
	}
}

.alternate-card {
	width: 47%;
}

@media (max-width: 768px) {
	.alternate-card {
		width: 100%;
		margin: 0 auto 5rem;
	}
}

.alternate-card img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

.support-section {
	width: 100%;
	background: #f4f7f9;
	text-align: center;
}

.support-section__content {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto 6rem;
	border: 2px solid #00b6d8;
}

@media (max-width: 768px) {
	.support-section__content {
		margin: 0 auto 4rem;
	}
}

.support-section__content:hover img {
	opacity: 0.8;
}

.support-section__content img {
	width: 100%;
}

/* ---- CTA buttons ---- */
.summer2026-cta {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	box-sizing: border-box;
	overflow: hidden;
	isolation: isolate;
	width: 62%;
	max-width: 360px;
	min-height: 42px;
	margin: 0 auto;
	padding: 0.5rem 0.5rem 0.4rem;
	border: 2px solid #111;
	border-radius: 999px;
	background: #ea5514;
	color: #fff !important;
	font-size: clamp(13px, 1.4vw, 17px);
	font-weight: 600;
	line-height: 1.6;
	text-decoration: none;
	box-shadow: 0 2px 0 #111;
}

@media (max-width: 768px) {
	.summer2026-cta {
		width: 84%;
		max-width: 260px;
	}
}

.summer2026-cta--intro {
	--button-hover-color: #ff7b43;
}

.summer2026-cta--event {
	min-height: 58px;
	margin: 24px auto 0;
	border-width: 3px;
	background: #f05b32;
	box-shadow: 0 3px 0 #111;
	--button-hover-color: #ff7b43;
}

.summer2026-cta--special {
	min-height: 50px;
	border-width: 3px;
	background: #0069e2;
	box-shadow: 0 3px 0 #111;
	--button-hover-color: #2a8dff;
}

.summer2026-cta--schedule {
	min-height: 50px;
	margin: 30px auto 0;
	border-width: 3px;
	background: #f05b32;
	box-shadow: 0 3px 0 #111;
	--button-hover-color: #ff7b43;
}

.summer2026-cta--career {
	min-height: 50px;
	margin: -3rem auto 0;
	border-width: 3px;
	background: #00aeb5;
	box-shadow: 0 3px 0 #111;
	--button-hover-color: #36cfe7;
}

@media (max-width: 768px) {
	.summer2026-cta--career {
		margin: -1rem auto 0;
	}
}

@media (max-width: 480px) {
	.summer2026-cta--career {
		margin: 0 auto;
	}
}

.summer2026-cta--short {
	margin: 20px auto 0;
	background: #9894ca;
	--button-hover-color: #b0acd4;
}

.summer2026-cta--youtube {
	margin: 20px auto 0;
	background: #00aeb5;
	--button-hover-color: #36cfe7;
}

.summer2026-cta--alternate {
	min-height: 40px;
	margin: 20px auto 0;
	--button-hover-color: #ff7b43;
}

.summer2026-cta--support {
	min-height: 40px;
	background: #00b6d8;
	--button-hover-color: #36cfe7;
}

.summer2026-cta--beauty-link,
.summer2026-cta--fashion-link {
	width: 100%;
	max-width: 100%;
	min-height: 30px;
	border-width: 1px;
}

.summer2026-cta--beauty-link {
	background: #8189c3;
	--button-hover-color: #9ca3da;
}

.summer2026-cta--fashion-link {
	background: #007b38;
	--button-hover-color: #159b4f;
}

.summer2026-cta::before {
	position: absolute;
	inset: 0;
	z-index: -1;
	background: var(--button-hover-color, rgba(255, 255, 255, 0.24));
	content: "";
	transform: translateX(-101%);
	transition: transform 0.35s ease;
}

.summer2026-cta:hover::before {
	transform: translateX(0);
}

.summer2026-cta::after {
	content: "";
	display: inline-block;
	height: clamp(10px, 2vw, 16px);
	width: clamp(16px, 3vw, 26px);
	background: url("../2026/images/oc/summer/chevron.svg") no-repeat center /
		contain;
	vertical-align: middle;
}

.site-footer {
	width: 100%;
	background: #cf4c75;
}

.site-footer img {
	display: block;
	width: 100%;
	height: auto;
}

.event-tabs__detail-track .slick-track {
	display: flex;
}

.event-tabs__detail-track .slick-slide {
	height: auto;
}

@media (max-width: 768px) {
	.event-tabs__detail-track .slick-slide {
		margin-right: 14px;
	}
}
