@charset "UTF-8";
/*!
  Theme Name: Ori Framework
  Author: Ori
  Author URI: http://shikiori.com/
  Description: Ori framework
  Version: 2.0
  Date: 2023.12.30
  License: GNU General Public License v2 or later
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

/* form-reset */
/* ============================================ */
input[type="radio"],
input[type="checkbox"] {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px;
}

/*
--------------------------------
global
変数
--------------------------------
*/
/*============================================
breakpoint
============================================*/
:root {
  /* ============================================
  font-family
  ============================================ */
  --font: "Zen Kaku Gothic New", sans-serif;
  --font-en: "Inter", sans-serif;
  --font-roboto: "Roboto", sans-serif;
  /* ============================================
  color-meaning
  ============================================ */
  --color-corporate-1: #00944f;
  --color-corporate-1-shadow: #00944f26;
  --color-base: #111;
  /* ============================================
  value
  ============================================ */
  --value-pc: 1920;
  --value-main: 1500;
  --value-lg: 1024;
  --value-sm: 640;
  --value-xxs: 375;
  --container-l: 1720;
  --container-m: 1200;
  /* wrapper */
  --wrapper: clamp(0.938rem, -0.341rem + 6.39vw, 3.75rem);
  /* val：15px-60px | view：320px-1024px */
  /* ============================================
  timing-function
  ============================================ */
  --ease-in-out: cubic-bezier(0.5, 0.24, 0.12, 0.96);
  /* ============================================
  transition-duration
  ============================================ */
  --duration-2xs: 0s;
  --duration-s: 0.2s;
  --duration-m: 0.3s;
  --duration-l: 0.6s;
  --duration-2xl: 1s;
}

/*
--------------------------------
base
初期設定
--------------------------------
*/
html {
  overflow-x: hidden;
}

body {
  font-family: var(--font);
  font-weight: 500;
  color: var(--color-base);
  line-height: 2;
  font-size: clamp(0.9rem, calc(0.854rem + 0.23vw), 1rem);
  letter-spacing: 0.05em;
  background: #fff;
  overflow-x: hidden;
  overflow-wrap: anywhere;
  /* 収まらない場合に折り返す */
  word-break: normal;
  /* 単語の分割はデフォルトに依存 */
  line-break: strict;
  /* 禁則処理を厳格に適用 */
  font-feature-settings: "palt";
  /* 全角記号を調整 */
}
body.is-open {
  overflow: hidden;
}

a,
a *,
button,
button * {
  transition-property:
    color, opacity, text-decoration-color, background-color, transform,
    box-shadow, filter;
  transition-duration: var(--duration-m);
  transition-timing-function: ease;
}

a:hover,
button:hover {
  cursor: pointer;
  opacity: 0.5;
}

.en {
  font-family: var(--font-en);
  line-height: 1.25;
  font-weight: bold;
}

.svg-symbols {
  display: none;
}

.grecaptcha-badge {
  visibility: hidden;
}

/*
--------------------------------
swiper
初期設定
--------------------------------
*/
/* フェードモード時 共通調整 */
.swiper-fade .swiper-slide {
  transition-property: opacity !important;
}

.js-swiper {
  position: relative;
  height: fit-content;
}
.js-swiper.--row {
  margin-right: calc(50% - 50vw);
}

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

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

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

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

.swiper-wrapper {
  height: fit-content;
}

.swiper-slide {
  height: fit-content;
}
.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.js-swiper.--row .swiper-slide {
  text-align: center;
  font-size: 1.125rem;
  font-weight: 600;
}
.js-swiper.--row .swiper-slide img {
  aspect-ratio: 530/318;
}

.swiper-controller {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: min(55 / var(--value-pc) * 100vw, 55px);
}
.swiper-controller .swiper-button-prev,
.swiper-controller .swiper-button-next {
  position: static;
  background: var(--color-base);
}
.swiper-controller .swiper-button-prev::before,
.swiper-controller .swiper-button-next::before {
  background-color: #fff;
}
.swiper-controller .swiper-button-prev.swiper-button-disabled,
.swiper-controller .swiper-button-next.swiper-button-disabled {
  opacity: 0.05;
}

.swiper-scrollbar {
  position: relative;
  width: 100%;
  flex: 1;
  cursor: grab;
}
.swiper-scrollbar::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 100%;
  height: 2px;
  background: #f5f6f8;
}

.swiper-scrollbar-drag {
  height: 22px;
  padding: 10px 0;
  background-color: var(--color-base);
  background-clip: content-box;
}

.swiper-pagination {
  display: flex;
  align-items: center;
  gap: 10px;
}

.swiper-pagination-progressbar {
  display: block;
  gap: 0;
  height: 2px;
  width: 100%;
  background: #eaebef;
  margin-top: 30px;
  position: relative;
}

.swiper-nav .swiper-pagination-progressbar {
  margin-top: 0;
}

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

.swiper-pagination-bullet {
  --size: 20px;
  width: var(--size);
  height: var(--size);
  position: relative;
  display: inline-block;
}
.swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: inline-block;
  background: #aaa;
  transition-property: opacity, transform;
  transition-duration: var(--duration-m);
  transform: scale(0.45);
}

.swiper-pagination-bullet-active::before {
  background: var(--color-corporate-1);
}

.swiper-toggle {
  display: grid;
  place-items: center;
  background: rgba(0, 0, 0, 0.3);
  transition: background-color var(--duration-s);
  border-radius: 50%;
  --size: 31px;
  height: var(--size);
  width: var(--size);
}
.swiper-toggle:hover {
  background: var(--color-corporate-02);
  opacity: 1;
}

.swiper-toggle svg {
  fill: #fff;
  --size: 9px;
  height: var(--size);
  width: var(--size);
  grid-area: 1/1;
}

.swiper-toggle.is-active .swiper-toggle__play,
.swiper-toggle__pause {
  display: none;
}

.swiper-toggle.is-active .swiper-toggle__pause {
  display: inline;
}

.swiper-nav {
  display: flex;
  flex-flow: wrap;
  gap: min(30 / var(--value-main) * 100vw, 30px);
  align-items: center;
  justify-content: space-between;
  margin-top: 80px;
  padding-bottom: 50px;
  border-bottom: 1px solid #dadee2;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
  width: 100%;
  aspect-ratio: 1/1;
  width: clamp(3rem, calc(2.318rem + 3.41vw), 4.5rem);
  background: #fff;
  cursor: pointer;
  transition: opacity var(--duration-l);
  pointer-events: all;
  display: grid;
  place-items: center;
}
.swiper-button-prev::before,
.swiper-button-next::before {
  content: "";
  display: inline-block;
  background: var(--color-base) no-repeat center/contain;
  width: 16px;
  aspect-ratio: 1/1;
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="7" viewBox="0 0 14 7"><path d="M9.8,0V2.966H0V4.034H9.8V7L14,3.5Z" transform="translate(0 0)" fill="%23fff"/></svg>')
    center/contain no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.25;
}

.swiper-button-prev {
  transform: translate(-100%, 0);
}

.swiper-button-prev::before {
  transform: scale(-1, 1);
}

.swiper-buttons {
  display: flex;
  gap: 1px;
}
.swiper-buttons .swiper-button-prev,
.swiper-buttons .swiper-button-next {
  position: static;
  inset: auto;
  transform: none;
}

.lity-slider {
  position: relative;
}
.lity-slider .swiper-buttons {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 1;
  justify-content: space-between;
  padding: max(2vw, 10px);
  pointer-events: none;
}
.lity-slider .swiper-button-prev,
.lity-slider .swiper-button-next {
  border-radius: 0;
  --size: auto;
  font-size: max(4vw, 30px);
  translate: none;
  background-color: transparent;
  pointer-events: all;
}
.lity-slider .swiper-button-prev::before,
.lity-slider .swiper-button-next::before {
  font-family: var(--fa-style-family-classic);
  content: "\f054";
  font-weight: 900;
  width: auto;
  height: auto;
  display: inline;
  clip-path: none;
  background-color: transparent;
  translate: none;
  color: #fff;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
  mask: none;
}
.lity-slider .swiper-button-prev {
  content: "\f053";
}
.lity-slider .swiper-slide {
  display: flex;
  justify-content: center;
  height: auto;
  max-height: 100%;
  max-width: 100%;
}
.lity-slider .swiper-slide .img {
  align-self: center;
  max-height: 100%;
  max-width: 100%;
}
.lity-slider .swiper-slide img {
  max-height: 100vh;
  max-width: 100vw;
  display: block;
  line-height: 0;
  border: 0;
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

/*
--------------------------------
lity
初期設定
--------------------------------
*/
.lity-close,
.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  --size: max(35px, 4vw);
  width: var(--size);
  height: var(--size);
  font-size: var(--size);
}

.lity-active body {
  overflow: hidden;
}

/*
--------------------------------
contact-form-7
初期設定
--------------------------------
*/
/* contact form 7 */
.wpcf7-form.sent .wpcf7-response-output {
  display: none;
}

.wpcf7-spinner {
  display: none;
}

.wpcf7-form .wpcf7-response-output {
  display: none;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  border-color: #dc3232;
  /* Red */
  display: block;
}

.wpcf7 form.spam .wpcf7-response-output {
  border-color: #f56e28;
  /* Orange */
  display: block;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #ffb900;
  /* Yellow */
  display: block;
}

.ajax-loader {
  display: none;
}

.wpcf7-list-item {
  margin: 0;
}

/*
--------------------------------
layout
全体的なレイアウト
--------------------------------
*/
/* l-header */
/* ============================================ */
:root {
  --header-height: 60px;
}
@media (min-width: calc(1024em / 16)) {
  :root {
    --header-height: 90px;
  }
}

@media (min-width: calc(1024em / 16)) {
  .is-scroll {
    --header-height: 80px;
  }
}

#header {
  position: fixed;
  z-index: 50;
  inset: 0;
  bottom: auto;
  background: transparent;
}
#header::before {
  content: "";
  inset: 0;
  position: absolute;
  z-index: -1;
  transition: var(--ease-in-out) var(--duration-m);
  transition-property: background-color;
}
@media not all and (min-width: calc(1024em / 16)) {
  #header::before {
    background: #fff;
  }
}

@media (min-width: calc(1024em / 16)) {
  .is-scroll #header::before {
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(16px);
  }
}
.header__inner {
  max-width: calc(var(--value-pc) * 1rem / 16);
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  font-weight: bold;
  font-size: 18px;
  height: var(--header-height);
  transition: var(--ease-in-out) var(--duration-m);
  transition-property: height;
}
@media (min-width: calc(1024em / 16)) {
  .header__inner {
    font-size: 15px;
  }
}

