@charset "UTF-8";
html {
  font-size: 10px;
}

body {
  margin: 0;
  background-color: #FFFFFF;
}

* {
  box-sizing: border-box;
  color: #2E2E2E;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-style: normal;
  font-weight: 600;
  letter-spacing: .14em;
}

/* IEだけに適応 */
_:lang(x)::-ms-backdrop {
  font-family: "Segoe UI", Meiryo, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

pre {
  margin: 0;
}

ul, ol {
  padding-left: 0;
  margin: 0;
}

li {
  list-style: none;
}

a {
  display: block;
  text-decoration: none;
}

figure {
  margin: 0;
}

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

p, dl, dd {
  margin: 0;
}

button, button:focus, button:active {
  border: none;
  box-shadow: none;
  outline: none;
}

.pc {
  display: block;
}

@media only screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}

@media only screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

.blank {
  width: 100%;
  display: block;
}

@media only screen and (max-width: 768px) {
  .blank {
    display: none;
  }
}

.spblank {
  display: none;
}

@media only screen and (max-width: 768px) {
  .spblank {
    width: 100%;
    display: block;
  }
}

.glnav nav ul li a, #company .company-profile::before, #works h1, #works h2.year, #top .top-nav li a {
  font-family: 'Roboto Condensed', sans-serif !important;
}

.waku {
  width: 100%;
  height: 100vh;
  display: block;
  border: solid .5rem #666B6B;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3000;
  transform: translateZ(3000px);
  pointer-events: none;
}

main {
  width: 100%;
  margin: 0 0 10rem;
  overflow: hidden;
}

.blank {
  width: 100%;
  display: block;
}

.spblank {
  display: none;
}

@media only screen and (max-width: 768px) {
  .blank {
    display: none;
  }
  .spblank {
    width: 100%;
    display: block;
  }
}

#hum {
  width: 6rem;
  height: 5rem;
  display: block;
  background-color: #666B6B;
  transform: translateZ(2000px);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
}

#hum:hover, #hum:focus {
  cursor: pointer;
}

#hum span {
  width: 2.4rem;
  height: .3rem;
  display: block;
  background-color: #FFFFFF;
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  left: 50%;
}

#hum span:nth-of-type(1) {
  top: 1.55rem;
}

#hum span:nth-of-type(2) {
  top: 2.35rem;
}

#hum span:nth-of-type(3) {
  top: 3.15rem;
}

#hum.active span:nth-of-type(1) {
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transition: all .6s ease;
  top: 50%;
}

#hum.active span:nth-of-type(2) {
  transform: translateX(-50%) translateY(-50%);
  -webkit-animation: humiconAnimation1 .6s ease;
          animation: humiconAnimation1 .6s ease;
  left: 100%;
  opacity: 0;
}

#hum.active span:nth-of-type(3) {
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  transition: all .6s ease;
  top: 50%;
}

@-webkit-keyframes humiconAnimation1 {
  0% {
    left: 50%;
    opacity: 1;
  }
  100% {
    left: 100%;
    opacity: 0;
  }
}

@keyframes humiconAnimation1 {
  0% {
    left: 50%;
    opacity: 1;
  }
  100% {
    left: 100%;
    opacity: 0;
  }
}

.glnav {
  width: 36rem;
  height: calc(100vh - 1rem);
  background-color: #666B6B;
  background-image: url(../images/logo.svg);
  background-position: center top 22.4%;
  background-size: 55% auto;
  background-repeat: no-repeat;
  transform: translateZ(1000px);
  transition: all .6s ease;
  position: fixed;
  top: .5rem;
  left: -36rem;
  z-index: 1000;
}

@media only screen and (max-width: 768px) {
  .glnav {
    width: 100%;
    background-position: center top 18%;
    background-size: 40% auto;
    left: -100%;
  }
}

.glnav.active {
  transition: all .6s ease;
  left: 0;
}

.glnav nav {
  position: absolute;
  bottom: 8%;
  left: 8.5rem;
}

@media only screen and (max-width: 768px) {
  .glnav nav {
    bottom: 20%;
  }
}

.glnav nav ul li {
  margin: 0 auto 2rem;
}

.glnav nav ul li a {
  color: #FFFFFF;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 1.68;
  padding: 0;
  transition: all .6s ease;
}

