/*!*************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!../assets/scss/styles.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

:root {
  --color-base: #fff;
  --color-main: #f7f3eb;
  --color-sub: #c1b499;
  --color-accent: #1fa64d;
  --color-font: #222;
  --header-hight: 8rem;
  --font-satoshi: "Satoshi", "Noto Sans JP", sans-serif;
  --font-noto-sans: "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
  --font-yu-gothic: "Yu Gothic Medium", "Yu Gothic", "YuGothic", "游ゴシック体", "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  --font-size-10: max(10px, 1rem);
  --font-size-11: max(11px, 1.1rem);
  --font-size-12: max(12px, 1.2rem);
  --font-size-12-5: max(12.5px, 1.25rem);
  --font-size-13: max(13px, 1.3rem);
  --font-size-13-5: max(13.5px, 1.35rem);
  --font-size-14: max(14px, 1.4rem);
  --font-size-14-5: max(14.5px, 1.45rem);
  --font-size-15: max(15px, 1.5rem);
  --font-size-15-5: max(15.5px, 1.55rem);
  --font-size-16: max(16px, 1.6rem);
  --font-size-17: max(16.5px, 1.7rem);
  --font-size-18: max(17px, 1.8rem);
  --font-size-19: max(17.5px, 1.9rem);
  --font-size-20: max(18px, 2rem);
  --font-size-21: max(18.5px, 2.1rem);
  --font-size-22: max(19px, 2.2rem);
  --font-size-24: max(20px, 2.4rem);
  --font-size-26: max(21px, 2.6rem);
  --font-size-28: max(22px, 2.8rem);
  --font-size-30: max(23px, 3rem);
  --font-size-32: max(24px, 3.2rem);
  --font-size-34: max(25px, 3.4rem);
  --font-size-38: max(27px, 3.8rem);
  --font-size-40: max(28px, 4rem);
  --font-size-42: max(29px, 4.2rem);
  --font-size-44: max(30px, 4.4rem);
  --font-size-52: max(34px, 5.2rem);
  --font-size-60: max(38px, 6rem);
  --font-size-64: max(40px, 6.4rem);
  --font-size-84: max(50px, 8.4rem);
  --font-size-110: max(63px, 11rem);
  --font-size-120: max(68px, 12rem);
  --font-size-md: var(--font-size-20);
  --font-size-base: var(--font-size-16);
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  :root {
    --header-hight: 7rem;
    --font-size-md: 1.6rem;
    --font-size-base: 1.4rem;
  }
}

html {
  font-size: 62.5%;
}
@media (max-width: 768px) {
  html {
    font-size: calc(1000vw / 390);
  }
}
@media (min-width: 769px) and (max-width: 1440px) {
  html {
    font-size: calc(1000vw / 1440);
  }
}
@media (min-width: 1441px) {
  html {
    font-size: 62.5%;
  }
}
html {
  scroll-behavior: smooth;
}

body {
  -webkit-text-size-adjust: 100%;
  background-color: var(--color-base);
  color: var(--color-font);
  text-wrap: pretty;
  font-family: var(--font-noto-sans);
  font-size: var(--font-size-base);
  letter-spacing: 0.04em;
}
body.fixed {
  overflow: hidden;
}
body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100lvh;
  background-color: #fff;
  z-index: 9;
  opacity: 1;
  visibility: visible;
  pointer-events: none;
  transition: 1s ease;
}
body.is-loaded::before {
  opacity: 0;
  visibility: hidden;
}

main {
  overflow: clip;
  max-width: 192rem;
  margin-inline: auto;
}

@media screen and (min-width: 0px) {
  :focus-visible {
    outline: 2px solid var(--color-main);
    outline-offset: 4px;
  }
}

:target {
  scroll-margin-top: 10rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  :target {
    scroll-margin-top: 8rem;
  }
}

picture {
  display: block;
}

img,
video,
iframe {
  width: 100%;
  height: auto;
}

iframe {
  aspect-ratio: 16/9;
}

a,
button {
  transition: 0.2s ease;
}

.pc {
  display: block;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .pc {
    display: none;
  }
}

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

.js-animation {
  transition: opacity 1s ease, transform 1.2s ease;
}
.js-animation.up {
  opacity: 0;
  transform: translateY(2rem);
}
.js-animation.left {
  opacity: 0;
  transform: translateX(-3rem);
}
.js-animation.right {
  opacity: 0;
  transform: translateX(3rem);
}
.js-animation.is-active {
  opacity: 1;
  transform: translateY(0);
}

.js-animation-stagger [data-animation-delay] {
  z-index: 2;
  opacity: 0;
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.js-animation-stagger [data-animation-delay].up {
  transform: translateY(3rem);
}
.js-animation-stagger [data-animation-delay].bottom {
  transform: translateY(-3rem);
}
.js-animation-stagger [data-animation-delay].left {
  transform: translateX(-3rem);
}
.js-animation-stagger [data-animation-delay].right {
  transform: translateX(3rem);
}
.js-animation-stagger [data-animation-delay].is-active {
  opacity: 1;
}
.js-animation-stagger [data-animation-delay].is-active:not(.mv .characters) {
  transform: translate(0);
}

@keyframes rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loading {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100svh;
  z-index: 8;
  opacity: 1;
  padding-top: 10rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .loading {
    padding-top: 8rem;
  }
}
.loading .inner {
  position: relative;
  z-index: 2;
  display: grid;
  place-content: center;
  width: min(72.5rem, 100%);
  aspect-ratio: 1;
  margin-inline: auto;
}
.loading .inner .circle {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 400vw;
  margin: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: var(--color-main);
}
.loading .inner p {
  position: relative;
  z-index: 2;
  color: #fff;
  writing-mode: vertical-rl;
  font-size: var(--font-size-60);
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .loading .inner p {
    font-size: 3.2rem;
  }
}
.loading .inner p span {
  display: block;
  color: #fff;
  writing-mode: vertical-rl;
  font-size: var(--font-size-60);
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .loading .inner p span {
    font-size: 3.2rem;
  }
}
.loading .inner p span:last-of-type {
  margin-top: 9.1rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .loading .inner p span:last-of-type {
    margin-top: 6rem;
  }
}
.loading .inner svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: 80s linear infinite rotation;
}
.loading .inner svg path {
  fill: rgba(255, 102, 0, 0.5);
}

.common-inner {
  padding-inline: calc(50% - 64.8rem);
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .common-inner {
    padding-inline: 2rem;
  }
}

.common-inner-small {
  padding-inline: calc(50% - 55rem);
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .common-inner-small {
    padding-inline: 2rem;
  }
}

.lower .common-inner {
  padding-inline: calc(50% - 55rem);
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .lower .common-inner {
    padding-inline: 2rem;
  }
}

.lower .page-header {
  padding-block: calc(var(--header-hight) + 6rem) 6rem;
  background-color: var(--color-main);
  text-align: center;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .lower .page-header {
    padding-block: calc(var(--header-hight) + 3rem) 4rem;
  }
}
.lower .page-header .en {
  display: block;
  font-family: var(--font-satoshi);
  font-size: var(--font-size-13);
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--color-accent);
}
.lower .page-header h1 {
  margin-top: 0.8rem;
  font-size: var(--font-size-40);
  font-weight: 700;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .lower .page-header h1 {
    font-size: 2.8rem;
  }
}

.lower .breadcrumb-nav {
  padding-block: 1.6rem;
}
.lower .breadcrumb-nav ol {
  display: flex;
  flex-wrap: wrap;
  font-size: var(--font-size-13);
  line-height: 1.7;
  color: var(--color-sub);
}
.lower .breadcrumb-nav ol li + li::before {
  content: "／";
  margin-inline: 0.4rem;
}
.lower .breadcrumb-nav ol a {
  color: var(--color-accent);
}
.lower .breadcrumb-nav ol a:focus {
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .lower .breadcrumb-nav ol a:where(:-moz-any-link, :enabled, summary):hover {
    text-decoration: underline;
  }
  .lower .breadcrumb-nav ol a:where(:any-link, :enabled, summary):hover {
    text-decoration: underline;
  }
}

.lower .hero {
  padding-block: calc(var(--header-hight) + 6rem) 8rem;
  background-color: var(--color-main);
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .lower .hero {
    padding-block: calc(var(--header-hight) + 3rem) 5rem;
  }
}
.lower .hero .hero-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5.6rem;
  align-items: center;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .lower .hero .hero-inner {
    grid-template-columns: 1fr;
    gap: 3.2rem;
  }
}
.lower .hero .category {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 1.2rem;
}
.lower .hero .category .ja {
  font-size: var(--font-size-14);
  font-weight: 700;
}
.lower .hero .category .en {
  font-family: var(--font-satoshi);
  font-size: var(--font-size-12);
  font-weight: 500;
  letter-spacing: 0.1em;
  color: var(--color-sub);
  text-transform: uppercase;
}
.lower .hero h1 {
  margin-top: 1.6rem;
  font-size: var(--font-size-52);
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .lower .hero h1 {
    font-size: 3.4rem;
  }
}
.lower .hero h1 span {
  color: var(--color-accent);
}
.lower .hero .catch {
  margin-top: 1.2rem;
  font-size: var(--font-size-20);
  font-weight: 500;
  color: #555;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .lower .hero .catch {
    font-size: 1.6rem;
  }
}
.lower .hero .lead {
  margin-top: 2.4rem;
  font-size: var(--font-size-16);
  line-height: 1.9;
  color: #444;
}
.lower .hero .button {
  margin-top: 3.2rem;
}
.lower .hero .hero-image img {
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.6rem;
}

.button {
  display: inline-flex;
  align-items: center;
  gap: 1.2rem;
  height: 5.6rem;
  padding-inline: 3.2rem;
  background-color: var(--color-accent);
  color: #fff;
  font-size: var(--font-size-16);
  font-weight: 700;
  border-radius: calc(infinity * 1px);
  transition: opacity 0.2s ease;
}
.button:focus {
  opacity: 0.85;
}
@media (hover: hover) and (pointer: fine) {
  .button:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.85;
  }
  .button:where(:any-link, :enabled, summary):hover {
    opacity: 0.85;
  }
}
.button::after {
  content: "";
  width: 0.7rem;
  aspect-ratio: 1;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

.common-link {
  position: relative;
  display: grid;
  grid-template-columns: auto 3.6rem;
  align-items: center;
  -moz-column-gap: 1.9rem;
       column-gap: 1.9rem;
  width: -moz-fit-content;
  width: fit-content;
  color: var(--color-font);
  font-size: var(--font-size-base);
  font-weight: 500;
}
.common-link span {
  border-bottom: 1px solid currentColor;
  padding: 1rem 0;
  line-height: 1;
}
.common-link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.6rem;
  translate: 0 -50%;
  transform: rotate(45deg);
  width: 0.6rem;
  aspect-ratio: 1;
  border-top: 2px solid var(--color-accent);
  border-right: 2px solid var(--color-accent);
  transition: border-color 0.2s ease;
}
.common-link::after {
  content: "";
  aspect-ratio: 1;
  border-radius: 0.3rem;
  border: 1px solid #d3e6d1;
  background-color: #e1ebdb;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
.common-link-green {
  color: var(--color-accent);
}
.common-link-sm {
  gap: 1.6rem;
  font-size: var(--font-size-15);
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .common-link-sm {
    font-size: 1.3rem;
  }
}
.common-link-sm span {
  padding: 0.8rem 0;
}
.common-link-sm::after {
  width: 3.3rem;
  height: 3.3rem;
}
.common-link:focus {
  color: var(--color-accent);
}
.common-link:focus::before {
  border-color: #fff;
}
.common-link:focus::after {
  border-color: var(--color-accent);
  background-color: var(--color-accent);
}
@media (hover: hover) and (pointer: fine) {
  .common-link:where(:-moz-any-link, :enabled, summary):hover {
    color: var(--color-accent);
  }
  .common-link:where(:any-link, :enabled, summary):hover {
    color: var(--color-accent);
  }
  .common-link:where(:-moz-any-link, :enabled, summary):hover::before {
    border-color: #fff;
  }
  .common-link:where(:any-link, :enabled, summary):hover::before {
    border-color: #fff;
  }
  .common-link:where(:-moz-any-link, :enabled, summary):hover::after {
    border-color: var(--color-accent);
    background-color: var(--color-accent);
  }
  .common-link:where(:any-link, :enabled, summary):hover::after {
    border-color: var(--color-accent);
    background-color: var(--color-accent);
  }
}

.sec-title::before {
  content: attr(data-label);
  display: block;
  height: 3.7rem;
  line-height: 3.7rem;
  padding-left: 1.3rem;
  background: radial-gradient(circle, #eee9df 1.85rem, transparent 1.85rem) left center/3.7rem 3.7rem no-repeat;
  color: #c1b499;
  font-size: var(--font-size-12);
  font-weight: 700;
  letter-spacing: 0.05em;
  white-space: nowrap;
  margin-bottom: 0.8rem;
}

.side-banner {
  position: fixed;
  right: 0;
  top: 62%;
  translate: 0 -50%;
  z-index: 100;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .side-banner {
    display: flex;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    translate: 0;
  }
}

.side-btn {
  display: grid;
  grid-template-rows: 1fr auto;
  justify-items: center;
  width: 6rem;
  padding: 1.8rem 0 1.5rem;
  color: #fff;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .side-btn {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
    width: 50%;
    padding: 1.5rem 1rem;
  }
}
.side-btn-green {
  background-color: var(--color-accent);
  border-radius: 2rem 0 0 0;
  transition: background-color 0.2s ease, color 0.2s ease;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .side-btn-green {
    border-radius: 0;
  }
}
.side-btn-green:focus {
  background-color: #fff;
  color: var(--color-accent);
}
.side-btn-green:focus .side-btn-arrow {
  border-color: var(--color-accent);
}
.side-btn-green:focus .side-btn-arrow::before {
  border-color: var(--color-accent);
}
@media (hover: hover) and (pointer: fine) {
  .side-btn-green:where(:-moz-any-link, :enabled, summary):hover {
    background-color: #fff;
    color: var(--color-accent);
  }
  .side-btn-green:where(:any-link, :enabled, summary):hover {
    background-color: #fff;
    color: var(--color-accent);
  }
  .side-btn-green:where(:-moz-any-link, :enabled, summary):hover .side-btn-arrow {
    border-color: var(--color-accent);
  }
  .side-btn-green:where(:any-link, :enabled, summary):hover .side-btn-arrow {
    border-color: var(--color-accent);
  }
  .side-btn-green:where(:-moz-any-link, :enabled, summary):hover .side-btn-arrow::before {
    border-color: var(--color-accent);
  }
  .side-btn-green:where(:any-link, :enabled, summary):hover .side-btn-arrow::before {
    border-color: var(--color-accent);
  }
}
.side-btn-beige {
  background-color: #8a7546;
  border-radius: 0 0 0 2rem;
  transition: background-color 0.2s ease, color 0.2s ease;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .side-btn-beige {
    border-radius: 0;
  }
}
.side-btn-beige:focus {
  background-color: #fff;
  color: var(--color-sub);
}
.side-btn-beige:focus .side-btn-arrow {
  border-color: var(--color-sub);
}
.side-btn-beige:focus .side-btn-arrow::before {
  border-color: var(--color-sub);
}
@media (hover: hover) and (pointer: fine) {
  .side-btn-beige:where(:-moz-any-link, :enabled, summary):hover {
    background-color: #fff;
    color: var(--color-sub);
  }
  .side-btn-beige:where(:any-link, :enabled, summary):hover {
    background-color: #fff;
    color: var(--color-sub);
  }
  .side-btn-beige:where(:-moz-any-link, :enabled, summary):hover .side-btn-arrow {
    border-color: var(--color-sub);
  }
  .side-btn-beige:where(:any-link, :enabled, summary):hover .side-btn-arrow {
    border-color: var(--color-sub);
  }
  .side-btn-beige:where(:-moz-any-link, :enabled, summary):hover .side-btn-arrow::before {
    border-color: var(--color-sub);
  }
  .side-btn-beige:where(:any-link, :enabled, summary):hover .side-btn-arrow::before {
    border-color: var(--color-sub);
  }
}
.side-btn-body {
  writing-mode: vertical-rl;
  text-align: center;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .side-btn-body {
    writing-mode: horizontal-tb;
  }
}
.side-btn-body br {
  display: none;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .side-btn-body br {
    display: inline;
  }
}
.side-btn-body span {
  font-size: var(--font-size-13);
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .side-btn-body span {
    font-size: 1.45rem;
  }
}
.side-btn-arrow {
  display: grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  border: 1px solid #fff;
  margin-top: 1.5rem;
  transition: border-color 0.2s ease;
  flex-shrink: 0;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .side-btn-arrow {
    margin-top: 0;
    width: 1.8rem;
    height: 1.8rem;
  }
}
.side-btn-arrow::before {
  content: "";
  width: 0.4rem;
  margin-right: 0.2rem;
  aspect-ratio: 1;
  border-right: 1.5px solid #fff;
  border-top: 1.5px solid #fff;
  transform: rotate(45deg);
  transition: border-color 0.2s ease;
}

@media (max-width: 768px) and (max-height: 500px) {
  .side-btn {
    padding: 8px 10px;
    gap: 6px;
  }
  .side-btn-body {
    display: grid;
    place-items: center;
  }
  .side-btn-body br {
    display: none;
  }
  .side-btn-body span {
    font-size: 13px;
  }
  .side-btn-arrow {
    width: 16px;
    height: 16px;
  }
}
.common-contact {
  position: relative;
  background: linear-gradient(rgba(24, 147, 67, 0.1), rgba(24, 147, 67, 0.1)), url(/assets/images/common/contact-bg.webp) no-repeat center/cover;
  padding-block: 10rem 12rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .common-contact {
    padding-block: 6rem 8rem;
  }
}
.common-contact .inner {
  padding-inline: calc(50% - 53.9rem);
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .common-contact .inner {
    padding-inline: 2rem;
  }
}
.common-contact .heading {
  text-align: center;
}
.common-contact .heading h2 {
  font-family: var(--font-satoshi);
  font-size: var(--font-size-64);
  font-weight: 500;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .common-contact .heading h2 {
    font-size: 4rem;
  }
}
.common-contact .heading h2::before {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.common-contact .heading p.desc {
  margin-top: 6.2rem;
  font-size: var(--font-size-16);
  color: #000;
  line-height: 1.8;
  letter-spacing: 0.07em;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .common-contact .heading p.desc {
    margin-top: 2.4rem;
    font-size: 1.4rem;
  }
}
.common-contact .cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin-top: 6rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .common-contact .cards {
    grid-template-columns: 1fr;
    gap: 1.6rem;
    margin-top: 4rem;
  }
}
.common-contact a {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 2rem;
  border-radius: 1.8rem;
  padding-inline: 3.4rem 9.2rem;
  background-color: #fff;
  height: 17.2rem;
  transition: opacity 0.2s ease;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .common-contact a {
    height: 11rem;
    padding-inline: 2.4rem 6rem;
  }
}
.common-contact a:focus p {
  color: var(--color-accent);
}
.common-contact a:focus::before {
  border-color: #fff;
}
.common-contact a:focus::after {
  background-color: var(--color-accent);
}
@media (hover: hover) and (pointer: fine) {
  .common-contact a:where(:-moz-any-link, :enabled, summary):hover p {
    color: var(--color-accent);
  }
  .common-contact a:where(:any-link, :enabled, summary):hover p {
    color: var(--color-accent);
  }
  .common-contact a:where(:-moz-any-link, :enabled, summary):hover::before {
    border-color: #fff;
  }
  .common-contact a:where(:any-link, :enabled, summary):hover::before {
    border-color: #fff;
  }
  .common-contact a:where(:-moz-any-link, :enabled, summary):hover::after {
    background-color: var(--color-accent);
  }
  .common-contact a:where(:any-link, :enabled, summary):hover::after {
    background-color: var(--color-accent);
  }
}
.common-contact a p {
  font-size: var(--font-size-19);
  font-weight: 500;
  line-height: 1.6;
  transition: color 0.2s ease;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .common-contact a p {
    font-size: 1.5rem;
  }
}
.common-contact a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 3.6rem;
  translate: 0 -50%;
  width: 3.6rem;
  aspect-ratio: 1;
  border-radius: 0.3rem;
  border: 1px solid #dbf0e2;
  background-color: #e9f6ed;
  transition: background-color 0.2s ease;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .common-contact a::after {
    right: 2.4rem;
  }
}
.common-contact a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 5.1rem;
  translate: 0 -50%;
  transform: rotate(45deg) translate(-10%, 10%);
  width: 0.6rem;
  aspect-ratio: 1;
  border-top: 2px solid var(--color-accent);
  border-right: 2px solid var(--color-accent);
  z-index: 1;
  transition: border-color 0.2s ease;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .common-contact a::before {
    right: 3.9rem;
  }
}

/*--------------------------------------
　下層ページ共通デザイン（フリーズドライ／スプレードライ／充填・包装／会社情報／サプリOEM／お問い合わせ）
　※対象ページの名前空間クラスでスコープを限定して共通化
--------------------------------------*/
.freeze .head,
.spray .head,
.packaging .head,
.company .head,
.oem .head,
.contact .head {
  margin-bottom: 4.8rem;
}
.freeze .head .en,
.spray .head .en,
.packaging .head .en,
.company .head .en,
.oem .head .en,
.contact .head .en {
  font-family: var(--font-satoshi);
  font-size: var(--font-size-13);
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--color-accent);
}
.freeze .head h2,
.spray .head h2,
.packaging .head h2,
.company .head h2,
.oem .head h2,
.contact .head h2 {
  margin-top: 0.8rem;
  font-size: var(--font-size-34);
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .freeze .head h2,
  .spray .head h2,
  .packaging .head h2,
  .company .head h2,
  .oem .head h2,
  .contact .head h2 {
    font-size: 2.4rem;
  }
}
.freeze .head .lead,
.spray .head .lead,
.packaging .head .lead,
.company .head .lead,
.oem .head .lead,
.contact .head .lead {
  margin: 1.6rem auto 0;
  max-width: 76rem;
  font-size: var(--font-size-16);
  line-height: 1.9;
  color: #444;
}
.freeze .head.center,
.spray .head.center,
.packaging .head.center,
.company .head.center,
.oem .head.center,
.contact .head.center {
  text-align: center;
}
.freeze .head.split,
.spray .head.split,
.packaging .head.split,
.company .head.split,
.oem .head.split,
.contact .head.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: end;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .freeze .head.split,
  .spray .head.split,
  .packaging .head.split,
  .company .head.split,
  .oem .head.split,
  .contact .head.split {
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }
}
.freeze .head.split .lead,
.spray .head.split .lead,
.packaging .head.split .lead,
.company .head.split .lead,
.oem .head.split .lead,
.contact .head.split .lead {
  font-size: var(--font-size-16);
  line-height: 1.9;
  color: #444;
}
.freeze .about,
.freeze .issues,
.freeze .reasons,
.freeze .materials,
.freeze .cases,
.freeze .price,
.freeze .process,
.freeze .flow,
.freeze .faq,
.spray .about,
.spray .issues,
.spray .reasons,
.spray .materials,
.spray .cases,
.spray .price,
.spray .process,
.spray .flow,
.spray .faq,
.packaging .about,
.packaging .issues,
.packaging .reasons,
.packaging .materials,
.packaging .cases,
.packaging .price,
.packaging .process,
.packaging .flow,
.packaging .faq,
.company .about,
.company .issues,
.company .reasons,
.company .materials,
.company .cases,
.company .price,
.company .process,
.company .flow,
.company .faq,
.oem .about,
.oem .issues,
.oem .reasons,
.oem .materials,
.oem .cases,
.oem .price,
.oem .process,
.oem .flow,
.oem .faq,
.contact .about,
.contact .issues,
.contact .reasons,
.contact .materials,
.contact .cases,
.contact .price,
.contact .process,
.contact .flow,
.contact .faq {
  padding-block: 10rem;
  scroll-margin-top: 9rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .freeze .about,
  .freeze .issues,
  .freeze .reasons,
  .freeze .materials,
  .freeze .cases,
  .freeze .price,
  .freeze .process,
  .freeze .flow,
  .freeze .faq,
  .spray .about,
  .spray .issues,
  .spray .reasons,
  .spray .materials,
  .spray .cases,
  .spray .price,
  .spray .process,
  .spray .flow,
  .spray .faq,
  .packaging .about,
  .packaging .issues,
  .packaging .reasons,
  .packaging .materials,
  .packaging .cases,
  .packaging .price,
  .packaging .process,
  .packaging .flow,
  .packaging .faq,
  .company .about,
  .company .issues,
  .company .reasons,
  .company .materials,
  .company .cases,
  .company .price,
  .company .process,
  .company .flow,
  .company .faq,
  .oem .about,
  .oem .issues,
  .oem .reasons,
  .oem .materials,
  .oem .cases,
  .oem .price,
  .oem .process,
  .oem .flow,
  .oem .faq,
  .contact .about,
  .contact .issues,
  .contact .reasons,
  .contact .materials,
  .contact .cases,
  .contact .price,
  .contact .process,
  .contact .flow,
  .contact .faq {
    padding-block: 6rem;
  }
}
.freeze .page-nav,
.spray .page-nav,
.packaging .page-nav,
.company .page-nav,
.oem .page-nav,
.contact .page-nav {
  background-color: #fff;
  border-bottom: 1px solid #ece6da;
}
.freeze .page-nav .common-inner,
.spray .page-nav .common-inner,
.packaging .page-nav .common-inner,
.company .page-nav .common-inner,
.oem .page-nav .common-inner,
.contact .page-nav .common-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem 1.2rem;
  padding-block: 2.4rem;
}
.freeze .page-nav a,
.spray .page-nav a,
.packaging .page-nav a,
.company .page-nav a,
.oem .page-nav a,
.contact .page-nav a {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  padding: 1rem 2rem;
  background-color: var(--color-main);
  border-radius: calc(infinity * 1px);
  font-size: var(--font-size-15);
  font-weight: 700;
  transition: opacity 0.2s ease;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .freeze .page-nav a,
  .spray .page-nav a,
  .packaging .page-nav a,
  .company .page-nav a,
  .oem .page-nav a,
  .contact .page-nav a {
    font-size: 1.4rem;
    padding: 0.8rem 1.6rem;
  }
}
.freeze .page-nav a:focus,
.spray .page-nav a:focus,
.packaging .page-nav a:focus,
.company .page-nav a:focus,
.oem .page-nav a:focus,
.contact .page-nav a:focus {
  opacity: 0.8;
}
@media (hover: hover) and (pointer: fine) {
  .freeze .page-nav a:where(:-moz-any-link, :enabled, summary):hover, .spray .page-nav a:where(:-moz-any-link, :enabled, summary):hover, .packaging .page-nav a:where(:-moz-any-link, :enabled, summary):hover, .company .page-nav a:where(:-moz-any-link, :enabled, summary):hover, .oem .page-nav a:where(:-moz-any-link, :enabled, summary):hover, .contact .page-nav a:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
  .freeze .page-nav a:where(:any-link, :enabled, summary):hover,
  .spray .page-nav a:where(:any-link, :enabled, summary):hover,
  .packaging .page-nav a:where(:any-link, :enabled, summary):hover,
  .company .page-nav a:where(:any-link, :enabled, summary):hover,
  .oem .page-nav a:where(:any-link, :enabled, summary):hover,
  .contact .page-nav a:where(:any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
}
.freeze .page-nav a::before,
.spray .page-nav a::before,
.packaging .page-nav a::before,
.company .page-nav a::before,
.oem .page-nav a::before,
.contact .page-nav a::before {
  content: "";
  flex-shrink: 0;
  width: 0.6rem;
  height: 0.6rem;
  border-bottom: 2px solid var(--color-accent);
  border-right: 2px solid var(--color-accent);
  transform: rotate(45deg);
}
.freeze .faq-more,
.spray .faq-more,
.packaging .faq-more,
.company .faq-more,
.oem .faq-more,
.contact .faq-more {
  margin-top: 4.8rem;
  text-align: center;
}
.freeze .faq-more a,
.spray .faq-more a,
.packaging .faq-more a,
.company .faq-more a,
.oem .faq-more a,
.contact .faq-more a {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  height: 5.6rem;
  padding-inline: 3.2rem;
  background-color: var(--color-accent);
  color: #fff;
  font-size: var(--font-size-16);
  font-weight: 700;
  border-radius: calc(infinity * 1px);
  transition: opacity 0.2s ease;
}
.freeze .faq-more a:focus,
.spray .faq-more a:focus,
.packaging .faq-more a:focus,
.company .faq-more a:focus,
.oem .faq-more a:focus,
.contact .faq-more a:focus {
  opacity: 0.85;
}
@media (hover: hover) and (pointer: fine) {
  .freeze .faq-more a:where(:-moz-any-link, :enabled, summary):hover, .spray .faq-more a:where(:-moz-any-link, :enabled, summary):hover, .packaging .faq-more a:where(:-moz-any-link, :enabled, summary):hover, .company .faq-more a:where(:-moz-any-link, :enabled, summary):hover, .oem .faq-more a:where(:-moz-any-link, :enabled, summary):hover, .contact .faq-more a:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.85;
  }
  .freeze .faq-more a:where(:any-link, :enabled, summary):hover,
  .spray .faq-more a:where(:any-link, :enabled, summary):hover,
  .packaging .faq-more a:where(:any-link, :enabled, summary):hover,
  .company .faq-more a:where(:any-link, :enabled, summary):hover,
  .oem .faq-more a:where(:any-link, :enabled, summary):hover,
  .contact .faq-more a:where(:any-link, :enabled, summary):hover {
    opacity: 0.85;
  }
}
.freeze .faq-more a::after,
.spray .faq-more a::after,
.packaging .faq-more a::after,
.company .faq-more a::after,
.oem .faq-more a::after,
.contact .faq-more a::after {
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
.freeze .issues,
.freeze .materials,
.freeze .price,
.freeze .flow,
.spray .issues,
.spray .materials,
.spray .price,
.spray .flow,
.packaging .issues,
.packaging .materials,
.packaging .price,
.packaging .flow,
.company .issues,
.company .materials,
.company .price,
.company .flow,
.oem .issues,
.oem .materials,
.oem .price,
.oem .flow,
.contact .issues,
.contact .materials,
.contact .price,
.contact .flow {
  background-color: var(--color-main);
}
.freeze .about,
.spray .about,
.packaging .about,
.company .about,
.oem .about,
.contact .about {
  background-color: #fff;
}
.freeze .about .about-text,
.spray .about .about-text,
.packaging .about .about-text,
.company .about .about-text,
.oem .about .about-text,
.contact .about .about-text {
  max-width: 104rem;
  margin: 0 auto;
  font-size: var(--font-size-16);
  line-height: 2;
  text-align: center;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .freeze .about .about-text,
  .spray .about .about-text,
  .packaging .about .about-text,
  .company .about .about-text,
  .oem .about .about-text,
  .contact .about .about-text {
    text-align: initial;
  }
}
.freeze .about .works-label,
.spray .about .works-label,
.packaging .about .works-label,
.company .about .works-label,
.oem .about .works-label,
.contact .about .works-label {
  margin-top: 6.4rem;
  text-align: center;
  font-family: var(--font-satoshi);
  font-size: var(--font-size-13);
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--color-accent);
}
.freeze .about .works,
.spray .about .works,
.packaging .about .works,
.company .about .works,
.oem .about .works,
.contact .about .works {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.4rem;
  margin-top: 3.2rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .freeze .about .works,
  .spray .about .works,
  .packaging .about .works,
  .company .about .works,
  .oem .about .works,
  .contact .about .works {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.6rem;
  }
}
.freeze .about .works img,
.spray .about .works img,
.packaging .about .works img,
.company .about .works img,
.oem .about .works img,
.contact .about .works img {
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem;
}
.freeze .about .works p,
.spray .about .works p,
.packaging .about .works p,
.company .about .works p,
.oem .about .works p,
.contact .about .works p {
  margin-top: 1.4rem;
  text-align: center;
  font-size: var(--font-size-15);
  font-weight: 500;
}
.freeze .about .message,
.spray .about .message,
.packaging .about .message,
.company .about .message,
.oem .about .message,
.contact .about .message {
  margin-top: 6.4rem;
  text-align: center;
  font-size: var(--font-size-28);
  font-weight: 700;
  line-height: 1.7;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .freeze .about .message,
  .spray .about .message,
  .packaging .about .message,
  .company .about .message,
  .oem .about .message,
  .contact .about .message {
    font-size: 2rem;
  }
}
.freeze .about .message .em,
.spray .about .message .em,
.packaging .about .message .em,
.company .about .message .em,
.oem .about .message .em,
.contact .about .message .em {
  color: var(--color-accent);
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .freeze .about .message br,
  .spray .about .message br,
  .packaging .about .message br,
  .company .about .message br,
  .oem .about .message br,
  .contact .about .message br {
    display: none;
  }
}
.freeze .issues .issue-list,
.spray .issues .issue-list,
.packaging .issues .issue-list,
.company .issues .issue-list,
.oem .issues .issue-list,
.contact .issues .issue-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .freeze .issues .issue-list,
  .spray .issues .issue-list,
  .packaging .issues .issue-list,
  .company .issues .issue-list,
  .oem .issues .issue-list,
  .contact .issues .issue-list {
    grid-template-columns: 1fr;
    gap: 1.4rem;
  }
}
.freeze .issues .issue-list li,
.spray .issues .issue-list li,
.packaging .issues .issue-list li,
.company .issues .issue-list li,
.oem .issues .issue-list li,
.contact .issues .issue-list li {
  position: relative;
  padding: 2rem 2.4rem 2rem 5.6rem;
  background-color: #fff;
  border: 1px solid #e4ddcd;
  border-radius: 1rem;
  font-size: var(--font-size-16);
  line-height: 1.6;
}
.freeze .issues .issue-list li::before,
.spray .issues .issue-list li::before,
.packaging .issues .issue-list li::before,
.company .issues .issue-list li::before,
.oem .issues .issue-list li::before,
.contact .issues .issue-list li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 2.4rem;
  width: 1rem;
  height: 1.7rem;
  margin-top: -1rem;
  border-right: 2px solid var(--color-accent);
  border-bottom: 2px solid var(--color-accent);
  transform: rotate(45deg);
}
.freeze .issues .solution,
.spray .issues .solution,
.packaging .issues .solution,
.company .issues .solution,
.oem .issues .solution,
.contact .issues .solution {
  margin-top: 4rem;
  text-align: center;
  font-size: var(--font-size-22);
  font-weight: 700;
  line-height: 1.7;
  color: var(--color-accent);
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .freeze .issues .solution,
  .spray .issues .solution,
  .packaging .issues .solution,
  .company .issues .solution,
  .oem .issues .solution,
  .contact .issues .solution {
    font-size: 1.8rem;
  }
}
.freeze .reasons,
.spray .reasons,
.packaging .reasons,
.company .reasons,
.oem .reasons,
.contact .reasons {
  background-color: #fff;
}
.freeze .reasons .reason-list,
.spray .reasons .reason-list,
.packaging .reasons .reason-list,
.company .reasons .reason-list,
.oem .reasons .reason-list,
.contact .reasons .reason-list {
  display: grid;
  gap: 2rem;
}
.freeze .reasons .reason,
.spray .reasons .reason,
.packaging .reasons .reason,
.company .reasons .reason,
.oem .reasons .reason,
.contact .reasons .reason {
  display: grid;
  grid-template-columns: 18rem 1fr;
  gap: 4rem;
  align-items: center;
  padding: 3.2rem 4rem;
  background-color: var(--color-main);
  border-radius: 1.4rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .freeze .reasons .reason,
  .spray .reasons .reason,
  .packaging .reasons .reason,
  .company .reasons .reason,
  .oem .reasons .reason,
  .contact .reasons .reason {
    grid-template-columns: 1fr;
    gap: 1.6rem;
    padding: 2.4rem;
    text-align: center;
  }
}
.freeze .reasons .reason figure,
.spray .reasons .reason figure,
.packaging .reasons .reason figure,
.company .reasons .reason figure,
.oem .reasons .reason figure,
.contact .reasons .reason figure {
  width: 16rem;
  margin: 0;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .freeze .reasons .reason figure,
  .spray .reasons .reason figure,
  .packaging .reasons .reason figure,
  .company .reasons .reason figure,
  .oem .reasons .reason figure,
  .contact .reasons .reason figure {
    margin: 0 auto;
  }
}
.freeze .reasons .reason figure img,
.spray .reasons .reason figure img,
.packaging .reasons .reason figure img,
.company .reasons .reason figure img,
.oem .reasons .reason figure img,
.contact .reasons .reason figure img {
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.freeze .reasons .reason .number,
.spray .reasons .reason .number,
.packaging .reasons .reason .number,
.company .reasons .reason .number,
.oem .reasons .reason .number,
.contact .reasons .reason .number {
  font-family: var(--font-satoshi);
  font-size: var(--font-size-14);
  font-weight: 500;
  letter-spacing: 0.1em;
  color: var(--color-accent);
}
.freeze .reasons .reason h3,
.spray .reasons .reason h3,
.packaging .reasons .reason h3,
.company .reasons .reason h3,
.oem .reasons .reason h3,
.contact .reasons .reason h3 {
  margin-top: 0.4rem;
  font-size: var(--font-size-22);
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .freeze .reasons .reason h3,
  .spray .reasons .reason h3,
  .packaging .reasons .reason h3,
  .company .reasons .reason h3,
  .oem .reasons .reason h3,
  .contact .reasons .reason h3 {
    font-size: 1.8rem;
  }
}
.freeze .reasons .reason .point-list,
.spray .reasons .reason .point-list,
.packaging .reasons .reason .point-list,
.company .reasons .reason .point-list,
.oem .reasons .reason .point-list,
.contact .reasons .reason .point-list {
  margin-top: 1.6rem;
  display: grid;
  gap: 0.8rem;
  text-align: left;
}
.freeze .reasons .reason .point-list li,
.spray .reasons .reason .point-list li,
.packaging .reasons .reason .point-list li,
.company .reasons .reason .point-list li,
.oem .reasons .reason .point-list li,
.contact .reasons .reason .point-list li {
  position: relative;
  padding-left: 1.6rem;
  font-size: var(--font-size-16);
  line-height: 1.7;
}
.freeze .reasons .reason .point-list li::before,
.spray .reasons .reason .point-list li::before,
.packaging .reasons .reason .point-list li::before,
.company .reasons .reason .point-list li::before,
.oem .reasons .reason .point-list li::before,
.contact .reasons .reason .point-list li::before {
  content: "";
  position: absolute;
  top: 0.85rem;
  left: 0;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background-color: var(--color-accent);
}
.freeze .materials .material-columns,
.spray .materials .material-columns,
.packaging .materials .material-columns,
.company .materials .material-columns,
.oem .materials .material-columns,
.contact .materials .material-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.4rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .freeze .materials .material-columns,
  .spray .materials .material-columns,
  .packaging .materials .material-columns,
  .company .materials .material-columns,
  .oem .materials .material-columns,
  .contact .materials .material-columns {
    grid-template-columns: 1fr;
  }
}
.freeze .materials .material,
.spray .materials .material,
.packaging .materials .material,
.company .materials .material,
.oem .materials .material,
.contact .materials .material {
  padding: 3.2rem;
  background-color: #fff;
  border-radius: 1.4rem;
}
.freeze .materials .material h3,
.spray .materials .material h3,
.packaging .materials .material h3,
.company .materials .material h3,
.oem .materials .material h3,
.contact .materials .material h3 {
  padding-bottom: 1.4rem;
  margin-bottom: 1.8rem;
  border-bottom: 2px solid var(--color-accent);
  font-size: var(--font-size-19);
  font-weight: 700;
}
.freeze .materials .material.is-ng h3,
.spray .materials .material.is-ng h3,
.packaging .materials .material.is-ng h3,
.company .materials .material.is-ng h3,
.oem .materials .material.is-ng h3,
.contact .materials .material.is-ng h3 {
  border-bottom-color: #bbb;
  color: #666;
}
.freeze .materials .material ul,
.spray .materials .material ul,
.packaging .materials .material ul,
.company .materials .material ul,
.oem .materials .material ul,
.contact .materials .material ul {
  display: grid;
  gap: 1.2rem;
}
.freeze .materials .material ul li,
.spray .materials .material ul li,
.packaging .materials .material ul li,
.company .materials .material ul li,
.oem .materials .material ul li,
.contact .materials .material ul li {
  position: relative;
  padding-left: 1.6rem;
  font-size: var(--font-size-16);
  line-height: 1.6;
}
.freeze .materials .material ul li::before,
.spray .materials .material ul li::before,
.packaging .materials .material ul li::before,
.company .materials .material ul li::before,
.oem .materials .material ul li::before,
.contact .materials .material ul li::before {
  content: "";
  position: absolute;
  top: 0.8rem;
  left: 0;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background-color: var(--color-accent);
}
.freeze .materials .material.is-ng ul li::before,
.spray .materials .material.is-ng ul li::before,
.packaging .materials .material.is-ng ul li::before,
.company .materials .material.is-ng ul li::before,
.oem .materials .material.is-ng ul li::before,
.contact .materials .material.is-ng ul li::before {
  background-color: #bbb;
}
.freeze .materials .material .note,
.spray .materials .material .note,
.packaging .materials .material .note,
.company .materials .material .note,
.oem .materials .material .note,
.contact .materials .material .note {
  margin-top: 1.8rem;
  padding-top: 1.4rem;
  border-top: 1px dotted #ccc;
  font-size: var(--font-size-14);
  color: #777;
}
.freeze .cases,
.spray .cases,
.packaging .cases,
.company .cases,
.oem .cases,
.contact .cases {
  background-color: #fff;
}
.freeze .cases .case,
.spray .cases .case,
.packaging .cases .case,
.company .cases .case,
.oem .cases .case,
.contact .cases .case {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: start;
  padding: 3.2rem;
  background-color: var(--color-main);
  border-radius: 1.6rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .freeze .cases .case,
  .spray .cases .case,
  .packaging .cases .case,
  .company .cases .case,
  .oem .cases .case,
  .contact .cases .case {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 2rem;
  }
}
.freeze .cases .case + .case,
.spray .cases .case + .case,
.packaging .cases .case + .case,
.company .cases .case + .case,
.oem .cases .case + .case,
.contact .cases .case + .case {
  margin-top: 3.2rem;
}
.freeze .cases .case-head .tag,
.spray .cases .case-head .tag,
.packaging .cases .case-head .tag,
.company .cases .case-head .tag,
.oem .cases .case-head .tag,
.contact .cases .case-head .tag {
  display: block;
  margin-bottom: 0.6rem;
  font-family: var(--font-satoshi);
  font-size: var(--font-size-15);
  font-weight: 500;
  letter-spacing: 0.04em;
  color: var(--color-accent);
}
.freeze .cases .case-head .title,
.spray .cases .case-head .title,
.packaging .cases .case-head .title,
.company .cases .case-head .title,
.oem .cases .case-head .title,
.contact .cases .case-head .title {
  display: block;
  font-size: var(--font-size-26);
  font-weight: 700;
  line-height: 1.45;
  min-height: 7.54rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .freeze .cases .case-head .title,
  .spray .cases .case-head .title,
  .packaging .cases .case-head .title,
  .company .cases .case-head .title,
  .oem .cases .case-head .title,
  .contact .cases .case-head .title {
    font-size: 2rem;
    min-height: 0;
  }
}
.freeze .cases .case-photos,
.spray .cases .case-photos,
.packaging .cases .case-photos,
.company .cases .case-photos,
.oem .cases .case-photos,
.contact .cases .case-photos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 2.4rem;
}
.freeze .cases .case-photos img,
.spray .cases .case-photos img,
.packaging .cases .case-photos img,
.company .cases .case-photos img,
.oem .cases .case-photos img,
.contact .cases .case-photos img {
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.8rem;
}
.freeze .cases .case-detail dl,
.spray .cases .case-detail dl,
.packaging .cases .case-detail dl,
.company .cases .case-detail dl,
.oem .cases .case-detail dl,
.contact .cases .case-detail dl {
  margin-top: 0;
}
.freeze .cases .case-detail dt,
.spray .cases .case-detail dt,
.packaging .cases .case-detail dt,
.company .cases .case-detail dt,
.oem .cases .case-detail dt,
.contact .cases .case-detail dt {
  font-size: var(--font-size-15);
  font-weight: 700;
  color: var(--color-accent);
}
.freeze .cases .case-detail dd,
.spray .cases .case-detail dd,
.packaging .cases .case-detail dd,
.company .cases .case-detail dd,
.oem .cases .case-detail dd,
.contact .cases .case-detail dd {
  margin: 0.4rem 0 1.6rem;
  font-size: var(--font-size-16);
  line-height: 1.9;
}
.freeze .cases .case-detail dd:last-child,
.spray .cases .case-detail dd:last-child,
.packaging .cases .case-detail dd:last-child,
.company .cases .case-detail dd:last-child,
.oem .cases .case-detail dd:last-child,
.contact .cases .case-detail dd:last-child {
  margin-bottom: 0;
}
.freeze .price .price-lead,
.spray .price .price-lead,
.packaging .price .price-lead,
.company .price .price-lead,
.oem .price .price-lead,
.contact .price .price-lead {
  max-width: 80rem;
  margin: 0 auto 3.2rem;
  text-align: center;
  font-size: var(--font-size-16);
  line-height: 1.9;
  color: #444;
}
.freeze .price .price-box,
.spray .price .price-box,
.packaging .price .price-box,
.company .price .price-box,
.oem .price .price-box,
.contact .price .price-box {
  max-width: 80rem;
  margin: 0 auto;
  padding: 4rem;
  background-color: #fff;
  border-radius: 1.6rem;
  text-align: center;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .freeze .price .price-box,
  .spray .price .price-box,
  .packaging .price .price-box,
  .company .price .price-box,
  .oem .price .price-box,
  .contact .price .price-box {
    padding: 2.8rem 2rem;
  }
}
.freeze .price .amount,
.spray .price .amount,
.packaging .price .amount,
.company .price .amount,
.oem .price .amount,
.contact .price .amount {
  font-size: var(--font-size-24);
  font-weight: 700;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .freeze .price .amount,
  .spray .price .amount,
  .packaging .price .amount,
  .company .price .amount,
  .oem .price .amount,
  .contact .price .amount {
    font-size: 1.9rem;
  }
}
.freeze .price .amount .number,
.spray .price .amount .number,
.packaging .price .amount .number,
.company .price .amount .number,
.oem .price .amount .number,
.contact .price .amount .number {
  margin: 0 0.4rem;
  font-family: var(--font-satoshi);
  font-size: var(--font-size-44);
  color: var(--color-accent);
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .freeze .price .amount .number,
  .spray .price .amount .number,
  .packaging .price .amount .number,
  .company .price .amount .number,
  .oem .price .amount .number,
  .contact .price .amount .number {
    font-size: 3.4rem;
  }
}
.freeze .price .amount .tax,
.spray .price .amount .tax,
.packaging .price .amount .tax,
.company .price .amount .tax,
.oem .price .amount .tax,
.contact .price .amount .tax {
  font-size: var(--font-size-16);
  font-weight: 500;
}
.freeze .price .note-list,
.spray .price .note-list,
.packaging .price .note-list,
.company .price .note-list,
.oem .price .note-list,
.contact .price .note-list {
  margin-top: 2.4rem;
  display: grid;
  gap: 0.8rem;
  text-align: left;
}
.freeze .price .note-list li,
.spray .price .note-list li,
.packaging .price .note-list li,
.company .price .note-list li,
.oem .price .note-list li,
.contact .price .note-list li {
  position: relative;
  padding-left: 1.6rem;
  font-size: var(--font-size-14);
  line-height: 1.6;
  color: #555;
}
.freeze .price .note-list li::before,
.spray .price .note-list li::before,
.packaging .price .note-list li::before,
.company .price .note-list li::before,
.oem .price .note-list li::before,
.contact .price .note-list li::before {
  content: "※";
  position: absolute;
  left: 0;
  color: var(--color-accent);
}
.freeze .process,
.spray .process,
.packaging .process,
.company .process,
.oem .process,
.contact .process {
  background-color: #fff;
}
.freeze .process .head .lead,
.spray .process .head .lead,
.packaging .process .head .lead,
.company .process .head .lead,
.oem .process .head .lead,
.contact .process .head .lead {
  max-width: none;
  margin: 1.6rem auto 0;
  font-size: var(--font-size-16);
  line-height: 1.9;
  color: #444;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .freeze .process .head .lead,
  .spray .process .head .lead,
  .packaging .process .head .lead,
  .company .process .head .lead,
  .oem .process .head .lead,
  .contact .process .head .lead {
    font-size: 1.4rem;
  }
}
.freeze .process .process-steps,
.spray .process .process-steps,
.packaging .process .process-steps,
.company .process .process-steps,
.oem .process .process-steps,
.contact .process .process-steps {
  --steps: 5;
  position: relative;
  display: grid;
  grid-template-columns: repeat(var(--steps), 1fr);
  gap: 1.8rem;
  margin-top: 4rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .freeze .process .process-steps,
  .spray .process .process-steps,
  .packaging .process .process-steps,
  .company .process .process-steps,
  .oem .process .process-steps,
  .contact .process .process-steps {
    grid-template-columns: 1fr;
    gap: 1.6rem;
    margin-top: 3.2rem;
  }
}
.freeze .process .process-steps::before,
.spray .process .process-steps::before,
.packaging .process .process-steps::before,
.company .process .process-steps::before,
.oem .process .process-steps::before,
.contact .process .process-steps::before {
  content: "";
  position: absolute;
  top: 2.4rem;
  left: calc(50% / var(--steps));
  right: calc(50% / var(--steps));
  height: 3px;
  background: linear-gradient(90deg, #1c9a47, #8fd3a6);
  border-radius: 2px;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .freeze .process .process-steps::before,
  .spray .process .process-steps::before,
  .packaging .process .process-steps::before,
  .company .process .process-steps::before,
  .oem .process .process-steps::before,
  .contact .process .process-steps::before {
    display: none;
  }
}
.freeze .process .step,
.spray .process .step,
.packaging .process .step,
.company .process .step,
.oem .process .step,
.contact .process .step {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .freeze .process .step,
  .spray .process .step,
  .packaging .process .step,
  .company .process .step,
  .oem .process .step,
  .contact .process .step {
    flex-direction: row;
    align-items: flex-start;
    gap: 1.6rem;
  }
}
.freeze .process .badge,
.spray .process .badge,
.packaging .process .badge,
.company .process .badge,
.oem .process .badge,
.contact .process .badge {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
  background-color: var(--color-accent);
  color: #fff;
  font-family: var(--font-satoshi);
  font-size: var(--font-size-16);
  font-weight: 700;
  box-shadow: 0 0 0 6px #fff;
  flex-shrink: 0;
}
.freeze .process .card,
.spray .process .card,
.packaging .process .card,
.company .process .card,
.oem .process .card,
.contact .process .card {
  flex: 1;
  margin-top: 2.2rem;
  padding: 2.4rem 1.8rem;
  width: 100%;
  background-color: var(--color-main);
  border-radius: 1.2rem;
  text-align: left;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .freeze .process .card,
  .spray .process .card,
  .packaging .process .card,
  .company .process .card,
  .oem .process .card,
  .contact .process .card {
    margin-top: 0;
  }
}
.freeze .process .card h3,
.spray .process .card h3,
.packaging .process .card h3,
.company .process .card h3,
.oem .process .card h3,
.contact .process .card h3 {
  color: var(--color-accent);
  font-size: var(--font-size-18);
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.freeze .process .card p,
.spray .process .card p,
.packaging .process .card p,
.company .process .card p,
.oem .process .card p,
.contact .process .card p {
  margin-top: 1.2rem;
  font-size: var(--font-size-14);
  line-height: 1.7;
  color: #555;
}
.freeze .flow .flow-steps,
.spray .flow .flow-steps,
.packaging .flow .flow-steps,
.company .flow .flow-steps,
.oem .flow .flow-steps,
.contact .flow .flow-steps {
  display: grid;
  gap: 2rem;
}
.freeze .flow .flow-step,
.spray .flow .flow-step,
.packaging .flow .flow-step,
.company .flow .flow-step,
.oem .flow .flow-step,
.contact .flow .flow-step {
  display: grid;
  grid-template-columns: 30rem 1fr;
  gap: 3.2rem;
  align-items: center;
  padding: 2.4rem;
  background-color: #fff;
  border-radius: 1.4rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .freeze .flow .flow-step,
  .spray .flow .flow-step,
  .packaging .flow .flow-step,
  .company .flow .flow-step,
  .oem .flow .flow-step,
  .contact .flow .flow-step {
    grid-template-columns: 1fr;
    gap: 1.6rem;
    padding: 2rem;
  }
}
.freeze .flow .flow-step figure img,
.spray .flow .flow-step figure img,
.packaging .flow .flow-step figure img,
.company .flow .flow-step figure img,
.oem .flow .flow-step figure img,
.contact .flow .flow-step figure img {
  width: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem;
}
.freeze .flow .flow-step .step-label,
.spray .flow .flow-step .step-label,
.packaging .flow .flow-step .step-label,
.company .flow .flow-step .step-label,
.oem .flow .flow-step .step-label,
.contact .flow .flow-step .step-label {
  display: inline-block;
  padding: 0.6rem 1.4rem;
  background-color: var(--color-accent);
  color: #fff;
  font-family: var(--font-satoshi);
  font-size: var(--font-size-13);
  font-weight: 700;
  letter-spacing: 0.08em;
  border-radius: calc(infinity * 1px);
}
.freeze .flow .flow-step h3,
.spray .flow .flow-step h3,
.packaging .flow .flow-step h3,
.company .flow .flow-step h3,
.oem .flow .flow-step h3,
.contact .flow .flow-step h3 {
  margin: 1.2rem 0;
  font-size: var(--font-size-20);
  font-weight: 700;
}
.freeze .flow .flow-step p,
.spray .flow .flow-step p,
.packaging .flow .flow-step p,
.company .flow .flow-step p,
.oem .flow .flow-step p,
.contact .flow .flow-step p {
  font-size: var(--font-size-16);
  line-height: 1.9;
}
.freeze .flow .flow-step ul,
.spray .flow .flow-step ul,
.packaging .flow .flow-step ul,
.company .flow .flow-step ul,
.oem .flow .flow-step ul,
.contact .flow .flow-step ul {
  margin-top: 1.2rem;
  display: grid;
  gap: 0.6rem;
}
.freeze .flow .flow-step ul li,
.spray .flow .flow-step ul li,
.packaging .flow .flow-step ul li,
.company .flow .flow-step ul li,
.oem .flow .flow-step ul li,
.contact .flow .flow-step ul li {
  position: relative;
  padding-left: 1.6rem;
  font-size: var(--font-size-15);
  line-height: 1.6;
}
.freeze .flow .flow-step ul li::before,
.spray .flow .flow-step ul li::before,
.packaging .flow .flow-step ul li::before,
.company .flow .flow-step ul li::before,
.oem .flow .flow-step ul li::before,
.contact .flow .flow-step ul li::before {
  content: "";
  position: absolute;
  top: 0.7rem;
  left: 0;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background-color: var(--color-accent);
}
.freeze .faq,
.spray .faq,
.packaging .faq,
.company .faq,
.oem .faq,
.contact .faq {
  background-color: #fff;
}
.freeze .faq .faq-list,
.spray .faq .faq-list,
.packaging .faq .faq-list,
.company .faq .faq-list,
.oem .faq .faq-list,
.contact .faq .faq-list {
  max-width: 86rem;
  margin: 0 auto;
  display: grid;
  gap: 1.6rem;
}
.freeze .faq .faq-item,
.spray .faq .faq-item,
.packaging .faq .faq-item,
.company .faq .faq-item,
.oem .faq .faq-item,
.contact .faq .faq-item {
  padding: 2.4rem 2.8rem;
  background-color: var(--color-main);
  border-radius: 1.2rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .freeze .faq .faq-item,
  .spray .faq .faq-item,
  .packaging .faq .faq-item,
  .company .faq .faq-item,
  .oem .faq .faq-item,
  .contact .faq .faq-item {
    padding: 2rem;
  }
}
.freeze .faq dt,
.freeze .faq dd,
.spray .faq dt,
.spray .faq dd,
.packaging .faq dt,
.packaging .faq dd,
.company .faq dt,
.company .faq dd,
.oem .faq dt,
.oem .faq dd,
.contact .faq dt,
.contact .faq dd {
  display: grid;
  grid-template-columns: 3.2rem 1fr;
  gap: 1.4rem;
  align-items: start;
  font-size: var(--font-size-16);
  line-height: 1.7;
}
.freeze .faq dt::before,
.freeze .faq dd::before,
.spray .faq dt::before,
.spray .faq dd::before,
.packaging .faq dt::before,
.packaging .faq dd::before,
.company .faq dt::before,
.company .faq dd::before,
.oem .faq dt::before,
.oem .faq dd::before,
.contact .faq dt::before,
.contact .faq dd::before {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  background-color: var(--color-accent);
  color: #fff;
  font-family: var(--font-satoshi);
  font-weight: 700;
  font-size: var(--font-size-15);
  flex-shrink: 0;
}
.freeze .faq dt::before,
.spray .faq dt::before,
.packaging .faq dt::before,
.company .faq dt::before,
.oem .faq dt::before,
.contact .faq dt::before {
  content: "Q";
}
.freeze .faq dd,
.spray .faq dd,
.packaging .faq dd,
.company .faq dd,
.oem .faq dd,
.contact .faq dd {
  margin-top: 1.4rem;
  padding-top: 1.4rem;
  border-top: 1px solid #e4ddcd;
  color: #555;
}
.freeze .faq dd::before,
.spray .faq dd::before,
.packaging .faq dd::before,
.company .faq dd::before,
.oem .faq dd::before,
.contact .faq dd::before {
  content: "A";
  background-color: var(--color-sub);
}

:where(.site-header) {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  transform: translateY(-100%);
}
:where(.site-header):where(.is-top) .inner {
  background-color: rgba(255, 255, 255, 0);
  backdrop-filter: initial;
}
:where(.site-header) .inner {
  display: grid;
  grid-template-columns: 22rem 1fr;
  align-items: center;
  -moz-column-gap: 2.4rem;
       column-gap: 2.4rem;
  height: 8rem;
  padding-inline: 4rem;
  background-color: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(0.4rem);
  transition: background-color 0.3s ease-out;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  :where(.site-header) .inner {
    grid-template-columns: 16rem 1fr auto;
    height: 7rem;
    padding-inline: 2rem 0;
  }
}
:where(.site-header) .logo {
  position: relative;
  z-index: 6;
}
@media (any-hover: hover) {
  :where(.site-header) .logo:hover {
    opacity: 0.8;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  :where(.site-header) .drawer-btn {
    grid-column: 3;
    position: relative;
    z-index: 2;
  }
  :where(.site-header) .drawer-btn button {
    display: grid;
    place-content: center;
    padding: 0.8rem 2rem;
    aspect-ratio: 1;
  }
  :where(.site-header) .drawer-btn button .line {
    position: relative;
    display: block;
    width: 3rem;
    height: 2px;
    background-color: var(--color-accent);
    transition: 0.3s ease;
  }
  :where(.site-header) .drawer-btn button .line::before, :where(.site-header) .drawer-btn button .line::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: var(--color-accent);
    transition: 0.3s ease;
  }
  :where(.site-header) .drawer-btn button .line::before {
    top: -1rem;
  }
  :where(.site-header) .drawer-btn button .line::after {
    top: 1rem;
  }
  :where(.site-header) .drawer-btn button[aria-expanded=true] .line {
    background-color: transparent;
  }
  :where(.site-header) .drawer-btn button[aria-expanded=true] .line::before, :where(.site-header) .drawer-btn button[aria-expanded=true] .line::after {
    top: 0;
  }
  :where(.site-header) .drawer-btn button[aria-expanded=true] .line::before {
    transform: rotate(45deg);
  }
  :where(.site-header) .drawer-btn button[aria-expanded=true] .line::after {
    transform: rotate(-45deg);
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  :where(.site-header) .drawer-menu {
    position: fixed;
    top: 0;
    left: 0;
    height: 100dvh;
    width: min(45rem, 100%);
    overflow-y: auto;
    visibility: hidden;
    background-color: var(--color-base);
    transition: 0.3s ease;
  }
}
:where(.site-header) .drawer-menu[data-expanded=true] {
  visibility: visible;
}
:where(.site-header) .drawer-menu[data-expanded=true] nav {
  opacity: 1;
  translate: 0 0;
}
:where(.site-header) .drawer-menu nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 2.4rem;
}
@media screen and (min-width: 769px) and (max-width: 959px) {
  :where(.site-header) .drawer-menu nav {
    gap: 10px;
  }
}
@media screen and (min-width: 769px) and (max-width: 859px) {
  :where(.site-header) .drawer-menu nav {
    gap: 6px;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  :where(.site-header) .drawer-menu nav {
    display: block;
    padding: 11rem 4rem 20rem;
    opacity: 0;
    translate: 0 2rem;
    transition: 0.5s 0.2s ease;
  }
}
:where(.site-header) .nav-list {
  display: flex;
  align-items: center;
  gap: 2.4rem;
}
@media screen and (min-width: 769px) and (max-width: 959px) {
  :where(.site-header) .nav-list {
    gap: 8px;
  }
}
@media screen and (min-width: 769px) and (max-width: 859px) {
  :where(.site-header) .nav-list {
    gap: 4px;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  :where(.site-header) .nav-list {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  :where(.site-header) .nav-list > li:not(.has-mega) {
    border-bottom: 1px solid #d9d9d9;
  }
}
:where(.site-header) .nav-list > li:not(.has-mega) > a {
  font-size: var(--font-size-14);
  font-weight: 500;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
@media screen and (min-width: 769px) and (max-width: 959px) {
  :where(.site-header) .nav-list > li:not(.has-mega) > a {
    font-size: max(12px, 1.4rem);
  }
}
@media (any-hover: hover) {
  :where(.site-header) .nav-list > li:not(.has-mega) > a:hover {
    color: var(--color-accent);
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  :where(.site-header) .nav-list > li:not(.has-mega) > a {
    display: grid;
    grid-template-columns: 1fr 1rem;
    align-items: center;
    width: 100%;
    padding: 2rem 1rem 2rem 0.8rem;
    font-size: 1.7rem;
  }
  :where(.site-header) .nav-list > li:not(.has-mega) > a::after {
    content: "";
    aspect-ratio: 5/9;
    -webkit-mask: url(/assets/images/common/icon-arrow.svg) no-repeat center/contain;
            mask: url(/assets/images/common/icon-arrow.svg) no-repeat center/contain;
    background-color: var(--color-font);
  }
}
:where(.site-header) .nav-list > li.has-mega {
  position: relative;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  :where(.site-header) .nav-list > li.has-mega {
    border-bottom: 1px solid #d9d9d9;
  }
}
:where(.site-header) .js-mega-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: var(--font-size-14);
  font-weight: 500;
  letter-spacing: 0.02em;
  white-space: nowrap;
  cursor: pointer;
  color: var(--color-font);
  transition: color 0.2s ease;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  :where(.site-header) .js-mega-toggle {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 2rem 0.8rem;
    font-size: 1.7rem;
  }
}
:where(.site-header) .indicator {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.3rem;
  aspect-ratio: 1;
  background-color: var(--color-accent);
  flex-shrink: 0;
  position: relative;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  :where(.site-header) .indicator {
    width: 1.6rem;
  }
}
:where(.site-header) .indicator::before, :where(.site-header) .indicator::after {
  content: "";
  position: absolute;
  background-color: #fff;
  transition: opacity 0.2s ease;
}
:where(.site-header) .indicator::before {
  width: 0.7rem;
  height: 1px;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  :where(.site-header) .indicator::before {
    width: 0.9rem;
  }
}
:where(.site-header) .indicator::after {
  width: 1px;
  height: 0.7rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  :where(.site-header) .indicator::after {
    height: 0.9rem;
  }
}
@media screen and (min-width: 0px) {
  :where(.site-header) .mega-menu {
    position: fixed;
    top: 9.6rem;
    left: 20rem;
    right: 20rem;
    border-radius: 0.5rem;
    background-color: var(--color-main);
    display: flex;
    align-items: center;
    padding: 2.4rem 4rem;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-0.6rem);
    transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
    z-index: 4;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  :where(.site-header) .mega-menu {
    display: none;
  }
}
:where(.site-header) .mega-inner {
  display: grid;
  grid-template-columns: 17.5rem 1fr;
  align-items: center;
  gap: 5.6rem;
  height: 100%;
}
:where(.site-header) .mega-title {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid var(--color-sub);
}
:where(.site-header) .mega-title p {
  font-size: var(--font-size-18);
  font-weight: 700;
  color: #222;
  line-height: 1.3;
}
:where(.site-header) .mega-title span {
  font-family: var(--font-satoshi);
  display: block;
  margin-top: 0.8rem;
  font-size: var(--font-size-12);
  font-weight: 500;
  color: var(--color-accent);
  letter-spacing: 0.04em;
}
:where(.site-header) .mega-items {
  display: flex;
  gap: 4rem;
}
:where(.site-header) .mega-items li a {
  display: grid;
  grid-template-columns: 9.3rem auto;
  align-items: center;
  gap: 1.2rem;
}
:where(.site-header) .mega-items li a figure {
  aspect-ratio: 1;
  overflow: hidden;
  background-color: #e0dbd2;
}
:where(.site-header) .mega-items li a figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
:where(.site-header) .mega-items li a span {
  font-size: var(--font-size-14);
  font-weight: 500;
  color: #222;
  white-space: nowrap;
  transition: color 0.2s ease;
}
@media (any-hover: hover) {
  :where(.site-header) .mega-items li a:hover figure img {
    transform: scale(1.05);
  }
  :where(.site-header) .mega-items li a:hover span {
    color: var(--color-accent);
  }
}
:where(.site-header) .has-mega.is-open > .js-mega-toggle {
  color: var(--color-accent);
}
:where(.site-header) .has-mega.is-open .indicator::after {
  opacity: 0;
}
@media screen and (min-width: 0px) {
  :where(.site-header) .has-mega.is-open .mega-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  :where(.site-header) .has-mega.is-open .sp-sub {
    grid-template-rows: 1fr;
  }
}
@media screen and (min-width: 769px) {
  :where(.site-header) .sp-sub {
    display: none;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  :where(.site-header) .sp-sub {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.35s ease;
  }
  :where(.site-header) .sp-sub > ul {
    overflow: hidden;
  }
  :where(.site-header) .sp-sub > ul li {
    border-bottom: 1px solid #ebebeb;
  }
  :where(.site-header) .sp-sub > ul li:last-child {
    border-bottom: none;
  }
  :where(.site-header) .sp-sub > ul li a {
    display: block;
    padding: 1.4rem 0.8rem 1.4rem 2.8rem;
    font-size: 1.5rem;
    color: #666;
  }
  :where(.site-header) .sp-sub > ul li a::before {
    content: "– ";
  }
}
:where(.site-header) .cta-btn {
  display: flex;
  align-items: center;
  gap: 1rem;
  height: 4rem;
  flex-shrink: 0;
  padding-inline: 1.8rem 1.2rem;
  border: 1px solid var(--color-accent);
  border-radius: calc(infinity * 1px);
  color: var(--color-accent);
  white-space: nowrap;
  font-size: var(--font-size-14);
  font-weight: 600;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 769px) and (max-width: 959px) {
  :where(.site-header) .cta-btn {
    gap: 6px;
    padding-inline: 10px 8px;
    font-size: max(12px, 1.4rem);
  }
}
@media screen and (min-width: 769px) and (max-width: 859px) {
  :where(.site-header) .cta-btn {
    gap: 4px;
    padding-inline: 8px 6px;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  :where(.site-header) .cta-btn {
    justify-content: space-between;
    width: 24rem;
    height: 6.4rem;
    margin: 6.4rem auto 0;
    padding-inline: 2.4rem;
  }
}
:where(.site-header) .cta-btn .arrow {
  display: grid;
  place-items: center;
  flex-shrink: 0;
  width: 2.4rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--color-accent);
  transition: background-color 0.2s ease;
}
:where(.site-header) .cta-btn .arrow::after {
  content: "";
  display: block;
  width: 0.4rem;
  aspect-ratio: 1;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg) translate(-10%, 10%);
  transition: 0.2s ease;
}
@media (any-hover: hover) {
  :where(.site-header) .cta-btn:hover {
    background-color: var(--color-accent);
    color: #fff;
  }
  :where(.site-header) .cta-btn:hover .arrow {
    background-color: #fff;
  }
  :where(.site-header) .cta-btn:hover .arrow::after {
    border-color: var(--color-accent);
  }
}

.site-footer {
  position: relative;
  z-index: 2;
}
.site-footer .inner {
  max-width: 148rem;
  margin-inline: auto;
  padding-inline: clamp(2.4rem, 4.5vw, 8rem);
}
.site-footer .foot-upper {
  background-color: #f7f3eb;
}
.site-footer .foot-upper .inner {
  padding-block: 7.2rem 5.6rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-footer .foot-upper .inner {
    padding-block: 5rem 4rem;
  }
}
.site-footer .foot-lower {
  background-color: #fff;
  border-top: 1px solid #ece6da;
}
.site-footer .foot-lower .inner {
  padding-block: 2.4rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-footer .foot-lower .inner {
    padding-block: 2rem 10rem;
  }
}
.site-footer .foot-main {
  display: grid;
  grid-template-columns: minmax(0, auto) minmax(0, auto);
  justify-content: center;
  gap: 4rem 5rem;
  align-items: start;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-footer .foot-main {
    display: block;
  }
}
.site-footer .foot-brand {
  width: 24rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-footer .foot-brand {
    width: auto;
  }
}
.site-footer .foot-brand .logo {
  display: inline-block;
  transition: opacity 0.2s ease;
}
@media (any-hover: hover) {
  .site-footer .foot-brand .logo:hover {
    opacity: 0.8;
  }
}
.site-footer .foot-brand .logo img {
  width: 20rem;
  height: auto;
}
.site-footer .foot-brand .address {
  margin-top: 2.4rem;
}
.site-footer .foot-brand .address dt {
  margin-bottom: 0.8rem;
  font-size: var(--font-size-15);
  font-weight: 700;
  color: #333;
}
.site-footer .foot-brand .address dd {
  font-size: var(--font-size-13);
  line-height: 1.9;
  color: #666;
}
.site-footer .foot-brand .group-co {
  margin-top: 2.8rem;
}
.site-footer .foot-brand .group-co .group-label {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.8rem 1.2rem;
  margin-bottom: 1.2rem;
  font-size: var(--font-size-12);
  font-weight: 700;
  letter-spacing: 0.04em;
}
.site-footer .foot-brand .group-co .group-label span {
  font-weight: 500;
  color: #888;
}
.site-footer .foot-brand .group-co .group-banner {
  display: inline-grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 1.4rem;
  padding: 1.2rem 1.8rem;
  background-color: #fff;
  border: 1px solid #e3ddd2;
  border-radius: 0.8rem;
  transition: opacity 0.2s ease;
}
@media (any-hover: hover) {
  .site-footer .foot-brand .group-co .group-banner:hover {
    opacity: 0.8;
  }
}
.site-footer .foot-brand .group-co .group-banner img {
  width: 9rem;
  height: auto;
}
.site-footer .foot-brand .group-co .group-banner span {
  font-size: var(--font-size-13);
  font-weight: 500;
  color: #555;
  white-space: nowrap;
}
.site-footer .foot-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 3rem 4.8rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-footer .foot-nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3.2rem 2.4rem;
    margin-top: 4rem;
  }
}
.site-footer .foot-nav > .col {
  flex: 0 0 auto;
}
.site-footer .foot-nav .col-head {
  margin-bottom: 1.6rem;
  font-size: var(--font-size-14-5);
  font-weight: 700;
  color: #222;
}
.site-footer .foot-nav .col-head a {
  transition: color 0.2s ease;
}
@media (any-hover: hover) {
  .site-footer .foot-nav .col-head a:hover {
    color: var(--color-accent);
  }
}
.site-footer .foot-nav ul {
  display: grid;
  gap: 1.1rem;
}
.site-footer .foot-nav ul li a {
  font-size: var(--font-size-12-5);
  line-height: 1.6;
  color: #666;
  transition: color 0.2s ease;
}
@media (any-hover: hover) {
  .site-footer .foot-nav ul li a:hover {
    color: var(--color-accent);
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-footer .foot-nav .col-contact {
    grid-column: 1/-1;
  }
}
.site-footer .foot-nav .foot-tel dt {
  font-size: var(--font-size-12);
  font-weight: 700;
  color: #999;
  letter-spacing: 0.04em;
}
.site-footer .foot-nav .foot-tel dd {
  margin-top: 0.2rem;
  font-size: var(--font-size-13-5);
  line-height: 1.7;
  color: #444;
}
.site-footer .foot-nav .foot-tel dd a {
  color: inherit;
  transition: color 0.2s ease;
}
@media (any-hover: hover) {
  .site-footer .foot-nav .foot-tel dd a:hover {
    color: var(--color-accent);
  }
}
.site-footer .foot-nav .foot-tel dd + dt {
  margin-top: 1rem;
}
.site-footer .foot-nav .foot-contact-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
  margin-top: 1.8rem;
  height: 4.4rem;
  padding-inline: 2.6rem;
  background-color: var(--color-accent);
  border-radius: calc(infinity * 1px);
  color: #fff;
  font-size: var(--font-size-13-5);
  font-weight: 700;
  white-space: nowrap;
  transition: opacity 0.2s ease;
}
@media (any-hover: hover) {
  .site-footer .foot-nav .foot-contact-btn:hover {
    opacity: 0.85;
  }
}
.site-footer .foot-nav .foot-contact-btn::after {
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
.site-footer .foot-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.6rem 3rem;
  flex-wrap: wrap;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-footer .foot-bottom {
    flex-direction: column;
    align-items: stretch;
    gap: 1.6rem;
  }
}
.site-footer .foot-bottom .foot-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2.4rem;
}
.site-footer .foot-bottom .foot-legal a {
  font-size: var(--font-size-12-5);
  color: #555;
  transition: color 0.2s ease;
}
@media (any-hover: hover) {
  .site-footer .foot-bottom .foot-legal a:hover {
    color: var(--color-accent);
  }
}
.site-footer .foot-bottom .copy {
  font-family: var(--font-satoshi);
  font-size: var(--font-size-12);
  letter-spacing: 0.04em;
  color: #888;
}
.site-footer .page-top {
  position: absolute;
  right: 3.2rem;
  bottom: 3.2rem;
  display: grid;
  place-content: center;
  width: 4.8rem;
  height: 4.8rem;
  background-color: var(--color-accent);
  border-radius: 50%;
  transition: opacity 0.2s ease;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-footer .page-top {
    right: 1.6rem;
    bottom: 8rem;
  }
}
@media (max-width: 768px) and (max-height: 500px) {
  .site-footer .page-top {
    right: 16px;
    bottom: 64px;
    width: 40px;
    height: 40px;
  }
}
@media (any-hover: hover) {
  .site-footer .page-top:hover {
    opacity: 0.85;
  }
}
.site-footer .page-top::before {
  content: "";
  width: 1.1rem;
  height: 1.1rem;
  margin-top: 0.4rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(-45deg);
}

#top .fv {
  position: relative;
  display: grid;
  height: 105rem;
  overflow: hidden;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .fv {
    height: 70rem;
  }
}
#top .fv .fv-deco {
  position: absolute;
  inset: 0;
  background: url(/assets/images/top/fv-bg.png) no-repeat center top/cover;
}
#top .fv .content {
  position: relative;
  z-index: 1;
  width: min(160rem, 100%);
  margin-inline: auto;
  padding: 15.2rem 7.2rem 5.8rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .fv .content {
    padding: 16rem 2rem 0;
  }
}
#top .fv .content .lead {
  font-family: var(--font-yu-gothic);
  font-size: var(--font-size-32);
  font-weight: 700;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .fv .content .lead {
    font-size: 1.8rem;
  }
}
#top .fv .content .lead span {
  color: var(--color-accent);
}
#top .fv .content h1 {
  margin-top: 1.2rem;
  font-family: var(--font-yu-gothic);
  font-size: var(--font-size-84);
  font-weight: 700;
  text-shadow: 0 5px 30px rgba(122, 130, 153, 0.15);
  line-height: 1.15;
  letter-spacing: -0.19em;
  transform: skewX(-5deg);
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .fv .content h1 {
    font-size: 4.2rem;
    margin-top: 0.8rem;
  }
}
#top .fv .content .copy {
  margin-top: 1.6rem;
  text-align: end;
  font-size: var(--font-size-21);
  font-weight: 500;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .fv .content .copy {
    margin: 1.2rem 0 0;
    font-size: 1.5rem;
  }
}
#top .fv .content .copy span {
  display: inline-block;
  margin-left: 0.3rem;
  padding: 0.2rem 0.4rem;
  background-color: var(--color-accent);
  color: #fff;
  font-weight: 700;
}
#top .fv figure {
  position: relative;
  z-index: 1;
  margin-top: auto;
  width: 192rem;
  flex-shrink: 0;
  margin-inline: calc(50% - 96rem);
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .fv figure {
    width: 70rem;
    margin-inline: calc(50% - 34rem);
  }
}
#top .message {
  position: relative;
  background-color: #fff;
  overflow: hidden;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .message {
    padding-bottom: 6rem;
  }
}
#top .message::before {
  border-radius: 0.5rem;
  overflow: hidden;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .message::before {
    border-radius: 0.3rem;
  }
}
#top .message::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 12rem;
  right: calc(50% - 64.7rem);
  width: 30.6rem;
  aspect-ratio: 306/205;
  background: url(/assets/images/top/message-img02.jpg) no-repeat center/cover;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .message::before {
    display: none;
  }
}
#top .message::after {
  border-radius: 0.5rem;
  overflow: hidden;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .message::after {
    border-radius: 0.3rem;
  }
}
#top .message::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: calc(50% - 63.6rem);
  bottom: 15.7rem;
  width: min(30.6rem, 100%);
  aspect-ratio: 306/205;
  background: url(/assets/images/top/message-img01.jpg) no-repeat center/cover;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .message::after {
    position: static;
    display: block;
    margin-top: 3.2rem;
    margin-inline: auto;
    background-image: url(/assets/images/top/message-img02.jpg);
  }
}
#top .message .inner {
  padding-block: 16rem 17rem;
  text-align: center;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .message .inner {
    padding: 6rem 2rem 0;
  }
}
#top .message .inner h2 {
  margin-bottom: 4rem;
  font-size: var(--font-size-40);
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .message .inner h2 {
    margin-bottom: 2.4rem;
    font-size: 2.6rem;
  }
}
#top .message .inner h2::before {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 1.6rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .message .inner h2::before {
    margin-bottom: 1.2rem;
  }
}
#top .message .inner p {
  text-align: center;
  font-size: var(--font-size-16);
  font-weight: 500;
  line-height: 2;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .message .inner p {
    font-size: 1.4rem;
  }
}
#top .message .inner p + p {
  margin-top: 1em;
}
#top .business {
  display: grid;
  grid-template-columns: auto 63.7rem;
  align-items: start;
  justify-content: center;
  -moz-column-gap: 6.5rem;
       column-gap: 6.5rem;
  background-color: #f7f3eb;
  padding-inline: 7.2rem;
  padding-top: 12rem;
  padding-bottom: 12rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .business {
    grid-template-columns: 1fr;
    padding-inline: 2rem;
    padding-block: 6rem;
  }
}
#top .business .col-overview {
  position: sticky;
  top: var(--header-hight);
  padding-right: 4rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .business .col-overview {
    position: static;
    padding-right: 0;
  }
}
#top .business .col-overview h2 {
  font-family: var(--font-satoshi);
  font-size: var(--font-size-120);
  font-weight: 500;
  line-height: 1;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .business .col-overview h2 {
    font-size: 6rem;
  }
}
#top .business .col-overview h2::before {
  margin-bottom: 0.4rem;
}
#top .business .col-overview .circles {
  margin-top: 4rem;
  width: min(55.6rem, 100%);
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .business .col-overview .circles {
    width: min(30rem, 80%);
    margin-inline: auto;
    margin-top: 3rem;
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .business .items {
    margin-top: 4rem;
  }
}
#top .business .item {
  position: relative;
  padding-top: 2rem;
}
#top .business .item + .item {
  margin-top: 11.2rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .business .item + .item {
    margin-top: 8rem;
  }
}
#top .business .item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #ccc;
}
#top .business .item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 18.2rem;
  height: 2px;
  background-color: var(--color-accent);
}
#top .business .item > h3 {
  font-size: var(--font-size-28);
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.14em;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .business .item > h3 {
    font-size: 2.2rem;
  }
}
#top .business .item > h3::after {
  content: attr(data-en);
  display: block;
  margin-top: 0.4rem;
  font-family: var(--font-satoshi);
  font-size: var(--font-size-12);
  font-weight: 500;
  color: #777;
  letter-spacing: 0.06em;
}
#top .business .item > figure {
  margin-top: 1.6rem;
}
#top .business .item > figure img {
  width: 100%;
  aspect-ratio: 637/380;
  -o-object-fit: cover;
     object-fit: cover;
}
#top .business .item p.desc {
  margin-top: 1.6rem;
  font-size: var(--font-size-16);
  font-weight: 400;
  line-height: 2;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .business .item p.desc {
    font-size: 1.4rem;
  }
}
#top .business .item > footer {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  margin-top: 2.4rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .business .item > footer {
    gap: 1rem;
  }
}
#top .support-cases {
  padding-block: 8rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .support-cases {
    padding-block: 6rem;
  }
}
#top .support-cases > .common-inner > h2 {
  font-family: var(--font-satoshi);
  font-size: var(--font-size-64);
  font-weight: 500;
  line-height: 1;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .support-cases > .common-inner > h2 {
    font-size: 4rem;
  }
}
#top .support-cases .support-cases-lead {
  margin-top: 2.4rem;
  font-size: var(--font-size-16);
  font-weight: 500;
  line-height: 1.9;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .support-cases .support-cases-lead {
    margin-top: 1.6rem;
    font-size: 1.4rem;
  }
}
#top .support-cases .list {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .support-cases .list {
    margin-top: 2.4rem;
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }
}
#top .support-cases .case {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #f7f3eb;
  border-radius: 1.2rem;
  padding: 2.4rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .support-cases .case {
    padding: 2rem;
    border-radius: 0.8rem;
  }
}
#top .support-cases .case-img {
  position: relative;
  aspect-ratio: 16/10;
  border-radius: 0.8rem;
  overflow: hidden;
  background-color: #ebe4d5;
  display: grid;
  place-content: center;
}
#top .support-cases .case-img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top .support-cases .case-img .case-img-note {
  font-size: var(--font-size-13);
  font-weight: 500;
  color: #b0a489;
  letter-spacing: 0.08em;
}
#top .support-cases .case-body {
  margin-top: 2rem;
  min-width: 0;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .support-cases .case-body {
    margin-top: 1.6rem;
  }
}
#top .support-cases .case-body > h3 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.8rem 1rem;
  line-height: 1.5;
}
#top .support-cases .case-body > h3 .case-no {
  font-family: var(--font-satoshi);
  font-size: var(--font-size-16);
  font-weight: 500;
  color: var(--color-accent);
  letter-spacing: 0.04em;
}
#top .support-cases .case-body > h3 .case-cat {
  font-size: var(--font-size-16);
  font-weight: 700;
  color: var(--color-accent);
  letter-spacing: 0.04em;
}
#top .support-cases .case-body > h3 .txt {
  flex-basis: 100%;
  font-size: var(--font-size-18);
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .support-cases .case-body > h3 .txt {
    font-size: 1.6rem;
  }
}
#top .support-cases .support-cases-action {
  margin-top: 4rem;
  display: grid;
  place-content: center;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .support-cases .support-cases-action {
    margin-top: 2.4rem;
  }
}
#top .support-cases .support-cases-action a {
  display: grid;
  grid-auto-flow: column;
  align-items: center;
  gap: 1.2rem;
  min-width: 28rem;
  height: 5.6rem;
  padding-inline: 3.2rem;
  background-color: var(--color-accent);
  color: #fbfcfc;
  font-size: var(--font-size-16);
  font-weight: 700;
  border-radius: calc(infinity * 1px);
  white-space: nowrap;
  transition: opacity 0.2s ease;
}
#top .support-cases .support-cases-action a:focus {
  opacity: 0.8;
}
@media (hover: hover) and (pointer: fine) {
  #top .support-cases .support-cases-action a:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
  #top .support-cases .support-cases-action a:where(:any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .support-cases .support-cases-action a {
    width: 100%;
    min-width: 0;
    height: 5rem;
    font-size: 1.4rem;
  }
}
#top .support-cases .support-cases-action a::after {
  content: "";
  width: 0.7rem;
  aspect-ratio: 1;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
