.main {
	background: #fff;
}
/* -----------------------------------------------
= kv
----------------------------------------------- */
.kv {
	position: relative;
	z-index: 1;
	max-height: calc(100svh - 45px);
	padding-left: 15px;
}
.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 .set {
	position: absolute;
	left: 35px;
	right: 10px;
	bottom: 15px;
	z-index: 1;
	color: #fff;
}
.kv .num {
	margin-bottom: 3px;
	font-family: var(--fig);
	font-size: calc(1.4rem / 1.6);
	font-weight: 600;
	letter-spacing: 0;
}
.kv h1 {
	margin-bottom: 10px;
	font-size: calc(2.2rem / 1.6);
	font-weight: 700;
	line-height: calc(29 / 22);
	letter-spacing: 0;
}
.kv .name {
	font-size: calc(1.1rem / 1.6);
	letter-spacing: .05em;
}
.kv .img {
	overflow: hidden;
}
.kv .img img {
	height: 342px;
	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.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 .set {
	left: 80px;
	right: 80px;
	bottom: 30px;
}
.kv .num {
	margin-bottom: 15px;
	font-size: calc(1.8rem / 1.6);
}
.kv h1 {
	margin-bottom: 20px;
	font-size: calc(4.4rem / 1.6);
	line-height: calc(68 / 52);
}
.kv .name {
	font-size: calc(1.4rem / 1.6);
}
.kv .img img {
	height: calc(826 / 1920 * 100vw);
	max-height: calc(100vh - 110px);
}
.kv .scroll {
	display: inline-block;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
	padding: 50px 28px;
	background: #fff;
	font-family: var(--fig);
	font-size: calc(1.4rem / 1.6);
	font-weight: 600;
	writing-mode: sideways-lr;
}
.kv .scroll::before {
	content: "";
	position: absolute;
	top: -24px;
	right: 50%;
	width: 1px;
	height: 48px;
	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 .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 h1 {
	font-size: calc(3.6rem / 1.6);
}
.kv .img img {
	max-height: calc(100vh - 80px);
}
}/* @media */
/* -----------------------------------------------
= intro
----------------------------------------------- */
.intro {
	position: relative;
	margin-top: -280px;
	padding: 280px 0 40px;
	color: #fff;
	background: url(/company/recruit/job-and-project/img/bg_project-story_intro_sp.jpg) no-repeat 50% 100% / cover;
	text-align: center;
}
.intro h2 {
	display: inline-block;
	margin-bottom: 25px;
	padding-block: 5px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	font-family: var(--fig);
	font-size: calc(1.4rem / 1.6);
	font-weight: 600;
}
.intro .text {
	padding-inline: 20px;
	font-size: calc(1.2rem / 1.6);
	line-height: 2;
	text-align: left;
}
.intro .text + .text {
	margin-top: 1.5em;
}
@media print, screen and (min-width: 768px) {/* PC */
.intro {
	margin-top: -120px;
	padding: 190px 0 580px;
	background-image: url(/company/recruit/job-and-project/img/bg_project-story_intro_pc.jpg);
}
.intro h2 {
	margin-bottom: 30px;
	padding-block: 5px;
	font-size: calc(2rem / 1.6);
}
.intro .text {
	max-width: 1060px;
	margin-inline: auto;
	padding-inline: 40px;
	font-size: calc(1.8rem / 1.6);
	line-height: calc(38 / 18);
}
}/* @media */
/* -----------------------------------------------
= slide-text
----------------------------------------------- */
.slide-text {
	position: relative;
	color: rgba(255,255,255,.1);
	font-family: var(--fig);
	white-space: nowrap;
	overflow: hidden;
}
.slide-text span {
	display: inline-block;
	font-size: 60px;
	animation: marquee 50s linear infinite;
}
@keyframes marquee {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-50%);
	}
}
@media print, screen and (min-width: 768px) {/* PC */
.slide-text {
	margin-bottom: 70px;
}
.slide-text span {
	font-size: 120px;
}
}/* @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 {
	position: relative;
	margin: -480px 40px 0 0;
	padding: 100px 40px 70px;
}
.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: 160px;
	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 */
