@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] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
}

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 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 */
  -moz-appearance: none;
  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: "Noto Sans JP", sans-serif;
  --font-en: "Archivo", sans-serif;
  --font-be-vietnam: "Be Vietnam Pro", sans-serif;
  /* ============================================
  color-meaning
  ============================================ */
  --color-corporate-01: #ff1b01;
  --color-corporate-02: #434c9e;
  --color-base: #111;
  /* ============================================
  value
  ============================================ */
  --value-pc: 1920;
  --value-main: 1500;
  /* container-s */
  --value-s: 1360;
  /* ============================================
  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; /* 禁則処理を厳格に適用 */
}
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;
}

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

.svg-symbols {
  display: none;
}

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

/*
--------------------------------
contact form 7
--------------------------------
*/
.wpcf7-spinner {
  display: none;
}

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

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

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

#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;
  padding-right: calc(53 / var(--value-pc) * 100vw);
  padding-left: calc(40 / var(--value-pc) * 100vw);
  transition: background-color var(--duration--m);
}
@keyframes header {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

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

@media (min-width: calc(1024em / 16)) {
  .home.is-scroll #header {
    background: #fff;
  }
}

#logo {
  transition-property: opacity;
  transition-duration: var(--duration--m);
  position: relative;
  z-index: 1;
}
#logo a {
  display: block;
}
#logo svg {
  width: 250px;
}
#logo .text {
  transition: fill var(--duration--m);
}

@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-be-vietnam);
  position: relative;
  z-index: 10;
}

/* gnav */
#gnav {
  position: fixed;
  inset: 0;
  z-index: 5;
  transform: translateY(-100%);
  transition-duration: 0.6s;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
}
#gnav[aria-hidden="false"] {
  transform: translateY(0);
}
#gnav[aria-hidden="false"] .gnav-wrap__inner {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
}
#gnav .gnav-wrap {
  overflow-y: scroll;
  height: 100%;
}
#gnav .gnav-wrap__inner {
  opacity: 0;
  visibility: hidden;
  transform: translateY(2.5rem);
  transition-delay: 0.4s;
  transition-property: opacity, transform, visibility;
}

/* language-button__parent */
.language-button {
  position: relative;
}

.language-button__parent {
  border-radius: 100vw;
  min-height: 33px;
  font-family: var(--font-be-vietnam);
  font-size: 11px;
  display: flex;
  gap: 6px;
  align-items: center;
  border: #dfe2e8 1px solid;
  padding: 0 10px;
  font-weight: bold;
  background: #fff;
}
@media (min-width: calc(425em / 16)) {
  .language-button__parent {
    padding: 0 20px;
  }
}
.language-button__parent i.icon::before {
  width: 8px;
  height: 4.8px;
}

.language-button__child {
  display: block;
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translate(-50%, 100%);
  background: #fff;
  width: 80px;
  border: var(--color-base) 1px solid;
  font-weight: bold;
  font-size: 12px;
  transition-property: opacity, visibility;
  transition-duration: var(--duration--m);
}
.language-button__child .en {
  font-family: var(--font-be-vietnam);
  font-weight: bold;
}

.language-button__child[aria-hidden="true"] {
  opacity: 0;
  visibility: hidden;
}

.language-button__child-item + .language-button__child-item {
  border-top: #dfe2e8 1px solid;
}

.language-button__child-link {
  padding: 5px 9px;
  display: inline-block;
  width: 100%;
  text-align: center;
}

/* l-footer */
/* ============================================ */
#footer .gnav-wrap {
  height: auto;
}
#footer .gnav-wrap__inner {
  min-height: 100vh;
}
#footer .gnav-wrap__inner .wrapper {
  display: flex;
  flex-flow: column;
}
#footer .gnav-wrap__content {
  flex: 1;
}

/* footer-contact */
.footer-contact {
  padding: max(50px, 156 / var(--value-pc) * 100vw) 0
    max(60px, 173 / var(--value-pc) * 100vw);
  background-image: linear-gradient(
      to right,
      #000 5px,
      #dfe2e8 5px,
      #dfe2e8 calc(100% - 5px),
      #000 calc(100% - 5px)
    ),
    linear-gradient(
      to right,
      #000 5px,
      #dfe2e8 5px,
      #dfe2e8 calc(100% - 5px),
      #000 calc(100% - 5px)
    );
  background-position: bottom left, top left;
  background-size: 100% 1px;
  background-repeat: no-repeat;
}
.footer-contact .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-flow: wrap;
  gap: 20px 30px;
}
.footer-contact .link-row {
  font-size: 1.625rem;
  gap: calc(60 / var(--value-pc) * 100vw);
}

/* l-main */
/* ============================================ */
#main {
  margin-top: var(--header-height);
}

@media (min-width: calc(1024em / 16)) {
  .home #main {
    margin-top: 0;
  }
}

/* l-breadcrumbs */
/* ============================================ */
.breadcrumbs {
  font-size: 12px;
  display: flex;
  flex-flow: wrap;
  justify-content: end;
  align-items: center;
  gap: 10px 20px;
  margin-top: 18px;
  font-weight: 600;
}
.breadcrumbs a::after {
  content: "";
  background: url(images/common/icon_breadcrumbs.svg) no-repeat center/contain;
  width: 6px;
  height: 9px;
  display: inline-block;
  margin-left: 12px;
}
.breadcrumbs span {
  color: #9fa2a8;
}

.breadcrumbs-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: end;
  flex-flow: wrap;
  gap: 10px 30px;
}

/* l-gnav */
/* ============================================ */
.gnav-wrap {
  background: var(--color-base);
  color: #fff;
  height: 100vh;
  width: 100%;
}

.gnav-wrap__inner {
  height: 100%;
  display: flex;
  flex-flow: column;
}
.gnav-wrap__inner .wrapper {
  flex: 1;
}

.gnav-wrap__content {
  display: flex;
  justify-content: space-between;
  flex-flow: column;
  gap: 60px 30px;
  padding-top: max(80px, 155 / var(--value-pc) * 100vw);
  height: 100%;
}
@media (min-width: calc(1024em / 16)) {
  .gnav-wrap__content {
    flex-flow: row;
  }
}

/* left */
.gnav-wrap__logo {
  width: 360px;
}
.gnav-wrap__logo .text {
  fill: #fff;
}

/* right */
.gnav-wrap .right {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  flex: 1;
  max-width: 750px;
}

.gnav {
  display: flex;
  gap: 50px;
  font-weight: 900;
  flex-flow: column;
}
@media (min-width: 31.25em) {
  .gnav {
    flex-flow: row;
  }
}

.gnav-list {
  flex: 1;
}

.gnav-item .child-list {
  margin-left: 61px;
  margin-top: 20px;
}
.gnav-item .child-link {
  color: #aaa;
  font-weight: 700;
  padding: 5px 0;
  display: inline-block;
}

.gnav-link {
  display: flex;
  align-items: center;
  padding: 20px 0 15px;
  gap: 20px;
  font-size: 1.25rem;
  border-bottom: 1px solid #2d2d2d;
}

.gnav-text {
  font-size: 0.9375rem;
  font-weight: 800;
  margin-top: 52px;
}

.copyright {
  font-family: var(--font-en);
  font-size: 0.75rem;
  font-weight: 800;
  margin-top: auto;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: 0;
  padding-top: 30px;
}

.gnav-wrap__slider {
  margin-top: 25px;
  padding-bottom: 30px;
  display: flex;
  overflow: hidden;
  flex-shrink: 0;
}
.gnav-wrap__slider img {
  animation: gnav-wrap__slider linear infinite forwards 30s;
  min-width: 1845px;
  width: calc(1845 / var(--value-pc) * 100vw);
  flex-shrink: 0;
}

@keyframes gnav-wrap__slider {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
/* l-page */
/* ============================================ */
/* page-wrapper */
@media (min-width: calc(768em / 16)) {
  .page-wrapper {
    display: grid;
    grid-template-areas: "toc main";
    grid-template-columns: minmax(0, 420fr) minmax(0, 1500fr);
  }
}

/* page-side */
.page-side {
  grid-area: toc;
  background-image: linear-gradient(
    to right,
    #000 5px,
    #dfe2e8 5px,
    #dfe2e8 calc(100% - 5px),
    #000 calc(100% - 5px)
  );
  background-position: top left;
  background-size: 100% 1px;
  background-repeat: no-repeat;
  justify-content: center;
  padding: 25px clamp(0.938rem, -0.341rem + 6.39vw, 3.75rem);
  /* val：15px-60px | view：320px-1024px */
}
@media (min-width: calc(768em / 16)) {
  .page-side {
    padding: 0;
    padding-top: 120px;
    display: grid;
    background-image: linear-gradient(
        to right,
        #000 5px,
        #dfe2e8 5px,
        #dfe2e8 calc(100% - 6px),
        #000 calc(100% - 6px)
      ),
      linear-gradient(
        to right,
        #000 5px,
        #dfe2e8 5px,
        #dfe2e8 calc(100% - 6px),
        #000 calc(100% - 6px)
      ),
      linear-gradient(to bottom, #000), linear-gradient(to bottom, #000),
      linear-gradient(to bottom, #dfe2e8);
    background-position: bottom left, top left, top right, bottom right,
      top right;
    background-size: 100% 1px, 100% 1px, 1px 5px, 1px 5px, 1px 100%;
  }
}

@media (min-width: calc(768em / 16)) {
  .page-side__sticky {
    position: sticky;
    top: calc(var(--header-height) + 60px);
    padding: 0 15px 60px;
  }
}

.page-side__links {
  border-top: 1px solid #dfe2e8;
  padding-top: 20px;
  padding-right: 14px;
  margin-top: 20px;
}
@media (min-width: calc(640em / 16)) {
  .page-side__links {
    padding-top: 50px;
    margin-top: 50px;
  }
}
.page-side__links .is-current {
  opacity: 0.33;
  pointer-events: none;
}

/* page-main */
.page-main {
  width: 100%;
  background-image: linear-gradient(
      to right,
      #000 5px,
      #dfe2e8 5px,
      #dfe2e8 calc(100% - 5px),
      #000 calc(100% - 5px)
    ),
    linear-gradient(
      to right,
      #000 5px,
      #dfe2e8 5px,
      #dfe2e8 calc(100% - 5px),
      #000 calc(100% - 5px)
    );
  background-position: bottom left, top left;
  background-size: 100% 1px;
  background-repeat: no-repeat;
  padding-top: max(60px, 120 / var(--value-pc) * 100vw);
  padding-bottom: max(100px, 251 / var(--value-pc) * 100vw);
}

.page-wrapper .page-main {
  grid-area: main;
  max-width: 101.25rem;
  margin-left: auto;
  margin-right: auto;
  padding-right: clamp(0.938rem, -0.341rem + 6.39vw, 3.75rem);
  padding-left: clamp(0.938rem, -0.341rem + 6.39vw, 3.75rem);
  /* val：15px-60px | view：320px-1024px */
}
@media (min-width: calc(768em / 16)) {
  .page-wrapper .page-main {
    padding-right: calc(130 / var(--value-pc) * 100vw);
    padding-left: calc(101 / var(--value-pc) * 100vw);
    max-width: none;
  }
}

/* page-related */
.page-related {
  background: #f8f8f9;
  padding-top: max(60px, 78 / var(--value-pc) * 100vw);
  padding-bottom: max(100px, 120 / var(--value-pc) * 100vw);
}
.page-related .inner {
  display: grid;
  grid-template-areas: "parent" "child";
  gap: 40px calc(210 / var(--value-pc) * 100vw);
  align-items: start;
}
@media (min-width: calc(1024em / 16)) {
  .page-related .inner {
    grid-template-areas: "parent child";
    grid-template-columns: max-content 1fr;
  }
}

.page-related__parent-link {
  font-size: 1.625rem;
  font-weight: 900;
  display: flex;
  align-items: center;
  gap: 25px;
  grid-area: parent;
}

.page-related__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr));
  gap: 25px calc(40 / var(--value-pc) * 100vw);
  grid-area: child;
}

