
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;
}



/* ---------- 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: 3;
  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: 3;
}
.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: 2;
  cursor: pointer;
}
/*============
 main
 =============*/
main {
  padding: 50px;
}
main h1 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  text-align: center;
}





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

.news_icon{
  display: inline-block;
  vertical-align:top;
}


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

/* -- 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_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{
  line-height:1;
  font-size:14px;
  font-weight:100;
  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;
}


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

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



/* ---------- 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;
}

