@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-wrap: break-word;
  word-break: normal;
}

img,
video {
  display: block;
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

svg {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

ul,
ol {
  list-style: none;
}

li {
  padding-left: 0;
}

button,
input,
textarea,
select {
  font: inherit;
  color: inherit;
  border: none;
  outline: none;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

button {
  cursor: pointer;
  text-align: inherit;
}

button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}

table {
  border-collapse: collapse;
}

.en {
  font-family: "Arsenal", "Georgia", "Times New Roman", serif;
  letter-spacing: 0.2em;
  font-weight: 400;
}

.gothic {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", Meiryo, sans-serif;
  font-weight: 400;
}

.view-sp {
  display: inline;
}
@media screen and (min-width: 768px) {
  .view-sp {
    display: none;
  }
}

.view-lr {
  display: none;
}
@media screen and (min-width: 1024px) {
  .view-lr {
    display: inline;
  }
}

.mb-xs {
  margin-bottom: 15px;
}
@media screen and (min-width: 1024px) {
  .mb-xs {
    margin-bottom: 25px;
  }
}

.mb-sm {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .mb-sm {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .mb-sm {
    margin-bottom: 50px;
  }
}

.mb-md {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .mb-md {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .mb-md {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 1280px) {
  .mb-md {
    margin-bottom: 100px;
  }
}

.mb-lr {
  margin-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .mb-lr {
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .mb-lr {
    margin-bottom: 120px;
  }
}

.pd-md {
  padding: 50px 0;
}
@media screen and (min-width: 768px) {
  .pd-md {
    padding: 60px 0;
  }
}
@media screen and (min-width: 1024px) {
  .pd-md {
    padding: 80px 0;
  }
}
@media screen and (min-width: 1280px) {
  .pd-md {
    padding: 100px 0;
  }
}

.c-container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 6vw;
}
@media screen and (min-width: 600px) {
  .c-container {
    padding: 0 4vw;
  }
}
@media screen and (min-width: 768px) {
  .c-container {
    padding: 0 6vw;
  }
}
@media screen and (min-width: 1024px) {
  .c-container {
    padding: 0 6vw;
  }
}
@media screen and (min-width: 1200px) {
  .c-container {
    padding: 0 2vw;
  }
}
@media screen and (min-width: 1500px) {
  .c-container {
    padding: 0;
  }
}

.appear.up .item {
  transform: translateY(20px);
}

.appear.down .item {
  transform: translateY(20px);
}

.appear.left .item {
  transform: translateX(30px);
}

.appear.right .item {
  transform: translateX(-30px);
}

.appear.skew .item {
  transform: translateX(30px) translateY(30px);
}

.appear-l.up .item {
  transform: translateY(20px);
}

.appear-l.down .item {
  transform: translateY(20px);
}

.appear-l.left .item {
  transform: translateX(30px);
}

.appear-l.right .item {
  transform: translateX(-30px);
}

.appear-l.skew .item {
  transform: translateX(30px) translateY(30px);
}

.appear .item {
  transition: all 0.6s;
  opacity: 0;
}
.appear.inview .item {
  opacity: 1;
  transform: none;
}
.appear.inview .item:nth-child(1) {
  transition-delay: 0.5s;
}
.appear.inview .item:nth-child(2) {
  transition-delay: 1s;
}
.appear.inview .item:nth-child(3) {
  transition-delay: 1.5s;
}
.appear.inview .item:nth-child(4) {
  transition-delay: 2s;
}
.appear.inview .item:nth-child(5) {
  transition-delay: 2.5s;
}
.appear.inview .item:nth-child(6) {
  transition-delay: 3s;
}
.appear.inview .item:nth-child(7) {
  transition-delay: 3.5s;
}
.appear.inview .item:nth-child(8) {
  transition-delay: 4s;
}
.appear.inview .item:nth-child(9) {
  transition-delay: 4.5s;
}
.appear.inview .item:nth-child(10) {
  transition-delay: 5s;
}
.appear.inview .item:nth-child(11) {
  transition-delay: 5.5s;
}
.appear.inview .item:nth-child(12) {
  transition-delay: 6s;
}
.appear.inview .item:nth-child(13) {
  transition-delay: 6.5s;
}
.appear.inview .item:nth-child(14) {
  transition-delay: 7s;
}
.appear.inview .item:nth-child(15) {
  transition-delay: 7.5s;
}
.appear.inview .item:nth-child(16) {
  transition-delay: 8s;
}
.appear.inview .item:nth-child(17) {
  transition-delay: 8.5s;
}
.appear.inview .item:nth-child(18) {
  transition-delay: 9s;
}
.appear.inview .item:nth-child(19) {
  transition-delay: 9.5s;
}
.appear.inview .item:nth-child(20) {
  transition-delay: 10s;
}
.appear.inview .item:nth-child(21) {
  transition-delay: 10.5s;
}
.appear.inview .item:nth-child(22) {
  transition-delay: 11s;
}
.appear.inview .item:nth-child(23) {
  transition-delay: 11.5s;
}
.appear.inview .item:nth-child(24) {
  transition-delay: 12s;
}
.appear.inview .item:nth-child(25) {
  transition-delay: 12.5s;
}
.appear.inview .item:nth-child(26) {
  transition-delay: 13s;
}
.appear.inview .item:nth-child(27) {
  transition-delay: 13.5s;
}
.appear.inview .item:nth-child(28) {
  transition-delay: 14s;
}
.appear.inview .item:nth-child(29) {
  transition-delay: 14.5s;
}
.appear.inview .item:nth-child(30) {
  transition-delay: 15s;
}
.appear.inview .item:nth-child(31) {
  transition-delay: 15.5s;
}
.appear.inview .item:nth-child(32) {
  transition-delay: 16s;
}
.appear.inview .item:nth-child(33) {
  transition-delay: 16.5s;
}
.appear.inview .item:nth-child(34) {
  transition-delay: 17s;
}
.appear.inview .item:nth-child(35) {
  transition-delay: 17.5s;
}
.appear.inview .item:nth-child(36) {
  transition-delay: 18s;
}
.appear.inview .item:nth-child(37) {
  transition-delay: 18.5s;
}
.appear.inview .item:nth-child(38) {
  transition-delay: 19s;
}
.appear.inview .item:nth-child(39) {
  transition-delay: 19.5s;
}

.appear-l .item {
  transition: all 0.6s;
  opacity: 0;
}
.appear-l.inview-l .item {
  opacity: 1;
  transform: none;
}
.appear-l.inview-l .item:nth-child(1) {
  transition-delay: 0.9s;
}
.appear-l.inview-l .item:nth-child(2) {
  transition-delay: 1.8s;
}
.appear-l.inview-l .item:nth-child(3) {
  transition-delay: 2.7s;
}
.appear-l.inview-l .item:nth-child(4) {
  transition-delay: 3.6s;
}
.appear-l.inview-l .item:nth-child(5) {
  transition-delay: 4.5s;
}
.appear-l.inview-l .item:nth-child(6) {
  transition-delay: 5.4s;
}
.appear-l.inview-l .item:nth-child(7) {
  transition-delay: 6.3s;
}
.appear-l.inview-l .item:nth-child(8) {
  transition-delay: 7.2s;
}
.appear-l.inview-l .item:nth-child(9) {
  transition-delay: 8.1s;
}
.appear-l.inview-l .item:nth-child(10) {
  transition-delay: 9s;
}
.appear-l.inview-l .item:nth-child(11) {
  transition-delay: 9.9s;
}
.appear-l.inview-l .item:nth-child(12) {
  transition-delay: 10.8s;
}
.appear-l.inview-l .item:nth-child(13) {
  transition-delay: 11.7s;
}
.appear-l.inview-l .item:nth-child(14) {
  transition-delay: 12.6s;
}
.appear-l.inview-l .item:nth-child(15) {
  transition-delay: 13.5s;
}
.appear-l.inview-l .item:nth-child(16) {
  transition-delay: 14.4s;
}
.appear-l.inview-l .item:nth-child(17) {
  transition-delay: 15.3s;
}
.appear-l.inview-l .item:nth-child(18) {
  transition-delay: 16.2s;
}
.appear-l.inview-l .item:nth-child(19) {
  transition-delay: 17.1s;
}
.appear-l.inview-l .item:nth-child(20) {
  transition-delay: 18s;
}
.appear-l.inview-l .item:nth-child(21) {
  transition-delay: 18.9s;
}
.appear-l.inview-l .item:nth-child(22) {
  transition-delay: 19.8s;
}
.appear-l.inview-l .item:nth-child(23) {
  transition-delay: 20.7s;
}
.appear-l.inview-l .item:nth-child(24) {
  transition-delay: 21.6s;
}
.appear-l.inview-l .item:nth-child(25) {
  transition-delay: 22.5s;
}
.appear-l.inview-l .item:nth-child(26) {
  transition-delay: 23.4s;
}
.appear-l.inview-l .item:nth-child(27) {
  transition-delay: 24.3s;
}
.appear-l.inview-l .item:nth-child(28) {
  transition-delay: 25.2s;
}
.appear-l.inview-l .item:nth-child(29) {
  transition-delay: 26.1s;
}
.appear-l.inview-l .item:nth-child(30) {
  transition-delay: 27s;
}
.appear-l.inview-l .item:nth-child(31) {
  transition-delay: 27.9s;
}
.appear-l.inview-l .item:nth-child(32) {
  transition-delay: 28.8s;
}
.appear-l.inview-l .item:nth-child(33) {
  transition-delay: 29.7s;
}
.appear-l.inview-l .item:nth-child(34) {
  transition-delay: 30.6s;
}
.appear-l.inview-l .item:nth-child(35) {
  transition-delay: 31.5s;
}
.appear-l.inview-l .item:nth-child(36) {
  transition-delay: 32.4s;
}
.appear-l.inview-l .item:nth-child(37) {
  transition-delay: 33.3s;
}
.appear-l.inview-l .item:nth-child(38) {
  transition-delay: 34.2s;
}
.appear-l.inview-l .item:nth-child(39) {
  transition-delay: 35.1s;
}

.faq__icon {
  position: absolute;
  top: 50%;
  right: 1em;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}
.faq__icon::before {
  position: absolute;
  content: "";
  margin: auto;
  box-sizing: border-box;
  vertical-align: middle;
  border-top: 1px solid #85837d;
  width: 16px;
  height: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.faq__icon::after {
  position: absolute;
  content: "";
  margin: auto;
  box-sizing: border-box;
  vertical-align: middle;
  border-left: 1px solid #85837d;
  width: 0;
  height: 16px;
  top: 0;
  bottom: 0;
  right: 7.5px;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .faq__icon {
    right: 2em;
  }
}

.ac-title.is-active {
  transition: all 3s;
}
.ac-title.is-active .faq__icon::after {
  height: 0;
  transition: all 0.3s;
}

.ac-content {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.3s;
}

.ac-content.is-open {
  height: auto;
  opacity: 1;
  display: block;
  transition: all 0.3s;
}

.music-toggle {
  position: fixed;
  right: clamp(16px, 3vw, 32px);
  bottom: clamp(16px, 3vw, 32px);
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 4px 16px rgba(24, 24, 24, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .music-toggle:hover {
    background-color: #f3f2ee;
  }
}
.music-toggle__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  width: 18px;
  height: 16px;
}
.music-toggle__icon span {
  display: block;
  width: 3px;
  height: 100%;
  border-radius: 9999px;
  background-color: #85837d;
  transform: scaleY(0.3);
  transition: transform 0.2s ease;
}
.music-toggle.is-playing .music-toggle__icon span {
  animation: music-toggle-bar 1s ease-in-out infinite;
}
.music-toggle.is-playing .music-toggle__icon span:nth-child(2) {
  animation-delay: 0.2s;
}
.music-toggle.is-playing .music-toggle__icon span:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes music-toggle-bar {
  0%, 100% {
    transform: scaleY(0.3);
  }
  50% {
    transform: scaleY(1);
  }
}
.c-cta {
  position: relative;
  overflow: hidden;
  color: #fff;
  text-align: center;
  padding: clamp(70px, 12vw, 140px) 0;
}
.c-cta__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.c-cta__bg::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background-color: rgba(24, 24, 24, 0.55);
}
.c-cta__bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center right;
     object-position: center right;
}
@media screen and (min-width: 768px) {
  .c-cta__bg img {
    -o-object-position: center;
       object-position: center;
  }
}
.c-cta__inner {
  position: relative;
  z-index: 1;
}
.c-cta__eyebrow {
  display: block;
  margin-bottom: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.15em;
}
.c-cta__title {
  font-size: clamp(2rem, 1.5vw + 1.5rem, 2.8rem);
  line-height: 1.6;
  margin-bottom: 20px;
}
.c-cta__desc {
  line-height: 1.9;
  margin-bottom: clamp(30px, 5vw, 50px);
}
.c-cta__actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.c-cta__actions .more-btn__link {
  --btn-color: #fff;
}
@media screen and (min-width: 768px) {
  .c-cta__actions {
    flex-direction: row;
    justify-content: center;
    gap: 30px;
  }
}
.c-cta__sns {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid #fff;
  border-radius: 50%;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .c-cta__sns:hover {
    opacity: 0.7;
  }
}
.c-cta__sns img {
  width: 18px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
}

.opening-screen {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  background-color: #f6f5f1;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: opacity 1s ease-out;
}
.opening-screen.fade-out {
  opacity: 0;
  pointer-events: none;
}

.opening-logo {
  opacity: 0;
  animation: opening-logo-show 0.8s ease-out forwards;
}
.opening-logo img {
  width: 150px;
  height: auto;
  max-width: 55vw;
}
@media screen and (min-width: 1024px) {
  .opening-logo img {
    width: 300px;
  }
}
@media screen and (min-width: 1280px) {
  .opening-logo img {
    width: 360px;
  }
}

@keyframes opening-logo-show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.opening-progress {
  margin-top: 30px;
  width: 160px;
  height: 2px;
  background-color: rgba(87, 85, 79, 0.15);
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .opening-progress {
    width: 200px;
  }
}
.opening-progress__bar {
  display: block;
  width: 0;
  height: 100%;
  background-color: #57554f;
  animation: opening-progress-fill 2.2s ease-in-out 0.3s forwards;
}

@keyframes opening-progress-fill {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
.main-content-wrapper {
  opacity: 0;
  transition: opacity 1s ease-out;
}
.main-content-wrapper.show {
  opacity: 1;
}

/******************************************************************

Stylesheet: ベーススタイル

******************************************************************/
body {
  color: rgb(24, 24, 24);
  letter-spacing: 0.05em;
  font-size: clamp(1.3rem, 1.2rem + 0.3vw, 1.7rem);
  font-weight: 600;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "YuMincho", "Yu Mincho", "游明朝", serif;
}

.superwrapper {
  overflow: hidden;
}

.breadcrumb {
  display: flex;
  flex-wrap: nowrap;
}
.breadcrumb li {
  color: #3a3934;
  padding-right: 10px;
  white-space: nowrap;
  flex-shrink: 0;
}
.breadcrumb li:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
  flex-shrink: 1;
}
.breadcrumb li a {
  color: #85837d;
  border-bottom: 1px solid #85837d;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .breadcrumb li a:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 1024px) {
  .breadcrumb li:last-child {
    max-width: none;
  }
}

.more-btn {
  position: relative;
  text-align: center;
  display: block;
}
.more-btn__link {
  --btn-color: #4a3220;
  display: inline-block;
  padding: 12px 32px;
  border: 1px solid var(--btn-color);
  background-color: transparent;
  transition: background-color 0.3s, border-color 0.3s;
  z-index: 1;
}
.more-btn__link .bg {
  display: none;
}
.more-btn__link span {
  position: relative;
  color: var(--btn-color);
  transition: color 0.3s;
}
.more-btn__link span.text {
  padding-right: 55px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.more-btn__link span.text::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2px;
  width: 30px;
  height: 1px;
  background-color: var(--btn-color);
  transform: translateY(-50%);
  transition: width 0.3s, background-color 0.3s;
}
.more-btn__link span.text::before {
  content: "";
  width: 9px;
  height: 1px;
  background-color: var(--btn-color);
  display: block;
  position: absolute;
  top: 0;
  right: 2px;
  bottom: 0;
  margin: auto;
  transform: rotate(30deg);
  transform-origin: right center;
  transition: all 0.3s;
  z-index: 10;
}
.more-btn__link {
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .more-btn__link:hover {
    background-color: #57554f;
    border-color: #57554f;
  }
  .more-btn__link:hover span {
    color: #fff;
  }
  .more-btn__link:hover span.text::after {
    width: 26px;
    background-color: #fff;
  }
  .more-btn__link:hover span.text::before {
    background-color: #fff;
    right: 1px;
  }
}
@media screen and (min-width: 1024px) {
  .more-btn__link {
    padding: 14px 40px;
  }
  .more-btn__link span {
    font-size: 1.1em;
  }
  .more-btn__link span.text {
    padding-right: 50px;
  }
  .more-btn__link span.text::after {
    width: 20px;
  }
  .more-btn__link span.text::before {
    width: 11px;
  }
}

.p-title {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-bottom: 15px;
  position: relative;
}
.p-title::before {
  content: "";
  width: 40px;
  height: 2px;
  border-radius: 9999px;
  background-color: #c4c2bc;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.p-title .ja {
  display: inline-block;
  line-height: 1;
  font-weight: 400;
  font-size: 0.75em;
  letter-spacing: 0.15em;
  color: #3a3934;
}
.p-title .en {
  text-transform: uppercase;
  font-size: 1.7em;
  line-height: 1;
  letter-spacing: 0.2em;
  color: #57554f;
}
@media screen and (min-width: 1024px) {
  .p-title .ja {
    font-size: 0.85em;
  }
  .p-title .en {
    font-size: 2.2em;
  }
}

.c-topview {
  position: relative;
  overflow: hidden;
  margin-top: 64px;
  background-color: #f3f2ee;
  padding: clamp(60px, 11vw, 110px) 0 clamp(30px, 5vw, 50px);
}
.c-topview::before {
  content: attr(data-title);
  position: absolute;
  top: 50%;
  right: -0.05em;
  transform: translateY(-50%);
  font-family: "Arsenal", "Georgia", "Times New Roman", serif;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 400;
  font-size: clamp(7rem, 22vw, 15rem);
  line-height: 1;
  color: rgba(87, 85, 79, 0.06);
  white-space: nowrap;
  pointer-events: none;
  z-index: 0;
}
.c-topview .c-container {
  position: relative;
  z-index: 1;
}
.c-topview__title {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 16px;
  margin-bottom: 20px;
}
.c-topview__title .en {
  font-size: 2.8rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #57554f;
}
.c-topview__title .ja {
  position: relative;
  padding-left: 16px;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  color: #3a3934;
}
.c-topview__title .ja::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.15em;
  bottom: 0.15em;
  width: 1px;
  background-color: #dad6cd;
}
@media screen and (min-width: 1024px) {
  .c-topview {
    margin-top: 100px;
    padding: 130px 0 60px;
  }
  .c-topview__title {
    gap: 20px;
  }
  .c-topview__title .en {
    font-size: 4.2rem;
  }
  .c-topview__title .ja {
    padding-left: 20px;
    font-size: 1.5rem;
  }
}

/* ==========================================================================
   ページネーション
   ========================================================================== */
.pagination {
  margin: clamp(40px, 8vw, 80px) 0 0;
}
.pagination .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(2px, 1vw, 10px);
  list-style: none;
}
.pagination a.page-numbers,
.pagination span.page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(36px, 5vw, 48px);
  height: clamp(36px, 5vw, 48px);
  font-size: clamp(1.2rem, 1.5vw, 1.5rem);
  color: #3a3934;
  transition: color 0.2s ease;
}
.pagination a.page-numbers.current,
.pagination span.page-numbers.current {
  color: #85837d;
  border-bottom: 2px solid #85837d;
}
.pagination a.page-numbers.dots,
.pagination span.page-numbers.dots {
  cursor: default;
}
.pagination a.page-numbers.prev, .pagination a.page-numbers.next,
.pagination span.page-numbers.prev,
.pagination span.page-numbers.next {
  color: rgb(24, 24, 24);
}
.pagination a.page-numbers.prev::before, .pagination a.page-numbers.next::before,
.pagination span.page-numbers.prev::before,
.pagination span.page-numbers.next::before {
  content: "";
  display: block;
  width: clamp(6px, 1vw, 9px);
  height: clamp(6px, 1vw, 9px);
  border-top: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
}
.pagination a.page-numbers.prev::before,
.pagination span.page-numbers.prev::before {
  transform: rotate(-135deg) translate(-1px, 1px);
}
.pagination a.page-numbers.next::before,
.pagination span.page-numbers.next::before {
  transform: rotate(45deg) translate(-1px, 1px);
}
.pagination a.page-numbers:not(.current) {
  transition: all 0.2s ease;
}
@media (hover: hover) {
  .pagination a.page-numbers:not(.current):hover {
    color: #85837d;
  }
}

.wp-categories ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.wp-categories ul li a {
  color: #3a3934;
  border: 1px solid #3a3934;
  padding: 4px 12px;
  border-radius: 30px;
  display: inline-block;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .wp-categories ul li a:hover {
    opacity: 0.7;
  }
}

.p-header {
  width: 100%;
  height: 0;
}
.p-header .logo__img {
  display: inline-block;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .p-header .logo__img:hover {
    opacity: 0.7;
  }
}
.p-header .logo img {
  height: 36px;
  -o-object-fit: contain;
     object-fit: contain;
  transition: filter 0.3s;
}
@media screen and (max-width: 1023px) {
  .p-header .pc-container {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .p-header .mobile-container,
  .p-header .mobile-menu {
    display: none;
  }
}
.p-header.is-transparent .mobile-container,
.p-header.is-transparent .pc-container {
  background-color: transparent;
}
.p-header.is-transparent .pc-nav-item a {
  color: #fff;
}
.p-header.is-transparent .mobile-menu__btn > span {
  background-color: #fff;
}
.p-header.is-transparent .logo:not(.menu-open) img {
  filter: brightness(0) invert(1);
}

.mobile-container {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  overflow: hidden;
  height: 64px;
  width: 100%;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
}
.mobile-container .mobile-menu__btn {
  display: block;
}
.mobile-container .mobile-menu__btn:focus-visible {
  outline: 2px solid #85837d;
}
.mobile-container .mobile-menu__btn > span {
  background-color: rgb(24, 24, 24);
  width: 25px;
  height: 1px;
  display: block;
  margin-bottom: 7px;
  transition: transform 0.7s;
}
.mobile-container .mobile-menu__btn > span:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 600px) {
  .mobile-container .mobile-menu__btn span {
    width: 35px;
    margin-bottom: 9px;
  }
}

.pc-container {
  position: fixed;
  z-index: 9000;
  height: 100px;
  width: 100%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
}
.pc-container .pc-nav-list {
  display: flex;
}
.pc-container .pc-nav-item {
  font-size: 1em;
  padding-right: 2.5vw;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .pc-container .pc-nav-item:hover {
    transform: translateY(-3px);
  }
}
.pc-container .pc-nav-item a {
  color: rgb(24, 24, 24);
}
@media screen and (min-width: 1280px) {
  .pc-container .pc-nav-item {
    font-size: 1.15em;
    padding-right: 3vw;
  }
}
.pc-container .logo img {
  height: 46px;
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
}
.mobile-menu__nav {
  display: block;
  height: 100%;
  width: 100%;
  background-color: #fff;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.mobile-menu__nav::-webkit-scrollbar {
  display: none;
}
.mobile-menu__list {
  width: 100%;
  text-align: center;
  padding: 100px 0 50px;
}
.mobile-menu__item {
  margin-bottom: 30px;
  font-size: 1.2em;
}
.mobile-menu__item a {
  color: rgb(24, 24, 24);
  text-transform: uppercase;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .mobile-menu__item a:hover {
    opacity: 0.7;
  }
}

.menu-open.mobile-menu {
  z-index: 8000;
  opacity: 1;
  pointer-events: auto;
}
.menu-open.mobile-menu nav li {
  opacity: 1;
  transition: all 0.1s;
}
.menu-open.mobile-menu nav li:nth-child(1) {
  transition-delay: 0.03s;
}
.menu-open.mobile-menu nav li:nth-child(2) {
  transition-delay: 0.06s;
}
.menu-open.mobile-menu nav li:nth-child(3) {
  transition-delay: 0.09s;
}
.menu-open.mobile-menu nav li:nth-child(4) {
  transition-delay: 0.12s;
}
.menu-open.mobile-menu nav li:nth-child(5) {
  transition-delay: 0.15s;
}
.menu-open.mobile-menu nav li:nth-child(6) {
  transition-delay: 0.18s;
}
.menu-open.mobile-menu nav li:nth-child(7) {
  transition-delay: 0.21s;
}
.menu-open.mobile-menu nav li:nth-child(8) {
  transition-delay: 0.24s;
}
.menu-open.mobile-menu nav li:nth-child(9) {
  transition-delay: 0.27s;
}
.menu-open.mobile-menu nav li:nth-child(10) {
  transition-delay: 0.3s;
}
.menu-open .mobile-menu__btn > span {
  background-color: rgb(24, 24, 24) !important;
}
.menu-open .mobile-menu__btn > span:nth-child(1) {
  transition-delay: 70ms;
  transform: translateY(8px) rotate(135deg);
}
.menu-open .mobile-menu__btn > span:nth-child(2) {
  transition-delay: 140ms;
  transform: scaleX(0);
}
.menu-open .mobile-menu__btn > span:nth-child(3) {
  transition-delay: 140ms;
  transform: translateY(-8px) rotate(-135deg);
}
@media screen and (min-width: 600px) {
  .menu-open .mobile-menu__btn > span:nth-child(1) {
    transform: translateY(10px) rotate(135deg);
  }
  .menu-open .mobile-menu__btn > span:nth-child(3) {
    transform: translateY(-10px) rotate(-135deg);
  }
}

.p-footer {
  padding: 60px 0 30px;
  background-color: #f3f2ee;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .p-footer {
    padding: 80px 0 40px;
  }
}
.p-footer__brand {
  text-align: left;
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .p-footer__brand {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .p-footer__brand {
    margin-bottom: 70px;
  }
}
.p-footer__logo-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p-footer__logo-group {
    margin-bottom: 0;
  }
}
.p-footer__logo img {
  max-width: 200px;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-footer__info {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p-footer__info {
    margin-bottom: 0;
  }
}
.p-footer__company {
  letter-spacing: 0.05em;
  margin-bottom: 8px;
}
.p-footer__company .en {
  font-size: 1.2em;
  display: inline-block;
  padding-left: 8px;
  letter-spacing: 0.4em;
}
.p-footer__address {
  font-size: 1.2rem;
  line-height: 1.8;
  color: #3a3934;
}
.p-footer__sns {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid #dad6cd;
  border-radius: 50%;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .p-footer__sns:hover {
    opacity: 0.7;
  }
}
.p-footer__sns img {
  width: 16px;
  height: 16px;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-footer__nav {
  margin-bottom: 50px;
}
.p-footer__nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px clamp(20px, 4vw, 40px);
}
.p-footer__nav li span {
  display: block;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .p-footer__nav li span:hover {
    opacity: 0.7;
  }
}
.p-footer__nav li span {
  text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
  .p-footer__nav {
    margin-bottom: 70px;
  }
}
.p-footer .p-footer__legal {
  text-align: center;
  margin-bottom: 10px;
}
.p-footer .p-footer__legal a {
  font-size: 1.2rem;
  color: #3a3934;
  border-bottom: 1px solid #3a3934;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .p-footer .p-footer__legal a:hover {
    opacity: 0.7;
  }
}
.p-footer .copyright {
  text-align: center;
  font-size: 1.2rem;
}

