@charset "UTF-8";
/*===================
mv
=================== */
.pagevisual {
  background: url("../img/mv.webp") no-repeat center/cover;
}

/* 準備中 */
.jyunbi{
  border: 1px solid var(--main-color);
  max-width: 1024px;
  width: 90%;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 120px auto;
  font-size: 5rem;
  text-align: center;
  flex-direction: column;
  span{
    font-size: 2rem;
  }
  @media screen and (max-width: 767px) {
    height: 120px;
    margin: 60px auto;
    font-size: 2.8rem;
    span {
      font-size: 1.4rem;
    }
  }
}/* 準備中 */



.rec_sec {
  padding: 80px 0 104px;
  @media screen and (max-width: 767px) {
    padding: 64px 0 80px;
  }
}
.rec_inner {
  width: 90%;
  max-width: 1024px;
  margin: 0 auto;
  h3 {
    font-size: 2.4rem;
    letter-spacing: 0.96px;
    margin: 50px 0;
    color: var(--main-color);
    span {
      padding-bottom: 10px;
      border-bottom: 1px solid var(--main-color);
    }
  }
  @media screen and (max-width: 767px) {
    h3 {
      font-size: 2rem;
      letter-spacing: 0.48px;
      margin: 36px 0;
    }
  }
}
.rec_inner .common_title {
  text-align: center;
  line-height: 1.2;
  .en_title {
    text-transform: uppercase;
  }
  & + p.bold {
    font-size: 2.4rem;
    letter-spacing: 0.96px;
  }
  @media screen and (max-width: 767px) {
    & + p.bold {
      font-size: 2rem;
      letter-spacing: 0.48px;
      margin-top: 28px;
    }
  }
}

.company_table_dl{
  display: flex;
  flex-wrap: wrap;
  dt {
    width: 180px;
    border-bottom: 1px solid #1D2959;
    margin-right: 30px;
    padding: 25px 0;
    text-align: center;
    &:first-of-type {
      border-top: 1px solid #1D2959;
    }
  }
  dd {
    width: calc(100% - 210px);
    border-bottom: 1px solid #1D2959;
    padding: 25px 0;
    &:first-of-type {
      border-top: 1px solid #1D2959;
    }
  }
  span.indent {
    display: block;
  }
  @media screen and (max-width: 767px) {
    dt {
      width: 100%;
      border-bottom: 1px solid #1D2959;
      margin-right: 0;
      padding: 14px 0;
    }
    dd {
      width: 100%;
      &:first-of-type {
        border-top: none;
      }
    }
  }
}