@charset "UTF-8";
/*! ---------------------------------
Theme Name: Main
Version: 3.4.1
Tested up to: 6.8.1
---------------------------------- */
/* -----------------------------------------------
  Variables
--------------------------------------------------*/
:root {
  --color-text: #000;
  --color-bg: #f6f6f5;
  --color-base: #3a7a70;
  --color-link: #3a7a70;
  --color-hover: #3a7a70;
  --color-visited: #551a8b;
  --color-error: #dd0000;
  --swiper-theme-color: #3a7a70;
}

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
  font-size: 62.5%;
  background: #fff;
}

body,
button,
input,
textarea,
select {
  color: var(--color-text);
  line-height: 1.8;
  font-size: 1.6rem;
  font-family: "Outfit", "Zen Kaku Gothic New", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  text-autospace: no-autospace;
}

::selection {
  background: rgb(41.5666666667, 87.4333333333, 80.2666666667);
  color: #fff;
}

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

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

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

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

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

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

/* ---------- text ---------- */
p {
  margin: 2rem 0;
}

strong {
  font-weight: bold;
}

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

address {
  font-style: normal;
}

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

time {
  text-autospace: no-autospace;
}

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

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

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

figure {
  margin: 0;
}

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

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

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

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

fieldset {
  padding: 0;
  border: none;
}

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

/**************************************************
  content
***************************************************/
.container {
  overflow-x: clip;
}

.l-content__has-column {
  display: flex;
}
@media all and (max-width: 768px) {
  .l-content__has-column {
    flex-direction: column;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**************************************************
  Typography
***************************************************/
/* -----------------------------------------------
  Heading
-------------------------------------------------- */
.c-heading {
  margin-top: 5rem;
}
/* -----------------------------------------------
  Variation
-------------------------------------------------- */
.c-en, .en {
  font-family: "Outfit", sans-serif;
  letter-spacing: 0.1em;
}

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

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

/**************************************************
  Button
***************************************************/
.wp-block-button__link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-base);
  min-width: min(49rem, 36.2962962963vw);
  min-height: min(9.5rem, 7.037037037vw);
  font-size: min(1.4rem, 1.037037037vw);
  border: 1px solid;
  border-radius: 0;
}
@media all and (max-width: 768px) {
  .wp-block-button__link {
    min-width: calc(100vw - 13.3333333333vw);
    min-height: 18.6666666667vw;
    font-size: 4.2666666667vw;
  }
}
.wp-block-button__link:visited {
  color: #fff;
}
.wp-block-button__link:hover {
  background: #fff;
  color: var(--color-base);
}
.wp-block-button.is-style-outline .wp-block-button__link {
  border-color: var(--color-base);
  color: var(--color-base);
}
.wp-block-button.is-style-outline .wp-block-button__link:hover, .wp-block-button.is-style-outline .wp-block-button__link:focus {
  background: var(--color-base);
  color: var(--color-bg);
}

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

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

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

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

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

/**************************************************
  List
***************************************************/
.c-list {
  margin-block: 2rem;
}

/* 非順序リスト */
.c-list--bullet li {
  margin-left: 2rem;
}
.c-list--bullet li::before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: -1.5rem;
  width: 6px;
  height: 6px;
  background: var(--color-base);
  border-radius: 100%;
}
.c-list--bullet li:has(a)::before {
  border-style: solid;
  border-width: 0 2px 2px 0;
  border-color: var(--color-base);
  content: "";
  display: inline-block;
  position: absolute;
  height: 6px;
  width: 6px;
  rotate: -45deg;
  border-radius: 0;
  background: transparent;
}
.c-list--bullet ol,
.c-list--bullet ul {
  margin-top: 0;
  margin-bottom: 0;
}

/* 順序リスト */
.c-list--number {
  counter-reset: num;
}
.c-list--number li {
  padding-left: 2rem;
}
.c-list--number li::before {
  position: absolute;
  counter-increment: num;
  content: counter(num) ".";
  display: inline-block;
  top: 0;
  left: 0.5rem;
}
.c-list--number ol,
.c-list--number ul {
  margin-top: 0;
  margin-bottom: 0;
}

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

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

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

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

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

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

/**************************************************
  Header
***************************************************/
/* -----------------------------------------------
  PC
-------------------------------------------------- */
.m-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  justify-content: space-between;
  max-width: min(122rem, 90.3703703704vw);
  height: 7rem;
  margin-inline: auto;
  z-index: 1001;
}
@media all and (max-width: 768px) {
  .m-header {
    align-items: flex-start;
    height: 25.3333333333vw;
    max-width: 100%;
    padding: 6.6666666667vw;
  }
}
@media all and (max-width: 768px) {
  .m-header__nav {
    display: none;
  }
}
.m-header__logo {
  width: min(39.4rem, 29.1851851852vw);
  line-height: 1;
  margin-block: 0;
}
@media all and (max-width: 768px) {
  .m-header__logo {
    width: 52vw;
    z-index: 10000;
  }
}

