@charset "UTF-8";

:root {
  --mq-sp: 375px;
  --maxw-pc: 1440px;
  --minw-pc: 1280px;
  --sidew-pc: 80px;
  --sidew-sp: calc(24 / 375 * 100vw);
  --ff-base: "Noto Sans JP", sans-serif;
  --fz-base: 16px;
  --fw-regular: 400;
  --fw-medium: 500;
  --fw-bold: 700;
  --lh-base: 1.8;
  --c-bg1: #fff;
  --c-bg2: #F3F3F3;
  --c-gray: #9FA0A0;
  --c-black: #333;
  --space-xs: 4px;
  --space-s: 8px;
  --space-m: 16px;
  --space-l: 24px;
  --space-xl: 32px;
  --space-2xl: 40px;
  --space-3xl: 48px;
  --space-4xl: 56px;
  --space-5xl: 64px;
  --space-6xl: 72px;
  --space-7xl: 80px;
  --space-8xl: 120px;
}

/*---------------------------------
　over ride
---------------------------------*/

#page {
  overflow: visible;
  min-width: auto;
}

#container,
.layout-Wrapper {
  max-width: 100% !important;
}

#container a:hover span,
#container a:hover p,
#container a:hover ul {
  color: var(--c-black);
  font-family: var(--ff-base);
}

.nav-ButtonA_bg {
  display: none;
}

/*---------------------------------
　wbofc
---------------------------------*/

.wbofc-heading--h2 .wbofc-heading__title {
  font-weight: var(--fw-medium);
  line-height: 1.5;
}

.wbofc-heading--h3 .wbofc-heading__title {
  font-weight: var(--fw-medium);
  line-height: 1.5;
}

.wbofc-heading--h4 .wbofc-heading__title {
  font-weight: var(--fw-medium);
  line-height: 1.5;
}

.wbofc-title {
  font-weight: var(--fw-medium);
  line-height: 1.5;
}

.wbofc {
  color: var(--c-black);
  font-family: var(--ff-base);
  font-size: var(--fz-base);
  font-weight: var(--fw-regular);
  line-height: var(--lh-base);
}

.wbofc-heading {
  position: relative;
}

.wbofc-heading > *:first-child {
  margin-top: 0 !important;
}

.wbofc-heading > *:last-child {
  margin-bottom: 0 !important;
}

.wbofc-heading--h2 {
  position: relative;
  margin-bottom: var(--space-xl);
}

.wbofc-heading--h2 .wbofc-heading__title .wbofc-tag {
  display: inline-block;
  position: relative;
}

.wbofc-heading--h2 .wbofc-heading__shoulder {
  margin-bottom: 8px;
  color: var(--c-gray);
  font-weight: var(--fw-bold);
  line-height: 1.5;
}

.wbofc-heading--h2 .wbofc-heading__shoulder--line {
  position: relative;
  padding-left: 24px;
}

.wbofc-heading--h2 .wbofc-heading__shoulder--line::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 1px;
  background-color: var(--c-gray);
  pointer-events: none;
}

.wbofc-heading--h3 .wbofc-heading__title {
  margin-bottom: var(--space-xl);
  text-align: center;
}

.wbofc-heading--h4 {
  padding-bottom: 15px;
  border-bottom: 1px solid var(--c-black);
}

.wbofc-heading__anchor {
  position: absolute;
  left: 0;
  width: 1px;
  height: 1px;
  pointer-events: none;
}

.wbofc-billboard {
  overflow: hidden;
  background-color: #F6F6F6;
}

.wbofc-billboard__guide {
  display: flex;
  gap: 24px 32px;
}

.wbofc-billboard__guide-item .wbofc-anchor {
  display: flex;
  flex-direction: column;
}

.wbofc-billboard__guide-item .wbofc-anchor__link {
  display: flex;
  align-items: center;
  -moz-column-gap: 16px;
  column-gap: 16px;
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: #fff;
  background-image: url(/jp/common/v4/img/icon-anchor.svg);
  background-repeat: no-repeat;
  background-size: 10px auto;
  color: var(--c-black);
  font-weight: var(--fw-medium);
  transition-property: border-color;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.wbofc-billboard__guide-item .wbofc-anchor__link:hover {
  border-color: var(--c-black);
}

.wbofc-billboard__guide-item .wbofc-anchor__category {
  width: 68px;
  border-right: 1px solid var(--c-gray);
  color: var(--c-gray) !important;
  font-size: 12px;
}

.wbofc-billboard__guide-item .wbofc-anchor__label {
  flex: 1;
}

.wbofc-billboard__pickup .wbofc-title {
  position: relative;
}

.wbofc-billboard__pickup .wbofc-title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  height: 1px;
  background-color: var(--c-black);
}

