@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-base: "Noto Sans JP", sans-serif;
  --font-en: "Roboto", sans-serif;
  --font-serif: "Noto Serif JP", serif;
  /* ============================================
  color-meaning
  ============================================ */
  --color-corporate-1: #1d50a2;
  --color-corporate-2: #92b7ff;
  --color-corporate-3: #c6d6ff;
  --color-corporate-4: #3a61bb;
  --color-corporate-5: #0845d2;
  --color-corporate-6: #dfebff;
  --color-corporate-7: #a7c1fc;
  --color-corporate-8: #29a9ff;
  --color-corporate-9: #224fa8;
  --color-corporate-10: #b9d1ff;
  --color-pink: #ff71a1;
  --color-yellow: #ffbf0e;
  --color-purple: #9153ff;
  --color-purple-down: #824dff;
  --color-magenta: #ff4d83;
  --color-mint: #0effde;
  --color-green: #79df65;
  --color-light-green: #e7ff0e;
  --color-base: #222;
  /* ============================================
  value
  ============================================ */
  --value-pc: 1920;
  --value-main: 1500;
  --value-lg: 1024;
  --value-sm: 640;
  --value-xxs: 375;
  --container-l: 1840;
  --container-m: 1600;
  /* --container-s: 1024; */
  /* 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
初期設定
--------------------------------
*/
html {
  overflow-x: hidden;
}

body {
  font-family: var(--font-base);
  font-weight: 500;
  color: var(--color-base);
  line-height: 1.8;
  font-size: clamp(1.0125rem, calc(0.96rem + 0.26vw), 1.125rem);
  letter-spacing: 0.04em;
  background: #fff;
  overflow-x: hidden;
  overflow-wrap: anywhere; /* 収まらない場合に折り返す */
  word-break: normal; /* 単語の分割はデフォルトに依存 */
  line-break: strict; /* 禁則処理を厳格に適用 */
}
body.is-open {
  overflow: hidden;
}

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

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

/*
--------------------------------
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: pointer;
}
.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;
  z-index: 10;
  --left: 28;
  --right: 28;
  left: calc(var(--left) / var(--value-pc) * 100vw);
  top: 50%;
  display: grid;
  place-items: center;
  width: clamp(2.1875rem, calc(0.71rem + 7.39vw), 5.4375rem);
  aspect-ratio: 3/3.9;
  justify-self: end;
  margin-right: 5px;
  cursor: pointer;
}
@media (min-width: calc(640em / 16)) {
  .swiper-button-prev,
  .swiper-button-next {
    --left: 250;
    --right: 216;
  }
}
@media (min-width: calc(768em / 16)) {
  .swiper-button-prev,
  .swiper-button-next {
    --left: 350;
    --right: 316;
  }
}
@media (min-width: calc(1024em / 16)) {
  .swiper-button-prev,
  .swiper-button-next {
    --left: 430;
    --right: 416;
  }
}
.swiper-button-prev::before,
.swiper-button-next::before {
  content: "";
  display: block;
  grid-area: 1/1;
  border-radius: 50%;
  transform: skew(-14deg, 0);
  width: 100%;
  height: 100%;
  border: 1px solid var(--color-base);
  transition: background-color var(--duration--m);
  background: #fff;
}
@media (min-width: calc(640em / 16)) {
  .swiper-button-prev::before,
  .swiper-button-next::before {
    border-width: 2px;
  }
}
.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
  display: block;
  grid-area: 1/1;
  background: url(images/common/icon_right_l.svg) no-repeat center/56% auto;
  width: 100%;
  height: 100%;
  position: relative;
  transform: scaleX(-1);
}
.swiper-button-prev:hover::before,
.swiper-button-next:hover::before {
  background: var(--color-base);
}
.swiper-button-prev:hover::after,
.swiper-button-next:hover::after {
  filter: brightness(100);
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.25;
}

.swiper-button-next {
  left: auto;
  right: calc(var(--right) / var(--value-pc) * 100vw);
}
.swiper-button-next::after {
  transform: scaleX(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;
}

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

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

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

.ajax-loader {
  display: none;
}

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

#header {
  position: fixed;
  z-index: 50;
  inset: 0;
  bottom: auto;
  padding: 0 5px 0 min(40 / var(--value-pc) * 100vw, 40px);
  height: var(--header-height);
  font-size: 16px;
  font-weight: bold;
  transition-property: background-color;
  transition-duration: var(--duration--m);
  display: flex;
  align-items: center;
  background: #fff;
}
@media (min-width: calc(1024em / 16)) {
  #header {
    gap: 0;
    padding: 0 min(50 / var(--value-pc) * 100vw, 50px) 0
      min(40 / var(--value-pc) * 100vw, 40px);
  }
}
@media (min-width: calc(1240em / 16)) {
  #header {
    justify-content: center;
  }
}

@media (min-width: calc(640em / 16)) {
  .home #header {
    background: transparent;
  }
}

.home.is-scroll #header {
  background: #fff;
}

.header__inner {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
}

#logo {
  z-index: 10;
  font-size: clamp(0.3125rem, calc(0.085rem + 1.14vw), 0.8125rem);
  flex-shrink: 0;
}
#logo a {
  display: flex;
  align-items: center;
  gap: 0 14px;
}
#logo img {
  width: clamp(98px, 206 / var(--value-pc) * 100vw, 206px);
}

#toggle {
  background: #1a1a1a;
  font-family: var(--font-en);
  font-weight: bold;
  position: relative;
  z-index: 10;
  --size: 52px;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  gap: 6px;
  width: var(--size);
  aspect-ratio: 1/1;
  color: #fff;
  font-size: 11px;
  display: flex;
  border-radius: 5px;
  line-height: 1;
}
@media (min-width: calc(1024em / 16)) {
  #toggle {
    display: none;
  }
}
#toggle:hover {
  opacity: 1;
}
#toggle .lines {
  position: relative;
  width: 18px;
  height: 14px;
  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: 6px;
}
#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(6px) 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 {
    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;
  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: 0.6s;
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
    width: 78%;
    max-width: 250px;
    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 {
    display: flex;
    align-items: center;
    justify-content: end;
    transition-property: visibility, opacity;
    transition-duration: var(--duration--m);
  }
}

.home #gnav {
  visibility: hidden;
  opacity: 0;
}

@media (min-width: calc(1024em / 16)) {
  .home.is-scroll #gnav {
    visibility: visible;
    opacity: 1;
  }
}

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

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

.gnav-list a {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex: 1;
}
@media (min-width: calc(1024em / 16)) {
  .gnav-list a {
    padding: 0.2em clamp(0.5rem, calc(-0.178rem + 1.06vw), 1.09375rem);
  }
}
.gnav-list a:hover {
  color: var(--color-corporate-1);
  opacity: 0.7;
}

.fixed-item {
  position: fixed;
  z-index: 100;
  left: 0;
  right: min(45 / var(--value-pc) * 100vw, 45px);
  bottom: min(50 / var(--value-pc) * 100vw, 50px);
  display: flex;
  flex-flow: column;
  align-items: end;
}
.fixed-item .link-square {
  width: min(100%, 283px);
  font-size: 20px;
}
@media not all and (min-width: calc(1024em / 16)) {
  .fixed-item .link-square {
    width: min(100%, 200px);
    padding: 0.5em;
    min-height: auto;
    font-size: 14px;
  }
  .fixed-item .link-square .arrow {
    width: 25px;
  }
}

/* l-footer */
/* ============================================ */
#footer {
  padding: 50px 0;
  border-top: 1px solid rgb(from #707070 r g b/0.5);
}