/* -----------------------------------------------
  SP
-------------------------------------------------- */
.m-hamburger__toggle {
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.8rem;
  height: 2.2rem;
  padding: 0;
  position: relative;
  cursor: pointer;
  z-index: 1001;
}
.m-hamburger__toggle-bars {
  display: inline-block;
  width: 100%;
  height: 0.4rem;
  background: var(--color-text);
  position: relative;
  transition: all 0.3s ease-in-out;
}
.m-hamburger__toggle-bars::before, .m-hamburger__toggle-bars::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.4rem;
  background: var(--color-text);
  position: absolute;
  left: 0;
  transition: all 0.3s ease-in-out;
}
.m-hamburger__toggle-bars::before {
  top: -8px;
}
.m-hamburger__toggle-bars::after {
  top: 8px;
}
.is-drawer-open .m-hamburger__toggle-bars {
  background: transparent;
}
.is-drawer-open .m-hamburger__toggle-bars::before {
  translate: 0 8px;
  rotate: 21deg;
}
.is-drawer-open .m-hamburger__toggle-bars::after {
  translate: 0 -8px;
  rotate: -21deg;
}
.m-hamburger__drawer {
  position: fixed;
  top: 6.5rem;
  right: calc(50% - min(54rem, 40vw));
  width: fit-content;
  height: fit-content;
  background: transparent;
  transition: 0.3s ease-in-out;
  z-index: 1000;
}
.m-hamburger__drawer[aria-hidden=true] {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.m-hamburger__drawer[aria-hidden=false] {
  opacity: 1;
}
@media all and (max-width: 768px) {
  .m-hamburger__drawer {
    top: 0;
    right: 0;
    padding: 25.3333333333vw 0 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    overflow: auto;
  }
}
@media all and (min-width: 769px) {
  .m-hamburger__list {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    gap: min(2.3rem, 1.7037037037vw);
  }
}
@media all and (max-width: 768px) {
  .m-hamburger__list {
    border-bottom: 1px solid var(--color-text);
  }
}
@media all and (min-width: 769px) {
  .m-hamburger__item {
    font-size: 1.6rem;
    font-weight: 500;
    writing-mode: vertical-rl;
  }
}
@media all and (max-width: 768px) {
  .m-hamburger__item {
    border-top: 1px solid var(--color-text);
  }
}
.m-hamburger__link {
  color: #333;
  text-decoration: none;
}
@media all and (max-width: 768px) {
  .m-hamburger__link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 5.3333333333vw 6.6666666667vw;
    font-size: 4.2666666667vw;
  }
  .m-hamburger__link:any-link {
    color: var(--color-text);
  }
}
.m-hamburger__link:visited:not(:hover) {
  color: #333;
}
.m-hamburger__link .c-icon {
  margin-top: 0.5rem;
  margin-left: 0;
}
.m-hamburger__others-link {
  justify-content: space-between;
}
.m-hamburger__others-link .c-icon {
  width: 3.3333333333vw;
  margin: 0;
}
.m-hamburger__info {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 12vw 6.6666666667vw;
  background-color: #ededed;
}
.m-hamburger__contact {
  width: 100%;
}
.m-hamburger__contact-title {
  text-align: center;
  margin-top: 0;
  margin-bottom: 4.2666666667vw;
  font-size: 4.2666666667vw;
}
.m-hamburger__contact-link {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.7em;
  width: 100%;
  height: 22.9333333333vw;
  text-decoration: none;
  line-height: 1;
}
.m-hamburger__contact-link.--tel {
  background-color: #fff;
  color: #000;
  margin-bottom: 1em;
}
.m-hamburger__contact-link.--tel .num {
  font-size: 4.8vw;
}
.m-hamburger__contact-link.--tel .time {
  font-size: 3.4666666667vw;
}
.m-hamburger__contact-link.--tel:any-link {
  color: #000;
}
.m-hamburger__contact-link.--mail {
  font-size: 4.2666666667vw;
  color: #fff;
  background-color: var(--color-link);
}
.m-hamburger__contact-link.--mail:any-link {
  color: #fff;
}
.m-hamburger__close {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 2vw;
  padding: 4vw;
  border-top: 1px solid #000;
  font-size: 3.7333333333vw;
}
.m-hamburger__close::before {
  content: "";
  width: 3.3333333333vw;
  height: 3.3333333333vw;
  display: block;
  background-image: url(../../../default/assets/images/common/icon_close.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

@media all and (max-width: 768px) {
  body.is-drawer-open {
    overflow: hidden;
  }
}

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

/**************************************************
  Footer
***************************************************/
.m-footer {
  position: relative;
  background: #f6f6f5;
}
.m-footer.reform-home::after {
  content: "";
  position: absolute;
  top: min(-5rem, -3.7037037037vw);
  right: 0;
  left: 0;
  margin: auto;
  width: 1px;
  height: min(10rem, 7.4074074074vw);
  background: #000;
}
@media all and (max-width: 768px) {
  .m-footer.reform-home::after {
    top: -6.6666666667vw;
    height: 13.3333333333vw;
  }
}
.m-footer:not(.reform-home) {
  border-top: 1px solid #000;
}
.m-footer__upper {
  padding-block: 8rem;
  text-align: center;
}
@media all and (max-width: 768px) {
  .m-footer__upper {
    padding: 12.6666666667vw 6.6666666667vw;
  }
}
.m-footer__title {
  font-size: 2rem;
  font-weight: 500;
  margin-block: 0 4rem;
}
@media all and (max-width: 768px) {
  .m-footer__title {
    font-size: 4.8vw;
    margin-bottom: 5.3333333333vw;
  }
}
.m-footer__cta {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: center;
  gap: min(5rem, 3.7037037037vw);
}
@media all and (max-width: 768px) {
  .m-footer__cta {
    flex-direction: column;
    row-gap: 4.2666666667vw;
  }
}
.m-footer__cta-button {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: min(37rem, 27.4074074074vw);
  height: 9.5rem;
  background: #fff;
  font-size: 1.4rem;
  text-decoration: none;
}
@media all and (max-width: 768px) {
  .m-footer__cta-button {
    width: 100%;
    font-size: 3.4666666667vw;
  }
}
.m-footer__cta-button .num {
  font-size: 1.8rem;
}
@media all and (max-width: 768px) {
  .m-footer__cta-button .num {
    font-size: 4.8vw;
  }
}
.m-footer__cta-button.--mail {
  color: #fff;
  background: var(--color-base);
  border: 1px solid var(--color-base);
}
.m-footer__cta-button.--mail:hover {
  background: #fff;
  color: var(--color-base);
}
@media all and (max-width: 768px) {
  .m-footer__cta-button.--mail {
    font-size: 4.2666666667vw;
  }
}
@media all and (max-width: 768px) {
  .m-footer__cta-button.--tel {
    color: var(--color-text);
  }
}
.m-footer__lower {
  border-top: 1px solid #000;
  padding-block: 8rem;
}
@media all and (max-width: 768px) {
  .m-footer__lower {
    padding-block: 13.3333333333vw;
  }
}
.m-footer__lower-right {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 3rem;
  text-align: right;
}
@media all and (max-width: 768px) {
  .m-footer__lower-right {
    text-align: center;
    gap: 6.6666666667vw;
  }
}
.m-footer__inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  max-width: min(92rem, 68.1481481481vw);
  margin-inline: auto;
}
@media all and (max-width: 768px) {
  .m-footer__inner {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.m-footer__logo {
  width: min(20.5rem, 15.1851851852vw);
  margin: 0;
}
@media all and (max-width: 768px) {
  .m-footer__logo {
    width: 49.6vw;
    margin-bottom: 9.3333333333vw;
  }
}
@media all and (min-width: 769px) {
  .m-footer__info-item {
    display: grid;
    grid-template-columns: 1fr 2.5fr;
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: min(3rem, 2.2222222222vw);
    grid-row-gap: 0.5rem;
    font-size: 1.4rem;
  }
  .m-footer__info-item:first-child {
    margin-bottom: min(3rem, 2.2222222222vw);
  }
  .m-footer__info-item dt {
    grid-area: 1/1/3/2;
    text-align: right;
  }
  .m-footer__info-item dd {
    grid-area: 1/2/2/3;
  }
  .m-footer__info-item dd:last-child {
    grid-area: 2/2/3/3;
  }
}
@media all and (max-width: 768px) {
  .m-footer__info-item {
    text-align: center;
    line-height: 2;
    margin-bottom: 8vw;
  }
  .m-footer__info-item dd span {
    display: block;
  }
  .m-footer__info-item dd a:any-link {
    color: var(--color-text);
  }
}
.m-footer__nav {
  color: var(--color-text);
  font-size: 1.2rem;
}
.m-footer__nav:any-link {
  color: var(--color-text);
}
@media all and (min-width: 769px) {
  .m-footer__nav {
    text-decoration: none;
  }
  .m-footer__nav:hover {
    color: var(--color-link);
  }
}
.m-footer__copyright {
  font-size: 1rem;
}
@media all and (max-width: 768px) {
  .m-footer__copyright {
    font-size: 3.2vw;
  }
}

/* -----------------------------------------------
  js-pageTop
-------------------------------------------------- */
.js-pageTop {
  position: fixed;
  right: clamp(20px, 2.394px + 4.695vw, 70px);
  bottom: clamp(20px, 2.394px + 4.695vw, 70px);
  display: none;
}
.js-pageTop a {
  width: 5rem;
  height: 5rem;
  background: #000;
  display: block;
  color: #fff;
}

/**************************************************
  entry-list
***************************************************/
.m-entry-list .m-article {
  border-bottom: 1px solid #252525;
}
.m-entry-list .m-article__link {
  display: flex;
  flex-wrap: nowrap;
  align-items: baseline;
  gap: min(1.5rem, 1.1111111111vw);
  color: var(--color-text);
  text-decoration: none;
  font-size: min(1.5rem, 1.1111111111vw);
  padding-block: min(1.5rem, 1.1111111111vw);
}
@media all and (max-width: 768px) {
  .m-entry-list .m-article__link {
    flex-wrap: wrap;
    gap: 4vw;
    font-size: 4.2666666667vw;
    padding-block: 5.3333333333vw;
  }
}
.m-entry-list .m-article__title {
  flex: 1;
  line-height: 1.8;
  margin: 0;
  font-size: min(1.5rem, 1.1111111111vw);
  font-weight: normal;
}
@media all and (max-width: 768px) {
  .m-entry-list .m-article__title {
    width: 100%;
    flex: initial;
    text-align: justify;
    font-size: 4.2666666667vw;
  }
}
.m-entry-list .m-article__date {
  flex-shrink: 0;
  font-size: min(1.5rem, 1.1111111111vw);
  white-space: nowrap;
}
@media all and (max-width: 768px) {
  .m-entry-list .m-article__date {
    font-size: 3.7333333333vw;
  }
}
.m-entry-list .m-article__category {
  width: min(10rem, 7.4074074074vw);
  white-space: nowrap;
  font-size: min(1.3rem, 0.962962963vw);
  color: #fff;
  background-color: var(--color-base);
  text-align: center;
  line-height: 1;
  padding-block: 0.4em;
  margin-top: 0.2em;
  border-radius: 0.2rem;
}
@media all and (max-width: 768px) {
  .m-entry-list .m-article__category {
    width: 25.8666666667vw;
    font-size: 3.4666666667vw;
  }
}
.m-entry-list .m-article__category.--info {
  background-color: #557c64;
}
.m-entry-list .m-article__category.--media {
  background-color: #8c8059;
}
.m-entry-list .m-article__category.--reform {
  background-color: #678495;
}

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

/**************************************************
  page title
***************************************************/
.m-page-title {
  background-color: #f6f6f5;
  border-bottom: solid 1px #000;
}
.m-page-title__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  width: min(122rem, 90.3703703704vw);
  padding: min(14rem, 10.3703703704vw) 0 min(3rem, 2.2222222222vw);
  margin: 0 auto;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media all and (max-width: 768px) {
  .m-page-title__heading {
    flex-direction: column;
    gap: 2.6666666667vw;
    align-items: flex-start;
    width: 100%;
    padding: 33.3333333333vw 6.6666666667vw 5.3333333333vw;
  }
}
.m-page-title__heading .jp {
  font-size: min(2.4rem, 1.7777777778vw);
}
@media all and (max-width: 768px) {
  .m-page-title__heading .jp {
    font-size: 5.3333333333vw;
  }
}
.m-page-title__heading .en {
  font-size: min(1.6rem, 1.1851851852vw);
  font-family: "Outfit", sans-serif;
  text-transform: uppercase;
}
@media all and (max-width: 768px) {
  .m-page-title__heading .en {
    font-size: 3.2vw;
  }
}

/**************************************************
  breadcrumb
***************************************************/
.m-breadcrumb {
  white-space: nowrap;
  overflow-x: auto;
  width: min(122rem, 90.3703703704vw);
  margin-inline: auto;
}
@media all and (max-width: 768px) {
  .m-breadcrumb {
    width: 100%;
  }
}
.m-breadcrumb__wrap {
  background-color: #f6f6f5;
  border-top: solid 1px #000;
  padding-block: 2rem;
}
@media all and (max-width: 768px) {
  .m-breadcrumb__wrap {
    padding-block: 1.5rem;
  }
}
.m-breadcrumb ol {
  display: flex;
  gap: 0.7em;
}
@media all and (max-width: 768px) {
  .m-breadcrumb ol {
    margin-left: 2vw;
  }
}
.m-breadcrumb ol > li {
  display: flex;
  align-items: center;
  gap: 0.7em;
  font-size: 1.4rem;
}
.m-breadcrumb ol > li:last-child {
  padding-right: 2rem;
}
.m-breadcrumb ol > li > a {
  text-decoration: none;
  color: var(--color-text);
}
.m-breadcrumb ol > li[aria-current=page] {
  font-weight: 400;
}
.m-breadcrumb ol > li + li::before {
  content: "";
  width: 1.2rem;
  height: 0.6rem;
  display: block;
  background-color: var(--color-text);
  clip-path: polygon(100% 100%, 0% 100%, 0% 64.286%, 63.636% 64.286%, 47.273% 21.429%, 61.818% 0%, 100% 100%);
}
.m-breadcrumb::-webkit-scrollbar {
  height: 8px;
}
.m-breadcrumb::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0);
}
.m-breadcrumb::-webkit-scrollbar-thumb {
  background-color: rgba(var(--color-text), 0.05);
  border-radius: 8px;
}

.page .m-breadcrumb ol li:nth-child(2) {
  display: none;
}

/**************************************************
  slider
***************************************************/
.m-slider {
  --swiper-theme-color: var(--color-base);
  overflow: hidden;
  position: relative;
}
.m-slider .swiper-slide {
  background: var(--color-bg);
  text-align: center;
}
.m-slider .swiper-slide img {
  height: 100%;
  object-fit: cover;
}
.m-slider .is-after-image .swiper-slide {
  width: min(80rem, 59.2592592593vw);
  height: min(60rem, 44.4444444444vw);
}
@media all and (max-width: 768px) {
  .m-slider .is-after-image .swiper-slide {
    width: 100vw;
    height: 75vw;
  }
}
.m-slider .is-before-image {
  position: relative;
}
.m-slider .is-before-image::after {
  content: "BEFORE";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Outfit", sans-serif;
  letter-spacing: 0.1em;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
}
.m-slider .is-before-image .swiper-slide {
  height: min(30rem, 22.2222222222vw);
}
@media all and (max-width: 768px) {
  .m-slider .is-before-image .swiper-slide {
    height: calc((100vw - 13.3333333333vw) * 3 / 4);
  }
}
.m-slider .swiper-button-prev,
.m-slider .swiper-button-next {
  color: var(--swiper-theme-color);
  top: 50%;
  transform: translateY(-50%);
}
.m-slider .swiper-pagination {
  position: static;
  margin-top: min(2rem, 1.4814814815vw);
}
.m-slider .swiper-pagination-bullet-active {
  background-color: var(--swiper-theme-color);
}
.m-slider .swiper-pagination__before {
  margin-top: min(1rem, 0.7407407407vw);
  text-align: center;
}
/**************************************************
  pagination
***************************************************/
.page-numbers__wrap {
  position: relative;
  border-top: 1px solid #333;
  padding-block: min(5rem, 3.7037037037vw);
}
@media all and (max-width: 768px) {
  .page-numbers__wrap {
    padding-block: 6.6666666667vw;
  }
}
.page-numbers__wrap::before, .page-numbers__wrap::after {
  content: "";
  position: absolute;
  left: 33.333%;
  top: -2rem;
  width: 1px;
  height: 2rem;
  background: #333;
}
@media all and (max-width: 768px) {
  .page-numbers__wrap::before, .page-numbers__wrap::after {
    inset-inline: 0;
    margin: auto;
    height: 3.3333333333vw;
    top: -3.3333333333vw;
  }
}
.page-numbers__wrap::after {
  left: auto;
  right: 33.333%;
}
@media all and (max-width: 768px) {
  .page-numbers__wrap::after {
    content: none;
  }
}

ul.page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1.5rem;
}
ul.page-numbers > li {
  font-size: 1.5rem;
  font-weight: 600;
}
ul.page-numbers > li > a, ul.page-numbers > li > span {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  line-height: 1;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 100%;
}
ul.page-numbers > li > a {
  text-decoration: none;
  color: #000;
  transition: all 0.3s linear;
}
ul.page-numbers > li > a:any-link {
  color: #000;
}
@media all and (min-width: 769px) {
  ul.page-numbers > li > a:hover {
    opacity: 0.3;
  }
}
ul.page-numbers > li > a .icon-arrow {
  display: block;
  width: 1.9rem;
  height: 0.8rem;
  background-color: #000;
  clip-path: polygon(100% 100%, 0% 100%, 0% 77.0247%, 76.7904% 77.0247%, 51.3293% 16.3125%, 58.0838% 0%);
}
ul.page-numbers > li > a .icon-arrow.--prev {
  clip-path: polygon(0% 100%, 100% 100%, 100% 77.0247%, 23.2096% 77.0247%, 48.6707% 16.3125%, 41.9162% 0%);
}
ul.page-numbers > li .current {
  color: #fff;
  background-color: #000;
}

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

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