.page-related__item {
  border-bottom: 1px solid #dfe2e8;
}

.page-related__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
  font-weight: bold;
  padding: 5px 14px 18px 0;
}
.page-related__link.is-current {
  opacity: 0.33;
}

/* page-title */
.page-title {
  display: flex;
  flex-flow: column;
  gap: clamp(15px, 2.734375vw, 28px);
}
.page-title .sub {
  font-size: clamp(1.125rem, 0.898rem + 1.14vw, 1.625rem);
  /* val：18px-26px | view：320px-1024px */
  line-height: 1.2;
  font-weight: bold;
}
.page-title .main {
  font-size: clamp(1.875rem, 1.023rem + 4.26vw, 3.75rem);
  /* val：30px-60px | view：320px-1024px */
  font-weight: 900;
  /* background-image:
    linear-gradient(to right, var(--color-base)),
    linear-gradient(to right, var(--color-base)),
    linear-gradient(to right, var(--color-base)),
    linear-gradient(to right, var(--color-base));
  background-size: 4px 4px;
  background-repeat: no-repeat;
  background-position: top left, top right, bottom left, bottom right;
  padding: 0 10px; */
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.1;
}
.page-title .main.en {
  font-size: clamp(2.5rem, 0.795rem + 8.52vw, 6.25rem);
  /* val：40px-100px | view：320px-1024px */
}
.page-title .main .en {
  font-weight: 900;
}
.page-title .main.--no-square {
  background-image: none;
  padding: 0;
}

.page-title__subtext {
  font-weight: bold;
  max-width: 960px;
  margin-top: 20px;
}
@media (min-width: calc(640em / 16)) {
  .page-title__subtext {
    font-size: 1.25rem;
    margin-top: 48px;
  }
}

.page-title-wrapper {
  padding-top: max(20px, 7.8125vw);
  margin-bottom: max(30px, 7.8125vw);
}

.page-title-img {
  margin-top: max(0, 52 / var(--value-pc) * 100vw);
}
.page-title-img img {
  width: 100%;
}

/* page-intro */
.page-intro {
  font-weight: bold;
  max-width: 71.25rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: calc(1024em / 16)) {
  .page-intro {
    font-size: 1.25rem;
  }
}
.page-intro .text {
  max-width: 60rem;
}

/* pagetop */
#pagetop {
  --size: 52px;
  width: var(--size);
  height: var(--size);
  border-radius: 5px;
  background: var(--color-corporate-02);
  position: fixed;
  display: grid;
  place-items: center;
  z-index: 10;
  right: 15px;
  bottom: 15px;
  opacity: 0;
  transition-property: opacity, visibility;
  transition-duration: var(--duration--m);
  visibility: hidden;
}
@media (min-width: calc(640em / 16)) {
  #pagetop {
    --size: 65px;
    right: 25px;
    bottom: 25px;
  }
}
#pagetop i::before {
  --bg-color: #fff;
}

.is-scroll #pagetop {
  opacity: 1;
  visibility: visible;
}

#top-banner {
  position: fixed;
  z-index: 10;
  right: 15px;
  bottom: 15px;
  visibility: hidden;
  max-width: 60%;
  transition-property: opacity, visibility;
  transition-duration: var(--duration--m);
}
#top-banner img {
  transition-property: opacity;
  transition-duration: var(--duration--m);
  opacity: 0;
}
@media (min-width: calc(640em / 16)) {
  #top-banner {
    right: 20px;
    bottom: 20px;
  }
}

.is-scroll #top-banner {
  opacity: 1;
  visibility: visible;
}
.is-scroll #top-banner img {
  opacity: 1;
}

/*
--------------------------------
component
使いまわせるやつ
--------------------------------
*/
/* c-icon */
/* ============================================ */
.icon,
.icon-round-square {
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.icon::before,
.icon-round-square::before {
  content: "";
  background: no-repeat center/contain;
  background-color: var(--bg-color);
  transition-property: background-color, color;
  transition-duration: var(--duration--s);
  --bg-color: var(--color-base);
}
.icon.--chevron-right::before,
.icon-round-square.--chevron-right::before {
  width: 9px;
  height: 10px;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="15" viewBox="0 0 13 15" fill="none"><path d="M0.200195 0.499878V4.02088L6.4596 7.49848L0.200195 10.9775V14.4999L12.8002 7.49848L0.200195 0.499878Z" fill="%23000"/></svg>')
    center/contain no-repeat;
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="15" viewBox="0 0 13 15" fill="none"><path d="M0.200195 0.499878V4.02088L6.4596 7.49848L0.200195 10.9775V14.4999L12.8002 7.49848L0.200195 0.499878Z" fill="%23000"/></svg>')
    center/contain no-repeat;
}
.icon.--chevron-right.--l::before,
.icon-round-square.--chevron-right.--l::before {
  width: 13px;
  height: 14px;
}
.icon.--chevron-left::before,
.icon-round-square.--chevron-left::before {
  width: 9px;
  height: 10px;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="15" viewBox="0 0 13 15" fill="none"><path d="M0.200195 0.499878V4.02088L6.4596 7.49848L0.200195 10.9775V14.4999L12.8002 7.49848L0.200195 0.499878Z" fill="%23000"/></svg>')
    center/contain no-repeat;
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="15" viewBox="0 0 13 15" fill="none"><path d="M0.200195 0.499878V4.02088L6.4596 7.49848L0.200195 10.9775V14.4999L12.8002 7.49848L0.200195 0.499878Z" fill="%23000"/></svg>')
    center/contain no-repeat;
  scale: -1 1;
}
.icon.--chevron-left.--l::before,
.icon-round-square.--chevron-left.--l::before {
  width: 13px;
  height: 14px;
}
.icon.--chevron-up::before,
.icon-round-square.--chevron-up::before {
  width: 15px;
  height: 9px;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="9.001" viewBox="0 0 15 9.001"><path d="M7.5,0,0,9h3.75L7.5,4.5,11.25,9H15Z" transform="translate(0 0)" fill="%23fff"/></svg>')
    center/contain no-repeat;
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="9.001" viewBox="0 0 15 9.001"><path d="M7.5,0,0,9h3.75L7.5,4.5,11.25,9H15Z" transform="translate(0 0)" fill="%23fff"/></svg>')
    center/contain no-repeat;
}
.icon.--chevron-down::before,
.icon-round-square.--chevron-down::before {
  width: 15px;
  height: 9px;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="9.001" viewBox="0 0 15 9.001"><path d="M7.5,0,0,9h3.75L7.5,4.5,11.25,9H15Z" transform="translate(0 0)" fill="%23fff"/></svg>')
    center/contain no-repeat;
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="9.001" viewBox="0 0 15 9.001"><path d="M7.5,0,0,9h3.75L7.5,4.5,11.25,9H15Z" transform="translate(0 0)" fill="%23fff"/></svg>')
    center/contain no-repeat;
  scale: 1 -1;
}
.icon.--diagonal-right::before,
.icon-round-square.--diagonal-right::before {
  width: 9px;
  height: 9px;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="9" height="9" viewBox="0 0 9 9" fill="none"><path d="M0 0V1.913H5.734L0 7.647L1.353 9L7.087 3.266V9H9V0H0Z" fill="%23111"/></svg>')
    center/contain no-repeat;
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="9" height="9" viewBox="0 0 9 9" fill="none"><path d="M0 0V1.913H5.734L0 7.647L1.353 9L7.087 3.266V9H9V0H0Z" fill="%23111"/></svg>')
    center/contain no-repeat;
}
.icon.--diagonal-right.--l::before,
.icon-round-square.--diagonal-right.--l::before {
  width: 13px;
  height: 13px;
}
.icon.--pdf::before,
.icon-round-square.--pdf::before {
  width: 24px;
  height: 30px;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="28" height="34" viewBox="0 0 28 34" fill="none"><path d="M17 2.40419V8.6C17 9.44007 17 9.86012 17.1635 10.181C17.3074 10.4632 17.5367 10.6927 17.819 10.8365C18.1399 11 18.5598 11 19.4 11H25.5957M26 13.9823V24.8C26 27.3203 26 28.5803 25.5095 29.543C25.0781 30.3898 24.3898 31.0781 23.543 31.5095C22.5803 32 21.3203 32 18.8 32H9.2C6.67976 32 5.41964 32 4.45704 31.5095C3.61031 31.0781 2.9219 30.3898 2.49047 29.543C2 28.5803 2 27.3203 2 24.8V9.2C2 6.67976 2 5.41964 2.49047 4.45705C2.9219 3.61031 3.61031 2.9219 4.45704 2.49047C5.41964 2 6.67976 2 9.2 2H14.0177C15.1182 2 15.6686 2 16.1866 2.12434C16.6457 2.23457 17.0846 2.41639 17.4874 2.66312C17.9414 2.9414 18.3305 3.33054 19.1089 4.10884L23.8912 8.89116C24.6695 9.66945 25.0586 10.0586 25.3368 10.5127C25.5836 10.9153 25.7654 11.3543 25.8757 11.8134C26 12.3314 26 12.8817 26 13.9823Z" stroke="white" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M8.74731 20.4372C10.2433 20.4372 11.2443 19.5572 11.2443 17.8742C11.2443 16.1802 10.2323 15.4102 8.74731 15.4102H6.19531V23.0002H8.02131V20.4372H8.74731ZM8.02131 18.9192V16.9282H8.39531C9.15431 16.9282 9.41831 17.2582 9.41831 17.8742C9.41831 18.6332 9.15431 18.9192 8.39531 18.9192H8.02131ZM14.4123 23.0002C15.8863 23.0002 17.0303 22.1312 17.0303 19.7552V18.6552C17.0303 16.2572 15.8863 15.4102 14.4123 15.4102H11.8933V23.0002H14.4123ZM14.4123 21.4822H13.7193V16.9282H14.4123C15.1713 16.9282 15.2043 17.6322 15.2043 18.6552V19.7552C15.2043 20.7782 15.1713 21.4822 14.4123 21.4822ZM18.0203 15.4102V23.0002H19.8463V20.0082H21.8923V18.4902H19.8463V16.9282H22.1783V15.4102H18.0203Z" fill="%23fff"/></svg>')
    center/contain no-repeat;
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="28" height="34" viewBox="0 0 28 34" fill="none"><path d="M17 2.40419V8.6C17 9.44007 17 9.86012 17.1635 10.181C17.3074 10.4632 17.5367 10.6927 17.819 10.8365C18.1399 11 18.5598 11 19.4 11H25.5957M26 13.9823V24.8C26 27.3203 26 28.5803 25.5095 29.543C25.0781 30.3898 24.3898 31.0781 23.543 31.5095C22.5803 32 21.3203 32 18.8 32H9.2C6.67976 32 5.41964 32 4.45704 31.5095C3.61031 31.0781 2.9219 30.3898 2.49047 29.543C2 28.5803 2 27.3203 2 24.8V9.2C2 6.67976 2 5.41964 2.49047 4.45705C2.9219 3.61031 3.61031 2.9219 4.45704 2.49047C5.41964 2 6.67976 2 9.2 2H14.0177C15.1182 2 15.6686 2 16.1866 2.12434C16.6457 2.23457 17.0846 2.41639 17.4874 2.66312C17.9414 2.9414 18.3305 3.33054 19.1089 4.10884L23.8912 8.89116C24.6695 9.66945 25.0586 10.0586 25.3368 10.5127C25.5836 10.9153 25.7654 11.3543 25.8757 11.8134C26 12.3314 26 12.8817 26 13.9823Z" stroke="white" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M8.74731 20.4372C10.2433 20.4372 11.2443 19.5572 11.2443 17.8742C11.2443 16.1802 10.2323 15.4102 8.74731 15.4102H6.19531V23.0002H8.02131V20.4372H8.74731ZM8.02131 18.9192V16.9282H8.39531C9.15431 16.9282 9.41831 17.2582 9.41831 17.8742C9.41831 18.6332 9.15431 18.9192 8.39531 18.9192H8.02131ZM14.4123 23.0002C15.8863 23.0002 17.0303 22.1312 17.0303 19.7552V18.6552C17.0303 16.2572 15.8863 15.4102 14.4123 15.4102H11.8933V23.0002H14.4123ZM14.4123 21.4822H13.7193V16.9282H14.4123C15.1713 16.9282 15.2043 17.6322 15.2043 18.6552V19.7552C15.2043 20.7782 15.1713 21.4822 14.4123 21.4822ZM18.0203 15.4102V23.0002H19.8463V20.0082H21.8923V18.4902H19.8463V16.9282H22.1783V15.4102H18.0203Z" fill="%23fff"/></svg>')
    center/contain no-repeat;
}
.icon.--download::before,
.icon-round-square.--download::before {
  width: 12px;
  height: 13px;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="14" viewBox="0 0 12 14" fill="none"><path d="M0 11.9993H12V13.3327H0V11.9993ZM6.66667 8.11375L10.7141 4.06635L11.6569 5.00916L6 10.666L0.343147 5.00916L1.28595 4.06635L5.33333 8.11375V0.666016H6.66667V8.11375Z" fill="%23fff"/></svg>')
    center/contain no-repeat;
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="14" viewBox="0 0 12 14" fill="none"><path d="M0 11.9993H12V13.3327H0V11.9993ZM6.66667 8.11375L10.7141 4.06635L11.6569 5.00916L6 10.666L0.343147 5.00916L1.28595 4.06635L5.33333 8.11375V0.666016H6.66667V8.11375Z" fill="%23fff"/></svg>')
    center/contain no-repeat;
}

.icon-round-square {
  --size: 41px;
  width: var(--size);
  height: var(--size);
  border-radius: 5px;
  background: #111;
}
.icon-round-square::before {
  --bg-color: #fff;
}
.icon-round-square.--white {
  background: #fff;
}
.icon-round-square.--white::before {
  --bg-color: #111;
}
.icon-round-square.--l {
  --size: 65px;
}

.--white .icon-round-square {
  background: #fff;
}
.--white .icon-round-square::before {
  --bg-color: #111;
}

.color-corporate-01 .icon-round-square {
  background-color: var(--color-corporate-01);
}
.color-corporate-01 .icon-round-square.--white {
  background: #fff;
}
.color-corporate-01 .icon-round-square.--white::before {
  --bg-color: var(--color-corporate-01);
}

.color-corporate-02 .icon-round-square {
  background-color: var(--color-corporate-02);
}
.color-corporate-02 .icon-round-square.--white {
  background: #fff;
}
.color-corporate-02 .icon-round-square.--white::before {
  --bg-color: var(--color-corporate-02);
}

/* c-button */
/* ============================================ */
.button-download,
.button-square {
  display: grid;
  grid-template-columns: 89fr 433fr 88fr;
  max-width: 610px;
  border-radius: 5px;
  background: var(--color-base);
  color: #fff;
  align-items: center;
  min-height: 70px;
  padding: 5px;
  font-weight: bold;
}
@media (min-width: calc(640em / 16)) {
  .button-download,
  .button-square {
    min-height: 90px;
  }
}
.button-download i::before,
.button-square i::before {
  --bg-color: #fff;
}

.button-square {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: space-between;
  max-width: 610px;
  border-radius: 5px;
  background: var(--color-base);
  color: #fff;
  align-items: center;
  min-height: 70px;
  padding: 5px min(4.6875vw, 30px) 5px min(6.25vw, 40px);
  font-weight: bold;
  cursor: pointer;
}
@media (min-width: calc(640em / 16)) {
  .button-square {
    min-height: 90px;
  }
}
.button-square i::before {
  --bg-color: #fff;
}
.button-square.--comingsoon {
  background: #dfe1e6;
  pointer-events: none;
}
.button-square.--comingsoon:hover {
  opacity: 1;
}

.buttons {
  display: grid;
  gap: 20px;
  justify-items: center;
}
@media (min-width: calc(1024em / 16)) {
  .buttons {
    grid-template-columns: repeat(2, 1fr);
  }
}
.buttons .button-square {
  width: 100%;
}
@media not all and (min-width: calc(1024em / 16)) {
  .buttons .button-square {
    max-width: none;
  }
}

/* c-link */
/* ============================================ */
.link-row {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: clamp(1.375rem, 0.75rem + 3.13vw, 2rem);
  /* val：22px-32px | view：320px-640px */
  gap: min(25px, 3.90625vw);
  line-height: 1.2;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
}

.link-underline {
  color: var(--color-corporate-02);
  text-decoration: underline;
  text-underline-offset: 0.2em;
  text-decoration-thickness: 1px;
  line-height: 1.2;
  font-weight: 500;
}

.underline {
  text-decoration: underline;
  text-underline-offset: 0.1em;
  text-decoration-thickness: 1px;
}

/* c-banner */
/* ============================================ */
.banner-link {
  background: #000;
  border-radius: 5px;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 25px;
  font-family: var(--font-en);
  font-weight: 900;
  font-size: clamp(1.25rem, 0.625rem + 3.13vw, 1.875rem);
  /* val：20px-30px | view：320px-640px */
  max-width: 400px;
}
.banner-link i {
  margin-left: auto;
  margin-right: 0;
}

.banners {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 560px), 1fr));
  gap: 30px 40px;
  justify-content: center;
  justify-items: center;
  align-items: center;
  max-width: 101.25rem;
  margin-left: auto;
  margin-right: auto;
}