.copyright {
  font-size: 0.8125rem;
  text-align: center;
}

/* l-main */
/* ============================================ */
@media not all and (min-width: calc(640em / 16)) {
  #main {
    margin-top: var(--header-height);
  }
}

/* l-page */
/* ============================================ */
.page .bg-bottom-round {
  background: linear-gradient(
    336deg,
    var(--color-corporate-1) 60%,
    var(--color-corporate-2) 100%
  );
  height: min(700 / var(--value-pc) * 100vw, 700px);
  position: relative;
}
.page .flow-text {
  top: auto;
  bottom: 50px;
}

.page-inner {
  position: relative;
}
.page-inner::before {
  content: "";
  width: calc(911 / var(--value-xxs) * 100vw);
  aspect-ratio: 2276.539/614.262;
  display: block;
  position: absolute;
  z-index: -1;
  background: no-repeat url(images/common/bg_ribbon_sp.svg) top left/100% auto;
  top: min(100 / var(--value-pc) * 100vw, 100px);
  left: calc(50% - 50vw);
  transform: translate(calc(-354 / var(--value-xxs) * 100vw), 0);
}
@media (min-width: calc(640em / 16)) {
  .page-inner::before {
    width: 118.5vw;
    transform: translateX(calc(-59 / var(--value-pc) * 100vw));
    background-image: url(images/common/bg_ribbon.svg);
  }
}
.page-inner {
  margin-bottom: clamp(12.5rem, calc(5.114rem + 36.93vw), 28.75rem);
}

/* 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-m {
  max-width: calc(var(--container-m) * 1rem / 16);
}

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

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

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

/*
--------------------------------
component
使いまわせるやつ
--------------------------------
*/
/* c-link */
/* ============================================ */
.link-round {
  border-radius: 100vw;
  font-size: clamp(1rem, calc(0.886rem + 0.57vw), 1.25rem);
  padding: clamp(0.3125rem, calc(0.199rem + 0.57vw), 0.5625rem) 5px;
  border: 1px solid #1a1a1a;
  background: #fff;
  width: min(100%, 15.625rem);
  text-align: center;
}
.link-round:hover,
.link-round[aria-selected="true"] {
  background: #1a1a1a;
  color: #fff;
  opacity: 1;
}

.link-square {
  border: 2px solid var(--color-base);
  border-radius: clamp(0.625rem, calc(0.483rem + 0.71vw), 0.9375rem);
  width: min(100%, 22.6875rem);
  font-weight: 600;
  background: #fff;
  padding: 0.5em;
  min-height: 5.875rem;
  display: grid;
  align-items: center;
  justify-content: space-between;
  grid-template-columns: minmax(0, 1fr) auto minmax(40px, 1fr);
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.4;
  position: relative;
}
.link-square.--blue {
  background-image: linear-gradient(
    288deg,
    var(--color-corporate-9),
    var(--color-corporate-8),
    var(--color-corporate-10)
  );
  color: #fff;
}
.link-square.--blue::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url(images/common/texture_noise.png) repeat center/400px;
  mix-blend-mode: soft-light;
  display: block;
}
.link-square.--left,
.link-square.--reverse {
  grid-template-columns: auto minmax(40px, 1fr);
  padding-left: 1em;
}
.link-square.--left::before,
.link-square.--reverse::before {
  content: none;
}
.link-square.--reverse .arrow::after {
  scale: -1 1;
}
.link-square::before {
  content: "";
}
.link-square .arrow {
  display: grid;
  place-items: center;
  width: 30px;
  aspect-ratio: 3/3.9;
  justify-self: end;
  margin-right: 5px;
}
.link-square .arrow::before {
  content: "";
  display: block;
  grid-area: 1/1;
  background: var(--color-base);
  border-radius: 50%;
  transform: skew(-14deg, 0);
  width: 100%;
  height: 100%;
}
.link-square .arrow::after {
  content: "";
  display: block;
  grid-area: 1/1;
  background: url(images/common/icon_right.svg) no-repeat center/56% auto;
  width: 100%;
  height: 100%;
  position: relative;
}
.link-square[target="_blank"] .arrow::after {
  background-image: url(images/common/icon_blank.svg);
  background-size: 67% auto;
}

