@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);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  margin: -1px;
}

/*
--------------------------------
global
変数
--------------------------------
*/
/*============================================
breakpoint
============================================*/
:root {
  /* ============================================
  font-family
  ============================================ */
  --font: "游ゴシック体", "YuGothic", "Zen Kaku Gothic New", serif;
  --font-en: "Montserrat", serif;
  --font-jost: "Jost", sans-serif;
  --font-noto: "Noto Sans JP", sans-serif;
  /* ============================================
  color-meaning
  ============================================ */
  --color-corporate-01: #ec6c01;
  --color-corporate-02: #005a4d;
  --color-bg: #f3f2eb;
  --color-base: #222;
  /* ============================================
  timing-function
  ============================================ */
  --ease-in-out: cubic-bezier(0.5, 0.24, 0.12, 0.96);
  /* ============================================
  transition-duration
  ============================================ */
  --duration--2xs: 0s;
  --duration--s: 0.2s;
  --duration--m: 0.3s;
  --duration--l: 0.5s;
  --duration--2xl: 1s;
}

/*
--------------------------------
base
初期設定
--------------------------------
*/
html {
  font-size: 1rem;
  scrollbar-width: thin;
}

body {
  font-family: var(--font);
  font-weight: 500;
  color: var(--color-base);
  line-height: 1.75;
  font-size: 1rem;
  letter-spacing: 0;
  background: #fff;
  overflow-x: hidden;
  background: var(--color-corporate-01);
  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: 700;
}

/* u-visually_hidden */
/* ============================================ */
.visually_hidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  margin: -1px;
}

/*
--------------------------------
layout
全体的なレイアウト
--------------------------------
*/
/* l-header */
/* ============================================ */
:root {
  --header-height: clamp(80px, 17vw, 111px);
}
@media (min-width: calc(1200em / 16)) {
  :root {
    --header-height: 179px;
  }
}

#header {
  z-index: 50;
  border: 16px solid var(--color-corporate-01);
  border-bottom: none;
  background: #fff;
  height: var(--header-height);
  position: absolute;
  inset: 0;
  bottom: auto;
}
@keyframes header {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
#header.is-scroll {
  position: fixed;
  animation: header var(--duration--m) ease forwards;
  inset: 0;
  bottom: auto;
}
@media not all and (min-width: calc(1200em / 16)) {
  #header.is-scroll {
    background: transparent;
  }
}
@media (min-width: calc(1200em / 16)) {
  #header.is-scroll {
    height: 64px;
  }
  #header.is-scroll .header__info {
    display: none;
  }
  #header.is-scroll #gnav {
    border: none;
  }
}
@media not all and (min-width: calc(1200em / 16)) {
  #header {
    display: flex;
    justify-content: space-between;
    padding: 16px;
    align-items: center;
    gap: 10px;
  }
}
@media not all and (min-width: calc(640em / 16)) {
  #header {
    border: 8px solid var(--color-corporate-01);
    border-bottom: none;
    padding: 8px;
  }
}

/* sp-menu */
@media not all and (min-width: calc(1200em / 16)) {
  #sp-menu {
    display: block;
    position: fixed;
    top: 32px;
    bottom: 0;
    width: var(--gnav-width);
    background: #fff;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition-property: right;
    transition-duration: var(--duration--l);
    z-index: 3;
    padding: 25px;
    padding-top: 100px;
    right: -200%;
    height: 100vh;
    width: calc(100vw - 32px);
  }
  #sp-menu[aria-hidden="false"] {
    right: 0;
    left: 0;
    margin: 0 auto;
  }
}
@media not all and (min-width: calc(640em / 16)) {
  #sp-menu {
    top: 16px;
    width: calc(100vw - 16px);
  }
}
@media (min-width: calc(1200em / 16)) {
  #sp-menu {
    display: flex;
    flex-flow: column-reverse;
    height: 100%;
  }
}

@media not all and (min-width: calc(1200em / 16)) {
  .is-scroll #sp-menu {
    top: 0px;
  }
}

/* header__info */
.header__info {
  display: flex;
  justify-content: space-between;
  max-width: 84.5625rem;
  margin: 0 auto;
  align-items: center;
  padding: 23px 15px 27px;
  width: 100%;
  gap: 12px 30px;
}
@media not all and (min-width: calc(1200em / 16)) {
  .header__info {
    flex-flow: column;
    padding: 23px 0 20px;
  }
}
@media (min-width: calc(1200em / 16)) {
  .header__info {
    height: 100%;
  }
}
.header__info .tels .tel {
  font-size: 28px;
}
.header__info .tels .text {
  font-size: 12px;
}
@media not all and (min-width: calc(1200em / 16)) {
  .header__info .tels {
    flex-flow: column;
    gap: 12px;
  }
}
.header__info .sns {
  --size: 50px;
  font-size: 22px;
}

/* header__logo */
.header__logo {
  width: 180px;
  flex-shrink: 0;
}
.header__logo.is-one {
  width: auto;
}

.header__logo a,
.header__logo_sp a {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
}
.header__logo a.hidden,
.header__logo_sp a.hidden {
  display: none;
}
.header__logo a img,
.header__logo_sp a img {
  -o-object-fit: contain;
  object-fit: contain;
}

.header__logo_sp {
  z-index: 10;
  display: flex;
  gap: 7px;
  align-items: center;
}

@media not all and (min-width: calc(1200em / 16)) {
  .header__logo {
    display: none;
  }
}
@media (min-width: calc(1200em / 16)) {
  .header__logo_sp {
    display: none;
  }
}
/* gnav */
#gnav {
  border: 1px solid #ccc;
  border-left: none;
  border-right: none;
}
@media not all and (min-width: calc(1200em / 16)) {
  #gnav {
    max-width: 530px;
    margin: 0 auto;
  }
}

/* gnav__list */
.gnav__list {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  max-width: 82.6875rem;
  margin: 0 auto;
}
@media not all and (min-width: calc(1200em / 16)) {
  .gnav__list {
    grid-template-columns: 1fr;
    border: 1px solid #ccc;
    border-top: none;
    border-bottom: none;
  }
}
@media (min-width: 84.6875em) {
  .gnav__list {
    border: 1px solid #ccc;
    border-top: none;
    border-bottom: none;
  }
}

