/* -----------------------------------------------
= main
----------------------------------------------- */
.main {
	color: #fff;
	background: #333;
}
/* -----------------------------------------------
= page-title
----------------------------------------------- */
.page-title.js-inview {
	transform: translateY(0);
}
.page-title .category {
	display: flex;
	gap: 0 10px;
	padding: 10px 20px 5px;
	font-size: calc(1rem / 1.6);
	font-weight: 700;
	line-height: 1.4;
}
.page-title .category .en {
	font-family: var(--josefin);
	font-weight: 600;
}
.page-title .img {
	position: relative;
	margin-bottom: 25px;
}
.page-title .img .en {
	position: absolute;
	top: calc(168 / 750 * 100vw);
	left: calc(40 / 750 * 100vw);
	color: #ed4855;
	font-family: var(--josefin);
	font-size: calc(4.6rem / 1.6);
	font-weight: 600;
	line-height: .9;
	letter-spacing: .08em;
}
.page-title .img h1 {
	position: absolute;
	top: calc(194 / 750 * 100vw);
	left: calc(220 / 750 * 100vw);
	font-size: calc(1.6rem / 1.6);
	font-weight: 700;
	line-height: 1;
	letter-spacing: .1em;
}
.page-title .lead {
	margin-bottom: 20px;
	color: #ed4855;
	font-size: calc(2.2rem / 1.6);
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	letter-spacing: .08em;
}
.page-title .text {
	margin: 0 20px 50px;
	font-size: calc(1.4rem / 1.6);
	font-weight: 700;
	letter-spacing: .04em;
}
@media print, screen and (min-width: 768px) {/* PC */
.page-title {
	position: relative;
	overflow: hidden;
}
.page-title .category {
	display: block;
	padding: 10px 30px 20px;
}
.page-title .category .en {
	font-size: calc(1.8rem / 1.6);
}
.page-title .category .jp {
	font-size: calc(1.4rem / 1.6);
}
.page-title .img {
	margin-left: calc(100 / 1500 * 100vw);
	margin-right: calc(-142 / 1500 * 100vw);
}
.page-title .img .en {
	top: calc(240 / 1500 * 100vw);
	left: calc(60 / 1500 * 100vw);
	font-size: min(calc(12rem / 1.6), calc(120 / 1500 * 100vw));
}
.page-title .img h1 {
	top: calc(270 / 1500 * 100vw);
	left: calc(300 / 1500 * 100vw);
	font-size: min(calc(2.8rem / 1.6), calc(28 / 1500 * 100vw));
}
.page-title .lead {
	max-width: calc(1020 / 1500 * 100vw);
	margin: 0 auto 30px;
	font-size: calc(4.4rem / 1.6);
	text-align: left;
}
.page-title .text {
	max-width: calc(980 / 1500 * 100vw);
	margin: 0 auto 160px;
	font-size: calc(1.8rem / 1.6);
	font-weight: 500;
}
.page-title .text span {
	display: block;
	text-indent: -.2em;
}
.page-title .text span:nth-child(2) {
	margin-left: .5em;
}
.page-title .text span:nth-child(3) {
	margin-left: 1em;
}
.page-title .text span:nth-child(4) {
	margin-left: 1.5em;
}
.page-title .text span:nth-child(5) {
	margin-left: 2em;
}
}/* @media */
/* -----------------------------------------------
= page-link
----------------------------------------------- */
.page-link {
	padding-inline: 20px;
}
.page-link ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 28px 16px;
}
.page-link li {
	width: calc(50% - 8px);
}
.page-link a {
	display: block;
	position: relative;
	padding: 13px 10px;
	color: #000;
	font-size: calc(1.2rem / 1.6);
	text-align: center;
}
.page-link li:nth-child(1) a {
	background: #e628cc;
}
.page-link li:nth-child(2) a {
	background: #49e500;
}
.page-link li:nth-child(3) a {
	background: #00b6b1;
}
.page-link li:nth-child(4) a {
	background: #00b7ff;
}
.page-link li:nth-child(5) a {
	background: #ff0;
}
.page-link li:nth-child(6) a {
	background: #ff9600;
}
.page-link li:nth-child(7) a {
	background: #5d49ff;
}
.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;
}
.page-link li:nth-child(1) a::before {
	background: #e628cc;
}
.page-link li:nth-child(2) a::before {
	background: #49e500;
}
.page-link li:nth-child(3) a::before {
	background: #00b6b1;
}
.page-link li:nth-child(4) a::before {
	background: #00b7ff;
}
.page-link li:nth-child(5) a::before {
	background: #ff0;
}
.page-link li:nth-child(6) a::before {
	background: #ff9600;
}
.page-link li:nth-child(7) a::before {
	background: #5d49ff;
}
.page-link a::after {
	bottom: -6px;
	width: 8px;
	height: 6px;
	background: #333;
}
@media print, screen and (min-width: 768px) {/* PC */
.page-link {
	max-width: 1180px;
	margin: 0 auto 175px;
}
.page-link ul {
	gap: 52px 30px;
}
.page-link li {
	width: 272px;
}
.page-link a {
	display: grid;
	place-content: center;
	min-height: calc(8rem / 1.6);
	padding: 0;
	font-size: calc(2rem / 1.6);
}
.page-link a::before {
	bottom: -20px;
	width: 30px;
	height: 20px;
}
.page-link a::after {
	bottom: -12px;
	width: 16px;
	height: 12px;
}
}/* @media */
@media (hover:hover) {
.page-link a {
	transition: .3s;
}
.page-link a:hover {
	color: #fff;
	font-size: calc(2.4rem / 1.6);
	font-weight: 700;
}
.page-link a::after {
	transition: background .3s;
}
.page-link a:hover::after {
	background: #fff;
}
}/* @media */
/* -----------------------------------------------
= contents
----------------------------------------------- */
@media print, screen and (min-width: 768px) {/* PC */
.contents {
	display: flex;
	margin-bottom: 50px;
}
}/* @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: #edede0;
	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: #edede0;
	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);
}
@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: 360px;
}
.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);
}
.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;
}
}/* @media */
/* -----------------------------------------------
= department
----------------------------------------------- */
.department {
	margin-bottom: 50px;
	padding-bottom: 50px;
}
@media print, screen and (min-width: 768px) {/* PC */
.department {
	flex: 1;
	min-width: 0;
	margin-bottom: 0;
}
}/* @media */
/* -----------------------------------------------
= section
----------------------------------------------- */
.section {
	position: relative;
	scroll-margin-top: 44px;
	margin-bottom: 100px;
	padding-block: 40px;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover;
}
.section.marketing {
	background-image: url(../../img/job-and-people/department-introduction/index_marketing_bg.webp);
}
.section.planning {
	background-image: url(../../img/job-and-people/department-introduction/index_planning_bg.webp);
}
.section.dome {
	background-image: url(../../img/job-and-people/department-introduction/index_dome_bg.webp);
}
.section.food {
	background-image: url(../../img/job-and-people/department-introduction/index_food_bg.webp);
}
.section.amusement {
	background-image: url(../../img/job-and-people/department-introduction/index_amusement_bg.webp);
}
.section.laqua {
	background-image: url(../../img/job-and-people/department-introduction/index_laqua_bg.webp);
}
.section.retail {
	background-image: url(../../img/job-and-people/department-introduction/index_retail_bg.webp);
}
.section::before,
.section::after {
	content: "";
	position: absolute;
	z-index: -1;
	width: 98px;
	height: 82px;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 100% auto;
}
.section::before {
	top: 10px;
	left: 10px;
}
.section::after {
	top: 250px;
	right: 5px;
}
.section.marketing::before {
	background-image: url(../../img/job-and-people/department-introduction/index_marketing_dot01.webp);
}
.section.marketing::after {
	background-image: url(../../img/job-and-people/department-introduction/index_marketing_dot02.webp);
}
.section.planning::before {
	background-image: url(../../img/job-and-people/department-introduction/index_planning_dot01.webp);
}
.section.planning::after {
	background-image: url(../../img/job-and-people/department-introduction/index_planning_dot02.webp);
}
.section.dome::before {
	background-image: url(../../img/job-and-people/department-introduction/index_dome_dot01.webp);
}
.section.dome::after {
	background-image: url(../../img/job-and-people/department-introduction/index_dome_dot02.webp);
}
.section.food::before {
	background-image: url(../../img/job-and-people/department-introduction/index_food_dot01.webp);
}
.section.food::after {
	background-image: url(../../img/job-and-people/department-introduction/index_food_dot02.webp);
}
.section.amusement::before {
	background-image: url(../../img/job-and-people/department-introduction/index_amusement_dot01.webp);
}
.section.amusement::after {
	background-image: url(../../img/job-and-people/department-introduction/index_amusement_dot02.webp);
}
.section.laqua::before {
	background-image: url(../../img/job-and-people/department-introduction/index_laqua_dot01.webp);
}
.section.laqua::after {
	background-image: url(../../img/job-and-people/department-introduction/index_laqua_dot02.webp);
}
.section.retail::before {
	background-image: url(../../img/job-and-people/department-introduction/index_retail_dot01.webp);
}
.section.retail::after {
	background-image: url(../../img/job-and-people/department-introduction/index_retail_dot02.webp);
}
.section .inner {
	padding: 0 20px;
}
.section.marketing .inner {
	background: rgba(255,255,0,.35);
}
.section.planning .inner {
	background: rgba(230,40,204,.3);
}
.section.dome .inner {
	background: rgba(73,229,0,.3);
}
.section.food .inner {
	background: rgba(182,177,0,.3);
}
.section.amusement .inner {
	background: rgba(255,155,0,.35);
}
.section.laqua .inner {
	background: rgba(93,73,255,.35);
}
.section.retail .inner {
	background: rgba(0,183,255,.3);
}
.section h2 {
	max-width: calc(21.2rem / 1.6);
	margin-bottom: 25px;
	padding: 5px 10px;
	background: #333;
	border: 3px solid;
	font-size: calc(1.6rem / 1.6);
	font-weight: 700;
	line-height: 1.4;
}
.section.marketing h2 {
	border-color: #ff0;
}
.section.planning h2 {
	border-color: #e628cc;
}
.section.dome h2 {
	border-color: #49e500;
}
.section.food h2 {
	border-color: #00b6b1;
}
.section.amusement h2 {
	border-color: #ff9600;
}
.section.laqua h2 {
	border-color: #5d49ff;
}
.section.retail h2 {
	border-color: #00b7ff;
}
.section .img {
	display: block;
	max-width: 280px;
	margin: 0 auto -30px;
	box-shadow: 5px 5px 2px rgba(0,0,0,.2);
}
.section .box {
	position: relative;
	bottom: -90px;
	padding: 10px 20px;
	background: rgba(0,0,0,.65);
	border: 3px solid;
}
.section.marketing .box {
	border-color: #ff0;
}
.section.planning .box {
	border-color: #e628cc;
}
.section.dome .box {
	border-color: #49e500;
}
.section.food .box {
	border-color: #00b6b1;
}
.section.amusement .box {
	border-color: #ff9600;
}
.section.laqua .box {
	border-color: #5d49ff;
}
.section.retail .box {
	border-color: #00b7ff;
}
.section .box h3 {
	margin-bottom: 5px;
	font-size: calc(1.4rem / 1.6);
	font-weight: 700;
	letter-spacing: .04em;
}
.section .box p {
	font-size: calc(1.2rem / 1.6);
}
.section .related {
	margin: 10px -20px -10px;
}
.section .related a {
	display: flex;
	align-items: center;
	gap: 0 15px;
	padding: 10px 15px 7px;
}
.section.marketing .related a {
	color: #000;
	background: #ff0;
}
.section.planning .related a {
	background: #e628cc;
}
.section.dome .related a {
	background: #49e500;
}
.section.food .related a {
	background: #00b6b1;
}
.section.amusement .related a {
	background: #ff9600;
}
.section.laqua .related a {
	background: #5d49ff;
}
.section.retail .related a {
	background: #00b7ff;
}
.section .related img {
	width: 120px;
}
.section .related p {
	flex: 1;
	position: relative;
	padding-bottom: 30px;
}
.section .related p::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 20px;
	height: 20px;
	background: url(../../img/job-and-people/department-introduction/index_related_arrow.svg) no-repeat 50% / cover;
}
.section .related a[target="_blank"] p::after {
	width: 20px;
	height: 20px;
	background: url(../../img/shared/icon_external02.svg) no-repeat 50% / cover;
}
.section.amusement .related a[target="_blank"] p::after,
.section.laqua .related a[target="_blank"] p::after {
	filter: var(--filter-white);
}
.section .related span {
	display: block;
	line-height: 1.3;
}
.section .related span:first-child {
	font-family: var(--josefin);
	font-size: calc(1.1rem / 1.6);
	font-weight: 600;
	letter-spacing: .138em;
}
.section .related span:last-child {
	font-size: calc(1rem / 1.6);
	letter-spacing: .04em;
}
@media print, screen and (min-width: 768px) {/* PC */
.section {
	scroll-margin-top: 80px;
	margin: 0 98px 120px 0;
	padding: 100px;
}
.section:has(.related) {
	margin-bottom: 368px;
	padding-bottom: 160px;
}
.section::before,
.section::after {
	width: 246px;
	height: 206px;
}
.section::before {
	top: 24px;
	left: 24px;
}
.section::after {
	top: 586px;
	right: -38px;
}
.section .inner {
	padding: 0;
}
.section h2 {
	max-width: calc(54rem / 1.6);
	margin-bottom: 66px;
	padding: 5px 20px;
	border-width: 8px;
	font-size: calc(3.6rem / 1.6);
}
.section .img {
	max-width: 700px;
	margin: 0 auto 50px;
	box-shadow: 12px 12px 6px rgba(0,0,0,.2);
}
.section:has(.related) .img {
	margin-bottom: -251px;
}
.section .box {
	max-width: 884px;
	bottom: -100px;
	right: -100px;
	margin-left: auto;
	padding: 30px 40px;
	border-width: 8px;
}
.section:has(.related) .box {
	bottom: -408px;
}
.section .box h3 {
	margin-bottom: 15px;
	font-size: calc(2.8rem / 1.6);
}
.section .box p {
	font-size: calc(1.8rem / 1.6);
}
.section .related {
	margin: 30px -40px -30px;
}
.section .related a {
	gap: 0 48px;
	padding: 28px 40px 20px;
}
.section .related img {
	width: 300px;
}
.section .related p {
	padding-bottom: 50px;
}
.section .related p::after {
	width: 40px;
	height: 40px;
}
.section .related span:first-child {
	font-size: calc(2rem / 1.6);
	letter-spacing: .12em;
}
.section .related span:last-child {
	font-size: calc(1.8rem / 1.6);
}
}/* @media */