/* -----------------------------------------------
  MARK: ウィジェット
-------------------------------------------------- */
.m-widget {
  margin-bottom: 5rem;
}
.m-widget__title {
  margin-block: 0.67em;
}
.m-widget__archive {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem 2rem;
}
.m-widget__archive li {
  flex: 1;
}
.m-widget .c-list--bullet {
  margin-top: 0;
}

/**************************************************
  toc
***************************************************/
.m-toc-list a {
  display: block;
}
.m-toc-list .is-current {
  font-weight: bold;
  background: rgba(var(--color-base), 0.2);
}

/**************************************************
  entry
***************************************************/
@media all and (min-width: 769px) {
  .entry {
    padding-top: min(5rem, 3.7037037037vw);
  }
}

@media all and (min-width: 769px) {
  .m-entry-header,
  .m-entry-body,
  .m-entry-field__inner {
    max-width: min(95rem, 70.3703703704vw);
    margin-inline: auto;
  }
}
@media all and (max-width: 768px) {
  .m-entry-header,
  .m-entry-body,
  .m-entry-field__inner {
    padding-inline: 6.6666666667vw;
  }
}

/* -----------------------------------------------
  header
-------------------------------------------------- */
.m-entry-header__title {
  font-size: 2.8rem;
  text-align: center;
  margin-block: 1.5em;
}
@media all and (max-width: 768px) {
  .m-entry-header__title {
    font-size: 6.4vw;
  }
}
.m-entry-header__title span {
  display: block;
  font-size: 1.8rem;
  margin-bottom: 1em;
}
@media all and (max-width: 768px) {
  .m-entry-header__title span {
    font-size: 4vw;
  }
}
.m-entry-header__category {
  background: #2a2a2a;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1;
  padding: 0.5rem 1.2rem;
  border-radius: 0.2rem;
}

/* -----------------------------------------------
  body
-------------------------------------------------- */
.m-entry-body {
  margin-bottom: min(12rem, 8.8888888889vw);
}
@media all and (min-width: 769px) {
  .m-entry-body .wp-post {
    max-width: min(80rem, 59.2592592593vw);
    margin-inline: auto;
  }
}

/* -----------------------------------------------
  field
-------------------------------------------------- */
.m-entry-field {
  padding-block: min(12rem, 8.8888888889vw);
  background: #e5efed;
}
@media all and (max-width: 768px) {
  .m-entry-field {
    padding-block: 13.3333333333vw;
  }
}
.m-entry-field h2 {
  font-size: 2.8rem;
  text-align: center;
  margin-block: 1.5em;
}
.m-entry-field__inner {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: space-between;
  column-gap: min(10rem, 7.4074074074vw);
}
@media all and (max-width: 768px) {
  .m-entry-field__inner {
    flex-wrap: wrap;
    row-gap: 13.3333333333vw;
  }
}
.m-entry-field__inner .reform-data {
  flex: 1;
}
@media all and (max-width: 768px) {
  .m-entry-field__inner .reform-data {
    flex: 100%;
  }
}
.m-entry-field__inner .reform-data__div {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding-block: min(1.3rem, 0.962962963vw);
  border-bottom: 1px solid #000;
}
.m-entry-field__inner .reform-data dt {
  flex: 0 0 min(15rem, 11.1111111111vw);
}
@media all and (max-width: 768px) {
  .m-entry-field__inner .reform-data dt {
    flex: 0 0 21.3333333333vw;
  }
}
.m-entry-field__inner .m-slider {
  flex: 1;
}

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

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

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

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

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

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

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

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

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