#top .news {
  padding-block: 8rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .news {
    padding-block: 6rem;
  }
}
#top .news > .common-inner > h2 {
  font-family: var(--font-satoshi);
  font-size: var(--font-size-64);
  font-weight: 500;
  line-height: 1;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .news > .common-inner > h2 {
    font-size: 4rem;
  }
}
#top .news .more-link {
  display: grid;
  place-content: center;
  height: 4.8rem;
  min-width: 22.3rem;
  width: -moz-fit-content;
  width: fit-content;
  margin: 3.5rem 0 0 auto;
  padding-inline: 2.8rem;
  background-color: var(--color-accent);
  color: #fbfcfc;
  font-size: var(--font-size-14);
  font-weight: 700;
  border-radius: calc(infinity * 1px);
  white-space: nowrap;
  transition: opacity 0.2s ease;
}
#top .news .more-link:focus {
  opacity: 0.8;
}
@media (hover: hover) and (pointer: fine) {
  #top .news .more-link:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
  #top .news .more-link:where(:any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .news .more-link {
    margin-inline: auto;
  }
}
#top .news .list {
  margin-top: 3.6rem;
  border-top: 1px solid #ddd;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .news .list {
    margin-top: 2.4rem;
  }
}
#top .news .list a {
  display: grid;
  grid-template-columns: auto 1fr 0.8rem;
  align-items: center;
  -moz-column-gap: 3.2rem;
       column-gap: 3.2rem;
  padding: 1.6rem 1.1rem 1.6rem 0;
  color: #454545;
  border-bottom: 1px solid #ddd;
  transition: background-color 0.2s ease;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .news .list a {
    grid-template-columns: 1fr 0.8rem;
    -moz-column-gap: 1.6rem;
         column-gap: 1.6rem;
    row-gap: 0.6rem;
    padding-block: 1.4rem;
  }
}
#top .news .list a:focus {
  background: rgba(0, 0, 0, 0.02);
}
#top .news .list a:focus p {
  color: var(--color-accent);
}
#top .news .list a:focus .arrow::after {
  background-color: var(--color-accent);
}
@media (hover: hover) and (pointer: fine) {
  #top .news .list a:where(:-moz-any-link, :enabled, summary):hover {
    background: rgba(0, 0, 0, 0.02);
  }
  #top .news .list a:where(:any-link, :enabled, summary):hover {
    background: rgba(0, 0, 0, 0.02);
  }
  #top .news .list a:where(:-moz-any-link, :enabled, summary):hover p {
    color: var(--color-accent);
  }
  #top .news .list a:where(:any-link, :enabled, summary):hover p {
    color: var(--color-accent);
  }
  #top .news .list a:where(:-moz-any-link, :enabled, summary):hover .arrow::after {
    background-color: var(--color-accent);
  }
  #top .news .list a:where(:any-link, :enabled, summary):hover .arrow::after {
    background-color: var(--color-accent);
  }
}
#top .news .list a .meta {
  display: grid;
  grid-auto-flow: column;
  align-items: center;
  gap: 2rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .news .list a .meta {
    display: flex;
  }
}
#top .news .list a .meta time {
  font-family: var(--font-satoshi);
  font-size: var(--font-size-12);
  font-weight: 400;
  color: #454545;
  letter-spacing: 0.06em;
}
#top .news .list a p {
  font-size: var(--font-size-14);
  font-weight: 500;
  line-height: 1.5;
  transition: color 0.2s ease;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .news .list a p {
    grid-column: 1/span 2;
    grid-row: 2;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .news .list a .arrow {
    grid-column: 2;
    grid-row: 1/span 2;
  }
}
#top .news .list a .arrow::after {
  content: "";
  display: block;
  aspect-ratio: 6/8;
  -webkit-mask: url(/assets/images/common/icon-arrow.svg) no-repeat center/contain;
          mask: url(/assets/images/common/icon-arrow.svg) no-repeat center/contain;
  background-color: #454545;
}