.banner-square {
  background: var(--color-corporate-01);
  border-radius: 5px;
  padding: clamp(10px, 3.90625vw, 25px);
  display: grid;
  gap: min(33px, 4.296875vw);
  width: 100%;
  color: #fff;
  max-width: 790px;
  grid-template-columns: minmax(0, 192px) auto;
}
.banner-square .img img {
  border-radius: 5px;
  width: 100%;
}
.banner-square .link-row {
  display: grid;
  flex: 1;
  grid-template-columns: 440fr 80fr;
  font-size: clamp(0.875rem, 0.518rem + 1.79vw, 1.375rem);
  /* val：14px-22px | view：320px-768px */
}
.banner-square .icon-round-square {
  background: #fff;
}
.banner-square i::before {
  --bg-color: var(--color-corporate-01);
}
.banner-square.--blue {
  background: var(--color-corporate-02);
}
.banner-square.--blue i::before {
  --bg-color: var(--color-corporate-02);
}

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

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

.summary_inner {
  cursor: pointer;
  display: grid;
  grid-template-columns: max-content 1fr;
  padding: 24px 0;
  transition-property: color, opacity;
  transition-duration: var(--duration--s);
  align-items: center;
}
.summary_inner:hover {
  opacity: 1;
  color: var(--text, #9598a2);
}
.summary_inner .icon {
  display: grid;
  place-items: center;
  position: relative;
  margin-left: 0.97em;
  justify-self: end;
  --bg-color: var(--text, #666);
  background-color: var(--bg-color);
  --size: 0.84em;
  width: var(--size);
  height: var(--size);
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16.2" height="9.6"><path fill="none" stroke="%23666" stroke-linecap="round" stroke-linejoin="round" stroke-width="3" d="m2 2 6 6 6-6"/></svg>')
    center/contain no-repeat;
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16.2" height="9.6"><path fill="none" stroke="%23666" stroke-linecap="round" stroke-linejoin="round" stroke-width="3" d="m2 2 6 6 6-6"/></svg>')
    center/contain no-repeat;
  flex-shrink: 0;
  transform-origin: center;
  transition: transform var(--duration--s);
}

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

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

/* c-accordion-list */
/* ============================================ */
.accordion-list {
  border-top: 1px solid #d4dbe2;
  counter-reset: item;
}

.accordion-item {
  border-bottom: 1px solid #d4dbe2;
}
.accordion-item .summary_inner {
  background: #f1f3f5;
  font-size: 1.2375rem;
  padding: 18px 20px;
  gap: 15px;
  --text: #fff;
  position: relative;
}
@media (min-width: calc(640em / 16)) {
  .accordion-item .summary_inner {
    font-size: 1.375rem;
    gap: 20px;
  }
}
.accordion-item .summary_inner::before {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  background: var(--color-corporate-gradation-01);
  opacity: 0;
  transition-property: opacity;
  transition-duration: var(--duration--s);
}
.accordion-item .summary_inner:hover {
  color: var(--color-corporate-01);
}
.accordion-item .summary_inner:hover::before {
  opacity: 1;
}
.accordion-item .summary_inner:hover .icon {
  background: #fff;
}
.accordion-item .summary_inner:hover .icon::before,
.accordion-item .summary_inner:hover .icon::after {
  background-color: var(--color-corporate-02);
}
.accordion-item .summary_inner .icon {
  margin-left: 0;
  --size: 32px;
  width: var(--size);
  height: var(--size);
  display: grid;
  background: var(--color-corporate-01);
  -webkit-mask: none;
  mask: none;
  border-radius: 5px;
  transition-property: background-color;
  transition-duration: var(--duration--s);
}
@media (min-width: calc(640em / 16)) {
  .accordion-item .summary_inner .icon {
    --size: 40px;
  }
}
.accordion-item .summary_inner .icon::before,
.accordion-item .summary_inner .icon::after {
  content: "";
  background: #fff;
  display: inline-block;
  grid-area: 1/1;
  transition-property: background-color, transform;
  transition-duration: var(--duration--s);
}
.accordion-item .summary_inner .icon::before {
  width: 16px;
  height: 2px;
}
.accordion-item .summary_inner .icon::after {
  height: 16px;
  width: 2px;
}
.accordion-item .content_inner {
  padding-bottom: 45px;
}
@media (min-width: calc(640em / 16)) {
  .accordion-item .content_inner {
    padding-bottom: 60px;
  }
}
.accordion-item details.is-opened .summary_inner {
  background: var(--color-corporate-01);
  color: #fff;
}
.accordion-item details.is-opened .summary_inner .icon {
  transform: rotate(0deg);
  background-color: #fff;
}
.accordion-item details.is-opened .summary_inner .icon::before,
.accordion-item details.is-opened .summary_inner .icon::after {
  background-color: var(--color-corporate-01);
}
.accordion-item details.is-opened .summary_inner .icon::after {
  transform: rotate(90deg);
}
.accordion-item details.is-opened .summary_inner:hover .icon::before,
.accordion-item details.is-opened .summary_inner:hover .icon::after {
  background-color: var(--color-corporate-02);
}

.accordion-list.--faq .summary_inner {
  grid-template-columns: max-content max-content 1fr;
  padding-right: 25px;
}
.accordion-list.--faq .summary_inner:hover .num::before {
  color: #fff;
}
.accordion-list.--faq .num::before {
  position: relative;
  counter-increment: item;
  content: "Q" counter(item) ".";
  font-family: var(--font-en);
  font-size: 1.125rem;
  font-weight: bold;
}
@media (min-width: calc(640em / 16)) {
  .accordion-list.--faq .num::before {
    font-size: 1.25rem;
  }
}

/* c-title */
/* ============================================ */
/* title-section */
.title-section {
  display: flex;
  align-items: center;
  font-weight: 900;
  font-size: clamp(1.875rem, 1.364rem + 2.56vw, 3rem);
  /* val：30px-48px | view：320px-1024px */
  line-height: 1.2;
  gap: 5px 28px;
  flex-flow: wrap;
  position: relative;
  padding-top: 25px;
}
@media (min-width: calc(640em / 16)) {
  .title-section {
    padding-top: 40px;
  }
}
.title-section::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 5px;
  top: 0;
  left: 0;
  background: var(--color-corporate-01);
}
.title-section .tag {
  /* font-size: calc(14rem/16); */
  font-size: clamp(1.125rem, 0.557rem + 2.84vw, 2.375rem);
  /* val：18px-38px | view：320px-1024px */
  padding: 0.2em 0.3em;
  font-weight: 600;
  background: var(--color-base);
  color: #fff;
  /* padding: 5px 14px;
  min-height: 35px; */
  border-radius: 3px;
  display: grid;
  align-items: center;
}
.title-section + * {
  margin-top: 30px;
}
@media (min-width: calc(640em / 16)) {
  .title-section + * {
    margin-top: 47px;
  }
}

/* title-underline */
.title-underline {
  font-size: clamp(1.5rem, 1.159rem + 1.7vw, 2.25rem);
  /* val：24px-36px | view：320px-1024px */
  font-weight: 900;
  padding-bottom: 33px;
  background-image: linear-gradient(
    to right,
    var(--color-base) 60px,
    #dfe2e8 60px
  );
  background-size: 100% 1px;
  background-repeat: no-repeat;
  background-position: bottom left;
}
.title-underline + * {
  margin-top: 35px;
}
@media (min-width: calc(640em / 16)) {
  .title-underline + * {
    margin-top: 60px;
  }
}

/* title-underline-bulleted */
.title-underline-bulleted {
  color: var(--color-corporate-01);
  font-size: 0.875rem;
  font-weight: 900;
  padding-left: 20px;
  text-indent: -20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #dfe2e8;
}
.title-underline-bulleted::before {
  content: "";
  display: inline-block;
  --size: 10px;
  width: var(--size);
  height: var(--size);
  background: var(--color-corporate-01);
  border-radius: 50%;
  margin-right: 10px;
}
.title-underline-bulleted + * {
  margin-top: 30px;
}

/* title-additional-info */
.title-additional-info {
  color: var(--color-corporate-02);
  font-weight: bold;
  font-size: 0.9375rem;
  display: flex;
  flex-flow: column;
  gap: 10px;
  line-height: 1.2;
}
.title-additional-info .name {
  font-size: 2.75rem;
}
.title-additional-info + * {
  margin-top: 40px;
}

/* title-text */
.title-text {
  font-weight: 900;
  font-size: clamp(2rem, 1.716rem + 1.42vw, 2.625rem);
  /* val：32px-42px | view：320px-1024px */
}
.title-text + * {
  margin-top: 55px;
}

.subtitle {
  color: var(--color-corporate-01);
  font-size: 0.875rem;
  font-family: var(--font-en);
  font-weight: 900;
}

/* title-deco */
.title-deco {
  font-size: clamp(2rem, 1.205rem + 3.98vw, 3.75rem);
  /* val：32px-60px | view：320px-1024px */
  font-weight: 900;
  /* background-image:
    linear-gradient(to right, var(--color-base)),
    linear-gradient(to right, var(--color-base)),
    linear-gradient(to right, var(--color-base)),
    linear-gradient(to right, var(--color-base));
  background-size: 4px 4px;
  background-repeat: no-repeat;
  background-position: top left, top right, bottom left, bottom right;
  padding: 0 10px; */
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.1;
}
.title-deco.--white {
  /* background-image:
    linear-gradient(to right, #fff),
    linear-gradient(to right, #fff),
    linear-gradient(to right, #fff),
    linear-gradient(to right, #fff); */
}

/* c-box */
/* ============================================ */
.box-additional-info {
  padding: max(25px, 80 / var(--value-pc) * 100vw)
    max(15px, 80 / var(--value-pc) * 100vw);
  background: #f2f6fc;
  border-radius: 5px;
}

.box-gray {
  position: relative;
  background: #f8f8f9;
  z-index: 0;
  padding-top: clamp(4.375rem, 3.324rem + 5.26vw, 6.688rem);
  /* val：70px-107px | view：320px-1024px */
  padding-bottom: clamp(5rem, 4.432rem + 2.84vw, 6.25rem);
  /* val：80px-100px | view：320px-1024px */
}
.box-gray::before,
.box-gray::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  left: calc(50% - 50vw);
  background: #f8f8f9;
}
.box-gray::after {
  left: 0;
  right: calc(50% - 50vw);
}

