/* Scss Document */
body {
  background: #0A0A0A;
}

.pankuzu {
  position: relative;
  border-bottom: 1px solid #282828;
  padding: 10px 0;
}
.pankuzu .inner {
  text-align: center;
}
.pankuzu .inner a, .pankuzu .inner span {
  color: #fff;
  font-family: vdl-v7gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  display: inline-block;
  font-size: 1.4rem;
  letter-spacing: 0.15em;
}
.pankuzu .inner span {
  padding-left: 10px;
}

#cta {
  position: relative;
  min-height: 400px;
  background: url(../images/cta_background.png) no-repeat center;
  background-size: cover;
  padding: 40px 0;
}
#cta .cta_header {
  margin-bottom: 40px;
}
@media screen and (max-width: 520px) {
  #cta .cta_header {
    margin-bottom: 24px;
  }
}
#cta .cta_header h2 {
  text-align: center;
}
#cta .cta_header h2 span {
  display: inline-block;
  padding: 0 50px;
  position: relative;
  font-family: vdl-v7gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: white;
  font-size: 10rem;
  line-height: 1;
}
@media screen and (max-width: 520px) {
  #cta .cta_header h2 span {
    font-size: 7.2rem;
  }
}
#cta .cta_header h2 span::before, #cta .cta_header h2 span::after {
  display: inline-block;
  content: "";
  background: url(../images/icon/icon_title_bg_s.svg) no-repeat;
  width: 42px;
  height: 42px;
  position: absolute;
  top: 28px;
}
@media screen and (max-width: 520px) {
  #cta .cta_header h2 span::before, #cta .cta_header h2 span::after {
    top: 10px;
  }
}
#cta .cta_header h2 span::before {
  left: 0;
}
#cta .cta_header h2 span::after {
  right: 0;
}
#cta .inner {
  width: 75%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 1100px) {
  #cta .inner {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #cta .inner {
    display: block;
  }
}
#cta .inner .cta_left {
  width: 42%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  #cta .inner .cta_left {
    display: block;
    width: 80%;
    margin: 0 auto 40px;
  }
}
@media screen and (max-width: 520px) {
  #cta .inner .cta_left {
    width: 90%;
  }
}
#cta .inner .cta_left p {
  color: white;
  font-size: 1.2vw;
  line-height: 2;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  #cta .inner .cta_left p {
    font-size: 1.6rem;
    text-align: center;
  }
}
@media screen and (max-width: 520px) {
  #cta .inner .cta_left p {
    font-size: 1.2rem;
  }
}
#cta .inner .cta_left a {
  display: inline-block;
  padding: 12px;
  outline: 1px solid #D71163;
  transition: all 0.6s ease;
}
#cta .inner .cta_left a:hover {
  background-color: #D71163;
}
#cta .inner .cta_left a:hover span.btntxt {
  color: #0A0A0A;
}
#cta .inner .cta_left a:hover span.annotation {
  color: #0A0A0A;
}
#cta .inner .cta_left a span {
  display: inline-block;
  text-align: center;
  color: white;
  width: 100%;
  line-height: 1;
}
#cta .inner .cta_left a span.btntxt {
  color: #D71163;
  font-size: 3rem;
  font-family: vdl-v7gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 8px;
  transition: all 0.6s ease;
}
#cta .inner .cta_left a span.normal {
  font-size: 1.5rem;
  margin-bottom: 8px;
}
@media screen and (max-width: 520px) {
  #cta .inner .cta_left a span.normal {
    font-size: 1.3rem;
  }
}
#cta .inner .cta_left a span.annotation {
  color: #D71163;
  font-size: 1.5rem;
  font-weight: bold;
  transition: all 0.6s ease;
}
#cta .inner .cta_right {
  width: 42%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  #cta .inner .cta_right {
    display: block;
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 520px) {
  #cta .inner .cta_right {
    width: 90%;
  }
}
#cta .inner .cta_right p {
  color: white;
  font-size: 1.2vw;
  line-height: 2;
  text-align: right;
}
@media screen and (max-width: 768px) {
  #cta .inner .cta_right p {
    font-size: 1.6rem;
    text-align: center;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 520px) {
  #cta .inner .cta_right p {
    font-size: 1.2rem;
  }
}
#cta .inner .cta_right p img {
  width: 15px;
  height: auto;
}
#cta .inner .cta_right p img:nth-child(1) {
  position: relative;
  top: -3px;
  display: inline-block;
  margin-right: 6px;
}
#cta .inner .cta_right p img:nth-child(2) {
  position: relative;
  top: -3px;
  display: inline-block;
  margin-left: 6px;
}
#cta .inner .cta_right a {
  display: inline-block;
  padding: 12px;
  outline: 1px solid #0ED954;
  transition: all 0.6s ease;
}
#cta .inner .cta_right a:hover {
  background-color: #0ED954;
}
#cta .inner .cta_right a:hover span.btntxt {
  color: #0A0A0A;
}
#cta .inner .cta_right a:hover span.annotation {
  color: #0A0A0A;
}
#cta .inner .cta_right a span {
  display: inline-block;
  text-align: center;
  color: white;
  width: 100%;
  line-height: 1;
}
#cta .inner .cta_right a span.btntxt {
  color: #0ED954;
  font-size: 3rem;
  font-family: vdl-v7gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 8px;
  transition: all 0.6s ease;
}
@media screen and (max-width: 520px) {
  #cta .inner .cta_right a span.btntxt {
    font-size: 2.4rem;
  }
}
#cta .inner .cta_right a span.normal {
  font-size: 1.5rem;
  margin-bottom: 8px;
}
@media screen and (max-width: 520px) {
  #cta .inner .cta_right a span.normal {
    font-size: 1.3rem;
  }
}

