/* Reset
----------------------------------------------------------------- */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font: inherit;
  font-size: 100%;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

/* =============================================================

Custom Properties

* ============================================================= */
/* color
============================== */
:root {
  --base-color: #424242;
  --key-color:  #f95931;
  --border-color:#999;
  --bg-color: #f6f6f6;
  --red: #f32d22;
}

/* size / font
============================== */
:root {
  --frame-width: 1366;
  --inner-width: 1080;
  --frame-width-px: calc(var(--frame-width) * 1px);
  --outer-width-px: min(1200px, 100% - var(--inner-padding) * 2);
  --inner-width-px: calc(var(--inner-width) * 1px);
  --inner-padding: calc(15px + var(--slope-1px) * 10);
  --outer-overflow: calc(var(--vw) * 50 - var(--outer-width-px) * .5 - var(--inner-padding));
  --inner-overflow: calc(var(--vw) * 50 - var(--inner-width-px) * .5);
  --header-height: calc(62px + var(--slope-1px) * 21);
  --border-radius: calc(10px + var(--slope-1px) * 6);
  --border-radius-lg: calc(16px + var(--slope-1px) * 8);
  --ovall-radius: calc(1px / 0);
  --base-font-size: 16;
  --base-font-px: calc(var(--base-font-size) * 1px);
  --line-height: 1.6;
  --line-space: (var(--line-height) - 1)/2;
  /* family */
  --body-font-family: "Zen Kaku Gothic Antique", sans-serif;
  --base-font-family: "Zen Kaku Gothic Antique", sans-serif;
  --en-font-family: "Caveat", cursive;
  --point-en-font-family: "Rock Salt", cursive;
  /* animation */
  --animation: cubic-bezier(.455, .03, .515, .955);
  /* z-index */
  --local-z-index: 0;
  --navigation-z-index: 200;
  --header-z-index: 1000;
  --modal-z-index: 1001;
  --loader-z-index: 1002;
}

@media screen and (max-width: 1250px) {
  :root {
    --outer-overflow: var(--inner-padding);
  }
}

@media screen and (max-width: 1130px) {
  :root {
    --inner-overflow: var(--inner-padding);
  }
}

/* utility
============================== */
:root {
  --vw: 1vw;
  --vh: 1vh;
  --base-cqi: calc(100cqi / 1366);
  --base-cqi-mobile: calc(100cqi / 375);
  --base-cqb: calc(100cqb / 768);
  --slope-1px: clamp(0px, -.95663px + .2551vw, 1px);
  --leading-trim: calc((1em - 1lh) / 2);
  --is-support-lh: initial;
  --is-support-not-lh: "";
}

:where(:lang(en)) {
  --leading-trim: var(--is-support-lh, calc((1cap - 1lh) / 2)) var(--is-support-not-lh, 0px);
}

@supports not (top: 1lh) {
  :where(:root) {
    --is-support-lh: "";
    --is-support-not-lh: initial;
  }
}

