@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@100;400;700&display=swap');
body {
    overflow-x: hidden;
}

/**top**/

#top {}
#top section {}

#top section.loading {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9;
    width: 100%;
    height: 100%;
    background: #F0F0F0;
    transition: width 0.5s 1.5s;
    overflow: hidden;
}
#top section.loading::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 0;
    height: 100%;
    background: #B9B9B9;
    transition: width 0.5s 1.0s;
}
#top section.loading .logo {
    background: url(/images/logo_loading.png) no-repeat center;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    width: 110px;
    height: 115px;
    margin: -97px 0 0 -55px;
}
#top section.loading .border {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
    width: 0%;
    height: 0;
    border-top: solid 1px #222222;
    margin: 35px 0 0;
    transition: width 0.1s;
}
#top section.loading .text {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
    width: 100%;
    margin: 52px 0 0;
    text-align: center;
    font-size: 16px;
    line-height: 1;
    color: transparent;
    transition: color 0.5s;
	font-family: 'Barlow';
}
#top section.loading .text span {
    font-size: 30px;
    margin: 0 5px 0;
    color: #222222;
}
#top section.loading.done {
    width: 0%;
}
#top section.loading.done::before {
    width: 100%;
}
#top section.loading.done .text {
    color: #222222;
}

#top section.visual {
    height: 100vh;
    background: url(/images/img_visual.png) no-repeat center white;
    background-size: auto 120%;
    position: relative;
    transition: background-size 1.5s 0.3s;
    transition-timing-function: ease-out;
}
#top section.visual.start {
    /*background-size: auto 100%;*/
	background-size: cover;
}
#top section.visual .copy {
    position: absolute;
    top: 170px;
    left: 170px;
    z-index: 2;
    width: 270px;
}
#top section.visual .copy div {
    width: 122px;
}
#top section.visual .copy div:first-child {
    float: right;
}
#top section.visual .copy div:last-child {
    margin: 55px 0 0;
}
#top section.visual .copy div img {
    display: block;
    margin: 0 0 15px;
    transform: scale(1.2);
    opacity: 0;
    transition-duration: 0.3s;
}
#top section.visual.start .copy div img {
    transform: scale(1);
    opacity: 1;
}
#top section.visual .copy div:first-child img:nth-of-type(1) {
    transition-delay: 2.0s;
}
#top section.visual .copy div:first-child img:nth-of-type(2) {
    transition-delay: 2.1s;
}
#top section.visual .copy div:first-child img:nth-of-type(3) {
    transition-delay: 2.2s;
}
#top section.visual .copy div:last-child img:nth-of-type(1) {
    transition-delay: 2.5s;
}
#top section.visual .copy div:last-child img:nth-of-type(2) {
    transition-delay: 2.6s;
}
#top section.visual .copy div:last-child img:nth-of-type(3) {
    transition-delay: 2.7s;
}
#top section.visual .copy::before {
  /* content: url(images/vis_copy.png); */
}
#top section.visual .scroll {
    position: absolute;
    bottom: 88px;
    left: 31px;
    z-index: 2;
    background: url(/images/vis_scroll.png) no-repeat right top;
    width: 15px;
    height: 73px;
}
#top section.visual .scroll::before {
  content: '';
  position: absolute;
  top: 82px;
  left: 5px;
  z-index: 1;
  width: 2px;
  height: 99px;
  background: #222222;
  opacity: 0.4;
}
#top section.visual .scroll::after {
  content: '';
  position: absolute;
  top: 82px;
  top: 145px;
  left: 5px;
  z-index: 1;
  width: 2px;
  height: 36px;
  background: #222222;
  animation: vis_scroll 2s ease-in-out 0s infinite normal;
}
@keyframes vis_scroll {
  0% {top: 82px;}
  20% {top: 82px;}
  80% {top: 145px;}
  100% {top: 145px;}
}
#top section.links {
    text-align: center;
    padding: 60px 60px;
	max-width: 1000px;
	margin: 0 auto;
}
#top section.links a {
    display: inline-block;
    text-align: left;
    width:430px;
    height: 64px;
    /*margin: 0 6px;*/
	margin-right: 20px;
	margin-bottom: 20px;
    padding: 19px 0 0 20px;
    background: rgba(0, 53, 106, 0.7);
    color: white;
    position: relative;
    font-weight: 100;
    text-decoration: none;
}
#top section.links a:nth-child(2n){
	margin-right: 0px;
}
#top section.links a .title {
    display: inline-block;
    vertical-align: text-bottom;
    font-size: 21px;
    line-height: 1;
}
#top section.links a .sub {
    display: inline-block;
    vertical-align: text-bottom;
    font-size: 14px;
    line-height: 1;
    margin: 0 0 0 11px;
	letter-spacing: 1.2px;
	font-family: 'Barlow';
	font-weight: 400;
}
#top section.links a .arrow_mv {
    position: absolute;
    bottom: 16px;
    left: 19px;
    z-index: 1;
}
#top section.contents {
    padding: 160px 0 80px;
}
#top section.contents h1 {
    background: url(/images/ttl_contents.png) no-repeat center / contain;
    height: 47px;
    position: relative;
}
#top section.contents h1::before {
  content: '';
  border-bottom: solid 2px #222222;
  position: absolute;
  bottom: -9px;
  left: 50%;
  z-index: 1;
  width: 260px;
  margin: 0 0 0 -130px;
}
#top section.contents article {
    margin: 105px auto 0;
    width: 1140px;
	max-width: 100%;
    text-align: center;
    overflow-x: hidden;
}
#top section.contents article a {
    display: inline-block;
    vertical-align: top;
    width: 300px;
    height: 95px;
    margin: 155px 106px 60px;
    position: relative;
    z-index: 2;
    text-align: left;
    text-decoration: none;
    color: white;
    padding: 0 0 0 25px;
    opacity: 0;
    transition: 0.5s;
}
#top section.contents article a:nth-child(1) {
   transform-origin: bottom right;
   transform: scale(1.3) translate(-20px, -20px);
}
#top section.contents article a:nth-child(2) {
   transform-origin: bottom left;
   transform: scale(1.3) translate(20px, -20px);
}
#top section.contents article a:nth-child(3) {
   transform-origin: top right;
   transform: scale(1.3) translate(-20px, 20px);
}
#top section.contents article a:nth-child(4) {
   transform-origin: top left;
   transform: scale(1.3) translate(20px, 20px);
}
#top section.contents article.show a {
    opacity: 1;
    transform: scale(1) translate(0px, 0px);
}
#top section.contents article a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #00356A;
	    backdrop-filter: blur(3px);
	-webkit-backdrop-filter: blur(3px);
  opacity: 0.8;
}
#top section.contents article a figure {
    width: 470px;
    height: 200px;
    margin: 0;
    background-size: 100%;
    position: absolute;
    top: -155px;
    left: -85px;
    z-index: -1;
    background-position: center;
    transition: 0.3s;
}
#top section.contents article a:hover figure {
    background-size: 110%;
}
#top section.contents article a:nth-child(1) figure {
   background-image: url(/images/img_contents01.png);
}
#top section.contents article a:nth-child(2) figure {
   background-image: url(/images/img_contents02.png);
}
#top section.contents article a:nth-child(3) figure {
   background-image: url(/images/img_contents03.png);
}
#top section.contents article a:nth-child(4) figure {
   background-image: url(/images/img_contents04.png);
}
#top section.contents article a .title {
    font-size: 28px;
    line-height: 1;
    font-weight: normal;
    position: relative;
    z-index: 1;
    margin: 17px 0 0;
}
#top section.contents article a .sub {
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    position: relative;
    z-index: 1;
    margin: 4px 0 0;
	letter-spacing: 1.2px;
	font-family: 'Barlow';
}
#top section.contents article a .arrow_mv {
    z-index: 2;
    margin: -10px 0 0;
}
#top section.career {
    padding: 90px 0 80px;
    background: rgba(255, 255, 255, 0.7);
	backdrop-filter: blur(3px);
	-webkit-backdrop-filter: blur(3px);
}
#top section.career h1 {
    background: url(/images/ttl_career.png) no-repeat center / contain;
    height: 47px;
    position: relative;
}
#top section.career h1::before {
  content: '';
  border-bottom: solid 2px #222222;
  position: absolute;
  bottom: -9px;
  left: 50%;
  z-index: 1;
	width: 580px;
  margin: 0 0 0 -290px;
}
#top section.career .btn {
    margin: 90px 0 0;
}
#top section.career .btn a {}
#top section.career .btn a .arrow_sq {}
#top section.schedule {
    padding: 170px 0 90px;
}
#top section.schedule h1 {
    background: url(/images/ttl_schedule.png) no-repeat center / contain;
    height: 47px;
    position: relative;
}
#top section.schedule h1::before {
  content: '';
  border-bottom: solid 2px #222222;
  position: absolute;
  bottom: -9px;
  left: 50%;
  z-index: 1;
  width: 260px;
  margin: 0 0 0 -130px;
}
#top section.schedule .tab {
    text-align: center;
    margin: 90px 0 0;
}
#top section.schedule .tab span {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: 1;
    margin: 0 170px;
    padding: 10px 5px;
    border-bottom: solid 3px transparent;
    position: relative;
    cursor: pointer;
}
#top section.schedule .tab span.active {
    border-bottom: solid 3px #222222;
}
#top section.schedule .tab span:first-child::after {
  content: '';
  position: absolute;
  top: 0;
  right: -170px;
  z-index: 1;
  width: 0;
  height: 100%;
  border-right: solid 3px #222222;
}
#top section.schedule article {
    display: none;
}
#top section.schedule article.admission {
    padding: 60px 0 0;
}
#top section.schedule article.admission a {
    display: block;
    text-align: left;
    width: 480px;
    max-width: calc(100% - 50px);
    margin: 0 auto 30px;
    padding: 10px 0 20px 20px;
    background: rgba(0, 53, 106, 0.7);
	    backdrop-filter: blur(3px);
	-webkit-backdrop-filter: blur(3px);
    color: white;
    position: relative;
    font-weight: 100;
    text-decoration: none;
}
#top section.schedule article.admission a .title {
    font-size: 28px;
    line-height: 1;
    font-weight: 100;
    position: relative;
    z-index: 1;
    margin: 17px 0 0;
}
#top section.schedule article.admission a .sub {
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    position: relative;
    z-index: 1;
    margin: 4px 0 0;
	    font-family: 'Barlow';
}
#top section.schedule article.admission a .arrow_mv {
    z-index: 2;
    margin: -10px 0 0;
}
#top section.schedule article.events {
    margin: 55px auto 0;
    width: 730px;
}
#top section.schedule article.events a {
    display: block;
    width: 100%;
    height: 160px;
    margin: 0 0 40px;
    position: relative;
    text-decoration: none;
    color: #00356A;
	background: rgba(255,255,255,0.7);
	backdrop-filter: blur(3px);
	-webkit-backdrop-filter: blur(3px);
	padding-right: 20px;
}
#top section.schedule article.events a figure {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 160px;
    height: 100%;
    background: url(/images/img_schedule.png) no-repeat center center white;
    background-size: 100%;
    margin: 0;
    transition: 0.3s;
}
#top section.schedule article.events a:hover figure {
    background-size: 110%;
}
#top section.schedule article.events a.notlink:hover figure {
    background-size: 100%;
}
#top section.schedule article.events a .date {
    font-size: 36px;
    line-height: 1;
    margin: 0 0 0 200px;
    padding: 40px 0 8px;
    border-bottom: solid 2px #222222;
	font-family: 'Barlow';
}
#top section.schedule article.events a .date span {
    font-size: 28px;
    margin: 0 4px 0 6px;
}
#top section.schedule article.events a .title {
    font-size: 20px;
    line-height: 1.6;
    margin: 0 0 0 200px;
    padding: 11px 0 0;
	font-weight: bold;
}