.top-view {
  position: relative;
  overflow: hidden;
  height: 100vh;
  min-height: 420px;
  display: flex;
  align-items: flex-end;
  color: #fff;
}
.top-view::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to top, rgba(24, 24, 24, 0.9), rgba(24, 24, 24, 0.4) 60%, rgba(24, 24, 24, 0.55));
}
.top-view__slide {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.top-view__track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  height: 100%;
}
.top-view__item {
  flex: 0 0 auto;
  width: 60vw;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .top-view__item {
    width: 34vw;
  }
}
.top-view__item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-view__inner {
  position: relative;
  z-index: 2;
  padding-bottom: clamp(60px, 6vw, 90px);
}
.top-view__lead {
  letter-spacing: 0.15em;
  font-size: clamp(1.1rem, 1vw + 0.8rem, 1.4rem);
  margin-bottom: 10px;
}
.top-view__heading {
  font-size: clamp(2.4rem, 3vw + 1.5rem, 4.2rem);
  line-height: 1.4;
  letter-spacing: 0.06em;
  margin-bottom: 20px;
}
.top-view__desc {
  font-size: clamp(1.2rem, 0.4vw + 1rem, 1.4rem);
  line-height: 1.9;
  margin-bottom: clamp(24px, 4vw, 40px);
}
.top-view__btn {
  text-align: left;
}
.top-view__btn .more-btn__link {
  --btn-color: #fff;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .top-view__btn .more-btn__link:hover {
    background-color: #fff;
    border-color: #fff;
  }
  .top-view__btn .more-btn__link:hover span {
    color: rgb(24, 24, 24);
  }
  .top-view__btn .more-btn__link:hover span.text::after {
    background-color: rgb(24, 24, 24);
  }
  .top-view__btn .more-btn__link:hover span.text::before {
    background-color: rgb(24, 24, 24);
  }
}
@media screen and (min-width: 1024px) {
  .top-view {
    height: 100vh;
    min-height: 500px;
    max-height: 800px;
  }
}