/* utility
============================== */
:root {
  --icon-arrow: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M14.4668 10.7634H3.74501C3.53147 10.7634 3.35391 10.691 3.21235 10.5464C3.07078 10.4017 3 10.2202 3 10.002C3 9.78373 3.07078 9.60227 3.21235 9.45759C3.35391 9.3129 3.53147 9.24056 3.74501 9.24056H14.4668L9.6237 4.29079C9.47468 4.13849 9.40144 3.96084 9.40397 3.75782C9.40651 3.55466 9.48228 3.37693 9.6313 3.22463C9.78031 3.07751 9.95414 3.00265 10.1528 3.00006C10.3514 2.99748 10.5252 3.07233 10.6743 3.22463L16.7841 9.46901C16.8635 9.55018 16.9194 9.63395 16.9517 9.7203C16.9839 9.8065 17 9.90039 17 10.002C17 10.1036 16.9839 10.1974 16.9517 10.2836C16.9194 10.37 16.8635 10.4538 16.7841 10.5349L10.6743 16.7793C10.5303 16.9264 10.3578 17 10.1566 17C9.95541 17 9.78031 16.9264 9.6313 16.7793C9.48228 16.627 9.40777 16.4481 9.40777 16.2425C9.40777 16.0369 9.48228 15.8579 9.6313 15.7056L14.4668 10.7634Z" fill="%23424242"/></svg>');
  --icon-blank: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M4.28821 17C3.93423 17 3.63103 16.8738 3.37862 16.6214C3.12621 16.369 3 16.0658 3 15.7118V4.28821C3 3.93423 3.12621 3.63103 3.37862 3.37862C3.63103 3.12621 3.93423 3 4.28821 3H8.95679C9.10366 3 9.22664 3.04975 9.32574 3.14926C9.4247 3.24877 9.47418 3.3723 9.47418 3.51985C9.47418 3.6674 9.4247 3.79011 9.32574 3.88797C9.22664 3.98583 9.10366 4.03477 8.95679 4.03477H4.28821C4.22479 4.03477 4.16667 4.06112 4.11382 4.11382C4.06112 4.16667 4.03476 4.22479 4.03476 4.28821V15.7118C4.03476 15.7752 4.06112 15.8333 4.11382 15.8862C4.16667 15.9389 4.22479 15.9652 4.28821 15.9652H15.7118C15.7752 15.9652 15.8333 15.9389 15.8862 15.8862C15.9389 15.8333 15.9652 15.7752 15.9652 15.7118V11.0432C15.9652 10.8963 16.015 10.7734 16.1145 10.6743C16.214 10.5753 16.3375 10.5258 16.4851 10.5258C16.6326 10.5258 16.7553 10.5753 16.8532 10.6743C16.9511 10.7734 17 10.8963 17 11.0432V15.7118C17 16.0658 16.8738 16.369 16.6214 16.6214C16.369 16.8738 16.0658 17 15.7118 17H4.28821ZM15.9652 4.77162L8.42479 12.3123C8.32556 12.4115 8.20546 12.461 8.0645 12.4607C7.92354 12.4606 7.80077 12.4083 7.69618 12.3038C7.59173 12.1992 7.5395 12.0778 7.5395 11.9396C7.5395 11.8013 7.59173 11.6798 7.69618 11.5752L15.2368 4.03477H11.7547C11.6079 4.03477 11.485 3.98501 11.386 3.8855C11.2869 3.78599 11.2374 3.66246 11.2374 3.51491C11.2374 3.36736 11.2869 3.24466 11.386 3.14679C11.485 3.04893 11.6079 3 11.7547 3H16.356C16.5398 3 16.693 3.06142 16.8157 3.18426C16.9386 3.30697 17 3.46022 17 3.644V8.24527C17 8.39213 16.9502 8.51504 16.8507 8.614C16.7512 8.7131 16.6277 8.76265 16.4801 8.76265C16.3326 8.76265 16.2099 8.7131 16.112 8.614C16.0142 8.51504 15.9652 8.39213 15.9652 8.24527V4.77162Z" fill="%23424242"/></svg>');
  --icon-angle: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M5.33351 2.5318C5.24789 2.61796 5.19995 2.73363 5.19995 2.85408C5.19995 2.97453 5.24789 3.0902 5.33351 3.17636L10.1172 8L5.33351 12.8227C5.24789 12.9088 5.19995 13.0245 5.19995 13.145C5.19995 13.2654 5.24789 13.3811 5.33351 13.4672C5.37513 13.5093 5.42489 13.5426 5.47986 13.5654C5.53482 13.5883 5.59388 13.6 5.65354 13.6C5.7132 13.6 5.77225 13.5883 5.82722 13.5654C5.88218 13.5426 5.93194 13.5093 5.97356 13.4672L11.0606 8.33676C11.1499 8.24666 11.2 8.12582 11.2 8C11.2 7.87418 11.1499 7.75334 11.0606 7.66324L5.97356 2.53276C5.93194 2.49075 5.88218 2.45735 5.82722 2.43455C5.77225 2.41175 5.7132 2.4 5.65354 2.4C5.59388 2.4 5.53482 2.41175 5.47986 2.43455C5.42489 2.45735 5.37513 2.49075 5.33351 2.53276V2.5318Z" fill="%23424242"/></svg>');
  --icon-close: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"><path fill="%23333" d="m12 13.6052-7.0622 7.0622Q4.6052 21 4.135 21q-.4698 0-.8024-.3326T3 19.865q0-.4703.3326-.8028L10.3948 12 3.3326 4.9378Q3 4.6052 3 4.135q0-.4698.3326-.8024T4.135 3q.4702 0 .8028.3326L12 10.3948l7.0622-7.0622Q19.3947 3 19.865 3q.4698 0 .8024.3326T21 4.135q0 .4702-.3326.8028L13.6052 12l7.0622 7.0622q.3326.3325.3326.8028 0 .4698-.3326.8024T19.865 21q-.4703 0-.8028-.3326z"/></svg>');
}

/* data-intersection
============================== */
:where([data-intersection]) {
  transition-delay: var(--intersection-delay), var(--intersection-delay);
  transition-duration: var(--intersection-duration-opacity), var(--intersection-duration-transform);
  transition-property: opacity, transform;

  --intersection-y: 40px;
  --intersection-x: 0;
  --intersection-opacity: 0;
  --intersection-duration-transform: .8s;
  --intersection-duration-opacity: 1s;
  --intersection-delay: .2s;
}

[data-intersection] {
  opacity: var(--intersection-opacity);
  transform: translateX(var(--intersection-x)) translateY(var(--intersection-y));
}

:where([data-intersection][data-intersecting=true]) {
  --intersection-y: 0 !important;
  --intersection-x: 0 !important;
  --intersection-opacity: 1 !important;
}

/* =============================================================

Base

* ============================================================= */
*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  height: 100%;
  margin: 0;
  padding: 0;
  background: linear-gradient(rgba(255, 255, 255, .8), rgba(255, 255, 255, .8)) repeat, url(../img/bg/paper-03.webp) 0 0/100% auto repeat;
  font-size: 62.5%;
}

html[data-id=index] {
  background: var(--bg-color);
}

body {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  color: var(--base-color);
  letter-spacing: .03em;
  font-weight: 500;
  font-size: calc(1.5rem + var(--slope-1px));
  font-family: var(--base-font-family);
  line-height: var(--line-height);
  -webkit-text-size-adjust: 100%;
}

body.is-toggle-menu-open {
  overflow: hidden;
}

body > * {
  backface-visibility: hidden;
}

:where(img, svg) {
  display: block;
  height: auto;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: underline;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
}

@media screen and (min-width: 769px) {
  a.js-tel {
    text-decoration: none;
    cursor: text;
    pointer-events: none;
  }
}

button {
  cursor: pointer;
}

sup {
  vertical-align: super;
  font-size: 70%;
}

sub {
  vertical-align: sub;
  font-size: 70%;
}

*[data-anchor-id] {
  scroll-margin-top: var(--header-height);
}

*[data-toggle-id] {
  display: none;
}

/* l-wrapper
============================== */
.l-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100%;
  margin-inline: auto;
}

@media screen and (max-width: 768px) {
  .l-wrapper {
    min-width: 0;
  }
}

@media print {
  .l-wrapper {
    min-width: 1080px;
  }
}

/* data-toggle-id
============================== */
*[data-toggle-id] {
  display: none;
}