.glnav nav ul li a::before {
  content: "";
  width: 0;
  height: .2rem;
  display: block;
  background-color: #FFFFFF;
  position: absolute;
  top: 1.5rem;
  left: 0;
}

.glnav nav ul li a:hover {
  padding: 0 0 0 2rem;
  transition: all .6s ease;
  position: relative;
}

.glnav nav ul li a:hover::before {
  width: 1rem;
  -webkit-animation: glnavAnimation1 .6s ease;
          animation: glnavAnimation1 .6s ease;
}

.glnav nav ul li a span {
  display: block;
  color: #FFFFFF;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: .72;
}

@-webkit-keyframes glnavAnimation1 {
  0% {
    width: 0;
  }
  10% {
    width: 0;
  }
  100% {
    width: 1rem;
  }
}

@keyframes glnavAnimation1 {
  0% {
    width: 0;
  }
  10% {
    width: 0;
  }
  100% {
    width: 1rem;
  }
}

footer {
  height: 3rem;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  background-color: #666B6B;
  font-size: 1.4rem;
  font-weight: 600;
}

footer p {
  color: #FFFFFF;
}

#company .about {
  height: calc(90vh - 8rem);
  padding: 14% 0 0;
  margin: 0 0 11rem;
  position: relative;
}

@media only screen and (max-width: 768px) {
  #company .about {
    height: calc(80vh - 8rem);
    padding: 36% 0 0;
  }
}

#company .about::after {
  content: "";
  width: .2rem;
  height: 8rem;
  display: block;
  background-color: #B4B5B5;
  transform: translateX(-50%);
  position: absolute;
  bottom: -8rem;
  left: 50%;
  -webkit-animation: aboutAnimation3 2s ease;
          animation: aboutAnimation3 2s ease;
}

#company .about h2 {
  width: 23rem;
  margin: 0 auto;
  -webkit-animation: aboutAnimation1 1s ease;
          animation: aboutAnimation1 1s ease;
}

@media only screen and (max-width: 768px) {
  #company .about h2 {
    width: 30%;
    max-width: 23rem;
  }
}

#company .about .about-text {
  color: #8EB371;
  font-size: 3.4vw;
  text-align: center;
  padding: 3% 0 0;
  transform: translateY(0);
  -webkit-animation: aboutAnimation2 3s ease;
          animation: aboutAnimation2 3s ease;
}

@media only screen and (max-width: 768px) {
  #company .about .about-text {
    font-size: 6vw;
  }
}

@-webkit-keyframes aboutAnimation1 {
  0% {
    display: block;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes aboutAnimation1 {
  0% {
    display: block;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes aboutAnimation2 {
  0% {
    display: block;
    transform: translateY(-20%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes aboutAnimation2 {
  0% {
    display: block;
    transform: translateY(-20%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes aboutAnimation3 {
  0% {
    height: 0;
    top: calc(90vh - 8rem);
  }
  100% {
    height: 8rem;
    top: calc(90vh - 8rem);
  }
}

@keyframes aboutAnimation3 {
  0% {
    height: 0;
    top: calc(90vh - 8rem);
  }
  100% {
    height: 8rem;
    top: calc(90vh - 8rem);
  }
}

#company .ceo {
  display: flex;
  align-content: center;
  align-items: center;
  padding: 0 2% 2rem;
  margin: 0 auto;
  position: relative;
}

@media only screen and (max-width: 768px) {
  #company .ceo {
    display: block;
    padding: 3rem 2% 2rem;
  }
}

@media screen and (min-width: 1000px) {
  #company .ceo {
    padding: 0 calc(50% - 50rem) 2rem;
  }
}

#company .ceo::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(180, 181, 181, 0.2);
  transform: translateZ(-100px);
  position: absolute;
  top: 2rem;
  left: 0;
  z-index: -10;
}

@media only screen and (max-width: 768px) {
  #company .ceo::after {
    height: calc(100% + .5rem);
    top: 0;
  }
}

#company .ceo figure {
  width: 56%;
  max-width: 55rem;
  margin: 0 0 0 -2rem;
  transition: all 1s ease;
  transform: translateX(20%) translateZ(-100px);
  z-index: -1;
  opacity: 0;
}

@media only screen and (max-width: 768px) {
  #company .ceo figure {
    width: 64%;
    max-width: inherit;
    margin: 0 auto;
  }
}

#company .ceo div {
  width: calc(44% + 2rem);
  transition: all 1s ease;
  transform: translateY(20%);
  opacity: 0;
}

@media only screen and (max-width: 768px) {
  #company .ceo div {
    width: 100%;
    margin: 0 auto 2rem;
  }
}

#company .ceo div h2 {
  font-size: 1.8rem;
  text-align: center;
  padding: 0 0 2rem;
  margin: 0 0 2rem;
  position: relative;
}