/**************************************************
  Top
***************************************************/
/* -----------------------------------------------
  mainvisual
-------------------------------------------------- */
.top-visual {
  position: relative;
  overflow: hidden;
  max-width: 100vw;
}
@media all and (max-width: 768px) {
  .top-visual {
    margin-top: 25.3333333333vw;
    background: #e5edeb;
  }
}
.top-visual .swiper-slide a:any-link {
  color: var(--color-text);
  text-decoration: none;
}
@media all and (min-width: 769px) {
  .top-visual .swiper-slide a:hover {
    color: var(--color-link);
  }
}
.top-visual .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media all and (min-width: 769px) {
  .top-visual .swiper-pagination {
    right: 0;
    flex-direction: column;
    row-gap: min(1.5rem, 1.1111111111vw);
  }
}
@media all and (max-width: 768px) {
  .top-visual .swiper-pagination {
    bottom: 6.4vw;
    column-gap: 2.6666666667vw;
  }
}
.top-visual .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  background: #999;
  margin: 0;
  opacity: 1;
  border-radius: 0.5rem;
  transition: 0.8s;
}
@media all and (min-width: 769px) {
  .top-visual .swiper-pagination .swiper-pagination-bullet {
    width: 0.5rem;
    height: 0.5rem;
  }
}
@media all and (max-width: 768px) {
  .top-visual .swiper-pagination .swiper-pagination-bullet {
    width: 1vw;
    height: 1vw;
  }
}
.top-visual .swiper-pagination .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color-base);
}
@media all and (min-width: 769px) {
  .top-visual .swiper-pagination .swiper-pagination-bullet::after {
    width: 100%;
    height: 0%;
  }
}
@media all and (max-width: 768px) {
  .top-visual .swiper-pagination .swiper-pagination-bullet::after {
    width: 0%;
    height: 100%;
  }
}
.top-visual .swiper-pagination .swiper-pagination-bullet-active {
  border-radius: 0.5rem;
  overflow: hidden;
  /* 塗りつぶしアニメーション */
}
@media all and (min-width: 769px) {
  .top-visual .swiper-pagination .swiper-pagination-bullet-active {
    width: 0.3rem;
    height: min(5rem, 3.7037037037vw);
  }
}
@media all and (max-width: 768px) {
  .top-visual .swiper-pagination .swiper-pagination-bullet-active {
    width: 10vw;
    height: 0.6vw;
  }
}
@media all and (min-width: 769px) {
  .top-visual .swiper-pagination .swiper-pagination-bullet-active::after {
    animation: fillVertical 3.6s linear forwards;
  }
}
@media all and (max-width: 768px) {
  .top-visual .swiper-pagination .swiper-pagination-bullet-active::after {
    animation: fillHorizontal 3.6s linear forwards;
  }
}
@keyframes fillVertical {
  from {
    height: 0%;
  }
  to {
    height: 100%;
  }
}
@keyframes fillHorizontal {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
@media all and (min-width: 769px) {
  .top-visual .swiper-slide {
    width: min(80rem, 59.2592592593vw);
    height: min(53.3rem, 39.4814814815vw);
    display: flex;
    align-items: center;
  }
  .top-visual .swiper-slide img {
    width: 100%;
  }
  .top-visual .inner {
    max-width: min(122rem, 90.3703703704vw);
  }
  .top-visual__wrap {
    width: min(80rem, 59.2592592593vw);
    height: min(72rem, 53.3333333333vw);
    margin-inline: auto;
  }
}
@media all and (max-width: 768px) {
  .top-visual__wrap {
    background: #fff;
    padding-bottom: 13.3333333333vw;
    margin-top: -4.6666666667vw;
  }
}
.top-visual__catch {
  position: relative;
  z-index: 2;
  text-shadow: 0 0 15px rgba(255, 255, 255, 0.9), 0 0 30px rgba(255, 255, 255, 0.8);
}
.top-visual__catch h2 {
  margin: 0;
}
@media all and (min-width: 769px) {
  .top-visual__catch {
    position: absolute;
    bottom: min(15rem, 11.1111111111vw);
    left: 0;
  }
}
@media all and (max-width: 768px) {
  .top-visual__catch {
    padding-top: 9.3333333333vw;
    padding-inline: 6.6666666667vw;
  }
}
.top-visual__catch .c-en {
  font-size: min(1.4rem, 1.037037037vw);
  letter-spacing: 0.075em;
  display: block;
  margin-bottom: min(1rem, 0.7407407407vw);
}
@media all and (max-width: 768px) {
  .top-visual__catch .c-en {
    font-size: 3.2vw;
  }
}
.top-visual__catch .c-ja {
  font-size: min(3.6rem, 2.6666666667vw);
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media all and (max-width: 768px) {
  .top-visual__catch .c-ja {
    font-size: 5.7333333333vw;
    letter-spacing: 0.075em;
  }
}
.top-visual__main {
  object-fit: cover;
  aspect-ratio: 200/133;
}
@media all and (min-width: 769px) {
  .top-visual__title {
    position: absolute;
    top: min(10rem, 7.4074074074vw);
    right: calc(min(15.5rem, 11.4814814815vw) * -1);
    writing-mode: vertical-rl;
    line-height: inherit;
  }
}
@media all and (max-width: 768px) {
  .top-visual__title {
    background: #fff;
    padding-top: 5.3333333333vw;
    padding-inline: 6.6666666667vw;
    margin: 0;
  }
}
.top-visual__title .c-en {
  font-size: min(1.2rem, 0.8888888889vw);
  display: block;
  margin-left: min(1.5rem, 1.1111111111vw);
}
@media all and (max-width: 768px) {
  .top-visual__title .c-en {
    font-size: 2.6666666667vw;
    margin-left: 0;
  }
}
.top-visual__title .c-ja {
  font-size: min(2rem, 1.4814814815vw);
}
@media all and (max-width: 768px) {
  .top-visual__title .c-ja {
    font-size: 4vw;
  }
}
.top-visual__subimage {
  position: absolute;
  right: calc(min(14rem, 10.3703703704vw) * -1);
  bottom: min(3rem, 2.2222222222vw);
  width: min(20rem, 14.8148148148vw);
  height: min(13.3rem, 9.8518518519vw);
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media all and (max-width: 768px) {
  .top-visual__subimage {
    right: 6.6666666667vw;
    bottom: 0;
    width: 26.6666666667vw;
    height: 17.7333333333vw;
  }
}
.top-visual__subimage::after {
  content: "BEFORE";
  position: absolute;
  color: #fff;
  font-family: "Outfit", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}
.top-visual__subimage img {
  aspect-ratio: 3/2;
  object-fit: cover;
  opacity: 0.5;
}
.top-visual__subimage .c-icon {
  position: absolute;
  top: min(-2.3rem, -1.7037037037vw);
  right: 0;
  left: 0;
  margin: auto;
  width: min(2.1rem, 1.5555555556vw);
  height: min(2.3rem, 1.7037037037vw);
  fill: var(--color-base);
}
@media all and (max-width: 768px) {
  .top-visual__subimage .c-icon {
    width: 5.4666666667vw;
    height: 4.9333333333vw;
    top: 4vw;
    right: auto;
    left: -8vw;
    transform: scaleX(-1) rotate(90deg);
  }
}
@media all and (min-width: 769px) {
  .top-visual .top-visual__title,
  .top-visual .top-visual__subimage {
    opacity: 0;
  }
  .top-visual .swiper-slide-active .top-visual__title,
  .top-visual .swiper-slide-active .top-visual__subimage {
    opacity: 1;
  }
}

/* -----------------------------------------------
  module
-------------------------------------------------- */
.section__title {
  position: relative;
  font-size: min(2rem, 1.4814814815vw);
  text-align: center;
  margin: 0;
}
@media all and (max-width: 768px) {
  .section__title {
    font-size: 6.4vw;
  }
}
.section__title .c-en {
  display: block;
  margin-top: min(1.5rem, 1.1111111111vw);
  font-size: min(1.2rem, 0.8888888889vw);
}
@media all and (max-width: 768px) {
  .section__title .c-en {
    font-size: 4.8vw;
    margin-top: 2.6666666667vw;
  }
}

.section__button .wp-block-button__link {
  background: none;
  color: var(--color-text);
  border-color: var(--color-text);
  min-width: min(68.7rem, 50.8888888889vw);
  min-height: min(6.4rem, 4.7407407407vw);
}
@media all and (max-width: 768px) {
  .section__button .wp-block-button__link {
    min-width: calc(100vw - 13.3333333333vw);
    min-height: 18.6666666667vw;
  }
}
.section__button .wp-block-button__link .c-icon {
  position: absolute;
  right: min(2rem, 1.4814814815vw);
  width: min(2.7rem, 2vw);
}
@media all and (max-width: 768px) {
  .section__button .wp-block-button__link .c-icon {
    right: 4vw;
    width: 6.6666666667vw;
    height: 6.6666666667vw;
  }
}
.section__button .wp-block-button__link:hover {
  background: var(--color-text);
  color: #fff;
}
.section__button .wp-block-button__link:hover .c-icon {
  fill: #fff;
}

/* -----------------------------------------------
  content
-------------------------------------------------- */
.inner {
  position: relative;
  margin-inline: auto;
}

.news {
  padding-block: min(12.5rem, 9.2592592593vw) min(15rem, 11.1111111111vw);
}
@media all and (max-width: 768px) {
  .news {
    padding-block: 20vw 26.6666666667vw;
  }
}
.news .inner {
  display: flex;
  align-items: flex-start;
  column-gap: min(6rem, 4.4444444444vw);
}
@media all and (min-width: 769px) {
  .news .inner {
    max-width: min(115rem, 85.1851851852vw);
  }
}
@media all and (max-width: 768px) {
  .news .inner {
    flex-direction: column;
  }
}
.news .c-heading {
  flex-shrink: 0;
  margin-top: 0;
  display: flex;
  flex-flow: column;
  gap: min(2rem, 1.4814814815vw);
  font-weight: 500;
}
@media all and (max-width: 768px) {
  .news .c-heading {
    gap: 4vw;
    width: 100%;
    padding-inline: 6.6666666667vw;
    padding-bottom: 6.6666666667vw;
    border-bottom: solid 3px #271400;
    margin: 0;
  }
}
@media all and (max-width: 768px) {
  .news .c-heading .c-ja {
    font-size: 6.4vw;
  }
}
.news .c-heading .c-en {
  font-size: min(1.2rem, 0.8888888889vw);
}
@media all and (max-width: 768px) {
  .news .c-heading .c-en {
    font-size: 4.8vw;
  }
}
.news__list {
  flex: 1;
}
@media all and (max-width: 768px) {
  .news__list {
    padding-inline: 6.6666666667vw;
  }
}
.news .m-entry-list {
  margin-bottom: min(5rem, 3.7037037037vw);
}
@media all and (max-width: 768px) {
  .news .m-entry-list {
    margin-bottom: 13.3333333333vw;
  }
}

.top-advantage {
  position: relative;
  background: #e5efed;
  padding-block: min(19rem, 14.0740740741vw) min(8rem, 5.9259259259vw);
  border-top: 1px solid #333;
}
@media all and (max-width: 768px) {
  .top-advantage {
    padding-block: 26.6666666667vw 13.3333333333vw;
  }
}
.top-advantage::before {
  content: "";
  position: absolute;
  top: min(29.5rem, 21.8518518519vw);
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  clip-path: polygon(50% 0, 100% min(19.5rem, 14.4444444444vw), 100% 100%, 0 100%, 0 min(19.5rem, 14.4444444444vw));
}
@media all and (max-width: 768px) {
  .top-advantage::before {
    top: 48.6666666667vw;
    clip-path: polygon(50% 0, 100% 21.3333333333vw, 100% 100%, 0 100%, 0 21.3333333333vw);
  }
}
@media all and (min-width: 769px) {
  .top-advantage .inner {
    max-width: min(111rem, 82.2222222222vw);
  }
}
@media all and (max-width: 768px) {
  .top-advantage .inner {
    padding-inline: 6.6666666667vw;
  }
}
.top-advantage__list {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: space-between;
  column-gap: min(7rem, 5.1851851852vw);
  width: min(163rem, 120.7407407407vw);
  margin-bottom: min(5rem, 3.7037037037vw);
}
@media all and (max-width: 768px) {
  .top-advantage__list {
    column-gap: 6.6666666667vw;
    margin-bottom: 6.6666666667vw;
  }
}
.top-advantage__list-wrapper {
  margin-right: calc(-50vw + 50%);
  margin-bottom: min(6rem, 4.4444444444vw);
  padding-right: min(7rem, 5.1851851852vw);
  padding-top: min(10rem, 7.4074074074vw);
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
}
@media all and (max-width: 768px) {
  .top-advantage__list-wrapper {
    margin-bottom: 10.6666666667vw;
    padding-top: 10.6666666667vw;
  }
}
.top-advantage__list-wrapper::after {
  content: "";
  position: absolute;
  bottom: calc(min(1rem, 0.7407407407vw) - 0.05rem);
  width: min(111rem, 82.2222222222vw);
  height: 1px;
  background: #ccc;
}
@media all and (max-width: 768px) {
  .top-advantage__list-wrapper::after {
    bottom: calc(1.3333333333vw - 0.05rem);
    width: calc(100vw - 13.3333333333vw);
  }
}
.top-advantage__list-wrapper::-webkit-scrollbar {
  display: none;
}
@media all and (max-width: 768px) {
  .top-advantage__list-wrapper .simplebar-content-wrapper {
    scroll-snap-type: x mandatory;
  }
}
.top-advantage__list-wrapper .simplebar-track.simplebar-horizontal {
  position: relative;
  width: min(111rem, 82.2222222222vw);
  height: min(2rem, 1.4814814815vw);
  background: transparent;
}
@media all and (max-width: 768px) {
  .top-advantage__list-wrapper .simplebar-track.simplebar-horizontal {
    width: calc(100vw - 13.3333333333vw);
    height: 2.6666666667vw;
  }
}
.top-advantage__list-wrapper .simplebar-track.simplebar-horizontal::before, .top-advantage__list-wrapper .simplebar-track.simplebar-horizontal::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: min(2rem, 1.4814814815vw);
  background: #ccc;
}
@media all and (max-width: 768px) {
  .top-advantage__list-wrapper .simplebar-track.simplebar-horizontal::before, .top-advantage__list-wrapper .simplebar-track.simplebar-horizontal::after {
    height: 2.6666666667vw;
  }
}
.top-advantage__list-wrapper .simplebar-track.simplebar-horizontal::after {
  left: auto;
  right: 0;
}
.top-advantage__list-wrapper .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  height: min(0.7rem, 0.5185185185vw);
  top: 0;
  bottom: 0;
  margin: auto;
}
@media all and (max-width: 768px) {
  .top-advantage__list-wrapper .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    height: 0.9333333333vw;
  }
}
.top-advantage__list-wrapper .simplebar-track.simplebar-horizontal .simplebar-scrollbar.simplebar-visible::before {
  background-color: var(--color-base);
  opacity: 1;
  border-radius: 0.35rem;
  left: 1px;
  right: 1px;
}
.top-advantage__list-item {
  flex: 0 0 min(27rem, 20vw);
  scroll-snap-align: start;
}
@media all and (max-width: 768px) {
  .top-advantage__list-item {
    flex: 0 0 60vw;
  }
}
.top-advantage__link {
  color: var(--color-text);
  text-decoration: none;
}
.top-advantage__link:any-link {
  color: var(--color-text);
}
@media all and (min-width: 769px) {
  .top-advantage__link:hover {
    color: var(--color-link);
  }
}
.top-advantage__title {
  margin-block: min(3.5rem, 2.5925925926vw) 0;
  font-size: min(2rem, 1.4814814815vw);
  text-align: center;
  line-height: inherit;
}
@media all and (max-width: 768px) {
  .top-advantage__title {
    margin-top: 5.3333333333vw;
    font-size: 4.8vw;
  }
}
.top-advantage__title .c-en {
  font-size: min(1.2rem, 0.8888888889vw);
  color: var(--color-base);
  display: block;
  margin-bottom: min(0.7rem, 0.5185185185vw);
}
@media all and (max-width: 768px) {
  .top-advantage__title .c-en {
    font-size: 3.0666666667vw;
  }
}
.top-advantage__title .c-ja {
  font-weight: 400;
}