.box-border {
  border: 1px solid #c1c6ce;
  border-radius: 5px;
  padding: 23px 30px;
}

/* box-border-line */
.box-border-line {
  border: 1px solid #c1c6ce;
  border-radius: 5px;
  padding: clamp(25px, 45 / var(--value-pc) * 100vw, 45px)
    clamp(25px, 36 / var(--value-pc) * 100vw, 36px);
  min-height: 180px;
  position: relative;
  display: grid;
  gap: 30px 0;
  align-items: center;
}
@media (min-width: calc(1440em / 16)) {
  .box-border-line {
    grid-template-columns: auto minmax(max-content, 1fr);
  }
}
.box-border-line::before {
  content: "";
  width: 2px;
  height: 85px;
  background: var(--color-corporate-01);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.box-border-line .left {
  border-bottom: 1px solid #dfe2e8;
  padding-bottom: 30px;
}
@media (min-width: calc(1440em / 16)) {
  .box-border-line .left {
    border: none;
    border-right: 1px solid #dfe2e8;
    padding: 0;
    padding-right: min(50px, 50 / var(--value-pc) * 100vw);
    margin-right: min(60px, 60 / var(--value-pc) * 100vw);
  }
}
.box-border-line .right {
  display: flex;
  flex-flow: wrap;
  gap: 20px min(56 / var(--value-pc) * 100vw, 56px);
}

/* c-border */
/* ============================================ */
.border-t {
  border-top: 1px solid #dfe2e8;
  padding-top: 60px;
}

/* c-row-section */
/* ============================================ */
.row-section {
  display: grid;
  gap: 20px min(80px, 80 / var(--value-pc) * 100vw);
  font-weight: bold;
  padding-bottom: 40px;
  border-bottom: 1px solid #dfe2e8;
}
.row-section + * {
  margin-top: 40px;
}
@media (min-width: calc(640em / 16)) {
  .row-section {
    grid-template-columns: 66fr 48fr;
  }
}
.row-section .img img {
  width: 100%;
}
.row-section.--border-none {
  padding-bottom: 0;
  border-bottom: none;
}

/* c-color */
/* ============================================ */
.color-gray {
  color: #aaa;
}

.color-corporate-01 {
  color: var(--color-corporate-01);
}

.color-corporate-02 {
  color: var(--color-corporate-02);
}

/* c-tel */
/* ============================================ */
.tel-number {
  font-size: clamp(1.375rem, 1.25rem + 0.63vw, 2rem);
  /* val：22px-32px | view：320px-1920px */
  font-weight: 900;
  font-family: var(--font-en);
}

/* c-text */
/* ============================================ */
.vertical {
  display: flex;
  flex-flow: row-reverse;
  align-items: start;
}
.vertical span {
  white-space: pre;
  writing-mode: vertical-rl;
  display: inline-block;
}

/* c-list */
/* ============================================ */
/* list-item-bulleted */
.list-item-bulleted {
  display: flex;
}
.list-item-bulleted::before {
  content: "・";
  display: inline-block;
  margin-right: 0.2em;
}

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

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

/* list-item-category */
.list-item-category a {
  display: block;
  padding: 10px 0;
  font-weight: bold;
  font-size: 0.875rem;
}
.list-item-category a.is-current {
  color: var(--color-corporate-01);
}

/* list-item-toc */
.list-item-toc a {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 5px 0;
  font-weight: bold;
  font-size: 0.875rem;
}
@media (min-width: calc(768em / 16)) {
  .list-item-toc a {
    padding: 10px 0;
  }
}
.list-item-toc a::before {
  content: "";
  display: block;
  width: 8px;
  height: 2px;
  background: #c1c6ce;
}
@media (min-width: calc(768em / 16)) {
  .list-item-toc a.is-current::before {
    background: var(--color-corporate-01);
  }
}

/* numbered-list */
.numbered-list {
  counter-reset: item;
}

.numbered-item {
  counter-increment: item;
}
.numbered-item + .numbered-item {
  margin-top: 12px;
}

.numbered-title {
  display: flex;
}
.numbered-title::before {
  content: counter(item) ".";
  flex-shrink: 0;
  width: 2.5em;
}

.numbered-list.--privacypolicy .numbered-title::before {
  width: auto;
}
.numbered-list.--privacypolicy .numbered-title + * {
  margin-top: 33px;
}
.numbered-list.--privacypolicy .numbered-item + .numbered-item {
  margin-top: 63px;
}

.numbered-list.--note .numbered-item + .numbered-item {
  margin-top: 0;
}
.numbered-list.--note .numbered-title::before {
  content: "※" counter(item);
}

/* feature-list */
.feature-list {
  display: grid;
  gap: 50px min(110px, 110 / var(--value-pc) * 100vw);
  counter-reset: item;
  overflow: hidden;
}
@media (min-width: 37.5em) {
  .feature-list {
    grid-template-columns: repeat(
      auto-fit,
      minmax(min(45%, max(20%, 250px)), 1fr)
    );
  }
}
.feature-list.--column {
  display: block;
}

.feature-list.--column .feature-item {
  flex-flow: row;
  padding-bottom: 40px;
  border-bottom: 1px solid #dfe2e8;
  display: grid;
  gap: 30px min(100px, 100 / var(--value-s) * 100vw);
}
@media (min-width: calc(768em / 16)) {
  .feature-list.--column .feature-item {
    grid-template-columns: 66fr 48fr;
  }
}
.feature-list.--column .feature-item::before,
.feature-list.--column .feature-item::after {
  content: none;
}
.feature-list.--column .feature-item .inner::before {
  content: "Feature " counter(item, decimal-leading-zero);
  color: var(--color-corporate-01);
  font-size: 0.875rem;
  font-family: var(--font-en);
  font-weight: 900;
  margin-right: 5px;
}
.feature-list.--column .feature-item .img {
  margin-top: 0;
}
.feature-list.--column .feature-item .img img {
  width: 100%;
}
.feature-list.--column .feature-item + .feature-item {
  margin-top: 40px;
}

.feature-list.--point .feature-item::before {
  content: "Point " counter(item, decimal-leading-zero);
}

.feature-item {
  counter-increment: item;
  position: relative;
  display: flex;
  flex-flow: column;
}
.feature-item::before {
  content: "Feature " counter(item, decimal-leading-zero);
  color: var(--color-corporate-01);
  font-size: 0.875rem;
  font-family: var(--font-en);
  font-weight: 900;
  margin-right: 5px;
}
.feature-item::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  background: #dfe2e8;
  inset: 0;
  right: max(-54px, 54 / var(--value-pc) * 100vw * -1);
  left: auto;
}
@media not all and (min-width: 37.5em) {
  .feature-item::after {
    width: 100%;
    height: 1px;
    inset: 0;
    top: auto;
    bottom: -24px;
  }
}
.feature-item .tag {
  font-size: 0.75rem;
  border-radius: 100vw;
  background: var(--color-base);
  color: #fff;
  padding: 0.1em 0.5em;
  line-height: 1;
  font-family: var(--font-en);
  font-weight: 600;
  position: absolute;
  left: 8em;
  top: 0.25em;
}
.feature-item .title {
  font-size: 1.125rem;
  font-weight: 900;
  margin-top: 15px;
}
@media (min-width: calc(640em / 16)) {
  .feature-item .title {
    font-size: 1.375rem;
  }
}
.feature-item .title span {
  letter-spacing: 0;
}
.feature-item .content {
  margin-top: 15px;
  font-weight: 700;
}
.feature-item .img {
  padding-top: 15px;
  margin-top: auto;
  text-align: center;
}
.feature-item .img img {
  width: 100%;
}

