@charset "UTF-8";
/* CSS Document */
*{
 margin: 0;
 padding: 0;
} 

body{
	font-size: 14px /*standard*/
}
.overflow-wrap{
	overflow: hidden;
}
/*ヘッダー*/
header{
	background: #011E37;
	width: 100%;
	height: 80px;
}

#title {
	height: 80px;
	width: 250px;
	position: relative;
}

#title img{
	height: 100%;
	left: 30px;
}

h1{
	position: absolute;
	color: #fff;
	font-size: 2em;
	letter-spacing: 3px;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}

a{
	text-decoration: none;
	color: #000;
}

i{
	color: #4B4B4B;
}
body {
  font-family: 'Roboto',serif;
  background: #fff;
}

#nav-toggle {
  position: fixed;
  top: 25px;
  right: 25px;
  height: 32px;
  cursor: pointer;
}
#nav-toggle > div {
  position: relative;
  width: 36px;
}
#nav-toggle span {
  width: 100%;
  height: 1px;
  left: 0;
  display: block;
  background: #fff;
  position: absolute;
  -webkit-transition: top .5s ease, -webkit-transform .6s ease-in-out;
  transition: top .5s ease, -webkit-transform .6s ease-in-out;
  transition: transform .6s ease-in-out, top .5s ease;
  transition: transform .6s ease-in-out, top .5s ease, -webkit-transform .6s ease-in-out;
}
#nav-toggle span:nth-child(1) {
  top: 0;
}
#nav-toggle span:nth-child(2) {
  top: 14px;
}
#nav-toggle span:nth-child(3) {
  top: 28px;
}
#nav-toggle:hover span:nth-child(1) {
  top: 4px;
}
#nav-toggle:hover span:nth-child(3) {
  top: 23px;
}

.open #nav-toggle span {
  background: #fff;
}
.open #nav-toggle span:nth-child(1) {
  top: 15px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.open #nav-toggle span:nth-child(2) {
  top: 15px;
  width: 0;
  left: 50%;
}
.open #nav-toggle span:nth-child(3) {
  top: 15px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* z-index */
#nav-toggle {
  z-index: 1000;
}

#container {
  z-index: 900;
}

#gloval-nav {
  background: #000;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 990;
  text-align: center;
  display: -webkit-box;
  display: flex;
  visibility: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  font-size: 2.0714em; /*29px*/
  opacity: 0;
  -webkit-transition: opacity .6s ease, visibility .6s ease;
  transition: opacity .6s ease, visibility .6s ease;
}

#gloval-nav a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 10px 0;
  -webkit-transition: color .6s ease;
  transition: color .6s ease;
}
#gloval-nav a:hover {
  color: #666;
}
#gloval-nav ul {
  list-style: none;
}
#gloval-nav ul li {
  opacity: 0;
  -webkit-transform: translateX(200px);
          transform: translateX(200px);
  -webkit-transition: opacity .2s ease, -webkit-transform .6s ease;
  transition: opacity .2s ease, -webkit-transform .6s ease;
  transition: transform .6s ease, opacity .2s ease;
  transition: transform .6s ease, opacity .2s ease, -webkit-transform .6s ease;
}
#gloval-nav ul li:nth-child(2) {
  -webkit-transition-delay: .15s;
          transition-delay: .15s;
}
#gloval-nav ul li:nth-child(3) {
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}
#gloval-nav ul li:nth-child(4) {
  -webkit-transition-delay: .45s;
          transition-delay: .45s;
}
#gloval-nav ul li:nth-child(5) {
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
}
#gloval-nav ul li:nth-child(6) {
  -webkit-transition-delay: .75s;
          transition-delay: .75s;
}
#gloval-nav ul li:nth-child(7) {
  -webkit-transition-delay: .9s;
          transition-delay: .9s;
}

/* open */
.open {
  overflow: hidden;
}
.open #gloval-nav {
  visibility: visible;
  opacity: 1;
}
.open #gloval-nav li {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: opacity .9s ease, -webkit-transform 1s ease;
  transition: opacity .9s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity .9s ease;
  transition: transform 1s ease, opacity .9s ease, -webkit-transform 1s ease;
}
/*ヘッダーここまで*/

/*TOPPAGE*/

main {
  min-height: calc(100vh - 150px);	
}
.top-box1{
	width: 100%;
	height: calc(100vh - 80px);
}

.top-box1 img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	-o-object-fit: cover;
	font-family: 'object-fit: cover;';  
	background-position: center;
}

.top-box-orange{
	background-image: url("img/オレンジ.jpeg");
	background-size: cover;
	width: 100%;
	height: 50vh;
	position: relative;
	z-index: 1; /* 必要であればリンク要素の重なりのベース順序指定 */
}