/* =============================================================

Header

* ============================================================= */
/* header
=============================== */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--header-z-index);
  width: 100%;
  height: var(--header-height);
  background: transparent;
  transition: opacity .3s ease-in-out, transform .3s ease-in-out;
  pointer-events: none;
}

.l-header__inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 14px;
  transition: opacity .3s ease-in-out, transform .3s ease-in-out;
  pointer-events: auto;
}

/* l-header-logo
=============================== */
.l-header-logo {
  width: calc(202px + var(--slope-1px) * 79);
}

.l-header-logo a {
  display: block;
  overflow: hidden;
  padding: 20px calc(20px + var(--slope-1px) * 4) 18px calc(18px + var(--slope-1px) * 2);
  border-bottom-right-radius: 16px;
  background: #fff;
  transition: opacity .25s;
}

.l-header-logo a:hover {
  opacity: .7;
}

/* l-header-nav
============================== */
.l-header-nav {
  padding-right: calc(10px + var(--slope-1px) * 6);
}

.l-header-nav__list {
  display: flex !important;
  align-items: center;
  gap: 0 calc(20px + var(--slope-1px) * 12);
}

@media screen and (max-width: 960px) {
  .l-header-nav__list {
    display: none !important;
  }
}

.l-header-nav__list-inner {
  display: grid;
  grid-template-columns: repeat(4, auto);
  gap: 28px;
}

.l-header-nav__item {
  display: contents;
}

.l-header-nav__item a {
  display: block;
  color: currentColor;
  text-decoration: none;
  transition: opacity .25s;
}

.l-header-nav__item a:hover {
  opacity: .7;
}

.l-header-nav__button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 43px;
  padding: 10px 14px;
  border-radius: var(--ovall-radius);
  background: var(--key-color);
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: calc(14px + var(--slope-1px) * 1);
  line-height: 1;
  transition: filter .25s;
}

.l-header-nav__button:hover {
  filter: brightness(1.25);
}

.l-header-nav__toggle {
  display: none;
}

@media screen and (max-width: 960px) {
  .l-header-nav__toggle {
    display: block;
  }
}

/* l-header-toggle
=============================== */
.l-header-toggle {
  position: relative;
  z-index: 1001;
  display: flex;
  visibility: visible;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  aspect-ratio: 1/1;
  outline: none;
  border: 1px solid #fff;
  border-radius: 50%;
  background: #fff;
  color: var(--base-color);
  cursor: pointer;
  transition: border-color .3s;
  pointer-events: all;
  appearance: none;
}

.l-header-toggle span, .l-header-toggle::before, .l-header-toggle::after {
  position: absolute;
  inset: 0;
  display: block;
  width: 21px;
  height: 2px;
  margin: auto;
  border-radius: 2px;
  background: currentColor;
  transition: opacity .15s .15s, translate .15s .15s, rotate .15s;
}

body.is-toggle-menu-open .l-header-toggle span, body.is-toggle-menu-open .l-header-toggle::before, body.is-toggle-menu-open .l-header-toggle::after {
  transition: opacity .15s, translate .15s, rotate .15s .15s;
}

.l-header-toggle::before {
  content: "";

  translate: 0px -7px;
}

.l-header-toggle::after {
  content: "";

  translate: 0px 7px;
}

.l-header-toggle:focus-visible {
  outline: 2px solid var(--key-color);
}

body.is-toggle-menu-open .l-header-toggle {
  border-color: var(--base-color);
}

body.is-toggle-menu-open .l-header-toggle span {
  opacity: 0;
}

body.is-toggle-menu-open .l-header-toggle::before {
  translate: 0 0;
  rotate: 45deg;
}

body.is-toggle-menu-open .l-header-toggle::after {
  translate: 0 0;
  rotate: -45deg;
}

/* l-header-toggle-menu
============================== */
.l-header-toggle-menu {
  position: fixed;
  inset: 0;
  display: flex;
  visibility: hidden;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: calc(var(--header-height) + 18px) var(--inner-padding) calc(var(--base-cqi-mobile) * 104);
  background: url(../img/bg/paper-03.webp) 50% 50%/cover no-repeat #fff;
  opacity: 0;
  transition: all .4s;
  pointer-events: none;
}

body.is-toggle-menu-open .l-header-toggle-menu {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.l-header-toggle-menu:before {
  content: "";
  position: absolute;
  top: calc(var(--base-cqi-mobile) * 60);
  left: 0;
  display: block;
  width: calc(var(--base-cqi-mobile) * 157);
  aspect-ratio: 314/168;
  background: url(../img/bg/global-pen.png) left top/contain no-repeat;
  opacity: 0;
  transition: .8s cubic-bezier(.33, 1, .68, 1);
  transform: translateX(-20px);
  pointer-events: none;
}

body.is-toggle-menu-open .l-header-toggle-menu:before {
  opacity: 1;
  transition: .8s cubic-bezier(.33, 1, .68, 1) .4s;
  transform: translateX(0);
}

.l-header-toggle-menu:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  aspect-ratio: 375 / 176;
  background: url(../img/bg/global-ruler.png) left bottom/contain no-repeat, url(../img/bg/global-clip.png) right bottom/auto calc(100% / 176 * 128) no-repeat;
  opacity: 0;
  transition: .8s cubic-bezier(.33, 1, .68, 1);
  transform: translateY(20px);
  pointer-events: none;
}

body.is-toggle-menu-open .l-header-toggle-menu:after {
  opacity: 1;
  transition: .8s cubic-bezier(.33, 1, .68, 1) .4s;
  transform: translateY(0);
}

.l-header-toggle-menu__frame {
  width: 315px;
  max-width: 100%;
  padding: 88px 40px 72px;
  border: 1px solid var(--base-color);
  border-radius: 30px;
  background: #fff;
}

