@media screen and (max-width: 768px) {
  table.uk-table.uk-table-divider tbody tr th,
table.uk-table.uk-table-divider tbody tr td {
    display: block;
    line-height: 1.5;
  }
}
@media screen and (max-width: 768px) {
  table.uk-table.uk-table-divider tbody tr th {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  table.uk-table.uk-table-divider tbody tr td {
    padding-top: 0.5em;
  }
}

/*============================
#mv
============================*/
#mv {
  margin-top: 93px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #mv {
    margin-top: 65px;
  }
}
#mv figure {
  margin: 0;
  padding: 0 0 0 6.25vw;
}
@media screen and (max-width: 768px) {
  #mv figure {
    aspect-ratio: 3/2;
    padding-left: 20px;
  }
}
#mv figure img {
  border-radius: 3.125vw 0 0 3.125vw;
}
@media screen and (max-width: 768px) {
  #mv figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 55% center;
    border-radius: 20px 0 0 20px;
  }
}
#mv p {
  font-family: "Noto Serif JP", serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-weight: 500;
  font-size: 3.90625vw;
  line-height: 1.4;
  text-align: left;
  color: #fff;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.49);
  margin: 0;
  padding: 0;
  position: absolute;
  left: 13.515625vw;
  top: 12.109375vw;
}
@media screen and (max-width: 400px) {
  #mv p {
    font-size: 20px;
    left: 30px;
    top: 40px;
  }
}
#mv::before {
  content: "";
  display: block;
  width: 29.453125vw;
  position: absolute;
  left: -11.640625vw;
  top: -6.796875vw;
  aspect-ratio: 377/708;
  background: url(./img/home-ribon-1.svg) no-repeat left top;
  background-size: cover;
}
@media screen and (max-width: 400px) {
  #mv::before {
    width: 120px;
  }
}

/*============================
#company
============================*/
#company {
  position: relative;
}
#company::before {
  content: "";
  display: block;
  width: 47.734375vw;
  position: absolute;
  right: -9.375vw;
  top: -16.171875vw;
  aspect-ratio: 611/1148;
  background: url(./img/home-ribon-2.svg) no-repeat left top;
  background-size: cover;
}
#company div.uk-container {
  position: relative;
}

/*============================
#recruiting
============================*/
#recruiting {
  padding-left: 6.25vw;
  padding-right: 6.25vw;
  position: relative;
}
#recruiting .flex {
  align-items: flex-end;
  gap: 3.90625vw;
  margin-bottom: 30px;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  #recruiting .flex {
    margin-bottom: 20px;
  }
}
#recruiting .flex .ttl1 {
  margin: 0;
}
#recruiting .flex div p {
  margin: 0;
}
@media screen and (max-width: 1000px) {
  #recruiting .flex div p {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  #recruiting .flex div .uk-button {
    font-size: 12px;
  }
}
#recruiting figure {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1024px) {
  #recruiting figure {
    padding-top: 3.90625vw;
  }
}
@media screen and (max-width: 768px) {
  #recruiting figure {
    padding-top: 0;
  }
}
#recruiting figure img {
  border-radius: 3.125vw;
}
@media screen and (max-width: 768px) {
  #recruiting figure img {
    border-radius: 2.6666666667vw;
  }
}

/*============================
#news
============================*/
#news {
  position: relative;
  padding-bottom: 150px;
}
#news::before {
  content: "";
  display: block;
  width: 825px;
  position: absolute;
  right: -117px;
  bottom: 0;
  aspect-ratio: 825/660;
  background: url(./img/home-ribon-3.svg) no-repeat left top;
  background-size: cover;
  opacity: 0.16;
}
@media screen and (max-width: 768px) {
  #news::before {
    width: 110%;
    right: -30%;
  }
}
#news .uk-container {
  position: relative;
}