#company .ceo div h2::after {
  content: "";
  width: 1.6rem;
  height: .1rem;
  display: block;
  background-color: #666B6B;
  transform: translateX(-50%);
  position: absolute;
  bottom: -.1rem;
  left: 50%;
}

#company .ceo div h2 span {
  display: block;
  color: #666B6B;
  font-size: 1.4rem;
}

#company .ceo div p {
  color: #666B6B;
  font-size: 1.4rem;
  line-height: 1.7;
  text-align: justify;
}

@media only screen and (max-width: 768px) {
  #company .ceo div p {
    width: 90%;
    text-align: left;
    word-break: break-all;
    margin: 0 auto;
  }
}

#company .ceo.active figure {
  transition: all 1s ease;
  transform: translateX(0) translateZ(-100px);
  opacity: 1;
}

#company .ceo.active div {
  transition: all 1s ease;
  transform: translateY(0);
  opacity: 1;
}

#company .company-profile {
  padding: 8rem 0 0;
  position: relative;
}

#company .company-profile::before {
  content: "COMPANY";
  width: 100%;
  height: 9.6vw;
  display: block;
  font-size: 9.6vw;
  color: #8EB371;
  font-weight: 700;
  line-height: 1;
  padding: 0 0 0 1.25%;
  position: absolute;
  top: -1rem;
  left: 0;
  z-index: -1;
  opacity: .8;
}

@media only screen and (max-width: 768px) {
  #company .company-profile::before {
    font-size: 14vw;
  }
}

#company .company-profile h3 {
  font-size: 2rem;
  text-align: center;
  margin: 0 auto 5rem;
}

#company .company-profile table {
  width: 90%;
  max-width: 57rem;
  display: block;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  #company .company-profile table {
    width: 90%;
  }
}

#company .company-profile table tbody {
  width: 100%;
  display: block;
}

#company .company-profile table tbody tr {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 0 0 .2rem;
  position: relative;
}

@media only screen and (max-width: 768px) {
  #company .company-profile table tbody tr {
    flex-wrap: wrap;
  }
}

#company .company-profile table tbody tr:not(:nth-last-of-type(1))::after {
  content: "";
  width: 100%;
  height: .2rem;
  display: block;
  background-color: #B4B5B5;
  position: absolute;
  bottom: -.2rem;
  left: 0;
}

#company .company-profile table tbody tr th, #company .company-profile table tbody tr td {
  display: inline-flex;
  font-size: 1.6rem;
}

@media only screen and (max-width: 768px) {
  #company .company-profile table tbody tr th, #company .company-profile table tbody tr td {
    font-size: 1.4rem;
  }
}

#company .company-profile table tbody tr th {
  width: 27%;
  justify-content: flex-end;
  color: #666B6B;
  line-height: 1;
  padding: 1.2rem 2rem 1.2rem 0;
}

@media only screen and (max-width: 768px) {
  #company .company-profile table tbody tr th {
    width: 100%;
    justify-content: flex-start;
    padding: 1.2rem 0;
    position: relative;
  }
  #company .company-profile table tbody tr th::after {
    content: "";
    width: 100%;
    height: .2rem;
    display: block;
    background-color: #B4B5B5;
    position: absolute;
    bottom: -.2rem;
    left: 0;
  }
}

#company .company-profile table tbody tr td {
  width: calc(73% - .2rem);
  align-content: center;
  align-items: center;
  line-height: 1.4;
  letter-spacing: 0;
  padding: .6rem 0 .6rem 2rem;
  position: relative;
}

@media only screen and (max-width: 768px) {
  #company .company-profile table tbody tr td {
    width: 100%;
    padding: .6rem 0 .6rem 2.4%;
  }
}

#company .company-profile table tbody tr td::after {
  content: "";
  width: .2rem;
  height: 100%;
  display: block;
  background-color: #B4B5B5;
  position: absolute;
  top: 0;
  left: -.2rem;
}