@media all and (min-width: 1920px) {
  .top-advantage__list {
    width: 1500px;
  }
  .top-advantage__list-item {
    flex: 1;
  }
  .top-advantage__list-wrapper::after {
    content: none;
  }
}
.works {
  position: relative;
}
@media all and (max-width: 768px) {
  .works.reform-home {
    background: var(--color-bg);
  }
}
.works:not(.reform-home) {
  margin-block: min(10rem, 7.4074074074vw) min(20rem, 14.8148148148vw);
}
@media all and (max-width: 768px) {
  .works:not(.reform-home) {
    margin-block: 13.3333333333vw 26.6666666667vw;
  }
}
.works .section__title {
  border-top: 1px solid #333;
  background: #f6f6f5;
  padding-block: min(5rem, 3.7037037037vw);
}
@media all and (max-width: 768px) {
  .works .section__title {
    padding-block: 5.3333333333vw;
  }
}
.works__navigation {
  position: relative;
  border-bottom: 1px solid #333;
}
.works__navigation ul {
  background: #f6f6f5;
  display: flex;
  align-items: flex-start;
  gap: 1px;
}
@media all and (max-width: 768px) {
  .works__navigation ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.works__navigation li {
  flex: 0 0 calc(14.2857142857% - 1px);
  font-size: min(1.5rem, 1.1111111111vw);
}
@media all and (max-width: 768px) {
  .works__navigation li {
    font-size: 3.7333333333vw;
  }
  .works__navigation li:first-child {
    grid-column-start: 1;
    grid-column-end: 3;
  }
  .works__navigation li:first-child a {
    justify-content: center;
  }
}
.works__navigation li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  column-gap: min(2rem, 1.4814814815vw);
  color: var(--color-text);
  background: #fff;
  text-decoration: none;
  width: 100%;
  height: min(6rem, 4.4444444444vw);
}
@media all and (max-width: 768px) {
  .works__navigation li a {
    justify-content: flex-start;
    height: 12vw;
    padding-inline: 4vw;
  }
}
.works__navigation li a:hover {
  color: #fff;
  background: var(--color-base);
}
.works__navigation li a:hover .c-icon {
  fill: #fff;
}
.works__navigation li .c-icon {
  width: min(3rem, 2.2222222222vw);
  height: min(3rem, 2.2222222222vw);
}
@media all and (max-width: 768px) {
  .works__navigation li .c-icon {
    width: 8vw;
    height: 8vw;
  }
}
.works__link {
  color: var(--color-text);
  text-decoration: none;
}
.works__link:any-link {
  color: var(--color-text);
}
@media all and (min-width: 769px) {
  .works__link:hover {
    color: var(--color-link);
  }
  .works__link:hover .c-icon {
    fill: var(--color-base);
  }
}
.works__image {
  overflow: hidden;
}
.works__image img {
  object-fit: cover;
  aspect-ratio: 3/2;
  width: 100%;
}
.works__wrap, .works__list {
  position: relative;
}
.works__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: min(10rem, 7.4074074074vw);
  padding: min(5rem, 3.7037037037vw);
}
@media all and (max-width: 768px) {
  .works__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 8vw;
    padding: 4vw;
    background: var(--color-bg);
  }
}
.works__list .c-icon {
  position: absolute;
  right: 0;
  bottom: 0;
  width: min(2.7rem, 2vw);
  height: min(1rem, 0.7407407407vw);
}
@media all and (max-width: 768px) {
  .works__list .c-icon {
    width: 6.6666666667vw;
    height: 6.6666666667vw;
  }
}
.works__list-item {
  position: relative;
}
.works__list-content {
  display: flex;
  align-items: flex-start;
  margin-block: min(1.5rem, 1.1111111111vw);
  min-height: min(15rem, 11.1111111111vw);
}
@media all and (max-width: 768px) {
  .works__list-content {
    flex-direction: column;
    row-gap: 2vw;
    margin-block: 2vw 6.6666666667vw;
  }
}
.works__list-title {
  margin: 0;
  font-size: min(1.8rem, 1.3333333333vw);
  line-height: 1.6;
}
@media all and (max-width: 768px) {
  .works__list-title {
    font-size: 4vw;
  }
}
.works__list-title span {
  display: block;
  font-size: min(1.5rem, 1.1111111111vw);
  margin-bottom: min(1.5rem, 1.1111111111vw);
}
@media all and (max-width: 768px) {
  .works__list-title span {
    font-size: 3.2vw;
  }
}
.works__list-icon {
  flex: 0 0 min(7rem, 5.1851851852vw);
  text-align: center;
}
@media all and (max-width: 768px) {
  .works__list-icon {
    flex: auto;
    margin-inline: auto;
  }
}
.works__list-icon .c-icon {
  position: static;
  width: min(3.4rem, 2.5185185185vw);
  height: min(3.4rem, 2.5185185185vw);
}
@media all and (max-width: 768px) {
  .works__list-icon .c-icon {
    width: 8vw;
    height: 8vw;
  }
}
.works .section__button {
  position: relative;
  width: 100%;
}
.works .section__button .wp-block-button__link {
  border-right: none;
  border-left: none;
  height: min(10rem, 7.4074074074vw);
}
@media all and (max-width: 768px) {
  .works .section__button .wp-block-button__link {
    height: 20vw;
  }
}

@media all and (min-width: 769px) {
  .works__navigation::before,
  .works__navigation::after,
  .works .section__button::before,
  .works .section__button::after {
    content: "";
    position: absolute;
    left: 33.333%;
    bottom: -2rem;
    width: 1px;
    height: 2rem;
    background: #333;
  }
  .works__navigation::after {
    left: auto;
    right: 33.333%;
  }
  .works .section__button::before {
    bottom: auto;
    top: -2rem;
  }
  .works .section__button::after {
    bottom: auto;
    left: auto;
    top: -2rem;
    right: 33.333%;
  }
  .works__list-item:nth-of-type(4)::before, .works__list-item:nth-of-type(6)::before, .works__list-item:nth-of-type(7)::before, .works__list-item:nth-of-type(9)::before, .works__list-item:nth-of-type(10)::before, .works__list-item:nth-of-type(12)::before, .works__list-item:nth-of-type(13)::before, .works__list-item:nth-of-type(15)::before, .works__list-item:nth-of-type(16)::before, .works__list-item:nth-of-type(18)::before {
    content: "";
    position: absolute;
    top: -5.1rem;
    left: -5rem;
    width: 2rem;
    height: 1px;
    background: #333;
  }
  .works__list-item:nth-of-type(6)::before, .works__list-item:nth-of-type(9)::before, .works__list-item:nth-of-type(12)::before, .works__list-item:nth-of-type(15)::before, .works__list-item:nth-of-type(18)::before {
    left: auto;
    right: -5rem;
  }
  .works__list-item:nth-of-type(4)::after, .works__list-item:nth-of-type(5)::after, .works__list-item:nth-of-type(7)::after, .works__list-item:nth-of-type(8)::after, .works__list-item:nth-of-type(10)::after, .works__list-item:nth-of-type(11)::after, .works__list-item:nth-of-type(13)::after, .works__list-item:nth-of-type(14)::after, .works__list-item:nth-of-type(16)::after, .works__list-item:nth-of-type(17)::after {
    content: "";
    position: absolute;
    top: -7rem;
    right: -7rem;
    width: 4rem;
    height: 4rem;
    background: #333;
    /* 水平線＋垂直線を 1px で重ねる */
    background: linear-gradient(to right, transparent calc(50% - 0.5px), currentColor 0 calc(50% + 0.5px), transparent 0), linear-gradient(to bottom, transparent calc(50% - 0.5px), currentColor 0 calc(50% + 0.5px), transparent 0);
  }
}
@media all and (max-width: 768px) {
  .works__navigation::after,
  .works .section__button::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -3.3333333333vw;
    margin: auto;
    width: 1px;
    height: 3.3333333333vw;
    background: #333;
    z-index: 1;
  }
  .works .section__button::before {
    bottom: auto;
    top: -3.3333333333vw;
  }
  .works__list-item::before {
    content: "";
    position: absolute;
    top: -4vw;
    left: -4vw;
    width: 3.3333333333vw;
    height: 1px;
    background: #333;
  }
  .works__list-item:nth-child(even)::before {
    left: auto;
    right: -4vw;
  }
  .works__list-item:first-of-type::before, .works__list-item:nth-of-type(2)::before {
    content: none;
  }
  .works__list-item:nth-child(odd):not(:first-of-type)::after {
    content: "";
    position: absolute;
    top: -7.3333333333vw;
    right: -7.3333333333vw;
    width: 6.6666666667vw;
    height: 6.6666666667vw;
    background: #333;
    /* 水平線＋垂直線を 1px で重ねる */
    background: linear-gradient(to right, transparent calc(50% - 0.5px), currentColor 0 calc(50% + 0.5px), transparent 0), linear-gradient(to bottom, transparent calc(50% - 0.5px), currentColor 0 calc(50% + 0.5px), transparent 0);
  }
}
.cominfo {
  position: relative;
  margin-top: min(5rem, 3.7037037037vw);
  padding-block: min(10rem, 7.4074074074vw);
  background: linear-gradient(270deg, transparent 0%, transparent 50%, #ecf7f5 50%, #ecf7f5 100%);
}
@media all and (max-width: 768px) {
  .cominfo {
    margin-top: 13.3333333333vw;
    padding-block: 13.3333333333vw;
    padding-inline: 6.6666666667vw;
  }
}
@media all and (min-width: 769px) {
  .cominfo .inner {
    width: min(111rem, 82.2222222222vw);
  }
}
.cominfo__list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media all and (max-width: 768px) {
  .cominfo__list {
    flex-direction: column;
    row-gap: 6.6666666667vw;
  }
}
.cominfo__list-item {
  position: relative;
  flex: 0 0 min(33rem, 24.4444444444vw);
  background: #fff;
  box-shadow: 10px 10px 18px rgba(0, 0, 0, 0.15);
}
.cominfo__list-link {
  display: block;
  padding-left: min(5rem, 3.7037037037vw);
  color: var(--color-text);
  text-decoration: none;
}
@media all and (max-width: 768px) {
  .cominfo__list-link {
    padding-left: 13.3333333333vw;
  }
}
.cominfo__list-link:any-link {
  color: var(--color-text);
}
@media all and (min-width: 769px) {
  .cominfo__list-link:hover {
    color: var(--color-link);
  }
  .cominfo__list-link:hover .c-icon {
    fill: var(--color-link);
  }
}
.cominfo__list-div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: min(1.5rem, 1.1111111111vw);
  padding-right: min(3rem, 2.2222222222vw);
}
@media all and (max-width: 768px) {
  .cominfo__list-div {
    padding-block: 4vw;
    padding-right: 6.6666666667vw;
  }
}
.cominfo__list-div .c-icon-internal {
  width: min(2.7rem, 2vw);
  height: min(1rem, 0.7407407407vw);
}
@media all and (max-width: 768px) {
  .cominfo__list-div .c-icon-internal {
    width: 6.6666666667vw;
    height: 6.6666666667vw;
  }
}
.cominfo__list-title {
  font-size: min(2rem, 1.4814814815vw);
  font-weight: 500;
}
@media all and (max-width: 768px) {
  .cominfo__list-title {
    font-size: 5.3333333333vw;
  }
}
.cominfo__list-label {
  position: absolute;
  top: 0;
  bottom: 0;
  left: min(2rem, 1.4814814815vw);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: min(1.2rem, 0.8888888889vw);
  line-height: 1;
  letter-spacing: 0.1em;
  writing-mode: vertical-rl;
}
@media all and (max-width: 768px) {
  .cominfo__list-label {
    left: 5.3333333333vw;
    font-size: 3.2vw;
  }
}

