@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

* {
  line-height: 1.5;
  list-style: none;
}

body {
  font-family: "Yu Gothic", "YuGothic", sans-serif;
}

@media screen and (max-width: 600px) {
  .pc-on {
    display: none;
  }
}

.tb-on {
  display: none;
}
@media screen and (max-width: 1024px) {
  .tb-on {
    display: block;
  }
}

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

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

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

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

.bold {
  font-weight: bold;
}

.dib {
  display: inline-block;
}

.inner {
  max-width: calc(1080px + 10%);
  margin: 0 auto;
  padding: 0 5%;
}

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

a {
  transition: 0.2s opacity;
}
@media (hover: hover) and (pointer: fine) {
  a:hover {
    opacity: 0.6;
  }
}

.page_btn {
  position: relative;
  z-index: 0;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid #64361f;
  background: var(--page-btn-bg);
  color: var(--page-btn-color);
  transition: color 0.4s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.2s;
}
.page_btn::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: var(--page-btn-hover-bg);
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
@media (hover: hover) and (pointer: fine) {
  .page_btn:hover {
    color: var(--page-btn-hover-color);
    opacity: 1;
  }
  .page_btn:hover::before {
    transform: scaleX(1);
    transform-origin: left center;
  }
}

.page_btn_brown {
  --page-btn-bg: #64361f;
  --page-btn-color: #fff;
  --page-btn-hover-bg: #fef9e9;
  --page-btn-hover-color: #64361f;
}

.page_btn_base {
  --page-btn-bg: #fef9e9;
  --page-btn-color: #64361f;
  --page-btn-hover-bg: #64361f;
  --page-btn-hover-color: #fff;
  width: 300px;
  height: 60px;
  padding: 0;
  display: grid;
  font-family: "Yu Gothic", "YuGothic", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  place-items: center;
  text-align: center;
}
@media screen and (max-width: 1919px) {
  .page_btn_base {
    width: max(240px, 240px + 60 * (100vw - 375px) / 1544);
    height: max(48px, 48px + 12 * (100vw - 375px) / 1544);
    font-size: max(16px, 16px + 2 * (100vw - 375px) / 1544);
  }
}

.fade-in,
.fade-in-up,
.fade-in-left,
.fade-in-right {
  opacity: 0;
}
.fade-in.is-visible,
.fade-in-up.is-visible,
.fade-in-left.is-visible,
.fade-in-right.is-visible {
  opacity: 1;
}

.fade-in {
  transition: opacity 0.6s, transform 0.6s;
}

.fade-in-up {
  transform: translateY(100px);
  transition: opacity 0.6s, transform 0.6s;
}
.fade-in-up.is-visible {
  transform: translateY(0);
}