.wbofc-billboard__pickup .swiper {
  overflow: visible;
}

.wbofc-billboard__pickup .swiper-pagination {
  display: flex;
  align-items: center;
  gap: 8px;
  position: static;
  width: -moz-fit-content;
  width: fit-content;
}

.wbofc-billboard__pickup .swiper-pagination-bullet {
  position: relative;
  width: 24px;
  height: 24px;
  margin: 0 !important;
  padding: 0;
  border: 0;
  background: transparent;
  opacity: 1;
  cursor: pointer;
}

.wbofc-billboard__pickup .swiper-pagination-bullet-active .swiper-pagination__dot {
  background: var(--c-black);
}

.wbofc-billboard__pickup .swiper-pagination-bullet-active .swiper-pagination__circle circle {
  animation: wbofcPaginationProgress 5.5s linear forwards;
}

.wbofc-billboard__pickup .swiper-pagination__dot {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--c-gray);
  transform: translate(-50%, -50%);
}

.wbofc-billboard__pickup .swiper-pagination__circle {
  position: absolute;
  inset: 0;
  width: 24px;
  height: 24px;
  transform: rotate(-90deg);
}

.wbofc-billboard__pickup .swiper-pagination__circle svg {
  display: block;
  width: 24px;
  height: 24px;
}

.wbofc-billboard__pickup .swiper-pagination__circle circle {
  fill: none;
  stroke: var(--c-black);
  stroke-width: 1;
  stroke-dasharray: 72.26;
  stroke-dashoffset: 72.26;
}

.wbofc-nav {
  position: fixed;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 999px;
  background-color: rgba(255, 255, 255, 0.7);
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.08), inset 0 1px 1px rgba(255, 255, 255, 0.9), inset 0 -1px 1px rgba(255, 255, 255, 0.35);
  -webkit-backdrop-filter: blur(3px) saturate(115%);
  backdrop-filter: blur(3px) saturate(115%);
  pointer-events: none;
  transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
}

.wbofc-nav::before,
.wbofc-nav::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.wbofc-nav::before {
  opacity: 0.8;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.32) 22%, rgba(255, 255, 255, 0.08) 48%, rgba(255, 255, 255, 0) 72%);
}

.wbofc-nav::after {
  border-radius: inherit;
  box-shadow: inset 1px -1px 1px rgba(255, 255, 255, 0.45), inset -1px 1px 1px rgba(255, 255, 255, 0.25);
}

.wbofc-nav.is-show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.wbofc-nav .wbofc-list {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}

.wbofc-nav .wbofc-list__link {
  display: block;
  position: relative;
  opacity: 1 !important;
  color: var(--c-gray);
  font-weight: var(--fw-medium);
  line-height: 1.5;
  text-decoration: none;
}

.wbofc-nav .wbofc-list__link::before {
  content: "";
  position: absolute;
  left: 0;
  opacity: 0;
  background-color: var(--c-black);
  pointer-events: none;
  transition: opacity 0.3s ease-out;
}

.wbofc-nav .wbofc-list__link.is-active {
  color: var(--c-black);
}

.wbofc-nav .wbofc-list__link.is-active::before {
  opacity: 1;
}

.wbofc-section {
  position: relative;
}

.wbofc-section__anchor {
  position: absolute;
  left: 0;
  width: 1px;
  height: 1px;
  pointer-events: none;
}

.wbofc-section__head > *:first-child,
.wbofc-section__body > *:first-child {
  margin-top: 0 !important;
}

.wbofc-section__head > *:last-child,
.wbofc-section__body > *:last-child {
  margin-bottom: 0 !important;
}

.wbofc-section__head {
  position: relative;
  z-index: 1;
}

.wbofc-section__body {
  position: relative;
  z-index: 2;
}

