@charset "utf-8";

body {
	color: #43425D;
	font-family: "Shippori Mincho", serif;
	font-size: 16px;
	line-height: 2;
	background-color: #FFFFFF;
	overflow-x: hidden;
}

img {
	display: block;
	width: 100%;
	height: auto;
}

.-en {
	font-family: "Amiri", serif;
}

.-pc {
	display: block;
}

.-pctab {
	display: block;
}

.-tab {
	display: none;
}

.-sp {
	display: none;
}

.-sptab {
	display: none;
}

.-fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}

.-bg {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100vh;
	mix-blend-mode: color-dodge;
}

.-bg img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.-loading-end .-wrapper {
	opacity: 0;
}

.-wrapper {
	opacity: 1;
	transition: all 0.4s ease;
}

.-contents {
	background-color: #FFFFFF;
}

.-section {
	padding-top: 100px;
	padding-bottom: 100px;
	background-color: #FFFFFF;
}

.-section:last-child {
	padding-bottom: 200px;
}

.-section-inner+.-section-inner {
	margin-top: 64px;
}

.-upper-layer {
	position: relative;
	z-index: 3;
}

.-inner {
	max-width: 1920px;
	margin-left: auto;
	margin-right: auto;
}

.-pd-left {
	padding-left: 100px;
}

.-pd-right {
	padding-right: 100px;
}

.-pd-left-large {
	padding-left: 100px;
}

.-pd-right-large {
	padding-right: 100px;
}

.-display01 {
	font-size: 200px;
	line-height: 1;
}

.-display02 {
	font-size: 80px;
	line-height: 1;
}

.-ver-lr {
	writing-mode: vertical-lr;
}

.-tit01 {
	font-size: 40px;
	letter-spacing: -0.05em;
	line-height: 1.5;
}

.-tit02 {
	font-size: 24px;
	letter-spacing: -0.05em;
	line-height: 1.5;
}

.-tit03 {
	font-size: 20px;
	letter-spacing: -0.05em;
	line-height: 2;
}

.-body-keep-regular {
	font-size: 16px;
}

.-body-small {
	font-size: 13px;
	line-height: 1.3;
}

.-bold {
	font-weight: 600;
}

.-tac {
	text-align: center;
}

.-blue {
	color: #2419AC;
}

.-white {
	color: #FFFFFF;
}

.-gray {
	color: #9A9A9A;
}

.-section-tit+* {
	margin-top: 86px;
}

.-section-tit-item {
	display: block;
}

.-section-tit-item+.-section-tit-item {
	margin-top: -15px;
}

.-section-copy+.-section-copy {
	margin-top: 50px;
}

.-tit-bg-blue {
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 20px 0 0 0;
	overflow: hidden;
	position: relative;
}

.-tit-bg-blue-inner {
	display: block;
	position: relative;
	z-index: 1;
	opacity: 0;
	transform: translateY(10px);
	transition: all 0.4s ease 0.4s;
}

.-tit-bg-blue:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background-color: #2419AC;
	transition: all 0.4s ease;
}

.-tit-bg-blue.-scroll-fadein.-active:after {
	width: 100%;
}

.-tit-bg-blue.-scroll-fadein.-active .-tit-bg-blue-inner {
	opacity: 1;
	transform: translateY(0);
}

.-tit-bg-blue+* {
	margin-top: 40px;
}

.-btn {
	display: flex;
	align-items: center;
	padding-top: 24px;
	padding-right: 60px;
	padding-bottom: 24px;
	padding-left: 60px;
	color: #2419AC;
	border-radius: 20px 0 0 0;
	background-color: #FFFFFF;
}

.-btn:after {
	content: "";
	width: 100%;
	height: 1px;
	flex: 1;
	margin-left: 24px;
	background-color: #2419AC;
}

.-details-wrapper {
	display: flex;
	justify-content: space-between;
}

.-details-item {
	padding-top: 40px;
}

.-details-copy {
	margin-left: 80px;
	padding-left: 32px;
	border-left: 1px solid #2419AC;
}

.-details-main {
	flex: 1;
	max-width: 750px;
}