.l-header-toggle-menu__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
  opacity: 0;
  transition: .8s cubic-bezier(.33, 1, .68, 1);
  transform: translateY(-20px);
}

body.is-toggle-menu-open .l-header-toggle-menu__inner {
  opacity: 1;
  transition: .8s cubic-bezier(.33, 1, .68, 1) .4s;
  transform: translateY(0);
}

.l-header-toggle-menu__list {
  display: contents;
}

.l-header-toggle-menu__item a {
  display: grid;
  grid-template-columns: 100px;
  gap: 12px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  line-height: 1;
  transition: color .2s;
}

.l-header-toggle-menu__item a:hover {
  color: var(--key-color);
}

.l-header-toggle-menu__item a:after {
  content: "";
  width: 100%;
  aspect-ratio: 100/3;
  background: url(../img/components/line-link.webp) 50% 50%/contain no-repeat;
}

.l-header-toggle-menu__contact {
  display: contents;
}

/* =============================================================

Main

* ============================================================= */
/* main
=============================== */
.l-main {
  position: relative;
  flex-grow: 1;
  overflow: clip;
  width: 100%;
  min-height: 0%;
  margin-inline: auto;
  padding-top: var(--header-height);
}

body.is-visited .l-main {
  filter: blur(0px);
}

body.is-first-visit .l-main {
  transition: filter .45s cubic-bezier(.32, 0, .67, 0) .1s;
}

body.is-first-visit.is-loaded .l-main {
  filter: blur(0px);
}

body[data-id=index] .l-main {
  padding-top: 0;
}

.l-main__head {
  display: flex;
  flex-direction: column;
  gap: calc(20px + var(--slope-1px) * 36);
  width: 100%;
  max-width: var(--outer-width-px);
  margin-inline: auto;
  margin-bottom: calc(80px + var(--slope-1px) * 20);
  padding-top: 40px;
}

.l-main__body {
  width: 100%;
  max-width: var(--outer-width-px);
  margin-inline: auto;
  margin-bottom: calc(-80px + var(--slope-1px) * -20);
  padding-bottom: calc(180px + var(--slope-1px) * 70);
}

/* =============================================================

Footer

* ============================================================= */
/* l-footer
============================== */
.l-footer {
  position: relative;
  z-index: 5;
  padding: calc(61px + var(--slope-1px) * 22) var(--inner-padding) calc(var(--base-cqi) * 160);
  background: url(../img/bg/footer-left.png) left 0 bottom calc(var(--base-cqi) * 9)/calc(var(--base-cqi) * 281) no-repeat, url(../img/bg/footer-bottom.png) right calc(var(--base-cqi) * 148) bottom 0/calc(var(--base-cqi) * 414) no-repeat var(--bg-color);

  container-type: inline-size;
}

@media screen and (max-width: 768px) {
  .l-footer {
    padding-bottom: calc(var(--base-cqi-mobile) * 153);
    background: url(../img/bg/footer-left-sp.png) left bottom/calc(var(--base-cqi-mobile) * 105) no-repeat, url(../img/bg/footer-bottom-sp.png) right calc(var(--base-cqi-mobile) * 5) bottom 0/calc(var(--base-cqi-mobile) * 206) no-repeat var(--bg-color);
  }
}

.l-footer:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  display: block;
  width: 100%;
  aspect-ratio: 1366 / 58;
  background: url(../img/bg/footer-top.png) center bottom/100% no-repeat;
}

.l-footer__inner {
  display: grid;
  align-items: center;
  grid-template-columns: auto 1fr;
  gap: 0 calc(var(--base-cqi) * 80);
  width: fit-content;
  max-width: calc(100% - var(--base-cqi) * 400);
  margin-inline: auto;
}

@media screen and (max-width: 768px) {
  .l-footer__inner {
    grid-template-columns: 100%;
    max-width: 100%;
  }
}

.l-footer__head {
  align-self: flex-start;
}

@media screen and (max-width: 768px) {
  .l-footer__head {
    margin-bottom: 40px;
  }
}

.l-footer__body {
  display: grid;
  grid-template-columns: 100%;
  gap: calc(24px + var(--slope-1px) * 16);
}

.l-footer__body:before {
  content: "";
  display: block;
  grid-row: 2/3;
  width: 100%;
  height: 1px;
  background: currentColor;
}

.l-footer__foot {
  grid-column: span 2;
  margin-top: calc(24px + var(--slope-1px) * 24);
}

@media screen and (max-width: 768px) {
  .l-footer__foot {
    grid-column: span 1;
  }
}

/* l-footer-pagetop
============================== */
.l-footer-pagetop {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: calc(var(--base-cqi) * 193);
  transition: opacity .2s;
}

@media screen and (max-width: 768px) {
  .l-footer-pagetop {
    width: calc(var(--base-cqi-mobile) * 110);
  }
}

.l-footer-pagetop:hover {
  opacity: .7;
}

/* l-footer-logo
============================== */
.l-footer-logo {
  display: grid;
  grid-template-columns: 100%;
  gap: calc(12px + var(--slope-1px) * 12);
  width: fit-content;
  margin-inline: auto;
  text-align: center;
}

.l-footer-logo__body {
  width: calc(var(--base-cqi) * 160);
  margin-inline: auto;
}

@media screen and (max-width: 768px) {
  .l-footer-logo__body {
    width: calc(var(--base-cqi-mobile) * 60);
  }
}

.l-footer-logo__foot {
  font-size: calc(13px + var(--slope-1px) * 3);
  line-height: 1;
}

/* l-footer-nav
============================== */
.l-footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: calc(18px + var(--slope-1px) * 22);
}

.l-footer-nav__item {
  display: contents;
}

