@charset "UTF-8";
/* =============================================================

Custom Properties

* ============================================================= */
:root {
  /* color */
  --base-color: #202020;
  --base-color-light: #999;
  --key-color: #e60021;
  --key-color-dark: #8d0014;
  --bg-color: #f6f6f6;
  --bg-color-dark: #333;
  --border-color: #dcdcdc;
  --service-color-print: #01a9d5;
  --service-color-web: #8477b6;
  --service-color-creative: #ec6d65;
  --service-color-stationery: #0da95f;
  --service-color-media: #d3a243;
  /* layouts */
  --outer-width: 1200;
  --outer-width-px: calc(var(--outer-width) * 1px);
  --inner-padding: calc(15px + var(--slope-1px) * 17);
  --header-height: calc(69px + var(--slope-1px) * 30);
  --base-border-radius: calc(24px + var(--slope-1px) * 6);
  /* typography */
  --leading-trim: calc((1em - 1lh) / 2);
  --base-font-family: "Zen Kaku Gothic New", sans-serif;
  --en-font-family: Barlow, sans-serif;
  /* icon */
  --icon-angle: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 15 15"><path fill="%23202020" d="M4.5459 13.875a.4197.4197 0 0 1-.2978-.126c-.1641-.1663-.1641-.4379 0-.6042l5.61-5.6881-5.5282-5.6028c-.164-.1663-.164-.4379 0-.6042a.4185.4185 0 0 1 .596 0l5.826 5.9047c.1641.1663.1641.4379 0 .6042L4.8442 13.749a.4222.4222 0 0 1-.2983.126Z"/></svg>');
  --icon-circle-angle: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 28 28"><path fill="%23fff" d="M14 2.7998c-6.2041 0-11.2 4.9959-11.2 11.2 0 6.2041 4.9959 11.2 11.2 11.2 6.2041 0 11.2-5.0094 11.2-11.2 0-6.1905-5.0095-11.2-11.2-11.2Zm3.4347 11.9874c0 .0407-.0408.0407-.0815.0815 0 0-3.584 3.584-4.0727 4.032-.5159.448-1.344.448-1.8735 0-.4887-.4073-.5566-1.0861-.1493-1.5748l.1493-.1494 3.2175-3.1767-3.2039-3.1767c-.4887-.4073-.5566-1.086-.1493-1.5612l.1493-.1494c.5159-.448 1.344-.448 1.8734 0 .4888.448 4.0728 4.032 4.0728 4.032.448.448.5159 1.154.0679 1.6427Z"/></svg>');
  --icon-anchor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 7 7"><path fill="%23fff" fill-rule="evenodd" d="M3.9486 6.2118c-.1994.3509-.6978.3509-.8971 0L.0701.9645C-.1292.6135.12.175.5187.175h5.9626c.3987 0 .6479.4386.4485.7895L3.9486 6.2118Z" clip-rule="evenodd"/></svg>');
  --icon-plus: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 32 32"><path fill="%23fff" d="M15.0153 27.8154V16.9846H4.1846c-.5438 0-.9846-.4408-.9846-.9846 0-.5438.4408-.9846.9846-.9846h10.8307V4.1847c0-.5438.4409-.9847.9847-.9847.5437 0 .9846.4409.9846.9847v10.8307h10.8307c.5438 0 .9846.4408.9846.9846 0 .5438-.4408.9846-.9846.9846H16.9846v10.8308c0 .5438-.4409.9846-.9846.9846-.5438 0-.9847-.4408-.9847-.9846Z"/></svg>');
  --icon-minus: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 32 32"><path fill="%23fff" d="M27.8153 15.4622c.5438 0 .9846.4646.9846 1.0378s-.4408 1.0378-.9846 1.0378H4.1846c-.5438 0-.9846-.4646-.9846-1.0378s.4408-1.0378.9846-1.0378h23.6307Z"/></svg>');
  /* responsive */
  --vw: 1vw;
  --vh: 1vh;
  /* window 375~768px間 を 0~1px で推移 */
  --slope-1px: clamp(0px, -0.9566326531px + 0.2551020408vw, 1px);
  /* container 408~904px間 を 0~1px で推移 */
  --slope-cqi-1px: clamp(0px, -0.8225806452px + 0.2016129032cqi, 1px);
  /* container 904~1200px間 を 0~1px で推移 */
  --slope-cqi-1px-full: clamp(0px, -3.0540540541px + 0.3378378378cqi, 1px);
}

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

Reset

* ============================================================= */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  font-size: 100%;
}

body {
  line-height: 1;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}

article, aside, details, figcaption, figure,
main, footer, header, hgroup, menu, nav, section {
  display: block;
}

ul, li {
  list-style: none;
}

input, button, textarea {
  margin: 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

input, button, textarea, select, optgroup, option {
  z-index: auto;
  font-weight: inherit;
  font-style: inherit;
  font-size: inherit;
  font-family: inherit;
}

input, button, textarea, select {
  font-size: 100%;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
  line-height: 100%;
}

blockquote, q {
  quotes: none;
}

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

caption, th {
  text-align: left;
}

fieldset {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var, optgroup {
  z-index: auto;
  font-weight: inherit;
  font-style: inherit;
}

del {
  text-decoration: none;
  text-decoration: line-through;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

mark {
  background-color: #ff9;
  color: #000;
  font-weight: bold;
  font-style: italic;
}

hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid var(--border-color);
}

a {
  margin: 0;
  padding: 0;
  outline: none;
  background: transparent;
  color: currentColor;
  vertical-align: baseline;
  text-decoration: none;
  font-size: 100%;
}

img {
  border: 0;
  background: transparent;
}

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

Base

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

html {
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 62.5%;
}

html.lity-active {
  overflow: hidden;
}

html:has(.p-csr-report-modal-wrapper.is-show) {
  overflow: hidden;
}

body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  color: var(--base-color);
  letter-spacing: 0.01em;
  font-size: calc(15px + var(--slope-1px) * 1);
  font-family: var(--base-font-family);
  line-height: 1.75;
  -webkit-text-size-adjust: 100%;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

svg {
  display: block;
  width: 100%;
  height: auto;
}
svg path:not([fill]) {
  fill: currentColor;
}
svg text:not([fill]) {
  fill: currentColor;
}
svg circle:not([fill]) {
  fill: currentColor;
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    text-decoration: none !important;
    color: currentColor !important;
    pointer-events: none;
    cursor: text;
  }
}

button {
  cursor: pointer;
}

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

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

:where(._en) {
  font-family: "Barlow Condensed";
  line-height: 0.8;
}

.l-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100%;
  margin-inline: auto;
}
body:not([data-id=index]) .l-wrapper {
  transition: opacity 0.2s ease-out;
  opacity: 0;
}
body:not([data-id=index]).is-loaded .l-wrapper {
  opacity: 1;
}

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

*[data-intersection] {
  opacity: 0;
  transition: opacity 0.6s ease-out 0.2s;
}

*[data-intersecting=true] {
  opacity: 1;
}

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

Header

