@charset "utf-8";

/* J's OSAKA 出勤ページ専用 */
.shift-page {
  min-width: 0;
  background: #000;
  color: #fff;
}

.shift-page .header {
  position: relative;
  z-index: 10;
}

.shift-main {
  padding: 42px 18px 64px;
  background: #080808;
}

.shift-shell {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.shift-topicpath {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 30px;
  color: #8f8f8f;
  font-size: 12px;
}

.shift-topicpath a {
  color: #c9c9c9;
}

.shift-heading {
  margin-bottom: 30px;
  text-align: center;
}

.shift-heading__en {
  margin: 0 0 7px;
  color: #e6002d;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .2em;
}

.shift-heading h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.35;
}

.shift-heading > p:last-child {
  margin: 13px 0 0;
  color: #c7c7c7;
  font-size: 15px;
  line-height: 1.8;
}

.shift-calendar-frame {
  overflow: hidden;
  border: 1px solid #2d2d2d;
  border-radius: 16px;
  background: #131313;
  box-shadow: 0 18px 48px rgba(0, 0, 0, .4);
}

.shift-calendar-frame iframe {
  display: block;
  width: 100%;
  height: 1120px;
  border: 0;
  background: #131313;
}

.shift-note {
  margin: 16px 4px 0;
  color: #929292;
  font-size: 12px;
  line-height: 1.7;
  text-align: center;
}

.shift-footer {
  padding: 28px 16px;
  border-top: 1px solid #222;
  background: #000;
  color: #777;
  font-size: 11px;
  text-align: center;
}

.shift-footer p {
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .shift-main {
    padding: 24px 10px 42px;
  }

  .shift-topicpath {
    margin: 0 5px 22px;
    font-size: 11px;
  }

  .shift-heading {
    margin-bottom: 22px;
    padding: 0 8px;
  }

  .shift-heading__en {
    font-size: 10px;
  }

  .shift-heading h1 {
    font-size: 27px;
  }

  .shift-heading > p:last-child {
    font-size: 13px;
  }

  .shift-calendar-frame {
    border-radius: 12px;
  }

  .shift-calendar-frame iframe {
    height: 2500px;
  }

  .shift-note {
    padding: 0 8px;
    text-align: left;
  }
}
