@charset "UTF-8";
/** @format */
body {
  color: #333;
}

/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* ===== PROFILE ===== */
.profile {
  padding: 60px 0;
  background: var(--bg);
}
@media screen and (max-width: 768px) {
  .profile {
    padding-top: 0;
  }
}
.profile__wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .profile__wrapper {
    padding: 0 20px;
  }
}
.profile__hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: calc(100vh - 65px);
  border-bottom: 1px solid var(--border);
}
@media screen and (max-width: 768px) {
  .profile__hero {
    grid-template-columns: 1fr;
  }
}
.profile__content {
  padding: 52px 56px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .profile__content {
    padding: 24px 0;
  }
}
.profile__label {
  font-size: 11px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 14px;
}
.profile__name {
  font-size: clamp(44px, 6.5vw, 84px);
  line-height: 0.9;
  letter-spacing: 0.02em;
  color: var(--fg);
}
.profile__name-outline {
  -webkit-text-stroke: 1.5px var(--fg);
  color: transparent;
}
.profile__hobby {
  font-size: 11px;
  line-height: 1.8;
  color: var(--muted);
  margin-top: 18px;
  max-width: 420px;
}
.profile__image-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 600px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .profile__image-wrap {
    padding-inline: 20px;
  }
}
.profile__photo-book {
  position: relative;
  width: 100%;
  aspect-ratio: 6/4;
  perspective: 1600px;
}
.profile__photo {
  position: absolute;
  inset: 0;
  overflow: hidden;
  transform-origin: left center;
  transition: transform 0.8s ease, opacity 0.5s ease, box-shadow 0.4s ease;
  backface-visibility: hidden;
}
.profile__photo:nth-child(1) {
  z-index: 3;
  transform: rotate(-2deg);
}
.profile__photo:nth-child(2) {
  z-index: 2;
  transform: rotate(2deg) translate(10px, 10px);
}
.profile__photo:nth-child(3) {
  z-index: 1;
  transform: rotate(-1deg) translate(18px, 18px);
}
.profile__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.profile__photo.is-active {
  z-index: 5;
}
.profile__photo.is-turning {
  transform: rotateY(-120deg) rotate(-6deg);
  opacity: 0.2;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}
.profile__photo-next {
  position: absolute;
  right: -12px;
  bottom: -12px;
  z-index: 10;
  min-width: 88px;
  height: 44px;
  padding: 0 16px;
  border: 1px solid var(--border);
  background: var(--bg);
  color: var(--fg);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}
.profile__photo-next:hover {
  background: var(--accent);
  border-color: var(--accent);
  color: #fff;
}
.profile__name {
  font-size: clamp(48px, 5.5vw, 76px);
  line-height: 0.9;
  letter-spacing: 0.02em;
  margin-bottom: 28px;
  color: var(--fg);
}
.profile__bio {
  font-size: 12px;
  line-height: 1.9;
  color: var(--muted);
  font-weight: 300;
  max-width: 460px;
  margin-bottom: 32px;
}
.profile__bio strong {
  color: var(--fg);
  font-weight: 400;
}
.profile__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
  margin-bottom: 32px;
}
.profile__stat {
  padding: 18px;
  background: var(--bg);
}
.profile__stat-text {
  font-size: 16px;
  color: var(--accent);
  line-height: 1;
}
.profile__stat-label {
  font-size: 9px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
  margin-top: 4px;
}
.profile__skills {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 32px;
}
.profile__skill-pill {
  font-size: 9px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  border: 1px solid var(--border);
  padding: 6px 12px;
  color: var(--muted);
  transition: all 0.25s;
  cursor: none;
  border-color: var(--accent);
  color: var(--accent);
  background: rgba(126, 200, 50, 0.06);
}
.profile__cta {
  display: flex;
  gap: 12px;
  align-items: center;
}
.profile__timeline-section {
  padding: 52px 56px;
  border-bottom: 1px solid var(--border);
  background: var(--bg);
}
@media screen and (max-width: 768px) {
  .profile__timeline-section {
    padding: 24px 0;
  }
}
.profile__timeline-heading {
  font-size: clamp(26px, 3vw, 42px);
  letter-spacing: 0.02em;
  margin-top: 8px;
  color: var(--fg);
}
.profile__timeline-heading-outline {
  -webkit-text-stroke: 1.5px var(--fg);
  color: transparent;
}
.profile__timeline {
  margin-top: 32px;
}
.profile__timeline-label {
  font-size: 11px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 14px;
}
.profile__timeline-item {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 28px;
  padding: 22px 0;
  border-bottom: 1px solid var(--border);
}
@media screen and (max-width: 768px) {
  .profile__timeline-item {
    grid-template-columns: 1fr;
  }
}
.profile__timeline-item:last-child {
  border-bottom: none;
}
.profile__timeline-year {
  font-size: 26px;
  color: rgba(17, 17, 16, 0.1);
  line-height: 1;
  padding-top: 3px;
}
.profile__timeline-role {
  font-size: 14px;
  font-weight: 400;
  color: var(--fg);
  margin-bottom: 3px;
}
.profile__timeline-company {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 8px;
}
.profile__timeline-description {
  font-size: 12px;
  line-height: 1.8;
  color: var(--muted);
  font-weight: 300;
}

.works-section {
  padding-top: 60px;
  padding-bottom: 80px;
}

.works-slider {
  margin: 60px 0;
}
.works-slider .splide__track {
  overflow: hidden;
  max-width: 600px;
  width: 100%;
  margin-inline: auto;
}
.works-slider .splide__list {
  align-items: center;
}
.works-slider .splide__slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.works-slider .splide__slide a {
  display: block;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
.works-slider .splide__slide img {
  display: block;
  width: 100%;
  max-width: 600px;
  height: auto;
  object-fit: cover;
  object-position: center;
  transition: transform 8s ease;
}

/*
.splide__slide.is-active img {
  transform: scale(1.05);
}*/
.splide__arrow {
  display: none;
}

/*
.splide__arrow--prev {
    left: -0.8em;
}
.splide__arrow--next {
    right: -0.8em;
}
.splide__arrow {
    width: 50px;
    height: 50px;
}
.splide__arrow svg {
    width: 70%;
    height: 70%;
}
*/
.works-category-section {
  padding-bottom: 60px;
}

.works-category {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px;
}
@media screen and (max-width: 480px) {
  .works-category {
    margin: 0 10px;
  }
}

.works-category-contents {
  margin: 80px 0;
}

.works-category-list {
  width: 25%;
  min-width: 300px;
  padding: 20px 15px;
  transition: 0.3s;
}
.works-category-list:hover {
  transform: scale(1.1);
}

.works-image-title {
  padding-bottom: 10px;
}

.works-image-language {
  margin-top: 20px;
  font-size: 12px;
}

.pagination-wrapper {
  width: 100%;
  text-align: center;
  margin-top: 60px;
}

.works-details-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.works-details-image {
  width: 60%;
  max-width: 600px; /* 最大幅を設定 */
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  .works-details-image {
    width: 100%;
  }
}

.works-details-image img {
  width: 100%;
  height: auto;
  object-fit: cover; /* アスペクト比を保持しながらカバー */
  display: block;
  transition: transform 0.3s ease; /* ホバー時の変化をスムーズに */
}

.works-details-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .works-details-title {
    font-size: 18px;
  }
}

