/* ------------------
page-title
-------------------- */

.page-title h1 .en {
	font-weight: 400;
}

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

	.page-title h1 .en {
		font-size: calc(4.4rem / 1.6);
	}

	.page-title img {
		height: 256px;
	}
} /* @media */

@media (width <= 1000px) and (width >= 751px) {
	/* TABLET */

	.page-title h1 {
		top: 50%;
		left: 0;
		width: 100%;
		padding-inline: 0;
		text-align: center;
	}
} /* @media */

/* ------------------
intro
-------------------- */

.intro {
	padding: 50px 20px;
}

.intro h2 {
	margin-bottom: 30px;
	font-size: calc(2.4rem / 1.6);
}

.intro p {
	font-size: calc(1.8rem / 1.6);
}

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

	.intro {
		max-width: 1200px;
		padding: 100px 50px;
		margin: 0 auto;
	}
} /* @media */

/* ------------------
keyword
-------------------- */

.keyword {
	margin-bottom: 20px;
}

.keyword .inner {
	padding: 20px;
	background: #e6eef1;
}

.keyword h2 {
	margin-bottom: 30px;
	font-size: calc(2.4rem / 1.6);
	color: #00387d;
}

.keyword .item {
	padding-bottom: 25px;
	margin-bottom: 30px;
	border-bottom: 1px dashed #fff;
}

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

.keyword .list {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	color: #4d4d4d;
}

.keyword .list button {
	width: auto;
	padding-inline: 6px;
	font-size: calc(1.6rem / 1.6);
	font-weight: 400;
	background: #fff;
	border-radius: 3em;
}

.keyword .list button.is-active {
	color: #fff;
	background: var(--blue);
}

.keyword .list span {
	margin-left: -10px;
}

.keyword .btn-reset {
	padding: 11px;
	font-size: calc(1.4rem / 1.6);
	font-weight: 400;
	color: #4d4d4d;
	text-align: center;
	background: #fff;
	border: 1px solid #4d4d4d;
	border-radius: 3em;
}

.keyword .btn-reset span {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	margin-left: -20px;
}

.keyword .btn-reset span::before {
	position: absolute;
	top: calc(50% - 6px);
	left: 0;
	width: 12px;
	height: 12px;
	content: "";
	background: url(/jp-ja/recruit/people/img/icon_reset.svg) no-repeat 50% /
		cover;
}

.keyword .btn-more {
	display: block;
	margin: 0 auto 40px;
	font-size: calc(1.6rem / 1.6);
	font-weight: 700;
	color: var(--blue);
	text-align: center;
}

.keyword .btn-more[aria-expanded="true"] {
	display: none;
}

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

	.keyword {
		max-width: 1200px;
		padding: 0 50px;
		margin: 0 auto 60px;
	}

	.keyword .inner {
		position: relative;
		padding: 37px 50px 20px;
	}

	.keyword h2 {
		margin-bottom: 30px;
	}

	.keyword .item {
		display: flex;
		padding: 25px 0;
		margin-bottom: 0;
	}

	.keyword .item:last-child {
		border-bottom: none;
	}

	.keyword .item h3 {
		width: 7em;
		margin: 0 1em 0 0;
		text-align: justify;
	}

	.keyword .list {
		flex: 1;
	}

	.keyword .list button {
		padding-inline: 12px;
	}

	.keyword .btn-reset {
		position: absolute;
		top: 37px;
		right: 40px;
		width: 184px;
		padding: 2px 18px;
		font-size: calc(1.6rem / 1.6);
	}

	.keyword .btn-reset span {
		padding-left: 28px;
	}

	.keyword .btn-reset span::before {
		top: calc(50% - 7px);
		width: 14px;
		height: 14px;
	}

	.keyword .btn-more {
		display: none;
	}

	.keyword .js-target {
		display: block;
	}
} /* @media */

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

.results {
	padding: 20px 20px 30px;
}

.results .item + .item {
	border-top: 1px dashed #707070;
}

.results .item a {
	display: flex;
	gap: 0 16px;
	align-items: start;
	padding: 36px 0;
}