/**************************************************
  Contact
***************************************************/
/* -----------------------------------------------
  flow
-------------------------------------------------- */
.m-flow {
  position: relative;
  margin: 8rem auto;
  padding: 0;
  max-width: 66rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media all and (max-width: 768px) {
  .m-flow {
    gap: 1.5rem;
    margin-bottom: 0;
    margin-top: 6rem;
    margin-inline: 6.6666666667vw;
  }
}
.m-flow li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  position: static;
  width: 20rem;
  height: 4rem;
  position: relative;
  list-style-type: none;
  text-align: center;
  color: #aaa;
  background-color: #f6f6f5;
  font-size: 1.6rem;
  line-height: 1;
  border-radius: 2px;
}
@media all and (max-width: 768px) {
  .m-flow li {
    font-size: 1.4rem;
    width: 100%;
    height: 2.5rem;
    flex: 1;
  }
}
.m-flow li:after {
  position: absolute;
  z-index: -1;
  left: -50%;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #000;
}
.m-flow li:first-child:after {
  content: none;
}
.m-flow li[aria-current=page], .m-flow li.complete {
  color: #fff;
  background-color: #333;
}

/* -----------------------------------------------
  content
-------------------------------------------------- */
.l-form,
.wpcf7 {
  margin-top: 8rem;
}
@media all and (max-width: 768px) {
  .l-form,
  .wpcf7 {
    margin-top: 4rem;
  }
}
.l-form + .m-flow,
.wpcf7 + .m-flow {
  margin-top: 6rem;
}
.l-form .title,
.wpcf7 .title {
  text-align: center;
  font-size: 2rem;
}
.l-form > p,
.wpcf7 > p {
  margin: 0;
  text-align: center;
  font-size: 1.5rem;
}
@media all and (max-width: 768px) {
  .l-form > p,
  .wpcf7 > p {
    text-align: left;
  }
}

.wpcf7 {
  margin-bottom: 10rem;
}
@media all and (max-width: 768px) {
  .wpcf7 {
    margin-bottom: 6rem;
  }
}

@media all and (max-width: 768px) {
  .l-form-inner {
    padding-inline: 6.6666666667vw;
  }
}

.contact-telbox {
  display: flex;
  gap: 2rem;
  margin: 2rem 0 6rem;
}
@media all and (max-width: 768px) {
  .contact-telbox {
    flex-direction: column;
  }
}
.contact-telbox__item {
  flex: 1;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 3rem 1rem;
}
.contact-telbox__name {
  font-weight: bold;
}
.contact-telbox__num {
  font-weight: bold;
  font-size: 3rem;
  font-family: "Outfit", sans-serif;
}
.contact-telbox__note {
  font-size: 1.2rem;
}

.contactform {
  width: min(100rem, 74.0740740741vw);
  margin-inline: auto;
  border-top: 1px solid #ccc;
  padding-top: 7rem;
}
@media all and (max-width: 768px) {
  .contactform {
    width: calc(100% - 13.3333333333vw);
  }
}
.contactform tr:last-child td {
  margin-bottom: 0;
}
.contactform th,
.contactform td {
  display: block;
  width: 100%;
}
.contactform th {
  text-align: left;
  line-height: 1;
  font-weight: 500;
}
.contactform th label {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2.4rem;
  font-size: 1.6rem;
}
@media all and (max-width: 768px) {
  .contactform th label {
    line-height: 1.5;
  }
}
.contactform th label span {
  color: #000;
  background-color: #f1f3f0;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1;
  text-align: center;
  width: 6.8rem;
  padding: 0.4em 0 0.5em;
  border-radius: 0.3rem;
}
.contactform th label .required {
  background-color: var(--color-base);
  color: #fff;
}
.contactform td {
  padding-bottom: 6rem;
  border-bottom: solid 1px #ccc;
  margin-bottom: 6rem;
}
.contactform td .form-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 3rem;
}
@media all and (max-width: 768px) {
  .contactform td .form-row {
    gap: 1.5rem;
  }
}
.contactform td .form-row .form-col {
  flex: 1;
}
.contactform td input:not([type=radio]):not([type=checkbox]),
.contactform td select,
.contactform td textarea {
  border: none;
  background-color: #f1f3f0;
  padding: 0.8rem 1.5rem;
  font-size: 1.7rem;
  appearance: none;
  width: 100%;
  border-radius: 0.3rem;
}
.contactform td p {
  margin: 0;
}
@media all and (max-width: 768px) {
  .contactform td p {
    padding-left: 1em;
  }
}
.contactform td .sub-input {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-top: 1.6em;
  gap: 1em;
}
@media all and (max-width: 768px) {
  .contactform td .sub-input {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.3em;
  }
}
.contactform td .sub-input label {
  width: fit-content;
}
@media all and (max-width: 768px) {
  .contactform td .sub-input label {
    font-size: 1.4rem;
  }
}
.contactform td .sub-input .wpcf7-form-control-wrap {
  flex: 1;
}
.contactform td .sub-input .wpcf7-form-control-wrap input {
  width: 3rem;
}
@media all and (max-width: 768px) {
  .contactform td .sub-input .wpcf7-form-control-wrap input {
    width: 100%;
  }
}
@media all and (max-width: 768px) {
  .contactform.confirm-table {
    padding-top: 1em;
  }
}
.contactform.confirm-table th, .contactform.confirm-table td {
  display: table-cell;
  padding-block: 2.2rem;
}
@media all and (min-width: 769px) {
  .contactform.confirm-table th, .contactform.confirm-table td {
    border-bottom: solid 1px #ccc;
  }
}
@media all and (max-width: 768px) {
  .contactform.confirm-table th, .contactform.confirm-table td {
    display: block;
    padding-block: 0;
  }
}
.contactform.confirm-table th {
  width: 30%;
  line-height: 1.5;
}
@media all and (max-width: 768px) {
  .contactform.confirm-table th {
    width: 100%;
    padding: 0;
    font-size: 1.4rem;
  }
}
.contactform.confirm-table td {
  width: 75%;
}
@media all and (max-width: 768px) {
  .contactform.confirm-table td {
    width: 100%;
    margin-bottom: 1em;
    padding-bottom: 1em;
    padding-top: 0.5em;
  }
}

.addr-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 3rem;
}
@media all and (max-width: 768px) {
  .addr-wrap {
    flex-direction: column;
    gap: 2rem;
  }
}
.addr-wrap label {
  font-size: 1.7rem;
}
@media all and (max-width: 768px) {
  .addr-wrap label {
    font-size: 1.6rem;
  }
}
.addr-wrap .addr-zip {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 1em;
  width: 24%;
}
@media all and (max-width: 768px) {
  .addr-wrap .addr-zip {
    width: 50%;
  }
}
.addr-wrap .addr-detail {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 2rem;
  flex: 1;
}
.addr-wrap .addr-detail .addr-pref,
.addr-wrap .addr-detail .addr-line1,
.addr-wrap .addr-detail .addr-line2 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 1em;
}
@media all and (max-width: 768px) {
  .addr-wrap .addr-detail .addr-pref,
  .addr-wrap .addr-detail .addr-line1,
  .addr-wrap .addr-detail .addr-line2 {
    flex-direction: column;
    gap: 0.3em;
  }
}
.addr-wrap .addr-detail .addr-pref label,
.addr-wrap .addr-detail .addr-line1 label,
.addr-wrap .addr-detail .addr-line2 label {
  width: 7.5em;
  white-space: nowrap;
}
@media all and (max-width: 768px) {
  .addr-wrap .addr-detail .addr-pref label,
  .addr-wrap .addr-detail .addr-line1 label,
  .addr-wrap .addr-detail .addr-line2 label {
    width: 100%;
    font-size: 1.4rem;
  }
}

.email-wrap label {
  display: block;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
}