#logo {
  z-index: 10;
}
@media not all and (min-width: calc(1024em / 16)) {
  #logo {
    max-width: 48%;
    width: 160px;
  }
}
#logo a {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
}
#logo img {
  max-height: 100%;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

#toggle {
  font-family: var(--font-en);
  font-weight: 900;
  position: relative;
  z-index: 10;
  justify-content: center;
  align-items: center;
  gap: 15px;
  font-size: 12px;
  display: flex;
}
@media (min-width: calc(1024em / 16)) {
  #toggle {
    display: none;
  }
}
#toggle:hover {
  opacity: 1;
}
#toggle .lines {
  position: relative;
  width: 32px;
  height: 5px;
  display: inline-block;
}
#toggle .lines span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--color-base);
  display: inline-block;
}
#toggle .lines span:nth-of-type(1) {
  top: 0;
}
#toggle .lines span:nth-of-type(2) {
  bottom: 0;
}
#toggle[aria-expanded="true"] {
  color: #fff;
}
#toggle[aria-expanded="true"] .lines span {
  background-color: #fff;
}
#toggle[aria-expanded="true"] .lines span:nth-of-type(1) {
  animation: line1 var(--duration-l) forwards ease-out;
}
@keyframes line1 {
  50% {
    transform: translateY(2.5px);
  }
  100% {
    transform: translateY(2.5px) rotate(30deg);
  }
}
#toggle[aria-expanded="true"] .lines span:nth-of-type(2) {
  animation: line2 var(--duration-l) forwards ease-out;
}
@keyframes line2 {
  50% {
    transform: translateY(-2.5px);
  }
  100% {
    transform: translateY(-2.5px) rotate(-30deg);
  }
}
@media not all and (min-width: calc(1024em / 16)) {
  #toggle[aria-expanded="true"] + #mask {
    cursor: pointer;
    opacity: 0.8;
    pointer-events: all;
    transition-delay: 0s;
  }
}

#mask {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: #000;
  opacity: 0;
  transition: var(--duration-s);
  transition-property: display, opacity;
  transition-delay: var(--duration-m);
  pointer-events: none;
}
@media not all and (min-width: calc(1024em / 16)) {
  #mask {
    display: block;
  }
}

/* gnav */
#gnav {
  flex: 1;
}
@media not all and (min-width: calc(1024em / 16)) {
  #gnav {
    background: #fff;
    position: fixed;
    inset: 0;
    z-index: 5;
    transform: translateX(-100%);
    transition-duration: var(--duration-2xl);
    transition-delay: var(--duration-s);
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
    width: 60%;
    max-width: 350px;
    overflow-y: scroll;
    /*Firefoxへの対応*/
    scrollbar-width: none;
    /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
    -ms-overflow-style: none;
    /*Google Chrome、Safariへの対応*/
  }
  #gnav::-webkit-scrollbar {
    display: none;
  }
  #gnav[aria-hidden="false"] {
    transform: translateX(0);
  }
}
@media (min-width: calc(1024em / 16)) {
  #gnav {
    flex: none;
    display: flex;
    align-items: center;
  }
}

.gnav__inner {
  display: flex;
  gap: 0 min(30 / var(--value-pc) * 100vw, 30px);
}
@media not all and (min-width: calc(1024em / 16)) {
  .gnav__inner {
    align-items: center;
    flex-flow: column;
    margin-top: var(--header-height);
    padding: 10px 15px 10px 0;
  }
}

.gnav-list {
  width: fit-content;
  justify-content: end;
}
@media (min-width: calc(1024em / 16)) {
  .gnav-list {
    display: flex;
    align-items: center;
    margin-top: 0;
    width: auto;
    flex-shrink: 0;
    padding-left: 0;
    gap: 5px;
  }
}

.gnav-list a {
  display: flex;
  align-items: center;
  padding: 8px 0;
}
@media (min-width: calc(1024em / 16)) {
  .gnav-list a {
    padding: min(20 / var(--value-pc) * 100vw, 20px);
  }
}
.gnav-list a:hover {
  color: var(--color-corporate-1);
  opacity: 1;
}

.header__links {
  display: flex;
  gap: 20px min(30 / var(--value-pc) * 100vw, 30px);
  align-items: center;
}
.header__links.--sp {
  display: none;
}
@media not all and (min-width: calc(1024em / 16)) {
  .header__links {
    flex-flow: column;
    display: none;
    margin-top: 30px;
  }
  .header__links.--sp {
    display: flex;
  }
}

.header__link {
  text-decoration: underline;
  text-underline-offset: 0.4em;
  line-height: 1.8;
}
.header__link:hover {
  color: var(--color-corporate-1);
  opacity: 1;
}

.header__link-square {
  border-radius: 3px;
  background: var(--color-base);
  color: #fff;
  font-size: 14px;
  padding: 7px 24px;
}
.header__link-square:hover {
  background: var(--color-corporate-1);
  opacity: 1;
}

/* l-footer */
/* ============================================ */
.home #footer {
  margin-top: clamp(10rem, calc(5.17rem + 24.15vw), 20.625rem);
}

#footer {
  margin-top: clamp(5rem, calc(3.58rem + 7.1vw), 8.125rem);
  background: var(--color-base);
  color: #fff;
}
#footer a:hover {
  color: #fff;
}

.footer-inner {
  padding-bottom: clamp(3.125rem, calc(1.705rem + 7.1vw), 6.25rem);
  --pt: clamp(25px, 132/var(--value-pc) * 100vw, 132px);
  --gap-x: min(90/var(--value-pc) * 100vw, 90px);
  display: grid;
  grid-template-areas: "tel" "nav" "catch" "info";
}
@media (min-width: calc(1024em / 16)) {
  .footer-inner {
    grid-template-columns: 660fr 1260fr;
    grid-template-rows: 370fr 510fr;
    grid-template-areas: "catch tel" "info nav";
  }
}

.footer__catch {
  grid-area: catch;
  padding-top: 50px;
  margin-top: 50px;
  border-top: 1px solid #1c1c1c;
}
@media (min-width: calc(1024em / 16)) {
  .footer__catch {
    margin-top: 0;
    border-top: none;
    padding-top: var(--pt);
    border-right: 1px solid #1c1c1c;
    margin-right: var(--gap-x);
    padding-right: var(--gap-x);
  }
}
.footer__catch .main {
  font-size: clamp(1rem, calc(0.886rem + 0.57vw), 1.25rem);
}
.footer__catch .sub {
  font-family: var(--font-roboto);
  color: var(--color-corporate-1);
  font-size: clamp(0.85rem, calc(0.754rem + 0.48vw), 1.0625rem);
}

.footer__tel {
  grid-area: tel;
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: clamp(-80px, -80 / var(--value-pc) * 100vw, -40px);
  padding: 60px 10px;
  flex-flow: column;
}
@media (min-width: calc(768em / 16)) {
  .footer__tel {
    flex-flow: row;
  }
}
@media (min-width: calc(1024em / 16)) {
  .footer__tel {
    padding: 0;
  }
}
.footer__tel::before {
  content: "";
  position: absolute;
  background: var(--color-corporate-1);
  opacity: 0.9;
  z-index: -1;
  inset: 0;
  right: -100vw;
}
.footer__tel .tel {
  padding: 0 20px;
  padding-bottom: clamp(1.875rem, calc(1.307rem + 2.84vw), 3.125rem);
  margin-bottom: clamp(1.875rem, calc(1.307rem + 2.84vw), 3.125rem);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (min-width: calc(768em / 16)) {
  .footer__tel .tel {
    padding: 0;
    margin-bottom: 0;
    border-bottom: none;
    padding-right: clamp(1.5625rem, calc(-7.794rem + 14.62vw), 9.75rem);
    margin-right: clamp(1.5625rem, calc(-7.794rem + 14.62vw), 9.75rem);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
  }
}

.footer__info {
  grid-area: info;
  padding-top: clamp(3.5rem, calc(0.262rem + 16.19vw), 10.625rem);
}
@media (min-width: calc(1024em / 16)) {
  .footer__info {
    border-right: 1px solid #1c1c1c;
    margin-right: var(--gap-x);
    padding-right: var(--gap-x);
  }
}

.footer__nav {
  grid-area: nav;
  align-self: end;
  padding-top: clamp(3.5rem, calc(0.262rem + 16.19vw), 10.625rem);
}

.footer-nav {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 8em), 1fr));
  gap: 20px min(60 / var(--value-pc) * 100vw, 60px);
}
@media (min-width: calc(1024em / 16)) {
  .footer-nav {
    display: flex;
    flex-flow: wrap;
  }
}
.footer-nav a {
  text-decoration: underline;
  text-underline-offset: 0.4em;
  line-height: 1.8;
}

.copyright {
  font-size: 9px;
  color: #555;
}

.footer__links-wrapper {
  display: flex;
  gap: 30px min(80 / var(--value-pc) * 100vw, 80px);
  border-top: 1px solid #1c1c1c;
  padding-top: clamp(1.875rem, calc(1.023rem + 4.26vw), 3.75rem);
  margin-top: clamp(1.875rem, calc(1.023rem + 4.26vw), 3.75rem);
}
@media (min-width: calc(1024em / 16)) {
  .footer__links-wrapper {
    flex-flow: wrap;
  }
}

.footer__links {
  display: flex;
  flex-flow: column;
  align-items: start;
  gap: 10px 20px;
  font-size: clamp(0.6875rem, calc(0.632rem + 0.28vw), 0.8125rem);
  flex: 1;
  line-height: 1.8;
}
@media (min-width: calc(1024em / 16)) {
  .footer__links {
    flex: auto;
    flex-flow: row;
  }
}
.footer__links .title {
  color: #777;
  flex-shrink: 0;
}

/* l-main */
/* ============================================ */
.home #main {
  margin-top: var(--header-height);
}
@media (min-width: calc(1024em / 16)) {
  .home #main {
    margin-top: 0;
  }
}

