﻿@charset "utf-8";
/*--------------------------------------------------------------------------------

  main visual

--------------------------------------------------------------------------------*/
#mv {
  --mv-ink: #31504b;
  --mv-green: #5fa89d;
  --mv-green-light: #dceee8;
  --mv-cream: #fbf8ef;
  --mv-peach: #f6dfc7;
  position: relative;
  width: 100%;
  background: var(--color-bg);
  padding: clamp(18px, 3.2vw, 50px);
  overflow: hidden;
}
#mv * {
  box-sizing: border-box;
}
#mv .mv-hero_inner {
  width: 100%;
  position: relative;
  min-height: clamp(620px, 45vw, 800px);
  border-radius: clamp(26px, 2.2vw, 40px);
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 50% 47%, rgb(255 255 255 / 0.96) 0 14%, rgb(255 255 255 / 0.72) 31%, transparent 51%),
    radial-gradient(circle at 12% 18%, rgb(231 244 237 / 0.98), transparent 35%),
    radial-gradient(circle at 89% 82%, rgb(247 225 198 / 0.85), transparent 35%),
    linear-gradient(135deg, var(--mv-cream) 0%, #f5f3eb 47%, #edf5ef 100%);
  box-shadow: inset 0 0 0 1px rgb(255 255 255 / 0.72), 0 20px 50px rgb(73 98 91 / 0.08);
}
#mv .mv-hero_inner::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0.32;
  background-image: radial-gradient(rgb(87 137 125 / 0.22) 1px, transparent 1.4px);
  background-size: 26px 26px;
  -webkit-mask-image: linear-gradient(120deg, #000, transparent 32%, transparent 68%, #000);
  mask-image: linear-gradient(120deg, #000, transparent 32%, transparent 68%, #000);
  pointer-events: none;
}
#mv .mv-hero_light {
  position: absolute;
  z-index: 0;
  border-radius: 50%;
  filter: blur(2px);
  pointer-events: none;
}
#mv .mv-hero_light01 {
  top: -17%;
  right: 17%;
  width: min(33vw, 560px);
  aspect-ratio: 1;
  background: rgb(255 255 255 / 0.58);
}
#mv .mv-hero_light02 {
  bottom: -25%;
  left: 27%;
  width: min(27vw, 460px);
  aspect-ratio: 1;
  background: rgb(219 239 231 / 0.62);
}

/* copy */
#mv .mv-hero_copy {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 20;
  width: min(48vw, 650px);
  text-align: center;
  transform: translate(-50%, -50%);
}
#mv .mv-hero_copy::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  width: 122%;
  height: 155%;
  border: 1px solid rgb(255 255 255 / 0.68);
  border-radius: 50%;
  background: rgb(255 255 255 / 0.48);
  box-shadow: 0 20px 70px rgb(74 111 101 / 0.08), inset 0 0 34px rgb(255 255 255 / 0.7);
  transform: translate(-50%, -50%) rotate(-3deg);
  backdrop-filter: blur(4px);
}
#mv .mv-hero_label {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #66847d;
  font-family: var(--ff-go);
  font-size: clamp(10px, 0.72vw, 13px);
  font-weight: 500;
  letter-spacing: 0.22em;
  line-height: 1;
  margin-bottom: clamp(18px, 1.7vw, 28px);
}
#mv .mv-hero_label span {
  display: inline-block;
  width: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--mv-green);
  box-shadow: 0 0 0 5px rgb(95 168 157 / 0.14);
}
#mv .mv-hero_copy h2 {
  color: var(--mv-ink);
  font-family: var(--ff-min);
  font-size: clamp(32px, 3.35vw, 62px);
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.46;
  text-shadow: 0 3px 24px rgb(255 255 255 / 0.9);
}
#mv .mv-hero_copy h2 span {
  display: block;
  white-space: nowrap;
}
#mv .mv-hero_lead {
  color: #526a65;
  font-size: clamp(12px, 1vw, 16px);
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 2;
  margin-top: clamp(18px, 1.8vw, 28px);
}
#mv .mv-hero_line {
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(150px, 32%);
  height: 8px;
  margin: clamp(18px, 1.8vw, 28px) auto 0;
}
#mv .mv-hero_line::before,
#mv .mv-hero_line::after,
#mv .mv-hero_line span {
  content: "";
  display: block;
  border-radius: 999px;
  background: var(--mv-green);
}
#mv .mv-hero_line span {
  width: calc(100% - 22px);
  height: 2px;
  opacity: 0.58;
}
#mv .mv-hero_line::before {
  width: 5px;
  height: 5px;
  margin-right: 6px;
  opacity: 0.45;
}
#mv .mv-hero_line::after {
  width: 7px;
  height: 7px;
  margin-left: 4px;
  opacity: 0.72;
}

