@charset "UTF-8";

/* 20250724 h1設定 */
.top-h1ttl {
  position: absolute;
  left: 50%;
  top: 60%;
  z-index: 2;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 12px;
  padding: 0 16px;
}
.top-h1ttl-br1280 {
  display: none;
}
@media (min-width: 768px) {
  .top-h1ttl {
    top: 58%;
    max-width: 410px;
  }
}
@media (min-width: 1024px) {
  .top-h1ttl-br1280 {
    display: inline;
  }
}
@media (min-width: 1280px) {
  .top-h1ttl {
    top: 60%;
    font-size: 14px;
  }
}

/* 20250724 footer 会社情報 */
.footer-logo.footer-logo-wset {
  width: 200px;
}
.footer-logo-img {
  width: 200px;
}
.f-company-info-grp {
  color: #fff;
  font-size: 14px;
  padding-top: 16px;
}
.f-company-info-item {
  line-height: 22px;
  margin-bottom: 6px;
}
@media (min-width: 768px) {
  .footer-logo.footer-logo-wset {
    width: 300px;
  }
  .footer-logo-img {
    width: 140px;
  }
}

/* 20250828 外国人サンタクロース派遣ページ */
@media (min-width: 768px) {
  .service-dispatch-list {
    grid-gap: 24px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .service-performer-list {
    grid-gap: 50px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.service-dispatch-list {
  max-width: 1200px;
  margin: auto;
}
.service-dispatch-wrap {
  margin-bottom: 24px;
}
.service-dispatch-information {
  font-size: 14px;
  margin-top: 10px;
}
.service-dispatch-information .head-line {
  font-weight: bold;
}
.service-performer-list {
  max-width: 1200px;
  margin: auto;
}
.service-performer-wrap {
  margin-bottom: 24px;
}
.service-performer-body {
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, .08);
  display: flex;
  background-color: #fff;
}
.service-performer-thumbnail {
  flex-shrink: 0;
  width: 60%
}
.service-performer-thumbnail img {
  aspect-ratio: 4/5;
  -o-object-fit: cover;
  object-fit: cover
}
.service-performer-headline {
  font-weight: 800
}
.service-performer-text {
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: center;
  padding-inline: 8px;
  width: 40%
}
.service-performer-information {
  font-size: 14px;
  font-family: "Noto Serif JP", serif;
}
.service-performer-information p {
  display: flex
}
.service-performer-information p:before {
  background-color: #000;
  border-radius: 50%;
  content: "";
  display: block;
  flex-shrink: 0;
  height: 4px;
  margin-right: 8px;
  margin-top: 11px;
  width: 4px
}

/* 20250828 メニューレイアウト調整 */
.menu-middle .menu-minuscule a {
  font-size: 0.8rem;
}
.menu-middle .menu-minuscule a:after {
  width: 40px;
}
@media (min-width: 1280px) {
  .menu-middle .menu-minuscule a {
    font-size: 20px !important;
    margin-left: 10px;
  }
}