@charset "UTF-8";
/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*, :after, :before {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

hr {
  overflow: visible;
  height: 0;
  color: inherit;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

input {
  border-radius: 0;
}

[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
  color: inherit;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
}

a:focus, button:focus, input:focus, select:focus, textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  white-space: normal;
  max-width: 100%;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

/* Noto Sansを使わない場合
$font-sans: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3",
  Meiryo, メイリオ, sans-serif;
*/
/* Mixin
   ----------------------------------------------------------------- */
/* ==========================================================================
   Global
   ========================================================================== */
/* Base
   ----------------------------------------------------------------- */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 64px;
}

body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", meiryo, メイリオ, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #000;
  text-align: left;
  background: #fff;
}
body img {
  max-width: 100%;
}
body.is-open {
  overflow: hidden;
}

/* Noto Sans使用時 IEはメイリオに変更 */
/* stylelint-disable-next-line selector-type-no-unknown, selector-pseudo-class-no-unknown */
_:input-placeholder,
:root body {
  font-family: Meiryo, "メイリオ", sans-serif;
}

img {
  vertical-align: bottom;
}

table {
  border-collapse: collapse;
}

a {
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

ul,
li {
  list-style-type: none;
}

::-moz-selection {
  color: #000;
  text-shadow: none;
  background-color: #8ca9c7;
  /* Required when declaring ::selection */
}

::selection {
  color: #000;
  text-shadow: none;
  background-color: #8ca9c7;
  /* Required when declaring ::selection */
}

.legacy-ie {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  padding: 100px 0;
  text-align: center;
  background: #eee;
}

.legacy-ie a {
  text-decoration: none;
}

.noscript {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  padding: 100px 0;
  text-align: center;
}

/* Layout
   ----------------------------------------------------------------- */
.l-main {
  padding-top: 64px;
}

.l-page__header {
  height: 256px;
  color: #fff;
  background: linear-gradient(45deg, #0057a7 0%, #0057a7 30%, #0d96cf 100%);
}
.l-page__header--large {
  height: auto;
  padding: 64px 0 40px;
  overflow-x: hidden;
}
.l-page__header .header-contents .header-contents__image {
  margin-top: 24px;
}
.l-page__header .header-contents .header-contents__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 40px auto 0;
}
.l-page__header .header-contents .header-contents__list > li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 8px 16px;
  font-size: 10px;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 100vh;
}
.l-page__header .header-contents .header-contents__copy {
  margin: 16px auto 0;
  font-size: 22px;
  color: #fff;
}
.l-page__header .header-contents .header-contents__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 32px;
}

.l-page__breadcrumb {
  width: 100%;
  padding-top: 40px;
  overflow-x: auto;
  white-space: nowrap;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.l-page__breadcrumb::-webkit-scrollbar {
  display: none;
}

.l-page__container {
  padding-bottom: 32px;
  margin-top: 36px;
  background: #fff;
}

.l-page__title {
  position: relative;
  margin-top: 74px;
}
.l-page__title .en {
  position: absolute;
  top: -34px;
  left: 0;
  font-family: "Work Sans", sans-serif;
  font-size: 48px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  opacity: 0.08;
}
.l-page__title .ja {
  margin-top: 2px;
  font-size: clamp(24px, 6.4vw, 36px);
  font-weight: 500;
  line-height: 1.4;
}

/* Header
   ----------------------------------------------------------------- */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background: #fff;
  opacity: 1;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.l-header.is-open {
  position: fixed;
  background-color: transparent;
}
.l-header.is-open .l-header__tel,
.l-header.is-open .l-header__nav {
  visibility: hidden;
  opacity: 0;
}
.l-header.is-white, .l-header.is-open {
  background-color: transparent;
}
.l-header.is-white .l-header__logo, .l-header.is-open .l-header__logo {
  -webkit-filter: brightness(0) invert(1) !important;
          filter: brightness(0) invert(1) !important;
}
.l-header.is-white .l-header__tel .tel-number, .l-header.is-open .l-header__tel .tel-number {
  color: #fff;
}
.l-header.is-white .l-header__tel .notes, .l-header.is-open .l-header__tel .notes {
  color: #fff;
}
.l-header.is-white .l-header__nav > ul .nav-item::after, .l-header.is-open .l-header__nav > ul .nav-item::after {
  background-color: #fff;
}
.l-header.is-white .l-header__nav > ul .nav-item > span, .l-header.is-open .l-header__nav > ul .nav-item > span {
  color: #fff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.l-header.is-white .l-header__nav > ul .nav-item > a, .l-header.is-open .l-header__nav > ul .nav-item > a {
  color: #fff;
}
.l-header.is-white .l-header__menu .c-menu-icon > .c-menu-icon__wrap > span, .l-header.is-open .l-header__menu .c-menu-icon > .c-menu-icon__wrap > span {
  background-color: #fff;
}
.l-header.is-white .l-header__menu .text, .l-header.is-open .l-header__menu .text {
  color: #fff;
}

.l-header__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 64px;
  padding: 0 4vw;
  margin: 0 auto;
}

.l-header__logo {
  width: 240px;
  line-height: 1;
}
.l-header__logo img {
  width: 100%;
}

.l-header__tel {
  display: none;
}
.l-header__tel .tel-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
.l-header__tel .tel-number__text {
  font-family: "Work Sans", sans-serif;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
}
.l-header__tel .notes {
  font-size: 12px;
}

.l-header__nav {
  display: none;
}
.l-header__nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}
.l-header__nav > ul .nav-item {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #0054a7;
  list-style: none;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.l-header__nav > ul .nav-item::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 1px;
  content: "";
  background-color: #0054a7;
  -webkit-transition: width 0.4s;
  transition: width 0.4s;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.l-header__nav > ul .nav-item > span {
  color: #000;
}
.l-header__nav > ul .nav-item > a {
  display: block;
  padding: 4px;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.l-header__nav > ul .nav-item > ul {
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  overflow: hidden;
  visibility: hidden;
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 8px 16px rgba(0, 47, 94, 0.16);
          box-shadow: 0 8px 16px rgba(0, 47, 94, 0.16);
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.l-header__nav > ul .nav-item > ul > li {
  display: block;
}
.l-header__nav > ul .nav-item > ul > li a {
  display: block;
  padding: 1em 1.5em;
}

.l-header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  cursor: pointer;
}
.l-header__menu > .text {
  display: none;
  color: #0054a7;
}

.fixed-cta {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 3;
  width: 100%;
}
.fixed-cta > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.fixed-cta > ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
}
.fixed-cta .cta-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 54px;
  padding: 16px 13px;
  background-color: #2d2d2d;
}
.fixed-cta .cta-button--showroom {
  background-color: #0054a7;
}
.fixed-cta .cta-button--estimation {
  background-color: #ff7a00;
}
.fixed-cta .cta-button--line {
  background-color: #0cc755;
}
.fixed-cta .cta-button__icon {
  width: 22px;
  height: 22px;
  text-align: center;
}
.fixed-cta .cta-button__icon img {
  vertical-align: initial;
}
.fixed-cta .cta-button__text {
  font-size: 12px;
  font-weight: 500;
  color: #fff;
}

/* Footer
   ----------------------------------------------------------------- */
.l-footer {
  position: relative;
  padding: 40px 0;
  background-color: #2d2d2d;
}
.l-footer--form {
  padding: 32px 0;
  font-size: 12px;
  color: #fff;
  text-align: center;
}

.l-footer__totop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.l-footer__totop .text {
  color: #fff;
}
.l-footer__totop .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 20px;
}
.l-footer__totop img {
  width: 13px;
  height: 13px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.l-footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: 0 auto;
}

.l-footer__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  padding-top: 40px;
}

.l-footer__logo {
  margin: 0 auto;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.l-footer__logo img {
  width: 100%;
}

.l-footer__tel {
  margin: 0 auto;
}
.l-footer__tel .tel-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-footer__tel .tel-number img {
  width: 38px;
}
.l-footer__tel .tel-number__text {
  font-family: "Work Sans", sans-serif;
  font-size: 32px;
  font-weight: bold;
  color: #fff;
}
.l-footer__tel .notes {
  font-size: 12px;
  color: #fff;
  text-align: center;
}
.l-footer__tel .notes span {
  padding-right: 8px;
  color: #8ca9c7;
}

.l-footer__address {
  margin-top: 24px;
  color: #fff;
}
.l-footer__address .address__text {
  text-align: center;
}
.l-footer__address .address__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
}
.l-footer__address .address__button img {
  display: block;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.l-footer__address .open {
  margin-top: 8px;
  text-align: center;
}
.l-footer__address .open span {
  padding-right: 8px;
  color: #8ca9c7;
}

.l-footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 30px;
  margin-top: 32px;
}
.l-footer__sns .text {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  padding: 8px 12px;
  font-size: 12px;
  text-align: center;
  background-color: #8ca9c7;
  border-radius: 4px;
}
.l-footer__sns > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.l-footer__sns > ul > li {
  width: 28px;
  height: 28px;
}
.l-footer__sns > ul > li a {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-mask: url("./assets/img/common/icon_instagram.svg") no-repeat center center/contain;
          mask: url("./assets/img/common/icon_instagram.svg") no-repeat center center/contain;
}
.l-footer__sns > ul > li a.icon-instagram {
  -webkit-mask: url("./assets/img/common/icon_instagram.svg") no-repeat center center/contain;
          mask: url("./assets/img/common/icon_instagram.svg") no-repeat center center/contain;
}
.l-footer__sns > ul > li a.icon-facebook {
  -webkit-mask: url("./assets/img/common/icon_facebook.svg") no-repeat center center/contain;
          mask: url("./assets/img/common/icon_facebook.svg") no-repeat center center/contain;
}
.l-footer__sns > ul > li a.icon-line {
  -webkit-mask: url("./assets/img/common/icon_line.svg") no-repeat center center/contain;
          mask: url("./assets/img/common/icon_line.svg") no-repeat center center/contain;
}
.l-footer__sns > ul > li svg path {
  -webkit-transition: fill 0.2s;
  transition: fill 0.2s;
}

.l-footer__olderlink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 24px auto 0;
  color: #fff;
}
.l-footer__olderlink .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 26px;
  height: 26px;
  background-color: #fff;
  border-radius: 13px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.l-footer__olderlink .icon svg {
  width: 9px;
  height: 9px;
}
.l-footer__olderlink .icon svg * {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.l-footer__nav {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  margin-top: 40px;
}
.l-footer__nav > * + * {
  margin-top: 40px;
}
.l-footer__nav .nav-heading {
  position: relative;
  padding-bottom: 16px;
  font-size: 12px;
  color: #dddede;
  border-bottom: 1px solid #dddede;
}
.l-footer__nav .nav-heading + ul {
  margin-top: 16px;
}
.l-footer__nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px 34px;
}
.l-footer__nav > ul > li a {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}

.l-footer__bottom .link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  margin-top: 72px;
}
.l-footer__bottom .link-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 80px;
  padding: 0 30px;
  background-color: #fff;
  border-radius: 5px;
}
.l-footer__bottom .copyright {
  margin-top: 48px;
  font-size: 12px;
  color: #fff;
  text-align: center;
}

.l-menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100vw;
  height: 100%;
  overscroll-behavior-y: contain;
  visibility: hidden;
  background: linear-gradient(45deg, #0057a7 0%, #0057a7 30%, #0d96cf 100%);
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.l-menu.is-show {
  visibility: visible;
  opacity: 1;
}

.l-menu__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 1180px;
  height: calc(100% - 64px);
  padding: 0 4vw;
  margin: 64px auto 0;
  overflow: auto;
}

.l-menu__nav {
  -webkit-box-flex: 1.44;
      -ms-flex: 1.44;
          flex: 1.44;
  width: 100%;
  padding-bottom: 40px;
  margin-top: 40px;
  border-bottom: 1px solid #8ca9c7;
}
.l-menu__nav > * + * {
  margin-top: 40px;
}
.l-menu__nav .nav-heading {
  padding-bottom: 16px;
  font-size: 12px;
  color: #dddede;
  border-bottom: 1px solid #dddede;
}
.l-menu__nav .nav-heading + ul {
  margin-top: 16px;
}
.l-menu__nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px 34px;
}
.l-menu__nav > ul > li a {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}

.l-menu__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  padding-top: 40px;
}

.l-menu__tel .tel-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-menu__tel .tel-number__text {
  font-family: "Work Sans", sans-serif;
  font-size: 32px;
  font-weight: bold;
  color: #fff;
}
.l-menu__tel .notes {
  font-size: 12px;
  color: #fff;
  text-align: center;
}
.l-menu__tel .notes span {
  padding-right: 8px;
  color: #8ca9c7;
}

.l-menu__cta {
  margin-top: 24px;
}
.l-menu__cta > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  width: 100%;
  max-width: 370px;
  margin: 0 auto;
}
.l-menu__cta .cta-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 72px;
  padding: 16px 13px;
  color: #fff;
  background-color: #2d2d2d;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.l-menu__cta .cta-button::after {
  position: absolute;
  top: calc(50% - 5.5px);
  right: 32px;
  width: 11px;
  height: 11px;
  content: "";
  background: url("./assets/img/common/icon_arrow_01_white.svg") no-repeat center center/contain;
}
.l-menu__cta .cta-button--showroom {
  color: #0054a7;
  background-color: #fff;
}
.l-menu__cta .cta-button--showroom::after {
  background: url("./assets/img/common/icon_arrow_01_blue.svg") no-repeat center center/contain;
}
.l-menu__cta .cta-button--line {
  background-color: #0cc755;
}
.l-menu__cta .cta-button__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 22px;
  height: auto;
  text-align: center;
}
.l-menu__cta .cta-button__text {
  font-size: 15px;
}

.l-menu__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 30px;
  margin-top: 32px;
}
.l-menu__sns .text {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 12px;
  font-size: 12px;
  background-color: #8ca9c7;
}
.l-menu__sns > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

.p-form {
  max-width: 840px;
  margin: 0 auto;
  border-top: 2px solid #f5f5f5;
  /**
  * error message
  */
}
.p-form .error {
  display: block;
  margin-top: 0.5em;
  font-size: 85%;
  color: #b70000;
}

.p-form__group {
  padding: 12px 0;
}

.p-form__group + .p-form__group {
  border-top: 2px solid #f5f5f5;
}

.p-form__row {
  padding: 12px 0;
}
.p-form__row > dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-form__row > dt > label {
  padding-right: 16px;
  font-size: 13px;
  font-weight: 500;
}
.p-form__row > dt > label > small {
  display: block;
  font-size: 12px;
  font-weight: normal;
  color: #2d2d2d;
}
.p-form__row > dt > .tag {
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 18px;
  padding: 0 6px;
  font-size: 10px;
  line-height: 18px;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
  background-color: #2d2d2d;
  border-radius: 2px;
}
.p-form__row > dt > .tag--required {
  color: #fff;
  background-color: #8ca9c7;
}
.p-form__row > dd {
  margin-top: 6px;
}

.p-form-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -8px;
}
.p-form-controls .p-form-control {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0 8px;
}
.p-form-controls .p-form-control + .p-form-control {
  margin-top: 0;
}

.p-form-control {
  position: relative;
}
.p-form-control + .p-form-control {
  margin-top: 10px;
}
.p-form-control input[type=text],
.p-form-control input[type=number],
.p-form-control input[type=email],
.p-form-control input[type=tel] {
  width: 100%;
  padding: 12px;
  font-size: 14px;
  vertical-align: middle;
  background-color: #d9e4f0;
  -webkit-transition: border 0.2s ease-out;
  transition: border 0.2s ease-out;
}
.p-form-control input[type=text]::-webkit-input-placeholder, .p-form-control input[type=number]::-webkit-input-placeholder, .p-form-control input[type=email]::-webkit-input-placeholder, .p-form-control input[type=tel]::-webkit-input-placeholder {
  color: rgba(45, 45, 45, 0.4);
}
.p-form-control input[type=text]::-moz-placeholder, .p-form-control input[type=number]::-moz-placeholder, .p-form-control input[type=email]::-moz-placeholder, .p-form-control input[type=tel]::-moz-placeholder {
  color: rgba(45, 45, 45, 0.4);
}
.p-form-control input[type=text]:-ms-input-placeholder, .p-form-control input[type=number]:-ms-input-placeholder, .p-form-control input[type=email]:-ms-input-placeholder, .p-form-control input[type=tel]:-ms-input-placeholder {
  color: rgba(45, 45, 45, 0.4);
}
.p-form-control input[type=text]::-ms-input-placeholder, .p-form-control input[type=number]::-ms-input-placeholder, .p-form-control input[type=email]::-ms-input-placeholder, .p-form-control input[type=tel]::-ms-input-placeholder {
  color: rgba(45, 45, 45, 0.4);
}
.p-form-control input[type=text]::placeholder,
.p-form-control input[type=number]::placeholder,
.p-form-control input[type=email]::placeholder,
.p-form-control input[type=tel]::placeholder {
  color: rgba(45, 45, 45, 0.4);
}
.p-form-control input[type=text]:focus,
.p-form-control input[type=number]:focus,
.p-form-control input[type=email]:focus,
.p-form-control input[type=tel]:focus {
  border-color: #0054a7;
  outline: 0;
  -webkit-box-shadow: rgba(0, 84, 167, 0.5) 0 0 5px 2px;
          box-shadow: rgba(0, 84, 167, 0.5) 0 0 5px 2px;
}
.p-form-control textarea {
  width: 100%;
  padding: 12px;
  font-size: 12px;
  vertical-align: middle;
  background-color: #d9e4f0;
  -webkit-transition: border 0.2s ease-out;
  transition: border 0.2s ease-out;
}
.p-form-control textarea::-webkit-input-placeholder {
  color: #2d2d2d;
}
.p-form-control textarea::-moz-placeholder {
  color: #2d2d2d;
}
.p-form-control textarea:-ms-input-placeholder {
  color: #2d2d2d;
}
.p-form-control textarea::-ms-input-placeholder {
  color: #2d2d2d;
}
.p-form-control textarea::placeholder {
  color: #2d2d2d;
}
.p-form-control textarea:focus {
  border-color: #0054a7;
  outline: 0;
  -webkit-box-shadow: rgba(0, 84, 167, 0.5) 0 0 5px 2px;
          box-shadow: rgba(0, 84, 167, 0.5) 0 0 5px 2px;
}
.p-form-control > p {
  margin-top: 4px;
  color: #2d2d2d;
}
.p-form-control--zip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-form-control--zip .c-input {
  position: relative;
  min-width: 120px;
}
.p-form-control--zip .c-input + .c-input {
  margin-left: 20px;
}
.p-form-control--zip .c-input + .c-input::before {
  position: absolute;
  top: calc(50% + 12px);
  left: -13px;
  line-height: 0;
  content: "-";
}

.p-form__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
  text-align: center;
}
.p-form__actions .back-btn {
  display: block;
  margin: 24px auto;
}
.p-form__actions .back-btn:hover {
  text-decoration: underline;
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0;
}

.mw_wp_form_confirm .p-form__row--labeled dt,
.mw_wp_form_confirm .p-form__row--top dt {
  padding-top: 0;
}
.mw_wp_form_confirm .p-form-control .c-input label {
  display: none;
}
.mw_wp_form_confirm .p-form-control--zip .c-input {
  min-width: 0;
}
.mw_wp_form_confirm .p-form-control--zip .c-input + .c-input::before {
  top: 50%;
}
.mw_wp_form_confirm .p-form-radios--horizontal {
  margin: 0;
}

.p-event-card {
  width: 100%;
}

