@charset "UTF-8";
/*! ---------------------------------
Theme Name: Main
Version: 3.4.5
Tested up to: 6.9.1
---------------------------------- */
/* -----------------------------------------------
  Functions
--------------------------------------------------*/
/* -----------------------------------------------
  Variables
--------------------------------------------------*/
:root {
  --color-text: #3b320f;
  --color-bg: #fffbf8;
  --color-base: #e55441;
  --color-link: #0000ff;
  --color-hover: #548FBD;
  --color-visited: #003B68;
  --color-error: #dd0000;
  --color-white: #fff;
  --color-bg-news: #f8efe6;
  --swiper-theme-color: #e55441;
}

/* -----------------------------------------------
  Mixins
--------------------------------------------------*/
/* SN Pro */
@font-face {
  font-family: "SN Pro";
  src: url("fonts/SNPro-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SN Pro";
  src: url("fonts/SNPro-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
/* MOBO-Bold */
@font-face {
  font-family: "MOBO-Bold";
  src: url("fonts/MOBO-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

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

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -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: 1em;
  /* 2 */
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**************************************************
  base
***************************************************/
*,
*::before,
*::after {
  box-sizing: border-box;
  overflow-wrap: anywhere;
}

:root {
  text-spacing-trim: trim-start;
  text-autospace: normal;
  overflow-wrap: anywhere;
}

html {
  font-size: 62.5%;
}
@media all and (max-width: 1300px) {
  html {
    font-size: 0.7692307692vw;
  }
}
@media all and (max-width: 768px) {
  html {
    font-size: 62.5%;
  }
}
@media all and (max-width: 414px) {
  html {
    font-size: 2.4154589372vw;
  }
}

body,
button,
input,
textarea,
select {
  color: var(--color-text);
  line-height: 1.8;
  font-size: 1.6rem;
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  text-autospace: no-autospace;
}

body.home {
  background-color: #f8efe6;
}

::-moz-selection {
  background: rgb(213.75, 50.625, 29.25);
  color: #fff;
}

::selection {
  background: rgb(213.75, 50.625, 29.25);
  color: #fff;
}

:where(button, a, input, textarea, select, [tabindex]) {
  outline: none;
}
:where(button, a, input, textarea, select, [tabindex]):focus {
  outline: none;
}
:where(button, a, input, textarea, select, [tabindex]):focus-visible {
  outline: 2px solid var(--color-base);
}

/* -----------------------------------------------
  Elements
-------------------------------------------------- */
/* ---------- base ---------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.3;
}

h2 + h3,
h3 + h4,
h4 + h5,
h5 + h6 {
  margin-top: 2rem !important;
}

ol,
ul,
menu {
  list-style-type: "";
  margin: 0;
  padding: 0;
}

li {
  position: relative;
  line-height: 1.5;
}

dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

/* ---------- text ---------- */
:where(p) {
  margin: 0;
}

strong {
  font-weight: bold;
}

u {
  border-bottom: 1px solid var(--color-text);
}

address {
  font-style: normal;
}

pre {
  text-spacing-trim: space-all;
  text-autospace: no-autospace;
}

time {
  text-autospace: no-autospace;
}

a {
  transition: 0.3s;
  color: #0000ff;
}
@media all and (min-width: 769px) {
  a:hover {
    color: var(--color-hover);
  }
}
@media all and (min-width: 769px) {
  a[href^="tel:"] {
    text-decoration: none;
    color: var(--color-text);
    pointer-events: none;
  }
}

a[x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}

:where(a):visited {
  color: var(--color-visited);
}

/* ---------- image ---------- */
img,
svg,
video {
  border: 0;
  vertical-align: middle;
}

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

figure {
  margin: 0;
}

.caption,
figcaption {
  display: block;
  margin-top: 1rem;
  font-size: 0.88em;
}

._nocss {
  margin: 0;
  position: relative;
  background: transparent;
}
._nocss::before, ._nocss::after {
  display: none;
}

/* ---------- form ---------- */
input[type=text],
input[type=tel],
input[type=url],
input[type=email],
input[type=text],
textarea {
  background: none;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0.5rem 1rem;
  width: 100%;
  border: 1px solid #cbcbcb;
}

input[type=submit],
label,
button {
  background: none;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

fieldset {
  padding: 0;
  border: none;
}

/* ---------- Element ---------- */
iframe {
  border: 0;
}

/**************************************************
  content
***************************************************/
@media all and (max-width: 768px) {
  .container {
    padding-top: 6.8rem;
  }
}

.l-content__body {
  margin-top: 8rem;
}
@media all and (max-width: 768px) {
  .l-content__body {
    margin-top: 5rem;
  }
}

.l-content--news-detail {
  padding-bottom: 8rem;
}
@media all and (max-width: 768px) {
  .l-content--news-detail {
    padding-bottom: 5rem;
  }
}

.l-content__has-column {
  display: grid;
  grid-template-columns: 1fr 30rem;
  gap: 6rem;
  align-items: start;
}
@media all and (max-width: 1300px) {
  .l-content__has-column {
    grid-template-columns: 1fr 28rem;
    gap: 4rem;
  }
}
@media all and (max-width: 768px) {
  .l-content__has-column {
    grid-template-columns: 1fr;
    gap: 4rem;
  }
}

.l-content__main {
  min-width: 0;
}

.l-content__sidebar {
  min-width: 0;
}
@media all and (min-width: 769px) {
  .l-content__sidebar {
    position: sticky;
    top: 3.2rem;
    max-height: calc(100vh - 6.4rem);
    overflow-y: auto;
  }
}
.l-content__sidebar::-webkit-scrollbar {
  width: 8px;
  background-color: transparent;
}
.l-content__sidebar::-webkit-scrollbar-thumb {
  background: rgba(var(--color-text), 0.05);
  width: 6px;
  border-radius: 9999px;
}

/**************************************************
  grid
***************************************************/
.l-grid .row {
  display: flex;
  flex-wrap: wrap;
}

.col-1 {
  flex: 0 0 calc(100% / 12 * 1);
  max-width: calc(100% / 12 * 1);
}

.col-2 {
  flex: 0 0 calc(100% / 12 * 2);
  max-width: calc(100% / 12 * 2);
}

.col-3 {
  flex: 0 0 calc(100% / 12 * 3);
  max-width: calc(100% / 12 * 3);
}

.col-4 {
  flex: 0 0 calc(100% / 12 * 4);
  max-width: calc(100% / 12 * 4);
}

.col-5 {
  flex: 0 0 calc(100% / 12 * 5);
  max-width: calc(100% / 12 * 5);
}

.col-6 {
  flex: 0 0 calc(100% / 12 * 6);
  max-width: calc(100% / 12 * 6);
}

.col-7 {
  flex: 0 0 calc(100% / 12 * 7);
  max-width: calc(100% / 12 * 7);
}

.col-8 {
  flex: 0 0 calc(100% / 12 * 8);
  max-width: calc(100% / 12 * 8);
}

.col-9 {
  flex: 0 0 calc(100% / 12 * 9);
  max-width: calc(100% / 12 * 9);
}

.col-10 {
  flex: 0 0 calc(100% / 12 * 10);
  max-width: calc(100% / 12 * 10);
}

.col-11 {
  flex: 0 0 calc(100% / 12 * 11);
  max-width: calc(100% / 12 * 11);
}

.col-12 {
  flex: 0 0 calc(100% / 12 * 12);
  max-width: calc(100% / 12 * 12);
}

@media (min-width: 576px) {
  .col-sm-1 {
    flex: 0 0 calc(100% / 12 * 1);
    max-width: calc(100% / 12 * 1);
  }
  .col-sm-2 {
    flex: 0 0 calc(100% / 12 * 2);
    max-width: calc(100% / 12 * 2);
  }
  .col-sm-3 {
    flex: 0 0 calc(100% / 12 * 3);
    max-width: calc(100% / 12 * 3);
  }
  .col-sm-4 {
    flex: 0 0 calc(100% / 12 * 4);
    max-width: calc(100% / 12 * 4);
  }
  .col-sm-5 {
    flex: 0 0 calc(100% / 12 * 5);
    max-width: calc(100% / 12 * 5);
  }
  .col-sm-6 {
    flex: 0 0 calc(100% / 12 * 6);
    max-width: calc(100% / 12 * 6);
  }
  .col-sm-7 {
    flex: 0 0 calc(100% / 12 * 7);
    max-width: calc(100% / 12 * 7);
  }
  .col-sm-8 {
    flex: 0 0 calc(100% / 12 * 8);
    max-width: calc(100% / 12 * 8);
  }
  .col-sm-9 {
    flex: 0 0 calc(100% / 12 * 9);
    max-width: calc(100% / 12 * 9);
  }
  .col-sm-10 {
    flex: 0 0 calc(100% / 12 * 10);
    max-width: calc(100% / 12 * 10);
  }
  .col-sm-11 {
    flex: 0 0 calc(100% / 12 * 11);
    max-width: calc(100% / 12 * 11);
  }
  .col-sm-12 {
    flex: 0 0 calc(100% / 12 * 12);
    max-width: calc(100% / 12 * 12);
  }
}
@media (min-width: 768px) {
  .col-md-1 {
    flex: 0 0 calc(100% / 12 * 1);
    max-width: calc(100% / 12 * 1);
  }
  .col-md-2 {
    flex: 0 0 calc(100% / 12 * 2);
    max-width: calc(100% / 12 * 2);
  }
  .col-md-3 {
    flex: 0 0 calc(100% / 12 * 3);
    max-width: calc(100% / 12 * 3);
  }
  .col-md-4 {
    flex: 0 0 calc(100% / 12 * 4);
    max-width: calc(100% / 12 * 4);
  }
  .col-md-5 {
    flex: 0 0 calc(100% / 12 * 5);
    max-width: calc(100% / 12 * 5);
  }
  .col-md-6 {
    flex: 0 0 calc(100% / 12 * 6);
    max-width: calc(100% / 12 * 6);
  }
  .col-md-7 {
    flex: 0 0 calc(100% / 12 * 7);
    max-width: calc(100% / 12 * 7);
  }
  .col-md-8 {
    flex: 0 0 calc(100% / 12 * 8);
    max-width: calc(100% / 12 * 8);
  }
  .col-md-9 {
    flex: 0 0 calc(100% / 12 * 9);
    max-width: calc(100% / 12 * 9);
  }
  .col-md-10 {
    flex: 0 0 calc(100% / 12 * 10);
    max-width: calc(100% / 12 * 10);
  }
  .col-md-11 {
    flex: 0 0 calc(100% / 12 * 11);
    max-width: calc(100% / 12 * 11);
  }
  .col-md-12 {
    flex: 0 0 calc(100% / 12 * 12);
    max-width: calc(100% / 12 * 12);
  }
}
@media (min-width: 992px) {
  .col-lg-1 {
    flex: 0 0 calc(100% / 12 * 1);
    max-width: calc(100% / 12 * 1);
  }
  .col-lg-2 {
    flex: 0 0 calc(100% / 12 * 2);
    max-width: calc(100% / 12 * 2);
  }
  .col-lg-3 {
    flex: 0 0 calc(100% / 12 * 3);
    max-width: calc(100% / 12 * 3);
  }
  .col-lg-4 {
    flex: 0 0 calc(100% / 12 * 4);
    max-width: calc(100% / 12 * 4);
  }
  .col-lg-5 {
    flex: 0 0 calc(100% / 12 * 5);
    max-width: calc(100% / 12 * 5);
  }
  .col-lg-6 {
    flex: 0 0 calc(100% / 12 * 6);
    max-width: calc(100% / 12 * 6);
  }
  .col-lg-7 {
    flex: 0 0 calc(100% / 12 * 7);
    max-width: calc(100% / 12 * 7);
  }
  .col-lg-8 {
    flex: 0 0 calc(100% / 12 * 8);
    max-width: calc(100% / 12 * 8);
  }
  .col-lg-9 {
    flex: 0 0 calc(100% / 12 * 9);
    max-width: calc(100% / 12 * 9);
  }
  .col-lg-10 {
    flex: 0 0 calc(100% / 12 * 10);
    max-width: calc(100% / 12 * 10);
  }
  .col-lg-11 {
    flex: 0 0 calc(100% / 12 * 11);
    max-width: calc(100% / 12 * 11);
  }
  .col-lg-12 {
    flex: 0 0 calc(100% / 12 * 12);
    max-width: calc(100% / 12 * 12);
  }
}
@media (min-width: 1200px) {
  .col-xl-1 {
    flex: 0 0 calc(100% / 12 * 1);
    max-width: calc(100% / 12 * 1);
  }
  .col-xl-2 {
    flex: 0 0 calc(100% / 12 * 2);
    max-width: calc(100% / 12 * 2);
  }
  .col-xl-3 {
    flex: 0 0 calc(100% / 12 * 3);
    max-width: calc(100% / 12 * 3);
  }
  .col-xl-4 {
    flex: 0 0 calc(100% / 12 * 4);
    max-width: calc(100% / 12 * 4);
  }
  .col-xl-5 {
    flex: 0 0 calc(100% / 12 * 5);
    max-width: calc(100% / 12 * 5);
  }
  .col-xl-6 {
    flex: 0 0 calc(100% / 12 * 6);
    max-width: calc(100% / 12 * 6);
  }
  .col-xl-7 {
    flex: 0 0 calc(100% / 12 * 7);
    max-width: calc(100% / 12 * 7);
  }
  .col-xl-8 {
    flex: 0 0 calc(100% / 12 * 8);
    max-width: calc(100% / 12 * 8);
  }
  .col-xl-9 {
    flex: 0 0 calc(100% / 12 * 9);
    max-width: calc(100% / 12 * 9);
  }
  .col-xl-10 {
    flex: 0 0 calc(100% / 12 * 10);
    max-width: calc(100% / 12 * 10);
  }
  .col-xl-11 {
    flex: 0 0 calc(100% / 12 * 11);
    max-width: calc(100% / 12 * 11);
  }
  .col-xl-12 {
    flex: 0 0 calc(100% / 12 * 12);
    max-width: calc(100% / 12 * 12);
  }
}
.l-grid__gap .row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.g-col-1 {
  flex: 0 0 calc(100% / 12 * 1 - 1rem);
  max-width: calc(100% / 12 * 1 - 1rem);
}

.g-col-2 {
  flex: 0 0 calc(100% / 12 * 2 - 1rem);
  max-width: calc(100% / 12 * 2 - 1rem);
}

.g-col-3 {
  flex: 0 0 calc(100% / 12 * 3 - 1rem);
  max-width: calc(100% / 12 * 3 - 1rem);
}

.g-col-4 {
  flex: 0 0 calc(100% / 12 * 4 - 1rem);
  max-width: calc(100% / 12 * 4 - 1rem);
}

.g-col-5 {
  flex: 0 0 calc(100% / 12 * 5 - 1rem);
  max-width: calc(100% / 12 * 5 - 1rem);
}

.g-col-6 {
  flex: 0 0 calc(100% / 12 * 6 - 1rem);
  max-width: calc(100% / 12 * 6 - 1rem);
}

.g-col-7 {
  flex: 0 0 calc(100% / 12 * 7 - 1rem);
  max-width: calc(100% / 12 * 7 - 1rem);
}

.g-col-8 {
  flex: 0 0 calc(100% / 12 * 8 - 1rem);
  max-width: calc(100% / 12 * 8 - 1rem);
}

.g-col-9 {
  flex: 0 0 calc(100% / 12 * 9 - 1rem);
  max-width: calc(100% / 12 * 9 - 1rem);
}

.g-col-10 {
  flex: 0 0 calc(100% / 12 * 10 - 1rem);
  max-width: calc(100% / 12 * 10 - 1rem);
}

.g-col-11 {
  flex: 0 0 calc(100% / 12 * 11 - 1rem);
  max-width: calc(100% / 12 * 11 - 1rem);
}

.g-col-12 {
  flex: 0 0 calc(100% / 12 * 12 - 1rem);
  max-width: calc(100% / 12 * 12 - 1rem);
}

/**************************************************
  l-layer
***************************************************/
.l-layer {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
@media all and (max-width: 768px) {
  .l-layer {
    display: block;
  }
}
.l-layer__text {
  width: 100%;
  position: relative;
  margin-right: -5vw;
  background: var(--color-bg);
  padding: 5rem 5rem 0;
}
@media all and (max-width: 768px) {
  .l-layer__text {
    margin-left: 0;
    padding: 0;
  }
}
.l-layer__img {
  width: 100%;
}
.l-layer__img img {
  width: 100%;
}

/**************************************************
  l-inner
***************************************************/
.l-inner {
  width: 100%;
  max-width: 144rem;
  margin-inline: auto;
  padding-inline: 7rem;
}
@media all and (max-width: 768px) {
  .l-inner {
    padding-inline: 2rem;
  }
}

/**************************************************
  Typography
***************************************************/
.c-heading {
  margin: 0;
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
  line-height: 1.5;
  color: #3b320f;
  overflow-wrap: anywhere;
}

.c-heading--lv2 {
  font-size: 2.4rem;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid #e55441;
}
@media all and (max-width: 768px) {
  .c-heading--lv2 {
    font-size: 2rem;
  }
}

.c-heading--lv3 {
  font-size: 2.2rem;
  display: flex;
  align-items: flex-start;
  gap: 0.4rem;
}
@media all and (max-width: 768px) {
  .c-heading--lv3 {
    font-size: 1.9rem;
  }
}

.c-heading--lv3::before {
  content: "";
  flex-shrink: 0;
  display: block;
  width: 2.4rem;
  height: 0.1rem;
  margin-top: calc((1.5em - 0.1rem) / 2);
  background: #e55441;
}

.c-heading--lv4 {
  font-size: 2rem;
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
}
@media all and (max-width: 768px) {
  .c-heading--lv4 {
    font-size: 1.8rem;
  }
}

.c-heading--lv4::before {
  content: "";
  flex-shrink: 0;
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  margin-top: calc((1.5em - 0.6rem) / 2);
  background: #e55441;
  border-radius: 100%;
}

.c-heading--lv5 {
  font-size: 1.8rem;
}
@media all and (max-width: 768px) {
  .c-heading--lv5 {
    font-size: 1.7rem;
  }
}

/* -----------------------------------------------
  Variation
-------------------------------------------------- */
.c-en {
  font-family: "SN Pro", sans-serif;
}

.c-attention {
  color: var(--color-error);
}

.c-lead {
  font-size: 2rem;
}

.c-text {
  margin: 0;
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2;
  color: #3b320f;
}

/**************************************************
  Button
***************************************************/
.wp-block-button__link {
  background: var(--color-base);
}
.wp-block-button.is-style-outline .wp-block-button__link {
  border-color: var(--color-base);
  color: var(--color-base);
}
.wp-block-button.is-style-outline .wp-block-button__link:focus {
  background: var(--color-base);
  color: var(--color-bg);
}
@media (any-hover: hover) {
  .wp-block-button.is-style-outline .wp-block-button__link:hover {
    background: var(--color-base);
    color: var(--color-bg);
  }
}

/* -----------------------------------------------
  c-btn (共通ボタン)
-------------------------------------------------- */
.c-btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.4rem;
  min-width: 20rem;
  max-width: 100%;
  min-height: 5.8rem;
  background: #fff;
  border: 0.15rem solid #e55441;
  border-radius: 2.9rem;
  padding-block: 2rem;
  padding-inline: 2.8rem 2rem;
  text-decoration: none;
  transition: background 0.3s, color 0.3s;
  cursor: pointer;
}
@media all and (max-width: 768px) {
  .c-btn {
    padding-block: 1.2rem;
    min-height: 4.8rem;
    padding-inline: 2.2rem 1.6rem;
    gap: 1.6rem;
    min-width: 15.4rem;
  }
}

@media (any-hover: hover) and (min-width: 769px) {
  .c-btn:hover {
    background: #e55441;
  }
  .c-btn:hover .c-btn__label {
    color: #fff;
  }
  .c-btn:hover .c-btn__arrow {
    filter: brightness(0) invert(1);
  }
}
.c-btn:visited {
  color: #e55441;
}

.c-btn__label {
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1;
  color: #e55441;
  white-space: nowrap;
  transition: color 0.3s;
}
@media all and (max-width: 768px) {
  .c-btn__label {
    font-size: 1.5rem;
  }
}

.c-btn__arrow {
  width: 1.5rem;
  height: 1.1rem;
  flex-shrink: 0;
  transition: filter 0.3s;
}

.c-btn--primary {
  background: #e55441;
  border-color: #e55441;
}

.c-btn--primary .c-btn__label {
  color: #fff;
}

.c-btn--primary .c-btn__arrow {
  filter: brightness(0) invert(1);
}

.c-btn--white {
  background: transparent;
  border-color: #fff;
}

.c-btn--white .c-btn__label {
  color: #fff;
}

.c-btn--white .c-btn__arrow {
  filter: brightness(0) invert(1);
}

/**************************************************
  Icon
***************************************************/
.c-icon {
  width: 1em;
  height: 1em;
  margin-right: 0.3rem;
  margin-left: 0.3rem;
}
.c-icon-blank {
  max-height: 1em;
  max-width: 1em;
  fill: currentColor;
}
.c-icon-file {
  height: 1em;
}

/**************************************************
  img
***************************************************/
.c-img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}

.c-figcaption {
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1;
  color: #3b320f;
  text-align: center;
}

/* -----------------------------------------------
  luminous
-------------------------------------------------- */
a.c-img-zoom {
  cursor: zoom-in;
  position: relative;
  display: inline-block;
}
a.c-img-zoom::after {
  position: absolute;
  content: "";
  inset: 0;
  background: center/50% 50% no-repeat rgba(0, 0, 0, 0.3) url("images/common/icon_zoom.svg");
  width: 2.5rem;
  height: 2.5rem;
}

.lum-lightbox.lum-open {
  backdrop-filter: blur(10px);
  z-index: 10001;
}
@media (any-hover: hover) {
  .lum-lightbox.lum-open:hover {
    cursor: zoom-out;
  }
}

.lum-gallery-button::after {
  width: 2rem;
  height: 2rem;
  border-width: 2px;
}

.lum-close-button {
  opacity: 0.5;
}

/**************************************************
  List
***************************************************/
.c-list {
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2;
  color: #3b320f;
}

.c-list li {
  position: relative;
}

/* 非順序リスト */
.c-list--bullet li {
  padding-left: 2rem;
}

.c-list--bullet li::before {
  content: "";
  position: absolute;
  top: 0.5lh;
  left: 0;
  width: 0.6rem;
  height: 0.6rem;
  background: #e55441;
  border-radius: 100%;
  transform: translateY(-50%);
}

/* 順序リスト */
.c-list--number {
  counter-reset: num;
}

.c-list--number li {
  padding-left: 2.4rem;
}

.c-list--number li::before {
  position: absolute;
  counter-increment: num;
  content: counter(num) ".";
  top: 0;
  left: 0.4rem;
}

/* ※付きリスト */
.c-list--rice li {
  margin-left: 1em;
  text-indent: -1em;
}

/* リンク付きリスト */
.c-list--link {
  font-weight: 500;
}

.c-list--link li {
  padding-left: 1.3rem;
}

.c-list--link li::before {
  content: "";
  position: absolute;
  top: 0.8rem;
  left: 0.2rem;
  width: 0.6rem;
  height: 1rem;
  background: url("images/common/icon-side-nav-arrow.svg") no-repeat center/contain;
}

/* 入れ子 */
.c-list ol,
.c-list ul {
  margin-top: 0;
}

/* テーブルの中のリスト */
table ul,
table ol {
  margin: 0;
}

.c-link {
  color: #0062ac;
  text-decoration: underline;
  transition: color 0.3s;
}

.c-link:active {
  color: #548fbd;
}

@media (any-hover: hover) {
  .c-link:hover {
    color: var(--color-hover);
  }
}
.c-link:visited {
  color: #003b68;
}

.c-table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  table-layout: auto;
}

.c-table th,
.c-table td {
  padding-top: 1rem;
  padding-inline: 1.2rem;
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
  text-align: left;
  vertical-align: middle;
}
@media all and (max-width: 768px) {
  .c-table th,
  .c-table td {
    font-size: 1.5rem;
    padding-top: 0.8rem;
    padding-inline: 0.8rem;
  }
}

.c-table thead th {
  font-weight: 700;
  border-bottom: 0.1rem solid #e55441;
  color: #3b320f;
}

.c-table tbody th {
  font-weight: 400;
  border-bottom: 0.1rem solid #3b320f;
  color: #3b320f;
  width: 23.5rem;
  max-width: 100%;
}
@media all and (max-width: 768px) {
  .c-table tbody th {
    width: 10rem;
  }
}

.c-table tbody td {
  font-weight: 400;
  border-bottom: 0.1rem solid #e0d4c9;
  color: #3b320f;
}

/**************************************************
  Table（Flexible Table プラグイン）
***************************************************/
/* -----------------------------------------------
  Default
-------------------------------------------------- */
.wp-block-flexible-table-block-table {
  margin-block: 2rem;
}

/* -----------------------------------------------
  SPのみスクロール
-------------------------------------------------- */
@media all and (max-width: 768px) {
  .wp-block-flexible-table-block-table.is-scroll-on-mobile {
    cursor: grab;
  }
}
@media all and (max-width: 768px) {
  .wp-block-flexible-table-block-table.is-scroll-on-mobile:active {
    cursor: grabbing;
  }
}
.wp-block-flexible-table-block-table.is-scroll-on-mobile::before {
  content: "※この表は横にスクロールできます";
  position: sticky;
  top: 0;
  left: 0;
  font-size: 90%;
}
@media all and (min-width: 769px) {
  .wp-block-flexible-table-block-table.is-scroll-on-mobile::before {
    content: none;
  }
}
.wp-block-flexible-table-block-table.is-scroll-on-mobile table {
  min-width: 800px;
}

/**************************************************
  box
***************************************************/
.c-box--fill {
  background: rgba(var(--color-base), 0.1);
  padding: 2rem;
  margin: 2rem 0;
}
.c-box--fill *:first-child {
  margin-top: 0;
}
.c-box--fill *:last-child {
  margin-bottom: 0;
}

.c-box--border {
  border: 2px solid var(--color-base);
  padding: 2rem;
  margin: 2rem 0;
}
.c-box--border *:first-child {
  margin-top: 0;
}
.c-box--border *:last-child {
  margin-bottom: 0;
}

/**************************************************
  Cols（共通カラム分割 / 画像並び専用 / 余白なし）
  Figma: node-id=2047-940 (section-cards / section-thumbs)
***************************************************/
.c-cols {
  display: grid;
}

.c-cols--2 {
  grid-template-columns: 1fr 1fr;
  gap: 4.8rem;
}
@media all and (max-width: 768px) {
  .c-cols--2 {
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }
}

.c-cols--3 {
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2.4rem;
}
@media all and (max-width: 768px) {
  .c-cols--3 {
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }
}

.c-quote {
  position: relative;
  background: #f8efe6;
  border-radius: 0.8rem;
  padding: 2.4rem;
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2;
  color: rgba(59, 50, 15, 0.8);
  margin: 0;
}
@media all and (max-width: 768px) {
  .c-quote {
    padding: 1.6rem;
  }
}

.c-quote p {
  font-size: 1.4rem;
  line-height: 2;
  color: rgba(59, 50, 15, 0.8);
}

.c-quote::before {
  content: "“";
  position: absolute;
  left: 2rem;
  top: -1.9rem;
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 4.8rem;
  line-height: 1;
  color: #e0d4c9;
}
.c-quote::after {
  content: "”";
  position: absolute;
  right: 1.6rem;
  bottom: -3rem;
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 4.8rem;
  line-height: 1;
  color: #e0d4c9;
}

/**************************************************
  Section Title (共通セクションタイトル)
***************************************************/
.c-section-title {
  display: inline-flex;
  flex-direction: column;
  margin: 0;
}

.c-section-title__en {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  font-family: "SN Pro", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #e55441;
}

.c-section-title__dots {
  display: block;
  width: 2.7rem;
  height: 0.7rem;
  flex-shrink: 0;
}

.c-section-title__ja {
  display: block;
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 1.25;
  letter-spacing: 0.05em;
  color: #e55441;
  margin-top: 0.8rem;
}
@media all and (max-width: 768px) {
  .c-section-title__ja {
    font-size: 2.4rem;
  }
}

/* -----------------------------------------------
  c-flow (フロー図 共通コンポーネント)
-------------------------------------------------- */
.c-flow {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 0.8rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media all and (max-width: 768px) {
  .c-flow {
    flex-direction: column;
    align-items: center;
    gap: 0.8rem;
  }
}

.c-flow__item {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  gap: 1.2rem;
  text-align: center;
  flex: 1 1 0;
  min-width: 0;
}
@media all and (max-width: 768px) {
  .c-flow__item {
    flex: 0 0 auto;
  }
}

.c-flow__label {
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  color: #e55441;
  white-space: nowrap;
}

.c-flow__icon {
  display: block;
  width: 10.8rem;
  height: 10.8rem;
}
.c-flow__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}

.c-flow__arrow {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex: 0 0 auto;
  width: 3.2rem;
}
@media all and (max-width: 768px) {
  .c-flow__arrow {
    width: auto;
    height: auto;
    align-items: center;
  }
}
.c-flow__arrow img {
  width: 2rem;
  height: 1.5rem;
  display: block;
  margin-bottom: calc(10.8rem / 2 - 1.5rem / 2);
}
@media all and (max-width: 768px) {
  .c-flow__arrow img {
    width: 2rem;
    height: 1.5rem;
    margin-bottom: 0;
    transform: rotate(90deg);
  }
}

/**************************************************
  Section Nav
  - 下層ページ末尾の関連リンク（事業部一覧／安心安全の取り組み 等）
  - トップページの事業導線（top-service__card）と同等の見た目
  - アイコンなしの簡素版
***************************************************/
.c-section-nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media all and (max-width: 768px) {
  .c-section-nav {
    grid-template-columns: 1fr;
    gap: 2.4rem;
  }
}

.c-section-nav__item {
  position: relative;
}

.c-section-nav__link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 648/372;
  overflow: hidden;
  text-decoration: none;
  border-radius: 0.4rem;
}
@media all and (max-width: 768px) {
  .c-section-nav__link {
    aspect-ratio: 414/200;
  }
}

.c-section-nav__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transform: scale(1);
  transform-origin: center center;
  transition: transform 4s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

@media (any-hover: hover) and (min-width: 769px) {
  .c-section-nav__link:hover .c-section-nav__bg {
    transform: scale(1.1);
  }
}
.c-section-nav__overlay {
  position: absolute;
  inset: 0;
  background: rgba(42, 36, 19, 0.4);
}

.c-section-nav__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.c-section-nav__label {
  display: block;
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.4;
  color: #fff;
}
@media all and (max-width: 768px) {
  .c-section-nav__label {
    font-size: 2rem;
  }
}

.c-section-nav__arrow {
  width: 3.2rem;
  height: 3.2rem;
  margin-top: 2rem;
}
@media all and (max-width: 768px) {
  .c-section-nav__arrow {
    width: 2.4rem;
    height: 2.4rem;
    margin-top: 1.4rem;
  }
}

.c-news-card {
  display: block;
  width: 100%;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s;
}

@media (any-hover: hover) {
  .c-news-card:hover {
    opacity: 0.6;
  }
}
.c-news-card__meta {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding-inline: 1rem;
  height: 2.2rem;
}

.c-news-card__date {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1;
  color: #3b320f;
  font-variation-settings: "wdth" 100;
  white-space: nowrap;
}
@media all and (max-width: 768px) {
  .c-news-card__date {
    font-size: 1.3rem;
  }
}

.c-news-card__category {
  display: inline-flex;
  align-items: center;
  padding-block: 0.4rem;
  padding-inline: 1.2rem;
  background: #e55441;
  border-radius: 1.1rem;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1;
  color: #fff;
  white-space: nowrap;
}
@media all and (max-width: 768px) {
  .c-news-card__category {
    font-size: 1.2rem;
    padding-inline: 1rem;
  }
}
@supports (-webkit-hyphens: none) {
  .c-news-card__category {
    padding-block: 0.5rem 0.2rem;
  }
}

.c-news-card__title {
  margin-top: 1rem;
  padding-inline: 1rem;
  padding-bottom: 2.4rem;
  border-bottom: 0.1rem solid #e0d4c9;
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.5;
  color: #252525;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media all and (max-width: 768px) {
  .c-news-card__title {
    font-size: 1.5rem;
    padding-bottom: 1.6rem;
  }
}

.c-pagination__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0.8rem;
}

.c-pagination__link,
.c-pagination__current {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.6rem;
  height: 3.6rem;
  font-family: "SN Pro", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  border-radius: 100%;
  text-decoration: none;
  transition: opacity 0.3s;
}

.c-pagination__link:not(:has(img)) {
  border: 0.1rem solid #e55441;
}

.c-pagination__link,
.c-pagination__link:visited {
  color: #e55441;
  background: transparent;
}

@media (any-hover: hover) {
  .c-pagination__link:hover {
    opacity: 0.6;
    color: #e55441;
  }
}
.c-pagination__link--first,
.c-pagination__link--prev,
.c-pagination__link--next,
.c-pagination__link--last {
  width: 2.8rem;
  height: 2.8rem;
  padding: 0;
}

.c-pagination__link--first img,
.c-pagination__link--prev img,
.c-pagination__link--next img,
.c-pagination__link--last img {
  width: 2.8rem;
  height: 2.8rem;
  display: block;
}

.c-pagination__current {
  background: #e55441;
  color: #fff;
  border: 0.1rem solid #e55441;
}

.c-post-body > * + * {
  margin-top: 4.8rem;
}

.c-post-body p {
  margin: 0;
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2;
  color: #3b320f;
}

.c-post-body h2,
.c-post-body h3,
.c-post-body h4,
.c-post-body h5 {
  margin-bottom: 0;
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
  line-height: 1.5;
  color: #3b320f;
  overflow-wrap: anywhere;
}

.c-post-body h2 {
  font-size: 2.4rem;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid #e55441;
}
@media all and (max-width: 768px) {
  .c-post-body h2 {
    font-size: 2rem;
  }
}

.c-post-body h3 {
  font-size: 2.2rem;
  display: flex;
  align-items: flex-start;
  gap: 0.4rem;
}
@media all and (max-width: 768px) {
  .c-post-body h3 {
    font-size: 1.9rem;
  }
}

.c-post-body h3::before {
  content: "";
  flex-shrink: 0;
  display: block;
  width: 2.4rem;
  height: 0.1rem;
  margin-top: calc((1.5em - 0.1rem) / 2);
  background: #e55441;
}

.c-post-body h4 {
  font-size: 2rem;
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
}
@media all and (max-width: 768px) {
  .c-post-body h4 {
    font-size: 1.8rem;
  }
}

.c-post-body h4::before {
  content: "";
  flex-shrink: 0;
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  margin-top: calc((1.5em - 0.6rem) / 2);
  background: #e55441;
  border-radius: 100%;
}

.c-post-body h5 {
  font-size: 1.8rem;
}
@media all and (max-width: 768px) {
  .c-post-body h5 {
    font-size: 1.7rem;
  }
}

.c-post-body h2 + * {
  margin-top: 1.6rem;
}

.c-post-body h3 + *,
.c-post-body h4 + *,
.c-post-body h5 + * {
  margin-top: 0.8rem;
}

.c-post-body img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}

.c-post-body figcaption,
.c-post-body .wp-element-caption {
  margin-top: 0.8rem;
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1;
  color: #3b320f;
}

.c-post-body table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  table-layout: auto;
}

