@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
/*! destyle.css v4.0.0 | 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 {
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%; /* 2 */
  -Webkit-tap-highlight-color: transparent; /* 3 */
}
html * {
  line-height: 1.15; /* 1 */
}

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

.entry-content > *,
.body .article {
  margin-bottom: 0 !important;
}

/**
 * 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 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

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

:is(.article ul, .article ol) {
  padding-left: 24px;
  margin-bottom: 0;
}
:is(.article ul, .article ol) li {
  margin: 0;
  list-style: initial !important;
  font-size: 14px;
  line-height: 2 !important;
}

/* 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 */
  margin: 0;
  overflow: visible; /* 2 */
  clear: both;
  color: inherit;
  border-top-width: 1px;
}

/**
 * 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 {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  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 {
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  text-align: inherit;
  text-transform: inherit; /* 2 */
  vertical-align: middle; /* 1 */
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border-radius: 0;
}

/**
 * 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 {
  min-width: 0;
  padding: 0;
  margin: 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;
}

/**
 * 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;
     -moz-appearance: none;
          appearance: none;
}

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

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}

/**
 * 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-collapse: collapse;
  border-color: inherit; /* 1 */
}

caption {
  text-align: left;
}

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

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

a[href*=tel] {
  pointer-events: none;
}
@media (width <= 600px) {
  a[href*=tel] {
    pointer-events: auto;
  }
}

a {
  color: inherit;
  text-decoration: none;
  transition: 0.3s;
}

:root {
  --color_base: #F7F5F1;
  --color_text: #333333;
  --color_accent: #8A6F54;
  --color_button: #6B5845;
  --color_hover: #748C6B;
  --color_border: #E0DED8;
  --color_bg: #EFE8E1;
}

:root {
  --ff-serif: "Noto Serif JP", serif;
  --ff-sans: "Noto Sans", sans-serif;
  --ff-zen: "Zen Old Mincho", serif;
  --ff-atkinson:"Atkinson Hyperlegible", sans-serif;
  --ff-manrope: "Manrope", sans-serif;
  --ff-inter: "Inter", sans-serif;
  --lh-h1: 1.4;
  --lh-h2: 1.5;
  --lh-h3: 1.4;
  --lh-lead: 1.75;
  --lh-caption: 1.7;
  --lh-en-ttl: 1.4;
  --fz-h1: 36px;
  --fz-h2: 32px;
  --fz-h3: 24px;
  --fz-h4: 18px;
  --fz-en-ttl: 28px;
  --fz-sub:12px;
  --fz-lead: 15px;
  --fz-btn: 13px;
  --fz-caption: 14px;
}

@media (max-width: 600px) {
  :root {
    --fz-h1: 28px;
    --fz-h2: 22px;
    --fz-h3: 20px;
    --fz-h4: 17px;
    --fz-en-ttl: 22px;
    --fz-sub:12px;
    --fz-lead: 14px;
    --fz-btn: 12px;
    --fz-caption: 13px;
  }
}
:root {
  --space-0: 0;
  --space-2: 2px;
  --space-4: 4px;
  --space-6: 6px;
  --space-8: 8px;
  --space-12: 12px;
  --space-16: 16px;
  --space-24: 24px;
  --space-32: 32px;
  --space-48: 48px;
  --space-64: 64px;
  --space-80: 80px;
  --space-96: 96px;
  --space-160: 160px;
  --space-pc-section: 120px;
  --space-pc-gutter: 20px;
  --space-pc-margin: 80px;
  --space-pc-xsmall: 12px;
  --space-pc-small: 24px;
  --space-pc-block: 40px;
  --space-pc-inner: 60px;
  --space-pc-footer: 160px;
  --space-sp-section: 80px;
  --space-sp-gutter: 16px;
  --space-sp-margin: 16px;
  --space-sp-xsmall: 8px;
  --space-sp-small: 16px;
  --space-sp-block: 28px;
  --space-sp-inner: 40px;
  --space-sp-footer: 100px;
}

.l-base {
  background-color: var(--color_base);
  color: var(--color_text);
  font-family: var(--ff-serif);
  line-height: 1.8;
  min-height: 100vh;
  font-size: var(--fz-lead);
}

.l-inner {
  max-width: 1280px;
  width: 100%;
  margin-inline: auto;
  padding-inline: var(--space-16);
}
@media (min-width: 1295px) {
  .l-inner {
    padding-inline: 0;
  }
}

.c-lowerTtl {
  width: 100%;
  padding: var(--space-80) 0 var(--space-48);
  background-color: var(--color_base);
  margin-top: 73px;
}
@media screen and (max-width: 600px) {
  .c-lowerTtl {
    padding: var(--space-48) 0 var(--space-24);
  }
}
.c-lowerTtl__inner {
  display: flex;
  align-items: flex-end;
  gap: var(--space-8);
}
@media screen and (max-width: 600px) {
  .c-lowerTtl__inner {
    flex-direction: column;
    align-items: normal;
  }
}
.c-lowerTtl__main {
  font-size: var(--fz-en-ttl);
  font-weight: 500;
  letter-spacing: 0.05em;
  color: var(--color_text);
}
.c-lowerTtl__sub {
  font-size: clamp(10px, 1.667vw, 12px);
  color: var(--color_text_light);
}

.c-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: var(--fz-btn);
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  transition: background-position 0.4s ease, color 0.4s ease;
  background-size: 200% 100%;
  background-position: left;
  padding: var(--space-16) var(--space-64) var(--space-16) var(--space-48);
  position: relative;
  overflow: hidden;
}
.c-btn::after, .c-btn::before {
  content: "";
  position: absolute;
  right: var(--space-32);
  background-color: currentColor;
  height: 1px;
  transition: transform 0.3s ease;
}
.c-btn::after {
  width: 18px;
  top: 55%;
  transform: translateY(-50%);
}
.c-btn::before {
  width: 8px;
  top: 55%;
  transform-origin: right center;
  transform: translateY(-50%) rotate(35deg);
}
.c-btn:active::after {
  transform: translate(3px, -50%);
}
.c-btn__1 {
  color: #fff;
  background-color: var(--color_button);
  background-image: linear-gradient(to right, var(--color_hover) 0%, var(--color_hover) 100%);
  background-size: 0% 100%;
  background-repeat: no-repeat;
  background-position: left;
  border: none;
  transition: background-size 0.5s ease, color 0.3s ease;
}
.c-btn__1:hover {
  color: #fff;
  background-size: 100% 100%;
}
.c-btn__1:hover::after, .c-btn__1:hover::before {
  background-color: currentColor;
}
.c-btn__2 {
  color: var(--color_button);
  background-color: transparent;
  border: 1px solid var(--color_button);
  background-image: linear-gradient(to right, var(--color_button) 0%, var(--color_button) 100%);
  background-size: 0% 100%;
  background-repeat: no-repeat;
  background-position: left;
  transition: background-size 0.5s ease, color 0.3s ease;
}
.c-btn__2:hover {
  color: #fff;
  background-size: 100% 100%;
}