.details-text-list {
  margin: 60px auto;
  width: 60%;
}
@media screen and (max-width: 768px) {
  .details-text-list {
    width: 100%;
    margin: 20px auto;
  }
}

.details-text {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0;
  align-self: center;
  font-size: 16px;
  font-weight: bold;
  padding-right: 10px;
}
.details-text .html, .details-text .css, .details-text .javascript {
  padding: 2px 4px;
  font-size: 10px;
  display: inline-block;
  padding: 0.2rem 0.3rem;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
  margin: 0 4px;
}
.details-text .html {
  background-color: #F16536;
}
.details-text .css {
  background-color: #3bc9e5;
}
.details-text .javascript {
  background-color: #F68A33;
}
@media screen and (max-width: 768px) {
  .details-text {
    font-size: 14px;
  }
}

.works-details-url {
  gap: 10px;
}
.works-details-url a {
  text-decoration: underline;
  opacity: 0.8;
  word-break: break-all; /* 長いURLを強制的に改行 */
  word-wrap: break-word;
  overflow-wrap: break-word;
  flex: 1;
  min-width: 0; /* flexアイテムの最小幅を0に設定 */
}

.splide__pagination__page {
  color: white;
}

.works-note {
  margin-top: 40px;
  margin-left: 50px;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .works-note {
    margin-left: 0;
  }
}

.work-detail {
  padding-top: 86px;
  padding-bottom: 40px;
}
.work-detail__wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .work-detail__wrapper {
    padding: 0 20px;
  }
}
.work-detail__back {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted);
  cursor: none;
  transition: color 0.25s;
  padding: 24px 56px;
}
@media screen and (max-width: 768px) {
  .work-detail__back {
    padding-left: 0;
  }
}
.work-detail__back::before {
  content: "←";
  font-size: 12px;
}
.work-detail__back:hover {
  color: var(--accent);
}
.work-detail__hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 70vh;
  border-bottom: 1px solid var(--border);
}
@media screen and (max-width: 768px) {
  .work-detail__hero {
    grid-template-columns: 1fr;
  }
}
.work-detail__hero-left {
  position: relative;
  overflow: hidden;
  background: var(--bg2);
  align-content: center;
}
.work-detail__hero-image {
  width: 100%;
  overflow: hidden;
  padding: 8px;
}
@media screen and (max-width: 480px) {
  .work-detail__hero-image {
    max-width: 320px;
    margin-inline: auto;
  }
}
.work-detail__hero-image img {
  width: 100%;
  height: 100%;
  display: block;
}
.work-detail__hero-image-item {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.9);
}
.work-detail__hero-info {
  padding: 52px 56px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-left: 1px solid var(--border);
}
@media screen and (max-width: 768px) {
  .work-detail__hero-info {
    padding: 24px 0;
    border-left: none;
  }
}
.work-detail__category {
  font-size: 11px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 14px;
}
.work-detail__title {
  font-size: clamp(24px, 3vw, 60px);
  line-height: 0.9;
  letter-spacing: -0.02em;
  color: var(--fg);
  margin-bottom: 28px;
}
.work-detail__meta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .work-detail__meta {
    grid-template-columns: 1fr;
  }
}
.work-detail__meta-item {
  padding: 16px;
  background: var(--bg);
}
.work-detail__meta-label {
  font-size: 12px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 6px;
}
.work-detail__meta-value {
  font-size: 14px;
  color: var(--fg);
}
.work-detail__meta-value .html, .work-detail__meta-value .css, .work-detail__meta-value .javascript {
  padding: 2px 4px;
  font-size: 10px;
  display: inline-block;
  padding: 0.2rem 0.3rem;
  color: white;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
  margin: 4px;
}
.work-detail__meta-value .html {
  background-color: #F16536;
}
.work-detail__meta-value .css {
  background-color: #3bc9e5;
}
.work-detail__meta-value .javascript {
  background-color: #F68A33;
}
.work-detail__meta-value a {
  overflow-wrap: anywhere;
  word-break: break-word;
}
.work-detail__tags {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
.work-detail__tag {
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  border: 1px solid var(--border);
  padding: 5px 12px;
  color: var(--muted);
  background: var(--bg2);
}
.work-detail__body {
  padding: 56px 56px;
  border-bottom: 1px solid var(--border);
}
@media screen and (max-width: 768px) {
  .work-detail__body {
    padding: 24px 0;
  }
}
.work-detail__body-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 56px;
}
@media screen and (max-width: 768px) {
  .work-detail__body-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}
.work-detail__body-label {
  font-size: 11px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 16px;
}
.work-detail__body-title {
  font-size: clamp(28px, 3vw, 44px);
  letter-spacing: 0.02em;
  margin-bottom: 24px;
  color: var(--fg);
}
.work-detail__points {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 8px;
}
.work-detail__points li {
  font-size: 12px;
  color: var(--muted);
  display: flex;
  align-items: flex-start;
  gap: 10px;
  line-height: 1.6;
}
.work-detail__points li::before {
  content: "";
  width: 5px;
  height: 5px;
  background: var(--accent);
  border-radius: 50%;
  margin-top: 5px;
  flex-shrink: 0;
}
.work-detail__body-content p {
  font-size: 13px;
  line-height: 2;
  color: var(--muted);
  font-weight: 300;
  margin-bottom: 20px;
}
.work-detail__body-content p:last-child {
  margin-bottom: 0;
}
.work-detail__gallery {
  padding: 0 56px 56px;
  border-bottom: 1px solid var(--border);
}
.work-detail__gallery-title {
  font-size: clamp(24px, 2.5vw, 36px);
  letter-spacing: 0.02em;
  margin-bottom: 28px;
  color: var(--fg);
}
.work-detail__gallery-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3px;
  background: var(--border);
}
.work-detail__gallery-grid img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
  filter: saturate(0.88);
}
.work-detail__gallery-grid .wide {
  grid-column: span 2;
  height: 360px;
}
.work-detail__next {
  padding: 52px 56px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3px;
  background: var(--border);
  border-bottom: 1px solid var(--border);
}
.work-detail__next-card {
  background: var(--bg);
  padding: 32px;
  cursor: none;
  position: relative;
  overflow: hidden;
  transition: background 0.3s;
}
.work-detail__next-card:hover {
  background: rgba(126, 200, 50, 0.06);
}
.work-detail__next-card:hover .work-detail__next-arrow {
  transform: translate(4px, -4px);
}
.work-detail__next-label {
  font-size: 8px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 12px;
}
.work-detail__next-title {
  font-size: 28px;
  letter-spacing: 0.03em;
  color: var(--fg);
  margin-bottom: 8px;
}
.work-detail__next-tags {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}
.work-detail__next-tag {
  font-size: 8px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  border: 1px solid var(--border);
  padding: 3px 8px;
  color: var(--muted);
}
.work-detail__next-arrow {
  position: absolute;
  top: 32px;
  right: 32px;
  font-size: 18px;
  color: var(--accent);
  transition: transform 0.3s;
}
.work-detail__body-content {
  font-size: 14px;
  color: var(--muted);
  display: flex;
  align-items: flex-start;
  gap: 10px;
  line-height: 1.7;
  text-align: left;
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .work-detail__body-content {
    padding-top: 0;
  }
}
.work-detail__body-heading {
  font-size: clamp(28px, 2vw, 44px);
  letter-spacing: 0.02em;
  margin-bottom: 24px;
  color: var(--fg);
}
.work-detail__note-heading {
  font-size: 22px;
  letter-spacing: 0.03em;
  color: var(--fg);
  margin-bottom: 12px;
  margin-top: 36px;
}