.links {
  gap: 12px min(40 / var(--value-pc) * 100vw, 40px);
}

/* c-title */
/* ============================================ */
.title-point {
  color: var(--color-corporate-1);
  font-weight: bold;
  font-family: var(--font-en);
  font-size: clamp(0.75rem, calc(0.41rem + 1.7vw), 1.5rem);
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.title-point::before {
  content: "";
  width: 0.62em;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: block;
  background: var(--color-corporate-1);
}

.title-section {
  font-weight: bold;
  display: grid;
  justify-content: center;
  text-align: center;
  line-height: 1;
  padding-top: 0.6em;
  font-size: clamp(2.5rem, calc(1rem + 7.5vw), 10rem);
}
.title-section .main {
  grid-area: 1/1;
  font-size: clamp(1.5rem, calc(1rem + 2.5vw), 4rem);
  position: relative;
  z-index: 1;
}
.title-section .sub {
  font-family: var(--font-en);
  font-weight: 100;
  grid-area: 1/1;
  margin-top: -0.6em;
  opacity: 0.6;
  color: #f9f9f9;
}
.title-section.--white {
  color: #fff;
}
.title-section.--white .main {
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.title-square {
  background: linear-gradient(
    150deg,
    var(--color-corporate-7),
    var(--color-corporate-5)
  );
  padding: 1em clamp(1.0625rem, calc(0.807rem + 1.28vw), 1.625rem);
  color: #fff;
  border-radius: clamp(0.3125rem, calc(0.171rem + 0.71vw), 0.625rem)
    clamp(0.3125rem, calc(0.171rem + 0.71vw), 0.625rem)
    clamp(0.3125rem, calc(0.171rem + 0.71vw), 0.625rem) 0;
}
@media (min-width: calc(640em / 16)) {
  .title-square {
    width: fit-content;
  }
}

.title-bold {
  font-size: clamp(1.75rem, calc(1.41rem + 1.7vw), 2.5rem);
  font-weight: bold;
}

/* c-box */
/* ============================================ */
.boxs {
  gap: 50px min(76 / var(--value-pc) * 100vw, 76px);
}
@media not all and (min-width: calc(1024em / 16)) {
  .boxs {
    flex-direction: column;
  }
}

.box-base {
  background: #f8f8f8;
  border-radius: 20px;
  padding: clamp(1.75rem, calc(1.162rem + 2.94vw), 4.6875rem)
    clamp(0.9375rem, calc(0.126rem + 4.06vw), 5rem);
}
.box-base.--white {
  background: #fff;
}
.box-base.--gray {
  background: #f5f7f9;
}
@media not all and (min-width: calc(640em / 16)) {
  .box-base .box-half-up__title {
    margin-left: calc(clamp(0.9375rem, calc(0.126rem + 4.06vw), 5rem) * -1);
    margin-right: calc(clamp(0.9375rem, calc(0.126rem + 4.06vw), 5rem) * -1);
  }
}

.box-half-up {
  padding-top: 0;
}

.box-half-up__title {
  transform: translate(0, -50%);
}

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

/* c-text */
/* ============================================ */
.text-maker,
.text-maker-gradation {
  display: inline-block;
  background: var(--color-corporate-4);
  color: #fff;
  line-height: 1.4;
  padding: 0.2em;
  margin: 0 0.1em;
}

.text-maker-gradation {
  background: linear-gradient(
    118deg,
    var(--color-corporate-2),
    var(--color-corporate-5)
  );
}

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

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

/* list-schedule */
.list-schedule {
  --gap: 10px;
  display: flex;
  flex-flow: column;
}
.list-schedule > * {
  display: flex;
  flex: 1;
}
.list-schedule > * + * {
  margin-top: var(--gap);
}
.list-schedule > *:last-of-type {
  flex-grow: 0;
}
.list-schedule > *:last-of-type .unit::after {
  content: none;
}
.list-schedule .unit {
  color: var(--color-corporate-1);
  font-family: var(--font-en);
  font-size: clamp(1.125rem, calc(1.039rem + 0.43vw), 1.3125rem);
  flex: 0 0 clamp(6.25rem, calc(5.454rem + 3.98vw), 8rem);
  display: grid;
  grid-template-columns: 2.8em minmax(0, 1fr);
  white-space: nowrap;
}
.list-schedule .unit::before {
  content: "";
  display: block;
  border-radius: 50%;
  width: 13px;
  aspect-ratio: 1/1;
  background: var(--color-corporate-1);
  justify-self: center;
  grid-area: 1/2;
  margin-top: 0.7em;
}
@media (min-width: calc(640em / 16)) {
  .list-schedule .unit::before {
    width: 9px;
  }
}
.list-schedule .unit::after {
  content: "";
  display: block;
  width: 2px;
  height: calc(100% + var(--gap));
  background: var(--color-corporate-1);
  justify-self: center;
  grid-area: 1/2;
  margin-top: 0.7em;
}
.list-schedule .title {
  font-size: clamp(1rem, calc(0.858rem + 0.71vw), 1.3125rem);
}
.list-schedule .content {
  font-size: clamp(0.9375rem, calc(0.852rem + 0.43vw), 1.125rem);
}

/* list-schedule-week */
.list-schedule-week > * {
  background: #fff;
  border-radius: 100vw;
  display: flex;
  align-items: center;
  padding: clamp(0.625rem, calc(0.369rem + 1.28vw), 1.1875rem)
    clamp(1rem, calc(0.176rem + 4.12vw), 2.8125rem);
  gap: 10px;
  line-height: 1.4;
}
.list-schedule-week > * + * {
  margin-top: 12px;
}
.list-schedule-week .unit {
  color: var(--color-corporate-1);
  font-family: var(--font-en);
  font-size: clamp(1rem, calc(0.858rem + 0.71vw), 1.3125rem);
  flex: 0 0 clamp(3.3125rem, calc(2.537rem + 3.88vw), 7.1875rem);
}

/* c-table */
/* ============================================ */
.table-base {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
}
.table-base tr:first-of-type th,
.table-base tr:first-of-type td {
  padding-top: 0;
}
.table-base th,
.table-base td {
  border-bottom: 1px solid rgb(from #707070 r g b/0.5);
  vertical-align: middle;
  padding: clamp(1.4375rem, calc(1.182rem + 1.28vw), 2rem) 0;
}
.table-base th {
  vertical-align: top;
  width: clamp(150px, 215 / var(--value-pc) * 100vw, 215px);
}
@media not all and (min-width: calc(640em / 16)) {
  .table-base tr:first-of-type th {
    padding-top: 0;
  }
  .table-base th,
  .table-base td {
    display: block;
    padding: 0;
  }
  .table-base th {
    border-bottom: 0;
    padding: 18px 0 10px;
  }
  .table-base td {
    padding-bottom: 18px;
  }
}
.table-base .table-fixed {
  position: sticky;
  left: 0;
}

/* c-form */
/* ============================================ */
.form-inner {
  border-radius: 25px;
}
.form-inner input[type="password"],
.form-inner input[type="text"],
.form-inner input[type="email"],
.form-inner input[type="tel"],
.form-inner textarea,
.form-inner select {
  padding: 0.5em 16px;
  min-height: clamp(3.75rem, calc(3.466rem + 1.42vw), 4.375rem);
  width: 100%;
  max-width: 37.1875rem;
  background: #fff;
  border-radius: 3px;
  border: 1px solid var(--color-base);
}
.form-inner input[type="password"].--l,
.form-inner input[type="text"].--l,
.form-inner input[type="email"].--l,
.form-inner input[type="tel"].--l,
.form-inner textarea.--l,
.form-inner select.--l {
  max-width: none;
}
.form-inner textarea {
  height: clamp(10.375rem, calc(6.995rem + 16.9vw), 17.8125rem);
}
.form-inner select {
  padding-right: 50px;
  background: #fff url(images/common/icon_select.svg) no-repeat center right
    28px/12px 8px;
  font-weight: 600;
}

.form-list .row {
  padding: clamp(1.1875rem, calc(1.046rem + 0.71vw), 1.5rem) 0;
  display: grid;
  align-items: start;
}
@media (min-width: calc(1024em / 16)) {
  .form-list .row {
    grid-template-columns: clamp(
        250px,
        303 / var(--value-pc) * 100vw,
        303px
      ) 1fr;
  }
}
.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(1024em / 16)) {
  .form-list .title {
    padding-bottom: 16px;
  }
}
.form-list .title .form-required,
.form-list .title .form-any {
  margin-right: 8px;
}

.from-shorts {
  display: flex;
  flex-flow: wrap;
  align-items: center;
}

.from-short {
  display: flex;
  align-items: center;
  gap: clamp(0.5625rem, calc(0.279rem + 1.42vw), 1.1875rem);
  max-width: 9.625rem;
  flex: 1;
  margin-right: min(20 / var(--value-lg) * 100vw, 20px);
}
.from-short:last-of-type {
  margin-right: 0;
}

.form-required,
.form-any {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.4em 1em;
  line-height: 1;
  color: #fff;
  font-size: clamp(0.8125rem, calc(0.757rem + 0.28vw), 0.9375rem);
  font-weight: bold;
  flex-shrink: 0;
  background: #fff;
  background: #e2e2e2;
  border-radius: 100vw;
}

.form-required {
  background: var(--color-corporate-1);
  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-1);
  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-1);
  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-1);
}