.c-ttl {
  position: relative;
  z-index: 10;
  width: min(850px, 100%);
  aspect-ratio: 850/630;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0 var(--space-16);
  /* 背景別設定 */
}
.c-ttl__con {
  display: grid;
  gap: var(--space-16);
  background-color: rgba(255, 255, 255, 0.7);
  padding: var(--space-24) var(--space-32);
  width: 400px;
}
.c-ttl__right {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: flex-end;
}
.c-ttl__left {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: flex-start;
}
.c-ttl__main {
  font-size: var(--fz-en-ttl);
}
.c-ttl__sub {
  font-size: var(--fz-sub);
}
.c-ttl--about {
  background-image: url("../img/top/top_about-cover.jpg");
}
.c-ttl--product {
  background-image: url("../img/top/top_product-cover.jpg");
}
.c-ttl--access {
  background-image: url("../img/about/about__access.jpg");
}
@media screen and (max-width: 600px) {
  .c-ttl {
    height: auto;
    aspect-ratio: 1/1;
    padding: var(--space-48) var(--space-16);
    background-position: center top;
  }
  .c-ttl__con {
    gap: var(--space-12);
    padding: var(--space-16);
    background-color: rgba(255, 255, 255, 0.75);
    width: 210px;
  }
}

.c-partTtl {
  display: grid;
  gap: var(--space-8);
  margin-bottom: var(--space-64);
}
@media screen and (max-width: 1024px) {
  .c-partTtl {
    margin-bottom: var(--space-32);
  }
}
.c-partTtl__main {
  font-size: clamp(18px, 3vw, 24px);
  font-weight: bold;
}
.c-partTtl__sub {
  font-size: var(--fz-sub);
}

.c-borderBox {
  position: relative;
  top: -60px;
  padding: var(--space-64);
  width: min(1100px, 100%);
}
.c-borderBox__right {
  border-right: none;
  margin-left: auto;
  padding-right: 8vw;
}
@media (max-width: 1295px) {
  .c-borderBox__right {
    padding-right: var(--space-16);
  }
}
.c-borderBox__left {
  border-left: none;
  margin-right: auto;
  padding-left: 8vw;
}
@media (max-width: 1295px) {
  .c-borderBox__left {
    padding-left: var(--space-16);
  }
}
.c-borderBox__wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-48);
}
@media screen and (max-width: 1024px) {
  .c-borderBox__wrap {
    display: flex;
    flex-direction: column-reverse;
  }
}
.c-borderBox > div, .c-borderBox ul, .c-borderBox dl {
  width: 100%;
}
.c-borderBox__txt {
  line-height: 2;
  color: var(--color_text);
  font-size: var(--fz-lead);
}
@media screen and (max-width: 1024px) {
  .c-borderBox {
    top: -60px;
    display: flex;
    flex-direction: column-reverse;
    padding: var(--space-96) var(--space-24) var(--space-24);
    gap: var(--space-48);
    width: 90%;
  }
  .c-borderBox__left {
    margin: 0 auto 0 0;
  }
  .c-borderBox__right {
    margin: 0 0 0 auto;
  }
}

@media screen and (max-width: 1024px) {
  .c-linkBanner {
    max-width: 100%;
  }
}
.c-linkBanner__item {
  display: flex;
  flex-direction: column;
  gap: var(--space-8);
  width: 100%;
  text-decoration: none;
  color: var(--color_text);
  transition: opacity 0.3s ease;
}
.c-linkBanner__item:nth-child(1) {
  justify-content: flex-start;
}
.c-linkBanner__item:nth-child(2) {
  justify-content: center;
}
.c-linkBanner__item:nth-child(3) {
  justify-content: flex-end;
}
.c-linkBanner__img {
  aspect-ratio: 4/3;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .c-linkBanner__img {
    aspect-ratio: 3/2;
  }
}
.c-linkBanner__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.c-linkBanner__txt {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  padding-right: var(--space-32);
  width: -moz-fit-content;
  width: fit-content;
}
.c-linkBanner__txt::before, .c-linkBanner__txt::after {
  content: "";
  position: absolute;
  right: -2%;
  height: 1px;
  background-color: var(--color_text);
  transition: transform 0.3s ease;
}
.c-linkBanner__txt::after {
  top: 41%;
  transform: translateY(-50%) rotate(35deg);
  width: 8px;
}
.c-linkBanner__txt::before {
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
}
.c-linkBanner__txt-ttl {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
}
.c-linkBanner__txt-main {
  font-size: clamp(12px, 2vw, 16px);
  font-weight: 600;
}
.c-linkBanner__txt-sub {
  font-size: clamp(10px, 1.667vw, 12px);
}
@media screen and (max-width: 1024px) {
  .c-linkBanner__item {
    width: 100%;
    margin-bottom: 0;
  }
  .c-linkBanner__img {
    aspect-ratio: 1/1;
  }
  .c-linkBanner__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .c-linkBanner__txt {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: var(--space-4);
    padding-right: var(--space-24);
  }
  .c-linkBanner__txt::after {
    top: 43%;
    width: 6px;
  }
  .c-linkBanner__txt::before {
    top: 50%;
    width: 16px;
  }
  .c-linkBanner__txt-main {
    font-weight: 600;
  }
  .c-linkBanner__txt-sub {
    color: var(--color_text_light);
  }
}

.c-newsCard__link {
  display: flex;
  align-items: center;
  gap: var(--space-24);
  text-decoration: none;
  color: inherit;
  width: 100%;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 600px) {
  .c-newsCard__link {
    align-items: flex-start;
    gap: var(--space-8);
  }
}
.c-newsCard__list {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid var(--color_border);
}
.c-newsCard__item {
  padding: var(--space-16) 0;
  border-bottom: 1px solid var(--color_border);
}
@media screen and (max-width: 600px) {
  .c-newsCard__item {
    padding: var(--space-24) 0;
  }
}
.c-newsCard__img {
  width: 120px;
  height: 120px;
  flex-shrink: 0;
}
.c-newsCard__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (max-width: 600px) {
  .c-newsCard__img {
    width: 90px;
    height: 90px;
  }
}
.c-newsCard__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: var(--space-8);
}
.c-newsCard__meta {
  display: flex;
  align-items: center;
}
.c-newsCard__date {
  font-size: clamp(13px, 2.167vw, 14px);
  color: var(--color_text-light);
  flex-shrink: 0;
  width: auto;
  min-width: 90px;
}
.c-newsCard__label {
  display: inline-block;
  font-size: clamp(11px, 1.833vw, 12px);
  color: #fff;
  background-color: var(--color_accent);
  padding: var(--space-4) var(--space-8);
  flex-shrink: 0;
}
.c-newsCard__title {
  color: var(--color_text);
  text-decoration: none;
  transition: color 0.3s ease;
  flex: 1;
}
.c-newsCard__title a:hover, .c-newsCard__link:hover .c-newsCard__title {
  color: var(--color_accent);
}
.c-newsCard__btn {
  grid-column: 2/3;
  justify-self: center;
  display: flex;
}
.c-newsCard__btn .c-btn {
  width: 260px;
}
@media screen and (max-width: 600px) {
  .c-newsCard__btn {
    grid-column: 1/-1;
    justify-self: center;
  }
  .c-newsCard__btn .c-btn {
    width: 220px;
  }
}

.c-pagination {
  display: flex;
  gap: var(--space-8);
}
.c-pagination a {
  display: inline-block;
  padding: 6px 10px;
  border: 1px solid var(--color_accent);
  font-size: clamp(13px, 2.167vw, 14px);
  color: var(--color-text);
  transition: 0.2s;
}
.c-pagination a.is-active {
  background: var(--color_accent);
  color: #fff;
}
.c-pagination a:hover {
  opacity: 0.8;
}