@media screen and (max-width: 768px){

#top {
	padding: 0;
}
#top section {}
#top section.visual {
    background-image: url(/images/img_visual_sp.png);
    background-size: 120% auto;
    height: calc(var(--vh, 1vh) * 100);
}
#top section.visual.start {
    /*background-size: 100% auto;*/
	background-size: cover;
}
#top section.visual .copy {
    width: 60px;
    top: 93px;
    left: 26px;
}
#top section.visual .copy div {
    width: 46px;
}
#top section.visual .copy div:first-child {
    float: none;
}
#top section.visual .copy div:last-child {
    margin: 15px 0 0;
}
#top section.visual .copy div img {
    width: 100%;
    margin: 0 0 3px;
}
#top section.visual.start .copy div img {}
#top section.visual .copy div:first-child img:nth-of-type(1) {}
#top section.visual .copy div:first-child img:nth-of-type(2) {}
#top section.visual .copy div:first-child img:nth-of-type(3) {}
#top section.visual .copy div:last-child img:nth-of-type(1) {}
#top section.visual .copy div:last-child img:nth-of-type(2) {}
#top section.visual .copy div:last-child img:nth-of-type(3) {}
#top section.visual .copy::before {
    display: none;
}
#top section.visual .scroll {
    bottom: 85px;
    left: 19px;
}
#top section.visual .scroll::before {}
#top section.visual .scroll::after {}
#top section.links {
    padding: 42px 0;
}
#top section.links a {
    width: 43%;
    margin: 0 1.5% 10px;
    padding: 13px 0 15px 10px;
    height: auto;
}
#top section.links a .title {
    font-size: 14.5px;
}
#top section.links a .sub {
    font-size: 11px;
    line-height: 1;
    margin: 3px 0 0 0;
    display: block;
}
#top section.links a .arrow_mv {
    bottom: 10px;
    left: 11px;
}
#top section.contents {
    padding: 90px 0 40px;
}
#top section.contents h1 {
    height: 24px;
}
#top section.contents h1::before {
    bottom: -7px;
    border-bottom-width: 1px;
    width: 140px;
    margin: 0 0 0 -70px;
}
#top section.contents article {
    margin: 50px auto 0;
    width: 100%;
}
#top section.contents article a {
    width: 210px;
    height: 55px;
    margin: 120px auto 40px;
    padding: 0 0 0 17px;
}
#top section.contents article a:nth-child(1) {
   transform-origin: top center;
   transform: scale(1) translate(0px, 20px);
   transition-delay: 0.0s;
}
#top section.contents article a:nth-child(2) {
   transform-origin: top center;
   transform: scale(1) translate(0px, 20px);
   transition-delay: 0.2s;
}
#top section.contents article a:nth-child(3) {
   transform-origin: top center;
   transform: scale(1) translate(0px, 20px);
   transition-delay: 0.4s;
}
#top section.contents article a:nth-child(4) {
   transform-origin: top center;
   transform: scale(1) translate(0px, 20px);
   transition-delay: 0.6s;
}
#top section.contents article.show a {
    opacity: 1;
    transform: scale(1) translate(0px, 0px);
}
#top section.contents article a::before { height: 120%;}
#top section.contents article a figure {
    width: calc(100% + 120px);
    height: 155px;
    top: -125px;
    left: -60px;
    background-size: cover;
}
#top section.contents article a:hover figure {
    background-size: 110%;
}
#top section.contents article a:nth-child(1) figure {}
#top section.contents article a:nth-child(2) figure {}
#top section.contents article a:nth-child(3) figure {}
#top section.contents article a:nth-child(4) figure {}
#top section.contents article.show a figure {}
#top section.contents article a .title {
    font-size: 18px;
    margin: 11px 0 0;
}
#top section.contents article a .sub {
    font-size: 11.5px;
    margin: 2px 0 0;
	font-family: 'Barlow';
}
#top section.contents article a .arrow_mv {
    margin: -15px 0 0;
}
#top section.career {
    padding: 60px 0 80px;
}
#top section.career h1 {
    height: 24px;
}
#top section.career h1::before {
    bottom: -7px;
    border-bottom-width: 1px;
        width: 300px;
    margin: 0 0 0 -149px;
}
#top section.career .btn {
    margin: 50px 0 0;
}
#top section.career .btn a {}
#top section.career .btn a .arrow_sq {}
#top section.schedule {
    padding: 55px 0 40px;
}
#top section.schedule h1 {
    height: 24px;
}
#top section.schedule h1::before {
    bottom: -7px;
    border-bottom-width: 1px;
    width: 140px;
    margin: 0 0 0 -70px;
}
#top section.schedule .tab {
    margin: 40px 0 0;
}
#top section.schedule .tab span {
    font-size: 15px;
    line-height: 1;
    margin: 0 50px;
    padding: 10px 5px;
    width: 5em;
}
#top section.schedule .tab span:first-child::after {
    right: -50px;
}
#top section.schedule article {}
#top section.schedule article.admission {
    padding: 40px 0 0;
}
#top section.schedule article.admission a {
    margin-bottom: 10px;
}
#top section.schedule article.admission a .title {
    font-size: 18px;
    margin: 11px 0 0;
}
#top section.schedule article.admission a .sub {
    font-size: 11.5px;
    margin: 2px 0 0;
	    font-family: 'Barlow';
}
#top section.schedule article.admission a .arrow_mv {
    margin: -15px 0 0;
}
#top section.schedule article.events {
    margin: 40px auto 0;
    width: calc(100% - 50px);
}
#top section.schedule article.events a {
    height: 105px;
    margin: 0 0 20px;
}
#top section.schedule article.events a figure {
    width: 105px;
}
#top section.schedule article.events a:hover figure {
    background-size: 110%;
}
#top section.schedule article.events a .date {
    font-size: 23px;
    line-height: 1;
    margin: 0 0 0 120px;
    padding: 13px 0 6px;
    border-bottom: solid 1px #222222;
}
#top section.schedule article.events a .date span {
    font-size: 16px;
    margin: 0 0 0 8px;
}
#top section.schedule article.events a .title {
    font-size: 14px;
    margin: 0 0 0 120px;
    padding: 7px 0 0;
}

}