.top-box-purple{
	background-image: url("img/紫.jpeg");
	background-size: cover;
	width: 100%;
	height: 50vh;
}
.hoge {
    position: relative;
    z-index: 1; /* 必要であればリンク要素の重なりのベース順序指定 */
}
.hoge a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent:-999px;
    z-index: 2; /* 必要であればリンク要素の重なりのベース順序指定 */
}

a{
	z-index: 10;
}
.top1{
	color: #000;
	position: relative;
	font-size: 40px;
	text-align: right;
	letter-spacing: 3px;
	right: 5vw;
	top: 60%;
}

.top1:visited{
	color: #000;
}

.top2{
	color: #000;
	position: relative;
	font-size: 16px;
	text-align: right;
	display: block;
	right: 5vw;
	letter-spacing: 1px;
	top: 65%;
}

.top2:visited{
	color: #000;
}
.top-wrap{
	background-color: #6A65B1;
}

.blank{
	width: 100%;
	height: 50px;
	margin: 0;
	display: block;
}

h2{
	font-size: 36px;
	letter-spacing: 2px;
	margin: 0 auto;
	display: block;
	text-align: center;
}

h3{
	font-size: 28px;
	letter-spacing: 2px;
	margin: 0 auto;
	display: block;
	text-align: center;	
}

p.line{
	border-bottom: 1px solid #000;
}
.small{
	font-size: 0.7;
}
.philosophy-box{
	width: 100%;
	height: 400px;
	display: block;
	margin: 0;
	position: relative;
	text-shadow: 1.5px 1.5px 1px #000;
}

.philosophy-box-spirit{
	width: 100%;
	height: 400px;
	display: block;
	margin: 0;
	position: relative;
	text-shadow: 1.5px 1.5px 1px #000;
} 

.philosophy-box-triangle{
	width: 240px;
	height: 240px;
	position: absolute;
	top: 0;
	left: 0;
}

.philosophy-box-triangle img{
	width: 100%;
	height: 100%;
	opacity: 0.3;	
}

.philosophy-box img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	-o-object-fit: cover;
	font-family: 'object-fit: cover;';  
	background-position: center;
	filter: brightness(54%);
}


.philosophy-box-spirit img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	-o-object-fit: cover;
	font-family: 'object-fit: cover;';  
	background-position: center;
	filter: brightness(54%);
}

.philosophy-box2{
	width: 100%;
	height: 600px;
	display: block;
	margin: 0;
	position: relative;
	text-shadow: 1.5px 1.5px 1px #000;
	overflow: hidden;
}

.philosophy-box2 img{
	width: calc( 100% + 10px);
	height: calc( 100% + 10px);
	object-fit: cover;
	-o-object-fit: cover;
	font-family: 'object-fit: cover;';  
	background-position: center;
}

.philosophy-box2 .blur{
	-webkit-filter: blur(5px) brightness(30%);
	-moz-filter: blur(5px) brightness(30%);
	-o-filter: blur(5px) brightness(30%);
	-ms-filter: blur(5px) brightness(30%);
	filter: blur(5px) brightness(30%);
	margin: -5px;
}