.wbofc-section__inner > *:first-child {
  margin-top: 0 !important;
}

.wbofc-section__inner > *:last-child {
  margin-bottom: 0 !important;
}

.wbofc-section--concept {
  background-repeat: no-repeat;
  background-size: cover;
}

.wbofc-section--planning,
.wbofc-section--support {
  background-color: #F6F6F6;
}

.wbofc-concept {
  display: flex;
}

.wbofc-concept__section[data-concept="activity"] .wbofc-img::after {
  background-image: url(/jp/lighting/well-being/office/img/text01.svg);
}

.wbofc-concept__section[data-concept="healthy"] .wbofc-img::after {
  background-image: url(/jp/lighting/well-being/office/img/text02.svg);
}

.wbofc-concept__section[data-concept="flexibility"] .wbofc-img::after {
  background-image: url(/jp/lighting/well-being/office/img/text03.svg);
}

.wbofc-concept__section .wbofc-img {
  position: relative;
}

.wbofc-concept__section .wbofc-img::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-size: auto 100%;
}

.wbofc-concept__section .wbofc-img img {
  position: relative;
  z-index: 1;
}

.wbofc-concept__section .wbofc-img__caption {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 var(--space-m) auto;
  font-weight: var(--fw-medium);
  line-height: 1.5;
}

.wbofc-concept__section .wbofc-img__caption::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  height: 1px;
  background-color: var(--c-black);
  pointer-events: none;
}

.wbofc-concept__section .wbofc-title {
  font-weight: var(--fw-medium);
  line-height: 1.5;
}

.wbofc-concept__section .wbofc-title > span {
  display: inline;
  background-image: linear-gradient(90deg, #FFD900 0, rgba(255, 217, 0, 0) 73%);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: auto 25%;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.wbofc-related .anchor + .wbofc-heading {
  margin-top: 0 !important;
}

.wbofc-related .anchor__item-wrap {
  justify-content: flex-end;
}

.wbofc-related .anchor__item .link {
  font-size: 14px;
  line-height: 1.57143;
}

.wbofc-related .anchor__item .link:hover {
  opacity: 1;
}

.wbofc-related__archive .wbofc-panel.is-hidden {
  display: none;
}

.wbofc-related__archive-more {
  text-align: right;
}

/*---------------------------------
　component
---------------------------------*/

.wbofc-panel {
  display: block;
}

a.wbofc-panel:hover .wbofc-panel__img img {
  opacity: 1 !important;
  transform: scale(1.05);
}

.wbofc-panel__img {
  overflow: hidden;
  margin-bottom: var(--space-m);
}

.wbofc-panel__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.3s ease-out;
  will-change: transform;
}

.wbofc-panel__img--w405 {
  aspect-ratio: 405 / 212;
}

.wbofc-panel__detail {
  color: var(--c-black);
  font-weight: var(--fw-regular);
  line-height: 1.5;
}

.wbofc-panel__detail > *:first-child {
  margin-top: 0 !important;
}

.wbofc-panel__detail > *:last-child {
  margin-bottom: 0 !important;
}

.wbofc-panel__title {
  margin-bottom: 8px;
  font-weight: var(--fw-medium);
}

.wbofc-panel-list {
  display: flex;
}

.wbofc-panel-list--atmosphere .wbofc-panel {
  padding-left: 16px;
}

.wbofc-panel-list--atmosphere .wbofc-panel__img {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  aspect-ratio: auto;
}

.wbofc-panel-list--atmosphere .wbofc-panel__detail {
  position: relative;
  z-index: 2;
  margin-top: -24px;
}

.wbofc-panel-list--atmosphere .wbofc-panel__title {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
  margin: 0 0 16px -16px;
  box-shadow: 4px 4px 4px rgba(51, 51, 51, 0.16);
  font-weight: var(--fw-medium);
  line-height: 1.5;
}

.wbofc-panel-list--atmosphere .wbofc-panel__title .u-font-s {
  font-weight: var(--fw-regular);
}

.wbofc-panel-list--atmosphere .wbofc-panel__title--color01 {
  background-color: #FBD9C4;
}

.wbofc-panel-list--atmosphere .wbofc-panel__title--color02 {
  background-color: #FFF2CC;
}

