@charset "UTF-8";

.p-company *,
.p-company *::before,
.p-company *::after {
  box-sizing: border-box;
}

.p-company {
  --container: 1080px;
  --container-wide: 1250px;
  --gutter: 40px;
  --inset-std: max(var(--gutter), calc((100% - var(--container)) / 2));
  --inset-wide: max(var(--gutter), calc((100% - var(--container-wide)) / 2));
  --scroll-duration-company: 60s;
  font-family: var(--font-ja);
  color: var(--color-text);
  font-size: 16px;
  line-height: 1.8;
  overflow-x: hidden;
}
.p-company img {
  max-width: 100%;
  height: auto;
}

.p-company__inner {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
}
.p-company__inner--wide {
  max-width: var(--container-wide);
}

.c-sec-head {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: var(--inset-std);
  margin-right: var(--inset-wide);
  padding-bottom: 18px;
  border-bottom: 1px solid #dcdfe3;
}
.c-sec-head__label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 500;
  color: var(--color-text);
}
.c-sec-head__label::before {
  content: "";
  flex-shrink: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: linear-gradient(45deg, #9ba7f5, #1e56ae);
}
.c-sec-head__en {
  font-family: var(--font-en);
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #333;
}

.inner__frame {
  position: relative;
  width: min(calc(100% - 36px), 1080px);
  margin: 0 auto;
}

@keyframes person_move {
  0% {
    rotate: 10deg;
  }
  50% {
    rotate: -10deg;
  }
  100% {
    rotate: 10deg;
  }
}

.p-company-hero {
  position: relative;
  overflow: hidden;
  margin-top: 100px;
  padding-top: 30px;
  padding-bottom: 70px;
}
.p-company-hero__marquee {
  position: absolute;
  top: 6%;
  left: 0;
  width: 100%;
  z-index: -1;
  pointer-events: none;
  font-family: var(--font-en);
}
.p-company-hero__company-word {
  font-family: var(--font-en);
  font-size: 130px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  color: #f2f2f2;
}
.p-company-hero__label {
  text-align: right;
  font-family: var(--font-en);
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #333;
}
.p-company-hero__title {
  font-family: "ta-koigokoro", sans-serif;
  font-size: 42px;
  letter-spacing: 0.18em;
  line-height: 1.2;
  color: var(--color-text);
  margin-left: 7vw;
}
.p-company-hero__breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: 7vw;
  margin-top: 20px;
  font-size: 14px;
  color: var(--color-text);
}
.p-company-hero__breadcrumb::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: linear-gradient(45deg, #596ef2, #1e56ae);
}
.p-company-hero__breadcrumb a {
  color: inherit;
}
.p-company-hero__gallery {
  position: relative;
  width: calc(100% - 116px);
  margin: 82px auto 0;
}
.p-company-hero__gallery img {
  display: block;
  width: 100%;
  height: auto;
}
.p-company-hero__lead {
  position: absolute;
  left: 28px;
  bottom: 24px;
  z-index: 2;
  max-width: 720px;
  color: #fff;
  font-size: 16px;
  line-height: 1.75;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.45);
	width: 62%;
}
.p-company-hero__anchors {
  position: absolute;
  right: 3%;
  top: 30px;
  z-index: 3;
  width: 83%;
}

.infinite-scroll__wrap--company {
  animation: infinite-scroll-left 12s linear infinite;
}

.infinite-scroll__track--company {
  gap: 0.35em;
  padding-right: 0.35em;
}

.hero-sub-deco02 {
  position: absolute;
  right: 0;
  bottom: 68px;
  width: 37.3%;
  aspect-ratio: 484/123;
  z-index: 1;
}

.anchor-list__list {
  display: flex;
  justify-content: left;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 26px;
}
.anchor-list__list li {
  width: 33.333%;
}