.fade-in-left {
  transform: translateX(-100px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.fade-in-left.is-visible {
  transform: translateX(0);
}

.fade-in-right {
  transform: translateX(100px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.fade-in-right.is-visible {
  transform: translateX(0);
}

.header {
  position: sticky;
  top: 0;
  z-index: 100;
  width: 100%;
  background: #fef9e9;
}
.header .header_inner {
  height: 160px;
  width: 100%;
  padding: 0 60px 0 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 601px) and (max-width: 1919px) {
  .header .header_inner {
    height: max(70px, 70px + 90 * (100vw - 601px) / 1318);
    padding-right: max(20px, 20px + 40 * (100vw - 601px) / 1318);
    padding-left: max(20px, 20px + 30 * (100vw - 601px) / 1318);
  }
}
@media screen and (max-width: 600px) {
  .header .header_inner {
    height: 50px;
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media screen and (min-width: 375px) and (max-width: 600px) {
  .header .header_inner {
    height: clamp(50px, 50px + 20 * (100vw - 375px) / 225, 70px);
    padding-right: clamp(10px, 10px + 10 * (100vw - 375px) / 225, 20px);
    padding-left: clamp(10px, 10px + 10 * (100vw - 375px) / 225, 20px);
  }
}
.header .header_logo {
  flex: 0 0 auto;
  width: 336px;
}
@media screen and (min-width: 601px) and (max-width: 1919px) {
  .header .header_logo {
    width: max(150px, 150px + 186 * (100vw - 601px) / 1318);
  }
}
@media screen and (max-width: 600px) {
  .header .header_logo {
    width: 132px;
  }
}
.header .header_logo a,
.header .header_logo img {
  width: 100%;
}
.header .header_nav {
  display: flex;
  align-items: center;
  gap: 66px;
}
@media screen and (min-width: 601px) and (max-width: 1919px) {
  .header .header_nav {
    gap: max(12px, 12px + 54 * (100vw - 601px) / 1318);
  }
}
@media screen and (max-width: 600px) {
  .header .header_nav {
    display: none;
  }
}
.header .header_nav .header_nav_list {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media screen and (min-width: 601px) and (max-width: 1919px) {
  .header .header_nav .header_nav_list {
    gap: max(8px, 8px + 32 * (100vw - 601px) / 1318);
  }
}
.header .header_nav .header_nav_list a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #231815;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 601px) and (max-width: 1919px) {
  .header .header_nav .header_nav_list a {
    gap: max(4px, 4px + 6 * (100vw - 601px) / 1318);
    font-size: max(10px, 10px + 8 * (100vw - 601px) / 1318);
  }
}
.header .header_nav .header_nav_list a::before {
  content: "";
  width: 21px;
  height: 21px;
  aspect-ratio: 1/1;
  flex: 0 0 auto;
  background: url("../img/icon_tane.png") center/contain no-repeat;
}
@media screen and (min-width: 601px) and (max-width: 1919px) {
  .header .header_nav .header_nav_list a::before {
    width: max(8px, 8px + 13 * (100vw - 601px) / 1318);
    height: max(8px, 8px + 13 * (100vw - 601px) / 1318);
  }
}
@media (hover: hover) and (pointer: fine) {
  .header .header_nav .header_nav_list a:hover {
    opacity: 0.5;
  }
}
.header .header_nav .header_contact {
  height: 60px;
  width: 170px;
  padding: 0 16px;
  display: grid;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  place-items: center;
  text-align: center;
}
@media screen and (min-width: 601px) and (max-width: 1919px) {
  .header .header_nav .header_contact {
    height: max(40px, 40px + 20 * (100vw - 601px) / 1318);
    width: max(100px, 100px + 70 * (100vw - 601px) / 1318);
    font-size: max(10px, 10px + 6 * (100vw - 601px) / 1318);
  }
}
.header .hamburger {
  display: none;
}
@media screen and (max-width: 600px) {
  .header .hamburger {
    width: 30px;
    height: 24px;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    color: #000;
    cursor: pointer;
  }
}
.header .hamburger .hamburger_icon {
  position: relative;
  width: 30px;
  height: 9px;
  display: block;
}
.header .hamburger .hamburger_icon i {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000;
  transition: top 0.35s cubic-bezier(0.22, 1, 0.36, 1), transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.header .hamburger .hamburger_icon i:first-child {
  top: 0;
}
.header .hamburger .hamburger_icon i:last-child {
  top: 8px;
}
.header .hamburger .hamburger_text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 9px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.06em;
}
.header .hamburger .hamburger_text span:last-child {
  display: none;
}
.header .hamburger.active .hamburger_icon i {
  top: 4px;
}
.header .hamburger.active .hamburger_icon i:first-child {
  transform: rotate(28deg);
}
.header .hamburger.active .hamburger_icon i:last-child {
  transform: rotate(-28deg);
}
.header .hamburger.active .hamburger_text span:first-child {
  display: none;
}
.header .hamburger.active .hamburger_text span:last-child {
  display: inline;
}
.header .sp_menu {
  display: none;
}
@media screen and (max-width: 600px) {
  .header .sp_menu {
    position: fixed;
    top: 50px;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    overflow-y: auto;
    padding: 64px 20px 80px;
    background: #64361f;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-12px);
    transition: opacity 0.35s cubic-bezier(0.22, 1, 0.36, 1), transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), visibility 0.35s;
    pointer-events: none;
  }
}
@media screen and (min-width: 375px) and (max-width: 600px) {
  .header .sp_menu {
    top: clamp(50px, 50px + 20 * (100vw - 375px) / 225, 70px);
    padding-top: clamp(64px, 64px + 16 * (100vw - 375px) / 225, 80px);
  }
}
@media screen and (max-width: 600px) {
  .header .sp_menu.open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
  }
}
.header .sp_menu nav {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.header .sp_menu ul {
  width: max-content;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 34px;
  text-align: left;
}
.header .sp_menu ul a {
  color: #fff;
  font-family: "Yu Gothic", "YuGothic", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.header .sp_menu .sp_menu_contact {
  width: 170px;
  height: 60px;
  margin-top: 34px;
  padding: 0 12px;
  display: grid;
  background: #fff;
  color: #64361f;
  font-family: "Yu Gothic", "YuGothic", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  place-items: center;
  text-align: center;
}

body.no_scroll {
  overflow: hidden;
}

main.page {
  background-color: #fef9e9;
}

main.page-company {
  color: #231815;
}
main.page-company .company_heading {
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: center;
}
main.page-company .company_heading h2 {
  font-size: 34px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1919px) {
  main.page-company .company_heading h2 {
    font-size: max(28px, 28px + 6 * (100vw - 375px) / 1544);
  }
}
main.page-company .company_heading p {
  margin-top: 4px;
  color: #e77b18;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

section.company-intro {
  padding: 100px 0 0;
}
@media screen and (max-width: 1919px) {
  section.company-intro {
    padding-top: max(72px, 72px + 28 * (100vw - 375px) / 1544);
  }
}
section.company-intro h2 {
  color: #c32e1a;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.375;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 1919px) {
  section.company-intro h2 {
    font-size: max(25px, 25px + 15 * (100vw - 375px) / 1544);
  }
}
section.company-intro .company-intro_content {
  display: grid;
  grid-template-columns: 37.037037% minmax(0, 1fr);
  align-items: start;
  gap: 3.703704%;
  margin-top: 60px;
}
@media screen and (max-width: 1919px) {
  section.company-intro .company-intro_content {
    margin-top: max(42px, 42px + 18 * (100vw - 375px) / 1544);
  }
}
@media screen and (max-width: 600px) {
  section.company-intro .company-intro_content {
    grid-template-columns: 1fr;
    gap: 34px;
  }
}
section.company-intro .company-intro_content figure {
  aspect-ratio: 4/3;
  overflow: hidden;
}
section.company-intro .company-intro_content figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.company-intro .company-intro_content .company-intro_text p {
  font-family: "Yu Gothic", "YuGothic", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.06em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 1919px) {
  section.company-intro .company-intro_content .company-intro_text p {
    font-size: max(13px, 13px + 3 * (100vw - 375px) / 1544);
  }
}

section.company-profile {
  margin-top: 155px;
  padding: 0;
}
@media screen and (max-width: 1919px) {
  section.company-profile {
    margin-top: max(90px, 90px + 65 * (100vw - 375px) / 1544);
  }
}
section.company-profile dl {
  --profile-label-width: 200px;
  --profile-column-gap: 20px;
  display: flex;
  flex-wrap: wrap;
  column-gap: var(--profile-column-gap);
  margin-top: 70px;
}
@media screen and (max-width: 1919px) {
  section.company-profile dl {
    --profile-label-width: max(92px, calc(92px + (200 - 92) * ((100vw - 375px) / (1919 - 375))));
    --profile-column-gap: max(10px, calc(10px + (20 - 10) * ((100vw - 375px) / (1919 - 375))));
    margin-top: max(46px, 46px + 24 * (100vw - 375px) / 1544);
  }
}
section.company-profile dl div {
  display: contents;
}
section.company-profile dl dt,
section.company-profile dl dd {
  padding: 20px;
  font-family: "Yu Gothic", "YuGothic", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1919px) {
  section.company-profile dl dt,
  section.company-profile dl dd {
    padding: max(15px, 15px + 5 * (100vw - 375px) / 1544) max(8px, 8px + 12 * (100vw - 375px) / 1544);
    font-size: max(12px, 12px + 4 * (100vw - 375px) / 1544);
  }
}
section.company-profile dl dt {
  flex: 0 0 var(--profile-label-width);
  border-bottom: 2px solid #de7a22;
}
section.company-profile dl dd {
  flex: 1 1 calc(100% - var(--profile-label-width) - var(--profile-column-gap));
  border-bottom: 1px solid #835e4c;
}
section.company-profile dl div:first-child dt,
section.company-profile dl div:first-child dd {
  padding-top: 0;
}

section.company-history {
  margin-top: 120px;
  padding: 0 0 150px;
}
@media screen and (max-width: 1919px) {
  section.company-history {
    margin-top: max(90px, 90px + 30 * (100vw - 375px) / 1544);
    padding-bottom: max(100px, 100px + 50 * (100vw - 375px) / 1544);
  }
}
section.company-history .company-history_list {
  max-width: 930px;
  margin: 60px auto 0;
  font-feature-settings: "palt";
}
@media screen and (max-width: 1919px) {
  section.company-history .company-history_list {
    margin-top: max(42px, 42px + 18 * (100vw - 375px) / 1544);
  }
}
section.company-history .company-history_year {
  display: grid;
  grid-template-columns: 13.978495% minmax(0, 1fr);
}
@media screen and (max-width: 600px) {
  section.company-history .company-history_year {
    grid-template-columns: 70px minmax(0, 1fr);
  }
}
section.company-history .company-history_year h3 {
  padding: 4px 51px 0 0;
  color: #de7a22;
  font-family: "Yu Gothic", "YuGothic", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.06em;
  text-align: right;
}
@media screen and (max-width: 1919px) {
  section.company-history .company-history_year h3 {
    padding-right: max(14px, 14px + 37 * (100vw - 375px) / 1544);
    font-size: max(13px, 13px + 3 * (100vw - 375px) / 1544);
  }
}
@media screen and (max-width: 600px) {
  section.company-history .company-history_year h3 {
    padding-right: 14px;
    white-space: nowrap;
  }
}
section.company-history .company-history_year .company-history_events {
  position: relative;
  padding: 0 0 24px 51px;
  border-left: 1px solid #835e4c;
}
@media screen and (max-width: 1919px) {
  section.company-history .company-history_year .company-history_events {
    padding-left: max(24px, 24px + 27 * (100vw - 375px) / 1544);
  }
}
section.company-history .company-history_year .company-history_events::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #835e4c;
  transform: translateX(-50%);
}
section.company-history .company-history_year .company-history_events dl {
  display: grid;
  gap: 24px;
}
section.company-history .company-history_year .company-history_events dl div {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 20px;
  font-family: "Yu Gothic", "YuGothic", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1919px) {
  section.company-history .company-history_year .company-history_events dl div {
    grid-template-columns: max(34px, 34px + 10 * (100vw - 375px) / 1544) minmax(0, 1fr);
    gap: max(10px, 10px + 10 * (100vw - 375px) / 1544);
    font-size: max(12px, 12px + 4 * (100vw - 375px) / 1544);
  }
}
section.company-history .company-history_year .company-history_events dl dt {
  font-weight: 700;
  text-align: right;
}
section.company-history .company-history_year:last-child .company-history_events {
  padding-bottom: 0;
}

section.brand-archive {
  padding: 80px 0 180px;
}
@media screen and (max-width: 1919px) {
  section.brand-archive {
    padding: max(56px, 56px + 24 * (100vw - 375px) / 1544) 0 max(100px, 100px + 80 * (100vw - 375px) / 1544);
  }
}
section.brand-archive .inner {
  max-width: calc(1080px + 10%);
}
section.brand-archive .brand-archive_list {
  display: grid;
  gap: 56px;
}
@media screen and (max-width: 1919px) {
  section.brand-archive .brand-archive_list {
    gap: max(24px, 24px + 32 * (100vw - 375px) / 1544);
  }
}
section.brand-archive .brand-archive_item {
  scroll-margin-top: 100px;
}
section.brand-archive .brand-archive_item h2 {
  position: relative;
  z-index: 1;
}
section.brand-archive .brand-archive_item button {
  position: relative;
  display: grid;
  grid-template-columns: 160px 1fr 28px;
  align-items: center;
  width: 100%;
  min-height: 100px;
  padding: 0 60px;
  overflow: hidden;
  background-color: var(--brand-color);
  color: #fff;
  text-align: left;
  cursor: pointer;
}
@media screen and (max-width: 1919px) {
  section.brand-archive .brand-archive_item button {
    grid-template-columns: max(100px, 100px + 60 * (100vw - 375px) / 1544) 1fr 24px;
    min-height: max(72px, 72px + 28 * (100vw - 375px) / 1544);
    padding: 0 max(20px, 20px + 40 * (100vw - 375px) / 1544);
  }
}
@media screen and (max-width: 600px) {
  section.brand-archive .brand-archive_item button {
    grid-template-columns: 100px 1fr 18px;
    padding-right: 12px;
    padding-left: 12px;
  }
}
section.brand-archive .brand-archive_item button:focus-visible {
  outline: 3px solid #e77b18;
  outline-offset: 3px;
}
@media (hover: hover) and (pointer: fine) {
  section.brand-archive .brand-archive_item button:hover .brand-archive_icon {
    transform: translateY(3px);
  }
}
section.brand-archive .brand-archive_item button[aria-expanded=true] .brand-archive_icon {
  transform: rotate(180deg);
}
@media (hover: hover) and (pointer: fine) {
  section.brand-archive .brand-archive_item button[aria-expanded=true]:hover .brand-archive_icon {
    transform: rotate(180deg) translateY(3px);
  }
}
section.brand-archive .brand-archive_item .brand-archive_logo {
  position: absolute;
  top: 50%;
  left: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 144px;
  height: 117px;
  padding: 18px;
  border-radius: 50%;
  background-color: #fff;
  transform: translateY(-50%);
}
@media screen and (max-width: 1919px) {
  section.brand-archive .brand-archive_item .brand-archive_logo {
    left: max(20px, 20px + 44 * (100vw - 375px) / 1544);
    width: max(100px, 100px + 44 * (100vw - 375px) / 1544);
    height: max(81.25px, 81.25px + 35.75 * (100vw - 375px) / 1544);
    padding: max(12px, 12px + 6 * (100vw - 375px) / 1544);
  }
}
@media screen and (max-width: 600px) {
  section.brand-archive .brand-archive_item .brand-archive_logo {
    left: 12px;
  }
}
section.brand-archive .brand-archive_item .brand-archive_logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
section.brand-archive .brand-archive_item .brand-archive_name {
  grid-column: 2;
  padding-left: 33px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1919px) {
  section.brand-archive .brand-archive_item .brand-archive_name {
    padding-left: max(15px, 15px + 18 * (100vw - 375px) / 1544);
    font-size: max(16px, 16px + 16 * (100vw - 375px) / 1544);
  }
}
@media screen and (max-width: 600px) {
  section.brand-archive .brand-archive_item .brand-archive_separator {
    display: none;
  }
}
section.brand-archive .brand-archive_item .brand-archive_icon {
  grid-column: 3;
  width: 0;
  height: 0;
  border-top: 12px solid #fff;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  transition: transform 0.25s ease;
}
@media screen and (max-width: 600px) {
  section.brand-archive .brand-archive_item .brand-archive_icon {
    border-top-width: 9px;
    border-right-width: 6px;
    border-left-width: 6px;
  }
}
section.brand-archive .brand-archive_item .brand-archive_panel {
  height: 0;
  overflow: hidden;
  visibility: hidden;
  background-color: #fff;
  transition: height 0.4s ease, visibility 0s linear 0.4s;
}
section.brand-archive .brand-archive_item .brand-archive_panel.is-open {
  visibility: visible;
  transition: height 0.4s ease;
}
section.brand-archive .brand-archive_item .brand-archive_panel.is-initial-open {
  height: auto;
}
section.brand-archive .brand-archive_item .brand-archive_content {
  padding: 50px 40px;
}
@media screen and (max-width: 1919px) {
  section.brand-archive .brand-archive_item .brand-archive_content {
    padding: max(24px, 24px + 26 * (100vw - 375px) / 1544) max(16px, 16px + 24 * (100vw - 375px) / 1544);
  }
}
section.brand-archive .brand_store {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 400px;
  gap: 60px;
}
@media screen and (min-width: 601px) and (max-width: 1919px) {
  section.brand-archive .brand_store {
    grid-template-columns: minmax(0, 1fr) max(220px, 220px + 180 * (100vw - 601px) / 1318);
    gap: max(28px, 28px + 32 * (100vw - 601px) / 1318);
  }
}
@media screen and (max-width: 600px) {
  section.brand-archive .brand_store {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}
section.brand-archive .brand_store + .brand_store {
  margin-top: 60px;
  padding-top: 60px;
  border-top: 1px solid #2d0045;
}
@media screen and (max-width: 1919px) {
  section.brand-archive .brand_store + .brand_store {
    margin-top: max(32px, 32px + 28 * (100vw - 375px) / 1544);
    padding-top: max(32px, 32px + 28 * (100vw - 375px) / 1544);
  }
}
section.brand-archive .brand_store .brand_store_detail {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
section.brand-archive .brand_store .brand_store_detail h3 {
  position: relative;
  width: 100%;
  padding-left: 25px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
  letter-spacing: 1.56px;
}
@media screen and (max-width: 1919px) {
  section.brand-archive .brand_store .brand_store_detail h3 {
    padding-left: max(15px, 15px + 10 * (100vw - 375px) / 1544);
    font-size: max(19px, 19px + 13 * (100vw - 375px) / 1544);
    line-height: max(28px, 28px + 14 * (100vw - 375px) / 1544);
    letter-spacing: max(0.8px, 0.8px + 0.76 * (100vw - 375px) / 1544);
  }
}
section.brand-archive .brand_store .brand_store_detail h3::before {
  content: "";
  position: absolute;
  top: 0.3125em;
  left: 0;
  width: 10px;
  height: 32px;
  background-color: var(--brand-color);
}
@media screen and (max-width: 1919px) {
  section.brand-archive .brand_store .brand_store_detail h3::before {
    width: max(6px, 6px + 4 * (100vw - 375px) / 1544);
    height: max(19px, 19px + 13 * (100vw - 375px) / 1544);
  }
}
section.brand-archive .brand_store .brand_store_detail h3 span,
section.brand-archive .brand_store .brand_store_detail h3 small {
  display: block;
}
section.brand-archive .brand_store .brand_store_detail h3 small {
  font-size: 26px;
}
@media screen and (max-width: 1919px) {
  section.brand-archive .brand_store .brand_store_detail h3 small {
    font-size: max(16px, 16px + 10 * (100vw - 375px) / 1544);
  }
}
section.brand-archive .brand_store .brand_store_detail .brand_store_description {
  margin-top: 34px;
  margin-bottom: 28px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1919px) {
  section.brand-archive .brand_store .brand_store_detail .brand_store_description {
    margin-top: max(24px, 24px + 10 * (100vw - 375px) / 1544);
    margin-bottom: max(20px, 20px + 8 * (100vw - 375px) / 1544);
    font-size: max(12px, 12px + 4 * (100vw - 375px) / 1544);
  }
}
section.brand-archive .brand_store .brand_store_detail h3 + dl {
  margin-top: 34px;
}
@media screen and (max-width: 1919px) {
  section.brand-archive .brand_store .brand_store_detail h3 + dl {
    margin-top: max(24px, 24px + 10 * (100vw - 375px) / 1544);
  }
}
section.brand-archive .brand_store .brand_store_detail dl {
  display: grid;
  gap: 4px;
  width: 100%;
}
section.brand-archive .brand_store .brand_store_detail dl div {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 28px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1919px) {
  section.brand-archive .brand_store .brand_store_detail dl div {
    grid-template-columns: max(68px, 68px + 20 * (100vw - 375px) / 1544) 1fr;
    gap: max(12px, 12px + 16 * (100vw - 375px) / 1544);
    font-size: max(12px, 12px + 4 * (100vw - 375px) / 1544);
  }
}
section.brand-archive .brand_store .brand_store_detail dl dt {
  font-weight: 400;
}
section.brand-archive .brand_store .brand_store_detail dl a {
  text-decoration: none;
}
section.brand-archive .brand_store .brand_store_detail .brand_store_links {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 28px;
}
section.brand-archive .brand_store .brand_store_detail .brand_store_links > a,
section.brand-archive .brand_store .brand_store_detail .brand_store_links > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 160px;
  height: 44px;
  background-color: #000;
  color: #fff;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 600px) {
  section.brand-archive .brand_store .brand_store_detail .brand_store_links > a,
  section.brand-archive .brand_store .brand_store_detail .brand_store_links > span {
    width: 140px;
    font-size: max(12px, 12px + 2 * (100vw - 375px) / 225);
  }
}
section.brand-archive .brand_store .brand_store_detail .brand_store_links > a img,
section.brand-archive .brand_store .brand_store_detail .brand_store_links > span img {
  flex: 0 0 auto;
  height: auto;
}
section.brand-archive .brand_store .brand_store_detail .brand_store_links .is-map img {
  width: 20px;
}
section.brand-archive .brand_store .brand_store_detail .brand_store_links .is-instagram img {
  width: 22px;
}
section.brand-archive .brand_store .brand_store_detail .brand_store_links .is-x img {
  width: 20px;
}
section.brand-archive .brand_store .brand_store_detail .brand_store_links .is-pending {
  opacity: 0.5;
}
section.brand-archive .brand_store .brand_store_image {
  align-self: center;
  aspect-ratio: 801/561;
  overflow: hidden;
  background-color: #999;
}
@media screen and (max-width: 600px) {
  section.brand-archive .brand_store .brand_store_image {
    order: -1;
  }
}
section.brand-archive .brand_store .brand_store_image img,
section.brand-archive .brand_store .brand_store_image span {
  display: block;
  width: 100%;
  height: 100%;
}
section.brand-archive .brand_store .brand_store_image img {
  object-fit: cover;
}

.form_heading {
  text-align: center;
}
.form_heading h2 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1919px) {
  .form_heading h2 {
    font-size: max(28px, 28px + 7 * (100vw - 375px) / 1544);
  }
}
@media screen and (max-width: 600px) {
  .form_heading h2 {
    font-size: max(24px, 24px + 4 * (100vw - 320px) / 280);
    line-height: 1.45;
  }
}
.form_heading > p {
  margin-top: 10px;
  color: #e77b18;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
}

main.page-contact,
main.page-recruit {
  background-color: #fef9e9;
}
main.page-contact section.contact_form,
main.page-recruit section.contact_form {
  padding: 84px 0 200px;
}
@media screen and (max-width: 1919px) {
  main.page-contact section.contact_form,
  main.page-recruit section.contact_form {
    padding-top: max(60px, 60px + 24 * (100vw - 375px) / 1544);
    padding-bottom: max(100px, 100px + 100 * (100vw - 375px) / 1544);
  }
}
main.page-contact section.contact_form .inner,
main.page-recruit section.contact_form .inner {
  max-width: calc(1080px + 10%);
}
main.page-contact .contact_form_wrap,
main.page-recruit .contact_form_wrap {
  padding: 60px 60px 70px;
  background-color: #fff;
}
@media screen and (max-width: 1919px) {
  main.page-contact .contact_form_wrap,
  main.page-recruit .contact_form_wrap {
    padding: max(42px, 42px + 18 * (100vw - 375px) / 1544) max(20px, 20px + 40 * (100vw - 375px) / 1544) max(55px, 55px + 15 * (100vw - 375px) / 1544);
  }
}
main.page-contact .wpcf7,
main.page-recruit .wpcf7 {
  margin-top: 77px;
}
@media screen and (max-width: 1919px) {
  main.page-contact .wpcf7,
  main.page-recruit .wpcf7 {
    margin-top: max(48px, 48px + 29 * (100vw - 375px) / 1544);
  }
}
main.page-contact .wpcf7 form,
main.page-recruit .wpcf7 form {
  font-family: "Yu Gothic", "YuGothic", sans-serif;
}
main.page-contact .contact_form_list .contact_form_item,
main.page-recruit .contact_form_list .contact_form_item {
  display: grid;
  grid-template-columns: minmax(210px, 280px) minmax(0, 1fr);
  align-items: start;
  gap: 40px;
  padding: 30px 10px;
  border-bottom: 1px solid #cdbfb7;
}
main.page-contact .contact_form_list .contact_form_item:first-child,
main.page-recruit .contact_form_list .contact_form_item:first-child {
  padding-top: 0;
}
@media screen and (max-width: 1024px) {
  main.page-contact .contact_form_list .contact_form_item,
  main.page-recruit .contact_form_list .contact_form_item {
    grid-template-columns: minmax(180px, 34%) minmax(0, 1fr);
    gap: 24px;
  }
}
@media screen and (max-width: 600px) {
  main.page-contact .contact_form_list .contact_form_item,
  main.page-recruit .contact_form_list .contact_form_item {
    display: block;
    padding: 24px 0;
  }
}
main.page-contact .contact_form_list .contact_form_item > label,
main.page-recruit .contact_form_list .contact_form_item > label {
  display: flex;
  align-self: center;
  align-items: flex-start;
  gap: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 600px) {
  main.page-contact .contact_form_list .contact_form_item > label,
  main.page-recruit .contact_form_list .contact_form_item > label {
    margin-bottom: 14px;
  }
}
main.page-contact .contact_form_list .contact_form_item .is_required,
main.page-recruit .contact_form_list .contact_form_item .is_required {
  width: 45px;
  height: 18px;
  display: inline-grid;
  flex: 0 0 auto;
  place-items: center;
  background-color: #c32e1a;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
}
main.page-contact .contact_form_list .contact_form_item .wpcf7-form-control-wrap,
main.page-recruit .contact_form_list .contact_form_item .wpcf7-form-control-wrap {
  display: block;
  min-width: 0;
}
main.page-contact .contact_form_list .contact_form_item .contact_choice .wpcf7-form-control,
main.page-recruit .contact_form_list .contact_form_item .contact_choice .wpcf7-form-control {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 30px;
}
main.page-contact .contact_form_list .contact_form_item .contact_choice .wpcf7-list-item,
main.page-recruit .contact_form_list .contact_form_item .contact_choice .wpcf7-list-item {
  margin: 0;
}
main.page-contact .contact_form_list .contact_form_item .contact_choice .wpcf7-list-item label,
main.page-recruit .contact_form_list .contact_form_item .contact_choice .wpcf7-list-item label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
main.page-contact .contact_form_list .contact_form_item .contact_choice input[type=radio],
main.page-contact .contact_form_list .contact_form_item .contact_choice input[type=checkbox],
main.page-recruit .contact_form_list .contact_form_item .contact_choice input[type=radio],
main.page-recruit .contact_form_list .contact_form_item .contact_choice input[type=checkbox] {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  appearance: auto;
  accent-color: #64361f;
}
@media screen and (max-width: 600px) {
  main.page-contact .contact_form_list .contact_form_item.is-location > label br,
  main.page-recruit .contact_form_list .contact_form_item.is-location > label br {
    display: none;
  }
}
main.page-contact .contact_form_list .contact_form_item.is-location .contact_label_note,
main.page-recruit .contact_form_list .contact_form_item.is-location .contact_label_note {
  display: inline-block;
  margin-left: -0.5em;
}
@media screen and (max-width: 600px) {
  main.page-contact .contact_form_list .contact_form_item.is-location .contact_label_note,
  main.page-recruit .contact_form_list .contact_form_item.is-location .contact_label_note {
    margin-left: 0.5em;
  }
}
main.page-contact .contact_form_list .contact_form_item.is-location .contact_choice .wpcf7-form-control,
main.page-recruit .contact_form_list .contact_form_item.is-location .contact_choice .wpcf7-form-control {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 30px;
}
main.page-contact .contact_form_list .contact_form_item.is-location .contact_choice input[type=checkbox],
main.page-recruit .contact_form_list .contact_form_item.is-location .contact_choice input[type=checkbox] {
  display: grid;
  place-items: center;
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid #64361f;
  border-radius: 50%;
  background-color: #fff;
}
main.page-contact .contact_form_list .contact_form_item.is-location .contact_choice input[type=checkbox]::before,
main.page-recruit .contact_form_list .contact_form_item.is-location .contact_choice input[type=checkbox]::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #64361f;
  transform: scale(0);
  transition: transform 0.15s ease;
}
main.page-contact .contact_form_list .contact_form_item.is-location .contact_choice input[type=checkbox]:checked::before,
main.page-recruit .contact_form_list .contact_form_item.is-location .contact_choice input[type=checkbox]:checked::before {
  transform: scale(1);
}
main.page-contact .contact_form_list .contact_form_item.is-location .contact_choice input[type=checkbox]:focus-visible,
main.page-recruit .contact_form_list .contact_form_item.is-location .contact_choice input[type=checkbox]:focus-visible {
  outline: 2px solid #e77b18;
  outline-offset: 2px;
}
main.page-contact .contact_form_list .contact_form_item input:not([type=checkbox]):not([type=radio]),
main.page-contact .contact_form_list .contact_form_item textarea,
main.page-recruit .contact_form_list .contact_form_item input:not([type=checkbox]):not([type=radio]),
main.page-recruit .contact_form_list .contact_form_item textarea {
  width: 100%;
  display: block;
  border: 1px solid #835e4c;
  background-color: #fff;
  font-family: "Yu Gothic", "YuGothic", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.1em;
}
main.page-contact .contact_form_list .contact_form_item input:not([type=checkbox]):not([type=radio])::placeholder,
main.page-contact .contact_form_list .contact_form_item textarea::placeholder,
main.page-recruit .contact_form_list .contact_form_item input:not([type=checkbox]):not([type=radio])::placeholder,
main.page-recruit .contact_form_list .contact_form_item textarea::placeholder {
  color: #989898;
  opacity: 1;
}
main.page-contact .contact_form_list .contact_form_item input:not([type=checkbox]):not([type=radio]),
main.page-recruit .contact_form_list .contact_form_item input:not([type=checkbox]):not([type=radio]) {
  padding: 14px 16px;
}
main.page-contact .contact_form_list .contact_form_item textarea,
main.page-recruit .contact_form_list .contact_form_item textarea {
  height: 170px;
  padding: 16px;
  resize: vertical;
}
main.page-contact .contact_privacy,
main.page-recruit .contact_privacy {
  padding-top: 50px;
}
@media screen and (max-width: 600px) {
  main.page-contact .contact_privacy,
  main.page-recruit .contact_privacy {
    padding-top: 42px;
  }
}
main.page-contact .contact_privacy h3,
main.page-recruit .contact_privacy h3 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 1919px) {
  main.page-contact .contact_privacy h3,
  main.page-recruit .contact_privacy h3 {
    font-size: max(24px, 24px + 4 * (100vw - 375px) / 1544);
  }
}
main.page-contact .contact_privacy .contact_privacy_text,
main.page-recruit .contact_privacy .contact_privacy_text {
  height: 200px;
  margin-top: 38px;
  padding: 20px 30px;
  overflow-y: auto;
  border: 1px solid #835e4c;
  font-family: "Yu Gothic", "YuGothic", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 600px) {
  main.page-contact .contact_privacy .contact_privacy_text,
  main.page-recruit .contact_privacy .contact_privacy_text {
    margin-top: 28px;
    padding: 18px 16px;
    font-size: 14px;
  }
}
main.page-contact .contact_privacy .contact_privacy_text h4,
main.page-recruit .contact_privacy .contact_privacy_text h4 {
  margin-top: 20px;
  font-weight: 700;
}
main.page-contact .contact_privacy .contact_privacy_text h4:first-of-type,
main.page-recruit .contact_privacy .contact_privacy_text h4:first-of-type {
  margin-top: 24px;
}
main.page-contact .contact_privacy .contact_privacy_text p + p,
main.page-recruit .contact_privacy .contact_privacy_text p + p {
  margin-top: 20px;
}
main.page-contact .contact_acceptance,
main.page-recruit .contact_acceptance {
  margin-top: 100px;
  color: #64361f;
  text-align: center;
}
@media screen and (max-width: 1919px) {
  main.page-contact .contact_acceptance,
  main.page-recruit .contact_acceptance {
    margin-top: max(60px, 60px + 40 * (100vw - 375px) / 1544);
  }
}
main.page-contact .contact_acceptance .wpcf7-list-item,
main.page-recruit .contact_acceptance .wpcf7-list-item {
  margin: 0;
}
main.page-contact .contact_acceptance label,
main.page-recruit .contact_acceptance label {
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
main.page-contact .contact_acceptance input,
main.page-recruit .contact_acceptance input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
}
main.page-contact .contact_acceptance .wpcf7-list-item-label,
main.page-recruit .contact_acceptance .wpcf7-list-item-label {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5555555556;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 600px) {
  main.page-contact .contact_acceptance .wpcf7-list-item-label,
  main.page-recruit .contact_acceptance .wpcf7-list-item-label {
    font-size: 16px;
    text-align: left;
  }
}
main.page-contact .contact_acceptance .wpcf7-list-item-label::before,
main.page-recruit .contact_acceptance .wpcf7-list-item-label::before {
  content: "";
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
  border: 1px solid #64361f;
  background-color: #fff;
}
main.page-contact .contact_acceptance .wpcf7-list-item-label::after,
main.page-recruit .contact_acceptance .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 8px;
  width: 7px;
  height: 12px;
  border-right: 2px solid #64361f;
  border-bottom: 2px solid #64361f;
  opacity: 0;
  transform: translateY(-58%) rotate(45deg);
}
main.page-contact .contact_acceptance input:checked + .wpcf7-list-item-label::after,
main.page-recruit .contact_acceptance input:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
main.page-contact .contact_acceptance input:focus-visible + .wpcf7-list-item-label::before,
main.page-recruit .contact_acceptance input:focus-visible + .wpcf7-list-item-label::before {
  outline: 2px solid #e77b18;
  outline-offset: 3px;
}
main.page-contact .contact_submit,
main.page-recruit .contact_submit {
  margin-top: 30px;
  text-align: center;
}
main.page-contact .contact_submit .wpcf7-submit,
main.page-recruit .contact_submit .wpcf7-submit {
  width: 300px;
  max-width: 100%;
  min-height: 60px;
  padding: 12px 24px;
  border: 1px solid #64361f;
  background-color: #64361f;
  color: #fff;
  font-family: "Yu Gothic", "YuGothic", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5555555556;
  letter-spacing: 0.1em;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  main.page-contact .contact_submit .wpcf7-submit:hover,
  main.page-recruit .contact_submit .wpcf7-submit:hover {
    background-color: #fff;
    color: #64361f;
    opacity: 1;
  }
}
main.page-contact .contact_submit .wpcf7-submit:disabled,
main.page-recruit .contact_submit .wpcf7-submit:disabled {
  border-color: #989898;
  background-color: #989898;
  color: #fff;
  cursor: not-allowed;
  opacity: 1;
}
main.page-contact .contact_submit .wpcf7-spinner,
main.page-recruit .contact_submit .wpcf7-spinner {
  margin: 14px auto 0;
  display: block;
}
main.page-contact .wpcf7-not-valid-tip,
main.page-recruit .wpcf7-not-valid-tip {
  margin-top: 8px;
  color: #c32e1a;
  font-size: 14px;
}
main.page-contact .wpcf7-response-output,
main.page-recruit .wpcf7-response-output {
  margin: 24px 0 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 1.6;
}
main.page-contact .contact_form_notice,
main.page-recruit .contact_form_notice {
  margin-top: 60px;
  font-size: 16px;
  text-align: center;
}

main.page-thanks {
  background-color: #fef9e9;
}
main.page-thanks section.contact_thanks {
  padding: 84px 0 200px;
}
@media screen and (max-width: 1919px) {
  main.page-thanks section.contact_thanks {
    padding-top: max(60px, 60px + 24 * (100vw - 375px) / 1544);
    padding-bottom: max(100px, 100px + 100 * (100vw - 375px) / 1544);
  }
}
main.page-thanks .contact_thanks_wrap {
  max-width: 1080px;
  margin: 0 auto;
  padding: 60px 60px 70px;
  background-color: #fff;
}
@media screen and (max-width: 1919px) {
  main.page-thanks .contact_thanks_wrap {
    padding: max(42px, 42px + 18 * (100vw - 375px) / 1544) max(20px, 20px + 40 * (100vw - 375px) / 1544) max(55px, 55px + 15 * (100vw - 375px) / 1544);
  }
}
main.page-thanks .contact_thanks_wrap .contact_thanks_content {
  margin-top: 60px;
  font-family: "Yu Gothic", "YuGothic", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.1em;
  text-align: center;
}
main.page-thanks .contact_thanks_wrap .contact_thanks_content p + p {
  margin-top: 20px;
}
main.page-thanks .contact_thanks_wrap .page_btn {
  --page-btn-bg: #64361f;
  --page-btn-color: #fff;
  --page-btn-hover-bg: #fff;
  --page-btn-hover-color: #64361f;
  margin: 50px auto 0;
}

main.page-recruit {
  background-color: #fef9e9;
  color: #231815;
}
main.page-recruit section.recruit_intro {
  padding-top: 100px;
}
@media screen and (max-width: 1919px) {
  main.page-recruit section.recruit_intro {
    padding-top: max(70px, 70px + 30 * (100vw - 375px) / 1544);
  }
}
main.page-recruit section.recruit_intro .recruit_intro_content {
  display: grid;
  grid-template-columns: minmax(0, 9fr) minmax(0, 8fr);
  align-items: start;
  gap: 60px;
}
@media screen and (max-width: 1024px) {
  main.page-recruit section.recruit_intro .recruit_intro_content {
    gap: 40px;
  }
}
@media screen and (max-width: 600px) {
  main.page-recruit section.recruit_intro .recruit_intro_content {
    grid-template-columns: 1fr;
    gap: 36px;
  }
}
main.page-recruit section.recruit_intro .recruit_intro_text h2 {
  color: #c32e1a;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.375;
  letter-spacing: 0.1em;
  margin-top: -10px;
}
@media screen and (min-width: 601px) and (max-width: 1919px) {
  main.page-recruit section.recruit_intro .recruit_intro_text h2 {
    font-size: max(21px, 21px + 19 * (100vw - 601px) / 1318);
  }
}
@media screen and (max-width: 600px) {
  main.page-recruit section.recruit_intro .recruit_intro_text h2 {
    font-size: max(22px, 22px + 12 * (100vw - 320px) / 280);
  }
}
main.page-recruit section.recruit_intro .recruit_intro_text p {
  margin-top: 55px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1919px) {
  main.page-recruit section.recruit_intro .recruit_intro_text p {
    margin-top: max(32px, 32px + 23 * (100vw - 375px) / 1544);
  }
}
main.page-recruit section.recruit_intro .recruit_intro_text .pc-on {
  display: none;
}
main.page-recruit section.recruit_intro .recruit_intro_images {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 20px;
  margin-top: 10px;
}
@media screen and (max-width: 600px) {
  main.page-recruit section.recruit_intro .recruit_intro_images {
    width: min(100%, 400px);
    margin: 10px auto 0;
  }
}
main.page-recruit section.recruit_intro .recruit_intro_images img:first-child {
  width: min(58.333333%, 280px);
  align-self: flex-start;
  aspect-ratio: 14/11;
  object-fit: cover;
}
main.page-recruit section.recruit_intro .recruit_intro_images img:last-child {
  width: min(83.333333%, 400px);
  max-width: 400px;
  aspect-ratio: 4/3;
  object-fit: cover;
}
main.page-recruit section.recruit_intro .recruit_intro_nav {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 300px));
  justify-content: center;
  gap: 30px;
  margin-top: 80px;
}
@media screen and (max-width: 1919px) {
  main.page-recruit section.recruit_intro .recruit_intro_nav {
    gap: max(20px, 20px + 10 * (100vw - 601px) / 1318);
    margin-top: max(60px, 60px + 20 * (100vw - 375px) / 1544);
  }
}
@media screen and (max-width: 600px) {
  main.page-recruit section.recruit_intro .recruit_intro_nav {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 20px;
  }
}
main.page-recruit section.recruit_intro .recruit_intro_nav .page_btn {
  width: 100%;
  max-width: 300px;
  justify-self: center;
}
@media screen and (max-width: 600px) {
  main.page-recruit section.recruit_intro .recruit_intro_nav .page_btn {
    width: 100%;
  }
}
main.page-recruit section.recruit_requirements {
  padding-top: 130px;
}
@media screen and (max-width: 1919px) {
  main.page-recruit section.recruit_requirements {
    padding-top: max(90px, 90px + 40 * (100vw - 375px) / 1544);
  }
}
main.page-recruit section.recruit_requirements .recruit_job {
  scroll-margin-top: 30px;
}
main.page-recruit section.recruit_requirements .recruit_job + .recruit_job {
  margin-top: 130px;
}
@media screen and (max-width: 1919px) {
  main.page-recruit section.recruit_requirements .recruit_job + .recruit_job {
    margin-top: max(90px, 90px + 40 * (100vw - 375px) / 1544);
  }
}
main.page-recruit section.recruit_requirements .recruit_job dl {
  display: grid;
  grid-template-columns: 200px minmax(0, 1fr);
  column-gap: 20px;
  margin-top: 40px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 600px) {
  main.page-recruit section.recruit_requirements .recruit_job dl {
    grid-template-columns: 1fr;
  }
}
main.page-recruit section.recruit_requirements .recruit_job dl dt,
main.page-recruit section.recruit_requirements .recruit_job dl dd {
  padding: 20px;
  border-top-style: solid;
}
main.page-recruit section.recruit_requirements .recruit_job dl dt:first-of-type,
main.page-recruit section.recruit_requirements .recruit_job dl dd:first-of-type {
  padding-top: 0;
  border-top: 0;
}
main.page-recruit section.recruit_requirements .recruit_job dl dt {
  border-top-width: 2px;
  border-top-color: #e77b18;
}
main.page-recruit section.recruit_requirements .recruit_job dl dt:last-of-type {
  border-bottom: 2px solid #e77b18;
}
@media screen and (max-width: 600px) {
  main.page-recruit section.recruit_requirements .recruit_job dl dt:last-of-type {
    border-bottom: 0;
  }
}
@media screen and (max-width: 600px) {
  main.page-recruit section.recruit_requirements .recruit_job dl dt {
    padding-bottom: 8px;
    border-top: 0;
  }
}
main.page-recruit section.recruit_requirements .recruit_job dl dd {
  min-width: 0;
  border-top-width: 1px;
  border-top-color: #835e4c;
}
main.page-recruit section.recruit_requirements .recruit_job dl dd:last-of-type {
  border-bottom: 1px solid #835e4c;
}
@media screen and (max-width: 600px) {
  main.page-recruit section.recruit_requirements .recruit_job dl dd {
    padding-top: 0;
    border-top: 0;
    border-bottom: 1px solid #835e4c;
  }
}
@media screen and (max-width: 600px) {
  main.page-recruit section.recruit_requirements .recruit_job dl dd:first-of-type {
    padding-top: 0;
  }
}
main.page-recruit section.contact_form {
  padding: 145px 0 200px;
  scroll-margin-top: 30px;
}
@media screen and (max-width: 1919px) {
  main.page-recruit section.contact_form {
    padding-top: max(90px, 90px + 55 * (100vw - 375px) / 1544);
    padding-bottom: max(100px, 100px + 100 * (100vw - 375px) / 1544);
  }
}

main.top .section_title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: center;
}
main.top .section_title h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1919px) {
  main.top .section_title h2 {
    font-size: max(28px, 28px + 12 * (100vw - 375px) / 1544);
  }
}
@media screen and (max-width: 600px) {
  main.top .section_title h2 {
    font-size: 24px;
  }
}
@media screen and (min-width: 375px) and (max-width: 600px) {
  main.top .section_title h2 {
    font-size: clamp(24px, 24px + 4 * (100vw - 375px) / 225, 28px);
  }
}
main.top .section_title p.en {
  margin-top: 10px;
  color: #e77d1c;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.4;
}
@media screen and (max-width: 600px) {
  main.top .section_title p.en {
    font-size: 11px;
  }
}
@media screen and (min-width: 375px) and (max-width: 600px) {
  main.top .section_title p.en {
    font-size: clamp(11px, 11px + 3 * (100vw - 375px) / 225, 14px);
  }
}