.c-fixedContact {
  position: fixed;
  right: var(--space-32);
  bottom: var(--space-32);
  width: 85px;
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: column;
  gap: var(--space-8);
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid var(--color_border);
  font-size: clamp(10px, 1.667vw, 11px);
  font-weight: bold !important;
  color: var(--color_text);
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: background-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.c-fixedContact.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.c-fixedContact.is-fading-out {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.c-fixedContact::before {
  content: "";
  background-image: url(../img/contact/mail.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 23px;
  height: 20px;
  aspect-ratio: 1/1;
  display: flex;
}
.c-fixedContact:hover {
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
@media screen and (max-width: 600px) {
  .c-fixedContact {
    right: var(--space-16);
    bottom: var(--space-16);
    width: 75px;
  }
}

html, body {
  overflow-x: hidden;
}

.c-form {
  display: flex;
  flex-direction: column;
  gap: var(--space-80);
}
.c-form__list {
  display: grid;
  gap: var(--space-32);
  width: min(800px, 100%);
  margin: 0 auto;
}
.c-form__item {
  display: grid;
  gap: var(--space-8);
}
.c-form__label {
  font-weight: 500;
}
.c-form__input input,
.c-form__input textarea {
  width: 100%;
  padding: var(--space-8) var(--space-12);
  border: 1px solid var(--color_border);
  background: #fff;
  border-radius: 4px;
  outline: none;
}
.c-form__input input:focus,
.c-form__input textarea:focus {
  border-color: var(--color_border);
}
.c-form__btn {
  width: min(380px, 100%);
  padding-block: var(--space-24);
  text-align: center;
  margin-inline: auto;
  font-size: var(--fz-lead);
}
@media screen and (max-width: 600px) {
  .c-form__btn {
    padding-block: var(--space-16);
  }
}
.c-form__submit {
  border: none;
  cursor: pointer;
}

.p-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: hsla(40, 27%, 96%, 0.85);
  /* SP Header */
}
.p-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: var(--space-16);
}
.p-header__logo img {
  width: 170px;
  height: auto;
}
@media screen and (min-width: 1025px) {
  .p-header .js-hamburger {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .p-header__inner {
    padding-inline: var(--space-16);
    position: relative;
  }
  .p-header__logo img {
    width: 140px;
  }
  .p-header .js-hamburger {
    width: 28px;
    height: 18px;
    position: absolute;
    top: 50%;
    right: var(--space-16);
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 1200;
  }
  .p-header .js-hamburger span {
    display: block;
    height: 1px;
    width: 100%;
    background: var(--color_text);
    border-radius: 1px;
    position: absolute;
    left: 0;
    transition: all 0.3s ease;
  }
  .p-header .js-hamburger span:nth-child(1) {
    top: 0;
  }
  .p-header .js-hamburger span:nth-child(2) {
    top: 8px;
  }
  .p-header .js-hamburger span:nth-child(3) {
    bottom: 0;
  }
  .p-header .js-hamburger.is-active span:nth-child(1) {
    transform: rotate(45deg);
    top: 9px;
  }
  .p-header .js-hamburger.is-active span:nth-child(2) {
    opacity: 0;
  }
  .p-header .js-hamburger.is-active span:nth-child(3) {
    transform: rotate(-45deg);
    bottom: 8px;
  }
}

.p-footer {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  background-color: #e1ded4;
  padding: 0 var(--space-24) var(--space-48);
  text-align: center;
  font-size: clamp(12px, 2vw, 14px);
  color: var(--color_text);
  min-height: 500px;
}
@media screen and (max-width: 600px) {
  .p-footer {
    padding: 0 var(--space-16) var(--space-48);
    min-height: auto;
    gap: var(--space-48);
  }
}
.p-footer__inner {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  width: 100%;
  padding-top: 160px;
}
@media screen and (max-width: 600px) {
  .p-footer__inner {
    flex-direction: column-reverse;
    align-items: center;
    text-align: center;
    gap: var(--space-48);
    padding-top: 100px;
  }
}
.p-footer__left {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 185px;
}
@media screen and (max-width: 600px) {
  .p-footer__left {
    height: auto;
  }
}
.p-footer__logo {
  text-align: center;
}
.p-footer__logo img {
  width: 210px;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 600px) {
  .p-footer__logo img {
    width: 150px;
  }
}
.p-footer__nav {
  display: flex;
  justify-content: flex-start;
  gap: var(--space-24);
  list-style: none;
}
.p-footer__nav a {
  text-decoration: none;
  color: var(--color_text);
  font-size: clamp(13px, 2.167vw, 14px);
  transition: opacity 0.3s ease;
}
.p-footer__nav a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 600px) {
  .p-footer__nav {
    display: none;
  }
}
.p-footer__contact {
  display: flex;
  flex-direction: column;
  gap: var(--space-32);
}
@media screen and (max-width: 600px) {
  .p-footer__contact {
    width: 100%;
  }
}
.p-footer__contact-ttl {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--space-4);
}
.p-footer__contact-ttlMain {
  font-size: var(--fz-en-ttl);
  font-weight: 500;
  position: relative;
  padding-left: var(--space-32);
}
.p-footer__contact-ttlMain::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  aspect-ratio: 1/1;
  background: url("../img/common/icon_contact.svg") no-repeat center center/contain;
}
.p-footer__contact-ttlSub {
  font-size: var(--fz-sub);
}
.p-footer__contact-link {
  display: flex;
  flex-direction: column;
  gap: var(--space-8);
}
.p-footer__contact-form, .p-footer__contact-tel {
  position: relative;
  text-decoration: none;
  color: var(--color_text);
  font-size: var(--fz-lead);
  border-bottom: 1px solid var(--color_border);
  padding-block: var(--space-12);
  transition: opacity 0.3s ease;
  width: 100%;
  text-align: right;
}
@media screen and (max-width: 600px) {
  .p-footer__contact-form, .p-footer__contact-tel {
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
  }
}
.p-footer__contact-form:hover, .p-footer__contact-tel:hover {
  opacity: 0.7;
}
.p-footer__contact-form::after, .p-footer__contact-tel::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 1px;
  background-color: var(--color_text);
  margin-left: var(--space-8);
  position: relative;
  top: -2px;
}
.p-footer__contact-form::before, .p-footer__contact-tel::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  border-top: 1px solid var(--color_text);
  transform: rotate(45deg);
}
.p-footer__copy {
  display: block;
  margin: 0 auto;
  font-size: clamp(10px, 1.667vw, 12px);
  color: var(--color_text);
}
.p-footer__top .p-footer__inner {
  border-top: none;
}

.p-global-nav {
  /* PC共通 */
  /* SPメニュー */
}
.p-global-nav__list {
  display: flex;
  gap: var(--space-32);
  list-style: none;
}
.p-global-nav__item a {
  text-decoration: none;
  font-size: clamp(15px, 2.5vw, 15px);
  font-weight: 400;
  letter-spacing: 0.03em;
  transition: opacity 0.3s;
}
.p-global-nav__item a:hover {
  opacity: 0.6;
}
.p-global-nav__sp-extra, .p-global-nav__footer {
  display: none;
}
@media screen and (max-width: 1024px) {
  .p-global-nav {
    display: flex;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background-color: var(--color_base);
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-top: var(--space-96);
    transition: opacity 0.6s ease;
    opacity: 0;
    transform: none;
    pointer-events: none;
    z-index: 1100;
    /* --- SPメニュー専用要素 --- */
  }
  .p-global-nav.is-active {
    opacity: 1;
    transform: none;
    pointer-events: auto;
  }
  .p-global-nav__list {
    flex-direction: column;
    align-items: center;
    gap: var(--space-32);
    margin-top: var(--space-40);
  }
  .p-global-nav__item a {
    font-size: var(--fz-lead);
    font-weight: 400;
    color: var(--color_text);
    text-decoration: none;
    letter-spacing: 0.04em;
    line-height: 1.8;
  }
  .p-global-nav__sp-logo {
    display: block;
    margin-bottom: var(--space-32);
  }
  .p-global-nav__sp-logo img {
    width: 160px;
    height: auto;
  }
  .p-global-nav__sp-extra {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: var(--space-48);
    gap: var(--space-24);
  }
  .p-global-nav__footer {
    font-size: var(--fz-lead);
    color: var(--color_text);
    position: fixed;
    bottom: 0;
    padding-bottom: var(--space-16);
  }
}