* ============================================================= */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: var(--header-height);
  transition: all 0.3s ease-out;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  body:not([data-id=index]):not(.is-sticky) .l-header {
    background: #FFF;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 767px) {
  body:not([data-id=index]) .l-header {
    background: #FFF;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  }
}
body[data-id=index]:not(.is-mv-frameout) .l-header {
  color: #fff;
}
body[data-id=index]:not(.is-header-showed) .l-header {
  opacity: 0;
  pointer-events: none;
}
.l-header :where(a, button) {
  pointer-events: auto;
}

/* l-header-logo
============================== */
.l-header-logo {
  position: relative;
  height: var(--header-height);
  aspect-ratio: 124/99;
}
.l-header-logo a {
  height: 100%;
  aspect-ratio: 124/99;
  display: flex;
  align-items: center;
  background: #fff;
  padding-inline: calc(20px + var(--slope-1px) * 10);
  padding-block: calc(14px + var(--slope-1px) * 6) calc(11px + var(--slope-1px) * 4);
  border-bottom-right-radius: 15px;
  transition: opacity 0.2s;
}
.l-header-logo a:hover {
  opacity: 0.7;
}
.l-header-logo img {
  width: calc(44px + var(--slope-1px) * 20);
  aspect-ratio: 1/1;
  transition: opacity 0.2s;
}

/* l-header-nav
============================== */
.l-header-nav {
  position: fixed;
  top: calc((var(--header-height) - var(--height)) / 2);
  right: 20px;
  display: flex;
  align-items: center;
  gap: var(--header-menu-gap);
  --header-menu-gap: calc(24px + var(--slope-1px) * 2);
  height: var(--height);
  --height: 59px;
  padding: 8px 8px 8px 32px;
  border-radius: var(--header-height);
  transition: all 0.2s ease-out;
}
@media screen and (max-width: 1000px) {
  .l-header-nav {
    right: 28px;
    --height: 39px;
    padding: 0;
  }
  .l-header-nav:before {
    content: "";
    background: #333;
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.4s ease-out;
    z-index: 100009;
  }
  body.is-toggle-menu-open .l-header-nav:before {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}
@media screen and (min-width: 1001px) {
  body.is-sticky .l-header-nav {
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.12);
    color: var(--base-color);
  }
  body.is-sticky .l-header-nav .l-header-sitemap__pages-inner {
    padding-top: 8px;
  }
}
.l-header-nav__menu {
  display: contents;
}
@media screen and (max-width: 1000px) {
  .l-header-nav__menu {
    overflow-y: auto;
    overscroll-behavior-y: none;
    position: fixed;
    display: block;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    inset: 0;
    margin: auto;
    background: #fff;
    border-radius: var(--base-border-radius);
    color: var(--base-color);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    padding: var(--header-height) 20px 42px;
    transition: all 0.4s ease-out;
    z-index: 100010;
  }
  body.is-toggle-menu-open .l-header-nav__menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}
.l-header-nav__sp {
  display: none;
}
@media screen and (max-width: 1000px) {
  .l-header-nav__sp {
    display: flex;
    align-items: center;
    gap: var(--header-menu-gap);
  }
}

/* l-header-sitemap
============================== */
.l-header-sitemap {
  display: flex;
  align-items: stretch;
  gap: var(--header-menu-gap);
  height: calc(100% + 16px);
  margin-block: -8px;
}
@media screen and (max-width: 1000px) {
  .l-header-sitemap {
    border-top: 1px solid;
    flex-direction: column;
    margin-block: 0;
    height: auto;
    gap: 0;
  }
}
.l-header-sitemap__item {
  position: relative;
  pointer-events: auto;
}
@media screen and (max-width: 1000px) {
  .l-header-sitemap__item {
    border-bottom: 1px solid;
  }
}
.l-header-sitemap__handle {
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .l-header-sitemap__handle {
    font-size: 15px;
    line-height: 1;
    padding-block: 20px;
    justify-content: space-between;
    gap: 1em;
    padding-right: 6px;
  }
  .l-header-sitemap__handle:after {
    content: "";
    display: block;
    width: 1em;
    height: 1em;
    flex-shrink: 0;
    background: currentColor;
    -webkit-mask: var(--icon-plus) 50% 50%/contain no-repeat;
            mask: var(--icon-plus) 50% 50%/contain no-repeat;
  }
  .l-header-sitemap__handle.is-open:after {
    -webkit-mask-image: var(--icon-minus);
            mask-image: var(--icon-minus);
  }
  .l-header-sitemap__item:not(:has(.l-header-sitemap__pages)) .l-header-sitemap__handle:after {
    -webkit-mask-image: var(--icon-angle);
            mask-image: var(--icon-angle);
  }
}
@media screen and (min-width: 1001px) {
  .l-header-sitemap__handle {
    height: 100%;
  }
  .l-header-sitemap__handle:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: currentColor;
    position: absolute;
    top: 1.5em;
    bottom: 0;
    margin-block: auto;
    left: 0;
    transform: scaleX(0);
    transform-origin: 50% 50%;
    transition: transform 0.1s ease-out;
  }
  .l-header-sitemap__item:hover .l-header-sitemap__handle:after {
    transform: scaleX(1);
  }
}
.l-header-sitemap__pages {
  font-size: calc(14px + var(--slope-1px) * 1);
  display: grid;
  grid-template-columns: 100%;
}
.l-header-sitemap__pages-inner {
  transition: padding 0.1s ease-out;
}
@media screen and (max-width: 1000px) {
  .l-header-sitemap__pages {
    display: none;
    padding-block: 8px 20px;
  }
  .l-header-sitemap__pages-inner, .l-header-sitemap__pages-list {
    display: contents;
  }
}
@media screen and (min-width: 1001px) {
  .l-header-sitemap__pages {
    position: absolute;
    top: 100%;
    left: -32px;
    z-index: 1;
    display: grid !important;
    grid-template-columns: max-content;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.1s ease-in;
  }
  .l-header-sitemap__pages-inner {
    width: -moz-fit-content;
    width: fit-content;
    overflow: hidden;
    padding-top: 28px;
  }
  .l-header-sitemap__pages-list {
    max-width: none;
    padding: 32px;
    display: grid;
    gap: 24px;
    border-radius: var(--base-border-radius);
    background: #fff;
    color: var(--base-color);
    border: 1px solid var(--base-color);
    width: -moz-fit-content;
    width: fit-content;
  }
  .l-header-sitemap__item:hover .l-header-sitemap__pages {
    grid-template-rows: 1fr;
    transition: grid-template-rows 0.2s ease-out;
  }
}
.l-header-sitemap__pages-list > li {
  margin-block: var(--leading-trim);
  width: 10em;
}
.l-header-sitemap__item[data-category=csr] .l-header-sitemap__pages-list > li {
  width: 14em;
}
@media screen and (max-width: 1000px) {
  .l-header-sitemap__pages-list > li {
    width: 100%;
  }
}
.l-header-sitemap__pages-list > li a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1000px) {
  .l-header-sitemap__pages-list > li a {
    padding-block: 12px;
    font-size: 14px;
    display: block;
    line-height: 1;
  }
}

/* l-header-sitemap-sponly
============================== */
.l-header-sitemap-sponly {
  display: block;
  padding-block: 24px;
  border-bottom: 1px solid;
  margin-bottom: 24px;
}
@media screen and (min-width: 1001px) {
  .l-header-sitemap-sponly {
    display: none;
  }
}
.l-header-sitemap-sponly a {
  font-size: 12px;
  display: block;
  padding-block: 8px;
  line-height: 1;
}

/* l-header-contact
============================== */
.l-header-contact {
  display: block;
  padding: calc(14px + var(--slope-1px) * 2) calc(14px + var(--slope-1px) * 4);
  border-radius: 50px;
  background: var(--key-color);
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-size: calc(14px + var(--slope-1px) * 2);
  line-height: 1;
  transition: all 0.2s ease-out;
}
.l-header-contact:hover {
  opacity: 0.8;
}
body[data-id=index]:not(.is-sticky) .l-header-contact {
  background: #fff;
  color: var(--base-color);
}

/* l-header-sp-contact
============================== */
.l-header-sp-contact {
  display: block;
  padding: calc(14px + var(--slope-1px) * 2) calc(14px + var(--slope-1px) * 4);
  border-radius: 50px;
  background: var(--key-color);
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-size: calc(14px + var(--slope-1px) * 2);
  line-height: 1;
  transition: all 0.2s ease-out;
}
.l-header-sp-contact:hover {
  opacity: 0.8;
}
body[data-id=index]:not(.is-sticky) .l-header-sp-contact {
  background: #fff;
  color: var(--base-color);
}

/* l-header-toggle
============================== */
.l-header-toggle {
  position: relative;
  display: block;
  overflow: visible;
  width: 24px;
  aspect-ratio: 24/13;
  outline: none;
  border: 0;
  border-radius: 0;
  background: linear-gradient(currentColor 0%, currentColor 100%) 50% 50%/100% 2px no-repeat;
  color: currentColor;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: opacity 0.2s ease-out, background 0.2s ease-out;
}
body.is-toggle-menu-open .l-header-toggle {
  color: var(--base-color);
  z-index: 100011;
  background: transparent;
  transition: opacity 0.2s ease-out, background 0.2s ease-out 0.2s;
}
.l-header-toggle:hover {
  opacity: 0.8;
}
.l-header-toggle > span {
  display: none;
}
.l-header-toggle:before, .l-header-toggle:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin-block: auto;
  display: block;
  width: 100%;
  height: 2px;
  background: currentColor;
  transition: translate 0.2s ease-out 0.2s, rotate 0.2s ease-out;
}
.l-header-toggle:before {
  translate: 0px -6px;
}
.l-header-toggle:after {
  translate: 0px 6px;
}
body.is-toggle-menu-open .l-header-toggle:before, body.is-toggle-menu-open .l-header-toggle:after {
  translate: 0px 0px;
  transition: translate 0.2s ease-out, rotate 0.2s ease-out 0.2s;
}
body.is-toggle-menu-open .l-header-toggle:before {
  rotate: 25deg;
}
body.is-toggle-menu-open .l-header-toggle:after {
  rotate: -25deg;
}

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

Main

* ============================================================= */
/* main
=============================== */
.l-main {
  flex-grow: 1;
  width: 100%;
  max-height: 100%;
  padding: 0;
  padding-top: var(--header-height);
}
.l-main._no-padding-top {
  padding-top: 0;
}
.l-main__nav {
  width: 100%;
  max-width: calc(var(--outer-width-px) + var(--inner-padding) * 2);
  padding-inline: var(--inner-padding);
  margin-inline: auto;
}
.l-main__head {
  width: 100%;
  max-width: calc(var(--outer-width-px) + var(--inner-padding) * 2);
  padding-inline: var(--inner-padding);
  margin-inline: auto;
  margin-block: calc(40px + var(--slope-1px) * 8) calc(28px + var(--slope-1px) * 20);
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}
@media screen and (max-width: 767px) {
  .l-main__head {
    flex-direction: column;
  }
}
.l-main__body {
  position: relative;
  z-index: 1;
  padding-bottom: calc(56px + var(--slope-1px) * 64);
}
@media screen and (min-width: 768px) {
  .l-main__body:not(:has(.c-hero-image)) {
    margin-top: 96px;
  }
}
.l-main__foot {
  padding-block: calc(56px + var(--slope-1px) * 16) calc(48px + var(--slope-1px) * 32);
  background: var(--bg-color);
}

/* l-breadcrumbs
============================== */
.l-breadcrumbs {
  position: relative;
  z-index: 1;
  padding-top: calc(60px + var(--slope-1px) * 50);
  padding-bottom: 1.25em;
  border-bottom: 1px solid;
  background: #fff;
  font-size: calc(12px + var(--slope-1px) * 4);
}
body[data-category=service]:not([data-id=service]) .l-breadcrumbs {
  padding-top: 1.25em;
}
body[data-category=message] .l-breadcrumbs {
  padding-top: 1.25em;
}
.l-breadcrumbs a:hover {
  text-decoration: underline;
}
.l-breadcrumbs__list {
  width: 100%;
  max-width: calc(var(--outer-width-px) + var(--inner-padding) * 2);
  padding-inline: var(--inner-padding);
  margin-inline: auto;
}
.l-breadcrumbs__list > li {
  display: inline;
  margin-right: 0.4em;
}
.l-breadcrumbs__list > li + li:before {
  content: ">";
  margin-right: 0.4em;
}

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

Footer

* ============================================================= */
/* l-footer
============================== */
.l-footer {
  position: relative;
  z-index: 1;
}