.c-post-body table th,
.c-post-body table td {
  padding-top: 1rem;
  padding-inline: 1.2rem;
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
  text-align: left;
  vertical-align: middle;
}
@media all and (max-width: 768px) {
  .c-post-body table th,
  .c-post-body table td {
    font-size: 1.5rem;
    padding-top: 0.8rem;
    padding-inline: 0.8rem;
  }
}
.page-company .c-post-body table th,
.page-company .c-post-body table td {
  font-size: 1.6rem;
}
@media all and (max-width: 768px) {
  .page-company .c-post-body table th,
  .page-company .c-post-body table td {
    font-size: 1.6rem;
  }
}

.company__related {
  margin-top: 8rem;
}

.c-post-body table thead th {
  font-weight: 700;
  border-bottom: 0.1rem solid #e55441;
  color: #3b320f;
}

.c-post-body table tbody th {
  font-weight: 400;
  border-bottom: 0.1rem solid #3b320f;
  color: #3b320f;
  width: 23.5rem;
  max-width: 100%;
}
@media all and (max-width: 768px) {
  .c-post-body table tbody th {
    width: 10rem;
  }
}

.c-post-body table tbody td {
  font-weight: 400;
  border-bottom: 0.1rem solid #e0d4c9;
  color: #3b320f;
}

.c-post-body blockquote,
.c-post-body .wp-block-quote {
  position: relative;
  background: #f8efe6;
  border-radius: 0.8rem;
  padding: 2.4rem;
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2;
  color: rgba(59, 50, 15, 0.8);
  margin: 0;
}
@media all and (max-width: 768px) {
  .c-post-body blockquote,
  .c-post-body .wp-block-quote {
    padding: 1.6rem;
  }
}

.c-post-body blockquote p,
.c-post-body .wp-block-quote p {
  font-size: 1.4rem;
  line-height: 2;
  color: rgba(59, 50, 15, 0.8);
}

.c-post-body blockquote::before,
.c-post-body .wp-block-quote::before {
  content: "“";
  position: absolute;
  left: 2rem;
  top: -1.9rem;
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 4.8rem;
  line-height: 1;
  color: #e0d4c9;
}

.c-post-body blockquote::after,
.c-post-body .wp-block-quote::after {
  content: "”";
  position: absolute;
  right: 1.6rem;
  bottom: -3rem;
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 4.8rem;
  line-height: 1;
  color: #e0d4c9;
}

.c-post-body a {
  color: #0062ac;
  text-decoration: underline;
  transition: color 0.3s;
}

.c-post-body a:active {
  color: #548fbd;
}

@media (any-hover: hover) {
  .c-post-body a:hover {
    color: #548fbd;
  }
}
.c-post-body a:visited {
  color: #003b68;
}

.c-post-body ul,
.c-post-body ol {
  padding-inline: 2.4rem 0;
}

.c-post-body ul li,
.c-post-body ol li {
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2;
  color: #3b320f;
}

/**************************************************
  Header
***************************************************/
/* -----------------------------------------------
  SP (ハンバーガー)
-------------------------------------------------- */
@media all and (min-width: 769px) {
  .m-hamburger__toggle {
    display: none !important;
  }
}
.m-hamburger__toggle {
  position: fixed;
  top: 1rem;
  right: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.8rem;
  height: 4.8rem;
  padding: 0;
  background: transparent;
  border: 0.2rem solid #e55441;
  border-radius: 100%;
  cursor: pointer;
  z-index: 1001;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: transparent;
}
.m-hamburger__toggle-bars {
  display: inline-block;
  width: 24px;
  height: 2px;
  background: #e55441;
  position: relative;
  transition: background-color 0.3s ease-in-out;
}
.m-hamburger__toggle-bars::before, .m-hamburger__toggle-bars::after {
  content: "";
  display: block;
  width: 24px;
  height: 2px;
  background: #e55441;
  position: absolute;
  left: 0;
  transform: translate3d(0, 0, 0) rotate(0deg);
  transform-origin: center center;
  transition-property: transform, background-color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  will-change: transform;
  backface-visibility: hidden;
}
.m-hamburger__toggle-bars::before {
  top: -8px;
}
.m-hamburger__toggle-bars::after {
  top: 8px;
}
.is-drawer-open .m-hamburger__toggle {
  background: #e55441;
  border-color: #e55441;
}
.is-drawer-open .m-hamburger__toggle-bars {
  background: transparent;
}
.is-drawer-open .m-hamburger__toggle-bars::before, .is-drawer-open .m-hamburger__toggle-bars::after {
  background: #fff;
}
.is-drawer-open .m-hamburger__toggle-bars::before {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}
.is-drawer-open .m-hamburger__toggle-bars::after {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
}
@media all and (min-width: 769px) {
  .m-hamburger__drawer {
    display: none;
  }
}
.m-hamburger__drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  background-color: #fffbf8;
  z-index: 1000;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s;
}

body.is-drawer-open {
  overflow: hidden;
  touch-action: none;
}

body.is-drawer-open .m-hamburger__drawer {
  visibility: visible;
  opacity: 1;
}

.m-hamburger__header {
  position: absolute;
  top: 1.8rem;
  left: 2rem;
  z-index: 1;
}

.m-hamburger__logo {
  display: block;
}

.m-hamburger__logo img {
  width: 20rem;
  height: auto;
}

.m-hamburger__nav {
  padding: 10.8rem 2rem 4rem;
}

.m-hamburger__menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.m-hamburger__menu-item {
  background-image: radial-gradient(circle, #e55441 0.15rem, transparent 0.15rem);
  background-size: 0.7rem 0.7rem;
  background-repeat: repeat-x;
  background-position: bottom center;
}

.m-hamburger__menu-link {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 100%;
  padding-block: 2rem;
  padding-inline: 0;
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.5;
  color: #3b320f;
  text-decoration: none;
  background: none;
  border: none;
  cursor: pointer;
}

.m-hamburger__menu-dot {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background-color: #e55441;
  flex-shrink: 0;
}

.m-hamburger__menu-text {
  flex: 1;
  text-align: left;
}

.m-hamburger__menu-arrow {
  width: 1.2rem;
  height: 0.7rem;
  margin-right: 0.8rem;
  flex-shrink: 0;
  color: #e55441;
  transition: transform 0.3s;
}

.m-hamburger__menu-item.is-open .m-hamburger__menu-arrow {
  transform: rotate(180deg);
}

.m-hamburger__submenu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

.m-hamburger__menu-item.is-open .m-hamburger__submenu {
  max-height: 50rem;
}

.m-hamburger__submenu-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 0 2rem;
  padding-inline: 1.6rem 0;
}

.m-hamburger__menu-item.is-open .m-hamburger__submenu-inner {
  padding-block: 0 2rem;
}

.m-hamburger__submenu-link {
  display: block;
  width: calc(50% - 1rem);
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2;
  color: #3b320f;
  text-decoration: none;
}

.m-hamburger__cta {
  display: flex;
  gap: 1.6rem;
  margin-top: 3.2rem;
}

.m-hamburger__cta-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
  height: 4.8rem;
  background: #fff;
  border: 0.15rem solid #e55441;
  border-radius: 2.9rem;
  padding-inline: 1.4rem;
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: -0.1em;
  color: #e55441;
  text-decoration: none;
  transition: opacity 0.3s;
}

@media (any-hover: hover) {
  .m-hamburger__cta-btn:hover {
    opacity: 0.7;
  }
}
.m-hamburger__cta-btn img,
.m-hamburger__cta-btn svg {
  flex-shrink: 0;
}

.m-hamburger__bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 8rem;
}
@media all and (max-width: 768px) {
  .m-hamburger__bottom {
    margin-top: 3.2rem;
  }
}

.m-hamburger__links {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

.m-hamburger__bottom-link {
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1;
  color: #3b320f;
  text-decoration: none;
}

.m-hamburger__instagram {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  transition: opacity 0.3s;
}

@media (any-hover: hover) {
  .m-hamburger__instagram:hover {
    opacity: 0.7;
  }
}
.m-hamburger__instagram img {
  width: 100%;
  display: block;
}

.m-header__skip-link {
  display: block;
  margin-top: 50px;
}

/* -----------------------------------------------
  m-header-hero (MV画像に被せるカード型ヘッダー)
-------------------------------------------------- */
.m-header-hero {
  position: absolute;
  top: 4rem;
  left: 50%;
  transform: translateX(-50%);
  width: 130rem;
  max-width: calc(100% - 4rem);
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border-radius: 0.8rem;
  padding-block: 1.6rem;
  padding-inline: 2.4rem;
}
@media all and (max-width: 768px) {
  .m-header-hero {
    display: none;
  }
}

.m-header-hero__logo {
  flex-shrink: 0;
  line-height: 1;
  margin: 0;
}

.m-header-hero__logo-link {
  display: block;
}

.m-header-hero__logo img {
  width: 23.2rem;
  height: auto;
  display: block;
}

.m-header-hero__nav {
  display: block;
}

.m-header-hero__menu {
  display: flex;
  align-items: center;
  gap: 3.2rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.m-header-hero__menu-item {
  line-height: 1;
}

.m-header-hero__menu-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1;
  color: #3b320f;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.3s;
}

.m-header-hero__menu-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.6rem;
  height: 0.2rem;
  background: #e55441;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.3s;
}

.m-header-hero__menu-link:visited {
  color: #3b320f;
}

@media (any-hover: hover) and (min-width: 769px) {
  .m-header-hero__menu-link:hover {
    color: #e55441;
  }
}
@media (any-hover: hover) and (min-width: 769px) {
  .m-header-hero__menu-link:hover::after {
    transform: scaleX(1);
  }
}
.m-header-hero__menu-link--current {
  color: #e55441;
}

.m-header-hero__menu-link--current::after {
  transform: scaleX(1);
}

.m-header-hero__menu-arrow {
  width: 0.7rem;
  height: 1.2rem;
  flex-shrink: 0;
  transform: rotate(-90deg);
}

.m-header-hero__menu-link--shop {
  gap: 0.6rem;
}

.m-header-hero__menu-icon--cart {
  width: 1.5rem;
  height: 1.6rem;
  flex-shrink: 0;
}

.m-header-hero__menu-icon--external {
  width: 1.2rem;
  height: 1.2rem;
  flex-shrink: 0;
}

.m-header-hero__menu-link--ig {
  padding: 0;
  transition: opacity 0.3s;
}

@media (any-hover: hover) {
  .m-header-hero__menu-link--ig:hover {
    opacity: 0.6;
  }
}
.m-header-hero__menu-link--ig::after {
  display: none;
}

.m-header-hero__menu-link--ig img {
  width: 2.9rem;
  height: 2.9rem;
  display: block;
}

.m-header-sp {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: none;
  align-items: center;
  height: 6.8rem;
  padding-inline: 2rem;
}
@media all and (max-width: 768px) {
  .m-header-sp {
    display: flex;
    background: #fff;
  }
}

.m-header-sp__logo {
  margin: 0;
  line-height: 1;
}

.m-header-sp__logo a {
  display: block;
}

.m-header-sp__logo img {
  width: 20rem;
  height: auto;
  display: block;
}

/**************************************************
  Footer
***************************************************/
.m-footer {
  margin-top: 4.5rem;
  padding-bottom: 2.4rem;
}
@media all and (max-width: 768px) {
  .m-footer {
    padding-bottom: 2rem;
  }
}

.m-footer--sub {
  padding-top: 6.4rem;
  background-color: #f8efe6;
}

.m-footer__inner {
  position: relative;
  padding-inline: clamp(0rem, (100vw - 109rem) * 0.2, 7rem);
}
@media all and (max-width: 768px) {
  .m-footer__inner {
    padding-inline: 2rem;
  }
}

/* -----------------------------------------------
  PAGE TOP
-------------------------------------------------- */
.m-footer__pagetop {
  position: absolute;
  top: -5rem;
  right: 14.6rem;
  z-index: 2;
}
@media all and (max-width: 768px) {
  .m-footer__pagetop {
    right: 2rem;
  }
}

.m-footer__pagetop-link {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #e55441;
  transition: transform 0.3s;
}
@media (any-hover: hover) {
  .m-footer__pagetop-link:hover {
    transform: translateY(-5px);
  }
}

.m-footer__pagetop-label {
  font: 500 1.2rem "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 1;
  color: #e55441;
  letter-spacing: 0.05em;
}
@media all and (max-width: 768px) {
  .m-footer__pagetop-label {
    font-size: 1rem;
  }
}

.m-footer__pagetop-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4.8rem;
  height: 4.8rem;
  margin-top: 0.8rem;
  background: #fff;
  border: 0.2rem solid #e55441;
  border-radius: 100%;
  transition: background 0.3s;
}
@media all and (max-width: 768px) {
  .m-footer__pagetop-circle {
    width: 4rem;
    height: 4rem;
    border-width: 0.15rem;
  }
}

.m-footer__pagetop-circle img {
  display: block;
  width: 1.4rem;
  height: 0.8rem;
}

/* -----------------------------------------------
  上部点線
-------------------------------------------------- */
.m-footer__divider {
  display: block;
  width: 100%;
  height: 0.3rem;
  background-image: radial-gradient(circle, #e55441 0.15rem, transparent 0.15rem);
  background-size: 0.8rem 0.3rem;
  background-repeat: repeat-x;
}

/* -----------------------------------------------
  メイン領域
-------------------------------------------------- */
.m-footer__main {
  display: grid;
  grid-template-columns: 29rem 1fr;
  align-items: start;
  margin-top: 4.8rem;
}
@media all and (max-width: 768px) {
  .m-footer__main {
    grid-template-columns: 1fr;
    gap: 4rem;
    margin-top: 3.2rem;
  }
}

/* 左カラム */
.m-footer__col-left {
  display: block;
}

.m-footer__logo-row {
  display: flex;
  align-items: flex-start;
  gap: 1.6rem;
}

.m-footer__pig {
  display: none;
}
@media all and (max-width: 768px) {
  .m-footer__pig {
    display: block;
    width: 8rem;
    height: auto;
    margin-left: auto;
  }
}

.m-footer__logo {
  display: inline-block;
  line-height: 0;
}

.m-footer__logo img {
  display: block;
  width: 28.3rem;
  height: auto;
  max-width: 100%;
}
@media all and (max-width: 768px) {
  .m-footer__logo img {
    width: 19.4rem;
  }
}

.m-footer__address {
  margin-top: 5.1rem;
  font: 500 1.8rem "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #3b320f;
  line-height: 1.5;
  font-style: normal;
}
@media all and (max-width: 768px) {
  .m-footer__address {
    margin-top: -3rem;
    font-size: 1.6rem;
    line-height: 1.6;
  }
}

.m-footer__tel-fax-tel,
.m-footer__tel-fax-fax {
  display: block;
}
@media all and (max-width: 768px) {
  .m-footer__tel-fax-tel,
  .m-footer__tel-fax-fax {
    display: inline;
  }
}

@media all and (max-width: 768px) {
  .m-footer__tel-fax-fax {
    margin-left: 0.5em;
  }
}

/* CTA 2ボタン */
.m-footer__cta-list {
  margin-top: 2.4rem;
  width: 22rem;
  max-width: 100%;
}
@media all and (max-width: 768px) {
  .m-footer__cta-list {
    display: flex;
    gap: 1.6rem;
    width: 100%;
    max-width: none;
  }
}

.m-footer__cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 5.8rem;
  padding-block: 2rem;
  padding-inline: 2.8rem 2rem;
  background: #fff;
  border: 1.5px solid #e55441;
  border-radius: 2.9rem;
  text-decoration: none;
  transition: background 0.3s;
}
@media all and (max-width: 768px) {
  .m-footer__cta {
    flex: 1;
    min-height: 4.8rem;
    padding-block: 1.6rem;
    padding-inline: 1.4rem;
  }
}

.m-footer__cta + .m-footer__cta {
  margin-top: 1.6rem;
}
@media all and (max-width: 768px) {
  .m-footer__cta + .m-footer__cta {
    margin-top: 0;
  }
}

@media (any-hover: hover) {
  .m-footer__cta:hover {
    background: rgba(229, 84, 65, 0.06);
  }
}
.m-footer__cta-label {
  font: 500 1.6rem "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 1;
  color: #e55441;
}
@media all and (max-width: 768px) {
  .m-footer__cta-label {
    letter-spacing: -0.1em;
  }
}

.m-footer__cta-icon {
  display: block;
  width: 1.2rem;
  height: 1.2rem;
}

@media all and (max-width: 768px) {
  .m-footer__cta-icon--arrow {
    width: 1.4rem;
    height: 1.1rem;
  }
}

/* Instagram */
.m-footer__instagram {
  display: block;
  width: 4.5rem;
  max-width: 100%;
  height: 4.5rem;
  margin-top: 2.4rem;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .m-footer__instagram:hover {
    opacity: 0.6;
  }
}

.m-footer__instagram img {
  display: block;
  width: 100%;
}

/* -----------------------------------------------
  右カラム: 4メニュー
-------------------------------------------------- */
.m-footer__menus {
  display: grid;
  grid-template-columns: repeat(4, 20rem);
  margin-top: 8.8rem;
  margin-left: clamp(0rem, (100vw - 109rem) * 0.6, 21rem);
}
@media all and (max-width: 768px) {
  .m-footer__menus {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 0;
    margin-left: 0;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
    row-gap: 3.2rem;
  }
}

.m-footer__menu {
  display: block;
  min-width: 0;
}

.m-footer__menu-title {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-block: 0;
  font: 500 1.8rem "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 1.5;
}

.m-footer__menu-title a {
  position: relative;
  color: #3b320f;
  text-decoration: none;
  transition: color 0.3s;
}

.m-footer__menu-title a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.6rem;
  height: 0.2rem;
  background: #e55441;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.3s;
}

@media (any-hover: hover) and (min-width: 769px) {
  .m-footer__menu-title a:hover {
    color: #e55441;
  }
}
@media (any-hover: hover) and (min-width: 769px) {
  .m-footer__menu-title a:hover::after {
    transform: scaleX(1);
  }
}
.m-footer__menu-dot {
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  flex-shrink: 0;
}

.m-footer__menu-list {
  list-style: none;
  margin-top: 1.6rem;
  padding-inline: 1.6rem 0;
}

.m-footer__menu-list li {
  font: 500 1.6rem "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 1.6;
  padding-block: 0.5rem;
}

.m-footer__menu-list a {
  position: relative;
  color: #3b320f;
  text-decoration: none;
  transition: color 0.3s;
}

.m-footer__menu-list a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.6rem;
  height: 0.2rem;
  background: #e55441;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.3s;
}

@media (any-hover: hover) and (min-width: 769px) {
  .m-footer__menu-list a:hover {
    color: #e55441;
  }
}
@media (any-hover: hover) and (min-width: 769px) {
  .m-footer__menu-list a:hover::after {
    transform: scaleX(1);
  }
}
/* -----------------------------------------------
  右カラム（メニュー + サブリンク）
-------------------------------------------------- */
.m-footer__col-right {
  display: block;
}
@media all and (max-width: 768px) {
  .m-footer__col-right {
    display: none;
  }
}

/* -----------------------------------------------
  サブリンク（プライバシー / CSR）
-------------------------------------------------- */
.m-footer__sub {
  display: flex;
  justify-content: flex-end;
  gap: 3.2rem;
  margin-top: 2rem;
  padding-right: 4rem;
}
@media all and (max-width: 768px) {
  .m-footer__sub {
    justify-content: center;
    margin-top: 3.2rem;
    gap: 2.4rem;
    padding-right: 0;
  }
}

.m-footer__sub-link,
.m-footer__sub-link:visited {
  font: 500 1.4rem "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 1.5;
  color: #3b320f;
  text-decoration: none;
  transition: color 0.3s;
}

@media (any-hover: hover) {
  .m-footer__sub-link:hover {
    color: #e55441;
  }
}
/* -----------------------------------------------
  コピーライト
-------------------------------------------------- */
.m-footer__copyright {
  display: block;
  text-align: center;
  margin-top: 3rem;
  font: 500 1.2rem "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #3b320f;
}
@media all and (max-width: 768px) {
  .m-footer__copyright {
    font-size: 1.4rem;
  }
}

/**************************************************
  entry-list
***************************************************/
.m-entry-list .m-article__link {
  display: block;
}

/**************************************************
  entry-card
***************************************************/
.m-entry-card {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media all and (max-width: 768px) {
  .m-entry-card {
    grid-template-columns: repeat(2, 1fr);
  }
}
.m-entry-card .m-article__link {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.m-entry-card .m-article__content {
  order: 2;
}
.m-entry-card .m-article__thumb {
  order: 1;
  overflow: hidden;
}
.m-entry-card .m-article__thumb .wp-post-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/**************************************************
  page title (m-page-title)
***************************************************/
.m-page-title {
  padding-top: 3.2rem;
  padding-inline: 7rem;
  padding-block-end: 3.2rem;
}
@media all and (max-width: 768px) {
  .m-page-title {
    padding-top: 2.4rem;
    padding-inline: 2rem;
    padding-block-end: 2.4rem;
  }
}

.m-page-title__heading {
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 3.2rem;
  font-weight: 500;
  color: #3b320f;
}

/**************************************************
  mainview (m-mainview) — 共通MV ヒーローコンポーネント
  Figma: node-id=2083-1302 (sub_mv)  1440×438px
***************************************************/
.m-mainview {
  position: relative;
  height: 43.8rem;
  overflow: hidden;
}
@media all and (max-width: 768px) {
  .m-mainview {
    height: 20rem;
  }
}

.m-mainview__bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.m-mainview__bg img {
  position: absolute;
  width: 103.47%;
  left: -3.47%;
  top: -32.54%;
  height: 235.5%;
  -o-object-fit: cover;
  object-fit: cover;
  filter: blur(5px);
  scale: 1.05;
}
@media all and (max-width: 768px) {
  .m-mainview__bg img {
    top: 0;
    height: 100%;
  }
}

.m-mainview__overlay {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.5);
}

.m-mainview__body {
  position: absolute;
  inset: 0;
}

.m-mainview__body-inner {
  height: 100%;
  padding-top: 22.8rem;
}
@media all and (max-width: 768px) {
  .m-mainview__body-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 0;
    padding-inline: 2rem;
  }
}

.m-mainview__title {
  max-width: 130rem;
}

.m-mainview__title-en {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.m-mainview__en-text {
  font-family: "SN Pro", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  color: #e55441;
  letter-spacing: 0.1em;
  line-height: 1;
}

.m-mainview__en-dots {
  width: 27px;
  height: 7px;
}

.m-mainview__title-ja {
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 4.8rem;
  font-weight: 500;
  color: #3b320f;
  line-height: 1.2;
  margin-top: 0.4rem;
}
@media all and (max-width: 768px) {
  .m-mainview__title-ja {
    font-size: 2.8rem;
  }
}

.m-breadcrumb {
  background: #fff;
}

.m-breadcrumb__inner {
  padding-top: 3.2rem;
}
@media all and (max-width: 768px) {
  .m-breadcrumb__inner {
    padding-top: 1.6rem;
    padding-inline: 2rem;
  }
}

.m-breadcrumb ol {
  display: flex;
  align-items: center;
  gap: 0.8rem 0;
  flex-wrap: wrap;
}

.m-breadcrumb li {
  display: flex;
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  color: #3b320f;
  line-height: 1;
  white-space: nowrap;
}

.m-breadcrumb li:last-child {
  white-space: normal;
  line-height: 1.5;
  overflow-wrap: anywhere;
  word-break: break-word;
  min-width: 0;
}
.m-breadcrumb li:last-child::before {
  top: 0.3em;
}

.m-breadcrumb li + li {
  display: flex;
  gap: 0.8rem;
}

.m-breadcrumb li + li::before {
  content: "";
  flex-shrink: 0;
  display: block;
  width: 0.7rem;
  height: 1.2rem;
  position: relative;
  top: 0.1em;
  background-image: url("images/common/icon-breadcrumb-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-inline-start: 0.8rem;
}

.m-breadcrumb a {
  color: #3b320f;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
}

@media (any-hover: hover) {
  .m-breadcrumb a:hover {
    text-decoration: underline;
  }
  .m-breadcrumb li:first-child a:hover {
    color: #e55441;
  }
}
.m-breadcrumb .is-current {
  color: #3b320f;
}

.m-breadcrumb__home-icon {
  width: 1.4rem;
  height: 1.5rem;
  display: block;
  flex-shrink: 0;
}

/**************************************************
  slider
***************************************************/
.m-slider {
  --swiper-theme-color: var(--color-base);
  overflow: hidden;
  position: relative;
  margin-block: 2rem;
}
.m-slider .swiper-slide img {
  width: 100%;
}
.m-slider .swiper-button-prev,
.m-slider .swiper-button-next {
  color: var(--swiper-theme-color);
  top: 50%;
  transform: translateY(-50%);
}
.m-slider .swiper-pagination-bullet-active {
  background-color: var(--swiper-theme-color);
}
/**************************************************
  faq
***************************************************/
.m-faq__item {
  background: rgba(var(--color-base), 0.1);
  margin-bottom: 1rem;
  overflow: hidden;
}
.m-faq__item[open] .m-faq__question::before {
  rotate: 90deg;
}

.m-faq__question {
  position: relative;
  display: block;
  cursor: pointer;
  font-weight: bold;
  /* デフォルトアイコン: + */
}
.m-faq__question::before, .m-faq__question::after {
  content: "";
  display: block;
  position: absolute;
  right: 16px;
  top: 50%;
  translate: 0 -50%;
  width: 14px;
  height: 2px;
  background: var(--color-text);
  transition: 0.3s;
}
.m-faq__question {
  /* マーカーを非表示に */
}
.m-faq__question::-webkit-details-marker {
  display: none;
}

.m-faq__answer {
  overflow: hidden;
}

/**************************************************
  share
***************************************************/
.m-share {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-block: 5rem;
  padding-top: 5rem;
  border-top: 1px solid rgba(var(--color-text), 0.1);
}
.m-share .title {
  margin-top: 0;
  margin-right: 3rem;
  font-size: 1.6rem;
  color: #666;
}
.m-share .nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 2rem;
}
.m-share .nav li {
  width: 6rem;
  height: 6rem;
}
.m-share .nav .link {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
}
.m-share .nav .link .c-icon {
  fill: currentColor;
  width: 3rem;
  height: 3rem;
}
@media (any-hover: hover) {
  .m-share .nav .link:hover {
    opacity: 0.6;
  }
}
.m-share .nav .facebook a {
  color: #1877f2;
  width: auto;
}
.m-share .nav .facebook a .c-icon {
  width: 6rem;
  height: 6rem;
  margin: 0;
  fill: currentColor;
}
.m-share .nav .twitter a {
  background: #000;
}
.m-share .nav .twitter a .c-icon {
  fill: var(--color-bg);
}
.m-share .nav .line a {
  background: #00c300;
}
.m-share .nav .line a .c-icon {
  fill: var(--color-bg);
}

/**************************************************
  Sidebar
***************************************************/
.l-content__side__archive {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
}
.l-content__side__archive li {
  width: 50%;
}

/* -----------------------------------------------
  MARK: ウィジェット
-------------------------------------------------- */
.m-widget {
  margin-bottom: 5rem;
}

.m-widget__title {
  margin-block: 0.67em;
}

.m-widget__archive {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem 2rem;
}

.m-widget__archive li {
  flex: 1;
}

.m-widget .c-list--bullet {
  margin-top: 0;
}

/* -----------------------------------------------
  サイドバーの中身は module/_side-nav.scss (.m-side-nav) に移動済み
-------------------------------------------------- */
.m-side-nav {
  min-width: 0;
}

.m-side-nav__section + .m-side-nav__section {
  margin-top: 4rem;
}
@media all and (max-width: 768px) {
  .m-side-nav__section + .m-side-nav__section {
    margin-top: 3.2rem;
  }
}

.m-side-nav__title {
  margin: 0;
  padding-block-end: 0.8rem;
  padding-inline-start: 0.4rem;
  border-bottom: 1px solid #e55441;
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  color: #3b320f;
}

.m-side-nav__title--strong {
  color: #252525;
}

.m-side-nav__list {
  list-style: none;
  padding: 0;
  margin-top: 1.6rem;
  padding-left: 0.8rem;
}

.m-side-nav__item {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding-left: 1.1rem;
  position: relative;
}

.m-side-nav__item + .m-side-nav__item {
  margin-top: 1.6rem;
}

.m-side-nav__item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.6rem;
  height: 1rem;
  margin-top: -0.7rem;
  background: url("images/common/icon-side-nav-arrow.svg") no-repeat center/contain;
}

.m-side-nav__item.is-current .m-side-nav__link {
  color: #e55441;
}