.p-event-card__thumbnail {
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.p-event-card__thumbnail img {
  width: 100%;
  height: 100%;
  aspect-ratio: 314/173;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-event-card__thumbnail .mark {
  position: absolute;
  top: 12px;
  left: 12px;
}
.p-event-card__thumbnail .mark span {
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  height: 25px;
  font-size: 12px;
  border-radius: 25px;
}
.p-event-card__thumbnail .mark span.reception {
  z-index: 1;
  width: 68px;
  color: #0054a7;
  background-color: #fff968;
}
.p-event-card__thumbnail .mark span.reception::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  z-index: -1;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(255, 249, 104, 0.5);
  border-radius: 25px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation: zoom-label 1.4s ease-out infinite;
          animation: zoom-label 1.4s ease-out infinite;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
@-webkit-keyframes zoom-label {
  0% {
    padding: 0;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    padding: 6px;
    opacity: 0;
  }
}
@keyframes zoom-label {
  0% {
    padding: 0;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    padding: 6px;
    opacity: 0;
  }
}
.p-event-card__thumbnail .mark span.end {
  width: 56px;
  background-color: #dddede;
}

.p-event-card__body {
  margin-top: 16px;
}
.p-event-card__body .title {
  margin-top: 16px;
  font-size: 16px;
  font-weight: 500;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.p-event-card__body .date {
  margin-top: 8px;
  font-size: 14px;
}
.p-event-card__body .date span {
  padding: 0 0.5em;
  font-size: 16px;
  line-height: 12px;
  color: #8ca9c7;
  vertical-align: sub;
}
.p-event-card__body .place {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 12px;
  font-size: 12px;
  color: #707070;
}

.p-works-card {
  width: 100%;
  height: 100%;
}

.p-works-card__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: 20px;
  border: 1px solid #8ca9c7;
  border-radius: 5px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.p-works-card__thumbnail {
  overflow: hidden;
  border-radius: 5px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.p-works-card__thumbnail img {
  width: 100%;
  height: 100%;
  aspect-ratio: 314/173;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-works-card__body {
  margin-top: 8px;
}
.p-works-card__body .title {
  font-size: 18px;
  font-weight: 500;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.p-works-card__body .place {
  margin-top: 16px;
  font-size: 12px;
  color: #707070;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.p-works-card__body .tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px 16px;
  margin-top: 16px;
  font-size: 12px;
  color: #0054a7;
}

.p-info-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  width: 100%;
  padding-top: 24px;
  border-bottom: 1px solid #8ca9c7;
}

.p-info-card__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-info-card__date {
  font-size: 16px;
}

.p-info-card__title {
  position: relative;
  display: block;
  width: 100%;
  padding-right: 36px;
  font-size: 16px;
  font-weight: 500;
}
.p-info-card__title::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 22px;
  height: 23px;
  content: "";
  background: url("./assets/img/common/icon_arrow_02_blue.svg") no-repeat center center/contain;
}
.p-info-card__title a {
  display: block;
  width: 100%;
  padding: 0 0 24px;
}

.p-column-card {
  width: 100%;
}

.p-column-card__thumbnail {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.p-column-card__thumbnail img {
  width: 100%;
  height: 100%;
  aspect-ratio: 314/173;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-column-card__body {
  margin-top: 16px;
}
.p-column-card__body .date {
  font-size: 12px;
}
.p-column-card__body .title {
  margin-top: 8px;
  font-size: 16px;
  font-weight: 500;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.p-column-card__body .tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px 16px;
  margin-top: 16px;
  font-size: 12px;
  color: #0054a7;
}

.p-faq-list {
  counter-reset: pfaqlist 0;
}
.p-faq-list > li {
  counter-increment: pfaqlist 1;
}

.p-faq-list__heading {
  position: relative;
  padding: 16px 40px 16px 50px;
  font-size: 16px;
  border-bottom: 1px solid #0054a7;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.p-faq-list__heading > .number {
  position: absolute;
  top: 50%;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Work Sans", sans-serif;
  font-size: 24px;
  font-weight: 300;
  color: #8ca9c7;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-faq-list__heading > .number::after {
  content: counter(pfaqlist) ".";
}
.p-faq-list__heading::before, .p-faq-list__heading::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: block;
  width: 16px;
  height: 2px;
  margin: auto;
  content: "";
  background-color: #8ca9c7;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.p-faq-list__heading::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.p-faq-list__heading.is-active {
  border-bottom: none;
}
.p-faq-list__heading.is-active::after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.p-faq-list__content {
  position: relative;
  padding: 16px;
  font-size: 16px;
  font-weight: 300;
  background-color: #fff;
  border-radius: 5px;
}
.p-faq-list__content a {
  text-decoration: underline;
}

.p-flow-list {
  counter-reset: pflowlist 0;
}
.p-flow-list li {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 40px;
  counter-increment: pflowlist 1;
}
.p-flow-list li::before {
  position: absolute;
  top: 0;
  top: 0.2rem;
  left: 0;
  z-index: 1;
  display: block;
  width: 25px;
  height: 25px;
  content: "";
  background-color: #d9e4f0;
  border: solid 1px #0054a7;
  border-radius: 50%;
}
.p-flow-list li:not(:last-child)::after {
  position: absolute;
  bottom: -0.4rem;
  left: 12px;
  width: 1px;
  height: 100%;
  content: "";
  background-color: #0054a7;
}
.p-flow-list li:not(:last-child) .text {
  padding-bottom: 28px;
}
.p-flow-list .p-flow-list__step {
  width: 100%;
  font-size: 20px;
  line-height: 1;
  line-height: 1.4;
  color: #0054a7;
}
.p-flow-list .p-flow-list__step::after {
  content: "Step 0" counter(pflowlist);
}
.p-flow-list .p-flow-list__textbody {
  width: 100%;
}
.p-flow-list .p-flow-list__textbody .title {
  margin: 16px 0 8px;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.4;
}

.p-section-cta {
  padding: 48px 0;
  background: linear-gradient(45deg, #0057a7 0%, #0057a7 30%, #0d96cf 100%);
}
.p-section-cta .c-section-copy,
.p-section-cta .c-section-heading {
  color: #fff;
}

.p-section-cta__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  margin-top: 30px;
}
.p-section-cta__list > li {
  position: relative;
}
.p-section-cta__list > li + li::before {
  position: absolute;
  top: -8px;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #8ca9c7;
}

.p-section-cta__box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 24px 16px 16px;
  color: #0054a7;
  background-color: #fff;
  border-radius: 5px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.p-section-cta__box .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-section-cta__box .icon > img {
  width: 22px;
  height: 22px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-section-cta__box .icon__text {
  position: relative;
  font-size: 14px;
}
.p-section-cta__box .icon__text::before, .p-section-cta__box .icon__text::after {
  content: " - ";
}
.p-section-cta__box .title {
  margin-top: 6px;
  font-size: 18px;
}
.p-section-cta__box .desc {
  margin-top: 4px;
  font-size: 12px;
  text-align: center;
}
.p-section-cta__box .desc span {
  display: inline-block;
}
.p-section-cta__box .arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  margin-top: 10px;
  background-color: #0054a7;
  border-radius: 20px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.p-section-cta__box .arrow img {
  position: absolute;
  width: 17px;
  height: 17px;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.p-maker-list {
  padding: 32px 16px 24px;
  background: #fff;
}
.p-maker-list .c-section-heading {
  text-align: center;
}
.p-maker-list .p-maker-list__desc {
  margin-top: 40px;
}
.p-maker-list .p-maker-list__01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px 10px;
  margin: 24px auto 0;
}
.p-maker-list .p-maker-list__01 li {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: calc((100% - 10px) / 2);
}
.p-maker-list .p-maker-list__01--center li {
  margin: auto;
}
.p-maker-list .p-maker-list__02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  margin-top: 24px;
}
.p-maker-list .p-maker-list__02 li .maker-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 112px;
  border: 1px solid #d9e4f0;
  border-radius: 5px;
}
.p-maker-list .p-maker-list__02 li .maker-box__img {
  width: 124px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-maker-list .p-maker-list__02 li .maker-box__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  font-weight: 500;
}
.p-maker-list .p-maker-list__more {
  margin-top: 24px;
}
.p-maker-list .p-maker-list__more .c-button {
  margin: 0 auto;
}

.p-overview {
  padding: 40px 0 56px;
}

.p-overview__copy {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.8;
  color: #0054a7;
}

.p-overview__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
  max-width: 600px;
  margin: 32px auto 0;
}
.p-overview__images > li {
  width: calc(50% - 6px);
}

.p-overview__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  margin-top: 40px;
}
.p-overview__list > li {
  position: relative;
  width: 100%;
  padding: 22px 40px;
  margin-left: 26px;
  font-size: 18px;
  border: 1px solid #0054a7;
  border-radius: 5px;
}
.p-overview__list > li::before {
  position: absolute;
  top: calc(50% - 26px);
  left: -26px;
  width: 52px;
  height: 52px;
  content: "";
  background: url("./assets/img/common/icon_check_circle.svg") no-repeat center center/cover;
  background-color: white;
  border: 4px solid #fff;
  border-radius: 100vh;
}

.p-banner {
  padding: 40px 0;
  background-color: #f5f5f5;
  border-top: solid 1px #dddede;
  border-bottom: solid 1px #dddede;
}
.p-banner .p-banner__list li + li {
  margin-top: 24px;
}
.p-banner .p-banner__list img {
  width: 100%;
  height: auto;
}

.p-section-area {
  position: relative;
  overflow: hidden;
  background-color: #f5f5f5;
  border-top: 1px solid #dddede;
}

.p-section-area__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-section-area__body {
  padding: 56px 0 24px;
}
.p-section-area__body .desc {
  margin-top: 16px;
  text-align: center;
}
.p-section-area__body .list {
  margin-top: 40px;
}
.p-section-area__body .list > h3 {
  position: relative;
  font-size: 15px;
  font-weight: normal;
}
.p-section-area__body .list > h3::before {
  color: #0054a7;
  content: " - ";
}
.p-section-area__body .list > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px 16px;
  margin-top: 8px;
}
.p-section-area__body .list > ul li {
  padding: 8px 16px;
  font-size: 12px;
  line-height: 1.4;
  color: #0054a7;
  background-color: #fff;
  border: 1px solid #0054a7;
  border-radius: 5px;
}
.p-section-area__body .notes {
  margin-top: 40px;
  font-size: 12px;
}

.p-section-area__image {
  position: relative;
  margin: 0 -4vw;
}

.p-loading.is-active .p-loading__head {
  display: none;
}

.p-loading__animation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-loading__animation > span {
  width: 20px;
  height: 20px;
  margin: 0 10px;
  background-color: #888;
  border-radius: 50%;
  -webkit-animation: loading 1s linear 0s infinite normal both running;
          animation: loading 1s linear 0s infinite normal both running;
}
.p-loading__animation > span:nth-of-type(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.p-loading__animation > span:nth-of-type(3) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.p-loading__message {
  margin-top: 1em;
  text-align: center;
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  25% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  75% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}

@keyframes loading {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  25% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  75% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
/* Project
   ----------------------------------------------------------------- */
.p-container {
  padding: 0 4vw;
}

.p-container--xxl {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  /* stylelint-disable-next-line scss/no-global-function-names */
  max-width: 1680px;
  padding-right: 4vw;
  padding-left: 4vw;
  margin: 0 auto;
}

.p-container--lg {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  /* stylelint-disable-next-line scss/no-global-function-names */
  max-width: 1280px;
  padding-right: 4vw;
  padding-left: 4vw;
  margin: 0 auto;
}

.p-container--md {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  /* stylelint-disable-next-line scss/no-global-function-names */
  max-width: 1080px;
  padding-right: 4vw;
  padding-left: 4vw;
  margin: 0 auto;
}

.p-container--sm {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  /* stylelint-disable-next-line scss/no-global-function-names */
  max-width: 880px;
  padding-right: 4vw;
  padding-left: 4vw;
  margin: 0 auto;
}

.p-section-title .p-section-title__en {
  font-family: "Work Sans", sans-serif;
  font-size: 24px;
  font-weight: bold;
}
.p-section-title .p-section-title__ja {
  font-size: 12px;
  font-weight: normal;
  color: #2d2d2d;
}

.p-breadcrumb {
  font-size: 13px;
  color: #8ca9c7;
}
.p-breadcrumb > span {
  margin: 0 -8px;
}
.p-breadcrumb a {
  margin: 0 8px;
  color: #8ca9c7;
}
.p-breadcrumb .breadcrumb_last {
  margin: 0 8px;
  color: #fff;
}

.p-article-card {
  width: 100%;
  height: 100%;
}
.p-article-card .p-article-card__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.p-article-card .p-article-card__thumbnail {
  width: 30%;
}
.p-article-card .p-article-card__thumbnail img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-article-card .p-article-card__body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 70%;
  padding-left: 16px;
}
.p-article-card .p-article-card__date {
  font-family: "Work Sans", sans-serif;
  font-size: 12px;
}
.p-article-card .p-article-card__title {
  margin-top: 4px;
  font-size: 13px;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.p-article-card:hover .p-article-card__title {
  color: #0054a7;
}

.p-pagination {
  margin-top: 40px;
}
.p-pagination .p-pagination__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -4px;
}
.p-pagination .p-pagination__item {
  padding: 4px;
}
.p-pagination .p-pagination__item .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 52px;
  height: 52px;
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  color: #000;
  letter-spacing: 0;
  background-color: #fff;
  border: 1px solid #dddede;
  border-radius: 5px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.p-pagination .p-pagination__item .page-numbers.dots {
  color: #8ca9c7;
  pointer-events: none;
  border: none;
}
.p-pagination .p-pagination__item .page-numbers.current {
  color: #fff;
  background-color: #0054a7;
}
.p-pagination .p-pagination__item .page-numbers.prev, .p-pagination .p-pagination__item .page-numbers.next {
  position: relative;
}
.p-pagination .p-pagination__item .page-numbers.prev::after, .p-pagination .p-pagination__item .page-numbers.next::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 24px;
  height: 24px;
  margin: auto;
  content: "";
  background: url("./assets/img/common/icon_arrow_02_blue.svg") no-repeat center center/contain;
}
.p-pagination .p-pagination__item .page-numbers.prev::after {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.p-editor-content > :first-child {
  margin-top: 32px;
}
.p-editor-content h1 {
  margin: 24px 0 15px;
  font-size: 22px;
}
.p-editor-content h2 {
  padding-bottom: 16px;
  margin: 32px 0 16px;
  font-size: 20px;
  font-weight: 500;
  color: #0054a7;
  border-bottom: 1px solid #8ca9c7;
}
.p-editor-content h2 + h3 {
  margin-top: 1em;
}
.p-editor-content--info h2 {
  padding-bottom: 0;
  border: none;
}
.p-editor-content h3 {
  position: relative;
  padding-left: 32px;
  margin: 40px 0 clamp(16px, 1.25vw, 24px);
  font-size: 18px;
  font-weight: 500;
}
.p-editor-content h3::before {
  position: absolute;
  top: 16px;
  left: 0;
  display: block;
  width: 24px;
  height: 1px;
  content: "";
  background-color: #0054a7;
}
.p-editor-content h3 + h4 {
  margin-top: 1em;
}
.p-editor-content h4 {
  position: relative;
  margin: clamp(32px, 2.0833333333vw, 40px) 0 16px;
  font-size: 16px;
  font-weight: 500;
  color: #0054a7;
}
.p-editor-content h5 {
  position: relative;
  padding-left: 32px;
  margin: 64px 0 16px;
  font-size: 16px;
  font-weight: 500;
}
.p-editor-content h5::before {
  position: absolute;
  top: 12px;
  left: 0;
  display: block;
  width: 24px;
  height: 1px;
  content: "";
  background-color: #0054a7;
}
.p-editor-content h6 {
  margin: 15px 0 10px;
  font-size: 14px;
  font-weight: normal;
}
.p-editor-content p {
  margin-top: 1em;
  margin-bottom: 1em;
  font-weight: normal;
  line-height: 1.8;
  letter-spacing: normal;
}
.p-editor-content p a {
  color: #0054a7;
  text-decoration: underline;
}
.p-editor-content p + p {
  margin-top: 0.5em;
}
.p-editor-content img {
  height: auto;
  margin-bottom: 15px;
}
.p-editor-content .aligncenter {
  display: block;
  margin: 20px auto;
  text-align: center;
}
.p-editor-content ul {
  margin: 1em 0;
  list-style: none;
}
.p-editor-content ul > li {
  position: relative;
  padding-left: 1.2em;
}
.p-editor-content ul > li::before {
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 10px;
  height: 10px;
  content: "";
  background-color: #8ca9c7;
  border-radius: 5px;
}
.p-editor-content ul > li:nth-child(n+2) {
  margin-top: 0.25em;
}
.p-editor-content ol {
  margin: 2.5em 0 1em;
  counter-reset: number 0;
}
.p-editor-content ol > li {
  position: relative;
  padding-left: 1.2em;
}
.p-editor-content ol > li::before {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 500;
  color: #8ca9c7;
  content: counter(number) ".";
  counter-increment: number 1;
}
.p-editor-content ol > li:nth-child(n+2) {
  margin-top: 0.25em;
}
.p-editor-content blockquote {
  padding: 16px 16px 32px;
  margin: 40px 0;
  background: #f5f5f5;
}
.p-editor-content blockquote::before {
  display: block;
  content: url("./assets/img/common/blockquote.svg");
}
.p-editor-content blockquote p {
  margin-top: 0;
  margin-bottom: 0;
  color: #707070;
  letter-spacing: 0;
}
.p-editor-content hr {
  display: block;
  width: 100%;
  height: auto;
  margin: 1.2em auto;
  border: 0;
  border-top: 1px solid #dddede;
}
.p-editor-content table {
  margin: 0 0 16px;
}
.p-editor-content table th {
  background-color: #cbdff2;
}
.p-editor-content table th,
.p-editor-content table td {
  padding: 8px 4px;
  font-size: 14px;
  word-break: break-all;
  vertical-align: top;
  vertical-align: middle;
  border: solid 1px #dddede;
}
.p-editor-content iframe {
  max-width: 100%;
}
.p-editor-content .wp-block-image {
  max-width: 100%;
}

.c-button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-button {
  position: relative;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 360px;
  height: 80px;
  padding: 0 24px;
  color: #fff;
  background: #0054a7;
  border: 2px solid #0054a7;
  border-radius: 5px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.c-button::after {
  position: absolute;
  top: calc(50% - 5.5px);
  right: 24px;
  width: 11px;
  height: 11px;
  content: "";
  background: url("./assets/img/common/icon_arrow_01_white.svg") no-repeat center center/contain;
}
.c-button--small {
  width: 180px;
  height: 40px;
}
.c-button--large {
  width: 100%;
  height: 72px;
}
.c-button--outlined {
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
}
.c-button--rounded {
  border-radius: 100vh;
}
.c-button--white {
  color: #0054a7;
  background: #fff;
  border-color: #fff;
}
.c-button--white::after {
  background-image: url("./assets/img/common/icon_arrow_01_blue.svg");
}
.c-button--orange {
  color: #fff;
  background: #ff7a00;
  border-color: #ff7a00;
}
.c-button--vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-button--vertical::after {
  display: none;
}

.c-button__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
.c-button__tel img {
  width: 38px;
  height: 23px;
}
.c-button__tel .text {
  font-family: "Work Sans", sans-serif;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0;
}

.c-button__tel + .notes {
  font-size: 12px;
}
.c-button__tel + .notes span {
  padding-right: 8px;
  color: #8ca9c7;
}

.c-input label {
  display: inline-block;
  padding-bottom: 8px;
  font-size: 12px;
  line-height: 1;
  color: #2d2d2d;
}

.c-select {
  position: relative;
}
.c-select::before {
  position: absolute;
  top: calc(50% - 3px);
  right: 12px;
  z-index: 2;
  width: 6px;
  height: 6px;
  content: "";
  border-top: solid 1px #0054a7;
  border-right: solid 1px #0054a7;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.mw_wp_form_confirm .c-select::before {
  display: none;
}
.c-select select {
  position: relative;
  width: 100%;
  padding: 12px;
  vertical-align: middle;
  background: #d9e4f0;
  border-radius: 4px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.c-select select::-ms-expand {
  display: none;
}
.c-select select:focus {
  outline: 0;
  -webkit-box-shadow: rgba(0, 84, 167, 0.5) 0 0 5px 2px;
          box-shadow: rgba(0, 84, 167, 0.5) 0 0 5px 2px;
}

.c-radio,
.mwform-radio-field label {
  display: block;
  padding: 8px 0;
}
.c-radio input[type=radio],
.mwform-radio-field label input[type=radio] {
  position: absolute;
  opacity: 0;
}
.c-radio input[type=radio] + .text,
.c-radio input[type=radio] + .mwform-radio-field-text,
.mwform-radio-field label input[type=radio] + .text,
.mwform-radio-field label input[type=radio] + .mwform-radio-field-text {
  position: relative;
  cursor: pointer;
}
.c-radio input[type=radio] + .text::before,
.c-radio input[type=radio] + .mwform-radio-field-text::before,
.mwform-radio-field label input[type=radio] + .text::before,
.mwform-radio-field label input[type=radio] + .mwform-radio-field-text::before {
  position: relative;
  top: calc(50% - 12px);
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  text-align: center;
  vertical-align: top;
  cursor: pointer;
  content: "";
  background: #d9e4f0;
  border: 1px solid #d9e4f0;
  border-radius: 100%;
}
.c-radio input[type=radio]:focus + .text::before,
.c-radio input[type=radio]:focus + .mwform-radio-field-text::before,
.mwform-radio-field label input[type=radio]:focus + .text::before,
.mwform-radio-field label input[type=radio]:focus + .mwform-radio-field-text::before {
  border-color: #d9e4f0;
  outline: none;
}
.c-radio input[type=radio]:disabled + .text::before,
.c-radio input[type=radio]:disabled + .mwform-radio-field-text::before,
.mwform-radio-field label input[type=radio]:disabled + .text::before,
.mwform-radio-field label input[type=radio]:disabled + .mwform-radio-field-text::before {
  background: #2d2d2d;
  border-color: #2d2d2d;
}
.c-radio input[type=radio]:checked + .text::after,
.c-radio input[type=radio]:checked + .mwform-radio-field-text::after,
.mwform-radio-field label input[type=radio]:checked + .text::after,
.mwform-radio-field label input[type=radio]:checked + .mwform-radio-field-text::after {
  position: absolute;
  top: 50%;
  left: 6px;
  width: 12px;
  height: 12px;
  content: "";
  background-color: #000;
  border-radius: 50%;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
}

/* Component
   ----------------------------------------------------------------- */
.c-menu-icon {
  position: relative;
  z-index: 300;
  display: block;
  cursor: pointer;
}
.c-menu-icon__wrap {
  position: relative;
  width: 40px;
  height: 40px;
  margin-right: auto;
  margin-left: auto;
}
.c-menu-icon__wrap > span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #0054a7;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.c-menu-icon__wrap > span:nth-child(1) {
  top: 14px;
}
.c-menu-icon__wrap > span:nth-child(2) {
  top: 26px;
}
.c-menu-icon.is-open .c-menu-icon__wrap > span {
  background-color: #0054a7;
}
.c-menu-icon.is-open .c-menu-icon__wrap > span:nth-child(1) {
  -webkit-transform: translateY(6px) rotate(-20deg);
          transform: translateY(6px) rotate(-20deg);
}
.c-menu-icon.is-open .c-menu-icon__wrap > span:nth-child(2) {
  -webkit-transform: translateY(-6px) rotate(20deg);
          transform: translateY(-6px) rotate(20deg);
}

.c-section-heading {
  position: relative;
  font-size: clamp(18px, 1.6666666667vw, 24px);
  font-weight: normal;
  color: #0054a7;
}
.c-section-heading::before, .c-section-heading::after {
  content: " - ";
}

.c-section-copy {
  font-size: clamp(24px, 2.2222222222vw, 32px);
  font-weight: 500;
}

.c-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 126px;
  height: 24px;
  font-size: 12px;
  background-color: #d9e4f0;
  border-radius: 4px;
}
.c-category--02 {
  color: #fff;
  background-color: #8ca9c7;
}

/* Utility
   ----------------------------------------------------------------- */

.u-inline-block {
  display: inline-block;
}

.js-accordion-heading {
  cursor: pointer;
}

.js-accordion-content {
  display: none;
}

.page-front {
  padding-top: 0;
  overflow-x: hidden;
}
.page-front .mainview {
  position: relative;
  height: 100%;
  min-height: 813px;
  padding: 64px 0 32px;
  background: linear-gradient(45deg, #0057a7 0%, #0057a7 30%, #0d96cf 100%);
}
.page-front .mainview__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 4vw;
  margin-top: 40px;
}
.page-front .mainview__body {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #fff;
}
.page-front .mainview__body .title {
  font-size: clamp(26px, 6.9333333333vw, 48px);
  font-weight: 500;
  text-align: center;
}
.page-front .mainview__body .authority {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 40px auto 0;
}
.page-front .mainview__body .authority .authority__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500;
}
.page-front .mainview__body .authority .authority__title .text {
  vertical-align: middle;
}
.page-front .mainview__body .authority .authority__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 16px;
}
.page-front .mainview__body .authority .authority__box {
  position: relative;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 140px;
  padding: 0 20px;
  font-size: 12px;
  text-align: center;
}
.page-front .mainview__body .authority .authority__box::before, .page-front .mainview__body .authority .authority__box::after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 32.34px;
  height: 62.73px;
  content: "";
  background: url("./assets/img/front/icon_laurel.svg") center center/contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.page-front .mainview__body .authority .authority__box::after {
  right: 0;
  left: auto;
  -webkit-transform: translateY(-50%) scale(-1, 1);
          transform: translateY(-50%) scale(-1, 1);
}
.page-front .mainview__body .cta-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 320px;
  height: 80px;
  padding: 24px;
  margin: 40px auto 0;
  color: #0054a7;
  background-color: #fff;
  border-radius: 5px;
}
.page-front .mainview__body .cta-button svg path {
  fill: #0054a7;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.page-front .mainview__body .cta-button::after {
  position: absolute;
  top: calc(50% - 5.5px);
  right: 24px;
  width: 11px;
  height: 11px;
  content: "";
  background: url("./assets/img/common/icon_arrow_01_blue.svg") no-repeat center center/contain;
}
.page-front .mainview__slider {
  height: 100%;
  margin-right: -4vw;
}
.page-front .mainview-slider {
  display: none;
  width: 100%;
  height: 100%;
}
.page-front .mainview-slider.swiper-initialized {
  display: block;
}
.page-front .mainview-slider__slide {
  width: 100%;
  max-width: 184px;
}
.page-front .mainview-slider__slide img {
  width: 100%;
  height: 100%;
  aspect-ratio: 184/290;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-front .mainview__marquee {
  position: absolute;
  bottom: -8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  overflow: hidden;
  font-family: "Work Sans", sans-serif;
  font-size: clamp(56px, 6.1111111111vw, 88px);
  font-weight: 600;
  line-height: 1;
  color: #fff;
  white-space: nowrap;
  opacity: 0.08;
}
@-webkit-keyframes hscroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes hscroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.page-front .mainview__marquee ul {
  display: inline-block;
  padding: 0;
  margin: 0;
  -webkit-animation: hscroll 80s linear infinite;
          animation: hscroll 80s linear infinite;
}
.page-front .mainview__marquee li {
  display: inline-block;
}
.page-front .pickup {
  padding: 0;
}
.page-front .pickup__container {
  padding: 54px 0 20px;
  margin: 0 -4vw;
  background: #f5f5f5;
}
.page-front .pickup__container .c-section-heading {
  text-align: center;
}
.page-front .pickup__large {
  margin-top: 24px;
}
.page-front .pickup__large img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  aspect-ratio: 343/187;
}
.page-front .pickup__banners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  padding-right: 4vw;
  padding-bottom: 20px;
  margin-top: 20px;
  margin-right: -4vw;
  overflow: auto;
  -ms-scroll-snap-type: x;
      scroll-snap-type: x;
}
.page-front .pickup__banners li {
  scroll-snap-align: start;
  min-width: 280px;
}
.page-front .event {
  margin: 48px 0;
}
.page-front .event__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 4vw;
  margin: 32px -4vw 0;
  overflow: scroll;
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.page-front .event__list::-webkit-scrollbar {
  display: none;
}
.page-front .event__list > li {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 314px;
  padding-left: 4vw;
  scroll-snap-align: start;
}
.page-front .event__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 24px auto 0;
}
.page-front .works {
  width: 100vw;
  margin: 48px 0;
  overflow: hidden;
}
.page-front .works-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  margin: 32px auto 0;
  overflow: visible;
}
.page-front .works-slider .works-slider__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 16px;
}
.page-front .works-slider .works-slider__pagination {
  width: 70px;
  font-size: 15px;
  text-align: center;
}
.page-front .works-slider .works-slider__prev,
.page-front .works-slider .works-slider__next {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: #0054a7;
  border: 2px solid #0054a7;
  border-radius: 30px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.page-front .works-slider .works-slider__prev.swiper-button-disabled,
.page-front .works-slider .works-slider__next.swiper-button-disabled {
  pointer-events: none;
  background-color: #8ca9c7;
  border-color: #8ca9c7;
}
.page-front .works-slider .works-slider__prev::after,
.page-front .works-slider .works-slider__next::after {
  position: absolute;
  top: calc(50% - 8px);
  left: calc(50% - 8px);
  width: 16px;
  height: 16px;
  content: "";
  background: url("./assets/img/common/icon_arrow_01_white.svg") no-repeat center center/contain;
}
.page-front .works-slider .works-slider__prev::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.page-front .works__list {
  padding-bottom: 16px;
  overflow-y: visible;
}
.page-front .works__item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 380px;
  height: auto;
  scroll-snap-align: start;
}
.page-front .works__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 24px auto 0;
}
.page-front .service {
  padding: 48px 0;
  background-color: #f5f5f5;
}
.page-front .service__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px 12px;
  margin-top: 32px;
}
.page-front .service__list > li {
  width: calc(50% - 6px);
}
.page-front .service__list > li .service-card {
  position: relative;
  display: block;
  aspect-ratio: 284/210;
}
.page-front .service__list > li .service-card > img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-front .service__list > li .service-card__body {
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 50%;
  padding: 8px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 47, 94, 0)), to(rgba(0, 0, 0, 0.4)));
  background: linear-gradient(rgba(0, 47, 94, 0) 0, rgba(0, 0, 0, 0.4));
}
.page-front .service__list > li .service-card__body .title {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
}
.page-front .service__list > li .service-card__body .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 10px;
}
.page-front .service__list > li .service-card__body .icon > img {
  width: 6.5px;
  height: 6.5px;
}
.page-front .service__products {
  margin-top: 40px;
}
.page-front .showroom {
  position: relative;
  padding: 64px 0;
  overflow: hidden;
}
.page-front .showroom__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100vw;
  height: calc(100% - 200px);
  background: linear-gradient(45deg, #0057a7 0%, #0057a7 30%, #0d96cf 100%);
}
.page-front .showroom__marquee {
  position: absolute;
  top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  overflow: hidden;
  font-family: "Work Sans", sans-serif;
  font-size: clamp(56px, 6.1111111111vw, 88px);
  font-weight: 600;
  line-height: 1;
  color: #fff;
  white-space: nowrap;
  opacity: 0.08;
}
@keyframes hscroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.page-front .showroom__marquee ul {
  display: inline-block;
  padding: 0;
  margin: 0;
  -webkit-animation: hscroll 80s linear infinite;
          animation: hscroll 80s linear infinite;
}
.page-front .showroom__marquee li {
  display: inline-block;
}
.page-front .showroom__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.page-front .showroom__slider {
  position: relative;
}
.page-front .showroom-slider {
  overflow: visible;
}
.page-front .showroom-slider .showroom-slider__slide {
  width: 96%;
}
.page-front .showroom-slider .showroom-slider__prev,
.page-front .showroom-slider .showroom-slider__next {
  position: absolute;
  top: calc(50% - 20px);
  right: -2vw;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 20px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.page-front .showroom-slider .showroom-slider__prev.swiper-button-disabled,
.page-front .showroom-slider .showroom-slider__next.swiper-button-disabled {
  pointer-events: none;
  background-color: #8ca9c7;
  border-color: #8ca9c7;
}
.page-front .showroom-slider .showroom-slider__prev::after,
.page-front .showroom-slider .showroom-slider__next::after {
  position: absolute;
  top: calc(50% - 8px);
  left: calc(50% - 8px);
  width: 16px;
  height: 16px;
  content: "";
  background: url("./assets/img/common/icon_arrow_01_blue.svg") no-repeat center center/contain;
}
.page-front .showroom-slider .showroom-slider__prev {
  right: auto;
  left: -2vw;
}
.page-front .showroom-slider .showroom-slider__prev::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.page-front .showroom__body {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.page-front .showroom__body .c-section-heading,
.page-front .showroom__body .c-section-copy {
  color: #fff;
}
.page-front .showroom__body .desc {
  margin-top: 24px;
  font-size: 16px;
  color: #fff;
}
.page-front .showroom__body table {
  display: block;
  width: 100%;
  color: #fff;
}
.page-front .showroom__body table tbody {
  display: block;
}
.page-front .showroom__body table tr {
  display: block;
  width: 100%;
}
.page-front .showroom__body table th,
.page-front .showroom__body table td {
  display: block;
  width: 100%;
  padding: 16px 0 12px;
}
.page-front .showroom__body table th {
  padding-bottom: 0;
  font-weight: 500;
  color: #8ca9c7;
}
.page-front .showroom__body table td {
  padding-top: 4px;
  border-bottom: 1px solid #8ca9c7;
}
.page-front .showroom__body table .tel-number {
  color: #fff;
}
.page-front .showroom__body table .map-link {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 20px;
  margin-top: 4px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
}
.page-front .showroom__body table .map-link::before {
  position: absolute;
  top: calc(50% - 10px);
  left: 0;
  width: 20px;
  height: 20px;
  content: "";
  background: url("./assets/img/common/icon_place_02.svg") no-repeat center center/contain;
}
.page-front .showroom__body .action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 32px;
}
.page-front .showroom__banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  padding: 40px 32px;
  margin-top: 34px;
  color: #fff;
  background: url("./assets/img/front/showroom_banner_sp.jpg") no-repeat center center/cover;
  -webkit-box-shadow: 0 8px 16px rgba(0, 47, 94, 0.1);
          box-shadow: 0 8px 16px rgba(0, 47, 94, 0.1);
}
.page-front .showroom__banner h3 {
  font-size: 24px;
  font-weight: 500;
}
.page-front .showroom__banner .desc {
  margin-top: 24px;
  font-size: 16px;
}
.page-front .showroom__banner .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  color: #fff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.page-front .showroom__banner .button .button__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 20px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.page-front .showroom__banner .button .button__icon img {
  width: 13px;
  height: 13.5px;
}
.page-front .info {
  padding: 16px 0 80px;
}
.page-front .info__container {
  background-color: #fff;
}
.page-front .info__inner {
  padding: 0 4vw;
}
.page-front .info__title {
  font-size: 24px;
  font-weight: 500;
}
.page-front .info__list {
  margin-top: 16px;
}
.page-front .info__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 32px;
}
.page-front .column {
  padding: 0 0 80px;
}
.page-front .column__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 4vw;
  padding-bottom: 32px;
  margin: 32px -4vw 0;
  overflow: scroll;
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.page-front .column__list::-webkit-scrollbar {
  display: none;
}
.page-front .column__list > li {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 314px;
  padding-left: 4vw;
  scroll-snap-align: start;
}
.page-front .column__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 32px auto 0;
}
.page-front .faq {
  padding: 48px 0;
  background-color: #f5f5f5;
}
.page-front .faq__contents {
  margin-top: 16px;
}
.page-front .faq__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}
.single .article-wrap .article-side {
  margin-top: 72px;
}
.single .article-wrap .article-side .side-title {
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: normal;
  color: #0054a7;
}
.single .article-wrap .article-side .side-tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px 16px;
  padding: 24px 16px;
  margin-bottom: 32px;
  background-color: #f5f5f5;
  border-radius: 5px;
}
.single .article-wrap .article-side .connection__list {
  display: grid;
  gap: 40px;
}
.single .article-wrap .article-side .connection__list + .side-title {
  margin-top: 40px;
}
.single .article-wrap .article-side .pickup-none + .side-title {
  margin-top: 40px;
}
.single .article__header .date {
  font-size: 16px;
}
.single .article__header .title {
  margin-top: 16px;
  font-size: 24px;
  font-weight: 500;
}
.single .article__thumbnail {
  margin: 32px 0 24px;
}
.single .article__thumbnail img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.single.single-info .time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.single.single-info .category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single.single-info .title {
  padding-bottom: 24px;
  margin-top: 12px;
  line-height: 1.4;
  border-bottom: 1px solid #8ca9c7;
}
.single.single-works .works-article__header {
  padding-bottom: 16px;
  border-bottom: 1px solid #8ca9c7;
}
.single.single-works .works-article__header .description {
  margin-top: 1em;
  font-size: 16px;
}
.single.single-works .works-article__gallery .works-img-swiper-area {
  position: relative;
  padding: 0 16px;
  margin-top: 32px;
}
.single.single-works .works-article__gallery .works-img-swiper-area .works-swiper {
  margin: auto;
  overflow: hidden;
}
.single.single-works .works-article__gallery .works-img-swiper-area .works-swiper .works-img__navigation {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin: auto;
}
.single.single-works .works-article__gallery .works-img-swiper-area .works-swiper .prev-button,
.single.single-works .works-article__gallery .works-img-swiper-area .works-swiper .next-button {
  position: relative;
  display: block;
  width: 46px;
  height: 46px;
  background-color: #0054a7;
  border: 2px solid #0054a7;
  border-radius: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.single.single-works .works-article__gallery .works-img-swiper-area .works-swiper .prev-button::after,
.single.single-works .works-article__gallery .works-img-swiper-area .works-swiper .next-button::after {
  position: absolute;
  top: calc(50% - 8px);
  left: calc(50% - 8px);
  width: 16px;
  height: 16px;
  content: "";
  background: url("./assets/img/common/icon_arrow_01_white.svg") no-repeat center center/contain;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.single.single-works .works-article__gallery .works-img-swiper-area .works-swiper .prev-button::after {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.single.single-works .works-article__gallery .works-img-swiper-area .works-swiper .works-img__slide {
  position: relative;
  width: 100%;
  aspect-ratio: 940/560;
  overflow: hidden;
}
.single.single-works .works-article__gallery .works-img-swiper-area .works-swiper .works-img__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.single.single-works .works-article__gallery .works-thumb-swiper-area {
  margin: 16px auto;
  overflow: hidden;
}
.single.single-works .works-article__gallery .works-thumb-swiper-area .works-thumb-swiper .works-thumb__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.single.single-works .works-article__gallery .works-thumb-swiper-area .works-thumb-swiper .works-thumb__slide {
  position: relative;
  width: 100% !important;
  aspect-ratio: 150/89;
  overflow: hidden;
  cursor: pointer;
}
.single.single-works .works-article__gallery .works-thumb-swiper-area .works-thumb-swiper .works-thumb__slide::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  border: 4px solid #0054a7;
  opacity: 0;
}
.single.single-works .works-article__gallery .works-thumb-swiper-area .works-thumb-swiper .works-thumb__slide.swiper-slide-thumb-active::before {
  opacity: 1;
}
.single.single-works .works-article__gallery .works-thumb-swiper-area .works-thumb-swiper .works-thumb__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single.single-works .works-article__description .intro dt {
  padding: 16px 0 0;
  color: #8ca9c7;
}
.single.single-works .works-article__description .intro dd {
  padding: 0 0 16px;
  border-bottom: 1px solid #8ca9c7;
}
.single.single-works .works-article__description .intro .works-cat-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px 16px;
}
.single.single-works .works-article__description .intro .works-cat-list a {
  display: block;
  padding: 0 0.5em;
  color: #fff;
  background-color: #8ca9c7;
  border-radius: 2px;
}
.single.single-works .works-article__description .intro .works-tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 16px;
}
.single.single-works .works-article__description .works-notice {
  padding: 16px 24px;
  margin-top: 16px;
  background-color: #f5f5f5;
}
.single.single-works .works-article__description .works-notice .title {
  position: relative;
  padding-left: 12px;
  font-size: 16px;
  font-weight: normal;
  color: #0054a7;
}
.single.single-works .works-article__description .works-notice .title::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 4px;
  height: 4px;
  margin: auto;
  content: "";
  background-color: #0054a7;
  border-radius: 50%;
}
.single.single-works .works-article__description .works-notice .description {
  margin-top: 16px;
}
.single.single-works .works-content-title {
  padding-bottom: 16px;
  margin-top: 40px;
  font-size: 20px;
  color: #0054a7;
  border-bottom: 1px solid #8ca9c7;
}
.single.single-works .works-content-description {
  margin-top: 16px;
}
.single.single-works .voice-wrap {
  padding: 32px 16px;
  margin-top: 40px;
  background-color: #f5f5f5;
}
.single.single-works .voice-wrap + .voice-wrap {
  margin-top: 16px;
}
.single.single-works .voice-img {
  width: 132px;
  margin: auto;
}
.single.single-works .voice-description .from {
  margin-top: 16px;
  font-size: 16px;
  font-weight: normal;
  color: #0054a7;
}
.single.single-works .voice-description .text {
  margin-top: 16px;
}
.single.single-works .recommend__title {
  margin-top: 72px;
  font-size: 18px;
  font-weight: normal;
  color: #0054a7;
  text-align: center;
}
.single.single-works .recommend__list {
  display: grid;
  gap: 16px;
  margin-top: 32px;
}
.single.single-column .title {
  padding: 0;
  border: none;
}
.single.single-column .link-area {
  margin-top: 16px;
}
.single.single-column .link-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 24px;
  font-size: 12px;
  color: #0054a7;
}
.single.single-column .link-tag a {
  font-size: 12px;
  color: #0054a7;
}
.single.single-column .link-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  margin-top: 32px;
}
.single.single-column .link-share img {
  width: 21px;
}
.single.single-event .time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.single.single-event .link-area {
  margin-top: 16px;
}
.single.single-event .link-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  margin-top: 32px;
}
.single.single-event .link-share img {
  width: 21px;
}
.single.single-event .place {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  color: #707070;
}
.single.single-event .event-date {
  margin-top: 16px;
  font-size: 14px;
}
.single.single-event .event-date span {
  padding: 0 0.5em;
  font-size: 16px;
  line-height: 12px;
  color: #8ca9c7;
}
.single .article__share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 56px;
}
.single .article__share .share-title {
  font-size: 20px;
  font-weight: 500;
  color: #0054a7;
}
.single .article__share .share-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
.single .single__action {
  padding-top: 40px;
  margin-top: 40px;
  border-top: 1px solid #dddede;
}
.single .single__action .c-button--large {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  text-align: center;
}
.single .single__action .c-button--large::after {
  right: auto;
  left: 24px;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.page-about .mainview {
  padding: 40px 0;
  border-bottom: 1px solid #d9e4f0;
}
.page-about .mainview__img {
  position: sticky;
  top: 0;
  padding: 0 4vw;
  margin: 0 auto;
}
.page-about .mainview__img img {
  width: 100%;
  height: 570px;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-about .mainview__text {
  padding: 56px 0;
  line-height: 1.6;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
}
.page-about .mainview__text .desc {
  margin-top: 56px;
  font-size: 16px;
  line-height: 1.8;
}
.page-about .message {
  padding: 56px 0;
}
.page-about .message__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 56px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-about .message__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 390px;
}
.page-about .message__text .c-section-heading + .c-section-copy {
  margin-top: 16px;
}
.page-about .message__text .desc {
  margin-top: 32px;
  font-size: 16px;
}
.page-about .message__text .name {
  margin-top: 24px;
  text-align: right;
}
.page-about .message__text .name span {
  padding-left: 18px;
  font-size: 20px;
}
.page-about .maker {
  padding: 56px 0;
  background-color: #f5f5f5;
}
.page-about .showroom {
  position: relative;
  padding: 72px 0 56px;
  background: linear-gradient(45deg, #0057a7 0%, #0057a7 30%, #0d96cf 100%);
}
.page-about .showroom .c-section-heading,
.page-about .showroom .c-section-copy {
  color: #fff;
}
.page-about .showroom .c-section-heading + .c-section-copy {
  margin-top: 16px;
}
.page-about .showroom__marquee {
  position: absolute;
  top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  overflow: hidden;
  font-family: "Work Sans", sans-serif;
  font-size: clamp(56px, 6.1111111111vw, 88px);
  font-weight: 600;
  line-height: 1;
  color: #fff;
  white-space: nowrap;
  opacity: 0.08;
}
@keyframes hscroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.page-about .showroom__marquee ul {
  display: inline-block;
  padding: 0;
  margin: 0;
}
.page-about .showroom__marquee li {
  display: inline-block;
}
.page-about .showroom__container {
  padding: 24px 0;
  margin-top: 36px;
  background-color: #fff;
}
.page-about .showroom__slides {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
.page-about .showroom__slides > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-animation: loop-slide 40s infinite linear 1s both;
          animation: loop-slide 40s infinite linear 1s both;
}
.page-about .showroom__slides > ul li {
  width: 182px;
  height: auto;
}
.page-about .showroom__slides > ul li img {
  width: 100%;
  height: auto;
}
@-webkit-keyframes loop-slide {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes loop-slide {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.page-about .showroom__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  padding: 0 4vw;
  margin-top: 24px;
}
.page-about .showroom__info .desc {
  font-size: 16px;
}
.page-about .showroom__info .table {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.page-about .showroom__info .table table {
  display: block;
  width: 100%;
}
.page-about .showroom__info .table table tbody {
  display: block;
}
.page-about .showroom__info .table table tr {
  display: block;
  width: 100%;
}
.page-about .showroom__info .table table th,
.page-about .showroom__info .table table td {
  display: block;
  width: 100%;
  padding: 16px 0 12px;
}
.page-about .showroom__info .table table th {
  padding-bottom: 0;
  font-weight: 500;
  color: #8ca9c7;
}
.page-about .showroom__info .table table td {
  padding-top: 4px;
  border-bottom: 1px solid #8ca9c7;
}
.page-about .showroom__info .table table .map-link {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 20px;
  margin-top: 4px;
  font-size: 12px;
  line-height: 1;
  color: #0054a7;
}
.page-about .showroom__info .table table .map-link::before {
  position: absolute;
  top: calc(50% - 10px);
  left: 0;
  width: 20px;
  height: 20px;
  content: "";
  background: url("./assets/img/common/icon_place_02_blue.svg") no-repeat center center/contain;
}
.page-about .showroom__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 4vw;
  margin-top: 40px;
}
.page-about .showroom__action .c-button img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.page-about .corporate {
  padding: 32px 0;
}
.page-about .corporate__banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  padding: 40px 32px;
  color: #fff;
  background: url("./assets/img/front/showroom_banner_sp.jpg") no-repeat center center/cover;
  -webkit-box-shadow: 0 8px 16px rgba(0, 47, 94, 0.1);
          box-shadow: 0 8px 16px rgba(0, 47, 94, 0.1);
}
.page-about .corporate__banner h3 {
  font-size: 24px;
  font-weight: 500;
}
.page-about .corporate__banner .desc {
  margin-top: 24px;
  font-size: 16px;
}
.page-about .corporate__banner .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  color: #fff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.page-about .corporate__banner .button .button__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 20px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.page-about .corporate__banner .button .button__icon img {
  width: 13px;
  height: 13.5px;
}

.page-reason .strength {
  padding: 48px 0 80px;
  border-top: 1px solid #dddede;
}
.page-reason .strength .c-section-heading {
  text-align: center;
}
.page-reason .strength__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 12px;
  margin-top: 16px;
}
.page-reason .strength__nav > li {
  width: calc((100% - 26px) / 2);
  border-bottom: 1px solid #dddede;
}
.page-reason .strength__nav > li a {
  position: relative;
  display: block;
  width: 100%;
  padding: 16px 16px 16px 0;
  font-size: 14px;
}
.page-reason .strength__nav > li a::after {
  position: absolute;
  top: calc(50% - 8px);
  right: 0;
  width: 8px;
  height: 8px;
  content: "";
  border-right: 1px solid #0054a7;
  border-bottom: 1px solid #0054a7;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.page-reason .strength__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 64px;
  margin-top: 56px;
}
.page-reason .strength__list .strength-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.page-reason .strength__list .strength-box__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.page-reason .strength__list .strength-box__body .sub {
  color: #0054a7;
}
.page-reason .strength__list .strength-box__body .title {
  font-size: 20px;
  font-weight: 500;
}

