@font-face {
	font-family: 'Noto';
	font-style: normal;
	font-weight: 200;
	src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Thin.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Thin.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Thin.otf) format("opentype");
	font-display: swap;
}
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:200');

/* link color */
a, a:link, a:visited {
  color: #05142d;
  outline: medium none;
  text-decoration: none;
}
a:hover, a:active {
  text-decoration: none;
}
h1,h2,h3,h4,h5,h6,p,span,div{
	font-family: 'Noto','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 11px;
}
p{
	line-height: 1.8em;
	font-size: 14px;
  letter-spacing: 3px;
}



.next_arrow {
  position: absolute;
  bottom: 40px;
  text-align: center;
  z-index: 203;
  width: 100%;

  animation: vertical 1s ease-in-out infinite alternate;
}
@keyframes vertical {
    0% { transform:translateY(-10px); }
  100% { transform:translateY(  0px); }
}

.mb50{
	margin-bottom: 50px!important;
}

/* header area
------------------------*/
.header {
  width: 100%;
  position: fixed;
  z-index: 1000;
  background-color: #ffffff;
}
.header-list{
	width: 100%;
	margin: 0 auto;
	overflow: auto;
}
.header-list li{
	float: left;
}


/* menu area
------------------------*/
.menu-area{
	padding-top: 20px;
	padding-bottom: 20px;
	position: absolute;
	right: 0px;
}
.menu-list.enable li a{
	color: #333333;
}
.menu-list li{
	float: left;
}
.menu-list li a{
	color: #ffffff;
	font-size: 11px;
	margin-left: 20px;
	margin-right: 20px;
}
.menu-list li.last{
	border-right: 0px;
}
.menu-area.inner-page li a{
	color: #555555;
}

.center-logo{
	background: url("../../images/logo.png") no-repeat 0 0px;
	background-size: contain;
  width: 288px;
  height: 77px;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
  margin: auto;
	z-index: 1;
}
.center-logo.black{
	background: url("../../images/logo-black.png") no-repeat 0 0px;
	background-size: contain;
}
.logo-area{
	position: relative;
	height: 300px;
	margin-bottom: 100px;
}
@media screen and (max-width: 768px){
	.logo-area{
		margin-bottom: 50px;
	}
}

/* header logoなど
------------------------*/
.header-section{
	position: relative;
	overflow: hidden;
}
.header-logo{
	background: url("../images/header_logo.png") no-repeat 0 0px;
	background-size: contain;
  width: 287px;
  height: 67px;
  margin-top: 7px;
	margin-right: 24px;
}

.header-info{
	background: url("../../images/header-info.png") no-repeat 0 0px;
	background-size: contain;
  width: 352px;
  height: 79px;
	margin-right: 20px;
}

.header-beginner{
	background: url("../../images/header-beginner.png") no-repeat 0 0px;
	background-size: contain;
  width: 129px;
  height: 54px;
  margin-top: 11px;
	margin-right: 10px;
}
.header-contact{
	background: url("../../images/header-contact.png") no-repeat 0 0px;
	background-size: contain;
  width: 54px;
  height: 38px;
	margin-top: 20px;
}

.header-map{
	background: url("../../images/header-map.png") no-repeat 0 0px;
	background-size: contain;
  width: 63px;
  height: 36px;
	margin-top: 20px;
}

.delimiter{
	width: 1px;
	margin: 200px auto 200px;
}
.verticalline{
	border-left: 1px solid #555555;
	width: 1px;
	height: 50px;

}
.content01{
	width: 420px;
	margin: 0 auto;
}

.content02{
	width: 230px;
	margin: 0 auto;
}
.content01 h2{
	font-size: 19px;
	text-align: center;
	margin-bottom: 20px;
	font-family: 'Noto','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-weight: 100;
}
.content01 p,.content02 p{
	font-size: 12px;
	line-height: 1.5em;
	letter-spacing: 1.1px;
	font-family: 'Noto','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-weight: 100;
}
.content03{
		text-align: center;
}
.content03 img{
	margin-bottom: 10px;
}
.content03 .caption{
	font-size: 12px;
	font-family: 'Noto','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-weight: 100;
}

.reccent{
	font-size: 20px;
	font-weight: 100;
	color: #333333;
	margin-bottom: 10px;
	letter-spacing: 3px;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
}
.news{
	width: 600px;
	margin: 50px auto 50px;
	overflow: hidden;
}
.news-block{
	clear: both;
	margin-bottom: 100px;
}
.news-block h2{
	font-size: 18px;
	font-weight: 100;
	color: #333333;
	margin-bottom: 10px;
	letter-spacing: 3px;
	line-height: 1.3em;
}

