/* -----------------------------------------------
= kv
----------------------------------------------- */
.kv {
	position: relative;
	z-index: 1;
	max-height: calc(100svh - 45px);
	padding-left: 20px;
}
.kv::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: calc(100% - 30px);
	background: #fff;
}
.kv .breadcrumbs {
	position: absolute;
	top: 0;
	left: 20px;
	z-index: 1;
	color: #fff;
}
.kv .breadcrumbs li + li::before {
	background: rgba(255,255,255,.6);
}
.kv h1 {
	position: absolute;
	left: 35px;
	right: 40px;
	bottom: 15px;
	z-index: 1;
	color: #fff;
	font-family: var(--min);
	font-size: calc(2.7rem / 1.6);
	line-height: calc(34 / 29);
}
.kv .img {
	overflow: hidden;
}
.kv .img img {
	height: 440px;
	max-height: calc(100svh - 45px);
	object-fit: cover;
	object-position: 50% 0;
}
.kv.js-inview .img img {
	transform: scale(1.2);
	transition: transform 2.4s;
}
.kv.js-inview.is-show .img img {
	transform: scale(1);
}
.kv .scroll {
	display: inline-block;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
	padding: 20px 13px;
	background: #fff;
	font-family: var(--fig);
	font-size: calc(1.1rem / 1.6);
	font-weight: 600;
	writing-mode: sideways-lr;
}
.kv .scroll::before {
	content: "";
	position: absolute;
	top: -10px;
	right: 50%;
	width: 1px;
	height: 20px;
	background: var(--black);
	animation: scroll-line 2s infinite;
}
@keyframes scroll-line {
	0% {
		transform: scale(1, 0);
		transform-origin: 0 0;
	}
	50% {
		transform: scale(1, 1);
		transform-origin: 0 0;
	}
	51% {
		transform: scale(1, 1);
		transform-origin: 0 100%;
	}
	100% {
		transform: scale(1, 1);
		transform-origin: 0 100%;
	}
}
.kv.js-inview .line {
	opacity: 0;
	transition: .8s .8s;
}
.kv.js-inview.is-show .line {
	opacity: 1;
	animation: mask 1s ease-in-out .8s forwards;
}
.kv .line {
	position: absolute;
	width: 80px;
	height: 7px;
}
@keyframes mask {
	0% {
		clip-path: inset(0 100% 0 0);
	}
	50% {
		clip-path: inset(0);
	}
	100% {
		clip-path: inset(0);
		opacity: 1;
	}
}
.kv .line.type01 {
	top: 78px;
	right: 0;
	background: var(--grad-blue);
}
.kv .line.type02 {
	top: 120px;
	right: 50px;
	background: var(--grad-red);
}
.kv .line.type03 {
	left: 34px;
	bottom: 176px;
	background: var(--grad-blue);
}
.kv .line.type04 {
	left: -20px;
	bottom: 150px;
	background: var(--grad-red);
}
@media print, screen and (min-width: 768px) {/* PC */
.kv {
	max-height: calc(100vh - 110px);
	padding-left: 40px;
}
.kv::before {
	height: calc(100% - 120px);
}
.kv .breadcrumbs {
	top: 20px;
	left: 60px;
}
.kv h1 {
	left: 80px;
	right: 80px;
	bottom: 30px;
	font-size: calc(5.2rem / 1.6);
	line-height: calc(68 / 52);
}
.kv .img img {
	height: calc(826 / 1920 * 100vw);
	max-height: calc(100vh - 110px);
}
.kv .scroll {
	padding: 50px 28px;
	font-size: calc(1.4rem / 1.6);
}
.kv .scroll::before {
	top: -24px;
	height: 48px;
}
.kv .line {
	width: 220px;
	height: 20px;
}
.kv .line.type01 {
	top: calc(170 / 1920 * 100vw);
}
.kv .line.type02 {
	top: calc(233 / 1920 * 100vw);
	right: calc(187 / 1920 * 100vw);
}
.kv .line.type03 {
	left: calc(172 / 1920 * 100vw);
	bottom: calc(455 / 1920 * 100vw);
}
.kv .line.type04 {
	left: calc(-27 / 1920 * 100vw);
	bottom: calc(390 / 1920 * 100vw);
}
}/* @media */
@media print, screen and (max-width: 1440px) and (min-width: 768px) {
.kv {
	max-height: calc(100vh - 80px);
}
.kv .img img {
	max-height: calc(100vh - 80px);
}
}/* @media */
@media print, screen and (max-width: 1280px) and (min-width: 768px) {
.kv h1 {
	font-size: calc(4.2rem / 1.6);
}
}/* @media */
/* -----------------------------------------------
= profile
----------------------------------------------- */
.profile {
	position: relative;
	margin-top: -30px;
	padding: 65px 20px 35px;
	color: #fff;
	background: url(/company/recruit/people/img/bg_detail_sp.jpg) no-repeat 50% 100% / 100% auto;
}
.profile .division {
	display: inline-block;
	margin-bottom: 20px;
	padding: 5px;
	color: #545c7a;
	background: #fff;
	font-size: calc(1rem / 1.6);
	font-weight: 700;
}
.profile .set-inner {
	display: flex;
	align-items: center;
	gap: 0 15px;
	margin-bottom: 20px;
}
.profile .set-inner .name {
	font-family: var(--fig);
	font-size: calc(2.5rem / 1.6);
	font-weight: 600;
}
.profile .set-inner .year {
	padding-left: 15px;
	border-left: 1px solid rgba(255,255,255,.3);
	font-size: calc(1rem / 1.6);
}
.profile .text {
	margin-bottom: 10px;
	font-size: calc(1.2rem / 1.6);
	line-height: 2;
}
.profile .note {
	font-size: calc(1rem / 1.6);
}
@media print, screen and (min-width: 768px) {/* PC */
.profile {
	margin-top: -120px;
	padding: 200px 40px 95px;
	background: url(/company/recruit/people/img/bg_detail_profile_pc.jpg) no-repeat 50% 0 / cover;
}
.profile .inner {
	display: flex;
	max-width: 1360px;
	margin-inline: auto;
}
.profile .set {
	width: 45%;
}
.profile .set + .set {
	width: 55%;
}
.profile .division {
	margin-bottom: 20px;
	padding: 7px 12px;
	font-size: calc(1.4rem / 1.6);
}
.profile .set-inner {
	display: block;
}
.profile .set-inner .name {
	margin-bottom: 20px;
	font-size: calc(4.2rem / 1.6);
}
.profile .set-inner .year {
	padding-left: 0;
	border-left: none;
	font-size: calc(1.4rem / 1.6);
	line-height: calc(26 / 14);
}
.profile .text {
	margin-bottom: 20px;
	font-size: calc(1.6rem / 1.6);
}
.profile .note {
	font-size: calc(1.2rem / 1.6);
}
}/* @media */
/* -----------------------------------------------
= index
----------------------------------------------- */
.index {
	padding: 40px 20px 60px;
	background: #fff;
}
.index h2 {
	margin-bottom: 25px;
	font-family: var(--fig);
	font-size: calc(2.1rem / 1.6);
	font-weight: 600;
}
.index ul {
	border-bottom: 1px solid #e2e2e7;
}
.index li {
	padding-block: 10px;
	border-top: 1px solid #e2e2e7;
	font-size: calc(1.2rem / 1.6);
}
.index li a {
	display: flex;
	align-items: center;
	gap: 0 12px;
	position: relative;
	min-height: 4em;
	padding-right: 22px;
}
.index li a::before,
.index li a::after {
	content: "";
	position: absolute;
}
.index li a::before {
	top: calc(50% - 11px);
	right: 0;
	width: 22px;
	height: 22px;
	background: var(--grad-orix);
	border-radius: 50%;
}
.index li a::after {
	top: calc(50% - 3px);
	right: 9px;
	width: 4px;
	height: 4px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	transform: rotate(45deg);
}
.index li span:first-child {
	min-width: 80px;
	padding: 5px 0;
	background: #f6f6f7;
	font-family: var(--fig);
	font-weight: 600;
	letter-spacing: 0;
	text-align: center;
}
.index li span:last-child {
	font-weight: 700;
}
@media print, screen and (min-width: 768px) {/* PC */
.index {
	padding: 100px 40px;
	background: #fff;
}
.index .inner {
	display: flex;
	align-items: center;
	max-width: 1360px;
	margin-inline: auto;
}
.index h2 {
	width: calc(250 / 1360 * 100%);
	margin-bottom: 0;
	font-size: calc(3.2rem / 1.6);
}
.index ul {
	flex: 1;
}
.index li {
	padding-block: 20px;
}
.index li a {
	gap: 0 40px;
	min-height: 0;
	padding-right: 30px;
}
.index li span:first-child {
	min-width: 110px;
	padding: 5px 0;
	font-size: calc(1.4rem / 1.6);
}
.index li a span:last-child {
	display: inline-block;
	position: relative;
	color: transparent;
	font-size: calc(1.6rem / 1.6);
	font-size: 16px;
	font-weight: 600;
	letter-spacing: .01em;
}
.index li a span:last-child::before,
.index li a span:last-child::after {
	content: attr(data-text);
	position: absolute;
	inset: 0;
	transition: opacity 0.3s ease;
}
.index li a span:last-child::before {
	background: var(--black);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	opacity: 1;
}
.index li a span:last-child::after {
	background: var(--grad-orix);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	opacity: 0;
}
}/* @media */
@media (hover:hover) {
.index li a:hover span:last-child::before {
	opacity: 0;
}
.index li a:hover span:last-child::after {
	opacity: 1;
}
}/* @media */
/* -----------------------------------------------
= career
----------------------------------------------- */
.career {
	scroll-margin-top: 45px;
	padding: 50px 20px 60px;
}
.career h2 {
	display: flex;
	align-items: center;
	gap: 0 20px;
	margin-bottom: 40px;
}
.career h2 span:first-child {
	font-family: var(--fig);
	font-size: calc(3.2rem / 1.6);
	font-weight: 600;
	letter-spacing: 0;
}
.career h2 span:last-child {
	padding: 5px 10px;
	color: #fff;
	background: var(--grad-orix);
	font-size: calc(1.2rem / 1.6);
	letter-spacing: 0;
}
.career .swiper {
	margin: 0 -20px 50px;
}
.career .swiper-slide {
	height: auto;
}
.career .swiper-slide .item {
	display: flex;
	flex-direction: column;
	height: 100%;
	margin-inline: 20px;
}
.career .year {
	position: relative;
	margin-bottom: 30px;
	color: #fff;
	font-family: var(--fig);
	font-size: calc(4.2rem / 1.6);
	font-weight: 600;
	text-align: center;
	letter-spacing: -.02em;
}
.career .year::before,
.career .year::after {
	content: "";
	position: absolute;
	top: 50%;
	width: calc(50% - calc(4.2rem / 1.6));
	height: 1px;
	border-top: 1px dashed #fff;
}
.career .year::before {
	left: -20px;
}
.career .year::after {
	right: -20px;
}
.career .swiper-slide:first-child .year::before,
.career .swiper-slide:last-child .year::after {
	display: none;
}
.career .set {
	flex: 1;
	position: relative;
	padding: 40px 30px;
	background: #fff;
}
.career .set::before,
.career .set::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 50%;
}
.career .set::before {
	top: -15px;
	width: 30px;
	height: 30px;
	background: #fff;
}
.career .set::after {
	top: -8px;
	width: 16px;
	height: 16px;
	background: var(--grad-orix);
}
.career .set h3 {
	margin-bottom: 20px;
	font-size: calc(1.7rem / 1.6);
	font-weight: 700;
	text-align: center;
	letter-spacing: 0;
}
.career .set p {
	font-size: calc(1.2rem / 1.6);
	line-height: 2;
	letter-spacing: .02em;
}
.career .swiper-button-prev,
.career .swiper-button-next {
	top: calc(50% + 30px);
	width: 40px;
	height: 40px;
	background: var(--black);
}
.career .swiper-button-prev[aria-disabled="true"],
.career .swiper-button-next[aria-disabled="true"] {
	display: none;
}
.career .swiper-button-prev {
	left: 0;
}
.career .swiper-button-next {
	right: 0;
}
.career .swiper-button-prev::after,
.career .swiper-button-next::after {
	width: 16px;
	height: 10px;
	background: url(/company/recruit/assets/img/icon_link_arrow.svg) no-repeat 50% / cover;
	filter: var(--filter-white);
	font-size: 0;
}
.career .swiper-button-prev::after {
	transform: scale(-1,1);
}
.current-career h4 {
	margin: 0 -.5em 20px;
	color: #fff;
	font-family: var(--fig);
	font-size: calc(3.2rem / 1.6);
	font-weight: 600;
	letter-spacing: 0;
	text-align: center;
}
.current-career p {
	margin-bottom: 20px;
	font-size: calc(1.4rem / 1.6);
	font-weight: 700;
	line-height: calc(26.5 / 14);
	letter-spacing: -.025em;
	text-align: center;
}
.current-career .img {
	position: relative;
	max-width: 420px;
	min-height: 216px;
	margin-inline: auto;
}
.current-career .img img {
	position: absolute;
}
.current-career .img img:nth-child(1) {
	top: 0;
	left: -20px;
	width: 151px;
	transition-delay: .4s;
}
.current-career .img img:nth-child(2) {
	top: 22px;
	right: -20px;
	width: 144px;
	transition-delay: .6s;
}
.current-career .img img:nth-child(3) {
	top: 104px;
	right: 84px;
	width: 120px;
	transition-delay: .8s;
}
@media print, screen and (min-width: 768px) {/* PC */
.career {
	scroll-margin-top: 80px;
	padding: 100px 0;
}
.career h2 {
	max-width: 1360px;
	margin-inline: auto;
	padding-inline: 40px;
	gap: 0 30px;
}
.career h2 span:first-child {
	font-size: calc(5.4rem / 1.6);
}
.career h2 span:last-child {
	font-size: calc(1.6rem / 1.6);
}
.career .swiper {
	margin: 0;
	padding-left: 20px;
}
.career .swiper-slide {
	width: 466px;
}
.career .year {
	font-size: calc(5.4rem / 1.6);
}
.career .year::before,
.career .year::after {
	width: calc(50% - calc(5.4rem / 1.6));
}
.career .set {
	padding: 50px 40px;
}
.career .set::before {
	top: -20px;
	width: 40px;
	height: 40px;
}
.career .set::after {
	top: -10px;
	width: 20px;
	height: 20px;
}
.career .set h3 {
	margin-bottom: 20px;
	font-size: calc(2.2rem / 1.6);
}
.career .set p {
	font-size: calc(1.4rem / 1.6);
	line-height: calc(26 / 14);
}
.career .swiper-button-prev,
.career .swiper-button-next {
	top: calc(50% + 30px);
	width: 66px;
	height: 66px;
}
.career .swiper-button-prev::after,
.career .swiper-button-next::after {
	width: 20px;
	height: 14px;
}
.current-career {
	position: relative;
	padding-top: 90px;
}
.current-career h4 {
	margin: 0 0 40px;
	font-size: calc(5.4rem / 1.6);
}
.current-career p {
	margin-bottom: 0;
	font-size: calc(2rem / 1.6);
	line-height: calc(38 / 20);
}
.current-career .img {
	position: absolute;
	top: 60px;
	z-index: -1;
	width: 100%;
	max-width: none;
	min-height: 0;
}
.current-career .img img:nth-child(1) {
	top: min(55px, calc(55 / 1920 * 100vw));
	left: 0;
	width: min(368px, calc(368 / 1920 * 100vw));
}
.current-career .img img:nth-child(2) {
	top: 0;
	right: 0;
	width: min(288px, calc(288 / 1920 * 100vw));
}
.current-career .img img:nth-child(3) {
	top: min(160px, calc(160 / 1920 * 100vw));
	right: min(160px, calc(160 / 1920 * 100vw));
	width: min(208px, calc(208 / 1920 * 100vw));
}
}/* @media */
@media (hover:hover) {
.career .swiper-button-prev,
.career .swiper-button-next {
	transition: background .3s;
}
.career .swiper-button-prev:hover,
.career .swiper-button-next:hover {
	background: #fff;
	border: 1px solid var(--black);
	box-sizing: border-box;
}
.career .swiper-button-prev:hover::after,
.career .swiper-button-next:hover::after {
	filter: var(--filter-black);
}
}/* @media */
@media print, screen and (max-width: 1440px) and (min-width: 768px) {
.career h2 span:first-child {
	font-size: calc(4rem / 1.6);
}
.career .year {
	font-size: calc(3.2rem / 1.6);
}
.career .set h3 {
	font-size: calc(1.8rem / 1.6);
}
}/* @media */
/* -----------------------------------------------
= theme
----------------------------------------------- */
.theme {
	scroll-margin-top: 45px;
	padding: 0 20px 35px;
	background: #fff;
}
.theme#theme01 {
	padding-top: 50px;
}
.theme#theme03 {
	padding-bottom: 50px;
}
.theme .set {
	border-top: 1px solid #e2e2e7;
	padding: 35px 0 0;
}
.theme .summary {
	display: flex;
	align-items: start;
	gap: 0 15px;
	margin-bottom: 20px;
}
.theme .summary span:first-child {
	position: relative;
	padding-left: 30px;
	font-family: var(--fig);
	font-size: calc(1.5rem / 1.6);
	font-weight: 600;
	letter-spacing: 0;
}
.theme .summary span:first-child::before,
.theme .summary span:first-child::after {
	content: "";
	position: absolute;
	width: 12px;
	height: 6px;
}
.theme .summary span:first-child::before {
	top: 2px;
	left: 6px;
	background: var(--grad-blue);
}
.theme .summary span:first-child::after {
	top: 8px;
	left: 0;
	background: var(--grad-red);
}
.theme .summary span:last-child {
	padding-left: 15px;
	border-left: 1px solid #e2e2e7;
	font-size: calc(1.3rem / 1.6);
	font-weight: 700;
	letter-spacing: 0;
}
.theme h2 {
	margin-bottom: 30px;
	font-family: var(--min);
	font-size: calc(2.3rem / 1.6);
	line-height: calc(32 / 23);
	letter-spacing: 0;
}
.theme .text {
	margin-bottom: 20px;
	font-size: calc(1.2rem / 1.6);
	line-height: 2;
}
.theme.type01 .img {
	margin-right: -20px;
}
.theme.type02 .img {
	margin-left: -20px;
}
.theme .img figcaption {
	margin-top: 15px;
	font-size: calc(1rem / 1.6);
	line-height: 1.7;
}
.theme.type01 .img figcaption {
	padding-right: 20px;
}
.theme.type02 .img figcaption {
	padding-left: 20px;
}
@media print, screen and (min-width: 768px) {/* PC */
.theme {
	scroll-margin-top: 80px;
	padding: 0 0 90px;
	overflow-x: hidden;
}
.theme#theme01 {
	padding-top: 100px;
}
.theme#theme03 {
	padding-bottom: 100px;
}
.theme .inner {
	display: flex;
	gap: 0 120px;
	max-width: 1360px;
	margin-inline: auto;
}
.theme.type02 .inner .set {
	order: 2;
}
.theme.type02 .inner figure {
	order: 1;
}
.theme .inner .set {
	width: 625px;
}
.theme .summary {
	gap: 0 19px;
	margin-bottom: 30px;
}
.theme .summary span:first-child {
	padding-left: 43px;
	font-size: calc(2rem / 1.6);
}
.theme .summary span:first-child::before,
.theme .summary span:first-child::after {
	width: 13px;
	height: 7px;
}
.theme .summary span:first-child::before {
	top: 3px;
	left: 7px;
}
.theme .summary span:first-child::after {
	top: 9px;
	left: 0;
}
.theme .summary span:last-child {
	padding-left: 19px;
	font-size: calc(1.6rem / 1.6);
}
.theme h2 {
	margin-bottom: 50px;
	font-size: calc(4rem / 1.6);
	line-height: calc(56 / 40);
}
.theme .text {
	margin-bottom: 20px;
	font-size: calc(1.6rem / 1.6);
}
.theme .img {
	flex: 1;
	position: relative;
}
.theme .img figure {
	position: absolute;
	top: 0;
	width: 900px;
}
.theme.type01 .img {
	margin-right: 0;
}
.theme.type02 .img {
	margin-left: 0;
}
.theme.type01 .img figure {
	left: 0;
}
.theme.type02 .img figure {
	right: 0;
}
.theme .img figure img {
	width: 100%;
	object-fit: cover;
}
.theme .img figcaption {
	margin-top: 20px;
	font-size: calc(1.4rem / 1.6);
}
.theme.type01 .img figcaption {
	padding-right: 20px;
}
.theme.type02 .img figcaption {
	padding-left: 20px;
}
}/* @media */
@media print, screen and (max-width: 1949px) and (min-width: 768px) {/* PCwide */
.theme .inner {
	display: block;
	position: relative;
	max-width: none;
	padding: 0 40px;
}
.theme .inner .set {
	width: auto;
}
.theme.type01 .inner .set {
	margin-right: calc(1020 / 1920 * 100vw);
	margin-left: calc(280 / 1920 * 100vw);
}
.theme.type02 .inner .set {
	margin-left: calc(1020 / 1920 * 100vw);
	margin-right: calc(280 / 1920 * 100vw);
}
.theme .img {
	position: absolute;
	top: 0;
}
.theme.type01 .img {
	right: 0;
}
.theme.type02 .img {
	left: 0;
}
.theme .img figure {
	position: static;
	width: calc(900 / 1920 * 100vw);
}
}/* @media */
@media print, screen and (max-width: 1535px) and (min-width: 768px) {/* PCnarrow */
.theme.type01 .inner .set {
	margin-right: calc(940 / 1920 * 100vw);
	margin-left: 0;
}
.theme.type02 .inner .set {
	margin-left: calc(940 / 1920 * 100vw);
	margin-right: 0;
}
}/* @media */
@media print, screen and (max-width: 1440px) and (min-width: 768px) {
.theme h2 {
	margin-bottom: 30px;
	font-size: calc(3.4rem / 1.6);
}
}/* @media */
@media print, screen and (max-width: 1023px) and (min-width: 768px) {/* TABLET */
.theme .inner .set {
	margin-bottom: 40px;
}
.theme.type01 .inner .set {
	margin-right: 0;
}
.theme.type02 .inner .set {
	margin-left: 0;
}
.theme .img {
	position: static;
}
.theme .img figure {
	width: auto;
}
}/* @media */
/* -----------------------------------------------
= column
----------------------------------------------- */
.column {
	scroll-margin-top: 45px;
}
.column .set {
	padding: 40px 20px;
	color: #fff;
	background: url(/company/recruit/people/img/bg_detail_column_sp.jpg) no-repeat 50% / cover;
}
.column .summary {
	display: flex;
	align-items: start;
	gap: 0 15px;
	margin-bottom: 20px;
}
.column .summary span:first-child {
	position: relative;
	padding-left: 30px;
	font-family: var(--fig);
	font-size: calc(1.5rem / 1.6);
	font-weight: 600;
	letter-spacing: 0;
}
.column .summary span:first-child::before,
.column .summary span:first-child::after {
	content: "";
	position: absolute;
	width: 12px;
	height: 6px;
}
.column .summary span:first-child::before {
	top: 2px;
	left: 6px;
	background: var(--grad-blue);
}
.column .summary span:first-child::after {
	top: 8px;
	left: 0;
	background: var(--grad-red);
}
.column .summary span:last-child {
	padding-left: 15px;
	border-left: 1px solid #e2e2e7;
	font-size: calc(1.3rem / 1.6);
	font-weight: 700;
	letter-spacing: 0;
}
.column h2 {
	margin-bottom: 30px;
	font-family: var(--min);
	font-size: calc(2.3rem / 1.6);
	line-height: calc(32 / 23);
	letter-spacing: 0;
}
.column .text {
	margin-bottom: 20px;
	font-size: calc(1.2rem / 1.6);
	line-height: 2;
}
@media print, screen and (min-width: 768px) {/* PC */
.column {
	position: relative;
	display: flex;
	justify-content: end;
	scroll-margin-top: 80px;
}
.column .img {
	position: absolute;
	inset: 0;
}
.column .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 20% 0;
}
.column .set {
	display: grid;
	place-content: center;
	position: relative;
	z-index: 1;
	width: 50%;
	padding: calc(140 / 1920 * 100vw) calc(170 / 1920 * 100vw);
	background: rgba(42,51,70,.7);
	box-sizing: border-box;
}
.column .summary {
	gap: 0 19px;
	margin-bottom: 30px;
}
.column .summary span:first-child {
	padding-left: 43px;
	font-size: calc(2rem / 1.6);
}
.column .summary span:first-child::before,
.column .summary span:first-child::after {
	width: 13px;
	height: 7px;
}
.column .summary span:first-child::before {
	top: 3px;
	left: 7px;
}
.column .summary span:first-child::after {
	top: 9px;
	left: 0;
}
.column .summary span:last-child {
	padding-left: 19px;
	font-size: calc(1.6rem / 1.6);
}
.column h2 {
	margin-bottom: 50px;
	font-size: calc(4rem / 1.6);
	line-height: calc(56 / 40);
}
.column .text {
	margin-bottom: 0;
	font-size: calc(1.6rem / 1.6);
}
}/* @media */
@media print, screen and (max-width: 1440px) and (min-width: 768px) {
.column .set {
	padding: 40px;
}
.column h2 {
	margin-bottom: 30px;
	font-size: calc(3.4rem / 1.6);
}
}/* @media */
@media print, screen and (max-width: 1023px) and (min-width: 768px) {/* TABLET */
.column {
	display: block;
	padding-top: calc(500 / 1023 * 100vw);
}
.column .set {
	width: 100%;
}
}/* @media */
/* -----------------------------------------------
= oneday
----------------------------------------------- */
.oneday {
	scroll-margin-top: 45px;
	padding: 50px 20px 40px;
	color: #fff;
}
.oneday h2 {
	display: flex;
	align-items: center;
	gap: 0 20px;
	margin-bottom: 30px;
}
.oneday h2 span:first-child {
	font-family: var(--fig);
	font-size: calc(3.2rem / 1.6);
	font-weight: 600;
	letter-spacing: 0;
}
.oneday h2 span:last-child {
	padding: 5px 10px;
	color: #fff;
	background: rgba(255,255,255,.1);
	font-size: calc(1.2rem / 1.6);
	letter-spacing: 0;
}
.oneday .swiper {
	margin: 0 -20px;
}
.oneday .swiper-slide {
	height: auto;
}
.oneday .swiper-slide .item {
	display: flex;
	flex-direction: column;
	height: 100%;
	margin-inline: 20px;
}
.oneday .time {
	position: relative;
	margin-bottom: 10px;
	color: #fff;
	font-family: var(--fig);
	font-size: calc(4.2rem / 1.6);
	font-weight: 600;
	text-align: center;
	letter-spacing: -.02em;
}
.oneday .time::before,
.oneday .time::after {
	content: "";
	position: absolute;
	top: 50%;
	width: calc(50% - calc(4.2rem / 1.6));
	height: 1px;
	border-top: 1px dashed #fff;
}
.oneday .time::before {
	left: -20px;
}
.oneday .time::after {
	right: -20px;
}
.oneday .swiper-slide:first-child .time::before,
.oneday .swiper-slide:last-child .time::after {
	display: none;
}
.oneday .set-circle {
	width: 16px;
	height: 16px;
	margin: 0 auto -8px;
	background: #fff;
	border-radius: 50%;
}
.oneday .set {
	flex: 1;
	padding: 40px 30px;
	background: rgba(255,255,255,.1);
	-webkit-mask: radial-gradient(circle 15px at 50% 0, transparent 100%, black 100%);
	mask: radial-gradient(circle 15px at 50% 0, transparent 100%, black 100%);
}
.oneday .set h3 {
	position: relative;
	margin-bottom: 20px;
	font-size: calc(1.7rem / 1.6);
	font-weight: 700;
	text-align: center;
	letter-spacing: 0;
}
.oneday .set p {
	font-size: calc(1.2rem / 1.6);
	line-height: 2;
	letter-spacing: .02em;
}
.oneday .swiper-button-prev,
.oneday .swiper-button-next {
	top: calc(50% + 30px);
	width: 40px;
	height: 40px;
	background: #fff;
}
.oneday .swiper-button-prev[aria-disabled="true"],
.oneday .swiper-button-next[aria-disabled="true"] {
	display: none;
}
.oneday .swiper-button-prev {
	left: 0;
}
.oneday .swiper-button-next {
	right: 0;
}
.oneday .swiper-button-prev::after,
.oneday .swiper-button-next::after {
	width: 16px;
	height: 10px;
	background: url(/company/recruit/assets/img/icon_link_arrow.svg) no-repeat 50% / cover;
	filter: var(--filter-black);
	font-size: 0;
}
.oneday .swiper-button-prev::after {
	transform: scale(-1,1);
}
@media print, screen and (min-width: 768px) {/* PC */
.oneday {
	scroll-margin-top: 80px;
	padding: 100px 0;
}
.oneday h2 {
	max-width: 1360px;
	margin-inline: auto;
	padding-inline: 40px;
	gap: 0 30px;
}
.oneday h2 span:first-child {
	font-size: calc(5.4rem / 1.6);
}
.oneday h2 span:last-child {
}
.oneday .swiper {
	margin: 0;
	padding-left: 20px;
}
.oneday .swiper-slide {
	width: 466px;
}
.oneday .time {
	font-size: calc(5.4rem / 1.6);
}
.oneday .time::before,
.oneday .time::after {
	width: calc(50% - calc(5.4rem / 1.6));
}
.oneday .set {
	padding: 50px 40px;
}
.oneday .set::before {
	top: -20px;
	width: 40px;
	height: 40px;
}
.oneday .set::after {
	top: -10px;
	width: 20px;
	height: 20px;
}
.oneday .set h3 {
	margin: 0 -5px 20px;
	font-size: calc(2.2rem / 1.6);
}
.oneday .set p {
	font-size: calc(1.4rem / 1.6);
	line-height: calc(26 / 14);
}
.oneday .swiper-button-prev,
.oneday .swiper-button-next {
	top: calc(50% + 30px);
	width: 66px;
	height: 66px;
}
.oneday .swiper-button-prev::after,
.oneday .swiper-button-next::after {
	width: 20px;
	height: 14px;
}
}/* @media */
@media print, screen and (max-width: 1440px) and (min-width: 768px) {
.oneday h2 span:first-child {
	font-size: calc(4rem / 1.6);
}
.oneday .time {
	font-size: calc(3.2rem / 1.6);
}
.oneday .set h3 {
	font-size: calc(1.8rem / 1.6);
}
}/* @media */
@media (hover:hover) {
.oneday .swiper-button-prev,
.oneday .swiper-button-next {
	transition: opacity .3s;
}
.oneday .swiper-button-prev:hover,
.oneday .swiper-button-next:hover {
	opacity: .8;
}
}/* @media */
/* -----------------------------------------------
= other
----------------------------------------------- */
.other {
	padding: 50px 0 60px;
	color: #fff;
	background: url(/company/recruit/people/img/bg_detail_sp.jpg) no-repeat 50% / cover;
}
.other h2 {
	display: flex;
	align-items: center;
	gap: 0 20px;
	margin: 0 20px 35px;
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(255,255,255,.3);
}
.other h2 span:first-child {
	font-family: var(--fig);
	font-size: calc(3.2rem / 1.6);
	font-weight: 600;
	letter-spacing: 0;
}
.other h2 span:last-child {
	padding: 5px 10px;
	color: #fff;
	background: rgba(255,255,255,.1);
	font-size: calc(1.2rem / 1.6);
	letter-spacing: 0;
}
.other .swiper-slide .item::before,
.other .swiper-slide .item::after {
	content: "";
	position: absolute;
	z-index: 1;
	width: calc(80 / 375 * 100vw);
	height: calc(14 / 375 * 100vw);
	opacity: 0;
	transition: opacity .5s;
}
.other .swiper-slide-active .item::before,
.other .swiper-slide-active .item::after {
	opacity: 1;
	animation: mask 1s ease-in-out forwards;
}
.other .swiper-slide .item::before {
	top: calc(45 / 375 * 100vw);
	left: calc(-40 / 375 * 100vw);
	background: var(--grad-red);
	transition-delay: .4s;
	animation-delay: .4s;
}
.other .swiper-slide .item::after {
	top: calc(200 / 375 * 100vw);
	right: calc(-40 / 375 * 100vw);
	background: var(--grad-blue);
	transition-delay: .8s;
	animation-delay: .8s;
}
.other .item {
	position: relative;
}
.other .item a {
	display: block;
}
.other .item .img {
	position: relative;
	background: var(--black);
	overflow: hidden;
}
.other .item .img img {
	opacity: .4;
	filter: blur(6px);
	transition: transform .3s;
}
.other .swiper-slide-active .img img {
	opacity: 1;
	filter: blur(0);
}
.other .item .img .type {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	padding: 4px 8px;
	color: #fff;
	background: var(--black);
	font-size: calc(1.1rem / 1.6);
	font-weight: 700;
	opacity: 0;
}
.other .swiper-slide-active .img .type {
	opacity: 1;
}
.other .item .set {
	margin: 25px -55px 35px 0;
	opacity: 0;
	transition: opacity .5s;
}
.other .swiper-slide-active .set {
	opacity: 1;
}
.other .item .title {
	margin-bottom: 20px;
	font-size: calc(1.9rem / 1.6);
	font-weight: 700;
	line-height: calc(27 / 19);
	overflow: hidden;
}
.other .char {
	display: inline-block;
	opacity: 0;
	transform: translateY(1em);
}
.other.is-show .char {
	animation: none;
}
.other .is-animate .char {
	animation: charIn 0.6s forwards cubic-bezier(.2,.8,.2,1);
	animation-delay: var(--char-delay);
}
@keyframes charIn {
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
.other .item .name {
	margin-bottom: 10px;
	font-family: var(--fig);
	font-size: calc(1.5rem / 1.6);
	font-weight: 600;
}
.other .item .division {
	font-size: calc(1rem / 1.6);
	line-height: 1.7;
}
.other .item .division span {
	display: block;
}
.other .swiper-button-prev {
	left: 20px;
}
.other .swiper-button-next {
	right: 20px;
}
.other .swiper-button-prev,
.other .swiper-button-next {
	top: calc(130 / 375 * 100vw);
	width: 38px;
	height: 38px;
	border: 1px solid rgba(255,255,255,.3);
}
.other .swiper-button-prev::after,
.other .swiper-button-next::after {
	content: "";
	width: 16px;
	height: 11px;
	background: url(/company/recruit/assets/img/icon_link_arrow.svg) no-repeat 50% / cover;
	filter: var(--filter-white);
}
.other .swiper-button-prev::after {
	transform: scale(-1,1);
}
.other .swiper-pagination-wrapper {
	display: grid;
	place-content: center;
	position: absolute;
	bottom: 120px;
	left: 20px;
	width: 44px;
	height: 44px;
}
.other .swiper-pagination {
	display: grid;
	place-content: center;
	position: absolute;
	inset: 0;
}
.other .swiper-pagination-fraction {
	font-size: 0;
}
.other .swiper-pagination-current {
	font-family: var(--fig);
	font-size: calc(1.3rem / 1.6);
	font-weight: 600;
}
.other .circle-progress {
	position: absolute;
	top: 0;
	left: 0;
	width: 44px;
	height: 44px;
	transform: rotate(-90deg);
	overflow: visible;
}
.other circle {
	fill: none;
	stroke-width: 1;
}
.other circle.bg {
	stroke: rgba(255,255,255,.2);
}
.other circle.progress {
	stroke: #fff;
	stroke-dasharray: 125.66; /* 2πr = 2*3.14*20 = 125.66 */
	stroke-dashoffset: 125.66;
}
.other .btn-index {
	display: block;
	position: relative;
	margin: 0 20px;
	padding: 12px;
	border: 1px solid rgba(255,255,255,.3);
	font-family: var(--fig);
	font-size: calc(1.3rem / 1.6);
	font-weight: 600;
	text-align: center;
}
.other .btn-index::after {
	content: "";
	position: absolute;
	top: calc(50% - 5.5px);
	right: 15px;
	width: 16px;
	height: 11px;
	background: url(/company/recruit/assets/img/icon_link_arrow.svg) no-repeat 50% / cover;
	filter: var(--filter-white);
}
.other .btn-index span::before {
	content: "";
	display: inline-block;
	width: 9px;
	height: 9px;
	margin-right: 9px;
	background: url(/company/recruit/img/icon_index.svg) no-repeat 50% / cover;
}
@media print, screen and (min-width: 768px) {/* PC */
.other {
	position: relative;
	padding: 100px 40px;
	background: url(/company/recruit/people/img/bg_detail_pc.jpg) no-repeat 50% / cover;
}
.other h2 {
	max-width: 1360px;
	margin: 0 auto 80px;
	padding-bottom: 30px;
}
.other h2 span:first-child {
	font-size: calc(5.4rem / 1.6);
}
.other h2 span:last-child {
	font-size: calc(1.6rem / 1.6);
}
.other .list {
	padding-inline: 20px;
}
.other .swiper {
	position: relative;
	max-width: 579px;
	margin-inline: auto;
	padding-left: 149px;
}
.other .swiper-wrapper {
	align-items: flex-end;
}
.other .swiper-slide {
	display: flex;
	align-items: end;
	position: relative;
	min-height: 570px;
}
.other .item {
	width: 100%;
}
.other .swiper-slide .item::before,
.other .swiper-slide .item::after {
	width: 220px;
	height: 20px;
}
.other .swiper-slide .item::before {
	top: 60px;
	left: -280px;
}
.other .swiper-slide .item::after {
	top: 340px;
	left: 80px;
	right: auto;
}
.other .item .img {
	float: right;
	margin-bottom: 40px;
}
.other .item .img img {
	opacity: 1;
	filter: blur(0);
}
.other .swiper-slide .item .img img {
	width: 173px;
	transition: width .5s, transform .3s;
}
.other .swiper-slide-active .item .img img {
	width: 342px;
}
.other .item .img .type {
	padding: 5px 18px;
	background: #545c7a;
	font-size: calc(1.4rem / 1.6);
	opacity: 1;
}
.other .item .set {
	clear: right;
	margin: 0;
}
.other .item .title {
	position: absolute;
	top: 70px;
	left: calc(100% + 20px);
	width: 350px;
	font-size: calc(2.8rem / 1.6);
	line-height: calc(58 / 42);
}
.other .swiper-slide-active .title {
	opacity: 1;
}
.other .item .name {
	position: relative;
	left: -149px;
	margin-block: 40px 20px;
	font-size: calc(3.6rem / 1.6);
}
.other .item .division {
	position: relative;
	left: -149px;
	margin-right: -100vw;
	font-size: calc(1.4rem / 1.6);
	line-height: 1.4;
}
.other .item .division span {
	display: block;
	margin-bottom: 10px;
}
.other .swiper-button-prev,
.other .swiper-button-next {
	top: auto;
	bottom: 10px;
	width: 64px;
	height: 64px;
}
.other .swiper-button-prev {
	left: auto;
	right: 76px;
}
.other .swiper-button-next {
	right: 0;
}
.other .swiper-pagination-wrapper {
	top: 8px;
	left: 360px;
	bottom: auto;
}
.other .btn-index {
	position: absolute;
	right: 152px;
	bottom: 10px;
	z-index: 1;
	width: 180px;
	margin: 0;
	padding: 24px 0 23px;
	font-size: calc(1.4rem / 1.6);
}
.other .btn-index::after {
	display: none;
}
.other .btn-index span::before {
	width: 10px;
	height: 10px;
	margin-right: 10px;
}
.other .slide-text {
	margin: 60px 0 80px;
}
}/* @media */
@media print, screen and (min-width: 1024px) {/* TABLET wide & PC narrow */
.other .swiper {
	max-width: 840px;
	padding-left: 144px;
}
.other .swiper-wrapper {
	padding-top: 0;
}
.other .swiper-slide {
	min-height: 550px;
}
.other .swiper-slide .item .img img {
	width: 190px;
}
.other .swiper-slide-active .item .img img {
	width: 354px;
}
.other .item .title {
	top: 80px;
	width: 610px;
	font-size: calc(3.2rem / 1.6);
}
.other .item .name {
	left: -144px;
}
.other .item .division {
	left: -144px;
}
.other .item .division span {
	display: inline-block;
}
.other .item .division span + span {
	margin-left: 1em;
	padding-left: 1em;
	border-left: 1px solid rgba(255,255,255,.3);
}
.other .swiper-pagination-wrapper {
	left: 380px;
	width: 64px;
	height: 64px;
}
.other .swiper-pagination-current {
	font-size: calc(1.8rem / 1.6);
}
.other .circle-progress {
	width: 64px;
	height: 64px;
}
.other circle {
	stroke-width: 2;
}
.other circle.progress {
	stroke-dasharray: 188.4;
	stroke-dashoffset: 188.4;
}
}/* @media */
@media print, screen and (min-width: 1360px) {/* PC wide */
.other .hdg-set {
	min-height: 212px;
}
.other .swiper {
	max-width: 1080px;
	padding-left: 200px;
}
.other .swiper-slide {
	min-height: 690px;
}
.other .swiper-slide .item::before {
	top: 86px;
	left: -300px;
}
.other .swiper-slide .item::after {
	top: 464px;
	left: 120px;
}
.other .swiper-slide .item .img img {
	width: 230px;
}
.other .swiper-slide-active .item .img img {
	width: 470px;
}
.other .item .title {
	left: calc(100% + 40px);
	width: 800px;
	font-size: calc(4.2rem / 1.6);
}
.other .item .name {
	left: -200px;
	margin-block: 40px 20px;
}
.other .item .division {
	left: -200px;
}
.other .swiper-pagination-wrapper {
	top: 10px;
	left: 510px;
}
}/* @media */
@media print, screen and (max-width: 1440px) and (min-width: 768px) {
.other h2 span:first-child {
	font-size: calc(4rem / 1.6);
}
}/* @media */
@media (hover:hover) {
.other .item a:hover .img img {
	transform: scale(1.1);
}
.other .swiper-button-prev,
.other .swiper-button-next {
	transition: border .3s;
}
.other .swiper-button-prev:hover,
.other .swiper-button-next:hover {
	border-color: #fff;
}
.other .btn-index {
	transition: border .3s;
}
.other .btn-index:hover {
	border-color: #fff;
}
}/* @media */