/* l-footer-contact
============================== */
.l-footer-contact {
  padding-block: calc(64px + var(--slope-1px) * 32) calc(48px + var(--slope-1px) * 48);
  background: var(--key-color);
  color: #fff;
}
.l-footer-contact__inner {
  display: grid;
  grid-template-columns: 100%;
  gap: calc(32px + var(--slope-1px) * 16);
  width: 100%;
  max-width: calc(var(--outer-width-px) + var(--inner-padding) * 2);
  padding-inline: var(--inner-padding);
  margin-inline: auto;
}
.l-footer-contact__head {
  display: grid;
  grid-template-columns: 100%;
  gap: 32px;
  text-align: center;
}
.l-footer-contact__title {
  margin-block: var(--leading-trim);
  font-weight: 700;
  font-size: calc(32px + var(--slope-1px) * 16);
}
.l-footer-contact__text {
  margin-block: var(--leading-trim);
  text-align: center;
  line-height: 1.75;
}
.l-footer-contact__body {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(450px, 1fr));
  gap: 24px 40px;
}
@media screen and (max-width: 767px) {
  .l-footer-contact__body {
    grid-template-columns: 100%;
  }
}

/* l-footer-contact-main
============================== */
.l-footer-contact-main {
  display: grid;
  grid-template-columns: 100%;
  gap: 24px;
  padding: 40px calc(24px + var(--slope-1px) * 16) calc(32px + var(--slope-1px) * 8);
  border-radius: var(--base-border-radius);
  background: #fff;
  color: var(--base-color);
  text-align: center;
}
.l-footer-contact-main__text {
  margin-block: var(--leading-trim);
}
@media screen and (min-width: 768px) {
  .l-footer-contact-main__text {
    word-break: keep-all;
    overflow-wrap: anywhere;
  }
}
.l-footer-contact-main__tel {
  display: grid;
  grid-template-columns: 100%;
  gap: 12px;
}
.l-footer-contact-main__notes {
  margin-block: var(--leading-trim);
  font-size: 15px;
}

/* l-footer-contact-main-tel
============================== */
.l-footer-contact-main-tel {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  font-weight: 500;
  font-size: 48px;
  font-family: var(--en-font-family);
  line-height: 1;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .l-footer-contact-main-tel {
    position: relative;
    gap: 3px;
    width: 100%;
    height: calc(64px + var(--slope-1px) * 10);
    max-width: 440px;
    margin-inline: auto;
    border-radius: 74px;
    background: var(--base-color);
    color: #fff;
    text-decoration: none;
    font-size: 26px;
    pointer-events: auto;
  }
  .l-footer-contact-main-tel:after {
    content: "";
    position: absolute;
    top: 0;
    right: calc(20px + var(--slope-1px) * 6);
    bottom: 0;
    display: block;
    width: calc(24px + var(--slope-1px) * 4);
    height: calc(24px + var(--slope-1px) * 4);
    margin-block: auto;
    background: currentColor;
    -webkit-mask: var(--icon-circle-angle) 50% 50%/contain no-repeat;
            mask: var(--icon-circle-angle) 50% 50%/contain no-repeat;
  }
}
.l-footer-contact-main-tel > i {
  display: block;
  flex-shrink: 0;
  width: 44px;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  .l-footer-contact-main-tel > i {
    width: 25px;
  }
}
.l-footer-contact-main-tel > i svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .l-footer-contact-main-tel > i svg path {
    fill: currentColor;
  }
}

/* l-footer-contact-button
============================== */
.l-footer-contact-button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: calc(64px + var(--slope-1px) * 10);
  max-width: 440px;
  margin-inline: auto;
  border-radius: 74px;
  background: var(--base-color);
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: calc(20px + var(--slope-1px) * 4);
  transition: opacity 0.2s ease-out;
}
.l-footer-contact-button:hover {
  opacity: 0.8;
}
.l-footer-contact-button:after {
  content: "";
  position: absolute;
  top: 0;
  right: calc(20px + var(--slope-1px) * 6);
  bottom: 0;
  display: block;
  width: calc(24px + var(--slope-1px) * 4);
  height: calc(24px + var(--slope-1px) * 4);
  margin-block: auto;
  background: currentColor;
  -webkit-mask: var(--icon-circle-angle) 50% 50%/contain no-repeat;
          mask: var(--icon-circle-angle) 50% 50%/contain no-repeat;
}

/* l-footer-contact-sub
============================== */
.l-footer-contact-sub {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(16px, -41.8313253012px + 4.8192771084vw, 24px);
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .l-footer-contact-sub {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  }
}

/* l-footer-contact-sub-button
============================== */
.l-footer-contact-sub-button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(70px + var(--slope-1px) * 16);
  border-radius: 70px;
  background: var(--key-color-dark);
  color: #fff;
  text-align: center;
  font-weight: 500;
  font-size: clamp(16px, -12.9156626506px + 2.4096385542vw, 20px);
  line-height: 1.4;
  transition: opacity 0.2s ease-out;
}
.l-footer-contact-sub-button:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .l-footer-contact-sub-button {
    font-size: 18px;
  }
}
.l-footer-contact-sub-button:after {
  content: "";
  position: absolute;
  top: 0;
  right: min(20px, 5%);
  bottom: 0;
  display: block;
  width: 24px;
  height: 24px;
  margin-block: auto;
  background: currentColor;
  -webkit-mask: var(--icon-circle-angle) 50% 50%/contain no-repeat;
          mask: var(--icon-circle-angle) 50% 50%/contain no-repeat;
}

/* l-footer-contents
============================== */
.l-footer-contents {
  padding: calc(40px + var(--slope-1px) * 8) var(--inner-padding) calc(32px + var(--slope-1px) * 16);
  background: #fff;
}
.l-footer-contents__body {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 48px;
}
@media screen and (max-width: 767px) {
  .l-footer-contents__body {
    flex-direction: column;
    align-items: flex-start;
    gap: 56px;
  }
}
.l-footer-contents__foot {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 32px;
  margin-top: 31px;
  padding-top: 31px;
  border-top: 1px solid currentColor;
}
@media screen and (max-width: 767px) {
  .l-footer-contents__foot {
    grid-template-columns: 100%;
  }
}

/* l-footer-profile
============================== */
.l-footer-profile {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .l-footer-profile {
    flex-direction: column;
    align-items: flex-start;
  }
}
.l-footer-profile__logo {
  flex-shrink: 0;
  width: calc(58px + var(--slope-1px) * 6);
  aspect-ratio: 1/1;
}
.l-footer-profile__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.l-footer-profile__text {
  margin-block: var(--leading-trim);
  font-size: calc(14px + var(--slope-1px) * 1);
}

/* l-footer-main-nav
============================== */
.l-footer-main-nav {
  display: flex;
  align-items: center;
  gap: 32px 24px;
}
@media screen and (max-width: 767px) {
  .l-footer-main-nav {
    flex-direction: column;
    align-items: flex-start;
  }
}
.l-footer-main-nav > li {
  margin-block: var(--leading-trim);
}
.l-footer-main-nav a {
  text-decoration: none;
}
.l-footer-main-nav a:hover {
  text-decoration: underline;
}

/* l-footer-sub-nav
============================== */
.l-footer-sub-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: calc(12px + var(--slope-1px) * 1);
}
.l-footer-sub-nav li {
  margin-block: var(--leading-trim);
}
.l-footer-sub-nav a {
  text-decoration: none;
}
.l-footer-sub-nav a:hover {
  text-decoration: underline;
}

/* l-footer-copyright
============================== */
.l-footer-copyright {
  margin-block: var(--leading-trim);
  color: var(--base-color-light);
  font-size: calc(13px + var(--slope-1px) * 1);
  font-family: var(--en-font-family);
}

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

Company

* ============================================================= */
/* c-company-banner-section
============================== */
.c-company-banner-section:not(:first-child) {
  margin-top: calc(48px + var(--slope-1px) * 32);
}

/* c-company-banner
============================== */
.c-company-banner {
  display: block;
  overflow: hidden;
  border-radius: var(--base-border-radius);
  min-height: 280px;
  color: #fff;
  position: relative;
  --img-scale: 1;
}
.c-company-banner:hover {
  --img-scale: 1.03;
}
.c-company-banner__contents {
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: flex-end;
  position: relative;
  padding: 80px 7.9166666667%;
  gap: 32px;
}
@media screen and (max-width: 767px) {
  .c-company-banner__contents {
    padding-inline: 32px;
    grid-template-columns: 100%;
  }
}
.c-company-banner__head {
  grid-column: span 2;
  margin-block: var(--leading-trim);
  font-size: calc(24px + var(--slope-1px) * 4);
}
@media screen and (max-width: 767px) {
  .c-company-banner__head {
    grid-column: span 1;
  }
}
.c-company-banner__body {
  margin-block: var(--leading-trim);
  font-size: calc(14px + var(--slope-1px) * 2);
}
@media screen and (max-width: 767px) {
  .c-company-banner__foot {
    margin-top: 32px;
  }
}
.c-company-banner__image {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  background: #000;
}
.c-company-banner__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  scale: var(--img-scale);
  opacity: 0.3;
  transition: scale 0.2s ease-out;
}
.c-company-banner__image img[src*=company-se] {
  -o-object-position: 70% 50%;
     object-position: 70% 50%;
}

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

Navigation