.l-footer-nav__item a {
  display: flex;
  align-items: center;
  gap: calc(4px + var(--slope-1px) * 4);
  margin-block: var(--leading-trim);
  text-decoration: none;
  font-size: calc(16px + var(--slope-1px) * 4);
  transition: opacity .25s;
}

.l-footer-nav__item a:hover {
  opacity: .7;
}

.l-footer-nav__item a[target="_blank"]:after {
  content: "";
  display: block;
  flex-shrink: 0;
  width: calc(20px + var(--slope-1px) * 4);
  aspect-ratio: 1/1;
  background: currentColor;
  mask: var(--icon-blank) 50% 50%/contain no-repeat;
}

/* l-footer-sub-nav
============================== */
.l-footer-sub-nav {
  display: flex;
  flex-wrap: wrap;
  gap: calc(16px + var(--slope-1px) * 16);
}

@media screen and (max-width: 560px) {
  .l-footer-sub-nav {
    flex-direction: column;
  }
}

.l-footer-sub-nav__item {
  display: contents;
}

.l-footer-sub-nav__item a {
  display: flex;
  align-items: center;
  gap: calc(4px + var(--slope-1px) * 2);
  margin-block: var(--leading-trim);
  text-decoration: none;
  font-size: calc(14px + var(--slope-1px) * 2);
  transition: opacity .25s;
}

.l-footer-sub-nav__item a:hover {
  opacity: .7;
}

.l-footer-sub-nav__item a[target="_blank"]:after {
  content: "";
  display: block;
  flex-shrink: 0;
  width: calc(20px + var(--slope-1px) * 4);
  aspect-ratio: 1/1;
  background: currentColor;
  mask: var(--icon-blank) 50% 50%/contain no-repeat;
}

/* l-footer-copy
============================== */
.l-footer-copy {
  width: calc(var(--base-cqi) * 679);
  margin-inline: auto;
}

@media screen and (max-width: 768px) {
  .l-footer-copy {
    width: calc(var(--base-cqi-mobile) * 295);
    margin-right: 0;
  }
}

/* =============================================================

Loader

* ============================================================= */
.l-loader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

body.is-loaded .l-loader {
  pointer-events: none;
}

body.is-first-visit .l-loader {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: transform .45s cubic-bezier(.32, 0, .67, 0);
  animation: loader-bg-anime 2s step-end infinite;
}

body.is-first-visit.is-loaded .l-loader {
  transform: translateY(-100%);
}

body.is-visited .l-loader {
  background: url(../img/components/logo.webp) center center/300px auto no-repeat #fff;
  transition: opacity .5s, visibility .5s;
}

body.is-visited.is-loaded .l-loader {
  visibility: hidden;
  opacity: 0;
}

@keyframes loader-bg-anime {
  0% {
    background-image: url("../img/bg/paper-01.webp");
  }
  10% {
    background-image: url("../img/bg/paper-02.webp");
  }
  20% {
    background-image: url("../img/bg/paper-03.webp");
  }
  30% {
    background-image: url("../img/bg/paper-04.webp");
  }
  40% {
    background-image: url("../img/bg/paper-05.webp");
  }
  50% {
    background-image: url("../img/bg/paper-06.webp");
  }
  60% {
    background-image: url("../img/bg/paper-07.webp");
  }
  70% {
    background-image: url("../img/bg/paper-08.webp");
  }
  80% {
    background-image: url("../img/bg/paper-09.webp");
  }
  90% {
    background-image: url("../img/bg/paper-10.webp");
  }
  100% {
    background-image: url("../img/bg/paper-01.webp");
  }
}

.l-loader-content {
  display: none;
  font-size: 48px;
  font-family: var(--en-font-family);
}

body.is-first-visit .l-loader-content {
  display: block;
}

.l-modal {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  padding: 0;
  border: none;
  background: transparent;

  --close-height: calc(26px + var(--close-padding));
  --close-padding: calc(5px + var(--slope-1px) * 2);
  --modal-padding-block: calc(15px + var(--slope-1px) * 5);
}

.l-modal[open] {
  display: flex;
  align-items: center;
}

.l-modal::backdrop {
  background: rgba(0, 0, 0, .85);
}

.l-modal__inner {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  width: 94.66667%;
  height: 100%;
  max-width: var(--inner-width-px);
  margin: 0 auto;
  margin-block: auto;
  padding-top: var(--modal-padding-block);
  pointer-events: none;
}

.l-modal__contents {
  position: relative;
  overflow-y: auto;
  width: 100%;
  max-height: calc(100% - var(--close-height));
  margin-bottom: auto;
  padding-bottom: var(--modal-padding-block);
  pointer-events: auto;
}

.l-modal__contents:has(iframe) {
  aspect-ratio: 16 / 9.27;
}

.l-modal__contents iframe {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.l-modal__close {
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  margin-left: auto;
  padding-bottom: var(--close-padding);
  outline: none;
  border: 0;
  background: none;
  color: #fff;
  font-weight: 500;
  font-size: calc(15px + var(--slope-1px) * 1);
  cursor: pointer;
  pointer-events: auto;
  appearance: none;
}

.l-modal__close:hover {
  opacity: .7;
}

.l-modal__close span {
  display: none;
}

.l-modal__close:after {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: var(--ovall-radius);
  background: #fff;
  mask: var(--icon-close);
}

/* ============================================================= *

Navigation

* ============================================================= */
/* c-breadcrumbs
============================== */
.c-breadcrumbs {
  order: -1;
  padding-bottom: calc(10px + var(--slope-1px) * 5);
  border-bottom: 1px solid var(--base-color);
  font-weight: 400;
  font-size: calc(11px + var(--slope-1px) * 2);
}

.c-breadcrumbs__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: clamp(0px, -4.78316px + 1.27551vw, 5px);
}