.page-maintenance {
  padding-top: 0;
}
.page-maintenance .support {
  padding: 48px 0;
  background-color: #f5f5f5;
  border-top: 1px solid #dddede;
  border-bottom: 1px solid #dddede;
}
.page-maintenance .support__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-maintenance .support__body h2 {
  position: relative;
  font-size: 17px;
  font-weight: normal;
  color: #0054a7;
}
.page-maintenance .support__body h2::before, .page-maintenance .support__body h2::after {
  content: " - ";
}
.page-maintenance .support__body .copy {
  margin-top: 4px;
}
.page-maintenance .flow {
  padding: 48px 0 64px;
}
.page-maintenance .flow .c-section-heading {
  text-align: center;
}
.page-maintenance .flow .p-flow-list {
  margin-top: 48px;
}
.page-maintenance .history {
  padding: 56px 0;
}
.page-maintenance .history__header .desc {
  margin-top: 16px;
}
.page-maintenance .history__example {
  padding: 32px 16px;
  margin-top: 24px;
  background-color: #f5f5f5;
  border-radius: 5px;
}
.page-maintenance .history__example .action {
  margin-top: 16px;
}
.page-maintenance .history__example .action .c-button {
  margin-top: 16px;
}

.news .news__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 16px;
}
.news .news__item + .news__item {
  margin-top: 16px;
}

.archive .tag__area {
  padding: 24px 16px;
  background-color: #f5f5f5;
}
.archive .tag__area .title {
  font-size: 18px;
  font-weight: normal;
  color: #0054a7;
  text-align: center;
}
.archive .tag__area .tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px 16px;
  margin-top: 16px;
}
.archive .tag__area + .filter__area-wrap {
  margin-top: 24px;
}
.archive .filter__area-wrap {
  display: grid;
  gap: 24px;
}
.archive .filter__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.archive .filter__area .filter__area-title {
  width: 23%;
  font-size: 16px;
}
.archive .filter__area .filter__area-inner {
  position: relative;
  width: 77%;
  height: 50px;
  cursor: pointer;
  border: 1px solid #dddede;
  border-radius: 5px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.archive .filter__area .filter__area-inner::after {
  position: absolute;
  top: 0;
  right: 16px;
  bottom: 0;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  content: "";
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.archive .filter__area .filter__area-inner select {
  width: 100%;
  height: 100%;
  padding: 8px 16px;
  cursor: pointer;
}
.archive .archive__list {
  display: grid;
  gap: 16px;
  margin-top: 40px;
}
.archive .archive__list.column__list {
  gap: 56px;
  margin-top: 56px;
}
.archive .archive__list.event__list {
  gap: 56px;
  margin-top: 64px;
}
.archive .info__list {
  margin-top: 40px;
}
.archive .event__intro {
  margin-top: 40px;
}
.archive .event__intro .title {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.8;
  color: #0054a7;
}
.archive .event__intro .voice-wrap {
  margin-right: -4vw;
  margin-left: -4vw;
}
.archive .event__intro .voice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  padding: 0 4vw;
  margin-top: 32px;
  overflow-x: auto;
}
.archive .event__intro .voice-item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 87.2%;
  padding: 32px 16px;
  background-color: #f5f5f5;
}
.archive .event__intro .voice-item .img {
  display: block;
  width: 132px;
  margin: auto;
}
.archive .event__intro .voice-item .text .number {
  margin-top: 16px;
  color: #0054a7;
}
.archive .event__intro .voice-item .text .detail {
  margin-top: 16px;
}
.archive .event__intro + .filter__area-wrap {
  margin-top: 24px;
}
.archive .column__list .column__item {
  position: relative;
}
.archive .column__list .column__item .new {
  position: absolute;
  top: -18px;
  left: 0;
  font-size: 16px;
  line-height: 1;
  color: #0054a7;
}

.privacy .privacy-content-title {
  font-size: 22px;
  font-weight: normal;
  color: #0054a7;
  text-align: center;
}
.privacy .privacy-content-title + .privacy-description {
  margin-top: 32px;
}
.privacy .privacy-content-title--second {
  margin-top: 64px;
}
.privacy .privacy-title {
  margin: 24px 0 16px;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.4;
  color: #0054a7;
}
.privacy .privacy-description {
  line-height: 1.8;
}
.privacy .privacy-description p {
  margin-top: 1em;
}
.privacy .privacy-description .text-right {
  text-align: right;
}
.privacy .privacy-description a {
  color: #0054a7;
  text-decoration: underline;
  word-break: break-all;
}
.privacy .privacy-description ul {
  padding-left: 1em;
}
.privacy .privacy-description ul li {
  list-style: disc;
}
.privacy .privacy-description ol {
  padding-left: 1.2em;
}
.privacy .privacy-description ol > li {
  margin: 0.5em 0;
}
.privacy .privacy-description ol li {
  list-style: decimal;
}
.privacy .privacy-description ol li::marker {
  color: #8ca9c7;
}
.privacy .privacy-description ul ul,
.privacy .privacy-description ol ul {
  padding-left: 1em;
  margin-top: 0;
}
.privacy .privacy-description ul ul li,
.privacy .privacy-description ol ul li {
  list-style: disc;
}
.privacy .privacy-description ul p,
.privacy .privacy-description ol p {
  margin-top: 0;
}
.privacy .privacy-date {
  margin-top: 24px;
  text-align: right;
}

.policy .policy-list {
  padding-left: 1.6em;
}
.policy .policy-list > li {
  list-style: decimal;
}
.policy .policy-list > li::marker {
  font-size: 20px;
  color: #0054a7;
}
.policy .policy-list .policy-title {
  margin: 24px 0 16px;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.4;
  color: #0054a7;
}
.policy .policy-description {
  line-height: 1.8;
}
.policy .policy-description p {
  margin-top: 1em;
}
.policy .policy-description a {
  color: #0054a7;
  text-decoration: underline;
  word-break: break-all;
}
.policy .policy-description ol {
  padding-left: 1.2em;
}
.policy .policy-description ol > li {
  margin: 1em 0;
}
.policy .policy-description ol li {
  list-style: decimal;
}
.policy .policy-description ol li::marker {
  color: #8ca9c7;
}
.policy .privacy-date {
  margin-top: 24px;
  text-align: right;
}

.notfound .notfound__title {
  font-size: 20px;
  font-weight: normal;
  color: #0054a7;
  text-align: center;
}
.notfound .notfound__description {
  margin-top: 32px;
  line-height: 1.8;
}
.notfound .notfound__action {
  margin-top: 40px;
}