* ============================================================= */
/* c-breadcrumbs
============================== */
.c-breadcrumbs {
  font-size: 0;
  margin-block: calc(20px + var(--slope-1px) * 12);
  --gap: calc(12px + var(--slope-1px) * 4);
}
body:has(.l-main__nav:nth-child(2)) .c-breadcrumbs {
  margin-bottom: calc(16px + var(--slope-1px) * 8);
}
.c-breadcrumbs__item {
  display: inline;
  font-size: calc(11px + var(--slope-1px) * 2);
}
.c-breadcrumbs__item:not(:last-child) {
  margin-right: var(--gap);
}
.c-breadcrumbs__item:not(:first-child):before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 1px;
  margin-bottom: 0.4em;
  flex-shrink: 0;
  background: currentColor;
  margin-right: var(--gap);
}
.c-breadcrumbs__item a {
  text-decoration: underline;
}
.c-breadcrumbs__item a:hover {
  text-decoration: none;
}

/* c-category-nav
============================== */
.c-category-nav {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0 32px;
  margin-bottom: calc(48px + var(--slope-1px) * 24);
}
@media screen and (max-width: 767px) {
  .c-category-nav {
    grid-template-columns: 100%;
  }
}
.c-category-nav:before {
  content: "";
  display: block;
  position: absolute;
  width: calc(100 * var(--vw));
  height: 100%;
  z-index: -1;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  background: var(--bg-color);
}
.c-category-nav__head {
  font-size: calc(18px + var(--slope-1px) * 2);
  font-weight: 700;
  line-height: 1;
  align-self: center;
  position: relative;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .c-category-nav__head {
    pointer-events: auto;
    padding: 16px var(--inner-padding);
    width: calc(100% + var(--inner-padding) * 2);
    margin-inline: calc(var(--inner-padding) * -1);
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 20px;
    gap: var(--inner-padding);
    background: var(--bg-color);
    transition: all 0.2s ease-out;
  }
  .c-category-nav__head:hover {
    filter: brightness(0.85);
  }
  .c-category-nav__head:after {
    content: "";
    display: block;
    width: 20px;
    aspect-ratio: 1/1;
    background: currentColor;
    -webkit-mask: var(--icon-circle-angle) 50% 50%/contain no-repeat;
            mask: var(--icon-circle-angle) 50% 50%/contain no-repeat;
    rotate: 90deg;
  }
}
.c-category-nav__body {
  display: none;
}
@media screen and (min-width: 768px) {
  .c-category-nav__body {
    display: block !important;
  }
}
.c-category-nav__list {
  display: flex;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .c-category-nav__list {
    height: auto;
    display: block;
    grid-template-columns: repeat(auto-fill, minmax(10em, 1fr));
  }
}
.c-category-nav__list:after {
  content: "";
  display: block;
  width: 1px;
  height: 1em;
  align-self: center;
  background: currentColor;
}
@media screen and (max-width: 767px) {
  .c-category-nav__list:after {
    display: none;
  }
}
.c-category-nav__list > li {
  display: flex;
}
@media screen and (max-width: 767px) {
  .c-category-nav__list > li {
    border-top: 1px solid var(--border-color);
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .c-category-nav__list > li:before {
    content: "";
    display: block;
    width: 1px;
    height: 1em;
    align-self: center;
    background: currentColor;
  }
}
.c-category-nav__list a {
  font-size: calc(14px + var(--slope-1px) * 1);
  display: flex;
  padding: 16px 24px;
  position: relative;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .c-category-nav__list a {
    padding: 0.75em 0;
    gap: 1em;
    align-items: center;
  }
  .c-category-nav__list a.is-current {
    font-weight: bold;
    color: var(--key-color);
  }
  .c-category-nav__list a:before {
    content: "";
    display: block;
    flex-shrink: 0;
    width: 1.25em;
    height: 1.25em;
    background: currentColor;
    -webkit-mask: var(--icon-circle-angle) 50% 50%/contain no-repeat;
            mask: var(--icon-circle-angle) 50% 50%/contain no-repeat;
  }
}
@media screen and (min-width: 768px) {
  .c-category-nav__list a:hover {
    text-decoration: underline;
  }
  .c-category-nav__list a.is-current:after {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: var(--key-color);
  }
}

/* c-button-container
============================== */
.c-button-container {
  display: flex;
  justify-content: center;
}
.c-button-container:not(:first-child) {
  margin-top: calc(64px + var(--slope-1px) * 16);
}
.c-button-container._closer:not(:first-child) {
  margin-top: calc(32px + var(--slope-1px) * 8);
}

/* c-button
=============================== */
.c-button {
  width: calc(305px + var(--slope-1px) * 25);
  max-width: 100%;
  height: calc(52px + var(--slope-1px) * 8);
  border-radius: 60px;
  font-size: calc(16px + var(--slope-1px) * 2);
  font-weight: 700;
  background: #fff;
  color: var(--base-color);
  border: 1px solid currentColor;
  padding-inline: calc(24px + var(--slope-1px) * 6) calc(16px + var(--slope-1px) * 4);
  gap: 10px;
  padding-block: 10px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  position: relative;
  cursor: pointer;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: all 0.2s ease-out;
}
.c-button._large {
  font-size: calc(18px + var(--slope-1px) * 6);
  height: calc(64px + var(--slope-1px) * 26);
  width: calc(345px + var(--slope-1px) * 155);
}
.c-button._wbr {
  word-break: keep-all;
  overflow-wrap: anywhere;
}
.c-button._stretch {
  width: -moz-fit-content;
  width: fit-content;
  min-height: calc(52px + var(--slope-1px) * 8);
  height: auto;
}
.c-button._ghost {
  color: #fff;
  background: transparent;
}
.c-button._ghost:hover {
  border-color: #fff;
  background: #fff;
  color: var(--base-color);
}
.c-button._primary {
  color: var(--key-color);
  background: transparent;
}
.c-button._primary:hover {
  border-color: var(--key-color);
  background: var(--key-color);
  color: #fff;
}
.c-button:hover {
  filter: brightness(0.88);
}
.c-button:after {
  content: "";
  display: block;
  width: 1.2222222222em;
  aspect-ratio: 1/1;
  background: currentColor;
  -webkit-mask: var(--icon-circle-angle) 50% 50%/contain no-repeat;
          mask: var(--icon-circle-angle) 50% 50%/contain no-repeat;
}

/* c-link
============================== */
.c-link {
  font-size: calc(15px + var(--slope-1px) * 1);
  padding-bottom: 9px;
  display: flex;
  align-items: center;
  gap: 16px;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  position: relative;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-link {
    gap: 32px;
  }
}
.c-link:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: currentColor;
  transform-origin: right bottom;
  transition: all 0.2s ease-out;
}
.c-link:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  background: currentColor;
  -webkit-mask: var(--icon-circle-angle) 50% 50%/contain no-repeat;
          mask: var(--icon-circle-angle) 50% 50%/contain no-repeat;
}

a.c-link:hover:before,
a:hover .c-link:before {
  transform: scaleX(0);
}

/* c-tab-nav
============================== */
.c-tab-nav {
  display: grid;
  gap: calc(7px + var(--slope-1px) * 2);
  grid-template-columns: repeat(auto-fill, minmax(calc(160px + var(--slope-1px) * 70), 1fr));
  width: 100%;
  max-width: calc(var(--outer-width-px) + var(--inner-padding) * 2);
  padding-inline: var(--inner-padding);
  margin-inline: auto;
}
.c-tab-nav:not(:first-child) {
  margin-top: calc(64px + var(--slope-1px) * 16);
}
.c-tab-nav:not(:last-child) {
  margin-bottom: calc(48px + var(--slope-1px) * 32);
}
.c-tab-nav__item a {
  width: 100%;
  height: calc(52px + var(--slope-1px) * 12);
  border-radius: calc(8px + var(--slope-1px) * 2);
  border: 1px solid var(--base-color);
  color: var(--base-color);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #fff;
  line-height: 1.2;
  padding-inline: 1em;
  word-break: keep-all;
  overflow-wrap: anywhere;
  transition: all 0.2s ease-out;
}
.c-tab-nav__item a:hover {
  filter: brightness(0.88);
}
.c-tab-nav__item a.is-current {
  background: var(--base-color);
  color: #fff;
  pointer-events: none;
}

/* c-detail-nav-container
============================== */
.c-detail-nav-container {
  margin-top: calc(32px + var(--slope-1px) * 8);
  display: grid;
  gap: 0.75em;
  font-size: calc(14px + var(--slope-1px) * 1);
}

/* c-detail-nav
============================== */
.c-detail-nav {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  align-items: center;
  text-decoration: underline;
  gap: 1em;
}
.c-detail-nav:hover {
  text-decoration: none;
}
.c-detail-nav:before {
  content: "";
  display: block;
  width: 1em;
  height: 1px;
  background: currentColor;
  flex-shrink: 0;
}