.c-breadcrumbs__item {
  display: flex;
  align-items: center;
  gap: clamp(0px, -6.69643px + 1.78571vw, 7px);
  line-height: 1;
}

.c-breadcrumbs__item:not(:first-child):before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 16px;
  aspect-ratio: 1/1;
  background: currentColor;
  mask: var(--icon-angle) 50% 50%/contain no-repeat;
}

/* c-button-container
============================== */
.c-button-container {
  display: flex;
  justify-content: center;
  margin-top: calc(40px + var(--slope-1px) * 40);
}

/* c-button
============================== */
.c-button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: calc(200px + var(--slope-1px) * 40);
  height: calc(50px + var(--slope-1px) * 10);
  min-width: fit-content;
  max-width: 100%;
  padding-inline: 32px calc(var(--circle-size) + var(--circle-pos) + 8px + var(--slope-1px) * 2);
  outline: none;
  border: 0;
  border-radius: var(--ovall-radius);
  background: var(--bg-color);
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: calc(15px + var(--slope-1px) * 1);
  line-height: 1.2;
  transition: all .3s ease-out;
  appearance: none;

  --hover-bg-color: var(--key-color);
  --bg-color: var(--base-color);
  --circle-color: #fff;
  --circle-size: calc(21px + var(--slope-1px) * 7);
  --circle-pos: calc(12.5px + var(--slope-1px) * 1.5);
  --dot-size: calc(4px + var(--slope-1px) * 2);
  --arrow: var(--icon-arrow-black) 50% 50% / 40% auto no-repeat;
}

.c-button._primary {
  color: #fff;

  --bg-color: var(--key-color);
  --circle-color: #fff;
  --hover-bg-color:  var(--base-color);
}

.c-button._ghost {
  border: 1px solid var(--border-color);
  color: var(--base-color);

  --bg-color: #fff;
  --circle-color: var(--base-color);
  --border-color: var(--base-color);
}

.c-button._small {
  width: calc(150px + var(--slope-1px) * 10);
  height: calc(45px + var(--slope-1px) * 5);
  padding-left: 24px;
  font-size: calc(12px + var(--slope-1px) * 2);

  --circle-size: 21px;
  --dot-size: 4px;
  --circle-pos: 12.5px;
}

.c-button:before {
  content: "";
  position: absolute;
  top: 0;
  right: var(--circle-pos);
  bottom: 0;
  width: var(--circle-size);
  height: var(--circle-size);
  margin: auto 0;
  border-radius: 100%;
  background: var(--circle-color);
  transition: all .15s ease-out;
}

.c-button:after {
  content: "";
  position: absolute;
  top: 0;
  right: calc(var(--circle-pos) + (var(--circle-size) - var(--dot-size)) / 2);
  bottom: 0;
  width: var(--dot-size);
  height: var(--dot-size);
  margin: auto 0;
  border-radius: 100%;
  background: var(--bg-color);
  transition: all .1s ease-out;
}

.c-button > span {
  z-index: 1;
  width: 100%;
  text-align: center;
}

.c-button > span:after {
  content: "";
  position: absolute;
  top: 0;
  right: calc(var(--circle-pos) + var(--circle-size) * .15);
  bottom: 0;
  z-index: 1;
  width: calc(var(--circle-size) * .7);
  aspect-ratio: 1 / 1;
  margin: auto 0;
  border-radius: 100%;
  background: var(--hover-bg-color);
  mask: var(--icon-arrow) 50% 50%/contain no-repeat;
  opacity: 0;
  transition: all .2s ease-out;
  transform: translateX(-8px);
}

:is(a:hover .c-button, a.c-button:hover) {
  color: #fff;

  --border-color: var(--key-color);
}

:is(a:hover .c-button, a.c-button:hover):before {
  background: var(--hover-bg-color);
  transition: all .3s cubic-bezier(.37, 0, .63, 1);
  transform: scale(25);
}

:is(a:hover .c-button, a.c-button:hover):after {
  background: #fff;
  transition: all .2s ease-out .1s;

  --dot-size: var(--circle-size);
}

:is(a:hover .c-button, a.c-button:hover) > span:after {
  opacity: 1;
  transition: all .4s;
  transform: translateX(0);
}

/* c-line-link
============================== */
.c-line-link {
  display: flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  max-width: 100%;
  padding-bottom: 12px;
  background: url(../img/components/line-link.webp) bottom center/contain no-repeat;
  text-decoration: none;
  font-size: calc(15px + var(--slope-1px) * 1);
  line-height: 1;

  --icon: var(--icon-arrow);
}

.c-line-link:after {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 20px;
  aspect-ratio: 1/1;
  background: currentColor;
  mask: var(--icon) 50% 50%/contain no-repeat;
}

a.c-line-link {
  transition: opacity .2s;
}

a.c-line-link:hover {
  opacity: .7;
}

a[target="_blank"] .c-line-link,
a.c-line-link[target="_blank"] {
  --icon: var(--icon-blank);
}

/* ============================================================= *

Text

* ============================================================= */
/* c-text
============================== */
.c-text {
  margin-block: var(--leading-trim);
  line-height: 2;
}

/* ============================================================= *

Title

* ============================================================= */
/* c-page-title
============================== */
.c-page-title {
  margin-block: var(--leading-trim);
  font-weight: 500;
  font-size: calc(36px + var(--slope-1px) * 12);
}

/* c-section-title
============================== */
.c-section-title {
  margin-block: var(--leading-trim);
  font-weight: 700;
  font-size: calc(28px + var(--slope-1px) * 14);
}

