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

#company {
  padding: 40px 0 0;
}
#company .contents_header h3 {
  text-align: center;
  background: url(../images/icon/icon_title_bg.svg) no-repeat center;
}
#company .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;
}
#company .concept_content {
  width: 80%;
  height: 680px;
  margin: 0 auto;
  padding: 40px 0;
}
@media screen and (max-width: 1100px) {
  #company .concept_content {
    width: 90%;
  }
}
@media screen and (max-width: 520px) {
  #company .concept_content {
    height: 400px;
  }
}
#company .concept_content img {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
  object-fit: cover;
}
#company .message_content {
  text-align: center;
  padding: 40px 0;
  margin-bottom: 40px;
}
@media screen and (max-width: 520px) {
  #company .message_content {
    padding-top: 24px;
  }
}
#company .message_content .ceo_pic_wrap {
  position: relative;
  display: grid;
  place-items: center;
  height: 310px;
  margin-bottom: 12px;
}
#company .message_content .ceo_pic_wrap img {
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: 310px;
  transition: all 0.8s ease;
}
#company .message_content .ceo_pic_wrap img.normal {
  opacity: 1;
  z-index: 5;
}
#company .message_content .ceo_pic_wrap img.normal.js-on {
  opacity: 0;
}
@media screen and (max-width: 520px) {
  #company .message_content .ceo_pic_wrap img.normal {
    width: 60%;
    height: auto;
    vertical-align: bottom;
    display: inline-block;
    margin-bottom: 24px;
  }
}
#company .message_content .ceo_pic_wrap img.change_pic {
  opacity: 0;
  z-index: 1;
}
#company .message_content .ceo_pic_wrap img.change_pic.js-on {
  opacity: 1;
}
@media screen and (max-width: 520px) {
  #company .message_content .ceo_pic_wrap img.change_pic {
    width: 60%;
    height: auto;
    vertical-align: bottom;
    display: inline-block;
    margin-bottom: 24px;
  }
}
#company .message_content .message_body {
  background: url(../company/images/company_message_bg.png) no-repeat;
  background-size: cover;
  padding: 24px;
  width: 70%;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  #company .message_content .message_body {
    width: 90%;
  }
}
@media screen and (max-width: 520px) {
  #company .message_content .message_body {
    width: 100%;
    padding: 12px;
  }
}
#company .message_content .message_body .inner {
  padding: 24px;
  background: #0A0A0A;
}
@media screen and (max-width: 520px) {
  #company .message_content .message_body .inner {
    padding: 12px;
  }
}
#company .message_content .message_body .inner p {
  color: white;
  font-family: vdl-v7gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.8;
  font-size: 2.4rem;
  text-align: left;
}
@media screen and (max-width: 520px) {
  #company .message_content .message_body .inner p {
    font-size: 1.8rem;
    color: #AAAAAA;
  }
}
#company .comp_info {
  width: 70%;
  margin: 0 auto;
  padding: 24px 0;
  background: url(../company/images/comp_info_bg.svg) no-repeat center;
  background-size: 90%;
}
@media screen and (max-width: 1100px) {
  #company .comp_info {
    width: 90%;
  }
}
@media screen and (max-width: 520px) {
  #company .comp_info {
    background-size: cover;
    width: 100%;
  }
}
#company .comp_info dl {
  width: 90%;
  margin: 0 auto;
}
#company .comp_info dl div {
  display: grid;
  grid-template-columns: 20% 78%;
  column-gap: 1%;
  padding: 10px 0;
  border-bottom: 1px solid #454545;
}
@media screen and (max-width: 520px) {
  #company .comp_info dl div {
    display: block;
  }
}
#company .comp_info dl div dt {
  color: white;
  font-family: vdl-v7gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8rem;
  letter-spacing: 0.12em;
  line-height: 1;
  display: flex;
  align-items: center;
  padding-left: 2px;
}
@media screen and (max-width: 520px) {
  #company .comp_info dl div dt {
    padding-left: 0;
    color: #AAAAAA;
  }
}
#company .comp_info dl div dd {
  color: white;
  font-family: vdl-v7gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8rem;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 520px) {
  #company .comp_info dl div dd {
    font-size: 1.6rem;
  }
  #company .comp_info dl div dd br {
    display: none;
  }
}
#company .comp_info dl div dd ul li {
  color: white;
  font-family: vdl-v7gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8rem;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 520px) {
  #company .comp_info dl div dd ul li {
    font-size: 1.6rem;
  }
}

#access .access_header {
  margin-bottom: 32px;
}
#access .access_header h3 {
  text-align: center;
  background: url(../images/icon/icon_title_bg.svg) no-repeat center;
}
#access .access_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;
}
#access .access_content {
  background: url(../company/images/access_bg.png) no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 300px;
}
#access .access_content .map_wrap {
  width: 80%;
  height: 550px;
  margin: 0 auto;
  padding: 64px 0;
}
@media screen and (max-width: 520px) {
  #access .access_content .map_wrap {
    padding: 32px 0;
  }
}
#access .access_content .map_wrap iframe {
  width: 100%;
  height: 100%;
}

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