/* c-history-banner
============================== */
.c-history-banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: calc(24px + var(--slope-1px) * 8);
  width: 100%;
  min-height: calc(326px + var(--slope-1px) * 54);
  border-radius: var(--base-border-radius);
  overflow: hidden;
  background: url(../img/common/bg-history.jpg) 42% 50%/cover no-repeat;
  color: #fff;
  padding: calc(12px + var(--slope-1px) * 8) 20px 0;
}
@media screen and (min-width: 768px) {
  .c-separate-section .c-history-banner {
    min-height: 351px;
  }
}
@media screen and (max-width: 560px) {
  .c-history-banner {
    background-image: url(../img/common/bg-history-sp.jpg);
    background-position: 42% 0%;
  }
}
.c-history-banner__head {
  margin-block: var(--leading-trim);
  font-size: calc(32px + var(--slope-1px) * 16);
}
.c-history-banner__body {
  margin-block: var(--leading-trim);
  font-size: 15px;
  line-height: 1.75;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
.c-history-banner__foot {
  margin-top: 8px;
}

/* c-section
============================== */
.l-main__body > .c-section {
  width: 100%;
  max-width: calc(var(--outer-width-px) + var(--inner-padding) * 2);
  padding-inline: var(--inner-padding);
  margin-inline: auto;
}
.c-section + .c-section, .c-section._has-margin-top {
  margin-top: calc(64px + var(--slope-1px) * 56);
}
.c-section__head {
  margin-bottom: 40px;
}

/* c-section-article
============================== */
.c-section-article-container {
  width: 100%;
  max-width: calc(var(--outer-width-px) + var(--inner-padding) * 2);
  padding-inline: var(--inner-padding);
  margin-inline: auto;
  display: grid;
  grid-template-columns: 100%;
}

.c-section-article {
  display: grid;
  grid-template-columns: 100%;
  gap: 40px;
  padding-block: calc(54px + var(--slope-1px) * 36);
  border-bottom: 1px solid var(--base-color);
}
.c-section-article:first-child {
  border-top: 1px solid var(--base-color);
}
.c-section-article > * {
  width: 100%;
  max-width: 904px;
  margin-inline: auto;
}
.c-section-article__head {
  font-size: calc(24px + var(--slope-1px) * 4);
  font-weight: 700;
  line-height: 1.5;
}
.c-section-article__body {
  font-weight: 500;
}
.c-section-article__body a:not(.js-tel._inactive) {
  text-decoration: underline;
}
.c-section-article__body a:not(.js-tel._inactive):hover {
  text-decoration: none;
}
.c-section-article__body p + p {
  margin-top: 1em;
}
.c-section-article__detail {
  background: var(--bg-color);
  padding: calc(15px + var(--slope-1px) * 17);
  border-radius: calc(12px + var(--slope-1px) * 3);
  text-align: center;
}
p + .c-section-article__detail {
  margin-top: 1em;
}
.c-section-article__detail.-plugin {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-section-article__detail.-privacy {
  text-align: left;
}
.c-section-article__plugin {
  gap: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
}

/* c-separate-section
============================== */
.c-separate-section {
  display: grid;
  grid-template-columns: 240px 1fr;
  align-items: flex-start;
  gap: 0 56px;
  width: 100%;
  max-width: calc(var(--outer-width-px) + var(--inner-padding) * 2);
  padding-inline: var(--inner-padding);
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .c-separate-section {
    grid-template-columns: 100%;
  }
}
.c-separate-section:not(:last-child) {
  margin-bottom: 144px;
}
@media screen and (max-width: 767px) {
  .c-separate-section:not(:last-child) {
    margin-bottom: 64px;
  }
}
@media screen and (min-width: 768px) {
  .c-separate-section:has(.c-separate-section__lead) .c-separate-section__nav {
    grid-row: 1/3;
  }
}
@media screen and (min-width: 768px) {
  .c-separate-section__lead {
    grid-column: 2/3;
  }
}
.c-separate-section__nav {
  position: sticky;
  top: var(--header-height);
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .c-separate-section__nav {
    top: calc(var(--header-height) + 4px);
    max-width: none;
    width: calc(100% + var(--inner-padding) * 2);
    margin-inline: calc(var(--inner-padding) * -1);
    margin-top: calc(32px + var(--slope-1px) * 8);
  }
}
.c-separate-section__contents {
  container-type: inline-size;
  container-name: separateContents;
}
@media screen and (max-width: 767px) {
  .c-separate-section__contents > :where(*:first-child) {
    margin-top: calc(32px + var(--slope-1px) * 16);
  }
}
.c-separate-section:has(.c-separate-section__lead) .c-separate-section__contents > :where(*:first-child) {
  margin-top: calc(32px + var(--slope-1px) * 16);
}
.c-separate-section:has(.c-separate-section__lead) .c-separate-section__contents > :is(.c-section, .c-service-section):first-child {
  margin-top: calc(64px + var(--slope-1px) * 56);
}

/* c-section-sticky-nav
============================== */
.c-section-sticky-nav {
  border-radius: var(--base-border-radius);
  background: var(--nav-bg-color);
  padding: 42px 16px;
  --nav-bg-color: var(--bg-color);
  --nav-select-color: rgba(51, 51, 51, 0.1);
}
@media screen and (max-width: 767px) {
  .c-section-sticky-nav {
    width: 100%;
    max-width: -moz-fit-content;
    max-width: fit-content;
    white-space: nowrap;
    padding: 0 var(--inner-padding);
    display: flex;
    gap: 0;
    background: none;
    border-radius: 0;
    overflow-x: auto;
  }
}
body[data-category=services] .c-section-sticky-nav {
  --nav-bg-color: var(--service-color);
  color: #fff;
}
.c-section-sticky-nav__item {
  background: var(--nav-bg-color);
  padding-block: 7px;
}
@media screen and (max-width: 767px) {
  .c-section-sticky-nav__item {
    padding-inline: 6px;
  }
  .c-section-sticky-nav__item:first-child {
    padding-left: 8px;
    border-radius: 12px 0 0 12px;
  }
  .c-section-sticky-nav__item:last-child {
    padding-right: 8px;
    border-radius: 0 12px 12px 0;
  }
}
.c-section-sticky-nav__item a {
  display: flex;
  align-items: center;
  line-height: 1.5;
  padding: calc(12px + var(--leading-trim)) 8px;
  gap: 10px;
  font-size: calc(14px + var(--slope-1px) * 2);
  letter-spacing: 0;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .c-section-sticky-nav__item a {
    padding-block: calc(8px + var(--leading-trim));
    padding-inline: 8px 12px;
  }
}
.c-section-sticky-nav__item a.is-current {
  font-weight: bold;
  background: rgba(51, 51, 51, 0.1);
}
body[data-category=services] .c-section-sticky-nav__item a.is-current {
  background: rgba(51, 51, 51, 0.2);
}
.c-section-sticky-nav__item a:hover {
  text-decoration: underline;
}
.c-section-sticky-nav__item a:before {
  content: "";
  display: block;
  width: 7px;
  aspect-ratio: 1/1;
  flex-shrink: 0;
  background: currentColor;
  -webkit-mask: var(--icon-anchor) 50% 50%/contain no-repeat;
          mask: var(--icon-anchor) 50% 50%/contain no-repeat;
}

/* hero-image
============================================================= */
.c-hero-image {
  border-radius: 50px;
  overflow: hidden;
  margin-bottom: calc(40px + var(--slope-1px) * 56);
  position: relative;
  width: calc(100 * var(--vw));
  max-width: calc(100% - 64px);
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .c-hero-image {
    border-radius: 0;
    max-width: none;
  }
}
.c-hero-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* related
============================================================= */
/* c-related-nav-section
============================== */
.c-related-nav-section {
  width: 100%;
  max-width: calc(var(--outer-width-px) + var(--inner-padding) * 2);
  padding-inline: var(--inner-padding);
  margin-inline: auto;
  display: grid;
  gap: calc(40px + var(--slope-1px) * 8);
}
@media screen and (max-width: 767px) {
  .c-related-nav-section__head {
    text-align: center;
  }
}

/* c-related-nav-grid
============================== */
.c-related-nav-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
  gap: 40px 33px;
}

/* c-related-nav
============================== */
.c-related-nav {
  display: grid;
  grid-template-columns: 100%;
  gap: calc(20px + var(--slope-1px) * 4);
  --img-scale: 1;
}
.c-related-nav:hover {
  --img-scale: 1.03;
}
.c-related-nav__image {
  border-radius: calc(24px + var(--slope-1px) * 6);
  overflow: hidden;
}
.c-related-nav__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: scale 0.4s ease-out;
  scale: var(--img-scale);
}
.c-related-nav__title {
  font-size: calc(18px + var(--slope-1px) * 2);
  margin-block: var(--leading-trim);
}

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

Service

* ============================================================= */
/* property
============================== */
body[data-id=print] {
  --service-color: var(--service-color-print);
}

body[data-id=web] {
  --service-color: var(--service-color-web);
}

body[data-id=creative] {
  --service-color: var(--service-color-creative);
}

body[data-id=stationery] {
  --service-color: var(--service-color-stationery);
}

body[data-id=media] {
  --service-color: var(--service-color-media);
}

/* c-service-list-container
============================== */
.c-service-list-container {
  height: calc(var(--vh) * 400);
}
.c-service-list-container[data-current-service-id=print] {
  --service-color: var(--service-color-print);
  --svg: url(../img/service/pict-print.svg);
}
.c-service-list-container[data-current-service-id=web] {
  --service-color: var(--service-color-web);
  --svg: url(../img/service/pict-web.svg);
}
.c-service-list-container[data-current-service-id=creative] {
  --service-color: var(--service-color-creative);
  --svg: url(../img/service/pict-creative.svg);
}
.c-service-list-container[data-current-service-id=stationery] {
  --service-color: var(--service-color-stationery);
  --svg: url(../img/service/pict-stationery.svg);
}
.c-service-list-container[data-current-service-id=media] {
  --service-color: var(--service-color-media);
  --svg: url(../img/service/pict-media.svg);
}
.c-service-list-container__inner {
  position: sticky;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(var(--vh) * 100);
}
.c-service-list-container__en {
  position: absolute;
  bottom: calc(50% - 0.05em);
  left: 0;
  z-index: -1;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  letter-spacing: 0.05em;
  font-weight: 700;
  font-size: clamp(160px, 75.0214592275px + 9.4420600858vw, 204px);
  font-family: var(--en-font-family);
  line-height: 0.9;
  transform: translateY(calc(var(--frame-height) * -0.5));
}
body:not([data-category=index]) .c-service-list-container__en {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-service-list-container__en {
    bottom: calc(50% - 0.28em);
    white-space: wrap;
    font-size: calc(88px + var(--slope-1px) * 12);
  }
}
.c-service-list-container__en span {
  position: relative;
  left: 50%;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  color: #f6f6f6;
  text-align: center;
  transform: translateX(-50%);
}

