@charset "UTF-8";
/* ==========================================================================
   Foundation
   ========================================================================== */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 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 */
}

/**
 * 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: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  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] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  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: 1em; /* 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;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* 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;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

:root {
  --color-primary: #058760;
  --color-secondary: #f60;
  --color-accent: #00b894;
  --color-text: #333;
  --color-bg: #f9f9f9;
  --color-white: #fff;
  --font-base: "Jost", "Noto Sans JP", sans-serif;
  --font-sub: "Jost", "Noto Sans JP", sans-serif;
  --font-heading: "Jost", "Noto Sans JP", sans-serif;
  --container-width: 1216px;
  --color-border-primary: #999;
  --gutter: 20px;
  --base-transition: cubic-bezier(0.25, 0.1, 0.25, 1);
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 10%), 0 2px 4px -2px rgb(0 0 0 / 10%);
  --tw-shadow-colored:
    0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 120px;
}

body {
  font-size: 1.4rem;
  background: #fff;
  color: var(--color-text);
  font-weight: normal;
  font-style: normal;
  font-family: var(--font-base);
  line-height: 1.6;
  min-width: 1180px;
}
@media screen and (max-width: 767px) {
  body {
    min-width: 320px;
    font-size: 1.3rem;
  }
}

* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

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

/* ==========================================================================
   Layout
   ========================================================================== */
.l-header {
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: var(--z-header, 1000);
  min-width: 1180px;
}
@media screen and (max-width: 767px) {
  .l-header {
    min-width: 0;
  }
}
.l-header__inner {
  padding: 16px 6rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    padding: 10px 20px;
  }
}
.l-header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.l-header__logo {
  display: block;
  max-width: 90px;
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    max-width: 60px;
  }
}
.l-header__logo img {
  width: 100%;
  height: auto;
  display: block;
}
.l-header__nav {
  display: flex;
}
@media screen and (max-width: 767px) {
  .l-header__nav {
    position: absolute;
    display: none;
    top: 100%;
    background: #fff;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
    width: 100%;
    left: 0;
    padding: 15px 20px;
  }
}
.l-header__nav-list {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .l-header__nav-list {
    display: grid;
    gap: 10px;
    padding: 5px 0;
    width: 100%;
  }
}
.l-header__nav-link {
  text-decoration: none;
  color: var(--color-text);
  font-weight: 600;
  font-size: 1.7rem;
  transition: 300ms;
  display: block;
}
@media screen and (max-width: 767px) {
  .l-header__nav-link {
    font-size: 1.4rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-header__nav-link:hover {
    color: var(--color-primary);
  }
}
.l-header__nav-link--contact {
  border-radius: 9999px;
  border: 2px solid var(--color-text);
  color: var(--color-text);
  padding: 10px 30px;
}
@media screen and (min-width: 768px) {
  .l-header__nav-link--contact i {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .l-header__nav-link--contact {
    background: #f97316 !important;
    border-color: #f97316 !important;
    color: #fff !important;
    border-radius: 5px;
    width: 100%;
    text-align: center;
  }
  .l-header__nav-link--contact i {
    margin-right: 5px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-header__nav-link--contact:hover {
    color: var(--color-white);
    background: var(--color-text);
  }
}
.l-header__nav-link--tel {
  border-radius: 9999px;
  border: 2px solid var(--color-primary);
  color: var(--color-primary);
  padding: 10px 30px;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}
@media screen and (min-width: 768px) {
  .l-header__nav-link--tel i {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .l-header__nav-link--tel {
    border-radius: 5px;
    width: 100%;
    text-align: center;
  }
  .l-header__nav-link--tel i {
    margin-right: 5px;
  }
}
.l-header__hamburger {
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  width: 26px;
  height: 36px;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  padding: 0;
  position: absolute;
  right: 20px;
  top: 8px;
}
@media screen and (min-width: 768px) {
  .l-header__hamburger {
    display: none;
  }
}
.l-header__hamburger-line {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #333;
  border-radius: 1px;
  transition: 300ms;
}
.l-header__hamburger.is-active .l-header__hamburger-line:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.l-header__hamburger.is-active .l-header__hamburger-line:nth-child(2) {
  opacity: 0;
}
.l-header__hamburger.is-active .l-header__hamburger-line:nth-child(3) {
  transform: translateY(-5px) rotate(-45deg);
}

.l-nav-global__body {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .l-nav-global__body {
    gap: 32px;
  }
}
.l-nav-global__list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .l-nav-global__list {
    gap: 24px;
  }
}
.l-nav-global__item {
  flex-shrink: 0;
}
.l-nav-global__links {
  display: inline-block;
  color: #333;
  text-decoration: none;
  font-size: 1.4rem;
  padding: 8px 4px;
  position: relative;
}
.l-nav-global__links:hover {
  text-decoration: underline;
}
.l-nav-global__links--active {
  font-weight: bold;
}
.l-nav-global__links--active::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #333;
}
.l-nav-global__links span {
  display: inline-block;
}

.l-breadcrumb {
  font-size: 1.3rem;
  padding: 10px var(--gutter);
}
.l-breadcrumb__body {
  display: flex;
  flex-wrap: wrap;
  max-width: var(--container-width);
  margin: 0 auto;
}
.l-breadcrumb__list {
  padding-left: 0;
}
.l-breadcrumb__item {
  display: inline-flex;
  align-items: center;
}
.l-breadcrumb__item::after {
  content: ">";
  margin: 0 0.5em;
  color: #ccc;
}
.l-breadcrumb__item:last-child::after {
  content: none;
}
.l-breadcrumb__item a {
  color: #333;
  text-decoration: none;
}
.l-breadcrumb__item a:hover {
  text-decoration: underline;
}
.l-breadcrumb__item span {
  color: #666;
}

.l-main {
  padding: 84px 0 60px;
}
@media screen and (max-width: 479px) {
  .l-main {
    padding: 60px 0;
  }
}
.l-main__wrapper {
  padding: 0 var(--gutter);
}
.l-main__container {
  max-width: var(--container-width);
  margin: 0 auto;
}

.l-button-group {
  display: flex;
  gap: 1.6rem;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .l-button-group {
    flex-direction: column;
  }
}
.l-button-group__item {
  width: fit-content;
}

.l-grid {
  display: grid;
  gap: 24px;
}
.l-grid--cols-1 {
  grid-template-columns: repeat(1, 1fr);
}
.l-grid--cols-2 {
  grid-template-columns: repeat(2, 1fr);
}
.l-grid--cols-3 {
  grid-template-columns: repeat(3, 1fr);
}
.l-grid--cols-4 {
  grid-template-columns: repeat(4, 1fr);
}
.l-grid--cols-5 {
  grid-template-columns: repeat(5, 1fr);
}
.l-grid--cols-6 {
  grid-template-columns: repeat(6, 1fr);
}
.l-grid--gap-s {
  gap: 12px;
}
.l-grid--gap-l {
  gap: 32px;
}
@media screen and (max-width: 767px) {
  .l-grid--cols-md-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .l-grid--cols-md-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .l-grid--cols-md-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .l-grid--cols-md-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .l-grid--cols-md-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .l-grid--cols-md-6 {
    grid-template-columns: repeat(6, 1fr);
  }
}

.l-footer {
  background: var(--color-primary);
  padding: 40px 20px;
  font-size: 1.5rem;
  color: var(--color-white);
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 30px 20px;
  }
}
.l-footer__inner {
  max-width: var(--container-width);
  margin: 0 auto;
}
.l-footer__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .l-footer__grid {
    grid-template-columns: 1fr;
    gap: initial;
  }
}
.l-footer__col:last-of-type {
  margin-top: 20px;
}
.l-footer__heading {
  font-weight: bold;
  font-size: 1.6rem;
}
.l-footer__heading i {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-footer__heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    user-select: none;
  }
  .l-footer__heading i {
    display: block;
    font-size: 2rem;
    transition: transform 300ms;
  }
  .l-footer__heading.is-open i {
    transform: rotate(180deg);
  }
}
.l-footer__list {
  list-style: none;
  padding: 0;
  margin: 15px 0 0;
  display: grid;
  gap: 5px;
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .l-footer__list {
    margin: 0;
    overflow: hidden;
    max-height: 0;
    transition: max-height 400ms ease, padding 300ms ease;
    padding: 0;
  }
  .l-footer__list.is-open {
    max-height: 500px;
    padding: 2rem 0;
  }
}
.l-footer__link {
  text-decoration: none;
  color: currentcolor;
}
@media (hover: hover) and (pointer: fine) {
  .l-footer__link:hover {
    text-decoration: underline;
  }
}
.l-footer__copyright {
  text-align: center;
  margin-top: 30px;
  color: #fff;
  display: block;
  font-size: 1.2rem;
  font-family: var(--font-sub);
}
.l-footer__title {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0 0 20px;
}
.l-footer__sns {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 10px;
}
.l-footer__sns-link {
  border-radius: 9999px;
  background: #fff;
  color: var(--color-primary);
  text-decoration: none;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.6rem;
  border: 2px solid var(--color-white);
  transition: 300ms;
  padding-top: 2px;
}
@media (hover: hover) and (pointer: fine) {
  .l-footer__sns-link:hover {
    color: #fff;
    background: var(--color-primary);
  }
}

/* ==========================================================================
   Object
   ========================================================================== */
/* Vendor
   ----------------------------------------------------------------- */
/**
 * Swiper 11.2.10
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 28, 2025
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide {
  transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next svg, .swiper-button-prev svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-next svg, .swiper-rtl .swiper-button-prev svg {
  transform: rotate(180deg);
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

/* Component
   ----------------------------------------------------------------- */
.c-page-title {
  background: var(--color-bg);
  min-height: 300px;
  padding-top: 7rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 479px) {
  .c-page-title {
    padding-top: 5rem;
    min-height: 240px;
  }
}
.c-page-title__heading {
  margin: 0;
}
.c-page-title__heading-sub {
  font-family: var(--font-sub);
  margin: 0;
}
.c-page-title__heading-sub::first-letter {
  text-transform: capitalize; /* 先頭文字だけ大文字化 */
}

