@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: "Montserrat", sans-serif;
  --font-zen-antique: "Zen Antique", serif;
  /* ============================================
  color-meaning
  ============================================ */
  --color-corporate-01: #e92c24;
  --color-base: #1f1f1f;
  /* ============================================
  value
  ============================================ */
  --value-pc: 1920;
  --value-main: 1500;
  /* 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.5s;
  --duration--2xl: 1s;
}

/*
--------------------------------
base
初期設定
--------------------------------
*/
body {
  font-family: var(--font);
  font-weight: normal;
  color: var(--color-base);
  line-height: 1.4;
  font-size: 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:
    opacity, text-decoration-color, background-color, transform, box-shadow,
    visibility;
  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;
}

/*
--------------------------------
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;
}

/*
--------------------------------
swiper
初期設定
--------------------------------
*/
.swiper-area {
  position: relative;
}

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

.js-swiper {
  overflow: hidden;
  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 {
  position: absolute;
  bottom: 20px;
  left: 32px;
  display: flex;
  align-items: center;
  z-index: 1;
  gap: 25px;
}
.swiper-controller.--col {
  left: auto;
  bottom: 13px;
  right: 12px;
  flex-flow: column;
  gap: 12px;
}

.swiper-controller.--col .swiper-pagination {
  flex-flow: column;
}

.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-01);
}

.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;
  left: 0;
  z-index: 3;
  top: 50%;
  width: 100%;
  --size: 40px;
  width: var(--size);
  height: var(--size);
  background: var(--color-corporate-01);
  border-radius: 50%;
  cursor: pointer;
  transition: opacity var(--duration--m);
  pointer-events: all;
  display: grid;
  place-items: center;
  transform: translate(-60%, -50%);
}
.swiper-button-prev::before,
.swiper-button-next::before {
  content: "\f054";
  font: var(--fa-font-solid);
  color: #fff;
  font-size: 14px;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.1;
}

.swiper-button-next {
  right: 0;
  left: auto;
  transform: translate(60%, -50%);
}

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

.swiper-buttons {
  display: flex;
  gap: min(18 / var(--value-main) * 100vw, 18px);
}
.swiper-buttons .swiper-button-prev,
.swiper-buttons .swiper-button-next {
  position: static;
  inset: auto;
  transform: none;
}

.lity-slider {
  position: relative;
}
.lity-slider .swiper-buttons {
  margin: 20px var(--wrapper) 0;
  gap: max(1.5vw, 18px);
}
.lity-slider .swiper-button-prev,
.lity-slider .swiper-button-next {
  display: grid;
  --size: auto;
  background: transparent;
}
.lity-slider .swiper-button-prev::before,
.lity-slider .swiper-button-next::before {
  font-size: max(1.5vw, 30px);
}
.lity-slider .swiper-button-prev {
  content: "\f053";
}
.lity-slider .img {
  text-align: center;
}
.lity-slider .video {
  aspect-ratio: 16/9;
}
.lity-slider .video > * {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lity-slider .title {
  color: #fff;
  margin: 20px var(--wrapper) 0;
  font-weight: bold;
}

/*
--------------------------------
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;
}

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

#header {
  position: fixed;
  z-index: 50;
  inset: 0;
  bottom: auto;
  padding: 0;
  background: #fff;
  height: var(--header-height);
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color var(--duration--m);
  font-size: 18px;
  padding-left: calc(36 / var(--value-main) * 100vw);
  font-weight: bold;
}
@media (min-width: calc(1024em / 16)) {
  #header {
    font-size: 14px;
    padding-right: calc(44 / var(--value-main) * 100vw);
  }
}
@media (min-width: calc(1238em / 16)) {
  #header {
    font-size: 16px;
  }
}
@keyframes header {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

#logo {
  transition-property: opacity;
  transition-duration: var(--duration--m);
  position: relative;
  z-index: 1;
  max-height: 90%;
}
#logo a {
  display: block;
}
#logo img {
  max-height: 100%;
  object-fit: contain;
}

@media (min-width: calc(1024em / 16)) {
  .home #logo .text {
    fill: #fff;
  }
}

.home.is-scroll #logo .text {
  fill: var(--color-base);
}

/* header__menu-list */
.header__menu-list {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-left: 10px;
  gap: 5px;
}
@media (min-width: calc(425em / 16)) {
  .header__menu-list {
    gap: 10px;
    margin-left: 20px;
  }
}

.header__menu-link {
  border-radius: 7px 0 0 0;
  background: #ff1b01;
  min-height: 40px;
  display: grid;
  place-items: center;
  font-size: 12px;
  font-weight: 900;
  padding: 5px 10px;
  color: #fff;
}
@media (min-width: calc(425em / 16)) {
  .header__menu-link {
    font-size: 14px;
    padding: 5px 15px;
    min-height: 44px;
  }
}
@media not all and (min-width: calc(640em / 16)) {
  .header__menu-link.--pc {
    display: none;
  }
}

#toggle {
  background: #111;
  font-family: var(--font-en);
  font-weight: 600;
  position: relative;
  z-index: 10;
  --size: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  gap: 5px;
  height: var(--size);
  width: var(--size);
  color: #fff;
  font-size: 12px;
}
#toggle:hover {
  opacity: 1;
}
@media (min-width: calc(1024em / 16)) {
  #toggle {
    display: none;
  }
}
#toggle .lines {
  position: relative;
  width: 30px;
  height: 20px;
  display: inline-block;
}
#toggle .lines span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  display: inline-block;
}
#toggle .lines span:nth-of-type(1) {
  top: 0;
}
#toggle .lines span:nth-of-type(2) {
  top: 9px;
}
#toggle .lines span:nth-of-type(3) {
  bottom: 0;
}
#toggle[aria-expanded="true"] .lines {
  transform: rotate(360deg);
}
#toggle[aria-expanded="true"] .lines span:nth-of-type(1) {
  transform: translateY(9px) rotate(-45deg);
}
#toggle[aria-expanded="true"] .lines span:nth-of-type(2) {
  transform: translateY(0) rotate(45deg);
}
#toggle[aria-expanded="true"] .lines span:nth-of-type(3) {
  opacity: 0;
}
@media not all and (min-width: calc(1024em / 16)) {
  #toggle[aria-expanded="true"] + #mask {
    display: block;
    position: fixed;
    inset: 0;
    width: 100%;
    background: #000;
    opacity: 0.8;
    z-index: 2;
    cursor: pointer;
  }
}

#mask {
  display: none;
}

/* gnav */
#gnav {
  background: #fff;
}
@media not all and (min-width: calc(1024em / 16)) {
  #gnav {
    position: fixed;
    inset: 0;
    z-index: 5;
    transform: translateX(-100%);
    transition-duration: 0.6s;
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
    width: 78%;
    max-width: 300px;
    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-shrink: 0;
  }
}

.gnav__inner {
  display: flex;
  justify-content: space-between;
}
@media not all and (min-width: calc(1024em / 16)) {
  .gnav__inner {
    flex-flow: column;
    padding: 10px 5px;
  }
}

@media (min-width: calc(1024em / 16)) {
  .gnav__logo {
    display: none;
  }
}