/* c-service-list-frame
============================== */
.c-service-list-frame {
  position: relative;
  overflow: hidden;
  width: calc(100% - var(--inner-padding) * 2);
  margin-inline: auto;
  padding: 51px;
  border-radius: 50px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .c-service-list-frame {
    width: 100%;
    padding: 40px var(--inner-padding) 100px;
    border-radius: 0;
  }
}
.c-service-list-frame__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: var(--service-color);
}
.c-service-list-frame__bg:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 70%;
  display: block;
  width: calc(320px + var(--slope-1px) * 20);
  height: calc(320px + var(--slope-1px) * 20);
  margin-block: auto;
  background: var(--svg) 50% 50%/contain no-repeat;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .c-service-list-frame__bg:before {
    top: auto;
    right: 0;
    left: auto;
    margin-block: 0;
    transform: translateX(30%);
  }
}
.c-service-list-frame__contents {
  position: relative;
}
.c-service-list-frame__paging {
  position: absolute;
  right: 0;
  bottom: 50%;
  transform: translateY(50%);
}
@media screen and (max-width: 767px) {
  .c-service-list-frame__paging {
    right: 50%;
    bottom: 0;
    transform: translateX(50%);
  }
}

/* c-service-list-block
============================== */
.c-service-list-block {
  display: grid;
  align-items: center;
  grid-template-columns: 41.6666666667% 1fr;
  grid-template-areas: "image contents";
  gap: 24px 8.3333333333%;
  transition: opacity 0.4s cubic-bezier(0, 0.55, 0.45, 1), transform 0.4s cubic-bezier(0, 0.55, 0.45, 1);
  --transform-pos: 0px;
}
@media screen and (max-width: 767px) {
  .c-service-list-block {
    grid-template-columns: 100%;
    grid-template-areas: "head" "image" "body" "foot";
    max-width: 410px;
    margin-inline: auto;
  }
}
.c-service-list-block:not(.is-current) {
  position: absolute;
  inset: 0;
  margin: auto;
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0, 0.55, 0.45, 1), transform 0s cubic-bezier(0, 0.55, 0.45, 1) 0.4s;
  transform: translateY(var(--transform-pos));
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .c-service-list-block:not(.is-current) {
    transform: translateX(var(--transform-pos));
  }
}
.c-service-list-block.is-before {
  --transform-pos: -20px;
}
.c-service-list-block.is-after {
  --transform-pos: 20px;
}
.c-service-list-block__contents {
  display: grid;
  grid-template-columns: 100%;
  grid-template-areas: "head" "body" "foot";
  grid-area: contents;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .c-service-list-block__contents {
    display: contents;
  }
}
.c-service-list-block__head {
  display: grid;
  grid-template-columns: 100%;
  grid-area: head;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .c-service-list-block__head {
    gap: 24px;
  }
}
.c-service-list-block__label {
  display: flex;
  align-items: center;
  gap: calc(8px + var(--slope-1px) * 4);
  margin-block: var(--leading-trim);
  font-weight: 500;
  font-size: calc(13px + var(--slope-1px) * 2);
  font-family: var(--en-font-family);
}
.c-service-list-block__label:before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: calc(5px + var(--slope-1px) * 1);
  aspect-ratio: 1/1;
  border-radius: 100%;
  background: currentColor;
}
.c-service-list-block__title {
  margin-block: var(--leading-trim);
  font-weight: 700;
  font-size: 40px;
}
@media screen and (max-width: 767px) {
  .c-service-list-block__title {
    font-size: 28px;
  }
}
.c-service-list-block__body {
  grid-area: body;
  margin-block: var(--leading-trim);
}
@media screen and (max-width: 767px) {
  .c-service-list-block__body {
    display: flex;
    align-items: center;
  }
  .c-service-list-block__body > p {
    width: -moz-fit-content;
    width: fit-content;
    min-height: 3.5em;
    max-width: 100%;
    margin-inline: auto;
    text-align: justify;
    text-justify: auto;
  }
}
.c-service-list-block__foot {
  grid-area: foot;
}
@media screen and (max-width: 767px) {
  .c-service-list-block__foot .c-button {
    width: 100%;
  }
}
.c-service-list-block__image {
  grid-area: image;
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .c-service-list-block__image {
    margin-block: 8px;
    padding-inline: 20px;
  }
}
.c-service-list-block__image img {
  border-radius: var(--base-border-radius);
}

/* c-service-list-paging
============================== */
.c-service-list-paging {
  position: relative;
  display: grid;
  grid-template-columns: 100%;
  gap: 10px;
  padding: 10px 8px;
  border-radius: 28px 0 0 28px;
  background: var(--bg-color-dark);
}
@media screen and (max-width: 767px) {
  .c-service-list-paging {
    grid-template-columns: repeat(5, 1fr);
    padding: 6px 8px;
    border-radius: 22px 22px 0 0;
  }
}
.c-service-list-paging a {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: calc(36px + var(--slope-1px) * 8);
  aspect-ratio: 1/1;
  border-radius: 50%;
  color: #fff;
  font-size: calc(14px + var(--slope-1px) * 2);
  font-family: var(--en-font-family);
  cursor: pointer;
}
.c-service-list-paging a:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.3s cubic-bezier(0, 0.55, 0.45, 1);
  scale: 0.3;
}
.c-service-list-paging a.is-current:before {
  background: var(--service-color);
  opacity: 1;
  scale: 1;
}

/* c-service-section
============================== */
.c-service-section {
  margin-top: calc(64px + var(--slope-1px) * 56);
  display: grid;
  gap: calc(40px + var(--slope-1px) * 16) 48px;
  grid-template-columns: 100%;
}
@media screen and (min-width: 1001px) {
  .c-service-section:has(.c-service-section__image) {
    grid-template-columns: 55.0884955752% 1fr;
  }
  .c-service-section:has(.c-service-section__image) .c-service-section__head {
    grid-column: span 2;
  }
}

/* c-service-inner-section
============================== */
.c-service-inner-section {
  display: grid;
  gap: calc(32px + var(--slope-1px) * 8) 48px;
  grid-template-columns: 100%;
}
.c-service-inner-section:not(:first-child) {
  margin-top: calc(48px + var(--slope-1px) * 32);
}
@media screen and (min-width: 1001px) {
  .c-service-inner-section:has(.c-service-inner-section__image) {
    grid-template-columns: 55.0884955752% 1fr;
  }
  .c-service-inner-section:has(.c-service-inner-section__image) .c-service-inner-section__head {
    grid-column: span 2;
  }
}

/* c-service-category-nav-grid
============================== */
.c-service-category-nav-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: calc(16px + var(--slope-1px) * 8);
  margin-top: calc(56px + var(--slope-1px) * 64);
  width: 100%;
  max-width: calc(var(--outer-width-px) + var(--inner-padding) * 2);
  padding-inline: var(--inner-padding);
  margin-inline: auto;
}

/* c-service-category-nav
============================== */
.c-service-category-nav {
  overflow: hidden;
  border-radius: var(--base-border-radius);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(160px + var(--slope-1px) * 60);
  font-size: calc(24px + var(--slope-1px) * 2);
  font-weight: 700;
  position: relative;
  background: var(--service-color);
  transition: opacity 0.2s ease-out;
}
.c-service-category-nav:hover {
  opacity: 0.8;
}
.c-service-category-nav span {
  position: relative;
}
.c-service-category-nav[data-service-id=print] {
  --service-color: var(--service-color-print);
  --svg: url(../img/service/pict-print.svg);
}
body[data-id=print] .c-service-category-nav[data-service-id=print] {
  display: none;
}
.c-service-category-nav[data-service-id=web] {
  --service-color: var(--service-color-web);
  --svg: url(../img/service/pict-web.svg);
}
body[data-id=web] .c-service-category-nav[data-service-id=web] {
  display: none;
}
.c-service-category-nav[data-service-id=creative] {
  --service-color: var(--service-color-creative);
  --svg: url(../img/service/pict-creative.svg);
}
body[data-id=creative] .c-service-category-nav[data-service-id=creative] {
  display: none;
}
.c-service-category-nav[data-service-id=stationery] {
  --service-color: var(--service-color-stationery);
  --svg: url(../img/service/pict-stationery.svg);
}
body[data-id=stationery] .c-service-category-nav[data-service-id=stationery] {
  display: none;
}
.c-service-category-nav[data-service-id=media] {
  --service-color: var(--service-color-media);
  --svg: url(../img/service/pict-media.svg);
}
body[data-id=media] .c-service-category-nav[data-service-id=media] {
  display: none;
}
.c-service-category-nav:before {
  content: "";
  display: block;
  width: 58.5106382979%;
  height: 80%;
  max-width: calc(120px + var(--slope-1px) * 45);
  inset: 0;
  margin: auto;
  position: absolute;
  background: var(--svg) 50% 50%/contain no-repeat;
}
.c-service-category-nav:after {
  content: "";
  display: block;
  width: 24px;
  aspect-ratio: 1/1;
  background: var(--icon-circle-angle) 50% 50%/contain no-repeat;
  right: calc(16px + var(--slope-1px) * 8);
  bottom: calc(16px + var(--slope-1px) * 8);
  position: absolute;
}

/* c-service-detail
============================== */
.c-service-detail {
  padding-top: calc(24px + var(--leading-trim));
  margin-top: 24px;
  border-top: 1px solid currentColor;
  font-size: calc(14px + var(--slope-1px) * 1);
  margin-bottom: var(--leading-trim);
}
.c-service-detail__head:before {
  content: "【";
}
.c-service-detail__head:after {
  content: "】";
}
.c-service-detail ul > li {
  text-indent: -1em;
  padding-left: 1em;
}
.c-service-detail ul > li:before {
  content: "・";
}

/* c-service-button
============================== */
.c-service-button {
  width: min(330px, 100%);
}
.c-service-button:not(:first-child) {
  margin-top: 24px;
}