/* ==========================================================================
   共通：セクション見出し上のアイコタイプ表記
   ========================================================================== */
.c-eyebrow {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 14px;
}
.c-eyebrow .num {
  font-family: "Arsenal", "Georgia", "Times New Roman", serif;
  font-size: clamp(2.4rem, 4vw, 3.2rem);
  line-height: 1;
  color: #57554f;
  white-space: nowrap;
}
.c-eyebrow .label {
  font-size: 1.1rem;
  letter-spacing: 0.1em;
  color: #57554f;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", Meiryo, sans-serif;
}

/* ==========================================================================
   01 The Problem
   ========================================================================== */
.p-problem__inner {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 1024px) {
  .p-problem__inner {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .p-problem__head {
    flex: 0 0 auto;
  }
}
.p-problem__title {
  font-size: clamp(2rem, 1.5vw + 1.5rem, 2.8rem);
  line-height: 1.6;
  margin-bottom: 20px;
}
.p-problem__lead {
  color: #3a3934;
  line-height: 1.9;
}
.p-problem__list {
  background-color: #f6f5f1;
  padding: 20px;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .p-problem__list {
    padding: 40px 30px;
  }
}
@media screen and (min-width: 1024px) {
  .p-problem__list {
    flex: 0 0 1;
  }
}
.p-problem__list li {
  position: relative;
  padding-left: 24px;
  line-height: 1.7;
}
.p-problem__list li:not(:last-child) {
  margin-bottom: 16px;
}
.p-problem__list li::before {
  content: "";
  width: 14px;
  height: 14px;
  background: url("../images/common/check_v2.svg") no-repeat center/contain;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

/* ==========================================================================
   02 The Insight
   ========================================================================== */
.p-insight {
  background-color: #f6f5f1;
  text-align: left;
}
@media screen and (min-width: 1024px) {
  .p-insight {
    text-align: center;
  }
}
.p-insight__title {
  font-size: clamp(2rem, 1.5vw + 1.5rem, 2.8rem);
  line-height: 1.6;
  margin-bottom: 20px;
}
.p-insight__lead {
  color: #3a3934;
  line-height: 1.9;
  margin-bottom: clamp(30px, 5vw, 50px);
}
.p-insight__diagram {
  text-align: center;
}
.p-insight__diagram img {
  width: 90%;
  max-width: 500px;
  -o-object-fit: contain;
     object-fit: contain;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .p-insight__diagram .view-pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .p-insight__diagram .view-sp {
    display: none;
  }
  .p-insight__diagram img {
    width: 100%;
    max-width: 800px;
  }
}
@media screen and (min-width: 1024px) {
  .p-insight__diagram {
    margin: 0;
  }
  .p-insight__diagram img {
    max-width: 800px;
  }
}
@media screen and (min-width: 1500px) {
  .p-insight__diagram img {
    max-width: 1000px;
  }
}

/* ==========================================================================
   03 Solution（Framework）
   ========================================================================== */
.p-solution {
  text-align: left;
}
@media screen and (min-width: 1024px) {
  .p-solution {
    text-align: center;
  }
}
.p-solution__title {
  font-size: clamp(1.8rem, 1.2vw + 1.4rem, 2.4rem);
  line-height: 1.8;
  margin-bottom: clamp(30px, 5vw, 50px);
}
.p-solution__thread {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: clamp(80px, 10vw, 120px);
  margin: 0 0 clamp(30px, 5vw, 50px);
  padding-right: clamp(20px, 3vw, 32px);
  background: linear-gradient(to right, rgba(243, 242, 238, 0), #85837d 15%, #57554f 100%);
  clip-path: polygon(0 0, calc(100% - 28px) 0, 100% 50%, calc(100% - 28px) 100%, 0 100%);
}
.p-solution__thread span {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: clamp(1.8rem, 1.5vw + 1.4rem, 2rem);
  font-weight: 700;
  letter-spacing: 0.1em;
}
.p-solution__flow {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(16px, 3vw, 10px) 0;
  margin-bottom: clamp(30px, 5vw, 50px);
}
.p-solution__flow li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  width: 33.33%;
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .p-solution__flow li {
    width: 20%;
  }
}
@media screen and (min-width: 1024px) {
  .p-solution__flow li {
    width: 11.11%;
  }
}
.p-solution__flow li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 22px;
  right: -2px;
  width: 8px;
  height: 8px;
  border-top: 1.5px solid #dad6cd;
  border-right: 1.5px solid #dad6cd;
  transform: rotate(45deg);
  display: none;
}
@media screen and (min-width: 1024px) {
  .p-solution__flow li:not(:last-child)::after {
    display: block;
  }
}
.p-solution__flow .num {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid #85837d;
  color: #85837d;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Arsenal", "Georgia", "Times New Roman", serif;
  font-size: 1.3rem;
}
.p-solution__flow .icon {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 15px 0;
}
.p-solution__flow .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-solution__flow .en {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 2.6em;
  font-size: 1rem;
  line-height: 1.3;
  letter-spacing: 0.02em;
  text-align: center;
}
.p-solution__flow .ja {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 2.6em;
  font-size: 1rem;
  line-height: 1.3;
  color: #3a3934;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", Meiryo, sans-serif;
  font-weight: 400;
  text-align: center;
}

/* ==========================================================================
   サブページ共通
   ========================================================================== */
.faq-contents .faq__inner {
  max-width: 600px;
  margin: 0 auto;
}
.faq-contents .faq__item {
  padding: 25px 0;
  border-bottom: 1px solid #e5e5e5;
}
.faq-contents .faq dt button {
  position: relative;
  display: block;
  width: 100%;
  transition: color 0.2s cubic-bezier(0, 0, 0.58, 1);
}
.faq-contents .faq dt button:focus-visible {
  outline: 2px solid #85837d;
}
.faq-contents .faq dt span {
  display: block;
  position: relative;
  padding-left: 30px;
  padding-right: 50px;
}
.faq-contents .faq dt span::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "Q";
  font-weight: 400;
  font-style: italic;
  color: #85837d;
  font-size: 1.6em;
  line-height: 1;
}
.faq-contents .faq dd {
  position: relative;
}
.faq-contents .faq dd p {
  padding: 20px 10px 10px 30px;
  position: relative;
}
.faq-contents .faq dd p::before {
  position: absolute;
  top: 20px;
  left: 0;
  content: "A";
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: italic;
  color: #57554f;
  font-size: 1.8em;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .faq-contents .faq dt span {
    padding-left: 40px;
    padding-right: 60px;
  }
  .faq-contents .faq dd p {
    padding: 30px 10px 10px 40px;
  }
  .faq-contents .faq dd p::before {
    top: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .faq-contents .faq__inner {
    max-width: 800px;
  }
}

/* ==========================================================================
   ニュース一覧
   ========================================================================== */
.p-news__list {
  display: flex;
  flex-direction: column;
}
.p-news__item {
  border-bottom: 1px solid #dad6cd;
}
.p-news__link {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 18px 0;
}
.p-news__link::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #57554f;
  transition: width 0.5s;
}
.p-news__link {
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .p-news__link:hover::after {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .p-news__link {
    flex-direction: row;
    align-items: center;
    gap: 30px;
    padding: 22px 0;
  }
}
.p-news__meta {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
}
.p-news__date {
  font-size: 1.2rem;
  color: #3a3934;
}
.p-news__cat {
  font-size: 1.1rem;
  color: #fff;
  background-color: #85837d;
  padding: 2px 10px;
  white-space: nowrap;
}
.p-news__content {
  line-height: 1.7;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.category-list {
  margin-bottom: 40px;
}
.category-list h3 {
  text-align: center;
  font-size: 1.3em;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 15px;
  color: #85837d;
}
.category-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}
.category-list ul li {
  border: 1px solid #c4c2bc;
  background-color: #f6f5f1;
  color: #3a3934;
  padding: 3px 18px;
  position: relative;
  font-size: 0.9em;
}
.category-list ul li.current-cat {
  background-color: #c4c2bc;
}
.category-list ul li.current-cat a {
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .category-list {
    margin-bottom: 70px;
  }
  .category-list h3 {
    font-size: 1.5em;
    margin-bottom: 20px;
  }
  .category-list ul {
    gap: 12px;
  }
  .category-list ul li {
    font-size: 1em;
  }
}

/* ==========================================================================
   Column
   ========================================================================== */
.p-column__slider {
  overflow: hidden;
}
.p-column__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(16px, 3vw, 30px);
}
.p-column__nav {
  position: relative;
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #dad6cd;
}
.p-column__nav::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-top: 1.5px solid rgb(24, 24, 24);
  border-right: 1.5px solid rgb(24, 24, 24);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.p-column__nav--prev::before {
  left: 12px;
  transform: rotate(-135deg);
}
.p-column__nav--next::before {
  right: 12px;
  transform: rotate(45deg);
}
.p-column__nav {
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .p-column__nav:hover {
    background-color: #85837d;
    border-color: #85837d;
  }
  .p-column__nav:hover::before {
    border-color: #fff;
  }
}
.p-column__nav.swiper-button-disabled {
  opacity: 0.3;
  pointer-events: none;
}
@media screen and (min-width: 1024px) {
  .p-column__nav {
    width: 48px;
    height: 48px;
  }
  .p-column__nav::before {
    width: 10px;
    height: 10px;
  }
  .p-column__nav--prev::before {
    left: 20px;
  }
  .p-column__nav--next::before {
    right: 20px;
  }
}
.p-column__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .p-column__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
}
.p-column__link {
  display: block;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .p-column__link:hover .p-column__thumb img {
    transform: scale(1.1);
  }
  .p-column__link:hover .p-column__text {
    opacity: 0.6;
  }
}
.p-column__thumb {
  position: relative;
  aspect-ratio: 4/3;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 14px;
}
.p-column__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s;
}
.p-column__thumb--no-img {
  background-color: #f3f2ee;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-column__thumb--no-img img {
  width: 50%;
  height: 50%;
  -o-object-fit: contain;
     object-fit: contain;
  transform: none;
}
.p-column__text {
  transition: opacity 0.3s;
}
.p-column__meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}
.p-column__date {
  font-size: 1.2rem;
  color: #3a3934;
}
.p-column__cat {
  font-size: 1.1rem;
  color: #fff;
  background-color: #85837d;
  padding: 2px 10px;
  white-space: nowrap;
}
.p-column__title {
  line-height: 1.7;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.p-column.top-page {
  background-color: #fdfcfb;
}
.p-column.top-page .c-container {
  padding: 0;
}

/* ==========================================================================
     ニュース個別記事
     ========================================================================== */
.c-news-sl {
  margin-top: 94px;
}
.c-news-sl__tit {
  font-size: 1.3em;
  font-weight: 500;
  margin-bottom: 15px;
}
.c-news-sl__date {
  color: #85837d;
}
.c-news-sl__contents {
  line-height: 2.5;
  padding: 10vw 0;
}
@media screen and (min-width: 768px) {
  .c-news-sl__contents {
    padding: 5vw 0;
  }
}
@media screen and (min-width: 1024px) {
  .c-news-sl {
    margin-top: 130px;
  }
  .c-news-sl .c-container {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }
  .c-news-sl__contents {
    padding: 50px 0;
  }
}
@media screen and (min-width: 1280px) {
  .c-news-sl .c-container {
    max-width: 1000px;
  }
}

/* ==========================================================================
   お問い合わせ
   ========================================================================== */
.c-contact-text {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-contact-text br {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .c-contact-text.mb-md {
    margin-bottom: 60px;
  }
}
.c-contact .contact-form .wrap {
  max-width: 520px;
  margin: 0 auto;
}
.c-contact .contact-form input, .c-contact .contact-form textarea {
  width: 100%;
  border: 1px solid #c4c2bc;
  background-color: #fff;
  padding: 8px;
}
.c-contact .contact-form textarea {
  margin-bottom: 0;
}
.c-contact .contact-form input {
  height: 45px;
}
.c-contact .contact-form select {
  width: 100%;
  border: none;
  background-color: #f2f2f2;
  padding: 8px;
  height: 45px;
  -moz-appearance: auto;
       appearance: auto;
  -webkit-appearance: auto;
  cursor: pointer;
}
.c-contact .contact-form dl {
  text-align: left;
  display: inline-block;
  width: 100%;
  padding-bottom: 30px;
}
.c-contact .contact-form dt {
  font-weight: 600;
}
.c-contact .contact-form dt p {
  display: inline;
}
.c-contact .contact-form .must {
  position: relative;
  padding-bottom: 10px;
}
.c-contact .contact-form .must::after {
  content: "必須";
  font-size: 0.8em;
  font-weight: 600;
  color: #fff;
  padding: 3px 6px;
  border-radius: 5px;
  background-color: #57554f;
  margin-left: 5px;
  white-space: nowrap;
}
.c-contact .contact-form .free {
  position: relative;
  padding-bottom: 10px;
}
.c-contact .contact-form .ct-radio .wpcf7-list-item {
  margin: 0 15px 0 0;
  display: flex;
  align-items: center;
}
.c-contact .contact-form .ct-radio input[type=radio] {
  height: 15px;
  width: 15px;
  margin-right: 6px;
  -moz-appearance: auto;
       appearance: auto;
  -webkit-appearance: auto;
  background-color: initial;
  border: initial;
  padding: initial;
  cursor: pointer;
}
.c-contact .contact-form .ct-radio .wpcf7-radio {
  display: flex;
}
.c-contact .contact-form .wpcf7 form.invalid .wpcf7-response-output {
  border: 1px solid red;
}
.c-contact .contact-form .privacy {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.3em;
  line-height: 1.6;
  margin-bottom: 30px;
}
.c-contact .contact-form .privacy input[type=checkbox] {
  margin-top: 0.2em;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  -moz-appearance: auto;
       appearance: auto;
  -webkit-appearance: auto;
  background-color: initial;
  border: initial;
  padding: initial;
  cursor: pointer;
}
.c-contact .contact-form .privacy label {
  cursor: pointer;
}
.c-contact .contact-form .privacy .ms-1 {
  font-size: 1.1em;
  line-height: 1;
  color: #57554f;
  border-bottom: 1px solid #57554f;
}
.c-contact .contact-form .submit-btn {
  text-align: center;
}
.c-contact .contact-form .submit-btn input:disabled {
  border-color: #ccc;
  background: #ccc;
}
.c-contact .contact-form .submit-btn input {
  background: #85837d;
  color: #fff;
  font-size: 1.1em;
  letter-spacing: 0.2em;
  font-weight: bold;
  width: 70%;
  max-width: 320px;
}
.c-contact .contact-form .ajax-loader {
  display: none;
}
.c-contact .contact-form .wpcf7-spinner {
  display: none;
}
@media screen and (min-width: 768px) {
  .c-contact .contact-form .submit-btn input {
    font-size: 1.3em;
    letter-spacing: 0.2em;
    max-width: 380px;
    height: 64px;
  }
}
@media screen and (min-width: 1024px) {
  .c-contact .contact-form .wrap {
    max-width: 900px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  .c-contact .contact-form dl {
    padding: 0;
  }
  .c-contact .contact-form .ct-other,
  .c-contact .contact-form .privacy,
  .c-contact .contact-form .submit-btn {
    grid-column: 1/-1;
  }
  .c-contact .contact-form .privacy {
    margin-bottom: 0;
    font-size: 1.1em;
  }
  .c-contact .contact-form .privacy input[type=checkbox] {
    width: 22px;
    height: 22px;
    margin-right: 5px;
  }
  .c-contact .contact-form .ct-radio {
    font-size: 1.1em;
  }
  .c-contact .contact-form .ct-radio .wpcf7-list-item {
    margin: 0 30px 0 0;
  }
  .c-contact .contact-form .ct-radio input[type=radio] {
    height: 18px;
    width: 18px;
    margin-right: 10px;
  }
  .c-contact .contact-form dt {
    font-size: 1.1em;
  }
}
.c-contact .grecaptcha-badge {
  visibility: hidden;
}

.grecaptcha-badge {
  visibility: hidden;
}

.c-privacy-title,
.c-thanks-title {
  margin-bottom: 40px;
  font-size: 1.8em;
  line-height: 1.8;
  color: #85837d;
}
@media screen and (min-width: 768px) {
  .c-privacy-title br,
  .c-thanks-title br {
    display: none;
  }
}
.c-privacy h2,
.c-thanks h2 {
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 15px;
}
.c-privacy .List,
.c-thanks .List {
  margin-top: 15px;
  display: grid;
  gap: 8px;
}
.c-privacy .List li,
.c-thanks .List li {
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (min-width: 1024px) {
  .c-privacy h2,
  .c-thanks h2 {
    font-size: 1.4em;
  }
  .c-privacy .List,
  .c-thanks .List {
    margin-top: 30px;
    gap: 12px;
  }
}

/* ==========================================================================
   01 What We Do
   ========================================================================== */
.p-service-target__lead {
  font-size: clamp(1.8rem, 1.2vw + 1.4rem, 2.4rem);
  line-height: 1.7;
  margin-bottom: clamp(30px, 5vw, 50px);
}
.p-service-target__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .p-service-target__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  .p-service-target__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .p-service-target__list {
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    margin-left: -50px;
    margin-right: -50px;
  }
}
@media screen and (min-width: 1500px) {
  .p-service-target__list {
    margin-left: -100px;
    margin-right: -100px;
  }
}
.p-service-target__item {
  position: relative;
  background-color: #fff;
  border: 1px solid #c4c2bc;
  border-radius: 10px;
  padding: 30px 24px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
@media screen and (min-width: 1280px) {
  .p-service-target__item {
    gap: 24px;
  }
}
.p-service-target__num {
  position: absolute;
  top: 16px;
  right: 20px;
  font-family: "Arsenal", "Georgia", "Times New Roman", serif;
  font-size: 1.2rem;
  color: rgba(87, 85, 79, 0.4);
}
.p-service-target__icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-service-target__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-service-target__title {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 10px;
}
.p-service-target__title .en {
  font-size: 1.2em;
  letter-spacing: 0.04em;
  color: #57554f;
}
.p-service-target__title .ja {
  font-size: 0.85em;
  color: #3a3934;
}
@media screen and (min-width: 1280px) {
  .p-service-target__title {
    flex-direction: column;
    gap: 5px;
  }
}
.p-service-target__desc {
  font-size: 0.95em;
  line-height: 1.8;
  color: #3a3934;
}
.p-service-target__checks {
  margin-top: auto;
  padding-top: 10px;
  border-top: 1px solid #c4c2bc;
}
.p-service-target__checks li {
  position: relative;
  padding-left: 24px;
  font-size: 0.9em;
  line-height: 1.9;
}
.p-service-target__checks li::before {
  content: "";
  width: 14px;
  height: 14px;
  background: url("../images/common/check_v2.svg") no-repeat center/contain;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (min-width: 1280px) {
  .p-service-target__checks {
    font-size: 0.75em;
  }
}

/* ==========================================================================
   02 Framework
   ========================================================================== */
.p-service-framework {
  background-color: #f3f2ee;
}
.p-service-framework__lead {
  color: #3a3934;
  text-align: left;
}
@media screen and (min-width: 1024px) {
  .p-service-framework__lead {
    text-align: center;
  }
}

/* ==========================================================================
   03 Expert Network
   ========================================================================== */
.p-service-expert__lead {
  color: #3a3934;
  text-align: left;
}
@media screen and (min-width: 1024px) {
  .p-service-expert__lead {
    text-align: center;
  }
}
.p-service-expert__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px 0;
  max-width: 600px;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .p-service-expert__list {
    max-width: none;
    margin: 0;
  }
}
.p-service-expert__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  flex-basis: 50%;
  max-width: 180px;
}
.p-service-expert__photo {
  width: 70%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px solid #c4c2bc;
  background-color: #fdfcfb;
  overflow: hidden;
  display: block;
}
.p-service-expert__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-service-expert__label {
  font-size: 0.95em;
  text-align: center;
  line-height: 1.5;
}

/* ==========================================================================
   04 Why FOSTWELL
   ========================================================================== */
.p-service-compare {
  background-color: #f6f5f1;
}
.p-service-compare__lead {
  color: rgb(24, 24, 24);
  font-size: clamp(1.6rem, 1vw + 1.3rem, 2rem);
  line-height: 1.7;
  text-align: left;
  margin-bottom: clamp(30px, 5vw, 50px);
}
@media screen and (min-width: 1024px) {
  .p-service-compare__lead {
    text-align: center;
  }
}
.p-service-compare__table {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 1024px) {
  .p-service-compare__table {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(3, 1fr);
    gap: 20px;
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1280px) {
  .p-service-compare__table {
    gap: 30px;
  }
}
.p-service-compare__col {
  background-color: #fff;
  box-shadow: 0 2px 16px rgba(24, 24, 24, 0.06);
  clip-path: polygon(0 0, calc(100% - 22px) 0, 100% 22px, 100% 100%, 0 100%);
  padding: 28px 24px 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}
.p-service-compare__col--highlight {
  background-color: #57554f;
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .p-service-compare__col--highlight {
    grid-column: 2;
    grid-row: 1/span 3;
    justify-content: space-between;
  }
}
.p-service-compare__num {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Arsenal", "Georgia", "Times New Roman", serif;
  font-size: 1.2rem;
  color: #57554f;
}
.p-service-compare__num::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: #c4c2bc;
}
.p-service-compare__col-title {
  text-align: left;
  font-size: 1.2em;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #57554f;
  padding-bottom: 14px;
  border-bottom: 1px solid #dad6cd;
}
.p-service-compare__col--highlight .p-service-compare__col-title {
  color: #fff;
  font-family: "Arsenal", "Georgia", "Times New Roman", serif;
  font-size: 1.45em;
  letter-spacing: 0.08em;
  border-bottom-color: rgba(255, 255, 255, 0.25);
}
.p-service-compare__col-note {
  text-align: center;
  font-size: 1.05em;
  line-height: 1.8;
  color: #3a3934;
}
.p-service-compare__visual {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  text-align: center;
}
.p-service-compare__dash {
  width: 1px;
  height: 34px;
  border-left: 1px dashed #dad6cd;
}
.p-service-compare__col--highlight .p-service-compare__dash {
  height: 20px;
  border-left-color: rgba(255, 255, 255, 0.3);
}
.p-service-compare__icon {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background-color: #f3f2ee;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-service-compare__icon img {
  width: 34px;
  height: 34px;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0.6;
}
.p-service-compare__col-list {
  text-align: left;
}
.p-service-compare__col-list li {
  position: relative;
  padding: 10px 0 10px 20px;
  font-size: 1.05em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.p-service-compare__col-list li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #fff;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.p-service-compare__col-result {
  font-size: 1.05em;
  font-weight: 500;
  color: #3a3934;
}
.p-service-compare__col--highlight .p-service-compare__col-result {
  color: #fff;
  font-weight: 600;
  font-size: 1.15em;
}
.p-service-compare__closing {
  text-align: center;
  font-size: 1.2em;
  line-height: 1.9;
  color: rgb(24, 24, 24);
}
@media screen and (min-width: 768px) {
  .p-service-compare__closing br {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .p-service-compare__closing {
    font-size: 1.45em;
  }
}

/* ==========================================================================
   01 Philosophy
   ========================================================================== */
.p-about-philosophy__inner {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 1024px) {
  .p-about-philosophy__inner {
    flex-direction: row;
    align-items: center;
    gap: 60px;
  }
}
.p-about-philosophy__img {
  aspect-ratio: 4/3;
  border-radius: 10px;
  overflow: hidden;
}
.p-about-philosophy__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1024px) {
  .p-about-philosophy__img {
    flex: 0 0 46%;
  }
}
@media screen and (min-width: 1024px) {
  .p-about-philosophy__body {
    flex: 1;
  }
}
.p-about-philosophy__title {
  font-size: clamp(2rem, 1.5vw + 1.5rem, 2.8rem);
  line-height: 1.6;
  margin-bottom: 20px;
}
.p-about-philosophy__lead {
  color: #3a3934;
  line-height: 1.9;
}

/* ==========================================================================
   02 Giving Back / 03 Careers（共通ブロック）
   ========================================================================== */
.p-about-block {
  background-color: #f3f2ee;
  text-align: left;
}
@media screen and (min-width: 1024px) {
  .p-about-block {
    text-align: center;
  }
}
.p-about-block__title {
  font-size: clamp(1.8rem, 1.2vw + 1.4rem, 2.4rem);
  line-height: 1.6;
  margin-bottom: clamp(24px, 4vw, 40px);
}
.p-about-block__lead {
  color: #3a3934;
  line-height: 1.9;
}
@media screen and (min-width: 1024px) {
  .p-about-block__lead {
    max-width: 720px;
    margin: 0 auto;
  }
}
.p-about-block .more-btn {
  margin-top: clamp(24px, 4vw, 40px);
}
.p-about-block--photo {
  position: relative;
  background-color: rgb(24, 24, 24);
  overflow: hidden;
  background: url(../images/home/about-bg.webp) no-repeat center/cover;
}
.p-about-block--photo::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(24, 24, 24, 0.6);
  z-index: 0;
}
.p-about-block--photo .c-container {
  position: relative;
  z-index: 1;
}
.p-about-block--photo .c-eyebrow .num {
  color: rgba(255, 255, 255, 0.2);
}
.p-about-block--photo .c-eyebrow .label {
  color: #fff;
}
.p-about-block--photo .p-about-block__title {
  color: #fff;
}
.p-about-block--photo .p-about-block__lead {
  color: rgba(255, 255, 255, 0.85);
  max-width: none;
}
.p-about-block--photo .p-about-block__lead .onlySP {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-about-block--photo .p-about-block__lead .onlySP {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .p-about-block--photo {
    background-attachment: fixed;
  }
}

/* ==========================================================================
   パララックス（セクション区切り）
   ========================================================================== */
.p-parallax {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 40vh;
}
.p-parallax::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  height: 35%;
  background: linear-gradient(to bottom, #fff, rgba(255, 255, 255, 0));
  z-index: 1;
  pointer-events: none;
}
@media screen and (min-width: 1024px) {
  .p-parallax {
    background-attachment: fixed;
    height: 55vh;
  }
}

/* ==========================================================================
   会社情報
   ========================================================================== */
.p-about-info__list {
  border-top: 1px solid #c4c2bc;
}
.p-about-info__row {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 18px 0;
  border-bottom: 1px solid #c4c2bc;
}
.p-about-info__row dt {
  color: #3a3934;
  font-weight: 500;
}
.p-about-info__row dd {
  line-height: 1.8;
}
.p-about-info__row dd a {
  color: #85837d;
  border-bottom: 1px solid #85837d;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .p-about-info__row dd a:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 768px) {
  .p-about-info__row {
    flex-direction: row;
    gap: 0;
  }
  .p-about-info__row dt {
    flex: 0 0 220px;
  }
  .p-about-info__row dd {
    flex: 1;
  }
}

/* ==========================================================================
   Works 一覧
   ========================================================================== */
.p-works__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .p-works__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .p-works__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.p-works__link {
  display: block;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .p-works__link:hover .p-works__thumb img {
    transform: scale(1.1);
  }
  .p-works__link:hover .p-works__title {
    opacity: 0.6;
  }
}
.p-works__thumb {
  position: relative;
  aspect-ratio: 4/3;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 16px;
}
.p-works__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s;
}
.p-works__thumb--no-img {
  background-color: #f3f2ee;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-works__thumb--no-img img {
  width: 50%;
  height: 50%;
  -o-object-fit: contain;
     object-fit: contain;
  transform: none;
}
.p-works__badge {
  position: absolute;
  top: 14px;
  left: 14px;
  font-size: 1.1rem;
  color: #fff;
  background-color: #57554f;
  padding: 3px 14px;
  border-radius: 9999px;
}
.p-works__title {
  line-height: 1.6;
  font-weight: 500;
  transition: opacity 0.3s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

/* ==========================================================================
   Works 個別記事
   ========================================================================== */
.p-works-single__head {
  text-align: center;
}
.p-works-single__badge {
  display: inline-block;
  font-size: 1.1rem;
  color: #fff;
  background-color: #57554f;
  padding: 4px 16px;
  border-radius: 9999px;
  margin-bottom: 16px;
}
.p-works-single__title {
  font-size: clamp(1.5rem, 1.2vw + 1.5rem, 2.2rem);
  line-height: 1.6;
}

.p-works-flow {
  max-width: 720px;
  margin: 0 auto;
}
.p-works-flow__item {
  position: relative;
  display: flex;
  gap: 20px;
  padding-bottom: clamp(30px, 5vw, 46px);
}
.p-works-flow__item:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 22px;
  left: 9px;
  bottom: 0;
  width: 0;
  border-left: 2px solid #c4c2bc;
}
.p-works-flow__item:nth-last-child(2)::before {
  border-left-style: dashed;
}
.p-works-flow__item:last-child {
  padding-bottom: 0;
}
.p-works-flow__dot {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  margin-top: 2px;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid #85837d;
  position: relative;
  z-index: 1;
}
.p-works-flow__item--future .p-works-flow__dot {
  background-color: #85837d;
}
.p-works-flow__body {
  flex: 1;
  padding-top: 1px;
}
.p-works-flow__label {
  font-weight: 500;
  color: #57554f;
  margin-bottom: 6px;
}
.p-works-flow__text {
  color: #3a3934;
  line-height: 1.9;
}
.p-works-flow__item--future .p-works-flow__label {
  color: #9c7a3f;
}/*# sourceMappingURL=style.css.map */