@charset "UTF-8";
:root {
  --vw375: 0.2666666667vw; /* 100 / 375 */
  --vw600: 0.1666666667vw; /* 100 / 600 */
  --vw768: 0.1302083333vw; /* 100 / 768 */
  --vw1100: 0.0909090909vw; /* 100 / 1100 */
  --vw1440: 0.0694444444vw; /* 100 / 1440 */
  --vw1600: 0.0625vw; /* 100 / 1600 */
}

/* --------------------------------

  CSS Reset

-------------------------------- */
/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt, dd {
  margin: 0;
  padding: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
  margin: 0;
}

th {
  text-align: left;
}

/* --------------------------------

  共通スタイル

-------------------------------- */
/* html, body */
html,
body {
  height: 100%;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
@media screen and (min-width: 1100px), print {
  html {
    overflow-y: scroll;
  }
}

body {
  min-width: 320px;
  color: #000000;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.6rem;
  line-height: 1.4;
  text-align: left;
  background-color: #ffffff;
}

html.nav-open {
  position: relative;
  width: 100%;
  height: 100%;
  overflow-y: hidden;
  overflow-x: hidden;
  padding-right: var(--scrollbar-width);
}

/* コンテンツ画面中央寄せ */
.inner {
  position: relative;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
}
.inner::after {
  content: "";
  display: table;
  clear: both;
}

/* 共通見出し */
.heading {
  position: relative;
  display: block;
}
.heading__jp {
  position: relative;
  display: block;
  color: #333;
  font-family: "Zen Old Mincho", serif;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.02em;
  margin-bottom: 0.25em;
  padding-top: 0.8em;
}
@media screen and (min-width: 360px), print {
  .heading__jp {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 768px), print {
  .heading__jp {
    font-size: clamp(2.6rem, 36 * var(--vw1100), 3.6rem);
    padding-top: 0.7em;
  }
}
@media screen and (min-width: 1100px), print {
  .heading__jp {
    padding-top: 0.6em;
  }
}
.heading__jp::before {
  content: attr(data-ttl);
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  color: #AD0306;
  font-family: "Inter", sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 0;
}
@media screen and (min-width: 768px), print {
  .heading__jp::before {
    font-size: 1.4rem;
  }
}
.heading__en {
  display: block;
  color: #AD0306;
  font-family: "Inter", sans-serif;
  font-size: 5.2rem;
  font-weight: 600;
  line-height: 1.1;
}
@media screen and (min-width: 768px), print {
  .heading__en {
    font-size: clamp(6.5rem, 88 * var(--vw1100), 8.8rem);
  }
}
.heading--h2 {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 1em;
  line-height: 1.2;
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: #ffffff;
  text-shadow: 0 0 20px #0D4FEA;
  text-align: center;
  padding: 0.8em 0.5em;
  background: -webkit-gradient(linear, left top, right top, from(#AD0306), to(#531E22));
  background: linear-gradient(90deg, #AD0306 0%, #531E22 100%);
}
@media screen and (min-width: 768px), print {
  .heading--h2 {
    letter-spacing: 0.05em;
    padding: 0.8em;
    font-size: clamp(2rem, 32 * var(--vw1100), 3.2rem);
  }
}
.heading--secondary {
  display: block;
  text-align: center;
  font-weight: 700;
  line-height: 1.5;
  font-size: clamp(26px, 40 * var(--vw768), 40px);
}
@media screen and (min-width: 768px), print {
  .heading--secondary {
    font-size: min(40 * var(--vw1440), 40px);
  }
}

.link-button {
  position: relative;
  display: inline-block;
  line-height: 1.2;
  border-radius: 0.5rem;
  color: #ffffff;
  font-weight: 700;
  padding: 1.2em 1.5em 1.2em 3em;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px), print {
  .link-button {
    font-size: clamp(1.4rem, 18 * var(--vw1100), 1.8rem);
    letter-spacing: 0.04em;
    padding: 1.2em 1.6em 1.2em 3.2em;
  }
}
.link-button::before {
  content: "";
  position: absolute;
  left: 0.85em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  border-radius: 100%;
}
@media screen and (min-width: 768px), print {
  .link-button::before {
    width: clamp(2rem, 26 * var(--vw1100), 2.6rem);
    height: clamp(2rem, 26 * var(--vw1100), 2.6rem);
  }
}
.link-button--red {
  background-color: #AD0306;
}
.link-button--red::before {
  background: url("../img/base/icon-arrow-right_red.svg") no-repeat center/45%;
  background-color: #ffffff;
}
.link-button--blk {
  background-color: #000;
}
.link-button--blk::before {
  background: url("../img/base/icon-arrow-right_blk.svg") no-repeat center/45%;
  background-color: #ffffff;
}

a.link-button {
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media (hover: hover) {
  a.link-button:where(:-moz-any-link, :enabled, summary):hover {
    background-color: #531E22;
  }
  a.link-button:where(:any-link, :enabled, summary):hover {
    background-color: #531E22;
  }
  a.link-button:where(:-moz-any-link, :enabled, summary):hover::before {
    background: url("../img/base/icon-arrow-right_hover.svg") no-repeat center/45%;
    background-color: #ffffff;
  }
  a.link-button:where(:any-link, :enabled, summary):hover::before {
    background: url("../img/base/icon-arrow-right_hover.svg") no-repeat center/45%;
    background-color: #ffffff;
  }
}

.list-unstyled {
  list-style: none;
}

.text-left, .text-start {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right, .text-end {
  text-align: right;
}
.text-indent {
  text-indent: 1em;
  margin-left: -1em;
}
@media screen and (min-width: 768px), print {
  .text-md-center {
    text-align: center;
  }
  .text-md-left {
    text-align: left;
  }
}
@media screen and (min-width: 1100px), print {
  .text-lg-left {
    text-align: left;
  }
}

.d-none {
  display: none;
}
.d-block {
  display: block;
}
.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 480px), print {
  .d-sm-none {
    display: none;
  }
  .d-sm-block {
    display: block;
  }
  .d-sm-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 768px), print {
  .d-md-none {
    display: none;
  }
  .d-md-block {
    display: block;
  }
  .d-md-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 1100px), print {
  .d-lg-none {
    display: none;
  }
  .d-lg-block {
    display: block;
  }
  .d-lg-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 1600px), print {
  .d-xl-none {
    display: none;
  }
  .d-xl-block {
    display: block;
  }
  .d-xl-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.fs-sm {
  font-size: 1.2rem;
}
@media screen and (min-width: 1100px), print {
  .fs-sm {
    font-size: 1.4rem;
  }
}
.fs-lg {
  font-size: 1.6rem;
}
@media screen and (min-width: 768px), print {
  .fs-lg {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1100px), print {
  .fs-lg {
    font-size: 2rem;
  }
}
.fs-xl {
  font-size: 1.8rem;
}
@media screen and (min-width: 1100px), print {
  .fs-xl {
    font-size: 2rem;
  }
}

.fw-light {
  font-weight: 300;
}
.fw-light * {
  font-weight: 300;
}
.fw-normal {
  font-weight: 400;
}
.fw-normal * {
  font-weight: 400;
}
.fw-medium {
  font-weight: 500;
}
.fw-medium * {
  font-weight: 500;
}
.fw-semibold {
  font-weight: 600;
}
.fw-semibold * {
  font-weight: 600;
}
.fw-bold {
  font-weight: 700;
}
.fw-bold * {
  font-weight: 700;
}
.fw-exbold {
  font-weight: 800;
}
.fw-exbold * {
  font-weight: 800;
}
.fw-black {
  font-weight: 900;
}
.fw-black * {
  font-weight: 900;
}

.ft-gothic {
  font-family: "Noto Sans JP", sans-serif;
}
.ft-zalando {
  font-family: "Inter", sans-serif;
}
.ft-mincho {
  font-family: "Zen Old Mincho", serif;
}

.bg-dark {
  background-color: #000;
}
.bg-base {
  background-color: #AD0306;
}
.bg-main {
  background-color: #AD0306;
}
.bg-sub1 {
  background-color: #00A55A;
}
.bg-white {
  background-color: #fff;
}
.bg-black {
  background-color: #000;
}
.color-dark {
  color: #000;
}
.color-base {
  color: #AD0306;
}
.color-main {
  color: #AD0306;
}
.color-text {
  color: #000000;
}
.color-white {
  color: #fff;
}
.color-danger {
  color: #ff8000;
}
.clearfix::after {
  content: "";
  clear: both;
  display: block;
}

.flex-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.justify-content-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.align-items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.align-items-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.font-feature-settings {
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}

.w-100 {
  width: 100%;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mx-auto {
  margin-inline: auto;
}

.lh-sm {
  line-height: 1.5;
}
.lh-base {
  line-height: 1.8;
}
.lh-lg {
  line-height: 1.8;
}
@media screen and (min-width: 1100px), print {
  .lh-lg {
    line-height: 2;
  }
}

/* アンカー位置調整 */
.anchor-point::before {
  content: "";
  display: block;
  position: relative;
  height: 1px;
  margin-top: -101px;
  margin-bottom: 100px;
  background: transparent;
  pointer-events: none;
  z-index: -100;
}
@media screen and (min-width: 1100px), print {
  .anchor-point::before {
    margin-top: -201px;
    margin-bottom: 200px;
  }
}

/* flex1 */
.flex-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}

/* テキスト改行系 */
@media screen and (max-width: 767.98px) {
  .br--pc {
    display: none;
  }
}

@media screen and (min-width: 768px), print {
  .br--sp {
    display: none;
  }
}

/* 字詰め */
.kerning {
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}

/* 下線マーカー */
.marker {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(85%, #AD0306), color-stop(0%, #AD0306));
  background: linear-gradient(#AD0306 85%, #AD0306 0%);
}

/* 画像を角丸にする */
.img-radius {
  border-radius: 1rem;
}
.img-radius-lg {
  border-radius: 1rem;
}
@media screen and (min-width: 1100px), print {
  .img-radius-lg {
    border-radius: 2rem;
  }
}

/* コンテンツを角丸にする */
.box-radius {
  border-radius: 0.5rem;
}
@media screen and (min-width: 1100px), print {
  .box-radius {
    border-radius: 1rem;
  }
}
.box-radius-lg {
  border-radius: 1rem;
}
@media screen and (min-width: 1100px), print {
  .box-radius-lg {
    border-radius: 2rem;
  }
}
.box-radius-xl {
  border-radius: 2.5rem;
}
@media screen and (min-width: 1100px), print {
  .box-radius-xl {
    border-radius: 5rem;
  }
}

/* リスト */
.list li {
  position: relative;
  font-weight: 500;
  padding: 0 0 0 1.3em;
}
.list li:not(:last-child) {
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px), print {
  .list li:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}
.list li::before {
  content: "";
  position: absolute;
  top: 0.65em;
  left: 0;
  width: 0.8rem;
  height: 0.8rem;
  background-color: #F3B0AB;
}
@media screen and (min-width: 768px), print {
  .list li::before {
    width: 1rem;
    height: 1rem;
    top: 0.7em;
  }
}

/* 画像を囲う要素 */
.img-wrap {
  aspect-ratio: 4/3;
  display: block;
  position: relative;
  overflow: hidden;
}

/* 画像をトリミング */
.img-cover {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Google Maps */
.gmap-area {
  position: relative;
  background-color: #f8f8f8;
}
.gmap-area::before {
  content: "";
  display: block;
  padding-top: 40rem;
}
@media screen and (min-width: 1100px), print {
  .gmap-area::before {
    padding-top: 50rem;
  }
}
.gmap-area iframe {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.global-contact-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: clamp(10px, 30 * var(--vw768), 30px);
}
@media screen and (min-width: 768px), print {
  .global-contact-list {
    gap: min(30 * var(--vw1440), 30px);
  }
}
@media screen and (max-width: 767.98px) {
  .global-contact-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto;
    max-width: clamp(250px, 400 * var(--vw768), 400px);
  }
}
.global-contact-list__link {
  display: inline-block;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (hover: hover) {
  .global-contact-list__link:where(:-moz-any-link, :enabled, summary):hover {
    color: #AD0306;
  }
  .global-contact-list__link:where(:any-link, :enabled, summary):hover {
    color: #AD0306;
  }
  .global-contact-list__link:where(:-moz-any-link, :enabled, summary):hover .global-contact-list__icon {
    background-color: #000000;
  }
  .global-contact-list__link:where(:any-link, :enabled, summary):hover .global-contact-list__icon {
    background-color: #000000;
  }
}
.global-contact-list__icon {
  display: block;
  text-align: center;
  place-content: center;
  width: clamp(55px, 80 * var(--vw768), 80px);
  height: clamp(55px, 80 * var(--vw768), 80px);
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
  border-radius: 0.5rem;
  margin: 0 auto;
  padding: clamp(5px, 15 * var(--vw768), 15px);
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media screen and (min-width: 768px), print {
  .global-contact-list__icon {
    width: min(80 * var(--vw1440), 80px);
    height: min(80 * var(--vw1440), 80px);
    border-radius: min(10 * var(--vw1440), 10px);
    padding: min(15 * var(--vw1440), 15px);
  }
}
.global-contact-list__title {
  display: block;
  text-align: center;
  line-height: 1.1;
  font-size: clamp(10px, 12 * var(--vw768), 12px);
  margin-top: clamp(10px, 14 * var(--vw768), 14px);
  font-weight: 500;
}
@media screen and (min-width: 768px), print {
  .global-contact-list__title {
    font-size: clamp(10px, 12 * var(--vw1440), 12px);
    margin-top: clamp(10px, 14 * var(--vw1440), 14px);
  }
}

/* --------------------------------

  wrapper

-------------------------------- */
.wrapper {
  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;
  min-height: 100vh;
}
@media screen and (min-width: 1100px), print {
  .wrapper {
    overflow: hidden;
  }
}

/* --------------------------------

  l-header

-------------------------------- */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 0 1em;
  z-index: 1010;
}
@media screen and (min-width: 768px), print {
  .header {
    top: min(70 * var(--vw1440), 70px);
    left: 0;
    right: 0;
    padding: 0 2em;
  }
}
.header__container {
  position: relative;
  width: 100%;
}
.header__logo {
  place-content: center;
  z-index: 1010;
}
@media screen and (max-width: 767.98px) {
  .header__logo {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 6rem;
    background-color: #000000;
    padding: 0.5rem 0 0 1.6rem;
  }
}
@media screen and (min-width: 768px), print {
  .header__logo {
    position: fixed;
    height: 6rem;
    top: 3.8rem;
    left: 3.3rem;
    z-index: 101;
  }
}
@media screen and (min-width: 1100px), print {
  .header__logo {
    height: 8rem;
  }
}
@media screen and (min-width: 768px), print {
  .is-fixed .header__logo {
    top: 0;
    left: 0;
    right: 0;
    height: 8rem;
    padding-top: 0.6rem;
    padding-left: 3rem;
    background-color: rgba(0, 0, 0, 0.8);
  }
}
@media screen and (min-width: 1100px), print {
  .is-fixed .header__logo {
    height: 10rem;
  }
}
.header__logo-title {
  width: 17rem;
}
@media screen and (min-width: 360px), print {
  .header__logo-title {
    width: 22rem;
  }
}
@media screen and (min-width: 768px), print {
  .header__logo-title {
    width: 30rem;
  }
}
@media screen and (min-width: 1100px), print {
  .header__logo-title {
    width: 39.5rem;
  }
}
.header__logo-title a {
  display: inline-block;
}
.header__logo-title img {
  height: auto;
}
.header-floating {
  position: fixed;
  display: none;
  grid-template-columns: 19rem 10rem;
  grid-template-rows: 6rem;
  top: 3.4rem;
  right: 9.3rem;
  z-index: 1010;
}
@media screen and (min-width: 768px), print {
  .header-floating {
    display: grid;
    top: 3.4rem;
    right: 9.3rem;
    grid-template-columns: 19rem 10rem;
    grid-template-rows: 6rem;
  }
}
@media screen and (min-width: 1100px), print {
  .header-floating {
    grid-template-columns: 26rem 16rem;
    grid-template-rows: 8rem;
    right: 11.3rem;
  }
}
@media screen and (min-width: 768px), print {
  .is-fixed .header-floating {
    top: 1rem;
  }
}
.header-floating__item--tel .tel-link {
  display: block;
  width: 100%;
  height: 100%;
  place-content: center;
  text-align: center;
  color: #ffffff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  background-color: #AD0306;
}
@media screen and (min-width: 768px), print {
  .header-floating__item--tel .tel-link {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1100px), print {
  .header-floating__item--tel .tel-link {
    font-size: 2.4rem;
  }
}
.header-floating__item--tel .tel-link .tel-num {
  position: relative;
  display: inline-block;
  padding-left: 1.4em;
}
@media screen and (min-width: 768px), print {
  .header-floating__item--tel .tel-link .tel-num {
    padding-left: 1.4em;
  }
}
@media screen and (min-width: 1100px), print {
  .header-floating__item--tel .tel-link .tel-num {
    padding-left: 1.8em;
  }
}
.header-floating__item--tel .tel-link .tel-num::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  background: url("../img/base/icon-tel_wht.svg") no-repeat center/contain;
}
@media screen and (min-width: 768px), print {
  .header-floating__item--tel .tel-link .tel-num::before {
    width: 2rem;
    height: 2rem;
  }
}
@media screen and (min-width: 1100px), print {
  .header-floating__item--tel .tel-link .tel-num::before {
    width: 2.9rem;
    height: 2.9rem;
  }
}
.header-floating__link {
  display: block;
  width: 100%;
  height: 100%;
  place-content: center;
  text-align: center;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 1.2;
  background-color: #531E22;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media screen and (min-width: 768px), print {
  .header-floating__link {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1100px), print {
  .header-floating__link {
    font-size: 1.6rem;
  }
}
@media (hover: hover) {
  .header-floating__link:where(:-moz-any-link, :enabled, summary):hover {
    background-color: #999999;
  }
  .header-floating__link:where(:any-link, :enabled, summary):hover {
    background-color: #999999;
  }
}
@media screen and (min-width: 768px), print {
  .header__tel {
    display: none;
  }
}
@media screen and (max-width: 767.98px) {
  .header__tel {
    display: block;
    position: fixed;
    top: 0;
    right: 6rem;
    width: 6rem;
    height: 6rem;
    line-height: 1;
    cursor: pointer;
    z-index: 1010;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .header__tel:hover {
    opacity: 0.8;
  }
  .header__tel a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #531E22;
  }
  .header__tel a::before {
    content: "";
    position: absolute;
    top: 1rem;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    display: block;
    width: 2rem;
    height: 2rem;
    background: url("../img/base/icon-tel_wht.svg") no-repeat center/contain;
  }
  .header__tel a::after {
    content: "TEL";
    position: absolute;
    left: 0;
    bottom: 1.1rem;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 600;
    font-family: "Inter", sans-serif;
    color: #fff;
    letter-spacing: 0.15em;
    line-height: 1;
  }
}

/* --------------------------------

  l-nav

-------------------------------- */
.gnav {
  overflow: hidden;
  pointer-events: none;
  opacity: 0;
  position: fixed;
  top: 0;
  right: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  width: 85%;
  height: 100%;
  z-index: 1000;
  -webkit-transition: -webkit-transform 0.8s ease;
  transition: -webkit-transform 0.8s ease;
  transition: transform 0.8s ease;
  transition: transform 0.8s ease, -webkit-transform 0.8s ease;
  /* ハンバーガーメニューボタン */
}
@media screen and (min-width: 768px), print {
  .gnav {
    width: 80%;
    top: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .gnav {
    padding-top: 6rem;
  }
}
.nav-open .gnav {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  pointer-events: all;
  opacity: 1;
}
.gnav__container {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  background: rgba(7, 7, 7, 0.8);
  -webkit-overflow-scrolling: touch;
  z-index: 10;
}
@media screen and (min-width: 768px), print {
  .gnav__container {
    padding: clamp(10rem, 150 * var(--vw1440), 15rem) clamp(3rem, 80 * var(--vw1440), 8rem);
    place-content: center;
  }
}
.gnav__contact {
  padding: 2rem;
  background-color: #AD0306;
}
@media screen and (min-width: 768px), print {
  .gnav__contact {
    position: absolute;
    top: calc(-1 * min(20 * var(--vw1440), 2rem));
    left: 0;
    right: 0;
    padding: clamp(1.5rem, 25 * var(--vw1440), 2.5rem);
  }
}
.gnav__contact-text {
  margin-bottom: 1.2rem;
  color: #ffffff;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (min-width: 768px), print {
  .gnav__contact-text {
    font-size: clamp(1.2rem, 18 * var(--vw1440), 1.8rem);
    margin-bottom: clamp(1rem, 15 * var(--vw1440), 1.5rem);
  }
}
.gnav__contact-tel {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px), print {
  .gnav__contact-tel {
    margin-bottom: clamp(1.2rem, 18 * var(--vw1440), 1.8rem);
  }
}
.gnav__contact-tel .tel-link {
  display: block;
  text-align: center;
  color: #ffffff;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
  background-color: #AD0306;
}
@media screen and (min-width: 768px), print {
  .gnav__contact-tel .tel-link {
    font-size: clamp(2rem, 24 * var(--vw1440), 2.4rem);
  }
}
.gnav__contact-tel .tel-link .tel-num {
  position: relative;
  display: inline-block;
  padding-left: 1.4em;
}
@media screen and (min-width: 768px), print {
  .gnav__contact-tel .tel-link .tel-num {
    padding-left: 1.4em;
  }
}
@media screen and (min-width: 1100px), print {
  .gnav__contact-tel .tel-link .tel-num {
    padding-left: 1.7em;
  }
}
.gnav__contact-tel .tel-link .tel-num::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2.6rem;
  height: 2.6rem;
  background: url("../img/base/icon-tel_wht.svg") no-repeat center/contain;
}
@media screen and (min-width: 768px), print {
  .gnav__contact-tel .tel-link .tel-num::before {
    width: clamp(2rem, 29 * var(--vw1440), 2.9rem);
    height: clamp(2rem, 29 * var(--vw1440), 2.9rem);
  }
}
.gnav__contact-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.5rem;
}
@media screen and (min-width: 768px), print {
  .gnav__contact-sns {
    gap: clamp(0.5rem, 15 * var(--vw1440), 1.5rem);
  }
}
@media screen and (min-width: 768px), print {
  .gnav__contact-sns li {
    max-width: clamp(3rem, 41 * var(--vw1440), 4.1rem);
  }
}
.gnav__contact-sns a {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .gnav__contact-sns a:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
  .gnav__contact-sns a:where(:any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
}
.gnav__menu {
  display: grid;
  gap: 0;
}
@media screen and (min-width: 768px), print {
  .gnav__menu {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: column;
    grid-template-rows: repeat(6, auto);
    gap: clamp(2rem, 50 * var(--vw1440), 5rem) clamp(3rem, 75 * var(--vw1440), 7.5rem);
    max-width: 91rem;
    margin: auto;
  }
}
@media screen and (min-width: 1100px), print {
  .gnav__menu {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: repeat(4, auto);
  }
}
.gnav__item {
  position: relative;
  line-height: 1.4;
  padding: 0;
  border-bottom: 1px solid #F6F6F6;
}
@media screen and (min-width: 768px), print {
  .gnav__item {
    padding: 0 0 clamp(2.5rem, 38 * var(--vw1440), 3.8rem) 0;
  }
}
.gnav__item:not(:last-child) {
  border-bottom: 1px solid #F6F6F6;
}
.gnav__item--contact {
  padding: 0;
  border-bottom: none;
}
.gnav__link {
  position: relative;
  display: block;
  line-height: 1.4;
  font-weight: 700;
  font-size: 1.8rem;
  padding: 1rem 2rem;
  height: 6rem;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  color: #fff;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease;
}
@media screen and (min-width: 768px), print {
  .gnav__link {
    padding: 0;
    height: auto;
    font-size: clamp(1.8rem, 24 * var(--vw1440), 2.4rem);
  }
}
@media screen and (max-width: 767.98px) {
  .gnav__link {
    place-content: center;
  }
  .gnav__link::before {
    content: "";
    position: absolute;
    right: 1em;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 1.6rem;
    height: 1.6rem;
    background: url("../img/base/icon-arrow-right_wht2.svg") no-repeat center/contain;
  }
}
@media (hover: hover) {
  .gnav__link:where(:-moz-any-link, :enabled, summary):hover {
    color: #fff;
  }
  .gnav__link:where(:any-link, :enabled, summary):hover {
    color: #fff;
  }
}
@media screen and (hover: hover) and (min-width: 768px), print and (hover: hover) {
  .gnav__link:where(:-moz-any-link, :enabled, summary):hover {
    color: #AD0306;
  }
  .gnav__link:where(:any-link, :enabled, summary):hover {
    color: #AD0306;
  }
}
@media screen and (hover: hover) and (max-width: 767.98px) {
  .gnav__link:where(:-moz-any-link, :enabled, summary):hover {
    background-color: #531E22;
  }
  .gnav__link:where(:any-link, :enabled, summary):hover {
    background-color: #531E22;
  }
}
.gnav__button {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  width: 6rem;
  height: 6rem;
  line-height: 1;
  background: #111111;
  cursor: pointer;
  z-index: 1011;
}
@media screen and (min-width: 768px), print {
  .gnav__button {
    width: 6rem;
    height: 6rem;
    top: 3.4rem;
    right: 3.3rem;
  }
}
@media screen and (min-width: 1100px), print {
  .gnav__button {
    width: 8rem;
    height: 8rem;
  }
}
@media screen and (min-width: 768px), print {
  .is-fixed .gnav__button {
    top: 1rem;
  }
}
.gnav__button::after {
  content: "MENU";
  position: absolute;
  left: 0;
  bottom: 1.1rem;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 600;
  color: #fff;
  font-family: "Inter", sans-serif;
  line-height: 1;
}
@media screen and (min-width: 768px), print {
  .gnav__button::after {
    font-size: 1.2rem;
    bottom: 1.1rem;
  }
}
@media screen and (min-width: 1100px), print {
  .gnav__button::after {
    font-size: 1.4rem;
    bottom: 1.8rem;
  }
}
.nav-open .gnav__button {
  background: #ffffff;
}
.nav-open .gnav__button::after {
  content: "CLOSE";
  color: #000;
}
.nav-open .gnav__button .gnav__button-icon {
  top: 1.2rem;
  width: 1.8rem;
  height: 1.8rem;
  background: url("../img/base/gnav_close.svg") no-repeat center/contain;
}
@media screen and (min-width: 768px), print {
  .nav-open .gnav__button .gnav__button-icon {
    top: 1.2rem;
    width: 1.8rem;
    height: 1.8rem;
  }
}
@media screen and (min-width: 1100px), print {
  .nav-open .gnav__button .gnav__button-icon {
    top: 2rem;
    width: 2rem;
    height: 2rem;
  }
}
.gnav__button-icon {
  display: block;
  position: absolute;
  top: 1.5rem;
  right: 0;
  left: 0;
  width: 3.4rem;
  height: 1.1rem;
  margin: auto;
  background: url("../img/base/gnav_open.svg") no-repeat center/contain;
}
@media screen and (min-width: 768px), print {
  .gnav__button-icon {
    width: 3.4rem;
    height: 1.1rem;
    top: 1.5rem;
  }
}
@media screen and (min-width: 1100px), print {
  .gnav__button-icon {
    width: 3.8rem;
    height: 1.1rem;
    top: 2.4rem;
  }
}
.gnav__overlay {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  pointer-events: none;
  -webkit-backdrop-filter: blur(0);
          backdrop-filter: blur(0);
  -webkit-transition: -webkit-transform 0.8s ease;
  transition: -webkit-transform 0.8s ease;
  transition: transform 0.8s ease;
  transition: transform 0.8s ease, -webkit-transform 0.8s ease;
  z-index: 999;
}
.nav-open .gnav__overlay {
  pointer-events: auto;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  cursor: pointer;
}

/* --------------------------------

  main

-------------------------------- */
.main {
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 100;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #ffffff;
}
@media screen and (min-width: 1100px), print {
  .main {
    overflow: visible;
  }
}

/* --------------------------------

  footer

-------------------------------- */
.footer {
  position: relative;
  background: #000000;
  padding: 4rem 2rem 10rem 2rem;
}
@media screen and (min-width: 768px), print {
  .footer {
    padding: clamp(4rem, 70 * var(--vw1440), 7rem) clamp(2rem, 40 * var(--vw1440), 4rem) calc(clamp(4rem, 70 * var(--vw1440), 7rem) + 8rem) clamp(2rem, 40 * var(--vw1440), 4rem);
  }
}
.footer .inner {
  max-width: 1300px;
}
.footer__info-text {
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .footer__info-text {
    font-size: clamp(1.2rem, 16 * var(--vw1440), 1.6rem);
    text-align: left;
  }
}
.footer__logo {
  max-width: 32rem;
  margin-bottom: 2rem;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .footer__logo {
    max-width: clamp(32rem, 395 * var(--vw1440), 39.5rem);
    margin-bottom: clamp(2.5rem, 40 * var(--vw1440), 4rem);
    text-align: left;
  }
}
@media screen and (min-width: 768px), print {
  .footer__detail {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
  }
}
.footer__map {
  margin-top: 3rem;
}
@media screen and (min-width: 768px), print {
  .footer__map {
    margin-top: clamp(2.5rem, 50 * var(--vw1440), 5rem);
  }
}
.footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 768px), print {
  .footer__container {
    gap: min(50 * var(--vw1440), 5rem);
    -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;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.footer-copy {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6rem;
  place-content: center;
  text-align: center;
  background-color: #ffffff;
}
@media screen and (min-width: 768px), print {
  .footer-copy {
    height: 8rem;
  }
}
.footer-copy small {
  color: #000;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.2;
}
@media screen and (min-width: 768px), print {
  .footer-copy small {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767.98px) {
  .footer-copy span {
    display: none;
  }
}
.footer-nav {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 1.6rem;
}
@media screen and (min-width: 768px), print {
  .footer-nav {
    grid-template-columns: repeat(3, 1fr);
    gap: min(35 * var(--vw1440), 3.5rem);
  }
}
.footer-nav__list-item {
  line-height: 1.8;
}
@media screen and (min-width: 768px), print {
  .footer-nav__list-item {
    line-height: 2;
  }
}
.footer-nav__link {
  position: relative;
  display: inline-block;
  line-height: 1.8;
  color: #fff;
  font-weight: 400;
  font-size: 1.4rem;
  padding-left: 1.5em;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media screen and (min-width: 768px), print {
  .footer-nav__link {
    font-size: clamp(1.2rem, 16 * var(--vw1440), 1.6rem);
    line-height: 2;
  }
}
.footer-nav__link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  background: url("../img/base/icon-arrow-right_wht.svg") no-repeat center/contain;
  width: 1.2rem;
  height: 1.2rem;
}
@media screen and (min-width: 768px), print {
  .footer-nav__link::before {
    top: 0.6em;
    width: clamp(1.1rem, 16 * var(--vw1440), 1.4rem);
    height: clamp(1.1rem, 16 * var(--vw1440), 1.4rem);
  }
}
@media (hover: hover) {
  .footer-nav__link:where(:-moz-any-link, :enabled, summary):hover {
    color: #AD0306;
  }
  .footer-nav__link:where(:any-link, :enabled, summary):hover {
    color: #AD0306;
  }
}
.footer-subnav__list {
  padding-left: 0.6em;
}
.footer-subnav__list-item {
  line-height: 1.8;
}
@media screen and (min-width: 768px), print {
  .footer-subnav__list-item {
    line-height: 2;
  }
}
.footer-subnav__link {
  position: relative;
  display: inline-block;
  line-height: 1.8;
  color: #fff;
  font-weight: 400;
  font-size: 1.4rem;
  padding-left: 1.5em;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media screen and (min-width: 768px), print {
  .footer-subnav__link {
    font-size: clamp(1.2rem, 16 * var(--vw1440), 1.6rem);
    line-height: 2;
  }
}
.footer-subnav__link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  background: url("../img/base/icon-arrow-right_wht.svg") no-repeat center/contain;
  width: 1.2rem;
  height: 1.2rem;
}
@media screen and (min-width: 768px), print {
  .footer-subnav__link::before {
    top: 0.65em;
    width: clamp(1.2rem, 16 * var(--vw1440), 1.4rem);
    height: clamp(1.2rem, 16 * var(--vw1440), 1.4rem);
  }
}
@media (hover: hover) {
  .footer-subnav__link:where(:-moz-any-link, :enabled, summary):hover {
    color: #AD0306;
  }
  .footer-subnav__link:where(:any-link, :enabled, summary):hover {
    color: #AD0306;
  }
}
.footer-pagetop {
  display: block;
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  width: 4rem;
  height: 4rem;
  text-align: center;
  border-radius: 0.5rem;
  overflow: hidden;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
@media screen and (min-width: 768px), print {
  .footer-pagetop {
    right: 1.5rem;
    bottom: 1.5rem;
    width: 5rem;
    height: 5rem;
  }
}
.is-fixed .footer-pagetop {
  opacity: 1;
  pointer-events: auto;
}
.footer-pagetop a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  border-radius: 0;
  background-color: #AD0306;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
.footer-pagetop a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #531E22;
}
.footer-pagetop a::before {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 11px;
  height: 11px;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition-property: border-color;
  transition-property: border-color;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
@media screen and (min-width: 768px), print {
  .footer-pagetop a::before {
    top: 0.9rem;
    width: 1.3rem;
    height: 1.3rem;
  }
}

/* --------------------------------

  スライダー

-------------------------------- */
.mv-slider {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  padding: 0;
}
.mv-slider .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
}
.mv-slider .swiper-slide::before {
  content: "";
  display: block;
  padding-top: 57%;
}
@media screen and (min-width: 768px), print {
  .mv-slider .swiper-slide::before {
    padding-top: min(916 * var(--vw1600), 91.6rem);
  }
}
.mv-slider .swiper-slide img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
}

/* --------------------------------

  下層ページタイトル

-------------------------------- */
.page-title {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 2rem;
}
@media screen and (min-width: 768px), print {
  .page-title {
    padding: 0 clamp(2rem, 40 * var(--vw1440), 4rem);
  }
}
@media screen and (max-width: 767.98px) {
  .page-title {
    padding-top: 6rem;
  }
}
.page-title__image {
  margin: 0 -2rem;
}
@media screen and (min-width: 768px), print {
  .page-title__image {
    margin: 0 calc(-1 * clamp(2rem, 40 * var(--vw1440), 4rem));
  }
}
.page-title__image img {
  width: 100%;
  height: 10rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px), print {
  .page-title__image img {
    height: 26rem;
  }
}
.page-title__inner {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
}
.page-title__name {
  padding: 4rem 0 0 0;
}
@media screen and (min-width: 768px), print {
  .page-title__name {
    padding: clamp(4rem, 85 * var(--vw1440), 8.5rem) 0 0 0;
  }
}
.page-title__name-en {
  display: block;
  line-height: 1.1;
  color: #AD0306;
  font-family: "Inter", sans-serif;
  font-size: 3.4rem;
  font-weight: 600;
}
@media screen and (min-width: 360px), print {
  .page-title__name-en {
    font-size: 4rem;
  }
}
@media screen and (min-width: 768px), print {
  .page-title__name-en {
    letter-spacing: 0.02em;
    font-size: clamp(6.5rem, 88 * var(--vw1100), 8.8rem);
  }
}
.page-title__name-jp {
  display: block;
  line-height: 1.1;
  color: #333;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 360px), print {
  .page-title__name-jp {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 768px), print {
  .page-title__name-jp {
    letter-spacing: 0.02em;
    font-size: clamp(2.6rem, 36 * var(--vw1100), 3.6rem);
  }
}

/* --------------------------------

  アニメーション

-------------------------------- */
.js-anime.fadein-anime {
  -webkit-filter: blur(5px);
  filter: blur(5px);
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease, -webkit-filter 1s ease;
  -webkit-transition: opacity 0.8s ease, -webkit-filter 1s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, -webkit-filter 1s ease, -webkit-transform 0.8s ease;
  transition: filter 1s ease, opacity 0.8s ease, transform 0.8s ease;
  transition: filter 1s ease, opacity 0.8s ease, transform 0.8s ease, -webkit-filter 1s ease, -webkit-transform 0.8s ease;
  transition: filter 1s ease, opacity 0.8s ease, transform 0.8s ease, -webkit-filter 1s ease;
}
.js-anime .fadein-anime {
  -webkit-filter: blur(5px);
  filter: blur(5px);
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease, -webkit-filter 1s ease;
  -webkit-transition: opacity 0.8s ease, -webkit-filter 1s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, -webkit-filter 1s ease, -webkit-transform 0.8s ease;
  transition: filter 1s ease, opacity 0.8s ease, transform 0.8s ease;
  transition: filter 1s ease, opacity 0.8s ease, transform 0.8s ease, -webkit-filter 1s ease, -webkit-transform 0.8s ease;
  transition: filter 1s ease, opacity 0.8s ease, transform 0.8s ease, -webkit-filter 1s ease;
}
.js-anime.slidein-anime-right {
  -webkit-filter: blur(5px);
  filter: blur(5px);
  opacity: 0;
  -webkit-transform: translateX(40px);
          transform: translateX(40px);
  transition: opacity 0.8s ease, transform 0.8s ease, -webkit-filter 1s ease;
  -webkit-transition: opacity 0.8s ease, -webkit-filter 1s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, -webkit-filter 1s ease, -webkit-transform 0.8s ease;
  transition: filter 1s ease, opacity 0.8s ease, transform 0.8s ease;
  transition: filter 1s ease, opacity 0.8s ease, transform 0.8s ease, -webkit-filter 1s ease, -webkit-transform 0.8s ease;
  transition: filter 1s ease, opacity 0.8s ease, transform 0.8s ease, -webkit-filter 1s ease;
}
.js-anime .slidein-anime-right {
  -webkit-filter: blur(5px);
  filter: blur(5px);
  opacity: 0;
  -webkit-transform: translateX(40px);
          transform: translateX(40px);
  transition: opacity 0.8s ease, transform 0.8s ease, -webkit-filter 1s ease;
  -webkit-transition: opacity 0.8s ease, -webkit-filter 1s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, -webkit-filter 1s ease, -webkit-transform 0.8s ease;
  transition: filter 1s ease, opacity 0.8s ease, transform 0.8s ease;
  transition: filter 1s ease, opacity 0.8s ease, transform 0.8s ease, -webkit-filter 1s ease, -webkit-transform 0.8s ease;
  transition: filter 1s ease, opacity 0.8s ease, transform 0.8s ease, -webkit-filter 1s ease;
}
.js-anime .slidein-anime-left {
  -webkit-filter: blur(5px);
  filter: blur(5px);
  opacity: 0;
  -webkit-transform: translateX(-40px);
          transform: translateX(-40px);
  transition: opacity 0.8s ease, transform 0.8s ease, -webkit-filter 1s ease;
  -webkit-transition: opacity 0.8s ease, -webkit-filter 1s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, -webkit-filter 1s ease, -webkit-transform 0.8s ease;
  transition: filter 1s ease, opacity 0.8s ease, transform 0.8s ease;
  transition: filter 1s ease, opacity 0.8s ease, transform 0.8s ease, -webkit-filter 1s ease, -webkit-transform 0.8s ease;
  transition: filter 1s ease, opacity 0.8s ease, transform 0.8s ease, -webkit-filter 1s ease;
}
.js-anime.is-active .fadein-anime {
  -webkit-filter: blur(0);
  filter: blur(0);
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.js-anime.is-active.fadein-anime {
  -webkit-filter: blur(0);
  filter: blur(0);
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.js-anime.is-active.slidein-anime-right {
  -webkit-filter: blur(0);
  filter: blur(0);
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.js-anime.is-active .slidein-anime-right {
  -webkit-filter: blur(0);
  filter: blur(0);
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.js-anime.is-active .slidein-anime-left {
  -webkit-filter: blur(0);
  filter: blur(0);
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.js-loading-anime .mv-fadein-anime {
  -webkit-filter: blur(6px);
          filter: blur(6px);
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 0.9s cubic-bezier(0.4, 0, 0.2, 1), -webkit-filter 1.1s ease, -webkit-transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.9s cubic-bezier(0.4, 0, 0.2, 1), -webkit-filter 1.1s ease, -webkit-transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
  transition: filter 1.1s ease, opacity 0.9s cubic-bezier(0.4, 0, 0.2, 1), transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
  transition: filter 1.1s ease, opacity 0.9s cubic-bezier(0.4, 0, 0.2, 1), transform 0.9s cubic-bezier(0.4, 0, 0.2, 1), -webkit-filter 1.1s ease, -webkit-transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}
.js-loading-anime .mv-slidein-anime-right {
  opacity: 0;
  -webkit-transform: translateX(20%);
          transform: translateX(20%);
  -webkit-transition: opacity 0.6s ease-out, -webkit-transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 0.6s ease-out, -webkit-transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 0.6s ease-out, transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 0.6s ease-out, transform 0.9s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
.js-loading-anime.is-anime-active .mv-fadein-anime {
  -webkit-filter: blur(0);
          filter: blur(0);
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.js-loading-anime.is-anime-active .mv-slidein-anime-right {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

/* --------------------------------

  ローディング

-------------------------------- */
#splash {
  /*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  text-align: center;
  color: #fff;
  background: #0C0C0C;
  -webkit-transition: opacity 1.5s ease;
  transition: opacity 1.5s ease;
}
#splash.is-fadeout {
  opacity: 0;
  pointer-events: none;
}

/* Loading画像中央配置　*/
#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
@media screen and (min-width: 768px), print {
  #splash_logo {
    width: 380px;
  }
}
#splash_logo.is-fadeout {
  opacity: 0;
}

/* Loading アイコンの大きさ設定　*/
#splash_logo img {
  width: auto;
  height: auto;
}

/* fadeUpをするアイコンの動き */
.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* --------------------------------

  トップページ

-------------------------------- */
/* メインビジュアル */
.top-hero {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767.98px) {
  .top-hero {
    margin-top: 6rem;
  }
}

/* お知らせ */
.top-news {
  padding: 4rem 2rem;
}
@media screen and (min-width: 768px), print {
  .top-news {
    padding: clamp(5rem, 100 * var(--vw1440), 10rem) clamp(2rem, 40 * var(--vw1440), 4rem);
  }
}
.top-news .inner {
  max-width: 1300px;
}
.top-news__container {
  display: grid;
  gap: 3rem;
}
@media screen and (min-width: 1100px), print {
  .top-news__container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid-template-columns: auto clamp(40rem, 800 * var(--vw1440), 80rem);
    gap: clamp(2rem, 40 * var(--vw1440), 4rem);
  }
}

/* 施工事例 */
.top-works {
  position: relative;
  padding: 4rem 2rem;
  background: url("../img/top/works_bg.webp") no-repeat center/cover;
}
@media screen and (min-width: 768px), print {
  .top-works {
    padding: clamp(4rem, 85 * var(--vw1440), 8.5rem) clamp(2rem, 40 * var(--vw1440), 4rem);
  }
}
.top-works .inner {
  max-width: 1300px;
}
.top-works__header {
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px), print {
  .top-works__header {
    margin-bottom: clamp(3rem, 45 * var(--vw1440), 4.5rem);
  }
}
.top-works__header .heading__jp {
  color: #ffffff;
  margin-bottom: 0;
}
.top-works__action {
  text-align: center;
  margin-top: 3rem;
}
@media screen and (min-width: 768px), print {
  .top-works__action {
    margin-top: clamp(3rem, 50 * var(--vw1440), 5rem);
  }
}

/* 北海道に耐える、美しさ。 */
.top-about {
  position: relative;
  padding: 4rem 0 16rem 0;
  background-color: #ffffff;
}
@media screen and (min-width: 360px), print {
  .top-about {
    padding: 4rem 0 10rem 0;
  }
}
@media screen and (min-width: 768px), print {
  .top-about {
    padding: clamp(5rem, 100 * var(--vw1440), 10rem) 0;
  }
}
.top-about__container {
  display: grid;
}
@media screen and (min-width: 768px), print {
  .top-about__container {
    grid-template-columns: repeat(2, 1fr);
  }
}
.top-about__header {
  padding: 0 2rem 4rem 2rem;
}
@media screen and (min-width: 768px), print {
  .top-about__header {
    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;
    place-content: center;
    padding: clamp(2rem, 50 * var(--vw1440), 5rem);
  }
}
.top-about__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
@media screen and (min-width: 768px), print {
  .top-about__buttons {
    margin-top: clamp(3rem, 55 * var(--vw1440), 5.5rem);
    gap: clamp(1rem, 20 * var(--vw1440), 2rem);
  }
}
@media screen and (max-width: 767.98px) {
  .top-about__buttons {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    bottom: 2.5rem;
    left: 0;
    right: 0;
    padding: 0 1em;
  }
}
@media screen and (max-width: 359.98px) {
  .top-about__buttons {
    -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;
    padding: 0 2rem;
  }
  .top-about__buttons .link-button {
    display: block;
  }
}
.top-about__text {
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (min-width: 768px), print {
  .top-about__text {
    font-size: clamp(1.2rem, 18 * var(--vw1440), 1.8rem);
    letter-spacing: 0.05em;
    line-height: 2.1;
    max-width: 710px;
    margin: 0 auto;
  }
}
.top-about__body {
  background-color: #000000;
  padding: 2.5rem 2rem;
  place-content: center;
}
@media screen and (min-width: 768px), print {
  .top-about__body {
    padding: clamp(2rem, 50 * var(--vw1440), 5rem);
  }
}

/* プロコーティング */
.top-coating {
  position: relative;
  background: url("../img/top/pro_bg.webp") no-repeat center/cover;
  padding: 4rem 2rem;
}
@media screen and (min-width: 768px), print {
  .top-coating {
    padding: clamp(5rem, 110 * var(--vw1440), 11rem) clamp(2rem, 40 * var(--vw1440), 4rem);
  }
}
.top-coating .inner {
  max-width: 1300px;
}
.top-coating__text {
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (min-width: 768px), print {
  .top-coating__text {
    font-size: clamp(1.4rem, 18 * var(--vw1440), 1.8rem);
    line-height: 2;
    letter-spacing: 0.05em;
  }
}
.top-coating__text:not(:last-child) {
  margin-bottom: 1em;
}
@media screen and (min-width: 768px), print {
  .top-coating__text:not(:last-child) {
    margin-bottom: 1.5em;
  }
}
.top-coating__header {
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px), print {
  .top-coating__header {
    margin-bottom: clamp(3rem, 45 * var(--vw1100), 4.5rem);
  }
}
.top-coating__heading {
  display: block;
  color: #ffffff;
  font-family: "Zen Old Mincho", serif;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 360px), print {
  .top-coating__heading {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 768px), print {
  .top-coating__heading {
    font-size: clamp(2.6rem, 36 * var(--vw1100), 3.6rem);
  }
}
.top-coating__action {
  text-align: center;
  margin-top: 3rem;
}
@media screen and (min-width: 768px), print {
  .top-coating__action {
    margin-top: clamp(3rem, 50 * var(--vw1440), 5rem);
  }
}

/* 地域に特化したサービス */
.top-service {
  position: relative;
  background-color: #ffffff;
  padding: 4rem 2rem;
}
@media screen and (min-width: 768px), print {
  .top-service {
    padding: clamp(5rem, 100 * var(--vw1440), 10rem) clamp(2rem, 40 * var(--vw1440), 4rem);
  }
}
.top-service .inner {
  max-width: 1300px;
}
.top-service__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  margin-bottom: 4rem;
}
@media screen and (min-width: 1100px), print {
  .top-service__header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: clamp(3rem, 90 * var(--vw1440), 9rem);
    margin-bottom: clamp(4rem, 90 * var(--vw1440), 9rem);
  }
}
.top-service__subheader {
  position: relative;
  background-color: #ffffff;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767.98px) {
  .top-service__subheader {
    padding-bottom: 1em;
    border-bottom: 0.3rem solid #D9D9D9;
  }
}
.top-service__subheader::before {
  content: "";
  position: absolute;
  right: 0;
  left: 24rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 0.3rem;
  background: #D9D9D9;
  display: none;
}
@media screen and (min-width: 768px), print {
  .top-service__subheader::before {
    height: clamp(0.3rem, 7 * var(--vw1100), 0.7rem);
    left: clamp(26rem, 360 * var(--vw1100), 36rem);
    display: block;
  }
}
@media screen and (min-width: 1100px), print {
  .top-service__subheader {
    margin-bottom: clamp(3rem, 40 * var(--vw1440), 4rem);
  }
}
.top-service__subheader .heading__jp {
  margin-bottom: 0;
}
.top-service__text {
  color: #000000;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (min-width: 768px), print {
  .top-service__text {
    font-size: 1.6rem;
    line-height: 2;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 1100px), print {
  .top-service__text {
    font-size: clamp(1.4rem, 18 * var(--vw1440), 1.8rem);
    padding-bottom: 0.5em;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
  }
}
.top-service-coating {
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px), print {
  .top-service-coating {
    margin-bottom: clamp(4rem, 90 * var(--vw1440), 9rem);
  }
}
.top-service-coating__item:not(:last-child) {
  margin-bottom: 1.6rem;
}
@media screen and (min-width: 768px), print {
  .top-service-coating__item:not(:last-child) {
    margin-bottom: clamp(1rem, 20 * var(--vw1440), 2rem);
  }
}
@media screen and (min-width: 768px), print {
  .top-service-coating__item:nth-child(2n) .top-service-coating__link {
    grid-template-columns: 1fr clamp(20rem, 390 * var(--vw1440), 39rem);
  }
  .top-service-coating__item:nth-child(2n) .top-service-coating__title {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .top-service-coating__item:nth-child(2n) .top-service-coating__image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (min-width: 768px), print {
  .top-service-coating__item:nth-child(2n+1) .top-service-coating__link {
    grid-template-columns: clamp(20rem, 390 * var(--vw1440), 39rem) 1fr;
  }
}
.top-service-coating__link {
  display: grid;
  background-color: #E9E9E9;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .top-service-coating__link:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
  .top-service-coating__link:where(:any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 767.98px) {
  .top-service-coating__link {
    grid-template-rows: auto;
  }
}
.top-service-coating__title {
  place-content: center;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .top-service-coating__title {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .top-service-coating__title img {
    width: 50%;
    height: auto;
  }
}
.top-service-coating__image img {
  width: 100%;
  height: auto;
}
.top-service-other__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -1rem -1.6rem 0;
}
@media screen and (min-width: 768px), print {
  .top-service-other__group {
    margin: 0 calc(-1 * min(20 * var(--vw1440), 2rem)) calc(-1 * min(35 * var(--vw1440), 3.5rem)) 0;
  }
}
@media screen and (min-width: 1100px), print {
  .top-service-other__group {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.top-service-other__item {
  width: 50%;
  padding: 0 1rem 1.6rem 0;
}
@media screen and (min-width: 768px), print {
  .top-service-other__item {
    width: 33.33333%;
    padding: 0 min(20 * var(--vw1440), 2rem) min(35 * var(--vw1440), 3.5rem) 0;
  }
}
@media screen and (min-width: 1100px), print {
  .top-service-other__item {
    width: 25%;
  }
}
.top-service-other__image {
  position: relative;
  overflow: hidden;
  margin-bottom: 0.8em;
}
@media screen and (min-width: 768px), print {
  .top-service-other__image {
    margin-bottom: 1em;
  }
}
.top-service-other__image::before {
  content: "";
  display: block;
  padding-top: 66%;
}
.top-service-other__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: scale 0.3s ease;
  transition: scale 0.3s ease;
}
.top-service-other__title {
  position: relative;
  display: block;
  color: #333;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.3;
  padding-top: 1.1em;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media screen and (min-width: 768px), print {
  .top-service-other__title {
    font-size: clamp(1.4rem, 18 * var(--vw1440), 1.8rem);
    letter-spacing: 0.02em;
    padding-top: 1em;
  }
}
.top-service-other__title::before {
  content: attr(data-ttl);
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  color: #AD0306;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.1;
}
@media screen and (min-width: 768px), print {
  .top-service-other__title::before {
    font-size: clamp(1.2rem, 14 * var(--vw1440), 1.4rem);
  }
}
@media (hover: hover) {
  .top-service-other__link:where(:-moz-any-link, :enabled, summary):hover .top-service-other__title {
    color: #AD0306;
  }
  .top-service-other__link:where(:any-link, :enabled, summary):hover .top-service-other__title {
    color: #AD0306;
  }
  .top-service-other__link:where(:-moz-any-link, :enabled, summary):hover .top-service-other__image img {
    scale: 1.05;
  }
  .top-service-other__link:where(:any-link, :enabled, summary):hover .top-service-other__image img {
    scale: 1.05;
  }
}

/* その他 法人様向けサービス */
.top-other {
  position: relative;
  padding: 4rem 2rem;
  background: url("../img/top/clients_bg.webp") no-repeat center/cover;
}
@media screen and (min-width: 768px), print {
  .top-other {
    padding: clamp(4rem, 90 * var(--vw1440), 9rem) clamp(2rem, 40 * var(--vw1440), 4rem);
  }
}
.top-other .inner {
  max-width: 1300px;
}
.top-other__header {
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px), print {
  .top-other__header {
    margin-bottom: clamp(3rem, 45 * var(--vw1440), 4.5rem);
  }
}
.top-other__header .heading__jp {
  color: #ffffff;
  margin-bottom: 0;
}
.top-other__group {
  display: grid;
  margin-bottom: 3rem;
  gap: 2rem 1rem;
}
@media screen and (min-width: 480px), print {
  .top-other__group {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 768px), print {
  .top-other__group {
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: clamp(2.5rem, 40 * var(--vw1440), 4rem);
    gap: 1.5rem;
  }
}
@media screen and (max-width: 479.98px) {
  .top-other__group {
    max-width: 35rem;
    margin: 0 auto 3rem;
  }
}
.top-other__image {
  position: relative;
  overflow: hidden;
  margin-bottom: 0.9em;
}
@media screen and (min-width: 768px), print {
  .top-other__image {
    margin-bottom: 1.1em;
  }
}
.top-other__image::before {
  content: "";
  display: block;
  padding-top: 66%;
}
.top-other__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.top-other__title {
  position: relative;
  display: block;
  color: #ffffff;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.3;
  padding-top: 1.1em;
}
@media screen and (min-width: 480px), print {
  .top-other__title {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 768px), print {
  .top-other__title {
    font-size: clamp(1.5rem, 22 * var(--vw1440), 2.2rem);
    letter-spacing: 0.05em;
    padding-top: 1em;
  }
}
.top-other__title::before {
  content: attr(data-ttl);
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  color: #AD0306;
  font-family: "Inter", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.1;
}
@media screen and (min-width: 480px), print {
  .top-other__title::before {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 768px), print {
  .top-other__title::before {
    font-size: clamp(1.2rem, 14 * var(--vw1440), 1.4rem);
  }
}
.top-other__text {
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (min-width: 768px), print {
  .top-other__text {
    font-size: clamp(1.4rem, 18 * var(--vw1440), 1.8rem);
    line-height: 2;
    letter-spacing: 0.05em;
  }
}
.top-other__action {
  text-align: center;
  margin-top: 3rem;
}
@media screen and (min-width: 768px), print {
  .top-other__action {
    margin-top: clamp(3rem, 50 * var(--vw1440), 5rem);
  }
}

/* --------------------------------

  下層ページ

-------------------------------- */
.section {
  padding: 4rem 2rem;
}
@media screen and (min-width: 768px), print {
  .section {
    padding: clamp(5rem, 100 * var(--vw1440), 10rem) clamp(2rem, 40 * var(--vw1440), 4rem);
  }
}
.section-header {
  position: relative;
  background-color: #ffffff;
  margin: 0 auto;
  margin-bottom: 2.5rem;
  max-width: 1300px;
  width: 100%;
}
@media screen and (max-width: 767.98px) {
  .section-header {
    padding-bottom: 1em;
    border-bottom: 0.3rem solid #D9D9D9;
  }
}
@media screen and (min-width: 1100px), print {
  .section-header {
    margin-bottom: clamp(3rem, 40 * var(--vw1100), 4rem);
  }
}
.section-header::before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 0.3rem;
  background: #D9D9D9;
  display: none;
  z-index: 0;
}
@media screen and (min-width: 768px), print {
  .section-header::before {
    height: clamp(0.3rem, 7 * var(--vw1100), 0.7rem);
    display: block;
  }
}
.section-heading {
  position: relative;
  display: inline-block;
  background-color: #ffffff;
  z-index: 0;
}
.section-heading__label {
  position: relative;
  display: block;
  color: #333;
  font-family: "Zen Old Mincho", serif;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.02em;
  padding-top: 0.65em;
}
@media screen and (min-width: 360px), print {
  .section-heading__label {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 768px), print {
  .section-heading__label {
    font-size: clamp(2.6rem, 36 * var(--vw1100), 3.6rem);
    padding-right: 1em;
  }
}
.section-heading__label::before {
  content: attr(data-ttl);
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  color: #AD0306;
  font-family: "Inter", sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 0;
}
@media screen and (min-width: 768px), print {
  .section-heading__label::before {
    font-size: 1.4rem;
  }
}

.section-dmy {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 4rem 0;
}
@media screen and (min-width: 768px), print {
  .section-dmy {
    padding: clamp(5rem, 100 * var(--vw1440), 10rem) 0;
  }
}
.section-dmy p:not(:last-child) {
  margin-bottom: 5rem;
}
@media screen and (min-width: 1100px), print {
  .section-dmy p:not(:last-child) {
    margin-bottom: 10rem;
  }
}

/* 下層共通 MENU */
.common-menu {
  padding: 4rem 2rem;
  background-color: #ffffff;
  border-top: 1px solid #000000;
}
@media screen and (min-width: 768px), print {
  .common-menu {
    padding: clamp(5rem, 100 * var(--vw1440), 10rem) clamp(2rem, 40 * var(--vw1440), 4rem);
  }
}
@media screen and (max-width: 767.98px) {
  .common-menu .inner {
    max-width: 46rem;
  }
}
.common-menu__container {
  display: grid;
  gap: 1rem;
}
@media screen and (min-width: 480px), print {
  .common-menu__container {
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(1rem, 20 * var(--vw1100), 2rem);
  }
}
@media screen and (min-width: 768px), print {
  .common-menu__container {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 480px), print {
  .common-menu__item:last-child {
    grid-column: -1/1;
  }
}
@media screen and (min-width: 768px), print {
  .common-menu__item:last-child {
    grid-column: inherit;
  }
}
.common-menu__item--first .common-menu__link::before {
  background-image: url("../img/base/icon-first.svg");
}
.common-menu__item--faq .common-menu__link::before {
  background-image: url("../img/base/icon-faq.svg");
}
.common-menu__item--company .common-menu__link::before {
  background-image: url("../img/base/icon-company.svg");
}
.common-menu__link {
  position: relative;
  display: block;
  width: 100%;
  line-height: 1.7;
  background-color: #AD0306;
  color: #ffffff;
  border-radius: 0.5rem;
  padding: 1.6rem 5rem 1.6rem 5rem;
  font-size: 1.8rem;
  letter-spacing: 0.02em;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media (hover: hover) {
  .common-menu__link:where(:-moz-any-link, :enabled, summary):hover {
    background-color: #531E22;
  }
  .common-menu__link:where(:any-link, :enabled, summary):hover {
    background-color: #531E22;
  }
}
@media screen and (min-width: 768px), print {
  .common-menu__link {
    letter-spacing: 0.05em;
    padding: clamp(1.6rem, 25 * var(--vw1100), 2.5rem) clamp(1.6rem, 70 * var(--vw1100), 7rem) clamp(1.6rem, 25 * var(--vw1100), 2.5rem) clamp(4.5rem, 90 * var(--vw1100), 9rem);
    font-size: clamp(1.8rem, 24 * var(--vw1100), 2.4rem);
  }
}
.common-menu__link::before {
  content: "";
  position: absolute;
  left: 1.2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3rem;
  height: 3rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (min-width: 768px), print {
  .common-menu__link::before {
    left: clamp(1.3rem, 25 * var(--vw1100), 2.5rem);
    width: clamp(3rem, 46 * var(--vw1100), 4.6rem);
    height: clamp(3rem, 46 * var(--vw1100), 4.6rem);
  }
}
.common-menu__link::after {
  content: "";
  position: absolute;
  right: 1.3rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2.6rem;
  height: 2.6rem;
  background-image: url("../img/base/icon-arrow-right_red.svg");
  background-repeat: no-repeat;
  background-size: 45%;
  background-position: center;
  background-color: #ffffff;
  border-radius: 100%;
}
@media screen and (min-width: 768px), print {
  .common-menu__link::after {
    background-size: 40%;
    right: clamp(1.3rem, 21 * var(--vw1100), 2.1rem);
    width: clamp(2.5rem, 40 * var(--vw1100), 4rem);
    height: clamp(2.5rem, 40 * var(--vw1100), 4rem);
  }
}
.common-menu__title {
  position: relative;
  display: block;
  padding-bottom: 1em;
}
.common-menu__title::before {
  content: attr(data-ttl);
  position: absolute;
  bottom: 0;
  left: 0;
  font-family: "Inter", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
}
@media screen and (min-width: 768px), print {
  .common-menu__title::before {
    font-size: clamp(1.1rem, 14 * var(--vw1100), 1.4rem);
  }
}

/* --------------------------------

  投稿系ページ

-------------------------------- */
.news-list-secondary {
  margin-bottom: 2.2em;
}
@media screen and (min-width: 768px), print {
  .news-detail {
    padding: 0 1.5em;
  }
}
.news-detail .news-date {
  color: #000;
  font-weight: 400;
  margin: 0 0 1em 0;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px), print {
  .news-detail .news-date {
    font-size: 1.6rem;
  }
}
.news-body {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
  word-break: break-all;
  word-wrap: break-word;
}
@media screen and (min-width: 768px), print {
  .news-body {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
.news-back {
  text-align: center;
  margin-top: 3rem;
}
@media screen and (min-width: 768px), print {
  .news-back {
    margin-top: 5rem;
  }
}
.news-topics {
  display: grid;
  grid-template-columns: 8rem 1fr;
  gap: 1rem;
  padding-bottom: 1.6rem;
  border-bottom: 1px solid rgba(128, 128, 128, 0.55);
}
.news-topics:not(:last-child) {
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px), print {
  .news-topics:not(:last-child) {
    margin-bottom: 2.7rem;
  }
}
@media screen and (min-width: 768px), print {
  .news-topics {
    gap: 1.5rem;
    grid-template-columns: 9rem 1fr;
    padding-bottom: 2rem;
  }
}
.news-date {
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.35;
  color: #000000;
  word-break: break-all;
  word-wrap: break-word;
  white-space: nowrap;
}
@media screen and (min-width: 768px), print {
  .news-date {
    font-size: 1.6rem;
  }
}
.news-link {
  word-break: break-all;
  word-wrap: break-word;
  font-size: 1.4rem;
  font-weight: 400;
  color: #000;
  line-height: 1.35;
  vertical-align: text-top;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media screen and (min-width: 768px), print {
  .news-link {
    font-size: 1.6rem;
  }
}
@media (hover: hover) {
  .news-link:where(:-moz-any-link, :enabled, summary):hover {
    color: #AD0306;
    text-decoration: underline;
  }
  .news-link:where(:any-link, :enabled, summary):hover {
    color: #AD0306;
    text-decoration: underline;
  }
}
.news-thumb-list {
  display: grid;
  gap: 2.5rem 1rem;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 768px), print {
  .news-thumb-list {
    gap: min(50 * var(--vw1440), 5rem);
    grid-template-columns: repeat(3, 1fr);
  }
}
.news-thumb-list-secondary {
  margin-bottom: 2.5em;
}
.news-thumb-list-secondary .news-thumb-link {
  color: #000;
}
.news-thumb-date {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.35;
  word-break: break-all;
  word-wrap: break-word;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media screen and (min-width: 768px), print {
  .news-thumb-date {
    font-size: clamp(1.2rem, 16 * var(--vw1440), 1.6rem);
    letter-spacing: 0.05em;
  }
}
.news-thumb-title {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.35;
  word-break: break-all;
  word-wrap: break-word;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  margin-top: 0.5em;
}
@media screen and (min-width: 768px), print {
  .news-thumb-title {
    font-size: clamp(1.2rem, 16 * var(--vw1440), 1.6rem);
    letter-spacing: 0.05em;
    margin-top: 0.75em;
  }
}
.news-thumb-category {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  font-size: clamp(12px, 16 * var(--vw768), 16px);
  font-weight: 800;
  line-height: 1;
  width: clamp(130px, 170 * var(--vw768), 170px);
  height: clamp(24px, 30 * var(--vw768), 30px);
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  color: #ffffff;
  background-color: #002E99;
  text-align: center;
  place-content: center;
  margin: 0 auto;
  padding: 0 0 0.08em 0;
  word-break: break-all;
  word-wrap: break-word;
}
@media screen and (min-width: 768px), print {
  .news-thumb-category {
    width: clamp(130px, 180 * var(--vw1440), 180px);
    height: clamp(24px, 30 * var(--vw1440), 30px);
    font-size: clamp(12px, 16 * var(--vw1440), 16px);
  }
}
.news-thumb-link {
  position: relative;
  display: block;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (hover: hover) {
  .news-thumb-link:where(:-moz-any-link, :enabled, summary):hover {
    color: #AD0306;
  }
  .news-thumb-link:where(:any-link, :enabled, summary):hover {
    color: #AD0306;
  }
  .news-thumb-link:where(:-moz-any-link, :enabled, summary):hover .news-thumb-image img {
    scale: 1.05;
  }
  .news-thumb-link:where(:any-link, :enabled, summary):hover .news-thumb-image img {
    scale: 1.05;
  }
}
.news-thumb-image {
  position: relative;
  overflow: hidden;
  margin-bottom: 0.6em;
}
@media screen and (min-width: 768px), print {
  .news-thumb-image {
    margin-bottom: clamp(1.2rem, 16 * var(--vw1440), 1.6rem);
  }
}
.news-thumb-image::before {
  content: "";
  display: block;
  padding-top: 66%;
}
.news-thumb-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: scale 0.3s ease;
  transition: scale 0.3s ease;
}
/* topics_paging */
#topics_paging, #topics_paging li {
  display: -ms-flexbox;
}

#topics_paging_all {
  margin-bottom: 0.75rem;
  text-align: center;
}

#topics_paging {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -1em;
}

#topics_paging li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0.25rem;
  padding: 0.75rem 1rem 0.77rem;
  line-height: 1.2;
  font-size: 1.4rem;
  color: #333;
  text-align: center;
  border-radius: 0;
  border: 1px solid #eee;
  background-color: #fff;
  list-style-type: none;
  list-style-image: none;
}

#topics_paging a {
  display: block;
  margin: -0.75rem -1rem;
  padding: 0.75rem 1rem;
  color: #333;
}

#topics_paging a:hover {
  color: #AD0306;
  text-decoration: none;
}

/* ==========================================================================
   Header Line Adjustment (Lower Pages)
   ========================================================================== */

@media screen and (min-width: 768px), print {
  .subheader::before {
    /* 文字列が長いため、開始位置を右へ調整 */
    left: clamp(30rem, 560 * var(--vw1100), 120rem);
  }
}