.works-page {
  padding-top: 66px;
}
.works-page__wrapper {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .works-page__wrapper {
    padding-inline: 20px;
  }
}
.works-page__head {
  padding: 52px 56px 36px;
  border-bottom: 1px solid var(--border);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .works-page__head {
    flex-direction: column;
    align-items: flex-start;
    padding: 24px 0;
    gap: 8px;
  }
}
@media screen and (max-width: 768px) {
  .works-page__head-sub {
    align-self: flex-end;
  }
}
.works-page__label {
  font-size: 11px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 14px;
}
.works-page__big-title {
  font-size: 80px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .works-page__big-title {
    font-size: clamp(20px, 10.6666666667vw, 60px);
  }
}
.works-page__outline {
  -webkit-text-stroke: 1.5px var(--fg);
  color: transparent;
}
.works-page__intro {
  font-size: 12px;
  line-height: 1.9;
  color: var(--muted);
  max-width: 300px;
  font-weight: 300;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .works-page__intro {
    align-self: flex-end;
  }
}
.works-page__count {
  font-size: 64px;
  color: rgba(17, 17, 16, 0.05);
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .works-page__count {
    text-align: right;
  }
}
.works-page__count-text {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
  margin-top: 6px;
  text-align: right;
}
.works-page__filters {
  padding: 14px 56px;
  display: flex;
  align-items: center;
  gap: 2px;
  border-bottom: 1px solid var(--border);
  background: var(--bg);
}
.works-page__filter-button {
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 7px 14px;
  border: 1px solid transparent;
  color: var(--muted);
  cursor: none;
  transition: all 0.2s;
  background: none;
}
.works-page__filter-button:hover {
  color: var(--fg);
  border-color: var(--border);
}
.works-page__filter-button--active {
  color: var(--accent);
  border-color: var(--accent);
  background: rgba(126, 200, 50, 0.06);
}
.works-page__filter-separator {
  width: 1px;
  height: 12px;
  background: var(--border);
  margin: 0 6px;
}
.works-page__grid {
  padding: 80px 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .works-page__grid {
    padding: 40px 0;
    grid-template-columns: 1fr;
  }
}
.works-page__card {
  position: relative;
  overflow: hidden;
  cursor: none;
  background: #eee;
}
.works-page__card:hover .works-page__card-image {
  transform: scale(1.04);
  filter: brightness(0.62) saturate(0.8);
}
.works-page__card:hover .works-page__card-overlay {
  opacity: 1;
}
.works-page__card:hover .works-page__card-content {
  opacity: 1;
  transform: translateY(0);
}
.works-page__card:hover .works-page__card-arrow {
  opacity: 1;
  border-color: var(--accent);
  color: var(--accent);
}
.works-page__card:hover .works-page__card-arrow svg {
  width: 16px;
  height: 16px;
}
.works-page__card:hover .works-page__card-index {
  opacity: 0;
}
.works-page__card-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  transition: transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  filter: brightness(0.92) saturate(0.9);
}
.works-page__card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(17, 17, 16, 0.9) 0%, transparent 60%);
  opacity: 0;
  transition: opacity 0.4s;
}
.works-page__card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 22px;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.4s, transform 0.4s;
}
.works-page__card-number {
  font-size: 10px;
  letter-spacing: 0.28em;
  color: var(--accent);
  margin-bottom: 5px;
}
.works-page__card-title {
  font-size: 20px;
  letter-spacing: 0.04em;
  line-height: 1;
  margin-bottom: 7px;
  color: #fff;
}
.works-page__card-tags {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}
.works-page__card-tag {
  font-size: 8px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 3px 7px;
}
.works-page__card-arrow {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(17, 17, 16, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  opacity: 0;
  transition: opacity 0.3s, border-color 0.3s;
  color: var(--fg);
  background: white;
}
.works-page__card-arrow svg {
  width: 16px;
  height: 16px;
}
.works-page__card-index {
  position: absolute;
  top: 14px;
  left: 14px;
  font-size: 9px;
  letter-spacing: 0.2em;
  color: rgba(17, 17, 16, 0.35);
  transition: opacity 0.3s;
  background: rgba(248, 248, 245, 0.85);
  padding: 2px 7px;
}
.works-page__card-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  font-size: 8px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  background: var(--accent);
  color: #fff;
  padding: 3px 8px;
  z-index: 2;
}
.works-page__note {
  text-align: center;
  font-size: 13px;
  line-height: 2;
  color: var(--muted);
  font-weight: 300;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .works-page__note {
    text-align: left;
  }
}
.works-page__category-cta {
  text-align: center;
}
.works-page__category-btn {
  display: inline-block;
  font-size: 11px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  background: var(--accent);
  color: #fff;
  padding: 13px 28px;
  text-decoration: none;
  cursor: none;
  transition: background 0.25s;
  border: none;
}

.works-page__pagination {
  margin: 40px auto;
  display: flex;
  justify-content: center;
}
.works-page .wp-pagenavi {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}
.works-page .wp-pagenavi a,
.works-page .wp-pagenavi span {
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  letter-spacing: 0.12em;
  color: var(--muted);
  text-decoration: none;
  border: 1px solid var(--border);
  background: var(--bg);
  transition: all 0.25s ease;
}
.works-page .wp-pagenavi a:hover {
  color: var(--fg);
  border-color: var(--accent);
  background: rgba(126, 200, 50, 0.06);
}
.works-page .wp-pagenavi .current {
  color: #fff;
  background: var(--accent);
  border-color: var(--accent);
}
.works-page .wp-pagenavi .pages,
.works-page .wp-pagenavi .extend {
  border: none;
  background: transparent;
  min-width: auto;
  height: auto;
  padding: 0 4px;
  color: var(--muted);
}
.works-page .wp-pagenavi .previouspostslink,
.works-page .wp-pagenavi .nextpostslink {
  padding: 0 16px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 10px;
}