.gnav__item {
  font-size: 14px;
}
@media (min-width: 82.125em) {
  .gnav__item {
    font-size: 16px;
  }
}
.gnav__item .link {
  display: inline-block;
}
.gnav__item .link:hover {
  color: var(--color-corporate-01);
}
.gnav__item .link,
.gnav__item .summary_inner {
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 10px 8px;
  letter-spacing: 0;
}
.gnav__item .link.is-current,
.gnav__item .summary_inner.is-current {
  background: var(--color-corporate-01);
  color: #fff;
}
.gnav__item .link.is-current i,
.gnav__item .summary_inner.is-current i {
  color: #fff;
}
.gnav__item .summary_inner {
  justify-content: center;
}
.gnav__item .summary_inner i {
  color: var(--color-corporate-01);
}
.gnav__item .content {
  position: relative;
  z-index: 10;
  font-size: 14px;
}
.gnav__item .content_inner {
  background: #fff;
  padding: 5px 0 10px;
}
@media (min-width: calc(1200em / 16)) {
  .gnav__item .content_inner {
    position: absolute;
    inset: 0;
    bottom: auto;
    border-radius: 0px 0 5px 5px;
  }
}
.gnav__item .child-item {
  line-height: 1.2;
}
.gnav__item .child-link {
  padding: 6px 10px;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.gnav__item .child-link:hover {
  color: var(--color-corporate-01);
}
.gnav__item .child-link i {
  font-size: 10px;
}
.gnav__item .child-link + .child-link {
  margin-top: 2px;
}

@media not all and (min-width: calc(1200em / 16)) {
  .gnav__item + .gnav__item {
    border-top: 1px solid #ccc;
  }
}
@media (min-width: calc(1200em / 16)) {
  .gnav__item + .gnav__item {
    border-left: 1px solid #ccc;
  }
}

/* toggle */
#toggle {
  position: relative;
  --size: 56px;
  width: var(--size);
  height: var(--size);
  background: var(--color-corporate-01);
  transition-property: background-color, opacity, border-color;
  transition-duration: var(--duration--s);
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  gap: 8.5px;
  z-index: 10;
  border-radius: 4px;
  flex-shrink: 0;
}
#toggle .text {
  color: #fff;
  font-size: 9px;
  line-height: 1;
}
#toggle .line-wrapper {
  display: grid;
  place-items: center;
  gap: 4px;
  width: 18px;
  height: 14px;
}
#toggle .line {
  width: 18px;
  height: 2px;
  background: #fff;
  transition: all var(--duration--s);
}
#toggle[aria-expanded="true"] .line:nth-of-type(2) {
  opacity: 0;
}
#toggle[aria-expanded="true"] .line:nth-of-type(1) {
  transform: translateY(calc(50% + 5px)) rotate(-45deg);
}
#toggle[aria-expanded="true"] .line:nth-of-type(3) {
  transform: translateY(calc(-50% - 5px)) rotate(45deg);
}
@media (min-width: calc(1200em / 16)) {
  #toggle {
    display: none;
  }
}

/* l-footer */
/* ============================================ */
#footer {
  background: url(images/common/bg_footer_01.png) no-repeat right
    bottom/min(439px, 100%) auto;
  padding: 0 8px 0;
}
@media (min-width: calc(640em / 16)) {
  #footer {
    padding: 0 16px 0;
  }
}

/* footer-contact */
.footer-contact {
  position: relative;
  padding: clamp(50px, 6.4vw, 96px) 0;
}
.footer-contact::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #222;
  mix-blend-mode: multiply;
  z-index: -1;
}
.footer-contact::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url(images/common/bg_footer-contact_01.jpg);
  z-index: -2;
}

.footer-contact__boxs {
  display: flex;
  justify-content: center;
  gap: 5.1%;
  flex-flow: wrap;
  max-width: 68.4375rem;
  margin: 0 auto;
}
.footer-contact__boxs > * {
  flex: 1;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
@media not all and (min-width: calc(1024em / 16)) {
  .footer-contact__boxs {
    flex-flow: column;
    gap: 15px 0;
  }
}
.footer-contact__boxs .button-square.--contact {
  padding: 26px clamp(12px, 1vw, 16px);
  font-size: clamp(1.125rem, 1.6vw, 1.5rem);
}

/* footer__content */
.footer__content {
  color: #fff;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin: clamp(20px, 3.8vw, 57px);
}
@media not all and (min-width: calc(1200em / 16)) {
  .footer__content {
    flex-flow: column-reverse;
  }
}

/* footer__info */
.footer__info {
  font-weight: 400;
  font-size: 0.8125rem;
}
@media not all and (min-width: calc(1200em / 16)) {
  .footer__info {
    display: flex;
    flex-flow: column;
    align-items: center;
  }
}

/* footer__navs */
.footer__navs {
  display: flex;
  gap: 0 30px;
  font-weight: 500;
  flex-shrink: 0;
  justify-content: space-between;
  flex-flow: column;
}
@media (min-width: 32.6875em) {
  .footer__navs {
    flex-flow: row;
  }
}
@media (min-width: calc(640em / 16)) {
  .footer__navs {
    gap: 63px;
    justify-content: center;
  }
}
@media (min-width: calc(1200em / 16)) {
  .footer__navs {
    justify-content: start;
  }
}

.footer-nav__item + .footer-nav__item .link,
.footer-nav__item + .footer-nav__item .parent {
  padding: min(0.8vw, 12px) 0;
}

.footer-nav__item .link,
.footer-nav__item .parent {
  display: inline-block;
  padding: min(0.8vw, 12px) 0;
}
@media (min-width: 32.6875em) {
  .footer-nav__item .link,
  .footer-nav__item .parent {
    padding: 0 0 min(0.8vw, 12px);
  }
}
@media not all and (min-width: 32.6875em) {
  .footer-nav__item .link {
    width: 100%;
    text-align: center;
  }
}
@media not all and (min-width: 32.6875em) {
  .footer-nav__item .summary_inner {
    width: 100%;
    justify-content: center;
  }
}
.footer-nav__item .child-list {
  font-size: 0.875rem;
  margin-top: 8px;
  text-align: center;
}
@media (min-width: 32.6875em) {
  .footer-nav__item .child-list {
    max-width: 126px;
    text-align: left;
  }
}
.footer-nav__item .child-item {
  line-height: 1.2;
}
.footer-nav__item .child-item + .child-item {
  margin-top: 9px;
}
.footer-nav__item .child-link i {
  font-size: 0.625rem;
}

/* footer__bottom */
.footer__bottom {
  color: #fff;
  padding-top: 35px;
  margin-top: 38px;
  border-top: 1px solid #fff;
  padding-bottom: 40px;
}

.copyright {
  font-size: 0.75rem;
  text-align: right;
}
@media not all and (min-width: calc(1200em / 16)) {
  .copyright {
    text-align: center;
  }
}

/* l-main */
/* ============================================ */
#main {
  border: 8px solid var(--color-corporate-01);
  border-top: none;
  border-bottom: none;
  margin-top: var(--header-height);
}
@media (min-width: calc(640em / 16)) {
  #main {
    border: 16px solid var(--color-corporate-01);
    border-top: none;
    border-bottom: none;
  }
}