/* l-page */
/* ============================================ */
.page-title {
  padding: clamp(5rem, calc(3.374rem + 8.13vw), 13.125rem) 0 0;
  display: flex;
  flex-flow: column;
}
@media (min-width: calc(1024em / 16)) {
  .page-title:has(.img) {
    height: 100vh;
  }
}
.page-title .title {
  display: flex;
  flex-flow: column;
  gap: 20px;
  font-weight: bold;
  line-height: 1.5;
  margin-left: 0;
  flex-shrink: 0;
}
.page-title .title .sub {
  font-family: var(--font-en);
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--color-corporate-1);
}
.page-title .title .sub::before {
  content: "";
  width: 9px;
  aspect-ratio: 1/1;
  background: var(--color-corporate-1);
  border-radius: 50%;
}
.page-title .title .main {
  font-size: clamp(1.625rem, calc(1.353rem + 1.36vw), 2.625rem);
}
.page-title .img {
  margin-top: clamp(1.875rem, calc(1.023rem + 4.26vw), 3.75rem);
  margin-left: clamp(0.9375rem, calc(0.228rem + 3.55vw), 2.5rem);
}
@media (min-width: calc(1024em / 16)) {
  .page-title .img {
    flex: 1;
    overflow: hidden;
  }
}
.page-title .img img {
  object-fit: cover;
  object-position: bottom;
  width: 100%;
  height: 100%;
}

/* subpage-title */
.subpage-title {
  padding: clamp(5rem, calc(3.124rem + 9.38vw), 14.375rem) 0 0;
}
.subpage-title .title {
  font-size: clamp(1.375rem, calc(1.205rem + 0.85vw), 2rem);
  font-weight: bold;
  margin-top: clamp(1.25rem, calc(1.022rem + 1.14vw), 1.75rem);
  line-height: 1.5;
}

/* l-container */
/* ============================================ */
.container-s,
.container-m,
.container-l,
.w-pc {
  margin-left: auto;
  margin-right: auto;
  box-sizing: content-box;
  padding-left: var(--wrapper);
  padding-right: var(--wrapper);
}

.container-m {
  max-width: calc(var(--container-m) * 1rem / 16);
}

.w-container-m {
  max-width: calc(var(--container-m) * 1rem / 16);
}

.container-l {
  max-width: calc(var(--container-l) * 1rem / 16);
}

.w-pc {
  max-width: calc(var(--value-pc) * 1rem / 16);
}

/* l-container */
/* ============================================ */
.wrapper {
  padding-left: var(--wrapper);
  padding-right: var(--wrapper);
}

/* l-section */
/* ============================================ */
@media (min-width: calc(1024em / 16)) {
  .section-row {
    display: flex;
    gap: 50px;
  }
}
@media (min-width: calc(1024em / 16)) {
  .section-row .title-text {
    font-size: clamp(32px, 44 / var(--value-pc) * 100vw, 44px);
  }
}
@media (min-width: calc(1024em / 16)) {
  .section-row .table-base tbody th {
    width: clamp(175px, 340 / var(--value-pc) * 100vw, 340px);
  }
}

@media (min-width: calc(1024em / 16)) {
  .section-row__left {
    width: clamp(14.375rem, calc(-2.771rem + 26.79vw), 29.375rem);
    flex-shrink: 0;
  }
}

.section-row__right {
  margin-top: 20px;
}
@media (min-width: calc(1024em / 16)) {
  .section-row__right {
    width: calc(1200 / var(--value-pc) * 100vw);
    margin-top: 0;
    margin-left: auto;
  }
}

/* l-breadcrumbs */
/* ============================================ */
.breadcrumbs {
  font-size: 13px;
  display: flex;
  flex-flow: wrap;
  justify-content: end;
  align-items: center;
  gap: 10px 20px;
}
.breadcrumbs a {
  text-decoration: underline;
}
.breadcrumbs a::after {
  content: "\f054";
  font: var(--fa-font-solid);
  font-size: 10px;
  display: inline-block;
  margin-left: 20px;
}
.breadcrumbs span {
  color: #94969a;
}

/* l-follow-link */
/* ============================================ */
.follow-link {
  position: fixed;
  bottom: -1px;
  right: 0;
  z-index: 40;
  display: none;
  flex-flow: column;
  align-items: end;
  gap: 5px;
  max-width: 45%;
  opacity: 0;
  transition: opacity var(--duration-s);
  pointer-events: none;
}
.follow-link button {
  background: rgba(136, 136, 136, 0.5);
  color: #fff;
  font-family: var(--font-en);
  font-size: clamp(0.5625rem, calc(0.506rem + 0.28vw), 0.6875rem);
  border-radius: 100vw;
  padding: 0 clamp(0.3125rem, calc(0.199rem + 0.57vw), 0.5625rem);
}
.follow-link button::before {
  content: "\f00d";
  font: var(--fa-font-solid);
  font-size: clamp(0.5rem, calc(0.444rem + 0.28vw), 0.625rem);
  margin-right: 5px;
}

.home .follow-link {
  display: flex;
}
.home .follow-link.is-hidden {
  display: none;
}

.is-scroll .follow-link {
  opacity: 1;
  pointer-events: all;
}

/*
--------------------------------
component
使いまわせるやつ
--------------------------------
*/
/* c-link */
/* ============================================ */
/* link-row */
.link-row,
.link-box {
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: fit-content;
  text-decoration: underline;
  text-underline-offset: 0.5em;
  gap: 22px;
  line-height: 1.8;
}
.link-row::after,
.link-box::after {
  content: "";
  background: url(images/common/icon_right.svg) var(--color-corporate-1)
    no-repeat center/auto;
  border-radius: 50%;
  aspect-ratio: 1/1;
  width: 48px;
  flex-shrink: 0;
}
.link-row[target="_blank"]::after,
.link-box[target="_blank"]::after {
  background-image: url(images/common/icon_diagonal.svg);
}
.link-row.--white::after,
.link-box.--white::after {
  background-color: #fff;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="7" viewBox="0 0 14 7"><path d="M9.8,0V2.966H0V4.034H9.8V7L14,3.5Z" transform="translate(0 0)" fill="%2300944F"/></svg>');
}
.link-row.--white[target="_blank"]::after,
.link-box.--white[target="_blank"]::after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="9" height="8.999" viewBox="0 0 9 8.999"><path d="M4.232.433,6.069,2.27,0,8.339.661,9,6.729,2.93,8.566,4.768,9,0Z" transform="translate(0 0)" fill="%2300944F"/></svg>');
}
.link-row.--white:hover,
.link-box.--white:hover {
  color: #fff;
}
.link-row.--reverse,
.link-box.--reverse {
  flex-flow: row-reverse;
}
.link-row.--reverse::after,
.link-box.--reverse::after {
  transform: scale(-1, 1);
}
.link-row:hover,
.link-box:hover {
  opacity: 0.7;
  color: var(--color-corporate-1);
}

/* link-box */
.link-box {
  min-height: clamp(6.25rem, calc(5.114rem + 5.68vw), 8.75rem);
  padding: 5px 15px;
  background: var(--color-corporate-1);
  width: 100%;
  justify-content: center;
  color: #fff;
}
.link-box::after {
  background-color: #fff;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="7" viewBox="0 0 14 7"><path d="M9.8,0V2.966H0V4.034H9.8V7L14,3.5Z" transform="translate(0 0)" fill="%2300944F"/></svg>');
}
.link-box[target="_blank"]::after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="9" height="8.999" viewBox="0 0 9 8.999"><path d="M4.232.433,6.069,2.27,0,8.339.661,9,6.729,2.93,8.566,4.768,9,0Z" transform="translate(0 0)" fill="%2300944F"/></svg>');
}
.link-box:hover {
  color: #fff;
}

/* link-line */
/* ※beforeここで指定しない */
.link-line,
.editor-content a {
  text-decoration: 1px underline;
  text-underline-offset: 0.4em;
  line-height: 1.8;
  display: inline-flex;
  gap: 13px;
  align-items: center;
}
.link-line::after,
.editor-content a::after {
  content: "";
  display: inline-block;
  background: url(images/common/icon_right.svg) no-repeat center/contain;
  aspect-ratio: 1/1;
  flex-shrink: 0;
  width: 12px;
}
.link-line[target="_blank"]::after,
.editor-content a[target="_blank"]::after {
  background-image: url(images/common/icon_diagonal.svg);
  width: 9px;
}
.link-line:not(.--white)::after,
.editor-content a:not(.--white)::after {
  background-image: none;
  background-color: var(--color-base);
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="7" viewBox="0 0 14 7"><path d="M9.8,0V2.966H0V4.034H9.8V7L14,3.5Z" transform="translate(0 0)" fill="%23fff"/></svg>')
    center/contain no-repeat;
}
.link-line:not(.--white)[target="_blank"]::after,
.editor-content a:not(.--white)[target="_blank"]::after {
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="9" height="8.999" viewBox="0 0 9 8.999"><path d="M4.232.433,6.069,2.27,0,8.339.661,9,6.729,2.93,8.566,4.768,9,0Z" transform="translate(0 0)" fill="%23fff"/></svg>')
    center/contain no-repeat;
}
.link-line.--reverse,
.editor-content a.--reverse {
  flex-flow: row-reverse;
}
.link-line.--reverse::after,
.editor-content a.--reverse::after {
  transform: scale(-1, 1);
}
.link-line[href$=".pdf"],
.editor-content a[href$=".pdf"] {
  gap: 10px;
}
.link-line[href$=".pdf"]::after,
.editor-content a[href$=".pdf"]::after {
  mask: none;
  background-image: url(images/common/icon_file.svg);
  background-color: transparent;
  width: 18px;
  height: 22px;
  order: -1;
}
.link-line[href$=".pdf"]:hover,
.editor-content a[href$=".pdf"]:hover {
  color: var(--color-corporate-1);
}
.link-line[href$=".pdf"]:hover::after,
.editor-content a[href$=".pdf"]:hover::after {
  background-color: transparent !important;
}
.link-line.--down::after,
.editor-content a.--down::after {
  rotate: 90deg;
}
.link-line:hover,
.editor-content a:hover {
  color: var(--color-corporate-1);
}
.link-line:hover:not(.--white)::after,
.editor-content a:hover:not(.--white)::after {
  background-color: var(--color-corporate-1);
}

a:hover .link-line {
  color: var(--color-corporate-1);
}
a:hover .link-line:not(.--white)::after {
  background-color: var(--color-corporate-1);
}

/* link-border */
.link-border {
  border: 1px solid var(--color-corporate-1);
  background: #fff;
  padding: clamp(0.625rem, calc(0.397rem + 1.14vw), 1.125rem)
    clamp(0.9375rem, calc(0.568rem + 1.85vw), 1.75rem);
  font-size: clamp(1.0125rem, calc(0.96rem + 0.26vw), 1.125rem);
  color: var(--color-corporate-1);
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: fit-content;
  box-shadow: 0px 3px 0px var(--color-corporate-1-shadow);
}
.link-border[href$=".pdf"]::before,
.link-border[href$=".xlsx"]::before,
.link-border[href$=".docx"]::before {
  content: "\f1c1";
  font: var(--fa-font-regular);
  font-size: 22px;
  margin-right: 15px;
  text-decoration: none;
  display: inline-block;
}
.link-border[href$=".xlsx"]::before {
  content: "\f1c3";
}
.link-border[href$=".docx"]::before {
  content: "\f1c2";
}
.link-border:hover {
  opacity: 1;
  background: var(--color-corporate-1);
  color: #fff;
}

