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

.page-title h1 {
	padding-inline: 20px;
	text-align: left;
}

.page-title h1 .en {
	font-weight: 400;
	line-height: calc(3.6rem / 1.6);
}

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

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

	.page-title h1 {
		top: 35%;
		left: calc(50% - 370px);
		width: auto;
		padding-inline: 40px;
	}

	.page-title h1 .en {
		margin-bottom: 30px;
		line-height: calc(6rem / 1.6);
	}

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

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

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

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

/* ------------------
block
-------------------- */

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

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

.section .title {
	margin-bottom: 30px;
	font-size: calc(2.2rem / 1.6);
}

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

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

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

	.section .title {
		margin-bottom: 60px;
		font-size: calc(2.8rem / 1.6);
	}
} /* @media */

/* ------------------
newgraduate
-------------------- */

.newgraduate {
	padding: 50px 20px 0;
}

.side-nav-contents p {
	margin-bottom: 16px;
	font-size: calc(1.6rem / 1.6);
	font-weight: 700;
}

.side-nav-contents li {
	margin-top: 10px;
	font-size: calc(1.6rem / 1.6);
}

.side-nav-contents li.current {
	font-weight: 700;
}

.side-nav-contents li a {
	position: relative;
	display: inline-block;
	padding-left: 21px;
}

.side-nav-contents li.current a::before {
	position: absolute;
	top: 6px;
	left: 0;
	width: 12px;
	height: 12px;
	content: "";
	background: var(--blue);
	border-radius: 50%;
}

@media (width <= 750px) {
	/* SP */

	.side-nav-btn {
		position: fixed;
		bottom: 150px;
		left: 0;
		z-index: 1;
		width: 98px;
		height: 42px;
		padding-left: 13px;
		font-size: calc(1.4rem / 1.6);
		color: #fff;
		background: var(--blue);
		border-radius: 8px 8px 0 0;
		transform: rotate(90deg);
		transform-origin: left bottom;
	}

	.side-nav-btn::after {
		position: absolute;
		top: 9px;
		right: 12px;
		width: 24px;
		height: 24px;
		content: "";
		background: url(/jp-ja/recruit/job/img/icon_index_arrow.svg) no-repeat 50% /
			cover;
		transform: rotate(-90deg);
	}

	.side-nav-contents {
		position: fixed;
		right: 20px;
		bottom: 60px;
		left: 20px;
		width: calc(100% - 84px);
		padding: 24px 22px;
		background: #ecf2ff;
		border: 1px solid var(--blue);
		border-radius: 10px;
	}

	.side-nav-btn[aria-expanded="false"] + .side-nav-contents {
		pointer-events: none;
		opacity: 0;
		transition: opacity 0.4s;
	}

	.side-nav-btn[aria-expanded="true"] + .side-nav-contents {
		z-index: 2;
		pointer-events: auto;
		opacity: 1;
	}

	.side-nav-contents .btn-close {
		position: absolute;
		top: 16px;
		right: 12px;
		width: auto;
	}
} /* @media */

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

	.newgraduate {
		position: relative;
		display: flex;
		align-items: flex-start;
		max-width: 1500px;
		padding: 120px 0 0;
		margin: 0 auto;
	}

	.side-nav {
		position: sticky;
		top: 150px;
		width: 232px;
		margin-right: 104px;
		margin-left: 44px;
	}

	.side-nav-contents {
		padding: 24px 22px;
		background: #ecf2ff;
		border-radius: 12px;
	}

	.newgraduate-contents {
		flex: 1;
		padding-top: 150px;
		padding-right: 120px;
		margin-top: -150px;
		overflow: hidden;
	}
} /* @media */

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

	.side-nav {
		width: 150px;
		margin-right: 16px;
		margin-left: 14px;
	}

	.side-nav-contents {
		padding: 12px;
	}

	.newgraduate-contents {
		padding-right: 20px;
	}
} /* @media */

@media (width <= 1200px) and (width >= 1001px) {
	/* TABLET */

	.side-nav {
		width: 232px;
		margin-right: 40px;
		margin-left: 40px;
	}

	.newgraduate-contents {
		padding-right: 40px;
	}
} /* @media */

/* ------------------
tabs
-------------------- */

.tabs {
	display: flex;
	padding: 10px;
	margin-bottom: 20px;
	background: #b3b3b3;
	border-radius: 10px;
}

.tabs button {
	font-size: calc(2rem / 1.6);
	color: #fff;
	text-align: center;
}

.tabs button[aria-selected="true"] {
	padding: 8px 0;
	background: #5a7fa9;
	border-radius: 6px;
}

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

	.tabs {
		padding: 8px;
		margin-bottom: 18px;
		border-radius: 12px;
	}

	.tabs button {
		font-size: calc(2.8rem / 1.6);
	}

	.tabs button[aria-selected="true"] {
		padding: 16px 0;
		border-radius: 10px;
	}
} /* @media */

/* ------------------
tab-panels
-------------------- */