/* ============================================================= *

Sitemap

* ============================================================= */
/* c-sitemap
============================== */
.c-sitemap {
  display: grid;
  justify-content: center;
  grid-template-rows: repeat(2, auto) 1fr;
  grid-template-columns: repeat(4, 1fr);
  grid-template-areas: "company newcar maintenance carlife" "company usedcar maintenance carlife" "company usedcar maintenance showroom";
  gap: 40px clamp(15px, -173.4375px + 15.625vw, 40px);
  width: 100%;
  margin-inline: auto;
  color: var(--base-color);
}

@media screen and (max-width: 768px) {
  .c-sitemap {
    display: block;
    border-bottom: 1px solid;
  }
}

.l-footer .c-sitemap {
  color: var(--white);
}

@media screen and (max-width: 768px) {
  .l-footer .c-sitemap {
    border-bottom: 1px solid #999;
  }
}

.c-sitemap__col {
  display: contents;
}

/* c-sitemap-box
============================== */
.c-sitemap-box[data-category=company] {
  grid-area: company;
}

.c-sitemap-box[data-category=newcar] {
  grid-area: newcar;
}

.c-sitemap-box[data-category=usedcar] {
  grid-area: usedcar;
}

.c-sitemap-box[data-category=maintenance] {
  grid-area: maintenance;
}

.c-sitemap-box[data-category=carlife] {
  grid-area: carlife;
}

.c-sitemap-box[data-category=showroom] {
  grid-area: showroom;
}

.c-sitemap-box__head {
  margin-bottom: .625em;
}

.l-footer .c-sitemap-box__head {
  border-bottom: 1px solid;
}

@media screen and (max-width: 768px) {
  .c-sitemap-box__head {
    margin-bottom: 0;
    border-top: 1px solid;
  }
  .l-footer .c-sitemap-box__head {
    border-top-color: #999;
    border-bottom: 0;
  }
}

.c-sitemap-box__toggle {
  display: block;
  width: 100%;
  padding: 0;
  padding-bottom: 10px;
  outline: none;
  border: 0;
  background: transparent;
  color: inherit;
  text-align: left;
  text-decoration: none;
  font-weight: 700;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
  cursor: unset;
  pointer-events: none;
  appearance: none;
}

@media screen and (max-width: 768px) {
  .c-sitemap-box__toggle {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 20px;
    padding: 25px 0 15px;
    font-weight: 400;
    line-height: 1;
    line-height: normal;
    cursor: pointer;
    pointer-events: auto;
  }
  .c-sitemap-box__toggle:after {
    content: "";
    position: absolute;
    top: 10px;
    right: 0;
    bottom: 0;
    display: block;
    width: 20px;
    height: 20px;
    margin: auto;
    background: currentColor;
    mask: var(--icon-plus) 50% 50%/contain no-repeat;
    transition: rotate .3s ease-out;
  }
  .c-sitemap-box:has(.c-sitemap-pages li:first-child:last-child) .c-sitemap-box__toggle[target="_blank"]:after {
    mask: var(--icon-external) 50% 50%/contain no-repeat;
  }
  .c-sitemap-box__toggle.js-sitemap-toggle.is-open:after {
    mask: var(--icon-minus) 50% 50%/contain no-repeat;
  }
}

.c-sitemap-box__body {
  display: grid;
  margin-top: calc( var(--leading-trim) + 1.2rem);
  margin-bottom: var(--leading-trim);
  font-weight: 400;
  font-size: 13px;
  line-height: 215.38462%;
}

@media screen and (min-width: 769px) {
  .c-sitemap-box__body {
    display: grid !important;
  }
}

@media screen and (max-width: 768px) {
  .c-sitemap-box__body {
    display: none;
    gap: 0;
    padding: .92308em 0 1.92308em 1.76923em;
    border-top: 1px solid #ccc;
  }
}

@media screen and (max-width: 768px) {
  .l-footer .c-sitemap-box__body {
    border-top: 1px solid #404040;
  }
}

/* c-sitemap-pages
============================== */
@media screen and (max-width: 768px) {
  .c-sitemap-pages > li:not(:last-child) {
    border-bottom: 1px solid #404040;
  }
}

.c-sitemap-pages a {
  position: relative;
  text-decoration: none;
  transition: opacity .2s, translate .3s;
}

.l-footer .c-sitemap-pages a {
  color: var(--white);
}

@media (any-hover: hover) {
  .l-footer .c-sitemap-pages a:where(:hover) {
    opacity: .6;
  }
}

@media screen and (max-width: 768px) {
  .c-sitemap-pages a {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 16px;
    padding: .66667em 0;
  }
  .c-sitemap-pages a:after {
    content: "";
    position: relative;
    display: block;
    width: 14px;
    height: 14px;
    background: currentColor;
    mask: var(--icon-arrow) 50% 50%/contain no-repeat;
  }
  .c-sitemap-pages a[target="_blank"]:after {
    right: 2px;
    width: 20px;
    height: 20px;
    mask: var(--icon-external) 50% 50%/contain no-repeat;
  }
  .c-sitemap-pages a[data-modal-for]:after {
    right: 2px;
    width: 20px;
    height: 20px;
    mask: var(--icon-plus) 50% 50%/contain no-repeat;
  }
}

@media (any-hover: hover) {
  .c-sitemap-pages a:where(:hover) {
    color: var(--key-color);

    translate: 3px 0;
  }
}

/* ============================================================= *

achievements

* ============================================================= */
/* c-achievements-article
============================== */
.c-achievements-article {
  display: grid;
  grid-template-columns: 100%;
  gap: calc(40px + var(--slope-1px) * 40);
}

.c-achievements-article__title {
  display: grid;
  grid-template-columns: 100%;
  gap: calc(14px + var(--slope-1px) * 6);
}

