/* ------------------
lead
-------------------- */

.lead {
	padding-block: 50px;
	font-size: calc(1.8rem / 1.6);
	font-weight: 700;
	line-height: calc(32 / 18);
}

@media (width >= 751px) {
	/* PC */

	.lead {
		padding-block: 80px;
	}
} /* @media */

/* ------------------
page-link
-------------------- */

.page-link {
	margin-bottom: 60px;
}

.page-link li + li {
	margin-top: 24px;
}

.page-link li a {
	position: relative;
	display: block;
	padding: 14px 10px 35px;
	font-size: calc(2rem / 1.6);
	font-weight: 700;
	color: #fff;
	text-align: center;
	background: linear-gradient(90deg, #2169be, #185096, #113d78);
	border-radius: 10px;
}

.page-link li a::after {
	position: absolute;
	bottom: 12px;
	left: calc(50% - 10px);
	width: 20px;
	height: 18px;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	content: "";
	background: #fff;
}

@media (width >= 751px) {
	/* PC */

	.page-link {
		display: flex;
		gap: 0 60px;
		margin-bottom: 110px;
	}

	.page-link li {
		width: 100%;
	}

	.page-link li + li {
		margin-top: 0;
	}

	.page-link li a {
		font-size: calc(2.4rem / 1.6);
	}

	.page-link li a::after {
		left: calc(50% - 14px);
		width: 28px;
		height: 24px;
	}
} /* @media */

/* ------------------
section
-------------------- */

.section {
	scroll-margin-top: 90px;
}

.section + .section {
	margin-top: 70px;
}

.section .title {
	padding: 10px 20px;
	margin-bottom: 30px;
	font-size: calc(2.6rem / 1.6);
	font-weight: 700;
	color: #fff;
	background: #1c326f;
}

.section .sub-title {
	margin-bottom: 20px;
	font-size: calc(2rem / 1.6);
	font-weight: 700;
}

@media (width >= 751px) {
	/* PC */

	.section {
		scroll-margin-top: 150px;
	}

	.section + .section {
		margin-top: 200px;
	}

	.section .title {
		padding: 0 10px;
		margin-bottom: 60px;
		font-size: calc(2.8rem / 1.6);
		line-height: 1.4;
	}

	.section .lead {
		margin-bottom: 20px;
		font-size: calc(2rem / 1.6);
	}
} /* @media */

/* ------------------
event
-------------------- */

.event {
	padding-inline: 20px;
}

.event .box {
	position: relative;
	padding: 60px 20px 20px;
	background: #f5f5ee;
}

.event .box .icon {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	padding: 5px 16px;
	font-size: calc(1.8rem / 1.6);
	font-weight: 700;
	color: #fff;
	background: var(--blue);
	border-radius: 0 0 10px;
}

.event .box .inner {
	padding-top: 24px;
}

.event .box h3 {
	margin-bottom: 10px;
	font-size: calc(2.8rem / 1.6);
	font-weight: 700;
}

.event .box .text {
	margin-bottom: 20px;
	font-size: calc(1.6rem / 1.6);
	line-height: calc(28 / 16);
}

.event .box .text a {
	color: var(--blue);
	text-decoration: underline;
}

.event .box .text a[target="_blank"]::after {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 0 4px 4px;
	vertical-align: middle;
	content: "";
	background: url(/shared/corporate_opt/images/new_window_icon2024.svg)
		no-repeat 50% / cover;
}

.event .box .text a:hover {
	text-decoration: none;
}

.event .box .text ol {
	list-style-type: "";
}

.event .box .text ul {
	margin-left: 1.5em;
	list-style-type: disc;
}

.event .box h4 {
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-size: calc(1.6rem / 1.6);
	font-weight: 700;
	line-height: calc(28 / 16);
	border-bottom: 1px solid var(--blue);
}

.event .box .btn {
	display: block;
	padding: 12px 10px;
	font-size: calc(1.6rem / 1.6);
	font-weight: 700;
	color: #fff;
	text-align: center;
	background: linear-gradient(90deg, #2169be, #185096, #113d78);
	border-radius: 5px;
}

.event .box .btn[target="_blank"]::after {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 0 4px 4px;
	vertical-align: middle;
	content: "";
	background: url(/shared/corporate_opt/images/new_window_icon2024.svg)
		no-repeat 50% / cover;
	filter: var(--filter-white);
}

@media (width >= 751px) {
	/* PC */

	.event {
		max-width: 1378px;
		margin-inline: auto;
	}

	.event .box {
		display: flex;
		gap: 0 40px;
		align-items: start;
		padding: 50px 20px 17px;
	}

	.event .box .icon {
		min-width: 190px;
		padding: 2px 10px;
	}

	.event .box .inner {
		padding-top: 0;
	}

	.event .box img {
		width: calc(322 / 1338 * 100%);
		padding-top: 0;
	}

	.event .box h3 {
		margin-block: -8px 20px;
		font-size: calc(3.2rem / 1.6);
	}

	.event .box .text {
		line-height: calc(26 / 16);
	}

	.event .box .detail {
		display: flex;
		flex-wrap: wrap;
		gap: 0 70px;
	}

	.event .box .detail .set {
		min-width: 244px;
	}

	.event .box .detail h4 {
		padding-bottom: 5px;
		margin-bottom: 5px;
	}

	.event .box .detail p {
		margin-bottom: 25px;
		font-size: calc(1.8rem / 1.6);
	}

	.event .box .btn {
		display: inline-block;
		padding: 0 25px;
		margin-left: calc(200 / 1500 * 100vw);
		letter-spacing: 0.08em;
	}
} /* @media */

/* ------------------
search
-------------------- */

.search {
	padding: 20px;
	margin-inline: -20px;
	background: #e6eef1;
}

.search h4 {
	font-size: calc(2.4rem / 1.6);
	font-weight: 600;
	color: #00387d;
}

.search .item {
	padding-block: 30px;
	border-bottom: 1px dashed #fff;
}

.search h5 {
	margin-bottom: 10px;
	font-size: calc(1.6rem / 1.6);
	font-weight: 700;
}

.search h5::after {
	content: "：";
}

.search ul {
	display: inline-flex;
	flex-wrap: wrap;
	gap: 20px 10px;
}

.search ul li button {
	padding: 4px 10px;
	font-size: calc(1.6rem / 1.6);
	font-weight: 400;
	color: #4d4d4d;
	background: #fff;
	border-radius: 3em;
}

.search ul li button.is-active {
	color: #fff;
	background: #4d4d4d;
}

.search .btn-more {
	margin-top: 30px;
	font-size: calc(1.6rem / 1.6);
	font-weight: 700;
	color: var(--blue);
	text-align: center;
}

.search .item.js-more-content {
	max-height: 0;
	padding: 0;
	overflow: hidden;
	opacity: 0;
	transform: translateY(10px);
}

.search .js-more-content.is-open {
	max-height: 1000px;
	padding-block: 30px;
	opacity: 1;
	transform: translateY(0);
}

.search .btn-clear-all {
	padding: 10px;
	margin-top: 40px;
	font-size: calc(1.4rem / 1.6);
	font-weight: 400;
	color: #4d4d4d;
	text-align: center;
	background: #fff;
	border: 1px solid #707070;
	border-radius: 3em;
}

.search .btn-clear-all span {
	position: relative;
	display: inline-block;
	padding-left: 30px;
}

.search .btn-clear-all span::before,
.search .btn-clear-all span::after {
	position: absolute;
	top: 50%;
	left: 0;
	width: 16px;
	height: 1px;
	content: "";
	background: #4d4d4d;
}

.search .btn-clear-all span::before {
	transform: rotate(-45deg);
}

.search .btn-clear-all span::after {
	transform: rotate(45deg);
}

@media (width >= 751px) {
	/* PC */

	.search {
		position: relative;
		padding: 35px 50px;
		margin-inline: 0;
	}

	.search .item {
		display: flex;
		gap: 0 20px;
		padding-block: 24px;
	}

	.search h5 {
		position: relative;
		width: 110px;
		margin-bottom: 0;
		letter-spacing: 0.1em;
	}

	.search h5::after {
		position: absolute;
		top: 0;
		right: 0;
		content: "：";
	}

	.search ul {
		flex: 1;
		gap: 16px;
	}

	.search ul li button {
		padding: 0 10px;
	}

	.search .btn-more + .item {
		border-bottom: none;
	}

	.search .item.js-more-content {
		max-height: none;
		padding-block: 30px;
		overflow: visible;
		opacity: 1;
		transform: translateY(0);
	}

	.search .js-more-content.is-open {
		max-height: none;
	}

	.search .btn-clear-all {
		position: absolute;
		top: 37px;
		right: 50px;
		display: inline-block;
		width: auto;
		padding: 0 10px;
		margin-top: 0;
		font-size: calc(1.6rem / 1.6);
	}
} /* @media */

/* ------------------
results
-------------------- */

.results {
	padding-block: 60px;
}

.results .box + .box {
	margin-top: 30px;
}

.results .box h3 {
	font-size: calc(2rem / 1.6);
	line-height: calc(28 / 20);
}

@media (width >= 751px) {
	/* PC */

	.results {
		padding-block: 80px;
	}

	.results .box + .box {
		margin-top: 40px;
	}

	.results .box h3 {
		margin-top: -3px;
	}

	.results .detail .set:nth-child(1) {
		min-width: 324px;
	}

	.results .detail .set:nth-child(2) {
		min-width: 250px;
	}

	.results .detail .set:nth-child(3) {
		min-width: 210px;
	}
} /* @media */

/* ------------------
movie
-------------------- */

.movie li {
	margin-bottom: 20px;
}

@media (width >= 751px) {
	/* PC */

	.movie {
		display: flex;
		gap: 0 calc(100 / 1500 * 100vw);
	}

	.movie {
		display: flex;
		gap: 0 calc(100 / 1500 * 100vw);
	}

	.movie li {
		width: 100%;
	}
} /* @media */