.wpcf7-form .wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
  column-gap: 2.5rem;
  row-gap: 1rem;
  position: relative;
}
.wpcf7-form .wpcf7-radio {
  display: flex;
  gap: 2rem;
  position: relative;
}
.wpcf7-form .wpcf7-checkbox .wpcf7-list-item input,
.wpcf7-form .wpcf7-radio .wpcf7-list-item input {
  opacity: 0;
  position: absolute;
}
.wpcf7-form .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label,
.wpcf7-form .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label {
  position: relative;
}
.wpcf7-form .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label::before,
.wpcf7-form .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label::before {
  content: "□";
  margin-right: 0.5em;
}
.wpcf7-form .wpcf7-checkbox .wpcf7-list-item:has(input:checked) .wpcf7-list-item-label::after,
.wpcf7-form .wpcf7-radio .wpcf7-list-item:has(input:checked) .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  left: 0.3rem;
  top: 0.2rem;
  display: block;
  width: 1.5rem;
  height: 1.2rem;
  background-color: #557c64;
  clip-path: polygon(32.65% 100%, 0% 57.59%, 9.85% 44.97%, 32.65% 74.64%, 90.14% 0%, 100% 12.59%, 32.65% 100%);
}
.wpcf7-form .acceptance {
  width: min(80rem, 59.2592592593vw);
  margin-inline: auto;
  padding-top: 6rem;
}
@media all and (max-width: 768px) {
  .wpcf7-form .acceptance {
    width: 100%;
    padding-inline: 6.6666666667vw;
  }
}
.wpcf7-form .acceptance p {
  text-align: center;
  font-size: 1.5rem;
  margin-top: 0;
}
@media all and (max-width: 768px) {
  .wpcf7-form .acceptance p {
    text-align: left;
  }
}
.wpcf7-form .acceptance .text {
  max-height: 20rem;
  overflow-y: auto;
  padding: 2.5rem;
  margin-bottom: 2rem;
  background-color: #f1f3f0;
}
.wpcf7-form .acceptance .text p {
  text-align: left;
}
.wpcf7-form .acceptance .text h2:first-of-type {
  margin-top: 0;
}
.wpcf7-form .acceptance [data-name=your-privacy] {
  display: block;
  text-align: center;
}
.wpcf7-form .acceptance [data-name=your-privacy] .wpcf7-list-item {
  margin-inline: auto;
}
.wpcf7-form .acceptance [data-name=your-privacy] label {
  font-size: 1.5rem;
}
.wpcf7-form .wpcf7-list-item {
  margin: 0;
}
.wpcf7-form .m-btngroup {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin: 6rem 0 0;
}
@media all and (max-width: 768px) {
  .wpcf7-form .m-btngroup {
    flex-direction: column;
  }
}
.wpcf7-form .m-btngroup [type=button],
.wpcf7-form .m-btngroup [type=submit] {
  cursor: pointer;
}
.wpcf7-form .m-btngroup [type=button]:disabled,
.wpcf7-form .m-btngroup [type=submit]:disabled {
  cursor: not-allowed;
}
.wpcf7-form .m-btngroup .wpcf7-form-control {
  width: 37rem;
  max-width: 100%;
  padding: 3rem;
  font-size: 1.4rem;
  font-weight: 500;
}
@media all and (max-width: 768px) {
  .wpcf7-form .m-btngroup {
    width: calc(100% - 13.3333333333vw);
    padding: 2rem;
    margin-inline: auto;
  }
}
.wpcf7-form .m-btngroup .wpcf7-submit {
  background-color: #4a7970;
  color: #fff;
  border: solid 1px #fff;
  transition: all 0.3s linear;
}
.wpcf7-form .m-btngroup .wpcf7-submit:hover, .wpcf7-form .m-btngroup .wpcf7-submit:focus {
  background-color: #fff;
  color: #4a7970;
  border-color: #4a7970;
}
.wpcf7-form .m-btngroup .wpcf7-submit:disabled {
  background-color: hsl(0, 0%, 92%);
  color: hsl(0, 0%, 50%);
}
.wpcf7-form .m-btngroup .wpcf7-previous {
  background-color: hsl(0, 0%, 92%);
  border: none;
}
.wpcf7-form .m-btngroup .wpcf7-previous:hover, .wpcf7-form .m-btngroup .wpcf7-previous:focus {
  background-color: hsl(0, 0%, 88%);
}
.wpcf7-form .m-btngroup .wpcf7-spinner {
  margin: 0;
  position: absolute;
}
.wpcf7-form .wpcf7-not-valid-tip {
  font-weight: bold;
  position: relative;
  font-size: 1.5rem;
  padding-left: 1.2em;
}
@media all and (max-width: 768px) {
  .wpcf7-form .wpcf7-not-valid-tip {
    font-size: 1.3rem;
  }
}
.wpcf7-form .wpcf7-not-valid-tip::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: 5px;
  left: 0;
  width: 1.1em;
  height: 1.1em;
  background-image: url("images/common/icon_attention.svg");
  background-size: cover;
  background-repeat: no-repeat;
}

/* -----------------------------------------------
  zipadrr-jp
-------------------------------------------------- */
#autozip {
  display: none !important;
}

/* -----------------------------------------------
  reCAPTCHA
  ※フォームのページのみバッジを表示
-------------------------------------------------- */
.grecaptcha-badge {
  visibility: hidden;
}

body:has(.wpcf7) .grecaptcha-badge {
  visibility: visible;
}

.contact-checklist,
.reform-area {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media all and (max-width: 768px) {
  .contact-checklist .wpcf7-checkbox,
  .reform-area .wpcf7-checkbox {
    flex-direction: column;
  }
}

.contact-checklist {
  gap: 3rem;
}

.quality-nav {
  width: min(122rem, 90.3703703704vw);
  margin-inline: auto;
  position: relative;
  z-index: 3;
}
@media all and (max-width: 768px) {
  .quality-nav {
    width: 100%;
  }
}

.quality-nav__list {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media all and (max-width: 768px) {
  .quality-nav__list {
    flex-direction: column;
  }
}

.quality-nav__item {
  flex: 1;
}
@media all and (max-width: 768px) {
  .quality-nav__item {
    border-bottom: solid 1px #000;
  }
}

.quality-nav__item + .quality-nav__item {
  border-left: solid 1px #000;
}
@media all and (max-width: 768px) {
  .quality-nav__item + .quality-nav__item {
    border-left: 0;
  }
}

.quality-nav__link {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  text-decoration: none;
  padding-block: min(2rem, 1.4814814815vw) min(2.5rem, 1.8518518519vw);
  background-color: #f0f0ef;
  position: relative;
}
.quality-nav__link:any-link {
  color: #000;
}
@media all and (max-width: 768px) {
  .quality-nav__link {
    flex-direction: row;
    justify-content: flex-start;
    padding: 4vw 5.3333333333vw;
  }
}
@media all and (min-width: 769px) {
  .quality-nav__link:hover {
    color: #fff;
    background-color: #333;
  }
}
.quality-nav__link::before {
  content: "";
  width: min(1.1rem, 0.8148148148vw);
  height: min(2.7rem, 2vw);
  position: absolute;
  left: 0;
  right: 0;
  bottom: max(-1.4rem, -1.037037037vw);
  margin-inline: auto;
  background-color: #333;
  z-index: 2;
  clip-path: polygon(0% 100%, 0% 0%, 20.7039% 0%, 20.7039% 83.1679%, 86.3354% 62.0229%, 100% 67.7481%, 0% 100%);
}
@media all and (max-width: 768px) {
  .quality-nav__link::before {
    width: 1.7333333333vw;
    height: 4vw;
    margin: 0;
    position: initial;
    left: inherit;
    right: inherit;
    bottom: inherit;
  }
}

.quality-nav__wrap {
  margin-top: 8rem;
}
@media all and (max-width: 768px) {
  .quality-nav__wrap {
    margin-top: 0;
  }
}

.quality-nav__eyebrow {
  font-size: min(1.3rem, 0.962962963vw);
  letter-spacing: 0.1em;
  font-weight: 600;
  margin-bottom: min(1.5rem, 1.1111111111vw);
  text-transform: uppercase;
}
@media all and (max-width: 768px) {
  .quality-nav__eyebrow {
    font-size: 3.2vw;
    margin-bottom: 0;
    margin-left: 1rem;
  }
}

.quality-nav__label {
  font-size: min(1.6rem, 1.1851851852vw);
  margin-bottom: min(0.5rem, 0.3703703704vw);
}
@media all and (max-width: 768px) {
  .quality-nav__label {
    font-size: 2.6666666667vw;
    margin-bottom: 0;
    margin-left: auto;
  }
  .quality-nav__label + .quality-nav__title {
    margin-left: inherit;
    margin-left: 2.6666666667vw;
  }
}

.quality-nav__title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  font-size: min(1.6rem, 1.1851851852vw);
  font-weight: 500;
  text-align: center;
  height: 3.2em;
}
@media all and (max-width: 768px) {
  .quality-nav__title {
    font-size: 1.6rem;
    text-align: right;
    margin-left: auto;
    height: auto;
  }
}

.quality-nav__title.--line1 {
  height: auto;
}

@media all and (min-width: 769px) {
  .advantage .local-navigation {
    max-width: min(122rem, 90.3703703704vw);
    margin: min(10rem, 7.4074074074vw) auto;
  }
}
.advantage .local-navigation ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media all and (max-width: 768px) {
  .advantage .local-navigation ul {
    flex-wrap: wrap;
  }
}
.advantage .local-navigation li {
  width: 100%;
}
@media all and (min-width: 769px) {
  .advantage .local-navigation li {
    border-left: 1px solid #333;
  }
  .advantage .local-navigation li:last-child {
    border-right: 1px solid #333;
  }
}
@media all and (max-width: 768px) {
  .advantage .local-navigation li {
    border-bottom: 1px solid #000;
  }
}
.advantage__link {
  color: var(--color-text);
  text-decoration: none;
  text-align: center;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-block: 3rem 3.5rem;
  padding-inline: 0.5rem;
}
.advantage__link::before, .advantage__link::after {
  content: "";
  position: absolute;
  bottom: 1rem;
  left: 50%;
  width: 1px;
  height: 1rem;
  border-radius: 9999px;
  background-color: #000;
  transform-origin: 50% 100%;
  transition: 0.3s;
}
.advantage__link::before {
  transform: rotate(45deg);
}
.advantage__link::after {
  transform: rotate(-45deg);
}
.advantage__link:any-link {
  color: var(--color-text);
}
@media all and (min-width: 769px) {
  .advantage__link:hover {
    color: var(--color-base);
  }
  .advantage__link:hover::before, .advantage__link:hover::after {
    bottom: 0.5rem;
  }
}
.advantage__link span {
  display: block;
}
.advantage__link .c-en {
  color: var(--color-base);
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
@media all and (min-width: 769px) {
  .advantage__link .c-en {
    position: absolute;
    top: 0;
    inset-inline: 0;
  }
}
.advantage__link .c-ja {
  font-size: 1.6rem;
}
@media all and (min-width: 769px) {
  .advantage .inner {
    max-width: min(80rem, 59.2592592593vw);
    margin-inline: auto;
  }
}
@media all and (max-width: 768px) {
  .advantage .inner {
    padding-inline: 6.6666666667vw;
  }
}
.advantage__list-item {
  position: relative;
  padding-block: min(10rem, 7.4074074074vw) min(15rem, 11.1111111111vw);
  border-top: 1px solid #000;
}
@media all and (max-width: 768px) {
  .advantage__list-item {
    margin-block: 13.3333333333vw 20vw;
  }
}
.advantage__list-item::before {
  content: "";
  width: 100%;
  height: min(48.5rem, 35.9259259259vw);
  background-color: #e6f0ee;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  clip-path: polygon(0% 0.05%, 99.93% 0.05%, 99.93% 99.95%, 50.04% 59.73%, 0% 99.95%, 0% 0.05%);
}
@media all and (max-width: 768px) {
  .advantage__list-item::before {
    height: 74vw;
    clip-path: polygon(100% 0%, 0% 0%, 0.06% 100%, 50.17% 80.21%, 100% 100%, 100% 0%);
  }
}
.advantage__list-title {
  font-size: min(2.8rem, 2.0740740741vw);
  text-align: center;
  margin-block: min(3.5rem, 2.5925925926vw) min(9rem, 6.6666666667vw);
  line-height: 1.5;
}
@media all and (max-width: 768px) {
  .advantage__list-title {
    font-size: 2.4rem;
  }
}
.advantage__list-label {
  display: block;
  width: fit-content;
  margin-inline: auto;
  line-height: 1;
  font-size: min(1.3rem, 0.962962963vw);
  color: #fff;
  background: #333;
  padding: min(1.2rem, 0.8888888889vw) min(2.5rem, 1.8518518519vw);
  letter-spacing: 0.1em;
}
@media all and (max-width: 768px) {
  .advantage__list-label {
    font-size: 1.3rem;
  }
}
.advantage__list-image {
  border-radius: 0.3rem;
  overflow: hidden;
}
.advantage__list-image img {
  object-fit: cover;
  aspect-ratio: 16/9;
}
.advantage__list-div {
  margin-block: min(5rem, 3.7037037037vw);
}
@media all and (min-width: 769px) {
  .advantage__list-div {
    max-width: min(80rem, 59.2592592593vw);
    margin-inline: auto;
  }
}

.company__outline {
  padding-block: 9.5rem;
}
@media all and (max-width: 768px) {
  .company__outline {
    padding-block: 6rem;
  }
}
@media all and (min-width: 769px) {
  .company__outline .inner {
    max-width: min(95rem, 70.3703703704vw);
    margin-inline: auto;
  }
}
@media all and (max-width: 768px) {
  .company__outline .inner {
    padding-inline: 6.6666666667vw;
  }
}
.company__outline-title {
  font-size: min(2.4rem, 1.7777777778vw);
  text-align: center;
  margin-top: 0;
  margin-bottom: min(5rem, 3.7037037037vw);
}
@media all and (max-width: 768px) {
  .company__outline-title {
    font-size: 4.2666666667vw;
    margin-bottom: 6.6666666667vw;
  }
}
.company__outline-image {
  margin-bottom: min(8rem, 5.9259259259vw);
  border-radius: 0.3rem;
  overflow: hidden;
}
@media all and (min-width: 769px) {
  .company__outline-image {
    max-width: min(80rem, 59.2592592593vw);
    margin-inline: auto;
  }
}
@media all and (max-width: 768px) {
  .company__outline-image {
    margin-bottom: 6.6666666667vw;
  }
}
.company__outline-image img {
  object-fit: cover;
  width: 100%;
}
.company .outline__row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 6rem;
  padding: 1.4rem 0;
  border-bottom: 1px solid #000;
}
@media all and (max-width: 768px) {
  .company .outline__row {
    gap: 0;
  }
}
.company .outline__term {
  width: 8em;
  color: #6f6f6f;
  letter-spacing: 0.12em;
  font-size: min(1.5rem, 1.1111111111vw);
  font-weight: 500;
  text-align: center;
}
@media all and (max-width: 768px) {
  .company .outline__term {
    width: 6em;
    font-size: 3.7333333333vw;
  }
}
.company .outline__desc {
  font-size: min(1.5rem, 1.1111111111vw);
  flex: 1;
}
@media all and (max-width: 768px) {
  .company .outline__desc {
    font-size: 3.7333333333vw;
  }
}
.company .outline__desc-row {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
}
.company .outline__desc-row:not(:last-child) {
  margin-bottom: 1.4rem;
}
.company .outline__desc-row dt {
  width: 7em;
}
.company__map {
  padding-bottom: 9.5rem;
}
@media all and (max-width: 768px) {
  .company__map {
    padding-bottom: 6rem;
  }
}
@media all and (min-width: 769px) {
  .company__map .inner {
    max-width: min(95rem, 70.3703703704vw);
    margin-inline: auto;
  }
}
@media all and (max-width: 768px) {
  .company__map .inner {
    padding-inline: 6.6666666667vw;
  }
}
.company__map-title {
  font-size: min(2.4rem, 1.7777777778vw);
  text-align: center;
  margin-top: 0;
  margin-bottom: min(5rem, 3.7037037037vw);
}
@media all and (max-width: 768px) {
  .company__map-title {
    font-size: 4.2666666667vw;
    margin-bottom: 6.6666666667vw;
  }
}

.faq {
  padding-block: min(10rem, 7.4074074074vw) min(15rem, 11.1111111111vw);
}
@media all and (max-width: 768px) {
  .faq {
    padding-block: 13.3333333333vw 20vw;
  }
}
@media all and (min-width: 769px) {
  .faq .inner {
    max-width: min(95rem, 70.3703703704vw);
    margin-inline: auto;
  }
}
@media all and (max-width: 768px) {
  .faq .inner {
    padding-inline: 6.6666666667vw;
  }
}

.m-faq__item {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #333;
}
@media all and (min-width: 769px) {
  .m-faq__item:hover .m-faq__question {
    background: #e6f0ee;
  }
}
.m-faq__item[open] .m-faq__question {
  background: #e6f0ee;
}
.m-faq__item[open] .m-faq__question::before {
  rotate: 180deg;
}
.m-faq__item::before {
  content: "Q";
  font-family: "Outfit", sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1;
  color: #3a7a70;
  position: absolute;
  top: 0.75em;
  left: 0.25em;
  z-index: 1;
}

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

.m-faq__answer {
  overflow: hidden;
}
.m-faq__answer-content {
  position: relative;
  padding-block: 1.5em;
  padding-inline: 2.25em 1.5em;
}
.m-faq__answer-content::before {
  content: "A";
  font-family: "Outfit", sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1;
  color: rgba(58, 122, 112, 0.5);
  position: absolute;
  top: 1.05em;
  left: 0.25em;
}

/**************************************************
  utilities
***************************************************/
/* ---------- clear ---------- */
.u-clearfix {
  zoom: 1;
}
.u-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

@media all and (min-width: 769px) {
  .u-float-left {
    float: left;
  }
  .u-float-right {
    float: right;
  }
}
.u-clear {
  clear: both;
}

.u-hidden {
  display: none;
}

/* ---------- text ---------- */
.u-text-bold {
  font-weight: bold;
}

.u-text-underline {
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, rgb(204.1666666667, 230.8333333333, 226.6666666667) 0%) no-repeat scroll 0 0;
}