/*--------------------------------------
　受注加工共通
--------------------------------------*/
.processing-example-title {
  display: block;
  margin-bottom: var(--header-hight);
  text-align: center;
}

.processing-example-title .ja {
  display: block;
}

.processing-example-title .ja span {
  display: inline-block;
  margin-bottom: 1.2rem;
  padding: 0.8rem 1.3rem;
  background: radial-gradient(circle, rgba(0, 0, 0, 0.05) 1.85rem, transparent 1.85rem) left center/3.7rem 3.7rem no-repeat;
  color: #ae9b75;
  font-size: var(--font-size-12);
  font-weight: 700;
  line-height: 3.7rem;
  letter-spacing: 0.05em;
  white-space: nowrap;
  content: "";
}

.processing-example-title .en {
  display: block;
  font: var(--font-satoshi);
  font-size: var(--font-size-60);
  font-weight: 500;
  line-height: 1em;
}

@media screen and (max-width: 768px) {
  .processing-example-title .ja span {
    margin-bottom: 1.2rem;
    padding: 0.8rem 1.3rem;
    font-size: 1.2rem;
  }
  .processing-example-title .en {
    font-size: 4rem;
  }
}
/*事例*/
.page-ex-block-wrap {
  padding: 3.5% 5% 5% 5%;
  background: #fff;
  box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.3);
}

