@charset "UTF-8";
/* ************************************************ */
/* ************************************************ */
/* ************************************************ */
/* ************************************************ */
/* ************************************************ */
* {
  color: #222;
  font-family: "Noto Sans JP", sans-serif;
}

html {
  overflow: auto;
}

body {
  overflow: hidden;
}

html.fixed {
  height: 100%;
  overflow: hidden;
}

/* ヘッダー **************************************** */
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 900px) {
  header {
    padding: 64px 20px 0 20px;
  }
}
header.header-scrolled {
  padding: 32px 50px 0 50px;
  transition: 0.4s;
}
@media screen and (max-width: 900px) {
  header.header-scrolled {
    padding: 20px 20px 0 20px;
  }
}
header.header-scrolled h1 {
  width: 160px;
  transition: 0.4s;
  top: 20px !important;
}
header h1 {
  width: 240px;
  transition: 0.4s;
  height: 36px !important;
  left: 50px !important;
  top: 128px !important;
}
@media screen and (max-width: 900px) {
  header h1 {
    width: 120px;
    left: 20px !important;
    top: 64px !important;
  }
}
header h1 a {
  display: block;
  width: 100%;
  height: 100%;
}
header.header-scrolled #hdr {
  top: 12px;
  transition: 0.4s;
}
@media screen and (max-width: 900px) {
  header.header-scrolled #hdr {
    top: 8px;
  }
}
header #hdr {
  width: 40px;
  height: 40px;
  position: fixed;
  right: 50px;
  top: 118px;
  z-index: 1000;
  transition: 0.4s;
}
@media screen and (max-width: 900px) {
  header #hdr {
    right: 20px;
    top: 46px;
  }
}
header #hdr .nav {
  opacity: 0;
  pointer-events: none;
  transition: 0.3s ease transform, 0.3s ease opacity;
  background: rgba(25, 25, 25, 0.9176470588);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
}
header #hdr .nav.active {
  opacity: 1;
  pointer-events: auto;
}
header #hdr .nav .nav-inner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
header #hdr .nav .nav-inner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 90%;
  height: 388px;
  max-width: 969px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
header #hdr .nav .nav-inner ul li {
  margin-bottom: 33px;
  width: 50%;
  position: relative;
}
header #hdr .nav .nav-inner ul li a {
  display: block;
  width: 100%;
  font-size: 64px;
  font-weight: 500;
  letter-spacing: 0.039em;
  color: #fff;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
}
header #hdr .nav .nav-inner ul li a span {
  font-size: 16px;
  color: #fff;
  padding-left: 20px;
}
header #hdr .nav .nav-inner ul li::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #F5FF00;
  transition: 0.4s;
}
header #hdr .nav .nav-inner ul li:hover::after {
  width: 90%;
  height: 1px;
  transition: 0.4s;
}
header #hdr .menu-btn {
  cursor: pointer;
  position: relative;
  z-index: 999;
  height: 100%;
  width: 100%;
}
header #hdr .menu-btn span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 30px;
  height: 2px;
  background: #F5FF00;
  transition: 0.3s ease transform, 0.3s ease opacity;
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.5);
}
header #hdr .menu-btn span:first-child {
  transform: translate(-50%, -6px);
}
header #hdr .menu-btn span:first-child::after {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #ccc;
  transition: 0.5s;
}
header #hdr .menu-btn span:last-child {
  transform: translate(-50%, 6px);
}
header #hdr .menu-btn span:last-child::after {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #ccc;
  transition: 0.5s;
  transition-delay: 0.1s;
}
header #hdr .menu-btn.active span:first-child {
  transform: translate(-50%, 0) rotate(45deg);
}
header #hdr .menu-btn.active span:last-child {
  transform: translate(-50%, 0) rotate(-45deg);
}
header #hdr .menu-btn:hover span {
  transition: all 0.5s;
}
header #hdr .menu-btn:hover span:nth-child(1)::after {
  width: 100%;
  transition: 0.5s;
}
header #hdr .menu-btn:hover span:nth-child(2)::after {
  width: 100%;
  transition: 0.5s;
  transition-delay: 0.1s;
}