/*20210222追加*/
#top section.visual .picup{
	background: rgba(255,255,255,0.7);
	backdrop-filter: blur(3px);
	-webkit-backdrop-filter: blur(3px);
	position: absolute;
	bottom:40px;
	right: -50%;
	padding: 20px;
	transition: right 1s 3s;
}
#top section.visual.start .picup{
	right: 0;
}
#top section.visual .picup a{
	color: #333333;
    text-decoration: none;
}
#top section.visual .picup p{
	font-size: 1.5rem;
	line-height: 1.4;
	font-weight: bold;
	position: relative;
	padding-right: 220px;
}
#top section.visual .picup p::after{
	content: "";
	width: 200px;
	height: 1px;
	position: absolute;
	top: 10px;
    right: 0;
    background: #222;
}
@media screen and (max-width: 768px){
	#top section.visual .picup{
		bottom: 0px;
		padding: 10px;
		margin-bottom: 20px;
		right: -100%;
	}
	#top section.visual .picup p{
		font-size: 1.3rem;
		line-height: 1.4;
		position: relative;
		padding-right: 80px;
	}
	#top section.visual .picup p::after {
		content: "";
		width: 70px;
		height: 1px;
		position: absolute;
		top: 10px;
		right: 0;
		background: #222;
	}
	#top section.schedule .btn{
		margin-top: 30px;
	}
}
#top section.schedule article.events a figure.close::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.4);
	width: 160px;
	height: 160px;
}
#top section.schedule article.events a figure.close::after{
	content: "終了しました";
	top: 0;
	left: 0;
	color: white;
	font-size: 1.5rem;
	line-height: 1.4;
	position: absolute;
    margin-top: 76px;
    margin-left: 38px;
}
@media screen and (max-width: 768px){
	#top section.schedule article.events a figure.close::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		background: rgba(0,0,0,0.4);
		width: 105px;
		height: 105px;
	}
	#top section.schedule article.events a figure.close::after {
		content: "終了しました";
		top: 0;
		left: 0;
		color: white;
		font-size: 1.5rem;
		line-height: 1.4;
		position: absolute;
		margin-top: 46px;
		margin-left: 8px;
	}
}