.form-button {
  cursor: pointer;
  transition: opacity var(--duration--m);
}
.form-button input {
  pointer-events: none;
}
.form-button:hover {
  opacity: 0.5;
}

/* c-bg */
/* ============================================ */
.bg-bottom-round {
  position: relative;
}
.bg-bottom-round::before {
  content: "";
  position: absolute;
  inset: auto 0 -1px;
  height: clamp(5.125rem, calc(4.375rem + 3.75vw), 8.875rem);
  width: 100%;
  background: #fff;
  border-radius: 0 100vw 0 0;
  z-index: 1;
}
.bg-bottom-round.--left::before {
  border-radius: 100vw 0 0 0;
}

/* c-tag */
/* ============================================ */
.tag {
  border-radius: 100vw;
  font-weight: bold;
  padding: 0.15em 1em;
  color: var(--color-corporate-1);
  background: #fff;
  font-size: clamp(0.84375rem, calc(0.802rem + 0.21vw), 0.9375rem);
}

/*
--------------------------------
project
使いまわさないやつ
--------------------------------
*/
/* p-mv */
/* ============================================ */
.mv {
  color: #fff;
  background: linear-gradient(
    336deg,
    var(--color-corporate-1) 60%,
    var(--color-corporate-2) 100%
  );
  position: relative;
  padding-top: 50px;
  overflow: hidden;
  padding: min(95 / var(--value-pc) * 100vw, 95px) 0
    min(173 / var(--value-xxs) * 100vw, 173px);
}
@media (min-width: calc(640em / 16)) {
  .mv {
    padding-bottom: min(352 / var(--value-main) * 100vw, 352px);
  }
}
.mv .catch {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: clamp(2.1875rem, calc(-0.468rem + 6.64vw), 7.5rem);
  font-weight: bold;
  text-align: center;
  z-index: 5;
  line-height: 1.2;
  font-feature-settings: "palt";
  letter-spacing: 0.14em;
  transform: translate(0, calc(100% - 0.8em));
}
@media (min-width: calc(640em / 16)) {
  .mv .catch {
    transform: translate(0, calc(100% - 0.5em));
    white-space: nowrap;
  }
}