/* floating photo field */
#mv .mv-hero_scene {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  perspective: 1100px;
  pointer-events: none;
}
#mv .mv-photo {
  --depth-scale: 1;
  --depth-blur: 0px;
  --depth-opacity: 1;
  --parallax-x: 0px;
  --parallax-y: 0px;
  --float-x: 7px;
  --float-y: -10px;
  --float-rotate: 1.2deg;
  position: absolute;
  left: var(--photo-x);
  top: var(--photo-y);
  width: var(--photo-size);
  aspect-ratio: 1;
  margin: 0;
}
#mv .mv-photo_float,
#mv .mv-photo_parallax,
#mv .mv-photo_frame {
  display: block;
  width: 100%;
  height: 100%;
}
#mv .mv-photo_float {
  animation: mv-float-a var(--float-duration, 10s) ease-in-out var(--float-delay, 0s) infinite alternate;
}
#mv .mv-photo:nth-of-type(even) .mv-photo_float {
  animation-name: mv-float-b;
}
#mv .mv-photo_parallax {
  transform: translate3d(var(--parallax-x), var(--parallax-y), 0);
  transition: transform 0.9s cubic-bezier(.22, .7, .2, 1);
  will-change: transform;
}
#mv .mv-photo_frame {
  position: relative;
  overflow: hidden;
  opacity: var(--depth-opacity);
  border: clamp(4px, 0.42vw, 8px) solid rgb(255 255 255 / 0.86);
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 18px 50px rgb(56 91 82 / 0.18), inset 0 0 0 1px rgb(74 119 108 / 0.08);
  filter: blur(var(--depth-blur));
  transform: scale(var(--depth-scale));
  transition: transform 2.8s cubic-bezier(.22, .7, .2, 1), filter 2.8s ease, opacity 2.8s ease;
  will-change: transform, filter;
}
#mv .mv-photo_frame::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(145deg, rgb(255 255 255 / 0.2), transparent 42%, rgb(55 94 84 / 0.06));
}
#mv .mv-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.03);
}
#mv .mv-photo.is-near {
  --depth-scale: 1.06;
  --depth-blur: 0px;
  --depth-opacity: 1;
  z-index: 5;
}
#mv .mv-photo.is-mid {
  --depth-scale: 0.94;
  --depth-blur: 0.4px;
  --depth-opacity: 0.88;
  z-index: 3;
}
#mv .mv-photo.is-far {
  --depth-scale: 0.8;
  --depth-blur: 2.2px;
  --depth-opacity: 0.58;
  z-index: 1;
}
#mv .mv-photo01 { --photo-x: -2%; --photo-y: 50%; --photo-size: clamp(230px, 22vw, 390px); --float-duration: 11s; --float-delay: -4s; }
#mv .mv-photo02 { --photo-x: 2%; --photo-y: 7%; --photo-size: clamp(125px, 10.5vw, 190px); --float-duration: 13s; --float-delay: -9s; --float-y: -13px; }
#mv .mv-photo03 { --photo-x: 87%; --photo-y: 36%; --photo-size: clamp(140px, 12vw, 215px); --float-duration: 12s; --float-delay: -2s; --float-x: -8px; }
#mv .mv-photo04 { --photo-x: 12%; --photo-y: 1%; --photo-size: clamp(180px, 17vw, 310px); --float-duration: 10s; --float-delay: -7s; }
#mv .mv-photo05 { --photo-x: 70%; --photo-y: 2%; --photo-size: clamp(270px, 25vw, 445px); --float-duration: 12.5s; --float-delay: -5s; --float-x: -6px; --float-y: 11px; }
#mv .mv-photo06 { --photo-x: 76%; --photo-y: 61%; --photo-size: clamp(190px, 19vw, 340px); --float-duration: 11.5s; --float-delay: -8s; --float-y: 12px; }
#mv .mv-photo07 { --photo-x: 92%; --photo-y: 77%; --photo-size: clamp(105px, 10vw, 180px); --float-duration: 13.5s; --float-delay: -3s; }
#mv .mv-photo08 { --photo-x: 58%; --photo-y: 78%; --photo-size: clamp(110px, 10.5vw, 190px); --float-duration: 12s; --float-delay: -10s; --float-x: -9px; }
#mv .mv-photo02 img { object-position: 52% 68%; }
#mv .mv-photo03 img { object-position: 62% 50%; }
#mv .mv-photo04 img { object-position: 56% 54%; }
#mv .mv-photo07 img { object-position: 72% 48%; }
#mv .mv-photo08 img { object-position: 48% 66%; }

