@media screen and (min-width: 769px) {
	
	
	/*---------------------------------------
	 * Header
	---------------------------------------*/ 
	
	#top header{
		position: relative;
	}
	#top header .logo{
		visibility: hidden;
		opacity: 0;
		transition: all .2s;
	}
	#top header .menu-content .main-menu {
    	padding-left:50px;
	}
	#top header .menu-content .main-menu li{
		padding-left: 0px;
		padding-right: 60px;
	}
	
	
	/* フロート時
	---------------------------------------*/ 
	
	#top header.floating{
		position: fixed;
		z-index: 2000;
	}
	#top header.floating .logo{
		visibility: visible;
		opacity: 1;
	}
	#top main.floating{
		margin-top: 80px;
	}
	/*
	#top header.floating .menu-content .main-menu{
		padding: 0 30.556vw 0 13.194vw;
	}
	#top header.floating .menu-content .main-menu li{
		padding: 32px 1.5vw;
	}
	*/
	
	
	/*---------------------------------------
	 * MainVisual
	---------------------------------------*/
	
		
	.mainvisual{
		width: 100%;
		height: 630px;
		position: relative;
		margin: 80px 0 0;
	}
	.mainvisual .facility-name{
		font-size: 2rem;
		font-weight: 700;
		position: absolute;
		right: 50px;
		top:-40px;
	}
	.mainvisual::after{
		content:"";
		width: 100%;
		height: 630px;
		position: absolute;
		top:0;
		left: 0;
		z-index: 0;
		background: rgb(0,0,0);
		background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.25) 100%);
	}
	.mainvisual .toplogo{
		width: 178px;
		padding: 20px 25px;
		background: #FFFFFF;
		position: absolute;
		left: 60px;
		top:-80px;
		z-index: 1
	}
	.mainvisual .copy{
		text-align: right;
		color: #FFFFFF;
		font-size: 3.6rem;
		font-weight: 700;
		letter-spacing: 6px;
		line-height: 1.4;
		width: 100%;
		position: absolute;
		top:50%;
		right:50px;
		transform: translateY(-50%);
		z-index: 1;
		transition: color 1s;
	}
	.mainvisual .copy.blue{
		color: #40618E;
	}
	.mainvisual .slides{
	}
	.mainvisual .slides li{
		width: 100%;
		height: 630px;
	}
	.mainvisual .slides .slide1{
		background: url(/index/img/img_mainvisual-01_pc.jpg) 50% no-repeat;
		background-size: cover;
	}
	.mainvisual .slides .slide2{
		background: url(/index/img/img_mainvisual-02_pc.jpg) 50% no-repeat;
		background-size: cover;
	}
	.mainvisual .slides .slide3{
		background: url(/index/img/img_mainvisual-03_pc.jpg) 50% no-repeat;
		background-size: cover;
	}
	
	
	/*---------------------------------------
	 * News
	---------------------------------------*/ 
	
	.news{
		width: 100%;
		padding: 100px 0;
	}
	.news .inner{
		width: 1000px;
		margin: 0 auto;
	}
	.news .inner .midashi.ja{
		font-size: 2.8rem;
		color: #40618E;
		text-align: center;
		margin: 0 0 10px;
	}
	.news .inner .midashi.en{
		font-size: 1.6rem;
		letter-spacing: 3px;
		color: #959595;
		text-align: center;
		margin: 0 0 40px;
	}
	.news .inner dl{
		width: 100%;
		display: table;
		font-size: 1.4rem;
		line-height: 1.6;
		margin: 0 0 10px;	
	}
	.news .inner dl dt{
		width: 100px;
		display: table-cell;
		color: #959595;
		letter-spacing: 2px;
		padding-right: 20px;
	}
	.news .inner dl dt .pickup{
		display: none;
	}
	.news .pickup{
		display: inline-block;
		padding: 0px 20px;
		background: #40618E;
		color: #FFFFFF;
		letter-spacing: 3px;
		margin-right: 0.5em;
	}
	.news .inner dl dd{
		display: table-cell;
	}
	.news .inner dl dd a:hover{
		text-decoration: underline;
	}
	.news .inner .btn{
		display: block;
		width: 145px;
		border: 1px solid #40618E;
		color: #40618E;
		background: #FFFFFF;
		margin: 30px auto 0;
		padding: 10px 0;
		text-align: center;
		transition: background-color .2s;
	}
	.news .inner .btn:hover{
		border: 1px solid #40618E;
		color: #FFFFFF;
		background: #40618E;
	}
	
	
	/*---------------------------------------
	 * Project
	---------------------------------------*/ 
	
	.sec-project{
		width: 100%;
		position: relative;
		overflow: hidden;
		padding: 50px 0 0px;
		overflow: hidden;
	}
	.sec-project::before{
		content:"";
		width: 548px;
		height: 83px;
		background: url(/index/img/txt_project-01.svg) 50% no-repeat;
		background-size:100%;
		position: absolute;
		top:-20px;
		left:50%;
		transform: translateX(-50%);
		z-index: 1;
	}
	.sec-project::after{
		content: "";
		width: 100%;
		height: 340px;
		background: url(/index/img/bg_project-01_pc.jpg) 50% no-repeat;
		background-size: cover;
		position: absolute;
		top:0;
		left:0;
		z-index: 0;
	}
	.sec-project .inner{
		width: 1000px;
		margin: 0 auto;
		position: relative;
		z-index: 1;
	}
	.sec-project .block{
		position: relative;
		margin: 0 0 100px;
	}
	
	/* project
	---------------------------------------*/ 
	
	.sec-project .inner .midashi{
		font-size: 3.0rem;
		font-weight: 500;
		text-align: center;
		color: #FFFFFF;
		margin: 0 0 50px;
	}
	.sec-project .inner ul{
		display: flex;
		justify-content: space-between;
	}
	.sec-project .inner ul li{
		width: 288px;
	}
	.sec-project .inner ul li figure{
		margin: 0 0 25px;
		background: #FFFFFF;
	} 
	.sec-project .inner ul li .komidashi{
		margin: 0 0 15px;
		font-weight: 700;
		font-size: 1.6rem;
	}
	.sec-project .inner ul li .read{
		line-height: 1.8;
	}
	
	
	/* Movie
	---------------------------------------*/ 
	
	.sec-project .movie-block .box{
		display: flex;
		justify-content: space-between;
		position: relative;
		z-index: 1;	
	}
	.sec-project .movie-block .obj{
		position: absolute;
		top:0;
		left:53.5%;
		width: 390px;
		z-index: 0;
	}
	
	
	/* Public
	---------------------------------------*/ 
	
	.sec-project .public-block .box{
		display: flex;
		justify-content: space-between;
		flex-direction: row-reverse;
		position: relative;
		z-index: 1;	
	}
	.sec-project .public-block .box .text{
		padding-left: 50px;
		box-sizing: border-box;
	}
	.sec-project .public-block .obj{
		position: absolute;
		top:0;
		left:0;
		width: 454px;
		z-index: 0;
	}
	
	
	
	/* Movie Public共通
	---------------------------------------*/ 
	.sec-project .block .box .photo{
		width: 550px;
	}
	.sec-project .block .box .text{
		width: 406px;
		margin: 45px 0 0;
	}
	.sec-project .block .box .text .category{
		color: #40618E;
	}
	.sec-project .block .box .text .category::after{
		content:"";
		display: block;
		width: 22px;
		height: 1px;
		background: #40618E;
		margin: 10px 0 20px;
	}
	.sec-project .block .box .text .komidashi{
		font-size: 2.1rem;
		font-weight: 700;
		margin: 0 0 20px;
	}
	.sec-project .block .box .text .read{
		line-height: 2;
	}
	.sec-project .block .box .text small{
		display: block;
		font-size: 1rem;
		line-height: 2;
	}
	
}