.page-service .l-page__header .c-button--white {
  color: #000;
}
.page-service .l-page__header .c-button__tel + .notes span {
  color: #000;
}
.page-service .trouble {
  margin-top: 32px;
}
.page-service .trouble .c-section-heading {
  text-align: center;
}
.page-service .trouble .trouble-wrap {
  padding: 40px 16px;
  background-color: #f5f5f5;
}
.page-service .trouble .trouble__list {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  padding-top: 127px;
  margin-top: 12px;
  counter-reset: troublelist 0;
}
.page-service .trouble .trouble__list::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 250px;
  height: 127px;
  content: "";
  background-image: url("./assets/img/service/trouble_image@2x.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.page-service .trouble .trouble__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  padding: 16px 16px 24px;
  text-align: center;
  counter-increment: troublelist 1;
  background-color: #fff;
  border-radius: 5px;
}
.page-service .trouble .trouble__list li .number {
  position: relative;
}
.page-service .trouble .trouble__list li .number::before {
  font-size: 12px;
  color: #abb5be;
  content: "Trouble 0" counter(troublelist);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.page-service .trouble .trouble__list li .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 4px;
  font-size: 16px;
  font-weight: normal;
}
.page-service .resolve {
  margin: 64px 0;
}
.page-service .resolve .c-section-heading {
  text-align: center;
}
.page-service .resolve .resolve__list {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 32px;
  border-top: solid 1px #d9e4f0;
  border-left: solid 1px #d9e4f0;
}
.page-service .resolve .resolve__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 16px;
  border-right: solid 1px #d9e4f0;
  border-bottom: solid 1px #d9e4f0;
}
.page-service .resolve .resolve__list .title {
  padding-left: 16px;
  font-size: clamp(16px, 1.3888888889vw, 20px);
  font-weight: normal;
  line-height: 1.5;
}
.page-service .resolve .resolve__list .title span {
  display: block;
  margin-top: 8px;
  font-size: 12px;
}
.page-service .resolve .resolve__list .icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 74px;
}
.page-service .toto {
  margin: 0 0 56px;
}
.page-service .toto .toto-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-service .toto .toto__image {
  width: 100%;
}
.page-service .toto .toto__image img {
  width: 100%;
  height: auto;
}
.page-service .toto .toto__image + .toto__textbody {
  margin-top: 24px;
}
.page-service .toto .toto__textbody {
  width: 100%;
}
.page-service .toto .toto__textbody .c-section-heading {
  text-align: center;
}
.page-service .toto .toto__textbody .text {
  margin-top: 16px;
}
.page-service .toto .toto__textbody .more {
  margin-top: 32px;
}
.page-service .toto .toto__textbody .more .c-button {
  margin: 0 auto;
}
.page-service .plan {
  padding: 40px 0 72px;
  border-bottom: solid 1px #dddede;
}
.page-service .plan .c-section-heading {
  text-align: center;
}
.page-service .plan .plan__list {
  margin-top: 28px;
  counter-reset: planbox 0;
}
.page-service .plan .plan-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  counter-increment: planbox 1;
}
.page-service .plan .plan-box + .plan-box {
  margin-top: 56px;
}
.page-service .plan .plan-box .plan-box__image {
  width: 100%;
}
.page-service .plan .plan-box .plan-box__image img {
  width: 100%;
  height: auto;
}
.page-service .plan .plan-box .plan-box__textbody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  margin-top: 24px;
}
.page-service .plan .plan-box .plan-box__textbody .title {
  position: relative;
  padding-top: 32px;
  font-size: 20px;
  font-weight: normal;
}
.page-service .plan .plan-box .plan-box__textbody .title::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  font-size: 12px;
  color: #abb5be;
  content: "CASE0" counter(planbox);
}
.page-service .plan .plan-box .plan-box__textbody .text {
  margin: 16px 0 24px;
}
.page-service .plan .plan-box .plan-box__textbody .cost {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 8px 16px;
  background-color: #f5f5f5;
  border: solid 1px #dddede;
  border-radius: 4px;
}
.page-service .plan .plan-box .plan-box__textbody .cost .cost__title {
  width: 100%;
  font-size: 12px;
  color: #0054a7;
}
.page-service .plan .plan-box .plan-box__textbody .cost .cost__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-service .plan .plan-box .plan-box__textbody .cost .cost__text {
  margin-right: 10px;
  font-size: 20px;
}
.page-service .plan .plan-box .plan-box__textbody .cost .cost__note1 {
  margin-right: 12px;
  font-size: 12px;
}
.page-service .plan .plan-box .plan-box__textbody .cost .cost__note2 {
  font-size: 12px;
  color: #0054a7;
}
.page-service .plan .plan-box .plan-box__textbody .cost .cost__note2 span {
  display: inline-block;
  margin-right: 8px;
}
.page-service .plan .plan-box .plan-box__textbody .cost .cost__note2 span::before {
  margin-right: 2px;
  content: "#";
}
.page-service .maker {
  padding: 56px 0 64px;
  background-color: #f5f5f5;
  border-bottom: solid 1px #dddede;
}
.page-service .maker .c-section-heading {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 16px;
  margin: auto;
}
.page-service .maker .c-section-heading::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
}
.page-service .maker .c-section-heading::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
}
.page-service .flow {
  margin: 56px 0;
}
.page-service .flow .c-section-heading {
  text-align: center;
}
.page-service .flow .p-flow-list {
  margin-top: 40px;
}
.page-service .showroom {
  padding: 72px 0 56px;
  background: linear-gradient(45deg, #0057a7 0%, #0057a7 30%, #0d96cf 100%);
}
.page-service .showroom .showroom-head .c-section-heading {
  color: #fff;
}
.page-service .showroom .showroom-head .showroom-head__text {
  margin-top: 20px;
  font-size: clamp(24px, 2.2222222222vw, 32px);
  color: #fff;
}
.page-service .showroom .showroom-head .showroom-head__text .md {
  display: none;
}
.page-service .showroom .showroom-wrap {
  position: relative;
  margin-top: 280px;
  background-color: #fff;
}
.page-service .showroom .showroom-wrap::before {
  position: absolute;
  top: -266px;
  left: 50%;
  display: block;
  width: 185px;
  height: 266px;
  content: "";
  background-image: url("./assets/img/service/showroom_person@2x.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.page-service .showroom .showroom-wrap .p-overview__list {
  padding: 64px 6vw 32px 4vw;
}
.page-service .showroom .showroom-slider .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.page-service .showroom .showroom-slider__slide img {
  width: 100%;
  height: auto;
}
.page-service .showroom .showroom__more {
  padding: 32px 4vw 40px;
}
.page-service .showroom .showroom__more .c-button {
  margin: 0 auto;
}
.page-service .showroom .showroom__more .c-button img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.page-service .faq {
  padding: 40px 0 48px;
  background-color: #f5f5f5;
}
.page-service .faq .faq-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-service .faq .faq-title .faq-title__icon {
  width: 126px;
}
.page-service .faq .faq-title .faq-title__textbody {
  width: calc(100% - 126px);
  padding-left: 16px;
}
.page-service .faq .faq-title .faq-title__textbody .text {
  margin-top: 4px;
  font-size: clamp(19px, 1.9444444444vw, 28px);
}
.page-service .faq .faq-contents {
  margin-top: 20px;
}

.page-renovation .overview {
  padding: 40px 0;
}
.page-renovation .overview__text {
  margin-top: 24px;
}
.page-renovation .overview__text > h2 {
  font-size: 24px;
  font-weight: normal;
}
.page-renovation .overview__text .desc {
  margin-top: 24px;
}
.page-renovation .example {
  padding: 40px 0 72px;
  background-color: #f5f5f5;
}
.page-renovation .example .c-section-heading {
  text-align: center;
}
.page-renovation .example__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  margin-top: 40px;
}
.page-renovation .example__list .example-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 5px;
}
.page-renovation .example__list .example-box__head {
  padding: 12px 0;
  margin-left: 16px;
}
.page-renovation .example__list .example-box__head .en {
  font-size: 12px;
  color: #abb5be;
}
.page-renovation .example__list .example-box__head .ja {
  margin-top: 4px;
  font-size: clamp(14px, 4.2666666667vw, 20px);
}
.page-renovation .example__list .example-box__image {
  -ms-flex-item-align: end;
      align-self: flex-end;
  width: 40%;
  height: auto;
  aspect-ratio: 137/86;
  margin-left: auto;
}
.page-renovation .example__list .example-box__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.page-renovation .example__answer {
  position: relative;
  padding: 64px 16px 32px;
  margin-top: 32px;
  background-color: #fff;
}
.page-renovation .example__answer::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 0;
  content: "";
  border-top: 50px solid #f5f5f5;
  border-right: 140px solid transparent;
  border-left: 140px solid transparent;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.page-renovation .example__answer .text h3 {
  font-size: 24px;
  font-weight: normal;
}
.page-renovation .example__answer .text p {
  margin-top: 16px;
}
.page-renovation .example__answer .image {
  margin-top: 16px;
}
.page-renovation .point {
  padding: 48px 0;
  border-top: 1px solid #dddede;
}
.page-renovation .point .c-section-heading {
  text-align: center;
}
.page-renovation .point__desc {
  margin-top: 24px;
  font-size: 20px;
  text-align: center;
}
.page-renovation .point__desc > p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  line-height: 1.8;
}
.page-renovation .point__desc > p span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #fff968));
  background: linear-gradient(transparent 70%, #fff968 70%);
}
.page-renovation .point__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 26px;
  margin-top: 16px;
}
.page-renovation .point__nav > li {
  width: calc((100% - 26px) / 2);
  border-bottom: 1px solid #dddede;
}
.page-renovation .point__nav > li a {
  position: relative;
  display: block;
  width: 100%;
  padding: 16px 16px 16px 0;
  font-size: 14px;
}
.page-renovation .point__nav > li a::after {
  position: absolute;
  top: calc(50% - 8px);
  right: 0;
  width: 8px;
  height: 8px;
  content: "";
  border-right: 1px solid #0054a7;
  border-bottom: 1px solid #0054a7;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.page-renovation .point__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 28px;
}
.page-renovation .point__list > li {
  padding: 40px 0;
  border-bottom: 1px solid #d9e4f0;
}
.page-renovation .point__list .point-box__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.page-renovation .point__list .point-box__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.page-renovation .point__list .point-box__body .title {
  font-size: 20px;
  font-weight: normal;
}
.page-renovation .point__list .point-box__body .heading {
  position: relative;
  margin-top: 16px;
  font-size: 12px;
  color: #abb5be;
}
.page-renovation .point__list .point-box__body .heading::before, .page-renovation .point__list .point-box__body .heading::after {
  content: " - ";
}
.page-renovation .point__list .point-box__body .desc {
  margin-top: 6px;
}
.page-renovation .point__list .point-box__body .tag-list {
  padding: 16px;
  margin-top: 36px;
  background-color: #f5f5f5;
  border: 1px solid #dddede;
  border-radius: 5px;
}
.page-renovation .point__list .point-box__body .tag-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px 16px;
}
.page-renovation .point__list .point-box__body .tag-list li {
  font-size: 12px;
  color: #0054a7;
}
.page-renovation .point__list .point-box__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}
.page-renovation .timing {
  padding: 40px 0;
}
.page-renovation .timing .c-section-heading {
  text-align: center;
}
.page-renovation .timing__desc {
  margin-top: 40px;
}
.page-renovation .timing__table {
  margin-top: 48px;
}
.page-renovation .timing__table table {
  display: block;
  width: 100%;
  border-collapse: collapse;
}
.page-renovation .timing__table thead {
  display: none;
  background-color: #f5f5f5;
}
.page-renovation .timing__table thead th {
  padding: 18px 0;
  font-weight: normal;
  text-align: center;
}
.page-renovation .timing__table tbody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  width: 100%;
}
.page-renovation .timing__table tbody tr:first-child th {
  background-color: #d9e4f0;
}
.page-renovation .timing__table tbody tr:nth-child(2) th {
  background-color: #d3dce4;
}
.page-renovation .timing__table tbody tr:nth-child(3) th {
  background-color: #bbd2ea;
}
.page-renovation .timing__table tbody th,
.page-renovation .timing__table tbody td {
  display: block;
}
.page-renovation .timing__table tbody th {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: center;
      align-self: center;
  padding: 18px 16px;
  font-size: 20px;
  font-weight: normal;
  color: #0054a7;
  text-align: center;
}
.page-renovation .timing__table tbody th .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100px;
  height: 28px;
  font-size: 12px;
  color: #000;
  background-color: #f5f5f5;
  border-radius: 100vh;
}
.page-renovation .timing__table tbody td .heading {
  position: relative;
  margin-top: 24px;
  font-size: 12px;
  color: #abb5be;
}
.page-renovation .timing__table tbody td .heading::before, .page-renovation .timing__table tbody td .heading::after {
  content: " - ";
}
.page-renovation .timing__table tbody td .desc {
  margin-top: 12px;
}
.page-renovation .timing__table tbody td ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  margin-top: 40px;
}
.page-renovation .timing__table tbody td ul.etc::after {
  -ms-flex-item-align: center;
      align-self: center;
  content: "など";
}
.page-renovation .timing__table tbody td li {
  padding: 8px 16px;
  font-size: 12px;
  color: #0054a7;
  border: 1px solid #0054a7;
}
.page-renovation .timing__message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 28px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 40px;
  margin-top: 40px;
  border-top: 1px solid #dddede;
}
.page-renovation .timing__message .image {
  width: 116px;
  height: 116px;
}
.page-renovation .timing__message .text {
  font-size: 20px;
}

.page-corporate-customers .c-section-heading {
  text-align: center;
}
.page-corporate-customers .lead {
  margin-top: 40px;
}
.page-corporate-customers .lead .lead__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page-corporate-customers .lead .lead__image {
  width: 100%;
}
.page-corporate-customers .lead .lead__image img {
  width: 100%;
  height: auto;
}
.page-corporate-customers .lead .lead__textbody {
  margin-top: 24px;
}
.page-corporate-customers .lead .lead__textbody .title {
  font-size: clamp(24px, 2.2222222222vw, 32px);
  font-weight: normal;
  line-height: 1.5;
}
.page-corporate-customers .lead .lead__textbody .title span {
  position: relative;
}
.page-corporate-customers .lead .lead__textbody .title span::before {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 12px;
  content: "";
  background-color: #fff968;
}
.page-corporate-customers .lead .lead__textbody .text {
  margin-top: 24px;
}
.page-corporate-customers .lead .lead__more {
  margin-top: 40px;
}
.page-corporate-customers .lead .lead__more .c-button {
  margin: 0 auto;
}
.page-corporate-customers .service {
  margin-top: 80px;
}
.page-corporate-customers .service .service__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 32px;
  border-top: solid 1px #d9e4f0;
  border-right: solid 1px #d9e4f0;
  border-bottom: solid 1px #d9e4f0;
}
.page-corporate-customers .service .service__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 16px;
  border-top: solid 1px #d9e4f0;
  border-left: solid 1px #d9e4f0;
}
.page-corporate-customers .service .service__list li .inner {
  width: calc(100% - 74px);
  padding-left: 16px;
}
.page-corporate-customers .service .service__list li .icon {
  width: 74px;
}
.page-corporate-customers .service .service__list li .title {
  margin: 0 0 8px;
  font-size: clamp(18px, 1.6666666667vw, 24px);
  font-weight: normal;
}
.page-corporate-customers .partner {
  margin: 56px 0;
}
.page-corporate-customers .partner .partner__text {
  max-width: 980px;
  margin: 24px auto 12px;
}
.page-corporate-customers .partner .partner__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 24px;
}
.page-corporate-customers .partner .partner__list li {
  width: 100%;
  max-width: 212px;
}
.page-corporate-customers .partner .partner__list li img {
  width: 100%;
  height: auto;
}
.page-corporate-customers .example {
  padding: 56px 0;
  background-color: #f5f5f5;
  border-top: solid 1px #dddede;
  border-bottom: solid 1px #dddede;
}
.page-corporate-customers .example .example__text {
  max-width: 980px;
  margin: 32px auto 24px;
}
.page-corporate-customers .example .example__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 16px;
}
.page-corporate-customers .example .example__list .title {
  padding: 6px;
  font-size: clamp(14px, 1.3888888889vw, 20px);
  font-weight: normal;
  text-align: center;
  background-color: #fff;
}
.page-corporate-customers .example .example__list img {
  width: 100%;
  height: auto;
}
.page-corporate-customers .flow {
  margin: 56px 0;
}
.page-corporate-customers .flow .p-flow-list {
  margin-top: 40px;
}
.page-corporate-customers .reason {
  margin-top: 48px;
}
.page-corporate-customers .reason .reason__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 24px;
  border-right: solid 1px #d9e4f0;
  border-bottom: solid 1px #d9e4f0;
}
.page-corporate-customers .reason .reason__list li {
  width: 100%;
  padding: 16px 20px 20px;
  border-top: solid 1px #d9e4f0;
  border-left: solid 1px #d9e4f0;
}
.page-corporate-customers .reason .reason__list li .title {
  margin: 8px 0;
  font-size: clamp(18px, 1.6666666667vw, 24px);
  font-weight: normal;
  text-align: center;
}
.page-corporate-customers .reason .reason__list li .point {
  font-size: 12px;
  color: #abb5be;
  text-align: center;
}
.page-corporate-customers .results {
  margin: 48px 0 64px;
}
.page-corporate-customers .results .c-section-heading {
  margin-bottom: 24px;
}
.page-corporate-customers .results .results__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page-corporate-customers .results .results__block + .results__block {
  margin-top: 32px;
}
.page-corporate-customers .results .results__block .results__title {
  font-size: 24px;
  font-size: clamp(18px, 1.6666666667vw, 24px);
  font-weight: normal;
  color: #0054a7;
}
.page-corporate-customers .results .results__block .results__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page-corporate-customers .results .results__block .results__list dt {
  width: 100%;
  padding: 16px 0 0;
}
.page-corporate-customers .results .results__block .results__list dd {
  width: 100%;
  padding: 4px 0 16px;
  color: #8ca9c7;
  border-bottom: solid 1px #8ca9c7;
}
.page-corporate-customers .results .results__block .results__list dd a {
  position: relative;
  display: block;
  padding-right: 52px;
  color: #8ca9c7;
}
.page-corporate-customers .results .results__block .results__list dd a .icon {
  position: absolute;
  top: 50%;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 28px;
  height: 28px;
  background-color: #0054a7;
  border: 1px solid #0054a7;
  border-radius: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.page-corporate-customers .results .results__block .results__list dd a .icon > * {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.page-corporate-customers .license {
  padding: 40px 0 64px;
  background-color: #f5f5f5;
  border-top: solid 1px #dddede;
  border-bottom: solid 1px #dddede;
}
.page-corporate-customers .license .license__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px 40px;
  margin-top: 24px;
}
.page-corporate-customers .license .license__list li {
  padding: 20px 16px 24px;
  background-color: #fff;
  border-radius: 5px;
}
.page-corporate-customers .license .license__list li .title {
  font-size: 20px;
  font-weight: normal;
}
.page-corporate-customers .license .license__list li .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 4px;
}
.page-corporate-customers .license .license__list li .info dt {
  width: 100%;
  padding: 16px 0 4px;
  color: #8ca9c7;
}
.page-corporate-customers .license .license__list li .info dd {
  width: 100%;
  padding: 0 0 16px;
  border-bottom: solid 1px #8ca9c7;
}
.page-corporate-customers .license .license__list li .flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page-corporate-customers .license .license__list li .flexbox .image {
  width: 116px;
  margin: 16px auto 0;
}
.page-corporate-customers .qualify {
  padding: 48px 0;
}
.page-corporate-customers .qualify .qualify__note {
  margin-top: 4px;
  font-size: 12px;
  text-align: center;
}
.page-corporate-customers .qualify .qualify__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 8px 0 0;
}
.page-corporate-customers .qualify .qualify__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 16px 0;
  margin: 0 20px;
  line-height: 1.4;
  border-bottom: solid 1px #8ca9c7;
}
.page-corporate-customers .qualify .qualify__list li .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 20px;
}
.page-faq .faq-anchor .anchor-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 24px;
  margin-top: -16px;
}
.page-faq .faq-anchor .anchor-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px 0;
  font-size: 14px;
  border-bottom: 1px solid #dddede;
}
.page-faq .faq-anchor .anchor-list a::after {
  display: inline-block;
  width: 8px;
  height: 8px;
  content: "";
  border-right: 1px solid #0054a7;
  border-bottom: 1px solid #0054a7;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.page-faq .faq-description {
  margin-top: 56px;
}
.page-faq .faq-contents {
  padding: 32px 16px;
  background-color: #f5f5f5;
  border-radius: 5px;
}
.page-faq .faq-contents .title {
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: normal;
  color: #0054a7;
}
.page-faq .faq-contents + .faq-contents {
  margin-top: 24px;
}

.page-flow .l-page__container {
  padding-bottom: 0;
}
.page-flow .flow-anchor .anchor-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  max-width: 812px;
  margin: auto;
}
.page-flow .flow-anchor .anchor-list a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px 0;
  padding-right: 16px;
  font-size: 14px;
  border-bottom: 1px solid #dddede;
}
.page-flow .flow-anchor .anchor-list a::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: auto;
  content: "";
  border-right: 1px solid #0054a7;
  border-bottom: 1px solid #0054a7;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.page-flow .flow-section {
  margin-top: 72px;
}
.page-flow .c-section-heading {
  margin-top: 32px;
  text-align: center;
}
.page-flow .p-flow-list {
  margin-top: 40px;
}
.page-flow .flow-action {
  margin-top: 72px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddede;
  border-bottom: 1px solid #dddede;
}
.page-flow .flow-action-wrap {
  display: grid;
  gap: 16px;
  place-items: center;
  padding: 40px 16px;
}
.page-flow .flow-action-wrap .u-tel-link,
.page-flow .flow-action-wrap .notes span {
  color: #000;
}
.page-flow .flow-action-wrap .c-button--large {
  max-width: 100%;
}

.page-showroom {
  padding-top: 0;
}
.page-showroom .l-page__header {
  position: relative;
  height: auto;
  padding: 64px 0 0;
}
.page-showroom .l-page__header::before {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 24px;
  content: "";
  background-color: #fff;
}
.page-showroom .showroom-main {
  margin-top: 56px;
  overflow: hidden;
}
.page-showroom .showroom-main .main-swiper {
  position: relative;
}
.page-showroom .showroom-main .main-slider__navigation {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(83% + 20px);
  max-width: 1260px;
  margin: auto;
}
.page-showroom .showroom-main .main-slider__prev,
.page-showroom .showroom-main .main-slider__next {
  position: absolute;
  top: calc(50% - 20px);
  right: -2vw;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 20px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.page-showroom .showroom-main .main-slider__prev.swiper-button-disabled,
.page-showroom .showroom-main .main-slider__next.swiper-button-disabled {
  pointer-events: none;
  background-color: #8ca9c7;
  border-color: #8ca9c7;
}
.page-showroom .showroom-main .main-slider__prev::after,
.page-showroom .showroom-main .main-slider__next::after {
  position: absolute;
  top: calc(50% - 8px);
  left: calc(50% - 8px);
  width: 16px;
  height: 16px;
  content: "";
  background: url("./assets/img/common/icon_arrow_01_blue.svg") no-repeat center center/contain;
}
.page-showroom .showroom-main .main-slider__prev {
  right: auto;
  left: -2vw;
}
.page-showroom .showroom-main .main-slider__prev::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.page-showroom .showroom-main .swiper-slide {
  width: 83%;
  max-width: 1200px;
  overflow: hidden;
}
.page-showroom .showroom-main .swiper-slide img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.page-showroom .showroom-intro .title {
  font-size: 22px;
  font-weight: normal;
  color: #0054a7;
  text-align: center;
}
.page-showroom .showroom-intro .text {
  margin-top: 16px;
}
.page-showroom .c-section-heading {
  text-align: center;
}
.page-showroom .showroom-action {
  margin-top: 48px;
  margin-bottom: 48px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddede;
  border-bottom: 1px solid #dddede;
}
.page-showroom .showroom-action .showroom-action-wrap {
  padding: 40px 16px;
}
.page-showroom .showroom-action .showroom-action-wrap .action-button {
  display: grid;
  gap: 16px;
  place-items: center;
}
.page-showroom .showroom-action .showroom-action-wrap .action-button .u-tel-link,
.page-showroom .showroom-action .showroom-action-wrap .action-button .notes span {
  color: #000;
}
.page-showroom .showroom-action .showroom-action-wrap .action-button .c-button--large {
  max-width: 100%;
}
.page-showroom .showroom-action .showroom-action-wrap .action-note {
  margin-top: 24px;
  font-size: 12px;
  line-height: 1.75;
}
.page-showroom .about__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 64px;
  margin-top: 40px;
}
.page-showroom .about__list .about-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.page-showroom .about__list .about-box__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.page-showroom .about__list .about-box__body .sub {
  color: #0054a7;
}
.page-showroom .about__list .about-box__body .title {
  font-size: 20px;
  font-weight: 500;
}
.page-showroom .pickup .pickup__wrap {
  padding-top: 48px;
  padding-bottom: 48px;
  margin-top: 48px;
  margin-bottom: 48px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddede;
  border-bottom: 1px solid #dddede;
}
.page-showroom .pickup .pickup-text {
  margin-top: 16px;
}
.page-showroom .pickup .p-maker-list__02 {
  margin-top: 40px;
}
.page-showroom .check .check-list {
  display: grid;
  gap: 48px;
  margin-top: 32px;
}
.page-showroom .check .check-img {
  position: relative;
}
.page-showroom .check .check-img > img {
  width: 100%;
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-showroom .check .check-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 8px;
}
.page-showroom .check .check-icon .icon {
  position: relative;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
}
.page-showroom .check .check-icon .icon::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 32px;
  height: 32px;
  margin: auto;
  content: "";
  background-color: #d9e4f0;
  border-radius: 50%;
}
.page-showroom .check .check-icon .icon img {
  z-index: 1;
  width: 14px;
}
.page-showroom .check .check-icon .number {
  margin-left: 8px;
  font-size: 12px;
  line-height: 1;
  color: #0054a7;
}
.page-showroom .check .check-title {
  margin-top: 8px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}
.page-showroom .check .check-description {
  margin-top: 20px;
}
.page-showroom .check .check-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 16px;
  font-size: 16px;
  color: #0054a7;
}
.page-showroom .check .check-link .icon {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  background-color: #0054a7;
  border: 1px solid #0054a7;
  border-radius: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.page-showroom .check .check-link .icon svg > * {
  -webkit-transform: all 0.2s;
          transform: all 0.2s;
}
.page-showroom .access .access-wrap {
  margin-top: 24px;
}
.page-showroom .access .access-description {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: -16px;
}
.page-showroom .access .access-description table {
  display: block;
  width: 100%;
}
.page-showroom .access .access-description table tbody {
  display: block;
}
.page-showroom .access .access-description table tr {
  display: block;
  width: 100%;
}
.page-showroom .access .access-description table th,
.page-showroom .access .access-description table td {
  display: block;
  width: 100%;
  padding: 16px 0 12px;
}
.page-showroom .access .access-description table th {
  padding-bottom: 0;
  font-weight: normal;
  color: #8ca9c7;
}
.page-showroom .access .access-description table td {
  padding-top: 4px;
  border-bottom: 1px solid #8ca9c7;
}
.page-showroom .access .access-map {
  aspect-ratio: 375/380;
  margin-top: 32px;
  margin-right: -4vw;
  margin-left: -4vw;
}
.page-showroom .access .access-map iframe {
  width: 100%;
  height: 100%;
}
.page-showroom .gallery {
  margin-top: 40px;
  overflow: hidden;
}
.page-showroom .gallery .gallery-swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.page-contact .page-contact__intro {
  margin-bottom: 48px;
}
.page-contact .page-contact__intro a {
  color: #0054a7;
}
.page-contact .page-contact__intro .intro-step {
  position: relative;
  display: grid;
  gap: 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.page-contact .page-contact__intro .intro-step::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 12px;
  display: block;
  width: 1px;
  height: 60px;
  margin: auto;
  content: "";
  background-color: #0054a7;
}
.page-contact .page-contact__intro .intro-step.is-active {
  margin-top: 32px;
}
.page-contact .page-contact__intro .intro-step .step-item {
  position: relative;
}
.page-contact .page-contact__intro .intro-step .step-item::before {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: block;
  width: 24px;
  height: 24px;
  margin: auto;
  content: "";
  background-color: #d9e4f0;
  border: 1px solid #0054a7;
  border-radius: 50%;
}
.page-contact .page-contact__intro .intro-step .step-item.is-active::before {
  background-color: #0054a7;
}
.page-contact .page-contact__intro .intro-step .step-item.is-active .number {
  color: #0054a7;
}
.page-contact .page-contact__intro .intro-step .step-item.is-active .text {
  color: #000;
}
.page-contact .page-contact__intro .intro-step .item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 40px;
}
.page-contact .page-contact__intro .intro-step .number {
  font-size: 20px;
  color: #8ca9c7;
}
.page-contact .page-contact__intro .intro-step .text {
  font-size: 16px;
  color: #707070;
}

.page-contact__container {
  padding: 64px 0;
}

.page-contact__finish h2 {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}
.page-contact__finish h2 span {
  display: inline-block;
}
.page-contact__finish .desc {
  max-width: 880px;
  margin: 40px auto 0;
}
.page-contact__finish .action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}