/* flow-list */
.flow-list {
  counter-reset: item;
}

.flow-item {
  counter-increment: item;
  display: grid;
  align-items: center;
  padding-bottom: 45px;
  border-bottom: 1px solid #dfe2e8;
  gap: 20px calc(98 / var(--value-pc) * 100vw);
}
@media (min-width: calc(1024em / 16)) {
  .flow-item {
    grid-template-columns: 240px 1fr;
  }
}
.flow-item + .flow-item {
  margin-top: 40px;
}
.flow-item .content {
  font-weight: bold;
}

.flow-title {
  font-size: 1.375rem;
  font-weight: 900;
  display: flex;
  align-items: center;
  gap: 20px;
}
.flow-title::before {
  content: counter(item, decimal-leading-zero);
  color: #fff;
  background: #9fa2a8;
  font-size: 0.875rem;
  font-family: var(--font-en);
  font-weight: 900;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  width: 50px;
  min-height: 30px;
  border-radius: 3px;
}
.flow-title.--active::before {
  background: var(--color-corporate-01);
}

/* .related-list */
.related-list {
  display: grid;
  grid-template-columns: repeat(
    auto-fill,
    minmax(min(100%, max(25%, 300px)), 1fr)
  );
  gap: 30px min(44px, 44 / var(--value-s) * 100vw);
}

.related-item .img {
  margin-bottom: clamp(15px, 25 / var(--value-s) * 100vw, 25px);
}
.related-item .img img {
  border-radius: 5px;
  width: 100%;
}
.related-item .link-row {
  font-size: 1.25rem;
  gap: min(19px, 2.96875vw);
}
@media (min-width: calc(640em / 16)) {
  .related-item .link-row {
    font-size: 1.375rem;
  }
}

/* square-list */
.square-list {
  display: grid;
  grid-template-columns: repeat(
    auto-fit,
    minmax(min(100%, max(25%, 360px)), 1fr)
  );
  overflow: hidden;
}

.square-list-item {
  position: relative;
  background-image: linear-gradient(
      to right,
      #000 5px,
      #dfe2e8 5px,
      #dfe2e8 calc(100% - 5px),
      #000 calc(100% - 5px)
    ),
    linear-gradient(
      to right,
      #000 5px,
      #dfe2e8 5px,
      #dfe2e8 calc(100% - 5px),
      #000 calc(100% - 5px)
    );
  background-position: bottom left, top left;
  background-size: 100% 1px, 100% 1px;
  background-repeat: no-repeat;
}
.square-list-item::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  inset: 0;
  left: auto;
  right: -1px;
  display: block;
  background-image: linear-gradient(
    to bottom,
    #000 5px,
    #dfe2e8 5px,
    #dfe2e8 calc(100% - 5px),
    #000 calc(100% - 5px)
  );
  background-position: top right;
  background-size: 1px 100%;
  background-repeat: no-repeat;
  z-index: 1;
}
.square-list-item .content {
  padding: 35px clamp(0.938rem, -0.341rem + 6.39vw, 3.75rem) 30px;
  /* val：15px-60px | view：320px-1024px */
  flex: 1;
}
@media (min-width: calc(640em / 16)) {
  .square-list-item .content {
    padding: 55px 12.5% 50px;
  }
}
.square-list-item .text {
  font-size: 0.9375rem;
  font-weight: bold;
  margin-top: 15px;
}
@media (min-width: calc(640em / 16)) {
  .square-list-item .text {
    margin-top: 22px;
  }
}
.square-list-item .img {
  width: 100%;
}
.square-list-item .img img {
  width: 100%;
}
.square-list-item.--end {
  display: flex;
  flex-flow: column;
  justify-content: end;
  height: 100%;
  background-image: linear-gradient(
    to right,
    #000 5px,
    #dfe2e8 5px,
    #dfe2e8 calc(100% - 5px),
    #000 calc(100% - 5px)
  );
  background-position: top left;
  background-size: 100% 1px;
}
.square-list-item.--end::before {
  content: none;
}
.square-list-item.--end .content {
  flex: none;
}

.square-list-item__link {
  display: flex;
  flex-flow: column;
  align-items: center;
  height: 100%;
}

.square-list.--row {
  grid-template-columns: repeat(
    auto-fit,
    minmax(min(100%, max(50%, 400px)), 1fr)
  );
}
.square-list.--row .square-list-item__link {
  display: grid;
  grid-template-columns: minmax(min(30%, 154px), auto) minmax(
      min(61%, 410px),
      1fr
    );
  padding: clamp(0.938rem, 0.491rem + 2.23vw, 1.563rem);
  /* val：15px-25px | view：320px-768px */
}
.square-list.--row .content {
  padding: 0 6.25% 0 5.2083333333%;
}
.square-list.--row .link-row {
  font-size: clamp(1.125rem, 0.898rem + 1.14vw, 1.625rem);
  /* val：18px-26px | view：320px-1024px */
}

/* c-wp-pagenavi */
/* ============================================ */
.wp-pagenavi {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 100px 0 0;
  padding: 0 50px;
  position: relative;
  font-size: 1.25rem;
  font-weight: bold;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  font-size: clamp(0.875rem, 0.8rem + 0.38vw, 1.25rem);
  /* val：14px-20px | view：320px-1920px */
}
@media not all and (min-width: calc(768em / 16)) {
  .wp-pagenavi .previouspostslink .text,
  .wp-pagenavi .nextpostslink .text {
    display: none;
  }
}
.wp-pagenavi .previouspostslink {
  position: absolute;
  left: 0;
}
.wp-pagenavi .nextpostslink {
  position: absolute;
  right: 0;
}
.wp-pagenavi .page,
.wp-pagenavi .current,
.wp-pagenavi .extend {
  --size: 40px;
  width: var(--size);
  height: var(--size);
  display: grid;
  place-items: center;
  font-family: var(--font-be-vietnam);
  font-weight: bold;
}
@media (min-width: calc(768em / 16)) {
  .wp-pagenavi .page,
  .wp-pagenavi .current,
  .wp-pagenavi .extend {
    --size: min(60px, calc(60 / var(--value-s) * 100vw));
  }
}
.wp-pagenavi .current {
  color: var(--color-corporate-01);
}

/* c-table */
/* ============================================ */
.table-base {
  border: 1px solid #dfe2e8;
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  font-size: 0.9375rem;
}
@media not all and (min-width: calc(640em / 16)) {
  .table-base.--sp-block .th,
  .table-base.--sp-block .td {
    display: block;
    border-right: none;
  }
  .table-base.--sp-block .th.hidden,
  .table-base.--sp-block .td.hidden {
    display: none;
  }
}
@media (min-width: calc(640em / 16)) {
  .table-base.--sp-block .th {
    white-space: nowrap;
  }
}
@media not all and (min-width: calc(1240em / 16)) {
  .table-base.--pc-block .th,
  .table-base.--pc-block .td {
    display: block;
    border-right: none;
  }
  .table-base.--pc-block .th.hidden,
  .table-base.--pc-block .td.hidden {
    display: none;
  }
}
@media (min-width: calc(1240em / 16)) {
  .table-base.--pc-block .th {
    white-space: nowrap;
  }
}
.table-base .th,
.table-base .td {
  border: 1px solid #dde0e6;
  border-top: none;
  border-left: none;
  vertical-align: middle;
  padding: 18px 25px;
}
.table-base .thead .th {
  background: #f4f6f9;
  text-align: center;
}
.table-base .tbody tr:last-of-type .th,
.table-base .tbody tr:last-of-type .td {
  border-bottom: none;
}
.table-base .tbody .th {
  background: #f4f6f9;
  vertical-align: top;
}
.table-base .tbody .td {
  background: #fff;
  font-weight: 500;
}
.table-base .tbody .td:last-of-type {
  border-right: none;
}

.table-simple th:not(:last-of-type),
.table-simple td:not(:last-of-type) {
  padding-right: 10px;
}
@media (min-width: calc(640em / 16)) {
  .table-simple th:not(:last-of-type),
  .table-simple td:not(:last-of-type) {
    padding-right: 20px;
  }
}
@media not all and (min-width: calc(640em / 16)) {
  .table-simple.--sp-inline-block th,
  .table-simple.--sp-inline-block td {
    display: inline-block;
  }
  .table-simple.--sp-inline-block th.hidden,
  .table-simple.--sp-inline-block td.hidden {
    display: none;
  }
}

.js-scrollable table {
  white-space: nowrap;
}

/* c-form */
/* ============================================ */
.form-item + .form-item {
  margin-top: 36px;
}
.form-item select {
  border: 1px solid #dfe2e8;
  border-radius: 5px;
  padding: 25px;
  padding-right: 50px;
  width: 100%;
  background: #f4f6f9 url(images/common/icon_chevron-down-solid.svg) no-repeat
    center right 25px/12px 8px;
  min-height: 80px;
  font-weight: 600;
}
.form-item input[type="password"],
.form-item input[type="text"],
.form-item input[type="email"],
.form-item input[type="tel"],
.form-item textarea {
  border: 1px solid #dfe2e8;
  border-radius: 5px;
  padding: 25px;
  min-height: 80px;
  width: 100%;
  background: #f4f6f9;
}
.form-item input[type="password"].--short,
.form-item input[type="text"].--short,
.form-item input[type="email"].--short,
.form-item input[type="tel"].--short,
.form-item textarea.--short {
  max-width: 293px;
}
.form-item textarea {
  min-height: 350px;
  resize: vertical;
}
.form-item ::-moz-placeholder {
  color: #9fa2a8;
}
.form-item ::placeholder {
  color: #9fa2a8;
}

.form-placeholder {
  color: #9fa2a8;
  font-size: 0.8125rem;
  margin-top: 13px;
}

.form-title {
  gap: 20px;
  display: flex;
  align-items: center;
  flex-flow: wrap;
  line-height: 1.2;
  font-size: 1.25rem;
  font-weight: 900;
}

.form-content {
  margin-top: 25px;
  display: flex;
  flex-flow: column;
}

.form-required,
.form-any {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 31px;
  width: 50px;
  line-height: 1;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 900;
  border-radius: 3px;
  flex-shrink: 0;
  background: #c1c6ce;
}
@media (min-width: calc(640em / 16)) {
  .form-required,
  .form-any {
    font-size: 0.9375rem;
  }
}

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

