/**
 * ============================================================
 * 1330：施設外就労
 * /offsite-work/
 * ============================================================
 *
 * 共通CSS：
 * - foundation.css
 * - components.css
 * - business-common.css
 *
 * このファイルには、
 * /offsite-work/ で実際に使用する
 * ページ固有CSSのみ追加します。
 */


body::after {
  content: "BUSINESS OFFSITE WORK OK";
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999999;
  padding: 8px 16px;
  background: blue;
  color: white;
  font-size: 14px;
  font-weight: bold;
}
```css
/* =========================================================
   1330 / OFFSITE WORK
========================================================= */


/* ---------------------------------------------------------
   01 HERO
--------------------------------------------------------- */

.offsite-hero {
  position: relative;
  overflow: hidden;
  padding: 72px 0 56px;
}

.offsite-hero__columns {
  align-items: center;
  gap: clamp(32px, 5vw, 72px);
}

.offsite-hero__content {
  position: relative;
  z-index: 2;
}

.offsite-hero__label {
  margin: 0 0 14px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: var(--business-gold, #b28f00);
}

.offsite-hero__title {
  margin: 0;
  font-size: clamp(36px, 4.2vw, 58px);
  line-height: 1.35;
  letter-spacing: 0.02em;
  color: var(--business-dark, #332923);
}

.offsite-hero__catch {
  margin: 28px 0 0;
  font-size: clamp(20px, 2vw, 27px);
  line-height: 1.7;
  font-weight: 600;
  color: var(--business-burgundy, #74353c);
}

.offsite-hero__text {
  margin: 12px 0 0;
  font-size: 16px;
  line-height: 2;
}

.offsite-hero__buttons {
  margin-top: 32px;
  gap: 14px;
}

.offsite-hero__visual {
  position: relative;
}

.offsite-hero__image {
  margin: 0;
  position: relative;
  width: calc(100% + 7vw);
  max-width: none;
}

.offsite-hero__image img {
  width: 100%;
  aspect-ratio: 16 / 11;
  object-fit: cover;
  border-radius: 26px 0 0 26px;
  display: block;
}

.offsite-hero__photo-label {
  position: absolute;
  right: 24px;
  bottom: 22px;
  margin: 0;
  padding: 10px 18px;
  background: rgba(255,255,255,.92);
  font-size: 13px;
  letter-spacing: 0.08em;
  font-weight: 600;
}


/* ---------------------------------------------------------
   02 ABOUT / SCHEME
--------------------------------------------------------- */

.offsite-about__split {
  margin-top: 48px;
}

.offsite-scheme {
  margin-top: 56px;
}

.offsite-scheme__grid {
  align-items: stretch;
  gap: 12px;
}

.offsite-scheme__item {
  height: 100%;
  padding: 26px 22px;
  border: 1px solid rgba(51,41,35,.14);
  background: #fff;
  text-align: center;
}

.offsite-scheme__item--main {
  background: var(--business-dark, #332923);
  color: #fff;
}

.offsite-scheme__label {
  margin: 0 0 8px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .16em;
  color: var(--business-gold, #b28f00);
}

.offsite-scheme__item--main .offsite-scheme__label {
  color: #d8be72;
}

.offsite-scheme__title {
  margin: 0;
  font-size: 22px;
}

.offsite-scheme__text {
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 1.8;
}

.offsite-scheme__arrow {
  margin: 0;
  font-size: 28px;
  color: var(--business-gold, #b28f00);
}


/* ---------------------------------------------------------
   03 CHALLENGES
--------------------------------------------------------- */

.offsite-challenges-bg {
  padding-top: 72px;
  padding-bottom: 72px;
}

.offsite-challenges__message {
  margin: 44px auto 0;
  max-width: 820px;
  font-size: 16px;
  line-height: 2;
}


/* ---------------------------------------------------------
   04 WORK EXAMPLES
--------------------------------------------------------- */

.offsite-work-gallery {
  margin-top: 56px;
}

.offsite-work-gallery__grid {
  gap: 26px;
  align-items: flex-start;
}

.offsite-work-gallery__column {
  position: relative;
}

.offsite-work-gallery__column--02 {
  transform: translateY(34px);
}

.offsite-work-gallery__column--03 {
  transform: translateY(-14px);
}

.offsite-work-photo {
  margin: 0;
  overflow: hidden;
  border-radius: 18px;
}

.offsite-work-photo img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform .4s ease;
}

.offsite-work-gallery__column:hover .offsite-work-photo img {
  transform: scale(1.025);
}

.offsite-work-photo__number {
  margin: 18px 0 5px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .16em;
  color: var(--business-gold, #b28f00);
}

.offsite-work-photo__title {
  margin: 0;
  font-size: 22px;
  line-height: 1.5;
}

.offsite-work-photo__text {
  margin: 10px 0 0;
  font-size: 15px;
  line-height: 1.9;
}

.offsite-work-list {
  margin-top: 78px;
}

.offsite-work-list__intro {
  margin-bottom: 26px;
}

.offsite-work-list__grid {
  gap: 12px;
}

.offsite-work-list__item {
  margin: 0;
  padding: 15px 12px;
  background: #f7f3eb;
  border-left: 3px solid var(--business-gold, #b28f00);
  font-size: 14px;
  font-weight: 600;
}

.offsite-work-list__note {
  margin: 24px 0 0;
  font-size: 13px;
  line-height: 1.8;
  opacity: .78;
}


/* ---------------------------------------------------------
   05 SUPPORT STAFF
--------------------------------------------------------- */

.offsite-support-bg {
  padding-top: 80px;
  padding-bottom: 84px;
}

.offsite-support-map {
  position: relative;
  max-width: 980px;
  min-height: 690px;
  margin: 62px auto 0;
}

.offsite-support-map__center {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(44%, 430px);
  transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
}

.offsite-support-map__image {
  margin: 0;
}

.offsite-support-map__image img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 28px;
  box-shadow: 0 22px 60px rgba(0,0,0,.18);
}

.offsite-support-map__caption {
  margin: 14px 0 0;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .08em;
}

.offsite-support-map__item {
  position: absolute;
  width: min(30%, 270px);
  padding: 22px 20px;
  background: rgba(255,255,255,.96);
  color: #332923;
  box-shadow: 0 12px 36px rgba(0,0,0,.10);
}

.offsite-support-map__item--top {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.offsite-support-map__item--left {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.offsite-support-map__item--right {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.offsite-support-map__item--bottom {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.offsite-support-map__number {
  margin: 0 0 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
  color: var(--business-gold, #b28f00);
}

.offsite-support-map__title {
  margin: 0;
  font-size: 19px;
}

.offsite-support-map__text {
  margin: 9px 0 0;
  font-size: 14px;
  line-height: 1.8;
}

.offsite-support-message {
  margin-top: 44px;
  padding: 32px;
  border-top: 1px solid rgba(255,255,255,.24);
  border-bottom: 1px solid rgba(255,255,255,.24);
}

.offsite-support-message__title {
  margin: 0;
}

.offsite-support-message__text {
  margin: 14px 0 0;
  line-height: 1.9;
}


/* ---------------------------------------------------------
   06 COMPARISON
--------------------------------------------------------- */

.offsite-comparison__grid {
  margin-top: 48px;
  gap: 28px;
}

.offsite-comparison-card {
  height: 100%;
  padding: 38px 34px;
  border: 1px solid rgba(51,41,35,.14);
}

.offsite-comparison-card--offsite {
  background: #f7f3eb;
  border-top: 4px solid var(--business-burgundy, #74353c);
}

.offsite-comparison-card--inhouse {
  background: #fff;
  border-top: 4px solid var(--business-navy, #24344d);
}

.offsite-comparison-card__label {
  margin: 0 0 10px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .16em;
  color: var(--business-gold, #b28f00);
}

.offsite-comparison-card__title {
  margin: 0;
  font-size: 28px;
}

.offsite-comparison-card__catch {
  margin: 18px 0 0;
  font-weight: 700;
  color: var(--business-burgundy, #74353c);
}

.offsite-comparison-card__text {
  margin: 14px 0 0;
  line-height: 1.9;
}

.offsite-comparison-card__list {
  margin-top: 22px;
  padding-left: 1.2em;
  line-height: 1.9;
}

.offsite-comparison__message {
  margin-top: 38px;
}


/* ---------------------------------------------------------
   07 COOPERATION
--------------------------------------------------------- */

.offsite-cooperation-bg {
  padding-top: 76px;
  padding-bottom: 76px;
}

.offsite-cooperation__grid {
  max-width: 940px;
  margin: 32px auto 0;
  gap: 22px;
}

.offsite-cooperation-card {
  height: 100%;
}

.offsite-cooperation__note {
  margin-top: 44px;
  padding: 30px 32px;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(178,143,0,.24);
}

.offsite-cooperation__note-title {
  margin: 0;
}

.offsite-cooperation__note-text {
  margin: 14px 0 0;
  line-height: 1.9;
}


/* ---------------------------------------------------------
   08 JOB DESIGN
--------------------------------------------------------- */

.offsite-jobdesign-bg {
  padding-top: 72px;
  padding-bottom: 72px;
}

.offsite-jobdesign__image img {
  border-radius: 22px;
}

.offsite-jobdesign__photo-caption {
  margin: 12px 0 0;
  font-size: 13px;
  letter-spacing: .06em;
}

.offsite-jobdesign__points {
  margin-top: 26px;
}

.offsite-jobdesign__point {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0;
  padding: 11px 0;
  border-bottom: 1px solid rgba(51,41,35,.12);
  font-size: 15px;
}

.offsite-jobdesign__point span {
  flex: 0 0 auto;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  color: var(--business-gold, #b28f00);
}

.offsite-jobdesign__buttons {
  margin-top: 28px;
}


/* ---------------------------------------------------------
   09 FLOW
--------------------------------------------------------- */

.offsite-flow__grid {
  margin-top: 28px;
}

.offsite-flow__grid + .offsite-flow__grid {
  margin-top: 20px;
}

.offsite-flow .business-flow__item {
  height: 100%;
}

.offsite-flow .business-flow__item--active {
  background: var(--business-dark, #332923);
  color: #fff;
}

.offsite-flow .business-flow__item--active .business-flow__step {
  color: #d8be72;
}

.offsite-flow__note {
  margin-top: 38px;
  padding: 26px 30px;
  background: #f7f3eb;
}


/* ---------------------------------------------------------
   10 MESSAGE
--------------------------------------------------------- */

.offsite-message-bg {
  padding-top: 80px;
  padding-bottom: 84px;
}

.offsite-message__visual {
  position: relative;
  width: min(112%, 1320px);
  margin: 52px auto 0;
  margin-left: 50%;
  transform: translateX(-50%);
}

.offsite-message__image {
  margin: 0;
}

.offsite-message__image img {
  width: 100%;
  max-height: 620px;
  aspect-ratio: 16 / 7;
  object-fit: cover;
  display: block;
}

.offsite-message__overlay {
  position: absolute;
  left: clamp(28px, 6vw, 84px);
  bottom: clamp(28px, 5vw, 70px);
  padding: 24px 30px;
  background: rgba(35,30,27,.82);
  color: #fff;
}

.offsite-message__small {
  margin: 0 0 8px;
  font-size: 11px;
  letter-spacing: .18em;
  color: #d8be72;
}

.offsite-message__catch {
  margin: 0;
  font-size: clamp(27px, 3vw, 42px);
  line-height: 1.45;
}

.offsite-message__text-wrap {
  margin-top: 34px;
}

.offsite-message__text {
  line-height: 2;
}


/* ---------------------------------------------------------
   11 FAQ
--------------------------------------------------------- */

.offsite-faq {
  max-width: 980px;
}


/* ---------------------------------------------------------
   12 CTA
--------------------------------------------------------- */

.offsite-cta .business-cta__text {
  line-height: 1.9;
}


/* ---------------------------------------------------------
   13 RELATED
--------------------------------------------------------- */

.offsite-related {
  padding-bottom: 40px;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 781px) {

  .offsite-hero {
    padding: 44px 0 32px;
  }

  .offsite-hero__columns {
    gap: 32px;
  }

  .offsite-hero__title {
    font-size: 34px;
  }

  .offsite-hero__catch {
    margin-top: 20px;
    font-size: 20px;
  }

  .offsite-hero__text {
    margin-top: 20px;
    line-height: 1.85;
  }

  .offsite-hero__image {
    width: 100%;
  }

  .offsite-hero__image img {
    aspect-ratio: 4 / 3;
    border-radius: 18px;
  }

  .offsite-hero__photo-label {
    right: 14px;
    bottom: 14px;
  }


  .offsite-about__split {
    margin-top: 32px;
  }

  .offsite-scheme {
    margin-top: 36px;
  }

  .offsite-scheme__grid {
    display: block;
  }

  .offsite-scheme__item {
    margin-bottom: 10px;
  }

  .offsite-scheme__arrow {
    transform: rotate(90deg);
    margin: 4px 0 14px;
  }


  .offsite-challenges-bg,
  .offsite-support-bg,
  .offsite-cooperation-bg,
  .offsite-jobdesign-bg,
  .offsite-message-bg {
    padding-top: 52px;
    padding-bottom: 52px;
  }


  .offsite-work-gallery__grid {
    gap: 36px;
  }

  .offsite-work-gallery__column--02,
  .offsite-work-gallery__column--03 {
    transform: none;
  }

  .offsite-work-list {
    margin-top: 48px;
  }


  .offsite-support-map {
    min-height: 0;
    margin-top: 38px;
  }

  .offsite-support-map__center,
  .offsite-support-map__item {
    position: static;
    width: 100%;
    transform: none;
  }

  .offsite-support-map__center {
    margin-bottom: 20px;
  }

  .offsite-support-map__item {
    margin-top: 12px;
  }

  .offsite-support-map__image img {
    border-radius: 18px;
  }

  .offsite-support-message {
    margin-top: 32px;
    padding: 26px 18px;
  }


  .offsite-comparison__grid {
    gap: 18px;
  }

  .offsite-comparison-card {
    padding: 28px 22px;
  }


  .offsite-cooperation__grid {
    margin-top: 18px;
    gap: 18px;
  }


  .offsite-message__visual {
    width: 100%;
    margin-left: 0;
    transform: none;
  }

  .offsite-message__image img {
    aspect-ratio: 4 / 3;
  }

  .offsite-message__overlay {
    position: static;
    padding: 22px;
  }


  .offsite-flow__grid,
  .offsite-flow__grid + .offsite-flow__grid {
    margin-top: 18px;
  }

}


@media (max-width: 480px) {

  .offsite-hero__title {
    font-size: 30px;
  }

  .offsite-hero__buttons .wp-block-button {
    width: 100%;
  }

  .offsite-hero__buttons .wp-block-button__link {
    width: 100%;
    text-align: center;
  }

  .offsite-comparison-card__title {
    font-size: 24px;
  }

  .offsite-support-map__item {
    padding: 20px 18px;
  }

}
```
.offsite-hero__catch {
  text-align: center;
}
.offsite-hero__catch {
  text-align: center;
}
.offsite-hero__columns {
  align-items: stretch;
}

.offsite-hero__content,
.offsite-hero__visual {
  display: flex;
  flex-direction: column;
  height: auto;
}

.offsite-hero__visual .offsite-hero__image {
  height: 100%;
  margin: 0;
}

.offsite-hero__visual .offsite-hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.offsite-scheme__grid > .wp-block-column {
  display: flex;
  align-items: center;
  justify-content: center;
}

.offsite-scheme__arrow {
  margin: 0;
}

.offsite-scheme-wrap {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}
.offsite-scheme__label {
  font-size: 16px;
}
.offsite-scheme__label {
  font-size: 16px !important;
}
.business-split__title {
  text-align: center;
}