.processing-example-block {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.page-ex-photo {
  flex-basis: 43%;
  margin-right: 5%;
}

.processing-example-text-block {
  flex-basis: 52%;
}

.page-ex-photo {
  display: flex;
  flex-wrap: wrap;
}

.page-ex-photo figure:nth-child(1) {
  flex-basis: 100%;
}

.page-ex-photo figure:nth-child(2) {
  flex-basis: 50%;
}

.page-ex-photo figure:nth-child(3) {
  flex-basis: 50%;
}

.processing-example {
  border-top: 1px solid #d4c6ba;
}

.processing-example > dt {
  padding: 0.7rem 1rem;
  border-bottom: 1px solid #ebe5e0;
  color: var(--color-accent);
  font-weight: 700;
}

.processing-example > dd {
  padding: 0.7rem 1rem;
  border-bottom: 1px solid #d4c6ba;
}

.processing-example-inner > dt {
  padding: 0.5rem 0;
  color: #af9c8c;
  font-weight: 600;
}

.processing-example-inner > dd {
  padding: 0.5rem 0;
}

.notes-list {
  margin: 1em 0 1.5em;
  font-size: var(--font-size-15);
  color: #666;
}

.notes-list li {
  margin-left: -1em;
  text-indent: -1em;
  padding-left: 2em;
  line-height: 150%;
}

.notes-list li:before {
  content: "※";
}

.inner-list {
  margin-bottom: 1em;
}

@media screen and (max-width: 768px) {
  .page-ex-photo {
    flex-basis: 100%;
    margin: 0 0 10% 0;
  }
  .processing-example-text-block {
    flex-basis: 100%;
  }
}
/*--------------------------------------
　受託加工ページ（フリーズドライ／スプレードライ／充填・包装）の個別調整
　※共通デザインは common.scss の「下層ページ共通デザイン」を参照
--------------------------------------*/
/*--------------------------------------
　充填・包装 固有の調整
--------------------------------------*/
.packaging .issues {
  background-color: #fff;
}
.packaging .reasons {
  background-color: var(--color-main);
}
.packaging .process {
  background-color: var(--color-main);
}
.packaging .reasons .reason {
  background-color: #fff;
}
.packaging .reasons .reason .point-list.two-col {
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: column;
  grid-template-rows: repeat(3, auto);
  -moz-column-gap: 3.2rem;
       column-gap: 3.2rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .packaging .reasons .reason .point-list.two-col {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    grid-template-rows: none;
  }
}
.packaging .reasons .reason .point-list li small {
  display: block;
  margin-top: 0.4rem;
  font-size: var(--font-size-13);
  line-height: 1.6;
  color: #777;
}
.packaging .range {
  padding-block: 10rem;
  background-color: #fff;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .packaging .range {
    padding-block: 6rem;
  }
}
.packaging .range .range-list {
  max-width: 80rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.4rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .packaging .range .range-list {
    grid-template-columns: 1fr;
  }
}
.packaging .range .range-list li {
  position: relative;
  padding: 1.8rem 2rem 1.8rem 4.4rem;
  background-color: var(--color-main);
  border-radius: 1rem;
  font-size: var(--font-size-16);
  line-height: 1.5;
}
.packaging .range .range-list li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 2rem;
  width: 1rem;
  height: 1.7rem;
  margin-top: -1rem;
  border-right: 2px solid var(--color-accent);
  border-bottom: 2px solid var(--color-accent);
  transform: rotate(45deg);
}
.packaging .range .range-note {
  max-width: 80rem;
  margin: 2.8rem auto 0;
  text-align: center;
  font-size: var(--font-size-16);
  line-height: 1.9;
  color: #444;
}
.packaging .process .card {
  background-color: #fff;
}
.packaging .process .card h3 {
  min-height: 5.4rem;
}
.packaging .faq .answer {
  display: block;
}
.packaging .faq .lot-list {
  margin-top: 1.2rem;
  display: grid;
  gap: 0.6rem;
}
.packaging .faq .lot-list li {
  position: relative;
  padding-left: 1.4rem;
  font-size: var(--font-size-15);
  line-height: 1.6;
}
.packaging .faq .lot-list li::before {
  content: "";
  position: absolute;
  top: 0.8rem;
  left: 0;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background-color: var(--color-accent);
}