main.top section.topics {
  overflow: hidden;
  padding: 110px 0 0;
  background: #fef9e9;
  color: #231815;
}
@media screen and (max-width: 1919px) {
  main.top section.topics {
    padding: max(80px, 80px + 30 * (100vw - 375px) / 1544) 0 0;
  }
}
@media screen and (max-width: 600px) {
  main.top section.topics {
    padding-top: 70px;
  }
}
main.top section.topics .topics_slider {
  --topics-card-width: 365px;
  --topics-card-gap: 20px;
  width: 100%;
  cursor: grab;
  touch-action: pan-y;
  user-select: none;
}
main.top section.topics .topics_slider.is_dragging {
  cursor: grabbing;
}
main.top section.topics .topics_slider.is-single {
  cursor: auto;
  touch-action: auto;
  user-select: auto;
}
main.top section.topics .topics_slider.is-single .topics_list {
  width: auto;
  justify-content: center;
  will-change: auto;
}
@media screen and (max-width: 1919px) {
  main.top section.topics .topics_slider {
    --topics-card-width: max(292px, calc(292px + (365 - 292) * ((100vw - 375px) / (1919 - 375))));
  }
}
@media screen and (max-width: 600px) {
  main.top section.topics .topics_slider {
    --topics-card-gap: 20px;
  }
}
main.top section.topics .topics_list {
  display: flex;
  gap: var(--topics-card-gap);
  width: max-content;
  margin: 67px 0 40px;
  will-change: transform;
}
@media screen and (max-width: 1919px) {
  main.top section.topics .topics_list {
    margin-top: max(54px, 54px + 13 * (100vw - 375px) / 1544);
    margin-bottom: max(30px, 30px + 10 * (100vw - 375px) / 1544);
  }
}
@media screen and (max-width: 600px) {
  main.top section.topics .topics_list {
    margin-top: 40px;
    margin-bottom: 0;
  }
}
main.top section.topics .topics_list.is-animating {
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}
main.top section.topics .topics_list > li {
  flex: 0 0 var(--topics-card-width);
  width: var(--topics-card-width);
  background: #fff;
}
main.top section.topics .topics_list > li > a {
  display: block;
  height: 100%;
}
@media (hover: hover) and (pointer: fine) {
  main.top section.topics .topics_list > li > a:hover {
    opacity: 1;
  }
  main.top section.topics .topics_list > li > a:hover figure img {
    transform: scale(1.05);
  }
}
main.top section.topics .topics_list > li figure {
  overflow: hidden;
  aspect-ratio: 1.25/1;
  background: #eee9dd;
}
@media screen and (max-width: 600px) {
  main.top section.topics .topics_list > li figure {
    height: 240px;
    aspect-ratio: auto;
  }
}
main.top section.topics .topics_list > li figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
main.top section.topics .topics_content {
  padding: 24px 24px 36px;
}
@media screen and (max-width: 1919px) {
  main.top section.topics .topics_content {
    padding: max(18px, 18px + 6 * (100vw - 375px) / 1544) max(16px, 16px + 8 * (100vw - 375px) / 1544) max(28px, 28px + 8 * (100vw - 375px) / 1544);
  }
}
@media screen and (max-width: 600px) {
  main.top section.topics .topics_content {
    padding: 20px;
  }
}
main.top section.topics .topics_content time {
  display: block;
  margin-top: 18px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1919px) {
  main.top section.topics .topics_content time {
    margin-top: max(14px, 14px + 4 * (100vw - 375px) / 1544);
    font-size: max(13px, 13px + 3 * (100vw - 375px) / 1544);
  }
}
@media screen and (max-width: 600px) {
  main.top section.topics .topics_content time {
    color: #64361f;
    font-family: "Yu Gothic", "YuGothic", sans-serif;
    font-size: 12.8px;
    font-weight: 700;
    letter-spacing: 0.06em;
  }
}
main.top section.topics .topics_content h3 {
  display: -webkit-box;
  overflow: hidden;
  margin-top: 8px;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.6;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  white-space: normal;
}
@media screen and (max-width: 1919px) {
  main.top section.topics .topics_content h3 {
    font-size: max(14px, 14px + 3 * (100vw - 375px) / 1544);
  }
}
@media screen and (max-width: 600px) {
  main.top section.topics .topics_content h3 {
    font-family: "Yu Gothic", "YuGothic", sans-serif;
    font-size: 14.4px;
    font-weight: 700;
  }
}
main.top section.topics .topics_category {
  position: relative;
  display: flex;
  gap: 10px;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
}
@media screen and (max-width: 1919px) {
  main.top section.topics .topics_category {
    gap: max(6px, 6px + 4 * (100vw - 375px) / 1544);
  }
}
@media screen and (max-width: 600px) {
  main.top section.topics .topics_category {
    height: 20px;
    align-items: center;
    gap: 8px;
  }
}
main.top section.topics .topics_category.is-overflowing::after {
  content: "…";
  display: grid;
  flex: 0 0 auto;
  width: 22px;
  place-items: center;
  color: #231815;
  font-size: 16px;
}
main.top section.topics .topics_category span {
  flex: 0 0 auto;
  padding: 3px 18px;
  background: var(--category-color);
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
}
@media screen and (max-width: 1919px) {
  main.top section.topics .topics_category span {
    padding: 3px max(12px, 12px + 6 * (100vw - 375px) / 1544);
    font-size: max(12px, 12px + 2 * (100vw - 375px) / 1544);
  }
}
@media screen and (max-width: 600px) {
  main.top section.topics .topics_category span {
    height: 20px;
    padding: 0 15px;
    display: grid;
    font-family: "Yu Gothic", "YuGothic", sans-serif;
    font-size: 11.2px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.1em;
    place-items: center;
  }
}
main.top section.topics .topics_category span.is_hidden {
  display: none;
}
main.top section.topics .topics_control {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 36px;
}
@media screen and (max-width: 1919px) {
  main.top section.topics .topics_control {
    gap: max(24px, 24px + 12 * (100vw - 375px) / 1544);
  }
}
@media screen and (max-width: 600px) {
  main.top section.topics .topics_control {
    gap: 36px;
    margin-top: 25px;
  }
}
main.top section.topics .topics_control button {
  display: flex;
  align-items: center;
  gap: 7.7px;
  color: #64361f;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
}
@media screen and (max-width: 1919px) {
  main.top section.topics .topics_control button {
    font-size: max(14px, 14px + 4 * (100vw - 375px) / 1544);
  }
}
@media screen and (max-width: 600px) {
  main.top section.topics .topics_control button {
    font-size: 18px;
  }
}
@media (hover: hover) and (pointer: fine) {
  main.top section.topics .topics_control button:hover .topics_arrow_bg {
    fill: #64361f;
  }
  main.top section.topics .topics_control button:hover .topics_arrow_icon {
    fill: #fff;
  }
}
main.top section.topics .topics_control button i {
  display: block;
  width: 38px;
  height: 38px;
}
@media screen and (max-width: 1919px) {
  main.top section.topics .topics_control button i {
    width: max(34px, 34px + 4 * (100vw - 375px) / 1544);
    height: max(34px, 34px + 4 * (100vw - 375px) / 1544);
  }
}
@media screen and (max-width: 600px) {
  main.top section.topics .topics_control button i {
    width: 38px;
    height: 38px;
  }
}
main.top section.topics .topics_control button i svg {
  width: 100%;
  height: 100%;
}
main.top section.topics .topics_control button i .topics_arrow_bg {
  fill: #fff;
  transition: fill 0.2s;
}
main.top section.topics .topics_control button i .topics_arrow_border,
main.top section.topics .topics_control button i .topics_arrow_icon {
  fill: #64361f;
}
main.top section.topics .topics_control button i .topics_arrow_icon {
  transition: fill 0.2s;
}
main.top section.topics .topics_more {
  margin: 60px auto 0;
}
@media screen and (max-width: 1919px) {
  main.top section.topics .topics_more {
    margin-top: max(44px, 44px + 16 * (100vw - 375px) / 1544);
  }
}
@media screen and (max-width: 600px) {
  main.top section.topics .topics_more {
    margin-top: 51px;
  }
}