.gnav-list {
  margin-top: 30px;
  width: fit-content;
}
@media (min-width: calc(1024em / 16)) {
  .gnav-list {
    display: flex;
    align-items: center;
    margin-top: 0;
    width: auto;
    flex: 1;
  }
}
.gnav-list a {
  padding: 8px 15px;
  display: inline-block;
}
@media (min-width: calc(1024em / 16)) {
  .gnav-list a {
    padding: 15px min(30 / var(--value-pc) * 100vw, 30px);
  }
}

.button-row-square.gnav__button {
  --size: 54px;
  grid-template-columns: var(--size) minmax(140px, 1fr);
  margin-top: 30px;
}
@media (min-width: calc(1024em / 16)) {
  .button-row-square.gnav__button {
    margin-top: 0;
  }
}

/* l-footer */
/* ============================================ */
.footer-contact {
  background: #111;
  color: #fff;
  padding: 50px 0;
}
@media (min-width: calc(640em / 16)) {
  .footer-contact {
    padding: 20px 0;
  }
}
.footer-contact .title-section {
  margin-bottom: 0;
}
.footer-contact .title-section .sub {
  font-size: clamp(0.875rem, 0.761rem + 0.57vw, 1.125rem);
}
.footer-contact .inner {
  display: grid;
  align-items: center;
}
@media (min-width: calc(640em / 16)) {
  .footer-contact .inner {
    grid-template-columns: auto 1fr;
    min-height: 310px;
  }
}
.footer-contact .left {
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
@media (min-width: calc(640em / 16)) {
  .footer-contact .left {
    display: grid;
    place-items: center;
    height: 100%;
    border: none;
    border-right: 1px solid #d6d6d6;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-right: clamp(3.125rem, -1.598rem + 9.84vw, 7.625rem);
    margin-right: clamp(3.125rem, -1.205rem + 9.02vw, 7.25rem);
  }
}
.footer-contact .right {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: wrap;
  gap: 20px 15px;
}

#footer {
  padding-bottom: 40px;
}
#footer .row {
  display: flex;
  justify-content: space-between;
  font-weight: bold;
  gap: 50px 20px;
  flex-flow: column-reverse;
  border-bottom: 1px solid #ddd;
  padding-bottom: 62px;
  margin-bottom: 36px;
}
@media (min-width: calc(768em / 16)) {
  #footer .row {
    flex-flow: row;
  }
}

.footer__right {
  flex-shrink: 0;
}

.footer__left {
  display: flex;
  align-items: start;
  flex-flow: wrap;
  justify-content: start;
  gap: 30px 0;
}
@media (min-width: calc(768em / 16)) {
  .footer__left {
    justify-content: end;
  }
}

.footer-nav {
  display: flex;
  align-items: start;
  flex-flow: wrap;
  gap: 10px 0;
}
.footer-nav > li > a {
  padding: 15px min(21 / var(--value-main) * 100vw, 21px);
}
.footer-nav .child-list {
  color: #7b8592;
  font-size: 0.875rem;
  padding-left: min(21 / var(--value-main) * 100vw, 21px);
  margin-top: 13px;
}
.footer-nav .child-list a {
  display: inline-block;
}
.footer-nav .child-list a::before {
  content: "-";
  margin-right: 0.5em;
  padding: 5px 0;
}

.copyright {
  font-size: 0.6875rem;
  font-family: var(--font-en);
  color: #7b8592;
  width: fit-content;
  margin-left: auto;
}

/* l-main */
/* ============================================ */
#main {
  margin-top: var(--header-height);
  padding-top: clamp(1.25rem, -1.022rem + 11.36vw, 6.25rem);
}

.home #main {
  margin-top: var(--header-height);
  padding-top: 0;
}

/* l-page */
/* ============================================ */
.page-titles {
  display: flex;
  align-items: end;
  justify-content: space-between;
  flex-flow: wrap;
  padding-bottom: clamp(3.75rem, 2.756rem + 4.97vw, 5.9375rem);
  gap: 30px;
  border-bottom: 1px solid #7c8592;
  margin-bottom: 60px;
}

.page-title {
  font-weight: bold;
  display: flex;
  flex-flow: column;
  gap: min(32 / var(--value-main) * 100vw, 32px);
}
.page-title .sub {
  color: #7c8592;
  display: flex;
  align-items: center;
  gap: 0.5em;
  font-size: clamp(0.875rem, 0.647rem + 1.14vw, 1.375rem);
}
.page-title .sub::before {
  content: "";
  width: 8px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: var(--color-corporate-01);
}
.page-title .main {
  font-size: clamp(3.75rem, 2.272rem + 7.39vw, 7rem);
  font-weight: 600;
  font-family: var(--font-en);
  line-height: 1;
}

/* page-links */
.page-links {
  margin-bottom: clamp(3.75rem, 3.182rem + 2.84vw, 5rem);
  display: flex;
  gap: 10px min(54 / var(--value-main) * 100vw, 54px);
  font-size: 1.125rem;
  font-weight: bold;
  flex-flow: wrap;
}
.page-links a {
  display: flex;
  align-items: center;
  gap: 0.5em;
  line-height: 1.2;
}
.page-links a::after {
  content: "\f078";
  width: 20px;
  aspect-ratio: 1/1;
  background: var(--color-corporate-01);
  display: grid;
  place-items: center;
  font: var(--fa-font-solid);
  color: #fff;
  font-size: 8px;
  border-radius: 50%;
}

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

.container-s {
  max-width: 66.75rem;
}

.container-m {
  max-width: 77.375rem;
}

.container-l {
  max-width: 86.25rem;
}

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

/* l-breadcrumbs */
/* ============================================ */
.breadcrumbs {
  font-size: 0.875rem;
  display: flex;
  flex-flow: wrap;
  justify-content: end;
  align-items: center;
  gap: 1em;
  font-weight: 500;
}
.breadcrumbs a {
  color: #7b8592;
}
.breadcrumbs a::after {
  content: "―";
  margin-left: 1em;
}

/*
--------------------------------
component
使いまわせるやつ
--------------------------------
*/
/* c-button */
/* ============================================ */
.button-row-square {
  --size: 66px;
  display: grid;
  grid-template-columns: var(--size) minmax(0, 1fr);
  align-items: center;
  justify-items: center;
  color: #fff;
  background: #111;
  height: var(--size);
  position: relative;
  font-weight: bold;
}
.button-row-square::before {
  content: "\f0e0";
  font: var(--fa-font-regular);
  display: grid;
  place-items: center;
  width: var(--size);
  height: var(--size);
  background: var(--color-corporate-01);
}
.button-row-square .text {
  padding: 5px;
}