/* links */
.links {
  display: flex;
  flex-flow: wrap;
  gap: 13px min(30 / var(--value-pc) * 100vw, 30px);
}

/* c-accordion */
/* ============================================ */
summary {
  /* display: list-item;以外を指定してデフォルトの三角形アイコンを消します */
  display: block;
}

summary::-webkit-details-marker {
  /* Safariで表示されるデフォルトの三角形アイコンを消します */
  display: none;
}

.summary_inner {
  cursor: pointer;
  display: grid;
  grid-template-columns: auto min-content;
  padding: 24px 0;
  transition-property: color, background-color, opacity;
  transition-duration: var(--duration-m);
  align-items: center;
  font-weight: bold;
  line-height: 1.4;
  word-break: keep-all;
}
.summary_inner::after {
  content: "\f078";
  font: var(--fa-font-solid);
  font-size: 16px;
  color: var(--color-corporate-1);
  transition-property: transform, background-color;
  transition-duration: var(--duration-m);
  justify-self: end;
}

/* is-openedクラスが付与されたときのスタイル */
details.is-opened .summary_inner::after {
  transform: rotate(180deg);
}

/* --------アコーディオンの中身のスタイル-------- */
.accordion .content {
  overflow: hidden;
  /* details直下のタグにpaddingを設定すると挙動がおかしくなるので、ここには指定しない */
}
.accordion .content_inner {
  overflow: hidden;
}

/* c-accordion-list */
/* ============================================ */
.accordion-list__item + .accordion-list__item {
  margin-top: 15px;
}
.accordion-list__item .summary_inner {
  background: #f5f6f8;
  font-size: clamp(1.125rem, calc(0.897rem + 1.14vw), 1.625rem);
  font-weight: bold;
  padding: clamp(1.25rem, calc(0.912rem + 1.69vw), 2.5rem)
    clamp(1.25rem, calc(0.742rem + 2.54vw), 3.125rem);
  gap: 0.8em;
  position: relative;
}
.accordion-list__item .summary_inner::after,
.accordion-list__item .summary_inner::before {
  content: "";
  display: block;
  width: 3px;
  height: 23px;
  background: var(--color-corporate-1);
  grid-area: 1/2;
  transition-property: transform, background-color;
  transition-duration: var(--duration-m);
}
.accordion-list__item .summary_inner::before {
  transform: rotate(90deg);
}
.accordion-list__item .content_inner {
  padding: clamp(1.25rem, calc(0.682rem + 2.84vw), 2.5rem)
    clamp(1.25rem, calc(0.398rem + 4.26vw), 3.125rem)
    clamp(1.875rem, calc(1.023rem + 4.26vw), 3.75rem);
  background: #f5f6f8;
  gap: 0.8em;
}
.accordion-list__item .is-opened .summary_inner {
  background: var(--color-corporate-1);
  color: #fff;
}
.accordion-list__item .is-opened .summary_inner::after,
.accordion-list__item .is-opened .summary_inner::before {
  background: #fff;
  transform: rotate(90deg);
}

/* .accordion-list.--faq {
  .summary_inner {
    grid-template-columns: auto auto 1fr;

    &:before {
      position: relative;
      content: "Q.";
      font-family: var(--font-lato);
      font-size: calc(20rem/16);
      font-weight: bold;
      margin-left: 2px;
    }
  }

  .content_inner {
    display: grid;
    grid-template-columns: auto 1fr;

    &:before {
      position: relative;
      content: "A.";
      font-family: var(--font-lato);
      font-size: calc(15rem/16);
      font-weight: bold;
      margin-left: calc(2px + .5em);
    }
  }
} */
/* c-title */
/* ============================================ */
.title-section {
  font-weight: bold;
  display: flex;
  flex-flow: column;
  gap: 5px;
  line-height: 1.5;
}
.title-section .sub {
  color: var(--color-corporate-1);
  font-size: clamp(0.625rem, calc(0.569rem + 0.28vw), 0.75rem);
}
.title-section .main {
  font-size: clamp(1.5rem, calc(0.932rem + 2.84vw), 2.75rem);
}

.title-text {
  font-size: clamp(1.5rem, calc(0.932rem + 2.84vw), 2.75rem);
  font-weight: bold;
  line-height: 1.5;
}
.title-text.--m {
  font-size: clamp(1.25rem, calc(0.796rem + 2.27vw), 2.25rem);
}

.title-box {
  display: grid;
  place-items: center;
  border: 2px solid #ff0000;
  color: #ff0000;
  padding: clamp(0.9375rem, calc(0.654rem + 1.42vw), 1.5625rem);
  font-weight: bold;
  font-size: clamp(1.0125rem, calc(0.96rem + 0.26vw), 1.125rem);
  line-height: 1.5;
}

/* c-box */
/* ============================================ */
.box-base {
  background: #f5f6f8;
  padding: clamp(1.5625rem, calc(1.225rem + 1.69vw), 2.8125rem)
    clamp(1.5625rem, calc(1.139rem + 2.12vw), 3.125rem);
}
.box-base.--xl {
  padding: clamp(1.5625rem, calc(0.767rem + 3.98vw), 4.5rem)
    clamp(1.5625rem, calc(-0.082rem + 8.22vw), 7.625rem);
}
.box-base.--l {
  padding: clamp(1.5625rem, calc(0.885rem + 3.39vw), 4.0625rem);
}
.box-base.--white {
  background: #fff;
}

.box-border-bt {
  padding: clamp(1.25rem, calc(0.742rem + 2.54vw), 3.125rem) 0;
  border: 1px solid #d9dee2;
  border-left: none;
  border-right: none;
}
.box-border-bt.--row {
  display: flex;
  justify-content: space-between;
  gap: 20px clamp(1.25rem, calc(-6.615rem + 9.68vw), 5rem);
  flex-flow: column;
}
@media (min-width: calc(640em / 16)) {
  .box-border-bt.--row {
    flex-flow: row;
  }
}
.box-border-bt.--row .img {
  flex-shrink: 0;
}
@media (min-width: calc(640em / 16)) {
  .box-border-bt.--row .img {
    text-align: right;
    width: clamp(220px, 360 / var(--value-pc) * 100vw, 360px);
  }
}

/* c-color */
/* ============================================ */
.color-corporate-1 {
  color: var(--color-corporate-1);
}

.color-red {
  color: #ff0000;
}

