@charset "UTF-8";

/*=======================================================
共通
=======================================================*/
.ly_cont_inner {
    width: 1000px;
    margin: auto;
}
.sp {
    display: none;
}
@media screen and (max-width: 480px) {
  .ly_cont_inner {
      width: 92%;
  }
  .sp {
    display: inline;
  }
}
/*=======================================================
header
=======================================================*/
.header {
    background-color: #111111;
}
.header img {
    background-color: #FFFFFF;
}
@media screen and (max-width: 480px) {
  .header {
    background-color: #FFFFFF;
  }
  #hamburger .btn-gNav span {
    background: #111111;
  }
  .change-color {
    background: #000;
  }
  .change-color #hamburger .btn-gNav span {
    background: #FFFFFF;
  }
}
/*=======================================================
mv
=======================================================*/
.bl_mv {
    height: 460px;
    background: url(../img/mv_bg.svg) top center/cover no-repeat;
}
.el_mv_ttl {
    padding-top: 192px;
    font-size: 28px;
    letter-spacing: 1.12px;
    line-height: 1.6em;
    font-weight: bold;
    margin-bottom: 16px;
}
.el_mv_ttl > img {
    width: 130px;
}
.el_mv_ttl span {
    display: block;
    position: relative;
}
.el_mv_ttl span::after {
    position: absolute;
    content: "";
    width: 500px;
    height: 1px;
    border-bottom: 1px solid #BC000F;
    bottom: -8px;
    left: 0;
}
.el_mv_txt {
    font-size: 28px;
    letter-spacing: 1.12px;
    line-height: 1.6em;
    font-weight: bold;
}
@media screen and (max-width: 480px) {
  .bl_mv {
    margin-top: 52px;
    height: 420px;
    background: url(../img/mv_bg_sp.svg) top center/cover no-repeat;
  }
  .el_mv_ttl {
    padding-top: 144px;
    font-size: 17px;
    text-align: center;
    margin-bottom: 32px;
  }
  .el_mv_ttl > img {
    width: 164px;
  }
  .el_mv_ttl span {
    padding-top: 24px;
  }
  .el_mv_ttl span::after {
    width: 100%;
    bottom: -16px;
    left: 0;
  }
  .el_mv_txt {
    font-size: 14px;
    text-align: center;
  }
}
/*=======================================================
company
=======================================================*/
.bl_company {
    padding: 80px 0;
}
.bl_company_def {
    border: 1px solid #121212;
    padding: 65px 40px 72px;
}
.bl_company_dwrap {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #D6D6D6;
    padding: 16px 0;
}
.bl_company_dwrap:first-of-type {
    padding-top: 0;
}
.bl_company_dwrap:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
}
.bl_company_dttl {
    flex: 0 1 230px;
}
.bl_company_ditem {
    flex: 1;
}
@media screen and (max-width: 480px) {
  .bl_company {
      padding: 48px 0 80px;
  }
  .bl_company_def {
      padding: 48px 16px 64px;
  }
  .bl_company_dwrap {
      border-width: 2px;
      padding: 24px 0;
  }
  .bl_company_dttl {
      flex: 0 1 96px;
  }
  .bl_company_list {
      gap: 64px;
  }
  .bl_company_item {
      width: 100%;
  }
}