/* button-round-square */
.button-round-square {
  border: 1px solid #dadee2;
  border-radius: 100vw;
  min-width: min(100%, 165px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: fit-content;
  padding: 5px 28px 5px 37px;
  min-height: 68px;
  font-weight: bold;
  gap: min(40 / var(--value-main) * 100vw, 40px);
  background: #fff;
}
.button-round-square::after {
  content: "";
  width: 8px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: var(--color-corporate-01);
}
.button-round-square.--l {
  min-width: min(100%, 275px);
}
.button-round-square.--red {
  background: linear-gradient(61deg, #e92c24 80%, #310c37 150%);
  border: none;
  color: #fff;
}
.button-round-square.--red::after {
  background: #fff;
}
.button-round-square.--white {
  background: transparent;
  color: #fff;
}
.button-round-square.--transparent {
  background: transparent;
}

/* button-link-row */
.button-link-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: clamp(1.25rem, 1.022rem + 1.14vw, 1.75rem);
  font-weight: bold;
  padding: 1em 0;
  border-bottom: 1px solid #ddd;
  background: #fff;
}
.button-link-row::before {
  content: "\f111";
  font: var(--fa-font-solid);
  font-size: 8px;
  width: 44px;
  aspect-ratio: 1/1;
  border: 1px solid #dadee2;
  order: 1;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--color-corporate-01);
}
.button-link-row:hover::before {
  content: "\f054";
  font-size: 14px;
  background: var(--color-corporate-01);
  border-color: var(--color-corporate-01);
  color: #fff;
}

/* buttons */
.buttons {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  gap: 10px min(30 / var(--value-main) * 100vw, 30px);
}

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

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

.summary {
  cursor: pointer;
  display: grid;
  grid-template-columns: auto 1fr;
  padding: 10px clamp(1.25rem, 0.824rem + 2.13vw, 2.1875rem);
  min-height: 65px;
  transition-property: color, background-color, opacity;
  transition-duration: var(--duration--m);
  align-items: center;
  font-weight: bold;
  line-height: 1.4;
}
.summary::after {
  content: "\f078";
  font: var(--fa-font-solid);
  font-size: 14px;
  width: 14px;
  aspect-ratio: 1/1;
  display: grid;
  place-items: center;
  transition-property: transform, filter;
  transition-duration: var(--duration--m);
  justify-self: end;
}

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

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

/* c-accordion-list */
/* ============================================ */
.accordion-item .summary {
  background: #eee;
  gap: 0.8em;
  position: relative;
}
@media (min-width: calc(640em / 16)) {
  .accordion-item .summary {
    gap: 1em;
  }
}
.accordion-item .content__inner {
  padding: 0 0 60px;
  background: #fff;
  gap: 0.8em;
}
@media (min-width: calc(640em / 16)) {
  .accordion-item .content__inner {
    gap: 1em;
  }
}
.accordion-item + .accordion-item {
  margin-top: 20px;
}

/* .accordion-list.--faq {
  .summary {
    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;
  margin-bottom: clamp(1.875rem, 0.739rem + 5.68vw, 4.375rem);
  display: flex;
  flex-flow: column;
  gap: min(32 / var(--value-main) * 100vw, 32px);
}
.title-section .sub {
  color: #7c8592;
  display: flex;
  align-items: center;
  gap: 0.5em;
  font-size: clamp(0.875rem, 0.647rem + 1.14vw, 1.375rem);
}
.title-section .sub::before {
  content: "";
  width: 8px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: var(--color-corporate-01);
}
.title-section .main {
  font-size: clamp(2rem, -0.272rem + 11.36vw, 7rem);
  font-weight: 600;
  font-family: var(--font-en);
  line-height: 1;
}
.title-section.--s {
  gap: min(25 / var(--value-main) * 100vw, 25px);
}
.title-section.--s .main {
  font-size: clamp(2rem, 1.318rem + 3.41vw, 3.5rem);
}
.title-section.--white {
  color: #fff;
}
.title-section.--white .sub {
  color: #798592;
}

/* title-tag */
.title-tag {
  margin-bottom: clamp(1.875rem, 1.307rem + 2.84vw, 3.125rem);
  display: flex;
  flex-flow: column;
  gap: 32px;
}
.title-tag .sub {
  display: flex;
  align-items: center;
  gap: 0.5em;
  font-family: var(--font-en);
  font-weight: normal;
  flex-flow: wrap;
}
.title-tag .tag {
  min-width: 122px;
  min-height: 30px;
  background: var(--color-corporate-01);
  color: #fff;
  font-weight: bold;
  border-radius: 100vw;
  padding: 2px 10px;
  display: grid;
  place-items: center;
}
.title-tag .main {
  font-size: clamp(1.75rem, 1.182rem + 2.84vw, 3rem);
  font-weight: bold;
  line-height: 1.2;
}

/* title-point */
.title-point {
  font-size: clamp(1.5rem, 1.386rem + 0.57vw, 1.75rem);
  font-weight: bold;
  display: flex;
  gap: 0.6em;
  margin-bottom: clamp(2.5rem, 1.932rem + 2.84vw, 3.75rem);
  align-items: start;
  line-height: 1.2;
}
.title-point::before {
  content: "";
  width: 8px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: var(--color-corporate-01);
  margin-top: 0.2em;
}

/* title-small */
.title-small {
  font-size: 1.25rem;
  color: var(--color-corporate-01);
  margin-bottom: 0.7em;
  font-weight: bold;
}

/* c-box */
/* ============================================ */
/* select-box */
.select-box {
  padding: 0.5em 16px;
  min-height: 48px;
  min-width: min(100%, 220px);
  border-radius: 1px;
  padding-right: 35px;
  background: #fff url(images/common/icon_angle-bottom.png) no-repeat center
    right 20px / auto;
  font-weight: 600;
  border: 1px solid #dadee2;
  font-size: 0.875rem;
  font-family: var(--font-en);
}

/* box-border-t */
.box-border-t {
  border-top: 1px solid #7c8592;
  padding-top: 65px;
}

/* box-border */
.box-border {
  border: 1px solid #dadee2;
  padding: 35px clamp(0.9375rem, 0.267rem + 3.35vw, 1.875rem);
}

/* box-gray */
.box-gray {
  background: #eee;
  padding: 35px clamp(0.9375rem, 0.267rem + 3.35vw, 1.875rem);
}

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

/* c-text */
/* ============================================ */
.tel {
  font-weight: bold;
}
.tel .number {
  font-family: var(--font-en);
  font-size: clamp(1.5rem, 0.874rem + 3.13vw, 2.875rem);
  font-weight: 600;
}

.font-zen {
  font-family: var(--font-zen-antique);
}

/* c-list */
/* ============================================ */
/* list-item-point */
.list-item-point {
  padding-left: 1em;
  text-indent: -1em;
}
.list-item-point::before {
  content: "・";
}

/* list-item-circle */
.list-item-circle {
  padding-left: calc(0.8em + 7px);
  text-indent: calc((0.8em + 7px) * -1);
}
.list-item-circle::before {
  content: "";
  display: inline-block;
  width: 7px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #eee;
  margin-right: 0.8em;
}

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

/* list-video */
.list-video {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: min(50 / var(--value-main) * 100vw, 50px)
    min(40 / var(--value-main) * 100vw, 40px);
  font-weight: bold;
}
.list-video .video {
  aspect-ratio: 380/253;
  position: relative;
  display: grid;
  place-items: center;
}
.list-video .video > * {
  width: 100%;
  height: 100%;
}
.list-video .video::before {
  content: "";
  background: rgba(51, 51, 51, 0.45);
  position: absolute;
  inset: 0;
  display: block;
}
.list-video .video::after {
  content: "";
  background: url(images/common/video-deco.png) no-repeat center
    center/min(24%, 41px) auto;
  position: absolute;
  inset: 0;
  display: block;
}
.list-video .title {
  margin-top: min(20 / var(--value-main) * 100vw, 20px);
  font-size: clamp(0.75rem, 0.636rem + 0.57vw, 1rem);
}
.list-video .content {
  font-size: 0.9375rem;
  margin-top: 25px;
}