.c-achievements-article__client {
  margin-block: var(--leading-trim);
  color: #999;
  font-weight: 500;
  font-size: calc(14px + var(--slope-1px) * 2);
}

.c-achievements-article__project {
  margin-block: var(--leading-trim);
  font-weight: 500;
  font-size: calc(28px + var(--slope-1px) * 4);
}

.c-achievements-article__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: calc(24px + var(--slope-1px) * 8);
}

.c-achievements-article__tags > li {
  padding: 10px calc(14px + var(--slope-1px) * 4);
  border: 1px solid var(--base-color);
  border-radius: var(--ovall-radius);
  font-weight: 700;
  font-size: calc(12px + var(--slope-1px) * 2);

  text-box: trim-both cap alphabetic;
}

.c-achievements-article__detail {
  display: grid;
  grid-template-columns: 100%;
  gap: 1em;
  margin-top: calc(32px + var(--slope-1px) * 8);
}

.c-achievements-article__detail-item {
  display: grid;
  align-items: baseline;
  grid-template-columns: auto 1fr;
  margin-block: var(--leading-trim);
}

.c-achievements-article__detail-item > dt:after {
  content: "\ff1a";
}

.c-achievements-article__detail-item > dd {
  word-break: break-all;
}

.c-achievements-article__body {
  display: grid;
  grid-template-columns: 100%;
  gap: calc(40px + var(--slope-1px) * 40);
}

.c-achievements-article__image img {
  border: 1px solid var(--base-color);
  border-radius: calc(30px + var(--slope-1px) * 10);
}

.c-achievements-article__image:has(img:nth-child(2)) {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: calc(20px + var(--slope-1px) * 20);
}

@media screen and (max-width: 768px) {
  .c-achievements-article__image:has(img:nth-child(2)) {
    grid-template-columns: 100%;
  }
}

.c-achievements-article__image + .c-achievements-article__image {
  margin-top: calc(-20px + var(--slope-1px) * -20);
}

.c-achievements-article__text {
  position: relative;
  display: grid;
  grid-template-columns: 100%;
  gap: calc(64px + var(--slope-1px) * 36);
  width: 880px;
  max-width: 100%;
  margin-inline: auto;
  padding-bottom: calc(45px + var(--slope-1px) * 40);
}

.c-achievements-article__text:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 5px;
  background: url(../img/components/line-separator.webp) center center/cover no-repeat;
}

/* c-achievements-inner
============================== */
.c-achievements-inner {
  display: grid;
  grid-template-columns: 100%;
  gap: calc(40px + var(--slope-1px) * 40);
}

.c-achievements-inner__head {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr auto 1fr;
  gap: calc(24px + var(--slope-1px) * 16);
  margin-block: var(--leading-trim);
  text-align: center;
  font-weight: 500;
  font-size: calc(24px + var(--slope-1px) * 8);
}

.c-achievements-inner__head:before {
  content: "";
  display: block;
  height: 5px;
  background: url(../img/components/line-title.webp) right center/cover no-repeat;
}

.c-achievements-inner__head:after {
  content: "";
  display: block;
  height: 5px;
  background: url(../img/components/line-title.webp) left center/cover no-repeat;
}

.c-achievements-inner__body {
  width: 800px;
  max-width: 100%;
  margin-inline: auto;
}

.c-achievements-inner__body > p {
  margin-block: var(--leading-trim);
  line-height: 2.4;
}

/* ============================================================= *

Utility

* ============================================================= */
/* Media Query Setting
====================================== */
.u-tablet-block {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .u-tablet-block {
    display: block !important;
  }
}

.u-tablet-inline-block {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .u-tablet-inline-block {
    display: inline-block !important;
  }
}

.u-tablet-flex {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .u-tablet-flex {
    display: flex !important;
  }
}

@media screen and (max-width: 768px) {
  .u-tablet-none {
    display: none !important;
  }
}

.u-mobile-block {
  display: none !important;
}

@media screen and (max-width: 560px) {
  .u-mobile-block {
    display: block !important;
  }
}

.u-mobile-inline-block {
  display: none !important;
}

@media screen and (max-width: 560px) {
  .u-mobile-inline-block {
    display: inline-block !important;
  }
}

.u-mobile-flex {
  display: none !important;
}

@media screen and (max-width: 560px) {
  .u-mobile-flex {
    display: flex !important;
  }
}

@media screen and (max-width: 560px) {
  .u-mobile-none {
    display: none !important;
  }
}

/* text align
====================================== */
.u-ta-left {
  text-align: left !important;
}

.u-ta-right {
  text-align: right !important;
}

.u-ta-center {
  text-align: center !important;
}

/* display
====================================== */
.u-d-block {
  display: block !important;
}

.u-d-none {
  display: none !important;
}

.u-d-inline {
  display: inline !important;
}

.u-d-ib {
  display: inline-block !important;
}

/* position
====================================== */
.u-pos-static {
  position: static !important;
}

.u-pos-relative {
  position: relative !important;
}

.u-pos-absolute {
  position: absolute !important;
}

.u-pos-fixed {
  position: fixed !important;
}

/* clear
====================================== */
.u-clearfix:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}

/* other
====================================== */
.u-strong {
  font-weight: bold !important;
}

.u-pointer {
  cursor: pointer;
}

.u-nowrap {
  white-space: nowrap;
}

.u-color-honda {
  color: #cc0000 !important;
}

.u-color-ciao {
  color: #0068b6 !important;
}

.u-color-mamoru {
  color: #8fc31f !important;
}

.u-rotate-90 {
  transform: rotate(90deg);
}

/* animationn
====================================== */
.u-no-transition {
  transition: none !important;
}

.u-wbr {
  word-break: keep-all;
  overflow-wrap: anywhere;
}
