/* ------------------
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 */

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

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

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

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

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

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

.section .btn-entry[target="_blank"] span {
	position: relative;
	display: inline-block;
	padding-right: 40px;
}

.section .btn-entry[target="_blank"] span::after {
	position: absolute;
	top: calc(50% - 15px);
	right: 0;
	width: 30px;
	height: 30px;
	content: "";
	background: url(/shared/corporate_opt/images/new_window_icon2024.svg)
		no-repeat 50% / cover;
	filter: var(--filter-white);
}

@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);
	}

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

	.section .btn-entry {
		padding: 10px;
		font-size: calc(4.4rem / 1.6);
	}
} /* @media */

/* ------------------
career
-------------------- */

.career {
	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 */

	.career {
		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;
	}

	.career-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;
	}

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

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

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

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

/* ------------------
about
-------------------- */

.about {
	display: block;
	border-collapse: collapse;
	border: 1px solid #b3b3b3;
	border-top: none;
}

.about th,
.about td {
	display: block;
}

.about th {
	padding: 12px;
	font-size: calc(2rem / 1.6);
	font-weight: normal;
	text-align: center;
	background: #f0f4f5;
	border-top: 1px solid #b3b3b3;
	border-bottom: 1px solid #b3b3b3;
}

.about td {
	padding: 25px 20px;
	font-size: calc(1.6rem / 1.6);
}

.about td .btn-entry[target="_blank"] span {
	padding-right: 30px;
}

.about td .btn-entry[target="_blank"] span::after {
	top: calc(50% - 10px);
	width: 20px;
	height: 20px;
}

.about h3 {
	margin-bottom: 14px;
	color: var(--blue);
}

.about ul + h3,
.about p + h3 {
	margin-top: 30px;
}

.about p + p {
	margin-top: 1em;
}

.about ul {
	margin-left: 1em;
	list-style-type: disc;
}

.about li {
	margin-bottom: 0.5rem;
	line-height: 1.5;
}

.section .about .btn-entry {
	margin-bottom: 0;
	font-size: calc(2rem / 1.6);
	letter-spacing: 0.04em;
}

.about .img + .btn-entry {
	margin-top: 20px;
}

.about p + .btn-entry {
	margin-top: 30px;
}

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

	.about {
		display: table;
	}

	.about th,
	.about td {
		display: table-cell;
		border: 1px solid #b3b3b3;
	}

	.about th {
		width: 168px;
		padding: 15px;
		text-align: left;
	}

	.about td {
		padding: 35px 30px;
	}

	.about h3 {
		margin-bottom: 14px;
	}

	.about ul + h3,
	.about p + h3 {
		margin-top: 35px;
	}

	.about li {
		margin-bottom: 0.5rem;
	}

	.section .about .btn-entry {
		max-width: 432px;
		padding-block: 5px;
		font-size: calc(2.4rem / 1.6);
		letter-spacing: 0.08em;
	}

	.about .img + .btn-entry {
		margin-top: 50px;
	}

	.about p + .btn-entry {
		margin-top: 40px;
	}
} /* @media */

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

.flow {
	margin-right: -20px;
}

.flow .img {
	width: 1000px;
	max-width: none;
}

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

	.flow {
		margin-right: 0;
	}
} /* @media */

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

.application {
	margin-bottom: 30px;
	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 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);
}

.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: 50px;
	}

	.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 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;
	}
} /* @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 */