/* list-gallery */
.list-gallery {
  display: grid;
  grid-template-columns: repeat(
    auto-fill,
    minmax(min(100%, max(30%, 180px)), 1fr)
  );
  gap: min(50 / var(--value-main) * 100vw, 50px)
    min(40 / var(--value-main) * 100vw, 40px);
}
.list-gallery .img {
  aspect-ratio: 380/253;
}
.list-gallery .img > * {
  width: 100%;
  height: 100%;
}
.list-gallery .title {
  font-weight: bold;
  margin-top: min(20 / var(--value-main) * 100vw, 20px);
  font-size: clamp(0.75rem, 0.636rem + 0.57vw, 1rem);
}

/* list-qanda */
.list-qanda {
  font-weight: bold;
  --icon-size: 40px;
}
@media (min-width: calc(768em / 16)) {
  .list-qanda {
    --icon-size: 65px;
  }
}
.list-qanda > li + li {
  margin-top: clamp(3.125rem, 2.273rem + 4.26vw, 5rem);
}
.list-qanda .row {
  display: flex;
  flex-flow: column;
  gap: 20px min(76 / var(--value-main) * 100vw, 76px);
}
@media (min-width: calc(768em / 16)) {
  .list-qanda .row {
    flex-flow: row;
  }
  .list-qanda .row .img {
    flex-shrink: 0;
  }
}
.list-qanda .q {
  font-size: 1.25rem;
  background: #eee;
  min-height: var(--icon-size);
  padding: 10px 15px;
  padding-left: 55px;
  position: relative;
}
@media (min-width: calc(768em / 16)) {
  .list-qanda .q {
    padding: 20px;
    padding-left: 85px;
  }
}
.list-qanda .q::before {
  content: "Q";
  aspect-ratio: 1/1;
  width: var(--icon-size);
  font-family: var(--font-en);
  font-size: 1.3125rem;
  background: var(--color-corporate-01);
  position: absolute;
  inset: 0;
  right: auto;
  color: #fff;
  display: grid;
  place-items: center;
}
.list-qanda .a {
  margin-top: 20px;
  display: flex;
  align-items: start;
  gap: 10px;
}
@media (min-width: calc(768em / 16)) {
  .list-qanda .a {
    gap: 20px;
    margin-top: 35px;
  }
}
.list-qanda .a.--no-icon::before {
  content: "";
}
.list-qanda .a::before {
  content: "A";
  aspect-ratio: 1/1;
  width: var(--icon-size);
  font-family: var(--font-en);
  font-size: 1.3125rem;
  color: var(--color-corporate-01);
  display: grid;
  place-items: center;
  flex-shrink: 0;
  margin-top: -9px;
}
@media (min-width: calc(768em / 16)) {
  .list-qanda .a::before {
    margin-top: -18px;
  }
}

/* list-voice */
.list-voice {
  display: grid;
  grid-template-columns: repeat(
    auto-fill,
    minmax(min(100%, max(30%, 260px)), 1fr)
  );
  gap: clamp(1.25rem, 0.682rem + 2.84vw, 2.5rem);
}

.list-item-voice {
  border: 1px solid #dadee2;
  padding: 25px;
  position: relative;
  display: flex;
  flex-flow: column;
  height: auto;
}
.list-item-voice:hover {
  opacity: 1;
  border: 2px solid var(--color-corporate-01);
}
.list-item-voice .info {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 16px;
}
.list-item-voice .icon {
  flex-shrink: 0;
}
.list-item-voice .icon img {
  width: 88px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  object-fit: cover;
}
.list-item-voice .job {
  font-weight: bold;
  font-size: 1rem;
}
.list-item-voice .name {
  font-size: 1.375rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 7px;
  line-height: 1;
  margin-top: 5px;
}
.list-item-voice .name::after {
  content: "\f054";
  font: var(--fa-font-solid);
  display: grid;
  place-items: center;
  border-radius: 50%;
  text-align: center;
  width: 16px;
  font-size: 6px;
  aspect-ratio: 1/1;
  color: #fff;
  background: var(--color-corporate-01);
  flex-shrink: 0;
}
.list-item-voice .content {
  font-weight: bold;
  font-size: 0.9375rem;
}

/* c-wp-pagenavi */
/* ============================================ */
.wp-pagenavi {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
  position: relative;
  font-family: var(--font-en);
  font-weight: 500;
  color: #aaa;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  display: grid;
  place-items: center;
  gap: 10px;
  border-radius: 50%;
  text-align: center;
  transition: opacity var(--duration--m);
  --size: 40px;
  width: var(--size);
  height: var(--size);
  font: var(--fa-font-solid);
  color: #fff;
  background: var(--color-corporate-01);
  flex-shrink: 0;
}
@media not all and (min-width: calc(640em / 16)) {
  .wp-pagenavi .previouspostslink,
  .wp-pagenavi .nextpostslink {
    top: 70px;
  }
}
.wp-pagenavi .previouspostslink.disabled,
.wp-pagenavi .nextpostslink.disabled {
  color: #d2dadf;
  background: #eff2fa;
}
.wp-pagenavi .previouspostslink {
  margin-right: min(58 / var(--value-main) * 100vw, 58px);
}
.wp-pagenavi .nextpostslink {
  margin-left: min(58 / var(--value-main) * 100vw, 58px);
}
.wp-pagenavi .page,
.wp-pagenavi .current {
  padding: 8px;
  font-size: 16px;
  font-weight: 600;
}
.wp-pagenavi .page:hover {
  color: var(--color-corporate-01);
}
.wp-pagenavi .current {
  color: var(--color-corporate-01);
}

/* c-table */
/* ============================================ */
.js-scrollable table th,
.js-scrollable table td {
  white-space: nowrap;
}

table.td-col-left-1 tr td:nth-of-type(1) {
  text-align: left;
}
table.td-col-center-2 tr td:nth-of-type(2) {
  text-align: center;
}
table.col-center td,
table.col-center th {
  text-align: center;
}
@media not all and (min-width: calc(768em / 16)) {
  table.--md-block th,
  table.--md-block td {
    display: block;
    width: auto;
    border-right: none;
  }
  table.--md-block th.hidden,
  table.--md-block td.hidden {
    display: none;
  }
  table.--md-block td {
    border-top: none;
    padding-top: 0;
  }
}
@media (min-width: calc(768em / 16)) {
  table.--md-block th {
    white-space: nowrap;
  }
}
@media not all and (min-width: calc(1238em / 16)) {
  table.--pc-block .th,
  table.--pc-block .td {
    display: block;
    border-right: none;
  }
  table.--pc-block .th.hidden,
  table.--pc-block .td.hidden {
    display: none;
  }
}
@media (min-width: calc(1238em / 16)) {
  table.--pc-block .th {
    white-space: nowrap;
  }
}
table .table-fixed {
  position: sticky;
  left: 0;
}