.mv-slider {
  --human-up: 127;
  --human-up-sp: 42;
  position: relative;
  opacity: 0;
  animation: mv-slider forwards 2s ease-in-out;
}
@keyframes mv-slider {
  0% {
    scale: 0.9;
    opacity: 0;
  }
  100% {
    scale: 100%;
    opacity: 1;
  }
}
.mv-slider .swiper-slide {
  padding: clamp(
      var(--human-up-sp) * 1px,
      var(--human-up) / var(--value-pc) * 100vw,
      var(--human-up) * 1px
    )
    0 0;
  transform: scale(0.9);
  transition: transform var(--duration--l);
  overflow: hidden;
}
@media (min-width: calc(640em / 16)) {
  .mv-slider .swiper-slide {
    transform: scale(0.81);
  }
}
.mv-slider .swiper-slide.swiper-slide-active {
  transform: scale(1);
}
.mv-slider .--blue .inner {
  background: linear-gradient(
    29deg,
    var(--color-purple) 70%,
    var(--color-mint)
  );
}
.mv-slider .--green .inner {
  background: linear-gradient(
    29deg,
    var(--color-green) 70%,
    var(--color-light-green)
  );
}
.mv-slider .--purple .inner {
  background: linear-gradient(
    29deg,
    var(--color-purple-down) 70%,
    var(--color-magenta)
  );
}
.mv-slider .inner {
  border-radius: clamp(0.9375rem, calc(0.654rem + 1.42vw), 1.5625rem);
  background: linear-gradient(
    29deg,
    var(--color-pink) 70%,
    var(--color-yellow)
  );
  position: relative;
  margin: 0 auto;
}
@media not all and (min-width: calc(640em / 16)) {
  .mv-slider .inner {
    max-width: 85.3333333333%;
  }
}
.mv-slider .inner::before {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  background: var(--color-corporate-1);
  opacity: 0.45;
  transition: opacity var(--duration--l);
  border-radius: clamp(0.9375rem, calc(0.654rem + 1.42vw), 1.5625rem);
}
.mv-slider .inner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url(images/common/texture_noise.png) repeat center/400px;
  mix-blend-mode: soft-light;
  display: block;
  border-radius: clamp(0.9375rem, calc(0.654rem + 1.42vw), 1.5625rem);
}
.mv-slider .swiper-slide-active .inner::before {
  opacity: 0;
}
.mv-slider .img-wrapper {
  grid-area: 1/1;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: center;
  height: 100%;
}
.mv-slider .img-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-image:
    url(images/top/deco_mv-slide_01.png), url(images/top/deco_mv-slide_02.png);
  background-position:
    left 15% top 34.5%,
    right 10% top 43%;
  transition: opacity var(--duration--l);
  background-size:
    clamp(15px, 47 / var(--value-pc) * 100vw, 47px) auto,
    clamp(20px, 63 / var(--value-pc) * 100vw, 63px) auto;
  opacity: 0;
}
.mv-slider .swiper-slide-active .img-wrapper::before {
  opacity: 1;
}
.mv-slider .img {
  position: relative;
  margin-top: clamp(
    var(--human-up) * -1px,
    var(--human-up) * -1 / var(--value-pc) * 100vw,
    var(--human-up-sp) * -1px
  );
  display: inline-block;
  z-index: 1;
}
.mv-slider .img img {
  height: clamp(15.9375rem, calc(9.488rem + 32.25vw), 48.1875rem);
}
.mv-slider .img .filter {
  inset: 0;
  filter: url("#mv-slide-cover");
  position: absolute;
  inset: 0;
  transition: opacity var(--duration--l);
}
.mv-slider .swiper-slide-active .filter {
  opacity: 0;
}
.mv-slider .serif {
  position: absolute;
  left: 23%;
  top: min(30 / var(--value-pc) * 100vw, 30px);
  font-size: clamp(0.5rem, calc(0.374rem + 0.63vw), 1.125rem);
  font-weight: bold;
  transform: translate(-50%, 0) rotate(10deg);
  padding: clamp(14px, 50 / var(--value-pc) * 100vw, 50px) 0;
  padding-right: min(12 / var(--value-pc) * 100vw, 12px);
  text-align: center;
  background-repeat: no-repeat;
  background-image:
    url(images/top/deco_mv-slide_03.png), url(images/top/deco_mv-slide_04.png);
  background-position:
    top right,
    bottom right;
  background-size: clamp(28px, 92 / var(--value-pc) * 100vw, 92px) auto;
  transition: opacity var(--duration--l);
  opacity: 0;
  line-height: 1.4;
}
.mv-slider .swiper-slide-active .serif {
  opacity: 1;
}