.anchor-list__item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: var(--color-text);
}
.anchor-list__item::before {
  content: "";
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  background: url(../images/company/d-arrow-bg.png) no-repeat center/contain;
}
.anchor-list__item:hover {
  color: var(--color-main);
}


.p-company-message {
  position: relative;
  margin-inline: auto;
  padding-block: 50px 80px;
  min-height: 780px;
}
.p-company-message::before {
  content: "";
  position: absolute;
  bottom: 4%;
  left: -2%;
  width: 12%;
  aspect-ratio: 157/259;
  background-image: url(../images/company/company-message-deco01.png);
  background-size: contain;
  z-index: -1;
}
.p-company-message::after {
  content: "";
  position: absolute;
  bottom: -1px;
  right: 0;
  width: 100%;
  aspect-ratio: 1366/450;
  background-image: url(../images/company/company-bg-d.png);
  background-size: contain;
  z-index: -2;
}
.p-company-message__title {
  position: relative;
  z-index: 2;
  margin-top: 20px;
  font-family: var(--font-en);
  font-size: 96px;
  font-weight: 700;
  line-height: 1.05;
  color: var(--color-text);
}
.p-company-message__title-accent {
  color: #1e56ae;
}
.p-company-message__text {
  position: relative;
  z-index: 1;
  max-width: 560px;
}
.p-company-message__text::before {
  content: "";
  position: absolute;
  top: 0;
  right: -3%;
  width: 59.5%;
  aspect-ratio: 333/333;
  background-image: url(../images/company/company-message-deco02.png);
  background-size: contain;
  z-index: -1;
}
.p-company-message__catch {
  margin-top: 40px;
  font-family: var(--font-heading);
  font-size: 30px;
  line-height: 1.7;
}
.p-company-message__catch span {
  color: #1e56ae;
}
.p-company-message__body {
  margin-top: 32px;
  max-width: 560px;
  font-size: 16px;
  line-height: 1.9;
}
.p-company-message__body p + p {
  margin-top: 1.6em;
}
.p-company-message__sign {
  margin: 28px 0 0 auto;
  max-width: 560px;
  width: fit-content;
  text-align: left;
}
.p-company-message__sign-role {
  display: block;
  font-size: 14px;
  width: fit-content;
  margin-left: 20px;
}
.p-company-message__sign-name {
  display: block;
  line-height: 1.2;
  font-size: 21px;
  letter-spacing: 0em;
  color: #1e56ae;
  width: fit-content;
}
.p-company-message__photo {
  position: absolute;
  right: -9%;
  top: 60px;
  z-index: 1;
  width: 53.9%;
}
.p-company-message__photo img {
  display: block;
  width: 100%;
  height: auto;
}
.p-company-message__deco {
  position: absolute;
  z-index: 0;
  pointer-events: none;
}
.p-company-message__deco--circle {
  left: -40px;
  bottom: 40px;
  width: 240px;
}
.p-company-message__deco--dots {
  right: 44%;
  bottom: 90px;
  width: 200px;
}

@media screen and (max-width: 1366px) {
  .p-company-message__photo {
    right: 0%;
    margin-right: calc(50% - 50vw);
  }
}

.mvv {
  position: relative;
  background: #f3f5f7;
  border-radius: 80px 0 80px 0;
  padding-block: 60px 110px;
}
.mvv__header {
  margin-top: 20px;
  font-size: 28px;
  font-weight: 700;
  color: #1e56ae;
}
.mvv__text {
  padding-bottom: 22px;
  border-bottom: 1px dashed #c9ced4;
  font-size: 16px;
  line-height: 1.9;
}
.mvv__list {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 20px 0 0;
}
.mvv__list-content {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 290px;
  min-height: 62px;
  padding: 12px 16px;
  border: 1px solid #1e56ae;
  border-radius: 8px;
  color: #1e56ae;
  line-height: 1.4;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}