.freeze .process .process-steps::before,
.spray .process .process-steps::before {
  display: none;
}
.freeze .process .step,
.spray .process .step {
  position: relative;
}
.freeze .process .step::after,
.spray .process .step::after {
  content: "";
  position: absolute;
  top: 2.4rem;
  left: 50%;
  width: calc(100% + 1.8rem);
  height: 3px;
  background: linear-gradient(90deg, #1c9a47, #8fd3a6);
  border-radius: 2px;
  z-index: 0;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .freeze .process .step::after,
  .spray .process .step::after {
    display: none;
  }
}
.freeze .process .step:nth-child(5n)::after, .freeze .process .step:last-child::after,
.spray .process .step:nth-child(5n)::after,
.spray .process .step:last-child::after {
  display: none;
}

/*--------------------------------------
　会社情報
--------------------------------------*/
.company .greeting,
.company .profile,
.company .history,
.company .equipment,
.company .access {
  padding-block: 10rem;
  scroll-margin-top: 9rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .company .greeting,
  .company .profile,
  .company .history,
  .company .equipment,
  .company .access {
    padding-block: 6rem;
  }
}
.company .profile,
.company .equipment {
  background-color: var(--color-main);
}
.company .access {
  background-color: #fff;
}
.company .company-nav {
  background-color: #fff;
  border-bottom: 1px solid #ece6da;
}
.company .company-nav .common-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem 1.2rem;
  padding-block: 2.4rem;
}
.company .company-nav a {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  padding: 1rem 2rem;
  background-color: var(--color-main);
  border-radius: calc(infinity * 1px);
  font-size: var(--font-size-15);
  font-weight: 700;
  transition: opacity 0.2s ease;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .company .company-nav a {
    font-size: 1.4rem;
    padding: 0.8rem 1.6rem;
  }
}
.company .company-nav a:focus {
  opacity: 0.8;
}
@media (hover: hover) and (pointer: fine) {
  .company .company-nav a:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
  .company .company-nav a:where(:any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
}
.company .company-nav a::before {
  content: "";
  flex-shrink: 0;
  width: 0.6rem;
  height: 0.6rem;
  border-bottom: 2px solid var(--color-accent);
  border-right: 2px solid var(--color-accent);
  transform: rotate(45deg);
}
.company .greeting {
  background-color: #fff;
}
.company .greeting .greeting-content {
  text-align: center;
}
.company .greeting .greeting-photo img {
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.2rem;
}
.company .greeting .greeting-body p {
  font-size: var(--font-size-16);
  line-height: 2;
}
.company .greeting .greeting-body p + p {
  margin-top: 1.4em;
}
.company .greeting .greeting-body .sign {
  margin-top: 3.2rem;
}
.company .greeting .greeting-body .sign .role {
  font-size: var(--font-size-14);
  color: #666;
}
.company .greeting .greeting-body .sign .name {
  margin-left: 1rem;
  font-size: var(--font-size-20);
  font-weight: 700;
}
.company .profile .profile-table {
  max-width: 92rem;
  margin: 0 auto;
  border-top: 1px solid #e3ddd0;
}
.company .profile dl {
  display: grid;
  grid-template-columns: 20rem 1fr;
  gap: 0 4rem;
  padding: 2.8rem 1rem;
  border-bottom: 1px solid #e3ddd0;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .company .profile dl {
    grid-template-columns: 1fr;
    gap: 0.6rem;
    padding: 2rem 0.4rem;
  }
}
.company .profile dt {
  font-size: var(--font-size-16);
  font-weight: 700;
  color: var(--color-accent);
}
.company .profile dd {
  font-size: var(--font-size-16);
  line-height: 1.9;
}
.company .profile dd a {
  color: var(--color-accent);
  text-decoration: underline;
  word-break: break-all;
  transition: opacity 0.2s ease;
}
.company .profile dd a:focus {
  opacity: 0.7;
}
@media (hover: hover) and (pointer: fine) {
  .company .profile dd a:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.7;
  }
  .company .profile dd a:where(:any-link, :enabled, summary):hover {
    opacity: 0.7;
  }
}
.company .profile dd a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}
.company .profile dd a[href^="tel:"]:focus {
  opacity: 1;
  color: var(--color-accent);
}
@media (hover: hover) and (pointer: fine) {
  .company .profile dd a[href^="tel:"]:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 1;
    color: var(--color-accent);
  }
  .company .profile dd a[href^="tel:"]:where(:any-link, :enabled, summary):hover {
    opacity: 1;
    color: var(--color-accent);
  }
}
.company .profile dd ul {
  display: grid;
  gap: 0.4rem;
}
.company .profile dd .external {
  margin-left: 0.6rem;
  font-size: var(--font-size-13);
  color: #888;
}
.company .history {
  background-color: #fff;
}
.company .history .timeline {
  max-width: 92rem;
  margin: 0 auto;
}
.company .history .item {
  display: grid;
  grid-template-columns: 12rem 1fr;
  gap: 3rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .company .history .item {
    grid-template-columns: 7rem 1fr;
    gap: 1.6rem;
  }
}
.company .history .year {
  font-family: var(--font-satoshi);
  font-size: var(--font-size-32);
  font-weight: 500;
  line-height: 1.1;
  color: #b8b8b8;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .company .history .year {
    font-size: 2rem;
  }
}
.company .history .body {
  position: relative;
  padding: 0 0 4rem 3rem;
  border-left: 2px solid #ddd;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .company .history .body {
    padding-left: 2rem;
  }
}
.company .history .body::before {
  content: "";
  position: absolute;
  top: 0.4rem;
  left: -0.8rem;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%;
  background-color: var(--color-accent);
}
.company .history .item:last-child .body {
  padding-bottom: 0;
  border-left-color: transparent;
}
.company .history .month {
  margin-bottom: 0.6rem;
  font-size: var(--font-size-16);
  font-weight: 700;
}
.company .history .month + .month {
  margin-top: 1.6rem;
}
.company .history .text {
  font-size: var(--font-size-16);
  line-height: 1.8;
  color: #444;
}
.company .equipment .equipment-list {
  max-width: 80rem;
  margin: 0 auto;
  border-top: 1px solid #ddd;
}
.company .equipment li {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 2rem;
  padding: 1.6rem 0.6rem;
  border-bottom: 1px dotted #ccc;
  font-size: var(--font-size-16);
  line-height: 1.6;
}
.company .equipment .qty {
  flex-shrink: 0;
  font-weight: 700;
}
.company .access .access-grid {
  display: grid;
  gap: 3.2rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .company .access .access-grid {
    gap: 2.4rem;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .company .access .map {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.company .access .map img {
  width: 100%;
  height: auto;
  border-radius: 1.2rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .company .access .map img {
    width: auto;
    max-width: none;
    height: 32rem;
  }
}
.company .access .access-info {
  font-size: var(--font-size-16);
  line-height: 1.9;
  text-align: center;
}
.company .access .access-info .company-name {
  font-size: var(--font-size-20);
  font-weight: 700;
  margin-bottom: 0.8rem;
}
.company .access .access-info p + p {
  margin-top: 1.2rem;
}

/*--------------------------------------
　よくある質問
--------------------------------------*/
.faqs .faq {
  padding-block: 8rem 10rem;
  background-color: #fff;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .faqs .faq {
    padding-block: 5rem 6rem;
  }
}
.faqs .intro {
  max-width: 84rem;
  margin: 0 auto 4rem;
  font-size: var(--font-size-15);
  line-height: 1.9;
  color: #666;
  text-align: center;
}
.faqs .categories {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.2rem;
  max-width: 84rem;
  margin: 0 auto 7rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .faqs .categories {
    grid-template-columns: 1fr;
  }
}
.faqs .categories a {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.6rem 2rem;
  background-color: var(--color-main);
  border-radius: 1rem;
  font-size: var(--font-size-15);
  font-weight: 700;
  line-height: 1.5;
  transition: opacity 0.2s ease;
}
.faqs .categories a:focus {
  opacity: 0.8;
}
@media (hover: hover) and (pointer: fine) {
  .faqs .categories a:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
  .faqs .categories a:where(:any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
}
.faqs .categories a::before {
  content: "";
  flex-shrink: 0;
  width: 0.7rem;
  height: 0.7rem;
  border-bottom: 2px solid var(--color-accent);
  border-right: 2px solid var(--color-accent);
  transform: rotate(45deg);
}
.faqs .group {
  max-width: 84rem;
  margin: 0 auto;
  scroll-margin-top: 10rem;
}
.faqs .group + .group {
  margin-top: 6rem;
}
.faqs .title {
  margin-bottom: 2.4rem;
  padding-left: 1.4rem;
  border-left: 4px solid var(--color-accent);
  font-size: var(--font-size-22);
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .faqs .title {
    font-size: 1.8rem;
  }
}
.faqs .item {
  background-color: #fff;
  border: 1px solid #e4ddcd;
  border-radius: 1rem;
}
.faqs .item + .item {
  margin-top: 1.2rem;
}
.faqs .head {
  display: grid;
  grid-template-columns: 3.2rem 1fr 2.4rem;
  gap: 1.4rem;
  align-items: center;
  width: 100%;
  padding: 2rem 2.4rem;
  background: none;
  border: 0;
  text-align: left;
  cursor: pointer;
  font-size: var(--font-size-16);
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .faqs .head {
    align-items: flex-start;
    padding: 1.6rem;
    gap: 1rem;
  }
}
.faqs .head::before {
  content: "Q";
  display: grid;
  place-content: center;
  width: 3.2rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: var(--color-accent);
  color: #fff;
  font-family: var(--font-satoshi);
  font-weight: 700;
  font-size: var(--font-size-15);
}
.faqs .icon {
  position: relative;
  align-self: center;
  width: 2rem;
  aspect-ratio: 1;
  margin-top: 0.2rem;
}
.faqs .icon::before, .faqs .icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.4rem;
  height: 2px;
  background-color: var(--color-accent);
  transform: translate(-50%, -50%);
  transition: transform 0.25s ease;
}
.faqs .icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.faqs .item.is-open .icon::after {
  transform: translate(-50%, -50%) rotate(0);
}
.faqs .body {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease;
}
.faqs .item.is-open .body {
  grid-template-rows: 1fr;
}
.faqs .answer {
  overflow: hidden;
  min-height: 0;
}
.faqs .answer > div {
  display: grid;
  grid-template-columns: 3.2rem 1fr;
  gap: 1.4rem;
  padding: 1.8rem 2.4rem 2.4rem;
  border-top: 1px solid #eee;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .faqs .answer > div {
    gap: 1rem;
    padding: 1.8rem 1.6rem 2.4rem;
  }
}
.faqs .answer > div::before {
  content: "A";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  background-color: var(--color-sub);
  color: #fff;
  font-family: var(--font-satoshi);
  font-weight: 700;
  font-size: var(--font-size-15);
  flex-shrink: 0;
}
.faqs .text {
  font-size: var(--font-size-16);
  line-height: 1.9;
  color: #444;
}
.faqs .text .note {
  display: block;
  margin-top: 1rem;
  font-size: var(--font-size-14);
  color: #777;
}
.faqs .lots {
  margin-top: 1.2rem;
  display: grid;
  gap: 0.6rem;
}
.faqs .lots li {
  position: relative;
  padding-left: 1.4rem;
  font-size: var(--font-size-15);
  line-height: 1.6;
}
.faqs .lots li::before {
  content: "";
  position: absolute;
  top: 0.8rem;
  left: 0;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background-color: var(--color-accent);
}

/*--------------------------------------
　提案型OEM（サプリメント・健康食品・化粧品OEM）
　※共通デザインは common.scss の .freeze,.spray,.packaging,.company,.oem を参照
--------------------------------------*/
.oem .hero h1 {
  font-size: var(--font-size-40);
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .oem .hero h1 {
    font-size: 2.8rem;
  }
}
.oem .hero h1 .lead-line {
  display: block;
  margin-bottom: 0.8rem;
  font-size: var(--font-size-24);
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .oem .hero h1 .lead-line {
    font-size: 1.8rem;
  }
}
.oem .about .about-text {
  margin-inline: 0;
}
.oem .scope,
.oem .cases {
  background-color: var(--color-main);
}
.oem .forms {
  background-color: #fff;
}
.oem .faq {
  background-color: var(--color-main);
}
.oem .scope,
.oem .forms,
.oem .cases {
  padding-block: 10rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .oem .scope,
  .oem .forms,
  .oem .cases {
    padding-block: 6rem;
  }
}
.oem .steps3 {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 1rem;
  max-width: 96rem;
  margin: 5.6rem auto 0;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .oem .steps3 {
    flex-direction: column;
    gap: 2.8rem;
    margin-top: 4rem;
  }
}
.oem .step3 {
  position: relative;
  flex: 1;
  background-color: #f5faf7;
  border: 1.5px solid #c7e4d4;
  border-radius: 1.4rem;
  padding: 3rem 2rem 2.4rem;
  text-align: center;
}
.oem .step3 .num {
  position: absolute;
  top: -1.8rem;
  left: -1.4rem;
  display: grid;
  place-content: center;
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 50%;
  background-color: #fff;
  border: 1.5px solid #93cdac;
  color: var(--color-accent);
  font-family: var(--font-satoshi);
  font-weight: 700;
  font-size: var(--font-size-15);
}
.oem .step3 .ttl {
  font-size: var(--font-size-19);
  font-weight: 700;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .oem .step3 .ttl {
    font-size: 1.7rem;
  }
}
.oem .step3 .sub {
  margin-top: 0.6rem;
  font-size: var(--font-size-14);
  font-weight: 600;
  color: var(--color-accent);
}
.oem .steps3-arrow {
  align-self: center;
  flex: 0 0 auto;
  color: #9aa39c;
  font-size: var(--font-size-20);
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .oem .steps3-arrow {
    transform: rotate(90deg);
    align-self: center;
  }
}
.oem .steps3-note {
  margin-top: 2.8rem;
  text-align: center;
  font-size: var(--font-size-17);
  line-height: 1.7;
  font-weight: 700;
  color: var(--color-accent);
}
.oem .reason .reason-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.6rem;
}
.oem .reason .reason-links a {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.7rem 1.6rem;
  border: 1px solid var(--color-accent);
  border-radius: calc(infinity * 1px);
  font-size: var(--font-size-14);
  font-weight: 700;
  color: var(--color-accent);
  transition: opacity 0.2s ease;
}
.oem .reason .reason-links a:focus {
  opacity: 0.7;
}
@media (hover: hover) and (pointer: fine) {
  .oem .reason .reason-links a:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.7;
  }
  .oem .reason .reason-links a:where(:any-link, :enabled, summary):hover {
    opacity: 0.7;
  }
}
.oem .reason .reason-links a::after {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  border-top: 2px solid var(--color-accent);
  border-right: 2px solid var(--color-accent);
  transform: rotate(45deg);
}
.oem .scope-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  max-width: 92rem;
  margin: 4rem auto 0;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .oem .scope-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.4rem;
  }
}
.oem .scope-list .item {
  background-color: #fff;
  border: 1px solid var(--line, #e4ddcd);
  border-radius: 1.2rem;
  padding: 3rem 2rem;
  text-align: center;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .oem .scope-list .item {
    padding: 2rem 1.2rem;
  }
}
.oem .scope-list .icon {
  width: 100%;
  max-width: 17rem;
  aspect-ratio: 1;
  margin: 0 auto 1.6rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .oem .scope-list .icon {
    max-width: 9rem;
    margin-bottom: 1.2rem;
  }
}
.oem .scope-list .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.oem .scope-list p {
  font-size: var(--font-size-16);
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .oem .scope-list p {
    font-size: 1.4rem;
  }
}
.oem .forms-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2rem 1.6rem;
  margin-top: 4rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .oem .forms-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.oem .forms-list figure img {
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem;
}
.oem .forms-list figcaption {
  margin-top: 1rem;
  text-align: center;
  font-size: var(--font-size-15);
  font-weight: 600;
}
.oem .case-cards {
  display: grid;
  gap: 2.4rem;
  margin-top: 4rem;
}
.oem .case-card {
  display: grid;
  grid-template-columns: 36rem 1fr;
  gap: 3.6rem;
  align-items: center;
  background-color: #fff;
  border: 1px solid #ece6da;
  border-radius: 1.4rem;
  padding: 2.8rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .oem .case-card {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 2rem;
  }
}
.oem .case-card .case-photo img {
  width: 100%;
  aspect-ratio: 16/10;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem;
}
.oem .case-card .cat {
  font-family: var(--font-satoshi);
  font-size: var(--font-size-13);
  font-weight: 700;
  color: var(--color-accent);
}
.oem .case-card .ctitle {
  margin: 0.8rem 0 1.8rem;
  font-size: var(--font-size-20);
  font-weight: 700;
  line-height: 1.5;
}
.oem .case-card dt {
  margin-top: 1.4rem;
  font-size: var(--font-size-14);
  font-weight: 700;
  color: var(--color-accent);
}
.oem .case-card dd {
  margin-top: 0.4rem;
  font-size: var(--font-size-16);
  line-height: 1.8;
}
.oem .reasons,
.oem .scope,
.oem .forms,
.oem .cases,
.oem .process,
.oem .faq {
  scroll-margin-top: 9rem;
}
.oem .process .process-steps {
  grid-template-columns: 1fr;
  gap: 0;
  margin-top: 4rem;
}
.oem .process .process-steps::before {
  display: none;
}
.oem .process .step {
  position: relative;
  flex-direction: row;
  align-items: flex-start;
  gap: 2.4rem;
  padding-bottom: 2.8rem;
}
.oem .process .step:last-child {
  padding-bottom: 0;
}
.oem .process .step:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 2.3rem;
  top: 0.4rem;
  bottom: 0;
  width: 2px;
  background-color: #cbe3d4;
  z-index: 0;
}
.oem .process .badge {
  position: relative;
  z-index: 1;
  box-shadow: none;
}
.oem .process .card {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: baseline;
  gap: 1.4rem;
  margin-top: 0;
  padding: 2rem 2.4rem;
  background-color: var(--color-main);
  border: 1px solid #ece6da;
  border-radius: 1rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .oem .process .card {
    grid-template-columns: 1fr;
    gap: 0.4rem;
    padding: 1.6rem 1.8rem;
  }
}
.oem .process .card h3 {
  text-align: left;
}
.oem .process .card p {
  margin-top: 0;
}
.oem .faq .note {
  display: block;
  margin-top: 1rem;
  font-size: var(--font-size-14);
  color: #777;
}