.u-text-sm {
  font-size: 88%;
}

.u-text-xs {
  font-size: 75%;
}

.u-text-lg {
  font-size: 113%;
}

.u-text-x-lg {
  font-size: 140%;
}

.u-valign-top {
  vertical-align: top;
}

.u-valign-middle {
  vertical-align: middle;
}

.u-valign-bottom {
  vertical-align: bottom;
}

.u-text-center,
.u-text-center th,
.u-text-center td {
  text-align: center;
}

.u-text-right,
.u-text-right th,
.u-text-right td {
  text-align: right;
}

.u-text-left,
.u-text-left th,
.u-text-left td {
  text-align: left;
}

.u-image-text {
  overflow: hidden;
}

.u-text-top {
  vertical-align: top;
}

.u-text-middle {
  vertical-align: middle;
}

.u-text-bottom {
  vertical-align: bottom;
}

.u-word-break {
  word-break: break-all;
}

.u-nowrap {
  white-space: nowrap;
}

.u-halt {
  letter-spacing: -0.5em;
}

/* ---------- margin ---------- */
.u-margin-first {
  margin-top: 0;
}

.u-margin-zero {
  margin-bottom: 0;
}

.u-margin-half {
  margin-bottom: calc(2rem / 2);
}

.u-margin-default {
  margin-bottom: 2rem;
}

.u-margin-double {
  margin-bottom: calc(2rem * 2);
}

/* ---------- devices ---------- */
@media all and (min-width: 769px) {
  .u-sp {
    display: none;
  }
}
@media all and (max-width: 768px) {
  .u-pc {
    display: none;
  }
}
/* ---------- spacing ---------- */
.u-mt0 {
  margin-top: 0px !important;
}

.u-mb0 {
  margin-bottom: 0px !important;
}

.u-pt0 {
  padding-top: 0px !important;
}

.u-pb0 {
  padding-bottom: 0px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-pt10 {
  padding-top: 10px !important;
}

.u-pb10 {
  padding-bottom: 10px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-pt20 {
  padding-top: 20px !important;
}

.u-pb20 {
  padding-bottom: 20px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-pt30 {
  padding-top: 30px !important;
}

.u-pb30 {
  padding-bottom: 30px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-pt40 {
  padding-top: 40px !important;
}

.u-pb40 {
  padding-bottom: 40px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-pt50 {
  padding-top: 50px !important;
}

.u-pb50 {
  padding-bottom: 50px !important;
}

.u-mt60 {
  margin-top: 60px !important;
}

.u-mb60 {
  margin-bottom: 60px !important;
}

.u-pt60 {
  padding-top: 60px !important;
}

.u-pb60 {
  padding-bottom: 60px !important;
}

.u-mt70 {
  margin-top: 70px !important;
}

.u-mb70 {
  margin-bottom: 70px !important;
}

.u-pt70 {
  padding-top: 70px !important;
}

.u-pb70 {
  padding-bottom: 70px !important;
}

.u-mt80 {
  margin-top: 80px !important;
}

.u-mb80 {
  margin-bottom: 80px !important;
}

.u-pt80 {
  padding-top: 80px !important;
}

.u-pb80 {
  padding-bottom: 80px !important;
}

.u-mt90 {
  margin-top: 90px !important;
}

.u-mb90 {
  margin-bottom: 90px !important;
}

.u-pt90 {
  padding-top: 90px !important;
}

.u-pb90 {
  padding-bottom: 90px !important;
}

.u-mt100 {
  margin-top: 100px !important;
}

.u-mb100 {
  margin-bottom: 100px !important;
}

.u-pt100 {
  padding-top: 100px !important;
}

.u-pb100 {
  padding-bottom: 100px !important;
}

/* -----------------------------------------------
  Accessibility
-------------------------------------------------- */
.screen-reader-text {
  position: absolute;
  top: -1000em;
  transition: 0.3s;
}
.screen-reader-text:focus {
  left: 6px;
  top: 6px;
  height: auto;
  width: auto;
  display: block;
  font-size: 14px;
  font-weight: 600;
  padding: 15px 23px 14px;
  background: #f0f0f1;
  color: #2271b1;
  z-index: 100000;
  line-height: normal;
  text-decoration: none;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}

.is-current {
  pointer-events: none;
  text-decoration: none;
}

/* -----------------------------------------------
  admin bar
-------------------------------------------------- */
html {
  margin-top: 0 !important;
}

#wpadminbar {
  transition: 0.3s;
  opacity: 0.2;
}
#wpadminbar:hover {
  opacity: 1;
}
@media all and (max-width: 768px) {
  #wpadminbar {
    display: none;
  }
}