.mvv__list-text {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
}
.mvv .p-company__inner {
  position: relative;
}
.mvv__person {
  position: absolute;
  right: -12%;
  bottom: -30%;
  width: 13.8%;
  max-width: 147px;
  aspect-ratio: 147/323;
  background: url(../images/company/company-mvv-deco01.png) no-repeat center bottom/contain;
  pointer-events: none;
  z-index: 1;
}

.mvv-h01 {
  margin-top: 44px;
}


.profile {
  position: relative;
  padding-block: 100px;
}
.profile::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 1366/932;
  background-image: url(../images/company/company-bg-u_pc.png);
  background-size: contain;
  z-index: -1;
}
.profile::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 1366/450;
  background-image: url(../images/company/company-bg-d.png);
  background-size: contain;
  z-index: -1;
}
.profile__desc {
  margin-left: var(--inset-std);
  margin-right: var(--inset-std);
  margin-top: 30px;
  font-size: 16px;
  line-height: 1.9;
}
.profile__overview {
  position: relative;
  display: flex;
  gap: 60px;
  margin-left: var(--inset-std);
  margin-right: var(--inset-wide);
  margin-top: 40px;
}
.profile__person {
  position: absolute;
  left: -17.3%;
  bottom: -30%;
  width: 24.2%;
  aspect-ratio: 282/330;
  background: url(../images/company/company-profile-deco01.png) no-repeat center bottom/contain;
  pointer-events: none;
  z-index: 1;
}
.profile__col {
  flex: 1;
  min-width: 0;
}
.profile__overview_item {
  margin: 0;
  padding-bottom: 18px;
  margin-top: 26px;
  border-bottom: 1px dashed #c9ced4;
}
.profile__overview_item:first-child {
  margin-top: 0;
}
.profile__overview_name {
  font-weight: 700;
  color: #1e56ae;
  font-size: 16px;
}
.profile__overview_desc {
  margin: 0;
  font-size: 16px;
  line-height: 1.8;
}


.history {
  position: relative;
  padding-block: 100px;
  background-color: #f3f5f7;
  border-radius: 80px 0 80px 0;
}
.history__list {
  position: relative;
  margin-top: 40px;
}
.history__person {
  position: absolute;
  bottom: 4%;
  right: -11.7%;
  width: 21.7%;
  max-width: 234px;
  aspect-ratio: 234/331;
  background: url(../images/company/company-history-deco01.png) no-repeat center/contain;
  pointer-events: none;
  list-style: none;
}
.history__item {
  border-bottom: 1px dotted #ccc;
  display: flex;
  gap: 40px;
  padding: 12px;
}
.history__item_year {
  width: 15%;
  color: var(--color-main);
}