.wbofc-panel-list--atmosphere .wbofc-panel__title--color03 {
  background-color: #D8EFFC;
}

.wbofc-box {
  margin-bottom: var(--space-l);
  border: 1px solid var(--c-black);
  background-color: #fff;
}

.wbofc-box > *:first-child {
  margin-top: 0 !important;
}

.wbofc-box > *:last-child {
  margin-bottom: 0 !important;
}

.wbofc-media {
  display: flex;
}

.wbofc-media__img--w140 {
  margin-inline: auto;
}

.wbofc-media__detail > *:first-child {
  margin-top: 0 !important;
}

.wbofc-media__detail > *:last-child {
  margin-bottom: 0 !important;
}

.wbofc-media__detail p {
  margin: var(--space-m) 0;
}

.wbofc-box .wbofc-media__detail p {
  margin: 12px 0;
}

.wbofc-media__detail .wbofc-title {
  margin-bottom: var(--space-m);
}

.wbofc-media__detail .wbofc-tag {
  margin-bottom: var(--space-s);
}

.wbofc-media__detail .wbofc-img {
  margin: var(--space-l) 0;
}

.wbofc-tag {
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 8px;
  background-color: var(--c-gray);
  color: #fff;
  font-size: 14px;
  font-weight: var(--fw-bold);
  line-height: 1.5;
  vertical-align: top;
}

.wbofc-tag--color01 {
  background-color: #6ACDCD;
}

.wbofc-tag--color02 {
  background-color: #6ACD97;
}

.wbofc-more {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  margin: 0;
  padding: 0 24px 6px 0;
  border: none;
  background: none;
  box-shadow: none;
  color: var(--c-black);
  font-size: 16px;
  font-weight: var(--fw-medium);
  line-height: 1.5;
}

.wbofc-more:hover::before {
  opacity: 0;
}

.wbofc-more::before,
.wbofc-more::after {
  content: "";
  position: absolute;
}

.wbofc-more::before {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--c-black);
}