/* ===== SERVICES ===== */
.services {
  padding: 60px 0;
  background: var(--bg);
}
.services__wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .services__wrapper {
    padding: 0 20px;
  }
}
.services__hero {
  padding: 52px 56px 40px;
  border-bottom: 1px solid var(--border);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .services__hero {
    flex-direction: column;
    align-items: flex-start;
    padding: 24px 0;
    gap: 8px;
  }
}
.services__label {
  font-size: 11px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 14px;
}
.services__main-title {
  font-size: clamp(44px, 6.5vw, 84px);
  line-height: 0.9;
  letter-spacing: 0.02em;
  color: var(--fg);
}
.services__outline {
  -webkit-text-stroke: 1.5px var(--fg);
  color: transparent;
}
.services__intro {
  font-size: 12px;
  line-height: 1.9;
  color: var(--muted);
  max-width: 300px;
  font-weight: 300;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .services__intro {
    align-self: flex-end;
  }
}
.services__cards {
  padding: 0 20px 60px;
  background: var(--bg);
}
@media screen and (max-width: 768px) {
  .services__cards {
    padding-inline: 0;
  }
}
.services__card {
  display: grid;
  grid-template-columns: 72px 1fr 1fr auto;
  align-items: start;
  gap: 40px;
  padding: 44px 20px;
  border-bottom: 1px solid var(--border);
  cursor: none;
  position: relative;
}
@media screen and (max-width: 768px) {
  .services__card {
    grid-template-columns: 2fr;
    padding: 20px;
  }
}
.services__card::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(126, 200, 50, 0.04);
  opacity: 0;
  transition: opacity 0.3s;
}
.services__card:hover::before {
  opacity: 1;
}
.services__number {
  font-size: 44px;
  color: rgba(17, 17, 16, 0.06);
  line-height: 1;
  padding-top: 6px;
}
.services__icon {
  font-size: 20px;
  margin-bottom: 12px;
}
.services__title {
  font-size: 30px;
  letter-spacing: 0.03em;
  line-height: 1;
  margin-bottom: 10px;
  color: var(--fg);
}
@media screen and (max-width: 768px) {
  .services__title {
    font-size: 24px;
  }
}
.services__tag {
  display: inline-block;
  font-size: 8px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  border: 1.5px solid var(--accent);
  color: var(--accent);
  padding: 4px 10px;
  margin-bottom: 12px;
  background: rgba(126, 200, 50, 0.06);
}
.services__desc {
  font-size: 12px;
  line-height: 1.9;
  color: var(--muted);
  font-weight: 300;
  max-width: 300px;
}
.services__features-title {
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 12px;
}
.services__feature-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.services__feature-list li {
  font-size: 13px;
  color: var(--muted);
  display: flex;
  align-items: flex-start;
  gap: 9px;
  line-height: 1.5;
}
.services__feature-list li::before {
  content: "";
  width: 5px;
  height: 5px;
  background: var(--accent);
  border-radius: 50%;
  margin-top: 4px;
  flex-shrink: 0;
}
.services__price {
  text-align: right;
  padding-top: 6px;
}
.services__price-label {
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 7px;
}
.services__price-note {
  font-size: 14px;
  color: var(--fg);
  line-height: 1.7;
  margin-bottom: 16px;
  max-width: 160px;
  margin-left: auto;
}
.services__btn {
  display: inline-block;
  font-size: 9px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  background: var(--accent);
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
  cursor: none;
  white-space: nowrap;
  transition: background 0.25s;
  border: none;
}
.services__btn:hover {
  background: var(--accent-d);
}

:root {
  --bg: #f8f8f5;
  --bg2: #f0f0eb;
  --fg: #111110;
  --accent: #7ec832;
  --accent-d: #5fa320;
  --muted: #888883;
  --border: rgba(17, 17, 16, 0.1);
}

.button-group .btn {
  margin-bottom: 20px;
}

.contact-section {
  padding-bottom: 40px;
}

.contact-section-form {
  padding-bottom: 60px;
}

.contact-contents {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 80px;
}
@media screen and (max-width: 480px) {
  .contact-contents {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .contact-contents p {
    font-size: 14px;
  }
}

.category-contact-section {
  padding-bottom: 40px;
}

.contact-form {
  display: flex;
  justify-content: center;
}
.contact-form textarea {
  border: 1px solid gray;
  margin-bottom: 16px;
  padding: 10px 10px;
}
.contact-form .wpcf7-list-item {
  margin: 0;
}

.haveto {
  color: gray;
}

.haveto span {
  background-color: #C7000B;
  padding: 3px 8px;
  color: white;
  margin-left: 8px;
  font-size: 12px;
}

.wpcf7-validates-as-required,
.wpcf7-validates-as-required,
.wpcf7-validates-as-email {
  background-color: white;
  border: 1px solid gray;
  margin-bottom: 16px;
  max-width: 600px;
  width: 100%;
  padding: 10px 10px;
}
@media screen and (max-width: 768px) {
  .wpcf7-validates-as-required,
  .wpcf7-validates-as-required,
  .wpcf7-validates-as-email {
    width: 100%;
  }
}

.contact-form-check {
  display: flex;
  justify-content: center;
  color: gray;
  margin-top: 80px;
  width: 100%;
}
.contact-form-check p {
  color: #000000;
  font-weight: bold;
  margin-bottom: 16px;
  padding: 10px 10px;
}

.inquiry {
  margin-bottom: 40px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .inquiry {
    font-size: 14px;
  }
}
.inquiry th, .inquiry td {
  width: 600px;
  font-weight: normal;
}
.inquiry p {
  padding-bottom: 10px;
}

.contact-confirm {
  padding-bottom: 0;
}

.wpcf7-list-item-label {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.6;
}
.wpcf7-list-item-label a {
  color: gray;
}

/* ===== CONTACT ===== */
.contact-page__wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 66px 40px 0 40px;
  min-height: calc(100vh - 66px);
}
@media screen and (max-width: 768px) {
  .contact-page__wrapper {
    padding-inline: 20px;
  }
}
.contact-page__wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 768px) {
  .contact-page__wrap {
    grid-template-columns: 1fr;
  }
}
.contact-page__left {
  padding: 52px 56px;
  border-right: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .contact-page__left {
    border-right: none;
    padding-inline: 0;
  }
}
.contact-page__label {
  font-size: 11px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 14px;
}
.contact-page__heading {
  font-size: 80px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .contact-page__heading {
    font-size: 60px;
  }
}
.contact-page__heading-outline {
  -webkit-text-stroke: 1.5px var(--fg);
  color: transparent;
}
.contact-page__right {
  padding: 52px 56px;
  background: var(--bg);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .contact-page__right {
    padding-inline: 20px;
  }
}
.contact-page__info-item {
  padding: 22px 0;
  border-bottom: 1px solid var(--border);
}
.contact-page__info-item:first-child {
  border-top: 1px solid var(--border);
  margin-top: 36px;
}
.contact-page__info-label {
  font-size: 8px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 7px;
}
.contact-page__info-value {
  font-size: 13px;
  color: var(--fg);
  font-weight: 300;
}
.contact-page__info-value a {
  color: var(--fg);
  text-decoration: none;
  cursor: none;
  transition: color 0.25s;
}
.contact-page__info-value a:hover {
  color: var(--accent);
}
.contact-page__sns {
  margin-top: 32px;
}
.contact-page__sns-title {
  font-size: 8px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 14px;
}
.contact-page__sns-links {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.contact-page__sns-link {
  font-size: 9px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  border: 1px solid var(--border);
  padding: 8px 14px;
  color: var(--muted);
  text-decoration: none;
  cursor: none;
  transition: all 0.25s;
  background: var(--bg);
}
.contact-page__sns-link:hover {
  border-color: var(--accent);
  color: var(--accent);
  background: rgba(126, 200, 50, 0.06);
}
.contact-page__note {
  margin-top: 32px;
  font-size: 11px;
  line-height: 1.8;
  color: var(--muted);
  font-weight: 300;
  letter-spacing: -0.05em;
}

.contact-form__title {
  font-size: clamp(30px, 3.2vw, 48px);
  letter-spacing: 0.02em;
  margin-bottom: 70px;
  color: var(--fg);
}
.contact-form__title-outline {
  -webkit-text-stroke: 1.5px var(--fg);
  color: transparent;
}
.contact-form__sub {
  font-size: 11px;
  color: var(--muted);
  margin-bottom: 32px;
  line-height: 1.8;
}
.contact-form__group {
  margin-bottom: 18px;
}
.contact-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 18px;
}
.contact-form__label {
  font-size: 8px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--muted);
  display: block;
  margin-bottom: 7px;
}
.contact-form__required {
  color: var(--accent);
  margin-left: 3px;
}
.contact-form__input, .contact-form__select, .contact-form__textarea {
  width: 100%;
  background: #fff;
  border: 1.5px solid var(--border);
  color: var(--fg);
  font-family: "Inter", sans-serif;
  font-size: 12px;
  padding: 11px 14px;
  transition: border-color 0.25s;
  outline: none;
  cursor: none;
  border-radius: 0;
}
.contact-form__input::placeholder, .contact-form__select::placeholder, .contact-form__textarea::placeholder {
  color: rgba(17, 17, 16, 0.22);
}
.contact-form__input:focus, .contact-form__select:focus, .contact-form__textarea:focus {
  border-color: var(--accent);
}
.contact-form__textarea {
  resize: vertical;
  min-height: 110px;
  line-height: 1.7;
}
.contact-form__check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 22px;
  cursor: none;
}
.contact-form__check input[type=checkbox] {
  width: 14px;
  height: 14px;
  accent-color: var(--accent);
  margin-top: 2px;
  cursor: none;
  flex-shrink: 0;
}
.contact-form__check-label {
  font-size: 11px;
  color: var(--muted);
  line-height: 1.6;
}
.contact-form__submit {
  width: 100%;
  font-size: 10px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  background: var(--accent);
  color: #fff;
  border: none;
  padding: 15px;
  cursor: none;
  transition: background 0.25s;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}