.facility {
  position: relative;
  padding-block: 60px 100px;
}
.facility::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 1366/932;
  background-image: url(../images/company/company-bg-u_pc.png);
  background-size: contain;
  z-index: -1;
}
.facility .service__items {
  max-width: 1366px;
  margin: 40px auto 0;
  min-height: 0;
}
.facility .service-item__button {
  padding-inline: var(--inset-std);
}
.facility .service-item__icon {
  width: 40px;
  height: 40px;
}
.facility__content-inner {
  display: flex;
  align-items: end;
  gap: 32px;
  margin-top: 30px;
  padding: 4px var(--inset-std) 32px;
}
.facility__img {
  flex: 0 0 40%;
}
.facility__img img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}
.facility__desc {
  flex: 1;
  min-width: 0;
  color: #fff;
}
.facility__desc_item01 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.facility__desc_item01_address {
  flex: 1;
  min-width: 0;
}
.facility__desc_item01_address span {
  display: block;
  line-height: 1.9;
}
.facility__desc_item01_address a {
  color: inherit;
  text-decoration: none;
}
.facility__map {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 22px;
  padding: 12px 14px 12px 24px;
  border-radius: 10px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  border: 1px solid #fff;
}
.facility__map::after {
  content: "";
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  background-image: url(../images/company/arrow-b.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: -3px;
}
.facility__map:hover {
  opacity: 0.9;
}
.facility__desc_item02 {
  margin-top: 40px;
  padding: 20px 24px;
  background: #5694ef;
  border-radius: 12px;
}
.facility__servise_content {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
.facility__servise_content + .facility__servise_content {
  margin-top: 14px;
}
.facility__servise_content_title {
  flex-shrink: 0;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 999px;
  font-size: 14px;
  color: #fff;
  width: 16%;
  aspect-ratio: 70/20;
  text-align: center;
}
.facility__servise_content_desc {
  color: #fff;
  font-size: 15px;
  line-height: 1.7;
}


@media (max-width: 767px) {
  .p-company {
    font-size: max(16px, calc(16 / 6.4 * 1vw));
    --gutter: calc(30 / 6.4 * 1vw);
  }
  .p-company__inner,
  .p-company__inner--wide {
    max-width: none;
  }
}

@media (max-width: 1024px) {
  
  .p-company-hero {
    padding-top: calc(20 / 6.4 * 1vw);
    padding-bottom: calc(50 / 6.4 * 1vw);
  }
  .p-company-hero__marquee {
    top: calc(60 / 6.4 * 1vw);
  }
  .p-company-hero__company-word {
    font-size: calc(150 / 6.4 * 1vw);
  }
  .p-company-hero__label {
    font-size: max(16px, calc(16 / 6.4 * 1vw));
    margin-right: 18px;
  }
  .p-company-hero__title {
    font-size: clamp(24px, calc(42 / 6.4 * 1vw), 42px);
    margin-left: var(--gutter);
  }
  .p-company-hero__breadcrumb {
    display: none;
  }
  .p-company-hero__gallery {
    position: relative;
    width: calc(100% - 36px);
    margin: 95px auto 0;
  }
  .p-company-hero__lead {
    position: static;
    max-width: none;
    margin-top: calc(30 / 6.4 * 1vw);
    color: var(--color-text);
    font-size: max(16px, calc(16 / 6.4 * 1vw));
    text-shadow: none;
	  width: auto;
  }
  .p-company-hero__anchors {
    position: static;
    width: auto;
    background: none;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
    margin-top: calc(24 / 6.4 * 1vw);
  }
  .hero-sub-deco02 {
    position: relative;
    bottom: auto;
    width: calc(100% - 36px);
    margin: 0 auto;
  }
  .hero-sub-deco02 img {
    display: none;
  }
  .anchor-list__list {
    display: block;
  }
  .anchor-list__list li {
    width: 100%;
  }
  .anchor-list__item {
    flex-direction: row-reverse;
    justify-content: space-between;
    width: 100%;
    padding-block: calc(22 / 6.4 * 1vw);
    border-bottom: 1px dotted #ccc;
    font-size: max(16px, calc(16 / 6.4 * 1vw));
    white-space: normal;
  }
  .anchor-list__item::before {
    width: calc(56 / 6.4 * 1vw);
    height: calc(56 / 6.4 * 1vw);
  }
  
  .p-company-message .inner__frame {
    display: flex;
    flex-direction: column;
    max-width: none;
    min-height: 0;
    padding-block: calc(40 / 6.4 * 1vw) calc(60 / 6.4 * 1vw);
  }
  .p-company-message::before {
    bottom: 1%;
    left: 0%;
    width: 27.7%;
    z-index: -1;
  }
  .p-company-message__title {
    order: 1;
    position: relative;
    top: 38px;
    margin-top: auto;
    font-size: clamp(48px, calc(96 / 6.4 * 1vw), 96px);
  }
  .p-company-message__title-accent {
    display: block;
  }
  .p-company-message__photo {
    order: 2;
    position: relative;
    width: auto;
    top: 0;
    margin-left: 0;
  }
  .p-company-message__text {
    order: 3;
    margin-left: 0;
    max-width: none;
    margin-top: calc(30 / 6.4 * 1vw);
  }
  .p-company-message__catch {
    margin-top: 0;
    font-size: clamp(20px, calc(30 / 6.4 * 1vw), 30px);
  }
  .p-company-message__body {
    max-width: none;
    font-size: max(16px, calc(16 / 6.4 * 1vw));
    margin-top: 16px;
  }
  .p-company-message__sign {
    max-width: none;
  }
  .p-company-message__deco--circle {
    width: calc(180 / 6.4 * 1vw);
    left: calc(-20 / 6.4 * 1vw);
    bottom: calc(20 / 6.4 * 1vw);
  }
  .p-company-message__deco--dots {
    display: none;
  }
  
  .mvv {
    border-radius: 40px 0 40px 0;
    padding-block: 60px;
    text-align: center;
  }
  .mvv__header {
    margin-left: 0;
    padding-inline: var(--gutter);
    margin-top: calc(40 / 6.4 * 1vw);
    font-size: clamp(20px, calc(28 / 6.4 * 1vw), 28px);
  }
  .mvv__text {
    margin-inline: 0;
    padding: 0 var(--gutter) calc(22 / 6.4 * 1vw);
    margin-top: calc(14 / 6.4 * 1vw);
    font-size: max(16px, calc(16 / 6.4 * 1vw));
  }
  .mvv__list {
    flex-direction: column;
    align-items: center;
    gap: calc(12 / 6.4 * 1vw);
    margin: 28px 0 0;
    padding-inline: var(--gutter);
  }
  .fmv {
    margin-top: 12px;
  }

  .mvv__list-content {
    width: 100%;
    min-height: calc(64 / 6.4 * 1vw);
    font-size: max(16px, calc(16 / 6.4 * 1vw));
  }
  .mvv__list-text {
    padding: 0 40px;
    text-align: center;
    font-size: max(16px, calc(16 / 6.4 * 1vw));
  }
  .mvv__person {
    right: 0%;
    bottom: -7%;
    width: 16%;
    max-width: 90px;
  }
  .mvv-h01 {
    margin-top: 60px;
  }
  
  .profile {
    padding-block: 40px;
  }
  .profile__desc {
    margin-inline: 0;
    padding-inline: var(--gutter);
    margin-top: 30px;
    font-size: max(16px, calc(16 / 6.4 * 1vw));
  }
  .profile__overview {
    flex-direction: column;
    gap: 0;
    margin-inline: 0;
    padding-inline: var(--gutter);
    margin-top: calc(28 / 6.4 * 1vw);
  }
  .profile__person {
    left: auto;
    right: 0;
    bottom: -4%;
    width: 30.4%;
  }
  .profile__col + .profile__col .profile__overview_item:first-child {
    margin-top: calc(26 / 6.4 * 1vw);
  }
  .profile__overview_item {
    padding-bottom: calc(18 / 6.4 * 1vw);
    margin-top: calc(26 / 6.4 * 1vw);
  }
  .profile__overview_name {
    font-size: max(16px, calc(16 / 6.4 * 1vw));
  }
  .profile__overview_desc {
    font-size: max(16px, calc(16 / 6.4 * 1vw));
  }
  
  .history {
    padding-block: calc(50 / 6.4 * 1vw) 50px;
    border-radius: calc(40 / 6.4 * 1vw) 0 calc(40 / 6.4 * 1vw) 0;
  }
  .history__list {
    margin-top: calc(40 / 6.4 * 1vw);
    padding-inline: var(--gutter);
  }
  .history__person {
    bottom: 11.5%;
    right: 1.3%;
    width: 23%;
  }
  .history__item {
    flex-direction: column;
    gap: calc(4 / 6.4 * 1vw);
    padding-block: calc(20 / 6.4 * 1vw);
    border-bottom: 1px dashed #c9ced4;
  }
  .history__item_year {
    width: 100%;
    font-size: max(16px, calc(16 / 6.4 * 1vw));
  }
  .history__item_desc {
    font-size: max(16px, calc(16 / 6.4 * 1vw));
    line-height: 1.8;
  }
  
  .facility {
    padding-block: 40px 100px;
  }
  .facility .service__items {
    margin-top: 40px;
  }
  .facility__content-inner {
    flex-direction: column;
    gap: calc(16 / 6.4 * 1vw);
    padding: calc(4 / 6.4 * 1vw) calc(24 / 6.4 * 1vw) calc(28 / 6.4 * 1vw);
    margin-top: 0;
    align-items: unset;
  }
  .facility__img {
    flex: none;
    width: 100%;
  }
  .facility__desc_item01_address span {
    font-size: max(16px, calc(16 / 6.4 * 1vw));
  }
  .facility__desc_item02 {
    width: 100%;
    padding: calc(18 / 6.4 * 1vw);
  }
  .facility__servise_content_desc {
    font-size: 14px;
  }
  .facility__desc_item01 {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }
  .facility__map {
    justify-content: center;
    padding: calc(14 / 6.4 * 1vw);
    font-size: max(16px, calc(16 / 6.4 * 1vw));
  }
  .facility__servise_content {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
  .facility__servise_content_title {
    width: auto;
    padding: 0 12px;
  }
}

html.js-person-reveal-ready .mvv__person.person_animation,
html.js-person-reveal-ready .profile__person.person_animation,
html.js-person-reveal-ready .history__person.person_animation {
  transition: opacity 0.75s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.75s cubic-bezier(0.215, 0.61, 0.355, 1);
}
html.js-person-reveal-ready .mvv__person.person_animation:not(.is-person-revealed),
html.js-person-reveal-ready .profile__person.person_animation:not(.is-person-revealed),
html.js-person-reveal-ready .history__person.person_animation:not(.is-person-revealed) {
  opacity: 0;
  transform: translateX(var(--person-reveal-x, 25vw));
  animation: none !important;
}
html.js-person-reveal-ready .mvv__person.person_animation.is-person-revealed,
html.js-person-reveal-ready .profile__person.person_animation.is-person-revealed,
html.js-person-reveal-ready .history__person.person_animation.is-person-revealed {
  opacity: 1;
  transform: translateX(0);
  animation: person_move 5s linear 0.85s infinite;
}

@media (prefers-reduced-motion: reduce) {
  html.js-person-reveal-ready .mvv__person.person_animation,
  html.js-person-reveal-ready .profile__person.person_animation,
  html.js-person-reveal-ready .history__person.person_animation {
    transition: none;
    animation: none !important;
    opacity: 1;
    transform: none;
  }
}

/* ==========================================================================
   事業拠点（facility）のアコーディオン
   FAQ と同じ文書フロー開閉。カード高さ・かぶり量を画面幅ごとに調整し、
   見出しは「実際に見えている幅」の上下中央に置く。
   ========================================================================== */
.facility .service__items {
  --service-collapsed-slot: 188px;
  --service-overlap: 40px;
  --service-after-overlap: 0px;
}

/* 見出しは 見えている幅（カード高さ − 次のカードのかぶり分）の中央に */
.facility .service-item__button,
.facility .service-item--active .service-item__button,
.facility .service-item:not(.service-item--active) .service-item__button {
  height: calc(var(--service-collapsed-slot) - var(--service-overlap));
  align-items: center;
}

.facility .service-item:last-child:not(.service-item--active) .service-item__button {
  height: calc(var(--service-collapsed-slot) - var(--service-overlap));
}

/* タブレット（画像が大きく縦に伸びるので高めに） */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .facility .service__items {
    --service-collapsed-slot: 82px;
    --service-overlap: 16px;
  }
}

/* スマホ */
@media screen and (max-width: 767px) {
  .facility .service__items {
    --service-collapsed-slot: 82px;
    --service-overlap: 16px;
  }
}