html {
  scroll-behavior: smooth;
}

#global-header {
  background: #0A0A0A;
  width: 100%;
  height: 60px;
  position: fixed;
  top: 0;
  z-index: 100;
}
#global-header .inner {
  padding: 13px 0 0 24px;
}
@media screen and (max-width: 520px) {
  #global-header .inner {
    padding: 13px 0 0 10px;
  }
}
#global-header .inner h1 a {
  display: inline-block;
}
#global-header .inner h1 a img {
  width: auto;
  height: 34px;
  vertical-align: bottom;
}

#key-visual {
  position: relative;
  margin-top: 60px;
  width: 100%;
  height: 85vh;
  background: url(../images/key_top.png) no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 520px) {
  #key-visual {
    height: 100svh;
  }
}
#key-visual img {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
  object-fit: cover;
  object-position: 50% 30%;
}
#key-visual video {
  width: 100%;
  height: 85vh;
  object-fit: cover;
  opacity: 1;
  transition: all 0.6s ease;
}
@media screen and (max-width: 520px) {
  #key-visual video {
    height: 100svh;
  }
}

#sub-key-visual {
  position: relative;
  margin-top: 60px;
  display: grid;
  place-items: center;
  height: 460px;
}
@media screen and (max-width: 520px) {
  #sub-key-visual {
    height: 300px;
  }
}
#sub-key-visual.contact {
  background: url(../contact/images/key_contact.png) no-repeat center;
  background-size: cover;
}
#sub-key-visual.news {
  background: url(../news/images/key_single.jpg) no-repeat center;
  background-size: cover;
}
#sub-key-visual.newssingle {
  background: url(../news/images/key_news.png) no-repeat center;
  background-size: cover;
}
#sub-key-visual.company {
  background: url(../company/images/key_company.png) no-repeat center;
}
@media screen and (max-width: 520px) {
  #sub-key-visual.company {
    background-position: 60% 0;
    background-size: cover;
  }
}
#sub-key-visual.works {
  background: url(../works/images/key_works.png) no-repeat center;
  background-size: cover;
}
#sub-key-visual.service {
  background: url(../service/images/key_service.png) no-repeat center;
  background-size: cover;
}
#sub-key-visual .page_header {
  text-align: center;
  position: relative;
}
#sub-key-visual .page_header h2, #sub-key-visual .page_header p {
  font-family: vdl-v7gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
}
#sub-key-visual .page_header h2 {
  font-size: 10.5rem;
  color: #fff;
}
@media screen and (max-width: 520px) {
  #sub-key-visual .page_header h2 {
    font-size: 7.2rem;
  }
}
#sub-key-visual .page_header p {
  font-size: 3.4rem;
  color: #D71163;
}
@media screen and (max-width: 520px) {
  #sub-key-visual .page_header p {
    font-size: 2.6rem;
  }
}