@media (prefers-reduced-motion: reduce) {
  main.top section.topics .topics_list.is-animating {
    transition-duration: 0.25s;
  }
}
main.top section.about_us {
  width: 100%;
  overflow: hidden;
  padding: 180px 0 105px;
  background: #fef9e9;
  color: #231815;
}
@media screen and (max-width: 1919px) {
  main.top section.about_us {
    padding: max(110px, 110px + 70 * (100vw - 375px) / 1544) 0 max(70px, 70px + 35 * (100vw - 375px) / 1544);
  }
}
@media screen and (max-width: 600px) {
  main.top section.about_us {
    padding: 94px 0 0;
  }
}
main.top section.about_us .about_us_wrap {
  position: relative;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  main.top section.about_us .about_us_wrap {
    display: flex;
    flex-direction: column;
  }
}
main.top section.about_us .about_us_wrap > .section_title {
  position: relative;
  z-index: 1;
}
main.top section.about_us .about_us_content {
  position: relative;
  margin-top: 67px;
}
@media screen and (max-width: 600px) {
  main.top section.about_us .about_us_content {
    display: contents;
  }
}
main.top section.about_us .about_us_images {
  display: contents;
}
main.top section.about_us .about_us_inner {
  position: relative;
  z-index: 1;
  width: min(660px, 34.375%);
  margin: 0 0 0 43.75%;
}
@media screen and (max-width: 600px) {
  main.top section.about_us .about_us_inner {
    display: contents;
  }
}
main.top section.about_us .about_us_text {
  font-family: "Yu Gothic", "YuGothic", sans-serif;
  font-feature-settings: "palt";
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1919px) {
  main.top section.about_us .about_us_text {
    font-size: max(13px, 13px + 3 * (100vw - 375px) / 1544);
  }
}
@media screen and (max-width: 600px) {
  main.top section.about_us .about_us_text {
    order: 3;
    width: calc(100% - 30px);
    margin: 28px auto 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.75;
  }
}
main.top section.about_us .about_us_more {
  margin: 52px 0 0 auto;
  font-size: 16px;
}
@media screen and (max-width: 600px) {
  main.top section.about_us .about_us_more {
    order: 5;
    margin: 41px auto 0;
  }
}
main.top section.about_us .about_us_image {
  position: absolute;
  z-index: 0;
  display: block;
  mix-blend-mode: darken;
}
main.top section.about_us .about_us_image img {
  width: 100%;
}
main.top section.about_us .about_us_image_left {
  top: 0;
  bottom: auto;
  left: 40px;
  width: min(815px, max(190px, 50% - 120px) - 20px);
}
@media screen and (max-width: 600px) {
  main.top section.about_us .about_us_image_left {
    position: relative;
    order: 2;
    top: auto;
    bottom: auto;
    left: auto;
    width: 348px;
    max-width: 100%;
    margin-top: 30px;
    margin-inline: auto;
  }
}
main.top section.about_us .about_us_image_right {
  top: 75px;
  right: 28px;
  bottom: auto;
  width: min(390px, max(180px, 25vw - 90px));
}
@media screen and (max-width: 600px) {
  main.top section.about_us .about_us_image_right {
    position: relative;
    order: 4;
    top: auto;
    right: auto;
    bottom: auto;
    width: 52%;
    margin: 28px 28px 0 auto;
  }
}
@media screen and (min-width: 601px) and (max-width: 1199px) {
  main.top section.about_us .about_us_content {
    padding: 0 28px;
    display: grid;
    grid-template-columns: minmax(170px, 0.8fr) minmax(0, 1.2fr);
    align-items: start;
    gap: 24px;
  }
  main.top section.about_us .about_us_images {
    grid-column: 1;
    grid-row: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 28px;
  }
  main.top section.about_us .about_us_inner {
    grid-column: 2;
    grid-row: 1;
    width: min(100%, 660px);
    margin: 0;
  }
  main.top section.about_us .about_us_text {
    font-size: clamp(14px, 14px + 2 * (100vw - 601px) / 598, 16px);
  }
  main.top section.about_us .about_us_image_left {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
  }
  main.top section.about_us .about_us_image_right {
    position: relative;
    top: auto;
    right: auto;
    width: clamp(140px, 70%, 200px);
  }
}

