/* -----------------------------------------------
= reset
----------------------------------------------- */
html {
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
}
body, h1, h2, h3, h4, h5, h6, p,
dl, dt, dd, ol, ul, li,
figure, figcaption {
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-weight: 500;
}
ol, ul {
	list-style-type: "";
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}
a {
	color: inherit;
	text-decoration: none;
}
a img {
	border: none;
}
img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
button,
textarea {
	margin: 0;
	padding: 0;
	color: inherit;
	border: none;
	border-radius: 0;
	background: transparent;
	-webkit-appearance: none;
	appearance: none;
	font: inherit;
}
button {
	text-align: left;
	cursor: pointer;
	letter-spacing: .02em;
}
input {
	border: none;
	border-radius: 0;
	font: inherit;
}
select {
	font: inherit;
}
iframe {
	border: none;
}
/* -----------------------------------------------
= variable
----------------------------------------------- */
:root {
	--red: #ed0022;
	--blue: #004bc3;
	--green: #007d46;
	--min: "Noto Serif JP", serif;
	--gothic: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
	--en: "acumin-variable", sans-serif;
	--filter-white: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}
/* -----------------------------------------------
= animation
----------------------------------------------- */
.js-inview {
	opacity: 0;
	transition: .8s opacity .4s;
}
.js-inview.is-show {
	opacity: 1;
}
/* -----------------------------------------------
= hash
----------------------------------------------- */
section[id],
div[id] {
	scroll-margin-top: 44px;
}
@media print, screen and (min-width: 768px) {/* PC */
section[id],
div[id] {
	scroll-margin-top: 80px;
}
}/* @media */
/* -----------------------------------------------
= base
----------------------------------------------- */
body {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
	font-weight: 500;
	font-feature-settings: "palt";
	line-height: 1.5;
	letter-spacing: .06em;
}
.is-pc {
	display: none;
}
@media print, screen and (min-width: 768px) {/* PC */
.is-pc {
	display: block;
}
.is-sp {
	display: none;
}
}/* @media */
/* -----------------------------------------------
= header
----------------------------------------------- */
.header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 0 10px;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 10;
	padding: 2px 20px 2px 4px;
	background: #fff;
}
.header .site-name {
	display: flex;
	align-items: center;
	gap: 0 8px;
	z-index: 5;
}
.header .site-name img {
	width: 103px;
}
.header .site-name span {
	font-size: calc(1.2rem / 1.6);
	letter-spacing: .02em;
}
.header .site-name .initial-hidden {
	opacity: 0;
	transition: opacity .4s;
}
.is-menu-open .header .site-name .initial-hidden {
	opacity: 1;
}
.is-menu-open .header .site-name span {
	font-weight: 700;
}
@media print, screen and (min-width: 768px) {/* PC */
.header {
	gap: 0 40px;
	padding: 10px 40px 10px 23px;
}
.header .site-name {
	flex: 1;
	gap: 0 30px;
}
.header .site-name img {
	width: 138px;
}
.header .site-name span {
	font-size: min(calc(2rem / 1.6), calc(20 / 1500 * 100vw));
	letter-spacing: .06em;
}
.header .entry {
	display: flex;
	align-items: center;
	gap: 0 12px;
	z-index: 5;
	color: #fff;
}
.header .entry button {
	padding: 0 20px;
	clip-path: polygon(6px 0, calc(100% - 6px) 0, 100% 6px, 100% calc(100% - 6px), calc(100% - 6px) 100%, 6px 100%, 0 calc(100% - 6px), 0 6px);
	font-size: calc(1.6rem / 1.6);
	font-weight: bold;
	line-height: calc(3.4rem / 1.6);
	text-align: center;
	letter-spacing: .02em;
	white-space: nowrap;
}
.header .entry > li {
	position: relative;
}
.header .entry > li:nth-child(1) button {
	background: #ca576e;
}
.header .entry > li:nth-child(2) button {
	background: #4078c2;
}
.header .entry > li:nth-child(1) .set {
	background: #ca576e;
}
.header .entry > li:nth-child(2) .set {
	background: #4078c2;
}
.header .entry .set {
	position: absolute;
	top: 28px;
	left: 0;
	width: 100%;
	opacity: 0;
	pointer-events: none;
	transition: opacity .4s;
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - 6px), calc(100% - 6px) 100%, 6px 100%, 0 calc(100% - 6px));
}
.header .entry > li:hover .set {
	opacity: 1;
	pointer-events: auto;
}
.header .entry p {
	padding: 13px 5px 7px 10px;
	font-size: calc(1.4rem / 1.6);
	font-weight: bold;
	letter-spacing: 0;
}
.header .entry li {
	font-size: calc(1.4rem / 1.6);
	font-weight: bold;
	letter-spacing: 0;
}
.header .entry a {
	display: block;
	padding: 7px 5px 7px 10px;
}
}/* @media */
@media print, screen and (max-width: 1023px) and (min-width: 768px) {/* TABLET */
.header {
	gap: 0 20px;
	padding: 10px 20px 10px 3px;
}
.header .site-name {
	gap: 0 10px;
}
.header .site-name span {
	font-size: calc(1.4rem / 1.6);
}
.header .site-name .initial-hidden {
	display: none;
}
.header .entry button {
	font-size: calc(1.4rem / 1.6);
}
.header .entry p {
	font-size: calc(1.2rem / 1.6);
}
.header .entry li {
	font-size: calc(1.2rem / 1.6);
}
}/* @media */
@media (hover: hover) {
.header .entry a {
	transition: color .3s, background .3s;
}
.header .entry a:hover {
	background: #fff;
}
.header .entry > li:nth-child(1) a:hover {
	color: #ca576e;
}
.header .entry > li:nth-child(2) a:hover {
	color: #4078c2;
}
}/* @media */
/* -----------------------------------------------
= nav
----------------------------------------------- */
.btn-nav {
	position: relative;
	width: 40px;
	height: 40px;
	z-index: 5;
}
.btn-nav .bar {
	position: absolute;
	top: 16px;
	left: 0;
	width: 100%;
	height: 1px;
	background: #000;
	transition: transform .3s;
}
.btn-nav .bar + .bar {
	top: 24px;
}
.btn-nav[aria-expanded="true"] .bar {
	top: 50%;
	transform: rotate(-45deg);
}
.btn-nav[aria-expanded="true"] .bar + .bar {
	top: 50%;
	transform: rotate(45deg);
}
.nav {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100svh;
	background: rgba(240,240,230,.9);
	opacity: 0;
	pointer-events: none;
	transition: opacity .4s;
}
.nav[aria-hidden="false"] {
	opacity: 1;
	pointer-events: auto;
}
.nav .inner {
	max-height: calc(100svh - 150px);
	margin-top: 45px;
	padding: 25px 12px 80px;
	overflow-y: auto;
	overscroll-behavior: contain;
	scrollbar-color: #c2c29a #dedec8;
	scrollbar-width: thin;
}
.nav .inner > ul > li + li {
	margin-top: 30px;
}
.nav .menu-title {
	position: relative;
	min-height: 68px;
	color: #fff;
	text-align: center;
}
.nav .menu-title .set {
	display: grid;
	place-content: center;
	position: absolute;
	inset: 0;
}
.nav .menu-title .en {
	display: block;
	font-family: var(--en);
	font-size: calc(1.2rem / 1.6);
	font-weight: 600;
}
.nav .menu-title .jp {
	display: block;
	font-size: calc(1.6rem / 1.6);
}
.nav .menu-title img {
	height: 68px;
	object-fit: cover;
}
.nav .sub-menu {
	margin-top: 15px;
	font-size: calc(1.6rem / 1.6);
}
.nav p.sub-menu,
.nav .sub-menu li {
	position: relative;
	padding-left: 30px;
}
.nav p.sub-menu::before,
.nav .sub-menu li::before {
	content: "";
	position: absolute;
	top: .7em;
	left: 0;
	width: 13px;
	height: 1px;
	background: #000;
}
.nav .sub-menu li + li {
	margin-top: 10px;
}
.nav .sub-menu .en {
	display: block;
	font-family: var(--en);
	font-size: calc(1rem / 1.6);
	font-weight: 600;
}
.nav .sub-project {
	margin-top: 15px;
	border-bottom: 1px solid #b3b3b3;
}
.nav .sub-project li {
	border-top: 1px solid #b3b3b3;
}
.nav .sub-project a {
	display: block;
	position: relative;
	min-height: 104px;
}
.nav .sub-project a .set {
	position: relative;
	z-index: 1;
	padding: 16px 10px;
}
.nav .sub-project a .num {
	display: flex;
	flex-wrap: wrap;
	gap: 0 1em;
	margin-bottom: 10px;
	letter-spacing: .02em;
}
.nav .sub-project a .num .en {
	color: var(--red);
	font-family: var(--en);
	font-size: calc(1rem / 1.6);
	font-weight: 600;
}
.nav .sub-project a .num .jp {
	font-size: calc(1.2rem / 1.6);
}
.nav .sub-project a .text {
	top: 35px;
	font-size: calc(1.6rem / 1.6);
	line-height: calc(22 / 16);
}
.nav .sub-project img {
	position: absolute;
	inset: 0;
	height: 100%;
	min-height: 104px;
	object-fit: cover;
	opacity: 0;
}
@media print, screen and (min-width: 768px) {/* PC */
.btn-nav {
	width: 60px;
	height: 60px;
}
.btn-nav .bar {
	top: 25px;
	height: 2px;
}
.btn-nav .bar + .bar {
	top: 36px;
}
.nav .inner {
	max-width: 1340px;
	max-height: calc(100vh - 164px);
	margin-inline: auto;
	margin-block: 120px 44px;
	padding: 0 calc(65 / 1340 * 100%);
}
.nav .inner > ul {
	display: grid;
	grid-auto-flow: row dense;
}
.nav .inner > ul > li {
	margin-bottom: 70px;
}
.nav .inner > ul > li + li {
	margin-top: 0;
}
.nav .sub-menu {
	margin-top: 25px;
}
.nav .sub-menu li + li {
	margin-top: 15px;
}
}/* @media */
@media print, screen and (min-width: 1024px) {/* PC */
.nav .inner > ul {
	grid-template-columns: repeat(4, 1fr);
	gap: 0 calc(90 / 1340 * 100%);
}
.nav .inner > ul > li:nth-child(1) {
	grid-column: 1;
}
.nav .inner > ul > li:nth-child(2) {
	grid-column: 1;
	grid-row: span 2;
}
.nav .inner > ul > li:nth-child(3) {
	grid-column: 2;
	grid-row: span 3;
}
.nav .inner > ul > li:nth-child(4),
.nav .inner > ul > li:nth-child(5) {
	grid-column: 3;
}
.nav .inner > ul > li:nth-child(5) {
	grid-row: span 2;
}
.nav .inner > ul > li:nth-child(6),
.nav .inner > ul > li:nth-child(7),
.nav .inner > ul > li:nth-child(8) {
	grid-column: 4;
}
}/* @media */
@media print, screen and (max-width: 1023px) and (min-width: 768px) {/* TABLET */
.nav .inner > ul {
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
}
}/* @media */
@media (hover: hover) {
.btn-nav {
	transition: opacity .3s;
}
.btn-nav:hover {
	opacity: .7;
}
.nav a {
	transition: color .3s;
}
.nav a:hover {
	color: var(--red);
}
.nav .sub-project a:hover {
	color: #000;
}
.nav a img {
	transition: opacity .3s;
}
.nav a:hover img {
	opacity: 1;
}
}/* @media */
/* -----------------------------------------------
= main
----------------------------------------------- */
.main {
	margin-top: 45px;
}
@media print, screen and (min-width: 768px) {/* PC */
.main {
	margin-top: 80px;
}
}/* @media */
/* -----------------------------------------------
= entry
----------------------------------------------- */
.footer-entry {
	position: relative;
	min-height: 270px;
	background: url(../img/shared/footer_entry_bg_sp.jpg) no-repeat 50% / cover;
	text-align: center;
}
.footer-entry p {
	position: absolute;
	top: 56px;
	left: 0;
	width: 100%;
	padding-bottom: 36px;
}
.footer-entry p::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 1px;
	height: 26px;
	background: var(--red);
}
.footer-entry p img {
	display: block;
	max-width: 202px;
	height: auto;
	margin-inline: auto;
}
.footer-entry a {
	display: inline-block;
	position: absolute;
	top: 108px;
	left: calc(50% - 140px);
	width: 280px;
	z-index: 1;
	padding: 9px 0;
	color: #fff;
	background: var(--red);
	border: 1px solid var(--red);
	font-size: calc(1.4rem / 1.6);
	font-weight: 700;
}
.footer-entry a > span {
	display: block;
	font-family: var(--en);
	font-size: calc(2.2rem / 1.6);
	font-weight: 700;
}
.footer-entry a > span > span {
	font-family: var(--gothic);
	font-size: calc(2rem / 1.6);
}
@media print, screen and (min-width: 768px) {/* PC */
.footer-entry {
	min-height: 540px;
	background: url(../img/shared/footer_entry_bg_pc.jpg) no-repeat 30% 50% / cover;
}
.footer-entry p {
	top: 117px;
	left: 0;
	padding-bottom: 73px;
}
.footer-entry p::after {
	height: 53px;
}
.footer-entry p img {
	max-width: 354px;
}
.footer-entry a {
	top: 216px;
	left: calc(50% - 300px);
	width: 600px;
	padding: 12px 0;
	font-size: calc(2.4rem / 1.6);
}
.footer-entry a > span {
	font-size: calc(4.4rem / 1.6);
}
.footer-entry a > span > span {
	font-size: calc(4rem / 1.6);
}
}/* @media */
@media (hover: hover) {
.footer-entry a {
	transition: .3s;
}
.footer-entry a:hover {
	color: var(--red);
	background: #fff;
}
}/* @media */
/* -----------------------------------------------
= footer
----------------------------------------------- */
.footer .entry {
	display: flex;
	gap: 0 13px;
	position: fixed;
	left: 13px;
	right: 13px;
	bottom: 40px;
	width: calc(100% - 26px);
	z-index: 4;
	text-align: center;
}
.footer .entry > li {
	width: 100%;
	padding: 4px 10px 10px 10px;
	color: #fff;
	clip-path: polygon(6px 0, calc(100% - 6px) 0, 100% 6px, 100% calc(100% - 6px), calc(100% - 6px) 100%, 6px 100%, 0 calc(100% - 6px), 0 6px);
}
.footer .entry > li:nth-child(1) {
	background: #ca576e;
}
.footer .entry > li:nth-child(2) {
	background: #4078c2;
}
.footer .entry p {
	margin-bottom: 2px;
	font-size: calc(1.4rem / 1.6);
	font-weight: bold;
	letter-spacing: .02em;
}
.footer .entry li ul {
	display: flex;
	gap: 0 8px;
}
.footer .entry li ul li {
	width: 100%;
	font-size: calc(1.6rem / 1.6);
	font-weight: bold;
	letter-spacing: .02em;
}
.footer .entry li a {
	display: block;
}
.footer .entry > li:nth-child(1) a {
	color: #e8b5bf;
	background: #af0019;
}
.footer .entry > li:nth-child(2) a {
	color: #b5cbe7;
	background: #004bae;
}
.footer .copyright {
	padding: 10px;
	font-size: calc(.9rem / 1.6);
	text-align: center;
	letter-spacing: .04em;
}
@media print, screen and (min-width: 768px) {/* PC */
.footer {
	padding-top: 62px;
	background: #f2f2ea;
}
.footer .site-name {
	margin-bottom: 50px;
	text-align: center;
}
.footer .site-name a img {
	width: 207px;
}
.footer .site-name p {
	margin-top: 20px;
	font-family: var(--en);
	font-size: calc(2rem / 1.6);
	font-weight: 700;
}
.footer .menu {
	max-width: 1380px;
	margin-inline: auto;
	padding: 0 20px 90px;
}
.footer .menu > ul {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-auto-flow: row dense;
	gap: calc(50 / 1380 * 100%);
}
.footer .menu li {
	font-size: calc(1.6rem / 1.6);
	line-height: calc(20 / 16);
}
.footer .menu ul li ul li {
	margin-block: 20px;
}
.footer .menu > ul > li:nth-child(1) {
	grid-column: 1;
}
.footer .menu > ul > li:nth-child(2) {
	grid-column: 1;
	grid-row: span 2;
}
.footer .menu > ul > li:nth-child(3) {
	grid-column: 2;
	grid-row: span 3;
}
.footer .menu > ul > li:nth-child(4),
.footer .menu > ul > li:nth-child(5),
.footer .menu > ul > li:nth-child(6) {
	grid-column: 3;
}
.footer .menu > ul > li:nth-child(7),
.footer .menu > ul > li:nth-child(8) {
	grid-column: 4;
}
.footer .menu > ul > li:nth-child(8) {
	grid-row: span 2;
}
.footer .menu .en {
	margin-bottom: 15px;
	color: #4d4d4d;
	border-bottom: 1px solid #4d4d4d;
	font-family: var(--en);
	font-size: calc(2.4rem / 1.6);
	font-weight: 600;
}
.footer .menu .sub {
	display: inline-block;
	margin-bottom: 10px;
	font-size: calc(1.8rem / 1.6);
	font-weight: 700;
}
.footer .sub-interview {
	display: grid;
	grid-auto-flow: column;
	grid-template-rows: repeat(7, auto);
	gap: 10px calc(20 / 1500 * 100vw);
	margin-top: 10px;
}
.footer .menu ul li .sub-interview li {
	margin: 5px 0 5px -.5em;
}
.footer .entry {
	display: none;
}
.footer .copyright {
	background: #fff;
	padding: 20px;
	font-size: calc(1.6rem / 1.6);
}
.footer .page-top {
	position: fixed;
	right: 36px;
	bottom: 47px;
	z-index: 5;
	width: 46px;
	height: 46px;
	opacity: 0;
	pointer-events: none;
	transition: opacity .3s;
}
.footer .page-top.is-show {
	opacity: 1;
	pointer-events: auto;
}
.footer .page-top a {
	display: block;
	height: 100%;
	background: var(--red);
	border: 1px solid var(--red);
	border-radius: 50%;
}
.footer .page-top a::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 14px;
	height: 12px;
	background: #fff;
	clip-path: polygon( 50% 0, 100% 100%, 0 100%);
}
}/* @media */
@media print, screen and (max-width: 1023px) and (min-width: 768px) {/* TABLET */
.footer .menu > ul {
	grid-template-columns: repeat(3, 1fr);
	gap: calc(60 / 1420 * 100%);
}
.footer .menu .en {
	font-size: calc(2rem / 1.6);
}
.footer .menu > ul > li:nth-child(1) {
	grid-column: 1;
	grid-row: span 1;
}
.footer .menu > ul > li:nth-child(2) {
	grid-column: 1;
	grid-row: span 2;
}
.footer .menu > ul > li:nth-child(3),
.footer .menu > ul > li:nth-child(4),
.footer .menu > ul > li:nth-child(5) {
	grid-column: 2;
}
.footer .menu > ul > li:nth-child(6),
.footer .menu > ul > li:nth-child(7) {
	grid-column: 3;
}
.footer .menu > ul > li:nth-child(8) {
	grid-column: 3;
	grid-row: span 3;
}
.footer .sub-interview {
	display: block;
}
.footer .sub-interview li + li {
	margin-top: 10px;
}
}/* @media */
@media (hover: hover) {
.footer a {
	transition: color .3s;
}
.footer a:hover {
	color: var(--red);
}
.footer .page-top a {
	transition: .3s;
}
.footer .page-top a:hover {
	background: #fff;
}
.footer .page-top a:hover::after {
	background: var(--red);
}
}/* @media */