/* フッター **************************************** */
#footer {
  padding: 146px 0 0 0;
  background: #fff;
}
#footer nav {
  margin: 24px 120px 134px 120px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 1200px) {
  #footer nav {
    display: block;
  }
}
@media screen and (max-width: 900px) {
  #footer nav {
    margin: 20px 20px 80px 20px;
  }
}
#footer nav a.ftr_logo {
  display: block;
}
@media screen and (max-width: 900px) {
  #footer nav a.ftr_logo {
    margin-bottom: 40px;
  }
}
#footer nav a.ftr_logo img {
  width: 244px;
}
@media screen and (max-width: 900px) {
  #footer nav a.ftr_logo img {
    width: 120px;
  }
}
#footer nav ul {
  display: flex;
  justify-content: space-between;
  max-width: 596px;
  width: 70%;
}
@media screen and (max-width: 1200px) {
  #footer nav ul {
    margin-top: 32px;
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  #footer nav ul {
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 900px) {
  #footer nav ul li {
    width: 64px;
    margin-bottom: 12px;
  }
}
#footer nav ul li a {
  color: #191919;
  font-size: 14px;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
}
#footer nav ul:nth-child(3) {
  justify-content: flex-end;
  width: 100%;
  max-width: unset;
  margin-top: 34px;
}
@media screen and (max-width: 900px) {
  #footer nav ul:nth-child(3) {
    margin-top: 12px;
    display: block;
  }
}
@media screen and (max-width: 900px) {
  #footer nav ul:nth-child(3) li {
    width: auto;
  }
}
#footer nav ul:nth-child(3) li a {
  font-size: 12px;
}
#footer small {
  background: #191919;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 10px;
  padding: 22px;
  color: #fff;
}

#news-page {
  background: #191919;
  padding: 200px 0;
}
#news-page section {
  width: 90%;
  border: #191919 solid 1px;
  margin: 200px auto;
}
#news-page section h2 {
  font-size: 24px;
  line-height: 1.5em;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}
#news-page section p {
  font-size: 18px;
  line-height: 1.5em;
  text-align: center;
  color: #fff;
  margin-bottom: 32px;
}
#news-page section img {
  width: 120px;
  height: auto;
  margin-top: 24px;
}

h1 {
  height: 40px !important;
  left: 50px !important;
  top: 128px !important;
}
h1 a .logo_b {
  display: none;
}

.midnightHeader.default {
  background: none;
}

.midnightHeader.white a .logo_b {
  display: block;
}
.midnightHeader.white a .logo_w {
  display: none;
}