.p-main {
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 0;
  /* ===== コンテナ全体 ===== */
  /* ===== ボタン部分 ===== */
}
@media screen and (max-width: 600px) {
  .p-main {
    margin-top: 65px;
  }
}
.p-main__slider {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.p-main__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: scale(1.05);
  transition: opacity 2.5s ease-in-out, transform 12s ease-out;
}
.p-main__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.p-main__slide.active {
  opacity: 1;
  transform: scale(1);
  z-index: 1;
}
.p-main__container {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 160px 0 var(--space-96);
  gap: var(--space-48);
  width: 100%;
  height: 92vh;
  /* 背景画像はスライダーで管理 */
  isolation: isolate;
}
@media screen and (max-width: 600px) {
  .p-main__container {
    padding: var(--space-96) var(--space-16) var(--space-64);
    gap: 160px;
    height: 80vh;
  }
}
.p-main__catch {
  display: flex;
  flex-direction: column;
  gap: var(--space-12);
  color: #fff;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.6), 0 2px 4px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 600px) {
  .p-main__catch {
    gap: var(--space-48);
  }
}
.p-main__catch-main {
  font-size: var(--fz-h1);
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: 1.5px;
}
@media screen and (max-width: 600px) {
  .p-main__catch-main {
    line-height: 1.6;
  }
}
.p-main__catch-sub {
  font-size: clamp(15px, 2.5vw, 18px);
  line-height: 1.8;
  font-weight: 400;
}
.p-main__btn {
  width: 100%;
}
.p-main__btn .c-btn {
  width: 380px;
  padding-inline: var(--space-96);
  padding-block: var(--space-24);
}
@media screen and (max-width: 600px) {
  .p-main__btn .c-btn {
    width: 100%;
    padding-inline: var(--space-64);
    padding-block: var(--space-16);
    align-self: center;
    display: flex;
    justify-content: center;
  }
}

.p-main__slide[data-light] img {
  filter: brightness(0.85);
}