@media screen and (min-width: 1200px) {


	/* フロート時
	---------------------------------------*/
	/* 
	#top header.floating{
		position: fixed;
		z-index: 2000;
	}
	#top header.floating .logo{
		display: block;
	}
	*/
	#top header.floating .menu-content .main-menu{
		padding: 0 30.556vw 0 13.194vw;
	}
	#top header.floating .menu-content .main-menu li{
		padding: 32px 1.5vw;
	}
	/*
	#top main.floating{
		margin-top: 80px;
	}
	*/
	
	
}


	
@media screen and (min-width: 1440px) {
	
	#top header .menu-content .main-menu{
		padding: 0 220px 0 50px;	
		transition: all .2s;
	}
	#top header.floating .menu-content .main-menu{
		padding: 0 220px 0 180px;	
	}
	#top header.floating .menu-content .main-menu li{
		padding: 32px 25px;
	}
	
	
}



@media screen and (max-width: 768px) {
	
	
	/*---------------------------------------
	 * Header
	---------------------------------------*/
	
	#top header{
		z-index: 100;
	}
	
	#top header .logo{
		width: 92px;
		padding: 30px 18px 18px;
		background: #FFFFFF;
		z-index: 1000;
		transition: all .3s;
		left: 10px;
	}
	#top header .facility-name{
		font-size: 1rem;
		position: absolute;
		top:28px;
		left: 140px;/*110px*/
		transition: left .3s;
	}
	
	/* スクロール時
	---------------------------------------*/ 
	
	#top header.scrolled .logo{
		width: 72px;
		padding: 0;
		left: 20px;
	}
	#top header.scrolled .facility-name{
		left: 110px;
	}
	
	
	
	
	
	/*---------------------------------------
	 * MainVisual
	---------------------------------------*/
	
	.mainvisual{
		width: 100%;
		height: 275px;
		background: url(/index/img/img_mainvisual-01_pc.jpg) 50% 0px no-repeat;
		background-size: cover;
		position: relative;
		margin: 65px 0 0;
	}
	.mainvisual::after{
		/*
		content:"";
		width: 100%;
		height: 275px;
		position: absolute;
		top:0px;
		left: 0;
		z-index: 0;
		
		background: rgb(0,0,0);
		background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 30%,rgba(0,0,0,0.15) 50%,rgba(0,0,0,0) 70%, rgba(0,0,0,0) 100%);
		*/
	}
	.mainvisual .toplogo{
		display: none;
	}
	.mainvisual .facility-name{
		display: none;
	}
	.mainvisual .copy{
		text-align: center;
		color: #FFFFFF;
		font-size: 1.8rem;
		font-weight: 700;
		letter-spacing: 3px;
		line-height: 1.4;
		width: 100%;
		position: absolute;
		top:50%;
		left:50%;
		transform: translate(-50%,-50%);
		z-index: 1;
		transition: color 1s;
	}
	.mainvisual .copy.blue{
		color: #40618E;
	}
	.mainvisual .slides{
	}
	.mainvisual .slides li{
		width: 100%;
		height: 275px;
	}
	.mainvisual .slides .slide1{
		background: url(/index/img/img_mainvisual-01_sp.jpg) 50% no-repeat;
		background-size: cover;
	}
	.mainvisual .slides .slide2{
		background: url(/index/img/img_mainvisual-02_sp.jpg) 50% no-repeat;
		background-size: cover;
	}
	.mainvisual .slides .slide3{
		background: url(/index/img/img_mainvisual-03_sp.jpg) 50% no-repeat;
		background-size: cover;
	}
	
	
	/*---------------------------------------
	 * News
	---------------------------------------*/ 
	
	.news{
		width: 100%;
		padding: 50px 0;
	}
	.news .inner{
		width: calc(100% - 40px);
		margin: 0 auto;
	}
	.news .inner .midashi.ja{
		font-size: 2.0rem;
		color: #40618E;
		text-align: center;
		margin: 0 0 10px;
	}
	.news .inner .midashi.en{
		font-size: 1.4rem;
		letter-spacing: 3px;
		color: #959595;
		text-align: center;
		margin: 0 0 40px;
	}
	.news .inner dl{
		width: 100%;
		line-height: 1.8;
		margin: 0 0 20px;	
	}
	.news .inner dl dt{
		width: 100%;
		color: #959595;
		letter-spacing: 2px;
		font-size: 1.1rem;
		margin: 0 0 5px;
	}
	.news .inner dl dd{
		width: 100%;
	}
	.news .pickup{
		display: inline-block;
		padding: 0px 10px;
		background: #40618E;
		color: #FFFFFF;
		letter-spacing: 3px;
		margin-left: 0.5em;
	}
	.news dd .pickup{
		display: none;
	}
	.news .inner .btn{
		display: block;
		width: 145px;
		border: 1px solid #40618E;
		color: #40618E;
		background: #FFFFFF;
		margin: 30px auto 0;
		padding: 10px 0;
		text-align: center;
		transition: background-color .2s;
	}
	.news .inner .btn:hover{
		border: 1px solid #40618E;
		color: #FFFFFF;
		background: #40618E;
	}
	
	
	/*---------------------------------------
	 * Project
	---------------------------------------*/ 
	
	.sec-project{
		width: 100%;
		position: relative;
		overflow: hidden;
		padding: 40px 0 0px;
		overflow: hidden;
	}
	.sec-project::before{
		content:"";
		width: 278px;
		height: 42px;
		background: url(/index/img/txt_project-01.svg) 50% no-repeat;
		background-size:100%;
		position: absolute;
		top:-5px;
		left:50%;
		transform: translateX(-50%);
		z-index: 1;
	}
	.sec-project::after{
		content: "";
		width: 100%;
		height: 247.5px;
		background: url(/index/img/bg_project-01_sp.jpg) 50% no-repeat;
		background-size: cover;
		position: absolute;
		top:0;
		left:0;
		z-index: 0;
	}
	.sec-project .inner{
		width: calc(100% - 40px);
		margin: 0 auto;
		position: relative;
		z-index: 1;
	}
	.sec-project .block{
		position: relative;
		margin: 0 0 50px;
	}
	
	
	/* project
	---------------------------------------*/ 
	
	.sec-project .inner .midashi{
		font-size: 2.0rem;
		font-weight: 500;
		text-align: center;
		color: #FFFFFF;
		margin: 0 0 30px;
	}
	.sec-project .inner ul{
		
	}
	.sec-project .inner ul li{
		width: 75%;
		margin: 0 auto 40px;
	}
	.sec-project .inner ul li.last{
		margin-bottom:0;
	}
	.sec-project .inner ul li figure{
		margin: 0 0 15px;
	} 
	.sec-project .inner ul li .komidashi{
		margin: 0 0 10px;
		font-weight: 700;
		font-size: 1.6rem;
	}
	.sec-project .inner ul li .read{
		line-height: 1.8;
	}
	
	
	/* Movie
	---------------------------------------*/ 
	
	.sec-project .movie-block .box{
		width: 100%;
		position: relative;
		z-index: 1;	
		margin: -10px 0 0;
	}
	.sec-project .movie-block .obj{
		text-align: right;
		z-index: 0;
	}
	.sec-project .movie-block .obj img{
		display: inline-block;
		width: 210px;
	}
	
	
	/* Public
	---------------------------------------*/ 
	
	.sec-project .public-block .box{
		position: relative;
		z-index: 1;	
		margin: -10px 0 0;
	}
	.sec-project .public-block .box .text{
		box-sizing: border-box;
	}
	.sec-project .public-block .obj{
		width: 232px;
		z-index: 0;
	}
	
	
	
	/* Movie Public共通
	---------------------------------------*/ 
	.sec-project .block .box .photo{
		width: 100%;
		margin: 0 0 20px;
	}
	.sec-project .block .box .text{
		width: 100%;
		margin: 0;
	}
	.sec-project .block .box .text .category{
		color: #40618E;
	}
	.sec-project .block .box .text .category::after{
		content:"";
		display: block;
		width: 14px;
		height: 1px;
		background: #40618E;
		margin: 5px 0 20px;
	}
	.sec-project .block .box .text .komidashi{
		font-size: 1.6rem;
		font-weight: 700;
		margin: 0 0 10px;
	}
	.sec-project .block .box .text .read{
		line-height: 1.8;
	}
	.sec-project .block .box .text small{
		display: block;
		font-size: 1rem;
		line-height: 1.8;
	}
	
	
}