@charset "UTF-8";



/* ------------------------------
	.library
------------------------------ */
body{
	padding-top: 0;
}
.header_wrap{
	background: transparent;
}
.library{
	padding: 100px 0;
}


@media screen and (max-width: 768px) {
	.library{
		padding: 50px 0;
	}
}



/* ------------------------------
	.about
------------------------------ */
.about{
	padding-bottom: 100px;
}

.about .iframe_wrap {
	position: relative;
	max-width: 840px;
	width: 100%;
	margin: auto;
	border-radius: 6px;
}

.about .iframe_wrap:before {
	content: "";
	display: block;
	padding-top: 56.25%;
}

.about .iframe_wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 10px;
}

.about .txt{
	margin-top: 30px;
	text-align: center;
	font-size: 1.4rem;
	line-height: 2.2;
}


@media screen and (max-width: 768px) {
	.about{
		padding-bottom: 45px;
	}

	.about .iframe_wrap {
		max-width: 100%;
	}

	.about .txt{
		margin-top: 20px;
		font-size: 1.3rem;
		line-height: 2;
	}
}



/* ------------------------------
	.jobs
------------------------------ */
.jobs{
	padding: 100px 0;
}

.jobs .sec_ttl{
	margin-bottom: 55px;
}

.jobs .wrap{
	max-width: 960px;
}

.modalOpen {
	cursor: pointer;
}

.modal {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 99999;
}
.modal .modalClose {
	display: inline-block;
	position: absolute;
	width: 20px;
	height: 20px;
	z-index: 99999;
	right: 0;
	top: -30px;
	cursor: pointer;
}
.modal .modalClose:before {
	content: '';
	display: block;
	width: 20px;
	height: 2px;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%) rotate(45deg);
}
.modal .modalClose:after {
	content: '';
	display: block;
	width: 20px;
	height: 2px;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%) rotate(-45deg);
}

.modal_bk {
	display: none;
	background: rgba(0, 0, 0, 0.7);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99998;
}

.movie {
	width: 600px;
	position: relative;
}
.movie:before {
	content: "";
	display: block;
	padding-top: 56.25%;
}
.movie iframe, .movie video-js {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.movies_list{
	display: flex;
	flex-wrap: wrap;
}

.movies_list li{
	width: 29.2%;
}
@media screen and (min-width: 769px) {
	.movies_list li{
		margin-right: 6.2%;
	}
	.movies_list li:nth-child(3n){
		margin-right: 0;
	}
	.movies_list li:nth-child(n + 4){
		margin-top: 55px;
	}

	.movies_list li .modalOpen:hover{
		opacity: 0.7;
	}
}

.movies_list li .modalOpen{
	-webkit-transition: opacity .4s ease;
	transition: opacity .4s ease;
}

.movies_list li .img{
	border-radius: 10px;
	overflow: hidden;
}

.movies_list li .txt{
	margin-top: 20px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.6;
	letter-spacing: 0.1em;
}


@media screen and (max-width: 768px) {
	.jobs{
		padding: 45px 0;
	}

	.jobs .sec_ttl{
		margin-bottom: 30px;
	}

	.modal {
		width: 92%;
	}

	.movie {
		width: 100%;
	}

	.movies_list{
		justify-content: space-between;
	}

	.movies_list li{
		width: 48%;
	}
	.movies_list li:nth-child(n + 3){
		margin-top: 25px;
	}

	.movies_list li .txt{
		margin-top: 10px;
		font-size: 1.3rem;
		letter-spacing: 0.05em;
	}
}



/* ------------------------------
	.gallery
------------------------------ */
.gallery{
	padding-top: 100px;
}

.gallery .sec_ttl{
	margin-bottom: 55px;
}

.gallery .wrap{
	max-width: 960px;
}

.galleryOpen {
	cursor: pointer;
}

.gallery_box {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 99999;
}
.gallery_box .galleryClose {
	display: inline-block;
	position: absolute;
	width: 20px;
	height: 20px;
	z-index: 99999;
	right: 0;
	top: -30px;
	cursor: pointer;
}
.gallery_box .galleryClose:before {
	content: '';
	display: block;
	width: 20px;
	height: 2px;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%) rotate(45deg);
}
.gallery_box .galleryClose:after {
	content: '';
	display: block;
	width: 20px;
	height: 2px;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%) rotate(-45deg);
}

.gallery_bk {
	display: none;
	background: rgba(0, 0, 0, 0.7);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99998;
}

.gallery_img {
	width: 600px;
	position: relative;
	overflow: hidden;
}
.gallery_img:before {
	content: "";
	display: block;
	padding-top: 66.6667%;
}
.gallery_img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.gallery_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.gallery_list li{
	width: 46.876%;
}
@media screen and (min-width: 769px) {
	.gallery_list li:nth-child(n + 3){
		margin-top: 55px;
	}

	.gallery_list li .galleryOpen:hover{
		opacity: 0.7;
	}
}

.gallery_list li .galleryOpen{
	-webkit-transition: opacity .4s ease;
	transition: opacity .4s ease;
}

.gallery_list li .img{
	position: relative;
	border-radius: 20px;
	overflow: hidden;
}
.gallery_list li .img::before{
	position: absolute;
	right: 20px;
	bottom: 20px;
	content: "";
	display: block;
	width: 50px;
	height: 50px;
	background: url(../images/library/gallery_ico.png) no-repeat center center;
	background-size: 100%;
}

.gallery_list li .txt{
	margin-top: 20px;
	font-size: 1.8rem;
	line-height: 1.6;
	letter-spacing: 0.1em;
}


@media screen and (max-width: 768px) {
	.gallery{
		padding-top: 45px;
	}

	.gallery .sec_ttl{
		margin-bottom: 30px;
	}

	.gallery_box {
		width: 92%;
	}

	.gallery_img {
		width: 100%;
	}

	.gallery_list li{
		width: 100%;
	}
	.gallery_list li:nth-child(n + 2){
		margin-top: 25px;
	}

	.gallery_list li .img{
		border-radius: 10px;
	}
	.gallery_list li .img::before{
		right: 15px;
		bottom: 15px;
		width: 40px;
		height: 40px;
	}

	.gallery_list li .txt{
		margin-top: 10px;
		font-size: 1.3rem;
	}
}