@charset "UTF-8";
/* CSS Document */


.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
 
.clearfix:after {
    clear: both;
}
 
.clearfix {
    *zoom: 1;
    color: #FFFFFF;
}
 
body {
    font-family:'Noto Serif JP', serif;
}
 
.fixed {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    z-index: 99999;
}
 
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: #666666;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    z-index: 999;
}
 
 
header  {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    background:#4C4F54;
    box-shadow: 0 0 3px rgba(0, 0, 0, .2);
    z-index:9999;
    -webkit-user-select:none;
    -moz-user-select:none;
    user-select:none;
	z-index: 9999;
}
header .inner {
    position:relative;
    max-width:1080px;
    margin:0 auto;
    padding:0.5em 0;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
.logo {
    float:left;
    width:23%;
    margin-top: 23px;
}
 
header nav {
    float:right;
    width: 60%;
}
 
header.navOpen nav {
    opacity: 1;
    right: 0;
}
header nav ul {
    width: 100%;
    padding: 0 0 0 0px;
}
header nav ul li {
    float:left;
    width: 16.6666%;
    list-style:none;
}
header nav ul li a {
    position:relative;
    display:block;
    padding:1.5em;
    color:#999;
    text-decoration:none;
}
header nav ul li a:hover {
    text-decoration: underline;
}
 
 
header .button {
    display: none;
    width: 30px;
    position: absolute;
    top: 20px;
    right: 15px;
    cursor: pointer;
}
header .button span {
    display: block;
    height: 4px;
    width: 100%;
    background: #FFFFFF;
    border-radius: 2px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
header .button span:nth-of-type(2),
header .button span:nth-of-type(3) {
    margin-top: 5px;
}
 
header.navOpen .button span:nth-of-type(1) {
    -webkit-transform: translateY(9px) translateX(0) rotate(45deg);
    -ms-transform: translateY(9px) translateX(0) rotate(45deg);
    transform: translateY(9px) translateX(0) rotate(45deg);
}
header.navOpen .button span:nth-of-type(2) {
    margin-top: 5px;
    opacity: 0;
    -webkit-transform: translateY(9px);
    -ms-transform: translateY(9px);
    transform: translateY(9px);
}
header.navOpen .button span:nth-of-type(3) {
    -webkit-transform: translateY(-9px) translateX(0) rotate(-45deg);
    -ms-transform: translateY(-9px) translateX(0) rotate(-45deg);
    transform: translateY(-9px) translateX(0) rotate(-45deg);
}
 
#contents {
    max-width: 1080px;
    margin:120px auto 0;
    line-height:1.5;
}
#contents p {
    margin: 50px 0 0 0;
}
 
 
 
@media screen and (max-width:1080px){
header .inner {
    padding: 1.5em;
}
header h1 {
    width: 30%;
    margin-top: 0em;
}
header nav {
    width:70%;
}
header nav ul li {
    width: 25%;
}
#contents {
    margin-top:180px;
}
}

li{
	font-size: 12px;
}
 
@media screen and (max-width:480px){

	header{
		z-index: 9999%;
	}
	
	.logo{
		width: 130%;
		height: auto;
    margin: 0;
	}
header .button {
    display:block;
	z-index: 9999;
}
header nav {
    overflow:auto;
    position: fixed;
    top: 0;
    right: -70%;
    float:none;
    width: 45%;
    max-width:320px;
    height: 100%;
    background: #fff;
    opacity: 0;
    z-index:9999;
}
header nav ul li {
    float: none;
    width: auto;
}
#contents {
    margin-top:80px;
	z-index: 9999;
}
}

.headerlink{
    color: #FFFFFF;
    font-size: 12px;
}

@media screen and (max-width:480px){
    .headerlink{
        color: #000;
    }
}

.tome{
    width: 3%;
    height: auto;
}

@media screen and (max-width:480px){
    .tome{
        max-width: 10%;
        height: auto;
    }
}


body{
	background-color: #1C1D21;
}

.top { 
	background-image : url(../img/blackconcrete.jpg);
	background-attachment : fixed;
  overflow: hidden;
}


h2{
    color: #fff;
    text-align: center;
    padding-top: 100px;

}