/* c-service-banner-section
============================== */
.c-service-banner-section {
  margin-top: calc(64px + var(--slope-1px) * 56);
}

/* c-service-banner
============================== */
.c-service-banner {
  border: 1px solid var(--base-color);
  border-radius: var(--base-border-radius);
  display: grid;
  grid-template-columns: 125px 1fr;
  gap: calc(24px + var(--slope-1px) * 6);
  align-items: center;
  padding: calc(32px + var(--slope-1px) * 8) calc(32px + var(--slope-1px) * 16);
  background: #fff;
  transition: all 0.2s ease-out;
}
@media screen and (max-width: 1000px) {
  .c-service-banner {
    grid-template-columns: 100%;
  }
}
.c-service-banner:hover {
  filter: brightness(0.92);
}
.c-service-banner__image img {
  width: 100%;
  max-width: 145px;
  margin-inline: auto;
}
.c-service-banner__text {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 35px;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .c-service-banner__text {
    position: relative;
    padding-bottom: 32px;
    grid-template-columns: 100%;
  }
}
.c-service-banner__text:after {
  content: "";
  display: block;
  width: 32px;
  aspect-ratio: 1/1;
  background: currentColor;
  -webkit-mask: var(--icon-circle-angle) 50% 50%/contain no-repeat;
          mask: var(--icon-circle-angle) 50% 50%/contain no-repeat;
}
@media screen and (max-width: 1000px) {
  .c-service-banner__text:after {
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate3d(50%, 50%, 0px);
  }
}

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

Slider

* ============================================================= */
/* c-slider-arrow
============================== */
.c-slider-arrows {
  display: flex;
  gap: calc(14px + var(--slope-1px) * 12);
  height: calc(40px + var(--slope-1px) * 8);
}

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

Table

* ============================================================= */
/* c-profile-table
============================== */
.c-profile-table {
  width: 100%;
  border-collapse: collapse;
  font-size: calc(15px + var(--slope-1px) * 1);
  border-top: 1px solid currentColor;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .c-profile-table {
    display: block;
  }
  .c-profile-table tbody {
    display: block;
  }
}
.c-profile-table tr {
  border-bottom: 1px solid currentColor;
}
@media screen and (max-width: 767px) {
  .c-profile-table tr {
    display: grid;
    padding-block: 32px;
    gap: 24px;
  }
}
.c-profile-table th {
  width: calc(120px + 2em);
  padding-right: 2em;
}
.c-profile-table :is(th, td) {
  vertical-align: top;
  padding-block: calc(40px + var(--leading-trim));
}
@media screen and (max-width: 767px) {
  .c-profile-table :is(th, td) {
    padding-block: 0;
    margin-block: var(--leading-trim);
    display: block;
  }
}
.c-profile-table td a {
  color: var(--key-color);
}
.c-profile-table td a:hover {
  text-decoration: underline;
}

/* c-profile-table-grid
============================== */
.c-profile-table-grid {
  display: grid;
  gap: 0 1.5em;
  grid-template-columns: auto 1fr;
}
@media screen and (max-width: 767px) {
  .c-profile-table-grid._column\:tablet {
    grid-template-columns: 100%;
    row-gap: 0.5em;
  }
  .c-profile-table-grid._column\:tablet > dl {
    display: grid;
  }
}
.c-profile-table-grid > dl {
  display: contents;
}
.c-profile-table-grid > p {
  grid-column: span 2;
}
._detail-row td > .c-profile-table-grid {
  grid-template-columns: 100%;
}
._detail-row td > .c-profile-table-grid > dl {
  display: grid;
  grid-template-columns: 100%;
  gap: calc(24px + var(--leading-trim) * 2);
}
._detail-row td > .c-profile-table-grid > dl:not(:last-child) {
  margin-bottom: calc(32px + var(--slope-1px) * 16 + var(--leading-trim) * 2);
}
._detail-row td > .c-profile-table-grid > dl > dt {
  font-weight: 700;
}
._detail-row td > .c-profile-table-grid > dl > dt:before {
  content: "●";
}
._detail-row td > .c-profile-table-grid > p {
  grid-column: span 1;
}

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

Text

* ============================================================= */
/* c-lead
=============================== */
.c-lead {
  font-size: calc(18px + var(--slope-1px) * 2);
  font-weight: 500;
  display: grid;
  grid-template-columns: 100%;
  gap: calc(32px + var(--slope-1px) * 8);
}
.c-lead :not(:has(*:first-child)) {
  margin-block: var(--leading-trim);
}
.c-lead > * {
  margin-block: var(--leading-trim);
}
.c-lead__head {
  font-size: calc(24px + var(--slope-1px) * 4);
  font-weight: 700;
}
.c-lead__foot {
  font-size: calc(14px + var(--slope-1px) * 1);
  display: flex;
  gap: 16px;
}
.c-lead__foot:before {
  content: "";
  display: block;
  width: 16px;
  height: 1px;
  background: currentColor;
  flex-shrink: 0;
  top: calc(0.5em - var(--leading-trim));
  position: relative;
}

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

/* c-text-block
============================== */
.c-text-block {
  display: grid;
  gap: 24px;
  margin-top: calc(48px + var(--slope-1px) * 8);
}
.c-text-block > *:not(:has(*)) {
  margin-block: var(--leading-trim);
}
.c-text-block__head {
  font-size: calc(18px + var(--slope-1px) * 2);
  font-weight: 700;
}

/* c-sign
============================== */
.c-sign {
  text-align: right;
}
.c-sign:not(:first-child) {
  margin-top: calc(56px + var(--slope-1px) * 64);
}
.c-sign > * {
  margin-block: var(--leading-trim);
}
.c-sign > *:not(:first-child) {
  margin-top: calc(32px + var(--leading-trim));
}
.c-sign__group {
  font-size: calc(18px + var(--slope-1px) * 2);
}
.c-sign__name:not(:first-child) {
  margin-top: calc(20px + var(--leading-trim));
}

/* c-list
============================== */
.c-list {
  display: grid;
  grid-template-columns: 100%;
  gap: 1.2em;
}
.c-list:not(:first-child) {
  margin-top: calc(32px + var(--slope-1px) * 8);
}
.c-list > li {
  margin-block: var(--leading-trim);
  text-indent: -1em;
  padding-left: 1em;
}
.c-list > li:before {
  content: "・";
}

/* c-ordered-list
============================== */
.c-ordered-list {
  display: grid;
  grid-template-columns: 100%;
  gap: 1.4em;
  padding-left: 1.25em;
}
.c-ordered-list:not(:first-child) {
  margin-top: calc(32px + var(--slope-1px) * 8);
}
.c-ordered-list > li {
  margin-block: var(--leading-trim);
  list-style-type: decimal;
  list-style-position: outside;
}

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

Title

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

/* c-title-caption
============================== */
.c-title-caption {
  border: 1px solid var(--base-color);
  padding: calc(14px + var(--slope-1px) * 2 + var(--leading-trim)) calc(18px + var(--slope-1px) * 2);
  font-size: calc(14px + var(--slope-1px) * 1);
  line-height: 1.6;
  background: #fff;
  border-radius: var(--radius) var(--radius) var(--radius) 0;
  --radius: calc(12px + var(--slope-1px) * 18);
}
.c-title-caption._left-top {
  border-radius: 0 var(--radius) var(--radius) var(--radius);
}
@media screen and (max-width: 767px) {
  .c-title-caption {
    border-radius: 0 var(--radius) var(--radius) var(--radius);
  }
}
@media screen and (min-width: 768px) {
  .c-title-caption {
    line-height: 1.75;
  }
  .c-title-caption._block\:desktop {
    --radius: 20px;
  }
}

/* c-section-title
============================== */
.c-section-title {
  font-size: calc(28px + var(--slope-1px) * 12);
  font-weight: 700;
  line-height: 1.5;
  margin-block: var(--leading-trim);
  color: var(--service-color, currentColor);
}
.c-section-title._wbr {
  word-break: keep-all;
  overflow-wrap: anywhere;
}

/* c-subtitle
============================== */
.c-subtitle {
  font-size: calc(24px + var(--slope-1px) * 4);
  font-weight: 700;
  line-height: 1.5;
  margin-block: var(--leading-trim);
  color: var(--service-color, currentColor);
}
.c-subtitle._wbr {
  word-break: keep-all;
  overflow-wrap: anywhere;
}
.c-subtitle em {
  color: var(--key-color);
}
.c-subtitle._dot {
  display: flex;
  align-items: center;
  gap: 14px;
}
.c-subtitle._dot:before {
  content: "";
  width: 12px;
  aspect-ratio: 1/1;
  flex-shrink: 0;
  border-radius: 50%;
  background: currentColor;
}

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

CSR

* ============================================================= */
/* c-csr-movie-grid
============================== */
.c-csr-movie-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  container-type: inline-size;
}
@media screen and (max-width: 767px) {
  .c-csr-movie-grid {
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  }
}

