/* -----------------------------------------------
= page-title
----------------------------------------------- */
.page-title {
	padding-bottom: 40px;
}
@media print, screen and (min-width: 768px) {/* PC */
.page-title {
	padding-bottom: 100px;
}
}/* @media */
/* -----------------------------------------------
= job
----------------------------------------------- */
.job + .job {
	margin-top: 10px;
}
.job .btn-job {
	position: relative;
	width: 100%;
	padding: 18px 20px;
	background: #f8f8f8;
	border-radius: 6px;
	font-size: calc(1.6rem / 1.6);
	font-weight: 700;
	letter-spacing: .05em;
}
.job .btn-job::before,
.job .btn-job::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 12px;
	height: 1px;
	background: var(--dark-blue);
	border-radius: .5px;
}
.job .btn-job::after {
	transform: rotate(90deg);
}
.job .btn-job.is-active::after {
	display: none;
}
.job .inner {
	padding-block: 20px;
}
.job .box {
	padding: 20px;
	border: 1px solid var(--dark-blue);
	border-radius: 6px;
}
.job .box h3 {
	margin-bottom: 20px;
	font-size: calc(1.6rem / 1.6);
	letter-spacing: .05em;
}
.job .box h4 {
	margin-bottom: 20px;
	font-size: calc(1.4rem / 1.6);
	letter-spacing: .05em;
}
.job .box p {
	font-size: calc(1.4rem / 1.6);
	line-height: calc(24 / 14);
	letter-spacing: .01em;
}
.job .box p + h4 {
	margin-top: 30px;
}
.job .box p + p {
	margin-top: 1em;
}
.job table {
	width: 100%;
	margin-block: 10px 30px;
}
.job th {
	width: 5.8em;
	border-bottom: 1px solid var(--dark-blue);
	font-weight: 500;
}
.job th,
.job td {
	padding-block: 15px;
	font-size: calc(1.4rem / 1.6);
	line-height: calc(24 / 14);
	letter-spacing: .01em;
	vertical-align: top;
}
.job td {
	padding-left: 10px;
	border-bottom: 1px solid #f1f1f1;
}
.job td .note {
	margin-left: .5em;
	font-size: calc(1.2rem / 1.6);
}
.job td br.is-sp + .note {
	margin-left: 0;
}
.job td p + p,
.job td ol + p,
.job td .btn-modal + p {
	margin-top: 1em;
}
.job td a {
	text-decoration: underline;
}
.job td .income-model {
	border-top: 1px solid #f1f1f1;
	padding-top: 1em;
}
.job td .income-indent {
	margin-left: 1em;
}
.job td .note.income-indent {
	margin-left: 1em;
}
.job td .allowance {
	margin-left: 1em;
}
.job td .work-place li {
	font-size: calc(1.4rem / 1.6);
	line-height: calc(24 / 14);
}
.job td .work-place li + li {
	margin-top: 1em;
}
.job .btn-modal {
	position: relative;
	padding: 10px 50px 10px 15px;
	background: #d8effb;
	border-radius: 4px;
	font-size: calc(1.2rem / 1.6);
	font-weight: 700;
	letter-spacing: .025em;
}
.job .btn-modal::after {
	content: "";
	position: absolute;
	top: calc(50% - 7px);
	right: 10px;
	width: 14px;
	height: 14px;
	background: url(../img/shared/icon-btn-modal.svg) no-repeat 50% / cover;
}
.job .modal table {
	margin-block: 0 20px;
	border-top: 1px solid #f1f1f1;
}
.job .modal table th {
	border-bottom: 1px solid #f1f1f1;
	font-weight: 700;
}
.job .modal table td li + li {
	margin-top: 10px;
}
.job .modal table td p + p {
	margin-top: 0;
}
.job .modal table td p:first-child {
	margin-left: -.5em;
}
.job .modal .category {
	padding: 5px 10px;
	background: #D8EFFB;
}
.job .modal table td .no-data {
	font-size: calc(1.2rem / 1.6);
}
.job .btn-guide {
	display: block;
	position: relative;
	max-width: 175px;
	margin-inline: auto;
	padding: 10px 40px 10px 15px;
	color: #fff;
	background: var(--dark-blue);
	border-radius: 4px;
	font-size: calc(1.2rem / 1.6);
	font-weight: 700;
	letter-spacing: .025em;
	text-decoration: none;
}
.job .btn-guide[target="_blank"]::after {
	content: "";
	position: absolute;
	top: calc(50% - 6px);
	right: 10px;
	width: 12px;
	height: 12px;
	background: url(../img/shared/icon-external-white.svg) no-repeat 50% / cover;
}
.job .btn-link {
	display: inline-block;
	position: relative;
	padding: 10px 40px 10px 15px;
	background: #d8effb;
	border-radius: 4px;
	font-size: calc(1.2rem / 1.6);
	font-weight: 700;
	letter-spacing: .025em;
	text-decoration: none;
}
.job .btn-link[target="_blank"]::after {
	content: "";
	position: absolute;
	top: calc(50% - 6px);
	right: 10px;
	width: 12px;
	height: 12px;
	background: url(../img/shared/icon-external.svg) no-repeat 50% / cover;
}
.job .btn-link + p {
	margin-top: 10px;
}
.job .btn-map {
	display: inline-block;
	margin-left: 10px;
	padding: 2px 10px 2px 17px;
	border-radius: 4px;
	color: #fff;
	background: url(../img/information/icon-map.svg) no-repeat 6px 50% / 8px 12px var(--blue);
	font-size: calc(1.3rem / 1.6);
	font-weight: 700;
	text-decoration: none;
}
.job .step {
	margin-bottom: 30px;
}
.job .step ol {
	margin-bottom: 20px;
}
.job .step ol li {
	position: relative;
	padding: 15px;
	background: #f8f8f8;
	border-radius: 6px;
	font-size: calc(1.6rem / 1.6);
	line-height: calc(24 / 16);
	letter-spacing: .05em;
	text-align: center;
}
.job .step ol li + li {
	margin-top: 38px;
}
.job .step ol li:last-child {
	color: #fff;
	background: var(--dark-blue);
}
.job .step ol li + li::before {
	content: "";
	position: absolute;
	top: -23px;
	left: calc(50% - 8px);
	width: 17px;
	height: 9px;
	background: url(../img/information/icon-step-arrow.svg) no-repeat 50% / 100% auto;
}
.job .step ol li p:first-child {
	position: absolute;
	top: calc(50% - .5em);
	left: 18px;
	font-family: var(--en);
	font-size: calc(1.8rem / 1.6);
	font-weight: 400;
}
.job .step ol li p span {
	font-size: calc(1.4rem / 1.6);
}
.job .step ol li p.ai-interview {
	padding-left: 60px;
}
.job .step ol li p.ai-interview span {
	font-size: calc(1.2rem / 1.6);
}
.job .step ul li {
	font-size: calc(1.4rem / 1.6);
	line-height: calc(24 / 14);
	letter-spacing: .01em;
}
.job .related {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
}
.job .related li {
	width: 162px;
}
.job .related a {
	display: grid;
	place-content: center;
	position: relative;
	z-index: 1;
	min-height: 46px;
	font-size: calc(1.2rem / 1.6);
	font-weight: 700;
	text-align: center;
	letter-spacing: .05em;
}
.job .related a::before,
.job .related a::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
}
.job .related a::before {
	background: url(../img/information/icon-related-arrow-sp.svg) no-repeat right 15px top 20px / 5.43px auto,
	url(../img/shared/page-link-bg-sp.svg) no-repeat 50% 0 / 100% auto;
}
.job .related a::after {
	background: url(../img/information/icon-related-arrow-sp.svg) no-repeat right 15px top 20px / 5.43px auto,
	url(../img/shared/page-link-bg-hover.svg) no-repeat 50% 0 / 100% auto;
	opacity: 0;
}
@media print, screen and (min-width: 768px) {/* PC */
.job + .job {
	margin-top: 12px;
}
.job .btn-job {
	padding: 27px 40px;
	border-radius: 10px;
	font-size: calc(1.8rem / 1.6);
}
.job .btn-job::before,
.job .btn-job::after {
	right: 33px;
}
.job .inner {
	padding: 25px 40px 50px;
}
.job .box {
	display: flex;
	gap: 0 15px;
	padding: 30px;
	border-radius: 5px;
}
.job .box h3 {
	width: calc(230 / 820 * 100%);
	margin-bottom: 0;
}
.job .box .set {
	flex: 1;
}
.job .box h4 {
	margin-bottom: 14px;
	font-size: calc(1.6rem / 1.6);
}
.job .box p {
	letter-spacing: .05em;
}
.job .box p + h4 {
	margin-top: 25px;
}
.job table {
	margin-block: 10px 66px;
}
.job th {
	width: calc(250 / 880 * 100%);
}
.job th,
.job td {
	padding-block: 22px;
	font-size: calc(1.6rem / 1.6);
	line-height: calc(27 / 16);
	letter-spacing: .05em;
}
.job td {
	padding-left: 15px;
}
.job td .note {
	font-size: calc(1.3rem / 1.6);
}
.job td br + .note {
	margin-left: 0;
}
.job td br.is-sp + .note {
	margin-left: .5em;
}
.job td ul.note {
	margin-left: 0;
}
.job td ul.indent {
	text-indent: -.5em;
}
.job td ul.indent {
	text-indent: -.5em;
}
.job td .work-place li {
	font-size: calc(1.6rem / 1.6);
	line-height: calc(21 / 16);
}
.job .btn-modal::after {
	top: calc(50% - 9px);
	right: 16px;
	width: 18px;
	height: 18px;
}
.job .modal li {
	display: flex;
}
.job .modal li p:first-child {
	width: 7em;
	margin-left: 0;
}
.job .modal li p:last-child {
	flex: 1;
}
.job .modal .category {
	padding: 10px 27px;
}
.job .modal table td .no-data {
	font-size: calc(1.4rem / 1.6);
}
.job .btn-guide {
	max-width: 190px;
	padding: 13px 60px 13px 20px;
	border-radius: 5px;
	font-size: calc(1.4rem / 1.6);
}
.job .btn-guide[target="_blank"]::after {
	top: calc(50% - 8px);
	right: 15px;
	width: 16px;
	height: 16px;
}
.job .btn-link {
	padding: 13px 60px 13px 20px;
	border-radius: 5px;
	font-size: calc(1.4rem / 1.6);
}
.job .btn-link[target="_blank"]::after {
	top: calc(50% - 8px);
	right: 15px;
	width: 16px;
	height: 16px;
}
.job .btn-map {
	padding: 4px 10px 4px 17px;
}
.job .step {
	max-width: 640px;
	margin: 0 auto 55px;
}
.job .step ol {
	margin-bottom: 25px;
}
.job .step ol li {
	padding: 17px;
	border-radius: 10px;
	font-size: calc(1.8rem / 1.6);
}
.job .step ol li p:first-child {
	left: 29px;
	font-size: calc(2.4rem / 1.6);
}
.job .step ol li p span {
	font-size: calc(1.8rem / 1.6);
}
.job .step ol li p.ai-interview {
	padding-left: 0;
}
.job .step ol li p.ai-interview span {
	font-size: calc(1.6rem / 1.6);
}
.job .step ul li {
	font-size: calc(1.6rem / 1.6);
	line-height: calc(27 / 16);
	letter-spacing: .05em;
}
.job .related {
	gap: 30px;
}
.job .related li {
	width: 230px;
}
.job .related a {
	min-height: 65px;
	font-size: calc(1.4rem / 1.6);
}
.job .related a::before {
	background: url(../img/information/icon-related-arrow-sp.svg) no-repeat right 23px top 28px / 6px auto,
	url(../img/shared/page-link-bg.svg) no-repeat 50% 0 / 100% auto;
}
.job .related a::after {
	background: url(../img/information/icon-related-arrow-hover-sp.svg) no-repeat right 23px top 28px / 6px auto,
	url(../img/shared/page-link-bg-hover.svg) no-repeat 50% 0 / 100% auto;
	opacity: 0;
}
}/* @media */
@media (hover:hover) {
.job .btn-job {
	transition: color .3s;
}
.job .btn-job:hover {
	color: var(--dark-blue);
}
.job td a:hover {
	text-decoration: none;
}
.job .btn-modal,
.job .btn-guide,
.job .btn-link,
.job .btn-map {
	transition: opacity .3s;
}
.job .btn-modal:hover,
.job .btn-guide:hover,
.job .btn-link:hover,
.job .btn-map:hover {
	opacity: .8;
}
.job .related a {
	transition: color .3s;
}
.job .related a:hover {
	color: #fff;
}
.job .related a::after {
	transition: opacity .3s;
}
.job .related a:hover::after {
	opacity: 1;
}
}/* @media */
/* -----------------------------------------------
= btn-entry-career
----------------------------------------------- */
.btn-entry-career {
	margin-block: 80px 100px;
}
@media print, screen and (min-width: 768px) {/* PC */
.btn-entry-career {
	margin-block: 120px 150px;
}
}/* @media */