.news-block .news_image{
	width: 600px;
	height: 600px;
	text-align: center;
	background-color: rgba(0,0,0,0.1);
	margin-bottom: 30px;
}
.news-block .news_image.news_image-bg-none {
	background: none;
}
.news-block .news_image img{
	height: 100%;
	margin-right: 20px;
}
.news-block .news_image.image-horizontal{
	height: auto;
}
.news-block a, .news-block a:link, .news-block a:visited {
  color: #05142d;
  outline: medium none;
  text-decoration: none;
	border-bottom: 1px dashed #05142d;
}
.sec_news{
	margin-top: 30px;
	margin-bottom: 20px;
	width: 100%;
	overflow: auto;
}
.sec_news dt{
	display: block;
	width: 20%;
	clear: left;
	float: left;

	padding: 5px;
  margin-bottom: 10px;
	margin-right: 0px;
	line-height: 1.6em;
	font-size: 12px;
	font-style: italic;
	border: 1px solid #888888;
	text-align: center;
	font-family: 'Noto','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}
.sec_news dd{
	display: block;
	width: 70%;
	float: left;
	margin-left: 3%;
	text-align: left;
	line-height: 2.0em;
	letter-spacing: 3px;
	margin-bottom: 20px;
	font-size: 13px;
	font-family: 'Noto','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}
.sec_news dd a{
	border-bottom: 1px dashed #05142d;
	font-weight: bold;
	font-style: italic;
}


.performance{
	width: 500px;
	margin: 0px auto 150px;
	padding-top: 50px;
}
.performance h2{
	font-size: 19px;
	text-align: center;
	margin-bottom: 50px;
	font-family: 'Noto','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-weight: 100;
}
.performance p,.content02 p{
	font-size: 12px;
	line-height: 1.5em;
	letter-spacing: 1.1px;
	font-family: 'Noto','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-weight: 100;
	margin-bottom: 30px;
}
.performance img{
	width: 100%;
}

.performance .slider img{
	margin: 0 auto;
}



.about{
	width:960px;
	margin: 0 auto;
}



.about .about-message01{
	padding-top: 65px;

}
.about .about-message01 .deco01,.about .about-message01 .deco02{
	top: 7px;
  position: relative;
}

.about .about-message02{
	padding-top: 40px;
}
.old-performance .slider img{
	width: 500px;
	padding: 0px 10px;
}
.old-performance .slider {
	padding: 0px 10px;
}
.old-performance{
	margin-bottom: 100px;
}
.old-performance h2{
	font-size: 16px;
	margin-bottom: 50px;
	text-align: center;
	font-weight: 100;
}

.header-image{
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	height: 211px;
	padding: 0px!important;
}




.view img {
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
	opacity: 0.5;
}
.view img.on  {
	opacity: 1.0;
}
@keyframes imageBlur {
  100% {
		opacity: 1.0;
  }
}






.footer{
	clear: both;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 100%;
	overflow: auto;
	border-top: 1px solid #dddddd;
}
.top.footer{
	background-color: rgba(255,255,255,0.8);
}
.footer .twitter-logo{
	float: left;
	padding-left: 10px;
}
.footer .copyright{
	float: right;
	padding-top: 7px;
	padding-right: 10px;
}

a:hover{
	opacity: 0.6;
	transition: opacity 0.8s linear;
	-webkit-transition: opacity 0.8s linear;
}
.fadein.scrollin {
    opacity: 1;
    transform: translate(0, 0);
}
.fadein {
    opacity: 0.0;
    transform: translate(0, 50px);
    transition: all 1200ms;
}
.footer-menu-area{
	padding-top: 20px;
	padding-bottom: 20px;
}
.copyright{
	color: #333333;
	font-family: 'Noto','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 10px;
	text-align: right;
	padding-right: 20px;
}


.gradation{
	background: linear-gradient(45deg,rgba(240,252,250,1.0),rgba(252,251,243,1.0), rgba(255,255,255,1.0), rgba(233,252,250,1.0));
/*	background: linear-gradient(45deg,rgba(233,252,250,1.0),rgba(249,248,240,1.0), rgba(255,255,255,1.0), rgba(255,255,255,1.0), rgba(233,252,250,1.0));*/
/*	background: linear-gradient(45deg, rgba(233,252,250,1.0), rgba(249,248,235,1.0), rgba(255,255,255,1.0)); */
  background-size: 600% 600%;
  animation: AnimationName 10s ease infinite;
  z-index: 2;
}

.gradation-about{
	background: linear-gradient(45deg,rgba(240,252,250,1.0),rgba(252,251,243,1.0), rgba(255,255,255,1.0));
/*	background: linear-gradient(45deg,rgba(233,252,250,1.0),rgba(249,248,240,1.0), rgba(255,255,255,1.0));*/
/*	background: linear-gradient(45deg, rgba(233,252,250,1.0), rgba(249,248,235,1.0), rgba(255,255,255,1.0)); */
  background-size: 600% 600%;
  animation: AnimationName 6s ease infinite;
  z-index: 2;
}

@keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

.frame-filter{
	top: 0px;
	left: 0px;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(80,80,80,0.6);
}

.frame-sp{
	display: none;
}
@media screen and (min-width: 0px) and (max-width: 480px) {
	.frame-sp{
		display: block;
		overflow: hidden;
	}
	.frame-sp img{
		height: 100%
	}
	.frame{
		display: none;
	}
}


@media screen and (min-width: 0px) and (max-width: 480px) {
	.center-logo {
    width: 190px;
    height: 48px;
	}
	.content01, .performance{
		width: auto;
    margin: 0px 20px 100px 20px;
	}
	.news-block .news_image{
		width: 100%;
		height: auto;
	}
	.performance{
		width: auto;
	}
	.about{
		width:auto;
	}
	.menu-list li a {
    font-size: 10px;
    margin-left: 10px;
    margin-right: 10px;
	}
	.menu-area {
    left: 3%;
    right: initial;
	}
	.news{
		width:auto;
	}
	.news-block{
		margin: 0px 20px 150px;
	}
	.news-block .news_image{
		width: 280px;
		height: 280px;
		margin: 0 auto 30px;
	}
	.news-block .news_image img{
		margin-right: 0px;
	}
	.news-block .news_image.image-horizontal{
		height: auto;
	}
	.news-block .news_image.image-horizontal img{
		height: auto;
    width: 100%;
	}
	.sec_news dt {
		margin-bottom: 5px;
		width: auto;
		float: none;
	}
	.sec_news dd {
    margin-left: 0%;
		margin-bottom: 20px;
		width: auto;
	}
	.slider img{
		width: 300px;
	}
}

/* 記事中のyoutube埋め込み対応 */
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
	margin-bottom: 30px;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