.philosophy-title-box{
	width: 85%;	
	position: absolute;
	top: 15%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.philosophy-title{
	font-size: 2em;
	letter-spacing: 2px;
	color: #fff;
	display: block;
	text-align: left;
	padding-bottom: 10px;
}

.philosophy-sub{
	font-size: 16px;
	letter-spacing: 1px;
	text-align: left;	
	color: #fff;
	display: block;
}

.philosophy-content{
	width: 85%;
	height: 250px;
	display: block;
	margin: 0 auto;	
	position: absolute;
	top: 60%;;
	left: 50%;
	transform: translate(-50%,-50%);
}

.philosophy-content p{
	color: #fff;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.philosophy-content-spirit{
	width: 70%;
	height: 250px;
	display: block;
	margin: 0 auto;	
	position: absolute;
	top: 60%;;
	left: 50%;
	transform: translate(-50%,-50%);
}

.philosophy-content-spirit p{
	color: #fff;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.philosophy-text{
	width: 85%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	
}
.philosophy-text p{
	width: 100%;
	font-size: 1.2em;
	color: #fff;
}

.slogan{
	font-size: 1.6em;
	text-align: center;
}

.about-l{
	text-align: center;
	font-size: 20px;
	line-height: 2.2;
	letter-spacing: 1px;
	width: 80%;
	margin: 0 auto;	
	font-weight: bold;	
}

.about-xl{
	text-align: center;
	font-size: 28px;
	line-height: 2.2;
	letter-spacing: 1px;
	width: 80%;
	margin: 0 auto;	
	font-weight: bold;		
}

.credit{
	color: #a7a7a7;
	width: 90%;
	font-size: 0.8em;
	text-align: right;
	margin: 20px auto;
	display: block;
}

.project{
	width: 100%;
	font-size: 21px;
	letter-spacing: 1.5px;
	margin: 0 auto;
	display: block;
	text-align: left;
	border-left: solid 10px #a7a7a7;
	padding-left: 10px;
}

.project-sub{
	width: 100%;
	font-size: 18px;
	letter-spacing: 1.5px;
	margin: 0 auto;
	display: block;
	text-align: left;
	padding-left: 10px;
}

.blank2{
	width: 100%;
	height: 30px;
	margin: 0;
	display: block;
}

.wrap{
	text-align: center;
}
.wrap img{
	width: 80%;
	margin: 0 auto;
	display: block;
}

.about-wrap{
	text-align: center;
}
.about-wrap img{
	/*width: 80%;*/
	width: 50%;
	margin: 0 auto;
	display: block;
}

p{
	font-size: 18px;
	line-height: 2.2;
	letter-spacing: 0.5px;
	width: 80%;
	margin: 0 auto;
}

.sp-only{
	display: block;
}

.pc-only{
	display: none;
}

.news-top{
	font-size: 24px;
	text-align: center;
	margin: 0 auto;
	width: 85%;
	line-height: 1.5;
	font-weight: 500
}


.news-wrap{
	margin: 50px auto 0;

}
.news-img-box{
	width: 100%;
	margin: 0 auto;
}

.news-img-box img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	-o-object-fit: contain;
	font-family: 'object-fit: contain;';  
	background-position: center;	
}

.news-img-box-logo{
	width: 100%;
	margin: 0 auto;
}

.news-img-box-logo img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	-o-object-fit: contain;
	font-family: 'object-fit: contain;';  
	background-position: center;	
}

.img-box{
	width: 100%;
	height: 300px;
	margin: 0 auto;
}

.img-box img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	-o-object-fit: cover;
	font-family: 'object-fit: cover;';  
	background-position: center;	
}

.news-title{
	color: #000;
	width: 85%;
	margin: 20px auto 0;
	font-size:18px;
	line-height: 1.5;
}

.news-title:visited{
	color: #000;
}

.news-date{
	color: #000;
	width: 85%;
	margin: 15px auto 0;
	font-size: 12px;
	letter-spacing: 1px;
}

.news-date:visited{
	color: #000;
}

.slider img{
	width: 100%;
	height: 360px;
	object-fit: cover;
	-o-object-fit: cover;
	font-family: 'object-fit: cover;';  
}

.prevnext{
	width: 100%;
	text-align: center;
}

ul.prevnext li{
	display: inline-block;
	margin-right: 5px;
	margin-left: 5px;
	font-size: 16px;
}

/*SNS*/

.sns-box {
	width: 100%;
	height: 80px;
	font-size: 0;
	display: block;
	position: relative;
}

.sns-box a {
	font-size: 18px;
	text-decoration: none;
	color: #4B4B4B;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	position: absolute;
}

.aki-box {
	width: 100%;
	height: 80px;
	font-size: 0;
	display: block;
	position: relative;
}

.aki-box a {
	text-align: center;
	width: 100%;
	font-size: 18px;
	text-decoration: none;
	color: #4B4B4B;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	position: absolute;
}
/*album*/

.container {
  margin: 0 auto;
  padding: 5px;
  width: 90%;
  background-color: #fff;
  column-count: 1;
  column-gap: 0;
}

.container img {
  width: 100%;
  vertical-align: bottom;
}