.page-artline {
  padding-top: 0;
}
.page-artline .u-keepall {
  word-break: keep-all;
}
.page-artline .mainview {
  background-color: #393A3A;
  position: relative;
  overflow: hidden;
  font-family: "Zen Old Mincho";
  font-weight: 400;
  line-height: 1.6;
  color: #fff;
  padding: 120px 0 0;
}
.page-artline .mainview .mainview__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-artline .mainview .mainview__content {
  position: relative;
  z-index: 2;
  color: #fff;
  max-width: 1520px;
}
.page-artline .mainview .mainview__headline {
  max-width: 735px;
}
.page-artline .mainview .mainview__about {
  margin-top: 32px;
}
.page-artline .mainview .mainview__buttons {
  margin-top: 32px;
  display: grid;
  gap: 16px;
  margin-bottom: 32px;
}
.page-artline .mainview .mainview__button {
  position: relative;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  width: 100%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 19px 70px 19px 24px;
  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.25);
  font-size: 16px;
  font-weight: 600;
  gap: 16px;
}
.page-artline .mainview .mainview__button span {
  font-size: 14px;
  padding: 8px 12px;
  border-radius: 100px;
  background: #0098CE;
  display: grid;
  height: 24px;
  place-content: center;
}
.page-artline .mainview .mainview__button::before {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  right: 33px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 10px;
  height: 10px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}
.page-artline .mainview .mainview__button::after {
  content: "";
  position: absolute;
  top: 25%;
  right: 62px;
  width: 1px;
  height: 50%;
  background-color: #A9A9A9;
}
.page-artline .about {
  position: relative;
  padding: 80px 0;
}
.page-artline .about .about__headline {
  font-family: "Zen Old Mincho";
  font-size: 32px;
  font-weight: 700;
  text-align: center;
}
.page-artline .about .about__block {
  position: relative;
  margin-top: 32px;
}
.page-artline .about .about__block .about__block__figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-artline .about .about__content .about__content__subline {
  color: #D0D0D0;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
  margin-top: 32px;
}
.page-artline .about .about__content .about__content__headline {
  font-family: "Zen Old Mincho";
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 8px;
}
.page-artline .about .about__content .about__content__text {
  font-family: "Zen Old Mincho";
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  margin-top: 24px;
}
.page-artline .about .about__content .about__content__text br {
  display: none;
}
.page-artline .about .about__content .about__content__text p + p {
  margin-top: 16px;
}
.page-artline .lineup {
  position: relative;
  padding: 80px 0;
  background-color: #F5F5F5;
}
.page-artline .lineup .lineup__headline {
  font-family: "Zen Old Mincho";
  font-size: 32px;
  font-weight: 700;
  text-align: center;
}
.page-artline .lineup .lineup__about {
  font-family: "Zen Old Mincho";
  font-size: 16px;
  text-align: center;
  margin-top: 14px;
}
.page-artline .lineup .lineup__list {
  display: grid;
  place-content: center;
  gap: 40px;
  margin-top: 24px;
}
.page-artline .lineup .lineup__item .lineup__item__figure {
  padding: 0 40px;
}
.page-artline .lineup .lineup__item .lineup__item__text {
  color: #000;
  font-family: "Zen Old Mincho";
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  margin-top: 16px;
}
.page-artline hr {
  position: relative;
  height: 3px;
  background-color: #D0D0D0;
  border: none;
}
.page-artline hr::before {
  content: "";
  position: absolute;
  bottom: -4px;
  height: 1px;
  width: 100%;
  background-color: #D0D0D0;
}
.page-artline hr.-reverse::before {
  bottom: auto;
  top: -4px;
}
.page-artline .showroom {
  position: relative;
  padding: 80px 0;
}
.page-artline .showroom .showroom__headline {
  font-family: "Zen Old Mincho";
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin-top: 40px;
}
.page-artline .showroom .showroom__about {
  font-family: "Zen Old Mincho";
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  margin-top: 16px;
}
.page-artline .showroom .showroom__images {
  display: grid;
  margin-top: 24px;
  gap: 16px;
}
.page-artline .showroom .showroom__detail {
  margin: 42px auto 0;
  display: grid;
  grid-template-columns: 25% auto;
  max-width: 800px;
  color: #353636;
  font-family: "Zen Old Mincho";
  font-size: 14px;
  font-weight: 400;
}
.page-artline .showroom .showroom__detail dt {
  border-bottom: 1px solid #000;
  padding: 16px 0;
}
.page-artline .showroom .showroom__detail dd {
  border-bottom: 1px solid #D0D0D0;
  padding: 16px 0;
  padding-left: 10%;
}
.page-artline .showroom .showroom__detail dd p + p {
  margin-top: 14px;
}
.page-artline .showroom .showroom__detail dd br {
  display: inline;
}
.page-artline .showroom .showroom__buttons {
  margin: 32px 0 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-artline .showroom .showroom__button {
  position: relative;
  border-radius: 100px;
  background: #353636;
  width: 264px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 19px 70px 19px 24px;
  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.25);
  font-size: 16px;
  font-weight: 600;
  gap: 16px;
  font-family: "Zen Old Mincho";
}
.page-artline .showroom .showroom__button span {
  font-size: 14px;
  padding: 8px 12px;
  border-radius: 100px;
  background: #0098CE;
  display: grid;
  height: 24px;
  place-content: center;
}
.page-artline .showroom .showroom__button::before {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  right: 33px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 10px;
  height: 10px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}