.contact-form__submit:hover {
  background: var(--accent-d);
}
.contact-form__budget-list {
  display: flex;
  gap: 7px;
  margin-top: 8px;
  flex-wrap: wrap;
}
.contact-form__budget-pill {
  font-size: 8px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  border: 1px solid var(--border);
  padding: 5px 11px;
  color: var(--muted);
  cursor: none;
  transition: all 0.2s;
  background: #fff;
}
.contact-form__budget-pill:hover, .contact-form__budget-pill.sel {
  border-color: var(--accent);
  color: var(--accent);
  background: rgba(126, 200, 50, 0.08);
}
.contact-form__success {
  display: none;
  text-align: center;
  padding: 48px 24px;
  background: #fff;
  border: 1.5px solid rgba(126, 200, 50, 0.3);
}
.contact-form__success.show {
  display: block;
}
.contact-form__success-icon {
  font-size: 28px;
  margin-bottom: 18px;
  color: var(--accent);
}
.contact-form__success-title {
  font-size: 34px;
  letter-spacing: 0.03em;
  margin-bottom: 12px;
  color: var(--fg);
}
.contact-form__success-desc {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.8;
}

.thanks-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-bottom: 80px;
}

.thanks-text {
  text-align: center;
  width: 100%;
}

.thanks-content p {
  font-size: 20px;
  line-height: 50px;
}

@media screen and (max-width: 768px) {
  .thanks-content p {
    font-size: 16px;
  }
}
.thanks-section__text {
  font-size: 12px;
  margin: 80px 0;
  text-align: center;
}


#header {
  position: fixed;
  background-color: white;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  height: 66px;
}

.header-inner {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 66px;
  align-items: center;
}

.site-title {
  width: 48px;
  height: auto;
}

.navi-menu {
  display: flex;
  gap: 50px;
}

.menu-title {
  color: #686868;
}
.menu-title:hover {
  color: #000000;
}

.sub-menu {
  color: #686868;
}
.sub-menu li:hover {
  color: #000000;
}

.menu-title-contact {
  color: #60b72a;
}
.menu-title-contact:hover {
  color: #2AA83A;
}

.navi-menu > li {
  position: relative;
}

.navi-menu .sub-menu {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 20px;
  text-align: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.navi-menu li:hover > .sub-menu {
  visibility: visible;
  background-color: #ffffff;
  transition: opacity 0.3s ease, visibility 0s;
}

.navi-menu .sub-menu li {
  width: 80px;
  padding: 8px;
  border-bottom: 1px solid #ddd;
}

.navi-menu .sub-menu li:hover {
  background-color: #f1f1f1;
}

.navi-menu li:hover > .sub-menu {
  display: block;
}

@media screen and (max-width: 768px) {
  .navi {
    display: block;
  }
  .humberger {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 20px;
    right: 16px;
  }
  .humberger span {
    width: 30px;
    height: 2px;
    left: 5px;
    background-color: #000000;
    position: absolute;
    z-index: 30;
    transition: transform 0.4s ease, opacity 0.4s ease, top 0.4s ease;
  }
  .humberger span:nth-child(1) {
    top: 10px;
  }
  .humberger span:nth-child(2) {
    top: 20px;
  }
  .humberger span:nth-child(3) {
    top: 30px;
  }
  .active .site-title {
    display: none;
  }
  .active .humberger span {
    z-index: 20;
  }
  .active .humberger span:nth-child(1) {
    transform: rotate(45deg);
    top: 20px;
  }
  .active .humberger span:nth-child(2) {
    opacity: 0;
  }
  .active .humberger span:nth-child(3) {
    transform: rotate(-45deg);
    top: 20px;
  }
  /*
    #header.active {
      background: rgba(248, 248, 245, 0.96);

    }
  */
  .active .sub-menu {
    left: 60%;
    top: -7px;
  }
  .navi-menu {
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    padding: 110px 48px 40px;
    gap: 26px;
    text-align: left;
    background: rgba(248, 248, 245, 0.96);
    backdrop-filter: blur(8px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateX(-60px);
    transition: opacity 0.45s ease, transform 0.45s ease, visibility 0.45s ease;
  }
  .navi-menu li {
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(17, 17, 16, 0.06);
  }
  .navi-menu .menu-title {
    display: block;
    padding: 8px 0;
    font-size: 22px;
    letter-spacing: 0.08em;
    color: #111110;
    font-weight: 400;
    transition: color 0.3s ease, transform 0.3s ease;
  }
  .navi-menu .menu-title:hover {
    color: #71C732;
    transform: translateX(6px);
  }
  .navi-menu .menu-title-contact {
    color: #60b72a;
  }
  .navi-menu .menu-title-contact:hover {
    color: #318304;
    transform: translateX(6px);
  }
  .active .navi-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(0);
  }
}
.active .navi-menu .sub-menu {
  box-shadow: none;
}
.active .navi-menu .sub-menu li {
  opacity: 0.8;
  width: 100%;
}

#footer {
  text-align: center;
  align-content: center;
  height: 60px;
  font-size: 12px;
}