iframe{
    margin: 0 auto;
    display: flex;
    padding-top: 50px;
}

@media screen and (max-width:480px){
    iframe{
    max-width: 90%;
    height: 100;
    }
}
















#footer03 {
    background: #222;
  }
   
  #footer03 .inner-block {
    padding: 30px 0;
  }
   
  #footer03 .logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
   
  #footer03 .logo > img {
    width: 120px;
  }
   
  #footer03 .logo .ja {
    padding-left: 20px;
    color: #ccc;
    font-size: 14px;
    font-weight: bold;
  }
   
  #footer03 .address {
    margin-top: 20px;
    color: #ccc;
  }
   
  #footer03 .nav li a {
    padding: 10px 0;
    color: #ccc;
    font-weight: bold;
  }
   
  #footer03 .nav .footer-btn-wrap .contact-btn {
    background-color: #0077bb;
    color: #fff;
    text-align: center;
	  margin-right: 60px;
	  margin-top: 50px;
  }
   
  #footer03 .nav .footer-btn-wrap .login-btn {
    background: #c4341a;
    color: #fff;
    text-align: center;
  }
   
  #footer03 .js-aco li a {
    padding-left: 15px;
  }
   
  #footer03 .js-aco li a span {
    position: relative;
   
  }
   
  #footer03 .js-aco li a span::before {
    display: inline-block;
    position: absolute;
    content: '';
    width: 10px;
    height: 1px;
    background-color: #ccc;
    top: 0;
    bottom: 0;
    right: calc(100% + 5px);
    margin: auto;
  }
   
  @media only screen and (min-width: 641px) {
    #footer03 .nav .footer-btn-wrap a {
      display: block;
      width: 150px;
      border: 2px solid transparent;
    }
    #footer03 .nav .footer-btn-wrap a + a {
      margin-top: 10px;
    }
    #footer03 .nav .footer-btn-wrap .contact-btn:hover {
      background: #fff;
      color: #0077bb;
      opacity: 1;
    }
    #footer03 .nav .footer-btn-wrap .login-btn:hover {
      background: #fff;
      color: #c4341a;
      opacity: 1;
    }
    #footer03 .area {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
    }
   
    #footer03 .nav {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      width: 800px;
    }
   
    #footer03 .nav li a {
      font-size: 14px;
    }
   
    #footer03 .nav li a:hover {
      opacity: 1;
      color: #c4341a;
    }
  }

footer{
    margin-top: 50px;
}

  .footerlogo{
      width: 180%;
      height: auto;
  }

  .footertxt{
      color: #fff;
  }

  .copyright{
      text-align: center;
      color: #FFFFFF;
  }

  ul{
      list-style: none;
  }

  @media only screen and (max-width: 640px) {
    #footer03 .inner-block {
      padding: 30px 10px 10px;
    }
    #footer03 .logo .ja {
      font-size: 12px;
    }
    #footer03 .address {
      margin: 20px 0;
    }
    #footer03 .nav {
      width: calc(100% + 20px);
      margin-left: -10px;
    }
    #footer03 .nav li {
      border-top: 1px solid #555;
    }
    #footer03 .nav li a {
      display: block;
      padding: 12px 20px;
      background-size: 6px auto;
    }
    #footer03 .footer-btn-wrap {
      display: flex;
      align-items: flex-start;
      justify-content: space-around;
      padding-top: 15px;
      border-top: 1px solid #ebebeb;
    }
    #footer03 .js-aco li a {
      padding-left: 40px;
    }
    #footer03 .nav .footer-btn-wrap a {
      padding: 10px;
      width: 40%;
    }
    #footer03 .copyright {
      font-size: 10px;
      text-align: center;
    }

    .footerlogo{
        width: 60%;
        height: auto;
		margin-right: 300px;
		margin-bottom: 30px;
    }

    .footertxt{
        font-size: 12px;
		text-align: center;
		margin-right: 60px;
    }

    .copyright{
        font-size: 10px;
		margin-left: 30px;
    }
	  
	  .contact-btn{
		  margin-right: 60px;
		  margin-top: 0;
		  margin-bottom: 30px;
	  }
  }



a{
	text-decoration: none;
}