main.top section.brand {
  padding: 160px 0 200px;
  background: #fef9e9;
  color: #231815;
}
@media screen and (max-width: 1919px) {
  main.top section.brand {
    padding: max(100px, 100px + 60 * (100vw - 375px) / 1544) 0 max(130px, 130px + 70 * (100vw - 375px) / 1544);
  }
}
@media screen and (max-width: 600px) {
  main.top section.brand {
    padding: 82px 0 92px;
  }
}
main.top section.brand .brand_inner {
  width: calc(100% - 40px);
  max-width: 1080px;
  margin: 72px auto 0;
}
@media screen and (max-width: 600px) {
  main.top section.brand .brand_inner {
    width: calc(100% - 35px);
    margin-top: 50px;
  }
}
main.top section.brand .brand_list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  main.top section.brand .brand_list {
    grid-template-columns: repeat(3, minmax(0, 255px));
    justify-content: center;
    gap: 18px;
  }
}
@media screen and (min-width: 601px) and (max-width: 800px) {
  main.top section.brand .brand_list {
    grid-template-columns: repeat(2, minmax(0, 255px));
  }
}
@media screen and (max-width: 600px) {
  main.top section.brand .brand_list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-content: normal;
    gap: 20px;
  }
}
main.top section.brand .brand_list li {
  min-width: 0;
}
main.top section.brand .brand_list li a {
  display: block;
}
@media (hover: hover) and (pointer: fine) {
  main.top section.brand .brand_list li a:hover {
    opacity: 1;
  }
  main.top section.brand .brand_list li a:hover .brand_logo img {
    transform: scale(1.04);
  }
}
main.top section.brand .brand_logo {
  display: grid;
  overflow: hidden;
  aspect-ratio: 255/240;
  padding: 20px;
  background: #fff;
  place-items: center;
}
@media screen and (max-width: 600px) {
  main.top section.brand .brand_logo {
    padding-right: 12px;
    padding-left: 12px;
  }
}
main.top section.brand .brand_logo img {
  align-self: center;
  justify-self: center;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
main.top section.brand .brand_name {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 5px;
  background: var(--brand-color);
  color: #fff;
  font-family: "Yu Gothic", "YuGothic", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.06em;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  main.top section.brand .brand_name {
    height: 67px;
    padding: 9px 3px;
    font-size: 16px;
    white-space: normal;
  }
}
@media screen and (max-width: 600px) {
  main.top section.brand .brand_name {
    min-height: 0;
    flex-direction: column;
    overflow: hidden;
  }
  main.top section.brand .brand_name br {
    display: none;
  }
}
@media screen and (max-width: 600px) and (max-width: 375px) {
  main.top section.brand .brand_name span {
    font-size: clamp(13px, 13px + 3 * (100vw - 320px) / 55, 16px);
    letter-spacing: 0.02em;
    white-space: nowrap;
  }
}
@media screen and (max-width: 600px) {
  main.top section.brand .brand_item_sansho .brand_logo img {
    width: auto;
    height: min(110px, (100vw - 55px) / 2 * 0.9411764706 - 40px);
    max-width: 100%;
    max-height: none;
  }
}
@media screen and (max-width: 600px) {
  main.top section.brand .brand_item_sansho .brand_name span:first-child {
    font-size: 14px;
  }
}
@media screen and (max-width: 375px) {
  main.top section.brand .brand_item_sansho .brand_name span:first-child {
    font-size: clamp(11px, 11px + 3 * (100vw - 320px) / 55, 14px);
    letter-spacing: 0;
    white-space: nowrap;
  }
}

main.top section.recruit,
main.page-company section.recruit {
  padding: 59px 20px;
  background: url("../img/recruit_bg.webp") center/cover no-repeat;
  color: #fff;
}
@media screen and (max-width: 600px) {
  main.top section.recruit,
  main.page-company section.recruit {
    padding: 38px 20px 36px;
    background-image: url("../img/recruit_bg_sp.webp");
  }
}
main.top section.recruit .recruit_inner,
main.page-company section.recruit .recruit_inner {
  text-align: center;
}
main.top section.recruit .recruit_message,
main.page-company section.recruit .recruit_message {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1919px) {
  main.top section.recruit .recruit_message,
  main.page-company section.recruit .recruit_message {
    font-size: max(26px, 26px + 14 * (100vw - 375px) / 1544);
  }
}
@media screen and (max-width: 600px) {
  main.top section.recruit .recruit_message,
  main.page-company section.recruit .recruit_message {
    font-size: 30px;
    line-height: 1.45;
    letter-spacing: 0.06em;
  }
}
main.top section.recruit .recruit_link,
main.page-company section.recruit .recruit_link {
  position: relative;
  z-index: 0;
  width: min(300px, 100% - 40px);
  height: 120px;
  margin: 30px auto 0;
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #c32e1a;
  color: #fff;
  isolation: isolate;
  transition: color 0.4s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.2s;
}
main.top section.recruit .recruit_link::before,
main.page-company section.recruit .recruit_link::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: #fff;
  content: "";
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
@media (hover: hover) and (pointer: fine) {
  main.top section.recruit .recruit_link:hover,
  main.page-company section.recruit .recruit_link:hover {
    color: #c32e1a;
    opacity: 1;
  }
  main.top section.recruit .recruit_link:hover::before,
  main.page-company section.recruit .recruit_link:hover::before {
    transform: scaleX(1);
    transform-origin: left center;
  }
}
@media screen and (max-width: 1919px) {
  main.top section.recruit .recruit_link,
  main.page-company section.recruit .recruit_link {
    width: min(100% - 40px, max(240px, 240px + 60 * (100vw - 375px) / 1544));
    height: max(96px, 96px + 24 * (100vw - 375px) / 1544);
  }
}
main.top section.recruit .recruit_link .ja,
main.page-company section.recruit .recruit_link .ja {
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1919px) {
  main.top section.recruit .recruit_link .ja,
  main.page-company section.recruit .recruit_link .ja {
    font-size: max(32px, 32px + 8 * (100vw - 375px) / 1544);
  }
}
main.top section.recruit .recruit_link .en,
main.page-company section.recruit .recruit_link .en {
  display: block;
  margin-top: 3px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.4;
}
@media screen and (max-width: 1919px) {
  main.top section.recruit .recruit_link .en,
  main.page-company section.recruit .recruit_link .en {
    font-size: max(14.4px, 14.4px + 3.6 * (100vw - 375px) / 1544);
  }
}

main.topics {
  background-color: #fef9e9;
  color: #231815;
}
main.topics section.topics_archive {
  padding: 80px 0 180px;
}
@media screen and (max-width: 1919px) {
  main.topics section.topics_archive {
    padding: max(60px, 60px + 20 * (100vw - 375px) / 1544) 0 max(100px, 100px + 80 * (100vw - 375px) / 1544);
  }
}
main.topics section.topics_archive .inner {
  display: grid;
  grid-template-columns: 27.777778% minmax(0, 1fr);
  align-items: start;
  gap: 4.444444%;
}
@media screen and (max-width: 600px) {
  main.topics section.topics_archive .inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}
main.topics section.topics_archive .topics_filter {
  width: 100%;
  max-width: 300px;
  margin-top: 40px;
}
@media screen and (max-width: 600px) {
  main.topics section.topics_archive .topics_filter {
    max-width: none;
    margin-top: 0;
    order: 2;
  }
}
main.topics section.topics_archive .topics_filter > div {
  border-bottom: 1px solid #835e4c;
}
main.topics section.topics_archive .topics_filter > div > button {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 25px 12px;
  color: #231815;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: left;
  cursor: pointer;
}
@media screen and (max-width: 1919px) {
  main.topics section.topics_archive .topics_filter > div > button {
    padding: max(17px, 17px + 8 * (100vw - 375px) / 1544) 12px;
    font-size: max(16px, 16px + 4 * (100vw - 375px) / 1544);
  }
}
main.topics section.topics_archive .topics_filter > div > button[aria-expanded=true] .topics_filter_icon .topics_filter_plus {
  opacity: 0;
}
main.topics section.topics_archive .topics_filter > div > button[aria-expanded=true] .topics_filter_icon .topics_filter_minus {
  opacity: 1;
}
main.topics section.topics_archive .topics_filter > div > button .topics_filter_icon {
  position: relative;
  display: grid;
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  place-items: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
main.topics section.topics_archive .topics_filter > div > button .topics_filter_icon span {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  transition: opacity 0.2s;
}
main.topics section.topics_archive .topics_filter > div > button .topics_filter_icon .topics_filter_minus {
  opacity: 0;
}
main.topics section.topics_archive .topics_filter > div:first-child > button {
  padding-top: 0;
}
main.topics section.topics_archive .topics_filter > div > .topics_filter_content {
  display: grid;
  grid-template-rows: 0fr;
  visibility: hidden;
  opacity: 0;
  transition: grid-template-rows 0.35s ease, opacity 0.25s ease, visibility 0s linear 0.35s;
}
main.topics section.topics_archive .topics_filter > div > .topics_filter_content.is-open {
  grid-template-rows: 1fr;
  visibility: visible;
  opacity: 1;
  transition: grid-template-rows 0.35s ease, opacity 0.25s ease;
}
main.topics section.topics_archive .topics_filter > div > .topics_filter_content ul {
  min-height: 0;
  overflow: hidden;
}
main.topics section.topics_archive .topics_filter > div > .topics_filter_content ul li {
  border-top: 1px solid #835e4c;
}
main.topics section.topics_archive .topics_filter > div > .topics_filter_content ul li.is-current a {
  color: #e77b18;
}
main.topics section.topics_archive .topics_filter > div > .topics_filter_content ul li a {
  display: block;
  padding: 20px 12px 20px 28px;
  font-family: "Yu Gothic", "YuGothic", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 1919px) {
  main.topics section.topics_archive .topics_filter > div > .topics_filter_content ul li a {
    padding: max(15px, 15px + 5 * (100vw - 375px) / 1544) 12px max(15px, 15px + 5 * (100vw - 375px) / 1544) 28px;
    font-size: max(14px, 14px + 4 * (100vw - 375px) / 1544);
  }
}
main.topics section.topics_archive .topics_filter #topics-year-list a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
  white-space: nowrap;
}
main.topics section.topics_archive .topics_result {
  min-width: 0;
}
@media screen and (max-width: 600px) {
  main.topics section.topics_archive .topics_result {
    order: 1;
  }
}
main.topics section.topics_archive .topics_archive_list {
  border-top: 1px solid #64361f;
}
main.topics section.topics_archive .topics_archive_list > li {
  border-bottom: 1px solid #64361f;
  background-color: #fff;
}
main.topics section.topics_archive .topics_archive_list > li > a {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  gap: 42px;
  padding: 30px 20px;
}
@media screen and (min-width: 601px) and (max-width: 1919px) {
  main.topics section.topics_archive .topics_archive_list > li > a {
    grid-template-columns: max(140px, 140px + 90 * (100vw - 601px) / 1318) minmax(0, 1fr);
    gap: max(20px, 20px + 22 * (100vw - 601px) / 1318);
  }
}
@media screen and (max-width: 1919px) {
  main.topics section.topics_archive .topics_archive_list > li > a {
    padding: max(18px, 18px + 12 * (100vw - 375px) / 1544) max(12px, 12px + 8 * (100vw - 375px) / 1544);
  }
}
@media screen and (max-width: 600px) {
  main.topics section.topics_archive .topics_archive_list > li > a {
    grid-template-columns: 120px minmax(0, 1fr);
    gap: 16px;
  }
}
@media (hover: hover) and (pointer: fine) {
  main.topics section.topics_archive .topics_archive_list > li > a:hover {
    opacity: 1;
  }
  main.topics section.topics_archive .topics_archive_list > li > a:hover figure img {
    transform: scale(1.05);
  }
  main.topics section.topics_archive .topics_archive_list > li > a:hover .topics_archive_content > img {
    transform: translateX(5px);
  }
}
main.topics section.topics_archive .topics_archive_list > li > a figure {
  overflow: hidden;
  aspect-ratio: 1/1;
  background-color: #eee9dd;
}
main.topics section.topics_archive .topics_archive_list > li > a figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
main.topics section.topics_archive .topics_archive_content {
  position: relative;
  min-width: 0;
}
main.topics section.topics_archive .topics_archive_content time {
  display: block;
  color: #64361f;
  font-family: "Yu Gothic", "YuGothic", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1919px) {
  main.topics section.topics_archive .topics_archive_content time {
    font-size: max(13px, 13px + 3 * (100vw - 375px) / 1544);
  }
}
main.topics section.topics_archive .topics_archive_content h2 {
  margin-top: 32px;
  font-family: "Yu Gothic", "YuGothic", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0;
}
@media screen and (max-width: 1919px) {
  main.topics section.topics_archive .topics_archive_content h2 {
    margin-top: max(12px, 12px + 20 * (100vw - 375px) / 1544);
    font-size: max(14px, 14px + 4 * (100vw - 375px) / 1544);
  }
}
main.topics section.topics_archive .topics_archive_content > img {
  position: absolute;
  right: 4px;
  bottom: 4px;
  width: 37px;
  height: auto;
  transition: transform 0.2s;
}
main.topics section.topics_archive .topics_archive_category {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}
@media screen and (max-width: 1919px) {
  main.topics section.topics_archive .topics_archive_category {
    gap: max(5px, 5px + 5 * (100vw - 375px) / 1544);
    margin-top: max(10px, 10px + 10 * (100vw - 375px) / 1544);
  }
}
main.topics section.topics_archive .topics_archive_category span {
  display: inline-grid;
  max-width: 100%;
  min-height: 25px;
  padding: 3px 19px;
  place-items: center;
  background-color: var(--category-color);
  color: #fff;
  font-family: "Yu Gothic", "YuGothic", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1em;
  overflow-wrap: anywhere;
  white-space: normal;
}
@media screen and (max-width: 1919px) {
  main.topics section.topics_archive .topics_archive_category span {
    padding: 3px max(9px, 9px + 10 * (100vw - 375px) / 1544);
    font-size: max(11px, 11px + 3 * (100vw - 375px) / 1544);
  }
}
main.topics section.topics_archive .pagination {
  margin-top: 107px;
}
@media screen and (max-width: 1919px) {
  main.topics section.topics_archive .pagination {
    margin-top: max(48px, 48px + 59 * (100vw - 375px) / 1544);
  }
}
main.topics section.topics_archive .pagination .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}
main.topics section.topics_archive .pagination .page-numbers {
  display: grid;
  min-width: 20px;
  height: 36px;
  place-items: center;
  color: #64361f;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
main.topics section.topics_archive .pagination .page-numbers.current {
  color: rgba(100, 54, 31, 0.6);
}
main.topics section.topics_archive .pagination .page-numbers.prev, main.topics section.topics_archive .pagination .page-numbers.next {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: #fff;
  font-size: 0;
}
main.topics section.topics_archive .pagination .page-numbers.prev img, main.topics section.topics_archive .pagination .page-numbers.next img {
  width: 100%;
  height: 100%;
}
main.topics section.topics_archive .pagination .screen-reader-text {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
main.topics section.topics_archive .topics_empty {
  padding: 60px 20px;
  border-top: 1px solid #64361f;
  border-bottom: 1px solid #64361f;
  background-color: #fff;
  font-size: 16px;
  text-align: center;
}

main.topics section.topics_single {
  padding: 80px 5% 180px;
}
@media screen and (max-width: 1919px) {
  main.topics section.topics_single {
    padding: max(60px, 60px + 20 * (100vw - 375px) / 1544) 5% max(100px, 100px + 80 * (100vw - 375px) / 1544);
  }
}
main.topics section.topics_single .topics_single_wrap {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  background-color: #fff;
}
main.topics section.topics_single .topics_single_wrap article {
  padding: 56px 75px 64px;
}
@media screen and (max-width: 1919px) {
  main.topics section.topics_single .topics_single_wrap article {
    padding: max(36px, 36px + 20 * (100vw - 375px) / 1544) max(20px, 20px + 55 * (100vw - 375px) / 1544) max(44px, 44px + 20 * (100vw - 375px) / 1544);
  }
}
main.topics section.topics_single .topics_single_wrap article > header h1 {
  padding-bottom: 28px;
  border-bottom: 1px solid #64361f;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.55;
}
@media screen and (max-width: 1919px) {
  main.topics section.topics_single .topics_single_wrap article > header h1 {
    padding-bottom: max(20px, 20px + 8 * (100vw - 375px) / 1544);
    font-size: max(19px, 19px + 5 * (100vw - 375px) / 1544);
  }
}
main.topics section.topics_single .topics_single_meta {
  margin-top: 18px;
}
main.topics section.topics_single .topics_single_meta time {
  display: block;
  color: #64361f;
  font-family: "Yu Gothic", "YuGothic", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1919px) {
  main.topics section.topics_single .topics_single_meta time {
    font-size: max(13px, 13px + 3 * (100vw - 375px) / 1544);
  }
}
main.topics section.topics_single .topics_single_category {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}
@media screen and (max-width: 1919px) {
  main.topics section.topics_single .topics_single_category {
    gap: max(5px, 5px + 5 * (100vw - 375px) / 1544);
    margin-top: max(10px, 10px + 10 * (100vw - 375px) / 1544);
  }
}
main.topics section.topics_single .topics_single_category span {
  display: inline-grid;
  max-width: 100%;
  min-height: 25px;
  padding: 3px 19px;
  place-items: center;
  background-color: var(--category-color);
  color: #fff;
  font-family: "Yu Gothic", "YuGothic", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1em;
  overflow-wrap: anywhere;
  white-space: normal;
}
@media screen and (max-width: 1919px) {
  main.topics section.topics_single .topics_single_category span {
    padding: 3px max(9px, 9px + 10 * (100vw - 375px) / 1544);
    font-size: max(11px, 11px + 3 * (100vw - 375px) / 1544);
  }
}
main.topics section.topics_single .topics_single_thumbnail {
  width: 100%;
  margin-top: 56px;
}
@media screen and (max-width: 1919px) {
  main.topics section.topics_single .topics_single_thumbnail {
    margin-top: max(36px, 36px + 20 * (100vw - 375px) / 1544);
  }
}
main.topics section.topics_single .topics_single_thumbnail img {
  width: 100%;
  height: auto;
}
main.topics section.topics_single .topics_single_content {
  margin-top: 36px;
  font-size: 16px;
  line-height: 2;
  word-break: break-word;
}
@media screen and (max-width: 1919px) {
  main.topics section.topics_single .topics_single_content {
    margin-top: max(28px, 28px + 8 * (100vw - 375px) / 1544);
    font-size: max(15px, 15px + 1 * (100vw - 375px) / 1544);
  }
}
main.topics section.topics_single .topics_single_content h2,
main.topics section.topics_single .topics_single_content h3,
main.topics section.topics_single .topics_single_content h4,
main.topics section.topics_single .topics_single_content h5,
main.topics section.topics_single .topics_single_content h6 {
  font-weight: 600;
  line-height: 1.6;
}
main.topics section.topics_single .topics_single_content h2 {
  margin: 56px 0 24px;
  padding: 12px 18px;
  border-left: 5px solid #64361f;
  background-color: #fef9e9;
  font-size: 28px;
}
@media screen and (max-width: 1919px) {
  main.topics section.topics_single .topics_single_content h2 {
    margin: max(40px, 40px + 16 * (100vw - 375px) / 1544) 0 max(18px, 18px + 6 * (100vw - 375px) / 1544);
    font-size: max(22px, 22px + 6 * (100vw - 375px) / 1544);
  }
}
main.topics section.topics_single .topics_single_content h3 {
  margin: 48px 0 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #64361f;
  font-size: 24px;
}
@media screen and (max-width: 1919px) {
  main.topics section.topics_single .topics_single_content h3 {
    margin: max(36px, 36px + 12 * (100vw - 375px) / 1544) 0 max(16px, 16px + 4 * (100vw - 375px) / 1544);
    font-size: max(20px, 20px + 4 * (100vw - 375px) / 1544);
  }
}
main.topics section.topics_single .topics_single_content h4 {
  margin: 40px 0 18px;
  padding-left: 14px;
  border-left: 3px solid #e77b18;
  font-size: 21px;
}
@media screen and (max-width: 1919px) {
  main.topics section.topics_single .topics_single_content h4 {
    font-size: max(18px, 18px + 3 * (100vw - 375px) / 1544);
  }
}
main.topics section.topics_single .topics_single_content h5 {
  margin: 32px 0 14px;
  color: #64361f;
  font-size: 18px;
}
@media screen and (max-width: 1919px) {
  main.topics section.topics_single .topics_single_content h5 {
    font-size: max(16px, 16px + 2 * (100vw - 375px) / 1544);
  }
}
main.topics section.topics_single .topics_single_content h6 {
  margin: 28px 0 12px;
  font-size: 16px;
}
main.topics section.topics_single .topics_single_content p {
  margin-top: 1.25em;
}
main.topics section.topics_single .topics_single_content p:first-child {
  margin-top: 0;
}
main.topics section.topics_single .topics_single_content ul,
main.topics section.topics_single .topics_single_content ol {
  margin: 24px 0;
  padding-left: 1.6em;
}
main.topics section.topics_single .topics_single_content ul li,
main.topics section.topics_single .topics_single_content ol li {
  padding-left: 0.25em;
}
main.topics section.topics_single .topics_single_content ul li + li,
main.topics section.topics_single .topics_single_content ol li + li {
  margin-top: 6px;
}
main.topics section.topics_single .topics_single_content ul {
  list-style: disc outside;
}
main.topics section.topics_single .topics_single_content ul li {
  display: list-item;
  list-style: inherit;
}
main.topics section.topics_single .topics_single_content ol {
  list-style: decimal outside;
}
main.topics section.topics_single .topics_single_content ol li {
  display: list-item;
  list-style: inherit;
}
main.topics section.topics_single .topics_single_content table {
  width: 100%;
  margin: 32px 0;
  border-collapse: collapse;
}
@media screen and (max-width: 600px) {
  main.topics section.topics_single .topics_single_content table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}
main.topics section.topics_single .topics_single_content table th,
main.topics section.topics_single .topics_single_content table td {
  padding: 14px 16px;
  border: 1px solid rgba(100, 54, 31, 0.45);
  text-align: left;
  vertical-align: top;
}
main.topics section.topics_single .topics_single_content table th {
  background-color: #fef9e9;
  font-weight: 600;
}
main.topics section.topics_single .topics_single_content dl {
  margin: 28px 0;
  padding: 22px 24px;
  border: 1px solid rgba(100, 54, 31, 0.45);
}
main.topics section.topics_single .topics_single_content dl dt {
  color: #64361f;
  font-weight: 600;
}
main.topics section.topics_single .topics_single_content dl dt:not(:first-child) {
  margin-top: 18px;
}
main.topics section.topics_single .topics_single_content dl dd {
  margin-top: 6px;
  padding-left: 1em;
}
main.topics section.topics_single .topics_single_content blockquote {
  margin: 32px 0;
  padding: 24px 28px;
  border-left: 4px solid #64361f;
  background-color: #fef9e9;
}
main.topics section.topics_single .topics_single_content blockquote cite {
  display: block;
  margin-top: 12px;
  color: rgba(35, 24, 21, 0.7);
  font-size: 0.875em;
  font-style: normal;
  text-align: right;
}
main.topics section.topics_single .topics_single_content figure {
  margin: 32px 0;
}
main.topics section.topics_single .topics_single_content figure img {
  width: 100%;
  height: auto;
}
main.topics section.topics_single .topics_single_content figure figcaption {
  margin-top: 8px;
  color: rgba(35, 24, 21, 0.7);
  font-size: 0.875em;
  line-height: 1.6;
  text-align: center;
}
main.topics section.topics_single .topics_single_content a {
  color: #64361f;
  text-decoration: underline;
  text-underline-offset: 3px;
}
main.topics section.topics_single .topics_single_content hr {
  margin: 40px 0;
  border: 0;
  border-top: 1px solid rgba(100, 54, 31, 0.45);
}
main.topics section.topics_single .topics_single_content pre {
  overflow-x: auto;
  margin: 28px 0;
  padding: 20px;
  background-color: #f3f0e8;
  font-family: monospace;
  font-size: 0.9em;
  line-height: 1.7;
  white-space: pre;
}
main.topics section.topics_single .topics_single_content code {
  padding: 0.15em 0.35em;
  background-color: #f3f0e8;
  font-family: monospace;
  font-size: 0.9em;
}
main.topics section.topics_single .topics_page_links {
  display: flex;
  gap: 10px;
  margin-top: 36px;
}
main.topics section.topics_single .topics_back {
  position: relative;
  display: grid;
  overflow: hidden;
  width: 280px;
  height: 58px;
  margin: 80px auto 0;
  border: 1px solid #64361f;
  place-items: center;
  color: #64361f;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  transition: color 0.35s, opacity 0.2s;
}
@media screen and (max-width: 1919px) {
  main.topics section.topics_single .topics_back {
    width: max(240px, 240px + 40 * (100vw - 375px) / 1544);
    margin-top: max(56px, 56px + 24 * (100vw - 375px) / 1544);
  }
}
main.topics section.topics_single .topics_back::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #64361f;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
main.topics section.topics_single .topics_back span {
  position: relative;
  z-index: 1;
}
@media (hover: hover) and (pointer: fine) {
  main.topics section.topics_single .topics_back:hover {
    color: #fff;
    opacity: 1;
  }
  main.topics section.topics_single .topics_back:hover::before {
    transform: scaleX(1);
  }
}

section.fv {
  overflow: hidden;
  background-color: #fef9e9;
}
section.fv .fv_inner {
  --fv-pc-image-width: min(1400px, 73%);
  position: relative;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (min-width: 1921px) {
  section.fv .fv_inner {
    overflow: visible;
  }
}
section.fv .fv_slider {
  position: relative;
  width: var(--fv-pc-image-width);
  aspect-ratio: 35/23;
  overflow: hidden;
}
@media screen and (min-width: 1921px) {
  section.fv .fv_slider {
    width: calc(1400px + (100vw - 1920px) / 2);
    height: 920px;
    margin-left: calc((100vw - 1920px) / -2);
    aspect-ratio: auto;
  }
}
@media screen and (max-width: 600px) {
  section.fv .fv_slider {
    --fv-sp-copy-space: 139px;
    --fv-sp-image-height: 440px;
    width: calc(100% - 53px);
    margin-left: auto;
    padding-top: var(--fv-sp-copy-space);
    aspect-ratio: auto;
    height: calc(var(--fv-sp-copy-space) + var(--fv-sp-image-height));
  }
}
@media screen and (min-width: 375px) and (max-width: 600px) {
  section.fv .fv_slider {
    --fv-sp-copy-space: clamp(139px, calc(139px + (265 - 139) * ((100vw - 375px) / (600 - 375))), 265px);
    --fv-sp-image-height: clamp(440px, calc(440px + (600 - 440) * ((100vw - 375px) / (600 - 375))), 600px);
  }
}
section.fv .fv_slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: scale(1.025);
  transition: opacity 1.4s ease, transform 7s linear;
}
@media screen and (max-width: 600px) {
  section.fv .fv_slide {
    top: var(--fv-sp-copy-space);
  }
}
section.fv .fv_slide.is-active {
  z-index: 1;
  opacity: 1;
  transform: scale(1);
}
section.fv .fv_slide picture,
section.fv .fv_slide img {
  display: block;
  width: 100%;
  height: 100%;
}
section.fv .fv_slide img {
  object-fit: cover;
  object-position: center;
}
section.fv .fv_copy {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: var(--fv-pc-image-width);
  width: calc(100% - var(--fv-pc-image-width));
  padding: 0 15px 0 70px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 1.5555555556;
  letter-spacing: 0.06em;
  text-align: left;
  transform: translateY(-50%);
  white-space: nowrap;
}
@media screen and (min-width: 601px) and (max-width: 1919px) {
  section.fv .fv_copy {
    padding-right: max(10px, 10px + 5 * (100vw - 601px) / 1318);
    padding-left: max(15px, 15px + 55 * (100vw - 601px) / 1318);
    font-size: max(18px, 18px + 36 * (100vw - 601px) / 1318);
  }
}
@media screen and (max-width: 600px) {
  section.fv .fv_copy {
    top: 38px;
    left: 15px;
    width: auto;
    padding: 0;
    font-size: 28px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    transform: none;
  }
}
@media screen and (min-width: 375px) and (max-width: 600px) {
  section.fv .fv_copy {
    top: clamp(38px, 38px + 16 * (100vw - 375px) / 225, 54px);
    left: clamp(15px, 15px + 9 * (100vw - 375px) / 225, 24px);
    font-size: clamp(28px, 28px + 10 * (100vw - 375px) / 225, 38px);
  }
}
section.fv .fv_title {
  position: absolute;
  z-index: 3;
  bottom: 30px;
  left: 80px;
  width: 48%;
  pointer-events: none;
}
@media screen and (min-width: 601px) and (max-width: 1919px) {
  section.fv .fv_title {
    width: min(48%, var(--fv-pc-image-width) - 100px);
  }
}
@media screen and (max-width: 600px) {
  section.fv .fv_title {
    right: auto;
    bottom: 25px;
    left: 75px;
    width: min(76%, 420px);
  }
}
@media screen and (min-width: 375px) and (max-width: 600px) {
  section.fv .fv_title {
    bottom: clamp(25px, 25px + 10 * (100vw - 375px) / 225, 35px);
    left: calc(53px + clamp(22px, 22px + 10 * (100vw - 375px) / 225, 32px));
  }
}
section.fv .fv_title img {
  width: 100%;
}
section.fv .fv_scroll {
  position: absolute;
  z-index: 3;
  right: 50px;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  color: #64361f;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 601px) and (max-width: 1919px) {
  section.fv .fv_scroll {
    right: max(15px, 15px + 35 * (100vw - 601px) / 1318);
    gap: max(5px, 5px + 2 * (100vw - 601px) / 1318);
    font-size: max(9px, 9px + 3 * (100vw - 601px) / 1318);
  }
}
@media screen and (max-width: 600px) {
  section.fv .fv_scroll {
    display: none;
  }
}
section.fv .fv_scroll span {
  display: block;
  font-weight: 900;
  transform: translateX(2px);
  writing-mode: vertical-rl;
}
section.fv .fv_scroll i {
  position: relative;
  width: 1px;
  height: 140px;
  overflow: hidden;
  background-color: rgba(100, 54, 31, 0.25);
}
@media screen and (min-width: 601px) and (max-width: 1919px) {
  section.fv .fv_scroll i {
    height: max(70px, 70px + 70 * (100vw - 601px) / 1318);
  }
}
section.fv .fv_scroll i::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #64361f;
  transform: translateY(-100%);
  animation: fv_scroll_line 2.2s cubic-bezier(0.65, 0, 0.35, 1) infinite;
}
@media (hover: hover) and (pointer: fine) {
  section.fv .fv_scroll:hover {
    opacity: 0.6;
  }
}

@keyframes fv_scroll_line {
  0% {
    transform: translateY(-100%);
  }
  45%, 55% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(100%);
  }
}
section.child-fv {
  display: grid;
  grid-template-columns: 27.083333% 1fr;
  background-color: #fff;
}
@media screen and (max-width: 600px) {
  section.child-fv {
    grid-template-columns: 1fr;
  }
}
section.child-fv .child-fv_heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 24px;
}
@media screen and (min-width: 601px) and (max-width: 1919px) {
  section.child-fv .child-fv_heading {
    padding: max(20px, 20px + 20 * (100vw - 601px) / 1318) max(12px, 12px + 12 * (100vw - 601px) / 1318);
  }
}
@media screen and (max-width: 600px) {
  section.child-fv .child-fv_heading {
    padding: 32px 5% 28px;
  }
}
section.child-fv .child-fv_heading h1,
section.child-fv .child-fv_heading .child-fv_title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 601px) and (max-width: 1919px) {
  section.child-fv .child-fv_heading h1,
  section.child-fv .child-fv_heading .child-fv_title {
    font-size: max(20px, 20px + 34 * (100vw - 601px) / 1318);
  }
}
@media screen and (max-width: 600px) {
  section.child-fv .child-fv_heading h1,
  section.child-fv .child-fv_heading .child-fv_title {
    font-size: 32px;
  }
}
section.child-fv .child-fv_heading p {
  margin-top: 6px;
  color: #e77b18;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (min-width: 601px) and (max-width: 1919px) {
  section.child-fv .child-fv_heading p {
    font-size: max(13px, 13px + 5 * (100vw - 601px) / 1318);
  }
}
@media screen and (max-width: 600px) {
  section.child-fv .child-fv_heading p {
    font-size: 13px;
  }
}
section.child-fv picture {
  display: block;
  height: 100%;
  min-height: 0;
  aspect-ratio: 2.8/1;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  section.child-fv picture {
    aspect-ratio: 2/1;
  }
}
section.child-fv picture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

