  @charset "UTF-8";
@media screen and (max-width: 768px) {
  body::after {
    content: "";
    position: fixed;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 65px;
    background: var(--color-white);
    z-index: 98;
  }
}
/* ============================================ */
/* footer
/* ============================================ */
#footer {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: normal;
}

@media screen and (max-width: 768px) {
  #footer {
    padding: 0 0 65px;
  }
}
/* ===== footer-nav ===== */
#footer-nav {
  color: var(--color-white);
  background: var(--color-category);
  font-weight: 400;
}
#footer-nav .nav-wrap {
  max-width: 1215px;
  margin: 0 auto;
  padding: 80px 0 80px 15px;
}
#footer-nav .menu {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 25px;
}
#footer-nav .category-box {
  position: relative;
  width: 270px;
}
#footer-nav .category-box .box-title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 1.1em;
}
#footer-nav .category-box .list {
  margin-left: 1em;
}
#footer-nav .category-box .link-item + .link-item {
  margin: 0.7em 0 0;
}
#footer-nav .category-box .link-item a {
  display: block;
  fill: currentColor;
}
#footer-nav .category-box .link-item a.icon-blank {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px 0 0;
}
#footer-nav .category-box .link-item a.icon-blank svg {
  display: inline-block;
  width: 18px;
  margin: 0 0 0 1em;
}
#footer-nav .category-box .link-item a:hover {
  color: #96cfdd;
}
#footer-nav .category-box.other-page {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
}
#footer-nav .category-box .separate::after {
  content: "";
  display: block;
  width: calc(100% - 20px);
  height: 1px;
  background: #7886c2;
  margin: 1.8em 0;
}

@media screen and (max-width: 1400px) {
  #footer-nav .nav-wrap {
    max-width: 1155px;
  }
  #footer-nav .menu {
    gap: 40px 15px;
  }
}
@media screen and (min-width: 1201px) {
  #footer-nav .category-box.short-story {
    order: 1;
  }
  #footer-nav .category-box.about {
    order: 5;
  }
  #footer-nav .category-box.project-story {
    order: 2;
  }
  #footer-nav .category-box.job-people {
    order: 6;
  }
  #footer-nav .category-box.environment {
    order: 3;
  }
  #footer-nav .category-box.information {
    order: 7;
  }
  #footer-nav .category-box.other-page {
    order: 4;
  }
}
@media screen and (max-width: 1200px) {
  #footer-nav .nav-wrap {
    max-width: 900px;
  }
  #footer-nav .menu {
    gap: 40px 25px;
  }
  #footer-nav .category-box.other-page {
    width: calc(100% - 10px);
    border-top: 1px solid #7886c2;
    padding-top: 0.7em;
  }
  #footer-nav .category-box.other-page .list {
    margin-left: 0;
  }
  #footer-nav .category-box.other-page .link-item {
    display: inline-block;
    margin-right: 35px;
    width: 230px;
  }
  #footer-nav .category-box.other-page .link-item:nth-child(2) {
    width: 200px;
  }
  #footer-nav .category-box .separate::after {
    content: none;
  }
  #footer-nav .category-box .external::after {
    right: 0;
  }
}
@media screen and (max-width: 1024px) {
  #footer-nav {
    display: none;
  }
}
/* ===== top-link ===== */
#footer .top-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 100px 0 200px;
}
#footer .top-link .btn {
  font-family: var(--fontfamily-gothic);
  padding: 0.7em 2.5em;
}

@media screen and (max-width: 1024px) {
  #footer .top-link {
    margin: 80px 0 120px;
  }
}
@media screen and (max-width: 600px) {
  #footer .top-link {
    margin: 50px 0 80px;
  }
}
/* ===== site-info ===== */
#footer .site-info {
  padding: 30px 35px 40px 35px;
}
#footer .site-info .corporate {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  color: var(--color-category);
}
#footer .site-info .site-name {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
#footer .site-info .site-name .logo {
  display: inline-block;
  width: 115px;
}
#footer .site-info .site-name .text {
  display: inline-block;
  margin: 0 0 0 1.5em;
  font-weight: 500;
}
#footer .site-info .link {
  display: flex;
  align-items: center;
  gap: 0.7em 1.4em;
  font-weight: 500;
}
#footer .site-info .link .btn {
  position: relative;
  display: block;
  width: 180px;
  height: 35px;
  font-family: var(--fontfamily-en);
  color: var(--color-category);
  background: var(--color-white);
  border: solid var(--color-category) 2px;
  border-radius: 30px;
  overflow: hidden;
  fill: currentColor;
}
#footer .site-info .link .btn.icon-blank {
  display: flex;
  align-items: center;
  justify-content: center;
}
#footer .site-info .link .btn.icon-blank svg {
  position: relative;
  display: inline-block;
  width: 1.2em;
  margin: 0 0 0 1em;
  transition: var(--transition);
}
#footer .site-info .link .btn.icon-back {
  display: flex;
  align-items: center;
  justify-content: center;
}
#footer .site-info .link .btn.icon-back svg {
  position: relative;
  display: inline-block;
  top: 0;
  width: 19px;
  stroke: currentColor;
  margin: 0 0 0 8px;
  transition: var(--transition);
}
#footer .site-info .link .btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: var(--color-category);
  transform: scale(0, 1);
  transform-origin: left center;
  transition: var(--transition);
}
#footer .site-info .link .btn .inner {
  position: relative;
  transition: var(--transition);
  z-index: 1;
}