.form-checkbox label,
.form-radio label,
.form-acceptance label {
  display: block;
  line-height: 1.2;
}

.form-checkbox .wpcf7-form-control,
.form-radio .wpcf7-form-control {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: calc(640em / 16)) {
  .form-checkbox .wpcf7-form-control,
  .form-radio .wpcf7-form-control {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: calc(768em / 16)) {
  .form-checkbox .wpcf7-form-control,
  .form-radio .wpcf7-form-control {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: calc(1240em / 16)) {
  .form-checkbox .wpcf7-form-control,
  .form-radio .wpcf7-form-control {
    grid-template-columns: repeat(3, 1fr);
    max-width: 740px;
  }
}
.form-checkbox.--col-2 .wpcf7-form-control,
.form-radio.--col-2 .wpcf7-form-control {
  grid-template-columns: 1fr;
  max-width: 740px;
}
@media (min-width: calc(425em / 16)) {
  .form-checkbox.--col-2 .wpcf7-form-control,
  .form-radio.--col-2 .wpcf7-form-control {
    grid-template-columns: repeat(2, 1fr);
  }
}
.form-checkbox label,
.form-radio label {
  padding: 0.9em;
  border: 1px solid #acb5bf;
  border-radius: 5px;
  background: #fff;
  height: 100%;
}
@media (min-width: calc(640em / 16)) {
  .form-checkbox label,
  .form-radio label {
    padding: 1em;
  }
}

.form-checkbox input[type="checkbox"] + span,
.form-acceptance input[type="checkbox"] + span {
  display: grid;
  grid-template-columns: min-content 1fr;
  gap: 10px;
  align-items: center;
  height: 100%;
}
.form-checkbox input[type="checkbox"] + span::before,
.form-acceptance input[type="checkbox"] + span::before {
  content: "";
  display: inline-block;
  --size: 32px;
  width: var(--size);
  height: var(--size);
  border-radius: 3px;
  border: 1px solid #666;
  grid-area: 1/1;
  background: #fff;
}
@media (min-width: calc(640em / 16)) {
  .form-checkbox input[type="checkbox"] + span::before,
  .form-acceptance input[type="checkbox"] + span::before {
    --size: 25px;
  }
}
.form-checkbox input[type="checkbox"] + span::after,
.form-acceptance input[type="checkbox"] + span::after {
  content: "";
  display: inline-block;
  --size: 16px;
  width: var(--size);
  height: var(--size);
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="13" viewBox="0 0 17 13" fill="none"><path d="M6.99989 12.4748L0.762451 6.23733L3.23733 3.76245L6.99989 7.52501L13.7625 0.762451L16.2373 3.23733L6.99989 12.4748Z" fill="%23E6E6E6"/></svg>')
    center/contain no-repeat;
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="13" viewBox="0 0 17 13" fill="none"><path d="M6.99989 12.4748L0.762451 6.23733L3.23733 3.76245L6.99989 7.52501L13.7625 0.762451L16.2373 3.23733L6.99989 12.4748Z" fill="%23E6E6E6"/></svg>')
    center/contain no-repeat;
  background: #e6e6e6;
  grid-area: 1/1;
  justify-self: center;
  transition: background-color var(--duration--s);
}
.form-checkbox input[type="checkbox"]:checked + span::after,
.form-acceptance input[type="checkbox"]:checked + span::after {
  background: var(--color-corporate-01);
}

.form-radio input[type="radio"] + span {
  display: grid;
  grid-template-columns: min-content 1fr;
  align-items: center;
  gap: 10px;
}
.form-radio input[type="radio"] + span::before {
  content: "";
  display: inline-block;
  --size: 20px;
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  border: 1px solid #707070;
  grid-area: 1/1;
  background: #fff;
}
@media (min-width: calc(640em / 16)) {
  .form-radio input[type="radio"] + span::before {
    --size: 25px;
  }
}
.form-radio input[type="radio"] + span::after {
  content: "";
  display: inline-block;
  --size: 12px;
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  background: #fff;
  grid-area: 1/1;
  justify-self: center;
}
@media (min-width: calc(640em / 16)) {
  .form-radio input[type="radio"] + span::after {
    --size: 15px;
  }
}
.form-radio input[type="radio"]:checked + span::after {
  background: var(--color-corporate-01);
}

.form-acceptance {
  font-weight: bold;
  font-size: 1.25rem;
}

.form-button {
  font-weight: 600;
  min-height: 45px;
  border-radius: 3px;
  background: #111;
  padding: 5px 20px;
  color: #fff;
  display: grid;
  align-items: center;
}

#confirm-button.is-disabled,
#submit-button.is-disabled {
  background: #dfe1e6;
  pointer-events: none;
}
#confirm-button.is-disabled i::before,
#submit-button.is-disabled i::before {
  --bg-color: #dfe1e6;
}

/* c-container */
/* ============================================ */
.container-s {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 77.5rem;
}
@media (min-width: calc(1920em / 16)) {
  .container-s {
    max-width: calc(1240 / var(--value-pc) * 100vw);
  }
}

.container-m {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 101.25rem;
}
@media (min-width: calc(1920em / 16)) {
  .container-m {
    max-width: calc(1620 / var(--value-pc) * 100vw);
  }
}

.container-l {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 107.5rem;
}
@media (min-width: calc(1920em / 16)) {
  .container-l {
    max-width: calc(1720 / var(--value-pc) * 100vw);
  }
}

/* c-container */
/* ============================================ */
.wrapper {
  padding-left: clamp(0.938rem, -0.341rem + 6.39vw, 3.75rem);
  padding-right: clamp(0.938rem, -0.341rem + 6.39vw, 3.75rem);
  /* val：15px-60px | view：320px-1024px */
}

/*
--------------------------------
project
使いまわさないやつ
--------------------------------
*/
/* p-mv */
/* ============================================ */
#mv {
  margin-bottom: 74px;
}
@media (min-width: calc(640em / 16)) {
  #mv {
    margin-bottom: clamp(7.5rem, 6.648rem + 4.26vw, 9.375rem);
    /* val：120px-150px | view：320px-1024px */
  }
}

.mv__inner {
  position: relative;
}

.mv-slider {
  align-items: center;
  overflow: hidden;
}
.mv-slider a:hover {
  opacity: 1;
}
.mv-slider + .swiper-pagination {
  display: flex;
  position: absolute;
  z-index: 1;
  align-self: end;
  justify-self: center;
  bottom: -8px;
  left: 50%;
  transform: translate(-50%, 100%);
}
@media (min-width: calc(768em / 16)) {
  .mv-slider + .swiper-pagination {
    inset: auto;
    top: 50%;
    transform: translateY(-50%);
    left: calc(35 / var(--value-pc) * 100vw);
    flex-flow: column;
  }
}
.mv-slider + .swiper-pagination .swiper-pagination-bullet {
  --size: 36px;
  width: var(--size);
  height: var(--size);
  display: grid;
  place-items: center;
  font-weight: bold;
}
.mv-slider + .swiper-pagination .swiper-pagination-bullet::before {
  grid-area: 1/1;
  content: "";
  --size: 6px;
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  background: var(--color-corporate-02);
  display: block;
}
@media (min-width: calc(768em / 16)) {
  .mv-slider + .swiper-pagination .swiper-pagination-bullet::before {
    background: #fff;
  }
}
.mv-slider + .swiper-pagination .swiper-pagination-bullet svg {
  grid-area: 1/1;
  --progress: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  stroke-width: 1.5px;
  stroke: var(--color-corporate-02);
  fill: none;
  stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
  stroke-dasharray: 125.6;
  transform: rotate(-90deg);
}
@media (min-width: calc(768em / 16)) {
  .mv-slider + .swiper-pagination .swiper-pagination-bullet svg {
    stroke: #fff;
  }
}
.mv-slider .img img {
  width: 100%;
}
.mv-slider .video iframe {
  width: 100%;
  aspect-ratio: 1920/840;
}

.top-intro {
  display: flex;
  align-items: start;
  justify-content: space-between;
  row-gap: 20px;
  flex-flow: wrap;
}

/* p-top-products */
/* ============================================ */
.top-products .top-intro {
  -moz-column-gap: min(231 / var(--value-s) * 100vw, 231px);
  column-gap: min(231 / var(--value-s) * 100vw, 231px);
}

/* p-top-strength */
/* ============================================ */
.top-strength {
  background: #000;
  position: relative;
  z-index: 0;
  display: grid;
  color: #fff;
  padding-top: clamp(5rem, 3.295rem + 8.52vw, 8.75rem);
  /* val：80px-140px | view：320px-1024px */
  padding-bottom: clamp(8.125rem, 6.136rem + 9.94vw, 12.5rem);
  /* val：130px-200px | view：320px-1024px */
  overflow: hidden;
  grid-template-areas: "sub" "content";
}
@media not all and (min-width: calc(640em / 16)) {
  .top-strength {
    padding-left: clamp(0.938rem, -0.341rem + 6.39vw, 3.75rem);
    padding-right: clamp(0.938rem, -0.341rem + 6.39vw, 3.75rem);
    /* val：15px-60px | view：320px-1024px */
  }
}
@media (min-width: calc(640em / 16)) {
  .top-strength {
    grid-template-areas: "sub content";
    grid-template-columns: 48px 1fr;
  }
}
@media (min-width: calc(1024em / 16)) {
  .top-strength {
    grid-template-columns: minmax(48px, 151fr) minmax(min(50%, 620px), 788fr) minmax(
        min(44%, 630px),
        740fr
      ) minmax(15px, 244fr);
    grid-template-areas: "sub content img blank";
  }
}
@media (min-width: calc(1024em / 16)) {
  .top-strength::after {
    content: "";
    display: block;
    grid-area: blank;
    min-width: 15px;
  }
}

.top-strength__bg {
  display: block;
  position: absolute;
  z-index: -1;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0.25;
}
.top-strength__bg img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: opacity var(--duration--s);
}
.top-strength__bg img[data-hidden="true"] {
  opacity: 0;
}

.top-strength__sub {
  grid-area: sub;
  font-family: var(--font-en);
  font-size: 1.375rem;
  font-weight: 900;
  color: var(--color-corporate-01);
  margin-left: 15px;
  justify-self: end;
}
@media not all and (min-width: calc(640em / 16)) {
  .top-strength__sub {
    justify-self: start;
    margin-left: 0;
    margin-bottom: 10px;
  }
  .top-strength__sub span {
    white-space: auto;
    writing-mode: horizontal-tb;
  }
}

.top-strength__content {
  grid-area: content;
  justify-self: end;
  width: 100%;
}
@media (min-width: calc(640em / 16)) {
  .top-strength__content {
    padding-left: 20px;
  }
}
@media (min-width: calc(1024em / 16)) {
  .top-strength__content {
    max-width: max(620px, 620 / var(--value-pc) * 100vw);
  }
}

.top-strength__img {
  grid-area: img;
  justify-self: end;
  width: 100%;
  max-width: max(630px, 630 / var(--value-pc) * 100vw);
  padding-left: 30px;
  height: calc(720 / var(--value-pc) * 100vw);
  min-height: 630px;
  position: relative;
}
@media not all and (min-width: calc(1024em / 16)) {
  .top-strength__img {
    display: none;
  }
}
.top-strength__img .img {
  position: relative;
  height: 100%;
  transition: opacity var(--duration--m) ease-out;
}
.top-strength__img .img[data-hidden="true"] {
  opacity: 0;
}
.top-strength__img .img:nth-of-type(n + 2) {
  position: absolute;
  inset: 0;
  left: 30px;
}
.top-strength__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 5px;
}