@media only screen and (max-width: 768px) {
  #company .company-profile table tbody tr td::after {
    display: none;
  }
}

#company .company-profile table tbody tr td a {
  color: #2E2E2E;
}

#company .company-profile table tbody tr td ul li {
  margin: 0 0 1.2rem;
}

#company .company-profile table tbody tr td ul li:nth-last-of-type(1) {
  margin: 0;
}

#works main {
  padding: 3.5rem 0 0;
}

#works h1 {
  color: #8EB371;
  font-size: 10vw;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .5vw;
  position: fixed;
  bottom: -1.4vw;
  left: 2%;
  z-index: -1;
}

@media only screen and (max-width: 768px) {
  #works h1 {
    font-size: 20vw;
    bottom: -2.2vw;
  }
}

#works h2.year {
  color: #8EB371;
  font-size: 10vw;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .5vw;
  position: fixed;
  top: -1.4vw;
  left: 2%;
  z-index: -1;
}

@media only screen and (max-width: 768px) {
  #works h2.year {
    font-size: 20vw;
    top: -2.2vw;
  }
}

#works .works-article {
  padding: 3rem 0 0;
  margin: 0 auto 5rem;
}

#works .works-article .worksArticle-text {
  padding: 3.3rem 0 3.6rem;
  position: relative;
}

#works .works-article .worksArticle-text::before {
  content: "";
  width: 4rem;
  height: 4rem;
  display: none;
  background-image: url(../images/icon.png);
  background-size: contain;
  transform: translateX(-50%) translateZ(100px);
  position: absolute;
  bottom: -1.4rem;
  left: 50%;
  z-index: 10;
}

#works .works-article .worksArticle-text::after {
  content: "";
  width: 100%;
  height: calc(100% + 2rem);
  display: block;
  background-color: rgba(180, 181, 181, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

#works .works-article .worksArticle-text h2.worksArticleText-title {
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  padding: 0 0 1.2rem;
  margin: 0 0 1.8rem;
  position: relative;
  transition: all .6s ease;
  transform: translateY(-40%);
}

#works .works-article .worksArticle-text h2.worksArticleText-title::after {
  content: "";
  width: 0;
  height: .1rem;
  display: block;
  background-color: #666B6B;
  transform: translateX(-50%);
  position: absolute;
  bottom: -.1rem;
  left: 50%;
}

#works .works-article .worksArticle-text .worksArticleText-aboutList {
  display: flex;
  justify-content: center;
  margin: 0 auto 1.5rem;
}

#works .works-article .worksArticle-text .worksArticleText-aboutList li {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
  padding: 0 .5rem;
}

#works .works-article .worksArticle-text .worksArticleText-aboutList li:nth-of-type(1) {
  color: #8EB371;
  padding: 0 .5rem 0 1.1rem;
  position: relative;
}

#works .works-article .worksArticle-text .worksArticleText-aboutList li:nth-of-type(1)::before {
  content: "";
  width: .8rem;
  height: .2rem;
  display: block;
  background-color: #8EB371;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
}

#works .works-article .worksArticle-text .worksArticleText-aboutList li:nth-last-of-type(1) {
  color: #B4B5B5;
}

#works .works-article .worksArticle-text .worksArticleText-aboutList li:nth-last-of-type(1)::before {
  display: none;
}

#works .works-article .worksArticle-text p {
  width: calc(90% - 5rem);
  max-width: 65rem;
  color: #666B6B;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  margin: 0 auto;
}

#works .works-article .worksArticle-text.active::before {
  display: block;
}

#works .works-article .worksArticle-text.active h2.worksArticleText-title {
  line-height: 1.4;
  transition: all .6s ease;
  transform: translateY(0);
}

#works .works-article .worksArticle-text.active h2.worksArticleText-title::after {
  width: 5rem;
  -webkit-animation: worksArticleTitleAnimation 1s ease;
          animation: worksArticleTitleAnimation 1s ease;
}

#works .works-article figure {
  width: 90%;
  max-width: 70rem;
  transform: translateY(20%) translateZ(20px);
  margin: 0 auto 1.5rem;
  opacity: 0;
}

#works .works-article figure.active {
  transition: all .6s ease;
  transform: translateY(0) translateZ(20px);
  z-index: 2;
  opacity: 1;
}

#works .works-article .worksArticle-thumbnail {
  width: 90%;
  max-width: 70rem;
  display: flex;
  margin: 0 auto;
}