.table-base {
  border-bottom: 1px solid #dadee2;
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  font-weight: bold;
}
.table-base th,
.table-base td {
  border-top: 1px solid #dadee2;
  padding: clamp(0.625rem, 0.057rem + 2.84vw, 1.875rem) 0;
  line-height: 1.8;
}
.table-base th {
  width: min(357 / var(--value-main) * 100vw, 357px);
}
.table-base .row {
  display: grid;
  gap: 15px 30px;
}
@media (min-width: calc(425em / 16)) {
  .table-base .row {
    grid-template-columns: minmax(0, 400fr) minmax(0, 326fr);
  }
}
.table-base .row .img {
  aspect-ratio: 326/218;
}
.table-base .row .img > * {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.table-base .row-wrapper + .row-wrapper td {
  border-top: none;
  padding-top: 0;
}
.table-base .row-wrapper td {
  padding-bottom: clamp(1.25rem, 0.966rem + 1.42vw, 1.875rem);
}

.table-facilities {
  border: 1px solid #dadee2;
  border-top: none;
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  font-weight: bold;
}
.table-facilities thead {
  background: #eee;
}
.table-facilities thead th {
  text-align: center;
}
.table-facilities th,
.table-facilities td {
  border-top: 1px solid #dadee2;
  padding: clamp(0.625rem, 0.057rem + 2.84vw, 1.875rem)
    clamp(0.625rem, -0.227rem + 4.26vw, 2.5rem);
  line-height: 1.8;
  vertical-align: middle;
}
.table-facilities tr > * + * {
  border-left: 1px solid #dadee2;
}

/* c-form */
/* ============================================ */
.form-list .row {
  padding: 17px 0;
  border-bottom: 2px dotted #d0dae3;
  display: grid;
  align-items: start;
  /*   select {
    padding-right: 50px;
    background: #fff url(images/common/icon_angle-bottom.png) no-repeat center right 25px/12px 8px;
    font-weight: 600;
  } */
}
@media (min-width: calc(640em / 16)) {
  .form-list .row {
    grid-template-columns: 320fr 550fr;
  }
}
.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 16px;
  min-height: 50px;
  width: 100%;
  background: #f3f7fa;
  border-radius: 5px;
}
.form-list .row textarea {
  resize: vertical;
}
.form-list .row ::placeholder {
  color: #d0dae6;
}

.form-list .title {
  display: flex;
  align-items: center;
  font-weight: bold;
}
@media not all and (min-width: calc(640em / 16)) {
  .form-list .title {
    margin-bottom: 8px;
  }
}
.form-list .title .form-required,
.form-list .title .form-any {
  margin-right: 8px;
}

.form-required,
.form-any {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 25px;
  min-width: 50px;
  line-height: 1;
  color: #fff;
  font-size: 0.875rem;
  font-weight: bold;
  flex-shrink: 0;
  background: #fff;
  border: 1px solid var(--color-corporate-02);
  border-radius: 3px;
  color: var(--color-corporate-02);
}

.form-required {
  background: var(--color-corporate-02);
  color: #fff;
}

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

.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: 10px;
  align-items: center;
  height: 100%;
  word-break: keep-all;
}
.form-inner input[type="checkbox"] + span::before {
  grid-area: 1/1;
  content: "";
  display: inline-block;
  --size: 18px;
  width: var(--size);
  height: var(--size);
  border: 1px solid var(--color-corporate-01);
  background: #fff;
  border-radius: 1px;
}
.form-inner input[type="checkbox"] + span::after {
  grid-area: 1/1;
  content: "";
  --size: 18px;
  width: var(--size);
  height: var(--size);
  justify-self: center;
  background: url(images/common/icon_check.png) no-repeat center/auto;
  background-image: image-set(url(images/common/icon_check@2x.png) 2x);
  margin-top: -6px;
  margin-right: -6px;
  transform: translate(2px, -2px);
  opacity: 0;
  transition: opacity var(--duration--s);
}
.form-inner input[type="checkbox"]:checked + span::after {
  opacity: 1;
}

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

.form-inner .wpcf7-radio {
  display: flex;
  flex-flow: wrap;
  gap: 5px clamp(15px, 32 / var(--value-main) * 100vw, 32px);
}
.form-inner input[type="radio"] + span {
  display: grid;
  grid-template-columns: min-content 1fr;
  align-items: center;
  gap: 0.2em;
}
.form-inner input[type="radio"] + span::before {
  content: "";
  display: inline-block;
  --size: 18px;
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  border: 1px solid var(--color-corporate-01);
  grid-area: 1/1;
  background: #fff;
}
.form-inner input[type="radio"] + span::after {
  content: "";
  display: inline-block;
  --size: 8px;
  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-corporate-01);
}

.form-acceptance {
  font-weight: bold;
  display: flex;
  justify-content: center;
}

.form-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  width: min(100%, 400px);
  background: var(--color-corporate-01);
  color: #fff;
  min-height: 80px;
  padding: 5px 15px;
  font-weight: bold;
  cursor: pointer;
  word-break: keep-all;
  transition-property: opacity;
  transition-duration: var(--duration--m);
}
.form-button::after {
  content: "";
  background: url(images/common/icon_angle-right.png) no-repeat center/contain;
  width: 0.55em;
  height: 0.8em;
  display: inline-block;
}
.form-button:hover {
  opacity: 0.5;
}

.privacypolicy {
  height: 240px;
  background: #fff;
  padding: 15px;
  overflow-y: scroll;
  line-height: 2;
}
@media (min-width: calc(640em / 16)) {
  .privacypolicy {
    padding: 37px 30px;
  }
}
.privacypolicy .title {
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.privacypolicy .heading {
  font-weight: bold;
  margin-top: 20px;
}

.form-note {
  font-size: 0.8125rem;
  color: #b1c0cb;
}

/* c-news */
/* ============================================ */
.news-list {
  border-bottom: 1px solid #dfe2e8;
}
.news-list li {
  border-top: 1px solid #dfe2e8;
}

.news-item {
  padding: clamp(0.9375rem, 0.37rem + 2.84vw, 2.1875rem) 0;
  display: flex;
  align-items: center;
  gap: clamp(0.9375rem, 0.086rem + 4.26vw, 2.8125rem);
}
.news-item .img {
  flex-shrink: 0;
  width: 30%;
  max-width: 190px;
}
.news-item .img img {
  aspect-ratio: 189/126;
  object-fit: cover;
}
.news-item .title {
  font-weight: bold;
  margin-top: min(20 / var(--value-main) * 100vw, 20px);
}

.news-info {
  display: flex;
  align-items: center;
  gap: 10px clamp(0.625rem, 0.057rem + 2.84vw, 1.875rem);
  flex-flow: wrap;
}

.news-date {
  font-size: 0.875rem;
  font-weight: 600;
  font-family: var(--font-en);
  color: #7a8592;
}

.news-categories {
  display: flex;
  flex-flow: wrap;
  gap: 5px 8px;
}
.news-categories li {
  min-width: 100px;
  padding: 5px;
  min-height: 26px;
  background: var(--color-base);
  color: #fff;
  font-size: 0.75rem;
  font-weight: bold;
  display: grid;
  place-items: center;
}

/* c-tabs */
/* ============================================ */
.tabs {
  counter-reset: item;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(0.375rem, -0.023rem + 1.99vw, 1.25rem);
  justify-content: center;
  align-items: center;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: clamp(3.125rem, 2.045rem + 5.4vw, 5.5rem);
}
.tabs button {
  aspect-ratio: 1/1;
  width: clamp(5.625rem, 2.897rem + 13.64vw, 11.625rem);
  border: 1px solid var(--color-corporate-01);
  font-size: clamp(1rem, 0.886rem + 0.57vw, 1.25rem);
  font-weight: bold;
  color: var(--color-corporate-01);
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
  border-radius: 50%;
  position: relative;
}
.tabs button::before {
  counter-increment: item;
  content: counter(item, decimal-leading-zero);
  font-size: 0.875rem;
  font-family: var(--font-en);
  font-weight: 600;
}
.tabs button::after {
  content: "";
  height: clamp(1.375rem, 0.579rem + 3.98vw, 3.125rem);
  width: 1px;
  background: var(--color-corporate-01);
  position: absolute;
  display: block;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%) scale(1, 0);
  transform-origin: top center;
  transition: transform var(--duration--s) var(--ease-in-out);
}
.tabs button[aria-selected="true"]::after {
  transform: translate(-50%, 100%) scale(1);
}