/* -----------------------------------------------
= members
----------------------------------------------- */
.members {
	scroll-margin-top: 45px;
	padding: 40px 20px;
	background: #f6f6f7;
}
.members h2 {
	margin-bottom: 30px;
	text-align: center;
}
.members h2 img {
	width: 60px;
	margin: 0 auto 10px;
	border-radius: 50%;
}
.members h2 span {
	display: block;
	font-family: var(--fig);
	font-size: calc(2.1rem / 1.6);
	font-weight: 600;
	letter-spacing: 0;
}
.members .list {
	border-top: 1px solid #e3e3e8;
}
.members .item {
	display: flex;
	align-items: start;
	gap: 0 20px;
	padding-block: 20px;
	border-bottom: 1px solid #e3e3e8;
}
.members .item img {
	width: 70px;
}
.members .item .set {
	flex: 1;
}
.members .division {
	display: inline-block;
	margin-bottom: 10px;
	padding: 2px 5px;
	color: #fff;
	background: #545c7a;
	font-size: calc(1rem / 1.6);
	font-weight: 700;
}
.members .name {
	margin-bottom: 15px;
	font-family: var(--fig);
	font-size: calc(1.8rem / 1.6);
	font-weight: 600;
	letter-spacing: .01em;
}
.members .year {
	font-size: calc(1rem / 1.6);
	letter-spacing: .05em;
}
.members .note {
	margin-top: 10px;
	font-size: calc(1rem / 1.6);
	text-align: right;
}
@media print, screen and (min-width: 768px) {/* PC */
.members {
	scroll-margin-top: 80px;
	padding: 80px 40px;
}
.members .inner {
	display: flex;
	align-items: center;
	gap: 0 calc(100 / 1360 * 100%);
	max-width: 1360px;
	margin-inline: auto;
}
.members h2 {
	width: max(146px, calc(146 / 1360 * 100%));
	margin-bottom: 0;
	text-align: left;
}
.members h2 img {
	width: 100px;
	margin: 0 0 30px;
}
.members h2 span {
	font-size: calc(3.2rem / 1.6);
}
.members .list {
	flex: 1;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0 calc(70 / 1360 * 100%);
	border-top: none;
}
.members .item {
	gap: 0 40px;
	padding-block: 40px;
	opacity: 0;
	transition: opacity .8s;
}
.members .list.is-show .item {
	opacity: 1;
}
.members .item:nth-child(1) {
	transition-delay: .4s;
}
.members .item:nth-child(2) {
	transition-delay: .6s;
}
.members .item:nth-child(3) {
	transition-delay: .8s;
}
.members .item:nth-child(4) {
	transition-delay: 1s;
}
.members .item:nth-child(1),
.members .item:nth-child(2) {
	border-top: 1px solid #e3e3e8;
}
.members .item img {
	width: 100px;
}
.members .division {
	margin-bottom: 12px;
	padding: 4px 12px;
	font-size: calc(1.4rem / 1.6);
}
.members .name {
	margin-bottom: 25px;
	font-size: calc(2.6rem / 1.6);
}
.members .year {
	font-size: calc(1.2rem / 1.6);
	line-height: 2;
}
.members .note {
	font-size: calc(1.2rem / 1.6);
	text-align: left;
}
}/* @media */
@media print, screen and (max-width: 1023px) and (min-width: 768px) {/* TABLET */
.members .list {
	display: block;
}
.members .item:nth-child(2) {
	border-top: none;
}
}/* @media */
/* -----------------------------------------------
= structure
----------------------------------------------- */
.structure {
	scroll-margin-top: 45px;
	padding: 50px 20px;
	background: url(/company/recruit/job-and-project/img/bg_project-story_structure_sp.jpg) no-repeat 50% / cover;
}
.structure h2 {
	margin-bottom: 25px;
}
.structure h2 span:first-child {
	padding: 5px 10px;
	color: #fff;
	background: var(--grad-orix);
	font-size: calc(1.2rem / 1.6);
	letter-spacing: 0;
}
.structure h2 span:last-child {
	display: block;
	margin-top: 15px;
	font-family: var(--fig);
	font-size: calc(3.2rem / 1.6);
	font-weight: 600;
	letter-spacing: 0;
}
.structure .text {
	margin-bottom: 35px;
	font-size: calc(1.2rem / 1.6);
	line-height: 2;
}
.structure .img {
	margin-right: -20px;
}
.structure .img img {
	width: 670px;
}
@media print, screen and (min-width: 768px) {/* PC */
.structure {
	scroll-margin-top: 80px;
	padding: 100px 40px;
	background-image: url(/company/recruit/job-and-project/img/bg_project-story_structure_pc.jpg);
}
.structure .inner {
	max-width: 1220px;
	margin-inline: auto;
}
.structure .title {
	display: flex;
	gap: 0 30px;
	margin-bottom: 50px;
}
.structure h2 {
	width: 50%;
	margin-bottom: 0;
}
.structure h2 span:first-child {
	font-size: calc(1.6rem / 1.6);
}
.structure h2 span:last-child {
	font-size: calc(5.4rem / 1.6);
}
.structure .text {
	width: 50%;
	margin-bottom: 0;
	font-size: calc(1.6rem / 1.6);
	line-height: 2;
}
.structure .img {
	margin-right: 0;
}
.structure .img img {
	width: 100%;
}
}/* @media */
/* -----------------------------------------------
= theme-wrapper
----------------------------------------------- */
@media print, screen and (min-width: 768px) {/* PC */
.theme-wrapper {
	display: flex;
}
.theme-img {
	width: 50%;
	background: url(/company/recruit/job-and-project/img/bg_project-story01_theme.jpg) no-repeat 50% / cover;
}
.theme-img ul {
	position: sticky;
	top: 80px;
}
.theme-img ul li {
	position: absolute;
	inset: 0;
	opacity: 0;
	transition: opacity .8s;
}
.theme-img ul li.is-active {
	opacity: 1;
}
.theme-img ul li figure {
	display: block;
	padding: calc(100 / 960 * 100%);
	height: calc(100vh - 80px);
	background: url(/company/recruit/job-and-project/img/bg_project-story01_theme.jpg) no-repeat 50% / cover;
}
.theme-img ul li img {
	display: block;
	max-width: 760px;
	margin-inline: auto;
	opacity: 0;
	transition: opacity .8s .8s;
}
.theme-img ul li.is-active img {
	opacity: 1;
}
.theme-img ul li figcaption {
	max-width: 760px;
	margin: 20px auto 0;
	color: #fff;
	font-size: calc(1.4rem / 1.6);
	opacity: 0;
	transition: opacity .8s .8s;
}
.theme-img ul li.is-active figcaption {
	opacity: 1;
}
.theme-inner {
	width: 50%;
}
}/* @media */
@media print, screen and (min-width: 1660px) {
.theme-img ul li figure {
	height: calc(100vh - 300px);
}
}/* @media */
/* -----------------------------------------------
= theme
----------------------------------------------- */
.theme {
	scroll-margin-top: 45px;
	padding: 50px 20px 0;
}
.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-size: calc(2.3rem / 1.6);
	font-weight: 700;
	line-height: calc(32 / 23);
	letter-spacing: 0;
}
.theme .text {
	margin-bottom: 20px;
	font-size: calc(1.2rem / 1.6);
	line-height: 2;
}
.theme .note {
	margin-bottom: 20px;
	font-size: calc(1rem / 1.6);
	line-height: 1.8;
}
.theme .img {
	margin-inline: -20px;
	padding: 50px 20px;
	background: url(/company/recruit/job-and-project/img/bg_project-story01_theme.jpg) no-repeat 50% / cover;
}
.theme .img img {
	opacity: 0;
	transition: opacity .8s .8s;
}
.theme .img.is-show img {
	opacity: 1;
}
.theme .img figcaption {
	margin-top: 15px;
	color: #fff;
	font-size: calc(1rem / 1.6);
	line-height: 1.7;
	letter-spacing: 0;
	opacity: 0;
	transition: opacity .8s .8s;
}
.theme .img.is-show figcaption {
	opacity: 1;
}
@media print, screen and (min-width: 768px) {/* PC */
.theme {
	max-width: 620px;
	scroll-margin-top: 80px;
	margin-inline: auto;
	padding: 0 40px 90px;
}
.theme .set {
	border-top: none;
	padding: 120px 0 0;
}
.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 .note {
	margin-bottom: 20px;
	font-size: calc(1.4rem / 1.6);
}
}/* @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 */
/* -----------------------------------------------
= column
----------------------------------------------- */
.column {
	scroll-margin-top: 45px;
	padding: 50px 20px;
	background: url(/company/recruit/job-and-project/img/bg_project-story_column_sp.jpg) no-repeat 50% / cover;
}
.column h2 {
	margin-bottom: 30px;
	color: #fff;
}
.column h2 span:first-child {
	display: inline-block;
	margin-bottom: 10px;
	padding-block: 5px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	font-family: var(--fig);
	font-size: calc(1.5rem / 1.6);
	font-weight: 600;
	letter-spacing: 0;
}
.column h2 span:last-child {
	display: block;
	font-family: var(--min);
	font-size: calc(2.8rem / 1.6);
	letter-spacing: -.02em;
}
.column .item {
	padding: 30px;
	background: #fff;
	border-left: 4px solid;
	border-image: var(--grad-orix) 1;
}
.column .item + .item {
	margin-top: 20px;
}
.column .title {
	margin-bottom: 15px;
}
.column h3 {
	margin-bottom: 25px;
	font-family: var(--min);
	font-size: calc(2rem / 1.6);
	line-height: calc(28 / 20);
	letter-spacing: 0;
}
.column .name {
	display: flex;
	align-items: center;
	gap: 0 10px;
}
.column .name img {
	width: 30px;
	border-radius: 50%;
}
.column .name span {
	font-family: var(--fig);
	font-size: calc(1.2rem / 1.6);
	font-weight: 600;
	letter-spacing: .01em;
}
.column .text {
	font-size: calc(1.2rem / 1.6);
	line-height: 2;
}
@media print, screen and (min-width: 768px) {/* PC */
.column {
	position: relative;
	z-index: 1;
	scroll-margin-top: 80px;
	padding: 100px 40px;
	background-image: url(/company/recruit/job-and-project/img/bg_project-story_column_pc.jpg);
}
.column .inner {
	max-width: 1360px;
	margin-inline: auto;
}
.column h2 {
	margin-bottom: 50px;
}
.column h2 span:first-child {
	margin-bottom: 20px;
	padding-block: 7px;
	font-size: calc(1.4rem / 1.6);
}
.column h2 span:last-child {
	font-size: calc(4.6rem / 1.6);
	letter-spacing: 0;
}
.column .list {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
	gap: 40px;
}
.column .item {
	padding: calc(60 / 650 * 100%);
	border-left: 10px solid;
}
.column .item:nth-child(2n) {
	transition-delay: .8s;
}
.column .item + .item {
	margin-top: 0;
}
.column .title {
	display: flex;
	gap: 0 25px;
	margin-bottom: 30px;
}
.column h3 {
	order: 2;
	margin-bottom: 0;
	padding-left: 30px;
	border-left: 1px solid #e2e2e7;
	font-size: calc(2.6rem / 1.6);
	line-height: calc(38 / 26);
}
.column .name {
	order: 1;
	gap: 0 20px;
}
.column .name img {
	width: 60px;
}
.column .name span {
	font-size: calc(1.6rem / 1.6);
}
.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;
}
.column .img {
	width: 100%;
}
}/* @media */
/* -----------------------------------------------
= recommended
----------------------------------------------- */
.recommended {
	position: relative;
	padding: 50px 20px;
}
.recommended h2 {
	margin-bottom: 30px;
}
.recommended h2 span {
	display: block;
	text-align: center;
}
.recommended h2 span:first-child {
	margin-bottom: 8px;
	color: #e2e2e7;
	font-family: var(--fig);
	font-size: calc(4.5rem / 1.6);
	line-height: 1;
	letter-spacing: -.01em;
}
.recommended h2 span:last-child {
	font-size: calc(1.7rem / 1.6);
	font-weight: 700;
	letter-spacing: 0;
}
.recommended li .title {
	position: absolute;
	left: 10px;
	bottom: 10px;
	right: 65px;
	font-size: calc(1.5rem / 1.6);
	font-weight: 700;
}
.recommended li .category {
	position: absolute;
	top: 10px;
	left: 10px;
	font-family: var(--fig);
	font-size: calc(1rem / 1.6);
	font-weight: 600;
}
.recommended li .category::before {
	content: "・";
}
.recommended a {
	display: block;
	position: relative;
	color: #fff;
	overflow: hidden;
}
.recommended a::before {
	content: "";
	position: absolute;
	right: 12px;
	bottom: 12px;
	z-index: 1;
	width: 38px;
	height: 38px;
	border: 1px solid rgba(255,255,255,.3);
}
.recommended a::after {
	content: "";
	position: absolute;
	right: 23px;
	bottom: 26px;
	width: 16px;
	height: 11px;
	background: url(/company/recruit/assets/img/icon_link_arrow.svg) no-repeat 50% / cover;
	filter: var(--filter-white);
}
@media print, screen and (min-width: 768px) {/* PC */
.recommended {
	padding: 100px 40px;
}
.recommended::before {
	left: 40px;
	right: 40px;
}
.recommended h2 {
	margin-bottom: 70px;
}
.recommended h2 span:first-child {
	margin-bottom: 8px;
	font-size: calc(9rem / 1.6);
}
.recommended h2 span:last-child {
	font-size: calc(3.6rem / 1.6);
}
.recommended ul {
	max-width: 900px;
	margin-inline: auto;
}
.recommended li .title {
	left: 20px;
	bottom: 20px;
	right: 106px;
	font-size: clamp(calc(2.4rem / 1.6),calc(30 / 1920 * 100vw),calc(3rem / 1.6));
}
.recommended li .category {
	top: 20px;
	left: 20px;
	font-size: calc(1.4rem / 1.6);
}
.recommended a::before {
	right: clamp(calc(10 / 1920 * 100vw), calc(20 / 1920 * 100vw), 20px);
	bottom: clamp(calc(10 / 1920 * 100vw), calc(20 / 1920 * 100vw), 20px);
	width: clamp(calc(40 / 1920 * 100vw), calc(64 / 1920 * 100vw), 64px);
	height: clamp(calc(40 / 1920 * 100vw), calc(64 / 1920 * 100vw), 64px);
}
.recommended a::after {
	right: clamp(calc(20 / 1920 * 100vw), calc(42 / 1920 * 100vw), 42px);
	bottom: clamp(calc(22 / 1920 * 100vw), calc(45 / 1920 * 100vw), 45px);
	width: clamp(calc(10 / 1920 * 100vw), calc(20 / 1920 * 100vw), 20px);
	height: clamp(calc(7 / 1920 * 100vw), calc(14 / 1920 * 100vw), 14px);
}
}/* @media */
@media print, screen and (max-width: 1440px) and (min-width: 768px) {
.recommended h2 span:first-child {
	font-size: calc(6rem / 1.6);
}
}/* @media */
@media (hover:hover) {
.recommended a::before {
	transition: border .3s;
}
.recommended a:hover::before {
	border-color: #fff;
}
.recommended a img {
	transition: transform .3s;
}
.recommended a:hover img {
	transform: scale(1.1);
}
}/* @media */