.flow-text {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  white-space: nowrap;
  animation: flow-text 25s linear infinite;
  transform: translateY(-17%);
}
.flow-text::before,
.flow-text::after {
  content: "STRASSE RECRUIT";
  font-size: clamp(5.875rem, calc(4.237rem + 8.19vw), 14.0625rem);
  color: var(--color-corporate-3);
  flex-shrink: 0;
  font-family: var(--font-en);
  font-weight: 100;
  display: block;
  line-height: 1;
  padding-right: 0.5em;
}

@keyframes flow-text {
  0% {
    transform: translateX(0) translateY(-17%);
  }
  100% {
    transform: translateX(-50%) translateY(-17%);
  }
}
/* p-intro */
/* ============================================ */
.intro__catch {
  font-size: clamp(1.5rem, calc(0.364rem + 5.68vw), 4rem);
}

.intro__catch-sub {
  font-size: clamp(0.9375rem, calc(0.228rem + 3.55vw), 2.5rem);
}

/* p-message */
/* ============================================ */
.message {
  position: relative;
}
.message::before {
  content: "";
  width: calc(911 / var(--value-xxs) * 100vw);
  aspect-ratio: 2276.539/614.262;
  display: block;
  position: absolute;
  z-index: -1;
  background: no-repeat url(images/common/bg_ribbon_sp.svg) top left/100% auto;
  left: calc(50% - 50vw);
  transform: translate(calc(-354 / var(--value-xxs) * 100vw), -105%);
}
@media (min-width: calc(640em / 16)) {
  .message::before {
    width: 118.5vw;
    top: max(-383 / var(--value-pc) * 100vw, -383px);
    transform: translateX(calc(-59 / var(--value-pc) * 100vw));
    background-image: url(images/common/bg_ribbon.svg);
  }
}

.message__row {
  gap: 30px;
}
@media (min-width: calc(1024em / 16)) {
  .message__row .content {
    flex: 0 1 min(100%, 684px);
  }
  .message__row .img {
    flex: 0 1 min(100%, 788px);
  }
}

/* p-about */
/* ============================================ */
.about__catch {
  font-size: clamp(1.5rem, calc(0.364rem + 5.68vw), 4rem);
  font-weight: bold;
}

.about__row {
  gap: 30px;
}
.about__row .content {
  flex: 0 0 min(100%, 596px);
}
.about__row .img {
  flex: 0 1 min(100%, 891px);
}

/* p-data */
/* ============================================ */
.data {
  position: relative;
}
.data::after {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
  inset: 0;
  background: no-repeat top left/100% auto;
  background-image:
    url(images/common/bg_round-top.svg),
    linear-gradient(
      154deg,
      var(--color-corporate-6),
      var(--color-corporate-7),
      var(--color-corporate-5)
    );
}
.data.bg-bottom-round {
  padding-bottom: clamp(9.1875rem, calc(6.476rem + 13.56vw), 22.75rem);
}
.data .title-section {
  max-width: calc(100% - min(800 / var(--value-pc) * 100vw, 800px));
  margin-left: auto;
  margin-right: auto;
}

.data-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(8.5px, 26 / var(--value-pc) * 100vw, 26px)
    clamp(14px, 28 / var(--value-pc) * 100vw, 28px);
  position: relative;
}
@media (min-width: calc(1024em / 16)) {
  .data-list {
    grid-template-columns: repeat(6, 1fr);
  }
}
.data-list::before,
.data-list::after {
  content: "";
  width: min(341 / var(--value-pc) * 100vw, 341px);
  aspect-ratio: 341/356;
  display: block;
  background: url(images/top/deco_data_01.png) no-repeat center/contain;
  position: absolute;
  top: 0;
  left: min(62 / var(--value-pc) * 100vw, 62px);
  transform: translate(0, -100%);
}
.data-list::after {
  width: min(316 / var(--value-pc) * 100vw, 316px);
  aspect-ratio: 316/295;
  background: url(images/top/deco_data_02.png) no-repeat center/contain;
  left: auto;
  right: min(58 / var(--value-pc) * 100vw, 58px);
  transform: translate(0, -100%);
}