/* c-text */
/* ============================================ */
/* c-list */
/* ============================================ */
/* list-item-point */
.list-item-point {
  line-height: 1.5;
  padding-left: 19px;
  text-indent: -19px;
}
.list-item-point + .list-item-point {
  margin-top: 0.2em;
}
.list-item-point.--l + .list-item-point.--l {
  margin-top: 12px;
}
.list-item-point::before {
  content: "";
  display: inline-block;
  width: 9px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: var(--color-corporate-1);
  margin-right: 10px;
  margin-bottom: 0.1em;
  flex-shrink: 0;
}
.list-item-point.--row {
  display: flex;
  align-items: flex-start;
  padding-left: 0;
  text-indent: 0;
  flex-flow: wrap;
}
.list-item-point.--row + .list-item-point.--row {
  margin-top: 16px;
}
@media (min-width: calc(768em / 16)) {
  .list-item-point.--row {
    flex-flow: row;
  }
}
.list-item-point.--row::before {
  margin-top: 0.6em;
  margin-bottom: 0;
}
.list-item-point.--row .title {
  font-size: clamp(1.125rem, calc(1.069rem + 0.28vw), 1.25rem);
  font-weight: bold;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.list-item-point.--row .title::after {
  content: "：";
  font-weight: 500;
}
@media (min-width: calc(768em / 16)) {
  .list-item-point.--row .title {
    width: 209px;
  }
  .list-item-point.--row .title::after {
    content: none;
  }
}
.list-item-point.--row .content {
  font-size: clamp(1.0125rem, calc(0.96rem + 0.26vw), 1.125rem);
  width: 100%;
  margin-top: 5px;
}
@media (min-width: calc(768em / 16)) {
  .list-item-point.--row .content {
    margin-top: 0;
    width: auto;
    padding-left: calc(20px + 1em);
    text-indent: calc(-20px - 1em);
  }
}
@media (min-width: calc(768em / 16)) {
  .list-item-point.--row .content::before {
    content: "：";
    margin-right: 5px;
    margin-left: 15px;
  }
}

/* list-item-note */
.list-item-note {
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.list-item-note::before {
  content: "※ ";
}

/* list-order */
.list-order {
  counter-reset: item;
  font-weight: bold;
  line-height: 1.5;
}

.list-order > li {
  counter-increment: item;
  padding-left: 1.7em;
  text-indent: -1.7em;
}
.list-order > li + li {
  margin-top: 10px;
}
.list-order > li::before {
  content: counter(item) ".";
  margin-right: 0.9em;
  color: var(--color-corporate-1);
}
.list-order > li .child-list-order {
  margin: 15px 0 20px;
}

/* child-list-order */
.child-list-order {
  counter-reset: item;
  line-height: 1.5;
}
.child-list-order > li {
  counter-increment: item;
  padding-left: 1.7em;
  text-indent: -1.7em;
}
.child-list-order > li + li {
  margin-top: 10px;
}
.child-list-order > li::before {
  content: counter(item) ".";
  margin-right: 0.9em;
}

/* list-dotted-b */
.list-dotted-b > li {
  display: flex;
  border-bottom: 1px dashed #111111;
  padding-bottom: clamp(0.625rem, calc(0.341rem + 1.42vw), 1.25rem);
  flex-flow: column;
}
@media (min-width: calc(768em / 16)) {
  .list-dotted-b > li {
    flex-flow: row;
  }
}
.list-dotted-b > li + li {
  padding-top: clamp(0.625rem, calc(0.341rem + 1.42vw), 1.25rem);
}
.list-dotted-b .title {
  width: clamp(150px, 230 / var(--value-pc) * 100vw, 230px);
  flex-shrink: 0;
}

/* list-dl */
.list-dl {
  border-left: 5px solid #dfe3e8;
  padding-left: clamp(0.9375rem, calc(0.654rem + 1.42vw), 1.5625rem);
}

/* list-lity */
.list-lity {
  display: grid;
  gap: min(48 / var(--value-pc) * 100vw, 48px);
  grid-template-columns: repeat(auto-fill, minmax(min(40%, 400px), 1fr));
}
.list-lity img {
  height: auto;
}
.list-lity a {
  display: block;
  position: relative;
  overflow: hidden;
}
.list-lity a::before {
  content: "";
  display: block;
  position: absolute;
  aspect-ratio: 1/1;
  width: min(20%, 60px);
  backdrop-filter: blur(5px);
  right: -1px;
  bottom: -1px;
  opacity: 0.9;
  background: #fff url(images/common/icon_zoom.svg) no-repeat
    center/min(60%, 20px) auto;
  z-index: 1;
}

/* c-wp-pagenavi */
/* ============================================ */
.wp-pagenavi {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-family: var(--font-en);
  gap: min(5 / var(--value-pc) * 100vw, 5px);
  padding: 0 58px;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  flex-shrink: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
@media not all and (min-width: calc(768em / 16)) {
  .wp-pagenavi .previouspostslink .text,
  .wp-pagenavi .nextpostslink .text {
    display: none;
  }
}
.wp-pagenavi .previouspostslink {
  left: 0;
}
.wp-pagenavi .nextpostslink {
  right: 0;
}
.wp-pagenavi .page,
.wp-pagenavi .current {
  aspect-ratio: 1/1;
  width: min(100%, 56px);
  display: grid;
  place-items: center;
  text-decoration: underline;
  text-underline-offset: 0.4em;
  font-family: var(--font-en);
  font-weight: 600;
}
.wp-pagenavi .page:hover {
  color: var(--color-corporate-1);
}
.wp-pagenavi .current {
  background: #dfe3e8;
  color: #fff;
  text-decoration: none;
}

/* c-table */
/* ============================================ */
.table-base {
  border-bottom: 1px solid #d9dee2;
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  font-size: clamp(1.0125rem, calc(0.96rem + 0.26vw), 1.125rem);
}
.table-base th,
.table-base td {
  border-top: 1px solid #d9dee2;
  padding: clamp(1.25rem, calc(0.826rem + 2.12vw), 2.8125rem) 0;
}
.table-base th {
  color: var(--color-corporate-1);
  line-height: 1.4;
}
.table-base .row {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  gap: 15px;
}
@media (min-width: calc(768em / 16)) {
  .table-base .row {
    flex-flow: row;
  }
}
.table-base .row .content {
  flex: 500;
}
.table-base .row .img {
  flex: 360;
}
.table-base tbody th {
  width: clamp(112px, 340 / var(--value-lg) * 100vw, 340px);
  flex-shrink: 0;
  padding-right: 10px;
}
.table-base tbody tr:last-of-type th,
.table-base tbody tr:last-of-type td {
  border-bottom: none;
}
.table-base .table-fixed {
  position: sticky;
  left: 0;
}

/* c-form */
/* ============================================ */
.form-list > li + li {
  margin-top: clamp(1.25rem, calc(0.398rem + 4.26vw), 3.125rem);
}

.form-list .row {
  font-size: clamp(1.0125rem, calc(0.96rem + 0.26vw), 1.125rem);
}
.form-list .row input[type="password"],
.form-list .row input[type="text"],
.form-list .row input[type="email"],
.form-list .row input[type="tel"],
.form-list .row textarea,
.form-list .row select {
  padding: 0.5em clamp(0.9375rem, calc(0.654rem + 1.42vw), 1.5625rem);
  min-height: clamp(3.75rem, calc(3.182rem + 2.84vw), 5rem);
  width: 100%;
  background: #f3f7fa;
  border: 1px solid #d9dee2;
}
.form-list .row select {
  background: #fff;
}
.form-list .row textarea {
  resize: vertical;
  height: clamp(11.25rem, calc(6.42rem + 24.15vw), 21.875rem);
}
.form-list .row ::placeholder {
  color: #d0dae6;
}

.form-list .title {
  display: flex;
  align-items: center;
  font-weight: bold;
  margin-bottom: clamp(0.625rem, calc(0.341rem + 1.42vw), 1.25rem);
}
.form-list .title .form-required,
.form-list .title .form-any {
  margin-right: clamp(0.625rem, calc(0.455rem + 0.85vw), 1rem);
}

.form-required,
.form-any {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: clamp(1.5625rem, calc(1.393rem + 0.85vw), 1.9375rem);
  min-width: clamp(2.5rem, calc(2.216rem + 1.42vw), 3.125rem);
  line-height: 1;
  color: #fff;
  font-size: 0.8125rem;
  font-weight: bold;
  flex-shrink: 0;
  background: #bdc1c5;
  border: 1px solid var(--color-corporate-02);
}

.form-required {
  background: var(--color-corporate-1);
}

.form-inner .wpcf7-checkbox label,
.form-inner .wpcf7-radio label,
.form-acceptance label {
  cursor: pointer;
}

.form-inner .select-wrap {
  position: relative;
}
.form-inner .select-wrap select {
  padding-right: clamp(3.125rem, calc(2.273rem + 4.26vw), 5rem);
  white-space: pre-wrap;
  line-height: 1.4;
}
.form-inner .select-wrap::before {
  content: "\f078";
  font: var(--fa-font-solid);
  font-size: 16px;
  color: var(--color-corporate-1);
  position: absolute;
  right: clamp(1.5625rem, calc(1.279rem + 1.42vw), 2.1875rem);
  top: 50%;
  transform: translate(0, -50%);
}
.form-inner .wpcf7-checkbox label + label {
  margin-top: min(20 / var(--value-main) * 100vw, 20px);
  display: flex;
  align-items: center;
}
.form-inner input[type="checkbox"] + span {
  display: grid;
  grid-template-columns: min-content 1fr;
  gap: clamp(0.5rem, calc(0.302rem + 0.99vw), 0.9375rem);
  align-items: center;
  height: 100%;
  word-break: keep-all;
}
.form-inner input[type="checkbox"] + span::before {
  grid-area: 1/1;
  content: "";
  display: inline-block;
  aspect-ratio: 1/1;
  width: clamp(1.5625rem, calc(1.137rem + 2.13vw), 2.5rem);
  border: 1px solid #838791;
  background: #fff;
  transition-duration: var(--duration-m);
  transition-property: background-color, border-color;
}
.form-inner input[type="checkbox"] + span::after {
  grid-area: 1/1;
  content: "";
  width: clamp(0.875rem, calc(0.761rem + 0.57vw), 1.125rem);
  aspect-ratio: 1/1;
  justify-self: center;
  background: #dfe3e8 no-repeat center/contain;
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="15.475" height="11.712" viewBox="0 0 15.475 11.712"><path d="M8,20.475,1.763,14.237l2.475-2.475L8,15.525l6.763-6.763,2.475,2.475Z" transform="translate(-1.763 -8.763)" fill="%23dfe3e8"/></svg>')
    center/contain no-repeat;
  transition-duration: var(--duration-m);
  transition-property: background-color;
}
.form-inner input[type="checkbox"]:checked + span::before {
  background-color: var(--color-corporate-1);
  border-color: var(--color-corporate-1);
}
.form-inner input[type="checkbox"]:checked + span::after {
  background-color: #fff;
}

.form-acceptance input[type="checkbox"] + span {
  grid-template-columns: min-content auto 1fr;
}

.form-inner .wpcf7-radio {
  display: flex;
  flex-flow: wrap;
  gap: 5px 10px;
}
.form-inner input[type="radio"] + span {
  display: grid;
  grid-template-columns: min-content 1fr;
  align-items: center;
  gap: 12px;
  border: 1px solid #d9dee2;
  background: #fff;
  min-width: clamp(7.75rem, calc(2.75rem + 25vw), 18.75rem);
  min-height: clamp(4rem, calc(3.546rem + 2.27vw), 5rem);
  padding: 10px clamp(0.9375rem, calc(0.654rem + 1.42vw), 1.5625rem);
}
.form-inner input[type="radio"] + span::before {
  content: "";
  display: inline-block;
  --size: 26px;
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  border: 1px solid #a1a7ac;
  grid-area: 1/1;
  background: #fff;
}
.form-inner input[type="radio"] + span::after {
  content: "";
  display: inline-block;
  --size: 14px;
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  background: #fff;
  grid-area: 1/1;
  justify-self: center;
  transition: background-color var(--duration-s);
}
.form-inner input[type="radio"]:checked + span::after {
  background: var(--color-base);
}

.form-acceptance {
  font-weight: bold;
  display: flex;
  align-items: center;
  padding: clamp(0.9375rem, calc(0.512rem + 2.13vw), 1.875rem)
    clamp(0.625rem, calc(0.057rem + 2.84vw), 1.875rem);
  justify-content: center;
  border: 1px solid #d9dee2;
  line-height: 1.4;
}

.form-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  width: 100%;
  background: var(--color-corporate-1);
  padding: 5px 15px;
  font-weight: bold;
  cursor: pointer;
  word-break: keep-all;
  transition-property: opacity, background-color;
  transition-duration: var(--duration-m);
  min-height: clamp(6.25rem, calc(3.978rem + 11.36vw), 11.25rem);
}
.form-button:has(input[disabled]) {
  background-color: #e0e3e5;
  pointer-events: none;
}
.form-button:has(input[disabled]) .inner::after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="7" viewBox="0 0 14 7"><path d="M9.8,0V2.966H0V4.034H9.8V7L14,3.5Z" transform="translate(0 0)" fill="%23E0E3E5"/></svg>');
}
.form-button input {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px;
}
.form-button .inner {
  border-radius: 5px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: fit-content;
  text-decoration: underline;
  text-underline-offset: 0.5em;
  gap: 22px;
  line-height: 1.8;
  color: #fff;
}
.form-button .inner::after {
  content: "";
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="7" viewBox="0 0 14 7"><path d="M9.8,0V2.966H0V4.034H9.8V7L14,3.5Z" transform="translate(0 0)" fill="%2300944F"/></svg>')
    #fff no-repeat center/auto;
  border-radius: 50%;
  aspect-ratio: 1/1;
  width: 48px;
  flex-shrink: 0;
}
.form-button:hover {
  opacity: 0.7;
}

.placeholder {
  font-size: 0.8125rem;
  color: #bdc1c5;
}

/* c-news */
/* ============================================ */
.news-list__item {
  display: flex;
  padding: clamp(1rem, calc(0.858rem + 0.71vw), 1.3125rem) 0;
  border: 1px solid #d9dee2;
  border-left: none;
  border-right: none;
  gap: clamp(0.9375rem, calc(-3.325rem + 8.88vw), 5rem);
  align-items: center;
  position: relative;
  transition-property: opacity;
  transition-duration: var(--duration-m);
}
.news-list__item + .news-list__item {
  border-top: none;
}
.news-list__item:hover {
  opacity: 0.7;
}
.news-list__item:hover .arrow {
  border-color: var(--color-corporate-1);
  background-color: var(--color-corporate-1);
}
.news-list__item:hover .arrow::before {
  background-color: #fff;
}
.news-list__item:hover .title {
  color: var(--color-corporate-1);
  opacity: 1;
}
.news-list__item .img {
  width: clamp(5rem, calc(0.454rem + 22.73vw), 15rem);
  flex-shrink: 0;
  align-self: flex-start;
}
.news-list__item .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  aspect-ratio: 240/150;
}
.news-list__item .content {
  flex-grow: 1;
  display: flex;
  flex-flow: column;
  gap: 5px min(50 / var(--value-pc) * 100vw, 50px);
}
@media (min-width: calc(768em / 16)) {
  .news-list__item .content {
    flex-flow: wrap;
    align-items: center;
  }
}
.news-list__item .title {
  font-size: clamp(0.9rem, calc(0.798rem + 0.51vw), 1.125rem);
  font-weight: bold;
  flex-grow: 1;
  line-height: 1.5;
}
.news-list__item .title a::before {
  content: "";
  position: absolute;
  inset: 0;
}
.news-list__item .title a:hover {
  opacity: 1;
}
.news-list__item .tag-list {
  margin-top: 5px;
  width: 100%;
}
@media (min-width: calc(1440em / 16)) {
  .news-list__item .tag-list {
    margin-top: 0;
    flex-shrink: 0;
    width: auto;
  }
}
.news-list__item .tag {
  position: relative;
  z-index: 1;
}
.news-list__item .arrow {
  width: clamp(2.125rem, calc(1.955rem + 0.85vw), 2.5rem);
  aspect-ratio: 1/1;
  border: 1px solid #d9dee2;
  border-radius: 50%;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  transition-property: border-color, background-color;
  transition-duration: var(--duration-m);
}
.news-list__item .arrow::before {
  content: "";
  display: inline-block;
  background: var(--color-base) no-repeat center/contain;
  width: 16px;
  aspect-ratio: 1/1;
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="7" viewBox="0 0 14 7"><path d="M9.8,0V2.966H0V4.034H9.8V7L14,3.5Z" transform="translate(0 0)" fill="%23fff"/></svg>')
    center/contain no-repeat;
  transition-property: border-color, background-color;
  transition-duration: var(--duration-m);
}