.panel-set {
	padding: 30px 20px;
	margin-bottom: 10px;
	background: #f0f0f0;
}

.panel-set h3 {
	position: relative;
	padding-left: 26px;
	margin-bottom: 28px;
	font-size: calc(2rem / 1.6);
}

.panel-set h3::before {
	position: absolute;
	top: calc(1rem / 1.6);
	left: 0;
	width: 18px;
	height: 18px;
	content: "";
	background: #5a7fa9;
}

.panel-set h3 span {
	display: block;
	font-size: calc(1.3rem / 1.6);
	font-weight: 400;
}

.panel-set label {
	display: block;
	margin-bottom: 15px;
	margin-left: 1.2em;
	text-indent: -1.2em;
	cursor: pointer;
}

.panel-set label:has(input:checked) {
	color: var(--blue);
}

.panel-set label:has(input:checked:disabled) {
	color: #000;
}

.panel-set label:has(input:disabled) {
	pointer-events: none;
	opacity: 0.3;
}

.btn-select {
	display: flex;
	gap: 17px;
	margin-top: 20px;
}

.btn-select button {
	padding: 8px 0;
	font-size: calc(1.6rem / 1.6);
	text-align: center;
	background: #fff;
	border: 1px solid #000;
	border-radius: 3em;
}

.btn-select button.is-active {
	color: var(--blue);
	pointer-events: none;
	border-color: var(--blue);
}

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

	.panel-set {
		padding-left: 47px;
		margin-bottom: 3px;
	}

	.panel-set h3 {
		padding-left: 27px;
		margin-bottom: 15px;
		margin-left: -27px;
		font-size: calc(2.4rem / 1.6);
	}

	.panel-set h3::before {
		top: calc(1rem / 1.6);
		width: 20px;
		height: 20px;
	}

	.panel-set h3 span {
		display: inline-block;
		margin-left: 1em;
		font-size: calc(1.6rem / 1.6);
	}

	.panel-set label {
		display: inline-block;
		margin-right: 20px;
		margin-bottom: 10px;
	}

	.btn-select {
		gap: 14px;
		margin-top: 15px;
	}

	.btn-select button {
		width: calc(11.6rem / 1.6);
		padding: 0;
	}
} /* @media */

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

.results .item {
	margin-bottom: 24px;
}

.results .department + .item {
	margin-top: 20px;
}

.results .item p {
	font-size: calc(1.6rem / 1.6);
}

.results h4 {
	padding: 10px 20px;
	margin-bottom: 24px;
	font-size: calc(2rem / 1.6);
	color: #fff;
	background: #2881d4;
	border-radius: 10px;
}

.results p + h4 {
	margin-top: 20px;
}

.results .job-type {
	margin-bottom: 24px;
	border-bottom: 1px solid #5a9fde;
}

.results .job-type .skill,
.results .job-type .place {
	padding: 24px 0;
	border-top: 1px solid #5a9fde;
}

.results .job-type h5 {
	margin-bottom: 10px;
	font-size: calc(1.6rem / 1.6);
}

.results .job-type h5 span {
	font-size: calc(2.4rem / 1.6);
	color: var(--blue);
}

.results .job-type ul {
	margin-left: 2em;
	list-style-type: disc;
}

.results .job-type li + li {
	margin-top: 8px;
}

.results .job-type p {
	margin-left: 1em;
}

.results .work {
	padding: 30px 20px;
	background: #f0f0f0;
}

.results .work h5 {
	margin-bottom: 10px;
	font-size: calc(1.6rem / 1.6);
}

.results .work ul {
	margin-left: 1em;
}

.results .work li {
	font-size: calc(1.6rem / 1.6);
}

.results .work li + li {
	margin-top: 6px;
}

.results .work li a {
	border-bottom: 1px solid var(--blue);
}

.results .division {
	padding: 30px 20px;
	margin-bottom: 24px;
	background: #dcedff;
}

.results .division h5 {
	margin-bottom: 6px;
	font-size: calc(1.9rem / 1.6);
	color: var(--blue);
}

.results .division li {
	margin-left: 1em;
	font-size: calc(1.6rem / 1.6);
	text-indent: -1em;
}

.results .division li span {
	font-size: calc(2.4rem / 1.6);
}

.results .division p {
	font-size: calc(1.6rem / 1.6);
}

.results .division .link {
	margin-left: 1em;
}

.results .division .link a {
	border-bottom: 1px solid var(--blue);
}