.data-list__item {
  background: #fff;
  border-radius: 20px;
  display: grid;
  place-items: center;
  padding: clamp(32px, 82 / var(--value-lg) * 100vw, 82px)
    clamp(15px, 30 / var(--value-pc) * 100vw, 30px)
    clamp(15px, 30 / var(--value-pc) * 100vw, 30px);
  position: relative;
  color: var(--color-corporate-1);
  font-weight: bold;
  min-height: clamp(128px, 409 / var(--value-main) * 100vw, 409px);
  overflow: hidden;
}
@media (min-width: calc(1024em / 16)) {
  .data-list__item {
    grid-area: auto/span 2;
  }
}
.data-list__item.--col2 {
  grid-area: auto/span 2;
}
@media (min-width: calc(1024em / 16)) {
  .data-list__item.--col2 {
    grid-area: auto/span 3;
  }
}
.data-list__item .title {
  position: absolute;
  z-index: 1;
  inset: 0 0 auto;
  background: linear-gradient(108deg, var(--color-purple), var(--color-mint));
  color: #fff;
  width: fit-content;
  min-width: min(100%, 76px);
  padding: 0.2em 1em;
  font-size: clamp(0.75rem, calc(0.55rem + 1vw), 1.75rem);
  margin: 0 auto;
  border-radius: 0 0 10px 10px;
  text-align: center;
}
@media (min-width: calc(640em / 16)) {
  .data-list__item .title {
    min-width: 195px;
  }
}
.data-list__item .main {
  font-size: clamp(1.125rem, calc(0.549rem + 2.88vw), 4rem);
  line-height: 1;
  text-align: center;
}
.data-list__item .main .number {
  font-size: clamp(2.625rem, calc(1.149rem + 7.38vw), 10rem);
  font-family: var(--font-en);
}
.data-list__item .main.--s {
  font-size: clamp(0.875rem, calc(0.463rem + 2.06vw), 2.9375rem);
}
.data-list__item .main.--s .number {
  font-size: clamp(2rem, calc(0.9rem + 5.5vw), 7.5rem);
}
.data-list__item .main.--xs {
  font-size: clamp(0.875rem, calc(0.663rem + 1.06vw), 1.9375rem);
}
.data-list__item .main.--xs .number {
  font-size: clamp(1.625rem, calc(0.925rem + 3.5vw), 5.125rem);
}
.data-list__item .row {
  gap: min(50 / var(--value-pc) * 100vw, 50px);
}
@media not all and (min-width: calc(1024em / 16)) {
  .data-list__item .row .img {
    width: min(110 / var(--value-xxs) * 100vw, 110px);
  }
}
.data-list__item .row .main {
  white-space: nowrap;
}
.data-list__item .row-gender .img {
  max-width: 30%;
  margin: 5px 0;
}
.data-list__item .row-map {
  width: 100%;
  padding-left: 5%;
}
.data-list__item .row-map .img {
  margin-top: -36%;
  text-align: right;
}
.data-list__item .row-map__text {
  width: 5em;
  font-size: clamp(0.625rem, calc(0.313rem + 1.56vw), 1.3125rem);
}
.data-list__item .row-cover {
  position: relative;
  z-index: 0;
}
.data-list__item .row-cover .img {
  position: absolute;
  right: max(-90 / var(--value-lg) * 100vw, -90px);
  bottom: -10px;
  z-index: -1;
  width: min(137 / var(--value-main) * 100vw, 137px);
  text-align: center;
}
@media (min-width: calc(1024em / 16)) {
  .data-list__item .row-cover .img {
    bottom: 0;
  }
}
.data-list__item.--orange .title {
  background-image: linear-gradient(
    108deg,
    var(--color-pink),
    var(--color-yellow)
  );
}
.data-list__item.--purple .title {
  background-image: linear-gradient(
    108deg,
    var(--color-purple),
    var(--color-magenta)
  );
}
.data-list__item.--green .title {
  background-image: linear-gradient(
    108deg,
    var(--color-green),
    var(--color-light-green)
  );
}

/* p-interview */
/* ============================================ */
/* staff-list */
.staff-list {
  display: grid;
  justify-content: center;
  align-items: center;
  gap: min(18.9 / var(--value-pc) * 100vw, 18.9px);
  margin: 0 max(-18 / var(--value-pc) * 100vw, -18px);
  grid-template-columns: repeat(2, minmax(0, 393px));
}
@media (min-width: calc(1440em / 16)) {
  .staff-list {
    grid-template-columns: repeat(4, minmax(0, 393px));
  }
}