.news-date {
  color: #bdc1c5;
  font-size: clamp(0.6875rem, calc(0.632rem + 0.28vw), 0.8125rem);
  font-family: var(--font-en);
  font-weight: 600;
  flex-shrink: 0;
}

/* c-tag */
/* ============================================ */
/* tag-list */
.tag-list {
  display: flex;
  gap: 8px 5px;
  flex-flow: wrap;
}

/* tag */
.tag {
  background: #f4f6f9;
  border: 1px solid #e7ebef;
  border-radius: 100vw;
  padding: 2px 12px;
  font-size: clamp(0.6875rem, calc(0.632rem + 0.28vw), 0.8125rem);
  display: inline-block;
  transition-property: color, background-color, filter;
  transition-duration: var(--duration-s);
  transition-timing-function: ease;
  white-space: nowrap;
  letter-spacing: 0;
}
.tag.--works {
  padding: clamp(0.125rem, calc(-0.103rem + 1.14vw), 0.625rem)
    clamp(0.75rem, calc(0.522rem + 1.14vw), 1.25rem);
  font-size: clamp(0.9rem, calc(0.854rem + 0.23vw), 1rem);
  color: var(--color-base);
  background: #fff;
  border-color: #d9dee2;
}

a.tag:hover {
  border-color: var(--color-corporate-1);
  background: var(--color-corporate-1);
  color: #fff;
}

/* c-hover */
/* ============================================ */
.hover-img-zoom .bg,
.hover-img-zoom .img,
.hover-img-dark-zoom .bg,
.hover-img-dark-zoom .img {
  overflow: hidden;
}
.hover-img-zoom .bg img,
.hover-img-zoom .img img,
.hover-img-dark-zoom .bg img,
.hover-img-dark-zoom .img img {
  transition-duration: var(--duration-l);
}
.hover-img-zoom:hover,
.hover-img-dark-zoom:hover {
  opacity: 1;
}
.hover-img-zoom:hover .bg img,
.hover-img-zoom:hover .img img,
.hover-img-dark-zoom:hover .bg img,
.hover-img-dark-zoom:hover .img img {
  transform: scale(1.2);
}

.hover-img-dark-zoom:hover .bg img,
.hover-img-dark-zoom:hover .img img {
  filter: brightness(0.6);
}

/* c-works */
/* ============================================ */
.works-list {
  display: grid;
  grid-template-columns: repeat(
    auto-fill,
    minmax(min(40%, max(30%, 280px)), 1fr)
  );
  gap: clamp(1.25rem, calc(0.5rem + 3.75vw), 5rem)
    clamp(0.5rem, calc(-0.026rem + 2.63vw), 3.125rem);
}
.works-list.--col2 {
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(0.5rem, calc(-0.026rem + 2.63vw), 3.125rem);
}

.works-detail {
  display: flex;
  gap: 15px;
  flex-flow: wrap;
  font-size: clamp(0.65rem, calc(0.576rem + 0.37vw), 0.8125rem);
}

.works-list__item {
  position: relative;
  transition: opacity var(--duration-m);
}
.works-list__item:hover .title {
  color: var(--color-corporate-1);
  text-decoration-color: var(--color-corporate-1);
}
.works-list__item:hover .title::after {
  background-color: var(--color-corporate-1);
}
.works-list__item .img img {
  aspect-ratio: 540/338;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.works-list__item .img {
  margin-bottom: clamp(0.625rem, calc(0.341rem + 1.42vw), 1.25rem);
}
.works-list__item .link-line {
  font-weight: bold;
  font-size: clamp(0.9rem, calc(0.74rem + 0.8vw), 1.25rem);
  gap: clamp(0.5rem, calc(0.102rem + 1.99vw), 1.375rem);
}
.works-list__item .link-line::before {
  /* クリック用 */
  content: "";
  position: absolute;
  inset: 0;
}
.works-list__item .link-line::after {
  width: 16px;
}
.works-list__item .link-line:hover {
  opacity: 1;
}
.works-list__item .tag-list {
  margin-top: 20px;
}
.works-list__item .tag {
  position: relative;
  z-index: 1;
}

/* c-business */
/* ============================================ */
.business-title-square {
  width: min(40%, 300px);
  grid-area: 1/1;
  font-size: clamp(0.625rem, calc(0.397rem + 1.14vw), 1.125rem);
  aspect-ratio: 1/1;
  color: #fff;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  position: relative;
  line-height: 1.4;
}
.business-title-square::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: var(--color-corporate-1);
  mix-blend-mode: multiply;
}
.business-title-square > * {
  position: relative;
  z-index: 2;
}
.business-title-square .main {
  font-size: clamp(1.875rem, calc(1.023rem + 4.26vw), 3.75rem);
}
.business-title-square .main-sub {
  font-size: clamp(0.8125rem, calc(0.5rem + 1.56vw), 1.5rem);
}

/* c-category */
/* ============================================ */
/* category-list */
.category-list {
  display: flex;
  gap: 5px clamp(0.3125rem, calc(0.029rem + 1.42vw), 0.9375rem);
  flex-flow: wrap;
}

.category-list__item > a,
.category-list__item > span {
  padding: clamp(0.1875rem, calc(0.017rem + 0.85vw), 0.5625rem)
    clamp(0.5rem, calc(0.272rem + 1.14vw), 1rem);
  font-size: clamp(0.875rem, calc(0.761rem + 0.57vw), 1.125rem);
  display: inline-block;
  text-decoration: underline 1px;
  text-underline-offset: 0.4em;
  letter-spacing: 0;
}
.category-list__item > a:hover,
.category-list__item > span:hover {
  border-color: var(--color-corporate-1);
  background: var(--color-corporate-1);
  color: #fff;
}
.category-list__item.--current > a,
.category-list__item.--current > span {
  background: #dfe3e8;
  color: #fff;
  text-decoration: none;
}

/* c-tel */
/* ============================================ */
.tel {
  font-size: clamp(0.9rem, calc(0.644rem + 0.4vw), 1.125rem);
  font-family: var(--font-en);
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}
.tel .number {
  font-size: clamp(1.625rem, calc(0.908rem + 1.12vw), 2.25rem);
  letter-spacing: 0.05em;
}
.tel .text {
  font-family: var(--font);
  font-weight: 500;
  font-size: clamp(0.675rem, calc(0.641rem + 0.17vw), 0.75rem);
}