#mv .mv-dot {
  position: absolute;
  z-index: 2;
  display: block;
  border-radius: 50%;
  background: rgb(95 168 157 / 0.35);
  box-shadow: 0 0 0 8px rgb(255 255 255 / 0.36);
  animation: mv-dot-pulse 5s ease-in-out infinite alternate;
}
#mv .mv-dot01 { top: 19%; left: 37%; width: 10px; }
#mv .mv-dot02 { top: 69%; left: 25%; width: 7px; animation-delay: -2s; }
#mv .mv-dot03 { top: 17%; right: 32%; width: 6px; animation-delay: -4s; }
#mv .mv-dot04 { right: 26%; bottom: 13%; width: 9px; animation-delay: -1s; }
#mv .mv-dot::before {
  content: "";
  display: block;
  padding-top: 100%;
}

@keyframes mv-float-a {
  0% { transform: translate3d(0, 0, 0) rotate(0deg); }
  50% { transform: translate3d(calc(var(--float-x) * -0.45), calc(var(--float-y) * -0.35), 0) rotate(calc(var(--float-rotate) * -0.5)); }
  100% { transform: translate3d(var(--float-x), var(--float-y), 0) rotate(var(--float-rotate)); }
}
@keyframes mv-float-b {
  0% { transform: translate3d(0, var(--float-y), 0) rotate(var(--float-rotate)); }
  55% { transform: translate3d(calc(var(--float-x) * 0.35), 2px, 0) rotate(0deg); }
  100% { transform: translate3d(calc(var(--float-x) * -1), calc(var(--float-y) * -0.4), 0) rotate(calc(var(--float-rotate) * -1)); }
}
@keyframes mv-dot-pulse {
  from { opacity: 0.35; transform: scale(0.82); }
  to { opacity: 0.86; transform: scale(1.18); }
}

@media (max-width: 1100px) {
  #mv .mv-hero_copy { width: min(53vw, 560px); }
  #mv .mv-hero_copy h2 { font-size: clamp(34px, 3.9vw, 46px); }
  #mv .mv-photo03 { --photo-x: 89%; }
  #mv .mv-photo05 { --photo-x: 72%; }
  #mv .mv-photo06 { --photo-x: 79%; }
}

@media (max-width: 768px) {
  #mv .mv-hero_inner {
    min-height: clamp(720px, 112vw, 840px);
    border-radius: 28px;
    background:
      radial-gradient(circle at 50% 23%, rgb(255 255 255 / 0.94) 0 19%, rgb(255 255 255 / 0.62) 38%, transparent 58%),
      radial-gradient(circle at 8% 58%, rgb(231 244 237 / 0.96), transparent 38%),
      radial-gradient(circle at 91% 83%, rgb(247 225 198 / 0.84), transparent 38%),
      linear-gradient(145deg, var(--mv-cream), #edf5ef);
  }
  #mv .mv-hero_copy {
    top: clamp(58px, 10vw, 78px);
    width: calc(100% - 38px);
    transform: translateX(-50%);
  }
  #mv .mv-hero_copy::before {
    width: 106%;
    height: 126%;
    background: rgb(255 255 255 / 0.54);
  }
  #mv .mv-hero_label {
    font-size: 10px;
    margin-bottom: 14px;
  }
  #mv .mv-hero_copy h2 {
    font-size: clamp(31px, 7vw, 43px);
    letter-spacing: 0.08em;
    line-height: 1.4;
  }
  #mv .mv-hero_lead {
    font-size: clamp(12px, 2.4vw, 15px);
    line-height: 1.9;
    margin-top: 14px;
  }
  #mv .mv-hero_line { margin-top: 14px; }
  #mv .mv-photo01 { --photo-x: -9%; --photo-y: 59%; --photo-size: 43vw; }
  #mv .mv-photo02 { display: none; }
  #mv .mv-photo03 { --photo-x: -4%; --photo-y: 81%; --photo-size: 27vw; }
  #mv .mv-photo04 { --photo-x: -8%; --photo-y: 34%; --photo-size: 31vw; }
  #mv .mv-photo05 { --photo-x: 42%; --photo-y: 43%; --photo-size: 58vw; }
  #mv .mv-photo06 { --photo-x: 68%; --photo-y: 68%; --photo-size: 39vw; }
  #mv .mv-photo07 { display: none; }
  #mv .mv-photo08 { --photo-x: 74%; --photo-y: 31%; --photo-size: 25vw; }
  #mv .mv-dot01 { top: 35%; left: 33%; }
  #mv .mv-dot02 { top: 71%; left: 46%; }
  #mv .mv-dot03 { top: 39%; right: 8%; }
  #mv .mv-dot04 { right: 38%; bottom: 5%; }
}