.news {
  padding: 60px 0;
}
.news-section {
  padding: 64px 0;
}
.news__wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .news__wrapper {
    padding: 0 20px;
  }
}
.news__sec-wrapper {
  padding: 0 10px;
}
.news__head {
  padding: 52px 56px 36px;
  border-bottom: 1px solid var(--border);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .news__head {
    flex-direction: column;
    align-items: flex-start;
    padding: 24px 0;
  }
}
.news__head-right {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .news__head-right {
    align-self: flex-end;
  }
}
.news__label {
  font-size: 11px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 14px;
}
.news__heading {
  font-size: clamp(44px, 6.5vw, 84px);
  line-height: 0.9;
  letter-spacing: 0.02em;
  color: var(--fg);
}
.news__heading-outline {
  -webkit-text-stroke: 1.5px var(--fg);
  color: transparent;
}
.news__count {
  font-size: 64px;
  color: rgba(17, 17, 16, 0.05);
  line-height: 1;
}
.news__sub {
  font-size: 9px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
  margin-top: 6px;
}
.news__list {
  padding: 0 56px;
}
@media screen and (max-width: 768px) {
  .news__list {
    padding: 0;
  }
}
.news__item {
  display: grid;
  grid-template-columns: 140px 1fr auto;
  gap: 32px;
  align-items: start;
  padding: 30px 20px;
  border-bottom: 1px solid var(--border);
  position: relative;
  cursor: none;
}
@media screen and (max-width: 768px) {
  .news__item {
    grid-template-columns: 64px 1fr auto;
    padding: 24px 8px;
    gap: 24px;
  }
}
.news__item::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(126, 200, 50, 0.04);
  opacity: 0;
  transition: opacity 0.3s;
}
.news__item:hover::before {
  opacity: 1;
}
.news__item:hover .news__arrow {
  color: var(--accent);
  transform: translate(3px, -3px);
}
.news__date {
  font-size: 11px;
  letter-spacing: 0.1em;
  color: var(--muted);
  padding-top: 3px;
}
.news__year {
  display: block;
  font-size: 9px;
  letter-spacing: 0.18em;
  color: rgba(17, 17, 16, 0.2);
  margin-top: 4px;
}
.news__cat {
  display: inline-block;
  font-size: 8px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  border: 1px solid var(--border);
  color: var(--muted);
  padding: 3px 9px;
  margin-bottom: 10px;
}
.news__cat--new {
  border-color: var(--accent);
  color: var(--accent);
  background: rgba(126, 200, 50, 0.06);
}
.news__title {
  font-size: 26px;
  letter-spacing: 0.03em;
  line-height: 1;
  margin-bottom: 10px;
  color: var(--fg);
}
@media screen and (max-width: 768px) {
  .news__title {
    font-size: 14px;
  }
}
.news__desc {
  font-size: 12px;
  line-height: 1.8;
  color: var(--muted);
  font-weight: 300;
  max-width: 540px;
}
.news__arrow {
  color: var(--muted);
  padding-top: 4px;
  transition: color 0.3s, transform 0.3s;
}
.news__arrow svg {
  width: 14px;
  height: 14px;
}

/* ===== NEWS DETAIL ===== */
.news-detail-page {
  padding-top: 86px;
  padding-bottom: 40px;
}
.news-detail-page__wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .news-detail-page__wrapper {
    padding: 0 20px;
  }
}
.news-detail-page__head {
  padding: 52px 56px 40px;
  border-bottom: 1px solid var(--border);
}
@media screen and (max-width: 768px) {
  .news-detail-page__head {
    padding: 24px 0;
  }
}
.news-detail-page__date {
  font-size: 13px;
  letter-spacing: 0.12em;
  color: var(--muted);
  margin-bottom: 12px;
}
.news-detail-page__category {
  display: inline-block;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  padding: 3px 9px;
  margin-bottom: 16px;
  border: 1px solid var(--accent);
  color: var(--accent);
  background: rgba(126, 200, 50, 0.06);
  transition-delay: 0.12s;
  opacity: 1;
  transform: translateY(0);
}
.news-detail-page__title {
  font-size: clamp(24px, 3.5vw, 50px);
  line-height: 0.95;
  letter-spacing: 0.02em;
  color: var(--fg);
}
.news-detail-page__body-wrap {
  display: grid;
  grid-template-columns: 680px 1fr;
  gap: 0;
  border-bottom: 1px solid var(--border);
}
@media screen and (max-width: 768px) {
  .news-detail-page__body-wrap {
    grid-template-columns: 1fr;
  }
}
.news-detail-page__body {
  padding: 48px 40px;
  border-right: 1px solid var(--border);
}
@media screen and (max-width: 768px) {
  .news-detail-page__body {
    border-right: none;
    padding: 24px 0;
  }
}
.news-detail-page__body a {
  font-weight: bold;
}
.news-detail-page__body a:hover {
  color: var(--accent);
}
.news-detail-page__body p {
  font-size: 13px;
  line-height: 2.1;
  color: var(--muted);
  font-weight: 300;
  margin-bottom: 24px;
}
.news-detail-page__body p:last-child {
  margin-bottom: 0;
}
.news-detail-page__body h3 {
  font-size: 22px;
  letter-spacing: 0.03em;
  color: var(--fg);
  margin-top: 36px;
  margin-bottom: 12px;
}
.news-detail-page__body h3:first-child {
  margin-top: 0;
}
.news-detail-page__body ul {
  list-style: none;
  margin: 0 0 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.news-detail-page__body ul li {
  font-size: 12px;
  color: var(--muted);
  display: flex;
  align-items: flex-start;
  gap: 10px;
  line-height: 1.7;
}
.news-detail-page__body ul li::before {
  content: "";
  width: 4px;
  height: 4px;
  background: var(--accent);
  border-radius: 50%;
  margin-top: 6px;
  flex-shrink: 0;
}
.news-detail-page__sidebar {
  padding: 52px 40px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .news-detail-page__sidebar {
    padding: 24px 0;
  }
}
.news-detail-page__sidebar-label {
  font-size: 11px;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 14px;
}
.news-detail-page__sidebar-tags {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
}
.news-detail-page__sidebar-tag {
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  border: 1px solid var(--border);
  padding: 6px 12px;
  color: var(--muted);
  background: var(--bg2);
}
.news-detail-page__sidebar-date {
  font-size: 12px;
  color: var(--muted);
}
.news-detail-page__related {
  padding: 52px 56px;
  border-bottom: 1px solid var(--border);
}
@media screen and (max-width: 768px) {
  .news-detail-page__related {
    padding: 24px 0;
  }
}
.news-detail-page__related-title {
  font-size: clamp(22px, 2.5vw, 34px);
  letter-spacing: 0.02em;
  margin-bottom: 24px;
  color: var(--fg);
}
.news-detail-page__outline {
  -webkit-text-stroke: 1.5px var(--fg);
  color: transparent;
}
.news-detail-page__related-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4px;
}
.news-detail-page__foot-cta {
  display: inline-block;
  font-size: 9px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  background: var(--accent);
  color: #fff;
  padding: 13px 28px;
  text-decoration: none;
  cursor: none;
  transition: background 0.25s;
  border: none;
}
.news-detail-page__foot-text {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted);
  cursor: none;
  transition: color 0.25s;
  padding: 24px 56px;
}
@media screen and (max-width: 768px) {
  .news-detail-page__foot-text {
    padding: 10px 12px 10px 0;
  }
}
.news-detail-page__foot-text:hover {
  color: var(--accent);
}