/*
--------------------------------
project
使いまわさないやつ
--------------------------------
*/
/* p-mv */
/* ============================================ */
.mv-slider {
  position: relative;
}
.mv-slider .catch-en {
  position: absolute;
  font-size: clamp(1.3125rem, calc(0.575rem + 3.69vw), 5rem);
  top: min(11.8333333333vh, 142px);
  left: min(100 / var(--value-pc) * 100vw, 100px);
  z-index: 1;
  color: var(--color-corporate-1);
  font-family: var(--font-roboto);
  mix-blend-mode: multiply;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: 0.15em;
}
@media screen and (orientation: portrait) {
  .mv-slider .catch-en {
    top: min(20 / var(--value-xxs) * 100vw, 20px);
    left: min(29 / var(--value-xxs) * 100vw, 29px);
  }
}
.mv-slider .catch-ja {
  position: absolute;
  font-size: clamp(0.8125rem, calc(0.615rem + 0.99vw), 1.25rem);
  top: min(15vh, 180px);
  right: min(80 / var(--value-pc) * 100vw, 80px);
  z-index: 1;
  color: #fff;
  font-weight: 500;
  display: flex;
  flex-flow: row-reverse;
  align-items: flex-start;
  letter-spacing: 0.15em;
  width: 18em;
}
@media screen and (orientation: portrait) {
  .mv-slider .catch-ja {
    top: max(50vw + 70px, 45vh);
    right: min(29 / var(--value-xxs) * 100vw, 29px);
  }
}
.mv-slider .catch-ja span {
  white-space: pre;
  writing-mode: vertical-rl;
  display: inline-block;
}
.mv-slider .swiper-slide {
  display: flex;
  height: calc(90vh - var(--header-height));
}
@media (min-width: calc(1024em / 16)) {
  .mv-slider .swiper-slide {
    height: 100vh;
  }
}
@media screen and (orientation: portrait) {
  .mv-slider .swiper-slide {
    flex-flow: column;
    height: auto;
  }
}
.mv-slider .swiper-slide .img {
  width: 50%;
}
@media screen and (orientation: portrait) {
  .mv-slider .swiper-slide .img {
    width: 100%;
  }
}
.mv-slider .swiper-slide .img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  aspect-ratio: 960/1080;
}
@media screen and (orientation: portrait) {
  .mv-slider .swiper-slide .img img {
    aspect-ratio: 360/300;
    height: calc(
      (
          90vh - var(--header-height) +
            clamp(15px, 40 / var(--value-pc) * 100vw, 40px)
        ) /
        2
    );
    min-height: calc(50vw + 55px);
  }
}
@media screen and (orientation: portrait) and (min-width: calc(1024em / 16)) {
  .mv-slider .swiper-slide .img img {
    height: 50vh;
  }
}
.mv-slider .swiper-slide .img:nth-of-type(1) {
  padding-bottom: min(7.5vh, 90px);
  margin-left: clamp(15px, 40 / var(--value-pc) * 100vw, 40px);
  margin-right: clamp(-40px, -40 / var(--value-pc) * 100vw, -15px);
}
@media screen and (orientation: portrait) {
  .mv-slider .swiper-slide .img:nth-of-type(1) {
    padding-bottom: 0;
    padding-right: 0;
  }
}
.mv-slider .swiper-slide .img:nth-of-type(2) {
  padding-top: min(7.5vh, 90px);
}
@media screen and (orientation: portrait) {
  .mv-slider .swiper-slide .img:nth-of-type(2) {
    padding-top: 0;
    padding-right: clamp(15px, 40 / var(--value-pc) * 100vw, 40px);
    margin-top: clamp(-40px, -40 / var(--value-pc) * 100vw, -15px);
  }
}
.mv-slider .swiper-slide .img:nth-of-type(2) img {
  mix-blend-mode: multiply;
}
.mv-slider .swiper-pagination {
  position: absolute;
  z-index: 1;
  left: min(100 / var(--value-pc) * 100vw, 100px);
  bottom: min(20.1666666667vh, 242px);
  color: #fff;
  gap: 0;
}
@media screen and (orientation: portrait) {
  .mv-slider .swiper-pagination {
    left: min(15 / var(--value-xxs) * 100vw, 15px);
    bottom: min(21 / var(--value-xxs) * 100vw, 21px);
  }
}
.mv-slider .swiper-pagination-bullet {
  width: auto;
  height: auto;
  font-size: clamp(0.625rem, calc(0.569rem + 0.28vw), 0.75rem);
  font-family: var(--font-en);
  font-weight: bold;
  padding: 5px clamp(0.625rem, calc(0.553rem + 0.36vw), 0.78125rem);
}
.mv-slider .swiper-pagination-bullet::before {
  content: none;
}
.mv-slider .swiper-pagination-bullet-active {
  text-decoration: line-through;
}

/* p-top-intro */
/* ============================================ */
.top-intro__catch {
  color: var(--color-corporate-1);
  font-size: clamp(0.875rem, calc(0.761rem + 0.57vw), 1.125rem);
  margin-left: auto;
  margin-right: auto;
  font-weight: bold;
  width: fit-content;
  line-height: 2;
}
.top-intro__catch .title {
  font-size: clamp(1.5rem, calc(1.16rem + 1.7vw), 2.25rem);
  font-weight: 500;
  line-height: 1.5;
}

/* p-top-company */
/* ============================================ */
.top-company {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  flex-flow: column;
  line-height: 2;
}
@media (min-width: calc(768em / 16)) {
  .top-company {
    flex-flow: row;
  }
}
.top-company .img {
  margin-right: var(--wrapper);
}
.top-company .img img {
  transform: scale(1.4);
  transform-origin: top right;
}
@media (min-width: calc(768em / 16)) {
  .top-company .img img {
    transform: scale(1);
  }
}
@media (min-width: calc(768em / 16)) {
  .top-company .img {
    margin-right: 0;
    margin-left: min(40 / var(--value-pc) * 100vw, 40px);
  }
}
.top-company .content {
  max-width: 24.75rem;
  margin: 0 var(--wrapper) 0;
}
@media (min-width: calc(768em / 16)) {
  .top-company .content {
    margin-top: min(200 / var(--value-pc) * 100vw, 200px);
    margin-left: auto;
    margin-right: clamp(0rem, calc(-24.57rem + 38.39vw), 21.5rem);
  }
}
.top-company .title {
  font-size: clamp(1.25rem, calc(1.08rem + 0.85vw), 1.625rem);
  font-weight: bold;
  color: var(--color-corporate-1);
}

/* p-top-business */
/* ============================================ */
.top-business-list {
  display: flex;
  gap: 4px;
  flex-flow: wrap;
}

.top-business-list__item {
  width: auto;
  flex-grow: 1;
}
@media (min-width: calc(768em / 16)) {
  .top-business-list__item {
    width: calc(50% - 2px);
  }
}
.top-business-list__item a {
  display: grid;
  padding: clamp(0.9375rem, calc(0.512rem + 2.13vw), 1.875rem);
  padding-bottom: clamp(1.75rem, calc(1.694rem + 0.28vw), 1.875rem);
}
.top-business-list__item a:hover .link-line {
  color: #fff;
}
.top-business-list__item .business-title-square {
  width: clamp(7.5rem, calc(6.932rem + 2.84vw), 8.75rem);
  font-size: clamp(0.625rem, calc(0.597rem + 0.14vw), 0.6875rem);
}
.top-business-list__item .business-title-square .main {
  font-size: clamp(1.875rem, calc(1.761rem + 0.57vw), 2.125rem);
}
.top-business-list__item .business-title-square .main-sub {
  font-size: clamp(0.8125rem, calc(0.757rem + 0.28vw), 0.9375rem);
}
.top-business-list__item .bg {
  grid-area: 1/1/3 / auto;
  margin: clamp(-1.875rem, calc(-0.512rem - 2.13vw), -0.9375rem);
  margin-bottom: clamp(-1.875rem, calc(-1.694rem - 0.28vw), -1.75rem);
}
.top-business-list__item .bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  aspect-ratio: 375/400;
}
@media (min-width: calc(425em / 16)) {
  .top-business-list__item .bg img {
    aspect-ratio: 958/550;
  }
}
.top-business-list__item .link-line {
  align-self: flex-end;
  grid-area: 2/1;
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: clamp(0.84375rem, calc(0.802rem + 0.21vw), 0.9375rem);
}
@media (min-width: calc(768em / 16)) {
  .top-business-list__item .link-line {
    justify-self: end;
  }
}
.top-business-list__item:nth-of-type(3) .bg img {
  aspect-ratio: 375/250;
}
@media (min-width: calc(768em / 16)) {
  .top-business-list__item:nth-of-type(3) .bg img {
    aspect-ratio: 1920/350;
  }
}

/* p-top-works */
/* ============================================ */
.top-works-list__item + .top-works-list__item {
  margin-top: clamp(2.5rem, calc(1.364rem + 5.68vw), 5rem);
}
.top-works-list__item .row-slider {
  margin-right: calc(50% - 50vw);
}
.top-works-list__item .swiper-slide {
  width: clamp(250px, 640 / var(--value-pc) * 100vw, 640px);
}
.top-works-list__item .img {
  aspect-ratio: 640/400;
}
.top-works-list__item .content {
  display: grid;
  justify-content: space-between;
  grid-template-areas: "detail" "title" "category";
  padding-top: clamp(0.75rem, calc(0.38rem + 1.85vw), 1.5625rem);
  position: relative;
  gap: clamp(0.375rem, calc(0.261rem + 0.57vw), 0.625rem);
}
@media (min-width: calc(640em / 16)) {
  .top-works-list__item .content {
    grid-template-areas: "detail category" "title title";
  }
}
.top-works-list__item .content {
  transition: opacity var(--duration-m);
}
.top-works-list__item .content:hover {
  opacity: 0.7;
}
.top-works-list__item .content:hover .link-line {
  color: var(--color-corporate-1);
  text-decoration-color: var(--color-corporate-1);
}
.top-works-list__item .content:hover .link-line::after {
  background-color: var(--color-corporate-1);
}
.top-works-list__item .works-detail {
  grid-area: detail;
}
.top-works-list__item .category {
  grid-area: category;
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 15px;
}
@media not all and (min-width: calc(640em / 16)) {
  .top-works-list__item .category {
    margin-top: 17px;
    justify-content: start;
  }
}
.top-works-list__item .category__title {
  font-family: var(--font-en);
  font-size: 0.75rem;
}
@media not all and (min-width: calc(640em / 16)) {
  .top-works-list__item .category__title {
    display: none;
  }
}
.top-works-list__item .tag {
  position: relative;
  z-index: 1;
}
.top-works-list__item .link-line {
  font-size: clamp(1rem, calc(0.83rem + 0.85vw), 1.375rem);
  font-weight: bold;
  grid-area: title;
  gap: 22px;
  line-height: 1.8;
}
.top-works-list__item .link-line::before {
  /* クリック用 */
  content: "";
  position: absolute;
  inset: 0;
}
.top-works-list__item .link-line:hover {
  opacity: 1;
}
.top-works-list__item .link-line::after {
  width: 16px;
}