.p-about {
  position: relative;
  background-color: var(--color_base);
  padding-top: var(--space-24);
}
@media screen and (max-width: 1024px) {
  .p-about {
    padding-top: var(--space-24);
  }
  .p-about .l-inner {
    padding-inline: 0;
    padding-right: var(--space-16);
  }
}
.p-about__inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: var(--space-48);
  padding: var(--space-96) var(--space-48);
}
@media screen and (max-width: 1024px) {
  .p-about__inner {
    flex-direction: column;
    align-items: center;
    padding: var(--space-48) var(--space-16);
    gap: var(--space-48);
  }
}
.p-about__img {
  position: relative;
  flex: 1;
  aspect-ratio: 4/3;
  overflow: hidden;
}
.p-about__img img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-about__img .c-ttl {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.3);
  text-align: center;
}
.p-about__img .c-ttl::before {
  background-color: rgba(255, 255, 255, 0.5);
}
.p-about__img .c-ttl .c-ttl__con {
  background-color: rgba(255, 255, 255, 0.7);
  padding: var(--space-12) var(--space-24);
}
@media screen and (max-width: 1024px) {
  .p-about__img .c-ttl {
    left: 50%;
    transform: translateX(-50%);
    bottom: var(--space-24);
    width: 80%;
  }
}
@media screen and (max-width: 1024px) {
  .p-about__img {
    width: 100%;
    aspect-ratio: auto;
  }
}
.p-about__btn {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.p-about__btn .c-btn {
  width: 350px;
}
@media screen and (max-width: 1024px) {
  .p-about__btn {
    justify-content: center;
    text-align: center;
  }
  .p-about__btn .c-btn {
    width: 220px;
  }
}
.p-about__ttl {
  background-image: url("../img/top/top_about-cover.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.p-about__link {
  margin-top: var(--space-96);
}
@media screen and (max-width: 1024px) {
  .p-about__link {
    margin-top: 0;
  }
  .p-about__link .l-inner {
    padding-inline: var(--space-16);
  }
}
.p-about__link-box {
  display: flex;
  flex-direction: column;
  gap: var(--space-48);
}
.p-about__link-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: var(--space-64);
  flex-wrap: wrap;
  height: 400px;
}
@media screen and (max-width: 600px) {
  .p-about__link-wrap {
    gap: var(--space-8);
    margin: 0 auto;
    max-height: 220px;
  }
}
.p-about .c-borderBox {
  padding-top: 100px;
}

.p-product {
  position: relative;
  background-color: var(--color_base);
  padding-top: 120px;
}
@media screen and (max-width: 1024px) {
  .p-product {
    padding-top: 80px;
  }
  .p-product .l-inner {
    padding-inline: 0;
    padding-left: var(--space-16);
  }
}
.p-product__inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: var(--space-48);
  padding: var(--space-96) var(--space-48);
}
@media screen and (max-width: 1024px) {
  .p-product__inner {
    flex-direction: column;
    align-items: center;
    padding: var(--space-48) var(--space-16);
    gap: var(--space-48);
  }
}
.p-product__img {
  position: relative;
  flex: 1;
  aspect-ratio: 4/3;
  overflow: hidden;
}
.p-product__img img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-product__img .c-ttl {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.3);
  text-align: center;
}
.p-product__img .c-ttl::before {
  background-color: rgba(255, 255, 255, 0.5);
}
.p-product__img .c-ttl .c-ttl__con {
  background-color: rgba(255, 255, 255, 0.7);
  padding: var(--space-12) var(--space-24);
}
@media screen and (max-width: 1024px) {
  .p-product__img .c-ttl {
    left: 50%;
    transform: translateX(-50%);
    bottom: var(--space-24);
    width: 80%;
  }
}
@media screen and (max-width: 1024px) {
  .p-product__img {
    width: 100%;
    aspect-ratio: auto;
  }
}
.p-product__btn {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.p-product__btn .c-btn {
  width: 350px;
}
@media screen and (max-width: 1024px) {
  .p-product__btn {
    justify-content: center;
    text-align: center;
  }
  .p-product__btn .c-btn {
    width: 220px;
  }
}
.p-product__ttl {
  background-image: url("../img/top/top_about-cover.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.p-product__link {
  margin-top: var(--space-96);
}
@media screen and (max-width: 1024px) {
  .p-product__link {
    margin-top: 0;
  }
  .p-product__link .l-inner {
    padding-inline: var(--space-16);
  }
}
.p-product__link-box {
  display: flex;
  flex-direction: column;
  gap: var(--space-48);
}
.p-product__link-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: var(--space-64);
  flex-wrap: wrap;
  height: 400px;
}
@media screen and (max-width: 600px) {
  .p-product__link-wrap {
    gap: var(--space-8);
    margin: 0 auto;
    max-height: 220px;
  }
}
.p-product .c-borderBox {
  padding-top: 100px;
}

.p-news {
  position: relative;
  background-color: var(--color_base);
  padding: var(--space-96) 0;
}
.p-news__con {
  display: grid;
  grid-template-columns: 1fr 2fr;
  align-items: start;
  gap: var(--space-48);
}
@media screen and (max-width: 600px) {
  .p-news__con {
    grid-template-columns: 1fr;
    gap: var(--space-48);
  }
}
.p-news__ttl {
  text-align: left;
}
.p-news__ttl-main {
  font-size: var(--fz-en-ttl);
  font-weight: 500;
  letter-spacing: 0.05em;
  color: var(--color_text);
}
.p-news__ttl-sub {
  font-size: var(--fz-sub);
  color: var(--color_text);
  margin-top: var(--space-4);
}
.p-news__list {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid var(--color_border);
}
.p-news__item {
  display: grid;
  align-items: center;
  gap: var(--space-12);
  padding: var(--space-16) 0;
  border-bottom: 1px solid var(--color_border);
}
@media screen and (max-width: 600px) {
  .p-news__item {
    flex-direction: column;
    align-items: flex-start;
    gap: var(--space-8);
    padding: var(--space-24) 0;
  }
}
.p-news__meta {
  display: flex;
  align-items: center;
}
.p-news__date {
  font-size: clamp(13px, 2.167vw, 14px);
  color: var(--color_text-light);
  flex-shrink: 0;
  width: auto;
  min-width: 90px;
}
.p-news__label {
  display: inline-block;
  font-size: clamp(11px, 1.833vw, 12px);
  color: #fff;
  background-color: var(--color_accent);
  padding: var(--space-4) var(--space-8);
  flex-shrink: 0;
}
.p-news__title {
  font-size: var(--fz-lead);
  font-weight: bold;
  color: var(--color_text);
  text-decoration: none;
  transition: color 0.3s ease;
  flex: 1;
}
.p-news__title:hover {
  color: var(--color_accent);
}
.p-news__btn {
  grid-column: 2/3;
  justify-self: center;
  display: flex;
}
.p-news__btn .c-btn {
  width: 260px;
}
@media screen and (max-width: 600px) {
  .p-news__btn {
    grid-column: 1/-1;
    justify-self: center;
  }
  .p-news__btn .c-btn {
    width: 220px;
  }
}

.p-recruit {
  position: relative;
  width: 100%;
  overflow: hidden;
  /* ▼ SP レイアウト調整 */
}
@media screen and (max-width: 600px) {
  .p-recruit {
    margin-bottom: var(--space-80);
  }
}
.p-recruit__img {
  position: relative;
  overflow: hidden;
  background-image: url("../img/top/top_recruit.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 600px;
}
.p-recruit__img::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: inherit;
  background-size: inherit;
  background-position: inherit;
  background-repeat: inherit;
  filter: blur(2px);
  transform: scale(1.05);
  z-index: 0;
}
@media screen and (max-width: 600px) {
  .p-recruit__img {
    height: 415px;
  }
}
.p-recruit__content {
  position: relative;
  z-index: 1;
  top: 50%;
  left: var(--space-48);
  transform: translateY(-50%);
  color: #fff;
}
.p-recruit__text {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
  align-items: flex-start;
}
.p-recruit__title {
  position: relative;
  font-size: var(--fz-en-ttl);
  font-weight: 500;
  letter-spacing: 0.05em;
  padding-left: var(--space-32);
}
.p-recruit__title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  aspect-ratio: 1/1;
  background: url("../img/top/top_recruit-icon.svg") no-repeat center/contain;
}
.p-recruit__subtitle {
  font-size: var(--fz-sub);
  opacity: 0.9;
}
.p-recruit__link {
  display: inline-flex;
  align-items: center;
  gap: var(--space-16);
  text-decoration: none;
  color: #fff;
  position: relative;
  /* 矢印ライン */
  /* 先端矢印 */
}
.p-recruit__link:hover {
  opacity: 0.8;
}
.p-recruit__link::after {
  content: "";
  display: inline-block;
  width: 100px;
  height: 1px;
  background-color: #fff;
  position: relative;
  top: 0;
  transition: width 0.3s ease;
}
.p-recruit__link::before {
  content: "";
  position: absolute;
  right: 0;
  top: 45%;
  transform: translateY(-50%) rotate(35deg);
  width: 10px;
  height: 1px;
  background-color: #fff;
}
@media screen and (max-width: 600px) {
  .p-recruit__img {
    height: 415px;
  }
  .p-recruit__content {
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 90%;
  }
  .p-recruit__text {
    align-items: center;
    gap: var(--space-8);
  }
  .p-recruit__title {
    font-size: clamp(20px, 3.333vw, 24px);
    padding-left: var(--space-28);
  }
  .p-recruit__title::before {
    left: -28px;
    top: 50%;
    transform: translateY(-50%);
  }
  .p-recruit__subtitle {
    font-size: clamp(12px, 2vw, 13px);
  }
  .p-recruit__link {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: var(--space-8);
  }
  .p-recruit__link::after {
    width: 60px;
    margin-top: var(--space-8);
  }
  .p-recruit__link::before {
    right: 22%;
    top: calc(100% - 4px);
    transform: translateX(50%) rotate(35deg);
    top: calc(100% - 4px);
  }
}

.p-aboutMain {
  position: relative;
}
@media screen and (max-width: 600px) {
  .p-aboutMain {
    display: grid;
    gap: var(--space-16);
    margin-bottom: var(--space-80);
  }
}
.p-aboutMain__img {
  width: 70%;
  height: 600px;
  overflow: hidden;
}
.p-aboutMain__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left center;
     object-position: left center;
  display: block;
}
@media screen and (max-width: 600px) {
  .p-aboutMain__img {
    width: 100%;
    aspect-ratio: 4/2;
    height: auto;
  }
}
.p-aboutMain__wrap {
  position: absolute;
  top: 30%;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .p-aboutMain__wrap {
    position: inherit;
    top: 0;
  }
}
.p-aboutMain__inner {
  padding: 0;
}
.p-aboutMain__catch {
  display: grid;
  gap: var(--space-32);
  background-color: rgba(115, 144, 107, 0.75);
  color: #fff;
  padding: var(--space-32);
  max-width: 520px;
  margin-left: auto;
}
@media screen and (max-width: 600px) {
  .p-aboutMain__catch {
    margin-top: -35px;
    margin-right: auto;
    padding: var(--space-24);
    max-width: 90%;
    gap: var(--space-24);
  }
}
.p-aboutMain__title {
  font-size: var(--fz-h3);
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1.5;
}
@media screen and (max-width: 600px) {
  .p-aboutMain__title {
    text-align: center;
  }
}
.p-aboutMain__text {
  font-size: clamp(15px, 2.5vw, 16px);
  line-height: 1.8;
}

.p-aboutMission {
  margin-top: 150px;
}
@media screen and (max-width: 1024px) {
  .p-aboutMission {
    margin-top: var(--space-96);
  }
}
@media screen and (max-width: 1024px) {
  .p-aboutMission__link {
    margin-top: 0;
  }
}
.p-aboutMission__link-box {
  display: flex;
  flex-direction: column;
  gap: var(--space-48);
}
.p-aboutMission__link-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: var(--space-64);
  flex-wrap: wrap;
  height: 500px;
}
@media screen and (max-width: 1024px) {
  .p-aboutMission__link-wrap {
    grid-template-columns: 1fr;
    gap: var(--space-32);
    margin: 0 auto;
    height: auto;
  }
}
.p-aboutMission .c-linkBanner__item {
  gap: var(--space-24);
}
@media screen and (max-width: 1024px) {
  .p-aboutMission .c-linkBanner__item {
    gap: var(--space-8);
  }
}
.p-aboutMission .c-linkBanner__img {
  aspect-ratio: 4/3;
}
.p-aboutMission .c-linkBanner__txt {
  padding-right: 0;
}
.p-aboutMission .c-linkBanner__txt-ttl {
  gap: var(--space-12);
}
.p-aboutMission .c-linkBanner__txt-main {
  font-size: var(--fz-h4);
  font-weight: 500;
}
.p-aboutMission .c-linkBanner__txt-sub {
  font-size: var(--fz-lead);
  line-height: 1.8;
}
.p-aboutMission .c-linkBanner__txt::before, .p-aboutMission .c-linkBanner__txt::after {
  display: none;
}