/* c-csr-movie
============================== */
.c-csr-movie {
  display: grid;
  grid-template-columns: 100%;
  gap: calc(20px + var(--slope-1px) * 4);
  --img-scale: 1;
  --slope-1px: var(--slope-cqi-1px);
}
.c-csr-movie:hover {
  --img-scale: 1.03;
}
.c-csr-movie__image {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 584/326;
  border-radius: var(--base-border-radius);
  background: var(--bg-color-dark);
}
.c-csr-movie__image > span {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: calc(6px + var(--slope-1px) * 2) calc(10px + var(--slope-1px) * 2);
  border-radius: 40px;
  background: #fff;
  font-size: calc(14px + var(--slope-1px) * 1);
}
.c-csr-movie__image > span:before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: calc(20px + var(--slope-1px) * 2);
  aspect-ratio: 1/1;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 20 20"><path fill="%23E60021" d="M10 2c-4.418 0-8 3.582-8 8 0 4.4179 3.582 8 8 8 4.4179 0 8-3.5821 8-8 0-4.418-3.5821-8-8-8Zm2.9707 8.0906-4.5 2.6857a.1037.1037 0 0 1-.1065.001.1057.1057 0 0 1-.0527-.0918V7.3139c0-.038.0205-.0732.0527-.0918a.1063.1063 0 0 1 .1065.001l4.5 2.6863a.104.104 0 0 1 .0513.0903.1046.1046 0 0 1-.0513.0909Z"/></svg>') 50% 50%/contain no-repeat;
}
.c-csr-movie__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.6;
  transition: scale 0.4s ease-out;
  scale: var(--img-scale);
}
.c-csr-movie__contents {
  display: flex;
  align-items: center;
  gap: calc(12px + var(--slope-cqi-1px-full) * 4);
  line-height: 1.4;
}
@container (max-width: 903px) {
  .c-csr-movie__contents {
    flex-direction: column;
    align-items: flex-start;
  }
}
.c-csr-movie__label {
  padding: 5px 4px;
  font-size: calc(13px + var(--slope-1px) * 1);
  border-block: 1px solid currentColor;
  letter-spacing: -0.01em;
}
.c-csr-movie__title {
  margin-block: var(--leading-trim);
  font-weight: 500;
  font-size: calc(22px + var(--slope-1px) * 2);
  letter-spacing: 0;
}

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

Works

* ============================================================= */
/* c-works-grid
============================== */
.c-works-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 32px 33px;
  align-items: flex-start;
}

/* c-works-block
============================== */
.c-works-block {
  display: grid;
  grid-template-columns: 100%;
  gap: 32px;
  align-items: flex-start;
  --img-scale: 1;
}
@media screen and (max-width: 767px) {
  .c-works-block {
    gap: 20px;
  }
}
.c-works-block:hover {
  --img-scale: 1.03;
}
.c-works-block__body {
  display: grid;
  grid-template-columns: 100%;
  gap: calc(26px + var(--slope-1px) * 4);
}
.c-works-block__image {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 378/252;
  border-radius: var(--base-border-radius);
}
.c-works-block__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: scale 0.4s ease-out;
  scale: var(--img-scale);
}
.c-works-block__contents {
  display: grid;
  grid-template-columns: 100%;
  gap: calc(20px + var(--slope-1px) * 4);
}
.c-works-block__title {
  margin-block: var(--leading-trim);
  font-weight: 700;
  font-size: calc(20px + var(--slope-1px) * 2);
}
.c-works-block__text {
  margin-block: var(--leading-trim);
  font-size: calc(13px + var(--slope-1px) * 1);
}
.c-works-block__client {
  margin-block: var(--leading-trim);
  font-size: calc(13px + var(--slope-1px) * 1);
}
.c-works-block__foot {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 5px;
}
.c-works-block__foot > li {
  display: flex;
  align-items: center;
  padding: 8px calc(8px + var(--slope-1px) * 4);
  border-radius: 4px;
  background: var(--bg-color);
  text-decoration: none;
  font-weight: 700;
  font-size: calc(11px + var(--slope-1px) * 1);
  line-height: 1;
}

/* c-works-page-title
============================== */
.c-wokrs-page-title {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 0.6666666667em 0.5em;
  font-size: calc(34px + var(--slope-1px) * 14);
  line-height: 1.4;
  margin-bottom: calc(12px + var(--slope-1px) * 20);
}

.c-wokrs-page-title__copy {
  border-radius: calc(4px + var(--slope-1px) * 1);
  border: 3px solid;
  position: relative;
  height: calc(72px + var(--slope-1px) * 18);
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-wokrs-page-title__copy svg {
  margin-left: var(--_margin-left);
  margin-right: var(--_margin-right);
}
@media screen and (max-width: 767px) {
  .c-wokrs-page-title__copy svg {
    height: 150%;
  }
}
@media screen and (max-width: 767px) {
  .c-wokrs-page-title__copy {
    margin-left: 27px;
  }
}

.c-wokrs-page-title__text {
  font-weight: 700;
  margin-block: var(--leading-trim);
}
.c-wokrs-page-title__text span {
  display: none;
}

/* c-works-article-page-title
============================== */
.c-wokrs-article-page-title {
  display: flex;
  align-items: center;
  gap: 0.4166666667em;
  font-size: calc(34px + var(--slope-1px) * 14);
  line-height: 1.4;
  margin-top: calc(9px + var(--slope-1px) * 30);
}
@media screen and (max-width: 767px) {
  .c-wokrs-article-page-title {
    flex-direction: column;
  }
}

.c-wokrs-article-page-title__copy {
  border-radius: calc(4px + var(--slope-1px) * 1);
  border: 3px solid;
  position: relative;
  height: calc(66px + var(--slope-1px) * 38);
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
}
.c-wokrs-article-page-title__copy svg {
  margin-left: var(--_margin-left);
  margin-right: var(--_margin-right);
}
@media screen and (max-width: 767px) {
  .c-wokrs-article-page-title__copy svg {
    height: 153.0612244898%;
  }
}
@media screen and (max-width: 767px) {
  .c-wokrs-article-page-title__copy {
    width: 100%;
  }
}

.c-wokrs-article-page-title__text {
  font-weight: 700;
  margin-block: var(--leading-trim);
}
.c-wokrs-article-page-title__text span {
  display: none;
}

.c-wokrs-article-page-title__group {
  gap: 0.4166666667em;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .c-wokrs-article-page-title__group {
    flex-direction: column;
  }
}

.c-wokrs-article-page-title__cross {
  width: calc(27px + var(--slope-1px) * 5);
  height: calc(27px + var(--slope-1px) * 5);
}

/* c-works-article
============================== */
.c-works-article {
  width: 100%;
  max-width: calc(var(--outer-width-px) + var(--inner-padding) * 2);
  padding-inline: var(--inner-padding);
  margin-inline: auto;
  display: grid;
  grid-template-columns: 100%;
  margin-top: calc(66px + var(--slope-1px) * 45);
}

.c-works-article__head {
  margin-block: var(--leading-trim);
}

.c-works-article__title {
  margin-top: var(--leading-trim);
  margin-bottom: calc(32px + var(--leading-trim));
  font-weight: 700;
  font-size: calc(28px + var(--slope-1px) * 12);
  line-height: 1.5;
}
.c-works-article__title span {
  margin-block: var(--leading-trim);
}

.c-works-article__client {
  margin-block: var(--leading-trim);
  font-size: calc(15px + var(--slope-1px) * 1);
}

.c-works-article__url {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 15px 5px;
  margin-top: calc(24px + var(--leading-trim));
  font-size: calc(12px + var(--slope-1px) * 4);
}
.c-works-article__url > dt {
  grid-column: 1/2;
  margin-block: var(--leading-trim);
}
.c-works-article__url > dd {
  word-break: break-all;
  grid-column: 2/3;
  text-align: left;
  display: flex;
  align-items: flex-start;
  margin-block: var(--leading-trim);
  letter-spacing: 0;
}
.c-works-article__url > dd a {
  text-decoration: underline;
}
.c-works-article__url > dd a:hover {
  text-decoration: none;
}

.c-works-article__tag {
  margin-top: calc(24px + var(--leading-trim));
  display: flex;
  flex-wrap: wrap;
  gap: 7px 5px;
}
.c-works-article__tag > li {
  display: flex;
  align-items: center;
  padding: 8px calc(8px + var(--slope-1px) * 4);
  border-radius: 4px;
  background: var(--bg-color);
  text-decoration: none;
  font-weight: 700;
  font-size: calc(11px + var(--slope-1px) * 1);
  line-height: 1;
}

.c-works-article__image {
  margin-top: calc(32px + var(--slope-1px) * 24);
  overflow: hidden;
  background: var(--bg-color);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .c-works-article__image {
    border-radius: 50px;
  }
}
@media screen and (max-width: 767px) {
  .c-works-article__image {
    margin-inline: calc(var(--inner-padding) * -1);
  }
}
.c-works-article__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-works-article__body {
  padding-block: calc(56px + var(--slope-1px) * 64);
}

.c-works-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: calc(32px + var(--slope-1px) * 8);
  align-self: stretch;
  max-width: 720px;
  margin-inline: auto;
}
.c-works-section__title {
  font-size: calc(26px + var(--slope-1px) * 8);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1.02px;
  margin-block: var(--leading-trim);
}
.c-works-section + .c-works-section {
  margin-top: calc(56px + var(--slope-1px) * 64);
}

@media screen and (max-width: 767px) {
  .c-works-article__foot {
    margin-inline: calc(var(--inner-padding) * -1);
  }
}

.c-works-article-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: calc(24px + var(--slope-1px) * 24);
}
@media screen and (max-width: 767px) {
  .c-works-article-grid {
    grid-template-columns: 100%;
  }
}

.c-works-article-grid__item {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .c-works-article-grid__item {
    border-radius: 50px;
  }
}
.c-works-article-grid__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-works-article__frame {
  margin-top: calc(24px + var(--slope-1px) * 40);
  background: var(--bg-color);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .c-works-article__frame {
    border-radius: 50px;
  }
}

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

Utility

* ============================================================= */
/* Media Query Setting
====================================== */
.u-tablet-block {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .u-tablet-block {
    display: block !important;
  }
}

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

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

@media screen and (max-width: 767px) {
  .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: "";
  visibility: hidden;
  display: block;
  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;
}

/* custom utility
============================== */
@media screen and (max-width: 1000px) {
  .u-middle-none {
    display: none;
  }
}

.u-color-logo--violet {
  color: var(--logo-color-violet) !important;
}

.u-color-logo--blue {
  color: var(--logo-color-blue) !important;
}

@media screen and (max-width: 767px) {
  .u-br-pc {
    display: none;
  }
}