/* p-top-recruit */
/* ============================================ */
.top-recruit .catch {
  position: relative;
}
.top-recruit .title {
  display: flex;
  flex-flow: column;
  z-index: 1;
  line-height: 1.4;
  margin-bottom: 10px;
}
@media (min-width: calc(768em / 16)) {
  .top-recruit .title {
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(0, -50%);
    margin-bottom: 0;
  }
}
.top-recruit .title .main {
  color: var(--color-corporate-1);
  mix-blend-mode: multiply;
  font-size: clamp(3.125rem, calc(-0.227rem + 16.76vw), 10.5rem);
  font-weight: 600;
  white-space: nowrap;
}
@media (min-width: calc(768em / 16)) {
  .top-recruit .title .main {
    transform: translate(
      clamp(-2.25rem, calc(2.386rem - 7.24vw), 0.9375rem),
      0
    );
  }
}
.top-recruit .title .sub {
  font-size: clamp(1.25rem, calc(0.91rem + 1.7vw), 2rem);
  font-weight: bold;
}
@media (min-width: calc(768em / 16)) {
  .top-recruit .title .sub {
    color: #fff;
    padding-left: 15px;
  }
}
.top-recruit .imgs {
  display: grid;
  align-items: end;
}
@media (min-width: calc(768em / 16)) {
  .top-recruit .imgs {
    display: flex;
  }
}
.top-recruit .imgs .img {
  flex: 1;
  grid-area: 1/1;
  animation: fade-img 16s infinite linear;
}
@media (min-width: calc(768em / 16)) {
  .top-recruit .imgs .img {
    animation: none;
  }
}
.top-recruit .imgs .img:nth-of-type(2) {
  animation-delay: 8s;
}
.top-recruit .imgs .img:nth-of-type(1) img {
  object-position: 25% 50%;
}
.top-recruit .imgs .img:nth-of-type(2) img {
  object-position: 100% 50%;
}
.top-recruit .imgs .img img {
  width: 100%;
  aspect-ratio: 360/288;
  object-fit: cover;
}
@media (min-width: calc(768em / 16)) {
  .top-recruit .imgs .img img {
    aspect-ratio: 875/625;
  }
}
@keyframes fade-img {
  0% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
}
@media (min-width: calc(768em / 16)) {
  .top-recruit .imgs .img:nth-of-type(2) {
    background: #f5f6f8;
    padding-bottom: min(30 / var(--value-pc) * 100vw, 30px);
  }
}
.top-recruit .deco {
  position: absolute;
  right: 25px;
  bottom: min(-15 / var(--value-pc) * 100vw, -15px);
  width: clamp(6.25rem, calc(-2.32rem + 13.39vw), 13.75rem);
  filter: invert(100%) contrast(100);
}

/* p-company-intro */
/* ============================================ */
.company-intro .catch {
  font-size: clamp(1.21875rem, calc(0.183rem + 5.18vw), 3.5rem);
  font-weight: bold;
  color: var(--color-corporate-1);
}
@media (min-width: calc(1500em / 16)) {
  .company-intro .section-row__right {
    margin-top: -30px;
  }
}

/* p-company-business */
/* ============================================ */
.company-business-list {
  display: grid;
  gap: 30px 1px;
  grid-template-columns: repeat(
    auto-fill,
    minmax(min(100%, max(30%, 280px)), 1fr)
  );
}

.company-business-list__item .img img {
  aspect-ratio: 3/2;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (min-width: calc(640em / 16)) {
  .company-business-list__item .img img {
    aspect-ratio: 8/9;
  }
}
.company-business-list__item .link-line {
  margin-top: 10px;
  font-weight: bold;
  font-size: clamp(1.125rem, calc(1.011rem + 0.57vw), 1.375rem);
  gap: 22px;
}
.company-business-list__item .link-line::after {
  width: 16px;
}

/* p-history */
/* ============================================ */
.history-slider .swiper-slide {
  padding: clamp(1.25rem, calc(0.742rem + 2.54vw), 3.125rem);
  padding-right: clamp(1.875rem, calc(1.367rem + 2.54vw), 3.75rem);
  width: 370px;
  display: flex;
  flex-flow: column;
  height: auto;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.history-slider .swiper-slide::before {
  content: "";
  position: absolute;
  z-index: -1;
  background: #f5f6f8;
  inset: 0;
  right: 10px;
  display: block;
}
.history-slider .swiper-slide .year-en {
  font-family: var(--font-en);
  font-size: clamp(1.5rem, calc(1.16rem + 1.7vw), 2.25rem);
  color: var(--color-corporate-1);
  position: relative;
  padding-bottom: 8px;
}
.history-slider .swiper-slide .year-en::before {
  content: "";
  position: absolute;
  inset: auto -100vw 5px;
  border-bottom: dotted 1px var(--color-corporate-1);
  display: block;
}
.history-slider .swiper-slide .year-en::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 11px;
  aspect-ratio: 1/1;
  background: var(--color-corporate-1);
  border-radius: 50%;
  display: block;
}
.history-slider .swiper-slide .year-ja {
  color: var(--color-corporate-1);
  font-weight: bold;
  margin-top: 40px;
}
.history-slider .swiper-slide .img {
  margin-top: auto;
  padding-top: 20px;
}
.history-slider .swiper-slide img {
  width: auto;
}

/* p-works-search */
/* ============================================ */
@media (min-width: calc(640em / 16)) {
  .works-category-list .accordion {
    display: flex;
    align-items: start;
    padding: 0 0 clamp(1.25rem, calc(0.944rem + 1.53vw), 2.375rem);
  }
}
.works-category-list .summary_inner {
  font-size: 1.125rem;
  font-weight: bold;
}
@media (min-width: calc(640em / 16)) {
  .works-category-list .summary_inner {
    width: clamp(80px, 160 / var(--value-pc) * 100vw, 160px);
    flex-shrink: 0;
    padding: 0;
    margin-top: 10px;
  }
  .works-category-list .summary_inner:after {
    content: none;
  }
}
.works-category-list input[type="checkbox"]:checked + .tag {
  background: var(--color-base);
  color: #fff;
}
.works-category-list .tag.--works {
  cursor: pointer;
}

.works-category-list__item {
  border-bottom: 1px solid #d9dee2;
}
.works-category-list__item + .works-category-list__item .accordion {
  padding-top: clamp(1.25rem, calc(0.944rem + 1.53vw), 2.375rem);
}
@media not all and (min-width: calc(640em / 16)) {
  .works-category-list__item .content_inner {
    padding-bottom: 26px;
  }
}

.works-search__button {
  min-height: clamp(4.375rem, calc(3.267rem + 5.54vw), 6.8125rem);
  background: #fff;
  padding: 5px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 100%;
  text-decoration: underline;
  text-underline-offset: 0.4em;
}
.works-search__button::before {
  content: "";
  background: var(--color-corporate-1) center/auto;
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="19.018" height="19.018" viewBox="0 0 19.018 19.018"><g transform="translate(-707.75 -1931.5)"><line x2="4.117" y2="4.117" transform="translate(720.883 1944.633)" fill="none" stroke="%2300944f" stroke-linecap="square" stroke-width="2.5"/><path d="M14.674,7.711A6.962,6.962,0,1,1,7.711.75,6.962,6.962,0,0,1,14.674,7.711Z" transform="translate(708.25 1932)" fill="none" stroke="%2300944f" stroke-linecap="square" stroke-width="2.5"/></g></svg>')
    center/contain no-repeat;
  width: 20px;
  aspect-ratio: 1/1;
}
.works-search__button:hover {
  opacity: 1;
  background: var(--color-corporate-1);
  color: #fff;
}
.works-search__button:hover::before {
  background: #fff;
}

/* p-works-detail */
/* ============================================ */
.works-detail__thumb {
  background: #f5f6f8;
  text-align: center;
}
@media (min-width: calc(640em / 16)) {
  .works-detail__thumb {
    height: 80vh;
    max-height: 50vw;
  }
}
.works-detail__thumb img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  aspect-ratio: 1440/960;
}
@media (min-width: calc(640em / 16)) {
  .works-detail__thumb img {
    width: 83.7%;
  }
}

/* p-business */
/* ============================================ */
.business-catch {
  display: grid;
}
.business-catch .img {
  grid-area: 1/1;
  padding-bottom: clamp(0.625rem, calc(0.057rem + 2.84vw), 1.875rem);
}
.business-catch .business-title-square {
  grid-area: 1/1;
  align-self: end;
}

/* p-editor */
/* ============================================ */
.editor-content {
  font-size: clamp(1.0125rem, calc(0.96rem + 0.26vw), 1.125rem);
}
.editor-content > *:first-child {
  margin-top: 0 !important;
}
.editor-content > * + * {
  margin-top: clamp(1.875rem, calc(1.307rem + 2.84vw), 3.125rem);
}
.editor-content p + p {
  margin-top: 20px;
}

/* heading */
.wp-block-heading {
  line-height: 1.5;
  font-weight: bold;
}

h2.wp-block-heading {
  font-size: clamp(1.25rem, calc(0.796rem + 2.27vw), 2.25rem);
  margin-top: clamp(4.375rem, calc(2.103rem + 11.36vw), 9.375rem);
}
h2.wp-block-heading + * {
  margin-top: clamp(1.25rem, calc(0.398rem + 4.26vw), 3.125rem);
}

h3.wp-block-heading {
  font-size: clamp(1.4625rem, calc(1.388rem + 0.37vw), 1.625rem);
}

h4.wp-block-heading {
  font-size: clamp(1.125rem, calc(1.069rem + 0.28vw), 1.25rem);
}

/*
--------------------------------
js
jsで操作する動き
--------------------------------
*/
/* js-fade */
/* ============================================ */
.js-fadeInTrigger {
  opacity: 0;
}
.js-fadeInTrigger.is-visible {
  animation-delay: var(--delay, 0.2s) !important;
}

/* fade-bottom */
.js-fadeInTrigger.fade-bottom.is-visible {
  animation: fadeIn 1s forwards cubic-bezier(0.33, 1, 0.68, 1);
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translate(0, 30px);
  }
  100% {
    opacity: 100%;
    transform: translate(0, 0);
  }
}
/* fade-left */
.js-fadeInTrigger.fade-left.is-visible {
  animation: fadeLeft 1s forwards cubic-bezier(0.33, 1, 0.68, 1);
}

@keyframes fadeLeft {
  0% {
    opacity: 0;
    transform: translate(-30px, 0);
  }
  100% {
    opacity: 100%;
    transform: translate(0, 0);
  }
}
/* fade-right */
.js-fadeInTrigger.fade-right.is-visible {
  animation: fadeRight 1s forwards cubic-bezier(0.33, 1, 0.68, 1);
}

@keyframes fadeRight {
  0% {
    opacity: 0;
    transform: translate(30px, 0);
  }
  100% {
    opacity: 100%;
    transform: translate(0, 0);
  }
}
/* js-scrollable */
/* ============================================ */
.js-scrollable {
  overflow-x: auto !important;
  overflow-y: hidden !important;
}

/* text animation */
/* 一文字ずつ登場 */
/* ============================================ */
.js-text-letter {
  overflow: hidden;
  opacity: 0;
}
.js-text-letter .line {
  overflow: hidden;
  display: inline-block;
}
.js-text-letter.is-visible {
  opacity: 1;
}

.js-text-letter span {
  display: inline-block;
  transform: translate(0, 101%);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition-delay: var(--delay, 0s);
}

.js-text-letter.is-visible span {
  transform: translate(0, 0);
}
