/* CSS Document */

.top_mainpic{
	position: relative;
	overflow: hidden;
}
.top_mainpic video{
	display: block;
	object-fit: cover;
	height: 100vh;
}
.top_mainpic .add{
	min-height: 700px;
	position: relative;
	background-color: rgba(51,51,51,0.2);
}
.top_mainpic video ~ .add{
	min-height: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.top_mainpic .add::before,
.top_mainpic .add::after{
	content:'';
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.top_mainpic .add::before{
	/* background-color: rgba(0,164,218,0.2); */
	/* background-color: rgba(110,110,110,0.2); */
	background-color: rgba(0,0,0,0.3);
}
/*
.top_mainpic .add::after{
	background-image: url(../images/top/mainpic-psychedelic.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	mix-blend-mode: overlay;
}
*/
.top_mainpic .text{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index: 3;
	color: #FFF;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: left;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}
.top_mainpic .text > *{position: relative;}
.top_mainpic .text img[src*="logo"]{
	position: absolute;
	top: -32px;
	left: -148px;
	margin: auto;
	width:250px;
	z-index: -1;
}
.top_mainpic .text .skew{
	transform: skewX(-10deg);
	font-weight: normal;
}
.top_mainpic .text .skew > *{
	display: flex;
	align-items: center;
}
.top_mainpic .text .skew > * span{
	font-size: 24px;
	line-height: 100%;
}
.top_mainpic .text .skew > * span.s50{font-size: 50px;}
.top_mainpic .text .skew > * span.s125{font-size: 125px;}
.top_mainpic .text .skew > * span:nth-child(n+2){margin-left: 1em;}
.top_mainpic + .scroll{}
.top_mainpic + .scroll > *{position: relative;}
.top_mainpic + .scroll .bar{
	position: absolute;
	bottom:1em;
	right:-110px;
	color:#fff;
	z-index: 4;
	display: flex;
	justify-content: center;
	align-items: center;
	transform: rotate(-90deg);
	transform-origin: left bottom;
}
.top_mainpic + .scroll .bar .anime{
	width:64px;
	display: flex;
	align-items: center;
	position: relative;
	margin-right: 8px;
	overflow: hidden;
}
.top_mainpic + .scroll .bar .anime::before{
	content: '';
	background-color: rgba(255,255,255,0.50);
	position: absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin: auto;
	width:100%;
	height:2px;
}
.top_mainpic + .scroll .bar .anime::after{
	content: '';
	background-color: #fff;
	width:8px;
	height:8px;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-animation: maru 1.5s ease-in-out infinite;
	-moz-animation: maru 1.5s ease-in-out infinite;
	-o-animation: maru 1.5s ease-in-out infinite;
	animation: maru 1.5s ease-in-out infinite;
}
.top_mainpic + .scroll .bar .anime + *{letter-spacing: 0.125em;}
@keyframes maru {
    0% {
			margin-left: 100%;
			opacity:0;
		}
		30% {opacity:1;}
		70% {opacity:1;}
    100% {
			margin-left: -8px;
			opacity:0;
		}
}
@media screen and (max-width: 999px) {
	.top_mainpic .text img[src*="logo"]{
		top: -40px;
		left: -64px;
		width:145px;
	}
	.top_mainpic .text .skew > * span{font-size: 18px;}
	.top_mainpic .text .skew > * span.s50{font-size: 30px;}
	.top_mainpic .text .skew > * span.s125{font-size: 70px;}
}

.top_smoke{
	background-image: url(../images/top/bg-smoke.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 700px;
	padding-top: 110px;
	padding-bottom: 50px;
}
.top_smoke .text{margin-top: 1.5em;}
.top_smoke .photo{
	display: flex;
	justify-content: space-between;
	margin: 50px auto;
}
@media screen and (min-width: 1000px) {
	.top_smoke .photo img{
		width:calc(100% * 300 / 950);
	}
}
@media screen and (max-width: 999px) {
	.top_smoke{
		padding-top: 100px;
		padding-bottom: 65px;
	}
	.top_smoke .photo{
		margin: 2rem auto 3rem;
		flex-direction: column;
	}
	.top_smoke .photo img:nth-child(n+2){margin-top: 20px;}
}

.top_news{
	padding-top: 100px;
	padding-bottom: 90px;
}
.ptitle_set + .top_news{
	padding-top: 0;
}
.top_news > *{display: flex;}
.top_news.newspage > *{flex-direction: column;}
.top_news .more{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	width:260px;
}
.top_news .more .c_subt{margin-bottom: 46px;}
.top_news .list{flex-grow: 1;}
.top_news .list li{
	display: flex;
	align-items: flex-start;
	text-align: left;
}
.top_news .list:not(.border) li:nth-child(n+2){margin-top: 3em;}
.top_news .list.border li{
	border-bottom: solid 1px #C9C9C9;
	padding: 40px 50px;
	padding-right: 0;
}
.top_news .list.border li:first-of-type{border-top: solid 1px #C9C9C9;}
.top_news .list li .cate{
	width:110px;
	min-width:110px;
}
.top_news .list.border li .cate,
.news_dt .cd_set .cate{
	width:120px;
	min-width:120px;
}
.top_news .list li .cate > *,
.news_dt .cd_set .cate > *{
	background-color: #333;
	color:#fff;
	font-size: 10px;
	line-height: 1rem;
	text-align: center;
	width:80px;
	margin-top: 4px;
	margin-right: auto;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}
.top_news .list.border li .cate > *,
.news_dt .cd_set .cate > *{
	font-size: 1rem;
	padding: 4px 0;
	width:100px;
	margin-top: 0;
	border-radius: 3em;
	-webkit-border-radius: 3em;
	-moz-border-radius: 3em;
}
.top_news .list li .cate > *.c1,
.news_dt .cd_set .cate > *.c1{background-color: #00A4DA;}
.top_news .list li .cate > *.c2,
.news_dt .cd_set .cate > *.c2{background-color: #39B54A;}
.top_news .list li .date,
.news_dt .cd_set .date{position: relative;}
.top_news .list li .text{flex-grow: 1;}
.top_news .list li .text a[href]:hover{color: #00A4DA;}
@media screen and (min-width: 1000px) {
	.top_news .list li .date{
		width:100px;
		min-width:110px;
	}
	.top_news .list li .date::after{
		content:'';
		position: absolute;
		top:0;
		bottom:0;
		right:0;
		height:1em;
		margin: auto;
		border-right:solid 1px #333;
	}
	.top_news .list li .text{padding-left: 1em;}
}
@media screen and (max-width: 999px) {
	.top_news{padding-bottom: 75px;}
	.top_news > *{
		flex-direction: column;
		align-items: center;
	}
	.top_news .more{width:100%;}
	.top_news .list{
		margin-top: 60px;
		margin-bottom: 70px;
	}
	.top_news .list.border{
		width:100%;
		margin: 0;
	}
	.top_news .list li{flex-wrap: wrap;}
	.top_news .list.border li{padding: 20px 0;}
	.top_news .list li .date{
		padding-bottom: 4px;
		border-bottom: solid 1px #333;
		margin-bottom: 1em;
	}
	.top_news .list li .text{width:100%;}
}
.news_dt{padding-bottom: 140px;}
.news_dt h2{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	font-size: 24px;
}
.news_dt hr{
	border-top:solid 2px #CAD3DA;
	width:60px;
	margin: 1.5em 0 0;
}
.news_dt .cd_set{
	display: flex;
	margin-top: 4rem;
}
.news_dt .tp_set{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.news_dt .tp_set > *{margin-top: 50px;}
.news_dt .tp_set .P{width:49%;}
.news_dt .tp_set .P img{width:100%;}
.news_dt .tp_set .W{
	flex-grow: 1;
	width:100%;
	text-align: left;
}
.top_news.newspage .pager{
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	margin: 90px -0.5em -0.5em;
}
.top_news.newspage .pager .pnum{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
}
.top_news.newspage .pager a{
	width:1.5em;
	margin: 0.75em;
}
.top_news.newspage .pager a:hover,
.top_news.newspage .pager a.current,
.news_dt .pager a:hover{color:#00A4DA;}
.top_news.newspage .pager a span{display: block;}
.top_news.newspage .pager .arrow{padding: 0.25em;}
.top_news.newspage .pager .arrow.R img{transform: scaleX(-1);}
.news_dt .pager{
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	margin: 90px -0.5em 0;
}
.news_dt .pager a{
	display: flex;
	align-items: center;
}
.news_dt .pager a:not([href]){width: 112px;}
.news_dt .pager img{
	width:1em;
	margin: 0 0.5em;
}
.news_dt .pager a:last-of-type img{transform: scaleX(-1);}
@media screen and (max-width: 999px) {
	.news_dt .tp_set > *{margin-top: 30px;}
	.news_dt .tp_set .P{width:100%;}
}

.top_menu{
	background-image: url(../images/top/menu-psychedelic.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 400px;
	display: flex;
	justify-content: space-between;
}
.top_menu > *{
	flex-grow: 1;
	position: relative;
	z-index: 2;
	padding-top: 50px;
	padding-bottom: 50px;
	display: flex;
}
.top_menu > * > *{
	width:100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.top_menu .c_arrow_link{margin-top: 40px;}
@media screen and (min-width: 1000px) {
	.top_menu > *{width:50%;}
	.top_menu > *:hover::before{
		content: '';
		position: absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
		z-index: -2;
		background-repeat: no-repeat;
		background-size: cover;
		background-blend-mode: multiply;
	}
	.top_menu .bnr1:hover::before{
		background-image: url(../images/top/menu-psychedelic.png),url(../images/top/p-menu1.jpg);
		background-position: left center,center center;
	}
	.top_menu .bnr2:hover::before{
		background-image: url(../images/top/menu-psychedelic.png),url(../images/top/p-menu2.jpg);
		background-position: right center,center center;
	}
	.top_menu .bnr1{padding-left: 25px;}
	.top_menu .bnr2{padding-right: 25px;}
	.top_menu > * > *{max-width: 475px;}
	.top_menu .bnr1 > *{
		margin-left: auto;
		border-right: solid 1px #fff;
	}
	.top_menu .bnr2 > *{
		margin-right: auto;
		border-left: solid 1px #fff;
	}
}
@media screen and (max-width: 999px) {
	.top_menu{flex-direction: column;}
	.top_menu > *{padding: 0 25px;}
	.top_menu > *::before{
		content: '';
		position: absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
		z-index: -2;
		background-repeat: no-repeat;
		background-size: cover;
		background-blend-mode: multiply;
	}
	.top_menu .bnr1::before{
		background-image: url(../images/top/menu-psychedelic.png),url(../images/top/p-menu1-sp.jpg);
		background-position:center center;
	}
	.top_menu .bnr2::before{
		background-image: url(../images/top/menu-psychedelic.png),url(../images/top/p-menu2-sp.jpg);
		background-position:center center;
	}
	.top_menu > * > *{padding: 125px 0;}
	.top_menu .bnr1 > *{border-bottom: solid 1px #fff;}
	.top_menu .bnr2 > *{border-top: solid 1px #fff;}
}


.top_rec{
	padding-top: 100px;
	padding-bottom: 100px;
	color:#fff;
}
.top_rec .bg{
	background-image: url(../images/top/bg-recruit.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.top_rec .dark{
	background-color: rgba(0,0,0,0.50);
	padding: 20px;
}
.top_rec .dark > *{
	border:solid 1px #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 90px;
}
.top_rec .text{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.top_rec .text > *:nth-child(2){margin-top: 20px;}
.top_rec .btn{
	width:450px;
	max-width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: -20px 0;
}
.top_rec .btn a{
	display: block;
	width:200px;
	border-radius: 3em;
	-webkit-border-radius: 3em;
	-moz-border-radius: 3em;
	overflow: hidden;
	font-size: 14px;
	margin: 20px 0;
	order:1;
}
.top_rec .btn a:nth-child(2n){order:2;}
.top_rec .btn a > *{
	text-align: center;
	padding: 0.75em 0;
}
@media screen and (max-width: 999px) {
	.top_rec .bg{
		background-image: url(../images/top/bg-recruit-sp.jpg);
	}
	.top_rec .dark > *{
		flex-direction: column;
		padding: 60px 40px 40px;
	}
	.top_rec .text > *:nth-child(2){font-size: 14px;}
	.top_rec .btn{
		margin: 0;
		padding-top: 40px;
    flex-direction: column;
    align-items: center;
	}
	.top_rec .btn a{margin: 20px 0 0;}
}