.p-aboutCompany {
  margin-top: var(--space-96);
}
.p-aboutCompany__list {
  display: grid;
  grid-template-columns: 1fr;
  border-top: 1px solid var(--color_border);
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 1281px) {
  .p-aboutCompany__list {
    grid-template-columns: 1fr;
    width: min(800px, 100%);
    margin-left: auto;
  }
}
.p-aboutCompany__item {
  display: grid;
  grid-template-columns: 200px 1fr;
  border-bottom: 1px solid var(--color_border);
  padding: var(--space-16) 0;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .p-aboutCompany__item {
    grid-template-columns: 1fr;
    gap: var(--space-8);
    padding: var(--space-24) 0;
  }
}
.p-aboutCompany__term {
  font-size: clamp(14px, 2.333vw, 16px);
  color: var(--color_text-light);
  font-weight: 500;
}
.p-aboutCompany__desc {
  font-size: clamp(14px, 2.333vw, 16px);
  color: var(--color_text);
  line-height: 1.8;
}

.p-aboutAccess {
  margin-top: var(--space-96);
  margin-bottom: 150px;
}
@media screen and (max-width: 600px) {
  .p-aboutAccess {
    margin-bottom: var(--space-96);
  }
}
.p-aboutAccess__con {
  display: grid;
  gap: var(--space-48);
}
@media screen and (max-width: 600px) {
  .p-aboutAccess__con {
    gap: var(--space-32);
  }
}
.p-aboutAccess__wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-32);
  width: min(800px, 100%);
  margin-left: auto;
}
@media screen and (max-width: 600px) {
  .p-aboutAccess__wrap {
    grid-template-columns: 1fr;
    gap: var(--space-12);
  }
}
.p-aboutAccess__info {
  text-align: left;
}
.p-aboutAccess__info-ttl {
  font-size: var(--fz-h4);
  font-weight: 600;
  margin-bottom: var(--space-16);
}
@media screen and (max-width: 600px) {
  .p-aboutAccess__info-ttl {
    margin-bottom: var(--space-8);
  }
}
.p-aboutAccess__info-list {
  display: grid;
  gap: var(--space-8);
}
@media screen and (max-width: 600px) {
  .p-aboutAccess__info-list {
    gap: var(--space-0);
  }
}
.p-aboutAccess__info-list li {
  line-height: 1.8;
  color: var(--color_text);
}
.p-aboutAccess__img {
  justify-self: end;
}
.p-aboutAccess__img img {
  width: 100%;
  max-width: 520px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-aboutAccess__map {
  width: min(800px, 100%);
  margin-left: auto;
}
.p-aboutAccess__map iframe {
  width: 100%;
  height: 400px;
}
@media screen and (max-width: 600px) {
  .p-aboutAccess__map iframe {
    height: 300px;
  }
}

.p-productMain {
  padding-top: var(--space-80);
  padding-bottom: 150px;
}
@media screen and (max-width: 600px) {
  .p-productMain {
    padding-top: var(--space-48);
    padding-bottom: var(--space-80);
  }
}
.p-productMain__con {
  display: grid;
  gap: var(--space-96);
}
.p-productMain__wrap {
  display: flex;
  flex-direction: column;
  gap: var(--space-48);
}
.p-productMain__category {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-8);
}
.p-productMain__category-ttl {
  font-size: var(--fz-h3);
  text-align: center;
}
.p-productMain__category-sub {
  font-size: var(--fz-sub);
  text-align: center;
  color: var(--color-gray);
}
.p-productMain__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-24);
}
@media screen and (max-width: 820px) {
  .p-productMain__list {
    grid-template-columns: repeat(2, 1fr);
    gap: var(--space-16);
  }
}
.p-productMain__item {
  text-align: left;
}
.p-productMain__item-link {
  display: grid;
  gap: var(--space-8);
  text-decoration: none;
  color: var(--color-text);
  transition: opacity 0.3s;
}
.p-productMain__item-link:hover {
  opacity: 0.7;
}
.p-productMain__item-inner {
  display: flex;
  flex-direction: column;
  gap: var(--space-8);
}
.p-productMain__item img {
  width: 100%;
  height: auto;
}
.p-productMain__item-name {
  font-weight: 500;
  line-height: 1.6;
}
.p-productMain__item-price {
  font-size: clamp(14px, 2.333vw, 12px);
}

.p-newsMain {
  padding-top: var(--space-80);
  padding-bottom: 150px;
}
@media screen and (max-width: 600px) {
  .p-newsMain {
    padding-top: var(--space-48);
    padding-bottom: var(--space-80);
  }
}
.p-newsMain__inner {
  display: grid;
  grid-template-columns: 3fr 1fr;
  gap: var(--space-64);
  grid-template-areas: "list side" "pagination side";
}
@media screen and (max-width: 600px) {
  .p-newsMain__inner {
    grid-template-columns: 1fr;
    gap: var(--space-48);
    grid-template-areas: "list" "pagination" "side";
  }
}
.p-newsMain__list {
  display: flex;
  flex-direction: column;
  grid-area: list;
  border-top: none;
}
@media screen and (max-width: 600px) {
  .p-newsMain__list {
    margin-top: var(--space-0);
  }
}
.p-newsMain__side {
  grid-area: side;
}
@media screen and (max-width: 600px) {
  .p-newsMain__side {
    order: -1;
  }
}
.p-newsMain__category {
  display: flex;
  flex-direction: column;
  gap: var(--space-16);
  padding: 24px;
}
.p-newsMain__category-ttl {
  font-weight: 600;
  font-size: var(--fz-h4);
}
.p-newsMain__category-list {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-16);
}
@media screen and (max-width: 600px) {
  .p-newsMain__category-list {
    gap: var(--space-8);
  }
}
.p-newsMain__category-list button {
  padding: 4px 10px;
  border: 1px solid var(--color_accent);
  font-size: clamp(13px, 2.167vw, 14px);
  cursor: pointer;
  transition: 0.2s;
}
.p-newsMain__category-list button.is-active {
  background: var(--color_accent);
  color: #fff;
}
.p-newsMain__category-list button:hover {
  opacity: 0.85;
}
.p-newsMain__pagination {
  display: flex;
  justify-content: center;
  grid-area: pagination;
}

.p-recruitMain__img {
  width: 100%;
  height: 415px;
  overflow: hidden;
  background-image: url("../img/recruit/recruite__main.jpg");
  background-size: 80%;
  background-position: left center;
  background-repeat: no-repeat;
}
.p-recruitMain .l-inner {
  position: relative;
  height: 100%;
}
.p-recruitMain__copy {
  position: absolute;
  bottom: var(--space-32);
  right: 0;
  padding: var(--space-12) var(--space-24);
  font-size: clamp(24px, 4vw, 26px);
  color: #fff;
  background: rgba(163, 163, 163, 0.5);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  line-height: 1.8;
  margin-right: 15px;
}
@media screen and (max-width: 600px) {
  .p-recruitMain__copy {
    bottom: var(--space-24);
  }
}

