@charset "utf-8";

#GHead {
	position: relative;
	z-index: 9000;
}

#Contents {
	padding-top: 0;
}

/*================================================================
# mv
================================================================ */
.mv {
	height: 1050px;
	background: url("/department/management/sports-management/img/mv_bg.png") no-repeat center top / 1920px auto;
	position: relative;
}

@media screen and (min-width: 1921px) {
	.mv {
		height: auto;
		background: url("/department/management/sports-management/img/mv_bg.png") no-repeat center top / contain;
		aspect-ratio: 1920 / 1050;
	}
}

.mv__box {
	width: 400px;
	height: 400px;
	margin: auto;
	padding: 10px;
	background: var(--gradient);
	box-shadow: 0 14px 9px rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 12%;
	left: 0;
	color: var(--white);
	text-align: center;
	box-sizing: border-box;
}

@media screen and (min-width: 1921px) {
	.mv__box {
		width: 18%;
		height: auto;
		aspect-ratio: 1 / 1;
	}
}

.mv__inner {
	width: 100%;
	height: 100%;
	padding: 0;
	border: 2px solid rgba(255, 255, 255, 0.95);
	display: flex;
	justify-content: center;
	align-items: center;
}

.mv__title .faculty {
	font-size: 30px;
	font-weight: 700;
	line-height: 1;
}

.mv__title h1 {
	margin: 24px 0 0;
	font-size: 59px;
	font-weight: 700;
	line-height: 1.2;
}

/*================================================================
# partners
================================================================ */
.partners {
	padding: 72px 0 110px;
	background: var(--white);
	overflow: hidden;
}

.partners__title {
	font-family: var(--mincho);
	font-size: 43px;
	font-weight: 800;
	line-height: 1.6;
	text-align: center;
	letter-spacing: 0.1em;
}

.partners__title span {
	width: 600px;
	margin: 0 auto;
	padding: 0 14px;
	position: relative;
	display: block;
	box-sizing: border-box;
	z-index: 0;
}

