@charset "UTF-8";
/* CSS Document */
html {
  font-size: 62.5%; /* 16px * 62.5% = 10px */
  width: 100%;
}
body {
  color: rgba(0,0,0,85%);/* RGB */
  font-family: 'Helvetica Neue', 'Helvetica Neue Bold',"游ゴシック", "Yu Gothic";
  font-weight: 500;
  font-size: 1.1em;
  line-height: 2.4rem;
  text-align: left;
  letter-spacing: 0.08em;
}
section h2 {
  font-size: 2.4rem;
}
a {
  text-decoration: none;
  font-weight: 400;
}
a:link, a:visited, a:active {
  color: #333;
}
*, *:before, *:after {
  box-sizing: border-box;
}
.section-links a:hover,.section-links_square a:hover{
  opacity: 0.6;
}

/*--ここから画像--*/
.section-top {
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
}
/*ここからフッター*/
.footer-top {
  width: 100%;
  display: block;
  position: fixed;
  bottom: 0%;
  background-color: #FFF;
  padding: 2% 3%;
}
footer a:hover {
  opacity: 0.4;
}
.footer-nav {
  display: flex;
}
.footer-nav_right h1:hover{
  opacity: 0.4;
}
.footer-nav ul li {
  padding-top: 20px;
}
.footer-nav ul li:first-child {
  padding-top: 0px;
}
.footer-nav ul li a {
  text-align: center;
}
footer h1 {
  text-align: center;
  width: 100%;
  margin-top: 50px;
  font-size: 2.0rem;
  font-weight: 900;
  letter-spacing: 1px;
  color: rgba(0,0,0,75%);
}
.footer_copyright {
  text-align: center;
  font-weight: 400;
  font-size: 0.8rem;
  color: #707070;
  padding: 20px 0;
}
.footer-nav img{
  width: 15px;
  height: 15px;
}
@media (max-width: 960px) {
  .footer-top {
    padding: 20px 0;
    /*background-size: 8px 8px;
    background-position: 0 0, 40px 40px;
    background-image: radial-gradient(rgb(255 255 255 / 50%) 20%, transparent 20%), radial-gradient(rgb(255 255 255 / 50%) 20%, transparent 20%);*/
  }
  .footer-nav {
    display: flex;
  }
  .footer-nav_right {
    text-align: right;
    width: 70%;
    padding-top: 150px;
  }
  .footer-nav_left {
    width: 30%;
  }
  .footer-nav ul li {
    padding-top: 20px;
  }
  .footer-nav ul li:first-child {
    padding-top: 0px;
  }
  .footer-nav ul li a {
    font-size: 1.6rem;
  }
  .footer-nav h1 {
    font-size: 4.0rem;
    font-weight: 900;
    letter-spacing: 1px;
  }
  .footer_copyright {
    text-align: center;
    font-weight: 200;
    font-size: 1.0rem;
  }
}
@media (max-width: 599px) {
  /*--ここから画像--*/
  .section-top {
    max-width: 599px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }

  /*footer*/
  footer {
    padding: 30px 30px 10px;
  }
  .footer-nav {
    display: block;
  }
  .footer-nav_right {
    width: 100%;
    padding-top: 20px;
  }
  .footer-nav_left {
    width: 100%;
  }
  .footer-nav ul li a {
    font-size: 1.6rem;
  }
  footer h1 {
    text-align: left;
    margin-top: 30px;
    font-size:1.8rem;
  }
  .footer_copyright {
    margin-top: 15px;
    font-weight: 200;
    font-size: 0.8rem;
    text-align: center;
  }
}