.p-recruitIntro {
  padding-top: 120px;
  padding-bottom: 150px;
}
@media screen and (max-width: 600px) {
  .p-recruitIntro {
    padding-top: var(--space-32);
    padding-bottom: var(--space-64);
  }
}
.p-recruitIntro .c-borderBox {
  position: inherit;
  padding-block: var(--space-48);
  padding-right: var(--space-24);
  grid-template-columns: 1fr;
  border: none;
}
@media screen and (max-width: 600px) {
  .p-recruitIntro .c-borderBox {
    padding-bottom: var(--space-24);
    padding-inline: var(--space-16);
    margin: 0;
    width: 100%;
  }
}
.p-recruitIntro__txt {
  display: grid;
  gap: var(--space-48);
  width: 41vw;
}
@media (max-width: 1295px) {
  .p-recruitIntro__txt {
    gap: var(--space-32);
    width: 45vw;
  }
}
@media screen and (max-width: 1024px) {
  .p-recruitIntro__txt {
    width: 44vw;
  }
}
@media screen and (max-width: 820px) {
  .p-recruitIntro__txt {
    width: 100%;
  }
}
.p-recruitIntro__txt-ttl {
  font-size: clamp(24px, 4vw, 28px);
  line-height: 1.5;
  letter-spacing: 1px;
}
.p-recruitIntro__txt-lead {
  line-height: 1.8;
}
.p-recruitIntro .l-inner {
  padding-right: 0;
}
.p-recruitIntro__img {
  position: relative;
  z-index: 10;
  width: 600px;
  aspect-ratio: 4/3;
  margin-left: auto;
  margin-top: -200px;
}
@media screen and (max-width: 1300px) {
  .p-recruitIntro__img {
    width: 50%;
  }
}
@media screen and (max-width: 820px) {
  .p-recruitIntro__img {
    min-width: 70vw;
    margin-top: var(--space-16);
  }
}
.p-recruitIntro__img img {
  width: 100%;
}

.p-recruitWork {
  padding-block: 120px;
  background: var(--color_bg);
}
@media screen and (max-width: 600px) {
  .p-recruitWork {
    padding-top: var(--space-64);
    padding-bottom: var(--space-64);
  }
}
.p-recruitWork__list {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
@media screen and (max-width: 820px) {
  .p-recruitWork__list {
    gap: var(--space-32);
  }
}
.p-recruitWork__item {
  background-color: var(--color-bg);
  display: flex;
  flex-direction: column;
  gap: var(--space-24);
  width: 300px;
}
@media screen and (max-width: 820px) {
  .p-recruitWork__item {
    width: 100%;
  }
}
.p-recruitWork__img img {
  aspect-ratio: 1/1;
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 820px) {
  .p-recruitWork__img img {
    aspect-ratio: 4/3;
  }
}
.p-recruitWork__title {
  font-size: var(--fz-h4);
  font-family: var(--ff-serif);
  margin-bottom: var(--space-12);
  font-weight: 600;
  line-height: 1.5;
}
.p-recruitWork__text {
  font-size: var(--fz-sm);
  line-height: 1.8;
  color: var(--color-text);
}

.p-recruitJob {
  padding-top: 120px;
  padding-bottom: 320px;
}
@media screen and (max-width: 1024px) {
  .p-recruitJob {
    padding-top: var(--space-64);
    padding-bottom: var(--space-32);
  }
}
.p-recruitJob__list {
  display: flex;
  flex-direction: column;
  gap: 300px;
}
@media screen and (max-width: 1024px) {
  .p-recruitJob__list {
    gap: var(--space-16);
  }
}
.p-recruitJob__item {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
}
@media screen and (max-width: 1024px) {
  .p-recruitJob__item {
    grid-template-columns: 1fr;
    gap: var(--space-32);
  }
}
@media screen and (max-width: 1024px) {
  .p-recruitJob__item .p-recruitJob__img {
    order: initial;
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .p-recruitJob__item .p-recruitJob__img img {
    width: 100%;
    height: auto;
  }
}
.p-recruitJob__item .p-recruitJob__img .p-recruitJob__body {
  order: initial;
  position: relative;
  top: 0;
  margin-left: 0;
  box-shadow: none;
  padding: var(--space-32) 0;
  border-top: 1px solid var(--color-border);
}
.p-recruitJob__item .p-recruitJob__img .p-recruitJob__ttl {
  gap: var(--space-4);
}
.p-recruitJob__item .p-recruitJob__img .p-recruitJob__ttl-main {
  font-size: calc(var(--fz-h5) * 0.95);
}
.p-recruitJob__item .p-recruitJob__img .p-recruitJob__ttl-sub {
  font-size: calc(var(--fz-sub) * 0.9);
  margin-bottom: var(--space-8);
}
.p-recruitJob__img {
  position: relative;
}
.p-recruitJob__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.p-recruitJob__body {
  position: relative;
  top: 180px;
  left: -30px;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.85);
  padding: var(--space-48) var(--space-64);
  justify-self: end;
  margin-left: -var(--space-80);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .p-recruitJob__body {
    top: -50px;
    left: 0;
    max-width: 95%;
    margin: 0 auto;
    box-shadow: none;
    padding: var(--space-32) var(--space-24);
  }
}
.p-recruitJob__ttl {
  display: grid;
  gap: var(--space-8);
}
.p-recruitJob__ttl-main {
  font-size: var(--fz-h4);
  font-family: var(--ff-serif);
  font-weight: 600;
  line-height: 1.4;
}
.p-recruitJob__ttl-sub {
  font-size: var(--fz-sub);
  color: var(--color-gray);
  margin-bottom: var(--space-16);
  border-bottom: 1px solid var(--color_border);
  padding-bottom: 16px;
}
.p-recruitJob__text {
  font-size: var(--fz-sm);
  line-height: 1.8;
  color: var(--color-text);
}

.p-recruitFlow {
  padding-block: 120px;
  background: var(--color_bg);
}
@media screen and (max-width: 600px) {
  .p-recruitFlow {
    padding-top: var(--space-64);
    padding-bottom: var(--space-96);
  }
}
.p-recruitFlow__con {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: var(--space-64);
  padding-left: var(--space-40);
  width: min(600px, 100%);
  margin-left: auto;
}
@media screen and (max-width: 600px) {
  .p-recruitFlow__con {
    margin-top: 48px;
  }
}
.p-recruitFlow__con::after {
  position: absolute;
  left: 90px;
  top: 6px;
  content: "";
  height: 100%;
  width: 2px;
  background-color: var(--color_border);
}
@media screen and (max-width: 600px) {
  .p-recruitFlow__con::after {
    left: 85px;
  }
}
.p-recruitFlow__step {
  position: relative;
  z-index: 500;
  display: flex;
  gap: var(--space-64);
}
@media screen and (max-width: 600px) {
  .p-recruitFlow__step {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: var(--space-48);
  }
}
.p-recruitFlow__step::before {
  position: absolute;
  left: 85px;
  top: 5px;
  z-index: 100;
  content: "";
  width: 12px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: var(--color_accent);
}
@media screen and (max-width: 600px) {
  .p-recruitFlow__step::before {
    left: 80px;
  }
}
.p-recruitFlow__num {
  position: relative;
  top: -5px;
  font-size: var(--fz-caption);
  font-family: var(--ff-serif);
  color: var(--color-text-light);
  margin-bottom: var(--space-8);
  height: -moz-fit-content;
  height: fit-content;
  border: 1px solid var(--color_text);
  padding: var(--space-8);
}
.p-recruitFlow__title {
  font-weight: 600;
  margin-bottom: var(--space-4);
}
.p-recruitFlow__text {
  line-height: 1.8;
  color: var(--color-text);
}
.p-recruitFlow__btn {
  margin-top: var(--space-96);
  text-align: center;
}
@media screen and (max-width: 600px) {
  .p-recruitFlow__btn {
    margin-top: var(--space-48);
  }
}
.p-recruitFlow__btn a {
  width: min(380px, 100%);
  padding-block: var(--space-24);
  text-align: center;
  margin-inline: auto;
  font-size: var(--fz-lead);
}
@media screen and (max-width: 600px) {
  .p-recruitFlow__btn a {
    padding-block: var(--space-16);
  }
}
@media screen and (max-width: 600px) {
  .p-recruitFlow__steps {
    padding-left: var(--space-24);
    margin-block: var(--space-64);
  }
  .p-recruitFlow__num {
    font-size: var(--fz-2xs);
  }
  .p-recruitFlow__title {
    font-size: var(--fz-sm);
  }
  .p-recruitFlow__text {
    font-size: var(--fz-2xs);
  }
}

.p-contactMain {
  padding-block: var(--space-96);
}
@media screen and (max-width: 600px) {
  .p-contactMain {
    padding-block: var(--space-64);
  }
}
.p-contactMain__inner {
  display: flex;
  flex-direction: column;
  gap: var(--space-64);
}
.p-contactMain__text {
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .p-contactMain__text {
    text-align: left;
  }
}

.u-hidden__pc {
  display: none;
}
@media screen and (max-width: 600px) {
  .u-hidden__pc {
    display: inline;
  }
}
.u-hidden__sp {
  display: inline;
}
@media screen and (max-width: 600px) {
  .u-hidden__sp {
    display: none;
  }
}

.u-font__en {
  font-family: var(--ff-serif);
  font-weight: 400;
  letter-spacing: 0.03em;
}
.u-font__en-ttl {
  font-family: var(--ff-serif);
  font-weight: 500;
  letter-spacing: 0.05em;
}
.u-font__jp-catchTtl {
  font-family: var(--ff-serif);
  font-weight: 500;
}

.u-animation__fadeUp {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1.2s ease, transform 1.2s ease;
}
.u-animation__fadeUp.is-active {
  opacity: 1;
  transform: translateY(0);
}
.u-animation__fadeIn {
  opacity: 0;
  transition: opacity 2s ease;
}
.u-animation__fadeIn.is-active {
  opacity: 1;
}
.u-animation__slideInRight {
  opacity: 0;
  transform: translateX(40px);
  transition: opacity 1.2s ease, transform 1.2s ease;
}
.u-animation__slideInRight.is-active {
  opacity: 1;
  transform: translateX(0);
}
.u-animation__slideInLeft {
  opacity: 0;
  transform: translateX(-40px);
  transition: opacity 1.2s ease, transform 1.2s ease;
}
.u-animation__slideInLeft.is-active {
  opacity: 1;
  transform: translateX(0);
}
.u-animation__borderLine {
  position: relative;
  display: inline-block;
  width: 100%;
}
.u-animation__borderLine::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--color_accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 1.2s ease;
}
.u-animation__borderLine.is-active::after {
  transform: scaleX(1);
}
.u-animation__borderRight {
  position: relative;
  display: block;
}
.u-animation__borderRight::before, .u-animation__borderRight::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
  border-color: var(--color_accent);
  border-style: solid;
}
.u-animation__borderRight::before {
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-width: 1px 0 0 1px;
}
.u-animation__borderRight::after {
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-width: 0 1px 1px 0;
}
.u-animation__borderRight.is-active::before {
  animation: borderBoxCCW_before 1s linear forwards;
}
.u-animation__borderRight.is-active::after {
  animation: borderBoxCCW_after 1s linear forwards;
  animation-delay: 1s;
}
.u-animation__borderLeft {
  position: relative;
  display: block;
}
.u-animation__borderLeft::before, .u-animation__borderLeft::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
  border-color: var(--color_accent);
  border-style: solid;
}
.u-animation__borderLeft::before {
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-width: 1px 1px 0 0;
}
.u-animation__borderLeft::after {
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-width: 0 0 1px 1px;
}
.u-animation__borderLeft.is-active::before {
  animation: borderBoxCW_before 1s linear forwards;
}
.u-animation__borderLeft.is-active::after {
  animation: borderBoxCW_after 1s linear forwards;
  animation-delay: 1s;
}