.m-side-nav__link {
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  color: #3b320f;
  text-decoration: none;
  background-image: linear-gradient(#e55441, #e55441);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 0 1px;
  transition: background-size 0.3s;
  padding-bottom: 0.5rem;
}

@media (any-hover: hover) {
  .m-side-nav__link:hover {
    background-size: 100% 1px;
    color: #e55441;
  }
}
/**************************************************
  toc
***************************************************/
.m-toc-list a {
  display: block;
}
.m-toc-list .is-current {
  font-weight: bold;
  background: rgba(var(--color-base), 0.2);
}

/**************************************************
  entry
***************************************************/
/* -----------------------------------------------
  header
-------------------------------------------------- */
/* -----------------------------------------------
  nav
-------------------------------------------------- */
.m-entry-nav {
  display: flex;
  margin-block: 2rem;
}
.m-entry-nav__item {
  flex: 1;
  text-align: center;
}
.m-entry-nav__item a {
  display: block;
}

/**************************************************
  search-form
***************************************************/
.m-search-form__field {
  outline-offset: 0;
}
.m-search-form__btn {
  background-color: var(--color-base);
  color: #fff;
}

/**************************************************
  gutenberg
***************************************************/
.wp-block-image {
  margin-block: 2rem;
}

.wp-block-gallery {
  margin-block: 2rem;
}

.wp-block-file {
  margin-block: 2rem;
}
.wp-block-file .wp-block-file__button {
  display: none;
}

.wp-block-media-text {
  margin-block: 2rem;
}
.wp-block-media-text__content {
  padding-right: 0 !important;
}
@media all and (max-width: 768px) {
  .wp-block-media-text__content {
    padding-inline: 0 !important;
  }
}

.wp-block-separator {
  border-top: 1px solid rgba(var(--color-text), 0.1);
  margin-block: 5rem;
}

.wp-block-embed {
  margin-block: 2rem;
}
.wp-block-embed iframe {
  width: 100%;
  border: 0;
}

.page-styleguide .toc {
  height: calc(100vh - 32px);
  overflow-y: auto;
  top: 32px;
}
.page-styleguide .toc__inner {
  margin: 0 2rem;
}
.page-styleguide .toc__inner ol ol {
  padding-left: 1rem;
}
.page-styleguide .row > [class^=col],
.page-styleguide .row > [class^=g-col] {
  background: #00afcc;
}
.page-styleguide .row > [class^=col]:nth-child(even),
.page-styleguide .row > [class^=g-col]:nth-child(even) {
  background: #a688bd;
}
.page-styleguide .docs {
  background-color: #272822;
  clear: both;
  margin: 1rem 0 2rem;
  position: relative;
}
.page-styleguide .docs .control {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 0.6rem;
  position: absolute;
  right: 0;
}
.page-styleguide .docs .control p {
  margin: 0;
  padding: 0;
  font-size: 1.3rem;
  font-weight: bold;
  color: #212529;
}
@media all and (max-width: 768px) {
  .page-styleguide .docs .control div:last-child {
    text-align: right;
  }
}
.page-styleguide .docs pre {
  margin: 0;
}
.page-styleguide .code-type {
  background: #888;
  color: #fff;
  display: inline-block;
  padding: 8px 16px;
  margin-left: 10px;
  margin-right: 8px;
  font-size: 0.7rem;
}
.page-styleguide .copy-button {
  color: #888;
  font-size: 0.6em;
  padding: 0.4rem 0.8rem;
  background-color: #333;
  font-weight: bold;
  border-radius: 3px;
}
.page-styleguide .copy-button:hover {
  color: #000;
  background-color: #fff;
}
.page-styleguide .copy-button.success {
  background-color: #c8e6c9;
  color: #007E33;
}
.page-styleguide .copy-button.failed {
  background-color: #ffcdd2;
  color: #CC0000;
}
.page-styleguide .hljs {
  line-height: 1.3;
}
.page-styleguide .hljs * {
  font-family: "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.page-styleguide .hljs-ln-numbers {
  min-width: 2rem;
}

.top-hero {
  position: relative;
  width: 100%;
  margin-inline: auto;
}

.top-hero__bg {
  position: relative;
  width: 100%;
  height: 90rem;
  overflow: hidden;
}
@media all and (max-width: 768px) {
  .top-hero__bg {
    height: 55.6rem;
  }
}

.top-hero__swiper {
  width: 100%;
  height: 100%;
}

.top-hero__swiper .swiper-wrapper {
  width: 100%;
  height: 100%;
}

.top-hero__slide {
  width: 100%;
  height: 100%;
}

.top-hero__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.top-hero__swiper.swiper-fade .swiper-slide {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
  pointer-events: none;
}

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

.top-hero__copy {
  position: absolute;
  top: 28.8rem;
  left: 50%;
  transform: translateX(-56.4rem);
  z-index: 2;
  writing-mode: vertical-rl;
  font-family: "MOBO-Bold", sans-serif;
  font-weight: 700;
  font-size: 6rem;
  line-height: 1.06;
  letter-spacing: 0.1em;
  color: #fff;
  white-space: nowrap;
}
@media all and (max-width: 1300px) {
  .top-hero__copy {
    left: 15.6rem;
    transform: none;
  }
}
@media all and (max-width: 768px) {
  .top-hero__copy {
    top: auto;
    left: auto;
    bottom: 3rem;
    right: 2rem;
    transform: none;
    font-size: 4rem;
    line-height: 1.06;
  }
}

.top-hero__copy-col {
  display: block;
}
@media all and (max-width: 768px) {
  .top-hero__copy-col span {
    position: relative;
    top: -2rem;
  }
}

.top-hero__copy-col + .top-hero__copy-col {
  margin-right: 4.4rem;
  padding-top: 3.7rem;
}
@media all and (max-width: 768px) {
  .top-hero__copy-col + .top-hero__copy-col {
    margin-right: 2rem;
    padding-top: 2.4rem;
  }
}

.top-hero__news {
  position: absolute;
  bottom: -3.6rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  width: 100rem;
  max-width: calc(100% - 8rem);
  height: 7.2rem;
  background: #f8efe6;
  border-radius: 0.8rem;
  padding-inline: 3.2rem;
  gap: 1.6rem;
  z-index: 2;
}
@media all and (max-width: 768px) {
  .top-hero__news {
    display: grid;
    grid-template-columns: auto auto 1fr auto;
    grid-template-rows: auto auto auto;
    width: auto;
    max-width: none;
    left: 2rem;
    right: 2rem;
    transform: none;
    height: auto;
    padding: 1.6rem;
    gap: 0;
    bottom: -15rem;
    align-items: center;
  }
}

.top-hero__news-label {
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1;
  color: #e55441;
  white-space: nowrap;
  flex-shrink: 0;
}
@media all and (max-width: 768px) {
  .top-hero__news-label {
    grid-column: 1/-1;
    grid-row: 1;
    font-size: 2rem;
    margin-top: -2.7rem;
    margin-bottom: 1.6rem;
  }
}

.top-hero__news-divider {
  width: 4rem;
  height: 0.3rem;
  flex-shrink: 0;
  transform: rotate(90deg);
  transform-origin: center;
  margin-inline: -1.9rem;
}
@media all and (max-width: 768px) {
  .top-hero__news-divider {
    display: none;
  }
}

.top-hero__news-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 0.1rem solid #e55441;
  border-radius: 1.1rem;
  padding-block: 0.4rem;
  padding-inline: 1rem;
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1;
  color: #e55441;
  white-space: nowrap;
  flex-shrink: 0;
}
@media all and (max-width: 768px) {
  .top-hero__news-badge {
    grid-column: 1;
    grid-row: 2;
    font-size: 1.4rem;
    padding-block: 0.4rem;
    padding-inline: 1.2rem;
  }
}

.top-hero__news-date {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1;
  color: #3b320f;
  white-space: nowrap;
  flex-shrink: 0;
}
@media all and (max-width: 768px) {
  .top-hero__news-date {
    grid-column: 2;
    grid-row: 2;
    font-size: 1.4rem;
    margin-left: 0.8rem;
  }
}

.top-hero__news-title {
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1;
  color: #3b320f;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
  min-width: 0;
  flex: 1;
  transition: opacity 0.3s;
}
.top-hero__news-title:visited {
  color: #3b320f;
}
@media all and (max-width: 768px) {
  .top-hero__news-title {
    grid-column: 1/4;
    grid-row: 3;
    font-size: 1.6rem;
    margin-top: 1.4rem;
  }
}

.top-hero__news-arrow {
  flex-shrink: 0;
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
}
@media all and (max-width: 768px) {
  .top-hero__news-arrow {
    grid-column: 4;
    grid-row: 2/4;
    align-self: end;
  }
}

@media (any-hover: hover) and (min-width: 769px) {
  .top-hero__news-title:hover,
  .top-hero__news-title:hover ~ .top-hero__news-arrow,
  .top-hero__news-arrow:hover {
    opacity: 0.7;
  }
}
.top-hero__news-arrow img {
  width: 2.4rem;
  height: 2.4rem;
  display: block;
}

.top-hero__pig {
  position: absolute;
  bottom: 1.3rem;
  left: 50%;
  transform: translateX(-49.2rem);
  width: 6rem;
  height: 6.5rem;
  z-index: 3;
}
@media all and (max-width: 1300px) {
  .top-hero__pig {
    left: 22.8rem;
    transform: none;
  }
}
@media all and (max-width: 768px) {
  .top-hero__pig {
    width: 5.2rem;
    height: 5.6rem;
    left: auto;
    right: 2.8rem;
    bottom: -9.8rem;
    transform: none;
  }
}

.top-about {
  position: relative;
  padding-top: 12rem;
  background-color: #fff;
  overflow: hidden;
}
@media all and (max-width: 768px) {
  .top-about {
    padding-top: 23rem;
  }
}

.top-about__inner {
  position: relative;
  display: flex;
  gap: 13.1rem;
  align-items: flex-start;
}
@media all and (max-width: 768px) {
  .top-about__inner {
    flex-direction: column;
    gap: 3.2rem;
    align-items: stretch;
  }
}

.top-about__slider {
  position: relative;
  flex-shrink: 0;
  width: 58.4rem;
  height: 82.1rem;
  max-width: 100%;
  overflow: hidden;
  display: flex;
  gap: 1.2rem;
}
@media all and (max-width: 768px) {
  .top-about__slider {
    order: 2;
    width: calc(100% + 4rem);
    max-width: none;
    margin-inline: -2rem;
    height: auto;
    flex-direction: column;
    gap: 0.8rem;
  }
}

.top-about__slider::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 12rem;
  background: linear-gradient(180deg, #fffbf8 13.75%, rgba(255, 251, 248, 0) 100%);
  z-index: 1;
  pointer-events: none;
}
@media all and (max-width: 768px) {
  .top-about__slider::before {
    display: none;
  }
}

.top-about__slider::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 12rem;
  background: linear-gradient(0deg, #fffbf8 13.75%, rgba(255, 251, 248, 0) 100%);
  z-index: 1;
  pointer-events: none;
}
@media all and (max-width: 768px) {
  .top-about__slider::after {
    display: none;
  }
}

.top-about__slider-col {
  flex: 1;
  min-width: 0;
  overflow: hidden;
}

.top-about__slider-track {
  will-change: transform;
  backface-visibility: hidden;
  animation: about-scroll-up 20s linear infinite;
  --about-shift: 50%;
}
@media all and (max-width: 768px) {
  .top-about__slider-track {
    display: flex;
    animation-name: about-scroll-left-sp;
  }
}

.top-about__slider-track--reverse {
  animation-name: about-scroll-down;
}
@media all and (max-width: 768px) {
  .top-about__slider-track--reverse {
    animation-name: about-scroll-right-sp;
  }
}

.top-about__slider-set {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  padding-bottom: 1.2rem;
}
@media all and (max-width: 768px) {
  .top-about__slider-set {
    flex-direction: row;
    flex-shrink: 0;
    gap: 0.8rem;
    padding-bottom: 0;
    padding-right: 0.8rem;
  }
}

.top-about__slider-set img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0.8rem;
}
@media all and (max-width: 768px) {
  .top-about__slider-set img {
    width: 18.4rem;
    height: 24.6rem;
    flex-shrink: 0;
  }
}

@keyframes about-scroll-up {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(0, -50%, 0);
  }
}
@keyframes about-scroll-down {
  from {
    transform: translate3d(0, -50%, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes about-scroll-left {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-50%, 0, 0);
  }
}
@keyframes about-scroll-right {
  from {
    transform: translate3d(-50%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes about-scroll-left-sp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(calc(var(--about-shift) * -1), 0, 0);
  }
}
@keyframes about-scroll-right-sp {
  from {
    transform: translate3d(calc(var(--about-shift) * -1), 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .top-about__slider-track {
    animation: none;
  }
}
.top-about__body {
  position: relative;
  flex: 1;
  min-width: 0;
  margin-top: 7.4rem;
}
@media all and (max-width: 768px) {
  .top-about__body {
    order: 1;
    margin-top: 0;
  }
}

.top-about__text {
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2;
  color: #3b320f;
}
@media all and (max-width: 768px) {
  .top-about__text {
    font-size: 1.6rem;
    line-height: 1.9;
  }
}

.top-about__paragraph + .top-about__paragraph {
  margin-top: 3.6rem;
}
@media all and (max-width: 768px) {
  .top-about__paragraph + .top-about__paragraph {
    margin-top: 1.7rem;
  }
}

.top-about__body .c-btn {
  margin-top: 4.4rem;
}
@media all and (max-width: 768px) {
  .top-about__body .c-btn {
    margin-top: 1.4rem;
  }
}

.top-about__star {
  position: absolute;
  top: 18.5rem;
  right: 7rem;
  width: 40rem;
  max-width: 100%;
  pointer-events: none;
  z-index: 0;
}
@media all and (max-width: 768px) {
  .top-about__star {
    top: 0;
    right: -6rem;
    width: 35.4rem;
    height: 30.7rem;
  }
}

.top-service {
  padding-top: 11rem;
  padding-bottom: 8rem;
  background-color: #fff;
}
@media all and (max-width: 768px) {
  .top-service {
    padding-top: 9rem;
    padding-bottom: 0;
  }
}

.top-service__header {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-areas: "title desc" "catch desc";
  -moz-column-gap: 6.4rem;
  column-gap: 6.4rem;
  align-items: start;
}
@media all and (max-width: 1300px) {
  .top-service__header {
    display: block;
  }
}

.top-service__header > .c-section-title {
  grid-area: title;
}

.top-service__pig {
  position: absolute;
  top: -0.2rem;
  left: 15.2rem;
  width: 7rem;
  height: auto;
}
@media all and (max-width: 1300px) {
  .top-service__pig {
    position: static;
    display: inline-block;
    margin-left: 0.8rem;
    vertical-align: middle;
  }
}
@media all and (max-width: 768px) {
  .top-service__pig {
    position: absolute;
    top: -0.3rem;
    left: 13.5rem;
    width: 7rem;
  }
}

.top-service__catch {
  grid-area: catch;
  position: relative;
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1;
  color: #3b320f;
  margin-top: 4.8rem;
}
@media all and (max-width: 768px) {
  .top-service__catch {
    font-size: 2.4rem;
    line-height: 1.6;
    margin-top: 2.4rem;
  }
}

.top-service__quote {
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 4rem;
  line-height: 1;
  color: rgba(229, 84, 65, 0.4);
  vertical-align: middle;
}

@media all and (max-width: 768px) {
  .top-service__catch-right {
    display: block;
    text-align: right;
  }
}

.top-service__desc {
  grid-area: desc;
  justify-self: end;
  max-width: 66.3rem;
  margin-top: 5.2rem;
  margin-bottom: 0;
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2;
  color: #3b320f;
}
@media all and (max-width: 1300px) {
  .top-service__desc {
    max-width: 100%;
    margin-top: 2rem;
  }
}
@media all and (max-width: 768px) {
  .top-service__desc {
    font-size: 1.6rem;
    line-height: 2;
  }
}

.top-service__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.4rem;
  margin-top: 3.7rem;
}
@media all and (max-width: 768px) {
  .top-service__grid {
    grid-template-columns: 1fr;
    gap: 0.2rem;
    margin-top: 2.4rem;
    margin-inline: -2rem;
  }
}

.top-service__card {
  position: relative;
  aspect-ratio: 648/372;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
@media all and (max-width: 768px) {
  .top-service__card {
    aspect-ratio: 414/200;
  }
}

.top-service__card-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transform: scale(1);
  transform-origin: center center;
  transition: transform 4s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

@media (any-hover: hover) and (min-width: 769px) {
  .top-service__card:hover .top-service__card-bg {
    transform: scale(1.2);
  }
}
.top-service__card-overlay {
  position: absolute;
  inset: 0;
  background: rgba(42, 36, 19, 0.4);
}

.top-service__card--dark .top-service__card-overlay {
  background: rgba(42, 36, 19, 0.7);
}

.top-service__card-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  top: 3.5rem;
}
@media all and (max-width: 768px) {
  .top-service__card-content {
    top: 1rem;
  }
}

.top-service__card-icon--pig {
  width: 4.6rem;
  height: 4.6rem;
}

.top-service__card-icon--knife {
  width: 3.7rem;
  height: 4rem;
}

.top-service__card-icon--sausage {
  width: 4rem;
  height: 4rem;
}

.top-service__card-icon--truck {
  width: 4rem;
  height: 4rem;
}

.top-service__card-en {
  display: block;
  font-family: "SN Pro", sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff;
  margin-top: 0.8rem;
}

.top-service__card-ja {
  display: block;
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1;
  color: #fff;
  margin-top: 0.4rem;
}
@media all and (max-width: 768px) {
  .top-service__card-ja {
    font-size: 2rem;
  }
}

.top-service__card-arrow {
  width: 3.2rem;
  height: 3.2rem;
  margin-top: 4.4rem;
}
@media all and (max-width: 768px) {
  .top-service__card-arrow {
    width: 2.4rem;
    height: 2.4rem;
    margin-top: 1.6rem;
  }
}

.top-products {
  overflow: hidden;
  padding-block: 7rem 8rem;
}
@media all and (max-width: 768px) {
  .top-products {
    padding-block: 4rem;
  }
}

.top-products__inner {
  max-width: 144rem;
  margin-inline: auto;
  display: flex;
  align-items: flex-start;
  gap: 12.5rem;
  padding-inline: 7rem 0;
}
@media all and (max-width: 768px) {
  .top-products__inner {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas: "title" "slider" "pagination" "btn";
    gap: 0.8rem;
    padding-inline: 0;
    align-items: stretch;
  }
}

.top-products__info {
  flex-shrink: 0;
  width: 28.5rem;
}
@media all and (max-width: 768px) {
  .top-products__info {
    display: contents;
  }
}

.top-products__info .c-section-title {
  margin-bottom: 4rem;
}
@media all and (max-width: 768px) {
  .top-products__info .c-section-title {
    grid-area: title;
    margin-bottom: 0;
    justify-self: center;
    text-align: center;
  }
}

@media all and (max-width: 768px) {
  .top-products__info .c-btn {
    grid-area: btn;
    justify-self: center;
    margin-top: 2.4rem;
  }
}

.top-products__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.6rem;
  margin-top: 4rem;
}
@media all and (max-width: 768px) {
  .top-products__nav {
    display: contents;
  }
}

.top-products__nav-arrows {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  flex-shrink: 0;
}
@media all and (max-width: 768px) {
  .top-products__nav-arrows {
    grid-area: slider;
    justify-content: space-between;
    align-self: center;
    z-index: 2;
    gap: 0;
    padding-inline: 8rem;
    pointer-events: none;
    position: relative;
    top: -1.6rem;
  }
}

.top-products__prev,
.top-products__next {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  line-height: 0;
  transition: opacity 0.3s;
}
@media all and (max-width: 768px) {
  .top-products__prev,
  .top-products__next {
    pointer-events: auto;
  }
}

@media (any-hover: hover) and (min-width: 769px) {
  .top-products__prev:hover,
  .top-products__next:hover {
    opacity: 0.7;
  }
}
.top-products__prev img,
.top-products__next img {
  width: 4rem;
  height: 4rem;
  display: block;
}
@media all and (max-width: 768px) {
  .top-products__prev img,
  .top-products__next img {
    width: 2.4rem;
    height: 2.4rem;
  }
}

.top-products__pagination {
  position: static;
  width: auto;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
@media all and (max-width: 768px) {
  .top-products__pagination {
    grid-area: pagination;
    justify-content: center;
    margin-top: 5.3rem;
  }
}

.top-products__pagination .swiper-pagination-bullet {
  width: 3.2rem;
  height: 0.4rem;
  border-radius: 0;
  background: #fff;
  border: 0.1rem solid #e55441;
  opacity: 1;
  margin: 0;
  transition: background 0.3s;
}

.top-products__pagination .swiper-pagination-bullet-active {
  background: #e55441;
}

.top-products__slider {
  flex: 1;
  min-width: 0;
}
@media all and (max-width: 768px) {
  .top-products__slider {
    grid-area: slider;
    margin-top: 2.4rem;
    width: 100%;
    position: relative;
  }
}

.top-products__slider .swiper {
  overflow: visible;
  clip-path: inset(0% -50vw 0% 0%);
}
@media all and (max-width: 768px) {
  .top-products__slider .swiper {
    clip-path: inset(0% -50vw -15% -50vw);
  }
}

.top-products__slide {
  width: 30rem;
}
@media all and (max-width: 768px) {
  .top-products__slide {
    width: 19.4rem;
  }
}

.top-products__card {
  text-align: center;
}

.top-products__card-media {
  position: relative;
  width: 30rem;
  height: 30rem;
  max-width: 100%;
  margin-inline: auto;
  aspect-ratio: 1/1;
}
@media all and (max-width: 768px) {
  .top-products__card-media {
    width: 19.4rem;
    height: 19.4rem;
  }
}

.top-products__card-dots {
  position: absolute;
  inset: 0;
  display: block;
  background-color: #e55441;
  mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 300'%3E%3Ccircle cx='150' cy='150' r='148' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' pathLength='116' stroke-dasharray='0 1'/%3E%3C/svg%3E");
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
  -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 300'%3E%3Ccircle cx='150' cy='150' r='148' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' pathLength='116' stroke-dasharray='0 1'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  pointer-events: none;
}
@media all and (max-width: 768px) {
  .top-products__card-dots {
    mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 194 194'%3E%3Ccircle cx='97' cy='97' r='95' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' pathLength='100' stroke-dasharray='0 1'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 194 194'%3E%3Ccircle cx='97' cy='97' r='95' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' pathLength='100' stroke-dasharray='0 1'/%3E%3C/svg%3E");
  }
}

.top-products__card-imgwrap {
  position: absolute;
  inset: 1rem;
  border-radius: 100%;
  overflow: hidden;
}
@media all and (max-width: 768px) {
  .top-products__card-imgwrap {
    inset: 0.5rem;
  }
}

.top-products__card-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  transform: scale(1);
  transform-origin: center center;
  transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

@media (any-hover: hover) and (min-width: 769px) {
  .top-products__card:hover .top-products__card-img {
    transform: scale(1.2);
  }
}
.top-products__card-sub {
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1;
  color: #3b320f;
  text-align: center;
  margin-top: 2.4rem;
}
@media all and (max-width: 768px) {
  .top-products__card-sub {
    font-size: 1.4rem;
  }
}

.top-products__card-name {
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1;
  color: #e55441;
  text-align: center;
  margin-top: 0.6rem;
}
@media all and (max-width: 768px) {
  .top-products__card-name {
    font-size: 1.8rem;
  }
}

.top-catalog {
  background: #fffbf8;
  padding-block: 8rem;
  overflow: hidden;
}
@media all and (max-width: 768px) {
  .top-catalog {
    position: relative;
    padding-block: 0 8rem;
  }
}

.top-catalog__hero {
  max-width: 144rem;
  margin-inline: auto;
  padding-inline: 7rem;
}
@media all and (max-width: 768px) {
  .top-catalog__hero {
    padding-inline: 0;
  }
}

.top-catalog__hero img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0.8rem;
}
@media all and (max-width: 768px) {
  .top-catalog__hero img {
    border-radius: 0;
  }
}

.top-catalog__inner {
  max-width: 108rem;
  margin-inline: auto;
  margin-top: 6.4rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 10.8rem;
}
@media all and (max-width: 768px) {
  .top-catalog__inner {
    flex-direction: column;
    align-items: center;
    gap: 3.2rem;
    padding-inline: 2rem;
    margin-top: 3.2rem;
  }
}

.top-catalog__text {
  flex-shrink: 0;
}
@media all and (max-width: 768px) {
  .top-catalog__text {
    text-align: center;
  }
}

.top-catalog__text .c-section-title {
  margin-bottom: 4.6rem;
}

.top-catalog__desc {
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2;
  color: #3b320f;
}
@media all and (max-width: 768px) {
  .top-catalog__desc {
    font-size: 1.8rem;
    line-height: 2;
    text-align: center;
  }
}

.top-catalog__products {
  position: relative;
  flex: 1;
  min-width: 0;
}
@media all and (max-width: 768px) {
  .top-catalog__products {
    position: static;
  }
}

.top-catalog__products-list {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 0.8rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.top-catalog__products-item {
  flex: 0 0 auto;
}

.top-catalog__products-item img {
  display: block;
  width: 12rem;
  height: auto;
}
@media all and (max-width: 768px) {
  .top-catalog__products-item img {
    width: 7rem;
  }
}

.top-catalog__action-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.4rem;
  margin-top: 3.2rem;
}
@media all and (max-width: 768px) {
  .top-catalog__action-row {
    margin-top: 2rem;
    gap: 1.6rem;
  }
}

.top-catalog__pig {
  width: 5rem;
  height: auto;
  flex-shrink: 0;
}
@media all and (max-width: 768px) {
  .top-catalog__pig {
    position: absolute;
    right: 4rem;
    top: 11rem;
    width: 6rem;
    z-index: 1;
  }
}

.top-catalog__recipe {
  max-width: 108rem;
  margin-inline: auto;
  margin-top: 6.4rem;
}
@media all and (max-width: 768px) {
  .top-catalog__recipe {
    padding-inline: 2rem;
    margin-top: 4rem;
  }
}

.top-catalog__recipe-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  font-family: "SN Pro", sans-serif;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #e55441;
  margin-bottom: 4rem;
}
@media all and (max-width: 768px) {
  .top-catalog__recipe-heading {
    font-size: 2rem;
    margin-bottom: 2.4rem;
  }
}

.top-catalog__recipe-dots {
  display: block;
  width: 2.7rem;
  height: 0.7rem;
  flex-shrink: 0;
}

.top-catalog__recipe-dots--left {
  transform: scaleY(-1);
}

.top-catalog__recipe-cards {
  display: flex;
  gap: 6rem;
  justify-content: center;
}
@media all and (max-width: 768px) {
  .top-catalog__recipe-cards {
    display: none;
  }
}

.top-catalog__recipe-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 32rem;
  max-width: 100%;
  text-decoration: none;
  transition: opacity 0.3s;
}

.top-catalog__recipe-slider {
  display: none;
}
@media all and (max-width: 768px) {
  .top-catalog__recipe-slider {
    display: block;
    position: relative;
  }
}

.top-catalog__recipe-slider .swiper {
  overflow: visible;
}

.top-catalog__recipe-slider .swiper-wrapper {
  will-change: transform;
}

.top-catalog__recipe-slider .swiper-slide {
  width: 24rem;
  transform: translateZ(0);
  backface-visibility: hidden;
}

.top-catalog__recipe-slider .top-catalog__recipe-card {
  width: 100%;
}

.top-catalog__recipe-slider-arrows {
  position: absolute;
  top: 0;
  left: 50%;
  width: 34.6rem;
  transform: translateX(-50%);
  height: 18rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-inline: 2rem;
  z-index: 2;
  pointer-events: none;
}

.top-catalog__recipe-prev,
.top-catalog__recipe-next {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  line-height: 0;
  pointer-events: auto;
  transition: opacity 0.3s;
}

.top-catalog__recipe-prev img,
.top-catalog__recipe-next img {
  width: 2.4rem;
  height: 2.4rem;
  display: block;
}

@media (any-hover: hover) and (min-width: 769px) {
  .top-catalog__recipe-card:hover {
    opacity: 0.7;
  }
}
.top-catalog__recipe-card-img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 320/240;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  border-radius: 0.8rem;
  box-shadow: 0 0.5rem 1.5rem 0.3rem rgba(0, 0, 0, 0.05);
}

.top-catalog__recipe-slider .top-catalog__recipe-card-img {
  aspect-ratio: 240/180;
}

.top-catalog__recipe-card-title {
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1;
  color: #3b320f;
  text-align: center;
  margin-top: 2.4rem;
}

.top-catalog__recipe-card-line {
  display: block;
  width: 16.5rem;
  height: 0.3rem;
  margin-top: 0.8rem;
}

.top-catalog__recipe-card-tag {
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1;
  color: #e55441;
  text-align: center;
  margin-top: 1.2rem;
}

.top-catalog__recipe-card-date {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1;
  color: #3b320f;
  margin-top: 0.8rem;
}

.top-catalog__action {
  display: flex;
  justify-content: center;
  margin-top: 4rem;
}
@media all and (max-width: 768px) {
  .top-catalog__action {
    margin-top: 3.2rem;
  }
}

.top-column {
  padding-block: 8rem;
}
@media all and (max-width: 768px) {
  .top-column {
    padding-block: 4rem;
  }
}

.top-column__inner {
  display: flex;
  align-items: flex-start;
  gap: 8rem;
}
@media all and (max-width: 768px) {
  .top-column__inner {
    flex-direction: column;
    gap: 3.2rem;
  }
}