/*--------------------------------------
　取扱い原料
--------------------------------------*/
@keyframes material-fade-up {
  from {
    opacity: 0;
    transform: translateY(2rem);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.materials .intro-block {
  padding-block: 8rem 0;
  background-color: #fff;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .materials .intro-block {
    padding-block: 5rem 0;
  }
}
.materials .intro-block .visual {
  margin-top: 4rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .materials .intro-block .visual {
    margin-top: 2.4rem;
  }
}
.materials .intro-block .visual video {
  display: block;
  width: min(80rem, 100%);
  height: 28rem;
  margin-inline: auto;
  border-radius: 1.6rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .materials .intro-block .visual video {
    height: 16rem;
  }
}
.materials .intro {
  text-align: center;
  font-size: var(--font-size-16);
  line-height: 1.95;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .materials .intro {
    text-align: initial;
  }
}
.materials .oligo-wrap {
  margin-top: 2.8rem;
  text-align: center;
}
.materials .oligo-link {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  padding: 1.2rem 2.6rem;
  border: 1px solid var(--color-accent);
  border-radius: calc(infinity * 1px);
  font-size: var(--font-size-15);
  font-weight: 700;
  color: var(--color-accent);
  transition: opacity 0.2s ease;
}
.materials .oligo-link:focus {
  opacity: 0.75;
}
@media (hover: hover) and (pointer: fine) {
  .materials .oligo-link:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.75;
  }
  .materials .oligo-link:where(:any-link, :enabled, summary):hover {
    opacity: 0.75;
  }
}
.materials .oligo-link::after {
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  border-top: 2px solid var(--color-accent);
  border-right: 2px solid var(--color-accent);
  transform: rotate(45deg);
}
.materials .list-block {
  padding-block: 6rem 10rem;
  background-color: #fff;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .materials .list-block {
    padding-block: 6rem;
  }
}
.materials .filter .filter-label {
  margin-bottom: 1.2rem;
  font-size: var(--font-size-13);
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--color-sub);
}
.materials .filter .chips {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.materials .filter .chip {
  padding: 0.9rem 1.8rem;
  background-color: #fff;
  border: 1px solid #ddd6c8;
  border-radius: calc(infinity * 1px);
  font-size: var(--font-size-14);
  font-weight: 600;
  color: #444;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.materials .filter .chip:not(.is-active):focus {
  border-color: var(--color-main);
}
@media (hover: hover) and (pointer: fine) {
  .materials .filter .chip:not(.is-active):where(:-moz-any-link, :enabled, summary):hover {
    border-color: var(--color-main);
  }
  .materials .filter .chip:not(.is-active):where(:any-link, :enabled, summary):hover {
    border-color: var(--color-main);
  }
}
.materials .filter .chip.is-active {
  background-color: var(--color-accent);
  border-color: var(--color-accent);
  color: #fff;
}
.materials .filter .filter-note {
  margin-top: 1.2rem;
  font-size: var(--font-size-12);
  color: #999;
}
.materials .material-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.8rem;
  margin-top: 4.8rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .materials .material-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.materials .material-card {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border: 1px solid #e4ddcd;
  border-radius: 1.2rem;
  overflow: hidden;
}
.materials .material-card.is-anim {
  animation: material-fade-up 0.5s ease both;
}
@media (prefers-reduced-motion: reduce) {
  .materials .material-card.is-anim {
    animation: none;
  }
}
.materials .material-card .photo img {
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
.materials .material-card .body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 2rem;
}
.materials .material-card .mat-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-bottom: 1.2rem;
}
.materials .material-card .mat-tags span {
  padding: 0.4rem 0.8rem;
  background-color: #eaf5ee;
  border-radius: 0.4rem;
  font-size: var(--font-size-11);
  font-weight: 600;
  color: var(--color-accent);
}
.materials .material-card .name {
  font-size: var(--font-size-18);
  font-weight: 700;
  line-height: 1.4;
}
.materials .material-card .effect {
  margin-top: 0.8rem;
  font-size: var(--font-size-14);
  line-height: 1.7;
  color: #555;
}
.materials .material-card .btns {
  display: grid;
  gap: 1rem;
  margin-top: auto;
  padding-top: 1.8rem;
}
.materials .material-card .btn-pdf,
.materials .material-card .btn-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  padding: 1.1rem 1.4rem;
  border-radius: 0.8rem;
  font-size: var(--font-size-14);
  font-weight: 700;
}
.materials .material-card .btn-pdf {
  color: #c0392b;
  border: 1px solid #e0b4ad;
}
.materials .material-card .btn-pdf::before {
  content: "PDF";
  padding: 0.3rem 0.5rem;
  background-color: #c0392b;
  color: #fff;
  font-family: var(--font-satoshi);
  font-size: var(--font-size-10);
  border-radius: 0.3rem;
}
.materials .material-card .btn-link {
  color: var(--color-accent);
  border: 1px solid var(--color-accent);
}
.materials .material-card .btn-link::after {
  content: "↗";
  font-size: var(--font-size-13);
}
.materials .empty {
  margin-top: 4rem;
  text-align: center;
  font-size: var(--font-size-16);
  color: #888;
}
.materials .pager {
  display: flex;
  justify-content: center;
  gap: 0.8rem;
  margin-top: 5.6rem;
}
.materials .pager:empty {
  display: none;
}
.materials .pager .page-numbers {
  display: grid;
  place-content: center;
  min-width: 4.4rem;
  height: 4.4rem;
  border: 1px solid #e4ddcd;
  border-radius: 0.8rem;
  background-color: #fff;
  font-family: var(--font-satoshi);
  font-size: var(--font-size-15);
  font-weight: 600;
  color: #444;
}
.materials .pager button.page-numbers {
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.materials .pager button.page-numbers:focus {
  border-color: var(--color-accent);
  color: var(--color-accent);
}
@media (hover: hover) and (pointer: fine) {
  .materials .pager button.page-numbers:where(:-moz-any-link, :enabled, summary):hover {
    border-color: var(--color-accent);
    color: var(--color-accent);
  }
  .materials .pager button.page-numbers:where(:any-link, :enabled, summary):hover {
    border-color: var(--color-accent);
    color: var(--color-accent);
  }
}
.materials .pager .current {
  background-color: var(--color-accent);
  border-color: var(--color-accent);
  color: #fff;
}

/*--------------------------------------
　新着情報
--------------------------------------*/
#news .news-archive .archive {
  padding-block: 7rem 9.6rem;
  background-color: #fff;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #news .news-archive .archive {
    padding-block: 4.8rem 6.4rem;
  }
}
#news .news-archive .list a {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 1.4rem 2rem;
  padding: 2.4rem 0.4rem;
  border-bottom: 1px dotted #cfcabb;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #news .news-archive .list a {
    flex-wrap: wrap;
    gap: 1rem 1.2rem;
    padding: 1.8rem 2.4rem 1.8rem 0.2rem;
  }
}
#news .news-archive .list a:first-child {
  border-top: 1px dotted #cfcabb;
}
#news .news-archive .list a:focus .ttl {
  color: var(--color-accent);
}
#news .news-archive .list a:focus .arw {
  border-color: var(--color-accent);
}
@media (hover: hover) and (pointer: fine) {
  #news .news-archive .list a:where(:-moz-any-link, :enabled, summary):hover .ttl {
    color: var(--color-accent);
  }
  #news .news-archive .list a:where(:any-link, :enabled, summary):hover .ttl {
    color: var(--color-accent);
  }
  #news .news-archive .list a:where(:-moz-any-link, :enabled, summary):hover .arw {
    border-color: var(--color-accent);
  }
  #news .news-archive .list a:where(:any-link, :enabled, summary):hover .arw {
    border-color: var(--color-accent);
  }
}
#news .news-archive .list time {
  flex: 0 0 auto;
  padding-top: 0.3rem;
  font-family: var(--font-satoshi);
  font-size: var(--font-size-14);
  color: #999;
  letter-spacing: 0.04em;
}
#news .news-archive .list .ttl {
  flex: 1 1 auto;
  min-width: 0;
  font-size: var(--font-size-16);
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #news .news-archive .list .ttl {
    flex: 1 1 100%;
  }
}
#news .news-archive .list .arw {
  flex: 0 0 auto;
  align-self: center;
  width: 0.9rem;
  height: 0.9rem;
  border-top: 2px solid #bbb;
  border-right: 2px solid #bbb;
  transform: rotate(45deg);
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #news .news-archive .list .arw {
    position: absolute;
    right: 0.6rem;
    top: 50%;
    margin-top: -0.45rem;
  }
}
#news .news-archive .list .empty {
  padding: 3rem 0;
  text-align: center;
  font-size: var(--font-size-16);
  color: #888;
}
#news .news-archive .pagination {
  margin-top: 4.8rem;
}
#news .news-archive .pagination .nav-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.8rem;
}
#news .news-archive .pagination .page-numbers {
  display: grid;
  place-content: center;
  min-width: 4.4rem;
  height: 4.4rem;
  padding-inline: 0.8rem;
  border: 1px solid #e2ddd0;
  border-radius: 0.8rem;
  background-color: #fff;
  font-family: var(--font-satoshi);
  font-size: var(--font-size-15);
  font-weight: 600;
  color: #444;
}
#news .news-archive .pagination .page-numbers.current {
  background-color: var(--color-accent);
  border-color: var(--color-accent);
  color: #fff;
}
#news {
  /*--------------------------------------
  　新着情報 詳細
  ---------------------------------------*/
}
#news .news-single .detail {
  padding-block: calc(var(--header-hight) + 5rem) 9rem;
  background-color: #fff;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #news .news-single .detail {
    padding-block: calc(var(--header-hight) + 3rem) 6rem;
  }
}
#news .news-single .detail-inner {
  max-width: 80rem;
  margin: 0 auto;
}
#news .news-single .breadcrumb {
  margin-bottom: 3.2rem;
  font-size: var(--font-size-13);
  line-height: 1.7;
  color: var(--color-sub);
}
#news .news-single .breadcrumb a {
  color: var(--color-accent);
}
#news .news-single .detail-head {
  padding-bottom: 2.8rem;
  margin-bottom: 3.6rem;
  border-bottom: 1px solid #eee;
}
#news .news-single .detail-head .meta {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  margin-bottom: 1.6rem;
}
#news .news-single .detail-head .meta time {
  font-family: var(--font-satoshi);
  font-size: var(--font-size-14);
  color: #999;
  letter-spacing: 0.04em;
}
#news .news-single .detail-head h1 {
  font-size: var(--font-size-30);
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #news .news-single .detail-head h1 {
    font-size: 2.2rem;
  }
}
#news .news-single .eyecatch {
  margin-bottom: 4.4rem;
}
#news .news-single .eyecatch img {
  width: 100%;
  height: auto;
  border-radius: 1.2rem;
}
#news .news-single .wp-content {
  font-size: var(--font-size-16);
  line-height: 2;
  color: #333;
}
#news .news-single .wp-content > * + * {
  margin-top: 1.8rem;
}
#news .news-single .wp-content h2 {
  margin: 5rem 0 2rem;
  padding: 0.2rem 0 0.2rem 1.6rem;
  border-left: 5px solid var(--color-accent);
  font-size: var(--font-size-24);
  font-weight: 700;
  line-height: 1.45;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #news .news-single .wp-content h2 {
    font-size: 2rem;
  }
}
#news .news-single .wp-content h3 {
  margin: 4rem 0 1.6rem;
  padding: 0.8rem 1.6rem;
  background-color: var(--color-accent);
  font-size: var(--font-size-19);
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #news .news-single .wp-content h3 {
    padding: 0.7rem 1.2rem;
    font-size: 1.7rem;
  }
}
#news .news-single .wp-content h4 {
  position: relative;
  margin: 3.6rem 0 1.4rem;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid #e4ddcd;
  font-size: var(--font-size-18);
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #news .news-single .wp-content h4 {
    font-size: 1.6rem;
  }
}
#news .news-single .wp-content h4::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: min(14rem, 100%);
  height: 2px;
  background-color: var(--color-accent);
}
#news .news-single .wp-content h5 {
  margin: 3rem 0 1.2rem;
  font-size: var(--font-size-17);
  font-weight: 700;
  line-height: 1.5;
  color: var(--color-accent);
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #news .news-single .wp-content h5 {
    font-size: 1.5rem;
  }
}
#news .news-single .wp-content :is(h2, h3, h4, h5) img,
#news .news-single .wp-content :is(h2, h3, h4, h5) figure {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 1rem 0 0;
}
#news .news-single .wp-content p {
  font-size: var(--font-size-16);
  line-height: 2;
}
#news .news-single .wp-content a {
  color: var(--color-accent);
  text-decoration: underline;
  word-break: break-all;
}
#news .news-single .wp-content strong {
  font-weight: 700;
}
#news .news-single .wp-content ul,
#news .news-single .wp-content ol {
  padding-left: 2rem;
}
#news .news-single .wp-content ul li,
#news .news-single .wp-content ol li {
  margin-top: 0.6rem;
}
#news .news-single .wp-content ul li {
  list-style: disc;
}
#news .news-single .wp-content ol li {
  list-style: decimal;
}
#news .news-single .wp-content img {
  display: block;
  max-width: min(100%, 52rem);
  height: auto;
  margin: 3.2rem auto;
  border-radius: 0.8rem;
}
#news .news-single .wp-content figure,
#news .news-single .wp-content .wp-block-image {
  margin: 3.2rem auto;
  text-align: center;
}
#news .news-single .wp-content figure img,
#news .news-single .wp-content .wp-block-image img {
  margin: 0 auto;
}
#news .news-single .wp-content figcaption {
  margin-top: 1rem;
  font-size: var(--font-size-13);
  color: #888;
  text-align: center;
}
#news .news-single .wp-content blockquote {
  padding: 1.8rem 2.2rem;
  border-left: 4px solid #ddd;
  background-color: #f7f5f2;
  border-radius: 0.6rem;
  color: #555;
}
#news .news-single .detail-back {
  margin-top: 6rem;
  text-align: center;
}
#news .news-single .detail-back .back-btn {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  height: 5.6rem;
  padding-inline: 3.2rem;
  background-color: var(--color-main);
  border: 1px solid #e4ddcd;
  border-radius: calc(infinity * 1px);
  font-size: var(--font-size-15);
  font-weight: 700;
  transition: opacity 0.2s ease;
}
#news .news-single .detail-back .back-btn:focus {
  opacity: 0.8;
}
@media (hover: hover) and (pointer: fine) {
  #news .news-single .detail-back .back-btn:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
  #news .news-single .detail-back .back-btn:where(:any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
}
#news .news-single .detail-back .back-btn::before {
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  border-bottom: 2px solid var(--color-accent);
  border-left: 2px solid var(--color-accent);
  transform: rotate(45deg);
}