.grid {
  padding: 5px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
/*フッター*/

footer{
    width: 100%;
    height: 70px;
    background-color: #011E37;
    color: #555555;
    text-align: center;
}

footer a{
	color: #555555;
}

footer a:visited{
	color: #555555;
}
ul.footer-menu li {
display: inline;
font-size: 12px;
}

p.footer-menu {
	width: 100%;
	color: #555555;
	font-size: 9px;
	margin: 0 auto;
}

.footer-p{
	margin-top: 10px;
	font-size: 10px;
}

/*フッターここまで*/

@media (min-width:768px){
.top-box1{
	height: calc(50vh - 140px);
}
	
.top-box1 img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	-o-object-fit: cover;
	font-family: 'object-fit: cover;';  
	background-position: center;
}

.top-wrap{
	font-size: 0;
}	
	
.pc-box{
	font-size: 0;
}	
	
.top-box-orange{
	width: calc(100% / 3);
	height: 25vh;
	z-index: 1; /* 必要であればリンク要素の重なりのベース順序指定 */
	display: inline-block;
}

.top-box-purple{
	width: calc(100% / 3);	
	height: 25vh;
	display: inline-block;
}
	
.top1{
	position: relative;
	font-size: 28px;
	text-align: right;
	letter-spacing: 4px;
	right: 15px;
	top: 55%;
}

.top2{
	position: relative;
	font-size: 16px;
	text-align: right;
	display: block;
	right: 15px;
	letter-spacing: 1px;
	top: 60%;
}
	
.project{
	margin: 0 auto 20px;	
}
	
.project-sub{
	margin: 0 auto 20px;	
}	

.sp-only{
	display: none;
}

.pc-only{
	display: block;
}	

.wrap img{
	width: 50%;
}
	
.wrap2{
	width: 670px;
	margin: 0 auto;
	display: block;
}
	

.philosophy-box-triangle{
	width: 300px;
	height: 200px;
}
	
.philosophy-box-triangle img{
	width: 100%;
	height: 100%;
	object-fit: fill;
	-o-object-fit: fill;
	font-family: 'object-fit:fill;';  
	background-position: fill;
}	
	
.philosophy-box-spirit{
	height: 600px;
} 
	

.philosophy-content-spirit{
	width: 280px;
	height: 250px;
	display: block;
	margin: 0 auto;	
	position: absolute;
	top: 60%;;
	left: 50%;
	transform: translate(-50%,-50%);
}
	
	
.philosophy-content p{
	width: 80%;
	font-size: 1.6em;
}	

.about-wrap{
	text-align: center;
}
.about-wrap img{
	width: 300px;
	margin: 0 auto;
	display: block;
}
	
.news-wrap{
	width: 200px;
	height: auto;
	display: inline-block;
	margin: 20px 10px;
}
.news-title{
	width: 100%;
	height: 80px;
}
	
.news-date{
	width: 100%;
}	
	
.news-img-box{
	width: 800px;
}
.news-img-box-logo{
	width: 500px;
}
	
.img-box{
	height: 200px;
}

.slider img{
	width: 85%;
	height: 400px;
}

.sns-wrap{
	font-size: 0;
	width: 80%;
	margin: 0 auto;
}
	
.aki-wrap{
	font-size: 0;
	width: 80%;
	margin: 0 auto;
}		
	
.sns-box {
	width: calc(100% / 3);
	font-size: 0;
	display: inline-block;
}	
	
.aki-box {
	width: calc(100% / 3);
	font-size: 0;
	display: inline-block;
}	
	
	
	
  .container {
    column-count: 2;
  }

}


@media (min-width: 1024px) {

.top-wrap{
	background-color: #6A65B1;
}	
.pc-box{
	width: 900px;
	margin: 0 auto;
}	
	
.top-box1{
	width: 100%;
	height: 50vh;
}	
.top-box-orange{
	width: calc(100% / 3);
	height: 300px;
	z-index: 1; /* 必要であればリンク要素の重なりのベース順序指定 */
	display: inline-block;
}

.top-box-purple{
	width: calc(100% / 3);
	height: 300px;
	display: inline-block;
}
	
.top1{
	position: relative;
	font-size: 24px;
	text-align: right;
	letter-spacing: 4px;
	right: 50px;
	top: 70%;
}

.top2{
	position: relative;
	font-size: 14px;
	text-align: right;
	display: block;
	right: 50px;
	letter-spacing: 1px;
	top: 73%;
}
	
.wrap img{
	width: 800px;
}

	
.philosophy-title-box{
	width: 300px;	
	position: absolute;
	top: 50px;
	left: 50px;
	transform: translate(-25px,-25px);
}
	
.philosophy-box-triangle{
	width: 350px;
	height: 200px;
}	
	
.philosophy-content{
	width: 90%;
}	
	
.philosophy-content p{
	text-align: center;
}	

.philosophy-content-spirit{
	width: 350px;
}
	
.philosophy-content-spirit p{
	font-size: 1.6em;
}		
	
.philosophy-box2{
	height: 400px;
}	
	
.philosophy-content .slogan{
	font-size: 2.4em;
}	
	
.slider img{
	width: 800px;
	height: 500px;
}

.sns-wrap{
	font-size: 0;
	width: 85%;
	margin: 0 auto;
}
	
.aki-wrap{
	font-size: 0;
	width: 70%;
	margin: 0 auto;
}		
		
.sns-box {
	width: calc(100% / 5);
	font-size: 0;
	display: inline-block;
}	
	
  .container {
    column-count: 3;
  }	
}

@media (min-width: 1280px) {
	
.philosophy-box-triangle{
	width: 400px;
	height: 240px;
}
	
.philosophy-title-box{
	width: 300px;	
	position: absolute;
	top: 50px;
	left: 6%;
	transform: translate(-25px,-3.5%);
}		
}