@media (max-width: 480px) {
  #mv { padding: 12px; }
  #mv .mv-hero_inner { min-height: max(680px, calc(100svh - 92px)); }
  #mv .mv-hero_copy { top: 48px; width: calc(100% - 28px); }
  #mv .mv-hero_copy::before { width: 110%; height: 122%; }
  #mv .mv-hero_copy h2 { font-size: clamp(29px, 8.2vw, 36px); }
  #mv .mv-hero_lead { font-size: 12px; letter-spacing: 0.035em; }
  #mv .mv-photo01 { --photo-x: -12%; --photo-y: 61%; --photo-size: 47vw; }
  #mv .mv-photo03 { --photo-x: -7%; --photo-y: 83%; --photo-size: 30vw; }
  #mv .mv-photo04 { --photo-x: -10%; --photo-y: 36%; --photo-size: 34vw; }
  #mv .mv-photo05 { --photo-x: 39%; --photo-y: 42%; --photo-size: 64vw; }
  #mv .mv-photo06 { --photo-x: 67%; --photo-y: 72%; --photo-size: 43vw; }
  #mv .mv-photo08 { --photo-x: 73%; --photo-y: 35%; --photo-size: 28vw; }
}

@media (prefers-reduced-motion: reduce) {
  #mv .mv-photo_float,
  #mv .mv-dot {
    animation: none;
  }
  #mv .mv-photo_parallax {
    transition: none;
    will-change: auto;
  }
  #mv .mv-photo_frame {
    transition: none;
    will-change: auto;
  }
}

/*--------------------------------------------------------------------------------

  information

--------------------------------------------------------------------------------*/
#information {
  padding: var(--space-2l) 0;
  overflow: hidden;
}
#information .inner {
  width: calc(var(--container-width, var(--base-width)) * 1px);
  max-width: calc(100% - (var(--container-side-space, var(--side-space)) * 2));
  margin-inline: auto;
}

#information .inner ul {
  display: flex;
  justify-content: center;
  column-gap: 50px;
  padding: var(--space-l) 0 0 0;
}
#information .inner ul li {
  display: block;
  container-type: inline-size;
  width: calc((100% - (50px * 2)) / 3);
}
#information .inner ul li a {
  --link-color: var(--txt-color);
  --link-color-hover: var(--color-primary-light);
  --link-deco: none;
  --link-deco-hover: none;
  display: block;
  text-decoration: none !important;
}
#information .inner ul li .nolink {
  --link-color: var(--txt-color);
  --link-color-hover: var(--txt-color);
  --link-deco: none;
  --link-deco-hover: none;
  display: block;
  text-decoration: none !important;
}
#information .inner ul li figure {
  width: 100%;
}
#information .inner ul li figure picture {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
  aspect-ratio: 4 / 3;
}
#information .inner ul li figure picture img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: left top;
  transition: transform 1s var(--cubic-bezier), filter 0.3s ease-in-out;
}
#information .inner ul li a:hover figure picture img {
  transform: scale(var(--zoom-scale));
}
#information .inner ul li figure figcaption {
  margin-top: 30px;
}
#information .inner ul li figure figcaption dl {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
#information .inner ul li figure figcaption dl dt {
  font-size: 23px;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
#information .inner ul li figure figcaption dl dt time {
  display: block;
  color: var(--color-gray);
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 10px;
}
#information .inner ul li figure figcaption dl dd {
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