/* ===== RELATED ITEM ===== */
.related-item {
  background: var(--bg);
  padding: 24px;
  cursor: none;
  position: relative;
  transition: background 0.25s;
}
@media screen and (max-width: 768px) {
  .related-item {
    padding-inline: 10px;
  }
}
.related-item:hover {
  background: rgba(126, 200, 50, 0.05);
}
.related-item:hover .ri-arrow {
  color: var(--accent);
  transform: translate(3px, -3px);
}
.related-item .ri-date {
  font-size: 11px;
  letter-spacing: 0.16em;
  color: var(--muted);
  margin-bottom: 8px;
}
.related-item .ri-cat {
  display: inline-block;
  font-size: 9px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  border: 1px solid var(--border);
  padding: 2px 7px;
  color: var(--muted);
  margin-bottom: 8px;
}
.related-item .ri-cat.new-cat {
  border-color: var(--accent);
  color: var(--accent);
}
.related-item .ri-title {
  font-size: 17px;
  letter-spacing: 0.03em;
  color: var(--fg);
  line-height: 1.1;
}
@media screen and (max-width: 768px) {
  .related-item .ri-title {
    font-size: 12px;
  }
}
.related-item .ri-arrow {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 18px;
  height: 18px;
  color: var(--muted);
  transition: 0.25s;
}
@media screen and (max-width: 768px) {
  .related-item .ri-arrow {
    right: 10px;
  }
}
.related-item .ri-arrow svg {
  width: 14px;
  height: 14px;
}

/* アーカイブページにのみ適用されるスタイル */
.archive-new-section {
  margin-top: 66px;
}

.wp-block-preformatted {
  color: #000000;
  margin-top: 80px;
}