#works .works-article .worksArticle-thumbnail li {
  width: 16rem;
  margin: 0 1.5rem 0 0;
  transform: translateX(-20%);
  opacity: 0;
}

@media only screen and (max-width: 768px) {
  #works .works-article .worksArticle-thumbnail li {
    width: calc(25% - 1.5rem);
  }
}

#works .works-article .worksArticle-thumbnail.active li {
  transition: all .6s ease;
  transform: translateX(0);
  opacity: 1;
}

@-webkit-keyframes worksArticleTitleAnimation {
  0% {
    width: 0;
  }
  80% {
    width: 8rem;
  }
  100% {
    width: 5rem;
  }
}

@keyframes worksArticleTitleAnimation {
  0% {
    width: 0;
  }
  80% {
    width: 8rem;
  }
  100% {
    width: 5rem;
  }
}

#works .thumbnailList {
  width: 8%;
  position: fixed;
  top: 10%;
  right: 2%;
}

@media only screen and (max-width: 768px) {
  #works .thumbnailList {
    width: calc(96% - 7rem);
    top: 2%;
    left: calc(6rem + 4%);
    overflow-x: scroll;
  }
}

#works .thumbnailList ul {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  #works .thumbnailList ul {
    width: 48rem;
    display: flex;
  }
}

#works .thumbnailList ul li {
  width: 100%;
  margin: 0 auto 1rem;
}

@media only screen and (max-width: 768px) {
  #works .thumbnailList ul li {
    width: 6rem;
    margin: 0 1rem 0 0;
  }
}

#works .thumbnailList ul li a {
  width: 100%;
  position: relative;
}

#works .thumbnailList ul li a::after {
  content: "";
  width: calc(100% - .6rem);
  height: calc(100% - .6rem);
  display: none;
  border: solid 0.3rem #8EB371;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

#works .thumbnailList ul li a:hover::after {
  display: block;
}

#top {
  padding: 12% 0 0;
}

@media only screen and (max-width: 768px) {
  #top {
    padding: 36% 0 0;
  }
}

#top .waku {
  border: solid 1rem #666B6B;
}

#top h1 {
  width: 30%;
  min-width: 23rem;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  #top h1 {
    width: 30%;
    max-width: 23rem;
  }
}

#top h1 span {
  display: none;
}

#top h1 svg {
  width: 100% !important;
}

#top #top-text {
  color: #2E2E2E;
  font-size: 3.4vw;
  font-weight: 600;
  text-align: center;
  padding: 5% 0 3%;
  -webkit-animation: topTextAnimation 6s ease;
          animation: topTextAnimation 6s ease;
  opacity: 1;
}

@media only screen and (max-width: 768px) {
  #top #top-text {
    font-size: 6vw;
    padding: 8% 0 6%;
  }
}

@-webkit-keyframes topTextAnimation {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes topTextAnimation {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#top .top-nav {
  display: flex;
  justify-content: center;
}

#top .top-nav li {
  transform: translateY(-20%);
  opacity: 0;
}

#top .top-nav li.active {
  transform: translateY(0);
  opacity: 1;
  transition: all .6s ease;
}

#top .top-nav li a {
  color: #B4B5B5;
  font-size: 1.4vw;
  font-weight: 700;
  padding: 1rem 2rem;
  position: relative;
}

@media only screen and (max-width: 768px) {
  #top .top-nav li a {
    font-size: 4vw;
  }
}

#top .top-nav li a::before {
  content: "";
  width: .2rem;
  height: 0;
  display: block;
  background-color: #B4B5B5;
  transform: translateX(-50%);
  position: absolute;
  top: 0;
  left: 50%;
}

#top .top-nav li a:hover {
  color: #8EB371;
  padding: 1.6rem 2rem 1rem;
  transition: all .6s ease;
}

#top .top-nav li a:hover::before {
  height: 1rem;
  -webkit-animation: topnavAnimation1 .6s ease;
          animation: topnavAnimation1 .6s ease;
}

@-webkit-keyframes topnavAnimation1 {
  0% {
    transform: translateY(-20%);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes topnavAnimation1 {
  0% {
    transform: translateY(-20%);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes topnavAnimation1 {
  0% {
    height: 0;
  }
  100% {
    height: 1rem;
  }
}

/*# sourceMappingURL=maps/style.css.map */