.partners__title span::before {
	height: 12px;
	background: linear-gradient(90deg, #a8e6e9 0%, #dce5f5 100%);
	position: absolute;
	content: "";
	right: 0;
	bottom: 8px;
	left: 0;
	z-index: -1;
	clip-path: polygon(0 0, 100% 0, 98% 100%, 2% 100%);
}

.partners__lead {
	margin: 92px 0 0;
	font-family: var(--mincho);
	font-size: 30px;
	font-weight: 700;
	line-height: 1.6;
	color: #00a2bd;
	text-align: center;
	letter-spacing: 0.03em;
}

.partners__slider {
	margin: 0;
}

.partners__slider .splide__track {
	overflow: visible;
}

.partners__slider .splide__list {
	align-items: center;
}

.partners__slider .splide__slide {
	width: 250px;
	height: 280px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
}

.partners__note {
	margin: 16px 0 0;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.8;
	text-align: center;
}

/*================================================================
# page-nav
================================================================ */
.page-nav-space {
	width: 100%;
	position: relative;
}

.page-nav {
	width: 100%;
	height: 103px;
	padding: 22px 0;
	background: var(--gradient);
	position: relative;
	color: var(--white);
	box-sizing: border-box;
	z-index: 100;
}

.page-nav.is-fixed {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1000;
}

.page-nav__inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.page-nav__title {
	padding: 0 56px 0 0;
	display: flex;
	flex-direction: column;
	flex-shrink: 0;
}

.page-nav__title .faculty {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: .04em;
}

.page-nav__title .course {
	margin: 2px 0 0;
	font-size: 23px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: .05em;
}

.page-nav__menu {
	display: flex;
	align-items: stretch;
}

.page-nav__link {
	width: 240px;
	padding: 0 0 3px;
	border-left: 1px solid rgba(255, 255, 255, .9);
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	transition: opacity .3s ease;
}

.page-nav__link:last-child {
	border-right: 1px solid rgba(255, 255, 255, .9);
}

.page-nav__link .ja {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: .18em;
}

.page-nav__link .en {
	margin: 4px 0 0;
	font-family: var(--text-en);
	font-size: 13px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: .1em;
}

.page-nav__title a {
	transition: opacity .3s ease;
}

.page-nav__title a:hover,
.page-nav__link:hover {
	opacity: .65;
}

/*================================================================
# topics
================================================================ */
.topics {
	padding: 128px 0 104px;
	position: relative;
	overflow: hidden;
}

.topics::before {
	width: calc(50vw + 440px);
	height: 318px;
	border-radius: 0 0 0 48px;
	background: linear-gradient(90deg, #c4edf1 0%, #dfe9f7 100%);
	position: absolute;
	content: "";
	top: 320px;
	right: 0;
}

.topics .wrap {
	position: relative;
	z-index: 1;
}

.topics__heading {
	display: flex;
	align-items: center;
	gap: 40px;
}

.topics h2.topics__title {
	font-family: var(--text-en);
	font-size: 50px;
	font-weight: 700;
	line-height: 50px;
	letter-spacing: 0.03em;
}

.topics__more {
	display: flex;
	align-items: center;
	letter-spacing: .08em;
	gap: 10px;
}

.topics__more .label {
	font-family: var(--text-en);
	font-size: 20px;
	font-weight: 400;
	line-height: 1;
}

.topics__more .arrow {
	width: 62px;
	height: 24px;
	position: relative;
	display: block;
	flex-shrink: 0;
}

.topics__more .arrow::before {
	width: 24px;
	height: 24px;
	border: 1px solid var(--black);
	border-radius: 50%;
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	box-sizing: border-box;
}

.topics__more .line {
	width: 30px;
	height: 1px;
	background: var(--black);
	position: absolute;
	top: 50%;
	left: 12px;
	display: block;
	transition: transform .35s ease;
	transform: translateY(-50%);
	transform-origin: left center;
}

.topics__more .line::after {
	width: 8px;
	height: 1px;
	background: var(--black);
	position: absolute;
	content: "";
	right: -1px;
	bottom: 0;
	transform: rotate(52deg);
	transform-origin: right center;
}

.topics__more:hover .line {
	transform: translate(6px, -50%);
}

.topics_wrap {
	margin: 16px 0 0;
}

.topics .pcInner,
.topics .spInner,
.topics .mainCont {
	width: 100%;
	margin: 0;
	padding: 0;
}

.topics .modTopics {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 32px;
}

.topics .modTopics::before,
.topics .modTopics::after {
	content: none;
	display: none;
}

.topics .modTopics>li {
	width: auto;
	min-width: 0;
	margin: 0;
	padding: 0;
	float: none;
}

.topics .modTopics>li>a {
	height: 100%;
	display: block;
}

.topics .modTopics_itemInner {
	height: 100%;
	display: flex;
	flex-direction: column;
}

.topics .modTopics_photo {
	width: 100%;
	margin: 0;
	background: #ccc;
	overflow: hidden;
	aspect-ratio: 500 / 306;
}

.topics .modTopics_photo img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.topics .modTopics_txtCol {
	padding: 10px 0 0;
}

.topics .modTopics_dateRow {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 8px;
}

.topics .modTopics_date {
	margin: 0;
	font-family: var(--text-en);
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.04em;
}

.topics .modGenre {
	min-width: 90px;
	margin: 0;
	padding: 4px 10px 5px;
	border-radius: 6px;
	display: inline-block;
	font-size: 13px;
	font-weight: 500;
	line-height: 1;
	color: var(--white);
	text-align: center;
	letter-spacing: 0.05em;
	box-sizing: border-box;
}

.topics .modTopics_tit {
	margin: 14px 0 0;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.65;
}

.topics .modTopics_depart {
	margin: 12px 0 0;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.7;
	color: #d95555;
}

.topics .modTopics a:hover .modTopics_photo img {
	transform: scale(1.04);
}

.topics .modArrowTxt01 {
	display: none;
}

/*================================================================
#
================================================================ */
.features {
	margin: 40px 0 0;
	padding: 240px 0 80px;
	background-color: var(--bg01);
	position: relative;
}

.features:before {
	width: 100%;
	height: 1410px;
	background: var(--white) url("../img/features_bg.png") no-repeat center top / 1920px auto;
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	z-index: 0;
}

@media screen and (min-width: 1921px) {
	.features:before {
		height: auto;
		background: var(--white) url("../img/features_bg.png") no-repeat center top / cover;
		aspect-ratio: 1920 / 1410;
	}
}

.features::after {
	width: 100%;
	height: 993px;
	pointer-events: none;
	background: url("/department/management/sports-management/img/features_bg02.png") no-repeat center top / 1920px auto;
	position: absolute;
	content: "";
	top: 50%;
	right: 0;
	left: 0;
	z-index: 0;
}

@media screen and (min-width: 1921px) {
	.features::after {
		height: auto;
		background: url("/department/management/sports-management/img/features_bg02.png") no-repeat center top / cover;
		aspect-ratio: 1920 / 993;
	}
}

.features .wrap {
	position: relative;
	z-index: 1;
}

.features__heading {
	margin: 0 0 -40px;
	text-align: center;
}

.features__heading h2 {
	font-family: var(--text-en);
	font-size: 60px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: .05em;
}

.features__heading p {
	margin: 16px 0 0;
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
	color: var(--primary);
	letter-spacing: .05em;
}

.features__panel {
	margin: 180px auto 0;
	padding: 40px 64px 64px;
	border: 3px solid var(--white);
	border-radius: 0 25px 25px;
	background: var(--white);
	position: relative;
	box-sizing: border-box;
}

.features__title {
	width: 548px;
	min-height: 92px;
	padding: 20px 48px 24px 28px;
	background: var(--white);
	position: absolute;
	top: -92px;
	left: -3px;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	gap: 8px;
	clip-path: path("M25 0 H492 Q504 0 512 12 L548 92 H0 V25 Q0 0 25 0 Z");
}

.features__title .number {
	width: 64px;
	margin: 0;
	flex-shrink: 0;
	font-family: var(--text-en);
	font-size: 62px;
	font-weight: 700;
	line-height: 50px;
	color: var(--black);
	letter-spacing: .02em;
}

.features__title h3 {
	width: calc(100% - 64px);
	padding: 0;
	text-align: center;
}

.features__title h3 span {
	background: linear-gradient(90deg, #009fb9 0%, #009fb9 58%, #91a9dc 100%);
	-webkit-background-clip: text;
	background-clip: text;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-family: var(--mincho);
	font-size: 30px;
	font-weight: 700;
	line-height: 1.5;
	color: transparent;
	text-align: center;
	letter-spacing: .04em;
}

.features__title h3 small {
	font-size: 16px;
	letter-spacing: 0;
}

.features__overview {
	margin: 0;
	padding: 0 0 26px;
	border-bottom: 1px solid var(--primary);
	display: grid;
	align-items: center;
	grid-template-columns: 88px 1fr;
	gap: 32px;
}

.features__overview .label {
	width: 88px;
	height: 88px;
	margin: 0;
	border: 1px solid var(--primary);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.35;
	color: var(--primary);
	text-align: center;
}

.features .text {
	margin: 0;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.8;
	letter-spacing: .05em;
}

.features__list {
	margin: 34px 0 0;
}

.features__item {
	display: grid;
	align-items: start;
	grid-template-columns: 1fr 400px;
	gap: 32px;
}

.features__item+.features__item {
	margin: 50px 0 0;
}

.features__item-title {
	display: flex;
	align-items: center;
	gap: 12px;
}

.features__item-title .place {
	width: 72px;
	height: 45px;
	padding: 8px 10px 10px;
	background: var(--black);
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 0 0 72px;
	font-family: var(--mincho);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.35;
	color: var(--white);
	text-align: center;
	box-sizing: border-box;
}

.features__item-title h4 {
	flex: 1 1 0;
	font-family: var(--mincho);
	font-size: 18px;
	font-weight: 800;
	line-height: 1.6;
	color: var(--primary);
	letter-spacing: 0;
}

.features__body>.text {
	margin: 16px 0 0;
}

.features__item img {
	width: 100%;
	display: block;
}

.features__item figcaption {
	margin: 2px 0 0;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.6;
	letter-spacing: .02em;
}

.features__slider {
	width: 400px;
	padding: 0 0 28px;
}

.features__slider .splide__track {
	overflow: hidden;
}

.features__slider .splide__slide {
	width: 100%;
	overflow: hidden;
}

.features__slider .splide__slide img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.features__slider .splide__pagination {
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	bottom: 4px;
	left: auto;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 7px;
}

.features__slider .splide__pagination li {
	height: 10px;
	display: flex;
	align-items: center;
}

.features__slider .splide__pagination__page {
	width: 10px;
	height: 10px;
	margin: 0;
	padding: 0;
	opacity: 1;
	border: 1px solid var(--gray03);
	border-radius: 50%;
	background: var(--white);
	box-sizing: border-box;
	transition: background-color .3s ease;
	transform: none;
}

.features__slider .splide__pagination__page.is-active {
	background: var(--gray03);
	transform: none;
}

.features__voice {
	width: 264px;
	min-height: 58px;
	margin: 24px 0 0;
	padding: 8px 36px 10px 28px;
	cursor: pointer;
	border: 0;
	border-radius: 40px;
	background: linear-gradient(90deg, #00a0b7 0%, #19a4bd 55%, #8ba8d9 100%);
	display: flex;
	align-items: center;
	overflow: hidden;
	color: var(--white);
	box-sizing: border-box;
	transition: filter .3s ease;
}

.features__voice strong {
	font-family: var(--text-en);
	font-size: 40px;
	font-weight: 700;
	line-height: 1;
	color: var(--white);
	letter-spacing: .05em;
}

.features__voice span {
	margin: 0 0 0 14px;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	color: var(--white);
	white-space: nowrap;
}

.features__voice i {
	width: 24px;
	height: 24px;
	margin: 0 0 0 auto;
	border: 1px solid var(--white);
	border-radius: 50%;
	position: relative;
	flex-shrink: 0;
	color: var(--white);
	box-sizing: border-box;
}

.features__voice i::before {
	width: 24px;
	height: 1px;
	background: var(--white);
	position: absolute;
	content: "";
	top: 50%;
	left: 12px;
	transition: transform .3s ease;
	transform: translateY(-50%);
}

.features__voice i::after {
	width: 8px;
	height: 1px;
	background: var(--white);
	position: absolute;
	content: "";
	top: 50%;
	right: -14px;
	transition: transform .3s ease;
	transform: translateY(-50%) rotate(52deg);
	transform-origin: right center;
}

.features__voice:hover {
	filter: brightness(1.08);
}

.features__voice:hover i::before {
	transform: translate(5px, -50%);
}

.features__voice:hover i::after {
	transform: translate(5px, -50%) rotate(52deg);
}

/*================================================================
# features 02
================================================================ */
.features__panel__02 {
	background: transparent;
}

.features__panel__02 .features__item {
	display: grid;
	align-items: start;
	grid-template-columns: auto 615px;
	gap: 24px;
}


.features__panel__02 .features__internship-media {
	display: grid;
	align-items: start;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
}


.features__panel__02 .features__item:first-child .features__internship-media {
	grid-template-columns: 1.45fr .95fr;
}


.features__panel__02 .features__internship-image {
	margin: 0;
}


.features__panel__02 .features__internship-image img {
	width: 100%;
	height: 350px;
	display: block;
	object-fit: cover;
}


.features__panel__02 .features__item:first-child .features__internship-image img {
	height: 330px;
}


.features__panel__02 .features__panel__02 .features__body>.text {
	margin: 16px 0 0;
	line-height: 2.1;
}


.features__panel__02 .features__panel__02 .features__item-title h4 {
	font-size: 20px;
	line-height: 1.55;
}


.features__panel__02 .voice-modal__panel--single {
	max-width: 576px;
}


.features__panel__02 .voice-modal__panel--single .voice-modal__list {
	display: block;
}


.features__panel__02 .voice-modal__panel--single .voice-modal__list::before {
	display: none;
}


.features__panel__02 .voice-modal__panel--single .voice-modal__item {
	max-width: 500px;
	margin: 0 auto;
}

/*================================================================
# features 03
================================================================ */
.features__panel__03 .features__item {
	display: grid;
	align-items: start;
	grid-template-columns: auto 615px;
	gap: 24px;
}

.features__panel__03 .text {
	line-height: 2;
}

.features__experience-gallery {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
}

.features__experience-image {
	margin: 0;
}

.features__experience-image img {
	width: 100%;
	height: 205px;
	display: block;
	object-fit: cover;
}

.features__experience-voice {
	min-height: 210px;
	margin: 32px 0 0;
	padding: 20px 190px 20px 220px;
	border-radius: 110px;
	background: linear-gradient(90deg, #009fb9 0%, #20a4bc 56%, #8aa9da 82%);
	position: relative;
	display: flex;
	align-items: center;
	color: var(--white);
	box-sizing: border-box;
}

.features__experience-person {
	width: 210px;
	height: 210px;
	margin: 0;
	border: 8px solid var(--primary);
	border-radius: 50%;
	background: var(--white);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	box-sizing: border-box;
}

.features__experience-person img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.features__experience-comment {
	position: relative;
	z-index: 1;
}

.features__experience-comment>p {
	margin: 0;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.9;
	letter-spacing: .03em;
}

.features__experience-comment .profile {
	margin: 8px 0 0;
	display: flex;
	align-items: center;
	gap: 16px;
}

.features__experience-comment .profile strong,
.features__experience-comment .profile span {
	font-size: 15px;
	font-weight: 700;
	line-height: 1.5;
}

.features__experience-voice-label {
	width: 176px;
	height: 100%;
	border-radius: 0 110px 110px 0;
	background: var(--black);
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	color: var(--white);
}

.features__experience-voice-label strong {
	font-family: var(--text-en);
	font-size: 42px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: .04em;
}

.features__experience-voice-label span {
	margin: 10px 0 0;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
}

/*================================================================
# features 04
================================================================ */
.features__panel__04 {
	background: transparent;
}

.features__panel__04 .features__item {
	grid-template-columns: 330px 1fr;
	gap: 28px;
}

.features__pbl-lead .text {
	line-height: 2;
}

.features__pbl-gallery {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
}

.features__pbl-gallery figure {
	margin: 0;
}

.features__pbl-gallery img {
	width: 100%;
	height: 180px;
	object-fit: cover;
}

.features__panel__04 .features__experience-voice {
	margin: 32px 0 0;
}

/*================================================================
# features 05
================================================================ */
.features__seminar-lead {
	margin: 0;
	font-family: var(--mincho);
	font-size: 18px;
	font-weight: 700;
	line-height: 1.6;
	color: var(--primary);
	letter-spacing: .04em;
}

.features__seminar-grid {
	margin: 24px 0 0;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	column-gap: 40px;
	row-gap: 48px;
}

.features__seminar-item {
	min-width: 0;
}

.features__seminar-head {
	padding: 0 0 0 8px;
	border-left: 6px solid var(--black);
}

.features__seminar-item h4 {
	margin: 0;
	font-family: var(--mincho);
	font-size: 23px;
	font-weight: 800;
	line-height: 1.35;
	color: var(--primary);
	letter-spacing: 0;
}

.features__seminar-item:nth-child(5) h4 {
	letter-spacing: -0.05em;
}

.features__seminar-tags {
	margin: 4px 0 0;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.6;
	color: var(--gray03);
	letter-spacing: 0;
}

.features__seminar-item .text {
	margin: 8px 0 0;
	font-size: 14px;
	line-height: 1.8;
	letter-spacing: .02em;
}

/*================================================================
# features 06
================================================================ */
.features__panel__06 {
	background: transparent;
}

/*================================================================
# features career slider
================================================================ */
.features__career-slider {
	padding: 0 0 56px;
}

.features__career-slider .splide__track {
	overflow: hidden;
}

.features__career-slider .splide__list {
	align-items: stretch;
}

.features__career-slider .splide__slide {
	height: auto;
}

.features__career-page {
	height: 100%;
	position: relative;
	display: flex;
	align-items: center;
	gap: 80px;
}

.features__career-page::before {
	width: 3px;
	height: 100%;
	margin: auto;
	background-color: var(--white);
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	left: 0;
	display: block;
}

.features__career-card {
	width: calc(50% - 40px);
	padding: 0;
	box-sizing: border-box;
}

.features__career-card-head {
	display: grid;
	align-items: center;
	grid-template-columns: 130px 1fr;
	gap: 30px;
}

.features__career-image {
	width: 130px;
	height: 163px;
	margin: 0;
	border-radius: 50%;
	overflow: hidden;
}

.features__career-image img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.features__career-body {
	min-width: 0;
}

.features__career-company {
	width: fit-content;
	margin: 0;
	padding: 2px 8px 3px;
	background: var(--black);
	font-size: 16px;
	font-weight: 700;
	line-height: 1.3;
	color: var(--white);
}

.features__panel__06 h4 {
	margin: 18px 0 0;
	font-size: 23px;
	font-weight: 800;
	line-height: 1.45;
	color: var(--primary);
	letter-spacing: .01em;
}

.features__career-profile {
	margin: 14px 0 0;
	display: flex;
	flex-direction: column;
}

.features__career-profile strong,
.features__career-profile span {
	font-size: 13px;
	font-weight: 700;
	line-height: 1.5;
}

.features__career-text {
	margin: 40px 0 0;
	font-size: 15px;
	font-weight: 400;
	line-height: 2;
	letter-spacing: .03em;
}

.features__career-page--main {
	display: block;
}

.features__career-main {
	display: grid;
	align-items: start;
	grid-template-columns: 218px 1fr;
	column-gap: 24px;
}

.features__career-page.features__career-page--main::before {
	display: none;
}

.features__career-main-image {
	width: 218px;
	height: 160px;
	margin: 0;
	border-radius: 18px;
	overflow: hidden;
}

.features__career-main-image img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.features__career-main-head {
	padding: 0;
}

.features__career-main-label {
	display: flex;
	align-items: center;
	gap: 14px;
}

.features__career-main-label>p:first-child {
	margin: 0;
	font-family: var(--mincho);
	font-size: 22px;
	font-weight: 800;
	line-height: 1.4;
}

.features__career-main-head .features__career-profile {
	margin: 22px 0 0;
}

.features__career-main-text {
	margin: 32px 0 0;
	font-size: 15px;
	font-weight: 400;
	line-height: 2;
	letter-spacing: .03em;
	grid-column: 1 / -1;
}

.features__career-slider .splide__arrow {
	width: 44px;
	height: 44px;
	opacity: 1;
	border: 1px solid var(--gray03);
	border-radius: 50%;
	background: transparent;
	top: auto;
	bottom: 0;
	transition: background-color .3s ease, color .3s ease;
	transform: none;
}

.features__career-slider .splide__arrow--prev {
	left: 0;
}

.features__career-slider .splide__arrow--next {
	right: 0;
}

.features__career-slider .splide__arrow svg {
	width: 14px;
	height: 14px;
	transition: fill .3s ease;
	fill: var(--gray03);
}

.features__career-slider .splide__arrow:hover {
	background: var(--gray03);
}

.features__career-slider .splide__arrow:hover svg {
	fill: var(--white);
}

.features__career-slider .splide__pagination {
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	bottom: 16px;
	left: 0;
	gap: 8px;
}

.features__career-slider .splide__pagination__page {
	width: 10px;
	height: 10px;
	margin: 0;
	padding: 0;
	opacity: 1;
	border: 1px solid var(--gray03);
	border-radius: 50%;
	background: transparent;
	transform: none;
}

.features__career-slider .splide__pagination__page.is-active {
	background: var(--gray03);
	transform: none;
}


/*
------------------------------------------------------ */
.features__career-accordion {
	margin: 40px 0 0;
	border-radius: 20px;
	background: var(--gradient);
	overflow: hidden;
	color: var(--white);
}

.features__career-trigger {
	width: 100%;
	padding: 20px 20px 20px 28px;
	cursor: pointer;
	border: 0;
	background: transparent;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.5;
	color: var(--white);
	text-align: left;
	box-sizing: border-box;
}

.features__career-trigger i {
	width: 31px;
	height: 14px;
	position: relative;
	flex-shrink: 0;
	transition: transform .3s ease;
	transform: rotate(180deg);
}

.features__career-trigger i::before,
.features__career-trigger i::after {
	width: 16px;
	height: 1px;
	background: var(--white);
	position: absolute;
	content: "";
	top: 2px;
}

.features__career-trigger i::before {
	left: 0;
	transform: rotate(-42deg);
	transform-origin: right center;
}

.features__career-trigger i::after {
	right: 0;
	transform: rotate(42deg);
	transform-origin: left center;
}

.features__career-accordion.is-open .features__career-trigger i {
	transform: rotate(0);
}

.features__career-content {
	height: 0;
	overflow: hidden;
	transition: height .4s ease;
}

.features__career-content-inner {
	padding: 0 32px 28px;
	position: relative;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 48px;
}

.features__career-column {
	display: flex;
	flex-direction: column;
	gap: 22px;
}

.features__career-group h4 {
	margin: 0;
	padding: 3px 8px 4px;
	background: var(--black);
	font-family: var(--mincho);
	font-size: 16px;
	font-weight: 700;
	line-height: 1.3;
	color: var(--white);
}

.features__career-group p {
	margin: 8px 0 0;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.9;
	letter-spacing: .02em;
}

.features__career-note {
	margin: 0;
	position: absolute;
	right: 32px;
	bottom: 20px;
	font-size: 12px;
	font-weight: 700;
}

/*================================================================
# voice modal
================================================================ */
.voice-modal {
	width: 100%;
	height: 100%;
	opacity: 0;
	position: fixed;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	visibility: hidden;
	z-index: 10000;
	transition: visibility .3s ease, opacity .3s ease;
}

.voice-modal.is-open {
	opacity: 1;
	visibility: visible;
}

.voice-modal__overlay {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .8);
	position: absolute;
	top: 0;
	left: 0;
}

.voice-modal__panel {
	width: calc(100% - 80px);
	max-width: 1115px;
	padding: 70px;
	border-radius: 28px;
	background: var(--bg01);
	position: relative;
	box-sizing: border-box;
	transition: transform .3s ease;
	transform: translateY(24px);
}

.voice-modal.is-open .voice-modal__panel {
	transform: translateY(0);
}

.voice-modal__title {
	width: 285px;
	margin: 0;
	pointer-events: none;
	position: absolute;
	top: -28px;
	left: 28px;
	font-family: var(--text-en);
	font-size: 94px;
	font-weight: 400;
	line-height: 1;
	color: transparent;
	letter-spacing: .04em;
	-webkit-text-stroke: 1px var(--white);
}

.voice-modal__list {
	position: relative;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 100px;
}

.voice-modal__list:before {
	width: 3px;
	height: 100%;
	margin: auto;
	background-color: var(--primary);
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.voice-modal__item {
	padding: 0;
	display: grid;
	align-items: start;
	grid-template-columns: 130px 1fr;
	gap: 24px;
}

.voice-modal__image {
	width: 130px;
	margin: 0;
	border-radius: 50%;
	overflow: hidden;
}

.voice-modal__image img {
	width: 100%;
	height: auto;
}

.voice-modal__body {
	min-width: 0;
}

.voice-modal__profile {
	margin: 0;
	padding: 0 0 0 8px;
	border-left: 8px solid var(--primary);
	display: flex;
	flex-direction: column;
}

.voice-modal__profile strong {
	font-size: 13px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: .03em;
}

.voice-modal__profile span {
	font-size: 13px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: .03em;
}

.voice-modal__text {
	margin: 16px 0 0;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.8;
	letter-spacing: .04em;
}

.voice-modal__close {
	width: 200px;
	margin: auto;
	padding: 14px 24px 15px;
	cursor: pointer;
	border: 0;
	border-radius: 32px;
	background: var(--primary);
	position: absolute;
	right: 0;
	bottom: -24px;
	left: 0;
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
	color: var(--white);
	transition: filter .3s ease;
}

.voice-modal__close:hover {
	filter: brightness(1.1);
}

body.is-voice-modal-open {
	overflow: hidden;
}

/*================================================================
# movie
================================================================ */
.movie {
	padding: 220px 0 96px;
	background: var(--white);
	position: relative;
	overflow: hidden;
}

.movie::before {
	width: 100%;
	height: 871px;
	pointer-events: none;
	background: var(--bg01) url("../img/movie_bg.png") no-repeat center top / 1920px auto;
	position: absolute;
	content: "";
	top: 0;
	left: 0;
}

@media screen and (min-width: 1921px) {
	.movie::before {
		height: auto;
		background-size: cover;
		aspect-ratio: 1920 / 871;
	}
}

.movie__title {
	position: relative;
	font-family: var(--text-en);
	font-size: 50px;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	letter-spacing: .05em;
	z-index: 1;
}

.movie__slider {
	margin: 48px 0 0;
	position: relative;
	z-index: 1;
}

.movie__slider .splide__slide {
	max-width: 634px;
}

.movie__media {
	width: 100%;
	background: var(--black);
	overflow: hidden;
	aspect-ratio: 16 / 9;
}

.movie__media iframe {
	width: 100%;
	height: 100%;
	display: block;
}

.movie__slider .splide__arrow {
	width: 51px;
	height: 51px;
	padding: 0;
	border: 0;
	background: transparent;
	top: 50%;
	transform: translateY(-50%);
}

.movie__slider .splide__arrow--prev {
	left: calc(50% - 365px);
}

.movie__slider .splide__arrow--next {
	right: calc(50% - 365px);
}

.movie__slider .splide__arrow svg {
	width: 51px;
	height: 51px;
	display: block;
	overflow: visible;
}

.movie__slider .splide__arrow--prev svg {
	transform: rotate(180deg);
}

.movie__slider .splide__arrow .arrow-shape {
	fill: var(--primary);
}

.movie__slider .splide__arrow:hover .arrow-shape {
	fill: var(--white);
}

.movie__slider .splide__arrow:hover {
	border-radius: 50%;
	background: var(--primary);
}

.movie__slider .splide__pagination {
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	bottom: -48px;
	left: 0;
	gap: 4px;
}

.movie__slider .splide__pagination__page {
	width: 13px;
	height: 13px;
	margin: 0;
	padding: 0;
	opacity: 1;
	border: 1px solid var(--primary);
	border-radius: 50%;
	background: var(--white);
	transform: none;
}

.movie__slider .splide__pagination__page.is-active {
	background: var(--primary);
	transform: none;
}