.top-column__info {
  flex-shrink: 0;
  width: 20rem;
}
@media all and (max-width: 768px) {
  .top-column__info {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.top-column__info .c-section-title {
  margin-bottom: 4rem;
}
@media all and (max-width: 768px) {
  .top-column__info .c-section-title {
    margin-bottom: 0;
  }
}

.top-column__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
  flex: 1;
  min-width: 0;
}
@media all and (max-width: 768px) {
  .top-column__grid {
    gap: 2.4rem;
  }
}

.top-column__item {
  display: flex;
  gap: 2rem;
  width: calc(50% - 2rem);
  text-decoration: none;
  transition: opacity 0.3s;
}
@media all and (max-width: 768px) {
  .top-column__item {
    width: 100%;
  }
}

@media (any-hover: hover) and (min-width: 769px) {
  .top-column__item:hover {
    opacity: 0.7;
  }
}
.top-column__item-thumb {
  flex-shrink: 0;
  width: 15rem;
  height: 15rem;
  border-radius: 1.6rem;
  -o-object-fit: cover;
  object-fit: cover;
}
@media all and (max-width: 768px) {
  .top-column__item-thumb {
    width: 12rem;
    height: 12rem;
    border-radius: 0.8rem;
  }
}

.top-column__item-body {
  min-width: 0;
  padding-top: 3.6rem;
}
@media all and (max-width: 768px) {
  .top-column__item-body {
    padding-top: 0.8rem;
  }
}

.top-column__item-date {
  display: block;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1;
  color: #e55441;
}

.top-column__item-title {
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.5;
  color: #3b320f;
  margin-top: 1rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
@media all and (max-width: 768px) {
  .top-column__item-title {
    font-size: 1.6rem;
  }
}

.top-recruit {
  padding-block: 0 11.4rem;
}
@media all and (max-width: 768px) {
  .top-recruit {
    padding-block: 0 6rem;
  }
}

.top-recruit__inner {
  position: relative;
  max-width: 144rem;
  margin-inline: auto;
  padding-inline: 7rem;
}
@media all and (max-width: 768px) {
  .top-recruit__inner {
    padding-inline: 2rem;
  }
}

.top-recruit__images {
  position: relative;
  display: flex;
  border-radius: 0.8rem;
  overflow: hidden;
}
@media all and (max-width: 768px) {
  .top-recruit__images {
    border-radius: 0.4rem;
  }
}
@media all and (max-width: 768px) {
  .top-recruit__images > picture {
    display: block;
    flex: 1;
  }
}

.top-recruit__img-left {
  width: 100%;
  height: 48rem;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0.8rem 0 0 0.8rem;
}
@media all and (max-width: 768px) {
  .top-recruit__img-left {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 0.4rem 0 0 0.4rem;
  }
}

.top-recruit__img-right {
  width: 100%;
  height: 48rem;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0 0.8rem 0.8rem 0;
}
@media all and (max-width: 768px) {
  .top-recruit__img-right {
    height: 33.6rem;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 0 0.4rem 0.4rem 0;
  }
}

.top-recruit__overlay {
  position: absolute;
  inset: 0;
  background: rgba(42, 36, 19, 0.5);
  border-radius: 0.8rem;
}
@media all and (max-width: 768px) {
  .top-recruit__overlay {
    border-radius: 0.4rem;
  }
}

.top-recruit__content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.top-recruit__subtitle {
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
}
@media all and (max-width: 768px) {
  .top-recruit__subtitle {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
  }
}

.top-recruit__title-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.4rem;
  margin-top: 2.4rem;
}
@media all and (max-width: 768px) {
  .top-recruit__title-row {
    flex-direction: column;
    gap: 1.2rem;
    margin-top: 1.6rem;
  }
}

.top-recruit__logo {
  width: 18rem;
  height: auto;
  flex-shrink: 0;
}
@media all and (max-width: 768px) {
  .top-recruit__logo {
    width: 9.6rem;
  }
}

.top-recruit__company {
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 4rem;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
}
@media all and (max-width: 768px) {
  .top-recruit__company {
    font-size: 2rem;
    letter-spacing: 0.05em;
  }
}

.top-recruit__en {
  font-family: "SN Pro", sans-serif;
  font-weight: 400;
  font-size: 4.4rem;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff;
}
@media all and (max-width: 768px) {
  .top-recruit__en {
    font-size: 2.4rem;
    letter-spacing: 0.1em;
  }
}

.top-recruit__content .c-btn--white {
  margin-top: 4rem;
}
@media all and (max-width: 768px) {
  .top-recruit__content .c-btn--white {
    margin-top: 2.4rem;
  }
}

.top-recruit__pig {
  position: absolute;
  bottom: -11.5rem;
  right: 7rem;
  width: 7.6rem;
  max-width: 100%;
  height: auto;
}
@media all and (max-width: 768px) {
  .top-recruit__pig {
    display: none;
  }
}

body.page-recruit {
  background-color: #f8efe6;
}

.page-recruit .m-footer--sub {
  margin-top: 0;
}

.recruit-lead {
  background-color: #fff;
  overflow-x: hidden;
  padding-block: 5rem 8.2rem;
}
@media all and (max-width: 768px) {
  .recruit-lead {
    padding-block: 8.7rem 8rem;
  }
}

.recruit-lead__inner {
  position: relative;
  max-width: 144rem;
  margin-inline: auto;
  padding-inline: 7rem;
  display: flex;
  align-items: center;
  gap: 9rem;
}
@media all and (max-width: 768px) {
  .recruit-lead__inner {
    max-width: 55rem;
    padding-inline: 0;
    flex-direction: column;
    gap: 0;
    align-items: stretch;
  }
}

.recruit-lead__img {
  flex-shrink: 0;
  margin-top: 3.5rem;
}
@media all and (max-width: 768px) {
  .recruit-lead__img {
    width: auto;
  }
}

.recruit-lead__img img,
.recruit-lead__img picture {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
}

.recruit-lead__img--left img {
  width: 36.9rem;
}

.recruit-lead__img--right img {
  width: 28rem;
}

@media all and (max-width: 768px) {
  .recruit-lead__img--left {
    order: 2;
    width: 100%;
    padding-inline: 2rem;
    margin-top: 1rem;
  }
}

@media all and (max-width: 768px) {
  .recruit-lead__img--left img {
    width: 100%;
  }
}

@media all and (max-width: 768px) {
  .recruit-lead__img--right {
    margin-top: 0;
    position: absolute;
    top: -6.9rem;
    right: 1.9rem;
    width: 9.8rem;
    z-index: 2;
    pointer-events: none;
  }
}

@media all and (max-width: 768px) {
  .recruit-lead__img--right img {
    width: 100%;
  }
}

.recruit-lead__body {
  position: relative;
  text-align: center;
  margin-right: 4rem;
}
@media all and (max-width: 768px) {
  .recruit-lead__body {
    padding-inline: 2rem;
    text-align: left;
    margin-right: 0;
  }
}

.recruit-lead__star {
  position: absolute;
  top: 60%;
  left: 50%;
  width: 28rem;
  height: auto;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 0;
}
@media all and (max-width: 768px) {
  .recruit-lead__star {
    width: 35.4rem;
    height: 30.6rem;
    top: 3.4rem;
    left: auto;
    right: -6.6rem;
    transform: none;
  }
}

.recruit-lead__heading,
.recruit-lead__text {
  position: relative;
  z-index: 1;
}

.recruit-lead__heading {
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 3.2rem;
  font-weight: 500;
  color: #e55441;
  line-height: 1;
  margin-bottom: 4rem;
  text-align: center;
}
@media all and (max-width: 768px) {
  .recruit-lead__heading {
    font-size: 2.4rem;
    margin-top: 0;
    margin-bottom: 3rem;
    text-align: left;
  }
}

.recruit-lead__text {
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  color: #3b320f;
  line-height: 2;
}
@media all and (max-width: 768px) {
  .recruit-lead__text {
    font-size: 1.6rem;
    line-height: 1.9;
  }
}

.recruit-lead__paragraph + .recruit-lead__paragraph {
  margin-top: 3.6rem;
}
@media all and (max-width: 768px) {
  .recruit-lead__paragraph + .recruit-lead__paragraph {
    margin-top: 1.7rem;
  }
}

@media all and (max-width: 768px) {
  .recruit-lead__paragraph {
    text-align: left;
  }
}

.recruit-works {
  padding-block: 8rem;
  overflow-x: hidden;
}
@media all and (max-width: 768px) {
  .recruit-works {
    padding-block: 8rem 4rem;
  }
}

.recruit-works__inner {
  max-width: 144rem;
  margin-inline: auto;
  padding-inline: 7rem;
}
@media all and (max-width: 768px) {
  .recruit-works__inner {
    max-width: 41.4rem;
    margin-inline: auto;
    padding-inline: 2rem;
    display: grid;
    grid-template-columns: 8rem 24.4rem;
    -moz-column-gap: 5rem;
    column-gap: 5rem;
    row-gap: 2.4rem;
    grid-template-areas: "head head" "s1 c1" "s2 c2" "s3 c2" "s4 c3";
    align-items: center;
    justify-content: center;
  }
}

.recruit-works__head {
  text-align: center;
  margin-bottom: 5.7rem;
}
@media all and (max-width: 768px) {
  .recruit-works__head {
    margin-bottom: 1.1rem;
    grid-area: head;
  }
}

.recruit-works__en {
  font-family: "SN Pro", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  color: #e55b5b;
  letter-spacing: 0.1em;
  line-height: 1;
}

.recruit-works__ja {
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 3.2rem;
  font-weight: 500;
  color: #e55b5b;
  line-height: 1;
  margin-top: 0.8rem;
}
@media all and (max-width: 768px) {
  .recruit-works__ja {
    font-size: 2.6rem;
    margin-bottom: 0rem;
  }
}

.recruit-works__dots {
  display: block;
  width: 2.7rem;
  height: 0.7rem;
  margin-top: 1.6rem;
  margin-inline: auto;
}
@media all and (max-width: 768px) {
  .recruit-works__dots {
    margin-top: 1rem;
  }
}

.recruit-works__flow {
  position: relative;
  max-width: 130rem;
  margin-inline: auto;
}
@media all and (max-width: 768px) {
  .recruit-works__flow {
    display: contents;
  }
}

.recruit-works__steps {
  position: relative;
  height: 14.4rem;
}
@media all and (max-width: 768px) {
  .recruit-works__steps {
    display: contents;
  }
}

.recruit-works__step {
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media all and (max-width: 768px) {
  .recruit-works__step {
    position: relative;
    transform: none;
    left: auto;
    top: auto;
    justify-content: center;
    width: 8rem;
  }
}

.recruit-works__step:nth-child(1) {
  left: 16%;
}

.recruit-works__step:nth-child(2) {
  left: 38.692%;
}

.recruit-works__step:nth-child(3) {
  left: 61.385%;
}

.recruit-works__step:nth-child(4) {
  left: 84%;
}

@media all and (max-width: 768px) {
  .recruit-works__step:nth-child(1) {
    grid-area: s1;
    left: auto;
    align-self: center;
  }
  .recruit-works__step:nth-child(2) {
    grid-area: s2;
    left: auto;
    align-self: start;
  }
  .recruit-works__step:nth-child(3) {
    grid-area: s3;
    left: auto;
    align-self: end;
  }
  .recruit-works__step:nth-child(4) {
    grid-area: s4;
    left: auto;
    align-self: center;
  }
  .recruit-works__step::after {
    content: "";
    position: absolute;
    left: 100%;
    bottom: 4rem;
    width: 5.2rem;
    height: 0.3rem;
    background-image: radial-gradient(circle, #efa194 0.15rem, transparent 0.15rem);
    background-size: 0.8rem 0.3rem;
    background-repeat: repeat-x;
    background-position: left center;
    border: none;
    pointer-events: none;
  }
}
@media all and (max-width: 768px) and (max-width: 768px) {
  .recruit-works__step::after {
    background-size: 0.6rem 0.5rem;
  }
}
@media all and (max-width: 768px) {
  .recruit-works__step:nth-child(2)::after,
  .recruit-works__step:nth-child(3)::after {
    width: 0.8rem;
  }
}
@media all and (max-width: 768px) and (max-width: 768px) {
  .recruit-works__step:nth-child(2)::after,
  .recruit-works__step:nth-child(3)::after {
    width: 2.8rem;
  }
}
@media all and (max-width: 768px) {
  .recruit-works__step:nth-child(2)::before {
    content: "";
    position: absolute;
    left: calc(100% + 0.6rem);
    top: 6rem;
    width: 0.3rem;
    height: 22.1rem;
    background-image: radial-gradient(circle, #efa194 0.15rem, transparent 0.15rem);
    background-size: 0.3rem 0.8rem;
    background-repeat: repeat-y;
    background-position: center top;
    pointer-events: none;
  }
}
@media all and (max-width: 768px) and (max-width: 768px) {
  .recruit-works__step:nth-child(2)::before {
    left: calc(100% + 2.6rem);
    top: 6rem;
    height: 24.2rem;
  }
}
@media all and (max-width: 768px) {
  .recruit-works__step:nth-child(3)::before {
    content: "";
    position: absolute;
    left: calc(100% + 0.8rem);
    top: -5rem;
    width: 4.4rem;
    height: 0.3rem;
    background-image: radial-gradient(circle, #efa194 0.15rem, transparent 0.15rem);
    background-size: 0.8rem 0.3rem;
    background-repeat: repeat-x;
    background-position: left center;
    pointer-events: none;
  }
}
@media all and (max-width: 768px) and (max-width: 768px) {
  .recruit-works__step:nth-child(3)::before {
    background-size: 0.7rem 0.3rem;
    left: calc(100% + 2.8rem);
    width: 2.4rem;
  }
}
.recruit-works__arrows {
  position: absolute;
  top: 6.4rem;
  left: 0;
  right: 0;
  pointer-events: none;
}
@media all and (max-width: 768px) {
  .recruit-works__arrows {
    display: none;
  }
}

.recruit-works__arrow {
  position: absolute;
  top: 0;
  width: 2.4rem;
  height: 1.8rem;
  transform: translateX(-50%);
  display: block;
}

.recruit-works__arrow--1 {
  left: 27.346%;
}

.recruit-works__arrow--2 {
  left: 50%;
}

.recruit-works__arrow--3 {
  left: 72.693%;
}

.recruit-works__step-label {
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  color: #e55441;
  line-height: 1;
  white-space: nowrap;
}
@media all and (max-width: 768px) {
  .recruit-works__step-label {
    font-size: 1.4rem;
  }
}

.recruit-works__step-icon {
  width: 12rem;
  height: 12rem;
  display: block;
  margin-top: 0.7rem;
}
@media all and (max-width: 768px) {
  .recruit-works__step-icon {
    width: 8rem;
    height: 8rem;
    margin-top: 0.6rem;
  }
}

.recruit-works__lines {
  position: relative;
  height: 8rem;
  margin-top: 0.4rem;
}
@media all and (max-width: 768px) {
  .recruit-works__lines {
    display: none;
  }
}

.recruit-works__line {
  position: absolute;
  pointer-events: none;
}

.recruit-works__line--col1,
.recruit-works__line--col2,
.recruit-works__line--col3 {
  width: 0.3rem;
  background-image: radial-gradient(circle, #efa194 0.15rem, transparent 0.15rem);
  background-size: 0.3rem 0.8rem;
  background-repeat: repeat-y;
  background-position: center top;
  transform: translateX(-50%);
}

.recruit-works__line--col1 {
  top: 0;
  left: 16%;
  height: 8rem;
}

.recruit-works__line--col3 {
  top: 0;
  left: 84%;
  height: 8rem;
}

.recruit-works__line--col2 {
  top: 3.6rem;
  left: 50%;
  height: 4.4rem;
}

.recruit-works__line--u {
  position: absolute;
  top: 0;
  left: 38.692%;
  width: 22.693%;
  height: 3.6rem;
  display: block;
}

.recruit-works__line--u path {
  vector-effect: non-scaling-stroke;
}

.recruit-works__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.6rem;
  max-width: 130rem;
  margin-inline: auto;
}
@media all and (max-width: 768px) {
  .recruit-works__cards {
    display: contents;
  }
}

@media all and (max-width: 768px) {
  .recruit-works__card:nth-child(1) {
    grid-area: c1;
  }
  .recruit-works__card:nth-child(2) {
    grid-area: c2;
  }
  .recruit-works__card:nth-child(3) {
    grid-area: c3;
  }
}
.recruit-works__card {
  background-color: #fff;
  border-radius: 0.8rem;
  overflow: hidden;
  transition: opacity 0.3s;
  list-style: none;
}

.recruit-works__card-title {
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  color: #e55441;
  line-height: 1;
  text-align: center;
  margin-bottom: 0;
  padding-top: 0;
}
@media all and (max-width: 768px) {
  .recruit-works__card-title {
    font-size: 1.8rem;
  }
}

.recruit-works__card-link {
  display: block;
  color: inherit;
  text-decoration: none;
  padding-block: 2rem;
  padding-inline: 2rem;
}
@media all and (max-width: 768px) {
  .recruit-works__card-link {
    padding-block: 1rem 1.3rem;
    padding-inline: 1.6rem;
  }
}

.recruit-works__card-media {
  border-radius: 0.8rem;
  overflow: hidden;
  aspect-ratio: 376/232;
}
@media all and (max-width: 768px) {
  .recruit-works__card-media {
    radius: 0.4rem;
    aspect-ratio: 212/131;
  }
}

.recruit-works__card-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  transform: scale(1);
  transform-origin: center center;
  transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

@media (any-hover: hover) and (min-width: 769px) {
  .recruit-works__card:hover {
    opacity: 0.85;
  }
  .recruit-works__card:hover .recruit-works__card-img {
    transform: scale(1.2);
  }
}
.recruit-works__card-body {
  margin-top: 1.6rem;
}

.recruit-works__card-text {
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  color: #3b320f;
  line-height: 2;
}
@media all and (max-width: 768px) {
  .recruit-works__card-text {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}

.recruit-works__card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.6rem;
}
@media all and (max-width: 768px) {
  .recruit-works__card-tags {
    margin-top: 0.6rem;
  }
}

.recruit-works__card-tag {
  border: 0.1rem solid #e55441;
  border-radius: 0.4rem;
  padding-block: 0.4rem 0.5rem;
  padding-inline: 0.6rem;
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  color: #e55441;
  line-height: 1;
}
@media all and (max-width: 768px) {
  .recruit-works__card-tag {
    font-size: 1.2rem;
  }
}

.recruit-works__card-more {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.8rem;
  margin-top: 1.6rem;
}

.recruit-works__card-more-label {
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  color: #3b320f;
  line-height: 1;
  white-space: nowrap;
}
@media all and (max-width: 768px) {
  .recruit-works__card-more-label {
    font-size: 1.4rem;
  }
}

.recruit-works__card-more-arrow {
  width: 2.4rem;
  height: 2.4rem;
  display: block;
  flex-shrink: 0;
}
@media all and (max-width: 768px) {
  .recruit-works__card-more-arrow {
    width: 1.8rem;
    height: 1.8rem;
  }
}

.recruit-interview {
  overflow: hidden;
  padding-block: 4rem 13.6rem;
}
@media all and (max-width: 768px) {
  .recruit-interview {
    padding-block: 4rem 12.4rem;
  }
}

.recruit-interview__inner {
  max-width: 144rem;
  margin-inline: auto;
  display: flex;
  align-items: flex-start;
  gap: 8.5rem;
  padding-inline: 7rem 0;
}
@media all and (max-width: 768px) {
  .recruit-interview__inner {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas: "en" "ja" "dots" "slider" "pagination" "btn";
    gap: 0.8rem;
    padding-inline: 0;
    align-items: stretch;
  }
}

.recruit-interview__info {
  flex-shrink: 0;
  width: 28.5rem;
}
@media all and (max-width: 768px) {
  .recruit-interview__info {
    display: contents;
  }
}

.recruit-interview__head {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
@media all and (max-width: 768px) {
  .recruit-interview__head {
    display: contents;
  }
}

.recruit-interview__en {
  font-family: "SN Pro", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  color: #e55441;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media all and (max-width: 768px) {
  .recruit-interview__en {
    grid-area: en;
    text-align: center;
  }
}

.recruit-interview__dots {
  width: 2.7rem;
  height: 0.7rem;
  display: block;
}
@media all and (max-width: 768px) {
  .recruit-interview__dots {
    grid-area: dots;
    margin: 0.4rem auto 0;
  }
}

.recruit-interview__ja {
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 3.2rem;
  font-weight: 500;
  color: #e55441;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-top: 0.8rem;
}
@media all and (max-width: 768px) {
  .recruit-interview__ja {
    grid-area: ja;
    font-size: 2.8rem;
    text-align: center;
    margin-top: 0.4rem;
    margin-bottom: 0;
  }
}

.recruit-interview__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 2.4rem;
  background-color: #fff;
  border: 0.15rem solid #e55441;
  border-radius: 2.9rem;
  padding-block: 2rem;
  padding-inline: 2.8rem 2rem;
  margin-top: 1rem;
  text-decoration: none;
  transition: opacity 0.3s;
}
@media all and (max-width: 768px) {
  .recruit-interview__btn {
    grid-area: btn;
    justify-self: center;
    gap: 2rem;
    padding-block: 1.6rem;
    padding-inline: 2.4rem 1.6rem;
    margin-top: 2.4rem;
  }
}

.recruit-interview__btn-label {
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  color: #e55441;
  line-height: 1;
}
@media all and (max-width: 768px) {
  .recruit-interview__btn-label {
    font-size: 1.6rem;
  }
}

.recruit-interview__btn-arrow {
  position: relative;
  display: inline-block;
  width: 1.5rem;
  height: 1.1rem;
  flex-shrink: 0;
}

.recruit-interview__btn-arrow::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #e55441;
  mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 11' fill='none'%3E%3Cpath d='M1 5.5H14M14 5.5L9.5 1M14 5.5L9.5 10' stroke='%23e55441' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 11' fill='none'%3E%3Cpath d='M1 5.5H14M14 5.5L9.5 1M14 5.5L9.5 10' stroke='%23e55441' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}

@media (any-hover: hover) and (min-width: 769px) {
  .recruit-interview__btn:hover {
    opacity: 0.8;
  }
}
.recruit-interview__nav {
  display: flex;
  align-items: center;
  gap: 3.6rem;
  margin-top: 4rem;
}
@media all and (max-width: 768px) {
  .recruit-interview__nav {
    display: contents;
  }
}

.recruit-interview__nav-arrows {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  flex-shrink: 0;
}
@media all and (max-width: 768px) {
  .recruit-interview__nav-arrows {
    grid-area: slider;
    justify-content: space-between;
    align-self: center;
    z-index: 2;
    gap: 0;
    padding-inline: 8rem;
    pointer-events: none;
    position: relative;
    top: 1.4rem;
  }
}

.recruit-interview__prev,
.recruit-interview__next {
  background: none;
  border: none;
  padding-block: 0;
  padding-inline: 0;
  cursor: pointer;
  line-height: 0;
  transition: opacity 0.3s;
}
@media all and (max-width: 768px) {
  .recruit-interview__prev,
  .recruit-interview__next {
    pointer-events: auto;
  }
}

@media (any-hover: hover) and (min-width: 769px) {
  .recruit-interview__prev:hover,
  .recruit-interview__next:hover {
    opacity: 0.7;
  }
}
.recruit-interview__prev img,
.recruit-interview__next img {
  width: 4rem;
  height: 4rem;
  display: block;
}
@media all and (max-width: 768px) {
  .recruit-interview__prev img,
  .recruit-interview__next img {
    width: 2.4rem;
    height: 2.4rem;
  }
}

.recruit-interview__pagination {
  position: static;
  width: auto;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
@media all and (max-width: 768px) {
  .recruit-interview__pagination {
    grid-area: pagination;
    justify-content: center;
    margin-top: 5.3rem;
  }
}

.recruit-interview__pagination .swiper-pagination-bullet {
  width: 3.2rem;
  height: 0.4rem;
  border-radius: 0;
  background: #fff;
  border: 0.1rem solid #e55441;
  opacity: 1;
  margin: 0;
  transition: background 0.3s;
}

.recruit-interview__pagination .swiper-pagination-bullet-active {
  background: #e55441;
}

.recruit-interview__slider {
  flex: 1;
  min-width: 0;
}
@media all and (max-width: 768px) {
  .recruit-interview__slider {
    grid-area: slider;
    margin-top: 2.4rem;
    width: 100%;
    position: relative;
  }
}

.recruit-interview__slider .swiper {
  overflow: visible;
  clip-path: inset(0% -50vw 0% 0%);
}
@media all and (max-width: 768px) {
  .recruit-interview__slider .swiper {
    clip-path: inset(0% -50vw -15% -50vw);
  }
}

.recruit-interview__slide {
  width: 34rem;
}
@media all and (max-width: 768px) {
  .recruit-interview__slide {
    width: 19.4rem;
  }
}

.recruit-interview__card {
  text-align: left;
}

.recruit-interview__card-media {
  position: relative;
  width: 34rem;
  height: 34rem;
  max-width: 100%;
  aspect-ratio: 1/1;
  isolation: isolate;
}
@media all and (max-width: 768px) {
  .recruit-interview__card-media {
    width: 19.4rem;
    height: 19.4rem;
  }
}

.recruit-interview__card-dots {
  position: absolute;
  inset: 0;
  display: block;
  background-color: #E55B5B;
  mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 340 340'%3E%3Ccircle cx='170' cy='170' r='168' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' pathLength='132' stroke-dasharray='0 1'/%3E%3C/svg%3E");
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
  -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 340 340'%3E%3Ccircle cx='170' cy='170' r='168' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' pathLength='132' stroke-dasharray='0 1'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  pointer-events: none;
}
@media all and (max-width: 768px) {
  .recruit-interview__card-dots {
    mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 194 194'%3E%3Ccircle cx='97' cy='97' r='95' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' pathLength='100' stroke-dasharray='0 1'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 194 194'%3E%3Ccircle cx='97' cy='97' r='95' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' pathLength='100' stroke-dasharray='0 1'/%3E%3C/svg%3E");
  }
}

.recruit-interview__card-imgwrap {
  position: absolute;
  inset: 1rem;
  border-radius: 100%;
  overflow: hidden;
  z-index: 1;
}
@media all and (max-width: 768px) {
  .recruit-interview__card-imgwrap {
    inset: 0.7rem;
  }
}

.recruit-interview__card-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  transform: scale(1);
  transform-origin: center center;
  transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}
@media all and (max-width: 768px) {
  .recruit-interview__card-img {
    will-change: auto;
  }
}

@media (any-hover: hover) and (min-width: 769px) {
  .recruit-interview__card:hover .recruit-interview__card-img {
    transform: scale(1.2);
  }
}
.recruit-interview__card-title {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.8rem;
  z-index: 2;
}
@media all and (max-width: 768px) {
  .recruit-interview__card-title {
    bottom: -2.2rem;
    gap: 0.4rem;
  }
}

.recruit-interview__card-title-line {
  display: inline-block;
  background-color: #e55441;
  color: #fff;
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  padding-block: 0.4rem;
  padding-inline: 0.5rem;
  white-space: nowrap;
}
@media all and (max-width: 768px) {
  .recruit-interview__card-title-line {
    font-size: 1.6rem;
  }
}

.recruit-interview__card-dept {
  display: inline-block;
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  color: #e55441;
  margin-top: 0.4rem;
  line-height: 1;
}
@media all and (max-width: 768px) {
  .recruit-interview__card-dept {
    font-size: 1.4rem;
  }
}

.recruit-company {
  position: relative;
  padding-block: 8rem 21.5rem;
  background-color: #fff;
  overflow-x: clip;
  z-index: 2;
  pointer-events: none;
}
.recruit-company > * {
  pointer-events: auto;
}
@media all and (max-width: 768px) {
  .recruit-company {
    padding-block: 0 19.8rem;
  }
}

.recruit-company__office {
  position: absolute;
  top: -5rem;
  right: 0;
  width: 50.4rem;
  max-width: 50%;
  z-index: 1;
}
@media all and (max-width: 768px) {
  .recruit-company__office {
    position: static;
    width: 100%;
    max-width: 33rem;
    position: relative;
    top: -4.5rem;
    margin-left: auto;
  }
}

@media all and (max-width: 768px) {
  .recruit-company__office + .recruit-company__food + .recruit-company__inner {
    margin-top: 2.4rem;
  }
}

.recruit-company__office img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0.8rem 0 0 0.8rem;
}

.recruit-company__food {
  position: absolute;
  left: 0;
  top: 41rem;
  width: 23rem;
  height: 42rem;
  max-width: 16vw;
  z-index: 1;
  pointer-events: none;
}
@media all and (max-width: 768px) {
  .recruit-company__food {
    width: 14rem;
    height: 25.2rem;
    max-width: none;
    display: none;
    left: 0;
  }
}

.recruit-company__food img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  border-radius: 0 0.8rem 0.8rem 0;
}

.recruit-company__food-sp {
  display: none;
}
@media all and (max-width: 768px) {
  .recruit-company__food-sp {
    display: block;
    position: absolute;
    left: 0;
    top: -1.7rem;
    width: 14rem;
    height: 25.2rem;
    pointer-events: none;
    z-index: 0;
  }
}

.recruit-company__food-sp img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  border-radius: 0 0.8rem 0.8rem 0;
}

.recruit-company__inner {
  position: relative;
  max-width: 144rem;
  margin-inline: auto;
  padding-inline: 7rem;
  z-index: 2;
}
@media all and (max-width: 768px) {
  .recruit-company__inner {
    max-width: 41.4rem;
    margin-inline: auto;
    padding-inline: 0rem;
  }
}

.recruit-company__head {
  text-align: center;
  margin-bottom: 6.4rem;
}
@media all and (max-width: 768px) {
  .recruit-company__head {
    margin-bottom: 6.4rem;
  }
}

.recruit-company__en {
  font-family: "SN Pro", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  color: #e55b5b;
  letter-spacing: 0.1em;
  line-height: 1;
}

.recruit-company__ja {
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 3.2rem;
  margin-bottom: 0;
  font-weight: 500;
  color: #e55b5b;
  line-height: 1;
  margin-top: 0.8rem;
}
@media all and (max-width: 768px) {
  .recruit-company__ja {
    font-size: 2.6rem;
  }
}

.recruit-company__dots {
  display: block;
  width: 2.7rem;
  height: 0.7rem;
  margin-top: 1.6rem;
  margin-inline: auto;
}
@media all and (max-width: 768px) {
  .recruit-company__dots {
    margin-top: 0.8rem;
  }
}

.recruit-company__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem 2rem;
  max-width: 116rem;
  margin-left: 10rem;
}
@media all and (max-width: 768px) {
  .recruit-company__grid {
    grid-template-columns: 1fr;
    gap: 4.8rem;
    max-width: 100%;
    margin-inline: auto;
  }
  .recruit-company__grid .recruit-company__item--founded {
    order: 1;
  }
  .recruit-company__grid .recruit-company__item--benefit {
    order: 2;
  }
  .recruit-company__grid .recruit-company__item--sales {
    order: 3;
  }
}

.recruit-company__item {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 2.4rem;
}
@media all and (max-width: 768px) {
  .recruit-company__item {
    flex-direction: column;
    gap: 1.6rem;
  }
}

.recruit-company__item--sales {
  margin-left: 7rem;
  margin-top: 15.3rem;
}
@media all and (max-width: 768px) {
  .recruit-company__item--sales {
    margin-top: -1.4rem;
    margin-left: 4.4rem;
  }
}

@media all and (max-width: 768px) {
  .recruit-company__item--founded,
  .recruit-company__item--sales {
    flex-direction: row;
    gap: 1.6rem;
  }
}

.recruit-company__item--founded {
  margin-left: 13rem;
}
@media all and (max-width: 768px) {
  .recruit-company__item--founded {
    margin-left: 0;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: 6rem;
  }
}

.recruit-company__item-icon {
  width: 12rem;
  height: 12rem;
  display: block;
  flex-shrink: 0;
}
@media all and (max-width: 768px) {
  .recruit-company__item-icon {
    width: 8rem;
    height: 8rem;
  }
}

.recruit-company__item-icon--building {
  width: 5.6rem;
  height: 7.1rem;
}
@media all and (max-width: 768px) {
  .recruit-company__item-icon--building {
    width: 4.8rem;
    height: 6.1rem;
  }
}

.recruit-company__item-icon--graph {
  width: 12rem;
  height: 12rem;
  margin-top: 2rem;
}
@media all and (max-width: 768px) {
  .recruit-company__item-icon--graph {
    width: 8rem;
    height: 8rem;
  }
}

.recruit-company__item-body {
  position: relative;
  flex: 1;
  min-width: 0;
}

.recruit-company__label {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  color: #3b320f;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media all and (max-width: 768px) {
  .recruit-company__label {
    font-size: 1.8rem;
  }
}

.recruit-company__label + .recruit-company__value,
.recruit-company__label + .recruit-company__benefit {
  margin-top: 2.4rem;
}
@media all and (max-width: 768px) {
  .recruit-company__label + .recruit-company__value,
  .recruit-company__label + .recruit-company__benefit {
    margin-top: 0.8rem;
  }
}

.recruit-company__bullet {
  display: inline-block;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 100%;
  background-color: #e55441;
  flex-shrink: 0;
}

.recruit-company__value {
  position: relative;
  display: flex;
  align-items: flex-end;
  gap: 0.8rem;
  min-height: 13.5rem;
}

.recruit-company__item--founded .recruit-company__value {
  margin-top: -0.6rem;
}
@media all and (max-width: 768px) {
  .recruit-company__item--founded .recruit-company__value {
    margin-top: -4.6rem;
  }
}

.recruit-company__item--heads .recruit-company__value {
  margin-top: 1rem;
}
@media all and (max-width: 768px) {
  .recruit-company__item--heads .recruit-company__value {
    margin-top: -4.4rem;
  }
}

.recruit-company__item--sales .recruit-company__value {
  margin-top: 0;
}
@media all and (max-width: 768px) {
  .recruit-company__item--sales .recruit-company__value {
    margin-top: -4.4rem;
    gap: 0;
  }
}

.recruit-company__dot-circle {
  position: absolute;
  display: block;
  pointer-events: none;
  z-index: 0;
}

.recruit-company__dot-circle--founded {
  width: 20.8rem;
  height: 20.8rem;
  left: 11.2rem;
  top: -3.8rem;
}
@media all and (max-width: 768px) {
  .recruit-company__dot-circle--founded {
    width: 16rem;
    height: 16rem;
    left: auto;
    right: -5.6rem;
    top: 0.5rem;
  }
}

.recruit-company__dot-circle--sales {
  width: 17.7rem;
  height: 17.7rem;
  right: -1.4rem;
  top: -7.4rem;
}
@media all and (max-width: 768px) {
  .recruit-company__dot-circle--sales {
    width: 17.7rem;
    height: 17.7rem;
    left: -15.3rem;
    top: -0.5rem;
  }
}

.recruit-company__dot-circle--heads {
  width: 11.5rem;
  height: 11.5rem;
  left: -3.4rem;
  top: -7rem;
}
@media all and (max-width: 768px) {
  .recruit-company__dot-circle--heads {
    display: none;
  }
}

.recruit-company__dot-circle--benefit {
  width: 13.4rem;
  height: 13.4rem;
  left: -4.9rem;
  top: 7rem;
}
@media all and (max-width: 768px) {
  .recruit-company__dot-circle--benefit {
    width: 13.4rem;
    height: 13.4rem;
    left: auto;
    right: -4rem;
    top: -3rem;
  }
}

.recruit-company__number {
  position: relative;
  display: block;
  flex-shrink: 0;
  z-index: 1;
  height: auto;
}
.recruit-company__number img {
  width: 100%;
  height: auto;
  display: block;
}

.recruit-company__number--founded {
  width: 25.1rem;
}
@media all and (max-width: 768px) {
  .recruit-company__number--founded {
    width: 16.7rem;
  }
}

.recruit-company__number--heads {
  width: 13.4rem;
}
@media all and (max-width: 768px) {
  .recruit-company__number--heads {
    width: 8.7rem;
  }
}

.recruit-company__number--sales {
  width: 21.6rem;
}
@media all and (max-width: 768px) {
  .recruit-company__number--sales {
    width: 14.3rem;
  }
}

.recruit-company__unit {
  position: relative;
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  color: #e55441;
  letter-spacing: 0.1em;
  line-height: 1;
  align-self: flex-end;
  padding-top: 0.8rem;
  z-index: 1;
}
@media all and (max-width: 768px) {
  .recruit-company__unit {
    font-size: 2.4rem;
  }
}

.recruit-company__unit--sales {
  white-space: nowrap;
}
@media all and (max-width: 768px) {
  .recruit-company__unit--sales {
    white-space: normal;
  }
}

.recruit-company__item--heads {
  position: relative;
  margin-top: 9rem;
}
@media all and (max-width: 768px) {
  .recruit-company__item--heads {
    margin-top: 5.3rem;
    padding-left: 3rem;
  }
}
.recruit-company__item--heads .recruit-company__unit--pre {
  top: -0.7rem;
  right: -1rem;
}

.recruit-company__pigs {
  position: absolute;
  right: 9.4rem;
  bottom: 2rem;
  width: 28.1rem;
  max-width: 60%;
  pointer-events: none;
}
@media all and (max-width: 992px) {
  .recruit-company__pigs {
    position: static;
    margin-top: 1.6rem;
    max-width: 28.1rem;
  }
}
@media all and (max-width: 768px) {
  .recruit-company__pigs {
    position: absolute;
    margin-top: 0;
    max-width: none;
    width: 40.3rem;
    left: -1.5rem;
    right: auto;
    top: -6.3rem;
    bottom: auto;
    z-index: 1;
  }
}

.recruit-company__pigs img,
.recruit-company__pigs picture {
  width: 100%;
  height: auto;
  display: block;
}

.recruit-company__item--benefit {
  align-items: flex-start;
  padding-inline-start: 14rem;
  gap: 0;
  margin-top: -7.5rem;
}
@media all and (max-width: 992px) {
  .recruit-company__item--benefit {
    padding-inline-start: 0;
  }
}
@media all and (max-width: 768px) {
  .recruit-company__item--benefit {
    position: relative;
    padding-inline-start: 16rem;
    margin-top: 5.3rem;
  }
}

@media all and (max-width: 768px) {
  .recruit-company__item--benefit .recruit-company__item-body {
    display: flex;
    flex-direction: column;
    padding-block: 1.6rem;
  }
}

.recruit-company__benefit-header {
  display: flex;
  align-items: center;
  gap: 4.4rem;
  width: 100%;
}
@media all and (max-width: 768px) {
  .recruit-company__benefit-header {
    display: contents;
  }
}

@media all and (max-width: 768px) {
  .recruit-company__item--benefit .recruit-company__label {
    order: 1;
  }
  .recruit-company__item--benefit .recruit-company__benefit {
    order: 2;
  }
  .recruit-company__item--benefit .recruit-company__people-icon {
    order: 3;
  }
}
.recruit-company__item--benefit .recruit-company__benefit {
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 3.2rem;
  font-weight: 500;
  color: #e55441;
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin-top: -2.4rem;
}
@media all and (max-width: 768px) {
  .recruit-company__item--benefit .recruit-company__benefit {
    font-size: 2rem;
    letter-spacing: 0.08em;
    margin-top: 3.2rem;
  }
}