.copyright {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 300;
  font-family: var(--fontfamily-en);
  text-align: center;
  margin-top: 2.9em;
}

@media (hover: hover) {
  #footer .site-info .link .btn:hover {
    color: var(--color-white) !important;
  }
  #footer .site-info .link .btn:hover::before {
    transform: scale(1, 1);
  }
}
@media screen and (max-width: 1024px) {
  #footer .site-info {
    padding: 30px 20px 40px 20px;
    text-align: center;
    border-top: 2px solid var(--color-category);
  }
  #footer .site-info .corporate {
    flex-direction: column;
  }
  #footer .site-info .link {
    margin-top: 1.5em;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  #footer .site-info .link {
    flex-direction: column;
  }
  #footer .site-info .link .btn {
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 600px) {
  .copyright {
    font-size: 10px;
    font-size: 0.625rem;
  }
}
/* ===== ホバーエフェクト ===== */
.hover-line {
  position: relative;
  padding: 0 0 0.2em;
}
.hover-line::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left top;
  transition: var(--transition);
}

@media (hover: hover) {
  .hover-line:hover::before {
    transform: scaleX(1);
  }
}
/* ============================================ */
/* scroll-sign
/* ============================================ */
.scroll-sign {
  position: fixed;
  right: 30px;
  bottom: 20px;
  width: 30px;
  display: block;
  overflow: hidden;
  z-index: 10;
  pointer-events: none;
}
.scroll-sign .text {
  position: relative;
}
.scroll-sign .text:before {
  position: absolute;
  content: "SCROLL DOWN";
  top: 0;
  left: 5px;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Prompt", sans-serif;
  mix-blend-mode: color-dodg;
  /*文字色反転*/
  color: var(--color-category);
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
}
.scroll-sign .arrow-down {
  position: relative;
  width: 15px;
  height: 170px;
}
.scroll-sign .arrow-down::before, .scroll-sign .arrow-down::after {
  content: "";
  position: absolute;
  mix-blend-mode: color-dodg;
  /*文字色反転*/
  background: var(--color-category);
}
.scroll-sign .arrow-down::before {
  bottom: -20px;
  left: 4px;
  width: 1px;
  height: 70px;
  transform: skewX(-15deg);
}
.scroll-sign .arrow-down::after {
  top: 0;
  left: 0;
  width: 1px;
  height: 170px;
}
.scroll-sign.pagetop {
  pointer-events: auto;
}
.scroll-sign.pagetop .text:before {
  content: "PAGE TOP";
  top: auto;
  bottom: 0;
}
.scroll-sign.pagetop .arrow-down {
  animation: top_extend 0.3s ease-out forwards;
}
.scroll-sign.pagetop .arrow-down::before {
  top: 0;
  bottom: auto;
  left: 10px;
  transform: skewX(15deg);
}
.scroll-sign.pagetop .arrow-down::after {
  height: 160px;
}
@media (hover: hover) {
  .scroll-sign.pagetop :hover {
    padding-bottom: 30px;
    transition: 0.2s;
  }
  .scroll-sign.pagetop :hover .arrow-down::after {
    height: 190px;
  }
}

@keyframes top_extend {
  0% {
    height: 100px;
  }
  100% {
    height: 160px;
  }
}
@media screen and (max-width: 768px) {
  .scroll-sign {
    right: 5px;
    width: 20px;
  }
  .scroll-sign .text:before {
    font-size: 10px;
    font-size: 0.625rem;
  }
  .scroll-sign .arrow-down {
    height: 150px;
  }
  .scroll-sign .arrow-down::after {
    height: 150px;
  }
  .scroll-sign.pagetop .arrow-down::after {
    height: 140px;
  }
}
@media screen and (max-width: 768px) and (hover: hover) {
  .scroll-sign.pagetop :hover .arrow-down::after {
    height: 170px;
  }
}
@media screen and (max-width: 768px) {
  @keyframes top_extend {
    0% {
      height: 80px;
    }
    100% {
      height: 140px;
    }
  }
}

/*# sourceMappingURL=footer.css.map */