/* c-categories */
/* ============================================ */
.categories {
  display: flex;
  flex-flow: wrap;
  gap: 5px min(30 / var(--value-main) * 100vw, 30px);
}
.categories a {
  padding: 0.5em 1.2em;
  line-height: 1.2;
  border-radius: 100vw;
  font-size: clamp(0.65625rem, 0.438rem + 1.09vw, 0.875rem);
  font-weight: bold;
  display: inline-block;
}
.categories a.--current,
.categories a:hover {
  background: var(--color-corporate-01);
  color: #fff;
}

/*
--------------------------------
project
使いまわさないやつ
--------------------------------
*/
/* p-mv */
/* ============================================ */
.mv {
  position: relative;
  max-width: calc(var(--value-main) * 1rem / 16);
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding-top: min(7.8125vw, 45px);
  display: grid;
  grid-template-rows: auto 1fr;
}
.mv video {
  grid-column: 1/1;
  grid-row: 1 / span 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mv .video-content {
  grid-column: 1/1;
  grid-row: 2;
  display: grid;
  position: relative;
  z-index: 0;
  aspect-ratio: 500/484;
}
@media (min-width: calc(640em / 16)) {
  .mv .video-content {
    aspect-ratio: 1500/844;
  }
}
.mv .video-content::before {
  content: "";
  background: url(images/top/mv_deco_01.png) no-repeat top center/100% auto;
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.mv .video-content::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #000;
  opacity: 0.45;
  z-index: -1;
}
.mv .video-content__logo {
  grid-area: 1/1;
  align-self: center;
  justify-self: center;
  max-width: 34%;
  margin-top: -20%;
}
@media (min-width: calc(640em / 16)) {
  .mv .video-content__logo {
    margin-top: 0;
  }
}
.mv .video-content__banner {
  grid-area: 1/1;
  align-self: end;
  justify-self: end;
  padding: min(50 / var(--value-main) * 100vw, 50px);
}

.mv__content {
  grid-column: 1/1;
  grid-row: 1;
  bottom: auto;
  position: relative;
  font-family: var(--font-zen-antique);
  font-size: clamp(1rem, 0.772rem + 1.14vw, 1.5rem);
}
.mv__content .row {
  display: flex;
  justify-content: space-between;
  align-items: start;
  background: #fff;
  gap: 6.25vw;
  padding: min(6.25vw, 40px) var(--wrapper) 5px;
}
@media (min-width: calc(640em / 16)) {
  .mv__content .row {
    padding: min(6.25vw, 40px) min(32 / var(--value-main) * 100vw, 32px) 5px;
  }
}
.mv__content .catch img {
  width: 100%;
}

.mv__auth {
  display: flex;
  gap: clamp(0.3125rem, -0.113rem + 2.13vw, 1.25rem);
  flex-shrink: 0;
}
.mv__auth img {
  width: clamp(2.375rem, 2.035rem + 1.7vw, 3.125rem);
}

/* p-product-links */
/* ============================================ */
.product-links {
  display: grid;
  grid-template-columns: repeat(
    auto-fill,
    minmax(min(30%, max(11%, 145px)), 1fr)
  );
  justify-content: center;
  justify-items: center;
  gap: 10px;
  align-items: center;
}

/* p-top-news */
/* ============================================ */
.top-news {
  display: grid;
  gap: 0 30px;
}
@media (min-width: calc(768em / 16)) {
  .top-news {
    grid-template-columns: minmax(0, 338fr) minmax(0, 1040fr);
  }
}

.top-news__titles {
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px 15px;
  margin-bottom: 30px;
}
@media not all and (min-width: calc(768em / 16)) {
  .top-news__titles .title-section {
    margin-bottom: 0;
  }
}
@media (min-width: calc(768em / 16)) {
  .top-news__titles {
    gap: 120px;
    justify-content: start;
    flex-flow: column;
    margin-bottom: 0;
  }
}

/* p-top-business */
/* ============================================ */
.top-business_titles {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  flex-flow: column;
  margin-bottom: 30px;
}
@media (min-width: calc(768em / 16)) {
  .top-business_titles {
    flex-flow: row;
    margin-bottom: 0;
  }
}
.top-business_titles .catch {
  font-family: var(--font-zen-antique);
  font-size: clamp(1.5rem, 1.16rem + 1.7vw, 2.25rem);
  line-height: 1.6;
}
@media (min-width: calc(768em / 16)) {
  .top-business_titles .catch {
    margin-bottom: -1.5em;
  }
}
.top-business_titles .catch__line_sp,
.top-business_titles .catch__line {
  border-bottom: 1px solid var(--color-corporate-01);
}
@media (min-width: calc(768em / 16)) {
  .top-business_titles .catch__line {
    border: none;
    border-right: 1px solid var(--color-corporate-01);
    padding-right: 0.05em;
  }
}
@media (min-width: calc(768em / 16)) {
  .top-business_titles .catch__line_sp {
    border: none;
  }
}

.top-business__content {
  display: flex;
  gap: 50px;
  position: relative;
  padding-bottom: min(54.1333333333vw, 203px);
}
@media (min-width: calc(1238em / 16)) {
  .top-business__content {
    gap: 0;
    padding-bottom: 0;
  }
}
.top-business__content > .img {
  flex: 7;
  border-radius: 0 16px 0 0;
  overflow: hidden;
  grid-area: img;
  position: absolute;
  top: 166px;
  bottom: 0;
  left: 0;
}
@media (min-width: calc(1238em / 16)) {
  .top-business__content > .img {
    inset: 0;
    min-height: calc(100vh - var(--header-height));
    margin-bottom: 0;
    position: relative;
  }
}
.top-business__content > .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 29.8953662182% top;
}
@media (min-width: calc(1238em / 16)) {
  .top-business__content > .img::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 16px 0 0 0;
    background: #fff;
    width: min(88 / var(--value-main) * 100vw, 88px);
    height: 85.4255319149%;
  }
}
.top-business__content .top-business__tab {
  overflow: hidden;
  grid-area: content;
  position: relative;
  flex: 8;
  background: #fff;
  margin-left: var(--wrapper);
  padding-bottom: min(21.3333333333vw, 80px);
  border-radius: 0 0 0 16px;
}
@media (min-width: calc(1238em / 16)) {
  .top-business__content .top-business__tab {
    min-width: 800px;
    margin: 0;
    padding: 0;
    background: transparent;
    border-radius: 0;
  }
}
.top-business__content .top-business__tab-container {
  padding: 0 var(--wrapper);
}
@media (min-width: calc(1238em / 16)) {
  .top-business__content .top-business__tab-container {
    padding: 0;
    max-width: 740px;
  }
}
.top-business__content .tab-content {
  padding-left: var(--wrapper);
}
@media (min-width: calc(1238em / 16)) {
  .top-business__content .tab-content {
    padding-right: 37px;
  }
}
.top-business__content .tab-content .top-business__tab-container {
  padding-left: 0;
}

