@charset "UFT-8";



/*MAIN*/

#MAIN {
	width: 100%;
	min-height: 500px;
}


/*mainVisual*/
#mainVisual {
	overflow: hidden;
	width: 100%;
}

#mainVisual img {
	width: 100%;
	height: auto;
}
@media only screen and (max-width: 768px) {
	#MAIN p{
		font-size: 90%;
	}
}
@media only screen and (min-width: 769px) {
	#mainVisual {
		width: 960px;
	}
}

@media only screen and (min-width: 960px) {
	#mainVisual {
		width: 100%;
	}
}

@media only screen and (min-width: 1400px) {
	#mainVisual {
		width: 1400px;
		margin: 0 auto;
	}
}



/*slick*/
.slick{
	display: none;
}
.slick.slick-initialized{
	display: block;
}

.slick-dots{
	position: absolute;
/*	bottom:1.2em;*/
	bottom:1em;
}
.slick-dots li{
	margin: 0;
}
.slick-dots li button:before{
	color: #fff;
	opacity: 0.8;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before{
/*	opacity: 0.5;*/
}
.slick-dots li.slick-active button:before{
	color: #4177C8;
	opacity: 1 !important;
}
.slick-dotted.slick-slider{
	margin-bottom: 0;
}





/*MAINsection*/

#MAIN .sec img{
	width: auto;
}
#MAIN .sec .content{
	margin-left :auto;
	margin-right :auto;
}
#MAIN .sec .content,
#MAIN .sec .content p{
	line-height: 2;
	padding:1em 0;
	text-align: center;
}

#MAIN .sec .content a.btn{
	display: block;
	margin-left: auto;
	margin-right: auto;
	background: url(../img/common/bg_btn_menu_RIGHT.png) center right no-repeat #4D4D4D;
	background-size: contain;
	color: #fff;
	height: 3em;
	line-height: 3em;
	vertical-align: middle;
	padding: 0;
}
#MAIN .sec .content a.btn:hover{
	opacity: 0.6;
	transition: opacity 0.2s ease-out;
}

#MAIN #movie.sec{
	display: flex;
	justify-content: center;
	max-width: 1400px;
	background-color: #e1f0f8;
	padding: 80px 40px;
	margin: 0 auto;
}
#MAIN #movie.sec div{
	width: 50%;
}
#MAIN #movie.sec span{
	color: #000;
	font-weight: bold;
	line-height: 1.5;
	display: inline-block;
	padding-top: 1rem;
}
#MAIN #movie.sec div a:hover img:first-child{
	opacity: 0.7;
}
#movie-popup{
	position: relative;
	text-align: center;
	max-width: 1000px;
	margin: 0 auto;
}
#movie-popup video{
	width: 100%;
}
#movie-popup .mfp-close{
	color: #fff;
	top: -44px;
}
@media only screen and (max-width: 768px) {
	#MAIN #movie.sec{
		flex-wrap: wrap;
		padding: 8% 8% 8%;
	}
	#MAIN #movie.sec div{
		width: 100%;
	}
	#MAIN #movie.sec div img{
		max-width: 100%;
	}
	#MAIN #movie.sec .catalog{
		margin-top: 30px;
	}
}
/*message*/
#message{
	margin-top: 12px;
	background: url(../img/top/bg_sec_message.jpg) center bottom no-repeat;
	height: 640px;
	padding: 94px 0 !important;
}
#message.sec .content{
	width: 420px;
	height: 450px;
	padding: 32px;
	text-align: center;
	margin: 0 auto;
	background: rgba(255,255,255,0.9);
	line-height: 2;
}
#message .content img{
	width: auto;
}
#message .content a{
	display: inline-block;
	background: url(../img/common/bg_btn_menu_RIGHT.png) center right no-repeat #4D4D4D;
	background-size: contain;
	color: #fff;
	width: 265px;
	height: 3em;
	line-height: 3em;
	vertical-align: middle;
}

@media only screen and (max-width: 768px) {
	#message{
		height: auto;
		background-size: cover;
	}
	#message.sec .content{
		width: 95%;
		height: auto;
		padding: 8%;
		text-align: center;
		margin: 0 auto;
		background: rgba(255,255,255,0.9);
		line-height: 2;
	}
	#message .content img{
		width: 100%;
	}
}
@media only screen and (min-width: 769px) and (max-width: 960px),print {
	#message {
		width: 960px;
	}
}
@media only screen and (min-width: 961px) and (max-width: 1400px) {
	#message {
		width: 100%;
	}
}
@media only screen and (min-width: 1401px) {
	#message {
		width: 1400px;
		margin: 0 auto;
	}
}







