/* 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;
}
#container #contact {
  width: 750px;
  margin: 0 auto;
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  #container #contact {
    width: 90%;
  }
}

#contact .contents_header {
  margin-bottom: 32px;
}
#contact .contents_header h3 {
  text-align: center;
}
#contact .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;
}
#contact .contact_inner .desc {
  width: 80%;
  margin: 0 auto;
  color: white;
  font-family: vdl-v7gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.8;
  font-size: 1.8rem;
}
@media screen and (max-width: 520px) {
  #contact .contact_inner .desc {
    width: 100%;
  }
}
#contact .contact_inner .desc span {
  color: #D71163;
  display: inline-block;
  padding: 0 4px;
}

.wpcf7-form {
  padding: 40px 0;
}
.wpcf7-form dl {
  margin-bottom: 20px;
}
.wpcf7-form dl > div {
  display: grid;
  grid-template-columns: 20% 75%;
  column-gap: 5%;
  padding: 10px 0;
}
@media screen and (max-width: 520px) {
  .wpcf7-form dl > div {
    display: block;
  }
}
.wpcf7-form dl > div:last-child dt {
  border-bottom: 1px solid #565656;
}
.wpcf7-form dl > div dt {
  color: white;
  font-family: vdl-v7gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.6rem;
  display: grid;
  align-items: center;
}
.wpcf7-form dl > div dt label {
  font-family: vdl-v7gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: white;
  display: inline-block;
  font-size: 1.8rem;
}
.wpcf7-form dl > div dt img {
  position: relative;
  top: -1px;
  display: inline-block;
  margin-right: 5px;
}
.wpcf7-form dl > div dd {
  font-size: 1.4rem;
  color: white;
}
.wpcf7-form dl > div dd input[type=text],
.wpcf7-form dl > div dd input[type=email],
.wpcf7-form dl > div dd input[type=tel],
.wpcf7-form dl > div dd textarea {
  box-sizing: border-box;
  width: 100%;
  padding: 3px 4px;
  letter-spacing: 0.12em;
  font-size: 1.4rem;
}
.wpcf7-form dl > div dd input[type=text]:focus,
.wpcf7-form dl > div dd input[type=email]:focus,
.wpcf7-form dl > div dd input[type=tel]:focus,
.wpcf7-form dl > div dd textarea:focus {
  outline: 2px solid #D71163;
}
.wpcf7-form dl > div dd div .wpcf7-list-item:nth-child(1) {
  margin-left: 0;
}
.wpcf7-form dl > div dd div .wpcf7-list-item span {
  color: white;
  font-size: 1.2rem;
}
.wpcf7-form dl > div dd div input[type=radio] {
  position: relative;
  top: -3px;
}
.wpcf7-form .btn-group {
  text-align: center;
}
.wpcf7-form .btn-group input[type=submit] {
  cursor: pointer;
  background: #D71163;
  color: #0A0A0A;
  padding: 10px 32px;
  font-family: vdl-v7gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8rem;
  border: 1px solid #D71163;
  transition: all 0.6s ease;
}
.wpcf7-form .btn-group input[type=submit]:hover {
  background: #0A0A0A;
  color: #D71163;
}

.wpcf7-spinner {
  display: none;
}

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