/* -----------------------------------------------
= page-title
----------------------------------------------- */
.page-title {
	padding: 20px;
	background: var(--bg-blue);
}
.page-title .breadcrumbs {
	display: flex;
	margin-bottom: 50px;
}
.page-title .breadcrumbs li {
	font-family: var(--jp);
	font-size: calc(1.2rem / 1.6);
}
.page-title .breadcrumbs li:last-child {
	color: var(--dark-blue);
}
.page-title .breadcrumbs li + li {
	position: relative;
	margin-left: 10px;
	padding-left: 14px;
}
.page-title .breadcrumbs li + li::before {
	content: "";
	position: absolute;
	top: calc(50% - 4px);
	left: 0;
	width: 4px;
	height: 8px;
	background: url(../img/shared/icon-breadcrumbs.svg) no-repeat 50% / cover;
}
.page-title h1 {
	font-family: var(--jp);
	font-size: calc(3.4rem / 1.6);
}
@media print, screen and (min-width: 768px) {/* PC */
.page-title {
	padding: 50px 30px 100px;
}
.page-title .breadcrumbs {
	max-width: 1080px;
	margin-inline: auto;
}
.page-title .breadcrumbs li {
	font-size: calc(1.4rem / 1.6);
}
.page-title h1 {
	max-width: 960px;
	margin-inline: auto;
	font-size: calc(5.4rem / 1.6);
}
}/* @media */
/* -----------------------------------------------
= page-link
----------------------------------------------- */
.page-link {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
	padding: 40px 10px 70px;
}
.page-link li {
	width: 171px;
	padding-bottom: 10px;
	background: url(../img/shared/page-link-arrow-sp.svg) no-repeat 50% 100% / 9px auto;
}
.page-link a {
	display: grid;
	place-content: center;
	position: relative;
	z-index: 1;
	min-height: 49px;
	font-size: calc(1.2rem / 1.6);
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	letter-spacing: .05em;
}
.page-link a::before,
.page-link a::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
}
.page-link a::before {
	background: url(../img/shared/page-link-bg-sp.svg) no-repeat 50% 0 / 100% auto;
}
.page-link a::after {
	background: url(../img/shared/page-link-bg-hover.svg) no-repeat 50% 0 / 100% auto;
	opacity: 0;
}
@media print, screen and (min-width: 768px) {/* PC */
.page-link {
	gap: 23px;
	padding: 100px 30px 150px;
}
.page-link li {
	width: 231px;
	padding-bottom: 15px;
	background: url(../img/shared/page-link-arrow.svg) no-repeat 50% 100% / 12px auto;
}
.page-link a {
	min-height: 60px;
	padding-top: 5px;
	font-size: calc(1.4rem / 1.6);
}
.page-link a::before {
	background: url(../img/shared/page-link-bg.svg) no-repeat 50% 0 / 100% auto;
}
}/* @media */
@media (hover:hover) {
.page-link a {
	transition: color .3s;
}
.page-link a:hover {
	color: #fff;
}
.page-link a::after {
	transition: opacity .3s;
}
.page-link a:hover::after {
	opacity: 1;
}
}/* @media */
/* -----------------------------------------------
= accordion
----------------------------------------------- */
.js-accordion-content {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease;
	background: #fff;
}
/* -----------------------------------------------
= section / sub-title
----------------------------------------------- */
.section {
	scroll-margin-top: 60px;
	padding-inline: 20px;
}
.section + .section {
	margin-top: 100px;
}
.section .sub-title {
	position: relative;
	margin-bottom: 35px;
	margin-right: -20px;
	padding-left: 16px;
	font-size: calc(2.4rem / 1.6);
	font-weight: 700;
	letter-spacing: .05em;
}
.section .sub-title::before {
	content: "";
	position: absolute;
	top: calc(50% - 4px);
	left: 0;
	width: 8px;
	height: 8px;
	background: var(--dark-blue);
	border-radius: 50%;
}
@media print, screen and (min-width: 768px) {/* PC */
.section {
	max-width: 960px;
	scroll-margin-top: 70px;
	margin-inline: auto;
	padding-inline: 30px;
}
.section + .section {
	margin-top: 150px;
}
.section .sub-title {
	margin-bottom: 50px;
	margin-right: 0;
	padding-left: 25px;
	font-size: calc(3rem / 1.6);
}
.section .sub-title::before {
	top: calc(50% - 5px);
	width: 10px;
	height: 10px;
}
}/* @media */
/* -----------------------------------------------
= contents / side-link
----------------------------------------------- */
.contents {
	padding-top: 40px;
}
@media print, screen and (min-width: 768px) {/* PC */
.contents {
	display: flex;
	gap: 0 calc(40 / 1220 * 100%);
	max-width: 1280px;
	margin-inline: auto;
	padding: 50px 30px 0;
}
.contents .side {
	width: 220px;
	padding-bottom: 150px;
}
.contents .side-link {
	position: sticky;
	top: 80px;
}
.contents .side-link li + li {
	margin-bottom: -2px;
	padding-top: 26px;
	background: url(../img/shared/bg-side-dot.svg) no-repeat 13px -8px / 4px auto;
}
.contents .side-link a {
	display: block;
	position: relative;
	min-height: 30px;
	color: var(--blue);
	font-size: calc(1.4rem / 1.6);
	font-weight: 700;
	letter-spacing: .025em;
}
.contents .side-link a::before {
	content: "";
	position: absolute;
	top: 8px;
	left: 9px;
	width: 10px;
	height: 10px;
	border: 1px solid var(--blue);
	border-radius: 50%;
	transition: .3s;
}
.contents .side-link a::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 30px;
	background: #fff;
	border-radius: 50%;
	box-shadow: 0 0 2px rgba(0,0,0,.25);
	opacity: 0;
	transition: opacity .3s;
}
.contents .side-link a.is-active::before {
	top: 11px;
	left: 11px;
	width: 8px;
	height: 8px;
	border: none;
	z-index: 1;
	background: var(--blue);
}
.contents .side-link a.is-active::after {
	opacity: 1;
}
.contents .side-link a:hover::before {
	background: var(--blue);
}
.contents .side-link a span {
	position: absolute;
	top: 50%;
	left: 46px;
	transform: translateY(-50%);
	opacity: 0;
	transition: opacity .3s;
}
.contents .side-link a:hover span,
.contents .side-link a.is-active span {
	opacity: 1;
}
.contents .article {
	flex: 1;
}
.contents .article .section {
	padding-inline: 0;
}
}/* @media */