.top-strength-list {
  margin-top: clamp(4.375rem, 2.67rem + 8.52vw, 8.125rem);
  /* val：70px-130px | view：320px-1024px */
}
@media not all and (min-width: calc(1024em / 16)) {
  .top-strength-list {
    margin-right: clamp(0.938rem, 0.511rem + 2.13vw, 1.875rem);
    /* val：15px-30px | view：320px-1024px */
  }
}

.top-strength-item:first-of-type {
  border-top: 1px solid #5b5b5b;
}

.top-strength-item {
  border-bottom: 1px solid #5b5b5b;
  padding: 36px 0;
}
@media (min-width: calc(1024em / 16)) {
  .top-strength-item {
    padding: 36px 28px;
  }
}
.top-strength-item .content-wrapper {
  overflow: hidden;
}
@media (min-width: calc(1024em / 16)) {
  .top-strength-item .content-wrapper[data-hidden="true"] {
    height: 0px;
    opacity: 0%;
  }
}
.top-strength-item .content {
  padding: 18px 41px 14px 0;
  font-weight: bold;
  font-size: 1.125rem;
}
@media not all and (min-width: calc(640em / 16)) {
  .top-strength-item .content {
    padding-right: 0;
  }
}
.top-strength-item .img img {
  aspect-ratio: 15/8;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  border-radius: 5px;
}
.top-strength-item .link-row {
  font-size: clamp(1.875rem, 1.705rem + 0.85vw, 2.25rem);
  /* val：30px-36px | view：320px-1024px */
}

/* p-top-company */
/* ============================================ */
.top-company {
  padding-top: clamp(6.25rem, 5.114rem + 5.68vw, 8.75rem);
  /* val：100px-140px | view：320px-1024px */
  padding-bottom: 120px;
  background: #fff;
  position: relative;
}
.top-company::before {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  width: 33%;
  background: #fff;
  height: clamp(1.25rem, 0.398rem + 4.26vw, 3.125rem);
  /* val：20px-50px | view：320px-1024px */
  border-radius: 0 5px 0 0;
  transform: translateY(-100%);
}
@media (min-width: calc(640em / 16)) {
  .top-company::before {
    width: 50%;
  }
}
.top-company::after {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  left: 33%;
  top: -5px;
  background: url(images/common/deco_round-bottom-left_5×5.svg) no-repeat;
}
@media (min-width: calc(640em / 16)) {
  .top-company::after {
    left: 50%;
  }
}
.top-company .top-intro {
  -moz-column-gap: min(282 / var(--value-s) * 100vw, 282px);
  column-gap: min(282 / var(--value-s) * 100vw, 282px);
}

.top-recruit {
  background: url(images/top/bg_company_01.jpg) no-repeat center/cover;
  position: relative;
  padding: clamp(6.25rem, 4.261rem + 9.94vw, 10.625rem) 0 0;
  /* val：100px-170px | view：320px-1024px */
}
.top-recruit::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 33%;
  background: #fff;
  height: clamp(1.25rem, 0.398rem + 4.26vw, 3.125rem);
  /* val：20px-50px | view：320px-1024px */
  border-radius: 0 0 0 5px;
}
@media (min-width: calc(640em / 16)) {
  .top-recruit::before {
    width: 50%;
  }
}
.top-recruit::after {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  right: 33%;
  top: -1px;
  background: url(images/common/deco_round-bottom-left_5×5.svg) no-repeat;
  scale: -1 -1;
}
@media (min-width: calc(640em / 16)) {
  .top-recruit::after {
    right: 50%;
  }
}

.top-recruit__content {
  color: #fff;
  z-index: 1;
  position: relative;
}
@media (min-width: calc(1024em / 16)) {
  .top-recruit__content {
    max-width: max(457px, 457 / var(--value-s) * 100vw);
  }
}

.top-recruit__slider {
  display: flex;
  overflow: hidden;
  flex-shrink: 0;
  border-radius: 5px;
  margin-top: 50px;
  position: relative;
}
@media (min-width: calc(1024em / 16)) {
  .top-recruit__slider {
    transform: translateY(50px);
    width: calc(1320 / var(--value-pc) * 100vw);
    margin-top: -420px;
    margin-left: auto;
  }
}
.top-recruit__slider img {
  min-width: calc(720 / var(--value-pc) * 100vw);
}
.top-recruit__slider .slider {
  display: flex;
  animation: top-recruit__slider linear infinite forwards 20s;
}
.top-recruit__slider .slider:nth-of-type(2) {
  animation: top-recruit__slider linear infinite forwards 20s;
}

@keyframes top-recruit__slider {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.top-recruit__slider-text {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  gap: 0.2em;
}
.top-recruit__slider-text span {
  background: var(--color-base);
  color: #fff;
  font-size: clamp(1.375rem, 0.9rem + 2.38vw, 3.75rem);
  /* val：22px-60px | view：320px-1920px */
  font-family: var(--font-en);
  font-weight: 900;
  line-height: 1;
}

/* p-top-news */
/* ============================================ */
.top-news {
  padding-top: clamp(7.5rem, 5.795rem + 8.52vw, 11.25rem);
  /* val：120px-180px | view：320px-1024px */
  padding-bottom: 130px;
  background: #f8f8f9;
}
@media (min-width: calc(1024em / 16)) {
  .top-news {
    padding-top: clamp(8.75rem, 5.909rem + 14.2vw, 15rem);
    /* val：140px-240px | view：320px-1024px */
  }
}
.top-news .top-intro {
  -moz-column-gap: 50px;
  column-gap: 50px;
}

.top-news__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 265px), 1fr));
  gap: 15px min(30 / var(--value-s) * 100vw, 30px);
}
.top-news__list .news-item a,
.top-news__list .news-item:first-of-type a {
  padding: clamp(1.25rem, 0.682rem + 2.84vw, 2.5rem);
  /* val：20px-40px | view：320px-1024px */
  border: none;
  background: #fff;
  height: 100%;
  display: flex;
  flex-flow: column;
  border-radius: 5px;
}
.top-news__list .news-title {
  padding-bottom: 20px;
}
.top-news__list .news-info {
  margin-top: auto;
}

/* p-products */
/* ============================================ */
.products-list {
  display: grid;
  gap: max(58px, 58 / var(--value-pc) * 100vw)
    max(15px, 50 / var(--value-pc) * 100vw);
  grid-template-columns: repeat(
    auto-fill,
    minmax(min(100%, max(25%, 300px)), 1fr)
  );
}

.products-item .img {
  margin-bottom: max(15px, 33 / var(--value-pc) * 100vw);
}
.products-item .img img {
  width: 100%;
  border-radius: 5px;
}
.products-item .content {
  font-weight: bold;
  margin-top: 15px;
}
.products-item .detail {
  font-size: 0.8125rem;
  color: #9fa2a8;
  margin-top: 14px;
}

.products-slider {
  display: grid;
  gap: 1px;
  position: relative;
  grid-template-areas: "main" "thumb";
}
@media (min-width: calc(640em / 16)) {
  .products-slider {
    grid-template-areas: "main thumb";
    grid-template-columns: 1fr 79px;
  }
}
.products-slider .js-swiper-main {
  grid-area: main;
  overflow: hidden;
  background: #f8f8f9;
  border-radius: 5px;
  aspect-ratio: 1160/620;
  width: 100%;
}
.products-slider .js-swiper-main .swiper-slide {
  width: 100% !important;
}
.products-slider .js-swiper-main .img {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.products-slider .js-swiper-main img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.products-slider .js-swiper-main .--auto img {
  width: auto;
}
.products-slider .js-swiper-main .--vertical img {
  width: auto;
  height: 100%;
}
.products-slider .js-swiper-thumb {
  grid-area: thumb;
  overflow: hidden;
  padding: 14px 0 0 0;
  width: 100%;
}
@media (min-width: calc(640em / 16)) {
  .products-slider .js-swiper-thumb {
    position: absolute;
    inset: 0;
    left: auto;
    padding: 0 0 0 14px;
  }
}
.products-slider .js-swiper-thumb .swiper-slide {
  width: 65px !important;
  height: 65px !important;
  opacity: 0.25;
  transition: opacity 0.5s, border-color 0.5s;
  border: transparent 1px solid;
}
.products-slider .js-swiper-thumb .swiper-slide-thumb-active {
  opacity: 1;
  border-color: var(--color-base);
}
.products-slider .js-swiper-thumb .swiper-scrollbar {
  position: absolute;
  inset: 0;
  bottom: auto;
}
@media (min-width: calc(640em / 16)) {
  .products-slider .js-swiper-thumb .swiper-scrollbar {
    inset: 0;
    right: auto;
  }
}
.products-slider .js-swiper-thumb .swiper-scrollbar::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  top: 5px;
  bottom: auto;
  width: 100%;
  height: 4px;
  background-color: #eee;
  display: block;
}
@media (min-width: calc(640em / 16)) {
  .products-slider .js-swiper-thumb .swiper-scrollbar::after {
    inset: 0;
    right: auto;
    left: 5px;
    width: 4px;
    height: 100%;
  }
}
.products-slider .js-swiper-thumb .swiper-scrollbar-drag {
  height: 14px;
  padding: 5px 0;
  cursor: pointer;
  background-color: var(--color-base);
  background-clip: content-box;
  transition: background-color 0.5s;
}
@media (min-width: calc(640em / 16)) {
  .products-slider .js-swiper-thumb .swiper-scrollbar-drag {
    width: 14px;
    padding: 0 5px;
  }
}
.products-slider .js-swiper-thumb .swiper-scrollbar-drag:active {
  background-color: var(--color-corporate-01);
}

.products-img-comingsoon {
  aspect-ratio: 2/1;
  background: #f8f8f9;
  display: grid;
  place-items: center;
  font-size: 1.625rem;
  font-weight: 900;
  font-family: var(--font-en);
  color: #8e8887;
  border-radius: 5px;
}

.products-video-list {
  display: grid;
  grid-template-columns: repeat(
    auto-fill,
    minmax(min(100%, max(30%, 200px)), 1fr)
  );
  gap: 20px;
}
.products-video-list .video {
  width: 100%;
  aspect-ratio: 400/225;
}
.products-video-list .video.--empty {
  background: #dfe2e8;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 1.625rem;
  font-weight: 500;
}
.products-video-list .title {
  font-size: 0.8125rem;
  font-weight: 500;
  margin-top: 5px;
}

.products-img-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 252px), 1fr));
  gap: 24px;
}
.products-img-list .img a {
  position: relative;
}
.products-img-list .img a::before {
  content: "";
  position: absolute;
  right: 5px;
  bottom: 5px;
  display: block;
  --size: 40px;
  width: var(--size);
  height: var(--size);
  border-radius: 3px;
  background: rgba(17, 17, 17, 0.5) url(images/common/icon_glass.svg) no-repeat
    center/18px auto;
}
.products-img-list .img img {
  border-radius: 5px;
  aspect-ratio: 252/168;
  width: 100%;
}
.products-img-list .title {
  font-size: 0.8125rem;
  font-weight: 500;
  margin-top: 5px;
}

/* p-company */
/* ============================================ */
.company-list {
  display: grid;
  grid-template-columns: repeat(
    auto-fill,
    minmax(min(100%, max(40%, 323px)), 1fr)
  );
  gap: 40px min(60px, 60 / var(--value-s) * 100vw);
}