/* l-breadcrumbs */
/* ============================================ */
.breadcrumbs {
  font-size: 13px;
  display: flex;
  flex-flow: wrap;
  align-items: center;
  gap: 10px 6px;
  margin: 0 auto min(11vw, 65px);
  padding-top: 14px;
  width: 100%;
  max-width: 79.125rem;
  text-underline-offset: 0.2em;
}
.breadcrumbs a {
  color: #bbb;
  text-decoration: underline;
}
.breadcrumbs a::after {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 10px;
  display: inline-block;
  margin-left: 6px;
  color: var(--color-corporate-01);
}

/*
--------------------------------
component
使いまわせるやつ
--------------------------------
*/
/* c-icon */
/* ============================================ */
.icon {
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.icon::before {
  content: "";
  background: no-repeat center/contain;
  background-color: var(--bg-color);
  transition-property: background-color, color;
  transition-duration: var(--duration--s);
  --bg-color: transparent;
}
.icon.--arrow-right::before,
.icon.--arrow-left::before {
  width: 13px;
  height: 27px;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" data-name="レイヤー 2" viewBox="0 0 371.25 768"><path d="m0 0 371.25 384L0 768V630.92L238.98 384 0 128.14V0z" data-name="レイヤー 2" style="fill:%23000;stroke-width:0"/></svg>')
    center/contain no-repeat;
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" data-name="レイヤー 2" viewBox="0 0 371.25 768"><path d="m0 0 371.25 384L0 768V630.92L238.98 384 0 128.14V0z" data-name="レイヤー 2" style="fill:%23000;stroke-width:0"/></svg>')
    center/contain no-repeat;
  --bg-color: #020202;
}
.icon.--arrow-left::before {
  transform: scale(-1, 1);
}
.icon.--white::before {
  --bg-color: #fff;
}

.icon-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--color-corporate-01);
  color: #fff;
  --circle-size: 1.07em;
  width: var(--circle-size);
  height: var(--circle-size);
  border: 1px solid transparent;
  flex-shrink: 0;
}
.icon-circle .icon {
  --bg-color: #fff;
  --size: 0.4em;
  flex-shrink: 0;
}
.icon-circle.--reverse {
  background-color: #fff;
  border-color: var(--color-corporate-01);
}
.icon-circle.--reverse .icon {
  --bg-color: var(--color-corporate-01);
}

a:hover .icon-circle,
button:hover .icon-circle {
  background: #fff;
  border-color: var(--color-corporate-01);
  flex-shrink: 0;
}
a:hover .icon-circle .icon,
button:hover .icon-circle .icon {
  --bg-color: var(--color-corporate-01);
}
a:hover .icon-circle.--reverse,
button:hover .icon-circle.--reverse {
  background: var(--color-corporate-01);
}
a:hover .icon-circle.--reverse .icon,
button:hover .icon-circle.--reverse .icon {
  --bg-color: #fff;
}

/* c-button */
/* ============================================ */
.button-square {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 8px;
  align-items: center;
  background: var(--color-corporate-02);
  color: #fff;
  font-size: 1.125rem;
  padding: 26px 23px;
  border-radius: 4px;
  align-items: center;
  line-height: 1.2;
  max-width: 19.75rem;
  width: 100%;
  margin: 0 auto;
  cursor: pointer;
}
.button-square.--reverse-x::before {
  content: none;
}
.button-square.--reverse-x::after {
  content: "";
}
.button-square.--reverse-x .icon {
  justify-self: start;
}
.button-square.--contact {
  background: var(--color-corporate-01);
}
.button-square::before {
  content: "";
}
.button-square .icon {
  justify-self: end;
}
.button-square .icon::before {
  width: 0.42em;
  height: 21px;
}

/* c-link */
/* ============================================ */
.link-border-box {
  border: #000 2px solid;
  border-radius: 4px;
  background: var(--color-bg);
  padding: 20px 15px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 8px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 0;
}
.link-border-box::before {
  content: "";
  inset: 0;
  background: url(images/common/bg_noise_01.png);
  mix-blend-mode: overlay;
  border-radius: 4px;
  position: absolute;
  z-index: -1;
}
@media (min-width: calc(425em / 16)) {
  .link-border-box {
    padding: 20px 22px;
  }
}
@media (min-width: calc(768em / 16)) {
  .link-border-box {
    padding: 40px 44px;
  }
}
.link-border-box .title {
  display: flex;
  flex-flow: column;
  justify-self: center;
  text-align: center;
  gap: 8px;
}
.link-border-box .title .ja {
  font-family: var(--font-noto);
  font-weight: 900;
  line-height: 1.2;
  font-size: 1.25rem;
}
@media (min-width: calc(425em / 16)) {
  .link-border-box .title .ja {
    font-size: 1.6875rem;
  }
}
@media (min-width: calc(640em / 16)) {
  .link-border-box .title .ja {
    font-size: 2.25rem;
  }
}
@media (min-width: calc(768em / 16)) {
  .link-border-box .title .ja {
    font-size: 3rem;
  }
}
@media not all and (min-width: calc(640em / 16)) {
  .link-border-box .title .en {
    font-size: 0.875rem;
  }
}
.link-border-box .img {
  margin: -58px 0 -55px;
  min-width: 42px;
}
@media (min-width: calc(425em / 16)) {
  .link-border-box .img {
    min-width: 60px;
  }
}
@media (min-width: calc(640em / 16)) {
  .link-border-box .img {
    min-width: 104px;
  }
}
.link-border-box i {
  justify-self: end;
  font-size: 20px;
}
@media (min-width: calc(425em / 16)) {
  .link-border-box i {
    font-size: 24px;
  }
}
.link-border-box.--m {
  padding: 20px;
  padding-left: 10px;
}
.link-border-box.--m .title {
  gap: 0;
}
.link-border-box.--m .title .ja {
  font-size: 1.75rem;
}
.link-border-box.--m .title .en {
  font-size: 0.875rem;
  line-height: 1;
}
.link-border-box.--m .img {
  min-width: 60px;
  max-width: 111px;
}
.link-border-box.--m i {
  font-size: 14px;
}
.link-border-box.--m i::before {
  width: 7px;
  height: 14px;
}