.recruit-company__benefit-line {
  display: inline;
  background: linear-gradient(transparent 18%, #f8efe6 18%);
  padding-inline: 0.4rem;
}

.recruit-company__people-icon {
  width: 14.6rem;
  height: 11.6rem;
  display: block;
  flex-shrink: 0;
}
@media all and (max-width: 768px) {
  .recruit-company__people-icon {
    width: 11.8rem;
    height: 8.8rem;
    margin-top: 1.6rem;
    margin-inline-start: auto;
  }
}

.recruit-company__more {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  justify-content: center;
  gap: 2.4rem;
  background-color: #fff;
  border: 0.15rem solid #e55441;
  border-radius: 100vh;
  padding-block: 2rem;
  padding-inline: 2.8rem 2rem;
  margin-top: 5rem;
  margin-inline: auto;
  text-decoration: none;
  transition: opacity 0.3s;
}
@media all and (max-width: 768px) {
  .recruit-company__more {
    margin-top: 8.3rem;
    padding-block: 1.5rem;
    padding-inline: 2.4rem 1.6rem;
    gap: 2rem;
  }
}

.recruit-company__more-label {
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  color: #e55441;
  line-height: 1;
}
@media all and (max-width: 768px) {
  .recruit-company__more-label {
    font-size: 1.6rem;
  }
}

.recruit-company__more-arrow {
  width: 1.5rem;
  height: 1.1rem;
  display: block;
  flex-shrink: 0;
}

@media (any-hover: hover) and (min-width: 769px) {
  .recruit-company__more:hover {
    opacity: 0.8;
  }
}
.recruit-cta {
  position: relative;
  z-index: 20;
  transform: translateY(-50%);
  margin-bottom: -4rem;
}
@media all and (max-width: 768px) {
  .recruit-cta {
    margin-bottom: -6rem;
  }
}

body.page-recruit-requirements {
  background-color: #f8efe6;
}

.page-recruit-requirements .m-footer--sub {
  margin-top: 0;
}

.recruit-requirements {
  padding-block: 0;
}

.recruit-requirements-lead {
  background-color: #fff;
  padding-block: 6.4rem 7.2rem;
}
@media all and (max-width: 768px) {
  .recruit-requirements-lead {
    padding-block: 4.8rem 5.6rem;
  }
}

.recruit-requirements-lead__heading {
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 2.8rem;
  font-weight: 500;
  color: #e55441;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 3.6rem;
  padding-block: 0 2rem;
  border-bottom: 1px solid rgba(229, 84, 65, 0.25);
}
@media all and (max-width: 768px) {
  .recruit-requirements-lead__heading {
    font-size: 2.2rem;
    margin-bottom: 2.4rem;
    padding-block: 0 1.6rem;
  }
}

.recruit-requirements-lead__text {
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.7rem;
  color: #3b320f;
  line-height: 2;
  text-align: center;
}
@media all and (max-width: 768px) {
  .recruit-requirements-lead__text {
    font-size: 1.5rem;
    line-height: 1.9;
    text-align: left;
  }
}

.recruit-requirements-lead__paragraph + .recruit-requirements-lead__paragraph {
  margin-top: 0.4rem;
}
@media all and (max-width: 768px) {
  .recruit-requirements-lead__paragraph + .recruit-requirements-lead__paragraph {
    margin-top: 0.6rem;
  }
}

.recruit-requirements-people {
  background-color: #fff;
  padding-block: 0 8rem;
}
@media all and (max-width: 768px) {
  .recruit-requirements-people {
    padding-block: 0 5.6rem;
  }
}

.recruit-requirements-people__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem;
}
@media all and (max-width: 768px) {
  .recruit-requirements-people__list {
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }
}

.recruit-requirements-people__item {
  background-color: #f8efe6;
  border-radius: 0.4rem;
  padding-block: 2.8rem;
  padding-inline: 2.4rem;
  text-align: center;
  border: 1px solid rgba(229, 84, 65, 0.15);
}

.recruit-requirements-people__item-title {
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  color: #e55441;
  margin-bottom: 0.8rem;
}
@media all and (max-width: 768px) {
  .recruit-requirements-people__item-title {
    font-size: 1.8rem;
  }
}

.recruit-requirements-people__item-desc {
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.5rem;
  color: #3b320f;
  line-height: 1.7;
}

.recruit-requirements-list {
  background-color: #fff;
  padding-block: 0.8rem 7.2rem;
}
@media all and (max-width: 768px) {
  .recruit-requirements-list {
    padding-block: 0.8rem 5.6rem;
  }
}

.recruit-requirements-list__group {
  margin-top: 4.8rem;
}
@media all and (max-width: 768px) {
  .recruit-requirements-list__group {
    margin-top: 4rem;
  }
}

.recruit-requirements-list__group-title {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 2.2rem;
  font-weight: 500;
  color: #3b320f;
  margin-bottom: 2rem;
}
@media all and (max-width: 768px) {
  .recruit-requirements-list__group-title {
    font-size: 1.8rem;
    margin-bottom: 1.6rem;
  }
}

.recruit-requirements-list__group-title-bar {
  display: inline-block;
  width: 2.4rem;
  height: 0.2rem;
  background-color: #e55441;
  flex-shrink: 0;
}

.recruit-requirements-list__empty {
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.5rem;
  color: #888;
  padding-block: 1.6rem;
}

.recruit-requirements-list__accordion + .recruit-requirements-list__accordion {
  margin-top: 1.2rem;
}
@media all and (max-width: 768px) {
  .recruit-requirements-list__accordion + .recruit-requirements-list__accordion {
    margin-top: 1rem;
  }
}

.recruit-requirements-list__accordion {
  border-radius: 0.4rem;
  overflow: hidden;
  background-color: #fff;
}

.recruit-requirements-list__accordion-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-block: 2rem;
  padding-inline: 2.8rem;
  background-color: #f8efe6;
  border: none;
  border-radius: 0.4rem;
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.7rem;
  font-weight: 500;
  color: #3b320f;
  text-align: left;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: transparent;
}
@media all and (max-width: 768px) {
  .recruit-requirements-list__accordion-title {
    padding-block: 1.6rem;
    padding-inline: 2rem;
    font-size: 1.5rem;
  }
}

.recruit-requirements-list__accordion-title-text {
  flex: 1;
}

.recruit-requirements-list__accordion-icon {
  position: relative;
  flex-shrink: 0;
  width: 1.6rem;
  height: 1.6rem;
  margin-inline: 1.6rem 0;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.recruit-requirements-list__accordion-icon::before,
.recruit-requirements-list__accordion-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #e55441;
  transition: opacity 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.recruit-requirements-list__accordion-icon::before {
  width: 1.4rem;
  height: 0.2rem;
  transform: translate(-50%, -50%);
}

.recruit-requirements-list__accordion-icon::after {
  width: 0.2rem;
  height: 1.4rem;
  transform: translate(-50%, -50%);
}

.recruit-requirements-list__accordion.is-open .recruit-requirements-list__accordion-icon::after {
  opacity: 0;
}

.recruit-requirements-list__accordion-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.65s cubic-bezier(0.16, 1, 0.3, 1);
}

.recruit-requirements-list__detail {
  padding-block: 2.4rem 2.8rem;
  padding-inline: 2.8rem;
}
@media all and (max-width: 768px) {
  .recruit-requirements-list__detail {
    padding-block: 2rem;
    padding-inline: 0;
  }
}

.recruit-requirements-list__detail-row {
  display: grid;
  grid-template-columns: 18rem 1fr;
  gap: 2.4rem;
  padding-block: 1.6rem;
  border-bottom: 1px solid rgba(229, 84, 65, 0.15);
}
@media all and (max-width: 768px) {
  .recruit-requirements-list__detail-row {
    grid-template-columns: 1fr;
    gap: 0.4rem;
    padding-block: 1.2rem;
    padding-inline: 2rem;
  }
}

.recruit-requirements-list__detail-row:first-child {
  padding-top: 0;
}

.recruit-requirements-list__detail-row:last-child {
  border-bottom: none;
}

.recruit-requirements-list__detail-label {
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  color: #e55441;
  line-height: 1.7;
}
@media all and (max-width: 768px) {
  .recruit-requirements-list__detail-label {
    font-size: 1.4rem;
  }
}

.recruit-requirements-list__detail-value {
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.5rem;
  color: #3b320f;
  line-height: 1.9;
}
@media all and (max-width: 768px) {
  .recruit-requirements-list__detail-value {
    font-size: 1.4rem;
  }
}

.recruit-requirements-list__detail-main {
  display: block;
}

.recruit-requirements-list__detail-note {
  display: block;
  margin-top: 0.6rem;
  font-size: 1.2rem;
  color: #888;
  line-height: 1.7;
}
@media all and (max-width: 768px) {
  .recruit-requirements-list__detail-note {
    font-size: 1.1rem;
  }
}

.recruit-requirements-list__closed {
  padding-block: 2.8rem;
  padding-inline: 2.8rem;
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.5rem;
  color: #888;
  text-align: center;
}
@media all and (max-width: 768px) {
  .recruit-requirements-list__closed {
    padding-block: 2rem;
    padding-inline: 2rem;
  }
}

.entry-cta {
  position: relative;
  z-index: 20;
}

.entry-cta__inner {
  max-width: 96rem;
  margin-inline: auto;
}
@media all and (max-width: 768px) {
  .entry-cta__inner {
    max-width: 55rem;
    padding-inline: 2rem;
  }
}

.entry-cta__box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 22.8rem;
  background-color: #e55441;
  background-image: url("images/recruit/bg_entry.png");
  background-size: cover;
  background-position: center;
  border-radius: 0.8rem;
  padding-inline: 4rem;
  text-decoration: none;
  transition: opacity 0.3s;
}
@media all and (max-width: 768px) {
  .entry-cta__box {
    height: 18rem;
    padding-inline: 2.4rem;
    background-image: url("images/recruit/bg_entry_sp.png");
  }
}

@media (any-hover: hover) and (min-width: 769px) {
  .entry-cta__box:hover {
    opacity: 0.88;
  }
}
.entry-cta__label {
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 3.2rem;
  font-weight: 500;
  color: #fff;
  line-height: 1;
  text-align: center;
}
@media all and (max-width: 768px) {
  .entry-cta__label {
    font-size: 2.8rem;
  }
}

.entry-cta__arrow {
  position: absolute;
  top: 50%;
  right: 4.6rem;
  transform: translateY(-50%);
  width: 3.8rem;
  height: 3.8rem;
  display: block;
}
@media all and (max-width: 768px) {
  .entry-cta__arrow {
    right: 3.2rem;
    width: 2.4rem;
    height: 2.4rem;
  }
}

.entry-cta__pig {
  position: absolute;
  top: -9rem;
  right: 1rem;
  width: 17.7rem;
  height: 7.6rem;
  display: block;
  pointer-events: none;
}
@media all and (max-width: 768px) {
  .entry-cta__pig {
    top: -5.5rem;
    right: 0.1rem;
    width: 12rem;
    height: 5.2rem;
  }
}

.entry-cta__pig-copy {
  position: absolute;
  left: 0;
  top: 1.4rem;
  font-family: "Caveat", cursive;
  font-size: 4rem;
  font-weight: 400;
  color: #e55441;
  letter-spacing: -0.03em;
  line-height: 1;
  transform: rotate(7.77deg);
  transform-origin: left center;
}
@media all and (max-width: 768px) {
  .entry-cta__pig-copy {
    font-size: 3.2rem;
    left: -1.5rem;
    top: -1rem;
  }
}

.entry-cta__pig-img {
  position: absolute;
  right: 0;
  top: 0;
  width: 7rem;
  height: 7.6rem;
  display: block;
}
@media all and (max-width: 768px) {
  .entry-cta__pig-img {
    width: 5rem;
    height: 5.4rem;
  }
}

.works-detail-cta {
  padding-bottom: 6rem;
}
@media all and (max-width: 768px) {
  .works-detail-cta {
    padding-bottom: 2.6rem;
  }
}

.interview-detail-lead {
  padding-block: 10rem 12rem;
  background-color: #fff;
}
@media all and (max-width: 768px) {
  .interview-detail-lead {
    padding-block: 3.6rem 8rem;
  }
}

.interview-detail-lead__inner {
  max-width: 144rem;
  margin-inline: auto;
  padding-inline: 7rem;
}
@media all and (max-width: 768px) {
  .interview-detail-lead__inner {
    padding-inline: 2rem;
  }
}

