/* 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: 7rem;
  line-height: 1;
}
@media screen and (max-width: 520px) {
  #cta .cta_header h2 span {
    font-size: 4.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: 10px;
}
@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 #c44d6d;
  transition: all 0.6s ease;
}
#cta .inner .cta_left a:hover {
  background-color: #c44d6d;
}
#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: #c44d6d;
  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: #c44d6d;
  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;
  width: 100%;
  height: 100vh;
  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: 100vh;
  object-fit: cover;
  opacity: 1;
  transition: all 0.6s ease;
}
@media screen and (max-width: 520px) {
  #key-visual video {
    height: 100svh;
  }
}
#key-visual::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../lib/overlays/04.png);
}

#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: #c44d6d;
}
@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;
}
@media screen and (max-width: 520px) {
  #global-footer {
    padding-bottom: 15px;
  }
}
#global-footer .footer_bar {
  background: #CFB174;
  padding: 10px 0 36px;
  text-align: center;
}
@media screen and (max-width: 520px) {
  #global-footer .footer_bar {
    background: #fff;
    padding: 0;
  }
}
#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.3rem;
    line-height: 1.3;
    display: none;
  }
}
#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.2rem;
    display: none;
  }
}
#global-footer .footer_zero {
  padding: 40px 0 30px;
}
@media screen and (max-width: 520px) {
  #global-footer .footer_zero {
    margin-bottom: 0;
    padding: 0;
  }
}
#global-footer .footer_zero .zero {
  text-align: center;
  position: relative;
  top: -32px;
}
@media screen and (max-width: 520px) {
  #global-footer .footer_zero .zero img {
    width: 45px;
    display: none;
  }
}
#global-footer .footer_zero .desc {
  font-family: vdl-v7gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 1;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 520px) {
  #global-footer .footer_zero .desc {
    top: 0;
    padding: 40px 0;
  }
}
#global-footer .footer_zero .desc span {
  font-family: vdl-v7gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #CFB174;
  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: block;
}
#global-footer .footer_content .navi_content .logo_f {
  width: 12%;
  margin: 0 auto 30px;
}
@media screen and (max-width: 520px) {
  #global-footer .footer_content .navi_content .logo_f {
    width: 25%;
    margin: 0 auto 60px;
  }
}
#global-footer .footer_content .navi_content .logo_f img {
  width: 100%;
}
#global-footer .footer_content .navi_content .footer_info .fnavi_wrap {
  margin-bottom: 18px;
}
@media screen and (max-width: 520px) {
  #global-footer .footer_content .navi_content .footer_info .fnavi_wrap {
    display: none;
  }
}
#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: #CFB174;
  font-size: 1.7rem;
  letter-spacing: 0.18em;
}
@media screen and (max-width: 520px) {
  #global-footer .footer_content .navi_content .footer_info .fnavi_wrap .gf_list li a span.en {
    font-size: 1.3rem;
  }
}
#global-footer .footer_content .navi_content .footer_info .fnavi_wrap .gf_list li a span.ja {
  color: #0A0A0A;
  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: #232323;
  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: #232323;
  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 #232323;
}
#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: #b4264c;
}
#global-footer .footer_content .navi_content .footer_info .fnavi_wrap .construction_list a span {
  color: #565656;
  font-size: 1.6rem;
  display: inline-block;
  width: 100%;
}
#global-footer .footer_content .navi_content .footer_info .company_info {
  color: #0A0A0A;
  font-size: 1.2rem;
  margin-bottom: 4px;
  text-align: center;
}
#global-footer .footer_content .navi_content .footer_info .copy_small {
  width: 100%;
  text-align: center;
}
#global-footer .footer_content .navi_content .footer_info .copy_small small {
  font-size: 1.2rem;
  color: #0A0A0A;
}

#global-footer {
  background: #fff;
}

#global-header {
  background: transparent !important;
}
#global-header h1.logo {
  visibility: hidden !important;
}

#drawer-area {
  background: #CFB174 !important;
  width: 83px !important;
  height: 62px !important;
}
@media screen and (max-width: 520px) {
  #drawer-area {
    width: 65px !important;
    height: 58px !important;
  }
}

@media screen and (max-width: 520px) {
  #gmenu-icon {
    right: 14px;
  }
}
#gmenu-icon.active {
  right: 14px !important;
}

@media screen and (max-width: 520px) {
  #drawer ul.d-main li a .en {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 520px) {
  #drawer ul.d-main li a .ja {
    color: #fff;
  }
}

.content_bar {
  background: #CFB174;
  padding: 10px 0;
  text-align: center;
  border-bottom: 3px solid #1a1a1a;
}
.content_bar p {
  font-family: vdl-v7gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
}
.content_bar .txt1 {
  color: #fff;
  font-size: 2.4rem;
  margin-bottom: 8px;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 520px) {
  .content_bar .txt1 {
    font-size: 1.8rem;
  }
}
.content_bar .txt2 {
  color: #0A0A0A;
  font-size: 1.7rem;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 520px) {
  .content_bar .txt2 {
    font-size: 1.4rem;
  }
}

.feature_news {
  min-height: 180vh;
  background: url(../images/top_content_bg.webp) no-repeat center;
  background-size: cover;
}

#top_feature .inner {
  width: 100%;
}
@media screen and (max-width: 520px) {
  #top_feature .inner {
    min-height: 130svh;
  }
}
#top_feature .inner h2 {
  padding-top: 140px;
  text-align: center;
  font-size: 5.4rem;
  color: #0A0A0A;
  font-family: vdl-v7gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media screen and (max-width: 520px) {
  #top_feature .inner h2 {
    font-size: 3.2rem;
  }
}
#top_feature .content {
  padding-top: 10vh;
}
#top_feature .content .box {
  margin-bottom: 70px;
  position: relative;
  top: 40px;
  opacity: 0;
  transition: all 0.75s ease-out 0.35s;
}
#top_feature .content .box.show {
  top: 0;
  opacity: 1;
}
#top_feature .content .box .title {
  text-align: center;
  margin-bottom: 45px;
}
#top_feature .content .box .title span {
  line-height: 1;
  display: inline-block;
  font-size: 4rem;
  color: #0A0A0A;
  font-family: vdl-v7gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  padding: 25px 60px;
  border-radius: 2em;
  border: 2px solid #0A0A0A;
}
@media screen and (max-width: 520px) {
  #top_feature .content .box .title span {
    font-size: 2.8rem;
    padding: 12px 30px;
  }
}
#top_feature .content .box .txt {
  text-align: center;
  color: #0A0A0A;
  font-size: 2.8rem;
  font-family: vdl-v7gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.8;
  margin-bottom: 28px;
}
@media screen and (max-width: 520px) {
  #top_feature .content .box .txt {
    font-size: 1.8rem;
  }
}

#works {
  background-color: #ffffff;
  min-height: 400px;
  padding: 40px 0;
}
#works .desc_wrap {
  text-align: center;
  margin-bottom: 24px;
}
#works .desc_wrap .main_desc {
  font-size: 4.2rem;
  font-weight: bold;
  color: #0A0A0A;
}
@media screen and (max-width: 520px) {
  #works .desc_wrap .main_desc {
    font-size: 2.8rem;
  }
}
#works .desc_wrap .main_desc span {
  font-size: 4.2rem;
  font-weight: bold;
  color: #d5a950;
}
@media screen and (max-width: 520px) {
  #works .desc_wrap .main_desc span {
    font-size: 2.8rem;
  }
}
#works .desc_wrap .annotation {
  font-size: 1.6rem;
}
#works .construction_list {
  width: 1200px;
  margin: 0 auto 20px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  column-gap: 10px;
}
@media screen and (max-width: 1280px) {
  #works .construction_list {
    width: 90%;
  }
}
@media screen and (max-width: 520px) {
  #works .construction_list {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    row-gap: 5px;
  }
}
#works .construction_list li {
  font-size: 2rem;
  font-weight: bold;
  box-sizing: border-box;
  padding: 5px 10px 4px;
  border: 1px solid #CFB174;
  color: #CFB174;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 520px) {
  #works .construction_list li {
    font-size: 1.4rem;
    border-radius: 3px;
  }
}
#works .works_attention_pic {
  width: 1200px;
  margin: 0 auto 30px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  column-gap: 5px;
  row-gap: 5px;
}
@media screen and (max-width: 1280px) {
  #works .works_attention_pic {
    width: 90%;
    column-gap: 20px;
    row-gap: 10px;
  }
}
@media screen and (max-width: 520px) {
  #works .works_attention_pic {
    display: block;
  }
}
#works .works_attention_pic .box {
  padding: 0 5px 10px;
  position: relative;
  top: 40px;
  opacity: 0;
  transition: all 0.75s ease-in-out 0.35s;
}
#works .works_attention_pic .box:nth-child(2) {
  grid-column: 2/5;
}
@media screen and (max-width: 520px) {
  #works .works_attention_pic .box:nth-child(2) {
    display: none;
  }
}
@media screen and (max-width: 520px) {
  #works .works_attention_pic .box {
    width: 100%;
  }
}
#works .works_attention_pic .box.show {
  top: 0;
  opacity: 1;
}
#works .works_attention_pic .box img {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
  object-fit: cover;
  position: relative;
  z-index: 1;
}
#works .works_pic {
  width: 1200px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 1280px) {
  #works .works_pic {
    width: 90%;
  }
}
@media screen and (max-width: 520px) {
  #works .works_pic {
    grid-template-columns: 1fr 1fr;
  }
}
#works .works_pic .pic {
  width: 100%;
  height: 100%;
  position: relative;
}
#works .works_pic .pic img {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
  object-fit: cover;
  position: relative;
  z-index: 1;
  opacity: 0.8;
}
#works .works_pic .pic::before {
  content: url(../images/icon/icon_works_overlay.svg);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.55);
  display: grid;
  place-items: center;
}
#works .btnarea {
  text-align: center;
}
#works .btnarea a {
  display: inline-block;
  padding: 10px 26px;
  font-family: vdl-v7gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8rem;
  border: 1px solid #0A0A0A;
  transition: all 0.7s ease;
}
#works .btnarea a:hover {
  background: #0A0A0A;
  color: white;
}

#company {
  padding: 26px 0;
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  #company {
    width: 95%;
  }
}
#company .main_piclist {
  display: grid;
  grid-template-columns: 18.5% 18.5% 18.5% 18.5% 18.5%;
  column-gap: 1.875%;
}
#company .main_piclist .mainpic img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  object-fit: cover;
  filter: grayscale(100%);
}
#company .txtlist {
  width: 100%;
  margin: 0 auto;
  padding: 14px 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #company .txtlist {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 10px;
  }
}
@media screen and (max-width: 520px) {
  #company .txtlist {
    display: block;
    background: #c44d6d;
    padding: 0;
  }
}
#company .txtlist .txtbox {
  text-align: center;
}
@media screen and (max-width: 520px) {
  #company .txtlist .txtbox {
    width: 55%;
    padding: 6px 2.5%;
    background: #0A0A0A;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  #company .txtlist .txtbox img {
    width: 100%;
  }
}
#company .txtlist .txtbox:nth-child(1) {
  padding-bottom: 10px;
}
#company .txtlist .txtbox:nth-child(2) {
  padding-bottom: 10px;
}
#company .txtlist .txtbox:nth-child(odd) img {
  width: 95%;
  height: auto;
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  #company .txtlist .txtbox:nth-child(odd) img {
    width: 100%;
  }
}
#company .sub_piclist {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  column-gap: 10px;
}
@media screen and (max-width: 520px) {
  #company .sub_piclist {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    row-gap: 5px;
  }
}
#company .sub_piclist img {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
  object-fit: cover;
  filter: grayscale(100%);
}

#news {
  padding: 40px 0;
  position: relative;
  top: 40px;
  opacity: 0;
  transition: all 0.75s ease-out 0.35s;
}
#news.show {
  top: 0;
  opacity: 1;
}
#news .content_title {
  text-align: center;
  margin-bottom: 24px;
}
#news .content_title h2 {
  font-size: 5.6rem;
  font-weight: bold;
  color: white;
  line-height: 1;
}
@media screen and (max-width: 520px) {
  #news .content_title h2 {
    font-size: 3.8rem;
  }
}
#news .content_title p {
  color: #0A0A0A;
  font-size: 2.1rem;
}
@media screen and (max-width: 520px) {
  #news .content_title p {
    font-size: 1.8rem;
  }
}
#news .news_inner {
  width: 1200px;
  margin: 0 auto 32px;
}
@media screen and (max-width: 1280px) {
  #news .news_inner {
    width: 95%;
  }
}
@media screen and (max-width: 520px) {
  #news .news_inner {
    display: block;
  }
}
#news .news_inner .news {
  padding: 14px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid #dcdcdc;
  cursor: pointer;
  transition: all 0.15s ease;
}
@media screen and (max-width: 520px) {
  #news .news_inner .news {
    display: block;
  }
}
#news .news_inner .news:hover {
  background: #efefef;
}
#news .news_inner .news:hover time {
  transition: all 0.15s ease;
  color: #1a1a1a !important;
}
#news .news_inner .news:hover .title {
  transition: all 0.15s ease;
  color: #1a1a1a !important;
}
#news .news_inner .news > span, #news .news_inner .news > time {
  display: inline-block;
}
#news .news_inner .news time {
  color: #fff !important;
  font-size: 1.5rem;
  font-family: vdl-v7gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-right: 15px;
  width: 180px;
}
@media screen and (max-width: 520px) {
  #news .news_inner .news time {
    font-size: 1.3rem;
  }
}
#news .news_inner .news .title {
  color: #fff !important;
  font-size: 1.5rem;
}
@media screen and (max-width: 520px) {
  #news .news_inner .news .title {
    width: 100%;
  }
}
#news .btnarea {
  text-align: center;
}
#news .btnarea a {
  display: inline-block;
  padding: 10px 26px;
  font-family: vdl-v7gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8rem;
  border: 1px solid #fff;
  color: #fff;
  transition: all 0.7s ease;
}
#news .btnarea a:hover {
  background: #fff;
  color: #1a1a1a;
}

#cta {
  position: relative;
  min-height: 400px;
  background: url(../images/footer/cta_top_bg.png) no-repeat center;
  background-size: cover;
  padding: 40px 0;
}
#cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
#cta .cta_header {
  margin-bottom: 40px;
  position: relative;
  z-index: 10;
}
@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: 7rem;
  line-height: 1;
}
@media screen and (max-width: 520px) {
  #cta .cta_header h2 span {
    font-size: 4.2rem;
  }
}
#cta .cta_header h2 span::before, #cta .cta_header h2 span::after {
  display: none;
}
#cta .inner {
  width: 75%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  position: relative;
  z-index: 15;
}
@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;
  text-align: center;
}
@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;
  background: rgba(0, 0, 0, 0.4);
  border: none;
  outline: none;
  transition: all 0.2s ease;
}
#cta .inner .cta_left a:hover {
  background-color: #CFB174;
}
#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: #CFB174;
  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_left a span.btntxt {
    font-size: 1.8rem;
  }
}
#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: #fff;
  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: center;
}
@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: none;
  background: rgba(0, 0, 0, 0.4);
  transition: all 0.6s ease;
}
#cta .inner .cta_right a:hover {
  background-color: #82be96;
}
#cta .inner .cta_right a:hover span.btntxt {
  color: #fff;
}
#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: #82be96;
  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: 1.8rem;
  }
}
#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;
  }
}

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