@charset "UTF-8";
/*===================
mv
=================== */
.pagevisual {
  background: url("../img/mv.webp") no-repeat center/cover;
}

.common_title{
  text-align: center;
}

.company_inner{
  max-width: 1024px;
  width: 100%;
  margin: auto;
  padding: 80px 0;
}
.company_box{
  margin-top: 100px;
}
.company_box:first-child{
  margin-top: 0;
}
.company_dl_box{
  margin-top: 35px;
}
.company_table_dl{
  display: flex;
  flex-wrap: wrap;
}
.company_table_dl dt{
  width: 180px;
  border-bottom: 1px solid #1D2959;
  margin-right: 30px;
  padding: 25px 0;
  text-align: center;
}
.company_table_dl dd {
  width: calc(100% - 210px);
  border-bottom: 1px solid #1D2959;
  padding: 25px 0;
  &.dd_flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
  }
  @media screen and (max-width: 767px) {
    &.dd_flex {
      flex-direction: column;
      iframe {
        width: 100%;
      }
    }
  }
}
.company_tbl dt::before, .company_tbl dd::before {
  content: "";
  display: block;
  position: absolute;
  left: auto;
  top: auto;
  width: 100%;
  height: 1px;
  bottom: -2px;
  background-color: #ccc;
}

@media screen and (max-width: 767px) {
  .company_inner{
    padding: 46px 5%;
  }
  .company_box {
    margin-top: 60px;
  }
  .company_dl_box {
    margin-top: 25px;
  }
  .company_table_dl dt {
    width: 100%;
    border-bottom: 1px solid #1D2959;
    margin-right: 0;
    padding: 14px 0;
  }
  .company_table_dl dd{
    width: 100%;
  }

}