.page-artline .showroom .showroom__button::after {
  content: "";
  position: absolute;
  top: 25%;
  right: 62px;
  width: 1px;
  height: 50%;
  background-color: #A9A9A9;
}
.page-artline .merit {
  padding: 80px 0;
}
.page-artline .merit .merit__logo {
  margin: 0 auto;
  max-width: 356px;
  width: 80%;
}
.page-artline .merit .merit__headline {
  font-family: "Zen Old Mincho";
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 12px;
  text-align: center;
}
.page-artline .merit .merit__list {
  margin-top: 40px;
  display: grid;
  gap: 18px;
  counter-reset: number;
}
.page-artline .merit .merit__item {
  position: relative;
  background: #F3FCFF;
  display: grid;
  gap: 16px;
  padding: 60px 16px 16px;
}
.page-artline .merit .merit__item .merit__item__content {
  font-family: "Zen Old Mincho";
}
.page-artline .merit .merit__item .merit__item__content::before {
  position: absolute;
  top: 16px;
  left: 16px;
  counter-increment: number;
  content: counter(number, decimal-leading-zero);
  color: #D0D0D0;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 400;
}
.page-artline .merit .merit__item .merit__item__headline {
  font-size: 22px;
  font-weight: 700;
}
.page-artline .merit .merit__item .merit__item__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  margin-top: 12px;
}
.page-artline .panel {
  background-color: #F5F5F5;
  padding: 80px 0;
}
.page-artline .panel .panel__headline {
  font-family: "Zen Old Mincho";
  font-size: 32px;
  font-weight: 700;
  text-align: center;
}
.page-artline .panel .panel__about {
  font-family: "Zen Old Mincho";
  font-size: 16px;
  text-align: center;
  margin-top: 8px;
}
.page-artline .panel .panel__about span {
  background-position: right 100% bottom 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#333), to(#333));
  background-image: linear-gradient(#333, #333);
  background-repeat: no-repeat;
  background-size: 100% 1px;
  display: inline-block;
  padding-bottom: 5px;
}
.page-artline .panel .panel__pagelink {
  display: grid;
  margin-top: 32px;
  gap: 12px;
}
.page-artline .panel .panel__pagelink__item > a {
  background-color: #fff;
  display: block;
  text-align: center;
  padding: 8px 16px 32px;
  position: relative;
}
.page-artline .panel .panel__pagelink__item > a::after {
  content: "";
  position: absolute;
  bottom: 6px;
  left: calc(50% - 9px);
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%3E%20%3Cpath%20d%3D%22M20%208L12%2015L4%208%22%20stroke%3D%22black%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.page-artline .panel .panel__pagelink__name {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 400;
}
.page-artline .panel .panel__pagelink__count > span {
  font-family: "Zen Old Mincho";
  font-size: 14px;
  font-weight: 400;
  border-radius: 100px;
  background: #E6E6E6;
  display: inline-block;
  margin-top: 4px;
  padding: 2px 40px;
}
.page-artline .panel .panel__figure figcaption {
  color: #000;
  font-family: "Zen Old Mincho";
  font-size: 13px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  margin-top: 8px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.page-artline .panel .panel__figure figcaption small {
  color: #D0D0D0;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 400;
}
.page-artline .panel .panel__figure figcaption.-sm {
  font-size: 13px;
}
.page-artline .panel .panel__figure figcaption.text-left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.page-artline .panel .panel__list {
  display: grid;
  gap: 32px;
  margin-top: 40px;
}
.page-artline .panel .panel__item {
  background-color: #fff;
  padding: 32px;
}
.page-artline .panel .panel__item .panel__item__header {
  display: grid;
  gap: 24px;
  padding-bottom: 32px;
}
.page-artline .panel .panel__item .panel__item__header .panel__item__header-headline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Roboto", sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1;
  gap: 16px;
}
.page-artline .panel .panel__item .panel__item__header .panel__item__header-headline span {
  color: #D0D0D0;
  font-family: "Zen Old Mincho";
  font-size: 18px;
  font-weight: 400;
}
.page-artline .panel .panel__item .panel__item__header .panel__item__header-count {
  font-family: "Zen Old Mincho";
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  border-radius: 100px;
  background: #E6E6E6;
  padding: 4px 24px;
  margin-top: 16px;
}
.page-artline .panel .panel__item .panel__item__header .panel__item__header-text {
  font-family: "Zen Old Mincho";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  margin-top: 24px;
}
.page-artline .panel .panel__item .panel__item__body {
  padding-top: 32px;
}
.page-artline .panel .panel__item .panel__item__body .panel__item__body__flex {
  display: grid;
  gap: 24px;
}
.page-artline .panel .panel__item .panel__item__body .panel__item__body__flex.-lg {
  margin-top: 24px;
  grid-template-columns: 1fr 1fr;
  gap: 24px 16px;
}
.page-artline .panel .panel__item .panel__item__body .panel__item__body__flex.-lg .panel__figure figcaption {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-artline .panel .panel__item .panel__item__body .panel__item__body__flex.-lg .panel__figure img {
  display: block;
  width: 50%;
  margin: 0 auto;
}
.page-artline .panel .panel__item .panel__item__body .panel__item__body__grid {
  display: grid;
  gap: 40px;
}
.page-artline .panel .panel__item .panel__item__body .panel__item__body__grid .panel__item__body__grid-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 400;
}
.page-artline .panel .panel__item .panel__item__body .panel__item__body__grid .panel__item__body__grid-name small {
  color: #D0D0D0;
  font-family: "Zen Old Mincho";
  font-size: 18px;
  font-weight: 400;
}
.page-artline .panel .panel__item .panel__item__body .panel__item__body__grid .panel__figure {
  margin-top: 16px;
}
.page-artline .panel .panel__item .panel__item__body .panel__item__body__grid .panel__figure + .panel__figure {
  margin-top: 24px;
}
.page-artline .panel .panel__item .panel__item__body .panel__item__body__grid .panel__figure.-w-fix img {
  max-width: 168px;
  margin: 0 auto;
  display: block;
  width: 50%;
}
.page-artline .panel .panel__item .panel__item__body .panel__item__body__block + .panel__item__body__block {
  margin-top: 32px;
}
.page-artline .panel .panel__item .panel__item__body .panel__item__body__block .panel__item__body__block-headline {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.page-artline .panel .panel__item .panel__item__body .panel__item__body__block .panel__item__body__block-headline small {
  color: #D0D0D0;
  font-family: "Zen Old Mincho";
  font-size: 16px;
  font-weight: 400;
}
.page-artline .panel .panel__item .panel__item__body .panel__item__body__block .panel__item__body__block-content {
  display: grid;
  margin-top: 15px;
  gap: 24px;
}
.page-artline .panel .panel__item .panel__item__body .panel__item__body__block .panel__item__body__block-list {
  display: grid;
  gap: 10px 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.page-artline .panel .panel__item .panel__item__body .panel__item__body__block .panel__item__body__block-list .panel__figure figcaption {
  display: grid;
  margin-top: 4px;
  gap: 0;
}
.page-artline .recommend {
  padding: 80px 0;
}
.page-artline .recommend .recommend__headline {
  font-family: "Zen Old Mincho";
  font-size: 32px;
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
  padding-bottom: 24px;
}
.page-artline .recommend .recommend__list {
  display: grid;
  gap: 24px;
  margin-top: 32px;
}
.page-artline .recommend .recommend__item {
  position: relative;
}
.page-artline .recommend .recommend__item::before {
  position: absolute;
  top: 0;
  left: 0;
  content: counter(list-item, decimal-leading-zero);
  color: #D0D0D0;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
}
.page-artline .recommend .recommend__item .recommend__item__header {
  display: grid;
  gap: 24px;
}
.page-artline .recommend .recommend__item .recommend__item__subline {
  font-family: "Zen Old Mincho";
  font-size: 24px;
  font-weight: 400;
  line-height: 160%;
  padding-top: 32px;
}
.page-artline .recommend .recommend__item .recommend__item__headline {
  font-family: "Zen Old Mincho";
  font-size: 32px;
  font-weight: 400;
  line-height: 1.6;
}
.page-artline .recommend .recommend__item .recommend__item__headline img {
  max-width: 223px;
  width: 50%;
  margin-top: 0px;
}
.page-artline .recommend .recommend__item .recommend__item__headline.--saravia img {
  max-width: 301px;
}
.page-artline .recommend .recommend__item .recommend__item__about {
  font-family: "Zen Old Mincho";
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}
.page-artline .recommend .recommend__item .recommend__item__body {
  border: 1px solid #D4D4D4;
  padding: 16px;
  margin-top: 24px;
}
.page-artline .recommend .recommend__item .recommend__cocotas {
  display: grid;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-artline .recommend .recommend__item .recommend__cocotas .recommend__cocotas__blocks {
  display: grid;
  gap: 14px;
}
.page-artline .recommend .recommend__item .recommend__cocotas .recommend__cocotas__block {
  position: relative;
  border-radius: 8px;
  background: #F3FCFF;
  padding: 16px;
}
.page-artline .recommend .recommend__item .recommend__cocotas .recommend__cocotas__block.--block01 .recommend__cocotas__icon {
  width: 130px;
}
.page-artline .recommend .recommend__item .recommend__cocotas .recommend__cocotas__block.--block02 .recommend__cocotas__icon {
  width: 187px;
}
.page-artline .recommend .recommend__item .recommend__cocotas .recommend__cocotas__block.--block03 .recommend__cocotas__icon {
  width: 150px;
}
.page-artline .recommend .recommend__item .recommend__cocotas .recommend__cocotas__headline {
  font-family: "Zen Old Mincho";
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
}
.page-artline .recommend .recommend__item .recommend__cocotas .recommend__cocotas__text {
  font-family: "Zen Old Mincho";
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  margin-top: 8px;
}
.page-artline .recommend .recommend__item .recommend__cocotas .recommend__cocotas__text small {
  font-size: 12px;
  line-height: 1.4;
  display: inline-block;
}
.page-artline .recommend .recommend__item .recommend__cocotas .recommend__cocotas__icon {
  margin: 16px auto 0;
}
.page-artline .recommend .recommend__item .recommend__single {
  display: grid;
  gap: 24px;
}
.page-artline .recommend .recommend__item .recommend__single .recommend__single__wrapper {
  display: grid;
  gap: 16px;
}
.page-artline .recommend .recommend__item .recommend__single .recommend__single__about {
  font-family: "Zen Old Mincho";
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}
.page-artline .recommend .recommend__item .recommend__single .recommend__single__about figure {
  margin-top: 15px;
}
.page-artline .recommend .recommend__item .recommend__single .recommend__single__text {
  font-family: "Zen Old Mincho";
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  margin-top: 28px;
}
.page-artline .recommend .recommend__item .recommend__single .recommend__single__image {
  border-radius: 8px;
  background: #F3FCFF;
  padding: 16px;
  font-family: "Zen Old Mincho";
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}
.page-artline .recommend .recommend__item .recommend__single .recommend__single__figcaption {
  margin-top: 16px;
}
.page-artline .recommend .recommend__item .recommend__wall {
  display: grid;
  gap: 16px;
  font-family: "Zen Old Mincho";
  font-size: 14px;
  line-height: 1.6;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-artline .recommend .recommend__item .recommend__wall .recommend__wall__figure {
  margin: 0 auto 20px;
  max-width: 336px;
}
.page-artline .recommend .recommend__item .recommend__wall .recommend__wall__info {
  border-radius: 8px;
  background: #F3FCFF;
  padding: 16px;
}
.page-artline .recommend .recommend__item .recommend__wall .recommend__wall__note {
  display: grid;
  place-content: center;
  font-size: 14px;
  margin-top: 12px;
}
.page-artline .recommend .recommend__item .recommend__saravia .recommend__saravia__figure {
  max-width: 920px;
  margin: 0 auto;
}
.page-artline .recommend .recommend__item .recommend__saravia .recommend__saravia__figure.--item02 {
  max-width: 960px;
  margin: 32px auto 0;
}
.page-artline .recommend .recommend__item .recommend__saravia .recommend__saravia__figure.--item03 {
  max-width: 960px;
  margin: 48px auto 0;
}
.page-artline .recommend .recommend__item .recommend__saravia .recommend__saravia__subline {
  color: #000;
  font-family: "Zen Old Mincho";
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
  margin-top: 24px;
}
.page-artline .recommend .recommend__item .recommend__saravia .recommend__saravia__subline p {
  border: 1px solid #D4D4D4;
  display: inline-block;
  padding: 16px 8px;
}
.page-artline .cta {
  background: #393A3A;
  color: #fff;
  padding: 80px 0;
  color: #FFF;
  font-family: "Zen Old Mincho";
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
}
.page-artline .cta .cta__about {
  position: relative;
  padding-bottom: 24px;
}
.page-artline .cta .cta__about::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 16px);
  width: 32px;
  height: 1px;
  background-color: #fff;
}
.page-artline .cta .cta__headline {
  color: #FFF;
  text-align: center;
  font-family: "Zen Old Mincho";
  font-size: 18px;
  font-weight: 400;
  padding-top: 24px;
}
.page-artline .cta .cta__buttons {
  display: grid;
  gap: 16px;
  margin-top: 24px;
}
.page-artline .cta .cta__button {
  position: relative;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  width: 100%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 70px 16px 24px;
  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.25);
  font-size: 16px;
  font-weight: 600;
  gap: 16px;
}
.page-artline .cta .cta__button span {
  font-size: 14px;
  padding: 8px 12px;
  border-radius: 100px;
  background: #0098CE;
  display: grid;
  height: 24px;
  place-content: center;
}
.page-artline .cta .cta__button::before {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  right: 33px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 10px;
  height: 10px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}
.page-artline .cta .cta__button::after {
  content: "";
  position: absolute;
  top: 25%;
  right: 62px;
  width: 1px;
  height: 50%;
  background-color: #A9A9A9;
}
.page-artline .l-footer {
  background-color: #2d2d2d;
  padding: 32px 0;
}
.page-artline .l-footer__logo {
  text-align: center;
}
.page-artline .l-footer__link {
  margin-top: 24px;
}
.page-artline .l-footer__link .button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #0054a7;
  border: 1px solid #0054a7;
  border-radius: 5px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  height: 72px;
  margin: 24px auto 0;
  max-width: 320px;
  padding: 0 36px;
  position: relative;
}
.page-artline .l-footer__link .button .button__arrow {
  position: absolute;
  right: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.page-artline .l-footer__link .button .button__arrow line, .page-artline .l-footer__link .button .button__arrow path {
  stroke: #fff;
}
.page-artline .l-footer .copyright {
  color: #fff;
  font-size: 11px;
  margin-top: 24px;
  text-align: center;
}

/* ===================================================================
Theme Name:
Theme URI:
Description:
Author: FURAZOA inc
Author URI: https://furazoa.com
Version: 1.0.1
=================================================================== */
/*
* flocss: https://github.com/hiloki/flocss
*/
/* ==========================================================================
   Foundation
   ========================================================================== */
/* ==========================================================================
   Layout
   ========================================================================== */
/* ==========================================================================
   Object
   ========================================================================== */
/* ==========================================================================
   Pages
   ========================================================================== */
/* ==========================================================================
   Plugin
   ========================================================================== */
@media screen and (min-width: 425px) {
  .l-page__header .header-contents .header-contents__list > li {
    font-size: 12px;
  }
  .c-button__tel .text {
    font-size: 30px;
  }
  .u-hide-up-xs {
    display: none !important;
  }
  .page-maintenance .support__body h2 {
    font-size: 18px;
  }
}
@media screen and (min-width: 554px) {
  .l-header__inner {
    padding: 0 30px;
  }
  .fixed-cta .cta-button__text br {
    display: none;
  }
  .p-maker-list .p-maker-list__01 li {
    width: calc((100% - 20px) / 3);
  }
  .p-article-card .p-article-card__body {
    padding-left: 24px;
  }
  .p-article-card .p-article-card__date {
    font-size: 13px;
  }
  .p-article-card .p-article-card__title {
    font-size: 16px;
  }
  .u-hide-up-sm {
    display: none !important;
  }
  .page-front .works-slider .works-slider__navigation {
    position: absolute;
    top: -84px;
    right: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .page-front .works-slider .works-slider__pagination {
    display: none;
  }
  .single.single-works .works-article__gallery .works-thumb-swiper-area {
    margin: 24px auto;
  }
  .page-service .trouble .trouble-wrap {
    padding: 40px 24px;
  }
  .page-service .trouble .trouble__list {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .page-service .resolve .resolve__list {
    grid-template-columns: 1fr 1fr;
  }
  .page-service .resolve .resolve__list li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    padding: 24px 16px;
  }
  .page-service .resolve .resolve__list .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 0;
    margin-top: 16px;
    text-align: center;
  }
  .page-service .plan .plan-box .plan-box__textbody .cost {
    width: auto;
  }
  .page-service .plan .plan-box .plan-box__textbody .cost .cost__title {
    width: auto;
    margin-right: 20px;
  }
  .page-service .showroom {
    padding: 64px 0 80px;
  }
  .page-service .faq .faq-title .faq-title__textbody {
    padding-left: 32px;
  }
  .page-renovation .timing__message {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .page-corporate-customers .flow {
    margin: 112px 0;
  }
  .page-corporate-customers .reason .reason__list li {
    padding: 20px 24px 28px;
  }
  .page-corporate-customers .license .license__list li {
    padding: 20px 24px 24px;
  }
  .page-corporate-customers .license .license__list li .info dt {
    width: 132px;
    padding: 16px 0;
    border-bottom: solid 1px #8ca9c7;
  }
  .page-corporate-customers .license .license__list li .info dd {
    width: calc(100% - 132px);
    padding: 16px 0;
  }
  .page-corporate-customers .license .license__list li .flexbox .image {
    margin: 20px 0 0;
  }
  .page-corporate-customers .license .license__list li .flexbox .info {
    width: calc(100% - 116px);
    padding-right: 28px;
  }
}
@media screen and (min-width: 768px) {
  .l-page__header .header-contents .header-contents__list {
    gap: 16px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .l-page__header .header-contents .header-contents__list > li {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }
  .l-page__header .header-contents .header-contents__list > li {
    line-height: inherit;
  }
  .l-page__header .header-contents .header-contents__action {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .l-page__container {
    padding-bottom: 80px;
    margin-top: 64px;
  }
  .l-page__title .en {
    top: -16px;
  }
  .l-page__title .ja {
    margin-top: 4px;
  }
  .l-header__menu > .text {
    display: block;
  }
  .l-footer--form {
    padding: 32px 0;
  }
  .l-footer__totop {
    position: absolute;
    right: 16px;
    bottom: 32px;
  }
  .l-footer__totop .text {
    display: none;
  }
  .l-footer__totop .icon {
    width: 72px;
    height: 72px;
    border-radius: 36px;
  }
  .l-footer__totop img {
    width: 26px;
    height: 26px;
  }
  .l-footer__logo {
    width: 450px;
    margin: 0;
  }
  .l-footer__tel {
    margin: 36px 0 0;
  }
  .l-footer__tel .tel-number {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .l-footer__tel .notes {
    text-align: left;
  }
  .l-footer__address .address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 4px 16px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .l-footer__address .address__text {
    text-align: left;
  }
  .l-footer__address .open {
    text-align: left;
  }
  .l-footer__sns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 24px;
    padding-bottom: 0;
  }
  .l-footer__sns .text {
    width: auto;
  }
  .l-footer__olderlink {
    gap: 16px;
    margin: 48px 0 0;
    font-size: 16px;
  }
  .l-footer__nav > ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .l-footer__bottom .link-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .l-footer__bottom .link-list li {
    width: 32%;
  }
  .p-form__group {
    padding: 20px 0;
  }
  .p-form__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-form__row--top {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .p-form__row--top > dt {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 17px;
  }
  .p-form__row--labeled {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .p-form__row--labeled > dt {
    padding-top: 42px;
  }
  .p-form__row > dt {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 27%;
    padding-right: 20px;
  }
  .p-form__row > dt > .tag {
    height: 22px;
    padding: 0 10px;
    font-size: 12px;
    line-height: 22px;
  }
  .p-form__row > dd {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-top: 0;
  }
  .p-form-controls {
    margin: 0 -12px;
  }
  .p-form-controls .p-form-control {
    padding: 0 12px;
  }
  .p-form-control + .p-form-control {
    margin-top: 16px;
  }
  .p-form-control input[type=text],
.p-form-control input[type=number],
.p-form-control input[type=email],
.p-form-control input[type=tel] {
    padding: 16px;
  }
  .p-form-control textarea {
    padding: 18px 16px;
    font-size: 14px;
  }
  .p-form-control--zip .c-input {
    min-width: 140px;
  }
  .p-form-control--zip .c-input + .c-input {
    margin-left: 22px;
  }
  .p-form-radios--horizontal,
.mwform-radio-field--horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -12px;
  }
  .p-form__actions {
    margin-top: 48px;
  }
  .p-form__actions .back-btn {
    margin: 40px auto;
  }
  .p-info-card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-top: 0;
  }
  .p-info-card__title::after {
    top: calc(50% - 11.5px);
  }
  .p-info-card__title a {
    padding: 24px 0;
  }
  .p-faq-list__heading {
    padding: 32px 80px 32px 64px;
    font-weight: 500;
  }
  .p-faq-list__heading > .number {
    font-size: 32px;
  }
  .p-faq-list__heading::before, .p-faq-list__heading::after {
    width: 30px;
    height: 2px;
  }
  .p-faq-list__content {
    padding: 16px 24px;
  }
  .p-maker-list {
    padding: 32px 24px 24px;
  }
  .p-maker-list .p-maker-list__desc {
    padding: 0 24px;
  }
  .p-maker-list .p-maker-list__01 {
    gap: 8px 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 32px auto 0;
    overflow: hidden;
  }
  .p-maker-list .p-maker-list__01 li {
    -ms-flex-negative: 1;
        flex-shrink: 1;
    width: calc((100% - 30px) / 4);
    max-width: 212px;
  }
  .p-maker-list .p-maker-list__02 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 16px;
  }
  .p-maker-list .p-maker-list__02 li {
    width: calc((100% - 32px) / 3);
  }
  .p-maker-list .p-maker-list__02 li .maker-box {
    gap: 32px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    height: 143px;
  }
  .p-maker-list .p-maker-list__02 li .maker-box__text {
    margin-bottom: 12px;
    font-size: 14px;
  }
  .p-overview__list {
    gap: 0 20px;
  }
  .p-overview__list > li {
    width: calc((100% - 40px) / 3);
    padding: 34px 0 20px;
    margin-top: 32px;
    margin-left: 0;
    font-size: 14px;
    text-align: center;
  }
  .p-overview__list > li::before {
    top: -26px;
    left: calc(50% - 26px);
    width: 52px;
    height: 52px;
  }
  .p-section-area__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 32px;
  }
  .p-section-area__body {
    padding: 64px 0 100px;
  }
  .p-section-area__body {
    width: 65%;
  }
  .p-section-area__body .c-section-heading {
    text-align: left;
  }
  .p-section-area__body .desc {
    text-align: left;
  }
  .p-section-area__body .list {
    margin-top: 32px;
  }
  .p-section-area__image {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 45%;
    height: 100%;
    margin: 0 -4vw 0 0;
  }
  .p-section-area__image img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: auto;
    max-width: 100%;
    max-height: 90%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .p-container--xxl {
    padding-right: 40px;
    padding-left: 40px;
  }
  .p-container--lg {
    padding-right: 40px;
    padding-left: 40px;
  }
  .p-container--md {
    padding-right: 40px;
    padding-left: 40px;
  }
  .p-container--sm {
    padding-right: 40px;
    padding-left: 40px;
  }
  .p-article-card {
    -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
    -webkit-transition: -webkit-box-shadow 0.2s;
    transition: -webkit-box-shadow 0.2s;
    transition: box-shadow 0.2s;
    transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
  }
  .p-article-card .p-article-card__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-article-card .p-article-card__thumbnail {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
  }
  .p-article-card .p-article-card__thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .p-article-card .p-article-card__body {
    width: 100%;
    padding: 16px;
  }
  .p-article-card:hover {
    -webkit-box-shadow: 0 0 64px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 64px rgba(0, 0, 0, 0.1);
  }
  .p-editor-content h1 {
    margin: 48px 0 25px;
    font-size: 28px;
  }
  .p-editor-content h2 {
    margin: 56px 0 24px;
    font-size: 24px;
  }
  .p-editor-content h3 {
    font-size: 20px;
  }
  .p-editor-content h4 {
    font-size: 20px;
  }
  .p-editor-content h5 {
    margin: 72px 0 32px;
  }
  .p-editor-content img {
    margin-bottom: 20px;
  }
  .p-editor-content .alignright {
    float: right;
    margin-left: 15px;
  }
  .p-editor-content .alignleft {
    float: left;
    margin-right: 15px;
  }
  .p-editor-content blockquote {
    padding: 24px 40px 32px;
    margin: 56px 0;
  }
  .p-editor-content table th,
.p-editor-content table td {
    font-size: 16px;
  }
  .c-button-wrapper .c-button {
    margin: 0 8px;
  }
  .c-button--medium {
    width: 100%;
    max-width: 360px;
  }
  .c-button--large {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    max-width: 600px;
    height: 80px;
    font-size: 16px;
  }
  .c-input label {
    font-size: 14px;
  }
  .c-select {
    max-width: 220px;
  }
  .c-select::before {
    right: 24px;
  }
  .c-select select {
    padding: 16px;
  }
  .c-radio,
.mwform-radio-field label {
    padding: 12px;
    font-size: 16px;
  }
  .u-hide-up-md {
    display: none !important;
  }
  .page-front .mainview__body .authority .authority__box {
    width: 160px;
  }
  .page-front .event {
    margin: 100px 0;
  }
  .page-front .works {
    margin: 100px 0;
  }
  .page-front .works-slider {
    display: block;
  }
  .page-front .works-slider .works-slider__navigation {
    top: -90px;
  }
  .page-front .service {
    padding: 72px 0;
  }
  .page-front .service__list {
    gap: 20px;
    margin-top: 40px;
  }
  .page-front .service__list > li {
    width: calc((100% - 40px) / 3);
  }
  .page-front .service__list > li .service-card__body {
    padding: 16px;
  }
  .page-front .service__list > li .service-card__body .title {
    font-size: 17px;
  }
  .page-front .service__list > li .service-card__body .icon {
    width: 28px;
    height: 28px;
    border-radius: 14px;
  }
  .page-front .service__list > li .service-card__body .icon > img {
    width: 9px;
    height: 9px;
  }
  .page-front .showroom-slider .showroom-slider__prev,
.page-front .showroom-slider .showroom-slider__next {
    width: 60px;
    height: 60px;
    border-radius: 30px;
  }
  .page-front .showroom__body table {
    display: table;
    margin-top: 16px;
  }
  .page-front .showroom__body table tbody {
    display: table-row-group;
  }
  .page-front .showroom__body table tr {
    display: table-row;
  }
  .page-front .showroom__body table th,
.page-front .showroom__body table td {
    display: table-cell;
    width: auto;
    padding-top: 24px;
  }
  .page-front .showroom__body table th {
    padding-bottom: 12px;
    vertical-align: top;
    border-bottom: 1px solid #8ca9c7;
  }
  .page-front .showroom__body table td {
    padding-top: 24px;
    padding-left: 32px;
  }
  .page-front .showroom__body table .map-link {
    display: inline-block;
    margin: 0 0 0 18px;
  }
  .page-front .info {
    padding-top: 80px;
  }
  .single .article-wrap .article-side .side-title {
    font-size: 24px;
  }
  .single .article-wrap .article-side .side-tag-list {
    gap: 16px 24px;
    padding: 32px 24px;
    margin-bottom: 40px;
  }
  .single .article-wrap .article-side .connection__list {
    grid-template-columns: repeat(2, 1fr);
  }
  .single .article-wrap .article-side .connection__list + .side-title {
    margin-top: 80px;
  }
  .single .article-wrap .article-side .pickup-none + .side-title {
    margin-top: 80px;
  }
  .single .article__header .title {
    font-size: 32px;
  }
  .single .article__thumbnail {
    margin: 32px 0 40px;
  }
  .single.single-info .time {
    gap: 24px;
  }
  .single.single-info .title {
    padding-bottom: 32px;
    margin-top: 24px;
  }
  .single.single-works .works-article__header {
    padding-bottom: 24px;
  }
  .single.single-works .works-article__gallery .works-img-swiper-area {
    padding: 0 30px;
  }
  .single.single-works .works-article__gallery .works-img-swiper-area .works-swiper .prev-button,
.single.single-works .works-article__gallery .works-img-swiper-area .works-swiper .next-button {
    width: 52px;
    height: 52px;
  }
  .single.single-works .works-article__gallery .works-thumb-swiper-area .works-thumb-swiper .works-thumb__list {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
  .single.single-works .works-article__gallery .works-thumb-swiper-area .works-thumb-swiper .works-thumb__slide::before {
    border: 6px solid #0054a7;
  }
  .single.single-works .works-article__description .intro dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .single.single-works .works-article__description .intro dt {
    width: 152px;
    padding: 16px 0;
    border-bottom: 1px solid #8ca9c7;
  }
  .single.single-works .works-article__description .intro dd {
    width: calc(100% - 152px);
    padding: 16px 0;
  }
  .single.single-works .works-article__description .works-notice {
    padding: 24px 40px;
    margin-top: 24px;
  }
  .single.single-works .works-content-title {
    margin-top: 48px;
    font-size: 24px;
  }
  .single.single-works .works-content-description {
    margin-top: 24px;
  }
  .single.single-works .voice-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 32px 40px 32px 32px;
    margin-top: 72px;
  }
  .single.single-works .voice-wrap + .voice-wrap {
    margin-top: 16px;
  }
  .single.single-works .voice-img {
    margin: 0;
  }
  .single.single-works .voice-description {
    width: calc(100% - 152px);
  }
  .single.single-works .voice-description .from {
    margin-top: 0;
  }
  .single.single-works .recommend__title {
    margin-top: 160px;
    font-size: 24px;
  }
  .single.single-works .recommend__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 30px;
    margin-top: 40px;
  }
  .single.single-column .link-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 24px;
  }
  .single.single-column .link-tag {
    width: calc(100% - 120px);
  }
  .single.single-column .link-share {
    margin-top: 0;
  }
  .single.single-event .time {
    gap: 24px;
  }
  .single.single-event .link-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .single.single-event .link-share {
    margin-top: 0;
  }
  .single.single-event .place {
    width: calc(100% - 120px);
  }
  .single.single-event .event-date {
    margin-top: 24px;
    font-size: 16px;
  }
  .single .article__share {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 64px;
  }
  .single .article__share--info {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .single .single__action {
    padding-top: 56px;
    margin-top: 80px;
  }
  .page-about .showroom__info .table table tbody {
    display: table;
    width: 100%;
  }
  .page-about .showroom__info .table table tr {
    display: table-row;
  }
  .page-about .showroom__info .table table th,
.page-about .showroom__info .table table td {
    display: table-cell;
    width: auto;
    padding-top: 16px 0;
  }
  .page-about .showroom__info .table table th {
    vertical-align: top;
    border-bottom: 1px solid #8ca9c7;
  }
  .page-about .showroom__info .table table td {
    padding-top: 16px;
    padding-left: 32px;
  }
  .page-about .showroom__info .table table .map-link {
    display: inline-block;
    margin: 0 0 0 18px;
  }
  .page-reason .strength__nav > li {
    width: calc((100% - 52px) / 3);
  }
  .page-maintenance .history__header {
    text-align: center;
  }
  .page-maintenance .history__header .desc {
    margin-top: 32px;
  }
  .page-maintenance .history__example {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    margin-top: 40px;
  }
  .page-maintenance .history__example .action {
    margin-top: 0;
  }
  .news .news__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 24px -16px 0;
  }
  .news .news__item {
    width: 33.3333333333%;
    padding: 24px 16px;
  }
  .news .news__item + .news__item {
    margin-top: 0;
  }
  .archive .tag__area {
    padding: 40px;
  }
  .archive .tag__area .title {
    font-size: 24px;
  }
  .archive .tag__area .tag-list {
    gap: 16px 24px;
    margin-top: 24px;
  }
  .archive .filter__area-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
  }
  .archive .filter__area {
    width: auto;
  }
  .archive .filter__area .filter__area-title {
    width: auto;
  }
  .archive .filter__area .filter__area-inner {
    width: 174px;
  }
  .archive .archive__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 30px;
    margin-top: 72px;
  }
  .archive .archive__list.column__list {
    gap: 64px 40px;
  }
  .archive .archive__list.event__list {
    gap: 64px 40px;
  }
  .archive .info__list {
    margin-top: 72px;
  }
  .archive .event__intro {
    margin-top: 72px;
  }
  .archive .event__intro .title {
    font-size: 28px;
    text-align: center;
  }
  .archive .event__intro .title span {
    display: inline-block;
  }
  .archive .event__intro .voice-wrap {
    margin-right: 0;
    margin-left: 0;
  }
  .archive .event__intro .voice {
    gap: 40px;
    padding: 0;
    margin-top: 40px;
  }
  .archive .event__intro .voice-item {
    -ms-flex-negative: initial;
        flex-shrink: initial;
    width: 50%;
    padding: 32px;
  }
  .privacy .privacy-content-title {
    font-size: 28px;
  }
  .privacy .privacy-content-title + .privacy-description {
    margin-top: 48px;
  }
  .privacy .privacy-content-title--second {
    margin-top: 125px;
  }
  .privacy .privacy-title {
    margin: 40px 0 24px;
    font-size: 24px;
  }
  .policy .policy-list > li::marker {
    font-size: 24px;
  }
  .policy .policy-list .policy-title {
    margin: 40px 0 24px;
    font-size: 24px;
  }
  .notfound .notfound__description {
    text-align: center;
  }
  .notfound .notfound__description {
    margin-top: 48px;
  }
  .page-service .trouble .trouble__list {
    padding-top: 0;
    margin-top: 32px;
  }
  .page-service .trouble .trouble__list::before {
    right: -24px;
    left: auto;
    width: 200px;
    height: 101px;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  .page-service .resolve .resolve__list {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .page-service .resolve .resolve__list.list--2col {
    grid-template-columns: 1fr 1fr;
  }
  .page-service .maker .c-section-heading {
    position: initial;
    width: initial;
    padding: initial;
    margin: initial;
  }
  .page-service .maker .c-section-heading::before {
    position: initial;
    height: initial;
    margin: initial;
  }
  .page-service .maker .c-section-heading::after {
    position: initial;
    height: initial;
    margin: initial;
  }
  .page-service .showroom .showroom-head .showroom-head__text .md {
    display: inline;
  }
  .page-service .showroom .showroom-wrap {
    margin-top: 72px;
  }
  .page-service .showroom .showroom-wrap::before {
    top: 0;
    right: 8vw;
    left: auto;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  .page-service .showroom .showroom-wrap .p-overview__list {
    padding: 28px 4vw 40px;
  }
  .page-renovation .example__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
  .page-renovation .example__list li {
    width: calc((100% - 20px) / 2);
  }
  .page-renovation .example__list .example-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page-renovation .example__list .example-box__head {
    margin-left: 0;
  }
  .page-renovation .example__list .example-box__head .en {
    text-align: center;
  }
  .page-renovation .example__list .example-box__head .ja {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 3.2em;
    margin-top: 8px;
    font-size: 20px;
    text-align: center;
  }
  .page-renovation .example__list .example-box__image {
    -ms-flex-item-align: center;
        align-self: center;
    width: auto;
    height: 128px;
    margin-top: auto;
    margin-left: 0;
  }
  .page-renovation .point__nav > li {
    width: calc((100% - 52px) / 3);
  }
  .page-corporate-customers .partner .partner__text {
    margin: 32px auto;
  }
  .page-corporate-customers .example .example__list {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .page-corporate-customers .results .results__block .results__list dt {
    width: 300px;
    padding: 16px 0;
    border-bottom: solid 1px #8ca9c7;
  }
  .page-corporate-customers .results .results__block .results__list dd {
    width: calc(100% - 300px);
    padding: 16px 0;
  }
  .page-corporate-customers .qualify .qualify__list {
    margin: 24px -20px 0;
  }
  .page-corporate-customers .qualify .qualify__list li {
    width: calc(50% - 40px);
  }
  .page-faq .faq-anchor .anchor-list a {
    font-size: 16px;
  }
  .page-flow .flow-anchor .anchor-list {
    gap: 40px;
  }
  .page-flow .flow-anchor .anchor-list a {
    font-size: 16px;
  }
  .page-flow .flow-section {
    margin-top: 80px;
  }
  .page-flow .c-section-heading {
    margin-top: 72px;
  }
  .page-flow .flow-action {
    margin-top: 80px;
  }
  .page-flow .flow-action-wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    padding: 48px 0;
  }
  .page-showroom .showroom-main {
    margin-top: 72px;
  }
  .page-showroom .showroom-main .main-slider__navigation {
    width: calc(83% + 60px);
  }
  .page-showroom .showroom-main .main-slider__prev,
.page-showroom .showroom-main .main-slider__next {
    width: 60px;
    height: 60px;
    border-radius: 30px;
  }
  .page-showroom .showroom-intro .title {
    font-size: 28px;
  }
  .page-showroom .showroom-intro .text {
    margin-top: 24px;
    text-align: center;
  }
  .page-showroom .showroom-action {
    margin-top: 72px;
    margin-bottom: 72px;
  }
  .page-showroom .showroom-action .showroom-action-wrap {
    padding: 48px 0;
  }
  .page-showroom .showroom-action .showroom-action-wrap .action-button {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
  .page-showroom .showroom-action .showroom-action-wrap .action-note {
    margin-top: 16px;
    text-align: center;
  }
  .page-showroom .pickup .pickup__wrap {
    padding-top: 80px;
    padding-bottom: 80px;
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .page-showroom .pickup .pickup-text {
    padding: 0 24px;
    margin-top: 32px;
    text-align: center;
  }
  .page-showroom .check .check-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 24px;
  }
  .page-showroom .check .check-icon {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: -48px;
  }
  .page-showroom .check .check-icon .icon {
    width: 64px;
    height: 64px;
  }
  .page-showroom .check .check-icon .icon::before {
    width: 52px;
    height: 52px;
  }
  .page-showroom .check .check-icon .icon img {
    width: auto;
  }
  .page-showroom .check .check-icon .number {
    margin-left: 0;
    font-size: 12px;
    text-align: center;
  }
  .page-showroom .check .check-title {
    display: grid;
    place-items: center;
    min-height: 64px;
    margin-top: 16px;
    text-align: center;
  }
  .page-showroom .access .access-description table tbody {
    display: table;
    width: 100%;
  }
  .page-showroom .access .access-description table tr {
    display: table-row;
  }
  .page-showroom .access .access-description table th,
.page-showroom .access .access-description table td {
    display: table-cell;
    width: auto;
    padding: 16px 0;
  }
  .page-showroom .access .access-description table th {
    width: 96px;
    vertical-align: top;
    border-bottom: 1px solid #8ca9c7;
  }
  .page-showroom .access .access-description table td {
    padding-top: 16px;
    padding-left: 32px;
  }
  .page-showroom .access .access-map {
    aspect-ratio: 375/200;
    margin-right: -40px;
    margin-left: -40px;
  }
  .page-contact .page-contact__intro {
    text-align: center;
  }
  .page-contact .page-contact__intro .intro-step {
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    width: 400px;
  }
  .page-contact .page-contact__intro .intro-step::before {
    top: 12px;
    right: 0;
    bottom: auto;
    width: 200px;
    height: 1px;
  }
  .page-contact .page-contact__intro .intro-step .step-item::before {
    position: relative;
  }
  .page-contact .page-contact__intro .intro-step .item-inner {
    display: block;
    padding-left: 0;
  }
  .page-contact .page-contact__intro .intro-step .number {
    font-size: 24px;
  }
  .page-artline .mainview {
    font-size: 18px;
  }
  .page-artline .mainview .mainview__buttons {
    margin-top: 80px;
    margin-bottom: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
  }
  .page-artline .mainview .mainview__button {
    width: 264px;
  }
  .page-artline .about {
    padding: 80px 0;
  }
  .page-artline .about .about__headline {
    font-size: 42px;
  }
  .page-artline .about .about__block {
    margin-top: 75px;
  }
  .page-artline .about .about__content .about__content__subline {
    font-size: 24px;
    font-weight: 400;
  }
  .page-artline .about .about__content .about__content__headline {
    font-size: 40px;
    line-height: 1.45;
    margin-top: 20px;
  }
  .page-artline .about .about__content .about__content__text {
    margin-top: 49px;
  }
  .page-artline .about .about__content .about__content__text br {
    display: inline;
  }
  .page-artline .about .about__content .about__content__text p + p {
    margin-top: 32px;
  }
  .page-artline .lineup {
    padding: 76px 0 90px;
  }
  .page-artline .lineup .lineup__headline {
    font-size: 42px;
  }
  .page-artline .lineup .lineup__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-top: 62px;
    gap: 32px;
  }
  .page-artline .lineup .lineup__item .lineup__item__figure {
    padding: 0 42px;
  }
  .page-artline .lineup .lineup__item .lineup__item__text {
    font-size: 24px;
    margin-top: 26px;
  }
  .page-artline .showroom .showroom__headline {
    font-size: 42px;
    margin-top: 72px;
  }
  .page-artline .showroom .showroom__about {
    text-align: center;
    font-size: 16px;
    margin-top: 16px;
  }
  .page-artline .showroom .showroom__images {
    margin-top: 40px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .page-artline .showroom .showroom__detail {
    grid-template-columns: 128px auto;
    font-size: 16px;
  }
  .page-artline .showroom .showroom__detail dt {
    padding: 22px 0;
  }
  .page-artline .showroom .showroom__detail dd {
    padding-left: 23.8%;
    padding: 22px 0;
  }
  .page-artline .showroom .showroom__detail dd br {
    display: none;
  }
  .page-artline .showroom .showroom__buttons {
    margin: 54px 0 78px;
  }
  .page-artline .merit {
    padding: 0 0 80px;
  }
  .page-artline .merit .merit__logo {
    max-width: 356px;
  }
  .page-artline .merit .merit__headline {
    font-size: 42px;
  }
  .page-artline .merit .merit__list {
    margin-top: 60px;
  }
  .page-artline .merit .merit__item {
    padding: 24px;
    gap: 32px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid-template-columns: 29% auto;
  }
  .page-artline .merit .merit__item .merit__item__content {
    padding: 25px 0 30px;
  }
  .page-artline .merit .merit__item .merit__item__content::before {
    position: inherit;
  }
  .page-artline .merit .merit__item .merit__item__headline {
    font-size: 28px;
  }
  .page-artline .merit .merit__item .merit__item__text {
    margin-top: 24px;
  }
  .page-artline .panel .panel__headline {
    font-size: 42px;
  }
  .page-artline .panel .panel__about {
    font-size: 24px;
    margin-top: 0;
  }
  .page-artline .panel .panel__pagelink {
    margin-top: 64px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .page-artline .panel .panel__pagelink__item > a {
    padding: 24px 16px 60px;
  }
  .page-artline .panel .panel__pagelink__item > a::after {
    bottom: 12px;
    left: calc(50% - 12px);
    width: 24px;
    height: 24px;
  }
  .page-artline .panel .panel__pagelink__name {
    font-size: 24px;
  }
  .page-artline .panel .panel__pagelink__count > span {
    font-size: 20px;
    margin-top: 1px;
    padding: 3px 40px;
  }
  .page-artline .panel .panel__figure figcaption {
    margin-top: 16px;
    font-size: 18px;
    gap: 16px;
  }
  .page-artline .panel .panel__figure figcaption small {
    font-size: 16px;
  }
  .page-artline .panel .panel__figure figcaption.-sm {
    font-size: 16px;
  }
  .page-artline .panel .panel__list {
    gap: 48px;
    margin-top: 102px;
  }
  .page-artline .panel .panel__item {
    padding: 88px;
  }
  .page-artline .panel .panel__item .panel__item__header {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 80px;
  }
  .page-artline .panel .panel__item .panel__item__header .panel__item__header-about {
    margin-top: 3px;
  }
  .page-artline .panel .panel__item .panel__item__header .panel__item__header-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .page-artline .panel .panel__item .panel__item__header .panel__item__header-headline {
    font-size: 60px;
    gap: 16px;
  }
  .page-artline .panel .panel__item .panel__item__header .panel__item__header-headline span {
    font-size: 24px;
  }
  .page-artline .panel .panel__item .panel__item__header .panel__item__header-count {
    margin-top: 0;
    font-size: 16px;
  }
  .page-artline .panel .panel__item .panel__item__header .panel__item__header-text {
    margin-top: 57px;
  }
  .page-artline .panel .panel__item .panel__item__body {
    padding-top: 64px;
  }
  .page-artline .panel .panel__item .panel__item__body .panel__item__body__flex.-lg {
    margin-top: 46px;
  }
  .page-artline .panel .panel__item .panel__item__body .panel__item__body__grid .panel__figure + .panel__figure {
    margin-top: 48px;
  }
  .page-artline .panel .panel__item .panel__item__body .panel__item__body__grid .panel__figure.-w-fix img {
    width: 100%;
  }
  .page-artline .panel .panel__item .panel__item__body .panel__item__body__block + .panel__item__body__block {
    margin-top: 40px;
  }
  .page-artline .panel .panel__item .panel__item__body .panel__item__body__block .panel__item__body__block-list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .page-artline .recommend .recommend__headline {
    font-size: 42px;
    padding-bottom: 28px;
  }
  .page-artline .recommend .recommend__list {
    gap: 68px;
    margin-top: 70px;
  }
  .page-artline .recommend .recommend__item .recommend__item__subline {
    font-size: 32px;
  }
  .page-artline .recommend .recommend__item .recommend__item__headline {
    font-size: 40px;
  }
  .page-artline .recommend .recommend__item .recommend__item__headline img {
    margin-top: 24px;
  }
  .page-artline .recommend .recommend__item .recommend__item__about {
    font-size: 16px;
  }
  .page-artline .recommend .recommend__item .recommend__item__body {
    padding: 32px;
    margin-top: 48px;
  }
  .page-artline .recommend .recommend__item .recommend__cocotas .recommend__cocotas__block {
    padding: 16px 24px;
  }
  .page-artline .recommend .recommend__item .recommend__cocotas .recommend__cocotas__block.--block01 {
    display: grid;
    grid-template-columns: auto auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .page-artline .recommend .recommend__item .recommend__cocotas .recommend__cocotas__block.--block01 .recommend__cocotas__text {
    width: calc(100% - 32px);
    grid-column: 1/2;
  }
  .page-artline .recommend .recommend__item .recommend__cocotas .recommend__cocotas__block.--block01 .recommend__cocotas__icon {
    position: inherit;
    grid-row: 1/3;
    grid-column: 2/3;
    top: 0;
    right: 0;
  }
  .page-artline .recommend .recommend__item .recommend__cocotas .recommend__cocotas__block.--block02 {
    display: grid;
    grid-template-columns: auto auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .page-artline .recommend .recommend__item .recommend__cocotas .recommend__cocotas__block.--block02 .recommend__cocotas__text {
    width: calc(100% - 32px);
    grid-column: 1/2;
  }
  .page-artline .recommend .recommend__item .recommend__cocotas .recommend__cocotas__block.--block02 .recommend__cocotas__icon {
    position: inherit;
    grid-row: 1/3;
    grid-column: 2/3;
    top: 0;
    right: 0;
  }
  .page-artline .recommend .recommend__item .recommend__cocotas .recommend__cocotas__block.--block03 {
    display: grid;
    grid-template-columns: auto auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .page-artline .recommend .recommend__item .recommend__cocotas .recommend__cocotas__block.--block03 .recommend__cocotas__text {
    width: calc(100% - 32px);
    grid-column: 1/2;
  }
  .page-artline .recommend .recommend__item .recommend__cocotas .recommend__cocotas__block.--block03 .recommend__cocotas__icon {
    position: inherit;
    grid-row: 1/3;
    grid-column: 2/3;
    top: 0;
    right: 0;
  }
  .page-artline .recommend .recommend__item .recommend__cocotas .recommend__cocotas__headline {
    font-size: 20px;
  }
  .page-artline .recommend .recommend__item .recommend__cocotas .recommend__cocotas__icon {
    margin: 0;
    position: absolute;
    top: 16px;
    right: 24px;
  }
  .page-artline .recommend .recommend__item .recommend__single .recommend__single__wrapper {
    grid-template-columns: 47.5% auto;
    gap: 16px;
    padding-top: 14px;
  }
  .page-artline .recommend .recommend__item .recommend__single .recommend__single__text {
    font-size: 16px;
  }
  .page-artline .recommend .recommend__item .recommend__single .recommend__single__image {
    padding: 24px;
    font-size: 16px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .page-artline .recommend .recommend__item .recommend__wall {
    grid-template-columns: auto 51.4%;
    gap: 2%;
    font-size: 16px;
  }
  .page-artline .recommend .recommend__item .recommend__wall .recommend__wall__info {
    padding: 24px;
  }
  .page-artline .recommend .recommend__item .recommend__saravia .recommend__saravia__subline {
    font-size: 24px;
    margin-top: 48px;
  }
  .page-artline .recommend .recommend__item .recommend__saravia .recommend__saravia__subline p {
    padding: 15px 48px;
  }
  .page-artline .cta {
    font-size: 18px;
  }
  .page-artline .cta .cta__about {
    padding-bottom: 32px;
    text-align: center;
  }
  .page-artline .cta .cta__headline {
    font-size: 24px;
    padding-top: 34px;
  }
  .page-artline .cta .cta__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .page-artline .cta .cta__button {
    width: 264px;
  }
  .page-artline .l-footer__logo {
    text-align: left;
  }
  .page-artline .l-footer__inner {
    display: grid;
    gap: 40px;
    grid-template-columns: 1.2fr 1fr;
  }
  .page-artline .l-footer__link {
    margin-top: 0;
  }
  .page-artline .l-footer__link .button {
    margin: 0 0 0 auto;
  }
  .page-artline .l-footer .copyright {
    margin-top: 32px;
    text-align: right;
  }
}
@media screen and (min-width: 992px) {
  html {
    scroll-padding-top: 90px;
  }
  .l-main {
    padding-top: 90px;
  }
  .l-page__header {
    height: 244px;
  }
  .l-page__header--large {
    height: auto;
    padding: 90px 0 56px;
  }
  .l-page__header .header-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 64px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l-page__header .header-contents .header-contents__body {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    min-width: 460px;
  }
  .l-page__header .header-contents .header-contents__image {
    margin-top: 0;
    margin-right: -40px;
  }
  .l-page__header .header-contents .header-contents__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 40px 0 0;
  }
  .l-page__header .header-contents .header-contents__copy {
    margin: 16px 0 0;
    font-size: 24px;
    text-align: left;
  }
  .l-page__header .header-contents .header-contents__action {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-page__breadcrumb {
    padding-top: 16px;
  }
  .l-page__container {
    padding-bottom: 128px;
    margin-top: 72px;
  }
  .l-page__title {
    margin-top: 70px;
  }
  .l-page__title .ja {
    font-size: 48px;
  }
  .l-header__inner {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: 90px;
  }
  .l-header__logo {
    width: 300px;
  }
  .fixed-cta {
    top: 50%;
    bottom: initial;
    display: block;
    width: 140px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .fixed-cta > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .fixed-cta > ul li {
    width: 100%;
  }
  .fixed-cta .cta-button {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .fixed-cta .cta-button__text br {
    display: block;
  }
  .l-footer {
    padding: 80px 0;
  }
  .l-footer__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .l-footer__info {
    padding-top: 0;
  }
  .l-footer__tel {
    margin: 56px 0 0;
  }
  .l-footer__address {
    margin-top: 56px;
  }
  .l-footer__nav {
    padding-top: 0;
    padding-left: 40px;
    margin-top: 0;
    border-top: none;
  }
  .l-footer__nav > * + * {
    margin-top: 24px;
  }
  .l-footer__nav > ul.nav01 > li:nth-child(odd) {
    width: 50%;
  }
  .l-footer__bottom .link-list li a {
    height: 100px;
  }
  .l-menu__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: calc(100% - 90px);
    padding: 40px;
    margin-top: 90px;
  }
  .l-menu__nav {
    padding-right: 40px;
    padding-bottom: 0;
    margin-top: 0;
    border-right: 1px solid #8ca9c7;
    border-bottom: none;
  }
  .l-menu__nav > * + * {
    margin-top: 24px;
  }
  .l-menu__nav > ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .l-menu__nav > ul.nav01 > li:nth-child(odd) {
    width: 50%;
  }
  .l-menu__info {
    padding-left: 40px;
  }
  .l-menu__tel .tel-number {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .l-menu__tel .tel-number img {
    width: 44px;
    height: 27px;
  }
  .l-menu__tel .tel-number__text {
    font-size: 40px;
  }
  .l-menu__tel .notes {
    text-align: left;
  }
  .l-menu__cta {
    margin-top: 32px;
  }
  .l-menu__cta > ul {
    gap: 24px;
    margin: 0;
  }
  .l-menu__sns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-bottom: 0;
  }
  .p-form__row > dt > label {
    font-size: 14px;
  }
  .p-form__row > dt > label > small {
    font-size: 13px;
  }
  .p-flow-list li::before {
    top: 0.4rem;
  }
  .p-flow-list li:not(:last-child) .text {
    padding-bottom: 48px;
  }
  .p-flow-list .p-flow-list__step {
    width: 146px;
    font-size: 24px;
  }
  .p-flow-list .p-flow-list__textbody {
    width: calc(100% - 146px);
  }
  .p-flow-list .p-flow-list__textbody .title {
    margin: 0 0 16px;
    font-size: 24px;
  }
  .p-section-cta {
    padding: 48px 0 60px;
  }
  .p-section-cta .c-section-copy,
.p-section-cta .c-section-heading {
    text-align: center;
  }
  .p-section-cta__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 26px;
    margin-top: 42px;
  }
  .p-section-cta__list > li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .p-section-cta__list > li + li::before {
    top: 0;
    left: -13px;
    width: 1px;
    height: 100%;
  }
  .p-section-cta__box {
    gap: 20px;
    padding: 28px 16px 10px;
    color: #fff;
    background-color: transparent;
  }
  .p-section-cta__box .icon {
    display: block;
    text-align: center;
  }
  .p-section-cta__box .icon > img {
    width: 45px;
    height: 40px;
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
  .p-section-cta__box .icon__text {
    margin-top: 6px;
    font-size: 16px;
  }
  .p-section-cta__box .title {
    margin-top: 8px;
    font-size: 22px;
  }
  .p-section-cta__box .desc {
    margin-top: 8px;
    font-size: 16px;
  }
  .p-section-cta__box .arrow {
    position: relative;
    top: auto;
    right: auto;
    bottom: 10px;
    left: auto;
    width: 52px;
    height: 52px;
    margin-top: auto;
    background-color: #fff;
    border-radius: 26px;
  }
  .p-section-cta__box .arrow img {
    -webkit-filter: none;
            filter: none;
  }
  .p-maker-list {
    padding: 56px 48px;
  }
  .p-maker-list .p-maker-list__desc {
    max-width: 768px;
    margin: 32px auto 0;
  }
  .p-maker-list .p-maker-list__01 li {
    width: calc((100% - 40px) / 5);
  }
  .p-maker-list .p-maker-list__more {
    margin-top: 32px;
  }
  .p-overview {
    padding: 48px 0 96px;
  }
  .p-overview__copy {
    font-size: 28px;
    text-align: center;
  }
  .p-overview__images {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 20px;
    max-width: 100%;
    margin-top: 36px;
  }
  .p-overview__images > li {
    width: auto;
  }
  .p-overview__list > li {
    font-size: 18px;
  }
  .p-overview__list > li::before {
    top: -32px;
    left: calc(50% - 32px);
    width: 64px;
    height: 64px;
  }
  .p-banner {
    padding: 80px 0;
  }
  .p-banner .p-banner__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
  .p-banner .p-banner__list li + li {
    margin-top: 0;
  }
  .p-section-title .p-section-title__en {
    font-size: 32px;
  }
  .p-section-title .p-section-title__ja {
    font-size: 14px;
  }
  .p-pagination {
    margin-top: 80px;
  }
  .p-pagination .p-pagination__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-editor-content p a:hover {
    text-decoration: none;
  }
  .u-hide-up-lg {
    display: none !important;
  }
  .u-tel-link {
    pointer-events: none;
  }
  .page-front {
    padding-top: 0;
  }
  .page-front .mainview {
    height: 768px;
    padding: 80px 0;
  }
  .page-front .mainview__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: clamp(40px, 5.5555555556vw, 80px);
    margin-top: 0;
  }
  .page-front .mainview__body .title {
    font-size: 48px;
    text-align: left;
  }
  .page-front .mainview__body .authority {
    margin: 20px 0 0;
  }
  .page-front .mainview__body .authority .authority__contents {
    margin-top: 32px;
  }
  .page-front .mainview__body .cta-button {
    margin: 32px 0 0;
  }
  .page-front .mainview-slider {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  .page-front .mainview-slider__slide {
    max-width: 395px;
  }
  .page-front .mainview__marquee {
    bottom: 8px;
  }
  .page-front .pickup {
    padding: 48px 0;
  }
  .page-front .pickup__container {
    padding: 64px 0 80px;
    margin: 0;
  }
  .page-front .pickup__large {
    margin-top: 32px;
  }
  .page-front .pickup__large img {
    aspect-ratio: 1200/180;
  }
  .page-front .pickup__banners {
    gap: 24px;
    padding-right: 0;
    margin-top: 24px;
    margin-right: 0;
  }
  .page-front .event__list {
    gap: 16px;
    padding-right: 0;
    margin: 48px auto 0;
    overflow: initial;
  }
  .page-front .event__list > li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: auto;
    padding-left: 0;
  }
  .page-front .event__more {
    margin: 40px auto 0;
  }
  .page-front .works-slider {
    margin-top: 48px;
  }
  .page-front .works__more {
    margin: 40px auto 0;
  }
  .page-front .service__list > li {
    width: calc((100% - 60px) / 4);
  }
  .page-front .service__products {
    margin-top: 32px;
  }
  .page-front .showroom {
    padding: 128px 0;
  }
  .page-front .showroom__marquee {
    top: 64px;
  }
  .page-front .showroom__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 50px;
  }
  .page-front .showroom-slider {
    margin-right: -4vw;
    overflow: hidden;
  }
  .page-front .showroom-slider .showroom-slider__slide {
    width: 100%;
    max-width: 600px;
  }
  .page-front .showroom-slider .showroom-slider__navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 16px;
  }
  .page-front .showroom-slider .showroom-slider__prev,
.page-front .showroom-slider .showroom-slider__next {
    position: relative;
    right: auto;
  }
  .page-front .showroom-slider .showroom-slider__prev {
    left: auto;
  }
  .page-front .showroom__body .c-section-copy {
    font-size: clamp(32px, 3.3333333333vw, 48px);
    line-height: 1.4;
  }
  .page-front .showroom__body table .tel-number {
    pointer-events: none;
  }
  .page-front .showroom__body .action {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .page-front .showroom__banner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 100px 56px;
    margin-top: 106px;
    background-image: url("./assets/img/front/showroom_banner_pc.jpg");
  }
  .page-front .showroom__banner h3 {
    font-size: 36px;
  }
  .page-front .showroom__banner .button {
    gap: 16px;
    margin-left: auto;
  }
  .page-front .showroom__banner .button .button__icon {
    width: 80px;
    height: 80px;
    border-radius: 40px;
  }
  .page-front .showroom__banner .button .button__icon img {
    width: 26px;
    height: 27px;
  }
  .page-front .info {
    padding: 194px 0 0;
    background: url("./assets/img/front/info_bg_pc.jpg") no-repeat center center/cover;
  }
  .page-front .info__container {
    width: 84vw;
    padding: 84px 0;
    margin-left: auto;
  }
  .page-front .info__inner {
    padding: 0 4vw 0 80px;
  }
  .page-front .info__title {
    font-size: 32px;
  }
  .page-front .info__list {
    margin-top: 24px;
  }
  .page-front .info__more {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 56px;
  }
  .page-front .column {
    padding-top: 140px;
  }
  .page-front .column__list {
    gap: 16px;
    padding-right: 0;
    margin: 48px auto 0;
    overflow: initial;
  }
  .page-front .column__list > li {
    width: calc((100% - 48px) / 4);
    padding-left: 0;
  }
  .page-front .column__more {
    margin: 56px auto 0;
  }
  .page-front .faq {
    padding: 128px 0;
  }
  .page-front .faq__container {
    display: grid;
    grid-template-areas: "header contents" "more contents";
    grid-template-rows: auto 1fr;
    grid-template-columns: 1fr 54%;
    gap: 40px 10%;
  }
  .page-front .faq__header {
    grid-area: header;
  }
  .page-front .faq__contents {
    grid-area: contents;
    align-self: start;
    margin-top: 0;
  }
  .page-front .faq__more {
    grid-area: more;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 0;
  }
  .single .article-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .single .article-wrap .article {
    width: 68.5%;
  }
  .single .article-wrap .article-side {
    width: 26%;
    margin-top: 0;
  }
  .single .article-wrap .article-side .connection__list {
    grid-template-columns: initial;
    gap: 48px;
  }
  .single.single-works .works-article__gallery .works-thumb-swiper-area .works-thumb-swiper .works-thumb__list {
    grid-template-columns: repeat(6, 1fr);
  }
  .single.single-works .recommend__list {
    grid-template-columns: repeat(3, 1fr);
  }
  .single.single-works .recommend__item:last-child {
    display: none;
  }
  .page-about .mainview {
    padding: 80px 0;
  }
  .page-about .mainview__text {
    padding: 64px 0;
  }
  .page-about .mainview__text .desc {
    margin-top: 36px;
    margin-left: 32%;
  }
  .page-about .message {
    padding: 112px 0 64px;
  }
  .page-about .message__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 64px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .page-about .message__text .c-section-heading + .c-section-copy {
    margin-top: 24px;
  }
  .page-about .message__text .name {
    margin-top: 48px;
  }
  .page-about .maker {
    padding: 80px 0;
  }
  .page-about .showroom {
    padding: 130px 0 100px;
  }
  .page-about .showroom .c-section-heading + .c-section-copy {
    margin-top: 24px;
  }
  .page-about .showroom__marquee {
    top: 92px;
  }
  .page-about .showroom__container {
    padding: 42px 0;
    margin-top: 48px;
  }
  .page-about .showroom__slides {
    gap: 24px;
  }
  .page-about .showroom__slides > ul {
    gap: 24px;
  }
  .page-about .showroom__slides > ul li {
    width: 400px;
  }
  .page-about .showroom__info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 56px;
    margin-top: 48px;
  }
  .page-about .showroom__action {
    padding: 0;
    margin-top: 32px;
  }
  .page-about .corporate {
    padding: 112px 0;
  }
  .page-about .corporate__banner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 100px 56px;
    background-image: url("./assets/img/front/showroom_banner_pc.jpg");
  }
  .page-about .corporate__banner h3 {
    font-size: 36px;
  }
  .page-about .corporate__banner .button {
    gap: 16px;
    margin-left: auto;
  }
  .page-about .corporate__banner .button .button__icon {
    width: 80px;
    height: 80px;
    border-radius: 40px;
  }
  .page-about .corporate__banner .button .button__icon img {
    width: 26px;
    height: 27px;
  }
  .page-reason .strength {
    padding: 80px 0 120px;
  }
  .page-reason .strength__nav {
    gap: 0 26px;
    margin-top: 40px;
  }
  .page-reason .strength__list {
    gap: 108px;
    margin-top: 112px;
  }
  .page-reason .strength__list > li:nth-child(odd) .strength-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .page-reason .strength__list .strength-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 60px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .page-reason .strength__list .strength-box__image {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 400px;
  }
  .page-reason .strength__list .strength-box__body .title {
    font-size: 24px;
  }
  .page-reason .strength__list .strength-box__body .action {
    margin-top: auto;
  }
  .page-reason .strength__list .strength-box__body--action {
    -ms-flex-item-align: stretch;
        align-self: stretch;
  }
  .page-maintenance {
    padding-top: 0;
  }
  .page-maintenance .support {
    padding: 80px 0;
  }
  .page-maintenance .support__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .page-maintenance .support__image {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-width: 488px;
  }
  .page-maintenance .support__body h2 {
    font-size: 24px;
  }
  .page-maintenance .flow {
    padding: 72px 0 112px;
  }
  .page-maintenance .history {
    padding: 80px 0;
  }
  .page-maintenance .history__example .action .c-button {
    margin-top: 24px;
  }
  .archive .tag__area {
    padding: 40px 80px;
  }
  .archive .archive__list {
    grid-template-columns: repeat(3, 1fr);
  }
  .archive .event__intro .voice-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 32px 48px;
  }
  .archive .event__intro .voice-item .img {
    margin: 0;
  }
  .archive .event__intro .voice-item .text {
    width: calc(100% - 152px);
  }
  .archive .event__intro .voice-item .text .number {
    margin-top: 0;
  }
  .notfound .notfound__title {
    font-size: 28px;
  }
  .page-service .trouble {
    margin-top: 60px;
  }
  .page-service .trouble .trouble-wrap {
    padding: 48px 40px;
  }
  .page-service .trouble .trouble__list::before {
    right: -40px;
    width: 250px;
    height: 127px;
  }
  .page-service .trouble .trouble__list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 24px 28px;
  }
  .page-service .resolve {
    margin: 72px 0 104px;
  }
  .page-service .resolve .resolve__list {
    margin-top: 40px;
  }
  .page-service .toto {
    margin: 0 0 88px;
  }
  .page-service .toto .toto__image {
    width: 488px;
  }
  .page-service .toto .toto__image + .toto__textbody {
    padding-left: 52px;
    margin-top: 0;
  }
  .page-service .toto .toto__image + .toto__textbody .c-section-heading {
    text-align: left;
  }
  .page-service .toto .toto__textbody {
    width: calc(100% - 488px);
  }
  .page-service .toto .toto__textbody .more {
    margin-top: 40px;
  }
  .page-service .toto .toto__textbody .more .c-button {
    margin: 0;
  }
  .page-service .plan {
    padding: 80px 0 132px;
  }
  .page-service .plan .plan__list {
    margin-top: 56px;
  }
  .page-service .plan .plan-box + .plan-box {
    margin-top: 112px;
  }
  .page-service .plan .plan-box .plan-box__image {
    width: 410px;
  }
  .page-service .plan .plan-box .plan-box__textbody {
    width: calc(100% - 410px);
    padding-left: 40px;
    margin-top: 0;
  }
  .page-service .plan .plan-box .plan-box__textbody .title {
    font-size: 24px;
  }
  .page-service .maker {
    padding: 64px 0 88px;
  }
  .page-service .flow {
    margin: 72px 0 112px;
  }
  .page-service .flow .p-flow-list {
    margin-top: 48px;
  }
  .page-service .showroom .showroom-head .showroom-head__text .md {
    display: none;
  }
  .page-service .showroom .showroom-wrap::before {
    right: 4vw;
  }
  .page-service .showroom .showroom-wrap .p-overview__list {
    padding: 28px 72px 40px;
  }
  .page-service .showroom .showroom__more {
    padding: 40px 4vw;
  }
  .page-service .faq {
    padding: 72px 0 104px;
  }
  .page-service .faq .faq-title .faq-title__textbody .text {
    font-size: 32px;
  }
  .page-service .faq .faq-contents {
    margin-top: 24px;
  }
  .page-renovation .overview {
    padding: 80px 0 120px;
  }
  .page-renovation .overview__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 50px;
  }
  .page-renovation .overview__text {
    width: 55%;
    margin-top: 0;
  }
  .page-renovation .overview__text > h2 {
    font-size: 32px;
  }
  .page-renovation .overview__image {
    width: 45%;
    max-width: 540px;
  }
  .page-renovation .example {
    padding: 72px 0 90px;
  }
  .page-renovation .example__answer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 64px 40px 40px;
    margin-top: 40px;
  }
  .page-renovation .example__answer::before {
    border-top: 55px solid #f5f5f5;
    border-right: 200px solid transparent;
    border-left: 200px solid transparent;
  }
  .page-renovation .example__answer .text {
    width: 55%;
  }
  .page-renovation .example__answer .text h3 {
    font-size: clamp(20px, 2.5vw, 32px);
  }
  .page-renovation .example__answer .text p {
    margin-top: 24px;
  }
  .page-renovation .example__answer .image {
    width: 45%;
    max-width: 540px;
    margin-top: 0;
  }
  .page-renovation .point__desc {
    margin-top: 16px;
    font-size: 24px;
  }
  .page-renovation .point__nav {
    margin-top: 40px;
  }
  .page-renovation .point__list {
    margin-top: 56px;
  }
  .page-renovation .point__list > li {
    padding: 56px 0;
  }
  .page-renovation .point__list > li:nth-child(even) .point-box__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .page-renovation .point__list .point-box__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 48px;
  }
  .page-renovation .point__list .point-box__image {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 400px;
  }
  .page-renovation .point__list .point-box__body .title {
    font-size: 24px;
  }
  .page-renovation .point__list .point-box__body .tag-list {
    margin-top: 16px;
  }
  .page-renovation .point__list .point-box__action {
    margin-top: 32px;
  }
  .page-renovation .timing {
    padding: 112px 0;
  }
  .page-renovation .timing__desc {
    max-width: 980px;
    margin: 16px auto 0;
  }
  .page-renovation .timing__table table {
    display: table;
  }
  .page-renovation .timing__table th,
.page-renovation .timing__table td {
    border: 1px solid #fff;
  }
  .page-renovation .timing__table thead {
    display: table-header-group;
  }
  .page-renovation .timing__table thead th:first-child {
    display: table-cell;
    width: 200px;
  }
  .page-renovation .timing__table tbody {
    display: table-row-group;
  }
  .page-renovation .timing__table tbody th,
.page-renovation .timing__table tbody td {
    display: table-cell;
  }
  .page-renovation .timing__table tbody th {
    width: 200px;
    padding: 0;
  }
  .page-renovation .timing__table tbody th .label {
    display: none;
  }
  .page-renovation .timing__table tbody td {
    padding: 32px;
    border-top: 1px solid #d9e4f0;
    border-bottom: 1px solid #d9e4f0;
  }
  .page-renovation .timing__table tbody td .heading {
    display: none;
  }
  .page-renovation .timing__table tbody td ul {
    gap: 16px;
    margin-top: 16px;
  }
  .page-renovation .timing__message {
    gap: 40px;
    padding-top: 0;
    margin-top: 72px;
    border-top: none;
  }
  .page-corporate-customers .lead {
    margin-top: 80px;
  }
  .page-corporate-customers .lead .lead__image {
    width: 540px;
  }
  .page-corporate-customers .lead .lead__textbody {
    width: calc(100% - 540px);
    padding-right: 48px;
    margin-top: 0;
  }
  .page-corporate-customers .service {
    margin-top: 112px;
  }
  .page-corporate-customers .service .service__list li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    width: 33.3%;
    padding: 20px;
    border-top: 0;
  }
  .page-corporate-customers .service .service__list li .inner {
    width: auto;
    padding-left: 0;
  }
  .page-corporate-customers .service .service__list li .title {
    margin: 8px 0;
    text-align: center;
  }
  .page-corporate-customers .service .service__list li .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .page-corporate-customers .partner {
    margin: 64px 0 112px;
  }
  .page-corporate-customers .partner .partner__list {
    margin-top: 46px;
  }
  .page-corporate-customers .example {
    padding: 72px 0 108px;
  }
  .page-corporate-customers .example .example__list {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 16px;
  }
  .page-corporate-customers .example .example__list .title {
    padding: 12px;
  }
  .page-corporate-customers .reason {
    margin-top: 112px;
  }
  .page-corporate-customers .reason .reason__list {
    margin-top: 32px;
    border-top: solid 1px #d9e4f0;
  }
  .page-corporate-customers .reason .reason__list li {
    width: 33.3%;
    border-top: 0;
  }
  .page-corporate-customers .results {
    margin: 112px 0 164px;
  }
  .page-corporate-customers .results .c-section-heading {
    margin-bottom: 60px;
  }
  .page-corporate-customers .results .results__block + .results__block {
    margin-top: 64px;
  }
  .page-corporate-customers .results .results__block .results__title {
    width: 30%;
  }
  .page-corporate-customers .results .results__block .results__list {
    width: 70%;
    margin: -16px 0 0;
  }
  .page-corporate-customers .results .results__block .results__list dt {
    padding: 20px 0;
  }
  .page-corporate-customers .results .results__block .results__list dd {
    padding: 20px 0;
  }
  .page-corporate-customers .license {
    padding: 80px 0 88px;
  }
  .page-corporate-customers .license .license__list {
    grid-template-columns: 1fr 1fr;
    gap: 24px 40px;
    margin-top: 60px;
  }
  .page-corporate-customers .license .license__list li {
    padding: 20px 24px 32px;
  }
  .page-corporate-customers .license .license__list li .title {
    font-size: 24px;
  }
  .page-corporate-customers .license .license__list li .info dt {
    adding: 20px 0;
  }
  .page-corporate-customers .license .license__list li .info dd {
    adding: 20px 0;
  }
  .page-corporate-customers .qualify {
    padding: 112px 0 88px;
  }
  .page-corporate-customers .qualify .qualify__note {
    margin-top: 8px;
  }
  .page-corporate-customers .qualify .qualify__list li {
    padding: 20px 0;
  }
  .page-faq .faq-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .page-faq .faq-anchor {
    position: sticky;
    top: 104px;
    left: 0;
    width: 264px;
    height: 100%;
  }
  .page-faq .faq-anchor .anchor-list {
    display: block;
  }
  .page-faq .faq-anchor .anchor-list a::after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .page-faq .faq-description {
    width: calc(100% - 264px);
    margin-top: 0;
  }
  .page-faq .faq-contents {
    padding: 40px;
  }
  .page-faq .faq-contents .title {
    margin-bottom: 8px;
    font-size: 24px;
  }
  .page-showroom {
    padding-top: 0;
  }
  .page-showroom .l-page__header {
    height: auto;
    padding: 90px 0 0;
  }
  .page-showroom .l-page__header::before {
    height: 80px;
  }
  .page-showroom .showroom-main .main-slider__prev,