#global-footer {
  z-index: 1;
  position: relative;
  width: 100%;
  padding-bottom: 40px;
}
#global-footer .footer_bar {
  background: #CFB174;
  padding: 10px 0 36px;
  text-align: center;
}
#global-footer .footer_bar p {
  font-family: vdl-v7gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
}
#global-footer .footer_bar .txt1 {
  color: #fff;
  font-size: 2.4rem;
  margin-bottom: 8px;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 520px) {
  #global-footer .footer_bar .txt1 {
    font-size: 1.8rem;
  }
}
#global-footer .footer_bar .txt2 {
  color: #0A0A0A;
  font-size: 1.7rem;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 520px) {
  #global-footer .footer_bar .txt2 {
    font-size: 1.4rem;
  }
}
#global-footer .footer_zero {
  margin-bottom: 24px;
}
#global-footer .footer_zero .zero {
  text-align: center;
  position: relative;
  top: -32px;
}
#global-footer .footer_zero .desc {
  font-family: vdl-v7gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.4rem;
  color: white;
  line-height: 1;
  text-align: center;
  position: relative;
  top: -24px;
}
#global-footer .footer_zero .desc span {
  font-family: vdl-v7gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #D71163;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
  display: inline-block;
  width: 100%;
  padding: 10px 0;
}
#global-footer .footer_content {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  #global-footer .footer_content {
    width: 90%;
  }
}
#global-footer .footer_content .navi_content {
  width: 100%;
  display: grid;
  grid-template-columns: 30% 65%;
  column-gap: 5%;
}
@media screen and (max-width: 520px) {
  #global-footer .footer_content .navi_content {
    display: block;
  }
}
@media screen and (max-width: 520px) {
  #global-footer .footer_content .navi_content .logo_f {
    width: 50%;
    margin: 0 auto 24px;
  }
}
#global-footer .footer_content .navi_content .logo_f img {
  width: 100%;
}
#global-footer .footer_content .navi_content .footer_info .fnavi_wrap {
  margin-bottom: 18px;
}
#global-footer .footer_content .navi_content .footer_info .fnavi_wrap .gf_list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
#global-footer .footer_content .navi_content .footer_info .fnavi_wrap .gf_list li a {
  display: inline-block;
  width: 100%;
  padding: 8px 0;
  text-align: center;
  transition: all 0.6s ease;
}
#global-footer .footer_content .navi_content .footer_info .fnavi_wrap .gf_list li a:hover {
  background: rgb(207, 177, 116);
}
#global-footer .footer_content .navi_content .footer_info .fnavi_wrap .gf_list li a:hover span.ja,
#global-footer .footer_content .navi_content .footer_info .fnavi_wrap .gf_list li a:hover span.en {
  color: #0A0A0A;
}
#global-footer .footer_content .navi_content .footer_info .fnavi_wrap .gf_list li a span {
  display: inline-block;
  width: 100%;
  transition: all 0.6s ease;
}
#global-footer .footer_content .navi_content .footer_info .fnavi_wrap .gf_list li a span.en {
  font-family: vdl-v7gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #D71163;
  font-size: 1.7rem;
  letter-spacing: 0.18em;
}
#global-footer .footer_content .navi_content .footer_info .fnavi_wrap .gf_list li a span.ja {
  color: white;
  font-size: 1.2rem;
}
@media screen and (max-width: 520px) {
  #global-footer .footer_content .navi_content .footer_info .fnavi_wrap .gf_list li a span.ja {
    font-size: 1.15rem;
  }
}
#global-footer .footer_content .navi_content .footer_info .fnavi_wrap .fnavi_title {
  color: #AAAAAA;
  text-align: center;
  font-size: 1.6rem;
  position: relative;
}
#global-footer .footer_content .navi_content .footer_info .fnavi_wrap .fnavi_title::before, #global-footer .footer_content .navi_content .footer_info .fnavi_wrap .fnavi_title::after {
  content: "";
  height: 1px;
  background: #AAAAAA;
  position: absolute;
  top: 10px;
  width: 35%;
}
@media screen and (max-width: 520px) {
  #global-footer .footer_content .navi_content .footer_info .fnavi_wrap .fnavi_title::before, #global-footer .footer_content .navi_content .footer_info .fnavi_wrap .fnavi_title::after {
    width: 20%;
  }
}
#global-footer .footer_content .navi_content .footer_info .fnavi_wrap .fnavi_title::before {
  left: 0;
}
#global-footer .footer_content .navi_content .footer_info .fnavi_wrap .fnavi_title::after {
  right: 0;
}
#global-footer .footer_content .navi_content .footer_info .fnavi_wrap .construction_list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  row-gap: 6px;
  padding-bottom: 12px;
  border-bottom: 1px solid #AAAAAA;
}
#global-footer .footer_content .navi_content .footer_info .fnavi_wrap .construction_list a {
  display: inline-block;
  width: 100%;
  padding: 10px 0;
  text-align: center;
  transition: all 0.6s ease;
}
#global-footer .footer_content .navi_content .footer_info .fnavi_wrap .construction_list a:hover {
  background: white;
}
#global-footer .footer_content .navi_content .footer_info .fnavi_wrap .construction_list a:hover span {
  color: #D71163;
}
#global-footer .footer_content .navi_content .footer_info .fnavi_wrap .construction_list a span {
  color: #AAAAAA;
  font-size: 1.6rem;
  display: inline-block;
  width: 100%;
}
#global-footer .footer_content .navi_content .footer_info .company_info {
  color: white;
  font-size: 1.2rem;
  margin-bottom: 4px;
}
#global-footer .footer_content .navi_content .footer_info .copy_small {
  width: 100%;
}
#global-footer .footer_content .navi_content .footer_info .copy_small small {
  font-size: 1.2rem;
  color: white;
}