/* ========================================
FLOW
======================================== */
.flow {
  padding: 120px 0;
  position: relative;
  /* ========================
  Hero
  ======================== */
  /* ========================
  Overview
  ======================== */
  /* ========================
  Steps
  ======================== */
  /* ========================
  Detail
  ======================== */
}
@media screen and (max-width: 768px) {
  .flow {
    padding: 70px 0;
  }
}
.flow__wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .flow__wrapper {
    padding: 0 20px;
  }
}
.flow__hero {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 100px;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .flow__hero {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}
.flow__label {
  font-size: 11px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 14px;
}
.flow__heading {
  font-size: clamp(44px, 6.5vw, 84px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.04em;
}
.flow__heading-outline {
  -webkit-text-stroke: 1.5px var(--fg);
  color: transparent;
}
.flow__sub {
  font-size: 12px;
  line-height: 1.9;
  color: var(--muted);
  max-width: 300px;
  font-weight: 300;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .flow__sub {
    align-self: flex-end;
  }
}
.flow__section {
  margin-bottom: 120px;
}
.flow__overview-label {
  font-size: 11px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 14px;
}
.flow__overview-title {
  font-size: 32px;
  margin-bottom: 60px;
}
.flow__overview-outline {
  -webkit-text-stroke: 1.5px var(--fg);
  color: transparent;
}
.flow__steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .flow__steps {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.flow__step {
  position: relative;
  padding: 32px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}
@media screen and (max-width: 768px) {
  .flow__step {
    padding: 16px 8px;
  }
}
.flow__step-num {
  font-size: 12px;
  opacity: 0.5;
  margin-bottom: 16px;
}
.flow__step-icon-image {
  width: 24px;
  height: 24px;
  margin-bottom: 16px;
}
.flow__step-icon-image img {
  width: 100%;
  height: auto;
}
.flow__step-title {
  font-size: 16px;
  margin-bottom: 8px;
}
.flow__step-desc {
  font-size: 12px;
  line-height: 1.8;
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .flow__step-desc {
    text-align: right;
  }
}
.flow__step-arrow {
  font-size: 24px;
  position: absolute;
  right: -14px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.4;
}
@media screen and (max-width: 768px) {
  .flow__step-arrow {
    right: 50%;
    transform: translatex(-50%);
    top: auto;
    bottom: -20px;
    transform: rotate(90deg);
  }
}
.flow__detail {
  margin-bottom: 120px;
}
.flow__detail-title {
  font-size: 32px;
  margin-bottom: 60px;
}
.flow__detail-outline {
  -webkit-text-stroke: 1.5px var(--fg);
  color: transparent;
}
.flow__row {
  display: flex;
  gap: 40px;
  padding: 40px 0;
  border-bottom: 1px solid rgba(63, 40, 40, 0.08);
}
@media screen and (max-width: 768px) {
  .flow__row {
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
  }
}
.flow__phase {
  width: 200px;
}
.flow__phase-num {
  font-size: 14px;
  opacity: 0.4;
}
.flow__phase-label {
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent);
  margin-top: 4px;
}
.flow__row-body {
  flex: 1;
}
.flow__row-title {
  font-size: 18px;
  margin-bottom: 12px;
}
.flow__row-desc {
  font-size: 13px;
  line-height: 1.8;
  opacity: 0.7;
  margin-bottom: 16px;
}
.flow__tags {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.flow__tag {
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  border: 1px solid var(--border);
  padding: 3px 9px;
  color: var(--muted);
  background: var(--bg2);
}

/* ========================================
FAQ
======================================== */
.faq__section {
  margin-top: 120px;
}
.faq__label {
  font-size: 11px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 14px;
}
.faq__title {
  font-size: 32px;
  margin-bottom: 40px;
}
.faq__title-outline {
  -webkit-text-stroke: 1.5px var(--fg);
  color: transparent;
}
.faq__item {
  border-bottom: 1px solid rgba(63, 40, 40, 0.08);
}
.faq__question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 0;
  list-style: none;
  cursor: none;
}
.faq__question::-webkit-details-marker {
  display: none;
}
.faq__question-text {
  font-size: 14px;
}
.faq__icon {
  width: 28px;
  height: 28px;
  border: 1px solid rgba(82, 79, 79, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  font-family: sans-serif;
  font-style: normal;
  cursor: none;
}
.faq__answer {
  font-size: 13px;
  line-height: 1.8;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  padding-bottom: 0;
  transform: translateY(-8px);
  transition: max-height 0.5s ease, opacity 0.35s ease, transform 0.35s ease, padding 0.4s ease;
}
.faq__item[open] .faq__icon {
  transform: rotate(45deg);
}
.faq__item[open] .faq__answer {
  max-height: 300px;
  opacity: 1;
  transform: translateY(0);
  padding-bottom: 20px;
}

/* ========================================
CTA
======================================== */
.cta__section {
  padding: 64px 56px;
  text-align: center;
  background: rgba(126, 200, 50, 0.06);
  border-top: 1px solid rgba(126, 200, 50, 0.15);
  border-bottom: 1px solid rgba(126, 200, 50, 0.15);
}
@media screen and (max-width: 768px) {
  .cta__section {
    padding: 64px 28px;
  }
}
.cta__label {
  font-size: 11px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 14px;
}
.cta__title {
  font-size: 60px;
  margin: 20px 0;
}
@media screen and (max-width: 768px) {
  .cta__title {
    font-size: 48px;
  }
}
.cta__title-outline {
  -webkit-text-stroke: 1.5px var(--fg);
  color: transparent;
}
.cta__text {
  margin-bottom: 40px;
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .cta__text {
    font-size: 14px;
  }
}
.cta__btns {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.cta__btn-primary {
  display: inline-block;
  font-size: 11px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  background: var(--accent);
  color: #fff;
  padding: 13px 28px;
  text-decoration: none;
  cursor: none;
  transition: background 0.25s;
  border: none;
}

/* ========================================
Footer
======================================== */
.flow__footer {
  display: flex;
  justify-content: space-between;
  padding-top: 60px;
  margin-top: 120px;
}

.privacy-policy {
  padding-top: 66px;
}
.privacy-policy__wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .privacy-policy__wrapper {
    padding: 0 20px;
  }
}
.privacy-policy__head-main {
  padding: 52px 56px 36px;
  border-bottom: 1px solid var(--border);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .privacy-policy__head-main {
    flex-direction: column;
    align-items: flex-start;
    padding: 24px 0;
    gap: 8px;
  }
}
.privacy-policy__label {
  font-size: 11px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--accent);
  margin-top: 8px;
  margin-bottom: 14px;
}
.privacy-policy__big-title {
  font-size: 80px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .privacy-policy__big-title {
    font-size: clamp(20px, 10.6666666667vw, 60px);
  }
}
.privacy-policy__outline {
  -webkit-text-stroke: 1.5px var(--fg);
  color: transparent;
}

.privacy-text {
  margin-bottom: 80px;
  line-height: 30px;
}
.privacy-text p {
  color: #686868;
}
.privacy-text .wp-block-heading {
  display: inherit;
  font-weight: bold;
  padding-top: 24px;
}

body {
  font-family: "Lexend Exa";
}

html {
  font-size: 100%;
  margin: 0;
  scroll-behavior: smooth;
  font-variant-numeric: tabular-nums;
  overflow-x: hidden;
}

img {
  width: 100%;
}

.wrapper {
  margin: 0 auto;
  padding: 0 40px;
  max-width: 1200px;
}
@media screen and (max-width: 768px) {
  .wrapper {
    padding: 0 20px;
  }
}

body {
  position: relative;
  overflow-x: hidden;
}

a {
  cursor: none;
}

.is-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .is-sp {
    display: block;
  }
}

.btn {
  display: inline-block;
  width: 100%;
  font-size: 11px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  background: var(--accent);
  color: #fff;
  border: none;
  padding: 15px;
  cursor: none;
  transition: background 0.25s;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  text-align: center;
}

.button-group {
  margin: 40px 0;
}
.button-group .btn {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .button-group .btn {
    width: 100%;
  }
}

.btn-top {
  margin-top: 0;
}

.sec-title {
  margin-bottom: 80px;
  position: relative;
}
@media screen and (max-width: 480px) {
  .sec-title {
    margin-bottom: 20px;
  }
}

.sec-right-title {
  text-align: right;
}

.sec-title-heading {
  font-size: 56px;
  display: inline-block;
  text-align: right;
  margin-bottom: 10px;
  padding-top: 80px;
}
@media screen and (max-width: 480px) {
  .sec-title-heading {
    font-size: 28px;
  }
}
.sec-title-heading::after {
  position: absolute;
  content: "";
  top: 145px;
  left: 50%;
  transform: translateX(-50%);
  width: 94vw;
  height: 1px;
  background-color: #b3b3b3;
}
@media screen and (max-width: 480px) {
  .sec-title-heading::after {
    top: 115px;
    width: 85vw;
  }
}
@media screen and (max-width: 768px) {
  .sec-title-heading::after {
    width: 88vw;
  }
}
@media screen and (max-width: 1080px) {
  .sec-title-heading::after {
    width: 90vw;
  }
}

.sec-title-subHeading {
  color: #60b72a;
  font-size: 18px;
  padding-left: 4px;
  padding-right: 4px;
}
@media screen and (max-width: 768px) {
  .sec-title-subHeading {
    font-size: 14px;
    padding-left: 2px;
  }
}

.sec-center {
  text-align: center;
}

main {
  padding-top: 66px;
}

html, body {
  cursor: none;
}

.cur {
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 9999;
  will-change: transform;
}

#c1 {
  width: 7px;
  height: 7px;
  background: #5aa52f;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

#c2 {
  width: 34px;
  height: 34px;
  border: 1px solid #5aa52f;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.18s ease-out;
}
#c2:hover {
  width: 60px;
  height: 60px;
}

#c2.is-hover {
  width: 60px;
  height: 60px;
  border-color: #5aa52f;
}

@media (hover: none), (pointer: coarse) {
  #c1,
  #c2 {
    display: none !important;
  }
}
.js-fade-up {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease, transform 1s ease;
}

.js-fade-up.is-active {
  opacity: 1;
  transform: translateY(0);
}

.cta__label {
  transition-delay: 0.1s;
}

.cta__title span:nth-of-type(1) {
  transition-delay: 0.3s;
}

.cta__title span:nth-of-type(2) {
  transition-delay: 0.5s;
}

.p-404 {
  padding: 86px 0;
  height: calc(100vh - 66px);
}
.p-404__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-404__inner {
    padding-inline: 20px;
  }
}
.p-404__title {
  font-size: 40px;
  line-height: 1;
  margin-bottom: 24px;
}
.p-404__text {
  font-size: 14px;
  color: var(--fg);
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 80px;
}
.p-404__btn {
  font-size: 12px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  background: var(--accent);
  color: #fff;
  padding: 14px 30px;
  text-decoration: none;
}/*# sourceMappingURL=style.css.map */