.p-cl-main.p-clo-office {
  --color-primary: #09bfc2;
  --color-primary-light: #08ced1;
  --color-primary-gradient: linear-gradient(270deg, #08ced1 0%, #07b8e5 100%);
  --color-accent: #eb6b44;
  --color-accent-gradient: linear-gradient(264.81deg, #ffab66 -9.15%, #eb6b44 68.68%);
  --color-black: #0b0b0b;
  --color-gray-500: #636363;
  --color-gray-200: #e8e8e6;
  --color-gray-100: #f5f5f3;
  --color-gray-50: #fafaf8;
  --color-white: #ffffff;
  --color-text-primary: var(--color-black);
  --color-text-secondary: var(--color-gray-500);
  --color-bg-secondary: var(--color-gray-50);
  --color-border: var(--color-gray-200);
  --font-en: "Poppins", sans-serif;
  --font-ja: YakuHanJP, "Noto Sans JP", sans-serif;
  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --text-base: 1rem;
  --text-lg: 1.125rem;
  --text-xl: 1.25rem;
  --text-2xl: 1.5rem;
  --text-3xl: 2.125rem;
  --text-4xl: 2.625rem;
  --fw-regular: 400;
  --fw-medium: 500;
  --fw-bold: 600;
  --lh-relaxed: 1.8;
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-6: 24px;
  --space-8: 32px;
  --space-10: 40px;
  --section-sm: 60px;
  --section-md: 100px;
  --section-lg: 130px;
  --section-xl: 160px;
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-btn: 100px;
  color: var(--color-text-primary);
  font-family: var(--font-ja);
  position: relative;
  z-index: 0;
}
.p-cl-main.p-clo-office .p-cl-section-wrap,
.p-cl-main.p-clo-office .p-cl-section-wrap2 {
  position: relative;
  z-index: 0;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  background: none;
  border: none;
  border-radius: 0;
}

.p-clo-office__section-wrap {
  position: relative;
  z-index: 0;
}

.p-clo-section-heading {
  text-align: center;
  margin-bottom: var(--section-sm);
}
.p-clo-section-heading__title {
  font-family: var(--font-en);
  font-size: var(--text-3xl);
  font-weight: var(--fw-bold);
  line-height: 1.2;
  margin: 0 0 var(--space-2);
}
.p-clo-section-heading__sub {
  font-size: var(--text-xl);
  font-weight: var(--fw-medium);
  color: var(--color-text-secondary);
  margin: 0;
}
.p-clo-section-heading--light .p-clo-section-heading__title, .p-clo-section-heading--light .p-clo-section-heading__sub {
  color: var(--color-white);
}

.p-clo-hero {
  position: relative;
  z-index: 1;
  padding: var(--section-xl) 20px var(--space-10);
  overflow: hidden;
  isolation: isolate;
}
@media (max-width: 767px) {
  .p-clo-hero {
    padding: var(--section-md) 20px var(--space-10);
  }
}
.p-clo-hero .p-cl-mv__deco {
  z-index: 0;
}
.p-clo-hero .p-cl-mv__deco--1 {
  display: none;
}
.p-clo-hero__inner {
  max-width: 1120px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 40px 60px;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.p-clo-hero__content {
  flex: 1 1 320px;
  max-width: 496px;
  padding: var(--space-6);
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: var(--radius-md);
}
.p-clo-hero__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  margin: 0 0 34px;
  padding: 0;
}
.p-clo-hero__tag {
  padding: var(--space-2);
  backdrop-filter: blur(7px);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-sm);
  padding: var(--space-1) var(--space-2);
  font-family: var(--font-en);
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #077e80;
  background: rgba(9, 191, 194, 0.12);
  line-height: 1.25;
}
.p-clo-hero__subtitle {
  font-size: var(--text-base);
  color: var(--color-text-secondary);
  margin: 0 0 var(--space-3);
}
.p-clo-hero__title {
  font-size: var(--text-4xl);
  font-weight: var(--fw-medium);
  line-height: 1.3;
  margin: 0;
}
.p-clo-hero__access {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 24px 0;
  color: var(--color-accent);
  font-size: var(--text-base);
}
.p-clo-hero__catchcopy {
  font-size: var(--text-xl);
  font-weight: 700;
  margin: 0 0 var(--space-6);
}
.p-clo-hero__description {
  font-size: var(--text-base);
  line-height: var(--lh-relaxed);
  margin: 0 0 var(--space-6);
}
.p-clo-hero__cta {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 6px;
}
.p-clo-hero__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  gap: 8px;
  min-height: 52px;
  padding: var(--space-3) var(--space-4);
  border-radius: var(--radius-btn);
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.p-clo-hero__btn:hover {
  opacity: 0.82;
  transform: translateY(-1px);
}
.p-clo-hero__btn--primary {
  background: var(--color-accent-gradient);
  color: var(--color-white);
  font-size: var(--text-base);
}
.p-clo-hero__btn--phone {
  border: 2px solid #ffab66;
  background: var(--color-white);
}
.p-clo-hero__btn-icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}
.p-clo-hero__btn-phone-text {
  font-size: var(--text-lg);
  line-height: 1;
  background: var(--color-accent-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.p-clo-hero__gallery {
  flex: 1 1 300px;
  max-width: 540px;
}
.p-clo-hero__gallery-main {
  position: relative;
  border-radius: var(--radius-md);
  overflow: hidden;
  aspect-ratio: 800/520;
}
.p-clo-hero__gallery-main-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.p-clo-hero__gallery-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.p-clo-hero__gallery-nav--prev {
  left: 8px;
}
.p-clo-hero__gallery-nav--prev span {
  transform: rotate(-135deg);
  margin-left: 12px;
}
.p-clo-hero__gallery-nav--next {
  right: 8px;
}
.p-clo-hero__gallery-nav--next span {
  transform: rotate(45deg);
  margin-right: 12px;
}
.p-clo-hero__gallery-nav span {
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid var(--color-text-primary);
  border-right: 2px solid var(--color-text-primary);
  margin: auto;
}
.p-clo-hero__gallery-thumbs {
  display: flex;
  gap: 8px;
  justify-content: space-between;
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
}
@media (max-width: 767px) {
  .p-clo-hero__gallery-thumbs {
    display: none;
  }
}
.p-clo-hero__gallery-thumb {
  border: 1px solid var(--color-border);
  border-radius: var(--radius-sm);
  padding: 0;
  overflow: hidden;
  cursor: pointer;
  background: none;
  width: 90px;
  height: 64px;
}
.p-clo-hero__gallery-thumb.is-active {
  border-color: var(--color-primary);
  box-shadow: 0 0 0 2px rgba(9, 191, 194, 0.4);
}
.p-clo-hero__gallery-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.p-clo-program {
  padding: var(--section-md) 20px;
}
.p-clo-program__inner {
  max-width: 1000px;
  margin: 0 auto;
}
.p-clo-program__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 20px;
  list-style: none;
  margin: 0 0 60px;
  padding: 0;
}
.p-clo-program__card {
  border: 3px solid var(--color-primary-light);
  border-radius: var(--radius-md);
  padding: 28px var(--space-8);
  text-align: center;
  min-height: 160px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.p-clo-program__card-title {
  font-size: var(--text-2xl);
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 9px;
  text-align: left;
}
.p-clo-program__card-desc {
  font-size: var(--text-base);
  line-height: var(--lh-relaxed);
  margin: 0;
  padding: 0 0 0 1.2em;
  list-style: disc;
  text-align: left;
}
.p-clo-program__card-desc li {
  margin: 0;
  padding-left: 0.25em;
}
.p-clo-program__card-note {
  font-size: var(--text-sm);
  line-height: var(--lh-relaxed);
  color: var(--color-text-secondary);
  margin: 8px 0 0;
}
.p-clo-program__training-label {
  display: inline-block;
  background: var(--color-primary);
  color: var(--color-white);
  font-size: var(--text-xl);
  font-weight: 700;
  padding: var(--space-1) var(--space-3);
  border-radius: var(--radius-sm);
  margin: 0 auto var(--space-6);
  text-align: center;
}
.p-clo-program__training {
  text-align: center;
}
.p-clo-program__training-list {
  display: flex;
  flex-wrap: wrap;
  gap: 29px;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.p-clo-program__training-item {
  background: var(--color-bg-secondary);
  border-radius: var(--radius-md);
  padding: var(--space-3) var(--space-6);
  width: 100%;
  max-width: 480px;
  text-align: left;
}
.p-clo-program__training-head {
  display: flex;
  gap: 24px;
  align-items: center;
  margin: 16px auto;
}
.p-clo-program__training-icon {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  border: 3px solid var(--color-primary-light);
  border-radius: 50%;
  background: var(--color-white) center/36px no-repeat;
}
.p-clo-program__training-icon[data-icon=pc] {
  background-image: url("../dist/images/colorslabo-office/icon-PC.svg");
}
.p-clo-program__training-icon[data-icon=business] {
  background-image: url("../dist/images/colorslabo-office/icon-business.svg");
}
.p-clo-program__training-icon[data-icon=comm] {
  background-image: url("../dist/images/colorslabo-office/icon-comm.svg");
}
.p-clo-program__training-title {
  font-size: var(--text-2xl);
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 var(--space-2);
}
.p-clo-program__training-desc {
  font-size: var(--text-base);
  line-height: var(--lh-relaxed);
  margin: 0;
}

.p-clo-daily {
  padding: var(--section-lg) 20px;
  margin: var(--space-4) 0;
  position: relative;
  z-index: 1;
  isolation: isolate;
  background: none;
}
.p-clo-daily::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 16px;
  right: 16px;
  background: var(--color-primary-gradient);
  border-radius: var(--radius-md);
  pointer-events: none;
}
@media (min-width: 768px) {
  .p-clo-daily::before {
    left: 50%;
    right: auto;
    width: min(100% - 56px);
    transform: translateX(-50%);
  }
}
@media (max-width: 767px) {
  main .p-clo-daily::before {
    left: 0;
    right: 0;
  }
}
.p-clo-daily__inner {
  max-width: 467px;
  margin: 0 auto;
}
.p-clo-daily__timeline {
  list-style: none;
  margin: 0;
  padding: 0;
}
.p-clo-daily__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-clo-daily__card {
  background: var(--color-white);
  border-radius: var(--radius-sm);
  box-shadow: 0 4px 5px rgba(9, 191, 194, 0.25);
  display: flex;
  gap: 27px;
  align-items: center;
  padding: 12px 32px;
  width: 100%;
}
.p-clo-daily__time {
  flex-shrink: 0;
  background: var(--color-gray-100);
  border-radius: var(--radius-sm);
  padding: 10px;
  font-weight: 700;
  font-size: var(--text-base);
  min-width: 62px;
  text-align: center;
}
.p-clo-daily__label {
  font-weight: 700;
  margin: 0 0 var(--space-2);
  font-size: var(--text-base);
}
.p-clo-daily__desc {
  margin: 0;
  font-size: var(--text-base);
  line-height: var(--lh-relaxed);
}
.p-clo-daily__arrow {
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 12px solid var(--color-white);
  margin: 6px 0;
}

.p-clo-entry {
  padding: var(--section-lg) 20px;
}
.p-clo-entry__inner {
  max-width: 920px;
  margin: 0 auto;
}
.p-clo-entry__list {
  display: flex;
  flex-wrap: wrap;
  gap: 35px;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.p-clo-entry__list::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(876px, 100%);
  height: 20px;
  background: url("../dist/images/colorslabo-office/entry-flow-line.svg") center/100% 100% no-repeat;
  pointer-events: none;
  z-index: 0;
}
@media (max-width: 898px) {
  .p-clo-entry__list::before {
    display: none;
  }
}
.p-clo-entry__item {
  background: var(--color-white);
  border-radius: var(--radius-sm);
  box-shadow: 0 2px 5px rgba(9, 191, 194, 0.3);
  padding: 24px 8px;
  text-align: center;
  position: relative;
  z-index: 1;
  min-height: 212px;
  width: 200px;
  max-width: 100%;
  flex: 0 1 200px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}
.p-clo-entry__head {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: center;
  width: 100%;
}
.p-clo-entry__icon-area {
  position: relative;
  width: 48px;
  height: 48px;
}
.p-clo-entry__icon-badge {
  position: absolute;
  top: -8px;
  left: -14px;
  width: 28px;
  height: 28px;
  background: url("../dist/images/colorslabo-office/entry-flow-badge.svg") center/contain no-repeat;
  pointer-events: none;
  z-index: 0;
}
.p-clo-entry__icon {
  position: relative;
  z-index: 1;
  display: block;
  width: 48px;
  height: 48px;
  margin: 0;
  background-color: var(--color-primary);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.p-clo-entry__icon--inquiry {
  -webkit-mask-image: url("../dist/images/colorslabo-office/icon-iquiry.svg");
  mask-image: url("../dist/images/colorslabo-office/icon-iquiry.svg");
}
.p-clo-entry__icon--visit {
  -webkit-mask-image: url("../dist/images/colorslabo-office/icon-handsup.svg");
  mask-image: url("../dist/images/colorslabo-office/icon-handsup.svg");
}
.p-clo-entry__icon--document {
  -webkit-mask-image: url("../dist/images/colorslabo-office/icon-document.svg");
  mask-image: url("../dist/images/colorslabo-office/icon-document.svg");
}
.p-clo-entry__icon--start {
  -webkit-mask-image: url("../dist/images/colorslabo-office/icon-run.svg");
  mask-image: url("../dist/images/colorslabo-office/icon-run.svg");
}
.p-clo-entry__divider {
  display: block;
  flex-shrink: 0;
  width: 60px;
  height: 1px;
  background: url("../dist/images/colorslabo-office/entry-flow-divider.svg") center/contain no-repeat;
}
.p-clo-entry__title {
  font-size: var(--text-base);
  font-weight: 700;
  margin: 0;
}
.p-clo-entry__desc {
  font-size: var(--text-base);
  line-height: var(--lh-relaxed);
  margin: 0;
  letter-spacing: 0.1em;
}

.p-clo-voices {
  padding: var(--section-lg) 20px;
  position: relative;
  z-index: 1;
  isolation: isolate;
  background: none;
}
.p-clo-voices::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 16px;
  right: 16px;
  background: var(--color-primary-gradient);
  border-radius: var(--radius-md);
  pointer-events: none;
}
@media (min-width: 768px) {
  .p-clo-voices::before {
    left: 50%;
    right: auto;
    width: min(100% - 56px);
    transform: translateX(-50%);
  }
}
@media (max-width: 767px) {
  main .p-clo-voices::before {
    left: 0;
    right: 0;
  }
}
.p-clo-voices__inner {
  max-width: 1120px;
  margin: 0 auto;
}
.p-clo-voices__slider-wrap {
  --voices-nav-offset: -20px;
  margin: 0 0 24px;
}
@media (max-width: 767px) {
  .p-clo-voices__slider-wrap {
    --voices-nav-offset: -10px;
  }
}
.p-clo-voices__slider-wrap.is-scrollable .p-clo-voices__list {
  width: -moz-max-content;
  width: max-content;
  justify-content: flex-start;
}
.p-clo-voices__slider-viewport {
  position: relative;
  overflow: visible;
}
.p-clo-voices__slider-viewport.is-scrollable::before, .p-clo-voices__slider-viewport.is-scrollable::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 72px;
  z-index: 2;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s;
}
.p-clo-voices__slider-viewport.is-scrollable::after {
  inset: 0 0 0 auto;
}
.p-clo-voices__slider-viewport.is-scrollable.can-scroll-left::before {
  opacity: 1;
  background: linear-gradient(to right, rgba(7, 184, 229, 0.35) 0%, rgba(7, 184, 229, 0) 100%);
}
.p-clo-voices__slider-viewport.is-scrollable.can-scroll-right::after {
  opacity: 1;
  background: linear-gradient(to left, rgba(8, 206, 209, 0.35) 0%, rgba(8, 206, 209, 0) 100%);
}
.p-clo-voices__slider {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x proximity;
  touch-action: pan-x;
  scrollbar-width: none;
  margin: 0;
  padding: 0;
}
.p-clo-voices__slider::-webkit-scrollbar {
  display: none;
}
.p-clo-voices__list {
  --voices-card-width: 360px;
  --voices-card-width-few: calc(var(--voices-card-width) * 1.125);
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
  width: -moz-max-content;
  width: max-content;
  max-width: none;
}
@media (max-width: 767px) {
  .p-clo-voices__list {
    --voices-card-width: min(320px, calc(100vw - 72px));
    --voices-card-width-few: min(calc(var(--voices-card-width) * 1.125), calc(100vw - 72px));
  }
}
.p-clo-voices__list.is-centered {
  width: 100%;
  max-width: 100%;
  justify-content: center;
}
.p-clo-voices__list > .p-clo-voices__card:first-child:nth-last-child(-n+2),
.p-clo-voices__list > .p-clo-voices__card:first-child:nth-last-child(-n+2) ~ .p-clo-voices__card {
  flex: 0 0 var(--voices-card-width-few);
  width: var(--voices-card-width-few);
}
.p-clo-voices__card {
  display: flex;
  flex-direction: column;
  gap: 22px;
  flex: 0 0 var(--voices-card-width);
  width: var(--voices-card-width);
  scroll-snap-align: start;
  background: var(--color-white);
  border-radius: var(--radius-md);
  box-shadow: 0 4px 5px rgba(9, 191, 194, 0.2);
  padding: var(--space-6) var(--space-8);
}
.p-clo-voices__indicator {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 12px;
}
.p-clo-voices__indicator.is-hidden {
  display: none;
}
.p-clo-voices__indicator-dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s, transform 0.2s;
}
.p-clo-voices__indicator-dot.is-active {
  background: var(--color-white);
  border-color: var(--color-white);
  transform: scale(1.2);
}
.p-clo-voices__indicator-dot:not(.is-active):hover, .p-clo-voices__indicator-dot:not(.is-active):focus-visible {
  background: rgba(255, 255, 255, 0.35);
  outline: none;
}
.p-clo-voices__nav {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
}
.p-clo-voices__nav.is-hidden {
  display: none;
}
.p-clo-voices__nav-btn {
  position: absolute;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  pointer-events: auto;
  transform: translateY(-50%);
  transition: background 0.2s, box-shadow 0.2s, visibility 0.2s, opacity 0.2s;
}
.p-clo-voices__nav-btn--prev {
  left: var(--voices-nav-offset);
}
.p-clo-voices__nav-btn--prev span {
  transform: rotate(-135deg);
  margin-left: 3px;
}
.p-clo-voices__nav-btn--next {
  right: var(--voices-nav-offset);
}
.p-clo-voices__nav-btn--next span {
  transform: rotate(45deg);
  margin-right: 3px;
}
.p-clo-voices__nav-btn:disabled {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
.p-clo-voices__nav-btn:not(:disabled):hover, .p-clo-voices__nav-btn:not(:disabled):focus-visible {
  background: var(--color-white);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.16);
  outline: none;
}
.p-clo-voices__nav-btn span {
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #077e80;
  border-right: 2px solid #077e80;
  margin: auto;
}
.p-clo-voices__header {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.p-clo-voices__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.p-clo-voices__meta li {
  border: 1px solid var(--color-border);
  border-radius: var(--radius-sm);
  padding: var(--space-1) var(--space-2);
  font-family: var(--font-en);
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #077e80;
  background: rgba(9, 191, 194, 0.12);
  line-height: 1.25;
}
.p-clo-voices__profile {
  display: flex;
  align-items: center;
  gap: 12px;
}
.p-clo-voices__icon {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
}
.p-clo-voices__name {
  font-size: var(--text-xl);
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
}
.p-clo-voices__text {
  font-size: var(--text-base);
  line-height: var(--lh-relaxed);
  margin: 0;
}
.p-clo-voices__after {
  display: flex;
  flex-direction: column;
  gap: 13px;
  background: var(--color-gray-100);
  border-radius: var(--radius-sm);
  padding: var(--space-2) var(--space-3);
}
.p-clo-voices__after-label, .p-clo-voices__after-text {
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
}
.p-clo-voices__after-label {
  font-weight: 700;
}
.p-clo-voices__note {
  text-align: right;
  color: var(--color-white);
  font-family: var(--font-en);
  font-size: var(--text-xs);
  font-weight: var(--fw-regular);
  margin: 0;
}

.p-clo-staff {
  padding: var(--section-lg) 20px;
}
.p-clo-staff__inner {
  max-width: 1000px;
  margin: 0 auto;
}
.p-clo-staff__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  list-style: none;
  margin: 0 0 88px;
  padding: 0;
}
@media (min-width: 768px) {
  .p-clo-staff__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 48px 0;
  }
}
.p-clo-staff__card {
  text-align: center;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--color-border);
}
.p-clo-staff__card:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
@media (min-width: 768px) {
  .p-clo-staff__card {
    padding: 0 20px;
    border-bottom: none;
    border-inline-end: 1px solid var(--color-border);
  }
  .p-clo-staff__card:nth-child(3n) {
    padding-inline-end: 0;
    border-inline-end: none;
  }
  .p-clo-staff__card:nth-child(3n+1) {
    padding-inline-start: 0;
  }
  .p-clo-staff__card:last-child {
    border-bottom: none;
  }
}
.p-clo-staff__avatar {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  overflow: hidden;
  background-color: var(--color-gray-200);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin: 0 auto var(--space-3);
}
.p-clo-staff__name {
  font-size: var(--text-2xl);
  font-weight: var(--fw-medium);
  margin: 0 0 var(--space-4);
}
.p-clo-staff__role {
  font-weight: 700;
  margin: 0 0 var(--space-4);
}
.p-clo-staff__role:has(+ .p-clo-staff__bio) {
  margin-bottom: 0;
}
.p-clo-staff__quals {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  list-style: none;
  margin: 0 0 var(--space-6);
  padding: 0;
}
.p-clo-staff__quals li {
  border: 1px solid var(--color-border);
  border-radius: var(--radius-sm);
  padding: var(--space-1) var(--space-2);
  font-family: var(--font-en);
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #077e80;
  background: rgba(9, 191, 194, 0.12);
  line-height: 1.25;
}
.p-clo-staff__quals:has(+ .p-clo-staff__bio) {
  margin-bottom: 0;
}
.p-clo-staff__bio {
  font-size: var(--text-base);
  line-height: var(--lh-relaxed);
  margin: var(--space-8) 0 0;
  text-align: left;
  line-break: strict;
  text-wrap: pretty;
}
.p-clo-staff__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 120px;
  justify-content: center;
  align-items: flex-start;
}
.p-clo-staff__ratio, .p-clo-staff__skills {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-clo-staff__ratio {
  gap: 41px;
  width: 210px;
  overflow: visible;
}
.p-clo-staff__skills {
  gap: 42px;
  width: 433px;
  max-width: 100%;
}
.p-clo-staff__stats-title {
  font-size: var(--text-xl);
  font-weight: 700;
  text-align: center;
  margin: 0;
}
.p-clo-staff__donut-wrap {
  --donut-size: 202px;
  --donut-outer: calc(var(--donut-size) / 2);
  --donut-inner: 60.6px;
  --donut-thickness: calc(var(--donut-outer) - var(--donut-inner));
  --donut-sep-extend: 4px;
  --donut-pad: 4px;
  position: relative;
  box-sizing: border-box;
  width: calc(var(--donut-size) + var(--donut-pad) * 2);
  height: calc(var(--donut-size) + var(--donut-pad) * 2);
  padding: var(--donut-pad);
  margin: 0;
  overflow: visible;
  mask: radial-gradient(circle at center, transparent var(--donut-inner), #000 calc(var(--donut-inner) + 1px));
  -webkit-mask: radial-gradient(circle at center, transparent var(--donut-inner), #000 calc(var(--donut-inner) + 1px));
}
.p-clo-staff__donut-wrap.is-two-value .p-clo-staff__donut {
  background: conic-gradient(from 0deg, #3bdfef 0deg, #00b7ea calc(var(--male) * 3.6deg), #ffa15b calc(var(--male) * 3.6deg), #ff715b calc((var(--male) + var(--female)) * 3.6deg), #e1e1e5 360deg);
}
.p-clo-staff__donut {
  width: var(--donut-size);
  height: var(--donut-size);
  border-radius: 50%;
  background: conic-gradient(from 0deg, #3bdfef 0deg, #00b7ea calc(var(--male) * 3.6deg), #ffa15b calc(var(--male) * 3.6deg), #ff715b calc((var(--male) + var(--female)) * 3.6deg), #b2b2b2 calc((var(--male) + var(--female)) * 3.6deg), #e1e1e5 360deg);
}
.p-clo-staff__donut-sep {
  position: absolute;
  left: calc(50% - 2px);
  top: calc(50% - var(--donut-outer) - var(--donut-sep-extend) / 2);
  width: 4px;
  height: calc(var(--donut-thickness) + var(--donut-sep-extend));
  background: var(--color-white);
  transform-origin: 2px calc(var(--donut-outer) + var(--donut-sep-extend) / 2);
  transform: rotate(var(--angle));
  pointer-events: none;
}
.p-clo-staff__legend {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  justify-content: center;
  align-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 1rem;
}
.p-clo-staff__legend-item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.p-clo-staff__legend-item--other {
  flex-basis: 100%;
  justify-content: center;
}
.p-clo-staff__legend-dot {
  display: block;
  flex-shrink: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}
.p-clo-staff__legend-dot--male {
  background: #00b7ea;
}
.p-clo-staff__legend-dot--female {
  background: #ff715b;
}
.p-clo-staff__legend-dot--other {
  background: #b2b2b2;
}
.p-clo-staff__skill-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 21px;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.p-clo-staff__skill-tags li {
  border: 1px solid var(--color-border);
  border-radius: var(--radius-sm);
  padding: var(--space-1) var(--space-2);
  font-family: var(--font-en);
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #077e80;
  background: rgba(9, 191, 194, 0.12);
  line-height: 1.25;
}

.p-clo-access {
  padding: var(--section-lg) 20px;
}
.p-clo-access__inner {
  max-width: 1000px;
  margin: 0 auto;
}
.p-clo-access__content {
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
  align-items: flex-start;
}
.p-clo-access__map {
  flex: 1 1 300px;
  max-width: 433px;
  min-height: 340px;
  border-radius: var(--radius-sm);
  overflow: hidden;
  background: var(--color-gray-100);
}
.p-clo-access__map iframe, .p-clo-access__map-embed iframe {
  width: 100%;
  height: 340px;
  border: 0;
  display: block;
}
.p-clo-access__map-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 340px;
  padding: 20px;
  text-align: center;
  font-size: 0.875rem;
}
.p-clo-access__list {
  flex: 1 1 280px;
  display: flex;
  flex-direction: column;
  gap: 36px;
  margin: 0;
}
.p-clo-access__row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 36px;
  margin: 0;
}
.p-clo-access__label {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 120px;
  width: 120px;
  margin: 0;
  font-size: var(--text-xl);
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}
.p-clo-access__label * {
  line-height: 2;
}
.p-clo-access__label-text {
  color: var(--color-text-primary);
}
.p-clo-access__label-paren {
  background: var(--color-primary-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.p-clo-access__value {
  flex: 1 1 200px;
  max-width: 401px;
  margin: 0;
  font-size: var(--text-base);
  font-weight: var(--fw-regular);
  line-height: var(--lh-relaxed);
  color: var(--color-text-primary);
}

.p-clo-bottom-cta {
  background: var(--color-primary-gradient);
  border-radius: 20px 20px 0 0;
  padding: var(--section-lg) 20px var(--section-xl);
  text-align: center;
  color: var(--color-white);
  margin-top: var(--space-10);
}
.p-clo-bottom-cta__inner {
  max-width: 800px;
  margin: 0 auto;
}
.p-clo-bottom-cta__heading {
  font-family: var(--font-en);
  font-size: var(--text-3xl);
  font-weight: var(--fw-bold);
  line-height: 1.2;
  margin: 0 0 var(--space-6);
}
.p-clo-bottom-cta__lead {
  font-size: var(--text-base);
  line-height: var(--lh-relaxed);
  margin: 0 0 42px;
}
.p-clo-bottom-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
}
.p-clo-bottom-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-2);
  min-height: 68px;
  padding: var(--space-4) var(--space-6);
  border-radius: var(--radius-btn);
  font-size: var(--text-xl);
  font-weight: 700;
  text-decoration: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.p-clo-bottom-cta__btn:hover {
  opacity: 0.82;
  transform: translateY(-1px);
}
.p-clo-bottom-cta__btn--primary {
  background: var(--color-white);
  color: var(--color-primary);
}
.p-clo-bottom-cta__btn--phone {
  border: 1px solid var(--color-white);
  color: var(--color-white);
  background: transparent;
  font-size: var(--text-2xl);
  line-height: 1;
}
.p-clo-bottom-cta__btn--phone img {
  filter: brightness(0) invert(1);
}

@media (max-width: 767px) {
  .p-clo-hero__title {
    font-size: var(--text-2xl);
    font-weight: 700;
  }
  .p-clo-section-heading__title {
    font-size: var(--text-2xl);
  }
  .p-clo-hero__cta {
    flex-wrap: wrap;
    gap: 8px;
  }
  .p-clo-hero__btn {
    width: 100%;
    white-space: normal;
  }
  .p-clo-hero__btn--primary {
    font-size: var(--text-base);
  }
  .p-clo-hero__btn-phone-text {
    font-size: var(--text-base);
  }
  .p-clo-daily,
  .p-clo-voices,
  .p-clo-program,
  .p-clo-entry,
  .p-clo-staff,
  .p-clo-access {
    padding-top: var(--section-md);
    padding-bottom: var(--section-md);
  }
  .p-clo-bottom-cta__btn {
    width: 100%;
    font-size: var(--text-xl);
  }
  .p-clo-bottom-cta__btn.p-clo-bottom-cta__btn--phone {
    font-size: var(--text-2xl);
  }
}/*# sourceMappingURL=colorslabo-office.css.map */