/* -----------------------------------------------
= bg_movie
----------------------------------------------- */
.bg_movie {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
}
.bg_movie::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.3);
}
.bg_movie iframe {
	position: absolute;
	top: 50%;
	width: calc(640 / 1138 * 100vh);
	height: calc(1138 / 640 * 100vw);
	left: 50%;
	min-height: 100%;
	min-width: 100%;
	border: none;
	transform: translate(-50%, -50%);
	box-sizing: border-box;
}
@media print, screen and (min-width: 768px) {/* PC */
.bg_movie iframe {
	width: calc(640 / 360 * 100vh);
	height: calc(360 / 640 * 100vw);
}
}/* @media */
/* -----------------------------------------------
= kv
----------------------------------------------- */
.kv {
	display: grid;
	place-content: center;
	position: relative;
	color: #fff;
	width: 100%;
	height: calc(100svh - 9.4rem);
	overflow: hidden;
}
.kv .loading {
	display: grid;
	place-content: center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: 1;
	transition: opacity 1s 2.4s, z-index 1s 2.4s;
}
.kv .loading img {
	width: auto;
}
.is-loaded .kv .loading {
	opacity: 0;
	z-index: -1;
}
.kv .catch {
	font-family: "Noto Serif JP", serif;
	font-size: 4rem;
	font-weight: 400;
	text-align: center;
	animation: catchAnim 11.7s 8.5s infinite;
}
.kv .catch span {
	display: inline-block;
	opacity: 0;
	transition: opacity 1s;
}
.is-loaded .kv .catch span {
	opacity: 1;
}
.kv .catch .n1 {
	transition-delay: 2.8s;
}
.kv .catch .n2 {
	transition-delay: 3s;
}
.kv .catch .n3 {
	transition-delay: 2.6s;
}
.kv .catch .n4 {
	transition-delay: 2.9s;
}
.kv .catch .n5 {
	transition-delay: 2.4s;
}
.kv .catch .n6 {
	transition-delay: 3.2s;
}
.kv .catch .n7 {
	transition-delay: 2.7s;
}
@keyframes catchAnim {
	40% {opacity: 1;}
	50% {opacity: 0;}
	80% {opacity: 1;}
}
@media print, screen and (min-width: 768px) {/* PC */
.kv {
	height: calc(100vh - 8rem);
}
.kv .catch {
	font-size: 7.2rem;
}
}/* @media */
/* -----------------------------------------------
= contents
----------------------------------------------- */
.contents {
	padding: 8rem 1.6rem 6rem;
	color: #fff;
}
.contents .title {
	margin-bottom: 5rem;
	font-family: var(--fontEn);
	font-size: 3.2rem;
	font-weight: 700;
	text-align: center;
}
.contents .block + .block {
	margin-top: 8rem;
}
.contents .subtitle {
	margin-bottom: 4rem;
	padding-bottom: 1.5rem;
	border-bottom: 2px solid #008A32;
	font-weight: 700;
}
.contents .subtitle .en {
	display: block;
	margin-bottom: 1.2rem;
	font-family: var(--fontEn);
	font-size: 4.4rem;
}
.contents .subtitle .jp {
	display: block;
	font-size: 2.2rem;
}
.contents .list li + li {
	margin-top: 4rem;
}
.contents .list .category {
	margin: 2rem 0 1rem;
	font-size: 1.4rem;
}
.contents .list .name {
	margin: 1rem 0;
	font-size: 1.6rem;
	line-height: 3rem;
}
.contents .list .name span {
	margin-left: 1em;
	font-weight: 700;
}
.contents .list .text {
	margin: 1rem 0;
	font-size: 1.8rem;
	line-height: 3rem;
	font-weight: 700;
}
.contents .btn_more {
	margin-top: 6rem;
}
.contents .btn_more a {
	display: block;
	padding: 2rem 0;
	border: .2rem solid #707070;
	border-radius: 3rem;
	font-size: 2rem;
	font-weight: 700;
	text-align: center;
}
@media print, screen and (min-width: 768px) {/* PC */
.contents {
	max-width: 135rem;
	margin: 0 auto;
	padding: 15rem 3.5rem 0;
}
.contents .title {
	margin-bottom: 9rem;
	font-size: 3.6rem;
}
.contents .block + .block {
	margin-top: 0
}
.contents .subtitle {
	display: flex;
	align-items: end;
	padding-bottom: .5rem;
}
.contents .subtitle .en {
	margin: 0 2rem 0 0;
	font-size: 4.8rem;
}
.contents .subtitle .jp {
	margin-bottom: 1.2rem;
}
.contents .list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -2rem;
}
.contents .list li {
	width: calc(1 / 3 * 100% - 4rem);
	margin: 0 2rem 5rem;
}
.contents .list li + li {
	margin-top: 0;
}
.contents .list li a {
	transition: opacity .3s;
}
.contents .list li a:hover {
	opacity: .8;
}
.contents .btn_more {
	max-width: 72rem;
	margin: 0 auto;
}
.contents .btn_more a {
	padding: 1.1rem 0;
	border: 1px solid #fff;
	transition: opacity .3s;
}
.contents .btn_more a:hover {
	opacity: .8;
}
}/* @media */
/* -----------------------------------------------
= intro
----------------------------------------------- */
.intro li + li {
	margin-top: 5rem;
}
.intro a {
	display: block;
	position: relative;
	color: #fff;
	font-weight: 700;
}
.intro .set {
	position: absolute;
	top: 4rem;
	left: 2rem;
	right: 2rem;
}
.intro .en {
	display: block;
	margin-bottom: .8rem;
	font-family: var(--fontEn);
	font-size: 4.4rem;
}
.intro .jp {
	display: block;
	margin-bottom: 2.7rem;
	font-size: 2rem;
	line-height: 1.3;
}
.intro .text {
	margin-bottom: 2.5rem;
	font-size: 1.6rem;
	line-height: 2.8rem;
}
.intro .more {
	padding: 1.7rem;
	background: #000;
	border-radius: 2.5rem;
	font-size: 1.6rem;
	text-align: center;
}
@media print, screen and (min-width: 768px) {/* PC */
.intro {
	margin-bottom: 12rem;
}
.intro li + li {
	margin-top: 9rem;
}
.intro a {
	transition: opacity .3s;
}
.intro a:hover {
	opacity: .8;
}
.intro .set {
	top: 3.5em;
	left: 3.5em;
	right: 3.5em;
}
.intro .en {
	margin-bottom: 1.2rem;
	font-size: 4.8rem;
}
.intro .jp {
	margin-bottom: 3rem;
	font-size: 2.4rem;
}
.intro .text {
	margin-bottom: 1.3rem;
	line-height: 2.4rem;
}
.intro .more {
	display: inline-block;
	padding: .4rem 1.7rem;
	border-radius: 1.2rem;
	font-size: 1.6rem;
}
}/* @media */
/* -----------------------------------------------
= interview
----------------------------------------------- */
@media print, screen and (min-width: 768px) {/* PC */
.interview {
	margin-bottom: 10rem;
}
}/* @media */
/* -----------------------------------------------
= project
----------------------------------------------- */
.contents .project .name {
	font-weight: 700;
}
@media print, screen and (min-width: 768px) {/* PC */
.project {
	float: left;
	width: calc(840 / 1280 * 100%);
	margin-bottom: 3rem;
}
.contents .project .list li {
	width: calc(1 / 2 * 100% - 4rem);
}
}/* @media */
/* -----------------------------------------------
= global
----------------------------------------------- */
@media print, screen and (min-width: 768px) {/* PC */
.global {
	float: right;
	width: calc(400 / 1280 * 100%);
	margin-bottom: 3rem;
}
.contents .global .list li {
	width: 100%;
}
}/* @media */
/* -----------------------------------------------
= special
----------------------------------------------- */
.contents .special .text {
	font-size: 2rem;
}
@media print, screen and (min-width: 768px) {/* PC */
.special {
	clear: both;
	margin-bottom: 3rem;
}
.contents .special .list li {
	width: calc(1 / 2 * 100% - 4rem);
}
}/* @media */
/* -----------------------------------------------
= culture
----------------------------------------------- */
.contents .culture .text {
	font-size: 2rem;
}
@media print, screen and (min-width: 768px) {/* PC */
.culture {
	margin-bottom: 3rem;
}
.contents .culture .list li {
	width: calc(1 / 2 * 100% - 4rem);
}
}/* @media */
/* -----------------------------------------------
= recruit
----------------------------------------------- */
.contents .recruit .list li a {
	display: block;
	border: 1px solid #fff;
	text-align: center;
}
@media print, screen and (min-width: 768px) {/* PC */
.recruit {
	margin-bottom: 20rem;
}
.contents .recruit .list li {
	width: calc(1 / 2 * 100% - 4rem);
}
}/* @media */
/* -----------------------------------------------
= footer
----------------------------------------------- */
.footer .copyright {
	color: #fff;
}