.company-item .img {
  margin-bottom: clamp(15px, 33 / var(--value-s) * 100vw, 33px);
}
.company-item .img img {
  border-radius: 5px;
  width: 100%;
}
.company-item .content {
  font-weight: bold;
  margin-top: 15px;
}

.company-row {
  display: grid;
  gap: 30px min(50px, 50 / var(--value-s) * 100vw);
  font-weight: bold;
}
@media (min-width: calc(640em / 16)) {
  .company-row {
    font-size: 1.25rem;
  }
}
@media (min-width: calc(1024em / 16)) {
  .company-row {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: calc(1240em / 16)) {
  .company-row {
    grid-template-columns: 53fr 61fr;
    gap: min(100px, 100 / var(--value-s) * 100vw);
  }
}
.company-row .subtitle {
  margin-bottom: 30px;
}
.company-row .title {
  font-weight: 900;
  font-size: clamp(1.875rem, 1.529rem + 1.73vw, 3rem);
  /* val：30px-48px | view：320px-1360px */
  line-height: 1.2;
}
.company-row .title + * {
  margin-top: 27px;
}
.company-row .img img {
  border-radius: 5px;
  width: 100%;
}

/* message */
/* ============================================ */
.message-row {
  display: flex;
  justify-content: space-between;
  gap: 30px 50px;
}
@media not all and (min-width: calc(768em / 16)) {
  .message-row {
    flex-flow: column;
  }
}
.message-row .profile {
  flex-shrink: 0;
}
.message-row .name {
  font-size: 2rem;
  font-weight: bold;
}
.message-row .furigana {
  font-family: var(--font-be-vietnam);
  font-weight: bold;
  color: #9fa2a8;
}
.message-row .content {
  max-width: 850px;
  flex: 1;
}

/* history */
/* ============================================ */
.history-item {
  padding: 32px 0 35px;
  border-bottom: 1px solid #dfe2e8;
  display: flex;
  gap: calc(92 / var(--value-pc) * 100vw);
}
.history-item .year {
  font-family: var(--font-be-vietnam);
  font-size: clamp(1.625rem, 1.455rem + 0.85vw, 2rem);
  /* val：26px-32px | view：320px-1024px */
  color: #9fa2a8;
  flex-shrink: 0;
  width: 3em;
}
.history-item .content {
  font-weight: 500;
}
@media (min-width: calc(640em / 16)) {
  .history-item .content {
    font-size: 1.25rem;
  }
}

/* access */
/* ============================================ */
.access-item {
  font-weight: bold;
  display: grid;
  gap: 60px min(80px, 80 / var(--value-s) * 100vw);
  border-bottom: 1px solid #dfe2e8;
  padding-bottom: clamp(60px, 80 / var(--value-s) * 100vw, 80px);
}
@media (min-width: calc(1024em / 16)) {
  .access-item {
    grid-template-columns: 520fr 640fr;
  }
}
.access-item .title {
  font-size: clamp(1.625rem, 1.341rem + 1.42vw, 2.25rem);
  /* val：26px-36px | view：320px-1024px */
  font-weight: 900;
}
.access-item .img img {
  border-radius: 5px;
  width: 100%;
}
.access-item + .access-item {
  padding-top: clamp(60px, 80 / var(--value-s) * 100vw, 80px);
}

/* service-list */
.service-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px min(32px, 32 / var(--value-pc) * 100vw);
}
@media (min-width: calc(640em / 16)) {
  .service-list {
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 250px), 1fr));
  }
}

.service-item .img {
  border: 1px solid #dfe2e8;
  display: grid;
  place-items: center;
  background: #fff;
  aspect-ratio: 288/161;
}
.service-item .img img {
  max-width: 70%;
  max-height: 70%;
}
.service-item .title {
  margin-top: 20px;
  font-weight: 900;
  font-size: clamp(0.938rem, 0.438rem + 2.5vw, 1.375rem);
  /* val：15px-22px | view：320px-600px */
  line-height: 1.2;
  letter-spacing: 0;
}
.service-item .content {
  font-weight: bold;
  margin-top: 15px;
  font-size: 0.875rem;
}
@media (min-width: calc(640em / 16)) {
  .service-item .content {
    font-size: 1rem;
  }
}

/* map-list */
.map-list {
  display: grid;
  grid-template-columns: repeat(
    auto-fit,
    minmax(min(100%, max(40%, 328px)), 1fr)
  );
  gap: 30px min(60px, 60 / var(--value-pc) * 100vw);
}

.map-item {
  font-weight: bold;
}
@media (min-width: calc(640em / 16)) {
  .map-item {
    font-size: 1.25rem;
  }
}
.map-item .map {
  aspect-ratio: 59/35;
  width: 100%;
  max-height: 350px;
}
.map-item .title {
  font-weight: 900;
  font-size: 1.625rem;
}

/* p-news */
/* ============================================ */
.news-item a {
  padding: 35px 0 48px;
  display: block;
  border-bottom: 1px solid #dfe2e8;
}
.news-item:first-of-type a {
  padding-top: 0;
}

.news-title {
  font-size: 1.125rem;
  font-weight: bold;
}
@media (min-width: calc(640em / 16)) {
  .news-title {
    font-size: 1.375rem;
  }
}

.news-info {
  display: flex;
  gap: 20px;
  flex-flow: wrap;
  margin-top: 20px;
}

.news-date {
  font-size: 0.875rem;
  font-weight: bold;
  font-family: var(--font-be-vietnam);
}

.news-category-list {
  display: flex;
  flex-flow: wrap;
  gap: 5px 8px;
}

.news-category {
  font-size: 0.875rem;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

/* p-editor */
/* ============================================ */
.editor-content {
  font-size: 1.25rem;
  font-weight: bold;
}
.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-contact */
/* ============================================ */
.contact-list {
  display: grid;
  grid-template-columns: repeat(
    auto-fill,
    minmax(min(100%, max(40%, 335px)), 1fr)
  );
  gap: 20px;
}

.contact-item {
  padding: 22px clamp(1.563rem, 1.339rem + 1.12vw, 1.875rem);
  /* val：25px-30px | view：320px-768px */
  border: 1px solid #dfe2e8;
  border-radius: 5px;
}
.contact-item .company-name {
  font-size: 0.875rem;
  font-weight: bold;
  margin-bottom: 5px;
}
.contact-item .title {
  color: var(--color-corporate-01);
  font-weight: 900;
  font-size: 1.375rem;
  padding-bottom: 20px;
  border-bottom: 1px solid #dfe2e8;
}
.contact-item .title .sub {
  font-size: 0.7em;
  display: inline-block;
}
.contact-item .text {
  font-size: 0.9375rem;
  font-weight: 700;
  margin-top: 20px;
}
.contact-item .tel {
  font-weight: 900;
  font-family: var(--font-en);
  margin-top: 20px;
  display: flex;
  line-height: 1;
  align-items: end;
}
.contact-item .tel .number {
  font-size: clamp(1.5rem, 1.35rem + 0.75vw, 2.25rem);
  /* val：24px-36px | view：320px-1920px */
}
.contact-item .tel .sub {
  font-size: clamp(0.813rem, 0.775rem + 0.19vw, 1rem);
  /* val：13px-16px | view：320px-1920px */
}

/* p-strength */
/* ============================================ */
.strength-list {
  counter-reset: item;
}

.strength-item {
  counter-increment: item;
  font-weight: bold;
  align-items: end;
}
@media (min-width: calc(640em / 16)) {
  .strength-item {
    font-size: 1.25rem;
  }
}
@media (min-width: calc(1024em / 16)) {
  .strength-item {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-template-areas: "img content";
    margin-top: min(108 / var(--value-pc) * 100vw, 108px);
  }
}
@media (min-width: calc(1440em / 16)) {
  .strength-item {
    grid-template-columns: 900fr 1032fr;
  }
}
.strength-item + .strength-item {
  margin-top: clamp(5rem, 3.011rem + 9.94vw, 9.375rem);
  /* val：80px-150px | view：320px-1024px */
}
@media (min-width: calc(1024em / 16)) {
  .strength-item + .strength-item {
    margin-top: 200px;
  }
}
.strength-item .first-text {
  margin-top: 30px;
}
@media (min-width: calc(1024em / 16)) {
  .strength-item .first-text {
    margin-top: 56px;
  }
}
.strength-item .content {
  background: #fff;
  z-index: 1;
  border-radius: 5px 0 0 0;
  position: relative;
  grid-area: content;
}
@media (min-width: calc(1024em / 16)) {
  .strength-item .content {
    padding-left: calc(104 / var(--value-pc) * 100vw);
    max-width: 741px;
  }
}
@media (min-width: calc(1920em / 16)) {
  .strength-item .content {
    max-width: calc(741 / var(--value-pc) * 100vw);
  }
}
.strength-item .content::before {
  content: "";
  width: 13px;
  height: 5px;
  background: url(images/common/deco_round-bottom-left.svg) no-repeat;
  position: absolute;
  left: -13px;
  bottom: 0;
  scale: -1 1;
}
.strength-item .title {
  font-size: clamp(1.75rem, 1.182rem + 2.84vw, 3rem);
  /* val：28px-48px | view：320px-1024px */
  font-weight: 900;
  line-height: 1.2;
  position: relative;
  grid-area: img;
}
.strength-item .title + * {
  margin-top: 30px;
}
.strength-item .title::before {
  content: "STRENGTH" counter(item, decimal-leading-zero);
  color: var(--color-corporate-01);
  font-size: 1.125rem;
  font-family: var(--font-en);
  font-weight: 900;
  display: block;
  margin-bottom: 33px;
}
@media (min-width: calc(1024em / 16)) {
  .strength-item .title::before {
    padding-top: min(89 / var(--value-pc) * 100vw, 89px);
  }
}
.strength-item .img {
  align-self: stretch;
}
@media (min-width: calc(1024em / 16)) {
  .strength-item .img {
    margin-top: max(-108px, 108 / var(--value-pc) * 100vw * -1);
    margin-right: -30vw;
  }
}
@media (min-width: calc(1440em / 16)) {
  .strength-item .img {
    margin-right: calc(112 / var(--value-pc) * 100vw * -1);
  }
}
.strength-item .img img {
  border-radius: 5px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: calc(1440em / 16)) {
  .strength-item.--just .title::before {
    position: absolute;
    top: -33px;
    transform: translateY(-100%);
  }
}

@media (min-width: calc(1024em / 16)) {
  .strength-item:nth-of-type(odd) {
    grid-template-columns: 2fr 1fr;
    grid-template-areas: "content img";
  }
}
@media (min-width: calc(1440em / 16)) {
  .strength-item:nth-of-type(odd) {
    grid-template-columns: 1032fr 900fr;
  }
}
.strength-item:nth-of-type(odd) .content {
  border-radius: 0 5px 0 0;
}
@media (min-width: calc(1024em / 16)) {
  .strength-item:nth-of-type(odd) .content {
    justify-self: end;
    padding-left: 0;
    padding-right: calc(104 / var(--value-pc) * 100vw);
  }
}
.strength-item:nth-of-type(odd) .content::before {
  left: auto;
  right: -13px;
  scale: 1 1;
}
@media (min-width: calc(1024em / 16)) {
  .strength-item:nth-of-type(odd) .img {
    margin-right: 0;
    margin-left: -30vw;
  }
}
@media (min-width: calc(1440em / 16)) {
  .strength-item:nth-of-type(odd) .img {
    margin-left: calc(112 / var(--value-pc) * 100vw * -1);
  }
}

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