/*20210308*/
#top section.schedule article.admission .btn a.border_mv{
	width: 440px;
    height: 60px;
    margin: 0 auto;
	background: rgba(255,255,255,0.7);
	padding: 22px 0 0 0;
    color: #222222;
	font-weight: bold;
	text-align: center;
}
#top section.schedule article.events .btn a.border_mv{
	width: 440px;
    height: 60px;
    margin: 0 auto;
	color: #222222;
	font-weight: bold;
}
#top section.schedule article.events a .date.small{
	font-size: 26px;
}
#top section.schedule article.events a .date.small span{
	font-size: 20px;
}
.sp{
	display: none;
}
@media screen and (max-width: 768px){
	.sp{
		display: block;
	}
	#top section.contents article{
		width: 100%;
	}
	#top section.schedule article.admission .btn a.border_mv {
		width: 310px;
		max-width: 90vw;
		height: 46px;
		font-size: 14px;
		padding: 17px 0 0 0;
	}
	#top section.schedule article.events .btn a.border_mv {
		width: 310px;
		max-width: 90vw;
		height: 46px;
		font-size: 14px;
		padding: 17px 0 0 0;
	}
	#top section.schedule article.events a .date.small{
		font-size: 16px;
	}
	#top section.schedule article.events a .date.small span{
		font-size: 12px;
	}
}
@media screen and (max-width: 768px){
	#top section.contents article a {
		width: 210px;
		height: 55px;
		margin: 155px 106px 60px;
		padding: 0 0 0 17px;
	}
	#top section.loading .logo{
		    background: url(/images/logo_loading_sp.png) no-repeat center;
		    background-size: 90%;
	}
}
@media screen and (max-width: 750px){
	#top section.contents article a {
		width: 210px;
		height: 55px;
		margin: 120px auto 40px;
		padding: 0 0 0 17px;
	}
}