.link-underline {
  color: var(--color-corporate-01);
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

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

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

.summary_inner {
  cursor: pointer;
  display: flex;
  transition-property: color, opacity;
  transition-duration: var(--duration--s);
  align-items: center;
}
.summary_inner i {
  position: relative;
  margin-left: 13px;
  transform-origin: center;
  transition: transform var(--duration--s);
  font-size: 11px;
}

/* 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 */
/* ============================================ */
.page-title {
  background: url(images/common/bg_page-title_01.png) no-repeat center/cover;
  padding: 30px 0;
  min-height: clamp(150px, 23vw, 280px);
  display: grid;
  place-items: center;
}
.page-title .title-underline {
  color: #fff;
}
.page-title .title-underline .en {
  color: #fff;
  font-size: clamp(48px, 12vw, 76px);
  border-bottom-color: #fff;
}

/* title-underline */
.title-underline {
  display: flex;
  flex-flow: column;
  align-items: center;
  line-height: 1;
  gap: 3px;
}
.title-underline .ja {
  font-weight: 600;
}
.title-underline .en {
  font-size: 2.5rem;
  border-bottom: 3px solid var(--color-corporate-02);
  width: -moz-fit-content;
  width: fit-content;
  color: var(--color-corporate-02);
  line-height: 1;
}
@media (min-width: calc(425em / 16)) {
  .title-underline .en {
    font-size: 3.375rem;
  }
}
@media (min-width: calc(640em / 16)) {
  .title-underline .en {
    font-size: 4.5rem;
  }
}
@media (min-width: calc(768em / 16)) {
  .title-underline .en {
    font-size: 6rem;
  }
}
.title-underline.--white {
  color: #fff;
}
.title-underline.--white .en {
  color: #fff;
  border-color: #fff;
}
.title-underline.--ja-main {
  color: #1f1f1f;
  gap: 6px;
}
.title-underline.--ja-main .ja {
  font-size: clamp(2.125rem, 3.6vw, 2.75rem);
  font-weight: 900;
  border-bottom: 3px solid #1f1f1f;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.2;
  padding-bottom: 0.2em;
}
.title-underline.--ja-main .en {
  border: none;
  font-size: 1rem;
  color: inherit;
  line-height: 1.2;
}

.title-square-line {
  background: linear-gradient(
    to right,
    var(--color-corporate-01) 7px,
    #1f1f1f 7px
  );
  color: #fff;
  font-weight: 700;
  padding: 0.48em 22px;
  line-height: 1.2;
  font-size: clamp(1.5rem, 1.9vw, 1.75rem);
}

.title-line {
  font-size: 1.5rem;
  padding: 0 0 0.5em calc(0.5em + 4px);
  border-bottom: 1px solid #ccc;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  position: relative;
  font-weight: bold;
  line-height: 1.2;
}
.title-line::before {
  content: "";
  width: 4px;
  display: block;
  background: var(--color-corporate-02);
  margin-right: 0.5em;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0.5em;
}

/* c-box */
/* ============================================ */
.box-simple,
.box-simple-border {
  background: var(--color-bg);
  padding: 30px 16px;
  border-radius: 4px;
}
@media (min-width: calc(640em / 16)) {
  .box-simple,
  .box-simple-border {
    padding: 30px;
  }
}
.box-simple.--bg-light,
.box-simple-border.--bg-light {
  background: #faf9f5;
}

.box-simple-border {
  border: #000 2px solid;
}

.box-border {
  border: #000 2px solid;
}
.box-border .box-border__inner {
  padding: 25px 20px 20px;
}
@media (min-width: calc(640em / 16)) {
  .box-border .box-border__inner {
    padding: 40px 30px 30px;
  }
}

/* c-color */
/* ============================================ */
/* c-list */
/* ============================================ */
/* list-order */
.list-order {
  counter-reset: item;
}

.list-item-order {
  counter-increment: item;
  position: relative;
}
.list-item-order .content-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 20px min(2.7vw, 40px);
  margin-top: clamp(17px, 1.1vw, 50px);
  flex-flow: column-reverse;
}
@media (min-width: calc(768em / 16)) {
  .list-item-order .content-wrapper {
    flex-flow: row;
  }
}
.list-item-order + .list-item-order {
  margin-top: clamp(40px, 6.1vw, 92px);
}
.list-item-order .content {
  flex: 554;
}
.list-item-order .img {
  flex: 508;
  position: relative;
}
.list-item-order .img img {
  width: 100%;
}

.list-order-title {
  position: relative;
  background: #1f1f1f;
  font-weight: 700;
  padding: 0.48em 10px 0.48em 70px;
  line-height: 1.2;
  font-size: clamp(1.5rem, 1.9vw, 1.75rem);
  color: #fff;
}
@media (min-width: calc(640em / 16)) {
  .list-order-title {
    padding: 0.48em 10px 0.48em 58px;
  }
}
.list-order-title::before {
  content: counter(item, decimal-leading-zero);
  --size: 66px;
  width: var(--size);
  height: var(--size);
  background: #fff;
  border: 3px solid var(--color-corporate-01);
  border-radius: 50%;
  font-family: var(--font-en);
  font-size: 28px;
  color: var(--color-corporate-01);
  font-weight: 600;
  display: grid;
  place-items: center;
  filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.3));
  position: absolute;
  top: 50%;
  left: 23px;
  transform: translate(-50%, -50%);
}
@media (min-width: calc(640em / 16)) {
  .list-order-title::before {
    left: 9px;
  }
}
@media (min-width: calc(1440em / 16)) {
  .list-order-title::before {
    left: 0;
  }
}

/* list-item-order-square */
.list-order-square {
  counter-reset: item;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr));
  gap: clamp(30px, 2.9vw, 43px) min(3.1vw, 47px);
}

.list-item-order-square {
  border: 2px solid #000;
  border-radius: 4px;
  padding: 56px 20px 20px;
  counter-increment: item;
  position: relative;
}
@media (min-width: calc(640em / 16)) {
  .list-item-order-square {
    padding: 47px 25px 27px;
  }
}
.list-item-order-square::before {
  content: counter(item, decimal-leading-zero);
  --size: 66px;
  width: var(--size);
  height: var(--size);
  background: #fff;
  border: 3px solid var(--color-corporate-01);
  border-radius: 50%;
  font-family: var(--font-en);
  font-size: 28px;
  color: var(--color-corporate-01);
  font-weight: 600;
  display: grid;
  place-items: center;
  filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.3));
  position: absolute;
  top: 0;
  left: 9px;
  transform: translate(-28%, -28%);
}
@media (min-width: calc(640em / 16)) {
  .list-item-order-square::before {
    left: 0;
  }
}
.list-item-order-square .title {
  color: var(--color-corporate-01);
  font-size: 1.125rem;
  font-weight: bold;
}
.list-item-order-square .content {
  margin-top: 17px;
}