.wbofc-more::after {
  right: 0;
  bottom: 9px;
  width: 16px;
  height: 16px;
  background-image: url(/jp/lighting/well-being/office/img/icon01.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.is-open .wbofc-more::after {
  transform: scaleY(-1);
}

.wbofc-toggle {
  line-height: 1.5;
}

.wbofc-notice {
  margin: var(--space-l) 0;
}

.wbofc-notice__item {
  display: flex;
  gap: 8px;
  line-height: 1.5;
}

.wbofc-notice__title::after {
  content: "・・・";
  margin-left: 8px;
}

/*---------------------------------
　utility
---------------------------------*/

p.u-font-s {
  font-size: 14px;
  line-height: 1.71429;
}

/*---------------------------------
　animation
---------------------------------*/

@keyframes wbofcPaginationProgress {
  from {
    stroke-dashoffset: 72.26;
  }

  to {
    stroke-dashoffset: 0;
  }
}

@media print, screen and (min-width: 48em) {
  .wbofc-heading--h2 .wbofc-heading__title {
    font-size: clamp(40px, calc(0.69vw + 34.67px), 48px);
  }

  .wbofc-heading--h3 .wbofc-heading__title {
    font-size: 36px;
  }

  .wbofc-heading--h4 .wbofc-heading__title {
    font-size: 24px;
  }

  .wbofc-title {
    font-size: 20px;
  }

  .wbofc-heading--h2 .wbofc-heading__title + * {
    margin-top: var(--space-xl);
  }

  .wbofc-heading--h2 .wbofc-heading__title .wbofc-tag {
    top: clamp(16px, calc(0.35vw + 13.33px), 20px);
    margin-left: 24px;
    font-size: clamp(13px, calc(0.26vw + 11px), 16px);
  }

  .wbofc-heading--h2 .wbofc-heading__shoulder {
    font-size: 18px;
  }

  .wbofc-heading--h3 {
    margin: var(--space-7xl) 0 var(--space-3xl);
    text-align: center;
  }

  .wbofc-heading--h4 {
    margin: var(--space-7xl) 0 var(--space-3xl);
  }

  .wbofc-heading--h3 + .wbofc-heading--h4 {
    margin-top: var(--space-5xl);
  }

  .wbofc-heading__anchor {
    top: 64px;
  }

  .wbofc-title {
    margin-bottom: var(--space-l);
  }

  .wbofc-billboard {
    padding: 80px calc(var(--sidew-pc) / var(--maxw-pc) * 100%) 60px;
  }

  .wbofc-billboard__guide {
    flex-wrap: wrap;
    margin-bottom: var(--space-5xl);
  }

  .wbofc-billboard__guide-item {
    width: calc(50% - 16px);
  }

  .wbofc-billboard__guide-item .wbofc-anchor {
    row-gap: 8px;
  }

  .wbofc-billboard__guide-item .wbofc-anchor__link {
    padding: 15px 47px 15px 23px;
    background-position: calc(100% - 26px) 50%;
  }

  .wbofc-billboard__guide-item .wbofc-anchor__category {
    line-height: 2.25;
  }

  .wbofc-billboard__guide-item .wbofc-anchor__label {
    font-size: 18px;
    line-height: 1.5;
  }

  .wbofc-billboard__pickup .wbofc-title {
    padding-left: 80px;
  }

  .wbofc-billboard__pickup .wbofc-title::before {
    width: 64px;
  }

  .wbofc-billboard__pickup .swiper-slide {
    width: 405px;
  }

  .wbofc-billboard__pickup .swiper-pagination {
    margin-top: var(--space-xl);
  }

  .wbofc-nav {
    top: 32px;
    right: calc(var(--sidew-pc) / var(--maxw-pc) * 100%);
    padding: 16px 32px;
  }

  .wbofc-nav .wbofc-list {
    gap: 16px 32px;
  }

  .wbofc-nav .wbofc-list__link {
    padding-left: 18px;
    font-size: 14px;
  }

  .wbofc-nav .wbofc-list__link::before {
    top: calc(50% - 5px);
    width: 10px;
    height: 10px;
  }

  .wbofc-section {
    padding: var(--space-8xl) 0;
  }

  .wbofc-section__anchor {
    top: 64px;
  }

  .wbofc-section__head,
  .wbofc-section__body {
    width: 100%;
    padding-right: calc(var(--sidew-pc) / var(--maxw-pc) * 100%);
    padding-left: calc(var(--sidew-pc) / var(--maxw-pc) * 100%);
  }

  .wbofc-section__head {
    margin-bottom: var(--space-5xl);
  }

  .wbofc-section__inner {
    margin: var(--space-8xl) 0;
  }

  .wbofc-section--concept {
    padding-top: 80px;
    background-image: url(/jp/lighting/well-being/office/img/bg01_pc.webp);
  }

  .wbofc-section--concept .wbofc-section__head {
    margin-bottom: 0;
  }

  .wbofc-concept {
    align-items: flex-start;
    justify-content: space-between;
  }

  .wbofc-concept__figure {
    display: flex;
    align-items: center;
    justify-content: center;
    position: sticky;
    top: 0;
    left: 0;
    width: calc(480px / var(--minw-pc) * 100%);
    height: 100vh;
    min-height: calc((460px + 152.5px) / var(--maxw-pc) * 100vw);
  }

  .wbofc-concept__figure[data-active="activity"] .wbofc-concept__svg-text--activity {
    fill: var(--c-black);
    transition-delay: 0s;
  }

  .wbofc-concept__figure[data-active="activity"] .wbofc-concept__svg-point--activity {
    fill: var(--c-black);
    stroke: var(--c-black);
    transition-delay: 0.16s;
  }

  .wbofc-concept__figure[data-active="activity"] .wbofc-concept__svg-line--activity {
    stroke-dashoffset: 0;
    transition-delay: 0.32s;
  }

  .wbofc-concept__figure[data-active="healthy"] .wbofc-concept__svg-text--healthy {
    fill: var(--c-black);
    transition-delay: 0s;
  }

  .wbofc-concept__figure[data-active="healthy"] .wbofc-concept__svg-point--healthy {
    fill: var(--c-black);
    stroke: var(--c-black);
    transition-delay: 0.16s;
  }

  .wbofc-concept__figure[data-active="healthy"] .wbofc-concept__svg-line--healthy {
    stroke-dashoffset: 0;
    transition-delay: 0.32s;
  }

  .wbofc-concept__figure[data-active="flexibility"] .wbofc-concept__svg-text--flexibility {
    fill: var(--c-black);
    transition-delay: 0s;
  }

  .wbofc-concept__figure[data-active="flexibility"] .wbofc-concept__svg-point--flexibility {
    fill: var(--c-black);
    stroke: var(--c-black);
    transition-delay: 0.16s;
  }

  .wbofc-concept__figure[data-active="flexibility"] .wbofc-concept__svg-line--flexibility {
    stroke-dashoffset: 0;
    transition-delay: 0.32s;
  }

  .wbofc-concept__figure:not([data-active="activity"]) .wbofc-concept__svg-line--activity {
    transition-delay: 0s;
  }

  .wbofc-concept__figure:not([data-active="activity"]) .wbofc-concept__svg-point--activity {
    transition-delay: 0.16s;
  }

  .wbofc-concept__figure:not([data-active="activity"]) .wbofc-concept__svg-text--activity {
    transition-delay: 0.32s;
  }

  .wbofc-concept__figure:not([data-active="healthy"]) .wbofc-concept__svg-line--healthy {
    transition-delay: 0s;
  }

  .wbofc-concept__figure:not([data-active="healthy"]) .wbofc-concept__svg-point--healthy {
    transition-delay: 0.16s;
  }

  .wbofc-concept__figure:not([data-active="healthy"]) .wbofc-concept__svg-text--healthy {
    transition-delay: 0.32s;
  }

  .wbofc-concept__figure:not([data-active="flexibility"]) .wbofc-concept__svg-line--flexibility {
    transition-delay: 0s;
  }

  .wbofc-concept__figure:not([data-active="flexibility"]) .wbofc-concept__svg-point--flexibility {
    transition-delay: 0.16s;
  }

  .wbofc-concept__figure:not([data-active="flexibility"]) .wbofc-concept__svg-text--flexibility {
    transition-delay: 0.32s;
  }

  .wbofc-concept__svg-text {
    transition: fill 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }

  .wbofc-concept__svg-point {
    transition: fill 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), stroke 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }

  .wbofc-concept__svg-line {
    fill: none;
    stroke: var(--c-black);
    stroke-width: 1;
    stroke-dasharray: 876.5;
    stroke-dashoffset: 876.5;
    transition: stroke-dashoffset 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }

  .wbofc-concept__svg-line--activity {
    transform: rotate(-90deg);
    transform-origin: 240px 152px;
  }

  .wbofc-concept__svg-line--healthy {
    transform: rotate(146deg);
    transform-origin: 140px 320px;
  }

  .wbofc-concept__svg-line--flexibility {
    transform: rotate(34deg);
    transform-origin: 340px 320px;
  }

  .wbofc-concept__detail {
    width: calc(733px / var(--minw-pc) * 100%);
  }

  .wbofc-concept__section {
    padding-top: var(--space-7xl);
  }

  .wbofc-concept__section:first-of-type {
    padding-bottom: var(--space-5xl);
  }

  .wbofc-concept__section .wbofc-img {
    padding-bottom: 40px;
  }

  .wbofc-concept__section .wbofc-img::after {
    height: 84px;
  }

  .wbofc-concept__section .wbofc-img__caption {
    padding-left: 80px;
    font-size: 20px;
  }

  .wbofc-concept__section .wbofc-img__caption::before {
    width: 64px;
  }

  .wbofc-concept__section .wbofc-title {
    font-size: clamp(28px, calc(0.35vw + 25.33px), 32px);
  }

  .wbofc-related .anchor {
    margin-bottom: var(--space-3xl);
  }

  .wbofc-related .anchor__item-wrap {
    -moz-column-gap: 48px;
    column-gap: 48px;
  }

  .wbofc-related__archive {
    margin-bottom: var(--space-7xl);
  }

  .wbofc-related__archive-more {
    margin-top: var(--space-3xl);
  }

  .wbofc-panel-list {
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 64px 32px;
  }

  .wbofc-panel-list--row2-pc > .wbofc-panel {
    width: calc(100% / 2 - 32px / 2);
  }

  .wbofc-panel-list--row3-pc > .wbofc-panel {
    width: calc(100% / 3 - 32px * 2 / 3);
  }

  .wbofc-panel-list--atmosphere {
    margin-bottom: var(--space-3xl);
  }

  .wbofc-panel-list--atmosphere .wbofc-panel:nth-child(3n+1) {
    padding-top: 64px;
  }

  .wbofc-panel-list--atmosphere .wbofc-panel:nth-child(3n+2) {
    padding-top: 32px;
  }

  .wbofc-panel-list--atmosphere .wbofc-panel__img img {
    border-radius: 8px;
  }

  .wbofc-panel-list--atmosphere .wbofc-panel__title {
    width: calc(296 / (405 - 16) * 100%);
    padding: 8px 16px;
    font-size: 20px;
  }

  .wbofc-panel-list--atmosphere .wbofc-panel__title .u-font-s {
    font-size: 14px;
    line-height: 1.57143;
  }

  .wbofc-box {
    padding: 47px;
    border-radius: 8px;
  }

  .wbofc-media {
    -moz-column-gap: 32px;
    column-gap: 32px;
    margin-bottom: var(--space-7xl);
  }

  .wbofc-media__img {
    width: calc(405px / var(--minw-pc) * 100%);
  }

  .wbofc-media__img--w140 {
    width: 140px !important;
  }

  .wbofc-media__img--w500 {
    width: calc(500px / var(--minw-pc) * 100%);
  }

  .wbofc-box .wbofc-media__img--w500 {
    width: calc(500px / var(--maxw-pc) * 100vw);
  }

  .wbofc-media__detail {
    flex: 1;
  }

  .wbofc-toggle {
    margin-top: var(--space-m);
  }

  .wbofc-toggle__content {
    margin-bottom: var(--space-l);
  }

  .wbofc-notice__item {
    align-items: flex-start;
    font-size: 16px;
  }

  .wbofc-notice__title {
    white-space: nowrap;
  }

  .u-aic-pc {
    align-items: center;
  }
}

@media screen and (max-width: 47.99em) {
  .wbofc-heading--h2 .wbofc-heading__title {
    font-size: 24px;
  }

  .wbofc-heading--h3 .wbofc-heading__title {
    font-size: 20px;
  }

  .wbofc-heading--h4 .wbofc-heading__title {
    font-size: 18px;
  }

  .wbofc-title {
    font-size: 16px;
  }

  .wbofc-heading--h2 .wbofc-heading__title + * {
    margin-top: var(--space-l);
  }

  .wbofc-heading--h2 .wbofc-heading__title .wbofc-tag {
    top: 3.5px;
    margin-left: 8px;
  }

  .wbofc-heading--h2 .wbofc-heading__shoulder {
    font-size: 16px;
  }

  .wbofc-heading--h3 {
    margin: var(--space-5xl) 0 var(--space-xl);
  }

  .wbofc-heading--h4 {
    margin: var(--space-5xl) 0 var(--space-xl);
  }

  .wbofc-heading--h3 + .wbofc-heading--h4 {
    margin-top: var(--space-3xl);
  }

  .wbofc-heading__anchor {
    top: 48px;
  }

  .wbofc-title {
    margin-bottom: var(--space-m);
  }

  .wbofc-billboard {
    padding: 48px var(--sidew-sp);
  }

  .wbofc-billboard__guide {
    flex-direction: column;
    margin-bottom: var(--space-3xl);
  }

  .wbofc-billboard__guide-item .wbofc-heading--h2 {
    margin-bottom: var(--space-m);
  }

  .wbofc-billboard__guide-item .wbofc-anchor {
    row-gap: 4px;
  }

  .wbofc-billboard__guide-item .wbofc-anchor__link {
    padding: 15px 47px 15px 15px;
    background-position: calc(100% - 16px) 50%;
  }

  .wbofc-billboard__guide-item .wbofc-anchor__category {
    line-height: 1.75;
  }

  .wbofc-billboard__guide-item .wbofc-anchor__label {
    font-size: 14px;
    line-height: 1.5;
  }

  .wbofc-billboard__pickup .wbofc-title {
    margin-bottom: var(--space-l);
    padding-left: 64px;
  }

  .wbofc-billboard__pickup .wbofc-title::before {
    width: 48px;
  }

  .wbofc-billboard__pickup .swiper-slide {
    width: calc(327 / 375 * 100vw);
  }

  .wbofc-billboard__pickup .swiper-pagination {
    margin: var(--space-l) 0 0 auto;
  }

  .wbofc-nav {
    top: 16px;
    left: calc(8 / 375 * 100vw);
    width: calc(100vw - 16 / 375 * 100vw);
    padding: 12px calc(24 / 375 * 100vw);
  }

  .wbofc-nav .wbofc-list {
    gap: 12px calc(24 / 375 * 100vw);
  }

  .wbofc-nav .wbofc-list__link {
    padding-left: 12px;
    font-size: 12px;
  }

  .wbofc-nav .wbofc-list__link::before {
    top: calc(50% - 4px);
    width: 8px;
    height: 8px;
  }

  .wbofc-section {
    padding: var(--space-5xl) 0;
  }

  .wbofc-section__anchor {
    top: 48px;
  }

  .wbofc-section__head,
  .wbofc-section__body {
    padding-right: var(--sidew-sp);
    padding-left: var(--sidew-sp);
  }

  .wbofc-section__head {
    margin-bottom: var(--space-3xl);
  }

  .wbofc-section__inner {
    margin: var(--space-5xl) 0;
  }

  .wbofc-section--concept {
    background-image: url(/jp/lighting/well-being/office/img/bg01_sp.webp);
  }

  .wbofc-section--support .wbofc-panel-list {
    row-gap: 32px;
  }

  .wbofc-concept {
    flex-direction: column;
    row-gap: var(--space-3xl);
  }

  .wbofc-concept__figure {
    width: 69vw;
    margin-inline: auto;
  }

  .wbofc-concept__svg-text {
    fill: var(--c-black);
  }

  .wbofc-concept__svg-point {
    fill: var(--c-black);
    stroke: var(--c-black);
  }

  .wbofc-concept__svg-line {
    stroke: var(--c-black);
    stroke-width: 1;
    stroke-dashoffset: 0;
  }

  .wbofc-concept__section {
    padding-top: var(--space-5xl);
  }

  .wbofc-concept__section:first-of-type {
    padding-top: 0;
  }

  .wbofc-concept__section .wbofc-img {
    margin-bottom: 8px;
    padding-bottom: 16px;
  }

  .wbofc-concept__section .wbofc-img::after {
    height: 51px;
  }

  .wbofc-concept__section .wbofc-img__caption {
    padding-left: 64px;
  }

  .wbofc-concept__section .wbofc-img__caption::before {
    width: 48px;
  }

  .wbofc-concept__section .wbofc-title {
    font-size: 20px;
  }

  .wbofc-related .anchor {
    margin-bottom: var(--space-xl);
    padding-right: 0;
    padding-left: 0;
  }

  .wbofc-related .anchor__item-wrap {
    flex-direction: column;
    align-items: flex-end;
    -moz-column-gap: 16px;
    column-gap: 16px;
  }

  .wbofc-related__archive-more {
    margin-top: var(--space-xl);
  }

  .wbofc-panel-list {
    flex-direction: column;
    row-gap: 48px;
  }

  .wbofc-panel-list--atmosphere {
    margin-bottom: var(--space-xl);
    row-gap: 32px;
  }

  .wbofc-panel-list--atmosphere .wbofc-panel__img {
    width: calc(247 / 375 * 100vw);
    margin-left: auto;
  }

  .wbofc-panel-list--atmosphere .wbofc-panel__img img {
    border-radius: 5px;
  }

  .wbofc-panel-list--atmosphere .wbofc-panel__detail {
    font-size: 14px;
    line-height: 1.6;
  }

  .wbofc-panel-list--atmosphere .wbofc-panel__title {
    width: calc(200 / 375 * 100vw);
    padding: 8px 16px;
    font-size: 16px;
  }

  .wbofc-panel-list--atmosphere .wbofc-panel__title .u-font-s {
    font-size: 12px;
    line-height: 1.58333;
  }

  .wbofc-box {
    padding: 23px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.6;
  }

  .wbofc-media {
    flex-direction: column;
    row-gap: 16px;
    margin-bottom: var(--space-5xl);
  }

  .wbofc-media__img--w140 {
    width: calc(140 / 375 * 100vw) !important;
  }

  .wbofc-toggle {
    margin-top: var(--space-l);
  }

  .wbofc-notice__item {
    flex-direction: column;
    row-gap: 4px;
  }
}