.top-business-slider {
  --pr: calc(90 / var(--value-main) * 100vw);
}
.top-business-slider .swiper-button-next {
  right: var(--pr);
}
.top-business-slider .js-swiper {
  border-radius: 10px 0 0 10px;
  position: relative;
  padding-right: var(--pr);
}
@media (min-width: calc(640em / 16)) {
  .top-business-slider .js-swiper::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, transparent 70%, #fff 100%);
    display: block;
    z-index: 2;
    pointer-events: none;
  }
}
@media not all and (min-width: calc(640em / 16)) {
  .top-business-slider .swiper-button-prev {
    transform: translate(-28%, -50%);
  }
  .top-business-slider .swiper-button-next {
    transform: translate(28%, -50%);
  }
}

/* p-top-product */
/* ============================================ */
.top-product_titles {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  flex-flow: wrap;
}
.top-product_titles .title-section {
  margin-bottom: 0;
}

.top-product-slider {
  margin-top: clamp(4.375rem, 2.387rem + 9.94vw, 8.75rem);
}
.top-product-slider .js-swiper {
  padding: 50px 0 0;
  margin: -50px 0 0;
}
.top-product-slider .swiper-slide {
  --slide-w: clamp(315px, 408 / var(--value-main) * 100vw, 470px);
  width: var(--slide-w);
  padding: 0 clamp(8px, 24 / var(--value-main) * 100vw, 24px);
  transition: margin var(--duration--l) var(--ease-in-out);
  position: relative;
}
.top-product-slider .swiper-slide:hover {
  opacity: 1;
}
@media (min-width: calc(640em / 16)) {
  .top-product-slider .swiper-slide:hover {
    margin-right: calc(var(--slide-w) * 0.152);
  }
}
@media (min-width: calc(640em / 16)) {
  .top-product-slider .swiper-slide:hover .img {
    transform: scale(1.152);
  }
}
.top-product-slider .swiper-slide:hover .img::before {
  opacity: 1;
}
.top-product-slider .swiper-slide:hover .img .link {
  opacity: 1;
  visibility: visible;
}
@media (min-width: calc(640em / 16)) {
  .top-product-slider .swiper-slide:hover .img .link {
    transform: scale(0.8680555556);
  }
}
.top-product-slider .title {
  font-weight: bold;
  font-size: clamp(0.875rem, 0.705rem + 0.85vw, 1.25rem);
  margin-top: 10px;
}
.top-product-slider .img {
  width: 100%;
  aspect-ratio: 1/1;
  padding: 5px;
  background: linear-gradient(176deg, #fcfcfc, #f2f2f2);
  position: relative;
  z-index: 0;
  display: grid;
  place-items: center;
  transform-origin: bottom left;
  transition: transform var(--duration--l) var(--ease-in-out);
}
.top-product-slider .img::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(51, 51, 51, 0.45);
  display: block;
  opacity: 0;
  transition: opacity var(--duration--m);
}
.top-product-slider .img img {
  object-fit: contain;
  grid-area: 1/1;
  overflow: hidden;
  padding: 10px;
}
.top-product-slider .img .link {
  grid-area: 1/1;
  color: #fff;
  position: relative;
  visibility: hidden;
  opacity: 0;
  background: transparent;
}

/* p-top-company */
/* ============================================ */
.top-company {
  display: flex;
  gap: 50px min(70 / var(--value-main) * 100vw, 70px);
  position: relative;
  padding-bottom: min(42.6666666667vw, 160px);
}
@media (min-width: calc(1024em / 16)) {
  .top-company {
    padding-bottom: 0;
  }
}
.top-company .content {
  flex: 655;
  background: #fff;
  padding-right: 23px;
  padding-bottom: 60px;
  border-radius: 0 0 16px 0;
}
@media (min-width: calc(1024em / 16)) {
  .top-company .content {
    min-width: 560px;
  }
}
.top-company .img {
  left: var(--wrapper);
  top: min(97.6vw, 366px);
  right: calc(50% - 50vw);
  bottom: 0;
  position: relative;
  flex: 714;
  position: absolute;
  z-index: -1;
}
@media (min-width: calc(1024em / 16)) {
  .top-company .img {
    inset: 0;
    margin-left: 0;
    margin-right: calc(50% - 50vw);
    position: static;
    z-index: 0;
  }
}
.top-company .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 0 0 0 16px;
}
@media (min-width: calc(1024em / 16)) {
  .top-company .img img {
    border-radius: 16px 0 0 0;
  }
}
@media (min-width: calc(1024em / 16)) {
  .top-company .img::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 0 16px 0 0;
    background: #fff;
    width: min(47 / var(--value-main) * 100vw, 47px);
    height: 58.2718651212%;
  }
}

/* p-top-recruit */
/* ============================================ */
.top-recruit {
  background: url(images/top/bg_recruit_01_sp.jpg) no-repeat center/cover;
  position: relative;
  z-index: 0;
  color: #fff;
  padding: clamp(1.875rem, 0.597rem + 6.39vw, 4.6875rem)
    clamp(1.25rem, -1.306rem + 12.78vw, 6.875rem);
}
@media (min-width: calc(640em / 16)) {
  .top-recruit {
    background-image: url(images/top/bg_recruit_01.jpg);
  }
}
.top-recruit::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: rgba(51, 51, 51, 0.45);
  mix-blend-mode: multiply;
}
.top-recruit::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(
    30deg,
    var(--color-corporate-01) -20%,
    transparent 30%
  );
  mix-blend-mode: overlay;
}

/* p-top-facilities */
/* ============================================ */
.top-facilities {
  background: #eee;
  padding: clamp(3.125rem, 1.307rem + 9.09vw, 7.125rem)
    clamp(1.25rem, -0.17rem + 7.1vw, 4.375rem);
  display: grid;
  justify-content: space-between;
  gap: 0 20px;
}
@media (min-width: calc(768em / 16)) {
  .top-facilities {
    grid-template-columns: minmax(max-content, 403fr) minmax(0, 834fr);
  }
  .top-facilities .content {
    margin-top: 50px;
  }
}

/* p-news */
/* ============================================ */
.detail-news-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 25px 0 30px;
}