/* ========= 反時計回り：右用 ========= */
@keyframes borderBoxCCW_before {
  0% {
    width: 0;
    height: 0;
  }
  50% {
    width: 100%;
    height: 0;
  }
  100% {
    width: 100%;
    height: 100%;
  }
}
@keyframes borderBoxCCW_after {
  0% {
    width: 0;
    height: 0;
    border-width: 0 1px 1px 0;
  }
  50% {
    width: 100%;
    height: 0;
    border-width: 0 1px 1px 0;
  }
  100% {
    width: 100%;
    height: 0;
    border-width: 0 0 1px 0;
  }
}
/* ========= 時計回り：左用 ========= */
@keyframes borderBoxCW_before {
  0% {
    width: 0;
    height: 0;
  }
  50% {
    width: 100%;
    height: 0;
  }
  100% {
    width: 100%;
    height: 100%;
  }
}
@keyframes borderBoxCW_after {
  0% {
    width: 0;
    height: 0;
  }
  50% {
    width: 100%;
    height: 0;
  }
  100% {
    width: 100%;
    height: 0;
    border-width: 0 0 1px 0;
  }
}
.u-scroll__header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
@media screen and (max-width: 1024px) {
  .u-scroll__header {
    opacity: 1;
    transform: translateY(0);
  }
}
.u-scroll__header.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.u-scroll__logo {
  position: fixed;
  z-index: 200;
  opacity: 1;
  transition: opacity 0.6s ease;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .u-scroll__logo {
    display: none;
  }
}
.u-scroll__logo.is-hidden {
  opacity: 0;
  pointer-events: none;
}
.u-scroll__logo-wrap {
  display: flex;
  justify-content: flex-end;
  padding-block: var(--space-16);
}
.u-scroll__logo-wrap img {
  height: auto;
  width: 170px;
}

.u-scrollGuide {
  width: 100%;
  padding: 24px 0 32px;
}
@media screen and (max-width: 600px) {
  .u-scrollGuide {
    padding: 32px 0 32px;
  }
}
.u-scrollGuide__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.u-scrollGuide__label {
  font-size: clamp(12px, 2vw, 13px);
  letter-spacing: 0.2em;
  color: rgba(0, 0, 0, 0.55);
}
.u-scrollGuide__line {
  position: relative;
  width: 14px;
  height: 84px;
}
.u-scrollGuide__line::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 100%;
  background: rgba(0, 0, 0, 0.18);
  transform: translateX(-50%);
}
.u-scrollGuide__line::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 22px;
  background: rgba(0, 0, 0, 0.6);
  transform: translateX(-50%);
  animation: scrollGuideLine 1.6s ease-in-out infinite;
}

@keyframes scrollGuideLine {
  0% {
    transform: translate(-50%, 0);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  70% {
    transform: translate(-50%, 52px);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, 52px);
    opacity: 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  .u-scrollGuide__line::after {
    animation: none;
    opacity: 0;
  }
}/*# sourceMappingURL=style.css.map */