.page-showroom .showroom-main .main-slider__next {
    position: relative;
    right: auto;
  }
  .page-showroom .showroom-main .main-slider__prev {
    left: auto;
  }
  .page-showroom .about__list {
    gap: 108px;
    margin-top: 80px;
  }
  .page-showroom .about__list > li:nth-child(odd) .about-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .page-showroom .about__list .about-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 60px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .page-showroom .about__list .about-box__image {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 400px;
  }
  .page-showroom .about__list .about-box__body .title {
    font-size: 24px;
  }
  .page-showroom .about__list .about-box__body .action {
    margin-top: auto;
  }
  .page-showroom .about__list .about-box__body--action {
    -ms-flex-item-align: stretch;
        align-self: stretch;
  }
  .page-contact .page-contact__intro a {
    color: #000;
  }
  .page-contact__finish h2 {
    font-size: 32px;
  }
  .page-contact__finish .desc {
    margin: 56px auto 0;
  }
  .page-contact__finish .action {
    margin-top: 56px;
  }
  .page-artline {
    padding-top: 0;
  }
  .page-artline .mainview {
    padding: 184px 0 164px;
  }
  .page-artline .mainview .mainview__bg {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    height: 100%;
    width: 69.4%;
  }
  .page-artline .mainview .mainview__bg::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 101%;
    z-index: 1;
    background: -webkit-gradient(linear, left top, right top, color-stop(12.04%, #393A3A), color-stop(85.76%, rgba(57, 58, 58, 0)));
    background: linear-gradient(90deg, #393A3A 12.04%, rgba(57, 58, 58, 0) 85.76%);
  }
  .page-artline .mainview .mainview__content {
    margin-left: 0;
    width: 60%;
  }
  .page-artline .mainview .mainview__buttons {
    margin-bottom: 0;
  }
  .page-artline .about {
    padding: 213px 0 224px;
  }
  .page-artline .about .about__headline {
    font-size: 56px;
  }
  .page-artline .about .about__block {
    padding-left: calc(50% + 14px);
  }
  .page-artline .about .about__block .about__block__figure {
    position: absolute;
    left: 0;
    top: 0;
    width: 43.4vw;
    height: 100%;
    margin: 0 calc(50% - 50vw);
    width: 44vw;
    overflow: hidden;
  }
  .page-artline .about .about__content {
    padding-bottom: 110px;
  }
  .page-artline .about .about__content .about__content__subline {
    font-weight: 300;
  }
  .page-artline .about .about__content .about__content__subline {
    margin-top: -6px;
  }
  .page-artline .lineup .lineup__headline {
    font-size: 56px;
  }
  .page-artline .showroom {
    padding: 159px 0 90px;
  }
  .page-artline .showroom .showroom__headline {
    font-size: 56px;
  }
  .page-artline .merit {
    padding: 70px 0 162px;
  }
  .page-artline .merit .merit__headline {
    font-size: 56px;
  }
  .page-artline .merit .merit__item {
    padding: 24px 48px;
    grid-template-columns: 30% auto;
    gap: 48px;
  }
  .page-artline .merit .merit__item .merit__item__content::before {
    font-weight: 300;
  }
  .page-artline .merit .merit__item .merit__item__headline {
    font-size: 32px;
  }
  .page-artline .panel {
    padding: 156px 0 104px;
  }
  .page-artline .panel .panel__headline {
    font-size: 56px;
  }
  .page-artline .panel .panel__pagelink__name {
    font-weight: 300;
  }
  .page-artline .panel .panel__figure figcaption {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 0;
  }
  .page-artline .panel .panel__figure figcaption small {
    font-weight: 300;
  }
  .page-artline .panel .panel__item .panel__item__header {
    grid-template-columns: auto 43.7%;
    gap: 6.3%;
  }
  .page-artline .panel .panel__item .panel__item__header .panel__item__header-info {
    display: block;
  }
  .page-artline .panel .panel__item .panel__item__header .panel__item__header-headline {
    font-weight: 300;
  }
  .page-artline .panel .panel__item .panel__item__header .panel__item__header-count {
    margin-top: 24px;
  }
  .page-artline .panel .panel__item .panel__item__body .panel__item__body__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 64px;
  }
  .page-artline .panel .panel__item .panel__item__body .panel__item__body__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .page-artline .panel .panel__item .panel__item__body .panel__item__body__grid .panel__item__body__grid-name {
    font-weight: 300;
  }
  .page-artline .panel .panel__item .panel__item__body .panel__item__body__block .panel__item__body__block-headline {
    font-weight: 300;
  }
  .page-artline .panel .panel__item .panel__item__body .panel__item__body__block .panel__item__body__block-content {
    grid-template-columns: 33.3% auto;
    gap: 5.6%;
  }
  .page-artline .recommend {
    padding: 156px 0 167px;
  }
  .page-artline .recommend .recommend__headline {
    font-size: 56px;
  }
  .page-artline .recommend .recommend__item::before {
    font-weight: 300;
  }
  .page-artline .recommend .recommend__item .recommend__item__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 0;
  }
  .page-artline .recommend .recommend__item .recommend__item__about {
    max-width: 55%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .page-artline .recommend .recommend__item .recommend__cocotas {
    grid-template-columns: 36.2% auto;
    gap: 24px;
  }
  .page-artline .recommend .recommend__item .recommend__cocotas .recommend__cocotas__block.--block01 {
    display: block;
  }
  .page-artline .recommend .recommend__item .recommend__cocotas .recommend__cocotas__block.--block01 .recommend__cocotas__text {
    width: calc(100% - 170px);
  }
  .page-artline .recommend .recommend__item .recommend__cocotas .recommend__cocotas__block.--block01 .recommend__cocotas__icon {
    position: absolute;
    top: 9px;
    right: 14px;
  }
  .page-artline .recommend .recommend__item .recommend__cocotas .recommend__cocotas__block.--block02 {
    display: block;
  }
  .page-artline .recommend .recommend__item .recommend__cocotas .recommend__cocotas__block.--block02 .recommend__cocotas__text {
    width: calc(100% - 190px);
  }
  .page-artline .recommend .recommend__item .recommend__cocotas .recommend__cocotas__block.--block02 .recommend__cocotas__icon {
    position: absolute;
    top: 20px;
    right: 14px;
  }
  .page-artline .recommend .recommend__item .recommend__cocotas .recommend__cocotas__block.--block03 {
    display: block;
  }
  .page-artline .recommend .recommend__item .recommend__cocotas .recommend__cocotas__block.--block03 .recommend__cocotas__text {
    width: calc(100% - 170px);
  }
  .page-artline .recommend .recommend__item .recommend__cocotas .recommend__cocotas__block.--block03 .recommend__cocotas__icon {
    position: absolute;
    top: 15px;
    right: 14px;
  }
  .page-artline .recommend .recommend__item .recommend__single {
    grid-template-columns: auto 39.6%;
    gap: 40px;
  }
  .page-artline .l-footer {
    padding: 56px 0;
  }
}
@media screen and (min-width: 1200px) {
  .l-page__header .header-contents {
    gap: 88px;
  }
  .l-header__tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-left: auto;
  }
  .l-header__tel .tel-number__text {
    font-size: 20px;
  }
  .l-header__nav {
    display: block;
    margin-left: clamp(24px, 1.875vw, 36px);
  }
  .l-header__nav > ul {
    gap: 12px;
  }
  .l-header__menu {
    margin-left: 24px;
  }
  .l-footer__address {
    font-size: 16px;
  }
  .l-footer__nav > ul.nav01 > li:nth-child(odd) {
    width: 55%;
  }
  .l-menu__nav {
    padding-right: 80px;
  }
  .l-menu__nav > ul.nav01 > li:nth-child(odd) {
    width: 55%;
  }
  .l-menu__info {
    padding-top: 0;
    padding-left: 80px;
  }
  .p-form__row > dt {
    padding-right: 30px;
  }
  .p-flow-list .p-flow-list__step {
    width: 208px;
  }
  .p-flow-list .p-flow-list__textbody {
    width: calc(100% - 208px);
  }
  .p-overview__list > li {
    font-size: 20px;
  }
  .p-section-area__body {
    padding-bottom: 10vw;
  }
  .c-button__tel .text {
    font-size: 32px;
  }
  .u-hide-up-xl {
    display: none !important;
  }
  .page-front .event__list {
    gap: 32px;
  }
  .page-front .service__list {
    gap: 24px 20px;
  }
  .page-front .service__list > li .service-card__body .title {
    font-size: 20px;
  }
  .page-front .showroom__bg {
    width: 84vw;
    height: 100%;
  }
  .page-front .showroom-slider {
    margin-right: calc((100vw - 1200px) / 2 * -1);
  }
  .page-front .showroom__banner {
    padding: 124px 72px;
  }
  .page-front .info__inner {
    padding-right: calc((100vw - 1200px) / 2);
  }
  .page-front .column__list {
    gap: 32px;
  }
  .page-about .mainview__img {
    margin: 0 auto;
  }
  .page-about .showroom__info .table {
    width: 564px;
  }
  .page-about .corporate__banner {
    padding: 124px 72px;
  }
  .page-reason .strength__nav {
    gap: 20px;
  }
  .page-reason .strength__nav > li {
    width: calc((100% - 60px) / 4);
  }
  .page-reason .strength__list .strength-box__image {
    width: 520px;
  }
  .page-maintenance .history__example {
    gap: 48px;
    padding: 36px 72px;
  }
  .page-renovation .example__list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .page-renovation .example__list li {
    width: calc((100% - 60px) / 4);
  }
  .page-renovation .point__nav {
    gap: 20px;
  }
  .page-renovation .point__nav > li {
    width: calc((100% - 60px) / 4);
  }
  .page-renovation .point__list .point-box__image {
    width: 520px;
  }
  .page-renovation .timing__table thead th:first-child {
    width: 245px;
  }
  .page-renovation .timing__table tbody th {
    width: 245px;
  }
  .page-renovation .timing__message .text {
    font-size: 24px;
  }
  .page-corporate-customers .reason .reason__list li {
    padding: 24px 40px 40px;
  }
  .page-faq .faq-contents {
    padding: 64px 72px;
  }
  .page-showroom .about__list .about-box__image {
    width: 520px;
  }
  .page-showroom .check .check-list {
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
  }
  .page-showroom .access .access-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 56px;
  }
  .page-showroom .access .access-description {
    width: 48%;
  }
  .page-showroom .access .access-map {
    width: 47%;
    aspect-ratio: 553/561;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
  }
  .page-showroom .gallery {
    margin-top: 80px;
  }
  .page-showroom .gallery .gallery-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
  .page-artline .lineup .lineup__list {
    gap: 180px;
  }
  .page-artline .panel .panel__figure figcaption {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    gap: 16px;
  }
  .page-artline .panel .panel__item .panel__item__header .panel__item__header-headline {
    font-size: 64px;
  }
  .page-artline .panel .panel__item .panel__item__body .panel__item__body__flex.-lg {
    gap: 120px;
  }
  .page-artline .panel .panel__item .panel__item__body .panel__item__body__grid {
    gap: 72px;
  }
  .page-artline .recommend .recommend__item .recommend__cocotas {
    grid-template-columns: 53.2% auto;
  }
}
@media screen and (min-width: 1280px) {
  .l-page__header .header-contents .header-contents__image {
    margin-right: calc((100vw - 1200px) / 2 * -1);
  }
}
@media screen and (min-width: 1400px) {
  .l-header__logo {
    width: 355px;
  }
  .l-header__tel {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l-header__nav > ul .nav-item {
    font-size: clamp(14px, 0.83vw, 16px);
  }
  .l-header__menu > .text {
    font-size: 16px;
  }
  .p-section-area {
    padding-top: 48px;
  }
  .page-showroom .check .check-list {
    gap: 30px;
  }
  .page-artline .mainview .mainview__content {
    width: 70%;
    padding-left: 120px;
  }
}
@media (hover: hover) {
  a:hover {
    opacity: 0.6;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .privacy .privacy-description a:hover {
    text-decoration: none;
    opacity: 1;
  }
  .policy .policy-description a:hover {
    text-decoration: none;
    opacity: 1;
  }
  .page-artline .mainview .mainview__button:hover {
    opacity: 1;
    background: rgba(255, 255, 255, 0.4);
  }
  .page-artline .cta .cta__button:hover {
    opacity: 1;
    background: rgba(255, 255, 255, 0.4);
  }
}
@media (hover) {
  .l-header__logo a:hover {
    opacity: 1;
  }
  .l-header__nav > ul .nav-item:hover::after {
    width: 100%;
  }
  .l-header__nav > ul .nav-item:hover ul {
    visibility: visible;
    opacity: 1;
  }
  .l-header__nav > ul .nav-item > span:hover {
    opacity: 0.6;
  }
  .l-header__nav > ul .nav-item > ul > li a:hover {
    color: #0054a7;
    background-color: #d9e4f0;
    opacity: 1;
  }
  .l-footer__totop:hover .icon {
    background-color: #0054a7;
  }
  .l-footer__totop:hover .icon img {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
  .l-footer__logo:hover {
    opacity: 1;
  }
  .l-footer__address .address__button:hover {
    color: #8ca9c7;
    opacity: 1;
  }
  .l-footer__address .address__button:hover img {
    -webkit-filter: none;
            filter: none;
  }
  .l-footer__sns > ul > li a:hover {
    background: #8ca9c7;
    opacity: 1;
  }
  .l-footer__olderlink:hover {
    color: #8ca9c7;
    text-decoration: underline;
    opacity: 1;
  }
  .l-footer__olderlink:hover .icon {
    background-color: #8ca9c7;
  }
  .l-footer__olderlink:hover .icon svg > * {
    stroke: #000;
  }
  .l-footer__nav > ul > li a:hover {
    color: #8ca9c7;
    text-decoration: underline;
    opacity: 1;
  }
  .l-menu__cta .cta-button:hover {
    color: black;
    background-color: #fff;
    opacity: 1;
  }
  .l-menu__cta .cta-button:hover svg path {
    fill: #000;
  }
  .l-menu__cta .cta-button:hover::after {
    background: url("./assets/img/common/icon_arrow_01_black.svg") no-repeat center center/contain;
  }
  .l-menu__cta .cta-button--showroom:hover {
    color: #fff;
    background-color: #2d2d2d;
  }
  .l-menu__cta .cta-button--showroom:hover svg path {
    fill: #fff;
  }
  .l-menu__cta .cta-button--showroom:hover::after {
    background: url("./assets/img/common/icon_arrow_01_white.svg") no-repeat center center/contain;
  }
  .l-menu__cta .cta-button--line:hover {
    color: #0cc755;
  }
  .l-menu__cta .cta-button--line:hover svg path {
    fill: #0cc755;
  }
  .l-menu__cta .cta-button--line:hover::after {
    background: url("./assets/img/common/icon_arrow_01_green.svg") no-repeat center center/contain;
  }
  .p-event-card__inner:hover {
    opacity: 1;
  }
  .p-event-card__inner:hover .p-event-card__thumbnail {
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
            box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  }
  .p-event-card__inner:hover .p-event-card__body .title {
    color: #0054a7;
    text-decoration: underline;
  }
  .p-works-card__inner:hover {
    -webkit-box-shadow: 0 8px 16px rgba(0, 47, 94, 0.1);
            box-shadow: 0 8px 16px rgba(0, 47, 94, 0.1);
    opacity: 1;
  }
  .p-works-card__inner:hover .p-works-card__thumbnail {
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
            box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  }
  .p-works-card__inner:hover .p-works-card__body .title,
.p-works-card__inner:hover .p-works-card__body .place {
    color: #0054a7;
  }
  .p-info-card__title a:hover {
    color: #0054a7;
    text-decoration: underline;
    opacity: 1;
  }
  .p-column-card__inner:hover {
    opacity: 1;
  }
  .p-column-card__inner:hover .p-column-card__thumbnail {
    -webkit-box-shadow: 0 8px 16px rgba(0, 47, 94, 0.1);
            box-shadow: 0 8px 16px rgba(0, 47, 94, 0.1);
  }
  .p-column-card__inner:hover .p-column-card__body .title {
    color: #0054a7;
    text-decoration: underline;
  }
  .p-section-cta__box:hover {
    color: #0054a7;
    background-color: #fff;
    opacity: 1;
  }
  .p-section-cta__box:hover .icon > img {
    -webkit-filter: none;
            filter: none;
  }
  .p-section-cta__box:hover .arrow {
    background-color: #0054a7;
  }
  .p-section-cta__box:hover .arrow img {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
  .p-maker-list .p-maker-list__02 li .maker-box:hover {
    -webkit-box-shadow: 0 8px 16px rgba(0, 47, 94, 0.1);
            box-shadow: 0 8px 16px rgba(0, 47, 94, 0.1);
    opacity: 1;
  }
  .p-maker-list .p-maker-list__02 li .maker-box:hover .maker-box__text {
    color: #0054a7;
  }
  .p-maker-list .p-maker-list__02 li .maker-box:hover .maker-box__text .icon {
    -webkit-animation: reversal 0.3s forwards;
            animation: reversal 0.3s forwards;
  }
  @-webkit-keyframes reversal {
    0% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
    50% {
      -webkit-transform: scale(0);
              transform: scale(0);
    }
    100% {
      -webkit-transform: scale(-1, 1);
              transform: scale(-1, 1);
    }
  }
  @keyframes reversal {
    0% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
    50% {
      -webkit-transform: scale(0);
              transform: scale(0);
    }
    100% {
      -webkit-transform: scale(-1, 1);
              transform: scale(-1, 1);
    }
  }
  .p-pagination .p-pagination__item .page-numbers:hover {
    color: #fff;
    background-color: #0054a7;
    opacity: 1;
  }
  .p-pagination .p-pagination__item .page-numbers.prev:hover, .p-pagination .p-pagination__item .page-numbers.next:hover {
    color: #fff;
    background-color: #0054a7;
  }
  .p-pagination .p-pagination__item .page-numbers.prev:hover::after, .p-pagination .p-pagination__item .page-numbers.next:hover::after {
    background: url("./assets/img/common/icon_arrow_02.svg") no-repeat center center/contain;
  }
  .c-button:hover {
    color: #0054a7;
    background: #fff;
    opacity: 1;
  }
  .c-button:hover::after {
    background-image: url("./assets/img/common/icon_arrow_01_blue.svg");
  }
  .c-button--white:hover {
    color: #fff;
    background: #000;
    border-color: #000;
  }
  .c-button--white:hover::after {
    background-image: url("./assets/img/common/icon_arrow_01_white.svg");
  }
  .c-button--white:hover img {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
  .c-button--orange:hover {
    color: #ff7a00;
    background: #fff;
    border-color: #ff7a00;
  }
  .c-button--orange:hover::after {
    background-image: url("./assets/img/common/icon_arrow_01_orange.svg");
  }
  a.c-category:hover {
    color: #fff;
    background-color: #0054a7;
    opacity: 1;
  }
  .page-front .mainview__body .cta-button:hover {
    color: #fff;
    background-color: #2d2d2d;
    opacity: 1;
  }
  .page-front .mainview__body .cta-button:hover svg path {
    fill: #fff;
  }
  .page-front .mainview__body .cta-button:hover::after {
    background-image: url("./assets/img/common/icon_arrow_01_white.svg");
  }
  .page-front .pickup__large a:hover {
    -webkit-box-shadow: 0 8px 16px rgba(0, 47, 94, 0.1);
            box-shadow: 0 8px 16px rgba(0, 47, 94, 0.1);
    opacity: 1;
  }
  .page-front .pickup__banners li a:hover {
    -webkit-box-shadow: 0 8px 16px rgba(0, 47, 94, 0.1);
            box-shadow: 0 8px 16px rgba(0, 47, 94, 0.1);
    opacity: 1;
  }
  .page-front .works-slider .works-slider__prev:hover,
.page-front .works-slider .works-slider__next:hover {
    background-color: #fff;
  }
  .page-front .works-slider .works-slider__prev:hover::after,
.page-front .works-slider .works-slider__next:hover::after {
    background-image: url("./assets/img/common/icon_arrow_01_blue.svg");
  }
  .page-front .service__list > li .service-card:hover {
    -webkit-box-shadow: 0 8px 16px rgba(0, 47, 94, 0.2);
            box-shadow: 0 8px 16px rgba(0, 47, 94, 0.2);
    opacity: 1;
  }
  .page-front .showroom-slider .showroom-slider__prev:hover,
.page-front .showroom-slider .showroom-slider__next:hover {
    background-color: #0054a7;
    border-color: #0054a7;
  }
  .page-front .showroom-slider .showroom-slider__prev:hover::after,
.page-front .showroom-slider .showroom-slider__next:hover::after {
    background-image: url("./assets/img/common/icon_arrow_01_white.svg");
  }
  .page-front .showroom__banner:hover {
    opacity: 1;
  }
  .page-front .showroom__banner:hover .button {
    text-decoration: underline;
  }
  .page-front .showroom__banner:hover .button .button__icon {
    background-color: #0054a7 !important;
  }
  .page-front .showroom__banner:hover .button .button__icon img {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
  .single .article-wrap .article-side .side-tag-list a:hover {
    color: #0054a7;
    text-decoration: underline;
    opacity: 1;
  }
  .single.single-works .works-article__gallery .works-img-swiper-area .works-swiper .prev-button:hover,
.single.single-works .works-article__gallery .works-img-swiper-area .works-swiper .next-button:hover {
    background-color: #fff;
    opacity: 1;
  }
  .single.single-works .works-article__gallery .works-img-swiper-area .works-swiper .prev-button:hover::after,
.single.single-works .works-article__gallery .works-img-swiper-area .works-swiper .next-button:hover::after {
    background-image: url("./assets/img/common/icon_arrow_01_blue.svg");
  }
  .single.single-works .works-article__description .intro .works-cat-list a:hover {
    background-color: #0054a7;
    opacity: 1;
  }
  .single.single-works .works-article__description .intro .works-tag-list a:hover {
    color: #0054a7;
    text-decoration: underline;
    opacity: 1;
  }
  .page-about .showroom__action .c-button:hover img {
    -webkit-filter: none;
            filter: none;
  }
  .page-about .corporate__banner:hover {
    opacity: 1;
  }
  .page-about .corporate__banner:hover .button {
    text-decoration: underline;
  }
  .page-about .corporate__banner:hover .button__icon {
    background-color: #0054a7;
  }
  .page-about .corporate__banner:hover .button__icon img {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
  .archive .tag__area .tag-list a:hover {
    color: #0054a7;
    text-decoration: underline;
    opacity: 1;
  }
  .archive .filter__area .filter__area-inner:hover {
    opacity: 0.6;
  }
  .page-service .showroom .showroom__more .c-button:hover img {
    -webkit-filter: none;
            filter: none;
  }
  .page-corporate-customers .results .results__block .results__list dd a:hover {
    opacity: 1;
  }
  .page-corporate-customers .results .results__block .results__list dd a:hover .icon {
    background-color: #fff;
  }
  .page-corporate-customers .results .results__block .results__list dd a:hover .icon svg {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-animation: reversal 0.3s forwards;
            animation: reversal 0.3s forwards;
  }
  @keyframes reversal {
    0% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
    50% {
      -webkit-transform: scale(0);
              transform: scale(0);
    }
    100% {
      -webkit-transform: scale(-1, 1);
              transform: scale(-1, 1);
    }
  }
  .page-corporate-customers .results .results__block .results__list dd a:hover .icon svg > * {
    stroke: #0054a7;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .page-showroom .showroom-main .main-slider__prev:hover,
.page-showroom .showroom-main .main-slider__next:hover {
    background-color: #0054a7;
    border-color: #0054a7;
  }
  .page-showroom .showroom-main .main-slider__prev:hover::after,
.page-showroom .showroom-main .main-slider__next:hover::after {
    background-image: url("./assets/img/common/icon_arrow_01_white.svg");
  }
  .page-showroom .check .check-link:hover {
    text-decoration: underline;
    opacity: 1;
  }
  .page-showroom .check .check-link:hover .icon {
    background-color: #fff;
  }
  .page-showroom .check .check-link:hover .icon svg > * {
    stroke: #0054a7;
  }
  .page-artline .l-footer__link .button:hover {
    background-color: #fff;
    color: #0054a7;
  }
  .page-artline .l-footer__link .button:hover .button__arrow line, .page-artline .l-footer__link .button:hover .button__arrow path {
    stroke: #0054a7;
  }
}
@media screen and (min-height: 760px) {
  .l-menu__container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 424px) {
  .u-hide-down-xs {
    display: none !important;
  }
}
@media screen and (max-width: 553px) {
  .u-hide-down-sm {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .u-hide-down-md {
    display: none !important;
  }
}
@media screen and (max-width: 991px) {
  .u-hide-down-lg {
    display: none !important;
  }
}
@media screen and (max-width: 1199px) {
  .u-hide-down-xl {
    display: none !important;
  }
}