.-details-main-images+* {
	margin-top: 40px;
}

.-details-main-message-tit+* {
	margin-top: 40px;
}

.-details-main-message+* {
	margin-top: 70px;
}

.-details-main-profile {
	display: flex;
}

.-details-main-profile-images {
	width: 40%;
	max-width: 260px;
}

.-details-main-profile-images img {
	border-radius: 100%;
	border: 1px solid #2419AC;
}

.-details-main-profile-info {
	flex: 1;
	margin-left: 40px;
}

.-details-main-profile-info-item+.-details-main-profile-info-item {
	margin-top: 8px;
}

.-details-main-profile-info-txt+* {
	margin-top: 40px;
}

.-details-main-profile-parts+.-details-main-profile-parts {
	margin-top: 24px;
}

.-row {
	display: flex;
}

.-row02 {
	flex-wrap: wrap;
}

.-row02 .-row-item {
	width: calc((100% - 64px)/2);
	margin-right: 64px;
}

.-row02 .-row-item:nth-child(2n) {
	margin-right: 0;
	margin-top: 100px;
}

.-iframe {
	aspect-ratio: 16/9;
	border-radius: 20px;
	overflow: hidden;
}

.-iframe iframe {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.-svg-label-inner {
	padding-bottom: 40px;
	border-bottom: 1px solid #2419AC;
}

.-svg-label-inner svg {
	width: 100%;
	height: auto;
}

.-label-item {
	opacity: 0;
}

.-svg-label.-active .-label-item01 {
	animation: svg_label_fadein 0.1s ease 0.5s forwards;
}

.-svg-label.-active .-label-item02 {
	animation: svg_label_fadein 0.2s ease 0.7s forwards;
}

.-svg-label.-active .-label-item03 {
	animation: svg_label_fadein 0.3s ease 0.8s forwards;
}

.-svg-label.-active .-label-item04 {
	animation: svg_label_fadein 0.4s ease 1s forwards;
}

.-svg-label.-active .-label-item05 {
	animation: svg_label_fadein 0.5s ease 1.2s forwards;
}

.-svg-label.-active .-label-item06 {
	animation: svg_label_fadein 0.6s ease 1.4s forwards;
}

.-svg-label.-active .-label-item07 {
	animation: svg_label_fadein 0.7s ease 1.6s forwards;
}

.-svg-label.-active .-label-item08 {
	animation: svg_label_fadein 0.8s ease 1.8s forwards;
}

@keyframes svg_label_fadein {
	100% {
		opacity: 1;
	}
}

.-scroll-fadein {
	opacity: 0;
	transform: translateY(-40px);
	transition: all 0.8s ease;
}

.-scroll-fadein.-delay {
	transition: all 0.8s ease 1.8s;
}

.-scroll-fadein.-active {
	opacity: 1;
	transform: translateY(0);
}

.start-video-thum {
	opacity: 1;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
}

.start-video-thum-bg {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.95;
	-webkit-backdrop-filter: blur(42px);
	backdrop-filter: blur(42px);
}

.-loading-end .start-video-thum-inner {
	opacity: 0;
}

.-marker {
	background: #FFFFFF;
	display: inline;
	padding: 0 1px 0px;
	line-height: 2;
}

.start-video-thum-inner {
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	z-index: 1;
	transition: all 0.4s ease;
}

.start-video-thum {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.start-video-thum-images img {
	border-radius: 20px;
	border: 1px solid #2419AC;
}

.start-video-thum-close {
	display: flex;
	justify-content: flex-end;
}

.start-video-thum-close img {
	max-width: 77px;
}

header {
	width: 100%;
	color: #2419AC;
	padding-top: 40px;
	padding-left: 60px;
	padding-right: 60px;
	position: fixed;
	z-index: 3;
}

.header-inner {
	display: flex;
	justify-content: space-between;
}

.header-logo {
	width: 110px;
}

footer {
	padding-top: 255px;
	padding-bottom: 255px;
	background-image: url(../images/footer-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left bottom;
	position: relative;
	z-index: 1;
}

.footer-copy {
	max-width: 574px;
	margin-left: auto;
	margin-right: auto;
}

.footer-logo {
	max-width: 300px;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
}

.footer-btn {
	padding-top: 100px;
}

.main-copy-wrapper {
	display: flex;
	align-items: flex-end;
	position: relative;
	z-index: 1;
	height: 100vh;
}

.main-copy-inner {
	padding-bottom: clamp(5rem, -11.842rem + 26.32vw, 10.625rem);
}

.main-copy-item {
	display: block;
}

.main-copy-item+.main-copy-item {
	margin-top: 36px;
}

.main-copy-item01 img {
	max-width: 1097px;
}

.main-copy-item02 img {
	max-width: 1166px;
}

.main-txt {
	position: absolute;
	top: 120px;
	left: 60px;
}

.main-images {
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
}

.main-images-item {
	width: 100%;
	height: 100vh;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all 0.4s ease;
}

.main-images-item img {
	object-fit: cover;
	object-position: top;
	width: 100%;
	height: 100%;
}

.main-images-item01 {
	opacity: 1;
}

.main-images-item.-active {
	opacity: 1;
}

.main-images-dummy {
	opacity: 0.4;
}

.main-images-dummy01 {
	height: 40vh;
}

.main-images-dummy02 {
	height: 50vh;
}

.main-images-dummy03 {
	height: 100vh;
}

.intoro-copy {
	position: relative;
	z-index: 1;
}

.intoro-copy svg {
	width: 100%;
	height: auto;
}

.intoro-copy-item {
	opacity: 0;
}

.intoro-copy.-active .intoro-copy-item01 {
	animation: copy_fadein 0.5s ease forwards;
}

.intoro-copy.-active .intoro-copy-item02 {
	animation: copy_fadein 0.5s ease 0.1s forwards;
}

.intoro-copy.-active .intoro-copy-item03 {
	animation: copy_fadein 0.5s ease 0.2s forwards;
}

.intoro-copy.-active .intoro-copy-item04 {
	animation: copy_fadein 0.5s ease 0.3s forwards;
}

.intoro-copy.-active .intoro-copy-item05 {
	animation: copy_fadein 0.5s ease 0.4s forwards;
}

.intoro-copy.-active .intoro-copy-item06 {
	animation: copy_fadein 0.5s ease 0.5s forwards;
}

.intoro-copy.-active .intoro-copy-item07 {
	animation: copy_fadein 0.5s ease 0.6s forwards;
}

.intoro-copy.-active .intoro-copy-item08 {
	animation: copy_fadein 0.5s ease 0.7s forwards;
}

.intoro-copy.-active .intoro-copy-item09 {
	animation: copy_fadein 0.5s ease 0.8s forwards;
}

.intoro-copy.-active .intoro-copy-item10 {
	animation: copy_fadein 0.5s ease 0.9s forwards;
}

.intoro-copy.-active .intoro-copy-item11 {
	animation: copy_fadein 0.5s ease 1s forwards;
}

.intoro-copy.-active .intoro-copy-item12 {
	animation: copy_fadein 0.5s ease 1.1s forwards;
}

.intoro-copy.-active .intoro-copy-item13 {
	animation: copy_fadein 0.5s ease 1.2s forwards;
}

.intoro-copy.-active .intoro-copy-item14 {
	animation: copy_fadein 0.5s ease 1.3s forwards;
}

.intoro-copy.-active .intoro-copy-item15 {
	animation: copy_fadein 0.5s ease 1.4s forwards;
}

@keyframes copy_fadein {
	100% {
		opacity: 1;
	}
}

.recruit-banner-wrapper {
	background-image: url("../images/recruit-banner-bg.jpg");
	background-size: cover;
	background-position: left top;
	background-repeat: no-repeat;
}

.recruit-tit {
	width: 40%;
	position: relative;
	padding-left: 20px;
}

.recruit-subtit {
	display: block;
	position: absolute;
	top: 100px;
	left: -16px;
	transform: rotate(90deg);
	transform-origin: top left;
}

.recruit-banner-inner {
	display: flex;
	justify-content: space-between;
	padding-top: 70px;
}

.recruit-message {
	flex: 1;
	text-align: right;
}

.recruit-message-copy+* {
	margin-top: 70px;
}

.recruit-banner-btn-wrapper {
	display: flex;
	justify-content: flex-end;
	margin-top: 16px;
}

.recruit-banner-btn {
	width: 50%;
	max-width: 580px;
}

.movies-name {
	margin-top: 20px;
}

/*Hover*/

@media (hover: hover) and (pointer: fine) {
	.-btn {
		transition: all 0.4s ease;
	}

	.-btn:hover {
		color: #FFFFFF;
		background-color: #2419AC;
	}

	.-btn:hover:after {
		background-color: #FFFFFF;
	}
}

@media (min-width: 1921px) {
	.-inner {
		padding-left: 40px;
		padding-right: 40px;
	}

	.-tit-bg-blue {
		border-radius: 20px 20px 0 0;
	}

	.-btn {
		border-radius: 20px 20px 0 0;
	}
}

/*Tablet*/
@media only screen and (max-width:1024px) {

	body {
		font-size: clamp(0.813rem, 0.602rem + 0.62vw, 1rem);
	}

	.-pc {
		display: none;
	}

	.-tab {
		display: block;
	}

	.-sp {
		display: none;
	}

	.-sptab {
		display: block;
	}

	.-contents {
		padding-bottom: clamp(5rem, -6.201rem + 33.13vw, 15rem);
	}

	.-section+.-section {
		margin-top: clamp(7.5rem, 1.9rem + 16.56vw, 12.5rem);
	}

	.-pd-left,
	.-pd-left-large {
		padding-left: clamp(0.938rem, -0.813rem + 5.18vw, 2.5rem);
	}

	.-pd-right,
	.-pd-right-large {
		padding-right: clamp(0.938rem, -0.813rem + 5.18vw, 2.5rem);
	}

	.-display01 {
		font-size: clamp(4.375rem, -4.726rem + 26.92vw, 12.5rem);
	}

	.-display02 {
		font-size: clamp(1.5rem, -2.42rem + 11.59vw, 5rem);
	}

	.-tit01 {
		font-size: clamp(1.5rem, 0.38rem + 3.31vw, 2.5rem);
	}

	.-tit02 {
		font-size: clamp(1.25rem, 0.97rem + 0.83vw, 1.5rem);
	}

	.-sptab-tit02-regular {
		font-size: clamp(1rem, 0.44rem + 1.66vw, 1.5rem);
	}

	.-sptab-tit02-small {
		font-size: clamp(0.813rem, 0.042rem + 2.28vw, 1.5rem);
	}

	.-tit03 {
		font-size: clamp(1rem, 0.72rem + 0.83vw, 1.25rem);
	}

	.-sptab-hori-td {
		writing-mode: horizontal-tb;
	}

	.-section-tit+* {
		margin-top: clamp(3.25rem, 0.87rem + 7.04vw, 5.375rem);
	}

	.-section-copy+.-section-copy {
		margin-top: clamp(1.5rem, -0.32rem + 5.38vw, 3.125rem);
	}

	.-section-tit-item+.-section-tit-item {
		margin-top: 4px;
	}

	.-tit-bg-blue {
		margin-top: clamp(1.875rem, 1.175rem + 2.07vw, 2.5rem);
		border-radius: 10px 0 0 0;
	}

	.-btn {
		padding-top: 18px;
		padding-bottom: 18px;
		padding-left: clamp(1.875rem, -0.225rem + 6.21vw, 3.75rem);
		padding-right: clamp(0.938rem, -2.213rem + 9.32vw, 3.75rem);
	}

	.-details-copy {
		margin-left: clamp(3.75rem, 2.35rem + 4.14vw, 5rem);
		padding-left: clamp(0.938rem, -0.253rem + 3.52vw, 2rem);
	}

	.-details-main-images+*,
	.-details-main-message-tit+* {
		margin-top: clamp(1.875rem, 1.175rem + 2.07vw, 2.5rem);
	}

	.-details-main-message+* {
		margin-top: clamp(1.875rem, -0.925rem + 8.28vw, 4.375rem);
	}

	.-row02 .-row-item {
		margin-right: 40px;
	}

	.-row02 .-row-item {
		width: calc((100% - 40px)/2);
	}

	header {
		padding-top: clamp(1.25rem, -0.15rem + 4.14vw, 2.5rem);
		padding-left: clamp(0.938rem, -2.213rem + 9.32vw, 3.75rem);
		padding-right: clamp(0.938rem, -2.213rem + 9.32vw, 3.75rem);
	}

	.header-logo {
		width: clamp(5.938rem, 4.887rem + 3.11vw, 6.875rem);
	}

	.start-video-thum-inner {
		width: 74%;
	}

	.recruit-banner-wrapper {
		background-position: right 52% top;
	}

	.recruit-banner-inner {
		display: block;
	}

	.recruit-banner-item+.recruit-banner-item {
		margin-left: 0;
		margin-top: 240px;
	}

	.recruit-subtit {
		position: static;
		transform: rotate(0);
	}

	.recruit-tit {
		width: 100%;
		text-align: right;
	}

	.recruit-tit-item {
		letter-spacing: -0.04em;
	}

	.recruit-subtit {
		margin-top: 20px;
	}

	.recruit-banner-btn-wrapper {
		margin-top: 100px;
	}

	.recruit-banner-btn {
		width: 72%;
		max-width: clamp(16.75rem, -5.092rem + 64.6vw, 36.25rem);
	}

}

/*Sp*/
@media only screen and (max-width:540px) {

	body {
		font-size: 13px;
	}

	.-pc {
		display: none;
	}

	.-pctab {
		display: none;
	}

	.-tab {
		display: none;
	}

	.-sp {
		display: block;
	}

	.-tit01 {
		letter-spacing: -0.12em;
	}

	.-sp-tit02-small {
		font-size: 13px;
	}

	.-sp-hori-td {
		writing-mode: horizontal-tb;
	}

	.-details-wrapper {
		flex-direction: column-reverse;
	}

	.-details-copy {
		margin-left: 0;
		padding-left: 0;
		border-left: 0;
	}

	.-details-main {
		padding-top: 0;
		margin-top: 30px;
	}

	.-details-main-profile {
		display: block;
	}

	.-details-main-profile-images {
		width: 100%;
		max-width: 180px;
	}

	.-details-main-profile-info {
		margin-left: 0;
		margin-top: 30px;
	}

	.-details-main-profile-info-txt+* {
		margin-top: clamp(1.5rem, 0.38rem + 3.31vw, 2.5rem);
	}

	.-details-main-profile-parts+.-details-main-profile-parts {
		margin-top: clamp(1rem, 0.44rem + 1.66vw, 1.5rem);
	}

	.-sp-col {
		display: block;
	}

	.-sp-col .-row-item {
		width: 100%;
		margin-right: 0;
	}

	.-sp-col .-row-item+.-row-item {
		margin-top: 48px !important;
	}

	.start-video-thum-inner {
		width: 100%;
		max-width: 360px;
	}

	.footer-copy {
		max-width: 350px;
	}

	.footer-logo {
		max-width: 200px;
		margin-top: 40px;
	}

	footer {
		padding-top: 240px;
		padding-bottom: 240px;
		background-image: url("../images/footer-bg-sp.jpg");
	}

	.main-copy-wrapper {
		justify-content: flex-end;
	}

	.main-copy {
		height: 100%;
		display: flex;
		flex-direction: row-reverse;
	}

	.main-copy-item+.main-copy-item {
		margin-top: 0;
		margin-right: 10px;
	}

	.main-copy-inner {
		height: 100%;
		padding-top: 185px;
		padding-bottom: 40px;
	}

	.main-copy-item img {
		max-width: 100%;
		height: 100%;
	}

	.recruit-banner-wrapper {
		background-image: url("../images/recruit-banner-bg-sp.jpg");
		background-position: left top;
	}

	.recruit-tit-item {
		letter-spacing: 0;
	}

}