#information .inner .link-button {
  display: block;
  width: 100%;
  max-width: 300px;
  height: 70px;
  margin: var(--space-l) auto 0 auto;
}
#information .inner .link-button a {
  --link-color: #ffffff;
  --link-color-hover: #ffffff;
  --link-deco: none;
  --link-deco-hover: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: var(--color-primary);
  border-radius: 30px;
}
#information .inner .link-button a:hover {
  background-color: var(--color-primary-light);
}

@media (max-width: 768px) {
  #information .inner ul {
    flex-direction: column;
    column-gap: 0;
    padding: var(--space-l) 0 0 0;
  }
  #information .inner ul li {
    width: 100%;
    padding: var(--space-s) 0;
    border-bottom: 1px solid var(--bg-primary-lighter);
  }
  #information .inner ul li figure {
    display: flex;
    column-gap: var(--space-s);
    width: 100%;
  }
  #information .inner ul li figure picture {
    flex-shrink: 0;
    width: 30%;
  }
  #information .inner ul li figure picture img {
    width: auto;
    height: 100%;
  }
  #information .inner ul li figure figcaption {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    width: calc((100% - var(--space-s)) - 30%);
    margin-top: 0;
  }
  #information .inner ul li figure figcaption dl dt {
    font-size: 20px;
    line-height: 1.4;
    text-overflow: inherit;
    white-space: inherit;
    overflow: auto;
  }
  #information .inner ul li figure figcaption dl dd {
    display: none;
  }
}
@media (max-width: 560px) {
  #information .inner ul li figure {
    flex-wrap: wrap;
    row-gap: 30px;
  }
  #information .inner ul li figure picture {
    width: 100%;
    aspect-ratio: 4 / 3;
  }
  #information .inner ul li figure picture img {
    width: 100%;
    height: auto;
  }
  #information .inner ul li figure figcaption {
    width: 100%;
  }
}


/*--------------------------------------------------------------------------------

  work

--------------------------------------------------------------------------------*/
#work {
  background: var(--color-bg);
  padding: var(--space-2l) 0;
  overflow: hidden;
}
#work .inner {
  width: calc(var(--container-width, 1460) * 1px);
  max-width: calc(100% - (var(--container-side-space, var(--side-space)) * 2));
  margin-inline: auto;
}
@media (max-width: 1024px) {
  #work .inner {
    max-width: 100%;
  }
}

#work .work-navi {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  width: 100%;
  max-width: 1300px;
  margin: 80px auto;
}
#work .work-navi li {
  width: 33.33%;
}
#work .work-navi li a.c-btn {
  width: 100%;
  height: 96px;
  border-radius: 30px;
  box-sizing: border-box;
}
#work .work-navi li .c-btn_txt {
  padding: 0;
}
#work .work-navi li .c-btn_icon {
  transform: rotate(90deg);
}
@media (max-width: 1024px) {
  #work .work-navi {
    max-width: calc(100% - (var(--container-side-space, var(--side-space)) * 2));
    gap: 30px;
  }
}
@media (max-width: 768px) {
  #work .work-navi {
    flex-wrap: wrap;
  }
  #work .work-navi li {
    width: 100%;
  }
  #work .work-navi li a.c-btn {
    height: 80px;
    border-radius: 24px;
  }
}

#work .work-category {
  background: #fff;
  border-radius: 30px;
  padding: 80px;
}
@media (max-width: 1024px) {
  #work .work-category {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  #work .work-category {
    padding: 30px;
  }
}

#work .works-additional {
  border: 3px solid var(--color-primary);
  border-radius: 30px;
  padding: 50px;
  margin-top: 50px;
}
#work .works-additional-title {
  text-align: center;
  font-size: var(--fs-m);
  font-weight: bold;
  margin-bottom: 30px;
}
#work .works-additional-title::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: var(--color-primary);
  border-radius: 0.5em;
  margin-right: 0.5em;
}
#work .works-additional-title::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: var(--color-primary);
  border-radius: 0.5em;
  margin-left: 0.5em;
}
@media (max-width: 1024px) {
  #work .works-additional {
    padding: 30px;
  }
}
@media (max-width: 460px) {
  #work .works-additional {
    padding: 20px;
  }
}