/*--------------------------------------
　オリゴ乳酸🄬[LAC]
--------------------------------------*/
.oligo .head {
  text-align: center;
  margin-bottom: 0;
}
.oligo .head.left {
  text-align: left;
}
.oligo .head .en {
  display: inline-block;
  font-family: var(--font-satoshi);
  font-size: var(--font-size-13);
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--color-accent);
  margin-bottom: 1rem;
}
.oligo .head h2 {
  font-size: var(--font-size-30);
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .oligo .head h2 {
    font-size: 2.4rem;
  }
}
.oligo .head .lead {
  max-width: 76rem;
  margin: 1.8rem auto 0;
  font-size: var(--font-size-16);
  line-height: 1.9;
  color: #444;
}
.oligo section {
  padding-block: 9rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .oligo section {
    padding-block: 5.6rem;
  }
}
.oligo .about,
.oligo .effects,
.oligo .safety-sec {
  background-color: #fff;
}
.oligo .diff,
.oligo .evidence,
.oligo .make {
  background-color: var(--color-main);
}
.oligo .hero {
  padding-block: calc(var(--header-hight) + 5rem) 8rem;
  background-color: var(--color-main);
  text-align: center;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .oligo .hero {
    padding-block: calc(var(--header-hight) + 3rem) 5rem;
  }
}
.oligo .hero .en {
  font-family: var(--font-satoshi);
  font-size: var(--font-size-13);
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--color-accent);
}
.oligo .hero h1 {
  margin-top: 1.2rem;
  font-size: var(--font-size-42);
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .oligo .hero h1 {
    font-size: 2.8rem;
  }
}
.oligo .hero h1 small {
  display: block;
  margin-top: 1rem;
  font-family: var(--font-satoshi);
  font-size: var(--font-size-14);
  font-weight: 500;
  letter-spacing: 0.1em;
  color: var(--color-sub);
}
.oligo .hero .copy {
  margin-top: 2.4rem;
  font-size: var(--font-size-22);
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .oligo .hero .copy {
    font-size: 1.8rem;
  }
}
.oligo .hero .sub {
  display: inline-block;
  margin-top: 2rem;
  padding: 0.8rem 2.4rem;
  background-color: #eaf5ee;
  border-radius: calc(infinity * 1px);
  font-size: var(--font-size-17);
  font-weight: 700;
  color: var(--color-accent);
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .oligo .hero .sub {
    font-size: 1.5rem;
    padding: 0.7rem 1.8rem;
  }
}
.oligo .hero .visual {
  margin-top: 4rem;
}
.oligo .hero .visual img,
.oligo .hero .visual video {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 21/9;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.6rem;
}
.oligo .about .about-text {
  max-width: 96rem;
  margin: 4.4rem auto 0;
  text-align: center;
  font-size: var(--font-size-16);
  line-height: 2.1;
  text-wrap: pretty;
}
.oligo .about .about-text + .about-text {
  margin-top: 1.6em;
}
.oligo .diff .diff-figure {
  margin-top: 4rem;
}
.oligo .diff .diff-figure img {
  width: 100%;
  max-width: 52rem;
  margin: 0 auto;
  display: block;
  background-color: #fff;
  border: 1px solid #ece6da;
  border-radius: 1.2rem;
}
.oligo .diff .diff-figure figcaption {
  margin-top: 1.2rem;
  text-align: center;
  font-size: var(--font-size-13);
  color: var(--color-sub);
}
.oligo .diff .diff-column {
  position: relative;
  max-width: 86rem;
  margin: 4.8rem auto 0;
  background-color: #fff;
  border: 1px solid #ece6da;
  border-radius: 1.6rem;
  box-shadow: 0 1.2rem 3.2rem -2rem rgba(31, 90, 50, 0.25);
  padding: 5rem 5.6rem 4.4rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .oligo .diff .diff-column {
    padding: 4rem 2.4rem 3rem;
    border-radius: 1.2rem;
  }
}
.oligo .diff .diff-column .col-label {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  padding: 0.7rem 2.4rem;
  background-color: var(--color-accent);
  border-radius: calc(infinity * 1px);
  font-family: var(--font-satoshi);
  font-size: var(--font-size-13);
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
}
.oligo .diff .diff-catch {
  text-align: center;
  font-size: var(--font-size-26);
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .oligo .diff .diff-catch {
    font-size: 2rem;
  }
}
.oligo .diff .diff-catch span {
  color: var(--color-accent);
}
.oligo .diff .diff-text {
  margin-top: 2.8rem;
  padding-top: 2.8rem;
  border-top: 1px solid #f0ebe0;
  font-size: var(--font-size-16);
  line-height: 2;
}
.oligo .effects .effect-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.2rem;
  margin-top: 4.8rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .oligo .effects .effect-list {
    grid-template-columns: 1fr;
    gap: 4rem;
  }
}
.oligo .effects .effect {
  padding: 3.2rem 2.4rem;
  background-color: var(--color-main);
  border-radius: 1.4rem;
  text-align: center;
  box-shadow: 0 1.2rem 3.2rem -2rem rgba(31, 90, 50, 0.25);
}
.oligo .effects .effect .img {
  display: grid;
  place-items: center;
  overflow: hidden;
  width: 18rem;
  aspect-ratio: 1;
  margin: 0 auto;
  border-radius: 50%;
  background-color: #fff;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .oligo .effects .effect .img {
    width: 16rem;
  }
}
.oligo .effects .effect .img img {
  width: 85%;
}
.oligo .effects .effect h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 2rem;
  font-size: var(--font-size-19);
  font-weight: 700;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .oligo .effects .effect h3 {
    font-size: 1.8rem;
  }
}
.oligo .effects .effect .number {
  display: inline-grid;
  place-content: center;
  flex-shrink: 0;
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 50%;
  background-color: var(--color-accent);
  font-family: var(--font-satoshi);
  font-size: var(--font-size-13);
  font-weight: 700;
  color: #fff;
}
.oligo .effects .effect p {
  margin-top: 1.4rem;
  font-size: var(--font-size-15);
  line-height: 1.9;
  color: #444;
  text-align: left;
}
.oligo .effects .effect-summary {
  margin-top: 5.6rem;
  text-align: center;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .oligo .effects .effect-summary {
    margin-top: 4rem;
  }
}
.oligo .effects .effect-summary p {
  font-size: var(--font-size-20);
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .oligo .effects .effect-summary p {
    font-size: 1.6rem;
  }
}
.oligo .effects .effect-summary .em {
  color: var(--color-accent);
}
.oligo .effects .effect-summary .note {
  margin-top: 1.2rem;
  color: var(--color-sub);
  font-size: var(--font-size-13);
  font-weight: 400;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .oligo .effects .effect-summary .note {
    font-size: 1.2rem;
  }
}
.oligo .evidence .head .lead {
  max-width: none;
  white-space: nowrap;
}
@media screen and (max-width: 1279px) {
  .oligo .evidence .head .lead {
    white-space: normal;
  }
}
.oligo .evidence .study-list {
  margin-top: 4rem;
}
.oligo .evidence .study {
  background-color: #fff;
  border: 1px solid #ece6da;
  border-radius: 1.4rem;
  padding: 3rem 3.2rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .oligo .evidence .study {
    padding: 2.2rem;
  }
}
.oligo .evidence .study + .study {
  margin-top: 2.4rem;
}
.oligo .evidence .study .stag {
  display: inline-block;
  padding: 0.4rem 1.2rem;
  background-color: var(--color-accent);
  border-radius: 0.5rem;
  font-size: var(--font-size-12);
  font-weight: 700;
  color: #fff;
}
.oligo .evidence .study .stitle {
  margin: 1.2rem 0 2rem;
  font-size: var(--font-size-20);
  font-weight: 700;
}
.oligo .evidence .study .study-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.8rem;
  align-items: start;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .oligo .evidence .study .study-grid {
    grid-template-columns: 1fr;
  }
}
.oligo .evidence .study .block + .block {
  margin-top: 1.8rem;
}
.oligo .evidence .study .label {
  margin-bottom: 0.6rem;
  font-size: var(--font-size-13);
  font-weight: 700;
  color: var(--color-accent);
}
.oligo .evidence .study .block p {
  font-size: var(--font-size-15-5);
  line-height: 1.9;
}
.oligo .evidence .study .graph img {
  width: 100%;
  height: auto;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 1rem;
}
.oligo .evidence .study .org {
  margin-top: 2rem;
  padding-top: 1.6rem;
  border-top: 1px dotted #ccc;
  font-size: var(--font-size-13);
  color: var(--color-sub);
}
.oligo .safety-sec .safety {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.6rem;
  margin-top: 3.6rem;
}
.oligo .safety-sec .safety li {
  background-color: var(--color-main);
  border-radius: 1rem;
  padding: 1.8rem 3rem;
  font-size: var(--font-size-16);
  font-weight: 700;
}
.oligo .make .make-block {
  max-width: 82rem;
  margin: 4rem auto 0;
}
.oligo .make .make-item {
  margin-bottom: 3.2rem;
}
.oligo .make .make-item:last-child {
  margin-bottom: 0;
}
.oligo .make .make-item .mt {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.2rem;
  font-size: var(--font-size-18);
  font-weight: 700;
}
.oligo .make .make-item .mt::before {
  content: "";
  width: 0.5rem;
  height: 2rem;
  background-color: var(--color-accent);
  border-radius: 0.2rem;
}
.oligo .make .make-item p:not(.mt) {
  font-size: var(--font-size-16);
  line-height: 1.9;
}
.oligo .make .make-flow {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 0.8rem;
  margin-top: 1rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .oligo .make .make-flow {
    flex-direction: column;
  }
}
.oligo .make .make-flow .node {
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1.8rem 1rem;
  background-color: #fff;
  border: 1.5px solid #c7e4d4;
  border-radius: 1rem;
  font-size: var(--font-size-15);
  font-weight: 700;
  line-height: 1.4;
}
.oligo .make .make-flow .node.last {
  background-color: var(--color-accent);
  border-color: var(--color-accent);
  color: #fff;
}
.oligo .make .make-flow .arrow {
  flex: 0 0 auto;
  align-self: center;
  color: var(--color-accent);
  font-size: var(--font-size-20);
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .oligo .make .make-flow .arrow {
    transform: rotate(90deg);
  }
}