/*about*/
#about{
	background: url(../img/top/bg_sec_about.jpg) center center no-repeat;
	height: 510px;
	padding: 94px 0;
}
#about .content a {
	width: 310px;
	margin-top: 12px;
}
#about .content img.pc {
	display: inline-block !important;
}

@media only screen and (max-width: 768px) {
	#about{
		height: auto;
	}
	#about .content a {
		width: auto;
	}
	#about .content img{
		width: 100%;
		padding-bottom: 20px;
	}

#about .content img.pc {
	display: none !important;
}

}
@media only screen and (min-width: 769px) and (max-width: 960px),print {}
@media only screen and (min-width: 961px) and (max-width: 1400px) {}
@media only screen and (min-width: 1401px) {}

/*interview*/
#interview{
	background: #4177C8;
	background:linear-gradient(#4177C8 0, #4177C8 457px, #E1F0F8 457px, #E1F0F8 100%);
	padding: 94px 0;
	height: auto;
}
#interview .content{
	width: 960px;
}
#interview .content >p{
	color: #fff;
}
#interview a {
	display: inline-block;
	margin: 24px;
	width: 392px;
	background: #4177C8;
	height: 426px;
}
#interview a:hover img{
	opacity: 0.9;
	transition: opacity 0.2s ease-out;
}
#interview a img{
	width: 100% !important;
}
@media only screen and (max-width: 768px) {
#interview{
	background:linear-gradient(#4177C8 0, #4177C8 21em, #E1F0F8 21em, #E1F0F8 100%);
	padding: 94px 0;
	height: auto;
}
	#interview .content{
		width: 100%;
	}
	#interview .content,
	#interview.sec img{
		width: 100%;
	}
	#interview.sec a{
		width: auto;
		background: transparent;
		height: auto;
		margin: 1em 0;
	}
	
}



#more{
	margin-top: 12px;
	background: url(../img/top/bg_sec_more.jpg) center center no-repeat;
}
#more .content{
	width: 960px;
	color: #fff;
}
#MAIN #more .content{
	padding: 114px 0;
}
#more .column2{
	vertical-align: top;
	display: inline-block;
	margin: 24px;
	width: 392px;
	background: rgba(65, 119, 200, 0.9);
	height: 400px;
}
#more .column2 .title{
	font-weight: bold;
	font-size: 160%;
	padding-top: 60px !important;
	padding-bottom: 0 !important;
	line-height: 1 !important;
}
#more a{
	margin-top: 12px;
	width: 263px;
	background-color: rgba(255,255,255,0) !important;
	border: 1px solid #fff;
}
#more a:hover{
	background-color: rgba(6, 58, 136, 0.9) !important;
}
@media only screen and (max-width: 768px) {
	#more{
		background: url(../img/top/bg_sec_more_sp.jpg) center center no-repeat;
		background-size: cover;
	}
	#more .content{
		width: 100%;
	}
	#MAIN #more .content{
		padding: 0;
	}
	#more .column2{
		vertical-align: top;
		display: block;
		width: auto;
		height: auto;
		padding:1em 2em 2em;
		box-sizing: border-box;
		margin: 0 0 1em;
	}
	#more .column2 .title{
		font-size: 160%;
		padding-top: 1em !important;
	}

}






#entry {
	text-align: center;
	padding: 50px 50px  80px;
}
#entry a{
	display: block;
	margin-left: auto;
	margin-right: auto;
	background: url(../img/common/bg_btn_menu_RIGHT.png) center right no-repeat #FA4E49;
	color: #fff;
	width: 540px;
	font-weight: bold;
/*
	height: 4em;
	line-height: 4em;
*/
	vertical-align: middle;
	font-size: 150%;
	padding:0.6em;
}
#entry a span{
	display: block;
	font-size: 50%;
	line-height: 1.7;
}

#entry a:hover{opacity: .7;}

@media only screen and (max-width: 768px) {
	#entry a{
		width: 100%;
	}
	
	#MAIN .sec .content a.btn {
		height: 4em;
		font-size: 100%;
		line-height: 4em;
		background-size: 3em;
	}
}