nav.child_breadcrumb {
  padding: 16px 0;
  background-color: #fef9e9;
  color: #734a35;
}
@media screen and (max-width: 1919px) {
  nav.child_breadcrumb {
    padding: max(12px, 12px + 4 * (100vw - 375px) / 1544) 0;
  }
}
nav.child_breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 0;
}
nav.child_breadcrumb ol li {
  display: flex;
  align-items: center;
  font-family: "Yu Gothic", "YuGothic", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1919px) {
  nav.child_breadcrumb ol li {
    font-size: max(13px, 13px + 3 * (100vw - 375px) / 1544);
  }
}
nav.child_breadcrumb ol li i {
  margin: 0 8px;
  font-style: normal;
}

.footer {
  background-color: #667c31;
  color: #fff;
}
.footer .footer_inner {
  padding: 45px 5% 50px;
}
@media screen and (max-width: 600px) {
  .footer .footer_inner {
    padding: 50px 20px 45px;
  }
}
.footer .footer_nav {
  font-family: "Yu Gothic", "YuGothic", sans-serif;
}
.footer .footer_nav ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 68px;
}
@media screen and (max-width: 1919px) {
  .footer .footer_nav ul {
    gap: max(24px, 24px + 44 * (100vw - 375px) / 1544);
  }
}
@media screen and (max-width: 600px) {
  .footer .footer_nav ul {
    gap: 24px clamp(8px, 8px + 22 * (100vw - 320px) / 55, 30px);
    text-align: center;
  }
}
.footer .footer_nav a {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.footer .footer_banners {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 80px;
}
@media screen and (max-width: 600px) {
  .footer .footer_banners {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-top: 50px;
  }
}
.footer .footer_banner {
  width: 232px;
  height: 60px;
  padding: 8px 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  background-color: #fff;
  color: #231815;
  font-family: "Yu Gothic", "YuGothic", sans-serif;
}
.footer .footer_banner img {
  width: 43px;
  height: 43px;
  flex: 0 0 auto;
  object-fit: contain;
}
.footer .footer_banner:last-child img {
  width: 37px;
  height: 31px;
}
.footer .footer_banner:last-child img + p {
  margin-left: 6px;
}
.footer .footer_banner p {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.06em;
  white-space: nowrap;
}
@media screen and (max-width: 600px) {
  .footer .footer_banner p {
    font-size: 14px;
  }
}
.footer .footer_company {
  margin-top: 64px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .footer .footer_company {
    margin-top: 50px;
  }
}
.footer .footer_logo {
  display: block;
  width: 330px;
  max-width: 100%;
  margin: 0 auto;
}
.footer .footer_logo img {
  width: 100%;
}
.footer .footer_address {
  margin-top: 25px;
  font-family: "Yu Gothic", "YuGothic", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 600px) {
  .footer .footer_address {
    margin-top: 24px;
    font-size: 14px;
    letter-spacing: 0;
    overflow-wrap: anywhere;
  }
}
.footer .footer_copyright {
  padding: 14.5px 20px;
  background-color: #64361f;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.06em;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .footer .footer_copyright {
    padding: 15px 10px;
    font-size: 14px;
  }
}
