/* -----------------------------------------------
= main
----------------------------------------------- */
.main {
	position: relative;
	overflow: clip;
}
.main::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -2;
	background: #f0ecec;
}
/* -----------------------------------------------
= page-title
----------------------------------------------- */
.page-title.js-inview {
	padding: 10px 0 20px 20px;
	transform: translateY(0);
}
.page-title .category {
	margin-bottom: 10px;
}
.page-title .category .en {
	font-size: calc(1rem / 1.6);
	font-family: var(--josefin);
	font-weight: 600;
	letter-spacing: 0;
}
.page-title .category .jp {
	font-size: calc(1.2rem / 1.6);
	letter-spacing: .04em;
}
.page-title .title {
	display: flex;
	align-items: end;
	gap: 0 20px;
	margin: 0 0 10px;
}
.page-title .title .en {
	font-family: var(--josefin);
	font-size: calc(2.4rem / 1.6);
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0;
}
.page-title .title h1 {
	font-size: calc(1.4rem / 1.6);
	font-weight: 700;
	letter-spacing: .04em;
}
@media print, screen and (min-width: 768px) {/* PC */
.page-title.js-inview {
	padding: 10px 0 90px 20px;
}
.page-title .category {
	margin-bottom: 0;
}
.page-title .category .en {
	font-size: calc(1.8rem / 1.6);
	line-height: calc(20 / 18);
}
.page-title .category .jp {
	font-size: calc(1.4rem / 1.6);
}
.page-title .title {
	margin: 0 0 35px 200px;
}
.page-title .title .en {
	font-size: calc(6rem / 1.6);
	letter-spacing: .2em;
}
.page-title .title h1 {
	font-size: calc(2.4rem / 1.6);
	letter-spacing: .2em;
}
.page-title .img {
	margin-left: 200px;
}
}/* @media */
@media print, screen and (max-width: 1440px) and (min-width: 768px) {
.page-title .title {
	display: block;
	margin-left: 80px;
}
.page-title .img {
	margin-left: 80px;
}
}/* @media */
/* -----------------------------------------------
= intro
----------------------------------------------- */
.intro {
	margin: 0 20px 40px;
}
.intro h2 {
	margin-bottom: 10px;
	font-size: calc(2rem / 1.6);
	font-weight: 700;
	line-height: calc(25 / 20);
	letter-spacing: .04em;
}
.intro h3 {
	margin-bottom: 10px;
	color: var(--red);
	font-size: calc(1.4rem / 1.6);
	line-height: calc(20 / 14);
	letter-spacing: .04em;
}
.intro p {
	font-size: calc(1.4rem / 1.6);
	line-height: calc(20 / 14);
	letter-spacing: .04em;
}
@media print, screen and (min-width: 768px) {/* PC */
.intro {
	max-width: 1140px;
	margin: 0 auto 120px;
	padding-inline: 20px;
}
.intro h2 {
	margin-bottom: 20px;
	font-size: calc(3.2rem / 1.6);
	line-height: calc(40 / 32);
}
.intro h3 {
	margin-bottom: 35px;
	font-size: calc(2.4rem / 1.6);
	line-height: calc(40 / 24);
}
.intro p {
	font-size: calc(1.6rem / 1.6);
	line-height: calc(28 / 16);
}
}/* @media */
/* -----------------------------------------------
= page-link
----------------------------------------------- */
.page-link {
	max-width: 300px;
	margin-inline: auto;
	padding-inline: 20px;
}
.page-link li + li {
	margin-top: 40px;
}
.page-link a {
	display: grid;
	place-content: center;
	position: relative;
	min-height: 70px;
	color: #000;
	background: #fff;
	line-height: 1.4;
	text-align: center;
}
.page-link a::before,
.page-link a::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.page-link a::before {
	bottom: -12px;
	width: 20px;
	height: 16px;
}
.page-link a::before {
	bottom: -12px;
	width: 20px;
	height: 16px;
	background: #fff;
}
.page-link a::after {
	bottom: -6px;
	width: 8px;
	height: 6px;
	background: #5e5e5e;
}
.page-link a span:first-child {
	display: block;
	color: var(--red);
	font-family: var(--josefin);
	font-size: calc(.9rem / 1.6);
	font-weight: 400;
	line-height: 1.1;
	letter-spacing: .08em;
}
.page-link a span:first-child span {
	font-size: calc(1rem / 1.6);
}
.page-link a span:last-child {
	display: block;
	font-size: calc(1.3rem / 1.6);
	letter-spacing: .08em;
}
@media print, screen and (min-width: 768px) {/* PC */
.page-link {
	max-width: 1180px;
	margin: 0 auto 247px;
}
.page-link ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 53px 38px;
}
.page-link li {
	width: 368px;
}
.page-link li + li {
	margin-top: 0;
}
.page-link a {
	min-height: 92px;
}
.page-link a::before {
	bottom: -20px;
	width: 30px;
	height: 20px;
}
.page-link a::after {
	bottom: -12px;
	width: 16px;
	height: 12px;
}
.page-link a span:first-child {
	font-size: calc(1.2rem / 1.6);
}
.page-link a span:first-child span {
	font-size: calc(1.4rem / 1.6);
}
.page-link a span:last-child {
	font-size: calc(1.6rem / 1.6);
}
}/* @media */
@media (hover:hover) {
.page-link a {
	transition: .3s;
}
.page-link a:hover {
	color: #fff;
	background: #ed4855;
}
.page-link a span:first-child {
	transition: color .3s;
}
.page-link a:hover span:first-child {
	color: #fff;
}
.page-link a::after {
	transition: background .3s;
}
.page-link a:hover::after {
	background: #ed4855;
}
}/* @media */
/* -----------------------------------------------
= contents
----------------------------------------------- */
@media print, screen and (min-width: 768px) {/* PC */
.contents {
	display: flex;
}
}/* @media */
/* -----------------------------------------------
= side
----------------------------------------------- */
.side {
	position: sticky;
	top: calc(100svh - 44px);
	z-index: 5;
}
.btn-side-nav {
	position: relative;
	width: 124px;
	height: 44px;
	padding-left: 44px;
	color: var(--red);
	background: #fff;
	border-radius: 0 5px 5px 0;
	font-size: 16px;
}
.btn-side-nav::before {
	content: "";
	position: absolute;
	top: 0;
	left: 20px;
	width: 16px;
	height: 100%;
	background: url(../../img/shared/icon_circle_arrow_red.svg) no-repeat 50% / 100% auto;
}
.side-nav {
	position: absolute;
	left: 0;
	bottom: 0;
	max-width: 300px;
	max-height: calc(100svh - 44px);
	overflow-y: auto;
	overscroll-behavior: contain;
	margin: 0;
	padding: 0;
	background: #fff;
	border-radius: 0 5px 5px 0;
	opacity: 0;
	pointer-events: none;
	transition: opacity .3s;
}
.side-nav.is-open {
	opacity: 1;
	pointer-events: auto;
}
.btn-side-nav-close {
	position: absolute;
	top: 6px;
	right: 6px;
	color: #333;
	font-size: 30px;
	line-height: 1;
}
.side-nav p {
	margin-bottom: 5px;
	padding: 10px 10px 0;
	color: var(--red);
	font-size: calc(1.4rem / 1.6);
	font-family: var(--josefin);
	font-weight: 600;
}
.side-nav ul {
	margin: 0 10px 10px;
}
.side-nav li a {
	display: inline-block;
	position: relative;
	padding-left: 16px;
	color: #000;
	font-size: calc(1.2rem / 1.6);
	line-height: 1.4;
}
.side-nav li a.is-active {
	color: var(--red);
}
.side-nav li a::before,
.side-nav li a::after {
	content: "";
	position: absolute;
	top: .2em;
	left: 0;
	border-radius: 50%;
}
.side-nav li a::after {
	width: 6px;
	height: 6px;
	margin: 3px;
	background: #f48f97;
}
.side-nav li a.is-active::before {
	width: 10px;
	height: 10px;
	border: 1px solid var(--red);
}
.side-nav li a.is-active::after {
	background: var(--red);
}
.side-nav li a span {
	display: block;
}
.side-nav .sub li a {
	padding-left: 16px;
}
.side-nav .sub li a::before {
	display: none;
}
.side-nav .sub li a::after {
	content: "・";
	position: absolute;
	top: .1em;
	left: 0;
	width: auto;
	height: auto;
	margin: 0;
	background: transparent;
	border-radius: 50%;
}
.side-nav .sub li a.is-active::before {
	display: none;
}
.side-nav .sub li a.is-active::after {
	color: var(--red);
}
@media print, screen and (min-width: 768px) {/* PC */
.side {
	position: static;
	width: 98px;
}
.side .sticky {
	position: sticky;
	top: 0;
	z-index: 5;
	height: calc(100vh - 80px);
	display: flex;
	align-items: center;
	margin-bottom: 80px;
}
.btn-side-nav {
	z-index: 1;
	width: 100px;
	height: 48px;
	margin-left: -26px;
	padding-left: 40px;
	border-radius: 10px 0 0 0;
	transform: rotate(90deg);
}
.btn-side-nav[aria-expanded="true"] {
	z-index: -1;
}
.btn-side-nav::before {
	top: 0;
	left: 10px;
	width: 20px;
	transform: rotate(-90deg);
}
.side-nav {
	top: calc(50% - 50px);
	bottom: auto;
	max-width: none;
	max-height: calc(100vh - 260px);
	border-radius: 0 10px 10px 0;
	opacity: 1;
	pointer-events: auto;
}
.side-nav.is-open {
	width: 184px;
}
.btn-side-nav-close {
	display: none;
	top: 12px;
	right: 12px;
	font-size: 30px;
}
.side-nav.is-open .btn-side-nav-close {
	display: block;
}
.side-nav p {
	display: none;
	margin-bottom: 5px;
	padding: 15px 20px 0;
	font-size: calc(1.6rem / 1.6);
}
.side-nav.is-open p {
	display: block;
}
.side-nav ul {
	margin: 80px 10px 20px 18px;
}
.side-nav.is-open ul {
	margin-top: 0;
}
.side-nav li {
	padding-block: 3px;
}
.side-nav.is-open li {
	padding-block: 5px;
}
.side-nav li a {
	padding-left: 20px;
	font-size: calc(1.4rem / 1.6);
	line-height: calc(18 / 14);
}
.side-nav li a::before,
.side-nav li a::after {
	top: .3em;
}
.side-nav li:first-child a::before,
.side-nav li:first-child a::after {
	top: .2em;
}
.side-nav li a span {
	display: none;
}
.side-nav.is-open li a span {
	display: block;
}
.side-nav .sub {
	display: none;
}
.side-nav.is-open .sub {
	display: block;
}
.side-nav.is-open .sub li {
	padding-block: 0;
}
.side-nav .sub li a {
	padding-left: 10px;
	line-height: calc(16 / 14);
}
.side-nav .sub li a::after {
	top: .05em;
}
}/* @media */
/* -----------------------------------------------
= career-case
----------------------------------------------- */
.career-case {
	padding-bottom: 50px;
}
@media print, screen and (min-width: 768px) {/* PC */
.career-case {
	flex: 1;
	min-width: 0;
}
}/* @media */
/* -----------------------------------------------
= section
----------------------------------------------- */
.section {
	position: relative;
	scroll-margin-top: 80px;
	padding-inline: 20px;
}
.section h2 > span {
	display: inline-block;
	background: #fff;
	border: 2px solid #000;
	font-weight: 700;
	letter-spacing: .04em;
}
.section h2 > span:first-child {
	padding: 3px 15px;
	border-bottom: none;
	border-radius: 10px 10px 0 0;
	font-size: calc(.9rem / 1.6);
}
.section h2 > span:first-child span {
	margin-left: .5em;
	font-size: calc(1.3rem / 1.6);
}
.section h2 > span:last-child {
	display: block;
	padding: 5px 15px;
	border-radius: 0 10px 10px 10px;
	font-size: calc(1.8rem / 1.6);
	line-height: calc(23 / 18);
}
.section .img {
	display: block;
	width: calc(100% + 20px);
	margin-top: -35px;
	margin-right: -20px;
}
.section.case01 .img {
	margin-top: -25px;
}
.section .inner {
	margin-top: -40px;
	padding: 60px 15px 0;
	background: #fff;
}
.section h3 {
	margin-bottom: 20px;
	color: var(--red);
	font-size: calc(1.6rem / 1.6);
	line-height: calc(22 / 16);
	letter-spacing: .04em;
}
.section .name {
	margin-bottom: 5px;
	font-size: calc(1.4rem / 1.6);
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: .04em;
}
.section .division {
	margin-bottom: 25px;
	font-size: calc(1.1rem / 1.6);
	line-height: 1.3;
	letter-spacing: .04em;
}
.section h4 {
	display: inline-block;
	min-width: 132px;
	margin-bottom: 20px;
	padding: 8px;
	background: #f0ecec;
	border: 1px solid #000;
	border-radius: 0 5px 5px 5px;
	font-size: calc(1.2rem / 1.6);
	font-weight: 700;
	line-height: 1;
	letter-spacing: .04em;
}
.section h4 span {
	font-size: calc(.96rem / 1.6);
}
.section h5 {
	margin-bottom: 10px;
	font-size: calc(1.4rem / 1.6);
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: .04em;
}
.section .text {
	margin-bottom: 30px;
	font-size: calc(1.4rem / 1.6);
	line-height: calc(20 / 14);
	letter-spacing: .04em;
}
.section .step {
	position: relative;
	margin-bottom: 40px;
}
.section .step::before {
	content: "";
	position: absolute;
	top: 8px;
	left: 6px;
	width: 3px;
	height: 100%;
	background: #e5dede;
}
.section .step::after {
	content: "";
	position: absolute;
	bottom: -4px;
	left: -6px;
	width: 24px;
	height: 24px;
	border-left: 3px solid #e5dede;
	border-bottom: 3px solid #e5dede;
	transform: rotate(-45deg);
}
.section .step li {
	position: relative;
	margin-bottom: 15px;
	padding-left: 40px;
}
.section .step li::before,
.section .step li::after {
	content: "";
	position: absolute;
}
.section .step li::before {
	top: 14px;
	left: 10px;
	width: 30px;
	height: 1px;
	border-top: 1px dashed #999;
}
.section .step li::after {
	top: 8px;
	left: 1px;
	width: 7px;
	height: 7px;
	background: #000;
	border: 3px solid #e5dede;
	border-radius: 50%;
}
.section .step .year {
	display: inline-block;
	margin-bottom: 8px;
	padding: 4px 6px;
	color: var(--red);
	background: #ffffe0;
	border: 1px solid var(--red);
	border-radius: 3px;
	font-size: calc(1.2rem / 1.6);
	font-weight: 700;
	line-height: 1;
	letter-spacing: .04em;
}
.section .step h5 {
	margin-bottom: 0;
	font-size: calc(1.35rem / 1.6);
}
.section .step h5.leave {
	position: relative;
	padding-top: 5px;
	padding-left: 16px;
}
.section .step h5.leave::before {
	content: "";
	position: absolute;
	top: .8em;
	left: 2px;
	width: 8px;
	height: 8px;
	background: var(--red);
	border-radius: 50%;
}
.section .step p {
	font-size: calc(1.2rem / 1.6);
	line-height: calc(20 / 12);
	letter-spacing: .04em;
}
.section .list {
	margin-block: -5px 30px;
	border-top: 1px solid #ffac60;
}
.section .list li {
	position: relative;
	padding: 6px 0 6px 16px;
	border-bottom: 1px solid #ffac60;
	font-size: calc(1.4rem / 1.6);
	line-height: calc(20 / 14);
	letter-spacing: .04em;
}
.section .list li::before {
	content: "";
	position: absolute;
	top: .8em;
	left: 2px;
	width: 8px;
	height: 8px;
	background: var(--red);
	border-radius: 50%;
}
.section .link {
	display: block;
	position: relative;
	width: 220px;
	margin-inline: auto;
	padding: 13px 40px 13px 13px;
	color: #fff;
	background: #ff7882;
	border-radius: 5px 5px 0 0;
	font-size: calc(1.2rem / 1.6);
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	letter-spacing: .04em;
}
.section .link::after {
	content: "";
	position: absolute;
	top: calc(50% - 12px);
	right: 10px;
	width: 24px;
	height: 24px;
	background: url(../../img/work-environment/career-case/index_icon_link.svg) no-repeat 50% 0 / cover;
}
@media print, screen and (min-width: 768px) {/* PC */
.section {
	scroll-margin-top: 220px;
	padding-inline: 0;
}
.section h2 {
	position: relative;
	z-index: 2;
	max-width: 1180px;
	margin-inline: auto;
}
.section h2 > span {
	border-width: 3px;
}
.section h2 > span:first-child {
	padding: 4px 30px;
	border-radius: 16px 16px 0 0;
	font-size: calc(1.8rem / 1.6);
}
.section h2 > span:first-child span {
	font-size: calc(2.6rem / 1.6);
}
.section h2 > span:last-child {
	display: inline-block;
	min-width: 567px;
	padding: 15px 30px;
	border-radius: 0 16px 16px 16px;
	font-size: calc(2.8rem / 1.6);
	line-height: calc(40 / 28);
}
.section .img {
	position: absolute;
	top: -90px;
	left: 50%;
	z-index: 0;
	width: min(710px, calc(710 / 1500 * 100vw));
}
.section .inner {
	max-width: 1060px;
	margin: 50px auto;
	padding: 40px 60px 0;
}
.section h3 {
	position: relative;
	z-index: 2;
	margin-bottom: 20px;
	font-size: calc(3.2rem / 1.6);
	line-height: calc(44 / 32);
	text-shadow: 1px 1px 0 #fff,-1px 1px 0 #fff,1px -1px 0 #fff,-1px -1px 0 #fff;
}
.section .name {
	margin-bottom: 5px;
	font-size: calc(1.8rem / 1.6);
}
.section .division {
	position: relative;
	z-index: 2;
	margin-bottom: 60px;
	font-size: calc(1.6rem / 1.6);
}
.section h4 {
	min-width: 210px;
	margin-bottom: 30px;
	padding: 10px 15px;
	border-width: 2px;
	border-radius: 0 8px 8px 8px;
	font-size: calc(2rem / 1.6);
}
.section h4 span {
	font-size: calc(1.6rem / 1.6);
}
.section h5 {
	margin-bottom: 10px;
	font-size: calc(2.4rem / 1.6);
	line-height: calc(32 / 24);
}
.section .text {
	margin-bottom: 70px;
	font-size: calc(2rem / 1.6);
	line-height: calc(32 / 20);
}
.section .step {
	margin-bottom: 70px;
}
.section .step::before {
	top: 8px;
	left: 40px;
	width: 4px;
}
.section .step::after {
	bottom: -4px;
	left: 24px;
	width: 32px;
	height: 32px;
	border-left-width: 4px;
	border-bottom-width: 4px;
}
.section .step li {
	margin-bottom: 20px;
	padding-left: 140px;
}
.section .step li::before {
	top: 14px;
	left: 40px;
	width: 97px;
}
.section .step li::after {
	top: 4px;
	left: 33px;
	width: 10px;
	height: 10px;
	border-width: 4px;
}
.section .step .year {
	padding: 5px 10px;
	border-radius: 3px;
	font-size: calc(1.4rem / 1.6);
}
.section .step h5 {
	font-size: calc(1.8rem / 1.6);
}
.section .step h5.leave {
	padding-top: 4px;
	padding-left: 22px;
}
.section .step h5.leave::before {
	top: .4em;
	left: 0;
	width: 14px;
	height: 14px;
}
.section .step p {
	font-size: calc(1.6rem / 1.6);
	line-height: calc(26 / 16);
}
.section .list {
	margin-block: 0 70px;
}
.section .list li {
	padding: 7px 0 7px 20px;
	font-size: calc(2rem / 1.6);
}
.section .list li::before {
	top: .8em;
	left: 0;
	width: 10px;
	height: 10px;
}
.section .link {
	width: 300px;
	padding: 15px 60px 15px 15px;
	border-radius: 8px 8px 0 0;
	font-size: calc(1.6rem / 1.6);
}
.section .link::after {
	top: calc(50% - 16px);
	right: 20px;
	width: 32px;
	height: 32px;
}
}/* @media */
@media (hover:hover) {
.section .link {
	transition: background .3s;
}
.section .link:hover {
	background: var(--red);
}
}
/* -----------------------------------------------
= bg
----------------------------------------------- */
.bg {
	position: relative;
	z-index: -1;
	width: 100vw;
	background: url(../../img/work-environment/career-case/index_bg01.webp) no-repeat 50% 0 / 100% auto;
}
.bg.bg01 {
	position: absolute;
	top: 0;
	left: 0;
	height: calc(2758 / 3000 * 100vw);
}
.bg.bg02 {
	height: calc(2594 / 3000 * 100vw);
	margin-block: calc(-135 / 375 * 100vw) calc(-90 / 375 * 100vw);
	background-image: url(../../img/work-environment/career-case/index_bg02.webp);
}
.bg.bg03 {
	height: calc(1644 / 3000 * 100vw);
	margin-block: calc(-60 / 375 * 100vw) calc(-70 / 375 * 100vw);
	background-image: url(../../img/work-environment/career-case/index_bg03.webp);
}
.bg.bg04 {
	height: calc(2594 / 3000 * 100vw);
	margin-block: calc(-130 / 375 * 100vw) calc(-90 / 375 * 100vw);
	background-image: url(../../img/work-environment/career-case/index_bg04.webp);
}
.bg.bg05 {
	height: calc(2594 / 3000 * 100vw);
	margin-block: calc(-120 / 375 * 100vw) calc(-120 / 375 * 100vw);
	background-image: url(../../img/work-environment/career-case/index_bg02.webp);
}
.bg.bg06 {
	height: calc(1644 / 3000 * 100vw);
	margin-block: calc(-60 / 375 * 100vw) calc(-90 / 375 * 100vw);
	background-image: url(../../img/work-environment/career-case/index_bg03.webp);
}
@media print, screen and (min-width: 768px) {/* PC */
.bg {
	left: 50vw;
	margin-left: calc(-50vw - 100px);
}
.bg.bg01 {
	left: 0;
	margin-left: 0;
}
.bg.bg02 {
	margin-block: calc(-1100 / 1500 * 100vw) calc(-80 / 1500 * 100vw);
}
.bg.bg03 {
	margin-block: calc(-760 / 1500 * 100vw) calc(60 / 1500 * 100vw);
}
.bg.bg04 {
	margin-block: calc(-1130 / 1500 * 100vw) calc(-50 / 1500 * 100vw);
}
.bg.bg05 {
	height: calc(1644 / 3000 * 100vw);
	margin-block: calc(-760 / 1500 * 100vw) calc(60 / 1500 * 100vw);
	background-image: url(../../img/work-environment/career-case/index_bg03.webp);
}
.bg.bg06 {
	height: calc(2594 / 3000 * 100vw);
	margin-block: calc(-810 / 1500 * 100vw) calc(-430 / 1500 * 100vw);
	background-image: url(../../img/work-environment/career-case/index_bg02.webp);
}
}/* @media */