.contact .hero.hero-center {
  text-align: center;
}
.contact .hero.hero-center h1 {
  margin-top: 1.2rem;
  font-size: var(--font-size-42);
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .contact .hero.hero-center h1 {
    font-size: 2.8rem;
  }
}
.contact .hero.hero-center .category {
  justify-content: center;
}
.contact .hero.hero-center .catch {
  margin-top: 1.6rem;
  font-size: var(--font-size-17);
  font-weight: 500;
  color: #555;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .contact .hero.hero-center .catch {
    font-size: 1.5rem;
  }
}
.contact .ways-sec {
  padding-block: 8rem 0;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .contact .ways-sec {
    padding-block: 5rem 0;
  }
}
.contact .ways-sec .ways {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.4rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .contact .ways-sec .ways {
    grid-template-columns: 1fr;
  }
}
.contact .ways-sec .way {
  background-color: #fff;
  border: 1px solid #ece6da;
  border-radius: 1.4rem;
  padding: 3rem;
}
.contact .ways-sec .wt {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: var(--font-size-18);
  font-weight: 700;
}
.contact .ways-sec .wt::before {
  content: "";
  width: 0.5rem;
  height: 2rem;
  background-color: var(--color-accent);
  border-radius: 0.2rem;
}
.contact .ways-sec .tel {
  margin-top: 1.6rem;
  font-size: var(--font-size-30);
  font-weight: 700;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .contact .ways-sec .tel {
    font-size: 2.4rem;
  }
}
.contact .ways-sec .tel a {
  transition: color 0.2s ease;
}
.contact .ways-sec .tel a:focus {
  color: var(--color-accent);
}
@media (hover: hover) and (pointer: fine) {
  .contact .ways-sec .tel a:where(:-moz-any-link, :enabled, summary):hover {
    color: var(--color-accent);
  }
  .contact .ways-sec .tel a:where(:any-link, :enabled, summary):hover {
    color: var(--color-accent);
  }
}
.contact .ways-sec .wtxt {
  margin-top: 1.6rem;
  font-size: var(--font-size-15-5);
  line-height: 1.9;
  color: #444;
}
.contact .form-sec {
  padding-block: 8rem 10rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .contact .form-sec {
    padding-block: 5rem 6rem;
  }
}
.contact .form-sec .form-intro {
  max-width: 86rem;
  margin: 0 auto 4.4rem;
  font-size: var(--font-size-15-5);
  line-height: 2;
  color: #444;
}
.contact .cform {
  max-width: 88rem;
  margin: 0 auto;
  background-color: #fff;
  border: 1px solid #ece6da;
  border-radius: 1.4rem;
  padding: 1rem 4rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .contact .cform {
    padding: 0.5rem 2.2rem;
  }
}
.contact .frow {
  display: grid;
  grid-template-columns: 24rem 1fr;
  gap: 2.4rem;
  align-items: start;
  padding-block: 2.8rem;
  border-bottom: 1px dashed #e3ddd2;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .contact .frow {
    grid-template-columns: 1fr;
    gap: 1rem;
    padding-block: 2rem;
  }
}
.contact .frow:last-of-type {
  border-bottom: none;
}
.contact .flabel {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  flex-wrap: wrap;
  padding-top: 1rem;
  font-size: var(--font-size-16);
  font-weight: 700;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .contact .flabel {
    padding-top: 0;
  }
}
.contact .badge {
  font-size: var(--font-size-11);
  font-weight: 700;
  line-height: 1;
  border-radius: 0.4rem;
  padding: 0.4rem 0.8rem;
}
.contact .badge.req {
  background-color: #fbe9e7;
  color: #d2453b;
  border: 1px solid #f1c4bf;
}
.contact .badge.any {
  background-color: #eef0ec;
  color: var(--color-sub);
  border: 1px solid #e3ddd2;
}
.contact .in {
  width: 100%;
  height: 5rem;
  padding: 0 1.4rem;
  background-color: #fff;
  border: 1.5px solid #d9d6cf;
  border-radius: 0.8rem;
  font-size: var(--font-size-16);
  font-family: inherit;
  color: var(--color-font);
  transition: border-color 0.2s ease;
}
.contact .in:focus {
  outline: none;
  border-color: var(--color-accent);
}
.contact .in.short {
  max-width: max(200px, 22rem);
}
.contact .in.mid {
  max-width: max(300px, 36rem);
}
.contact .in.area {
  height: auto;
  min-height: 12rem;
  padding: 1.2rem 1.4rem;
  line-height: 1.8;
  resize: vertical;
}
.contact .select-wrap {
  position: relative;
  display: inline-block;
  max-width: max(200px, 22rem);
  width: 100%;
}
.contact .select-wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.4rem;
  width: 0.7rem;
  height: 0.7rem;
  border-bottom: 2px solid var(--color-accent);
  border-right: 2px solid var(--color-accent);
  transform: translateY(-70%) rotate(45deg);
  pointer-events: none;
}
.contact .select-wrap .wpcf7-form-control-wrap {
  display: block;
}
.contact .select-wrap select.in {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: 3.4rem;
  background-color: #fff;
  cursor: pointer;
}
.contact .help {
  margin-top: 0.8rem;
  font-size: var(--font-size-13);
  color: var(--color-sub);
}
.contact fieldset.frow {
  display: flow-root;
  border-top: 0;
  border-right: 0;
  border-left: 0;
}
.contact fieldset.frow > .flabel {
  float: left;
  width: 24rem;
  margin-right: 2.4rem;
}
.contact fieldset.frow > .ffield {
  display: flow-root;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .contact fieldset.frow > .flabel {
    float: none;
    width: auto;
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
.contact .wpcf7-checkbox,
.contact .wpcf7-radio {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.contact .wpcf7-checkbox .wpcf7-list-item,
.contact .wpcf7-radio .wpcf7-list-item,
.contact .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}
.contact .wpcf7-checkbox label,
.contact .wpcf7-radio label,
.contact .wpcf7-acceptance label {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.contact .wpcf7-checkbox input,
.contact .wpcf7-radio input,
.contact .wpcf7-acceptance input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.contact .wpcf7-checkbox .wpcf7-list-item-label,
.contact .wpcf7-radio .wpcf7-list-item-label,
.contact .wpcf7-acceptance .wpcf7-list-item-label {
  position: relative;
  padding-left: 3rem;
  font-size: var(--font-size-15-5);
}
.contact .wpcf7-checkbox .wpcf7-list-item-label::before,
.contact .wpcf7-radio .wpcf7-list-item-label::before,
.contact .wpcf7-acceptance .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  border: 1.5px solid #b9b4a8;
  background-color: #fff;
  border-radius: 0.4rem;
  transition: all 0.15s ease;
}
.contact .wpcf7-checkbox input:checked + .wpcf7-list-item-label::before,
.contact .wpcf7-radio input:checked + .wpcf7-list-item-label::before,
.contact .wpcf7-acceptance input:checked + .wpcf7-list-item-label::before {
  border-color: var(--color-accent);
  background-color: var(--color-accent);
}
.contact .wpcf7-checkbox input:focus-visible + .wpcf7-list-item-label::before,
.contact .wpcf7-radio input:focus-visible + .wpcf7-list-item-label::before,
.contact .wpcf7-acceptance input:focus-visible + .wpcf7-list-item-label::before {
  box-shadow: 0 0 0 3px rgba(31, 166, 77, 0.25);
}
.contact .wpcf7-checkbox input:checked + .wpcf7-list-item-label::after,
.contact .wpcf7-acceptance input:checked + .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  left: 0.75rem;
  top: 50%;
  width: 0.5rem;
  height: 1rem;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translateY(-70%) rotate(45deg);
}
.contact .wpcf7-radio .wpcf7-list-item-label::before {
  border-radius: 50%;
}
.contact .wpcf7-radio input:checked + .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  left: 0.6rem;
  top: 50%;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background-color: #fff;
  transform: translateY(-50%);
}
.contact .wpcf7-acceptance label {
  align-items: flex-start;
  background-color: var(--color-main);
  border: 1px solid #ece6da;
  border-radius: 1rem;
  padding: 1.8rem 2rem;
}
.contact .wpcf7-acceptance .wpcf7-list-item-label {
  padding-left: 3.4rem;
  font-size: var(--font-size-15);
  line-height: 1.8;
}
.contact .wpcf7-acceptance .wpcf7-list-item-label::before {
  top: 0.2rem;
  transform: none;
  width: 2.2rem;
  height: 2.2rem;
  border-color: var(--color-accent);
}
.contact .wpcf7-acceptance .wpcf7-list-item-label a {
  color: var(--color-accent);
  text-decoration: underline;
}
.contact .wpcf7-acceptance .wpcf7-list-item-label .small {
  display: block;
  margin-top: 0.4rem;
  font-size: var(--font-size-12-5);
  color: var(--color-sub);
}
.contact .wpcf7-acceptance input:checked + .wpcf7-list-item-label::after {
  left: 0.78rem;
  top: 0.7rem;
  height: 1.1rem;
  transform: rotate(45deg);
}
.contact .in.wpcf7-not-valid,
.contact .in.is-invalid {
  border-color: #d2453b;
}
.contact .wpcf7-not-valid-tip,
.contact .field-error {
  display: block;
  margin-top: 0.6rem;
  font-size: var(--font-size-13);
  color: #d2453b;
}
.contact .wpcf7-submit:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}
.contact .wpcf7 form .wpcf7-response-output {
  margin: 2.4rem 0 0;
  padding: 1.4rem 1.8rem;
  border-radius: 0.8rem;
  font-size: var(--font-size-14);
  line-height: 1.7;
}
.contact .submit {
  margin-top: 4rem;
  text-align: center;
}
.contact .submit .button {
  display: block;
  margin: 2.4rem auto 0;
  min-width: 30rem;
  height: 6.2rem;
  font-size: var(--font-size-18);
  border: none;
  cursor: pointer;
  justify-content: center;
}

/*--------------------------------------
　プライバシーポリシー
　※ヒーロー等の共通デザインは freeze.scss のグループセレクタを参照
--------------------------------------*/
.policy .hero.hero-center {
  text-align: center;
}
.policy .hero.hero-center .category {
  justify-content: center;
}
.policy .hero.hero-center h1 {
  margin-top: 1.2rem;
  font-size: var(--font-size-38);
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .policy .hero.hero-center h1 {
    font-size: 2.6rem;
  }
}
.policy .policy-sec {
  padding-block: 8rem 10rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .policy .policy-sec {
    padding-block: 5rem 6rem;
  }
}
.policy .policy-sec .common-inner {
  max-width: 84rem;
  margin-inline: auto;
  padding-inline: 2rem;
}
.policy .policy-sec .lead {
  font-size: var(--font-size-16);
  line-height: 2;
}
.policy .policy-block {
  margin-top: 4.8rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .policy .policy-block {
    margin-top: 3.6rem;
  }
}
.policy .policy-block h2 {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  margin-bottom: 1.6rem;
  font-size: var(--font-size-20);
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .policy .policy-block h2 {
    font-size: 1.8rem;
  }
}
.policy .policy-block h2::before {
  content: "";
  flex-shrink: 0;
  width: 0.5rem;
  height: 2.2rem;
  background-color: var(--color-accent);
  border-radius: 0.2rem;
}
.policy .policy-block p {
  font-size: var(--font-size-16);
  line-height: 2;
}
.policy .policy-block .company-name {
  font-weight: 700;
}
.policy .policy-block .company-name a {
  color: var(--color-accent);
  text-decoration: underline;
}
.policy .policy-list {
  margin-top: 1.4rem;
  padding-left: 0;
  list-style: none;
  counter-reset: pl;
}
.policy .policy-list li {
  position: relative;
  padding-left: 2.8rem;
  font-size: var(--font-size-16);
  line-height: 2;
  counter-increment: pl;
}
.policy .policy-list li + li {
  margin-top: 0.8rem;
}
.policy .policy-list li::before {
  content: counter(pl) ".";
  position: absolute;
  left: 0;
  font-weight: 700;
  color: var(--color-accent);
}

#thanks .hero.hero-center {
  text-align: center;
}
#thanks .hero.hero-center h1 {
  margin-top: 1.2rem;
  font-size: var(--font-size-42);
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #thanks .hero.hero-center h1 {
    font-size: 2.8rem;
  }
}
#thanks .hero.hero-center .category {
  justify-content: center;
}
#thanks .hero.hero-center .catch {
  margin-top: 1.6rem;
  font-size: var(--font-size-17);
  font-weight: 500;
  color: #555;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #thanks .hero.hero-center .catch {
    font-size: 1.5rem;
  }
}
#thanks .thanks-sec {
  padding-block: calc(var(--header-hight) + 9rem) 12rem;
  text-align: center;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #thanks .thanks-sec {
    padding-block: calc(var(--header-hight) + 5rem) 7rem;
  }
}
#thanks .thanks-sec .en {
  font-family: var(--font-satoshi);
  font-size: var(--font-size-13);
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--color-accent);
}
#thanks .thanks-sec h1 {
  margin-top: 1.4rem;
  font-size: var(--font-size-34);
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #thanks .thanks-sec h1 {
    font-size: 2.4rem;
  }
}
#thanks .thanks-sec .msg {
  margin-top: 2.8rem;
  font-size: var(--font-size-16);
  line-height: 2.1;
  color: #444;
}
#thanks .thanks-sec .thanks-cta {
  margin-top: 4.8rem;
}

/*--------------------------------------
　404 Not Found
　※ボタン等の共通デザインは common.scss を参照
--------------------------------------*/
#notfound .notfound-sec {
  padding-block: calc(var(--header-hight) + 8rem) 12rem;
  text-align: center;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #notfound .notfound-sec {
    padding-block: calc(var(--header-hight) + 4rem) 7rem;
  }
}
#notfound .notfound-sec .code {
  font-family: var(--font-satoshi);
  font-size: var(--font-size-110);
  font-weight: 600;
  line-height: 1;
  color: var(--color-accent);
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #notfound .notfound-sec .code {
    font-size: 7rem;
  }
}
#notfound .notfound-sec .en {
  margin-top: 0.8rem;
  font-family: var(--font-satoshi);
  font-size: var(--font-size-14);
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--color-sub);
}
#notfound .notfound-sec h1 {
  margin-top: 2.4rem;
  font-size: var(--font-size-28);
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #notfound .notfound-sec h1 {
    font-size: 2rem;
  }
}
#notfound .notfound-sec .msg {
  margin-top: 2rem;
  font-size: var(--font-size-16);
  line-height: 2;
  color: #444;
}
#notfound .notfound-sec .notfound-cta {
  margin-top: 4.8rem;
}

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