@charset "UTF-8";
.dmc_bnr {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1180px;
  padding: 0 40px;
  margin: auto;
  margin-bottom: auto;
}
.dmc_bnr img {
  width: 100%;
}

/* 2022-12-09 SPサブメニュー表示 ----*/
@media only screen and (max-width: 812px) {
  .str_header .sub_nav {
    padding-bottom: 100px;
  }
  .str_header .sub_nav > li {
    margin-bottom: 10px;
  }
  .str_header .sub_nav > li._recruit,
  .str_header .sub_nav > li._ir,
  .str_header .sub_nav > li._contact {
    display: block;
    flex-basis: auto;
    margin-right: 40px;
    margin-bottom: 20px;
  }
}

/* 2022-12-16 フッター修正 ----*/
.str_footer .sitemap_02 .dmc_inner {
  display: block !important;
}
.str_footer .sitemap_02 .copyright {
  text-align: right !important;
}

/* 2022-12-21 フッター表示修正 ----*/
@media only screen and (min-width: 812px) and (max-width: 1145px) {
  .str_footer .sitemap_02 .utility_nav > li {
    margin-right: 8px !important;
  }

  .str_footer .sitemap_02 .utility_nav > li a {
    display: inline-block;
    position: relative;
    padding-left: 10px !important;
    font-size: 1.2rem;
    color: #acacac;
  }
}

/* 2025-11-27 ヘッダーの修正 ----*/
.str_header .sub_nav > li._recruit > a::before,
.str_header .sub_nav > li._ir > a::before {
  width: initial;
  height: initial;
  margin: 0;
  background-image: none;
}

/* 2025-11-27 ピックアップ非表示 ----*/
._top .top_box_01 {
  display: none;
}