#container {
  position: relative;
  min-height: 400px;
  padding: 40px 0 0;
}
#container .contents_header {
  margin-bottom: 32px;
}
#container .contents_header h3 {
  text-align: center;
  background: url(../images/icon/icon_title_bg.svg) no-repeat center;
}
#container .contents_header h3 span {
  display: inline-block;
  color: white;
  font-family: vdl-v7gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  font-size: 4.8rem;
}
#container .category_area {
  padding-top: 40px;
  text-align: center;
  margin-bottom: 64px;
}
#container .category_area h4 {
  text-align: center;
  position: relative;
  margin-bottom: 24px;
}
#container .category_area h4 .text {
  display: inline-block;
  color: #D71163;
  font-size: 2.4rem;
  font-family: vdl-v7gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  position: relative;
  padding: 0 20px 0 24px;
}
#container .category_area h4 .line {
  display: inline-block;
  width: 10%;
  height: 1px;
  background: #D71163;
  position: relative;
  top: -7px;
}
#container .category_area .category_navi ul {
  width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  column-gap: 2px;
}
@media screen and (max-width: 1100px) {
  #container .category_area .category_navi ul {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #container .category_area .category_navi ul {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    column-gap: 10px;
  }
}
#container .category_area .category_navi ul li {
  width: 100%;
}
#container .category_area .category_navi ul li a {
  display: inline-block;
  padding: 12px 0;
  width: 100%;
  border-top: 2px solid #D71163;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: all 0.6s ease-in-out;
}
@media screen and (max-width: 1100px) {
  #container .category_area .category_navi ul li a {
    padding: 12px 0;
  }
}
#container .category_area .category_navi ul li a:hover::before {
  top: 0;
}
#container .category_area .category_navi ul li a:hover span {
  color: #0A0A0A;
}
#container .category_area .category_navi ul li a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: -100%;
  left: 0;
  background: #fff;
  transition: all 0.3s ease;
}
#container .category_area .category_navi ul li a img {
  width: auto;
  height: 30px;
  display: inline-block;
  margin-bottom: 4px;
  position: relative;
}
#container .category_area .category_navi ul li a span {
  display: inline-block;
  width: 100%;
  line-height: 1;
  color: white;
  font-size: 1.6rem;
  position: relative;
  transition: all 0.6s ease;
}
@media screen and (max-width: 1100px) {
  #container .category_area .category_navi ul li a span {
    font-size: 1.4rem;
  }
}

#works {
  margin-bottom: 64px;
}
#works .works_content .content_wrap {
  width: 1400px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 1440px) {
  #works .works_content .content_wrap {
    width: 90%;
  }
}
#works .works_content .content_wrap .content_title {
  font-size: 2.1rem;
  font-weight: bold;
  color: #D71163;
  line-height: 1;
  margin-bottom: 24px;
}
#works .works_content .content_wrap .content_title img {
  display: inline-block;
  margin-right: 8px;
  position: relative;
  top: 3px;
  width: auto;
  height: 30px;
}
#works .works_content .content_wrap .content_list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  column-gap: 2%;
  row-gap: 24px;
}
@media screen and (max-width: 520px) {
  #works .works_content .content_wrap .content_list {
    grid-template-columns: 1fr 1fr;
    column-gap: 7%;
  }
}
#works .works_content .content_wrap .content_list li {
  position: relative;
  width: 100%;
}
#works .works_content .content_wrap .content_list li img {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
  object-fit: cover;
}
#works .works_content .content_wrap .content_list li::after {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.65);
  content: url(../images/icon/icon_works_overlay.svg);
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 520px) {
  #works .works_content .content_wrap .content_list li::after {
    opacity: 0.7;
  }
}

/*# sourceMappingURL=works.css.map */