/* p-editor */
/* ============================================ */
.editor-content {
  font-weight: bold;
  padding: clamp(1.25rem, 0.682rem + 2.84vw, 2.5rem) 0;
  border: #dadee2 1px solid;
  border-left: none;
  border-right: none;
}
.editor-content > * + * {
  margin-top: 46px;
}
.editor-content a + a {
  margin-top: 20px;
}
.editor-content p + p {
  margin-top: 30px;
}
.editor-content > * + h2 {
  margin-top: 100px;
}

/* p-company */
/* ============================================ */
.greeting-row {
  display: grid;
  gap: 30px min(80 / var(--value-main) * 100vw);
}
@media (min-width: calc(768em / 16)) {
  .greeting-row {
    grid-template-columns: minmax(0, 1fr) auto;
  }
}

#video-slider {
  max-width: 1000px;
}

/* p-recruit */
/* ============================================ */
.recruit-about__row {
  display: flex;
  flex-flow: column;
  gap: 50px min(70 / var(--value-main) * 100vw, 70px);
}
@media (min-width: calc(1024em / 16)) {
  .recruit-about__row {
    flex-flow: row;
  }
}
@media (min-width: calc(1024em / 16)) {
  .recruit-about__row .content {
    flex: 575;
    min-width: min(100%, 400px);
  }
}
.recruit-about__row .img {
  margin: 0 calc(50% - 50vw);
  position: relative;
}
@media (min-width: calc(1024em / 16)) {
  .recruit-about__row .img {
    margin-left: 0;
    flex: 714;
  }
}
.recruit-about__row .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 712/560;
}
@media (min-width: calc(1024em / 16)) {
  .recruit-about__row .img img {
    border-radius: 16px 0 0 0;
  }
}
@media (min-width: calc(1024em / 16)) {
  .recruit-about__row .img::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 0 16px 0 0;
    background: #fff;
    width: min(47 / var(--value-main) * 100vw, 47px);
    height: 67.6785714286%;
  }
}

/* recruit-voice-slider */
.recruit-voice-slider .js-swiper {
  margin-right: calc(50% - 50vw);
}
.recruit-voice-slider .swiper-slide {
  margin-right: min(40 / var(--value-main) * 100vw, 40px);
  width: clamp(260px, 380 / var(--value-main) * 100vw, 380px);
}
.recruit-voice-slider .swiper-pagination {
  justify-content: center;
  margin-top: 60px;
}
.recruit-voice-slider .swiper-button-next {
  transform: translate(10%, -50%);
}

/* p-product */
/* ============================================ */
.product-list {
  display: grid;
  grid-template-columns: repeat(
    auto-fill,
    minmax(min(100%, max(30%, 260px)), 1fr)
  );
  font-weight: bold;
  gap: clamp(50px, 70 / var(--value-main) * 100vw, 38px)
    min(50 / var(--value-main) * 100vw, 50px);
}
.product-list .img {
  background: linear-gradient(176deg, #fcfcfc, #f2f2f2);
  margin-bottom: 24px;
}
.product-list .img img {
  object-fit: contain;
  aspect-ratio: 380/254;
  overflow: hidden;
  padding: 10px;
  width: 100%;
  height: 100%;
}
.product-list .title {
  margin-bottom: 25px;
}
.product-list li {
  display: flex;
  flex-flow: column;
}
.product-list .content {
  margin-bottom: auto;
}
.product-list a {
  margin-top: clamp(30px, 50 / var(--value-main) * 100vw, 50px);
}

/* p-facilities */
/* ============================================ */
.facilities-list {
  display: grid;
  grid-template-columns: repeat(
    auto-fill,
    minmax(min(100%, max(30%, 260px)), 1fr)
  );
  font-weight: bold;
  gap: clamp(40px, 70 / var(--value-main) * 100vw, 38px)
    min(50 / var(--value-main) * 100vw, 50px);
}
.facilities-list .img {
  margin-bottom: 20px;
}
.facilities-list .img img {
  object-fit: cover;
  aspect-ratio: 380/254;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.facilities-list .content {
  font-size: 0.9375rem;
  margin-top: 25px;
}

/* p-interview */
/* ============================================ */
.interview-profile {
  display: flex;
  gap: 30px clamp(1.875rem, -2.714rem + 9.56vw, 6.25rem);
  align-items: start;
  font-weight: bold;
  margin-bottom: clamp(4.375rem, 2.955rem + 7.1vw, 7.5rem);
  flex-direction: column;
}
@media (min-width: calc(768em / 16)) {
  .interview-profile {
    flex-direction: row;
  }
}
.interview-profile .icon {
  flex-shrink: 0;
}
.interview-profile .icon img {
  border-radius: 50%;
  aspect-ratio: 1/1;
  width: 202px;
}
.interview-profile .detail {
  padding-bottom: 37px;
  border-bottom: 1px solid #ddd;
}
.interview-profile .tags {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  gap: 10px;
}
.interview-profile .tags > span {
  background: #eee;
  font-size: 0.875rem;
  border-radius: 1px;
  display: inline-block;
  padding: 5px 10px;
}
.interview-profile .row-name {
  display: flex;
  align-items: center;
  flex-flow: wrap;
  gap: 20px;
  margin-top: 20px;
}
.interview-profile .job {
  font-size: 1.25rem;
}
.interview-profile .name {
  font-size: 1.75rem;
}
.interview-profile .content {
  margin-top: 35px;
  font-size: 1.25rem;
  color: var(--color-corporate-01);
}

/* p-business */
/* ============================================ */
.business-list {
  display: grid;
  grid-template-columns: repeat(
    auto-fill,
    minmax(min(100%, max(30%, 260px)), 1fr)
  );
  font-weight: bold;
  gap: clamp(40px, 70 / var(--value-main) * 100vw, 38px)
    min(50 / var(--value-main) * 100vw, 50px);
}
.business-list .img img {
  object-fit: cover;
  aspect-ratio: 380/254;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.business-list .title {
  margin-top: 20px;
}
.business-list a {
  margin-top: 15px;
}

/*
--------------------------------
js
jsで操作する動き
--------------------------------
*/
/* js-fadeIn */
/* ============================================ */
.js-fadeInTrigger {
  opacity: 0;
}

.is-fadeIn {
  animation: fadeIn 1s forwards ease-in;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    filter: blur(20px);
  }
  100% {
    opacity: 100%;
  }
}
/* js-scrollable */
/* ============================================ */
.js-scrollable {
  overflow-x: auto !important;
  overflow-y: hidden !important;
}

/* js-tab */
/* ============================================ */
.js-tab [aria-hidden="true"] {
  display: none;
}
.js-tab [aria-hidden="false"] {
  display: block;
}

/* 260305 add loading */
.loading {
  position: fixed;
  z-index: 1000;
  inset: 0;
  width: 100%;
  height: 100%;
  place-items: center;
  display: none;
}

.is-loading .loading{
  display: grid;
}

.loading.is-hide {
  display: none;
}

.loading .bg {
  width: 100%;
  height: 100%;
  background-color: #000;
  display: inline-block;
  grid-area: 1/1;
}
.loading .mark {
  grid-area: 1/1;
  z-index: 1;
  position: relative;
}