.staff-list__item {
  color: #fff;
  position: relative;
  z-index: 0;
  display: flex;
  flex-flow: column;
}
.staff-list__item:nth-of-type(4n + 2) .img::before {
  background-image: linear-gradient(
    183deg,
    #ccd3e3,
    #767e91 50%,
    var(--color-green) 50%,
    var(--color-light-green)
  );
}
.staff-list__item:nth-of-type(4n + 3) .img::before {
  background-image: linear-gradient(
    183deg,
    #ccd3e3,
    #767e91 50%,
    var(--color-purple-down) 50%,
    var(--color-magenta)
  );
}
.staff-list__item:nth-of-type(4n) .img::before {
  background-image: linear-gradient(
    183deg,
    #ccd3e3,
    #767e91 50%,
    var(--color-purple) 50%,
    var(--color-mint)
  );
}
.staff-list__item .img {
  position: relative;
  clip-path: url("#clip-staff");
}
.staff-list__item .img::before {
  content: "";
  display: block;
  width: 110%;
  aspect-ratio: 442/250;
  transform: rotate(-30.5deg);
  border-radius: 50%;
  background: #ddd;
  bottom: 6.9%;
  left: -4.9%;
  position: absolute;
  z-index: -1;
  transition: background-position;
  transition: background-position var(--duration--s) ease;
  background: linear-gradient(
      183deg,
      #ccd3e3,
      #767e91 50%,
      var(--color-pink) 50%,
      var(--color-yellow)
    )
    no-repeat;
  /* 全体を縦に拡張 */
  background-size: 100% 200%;
  /* 初期はグレー部分だけ見せる */
  background-position: 0% 0%;
}
.staff-list__item .content {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 13px;
  padding-right: clamp(2.5rem, calc(1.164rem + 6.68vw), 5.4375rem);
  width: 100%;
  pointer-events: none;
}
.staff-list__item .arrow {
  display: grid;
  place-items: center;
  width: clamp(1.5rem, calc(0.762rem + 3.69vw), 3.125rem);
  aspect-ratio: 3/3.9;
  justify-self: end;
  margin-right: 5px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.staff-list__item .arrow::before {
  content: "";
  display: block;
  grid-area: 1/1;
  border-radius: 50%;
  transform: skew(-14deg, 0);
  width: 100%;
  height: 100%;
  border: 1px solid var(--color-base);
  transition: background-color var(--duration--m);
  background: #fff;
}
.staff-list__item .arrow::after {
  content: "";
  display: block;
  grid-area: 1/1;
  background: url(images/common/icon_down.svg) no-repeat center/56% auto;
  width: 100%;
  height: 100%;
  position: relative;
}
.staff-list__item .name {
  font-size: clamp(0.75rem, calc(0.41rem + 1.7vw), 1.5rem);
  margin-bottom: 2px;
  line-height: 1.2;
}
@media (min-width: calc(640em / 16)) {
  .staff-list__item .name {
    margin-bottom: 10px;
  }
}
.staff-list__item .info {
  font-size: clamp(0.5625rem, calc(0.365rem + 0.99vw), 1rem);
  background: var(--color-corporate-1);
  border-radius: 3px 3px 3px 0;
  padding: 0.2em 0.9em;
  width: fit-content;
  line-height: 1.2;
}
@media (min-width: calc(640em / 16)) {
  .staff-list__item .info {
    border-radius: 8px 8px 8px 0;
  }
}
.staff-list__item .info + .info {
  margin-top: min(5 / var(--value-pc) * 100vw, 5px);
}
.staff-list__item:hover a {
  opacity: 1;
}
.staff-list__item:hover .img::before {
  background-position: 0 100%;
}
.staff-list__item:hover .arrow::before {
  background: var(--color-base);
}
.staff-list__item:hover .arrow::after {
  filter: brightness(100);
}

/* interview-detail */
@media not all and (min-width: calc(640em / 16)) {
  .interview-detail .thumbnail img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    aspect-ratio: 320/180;
  }
}
.interview-detail .profile {
  margin-left: auto;
  transform: translate(0, -50%);
  background: linear-gradient(
    154deg,
    var(--color-corporate-6),
    var(--color-corporate-7) 20%,
    var(--color-corporate-5) 80%
  );
  color: #fff;
  border-radius: clamp(0.3125rem, calc(0.171rem + 0.71vw), 0.625rem)
    clamp(0.3125rem, calc(0.171rem + 0.71vw), 0.625rem)
    clamp(0.3125rem, calc(0.171rem + 0.71vw), 0.625rem) 0;
  padding: clamp(0.625rem, calc(0.057rem + 2.84vw), 1.875rem)
    clamp(0.9375rem, calc(0.228rem + 3.55vw), 2.5rem);
  width: min(68%, 484px);
  font-size: clamp(0.5rem, calc(0.216rem + 1.42vw), 1.125rem);
}
@media (min-width: calc(768em / 16)) {
  .interview-detail .profile {
    margin-bottom: -50px;
  }
}
.interview-detail .tag {
  font-size: clamp(0.4375rem, calc(0.21rem + 1.14vw), 0.9375rem);
  min-width: 5em;
  display: inline-block;
  text-align: center;
}
.interview-detail .name {
  font-size: clamp(0.75rem, calc(0.182rem + 2.84vw), 2rem);
}

/* p-recruitment */
/* ============================================ */
.recruitment {
  background: linear-gradient(
    145deg,
    var(--color-corporate-2),
    var(--color-corporate-1) 80%
  );
  border-radius: clamp(2.5rem, calc(0.75rem + 8.75vw), 11.25rem)
    clamp(2.5rem, calc(0.75rem + 8.75vw), 11.25rem) 0 0;
  position: relative;
  z-index: 0;
}
.recruitment::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  display: block;
  opacity: 0.5;
  background-image: url(images/common/bg_ribbon.svg);
  background-position: bottom left calc(-354 / var(--value-xxs) * 100vw);
  background-repeat: no-repeat;
  background-size: calc(911 / var(--value-xxs) * 100vw) auto;
  mix-blend-mode: screen;
}
@media (min-width: calc(640em / 16)) {
  .recruitment::after {
    background-size:
      118.5% auto,
      auto;
    background-position:
      bottom left calc(-59 / var(--value-pc) * 100vw),
      center;
    background-image: url(images/common/bg_ribbon.svg);
  }
}

.tab-buttons {
  gap: clamp(0.875rem, calc(0.225rem + 3.25vw), 4.125rem);
}

/* p-entry */
/* ============================================ */
.entry .title-section:first-child {
  margin-top: clamp(-12.8125rem, calc(-2.387rem - 8.69vw), -4.125rem);
}

/*
--------------------------------
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-scroll-show */
.js-scroll-show {
  visibility: hidden;
  opacity: 0;
  transition-property: visibility, opacity;
  transition-duration: var(--duration--m);
}

.is-scroll .js-scroll-show {
  visibility: visible;
  opacity: 1;
}