/* list-pagenav */
.list-pagenav {
  display: grid;
}
@media (min-width: calc(425em / 16)) {
  .list-pagenav {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: calc(768em / 16)) {
  .list-pagenav {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: calc(1200em / 16)) {
  .list-pagenav {
    grid-template-columns: repeat(4, 1fr);
  }
}

.list-item-pagenav {
  background: var(--color-base);
  border: 1px solid #535353;
  border-top: none;
  border-left: none;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 6px;
  min-height: 60px;
  padding: 0.5em;
  height: 100%;
  font-size: 14px;
}
@media (min-width: calc(640em / 16)) {
  .list-item-pagenav {
    font-size: 16px;
  }
}
.list-item-pagenav i {
  font-size: 11px;
  color: var(--color-corporate-01);
}

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

/* p-wp-pagenavi */
/* ============================================ */
.wp-pagenavi {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin: clamp(50px, 13vw, 83px) 0 0;
  position: relative;
  font-size: 15px;
}
.wp-pagenavi .link-circle {
  gap: clamp(5px, 1.7vw, 33px);
}
@media not all and (min-width: calc(425em / 16)) {
  .wp-pagenavi .link-circle {
    font-size: 12px;
  }
}
.wp-pagenavi .link-circle i {
  --size: clamp(36px, 3.8vw, 72px);
}
.wp-pagenavi .previouspostslink.disabled .icon::before,
.wp-pagenavi .nextpostslink.disabled .icon::before {
  --bg-color: #f7f7f7;
}
.wp-pagenavi .previouspostslink {
  margin-right: min(5vw, 39px);
}
.wp-pagenavi .nextpostslink {
  margin-left: min(5vw, 39px);
}
.wp-pagenavi .page,
.wp-pagenavi .current,
.wp-pagenavi .extend {
  font-family: var(--font-jost);
  font-weight: 500;
  display: grid;
  place-items: center;
  line-height: 1;
  --size: 40px;
  font-size: 12px;
  width: var(--size);
  height: var(--size);
}
.wp-pagenavi .current {
  background: #f7f7f7;
}

/* c-table */
/* ============================================ */
.table-simple {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  font-size: 14px;
}
@media (min-width: calc(640em / 16)) {
  .table-simple {
    font-size: 16px;
  }
}
.table-simple .th,
.table-simple .td {
  border-top: 1px solid #fff;
  padding: 26px 30px;
}
@media not all and (min-width: calc(1024em / 16)) {
  .table-simple .th,
  .table-simple .td {
    padding: 24px;
  }
}
@media not all and (min-width: calc(768em / 16)) {
  .table-simple .th,
  .table-simple .td {
    padding: 15px 12px;
  }
}
.table-simple .th {
  background: #f7f7f7;
  width: 252px;
}
.table-simple .td {
  border-color: #ccc;
}
.table-simple .price {
  font-size: 18px;
  font-family: var(--font-jost);
  font-weight: 600;
}
.table-simple .sub {
  font-size: 13px;
  letter-spacing: -0.05em;
}
.table-simple .sub.--thin {
  letter-spacing: -0.17em;
}
.table-simple .rl {
  writing-mode: vertical-rl;
  white-space: pre;
}
.table-simple .list-wrapper {
  display: flex;
  gap: 15px;
}
.table-simple .list {
  font-size: 13px;
  font-weight: bold;
  text-align: left;
}
.table-simple tbody tr:first-child th {
  border-top: none;
}
.table-simple tbody tr:last-child .td {
  border-bottom: 1px solid #ccc;
}
.table-simple tfoot .price {
  font-size: 21px;
}
.table-simple thead tr:first-child th:nth-of-type(n + 2) {
  width: 190px;
}
.table-simple thead .th.sub {
  padding: 1em 0;
}
.table-simple.--border {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.table-simple.--border .th,
.table-simple.--border .td {
  border-top: none;
  border-bottom: 1px solid #ccc;
  text-align: center;
  padding: 1em 10px;
  width: auto;
  font-weight: bold;
  vertical-align: middle;
}
.table-simple.--border tr > * {
  border-right: 1px solid #ccc;
}
.table-simple.--kind .td {
  vertical-align: top;
}
.table-simple.--price .th,
.table-simple.--price .td {
  padding: 1em 0;
}
.table-simple .fixed-x {
  position: sticky;
  left: 0;
  z-index: 1;
}
.table-simple .fixed-y {
  position: sticky;
  top: 0;
  z-index: 2;
}

.scroll-hint-icon {
  z-index: 3;
}

.th-diagonal {
  padding: 0 !important;
  position: relative;
}
.th-diagonal__inner {
  position: absolute;
  inset: 0;
  display: grid;
  background: #ccc;
}
.th-diagonal__01,
.th-diagonal__02 {
  grid-area: 1/1;
  display: block;
  padding: 5px;
  background: #f7f7f7;
}
.th-diagonal__01 {
  clip-path: polygon(1% 0, 100% 99%, 100% 0);
  text-align: right;
}
.th-diagonal__02 {
  clip-path: polygon(0 1%, 99% 100%, 0 100%);
  display: flex;
  align-items: end;
}

@media not all and (min-width: calc(75em)) {
  .th-diagonal {
    height: 80px;
  }
  .th-diagonal__inner {
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-size: 12px;
    padding-bottom: 1px;
  }
  .th-diagonal__01,
  .th-diagonal__02 {
    padding: 3px;
  }
  .th-diagonal__01 {
    display: flex;
  }
  .th-diagonal__02 {
    justify-content: end;
  }
}

/* p-form */
/* ============================================ */
.form-item + .form-item {
  margin-top: min(7vw, 42px);
}
.form-item select {
  border: 1px solid #acb5bf;
  border-radius: 5px;
  line-height: 1;
  padding: 1.1em;
  width: 100%;
  max-width: 20rem;
  background: url(images/common/icon_chevron-down-solid.svg) no-repeat center
    right 24.5px/12px 7px;
  padding-right: 41px;
}
.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 #ccc;
  padding: 1.1em;
  line-height: 1;
  width: 100%;
  background: #fff;
}
.form-item ::-moz-placeholder {
  color: #bababa;
}
.form-item ::placeholder {
  color: #bababa;
}
.form-item .button-square {
  line-height: 1;
  padding: 0.75em 1.11em;
  font-size: 0.9rem;
}
@media (min-width: calc(640em / 16)) {
  .form-item .button-square {
    font-size: 1rem;
  }
}

.form-title {
  display: flex;
  align-items: center;
  gap: 9px;
  font-weight: 700;
}

.form-content {
  margin-top: 14px;
}

.form-required {
  padding: 0.2em 0.4em;
  line-height: 1;
  color: #fff;
  font-size: 13px;
  flex-shrink: 0;
  background: var(--color-corporate-01);
}

.form-acceptance {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.form-acceptance label {
  display: block;
  line-height: 1.2;
}

.form-acceptance input[type="checkbox"] + span {
  display: grid;
  grid-template-columns: min-content 1fr;
  gap: 10px;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.form-acceptance input[type="checkbox"] + span::before {
  content: "";
  display: inline-block;
  --size: 18px;
  width: var(--size);
  height: var(--size);
  border: 1px solid #c9c9c9;
  grid-area: 1/1;
  background: #fff;
}
.form-acceptance input[type="checkbox"] + span::after {
  content: "\f00c";
  display: inline-block;
  --size: 13px;
  font-size: 13px;
  width: var(--size);
  height: var(--size);
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  grid-area: 1/1;
  opacity: 0;
  margin-left: 4px;
  transition: opacity var(--duration--s);
}
.form-acceptance input[type="checkbox"]:checked + span::after {
  opacity: 1;
}

.privacypolicy {
  border: 1px solid #ccc;
  padding: 20px;
  height: 186px;
  overflow-x: auto;
  overflow-y: scroll;
  background: #fff;
}
@media (min-width: calc(640em / 16)) {
  .privacypolicy {
    padding: 34px 42px;
  }
}
.privacypolicy .title {
  font-weight: 700;
}
.privacypolicy .content {
  font-size: 0.9375rem;
}

div.wpcf7 .ajax-loader,
.ajax-loader {
  display: none;
}

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

.wpcf7-spinner {
  display: none;
}

/* c-container */
/* ============================================ */
.container-xl-2 {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 68.75rem;
}

.container-xl {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 75rem;
}

.container-2xl {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 79.125rem;
}

.container-4xl {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 93.75rem;
}

/* c-wrapper */
/* ============================================ */
.wrapper {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: calc(640em / 16)) {
  .wrapper {
    padding-left: 33px;
    padding-right: 33px;
  }
}

.page-container {
  background: #fff;
  padding-bottom: clamp(80px, 20vw, 126px);
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: calc(640em / 16)) {
  .page-container {
    padding-left: 33px;
    padding-right: 33px;
  }
}

/* c-news */
/* ============================================ */
.news-date {
  font-size: 0.9375rem;
  font-family: var(--font-jost);
}

.news-title {
  -webkit-text-decoration: underline 1px solid;
  text-decoration: underline 1px solid;
  text-decoration-color: #9b9b9b;
}

.news-title-detail {
  font-size: 1.3125rem;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.5em;
  font-weight: 700;
}

.news-item .news-date {
  margin-top: 10px;
}
@media (min-width: calc(640em / 16)) {
  .news-item .news-date {
    margin-top: 23px;
  }
}
.news-item .news-title {
  margin-top: 9px;
}
@media not all and (min-width: calc(640em / 16)) {
  .news-item .news-title {
    font-size: 0.875rem;
  }
}
.news-item .img img {
  height: auto;
}

.news-list {
  display: grid;
  gap: clamp(20px, 4vw, 60px) max(4.5%, 15px);
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: calc(768em / 16)) {
  .news-list {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* c-tels */
/* ============================================ */
.tels {
  text-align: center;
  margin-top: 20px;
}
.tels.--row {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px 17px;
}
.tels .tel {
  font-family: var(--font-noto);
  font-size: clamp(1.5625rem, 5.2vw, 2.5rem);
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.2em;
  line-height: 1;
}
.tels .tel i {
  font-size: 0.55em;
}
.tels .text {
  font-size: 0.75rem;
  color: #999;
  margin-top: 8px;
}

/* c-sns */
/* ============================================ */
.sns {
  --size: 38px;
  width: var(--size);
  height: var(--size);
  font-size: 16px;
  display: grid;
  place-items: center;
  background: var(--color-bg);
  border-radius: 50%;
  color: #202020;
}

/* p-post-navigation */
/* ============================================ */
.post-navigation {
  display: grid;
  justify-content: space-between;
  align-items: center;
  margin: 58px auto 0;
  gap: 30px 15px;
}
@media (min-width: calc(640em / 16)) {
  .post-navigation {
    display: flex;
  }
}

.nav-previous a,
.nav-next a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
}
@media (min-width: calc(640em / 16)) {
  .nav-previous a,
  .nav-next a {
    font-size: 15px;
  }
}
.nav-previous a .icon::before,
.nav-next a .icon::before {
  width: 6px;
  height: 12px;
}
.nav-previous a.--no-post,
.nav-next a.--no-post {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

@media not all and (min-width: calc(640em / 16)) {
  .nav-previous {
    grid-row: 1;
    grid-column: 1;
  }
}

@media not all and (min-width: calc(640em / 16)) {
  .nav-next {
    grid-row: 1;
    grid-column: 2;
  }
}

.nav-back {
  flex: 1;
}
@media not all and (min-width: calc(640em / 16)) {
  .nav-back {
    grid-row: 2;
    grid-column: 1/3;
  }
}

/* c-editor */
/* ============================================ */
.editor-content {
  padding: 37px 0 0;
}
.editor-content > *:first-child {
  margin-top: 0;
}
.editor-content > * + * {
  margin-top: 12px;
}

/* c-slides */
/* ============================================ */
/* splide */
.splide {
  position: relative;
}

.splide__arrow {
  width: clamp(35px, 4vw, 60px);
  height: 122px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: url(images/top/arrow_top-news_left.png) no-repeat center/contain;
  z-index: 2;
}
.splide__arrow:disabled {
  opacity: 0.5;
}

.splide__arrow--prev {
  left: 0;
}

.splide__arrow--next {
  left: auto;
  right: 0;
  transform: scaleX(-1) translateY(-50%);
}

.splide__pagination {
  position: absolute;
  bottom: 16px;
  right: 13px;
  display: flex;
  gap: 9px;
}

.splide__pagination__page {
  border-radius: 50px;
  --size: 7px;
  width: var(--size);
  height: var(--size);
  opacity: 0.5;
  background: #fff;
  transition-property: opacity, background-color;
  transition-duration: var(--duration--s);
}
.splide__pagination__page.is-active {
  background: var(--color-corporate-01);
  opacity: 1;
}

/* swiper */
.swiper {
  position: relative;
}
.swiper .swiper-slide {
  transition-property: opacity, transform;
}

.js-swiper-thumbnail {
  margin-top: 30px;
}
.js-swiper-thumbnail .swiper-slide {
  position: relative;
}
.js-swiper-thumbnail .swiper-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  opacity: 0.6;
  transition: opacity var(--duration--s);
}
.js-swiper-thumbnail .swiper-slide.swiper-slide-thumb-active::before {
  opacity: 0;
}
.js-swiper-thumbnail .swiper-slide img {
  aspect-ratio: 150/100;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.swiper-scrollbar {
  position: relative;
  margin-top: 10px;
}

.swiper-scrollbar::after {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  margin: auto;
  content: "";
  background-color: #eee;
}

.swiper-scrollbar-drag {
  height: 20px;
  padding: 8px 0;
  cursor: pointer;
  background-color: var(--color-corporate-01);
  background-clip: content-box;
}

.swiper-scrollbar-drag:active {
  background-color: #f12617;
}

/* c-img */
/* ============================================ */
.img__effect {
  position: absolute;
  top: -20px;
  right: -14px;
}

/*
--------------------------------
project
使いまわさないやつ
--------------------------------
*/
/* p-mv */
/* ============================================ */
.mv {
  position: relative;
  display: grid;
}

.mv__slide {
  position: relative;
  grid-area: 1/1;
  height: 100%;
}
@media (min-width: calc(768em / 16)) {
  .mv__slide {
    height: calc(100vh - (var(--header-height) + 16px));
  }
}
.mv__slide .splide {
  display: grid;
  height: 100%;
}
.mv__slide .splide__track {
  grid-area: 1/1;
  height: 100%;
}
.mv__slide .splide__list,
.mv__slide .splide__slide {
  height: 100%;
}
.mv__slide .splide__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.mv__slide .splide__pagination {
  grid-area: 1/1;
  align-self: end;
  justify-self: end;
  display: flex;
  gap: 14px;
  padding: 0 29px 14px 0;
  z-index: 1;
  position: static;
}
.mv__slide .splide__pagination__page {
  background: #fff;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  --size: 10px;
  width: var(--size);
  height: var(--size);
  opacity: 0.5;
  transition-property: background-color, opacity;
  transition-duration: var(--duration--s);
}
.mv__slide .splide__pagination__page:hover {
  opacity: 0.5;
}
.mv__slide .splide__pagination__page.is-active {
  background: var(--color-corporate-01);
  opacity: 1;
}

.mv__slide::before {
  content: "";
  inset: 0;
  background: #222;
  opacity: 0.28;
  position: absolute;
  z-index: 1;
  pointer-events: none;
}

.mv__catch {
  text-align: center;
  grid-area: 1/1;
  position: relative;
  z-index: 2;
  align-self: center;
  justify-self: center;
  pointer-events: none;
}

/* p-top-news */
/* ============================================ */
.top-news {
  background: #fff;
}

.top-news__slide {
  padding: 0 clamp(35px, 4.6vw, 70px);
}

/* p-top-lineup */
/* ============================================ */
.top-lineup {
  background: url(images/top/bg_top-lineup_01.png) no-repeat center/cover;
}
.top-lineup .inner {
  background: #fff;
  border: 2px solid #000;
  border-radius: 5px;
}
.top-lineup .container-2xl {
  max-width: max(79.125rem, 84.4vw);
}

/* p-top-links */
/* ============================================ */
.top-links {
  background: #fff;
}
.top-links .container-2xl {
  max-width: max(79.125rem, 84.4vw);
}

.top-links__list {
  display: grid;
  gap: 4.4%;
}
.top-links__list li {
  height: 200px;
}
@media (min-width: calc(640em / 16)) {
  .top-links__list li {
    height: 280px;
  }
}
@media (min-width: calc(1024em / 16)) {
  .top-links__list {
    grid-template-columns: 1fr 1fr;
  }
  .top-links__list li {
    height: 403px;
  }
  .top-links__list li:nth-of-type(1) {
    grid-column: 1/3;
    height: 420px;
  }
}
.top-links__list .link {
  background: no-repeat center/cover;
  padding: 27px 16px;
  color: #fff;
  height: 100%;
  position: relative;
  display: grid;
}
@media (min-width: calc(640em / 16)) {
  .top-links__list .link {
    padding: 27px 33px;
  }
}
.top-links__list .link::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 60%, #000 100%);
}
.top-links__list .link .title {
  grid-area: 1/1;
  align-self: end;
  display: flex;
  flex-flow: column;
  position: relative;
}
.top-links__list .link .title .en {
  font-family: var(--font-en);
  padding-bottom: 5px;
}
.top-links__list .link .title .ja {
  font-family: var(--font-noto);
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  gap: 0.6em;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.2;
}
@media (min-width: calc(375em / 16)) {
  .top-links__list .link .title .ja {
    font-size: 1.5rem;
  }
}
@media (min-width: calc(425em / 16)) {
  .top-links__list .link .title .ja {
    font-size: 1.625rem;
  }
}
@media (min-width: calc(768em / 16)) {
  .top-links__list .link .title .ja {
    font-size: 2.375rem;
  }
}
@media (min-width: calc(1024em / 16)) {
  .top-links__list .link .title .ja {
    font-size: 2.0625rem;
  }
}
@media (min-width: calc(1440em / 16)) {
  .top-links__list .link .title .ja {
    font-size: 3rem;
  }
}
.top-links__list .link .title i {
  width: 0.56em;
}
.top-links__list .link.--service {
  background-image: url(images/top/bg_top-service_01.jpg);
}
.top-links__list .link.--flow {
  background-image: url(images/top/bg_top-flow_01.jpg);
}
.top-links__list .link.--company {
  background-image: url(images/top/bg_top-company_01.jpg);
}

/* p-company */
/* ============================================ */
@media not all and (min-width: calc(768em / 16)) {
  .table-simple.--company .th {
    width: 150px;
  }
}
@media not all and (min-width: calc(425em / 16)) {
  .table-simple.--company .th {
    width: 50px;
  }
  .table-simple.--company .th span {
    writing-mode: vertical-rl;
    text-orientation: upright;
    vertical-align: middle;
    white-space: pre;
  }
}

/* access */
.access-list {
  display: flex;
  gap: 40px min(4.5vw, 50px);
  flex-flow: column;
}
@media (min-width: calc(640em / 16)) {
  .access-list {
    flex-flow: row;
  }
}

.access-item {
  flex: 1;
  display: flex;
  flex-flow: column;
  gap: 23px;
}
.access-item .content {
  flex: 1;
}
.access-item .map {
  aspect-ratio: 525/350;
}
.access-item .map iframe {
  width: 100%;
  height: 100%;
}

/* p-lineup */
/* ============================================ */
/* lineup-list */
.lineup-list {
  display: grid;
  gap: clamp(20px, 5.5vw, 60px) min(4.5vw, 50px);
  grid-template-columns: repeat(
    auto-fill,
    minmax(min(100%, max(30%, 222px)), 1fr)
  );
}

.lineup-item {
  display: flex;
  flex-flow: column;
}
.lineup-item .img {
  aspect-ratio: 333/222;
}
.lineup-item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.lineup-item .lineup-price {
  margin-top: auto;
}
.lineup-item .button-square {
  max-width: none;
}

.lineup-brand {
  font-size: 0.875rem;
}

.lineup-title {
  font-weight: 700;
  font-size: clamp(1.125rem, 3vw, 1.25rem);
  line-height: 1.2;
}

.lineup-price {
  font-size: 0.875rem;
  flex-shrink: 0;
}
.lineup-price .price {
  color: var(--color-corporate-01);
  font-size: 1.5rem;
  line-height: 1;
  font-weight: bold;
}
.lineup-price .unit {
  color: var(--color-corporate-01);
  font-weight: bold;
}

/* lineup detail */
.lineup-title-detail-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 10px 30px;
  border-bottom: 1px solid #ccc;
  padding: 0 0 13px;
  flex-flow: column;
}
@media (min-width: calc(640em / 16)) {
  .lineup-title-detail-wrapper {
    flex-flow: row;
    align-items: center;
  }
}
@media not all and (min-width: calc(640em / 16)) {
  .lineup-title-detail-wrapper .lineup-price {
    align-self: end;
  }
}

.lineup-title-detail {
  font-weight: 700;
  font-size: 1.3125rem;
  line-height: 1.2;
}

/* lineup-detail-slide */
.lineup-detail-slide .lineup-detail-slide__main img {
  aspect-ratio: 1100/620;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.lineup-detail-slide .splide__arrow {
  width: clamp(35px, 5vw, 60px);
}

/* table-simple --lineup */
@media not all and (min-width: calc(1200em / 16)) {
  .table-simple.--lineup .th {
    width: 170px;
  }
}
@media not all and (min-width: calc(768em / 16)) {
  .table-simple.--lineup .th {
    width: 50px;
    vertical-align: middle;
  }
  .table-simple.--lineup .th span {
    writing-mode: vertical-rl;
    text-orientation: upright;
    white-space: pre;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media not all and (min-width: calc(768em / 16)) {
  .table-simple.--lineup .th {
    padding: 15px 2px;
  }
}

/* gear */
.gear-list {
  display: grid;
  grid-template-columns: repeat(
    auto-fill,
    minmax(min(50% - 6.5px, 11.25rem), 1fr)
  );
  gap: 10px 13px;
}

.gear-item {
  background: var(--color-bg);
  font-size: 0.875rem;
  padding: 0.8em;
  display: grid;
  place-items: center;
}

/* p-flow */
/* ============================================ */
/* flow */
.list-order.--flow .box-border {
  border-radius: 3px;
}
.list-order.--flow .content-wrapper {
  border-top: none;
  padding: 36px 20px 30px;
  gap: clamp(20px, 4vw, 60px);
  margin-top: 0;
}
@media (min-width: calc(640em / 16)) {
  .list-order.--flow .content-wrapper {
    padding: 36px;
  }
}
.list-order.--flow + .list-order.--flow {
  margin-top: 60px;
}
.list-order.--flow + .list-order.--flow::before {
  content: "";
  display: block;
  width: 24px;
  height: 21px;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #1f1f1f;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.list-order.--flow .content {
  flex: 641;
}
.list-order.--flow .img {
  border-radius: 3px;
  flex: 329;
  text-align: center;
}
@media (min-width: calc(768em / 16)) {
  .list-order.--flow .img {
    min-width: 260px;
  }
}

/* p-service */
/* ============================================ */
/* service */
@media not all and (min-width: calc(1200em / 16)) {
  .table-simple.--service tbody th {
    width: auto;
  }
  .table-simple.--service tbody th span {
    writing-mode: vertical-rl;
    text-orientation: upright;
    white-space: pre;
  }
}
@media (min-width: calc(1200em / 16)) {
  .table-simple.--service tbody tr:first-child th:nth-of-type(2) {
    width: 103px;
  }
}

/* roomcoating */
.table-simple.--roomcoating {
  table-layout: fixed;
}
.table-simple.--roomcoating .th {
  width: 255px;
}
@media not all and (min-width: 31.25em) {
  .table-simple.--roomcoating .th {
    width: auto;
  }
}
.table-simple.--roomcoating .td {
  min-width: 137px;
}
.table-simple.--roomcoating .price {
  font-size: 24px;
}

/* safety */
.table-simple.--safety .th {
  width: auto;
}
@media (min-width: calc(768em / 16)) {
  .table-simple.--safety .th {
    width: 211px;
  }
}
.table-simple.--safety .price {
  font-size: 24px;
}

.--safety .list-item-order-square .img {
  float: right;
}
.--safety .list-item-order-square:nth-of-type(1) .img {
  margin-top: -7px;
}
.--safety .list-item-order-square:nth-of-type(2) .img {
  margin-top: 5px;
}
.--safety .list-item-order-square:nth-of-type(2) .img {
  margin-top: 5px;
}
.--safety .list-item-order-square:nth-of-type(3) .img {
  margin-top: 54px;
}
.--safety .list-item-order-square:nth-of-type(4) .title {
  float: left;
}
.--safety .list-item-order-square:nth-of-type(4) .content {
  margin-top: 43px;
}

/* coating */
@media (min-width: calc(1200em / 16)) {
  .table-simple.--coating .price {
    font-size: 21px;
  }
}
.table-simple.--coating thead tr:first-child th:nth-of-type(n + 2) {
  width: 192.5px;
}
@media (min-width: calc(1200em / 16)) {
  .table-simple.--coating thead tr:first-child th:nth-of-type(n + 2) {
    width: 229px;
  }
}
.table-simple.--coating thead tr:first-child th:first-child {
  width: 184px;
}
@media not all and (min-width: calc(1200em / 16)) {
  .table-simple.--coating thead tr:first-child th:first-child {
    width: 50px;
    line-height: 1.2;
    padding: 1em 0.2em;
  }
  .table-simple.--coating thead tr:first-child th:first-child span {
    writing-mode: vertical-rl;
    text-orientation: upright;
    white-space: pre;
  }
}
.table-simple.--coating tbody .th {
  width: 184px;
}
@media not all and (min-width: calc(1200em / 16)) {
  .table-simple.--coating tbody .th {
    line-height: 1.2;
    padding: 1em 0.2em;
    width: 50px;
  }
  .table-simple.--coating tbody .th span {
    writing-mode: vertical-rl;
    text-orientation: upright;
    white-space: pre;
  }
}
.table-simple.--coating.--small thead tr:first-child th:nth-of-type(n + 2) {
  width: 112.6px;
}
@media (min-width: calc(1200em / 16)) {
  .table-simple.--coating.--small thead tr:first-child th:nth-of-type(n + 2) {
    width: 114.5px;
  }
}

/* @media (min-width: calc(1200em / 16)) {
  .table-simple.--coating.--price thead {
    position: absolute;
    white-space: nowrap;
    width: 1px;
    height: 1px;
    overflow: hidden;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    margin: -1px;
  }
} */

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