@charset "UTF-8";

/* ===== */
.inner.flex5 {
  flex-direction: column;
  margin: var(--half-padding);
}
/* ===== */

/* top mv 768px start */
.mv {
  height: 70vh;
  text-align: center;
  background-image: url(../../images/sn/top-banner-m.jpg);
  background-size: cover;
  vertical-align: middle;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
}
/* top mv 768px end */

/* lower mv 768 start */
.lower-mv {
  height: 50vh;
}
/* lower mv 768 end */

/* contact banner 768px start */
.top-news .inner {
  flex-direction: column;
  gap: 0;
}

.contactbnr__wrapper {
  flex-direction: column;
}

.contactbnr__tel {
  border-right: none;
  border-bottom: 1px solid #fff;
}

.contactbnr__desc--large {
  font-size: 24px;
}
/* contact banner 768px end */

/* company sub - 768px start */

/* company sub - 768px end */

/* contact form */
.contact-form {
  max-width: 500px;
  margin: 0 auto;
}

.contact-form__item {
  flex-direction: column;
}

#mailformpro .contact-form__item dt,
#mailformpro .contact-form__item dd {
  width: 100%;
}

@media (max-width: 576px) {
  .top-news__link {
    flex-direction: column;
    align-items: flex-start;
  }

  .sub-company__profile dt {
    float: unset;
    width: 100%;
  }

  .sub-company__profile dd {
    margin-left: 0;
    border-bottom: solid 1px;
    margin-bottom: 20px;
  }

  .sub-company__profile dt, dd {
    padding: 10px 0;
  }

  .sub-company__profile dt.sp {
    display: none;
  }
}

td.l_cell {
    padding-bottom: 5%;
    width: 150px;
}

.sub-mv__text .jp {
    font-size: 30px;
    font-family: var(--font-family-2);
    text-align: center;
}

.section__ttlbox {
    margin-bottom: 0px;
}