.results .division .link a[target="_blank"]::after {
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-left: 5px;
	content: "";
	background: url(/jp-ja/recruit/img/icon_external.svg) no-repeat 100% 50% /
		auto 100%;
}

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

	.results {
		margin-top: 40px;
	}

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

	.results h4 {
		padding: 9px 10px;
		margin-bottom: 24px;
		font-size: calc(2.4rem / 1.6);
		text-align: center;
		border-radius: 12px;
	}

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

	.results .job-type {
		display: flex;
		margin-bottom: 27px;
		border-top: 1px solid #5a9fde;
	}

	.results .job-type li {
		line-height: 1.5;
	}

	.results .job-type .skill,
	.results .job-type .place {
		padding: 8px 0 16px;
		border-top: none;
	}

	.results .job-type .skill {
		flex: 1;
		padding-right: 40px;
	}

	.results .job-type .place {
		position: relative;
		width: 40%;
		padding-left: calc(60 / 1000 * 100%);
	}

	.results .job-type .place::before {
		position: absolute;
		top: 30px;
		left: 0;
		width: 1px;
		height: calc(100% - 60px);
		content: "";
		background: #5a9fde;
	}

	.results .job-type h5 {
		margin-bottom: 4px;
	}

	.results .job-type li + li {
		margin-top: 2px;
	}

	.results .work {
		padding: 20px;
	}

	.results .department {
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
		gap: 35px;
	}

	.results .division {
		padding: 20px;
		margin-bottom: 0;
	}

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

	.results .division h5 {
		font-size: calc(2.4rem / 1.6);
		line-height: 1.5;
	}
} /* @media */

/* ------------------
flow
-------------------- */

.flow {
	display: flex;
	gap: 0 37px;
	align-items: center;
	width: 997px;
	height: 282px;
	list-style-type: "";
	background: url(/jp-ja/recruit/job/img/img_new_flow.png) no-repeat 50% / 100%
		auto;
}

.flow li {
	width: calc(997px / 4);
	font-size: calc(2rem / 1.6);
	font-weight: 700;
	line-height: 1.2;
	color: #343434;
	text-align: center;
}

.flow li:last-child {
	font-size: calc(2.4rem / 1.6);
}

.flow li span {
	display: block;
	margin-top: 6px;
}

/* ------------------
application
-------------------- */

.application {
	margin-bottom: 50px;
	border-bottom: 1px dashed #000;
}

.application > dt {
	padding: 30px 0 18px;
	font-size: calc(1.8rem / 1.6);
	font-weight: 700;
	border-top: 1px dashed #000;
}

.application > dd {
	padding: 0 0 30px;
	font-size: calc(1.6rem / 1.6);
}

.application dd ul {
	list-style-type: disc;
}

.application dd li + li {
	margin-top: 18px;
}

.application > dd dl {
	display: flex;
}

.application > dd dl + dl {
	margin-top: 18px;
}

.application > dd dt {
	font-weight: 700;
	white-space: nowrap;
}

.application .note {
	margin-top: 10px;
	color: #4d4d4d;
}

.application .note li + li {
	margin-top: 0;
}

.application .img-number {
	width: 530px;
	max-width: none;
}

.application dd p + p {
	margin-top: 18px;
}

.application dd a {
	border-bottom: 1px solid var(--blue);
}

.application dd a[target="_blank"] {
	position: relative;
	display: inline-block;
	padding-right: 28px;
}

.application dd a[target="_blank"]::after {
	position: absolute;
	top: 3px;
	right: 0;
	width: 20px;
	height: 20px;
	content: "";
	background: url(/shared/corporate_opt/images/new_window_icon2024.svg)
		no-repeat 0 0;
}

.btn-entry a {
	display: block;
	padding: 8px;
	margin-bottom: 40px;
	font-size: calc(3.6rem / 1.6);
	font-weight: 700;
	color: #fff;
	text-align: center;
	letter-spacing: 0.2em;
	background: var(--blue);
}

.btn-entry a[target="_blank"] span::after {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-left: 10px;
	content: "";
	background: url(/shared/corporate_opt/images/new_window_icon2024.svg) no-repeat 100% 50% /
		auto 100%;
	filter: var(--filter-white);
}

.btn-more {
	margin-bottom: 20px;
}

.btn-more a {
	border-bottom: 1px solid var(--blue);
}

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

	.application {
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 120px;
	}

	.application > dt {
		display: flex;
		align-items: center;
		width: calc(177 / 1000 * 100%);
		padding: 20px calc(20 / 1000 * 100%) 20px 0;
	}

	.application > dd {
		width: calc(803 / 1000 * 100%);
		padding: 20px 0;
		border-top: 1px dashed #000;
	}

	.application dd li + li {
		margin-top: 8px;
	}

	.application > dd dl + dl {
		margin-top: 20px;
	}

	.application .note {
		margin-top: 0;
	}

	.application .note li {
		display: inline-block;
	}

	.application .img-number {
		width: auto;
		max-width: 530px;
	}

	.application dd p + p {
		margin-top: 8px;
	}

	.btn-entry a {
		padding: 4px;
		font-size: calc(5.2rem / 1.6);
	}

	.btn-more {
		margin-bottom: 40px;
	}
} /* @media */

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

	.application {
		display: block;
	}

	.application > dt {
		width: auto;
		padding: 20px 20px 10px;
	}

	.application > dd {
		width: auto;
		padding: 0 20px 20px;
		border-top: none;
	}
} /* @media */