#work #work-rental {
  margin-bottom: 80px;
}
#work #work-rental > p {
  text-align: center;
  margin: var(--space-s) 0 0 0;
}
#work #work-rental > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 50px;
  margin: var(--space-s) 0 0 0;
  list-style: none;
}
#work #work-rental > ul > li {
  width: calc((100% - 50px) / 2);
  background-color: var(--color-bg);
  border-radius: 25px;
  padding: 30px;
}
#work #work-rental > ul > li figure {
  max-width: 565px;
  border-radius: 20px;
  overflow: hidden;
  margin: 0 auto 20px;
}
#work #work-rental > ul > li dt {
  margin-bottom: 0.5em;
  align-content: center;
}
#work #work-rental > ul > li dt::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: var(--color-primary);
  border-radius: 0.5em;
  margin-right: 0.5em;
}
@media (max-width: 1024px) {
  #work #work-rental > ul {
    gap: 30px;
  }
  #work #work-rental > ul > li {
    width: calc((100% - 30px) / 2);
  }
}
@media (max-width: 768px) {
  #work #work-rental > p {
    text-align: left;
  }
  #work #work-rental > ul > li {
    width: 100%;
  }
}
@media (max-width: 425px) {
  #work #work-rental > ul > li {
    padding: 20px;
  }
}

#work #work-sale {
  margin-bottom: 80px;
}
/*
#work #work-sale .work-sale-item {
  display: grid;
  grid-template-columns: repeat(5,1fr);
  gap: 30px;
  margin-top: 50px;
}
#work #work-sale .work-sale-item li {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 120px;
  background-color: var(--color-tertiary-lightest);
  border: 1px solid var(--color-tertiary);;
  border-radius: 1.5em;
  line-height: 1.6;
  text-align: center;
  padding: 1em;
  font-size: var(--fs-2s);
}
@media (max-width: 1440px) {
  #work #work-sale .work-sale-item {
    grid-template-columns: repeat(4,1fr);
  }
}
@media (max-width: 1024px) {
  #work #work-sale .work-sale-item {
    grid-template-columns: repeat(3,1fr);
  }
}
@media (max-width: 768px) {
  #work #work-sale .work-sale-item {
    grid-template-columns: repeat(2,1fr);
  }
}
@media (max-width: 460px) {
  #work #work-sale .work-sale-item {
    gap: 20px;
  }
  #work #work-sale .work-sale-item li {
    min-height: 100px;
    font-size: var(--fs-s);
  }
}
*/
#work #work-sale .works-additional-intro {
  text-align: center;
}
#work #work-sale .work-sale-shoes {
  background-image: url(../img/top/work-sale-shoes.jpg?upd=20260903);
  background-repeat: no-repeat;
  background-position: right bottom;
  margin-top: var(--space-s);
}
#work #work-sale .work-sale-shoes h5 {
  color: var(--color-primary);
  font-size: var(--fs-m);
  font-weight: bold;
  border-bottom: 1px solid var(--border-color);
  margin-bottom: 1em;
}
#work #work-sale .work-sale-shoes p:not(:last-of-type) {
  margin-bottom: 1em;
}
#work #work-sale .work-sale-shoes ul li::before {
  content: "・";
}
@media (max-width: 1440px) {
  #work #work-sale .work-sale-shoes {
    background-size: 30%;
  }
}
@media (max-width: 768px) {
  #work #work-sale .work-sale-shoes {
    padding-bottom: 75%;
    background-size: 75%;
    background-position: center bottom;
  }
}

#work #work-sale .work-sale-omutsu {
  margin-top: var(--space-s);
}
#work #work-sale .work-sale-omutsu h5 {
  color: var(--color-primary);
  font-size: var(--fs-m);
  font-weight: bold;
  border-bottom: 1px solid var(--border-color);
  margin-bottom: 1em;
}
#work #work-sale .work-sale-omutsu-contents {
  display: flex;
  gap: 36px;
}
#work #work-sale .work-sale-omutsu-img {
  text-align: center;
}
@media (max-width: 768px) {
  #work #work-sale .work-sale-omutsu-contents {
    flex-wrap: wrap;
  }
  #work #work-sale .work-sale-omutsu-img {
    width: 100%;
  }
}