#top-page #top-page_mv {
  height: 100vh;
  width: 100%;
  background: #191919;
  padding: 0 50px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 900px) {
  #top-page #top-page_mv {
    padding: 0 8%;
  }
}
#top-page #top-page_mv div {
  position: relative;
  z-index: 11;
}
#top-page #top-page_mv div h2 {
  color: #fff;
  font-size: 80px;
  padding-bottom: 20px;
  font-weight: bold;
}
@media screen and (max-width: 900px) {
  #top-page #top-page_mv div h2 {
    font-size: 32px;
  }
}
#top-page #top-page_mv div p {
  font-size: 14px;
  color: #fff;
}
#top-page .mv_video {
  width: 100%;
  height: 645px;
  margin-top: -50vh;
  position: relative;
  z-index: 10;
}
#top-page .mv_video video {
  width: 100vw;
  height: 100%;
  object-fit: cover;
}
#top-page .mv_video img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
#top-page .mv_video::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #191919;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.4;
}
#top-page #top-page_vision {
  padding: 189px 5%;
  position: relative;
  background: #191919;
}
#top-page #top-page_vision .text_wrap h2 {
  width: 90%;
  max-width: 732px;
  text-align: center;
  margin: 0 auto 100px auto;
}
#top-page #top-page_vision .text_wrap p {
  max-width: 600px;
  margin: 0 auto;
  font-size: 36px;
  line-height: 63px;
  font-weight: bold;
  color: #fff;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 900px) {
  #top-page #top-page_vision .text_wrap p {
    font-size: 20px;
    line-height: 1.8em;
  }
}
#top-page #top-page_vision .text_wrap p span {
  color: #F5FF00;
}
#top-page #top-page_vision .text_wrap p img {
  width: 100px;
}
#top-page #top-page_service {
  padding: 160px 120px;
  background: #fff;
}
@media screen and (max-width: 900px) {
  #top-page #top-page_service {
    padding: 160px 5%;
  }
}
#top-page #top-page_service h2 {
  font-size: 14px;
  line-height: 20px;
}
#top-page #top-page_service h2 span {
  font-size: 30px;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  display: block;
  padding-top: 22px;
}
#top-page #top-page_service ul {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
  position: relative;
  padding-bottom: 85px;
  z-index: 1;
}
@media screen and (max-width: 900px) {
  #top-page #top-page_service ul {
    display: block;
    max-width: 600px;
    margin: 80px auto;
  }
}
#top-page #top-page_service ul::after {
  content: "";
  display: block;
  width: calc(100vw - 50px);
  height: 86%;
  position: absolute;
  bottom: 0;
  left: -50px;
  background: #EFEFEF;
  z-index: -1;
}
#top-page #top-page_service ul li {
  width: 44%;
}
@media screen and (max-width: 900px) {
  #top-page #top-page_service ul li {
    width: 100%;
    margin-bottom: 40px;
  }
}
#top-page #top-page_service ul li img {
  width: 100%;
  height: 240px;
  object-fit: contain;
}
#top-page #top-page_service ul li h3 {
  font-size: 18px;
  line-height: 27px;
  font-weight: bold;
  margin-top: 32px;
  margin-bottom: 24px;
  text-align: center;
}
#top-page #top-page_service ul li p {
  font-size: 14px;
  line-height: 20px;
}
#top-page #top-page_feature {
  background: #191919;
  padding: 160px 120px 0 120px;
}
@media screen and (max-width: 900px) {
  #top-page #top-page_feature {
    padding: 160px 5%;
  }
}
#top-page #top-page_feature h2 {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}
#top-page #top-page_feature h2 span {
  font-size: 30px;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  display: block;
  padding-top: 22px;
  color: #fff;
}
#top-page #top-page_feature ul {
  margin: 0 auto;
  margin-top: 80px;
}
@media screen and (max-width: 900px) {
  #top-page #top-page_feature ul {
    max-width: 600px;
  }
}
#top-page #top-page_feature ul li {
  padding-bottom: 56px;
}
#top-page #top-page_feature ul li h3 {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 40px;
}
@media screen and (max-width: 900px) {
  #top-page #top-page_feature ul li h3 {
    display: block;
  }
}
#top-page #top-page_feature ul li h3 span {
  display: block;
  width: 40px;
  height: 40px;
  border: solid 2px #F5FF00;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 36px;
  margin-right: 28px;
}
@media screen and (max-width: 900px) {
  #top-page #top-page_feature ul li h3 span {
    margin-bottom: 24px;
  }
}
#top-page #top-page_feature ul li p {
  font-size: 14px;
  line-height: 28px;
  color: #fff;
}
#top-page #top-page_work {
  background: #191919;
  padding: 160px 120px;
}
@media screen and (max-width: 900px) {
  #top-page #top-page_work {
    padding: 160px 5%;
  }
}
#top-page #top-page_work h2 {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}
#top-page #top-page_work h2 span {
  font-size: 30px;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  display: block;
  padding-top: 22px;
  color: #fff;
}
#top-page #top-page_work ul {
  width: 100vw;
  margin-left: -120px;
  margin-top: 80px;
}
@media screen and (max-width: 900px) {
  #top-page #top-page_work ul {
    width: 100%;
    margin-left: 0;
  }
}
#top-page #top-page_work ul li {
  display: flex;
  margin-bottom: 120px;
}
@media screen and (max-width: 900px) {
  #top-page #top-page_work ul li {
    display: block;
  }
}
#top-page #top-page_work ul li figure {
  width: 50%;
}
@media screen and (max-width: 900px) {
  #top-page #top-page_work ul li figure {
    width: 100%;
  }
}
#top-page #top-page_work ul li div {
  width: 50%;
  padding: 0 8.34%;
}
@media screen and (max-width: 900px) {
  #top-page #top-page_work ul li div {
    width: 100%;
    margin: 40px auto;
    padding: 0;
  }
}
#top-page #top-page_work ul li div h3 {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 35px;
}
@media screen and (max-width: 900px) {
  #top-page #top-page_work ul li div h3 {
    line-height: 40px;
  }
}
#top-page #top-page_work ul li div p {
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  margin-bottom: 36px;
}
#top-page #top-page_work ul li div span {
  font-size: 12px;
  color: #fff;
}
#top-page #top-page_work ul li:nth-child(2) {
  flex-direction: row-reverse;
}
#top-page #top-page_work ul li:last-child {
  margin-bottom: 0;
}
#top-page #top-page_news {
  padding: 160px 120px;
  background: #fff;
}
@media screen and (max-width: 900px) {
  #top-page #top-page_news {
    padding: 160px 5%;
  }
}
#top-page #top-page_news h2 {
  font-size: 14px;
  line-height: 20px;
}
#top-page #top-page_news h2 span {
  font-size: 30px;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  display: block;
  padding-top: 22px;
}
#top-page #top-page_news ul {
  margin-top: 80px;
  position: relative;
}
#top-page #top-page_news ul li {
  position: relative;
  margin-bottom: 16px;
}
#top-page #top-page_news ul li::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #CCCCCC;
  position: absolute;
  bottom: 0;
  left: 0;
}
#top-page #top-page_news ul li a {
  display: flex;
  align-items: center;
  padding: 24px 12px;
  background: #fcfcfc;
  transition: 0.5s;
}
@media screen and (max-width: 900px) {
  #top-page #top-page_news ul li a {
    flex-wrap: wrap;
  }
}
#top-page #top-page_news ul li a span {
  display: block;
  transition: 0.5s;
}
#top-page #top-page_news ul li a div {
  margin: 0 24px;
  border: solid 1px #191919;
  padding: 8px 35px;
  transition: 0.5s;
}
#top-page #top-page_news ul li a p {
  transition: 0.5s;
}
@media screen and (max-width: 900px) {
  #top-page #top-page_news ul li a p {
    width: 100%;
    margin-top: 24px;
  }
}
#top-page #top-page_news ul li a:hover {
  background: #CCCCCC;
  color: #fff;
  transition: 0.5s;
}
#top-page #top-page_news ul li a:hover span {
  color: #fff;
  transition: 0.5s;
}
#top-page #top-page_news ul li a:hover div {
  color: #fff;
  transition: 0.5s;
  border: solid 1px #fff;
}
#top-page #top-page_news ul li a:hover p {
  color: #fff;
  transition: 0.5s;
}
#top-page #top-page_about {
  padding: 160px 120px;
  background: #fff;
}
@media screen and (max-width: 900px) {
  #top-page #top-page_about {
    padding: 160px 5%;
  }
}
#top-page #top-page_about h2 {
  font-size: 14px;
  line-height: 20px;
}
#top-page #top-page_about h2 span {
  font-size: 30px;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  display: block;
  padding-top: 22px;
}
#top-page #top-page_about ul {
  margin-top: 50px;
  border-top: solid 1px #CCCCCC;
}
#top-page #top-page_about ul li {
  display: flex;
  align-items: center;
  border-bottom: solid 1px #CCCCCC;
  padding: 24px 132px;
}
@media screen and (max-width: 900px) {
  #top-page #top-page_about ul li {
    display: block;
  }
}
@media screen and (max-width: 520px) {
  #top-page #top-page_about ul li {
    padding: 24px;
    width: 100%;
    margin: 0 auto;
  }
}
#top-page #top-page_about ul li h3 {
  width: 56px;
  font-size: 14px;
  margin-right: 36.5%;
}
@media screen and (max-width: 900px) {
  #top-page #top-page_about ul li h3 {
    margin-bottom: 24px;
    width: 100%;
  }
}
#top-page #top-page_about ul li p {
  font-size: 14px;
  line-height: 20px;
}
#top-page #top-page_contact {
  position: relative;
}
#top-page #top-page_contact a {
  display: block;
  background: #191919;
  padding: 130px 120px;
}
@media screen and (max-width: 900px) {
  #top-page #top-page_contact a {
    padding: 130px 40px;
  }
}
#top-page #top-page_contact a h2 {
  color: #fff;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 80px;
  position: relative;
  padding: 0 0 20px 0;
}
@media screen and (max-width: 900px) {
  #top-page #top-page_contact a h2 {
    font-size: 64px;
  }
}
#top-page #top-page_contact a h2::after {
  content: "";
  display: block;
  width: 120px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}
#top-page #top-page_contact a p {
  font-size: 14px;
  line-height: 20px;
  margin-top: 24px;
  color: #fff;
}
#top-page #top-page_contact .vision_bg {
  width: 30%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
#top-page #top-page_contact .vision_bg iframe {
  width: 100%;
  height: 100%;
}