.interview-detail-lead__head {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.interview-detail-lead__en {
  font-family: "SN Pro", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  color: #e55441;
  letter-spacing: 0.1em;
  line-height: 1;
}

.interview-detail-lead__dots {
  width: 2.7rem;
  height: 0.7rem;
  display: block;
}

.interview-detail-lead__body {
  display: flex;
  align-items: stretch;
  gap: 5rem;
  margin-top: 1.6rem;
}
@media all and (max-width: 768px) {
  .interview-detail-lead__body {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-top: 1rem;
  }
}

.interview-detail-lead__info {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
}
@media all and (max-width: 768px) {
  .interview-detail-lead__info {
    display: contents;
  }
}

.interview-detail-lead__heading {
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 4.6rem;
  font-weight: 500;
  color: #3b320f;
  line-height: 1.6;
  letter-spacing: 0.02em;
  margin-top: 0.5rem;
}
@media all and (max-width: 768px) {
  .interview-detail-lead__heading {
    font-size: 2.8rem;
    order: 0;
  }
}

.interview-detail-lead__media {
  flex-shrink: 0;
  width: 65rem;
  max-width: 50%;
  aspect-ratio: 650/400;
  background-color: #d9d9d9;
  border-radius: 0.8rem;
  margin-top: -1rem;
}
@media all and (max-width: 768px) {
  .interview-detail-lead__media {
    width: 100%;
    max-width: 100%;
    aspect-ratio: 375/231;
    margin-top: 0;
    order: 1;
  }
}

.interview-detail-lead__profile {
  margin-top: auto;
  text-align: right;
}
@media all and (max-width: 768px) {
  .interview-detail-lead__profile {
    margin-top: 1rem;
    text-align: left;
    order: 2;
  }
}

.interview-detail-lead__name {
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 3.2rem;
  font-weight: 500;
  color: #3b320f;
  line-height: 1.3;
}
@media all and (max-width: 768px) {
  .interview-detail-lead__name {
    font-size: 2.4rem;
  }
}

.interview-detail-lead__dept {
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  color: #3b320f;
  line-height: 2;
}
@media all and (max-width: 768px) {
  .interview-detail-lead__dept {
    font-size: 2rem;
  }
}

.interview-detail-lead__year {
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  color: #3b320f;
  line-height: 2;
}
@media all and (max-width: 768px) {
  .interview-detail-lead__year {
    font-size: 2rem;
  }
}

.interview-detail-qa {
  position: relative;
  max-width: 144rem;
  margin-inline: auto;
  padding-inline: 7rem;
  margin-top: 10rem;
}
@media all and (max-width: 768px) {
  .interview-detail-qa {
    padding-inline: 2rem;
    margin-top: 9.6rem;
  }
}
@media all and (max-width: 768px) {
  .interview-detail-qa:not(:first-of-type) {
    margin-top: 2rem;
  }
}

.interview-detail-qa--recommend {
  margin-top: 21.7rem;
  padding-bottom: 10rem;
}

@media all and (min-width: 769px) {
  .interview-detail-qa--left {
    padding-right: 7rem;
  }
}

@media all and (min-width: 769px) {
  .interview-detail-qa--right {
    padding-left: 7rem;
  }
}

.interview-detail-qa__header {
  position: relative;
  z-index: 2;
  padding-left: 0;
  gap: 1.4rem;
}
@media all and (min-width: 769px) {
  .interview-detail-qa__header {
    display: flex;
    align-items: baseline;
    padding-left: 4.9rem;
    transform: translateY(50%);
  }
}

.interview-detail-qa__header--recommend {
  transform: translateY(-20%);
}

@media all and (min-width: 769px) {
  .interview-detail-qa--left .interview-detail-qa__content,
  .interview-detail-qa--right .interview-detail-qa__content {
    max-width: min(82rem, (100% + 2rem) * 0.6212);
  }
}

@media all and (min-width: 769px) {
  .interview-detail-qa--right .interview-detail-qa__content {
    margin-left: auto;
  }
}

.interview-detail-qa__number {
  height: 5.5rem;
  width: auto;
}
@media all and (max-width: 768px) {
  .interview-detail-qa__number {
    height: 4.1rem;
    margin-right: 1.7rem;
  }
}

.interview-detail-qa__label {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
}
@media all and (max-width: 768px) {
  .interview-detail-qa__label {
    position: relative;
    top: 1rem;
  }
}

@media all and (min-width: 769px) {
  .interview-detail-qa--right .interview-detail-qa__label {
    justify-content: flex-end;
  }
}

.interview-detail-qa__question-en {
  font-family: "SN Pro", sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  color: #e55441;
  line-height: 2;
}
@media all and (max-width: 768px) {
  .interview-detail-qa__question-en {
    font-size: 2rem;
  }
}

.interview-detail-qa__question-dots {
  width: 3rem;
  height: 1.2rem;
  display: block;
}

.interview-detail-qa__question {
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 3.6rem;
  font-weight: 500;
  color: #3b320f;
  line-height: 2;
  margin: 0;
}
@media all and (min-width: 769px) {
  .interview-detail-qa__question {
    line-height: 1;
  }
}
@media all and (max-width: 768px) {
  .interview-detail-qa__question {
    font-size: 2.8rem;
    text-align: right;
    line-height: 1.3;
  }
}

@media all and (min-width: 769px) {
  .interview-detail-qa--recommend .interview-detail-qa__label {
    margin-top: -1rem;
  }
}

@media all and (min-width: 769px) {
  .interview-detail-qa--recommend .interview-detail-qa__question {
    display: inline;
    margin-left: 0.8rem;
  }
}

.interview-detail-qa__photo {
  background-color: #d9d9d9;
  border-radius: 0.8rem;
  z-index: 1;
}
@media all and (min-width: 769px) {
  .interview-detail-qa__photo {
    position: absolute;
    width: min(50rem, (100% - 12rem) * 0.3788);
    aspect-ratio: 500/350;
    top: 3.7rem;
  }
}
@media all and (max-width: 768px) {
  .interview-detail-qa__photo {
    width: 100%;
    aspect-ratio: 375/231;
    margin-top: 0.8rem;
  }
}

@media all and (min-width: 769px) {
  .interview-detail-qa--left .interview-detail-qa__photo {
    right: 7rem;
  }
}

@media all and (min-width: 769px) {
  .interview-detail-qa--right .interview-detail-qa__photo {
    left: 7rem;
  }
}

.interview-detail-qa__answer {
  position: relative;
  background-color: #fff;
  border-radius: 0 7rem 0 7rem;
  padding-block: 5rem;
  padding-inline: 5rem;
  z-index: 1;
}
@media all and (max-width: 768px) {
  .interview-detail-qa__answer {
    border-radius: 0 4rem 0 4rem;
    padding: 4rem 3rem 3rem;
    margin-top: 1.6rem;
  }
}

.interview-detail-qa__answer-text {
  max-width: 72rem;
}

@media all and (min-width: 769px) {
  .interview-detail-qa--right .interview-detail-qa__answer-text {
    margin-left: auto;
  }
}

.interview-detail-qa__paragraph {
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: #3b320f;
  line-height: 2;
  letter-spacing: 0.02em;
}
@media all and (max-width: 768px) {
  .interview-detail-qa__paragraph {
    line-height: 1.8;
  }
}

.interview-detail-qa__pig {
  position: absolute;
  display: block;
  pointer-events: none;
  z-index: 3;
}
@media all and (max-width: 768px) {
  .interview-detail-qa__pig {
    position: relative;
    margin-left: auto;
  }
}

.interview-detail-qa__pig--01 {
  width: 24.1rem;
  height: auto;
  bottom: -2rem;
  right: 9rem;
}
@media all and (max-width: 768px) {
  .interview-detail-qa__pig--01 {
    width: 12rem;
    bottom: 1.7rem;
    right: 1rem;
  }
}

.interview-detail-qa__pig--02 {
  width: 24rem;
  height: auto;
  bottom: 8rem;
  left: 8rem;
}
@media all and (max-width: 768px) {
  .interview-detail-qa__pig--02 {
    width: 12rem;
    bottom: 1.7rem;
    left: 1rem;
    margin-left: 0;
  }
}

.interview-detail-qa__pig--03 {
  width: 14.1rem;
  height: auto;
  bottom: -7.5rem;
  right: 45rem;
}
@media all and (max-width: 768px) {
  .interview-detail-qa__pig--03 {
    width: 7rem;
    bottom: 1.7rem;
    right: 0;
    margin-right: 0;
  }
}

.interview-detail-qa__pig--04 {
  width: 12.1rem;
  height: auto;
  bottom: -16rem;
  left: 41rem;
}
@media all and (max-width: 768px) {
  .interview-detail-qa__pig--04 {
    width: 6rem;
    left: auto;
    right: 1rem;
    margin-right: 0;
    bottom: 1.7rem;
  }
}

.interview-detail-qa__recommend {
  display: flex;
  align-items: flex-start;
  gap: 5rem;
  margin-top: -4.9rem;
}
@media all and (max-width: 768px) {
  .interview-detail-qa__recommend {
    display: block;
    margin-top: 0.8rem;
  }
}

.interview-detail-qa__recommend-body {
  flex: 1;
  background-color: #fff;
  border-radius: 0 8rem 0 8rem;
  padding-block: 3.5rem;
  padding-inline: 4.5rem;
  max-width: 85.9rem;
  min-width: 0;
}
@media all and (max-width: 768px) {
  .interview-detail-qa__recommend-body {
    border-radius: 0 4rem 0 4rem;
    padding: 3rem 3rem 5rem;
  }
}

.interview-detail-qa__product-name {
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  color: #e55441;
  line-height: 2;
}
@media all and (max-width: 768px) {
  .interview-detail-qa__product-name {
    font-size: 2.4rem;
  }
}

.interview-detail-qa__product-heading {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.interview-detail-qa__finger {
  display: block;
  width: 4.8rem;
  height: auto;
  flex-shrink: 0;
}
@media all and (max-width: 768px) {
  .interview-detail-qa__finger {
    width: 3.2rem;
  }
}

.interview-detail-qa__product-text {
  margin-top: 1.8rem;
}

.interview-detail-qa__recommend-media {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: -5rem;
}
@media all and (max-width: 768px) {
  .interview-detail-qa__recommend-media {
    flex-direction: row;
    margin-top: -3rem;
  }
}

.interview-detail-qa__product-imgwrap {
  position: relative;
  width: 35rem;
  height: 35rem;
}
@media all and (max-width: 768px) {
  .interview-detail-qa__product-imgwrap {
    width: 19.4rem;
    height: 19.4rem;
    flex-shrink: 0;
  }
}

.interview-detail-qa__product-dots {
  position: absolute;
  inset: 0;
  display: block;
  background-color: #e55441;
  mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 350 350'%3E%3Ccircle cx='175' cy='175' r='173' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' pathLength='132' stroke-dasharray='0 1'/%3E%3C/svg%3E");
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
  -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 350 350'%3E%3Ccircle cx='175' cy='175' r='173' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' pathLength='132' stroke-dasharray='0 1'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  pointer-events: none;
}
@media all and (max-width: 768px) {
  .interview-detail-qa__product-dots {
    mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 194 194'%3E%3Ccircle cx='97' cy='97' r='95' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' pathLength='100' stroke-dasharray='0 1'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 194 194'%3E%3Ccircle cx='97' cy='97' r='95' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' pathLength='100' stroke-dasharray='0 1'/%3E%3C/svg%3E");
  }
}

.interview-detail-qa__product-circle {
  position: absolute;
  inset: 1.3rem;
  border-radius: 100%;
  overflow: hidden;
  background-color: #d9d9d9;
}
@media all and (max-width: 768px) {
  .interview-detail-qa__product-circle {
    inset: 0.5rem;
  }
}

.interview-detail-qa__product-circle img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.interview-detail-qa__order-btn {
  display: inline-flex;
  align-items: center;
  gap: 2.4rem;
  background-color: #fff;
  border: 0.15rem solid #e55441;
  border-radius: 2.9rem;
  padding-block: 2rem;
  padding-inline: 2.8rem 2rem;
  margin-top: 2rem;
  text-decoration: none;
  transition: opacity 0.3s;
  z-index: 2;
}
@media all and (max-width: 768px) {
  .interview-detail-qa__order-btn {
    gap: 2rem;
    padding-block: 1.6rem;
    padding-inline: 2.4rem 1.6rem;
    margin-top: 1.6rem;
    display: flex;
    justify-content: center;
    width: -moz-fit-content;
    width: fit-content;
  }
  .interview-detail-qa__recommend-media .interview-detail-qa__order-btn {
    margin-top: 0;
    margin-left: -3rem;
  }
}

@media (any-hover: hover) and (min-width: 769px) {
  .interview-detail-qa__order-btn:hover {
    opacity: 0.8;
  }
}
.interview-detail-qa__order-label {
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  color: #e55441;
  line-height: 1;
}
@media all and (max-width: 768px) {
  .interview-detail-qa__order-label {
    font-size: 1.6rem;
  }
}

.interview-detail-qa__order-arrow {
  position: relative;
  display: inline-block;
  width: 1.5rem;
  height: 1.1rem;
  flex-shrink: 0;
}

.interview-detail-qa__order-arrow::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #e55441;
  mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 11' fill='none'%3E%3Cpath d='M1 5.5H14M14 5.5L9.5 1M14 5.5L9.5 10' stroke='%23e55441' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 11' fill='none'%3E%3Cpath d='M1 5.5H14M14 5.5L9.5 1M14 5.5L9.5 10' stroke='%23e55441' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}

.interview-detail-people {
  background-color: #fff;
  padding-block: 8rem 20.7rem;
}
@media all and (max-width: 768px) {
  .interview-detail-people {
    padding-block: 5rem 19.4rem;
  }
}

.interview-detail-people__inner {
  max-width: 144rem;
  margin-inline: auto;
  padding-inline: 7rem;
}
@media all and (max-width: 768px) {
  .interview-detail-people__inner {
    padding-inline: 2rem;
  }
}

.interview-detail-people__heading {
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 3.2rem;
  font-weight: 500;
  color: #e55441;
  line-height: 2;
  text-align: center;
  margin-top: 0;
  margin-bottom: 3rem;
}
@media all and (max-width: 768px) {
  .interview-detail-people__heading {
    text-align: center;
    margin-bottom: 3rem;
  }
}

.interview-detail-people__cards {
  display: flex;
  justify-content: center;
  gap: 4rem;
}
@media all and (max-width: 768px) {
  .interview-detail-people__cards {
    flex-direction: column;
    align-items: center;
  }
}

.interview-detail-people__card {
  text-align: center;
  text-decoration: none;
  display: block;
  transition: opacity 0.3s;
}

@media (any-hover: hover) and (min-width: 769px) {
  .interview-detail-people__card:hover {
    opacity: 0.8;
  }
}
.interview-detail-people__card-media {
  position: relative;
  width: 34rem;
  height: 34rem;
  max-width: 100%;
  aspect-ratio: 1/1;
}
@media all and (max-width: 768px) {
  .interview-detail-people__card-media {
    width: 19.4rem;
    height: 19.4rem;
    margin-inline: auto;
  }
}

.interview-detail-people__card-dots {
  position: absolute;
  inset: 0;
  display: block;
  background-color: #e55b5b;
  mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 340 340'%3E%3Ccircle cx='170' cy='170' r='168' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' pathLength='132' stroke-dasharray='0 1'/%3E%3C/svg%3E");
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
  -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 340 340'%3E%3Ccircle cx='170' cy='170' r='168' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' pathLength='132' stroke-dasharray='0 1'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  pointer-events: none;
}
@media all and (max-width: 768px) {
  .interview-detail-people__card-dots {
    mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 194 194'%3E%3Ccircle cx='97' cy='97' r='95' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' pathLength='100' stroke-dasharray='0 1'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 194 194'%3E%3Ccircle cx='97' cy='97' r='95' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' pathLength='100' stroke-dasharray='0 1'/%3E%3C/svg%3E");
  }
}

.interview-detail-people__card-imgwrap {
  position: absolute;
  inset: 1rem;
  border-radius: 100%;
  overflow: hidden;
}
@media all and (max-width: 768px) {
  .interview-detail-people__card-imgwrap {
    inset: 0.7rem;
  }
}

.interview-detail-people__card-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.interview-detail-people__card-title {
  position: absolute;
  left: 0;
  bottom: 2.2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.8rem;
  z-index: 2;
}
@media all and (max-width: 768px) {
  .interview-detail-people__card-title {
    bottom: 1.5rem;
    gap: 0.4rem;
    left: -4rem;
  }
}

.interview-detail-people__card-title-line {
  display: inline-block;
  background-color: #e55441;
  color: #fff;
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  padding-block: 0.4rem;
  padding-inline: 0.5rem;
  white-space: nowrap;
}
@media all and (max-width: 768px) {
  .interview-detail-people__card-title-line {
    font-size: 1.6rem;
  }
}

.interview-detail-people__card-profile {
  margin-top: 0.8rem;
  text-align: center;
}
@media all and (max-width: 768px) {
  .interview-detail-people__card-profile {
    margin-top: 0;
  }
}

.interview-detail-people__card-name {
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  color: #e55441;
  line-height: 2;
}
@media all and (max-width: 768px) {
  .interview-detail-people__card-name {
    font-size: 2.4rem;
  }
}

.interview-detail-people__card-line {
  display: block;
  width: 24.5rem;
  height: 0.1rem;
  background-color: #e55441;
  margin-inline: auto;
}
@media all and (max-width: 768px) {
  .interview-detail-people__card-line {
    width: 21.8rem;
  }
}

.interview-detail-people__card-dept {
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  color: #e55441;
  line-height: 2;
  margin-top: 0.4rem;
}
@media all and (max-width: 768px) {
  .interview-detail-people__card-dept {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}

.interview-detail-people__card-year {
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  color: #e55441;
  line-height: 2;
}
@media all and (max-width: 768px) {
  .interview-detail-people__card-year {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}

.interview-detail-cta {
  transform: translateY(-50%);
}
@media all and (min-width: 769px) {
  .interview-detail-cta {
    margin-bottom: -6rem;
  }
}

body[class*=page-recruit] {
  background-color: #f8efe6;
}

.works-detail-lead {
  padding-block: 8rem 14rem;
  background-color: #fff;
}
@media all and (max-width: 768px) {
  .works-detail-lead {
    padding-block: 4rem 4rem;
  }
}

.works-detail-lead__heading {
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: #3b320f;
  margin-block: 0;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  background-image: radial-gradient(circle closest-side, #e55441 99%, transparent 100%);
  background-size: 0.8rem 0.3rem;
  background-repeat: repeat-x;
  background-position: left bottom;
  padding-bottom: 1.1rem;
}
@media all and (max-width: 768px) {
  .works-detail-lead__heading {
    display: inline;
    font-size: 2.4rem;
    letter-spacing: 0.04em;
    background-size: 0.6rem 0.2rem;
    padding-bottom: 0.5rem;
  }
}

.works-detail-lead__body {
  display: grid;
  grid-template-columns: 57rem 1fr;
  -moz-column-gap: 8rem;
  column-gap: 8rem;
  margin-top: 6rem;
}
@media all and (max-width: 1300px) {
  .works-detail-lead__body {
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 4rem;
    column-gap: 4rem;
  }
}
@media all and (max-width: 768px) {
  .works-detail-lead__body {
    grid-template-columns: 1fr;
    row-gap: 2rem;
    margin-top: 2rem;
  }
}

@media all and (max-width: 768px) {
  .works-detail-lead__texts {
    order: 2;
  }
}

.works-detail-lead__paragraph {
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: #3b320f;
}
@media all and (max-width: 768px) {
  .works-detail-lead__paragraph {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

.works-detail-lead__paragraph + .works-detail-lead__paragraph {
  margin-top: 2.4rem;
}
@media all and (max-width: 768px) {
  .works-detail-lead__paragraph + .works-detail-lead__paragraph {
    margin-top: 2rem;
  }
}

.works-detail-lead__media {
  width: 100%;
  aspect-ratio: 650/400;
  border-radius: 0.8rem;
  overflow: hidden;
  background-color: #d9d9d9;
}
@media all and (max-width: 768px) {
  .works-detail-lead__media {
    order: 1;
    aspect-ratio: 374/230;
  }
}

.works-detail-lead__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.works-detail-lead__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 2.4rem;
}
@media all and (max-width: 768px) {
  .works-detail-lead__tags {
    margin-top: 2rem;
  }
}

.works-detail-lead__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  color: #e55441;
  border: 0.1rem solid #e55441;
  border-radius: 0.4rem;
  padding-block: 0.4rem 0.5rem;
  padding-inline: 0.6rem;
  white-space: nowrap;
}

.works-detail-flow {
  padding-block: 8rem 5.5rem;
}
@media all and (max-width: 768px) {
  .works-detail-flow {
    padding-block: 4rem;
  }
}

.works-detail-flow__inner {
  max-width: 104.2rem;
  margin-inline: auto;
}

.works-detail-flow__head {
  text-align: center;
  margin-bottom: 6rem;
}
@media all and (max-width: 768px) {
  .works-detail-flow__head {
    margin-bottom: 4rem;
  }
}

.works-detail-flow__en {
  font-family: "SN Pro", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #e55441;
}

.works-detail-flow__ja {
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.25;
  color: #e55441;
  margin-top: 0.8rem;
  margin-bottom: 0;
}
@media all and (max-width: 768px) {
  .works-detail-flow__ja {
    font-size: 2.8rem;
  }
}

.works-detail-flow__dots {
  width: 2.7rem;
  height: 0.7rem;
  display: block;
  margin: 0.6rem auto 0;
}

.works-detail-flow__list {
  position: relative;
  list-style: none;
  padding-inline: 0;
  padding-block: 0;
  margin-block: 0;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media all and (max-width: 768px) {
  .works-detail-flow__list {
    gap: 2.4rem;
  }
}

.works-detail-flow__list::before {
  content: "";
  position: absolute;
  top: -2rem;
  bottom: -2rem;
  left: 2.4rem;
  width: 0.1rem;
  background-color: #e55441;
  z-index: 0;
}
@media all and (max-width: 768px) {
  .works-detail-flow__list::before {
    top: -2.4rem;
    bottom: -2.4rem;
    left: 1.9rem;
  }
}

.works-detail-flow__item {
  position: relative;
  display: grid;
  align-items: center;
  grid-template-columns: 5rem 1fr;
  -moz-column-gap: 4rem;
  column-gap: 4rem;
}
@media all and (max-width: 768px) {
  .works-detail-flow__item {
    grid-template-columns: 4rem 1fr;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
  }
}

.works-detail-flow__item--time {
  align-items: center;
}

@media all and (min-width: 769px) {
  .works-detail-flow__item--detail {
    grid-template-columns: 5rem 26rem 1fr;
    grid-template-rows: auto 1fr;
    grid-template-areas: "icon label ." "icon media detail";
  }
}
@media all and (max-width: 768px) {
  .works-detail-flow__item--detail {
    grid-template-areas: "icon summary" ".    detail";
    align-items: start;
    row-gap: 1.2rem;
  }
}

@media all and (min-width: 769px) {
  .works-detail-flow__item--detail .works-detail-flow__icon {
    grid-area: icon;
    align-self: start;
  }
}
@media all and (max-width: 768px) {
  .works-detail-flow__item--detail .works-detail-flow__icon {
    grid-area: icon;
  }
}

@media all and (min-width: 769px) {
  .works-detail-flow__item--detail .works-detail-flow__summary {
    display: contents;
  }
}
@media all and (max-width: 768px) {
  .works-detail-flow__item--detail .works-detail-flow__summary {
    grid-area: summary;
  }
}

@media all and (min-width: 769px) {
  .works-detail-flow__item--detail .works-detail-flow__label {
    grid-area: label;
  }
}

@media all and (min-width: 769px) {
  .works-detail-flow__item--detail .works-detail-flow__media {
    grid-area: media;
  }
}

@media all and (min-width: 769px) {
  .works-detail-flow__item--detail .works-detail-flow__detail {
    grid-area: detail;
    align-self: center;
  }
}
@media all and (max-width: 768px) {
  .works-detail-flow__item--detail .works-detail-flow__detail {
    grid-area: detail;
  }
}

.works-detail-flow__icon {
  position: relative;
  z-index: 1;
  width: 5rem;
  height: 5rem;
  display: block;
}
@media all and (max-width: 768px) {
  .works-detail-flow__icon {
    width: 4rem;
    height: 4rem;
  }
}

.works-detail-flow__icon img {
  width: 100%;
  height: 100%;
  display: block;
}

.works-detail-flow__summary {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media all and (max-width: 768px) {
  .works-detail-flow__summary {
    gap: 0.8rem;
  }
}

.works-detail-flow__time-row {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 1.6rem;
}
@media all and (max-width: 768px) {
  .works-detail-flow__time-row {
    gap: 1.2rem;
  }
}

.works-detail-flow__time {
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  color: #3b320f;
}

.works-detail-flow__label {
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  margin-block: 0;
  white-space: nowrap;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  color: #3b320f;
}

.works-detail-flow__media {
  width: 100%;
  max-width: 26rem;
  aspect-ratio: 13/9;
  overflow: hidden;
  background-color: #d9d9d9;
}
@media all and (max-width: 768px) {
  .works-detail-flow__media {
    max-width: 26.8rem;
  }
}

.works-detail-flow__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.works-detail-flow__detail {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.works-detail-flow__text {
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: #3b320f;
}
@media all and (max-width: 768px) {
  .works-detail-flow__text {
    line-height: 1.6;
  }
}

.works-detail-flow__note {
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: #3b320f;
  background-color: #fffbf8;
  padding-block: 0.8rem;
  padding-inline: 2rem;
  border-radius: 0.4rem;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
}
@media all and (max-width: 768px) {
  .works-detail-flow__note {
    font-size: 1.5rem;
    line-height: 1.6;
    padding-block: 0.6rem;
    padding-inline: 0.8rem;
    width: auto;
  }
}

.works-detail-interview {
  padding-block: 5.5rem 12.4rem;
}
@media all and (max-width: 768px) {
  .works-detail-interview {
    padding-block: 4rem 9.4rem;
  }
}

.works-detail-interview__inner {
  max-width: 100rem;
  margin-inline: auto;
  padding-inline: 2rem;
}

.works-detail-interview__panel {
  position: relative;
  background-color: #fff;
  border-radius: 0.8rem;
  padding-block: 7rem 5rem;
  padding-inline: 11rem 7rem;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-areas: "head    media" "ja      media" "profile media" "btn     media";
  -moz-column-gap: 6rem;
  column-gap: 6rem;
  row-gap: 0;
  align-items: start;
  min-height: 46rem;
}
@media all and (max-width: 1300px) {
  .works-detail-interview__panel {
    padding-inline: 6rem 4rem;
    -moz-column-gap: 4rem;
    column-gap: 4rem;
  }
}
@media all and (max-width: 768px) {
  .works-detail-interview__panel {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-block: 4rem;
    padding-inline: 2rem;
    min-height: 0;
  }
}

.works-detail-interview__head {
  grid-area: head;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
@media all and (max-width: 768px) {
  .works-detail-interview__head {
    display: contents;
  }
}

.works-detail-interview__en {
  font-family: "SN Pro", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #e55441;
}
@media all and (max-width: 768px) {
  .works-detail-interview__en {
    order: 1;
  }
}

.works-detail-interview__dots {
  width: 2.7rem;
  height: 0.7rem;
  display: block;
}
@media all and (max-width: 768px) {
  .works-detail-interview__dots {
    order: 3;
    margin-top: 0.8rem;
  }
}

.works-detail-interview__ja {
  grid-area: ja;
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #e55441;
  margin-top: 0.8rem;
  margin-bottom: 0;
}
@media all and (max-width: 768px) {
  .works-detail-interview__ja {
    order: 2;
    font-size: 2.8rem;
    margin-top: 1.6rem;
  }
}

.works-detail-interview__media {
  grid-area: media;
  position: relative;
  width: 34rem;
  height: 34rem;
  flex-shrink: 0;
  justify-self: end;
  align-self: center;
}
@media all and (max-width: 768px) {
  .works-detail-interview__media {
    order: 4;
    width: 19.4rem;
    height: 19.4rem;
    margin-top: 2.4rem;
    justify-self: center;
  }
}

.works-detail-interview__ring {
  position: absolute;
  inset: 0;
  display: block;
  background-color: #e55441;
  mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 340 340'%3E%3Ccircle cx='170' cy='170' r='168' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' pathLength='116' stroke-dasharray='0 1'/%3E%3C/svg%3E");
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
  -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 340 340'%3E%3Ccircle cx='170' cy='170' r='168' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' pathLength='116' stroke-dasharray='0 1'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  pointer-events: none;
}

.works-detail-interview__imgwrap {
  position: absolute;
  inset: 1rem;
  border-radius: 100%;
  overflow: hidden;
}
@media all and (max-width: 768px) {
  .works-detail-interview__imgwrap {
    inset: 0.5rem;
  }
}

.works-detail-interview__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.works-detail-interview__title {
  position: absolute;
  left: 0;
  bottom: 2.4rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.8rem;
  z-index: 2;
}
@media all and (max-width: 768px) {
  .works-detail-interview__title {
    left: -4rem;
    bottom: 3rem;
    gap: 0.6rem;
  }
}

.works-detail-interview__title-line {
  display: inline-block;
  background-color: #e55441;
  color: #fff;
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  padding-block: 0.4rem;
  padding-inline: 0.5rem;
  white-space: nowrap;
}
@media all and (max-width: 768px) {
  .works-detail-interview__title-line {
    font-size: 1.6rem;
    padding-block: 0.4rem;
    padding-inline: 0.5rem 0.4rem;
  }
}

.works-detail-interview__profile {
  grid-area: profile;
  margin-top: 2rem;
  width: 24.5rem;
}
@media all and (max-width: 768px) {
  .works-detail-interview__profile {
    order: 5;
    width: 100%;
    max-width: 26rem;
    margin-top: 1.5rem;
  }
}

.works-detail-interview__name {
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 2;
  color: #3b320f;
  border-bottom: 0.1rem solid #3b320f;
}
@media all and (max-width: 768px) {
  .works-detail-interview__name {
    font-size: 2.4rem;
  }
}

.works-detail-interview__dept {
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
  color: #3b320f;
  margin-top: 0.4rem;
}
@media all and (max-width: 768px) {
  .works-detail-interview__dept {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}

.works-detail-interview__year {
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
  color: #3b320f;
}
@media all and (max-width: 768px) {
  .works-detail-interview__year {
    font-size: 1.6rem;
    line-height: 1.6;
    margin-top: 0.4rem;
  }
}

.works-detail-interview__btn {
  grid-area: btn;
  margin-top: 3.6rem;
  justify-self: start;
}
@media all and (max-width: 768px) {
  .works-detail-interview__btn {
    order: 6;
    margin-top: 2.4rem;
    justify-self: center;
  }
}

/**************************************************
  Contact
**************************************************/
.c-contact-heading {
  text-align: center;
  margin-bottom: 7.2rem;
}
@media all and (max-width: 768px) {
  .c-contact-heading {
    margin-bottom: 2.4rem;
  }
}

.c-contact-heading__en {
  font-family: "SN Pro", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #e55441;
  line-height: 1;
}

.c-contact-heading__ja {
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 3.2rem;
  font-weight: 500;
  color: #e55441;
  line-height: 1.3;
  margin-top: 0.8rem;
  margin-bottom: 1.2rem;
}
@media all and (max-width: 768px) {
  .c-contact-heading__ja {
    font-size: 2.4rem;
  }
}

.c-contact-heading__deco {
  display: block;
  margin-inline: auto;
}

.l-contact-tel {
  padding-block: 6rem 8rem;
}
@media all and (max-width: 768px) {
  .l-contact-tel {
    padding-block: 4rem 6rem;
  }
}

.c-contact-tel-cards {
  display: flex;
  gap: 8rem;
  max-width: 144rem;
  margin-inline: auto;
  padding-inline: 7rem;
}
@media all and (max-width: 768px) {
  .c-contact-tel-cards {
    flex-direction: column;
    gap: 3rem;
    padding-inline: 2rem;
  }
}

.c-contact-tel-cards__item {
  flex: 1;
  position: relative;
  height: 11rem;
}
@media all and (max-width: 768px) {
  .c-contact-tel-cards__item {
    height: auto;
    padding-top: 1.5rem;
  }
}

.c-contact-tel-cards__label {
  position: absolute;
  top: -0.5rem;
  left: 2rem;
  margin: 0;
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  color: #3b320f;
  line-height: 1.5;
  z-index: 1;
}
@media all and (max-width: 768px) {
  .c-contact-tel-cards__label {
    position: static;
    left: auto;
  }
}

.c-contact-tel-cards__box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  background-color: #f8efe6;
  border-radius: 0.8rem;
  position: absolute;
  top: 1rem;
  left: 0;
  right: 0;
  height: 10rem;
  padding-inline: 2rem;
}
@media all and (max-width: 768px) {
  .c-contact-tel-cards__box {
    position: static;
    height: auto;
    padding-block: 2.8rem;
    margin-top: 1rem;
  }
}

.c-contact-tel-cards__icon {
  flex-shrink: 0;
  width: 4rem;
  height: 4rem;
  max-width: 100%;
}

.c-contact-tel-cards__num {
  font-family: "SN Pro", sans-serif;
  font-size: 4rem;
  font-weight: 500;
  color: #3b320f;
  letter-spacing: 0.02em;
  line-height: 1;
}
@media all and (min-width: 769px) {
  .c-contact-tel-cards__num {
    text-decoration: none;
  }
}
@media all and (max-width: 768px) {
  .c-contact-tel-cards__num {
    font-size: 3rem;
  }
}

@media (any-hover: hover) {
  a.c-contact-tel-cards__num:hover {
    opacity: 0.7;
  }
}
.c-contact-form-intro {
  max-width: 75.6rem;
  margin-inline: auto;
  text-align: left;
}
@media all and (max-width: 768px) {
  .c-contact-form-intro {
    padding-inline: 2rem;
  }
}

.c-contact-form-intro__text {
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.8rem;
  color: #3b320f;
}
@media all and (max-width: 768px) {
  .c-contact-form-intro__text {
    font-size: 1.6rem;
  }
}

.c-contact-form-intro__notes {
  list-style: none;
  margin-top: 2rem;
}

.c-contact-form-intro__notes li {
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.4rem;
  color: #3b320f;
  line-height: 2;
  text-align: left;
}

.m-flow {
  display: block;
  margin-inline: auto;
  margin-top: 4rem;
  max-width: 100%;
  height: auto;
}
@media all and (max-width: 768px) {
  .m-flow {
    width: 33.5rem;
  }
}

.l-form,
.wpcf7 {
  max-width: 80rem;
  margin-inline: auto;
  padding-inline: 0;
  margin-top: 6.4rem;
}
@media all and (max-width: 768px) {
  .l-form,
  .wpcf7 {
    padding-inline: 2rem;
    margin-top: 4rem;
  }
}

.contactform {
  width: 100%;
}

.contactform tr {
  display: block;
  padding-block: 0 3.2rem;
}

.contactform th,
.contactform td {
  display: block;
  width: 100%;
  padding: 0;
}

.contactform th {
  text-align: left;
  margin-bottom: 1.6rem;
}

.contactform th label {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  color: #3b320f;
}

.contactform th label span {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  padding-block: 0.2rem;
  padding-inline: 0.5rem;
  border-radius: 0.2rem;
  color: #fff;
  background-color: #888;
}

.contactform th label .required {
  background-color: #e55441;
}

.contactform td input[type=text],
.contactform td input[type=email],
.contactform td input[type=tel],
.contactform td textarea {
  width: 100%;
  height: 4.8rem;
  border: 1px solid #e0d4c9;
  border-radius: 0.4rem;
  background-color: #fff;
  padding-inline: 1.6rem;
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.6rem;
  color: #3b320f;
}
.contactform td input[type=text]::-moz-placeholder, .contactform td input[type=email]::-moz-placeholder, .contactform td input[type=tel]::-moz-placeholder, .contactform td textarea::-moz-placeholder {
  color: #888;
}
.contactform td input[type=text]::placeholder,
.contactform td input[type=email]::placeholder,
.contactform td input[type=tel]::placeholder,
.contactform td textarea::placeholder {
  color: #888;
}
.contactform td input[type=text]:focus,
.contactform td input[type=email]:focus,
.contactform td input[type=tel]:focus,
.contactform td textarea:focus {
  outline: 2px solid #e55441;
  outline-offset: 0;
}

.contactform td textarea {
  height: 16rem;
  padding-block: 1.2rem;
  padding-inline: 1.6rem;
  resize: vertical;
}

.contactform td input.addr-zip {
  max-width: 24rem;
}

.contactform td .hint {
  display: block;
  font-size: 1.2rem;
  color: #888;
  margin-bottom: 0.6rem;
}

.addr-fields {
  padding-left: 2.4rem;
}
@media all and (max-width: 768px) {
  .addr-fields {
    padding-left: 0;
  }
}

.addr-fields__row {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
@media all and (max-width: 768px) {
  .addr-fields__row {
    flex-direction: column;
    align-items: stretch;
    gap: 0.6rem;
  }
}

.addr-fields__row + .addr-fields__row {
  margin-top: 1.6rem;
}

.addr-fields__label {
  width: 23rem;
  flex-shrink: 0;
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  color: #3b320f;
}
@media all and (max-width: 768px) {
  .addr-fields__label {
    width: 100%;
  }
}

.addr-fields__row .wpcf7-form-control-wrap {
  flex: 1;
  display: block;
  min-width: 0;
}

.acceptance {
  margin-inline: auto;
  max-width: 80rem;
  margin-top: 4rem;
}

.acceptance > p {
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.4rem;
  color: #5c4c3d;
  line-height: 1.8;
  text-align: left;
}

.acceptance .text {
  border: 1px solid #e0d4c9;
  border-radius: 0.4rem;
  max-height: 16rem;
  overflow-y: auto;
  padding-block: 2rem;
  padding-inline: 2rem;
  margin-top: 1.5rem;
  background-color: #fff;
}

.acceptance .text p {
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #5c4c3d;
  line-height: 1.8;
  text-align: left;
}

.acceptance .text h2:first-of-type {
  margin-top: 0;
}

.acceptance [data-name=your-privacy] {
  display: block;
  text-align: left;
  margin-top: 2rem;
}

.acceptance .privacy {
  padding-block: 0;
}

.acceptance [data-name=your-privacy] .wpcf7-list-item {
  margin: 0;
  display: inline-block;
}

.acceptance [data-name=your-privacy] label {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.6rem;
  color: #3b320f;
  cursor: pointer;
  text-align: left;
}

.acceptance [data-name=your-privacy] input[type=checkbox] {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  width: 2rem;
  height: 2rem;
  margin: 0;
  flex-shrink: 0;
  background-color: #fff;
  border: 1px solid #e0d4c9;
  border-radius: 0.2rem;
  cursor: pointer;
  position: relative;
  transition: background-color 0.3s, border-color 0.3s;
}

.acceptance [data-name=your-privacy] input[type=checkbox]:checked {
  background-color: #e55441;
  border-color: #e55441;
}

.acceptance [data-name=your-privacy] input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.1rem;
  height: 0.6rem;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translate(-55%, -70%) rotate(-45deg);
}

.acceptance [data-name=your-privacy] input[type=checkbox]:focus-visible {
  outline: 2px solid #e55441;
  outline-offset: 2px;
}

.m-btngroup {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6rem;
  margin-top: 6rem;
}
@media all and (max-width: 768px) {
  .m-btngroup {
    flex-direction: column;
    gap: 1.6rem;
  }
}

.m-btngroup [type=button],
.m-btngroup [type=submit] {
  cursor: pointer;
}
.m-btngroup [type=button]:disabled,
.m-btngroup [type=submit]:disabled {
  cursor: not-allowed;
}

.m-btngroup .wpcf7-form-control {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  width: 20rem;
  height: 4.8rem;
  max-width: 100%;
  padding-block: 0;
  padding-inline: 2.4rem 4rem;
  border-radius: 2.9rem;
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  border-width: 1.5px;
  border-style: solid;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}
@media all and (max-width: 768px) {
  .m-btngroup .wpcf7-form-control {
    width: 28rem;
  }
}

.wpcf7-btn-wrap {
  position: relative;
  display: inline-block;
  line-height: 0;
}

.wpcf7-btn-wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.6rem;
  width: 1.5rem;
  height: 1.1rem;
  transform: translateY(-50%);
  mask-image: url("images/contact/icon-btn-arrow-mask.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-mode: alpha;
  -webkit-mask-image: url("images/contact/icon-btn-arrow-mask.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  pointer-events: none;
  transition: background-color 0.3s;
}

.m-btngroup .wpcf7-submit {
  background-color: #fff;
  border-color: #e55441;
  color: #e55441;
}
.m-btngroup .wpcf7-submit:focus {
  background-color: #e55441;
  border-color: #e55441;
  color: #fff;
}
@media (any-hover: hover) {
  .m-btngroup .wpcf7-submit:hover {
    background-color: #e55441;
    border-color: #e55441;
    color: #fff;
  }
}
.m-btngroup .wpcf7-submit:disabled {
  background-color: #fff;
  border-color: rgba(136, 136, 136, 0.53);
  color: rgba(136, 136, 136, 0.53);
}

.m-btngroup .wpcf7-previous {
  background-color: #fff;
  border-color: rgba(136, 136, 136, 0.53);
  color: rgba(136, 136, 136, 0.53);
}
.m-btngroup .wpcf7-previous:focus {
  background-color: #3b320f;
  border-color: #3b320f;
  color: #fff;
}
@media (any-hover: hover) {
  .m-btngroup .wpcf7-previous:hover {
    background-color: #3b320f;
    border-color: #3b320f;
    color: #fff;
  }
}

.wpcf7-btn-wrap:has(.wpcf7-submit)::after {
  background-color: #e55441;
}

.wpcf7-btn-wrap:has(.wpcf7-submit:focus)::after {
  background-color: #fff;
}

@media (any-hover: hover) {
  .wpcf7-btn-wrap:has(.wpcf7-submit:not(:disabled)):hover::after {
    background-color: #fff;
  }
}
.wpcf7-btn-wrap:has(.wpcf7-submit:disabled)::after {
  background-color: rgba(136, 136, 136, 0.53);
}

.wpcf7-btn-wrap:has(.wpcf7-previous)::after {
  background-color: rgba(136, 136, 136, 0.53);
}

.wpcf7-btn-wrap:has(.wpcf7-previous:focus)::after {
  background-color: #fff;
}

@media (any-hover: hover) {
  .wpcf7-btn-wrap:has(.wpcf7-previous):hover::after {
    background-color: #fff;
  }
}
.m-btngroup .wpcf7-spinner {
  margin: 0;
  position: absolute;
}

.wpcf7-not-valid-tip {
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: #dd0000;
  padding-inline-start: 1.6em;
  position: relative;
  margin-top: 0.4rem;
}
.wpcf7-not-valid-tip::before {
  position: absolute;
  content: "";
  top: 0.3rem;
  left: 0;
  width: 1.2em;
  height: 1.2em;
  background-image: url("images/common/icon_attention.svg");
  background-size: cover;
  background-repeat: no-repeat;
}

#autozip {
  display: none !important;
}

.grecaptcha-badge {
  visibility: hidden;
}

body:has(.wpcf7) .grecaptcha-badge {
  visibility: visible;
}

.contactform--confirm tr {
  padding-block: 0 2.4rem;
  border-bottom: 1px dashed #e0d4c9;
}
.contactform--confirm tr:last-child {
  border-bottom: none;
}
.contactform--confirm tr + tr {
  padding-top: 2.4rem;
}

.contactform--confirm th {
  margin-bottom: 1.2rem;
}

.c-confirm-value {
  display: block;
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.6rem;
  color: #3b320f;
  line-height: 1.6;
  word-break: break-word;
  white-space: pre-wrap;
}

.contactform--confirm .addr-fields__row .c-confirm-value {
  flex: 1;
  min-width: 0;
}

.c-confirm-note {
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.4rem;
  color: #5c4c3d;
  line-height: 1.8;
  text-align: center;
  margin-top: 4.8rem;
}
@media all and (max-width: 768px) {
  .c-confirm-note {
    text-align: left;
    padding-inline: 0.4rem;
  }
}

.l-contact-thanks {
  padding-block: 8rem 12rem;
}
@media all and (max-width: 768px) {
  .l-contact-thanks {
    padding-block: 4.8rem 8rem;
  }
}

.page-confirm .l-contact-form {
  padding-block: 8rem 0;
}
@media all and (max-width: 768px) {
  .page-confirm .l-contact-form {
    padding-block: 4.8rem 0;
  }
}

.c-contact-thanks__body {
  max-width: 72rem;
  margin-inline: auto;
  margin-top: 6rem;
  text-align: center;
}
@media all and (max-width: 768px) {
  .c-contact-thanks__body {
    padding-inline: 2rem;
    margin-top: 4rem;
    text-align: left;
  }
}

.c-contact-thanks__lead {
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 2.2rem;
  font-weight: 500;
  color: #3b320f;
  line-height: 1.8;
}
@media all and (max-width: 768px) {
  .c-contact-thanks__lead {
    font-size: 1.8rem;
  }
}

.c-contact-thanks__text {
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.6rem;
  color: #3b320f;
  line-height: 2;
  margin-top: 2.4rem;
}

.c-contact-thanks__notes {
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.4rem;
  color: #5c4c3d;
  line-height: 1.8;
  margin-top: 2.4rem;
}

.m-btngroup--thanks {
  margin-top: 4.8rem;
}
@media all and (max-width: 768px) {
  .m-btngroup--thanks {
    margin-top: 4rem;
  }
}

.c-contact-thanks__btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  width: 24rem;
  height: 4.8rem;
  max-width: 100%;
  padding-block: 0;
  padding-inline: 2.4rem 4rem;
  border-radius: 2.9rem;
  border: 1.5px solid #e55441;
  background-color: #fff;
  color: #e55441;
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
}
.c-contact-thanks__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.6rem;
  width: 1.5rem;
  height: 1.1rem;
  transform: translateY(-50%);
  mask-image: url("images/contact/icon-btn-arrow-mask.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-mode: alpha;
  -webkit-mask-image: url("images/contact/icon-btn-arrow-mask.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  background-color: #e55441;
  transition: background-color 0.3s;
  pointer-events: none;
}
@media (any-hover: hover) {
  .c-contact-thanks__btn:hover {
    background-color: #e55441;
    color: #fff;
  }
  .c-contact-thanks__btn:hover::after {
    background-color: #fff;
  }
}
@media all and (max-width: 768px) {
  .c-contact-thanks__btn {
    width: 28rem;
  }
}

.p-news-detail {
  padding-top: 6rem;
  padding-inline: 7rem;
}
@media all and (max-width: 1300px) {
  .p-news-detail {
    padding-inline: 4rem;
  }
}
@media all and (max-width: 768px) {
  .p-news-detail {
    padding-top: 3.2rem;
    padding-inline: 2rem;
  }
}

.p-news-detail__article {
  min-width: 0;
}

.p-news-detail__meta {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  flex-wrap: wrap;
}

.p-news-detail__date {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1;
  color: #3b320f;
}

.p-news-detail__category {
  display: inline-flex;
  align-items: center;
  background: #e55441;
  color: #fff;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1;
  padding-block: 0.5rem;
  padding-inline: 2rem;
  border-radius: 1.2rem;
  text-decoration: none;
  transition: opacity 0.3s;
}

@media (any-hover: hover) {
  .p-news-detail__category:hover {
    opacity: 0.85;
  }
}
.p-news-detail__title {
  margin-top: 2.2rem;
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 3.6rem;
  line-height: 1.5;
  color: #252525;
  overflow-wrap: anywhere;
}
@media all and (max-width: 768px) {
  .p-news-detail__title {
    font-size: 2.4rem;
  }
}

.p-news-detail__thumbnail {
  margin-top: 0.8rem;
}

.p-news-detail__thumbnail img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.p-news-detail__body {
  margin-top: 4.8rem;
  color: #3b320f;
}

.p-news-detail__body > * + * {
  margin-top: 4.8rem;
}

.p-news-detail__body p {
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2;
  color: #3b320f;
}

.p-news-detail__body h2,
.p-news-detail__body h3,
.p-news-detail__body h4,
.p-news-detail__body h5 {
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
  line-height: 1.5;
  color: #3b320f;
  overflow-wrap: anywhere;
}

.p-news-detail__body h2 {
  font-size: 2.4rem;
  margin-bottom: 1.6rem;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid #e55441;
}
@media all and (max-width: 768px) {
  .p-news-detail__body h2 {
    font-size: 2rem;
  }
}

.p-news-detail__body h3 {
  font-size: 2.2rem;
  margin-bottom: 0.8rem;
  display: flex;
  align-items: flex-start;
  gap: 0.4rem;
}
@media all and (max-width: 768px) {
  .p-news-detail__body h3 {
    font-size: 1.9rem;
  }
}

.p-news-detail__body h3::before {
  content: "";
  flex-shrink: 0;
  display: block;
  width: 2.4rem;
  height: 0.1rem;
  margin-top: calc((1.5em - 0.1rem) / 2);
  background: #e55441;
}

.p-news-detail__body h4 {
  font-size: 2rem;
  margin-bottom: 0.8rem;
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
}
@media all and (max-width: 768px) {
  .p-news-detail__body h4 {
    font-size: 1.8rem;
  }
}

.p-news-detail__body h4::before {
  content: "";
  flex-shrink: 0;
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  margin-top: calc((1.5em - 0.6rem) / 2);
  background: #e55441;
  border-radius: 100%;
}

.p-news-detail__body h5 {
  font-size: 1.8rem;
  margin-bottom: 0.8rem;
}
@media all and (max-width: 768px) {
  .p-news-detail__body h5 {
    font-size: 1.7rem;
  }
}

.p-news-detail__body h2 + *,
.p-news-detail__body h3 + *,
.p-news-detail__body h4 + *,
.p-news-detail__body h5 + * {
  margin-top: 0;
}

.p-news-detail__body img,
.p-news-detail__body .wp-block-image img {
  max-width: 100%;
  height: auto;
}

.p-news-detail__body figure,
.p-news-detail__body .wp-block-image {
  max-width: 100%;
}

.p-news-detail__body figcaption,
.p-news-detail__body .wp-element-caption {
  margin-top: 0.8rem;
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1;
  color: #3b320f;
}

.p-news-detail__body .wp-block-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem;
}
@media all and (max-width: 768px) {
  .p-news-detail__body .wp-block-gallery {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.6rem;
  }
}

.p-news-detail__body .wp-block-gallery img {
  width: 100%;
  height: auto;
}

.p-news-detail__body .wp-block-table,
.p-news-detail__body table {
  width: 100%;
  max-width: 100%;
}

.p-news-detail__body table {
  border-collapse: collapse;
  table-layout: auto;
}

.p-news-detail__body table th,
.p-news-detail__body table td {
  padding-top: 1rem;
  padding-inline: 1.2rem;
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: left;
  vertical-align: middle;
}
@media all and (max-width: 768px) {
  .p-news-detail__body table th,
  .p-news-detail__body table td {
    font-size: 1.5rem;
    padding-top: 0.8rem;
    padding-inline: 0.8rem;
  }
}

.p-news-detail__body table thead th {
  font-weight: 700;
  border-bottom: 0.1rem solid #e55441;
  color: #3b320f;
}

.p-news-detail__body table tbody th {
  font-weight: 400;
  border-bottom: 0.1rem solid #3b320f;
  color: #3b320f;
  width: 23.5rem;
  max-width: 100%;
}
@media all and (max-width: 768px) {
  .p-news-detail__body table tbody th {
    width: auto;
    min-width: 10rem;
  }
}

.p-news-detail__body table tbody td {
  font-weight: 400;
  border-bottom: 0.1rem solid #e0d4c9;
  color: #3b320f;
}

@media all and (max-width: 768px) {
  .p-news-detail__body .wp-block-table {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media all and (max-width: 768px) {
  .p-news-detail__body .wp-block-table table {
    min-width: 56rem;
  }
}

.p-news-detail__body blockquote,
.p-news-detail__body .wp-block-quote {
  position: relative;
  background: #f8efe6;
  border-radius: 0.8rem;
  padding: 2.4rem;
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2;
  color: rgba(59, 50, 15, 0.8);
  margin: 0;
}
@media all and (max-width: 768px) {
  .p-news-detail__body blockquote,
  .p-news-detail__body .wp-block-quote {
    padding: 1.6rem;
  }
}

.p-news-detail__body blockquote p,
.p-news-detail__body .wp-block-quote p {
  font-size: 1.4rem;
  line-height: 2;
  color: rgba(59, 50, 15, 0.8);
}

.p-news-detail__body blockquote::before,
.p-news-detail__body .wp-block-quote::before {
  content: "“";
  position: absolute;
  left: 2rem;
  top: -1.9rem;
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 4.8rem;
  line-height: 1;
  color: #e0d4c9;
}

.p-news-detail__body blockquote::after,
.p-news-detail__body .wp-block-quote::after {
  content: “””;
  position: absolute;
  right: 1.6rem;
  bottom: -3rem;
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 4.8rem;
  line-height: 1;
  color: #e0d4c9;
}

.p-news-detail__body a {
  color: #0062ac;
  text-decoration: underline;
  transition: color 0.3s;
}

.p-news-detail__body a:active {
  color: #548fbd;
}

@media (any-hover: hover) {
  .p-news-detail__body a:hover {
    color: #548fbd;
  }
}
.p-news-detail__body a:visited {
  color: #003b68;
}

.p-news-detail__body ul,
.p-news-detail__body ol {
  padding-inline: 2.4rem 0;
}

.p-news-detail__body ul li,
.p-news-detail__body ol li {
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2;
  color: #3b320f;
}

.p-news-detail__body hr,
.p-news-detail__body .wp-block-separator {
  border: 0;
  border-top: 0.1rem solid #e0d4c9;
  margin-top: 2.4rem;
}

.p-news-detail__nav {
  margin-top: 8rem;
  border-top: 0.1rem solid #e0d4c9;
  padding-top: 2.4rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2.4rem;
}
@media all and (max-width: 768px) {
  .p-news-detail__nav {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
    gap: 1.6rem;
    padding-top: 2rem;
  }
}

.p-news-detail__nav-prev,
.p-news-detail__nav-next {
  flex: 1;
  min-width: 0;
  width: 32.4rem;
  max-width: 100%;
}
@media all and (max-width: 768px) {
  .p-news-detail__nav-prev,
  .p-news-detail__nav-next {
    width: 100%;
    max-width: 100%;
  }
}

.p-news-detail__nav-prev {
  text-align: left;
}

.p-news-detail__nav-next {
  text-align: right;
}

.p-news-detail__nav-link {
  display: inline-flex;
  align-items: center;
  gap: 1.2rem;
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #3b320f;
  text-decoration: none;
  max-width: 100%;
  transition: opacity 0.3s;
}

@media (any-hover: hover) {
  .p-news-detail__nav-link:hover {
    opacity: 0.7;
  }
}
.p-news-detail__nav-text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-width: 0;
}

.p-news-detail__nav-arrow {
  flex-shrink: 0;
  font-family: "Roboto", sans-serif;
  font-size: 2rem;
  line-height: 1;
  color: #3b320f;
}

.p-news-detail__nav-index {
  flex-shrink: 0;
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #3b320f;
  text-decoration: none;
  transition: opacity 0.3s;
}
@media all and (max-width: 768px) {
  .p-news-detail__nav-index {
    align-self: center;
    padding-top: 0.8rem;
  }
}

@media (any-hover: hover) {
  .p-news-detail__nav-index:hover {
    opacity: 0.7;
  }
}
@media all and (max-width: 768px) {
  .news-archive {
    padding-inline: 2rem;
  }
}

.news-archive__wrap {
  padding-top: 6rem;
  padding-bottom: 8rem;
}
@media all and (max-width: 768px) {
  .news-archive__wrap {
    padding-top: 3.2rem;
    padding-bottom: 4.8rem;
  }
}

.news-archive__list .c-news-card + .c-news-card {
  margin-top: 2.4rem;
}

.news-archive__empty {
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.6rem;
  color: #3b320f;
}

.news-archive .c-pagination {
  margin-top: 6rem;
}
@media all and (max-width: 768px) {
  .news-archive .c-pagination {
    margin-top: 4rem;
  }
}

@media all and (max-width: 768px) {
  .column-archive {
    padding-inline: 2rem;
  }
}

.column-archive__wrap {
  padding-top: 6rem;
  padding-bottom: 8rem;
}
@media all and (max-width: 768px) {
  .column-archive__wrap {
    padding-top: 3.2rem;
    padding-bottom: 4.8rem;
  }
}

.column-list {
  display: grid;
  grid-template-columns: repeat(2, 451px);
  gap: 4rem 3.8rem;
}
@media all and (max-width: 1300px) {
  .column-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.4rem 2.4rem;
  }
}
@media all and (max-width: 768px) {
  .column-list {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

.column-card {
  display: flex;
  width: 100%;
  height: 15.4rem;
  text-decoration: none;
  transition: opacity 0.3s;
}
@media all and (max-width: 768px) {
  .column-card {
    height: auto;
    min-height: 10rem;
  }
}

@media (any-hover: hover) {
  .column-card:hover {
    opacity: 0.6;
  }
}
.column-card__img-wrap {
  flex: 0 0 15.4rem;
  background: #fef2f3;
  border-radius: 1.6rem;
  overflow: hidden;
  position: relative;
}
@media all and (max-width: 768px) {
  .column-card__img-wrap {
    flex: 0 0 10rem;
    border-radius: 1.2rem;
  }
}

.column-card__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.column-card__body {
  flex: 1;
  min-width: 0;
  min-height: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-block: 1.8rem;
  padding-inline: 2.4rem;
  background: #fff;
  border-radius: 0 1.6rem 1.6rem 0;
  overflow: hidden;
}
@media all and (max-width: 768px) {
  .column-card__body {
    padding-block: 1.2rem;
    padding-inline: 1.6rem;
  }
}

.column-card__meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.column-card__date {
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: #3b320f;
  line-height: 1;
  white-space: nowrap;
}
@media all and (max-width: 768px) {
  .column-card__date {
    font-size: 1.3rem;
  }
}

.column-card__category {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #e55441;
  border-radius: 1.1rem;
  padding-block: 0.4rem;
  padding-inline: 1.2rem;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  color: #fff;
  line-height: 1;
  white-space: nowrap;
  text-decoration: none;
}
@media all and (max-width: 768px) {
  .column-card__category {
    font-size: 1.2rem;
    padding-block: 0.3rem;
    padding-inline: 0.8rem;
  }
}
@supports (-webkit-hyphens: none) {
  .column-card__category {
    padding-block: 0.5rem 0.2rem;
  }
}

.column-card__title {
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  color: #252525;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 4.5em;
  margin-top: 0.8rem;
  margin-bottom: 0;
}
@media all and (max-width: 768px) {
  .column-card__title {
    font-size: 1.4rem;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    max-height: 3em;
    margin-top: 0.6rem;
  }
}

.column-archive .c-pagination {
  margin-top: 6rem;
}
@media all and (max-width: 768px) {
  .column-archive .c-pagination {
    margin-top: 4rem;
  }
}

@media all and (max-width: 768px) {
  .component__inner {
    padding-inline: 2rem;
  }
}

.column-template {
  padding-top: 6.4rem;
  padding-bottom: 8rem;
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #3b320f;
}
@media all and (max-width: 768px) {
  .column-template {
    padding-top: 3.2rem;
    padding-bottom: 4.8rem;
  }
}

.column-template__main {
  min-width: 0;
}

.column-template__main > * + * {
  margin-top: 4.8rem;
}
@media all and (max-width: 768px) {
  .column-template__main > * + * {
    margin-top: 3.2rem;
  }
}

.column-template__head {
  min-width: 0;
}

.column-template__meta {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  flex-wrap: wrap;
}

.column-template__date {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1;
  color: #3b320f;
}

.column-template__category {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #e55441;
  color: #fff;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1;
  padding-block: 0.5rem;
  padding-inline: 2rem;
  border-radius: 1.2rem;
  text-decoration: none;
  min-width: 11rem;
  height: 2.4rem;
}

.column-template__title {
  margin-top: 2.2rem;
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 3.6rem;
  line-height: 1.5;
  color: #252525;
  overflow-wrap: anywhere;
}
@media all and (max-width: 768px) {
  .column-template__title {
    font-size: 2.4rem;
  }
}

.column-template__eyecatch {
  margin-top: 0.8rem;
}

.column-template__eyecatch img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 0.4rem;
}

.column-template__body {
  max-width: 94rem;
  margin-top: 6.4rem;
}
@media all and (max-width: 768px) {
  .column-template__body {
    margin-top: 3.2rem;
  }
}

.column-template__body > * + * {
  margin-top: 4.8rem;
}
@media all and (max-width: 768px) {
  .column-template__body > * + * {
    margin-top: 3.2rem;
  }
}

.column-template__body > .c-heading--lv2 + .c-text {
  margin-top: 1.6rem;
}

.column-template__body > .c-heading--lv3 + .c-text,
.column-template__body > .c-heading--lv4 + .c-text,
.column-template__body > .c-heading--lv5 + .c-text {
  margin-top: 0.8rem;
}

.column-template__cards {
  max-width: 94rem;
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}
@media all and (max-width: 768px) {
  .column-template__cards {
    gap: 2.4rem;
  }
}

.column-template__cards-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4.8rem;
}
@media all and (max-width: 768px) {
  .column-template__cards-row {
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }
}

.column-template__thumbs {
  max-width: 94rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2.4rem;
}
@media all and (max-width: 768px) {
  .column-template__thumbs {
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }
}

.column-template__table {
  max-width: 94rem;
}

.column-template__links {
  max-width: 94rem;
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
}
@media all and (max-width: 768px) {
  .column-template__links {
    gap: 3.2rem;
  }
}

.column-template__links-states {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

.column-template__links-state,
.column-template__links-state:hover,
.column-template__links-state:visited {
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1;
  text-decoration: underline;
  color: #0062ac;
}

.column-template__links-state--default,
.column-template__links-state--default:hover,
.column-template__links-state--default:visited {
  color: #0062ac;
}

.column-template__links-state--hover,
.column-template__links-state--hover:hover,
.column-template__links-state--hover:visited {
  color: #548fbd;
}

.column-template__links-state--visited,
.column-template__links-state--visited:hover,
.column-template__links-state--visited:visited {
  color: #003b68;
}

.column-template__links-blank {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1;
  color: #0062ac;
  text-decoration: underline;
  transition: color 0.3s;
}

@media (any-hover: hover) {
  .column-template__links-blank:hover {
    color: #548fbd;
  }
}
.column-template__links-blank-icon {
  display: block;
  width: 1.1rem;
  height: 1.1rem;
  flex-shrink: 0;
  margin-top: 0.5rem;
}

.column-template__quote {
  max-width: 94rem;
}

.column-template__nav {
  max-width: 94rem;
  margin-top: 8rem;
  border-top: 0.1rem solid #e0d4c9;
  padding-top: 2.4rem;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 2.4rem;
}
@media all and (max-width: 768px) {
  .column-template__nav {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 2rem;
    margin-top: 4.8rem;
  }
}

.column-template__nav-prev,
.column-template__nav-next {
  min-width: 0;
  max-width: 32.4rem;
}

.column-template__nav-prev {
  justify-self: start;
}

.column-template__nav-next {
  justify-self: end;
}

.column-template__nav-link,
.column-template__nav-link:visited,
.column-template__nav-link:hover {
  display: inline-flex;
  align-items: center;
  gap: 1.2rem;
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #3b320f;
  text-decoration: none;
  max-width: 100%;
  transition: opacity 0.3s;
}

@media (any-hover: hover) {
  .column-template__nav-link:hover {
    opacity: 0.7;
  }
}
.column-template__nav-arrow {
  width: 2.8rem;
  height: 2.8rem;
  flex-shrink: 0;
}

.column-template__nav-text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-width: 0;
  text-align: left;
}

.column-template__nav-index,
.column-template__nav-index:visited,
.column-template__nav-index:hover {
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #3b320f;
  text-decoration: none;
  transition: opacity 0.3s;
  justify-self: center;
}
@media all and (max-width: 768px) {
  .column-template__nav-index,
  .column-template__nav-index:visited,
  .column-template__nav-index:hover {
    justify-self: center;
  }
}

@media (any-hover: hover) {
  .column-template__nav-index:hover {
    opacity: 0.7;
  }
}
.csr {
  padding-block: 6rem 10rem;
  color: #3b320f;
}
@media all and (max-width: 768px) {
  .csr {
    padding-block: 3.2rem 6rem;
  }
}

.csr__heading {
  margin-bottom: 3.2rem;
}
@media all and (max-width: 768px) {
  .csr__heading {
    margin-bottom: 2.4rem;
  }
}

.csr__section {
  margin-top: 4.8rem;
}
@media all and (max-width: 768px) {
  .csr__section {
    margin-top: 3.2rem;
  }
}

.csr__section-heading {
  margin-bottom: 1.6rem;
}
@media all and (max-width: 768px) {
  .csr__section-heading {
    margin-bottom: 1.2rem;
  }
}

.csr__section-list {
  margin-top: 0.8rem;
}

.csr__goal {
  margin-top: 3.2rem;
}
@media all and (max-width: 768px) {
  .csr__goal {
    margin-top: 2.4rem;
  }
}

.csr__goal-label {
  margin-bottom: 0.8rem;
}

.csr__goal-sub {
  margin-top: 2rem;
  margin-bottom: 0.8rem;
}

.privacy {
  padding-block: 6rem 10rem;
  color: #3b320f;
}
@media all and (max-width: 768px) {
  .privacy {
    padding-block: 3.2rem 6rem;
  }
}

.privacy__section + .privacy__section {
  margin-top: 6.4rem;
}
@media all and (max-width: 768px) {
  .privacy__section + .privacy__section {
    margin-top: 4rem;
  }
}

.privacy__heading {
  margin-bottom: 2.4rem;
}
@media all and (max-width: 768px) {
  .privacy__heading {
    margin-bottom: 2rem;
  }
}

.privacy__text + .privacy__text {
  margin-top: 1.6rem;
}

.privacy__list {
  margin-top: 2.4rem;
}
@media all and (max-width: 768px) {
  .privacy__list {
    margin-top: 1.6rem;
  }
}

.not-found {
  padding-block: 6rem 12rem;
  color: #3b320f;
}
@media all and (max-width: 768px) {
  .not-found {
    padding-block: 3.2rem 8rem;
  }
}

.not-found__en {
  font-family: "SN Pro", sans-serif;
  font-weight: 500;
  font-size: 3.2rem;
  letter-spacing: 0.1em;
  color: #e55441;
  margin: 0 0 1.6rem;
}
@media all and (max-width: 768px) {
  .not-found__en {
    font-size: 2.4rem;
    margin-bottom: 1.2rem;
  }
}

.not-found__lead {
  margin-bottom: 2.4rem;
}

.not-found__links {
  margin-top: 3.2rem;
}
@media all and (max-width: 768px) {
  .not-found__links {
    margin-top: 2.4rem;
  }
}

.company-divisions h3, .company-divisions h4, .company-divisions h5 {
  margin-top: 0;
}
.company-divisions {
  padding-top: 8rem;
  padding-bottom: 12rem;
}
@media all and (max-width: 768px) {
  .company-divisions {
    padding-top: 4.8rem;
    padding-bottom: 7.2rem;
  }
}
.company-divisions__section {
  margin-bottom: 7.2rem;
}
@media all and (max-width: 768px) {
  .company-divisions__section {
    margin-bottom: 4.8rem;
  }
}
.company-divisions__section:last-of-type {
  margin-bottom: 0;
}
.company-divisions__heading {
  margin-bottom: 4rem;
}
@media all and (max-width: 768px) {
  .company-divisions__heading {
    margin-bottom: 2.4rem;
  }
}
.company-divisions__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem 4.8rem;
}
@media all and (max-width: 768px) {
  .company-divisions__grid {
    grid-template-columns: 1fr;
    gap: 3.2rem;
  }
}
.company-divisions__section--text .company-divisions__heading {
  margin-bottom: 2.4rem;
}
.company-divisions__group {
  display: flex;
  flex-direction: column;
}
.company-divisions__sub {
  margin-bottom: 1.6rem;
}
@media all and (max-width: 768px) {
  .company-divisions__sub {
    margin-bottom: 1.2rem;
  }
}
.company-divisions__image {
  margin-bottom: 1.6rem;
  aspect-ratio: 524/257;
  overflow: hidden;
  border-radius: 0.4rem;
  background-color: #d9d9d9;
}
.company-divisions__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.company-divisions__list {
  font-size: 1.6rem;
  line-height: 1.9;
}
@media all and (max-width: 768px) {
  .company-divisions__list {
    font-size: 1.5rem;
  }
}
.company-divisions__related {
  margin-top: 8rem;
}
@media all and (max-width: 768px) {
  .company-divisions__related {
    margin-top: 5.6rem;
  }
}
.company-divisions__related-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media all and (max-width: 768px) {
  .company-divisions__related-list {
    grid-template-columns: 1fr;
    gap: 2.4rem;
  }
}
.company-divisions__related-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.6rem;
  text-decoration: none;
  color: #3b320f;
  transition: opacity 0.3s;
}
.company-divisions__related-link:hover {
  opacity: 0.85;
}
.company-divisions__related-image {
  width: 100%;
  aspect-ratio: 498/333;
  overflow: hidden;
  border-radius: 0.4rem;
  background-color: #d9d9d9;
}
.company-divisions__related-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.company-divisions__related-text {
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
}

.company-hygiene h3,
.company-hygiene h4,
.company-hygiene h5 {
  margin-top: 0;
}
.company-hygiene {
  padding-top: 8rem;
  padding-bottom: 12rem;
}
@media all and (max-width: 768px) {
  .company-hygiene {
    padding-top: 4.8rem;
    padding-bottom: 7.2rem;
  }
}
.company-hygiene__lead {
  margin-bottom: 4rem;
}
@media all and (max-width: 768px) {
  .company-hygiene__lead {
    margin-bottom: 2.8rem;
  }
}
.company-hygiene__hero {
  margin-bottom: 6.4rem;
  aspect-ratio: 1100/404;
  overflow: hidden;
  border-radius: 0.4rem;
  background-color: #d9d9d9;
}
@media all and (max-width: 768px) {
  .company-hygiene__hero {
    margin-bottom: 4rem;
  }
}
.company-hygiene__hero img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.company-hygiene__section {
  margin-bottom: 7.2rem;
}
@media all and (max-width: 768px) {
  .company-hygiene__section {
    margin-bottom: 4.8rem;
  }
}
.company-hygiene__heading {
  margin-bottom: 2.8rem;
}
@media all and (max-width: 768px) {
  .company-hygiene__heading {
    margin-bottom: 2rem;
  }
}
.company-hygiene__sub {
  margin-top: 0.8rem;
  margin-bottom: 1.2rem;
}
@media all and (max-width: 768px) {
  .company-hygiene__sub {
    margin-bottom: 1rem;
  }
}
.company-hygiene__points {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.6rem;
  margin-bottom: 3.2rem;
  font-size: 1.5rem;
  line-height: 1.8;
}
@media all and (max-width: 768px) {
  .company-hygiene__points {
    grid-template-columns: 1fr;
    gap: 1.2rem;
    margin-bottom: 2.4rem;
    font-size: 1.4rem;
  }
}
.company-hygiene__photos {
  display: grid;
  gap: 2.4rem 1.6rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media all and (max-width: 768px) {
  .company-hygiene__photos {
    gap: 2rem;
  }
}
.company-hygiene__photos--2col {
  grid-template-columns: 1fr 1fr;
}
@media all and (max-width: 768px) {
  .company-hygiene__photos--2col {
    grid-template-columns: 1fr;
  }
}
.company-hygiene__photos--3col {
  grid-template-columns: repeat(3, 1fr);
}
@media all and (max-width: 768px) {
  .company-hygiene__photos--3col {
    grid-template-columns: 1fr;
  }
}
.company-hygiene__photos--4col {
  grid-template-columns: repeat(4, 1fr);
}
@media all and (max-width: 992px) {
  .company-hygiene__photos--4col {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (max-width: 768px) {
  .company-hygiene__photos--4col {
    grid-template-columns: 1fr;
  }
}
.company-hygiene__photo {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.company-hygiene__photo-image {
  aspect-ratio: 345/212;
  overflow: hidden;
  border-radius: 0.4rem;
  background-color: #d9d9d9;
}
.company-hygiene__photo-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.company-hygiene__photo-image--portrait {
  aspect-ratio: 263/315;
}
.company-hygiene__photo-caption {
  font-size: 1.4rem;
  line-height: 1.6;
  color: #3b320f;
}
@media all and (max-width: 768px) {
  .company-hygiene__photo-caption {
    font-size: 1.3rem;
  }
}
.company-hygiene__flow {
  margin: 0.8rem 0 4rem;
}
@media all and (max-width: 768px) {
  .company-hygiene__flow {
    margin-bottom: 2.8rem;
  }
}
.company-hygiene__related {
  margin-top: 8rem;
}
@media all and (max-width: 768px) {
  .company-hygiene__related {
    margin-top: 5.6rem;
  }
}
.company-hygiene__related-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media all and (max-width: 768px) {
  .company-hygiene__related-list {
    grid-template-columns: 1fr;
    gap: 2.4rem;
  }
}
.company-hygiene__related-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.6rem;
  text-decoration: none;
  color: #3b320f;
  transition: opacity 0.3s;
}
.company-hygiene__related-link:hover {
  opacity: 0.85;
}
.company-hygiene__related-image {
  width: 100%;
  aspect-ratio: 498/333;
  overflow: hidden;
  border-radius: 0.4rem;
  background-color: #d9d9d9;
}
.company-hygiene__related-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.company-hygiene__related-text {
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
}

.business h3, .business h4, .business h5 {
  margin-top: 0;
}
.business {
  padding-top: 8rem;
  padding-bottom: 12rem;
}
@media all and (max-width: 768px) {
  .business {
    padding-top: 4.8rem;
    padding-bottom: 7.2rem;
  }
}
.business__lead {
  margin-bottom: 5.6rem;
}
@media all and (max-width: 768px) {
  .business__lead {
    margin-bottom: 4rem;
  }
}
.business__lead-heading {
  margin-bottom: 2.4rem;
}
@media all and (max-width: 768px) {
  .business__lead-heading {
    margin-bottom: 1.6rem;
  }
}
.business__lead-text {
  line-height: 2;
}
.business__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.2rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media all and (max-width: 768px) {
  .business__list {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.business__item {
  margin: 0;
}
.business__item-link {
  position: relative;
  display: block;
  color: #fff;
  text-decoration: none;
  transition: opacity 0.3s;
  border-radius: 0.4rem;
  overflow: hidden;
}
.business__item-link:hover {
  opacity: 0.9;
}
.business__item-link:hover .business__item-image img {
  transform: scale(1.04);
}
.business__item-image {
  aspect-ratio: 546/333;
  background-color: #d9d9d9;
}
.business__item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  transition: transform 0.3s;
}
.business__item-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
.business__item-label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 2.2rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.05em;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
}
@media all and (max-width: 768px) {
  .business__item-label {
    font-size: 1.8rem;
  }
}

.business-production h3, .business-production h4, .business-production h5 {
  margin-top: 0;
}
.business-production {
  padding-top: 8rem;
  padding-bottom: 12rem;
}
@media all and (max-width: 768px) {
  .business-production {
    padding-top: 4.8rem;
    padding-bottom: 7.2rem;
  }
}
.business-production__section {
  margin-bottom: 9.6rem;
}
@media all and (max-width: 768px) {
  .business-production__section {
    margin-bottom: 6.4rem;
  }
}
.business-production__heading {
  margin-bottom: 3.2rem;
}
@media all and (max-width: 768px) {
  .business-production__heading {
    margin-bottom: 2rem;
  }
}
.business-production__flow {
  margin-bottom: 3.2rem;
}
@media all and (max-width: 768px) {
  .business-production__flow {
    margin-bottom: 2rem;
  }
}
.business-production__lead {
  margin-bottom: 3.2rem;
  line-height: 1.9;
}
@media all and (max-width: 768px) {
  .business-production__lead {
    margin-bottom: 2.4rem;
  }
}
.business-production__note {
  margin: -1.6rem 0 3.2rem;
  font-size: 1.3rem;
  line-height: 1.7;
  color: #3b320f;
}
@media all and (max-width: 768px) {
  .business-production__note {
    font-size: 1.2rem;
    margin-top: -1.2rem;
  }
}
.business-production__sub {
  margin-top: 4.8rem;
}
@media all and (max-width: 768px) {
  .business-production__sub {
    margin-top: 3.6rem;
  }
}
.business-production__sub-heading {
  margin-bottom: 2.4rem;
}
@media all and (max-width: 768px) {
  .business-production__sub-heading {
    margin-bottom: 1.6rem;
  }
}
.business-production__welfare {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 4rem;
  align-items: start;
}
@media all and (max-width: 768px) {
  .business-production__welfare {
    grid-template-columns: 1fr;
    gap: 2.4rem;
  }
}
.business-production__welfare-text {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.business-production__welfare-list {
  padding-left: 0.8rem;
}
.business-production__welfare-box {
  padding: 2.4rem;
  background: #f8efe6;
  border-radius: 0.8rem;
}
@media all and (max-width: 768px) {
  .business-production__welfare-box {
    padding: 2rem;
  }
}
.business-production__welfare-box-title {
  margin: 0 0 1.2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(59, 50, 15, 0.15);
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.7rem;
  font-weight: 500;
  color: #3b320f;
}
@media all and (max-width: 768px) {
  .business-production__welfare-box-title {
    font-size: 1.6rem;
  }
}
.business-production__welfare-list {
  margin-top: 1.6rem;
  padding-left: 0.8rem;
}
.business-production__media {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: start;
  margin: 3.2rem 0;
}
@media all and (max-width: 768px) {
  .business-production__media {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.business-production__media--small {
  grid-template-columns: 1.3fr 1fr;
}
@media all and (max-width: 768px) {
  .business-production__media--small {
    grid-template-columns: 1fr;
  }
}
.business-production__media-text {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.business-production__media-image {
  aspect-ratio: 527/328;
  overflow: hidden;
  border-radius: 0.4rem;
  background-color: #d9d9d9;
}
.business-production__media-image--small {
  aspect-ratio: 427/266;
}
.business-production__media-image figure {
  margin: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.business-production__media-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  flex: 1;
}
.business-production__caption {
  padding: 0.6rem 0.8rem;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
}
.business-production__cols2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  margin: 3.2rem 0;
}
@media all and (max-width: 768px) {
  .business-production__cols2 {
    grid-template-columns: 1fr;
    gap: 2.4rem;
  }
}
.business-production__col {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.business-production__col-title {
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.7rem;
  font-weight: 700;
  color: #e55441;
}
@media all and (max-width: 768px) {
  .business-production__col-title {
    font-size: 1.6rem;
  }
}
.business-production__topic {
  margin: 3.2rem 0;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.business-production__photos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  list-style: none;
  padding: 0;
  margin: 2.4rem 0;
}
@media all and (max-width: 768px) {
  .business-production__photos {
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }
}
.business-production__photos li {
  aspect-ratio: 527/328;
  overflow: hidden;
  border-radius: 0.4rem;
  background-color: #d9d9d9;
}
.business-production__photos img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.business-production__cta {
  margin: 9.6rem calc(50% - 50vw) 0;
  padding: 6.4rem 0;
  background: #f8efe6;
}
@media all and (max-width: 768px) {
  .business-production__cta {
    margin-top: 6.4rem;
    padding: 4.8rem 0;
  }
}
.business-production__cta .l-inner {
  text-align: center;
}
.business-production__cta-heading {
  margin-bottom: 2rem;
  border-bottom: none;
  padding-bottom: 0;
}
.business-production__cta-text {
  margin-bottom: 3.2rem;
}
@media all and (max-width: 768px) {
  .business-production__cta-text {
    margin-bottom: 2.4rem;
  }
}
.business-production__related {
  margin-top: 9.6rem;
}
@media all and (max-width: 768px) {
  .business-production__related {
    margin-top: 6.4rem;
  }
}
.business-production__related-heading {
  margin-bottom: 3.2rem;
}
@media all and (max-width: 768px) {
  .business-production__related-heading {
    margin-bottom: 2.4rem;
  }
}
.business-production__related-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media all and (max-width: 768px) {
  .business-production__related-list {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.business-production__related-link {
  position: relative;
  display: block;
  border-radius: 0.4rem;
  overflow: hidden;
  text-decoration: none;
  color: #fff;
  transition: opacity 0.3s;
}
.business-production__related-link:hover {
  opacity: 0.9;
}
.business-production__related-link:hover .business-production__related-image img {
  transform: scale(1.04);
}
.business-production__related-image {
  aspect-ratio: 352/215;
  background-color: #d9d9d9;
}
.business-production__related-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  transition: transform 0.3s;
}
.business-production__related-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  pointer-events: none;
}
.business-production__related-label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.05em;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
}
@media all and (max-width: 768px) {
  .business-production__related-label {
    font-size: 1.6rem;
  }
}

.business-cutting h3, .business-cutting h4, .business-cutting h5 {
  margin-top: 0;
}
.business-cutting {
  padding-top: 8rem;
  padding-bottom: 12rem;
}
@media all and (max-width: 768px) {
  .business-cutting {
    padding-top: 4.8rem;
    padding-bottom: 7.2rem;
  }
}
.business-cutting__section {
  margin-bottom: 9.6rem;
}
@media all and (max-width: 768px) {
  .business-cutting__section {
    margin-bottom: 6.4rem;
  }
}
.business-cutting__heading {
  margin-bottom: 3.2rem;
}
@media all and (max-width: 768px) {
  .business-cutting__heading {
    margin-bottom: 2rem;
  }
}
.business-cutting__flow {
  margin-bottom: 3.2rem;
}
@media all and (max-width: 768px) {
  .business-cutting__flow {
    margin-bottom: 2rem;
  }
}
.business-cutting__lead {
  margin-bottom: 3.2rem;
  line-height: 1.9;
}
@media all and (max-width: 768px) {
  .business-cutting__lead {
    margin-bottom: 2.4rem;
  }
}
.business-cutting__note {
  margin: 0 0 2.4rem;
  font-size: 1.3rem;
  line-height: 1.7;
  color: #3b320f;
}
@media all and (max-width: 768px) {
  .business-cutting__note {
    font-size: 1.2rem;
  }
}
.business-cutting__sub {
  margin-top: 4.8rem;
}
@media all and (max-width: 768px) {
  .business-cutting__sub {
    margin-top: 3.2rem;
  }
}
.business-cutting__sub-heading {
  margin-bottom: 2.4rem;
}
@media all and (max-width: 768px) {
  .business-cutting__sub-heading {
    margin-bottom: 1.6rem;
  }
}
.business-cutting__topic {
  margin-bottom: 5.6rem;
}
@media all and (max-width: 768px) {
  .business-cutting__topic {
    margin-bottom: 4rem;
  }
}
.business-cutting__topic:last-child {
  margin-bottom: 0;
}
.business-cutting__col-title {
  margin-bottom: 1.2rem;
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.7rem;
  font-weight: 700;
  color: #e55441;
}
@media all and (max-width: 768px) {
  .business-cutting__col-title {
    font-size: 1.6rem;
  }
}
.business-cutting__media {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 4rem;
  align-items: start;
}
@media all and (max-width: 768px) {
  .business-cutting__media {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.business-cutting__media--reverse {
  grid-template-columns: 1fr 1.3fr;
}
@media all and (max-width: 768px) {
  .business-cutting__media--reverse {
    grid-template-columns: 1fr;
  }
}
.business-cutting__media-text {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.business-cutting__media-image {
  aspect-ratio: 427/266;
  overflow: hidden;
  border-radius: 0.4rem;
  background-color: #d9d9d9;
}
.business-cutting__media-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.business-cutting__related {
  margin-top: 9.6rem;
}
@media all and (max-width: 768px) {
  .business-cutting__related {
    margin-top: 6.4rem;
  }
}
.business-cutting__related-heading {
  margin-bottom: 3.2rem;
}
@media all and (max-width: 768px) {
  .business-cutting__related-heading {
    margin-bottom: 2.4rem;
  }
}
.business-cutting__related-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media all and (max-width: 768px) {
  .business-cutting__related-list {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.business-cutting__related-link {
  position: relative;
  display: block;
  border-radius: 0.4rem;
  overflow: hidden;
  text-decoration: none;
  color: #fff;
  transition: opacity 0.3s;
}
.business-cutting__related-link:hover {
  opacity: 0.9;
}
.business-cutting__related-link:hover .business-cutting__related-image img {
  transform: scale(1.04);
}
.business-cutting__related-image {
  aspect-ratio: 352/215;
  background-color: #d9d9d9;
}
.business-cutting__related-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  transition: transform 0.3s;
}
.business-cutting__related-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  pointer-events: none;
}
.business-cutting__related-label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.05em;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
}
@media all and (max-width: 768px) {
  .business-cutting__related-label {
    font-size: 1.6rem;
  }
}

.business-sales h3, .business-sales h4, .business-sales h5 {
  margin-top: 0;
}
.business-sales {
  padding-top: 8rem;
  padding-bottom: 12rem;
}
@media all and (max-width: 768px) {
  .business-sales {
    padding-top: 4.8rem;
    padding-bottom: 7.2rem;
  }
}
.business-sales__section {
  margin-bottom: 9.6rem;
}
@media all and (max-width: 768px) {
  .business-sales__section {
    margin-bottom: 6.4rem;
  }
}
.business-sales__heading {
  margin-bottom: 3.2rem;
}
@media all and (max-width: 768px) {
  .business-sales__heading {
    margin-bottom: 2rem;
  }
}
.business-sales__flow {
  margin-bottom: 3.2rem;
}
@media all and (max-width: 768px) {
  .business-sales__flow {
    margin-bottom: 2rem;
  }
}
.business-sales__lead {
  margin-bottom: 3.2rem;
  line-height: 1.9;
}
@media all and (max-width: 768px) {
  .business-sales__lead {
    margin-bottom: 2.4rem;
  }
}
.business-sales__sub {
  margin-top: 5.6rem;
}
@media all and (max-width: 768px) {
  .business-sales__sub {
    margin-top: 4rem;
  }
}
.business-sales__sub-heading {
  margin-bottom: 2.8rem;
}
@media all and (max-width: 768px) {
  .business-sales__sub-heading {
    margin-bottom: 2rem;
  }
}
.business-sales__offices {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media all and (max-width: 768px) {
  .business-sales__offices {
    grid-template-columns: 1fr;
    gap: 3.2rem;
  }
}
.business-sales__office {
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
}
.business-sales__office-name {
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: #e55441;
}
@media all and (max-width: 768px) {
  .business-sales__office-name {
    font-size: 1.6rem;
  }
}
.business-sales__office-image {
  aspect-ratio: 533/355;
  overflow: hidden;
  border-radius: 0.4rem;
  background-color: #d9d9d9;
}
.business-sales__office-image--wide {
  max-width: 54rem;
}
.business-sales__office-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.business-sales__office-text {
  line-height: 1.8;
}
.business-sales__topic {
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
}
.business-sales__related {
  margin-top: 9.6rem;
}
@media all and (max-width: 768px) {
  .business-sales__related {
    margin-top: 6.4rem;
  }
}
.business-sales__related-heading {
  margin-bottom: 3.2rem;
}
@media all and (max-width: 768px) {
  .business-sales__related-heading {
    margin-bottom: 2.4rem;
  }
}
.business-sales__related-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media all and (max-width: 768px) {
  .business-sales__related-list {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.business-sales__related-link {
  position: relative;
  display: block;
  border-radius: 0.4rem;
  overflow: hidden;
  text-decoration: none;
  color: #fff;
  transition: opacity 0.3s;
}
.business-sales__related-link:hover {
  opacity: 0.9;
}
.business-sales__related-link:hover .business-sales__related-image img {
  transform: scale(1.04);
}
.business-sales__related-image {
  aspect-ratio: 352/215;
  background-color: #d9d9d9;
}
.business-sales__related-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  transition: transform 0.3s;
}
.business-sales__related-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  pointer-events: none;
}
.business-sales__related-label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.05em;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
}
@media all and (max-width: 768px) {
  .business-sales__related-label {
    font-size: 1.6rem;
  }
}

.products h3, .products h4, .products h5 {
  margin-top: 0;
}
.products {
  padding-top: 8rem;
  padding-bottom: 12rem;
}
@media all and (max-width: 768px) {
  .products {
    padding-top: 4.8rem;
    padding-bottom: 7.2rem;
  }
}
.products__item {
  margin-bottom: 6.4rem;
}
@media all and (max-width: 768px) {
  .products__item {
    margin-bottom: 4rem;
  }
}
.products__item-heading {
  margin-bottom: 2.8rem;
}
@media all and (max-width: 768px) {
  .products__item-heading {
    margin-bottom: 2rem;
  }
}
.products__item-body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: start;
}
@media all and (max-width: 768px) {
  .products__item-body {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.products__item-image {
  aspect-ratio: 541/383;
  overflow: hidden;
  border-radius: 0.4rem;
  background-color: #d9d9d9;
}
.products__item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.products__item-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2.4rem;
}
@media all and (max-width: 768px) {
  .products__item-text {
    gap: 2rem;
  }
}
.products__related {
  margin-top: 4.8rem;
}
@media all and (max-width: 768px) {
  .products__related {
    margin-top: 3.2rem;
  }
}
.products__related-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.2rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media all and (max-width: 768px) {
  .products__related-list {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.products__related-link {
  position: relative;
  display: block;
  border-radius: 0.4rem;
  overflow: hidden;
  text-decoration: none;
  color: #fff;
  transition: opacity 0.3s;
}
.products__related-link:hover {
  opacity: 0.9;
}
.products__related-link:hover .products__related-image img {
  transform: scale(1.04);
}
.products__related-image {
  aspect-ratio: 498/333;
  background-color: #d9d9d9;
}
.products__related-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  transition: transform 0.3s;
}
.products__related-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  pointer-events: none;
}
.products__related-label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.05em;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
}
@media all and (max-width: 768px) {
  .products__related-label {
    font-size: 1.6rem;
  }
}

.products-branding h3,
.products-branding h4,
.products-branding h5 {
  margin-top: 0;
}
.products-branding {
  padding-top: 8rem;
  padding-bottom: 12rem;
}
@media all and (max-width: 768px) {
  .products-branding {
    padding-top: 4.8rem;
    padding-bottom: 7.2rem;
  }
}
.products-branding__head {
  margin-bottom: 5.6rem;
}
@media all and (max-width: 768px) {
  .products-branding__head {
    margin-bottom: 4rem;
  }
}
.products-branding__heading {
  margin-bottom: 2.4rem;
}
.products-branding__lead {
  line-height: 1.9;
}
.products-branding__section {
  margin-bottom: 9.6rem;
}
@media all and (max-width: 768px) {
  .products-branding__section {
    margin-bottom: 6.4rem;
  }
}
.products-branding__sub-heading {
  margin-bottom: 2.4rem;
}
@media all and (max-width: 768px) {
  .products-branding__sub-heading {
    margin-bottom: 1.6rem;
  }
}
.products-branding__btn-wrap {
  margin: 2.4rem 0;
}
.products-branding__photos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.4rem;
  list-style: none;
  padding: 0;
  margin: 3.2rem 0;
}
@media all and (max-width: 768px) {
  .products-branding__photos {
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }
}
.products-branding__photos li {
  aspect-ratio: 524/371;
  overflow: hidden;
  border-radius: 0.4rem;
  background-color: #d9d9d9;
}
.products-branding__photos img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.products-branding__advice {
  margin: 3.2rem 0;
  padding: 2.4rem 3.2rem;
  background: #fffbf8;
  border-radius: 0.8rem;
}
@media all and (max-width: 768px) {
  .products-branding__advice {
    padding: 2rem 2rem;
  }
}
.products-branding__advice-title {
  margin-bottom: 0.8rem;
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: #e55441;
}
@media all and (max-width: 768px) {
  .products-branding__advice-title {
    font-size: 1.6rem;
  }
}
.products-branding__story {
  margin-top: 4.8rem;
  padding: 4rem;
  background: #f8efe6;
  border-radius: 0.8rem;
}
@media all and (max-width: 768px) {
  .products-branding__story {
    margin-top: 3.2rem;
    padding: 2.8rem 2rem;
  }
}
.products-branding__story-head {
  position: relative;
  text-align: center;
  margin-bottom: 2.4rem;
}
.products-branding__story-pig {
  position: absolute;
  top: -2rem;
  left: 50%;
  transform: translateX(calc(-50% - 18rem));
  width: 7.7rem;
  height: auto;
  display: block;
}
@media all and (max-width: 768px) {
  .products-branding__story-pig {
    width: 6.5rem;
    transform: translateX(calc(-50% - 15rem));
  }
}
.products-branding__story-heading {
  margin-bottom: 0.8rem;
  text-align: center;
  border-bottom: none;
  padding-bottom: 0;
}
.products-branding__story-sub {
  text-align: center;
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 2.2rem;
  font-weight: 500;
  color: #3b320f;
  margin: 0;
}
@media all and (max-width: 768px) {
  .products-branding__story-sub {
    font-size: 1.8rem;
  }
}
.products-branding__story-body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.2rem;
  align-items: start;
}
@media all and (max-width: 768px) {
  .products-branding__story-body {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.products-branding__story-image {
  aspect-ratio: 487/351;
  overflow: hidden;
  border-radius: 0.4rem;
  background-color: #d9d9d9;
}
.products-branding__story-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.products-branding__story-slider {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.products-branding__story-slides {
  position: relative;
  min-height: 18rem;
}
@media all and (max-width: 768px) {
  .products-branding__story-slides {
    min-height: 20rem;
  }
}
.products-branding__story-slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s;
}
.products-branding__story-slide.is-active {
  opacity: 1;
  visibility: visible;
}
.products-branding__story-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
  margin-top: auto;
}
.products-branding__story-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  transition: opacity 0.3s;
}
.products-branding__story-btn:hover {
  opacity: 0.7;
}
.products-branding__story-btn:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.products-branding__story-btn img {
  width: 2.8rem;
  height: 2.8rem;
  display: block;
}
.products-branding__story-counter {
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.5rem;
  color: #3b320f;
  min-width: 4rem;
  text-align: center;
}
.products-branding__media {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: start;
}
@media all and (max-width: 768px) {
  .products-branding__media {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.products-branding__media-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
}
.products-branding__media-image {
  aspect-ratio: 541/383;
  overflow: hidden;
  border-radius: 0.4rem;
  background-color: #d9d9d9;
}
.products-branding__media-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.products-branding__related {
  margin-top: 8rem;
}
@media all and (max-width: 768px) {
  .products-branding__related {
    margin-top: 5.6rem;
  }
}
.products-branding__related-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media all and (max-width: 768px) {
  .products-branding__related-list {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.products-branding__related-link {
  position: relative;
  display: block;
  border-radius: 0.4rem;
  overflow: hidden;
  text-decoration: none;
  color: #fff;
  transition: opacity 0.3s;
}
.products-branding__related-link:hover {
  opacity: 0.9;
}
.products-branding__related-link:hover .products-branding__related-image img {
  transform: scale(1.04);
}
.products-branding__related-image {
  aspect-ratio: 353/333;
  background-color: #d9d9d9;
}
.products-branding__related-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  transition: transform 0.3s;
}
.products-branding__related-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  pointer-events: none;
}
.products-branding__related-label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.7rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.05em;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
  text-align: center;
  line-height: 1.4;
}
@media all and (max-width: 768px) {
  .products-branding__related-label {
    font-size: 1.5rem;
  }
}

.products-processed h3, .products-processed h4, .products-processed h5 {
  margin-top: 0;
}
.products-processed {
  padding-top: 8rem;
  padding-bottom: 12rem;
}
@media all and (max-width: 768px) {
  .products-processed {
    padding-top: 4.8rem;
    padding-bottom: 7.2rem;
  }
}
.products-processed__item {
  margin-bottom: 7.2rem;
}
@media all and (max-width: 768px) {
  .products-processed__item {
    margin-bottom: 4.8rem;
  }
}
.products-processed__heading {
  margin-bottom: 2.4rem;
}
@media all and (max-width: 768px) {
  .products-processed__heading {
    margin-bottom: 1.6rem;
  }
}
.products-processed__body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: start;
}
@media all and (max-width: 768px) {
  .products-processed__body {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.products-processed__text {
  line-height: 1.9;
}
.products-processed__image {
  aspect-ratio: 541/383;
  overflow: hidden;
  border-radius: 0.4rem;
  background-color: #d9d9d9;
}
.products-processed__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.products-processed__related {
  margin-top: 8rem;
}
@media all and (max-width: 768px) {
  .products-processed__related {
    margin-top: 5.6rem;
  }
}
.products-processed__related-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media all and (max-width: 768px) {
  .products-processed__related-list {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.products-processed__related-link {
  position: relative;
  display: block;
  border-radius: 0.4rem;
  overflow: hidden;
  text-decoration: none;
  color: #fff;
  transition: opacity 0.3s;
}
.products-processed__related-link:hover {
  opacity: 0.9;
}
.products-processed__related-link:hover .products-processed__related-image img {
  transform: scale(1.04);
}
.products-processed__related-image {
  aspect-ratio: 353/333;
  background-color: #d9d9d9;
}
.products-processed__related-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  transition: transform 0.3s;
}
.products-processed__related-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  pointer-events: none;
}
.products-processed__related-label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.7rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.05em;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
  text-align: center;
  line-height: 1.4;
}
@media all and (max-width: 768px) {
  .products-processed__related-label {
    font-size: 1.5rem;
  }
}

.products-catalog h3,
.products-catalog h4,
.products-catalog h5 {
  margin-top: 0;
}
.products-catalog__confirm-lead {
  margin-top: 1.6rem;
  line-height: 1.8;
}
.products-catalog--confirm .m-flow, .products-catalog--thanks .m-flow {
  display: block;
  margin: 4rem auto;
}
.products-catalog__thanks-body {
  text-align: center;
  margin: 4rem 0 4.8rem;
}
.products-catalog__thanks-lead {
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 2rem;
  margin-bottom: 2rem;
}
@media all and (max-width: 768px) {
  .products-catalog__thanks-lead {
    font-size: 1.7rem;
  }
}
.products-catalog__thanks-text {
  line-height: 1.9;
  margin-bottom: 2rem;
}
.products-catalog__thanks-notes {
  font-size: 1.3rem;
  color: rgba(59, 50, 15, 0.7);
}
.products-catalog__thanks-btn {
  text-align: center;
  margin-top: 4rem;
}
.products-catalog .contactform--confirm {
  width: 100%;
  max-width: 82rem;
  margin: 3.2rem auto;
  border-collapse: collapse;
}
.products-catalog .contactform--confirm th,
.products-catalog .contactform--confirm td {
  padding: 1.2rem 1.6rem;
  border-bottom: 1px solid #e0d4c9;
  text-align: left;
  vertical-align: top;
}
.products-catalog .contactform--confirm th {
  width: 22rem;
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
  color: #3b320f;
}
.products-catalog .contactform--confirm th[colspan="2"] {
  background: #f8efe6;
  font-size: 1.7rem;
  padding: 1.4rem 1.6rem;
}
.products-catalog {
  padding-top: 8rem;
  padding-bottom: 12rem;
}
@media all and (max-width: 768px) {
  .products-catalog {
    padding-top: 4.8rem;
    padding-bottom: 7.2rem;
  }
}
.products-catalog__head {
  margin-bottom: 4rem;
}
@media all and (max-width: 768px) {
  .products-catalog__head {
    margin-bottom: 2.8rem;
  }
}
.products-catalog__heading {
  margin-bottom: 3.2rem;
}
@media all and (max-width: 768px) {
  .products-catalog__heading {
    margin-bottom: 2rem;
  }
}
.products-catalog__hero {
  display: grid;
  grid-template-columns: 319fr 441fr;
  gap: 0;
  max-width: 80rem;
  margin: 0 auto;
}
@media all and (max-width: 768px) {
  .products-catalog__hero {
    grid-template-columns: 1fr;
    max-width: 42rem;
  }
}
.products-catalog__hero-image {
  aspect-ratio: 319/449;
  overflow: hidden;
  background-color: #d9d9d9;
}
.products-catalog__hero-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.products-catalog__hero-card {
  background: #004b36;
  color: #fff;
  padding: 3.2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.6rem;
  text-align: center;
}
@media all and (max-width: 768px) {
  .products-catalog__hero-card {
    padding: 2.8rem 2rem;
    gap: 1.2rem;
  }
}
.products-catalog__hero-jp {
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media all and (max-width: 768px) {
  .products-catalog__hero-jp {
    font-size: 1.8rem;
  }
}
.products-catalog__hero-en {
  font-family: "SN Pro", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media all and (max-width: 768px) {
  .products-catalog__hero-en {
    font-size: 2rem;
  }
}
.products-catalog__hero-btn-wrap {
  margin-top: 1.2rem;
}
.products-catalog__hero-btn-wrap .c-btn {
  background: #fff;
  border-color: #fff;
}
.products-catalog__hero-btn-wrap .c-btn__label {
  color: #004b36;
}
.products-catalog__notice {
  padding: 2rem 2.4rem;
  background: #ffebeb;
  text-align: center;
  border-radius: 0.4rem;
  margin-bottom: 4rem;
}
@media all and (max-width: 768px) {
  .products-catalog__notice {
    padding: 1.6rem 2rem;
    margin-bottom: 2.8rem;
  }
}
.products-catalog__notice-text {
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.6rem;
  color: #3b320f;
}
@media all and (max-width: 768px) {
  .products-catalog__notice-text {
    font-size: 1.4rem;
  }
}
.products-catalog__period {
  text-align: center;
  margin-bottom: 4rem;
  padding: 2.4rem 2rem;
  background: #ffebeb;
  border-radius: 0.4rem;
}
@media all and (max-width: 768px) {
  .products-catalog__period {
    margin-bottom: 2.8rem;
    padding: 2rem 1.6rem;
  }
}
.products-catalog__period-heading {
  margin-bottom: 0.8rem;
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 2.2rem;
  font-weight: 500;
  color: #e55441;
}
@media all and (max-width: 768px) {
  .products-catalog__period-heading {
    font-size: 1.8rem;
  }
}
.products-catalog__period-date {
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  color: #3b320f;
}
@media all and (max-width: 768px) {
  .products-catalog__period-date {
    font-size: 1.6rem;
  }
}
.products-catalog__how {
  margin-bottom: 5.6rem;
  padding: 3.2rem 4rem;
  background: #fcf9f9;
  border-radius: 0.8rem;
}
@media all and (max-width: 768px) {
  .products-catalog__how {
    margin-bottom: 4rem;
    padding: 2.4rem 2rem;
  }
}
.products-catalog__how-heading {
  margin-bottom: 1.6rem;
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 2.2rem;
  font-weight: 500;
  color: #e55441;
  text-align: center;
}
@media all and (max-width: 768px) {
  .products-catalog__how-heading {
    font-size: 1.8rem;
  }
}
.products-catalog__how-steps {
  margin-bottom: 1.2rem;
  padding-left: 0.8rem;
  line-height: 2;
}
.products-catalog__how-detail {
  display: inline-block;
  margin-top: 0.2rem;
  color: rgba(59, 50, 15, 0.7);
  font-size: 1.4rem;
}
.products-catalog__how-note {
  font-size: 1.3rem;
  color: rgba(59, 50, 15, 0.7);
}
@media all and (max-width: 768px) {
  .products-catalog__how-note {
    font-size: 1.2rem;
  }
}
.products-catalog__form {
  max-width: 82rem;
  margin: 0 auto 8rem;
  display: flex;
  flex-direction: column;
  gap: 5.6rem;
}
@media all and (max-width: 768px) {
  .products-catalog__form {
    gap: 4rem;
    margin-bottom: 5.6rem;
  }
}
.products-catalog__fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
.products-catalog__legend {
  margin-bottom: 2.4rem;
  font-size: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
  flex-wrap: wrap;
}
@media all and (max-width: 768px) {
  .products-catalog__legend {
    margin-bottom: 1.6rem;
  }
}
.products-catalog__recipient-no {
  margin-left: 0.8rem;
  font-size: 1.5rem;
  color: #e55441;
}
.products-catalog__recipient-remove {
  margin-left: auto;
  padding: 0.4rem 1.2rem;
  background: #fff;
  border: 1px solid #e55441;
  border-radius: 99.9rem;
  color: #e55441;
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.2rem;
  cursor: pointer;
  transition: background 0.3s, color 0.3s;
}
.products-catalog__recipient-remove:hover {
  background: #e55441;
  color: #fff;
}
.products-catalog__field {
  margin-bottom: 2rem;
}
@media all and (max-width: 768px) {
  .products-catalog__field {
    margin-bottom: 1.6rem;
  }
}
.products-catalog__field--row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
@media all and (max-width: 768px) {
  .products-catalog__field--row {
    grid-template-columns: 1fr;
  }
}
.products-catalog__label {
  display: block;
  margin-bottom: 0.8rem;
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #3b320f;
}
@media all and (max-width: 768px) {
  .products-catalog__label {
    font-size: 1.4rem;
  }
}
.products-catalog__sub-label {
  display: block;
  margin-bottom: 0.4rem;
  font-size: 1.3rem;
  color: rgba(59, 50, 15, 0.7);
}
.products-catalog__required {
  display: inline-block;
  margin-left: 0.8rem;
  padding: 0.2rem 0.8rem;
  background: #e55441;
  color: #fff;
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  border-radius: 0.2rem;
  vertical-align: middle;
}
.products-catalog__input,
.products-catalog .wpcf7-form-control:not([type=checkbox]):not([type=radio]):not(.wpcf7-submit):not(.wpcf7-previous):not(.wpcf7-acceptance) {
  width: 100%;
  padding: 1rem 1.4rem;
  font-size: 1.6rem;
  line-height: 1.6;
  font-family: inherit;
  color: #3b320f;
  background-color: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 0.4rem;
  box-sizing: border-box;
  transition: border-color 0.3s;
}
.products-catalog__input:focus,
.products-catalog .wpcf7-form-control:not([type=checkbox]):not([type=radio]):not(.wpcf7-submit):not(.wpcf7-previous):not(.wpcf7-acceptance):focus {
  outline: none;
  border-color: #e55441;
}
.products-catalog__input--zip,
.products-catalog .wpcf7-form-control[name$=-zip],
.products-catalog .wpcf7-form-control[name$=-zip-1] {
  max-width: 18rem;
}
.products-catalog__input--qty,
.products-catalog .products-catalog__input--qty {
  max-width: 16rem;
}
.products-catalog select.products-catalog__input,
.products-catalog select.wpcf7-form-control,
.products-catalog .wpcf7-form-control.wpcf7-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'><polygon points='0,0 12,0 6,8' fill='%233b320f'/></svg>");
  background-repeat: no-repeat;
  background-position: right 1.4rem center;
  background-size: 1rem auto;
  padding-right: 4rem;
  cursor: pointer;
}
.products-catalog input.wpcf7-date,
.products-catalog .wpcf7-form-control.wpcf7-date {
  min-height: 4.4rem;
}
.products-catalog input.wpcf7-date::-webkit-calendar-picker-indicator,
.products-catalog .wpcf7-form-control.wpcf7-date::-webkit-calendar-picker-indicator {
  cursor: pointer;
}
.products-catalog__address {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.products-catalog__address-row {
  display: flex;
  flex-direction: column;
}
.products-catalog__radio-group {
  display: flex;
  gap: 2.4rem;
  margin-top: 0.4rem;
}
@media all and (max-width: 768px) {
  .products-catalog__radio-group {
    gap: 1.6rem;
  }
}
.products-catalog__radio {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  cursor: pointer;
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.5rem;
}
.products-catalog__field-hint {
  margin-top: 0.8rem;
  font-size: 1.3rem;
  color: rgba(59, 50, 15, 0.7);
}
.products-catalog__field--noshi {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.2rem 2rem;
}
.products-catalog__field--noshi > .products-catalog__label {
  width: 100%;
  margin-bottom: 0;
}
.products-catalog__field--noshi > .wpcf7-form-control-wrap[data-name^=recipient-noshi-]:not([data-name*=type]):not([data-name*=name]) {
  flex: 0 0 auto;
}
.products-catalog__field--noshi > .wpcf7-form-control-wrap[data-name*=noshi-type] {
  flex: 1 1 28rem;
  min-width: 28rem;
}
.products-catalog__field--noshi .wpcf7-radio {
  display: inline-flex;
  align-items: center;
  gap: 2rem;
}
.products-catalog__field--noshi .wpcf7-list-item {
  margin: 0;
}
.products-catalog__field--noshi .wpcf7-list-item-label {
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.5rem;
}
.products-catalog__field--noshi .products-catalog__field-hint {
  width: 100%;
  margin-top: 0;
  color: #0062ac;
  font-size: 1.4rem;
}
@media all and (max-width: 768px) {
  .products-catalog__field--noshi .products-catalog__field-hint {
    font-size: 1.3rem;
  }
}
.products-catalog__add {
  margin: 2.4rem 0 0.8rem;
  text-align: center;
}
.products-catalog__add-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  padding: 1.2rem 2.8rem;
  background: #fff;
  border: 1px solid #e55441;
  color: #e55441;
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  border-radius: 99.9rem;
  cursor: pointer;
  transition: background 0.3s, color 0.3s;
}
.products-catalog__add-btn:hover {
  background: #e55441;
  color: #fff;
}
.products-catalog__policy {
  border: 1px solid #e0d4c9;
  border-radius: 0.4rem;
  max-height: 16rem;
  overflow-y: auto;
  padding: 2rem;
  margin: 1.5rem 0 0;
  background: #fff;
}
.products-catalog__policy p {
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #5c4c3d;
  line-height: 1.8;
  text-align: left;
}
.products-catalog__agree {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.6rem;
  color: #3b320f;
  cursor: pointer;
  margin-top: 2rem;
}
.products-catalog__agree input[type=checkbox] {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  width: 2rem;
  height: 2rem;
  margin: 0;
  flex-shrink: 0;
  background-color: #fff;
  border: 1px solid #e0d4c9;
  border-radius: 0.2rem;
  cursor: pointer;
  position: relative;
  transition: background-color 0.3s, border-color 0.3s;
}
.products-catalog__agree input[type=checkbox]:checked {
  background-color: #e55441;
  border-color: #e55441;
}
.products-catalog__agree input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 0.2rem;
  left: 0.5rem;
  width: 0.7rem;
  height: 1.2rem;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
}
.products-catalog__submit {
  text-align: center;
  margin-top: 3.2rem;
}
.products-catalog__brand {
  margin-top: 8rem;
  padding: 4rem;
  background: #f8efe6;
  border-radius: 0.8rem;
}
@media all and (max-width: 768px) {
  .products-catalog__brand {
    margin-top: 5.6rem;
    padding: 2.8rem 2rem;
  }
}
.products-catalog__brand-heading {
  margin-bottom: 2.8rem;
  border-bottom: none;
  padding-bottom: 0;
  text-align: center;
}
.products-catalog__brand-body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.2rem;
  align-items: start;
}
@media all and (max-width: 768px) {
  .products-catalog__brand-body {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.products-catalog__brand-image {
  aspect-ratio: 541/383;
  overflow: hidden;
  border-radius: 0.4rem;
  background-color: #d9d9d9;
}
.products-catalog__brand-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.products-catalog__brand-text {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.products-catalog__brand-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.products-catalog__brand-list li {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.products-catalog__brand-name {
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  color: #e55441;
}
@media all and (max-width: 768px) {
  .products-catalog__brand-name {
    font-size: 1.7rem;
  }
}
.products-catalog__brand-note {
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.3rem;
  color: rgba(59, 50, 15, 0.7);
}
.products-catalog__brand-btn-wrap {
  margin-top: 1.2rem;
}
.products-catalog__related {
  margin-top: 5.6rem;
}
.products-catalog__related-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.2rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media all and (max-width: 768px) {
  .products-catalog__related-list {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.products-catalog__related-link {
  position: relative;
  display: block;
  border-radius: 0.4rem;
  overflow: hidden;
  text-decoration: none;
  color: #fff;
  transition: opacity 0.3s;
}
.products-catalog__related-link:hover {
  opacity: 0.9;
}
.products-catalog__related-link:hover .products-catalog__related-image img {
  transform: scale(1.04);
}
.products-catalog__related-image {
  aspect-ratio: 498/333;
  background-color: #d9d9d9;
}
.products-catalog__related-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  transition: transform 0.3s;
}
.products-catalog__related-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  pointer-events: none;
}
.products-catalog__related-label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.05em;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
}
@media all and (max-width: 768px) {
  .products-catalog__related-label {
    font-size: 1.6rem;
  }
}

.recruit-works-page h3, .recruit-works-page h4, .recruit-works-page h5 {
  margin-top: 0;
}
.recruit-works-page {
  background: #fff;
  padding-top: 8rem;
  padding-bottom: 21.5rem;
}
@media all and (max-width: 768px) {
  .recruit-works-page {
    padding-top: 4.8rem;
    padding-bottom: 16rem;
  }
}
.recruit-works-page__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.2rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media all and (max-width: 992px) {
  .recruit-works-page__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (max-width: 768px) {
  .recruit-works-page__list {
    grid-template-columns: 1fr;
    gap: 2.8rem;
  }
}
.recruit-works-page__item {
  margin: 0;
}
.recruit-works-page__link {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  height: 100%;
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s;
}
.recruit-works-page__link:hover {
  opacity: 0.85;
}
.recruit-works-page__link:hover .recruit-works-page__image img {
  transform: scale(1.04);
}
.recruit-works-page__name {
  margin: 0;
  border-bottom: none;
  padding-bottom: 0;
}
.recruit-works-page__lead {
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.7;
  color: #3b320f;
}
@media all and (max-width: 768px) {
  .recruit-works-page__lead {
    font-size: 1.5rem;
  }
}
.recruit-works-page__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 1.2rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
.recruit-works-page__tag {
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.3rem;
  color: #e55441;
}
.recruit-works-page__image {
  margin-top: auto;
  aspect-ratio: 342/217;
  overflow: hidden;
  border-radius: 0.4rem;
  background-color: #d9d9d9;
}
.recruit-works-page__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  transition: transform 0.3s;
}
.recruit-works-page__banner {
  display: block;
  aspect-ratio: 1100/262;
  overflow: hidden;
  border-radius: 0.8rem;
  background-color: #d9d9d9;
  transition: opacity 0.3s;
}
@media all and (max-width: 768px) {
  .recruit-works-page__banner {
    aspect-ratio: 16/9;
  }
}
.recruit-works-page__banner:hover {
  opacity: 0.9;
}
.recruit-works-page__banner:hover img {
  transform: scale(1.02);
}
.recruit-works-page__banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  transition: transform 0.3s;
}

.recruit-interview-page h3, .recruit-interview-page h4, .recruit-interview-page h5 {
  margin-top: 0;
}
.recruit-interview-page {
  background: #fff;
  padding-top: 8rem;
  padding-bottom: 21.5rem;
}
@media all and (max-width: 768px) {
  .recruit-interview-page {
    padding-top: 4.8rem;
    padding-bottom: 16rem;
  }
}
.recruit-interview-page__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.2rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media all and (max-width: 992px) {
  .recruit-interview-page__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (max-width: 768px) {
  .recruit-interview-page__list {
    grid-template-columns: 1fr;
    gap: 2.8rem;
  }
}
.recruit-interview-page__item {
  margin: 0;
}
.recruit-interview-page__link {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  height: 100%;
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s;
}
.recruit-interview-page__link:hover {
  opacity: 0.85;
}
.recruit-interview-page__link:hover .recruit-interview-page__image img {
  transform: scale(1.04);
}
.recruit-interview-page__visual {
  position: relative;
  aspect-ratio: 320/395;
  overflow: hidden;
  border-radius: 0.4rem;
}
.recruit-interview-page__image {
  width: 100%;
  height: 100%;
  background-color: #d9d9d9;
}
.recruit-interview-page__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  transition: transform 0.3s;
}
.recruit-interview-page__copy {
  position: absolute;
  top: 2rem;
  left: 2rem;
  right: 2rem;
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.6;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.5);
}
@media all and (max-width: 768px) {
  .recruit-interview-page__copy {
    font-size: 1.5rem;
  }
}
.recruit-interview-page__body {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.recruit-interview-page__name {
  font-family: "SN Pro", sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #3b320f;
}
@media all and (max-width: 768px) {
  .recruit-interview-page__name {
    font-size: 2.4rem;
  }
}
.recruit-interview-page__meta {
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.5rem;
  line-height: 1.6;
  color: #3b320f;
}
@media all and (max-width: 768px) {
  .recruit-interview-page__meta {
    font-size: 1.4rem;
  }
}
.recruit-interview-page__banner {
  display: block;
  aspect-ratio: 1100/262;
  overflow: hidden;
  border-radius: 0.8rem;
  background-color: #d9d9d9;
  transition: opacity 0.3s;
}
@media all and (max-width: 768px) {
  .recruit-interview-page__banner {
    aspect-ratio: 16/9;
  }
}
.recruit-interview-page__banner:hover {
  opacity: 0.9;
}
.recruit-interview-page__banner:hover img {
  transform: scale(1.02);
}
.recruit-interview-page__banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  transition: transform 0.3s;
}

/**************************************************
  utilities
***************************************************/
/* ---------- clear ---------- */
.u-clearfix {
  zoom: 1;
}
.u-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

@media all and (min-width: 769px) {
  .u-float-left {
    float: left;
  }
  .u-float-right {
    float: right;
  }
}
.u-clear {
  clear: both;
}

.u-hidden {
  display: none;
}

/* ---------- text ---------- */
.u-text-bold {
  font-weight: bold;
}

.u-text-underline {
  text-decoration: underline;
}

.u-text-sm {
  font-size: 88%;
}

.u-text-xs {
  font-size: 75%;
}

.u-text-lg {
  font-size: 113%;
}

.u-text-x-lg {
  font-size: 140%;
}

.u-valign-top {
  vertical-align: top;
}

.u-valign-middle {
  vertical-align: middle;
}

.u-valign-bottom {
  vertical-align: bottom;
}

.u-text-center,
.u-text-center th,
.u-text-center td {
  text-align: center;
}

.u-text-right,
.u-text-right th,
.u-text-right td {
  text-align: right;
}

.u-text-left,
.u-text-left th,
.u-text-left td {
  text-align: left;
}

.u-image-text {
  overflow: hidden;
}

.u-text-top {
  vertical-align: top;
}

.u-text-middle {
  vertical-align: middle;
}

.u-text-bottom {
  vertical-align: bottom;
}

.u-word-break {
  word-break: break-all;
}

.u-nowrap {
  white-space: nowrap;
}

/* ---------- margin ---------- */
.u-margin-first {
  margin-top: 0;
}

.u-margin-zero {
  margin-bottom: 0;
}

.u-margin-half {
  margin-bottom: calc(2rem / 2);
}

.u-margin-default {
  margin-bottom: 2rem;
}

.u-margin-double {
  margin-bottom: calc(2rem * 2);
}

/* ---------- devices ---------- */
@media all and (min-width: 769px) {
  .u-sp {
    display: none;
  }
}
@media all and (max-width: 768px) {
  .u-pc {
    display: none;
  }
}
/* ---------- spacing ---------- */
.u-mt0 {
  margin-top: 0px !important;
}

.u-mb0 {
  margin-bottom: 0px !important;
}

.u-pt0 {
  padding-top: 0px !important;
}

.u-pb0 {
  padding-bottom: 0px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-pt10 {
  padding-top: 10px !important;
}

.u-pb10 {
  padding-bottom: 10px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-pt20 {
  padding-top: 20px !important;
}

.u-pb20 {
  padding-bottom: 20px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-pt30 {
  padding-top: 30px !important;
}

.u-pb30 {
  padding-bottom: 30px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-pt40 {
  padding-top: 40px !important;
}

.u-pb40 {
  padding-bottom: 40px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-pt50 {
  padding-top: 50px !important;
}

.u-pb50 {
  padding-bottom: 50px !important;
}

.u-mt60 {
  margin-top: 60px !important;
}

.u-mb60 {
  margin-bottom: 60px !important;
}

.u-pt60 {
  padding-top: 60px !important;
}

.u-pb60 {
  padding-bottom: 60px !important;
}

.u-mt70 {
  margin-top: 70px !important;
}

.u-mb70 {
  margin-bottom: 70px !important;
}

.u-pt70 {
  padding-top: 70px !important;
}

.u-pb70 {
  padding-bottom: 70px !important;
}

.u-mt80 {
  margin-top: 80px !important;
}

.u-mb80 {
  margin-bottom: 80px !important;
}

.u-pt80 {
  padding-top: 80px !important;
}

.u-pb80 {
  padding-bottom: 80px !important;
}

.u-mt90 {
  margin-top: 90px !important;
}

.u-mb90 {
  margin-bottom: 90px !important;
}

.u-pt90 {
  padding-top: 90px !important;
}

.u-pb90 {
  padding-bottom: 90px !important;
}

.u-mt100 {
  margin-top: 100px !important;
}

.u-mb100 {
  margin-bottom: 100px !important;
}

.u-pt100 {
  padding-top: 100px !important;
}

.u-pb100 {
  padding-bottom: 100px !important;
}

/* -----------------------------------------------
  Accessibility
-------------------------------------------------- */
.screen-reader-text {
  position: absolute;
  top: -1000em;
  transition: 0.3s;
}
.screen-reader-text:focus {
  left: 6px;
  top: 6px;
  height: auto;
  width: auto;
  display: block;
  font-size: 14px;
  font-weight: 600;
  padding: 15px 23px 14px;
  background: #f0f0f1;
  color: #2271b1;
  z-index: 100000;
  line-height: normal;
  text-decoration: none;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}

.is-current {
  pointer-events: none;
  text-decoration: none;
}

.u-no-link {
  text-decoration: none !important;
  color: inherit !important;
  pointer-events: none;
}

.u-no-link--tel {
  pointer-events: auto;
}
@media all and (max-width: 768px) {
  .u-no-link--tel {
    text-decoration: underline !important;
  }
}

/* -----------------------------------------------
  admin bar
-------------------------------------------------- */
html {
  margin-top: 0 !important;
}

#wpadminbar {
  transition: 0.3s;
  opacity: 0.2;
}
#wpadminbar:hover {
  opacity: 1;
}
@media all and (max-width: 768px) {
  #wpadminbar {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */
