
body {
  font-size: 16px;
  word-wrap: break-word;
  color: #111;
  background:#fff;
  
  font-family: 'Noto Sans JP', sans-serif;
}




.black{
  color: #111;
}
.gray{
  color: #aaa;
}

.center{
  text-align: center;
}
.left{
  text-align: left;
}
.right{
  text-align: right;
}




a:link{text-decoration:none;color:#111;}
a:visited{text-decoration:none;color:#111;}
a:hover{text-decoration:none;color:#aaa;}
a:active{text-decoration:none;color:#111;}





/*chrome文字ボケ対策*/
img{
  -webkit-backface-visibility: hidden;
}
.content_hover:hover {
  opacity:0.6;
  transition: all 300ms 0s ease;
}


/* ---------- ローディング -----------------*/
/* ---------- ローディング -----------------*/
/* ---------- ローディング -----------------*/
#container{
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -50px;
  margin-top: -10px;
  text-align: center;
  font-family: Arial;
  font-weight: bold;
}
#container span{
  display: block;
  background: #000;
  width: 100px;
  height: 5px;
  margin-top: 5px;
  animation: load 2s infinite;
  border-radius: 5px;
}

#container span:nth-child(2){animation-delay: 100ms;}
#container span:nth-child(3){animation-delay: 200ms;}

@keyframes load{
  50%{
    width: 5px;
    margin-right: 95px;
    opacity: .1;
  }
}




/* ---------- スライドショー -----------------*/
/* ---------- スライドショー -----------------*/
/* ---------- スライドショー -----------------*/




@media (max-width: 991px) {
  #slideshow_m {
    position: relative;
    left: 0px;
    right: 0;
    top:0px;
    margin: auto;
    width:  100%;
  }
}

@media (min-width: 992px) and (max-width: 1800px) {
#slideshow {
  position: relative;
  left: 0px;
  right: 0;
  top:0px;
  margin: auto;
  max-width: 1300px;
  min-width:1000px;
  width:  100%;
}
}
@media (min-width: 1801px) {
  #slideshow {
    position: relative;
    left: 30px;
    right: 0;
    top:0px;
    margin: auto;
    max-width: 1300px;
    min-width:1000px;
    width:  100%;
  }
}

#slideshow p {
  width:100%;
  position: absolute;
  z-index: 8;
  opacity: 0.0;
  background-color: white;
}

#slideshow p.active {
  z-index: 10;
  opacity: 1.0;
}

#slideshow p.last-active {
  z-index: 9;
}

#slide_img {
  width:100%;
  display: block;
  border: 0;
  margin-bottom: 10px;
  }

#slideshow_m p {
  width:100%;
  position: absolute;
  z-index: 8;
  opacity: 0.0;
  background-color: white;
}

#slideshow_m p.active {
  z-index: 10;
  opacity: 1.0;
}

#slideshow_m p.last-active {
  z-index: 9;
}

#slide_img {
  width:100%;
  display: block;
  border: 0;
  margin-bottom: 10px;
}


/* ---------- nav -----------------*/
/* ---------- nav -----------------*/
/* ---------- nav -----------------*/

#nav{
  width:1000px;
  height:70px;
  font-size:14px;
  font-weight:700;
  left:10%;
  right:10%;
  margin: auto;
  margin-top:20px;
}

#nav2{
  width:1000px;
  height:50px;
  font-size:14px;
  font-weight:700;
  left:10%;
  right:10%;
  margin: auto;
  margin-top:0px;
}
.nav_content{
  width:110px;
  display: inline-block;
  vertical-align: middle;
}
.nav_content1{
  width:130px;
  display: inline-block;
  vertical-align: middle;
}

.line_img{
  width:20px;
  height:50px;
}



.header-change{
  background-color:rgba(255,255,255,1);
  display: flex;
  justify-content: space-between;
  padding: 20px;
  position: fixed;
  top: -120px;
  transition: 1s;
  width: 100%;
  min-width:1000px;
  z-index:999;
}
.header-change.show{
  top: 0;
}
.header-change .gnav__menu__item a{
  color: #fff;
  text-decoration: none;
}



/* mobile */
/*============
 nav
 =============*/
nav {
  display: block;
  position: fixed;
  top: 0;
  left: -300px;
  bottom: 0;
  width: 300px;
  background: #ffffff;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: all .5s;
  z-index: 30;
  opacity: 0;
}
.open nav {
  left: 0;
  opacity: 1;
}
nav .inner {
  padding: 25px;
}
nav .inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav .inner ul li {
  position: relative;
  margin: 0;
  border-bottom: 1px solid #333;
}
nav .inner ul li a {
  display: block;
  color: #333;
  font-size: 14px;
  padding: 1em;
  text-decoration: none;
  transition-duration: 0.2s;
}
nav .inner ul li a:hover {
  background: #e4e4e4;
}
@media screen and (max-width: 767px) {
  nav {
    left: -220px;
    width: 220px;
  }
}
/*============
 .toggle_btn
 =============*/
.toggle_btn {
  display: block;
  position: fixed;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  transition: all .5s;
  cursor: pointer;
  z-index: 30;
}
.toggle_btn span {
  display: block;
  position: absolute;
  left: 0;
  width: 40px;
  height: 5px;
  background-color: #aaa;
  border-radius: 4px;
  transition: all .5s;
}
.toggle_btn span:nth-child(1) {
  top: 4px;
}
.toggle_btn span:nth-child(2) {
  top: 14px;
}
.toggle_btn span:nth-child(3) {
  bottom: 1px;
}
.open .toggle_btn span {
  background-color: #fff;
}
.open .toggle_btn span:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(-315deg);
  transform: translateY(10px) rotate(-315deg);
}
.open .toggle_btn span:nth-child(2) {
  opacity: 0;
}
.open .toggle_btn span:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(315deg);
  transform: translateY(-10px) rotate(315deg);
}
/*============
 #mask
 =============*/
#mask {
  display: none;
  transition: all .5s;
}
.open #mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .8;
  z-index: 20;
  cursor: pointer;
}
/*============
 main
 =============*/
main {
  padding: 50px;
}
main h1 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  text-align: center;
}



/* ---------- Top -----------------*/
/* ---------- Top -----------------*/
/* ---------- Top -----------------*/




@media (max-width: 1800px) {
  #top{
    width:100%;
    left: 0;
    right: 0;
    margin: auto;
  }
  #logo_L{
    position: absolute;
    z-index:900;
    left: 2%;
    top:930px;
  }
  #logo_L img{width:300px;}
  #sentence{
    position: absolute;
    z-index:900;
    left: 7%;
    top:740px;
    font-size:14px;
    font-weight:500;
    line-height:2.2;
    letter-spacing:5px;
    text-align:left;
  }

}

@media (min-width: 1801px) {
  #top{
    width:80%;
    left: 0;
    right: 0;
    margin: auto;
  }
  #logo_L{
    position: absolute;
    z-index:900;
    left: 0;
    right: 0;
    margin: auto;
    margin-left:-1180px;
    top:920px;
  }
  #sentence{
    position: absolute;
    z-index:900;
    left: 0;
    right: 0;
    margin: auto;
    margin-left:-1100px;
    top:700px;
    font-size:15px;
    font-weight:500;
    line-height:2.3;
    letter-spacing:6px;
  }
  
}

#top_m{
  width:100%;
  left: 0;
  right: 0;
  margin: auto;
}

/* ---------- contents -----------------*/
/* ---------- contents -----------------*/
/* ---------- contents -----------------*/

.font_contents{
  margin-top:5px;
  margin-left:5px;
  font-size:22px;
  font-weight:700;
}


/* -- news ---*/
/* -- news ---*/
/* -- news ---*/

@media (max-width: 1800px) {
  #news{
    margin-top:850px;
    margin-left:10%;
    width:80%;
  }
}

@media (min-width: 1801px) {
  #news{
    margin-top:950px;
    margin-left:10%;
    width:80%;
  }
}
.news_icon{
  display: inline-block;
  vertical-align:top;
}

@media (max-width: 1110px) {
.news_box{
  width:100%;
  display: inline-block;
}
}
@media (min-width: 1111px) {
  .news_box{
    width:49%;
    display: inline-block;
    margin-left:0.5%;
    margin-top:30px;
  }
}
.news_inbox1{
  margin-top:40px;
  height:160px;
  display: inline-block;
  vertical-align:top;
}

.news_inbox1-5{
  height:240px;
  display: inline-block;
  vertical-align:top;
}

@media (max-width: 1800px) {
  .news_inbox2{
    height:170px;
    width:100%;
    padding-left:20px;
    display: inline-block;
    vertical-align:top;
  }
}
@media (min-width: 1801px) {
  .news_inbox2{
    height:240px;
    width:350px;
    padding-left:20px;
    display: inline-block;
    vertical-align:top;
  }
}


.font_news1{
  font-size:15px;
  font-weight:400;
  line-height:2.3;
  letter-spacing:3px;
}
.font_news2{
  font-size:16px;
  font-weight:400;
  line-height:1;
  letter-spacing:3px;
}
.font_news3{
  font-size:14px;
  font-weight:100;
  line-height:1;
  letter-spacing:2px;
}

.font_news2_m{
  font-size:16px;
  font-weight:400;
  line-height:1.8;
  letter-spacing:0px;
}
.font_news3_m{
  font-size:14px;
  font-weight:300;
  line-height:1.8;
  letter-spacing:2px;
}

/* -- event ---*/
/* -- event ---*/
/* -- event ---*/

#event{
  margin-top:90px;
  margin-left:10%;
  width:80%;
}





@media  (max-width: 1110px) {
	.font_event2{
		margin-top:10px;
		font-size:24px;
		font-weight:500;
		letter-spacing:3px;
	}
	.font_event3{
		margin-top:-20px;
		font-size:20px;
		font-weight:500;
		letter-spacing:2px;
	}
	.event_inbox1{
		height:280px;
	}
  .event_inbox2{
    width:100%;
    height:210px;
    margin-top:-50px;
    padding-left:0px;
  }
}

@media (min-width:1111px) and (max-width: 1590px) {
	.font_event2{
		margin-top:10px;
		font-size:24px;
		font-weight:500;
		letter-spacing:3px;
	}
	.font_event3{
		margin-top:-20px;
		font-size:20px;
		font-weight:500;
		letter-spacing:2px;
	}
	.event_inbox1{
		height:280px;
		display: inline-block;
		vertical-align:top;
	}
  .event_inbox2{
    width:63%;
    height:200px;
    padding-left:0px;
    display: inline-block;
    vertical-align:top;
  }
}
@media (min-width: 1591px) {
	.font_event2{
		margin-top:10px;
		font-size:26px;
		font-weight:500;
		letter-spacing:5px;
	}
	.font_event3{
		margin-top:-20px;
		font-size:23px;
		font-weight:500;
		letter-spacing:4px;
	}
	.event_inbox1{
		height:280px;
		display: inline-block;
		vertical-align:top;
	}
  .event_inbox2{
    width:800px;
    height:240px;
    padding-left:20px;
    display: inline-block;
    vertical-align:top;
  }
}


.font_event1{
  margin-top:25px;
  font-size:18px;
  font-weight:400;
  letter-spacing:4px;
}


.font_event4{
  margin-top:30px;
  font-size:14px;
  font-weight:100;
  line-height:1.7;
  letter-spacing:2px;
}


/* -- project ---*/
/* -- project ---*/
/* -- project ---*/

#project{
  margin-top:100px;
  margin-left:11%;
  width:80%;
}
.project_inbox1{
  width:49%;
  display: inline-block;
  vertical-align:top;
}
.project_inbox2{
  width:50%;
  display: inline-block;
}
.font_project1{
  margin-top:26px;
  font-size:28px;
  font-weight:500;
  letter-spacing:4px;
}
.font_project3{
  margin-top:10px;
  font-size:23px;
  font-weight:500;
  letter-spacing:4px;
}

@media (max-width: 1110px) {
.font_project2{
  margin-top:10px;
  padding-left:40px;
  font-size:14px;
  font-weight:300;
  line-height:1.7;
  letter-spacing:2px;
}
}

@media (min-width: 1111px) {
  .font_project2{
  margin-top:10px;
  padding-left:40px;
  font-size:15px;
  font-weight:300;
  line-height:2;
  letter-spacing:2px;
}
}


/* ---------- font_bottom ----------------*/
/* ---------- font_bottom ----------------*/
/* ---------- font_bottom ----------------*/

.font_bottom{
  font-size:12px;
  font-weight:400;
  letter-spacing:3px;
}

.font_bottom_m{
  font-size:12px;
  font-weight:400;
  letter-spacing:2px;
}


/* ---------- Fade in ----------------*/
/* ---------- Fade in ----------------*/
/* ---------- Fade in ----------------*/

.fadeIn {
  opacity: 0;
  transition: 2s;
}
.fadeIn.is-show {
  opacity: 1;
}
/*  --------- Scroll ---------------*/
/*  --------- Scroll ---------------*/
/*  --------- Scroll ---------------*/
.ScrollTop {
  position: fixed;
  
  right: 2%;
  
  bottom: 10px;
  display: flex;
  
  opacity: 0;
  transition: all 0.65s;
}
.ScrollTop.isActive {
  opacity: 1;
  transition: all 0.65s;
}




/*  --------- footer ---------------*/
/*  --------- footer ---------------*/
/*  --------- footer ---------------*/

.foot{
		padding:4px 4px 12px 4px;
	  font-size:13px;
		color:#7AACA9;
    position: fixed;
    bottom: 10px;
		right: 80px;
    width:280px;
		text-align:center;
		border-radius: 10px;
		background-color:#fff;
		opacity:0.9;
		border-style:solid;
		border-width:4px;
		border-color:#7AACA9;
}
.foot_m{
	padding:4px 4px 12px 4px;
	  font-size:13px;
		color:#7AACA9;
    position: fixed;
    bottom: 10px;
		left: 5px;
    width:280px;
		text-align:center;
		border-radius: 10px;
		background-color:#fff;
		opacity:0.9;
		border-style:solid;
		border-width:4px;
		border-color:#7AACA9;
}