#work #work-sale .work-sale-subsidy-description {
  margin-bottom: 30px;
}
#work #work-sale .work-sale-subsidy h5 {
  text-align: center;
  font-weight: bold;
  position: relative;
  padding-bottom: 60px;
  margin-bottom: 30px;
}
#work #work-sale .work-sale-subsidy h5::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: calc(50% - 25px);
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-top: 30px solid #FFEAAA;  
}
#work #work-sale .work-sale-subsidy-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media (max-width: 768px) {
  #work #work-sale .work-sale-subsidy-list {
    grid-template-columns: auto;
  }
}
#work #work-sale .work-sale-subsidy-list li {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  min-height: 120px;
  border-radius: 30px;
  padding: 1em;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
}
#work #work-sale .work-sale-subsidy-list li.category01 { background-color: var(--color-primary); }
#work #work-sale .work-sale-subsidy-list li.category02 { background-color: var(--color-quaternary); }
#work #work-sale .work-sale-subsidy-list h6 {
  width: 100%;
  font-weight: bold;
  margin-bottom: var(--space-3s);
}
#work #work-sale .work-sale-subsidy-list img {
  border-radius: 20px;

}

#work #work-renovation .work-renovation-intro {
  margin-top: 50px;
  text-align: center;
}
#work #work-renovation .works-renovation-example-item:not(:last-of-type) {
  margin-bottom: 36px;
}
#work #work-renovation .works-renovation-example-item h5 {
  color: var(--color-primary);
  font-size: var(--fs-m);
  font-weight: bold;
  border-bottom: 1px solid var(--border-color);
  margin-bottom: 1em;
}
#work #work-renovation .works-renovation-example-img {
  display: flex;
  align-items: center;
  gap: 36px 24px;
}
#work #work-renovation .works-renovation-example-img figure {
  width: calc(50% - 30px);
}
#work #work-renovation .works-renovation-example-img figcaption {
  text-align: center;
  font-weight: bold;
}
#work #work-renovation .works-renovation-example-arrow {
  padding-bottom: 20px;
}
@media (max-width:1024px) {
  #work #work-renovation .works-renovation-example-img figure {
    width: calc(50% - 24px);
  }
  #work #work-renovation .works-renovation-example-arrow {
    width: 36px;
  }
}
@media (max-width:768px) {
  #work #work-renovation .works-renovation-example-item h5 {
    line-height: 1.4;
  }
  #work #work-renovation .works-renovation-example-img {
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
  }
  #work #work-renovation .works-renovation-example-img figure {
    width: 100%;
    text-align: center;
  }
  #work #work-renovation .works-renovation-example-img figcaption {
    margin-top: 0.25em;
  }
  #work #work-renovation .works-renovation-example-arrow {
    width: 24px;
    transform: rotate(90deg);
    padding: 0;
  }
}
/*
#work #work-renovation .works-additional-contents {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 30px;
} 
#work #work-renovation .works-additional-contents figure img {
  border-radius: 20px;
  overflow: hidden;
}
#work #work-renovation .works-additional-contents figcaption {
  margin-top: 1em;
  font-size: var(--fs-3s-rem);
  line-height: 1.4;
}
@media (max-width: 1024px) {
  #work #work-renovation .works-additional-contents {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 640px) {
  #work #work-renovation .works-additional-contents {
    grid-template-columns: auto;
  }
}
*/



/*--------------------------------------------------------------------------------

  service

--------------------------------------------------------------------------------*/
#service {
  background-image: url(../img/top/service-bg.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  padding: 100px 0;
}
#service .inner {
  width: calc(var(--container-width, var(--base-width)) * 1px);
  max-width: calc(100% - (var(--container-side-space, var(--side-space)) * 2));
  margin-inline: auto;
}
#service h2 {
  margin-bottom: 100px;
}
#service .service-contents {
  display: flex;
  background-color: #fff;
  border-radius: 30px;
  overflow: hidden;
  margin-top: 50px;
}
#service .service-description {
  width: calc(100% - 338px);
  padding: 40px;
}
#service .service-description h3 {
  background: none;
  color: #333;
  font-size: 25px;
  font-weight: bold;
  text-align: left;
  line-height: 1.6;
  margin-bottom: 1em;
  padding: 1em 0;
}
#service .service-description h3::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: var(--color-primary);
  border-radius: 0.5em;
  margin-right: 0.5em;
}
#service .service-img {
  width: 338px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
#service .service-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1024px) {
  #service .service-description {
    width: 50%;
    padding: 30px;
  }
  #service .service-img {
    width: 50%;
  }
}
@media (max-width: 768px) {
  #service .service-contents {
    flex-wrap: wrap;
  }
  #service .service-description {
    width: 100%;
  }
  #service .service-img {
    width: 100%;
  }
}
@media (max-width: 500px) {
  #service .service-description h3 {
    font-size: 22px;
  }
}