.c-page-nav__list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: center;
}
.c-page-nav__link {
  display: inline-block;
  padding: 0.8rem 1.6rem;
  color: #333;
  text-decoration: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 1.4rem;
}
.c-page-nav__link:hover, .c-page-nav__link--active {
  background: var(--color-main, #333);
  color: #fff;
  border-color: transparent;
}

.c-heading {
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 1.5rem;
}
.c-heading--lv1 {
  font-size: 3.4rem;
}
@media screen and (max-width: 767px) {
  .c-heading--lv1 {
    font-size: 2.8rem;
  }
}
.c-heading--lv2 {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .c-heading--lv2 {
    font-size: 2rem;
  }
}
.c-heading--lv3 {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .c-heading--lv3 {
    font-size: 1.6rem;
  }
}
.c-heading--lv4 {
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  .c-heading--lv4 {
    font-size: 1.5rem;
  }
}
.c-heading--center {
  text-align: center;
}

.c-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 1.2rem 2rem;
  text-align: center;
  text-decoration: none;
  transition: background 0.3s, color 0.3s;
  cursor: pointer;
  border: 2px solid var(--color-primary);
  color: var(--color-primary);
  font-size: 1.5rem;
  font-weight: 500;
  border-radius: 8px;
  min-width: 230px;
}
@media (hover: hover) and (pointer: fine) {
  .c-button:hover {
    background: var(--color-primary);
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .c-button {
    font-size: 1.3rem;
    padding: 1rem 2rem;
  }
}
.c-button--full {
  width: 100%;
}
.c-button--sm {
  font-size: 1.4rem;
  padding: 0.6rem 1.2rem;
}
@media screen and (max-width: 767px) {
  .c-button--hero {
    font-size: 1.4rem;
    padding: 0.8rem 1.3rem;
    min-width: 200px;
  }
}
.c-button--outline {
  background: transparent;
  border: 2px solid var(--color-main, #333);
  color: var(--color-main, #333);
}
.c-button--outline:hover {
  background: var(--color-main, #333);
  color: #fff;
}
.c-button--primary {
  background: var(--color-main, #333);
  color: #fff;
}
.c-button--primary:hover {
  opacity: 0.8;
}
.c-button--accent {
  background: var(--color-accent, #e9546b);
  color: #fff;
}
.c-button--accent:hover {
  opacity: 0.85;
}
.c-button--white {
  color: #fff;
  border-color: currentcolor;
}
@media (hover: hover) and (pointer: fine) {
  .c-button--white:hover {
    background: rgba(255, 255, 255, 0.3);
  }
}
.c-button--disabled {
  background: #ccc;
  color: #888;
  pointer-events: none;
}

.c-table {
  width: 100%;
  margin: 40px 0;
}
.c-table table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.4rem;
}
.c-table table th,
.c-table table td {
  border: 1px solid #ccc;
  padding: 1.2rem;
  text-align: left;
  vertical-align: top;
}
.c-table table th {
  background: #f7f7f7;
  font-weight: bold;
  white-space: nowrap;
}
.c-table tbody th {
  width: 300px;
}
.c-table--zebra table tbody tr:nth-child(odd) {
  background-color: #fafafa;
}
.c-table--scroll {
  overflow-x: auto;
}
.c-table--scroll table {
  min-width: 600px;
}

.c-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.c-list__item {
  position: relative;
  padding-left: 1.6em;
  font-size: 1.4rem;
  line-height: 1.8;
}
.c-list__item::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #333;
}

.c-slider {
  margin-bottom: 60px;
}
.c-slider__main {
  position: relative;
}
.c-slider__main .swiper-pagination {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  text-align: center;
}
.c-slider__main .swiper-button-prev,
.c-slider__main .swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
}
.c-slider__main .swiper-button-prev::after,
.c-slider__main .swiper-button-next::after {
  font-size: 16px;
  color: #fff;
}
.c-slider__main .swiper-button-prev {
  left: 10px;
}
.c-slider__main .swiper-button-next {
  right: 10px;
}
.c-slider__body {
  display: flex;
}
.c-slider__item img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.c-slider__thumb {
  margin-top: 20px;
}
.c-slider__thumb .swiper-slide {
  opacity: 0.5;
  cursor: pointer;
  transition: opacity 0.3s;
}
.c-slider__thumb .swiper-slide-thumb-active {
  opacity: 1;
}
.c-slider__thumb img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .c-slider {
    margin-bottom: 40px;
  }
  .c-slider__main .swiper-button-prev,
  .c-slider__main .swiper-button-next {
    width: 30px;
    height: 30px;
  }
  .c-slider__main .swiper-button-prev::after,
  .c-slider__main .swiper-button-next::after {
    font-size: 12px;
  }
  .c-slider__thumb {
    margin-top: 16px;
  }
}

.c-faq-list {
  display: grid;
  gap: 32px;
  list-style: none;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .c-faq-list {
    gap: 24px;
  }
}
@media screen and (max-width: 767px) {
  .c-faq-list__item {
    padding-bottom: 15px;
  }
}
.c-faq-list__item:last-child {
  border: 0;
}
.c-faq-list__question {
  position: relative;
  display: block;
  width: 100%;
  text-align: left;
  padding: 10px 50px 15px 84px;
  background: none;
  border: 0;
  cursor: pointer;
  border-bottom: 1px solid var(--color-border-primary);
}
@media screen and (max-width: 767px) {
  .c-faq-list__question {
    padding: 10px 40px 15px 54px;
  }
}
.c-faq-list__q-icon {
  position: absolute;
  color: var(--color-primary);
  font-size: 3.5rem;
  font-weight: bold;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .c-faq-list__q-icon {
    width: 42px;
    height: 42px;
    font-size: 2.2rem;
  }
}
.c-faq-list__q-text {
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-faq-list__q-text {
    font-size: 1.6rem;
  }
}
.c-faq-list__answer {
  display: none;
  position: relative;
  padding: 20px 20px 20px 84px;
  background: var(--color-bg);
}
@media screen and (max-width: 767px) {
  .c-faq-list__answer {
    padding-left: 54px;
  }
}
.c-faq-list__a-icon {
  position: absolute;
  color: var(--color-secondary);
  font-weight: bold;
  font-size: 3.2rem;
  top: 5px;
  left: 10px;
}
@media screen and (max-width: 767px) {
  .c-faq-list__a-icon {
    font-size: 2.3rem;
    left: 12px;
  }
}
.c-faq-list__a-text {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .c-faq-list__a-text {
    font-size: 1.3rem;
  }
}
.c-faq-list__toggle-icon {
  position: absolute;
  flex-shrink: 0;
  display: block;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 767px) {
  .c-faq-list__toggle-icon {
    top: 6px;
  }
}
.c-faq-list__toggle-icon::before, .c-faq-list__toggle-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 3px;
  background-color: var(--color-primary);
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease;
}
@media screen and (max-width: 767px) {
  .c-faq-list__toggle-icon::before, .c-faq-list__toggle-icon::after {
    width: 12px;
    height: 2px;
  }
}
.c-faq-list__toggle-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.is-open .c-faq-list__toggle-icon::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.c-media {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.c-media__image img {
  width: 100%;
  height: auto;
  display: block;
}
.c-media__content {
  text-align: left;
}
.c-media__heading {
  font-size: 2rem;
  margin-bottom: 0.5em;
}
.c-media__text {
  font-size: 1.4rem;
  line-height: 1.8;
}
.c-news-list__items {
  display: grid;
  gap: 20px;
}
.c-news-list__link {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 5%);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  transition: 300ms cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
  --tw-border-opacity: 1;
  border: 1px solid #f3f4f6;
  border-radius: 10px;
  display: flex;
  background: #fff;
  color: var(--color-text);
  text-decoration: none;
  padding: 20px 75px 20px 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-news-list__link {
    padding: 20px 20px 40px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-news-list__link:hover {
    --tw-shadow:
      0 10px 15px -3px rgb(0 0 0 / 10%), 0 4px 6px -4px rgb(0 0 0 / 10%);
    --tw-shadow-colored:
      0 10px 15px -3px var(--tw-shadow-color),
      0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
    color: var(--color-primary);
  }
}
.c-news-list__link::after {
  content: "\ea6c";
  font-family: remixicon;
  font-style: normal;
  color: var(--color-primary);
  font-size: 2rem;
  position: absolute;
  right: 60px;
  top: 50%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 767px) {
  .c-news-list__link::after {
    font-size: 1.6rem;
    transform: none;
    right: 20px;
    top: auto;
    bottom: 10px;
  }
}
.c-news-list__body {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .c-news-list__body {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
.c-news-list__label {
  background: #000;
  color: #fff;
  border-radius: 120px;
  font-size: 1.1rem;
  font-weight: 500;
  padding: 2px 10px 3px;
}
.c-news-list__label[data-cat=news] {
  background: var(--color-primary);
}
.c-news-list__label[data-cat=event] {
  background: #f97316;
}
.c-news-list__label[data-cat=media] {
  background: #0d9488;
}
.c-news-list__label[data-cat=press] {
  background: #9333ea;
}
.c-news-list__meta {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .c-news-list__meta {
    gap: 10px;
  }
}
.c-news-list__date {
  color: #6b7280;
  font-family: var(--font-sub);
  font-size: 1.4rem;
}
.c-news-list__content {
  flex: 1;
}
.c-news-list__title {
  font-weight: bold;
  font-size: 1.8rem;
  margin: 0 0 10px;
}
@media screen and (max-width: 767px) {
  .c-news-list__title {
    font-size: 1.5rem;
    margin-bottom: 6px;
  }
}
.c-news-list__text {
  margin: 0;
  color: var(--color-text);
}
@media screen and (max-width: 767px) {
  .c-news-list__text {
    font-size: 1.2rem;
  }
}

/* ========================================
   Load More Component
======================================== */
.c-loadmore-wrap {
  text-align: center;
  margin-top: 4rem;
}

.c-loadmore {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1.4rem 7rem;
  font-size: 1.6rem;
  font-weight: 600;
  border: 2px solid #000;
  background: #fff;
  color: #000;
  cursor: pointer;
  transition: all 0.3s ease;
}
.c-loadmore:hover {
  background: #000;
  color: #fff;
}
.c-loadmore[hidden] {
  display: none;
}
.c-loadmore:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.c-loadmore.is-loading {
  pointer-events: none;
  opacity: 0.7;
}

.p-contact-methods {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6rem;
  margin: 6rem 0;
}
@media screen and (max-width: 767px) {
  .p-contact-methods {
    grid-template-columns: 1fr;
    gap: 2rem;
    margin: 4rem 0;
  }
}

.p-contact-method {
  background: #f5f5f5;
  border: none;
  border-radius: 12px;
  padding: 3.5rem 3rem;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
}
.p-contact-method::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #059669 0%, #10b981 100%);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s;
}
@media (min-width: 769px) {
  .p-contact-method:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
  }
  .p-contact-method:hover::before {
    transform: scaleX(1);
  }
  .p-contact-method:hover .p-contact-method__icon {
    transform: scale(1.1);
  }
}
@media screen and (max-width: 479px) {
  .p-contact-method {
    padding: 3rem 2.5rem;
  }
}
.p-contact-method__header {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 479px) {
  .p-contact-method__header {
    gap: 1.5rem;
    margin-bottom: 2rem;
  }
}
.p-contact-method__icon {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, #f0f9f7 0%, #e0f5f1 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
@media screen and (max-width: 479px) {
  .p-contact-method__icon {
    width: 48px;
    height: 48px;
  }
}
.p-contact-method__icon i {
  font-size: 2.8rem;
  color: #059669;
}
@media screen and (max-width: 479px) {
  .p-contact-method__icon i {
    font-size: 2.4rem;
  }
}
.p-contact-method__title-wrap {
  flex: 1;
}
.p-contact-method__title {
  font-size: 2.2rem;
  font-weight: 700;
  margin: 0 0 0.8rem 0;
  color: #333;
}
@media screen and (max-width: 479px) {
  .p-contact-method__title {
    font-size: 2rem;
    margin: 0 0 0.6rem 0;
  }
}
.p-contact-method__badge {
  display: inline-block;
  background: #059669;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 600;
  padding: 0.3rem 1rem;
  border-radius: 20px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 479px) {
  .p-contact-method__badge {
    font-size: 1rem;
    padding: 0.25rem 0.8rem;
  }
}
.p-contact-method__content {
  flex: 1;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 479px) {
  .p-contact-method__content {
    margin-bottom: 2rem;
  }
}
.p-contact-method__text {
  font-size: 1.5rem;
  color: #666;
  margin: 0 0 0.6rem 0;
  line-height: 1.7;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
@media screen and (max-width: 479px) {
  .p-contact-method__text {
    font-size: 1.4rem;
  }
}
.p-contact-method__text i {
  font-size: 1.6rem;
  color: #999;
}
.p-contact-method__subtext {
  font-size: 1.3rem;
  color: #999;
  margin: 0;
  line-height: 1.6;
  padding-left: 2.4rem;
}
.p-contact-method__subtext a {
  color: #059669;
  text-decoration: underline;
}
@media screen and (max-width: 479px) {
  .p-contact-method__subtext {
    font-size: 1.2rem;
  }
}
.p-contact-method__phone {
  margin: 1.5rem 0 0 0;
  padding: 1.5rem;
  background: #f8f8f8;
  border-radius: 8px;
  text-align: center;
}
.p-contact-method__phone a {
  font-size: 2.4rem;
  font-weight: 700;
  color: #059669;
  text-decoration: none;
  letter-spacing: 0.05em;
  transition: color 0.2s;
}
.p-contact-method__phone a:hover {
  color: #047857;
}
@media screen and (max-width: 479px) {
  .p-contact-method__phone a {
    font-size: 2rem;
  }
}
.p-contact-method__link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  background: #059669;
  color: #fff;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 600;
  padding: 1.4rem 2.5rem;
  border-radius: 30px;
  transition: all 0.3s;
}
@media (min-width: 769px) {
  .p-contact-method__link:hover {
    background: var(--color-primary);
    transform: translateX(4px);
  }
  .p-contact-method__link:hover i {
    transform: translateX(4px);
  }
}
@media screen and (max-width: 479px) {
  .p-contact-method__link {
    font-size: 1.5rem;
    padding: 1.2rem 2rem;
  }
}
.p-contact-method__link i {
  font-size: 1.8rem;
  transition: transform 0.3s;
}
@media screen and (max-width: 479px) {
  .p-contact-method__link i {
    font-size: 1.6rem;
  }
}

.c-cat-nav {
  padding: 2rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 479px) {
  .c-cat-nav {
    padding-inline: 0;
    margin-bottom: 1rem;
  }
}
.c-cat-nav__list {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  overflow-x: auto;
  gap: 2rem;
}
@media screen and (max-width: 479px) {
  .c-cat-nav__list {
    padding-bottom: 1rem;
    gap: 1rem;
  }
}
.c-cat-nav__link {
  display: block;
  padding: 0.5rem 2.5rem;
  background-color: #f3f4f6;
  border-radius: 30px;
  transition: all 0.4s;
  white-space: nowrap;
}
.c-cat-nav__link:hover {
  background-color: #e5e7eb;
}
.c-cat-nav__link.is-current {
  color: #fff;
  background-color: #059669;
}

/* Project
   ----------------------------------------------------------------- */
.p-home-hero {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-home-hero {
    height: 100vh;
  }
}
@media screen and (min-width: 768px) {
  .p-home-hero__wrapper {
    height: 100%;
  }
}
.p-home-hero__slider {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-home-hero__slider {
    height: 100%;
  }
}
.p-home-hero__slider-main {
  padding-inline: 6rem;
}
@media screen and (max-width: 767px) {
  .p-home-hero__slider-main {
    padding-inline: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .p-home-hero__slider-main,
  .p-home-hero__slider .swiper-wrapper,
  .p-home-hero__slider .swiper-slide {
    height: 100%;
  }
}
@media screen and (min-width: 768px) {
  .p-home-hero__slider-ph {
    height: 100%;
  }
}
@media screen and (min-width: 768px) {
  .p-home-hero__slider-ph picture {
    display: block;
    height: 100%;
  }
}
.p-home-hero__slider-item {
  position: relative;
}
.p-home-hero__slider img {
  max-width: none;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-home-hero__slider img {
    height: 500px;
    object-fit: cover;
  }
}
@media screen and (min-width: 768px) {
  .p-home-hero__slider img {
    height: 100%;
    object-fit: cover;
  }
}
.p-home-hero__slider-info {
  position: absolute;
  color: #fff;
  bottom: 80px;
  width: 100%;
  left: 6rem;
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
@media screen and (max-width: 767px) {
  .p-home-hero__slider-info {
    bottom: 50px;
    left: 0;
    align-items: center;
    justify-content: center;
  }
}
.p-home-hero__slider-button {
  border-radius: 30px;
  background-color: #fff;
  border: 1px solid #fff;
  color: var(--color-text);
  width: max-content;
  padding: 0.8rem 2.4rem;
  display: block;
  font-size: max(16px, 1.389vw); /* 20px */
  transition: ease 0.4s;
  margin-top: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-home-hero__slider-button {
    font-size: 1.3rem;
    padding: 0.6rem 1.4rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-home-hero__slider-button:hover {
    opacity: 0.8;
  }
}
.p-home-hero__slider-head {
  font-weight: bold;
  font-size: max(32px, 2.917vw); /* 42px */
}
@media screen and (max-width: 767px) {
  .p-home-hero__slider-head {
    font-size: 2rem;
  }
}
.p-home-hero__slider-tag {
  font-size: max(20px, 1.667vw); /* 24px */
  opacity: 0.7;
  font-weight: bold;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .p-home-hero__slider-tag {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-home-hero__slider-body--thumb {
    flex-direction: column;
  }
}
.p-home-hero__slider-thumb {
  position: absolute;
  z-index: 3;
  top: 120px;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 767px) {
  .p-home-hero__slider-thumb {
    left: 10px;
    top: 50%;
    transform: translate(0, -50%);
    margin-top: -10px;
  }
}
.p-home-hero__slider-thumb-item {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #fff;
  transition: 400ms opacity, 400ms transform;
}
@media screen and (max-width: 767px) {
  .p-home-hero__slider-thumb-item {
    width: 38px;
    height: 38px;
    border-width: 1.5px;
  }
}
.p-home-hero__slider-thumb-item.swiper-slide {
  transform: scale(0.8);
  opacity: 0.4;
}
.p-home-hero__slider-thumb-item.swiper-slide-thumb-active {
  transform: scale(1);
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .p-home-hero__slider-thumb-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.p-home-product {
  padding: 60px 0 80px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-home-product {
    padding: 20px 0 30px;
  }
}
.p-home-product__item {
  width: 600px;
  opacity: 0.5;
  transition: 600ms opacity;
  margin: 0 -50px;
}
@media screen and (max-width: 767px) {
  .p-home-product__item {
    width: calc(100vw - 120px);
    min-width: 260px;
    margin: 0 -20px;
  }
}
.p-home-product__item.swiper-slide-active {
  opacity: 1;
}
.p-home-product__cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 12rem;
  height: 12rem;
  background-color: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  z-index: 100;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s ease, transform 0.2s ease;
  border: 1px solid var(--color-text);
}
.p-home-product__cursor.is-active {
  opacity: 1;
}
.p-home-product__cursor.is-prev .p-home-product__cursor-icon--prev {
  opacity: 1;
}
.p-home-product__cursor.is-prev .p-home-product__cursor-icon--next {
  opacity: 0;
}
.p-home-product__cursor.is-next .p-home-product__cursor-icon--prev {
  opacity: 0;
}
.p-home-product__cursor.is-next .p-home-product__cursor-icon--next {
  opacity: 1;
}
@media screen and (max-width: 479px) {
  .p-home-product__cursor {
    display: none;
  }
}
.p-home-product__cursor-icon {
  position: absolute;
  font-size: 2rem;
  line-height: 1;
  transition: opacity 0.15s ease;
}
.p-home-product__info {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  font-family: var(--font-sub);
  text-align: center;
  margin-top: 30px;
  transition: 600ms opacity;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .p-home-product__info {
    margin-top: 16px;
  }
}
.swiper-slide-active .p-home-product__info {
  opacity: 1;
  transition-delay: 700ms;
}
.p-home-product__cat {
  font-size: max(16px, 1.389vw); /* 20px */
  margin-bottom: 10px;
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .p-home-product__cat {
    font-size: 1.5rem;
  }
}
.p-home-product__title {
  font-weight: 500;
  font-size: max(31px, 2.431vw); /* 35px */
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .p-home-product__title {
    font-size: 2.2rem;
  }
}
.p-home-product__text {
  font-size: max(12px, 1.111vw); /* 16px */
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-home-product__text {
    font-size: 1.3rem;
  }
}
.p-home-product__button {
  margin-top: 30px;
  display: flex;
  gap: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-home-product__button {
    flex-direction: column;
  }
}
.p-home-product__link {
  border: 1px solid var(--color-text);
  border-radius: 30px;
  min-width: 180px;
  color: var(--color-text);
  padding: 0.6rem 2rem;
  font-size: max(10px, 0.972vw); /* 14px */
}
@media (hover: hover) and (pointer: fine) {
  .p-home-product__link:hover {
    opacity: 0.8;
  }
}
.p-home-product__link span {
  font-weight: 500;
}
.p-home-product__link-blk {
  background-color: var(--color-text);
  color: #fff;
}
.p-home-product__ph {
  text-align: center;
  transform: scale(0.68) translate(0, 50px);
  transition: 700ms transform;
  cursor: none;
}
@media screen and (max-width: 479px) {
  .p-home-product__ph {
    cursor: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-home-product__ph {
    transform: scale(0.8);
  }
}
.swiper-slide-active .p-home-product__ph {
  transform: scale(1) translate(0, 0);
}

.p-home-section {
  padding: 80px 6rem;
}
@media screen and (max-width: 767px) {
  .p-home-section {
    padding: 50px 20px;
  }
}
.p-home-section__inner {
  margin: 0 auto;
}
.p-home-section__header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .p-home-section__header {
    margin-bottom: 1.8rem;
  }
}
.p-home-section__head {
  font-family: var(--font-sub);
  letter-spacing: 0.03em;
  margin: 0;
  font-size: max(20px, 1.667vw); /* 24px */
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-home-section__head {
    font-size: 1.8rem;
  }
}
.p-home-section__more {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: clamp(16px, 1.25vw, 18px); /* 18px */
  font-weight: 500;
  color: var(--color-primary);
  text-decoration: none;
  font-family: var(--font-sub);
  letter-spacing: 0.02em;
  transition: 300ms opacity;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-home-section__more {
    font-size: 1.2rem;
  }
}
.p-home-section__more i {
  font-size: clamp(18px, 1.389vw, 20px); /* 20px */
  font-weight: 400;
  transition: 300ms transform;
}
@media (hover: hover) and (pointer: fine) {
  .p-home-section__more:hover {
    opacity: 0.6;
  }
  .p-home-section__more:hover i {
    transform: translateX(3px);
  }
}
.p-home-section__empty {
  font-size: max(11px, 1.042vw); /* 15px */
  color: #999;
  padding: 40px 0;
  text-align: center;
}

.p-home-nav {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.p-home-nav .p-home-section__inner {
  max-width: var(--container-width);
}
@media screen and (max-width: 767px) {
  .p-home-nav {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.p-home-nav__body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem 6rem;
}
@media screen and (max-width: 767px) {
  .p-home-nav__body {
    grid-template-columns: 1fr;
    gap: 2.4rem;
  }
}
.p-home-nav__list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.p-home-nav__title {
  margin-bottom: 4.4rem;
}
@media screen and (max-width: 767px) {
  .p-home-nav__title {
    margin-bottom: 2rem;
  }
}
.p-home-nav__link {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  padding: 0.5rem 0;
  color: var(--color-text);
  text-decoration: none;
  font-size: max(26px, 2.083vw); /* 30px */
  font-weight: 600;
  transition: 250ms color;
  line-height: 1.4;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-home-nav__link {
    font-size: 1.6rem;
    line-height: 1.1;
  }
}
.p-home-nav__link::after {
  content: "→";
  font-size: max(26px, 2.083vw); /* 30px */
  opacity: 0;
  transform: translateX(-1.5rem);
  transition: 200ms opacity, 200ms transform;
}
@media screen and (max-width: 767px) {
  .p-home-nav__link::after {
    font-size: 1.2rem;
    opacity: 1;
    margin-left: auto;
    transform: translateX(0);
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-home-nav__link:hover {
    color: var(--color-primary);
  }
  .p-home-nav__link:hover::after {
    opacity: 1;
    transform: translateX(0);
  }
}
.p-home-nav__item.is-active .p-home-nav__link {
  font-weight: 600;
}
.p-home-nav__item.is-active .p-home-nav__link::after {
  opacity: 1;
  transform: translateX(0);
}
.p-home-nav__image {
  position: relative;
  overflow: hidden;
  border-radius: 1.6rem;
  max-width: 514px;
  align-self: flex-start;
  background: #f0f0f0;
  transition: opacity 300ms ease;
}
@media screen and (max-width: 767px) {
  .p-home-nav__image {
    display: none;
  }
}
.p-home-nav__image img {
  aspect-ratio: 3/4;
}
.p-home-nav__image-el {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: opacity 400ms ease, transform 400ms ease;
}
.p-home-nav__image-el.is-changing {
  opacity: 0;
  transform: scale(1.04);
}

.p-home-sustainability {
  background: #f9fafb;
}
.p-home-sustainability__body {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
@media screen and (max-width: 767px) {
  .p-home-sustainability__body {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}
@media screen and (max-width: 767px) {
  .p-home-sustainability__item:first-child {
    grid-column: 1/-1;
  }
}
.p-home-sustainability__item {
  display: block;
  text-decoration: none;
  color: var(--color-text);
  text-align: center;
  transition: 300ms opacity;
}
@media (hover: hover) and (pointer: fine) {
  .p-home-sustainability__item:hover {
    opacity: 0.7;
  }
  .p-home-sustainability__item:hover .p-home-sustainability__ph img {
    transform: scale(1.05);
  }
}
.p-home-sustainability__ph {
  overflow: hidden;
  border-radius: 15px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-home-sustainability__ph {
    border-radius: 8px;
  }
}
.p-home-sustainability__ph img {
  width: 100%;
  transition: 600ms transform;
  display: block;
}
.p-home-sustainability__title {
  font-weight: 500;
  font-size: max(16px, 1.389vw); /* 20px */
  margin: 12px 0 0;
}
@media screen and (max-width: 767px) {
  .p-home-sustainability__title {
    font-size: 1.3rem;
    margin-top: 6px;
  }
}

.p-home-works__slider {
  position: relative;
  overflow: hidden;
}
.p-home-works__slider.is-nav-hidden .p-home-works__nav {
  display: none;
}
.p-home-works__item {
  width: 28.6vw;
}
@media screen and (max-width: 767px) {
  .p-home-works__item {
    width: 80vw;
  }
}
.p-home-works__link {
  display: block;
  text-decoration: none;
  color: #fff;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-home-works__link {
    border-radius: 10px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-home-works__link:hover .p-home-works__ph img {
    transform: scale(1.06);
  }
}
.p-home-works__ph {
  aspect-ratio: 7/10;
  overflow: hidden;
  position: relative;
}
.p-home-works__ph::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.7) 100%);
  z-index: 1;
}
.p-home-works__ph img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 600ms transform;
  display: block;
}
.p-home-works__info {
  position: absolute;
  bottom: max(10px, 0.972vw); /* 14px */
  left: 0;
  width: 100%;
  z-index: 2;
  padding: 20px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-home-works__info {
    padding: 12px;
  }
}
.p-home-works__cat {
  font-size: max(9px, 0.903vw); /* 13px */
  opacity: 0.85;
  display: flex;
  align-items: center;
  gap: 4px;
}
@media screen and (max-width: 767px) {
  .p-home-works__cat {
    font-size: 1.1rem;
  }
}
.p-home-works__title {
  font-size: max(16px, 1.389vw); /* 20px */
  font-weight: 600;
  line-height: 1.3;
  margin: 4px 0;
}
@media screen and (max-width: 767px) {
  .p-home-works__title {
    font-size: 1.5rem;
  }
}
.p-home-works__bottom {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.p-home-works__location {
  font-size: max(8px, 0.833vw); /* 12px */
  opacity: 0.8;
  display: flex;
  align-items: center;
  gap: 4px;
  position: absolute;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-home-works__location {
    font-size: 1rem;
  }
}
.p-home-works__detail {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: max(8px, 0.694vw); /* 10px */
  font-weight: 500;
  color: #fff;
  justify-content: flex-end;
  position: absolute;
  right: 0;
}
.p-home-works__nav {
  display: flex;
  gap: 10px;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .p-home-works__nav {
    margin-top: 16px;
  }
}
.p-home-works__prev, .p-home-works__next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid var(--color-primary);
  background: transparent;
  cursor: pointer;
  font-size: max(14px, 1.25vw); /* 18px */
  transition: 300ms;
  color: var(--color-primary);
}
@media (hover: hover) and (pointer: fine) {
  .p-home-works__prev:hover, .p-home-works__next:hover {
    background: var(--color-primary);
    color: #fff;
  }
}
.p-home-works__prev.swiper-button-disabled, .p-home-works__next.swiper-button-disabled {
  opacity: 0.3;
  pointer-events: none;
}

.p-home-column {
  background: #f9fafb;
}
.p-home-column__slider {
  position: relative;
  overflow: hidden;
}
.p-home-column__slider.is-nav-hidden .p-home-column__nav {
  display: none;
}
.p-home-column__item {
  width: 25vw;
}
@media screen and (max-width: 767px) {
  .p-home-column__item {
    width: calc((100vw - 40px - 12px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .p-home-column__wrapper {
    flex-wrap: wrap;
    height: auto !important;
  }
}
@media screen and (max-width: 767px) {
  .p-home-column__item {
    height: auto !important;
  }
}
.p-home-column__link {
  display: block;
  text-decoration: none;
  color: var(--color-text);
}
@media (hover: hover) and (pointer: fine) {
  .p-home-column__link:hover .p-home-column__ph img {
    transform: scale(1.06);
  }
}
.p-home-column__ph {
  aspect-ratio: 16/10;
  overflow: hidden;
  border-radius: 12px;
}
@media screen and (max-width: 767px) {
  .p-home-column__ph {
    border-radius: 8px;
  }
}
.p-home-column__ph img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 600ms transform;
  display: block;
}
.p-home-column__title {
  font-size: max(11px, 1.042vw); /* 15px */
  line-height: 1.6;
  font-weight: 500;
  margin-top: 14px;
}
@media screen and (max-width: 767px) {
  .p-home-column__title {
    margin-top: 8px;
    font-size: 1.2rem;
  }
}
.p-home-column__nav {
  display: flex;
  gap: 10px;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .p-home-column__nav {
    margin-top: 16px;
  }
}
.p-home-column__prev, .p-home-column__next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid var(--color-primary);
  background: transparent;
  cursor: pointer;
  font-size: max(14px, 1.25vw); /* 18px */
  transition: 300ms;
  color: var(--color-primary);
}
@media (hover: hover) and (pointer: fine) {
  .p-home-column__prev:hover, .p-home-column__next:hover {
    background: var(--color-primary);
    color: #fff;
  }
}
.p-home-column__prev.swiper-button-disabled, .p-home-column__next.swiper-button-disabled {
  opacity: 0.3;
  pointer-events: none;
}

.p-home-news {
  background: #f9fafb;
  padding-bottom: 90px;
}
.p-home-news .c-news-list {
  max-width: var(--container-width);
  margin: auto;
}
.p-home-news__head {
  text-align: center;
  font-weight: bold;
  font-size: max(31px, 2.431vw); /* 35px */
  letter-spacing: 0.06em;
  margin: 0 0 30px;
}
@media screen and (max-width: 767px) {
  .p-home-news__head {
    font-size: 2.4rem;
    margin: 0 0 15px;
  }
}
.p-home-news__button {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.p-product-archive__title {
  font-size: 2rem;
  margin-bottom: 2rem;
  text-align: center;
}
.p-product-archive__container {
  display: flex;
  gap: 4rem;
  position: relative;
  margin-bottom: 6rem;
}
@media screen and (max-width: 479px) {
  .p-product-archive__container {
    margin-bottom: 3rem;
  }
}
.p-product-archive__toolbar {
  display: none;
  margin-bottom: 1.5rem;
}
.p-product-archive__filter-toggle {
  width: 100%;
  background: #fff;
  color: #333;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 12px 16px;
  font-size: 1.25rem;
  font-weight: 500;
  cursor: pointer;
  text-align: center;
  transition: background 0.2s;
}
.p-product-archive__filter-toggle:hover {
  background: #f5f5f5;
}
.p-product-archive__filter-toggle-text {
  display: inline-block;
}
.p-product-archive__active-filters {
  background: #f9f9f9;
  padding: 1rem;
  margin-bottom: 1.5rem;
  border-radius: 4px;
  display: block;
}
.p-product-archive__active-filters-inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.p-product-archive__filter-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 20px;
  padding: 0.25rem 0.5rem 0.25rem 1rem;
  font-size: 1.25rem;
  line-height: 1.25;
}
.p-product-archive__filter-tag-text {
  color: #333;
}
.p-product-archive__filter-tag-remove {
  background: none;
  border: none;
  color: #666;
  font-size: 1.25rem;
  line-height: 1;
  cursor: pointer;
  padding: 0;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s;
}
.p-product-archive__filter-tag-remove:hover {
  color: #333;
}
.p-product-archive__clear-all {
  color: #666;
  text-decoration: underline;
  font-size: 1.25rem;
  cursor: pointer;
  transition: color 0.2s;
  margin-left: 1rem;
}
.p-product-archive__clear-all:hover {
  color: #333;
}
.p-product-archive__sidebar {
  width: 280px;
  flex-shrink: 0;
}
.p-product-archive__sidebar-header {
  display: none;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e0e0e0;
  background: #fff;
}
.p-product-archive__sidebar-title {
  font-size: 1.25rem;
  font-weight: bold;
  margin: 0;
}
.p-product-archive__sidebar-close {
  background: none;
  border: none;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
  padding: 0;
  width: 32px;
  height: 32px;
  color: #333;
}
.p-product-archive__sidebar-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}
.p-product-archive__sidebar-overlay.is-visible {
  display: block;
}
.p-product-archive__main {
  flex: 1;
  min-width: 0;
}
.p-product-archive__loadmore-wrap {
  text-align: center;
}
.p-product-archive__loadmore {
  background-color: #fff;
  color: #000;
  border: 2px solid #000;
  padding: 1.4rem 7rem;
  font-size: 1.6rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s;
  text-transform: uppercase;
}
.p-product-archive__loadmore:hover {
  color: #fff;
  background: #000;
}
.p-product-archive__loadmore:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.p-product-filter__clear-wrap {
  padding: 1rem 0;
  border-bottom: 1px solid #e0e0e0;
  display: none;
}
.p-product-filter__clear-btn {
  display: block;
  width: 100%;
  text-align: center;
  color: #666;
  text-decoration: underline;
  font-size: 0.875rem;
  cursor: pointer;
  transition: color 0.2s;
}
@media screen and (max-width: 479px) {
  .p-product-filter__clear-btn {
    font-size: 1rem;
  }
}
.p-product-filter__clear-btn:hover {
  color: #333;
}
.p-product-filter__accordion {
  border-bottom: 1px solid #e0e0e0;
}
.p-product-filter__accordion-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: none;
  border: none;
  padding: 1.5rem 0;
  cursor: pointer;
  text-align: left;
  color: var(--color-text);
}
.p-product-filter__accordion-trigger[aria-expanded=true] .p-product-filter__accordion-icon {
  transform: rotate(45deg);
}
.p-product-filter__accordion-trigger[aria-expanded=true] + .p-product-filter__accordion-content {
  max-height: 1000px;
}
.p-product-filter__accordion-title {
  font-size: 1.4rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #333;
}
@media screen and (max-width: 479px) {
  .p-product-filter__accordion-title {
    font-size: 1.25rem;
  }
}
.p-product-filter__accordion-icon {
  font-size: 2rem;
  color: #333;
  line-height: 1;
  transition: transform 0.2s;
}
.p-product-filter__accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
.p-product-filter__list {
  list-style: none;
  padding: 0 0 1rem 0;
  margin: 0;
}
.p-product-filter__item {
  margin-bottom: 0.5rem;
}
.p-product-filter__label {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 1.4rem;
  color: #333;
  transition: color 0.2s;
}
@media screen and (max-width: 479px) {
  .p-product-filter__label {
    font-size: 1.25rem;
  }
}
.p-product-filter__label:hover {
  color: #666;
}
.p-product-filter__label:hover span::before {
  border-color: #999;
}
.p-product-filter__label input[type=checkbox] {
  display: none;
}
.p-product-filter__label span {
  position: relative;
  padding-left: 2.2rem;
}
.p-product-filter__label span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1rem;
  height: 1rem;
  border: 2px solid #666;
  border-radius: 2px;
  background: #fff;
  font-family: "remixicon";
  font-size: 1rem;
  color: #fff;
  transition: all 0.2s;
}
.p-product-filter__label input[type=checkbox]:checked + span::before {
  content: "\eb7a";
  background: #333;
  border-color: #333;
}
.p-product-filter__footer {
  display: none;
}
.p-product-filter__apply {
  width: 100%;
  background: #333;
  color: #fff;
  border: none;
  padding: 16px;
  font-size: 1rem;
  font-weight: bold;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: background 0.2s;
}
.p-product-filter__apply:hover {
  background: #555;
}

.p-product-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 2rem;
  margin-bottom: 3rem;
}

.p-product-card {
  background: #fff;
  border-radius: 8px;
  transition: transform 0.2s;
}
.p-product-card:hover {
  opacity: 0.7;
  transition: 0.3s all;
}
.p-product-card__link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.p-product-card__image {
  aspect-ratio: 1/1;
  overflow: hidden;
}
.p-product-card__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
}
.p-product-card__body {
  padding: 1rem;
}
.p-product-card__title {
  font-size: 2.4rem;
  font-weight: normal;
  margin: 0 0 0.25rem 0;
  line-height: 1.4;
}
.p-product-card__brand {
  font-size: 1.5rem;
  color: #666;
  margin: 0.7rem 0 0;
}
.p-product-card__length {
  font-size: 1.5rem;
  color: #333;
  margin: 1rem 0 0;
}
.p-product-card__price {
  font-size: 1rem;
  color: #333;
  margin: 2.3rem 0 0;
}

.p-product-empty {
  grid-column: 1/-1;
  text-align: center;
  padding: 3rem 1rem;
  color: #666;
}

.product-loading-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  z-index: 9999;
  backdrop-filter: blur(2px);
}

.product-loading-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin: -25px 0 0 -25px;
  border: 4px solid #f0f0f0;
  border-top: 4px solid #333;
  border-radius: 50%;
  animation: product-spin 0.8s linear infinite;
}

@keyframes product-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 1024px) {
  .p-product-list {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 1.5rem;
  }
}
@media (max-width: 768px) {
  .p-product-archive__active-filters {
    display: none;
  }
  .p-product-archive__toolbar {
    display: block;
  }
  .p-product-archive__sidebar {
    position: fixed;
    top: 0;
    left: -100%;
    width: 85%;
    max-width: 320px;
    height: 100svh;
    height: 100dvh;
    background: #fff;
    z-index: 10000;
    overflow: hidden;
    transition: left 0.3s ease;
    box-shadow: 2px 0 12px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
  }
  .p-product-archive__sidebar.is-open {
    left: 0;
  }
  .p-product-archive__sidebar-header {
    display: flex;
    flex-shrink: 0;
  }
  .p-product-archive__container {
    flex-direction: column;
  }
  .p-product-filter {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: 0;
  }
  .p-product-filter__clear-wrap {
    display: block;
  }
  .p-product-filter__scroll {
    flex: 1;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    min-height: 0;
  }
  .p-product-filter__accordion-trigger {
    padding: 1.25rem 2rem 1.25rem 1rem;
  }
  .p-product-filter__list {
    padding: 0 1rem 1rem;
  }
  .p-product-filter__clear-wrap {
    padding: 1rem 0;
    border-bottom: 1px solid #e0e0e0;
    margin: 0 -1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .p-product-filter__footer {
    display: block;
    flex-shrink: 0;
    padding: 1rem;
    border-top: 1px solid #e0e0e0;
    background: #fff;
  }
  .p-product-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
@media (max-width: 480px) {
  .p-product-archive__title {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .p-product-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
  }
  .p-product-card__body {
    padding: 0.75rem;
  }
  .p-product-card__title {
    font-size: 1.25rem;
  }
}
.p-column-archive__wrapper {
  overflow: hidden;
}

.p-column-section {
  margin-bottom: 8rem;
  position: relative;
}
.p-column-section:first-of-type {
  margin-top: 10rem;
}
@media screen and (max-width: 479px) {
  .p-column-section:first-of-type {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 479px) {
  .p-column-section {
    margin-bottom: 4.4rem;
  }
}
.p-column-section__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-column-section__title {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 3rem;
}
@media screen and (max-width: 479px) {
  .p-column-section__title {
    font-size: 2rem;
  }
}
.p-column-section__link {
  color: #188bff;
  text-decoration: none;
  font-size: 2rem;
  font-weight: 600;
  transition: opacity 0.2s;
}
.p-column-section__link:hover {
  opacity: 0.7;
}
@media screen and (max-width: 479px) {
  .p-column-section__link {
    font-size: 1.2rem;
  }
}

.p-column-grid {
  display: grid;
  gap: 4.2rem;
  row-gap: 6rem;
}
@media screen and (max-width: 479px) {
  .p-column-grid {
    row-gap: 4rem;
  }
}
.p-column-grid--2col {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 479px) {
  .p-column-grid--2col {
    grid-template-columns: 1fr;
  }
}
.p-column-grid--3col {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  .p-column-grid--3col {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 479px) {
  .p-column-grid--3col {
    grid-template-columns: 1fr;
  }
}
.p-column-grid--4col {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 1023px) {
  .p-column-grid--4col {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .p-column-grid--4col {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 479px) {
  .p-column-grid--4col {
    grid-template-columns: 1fr;
  }
}

.p-column-slider {
  position: relative;
  overflow: visible;
}
.p-column-slider .swiper {
  overflow: visible;
}
.p-column-slider .swiper-slide {
  height: auto;
}
.p-column-slider .swiper-button-prev,
.p-column-slider .swiper-button-next {
  color: #059669;
  background: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  z-index: 10;
}
@media screen and (max-width: 479px) {
  .p-column-slider .swiper-button-prev,
  .p-column-slider .swiper-button-next {
    display: none !important;
  }
}
.p-column-slider .swiper-button-prev::after,
.p-column-slider .swiper-button-next::after {
  font-size: 20px;
}
.p-column-slider .swiper-button-prev:hover,
.p-column-slider .swiper-button-next:hover {
  background: #059669;
  color: #fff;
}
.p-column-slider .swiper-button-prev {
  left: -7rem;
}
@media screen and (max-width: 1023px) {
  .p-column-slider .swiper-button-prev {
    left: -30px;
  }
}
.p-column-slider .swiper-button-next {
  right: -7rem;
}
@media screen and (max-width: 1023px) {
  .p-column-slider .swiper-button-next {
    right: -30px;
  }
}

.p-column-card {
  /* ====== scale管理 ====== */
  --scale: 1;
  background: #fff;
  border-radius: 1.4rem;
  height: 100%;
  overflow: hidden;
  transition: all 0.3s;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.p-column-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}
.p-column-card:hover .p-column-card__image img {
  transform: scale(1.05);
}
.p-column-card__link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.p-column-card__image {
  position: relative;
  padding-top: 70%;
  overflow: hidden;
  background: #f5f5f5;
}
.p-column-card__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}
.p-column-card__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  z-index: 1;
}
.p-column-card__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: calc(2rem * var(--scale));
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: calc(1rem * var(--scale));
}
.p-column-card__category {
  display: inline-block;
  background: #059669;
  color: #fff;
  padding: calc(0.5rem * var(--scale)) calc(1.5rem * var(--scale));
  font-size: calc(1.2rem * var(--scale));
  font-weight: 600;
  border-radius: 30px;
  width: max-content;
}
.p-column-card__title {
  font-size: calc(2rem * var(--scale));
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.p-column-card__meta {
  display: flex;
  align-items: center;
  gap: calc(1.5rem * var(--scale));
  font-size: calc(1.3rem * var(--scale));
  color: #fff;
}
.p-column-card__meta i {
  font-size: calc(1.4rem * var(--scale));
  margin-right: calc(0.3rem * var(--scale));
}
.p-column-card__date, .p-column-card__views {
  display: flex;
  align-items: center;
}
.p-column-card__content {
  padding: calc(2rem * var(--scale));
  background: #fff;
}
.p-column-card__excerpt {
  font-size: calc(1.4rem * var(--scale));
  line-height: 1.7;
  color: #666;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.p-column-slider .p-column-card {
  --scale: 0.85;
}

.p-column-cat-nav {
  margin-bottom: 2.4rem;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 0.6rem;
  width: 100%;
}
@media screen and (max-width: 479px) {
  .p-column-cat-nav {
    margin-bottom: 0.5rem;
  }
}
.p-column-cat-nav__list {
  list-style: none;
  display: flex;
  gap: 1rem;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 0.6rem;
  scrollbar-width: none;
  padding-left: 1rem;
}
.p-column-cat-nav__list::-webkit-scrollbar {
  display: none;
}
.p-column-cat-nav__item {
  flex: 0 0 auto;
}
.p-column-cat-nav__link {
  position: relative;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.2s;
  font-size: 1.3rem;
  font-weight: 600;
  margin-right: 1.4rem;
  padding-bottom: 0.8rem;
  white-space: nowrap;
}
.p-column-cat-nav__link:hover {
  color: #188bff;
}
.p-column-cat-nav__link.is-current {
  color: #188bff;
}
.p-column-cat-nav__link.is-current::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.2rem;
  background: #188bff;
}

.p-news-archive__wrapper {
  overflow: hidden;
}

.p-news-section {
  margin-bottom: 8rem;
  position: relative;
}
@media screen and (max-width: 479px) {
  .p-news-section {
    margin-bottom: 4.4rem;
  }
}
.p-news-section__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-news-section__title {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 3rem;
}
@media screen and (max-width: 479px) {
  .p-news-section__title {
    font-size: 2rem;
  }
}
.p-news-section__link {
  color: #059669;
  text-decoration: none;
  font-size: 2rem;
  font-weight: 600;
  transition: opacity 0.2s;
}
.p-news-section__link:hover {
  opacity: 0.7;
}
@media screen and (max-width: 479px) {
  .p-news-section__link {
    font-size: 1.2rem;
  }
}

.p-news-grid {
  display: grid;
  gap: 4.2rem;
  row-gap: 6rem;
}
@media screen and (max-width: 479px) {
  .p-news-grid {
    row-gap: 4rem;
  }
}
.p-news-grid--2col {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .p-news-grid--2col {
    grid-template-columns: 1fr;
  }
}
.p-news-grid--3col {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  .p-news-grid--3col {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 479px) {
  .p-news-grid--3col {
    grid-template-columns: 1fr;
  }
}

.p-news-slider {
  position: relative;
  overflow: visible;
}
.p-news-slider .swiper {
  overflow: visible;
}
.p-news-slider .swiper-slide {
  height: auto;
}
.p-news-slider .swiper-button-prev,
.p-news-slider .swiper-button-next {
  color: #059669;
  background: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  z-index: 10;
}
@media screen and (max-width: 479px) {
  .p-news-slider .swiper-button-prev,
  .p-news-slider .swiper-button-next {
    display: none !important;
  }
}
.p-news-slider .swiper-button-prev::after,
.p-news-slider .swiper-button-next::after {
  font-size: 20px;
}
.p-news-slider .swiper-button-prev:hover,
.p-news-slider .swiper-button-next:hover {
  background: #059669;
  color: #fff;
}
.p-news-slider .swiper-button-prev {
  left: -7rem;
}
@media screen and (max-width: 1023px) {
  .p-news-slider .swiper-button-prev {
    left: -30px;
  }
}
.p-news-slider .swiper-button-next {
  right: -7rem;
}
@media screen and (max-width: 1023px) {
  .p-news-slider .swiper-button-next {
    right: -30px;
  }
}

.p-news-card {
  --scale: 1;
  background: #fff;
  border-radius: 1.4rem;
  height: 100%;
  overflow: hidden;
  transition: all 0.3s;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.p-news-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}
.p-news-card:hover .p-news-card__image img {
  transform: scale(1.05);
}
.p-news-card__link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.p-news-card__image {
  position: relative;
  padding-top: 60%;
  overflow: hidden;
  background: #f5f5f5;
}
.p-news-card__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}
.p-news-card__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  z-index: 1;
}
.p-news-card__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: calc(2rem * var(--scale));
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: calc(1rem * var(--scale));
}
.p-news-card__category {
  display: inline-block;
  background: #059669;
  color: #fff;
  padding: calc(0.5rem * var(--scale)) calc(1.5rem * var(--scale));
  font-size: calc(1.2rem * var(--scale));
  font-weight: 600;
  border-radius: 30px;
  width: max-content;
}
.p-news-card__category[data-category=event], .p-news-card__category[data-category=イベント] {
  background: #ea580c;
}
.p-news-card__category[data-category=media], .p-news-card__category[data-category=メディア] {
  background: #0d9488;
}
.p-news-card__category[data-category=press], .p-news-card__category[data-category=プレスリリース] {
  background: #7c3aed;
}
.p-news-card__title {
  font-size: calc(2rem * var(--scale));
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.p-news-card__meta {
  display: flex;
  align-items: center;
  gap: calc(1.5rem * var(--scale));
  font-size: calc(1.3rem * var(--scale));
  color: #fff;
}
.p-news-card__meta i {
  font-size: calc(1.4rem * var(--scale));
  margin-right: calc(0.3rem * var(--scale));
}
.p-news-card__date {
  display: flex;
  align-items: center;
}
.p-news-card__content {
  padding: calc(2rem * var(--scale));
  background: #fff;
}
.p-news-card__excerpt {
  font-size: calc(1.4rem * var(--scale));
  line-height: 1.7;
  color: #666;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.p-news-slider .p-news-card {
  --scale: 0.85;
}

.p-news-cat-tabs {
  margin-bottom: 4rem;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 1rem;
}
@media screen and (max-width: 479px) {
  .p-news-cat-tabs {
    margin-bottom: 2rem;
  }
}
.p-news-cat-tabs__list {
  list-style: none;
  display: flex;
  gap: 1rem;
  flex-wrap: nowrap;
  overflow-x: auto;
  scrollbar-width: none;
}
.p-news-cat-tabs__list::-webkit-scrollbar {
  display: none;
}
.p-news-cat-tabs__item {
  flex: 0 0 auto;
}
.p-news-cat-tabs__button {
  display: inline-block;
  padding: 1rem 2.4rem;
  border: none;
  border-radius: 30px;
  font-size: 1.4rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
  background: #fff;
  color: #374151;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  white-space: nowrap;
}
.p-news-cat-tabs__button:hover {
  background: #f3f4f6;
}
.p-news-cat-tabs__button.is-active {
  background: #059669;
  color: #fff;
  box-shadow: 0 4px 8px rgba(5, 150, 105, 0.3);
}

.p-works-archive__wrapper {
  overflow: hidden;
}

.p-works-section {
  margin-bottom: 8rem;
  position: relative;
}
@media screen and (max-width: 479px) {
  .p-works-section {
    margin-bottom: 4.4rem;
  }
}
.p-works-section__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-works-section__title {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 3rem;
}
@media screen and (max-width: 479px) {
  .p-works-section__title {
    font-size: 2rem;
  }
}
.p-works-section__link {
  color: #059669;
  text-decoration: none;
  font-size: 2rem;
  font-weight: 600;
  transition: opacity 0.2s;
}
.p-works-section__link:hover {
  opacity: 0.7;
}
@media screen and (max-width: 479px) {
  .p-works-section__link {
    font-size: 1.2rem;
  }
}

.p-works-grid {
  display: grid;
  gap: 4.2rem;
  row-gap: 6rem;
}
@media screen and (max-width: 479px) {
  .p-works-grid {
    row-gap: 4rem;
  }
}
.p-works-grid--2col {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .p-works-grid--2col {
    grid-template-columns: 1fr;
  }
}
.p-works-grid--3col {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  .p-works-grid--3col {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 479px) {
  .p-works-grid--3col {
    grid-template-columns: 1fr;
  }
}

.p-works-slider {
  position: relative;
  overflow: visible;
}
.p-works-slider .swiper {
  overflow: visible;
}
.p-works-slider .swiper-slide {
  height: auto;
}
.p-works-slider .swiper-button-prev,
.p-works-slider .swiper-button-next {
  color: #059669;
  background: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  z-index: 10;
}
@media screen and (max-width: 479px) {
  .p-works-slider .swiper-button-prev,
  .p-works-slider .swiper-button-next {
    display: none !important;
  }
}
.p-works-slider .swiper-button-prev::after,
.p-works-slider .swiper-button-next::after {
  font-size: 20px;
}
.p-works-slider .swiper-button-prev:hover,
.p-works-slider .swiper-button-next:hover {
  background: #059669;
  color: #fff;
}
.p-works-slider .swiper-button-prev {
  left: -7rem;
}
@media screen and (max-width: 1023px) {
  .p-works-slider .swiper-button-prev {
    left: -30px;
  }
}
.p-works-slider .swiper-button-next {
  right: -7rem;
}
@media screen and (max-width: 1023px) {
  .p-works-slider .swiper-button-next {
    right: -30px;
  }
}

.p-works-card {
  --scale: 1;
  background: #fff;
  border-radius: 1.4rem;
  height: 100%;
  overflow: hidden;
  transition: all 0.3s;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.p-works-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}
.p-works-card:hover .p-works-card__image img {
  transform: scale(1.05);
}
.p-works-card__link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.p-works-card__image {
  position: relative;
  padding-top: 70%;
  overflow: hidden;
  background: #f5f5f5;
}
.p-works-card__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}
.p-works-card__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  z-index: 1;
}
.p-works-card__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: calc(2rem * var(--scale));
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: calc(0.8rem * var(--scale));
}
.p-works-card__category {
  display: inline-block;
  background: #059669;
  color: #fff;
  padding: calc(0.5rem * var(--scale)) calc(1.5rem * var(--scale));
  font-size: calc(1.2rem * var(--scale));
  font-weight: 600;
  border-radius: 30px;
  width: max-content;
}
.p-works-card__title {
  font-size: calc(1.8rem * var(--scale));
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.p-works-card__location {
  display: flex;
  align-items: center;
  font-size: calc(1.2rem * var(--scale));
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
}
.p-works-card__location i {
  font-size: calc(1.3rem * var(--scale));
  margin-right: calc(0.3rem * var(--scale));
}
.p-works-card__content {
  padding: calc(2rem * var(--scale));
  background: #fff;
}
.p-works-card__excerpt {
  font-size: calc(1.4rem * var(--scale));
  line-height: 1.7;
  color: #666;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.p-works-card__excerpt p {
  margin: 0 auto;
}
.p-works-card__details {
  display: flex;
  flex-direction: column;
  gap: calc(0.8rem * var(--scale));
  padding-top: calc(1.5rem * var(--scale));
}
.p-works-card__detail {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: calc(1.4rem * var(--scale));
}
.p-works-card__detail:first-of-type .p-works-card__detail-value {
  color: #059669;
}
.p-works-card__detail-label {
  color: #6b7280;
}
.p-works-card__detail-value {
  font-weight: 500;
}

.p-works-slider .p-works-card {
  --scale: 0.85;
}

.p-works-cat-tabs {
  margin-bottom: 4rem;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 1rem;
}
@media screen and (max-width: 479px) {
  .p-works-cat-tabs {
    margin-bottom: 2rem;
  }
}
.p-works-cat-tabs__list {
  list-style: none;
  display: flex;
  gap: 1rem;
  flex-wrap: nowrap;
  overflow-x: auto;
  scrollbar-width: none;
}
.p-works-cat-tabs__list::-webkit-scrollbar {
  display: none;
}
.p-works-cat-tabs__item {
  flex: 0 0 auto;
}
.p-works-cat-tabs__button {
  display: inline-block;
  padding: 1rem 2.4rem;
  border: none;
  border-radius: 30px;
  font-size: 1.4rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
  background: #fff;
  color: #374151;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  white-space: nowrap;
}
.p-works-cat-tabs__button:hover {
  background: #f3f4f6;
}
.p-works-cat-tabs__button.is-active {
  background: #059669;
  color: #fff;
  box-shadow: 0 4px 8px rgba(5, 150, 105, 0.3);
}

.p-product-single__container {
  display: grid;
  justify-content: space-between;
  grid-template-columns: 595px 472px;
  margin-bottom: 12rem;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
.p-product-single__gallery {
  position: sticky;
  top: 100px;
  height: fit-content;
}

.p-product-gallery__main {
  margin-bottom: 5.4rem;
  background: #fff;
  overflow: hidden;
  height: 397px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.p-product-gallery__main .swiper {
  width: 100%;
  height: 100%;
}
.p-product-gallery__main .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-product-gallery__main .swiper-button-prev,
.p-product-gallery__main .swiper-button-next {
  color: #333;
  background: #ddd;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.p-product-gallery__main .swiper-button-prev::after,
.p-product-gallery__main .swiper-button-next::after {
  font-size: 20px;
}
.p-product-gallery__main .swiper-button-prev:hover,
.p-product-gallery__main .swiper-button-next:hover {
  background: #eee;
}
.p-product-gallery__main-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.p-product-gallery__thumbnails-pc {
  display: block;
}
.p-product-gallery__thumbnails-mobile {
  display: none;
}
.p-product-gallery__thumbnails-mobile .swiper-slide {
  width: auto;
}
.p-product-gallery__thumbnails {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
.p-product-gallery__thumbnails--hidden {
  margin-top: 0.5rem;
}
.p-product-gallery__thumbnail {
  background: transparent;
  border: 2px solid transparent;
  padding: 0;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.2s;
}
.p-product-gallery__thumbnail:hover {
  border-color: #ddd;
}
.p-product-gallery__thumbnail.is-active {
  border-color: #666;
}
.p-product-gallery__thumbnail img {
  width: 100%;
  object-fit: cover;
  display: block;
}
.p-product-gallery__more {
  width: 100%;
  max-width: 320px;
  background: rgba(0, 0, 0, 0.04);
  border: none;
  border-radius: 50px;
  padding: 1.5rem 0;
  margin: 2rem auto 0;
  display: block;
  font-size: 1.5rem;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
}
.p-product-gallery__more:hover {
  background: rgba(0, 0, 0, 0.06);
}
.p-product-gallery__more-icon {
  font-size: 2rem;
  transition: transform 0.3s;
  display: inline-block;
  position: absolute;
  right: 3rem;
  top: 50%;
  transform: translateY(-50%);
}
.p-product-gallery__more.is-open .p-product-gallery__more-icon {
  transform: translateY(-50%) rotate(180deg);
}

.p-product-info__header {
  padding-top: 7.6rem;
  margin-bottom: 1.5rem;
}
.p-product-info__name-kana {
  font-size: 2rem;
  color: #999;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: normal;
}
.p-product-info__title {
  font-size: 4.8rem;
  font-weight: normal;
  margin: 0;
  line-height: normal;
}
.p-product-info__catchcopy {
  font-size: 1.5rem;
  line-height: 1.8;
  color: #666;
  margin-top: 2rem;
  margin-bottom: 5.8rem;
}
.p-product-info__actions {
  margin-bottom: 1.5rem;
}
.p-product-info__contact-btn {
  display: block;
  width: 100%;
  background: #ffa41c;
  border: 2px solid #ffa41c;
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding: 1rem 2rem;
  font-size: 2.4rem;
  font-weight: 600;
  max-width: 320px;
  margin: auto;
  transition: background 0.2s;
}
.p-product-info__contact-btn:hover {
  background-color: #fff;
  color: #ffa41c;
}
.p-product-info__features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5rem;
  margin-top: 6rem;
  margin-bottom: 2rem;
  padding-inline: 4rem;
}

.p-product-feature {
  flex: 1;
  text-align: center;
}
.p-product-feature img {
  object-fit: contain;
}

.p-product-accordion {
  margin-top: 12.8rem;
}
@media screen and (max-width: 479px) {
  .p-product-accordion {
    margin-top: 4rem;
  }
}
.p-product-accordion__item {
  border-bottom: 1px solid #e0e0e0;
}
.p-product-accordion__trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  color: var(--color-text);
  border: none;
  padding: 2rem 1.6rem;
  cursor: pointer;
  text-align: left;
  transition: background 0.2s;
}
.p-product-accordion__trigger:hover {
  background: rgba(0, 0, 0, 0.02);
}
.p-product-accordion__trigger.is-open {
  background-color: #efefef;
}
.p-product-accordion__trigger.is-open .p-product-accordion__icon {
  transform: rotate(180deg);
}
.p-product-accordion__trigger.is-open + .p-product-accordion__content {
  background-color: #efefef;
}
.p-product-accordion__title {
  font-size: 1.5rem;
}
.p-product-accordion__icon {
  font-size: 2rem;
  transition: transform 0.3s;
}
.p-product-accordion__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
.p-product-accordion__body {
  padding: 1rem 1.6rem 4rem;
  font-size: 1.5rem;
  line-height: 1.8;
}
.p-product-accordion__body p {
  margin: 0 0 1rem 0;
}
.p-product-accordion__body p:last-child {
  margin-bottom: 0;
}
.p-product-accordion__body strong {
  color: #333;
  font-weight: 600;
}

.p-product-section {
  margin-bottom: 4rem;
}
.p-product-section__title {
  font-size: 1.75rem;
  font-weight: 600;
  margin: 0 0 2rem 0;
  padding-bottom: 1rem;
  border-bottom: 2px solid #333;
}

.p-product-cases {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}

.p-product-case {
  background: #fff;
  border-radius: 8px;
  transition: all 0.2s;
}
.p-product-case:hover {
  opacity: 0.7;
}
.p-product-case__link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.p-product-case__image {
  position: relative;
  padding-top: 75%;
  overflow: hidden;
  background: #f5f5f5;
  border-radius: 8px 8px 0 0;
}
.p-product-case__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-product-case__body {
  padding: 1rem;
}
.p-product-case__title {
  font-size: 1rem;
  font-weight: 600;
  margin: 0;
  line-height: 1.4;
}

@media (max-width: 1024px) {
  .p-product-single__container {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 3rem;
    max-width: 100%;
    padding: 0;
  }
  .p-product-single__gallery, .p-product-single__info {
    min-width: 0;
  }
  .p-product-gallery__main {
    height: 350px;
  }
  .p-product-cases {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
  }
}
@media (max-width: 768px) {
  .p-product-single__container {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .p-product-single__gallery {
    position: static;
  }
  .p-product-gallery__main {
    height: 300px;
  }
  .p-product-gallery__main .swiper-button-prev,
  .p-product-gallery__main .swiper-button-next {
    width: 32px;
    height: 32px;
  }
  .p-product-gallery__main .swiper-button-prev::after,
  .p-product-gallery__main .swiper-button-next::after {
    font-size: 1.6rem;
  }
  .p-product-gallery__thumbnails-pc {
    display: none;
  }
  .p-product-gallery__thumbnails-mobile {
    display: block;
    margin-top: 1rem;
  }
  .p-product-gallery__thumbnails-mobile .swiper-slide {
    width: 80px;
  }
  .p-product-gallery__thumbnails-mobile .p-product-gallery__thumbnail {
    width: 80px;
    height: 80px;
  }
  .p-product-gallery__thumbnails {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
  }
  .p-product-info__header {
    padding-top: 3rem;
  }
  .p-product-info__title {
    font-size: 1.5rem;
  }
  .p-product-info__features {
    gap: 4rem;
    margin-top: 3rem;
  }
  .p-product-section__title {
    font-size: 1.5rem;
  }
  .p-product-cases {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
@media (max-width: 480px) {
  .p-product-single__container {
    gap: 1rem;
  }
  .p-product-gallery__main {
    height: 250px;
  }
  .p-product-gallery__main .swiper-button-prev,
  .p-product-gallery__main .swiper-button-next {
    display: none;
  }
  .p-product-gallery__thumbnails-mobile .swiper-slide {
    width: 70px;
  }
  .p-product-gallery__thumbnails-mobile .p-product-gallery__thumbnail {
    width: 70px;
    height: 70px;
  }
  .p-product-info__name-kana {
    font-size: 1.2rem;
  }
  .p-product-info__title {
    font-size: 3.6rem;
  }
  .p-product-info__contact-btn {
    font-size: 2rem;
    padding: 1.5rem 0;
  }
  .p-product-section__title {
    font-size: 1.25rem;
  }
  .p-product-case__title {
    font-size: 0.875rem;
  }
}
.p-column-single {
  background: #fff;
}
.p-column-single__container {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 6rem;
  max-width: 1200px;
  margin: 2rem auto 8rem;
  align-items: start;
}
@media screen and (max-width: 1023px) {
  .p-column-single__container {
    grid-template-columns: 1fr;
    gap: 0;
    margin: 0 auto 6rem;
  }
}
.p-column-single__sidebar {
  position: sticky;
  top: 120px;
}
@media screen and (max-width: 1023px) {
  .p-column-single__sidebar {
    display: none;
  }
}
.p-column-single__article {
  min-width: 0;
}

.p-column-toc {
  background: #f9f9f9;
  border-radius: 8px;
  padding: 2.5rem;
  margin-bottom: 3rem;
}
.p-column-toc--mobile {
  display: none;
}
@media screen and (max-width: 1023px) {
  .p-column-toc--mobile {
    display: block;
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 479px) {
  .p-column-toc--mobile {
    margin-bottom: 3rem;
  }
}
.p-column-toc__title {
  font-size: 1.6rem;
  font-weight: 700;
  margin: 0 0 1.5rem 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.p-column-toc__title i {
  font-size: 2rem;
  color: #059669;
}
.p-column-toc__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.p-column-toc__item {
  margin-bottom: 1rem;
}
.p-column-toc__item:last-child {
  margin-bottom: 0;
}
.p-column-toc__item.level-2 {
  padding-left: 1.5rem;
  font-size: 0.95em;
}
.p-column-toc__link {
  color: #666;
  text-decoration: none;
  font-size: 1.4rem;
  line-height: 1.6;
  transition: color 0.2s;
  display: block;
}
.p-column-toc__link:hover {
  color: #059669;
}

.p-column-article__header {
  margin-bottom: 4rem;
}
@media screen and (max-width: 479px) {
  .p-column-article__header {
    margin-bottom: 3rem;
  }
}
.p-column-article__header-meta {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 479px) {
  .p-column-article__header-meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1.5rem;
  }
}
.p-column-article__category {
  display: inline-block;
  background: #059669;
  color: #fff;
  padding: 0.6rem 1.8rem;
  font-size: 1.3rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 0.6rem;
  transition: opacity 0.2s;
  flex-shrink: 0;
}
.p-column-article__category:hover {
  opacity: 0.8;
}
@media screen and (max-width: 479px) {
  .p-column-article__category {
    font-size: 1.2rem;
    padding: 0.5rem 1.5rem;
  }
}
.p-column-article__meta {
  display: flex;
  align-items: center;
  gap: 2rem;
  font-size: 1.4rem;
  color: #999;
}
@media screen and (max-width: 479px) {
  .p-column-article__meta {
    font-size: 1.3rem;
    gap: 1.5rem;
  }
}
.p-column-article__meta i {
  font-size: 1.6rem;
  margin-right: 0.3rem;
}
.p-column-article__date, .p-column-article__views {
  display: flex;
  align-items: center;
}
.p-column-article__title {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1 4;
  margin: 0 0 2.4rem 0;
  padding-bottom: 3rem;
  border-bottom: 1px solid #e0e0e0;
}
@media screen and (max-width: 479px) {
  .p-column-article__title {
    font-size: 2.6rem;
    margin: 0 0 1.5rem 0;
  }
}
.p-column-article__excerpt {
  font-size: 1.7rem;
  line-height: 1.8;
  color: #666;
  margin: 0 0 3rem 0;
}
@media screen and (max-width: 479px) {
  .p-column-article__excerpt {
    font-size: 1.5rem;
    margin: 0 0 2rem 0;
  }
}
.p-column-article__author {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 479px) {
  .p-column-article__author {
    margin-bottom: 2rem;
  }
}
.p-column-article__author img {
  border-radius: 50%;
}
.p-column-article__author-info {
  display: flex;
  flex-direction: column;
}
.p-column-article__author-name {
  font-size: 1.5rem;
  font-weight: 600;
  color: #333;
}
.p-column-article__author-desc {
  font-size: 1.2rem;
  color: #999;
  margin-top: 0.2rem;
}
.p-column-article__thumbnail {
  margin-bottom: 4rem;
  border-radius: 1.4rem;
  overflow: hidden;
}
@media screen and (max-width: 479px) {
  .p-column-article__thumbnail {
    margin-bottom: 3rem;
  }
}
.p-column-article__thumbnail img {
  width: 100%;
  height: auto;
  display: block;
}
.p-column-article__content {
  font-size: 1.6rem;
  line-height: 1.9;
  color: #333;
}
@media screen and (max-width: 479px) {
  .p-column-article__content {
    font-size: 1.5rem;
    line-height: 1.8;
  }
}
.p-column-article__content a {
  color: #1570ae;
}
.p-column-article__content a:hover {
  text-decoration: underline;
}
.p-column-article__content h2 {
  font-size: 2.8rem;
  font-weight: 700;
  margin: 5rem 0 2rem 0;
  padding-bottom: 1rem;
  border-bottom: 3px solid #059669;
  scroll-margin-top: 120px;
}
@media screen and (max-width: 479px) {
  .p-column-article__content h2 {
    font-size: 2.2rem;
    margin: 4rem 0 1.5rem 0;
    border-bottom-width: 2px;
  }
}
.p-column-article__content h2:first-child {
  margin-top: 0;
}
.p-column-article__content h3 {
  font-size: 2.4rem;
  font-weight: 600;
  margin: 4rem 0 1.5rem 0;
  padding-left: 1rem;
  border-left: 4px solid #059669;
  scroll-margin-top: 120px;
}
@media screen and (max-width: 479px) {
  .p-column-article__content h3 {
    font-size: 2rem;
    margin: 3rem 0 1.2rem 0;
  }
}
.p-column-article__content h4 {
  font-size: 2rem;
  font-weight: 600;
  margin: 3rem 0 1.5rem 0;
}
@media screen and (max-width: 479px) {
  .p-column-article__content h4 {
    font-size: 1.8rem;
    margin: 2.5rem 0 1.2rem 0;
  }
}
.p-column-article__content p {
  margin: 0 0 2rem 0;
}
@media screen and (max-width: 479px) {
  .p-column-article__content p {
    margin: 0 0 1.8rem 0;
  }
}
.p-column-article__content ul,
.p-column-article__content ol {
  margin: 0 0 2rem 0;
  padding-left: 2em;
}
@media screen and (max-width: 479px) {
  .p-column-article__content ul,
  .p-column-article__content ol {
    margin: 0 0 1.8rem 0;
  }
}
.p-column-article__content ul li,
.p-column-article__content ol li {
  margin-bottom: 0.8rem;
}
.p-column-article__content img {
  max-width: 100%;
  height: auto;
  margin: 3rem 0;
  border-radius: 8px;
}
@media screen and (max-width: 479px) {
  .p-column-article__content img {
    margin: 2rem 0;
  }
}
.p-column-article__content blockquote {
  background: #f9f9f9;
  border-left: 4px solid #059669;
  padding: 2rem 2.5rem;
  margin: 3rem 0;
  font-style: italic;
}
@media screen and (max-width: 479px) {
  .p-column-article__content blockquote {
    padding: 1.5rem 2rem;
    margin: 2rem 0;
  }
}
.p-column-article__content blockquote p:last-child {
  margin-bottom: 0;
}
.p-column-article__content table {
  width: 100%;
  border-collapse: collapse;
  margin: 3rem 0;
}
@media screen and (max-width: 479px) {
  .p-column-article__content table {
    margin: 2rem 0;
    font-size: 1.4rem;
  }
}
.p-column-article__content table th,
.p-column-article__content table td {
  padding: 1.2rem;
  border: 1px solid #ddd;
  text-align: left;
}
@media screen and (max-width: 479px) {
  .p-column-article__content table th,
  .p-column-article__content table td {
    padding: 1rem;
  }
}
.p-column-article__content table th {
  background: #f5f5f5;
  font-weight: 600;
}
.p-column-article__content code {
  background: #f5f5f5;
  padding: 0.2em 0.5em;
  border-radius: 3px;
  font-family: "Courier New", monospace;
  font-size: 0.9em;
}
.p-column-article__content pre {
  background: #f5f5f5;
  padding: 2rem;
  border-radius: 8px;
  overflow-x: auto;
  margin: 3rem 0;
}
@media screen and (max-width: 479px) {
  .p-column-article__content pre {
    padding: 1.5rem;
    margin: 2rem 0;
  }
}
.p-column-article__content pre code {
  background: none;
  padding: 0;
}
.p-column-article__tags {
  margin-top: 5rem;
  padding-top: 4rem;
  border-top: 1px solid #e0e0e0;
}
@media screen and (max-width: 479px) {
  .p-column-article__tags {
    margin-top: 4rem;
    padding-top: 3rem;
  }
}
.p-column-article__tags-title {
  font-size: 1.8rem;
  font-weight: 600;
  margin: 0 0 1.5rem 0;
}
@media screen and (max-width: 479px) {
  .p-column-article__tags-title {
    font-size: 1.6rem;
  }
}
.p-column-article__tags-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.p-column-article__tag {
  display: inline-block;
  background: #f0f0f0;
  color: #666;
  padding: 0.6rem 1.5rem;
  font-size: 1.3rem;
  text-decoration: none;
  border-radius: 20px;
  transition: all 0.2s;
}
.p-column-article__tag:hover {
  background: #059669;
  color: #fff;
}
@media screen and (max-width: 479px) {
  .p-column-article__tag {
    font-size: 1.2rem;
    padding: 0.5rem 1.2rem;
  }
}

.p-column-share {
  background: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 1.4rem;
  padding: 2.5rem;
}
@media screen and (max-width: 479px) {
  .p-column-share {
    padding: 2rem;
  }
}
@media screen and (max-width: 1023px) {
  .p-column-share--pc {
    display: none;
  }
}
.p-column-share--mobile {
  display: none;
  margin-top: 4rem;
  padding-top: 0;
  border-top: none;
}
@media screen and (max-width: 1023px) {
  .p-column-share--mobile {
    display: block;
  }
}
@media screen and (max-width: 479px) {
  .p-column-share--mobile {
    margin-top: 3rem;
  }
}
.p-column-share__title {
  font-size: 1.6rem;
  font-weight: 600;
  margin: 0 0 1.5rem 0;
}
@media screen and (max-width: 479px) {
  .p-column-share__title {
    font-size: 1.5rem;
    margin: 0 0 1.2rem 0;
  }
}

.p-share-buttons {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.p-share-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  padding: 1.2rem 2rem;
  border-radius: 1rem;
  text-decoration: none;
  border: none;
  cursor: pointer;
  font-size: 1.4rem;
  font-weight: 600;
  transition: all 0.3s;
  width: 100%;
}
@media screen and (max-width: 479px) {
  .p-share-button {
    padding: 1rem 1.5rem;
    font-size: 1.3rem;
  }
}
.p-share-button i {
  font-size: 2rem;
  min-height: 3.2rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 479px) {
  .p-share-button i {
    font-size: 1.8rem;
  }
}
.p-share-button span {
  flex: 1;
  text-align: left;
}
.p-share-button--twitter {
  background: #1da1f2;
  color: #fff;
}
.p-share-button--twitter:hover {
  background: #0c85d0;
}
.p-share-button--facebook {
  background: #1877f2;
  color: #fff;
}
.p-share-button--facebook:hover {
  background: #0c63d4;
}
.p-share-button--line {
  background: #06c755;
  color: #fff;
}
.p-share-button--line:hover {
  background: #05b34b;
}
.p-share-button--copy {
  background: #ddd;
  color: #333;
}
.p-share-button--copy:hover {
  opacity: 0.7;
}
.p-share-button__text, .p-share-button__copied {
  flex: 1;
  text-align: left;
}

.p-column-related {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 8rem;
  border-top: 2px solid #e0e0e0;
}
@media screen and (max-width: 479px) {
  .p-column-related {
    padding-top: 6rem;
  }
}
.p-column-related__title {
  font-size: 3.2rem;
  font-weight: 600;
  margin: 0 0 3rem 0;
}
@media screen and (max-width: 479px) {
  .p-column-related__title {
    font-size: 2.4rem;
    margin: 0 0 2rem 0;
  }
}
.p-column-related__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3rem;
}
@media screen and (max-width: 1023px) {
  .p-column-related__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
  }
}
@media screen and (max-width: 479px) {
  .p-column-related__grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

.p-news-single__container {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 4rem 2rem;
}
@media screen and (max-width: 479px) {
  .p-news-single__container {
    padding: 0;
  }
}
.p-news-single__article {
  background: #fff;
  padding: 4rem 4rem 0;
}
@media screen and (max-width: 479px) {
  .p-news-single__article {
    padding: 2.4rem 0;
  }
}

.p-news-article__header {
  margin-bottom: 4rem;
}
@media screen and (max-width: 479px) {
  .p-news-article__header {
    margin-bottom: 3rem;
  }
}
.p-news-article__header-meta {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}
.p-news-article__category {
  display: inline-block;
  background: #059669;
  color: #fff;
  padding: 0.6rem 1.8rem;
  font-size: 1.3rem;
  font-weight: 600;
  border-radius: 30px;
  text-decoration: none;
  transition: opacity 0.2s;
}
.p-news-article__category:hover {
  opacity: 0.8;
}
.p-news-article__date {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  color: #666;
}
.p-news-article__date i {
  font-size: 1.6rem;
  margin-right: 0.5rem;
}
.p-news-article__title {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 2rem;
}
@media screen and (max-width: 479px) {
  .p-news-article__title {
    font-size: 2.4rem;
    margin-bottom: 1.6rem;
  }
}
.p-news-article__excerpt {
  font-size: 2rem;
  line-height: 2;
}
@media screen and (max-width: 479px) {
  .p-news-article__excerpt {
    font-size: 1.5rem;
    padding: 1.6rem 0;
    margin-top: 0;
  }
}
.p-news-article__thumbnail {
  margin-bottom: 4rem;
  border-radius: 1.2rem;
  overflow: hidden;
}
@media screen and (max-width: 479px) {
  .p-news-article__thumbnail {
    margin-bottom: 2rem;
  }
}
.p-news-article__thumbnail img {
  width: 100%;
  height: auto;
  display: block;
}
.p-news-article__content {
  font-size: 1.6rem;
  line-height: 1.9;
  color: #333;
  padding: 2rem 4rem;
}
@media screen and (max-width: 479px) {
  .p-news-article__content {
    font-size: 1.5rem;
    padding: 0;
  }
}
.p-news-article__content h2 {
  font-size: 2.4rem;
  font-weight: 700;
  margin: 4rem 0 2rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid #e5e7eb;
}
@media screen and (max-width: 479px) {
  .p-news-article__content h2 {
    font-size: 2rem;
    margin: 3rem 0 1.6rem;
  }
}
.p-news-article__content h3 {
  font-size: 2rem;
  font-weight: 700;
  margin: 3rem 0 1.6rem;
  padding-left: 1.2rem;
  border-left: 4px solid #059669;
}
@media screen and (max-width: 479px) {
  .p-news-article__content h3 {
    font-size: 1.8rem;
  }
}
.p-news-article__content p {
  margin-bottom: 2rem;
}
.p-news-article__content a {
  color: #059669;
  text-decoration: underline;
}
.p-news-article__content a:hover {
  opacity: 0.7;
}
.p-news-article__content ul,
.p-news-article__content ol {
  margin: 2rem 0;
  padding-left: 2.4rem;
}
.p-news-article__content ul li,
.p-news-article__content ol li {
  margin-bottom: 1rem;
}
.p-news-article__content img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 3rem auto;
  border-radius: 0.8rem;
}
.p-news-article__content blockquote {
  margin: 3rem 0;
  padding: 2rem;
  background: #f9fafb;
  border-left: 4px solid #059669;
  font-style: italic;
}

.p-news-share {
  margin-top: 6rem;
  padding-top: 4rem;
  border-top: 1px solid #e5e7eb;
}
@media screen and (max-width: 479px) {
  .p-news-share {
    margin-top: 4rem;
    padding-top: 3rem;
  }
}
.p-news-share__title {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1.6rem;
}
@media screen and (min-width: 1024px) {
  .p-news-share .p-share-buttons {
    display: flex;
    flex-direction: row;
  }
}

.p-news-back {
  margin-top: 10rem;
  text-align: center;
}
.p-news-back__button {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  padding: 1.4rem 3.2rem;
  background: #059669;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 30px;
  transition: all 0.3s;
}
.p-news-back__button:hover {
  background: #047857;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
}
.p-news-back__button i {
  font-size: 1.8rem;
}

.p-news-related {
  max-width: 1200px;
  margin: 8rem auto 0;
  padding: 0 2rem;
}
@media screen and (max-width: 479px) {
  .p-news-related {
    margin-top: 6rem;
    padding: 0 1.5rem;
  }
}
.p-news-related__title {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 3rem;
  text-align: center;
}
@media screen and (max-width: 479px) {
  .p-news-related__title {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
.p-news-related__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .p-news-related__grid {
    grid-template-columns: 1fr;
    gap: 2.4rem;
  }
}

.p-works-hero {
  position: relative;
  height: 500px;
  overflow: hidden;
}
@media screen and (max-width: 479px) {
  .p-works-hero {
    height: 350px;
  }
}
.p-works-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-works-hero__content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 4rem;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
}
@media screen and (max-width: 479px) {
  .p-works-hero__content {
    padding: 2.4rem 2rem;
  }
}
.p-works-hero__inner {
  max-width: 1200px;
  margin: auto;
  padding-inline: 2rem;
}
.p-works-hero__category {
  display: inline-block;
  background: #059669;
  color: #fff;
  padding: 0.6rem 1.8rem;
  font-size: 1.3rem;
  font-weight: 600;
  border-radius: 30px;
}
.p-works-hero__title {
  font-size: 3.6rem;
  font-weight: 700;
  color: #fff;
  margin: 0.8rem 0;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 479px) {
  .p-works-hero__title {
    font-size: 2.4rem;
  }
}
.p-works-hero__location {
  font-size: 1.6rem;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
  display: flex;
  gap: 0.8rem;
  align-items: center;
}

.p-works-single__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 6rem 2rem;
}
@media screen and (max-width: 479px) {
  .p-works-single__container {
    padding: 3rem 0;
  }
}
.p-works-single__layout {
  display: grid;
  grid-template-columns: 1fr 350px;
  gap: 6rem;
}
@media screen and (max-width: 767px) {
  .p-works-single__layout {
    grid-template-columns: 1fr;
    gap: 4rem;
  }
}
.p-works-single__main {
  min-width: 0;
}
@media screen and (max-width: 767px) {
  .p-works-single__sidebar {
    order: -1;
  }
}

.p-works-breadcrumb {
  margin-bottom: 3rem;
}
.p-works-breadcrumb a {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  color: #059669;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: 600;
  transition: opacity 0.2s;
}
.p-works-breadcrumb a:hover {
  opacity: 0.7;
}
.p-works-breadcrumb a i {
  font-size: 1.6rem;
}

.p-works-section {
  margin-bottom: 6rem;
}
@media screen and (max-width: 479px) {
  .p-works-section {
    margin-bottom: 4rem;
  }
}
.p-works-section__title {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
@media screen and (max-width: 479px) {
  .p-works-section__title {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
.p-works-section__content {
  font-size: 1.6rem;
  line-height: 1.9;
  color: #333;
}
@media screen and (max-width: 479px) {
  .p-works-section__content {
    font-size: 1.5rem;
  }
}
.p-works-section__content p {
  margin-bottom: 1.6rem;
}
.p-works-section__content ul,
.p-works-section__content ol {
  padding-left: 2rem;
}
.p-works-section__content ul li,
.p-works-section__content ol li {
  margin-bottom: 0.8rem;
  position: relative;
  padding-left: 0.6rem;
}
.p-works-section__content ul li::before,
.p-works-section__content ol li::before {
  content: "✓";
  position: absolute;
  left: -1.6rem;
  color: #059669;
  font-weight: 700;
}

.p-works-comparison {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
@media screen and (max-width: 479px) {
  .p-works-comparison {
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }
}
.p-works-comparison__item {
  position: relative;
  border-radius: 1.2rem;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.p-works-comparison__item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.p-works-comparison__label {
  position: absolute;
  bottom: 1.2rem;
  left: 1.2rem;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 0.6rem 1.4rem;
  font-size: 1.3rem;
  font-weight: 600;
  border-radius: 4px;
}

.p-works-points {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-left: 0;
  padding-left: 0;
}
.p-works-points__item {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.6rem;
  line-height: 1.7;
  color: #333;
}
@media screen and (max-width: 479px) {
  .p-works-points__item {
    font-size: 1.5rem;
  }
}
.p-works-points__item i {
  flex-shrink: 0;
  font-size: 2rem;
  color: #059669;
  margin-top: 0.1em;
}

.p-works-products {
  display: grid;
  gap: 2.4rem;
}

.p-works-product-card {
  display: flex;
  gap: 4rem;
  padding: 4rem 4rem 6rem;
  background: #f9fafb;
  border-radius: 1.6rem;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-works-product-card {
    gap: 3rem;
    padding: 3rem;
  }
}
@media screen and (max-width: 479px) {
  .p-works-product-card {
    flex-direction: column;
    padding: 2.4rem 2rem 6rem;
    gap: 2.4rem;
  }
}
.p-works-product-card__image {
  flex-shrink: 0;
  width: 280px;
  height: 280px;
  border-radius: 1.2rem;
  overflow: hidden;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-works-product-card__image {
    width: 220px;
    height: 220px;
  }
}
@media screen and (max-width: 479px) {
  .p-works-product-card__image {
    width: 100%;
    height: 320px;
  }
}
.p-works-product-card__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.p-works-product-card__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  width: 100%;
}
.p-works-product-card__name {
  font-size: 2.8rem;
  font-weight: 700;
  color: #111827;
  margin: 0;
}
@media screen and (max-width: 479px) {
  .p-works-product-card__name {
    font-size: 2.2rem;
  }
}
.p-works-product-card__specs {
  font-size: 1.4rem;
  color: #6b7280;
  margin: 0;
}
.p-works-product-card__label {
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  color: #111827;
  margin-bottom: 1rem;
}
.p-works-product-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}
.p-works-product-card__feature {
  display: inline-block;
  padding: 0.6rem 1.6rem;
  background: #d1fae5;
  color: #059669;
  font-size: 1.3rem;
  font-weight: 500;
  border-radius: 30px;
}
.p-works-product-card__category-value {
  font-size: 1.5rem;
  color: #374151;
}
.p-works-product-card__button {
  background-color: var(--color-primary);
  border-radius: 9999px;
  color: var(--color-white);
  font-weight: 500;
  text-align: center;
  width: max-content;
  padding: 0.6rem 2rem;
  margin: auto;
  border: 1px solid var(--color-primary);
  transition: background 0.3s, color 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .p-works-product-card__button:hover {
    background-color: var(--color-white);
    color: var(--color-primary);
  }
}

.p-works-details {
  position: sticky;
  top: 100px;
  padding: 1rem 3rem;
  background: #f9fafb;
  border-radius: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-works-details {
    position: static;
  }
}
.p-works-details__title {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
.p-works-details__list {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.p-works-details__item:not(:last-of-type) {
  border-bottom: 1px solid #eee;
  padding-bottom: 1rem;
}
.p-works-details__item dt {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 1.3rem;
  font-weight: 500;
  color: #4b5563;
  margin-bottom: 0.6rem;
}
.p-works-details__item dt i {
  font-size: 1.6rem;
  color: #059669;
}
.p-works-details__item dd {
  font-size: 1.6rem;
  font-weight: 500;
  color: #111827;
  padding-left: 2.2rem;
  margin-left: 0;
  padding-left: 0;
}
.p-works-details__item:first-of-type dd {
  color: #059669;
}

.p-works-related {
  margin-top: 8rem;
  padding-top: 3rem;
  border-top: 1px solid #e5e7eb;
}
@media screen and (max-width: 479px) {
  .p-works-related {
    margin-top: 6rem;
    padding-top: rem;
  }
}
.p-works-related__title {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 3rem;
}
@media screen and (max-width: 479px) {
  .p-works-related__title {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
.p-works-related__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .p-works-related__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 479px) {
  .p-works-related__grid {
    grid-template-columns: 1fr;
    gap: 2.4rem;
  }
}

.p-works-products-slider {
  position: relative;
  overflow: hidden;
}
.p-works-products-slider .swiper {
  overflow: hidden;
}
.p-works-products-slider .swiper-slide {
  height: auto;
}
.p-works-products-slider .swiper-button-prev,
.p-works-products-slider .swiper-button-next {
  color: #059669;
  background: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.p-works-products-slider .swiper-button-prev::after,
.p-works-products-slider .swiper-button-next::after {
  font-size: 20px;
}
.p-works-products-slider .swiper-button-prev:hover,
.p-works-products-slider .swiper-button-next:hover {
  background: #059669;
  color: #fff;
}
.p-works-products-slider .swiper-button-prev {
  left: 1.4rem;
}
@media screen and (max-width: 479px) {
  .p-works-products-slider .swiper-button-prev {
    left: 0.5rem;
  }
}
.p-works-products-slider .swiper-button-next {
  right: 1.4rem;
}
@media screen and (max-width: 479px) {
  .p-works-products-slider .swiper-button-next {
    right: 0.5rem;
  }
}
.p-works-products-slider .swiper-pagination {
  position: absolute;
  bottom: 2rem;
  left: 0;
  right: 0;
  z-index: 10;
}
.p-works-products-slider .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #d1d5db;
  opacity: 1;
  border-radius: 30px;
  transition: all 0.3s;
}
.p-works-products-slider .swiper-pagination-bullet-active {
  width: 24px;
  background: #059669;
}

.p-sustainability__lead {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 8rem;
}
@media screen and (max-width: 479px) {
  .p-sustainability__lead {
    margin-bottom: 5rem;
  }
}
.p-sustainability__lead-title {
  font-size: 2.2rem;
  font-weight: 500;
  color: #1a1a1a;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 479px) {
  .p-sustainability__lead-title {
    font-size: 1.8rem;
  }
}
.p-sustainability__lead-text {
  font-size: 1.4rem;
  line-height: 2;
  color: #555;
  text-align: left;
}
.p-sustainability__sections {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10rem;
  margin-bottom: 15rem;
}
@media screen and (max-width: 479px) {
  .p-sustainability__sections {
    gap: 5rem;
    margin-bottom: 5rem;
  }
}
.p-sustainability__item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: start;
}
@media screen and (max-width: 479px) {
  .p-sustainability__item {
    grid-template-columns: 1fr;
    gap: 2.4rem;
  }
}
.p-sustainability__item--reverse .p-sustainability__item-image {
  order: 2;
}
@media screen and (max-width: 479px) {
  .p-sustainability__item--reverse .p-sustainability__item-image {
    order: -1;
  }
}
.p-sustainability__item--reverse .p-sustainability__item-body {
  order: 1;
}
.p-sustainability__item-image {
  aspect-ratio: 4/3;
  overflow: hidden;
  border-radius: 1.5rem;
}
.p-sustainability__item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.p-sustainability__item-body {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.p-sustainability__item-title {
  font-size: 2rem;
  font-weight: 500;
  color: #1a1a1a;
  line-height: 1.5;
  margin-bottom: 2rem;
}
@media screen and (max-width: 479px) {
  .p-sustainability__item-title {
    font-size: 1.8rem;
  }
}
.p-sustainability__item-text {
  font-size: 1.4rem;
  line-height: 2;
  color: #555;
  margin-bottom: 2rem;
}
.p-sustainability__btn {
  margin-top: auto;
  align-self: flex-end;
}

.p-sustainability-child__body {
  max-width: 1060px;
  margin: 0 auto 8rem;
}
@media screen and (max-width: 479px) {
  .p-sustainability-child__body {
    margin-bottom: 5rem;
  }
}
.p-sustainability-child__content p {
  font-size: 1.4rem;
  line-height: 2;
  color: #555;
  margin-bottom: 2rem;
}
.p-sustainability-child__content p:last-child {
  margin-bottom: 0;
}
.p-sustainability-child__section {
  margin: 0 auto 6rem;
  padding: 2rem 3rem;
}
@media screen and (max-width: 479px) {
  .p-sustainability-child__section {
    margin-bottom: 0;
    padding-inline: 0;
  }
}
.p-sustainability-child__section:last-child {
  margin-bottom: 0;
}
.p-sustainability-child__image {
  aspect-ratio: 16/7;
  overflow: hidden;
  border-radius: 1.5rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 479px) {
  .p-sustainability-child__image {
    aspect-ratio: 4/3;
    margin-bottom: 2rem;
  }
}
.p-sustainability-child__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.p-sustainability-child__title {
  font-size: 2rem;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.5;
  margin-bottom: 2rem;
}
@media screen and (max-width: 479px) {
  .p-sustainability-child__title {
    font-size: 1.8rem;
  }
}
.p-sustainability-child__text p {
  font-size: 1.4rem;
  line-height: 2;
  color: #555;
  margin-bottom: 1.6rem;
}
.p-sustainability-child__text p:last-child {
  margin-bottom: 0;
}
.p-sustainability-child__related {
  margin-bottom: 15rem;
}
@media screen and (max-width: 479px) {
  .p-sustainability-child__related {
    margin-bottom: 5rem;
  }
}
.p-sustainability-child__related-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 479px) {
  .p-sustainability-child__related-list {
    grid-template-columns: 1fr;
    gap: 4rem;
  }
}
.p-sustainability-child__related-link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.p-sustainability-child__related-link:hover .p-sustainability-child__related-image img {
  transform: scale(1.05);
}
.p-sustainability-child__related-image {
  aspect-ratio: 4/3;
  overflow: hidden;
  border-radius: 1.5rem;
  margin-bottom: 1.2rem;
}
.p-sustainability-child__related-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.p-sustainability-child__related-text {
  font-size: 1.3rem;
  line-height: 1.8;
  color: #555;
  margin-bottom: 1.2rem;
}
.p-sustainability-child__related-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
}

.p-category__lead {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 8rem;
}
@media screen and (max-width: 479px) {
  .p-category__lead {
    margin-bottom: 5rem;
  }
}
.p-category__lead-title {
  font-size: 2.2rem;
  font-weight: 500;
  color: #1a1a1a;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 479px) {
  .p-category__lead-title {
    font-size: 1.8rem;
  }
}
.p-category__lead-text {
  font-size: 1.4rem;
  line-height: 2;
  color: #555;
  text-align: left;
}
.p-category__sections {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10rem;
  margin-bottom: 15rem;
}
@media screen and (max-width: 479px) {
  .p-category__sections {
    gap: 5rem;
    margin-bottom: 5rem;
  }
}
.p-category__item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: start;
}
@media screen and (max-width: 479px) {
  .p-category__item {
    grid-template-columns: 1fr;
    gap: 2.4rem;
  }
}
.p-category__item--reverse .p-category__item-image {
  order: 2;
}
@media screen and (max-width: 479px) {
  .p-category__item--reverse .p-category__item-image {
    order: -1;
  }
}
.p-category__item--reverse .p-category__item-body {
  order: 1;
}
.p-category__item-image {
  aspect-ratio: 4/3;
  overflow: hidden;
  border-radius: 1.5rem;
}
.p-category__item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.p-category__item-body {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.p-category__item-title {
  font-size: 2rem;
  font-weight: 500;
  color: #1a1a1a;
  line-height: 1.5;
  margin-bottom: 2rem;
}
@media screen and (max-width: 479px) {
  .p-category__item-title {
    font-size: 1.8rem;
  }
}
.p-category__item-text {
  font-size: 1.4rem;
  line-height: 2;
  color: #555;
  margin-bottom: 2rem;
}
.p-category__btn {
  margin-top: auto;
  align-self: flex-end;
}

.p-category-child {
  overflow-x: hidden;
}
.p-category-child__body {
  max-width: 1060px;
  margin: 0 auto 8rem;
}
@media screen and (max-width: 479px) {
  .p-category-child__body {
    margin-bottom: 5rem;
  }
}
.p-category-child__content p {
  font-size: 1.4rem;
  line-height: 2;
  color: #555;
  margin-bottom: 2rem;
}
.p-category-child__content p:last-child {
  margin-bottom: 0;
}
.p-category-child__section {
  margin: 0 auto 6rem;
  padding: 2rem 3rem;
}
@media screen and (max-width: 479px) {
  .p-category-child__section {
    margin-bottom: 0;
    padding-inline: 0;
  }
}
.p-category-child__section:last-child {
  margin-bottom: 0;
}
.p-category-child__image {
  aspect-ratio: 16/7;
  overflow: hidden;
  border-radius: 1.5rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 479px) {
  .p-category-child__image {
    aspect-ratio: 4/3;
    margin-bottom: 2rem;
  }
}
.p-category-child__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.p-category-child__title {
  font-size: 2rem;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.5;
  margin-bottom: 2rem;
}
@media screen and (max-width: 479px) {
  .p-category-child__title {
    font-size: 1.8rem;
  }
}
.p-category-child__text p {
  font-size: 1.4rem;
  line-height: 2;
  color: #555;
  margin-bottom: 1.6rem;
}
.p-category-child__text p:last-child {
  margin-bottom: 0;
}
.p-category-child__related {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  margin-bottom: 10rem;
}
@media screen and (max-width: 479px) {
  .p-category-child__related {
    margin-bottom: 5rem;
  }
}
.p-category-child__related-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.p-category-child__related-link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.p-category-child__related-link:hover .p-category-child__related-image img {
  transform: scale(1.05);
}
.p-category-child__related-image {
  aspect-ratio: 4/3;
  overflow: hidden;
  border-radius: 1.5rem;
  margin-bottom: 1.2rem;
}
.p-category-child__related-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.p-category-child__related-image img.contain {
  object-fit: contain;
}
.p-category-child__related-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  color: #555;
  margin-bottom: 1.2rem;
}
.p-category-child__related-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
}

.js-product-swiper,
.js-works-swiper {
  overflow: visible;
}

.p-category-related__nav {
  display: flex;
  gap: 10px;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .p-category-related__nav {
    margin-top: 16px;
  }
}
.p-category-related__prev, .p-category-related__next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid var(--color-primary);
  background: transparent;
  cursor: pointer;
  font-size: max(14px, 1.25vw); /* 18px */
  transition: 300ms;
  color: var(--color-primary);
}
@media (hover: hover) and (pointer: fine) {
  .p-category-related__prev:hover, .p-category-related__next:hover {
    background: var(--color-primary);
    color: #fff;
  }
}
.p-category-related__prev.swiper-button-disabled, .p-category-related__next.swiper-button-disabled {
  opacity: 0.3;
  pointer-events: none;
}
.p-category-related__prev.is-hidden, .p-category-related__next.is-hidden {
  display: none;
}

.p-contact .l-main__container {
  max-width: 800px;
  margin: 0 auto;
  padding: 3rem 2.4rem 10rem;
}
@media screen and (max-width: 479px) {
  .p-contact .l-main__container {
    padding: 2rem 0 6rem;
  }
}
.p-contact .wpcf7-form dl {
  display: flex;
  gap: 2rem;
  margin-bottom: 1.4rem;
}
@media screen and (max-width: 479px) {
  .p-contact .wpcf7-form dl {
    flex-direction: column;
    gap: 0;
    margin-bottom: 2rem;
  }
}
.p-contact .wpcf7-form dl dt {
  width: 20rem;
  flex-shrink: 0;
  padding-top: 1rem;
}
@media screen and (max-width: 479px) {
  .p-contact .wpcf7-form dl dt {
    width: 100%;
    padding-top: 0;
  }
}
.p-contact .wpcf7-form dl dt p {
  font-size: 1.4rem;
  font-weight: 500;
  color: #1a1a1a;
}
.p-contact .wpcf7-form dl dt p small {
  display: inline-block;
  color: #e33;
  font-size: 1.1rem;
  font-style: normal;
  margin-right: 0.1rem;
  vertical-align: middle;
}
.p-contact .wpcf7-form dl dd {
  flex: 1;
}
@media screen and (max-width: 479px) {
  .p-contact .wpcf7-form dl dd {
    margin-left: 0;
  }
}
.p-contact .wpcf7-form dl dd p {
  font-size: 1.4rem;
  color: #444;
}
@media screen and (max-width: 479px) {
  .p-contact .wpcf7-form dl dd p {
    margin: 0;
  }
}
.p-contact .wpcf7-form input[type=text],
.p-contact .wpcf7-form input[type=email],
.p-contact .wpcf7-form input[type=tel] {
  width: 100%;
  padding: 1rem 1.2rem;
  font-size: 1.4rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fafafa;
  transition: border-color 0.2s;
}
.p-contact .wpcf7-form input[type=text]:focus,
.p-contact .wpcf7-form input[type=email]:focus,
.p-contact .wpcf7-form input[type=tel]:focus {
  outline: none;
  border-color: #2e7d32;
  background: #fff;
}
.p-contact .wpcf7-form input[type=text]::placeholder,
.p-contact .wpcf7-form input[type=email]::placeholder,
.p-contact .wpcf7-form input[type=tel]::placeholder {
  color: #bbb;
}
.p-contact .wpcf7-form select {
  width: 100%;
  padding: 1rem 1.2rem;
  font-size: 1.4rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fafafa;
  appearance: none;
  cursor: pointer;
  transition: border-color 0.2s;
}
.p-contact .wpcf7-form select:focus {
  outline: none;
  border-color: #2e7d32;
  background: #fff;
}
.p-contact .wpcf7-form textarea {
  width: 100%;
  padding: 1rem 1.2rem;
  font-size: 1.4rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fafafa;
  resize: vertical;
  min-height: 16rem;
  transition: border-color 0.2s;
}
.p-contact .wpcf7-form textarea:focus {
  outline: none;
  border-color: #2e7d32;
  background: #fff;
}
.p-contact .wpcf7-form textarea::placeholder {
  color: #bbb;
}
.p-contact .wpcf7-form .wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 1.2rem;
  padding-top: 0.8rem;
}
.p-contact .wpcf7-form .wpcf7-checkbox .wpcf7-list-item {
  margin: 0;
}
.p-contact .wpcf7-form .wpcf7-checkbox .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  cursor: pointer;
  font-size: 1.4rem;
  color: #444;
}
.p-contact .wpcf7-form .wpcf7-checkbox .wpcf7-list-item label input[type=checkbox] {
  width: 1.6rem;
  height: 1.6rem;
  accent-color: #2e7d32;
  cursor: pointer;
}
.p-contact .wpcf7-form .recaptcha {
  margin: 3rem auto 6rem;
  display: block;
  text-align: center;
  width: max-content;
}
.p-contact .wpcf7-form input[type=submit] {
  display: block;
  width: 100%;
  max-width: 32rem;
  margin: 0 auto;
  padding: 1.4rem 2rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  background: #2e7d32;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.2s;
}
.p-contact .wpcf7-form input[type=submit]:hover {
  background: #1b5e20;
}
.p-contact .wpcf7-form .wpcf7-not-valid-tip {
  font-size: 1.2rem;
  color: #d32f2f;
  margin-top: 0.4rem;
}
.p-contact .wpcf7-form .wpcf7-response-output {
  margin-top: 2rem;
  padding: 1rem 1.4rem;
  font-size: 1.3rem;
  border-radius: 4px;
  border: 1px solid #ccc;
}
.p-contact__body {
  max-width: 800px;
  margin: 0 auto;
  padding: 3rem 2.4rem 10rem;
  text-align: center;
}
@media screen and (max-width: 479px) {
  .p-contact__body {
    padding: 2rem 0 6rem;
  }
}
.p-contact__text {
  font-size: 1.5rem;
  color: #555;
  line-height: 1.8;
  margin-bottom: 4rem;
}

.p-terms__body {
  max-width: 800px;
  margin: 0 auto;
  padding: 3rem 2.4rem 10rem;
}
@media screen and (max-width: 479px) {
  .p-terms__body {
    padding: 2rem 0;
  }
}
.p-terms__heading {
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 1.2rem;
  color: #1a1a1a;
}
.p-terms__date {
  font-size: 1.3rem;
  color: #888;
  margin-bottom: 4rem;
}
.p-terms__intro {
  margin-bottom: 4.8rem;
  color: #555;
}
.p-terms__section {
  margin-bottom: 4rem;
}
.p-terms__section-title {
  font-size: 1.7rem;
  font-weight: 700;
  border-left: 4px solid #2e7d32;
  padding-left: 1.2rem;
  margin-bottom: 1.4rem;
  color: #1a1a1a;
}
.p-terms__section p {
  margin-bottom: 1.2rem;
  color: #444;
}
.p-terms__section ol, .p-terms__section ul {
  padding-left: 2rem;
  margin-top: 0.8rem;
}
.p-terms__section li {
  margin-bottom: 0.6rem;
  color: #444;
}
.p-terms__footer {
  margin-top: 6rem;
  text-align: right;
  font-size: 1.3rem;
  color: #888;
  padding-top: 2rem;
}

.p-privacy__body {
  max-width: 800px;
  margin: 0 auto;
  padding: 3rem 2.4rem 10rem;
}
@media screen and (max-width: 479px) {
  .p-privacy__body {
    padding: 2rem 0;
  }
}
.p-privacy__intro {
  margin-bottom: 4.8rem;
  color: #555;
}
.p-privacy__section {
  margin-bottom: 4rem;
}
.p-privacy__section-title {
  font-size: 1.7rem;
  font-weight: 700;
  border-left: 4px solid #2e7d32;
  padding-left: 1.2rem;
  margin-bottom: 1.4rem;
  color: #1a1a1a;
}
.p-privacy__section p {
  margin-bottom: 1.2rem;
  color: #444;
}
.p-privacy__section ol, .p-privacy__section ul {
  padding-left: 2rem;
  margin-top: 0.8rem;
}
.p-privacy__section li {
  margin-bottom: 0.6rem;
  color: #444;
}
.p-privacy__section ol ol {
  margin-top: 0.6rem;
  margin-bottom: 0.6rem;
}
.p-privacy__contact {
  margin-top: 0.8rem;
  line-height: 2;
  color: #444;
}
.p-privacy__contact a {
  color: #2e7d32;
  text-decoration: underline;
}
.p-privacy__footer {
  margin-top: 6rem;
  text-align: right;
  font-size: 1.3rem;
  color: #888;
  padding-top: 2rem;
}

.p-404__body {
  max-width: 800px;
  margin: 0 auto;
  padding: 3rem 2.4rem 10rem;
  text-align: center;
}
@media screen and (max-width: 479px) {
  .p-404__body {
    padding: 2rem 0 6rem;
  }
}
.p-404__code {
  font-size: 12rem;
  font-weight: 700;
  color: #2e7d32;
  line-height: 1;
  margin-bottom: 2.4rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 479px) {
  .p-404__code {
    font-size: 8rem;
  }
}
.p-404__text {
  font-size: 1.5rem;
  color: #555;
  line-height: 1.8;
  margin-bottom: 4rem;
}

/* Utility
   ----------------------------------------------------------------- */
@media screen and (max-width: -1px) {
  .u-hidden-xs {
    display: none;
  }
}
@media screen and (max-width: 479px) {
  .u-hidden-sm {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .u-hidden-md {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .u-hidden-lg {
    display: none;
  }
}
@media screen and (max-width: 1279px) {
  .u-hidden-xl {
    display: none;
  }
}
@media screen and (min-width: 0px) {
  .u-visible-xs {
    display: none;
  }
}
@media screen and (min-width: 480px) {
  .u-visible-sm {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .u-visible-md {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .u-visible-lg {
    display: none;
  }
}
@media screen and (min-width: 1280px) {
  .u-visible-xl {
    display: none;
  }
}
.u-mt-0 {
  margin-top: 0px;
}

.u-mr-0 {
  margin-right: 0px;
}

.u-mb-0 {
  margin-bottom: 0px;
}

.u-ml-0 {
  margin-left: 0px;
}

.u-mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.u-my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.u-m-0 {
  margin: 0px;
}

.u-mt-5 {
  margin-top: 5px;
}

.u-mr-5 {
  margin-right: 5px;
}

.u-mb-5 {
  margin-bottom: 5px;
}

.u-ml-5 {
  margin-left: 5px;
}

.u-mx-5 {
  margin-left: 5px;
  margin-right: 5px;
}

.u-my-5 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.u-m-5 {
  margin: 5px;
}

.u-mt-10 {
  margin-top: 10px;
}

.u-mr-10 {
  margin-right: 10px;
}

.u-mb-10 {
  margin-bottom: 10px;
}

.u-ml-10 {
  margin-left: 10px;
}

.u-mx-10 {
  margin-left: 10px;
  margin-right: 10px;
}

.u-my-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.u-m-10 {
  margin: 10px;
}

.u-mt-15 {
  margin-top: 15px;
}

.u-mr-15 {
  margin-right: 15px;
}

.u-mb-15 {
  margin-bottom: 15px;
}

.u-ml-15 {
  margin-left: 15px;
}

.u-mx-15 {
  margin-left: 15px;
  margin-right: 15px;
}

.u-my-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.u-m-15 {
  margin: 15px;
}

.u-mt-20 {
  margin-top: 20px;
}

.u-mr-20 {
  margin-right: 20px;
}

.u-mb-20 {
  margin-bottom: 20px;
}

.u-ml-20 {
  margin-left: 20px;
}

.u-mx-20 {
  margin-left: 20px;
  margin-right: 20px;
}

.u-my-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.u-m-20 {
  margin: 20px;
}

.u-mt-25 {
  margin-top: 25px;
}

.u-mr-25 {
  margin-right: 25px;
}

.u-mb-25 {
  margin-bottom: 25px;
}

.u-ml-25 {
  margin-left: 25px;
}

.u-mx-25 {
  margin-left: 25px;
  margin-right: 25px;
}

.u-my-25 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.u-m-25 {
  margin: 25px;
}

.u-mt-30 {
  margin-top: 30px;
}

.u-mr-30 {
  margin-right: 30px;
}

.u-mb-30 {
  margin-bottom: 30px;
}

.u-ml-30 {
  margin-left: 30px;
}

.u-mx-30 {
  margin-left: 30px;
  margin-right: 30px;
}

.u-my-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.u-m-30 {
  margin: 30px;
}

.u-mt-35 {
  margin-top: 35px;
}

.u-mr-35 {
  margin-right: 35px;
}

.u-mb-35 {
  margin-bottom: 35px;
}

.u-ml-35 {
  margin-left: 35px;
}

.u-mx-35 {
  margin-left: 35px;
  margin-right: 35px;
}

.u-my-35 {
  margin-top: 35px;
  margin-bottom: 35px;
}

.u-m-35 {
  margin: 35px;
}

.u-mt-40 {
  margin-top: 40px;
}

.u-mr-40 {
  margin-right: 40px;
}

.u-mb-40 {
  margin-bottom: 40px;
}

.u-ml-40 {
  margin-left: 40px;
}

.u-mx-40 {
  margin-left: 40px;
  margin-right: 40px;
}

.u-my-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.u-m-40 {
  margin: 40px;
}

.u-mt-45 {
  margin-top: 45px;
}

.u-mr-45 {
  margin-right: 45px;
}

.u-mb-45 {
  margin-bottom: 45px;
}

.u-ml-45 {
  margin-left: 45px;
}

.u-mx-45 {
  margin-left: 45px;
  margin-right: 45px;
}

.u-my-45 {
  margin-top: 45px;
  margin-bottom: 45px;
}

.u-m-45 {
  margin: 45px;
}

.u-mt-50 {
  margin-top: 50px;
}

.u-mr-50 {
  margin-right: 50px;
}

.u-mb-50 {
  margin-bottom: 50px;
}

.u-ml-50 {
  margin-left: 50px;
}

.u-mx-50 {
  margin-left: 50px;
  margin-right: 50px;
}

.u-my-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.u-m-50 {
  margin: 50px;
}

.u-mt-55 {
  margin-top: 55px;
}

.u-mr-55 {
  margin-right: 55px;
}

.u-mb-55 {
  margin-bottom: 55px;
}

.u-ml-55 {
  margin-left: 55px;
}

.u-mx-55 {
  margin-left: 55px;
  margin-right: 55px;
}

.u-my-55 {
  margin-top: 55px;
  margin-bottom: 55px;
}

.u-m-55 {
  margin: 55px;
}

.u-mt-60 {
  margin-top: 60px;
}

.u-mr-60 {
  margin-right: 60px;
}

.u-mb-60 {
  margin-bottom: 60px;
}

.u-ml-60 {
  margin-left: 60px;
}

.u-mx-60 {
  margin-left: 60px;
  margin-right: 60px;
}

.u-my-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.u-m-60 {
  margin: 60px;
}

.u-mt-65 {
  margin-top: 65px;
}

.u-mr-65 {
  margin-right: 65px;
}

.u-mb-65 {
  margin-bottom: 65px;
}

.u-ml-65 {
  margin-left: 65px;
}

.u-mx-65 {
  margin-left: 65px;
  margin-right: 65px;
}

.u-my-65 {
  margin-top: 65px;
  margin-bottom: 65px;
}

.u-m-65 {
  margin: 65px;
}

.u-mt-70 {
  margin-top: 70px;
}

.u-mr-70 {
  margin-right: 70px;
}

.u-mb-70 {
  margin-bottom: 70px;
}

.u-ml-70 {
  margin-left: 70px;
}

.u-mx-70 {
  margin-left: 70px;
  margin-right: 70px;
}

.u-my-70 {
  margin-top: 70px;
  margin-bottom: 70px;
}

.u-m-70 {
  margin: 70px;
}

.u-mt-75 {
  margin-top: 75px;
}

.u-mr-75 {
  margin-right: 75px;
}

.u-mb-75 {
  margin-bottom: 75px;
}

.u-ml-75 {
  margin-left: 75px;
}

.u-mx-75 {
  margin-left: 75px;
  margin-right: 75px;
}

.u-my-75 {
  margin-top: 75px;
  margin-bottom: 75px;
}

.u-m-75 {
  margin: 75px;
}

.u-mt-80 {
  margin-top: 80px;
}

.u-mr-80 {
  margin-right: 80px;
}

.u-mb-80 {
  margin-bottom: 80px;
}

.u-ml-80 {
  margin-left: 80px;
}

.u-mx-80 {
  margin-left: 80px;
  margin-right: 80px;
}

.u-my-80 {
  margin-top: 80px;
  margin-bottom: 80px;
}

.u-m-80 {
  margin: 80px;
}

.u-mt-85 {
  margin-top: 85px;
}

.u-mr-85 {
  margin-right: 85px;
}

.u-mb-85 {
  margin-bottom: 85px;
}

.u-ml-85 {
  margin-left: 85px;
}

.u-mx-85 {
  margin-left: 85px;
  margin-right: 85px;
}

.u-my-85 {
  margin-top: 85px;
  margin-bottom: 85px;
}

.u-m-85 {
  margin: 85px;
}

.u-mt-90 {
  margin-top: 90px;
}

.u-mr-90 {
  margin-right: 90px;
}

.u-mb-90 {
  margin-bottom: 90px;
}

.u-ml-90 {
  margin-left: 90px;
}

.u-mx-90 {
  margin-left: 90px;
  margin-right: 90px;
}

.u-my-90 {
  margin-top: 90px;
  margin-bottom: 90px;
}

.u-m-90 {
  margin: 90px;
}

.u-mt-95 {
  margin-top: 95px;
}

.u-mr-95 {
  margin-right: 95px;
}

.u-mb-95 {
  margin-bottom: 95px;
}

.u-ml-95 {
  margin-left: 95px;
}

.u-mx-95 {
  margin-left: 95px;
  margin-right: 95px;
}

.u-my-95 {
  margin-top: 95px;
  margin-bottom: 95px;
}

.u-m-95 {
  margin: 95px;
}

.u-mt-100 {
  margin-top: 100px;
}

.u-mr-100 {
  margin-right: 100px;
}

.u-mb-100 {
  margin-bottom: 100px;
}

.u-ml-100 {
  margin-left: 100px;
}

.u-mx-100 {
  margin-left: 100px;
  margin-right: 100px;
}

.u-my-100 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.u-m-100 {
  margin: 100px;
}

@media screen and (max-width: 767px) {
  .u-mt-md-0 {
    margin-top: 0px;
  }
  .u-mr-md-0 {
    margin-right: 0px;
  }
  .u-mb-md-0 {
    margin-bottom: 0px;
  }
  .u-ml-md-0 {
    margin-left: 0px;
  }
  .u-mx-md-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .u-my-md-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .u-m-md-0 {
    margin: 0px;
  }
  .u-mt-md-5 {
    margin-top: 5px;
  }
  .u-mr-md-5 {
    margin-right: 5px;
  }
  .u-mb-md-5 {
    margin-bottom: 5px;
  }
  .u-ml-md-5 {
    margin-left: 5px;
  }
  .u-mx-md-5 {
    margin-left: 5px;
    margin-right: 5px;
  }
  .u-my-md-5 {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .u-m-md-5 {
    margin: 5px;
  }
  .u-mt-md-10 {
    margin-top: 10px;
  }
  .u-mr-md-10 {
    margin-right: 10px;
  }
  .u-mb-md-10 {
    margin-bottom: 10px;
  }
  .u-ml-md-10 {
    margin-left: 10px;
  }
  .u-mx-md-10 {
    margin-left: 10px;
    margin-right: 10px;
  }
  .u-my-md-10 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .u-m-md-10 {
    margin: 10px;
  }
  .u-mt-md-15 {
    margin-top: 15px;
  }
  .u-mr-md-15 {
    margin-right: 15px;
  }
  .u-mb-md-15 {
    margin-bottom: 15px;
  }
  .u-ml-md-15 {
    margin-left: 15px;
  }
  .u-mx-md-15 {
    margin-left: 15px;
    margin-right: 15px;
  }
  .u-my-md-15 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .u-m-md-15 {
    margin: 15px;
  }
  .u-mt-md-20 {
    margin-top: 20px;
  }
  .u-mr-md-20 {
    margin-right: 20px;
  }
  .u-mb-md-20 {
    margin-bottom: 20px;
  }
  .u-ml-md-20 {
    margin-left: 20px;
  }
  .u-mx-md-20 {
    margin-left: 20px;
    margin-right: 20px;
  }
  .u-my-md-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .u-m-md-20 {
    margin: 20px;
  }
  .u-mt-md-25 {
    margin-top: 25px;
  }
  .u-mr-md-25 {
    margin-right: 25px;
  }
  .u-mb-md-25 {
    margin-bottom: 25px;
  }
  .u-ml-md-25 {
    margin-left: 25px;
  }
  .u-mx-md-25 {
    margin-left: 25px;
    margin-right: 25px;
  }
  .u-my-md-25 {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .u-m-md-25 {
    margin: 25px;
  }
  .u-mt-md-30 {
    margin-top: 30px;
  }
  .u-mr-md-30 {
    margin-right: 30px;
  }
  .u-mb-md-30 {
    margin-bottom: 30px;
  }
  .u-ml-md-30 {
    margin-left: 30px;
  }
  .u-mx-md-30 {
    margin-left: 30px;
    margin-right: 30px;
  }
  .u-my-md-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .u-m-md-30 {
    margin: 30px;
  }
  .u-mt-md-35 {
    margin-top: 35px;
  }
  .u-mr-md-35 {
    margin-right: 35px;
  }
  .u-mb-md-35 {
    margin-bottom: 35px;
  }
  .u-ml-md-35 {
    margin-left: 35px;
  }
  .u-mx-md-35 {
    margin-left: 35px;
    margin-right: 35px;
  }
  .u-my-md-35 {
    margin-top: 35px;
    margin-bottom: 35px;
  }
  .u-m-md-35 {
    margin: 35px;
  }
  .u-mt-md-40 {
    margin-top: 40px;
  }
  .u-mr-md-40 {
    margin-right: 40px;
  }
  .u-mb-md-40 {
    margin-bottom: 40px;
  }
  .u-ml-md-40 {
    margin-left: 40px;
  }
  .u-mx-md-40 {
    margin-left: 40px;
    margin-right: 40px;
  }
  .u-my-md-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .u-m-md-40 {
    margin: 40px;
  }
  .u-mt-md-45 {
    margin-top: 45px;
  }
  .u-mr-md-45 {
    margin-right: 45px;
  }
  .u-mb-md-45 {
    margin-bottom: 45px;
  }
  .u-ml-md-45 {
    margin-left: 45px;
  }
  .u-mx-md-45 {
    margin-left: 45px;
    margin-right: 45px;
  }
  .u-my-md-45 {
    margin-top: 45px;
    margin-bottom: 45px;
  }
  .u-m-md-45 {
    margin: 45px;
  }
  .u-mt-md-50 {
    margin-top: 50px;
  }
  .u-mr-md-50 {
    margin-right: 50px;
  }
  .u-mb-md-50 {
    margin-bottom: 50px;
  }
  .u-ml-md-50 {
    margin-left: 50px;
  }
  .u-mx-md-50 {
    margin-left: 50px;
    margin-right: 50px;
  }
  .u-my-md-50 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .u-m-md-50 {
    margin: 50px;
  }
  .u-mt-md-55 {
    margin-top: 55px;
  }
  .u-mr-md-55 {
    margin-right: 55px;
  }
  .u-mb-md-55 {
    margin-bottom: 55px;
  }
  .u-ml-md-55 {
    margin-left: 55px;
  }
  .u-mx-md-55 {
    margin-left: 55px;
    margin-right: 55px;
  }
  .u-my-md-55 {
    margin-top: 55px;
    margin-bottom: 55px;
  }
  .u-m-md-55 {
    margin: 55px;
  }
  .u-mt-md-60 {
    margin-top: 60px;
  }
  .u-mr-md-60 {
    margin-right: 60px;
  }
  .u-mb-md-60 {
    margin-bottom: 60px;
  }
  .u-ml-md-60 {
    margin-left: 60px;
  }
  .u-mx-md-60 {
    margin-left: 60px;
    margin-right: 60px;
  }
  .u-my-md-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .u-m-md-60 {
    margin: 60px;
  }
  .u-mt-md-65 {
    margin-top: 65px;
  }
  .u-mr-md-65 {
    margin-right: 65px;
  }
  .u-mb-md-65 {
    margin-bottom: 65px;
  }
  .u-ml-md-65 {
    margin-left: 65px;
  }
  .u-mx-md-65 {
    margin-left: 65px;
    margin-right: 65px;
  }
  .u-my-md-65 {
    margin-top: 65px;
    margin-bottom: 65px;
  }
  .u-m-md-65 {
    margin: 65px;
  }
  .u-mt-md-70 {
    margin-top: 70px;
  }
  .u-mr-md-70 {
    margin-right: 70px;
  }
  .u-mb-md-70 {
    margin-bottom: 70px;
  }
  .u-ml-md-70 {
    margin-left: 70px;
  }
  .u-mx-md-70 {
    margin-left: 70px;
    margin-right: 70px;
  }
  .u-my-md-70 {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .u-m-md-70 {
    margin: 70px;
  }
  .u-mt-md-75 {
    margin-top: 75px;
  }
  .u-mr-md-75 {
    margin-right: 75px;
  }
  .u-mb-md-75 {
    margin-bottom: 75px;
  }
  .u-ml-md-75 {
    margin-left: 75px;
  }
  .u-mx-md-75 {
    margin-left: 75px;
    margin-right: 75px;
  }
  .u-my-md-75 {
    margin-top: 75px;
    margin-bottom: 75px;
  }
  .u-m-md-75 {
    margin: 75px;
  }
  .u-mt-md-80 {
    margin-top: 80px;
  }
  .u-mr-md-80 {
    margin-right: 80px;
  }
  .u-mb-md-80 {
    margin-bottom: 80px;
  }
  .u-ml-md-80 {
    margin-left: 80px;
  }
  .u-mx-md-80 {
    margin-left: 80px;
    margin-right: 80px;
  }
  .u-my-md-80 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .u-m-md-80 {
    margin: 80px;
  }
  .u-mt-md-85 {
    margin-top: 85px;
  }
  .u-mr-md-85 {
    margin-right: 85px;
  }
  .u-mb-md-85 {
    margin-bottom: 85px;
  }
  .u-ml-md-85 {
    margin-left: 85px;
  }
  .u-mx-md-85 {
    margin-left: 85px;
    margin-right: 85px;
  }
  .u-my-md-85 {
    margin-top: 85px;
    margin-bottom: 85px;
  }
  .u-m-md-85 {
    margin: 85px;
  }
  .u-mt-md-90 {
    margin-top: 90px;
  }
  .u-mr-md-90 {
    margin-right: 90px;
  }
  .u-mb-md-90 {
    margin-bottom: 90px;
  }
  .u-ml-md-90 {
    margin-left: 90px;
  }
  .u-mx-md-90 {
    margin-left: 90px;
    margin-right: 90px;
  }
  .u-my-md-90 {
    margin-top: 90px;
    margin-bottom: 90px;
  }
  .u-m-md-90 {
    margin: 90px;
  }
  .u-mt-md-95 {
    margin-top: 95px;
  }
  .u-mr-md-95 {
    margin-right: 95px;
  }
  .u-mb-md-95 {
    margin-bottom: 95px;
  }
  .u-ml-md-95 {
    margin-left: 95px;
  }
  .u-mx-md-95 {
    margin-left: 95px;
    margin-right: 95px;
  }
  .u-my-md-95 {
    margin-top: 95px;
    margin-bottom: 95px;
  }
  .u-m-md-95 {
    margin: 95px;
  }
  .u-mt-md-100 {
    margin-top: 100px;
  }
  .u-mr-md-100 {
    margin-right: 100px;
  }
  .u-mb-md-100 {
    margin-bottom: 100px;
  }
  .u-ml-md-100 {
    margin-left: 100px;
  }
  .u-mx-md-100 {
    margin-left: 100px;
    margin-right: 100px;
  }
  .u-my-md-100 {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .u-m-md-100 {
    margin: 100px;
  }
}
[data-inview] {
  opacity: 0;
  transition: opacity 0.7s var(--base-transition), transform 0.7s var(--base-transition);
  transform: translate(0, 30px);
}
[data-inview].is-inview {
  opacity: 1;
  transform: translate(0, 0);
}

/*# sourceMappingURL=style.css.map */