.recruit-contents a.disabled:hover {
	opacity: 1;
}

.results .item a.disabled .img {
	position: relative;
}

.results .item a.disabled .img::before {
	position: absolute;
	inset: 0;
	content: "";
	background: rgb(0 0 0 / 40%);
}

.results .item a.disabled .img::after {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	font-size: calc(1.2rem / 1.6);
	font-weight: 700;
	color: #fff;
	text-align: center;
	content: "Coming Soon";
	transform: translateY(-50%);
}

.results .item .img {
	width: min(124px, calc(124 / 350 * 100%));
}

.results .item img {
	vertical-align: top;
}

.results .item .set {
	flex: 1;
}

.results .item .title {
	margin-bottom: 6px;
	font-size: calc(1.7rem / 1.6);
	font-weight: 700;
	line-height: calc(26 / 17);
}

.results .item .tag.type01 {
	display: inline-block;
	padding: 0 6px;
	margin-bottom: 6px;
	font-size: calc(1.3rem / 1.6);
	font-weight: 700;
	color: #fff;
	background: linear-gradient(45deg, #006acc, #1c326f);
	border-radius: 4px;
}

.results .item .tag.type02 {
	font-size: calc(1.3rem / 1.6);
	font-weight: 700;
	color: var(--blue);
}

.results .item .tag.type03 {
	display: flex;
	flex-wrap: wrap;
	gap: 0 1em;
	padding: 0;
	font-size: calc(1.4rem / 1.6);
	font-weight: 400;
}

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

	.results {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 53px 45px;
		max-width: 1200px;
		padding: 0 50px 90px;
		margin: 0 auto;
		clear: right;
	}

	.results .item + .item {
		border-top: none;
	}

	.results .item a {
		display: block;
		padding: 0;
	}

	.results .item a.disabled .img::after {
		font-size: calc(3rem / 1.6);
	}

	.results .item .img {
		width: 100%;
	}

	.results .item .set {
		display: flex;
		flex-wrap: wrap;
		gap: 0 10px;
		align-items: start;
	}

	.results .item .title {
		width: 100%;
		margin-block: 12px;
		font-size: calc(1.8rem / 1.6);
		line-height: calc(28 / 18);
	}

	.results .item .tag.type01 {
		margin-bottom: 0;
	}

	.results .item .tag.type02 {
		flex: 1;
		margin-bottom: 6px;
		font-size: calc(1.4rem / 1.6);
	}

	.results .item .tag.type03 {
		width: 100%;
		font-size: calc(1.6rem / 1.6);
	}
} /* @media */

@media (width <= 1000px) and (width >= 751px) {
	/* TABLET */

	.results {
		grid-template-columns: repeat(2, 1fr);
	}
} /* @media */

/* ------------------
bnr-shin
-------------------- */

.bnr-shin {
	padding: 20px;
	margin: 0 20px 50px;
	text-align: center;
	border: 8px solid #e6eef1;
}

.bnr-shin img {
	display: block;
	max-width: 290px;
	margin: 0 auto 40px;
}

.bnr-shin a {
	display: block;
	max-width: 290px;
	padding: 10px 20px;
	margin: 0 auto;
	font-size: calc(2rem / 1.6);
	font-weight: 700;
	color: #fff;
	background: linear-gradient(45deg, #006acc, #1c326f);
	border-radius: 10px;
}

.bnr-shin a[target="_blank"] {
	position: relative;
	padding-right: 40px;
}

.bnr-shin a[target="_blank"]::after {
	position: absolute;
	top: calc(50% - 10px);
	right: 14px;
	width: 20px;
	height: 20px;
	content: "";
	background: url(/shared/corporate_opt/images/new_window_icon2024.svg)
		no-repeat 50% / cover;
	filter: var(--filter-white);
}

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

	.bnr-shin {
		max-width: 1104px;
		padding: 40px;
		margin: 0 auto 96px;
	}

	.bnr-shin img {
		max-width: 500px;
	}

	.bnr-shin a {
		display: inline-block;
		max-width: none;
		padding: 5px 30px;
		border-radius: 15px;
	}
} /* @media */
