@charset "UTF-8";
/* ///////////////////////////////////////////
  style.scss
/////////////////////////////////////////// */
/*====================================
  00_base
=====================================*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 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: 1em;
  /* 2 */ }

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  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: 1em;
  /* 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; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.cf:after {
  clear: both; }

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
  *zoom: 1; }

/* ///////////////////////////////////////////
  value.scss
  変数・mixinに関する設定
/////////////////////////////////////////// */
/*====================================
  カラー
=====================================*/
/*===================================*/
/*====================================
  画像
=====================================*/
/*====================================
  font
=====================================*/
/*
@mixin special-gothic-expanded-one-R {
  font-family: "Special Gothic Expanded One", sans-serif;
  font-weight: 400;
  font-style: normal;
}
*/
/*====================================
  基本設定
=====================================*/
/* /////////////////////////////////
可変サイズ指定
・フォント（font-size）
・マージン（margin）
・パディング（padding）
・幅（width）
・高さ（height）
///////////////////////////////// */
/*
サイズとビューポートに基づいてvwを計算するための関数
ビューポート幅にスクロールバーの幅を加えることにより、ビューポートの実際の表示可能な幅を考慮
*/
/*
ピクセル単位のサイズ ($px) を rem 単位に変換するための関数
*/
/*====================================
  レイアウト・パーツ
=====================================*/
:root {
  --leading-trim: calc((1em - 1lh) / 2); }

/* /////////////////////////////////
  Media Queries
///////////////////////////////// */
/*!
 * Bootstrap Reboot v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent; }

a:hover {
  color: #0056b3;
  text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none; }

a:not([href]):not([tabindex]):focus {
  outline: 0; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

select {
  word-wrap: normal; }

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

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

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

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

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

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

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

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

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

/*# sourceMappingURL=bootstrap-reboot.css.map */
/*====================================
  01_layout
=====================================*/
/* ///////////////////////////////////////////
  value.scss
  変数・mixinに関する設定
/////////////////////////////////////////// */
/*====================================
  カラー
=====================================*/
/*===================================*/
/*====================================
  画像
=====================================*/
/*====================================
  font
=====================================*/
/*
@mixin special-gothic-expanded-one-R {
  font-family: "Special Gothic Expanded One", sans-serif;
  font-weight: 400;
  font-style: normal;
}
*/
/*====================================
  基本設定
=====================================*/
/* /////////////////////////////////
可変サイズ指定
・フォント（font-size）
・マージン（margin）
・パディング（padding）
・幅（width）
・高さ（height）
///////////////////////////////// */
/*
サイズとビューポートに基づいてvwを計算するための関数
ビューポート幅にスクロールバーの幅を加えることにより、ビューポートの実際の表示可能な幅を考慮
*/
/*
ピクセル単位のサイズ ($px) を rem 単位に変換するための関数
*/
/*====================================
  レイアウト・パーツ
=====================================*/
:root {
  --leading-trim: calc((1em - 1lh) / 2); }

/* /////////////////////////////////
  Media Queries
///////////////////////////////// */
/* ///////////////////////////////////////////
  layout.scss
  全体のレイアウトに関する記述
/////////////////////////////////////////// */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

html {
  word-wrap: break-word;
  font-size: 62.5%;
  margin: 0;
  padding: 0; }

body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  color: #333;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth; }
  @media only screen and (max-width: 834px) {
    body {
      font-size: 1.4rem;
      line-height: 1.4;
      background: url("../images/common/grid-sp.png") repeat #FFF; } }
  @media print, screen and (min-width: 835px) {
    body {
      font-size: 1.6rem;
      line-height: 1.6;
      background: url("../images/common/grid-pc.png") repeat #FFF; } }

h1, h2, h3, h4, h5, h6,
table, tr, td, th,
ol, ul, li,
dl, dt, dd,
p {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  list-style: none; }

i, em {
  font-style: normal; }

img {
  border: none;
  margin: 0;
  padding: 0; }

figure {
  display: block;
  margin: 0; }

a, *:focus {
  outline: none; }

*::selection {
  background: #DB0000;
  color: #FFF; }

*::-moz-selection {
  background: #DB0000;
  color: #FFF; }

.hide {
  display: none !important; }

@media only screen and (max-width: 834px) {
  .hideSP {
    display: none !important; } }

@media only screen and (min-width: 835px) and (max-width: 1219px) {
  .hideTL {
    display: none !important; } }

@media print, screen and (min-width: 1220px) {
  .hideDT {
    display: none !important; } }

@media print, screen and (min-width: 835px) {
  .hidePC {
    display: none !important; } }

a {
  outline: none; }
  a *:focus {
    outline: 0; }
  a:link {
    color: #DB0000; }
  a:visited {
    color: #DB0000; }
  a:hover {
    color: #DB0000;
    text-decoration: none; }
  a:active {
    color: #DB0000; }

.lazyload {
  opacity: 0; }

.lazyloaded {
  opacity: 1;
  transition: all 0.5s; }

/* フェードアップ表示 */
.js-fadeUp {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.5s, transform 1s; }

.order {
  opacity: 0; }

.fadeOrder {
  animation-name: fadeOrder;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0; }

@keyframes fadeOrder {
  from {
    opacity: 0;
    transform: translateY(50px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
/* ///////////////////////////////////////////
  value.scss
  変数・mixinに関する設定
/////////////////////////////////////////// */
/*====================================
  カラー
=====================================*/
/*===================================*/
/*====================================
  画像
=====================================*/
/*====================================
  font
=====================================*/
/*
@mixin special-gothic-expanded-one-R {
  font-family: "Special Gothic Expanded One", sans-serif;
  font-weight: 400;
  font-style: normal;
}
*/
/*====================================
  基本設定
=====================================*/
/* /////////////////////////////////
可変サイズ指定
・フォント（font-size）
・マージン（margin）
・パディング（padding）
・幅（width）
・高さ（height）
///////////////////////////////// */
/*
サイズとビューポートに基づいてvwを計算するための関数
ビューポート幅にスクロールバーの幅を加えることにより、ビューポートの実際の表示可能な幅を考慮
*/
/*
ピクセル単位のサイズ ($px) を rem 単位に変換するための関数
*/
/*====================================
  レイアウト・パーツ
=====================================*/
:root {
  --leading-trim: calc((1em - 1lh) / 2); }

/* /////////////////////////////////
  Media Queries
///////////////////////////////// */
/* ///////////////////////////////////////////
  header.scss
  ヘッダーに関する設定
/////////////////////////////////////////// */
.header {
  width: 100%;
  display: block;
  transition: all .2s ease-out;
  position: sticky;
  top: 0;
  z-index: 100;
  /* ======================
  グローバルナビゲーション
  ====================== */
  /* ======================
  スクロール時
  ====================== */
  /*
  &.fixed {
    background: $baseColor;
    box-shadow: 0px 4px 10px RGB(0 0 0 / 0.03);
  }
  */ }
  .header__container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    /* ======================
    ロゴ
    ====================== */
    /* ======================
    PC用ナビゲーション
    ====================== */
    /* ======================
    お問い合わせボタン
    ====================== */
    /* ======================
    ハンバーガーメニューボタン
    ====================== */ }
    @media only screen and (max-width: 834px) {
      .header__container {
        height: 60px;
        padding: 5px 60px 5px 10px; } }
    @media print, screen and (min-width: 835px) {
      .header__container {
        height: 200px;
        padding: 15px 200px 15px 70px; } }
  @media only screen and (min-width: 835px) and (max-width: 1480px) {
    .header__container {
      padding: 15px 200px 15px 30px; } }

    .header__container #logo {
      display: flex;
      align-items: center;
      transition: all .2s ease-out;
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto 0;
      z-index: 2; }
      @media only screen and (max-width: 834px) {
        .header__container #logo {
          left: 10px; } }
      @media print, screen and (min-width: 835px) {
        .header__container #logo {
          left: 70px; } }
  @media only screen and (min-width: 835px) and (max-width: 1480px) {
    .header__container #logo {
      left: 30px; } }

      .header__container #logo a {
        display: block;
        flex-shrink: 0;
        transition: all .2s ease-out; }
        @media only screen and (max-width: 834px) {
          .header__container #logo a {
            max-width: 85px; } }
        @media print, screen and (min-width: 835px) {
          .header__container #logo a {
            max-width: 165px; } }
  @media only screen and (min-width: 835px) and (max-width: 1480px) {
    .header__container #logo a {
      max-width: 135px; } }

        .header__container #logo a img {
          display: block;
          width: 100%;
          max-width: 165px;
          height: auto;
          margin: auto;
          transition: all .2s ease-out; }
        .header__container #logo a:hover {
          opacity: 0.8; }
    @media print, screen and (min-width: 835px) {
      .header__container #pcNavi {
        margin-right: 50px; } }
  @media only screen and (min-width: 835px) and (max-width: 1480px) {
    .header__container #pcNavi {
      margin-right: 40px; } }
  @media only screen and (min-width: 835px) and (max-width: 1280px) {
    .header__container #pcNavi {
      display: none; } }
    @media print, screen and (min-width: 835px) {
        .header__container #pcNavi ul {
          display: flex;
          align-items: center;
          flex-shrink: 0;
          /*
          @media only screen and (max-width: 1480px) {
            display: none;
          }
          */ }
          .header__container #pcNavi ul li {
            line-height: 1.3125;
            font-weight: 700;
            letter-spacing: 0.05em;
            transition: all .2s ease-out;
            font-size: clamp(1.5rem, 1.1453113815vw, 1.6rem); }
            .header__container #pcNavi ul li:nth-child(n+2) {
              margin-left: 40px; }
            .header__container #pcNavi ul li a {
              color: #333;
              text-decoration: none;
              text-align: center;
              display: flex;
              flex-direction: column;
              justify-content: center;
              align-items: center;
              transition: all .2s ease-out; }
              .header__container #pcNavi ul li a:hover {
                color: #DB0000; } }
    .header__container > .contact {
      font-family: "Staatliches", sans-serif;
      font-weight: 400;
      font-style: normal;
      line-height: 1;
      color: #DB0000;
      letter-spacing: 0.05em;
      text-align: center;
      text-decoration: none;
      display: flex;
      justify-content: center;
      align-items: center;
      background: #FFF;
      border: 1px solid #DB0000;
      border-radius: 30px;
      transition: all .2s ease-out; }
      @media only screen and (max-width: 834px) {
        .header__container > .contact {
          width: 110px;
          min-height: 30px;
          margin-right: 15px;
          font-size: clamp(1.2rem, 3.0612244898vw, 1.2rem); } }
      @media print, screen and (min-width: 835px) {
        .header__container > .contact {
          width: 200px;
          min-height: 60px;
          border-radius: 30px;
          margin-right: 60px;
          font-size: clamp(2rem, 1.7179670723vw, 2.4rem); } }
  @media only screen and (min-width: 835px) and (max-width: 1480px) {
    .header__container > .contact {
      width: 160px;
      min-height: 50px;
      border-radius: 25px;
      margin-right: 30px;
      font-size: clamp(1.8rem, 1.2884753042vw, 1.8rem); } }

      .header__container > .contact:hover {
        color: #FFF;
        background: #DB0000; }
    .header__container #menuButton {
      font-family: "Staatliches", sans-serif;
      font-weight: 400;
      font-style: normal;
      line-height: 1.0;
      color: #FFF;
      letter-spacing: 0.05em;
      text-align: center;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      background: #1A1A1A;
      cursor: pointer;
      touch-action: manipulation;
      transition: all .2s ease-out;
      position: fixed;
      top: 0;
      right: 0;
      z-index: 10000; }
      @media only screen and (max-width: 834px) {
        .header__container #menuButton {
          width: 60px;
          height: 60px;
          font-size: clamp(1rem, 2.5510204082vw, 1rem); } }
      @media print, screen and (min-width: 835px) {
        .header__container #menuButton {
          width: 200px;
          height: 200px;
          font-size: clamp(2rem, 1.4316392269vw, 2rem); } }
      .header__container #menuButton .icon {
        height: 1px;
        background: #FFF;
        display: block;
        transition-property: background-color, transform;
        transition-duration: 0.3s;
        position: relative; }
        @media only screen and (max-width: 834px) {
          .header__container #menuButton .icon {
            width: 28px;
            margin: 7px 0 12px 0; } }
        @media print, screen and (min-width: 835px) {
          .header__container #menuButton .icon {
            width: 60px;
            margin: 20px 0 35px 0; } }
        .header__container #menuButton .icon::before, .header__container #menuButton .icon::after {
          height: 1px;
          content: "";
          background: #FFF;
          display: block;
          transition-property: background-color, transform;
          transition-duration: 0.3s;
          position: absolute; }
          @media only screen and (max-width: 834px) {
            .header__container #menuButton .icon::before, .header__container #menuButton .icon::after {
              width: 28px; } }
          @media print, screen and (min-width: 835px) {
            .header__container #menuButton .icon::before, .header__container #menuButton .icon::after {
              width: 60px; } }
        @media only screen and (max-width: 834px) {
          .header__container #menuButton .icon::before {
            top: -5px; } }
        @media print, screen and (min-width: 835px) {
          .header__container #menuButton .icon::before {
            top: -15px; } }
        @media only screen and (max-width: 834px) {
          .header__container #menuButton .icon::after {
            top: 5px; } }
        @media print, screen and (min-width: 835px) {
          .header__container #menuButton .icon::after {
            top: 15px; } }
      .header__container #menuButton.active .icon {
        background: none; }
        @media only screen and (max-width: 834px) {
          .header__container #menuButton.active .icon::before {
            transform: translateY(5px) rotate(30deg); } }
        @media print, screen and (min-width: 835px) {
          .header__container #menuButton.active .icon::before {
            transform: translateY(15px) rotate(30deg); } }
        @media only screen and (max-width: 834px) {
          .header__container #menuButton.active .icon::after {
            transform: translateY(-5px) rotate(-30deg); } }
        @media print, screen and (min-width: 835px) {
          .header__container #menuButton.active .icon::after {
            transform: translateY(-15px) rotate(-30deg); } }
  .header #globalNavi {
    width: 100%;
    height: 100vh;
    background: #1A1A1A;
    display: none;
    overflow-y: auto;
    overflow-x: hidden;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
    /*
    &.active {
      nav{
        right: 0;
      }
    }
    */ }
    @media only screen and (max-width: 834px) {
      .header #globalNavi {
        padding: 80px 20px; } }
    @media print, screen and (min-width: 835px) {
      .header #globalNavi {
        padding: 200px 70px; } }
  @media only screen and (min-width: 835px) and (max-width: 1480px) {
    .header #globalNavi {
      padding: 200px 30px; } }

    .header #globalNavi nav {
      width: 100%;
      /*
      position: fixed;
      right: -100%;
      z-index: 999;
      transition: right .2s;
      overflow-y: auto;
      overflow-x: hidden;
      -webkit-overflow-scrolling: touch;
      */ }
      @media print, screen and (min-width: 835px) {
        .header #globalNavi nav {
          max-width: 1310px;
          display: flex;
          justify-content: space-between;
          flex-wrap: wrap;
          margin: 0 auto; } }
      @media only screen and (max-width: 834px) {
        .header #globalNavi nav ul:nth-of-type(n+2) {
          margin-top: 45px; } }
      @media print, screen and (min-width: 835px) {
        .header #globalNavi nav ul {
          width: 50%; } }
      @media only screen and (max-width: 834px) {
        .header #globalNavi nav ul li:nth-child(n+2) {
          margin-top: 45px; } }
      @media print, screen and (min-width: 835px) {
        .header #globalNavi nav ul li:nth-child(n+2) {
          margin-top: 70px; } }
      .header #globalNavi nav ul li a {
        color: #FFF;
        text-decoration: none;
        display: inline-flex;
        flex-direction: column;
        transition: all .2s ease-out; }
        .header #globalNavi nav ul li a:hover {
          color: #DB0000; }
        .header #globalNavi nav ul li a .en {
          font-family: "Staatliches", sans-serif;
          font-weight: 400;
          font-style: normal;
          line-height: 1.25;
          letter-spacing: 0.05em;
          margin-block: calc((1em - 1lh) / 2); }
          @media only screen and (max-width: 834px) {
            .header #globalNavi nav ul li a .en {
              font-size: clamp(2.4rem, 8.1632653061vw, 3.2rem); } }
          @media print, screen and (min-width: 835px) {
            .header #globalNavi nav ul li a .en {
              font-size: clamp(4.8rem, 4.5812455261vw, 6.4rem); } }
        .header #globalNavi nav ul li a .jp {
          font-weight: 700;
          letter-spacing: 0.05em;
          display: flex;
          align-items: center; }
          @media only screen and (max-width: 834px) {
            .header #globalNavi nav ul li a .jp {
              margin-top: -1px;
              font-size: clamp(1.4rem, 3.5714285714vw, 1.4rem); } }
          @media print, screen and (min-width: 835px) {
            .header #globalNavi nav ul li a .jp {
              margin-top: 1px;
              font-size: clamp(1.4rem, 1.1453113815vw, 1.6rem); } }
          .header #globalNavi nav ul li a .jp::before {
            content: "";
            background: url("../images/common/icon-ellipse.svg") no-repeat left top/contain;
            display: block;
            flex-shrink: 0; }
            @media only screen and (max-width: 834px) {
              .header #globalNavi nav ul li a .jp::before {
                width: 10px;
                height: 12px;
                margin: 0.15em 5px 0 0; } }
            @media print, screen and (min-width: 835px) {
              .header #globalNavi nav ul li a .jp::before {
                width: 14px;
                height: 16px;
                margin: 0.15em 10px 0 0; } }
      @media only screen and (max-width: 834px) {
        .header #globalNavi nav ul li.contact {
          margin-top: 60px; } }
      @media print, screen and (min-width: 835px) {
        .header #globalNavi nav ul li.contact {
          margin-top: 120px; } }
      .header #globalNavi nav ul li.contact a {
        width: 100%;
        color: #FFF;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background: #DB0000;
        border-radius: 50px;
        transition: all .2s ease-out; }
        @media only screen and (max-width: 834px) {
          .header #globalNavi nav ul li.contact a {
            min-height: 80px; } }
        @media print, screen and (min-width: 835px) {
          .header #globalNavi nav ul li.contact a {
            max-width: 480px;
            min-height: 100px; } }
        .header #globalNavi nav ul li.contact a:hover {
          color: #DB0000;
          background: #FFF; }
        @media only screen and (max-width: 834px) {
          .header #globalNavi nav ul li.contact a .en {
            font-size: clamp(2.4rem, 8.1632653061vw, 3.2rem); } }
        @media print, screen and (min-width: 835px) {
          .header #globalNavi nav ul li.contact a .en {
            font-size: clamp(3.2rem, 2.8632784538vw, 4rem); } }
        .header #globalNavi nav ul li.contact a .jp {
          display: block;
          margin-top: -1px; }
          .header #globalNavi nav ul li.contact a .jp::before {
            display: none; }
  .header.fixed {
    background: #FFF;
    box-shadow: 0px 4px 10px RGB(0 0 0/0.03); }
    @media print, screen and (min-width: 835px) {
      .header.fixed .header__container {
        height: 100px;
        padding: 15px 100px 15px 30px; } }
    @media print, screen and (min-width: 835px) {
      .header.fixed .header__container #logo {
        left: 30px; } }
    @media print, screen and (min-width: 835px) {
      .header.fixed .header__container #logo a {
        max-width: 135px; } }
    @media print, screen and (min-width: 835px) {
      .header.fixed .header__container #menuButton {
        width: 100px;
        height: 100px;
        font-size: clamp(1.2rem, 0.8589835361vw, 1.2rem); } }
    @media print, screen and (min-width: 835px) {
      .header.fixed .header__container #menuButton .icon {
        width: 35px;
        margin: 17px 0 22px 0; } }
    @media print, screen and (min-width: 835px) {
      .header.fixed .header__container #menuButton .icon::before, .header.fixed .header__container #menuButton .icon::after {
        width: 36px; } }
    @media print, screen and (min-width: 835px) {
      .header.fixed .header__container #menuButton .icon::before {
        top: -10px; } }
    @media print, screen and (min-width: 835px) {
      .header.fixed .header__container #menuButton .icon::after {
        top: 10px; } }
    @media print, screen and (min-width: 835px) {
      .header.fixed .header__container #menuButton.active .icon::before {
        transform: translateY(10px) rotate(30deg); } }
    @media print, screen and (min-width: 835px) {
      .header.fixed .header__container #menuButton.active .icon::after {
        transform: translateY(-10px) rotate(-30deg); } }

/* ///////////////////////////////////////////
  value.scss
  変数・mixinに関する設定
/////////////////////////////////////////// */
/*====================================
  カラー
=====================================*/
/*===================================*/
/*====================================
  画像
=====================================*/
/*====================================
  font
=====================================*/
/*
@mixin special-gothic-expanded-one-R {
  font-family: "Special Gothic Expanded One", sans-serif;
  font-weight: 400;
  font-style: normal;
}
*/
/*====================================
  基本設定
=====================================*/
/* /////////////////////////////////
可変サイズ指定
・フォント（font-size）
・マージン（margin）
・パディング（padding）
・幅（width）
・高さ（height）
///////////////////////////////// */
/*
サイズとビューポートに基づいてvwを計算するための関数
ビューポート幅にスクロールバーの幅を加えることにより、ビューポートの実際の表示可能な幅を考慮
*/
/*
ピクセル単位のサイズ ($px) を rem 単位に変換するための関数
*/
/*====================================
  レイアウト・パーツ
=====================================*/
:root {
  --leading-trim: calc((1em - 1lh) / 2); }

/* /////////////////////////////////
  Media Queries
///////////////////////////////// */
/* ///////////////////////////////////////////
  footer.scss
  フッターに関する設定
/////////////////////////////////////////// */
.footer {
  background: #FFF;
  position: relative;
  /* ======================
  ページの先頭にもどる
  ====================== */
  /* ======================
  DAITO J HOME
  ====================== */
  /* ======================
  コンテンツ
  ====================== */ }
  @media only screen and (max-width: 834px) {
    .footer {
      padding: 50px 20px 40px 20px; } }
  @media print, screen and (min-width: 835px) {
    .footer {
      padding: 190px 70px 40px 70px; } }
  @media only screen and (min-width: 835px) and (max-width: 1480px) {
    .footer {
      padding: 190px 30px 40px 30px; } }

  .footer__pagetop {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFF;
    border-radius: 50%;
    transition: all .2s ease-out;
    position: fixed;
    bottom: 40px;
    z-index: 10; }
    @media only screen and (max-width: 834px) {
      .footer__pagetop {
        right: 20px; } }
    @media print, screen and (min-width: 835px) {
      .footer__pagetop {
        right: 40px; } }
    .footer__pagetop:not(.active) {
      pointer-events: none;
      opacity: 0; }
    .footer__pagetop::before {
      width: 13px;
      height: 11px;
      content: "";
      background: url("../images/common/arrow-right.svg") no-repeat left top/contain;
      display: block;
      transform: rotate(-90deg);
      transition: all .2s ease-out; }
    .footer__pagetop:hover {
      background: linear-gradient(135deg, #ff90b3 0%, #1e3a8a 100%); }
      .footer__pagetop:hover::before {
        background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214.26%22%20height%3D%2212.996%22%20viewBox%3D%220%200%2014.26%2012.996%22%3E%20%3Cg%20transform%3D%22translate(31.13%2030.498)%20rotate(180)%22%3E%20%3Cline%20x2%3D%2212.22%22%20transform%3D%22translate(17.91%2024)%22%20fill%3D%22none%22%20stroke%3D%22%23FFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%20%3Cpath%20d%3D%22M24.04%2C18.91%2C17.87%2C24l6.17%2C5.09%22%20fill%3D%22none%22%20stroke%3D%22%23FFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat left top/contain; }
  .footer__copy {
    display: block;
    position: absolute;
    top: -9.5vw;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 2; }
    @media only screen and (max-width: 834px) {
      .footer__copy {
        width: 204px;
        top: -35px; } }
    @media print, screen and (min-width: 835px) {
      .footer__copy {
        width: calc(100% - 140px);
        max-width: 74.375%; } }
  @media only screen and (min-width: 835px) and (max-width: 1480px) {
    .footer__copy {
      width: calc(100% - 60px); } }

    .footer__copy img {
      display: block;
      width: 100%;
      max-width: 100%;
      height: auto;
      margin: 0 auto; }
  .footer__container {
    /* 会社情報 */
    /* その他 */
    /* コピーライト */ }
    @media print, screen and (min-width: 835px) {
      .footer__container {
        max-width: 1300px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin: 0 auto; } }
    @media only screen and (max-width: 834px) {
      .footer__container > dl {
        margin-bottom: 55px; } }
    .footer__container > dl dt,
    .footer__container > dl dd {
      line-height: 1.4;
      letter-spacing: 0.05em;
      margin-block: calc((1em - 1lh) / 2); }
    .footer__container > dl dt {
      color: #DB0000;
      font-weight: 700; }
      @media only screen and (max-width: 834px) {
        .footer__container > dl dt {
          margin-bottom: 12px;
          font-size: clamp(1.4rem, 4.0816326531vw, 1.6rem); } }
      @media print, screen and (min-width: 835px) {
        .footer__container > dl dt {
          margin-bottom: 22px;
          font-size: clamp(1.6rem, 1.4316392269vw, 2rem); } }
      .footer__container > dl dt::before {
        width: 165px;
        height: 72px;
        content: "";
        background: url("../images/common/logo.svg") no-repeat left top/contain;
        display: block; }
        @media only screen and (max-width: 834px) {
          .footer__container > dl dt::before {
            margin: 0 auto 32px auto; } }
        @media print, screen and (min-width: 835px) {
          .footer__container > dl dt::before {
            margin: 0 0 60px 10px; } }
    .footer__container > dl dd {
      font-weight: 500; }
      @media only screen and (max-width: 834px) {
        .footer__container > dl dd {
          font-size: clamp(1.2rem, 3.5714285714vw, 1.4rem); } }
      @media print, screen and (min-width: 835px) {
        .footer__container > dl dd {
          font-size: clamp(1.4rem, 1.1453113815vw, 1.6rem); } }
      @media only screen and (max-width: 834px) {
        .footer__container > dl dd:nth-of-type(n+2) {
          margin-top: 12px; } }
      @media print, screen and (min-width: 835px) {
        .footer__container > dl dd:nth-of-type(n+2) {
          margin-top: 17px; } }
      .footer__container > dl dd a {
        color: #333;
        text-decoration: none;
        transition: all .2s ease-out; }
        @media only screen and (max-width: 834px) {
          .footer__container > dl dd a:hover {
            color: #DB0000; } }
        @media print, screen and (min-width: 835px) {
          .footer__container > dl dd a {
            pointer-events: none; } }
    @media print, screen and (min-width: 835px) {
      .footer__container nav {
        display: flex;
        justify-content: flex-end;
        padding-top: 135px; } }
    .footer__container nav ul {
      transition: all .2s ease-out; }
      @media only screen and (max-width: 834px) {
        .footer__container nav ul:nth-of-type(n+2) {
          margin-top: 22px; } }
      @media print, screen and (min-width: 835px) {
        .footer__container nav ul:nth-of-type(n+2) {
          margin-left: 100px; } }
  @media only screen and (min-width: 835px) and (max-width: 1480px) {
    .footer__container nav ul:nth-of-type(n+2) {
      margin-left: 30px; } }

      .footer__container nav ul li {
        line-height: 1.3125;
        font-weight: 700;
        letter-spacing: 0.05em;
        display: flex;
        align-items: center;
        margin-block: calc((1em - 1lh) / 2);
        transition: all .2s ease-out; }
        @media only screen and (max-width: 834px) {
          .footer__container nav ul li {
            font-size: clamp(1.4rem, 3.5714285714vw, 1.4rem); } }
        @media print, screen and (min-width: 835px) {
          .footer__container nav ul li {
            font-size: clamp(1.4rem, 1.1453113815vw, 1.6rem); } }
        .footer__container nav ul li::before {
          width: 10px;
          height: 12px;
          content: "";
          background: url("../images/common/icon-ellipse.svg") no-repeat left top/contain;
          display: block;
          flex-shrink: 0; }
          @media only screen and (max-width: 834px) {
            .footer__container nav ul li::before {
              margin: 0.15em 8px 0 0; } }
          @media print, screen and (min-width: 835px) {
            .footer__container nav ul li::before {
              margin: 0.15em 10px 0 0; } }
        .footer__container nav ul li:nth-child(n+2) {
          margin-top: 22px; }
        .footer__container nav ul li a {
          color: #333;
          text-decoration: none;
          transition: all .2s ease-out; }
          .footer__container nav ul li a:hover {
            color: #DB0000; }
        .footer__container nav ul li.contact {
          margin-top: 40px; }
          .footer__container nav ul li.contact::before {
            display: none; }
          .footer__container nav ul li.contact a {
            font-family: "Staatliches", sans-serif;
            font-weight: 400;
            font-style: normal;
            width: 100%;
            min-height: 60px;
            line-height: 1;
            color: #DB0000;
            letter-spacing: 0.05em;
            text-align: center;
            text-decoration: none;
            display: flex;
            justify-content: center;
            align-items: center;
            background: #FFF;
            border: 1px solid #DB0000;
            border-radius: 30px;
            transition: all .2s ease-out; }
            @media only screen and (max-width: 834px) {
              .footer__container nav ul li.contact a {
                font-size: clamp(2rem, 6.1224489796vw, 2.4rem); } }
            @media print, screen and (min-width: 835px) {
              .footer__container nav ul li.contact a {
                font-size: clamp(2rem, 1.7179670723vw, 2.4rem); } }
            .footer__container nav ul li.contact a:hover {
              color: #FFF;
              background: #DB0000; }
        .footer__container nav ul li.instagram {
          line-height: 1;
          justify-content: flex-end; }
          @media only screen and (max-width: 834px) {
            .footer__container nav ul li.instagram {
              margin-top: 40px;
              font-size: clamp(1.8rem, 5.1020408163vw, 2rem); } }
          @media print, screen and (min-width: 835px) {
            .footer__container nav ul li.instagram {
              width: 280px;
              margin-top: 45px;
              font-size: clamp(1.4rem, 1.1453113815vw, 1.6rem); } }
  @media only screen and (min-width: 835px) and (max-width: 1480px) {
    .footer__container nav ul li.instagram {
      width: 215px; } }

          .footer__container nav ul li.instagram::before {
            width: 60px;
            height: 1px;
            content: "";
            background: #DB0000;
            display: block;
            flex-shrink: 0;
            margin-right: 20px; }
          .footer__container nav ul li.instagram a {
            font-family: "Staatliches", sans-serif;
            font-weight: 400;
            font-style: normal;
            line-height: 1;
            color: #DB0000;
            letter-spacing: 0.05em;
            text-align: right;
            display: flex;
            align-items: center;
            transition: all .2s ease-out; }
            .footer__container nav ul li.instagram a::after {
              width: 20px;
              height: 20px;
              content: "";
              background: url("../images/common/icon-instagram.svg") no-repeat left top/contain;
              display: block;
              flex-shrink: 0;
              transition: all .2s ease-out;
              margin-left: 15px; }
            .footer__container nav ul li.instagram a:hover {
              color: #333; }
              .footer__container nav ul li.instagram a:hover::after {
                background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20clip-path%3D%22url(%23clip0_5_250)%22%3E%3Cpath%20d%3D%22M10%201.80176C12.6703%201.80176%2012.9863%201.81208%2014.041%201.86011C15.0159%201.90457%2015.5454%202.06732%2015.8979%202.20427C16.3648%202.38568%2016.6978%202.60241%2017.0479%202.95213C17.398%203.30224%2017.6148%203.63528%2017.7958%204.1021C17.9327%204.45459%2018.0955%204.98412%2018.1399%205.95903C18.188%207.01334%2018.1983%207.32971%2018.1983%2010C18.1983%2012.6703%2018.188%2012.9863%2018.1399%2014.041C18.0955%2015.0159%2017.9327%2015.5454%2017.7958%2015.8979C17.6144%2016.3647%2017.3976%2016.6978%2017.0479%2017.0479C16.6978%2017.398%2016.3648%2017.6147%2015.8979%2017.7957C15.5454%2017.9327%2015.0159%2018.0954%2014.041%2018.1399C12.9867%2018.1879%2012.6703%2018.1982%2010%2018.1982C7.32974%2018.1982%207.01337%2018.1879%205.95907%2018.1399C4.98415%2018.0954%204.45462%2017.9327%204.10213%2017.7957C3.63531%2017.6143%203.30227%2017.3976%202.95216%2017.0479C2.60205%2016.6978%202.38531%2016.3647%202.2043%2015.8979C2.06735%2015.5454%201.9046%2015.0159%201.86015%2014.041C1.81211%2012.9867%201.80179%2012.6703%201.80179%2010C1.80179%207.32971%201.81211%207.01373%201.86015%205.95903C1.9046%204.98412%202.06735%204.45459%202.2043%204.1021C2.38571%203.63528%202.60244%203.30224%202.95216%202.95213C3.30187%202.60202%203.63531%202.38528%204.10213%202.20427C4.45462%202.06732%204.98415%201.90457%205.95907%201.86011C7.01337%201.81208%207.32974%201.80176%2010%201.80176ZM10%200C7.28409%200%206.94351%200.0115116%205.8769%200.0603366C4.81267%200.108765%204.08545%200.277866%203.44954%200.525167C2.79179%200.780803%202.23407%201.12258%201.67834%201.67871C1.12221%202.23484%200.780437%202.79216%200.524801%203.4499C0.2775%204.08582%200.108398%204.81304%200.0599704%205.87726C0.0111454%206.94387%20-0.000366211%207.28445%20-0.000366211%2010.0004C-0.000366211%2012.7163%200.0111454%2013.0569%200.0599704%2014.1235C0.108398%2015.1878%200.2775%2015.915%200.524801%2016.5509C0.780437%2017.2086%201.12221%2017.7664%201.67834%2018.3221C2.23447%2018.8782%202.79179%2019.22%203.44954%2019.4756C4.08545%2019.7229%204.81267%2019.892%205.8769%2019.9405C6.94351%2019.9893%207.28409%2020.0008%2010%2020.0008C12.716%2020.0008%2013.0566%2019.9893%2014.1232%2019.9405C15.1874%2019.892%2015.9146%2019.7229%2016.5505%2019.4756C17.2083%2019.22%2017.766%2018.8782%2018.3217%2018.3221C18.8778%2017.766%2019.2196%2017.2086%2019.4753%2016.5509C19.7226%2015.915%2019.8917%2015.1878%2019.9401%2014.1235C19.9889%2013.0569%2020.0004%2012.7163%2020.0004%2010.0004C20.0004%207.28445%2019.9889%206.94387%2019.9401%205.87726C19.8917%204.81304%2019.7226%204.08582%2019.4753%203.4499C19.2196%202.79216%2018.8778%202.23444%2018.3217%201.67871C17.7656%201.12258%2017.2083%200.780803%2016.5505%200.525167C15.9146%200.277866%2015.1874%200.108765%2014.1232%200.0603366C13.0566%200.0115116%2012.716%200%2010%200Z%22%20fill%3D%22%23333%22%2F%3E%3Cpath%20d%3D%22M9.99995%204.86499C7.16374%204.86499%204.86499%207.16413%204.86499%209.99995C4.86499%2012.8358%207.16413%2015.1349%209.99995%2015.1349C12.8358%2015.1349%2015.1349%2012.8358%2015.1349%209.99995C15.1349%207.16413%2012.8358%204.86499%209.99995%204.86499ZM9.99995%2013.3332C8.15889%2013.3332%206.66675%2011.8406%206.66675%209.99995C6.66675%208.15929%208.15929%206.66675%209.99995%206.66675C11.8406%206.66675%2013.3332%208.15929%2013.3332%209.99995C13.3332%2011.8406%2011.8406%2013.3332%209.99995%2013.3332Z%22%20fill%3D%22%23333%22%2F%3E%3Cpath%20d%3D%22M15.3382%205.86188C16.0009%205.86188%2016.5382%205.32463%2016.5382%204.6619C16.5382%203.99917%2016.0009%203.46191%2015.3382%203.46191C14.6754%203.46191%2014.1382%203.99917%2014.1382%204.6619C14.1382%205.32463%2014.6754%205.86188%2015.3382%205.86188Z%22%20fill%3D%22%23333%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_5_250%22%3E%3Crect%20width%3D%2220%22%20height%3D%2220%22%20fill%3D%22white%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E"); }
    .footer__container > p {
      width: 100%;
      line-height: 1.166;
      letter-spacing: 0.05em;
      font-weight: 500;
      margin-block: calc((1em - 1lh) / 2);
      margin-top: 55px; }
      @media only screen and (max-width: 834px) {
        .footer__container > p {
          text-align: center;
          font-size: clamp(1.2rem, 3.0612244898vw, 1.2rem); } }
      @media print, screen and (min-width: 835px) {
        .footer__container > p {
          text-align: right;
          font-size: clamp(1.2rem, 0.8589835361vw, 1.2rem); } }

/*====================================
  02_module
=====================================*/
/* ///////////////////////////////////////////
  value.scss
  変数・mixinに関する設定
/////////////////////////////////////////// */
/*====================================
  カラー
=====================================*/
/*===================================*/
/*====================================
  画像
=====================================*/
/*====================================
  font
=====================================*/
/*
@mixin special-gothic-expanded-one-R {
  font-family: "Special Gothic Expanded One", sans-serif;
  font-weight: 400;
  font-style: normal;
}
*/
/*====================================
  基本設定
=====================================*/
/* /////////////////////////////////
可変サイズ指定
・フォント（font-size）
・マージン（margin）
・パディング（padding）
・幅（width）
・高さ（height）
///////////////////////////////// */
/*
サイズとビューポートに基づいてvwを計算するための関数
ビューポート幅にスクロールバーの幅を加えることにより、ビューポートの実際の表示可能な幅を考慮
*/
/*
ピクセル単位のサイズ ($px) を rem 単位に変換するための関数
*/
/*====================================
  レイアウト・パーツ
=====================================*/
:root {
  --leading-trim: calc((1em - 1lh) / 2); }

/* /////////////////////////////////
  Media Queries
///////////////////////////////// */
/* ///////////////////////////////////////////
  module.scss
  各ページで使い回すパーツやスタイルに関する記述
/////////////////////////////////////////// */
/* ======================
  @extend
====================== */
/**
 * 入力画面
 */
.page--contact .post_article #contact #mailform, .page--information .post_article.post #mailform {
  background: #F8F8F8;
  position: relative;
  /* チェックボックス */
  /* 個人情報の取り扱いについて */
  /* 送信ボタン等 */ }
  @media only screen and (max-width: 834px) {
    .page--contact .post_article #contact #mailform, .page--information .post_article.post #mailform {
      padding: 60px 20px 155px 20px;
      border-radius: 10px; } }
  @media print, screen and (min-width: 835px) {
    .page--contact .post_article #contact #mailform, .page--information .post_article.post #mailform {
      padding: 75px 140px 180px 140px;
      border-radius: 20px; } }
  @media only screen and (min-width: 835px) and (min-width: 835px) and (max-width: 1219px) {
    .page--contact .post_article #contact #mailform, .page--information .post_article.post #mailform {
      padding: 75px 30px 180px 30px; } }

  .page--contact .post_article #contact #mailform > p, .page--information .post_article.post #mailform > p {
    line-height: 1.3125;
    font-weight: 500;
    letter-spacing: 0.1em;
    margin-block: calc((1em - 1lh) / 2); }
    @media only screen and (max-width: 834px) {
      .page--contact .post_article #contact #mailform > p, .page--information .post_article.post #mailform > p {
        margin-bottom: 17px;
        font-size: clamp(1.6rem, 4.0816326531vw, 1.6rem); } }
    @media print, screen and (min-width: 835px) {
      .page--contact .post_article #contact #mailform > p, .page--information .post_article.post #mailform > p {
        text-align: center;
        margin-bottom: 27px;
        font-size: clamp(1.6rem, 1.1453113815vw, 1.6rem); } }
  .page--contact .post_article #contact #mailform > ol, .page--information .post_article.post #mailform > ol {
    display: flex;
    margin: 0 auto; }
    @media only screen and (max-width: 834px) {
      .page--contact .post_article #contact #mailform > ol, .page--information .post_article.post #mailform > ol {
        margin-bottom: 20px; } }
    @media print, screen and (min-width: 835px) {
      .page--contact .post_article #contact #mailform > ol, .page--information .post_article.post #mailform > ol {
        max-width: 460px;
        margin-bottom: 30px; } }
    .page--contact .post_article #contact #mailform > ol li, .page--information .post_article.post #mailform > ol li {
      color: #DB0000;
      line-height: 1.3125;
      font-weight: 700;
      display: flex;
      justify-content: center;
      align-items: center;
      background: #FFF;
      border: 1px solid #DB0000;
      border-radius: 25px;
      position: relative; }
      @media only screen and (max-width: 834px) {
        .page--contact .post_article #contact #mailform > ol li, .page--information .post_article.post #mailform > ol li {
          width: calc(50% - 7.5px);
          min-height: 40px;
          font-size: 1.2rem;
          flex-direction: column; }
          .page--contact .post_article #contact #mailform > ol li:nth-child(odd), .page--information .post_article.post #mailform > ol li:nth-child(odd) {
            margin-right: 15px; } }
      @media print, screen and (min-width: 835px) {
        .page--contact .post_article #contact #mailform > ol li, .page--information .post_article.post #mailform > ol li {
          width: calc(50% - 10px);
          min-height: 50px;
          font-size: 1.4rem; }
          .page--contact .post_article #contact #mailform > ol li:nth-child(odd), .page--information .post_article.post #mailform > ol li:nth-child(odd) {
            margin-right: 20px; } }
      .page--contact .post_article #contact #mailform > ol li:nth-child(n+2)::before, .page--information .post_article.post #mailform > ol li:nth-child(n+2)::before {
        height: 1px;
        content: "";
        background: #DB0000;
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto 0; }
        @media only screen and (max-width: 834px) {
          .page--contact .post_article #contact #mailform > ol li:nth-child(n+2)::before, .page--information .post_article.post #mailform > ol li:nth-child(n+2)::before {
            width: 15px;
            left: -16px; } }
        @media print, screen and (min-width: 835px) {
          .page--contact .post_article #contact #mailform > ol li:nth-child(n+2)::before, .page--information .post_article.post #mailform > ol li:nth-child(n+2)::before {
            width: 20px;
            left: -21px; } }
      .page--contact .post_article #contact #mailform > ol li span, .page--information .post_article.post #mailform > ol li span {
        font-family: "Staatliches", sans-serif;
        font-weight: 400;
        font-style: normal; }
        @media only screen and (max-width: 834px) {
          .page--contact .post_article #contact #mailform > ol li span, .page--information .post_article.post #mailform > ol li span {
            font-size: 0.8rem; } }
        @media print, screen and (min-width: 835px) {
          .page--contact .post_article #contact #mailform > ol li span, .page--information .post_article.post #mailform > ol li span {
            margin-right: 1.5em; } }
  @media only screen and (max-width: 834px) {
    .page--contact .post_article #contact #mailform > dl, .page--information .post_article.post #mailform > dl {
      margin-bottom: 30px; } }
  @media print, screen and (min-width: 835px) {
    .page--contact .post_article #contact #mailform > dl, .page--information .post_article.post #mailform > dl {
      display: flex;
      flex-wrap: wrap;
      margin-bottom: 40px; } }
  .page--contact .post_article #contact #mailform > dl dt, .page--information .post_article.post #mailform > dl dt,
  .page--contact .post_article #contact #mailform > dl dd,
  .page--information .post_article.post #mailform > dl dd {
    line-height: 1.5;
    letter-spacing: 0.05em; }
    @media only screen and (max-width: 834px) {
      .page--contact .post_article #contact #mailform > dl dt, .page--information .post_article.post #mailform > dl dt,
      .page--contact .post_article #contact #mailform > dl dd,
      .page--information .post_article.post #mailform > dl dd {
        font-size: clamp(1.6rem, 4.0816326531vw, 1.6rem); } }
    @media print, screen and (min-width: 835px) {
      .page--contact .post_article #contact #mailform > dl dt, .page--information .post_article.post #mailform > dl dt,
      .page--contact .post_article #contact #mailform > dl dd,
      .page--information .post_article.post #mailform > dl dd {
        font-size: clamp(1.6rem, 1.1453113815vw, 1.6rem); }
        .page--contact .post_article #contact #mailform > dl dt:nth-of-type(n+2), .page--information .post_article.post #mailform > dl dt:nth-of-type(n+2),
        .page--contact .post_article #contact #mailform > dl dd:nth-of-type(n+2),
        .page--information .post_article.post #mailform > dl dd:nth-of-type(n+2) {
          margin-top: 20px; } }
  .page--contact .post_article #contact #mailform > dl dt, .page--information .post_article.post #mailform > dl dt {
    font-weight: 700;
    display: flex;
    justify-content: space-between; }
    @media only screen and (max-width: 834px) {
      .page--contact .post_article #contact #mailform > dl dt, .page--information .post_article.post #mailform > dl dt {
        margin-bottom: 10px; }
        .page--contact .post_article #contact #mailform > dl dt:nth-of-type(n+2), .page--information .post_article.post #mailform > dl dt:nth-of-type(n+2) {
          margin-top: 15px; } }
    @media print, screen and (min-width: 835px) {
      .page--contact .post_article #contact #mailform > dl dt, .page--information .post_article.post #mailform > dl dt {
        width: 200px;
        padding: 0.75em 20px 0 0; } }
    .page--contact .post_article #contact #mailform > dl dt span, .page--information .post_article.post #mailform > dl dt span {
      width: 40px;
      height: 22px;
      line-height: 1;
      color: #FFF;
      font-size: 1.2rem;
      font-weight: 700;
      letter-spacing: 0.1em;
      text-align: center;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      background: #707070;
      margin-top: 2px; }
      .page--contact .post_article #contact #mailform > dl dt span.required, .page--information .post_article.post #mailform > dl dt span.required {
        background: #DB0000; }
  .page--contact .post_article #contact #mailform > dl dd, .page--information .post_article.post #mailform > dl dd {
    font-weight: 500;
    /*
    .select-item {
      display: block;
      cursor: pointer;
      position: relative;
      @include screen {
        width: 400px;
      }
      &::after {
        width: 10px;
        height: 10px;
        content: "";
        border-left: 2px solid $fontColor;
        border-bottom: 2px solid $fontColor;
        border-radius: 1px;
        transform: rotate(-45deg);
        transition: all 0.2s ease-out;
        position: absolute;
        right: 17px;
        top: 0;
        bottom: 0;
        margin: auto 0;
      }
      
      select {
        padding-right: 45px;
        cursor: pointer;
      }
    }
    */ }
    @media print, screen and (min-width: 835px) {
      .page--contact .post_article #contact #mailform > dl dd, .page--information .post_article.post #mailform > dl dd {
        width: calc(100% - 200px); } }
    .page--contact .post_article #contact #mailform > dl dd input[type="text"], .page--information .post_article.post #mailform > dl dd input[type="text"],
    .page--contact .post_article #contact #mailform > dl dd input[type="email"],
    .page--information .post_article.post #mailform > dl dd input[type="email"],
    .page--contact .post_article #contact #mailform > dl dd input[type="tel"],
    .page--information .post_article.post #mailform > dl dd input[type="tel"],
    .page--contact .post_article #contact #mailform > dl dd input[type="date"],
    .page--information .post_article.post #mailform > dl dd input[type="date"],
    .page--contact .post_article #contact #mailform > dl dd select,
    .page--information .post_article.post #mailform > dl dd select,
    .page--contact .post_article #contact #mailform > dl dd textarea,
    .page--information .post_article.post #mailform > dl dd textarea {
      width: 100%;
      line-height: 1.3125;
      color: #333;
      font-weight: 500;
      letter-spacing: 0.1em;
      display: block;
      padding: 0.7em 1em;
      background: #FFF;
      border: 1px solid #E6E6E6;
      border-radius: 4px;
      appearance: none;
      box-shadow: none;
      transition: all .2s ease-out; }
      @media only screen and (max-width: 834px) {
        .page--contact .post_article #contact #mailform > dl dd input[type="text"], .page--information .post_article.post #mailform > dl dd input[type="text"],
        .page--contact .post_article #contact #mailform > dl dd input[type="email"],
        .page--information .post_article.post #mailform > dl dd input[type="email"],
        .page--contact .post_article #contact #mailform > dl dd input[type="tel"],
        .page--information .post_article.post #mailform > dl dd input[type="tel"],
        .page--contact .post_article #contact #mailform > dl dd input[type="date"],
        .page--information .post_article.post #mailform > dl dd input[type="date"],
        .page--contact .post_article #contact #mailform > dl dd select,
        .page--information .post_article.post #mailform > dl dd select,
        .page--contact .post_article #contact #mailform > dl dd textarea,
        .page--information .post_article.post #mailform > dl dd textarea {
          font-size: clamp(1.6rem, 4.0816326531vw, 1.6rem); } }
      @media print, screen and (min-width: 835px) {
        .page--contact .post_article #contact #mailform > dl dd input[type="text"], .page--information .post_article.post #mailform > dl dd input[type="text"],
        .page--contact .post_article #contact #mailform > dl dd input[type="email"],
        .page--information .post_article.post #mailform > dl dd input[type="email"],
        .page--contact .post_article #contact #mailform > dl dd input[type="tel"],
        .page--information .post_article.post #mailform > dl dd input[type="tel"],
        .page--contact .post_article #contact #mailform > dl dd input[type="date"],
        .page--information .post_article.post #mailform > dl dd input[type="date"],
        .page--contact .post_article #contact #mailform > dl dd select,
        .page--information .post_article.post #mailform > dl dd select,
        .page--contact .post_article #contact #mailform > dl dd textarea,
        .page--information .post_article.post #mailform > dl dd textarea {
          font-size: clamp(1.6rem, 1.1453113815vw, 1.6rem); } }
      .page--contact .post_article #contact #mailform > dl dd input[type="text"]::placeholder, .page--information .post_article.post #mailform > dl dd input[type="text"]::placeholder,
      .page--contact .post_article #contact #mailform > dl dd input[type="email"]::placeholder,
      .page--information .post_article.post #mailform > dl dd input[type="email"]::placeholder,
      .page--contact .post_article #contact #mailform > dl dd input[type="tel"]::placeholder,
      .page--information .post_article.post #mailform > dl dd input[type="tel"]::placeholder,
      .page--contact .post_article #contact #mailform > dl dd input[type="date"]::placeholder,
      .page--information .post_article.post #mailform > dl dd input[type="date"]::placeholder,
      .page--contact .post_article #contact #mailform > dl dd select::placeholder,
      .page--information .post_article.post #mailform > dl dd select::placeholder,
      .page--contact .post_article #contact #mailform > dl dd textarea::placeholder,
      .page--information .post_article.post #mailform > dl dd textarea::placeholder {
        color: #D9D9D9; }
    .page--contact .post_article #contact #mailform > dl dd select, .page--information .post_article.post #mailform > dl dd select {
      cursor: pointer; }
    .page--contact .post_article #contact #mailform > dl dd > div, .page--information .post_article.post #mailform > dl dd > div {
      display: flex;
      align-items: center;
      margin-bottom: 5px; }
      .page--contact .post_article #contact #mailform > dl dd > div #zip, .page--information .post_article.post #mailform > dl dd > div #zip {
        width: 180px;
        margin-left: 10px; }
        @media only screen and (max-width: 834px) {
          .page--contact .post_article #contact #mailform > dl dd > div #zip, .page--information .post_article.post #mailform > dl dd > div #zip {
            width: 145px; } }
    .page--contact .post_article #contact #mailform > dl dd .attention, .page--information .post_article.post #mailform > dl dd .attention {
      line-height: 1.28571;
      font-weight: 500;
      letter-spacing: 0.05em;
      margin-block: calc((1em - 1lh) / 2);
      margin-top: 7px; }
      @media only screen and (max-width: 834px) {
        .page--contact .post_article #contact #mailform > dl dd .attention, .page--information .post_article.post #mailform > dl dd .attention {
          font-size: clamp(1.4rem, 3.5714285714vw, 1.4rem); } }
      @media print, screen and (min-width: 835px) {
        .page--contact .post_article #contact #mailform > dl dd .attention, .page--information .post_article.post #mailform > dl dd .attention {
          font-size: clamp(1.4rem, 1.0021474588vw, 1.4rem); } }
    .page--contact .post_article #contact #mailform > dl dd #message, .page--information .post_article.post #mailform > dl dd #message {
      min-height: 160px; }
      @media only screen and (max-width: 834px) {
        .page--contact .post_article #contact #mailform > dl dd #message, .page--information .post_article.post #mailform > dl dd #message {
          min-height: 180px; } }
  .page--contact .post_article #contact #mailform .wpcf7-list-item, .page--information .post_article.post #mailform .wpcf7-list-item {
    display: block; }
    .page--contact .post_article #contact #mailform .wpcf7-list-item:nth-of-type(n+2), .page--information .post_article.post #mailform .wpcf7-list-item:nth-of-type(n+2) {
      margin-top: 5px; }
    .page--contact .post_article #contact #mailform .wpcf7-list-item::after, .page--information .post_article.post #mailform .wpcf7-list-item::after {
      content: "";
      display: block;
      clear: both; }
    .page--contact .post_article #contact #mailform .wpcf7-list-item label, .page--information .post_article.post #mailform .wpcf7-list-item label {
      position: relative;
      margin: 0 !important; }
      .page--contact .post_article #contact #mailform .wpcf7-list-item label span, .page--information .post_article.post #mailform .wpcf7-list-item label span {
        height: 32px;
        line-height: 1.3125;
        color: #333;
        font-weight: 700;
        display: flex;
        align-items: center;
        word-break: break-all;
        transition: all .2s ease-out;
        cursor: pointer;
        /*
        &:hover {
          color: $mainColor;
        }
        */ }
        @media only screen and (max-width: 834px) {
          .page--contact .post_article #contact #mailform .wpcf7-list-item label span, .page--information .post_article.post #mailform .wpcf7-list-item label span {
            font-size: clamp(1.6rem, 4.0816326531vw, 1.6rem); } }
        @media print, screen and (min-width: 835px) {
          .page--contact .post_article #contact #mailform .wpcf7-list-item label span, .page--information .post_article.post #mailform .wpcf7-list-item label span {
            font-size: clamp(1.6rem, 1.1453113815vw, 1.6rem); } }
        .page--contact .post_article #contact #mailform .wpcf7-list-item label span a, .page--information .post_article.post #mailform .wpcf7-list-item label span a {
          color: #333;
          text-decoration: underline;
          transition: all .2s ease-out; }
          .page--contact .post_article #contact #mailform .wpcf7-list-item label span a:hover, .page--information .post_article.post #mailform .wpcf7-list-item label span a:hover {
            color: #DB0000; }
      .page--contact .post_article #contact #mailform .wpcf7-list-item label input[type="checkbox"] + span, .page--information .post_article.post #mailform .wpcf7-list-item label input[type="checkbox"] + span {
        position: relative;
        padding-left: 42px; }
      .page--contact .post_article #contact #mailform .wpcf7-list-item label input[type="checkbox"], .page--information .post_article.post #mailform .wpcf7-list-item label input[type="checkbox"] {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0; }
      .page--contact .post_article #contact #mailform .wpcf7-list-item label input[type="checkbox"] + span::before, .page--information .post_article.post #mailform .wpcf7-list-item label input[type="checkbox"] + span::before,
      .page--contact .post_article #contact #mailform .wpcf7-list-item label input[type="checkbox"] + span::after,
      .page--information .post_article.post #mailform .wpcf7-list-item label input[type="checkbox"] + span::after {
        content: "";
        display: inline-block;
        box-sizing: border-box;
        position: absolute;
        top: 0;
        left: 0; }
      .page--contact .post_article #contact #mailform .wpcf7-list-item label input[type="checkbox"] + span::before, .page--information .post_article.post #mailform .wpcf7-list-item label input[type="checkbox"] + span::before {
        width: 32px;
        height: 32px;
        background-color: #FFF;
        border: 1px solid #D9D9D9;
        border-radius: 4px;
        transition: all .2s ease-out;
        z-index: 1; }
        @media only screen and (max-width: 834px) {
          .page--contact .post_article #contact #mailform .wpcf7-list-item label input[type="checkbox"] + span::before, .page--information .post_article.post #mailform .wpcf7-list-item label input[type="checkbox"] + span::before {
            top: 0;
            bottom: 0;
            margin: auto 0; } }
      .page--contact .post_article #contact #mailform .wpcf7-list-item label input[type="checkbox"] + span::after, .page--information .post_article.post #mailform .wpcf7-list-item label input[type="checkbox"] + span::after {
        width: 7px;
        height: 13px;
        border-right: 2px solid #D9D9D9;
        border-bottom: 2px solid #D9D9D9;
        display: block;
        transform: rotate(45deg);
        opacity: 1;
        transition: all .2s ease-out;
        left: 12px;
        top: 8px;
        /*
        top: 0;
        bottom: 0;
        margin: auto 0;
        */
        z-index: 2; }
      .page--contact .post_article #contact #mailform .wpcf7-list-item label input[type="checkbox"]:checked + span::after, .page--information .post_article.post #mailform .wpcf7-list-item label input[type="checkbox"]:checked + span::after {
        border-color: #DB0000; }
  .page--contact .post_article #contact #mailform .privacy, .page--information .post_article.post #mailform .privacy {
    margin-bottom: 0; }
    @media only screen and (max-width: 834px) {
      .page--contact .post_article #contact #mailform .privacy, .page--information .post_article.post #mailform .privacy {
        text-align: center; } }
    @media only screen and (max-width: 834px) {
      .page--contact .post_article #contact #mailform .privacy .wpcf7-list-item label span, .page--information .post_article.post #mailform .privacy .wpcf7-list-item label span {
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        font-size: clamp(1.4rem, 3.5714285714vw, 1.4rem); } }
  .page--contact .post_article #contact #mailform #submit, .page--information .post_article.post #mailform #submit {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 2; }
    @media only screen and (max-width: 834px) {
      .page--contact .post_article #contact #mailform #submit, .page--information .post_article.post #mailform #submit {
        max-width: 245px;
        bottom: -30px; } }
    @media print, screen and (min-width: 835px) {
      .page--contact .post_article #contact #mailform #submit, .page--information .post_article.post #mailform #submit {
        max-width: 340px;
        bottom: -40px; } }
    .page--contact .post_article #contact #mailform #submit .cf-turnstile, .page--information .post_article.post #mailform #submit .cf-turnstile {
      display: flex;
      justify-content: center;
      align-items: center; }
      .page--contact .post_article #contact #mailform #submit .cf-turnstile > div, .page--information .post_article.post #mailform #submit .cf-turnstile > div {
        display: flex;
        justify-content: center;
        align-items: center; }
    .page--contact .post_article #contact #mailform #submit input[type="submit"], .page--information .post_article.post #mailform #submit input[type="submit"] {
      font-family: "Staatliches", sans-serif;
      font-weight: 400;
      font-style: normal;
      width: 100%;
      line-height: 1.5;
      color: #FFF;
      letter-spacing: 0.05em;
      text-decoration: none;
      text-align: center;
      display: flex;
      justify-content: center;
      align-items: center;
      background: #DB0000;
      transition: all .2s ease-out;
      overflow: hidden;
      cursor: pointer;
      position: relative;
      z-index: 1;
      margin: 0 auto;
      border: none;
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: 700;
      font-style: normal;
      letter-spacing: 0.1em !important;
      padding: 10px !important;
      border-radius: 40px !important;
      appearance: none;
      border: none;
      margin: 0;
      /*
      &.return {
        @include makeButton1;
        @include smartphone {
          margin-bottom: 15px;
        }
      }
      */ }
      .page--contact .post_article #contact #mailform #submit input[type="submit"]:link, .page--information .post_article.post #mailform #submit input[type="submit"]:link {
        color: #FFF; }
      .page--contact .post_article #contact #mailform #submit input[type="submit"]:visited, .page--information .post_article.post #mailform #submit input[type="submit"]:visited {
        color: #FFF; }
      @media only screen and (max-width: 834px) {
        .page--contact .post_article #contact #mailform #submit input[type="submit"], .page--information .post_article.post #mailform #submit input[type="submit"] {
          max-width: 195px;
          min-height: 50px;
          border-radius: 25px;
          font-size: clamp(1.6rem, 4.5918367347vw, 1.8rem); } }
      @media print, screen and (min-width: 835px) {
        .page--contact .post_article #contact #mailform #submit input[type="submit"], .page--information .post_article.post #mailform #submit input[type="submit"] {
          max-width: 340px;
          min-height: 80px;
          border-radius: 40px;
          font-size: clamp(2rem, 1.7179670723vw, 2.4rem); } }
      .page--contact .post_article #contact #mailform #submit input[type="submit"]::before, .page--information .post_article.post #mailform #submit input[type="submit"]::before {
        width: 21px;
        height: 8px;
        content: "";
        background: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2221%22%20height%3D%228%22%20viewBox%3D%220%200%2021%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20y%3D%223%22%20width%3D%2220%22%20height%3D%222%22%20fill%3D%22%23FFF%22%2F%3E%3Ccircle%20cx%3D%2217%22%20cy%3D%224%22%20r%3D%224%22%20fill%3D%22%23FFF%22%2F%3E%3C%2Fsvg%3E") no-repeat left top/contain;
        display: block;
        transition: all .2s ease-out;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto 0;
        z-index: 2; }
        @media only screen and (max-width: 834px) {
          .page--contact .post_article #contact #mailform #submit input[type="submit"]::before, .page--information .post_article.post #mailform #submit input[type="submit"]::before {
            left: 20px; } }
        @media print, screen and (min-width: 835px) {
          .page--contact .post_article #contact #mailform #submit input[type="submit"]::before, .page--information .post_article.post #mailform #submit input[type="submit"]::before {
            left: 35px; } }
  @media only screen and (min-width: 835px) and (min-width: 835px) and (max-width: 1219px) {
    .page--contact .post_article #contact #mailform #submit input[type="submit"]::before, .page--information .post_article.post #mailform #submit input[type="submit"]::before {
      left: 30px; } }

      .page--contact .post_article #contact #mailform #submit input[type="submit"]:hover, .page--information .post_article.post #mailform #submit input[type="submit"]:hover {
        background: #333; }
      @media only screen and (max-width: 834px) {
        .page--contact .post_article #contact #mailform #submit input[type="submit"], .page--information .post_article.post #mailform #submit input[type="submit"] {
          max-width: 295px;
          min-height: 60px;
          background: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2221%22%20height%3D%228%22%20viewBox%3D%220%200%2021%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20y%3D%223%22%20width%3D%2220%22%20height%3D%222%22%20fill%3D%22%23FFF%22%2F%3E%3Ccircle%20cx%3D%2217%22%20cy%3D%224%22%20r%3D%224%22%20fill%3D%22%23FFF%22%2F%3E%3C%2Fsvg%3E") no-repeat 20px center/21px 8px, #DB0000;
          font-size: clamp(1.6rem, 4.0816326531vw, 1.6rem); } }
      @media print, screen and (min-width: 835px) {
        .page--contact .post_article #contact #mailform #submit input[type="submit"], .page--information .post_article.post #mailform #submit input[type="submit"] {
          min-height: 80px;
          background: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2221%22%20height%3D%228%22%20viewBox%3D%220%200%2021%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20y%3D%223%22%20width%3D%2220%22%20height%3D%222%22%20fill%3D%22%23FFF%22%2F%3E%3Ccircle%20cx%3D%2217%22%20cy%3D%224%22%20r%3D%224%22%20fill%3D%22%23FFF%22%2F%3E%3C%2Fsvg%3E") no-repeat 40px center/21px 8px, #DB0000;
          font-size: clamp(1.8rem, 1.2884753042vw, 1.8rem); } }
      .page--contact .post_article #contact #mailform #submit input[type="submit"][disabled], .page--information .post_article.post #mailform #submit input[type="submit"][disabled] {
        pointer-events: none; }
        @media only screen and (max-width: 834px) {
          .page--contact .post_article #contact #mailform #submit input[type="submit"][disabled], .page--information .post_article.post #mailform #submit input[type="submit"][disabled] {
            background: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2221%22%20height%3D%228%22%20viewBox%3D%220%200%2021%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20y%3D%223%22%20width%3D%2220%22%20height%3D%222%22%20fill%3D%22%23FFF%22%2F%3E%3Ccircle%20cx%3D%2217%22%20cy%3D%224%22%20r%3D%224%22%20fill%3D%22%23FFF%22%2F%3E%3C%2Fsvg%3E") no-repeat 20px center/21px 8px, #5D5D5D; } }
        @media print, screen and (min-width: 835px) {
          .page--contact .post_article #contact #mailform #submit input[type="submit"][disabled], .page--information .post_article.post #mailform #submit input[type="submit"][disabled] {
            background: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2221%22%20height%3D%228%22%20viewBox%3D%220%200%2021%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20y%3D%223%22%20width%3D%2220%22%20height%3D%222%22%20fill%3D%22%23FFF%22%2F%3E%3Ccircle%20cx%3D%2217%22%20cy%3D%224%22%20r%3D%224%22%20fill%3D%22%23FFF%22%2F%3E%3C%2Fsvg%3E") no-repeat 40px center/21px 8px, #5D5D5D; } }
      @media only screen and (max-width: 834px) {
        .page--contact .post_article #contact #mailform #submit input[type="submit"]:hover, .page--information .post_article.post #mailform #submit input[type="submit"]:hover {
          background: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2221%22%20height%3D%228%22%20viewBox%3D%220%200%2021%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20y%3D%223%22%20width%3D%2220%22%20height%3D%222%22%20fill%3D%22%23FFF%22%2F%3E%3Ccircle%20cx%3D%2217%22%20cy%3D%224%22%20r%3D%224%22%20fill%3D%22%23FFF%22%2F%3E%3C%2Fsvg%3E") no-repeat 20px center/21px 8px, #333; } }
      @media print, screen and (min-width: 835px) {
        .page--contact .post_article #contact #mailform #submit input[type="submit"]:hover, .page--information .post_article.post #mailform #submit input[type="submit"]:hover {
          background: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2221%22%20height%3D%228%22%20viewBox%3D%220%200%2021%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20y%3D%223%22%20width%3D%2220%22%20height%3D%222%22%20fill%3D%22%23FFF%22%2F%3E%3Ccircle%20cx%3D%2217%22%20cy%3D%224%22%20r%3D%224%22%20fill%3D%22%23FFF%22%2F%3E%3C%2Fsvg%3E") no-repeat 40px center/21px 8px, #333; } }
    .page--contact .post_article #contact #mailform #submit .wpcf7-spinner, .page--information .post_article.post #mailform #submit .wpcf7-spinner {
      display: none !important; }

/**
 * 完了画面
 */
@media only screen and (max-width: 834px) {
  .page--contact .post_article #contact #mailform .thanks, .page--information .post_article.post #mailform .thanks {
    margin-top: 40px; } }
@media print, screen and (min-width: 835px) {
  .page--contact .post_article #contact #mailform .thanks, .page--information .post_article.post #mailform .thanks {
    margin-top: 60px; } }
@media only screen and (max-width: 834px) {
  .page--contact .post_article #contact #mailform .thanks .mod__heading2, .page--information .post_article.post #mailform .thanks .mod__heading2 {
    margin-bottom: 20px; } }
@media print, screen and (min-width: 835px) {
  .page--contact .post_article #contact #mailform .thanks .mod__heading2, .page--information .post_article.post #mailform .thanks .mod__heading2 {
    margin-bottom: 40px; } }
.page--contact .post_article #contact #mailform .thanks p, .page--information .post_article.post #mailform .thanks p {
  line-height: 2;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center; }
  .page--contact .post_article #contact #mailform .thanks p::before, .page--information .post_article.post #mailform .thanks p::before {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-top: calc((1 - 2) * 0.5em); }
  @media only screen and (max-width: 834px) {
    .page--contact .post_article #contact #mailform .thanks p, .page--information .post_article.post #mailform .thanks p {
      margin-bottom: 30px; } }
  @media print, screen and (min-width: 835px) {
    .page--contact .post_article #contact #mailform .thanks p, .page--information .post_article.post #mailform .thanks p {
      margin-bottom: 60px; } }
.page--contact .post_article #contact #mailform .thanks > a, .page--information .post_article.post #mailform .thanks > a {
  font-family: "Staatliches", sans-serif;
  font-weight: 400;
  font-style: normal;
  width: 100%;
  line-height: 1.5;
  color: #FFF;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #DB0000;
  transition: all .2s ease-out;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  border: none;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-style: normal;
  border-radius: 40px !important; }
  .page--contact .post_article #contact #mailform .thanks > a:link, .page--information .post_article.post #mailform .thanks > a:link {
    color: #FFF; }
  .page--contact .post_article #contact #mailform .thanks > a:visited, .page--information .post_article.post #mailform .thanks > a:visited {
    color: #FFF; }
  @media only screen and (max-width: 834px) {
    .page--contact .post_article #contact #mailform .thanks > a, .page--information .post_article.post #mailform .thanks > a {
      max-width: 195px;
      min-height: 50px;
      border-radius: 25px;
      font-size: clamp(1.6rem, 4.5918367347vw, 1.8rem); } }
  @media print, screen and (min-width: 835px) {
    .page--contact .post_article #contact #mailform .thanks > a, .page--information .post_article.post #mailform .thanks > a {
      max-width: 340px;
      min-height: 80px;
      border-radius: 40px;
      font-size: clamp(2rem, 1.7179670723vw, 2.4rem); } }
  .page--contact .post_article #contact #mailform .thanks > a::before, .page--information .post_article.post #mailform .thanks > a::before {
    width: 21px;
    height: 8px;
    content: "";
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2221%22%20height%3D%228%22%20viewBox%3D%220%200%2021%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20y%3D%223%22%20width%3D%2220%22%20height%3D%222%22%20fill%3D%22%23FFF%22%2F%3E%3Ccircle%20cx%3D%2217%22%20cy%3D%224%22%20r%3D%224%22%20fill%3D%22%23FFF%22%2F%3E%3C%2Fsvg%3E") no-repeat left top/contain;
    display: block;
    transition: all .2s ease-out;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    z-index: 2; }
    @media only screen and (max-width: 834px) {
      .page--contact .post_article #contact #mailform .thanks > a::before, .page--information .post_article.post #mailform .thanks > a::before {
        left: 20px; } }
    @media print, screen and (min-width: 835px) {
      .page--contact .post_article #contact #mailform .thanks > a::before, .page--information .post_article.post #mailform .thanks > a::before {
        left: 35px; } }
  @media only screen and (min-width: 835px) and (min-width: 835px) and (max-width: 1219px) {
    .page--contact .post_article #contact #mailform .thanks > a::before, .page--information .post_article.post #mailform .thanks > a::before {
      left: 30px; } }

  .page--contact .post_article #contact #mailform .thanks > a:hover, .page--information .post_article.post #mailform .thanks > a:hover {
    background: #333; }
  @media only screen and (max-width: 834px) {
    .page--contact .post_article #contact #mailform .thanks > a, .page--information .post_article.post #mailform .thanks > a {
      max-width: 295px;
      min-height: 60px;
      font-size: clamp(1.6rem, 4.0816326531vw, 1.6rem); } }
  @media print, screen and (min-width: 835px) {
    .page--contact .post_article #contact #mailform .thanks > a, .page--information .post_article.post #mailform .thanks > a {
      min-height: 80px;
      font-size: clamp(1.8rem, 1.2884753042vw, 1.8rem); } }

/* ======================
  mod
====================== */
.mod {
  /* ======================
  ページタイトル
  ====================== */
  /* ======================
  パンくずリスト
  ====================== */
  /* ======================
  見出し
  ====================== */
  /* アルファベット（左横に楕円のアイコン） + 日本語 */
  /* アルファベット + 日本語 + 中央寄せ */
  /* 中央寄せ */
  /* 赤帯 + 中央寄せ */
  /* ======================
  Contact Us
  ====================== */
  /* ======================
  投稿一覧 ページネーション
  ====================== */
  /* ======================
  投稿詳細 ページャー（PREV・NEXT・Back to List）
  ====================== */
  /* ======================
  SNSシェア
  ====================== */
  /* ======================
  ボタン
  ====================== */
  /*
  EOF
  */ }
  .mod__pagetitle {
    display: block;
    max-width: 1380px;
    margin: 0 auto; }
    @media only screen and (max-width: 834px) {
      .mod__pagetitle {
        padding: 0 20px; } }
    @media only screen and (min-width: 835px) and (max-width: 1219px) {
      .mod__pagetitle {
        padding: 0 30px; } }
    @media print, screen and (min-width: 1220px) {
      .mod__pagetitle {
        padding: 0 30px; } }
    @media only screen and (max-width: 834px) {
      .mod__pagetitle {
        margin: 25px auto 15px auto; } }
    @media print, screen and (min-width: 835px) {
      .mod__pagetitle {
        margin: 50px auto; } }
    .mod__pagetitle > span {
      line-height: 1.25;
      display: block;
      margin-block: calc((1em - 1lh) / 2);
      transition: all .2s ease-out; }
      .mod__pagetitle > span.en {
        font-family: "Staatliches", sans-serif;
        font-weight: 400;
        font-style: normal;
        line-height: 1;
        color: #DB0000;
        letter-spacing: 0.05em; }
        @media only screen and (max-width: 834px) {
          .mod__pagetitle > span.en {
            font-size: clamp(2.4rem, 8.1632653061vw, 3.2rem); } }
        @media print, screen and (min-width: 835px) {
          .mod__pagetitle > span.en {
            font-size: clamp(7.6rem, 6.8718682892vw, 9.6rem); } }
      .mod__pagetitle > span.jp {
        font-weight: 700;
        letter-spacing: 0.1em;
        display: flex;
        align-items: center; }
        @media only screen and (max-width: 834px) {
          .mod__pagetitle > span.jp {
            margin-top: 10px;
            font-size: clamp(1.4rem, 4.0816326531vw, 1.6rem); } }
        @media print, screen and (min-width: 835px) {
          .mod__pagetitle > span.jp {
            margin-top: 20px;
            font-size: clamp(1.6rem, 1.4316392269vw, 2rem); } }
        .mod__pagetitle > span.jp::before {
          content: "";
          background: url("../images/common/icon-ellipse.svg") no-repeat left top/contain;
          display: block;
          flex-shrink: 0; }
          @media only screen and (max-width: 834px) {
            .mod__pagetitle > span.jp::before {
              width: 10px;
              height: 12px;
              margin: 0.15em 5px 0 0; } }
          @media print, screen and (min-width: 835px) {
            .mod__pagetitle > span.jp::before {
              width: 14px;
              height: 16px;
              margin: 0.15em 15px 0 0; } }
  .mod__breadcrumb {
    display: block;
    max-width: 1380px;
    margin: 0 auto; }
    @media only screen and (max-width: 834px) {
      .mod__breadcrumb {
        padding: 0 20px; } }
    @media only screen and (min-width: 835px) and (max-width: 1219px) {
      .mod__breadcrumb {
        padding: 0 30px; } }
    @media print, screen and (min-width: 1220px) {
      .mod__breadcrumb {
        padding: 0 30px; } }
    @media only screen and (max-width: 834px) {
      .mod__breadcrumb {
        margin-bottom: 20px; } }
    @media print, screen and (min-width: 835px) {
      .mod__breadcrumb {
        margin-bottom: 40px; } }
    .mod__breadcrumb > span {
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: flex-end;
      align-items: center;
      flex-wrap: wrap; }
      .mod__breadcrumb > span > span {
        line-height: 1.6;
        color: #333;
        font-weight: 500;
        letter-spacing: 0.05em;
        transition: all .2s ease-out;
        margin-right: 0.5em; }
        @media only screen and (max-width: 834px) {
          .mod__breadcrumb > span > span {
            font-size: clamp(1rem, 2.5510204082vw, 1rem); } }
        @media print, screen and (min-width: 835px) {
          .mod__breadcrumb > span > span {
            font-size: clamp(1.4rem, 1.0021474588vw, 1.4rem); } }
        .mod__breadcrumb > span > span:nth-of-type(n+2) {
          display: flex;
          align-items: center;
          margin-left: 0.25em; }
          @media only screen and (max-width: 834px) {
            .mod__breadcrumb > span > span:nth-of-type(n+2) {
              margin-left: 0.15em; } }
          .mod__breadcrumb > span > span:nth-of-type(n+2)::before {
            width: 15px;
            height: 1px;
            content: "";
            background: #DB0000;
            display: block;
            margin-right: 10px; }
            @media only screen and (max-width: 834px) {
              .mod__breadcrumb > span > span:nth-of-type(n+2)::before {
                width: 10px;
                margin-right: 5px; } }
        .mod__breadcrumb > span > span a {
          color: #333;
          font-weight: 700;
          text-decoration: none;
          transition: all .2s ease-out; }
          .mod__breadcrumb > span > span a:hover {
            color: #DB0000; }
        .mod__breadcrumb > span > span:first-of-type a {
          display: flex;
          align-items: center; }
          .mod__breadcrumb > span > span:first-of-type a::before {
            width: 12px;
            height: 11px;
            content: "";
            background: url("../images/common/icon-home.svg") no-repeat left top/contain;
            display: block;
            transition: all .2s ease-out;
            flex-shrink: 0;
            margin-right: 10px; }
            @media only screen and (max-width: 834px) {
              .mod__breadcrumb > span > span:first-of-type a::before {
                width: 10px;
                height: 9px;
                margin-right: 5px; } }
  .mod__heading1 {
    line-height: 1.5;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin-block: calc((1em - 1lh) / 2);
    transition: all .2s ease-out; }
    @media only screen and (max-width: 834px) {
      .mod__heading1 {
        font-size: clamp(1.6rem, 5.1020408163vw, 2rem); } }
    @media print, screen and (min-width: 835px) {
      .mod__heading1 {
        font-size: clamp(3rem, 2.5769506084vw, 3.6rem); } }
    .mod__heading1 span {
      font-family: "Staatliches", sans-serif;
      font-weight: 400;
      font-style: normal;
      line-height: 1.25;
      color: #DB0000;
      letter-spacing: 0.05em;
      display: flex;
      align-items: center;
      margin-block: calc((1em - 1lh) / 2); }
      @media only screen and (max-width: 834px) {
        .mod__heading1 span {
          margin-bottom: 12px;
          font-size: clamp(1.6rem, 5.1020408163vw, 2rem); } }
      @media print, screen and (min-width: 835px) {
        .mod__heading1 span {
          margin-bottom: 22px;
          font-size: clamp(2rem, 1.7179670723vw, 2.4rem); } }
      .mod__heading1 span::before {
        content: "";
        background: url("../images/common/icon-ellipse.svg") no-repeat left top/contain;
        display: block;
        flex-shrink: 0; }
        @media only screen and (max-width: 834px) {
          .mod__heading1 span::before {
            width: 12px;
            height: 14px;
            margin: -0.15em 10px 0 0; } }
        @media print, screen and (min-width: 835px) {
          .mod__heading1 span::before {
            width: 20px;
            height: 23px;
            margin: -0.1em 20px 0 0; } }
  .mod__heading2 {
    line-height: 1.5;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-align: center;
    margin-block: calc((1em - 1lh) / 2);
    transition: all .2s ease-out; }
    @media only screen and (max-width: 834px) {
      .mod__heading2 {
        font-size: clamp(2rem, 6.1224489796vw, 2.4rem); } }
    @media print, screen and (min-width: 835px) {
      .mod__heading2 {
        font-size: clamp(4rem, 3.4359341446vw, 4.8rem); } }
    .mod__heading2 span {
      font-family: "Staatliches", sans-serif;
      font-weight: 400;
      font-style: normal;
      line-height: 1.25;
      color: #DB0000;
      letter-spacing: 0.05em;
      display: block;
      margin-block: calc((1em - 1lh) / 2); }
      @media only screen and (max-width: 834px) {
        .mod__heading2 span {
          margin-bottom: 5px;
          font-size: clamp(2rem, 6.1224489796vw, 2.4rem); } }
      @media print, screen and (min-width: 835px) {
        .mod__heading2 span {
          margin-bottom: 30px;
          font-size: clamp(2.4rem, 2.2906227631vw, 3.2rem); } }
  .mod__heading3 {
    line-height: 1.5;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-align: center;
    margin-block: calc((1em - 1lh) / 2); }
    @media only screen and (max-width: 834px) {
      .mod__heading3 {
        font-size: clamp(1.8rem, 5.1020408163vw, 2rem); } }
    @media print, screen and (min-width: 835px) {
      .mod__heading3 {
        font-size: clamp(2.4rem, 2.5769506084vw, 3.6rem); } }
    .mod__heading3 span {
      color: #DB0000; }
  .mod__heading4 {
    color: #FFF;
    line-height: 1.5;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #DB0000; }
    @media only screen and (max-width: 834px) {
      .mod__heading4 {
        min-height: 40px;
        font-size: clamp(1.8rem, 5.1020408163vw, 2rem); } }
    @media print, screen and (min-width: 835px) {
      .mod__heading4 {
        min-height: 60px;
        font-size: clamp(2.4rem, 2.2906227631vw, 3.2rem); } }
  .mod__contact {
    background: #EDEDED;
    border-radius: 20px;
    margin: 0 auto;
    position: relative; }
    @media only screen and (max-width: 834px) {
      .mod__contact {
        width: calc(100% - 40px);
        padding-top: 30px; } }
    @media print, screen and (min-width: 835px) {
      .mod__contact {
        width: calc(100% - 240px);
        max-width: 1680px;
        padding-top: 110px; } }
  @media only screen and (min-width: 835px) and (min-width: 835px) and (max-width: 1219px) {
    .mod__contact {
      width: calc(100% - 60px); } }

    .mod__contact h2 {
      font-family: "Staatliches", sans-serif;
      font-weight: 400;
      font-style: normal;
      line-height: 1;
      color: #DB0000;
      letter-spacing: 0.05em;
      text-align: center;
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      margin: 0 auto; }
      @media only screen and (max-width: 834px) {
        .mod__contact h2 {
          top: -1em;
          font-size: clamp(2.4rem, 8.6734693878vw, 3.4rem); } }
      @media print, screen and (min-width: 835px) {
        .mod__contact h2 {
          top: -0.4em;
          font-size: clamp(7.2rem, 9.1624910523vw, 12.8rem); } }
      .mod__contact h2 span {
        color: #FFF;
        text-shadow: #DB0000 1px 1px 0, #DB0000 -1px -1px 0, #DB0000 -1px 1px 0, #DB0000 1px -1px 0, #DB0000 0px 1px 0, #DB0000 0 -1px 0, #DB0000 -1px 0 0, #DB0000 1px 0 0; }
        @media only screen and (max-width: 834px) {
          .mod__contact h2 span {
            font-size: clamp(3.8rem, 12.2448979592vw, 4.8rem); } }
    .mod__contact p {
      font-weight: 700;
      letter-spacing: 0.1em;
      text-align: center;
      margin-block: calc((1em - 1lh) / 2); }
      @media only screen and (max-width: 834px) {
        .mod__contact p {
          line-height: 1.5;
          padding: 0 20px;
          margin-bottom: 22px;
          font-size: clamp(1.4rem, 4.0816326531vw, 1.6rem); } }
      @media print, screen and (min-width: 835px) {
        .mod__contact p {
          line-height: 2;
          padding: 0 30px;
          margin-bottom: 60px;
          font-size: clamp(2.4rem, 2.5769506084vw, 3.6rem); } }
      .mod__contact p span {
        color: #DB0000; }
    .mod__contact figure picture img {
      display: block;
      width: 100%;
      max-width: 100%;
      height: auto;
      margin: 0 auto;
      border-radius: 0 0 20px 20px; }
    .mod__contact ul {
      margin: 0 auto;
      position: relative;
      z-index: 2; }
      @media only screen and (max-width: 834px) {
        .mod__contact ul {
          width: calc(100% - 40px);
          margin-bottom: -30px; } }
      @media print, screen and (min-width: 835px) {
        .mod__contact ul {
          width: calc(100% - 60px);
          max-width: 1120px;
          height: 80px;
          display: flex;
          margin-bottom: -40px; } }
      @media only screen and (max-width: 834px) {
        .mod__contact ul li:nth-child(n+2) {
          margin-top: 10px; } }
      @media print, screen and (min-width: 835px) {
        .mod__contact ul li {
          width: calc(100% / 3 - 20px * 2 / 3); }
          .mod__contact ul li:not(:nth-child(3n)) {
            margin-right: 20px; } }
      .mod__contact ul li a {
        font-family: "Staatliches", sans-serif;
        font-weight: 400;
        font-style: normal;
        width: 100%;
        line-height: 1.5;
        color: #FFF;
        letter-spacing: 0.05em;
        text-decoration: none;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #DB0000;
        transition: all .2s ease-out;
        overflow: hidden;
        cursor: pointer;
        position: relative;
        z-index: 1;
        margin: 0 auto;
        border: none;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 700;
        font-style: normal; }
        .mod__contact ul li a:link {
          color: #FFF; }
        .mod__contact ul li a:visited {
          color: #FFF; }
        @media only screen and (max-width: 834px) {
          .mod__contact ul li a {
            max-width: 195px;
            min-height: 50px;
            border-radius: 25px;
            font-size: clamp(1.6rem, 4.5918367347vw, 1.8rem); } }
        @media print, screen and (min-width: 835px) {
          .mod__contact ul li a {
            max-width: 340px;
            min-height: 80px;
            border-radius: 40px;
            font-size: clamp(2rem, 1.7179670723vw, 2.4rem); } }
        .mod__contact ul li a::before {
          width: 21px;
          height: 8px;
          content: "";
          background: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2221%22%20height%3D%228%22%20viewBox%3D%220%200%2021%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20y%3D%223%22%20width%3D%2220%22%20height%3D%222%22%20fill%3D%22%23FFF%22%2F%3E%3Ccircle%20cx%3D%2217%22%20cy%3D%224%22%20r%3D%224%22%20fill%3D%22%23FFF%22%2F%3E%3C%2Fsvg%3E") no-repeat left top/contain;
          display: block;
          transition: all .2s ease-out;
          position: absolute;
          top: 0;
          bottom: 0;
          margin: auto 0;
          z-index: 2; }
          @media only screen and (max-width: 834px) {
            .mod__contact ul li a::before {
              left: 20px; } }
          @media print, screen and (min-width: 835px) {
            .mod__contact ul li a::before {
              left: 35px; } }
  @media only screen and (min-width: 835px) and (min-width: 835px) and (max-width: 1219px) {
    .mod__contact ul li a::before {
      left: 30px; } }

        .mod__contact ul li a:hover {
          background: #333; }
        @media only screen and (max-width: 834px) {
          .mod__contact ul li a {
            max-width: 295px;
            min-height: 60px;
            line-height: 1.3125;
            border-radius: 30px;
            font-size: clamp(1.4rem, 4.0816326531vw, 1.6rem); } }
        @media print, screen and (min-width: 835px) {
          .mod__contact ul li a {
            max-width: 360px;
            line-height: 1.25;
            font-size: clamp(1.6rem, 1.4316392269vw, 2rem); } }
  .mod__pagination {
    display: block;
    max-width: 1380px;
    margin: 0 auto;
    line-height: 1; }
    @media only screen and (max-width: 834px) {
      .mod__pagination {
        padding: 0 20px; } }
    @media only screen and (min-width: 835px) and (max-width: 1219px) {
      .mod__pagination {
        padding: 0 30px; } }
    @media print, screen and (min-width: 1220px) {
      .mod__pagination {
        padding: 0 30px; } }
    .mod__pagination .pagination .nav-links > .page-numbers {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center;
      align-content: center;
      align-items: center; }
      .mod__pagination .pagination .nav-links > .page-numbers li {
        padding: 5px; }
        .mod__pagination .pagination .nav-links > .page-numbers li .page-numbers {
          font-family: 'Noto Sans JP', sans-serif;
          font-weight: 700;
          font-style: normal;
          width: 40px;
          height: 40px;
          line-height: 1.3125;
          color: #FFF;
          text-align: center;
          text-decoration: none;
          display: flex;
          justify-content: center;
          align-items: center;
          /*
          display: inline-block;
          padding: 0.4em 0.6em;
          */
          background: #DB0000;
          border: 1px solid #DB0000;
          border-radius: 50%;
          transition: all .2s ease-out; }
          @media only screen and (max-width: 834px) {
            .mod__pagination .pagination .nav-links > .page-numbers li .page-numbers {
              font-size: clamp(1.6rem, 4.0816326531vw, 1.6rem); } }
          @media print, screen and (min-width: 835px) {
            .mod__pagination .pagination .nav-links > .page-numbers li .page-numbers {
              font-size: clamp(1.6rem, 1.1453113815vw, 1.6rem); } }
          .mod__pagination .pagination .nav-links > .page-numbers li .page-numbers.dots, .mod__pagination .pagination .nav-links > .page-numbers li .page-numbers.current, .mod__pagination .pagination .nav-links > .page-numbers li .page-numbers:hover {
            color: #DB0000;
            background-color: #FFF; }
          .mod__pagination .pagination .nav-links > .page-numbers li .page-numbers.prev {
            padding-left: 3px; }
            .mod__pagination .pagination .nav-links > .page-numbers li .page-numbers.prev::before {
              width: 10px;
              height: 10px;
              content: "";
              border-top: 2px solid #FFF;
              border-left: 2px solid #FFF;
              transform: rotate(-45deg);
              display: block;
              transition: all .2s ease-out; }
            .mod__pagination .pagination .nav-links > .page-numbers li .page-numbers.prev:hover::before {
              border-color: #DB0000; }
          .mod__pagination .pagination .nav-links > .page-numbers li .page-numbers.next {
            padding-right: 3px; }
            .mod__pagination .pagination .nav-links > .page-numbers li .page-numbers.next::after {
              width: 10px;
              height: 10px;
              content: "";
              border-top: 2px solid #FFF;
              border-right: 2px solid #FFF;
              transform: rotate(45deg);
              display: block;
              transition: all .2s ease-out; }
            .mod__pagination .pagination .nav-links > .page-numbers li .page-numbers.next:hover::after {
              border-color: #DB0000; }
  .mod__pager {
    background: #FFF;
    border: 1px solid #F5F5F5;
    margin: 0 auto; }
    @media only screen and (max-width: 834px) {
      .mod__pager {
        width: calc(100% - 40px);
        padding: 19px; } }
    @media print, screen and (min-width: 835px) {
      .mod__pager {
        width: calc(100% - 60px);
        max-width: 1320px;
        padding: 39px; } }
    .mod__pager ul {
      height: 40px;
      position: relative; }
      .mod__pager ul li {
        position: absolute;
        top: 0; }
        @media print, screen and (min-width: 835px) {
          .mod__pager ul li {
            width: 200px; } }
        .mod__pager ul li a {
          font-family: "Staatliches", sans-serif;
          font-weight: 400;
          font-style: normal;
          min-height: 40px;
          line-height: 1.3125;
          color: #DB0000;
          letter-spacing: 0.05em;
          text-decoration: none;
          text-align: center;
          display: flex;
          justify-content: center;
          align-items: center;
          padding-top: 0.15em;
          background: #FFF;
          border: 1px solid #DB0000;
          border-radius: 40px;
          transition: all .2s ease-out; }
          @media only screen and (max-width: 834px) {
            .mod__pager ul li a {
              font-size: clamp(1rem, 2.5510204082vw, 1rem); } }
          @media print, screen and (min-width: 835px) {
            .mod__pager ul li a {
              font-size: clamp(1.2rem, 0.8589835361vw, 1.2rem); } }
          .mod__pager ul li a:hover {
            color: #FFF;
            background: #DB0000; }
        .mod__pager ul li.prev, .mod__pager ul li.next {
          /*
          a {
            &::before,
            &::after {
              
            }

            &:hover {
              &::before,
              &::after {
                border-color: $mainColor;
              }
            }
          }
          */ }
          @media only screen and (max-width: 834px) {
            .mod__pager ul li.prev, .mod__pager ul li.next {
              width: 50px; } }
          @media print, screen and (min-width: 835px) {
            .mod__pager ul li.prev, .mod__pager ul li.next {
              width: 90px; } }
          .mod__pager ul li.prev a, .mod__pager ul li.next a {
            position: relative; }
        .mod__pager ul li.prev {
          left: 0; }
          .mod__pager ul li.prev a::before {
            width: 7px;
            height: 7px;
            content: "";
            border-top: 2px solid #DB0000;
            border-left: 2px solid #DB0000;
            transform: rotate(-45deg);
            display: block;
            transition: all .2s ease-out; }
            @media only screen and (max-width: 834px) {
              .mod__pager ul li.prev a::before {
                margin: -0.15em 5px 0 0; } }
            @media print, screen and (min-width: 835px) {
              .mod__pager ul li.prev a::before {
                margin: -0.15em 7px 0 0; } }
          .mod__pager ul li.prev a:hover::before {
            border-color: #FFF; }
        .mod__pager ul li.next {
          right: 0; }
          .mod__pager ul li.next a::after {
            width: 7px;
            height: 7px;
            content: "";
            border-top: 2px solid #DB0000;
            border-right: 2px solid #DB0000;
            transform: rotate(45deg);
            display: block;
            transition: all .2s ease-out; }
            @media print, screen and (min-width: 835px) {
              .mod__pager ul li.next a::after {
                margin: -0.15em 0 0 7px; } }
          .mod__pager ul li.next a:hover::after {
            border-color: #FFF; }
        .mod__pager ul li.return {
          left: 0;
          right: 0;
          margin: 0 auto; }
          @media only screen and (max-width: 834px) {
            .mod__pager ul li.return {
              width: 140px; } }
          @media print, screen and (min-width: 835px) {
            .mod__pager ul li.return {
              width: 180px; } }
          .mod__pager ul li.return a::before {
            width: 13px;
            height: 13px;
            content: "";
            background: url("../images/common/icon-return.svg") no-repeat left top/contain;
            display: block;
            transition: all .2s ease-out;
            margin: -0.15em 7px 0 0; }
          .mod__pager ul li.return a:hover::before {
            background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20width%3D%223%22%20height%3D%223%22%20fill%3D%22%23FFF%22%2F%3E%3Crect%20y%3D%225%22%20width%3D%223%22%20height%3D%223%22%20fill%3D%22%23FFF%22%2F%3E%3Crect%20y%3D%2210%22%20width%3D%223%22%20height%3D%223%22%20fill%3D%22%23FFF%22%2F%3E%3Crect%20x%3D%225%22%20width%3D%223%22%20height%3D%223%22%20fill%3D%22%23FFF%22%2F%3E%3Crect%20x%3D%225%22%20y%3D%225%22%20width%3D%223%22%20height%3D%223%22%20fill%3D%22%23FFF%22%2F%3E%3Crect%20x%3D%225%22%20y%3D%2210%22%20width%3D%223%22%20height%3D%223%22%20fill%3D%22%23FFF%22%2F%3E%3Crect%20x%3D%2210%22%20width%3D%223%22%20height%3D%223%22%20fill%3D%22%23FFF%22%2F%3E%3Crect%20x%3D%2210%22%20y%3D%225%22%20width%3D%223%22%20height%3D%223%22%20fill%3D%22%23FFF%22%2F%3E%3Crect%20x%3D%2210%22%20y%3D%2210%22%20width%3D%223%22%20height%3D%223%22%20fill%3D%22%23FFF%22%2F%3E%3C%2Fsvg%3E"); }
  .mod__sns {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 19px 0 10px;
    border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9; }
    @media only screen and (max-width: 834px) {
      .mod__sns {
        margin-top: 40px; } }
    @media print, screen and (min-width: 835px) {
      .mod__sns {
        margin-top: 60px; } }
    .mod__sns li {
      width: 40px;
      margin: 5px; }
      .mod__sns li a {
        display: block;
        transition: all .2s ease-out; }
        .mod__sns li a:hover {
          opacity: 0.8; }
        .mod__sns li a img {
          display: block;
          width: 100%;
          max-width: 100%;
          height: auto;
          margin: 0 auto; }
  .mod__button1 {
    font-family: "Staatliches", sans-serif;
    font-weight: 400;
    font-style: normal;
    width: 100%;
    line-height: 1.5;
    color: #FFF;
    letter-spacing: 0.05em;
    text-decoration: none;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #DB0000;
    transition: all .2s ease-out;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    border: none; }
    .mod__button1:link {
      color: #FFF; }
    .mod__button1:visited {
      color: #FFF; }
    @media only screen and (max-width: 834px) {
      .mod__button1 {
        max-width: 195px;
        min-height: 50px;
        border-radius: 25px;
        font-size: clamp(1.6rem, 4.5918367347vw, 1.8rem); } }
    @media print, screen and (min-width: 835px) {
      .mod__button1 {
        max-width: 340px;
        min-height: 80px;
        border-radius: 40px;
        font-size: clamp(2rem, 1.7179670723vw, 2.4rem); } }
    .mod__button1::before {
      width: 21px;
      height: 8px;
      content: "";
      background: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2221%22%20height%3D%228%22%20viewBox%3D%220%200%2021%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20y%3D%223%22%20width%3D%2220%22%20height%3D%222%22%20fill%3D%22%23FFF%22%2F%3E%3Ccircle%20cx%3D%2217%22%20cy%3D%224%22%20r%3D%224%22%20fill%3D%22%23FFF%22%2F%3E%3C%2Fsvg%3E") no-repeat left top/contain;
      display: block;
      transition: all .2s ease-out;
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto 0;
      z-index: 2; }
      @media only screen and (max-width: 834px) {
        .mod__button1::before {
          left: 20px; } }
      @media print, screen and (min-width: 835px) {
        .mod__button1::before {
          left: 35px; } }
  @media only screen and (min-width: 835px) and (min-width: 835px) and (max-width: 1219px) {
    .mod__button1::before {
      left: 30px; } }

    .mod__button1:hover {
      background: #333; }

/*====================================
  03_page
=====================================*/
/* ///////////////////////////////////////////
  value.scss
  変数・mixinに関する設定
/////////////////////////////////////////// */
/*====================================
  カラー
=====================================*/
/*===================================*/
/*====================================
  画像
=====================================*/
/*====================================
  font
=====================================*/
/*
@mixin special-gothic-expanded-one-R {
  font-family: "Special Gothic Expanded One", sans-serif;
  font-weight: 400;
  font-style: normal;
}
*/
/*====================================
  基本設定
=====================================*/
/* /////////////////////////////////
可変サイズ指定
・フォント（font-size）
・マージン（margin）
・パディング（padding）
・幅（width）
・高さ（height）
///////////////////////////////// */
/*
サイズとビューポートに基づいてvwを計算するための関数
ビューポート幅にスクロールバーの幅を加えることにより、ビューポートの実際の表示可能な幅を考慮
*/
/*
ピクセル単位のサイズ ($px) を rem 単位に変換するための関数
*/
/*====================================
  レイアウト・パーツ
=====================================*/
:root {
  --leading-trim: calc((1em - 1lh) / 2); }

/* /////////////////////////////////
  Media Queries
///////////////////////////////// */
/* /////////////////////////////////////////////////////////
  トップページ
///////////////////////////////////////////////////////// */
.page--home {
  overflow-x: hidden;
  /* ======================
  フェードイン
  ====================== */
  /* ======================
  メインビジュアル
  ====================== */
  /* ======================
  利府での施工実績〇〇棟。
  利府での家づくりなら
  お任せください。
  ====================== */
  /* ======================
  OUR THREE PLANS
  ====================== */
  /* ======================
  まずは私たちの住まいを
  体感しませんか？
  ====================== */
  /* ======================
  イベント情報
  ====================== */
  /* ======================
  分譲地・物件情報
  ====================== */
  /* ======================
  コンセプト
  ====================== */
  /* ======================
  施工事例
  ====================== */
  /* ======================
  最新ブログ
  ====================== */
  /* ======================
  Instagram
  ====================== */ }
  @media only screen and (max-width: 834px) {
    .page--home {
      min-height: 1000px;
      padding-top: 80px;
      margin-bottom: 165px; } }
  @media print, screen and (min-width: 835px) {
    .page--home {
      min-height: 1500px;
      padding-top: 140px;
      margin-bottom: 275px; } }
  .page--home .fadein {
    height: 100%;
    width: 100%;
    background: #FFF;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999; }
  .page--home #mainvisual {
    transition: all .2s ease-out;
    position: relative; }
    @media only screen and (max-width: 834px) {
      .page--home #mainvisual {
        margin-bottom: 130px; } }
    @media print, screen and (min-width: 835px) {
      .page--home #mainvisual {
        display: flex;
        margin-bottom: 220px; } }
    .page--home #mainvisual h2 {
      line-height: 1.4;
      color: #FFF;
      font-weight: 700;
      letter-spacing: 0.1em;
      margin-block: calc((1em - 1lh) / 2);
      display: flex;
      flex-direction: column;
      transition: all .2s ease-out;
      position: absolute;
      z-index: 2; }
      @media only screen and (max-width: 834px) {
        .page--home #mainvisual h2 {
          top: -1.85em;
          left: 20px;
          font-size: clamp(1.4rem, 4.0816326531vw, 1.6rem); } }
      @media print, screen and (min-width: 835px) {
        .page--home #mainvisual h2 {
          top: -2.9em;
          left: 300px;
          font-size: clamp(2rem, 2.2906227631vw, 3.2rem); } }
  @media only screen and (min-width: 835px) and (max-width: 1480px) {
    .page--home #mainvisual h2 {
      left: 100px; } }

      .page--home #mainvisual h2 .en {
        font-family: "Tektur", sans-serif;
        font-optical-sizing: auto;
        font-weight: 400;
        font-style: normal;
        font-variation-settings: "wdth" 100;
        line-height: 1;
        letter-spacing: 0.05em;
        margin-block: calc((1em - 1lh) / 2);
        color: #DB0000; }
        @media only screen and (max-width: 834px) {
          .page--home #mainvisual h2 .en {
            margin-bottom: 10px;
            font-size: clamp(3.2rem, 12.2448979592vw, 4.8rem); } }
        @media print, screen and (min-width: 835px) {
          .page--home #mainvisual h2 .en {
            margin-bottom: 35px;
            font-size: clamp(8.4rem, 9.4488188976vw, 13.2rem); } }
      @media only screen and (max-width: 834px) {
        .page--home #mainvisual h2 .jp {
          margin-left: 2.5em; } }
      @media print, screen and (min-width: 835px) {
        .page--home #mainvisual h2 .jp {
          margin-left: 3.75em; } }
    .page--home #mainvisual figure {
      /*
      @include smartphone {
        width: 100%;
        height: 0;
        padding-top: 144%;
        overflow: hidden;
        position: relative;
      }
      */ }
      @media print, screen and (min-width: 835px) {
        .page--home #mainvisual figure {
          width: calc(100% - 160px); } }
  @media only screen and (min-width: 835px) and (min-width: 835px) and (max-width: 1219px) {
    .page--home #mainvisual figure {
      width: calc(100% - 120px); } }

      .page--home #mainvisual figure img {
        /*
        @include smartphone {
          width: 100%;
          height: 100%;
          object-fit: cover;
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          margin: auto;
        }
        */
        display: block;
        width: 100%;
        max-width: 100%;
        height: auto;
        margin: 0 auto; }
        @media print, screen and (min-width: 835px) {
          .page--home #mainvisual figure img {
            border-radius: 0 100px 0 0; } }
    @media print, screen and (min-width: 835px) {
      .page--home #mainvisual .movie {
        width: calc(100% - 160px); } }
  @media only screen and (min-width: 835px) and (min-width: 835px) and (max-width: 1219px) {
    .page--home #mainvisual .movie {
      width: calc(100% - 120px); } }

    .page--home #mainvisual .movie > div {
      width: 100%;
      height: 0;
      overflow: hidden;
      position: relative; }
      @media only screen and (max-width: 834px) {
        .page--home #mainvisual .movie > div {
          padding-top: 144%; } }
      @media print, screen and (min-width: 835px) {
        .page--home #mainvisual .movie > div {
          padding-top: 50%;
          border-radius: 0 100px 0 0; } }
      .page--home #mainvisual .movie > div video {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0; }
    .page--home #mainvisual p {
      transition: all .2s ease-out; }
      @media only screen and (max-width: 834px) {
        .page--home #mainvisual p {
          display: flex;
          justify-content: flex-end;
          align-items: center;
          margin: 15px 40px 0 0;
          font-size: clamp(1.6rem, 4.0816326531vw, 1.6rem); } }
      @media print, screen and (min-width: 835px) {
        .page--home #mainvisual p {
          width: 20px;
          margin-left: 40px;
          font-size: clamp(1.6rem, 1.1453113815vw, 1.6rem); } }
  @media only screen and (min-width: 835px) and (min-width: 835px) and (max-width: 1219px) {
    .page--home #mainvisual p {
      margin-left: 30px; } }

      .page--home #mainvisual p::before {
        content: "";
        background: #DB0000;
        display: block; }
        @media only screen and (max-width: 834px) {
          .page--home #mainvisual p::before {
            width: 60px;
            height: 1px;
            flex-shrink: 0;
            margin-right: 20px; } }
        @media print, screen and (min-width: 835px) {
          .page--home #mainvisual p::before {
            width: 1px;
            height: 60px;
            margin: 0 auto 20px auto; } }
      .page--home #mainvisual p a {
        font-family: "Staatliches", sans-serif;
        font-weight: 400;
        font-style: normal;
        line-height: 1;
        color: #DB0000;
        letter-spacing: 0.05em;
        transition: all .2s ease-out; }
        @media only screen and (max-width: 834px) {
          .page--home #mainvisual p a {
            text-align: right;
            display: flex;
            align-items: center; } }
        @media print, screen and (min-width: 835px) {
          .page--home #mainvisual p a {
            width: 20px;
            writing-mode: vertical-rl;
            display: flex;
            justify-content: center;
            align-items: center; } }
        .page--home #mainvisual p a::after {
          width: 20px;
          height: 20px;
          content: "";
          background: url("../images/common/icon-instagram.svg") no-repeat left top/contain;
          display: block;
          flex-shrink: 0;
          transition: all .2s ease-out; }
          @media only screen and (max-width: 834px) {
            .page--home #mainvisual p a::after {
              margin-left: 15px; } }
          @media print, screen and (min-width: 835px) {
            .page--home #mainvisual p a::after {
              margin-top: 15px; } }
        .page--home #mainvisual p a:hover {
          color: #333; }
          .page--home #mainvisual p a:hover::after {
            background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20clip-path%3D%22url(%23clip0_5_250)%22%3E%3Cpath%20d%3D%22M10%201.80176C12.6703%201.80176%2012.9863%201.81208%2014.041%201.86011C15.0159%201.90457%2015.5454%202.06732%2015.8979%202.20427C16.3648%202.38568%2016.6978%202.60241%2017.0479%202.95213C17.398%203.30224%2017.6148%203.63528%2017.7958%204.1021C17.9327%204.45459%2018.0955%204.98412%2018.1399%205.95903C18.188%207.01334%2018.1983%207.32971%2018.1983%2010C18.1983%2012.6703%2018.188%2012.9863%2018.1399%2014.041C18.0955%2015.0159%2017.9327%2015.5454%2017.7958%2015.8979C17.6144%2016.3647%2017.3976%2016.6978%2017.0479%2017.0479C16.6978%2017.398%2016.3648%2017.6147%2015.8979%2017.7957C15.5454%2017.9327%2015.0159%2018.0954%2014.041%2018.1399C12.9867%2018.1879%2012.6703%2018.1982%2010%2018.1982C7.32974%2018.1982%207.01337%2018.1879%205.95907%2018.1399C4.98415%2018.0954%204.45462%2017.9327%204.10213%2017.7957C3.63531%2017.6143%203.30227%2017.3976%202.95216%2017.0479C2.60205%2016.6978%202.38531%2016.3647%202.2043%2015.8979C2.06735%2015.5454%201.9046%2015.0159%201.86015%2014.041C1.81211%2012.9867%201.80179%2012.6703%201.80179%2010C1.80179%207.32971%201.81211%207.01373%201.86015%205.95903C1.9046%204.98412%202.06735%204.45459%202.2043%204.1021C2.38571%203.63528%202.60244%203.30224%202.95216%202.95213C3.30187%202.60202%203.63531%202.38528%204.10213%202.20427C4.45462%202.06732%204.98415%201.90457%205.95907%201.86011C7.01337%201.81208%207.32974%201.80176%2010%201.80176ZM10%200C7.28409%200%206.94351%200.0115116%205.8769%200.0603366C4.81267%200.108765%204.08545%200.277866%203.44954%200.525167C2.79179%200.780803%202.23407%201.12258%201.67834%201.67871C1.12221%202.23484%200.780437%202.79216%200.524801%203.4499C0.2775%204.08582%200.108398%204.81304%200.0599704%205.87726C0.0111454%206.94387%20-0.000366211%207.28445%20-0.000366211%2010.0004C-0.000366211%2012.7163%200.0111454%2013.0569%200.0599704%2014.1235C0.108398%2015.1878%200.2775%2015.915%200.524801%2016.5509C0.780437%2017.2086%201.12221%2017.7664%201.67834%2018.3221C2.23447%2018.8782%202.79179%2019.22%203.44954%2019.4756C4.08545%2019.7229%204.81267%2019.892%205.8769%2019.9405C6.94351%2019.9893%207.28409%2020.0008%2010%2020.0008C12.716%2020.0008%2013.0566%2019.9893%2014.1232%2019.9405C15.1874%2019.892%2015.9146%2019.7229%2016.5505%2019.4756C17.2083%2019.22%2017.766%2018.8782%2018.3217%2018.3221C18.8778%2017.766%2019.2196%2017.2086%2019.4753%2016.5509C19.7226%2015.915%2019.8917%2015.1878%2019.9401%2014.1235C19.9889%2013.0569%2020.0004%2012.7163%2020.0004%2010.0004C20.0004%207.28445%2019.9889%206.94387%2019.9401%205.87726C19.8917%204.81304%2019.7226%204.08582%2019.4753%203.4499C19.2196%202.79216%2018.8778%202.23444%2018.3217%201.67871C17.7656%201.12258%2017.2083%200.780803%2016.5505%200.525167C15.9146%200.277866%2015.1874%200.108765%2014.1232%200.0603366C13.0566%200.0115116%2012.716%200%2010%200Z%22%20fill%3D%22%23333%22%2F%3E%3Cpath%20d%3D%22M9.99995%204.86499C7.16374%204.86499%204.86499%207.16413%204.86499%209.99995C4.86499%2012.8358%207.16413%2015.1349%209.99995%2015.1349C12.8358%2015.1349%2015.1349%2012.8358%2015.1349%209.99995C15.1349%207.16413%2012.8358%204.86499%209.99995%204.86499ZM9.99995%2013.3332C8.15889%2013.3332%206.66675%2011.8406%206.66675%209.99995C6.66675%208.15929%208.15929%206.66675%209.99995%206.66675C11.8406%206.66675%2013.3332%208.15929%2013.3332%209.99995C13.3332%2011.8406%2011.8406%2013.3332%209.99995%2013.3332Z%22%20fill%3D%22%23333%22%2F%3E%3Cpath%20d%3D%22M15.3382%205.86188C16.0009%205.86188%2016.5382%205.32463%2016.5382%204.6619C16.5382%203.99917%2016.0009%203.46191%2015.3382%203.46191C14.6754%203.46191%2014.1382%203.99917%2014.1382%204.6619C14.1382%205.32463%2014.6754%205.86188%2015.3382%205.86188Z%22%20fill%3D%22%23333%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_5_250%22%3E%3Crect%20width%3D%2220%22%20height%3D%2220%22%20fill%3D%22white%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E"); }
  .page--home #construction {
    display: block;
    max-width: 1380px;
    margin: 0 auto; }
    @media only screen and (max-width: 834px) {
      .page--home #construction {
        padding: 0 20px; } }
    @media only screen and (min-width: 835px) and (max-width: 1219px) {
      .page--home #construction {
        padding: 0 30px; } }
    @media print, screen and (min-width: 1220px) {
      .page--home #construction {
        padding: 0 30px; } }
    @media only screen and (max-width: 834px) {
      .page--home #construction {
        margin-bottom: 120px; } }
    @media print, screen and (min-width: 835px) {
      .page--home #construction {
        display: flex;
        justify-content: space-between;
        margin-bottom: 235px; } }
    @media only screen and (max-width: 834px) {
      .page--home #construction .text {
        margin-bottom: 60px; } }
    @media print, screen and (min-width: 835px) {
      .page--home #construction .text {
        width: calc(60.6061% - 80px); } }
  @media only screen and (min-width: 835px) and (min-width: 835px) and (max-width: 1219px) {
    .page--home #construction .text {
      width: calc(60.6061% - 30px); } }

    .page--home #construction .text .mod__heading1 {
      line-height: 2; }
      @media only screen and (max-width: 834px) {
        .page--home #construction .text .mod__heading1 {
          margin-bottom: 25px;
          font-size: clamp(2rem, 6.1224489796vw, 2.4rem); } }
      @media print, screen and (min-width: 835px) {
        .page--home #construction .text .mod__heading1 {
          margin-bottom: 50px;
          font-size: clamp(3.2rem, 3.4359341446vw, 4.8rem); } }
      @media only screen and (max-width: 834px) {
        .page--home #construction .text .mod__heading1 span {
          margin-bottom: 17px; } }
      @media print, screen and (min-width: 835px) {
        .page--home #construction .text .mod__heading1 span {
          margin-bottom: 42px; } }
    .page--home #construction .text p {
      line-height: 2;
      font-weight: 500;
      letter-spacing: 0.1em;
      margin-block: calc((1em - 1lh) / 2); }
      @media only screen and (max-width: 834px) {
        .page--home #construction .text p {
          margin-bottom: 50px;
          font-size: clamp(1.4rem, 4.0816326531vw, 1.6rem); } }
      @media print, screen and (min-width: 835px) {
        .page--home #construction .text p {
          margin-bottom: 90px;
          font-size: clamp(1.8rem, 1.4316392269vw, 2rem); } }
    .page--home #construction .text > a {
      font-family: "Staatliches", sans-serif;
      font-weight: 400;
      font-style: normal;
      width: 100%;
      line-height: 1.5;
      color: #FFF;
      letter-spacing: 0.05em;
      text-decoration: none;
      text-align: center;
      display: flex;
      justify-content: center;
      align-items: center;
      background: #DB0000;
      transition: all .2s ease-out;
      overflow: hidden;
      cursor: pointer;
      position: relative;
      z-index: 1;
      margin: 0 auto;
      border: none;
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: 700;
      font-style: normal;
      margin: 0; }
      .page--home #construction .text > a:link {
        color: #FFF; }
      .page--home #construction .text > a:visited {
        color: #FFF; }
      @media only screen and (max-width: 834px) {
        .page--home #construction .text > a {
          max-width: 195px;
          min-height: 50px;
          border-radius: 25px;
          font-size: clamp(1.6rem, 4.5918367347vw, 1.8rem); } }
      @media print, screen and (min-width: 835px) {
        .page--home #construction .text > a {
          max-width: 340px;
          min-height: 80px;
          border-radius: 40px;
          font-size: clamp(2rem, 1.7179670723vw, 2.4rem); } }
      .page--home #construction .text > a::before {
        width: 21px;
        height: 8px;
        content: "";
        background: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2221%22%20height%3D%228%22%20viewBox%3D%220%200%2021%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20y%3D%223%22%20width%3D%2220%22%20height%3D%222%22%20fill%3D%22%23FFF%22%2F%3E%3Ccircle%20cx%3D%2217%22%20cy%3D%224%22%20r%3D%224%22%20fill%3D%22%23FFF%22%2F%3E%3C%2Fsvg%3E") no-repeat left top/contain;
        display: block;
        transition: all .2s ease-out;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto 0;
        z-index: 2; }
        @media only screen and (max-width: 834px) {
          .page--home #construction .text > a::before {
            left: 20px; } }
        @media print, screen and (min-width: 835px) {
          .page--home #construction .text > a::before {
            left: 35px; } }
  @media only screen and (min-width: 835px) and (min-width: 835px) and (max-width: 1219px) {
    .page--home #construction .text > a::before {
      left: 30px; } }

      .page--home #construction .text > a:hover {
        background: #333; }
      @media only screen and (max-width: 834px) {
        .page--home #construction .text > a {
          font-size: clamp(1.4rem, 4.0816326531vw, 1.6rem); } }
      @media print, screen and (min-width: 835px) {
        .page--home #construction .text > a {
          font-size: clamp(1.6rem, 1.2884753042vw, 1.8rem); } }
      @media only screen and (max-width: 834px) {
        .page--home #construction .text > a::before {
          left: 20px; } }
      @media print, screen and (min-width: 835px) {
        .page--home #construction .text > a::before {
          left: 40px; } }
  @media only screen and (min-width: 835px) and (min-width: 835px) and (max-width: 1219px) {
    .page--home #construction .text > a::before {
      left: 30px; } }

    @media print, screen and (min-width: 835px) {
      .page--home #construction figure {
        width: 39.3939%; } }
    .page--home #construction figure img {
      display: block;
      width: 100%;
      max-width: 100%;
      height: auto;
      margin: 0 auto; }
  .page--home #plans {
    background: #EDEDED;
    position: relative;
    margin: 0 auto; }
    @media only screen and (max-width: 834px) {
      .page--home #plans {
        padding: 45px 0 75px 0;
        margin-bottom: 150px; } }
    @media print, screen and (min-width: 835px) {
      .page--home #plans {
        width: calc(100% - 240px);
        max-width: 1680px;
        padding: 110px 30px 120px 30px;
        border-radius: 20px;
        margin-bottom: 240px; } }
  @media only screen and (min-width: 835px) and (min-width: 835px) and (max-width: 1219px) {
    .page--home #plans {
      width: calc(100% - 60px); } }

    .page--home #plans h2 {
      font-family: "Staatliches", sans-serif;
      font-weight: 400;
      font-style: normal;
      line-height: 1;
      color: #DB0000;
      letter-spacing: 0.05em;
      text-align: center;
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      margin: 0 auto; }
      @media only screen and (max-width: 834px) {
        .page--home #plans h2 {
          top: -0.65em;
          font-size: clamp(3.6rem, 12.2448979592vw, 4.8rem); } }
      @media print, screen and (min-width: 835px) {
        .page--home #plans h2 {
          top: -0.765em;
          font-size: clamp(7.2rem, 9.1624910523vw, 12.8rem); } }
      .page--home #plans h2 span {
        color: #FFF;
        text-shadow: #DB0000 1px 1px 0, #DB0000 -1px -1px 0, #DB0000 -1px 1px 0, #DB0000 1px -1px 0, #DB0000 0px 1px 0, #DB0000 0 -1px 0, #DB0000 -1px 0 0, #DB0000 1px 0 0; }
    .page--home #plans > p {
      font-weight: 700;
      letter-spacing: 0.1em;
      text-align: center;
      margin-block: calc((1em - 1lh) / 2); }
      @media only screen and (max-width: 834px) {
        .page--home #plans > p {
          line-height: 2;
          margin-bottom: 30px;
          font-size: clamp(1.8rem, 5.1020408163vw, 2rem); } }
      @media print, screen and (min-width: 835px) {
        .page--home #plans > p {
          line-height: 1.5;
          margin-bottom: 55px;
          font-size: clamp(2.4rem, 2.5769506084vw, 3.6rem); } }
      .page--home #plans > p > span {
        color: #DB0000; }
        .page--home #plans > p > span span {
          font-family: "Staatliches", sans-serif;
          font-weight: 400;
          font-style: normal;
          line-height: 1;
          margin-right: 0.25em; }
          @media only screen and (max-width: 834px) {
            .page--home #plans > p > span span {
              font-size: clamp(2.4rem, 8.1632653061vw, 3.2rem); } }
          @media print, screen and (min-width: 835px) {
            .page--home #plans > p > span span {
              font-size: clamp(4.8rem, 4.5812455261vw, 6.4rem); } }
    @media print, screen and (min-width: 835px) {
      .page--home #plans .swiper-container {
        max-width: 1160px;
        margin: 0 auto; } }
    @media print, screen and (min-width: 835px) {
      .page--home #plans .swiper-container .swiper-wrapper {
        display: flex;
        flex-wrap: wrap; } }
    @media only screen and (min-width: 835px) and (max-width: 1219px) {
      .page--home #plans .swiper-container .swiper-wrapper .swiper-slide {
        width: calc(100% / 3 - 30px * 2 / 3); }
        .page--home #plans .swiper-container .swiper-wrapper .swiper-slide:not(:nth-child(3n)) {
          margin-right: 30px; } }
    @media print, screen and (min-width: 1220px) {
      .page--home #plans .swiper-container .swiper-wrapper .swiper-slide {
        width: calc(100% / 3 - 40px * 2 / 3); }
        .page--home #plans .swiper-container .swiper-wrapper .swiper-slide:not(:nth-child(3n)) {
          margin-right: 40px; } }
    .page--home #plans .swiper-container .swiper-wrapper .swiper-slide figure {
      position: relative; }
      @media only screen and (max-width: 834px) {
        .page--home #plans .swiper-container .swiper-wrapper .swiper-slide figure {
          margin-bottom: 25px; } }
      @media print, screen and (min-width: 835px) {
        .page--home #plans .swiper-container .swiper-wrapper .swiper-slide figure {
          margin-bottom: 35px; } }
      .page--home #plans .swiper-container .swiper-wrapper .swiper-slide figure i {
        width: 100%;
        display: flex;
        padding: 15px;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2; }
        .page--home #plans .swiper-container .swiper-wrapper .swiper-slide figure i img {
          width: 12px;
          height: auto;
          display: block; }
      .page--home #plans .swiper-container .swiper-wrapper .swiper-slide figure > img {
        display: block;
        width: 100%;
        max-width: 100%;
        height: auto;
        margin: 0 auto; }
      .page--home #plans .swiper-container .swiper-wrapper .swiper-slide figure p {
        color: #DB0000;
        line-height: 1.25;
        font-weight: 700;
        letter-spacing: 0.1em;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #FFF;
        border: 1px solid #DB0000;
        border-radius: 30px;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        z-index: 2; }
        @media only screen and (max-width: 834px) {
          .page--home #plans .swiper-container .swiper-wrapper .swiper-slide figure p {
            width: 140px;
            min-height: 26px;
            bottom: -13px;
            font-size: clamp(1.2rem, 3.5714285714vw, 1.4rem); } }
        @media print, screen and (min-width: 835px) {
          .page--home #plans .swiper-container .swiper-wrapper .swiper-slide figure p {
            width: 160px;
            min-height: 30px;
            bottom: -15px;
            font-size: clamp(1.2rem, 1.0021474588vw, 1.4rem); } }
        .page--home #plans .swiper-container .swiper-wrapper .swiper-slide figure p span {
          font-family: "Staatliches", sans-serif;
          font-weight: 400;
          font-style: normal;
          letter-spacing: 0.05em;
          margin-right: 0.1em; }
          @media only screen and (max-width: 834px) {
            .page--home #plans .swiper-container .swiper-wrapper .swiper-slide figure p span {
              font-size: clamp(1.8rem, 5.1020408163vw, 2rem); } }
          @media print, screen and (min-width: 835px) {
            .page--home #plans .swiper-container .swiper-wrapper .swiper-slide figure p span {
              font-size: clamp(2rem, 1.7179670723vw, 2.4rem); } }
    .page--home #plans .swiper-container .swiper-wrapper .swiper-slide h3,
    .page--home #plans .swiper-container .swiper-wrapper .swiper-slide p {
      text-align: center;
      margin-block: calc((1em - 1lh) / 2); }
    .page--home #plans .swiper-container .swiper-wrapper .swiper-slide h3 {
      font-family: "Staatliches", sans-serif;
      font-weight: 400;
      font-style: normal;
      line-height: 1.25;
      color: #DB0000;
      letter-spacing: 0.05em; }
      @media only screen and (max-width: 834px) {
        .page--home #plans .swiper-container .swiper-wrapper .swiper-slide h3 {
          margin-bottom: 7px;
          font-size: clamp(2.4rem, 8.1632653061vw, 3.2rem); } }
      @media print, screen and (min-width: 835px) {
        .page--home #plans .swiper-container .swiper-wrapper .swiper-slide h3 {
          margin-bottom: 12px;
          font-size: clamp(2.4rem, 2.8632784538vw, 4rem); } }
    .page--home #plans .swiper-container .swiper-wrapper .swiper-slide p {
      font-weight: 700;
      letter-spacing: 0.1em; }
      @media only screen and (max-width: 834px) {
        .page--home #plans .swiper-container .swiper-wrapper .swiper-slide p {
          line-height: 1.3125;
          font-size: clamp(1.4rem, 4.0816326531vw, 1.6rem); } }
      @media print, screen and (min-width: 835px) {
        .page--home #plans .swiper-container .swiper-wrapper .swiper-slide p {
          line-height: 1.5;
          font-size: clamp(1.8rem, 1.4316392269vw, 2rem); } }
    .page--home #plans > a {
      font-family: "Staatliches", sans-serif;
      font-weight: 400;
      font-style: normal;
      width: 100%;
      line-height: 1.5;
      color: #FFF;
      letter-spacing: 0.05em;
      text-decoration: none;
      text-align: center;
      display: flex;
      justify-content: center;
      align-items: center;
      background: #DB0000;
      transition: all .2s ease-out;
      overflow: hidden;
      cursor: pointer;
      position: relative;
      z-index: 1;
      margin: 0 auto;
      border: none;
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: 700;
      font-style: normal;
      position: absolute;
      left: 0;
      right: 0;
      margin: 0 auto;
      z-index: 2; }
      .page--home #plans > a:link {
        color: #FFF; }
      .page--home #plans > a:visited {
        color: #FFF; }
      @media only screen and (max-width: 834px) {
        .page--home #plans > a {
          max-width: 195px;
          min-height: 50px;
          border-radius: 25px;
          font-size: clamp(1.6rem, 4.5918367347vw, 1.8rem); } }
      @media print, screen and (min-width: 835px) {
        .page--home #plans > a {
          max-width: 340px;
          min-height: 80px;
          border-radius: 40px;
          font-size: clamp(2rem, 1.7179670723vw, 2.4rem); } }
      .page--home #plans > a::before {
        width: 21px;
        height: 8px;
        content: "";
        background: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2221%22%20height%3D%228%22%20viewBox%3D%220%200%2021%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20y%3D%223%22%20width%3D%2220%22%20height%3D%222%22%20fill%3D%22%23FFF%22%2F%3E%3Ccircle%20cx%3D%2217%22%20cy%3D%224%22%20r%3D%224%22%20fill%3D%22%23FFF%22%2F%3E%3C%2Fsvg%3E") no-repeat left top/contain;
        display: block;
        transition: all .2s ease-out;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto 0;
        z-index: 2; }
        @media only screen and (max-width: 834px) {
          .page--home #plans > a::before {
            left: 20px; } }
        @media print, screen and (min-width: 835px) {
          .page--home #plans > a::before {
            left: 35px; } }
  @media only screen and (min-width: 835px) and (min-width: 835px) and (max-width: 1219px) {
    .page--home #plans > a::before {
      left: 30px; } }

      .page--home #plans > a:hover {
        background: #333; }
      @media only screen and (max-width: 834px) {
        .page--home #plans > a {
          width: calc(100% - 40px);
          max-width: unset;
          min-height: 70px;
          line-height: 1.3125;
          border-radius: 40px;
          bottom: -35px;
          font-size: clamp(1.4rem, 4.0816326531vw, 1.6rem); } }
      @media print, screen and (min-width: 835px) {
        .page--home #plans > a {
          width: calc(100% - 60px);
          max-width: 500px;
          letter-spacing: 0.1em;
          bottom: -40px;
          font-size: clamp(1.6rem, 1.2884753042vw, 1.8rem); } }
  @media only screen and (max-width: 834px) {
    .page--home #timeoff {
      margin-bottom: 245px; } }
  @media print, screen and (min-width: 835px) {
    .page--home #timeoff {
      margin-bottom: 410px; } }
  @media only screen and (max-width: 834px) {
    .page--home #timeoff .container {
      margin-bottom: -15px; } }
  @media print, screen and (min-width: 835px) {
    .page--home #timeoff .container {
      min-height: 880px;
      display: flex;
      flex-direction: row-reverse;
      justify-content: flex-end;
      margin-bottom: -55px; } }
  @media only screen and (max-width: 834px) {
    .page--home #timeoff .container .text {
      padding: 0 20px;
      margin-bottom: 60px; } }
  @media print, screen and (min-width: 835px) {
    .page--home #timeoff .container .text {
      max-width: 700px;
      padding: 102px 30px 80px 0; } }
  .page--home #timeoff .container .text .mod__heading1 {
    line-height: 2; }
    @media only screen and (max-width: 834px) {
      .page--home #timeoff .container .text .mod__heading1 {
        margin-bottom: 25px;
        font-size: clamp(2rem, 6.1224489796vw, 2.4rem); } }
    @media print, screen and (min-width: 835px) {
      .page--home #timeoff .container .text .mod__heading1 {
        margin-bottom: 50px;
        font-size: clamp(2.4rem, 3.4359341446vw, 4.8rem); } }
    @media only screen and (max-width: 834px) {
      .page--home #timeoff .container .text .mod__heading1 span {
        margin-bottom: 17px; } }
    @media print, screen and (min-width: 835px) {
      .page--home #timeoff .container .text .mod__heading1 span {
        margin-bottom: 42px; } }
  .page--home #timeoff .container .text p {
    line-height: 2;
    font-weight: 500;
    letter-spacing: 0.1em;
    margin-block: calc((1em - 1lh) / 2); }
    @media only screen and (max-width: 834px) {
      .page--home #timeoff .container .text p {
        margin-bottom: 55px;
        font-size: clamp(1.4rem, 4.0816326531vw, 1.6rem); } }
    @media print, screen and (min-width: 835px) {
      .page--home #timeoff .container .text p {
        margin-bottom: 70px;
        font-size: clamp(1.6rem, 1.4316392269vw, 2rem); } }
  .page--home #timeoff .container .text > a {
    font-family: "Staatliches", sans-serif;
    font-weight: 400;
    font-style: normal;
    width: 100%;
    line-height: 1.5;
    color: #FFF;
    letter-spacing: 0.05em;
    text-decoration: none;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #DB0000;
    transition: all .2s ease-out;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    border: none;
    margin: 0; }
    .page--home #timeoff .container .text > a:link {
      color: #FFF; }
    .page--home #timeoff .container .text > a:visited {
      color: #FFF; }
    @media only screen and (max-width: 834px) {
      .page--home #timeoff .container .text > a {
        max-width: 195px;
        min-height: 50px;
        border-radius: 25px;
        font-size: clamp(1.6rem, 4.5918367347vw, 1.8rem); } }
    @media print, screen and (min-width: 835px) {
      .page--home #timeoff .container .text > a {
        max-width: 340px;
        min-height: 80px;
        border-radius: 40px;
        font-size: clamp(2rem, 1.7179670723vw, 2.4rem); } }
    .page--home #timeoff .container .text > a::before {
      width: 21px;
      height: 8px;
      content: "";
      background: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2221%22%20height%3D%228%22%20viewBox%3D%220%200%2021%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20y%3D%223%22%20width%3D%2220%22%20height%3D%222%22%20fill%3D%22%23FFF%22%2F%3E%3Ccircle%20cx%3D%2217%22%20cy%3D%224%22%20r%3D%224%22%20fill%3D%22%23FFF%22%2F%3E%3C%2Fsvg%3E") no-repeat left top/contain;
      display: block;
      transition: all .2s ease-out;
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto 0;
      z-index: 2; }
      @media only screen and (max-width: 834px) {
        .page--home #timeoff .container .text > a::before {
          left: 20px; } }
      @media print, screen and (min-width: 835px) {
        .page--home #timeoff .container .text > a::before {
          left: 35px; } }
  @media only screen and (min-width: 835px) and (min-width: 835px) and (max-width: 1219px) {
    .page--home #timeoff .container .text > a::before {
      left: 30px; } }

    .page--home #timeoff .container .text > a:hover {
      background: #333; }
  .page--home #timeoff .container figure {
    height: 0;
    position: relative; }
    @media only screen and (max-width: 834px) {
      .page--home #timeoff .container figure {
        width: calc(100% - 80px);
        padding-top: 295px; } }
    @media print, screen and (min-width: 835px) {
      .page--home #timeoff .container figure {
        width: 50vw;
        padding-top: 880px;
        flex-shrink: 0;
        margin-right: 80px; } }
  @media only screen and (min-width: 835px) and (min-width: 835px) and (max-width: 1219px) {
    .page--home #timeoff .container figure {
      margin-right: 30px; } }

    .page--home #timeoff .container figure img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto; }
    .page--home #timeoff .container figure p {
      font-family: "Staatliches", sans-serif;
      font-weight: 400;
      font-style: normal;
      line-height: 1;
      color: #DB0000;
      letter-spacing: 0.05em;
      writing-mode: vertical-rl;
      margin-block: calc((1em - 1lh) / 2);
      cursor: default;
      transition: all .2s ease-out;
      position: absolute; }
      @media only screen and (max-width: 834px) {
        .page--home #timeoff .container figure p {
          text-align: center;
          right: calc(-1em + -5px);
          top: 0;
          bottom: 0;
          margin: auto 0;
          font-size: clamp(4.8rem, 12.2448979592vw, 4.8rem); } }
      @media print, screen and (min-width: 835px) {
        .page--home #timeoff .container figure p {
          bottom: calc(-5.1em + -65px);
          left: 40px;
          z-index: -1;
          font-size: clamp(7.2rem, 9.1624910523vw, 12.8rem); } }
  @media only screen and (min-width: 835px) and (min-width: 835px) and (max-width: 1219px) {
    .page--home #timeoff .container figure p {
      left: 30px; } }

      .page--home #timeoff .container figure p span {
        color: #FFF;
        text-shadow: #DB0000 1px 1px 0, #DB0000 -1px -1px 0, #DB0000 -1px 1px 0, #DB0000 1px -1px 0, #DB0000 0px 1px 0, #DB0000 0 -1px 0, #DB0000 -1px 0 0, #DB0000 1px 0 0; }
  .page--home #timeoff > ul {
    display: flex !important;
    justify-content: space-between !important;
    position: relative;
    z-index: 2; }
    @media only screen and (max-width: 834px) {
      .page--home #timeoff > ul {
        padding-left: 40px;
        align-items: flex-start; } }
    @media print, screen and (min-width: 835px) {
      .page--home #timeoff > ul {
        display: block;
        max-width: 1380px;
        margin: 0 auto;
        align-items: flex-end;
        padding-left: 190px !important; } }
  @media only screen and (min-width: 835px) and (max-width: 834px) {
    .page--home #timeoff > ul {
      padding: 0 20px; } }
  @media only screen and (min-width: 835px) and (min-width: 835px) and (max-width: 1219px) {
    .page--home #timeoff > ul {
      padding: 0 30px; } }
  @media print, screen and (min-width: 835px) and (min-width: 1220px) {
    .page--home #timeoff > ul {
      padding: 0 30px; } }

    .page--home #timeoff > ul li {
      transition: all .2s ease-out; }
      @media only screen and (max-width: 834px) {
        .page--home #timeoff > ul li:nth-child(1) {
          width: 48.368%; } }
      @media print, screen and (min-width: 835px) {
        .page--home #timeoff > ul li:nth-child(1) {
          width: 51.7241%; } }
      @media only screen and (max-width: 834px) {
        .page--home #timeoff > ul li:nth-child(2) {
          width: calc(51.632% - 20px);
          margin-top: 55px; } }
      @media print, screen and (min-width: 835px) {
        .page--home #timeoff > ul li:nth-child(2) {
          width: calc(48.2759% - 80px); } }
  @media only screen and (min-width: 835px) and (min-width: 835px) and (max-width: 1219px) {
    .page--home #timeoff > ul li:nth-child(2) {
      width: calc(48.2759% - 30px); } }

      .page--home #timeoff > ul li img {
        display: block;
        width: 100%;
        max-width: 100%;
        height: auto;
        margin: 0 auto; }
  @media only screen and (max-width: 834px) {
    .page--home #information {
      margin-bottom: 120px; } }
  @media print, screen and (min-width: 835px) {
    .page--home #information {
      display: block;
      max-width: 1380px;
      margin: 0 auto;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      margin-bottom: 390px; } }
  @media only screen and (min-width: 835px) and (max-width: 834px) {
    .page--home #information {
      padding: 0 20px; } }
  @media only screen and (min-width: 835px) and (min-width: 835px) and (max-width: 1219px) {
    .page--home #information {
      padding: 0 30px; } }
  @media print, screen and (min-width: 835px) and (min-width: 1220px) {
    .page--home #information {
      padding: 0 30px; } }

  @media only screen and (max-width: 834px) {
    .page--home #information .mod__heading1 {
      padding: 0 20px;
      margin-bottom: 30px;
      font-size: clamp(2rem, 6.1224489796vw, 2.4rem); } }
  @media print, screen and (min-width: 835px) {
    .page--home #information .mod__heading1 {
      margin-bottom: 70px;
      font-size: clamp(2.4rem, 3.4359341446vw, 4.8rem); } }
  @media only screen and (max-width: 834px) {
    .page--home #information .mod__heading1 span {
      margin-bottom: 22px; } }
  @media print, screen and (min-width: 835px) {
    .page--home #information .mod__heading1 span {
      margin-bottom: 55px; } }
  .page--home #information > p {
    line-height: 2;
    font-weight: 500;
    letter-spacing: 0.1em;
    margin-block: calc((1em - 1lh) / 2); }
    @media only screen and (max-width: 834px) {
      .page--home #information > p {
        padding: 0 20px;
        margin-bottom: 32px;
        font-size: clamp(1.4rem, 4.0816326531vw, 1.6rem); } }
    @media print, screen and (min-width: 835px) {
      .page--home #information > p {
        margin: 77px 0 70px 0;
        font-size: clamp(1.6rem, 1.4316392269vw, 2rem); } }
  @media print, screen and (min-width: 835px) {
    .page--home #information .swiper-container {
      width: 100%; } }
  @media print, screen and (min-width: 835px) {
    .page--home #information .swiper-container .swiper-wrapper {
      width: 100%;
      display: flex;
      flex-wrap: wrap; } }
  @media only screen and (min-width: 835px) and (max-width: 1219px) {
    .page--home #information .swiper-container .swiper-wrapper .swiper-slide {
      width: calc(100% / 3 - 30px * 2 / 3); }
      .page--home #information .swiper-container .swiper-wrapper .swiper-slide:not(:nth-child(3n)) {
        margin-right: 30px; }
      .page--home #information .swiper-container .swiper-wrapper .swiper-slide:nth-child(n+4) {
        margin-top: 57px; } }
  @media print, screen and (min-width: 1220px) {
    .page--home #information .swiper-container .swiper-wrapper .swiper-slide {
      width: calc(100% / 3 - 60px * 2 / 3); }
      .page--home #information .swiper-container .swiper-wrapper .swiper-slide:not(:nth-child(3n)) {
        margin-right: 60px; }
      .page--home #information .swiper-container .swiper-wrapper .swiper-slide:nth-child(n+4) {
        margin-top: 57px; } }
  .page--home #information .swiper-container .swiper-wrapper .swiper-slide a {
    color: #333;
    text-decoration: none;
    display: block;
    transition: all .2s ease-out; }
    .page--home #information .swiper-container .swiper-wrapper .swiper-slide a:hover {
      /*
      h3 {
        color: $mainColor;
      }
      */ }
      .page--home #information .swiper-container .swiper-wrapper .swiper-slide a:hover figure {
        opacity: 0.9; }
      .page--home #information .swiper-container .swiper-wrapper .swiper-slide a:hover p {
        color: #333; }
        .page--home #information .swiper-container .swiper-wrapper .swiper-slide a:hover p::before {
          background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2235%22%20height%3D%2212%22%20viewBox%3D%220%200%2035%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20y%3D%225%22%20width%3D%2230%22%20height%3D%222%22%20fill%3D%22%23333%22%2F%3E%3Ccircle%20cx%3D%2229%22%20cy%3D%226%22%20r%3D%226%22%20fill%3D%22%23333%22%2F%3E%3C%2Fsvg%3E"); }
    .page--home #information .swiper-container .swiper-wrapper .swiper-slide a figure {
      width: 100%;
      height: 0;
      display: block;
      overflow: hidden;
      border: 1px solid #F5F5F5;
      position: relative;
      transition: all .2s ease-out; }
      @media only screen and (max-width: 834px) {
        .page--home #information .swiper-container .swiper-wrapper .swiper-slide a figure {
          padding-top: 70.1818%;
          margin-bottom: 20px; } }
      @media print, screen and (min-width: 835px) {
        .page--home #information .swiper-container .swiper-wrapper .swiper-slide a figure {
          padding-top: 70%;
          margin-bottom: 20px; } }
  @media only screen and (min-width: 835px) and (min-width: 835px) and (max-width: 1219px) {
    .page--home #information .swiper-container .swiper-wrapper .swiper-slide a figure {
      padding-top: 68.8%; } }

      .page--home #information .swiper-container .swiper-wrapper .swiper-slide a figure img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        z-index: 2; }
    .page--home #information .swiper-container .swiper-wrapper .swiper-slide a time,
    .page--home #information .swiper-container .swiper-wrapper .swiper-slide a i {
      line-height: 1.3125;
      letter-spacing: 0.05em;
      transition: all .2s ease-out; }
    .page--home #information .swiper-container .swiper-wrapper .swiper-slide a time {
      font-family: "Staatliches", sans-serif;
      font-weight: 400;
      font-style: normal;
      line-height: 1.3125;
      margin-right: 5px; }
      @media only screen and (max-width: 834px) {
        .page--home #information .swiper-container .swiper-wrapper .swiper-slide a time {
          font-size: clamp(1.6rem, 4.0816326531vw, 1.6rem); } }
      @media print, screen and (min-width: 835px) {
        .page--home #information .swiper-container .swiper-wrapper .swiper-slide a time {
          font-size: clamp(1.6rem, 1.1453113815vw, 1.6rem); } }
    .page--home #information .swiper-container .swiper-wrapper .swiper-slide a i {
      color: #DB0000;
      font-style: normal;
      font-weight: 700;
      text-align: center;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      border: 1px solid #DB0000; }
      @media only screen and (max-width: 834px) {
        .page--home #information .swiper-container .swiper-wrapper .swiper-slide a i {
          min-height: 28px;
          padding: 1px 10px;
          margin-bottom: 17px;
          font-size: clamp(1.4rem, 3.5714285714vw, 1.4rem); } }
      @media print, screen and (min-width: 835px) {
        .page--home #information .swiper-container .swiper-wrapper .swiper-slide a i {
          min-height: 30px;
          padding: 3px 12px;
          margin-bottom: 17px;
          font-size: clamp(1.6rem, 1.1453113815vw, 1.6rem); } }
    .page--home #information .swiper-container .swiper-wrapper .swiper-slide a h3 {
      color: #333;
      font-weight: 700;
      letter-spacing: 0.1em;
      margin-block: calc((1em - 1lh) / 2);
      transition: all .2s ease-out; }
      @media only screen and (max-width: 834px) {
        .page--home #information .swiper-container .swiper-wrapper .swiper-slide a h3 {
          line-height: 1.3125;
          margin-bottom: 22px;
          font-size: clamp(1.4rem, 4.0816326531vw, 1.6rem); } }
      @media print, screen and (min-width: 835px) {
        .page--home #information .swiper-container .swiper-wrapper .swiper-slide a h3 {
          line-height: 1.5;
          margin-bottom: 32px;
          font-size: clamp(1.8rem, 1.4316392269vw, 2rem); } }
    .page--home #information .swiper-container .swiper-wrapper .swiper-slide a p {
      font-family: "Staatliches", sans-serif;
      font-weight: 400;
      font-style: normal;
      line-height: 1;
      color: #DB0000;
      letter-spacing: 0.05em;
      text-align: right;
      display: flex;
      justify-content: flex-end;
      align-items: center;
      transition: all .2s ease-out; }
      @media only screen and (max-width: 834px) {
        .page--home #information .swiper-container .swiper-wrapper .swiper-slide a p {
          font-size: clamp(1.6rem, 4.0816326531vw, 1.6rem); } }
      @media print, screen and (min-width: 835px) {
        .page--home #information .swiper-container .swiper-wrapper .swiper-slide a p {
          font-size: clamp(1.6rem, 1.1453113815vw, 1.6rem); } }
      .page--home #information .swiper-container .swiper-wrapper .swiper-slide a p::before {
        width: 21px;
        height: 8px;
        content: "";
        background: url("../images/common/icon-button.svg") no-repeat left top/contain;
        display: block;
        flex-shrink: 0;
        margin-right: 10px; }
  .page--home #information > a {
    font-family: "Staatliches", sans-serif;
    font-weight: 400;
    font-style: normal;
    width: 100%;
    line-height: 1.5;
    color: #FFF;
    letter-spacing: 0.05em;
    text-decoration: none;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #DB0000;
    transition: all .2s ease-out;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    border: none; }
    .page--home #information > a:link {
      color: #FFF; }
    .page--home #information > a:visited {
      color: #FFF; }
    @media only screen and (max-width: 834px) {
      .page--home #information > a {
        max-width: 195px;
        min-height: 50px;
        border-radius: 25px;
        font-size: clamp(1.6rem, 4.5918367347vw, 1.8rem); } }
    @media print, screen and (min-width: 835px) {
      .page--home #information > a {
        max-width: 340px;
        min-height: 80px;
        border-radius: 40px;
        font-size: clamp(2rem, 1.7179670723vw, 2.4rem); } }
    .page--home #information > a::before {
      width: 21px;
      height: 8px;
      content: "";
      background: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2221%22%20height%3D%228%22%20viewBox%3D%220%200%2021%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20y%3D%223%22%20width%3D%2220%22%20height%3D%222%22%20fill%3D%22%23FFF%22%2F%3E%3Ccircle%20cx%3D%2217%22%20cy%3D%224%22%20r%3D%224%22%20fill%3D%22%23FFF%22%2F%3E%3C%2Fsvg%3E") no-repeat left top/contain;
      display: block;
      transition: all .2s ease-out;
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto 0;
      z-index: 2; }
      @media only screen and (max-width: 834px) {
        .page--home #information > a::before {
          left: 20px; } }
      @media print, screen and (min-width: 835px) {
        .page--home #information > a::before {
          left: 35px; } }
  @media only screen and (min-width: 835px) and (min-width: 835px) and (max-width: 1219px) {
    .page--home #information > a::before {
      left: 30px; } }

    .page--home #information > a:hover {
      background: #333; }
    @media only screen and (max-width: 834px) {
      .page--home #information > a {
        margin-top: 57px; } }
    @media print, screen and (min-width: 835px) {
      .page--home #information > a {
        margin-top: 77px; } }
  @media only screen and (max-width: 834px) {
    .page--home #property {
      margin-bottom: 120px; } }
  @media print, screen and (min-width: 835px) {
    .page--home #property {
      position: relative;
      margin-bottom: 200px; } }
  @media only screen and (max-width: 834px) {
    .page--home #property > .container {
      padding: 0 20px;
      margin-bottom: 37px; } }
  @media print, screen and (min-width: 835px) {
    .page--home #property > .container {
      display: block;
      max-width: 1380px;
      margin: 0 auto;
      display: flex;
      justify-content: space-between;
      margin-bottom: 75px; } }
  @media only screen and (min-width: 835px) and (max-width: 834px) {
    .page--home #property > .container {
      padding: 0 20px; } }
  @media only screen and (min-width: 835px) and (min-width: 835px) and (max-width: 1219px) {
    .page--home #property > .container {
      padding: 0 30px; } }
  @media print, screen and (min-width: 835px) and (min-width: 1220px) {
    .page--home #property > .container {
      padding: 0 30px; } }

  @media only screen and (max-width: 834px) {
    .page--home #property > .container .mod__heading1 {
      margin-bottom: 30px;
      font-size: clamp(2rem, 6.1224489796vw, 2.4rem); } }
  @media print, screen and (min-width: 835px) {
    .page--home #property > .container .mod__heading1 {
      font-size: clamp(2.4rem, 3.4359341446vw, 4.8rem); } }
  @media only screen and (max-width: 834px) {
    .page--home #property > .container .mod__heading1 span {
      margin-bottom: 22px; } }
  @media print, screen and (min-width: 835px) {
    .page--home #property > .container .mod__heading1 span {
      margin-bottom: 55px; } }
  .page--home #property > .container > p {
    line-height: 2;
    font-weight: 500;
    letter-spacing: 0.1em;
    margin-block: calc((1em - 1lh) / 2); }
    @media only screen and (max-width: 834px) {
      .page--home #property > .container > p {
        font-size: clamp(1.4rem, 4.0816326531vw, 1.6rem); } }
    @media print, screen and (min-width: 835px) {
      .page--home #property > .container > p {
        margin-top: 77px;
        font-size: clamp(1.6rem, 1.4316392269vw, 2rem); } }
  @media only screen and (max-width: 834px) {
    .page--home #property .swiper-container {
      padding-left: 20px; } }
  @media print, screen and (min-width: 835px) {
    .page--home #property .swiper-container {
      width: calc(50vw + 690px);
      padding-left: 30px;
      margin: 0 0 0 auto; } }
  .page--home #property .swiper-container .swiper-wrapper .swiper-slide a {
    color: #333;
    text-decoration: none;
    display: block;
    transition: all .2s ease-out; }
    .page--home #property .swiper-container .swiper-wrapper .swiper-slide a:hover {
      /*
      .tag {
        li {
          background: $mainColor;
        }
      }
      
      h3,
      dl dt,
      dl dd,
      .free li {
        color: $mainColor;
      }
      
      dl,
      dl dt,
      dl dd,
      .free li {
        border-color: $mainColor !important;
      }
      */ }
      .page--home #property .swiper-container .swiper-wrapper .swiper-slide a:hover figure {
        opacity: 0.9; }
      .page--home #property .swiper-container .swiper-wrapper .swiper-slide a:hover .more {
        color: #333; }
        .page--home #property .swiper-container .swiper-wrapper .swiper-slide a:hover .more::before {
          background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2235%22%20height%3D%2212%22%20viewBox%3D%220%200%2035%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20y%3D%225%22%20width%3D%2230%22%20height%3D%222%22%20fill%3D%22%23333%22%2F%3E%3Ccircle%20cx%3D%2229%22%20cy%3D%226%22%20r%3D%226%22%20fill%3D%22%23333%22%2F%3E%3C%2Fsvg%3E"); }
    .page--home #property .swiper-container .swiper-wrapper .swiper-slide a figure {
      width: 100%;
      height: 0;
      padding-top: 70%;
      display: block;
      overflow: hidden;
      border: 1px solid #F5F5F5;
      position: relative;
      transition: all .2s ease-out; }
      @media only screen and (max-width: 834px) {
        .page--home #property .swiper-container .swiper-wrapper .swiper-slide a figure {
          margin-bottom: 18px; } }
      @media print, screen and (min-width: 835px) {
        .page--home #property .swiper-container .swiper-wrapper .swiper-slide a figure {
          margin-bottom: 45px; } }
      .page--home #property .swiper-container .swiper-wrapper .swiper-slide a figure img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        z-index: 2; }
    .page--home #property .swiper-container .swiper-wrapper .swiper-slide a .tag {
      display: flex;
      flex-wrap: wrap; }
      @media only screen and (max-width: 834px) {
        .page--home #property .swiper-container .swiper-wrapper .swiper-slide a .tag {
          margin-bottom: 7px; } }
      @media print, screen and (min-width: 835px) {
        .page--home #property .swiper-container .swiper-wrapper .swiper-slide a .tag {
          margin-bottom: 12px; } }
      .page--home #property .swiper-container .swiper-wrapper .swiper-slide a .tag li {
        line-height: 1.3125;
        color: #FFF;
        font-weight: 700;
        letter-spacing: 0.05em;
        text-align: center;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        padding: 3px 10px;
        background: #1A1A1A;
        border-radius: 2px;
        transition: all .2s ease-out; }
        @media only screen and (max-width: 834px) {
          .page--home #property .swiper-container .swiper-wrapper .swiper-slide a .tag li {
            min-height: 25px;
            margin: 0 5px 5px 0;
            font-size: clamp(1.2rem, 3.0612244898vw, 1.2rem); } }
        @media print, screen and (min-width: 835px) {
          .page--home #property .swiper-container .swiper-wrapper .swiper-slide a .tag li {
            min-height: 30px;
            margin: 0 10px 10px 0;
            font-size: clamp(1.4rem, 1.0021474588vw, 1.4rem); } }
    .page--home #property .swiper-container .swiper-wrapper .swiper-slide a h3 {
      line-height: 1.5;
      color: #333;
      font-weight: 700;
      letter-spacing: 0.1em;
      margin-block: calc((1em - 1lh) / 2);
      transition: all .2s ease-out;
      margin-bottom: 7px; }
      @media only screen and (max-width: 834px) {
        .page--home #property .swiper-container .swiper-wrapper .swiper-slide a h3 {
          font-size: clamp(1.4rem, 4.0816326531vw, 1.6rem); } }
      @media print, screen and (min-width: 835px) {
        .page--home #property .swiper-container .swiper-wrapper .swiper-slide a h3 {
          font-size: clamp(2.4rem, 2.2906227631vw, 3.2rem); } }
    .page--home #property .swiper-container .swiper-wrapper .swiper-slide a .price {
      line-height: 1.3125;
      color: #DB0000;
      font-weight: 700;
      letter-spacing: 0.05em;
      margin-block: calc((1em - 1lh) / 2);
      transition: all .2s ease-out; }
      @media only screen and (max-width: 834px) {
        .page--home #property .swiper-container .swiper-wrapper .swiper-slide a .price {
          margin-bottom: 3px;
          font-size: clamp(1.4rem, 3.5714285714vw, 1.4rem); } }
      @media print, screen and (min-width: 835px) {
        .page--home #property .swiper-container .swiper-wrapper .swiper-slide a .price {
          margin-bottom: 5px;
          font-size: clamp(1.6rem, 1.1453113815vw, 1.6rem); } }
      .page--home #property .swiper-container .swiper-wrapper .swiper-slide a .price span {
        font-family: "Staatliches", sans-serif;
        font-weight: 400;
        font-style: normal;
        letter-spacing: 0.05em;
        margin-right: 0.15em; }
        @media only screen and (max-width: 834px) {
          .page--home #property .swiper-container .swiper-wrapper .swiper-slide a .price span {
            font-size: clamp(2.4rem, 6.1224489796vw, 2.4rem); } }
        @media print, screen and (min-width: 835px) {
          .page--home #property .swiper-container .swiper-wrapper .swiper-slide a .price span {
            font-size: clamp(3.6rem, 2.5769506084vw, 3.6rem); } }
    .page--home #property .swiper-container .swiper-wrapper .swiper-slide a dl {
      display: flex;
      flex-wrap: wrap;
      border-bottom: 1px solid #D9D9D9;
      transition: all .2s ease-out; }
      .page--home #property .swiper-container .swiper-wrapper .swiper-slide a dl dt,
      .page--home #property .swiper-container .swiper-wrapper .swiper-slide a dl dd {
        display: flex;
        align-items: center;
        letter-spacing: 0.05em;
        transition: all .2s ease-out;
        padding: 10px 0; }
        @media only screen and (max-width: 834px) {
          .page--home #property .swiper-container .swiper-wrapper .swiper-slide a dl dt,
          .page--home #property .swiper-container .swiper-wrapper .swiper-slide a dl dd {
            min-height: 41px;
            line-height: 1.5;
            font-size: clamp(1.4rem, 3.5714285714vw, 1.4rem); } }
        @media print, screen and (min-width: 835px) {
          .page--home #property .swiper-container .swiper-wrapper .swiper-slide a dl dt,
          .page--home #property .swiper-container .swiper-wrapper .swiper-slide a dl dd {
            min-height: 43px;
            line-height: 1.3125;
            font-size: clamp(1.4rem, 1.1453113815vw, 1.6rem); } }
        .page--home #property .swiper-container .swiper-wrapper .swiper-slide a dl dt:nth-of-type(n+2),
        .page--home #property .swiper-container .swiper-wrapper .swiper-slide a dl dd:nth-of-type(n+2) {
          border-top: 1px solid #D9D9D9; }
      .page--home #property .swiper-container .swiper-wrapper .swiper-slide a dl dt {
        width: 6em;
        padding-right: 1em;
        font-weight: 700;
        /*
        @include mobile {
          width: 60px;
        }
        @include desktop {
          width: 100px;
        }
        */ }
      .page--home #property .swiper-container .swiper-wrapper .swiper-slide a dl dd {
        width: calc(100% - 6em);
        font-weight: 500;
        /*
        @include mobile {
          width: calc(100% - 60px);
        }
        @include desktop {
          width: calc(100% - 100px);
        }
        */ }
    @media only screen and (max-width: 834px) {
      .page--home #property .swiper-container .swiper-wrapper .swiper-slide a .free {
        margin-bottom: 15px; } }
    @media print, screen and (min-width: 835px) {
      .page--home #property .swiper-container .swiper-wrapper .swiper-slide a .free {
        margin-bottom: 30px; } }
    .page--home #property .swiper-container .swiper-wrapper .swiper-slide a .free li {
      font-weight: 500;
      letter-spacing: 0.05em;
      display: flex;
      align-items: center;
      padding: 10px 0;
      border-bottom: 1px solid #D9D9D9;
      transition: all .2s ease-out; }
      @media only screen and (max-width: 834px) {
        .page--home #property .swiper-container .swiper-wrapper .swiper-slide a .free li {
          min-height: 41px;
          line-height: 1.5;
          font-size: clamp(1.4rem, 3.5714285714vw, 1.4rem); } }
      @media print, screen and (min-width: 835px) {
        .page--home #property .swiper-container .swiper-wrapper .swiper-slide a .free li {
          min-height: 43px;
          line-height: 1.3125;
          font-size: clamp(1.4rem, 1.1453113815vw, 1.6rem); } }
    .page--home #property .swiper-container .swiper-wrapper .swiper-slide a .more {
      font-family: "Staatliches", sans-serif;
      font-weight: 400;
      font-style: normal;
      line-height: 1;
      color: #DB0000;
      letter-spacing: 0.05em;
      text-align: right;
      display: flex;
      justify-content: flex-end;
      align-items: center;
      transition: all .2s ease-out; }
      @media only screen and (max-width: 834px) {
        .page--home #property .swiper-container .swiper-wrapper .swiper-slide a .more {
          margin-top: 30px;
          font-size: clamp(1.6rem, 4.0816326531vw, 1.6rem); } }
      @media print, screen and (min-width: 835px) {
        .page--home #property .swiper-container .swiper-wrapper .swiper-slide a .more {
          margin-top: 40px;
          font-size: clamp(1.6rem, 1.1453113815vw, 1.6rem); } }
      .page--home #property .swiper-container .swiper-wrapper .swiper-slide a .more::before {
        width: 21px;
        height: 8px;
        content: "";
        background: url("../images/common/icon-button.svg") no-repeat left top/contain;
        display: block;
        flex-shrink: 0;
        margin-right: 10px; }
  .page--home #property > a {
    font-family: "Staatliches", sans-serif;
    font-weight: 400;
    font-style: normal;
    width: 100%;
    line-height: 1.5;
    color: #FFF;
    letter-spacing: 0.05em;
    text-decoration: none;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #DB0000;
    transition: all .2s ease-out;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    border: none; }
    .page--home #property > a:link {
      color: #FFF; }
    .page--home #property > a:visited {
      color: #FFF; }
    @media only screen and (max-width: 834px) {
      .page--home #property > a {
        max-width: 195px;
        min-height: 50px;
        border-radius: 25px;
        font-size: clamp(1.6rem, 4.5918367347vw, 1.8rem); } }
    @media print, screen and (min-width: 835px) {
      .page--home #property > a {
        max-width: 340px;
        min-height: 80px;
        border-radius: 40px;
        font-size: clamp(2rem, 1.7179670723vw, 2.4rem); } }
    .page--home #property > a::before {
      width: 21px;
      height: 8px;
      content: "";
      background: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2221%22%20height%3D%228%22%20viewBox%3D%220%200%2021%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20y%3D%223%22%20width%3D%2220%22%20height%3D%222%22%20fill%3D%22%23FFF%22%2F%3E%3Ccircle%20cx%3D%2217%22%20cy%3D%224%22%20r%3D%224%22%20fill%3D%22%23FFF%22%2F%3E%3C%2Fsvg%3E") no-repeat left top/contain;
      display: block;
      transition: all .2s ease-out;
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto 0;
      z-index: 2; }
      @media only screen and (max-width: 834px) {
        .page--home #property > a::before {
          left: 20px; } }
      @media print, screen and (min-width: 835px) {
        .page--home #property > a::before {
          left: 35px; } }
  @media only screen and (min-width: 835px) and (min-width: 835px) and (max-width: 1219px) {
    .page--home #property > a::before {
      left: 30px; } }

    .page--home #property > a:hover {
      background: #333; }
    @media only screen and (max-width: 834px) {
      .page--home #property > a {
        margin-top: 57px; } }
    @media print, screen and (min-width: 835px) {
      .page--home #property > a {
        margin-top: 77px; } }
  @media only screen and (max-width: 834px) {
    .page--home #concept {
      margin-bottom: 120px; } }
  @media print, screen and (min-width: 835px) {
    .page--home #concept {
      position: relative;
      margin-bottom: 200px; }
      .page--home #concept::after {
        width: 50vw;
        height: 100%;
        content: "";
        background: url("../images/home/concept-image.jpg") no-repeat center center/cover;
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto 0; } }
  @media only screen and (max-width: 834px) {
    .page--home #concept .text {
      padding: 0 20px;
      margin-bottom: 60px; } }
  @media print, screen and (min-width: 835px) {
    .page--home #concept .text {
      display: block;
      max-width: 1380px;
      margin: 0 auto;
      position: relative;
      z-index: 2;
      /*
      //max-width: 690px;
      max-width: 610px;
      padding: 3px 0 0 30px;
      */ } }
  @media only screen and (min-width: 835px) and (max-width: 834px) {
    .page--home #concept .text {
      padding: 0 20px; } }
  @media only screen and (min-width: 835px) and (min-width: 835px) and (max-width: 1219px) {
    .page--home #concept .text {
      padding: 55px 30px; } }
  @media print, screen and (min-width: 835px) and (min-width: 1220px) {
    .page--home #concept .text {
      padding: 55px 30px; } }

  @media only screen and (max-width: 834px) {
    .page--home #concept .text .mod__heading1 {
      margin-bottom: 30px;
      font-size: clamp(2rem, 6.1224489796vw, 2.4rem); } }
  @media print, screen and (min-width: 835px) {
    .page--home #concept .text .mod__heading1 {
      margin-bottom: 62px;
      font-size: clamp(3.2rem, 3.4359341446vw, 4.8rem); } }
  @media only screen and (max-width: 834px) {
    .page--home #concept .text .mod__heading1 span {
      margin-bottom: 22px; } }
  @media print, screen and (min-width: 835px) {
    .page--home #concept .text .mod__heading1 span {
      margin-bottom: 55px; } }
  .page--home #concept .text p {
    line-height: 2;
    font-weight: 500;
    letter-spacing: 0.1em;
    margin-block: calc((1em - 1lh) / 2); }
    @media only screen and (max-width: 834px) {
      .page--home #concept .text p {
        font-size: clamp(1.4rem, 4.0816326531vw, 1.6rem); } }
    @media print, screen and (min-width: 835px) {
      .page--home #concept .text p {
        font-size: clamp(1.8rem, 1.4316392269vw, 2rem); } }
    @media only screen and (max-width: 834px) {
      .page--home #concept .text p:nth-of-type(n+2) {
        margin-top: 42px; } }
    @media print, screen and (min-width: 835px) {
      .page--home #concept .text p:nth-of-type(n+2) {
        margin-top: 50px; } }
  .page--home #concept .text > a {
    font-family: "Staatliches", sans-serif;
    font-weight: 400;
    font-style: normal;
    width: 100%;
    line-height: 1.5;
    color: #FFF;
    letter-spacing: 0.05em;
    text-decoration: none;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #DB0000;
    transition: all .2s ease-out;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    border: none;
    margin: 0; }
    .page--home #concept .text > a:link {
      color: #FFF; }
    .page--home #concept .text > a:visited {
      color: #FFF; }
    @media only screen and (max-width: 834px) {
      .page--home #concept .text > a {
        max-width: 195px;
        min-height: 50px;
        border-radius: 25px;
        font-size: clamp(1.6rem, 4.5918367347vw, 1.8rem); } }
    @media print, screen and (min-width: 835px) {
      .page--home #concept .text > a {
        max-width: 340px;
        min-height: 80px;
        border-radius: 40px;
        font-size: clamp(2rem, 1.7179670723vw, 2.4rem); } }
    .page--home #concept .text > a::before {
      width: 21px;
      height: 8px;
      content: "";
      background: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2221%22%20height%3D%228%22%20viewBox%3D%220%200%2021%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20y%3D%223%22%20width%3D%2220%22%20height%3D%222%22%20fill%3D%22%23FFF%22%2F%3E%3Ccircle%20cx%3D%2217%22%20cy%3D%224%22%20r%3D%224%22%20fill%3D%22%23FFF%22%2F%3E%3C%2Fsvg%3E") no-repeat left top/contain;
      display: block;
      transition: all .2s ease-out;
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto 0;
      z-index: 2; }
      @media only screen and (max-width: 834px) {
        .page--home #concept .text > a::before {
          left: 20px; } }
      @media print, screen and (min-width: 835px) {
        .page--home #concept .text > a::before {
          left: 35px; } }
  @media only screen and (min-width: 835px) and (min-width: 835px) and (max-width: 1219px) {
    .page--home #concept .text > a::before {
      left: 30px; } }

    .page--home #concept .text > a:hover {
      background: #333; }
    @media only screen and (max-width: 834px) {
      .page--home #concept .text > a {
        margin-top: 60px; } }
    @media print, screen and (min-width: 835px) {
      .page--home #concept .text > a {
        margin-top: 80px; } }
  @media print, screen and (min-width: 835px) {
    .page--home #concept figure {
      width: 50vw;
      flex-shrink: 0;
      margin-left: 80px; } }
  @media only screen and (min-width: 835px) and (min-width: 835px) and (max-width: 1219px) {
    .page--home #concept figure {
      margin-left: 30px; } }

  .page--home #concept figure img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0 auto; }
  .page--home #case {
    background: #1A1A1A; }
    @media only screen and (max-width: 834px) {
      .page--home #case {
        padding: 120px 0;
        margin-bottom: 120px; } }
    @media print, screen and (min-width: 835px) {
      .page--home #case {
        padding: 200px 0;
        position: relative;
        margin-bottom: 200px; } }
    @media only screen and (max-width: 834px) {
      .page--home #case > .container {
        padding: 0 20px;
        margin-bottom: 37px; } }
    @media print, screen and (min-width: 835px) {
      .page--home #case > .container {
        display: block;
        max-width: 1380px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        margin-bottom: 75px; } }
  @media only screen and (min-width: 835px) and (max-width: 834px) {
    .page--home #case > .container {
      padding: 0 20px; } }
  @media only screen and (min-width: 835px) and (min-width: 835px) and (max-width: 1219px) {
    .page--home #case > .container {
      padding: 0 30px; } }
  @media print, screen and (min-width: 835px) and (min-width: 1220px) {
    .page--home #case > .container {
      padding: 0 30px; } }

    .page--home #case > .container .mod__heading1 {
      color: #FFF; }
      @media only screen and (max-width: 834px) {
        .page--home #case > .container .mod__heading1 {
          margin-bottom: 30px;
          font-size: clamp(2rem, 6.1224489796vw, 2.4rem); } }
      @media print, screen and (min-width: 835px) {
        .page--home #case > .container .mod__heading1 {
          font-size: clamp(2.4rem, 3.4359341446vw, 4.8rem); } }
      .page--home #case > .container .mod__heading1 span {
        color: #DB0000; }
        @media only screen and (max-width: 834px) {
          .page--home #case > .container .mod__heading1 span {
            margin-bottom: 22px; } }
        @media print, screen and (min-width: 835px) {
          .page--home #case > .container .mod__heading1 span {
            margin-bottom: 55px; } }
    .page--home #case > .container > p {
      line-height: 2;
      color: #FFF;
      font-weight: 500;
      letter-spacing: 0.1em;
      margin-block: calc((1em - 1lh) / 2); }
      @media only screen and (max-width: 834px) {
        .page--home #case > .container > p {
          font-size: clamp(1.4rem, 4.0816326531vw, 1.6rem); } }
      @media print, screen and (min-width: 835px) {
        .page--home #case > .container > p {
          margin-top: 77px;
          font-size: clamp(1.6rem, 1.4316392269vw, 2rem); } }
    @media only screen and (max-width: 834px) {
      .page--home #case .swiper-container {
        padding-left: 20px; } }
    .page--home #case .swiper-container .swiper-wrapper .swiper-slide a {
      color: #FFF;
      text-decoration: none;
      display: block;
      transition: all .2s ease-out; }
      .page--home #case .swiper-container .swiper-wrapper .swiper-slide a:hover {
        /*
        .tag {
          li {
            background: $mainColor;
            border-color: $mainColor;
          }
        }
        
        h3,
        dl dt,
        dl dd,
        .free li {
          color: $mainColor;
        }
        
        dl,
        dl dt,
        dl dd,
        .free li {
          border-color: $mainColor !important;
        }
        */ }
        .page--home #case .swiper-container .swiper-wrapper .swiper-slide a:hover figure {
          opacity: 0.9; }
        .page--home #case .swiper-container .swiper-wrapper .swiper-slide a:hover .more {
          color: #FFF; }
          .page--home #case .swiper-container .swiper-wrapper .swiper-slide a:hover .more::before {
            background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2235%22%20height%3D%2212%22%20viewBox%3D%220%200%2035%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20y%3D%225%22%20width%3D%2230%22%20height%3D%222%22%20fill%3D%22%23FFF%22%2F%3E%3Ccircle%20cx%3D%2229%22%20cy%3D%226%22%20r%3D%226%22%20fill%3D%22%23FFF%22%2F%3E%3C%2Fsvg%3E"); }
      .page--home #case .swiper-container .swiper-wrapper .swiper-slide a figure {
        width: 100%;
        height: 0;
        padding-top: 70%;
        display: block;
        overflow: hidden;
        position: relative;
        transition: all .2s ease-out; }
        @media only screen and (max-width: 834px) {
          .page--home #case .swiper-container .swiper-wrapper .swiper-slide a figure {
            margin-bottom: 15px; } }
        @media print, screen and (min-width: 835px) {
          .page--home #case .swiper-container .swiper-wrapper .swiper-slide a figure {
            margin-bottom: 20px; } }
        .page--home #case .swiper-container .swiper-wrapper .swiper-slide a figure img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          margin: auto;
          z-index: 2; }
      .page--home #case .swiper-container .swiper-wrapper .swiper-slide a .tag {
        display: flex;
        flex-wrap: wrap; }
        @media only screen and (max-width: 834px) {
          .page--home #case .swiper-container .swiper-wrapper .swiper-slide a .tag {
            margin-bottom: 14px; } }
        @media print, screen and (min-width: 835px) {
          .page--home #case .swiper-container .swiper-wrapper .swiper-slide a .tag {
            margin-bottom: 7px; } }
        .page--home #case .swiper-container .swiper-wrapper .swiper-slide a .tag li {
          line-height: 1.3125;
          color: #FFF;
          font-weight: 700;
          letter-spacing: 0.05em;
          text-align: center;
          display: inline-flex;
          justify-content: center;
          align-items: center;
          padding: 3px 10px;
          border: 1px solid #FFF;
          border-radius: 2px;
          transition: all .2s ease-out; }
          @media only screen and (max-width: 834px) {
            .page--home #case .swiper-container .swiper-wrapper .swiper-slide a .tag li {
              min-height: 25px;
              margin: 0 5px 5px 0;
              font-size: clamp(1.2rem, 3.0612244898vw, 1.2rem); } }
          @media print, screen and (min-width: 835px) {
            .page--home #case .swiper-container .swiper-wrapper .swiper-slide a .tag li {
              min-height: 30px;
              margin: 0 10px 10px 0;
              font-size: clamp(1.4rem, 1.0021474588vw, 1.4rem); } }
      .page--home #case .swiper-container .swiper-wrapper .swiper-slide a h3 {
        color: #FFF;
        font-weight: 700;
        letter-spacing: 0.1em;
        margin-block: calc((1em - 1lh) / 2);
        transition: all .2s ease-out; }
        @media only screen and (max-width: 834px) {
          .page--home #case .swiper-container .swiper-wrapper .swiper-slide a h3 {
            line-height: 1.5;
            margin-bottom: 8px;
            font-size: clamp(1.4rem, 4.0816326531vw, 1.6rem); } }
        @media print, screen and (min-width: 835px) {
          .page--home #case .swiper-container .swiper-wrapper .swiper-slide a h3 {
            line-height: 1.25;
            margin-bottom: 20px;
            font-size: clamp(2rem, 1.7179670723vw, 2.4rem); } }
      .page--home #case .swiper-container .swiper-wrapper .swiper-slide a .price {
        line-height: 1.25;
        color: #DB0000;
        font-weight: 700;
        letter-spacing: 0.05em;
        margin-block: calc((1em - 1lh) / 2);
        transition: all .2s ease-out; }
        @media only screen and (max-width: 834px) {
          .page--home #case .swiper-container .swiper-wrapper .swiper-slide a .price {
            margin-bottom: 3px;
            font-size: clamp(1.4rem, 3.5714285714vw, 1.4rem); } }
        @media print, screen and (min-width: 835px) {
          .page--home #case .swiper-container .swiper-wrapper .swiper-slide a .price {
            margin-bottom: 18px;
            font-size: clamp(1.6rem, 1.1453113815vw, 1.6rem); } }
        .page--home #case .swiper-container .swiper-wrapper .swiper-slide a .price span {
          font-family: "Staatliches", sans-serif;
          font-weight: 400;
          font-style: normal;
          margin-right: 1.75em; }
          @media only screen and (max-width: 834px) {
            .page--home #case .swiper-container .swiper-wrapper .swiper-slide a .price span {
              font-size: clamp(1.8rem, 4.5918367347vw, 1.8rem); } }
          @media print, screen and (min-width: 835px) {
            .page--home #case .swiper-container .swiper-wrapper .swiper-slide a .price span {
              font-size: clamp(2.4rem, 1.7179670723vw, 2.4rem); } }
      .page--home #case .swiper-container .swiper-wrapper .swiper-slide a dl {
        display: flex;
        flex-wrap: wrap;
        border-bottom: 1px solid #5D5D5D;
        transition: all .2s ease-out; }
        .page--home #case .swiper-container .swiper-wrapper .swiper-slide a dl dt,
        .page--home #case .swiper-container .swiper-wrapper .swiper-slide a dl dd {
          display: flex;
          align-items: center;
          letter-spacing: 0.05em;
          transition: all .2s ease-out;
          padding: 10px 0; }
          @media only screen and (max-width: 834px) {
            .page--home #case .swiper-container .swiper-wrapper .swiper-slide a dl dt,
            .page--home #case .swiper-container .swiper-wrapper .swiper-slide a dl dd {
              min-height: 41px;
              line-height: 1.5;
              font-size: clamp(1.4rem, 3.5714285714vw, 1.4rem); } }
          @media print, screen and (min-width: 835px) {
            .page--home #case .swiper-container .swiper-wrapper .swiper-slide a dl dt,
            .page--home #case .swiper-container .swiper-wrapper .swiper-slide a dl dd {
              min-height: 43px;
              line-height: 1.3125;
              font-size: clamp(1.4rem, 1.1453113815vw, 1.6rem); } }
          .page--home #case .swiper-container .swiper-wrapper .swiper-slide a dl dt:nth-of-type(n+2),
          .page--home #case .swiper-container .swiper-wrapper .swiper-slide a dl dd:nth-of-type(n+2) {
            border-top: 1px solid #5D5D5D; }
        .page--home #case .swiper-container .swiper-wrapper .swiper-slide a dl dt {
          width: 6em;
          padding-right: 1em;
          font-weight: 700;
          /*
          @include mobile {
            width: 60px;
          }
          @include desktop {
            width: 100px;
          }
          */ }
        .page--home #case .swiper-container .swiper-wrapper .swiper-slide a dl dd {
          width: calc(100% - 6em);
          font-weight: 500;
          /*
          @include mobile {
            width: calc(100% - 60px);
          }
          @include desktop {
            width: calc(100% - 100px);
          }
          */ }
      @media only screen and (max-width: 834px) {
        .page--home #case .swiper-container .swiper-wrapper .swiper-slide a .free {
          margin-bottom: 15px; } }
      @media print, screen and (min-width: 835px) {
        .page--home #case .swiper-container .swiper-wrapper .swiper-slide a .free {
          margin-bottom: 30px; } }
      .page--home #case .swiper-container .swiper-wrapper .swiper-slide a .free li {
        font-weight: 500;
        letter-spacing: 0.05em;
        display: flex;
        align-items: center;
        padding: 10px 0;
        border-bottom: 1px solid #5D5D5D;
        transition: all .2s ease-out; }
        @media only screen and (max-width: 834px) {
          .page--home #case .swiper-container .swiper-wrapper .swiper-slide a .free li {
            min-height: 41px;
            line-height: 1.5;
            font-size: clamp(1.4rem, 3.5714285714vw, 1.4rem); } }
        @media print, screen and (min-width: 835px) {
          .page--home #case .swiper-container .swiper-wrapper .swiper-slide a .free li {
            min-height: 43px;
            line-height: 1.3125;
            font-size: clamp(1.4rem, 1.1453113815vw, 1.6rem); } }
      .page--home #case .swiper-container .swiper-wrapper .swiper-slide a .more {
        font-family: "Staatliches", sans-serif;
        font-weight: 400;
        font-style: normal;
        line-height: 1;
        color: #DB0000;
        letter-spacing: 0.05em;
        text-align: right;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        transition: all .2s ease-out; }
        @media only screen and (max-width: 834px) {
          .page--home #case .swiper-container .swiper-wrapper .swiper-slide a .more {
            margin-top: 30px;
            font-size: clamp(1.6rem, 4.0816326531vw, 1.6rem); } }
        @media print, screen and (min-width: 835px) {
          .page--home #case .swiper-container .swiper-wrapper .swiper-slide a .more {
            margin-top: 40px;
            font-size: clamp(1.6rem, 1.1453113815vw, 1.6rem); } }
        .page--home #case .swiper-container .swiper-wrapper .swiper-slide a .more::before {
          width: 21px;
          height: 8px;
          content: "";
          background: url("../images/common/icon-button.svg") no-repeat left top/contain;
          display: block;
          flex-shrink: 0;
          margin-right: 10px; }
    .page--home #case > a {
      font-family: "Staatliches", sans-serif;
      font-weight: 400;
      font-style: normal;
      width: 100%;
      line-height: 1.5;
      color: #FFF;
      letter-spacing: 0.05em;
      text-decoration: none;
      text-align: center;
      display: flex;
      justify-content: center;
      align-items: center;
      background: #DB0000;
      transition: all .2s ease-out;
      overflow: hidden;
      cursor: pointer;
      position: relative;
      z-index: 1;
      margin: 0 auto;
      border: none; }
      .page--home #case > a:link {
        color: #FFF; }
      .page--home #case > a:visited {
        color: #FFF; }
      @media only screen and (max-width: 834px) {
        .page--home #case > a {
          max-width: 195px;
          min-height: 50px;
          border-radius: 25px;
          font-size: clamp(1.6rem, 4.5918367347vw, 1.8rem); } }
      @media print, screen and (min-width: 835px) {
        .page--home #case > a {
          max-width: 340px;
          min-height: 80px;
          border-radius: 40px;
          font-size: clamp(2rem, 1.7179670723vw, 2.4rem); } }
      .page--home #case > a::before {
        width: 21px;
        height: 8px;
        content: "";
        background: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2221%22%20height%3D%228%22%20viewBox%3D%220%200%2021%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20y%3D%223%22%20width%3D%2220%22%20height%3D%222%22%20fill%3D%22%23FFF%22%2F%3E%3Ccircle%20cx%3D%2217%22%20cy%3D%224%22%20r%3D%224%22%20fill%3D%22%23FFF%22%2F%3E%3C%2Fsvg%3E") no-repeat left top/contain;
        display: block;
        transition: all .2s ease-out;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto 0;
        z-index: 2; }
        @media only screen and (max-width: 834px) {
          .page--home #case > a::before {
            left: 20px; } }
        @media print, screen and (min-width: 835px) {
          .page--home #case > a::before {
            left: 35px; } }
  @media only screen and (min-width: 835px) and (min-width: 835px) and (max-width: 1219px) {
    .page--home #case > a::before {
      left: 30px; } }

      .page--home #case > a:hover {
        background: #333; }
      @media only screen and (max-width: 834px) {
        .page--home #case > a {
          margin-top: 57px; } }
      @media print, screen and (min-width: 835px) {
        .page--home #case > a {
          margin-top: 77px; } }
  @media only screen and (max-width: 834px) {
    .page--home #blog {
      margin-bottom: 120px; } }
  @media print, screen and (min-width: 835px) {
    .page--home #blog {
      display: block;
      max-width: 1380px;
      margin: 0 auto;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      margin-bottom: 200px; } }
  @media only screen and (min-width: 835px) and (max-width: 834px) {
    .page--home #blog {
      padding: 0 20px; } }
  @media only screen and (min-width: 835px) and (min-width: 835px) and (max-width: 1219px) {
    .page--home #blog {
      padding: 0 30px; } }
  @media print, screen and (min-width: 835px) and (min-width: 1220px) {
    .page--home #blog {
      padding: 0 30px; } }

  @media only screen and (max-width: 834px) {
    .page--home #blog .mod__heading1 {
      padding: 0 20px;
      margin-bottom: 30px;
      font-size: clamp(2rem, 6.1224489796vw, 2.4rem); } }
  @media print, screen and (min-width: 835px) {
    .page--home #blog .mod__heading1 {
      margin-bottom: 70px;
      font-size: clamp(2.4rem, 3.4359341446vw, 4.8rem); } }
  @media only screen and (max-width: 834px) {
    .page--home #blog .mod__heading1 span {
      margin-bottom: 22px; } }
  @media print, screen and (min-width: 835px) {
    .page--home #blog .mod__heading1 span {
      margin-bottom: 55px; } }
  .page--home #blog > p {
    line-height: 2;
    font-weight: 500;
    letter-spacing: 0.1em;
    margin-block: calc((1em - 1lh) / 2); }
    @media only screen and (max-width: 834px) {
      .page--home #blog > p {
        padding: 0 20px;
        margin-bottom: 32px;
        font-size: clamp(1.4rem, 4.0816326531vw, 1.6rem); } }
    @media print, screen and (min-width: 835px) {
      .page--home #blog > p {
        margin: 77px 0 70px 0;
        font-size: clamp(1.6rem, 1.4316392269vw, 2rem); } }
  @media print, screen and (min-width: 835px) {
    .page--home #blog .swiper-container {
      width: 100%; } }
  @media print, screen and (min-width: 835px) {
    .page--home #blog .swiper-container .swiper-wrapper {
      width: 100%;
      display: flex;
      flex-wrap: wrap; } }
  @media only screen and (min-width: 835px) and (max-width: 1219px) {
    .page--home #blog .swiper-container .swiper-wrapper .swiper-slide {
      width: calc(100% / 3 - 30px * 2 / 3); }
      .page--home #blog .swiper-container .swiper-wrapper .swiper-slide:not(:nth-child(3n)) {
        margin-right: 30px; }
      .page--home #blog .swiper-container .swiper-wrapper .swiper-slide:nth-child(n+4) {
        margin-top: 57px; } }
  @media print, screen and (min-width: 1220px) {
    .page--home #blog .swiper-container .swiper-wrapper .swiper-slide {
      width: calc(100% / 3 - 60px * 2 / 3); }
      .page--home #blog .swiper-container .swiper-wrapper .swiper-slide:not(:nth-child(3n)) {
        margin-right: 60px; }
      .page--home #blog .swiper-container .swiper-wrapper .swiper-slide:nth-child(n+4) {
        margin-top: 57px; } }
  .page--home #blog .swiper-container .swiper-wrapper .swiper-slide a {
    color: #333;
    text-decoration: none;
    display: block;
    transition: all .2s ease-out; }
    .page--home #blog .swiper-container .swiper-wrapper .swiper-slide a:hover {
      /*
      time,
      h3 {
        color: $mainColor;
      }
      */ }
      .page--home #blog .swiper-container .swiper-wrapper .swiper-slide a:hover figure {
        opacity: 0.9; }
      .page--home #blog .swiper-container .swiper-wrapper .swiper-slide a:hover p {
        color: #333; }
        .page--home #blog .swiper-container .swiper-wrapper .swiper-slide a:hover p::before {
          background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2235%22%20height%3D%2212%22%20viewBox%3D%220%200%2035%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20y%3D%225%22%20width%3D%2230%22%20height%3D%222%22%20fill%3D%22%23333%22%2F%3E%3Ccircle%20cx%3D%2229%22%20cy%3D%226%22%20r%3D%226%22%20fill%3D%22%23333%22%2F%3E%3C%2Fsvg%3E"); }
    .page--home #blog .swiper-container .swiper-wrapper .swiper-slide a figure {
      width: 100%;
      height: 0;
      display: block;
      overflow: hidden;
      border: 1px solid #F5F5F5;
      position: relative;
      transition: all .2s ease-out; }
      @media only screen and (max-width: 834px) {
        .page--home #blog .swiper-container .swiper-wrapper .swiper-slide a figure {
          padding-top: 70.1818%;
          margin-bottom: 20px; } }
      @media print, screen and (min-width: 835px) {
        .page--home #blog .swiper-container .swiper-wrapper .swiper-slide a figure {
          padding-top: 70%;
          margin-bottom: 20px; } }
  @media only screen and (min-width: 835px) and (min-width: 835px) and (max-width: 1219px) {
    .page--home #blog .swiper-container .swiper-wrapper .swiper-slide a figure {
      padding-top: 68.8%; } }

      .page--home #blog .swiper-container .swiper-wrapper .swiper-slide a figure img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        z-index: 2; }
    .page--home #blog .swiper-container .swiper-wrapper .swiper-slide a time,
    .page--home #blog .swiper-container .swiper-wrapper .swiper-slide a i {
      line-height: 1.3125;
      letter-spacing: 0.05em;
      transition: all .2s ease-out; }
    .page--home #blog .swiper-container .swiper-wrapper .swiper-slide a time {
      font-family: "Staatliches", sans-serif;
      font-weight: 400;
      font-style: normal;
      line-height: 1.3125;
      margin-right: 5px; }
      @media only screen and (max-width: 834px) {
        .page--home #blog .swiper-container .swiper-wrapper .swiper-slide a time {
          font-size: clamp(1.6rem, 4.0816326531vw, 1.6rem); } }
      @media print, screen and (min-width: 835px) {
        .page--home #blog .swiper-container .swiper-wrapper .swiper-slide a time {
          font-size: clamp(1.6rem, 1.1453113815vw, 1.6rem); } }
    .page--home #blog .swiper-container .swiper-wrapper .swiper-slide a i {
      color: #DB0000;
      font-style: normal;
      font-weight: 700;
      text-align: center;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      border: 1px solid #DB0000; }
      @media only screen and (max-width: 834px) {
        .page--home #blog .swiper-container .swiper-wrapper .swiper-slide a i {
          min-height: 28px;
          padding: 1px 10px;
          margin-bottom: 17px;
          font-size: clamp(1.4rem, 3.5714285714vw, 1.4rem); } }
      @media print, screen and (min-width: 835px) {
        .page--home #blog .swiper-container .swiper-wrapper .swiper-slide a i {
          min-height: 30px;
          padding: 3px 12px;
          margin-bottom: 17px;
          font-size: clamp(1.6rem, 1.1453113815vw, 1.6rem); } }
    .page--home #blog .swiper-container .swiper-wrapper .swiper-slide a h3 {
      color: #333;
      font-weight: 700;
      letter-spacing: 0.1em;
      margin-block: calc((1em - 1lh) / 2);
      transition: all .2s ease-out; }
      @media only screen and (max-width: 834px) {
        .page--home #blog .swiper-container .swiper-wrapper .swiper-slide a h3 {
          line-height: 1.3125;
          margin-bottom: 22px;
          font-size: clamp(1.4rem, 4.0816326531vw, 1.6rem); } }
      @media print, screen and (min-width: 835px) {
        .page--home #blog .swiper-container .swiper-wrapper .swiper-slide a h3 {
          line-height: 1.5;
          margin-bottom: 32px;
          font-size: clamp(1.8rem, 1.4316392269vw, 2rem); } }
    .page--home #blog .swiper-container .swiper-wrapper .swiper-slide a p {
      font-family: "Staatliches", sans-serif;
      font-weight: 400;
      font-style: normal;
      line-height: 1;
      color: #DB0000;
      letter-spacing: 0.05em;
      text-align: right;
      display: flex;
      justify-content: flex-end;
      align-items: center;
      transition: all .2s ease-out; }
      @media only screen and (max-width: 834px) {
        .page--home #blog .swiper-container .swiper-wrapper .swiper-slide a p {
          font-size: clamp(1.6rem, 4.0816326531vw, 1.6rem); } }
      @media print, screen and (min-width: 835px) {
        .page--home #blog .swiper-container .swiper-wrapper .swiper-slide a p {
          font-size: clamp(1.6rem, 1.1453113815vw, 1.6rem); } }
      .page--home #blog .swiper-container .swiper-wrapper .swiper-slide a p::before {
        width: 21px;
        height: 8px;
        content: "";
        background: url("../images/common/icon-button.svg") no-repeat left top/contain;
        display: block;
        flex-shrink: 0;
        margin-right: 10px; }
  .page--home #blog > a {
    font-family: "Staatliches", sans-serif;
    font-weight: 400;
    font-style: normal;
    width: 100%;
    line-height: 1.5;
    color: #FFF;
    letter-spacing: 0.05em;
    text-decoration: none;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #DB0000;
    transition: all .2s ease-out;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    border: none; }
    .page--home #blog > a:link {
      color: #FFF; }
    .page--home #blog > a:visited {
      color: #FFF; }
    @media only screen and (max-width: 834px) {
      .page--home #blog > a {
        max-width: 195px;
        min-height: 50px;
        border-radius: 25px;
        font-size: clamp(1.6rem, 4.5918367347vw, 1.8rem); } }
    @media print, screen and (min-width: 835px) {
      .page--home #blog > a {
        max-width: 340px;
        min-height: 80px;
        border-radius: 40px;
        font-size: clamp(2rem, 1.7179670723vw, 2.4rem); } }
    .page--home #blog > a::before {
      width: 21px;
      height: 8px;
      content: "";
      background: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2221%22%20height%3D%228%22%20viewBox%3D%220%200%2021%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20y%3D%223%22%20width%3D%2220%22%20height%3D%222%22%20fill%3D%22%23FFF%22%2F%3E%3Ccircle%20cx%3D%2217%22%20cy%3D%224%22%20r%3D%224%22%20fill%3D%22%23FFF%22%2F%3E%3C%2Fsvg%3E") no-repeat left top/contain;
      display: block;
      transition: all .2s ease-out;
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto 0;
      z-index: 2; }
      @media only screen and (max-width: 834px) {
        .page--home #blog > a::before {
          left: 20px; } }
      @media print, screen and (min-width: 835px) {
        .page--home #blog > a::before {
          left: 35px; } }
  @media only screen and (min-width: 835px) and (min-width: 835px) and (max-width: 1219px) {
    .page--home #blog > a::before {
      left: 30px; } }

    .page--home #blog > a:hover {
      background: #333; }
    @media only screen and (max-width: 834px) {
      .page--home #blog > a {
        margin-top: 57px; } }
    @media print, screen and (min-width: 835px) {
      .page--home #blog > a {
        margin-top: 77px; } }
  .page--home #instagram {
    display: block;
    max-width: 1380px;
    margin: 0 auto; }
    @media only screen and (max-width: 834px) {
      .page--home #instagram {
        padding: 0 20px; } }
    @media only screen and (min-width: 835px) and (max-width: 1219px) {
      .page--home #instagram {
        padding: 0 30px; } }
    @media print, screen and (min-width: 1220px) {
      .page--home #instagram {
        padding: 0 30px; } }
    .page--home #instagram h2 {
      font-family: "Staatliches", sans-serif;
      font-weight: 400;
      font-style: normal;
      line-height: 1;
      color: #DB0000;
      letter-spacing: 0.05em;
      text-align: center;
      margin-block: calc((1em - 1lh) / 2); }
      @media only screen and (max-width: 834px) {
        .page--home #instagram h2 {
          margin-bottom: 30px;
          font-size: clamp(3.2rem, 10.2040816327vw, 4rem); } }
      @media print, screen and (min-width: 835px) {
        .page--home #instagram h2 {
          text-align: center;
          margin-bottom: 47px;
          font-size: clamp(4rem, 4.5812455261vw, 6.4rem); } }
    .page--home #instagram p {
      line-height: 2;
      font-weight: 500;
      letter-spacing: 0.1em;
      margin-block: calc((1em - 1lh) / 2);
      margin-bottom: 30px; }
      @media only screen and (max-width: 834px) {
        .page--home #instagram p {
          font-size: clamp(1.4rem, 4.0816326531vw, 1.6rem); } }
      @media print, screen and (min-width: 835px) {
        .page--home #instagram p {
          text-align: center;
          font-size: clamp(1.8rem, 1.4316392269vw, 2rem); } }
    .page--home #instagram ul {
      display: flex;
      flex-wrap: wrap; }
      @media only screen and (max-width: 834px) {
        .page--home #instagram ul {
          margin-bottom: 40px; } }
      @media print, screen and (min-width: 835px) {
        .page--home #instagram ul {
          max-width: 1320px;
          margin: 0 auto 60px auto; } }
      @media only screen and (max-width: 834px) {
        .page--home #instagram ul li {
          width: calc(50% - 7.5px); }
          .page--home #instagram ul li:nth-child(odd) {
            margin-right: 15px; }
          .page--home #instagram ul li:nth-child(n+3) {
            margin-top: 15px; } }
      @media print, screen and (min-width: 835px) {
        .page--home #instagram ul li {
          width: calc(100% / 4 - 20px * 3 / 4); }
          .page--home #instagram ul li:not(:nth-child(4n)) {
            margin-right: 20px; }
          .page--home #instagram ul li:nth-child(n+5) {
            margin-top: 20px; } }
      .page--home #instagram ul li a {
        display: block;
        transition: all .2s ease-out; }
        .page--home #instagram ul li a:hover {
          opacity: 0.9; }
        .page--home #instagram ul li a img {
          display: block;
          width: 100%;
          max-width: 100%;
          height: auto;
          margin: 0 auto; }
    @media only screen and (max-width: 834px) {
      .page--home #instagram #sb_instagram {
        margin-bottom: 20px; } }
    @media print, screen and (min-width: 835px) {
      .page--home #instagram #sb_instagram {
        max-width: 1320px;
        margin: 0 auto 40px auto; } }
    .page--home #instagram > a {
      font-family: "Staatliches", sans-serif;
      font-weight: 400;
      font-style: normal;
      width: 180px;
      min-height: 40px;
      line-height: 1;
      color: #DB0000;
      letter-spacing: 0.05em;
      text-align: center;
      text-decoration: none;
      display: flex;
      justify-content: center;
      align-items: center;
      background: #FFF;
      border: 1px solid #DB0000;
      border-radius: 20px;
      transition: all .2s ease-out;
      margin: 0 auto; }
      @media only screen and (max-width: 834px) {
        .page--home #instagram > a {
          font-size: clamp(1.8rem, 5.1020408163vw, 2rem); } }
      @media print, screen and (min-width: 835px) {
        .page--home #instagram > a {
          font-size: clamp(1.8rem, 1.4316392269vw, 2rem); } }
      .page--home #instagram > a:hover {
        color: #FFF;
        background: #DB0000; }

/* ///////////////////////////////////////////
  value.scss
  変数・mixinに関する設定
/////////////////////////////////////////// */
/*====================================
  カラー
=====================================*/
/*===================================*/
/*====================================
  画像
=====================================*/
/*====================================
  font
=====================================*/
/*
@mixin special-gothic-expanded-one-R {
  font-family: "Special Gothic Expanded One", sans-serif;
  font-weight: 400;
  font-style: normal;
}
*/
/*====================================
  基本設定
=====================================*/
/* /////////////////////////////////
可変サイズ指定
・フォント（font-size）
・マージン（margin）
・パディング（padding）
・幅（width）
・高さ（height）
///////////////////////////////// */
/*
サイズとビューポートに基づいてvwを計算するための関数
ビューポート幅にスクロールバーの幅を加えることにより、ビューポートの実際の表示可能な幅を考慮
*/
/*
ピクセル単位のサイズ ($px) を rem 単位に変換するための関数
*/
/*====================================
  レイアウト・パーツ
=====================================*/
:root {
  --leading-trim: calc((1em - 1lh) / 2); }

/* /////////////////////////////////
  Media Queries
///////////////////////////////// */
/* /////////////////////////////////////////////////////////
  施工事例
///////////////////////////////////////////////////////// */
.page--case .post_article {
  /* ======================
  一覧ページ
  ====================== */
  /* ======================
  詳細ページ
  ====================== */
  /* ======================
  おすすめの事例
  ====================== */ }
  @media only screen and (max-width: 834px) {
    .page--case .post_article {
      margin-bottom: 185px; } }
  @media print, screen and (min-width: 835px) {
    .page--case .post_article {
      margin-bottom: 375px; } }
  .page--case .post_article.home {
    /* パンくずリスト */
    /* カテゴリー */
    /* 記事リスト */
    /* ページネーション */ }
    @media only screen and (max-width: 834px) {
      .page--case .post_article.home .mod__breadcrumb {
        margin-bottom: 45px; } }
    @media print, screen and (min-width: 835px) {
      .page--case .post_article.home .mod__breadcrumb {
        margin-bottom: 90px; } }
    .page--case .post_article.home #category {
      display: block;
      max-width: 1380px;
      margin: 0 auto; }
      @media only screen and (max-width: 834px) {
        .page--case .post_article.home #category {
          padding: 0 20px; } }
      @media only screen and (min-width: 835px) and (max-width: 1219px) {
        .page--case .post_article.home #category {
          padding: 0 30px; } }
      @media print, screen and (min-width: 1220px) {
        .page--case .post_article.home #category {
          padding: 0 30px; } }
      @media only screen and (max-width: 834px) {
        .page--case .post_article.home #category {
          margin-bottom: 40px; } }
      @media print, screen and (min-width: 835px) {
        .page--case .post_article.home #category {
          display: flex;
          justify-content: space-between;
          align-items: center;
          margin-bottom: 80px; } }
      .page--case .post_article.home #category dt {
        font-family: "Staatliches", sans-serif;
        font-weight: 400;
        font-style: normal;
        line-height: 1;
        color: #DB0000; }
        @media only screen and (max-width: 834px) {
          .page--case .post_article.home #category dt {
            margin-bottom: 10px;
            font-size: clamp(2rem, 5.1020408163vw, 2rem); } }
        @media print, screen and (min-width: 835px) {
          .page--case .post_article.home #category dt {
            width: 240px;
            font-size: clamp(2.4rem, 1.7179670723vw, 2.4rem); } }
      @media print, screen and (min-width: 835px) {
        .page--case .post_article.home #category dd {
          width: calc(100% - 240px); } }
      @media only screen and (max-width: 834px) {
        .page--case .post_article.home #category dd form {
          cursor: pointer;
          position: relative; }
          .page--case .post_article.home #category dd form::after {
            width: 10px;
            height: 10px;
            content: "";
            border-right: 2px solid #DB0000;
            border-bottom: 2px solid #DB0000;
            transform: rotate(45deg);
            display: block;
            position: absolute;
            top: 0;
            bottom: 0;
            right: 20px;
            margin: auto 0;
            z-index: 2; }
          .page--case .post_article.home #category dd form select {
            width: 100%;
            height: 50px;
            line-height: 1.3125;
            font-weight: 700;
            letter-spacing: 0.1em;
            text-align: center;
            display: block;
            appearance: none;
            box-shadow: none;
            background: #F5F5F5;
            border: none;
            cursor: pointer;
            border-bottom: 2px solid #DB0000;
            transition: all .2s ease-out;
            font-size: clamp(1.4rem, 3.5714285714vw, 1.4rem); } }
      @media print, screen and (min-width: 835px) {
        .page--case .post_article.home #category dd ul {
          display: flex;
          flex-wrap: wrap; }
          .page--case .post_article.home #category dd ul li {
            width: 100%;
            max-width: 100px;
            line-height: 1.3125;
            font-weight: 700;
            letter-spacing: 0.1em;
            text-align: center;
            margin-right: 20px;
            font-size: clamp(1.2rem, 1.0021474588vw, 1.4rem); }
            .page--case .post_article.home #category dd ul li.current a {
              border-bottom: 2px solid #DB0000; }
            .page--case .post_article.home #category dd ul li a {
              width: 100%;
              color: #333;
              text-align: center;
              text-decoration: none;
              display: flex;
              justify-content: center;
              align-items: center;
              padding-bottom: 7px;
              border-bottom: 2px solid #D9D9D9;
              transition: all .2s ease-out; }
              .page--case .post_article.home #category dd ul li a:hover {
                border-color: #DB0000; } }
    .page--case .post_article.home #article {
      display: block;
      max-width: 1380px;
      margin: 0 auto; }
      @media only screen and (max-width: 834px) {
        .page--case .post_article.home #article {
          padding: 0 20px; } }
      @media only screen and (min-width: 835px) and (max-width: 1219px) {
        .page--case .post_article.home #article {
          padding: 0 30px; } }
      @media print, screen and (min-width: 1220px) {
        .page--case .post_article.home #article {
          padding: 0 30px; } }
      @media print, screen and (min-width: 835px) {
        .page--case .post_article.home #article {
          display: flex;
          flex-wrap: wrap; } }
      @media only screen and (max-width: 834px) {
        .page--case .post_article.home #article > li:nth-child(n+2) {
          margin-top: 35px; } }
      @media print, screen and (min-width: 835px) {
        .page--case .post_article.home #article > li {
          width: calc(100% / 3 - 30px * 2 / 3); }
          .page--case .post_article.home #article > li:not(:nth-child(3n)) {
            margin-right: 30px; }
          .page--case .post_article.home #article > li:nth-child(n+4) {
            margin-top: 57px; } }
      .page--case .post_article.home #article > li a {
        color: #333;
        text-decoration: none;
        display: block;
        transition: all .2s ease-out; }
        .page--case .post_article.home #article > li a:hover {
          /*
          .tag {
            li {
              background: $mainColor;
            }
          }
          
          h2,
          dl dt,
          dl dd,
          .free li {
            color: $mainColor;
          }
          
          dl,
          dl dt,
          dl dd,
          .free li {
            border-color: $mainColor !important;
          }
          */ }
          .page--case .post_article.home #article > li a:hover figure {
            opacity: 0.9; }
          .page--case .post_article.home #article > li a:hover .more {
            color: #333; }
            .page--case .post_article.home #article > li a:hover .more::before {
              background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2235%22%20height%3D%2212%22%20viewBox%3D%220%200%2035%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20y%3D%225%22%20width%3D%2230%22%20height%3D%222%22%20fill%3D%22%23333%22%2F%3E%3Ccircle%20cx%3D%2229%22%20cy%3D%226%22%20r%3D%226%22%20fill%3D%22%23333%22%2F%3E%3C%2Fsvg%3E"); }
        .page--case .post_article.home #article > li a figure {
          width: 100%;
          height: 0;
          padding-top: 68.8%;
          display: block;
          overflow: hidden;
          border: 1px solid #F5F5F5;
          position: relative;
          transition: all .2s ease-out; }
          @media only screen and (max-width: 834px) {
            .page--case .post_article.home #article > li a figure {
              margin-bottom: 15px; } }
          @media print, screen and (min-width: 835px) {
            .page--case .post_article.home #article > li a figure {
              margin-bottom: 20px; } }
          .page--case .post_article.home #article > li a figure img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
            z-index: 2; }
        .page--case .post_article.home #article > li a .tag {
          display: flex;
          flex-wrap: wrap; }
          @media only screen and (max-width: 834px) {
            .page--case .post_article.home #article > li a .tag {
              margin-bottom: 7px; } }
          @media print, screen and (min-width: 835px) {
            .page--case .post_article.home #article > li a .tag {
              margin-bottom: 12px; } }
          .page--case .post_article.home #article > li a .tag li {
            line-height: 1.3125;
            color: #FFF;
            font-weight: 700;
            letter-spacing: 0.05em;
            text-align: center;
            display: inline-flex;
            justify-content: center;
            align-items: center;
            padding: 3px 10px;
            background: #1A1A1A;
            border-radius: 2px;
            transition: all .2s ease-out; }
            @media only screen and (max-width: 834px) {
              .page--case .post_article.home #article > li a .tag li {
                min-height: 25px;
                margin: 0 5px 5px 0;
                font-size: clamp(1.2rem, 3.0612244898vw, 1.2rem); } }
            @media print, screen and (min-width: 835px) {
              .page--case .post_article.home #article > li a .tag li {
                min-height: 30px;
                margin: 0 10px 10px 0;
                font-size: clamp(1.4rem, 1.0021474588vw, 1.4rem); } }
        .page--case .post_article.home #article > li a h2 {
          line-height: 1.5;
          color: #333;
          font-weight: 700;
          letter-spacing: 0.1em;
          margin-block: calc((1em - 1lh) / 2);
          transition: all .2s ease-out; }
          @media only screen and (max-width: 834px) {
            .page--case .post_article.home #article > li a h2 {
              margin-bottom: 5px;
              font-size: clamp(1.4rem, 4.0816326531vw, 1.6rem); } }
          @media print, screen and (min-width: 835px) {
            .page--case .post_article.home #article > li a h2 {
              margin-bottom: 20px;
              font-size: clamp(1.8rem, 1.4316392269vw, 2rem); } }
        .page--case .post_article.home #article > li a .price {
          line-height: 1.25;
          color: #DB0000;
          font-weight: 700;
          letter-spacing: 0.05em;
          margin-block: calc((1em - 1lh) / 2);
          transition: all .2s ease-out; }
          @media only screen and (max-width: 834px) {
            .page--case .post_article.home #article > li a .price {
              margin-bottom: 5px;
              font-size: clamp(1.2rem, 3.0612244898vw, 1.2rem); } }
          @media print, screen and (min-width: 835px) {
            .page--case .post_article.home #article > li a .price {
              margin-bottom: 10px;
              font-size: clamp(1.4rem, 1.0021474588vw, 1.4rem); } }
          .page--case .post_article.home #article > li a .price span {
            font-family: "Staatliches", sans-serif;
            font-weight: 400;
            font-style: normal;
            margin-right: 3px; }
            @media only screen and (max-width: 834px) {
              .page--case .post_article.home #article > li a .price span {
                font-size: clamp(1.4rem, 3.5714285714vw, 1.4rem); } }
            @media print, screen and (min-width: 835px) {
              .page--case .post_article.home #article > li a .price span {
                font-size: clamp(1.8rem, 1.2884753042vw, 1.8rem); } }
        .page--case .post_article.home #article > li a dl {
          display: flex;
          flex-wrap: wrap;
          border-bottom: 1px solid #D9D9D9;
          transition: all .2s ease-out; }
          .page--case .post_article.home #article > li a dl dt,
          .page--case .post_article.home #article > li a dl dd {
            display: flex;
            align-items: center;
            letter-spacing: 0.05em;
            transition: all .2s ease-out; }
            @media only screen and (max-width: 834px) {
              .page--case .post_article.home #article > li a dl dt,
              .page--case .post_article.home #article > li a dl dd {
                min-height: 31px;
                line-height: 1.5;
                padding: 5px 0;
                font-size: clamp(1.4rem, 3.5714285714vw, 1.4rem); } }
            @media print, screen and (min-width: 835px) {
              .page--case .post_article.home #article > li a dl dt,
              .page--case .post_article.home #article > li a dl dd {
                min-height: 43px;
                line-height: 1.3125;
                padding: 10px 0;
                font-size: clamp(1.4rem, 1.1453113815vw, 1.6rem); } }
            .page--case .post_article.home #article > li a dl dt:nth-of-type(n+2),
            .page--case .post_article.home #article > li a dl dd:nth-of-type(n+2) {
              border-top: 1px solid #D9D9D9; }
          .page--case .post_article.home #article > li a dl dt {
            width: 6em;
            padding-right: 1em;
            font-weight: 700;
            /*
            @include mobile {
              width: 60px;
            }
            @include desktop {
              width: 100px;
            }
            */ }
          .page--case .post_article.home #article > li a dl dd {
            width: calc(100% - 6em);
            font-weight: 500;
            /*
            @include mobile {
              width: calc(100% - 60px);
            }
            @include desktop {
              width: calc(100% - 100px);
            }
            */ }
        @media only screen and (max-width: 834px) {
          .page--case .post_article.home #article > li a .free {
            margin-bottom: 15px; } }
        @media print, screen and (min-width: 835px) {
          .page--case .post_article.home #article > li a .free {
            margin-bottom: 30px; } }
        .page--case .post_article.home #article > li a .free li {
          font-weight: 500;
          letter-spacing: 0.05em;
          display: flex;
          align-items: center;
          border-bottom: 1px solid #D9D9D9;
          transition: all .2s ease-out; }
          @media only screen and (max-width: 834px) {
            .page--case .post_article.home #article > li a .free li {
              min-height: 31px;
              line-height: 1.5;
              padding: 5px 0;
              font-size: clamp(1.4rem, 3.5714285714vw, 1.4rem); } }
          @media print, screen and (min-width: 835px) {
            .page--case .post_article.home #article > li a .free li {
              min-height: 43px;
              line-height: 1.3125;
              padding: 10px 0;
              font-size: clamp(1.4rem, 1.1453113815vw, 1.6rem); } }
        .page--case .post_article.home #article > li a .more {
          font-family: "Staatliches", sans-serif;
          font-weight: 400;
          font-style: normal;
          line-height: 1;
          color: #DB0000;
          letter-spacing: 0.05em;
          text-align: right;
          display: flex;
          justify-content: flex-end;
          align-items: center;
          transition: all .2s ease-out; }
          @media only screen and (max-width: 834px) {
            .page--case .post_article.home #article > li a .more {
              font-size: clamp(1.6rem, 4.0816326531vw, 1.6rem); } }
          @media print, screen and (min-width: 835px) {
            .page--case .post_article.home #article > li a .more {
              font-size: clamp(1.6rem, 1.1453113815vw, 1.6rem); } }
          .page--case .post_article.home #article > li a .more::before {
            width: 21px;
            height: 8px;
            content: "";
            background: url("../images/common/icon-button.svg") no-repeat left top/contain;
            display: block;
            flex-shrink: 0;
            margin-right: 10px; }
    @media only screen and (max-width: 834px) {
      .page--case .post_article.home .mod__pagination {
        margin-top: 55px; } }
    @media print, screen and (min-width: 835px) {
      .page--case .post_article.home .mod__pagination {
        margin: 75px auto 230px auto; } }
  .page--case .post_article.post {
    /* パンくずリスト */
    /* 記事詳細 */
    /* おすすめの事例 */ }
    .page--case .post_article.post .mod__breadcrumb {
      margin-bottom: 75px !important; }
    .page--case .post_article.post article {
      display: block;
      max-width: 1380px;
      margin: 0 auto;
      /*
      > figure {
        border: 1px solid #F5F5F5;
        @include smartphone {
          margin-bottom: 60px;
        }
        @include screen {
          max-width: 875px;
          margin: 0 auto 75px auto;
        }
        
        img {
          @include imgResponse;
        }
      }
      */ }
      @media only screen and (max-width: 834px) {
        .page--case .post_article.post article {
          padding: 0 20px; } }
      @media only screen and (min-width: 835px) and (max-width: 1219px) {
        .page--case .post_article.post article {
          padding: 0 30px; } }
      @media print, screen and (min-width: 1220px) {
        .page--case .post_article.post article {
          padding: 0 30px; } }
      .page--case .post_article.post article time {
        line-height: 1;
        font-weight: 700;
        letter-spacing: 0.1em;
        display: block; }
        @media only screen and (max-width: 834px) {
          .page--case .post_article.post article time {
            margin-bottom: 20px;
            font-size: clamp(1.2rem, 3.0612244898vw, 1.2rem); } }
        @media print, screen and (min-width: 835px) {
          .page--case .post_article.post article time {
            margin-bottom: 40px;
            font-size: clamp(1.4rem, 1.0021474588vw, 1.4rem); } }
      .page--case .post_article.post article .tag {
        display: flex;
        flex-wrap: wrap; }
        @media only screen and (max-width: 834px) {
          .page--case .post_article.post article .tag {
            margin-bottom: 12px; } }
        @media print, screen and (min-width: 835px) {
          .page--case .post_article.post article .tag {
            margin-bottom: 22px; } }
        .page--case .post_article.post article .tag li {
          line-height: 1.3125;
          color: #FFF;
          font-weight: 700;
          letter-spacing: 0.05em;
          text-align: center;
          display: inline-flex;
          justify-content: center;
          align-items: center;
          padding: 3px 10px;
          background: #1A1A1A;
          border-radius: 2px;
          transition: all .2s ease-out; }
          @media only screen and (max-width: 834px) {
            .page--case .post_article.post article .tag li {
              min-height: 25px;
              margin: 0 5px 5px 0;
              font-size: clamp(1.2rem, 3.0612244898vw, 1.2rem); } }
          @media print, screen and (min-width: 835px) {
            .page--case .post_article.post article .tag li {
              min-height: 30px;
              margin: 0 10px 10px 0;
              font-size: clamp(1.4rem, 1.0021474588vw, 1.4rem); } }
      .page--case .post_article.post article h1 {
        line-height: 1.5;
        font-weight: 700;
        letter-spacing: 0.05em;
        margin-block: calc((1em - 1lh) / 2); }
        @media only screen and (max-width: 834px) {
          .page--case .post_article.post article h1 {
            margin-bottom: 25px;
            font-size: clamp(1.8rem, 5.1020408163vw, 2rem); } }
        @media print, screen and (min-width: 835px) {
          .page--case .post_article.post article h1 {
            margin-bottom: 65px;
            font-size: clamp(3.6rem, 2.8632784538vw, 4rem); } }
      @media only screen and (max-width: 834px) {
        .page--case .post_article.post article .intro {
          margin-bottom: 50px; } }
      @media print, screen and (min-width: 835px) {
        .page--case .post_article.post article .intro {
          margin-bottom: 75px; } }
      .page--case .post_article.post article .intro-slide {
        width: 100vw;
        margin: 0 calc(50% - 50vw); }
        @media only screen and (max-width: 834px) {
          .page--case .post_article.post article .intro-slide {
            margin-bottom: 60px; } }
        @media print, screen and (min-width: 835px) {
          .page--case .post_article.post article .intro-slide {
            margin-bottom: 80px; } }
        .page--case .post_article.post article .intro-slide .swiper-container {
          position: relative; }
          @media only screen and (max-width: 834px) {
            .page--case .post_article.post article .intro-slide .swiper-container.slider {
              margin-bottom: 10px; } }
          @media print, screen and (min-width: 835px) {
            .page--case .post_article.post article .intro-slide .swiper-container.slider {
              margin-bottom: 40px; } }
          @media print, screen and (min-width: 835px) {
            .page--case .post_article.post article .intro-slide .swiper-container.thumbnail {
              width: calc(100% - 300px);
              max-width: 1320px;
              margin: 0 auto -62px auto; } }
  @media only screen and (min-width: 835px) and (min-width: 835px) and (max-width: 1219px) {
    .page--case .post_article.post article .intro-slide .swiper-container.thumbnail {
      width: calc(100% - 60px); } }

          @media print, screen and (min-width: 835px) {
            .page--case .post_article.post article .intro-slide .swiper-container.thumbnail .swiper-wrapper {
              width: 100%;
              justify-content: center; } }
          .page--case .post_article.post article .intro-slide .swiper-container.thumbnail .swiper-wrapper .swiper-slide {
            opacity: 0.6;
            cursor: pointer;
            overflow: hidden;
            position: relative; }
            @media print, screen and (min-width: 1220px) {
              .page--case .post_article.post article .intro-slide .swiper-container.thumbnail .swiper-wrapper .swiper-slide {
                width: calc(100% / 7 - 10px * 6 / 7);
                max-width: 116px;
                height: 0;
                padding-top: 80px; } }
            .page--case .post_article.post article .intro-slide .swiper-container.thumbnail .swiper-wrapper .swiper-slide-thumb-active {
              opacity: 1; }
            @media print, screen and (min-width: 1220px) {
              .page--case .post_article.post article .intro-slide .swiper-container.thumbnail .swiper-wrapper .swiper-slide img {
                width: 100%;
                height: 100%;
                display: block;
                object-fit: cover;
                position: absolute;
                top: 0;
                bottom: 0;
                left: 0;
                right: 0;
                margin: auto; } }
          .page--case .post_article.post article .intro-slide .swiper-container .swiper-wrapper .swiper-slide img {
            display: block;
            width: 100%;
            max-width: 100%;
            height: auto;
            margin: 0 auto; }
        @media print, screen and (min-width: 835px) {
          .page--case .post_article.post article .intro-slide .swiper-controller {
            display: block;
            max-width: 1380px;
            margin: 0 auto;
            height: 44px;
            position: relative; } }
  @media only screen and (min-width: 835px) and (max-width: 834px) {
    .page--case .post_article.post article .intro-slide .swiper-controller {
      padding: 0 20px; } }
  @media only screen and (min-width: 835px) and (min-width: 835px) and (max-width: 1219px) {
    .page--case .post_article.post article .intro-slide .swiper-controller {
      padding: 0 30px; } }
  @media print, screen and (min-width: 835px) and (min-width: 1220px) {
    .page--case .post_article.post article .intro-slide .swiper-controller {
      padding: 0 30px; } }
        @media print, screen and (min-width: 835px) {
            .page--case .post_article.post article .intro-slide .swiper-controller .swiper-button-prev,
            .page--case .post_article.post article .intro-slide .swiper-controller .swiper-button-next {
              font-family: "Staatliches", sans-serif;
              font-weight: 400;
              font-style: normal;
              width: 90px;
              min-height: 40px;
              line-height: 1.3125;
              color: #DB0000;
              letter-spacing: 0.05em;
              text-align: center;
              display: flex;
              justify-content: center;
              align-items: center;
              background: #FFF;
              border: 1px solid #DB0000;
              border-radius: 40px;
              cursor: pointer;
              transition: all .2s ease-out;
              position: absolute;
              font-size: clamp(1.2rem, 0.8589835361vw, 1.2rem); }
              .page--case .post_article.post article .intro-slide .swiper-controller .swiper-button-prev:hover,
              .page--case .post_article.post article .intro-slide .swiper-controller .swiper-button-next:hover {
                color: #FFF;
                background: #DB0000; }
            .page--case .post_article.post article .intro-slide .swiper-controller .swiper-button-prev {
              left: 30px; }
              .page--case .post_article.post article .intro-slide .swiper-controller .swiper-button-prev::before {
                width: 7px;
                height: 7px;
                content: "";
                border-top: 2px solid #DB0000;
                border-left: 2px solid #DB0000;
                transform: rotate(-45deg);
                display: block;
                transition: all .2s ease-out;
                margin: -0.1em 7px 0 0; }
              .page--case .post_article.post article .intro-slide .swiper-controller .swiper-button-prev::after {
                display: none !important; }
              .page--case .post_article.post article .intro-slide .swiper-controller .swiper-button-prev:hover::before {
                border-color: #FFF; }
            .page--case .post_article.post article .intro-slide .swiper-controller .swiper-button-next {
              right: 30px; }
              .page--case .post_article.post article .intro-slide .swiper-controller .swiper-button-next::after {
                width: 7px;
                height: 7px;
                content: "" !important;
                border-top: 2px solid #DB0000;
                border-right: 2px solid #DB0000;
                transform: rotate(45deg);
                display: block;
                transition: all .2s ease-out;
                margin: 0 0 0 7px; }
              .page--case .post_article.post article .intro-slide .swiper-controller .swiper-button-next:hover::after {
                border-color: #FFF; } }
      @media only screen and (max-width: 834px) {
        .page--case .post_article.post article .intro p {
          margin-bottom: 42px; } }
      @media print, screen and (min-width: 835px) {
        .page--case .post_article.post article .intro p {
          margin-bottom: 40px; } }
      .page--case .post_article.post article .wp-block-image {
        display: block;
        overflow: hidden; }
        @media only screen and (max-width: 834px) {
          .page--case .post_article.post article .wp-block-image {
            margin-bottom: 60px; } }
        @media print, screen and (min-width: 835px) {
          .page--case .post_article.post article .wp-block-image {
            margin-bottom: 80px; } }
        .page--case .post_article.post article .wp-block-image figure {
          width: 100%;
          display: flex;
          overflow: hidden; }
          .page--case .post_article.post article .wp-block-image figure.alignleft {
            justify-content: flex-start; }
          .page--case .post_article.post article .wp-block-image figure.aligncenter {
            justify-content: center; }
          .page--case .post_article.post article .wp-block-image figure.alignright {
            justify-content: flex-end; }
        .page--case .post_article.post article .wp-block-image img {
          max-width: 100%;
          height: auto;
          display: block;
          border: 1px solid #F5F5F5; }
      @media only screen and (max-width: 834px) {
        .page--case .post_article.post article .tb {
          border: 1px solid #D9D9D9;
          margin-bottom: 60px; } }
      @media print, screen and (min-width: 835px) {
        .page--case .post_article.post article .tb {
          display: flex;
          justify-content: space-between;
          align-items: flex-start;
          margin-bottom: 75px; } }
      .page--case .post_article.post article .tb dl {
        display: flex;
        flex-wrap: wrap;
        background: #FFF; }
        @media only screen and (max-width: 834px) {
          .page--case .post_article.post article .tb dl:nth-of-type(n+2) {
            border-top: 1px solid #D9D9D9; } }
        @media print, screen and (min-width: 835px) {
          .page--case .post_article.post article .tb dl {
            width: calc(50% - 10px);
            border: 1px solid #D9D9D9; } }
        .page--case .post_article.post article .tb dl dt,
        .page--case .post_article.post article .tb dl dd {
          display: flex;
          align-items: center; }
          @media only screen and (max-width: 834px) {
            .page--case .post_article.post article .tb dl dt,
            .page--case .post_article.post article .tb dl dd {
              min-height: 30px;
              line-height: 1.28571;
              font-size: clamp(1.2rem, 3.5714285714vw, 1.4rem); } }
          @media print, screen and (min-width: 835px) {
            .page--case .post_article.post article .tb dl dt,
            .page--case .post_article.post article .tb dl dd {
              min-height: 60px;
              line-height: 1.3125;
              letter-spacing: 0.05em;
              font-size: clamp(1.4rem, 1.1453113815vw, 1.6rem); } }
          .page--case .post_article.post article .tb dl dt:nth-of-type(n+2),
          .page--case .post_article.post article .tb dl dd:nth-of-type(n+2) {
            border-top: 1px solid #D9D9D9; }
        .page--case .post_article.post article .tb dl dt {
          color: #FFF;
          font-weight: 700;
          text-align: center;
          justify-content: center;
          background: #333;
          border-right: 1px solid #D9D9D9; }
          @media only screen and (max-width: 834px) {
            .page--case .post_article.post article .tb dl dt {
              width: 80px;
              padding: 3px; } }
          @media print, screen and (min-width: 835px) {
            .page--case .post_article.post article .tb dl dt {
              width: 120px;
              padding: 10px; } }
        .page--case .post_article.post article .tb dl dd {
          font-weight: 500; }
          @media only screen and (max-width: 834px) {
            .page--case .post_article.post article .tb dl dd {
              width: calc(100% - 80px);
              padding: 3px 10px; } }
          @media print, screen and (min-width: 835px) {
            .page--case .post_article.post article .tb dl dd {
              width: calc(100% - 120px);
              padding: 10px 20px; } }
      .page--case .post_article.post article h2,
      .page--case .post_article.post article h2.wp-block-heading,
      .page--case .post_article.post article h3,
      .page--case .post_article.post article h3.wp-block-heading {
        font-weight: 700;
        letter-spacing: 0.1em;
        display: flex;
        padding: 0;
        margin-block: calc((1em - 1lh) / 2);
        border-left: unset; }
        .page--case .post_article.post article h2::before,
        .page--case .post_article.post article h2.wp-block-heading::before,
        .page--case .post_article.post article h3::before,
        .page--case .post_article.post article h3.wp-block-heading::before {
          height: 2px;
          content: "";
          background: #DB0000;
          display: block;
          flex-shrink: 0; }
      .page--case .post_article.post article h2,
      .page--case .post_article.post article h2.wp-block-heading {
        line-height: 1.25; }
        @media only screen and (max-width: 834px) {
          .page--case .post_article.post article h2,
          .page--case .post_article.post article h2.wp-block-heading {
            margin-bottom: 22px;
            font-size: clamp(1.8rem, 5.1020408163vw, 2rem); } }
        @media print, screen and (min-width: 835px) {
          .page--case .post_article.post article h2,
          .page--case .post_article.post article h2.wp-block-heading {
            margin-bottom: 42px;
            font-size: clamp(2.8rem, 2.2906227631vw, 3.2rem); } }
        @media only screen and (max-width: 834px) {
          .page--case .post_article.post article h2::before,
          .page--case .post_article.post article h2.wp-block-heading::before {
            width: 20px;
            margin: 0.65em 10px 0 0; } }
        @media print, screen and (min-width: 835px) {
          .page--case .post_article.post article h2::before,
          .page--case .post_article.post article h2.wp-block-heading::before {
            width: 40px;
            margin: 0.65em 15px 0 0; } }
      .page--case .post_article.post article h3,
      .page--case .post_article.post article h3.wp-block-heading {
        line-height: 1.277; }
        @media only screen and (max-width: 834px) {
          .page--case .post_article.post article h3,
          .page--case .post_article.post article h3.wp-block-heading {
            margin-bottom: 25px;
            font-size: clamp(1.8rem, 4.5918367347vw, 1.8rem); } }
        @media print, screen and (min-width: 835px) {
          .page--case .post_article.post article h3,
          .page--case .post_article.post article h3.wp-block-heading {
            margin-bottom: 42px;
            font-size: clamp(2rem, 1.7179670723vw, 2.4rem); } }
        .page--case .post_article.post article h3::before,
        .page--case .post_article.post article h3.wp-block-heading::before {
          width: 20px;
          margin: 0.65em 10px 0 0; }
      .page--case .post_article.post article p {
        line-height: 2;
        font-weight: 500;
        letter-spacing: 0.05em;
        margin-block: calc((1em - 1lh) / 2); }
        @media only screen and (max-width: 834px) {
          .page--case .post_article.post article p {
            margin-bottom: 47px;
            font-size: clamp(1.6rem, 4.0816326531vw, 1.6rem); } }
        @media print, screen and (min-width: 835px) {
          .page--case .post_article.post article p {
            margin-bottom: 65px;
            font-size: clamp(1.6rem, 1.1453113815vw, 1.6rem); } }
      .page--case .post_article.post article .mod__pager {
        width: 100%;
        margin-top: 70px; }
      .page--case .post_article.post article .contact {
        font-family: "Staatliches", sans-serif;
        font-weight: 400;
        font-style: normal;
        width: 100%;
        line-height: 1.5;
        color: #FFF;
        letter-spacing: 0.05em;
        text-decoration: none;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #DB0000;
        transition: all .2s ease-out;
        overflow: hidden;
        cursor: pointer;
        position: relative;
        z-index: 1;
        margin: 0 auto;
        border: none;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 700;
        font-style: normal; }
        .page--case .post_article.post article .contact:link {
          color: #FFF; }
        .page--case .post_article.post article .contact:visited {
          color: #FFF; }
        @media only screen and (max-width: 834px) {
          .page--case .post_article.post article .contact {
            max-width: 195px;
            min-height: 50px;
            border-radius: 25px;
            font-size: clamp(1.6rem, 4.5918367347vw, 1.8rem); } }
        @media print, screen and (min-width: 835px) {
          .page--case .post_article.post article .contact {
            max-width: 340px;
            min-height: 80px;
            border-radius: 40px;
            font-size: clamp(2rem, 1.7179670723vw, 2.4rem); } }
        .page--case .post_article.post article .contact::before {
          width: 21px;
          height: 8px;
          content: "";
          background: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2221%22%20height%3D%228%22%20viewBox%3D%220%200%2021%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20y%3D%223%22%20width%3D%2220%22%20height%3D%222%22%20fill%3D%22%23FFF%22%2F%3E%3Ccircle%20cx%3D%2217%22%20cy%3D%224%22%20r%3D%224%22%20fill%3D%22%23FFF%22%2F%3E%3C%2Fsvg%3E") no-repeat left top/contain;
          display: block;
          transition: all .2s ease-out;
          position: absolute;
          top: 0;
          bottom: 0;
          margin: auto 0;
          z-index: 2; }
          @media only screen and (max-width: 834px) {
            .page--case .post_article.post article .contact::before {
              left: 20px; } }
          @media print, screen and (min-width: 835px) {
            .page--case .post_article.post article .contact::before {
              left: 35px; } }
  @media only screen and (min-width: 835px) and (min-width: 835px) and (max-width: 1219px) {
    .page--case .post_article.post article .contact::before {
      left: 30px; } }

        .page--case .post_article.post article .contact:hover {
          background: #333; }
        @media only screen and (max-width: 834px) {
          .page--case .post_article.post article .contact {
            max-width: 245px;
            min-height: 60px;
            line-height: 1.3125;
            border-radius: 30px;
            margin-top: 100px;
            font-size: clamp(1.4rem, 4.0816326531vw, 1.6rem); } }
        @media print, screen and (min-width: 835px) {
          .page--case .post_article.post article .contact {
            max-width: 360px;
            line-height: 1.25;
            margin-top: 140px;
            font-size: clamp(1.8rem, 1.4316392269vw, 2rem); } }
    @media only screen and (max-width: 834px) {
      .page--case .post_article.post #recommend {
        margin-top: 145px !important; } }
    @media print, screen and (min-width: 835px) {
      .page--case .post_article.post #recommend {
        margin-top: 210px !important; } }
  .page--case .post_article #recommend {
    display: block;
    max-width: 1380px;
    margin: 0 auto; }
    @media only screen and (max-width: 834px) {
      .page--case .post_article #recommend {
        padding: 0 20px; } }
    @media only screen and (min-width: 835px) and (max-width: 1219px) {
      .page--case .post_article #recommend {
        padding: 0 30px; } }
    @media print, screen and (min-width: 1220px) {
      .page--case .post_article #recommend {
        padding: 0 30px; } }
    @media only screen and (max-width: 834px) {
      .page--case .post_article #recommend .mod__heading1 {
        margin-bottom: 40px; } }
    @media print, screen and (min-width: 835px) {
      .page--case .post_article #recommend .mod__heading1 {
        margin-bottom: 70px; } }
    @media print, screen and (min-width: 835px) {
      .page--case .post_article #recommend > ul {
        display: flex;
        flex-wrap: wrap; } }
    @media only screen and (max-width: 834px) {
      .page--case .post_article #recommend > ul > li:nth-child(n+2) {
        margin-top: 35px; } }
    @media print, screen and (min-width: 835px) {
      .page--case .post_article #recommend > ul > li {
        width: calc(100% / 3 - 30px * 2 / 3); }
        .page--case .post_article #recommend > ul > li:not(:nth-child(3n)) {
          margin-right: 30px; }
        .page--case .post_article #recommend > ul > li:nth-child(n+4) {
          margin-top: 57px; } }
    .page--case .post_article #recommend > ul > li a {
      color: #333;
      text-decoration: none;
      display: block;
      transition: all .2s ease-out; }
      .page--case .post_article #recommend > ul > li a:hover {
        /*
        .tag {
          li {
            background: $mainColor;
          }
        }
        
        h3,
        dl dt,
        dl dd,
        .free li {
          color: $mainColor;
        }
        
        dl,
        dl dt,
        dl dd,
        .free li {
          border-color: $mainColor !important;
        }
        */ }
        .page--case .post_article #recommend > ul > li a:hover figure {
          opacity: 0.9; }
        .page--case .post_article #recommend > ul > li a:hover .more {
          color: #333; }
          .page--case .post_article #recommend > ul > li a:hover .more::before {
            background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2235%22%20height%3D%2212%22%20viewBox%3D%220%200%2035%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20y%3D%225%22%20width%3D%2230%22%20height%3D%222%22%20fill%3D%22%23333%22%2F%3E%3Ccircle%20cx%3D%2229%22%20cy%3D%226%22%20r%3D%226%22%20fill%3D%22%23333%22%2F%3E%3C%2Fsvg%3E"); }
      .page--case .post_article #recommend > ul > li a figure {
        width: 100%;
        height: 0;
        padding-top: 68.8%;
        display: block;
        overflow: hidden;
        border: 1px solid #F5F5F5;
        position: relative;
        transition: all .2s ease-out; }
        @media only screen and (max-width: 834px) {
          .page--case .post_article #recommend > ul > li a figure {
            margin-bottom: 15px; } }
        @media print, screen and (min-width: 835px) {
          .page--case .post_article #recommend > ul > li a figure {
            margin-bottom: 20px; } }
        .page--case .post_article #recommend > ul > li a figure img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          margin: auto;
          z-index: 2; }
      .page--case .post_article #recommend > ul > li a .tag {
        display: flex;
        flex-wrap: wrap; }
        @media only screen and (max-width: 834px) {
          .page--case .post_article #recommend > ul > li a .tag {
            margin-bottom: 7px; } }
        @media print, screen and (min-width: 835px) {
          .page--case .post_article #recommend > ul > li a .tag {
            margin-bottom: 12px; } }
        .page--case .post_article #recommend > ul > li a .tag li {
          line-height: 1.3125;
          color: #FFF;
          font-weight: 700;
          letter-spacing: 0.05em;
          text-align: center;
          display: inline-flex;
          justify-content: center;
          align-items: center;
          padding: 3px 10px;
          background: #1A1A1A;
          border-radius: 2px;
          transition: all .2s ease-out; }
          @media only screen and (max-width: 834px) {
            .page--case .post_article #recommend > ul > li a .tag li {
              min-height: 25px;
              margin: 0 5px 5px 0;
              font-size: clamp(1.2rem, 3.0612244898vw, 1.2rem); } }
          @media print, screen and (min-width: 835px) {
            .page--case .post_article #recommend > ul > li a .tag li {
              min-height: 30px;
              margin: 0 10px 10px 0;
              font-size: clamp(1.4rem, 1.0021474588vw, 1.4rem); } }
      .page--case .post_article #recommend > ul > li a h3 {
        line-height: 1.5;
        color: #333;
        font-weight: 700;
        letter-spacing: 0.1em;
        margin-block: calc((1em - 1lh) / 2);
        transition: all .2s ease-out; }
        @media only screen and (max-width: 834px) {
          .page--case .post_article #recommend > ul > li a h3 {
            margin-bottom: 5px;
            font-size: clamp(1.4rem, 4.0816326531vw, 1.6rem); } }
        @media print, screen and (min-width: 835px) {
          .page--case .post_article #recommend > ul > li a h3 {
            margin-bottom: 20px;
            font-size: clamp(1.8rem, 1.4316392269vw, 2rem); } }
      .page--case .post_article #recommend > ul > li a .price {
        line-height: 1.25;
        color: #DB0000;
        font-weight: 700;
        letter-spacing: 0.05em;
        margin-block: calc((1em - 1lh) / 2);
        transition: all .2s ease-out; }
        @media only screen and (max-width: 834px) {
          .page--case .post_article #recommend > ul > li a .price {
            margin-bottom: 5px;
            font-size: clamp(1.2rem, 3.0612244898vw, 1.2rem); } }
        @media print, screen and (min-width: 835px) {
          .page--case .post_article #recommend > ul > li a .price {
            margin-bottom: 10px;
            font-size: clamp(1.4rem, 1.0021474588vw, 1.4rem); } }
        .page--case .post_article #recommend > ul > li a .price span {
          font-family: "Staatliches", sans-serif;
          font-weight: 400;
          font-style: normal;
          margin-right: 3px; }
          @media only screen and (max-width: 834px) {
            .page--case .post_article #recommend > ul > li a .price span {
              font-size: clamp(1.4rem, 3.5714285714vw, 1.4rem); } }
          @media print, screen and (min-width: 835px) {
            .page--case .post_article #recommend > ul > li a .price span {
              font-size: clamp(1.8rem, 1.2884753042vw, 1.8rem); } }
      .page--case .post_article #recommend > ul > li a dl {
        display: flex;
        flex-wrap: wrap;
        border-bottom: 1px solid #D9D9D9;
        transition: all .2s ease-out; }
        .page--case .post_article #recommend > ul > li a dl dt,
        .page--case .post_article #recommend > ul > li a dl dd {
          display: flex;
          align-items: center;
          letter-spacing: 0.05em;
          transition: all .2s ease-out; }
          @media only screen and (max-width: 834px) {
            .page--case .post_article #recommend > ul > li a dl dt,
            .page--case .post_article #recommend > ul > li a dl dd {
              min-height: 31px;
              line-height: 1.5;
              padding: 5px 0;
              font-size: clamp(1.4rem, 3.5714285714vw, 1.4rem); } }
          @media print, screen and (min-width: 835px) {
            .page--case .post_article #recommend > ul > li a dl dt,
            .page--case .post_article #recommend > ul > li a dl dd {
              min-height: 43px;
              line-height: 1.3125;
              padding: 10px 0;
              font-size: clamp(1.4rem, 1.1453113815vw, 1.6rem); } }
          .page--case .post_article #recommend > ul > li a dl dt:nth-of-type(n+2),
          .page--case .post_article #recommend > ul > li a dl dd:nth-of-type(n+2) {
            border-top: 1px solid #D9D9D9; }
        .page--case .post_article #recommend > ul > li a dl dt {
          width: 6em;
          padding-right: 1em;
          font-weight: 700;
          /*
          @include mobile {
            width: 60px;
          }
          @include desktop {
            width: 100px;
          }
          */ }
        .page--case .post_article #recommend > ul > li a dl dd {
          width: calc(100% - 6em);
          font-weight: 500;
          /*
          @include mobile {
            width: calc(100% - 60px);
          }
          @include desktop {
            width: calc(100% - 100px);
          }
          */ }
      @media only screen and (max-width: 834px) {
        .page--case .post_article #recommend > ul > li a .free {
          margin-bottom: 15px; } }
      @media print, screen and (min-width: 835px) {
        .page--case .post_article #recommend > ul > li a .free {
          margin-bottom: 30px; } }
      .page--case .post_article #recommend > ul > li a .free li {
        font-weight: 500;
        letter-spacing: 0.05em;
        display: flex;
        align-items: center;
        border-bottom: 1px solid #D9D9D9;
        transition: all .2s ease-out; }
        @media only screen and (max-width: 834px) {
          .page--case .post_article #recommend > ul > li a .free li {
            min-height: 31px;
            line-height: 1.5;
            padding: 5px 0;
            font-size: clamp(1.4rem, 3.5714285714vw, 1.4rem); } }
        @media print, screen and (min-width: 835px) {
          .page--case .post_article #recommend > ul > li a .free li {
            min-height: 43px;
            line-height: 1.3125;
            padding: 10px 0;
            font-size: clamp(1.4rem, 1.1453113815vw, 1.6rem); } }
      .page--case .post_article #recommend > ul > li a .more {
        font-family: "Staatliches", sans-serif;
        font-weight: 400;
        font-style: normal;
        line-height: 1;
        color: #DB0000;
        letter-spacing: 0.05em;
        text-align: right;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        transition: all .2s ease-out; }
        @media only screen and (max-width: 834px) {
          .page--case .post_article #recommend > ul > li a .more {
            font-size: clamp(1.6rem, 4.0816326531vw, 1.6rem); } }
        @media print, screen and (min-width: 835px) {
          .page--case .post_article #recommend > ul > li a .more {
            font-size: clamp(1.6rem, 1.1453113815vw, 1.6rem); } }
        .page--case .post_article #recommend > ul > li a .more::before {
          width: 21px;
          height: 8px;
          content: "";
          background: url("../images/common/icon-button.svg") no-repeat left top/contain;
          display: block;
          flex-shrink: 0;
          margin-right: 10px; }

/* ///////////////////////////////////////////
  value.scss
  変数・mixinに関する設定
/////////////////////////////////////////// */
/*====================================
  カラー
=====================================*/
/*===================================*/
/*====================================
  画像
=====================================*/
/*====================================
  font
=====================================*/
/*
@mixin special-gothic-expanded-one-R {
  font-family: "Special Gothic Expanded One", sans-serif;
  font-weight: 400;
  font-style: normal;
}
*/
/*====================================
  基本設定
=====================================*/
/* /////////////////////////////////
可変サイズ指定
・フォント（font-size）
・マージン（margin）
・パディング（padding）
・幅（width）
・高さ（height）
///////////////////////////////// */
/*
サイズとビューポートに基づいてvwを計算するための関数
ビューポート幅にスクロールバーの幅を加えることにより、ビューポートの実際の表示可能な幅を考慮
*/
/*
ピクセル単位のサイズ ($px) を rem 単位に変換するための関数
*/
/*====================================
  レイアウト・パーツ
=====================================*/
:root {
  --leading-trim: calc((1em - 1lh) / 2); }

/* /////////////////////////////////
  Media Queries
///////////////////////////////// */
/* /////////////////////////////////////////////////////////
  会社情報
///////////////////////////////////////////////////////// */
.page--company .post_article {
  /* ======================
  先頭画像
  ====================== */
  /* ======================
  代表挨拶
  ====================== */
  /* ======================
  会社概要
  ====================== */
  /* ======================
  沿革
  ====================== */
  /* ======================
  スタッフ紹介
  ====================== */
  /* ======================
  アクセス
  ====================== */ }
  @media only screen and (max-width: 834px) {
    .page--company .post_article {
      margin-bottom: 185px; } }
  @media print, screen and (min-width: 835px) {
    .page--company .post_article {
      margin-bottom: 375px; } }
  @media only screen and (max-width: 834px) {
    .page--company .post_article #pagehead {
      /*
      width: 100%;
      height: 0;
      padding-top: 64%;
      overflow: hidden;
      position: relative;
      */
      margin-bottom: 80px; } }
  @media print, screen and (min-width: 835px) {
    .page--company .post_article #pagehead {
      margin-bottom: 210px; } }
  .page--company .post_article #pagehead picture img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    /*
    @include smartphone {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
    }
    */ }
  .page--company .post_article #message {
    display: block;
    max-width: 1380px;
    margin: 0 auto; }
    @media only screen and (max-width: 834px) {
      .page--company .post_article #message {
        padding: 0 20px; } }
    @media only screen and (min-width: 835px) and (max-width: 1219px) {
      .page--company .post_article #message {
        padding: 0 30px; } }
    @media print, screen and (min-width: 1220px) {
      .page--company .post_article #message {
        padding: 0 30px; } }
    @media only screen and (max-width: 834px) {
      .page--company .post_article #message {
        margin-bottom: 80px; } }
    @media print, screen and (min-width: 835px) {
      .page--company .post_article #message {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-bottom: 205px; } }
    @media only screen and (max-width: 834px) {
      .page--company .post_article #message .mod__heading2 {
        margin-bottom: 35px; } }
    @media print, screen and (min-width: 835px) {
      .page--company .post_article #message .mod__heading2 {
        width: 100%;
        margin-bottom: 65px; } }
    @media only screen and (max-width: 834px) {
      .page--company .post_article #message figure {
        margin-bottom: 40px; } }
    @media print, screen and (min-width: 835px) {
      .page--company .post_article #message figure {
        width: 48.48%; } }
    .page--company .post_article #message figure img {
      display: block;
      width: 100%;
      max-width: 100%;
      height: auto;
      margin: 0 auto; }
    @media print, screen and (min-width: 835px) {
      .page--company .post_article #message .text {
        width: calc(51.52% - 40px); } }
  @media only screen and (min-width: 835px) and (min-width: 835px) and (max-width: 1219px) {
    .page--company .post_article #message .text {
      width: calc(51.52% - 30px); } }

    .page--company .post_article #message .text p {
      line-height: 2;
      font-weight: 500;
      letter-spacing: 0.05em;
      margin-block: calc((1em - 1lh) / 2);
      transition: all .2s ease-out; }
      @media only screen and (max-width: 834px) {
        .page--company .post_article #message .text p {
          font-size: clamp(1.4rem, 4.0816326531vw, 1.6rem); } }
      @media print, screen and (min-width: 835px) {
        .page--company .post_article #message .text p {
          font-size: clamp(1.4rem, 1.1453113815vw, 1.6rem); } }
      .page--company .post_article #message .text p:nth-of-type(n+2) {
        margin-top: 40px; }
      .page--company .post_article #message .text p.name {
        font-weight: 700;
        letter-spacing: 0.1em;
        margin-top: 50px; }
        .page--company .post_article #message .text p.name span {
          line-height: 1.4;
          display: block;
          margin-block: calc((1em - 1lh) / 2);
          margin-top: 3px; }
          @media only screen and (max-width: 834px) {
            .page--company .post_article #message .text p.name span {
              font-size: clamp(1.8rem, 5.1020408163vw, 2rem); } }
          @media print, screen and (min-width: 835px) {
            .page--company .post_article #message .text p.name span {
              font-size: clamp(2rem, 1.7179670723vw, 2.4rem); } }
  .page--company .post_article #company {
    display: block;
    max-width: 1380px;
    margin: 0 auto; }
    @media only screen and (max-width: 834px) {
      .page--company .post_article #company {
        padding: 0 20px; } }
    @media only screen and (min-width: 835px) and (max-width: 1219px) {
      .page--company .post_article #company {
        padding: 0 30px; } }
    @media print, screen and (min-width: 1220px) {
      .page--company .post_article #company {
        padding: 0 30px; } }
    @media only screen and (max-width: 834px) {
      .page--company .post_article #company {
        margin-bottom: 80px; } }
    @media print, screen and (min-width: 835px) {
      .page--company .post_article #company {
        margin-bottom: 205px; } }
    @media only screen and (max-width: 834px) {
      .page--company .post_article #company .mod__heading2 {
        margin-bottom: 35px; } }
    @media print, screen and (min-width: 835px) {
      .page--company .post_article #company .mod__heading2 {
        margin-bottom: 65px; } }
    .page--company .post_article #company dl {
      display: flex;
      flex-wrap: wrap;
      background: #FFF;
      border: 1px solid #D9D9D9; }
      @media only screen and (max-width: 834px) {
        .page--company .post_article #company dl dt,
        .page--company .post_article #company dl dd {
          min-height: 30px;
          line-height: 1.28571;
          font-size: clamp(1.2rem, 3.5714285714vw, 1.4rem); } }
      @media print, screen and (min-width: 835px) {
        .page--company .post_article #company dl dt,
        .page--company .post_article #company dl dd {
          min-height: 50px;
          line-height: 1.3125;
          font-size: clamp(1.4rem, 1.1453113815vw, 1.6rem); } }
      .page--company .post_article #company dl dt:nth-of-type(n+2),
      .page--company .post_article #company dl dd:nth-of-type(n+2) {
        border-top: 1px solid #D9D9D9; }
      .page--company .post_article #company dl dt {
        color: #FFF;
        font-weight: 700;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #333;
        border-right: 1px solid #D9D9D9; }
        @media only screen and (max-width: 834px) {
          .page--company .post_article #company dl dt {
            width: 80px;
            padding: 7px 0; } }
        @media print, screen and (min-width: 835px) {
          .page--company .post_article #company dl dt {
            width: 200px; } }
      .page--company .post_article #company dl dd {
        font-weight: 500; }
        @media only screen and (max-width: 834px) {
          .page--company .post_article #company dl dd {
            width: calc(100% - 80px);
            padding: 7px 10px; } }
        @media print, screen and (min-width: 835px) {
          .page--company .post_article #company dl dd {
            width: calc(100% - 200px);
            padding: 15px 20px; } }
  .page--company .post_article #history {
    display: block;
    max-width: 1380px;
    margin: 0 auto; }
    @media only screen and (max-width: 834px) {
      .page--company .post_article #history {
        padding: 0 20px; } }
    @media only screen and (min-width: 835px) and (max-width: 1219px) {
      .page--company .post_article #history {
        padding: 0 30px; } }
    @media print, screen and (min-width: 1220px) {
      .page--company .post_article #history {
        padding: 0 30px; } }
    @media only screen and (max-width: 834px) {
      .page--company .post_article #history {
        margin-bottom: 100px; } }
    @media print, screen and (min-width: 835px) {
      .page--company .post_article #history {
        margin-bottom: 205px; } }
    @media only screen and (max-width: 834px) {
      .page--company .post_article #history .mod__heading2 {
        margin-bottom: 35px; } }
    @media print, screen and (min-width: 835px) {
      .page--company .post_article #history .mod__heading2 {
        margin-bottom: 65px; } }
    .page--company .post_article #history ul li {
      display: flex;
      border-bottom: 1px solid #C0C0C0;
      position: relative; }
      @media only screen and (max-width: 834px) {
        .page--company .post_article #history ul li {
          min-height: 50px;
          padding: 7px 0; } }
      @media print, screen and (min-width: 835px) {
        .page--company .post_article #history ul li {
          padding: 22px 0; } }
      .page--company .post_article #history ul li::before {
        height: 1px;
        content: "";
        background: #DB0000;
        display: block;
        position: absolute;
        left: 0;
        bottom: -1px;
        z-index: 2; }
        @media only screen and (max-width: 834px) {
          .page--company .post_article #history ul li::before {
            width: 80px; } }
        @media print, screen and (min-width: 835px) {
          .page--company .post_article #history ul li::before {
            width: 140px; } }
      .page--company .post_article #history ul li time,
      .page--company .post_article #history ul li p {
        display: flex;
        align-items: center;
        letter-spacing: 0.05em; }
      .page--company .post_article #history ul li time {
        font-family: "Staatliches", sans-serif;
        font-weight: 400;
        font-style: normal;
        line-height: 1.25;
        color: #DB0000; }
        @media only screen and (max-width: 834px) {
          .page--company .post_article #history ul li time {
            width: 80px;
            padding-left: 15px;
            font-size: clamp(1.6rem, 4.5918367347vw, 1.8rem); } }
        @media print, screen and (min-width: 835px) {
          .page--company .post_article #history ul li time {
            width: 140px;
            padding-left: 30px;
            font-size: clamp(2rem, 1.7179670723vw, 2.4rem); } }
      .page--company .post_article #history ul li p {
        font-weight: 500; }
        @media only screen and (max-width: 834px) {
          .page--company .post_article #history ul li p {
            width: calc(100% - 80px);
            line-height: 1.5;
            padding: 0 10px;
            font-size: clamp(1.2rem, 3.5714285714vw, 1.4rem); } }
        @media print, screen and (min-width: 835px) {
          .page--company .post_article #history ul li p {
            width: calc(100% - 140px);
            line-height: 1.3125;
            padding: 0 40px;
            font-size: clamp(1.4rem, 1.1453113815vw, 1.6rem); } }
  @media only screen and (min-width: 835px) and (min-width: 835px) and (max-width: 1219px) {
    .page--company .post_article #history ul li p {
      padding: 0 30px; } }

  @media only screen and (max-width: 834px) {
    .page--company .post_article #staff {
      margin-bottom: 80px; } }
  @media print, screen and (min-width: 835px) {
    .page--company .post_article #staff {
      display: block;
      max-width: 1380px;
      margin: 0 auto;
      margin-bottom: 205px; } }
  @media only screen and (min-width: 835px) and (max-width: 834px) {
    .page--company .post_article #staff {
      padding: 0 20px; } }
  @media only screen and (min-width: 835px) and (min-width: 835px) and (max-width: 1219px) {
    .page--company .post_article #staff {
      padding: 0 30px; } }
  @media print, screen and (min-width: 835px) and (min-width: 1220px) {
    .page--company .post_article #staff {
      padding: 0 30px; } }

  @media only screen and (max-width: 834px) {
    .page--company .post_article #staff .mod__heading2 {
      padding: 0 20px;
      margin-bottom: 35px; } }
  @media print, screen and (min-width: 835px) {
    .page--company .post_article #staff .mod__heading2 {
      margin-bottom: 65px; } }
  @media print, screen and (min-width: 835px) {
    .page--company .post_article #staff .swiper-container .swiper-wrapper {
      display: flex;
      justify-content: center;
      flex-wrap: wrap; } }
  .page--company .post_article #staff .swiper-container .swiper-wrapper .swiper-slide {
    /*
    p {
      line-height: 1.3125;
      font-weight: 500;
      letter-spacing: 0.05em;
      margin-block: calc((1em - 1lh) / 2);
      @include smartphone {
        @include responsiveStyles($font-size: 16, // 基準となるフォントサイズ
          $min_font-size: 14, // 最小フォントサイズ
          $max_font-size: 16, // 最大フォントサイズ
          $viewport: 375 // ビューポート幅
        );
      }
      @include screen {
        @include responsiveStyles($font-size: 16, // 基準となるフォントサイズ
          $min_font-size: 14, // 最小フォントサイズ
          $max_font-size: 16, // 最大フォントサイズ
          $viewport: 1380 // ビューポート幅
        );
      }
    }
    */ }
    @media only screen and (max-width: 834px) {
      .page--company .post_article #staff .swiper-container .swiper-wrapper .swiper-slide {
        /*
        width: calc(50% - 7.5px);
        &:nth-child(odd) {
          margin-right: 15px;
        }
        &:nth-child(n+3) {
          margin-top: 40px;
        }
        */ } }
    @media only screen and (min-width: 835px) and (max-width: 1219px) {
      .page--company .post_article #staff .swiper-container .swiper-wrapper .swiper-slide {
        width: calc(100% / 4 - 30px * 3 / 4);
        margin: 0 20px;
        /*
        &:not(:nth-child(4n)) {
          margin-right: 30px;
        }
        &:nth-child(n+5) {
          margin-top: 45px;
        }
        */ }
        .page--company .post_article #staff .swiper-container .swiper-wrapper .swiper-slide:nth-child(n+4) {
          margin-top: 45px; } }
    @media print, screen and (min-width: 1220px) {
      .page--company .post_article #staff .swiper-container .swiper-wrapper .swiper-slide {
        width: calc(100% / 4 - 40px * 3 / 4); }
        .page--company .post_article #staff .swiper-container .swiper-wrapper .swiper-slide:not(:nth-child(4n)) {
          margin-right: 40px; }
        .page--company .post_article #staff .swiper-container .swiper-wrapper .swiper-slide:nth-child(n+5) {
          margin-top: 45px; } }
    @media only screen and (max-width: 834px) {
      .page--company .post_article #staff .swiper-container .swiper-wrapper .swiper-slide figure {
        margin-bottom: 20px; } }
    @media print, screen and (min-width: 835px) {
      .page--company .post_article #staff .swiper-container .swiper-wrapper .swiper-slide figure {
        margin-bottom: 30px; } }
    .page--company .post_article #staff .swiper-container .swiper-wrapper .swiper-slide figure img {
      display: block;
      width: 100%;
      max-width: 100%;
      height: auto;
      margin: 0 auto;
      border-radius: 50%; }
    .page--company .post_article #staff .swiper-container .swiper-wrapper .swiper-slide dl dt,
    .page--company .post_article #staff .swiper-container .swiper-wrapper .swiper-slide dl dd {
      line-height: 1.5;
      font-weight: 700;
      letter-spacing: 0.1em;
      text-align: center;
      margin-block: calc((1em - 1lh) / 2); }
    .page--company .post_article #staff .swiper-container .swiper-wrapper .swiper-slide dl dt {
      margin-bottom: 7px; }
      @media only screen and (max-width: 834px) {
        .page--company .post_article #staff .swiper-container .swiper-wrapper .swiper-slide dl dt {
          font-size: clamp(1.4rem, 4.0816326531vw, 1.6rem); } }
      @media print, screen and (min-width: 835px) {
        .page--company .post_article #staff .swiper-container .swiper-wrapper .swiper-slide dl dt {
          font-size: clamp(1.8rem, 1.4316392269vw, 2rem); } }
      .page--company .post_article #staff .swiper-container .swiper-wrapper .swiper-slide dl dt span {
        font-family: "Staatliches", sans-serif;
        font-weight: 400;
        font-style: normal;
        line-height: 1.25;
        color: #DB0000;
        display: block;
        margin-block: calc((1em - 1lh) / 2); }
        @media only screen and (max-width: 834px) {
          .page--company .post_article #staff .swiper-container .swiper-wrapper .swiper-slide dl dt span {
            margin-bottom: 8px;
            font-size: clamp(1.8rem, 5.1020408163vw, 2rem); } }
        @media print, screen and (min-width: 835px) {
          .page--company .post_article #staff .swiper-container .swiper-wrapper .swiper-slide dl dt span {
            margin-bottom: 15px;
            font-size: clamp(2rem, 1.7179670723vw, 2.4rem); } }
        .page--company .post_article #staff .swiper-container .swiper-wrapper .swiper-slide dl dt span::after {
          width: 20px;
          height: 2px;
          content: "";
          background: #DB0000;
          display: block;
          margin: 0 auto; }
          @media only screen and (max-width: 834px) {
            .page--company .post_article #staff .swiper-container .swiper-wrapper .swiper-slide dl dt span::after {
              margin-top: 1px; } }
          @media print, screen and (min-width: 835px) {
            .page--company .post_article #staff .swiper-container .swiper-wrapper .swiper-slide dl dt span::after {
              margin-top: 5px; } }
    @media only screen and (max-width: 834px) {
      .page--company .post_article #staff .swiper-container .swiper-wrapper .swiper-slide dl dd {
        font-size: clamp(1.2rem, 3.0612244898vw, 1.2rem); } }
    @media print, screen and (min-width: 835px) {
      .page--company .post_article #staff .swiper-container .swiper-wrapper .swiper-slide dl dd {
        font-size: clamp(1.4rem, 1.0021474588vw, 1.4rem); } }
  @media only screen and (max-width: 834px) {
    .page--company .post_article #access {
      margin-bottom: 165px; } }
  @media print, screen and (min-width: 835px) {
    .page--company .post_article #access {
      margin-bottom: 235px; } }
  @media only screen and (max-width: 834px) {
    .page--company .post_article #access .mod__heading2 {
      margin-bottom: 35px; } }
  @media print, screen and (min-width: 835px) {
    .page--company .post_article #access .mod__heading2 {
      margin-bottom: 85px; } }
  .page--company .post_article #access .info {
    margin: 0 auto; }
    @media only screen and (max-width: 834px) {
      .page--company .post_article #access .info {
        width: calc(100% - 40px);
        margin-bottom: 40px; } }
    @media print, screen and (min-width: 835px) {
      .page--company .post_article #access .info {
        width: calc(100% - 60px);
        max-width: 1320px;
        display: flex;
        justify-content: space-between;
        margin-bottom: 80px; } }
    @media print, screen and (min-width: 835px) {
      .page--company .post_article #access .info figure,
      .page--company .post_article #access .info .text {
        width: calc(50% - 20px); } }
    @media only screen and (max-width: 834px) {
      .page--company .post_article #access .info figure {
        margin-bottom: 25px; } }
    .page--company .post_article #access .info figure img {
      display: block;
      width: 100%;
      max-width: 100%;
      height: auto;
      margin: 0 auto; }
    .page--company .post_article #access .info .text dl {
      border-bottom: 1px solid #D9D9D9;
      margin-bottom: 15px; }
      @media print, screen and (min-width: 835px) {
        .page--company .post_article #access .info .text dl {
          display: flex;
          flex-wrap: wrap; } }
      .page--company .post_article #access .info .text dl dt,
      .page--company .post_article #access .info .text dl dd {
        line-height: 1.3125;
        letter-spacing: 0.05em; }
        @media only screen and (max-width: 834px) {
          .page--company .post_article #access .info .text dl dt,
          .page--company .post_article #access .info .text dl dd {
            font-size: clamp(1.4rem, 4.0816326531vw, 1.6rem); } }
        @media print, screen and (min-width: 835px) {
          .page--company .post_article #access .info .text dl dt,
          .page--company .post_article #access .info .text dl dd {
            padding: 10px 0;
            font-size: clamp(1.4rem, 1.1453113815vw, 1.6rem); }
            .page--company .post_article #access .info .text dl dt:nth-of-type(n+2),
            .page--company .post_article #access .info .text dl dd:nth-of-type(n+2) {
              border-top: 1px solid #D9D9D9; } }
        .page--company .post_article #access .info .text dl dt:first-of-type,
        .page--company .post_article #access .info .text dl dd:first-of-type {
          padding-top: 0; }
      .page--company .post_article #access .info .text dl dt {
        font-weight: 700; }
        @media only screen and (max-width: 834px) {
          .page--company .post_article #access .info .text dl dt {
            padding-top: 10px;
            margin-bottom: 1px; }
            .page--company .post_article #access .info .text dl dt:nth-of-type(n+2) {
              border-top: 1px solid #D9D9D9; } }
        @media print, screen and (min-width: 835px) {
          .page--company .post_article #access .info .text dl dt {
            width: 100px; } }
      .page--company .post_article #access .info .text dl dd {
        font-weight: 500; }
        @media only screen and (max-width: 834px) {
          .page--company .post_article #access .info .text dl dd {
            padding-bottom: 10px; } }
        @media print, screen and (min-width: 835px) {
          .page--company .post_article #access .info .text dl dd {
            width: calc(100% - 100px); } }
    .page--company .post_article #access .info .text > p {
      min-height: 50px;
      line-height: 1.3125;
      font-weight: 700;
      letter-spacing: 0.05em;
      padding: 15px 20px;
      background: #EDEDED;
      border-radius: 4px; }
      @media only screen and (max-width: 834px) {
        .page--company .post_article #access .info .text > p {
          font-size: clamp(1.4rem, 4.0816326531vw, 1.6rem); } }
      @media print, screen and (min-width: 835px) {
        .page--company .post_article #access .info .text > p {
          font-size: clamp(1.4rem, 1.1453113815vw, 1.6rem); } }
  .page--company .post_article #access .map {
    width: 100%;
    height: 0;
    overflow: hidden;
    position: relative; }
    @media only screen and (max-width: 834px) {
      .page--company .post_article #access .map {
        padding-top: 154.66%; } }
    @media print, screen and (min-width: 835px) {
      .page--company .post_article #access .map {
        padding-top: 30.20833%; } }
    .page--company .post_article #access .map iframe {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }

/* ///////////////////////////////////////////
  value.scss
  変数・mixinに関する設定
/////////////////////////////////////////// */
/*====================================
  カラー
=====================================*/
/*===================================*/
/*====================================
  画像
=====================================*/
/*====================================
  font
=====================================*/
/*
@mixin special-gothic-expanded-one-R {
  font-family: "Special Gothic Expanded One", sans-serif;
  font-weight: 400;
  font-style: normal;
}
*/
/*====================================
  基本設定
=====================================*/
/* /////////////////////////////////
可変サイズ指定
・フォント（font-size）
・マージン（margin）
・パディング（padding）
・幅（width）
・高さ（height）
///////////////////////////////// */
/*
サイズとビューポートに基づいてvwを計算するための関数
ビューポート幅にスクロールバーの幅を加えることにより、ビューポートの実際の表示可能な幅を考慮
*/
/*
ピクセル単位のサイズ ($px) を rem 単位に変換するための関数
*/
/*====================================
  レイアウト・パーツ
=====================================*/
:root {
  --leading-trim: calc((1em - 1lh) / 2); }

/* /////////////////////////////////
  Media Queries
///////////////////////////////// */
/* /////////////////////////////////////////////////////////
  コンセプト
///////////////////////////////////////////////////////// */
.page--concept .post_article {
  /* ======================
  先頭画像
  ====================== */
  /* ======================
  利府でのあなたの「ふるさと」をつくる。
  地域密着の工務店で
  家づくりをもっと楽しめるように。
  ====================== */
  /* ======================
  いい家をつくるための3ヶ条
  ====================== */
  /* ======================
  なぜ利府で家づくりをするのか？
  利府暮らしの魅力
  ====================== */
  /* ======================
  いい家をつくるには
  “良いスタッフ”と出会うことが大切です
  ====================== */
  /* ======================
  ずっと快適な住まいであるために
  構造・性能のこだわり
  ====================== */ }
  @media only screen and (max-width: 834px) {
    .page--concept .post_article {
      margin-bottom: 185px; } }
  @media print, screen and (min-width: 835px) {
    .page--concept .post_article {
      margin-bottom: 375px; } }
  @media only screen and (max-width: 834px) {
    .page--concept .post_article #pagehead {
      margin-bottom: 115px; } }
  @media print, screen and (min-width: 835px) {
    .page--concept .post_article #pagehead {
      margin-bottom: 190px; } }
  .page--concept .post_article #pagehead picture img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0 auto; }
  .page--concept .post_article #intro {
    overflow: hidden;
    position: relative; }
    @media only screen and (max-width: 834px) {
      .page--concept .post_article #intro {
        padding: 0 20px;
        margin-bottom: 50px; } }
    @media print, screen and (min-width: 835px) {
      .page--concept .post_article #intro {
        padding: 0 30px;
        margin-bottom: 200px; } }
    .page--concept .post_article #intro hgroup,
    .page--concept .post_article #intro > p {
      text-shadow: #FFF 2px 0px, #FFF -2px 0px, #FFF 0px -2px, #FFF 0px 2px, #FFF 2px 2px, #FFF -2px 2px, #FFF 2px -2px, #FFF -2px -2px, #FFF 1px 2px, #FFF -1px 2px, #FFF 1px -2px, #FFF -1px -2px, #FFF 2px 1px, #FFF -2px 1px, #FFF 2px -1px, #FFF -2px -1px;
      position: relative;
      z-index: 2; }
      @media print, screen and (min-width: 835px) {
        .page--concept .post_article #intro hgroup,
        .page--concept .post_article #intro > p {
          max-width: 1320px;
          margin: 0 auto; } }
    @media only screen and (max-width: 834px) {
      .page--concept .post_article #intro hgroup {
        margin-bottom: 20px; } }
    @media print, screen and (min-width: 835px) {
      .page--concept .post_article #intro hgroup {
        margin-bottom: 110px; } }
    .page--concept .post_article #intro hgroup h2 {
      line-height: 2;
      font-weight: 700;
      letter-spacing: 0.1em;
      margin-block: calc((1em - 1lh) / 2); }
      @media only screen and (max-width: 834px) {
        .page--concept .post_article #intro hgroup h2 {
          margin-bottom: 25px;
          font-size: clamp(1.8rem, 6.1224489796vw, 2.4rem); } }
      @media print, screen and (min-width: 835px) {
        .page--concept .post_article #intro hgroup h2 {
          margin-bottom: 50px;
          font-size: clamp(3.6rem, 3.4359341446vw, 4.8rem); } }
      .page--concept .post_article #intro hgroup h2 span {
        color: #DB0000; }
    .page--concept .post_article #intro hgroup p {
      font-family: "Staatliches", sans-serif;
      font-weight: 400;
      font-style: normal;
      line-height: 2;
      color: #C0C0C0;
      letter-spacing: 0.05em;
      margin-block: calc((1em - 1lh) / 2); }
      @media only screen and (max-width: 834px) {
        .page--concept .post_article #intro hgroup p {
          font-size: clamp(1rem, 2.5510204082vw, 1rem); } }
      @media print, screen and (min-width: 835px) {
        .page--concept .post_article #intro hgroup p {
          font-size: clamp(1.4rem, 1.0021474588vw, 1.4rem); } }
    @media only screen and (max-width: 834px) {
      .page--concept .post_article #intro figure {
        width: 83.5821%;
        margin: 0 0 30px auto; } }
    @media print, screen and (min-width: 835px) {
      .page--concept .post_article #intro figure {
        width: 38.0208%;
        position: absolute;
        top: 0;
        right: -3.6458%; } }
    .page--concept .post_article #intro figure img {
      display: block;
      width: 100%;
      max-width: 100%;
      height: auto;
      margin: 0 auto; }
    .page--concept .post_article #intro > p {
      line-height: 2;
      font-weight: 700;
      letter-spacing: 0.1em;
      margin-block: calc((1em - 1lh) / 2); }
      @media only screen and (max-width: 834px) {
        .page--concept .post_article #intro > p {
          font-size: clamp(1.4rem, 4.0816326531vw, 1.6rem); } }
      @media print, screen and (min-width: 835px) {
        .page--concept .post_article #intro > p {
          font-size: clamp(1.8rem, 1.4316392269vw, 2rem); } }
      .page--concept .post_article #intro > p:nth-of-type(n+2) {
        margin-top: 50px; }
      .page--concept .post_article #intro > p span {
        color: #DB0000; }
  @media only screen and (max-width: 834px) {
    .page--concept .post_article #principles {
      margin-bottom: 120px; } }
  @media print, screen and (min-width: 835px) {
    .page--concept .post_article #principles {
      margin-bottom: 140px; } }
  .page--concept .post_article #principles h2 {
    display: flex;
    align-items: center;
    background: #EDEDED; }
    @media only screen and (max-width: 834px) {
      .page--concept .post_article #principles h2 {
        min-height: 220px;
        padding: 20px;
        margin-bottom: 100px; } }
    @media print, screen and (min-width: 835px) {
      .page--concept .post_article #principles h2 {
        min-height: 350px;
        padding: 30px;
        margin-bottom: 180px; } }
    .page--concept .post_article #principles h2 .container {
      width: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center; }
      @media print, screen and (min-width: 835px) {
        .page--concept .post_article #principles h2 .container {
          max-width: 1320px;
          margin: 0 auto; } }
      .page--concept .post_article #principles h2 .container .en {
        font-family: "Staatliches", sans-serif;
        font-weight: 400;
        font-style: normal;
        line-height: 1.25;
        color: #DB0000;
        letter-spacing: 0.05em;
        margin-block: calc((1em - 1lh) / 2);
        display: flex;
        align-items: center; }
        @media only screen and (max-width: 834px) {
          .page--concept .post_article #principles h2 .container .en {
            margin-bottom: 30px;
            font-size: clamp(2.4rem, 6.1224489796vw, 2.4rem); } }
        @media print, screen and (min-width: 835px) {
          .page--concept .post_article #principles h2 .container .en {
            margin-bottom: 40px;
            font-size: clamp(3.2rem, 2.2906227631vw, 3.2rem); } }
        .page--concept .post_article #principles h2 .container .en::before {
          height: 1px;
          content: "";
          background: #DB0000;
          display: block;
          flex-shrink: 0;
          margin-right: 15px; }
          @media only screen and (max-width: 834px) {
            .page--concept .post_article #principles h2 .container .en::before {
              width: 20px; } }
          @media print, screen and (min-width: 835px) {
            .page--concept .post_article #principles h2 .container .en::before {
              width: 80px; } }
      .page--concept .post_article #principles h2 .container .jp {
        line-height: 1.5;
        font-weight: 700;
        letter-spacing: 0.1em;
        margin-block: calc((1em - 1lh) / 2); }
        @media only screen and (max-width: 834px) {
          .page--concept .post_article #principles h2 .container .jp {
            font-size: clamp(2rem, 6.1224489796vw, 2.4rem); } }
        @media print, screen and (min-width: 835px) {
          .page--concept .post_article #principles h2 .container .jp {
            font-size: clamp(4.4rem, 3.4359341446vw, 4.8rem); } }
        .page--concept .post_article #principles h2 .container .jp span {
          color: #DB0000; }
  @media print, screen and (min-width: 835px) {
    .page--concept .post_article #principles ol li {
      display: flex;
      justify-content: flex-end;
      position: relative; }
      .page--concept .post_article #principles ol li:nth-child(odd) {
        flex-direction: row-reverse; }
        .page--concept .post_article #principles ol li:nth-child(odd) .text {
          padding-right: 30px; }
        .page--concept .post_article #principles ol li:nth-child(odd) figure {
          margin-right: 80px; } }
      @media only screen and (min-width: 835px) and (min-width: 835px) and (max-width: 1219px) {
        .page--concept .post_article #principles ol li:nth-child(odd) figure {
          margin-right: 30px; } }
  @media print, screen and (min-width: 835px) {
      .page--concept .post_article #principles ol li:nth-child(even) {
        flex-direction: row; }
        .page--concept .post_article #principles ol li:nth-child(even) .text {
          padding-left: 30px; }
        .page--concept .post_article #principles ol li:nth-child(even) figure {
          margin-left: 80px; } }
      @media only screen and (min-width: 835px) and (min-width: 835px) and (max-width: 1219px) {
        .page--concept .post_article #principles ol li:nth-child(even) figure {
          margin-left: 30px; } }

  @media only screen and (max-width: 834px) {
    .page--concept .post_article #principles ol li:nth-child(n+2) {
      margin-top: 80px; } }
  @media print, screen and (min-width: 835px) {
    .page--concept .post_article #principles ol li:nth-child(n+2) {
      margin-top: 140px; } }
  @media only screen and (max-width: 834px) {
    .page--concept .post_article #principles ol li .text {
      padding: 0 20px;
      margin-bottom: 40px; } }
  @media print, screen and (min-width: 835px) {
    .page--concept .post_article #principles ol li .text {
      max-width: 610px;
      padding-top: 3px; } }
  @media only screen and (max-width: 834px) {
    .page--concept .post_article #principles ol li .text h4 {
      margin-bottom: 25px; } }
  @media print, screen and (min-width: 835px) {
    .page--concept .post_article #principles ol li .text h4 {
      margin-bottom: 60px; } }
  .page--concept .post_article #principles ol li .text h4 .en {
    font-family: "Staatliches", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.25;
    color: #DB0000;
    letter-spacing: 0.05em;
    display: flex;
    align-items: center;
    margin-block: calc((1em - 1lh) / 2); }
    @media only screen and (max-width: 834px) {
      .page--concept .post_article #principles ol li .text h4 .en {
        margin-bottom: 17px;
        font-size: clamp(1.8rem, 5.1020408163vw, 2rem); } }
    @media print, screen and (min-width: 835px) {
      .page--concept .post_article #principles ol li .text h4 .en {
        margin-bottom: 32px;
        font-size: clamp(1.8rem, 1.4316392269vw, 2rem); } }
    .page--concept .post_article #principles ol li .text h4 .en::before {
      content: "";
      background: url("../images/common/icon-ellipse.svg") no-repeat left top/contain;
      display: block;
      flex-shrink: 0; }
      @media only screen and (max-width: 834px) {
        .page--concept .post_article #principles ol li .text h4 .en::before {
          width: 12px;
          height: 14px;
          margin: -0.15em 10px 0 0; } }
      @media print, screen and (min-width: 835px) {
        .page--concept .post_article #principles ol li .text h4 .en::before {
          width: 20px;
          height: 23px;
          margin: -0.1em 20px 0 0; } }
  .page--concept .post_article #principles ol li .text h4 .jp {
    line-height: 2;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin-block: calc((1em - 1lh) / 2); }
    @media only screen and (max-width: 834px) {
      .page--concept .post_article #principles ol li .text h4 .jp {
        font-size: clamp(1.8rem, 5.1020408163vw, 2rem); } }
    @media print, screen and (min-width: 835px) {
      .page--concept .post_article #principles ol li .text h4 .jp {
        font-size: clamp(2.8rem, 2.5769506084vw, 3.6rem); } }
    .page--concept .post_article #principles ol li .text h4 .jp span {
      color: #DB0000; }
  .page--concept .post_article #principles ol li .text p {
    line-height: 2;
    font-weight: 500;
    letter-spacing: 0.1em;
    margin-block: calc((1em - 1lh) / 2); }
    @media only screen and (max-width: 834px) {
      .page--concept .post_article #principles ol li .text p {
        font-size: clamp(1.4rem, 4.0816326531vw, 1.6rem); } }
    @media print, screen and (min-width: 835px) {
      .page--concept .post_article #principles ol li .text p {
        font-size: clamp(1.8rem, 1.4316392269vw, 2rem); } }
  @media print, screen and (min-width: 835px) {
    .page--concept .post_article #principles ol li figure {
      width: 50vw;
      flex-shrink: 0; } }
  .page--concept .post_article #principles ol li figure img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0 auto; }
  @media only screen and (max-width: 834px) {
    .page--concept .post_article #charm {
      margin-bottom: 120px; } }
  @media print, screen and (min-width: 835px) {
    .page--concept .post_article #charm {
      margin-bottom: 200px; } }
  .page--concept .post_article #charm hgroup {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #EDEDED; }
    @media only screen and (max-width: 834px) {
      .page--concept .post_article #charm hgroup {
        min-height: 340px;
        padding: 20px;
        margin-bottom: 100px; } }
    @media print, screen and (min-width: 835px) {
      .page--concept .post_article #charm hgroup {
        min-height: 495px;
        padding: 30px;
        margin-bottom: 180px; } }
    .page--concept .post_article #charm hgroup h2,
    .page--concept .post_article #charm hgroup p {
      width: 100%; }
      @media print, screen and (min-width: 835px) {
        .page--concept .post_article #charm hgroup h2,
        .page--concept .post_article #charm hgroup p {
          max-width: 1320px;
          margin: 0 auto; } }
    .page--concept .post_article #charm hgroup h2 {
      display: flex;
      flex-direction: column;
      justify-content: center; }
      @media only screen and (max-width: 834px) {
        .page--concept .post_article #charm hgroup h2 {
          margin-bottom: 35px; } }
      @media print, screen and (min-width: 835px) {
        .page--concept .post_article #charm hgroup h2 {
          margin-bottom: 55px; } }
      .page--concept .post_article #charm hgroup h2 .en {
        font-family: "Staatliches", sans-serif;
        font-weight: 400;
        font-style: normal;
        line-height: 1.25;
        color: #DB0000;
        letter-spacing: 0.05em;
        margin-block: calc((1em - 1lh) / 2);
        display: flex;
        align-items: center; }
        @media only screen and (max-width: 834px) {
          .page--concept .post_article #charm hgroup h2 .en {
            margin-bottom: 30px;
            font-size: clamp(2.4rem, 6.1224489796vw, 2.4rem); } }
        @media print, screen and (min-width: 835px) {
          .page--concept .post_article #charm hgroup h2 .en {
            margin-bottom: 40px;
            font-size: clamp(3.2rem, 2.2906227631vw, 3.2rem); } }
        .page--concept .post_article #charm hgroup h2 .en::before {
          height: 1px;
          content: "";
          background: #DB0000;
          display: block;
          flex-shrink: 0;
          margin-right: 15px; }
          @media only screen and (max-width: 834px) {
            .page--concept .post_article #charm hgroup h2 .en::before {
              width: 20px; } }
          @media print, screen and (min-width: 835px) {
            .page--concept .post_article #charm hgroup h2 .en::before {
              width: 80px; } }
      .page--concept .post_article #charm hgroup h2 .jp {
        line-height: 1.5;
        font-weight: 700;
        letter-spacing: 0.1em;
        margin-block: calc((1em - 1lh) / 2); }
        @media only screen and (max-width: 834px) {
          .page--concept .post_article #charm hgroup h2 .jp {
            font-size: clamp(2rem, 6.1224489796vw, 2.4rem); } }
        @media print, screen and (min-width: 835px) {
          .page--concept .post_article #charm hgroup h2 .jp {
            font-size: clamp(4.4rem, 3.4359341446vw, 4.8rem); } }
        .page--concept .post_article #charm hgroup h2 .jp span {
          color: #DB0000; }
    .page--concept .post_article #charm hgroup p {
      line-height: 2;
      font-weight: 500;
      letter-spacing: 0.1em;
      margin-block: calc((1em - 1lh) / 2); }
      @media only screen and (max-width: 834px) {
        .page--concept .post_article #charm hgroup p {
          font-size: clamp(1.4rem, 4.0816326531vw, 1.6rem); } }
      @media print, screen and (min-width: 835px) {
        .page--concept .post_article #charm hgroup p {
          font-size: clamp(1.8rem, 1.4316392269vw, 2rem); } }
  .page--concept .post_article #charm ol {
    display: block;
    max-width: 1380px;
    margin: 0 auto; }
    @media only screen and (max-width: 834px) {
      .page--concept .post_article #charm ol {
        padding: 0 20px; } }
    @media only screen and (min-width: 835px) and (max-width: 1219px) {
      .page--concept .post_article #charm ol {
        padding: 0 30px; } }
    @media print, screen and (min-width: 1220px) {
      .page--concept .post_article #charm ol {
        padding: 0 30px; } }
    @media print, screen and (min-width: 835px) {
      .page--concept .post_article #charm ol {
        display: flex;
        flex-wrap: wrap; } }
    @media only screen and (max-width: 834px) {
      .page--concept .post_article #charm ol li:nth-child(n+2) {
        margin-top: 40px; } }
    @media only screen and (min-width: 835px) and (max-width: 1219px) {
      .page--concept .post_article #charm ol li {
        width: calc(100% / 3 - 30px * 2 / 3); }
        .page--concept .post_article #charm ol li:not(:nth-child(3n)) {
          margin-right: 30px; } }
    @media print, screen and (min-width: 1220px) {
      .page--concept .post_article #charm ol li {
        width: calc(100% / 3 - 60px * 2 / 3); }
        .page--concept .post_article #charm ol li:not(:nth-child(3n)) {
          margin-right: 60px; } }
    .page--concept .post_article #charm ol li .circle {
      height: 0;
      display: block;
      border: 1px solid #DB0000;
      border-radius: 50%;
      position: relative;
      margin: 0 auto; }
      @media only screen and (max-width: 834px) {
        .page--concept .post_article #charm ol li .circle {
          width: 255px;
          padding-top: 255px;
          margin-bottom: 30px; } }
      @media print, screen and (min-width: 835px) {
        .page--concept .post_article #charm ol li .circle {
          width: 100%;
          padding-top: 100%;
          margin-bottom: 40px; } }
      .page--concept .post_article #charm ol li .circle dl {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto; }
        .page--concept .post_article #charm ol li .circle dl dt,
        .page--concept .post_article #charm ol li .circle dl dd {
          letter-spacing: 0.05em;
          text-align: center;
          margin-block: calc((1em - 1lh) / 2); }
        .page--concept .post_article #charm ol li .circle dl dt {
          font-family: "Staatliches", sans-serif;
          font-weight: 400;
          font-style: normal;
          line-height: 1.25;
          color: #DB0000; }
          @media only screen and (max-width: 834px) {
            .page--concept .post_article #charm ol li .circle dl dt {
              margin-bottom: 17px;
              font-size: clamp(2rem, 6.1224489796vw, 2.4rem); } }
          @media print, screen and (min-width: 835px) {
            .page--concept .post_article #charm ol li .circle dl dt {
              margin-bottom: 35px;
              font-size: clamp(3rem, 2.2906227631vw, 3.2rem); } }
          .page--concept .post_article #charm ol li .circle dl dt::after {
            width: 40px;
            height: 2px;
            content: "";
            background: #DB0000;
            display: block;
            margin: 0 auto; }
            @media only screen and (max-width: 834px) {
              .page--concept .post_article #charm ol li .circle dl dt::after {
                margin-top: 3px; } }
            @media print, screen and (min-width: 835px) {
              .page--concept .post_article #charm ol li .circle dl dt::after {
                margin-top: 5px; } }
        .page--concept .post_article #charm ol li .circle dl dd {
          line-height: 1.5;
          font-weight: 700; }
          @media only screen and (max-width: 834px) {
            .page--concept .post_article #charm ol li .circle dl dd {
              font-size: clamp(1.8rem, 5.1020408163vw, 2rem); } }
          @media print, screen and (min-width: 835px) {
            .page--concept .post_article #charm ol li .circle dl dd {
              font-size: clamp(2rem, 2.5769506084vw, 3.6rem); } }
          .page--concept .post_article #charm ol li .circle dl dd span {
            color: #DB0000; }
    .page--concept .post_article #charm ol li p {
      line-height: 2;
      font-weight: 500;
      letter-spacing: 0.1em;
      margin-block: calc((1em - 1lh) / 2); }
      @media only screen and (max-width: 834px) {
        .page--concept .post_article #charm ol li p {
          font-size: clamp(1.4rem, 4.0816326531vw, 1.6rem); } }
      @media print, screen and (min-width: 835px) {
        .page--concept .post_article #charm ol li p {
          font-size: clamp(1.8rem, 1.4316392269vw, 2rem); } }
  @media only screen and (max-width: 834px) {
    .page--concept .post_article #staff {
      margin-bottom: 120px; } }
  @media print, screen and (min-width: 835px) {
    .page--concept .post_article #staff {
      margin-bottom: 195px; } }
  .page--concept .post_article #staff hgroup {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #EDEDED; }
    @media only screen and (max-width: 834px) {
      .page--concept .post_article #staff hgroup {
        min-height: 375px;
        padding: 20px;
        margin-bottom: 100px; } }
    @media print, screen and (min-width: 835px) {
      .page--concept .post_article #staff hgroup {
        min-height: 535px;
        padding: 30px;
        margin-bottom: 180px; } }
    .page--concept .post_article #staff hgroup h2,
    .page--concept .post_article #staff hgroup p {
      width: 100%; }
      @media print, screen and (min-width: 835px) {
        .page--concept .post_article #staff hgroup h2,
        .page--concept .post_article #staff hgroup p {
          max-width: 1320px;
          margin: 0 auto; } }
    .page--concept .post_article #staff hgroup h2 {
      display: flex;
      flex-direction: column;
      justify-content: center; }
      @media only screen and (max-width: 834px) {
        .page--concept .post_article #staff hgroup h2 {
          margin-bottom: 35px; } }
      @media print, screen and (min-width: 835px) {
        .page--concept .post_article #staff hgroup h2 {
          margin-bottom: 55px; } }
      .page--concept .post_article #staff hgroup h2 .en {
        font-family: "Staatliches", sans-serif;
        font-weight: 400;
        font-style: normal;
        line-height: 1.25;
        color: #DB0000;
        letter-spacing: 0.05em;
        margin-block: calc((1em - 1lh) / 2);
        display: flex;
        align-items: center; }
        @media only screen and (max-width: 834px) {
          .page--concept .post_article #staff hgroup h2 .en {
            margin-bottom: 30px;
            font-size: clamp(2.4rem, 6.1224489796vw, 2.4rem); } }
        @media print, screen and (min-width: 835px) {
          .page--concept .post_article #staff hgroup h2 .en {
            margin-bottom: 40px;
            font-size: clamp(3.2rem, 2.2906227631vw, 3.2rem); } }
        .page--concept .post_article #staff hgroup h2 .en::before {
          height: 1px;
          content: "";
          background: #DB0000;
          display: block;
          flex-shrink: 0;
          margin-right: 15px; }
          @media only screen and (max-width: 834px) {
            .page--concept .post_article #staff hgroup h2 .en::before {
              width: 20px; } }
          @media print, screen and (min-width: 835px) {
            .page--concept .post_article #staff hgroup h2 .en::before {
              width: 80px; } }
      .page--concept .post_article #staff hgroup h2 .jp {
        line-height: 1.5;
        font-weight: 700;
        letter-spacing: 0.1em;
        margin-block: calc((1em - 1lh) / 2); }
        @media only screen and (max-width: 834px) {
          .page--concept .post_article #staff hgroup h2 .jp {
            font-size: clamp(2rem, 6.1224489796vw, 2.4rem); } }
        @media print, screen and (min-width: 835px) {
          .page--concept .post_article #staff hgroup h2 .jp {
            font-size: clamp(4.4rem, 3.4359341446vw, 4.8rem); } }
        .page--concept .post_article #staff hgroup h2 .jp span {
          color: #DB0000; }
    .page--concept .post_article #staff hgroup p {
      line-height: 2;
      font-weight: 500;
      letter-spacing: 0.1em;
      margin-block: calc((1em - 1lh) / 2); }
      @media only screen and (max-width: 834px) {
        .page--concept .post_article #staff hgroup p {
          font-size: clamp(1.4rem, 4.0816326531vw, 1.6rem); } }
      @media print, screen and (min-width: 835px) {
        .page--concept .post_article #staff hgroup p {
          font-size: clamp(1.8rem, 1.4316392269vw, 2rem); } }
  @media only screen and (max-width: 834px) {
    .page--concept .post_article #staff .message {
      margin-bottom: 80px; } }
  @media print, screen and (min-width: 835px) {
    .page--concept .post_article #staff .message {
      display: flex;
      flex-direction: row-reverse;
      justify-content: flex-end;
      position: relative;
      margin-bottom: 120px; } }
  @media only screen and (max-width: 834px) {
    .page--concept .post_article #staff .message .text {
      padding: 0 20px;
      margin-bottom: 40px; } }
  @media print, screen and (min-width: 835px) {
    .page--concept .post_article #staff .message .text {
      max-width: 610px;
      padding: 3px 30px 0 0; } }
  @media only screen and (max-width: 834px) {
    .page--concept .post_article #staff .message .text h4 {
      margin-bottom: 25px; } }
  @media print, screen and (min-width: 835px) {
    .page--concept .post_article #staff .message .text h4 {
      margin-bottom: 40px; } }
  .page--concept .post_article #staff .message .text h4 .en {
    font-family: "Staatliches", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.25;
    color: #DB0000;
    letter-spacing: 0.05em;
    display: flex;
    align-items: center;
    margin-block: calc((1em - 1lh) / 2); }
    @media only screen and (max-width: 834px) {
      .page--concept .post_article #staff .message .text h4 .en {
        margin-bottom: 20px;
        font-size: clamp(1.8rem, 5.1020408163vw, 2rem); } }
    @media print, screen and (min-width: 835px) {
      .page--concept .post_article #staff .message .text h4 .en {
        margin-bottom: 32px;
        font-size: clamp(1.8rem, 1.4316392269vw, 2rem); } }
    .page--concept .post_article #staff .message .text h4 .en::before {
      content: "";
      background: url("../images/common/icon-ellipse.svg") no-repeat left top/contain;
      display: block;
      flex-shrink: 0; }
      @media only screen and (max-width: 834px) {
        .page--concept .post_article #staff .message .text h4 .en::before {
          width: 12px;
          height: 14px;
          margin: -0.15em 10px 0 0; } }
      @media print, screen and (min-width: 835px) {
        .page--concept .post_article #staff .message .text h4 .en::before {
          width: 20px;
          height: 23px;
          margin: -0.1em 20px 0 0; } }
  .page--concept .post_article #staff .message .text h4 .jp {
    line-height: 2;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin-block: calc((1em - 1lh) / 2); }
    @media only screen and (max-width: 834px) {
      .page--concept .post_article #staff .message .text h4 .jp {
        font-size: clamp(1.8rem, 5.1020408163vw, 2rem); } }
    @media print, screen and (min-width: 835px) {
      .page--concept .post_article #staff .message .text h4 .jp {
        font-size: clamp(2.8rem, 2.5769506084vw, 3.6rem); } }
    .page--concept .post_article #staff .message .text h4 .jp span {
      color: #DB0000; }
  .page--concept .post_article #staff .message .text p {
    line-height: 2;
    font-weight: 500;
    letter-spacing: 0.1em;
    margin-block: calc((1em - 1lh) / 2); }
    @media only screen and (max-width: 834px) {
      .page--concept .post_article #staff .message .text p {
        font-size: clamp(1.4rem, 4.0816326531vw, 1.6rem); } }
    @media print, screen and (min-width: 835px) {
      .page--concept .post_article #staff .message .text p {
        font-size: clamp(1.8rem, 1.4316392269vw, 2rem); } }
    .page--concept .post_article #staff .message .text p.name {
      font-weight: 700;
      text-align: right; }
      @media only screen and (max-width: 834px) {
        .page--concept .post_article #staff .message .text p.name {
          line-height: 1.5;
          margin-top: 30px;
          font-size: clamp(1.8rem, 5.1020408163vw, 2rem); } }
      @media print, screen and (min-width: 835px) {
        .page--concept .post_article #staff .message .text p.name {
          line-height: 1.66;
          margin-top: 65px;
          font-size: clamp(2rem, 1.7179670723vw, 2.4rem); } }
  @media print, screen and (min-width: 835px) {
    .page--concept .post_article #staff .message figure {
      width: 50vw;
      flex-shrink: 0;
      margin-right: 80px; } }
  @media only screen and (min-width: 835px) and (min-width: 835px) and (max-width: 1219px) {
    .page--concept .post_article #staff .message figure {
      margin-right: 30px; } }

  .page--concept .post_article #staff .message figure img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0 auto; }
  @media print, screen and (min-width: 835px) {
    .page--concept .post_article #staff .swiper-container {
      display: block;
      max-width: 1380px;
      margin: 0 auto; } }
  @media only screen and (min-width: 835px) and (max-width: 834px) {
    .page--concept .post_article #staff .swiper-container {
      padding: 0 20px; } }
  @media only screen and (min-width: 835px) and (min-width: 835px) and (max-width: 1219px) {
    .page--concept .post_article #staff .swiper-container {
      padding: 0 30px; } }
  @media print, screen and (min-width: 835px) and (min-width: 1220px) {
    .page--concept .post_article #staff .swiper-container {
      padding: 0 30px; } }

  @media print, screen and (min-width: 835px) {
    .page--concept .post_article #staff .swiper-container .swiper-wrapper {
      display: flex;
      justify-content: center;
      flex-wrap: wrap; } }
  @media only screen and (max-width: 834px) {
    .page--concept .post_article #staff .swiper-container .swiper-wrapper .swiper-slide {
      /*
      width: calc(50% - 7.5px);
      &:nth-child(odd) {
        margin-right: 15px;
      }
      &:nth-child(n+3) {
        margin-top: 40px;
      }
      */ } }
  @media only screen and (min-width: 835px) and (max-width: 1219px) {
    .page--concept .post_article #staff .swiper-container .swiper-wrapper .swiper-slide {
      width: calc(100% / 4 - 30px * 3 / 4);
      margin: 0 20px;
      /*
      &:not(:nth-child(4n)) {
        margin-right: 30px;
      }
      &:nth-child(n+5) {
        margin-top: 45px;
      }
      */ }
      .page--concept .post_article #staff .swiper-container .swiper-wrapper .swiper-slide:nth-child(n+4) {
        margin-top: 45px; } }
  @media print, screen and (min-width: 1220px) {
    .page--concept .post_article #staff .swiper-container .swiper-wrapper .swiper-slide {
      width: calc(100% / 4 - 40px * 3 / 4); }
      .page--concept .post_article #staff .swiper-container .swiper-wrapper .swiper-slide:not(:nth-child(4n)) {
        margin-right: 40px; }
      .page--concept .post_article #staff .swiper-container .swiper-wrapper .swiper-slide:nth-child(n+5) {
        margin-top: 45px; } }
  @media only screen and (max-width: 834px) {
    .page--concept .post_article #staff .swiper-container .swiper-wrapper .swiper-slide figure {
      margin-bottom: 20px; } }
  @media print, screen and (min-width: 835px) {
    .page--concept .post_article #staff .swiper-container .swiper-wrapper .swiper-slide figure {
      margin-bottom: 30px; } }
  .page--concept .post_article #staff .swiper-container .swiper-wrapper .swiper-slide figure img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    border-radius: 50%; }
  .page--concept .post_article #staff .swiper-container .swiper-wrapper .swiper-slide dl dt,
  .page--concept .post_article #staff .swiper-container .swiper-wrapper .swiper-slide dl dd {
    line-height: 1.5;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-align: center;
    margin-block: calc((1em - 1lh) / 2); }
  .page--concept .post_article #staff .swiper-container .swiper-wrapper .swiper-slide dl dt {
    margin-bottom: 7px; }
    @media only screen and (max-width: 834px) {
      .page--concept .post_article #staff .swiper-container .swiper-wrapper .swiper-slide dl dt {
        font-size: clamp(1.4rem, 4.0816326531vw, 1.6rem); } }
    @media print, screen and (min-width: 835px) {
      .page--concept .post_article #staff .swiper-container .swiper-wrapper .swiper-slide dl dt {
        font-size: clamp(1.8rem, 1.4316392269vw, 2rem); } }
    .page--concept .post_article #staff .swiper-container .swiper-wrapper .swiper-slide dl dt span {
      font-family: "Staatliches", sans-serif;
      font-weight: 400;
      font-style: normal;
      line-height: 1.25;
      color: #DB0000;
      display: block;
      margin-block: calc((1em - 1lh) / 2); }
      @media only screen and (max-width: 834px) {
        .page--concept .post_article #staff .swiper-container .swiper-wrapper .swiper-slide dl dt span {
          margin-bottom: 8px;
          font-size: clamp(1.8rem, 5.1020408163vw, 2rem); } }
      @media print, screen and (min-width: 835px) {
        .page--concept .post_article #staff .swiper-container .swiper-wrapper .swiper-slide dl dt span {
          margin-bottom: 15px;
          font-size: clamp(2rem, 1.7179670723vw, 2.4rem); } }
      .page--concept .post_article #staff .swiper-container .swiper-wrapper .swiper-slide dl dt span::after {
        width: 20px;
        height: 2px;
        content: "";
        background: #DB0000;
        display: block;
        margin: 0 auto; }
        @media only screen and (max-width: 834px) {
          .page--concept .post_article #staff .swiper-container .swiper-wrapper .swiper-slide dl dt span::after {
            margin-top: 1px; } }
        @media print, screen and (min-width: 835px) {
          .page--concept .post_article #staff .swiper-container .swiper-wrapper .swiper-slide dl dt span::after {
            margin-top: 5px; } }
  @media only screen and (max-width: 834px) {
    .page--concept .post_article #staff .swiper-container .swiper-wrapper .swiper-slide dl dd {
      font-size: clamp(1.2rem, 3.0612244898vw, 1.2rem); } }
  @media print, screen and (min-width: 835px) {
    .page--concept .post_article #staff .swiper-container .swiper-wrapper .swiper-slide dl dd {
      font-size: clamp(1.4rem, 1.0021474588vw, 1.4rem); } }
  @media only screen and (max-width: 834px) {
    .page--concept .post_article #detail {
      margin-bottom: 155px; } }
  @media print, screen and (min-width: 835px) {
    .page--concept .post_article #detail {
      margin-bottom: 235px; } }
  .page--concept .post_article #detail h2 {
    display: flex;
    align-items: center;
    background: #EDEDED; }
    @media only screen and (max-width: 834px) {
      .page--concept .post_article #detail h2 {
        min-height: 260px;
        padding: 20px;
        margin-bottom: 100px; } }
    @media print, screen and (min-width: 835px) {
      .page--concept .post_article #detail h2 {
        min-height: 420px;
        padding: 30px;
        margin-bottom: 180px; } }
    .page--concept .post_article #detail h2 .container {
      width: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center; }
      @media print, screen and (min-width: 835px) {
        .page--concept .post_article #detail h2 .container {
          max-width: 1320px;
          margin: 0 auto; } }
      .page--concept .post_article #detail h2 .container .en {
        font-family: "Staatliches", sans-serif;
        font-weight: 400;
        font-style: normal;
        line-height: 1.25;
        color: #DB0000;
        letter-spacing: 0.05em;
        margin-block: calc((1em - 1lh) / 2);
        display: flex;
        align-items: center; }
        @media only screen and (max-width: 834px) {
          .page--concept .post_article #detail h2 .container .en {
            margin-bottom: 30px;
            font-size: clamp(2.4rem, 6.1224489796vw, 2.4rem); } }
        @media print, screen and (min-width: 835px) {
          .page--concept .post_article #detail h2 .container .en {
            margin-bottom: 40px;
            font-size: clamp(3.2rem, 2.2906227631vw, 3.2rem); } }
        .page--concept .post_article #detail h2 .container .en::before {
          height: 1px;
          content: "";
          background: #DB0000;
          display: block;
          flex-shrink: 0;
          margin-right: 15px; }
          @media only screen and (max-width: 834px) {
            .page--concept .post_article #detail h2 .container .en::before {
              width: 20px; } }
          @media print, screen and (min-width: 835px) {
            .page--concept .post_article #detail h2 .container .en::before {
              width: 80px; } }
      .page--concept .post_article #detail h2 .container .jp {
        line-height: 1.5;
        font-weight: 700;
        letter-spacing: 0.1em;
        margin-block: calc((1em - 1lh) / 2); }
        @media only screen and (max-width: 834px) {
          .page--concept .post_article #detail h2 .container .jp {
            font-size: clamp(2rem, 6.1224489796vw, 2.4rem); } }
        @media print, screen and (min-width: 835px) {
          .page--concept .post_article #detail h2 .container .jp {
            font-size: clamp(4.4rem, 3.4359341446vw, 4.8rem); } }
        .page--concept .post_article #detail h2 .container .jp span {
          color: #DB0000; }
  @media only screen and (max-width: 834px) {
    .page--concept .post_article #detail section:nth-of-type(n+2) {
      margin-top: 100px; } }
  @media print, screen and (min-width: 835px) {
    .page--concept .post_article #detail section:nth-of-type(n+2) {
      margin-top: 180px; } }
  .page--concept .post_article #detail section .mod__heading4 {
    text-align: center;
    justify-content: flex-start;
    margin: 0 auto; }
    @media only screen and (max-width: 834px) {
      .page--concept .post_article #detail section .mod__heading4 {
        width: calc(100% - 40px);
        padding: 5px 20px;
        margin-bottom: 80px;
        font-size: clamp(1.8rem, 5.612244898vw, 2.2rem); } }
    @media print, screen and (min-width: 835px) {
      .page--concept .post_article #detail section .mod__heading4 {
        width: calc(100% - 60px);
        max-width: 1320px;
        min-height: 80px;
        padding: 10px 40px;
        margin-bottom: 140px;
        font-size: clamp(3.2rem, 2.8632784538vw, 4rem); } }
  @media print, screen and (min-width: 835px) {
    .page--concept .post_article #detail section > ul > li {
      display: flex;
      justify-content: flex-end;
      position: relative; }
      .page--concept .post_article #detail section > ul > li:nth-child(odd) {
        flex-direction: row-reverse; }
        .page--concept .post_article #detail section > ul > li:nth-child(odd) .text {
          padding-right: 30px; }
        .page--concept .post_article #detail section > ul > li:nth-child(odd) > figure {
          margin-right: 80px; } }
      @media only screen and (min-width: 835px) and (min-width: 835px) and (max-width: 1219px) {
        .page--concept .post_article #detail section > ul > li:nth-child(odd) > figure {
          margin-right: 30px; } }
  @media print, screen and (min-width: 835px) {
      .page--concept .post_article #detail section > ul > li:nth-child(even) {
        flex-direction: row; }
        .page--concept .post_article #detail section > ul > li:nth-child(even) .text {
          padding-left: 30px; }
        .page--concept .post_article #detail section > ul > li:nth-child(even) > figure {
          margin-left: 80px; } }
      @media only screen and (min-width: 835px) and (min-width: 835px) and (max-width: 1219px) {
        .page--concept .post_article #detail section > ul > li:nth-child(even) > figure {
          margin-left: 30px; } }

  @media only screen and (max-width: 834px) {
    .page--concept .post_article #detail section > ul > li:nth-child(n+2) {
      margin-top: 80px; } }
  @media print, screen and (min-width: 835px) {
    .page--concept .post_article #detail section > ul > li:nth-child(n+2) {
      margin-top: 140px; } }
  @media only screen and (max-width: 834px) {
    .page--concept .post_article #detail section > ul > li .text {
      padding: 0 20px;
      margin-bottom: 40px; } }
  @media print, screen and (min-width: 835px) {
    .page--concept .post_article #detail section > ul > li .text {
      max-width: 610px;
      padding-top: 3px; } }
  @media only screen and (max-width: 834px) {
    .page--concept .post_article #detail section > ul > li .text h4 {
      margin-bottom: 25px; } }
  @media print, screen and (min-width: 835px) {
    .page--concept .post_article #detail section > ul > li .text h4 {
      margin-bottom: 40px; } }
  .page--concept .post_article #detail section > ul > li .text h4 .en {
    font-family: "Staatliches", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.25;
    color: #DB0000;
    letter-spacing: 0.05em;
    display: flex;
    align-items: center;
    margin-block: calc((1em - 1lh) / 2); }
    @media only screen and (max-width: 834px) {
      .page--concept .post_article #detail section > ul > li .text h4 .en {
        margin-bottom: 20px;
        font-size: clamp(1.8rem, 5.1020408163vw, 2rem); } }
    @media print, screen and (min-width: 835px) {
      .page--concept .post_article #detail section > ul > li .text h4 .en {
        margin-bottom: 32px;
        font-size: clamp(1.8rem, 1.4316392269vw, 2rem); } }
    .page--concept .post_article #detail section > ul > li .text h4 .en::before {
      content: "";
      background: url("../images/common/icon-ellipse.svg") no-repeat left top/contain;
      display: block;
      flex-shrink: 0; }
      @media only screen and (max-width: 834px) {
        .page--concept .post_article #detail section > ul > li .text h4 .en::before {
          width: 12px;
          height: 14px;
          margin: -0.15em 10px 0 0; } }
      @media print, screen and (min-width: 835px) {
        .page--concept .post_article #detail section > ul > li .text h4 .en::before {
          width: 20px;
          height: 23px;
          margin: -0.1em 20px 0 0; } }
  .page--concept .post_article #detail section > ul > li .text h4 .jp {
    line-height: 2;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin-block: calc((1em - 1lh) / 2); }
    @media only screen and (max-width: 834px) {
      .page--concept .post_article #detail section > ul > li .text h4 .jp {
        font-size: clamp(1.8rem, 5.1020408163vw, 2rem); } }
    @media print, screen and (min-width: 835px) {
      .page--concept .post_article #detail section > ul > li .text h4 .jp {
        font-size: clamp(2.8rem, 2.5769506084vw, 3.6rem); } }
    .page--concept .post_article #detail section > ul > li .text h4 .jp span {
      color: #DB0000; }
  .page--concept .post_article #detail section > ul > li .text p {
    line-height: 2;
    font-weight: 500;
    letter-spacing: 0.1em;
    margin-block: calc((1em - 1lh) / 2); }
    @media only screen and (max-width: 834px) {
      .page--concept .post_article #detail section > ul > li .text p {
        font-size: clamp(1.4rem, 4.0816326531vw, 1.6rem); } }
    @media print, screen and (min-width: 835px) {
      .page--concept .post_article #detail section > ul > li .text p {
        font-size: clamp(1.8rem, 1.4316392269vw, 2rem); } }
  @media only screen and (max-width: 834px) {
    .page--concept .post_article #detail section > ul > li .text ul {
      margin-top: 40px; } }
  @media print, screen and (min-width: 835px) {
    .page--concept .post_article #detail section > ul > li .text ul {
      margin-top: 60px; } }
  .page--concept .post_article #detail section > ul > li .text ul li {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .page--concept .post_article #detail section > ul > li .text ul li:nth-child(n+2) {
      margin-top: 20px; }
    @media only screen and (max-width: 834px) {
      .page--concept .post_article #detail section > ul > li .text ul li figure {
        width: 23.8806%; } }
    @media print, screen and (min-width: 835px) {
      .page--concept .post_article #detail section > ul > li .text ul li figure {
        width: 21.2121%; } }
    .page--concept .post_article #detail section > ul > li .text ul li figure img {
      display: block;
      width: 100%;
      max-width: 100%;
      height: auto;
      margin: 0 auto; }
    @media only screen and (max-width: 834px) {
      .page--concept .post_article #detail section > ul > li .text ul li dl {
        width: calc(76.1194% - 20px); } }
    @media print, screen and (min-width: 835px) {
      .page--concept .post_article #detail section > ul > li .text ul li dl {
        width: calc(78.7879% - 30px); } }
    .page--concept .post_article #detail section > ul > li .text ul li dl dt {
      color: #DB0000;
      font-weight: 700;
      border-bottom: 1px solid #C0C0C0; }
      @media only screen and (max-width: 834px) {
        .page--concept .post_article #detail section > ul > li .text ul li dl dt {
          line-height: 1.5;
          padding-bottom: 5px;
          margin-bottom: 5px;
          font-size: clamp(1.4rem, 4.0816326531vw, 1.6rem); } }
      @media print, screen and (min-width: 835px) {
        .page--concept .post_article #detail section > ul > li .text ul li dl dt {
          line-height: 1.2;
          padding-bottom: 12px;
          margin-bottom: 12px;
          font-size: clamp(1.8rem, 1.4316392269vw, 2rem); } }
    .page--concept .post_article #detail section > ul > li .text ul li dl dd {
      font-weight: 500; }
      @media only screen and (max-width: 834px) {
        .page--concept .post_article #detail section > ul > li .text ul li dl dd {
          line-height: 1.28571;
          font-size: clamp(1.2rem, 3.5714285714vw, 1.4rem); } }
      @media print, screen and (min-width: 835px) {
        .page--concept .post_article #detail section > ul > li .text ul li dl dd {
          line-height: 1.5;
          font-size: clamp(1.4rem, 1.1453113815vw, 1.6rem); } }
  @media print, screen and (min-width: 835px) {
    .page--concept .post_article #detail section > ul > li > figure {
      width: 50vw;
      flex-shrink: 0; } }
  .page--concept .post_article #detail section > ul > li > figure img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0 auto; }

/* ///////////////////////////////////////////
  value.scss
  変数・mixinに関する設定
/////////////////////////////////////////// */
/*====================================
  カラー
=====================================*/
/*===================================*/
/*====================================
  画像
=====================================*/
/*====================================
  font
=====================================*/
/*
@mixin special-gothic-expanded-one-R {
  font-family: "Special Gothic Expanded One", sans-serif;
  font-weight: 400;
  font-style: normal;
}
*/
/*====================================
  基本設定
=====================================*/
/* /////////////////////////////////
可変サイズ指定
・フォント（font-size）
・マージン（margin）
・パディング（padding）
・幅（width）
・高さ（height）
///////////////////////////////// */
/*
サイズとビューポートに基づいてvwを計算するための関数
ビューポート幅にスクロールバーの幅を加えることにより、ビューポートの実際の表示可能な幅を考慮
*/
/*
ピクセル単位のサイズ ($px) を rem 単位に変換するための関数
*/
/*====================================
  レイアウト・パーツ
=====================================*/
:root {
  --leading-trim: calc((1em - 1lh) / 2); }

/* /////////////////////////////////
  Media Queries
///////////////////////////////// */
/* /////////////////////////////////////////////////////////
  お問い合わせ
///////////////////////////////////////////////////////// */
.page--contact .post_article {
  /* ======================
  パンくずリスト
  ====================== */
  /* ======================
  お問い合わせ
  ====================== */ }
  @media only screen and (max-width: 834px) {
    .page--contact .post_article {
      margin-bottom: 185px; } }
  @media print, screen and (min-width: 835px) {
    .page--contact .post_article {
      margin-bottom: 375px; } }
  .page--contact .post_article .mod__breadcrumb {
    margin-bottom: 75px !important; }
  .page--contact .post_article #contact {
    /*
    background: $baseColor;
    margin: 0 auto;
    @include smartphone {
      width: calc(100% - 40px);
      padding: 40px 20px;
      border-radius: 20px;
      margin-bottom: 120px;
    }
    @include screen {
      width: calc(100% - 60px);
      max-width: 1200px;
      padding: 60px 30px 145px 30px;
      border-radius: 40px;
      margin-bottom: 160px;
    }
    */
    display: block;
    max-width: 1060px;
    margin: 0 auto;
    /* 冒頭文 */
    /* LINE */
    /* パンフレット無料プレゼント！ */
    /* メールフォーム */ }
    @media only screen and (max-width: 834px) {
      .page--contact .post_article #contact {
        padding: 0 20px; } }
    @media only screen and (min-width: 835px) and (max-width: 1219px) {
      .page--contact .post_article #contact {
        padding: 0 30px; } }
    @media print, screen and (min-width: 1220px) {
      .page--contact .post_article #contact {
        padding: 0 30px; } }
    .page--contact .post_article #contact .intro {
      line-height: 2;
      font-weight: 700;
      letter-spacing: 0.1em;
      margin-block: calc((1em - 1lh) / 2); }
      @media only screen and (max-width: 834px) {
        .page--contact .post_article #contact .intro {
          margin-bottom: 30px;
          font-size: clamp(1.4rem, 4.0816326531vw, 1.6rem); } }
      @media print, screen and (min-width: 835px) {
        .page--contact .post_article #contact .intro {
          text-align: center;
          margin-bottom: 50px;
          font-size: clamp(1.4rem, 1.1453113815vw, 1.6rem); } }
    .page--contact .post_article #contact .line {
      line-height: 1.2727;
      color: #333;
      font-weight: 700;
      letter-spacing: 0.05em;
      text-decoration: none;
      display: block;
      background: #EFFFE8;
      border: 1px solid #51BE35;
      border-radius: 4px;
      position: relative;
      transition: all .2s ease-out; }
      @media only screen and (max-width: 834px) {
        .page--contact .post_article #contact .line {
          max-width: 335px;
          min-height: 125px;
          padding: 20px 95px 7px 20px;
          margin: 0 auto 60px auto;
          font-size: clamp(1.6rem, 4.0816326531vw, 1.6rem); } }
      @media print, screen and (min-width: 835px) {
        .page--contact .post_article #contact .line {
          max-width: 600px;
          min-height: 140px;
          text-align: center;
          padding: 27px 155px 20px 35px;
          margin: 0 auto 80px auto;
          font-size: clamp(2.4rem, 1.7179670723vw, 2.4rem); } }
      .page--contact .post_article #contact .line::after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto 0; }
        @media only screen and (max-width: 834px) {
          .page--contact .post_article #contact .line::after {
            width: 88px;
            height: 97px;
            background: url("../images/contact/line-image-sp.svg") no-repeat left top/contain;
            right: 12px; } }
        @media print, screen and (min-width: 835px) {
          .page--contact .post_article #contact .line::after {
            width: 128px;
            height: 116px;
            background: url("../images/contact/line-image-pc.svg") no-repeat left top/contain;
            right: 25px; } }
      .page--contact .post_article #contact .line:hover {
        opacity: 0.9; }
      .page--contact .post_article #contact .line > span {
        letter-spacing: 0.1em; }
        @media only screen and (max-width: 834px) {
          .page--contact .post_article #contact .line > span {
            font-size: clamp(2.2rem, 5.612244898vw, 2.2rem); } }
        @media print, screen and (min-width: 835px) {
          .page--contact .post_article #contact .line > span {
            font-size: clamp(2.8rem, 2.0042949177vw, 2.8rem); } }
        .page--contact .post_article #contact .line > span:nth-of-type(1) {
          color: #FFF;
          text-align: center;
          letter-spacing: 0.05em;
          display: inline-block;
          background: #51BE35;
          border-radius: 2px; }
          @media only screen and (max-width: 834px) {
            .page--contact .post_article #contact .line > span:nth-of-type(1) {
              padding: 3px 8px 3px 10px;
              margin: 0 5px 5px 0;
              font-size: clamp(1.6rem, 4.0816326531vw, 1.6rem); } }
          @media print, screen and (min-width: 835px) {
            .page--contact .post_article #contact .line > span:nth-of-type(1) {
              padding: 5px 12px 5px 15px;
              margin: 0 10px 10px 0;
              font-size: clamp(2.2rem, 1.5748031496vw, 2.2rem); } }
        .page--contact .post_article #contact .line > span span {
          color: #51BE35; }
    .page--contact .post_article #contact .pamphlet {
      background: #F8F8F8; }
      @media only screen and (max-width: 834px) {
        .page--contact .post_article #contact .pamphlet {
          padding: 40px 20px;
          border-radius: 10px;
          margin-bottom: 60px; } }
      @media print, screen and (min-width: 835px) {
        .page--contact .post_article #contact .pamphlet {
          padding: 60px 30px;
          border-radius: 20px;
          margin-bottom: 80px; } }
      @media only screen and (max-width: 834px) {
        .page--contact .post_article #contact .pamphlet .mod__heading2 {
          margin-bottom: 17px;
          font-size: clamp(2.4rem, 7.1428571429vw, 2.8rem); } }
      @media print, screen and (min-width: 835px) {
        .page--contact .post_article #contact .pamphlet .mod__heading2 {
          margin-bottom: 27px;
          font-size: clamp(2.8rem, 2.2906227631vw, 3.2rem); } }
      .page--contact .post_article #contact .pamphlet .mod__heading2 > span:first-of-type {
        margin-bottom: 5px; }
        @media only screen and (max-width: 834px) {
          .page--contact .post_article #contact .pamphlet .mod__heading2 > span:first-of-type {
            font-size: clamp(2rem, 6.1224489796vw, 2.4rem); } }
        @media print, screen and (min-width: 835px) {
          .page--contact .post_article #contact .pamphlet .mod__heading2 > span:first-of-type {
            font-size: clamp(2.8rem, 2.2906227631vw, 3.2rem); } }
      .page--contact .post_article #contact .pamphlet .mod__heading2 > span:nth-of-type(n+2) {
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 700;
        font-style: normal;
        display: inline; }
      .page--contact .post_article #contact .pamphlet p {
        line-height: 2;
        font-weight: 500;
        letter-spacing: 0.1em;
        margin-block: calc((1em - 1lh) / 2); }
        @media only screen and (max-width: 834px) {
          .page--contact .post_article #contact .pamphlet p {
            margin-bottom: 20px;
            font-size: clamp(1.6rem, 4.0816326531vw, 1.6rem); } }
        @media print, screen and (min-width: 835px) {
          .page--contact .post_article #contact .pamphlet p {
            text-align: center;
            margin-bottom: 30px;
            font-size: clamp(1.6rem, 1.1453113815vw, 1.6rem); } }
      @media print, screen and (min-width: 835px) {
        .page--contact .post_article #contact .pamphlet figure {
          max-width: 840px;
          margin: 0 auto; } }
      .page--contact .post_article #contact .pamphlet figure img {
        display: block;
        width: 100%;
        max-width: 100%;
        height: auto;
        margin: 0 auto; }
    @media print, screen and (min-width: 835px) {
      .page--contact .post_article #contact #mailform > dl dt:nth-of-type(5) {
        padding-top: 0.15em; } }

/* ///////////////////////////////////////////
  value.scss
  変数・mixinに関する設定
/////////////////////////////////////////// */
/*====================================
  カラー
=====================================*/
/*===================================*/
/*====================================
  画像
=====================================*/
/*====================================
  font
=====================================*/
/*
@mixin special-gothic-expanded-one-R {
  font-family: "Special Gothic Expanded One", sans-serif;
  font-weight: 400;
  font-style: normal;
}
*/
/*====================================
  基本設定
=====================================*/
/* /////////////////////////////////
可変サイズ指定
・フォント（font-size）
・マージン（margin）
・パディング（padding）
・幅（width）
・高さ（height）
///////////////////////////////// */
/*
サイズとビューポートに基づいてvwを計算するための関数
ビューポート幅にスクロールバーの幅を加えることにより、ビューポートの実際の表示可能な幅を考慮
*/
/*
ピクセル単位のサイズ ($px) を rem 単位に変換するための関数
*/
/*====================================
  レイアウト・パーツ
=====================================*/
:root {
  --leading-trim: calc((1em - 1lh) / 2); }

/* /////////////////////////////////
  Media Queries
///////////////////////////////// */
/* /////////////////////////////////////////////////////////
  イベント情報
///////////////////////////////////////////////////////// */
.page--information .post_article {
  /* ======================
  一覧ページ
  ====================== */
  /* ======================
  詳細ページ
  ====================== */
  /* ======================
  人気の記事
  ====================== */ }
  @media only screen and (max-width: 834px) {
    .page--information .post_article {
      margin-bottom: 185px; } }
  @media print, screen and (min-width: 835px) {
    .page--information .post_article {
      margin-bottom: 375px; } }
  .page--information .post_article.home {
    /* パンくずリスト */
    /* カテゴリー */
    /* 記事リスト */
    /* ページネーション */
    /* 人気の記事 */ }
    @media only screen and (max-width: 834px) {
      .page--information .post_article.home .mod__breadcrumb {
        margin-bottom: 45px; } }
    @media print, screen and (min-width: 835px) {
      .page--information .post_article.home .mod__breadcrumb {
        margin-bottom: 90px; } }
    .page--information .post_article.home #category {
      display: block;
      max-width: 1380px;
      margin: 0 auto; }
      @media only screen and (max-width: 834px) {
        .page--information .post_article.home #category {
          padding: 0 20px; } }
      @media only screen and (min-width: 835px) and (max-width: 1219px) {
        .page--information .post_article.home #category {
          padding: 0 30px; } }
      @media print, screen and (min-width: 1220px) {
        .page--information .post_article.home #category {
          padding: 0 30px; } }
      @media only screen and (max-width: 834px) {
        .page--information .post_article.home #category {
          margin-bottom: 40px; } }
      @media print, screen and (min-width: 835px) {
        .page--information .post_article.home #category {
          display: flex;
          justify-content: space-between;
          align-items: center;
          margin-bottom: 80px; } }
      .page--information .post_article.home #category dt {
        font-family: "Staatliches", sans-serif;
        font-weight: 400;
        font-style: normal;
        line-height: 1;
        color: #DB0000; }
        @media only screen and (max-width: 834px) {
          .page--information .post_article.home #category dt {
            margin-bottom: 10px;
            font-size: clamp(2rem, 5.1020408163vw, 2rem); } }
        @media print, screen and (min-width: 835px) {
          .page--information .post_article.home #category dt {
            width: 240px;
            font-size: clamp(2.4rem, 1.7179670723vw, 2.4rem); } }
      @media print, screen and (min-width: 835px) {
        .page--information .post_article.home #category dd {
          width: calc(100% - 240px); } }
      @media only screen and (max-width: 834px) {
        .page--information .post_article.home #category dd form {
          cursor: pointer;
          position: relative; }
          .page--information .post_article.home #category dd form::after {
            width: 10px;
            height: 10px;
            content: "";
            border-right: 2px solid #DB0000;
            border-bottom: 2px solid #DB0000;
            transform: rotate(45deg);
            display: block;
            position: absolute;
            top: 0;
            bottom: 0;
            right: 20px;
            margin: auto 0;
            z-index: 2; }
          .page--information .post_article.home #category dd form select {
            width: 100%;
            height: 50px;
            line-height: 1.3125;
            font-weight: 700;
            letter-spacing: 0.1em;
            text-align: center;
            display: block;
            appearance: none;
            box-shadow: none;
            background: #F5F5F5;
            border: none;
            cursor: pointer;
            border-bottom: 2px solid #DB0000;
            transition: all .2s ease-out;
            font-size: clamp(1.4rem, 3.5714285714vw, 1.4rem); } }
      @media print, screen and (min-width: 835px) {
        .page--information .post_article.home #category dd ul {
          display: flex;
          flex-wrap: wrap; }
          .page--information .post_article.home #category dd ul li {
            width: 100%;
            max-width: 120px;
            line-height: 1.3125;
            font-weight: 700;
            letter-spacing: 0.1em;
            text-align: center;
            margin-right: 20px;
            font-size: clamp(1.2rem, 1.0021474588vw, 1.4rem); }
            .page--information .post_article.home #category dd ul li.current a {
              border-bottom: 2px solid #DB0000; }
            .page--information .post_article.home #category dd ul li a {
              width: 100%;
              color: #333;
              text-align: center;
              text-decoration: none;
              display: flex;
              justify-content: center;
              align-items: center;
              padding-bottom: 7px;
              border-bottom: 2px solid #D9D9D9;
              transition: all .2s ease-out; }
              .page--information .post_article.home #category dd ul li a:hover {
                border-color: #DB0000; } }
    .page--information .post_article.home #article {
      display: block;
      max-width: 1380px;
      margin: 0 auto; }
      @media only screen and (max-width: 834px) {
        .page--information .post_article.home #article {
          padding: 0 20px; } }
      @media only screen and (min-width: 835px) and (max-width: 1219px) {
        .page--information .post_article.home #article {
          padding: 0 30px; } }
      @media print, screen and (min-width: 1220px) {
        .page--information .post_article.home #article {
          padding: 0 30px; } }
      @media print, screen and (min-width: 835px) {
        .page--information .post_article.home #article {
          display: flex;
          flex-wrap: wrap; } }
      @media only screen and (max-width: 834px) {
        .page--information .post_article.home #article li:nth-child(n+2) {
          margin-top: 35px; } }
      @media print, screen and (min-width: 835px) {
        .page--information .post_article.home #article li {
          width: calc(100% / 3 - 30px * 2 / 3); }
          .page--information .post_article.home #article li:not(:nth-child(3n)) {
            margin-right: 30px; }
          .page--information .post_article.home #article li:nth-child(n+4) {
            margin-top: 57px; } }
      .page--information .post_article.home #article li a {
        color: #333;
        text-decoration: none;
        display: block;
        transition: all .2s ease-out; }
        .page--information .post_article.home #article li a:hover {
          /*
          h2 {
            color: $mainColor;
          }
          */ }
          .page--information .post_article.home #article li a:hover figure {
            opacity: 0.9; }
          .page--information .post_article.home #article li a:hover p {
            color: #333; }
            .page--information .post_article.home #article li a:hover p::before {
              background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2235%22%20height%3D%2212%22%20viewBox%3D%220%200%2035%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20y%3D%225%22%20width%3D%2230%22%20height%3D%222%22%20fill%3D%22%23333%22%2F%3E%3Ccircle%20cx%3D%2229%22%20cy%3D%226%22%20r%3D%226%22%20fill%3D%22%23333%22%2F%3E%3C%2Fsvg%3E"); }
        .page--information .post_article.home #article li a figure {
          width: 100%;
          height: 0;
          padding-top: 68.8%;
          display: block;
          overflow: hidden;
          border: 1px solid #F5F5F5;
          position: relative;
          transition: all .2s ease-out; }
          @media only screen and (max-width: 834px) {
            .page--information .post_article.home #article li a figure {
              margin-bottom: 15px; } }
          @media print, screen and (min-width: 835px) {
            .page--information .post_article.home #article li a figure {
              margin-bottom: 20px; } }
          .page--information .post_article.home #article li a figure img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
            z-index: 2; }
        .page--information .post_article.home #article li a time,
        .page--information .post_article.home #article li a i {
          line-height: 1.3125;
          letter-spacing: 0.05em;
          transition: all .2s ease-out; }
        .page--information .post_article.home #article li a time {
          font-family: "Staatliches", sans-serif;
          font-weight: 400;
          font-style: normal;
          line-height: 1.3125;
          margin-right: 5px; }
          @media only screen and (max-width: 834px) {
            .page--information .post_article.home #article li a time {
              font-size: clamp(1.6rem, 4.0816326531vw, 1.6rem); } }
          @media print, screen and (min-width: 835px) {
            .page--information .post_article.home #article li a time {
              font-size: clamp(1.6rem, 1.1453113815vw, 1.6rem); } }
        .page--information .post_article.home #article li a i {
          color: #DB0000;
          font-style: normal;
          font-weight: 700;
          text-align: center;
          display: inline-flex;
          justify-content: center;
          align-items: center;
          border: 1px solid #DB0000; }
          @media only screen and (max-width: 834px) {
            .page--information .post_article.home #article li a i {
              min-height: 25px;
              padding: 1px 10px;
              margin-bottom: 12px;
              font-size: clamp(1.2rem, 3.0612244898vw, 1.2rem); } }
          @media print, screen and (min-width: 835px) {
            .page--information .post_article.home #article li a i {
              min-height: 30px;
              padding: 3px 12px;
              margin-bottom: 17px;
              font-size: clamp(1.6rem, 1.1453113815vw, 1.6rem); } }
        .page--information .post_article.home #article li a h2 {
          line-height: 1.5;
          color: #333;
          font-weight: 700;
          letter-spacing: 0.1em;
          margin-block: calc((1em - 1lh) / 2);
          transition: all .2s ease-out; }
          @media only screen and (max-width: 834px) {
            .page--information .post_article.home #article li a h2 {
              margin-bottom: 10px;
              font-size: clamp(1.4rem, 4.0816326531vw, 1.6rem); } }
          @media print, screen and (min-width: 835px) {
            .page--information .post_article.home #article li a h2 {
              margin-bottom: 32px;
              font-size: clamp(1.8rem, 1.4316392269vw, 2rem); } }
        .page--information .post_article.home #article li a p {
          font-family: "Staatliches", sans-serif;
          font-weight: 400;
          font-style: normal;
          line-height: 1;
          color: #DB0000;
          letter-spacing: 0.05em;
          text-align: right;
          display: flex;
          justify-content: flex-end;
          align-items: center;
          transition: all .2s ease-out; }
          @media only screen and (max-width: 834px) {
            .page--information .post_article.home #article li a p {
              font-size: clamp(1.6rem, 4.0816326531vw, 1.6rem); } }
          @media print, screen and (min-width: 835px) {
            .page--information .post_article.home #article li a p {
              font-size: clamp(1.6rem, 1.1453113815vw, 1.6rem); } }
          .page--information .post_article.home #article li a p::before {
            width: 21px;
            height: 8px;
            content: "";
            background: url("../images/common/icon-button.svg") no-repeat left top/contain;
            display: block;
            flex-shrink: 0;
            margin-right: 10px; }
    @media only screen and (max-width: 834px) {
      .page--information .post_article.home .mod__pagination {
        margin-top: 55px; } }
    @media print, screen and (min-width: 835px) {
      .page--information .post_article.home .mod__pagination {
        margin-top: 75px; } }
    @media only screen and (max-width: 834px) {
      .page--information .post_article.home #popularity {
        margin: 140px auto 165px auto !important; } }
    @media print, screen and (min-width: 835px) {
      .page--information .post_article.home #popularity {
        margin: 205px auto 235px auto !important; } }
  .page--information .post_article.post {
    /* パンくずリスト */
    /* 記事詳細 */
    /* イベントを予約する */
    /* 人気の記事 */ }
    .page--information .post_article.post .mod__breadcrumb {
      margin-bottom: 75px !important; }
    .page--information .post_article.post article {
      display: block;
      max-width: 1380px;
      margin: 0 auto; }
      @media only screen and (max-width: 834px) {
        .page--information .post_article.post article {
          padding: 0 20px; } }
      @media only screen and (min-width: 835px) and (max-width: 1219px) {
        .page--information .post_article.post article {
          padding: 0 30px; } }
      @media print, screen and (min-width: 1220px) {
        .page--information .post_article.post article {
          padding: 0 30px; } }
      .page--information .post_article.post article time {
        line-height: 1;
        font-weight: 700;
        letter-spacing: 0.1em;
        display: block; }
        @media only screen and (max-width: 834px) {
          .page--information .post_article.post article time {
            margin-bottom: 20px;
            font-size: clamp(1.2rem, 3.0612244898vw, 1.2rem); } }
        @media print, screen and (min-width: 835px) {
          .page--information .post_article.post article time {
            margin-bottom: 40px;
            font-size: clamp(1.4rem, 1.0021474588vw, 1.4rem); } }
      .page--information .post_article.post article > i {
        line-height: 1.3125;
        color: #DB0000;
        font-style: normal;
        font-weight: 700;
        letter-spacing: 0.05em;
        text-align: center;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        border: 1px solid #DB0000; }
        @media only screen and (max-width: 834px) {
          .page--information .post_article.post article > i {
            min-height: 25px;
            padding: 1px 10px;
            margin-bottom: 16px;
            font-size: clamp(1.2rem, 3.0612244898vw, 1.2rem); } }
        @media print, screen and (min-width: 835px) {
          .page--information .post_article.post article > i {
            min-height: 30px;
            padding: 3px 12px;
            margin-bottom: 32px;
            font-size: clamp(1.6rem, 1.1453113815vw, 1.6rem); } }
      .page--information .post_article.post article h1 {
        line-height: 1.5;
        font-weight: 700;
        letter-spacing: 0.05em;
        margin-block: calc((1em - 1lh) / 2); }
        @media only screen and (max-width: 834px) {
          .page--information .post_article.post article h1 {
            margin-bottom: 25px;
            font-size: clamp(1.8rem, 5.1020408163vw, 2rem); } }
        @media print, screen and (min-width: 835px) {
          .page--information .post_article.post article h1 {
            margin-bottom: 90px;
            font-size: clamp(3.6rem, 2.8632784538vw, 4rem); } }
      .page--information .post_article.post article .eyecatch {
        border: 1px solid #F5F5F5; }
        @media only screen and (max-width: 834px) {
          .page--information .post_article.post article .eyecatch {
            margin-bottom: 60px; } }
        @media print, screen and (min-width: 835px) {
          .page--information .post_article.post article .eyecatch {
            max-width: 875px;
            margin: 0 auto 80px auto; } }
        .page--information .post_article.post article .eyecatch img {
          display: block;
          width: 100%;
          max-width: 100%;
          height: auto;
          margin: 0 auto; }
      .page--information .post_article.post article .wp-block-image {
        display: block;
        overflow: hidden; }
        @media only screen and (max-width: 834px) {
          .page--information .post_article.post article .wp-block-image {
            margin-bottom: 60px; } }
        @media print, screen and (min-width: 835px) {
          .page--information .post_article.post article .wp-block-image {
            margin-bottom: 80px; } }
        .page--information .post_article.post article .wp-block-image figure {
          width: 100%;
          display: flex;
          overflow: hidden; }
          .page--information .post_article.post article .wp-block-image figure.alignleft {
            justify-content: flex-start; }
          .page--information .post_article.post article .wp-block-image figure.aligncenter {
            justify-content: center; }
          .page--information .post_article.post article .wp-block-image figure.alignright {
            justify-content: flex-end; }
        .page--information .post_article.post article .wp-block-image img {
          max-width: 100%;
          height: auto;
          display: block;
          border: 1px solid #F5F5F5; }
      @media only screen and (max-width: 834px) {
        .page--information .post_article.post article .tb {
          border: 1px solid #D9D9D9;
          margin-bottom: 60px; } }
      @media print, screen and (min-width: 835px) {
        .page--information .post_article.post article .tb {
          display: flex;
          justify-content: space-between;
          margin-bottom: 75px; } }
      .page--information .post_article.post article .tb dl {
        display: flex;
        flex-wrap: wrap;
        background: #FFF; }
        @media only screen and (max-width: 834px) {
          .page--information .post_article.post article .tb dl:nth-of-type(n+2) {
            border-top: 1px solid #D9D9D9; } }
        @media print, screen and (min-width: 835px) {
          .page--information .post_article.post article .tb dl {
            width: calc(50% - 10px);
            border: 1px solid #D9D9D9; } }
        .page--information .post_article.post article .tb dl dt,
        .page--information .post_article.post article .tb dl dd {
          display: flex;
          align-items: center; }
          @media only screen and (max-width: 834px) {
            .page--information .post_article.post article .tb dl dt,
            .page--information .post_article.post article .tb dl dd {
              min-height: 30px;
              line-height: 1.28571;
              font-size: clamp(1.2rem, 3.5714285714vw, 1.4rem); } }
          @media print, screen and (min-width: 835px) {
            .page--information .post_article.post article .tb dl dt,
            .page--information .post_article.post article .tb dl dd {
              min-height: 60px;
              line-height: 1.3125;
              letter-spacing: 0.05em;
              font-size: clamp(1.4rem, 1.1453113815vw, 1.6rem); } }
          .page--information .post_article.post article .tb dl dt:nth-of-type(n+2),
          .page--information .post_article.post article .tb dl dd:nth-of-type(n+2) {
            border-top: 1px solid #D9D9D9; }
        .page--information .post_article.post article .tb dl dt {
          color: #FFF;
          font-weight: 700;
          text-align: center;
          justify-content: center;
          background: #333;
          border-right: 1px solid #D9D9D9; }
          @media only screen and (max-width: 834px) {
            .page--information .post_article.post article .tb dl dt {
              width: 80px;
              padding: 3px; } }
          @media print, screen and (min-width: 835px) {
            .page--information .post_article.post article .tb dl dt {
              width: 120px;
              padding: 10px; } }
        .page--information .post_article.post article .tb dl dd {
          font-weight: 500; }
          @media only screen and (max-width: 834px) {
            .page--information .post_article.post article .tb dl dd {
              width: calc(100% - 80px);
              padding: 3px 10px; } }
          @media print, screen and (min-width: 835px) {
            .page--information .post_article.post article .tb dl dd {
              width: calc(100% - 120px);
              padding: 10px 20px; } }
      .page--information .post_article.post article h2,
      .page--information .post_article.post article h2.wp-block-heading,
      .page--information .post_article.post article h3,
      .page--information .post_article.post article h3.wp-block-heading {
        font-weight: 700;
        letter-spacing: 0.1em;
        display: flex;
        padding: 0;
        margin-block: calc((1em - 1lh) / 2);
        border-left: unset; }
        .page--information .post_article.post article h2::before,
        .page--information .post_article.post article h2.wp-block-heading::before,
        .page--information .post_article.post article h3::before,
        .page--information .post_article.post article h3.wp-block-heading::before {
          height: 2px;
          content: "";
          background: #DB0000;
          display: block;
          flex-shrink: 0; }
      .page--information .post_article.post article h2,
      .page--information .post_article.post article h2.wp-block-heading {
        line-height: 1.25; }
        @media only screen and (max-width: 834px) {
          .page--information .post_article.post article h2,
          .page--information .post_article.post article h2.wp-block-heading {
            margin-bottom: 22px;
            font-size: clamp(1.8rem, 5.1020408163vw, 2rem); } }
        @media print, screen and (min-width: 835px) {
          .page--information .post_article.post article h2,
          .page--information .post_article.post article h2.wp-block-heading {
            margin-bottom: 42px;
            font-size: clamp(2.8rem, 2.2906227631vw, 3.2rem); } }
        @media only screen and (max-width: 834px) {
          .page--information .post_article.post article h2::before,
          .page--information .post_article.post article h2.wp-block-heading::before {
            width: 20px;
            margin: 0.65em 10px 0 0; } }
        @media print, screen and (min-width: 835px) {
          .page--information .post_article.post article h2::before,
          .page--information .post_article.post article h2.wp-block-heading::before {
            width: 40px;
            margin: 0.65em 15px 0 0; } }
      .page--information .post_article.post article h3,
      .page--information .post_article.post article h3.wp-block-heading {
        line-height: 1.277; }
        @media only screen and (max-width: 834px) {
          .page--information .post_article.post article h3,
          .page--information .post_article.post article h3.wp-block-heading {
            margin-bottom: 25px;
            font-size: clamp(1.8rem, 4.5918367347vw, 1.8rem); } }
        @media print, screen and (min-width: 835px) {
          .page--information .post_article.post article h3,
          .page--information .post_article.post article h3.wp-block-heading {
            margin-bottom: 42px;
            font-size: clamp(2rem, 1.7179670723vw, 2.4rem); } }
        .page--information .post_article.post article h3::before,
        .page--information .post_article.post article h3.wp-block-heading::before {
          width: 20px;
          margin: 0.65em 10px 0 0; }
      .page--information .post_article.post article p {
        line-height: 2;
        font-weight: 500;
        letter-spacing: 0.05em;
        margin-block: calc((1em - 1lh) / 2); }
        @media only screen and (max-width: 834px) {
          .page--information .post_article.post article p {
            margin-bottom: 47px;
            font-size: clamp(1.6rem, 4.0816326531vw, 1.6rem); } }
        @media print, screen and (min-width: 835px) {
          .page--information .post_article.post article p {
            margin-bottom: 65px;
            font-size: clamp(1.6rem, 1.1453113815vw, 1.6rem); } }
      .page--information .post_article.post article .mod__pager {
        width: 100%;
        margin-top: 70px; }
    .page--information .post_article.post #mailform {
      margin: 0 auto; }
      @media only screen and (max-width: 834px) {
        .page--information .post_article.post #mailform {
          width: calc(100% - 40px);
          margin-top: 120px; } }
      @media print, screen and (min-width: 835px) {
        .page--information .post_article.post #mailform {
          width: calc(100% - 60px);
          max-width: 1000px;
          margin-top: 180px; } }
      @media only screen and (max-width: 834px) {
        .page--information .post_article.post #mailform .mod__heading2 {
          margin-bottom: 25px;
          font-size: clamp(1.8rem, 5.1020408163vw, 2rem); } }
      @media print, screen and (min-width: 835px) {
        .page--information .post_article.post #mailform .mod__heading2 {
          margin-bottom: 35px;
          font-size: clamp(3.2rem, 2.5769506084vw, 3.6rem); } }
      .page--information .post_article.post #mailform .mod__heading2 span {
        margin-bottom: 0; }
        @media only screen and (max-width: 834px) {
          .page--information .post_article.post #mailform .mod__heading2 span {
            margin-top: 12px;
            font-size: clamp(1.2rem, 3.5714285714vw, 1.4rem); } }
        @media print, screen and (min-width: 835px) {
          .page--information .post_article.post #mailform .mod__heading2 span {
            margin-top: 15px;
            font-size: clamp(1.4rem, 1.1453113815vw, 1.6rem); } }
      @media print, screen and (min-width: 835px) {
        .page--information .post_article.post #mailform > dl dd:nth-of-type(5) {
          display: flex;
          justify-content: space-between; } }
      .page--information .post_article.post #mailform > dl dd:nth-of-type(5) > div {
        position: relative; }
        @media only screen and (max-width: 834px) {
          .page--information .post_article.post #mailform > dl dd:nth-of-type(5) > div:nth-of-type(n+2) {
            margin-top: 5px; } }
        @media print, screen and (min-width: 835px) {
          .page--information .post_article.post #mailform > dl dd:nth-of-type(5) > div {
            width: calc(50% - 10px); } }
        .page--information .post_article.post #mailform > dl dd:nth-of-type(5) > div#date-wrap .wpcf7-form-control-wrap, .page--information .post_article.post #mailform > dl dd:nth-of-type(5) > div#time-wrap .wpcf7-form-control-wrap {
          width: 100%; }
        .page--information .post_article.post #mailform > dl dd:nth-of-type(5) > div#date-wrap {
          /*
          &::after {
            width: 28px;
            height: 28px;
            background: url("../images/common/icon-calendar.svg") no-repeat left top / contain;
            right: 10px;
          }
          */ }
          .page--information .post_article.post #mailform > dl dd:nth-of-type(5) > div#date-wrap input[type="text"] {
            cursor: pointer;
            background: url("../images/common/icon-calendar.svg") no-repeat right 10px center/28px #FFF; }
        .page--information .post_article.post #mailform > dl dd:nth-of-type(5) > div#time-wrap {
          cursor: pointer; }
          .page--information .post_article.post #mailform > dl dd:nth-of-type(5) > div#time-wrap::after {
            width: 10px;
            height: 10px;
            border-right: 2px solid #DB0000;
            border-bottom: 2px solid #DB0000;
            transform: rotate(45deg);
            right: 15px; }
          .page--information .post_article.post #mailform > dl dd:nth-of-type(5) > div#time-wrap select {
            cursor: pointer; }
        .page--information .post_article.post #mailform > dl dd:nth-of-type(5) > div::after {
          content: "";
          display: block;
          position: absolute;
          top: 0;
          bottom: 0;
          margin: auto 0;
          z-index: 2; }
    @media only screen and (max-width: 834px) {
      .page--information .post_article.post #popularity {
        margin-top: 175px !important; } }
    @media print, screen and (min-width: 835px) {
      .page--information .post_article.post #popularity {
        margin-top: 250px !important; } }
  .page--information .post_article #popularity {
    display: block;
    max-width: 1380px;
    margin: 0 auto; }
    @media only screen and (max-width: 834px) {
      .page--information .post_article #popularity {
        padding: 0 20px; } }
    @media only screen and (min-width: 835px) and (max-width: 1219px) {
      .page--information .post_article #popularity {
        padding: 0 30px; } }
    @media print, screen and (min-width: 1220px) {
      .page--information .post_article #popularity {
        padding: 0 30px; } }
    @media only screen and (max-width: 834px) {
      .page--information .post_article #popularity .mod__heading1 {
        margin-bottom: 40px; } }
    @media print, screen and (min-width: 835px) {
      .page--information .post_article #popularity .mod__heading1 {
        margin-bottom: 70px; } }
    @media print, screen and (min-width: 835px) {
      .page--information .post_article #popularity ul {
        display: flex;
        flex-wrap: wrap; } }
    @media only screen and (max-width: 834px) {
      .page--information .post_article #popularity ul li:nth-child(n+2) {
        margin-top: 35px; } }
    @media print, screen and (min-width: 835px) {
      .page--information .post_article #popularity ul li {
        width: calc(100% / 3 - 30px * 2 / 3); }
        .page--information .post_article #popularity ul li:not(:nth-child(3n)) {
          margin-right: 30px; }
        .page--information .post_article #popularity ul li:nth-child(n+4) {
          margin-top: 57px; } }
    .page--information .post_article #popularity ul li a {
      color: #333;
      text-decoration: none;
      display: block;
      transition: all .2s ease-out; }
      .page--information .post_article #popularity ul li a:hover {
        /*
        h3 {
          color: $mainColor;
        }
        */ }
        .page--information .post_article #popularity ul li a:hover figure {
          opacity: 0.9; }
        .page--information .post_article #popularity ul li a:hover p {
          color: #333; }
          .page--information .post_article #popularity ul li a:hover p::before {
            background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2235%22%20height%3D%2212%22%20viewBox%3D%220%200%2035%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20y%3D%225%22%20width%3D%2230%22%20height%3D%222%22%20fill%3D%22%23333%22%2F%3E%3Ccircle%20cx%3D%2229%22%20cy%3D%226%22%20r%3D%226%22%20fill%3D%22%23333%22%2F%3E%3C%2Fsvg%3E"); }
      .page--information .post_article #popularity ul li a figure {
        width: 100%;
        height: 0;
        padding-top: 68.8%;
        display: block;
        overflow: hidden;
        border: 1px solid #F5F5F5;
        position: relative;
        transition: all .2s ease-out; }
        @media only screen and (max-width: 834px) {
          .page--information .post_article #popularity ul li a figure {
            margin-bottom: 15px; } }
        @media print, screen and (min-width: 835px) {
          .page--information .post_article #popularity ul li a figure {
            margin-bottom: 20px; } }
        .page--information .post_article #popularity ul li a figure img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          margin: auto;
          z-index: 2; }
      .page--information .post_article #popularity ul li a time,
      .page--information .post_article #popularity ul li a i {
        line-height: 1.3125;
        letter-spacing: 0.05em;
        transition: all .2s ease-out; }
      .page--information .post_article #popularity ul li a time {
        font-family: "Staatliches", sans-serif;
        font-weight: 400;
        font-style: normal;
        line-height: 1.3125;
        margin-right: 5px; }
        @media only screen and (max-width: 834px) {
          .page--information .post_article #popularity ul li a time {
            font-size: clamp(1.6rem, 4.0816326531vw, 1.6rem); } }
        @media print, screen and (min-width: 835px) {
          .page--information .post_article #popularity ul li a time {
            font-size: clamp(1.6rem, 1.1453113815vw, 1.6rem); } }
      .page--information .post_article #popularity ul li a i {
        color: #DB0000;
        font-style: normal;
        font-weight: 700;
        text-align: center;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        border: 1px solid #DB0000; }
        @media only screen and (max-width: 834px) {
          .page--information .post_article #popularity ul li a i {
            min-height: 25px;
            padding: 1px 10px;
            margin-bottom: 12px;
            font-size: clamp(1.2rem, 3.0612244898vw, 1.2rem); } }
        @media print, screen and (min-width: 835px) {
          .page--information .post_article #popularity ul li a i {
            min-height: 30px;
            padding: 3px 12px;
            margin-bottom: 17px;
            font-size: clamp(1.6rem, 1.1453113815vw, 1.6rem); } }
      .page--information .post_article #popularity ul li a h3 {
        line-height: 1.5;
        color: #333;
        font-weight: 700;
        letter-spacing: 0.1em;
        margin-block: calc((1em - 1lh) / 2);
        transition: all .2s ease-out; }
        @media only screen and (max-width: 834px) {
          .page--information .post_article #popularity ul li a h3 {
            margin-bottom: 10px;
            font-size: clamp(1.4rem, 4.0816326531vw, 1.6rem); } }
        @media print, screen and (min-width: 835px) {
          .page--information .post_article #popularity ul li a h3 {
            margin-bottom: 25px;
            font-size: clamp(1.8rem, 1.4316392269vw, 2rem); } }
      .page--information .post_article #popularity ul li a p {
        font-family: "Staatliches", sans-serif;
        font-weight: 400;
        font-style: normal;
        line-height: 1;
        color: #DB0000;
        letter-spacing: 0.05em;
        text-align: right;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        transition: all .2s ease-out; }
        @media only screen and (max-width: 834px) {
          .page--information .post_article #popularity ul li a p {
            font-size: clamp(1.6rem, 4.0816326531vw, 1.6rem); } }
        @media print, screen and (min-width: 835px) {
          .page--information .post_article #popularity ul li a p {
            font-size: clamp(1.6rem, 1.1453113815vw, 1.6rem); } }
        .page--information .post_article #popularity ul li a p::before {
          width: 21px;
          height: 8px;
          content: "";
          background: url("../images/common/icon-button.svg") no-repeat left top/contain;
          display: block;
          flex-shrink: 0;
          margin-right: 10px; }

/* ///////////////////////////////////////////
  value.scss
  変数・mixinに関する設定
/////////////////////////////////////////// */
/*====================================
  カラー
=====================================*/
/*===================================*/
/*====================================
  画像
=====================================*/
/*====================================
  font
=====================================*/
/*
@mixin special-gothic-expanded-one-R {
  font-family: "Special Gothic Expanded One", sans-serif;
  font-weight: 400;
  font-style: normal;
}
*/
/*====================================
  基本設定
=====================================*/
/* /////////////////////////////////
可変サイズ指定
・フォント（font-size）
・マージン（margin）
・パディング（padding）
・幅（width）
・高さ（height）
///////////////////////////////// */
/*
サイズとビューポートに基づいてvwを計算するための関数
ビューポート幅にスクロールバーの幅を加えることにより、ビューポートの実際の表示可能な幅を考慮
*/
/*
ピクセル単位のサイズ ($px) を rem 単位に変換するための関数
*/
/*====================================
  レイアウト・パーツ
=====================================*/
:root {
  --leading-trim: calc((1em - 1lh) / 2); }

/* /////////////////////////////////
  Media Queries
///////////////////////////////// */
/* /////////////////////////////////////////////////////////
  モデルハウス企画住宅
///////////////////////////////////////////////////////// */
.page--modelhouse .post_article {
  /* ======================
  先頭画像
  ====================== */
  /* ======================
  家づくりをお金で諦める前に。
  選べる3つの企画住宅で理想の暮らしを叶えます。
  ====================== */
  /* ======================
  OUR THREE PLANS
  ====================== */
  /* ======================
  各プラン
  ・DESIGN HOME
  ・SUPER J WOOD
  ・TIME OFF
  ====================== */
  /* ======================
  TIME OFF は
  モデルハウスで体感できます。
  ====================== */
  /* ======================
  ループスライダー
  ====================== */
  /* ======================
  モデルハウスでは
  随時イベントも開催しています
  ====================== */
  /* ======================
  モデルハウス 間取り図
  ====================== */
  /* ======================
  アクセス
  ====================== */ }
  @media only screen and (max-width: 834px) {
    .page--modelhouse .post_article {
      margin-bottom: 185px; } }
  @media print, screen and (min-width: 835px) {
    .page--modelhouse .post_article {
      margin-bottom: 375px; } }
  @media only screen and (max-width: 834px) {
    .page--modelhouse .post_article #pagehead {
      margin-bottom: 115px; } }
  @media print, screen and (min-width: 835px) {
    .page--modelhouse .post_article #pagehead {
      margin-bottom: 190px; } }
  .page--modelhouse .post_article #pagehead picture img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0 auto; }
  .page--modelhouse .post_article #intro {
    display: block;
    max-width: 1380px;
    margin: 0 auto; }
    @media only screen and (max-width: 834px) {
      .page--modelhouse .post_article #intro {
        padding: 0 20px; } }
    @media only screen and (min-width: 835px) and (max-width: 1219px) {
      .page--modelhouse .post_article #intro {
        padding: 0 30px; } }
    @media print, screen and (min-width: 1220px) {
      .page--modelhouse .post_article #intro {
        padding: 0 30px; } }
    @media only screen and (max-width: 834px) {
      .page--modelhouse .post_article #intro {
        margin-bottom: 170px; } }
    @media print, screen and (min-width: 835px) {
      .page--modelhouse .post_article #intro {
        margin-bottom: 155px; } }
    .page--modelhouse .post_article #intro h2,
    .page--modelhouse .post_article #intro p {
      line-height: 2;
      margin-block: calc((1em - 1lh) / 2); }
    .page--modelhouse .post_article #intro h2 {
      font-weight: 700;
      letter-spacing: 0.1em; }
      @media only screen and (max-width: 834px) {
        .page--modelhouse .post_article #intro h2 {
          margin-bottom: 25px;
          font-size: clamp(2rem, 6.1224489796vw, 2.4rem); } }
      @media print, screen and (min-width: 835px) {
        .page--modelhouse .post_article #intro h2 {
          margin-bottom: 55px;
          font-size: clamp(2.8rem, 3.4359341446vw, 4.8rem); } }
      .page--modelhouse .post_article #intro h2 span {
        color: #DB0000; }
    .page--modelhouse .post_article #intro p {
      font-family: "Staatliches", sans-serif;
      font-weight: 400;
      font-style: normal;
      color: #C0C0C0;
      letter-spacing: 0.05em; }
      @media only screen and (max-width: 834px) {
        .page--modelhouse .post_article #intro p {
          font-size: clamp(1rem, 2.5510204082vw, 1rem); } }
      @media print, screen and (min-width: 835px) {
        .page--modelhouse .post_article #intro p {
          font-size: clamp(1.4rem, 1.0021474588vw, 1.4rem); } }
  .page--modelhouse .post_article #plans {
    background: #EDEDED;
    position: relative; }
    @media only screen and (max-width: 834px) {
      .page--modelhouse .post_article #plans {
        padding: 45px 20px 80px 20px;
        margin-bottom: 120px; } }
    @media print, screen and (min-width: 835px) {
      .page--modelhouse .post_article #plans {
        padding: 105px 30px 120px 30px;
        margin-bottom: 200px; } }
    .page--modelhouse .post_article #plans h2 {
      font-family: "Staatliches", sans-serif;
      font-weight: 400;
      font-style: normal;
      line-height: 1;
      color: #DB0000;
      letter-spacing: 0.05em;
      text-align: center;
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      margin: 0 auto; }
      @media only screen and (max-width: 834px) {
        .page--modelhouse .post_article #plans h2 {
          top: -0.4em;
          font-size: clamp(3.6rem, 12.2448979592vw, 4.8rem); } }
      @media print, screen and (min-width: 835px) {
        .page--modelhouse .post_article #plans h2 {
          top: -0.765em;
          font-size: clamp(7.2rem, 9.1624910523vw, 12.8rem); } }
      .page--modelhouse .post_article #plans h2 span {
        color: #FFF;
        text-shadow: #DB0000 1px 1px 0, #DB0000 -1px -1px 0, #DB0000 -1px 1px 0, #DB0000 1px -1px 0, #DB0000 0px 1px 0, #DB0000 0 -1px 0, #DB0000 -1px 0 0, #DB0000 1px 0 0; }
    .page--modelhouse .post_article #plans > p {
      font-weight: 700;
      letter-spacing: 0.1em;
      text-align: center;
      margin-block: calc((1em - 1lh) / 2); }
      @media only screen and (max-width: 834px) {
        .page--modelhouse .post_article #plans > p {
          line-height: 2;
          margin-bottom: 20px;
          font-size: clamp(1.8rem, 5.1020408163vw, 2rem); } }
      @media print, screen and (min-width: 835px) {
        .page--modelhouse .post_article #plans > p {
          line-height: 1.5;
          margin-bottom: 55px;
          font-size: clamp(2.4rem, 2.5769506084vw, 3.6rem); } }
      .page--modelhouse .post_article #plans > p > span {
        color: #DB0000; }
        .page--modelhouse .post_article #plans > p > span span {
          font-family: "Staatliches", sans-serif;
          font-weight: 400;
          font-style: normal;
          line-height: 1;
          margin-right: 0.25em; }
          @media only screen and (max-width: 834px) {
            .page--modelhouse .post_article #plans > p > span span {
              font-size: clamp(2.4rem, 8.1632653061vw, 3.2rem); } }
          @media print, screen and (min-width: 835px) {
            .page--modelhouse .post_article #plans > p > span span {
              font-size: clamp(4.8rem, 4.5812455261vw, 6.4rem); } }
    @media print, screen and (min-width: 835px) {
      .page--modelhouse .post_article #plans ol,
      .page--modelhouse .post_article #plans > div {
        max-width: 1320px;
        margin: 0 auto; } }
    @media only screen and (max-width: 834px) {
      .page--modelhouse .post_article #plans ol {
        padding: 0 30px;
        margin-bottom: 40px; } }
    @media print, screen and (min-width: 835px) {
      .page--modelhouse .post_article #plans ol {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 80px; } }
    @media only screen and (max-width: 834px) {
      .page--modelhouse .post_article #plans ol li:nth-child(n+2) {
        margin-top: 30px; } }
    @media print, screen and (min-width: 835px) {
      .page--modelhouse .post_article #plans ol li {
        width: calc(100% / 3 - 30px * 2 / 3); }
        .page--modelhouse .post_article #plans ol li:not(:nth-child(3n)) {
          margin-right: 30px; } }
    .page--modelhouse .post_article #plans ol li figure {
      position: relative; }
      @media only screen and (max-width: 834px) {
        .page--modelhouse .post_article #plans ol li figure {
          margin-bottom: 20px; } }
      @media print, screen and (min-width: 835px) {
        .page--modelhouse .post_article #plans ol li figure {
          margin-bottom: 30px; } }
      .page--modelhouse .post_article #plans ol li figure i {
        width: 100%;
        display: flex;
        padding: 15px;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2; }
        .page--modelhouse .post_article #plans ol li figure i img {
          width: 12px;
          height: auto;
          display: block; }
      .page--modelhouse .post_article #plans ol li figure > img {
        display: block;
        width: 100%;
        max-width: 100%;
        height: auto;
        margin: 0 auto; }
    .page--modelhouse .post_article #plans ol li h3 {
      font-family: "Staatliches", sans-serif;
      font-weight: 400;
      font-style: normal;
      line-height: 1.25;
      color: #DB0000;
      letter-spacing: 0.05em;
      text-align: center;
      margin-block: calc((1em - 1lh) / 2); }
      @media only screen and (max-width: 834px) {
        .page--modelhouse .post_article #plans ol li h3 {
          margin-bottom: 12px;
          font-size: clamp(2rem, 6.1224489796vw, 2.4rem); } }
      @media print, screen and (min-width: 835px) {
        .page--modelhouse .post_article #plans ol li h3 {
          margin-bottom: 17px;
          font-size: clamp(3.6rem, 2.8632784538vw, 4rem); } }
    .page--modelhouse .post_article #plans ol li > a {
      width: 100%;
      max-width: 200px;
      min-height: 40px;
      font-weight: 700;
      letter-spacing: 0.05em;
      text-decoration: none;
      text-align: center;
      display: flex;
      justify-content: center;
      align-items: center;
      background: #FFF;
      border: 1px solid #DB0000;
      border-radius: 30px;
      transition: all .2s ease-out;
      position: relative;
      margin: 0 auto; }
      @media only screen and (max-width: 834px) {
        .page--modelhouse .post_article #plans ol li > a {
          font-size: clamp(1.4rem, 4.0816326531vw, 1.6rem); } }
      @media print, screen and (min-width: 835px) {
        .page--modelhouse .post_article #plans ol li > a {
          font-size: clamp(1.4rem, 1.1453113815vw, 1.6rem); } }
      .page--modelhouse .post_article #plans ol li > a::after {
        width: 9px;
        height: 9px;
        content: "";
        border-right: 2px solid #DB0000;
        border-bottom: 2px solid #DB0000;
        transform: rotate(45deg);
        display: block;
        transition: all .2s ease-out;
        position: absolute;
        right: 20px;
        /*
        top: 0;
        bottom: 0;
        margin: auto 0;
        */
        top: calc(50% - 6px); }
      .page--modelhouse .post_article #plans ol li > a:hover {
        color: #FFF;
        background: #DB0000; }
        .page--modelhouse .post_article #plans ol li > a:hover::after {
          border-color: #FFF; }
    .page--modelhouse .post_article #plans > div table {
      border-spacing: 0; }
      @media only screen and (max-width: 834px) {
        .page--modelhouse .post_article #plans > div table {
          width: 780px; } }
      @media print, screen and (min-width: 835px) {
        .page--modelhouse .post_article #plans > div table {
          width: 100%; } }
      .page--modelhouse .post_article #plans > div table tr th,
      .page--modelhouse .post_article #plans > div table tr td {
        text-align: center; }
        @media only screen and (max-width: 834px) {
          .page--modelhouse .post_article #plans > div table tr th,
          .page--modelhouse .post_article #plans > div table tr td {
            line-height: 1.3125;
            font-size: clamp(1.4rem, 4.0816326531vw, 1.6rem); } }
        @media print, screen and (min-width: 835px) {
          .page--modelhouse .post_article #plans > div table tr th,
          .page--modelhouse .post_article #plans > div table tr td {
            height: 80px;
            line-height: 1.25;
            font-size: clamp(1.4rem, 1.1453113815vw, 1.6rem); } }
      .page--modelhouse .post_article #plans > div table tr th {
        color: #FFF; }
      .page--modelhouse .post_article #plans > div table tr td {
        font-weight: 500; }
        @media only screen and (max-width: 834px) {
          .page--modelhouse .post_article #plans > div table tr td {
            padding: 8px 20px; } }
        @media print, screen and (min-width: 835px) {
          .page--modelhouse .post_article #plans > div table tr td {
            padding: 18px 20px; } }
        .page--modelhouse .post_article #plans > div table tr td.red {
          color: #DB0000; }
        .page--modelhouse .post_article #plans > div table tr td ul li {
          font-weight: 500;
          text-align: left;
          display: flex; }
          @media print, screen and (min-width: 835px) {
            .page--modelhouse .post_article #plans > div table tr td ul li {
              font-size: clamp(1.4rem, 1.1453113815vw, 1.6rem); } }
          .page--modelhouse .post_article #plans > div table tr td ul li:nth-child(n+2) {
            margin-top: 10px; }
          .page--modelhouse .post_article #plans > div table tr td ul li::before {
            width: 6px;
            height: 6px;
            content: "";
            background: #DB0000;
            border-radius: 50%;
            flex-shrink: 0;
            margin: 0.6em 10px 0 0; }
      .page--modelhouse .post_article #plans > div table thead tr th {
        font-family: "Staatliches", sans-serif;
        font-weight: 400;
        font-style: normal;
        line-height: 1.25;
        letter-spacing: 0.05em; }
        @media only screen and (max-width: 834px) {
          .page--modelhouse .post_article #plans > div table thead tr th {
            width: 220px;
            height: 40px;
            font-size: clamp(1.8rem, 5.1020408163vw, 2rem); }
            .page--modelhouse .post_article #plans > div table thead tr th:nth-of-type(1) {
              width: 120px; } }
        @media print, screen and (min-width: 835px) {
          .page--modelhouse .post_article #plans > div table thead tr th {
            width: 25%;
            height: 80px;
            font-size: clamp(2.4rem, 2.2906227631vw, 3.2rem); } }
        .page--modelhouse .post_article #plans > div table thead tr th:nth-of-type(n+2) {
          background: #D9D9D9;
          border-radius: 8px 8px 0 0; }
          .page--modelhouse .post_article #plans > div table thead tr th:nth-of-type(n+2) span {
            width: calc(100% - 1px);
            height: calc(100% - 1px);
            text-align: center;
            display: flex;
            justify-content: center;
            align-items: center;
            background: #DB0000;
            border-radius: 9px 9px 0 0;
            margin: 1px auto 0 auto; }
      .page--modelhouse .post_article #plans > div table tbody {
        background: #FFF; }
        .page--modelhouse .post_article #plans > div table tbody tr {
          border-top: 1px solid #D9D9D9; }
          .page--modelhouse .post_article #plans > div table tbody tr:nth-of-type(even) td {
            background: #F8F8F8; }
          .page--modelhouse .post_article #plans > div table tbody tr:first-of-type td {
            font-weight: 700; }
            @media print, screen and (min-width: 835px) {
              .page--modelhouse .post_article #plans > div table tbody tr:first-of-type td {
                font-size: clamp(1.4rem, 1.1453113815vw, 1.6rem); } }
            .page--modelhouse .post_article #plans > div table tbody tr:first-of-type td span {
              font-family: "Staatliches", sans-serif;
              font-weight: 400;
              font-style: normal;
              margin-right: 0.15em; }
              @media only screen and (max-width: 834px) {
                .page--modelhouse .post_article #plans > div table tbody tr:first-of-type td span {
                  font-size: clamp(2rem, 6.1224489796vw, 2.4rem); } }
              @media print, screen and (min-width: 835px) {
                .page--modelhouse .post_article #plans > div table tbody tr:first-of-type td span {
                  font-size: clamp(2.4rem, 2.2906227631vw, 3.2rem); } }
          .page--modelhouse .post_article #plans > div table tbody tr:last-of-type td {
            vertical-align: top; }
            @media only screen and (max-width: 834px) {
              .page--modelhouse .post_article #plans > div table tbody tr:last-of-type td {
                padding: 18px 20px; } }
          .page--modelhouse .post_article #plans > div table tbody tr th,
          .page--modelhouse .post_article #plans > div table tbody tr td {
            border-collapse: collapse;
            border: 1px solid #D9D9D9; }
            @media print, screen and (min-width: 835px) {
              .page--modelhouse .post_article #plans > div table tbody tr th,
              .page--modelhouse .post_article #plans > div table tbody tr td {
                font-size: clamp(1.8rem, 1.4316392269vw, 2rem); } }
          .page--modelhouse .post_article #plans > div table tbody tr th {
            font-weight: 700;
            text-align: left;
            background: #1A1A1A; }
            @media only screen and (max-width: 834px) {
              .page--modelhouse .post_article #plans > div table tbody tr th {
                width: 120px;
                padding: 5px 10px; } }
            @media print, screen and (min-width: 835px) {
              .page--modelhouse .post_article #plans > div table tbody tr th {
                padding: 10px 30px; } }
  .page--modelhouse .post_article .plan {
    /* 説明 */
    /* 参考プラン */
    /* 選べる基本仕様・月々の返済シミュレーション */
    /* 選べる基本仕様 */
    /* 月々の返済シミュレーション */ }
    @media only screen and (max-width: 834px) {
      .page--modelhouse .post_article .plan {
        margin-bottom: 120px; } }
    @media print, screen and (min-width: 835px) {
      .page--modelhouse .post_article .plan {
        margin-bottom: 200px; } }
    @media only screen and (max-width: 834px) {
      .page--modelhouse .post_article .plan .about {
        margin-bottom: 40px; } }
    @media print, screen and (min-width: 835px) {
      .page--modelhouse .post_article .plan .about {
        display: flex;
        position: relative;
        margin-bottom: 80px; } }
    @media only screen and (max-width: 834px) {
      .page--modelhouse .post_article .plan .about .text {
        padding: 0 20px;
        margin-bottom: 40px; } }
    @media print, screen and (min-width: 835px) {
      .page--modelhouse .post_article .plan .about .text {
        max-width: 610px;
        padding: 10px 30px 0 0; } }
    .page--modelhouse .post_article .plan .about .text h2 {
      font-family: "Staatliches", sans-serif;
      font-weight: 400;
      font-style: normal;
      line-height: 1.25;
      color: #DB0000;
      letter-spacing: 0.05em;
      display: block;
      margin-block: calc((1em - 1lh) / 2); }
      @media only screen and (max-width: 834px) {
        .page--modelhouse .post_article .plan .about .text h2 {
          margin-bottom: 30px;
          font-size: clamp(2.4rem, 7.1428571429vw, 2.8rem); } }
      @media print, screen and (min-width: 835px) {
        .page--modelhouse .post_article .plan .about .text h2 {
          margin-bottom: 57px;
          font-size: clamp(5.6rem, 4.5812455261vw, 6.4rem); } }
      .page--modelhouse .post_article .plan .about .text h2 i {
        width: 100%;
        display: flex; }
        @media only screen and (max-width: 834px) {
          .page--modelhouse .post_article .plan .about .text h2 i {
            margin-bottom: 12px; } }
        @media print, screen and (min-width: 835px) {
          .page--modelhouse .post_article .plan .about .text h2 i {
            margin-bottom: 25px; } }
        .page--modelhouse .post_article .plan .about .text h2 i img {
          width: 12px;
          height: auto;
          display: block; }
          @media print, screen and (min-width: 835px) {
            .page--modelhouse .post_article .plan .about .text h2 i img {
              width: 20px; } }
          .page--modelhouse .post_article .plan .about .text h2 i img:nth-of-type(n+2) {
            margin-left: 3px; }
    .page--modelhouse .post_article .plan .about .text > p {
      line-height: 2;
      font-weight: 500;
      letter-spacing: 0.1em;
      margin-block: calc((1em - 1lh) / 2); }
      @media only screen and (max-width: 834px) {
        .page--modelhouse .post_article .plan .about .text > p {
          margin-bottom: 32px;
          font-size: clamp(1.4rem, 4.0816326531vw, 1.6rem); } }
      @media print, screen and (min-width: 835px) {
        .page--modelhouse .post_article .plan .about .text > p {
          margin-bottom: 70px;
          font-size: clamp(1.8rem, 1.4316392269vw, 2rem); } }
    .page--modelhouse .post_article .plan .about .text > dl {
      background: #EDEDED;
      /*
      &.floorplan {
        > dd {
          ul {
            @include smartphone {
              width: 67.7966%;
              margin: 0 auto;
            }
            @include screen {
              display: flex;
              flex-wrap: wrap;
            }
            
            li {
              @include smartphone {
                &:nth-child(n+2) {
                  margin-top: 20px;
                }
              }
              @include screen {
                width: calc(50% - 10px);
                &:nth-child(odd) {
                  margin-right: 20px;
                }
                &:nth-child(n+3) {
                  margin-top: 20px;
                }
              }
              
              img {
                @include imgResponse;
              }
            }
          }
        }
      }
      */ }
      @media only screen and (max-width: 834px) {
        .page--modelhouse .post_article .plan .about .text > dl {
          padding: 20px; } }
      @media print, screen and (min-width: 835px) {
        .page--modelhouse .post_article .plan .about .text > dl {
          padding: 40px; } }
  @media only screen and (min-width: 835px) and (min-width: 835px) and (max-width: 1219px) {
    .page--modelhouse .post_article .plan .about .text > dl {
      padding: 40px 30px; } }

      @media only screen and (max-width: 834px) {
        .page--modelhouse .post_article .plan .about .text > dl:nth-of-type(n+2) {
          margin-top: 20px; } }
      @media print, screen and (min-width: 835px) {
        .page--modelhouse .post_article .plan .about .text > dl:nth-of-type(n+2) {
          margin-top: 40px; } }
      @media print, screen and (min-width: 835px) {
        .page--modelhouse .post_article .plan .about .text > dl.price > dd dl {
          display: flex;
          justify-content: space-between; } }
      .page--modelhouse .post_article .plan .about .text > dl.price > dd dl dt,
      .page--modelhouse .post_article .plan .about .text > dl.price > dd dl dd {
        font-weight: 700;
        letter-spacing: 0.1em;
        margin-block: calc((1em - 1lh) / 2); }
        @media only screen and (max-width: 834px) {
          .page--modelhouse .post_article .plan .about .text > dl.price > dd dl dt,
          .page--modelhouse .post_article .plan .about .text > dl.price > dd dl dd {
            line-height: 1.875;
            font-size: clamp(1.4rem, 4.0816326531vw, 1.6rem); } }
        @media print, screen and (min-width: 835px) {
          .page--modelhouse .post_article .plan .about .text > dl.price > dd dl dt,
          .page--modelhouse .post_article .plan .about .text > dl.price > dd dl dd {
            line-height: 1.5;
            font-size: clamp(1.6rem, 1.4316392269vw, 2rem); } }
      @media only screen and (max-width: 834px) {
        .page--modelhouse .post_article .plan .about .text > dl.price > dd dl dt {
          margin-bottom: 12px; } }
      .page--modelhouse .post_article .plan .about .text > dl.price > dd dl dd {
        color: #DB0000;
        text-align: right; }
        @media only screen and (max-width: 834px) {
          .page--modelhouse .post_article .plan .about .text > dl.price > dd dl dd {
            line-height: 1.5; } }
        .page--modelhouse .post_article .plan .about .text > dl.price > dd dl dd span {
          font-family: "Staatliches", sans-serif;
          font-weight: 400;
          font-style: normal;
          line-height: 1.1;
          letter-spacing: 0.05em; }
          @media only screen and (max-width: 834px) {
            .page--modelhouse .post_article .plan .about .text > dl.price > dd dl dd span {
              margin-right: 0.25em;
              font-size: clamp(2.4rem, 6.1224489796vw, 2.4rem); } }
          @media print, screen and (min-width: 835px) {
            .page--modelhouse .post_article .plan .about .text > dl.price > dd dl dd span {
              margin-right: 0.5em;
              font-size: clamp(2.4rem, 2.5769506084vw, 3.6rem); } }
        @media only screen and (max-width: 834px) {
          .page--modelhouse .post_article .plan .about .text > dl.price > dd dl dd small {
            font-size: clamp(1rem, 2.5510204082vw, 1rem); } }
        @media print, screen and (min-width: 835px) {
          .page--modelhouse .post_article .plan .about .text > dl.price > dd dl dd small {
            font-size: clamp(1.4rem, 1.0021474588vw, 1.4rem); } }
        .page--modelhouse .post_article .plan .about .text > dl.price > dd dl dd small:nth-of-type(2) {
          display: block; }
          @media print, screen and (min-width: 835px) {
            .page--modelhouse .post_article .plan .about .text > dl.price > dd dl dd small:nth-of-type(2) {
              margin-top: 7px; } }
      .page--modelhouse .post_article .plan .about .text > dl > dt {
        line-height: 1.5;
        color: #DB0000;
        font-weight: 700;
        letter-spacing: 0.1em;
        display: flex;
        align-items: center;
        background: #FFF;
        border: 1px solid #DB0000; }
        @media only screen and (max-width: 834px) {
          .page--modelhouse .post_article .plan .about .text > dl > dt {
            min-height: 30px;
            padding: 3px 10px;
            margin-bottom: 20px;
            font-size: clamp(1.6rem, 4.0816326531vw, 1.6rem); } }
        @media print, screen and (min-width: 835px) {
          .page--modelhouse .post_article .plan .about .text > dl > dt {
            min-height: 40px;
            padding: 5px 20px;
            margin-bottom: 30px;
            font-size: clamp(1.8rem, 1.4316392269vw, 2rem); } }
    .page--modelhouse .post_article .plan .about .text .button {
      font-family: "Staatliches", sans-serif;
      font-weight: 400;
      font-style: normal;
      width: 100%;
      line-height: 1.5;
      color: #FFF;
      letter-spacing: 0.05em;
      text-decoration: none;
      text-align: center;
      display: flex;
      justify-content: center;
      align-items: center;
      background: #DB0000;
      transition: all .2s ease-out;
      overflow: hidden;
      cursor: pointer;
      position: relative;
      z-index: 1;
      margin: 0 auto;
      border: none;
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: 700;
      font-style: normal;
      min-height: 80px !important;
      letter-spacing: 0.1em;
      border-radius: 40px !important; }
      .page--modelhouse .post_article .plan .about .text .button:link {
        color: #FFF; }
      .page--modelhouse .post_article .plan .about .text .button:visited {
        color: #FFF; }
      @media only screen and (max-width: 834px) {
        .page--modelhouse .post_article .plan .about .text .button {
          max-width: 195px;
          min-height: 50px;
          border-radius: 25px;
          font-size: clamp(1.6rem, 4.5918367347vw, 1.8rem); } }
      @media print, screen and (min-width: 835px) {
        .page--modelhouse .post_article .plan .about .text .button {
          max-width: 340px;
          min-height: 80px;
          border-radius: 40px;
          font-size: clamp(2rem, 1.7179670723vw, 2.4rem); } }
      .page--modelhouse .post_article .plan .about .text .button::before {
        width: 21px;
        height: 8px;
        content: "";
        background: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2221%22%20height%3D%228%22%20viewBox%3D%220%200%2021%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20y%3D%223%22%20width%3D%2220%22%20height%3D%222%22%20fill%3D%22%23FFF%22%2F%3E%3Ccircle%20cx%3D%2217%22%20cy%3D%224%22%20r%3D%224%22%20fill%3D%22%23FFF%22%2F%3E%3C%2Fsvg%3E") no-repeat left top/contain;
        display: block;
        transition: all .2s ease-out;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto 0;
        z-index: 2; }
        @media only screen and (max-width: 834px) {
          .page--modelhouse .post_article .plan .about .text .button::before {
            left: 20px; } }
        @media print, screen and (min-width: 835px) {
          .page--modelhouse .post_article .plan .about .text .button::before {
            left: 35px; } }
  @media only screen and (min-width: 835px) and (min-width: 835px) and (max-width: 1219px) {
    .page--modelhouse .post_article .plan .about .text .button::before {
      left: 30px; } }

      .page--modelhouse .post_article .plan .about .text .button:hover {
        background: #333; }
      @media only screen and (max-width: 834px) {
        .page--modelhouse .post_article .plan .about .text .button {
          max-width: unset;
          margin-top: 40px;
          font-size: clamp(1.4rem, 4.0816326531vw, 1.6rem); } }
      @media print, screen and (min-width: 835px) {
        .page--modelhouse .post_article .plan .about .text .button {
          max-width: 520px;
          margin: 80px 0 0 0;
          font-size: clamp(1.6rem, 1.2884753042vw, 1.8rem); } }
      @media only screen and (max-width: 834px) {
        .page--modelhouse .post_article .plan .about .text .button::before {
          left: 20px; } }
      @media print, screen and (min-width: 835px) {
        .page--modelhouse .post_article .plan .about .text .button::before {
          left: 40px; } }
  @media only screen and (min-width: 835px) and (min-width: 835px) and (max-width: 1219px) {
    .page--modelhouse .post_article .plan .about .text .button::before {
      left: 30px; } }

    @media only screen and (max-width: 834px) {
      .page--modelhouse .post_article .plan .about figure {
        margin-bottom: 45px; } }
    @media print, screen and (min-width: 835px) {
      .page--modelhouse .post_article .plan .about figure {
        width: 50vw;
        flex-shrink: 0;
        margin-right: 80px; } }
  @media only screen and (min-width: 835px) and (min-width: 835px) and (max-width: 1219px) {
    .page--modelhouse .post_article .plan .about figure {
      margin-right: 30px; } }

    .page--modelhouse .post_article .plan .about figure img {
      display: block;
      width: 100%;
      max-width: 100%;
      height: auto;
      margin: 0 auto; }
    .page--modelhouse .post_article .plan .floorplan {
      background: #EDEDED;
      margin: 0 auto; }
      @media only screen and (max-width: 834px) {
        .page--modelhouse .post_article .plan .floorplan {
          width: calc(100% - 40px);
          padding: 20px;
          margin-bottom: 40px; } }
      @media print, screen and (min-width: 835px) {
        .page--modelhouse .post_article .plan .floorplan {
          width: calc(100% - 60px);
          max-width: 1320px;
          padding: 40px;
          margin-bottom: 80px; } }
  @media only screen and (min-width: 835px) and (min-width: 835px) and (max-width: 1219px) {
    .page--modelhouse .post_article .plan .floorplan {
      padding: 40px 30px; } }

      .page--modelhouse .post_article .plan .floorplan h3 {
        line-height: 1.5;
        color: #DB0000;
        font-weight: 700;
        letter-spacing: 0.1em;
        display: flex;
        align-items: center;
        background: #FFF;
        border: 1px solid #DB0000; }
        @media only screen and (max-width: 834px) {
          .page--modelhouse .post_article .plan .floorplan h3 {
            min-height: 30px;
            padding: 3px 10px;
            margin-bottom: 20px;
            font-size: clamp(1.6rem, 4.0816326531vw, 1.6rem); } }
        @media print, screen and (min-width: 835px) {
          .page--modelhouse .post_article .plan .floorplan h3 {
            min-height: 40px;
            padding: 5px 20px;
            margin-bottom: 30px;
            font-size: clamp(1.8rem, 1.4316392269vw, 2rem); } }
      @media print, screen and (min-width: 835px) {
        .page--modelhouse .post_article .plan .floorplan ul {
          display: flex;
          flex-wrap: wrap; } }
      @media only screen and (max-width: 834px) {
        .page--modelhouse .post_article .plan .floorplan ul li:nth-child(n+2) {
          margin-top: 20px; } }
      @media only screen and (min-width: 835px) and (max-width: 1219px) {
        .page--modelhouse .post_article .plan .floorplan ul li {
          width: calc(50% - 15px); }
          .page--modelhouse .post_article .plan .floorplan ul li:nth-child(odd) {
            margin-right: 30px; }
          .page--modelhouse .post_article .plan .floorplan ul li:nth-child(n+3) {
            margin-top: 30px; } }
      @media print, screen and (min-width: 1220px) {
        .page--modelhouse .post_article .plan .floorplan ul li {
          width: calc(50% - 20px); }
          .page--modelhouse .post_article .plan .floorplan ul li:nth-child(odd) {
            margin-right: 40px; }
          .page--modelhouse .post_article .plan .floorplan ul li:nth-child(n+3) {
            margin-top: 40px; } }
      .page--modelhouse .post_article .plan .floorplan ul li img {
        display: block;
        width: 100%;
        max-width: 100%;
        height: auto;
        margin: 0 auto; }
    .page--modelhouse .post_article .plan .spec,
    .page--modelhouse .post_article .plan .simulation {
      display: block;
      max-width: 1380px;
      margin: 0 auto; }
      @media only screen and (max-width: 834px) {
        .page--modelhouse .post_article .plan .spec,
        .page--modelhouse .post_article .plan .simulation {
          padding: 0 20px; } }
      @media only screen and (min-width: 835px) and (max-width: 1219px) {
        .page--modelhouse .post_article .plan .spec,
        .page--modelhouse .post_article .plan .simulation {
          padding: 0 30px; } }
      @media print, screen and (min-width: 1220px) {
        .page--modelhouse .post_article .plan .spec,
        .page--modelhouse .post_article .plan .simulation {
          padding: 0 30px; } }
      @media only screen and (max-width: 834px) {
        .page--modelhouse .post_article .plan .spec .mod__heading4,
        .page--modelhouse .post_article .plan .simulation .mod__heading4 {
          margin-bottom: 20px; } }
      @media print, screen and (min-width: 835px) {
        .page--modelhouse .post_article .plan .spec .mod__heading4,
        .page--modelhouse .post_article .plan .simulation .mod__heading4 {
          width: 100%;
          margin-bottom: 40px; } }
    @media only screen and (max-width: 834px) {
      .page--modelhouse .post_article .plan .spec {
        margin-bottom: 40px; } }
    @media print, screen and (min-width: 835px) {
      .page--modelhouse .post_article .plan .spec {
        margin-bottom: 80px; } }
    .page--modelhouse .post_article .plan .spec ul {
      display: flex;
      flex-wrap: wrap; }
      @media only screen and (max-width: 834px) {
        .page--modelhouse .post_article .plan .spec ul li {
          width: calc(50% - 7.5px); }
          .page--modelhouse .post_article .plan .spec ul li:nth-child(odd) {
            margin-right: 15px; }
          .page--modelhouse .post_article .plan .spec ul li:nth-child(n+3) {
            margin-top: 22px; } }
      @media print, screen and (min-width: 835px) {
        .page--modelhouse .post_article .plan .spec ul li {
          width: calc(100% / 4 - 20px * 3 / 4); }
          .page--modelhouse .post_article .plan .spec ul li:not(:nth-child(4n)) {
            margin-right: 20px; }
          .page--modelhouse .post_article .plan .spec ul li:nth-child(n+5) {
            margin-top: 20px; } }
      .page--modelhouse .post_article .plan .spec ul li img {
        display: block;
        width: 100%;
        max-width: 100%;
        height: auto;
        margin: 0 auto; }
      @media only screen and (max-width: 834px) {
        .page--modelhouse .post_article .plan .spec ul li > p,
        .page--modelhouse .post_article .plan .spec ul li dl {
          margin-top: 12px !important; } }
      @media print, screen and (min-width: 835px) {
        .page--modelhouse .post_article .plan .spec ul li > p,
        .page--modelhouse .post_article .plan .spec ul li dl {
          margin-top: 17px !important; } }
      .page--modelhouse .post_article .plan .spec ul li > p,
      .page--modelhouse .post_article .plan .spec ul li dl dt,
      .page--modelhouse .post_article .plan .spec ul li dl dd {
        text-align: center;
        letter-spacing: 0.1em;
        margin-block: calc((1em - 1lh) / 2); }
      .page--modelhouse .post_article .plan .spec ul li > p,
      .page--modelhouse .post_article .plan .spec ul li dl dt {
        line-height: 1.5;
        font-weight: 700; }
        @media only screen and (max-width: 834px) {
          .page--modelhouse .post_article .plan .spec ul li > p,
          .page--modelhouse .post_article .plan .spec ul li dl dt {
            font-size: clamp(1.4rem, 4.0816326531vw, 1.6rem); } }
        @media print, screen and (min-width: 835px) {
          .page--modelhouse .post_article .plan .spec ul li > p,
          .page--modelhouse .post_article .plan .spec ul li dl dt {
            font-size: clamp(1.8rem, 1.4316392269vw, 2rem); } }
      .page--modelhouse .post_article .plan .spec ul li dl dd {
        font-weight: 500; }
        @media only screen and (max-width: 834px) {
          .page--modelhouse .post_article .plan .spec ul li dl dd {
            line-height: 1.28571;
            margin-top: 10px;
            font-size: clamp(1.2rem, 3.5714285714vw, 1.4rem); } }
        @media print, screen and (min-width: 835px) {
          .page--modelhouse .post_article .plan .spec ul li dl dd {
            line-height: 1.3;
            margin-top: 12px;
            font-size: clamp(1.4rem, 1.1453113815vw, 1.6rem); } }
    @media print, screen and (min-width: 835px) {
      .page--modelhouse .post_article .plan .simulation {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap; } }
    @media only screen and (max-width: 834px) {
      .page--modelhouse .post_article .plan .simulation .terms {
        margin-bottom: 20px; } }
    @media print, screen and (min-width: 835px) {
      .page--modelhouse .post_article .plan .simulation .terms {
        width: 28.7879%; } }
    .page--modelhouse .post_article .plan .simulation .terms > dt {
      line-height: 1.5;
      font-weight: 700;
      letter-spacing: 0.1em;
      margin-block: calc((1em - 1lh) / 2); }
      @media only screen and (max-width: 834px) {
        .page--modelhouse .post_article .plan .simulation .terms > dt {
          margin-bottom: 10px;
          font-size: clamp(1.4rem, 4.0816326531vw, 1.6rem); } }
      @media print, screen and (min-width: 835px) {
        .page--modelhouse .post_article .plan .simulation .terms > dt {
          margin-bottom: 15px;
          font-size: clamp(1.8rem, 1.4316392269vw, 2rem); } }
    .page--modelhouse .post_article .plan .simulation .terms > dd dl {
      display: flex;
      flex-wrap: wrap;
      background: #FFF;
      border: 1px solid #D9D9D9; }
    .page--modelhouse .post_article .plan .simulation .terms > dd dt,
    .page--modelhouse .post_article .plan .simulation .terms > dd dd {
      min-height: 40px;
      line-height: 1.3125;
      letter-spacing: 0.05em;
      display: flex;
      align-items: center;
      padding: 5px 12px; }
      @media only screen and (max-width: 834px) {
        .page--modelhouse .post_article .plan .simulation .terms > dd dt,
        .page--modelhouse .post_article .plan .simulation .terms > dd dd {
          font-size: clamp(1.4rem, 4.0816326531vw, 1.6rem); } }
      @media print, screen and (min-width: 835px) {
        .page--modelhouse .post_article .plan .simulation .terms > dd dt,
        .page--modelhouse .post_article .plan .simulation .terms > dd dd {
          font-size: clamp(1.4rem, 1.1453113815vw, 1.6rem); } }
      .page--modelhouse .post_article .plan .simulation .terms > dd dt:nth-of-type(n+2),
      .page--modelhouse .post_article .plan .simulation .terms > dd dd:nth-of-type(n+2) {
        border-top: 1px solid #D9D9D9; }
    .page--modelhouse .post_article .plan .simulation .terms > dd dt {
      color: #FFF;
      font-weight: 700;
      background: #5D5D5D;
      border-right: 1px solid #D9D9D9; }
      @media only screen and (max-width: 834px) {
        .page--modelhouse .post_article .plan .simulation .terms > dd dt {
          width: 136px; } }
      @media print, screen and (min-width: 835px) {
        .page--modelhouse .post_article .plan .simulation .terms > dd dt {
          width: 47.3684%; } }
    .page--modelhouse .post_article .plan .simulation .terms > dd dd {
      font-weight: 500; }
      @media only screen and (max-width: 834px) {
        .page--modelhouse .post_article .plan .simulation .terms > dd dd {
          width: calc(100% - 136px); } }
      @media print, screen and (min-width: 835px) {
        .page--modelhouse .post_article .plan .simulation .terms > dd dd {
          width: 52.6316%; } }
    @media print, screen and (min-width: 835px) {
      .page--modelhouse .post_article .plan .simulation .calculation {
        width: calc(71.2121% - 40px); } }
  @media only screen and (min-width: 835px) and (min-width: 835px) and (max-width: 1219px) {
    .page--modelhouse .post_article .plan .simulation .calculation {
      width: calc(71.2121% - 30px); } }

    .page--modelhouse .post_article .plan .simulation .calculation .addition {
      border-bottom: 1px solid #D9D9D9; }
      @media only screen and (max-width: 834px) {
        .page--modelhouse .post_article .plan .simulation .calculation .addition {
          padding-bottom: 10px;
          margin-bottom: 10px; } }
      @media print, screen and (min-width: 835px) {
        .page--modelhouse .post_article .plan .simulation .calculation .addition {
          display: flex;
          justify-content: space-between;
          padding-bottom: 20px;
          margin-bottom: 20px; } }
      .page--modelhouse .post_article .plan .simulation .calculation .addition dl {
        background: #EDEDED;
        position: relative; }
        @media only screen and (max-width: 834px) {
          .page--modelhouse .post_article .plan .simulation .calculation .addition dl {
            min-height: 50px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 5px 20px; }
            .page--modelhouse .post_article .plan .simulation .calculation .addition dl:nth-of-type(n+2) {
              margin-top: 12px; } }
        @media print, screen and (min-width: 835px) {
          .page--modelhouse .post_article .plan .simulation .calculation .addition dl {
            width: calc(50% - 50px);
            padding: 30px; } }
        .page--modelhouse .post_article .plan .simulation .calculation .addition dl:nth-of-type(n+2)::before {
          line-height: 1;
          color: #FFF;
          content: "+";
          text-align: center;
          display: flex;
          justify-content: center;
          align-items: center;
          padding-bottom: 0.1em;
          background: #DB0000;
          border-radius: 50%;
          position: absolute;
          z-index: 2; }
          @media only screen and (max-width: 834px) {
            .page--modelhouse .post_article .plan .simulation .calculation .addition dl:nth-of-type(n+2)::before {
              width: 24px;
              height: 24px;
              font-weight: 500;
              top: -18px;
              left: 0;
              right: 0;
              margin: 0 auto;
              font-size: clamp(2rem, 5.1020408163vw, 2rem); } }
          @media print, screen and (min-width: 835px) {
            .page--modelhouse .post_article .plan .simulation .calculation .addition dl:nth-of-type(n+2)::before {
              width: 40px;
              height: 40px;
              font-weight: 300;
              left: -70px;
              top: 0;
              bottom: 0;
              margin: auto 0;
              font-size: clamp(4rem, 2.8632784538vw, 4rem); } }
        .page--modelhouse .post_article .plan .simulation .calculation .addition dl dt,
        .page--modelhouse .post_article .plan .simulation .calculation .addition dl dd {
          line-height: 1.5;
          font-weight: 700;
          letter-spacing: 0.1em;
          margin-block: calc((1em - 1lh) / 2); }
        @media only screen and (max-width: 834px) {
          .page--modelhouse .post_article .plan .simulation .calculation .addition dl dt {
            font-size: clamp(1.4rem, 4.0816326531vw, 1.6rem); } }
        @media print, screen and (min-width: 835px) {
          .page--modelhouse .post_article .plan .simulation .calculation .addition dl dt {
            margin-bottom: 7px;
            font-size: clamp(1.8rem, 1.4316392269vw, 2rem); } }
        .page--modelhouse .post_article .plan .simulation .calculation .addition dl dd {
          color: #DB0000;
          text-align: right; }
          @media only screen and (max-width: 834px) {
            .page--modelhouse .post_article .plan .simulation .calculation .addition dl dd {
              line-height: 1;
              display: inline-block;
              vertical-align: middle; } }
          @media print, screen and (min-width: 835px) {
            .page--modelhouse .post_article .plan .simulation .calculation .addition dl dd {
              font-size: clamp(1.4rem, 1.1453113815vw, 1.6rem); } }
          .page--modelhouse .post_article .plan .simulation .calculation .addition dl dd span {
            font-family: "Staatliches", sans-serif;
            font-weight: 400;
            font-style: normal;
            line-height: 1.25;
            letter-spacing: 0.05em; }
            @media only screen and (max-width: 834px) {
              .page--modelhouse .post_article .plan .simulation .calculation .addition dl dd span {
                display: inline-block;
                vertical-align: middle;
                margin: 0 0.25em -0.65em 0;
                font-size: clamp(2rem, 6.1224489796vw, 2.4rem); } }
            @media print, screen and (min-width: 835px) {
              .page--modelhouse .post_article .plan .simulation .calculation .addition dl dd span {
                margin-right: 0.15em;
                font-size: clamp(2rem, 1.7179670723vw, 2.4rem); } }
          @media only screen and (max-width: 834px) {
            .page--modelhouse .post_article .plan .simulation .calculation .addition dl dd small {
              display: block;
              font-size: clamp(1rem, 2.5510204082vw, 1rem); } }
          @media print, screen and (min-width: 835px) {
            .page--modelhouse .post_article .plan .simulation .calculation .addition dl dd small {
              font-size: clamp(1.4rem, 1.1453113815vw, 1.6rem); } }
    .page--modelhouse .post_article .plan .simulation .calculation .monthly {
      display: flex;
      justify-content: space-between;
      align-items: center;
      background: #EDEDED;
      position: relative; }
      @media only screen and (max-width: 834px) {
        .page--modelhouse .post_article .plan .simulation .calculation .monthly {
          min-height: 50px;
          padding: 5px 20px;
          margin-left: 36px; } }
      @media print, screen and (min-width: 835px) {
        .page--modelhouse .post_article .plan .simulation .calculation .monthly {
          min-height: 80px;
          padding: 20px 30px;
          margin-left: 60px; } }
      .page--modelhouse .post_article .plan .simulation .calculation .monthly::before {
        line-height: 1;
        color: #FFF;
        content: "=";
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-bottom: 0.1em;
        background: #DB0000;
        border-radius: 50%;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto 0;
        z-index: 2; }
        @media only screen and (max-width: 834px) {
          .page--modelhouse .post_article .plan .simulation .calculation .monthly::before {
            width: 24px;
            height: 24px;
            font-weight: 500;
            left: -36px;
            font-size: clamp(2rem, 5.1020408163vw, 2rem); } }
        @media print, screen and (min-width: 835px) {
          .page--modelhouse .post_article .plan .simulation .calculation .monthly::before {
            width: 40px;
            height: 40px;
            font-weight: 300;
            left: -60px;
            font-size: clamp(4rem, 2.8632784538vw, 4rem); } }
      .page--modelhouse .post_article .plan .simulation .calculation .monthly dt,
      .page--modelhouse .post_article .plan .simulation .calculation .monthly dd {
        line-height: 1.5;
        font-weight: 700;
        letter-spacing: 0.1em;
        margin-block: calc((1em - 1lh) / 2); }
        @media print, screen and (min-width: 835px) {
          .page--modelhouse .post_article .plan .simulation .calculation .monthly dt,
          .page--modelhouse .post_article .plan .simulation .calculation .monthly dd {
            font-size: clamp(1.8rem, 1.4316392269vw, 2rem); } }
      @media only screen and (max-width: 834px) {
        .page--modelhouse .post_article .plan .simulation .calculation .monthly dt {
          font-size: clamp(1.4rem, 4.0816326531vw, 1.6rem); } }
      .page--modelhouse .post_article .plan .simulation .calculation .monthly dd {
        color: #DB0000;
        text-align: right; }
        @media only screen and (max-width: 834px) {
          .page--modelhouse .post_article .plan .simulation .calculation .monthly dd {
            line-height: 1;
            display: inline-block;
            vertical-align: middle; } }
        .page--modelhouse .post_article .plan .simulation .calculation .monthly dd span {
          font-family: "Staatliches", sans-serif;
          font-weight: 400;
          font-style: normal;
          line-height: 1.25;
          letter-spacing: 0.05em; }
          @media only screen and (max-width: 834px) {
            .page--modelhouse .post_article .plan .simulation .calculation .monthly dd span {
              display: inline-block;
              vertical-align: text-top;
              margin: 0 0.25em -0.5em 0;
              padding-bottom: 0.15em;
              font-size: clamp(2.4rem, 8.1632653061vw, 3.2rem); } }
          @media print, screen and (min-width: 835px) {
            .page--modelhouse .post_article .plan .simulation .calculation .monthly dd span {
              margin-right: 0.15em;
              font-size: clamp(2.4rem, 2.5769506084vw, 3.6rem); } }
        @media only screen and (max-width: 834px) {
          .page--modelhouse .post_article .plan .simulation .calculation .monthly dd small {
            display: block;
            margin-top: -0.85em;
            font-size: clamp(1rem, 2.5510204082vw, 1rem); } }
        @media print, screen and (min-width: 835px) {
          .page--modelhouse .post_article .plan .simulation .calculation .monthly dd small {
            font-size: clamp(1.8rem, 1.4316392269vw, 2rem); } }
    .page--modelhouse .post_article .plan .simulation .attention {
      line-height: 1.5;
      font-weight: 500;
      letter-spacing: 0.05em;
      margin-block: calc((1em - 1lh) / 2); }
      @media only screen and (max-width: 834px) {
        .page--modelhouse .post_article .plan .simulation .attention {
          margin-top: 15px;
          font-size: clamp(1.4rem, 3.5714285714vw, 1.4rem); } }
      @media print, screen and (min-width: 835px) {
        .page--modelhouse .post_article .plan .simulation .attention {
          margin-top: 30px;
          font-size: clamp(1.4rem, 1.0021474588vw, 1.4rem); } }
  @media only screen and (max-width: 834px) {
    .page--modelhouse .post_article #modelhouse {
      margin-bottom: 80px; } }
  @media print, screen and (min-width: 835px) {
    .page--modelhouse .post_article #modelhouse {
      margin-bottom: 140px; } }
  .page--modelhouse .post_article #modelhouse h2 {
    display: flex;
    align-items: center;
    background: #EDEDED; }
    @media only screen and (max-width: 834px) {
      .page--modelhouse .post_article #modelhouse h2 {
        min-height: 260px;
        padding: 20px; } }
    @media print, screen and (min-width: 835px) {
      .page--modelhouse .post_article #modelhouse h2 {
        min-height: 425px;
        padding: 30px; } }
    .page--modelhouse .post_article #modelhouse h2 .container {
      width: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center; }
      @media print, screen and (min-width: 835px) {
        .page--modelhouse .post_article #modelhouse h2 .container {
          max-width: 1320px;
          margin: 0 auto; } }
      .page--modelhouse .post_article #modelhouse h2 .container .en {
        font-family: "Staatliches", sans-serif;
        font-weight: 400;
        font-style: normal;
        line-height: 1.25;
        color: #DB0000;
        letter-spacing: 0.05em;
        margin-block: calc((1em - 1lh) / 2);
        display: flex;
        align-items: center; }
        @media only screen and (max-width: 834px) {
          .page--modelhouse .post_article #modelhouse h2 .container .en {
            margin-bottom: 30px;
            font-size: clamp(2.4rem, 6.1224489796vw, 2.4rem); } }
        @media print, screen and (min-width: 835px) {
          .page--modelhouse .post_article #modelhouse h2 .container .en {
            margin-bottom: 40px;
            font-size: clamp(3.2rem, 2.2906227631vw, 3.2rem); } }
        .page--modelhouse .post_article #modelhouse h2 .container .en::before {
          height: 1px;
          content: "";
          background: #DB0000;
          display: block;
          flex-shrink: 0;
          margin-right: 15px; }
          @media only screen and (max-width: 834px) {
            .page--modelhouse .post_article #modelhouse h2 .container .en::before {
              width: 20px; } }
          @media print, screen and (min-width: 835px) {
            .page--modelhouse .post_article #modelhouse h2 .container .en::before {
              width: 80px; } }
      .page--modelhouse .post_article #modelhouse h2 .container .jp {
        line-height: 1.5;
        font-weight: 700;
        letter-spacing: 0.1em;
        margin-block: calc((1em - 1lh) / 2); }
        @media only screen and (max-width: 834px) {
          .page--modelhouse .post_article #modelhouse h2 .container .jp {
            font-size: clamp(2rem, 6.1224489796vw, 2.4rem); } }
        @media print, screen and (min-width: 835px) {
          .page--modelhouse .post_article #modelhouse h2 .container .jp {
            font-size: clamp(4.4rem, 3.4359341446vw, 4.8rem); } }
        .page--modelhouse .post_article #modelhouse h2 .container .jp span {
          color: #DB0000; }
          .page--modelhouse .post_article #modelhouse h2 .container .jp span:nth-of-type(1) {
            font-family: "Staatliches", sans-serif;
            font-weight: 400;
            font-style: normal; }
  .page--modelhouse .post_article #modelhouse .about {
    color: #FFF;
    background: url("../images/modelhouse/modelhouse-about-bg.jpg") no-repeat center center/cover; }
    @media only screen and (max-width: 834px) {
      .page--modelhouse .post_article #modelhouse .about {
        padding: 40px 20px 50px 20px;
        margin-bottom: 80px; } }
    @media print, screen and (min-width: 835px) {
      .page--modelhouse .post_article #modelhouse .about {
        padding: 135px 30px 140px 30px;
        margin-bottom: 140px; } }
    @media print, screen and (min-width: 835px) {
      .page--modelhouse .post_article #modelhouse .about h3,
      .page--modelhouse .post_article #modelhouse .about p {
        max-width: 1320px;
        margin: 0 auto; } }
    .page--modelhouse .post_article #modelhouse .about h3 {
      line-height: 1.5;
      font-weight: 500;
      letter-spacing: 0.1em;
      margin-block: calc((1em - 1lh) / 2); }
      @media only screen and (max-width: 834px) {
        .page--modelhouse .post_article #modelhouse .about h3 {
          margin-bottom: 30px;
          font-size: clamp(1.8rem, 5.1020408163vw, 2rem); } }
      @media print, screen and (min-width: 835px) {
        .page--modelhouse .post_article #modelhouse .about h3 {
          margin-bottom: 60px;
          font-size: clamp(3.6rem, 2.8632784538vw, 4rem); } }
      .page--modelhouse .post_article #modelhouse .about h3 span {
        font-family: "Staatliches", sans-serif;
        font-weight: 400;
        font-style: normal; }
    .page--modelhouse .post_article #modelhouse .about p {
      line-height: 2;
      font-weight: 500;
      letter-spacing: 0.1em;
      margin-block: calc((1em - 1lh) / 2); }
      @media only screen and (max-width: 834px) {
        .page--modelhouse .post_article #modelhouse .about p {
          font-size: clamp(1.4rem, 4.0816326531vw, 1.6rem); } }
      @media print, screen and (min-width: 835px) {
        .page--modelhouse .post_article #modelhouse .about p {
          font-size: clamp(1.8rem, 1.4316392269vw, 2rem); } }
  @media print, screen and (min-width: 835px) {
    .page--modelhouse .post_article #modelhouse ol li {
      display: flex;
      justify-content: flex-end;
      position: relative; }
      .page--modelhouse .post_article #modelhouse ol li:nth-child(odd) {
        flex-direction: row-reverse; }
        .page--modelhouse .post_article #modelhouse ol li:nth-child(odd) .text {
          padding-right: 30px; }
        .page--modelhouse .post_article #modelhouse ol li:nth-child(odd) figure {
          margin-right: 80px; } }
      @media only screen and (min-width: 835px) and (min-width: 835px) and (max-width: 1219px) {
        .page--modelhouse .post_article #modelhouse ol li:nth-child(odd) figure {
          margin-right: 30px; } }
  @media print, screen and (min-width: 835px) {
      .page--modelhouse .post_article #modelhouse ol li:nth-child(even) {
        flex-direction: row; }
        .page--modelhouse .post_article #modelhouse ol li:nth-child(even) .text {
          padding-left: 30px; }
        .page--modelhouse .post_article #modelhouse ol li:nth-child(even) figure {
          margin-left: 80px; } }
      @media only screen and (min-width: 835px) and (min-width: 835px) and (max-width: 1219px) {
        .page--modelhouse .post_article #modelhouse ol li:nth-child(even) figure {
          margin-left: 30px; } }

  @media only screen and (max-width: 834px) {
    .page--modelhouse .post_article #modelhouse ol li:nth-child(n+2) {
      margin-top: 80px; } }
  @media print, screen and (min-width: 835px) {
    .page--modelhouse .post_article #modelhouse ol li:nth-child(n+2) {
      margin-top: 140px; } }
  @media only screen and (max-width: 834px) {
    .page--modelhouse .post_article #modelhouse ol li .text {
      padding: 0 20px;
      margin-bottom: 40px; } }
  @media print, screen and (min-width: 835px) {
    .page--modelhouse .post_article #modelhouse ol li .text {
      max-width: 610px;
      padding-top: 3px; } }
  @media only screen and (max-width: 834px) {
    .page--modelhouse .post_article #modelhouse ol li .text h4 {
      margin-bottom: 25px; } }
  @media print, screen and (min-width: 835px) {
    .page--modelhouse .post_article #modelhouse ol li .text h4 {
      margin-bottom: 45px; } }
  .page--modelhouse .post_article #modelhouse ol li .text h4 .en {
    font-family: "Staatliches", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.25;
    color: #DB0000;
    letter-spacing: 0.05em;
    display: flex;
    align-items: center;
    margin-block: calc((1em - 1lh) / 2); }
    @media only screen and (max-width: 834px) {
      .page--modelhouse .post_article #modelhouse ol li .text h4 .en {
        margin-bottom: 25px;
        font-size: clamp(1.2rem, 3.5714285714vw, 1.4rem); } }
    @media print, screen and (min-width: 835px) {
      .page--modelhouse .post_article #modelhouse ol li .text h4 .en {
        margin-bottom: 42px;
        font-size: clamp(1.8rem, 1.4316392269vw, 2rem); } }
    .page--modelhouse .post_article #modelhouse ol li .text h4 .en::before {
      content: "";
      background: url("../images/common/icon-ellipse.svg") no-repeat left top/contain;
      display: block;
      flex-shrink: 0; }
      @media only screen and (max-width: 834px) {
        .page--modelhouse .post_article #modelhouse ol li .text h4 .en::before {
          width: 12px;
          height: 14px;
          margin: -0.15em 10px 0 0; } }
      @media print, screen and (min-width: 835px) {
        .page--modelhouse .post_article #modelhouse ol li .text h4 .en::before {
          width: 20px;
          height: 23px;
          margin: -0.1em 20px 0 0; } }
  .page--modelhouse .post_article #modelhouse ol li .text h4 .jp {
    font-weight: 700;
    letter-spacing: 0.1em;
    margin-block: calc((1em - 1lh) / 2); }
    @media only screen and (max-width: 834px) {
      .page--modelhouse .post_article #modelhouse ol li .text h4 .jp {
        line-height: 2;
        font-size: clamp(1.8rem, 5.1020408163vw, 2rem); } }
    @media print, screen and (min-width: 835px) {
      .page--modelhouse .post_article #modelhouse ol li .text h4 .jp {
        line-height: 1.5;
        font-size: clamp(2.8rem, 2.5769506084vw, 3.6rem); } }
    .page--modelhouse .post_article #modelhouse ol li .text h4 .jp span {
      color: #DB0000; }
  .page--modelhouse .post_article #modelhouse ol li .text p {
    line-height: 2;
    font-weight: 500;
    letter-spacing: 0.1em;
    margin-block: calc((1em - 1lh) / 2); }
    @media only screen and (max-width: 834px) {
      .page--modelhouse .post_article #modelhouse ol li .text p {
        font-size: clamp(1.4rem, 4.0816326531vw, 1.6rem); } }
    @media print, screen and (min-width: 835px) {
      .page--modelhouse .post_article #modelhouse ol li .text p {
        font-size: clamp(1.8rem, 1.4316392269vw, 2rem); } }
  @media print, screen and (min-width: 835px) {
    .page--modelhouse .post_article #modelhouse ol li figure {
      width: 50vw;
      flex-shrink: 0; } }
  .page--modelhouse .post_article #modelhouse ol li figure img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0 auto; }
  @media only screen and (max-width: 834px) {
    .page--modelhouse .post_article #loop {
      margin-bottom: 80px; } }
  @media print, screen and (min-width: 835px) {
    .page--modelhouse .post_article #loop {
      margin-bottom: 135px; } }
  @media only screen and (max-width: 834px) {
    .page--modelhouse .post_article #loop .swiper-container:nth-of-type(n+2) {
      margin-top: 20px; } }
  @media print, screen and (min-width: 835px) {
    .page--modelhouse .post_article #loop .swiper-container:nth-of-type(n+2) {
      margin-top: 40px; } }
  .page--modelhouse .post_article #loop .swiper-container .swiper-wrapper {
    transition-timing-function: linear; }
    .page--modelhouse .post_article #loop .swiper-container .swiper-wrapper .swiper-slide img {
      display: block;
      width: 100%;
      max-width: 100%;
      height: auto;
      margin: 0 auto; }
  .page--modelhouse .post_article #event {
    display: block;
    max-width: 1380px;
    margin: 0 auto; }
    @media only screen and (max-width: 834px) {
      .page--modelhouse .post_article #event {
        padding: 0 12px; } }
    @media only screen and (min-width: 835px) and (max-width: 1219px) {
      .page--modelhouse .post_article #event {
        padding: 0 30px; } }
    @media print, screen and (min-width: 1220px) {
      .page--modelhouse .post_article #event {
        padding: 0 30px; } }
    @media only screen and (max-width: 834px) {
      .page--modelhouse .post_article #event {
        margin-bottom: 80px; } }
    @media print, screen and (min-width: 835px) {
      .page--modelhouse .post_article #event {
        margin-bottom: 135px; } }
    @media only screen and (max-width: 834px) {
      .page--modelhouse .post_article #event .mod__heading3 {
        margin-bottom: 35px; } }
    @media print, screen and (min-width: 835px) {
      .page--modelhouse .post_article #event .mod__heading3 {
        margin-bottom: 70px; } }
    .page--modelhouse .post_article #event ul {
      display: flex;
      flex-wrap: wrap; }
      @media only screen and (max-width: 834px) {
        .page--modelhouse .post_article #event ul {
          justify-content: center;
          margin-bottom: 40px; } }
      @media print, screen and (min-width: 835px) {
        .page--modelhouse .post_article #event ul {
          margin-bottom: 80px; } }
      @media only screen and (max-width: 834px) {
        .page--modelhouse .post_article #event ul li {
          width: calc(50% - 16px);
          margin: 0 8px; }
          .page--modelhouse .post_article #event ul li:nth-child(n+3) {
            margin-top: 25px; } }
      @media only screen and (min-width: 835px) and (max-width: 1219px) {
        .page--modelhouse .post_article #event ul li {
          width: calc(100% / 3 - 30px * 2 / 3); }
          .page--modelhouse .post_article #event ul li:not(:nth-child(3n)) {
            margin-right: 30px; } }
      @media print, screen and (min-width: 1220px) {
        .page--modelhouse .post_article #event ul li {
          width: calc(100% / 3 - 60px * 2 / 3); }
          .page--modelhouse .post_article #event ul li:not(:nth-child(3n)) {
            margin-right: 60px; } }
      @media only screen and (max-width: 834px) {
        .page--modelhouse .post_article #event ul li figure {
          margin-bottom: 20px; } }
      @media print, screen and (min-width: 835px) {
        .page--modelhouse .post_article #event ul li figure {
          margin-bottom: 35px; } }
      .page--modelhouse .post_article #event ul li figure img {
        display: block;
        width: 100%;
        max-width: 100%;
        height: auto;
        margin: 0 auto; }
      .page--modelhouse .post_article #event ul li p {
        line-height: 1.3125;
        font-weight: 700;
        letter-spacing: 0.05em;
        text-align: center;
        margin-block: calc((1em - 1lh) / 2); }
        @media only screen and (max-width: 834px) {
          .page--modelhouse .post_article #event ul li p {
            font-size: clamp(1.2rem, 3.5714285714vw, 1.4rem); } }
        @media print, screen and (min-width: 835px) {
          .page--modelhouse .post_article #event ul li p {
            font-size: clamp(2rem, 1.7179670723vw, 2.4rem); } }
    .page--modelhouse .post_article #event > a {
      font-family: "Staatliches", sans-serif;
      font-weight: 400;
      font-style: normal;
      width: 100%;
      line-height: 1.5;
      color: #FFF;
      letter-spacing: 0.05em;
      text-decoration: none;
      text-align: center;
      display: flex;
      justify-content: center;
      align-items: center;
      background: #DB0000;
      transition: all .2s ease-out;
      overflow: hidden;
      cursor: pointer;
      position: relative;
      z-index: 1;
      margin: 0 auto;
      border: none;
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: 700;
      font-style: normal; }
      .page--modelhouse .post_article #event > a:link {
        color: #FFF; }
      .page--modelhouse .post_article #event > a:visited {
        color: #FFF; }
      @media only screen and (max-width: 834px) {
        .page--modelhouse .post_article #event > a {
          max-width: 195px;
          min-height: 50px;
          border-radius: 25px;
          font-size: clamp(1.6rem, 4.5918367347vw, 1.8rem); } }
      @media print, screen and (min-width: 835px) {
        .page--modelhouse .post_article #event > a {
          max-width: 340px;
          min-height: 80px;
          border-radius: 40px;
          font-size: clamp(2rem, 1.7179670723vw, 2.4rem); } }
      .page--modelhouse .post_article #event > a::before {
        width: 21px;
        height: 8px;
        content: "";
        background: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2221%22%20height%3D%228%22%20viewBox%3D%220%200%2021%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20y%3D%223%22%20width%3D%2220%22%20height%3D%222%22%20fill%3D%22%23FFF%22%2F%3E%3Ccircle%20cx%3D%2217%22%20cy%3D%224%22%20r%3D%224%22%20fill%3D%22%23FFF%22%2F%3E%3C%2Fsvg%3E") no-repeat left top/contain;
        display: block;
        transition: all .2s ease-out;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto 0;
        z-index: 2; }
        @media only screen and (max-width: 834px) {
          .page--modelhouse .post_article #event > a::before {
            left: 20px; } }
        @media print, screen and (min-width: 835px) {
          .page--modelhouse .post_article #event > a::before {
            left: 35px; } }
  @media only screen and (min-width: 835px) and (min-width: 835px) and (max-width: 1219px) {
    .page--modelhouse .post_article #event > a::before {
      left: 30px; } }

      .page--modelhouse .post_article #event > a:hover {
        background: #333; }
      @media only screen and (max-width: 834px) {
        .page--modelhouse .post_article #event > a {
          max-width: unset;
          line-height: 1.3125;
          border-radius: 40px;
          font-size: clamp(1.4rem, 4.0816326531vw, 1.6rem); } }
      @media print, screen and (min-width: 835px) {
        .page--modelhouse .post_article #event > a {
          line-height: 1.25;
          font-size: clamp(1.6rem, 1.2884753042vw, 1.8rem); } }
  .page--modelhouse .post_article #floorplan {
    display: block;
    max-width: 1380px;
    margin: 0 auto; }
    @media only screen and (max-width: 834px) {
      .page--modelhouse .post_article #floorplan {
        padding: 0 20px; } }
    @media only screen and (min-width: 835px) and (max-width: 1219px) {
      .page--modelhouse .post_article #floorplan {
        padding: 0 30px; } }
    @media print, screen and (min-width: 1220px) {
      .page--modelhouse .post_article #floorplan {
        padding: 0 30px; } }
    @media only screen and (max-width: 834px) {
      .page--modelhouse .post_article #floorplan {
        margin-bottom: 120px; } }
    @media print, screen and (min-width: 835px) {
      .page--modelhouse .post_article #floorplan {
        margin-bottom: 180px; } }
    @media only screen and (max-width: 834px) {
      .page--modelhouse .post_article #floorplan .mod__heading3 {
        margin-bottom: 35px; } }
    @media print, screen and (min-width: 835px) {
      .page--modelhouse .post_article #floorplan .mod__heading3 {
        margin-bottom: 70px; } }
    .page--modelhouse .post_article #floorplan .container {
      background: #EDEDED; }
      @media only screen and (max-width: 834px) {
        .page--modelhouse .post_article #floorplan .container {
          padding: 40px 20px; } }
      @media print, screen and (min-width: 835px) {
        .page--modelhouse .post_article #floorplan .container {
          padding: 80px 30px; } }
      @media only screen and (max-width: 834px) {
        .page--modelhouse .post_article #floorplan .container ol {
          max-width: 60%;
          margin: 0 auto 20px auto; } }
      @media print, screen and (min-width: 835px) {
        .page--modelhouse .post_article #floorplan .container ol {
          max-width: 820px;
          display: flex;
          flex-wrap: wrap;
          margin: 0 auto 40px auto; } }
      @media only screen and (max-width: 834px) {
        .page--modelhouse .post_article #floorplan .container ol li:nth-child(n+2) {
          margin-top: 20px; } }
      @media print, screen and (min-width: 835px) {
        .page--modelhouse .post_article #floorplan .container ol li {
          width: calc(50% - 10px); }
          .page--modelhouse .post_article #floorplan .container ol li:nth-child(odd) {
            margin-right: 20px; }
          .page--modelhouse .post_article #floorplan .container ol li:nth-child(n+3) {
            margin-top: 20px; } }
      @media only screen and (max-width: 834px) {
        .page--modelhouse .post_article #floorplan .container ol li figure {
          margin-bottom: 10px; } }
      @media print, screen and (min-width: 835px) {
        .page--modelhouse .post_article #floorplan .container ol li figure {
          margin-bottom: 20px; } }
      .page--modelhouse .post_article #floorplan .container ol li figure img {
        display: block;
        width: 100%;
        max-width: 100%;
        height: auto;
        margin: 0 auto; }
      .page--modelhouse .post_article #floorplan .container ol li p {
        line-height: 1.25;
        font-weight: 700;
        letter-spacing: 0.1em;
        margin-block: calc((1em - 1lh) / 2); }
        @media only screen and (max-width: 834px) {
          .page--modelhouse .post_article #floorplan .container ol li p {
            font-size: clamp(1.6rem, 4.0816326531vw, 1.6rem); } }
        @media print, screen and (min-width: 835px) {
          .page--modelhouse .post_article #floorplan .container ol li p {
            font-size: clamp(2.4rem, 1.7179670723vw, 2.4rem); } }
      @media only screen and (max-width: 834px) {
        .page--modelhouse .post_article #floorplan .container > figure {
          margin-bottom: 20px; } }
      @media print, screen and (min-width: 835px) {
        .page--modelhouse .post_article #floorplan .container > figure {
          max-width: 1000px;
          margin: 0 auto 40px auto; } }
      .page--modelhouse .post_article #floorplan .container > figure img {
        display: block;
        width: 100%;
        max-width: 100%;
        height: auto;
        margin: 0 auto; }
        @media only screen and (max-width: 834px) {
          .page--modelhouse .post_article #floorplan .container > figure img:nth-of-type(n+2) {
            margin-top: 10px; } }
        @media print, screen and (min-width: 835px) {
          .page--modelhouse .post_article #floorplan .container > figure img:nth-of-type(n+2) {
            margin-top: 20px; } }
      .page--modelhouse .post_article #floorplan .container .tb {
        background: #FFF;
        border: 1px solid #D9D9D9; }
        @media print, screen and (min-width: 835px) {
          .page--modelhouse .post_article #floorplan .container .tb {
            max-width: 480px;
            display: flex;
            justify-content: center;
            margin: 0 auto; } }
        @media print, screen and (min-width: 835px) {
          .page--modelhouse .post_article #floorplan .container .tb dl {
            width: 50%; } }
        @media only screen and (max-width: 834px) {
          .page--modelhouse .post_article #floorplan .container .tb dl:nth-of-type(n+2) {
            border-top: 1px solid #D9D9D9; } }
        @media print, screen and (min-width: 835px) {
          .page--modelhouse .post_article #floorplan .container .tb dl:nth-of-type(n+2) {
            border-left: 1px solid #D9D9D9; } }
        .page--modelhouse .post_article #floorplan .container .tb dl dt,
        .page--modelhouse .post_article #floorplan .container .tb dl dd {
          line-height: 1.3125;
          letter-spacing: 0.05em;
          text-align: center;
          display: flex;
          justify-content: center;
          align-items: center; }
          @media only screen and (max-width: 834px) {
            .page--modelhouse .post_article #floorplan .container .tb dl dt,
            .page--modelhouse .post_article #floorplan .container .tb dl dd {
              font-size: clamp(1.4rem, 4.0816326531vw, 1.6rem); } }
          @media print, screen and (min-width: 835px) {
            .page--modelhouse .post_article #floorplan .container .tb dl dt,
            .page--modelhouse .post_article #floorplan .container .tb dl dd {
              font-size: clamp(1.4rem, 1.1453113815vw, 1.6rem); } }
        .page--modelhouse .post_article #floorplan .container .tb dl dt {
          min-height: 40px;
          color: #FFF;
          font-weight: 700;
          background: #5D5D5D;
          border-bottom: 1px solid #D9D9D9; }
        .page--modelhouse .post_article #floorplan .container .tb dl dd {
          font-weight: 500;
          padding: 10px 20px; }
          @media print, screen and (min-width: 835px) {
            .page--modelhouse .post_article #floorplan .container .tb dl dd {
              min-height: 70px; } }
  @media only screen and (max-width: 834px) {
    .page--modelhouse .post_article #access {
      margin-bottom: 165px; } }
  @media print, screen and (min-width: 835px) {
    .page--modelhouse .post_article #access {
      margin-bottom: 235px; } }
  @media only screen and (max-width: 834px) {
    .page--modelhouse .post_article #access .mod__heading2 {
      margin-bottom: 35px; } }
  @media print, screen and (min-width: 835px) {
    .page--modelhouse .post_article #access .mod__heading2 {
      margin-bottom: 65px; } }
  .page--modelhouse .post_article #access .map {
    width: 100%;
    height: 0;
    overflow: hidden;
    position: relative;
    margin-bottom: 40px; }
    @media only screen and (max-width: 834px) {
      .page--modelhouse .post_article #access .map {
        padding-top: 154.66%; } }
    @media print, screen and (min-width: 835px) {
      .page--modelhouse .post_article #access .map {
        padding-top: 30.20833%; } }
    .page--modelhouse .post_article #access .map iframe {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
  .page--modelhouse .post_article #access .info {
    display: block;
    max-width: 940px;
    margin: 0 auto;
    text-align: center; }
    @media only screen and (max-width: 834px) {
      .page--modelhouse .post_article #access .info {
        padding: 0 20px; } }
    @media only screen and (min-width: 835px) and (max-width: 1219px) {
      .page--modelhouse .post_article #access .info {
        padding: 0 30px; } }
    @media print, screen and (min-width: 1220px) {
      .page--modelhouse .post_article #access .info {
        padding: 0 30px; } }
    .page--modelhouse .post_article #access .info .tb {
      background: #FFF;
      border: 1px solid #D9D9D9; }
      @media only screen and (max-width: 834px) {
        .page--modelhouse .post_article #access .info .tb {
          margin-bottom: 20px; } }
      @media print, screen and (min-width: 835px) {
        .page--modelhouse .post_article #access .info .tb {
          max-width: 720px;
          display: flex;
          justify-content: center;
          margin: 0 auto 30px auto; } }
      @media print, screen and (min-width: 835px) {
        .page--modelhouse .post_article #access .info .tb dl {
          width: calc(100% / 3); } }
      @media only screen and (max-width: 834px) {
        .page--modelhouse .post_article #access .info .tb dl:nth-of-type(n+2) {
          border-top: 1px solid #D9D9D9; } }
      @media print, screen and (min-width: 835px) {
        .page--modelhouse .post_article #access .info .tb dl:nth-of-type(n+2) {
          border-left: 1px solid #D9D9D9; } }
      .page--modelhouse .post_article #access .info .tb dl dt,
      .page--modelhouse .post_article #access .info .tb dl dd {
        line-height: 1.3125;
        letter-spacing: 0.05em;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center; }
        @media only screen and (max-width: 834px) {
          .page--modelhouse .post_article #access .info .tb dl dt,
          .page--modelhouse .post_article #access .info .tb dl dd {
            font-size: clamp(1.4rem, 4.0816326531vw, 1.6rem); } }
        @media print, screen and (min-width: 835px) {
          .page--modelhouse .post_article #access .info .tb dl dt,
          .page--modelhouse .post_article #access .info .tb dl dd {
            font-size: clamp(1.4rem, 1.1453113815vw, 1.6rem); } }
      .page--modelhouse .post_article #access .info .tb dl dt {
        min-height: 40px;
        color: #FFF;
        font-weight: 700;
        background: #5D5D5D;
        border-bottom: 1px solid #D9D9D9; }
      .page--modelhouse .post_article #access .info .tb dl dd {
        font-weight: 500;
        padding: 10px 20px; }
        @media print, screen and (min-width: 835px) {
          .page--modelhouse .post_article #access .info .tb dl dd {
            min-height: 70px; } }
        .page--modelhouse .post_article #access .info .tb dl dd a {
          color: #333;
          text-decoration: none;
          transition: all .2s ease-out; }
          @media only screen and (max-width: 834px) {
            .page--modelhouse .post_article #access .info .tb dl dd a:hover {
              color: #DB0000; } }
          @media print, screen and (min-width: 835px) {
            .page--modelhouse .post_article #access .info .tb dl dd a {
              pointer-events: none; } }
    .page--modelhouse .post_article #access .info p {
      line-height: 1.5;
      color: #DB0000;
      font-weight: 500;
      letter-spacing: 0.1em;
      margin-block: calc((1em - 1lh) / 2);
      transition: all .2s ease-out; }
      @media only screen and (max-width: 834px) {
        .page--modelhouse .post_article #access .info p {
          text-align: left;
          margin-bottom: 25px;
          font-size: clamp(1.4rem, 3.5714285714vw, 1.4rem); } }
      @media print, screen and (min-width: 835px) {
        .page--modelhouse .post_article #access .info p {
          text-align: center;
          margin-bottom: 50px;
          font-size: clamp(1.4rem, 1.1453113815vw, 1.6rem); } }
    .page--modelhouse .post_article #access .info > i {
      line-height: 1.25;
      font-style: normal;
      font-weight: 700;
      text-align: center;
      letter-spacing: 0.1em;
      display: inline-flex;
      justify-content: center;
      align-items: flex-end;
      margin-block: calc((1em - 1lh) / 2); }
      @media only screen and (max-width: 834px) {
        .page--modelhouse .post_article #access .info > i {
          margin-bottom: 15px;
          font-size: clamp(1.4rem, 4.0816326531vw, 1.6rem); } }
      @media print, screen and (min-width: 835px) {
        .page--modelhouse .post_article #access .info > i {
          margin-bottom: 25px;
          font-size: clamp(2rem, 1.7179670723vw, 2.4rem); } }
      .page--modelhouse .post_article #access .info > i::before, .page--modelhouse .post_article #access .info > i::after {
        width: 2px;
        content: "";
        background: #DB0000;
        display: block; }
        @media only screen and (max-width: 834px) {
          .page--modelhouse .post_article #access .info > i::before, .page--modelhouse .post_article #access .info > i::after {
            height: 24px; } }
        @media print, screen and (min-width: 835px) {
          .page--modelhouse .post_article #access .info > i::before, .page--modelhouse .post_article #access .info > i::after {
            height: 34px; } }
      .page--modelhouse .post_article #access .info > i::before {
        transform: rotate(-30deg);
        margin-right: 15px; }
      .page--modelhouse .post_article #access .info > i::after {
        transform: rotate(30deg);
        margin-left: 15px; }
      .page--modelhouse .post_article #access .info > i > span {
        color: #DB0000;
        letter-spacing: 0.15em;
        margin-bottom: -0.05em; }
        .page--modelhouse .post_article #access .info > i > span span {
          font-family: "Staatliches", sans-serif;
          font-weight: 400;
          font-style: normal;
          line-height: 1;
          margin: 0 0.15em; }
          @media only screen and (max-width: 834px) {
            .page--modelhouse .post_article #access .info > i > span span {
              font-size: clamp(2.4rem, 8.1632653061vw, 3.2rem); } }
          @media print, screen and (min-width: 835px) {
            .page--modelhouse .post_article #access .info > i > span span {
              font-size: clamp(4.4rem, 3.4359341446vw, 4.8rem); } }
    .page--modelhouse .post_article #access .info > a {
      font-family: "Staatliches", sans-serif;
      font-weight: 400;
      font-style: normal;
      width: 100%;
      line-height: 1.5;
      color: #FFF;
      letter-spacing: 0.05em;
      text-decoration: none;
      text-align: center;
      display: flex;
      justify-content: center;
      align-items: center;
      background: #DB0000;
      transition: all .2s ease-out;
      overflow: hidden;
      cursor: pointer;
      position: relative;
      z-index: 1;
      margin: 0 auto;
      border: none;
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: 700;
      font-style: normal; }
      .page--modelhouse .post_article #access .info > a:link {
        color: #FFF; }
      .page--modelhouse .post_article #access .info > a:visited {
        color: #FFF; }
      @media only screen and (max-width: 834px) {
        .page--modelhouse .post_article #access .info > a {
          max-width: 195px;
          min-height: 50px;
          border-radius: 25px;
          font-size: clamp(1.6rem, 4.5918367347vw, 1.8rem); } }
      @media print, screen and (min-width: 835px) {
        .page--modelhouse .post_article #access .info > a {
          max-width: 340px;
          min-height: 80px;
          border-radius: 40px;
          font-size: clamp(2rem, 1.7179670723vw, 2.4rem); } }
      .page--modelhouse .post_article #access .info > a::before {
        width: 21px;
        height: 8px;
        content: "";
        background: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2221%22%20height%3D%228%22%20viewBox%3D%220%200%2021%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20y%3D%223%22%20width%3D%2220%22%20height%3D%222%22%20fill%3D%22%23FFF%22%2F%3E%3Ccircle%20cx%3D%2217%22%20cy%3D%224%22%20r%3D%224%22%20fill%3D%22%23FFF%22%2F%3E%3C%2Fsvg%3E") no-repeat left top/contain;
        display: block;
        transition: all .2s ease-out;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto 0;
        z-index: 2; }
        @media only screen and (max-width: 834px) {
          .page--modelhouse .post_article #access .info > a::before {
            left: 20px; } }
        @media print, screen and (min-width: 835px) {
          .page--modelhouse .post_article #access .info > a::before {
            left: 35px; } }
  @media only screen and (min-width: 835px) and (min-width: 835px) and (max-width: 1219px) {
    .page--modelhouse .post_article #access .info > a::before {
      left: 30px; } }

      .page--modelhouse .post_article #access .info > a:hover {
        background: #333; }
      @media only screen and (max-width: 834px) {
        .page--modelhouse .post_article #access .info > a {
          max-width: unset;
          min-height: 70px;
          line-height: 1.3125;
          border-radius: 40px;
          font-size: clamp(1.4rem, 4.0816326531vw, 1.6rem); } }
      @media print, screen and (min-width: 835px) {
        .page--modelhouse .post_article #access .info > a {
          max-width: 880px;
          min-height: 140px;
          line-height: 1.25;
          border-radius: 90px;
          font-size: clamp(2.8rem, 2.2906227631vw, 3.2rem); } }
      @media only screen and (max-width: 834px) {
        .page--modelhouse .post_article #access .info > a::before {
          left: 20px; } }
      @media print, screen and (min-width: 835px) {
        .page--modelhouse .post_article #access .info > a::before {
          width: 35px;
          height: 12px;
          background: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2235%22%20height%3D%2212%22%20viewBox%3D%220%200%2035%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20y%3D%225%22%20width%3D%2230%22%20height%3D%222%22%20fill%3D%22%23FFF%22%2F%3E%3Ccircle%20cx%3D%2229%22%20cy%3D%226%22%20r%3D%226%22%20fill%3D%22%23FFF%22%2F%3E%3C%2Fsvg%3E") no-repeat left top/contain;
          left: 60px; } }

/* ///////////////////////////////////////////
  value.scss
  変数・mixinに関する設定
/////////////////////////////////////////// */
/*====================================
  カラー
=====================================*/
/*===================================*/
/*====================================
  画像
=====================================*/
/*====================================
  font
=====================================*/
/*
@mixin special-gothic-expanded-one-R {
  font-family: "Special Gothic Expanded One", sans-serif;
  font-weight: 400;
  font-style: normal;
}
*/
/*====================================
  基本設定
=====================================*/
/* /////////////////////////////////
可変サイズ指定
・フォント（font-size）
・マージン（margin）
・パディング（padding）
・幅（width）
・高さ（height）
///////////////////////////////// */
/*
サイズとビューポートに基づいてvwを計算するための関数
ビューポート幅にスクロールバーの幅を加えることにより、ビューポートの実際の表示可能な幅を考慮
*/
/*
ピクセル単位のサイズ ($px) を rem 単位に変換するための関数
*/
/*====================================
  レイアウト・パーツ
=====================================*/
:root {
  --leading-trim: calc((1em - 1lh) / 2); }

/* /////////////////////////////////
  Media Queries
///////////////////////////////// */
/* /////////////////////////////////////////////////////////
  プライバシーポリシー
///////////////////////////////////////////////////////// */
.page--privacy .post_article {
  /* ======================
  パンくずリスト
  ====================== */
  /* ======================
  プライバシーポリシー
  ====================== */ }
  @media only screen and (max-width: 834px) {
    .page--privacy .post_article {
      margin-bottom: 185px; } }
  @media print, screen and (min-width: 835px) {
    .page--privacy .post_article {
      margin-bottom: 375px; } }
  @media only screen and (max-width: 834px) {
    .page--privacy .post_article .mod__breadcrumb {
      margin-bottom: 45px; } }
  @media print, screen and (min-width: 835px) {
    .page--privacy .post_article .mod__breadcrumb {
      margin-bottom: 90px; } }
  .page--privacy .post_article #privacy {
    display: block;
    max-width: 1380px;
    margin: 0 auto;
    counter-reset: parent; }
    @media only screen and (max-width: 834px) {
      .page--privacy .post_article #privacy {
        padding: 0 20px; } }
    @media only screen and (min-width: 835px) and (max-width: 1219px) {
      .page--privacy .post_article #privacy {
        padding: 0 30px; } }
    @media print, screen and (min-width: 1220px) {
      .page--privacy .post_article #privacy {
        padding: 0 30px; } }
    @media only screen and (max-width: 834px) {
      .page--privacy .post_article #privacy {
        margin-bottom: 80px; } }
    @media print, screen and (min-width: 835px) {
      .page--privacy .post_article #privacy {
        margin-bottom: 205px; } }
    @media only screen and (max-width: 834px) {
      .page--privacy .post_article #privacy > li:nth-child(n+2) {
        margin-top: 80px; } }
    @media print, screen and (min-width: 835px) {
      .page--privacy .post_article #privacy > li:nth-child(n+2) {
        margin-top: 205px; } }
    .page--privacy .post_article #privacy > li h2 {
      line-height: 2;
      font-weight: 700;
      letter-spacing: 0.1em;
      text-indent: -1.3em;
      margin-block: calc((1em - 1lh) / 2);
      margin-left: 1.3em; }
      @media only screen and (max-width: 834px) {
        .page--privacy .post_article #privacy > li h2 {
          margin-bottom: 25px;
          font-size: clamp(2rem, 6.1224489796vw, 2.4rem); } }
      @media print, screen and (min-width: 835px) {
        .page--privacy .post_article #privacy > li h2 {
          margin-bottom: 55px;
          font-size: clamp(3rem, 3.4359341446vw, 4.8rem); } }
      .page--privacy .post_article #privacy > li h2::before {
        counter-increment: parent;
        content: counter(parent) ".";
        /* 以下は自由に装飾... */
        padding-right: .3em; }
    .page--privacy .post_article #privacy > li p {
      line-height: 2;
      font-weight: 500;
      letter-spacing: 0.1em;
      margin-block: calc((1em - 1lh) / 2); }
      @media only screen and (max-width: 834px) {
        .page--privacy .post_article #privacy > li p {
          font-size: clamp(1.4rem, 4.0816326531vw, 1.6rem); } }
      @media print, screen and (min-width: 835px) {
        .page--privacy .post_article #privacy > li p {
          font-size: clamp(1.8rem, 1.4316392269vw, 2rem); } }
      .page--privacy .post_article #privacy > li p:nth-of-type(n+2) {
        margin-top: 50px; }
      .page--privacy .post_article #privacy > li p a {
        color: #333;
        text-decoration: none;
        transition: all .2s ease-out; }
        .page--privacy .post_article #privacy > li p a:hover {
          color: #DB0000; }
        @media only screen and (max-width: 834px) {
          .page--privacy .post_article #privacy > li p a.tel:hover {
            color: #DB0000; } }
        @media print, screen and (min-width: 835px) {
          .page--privacy .post_article #privacy > li p a.tel {
            pointer-events: none; } }
    .page--privacy .post_article #privacy ol {
      counter-reset: child;
      margin-top: 50px; }
      .page--privacy .post_article #privacy ol li {
        line-height: 2;
        font-weight: 500;
        letter-spacing: 0.1em;
        text-indent: -1.35em;
        margin-left: 1.35em; }
        @media only screen and (max-width: 834px) {
          .page--privacy .post_article #privacy ol li {
            font-size: clamp(1.4rem, 4.0816326531vw, 1.6rem); } }
        @media print, screen and (min-width: 835px) {
          .page--privacy .post_article #privacy ol li {
            font-size: clamp(1.8rem, 1.4316392269vw, 2rem); } }
        .page--privacy .post_article #privacy ol li::before {
          counter-increment: child;
          content: counter(child) ".";
          /* 以下は自由に装飾... */
          padding-right: .3em; }

/* ///////////////////////////////////////////
  value.scss
  変数・mixinに関する設定
/////////////////////////////////////////// */
/*====================================
  カラー
=====================================*/
/*===================================*/
/*====================================
  画像
=====================================*/
/*====================================
  font
=====================================*/
/*
@mixin special-gothic-expanded-one-R {
  font-family: "Special Gothic Expanded One", sans-serif;
  font-weight: 400;
  font-style: normal;
}
*/
/*====================================
  基本設定
=====================================*/
/* /////////////////////////////////
可変サイズ指定
・フォント（font-size）
・マージン（margin）
・パディング（padding）
・幅（width）
・高さ（height）
///////////////////////////////// */
/*
サイズとビューポートに基づいてvwを計算するための関数
ビューポート幅にスクロールバーの幅を加えることにより、ビューポートの実際の表示可能な幅を考慮
*/
/*
ピクセル単位のサイズ ($px) を rem 単位に変換するための関数
*/
/*====================================
  レイアウト・パーツ
=====================================*/
:root {
  --leading-trim: calc((1em - 1lh) / 2); }

/* /////////////////////////////////
  Media Queries
///////////////////////////////// */
/* /////////////////////////////////////////////////////////
  分譲地・物件情報
///////////////////////////////////////////////////////// */
.page--property .post_article {
  /* ======================
  一覧ページ
  ====================== */
  /* ======================
  詳細ページ
  ====================== */
  /* ======================
  おすすめの分譲地・物件情報
  ====================== */ }
  @media only screen and (max-width: 834px) {
    .page--property .post_article {
      margin-bottom: 185px; } }
  @media print, screen and (min-width: 835px) {
    .page--property .post_article {
      margin-bottom: 375px; } }
  .page--property .post_article.home {
    /* パンくずリスト */
    /* カテゴリー */
    /* 記事リスト */
    /* ページネーション */ }
    @media only screen and (max-width: 834px) {
      .page--property .post_article.home .mod__breadcrumb {
        margin-bottom: 45px; } }
    @media print, screen and (min-width: 835px) {
      .page--property .post_article.home .mod__breadcrumb {
        margin-bottom: 90px; } }
    .page--property .post_article.home #category {
      display: block;
      max-width: 1380px;
      margin: 0 auto; }
      @media only screen and (max-width: 834px) {
        .page--property .post_article.home #category {
          padding: 0 20px; } }
      @media only screen and (min-width: 835px) and (max-width: 1219px) {
        .page--property .post_article.home #category {
          padding: 0 30px; } }
      @media print, screen and (min-width: 1220px) {
        .page--property .post_article.home #category {
          padding: 0 30px; } }
      @media only screen and (max-width: 834px) {
        .page--property .post_article.home #category {
          margin-bottom: 40px; } }
      @media print, screen and (min-width: 835px) {
        .page--property .post_article.home #category {
          display: flex;
          justify-content: space-between;
          align-items: center;
          margin-bottom: 80px; } }
      .page--property .post_article.home #category dt {
        font-family: "Staatliches", sans-serif;
        font-weight: 400;
        font-style: normal;
        line-height: 1;
        color: #DB0000; }
        @media only screen and (max-width: 834px) {
          .page--property .post_article.home #category dt {
            margin-bottom: 10px;
            font-size: clamp(2rem, 5.1020408163vw, 2rem); } }
        @media print, screen and (min-width: 835px) {
          .page--property .post_article.home #category dt {
            width: 240px;
            font-size: clamp(2.4rem, 1.7179670723vw, 2.4rem); } }
      @media print, screen and (min-width: 835px) {
        .page--property .post_article.home #category dd {
          width: calc(100% - 240px); } }
      @media only screen and (max-width: 834px) {
        .page--property .post_article.home #category dd form {
          cursor: pointer;
          position: relative; }
          .page--property .post_article.home #category dd form::after {
            width: 10px;
            height: 10px;
            content: "";
            border-right: 2px solid #DB0000;
            border-bottom: 2px solid #DB0000;
            transform: rotate(45deg);
            display: block;
            position: absolute;
            top: 0;
            bottom: 0;
            right: 20px;
            margin: auto 0;
            z-index: 2; }
          .page--property .post_article.home #category dd form select {
            width: 100%;
            height: 50px;
            line-height: 1.3125;
            font-weight: 700;
            letter-spacing: 0.1em;
            text-align: center;
            display: block;
            appearance: none;
            box-shadow: none;
            background: #F5F5F5;
            border: none;
            cursor: pointer;
            border-bottom: 2px solid #DB0000;
            transition: all .2s ease-out;
            font-size: clamp(1.4rem, 3.5714285714vw, 1.4rem); } }
      @media print, screen and (min-width: 835px) {
        .page--property .post_article.home #category dd ul {
          display: flex;
          flex-wrap: wrap; }
          .page--property .post_article.home #category dd ul li {
            width: 100%;
            max-width: 100px;
            line-height: 1.3125;
            font-weight: 700;
            letter-spacing: 0.1em;
            text-align: center;
            margin-right: 20px;
            font-size: clamp(1.2rem, 1.0021474588vw, 1.4rem); }
            .page--property .post_article.home #category dd ul li.current a {
              border-bottom: 2px solid #DB0000; }
            .page--property .post_article.home #category dd ul li a {
              width: 100%;
              color: #333;
              text-align: center;
              text-decoration: none;
              display: flex;
              justify-content: center;
              align-items: center;
              padding-bottom: 7px;
              border-bottom: 2px solid #D9D9D9;
              transition: all .2s ease-out; }
              .page--property .post_article.home #category dd ul li a:hover {
                border-color: #DB0000; } }
    .page--property .post_article.home #article {
      display: block;
      max-width: 1380px;
      margin: 0 auto; }
      @media only screen and (max-width: 834px) {
        .page--property .post_article.home #article {
          padding: 0 20px; } }
      @media only screen and (min-width: 835px) and (max-width: 1219px) {
        .page--property .post_article.home #article {
          padding: 0 30px; } }
      @media print, screen and (min-width: 1220px) {
        .page--property .post_article.home #article {
          padding: 0 30px; } }
      @media print, screen and (min-width: 835px) {
        .page--property .post_article.home #article {
          display: flex;
          flex-wrap: wrap; } }
      @media only screen and (max-width: 834px) {
        .page--property .post_article.home #article > li:nth-child(n+2) {
          margin-top: 35px; } }
      @media print, screen and (min-width: 835px) {
        .page--property .post_article.home #article > li {
          width: calc(100% / 3 - 30px * 2 / 3); }
          .page--property .post_article.home #article > li:not(:nth-child(3n)) {
            margin-right: 30px; }
          .page--property .post_article.home #article > li:nth-child(n+4) {
            margin-top: 57px; } }
      .page--property .post_article.home #article > li a {
        color: #333;
        text-decoration: none;
        display: block;
        transition: all .2s ease-out; }
        .page--property .post_article.home #article > li a:hover {
          /*
          .tag {
            li {
              background: $mainColor;
            }
          }
          
          h2,
          dl dt,
          dl dd,
          .free li {
            color: $mainColor;
          }
          
          dl,
          dl dt,
          dl dd,
          .free li {
            border-color: $mainColor !important;
          }
          */ }
          .page--property .post_article.home #article > li a:hover figure {
            opacity: 0.9; }
          .page--property .post_article.home #article > li a:hover .more {
            color: #333; }
            .page--property .post_article.home #article > li a:hover .more::before {
              background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2235%22%20height%3D%2212%22%20viewBox%3D%220%200%2035%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20y%3D%225%22%20width%3D%2230%22%20height%3D%222%22%20fill%3D%22%23333%22%2F%3E%3Ccircle%20cx%3D%2229%22%20cy%3D%226%22%20r%3D%226%22%20fill%3D%22%23333%22%2F%3E%3C%2Fsvg%3E"); }
        .page--property .post_article.home #article > li a figure {
          width: 100%;
          height: 0;
          padding-top: 68.8%;
          display: block;
          overflow: hidden;
          border: 1px solid #F5F5F5;
          position: relative;
          transition: all .2s ease-out; }
          @media only screen and (max-width: 834px) {
            .page--property .post_article.home #article > li a figure {
              margin-bottom: 15px; } }
          @media print, screen and (min-width: 835px) {
            .page--property .post_article.home #article > li a figure {
              margin-bottom: 20px; } }
          .page--property .post_article.home #article > li a figure img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
            z-index: 2; }
        .page--property .post_article.home #article > li a .tag {
          display: flex;
          flex-wrap: wrap; }
          @media only screen and (max-width: 834px) {
            .page--property .post_article.home #article > li a .tag {
              margin-bottom: 7px; } }
          @media print, screen and (min-width: 835px) {
            .page--property .post_article.home #article > li a .tag {
              margin-bottom: 12px; } }
          .page--property .post_article.home #article > li a .tag li {
            line-height: 1.3125;
            color: #FFF;
            font-weight: 700;
            letter-spacing: 0.05em;
            text-align: center;
            display: inline-flex;
            justify-content: center;
            align-items: center;
            padding: 3px 10px;
            background: #1A1A1A;
            border-radius: 2px;
            transition: all .2s ease-out; }
            @media only screen and (max-width: 834px) {
              .page--property .post_article.home #article > li a .tag li {
                min-height: 25px;
                margin: 0 5px 5px 0;
                font-size: clamp(1.2rem, 3.0612244898vw, 1.2rem); } }
            @media print, screen and (min-width: 835px) {
              .page--property .post_article.home #article > li a .tag li {
                min-height: 30px;
                margin: 0 10px 10px 0;
                font-size: clamp(1.4rem, 1.0021474588vw, 1.4rem); } }
        .page--property .post_article.home #article > li a h2 {
          line-height: 1.5;
          color: #333;
          font-weight: 700;
          letter-spacing: 0.1em;
          margin-block: calc((1em - 1lh) / 2);
          transition: all .2s ease-out; }
          @media only screen and (max-width: 834px) {
            .page--property .post_article.home #article > li a h2 {
              margin-bottom: 8px;
              font-size: clamp(1.4rem, 4.0816326531vw, 1.6rem); } }
          @media print, screen and (min-width: 835px) {
            .page--property .post_article.home #article > li a h2 {
              margin-bottom: 10px;
              font-size: clamp(1.8rem, 1.4316392269vw, 2rem); } }
        .page--property .post_article.home #article > li a .price {
          line-height: 1.25;
          color: #DB0000;
          font-weight: 700;
          letter-spacing: 0.05em;
          margin-block: calc((1em - 1lh) / 2);
          transition: all .2s ease-out; }
          @media only screen and (max-width: 834px) {
            .page--property .post_article.home #article > li a .price {
              margin-bottom: 5px;
              font-size: clamp(1.2rem, 3.0612244898vw, 1.2rem); } }
          @media print, screen and (min-width: 835px) {
            .page--property .post_article.home #article > li a .price {
              margin-bottom: 10px;
              font-size: clamp(1.4rem, 1.0021474588vw, 1.4rem); } }
          .page--property .post_article.home #article > li a .price span {
            font-family: "Staatliches", sans-serif;
            font-weight: 400;
            font-style: normal;
            margin-right: 3px; }
            @media only screen and (max-width: 834px) {
              .page--property .post_article.home #article > li a .price span {
                font-size: clamp(1.4rem, 3.5714285714vw, 1.4rem); } }
            @media print, screen and (min-width: 835px) {
              .page--property .post_article.home #article > li a .price span {
                font-size: clamp(1.8rem, 1.2884753042vw, 1.8rem); } }
        .page--property .post_article.home #article > li a dl {
          display: flex;
          flex-wrap: wrap;
          border-bottom: 1px solid #D9D9D9;
          transition: all .2s ease-out; }
          .page--property .post_article.home #article > li a dl dt,
          .page--property .post_article.home #article > li a dl dd {
            display: flex;
            align-items: center;
            letter-spacing: 0.05em;
            transition: all .2s ease-out; }
            @media only screen and (max-width: 834px) {
              .page--property .post_article.home #article > li a dl dt,
              .page--property .post_article.home #article > li a dl dd {
                min-height: 31px;
                line-height: 1.5;
                padding: 5px 0;
                font-size: clamp(1.4rem, 3.5714285714vw, 1.4rem); } }
            @media print, screen and (min-width: 835px) {
              .page--property .post_article.home #article > li a dl dt,
              .page--property .post_article.home #article > li a dl dd {
                min-height: 43px;
                line-height: 1.3125;
                padding: 10px 0;
                font-size: clamp(1.4rem, 1.1453113815vw, 1.6rem); } }
            .page--property .post_article.home #article > li a dl dt:nth-of-type(n+2),
            .page--property .post_article.home #article > li a dl dd:nth-of-type(n+2) {
              border-top: 1px solid #D9D9D9; }
          .page--property .post_article.home #article > li a dl dt {
            width: 6em;
            padding-right: 1em;
            font-weight: 700;
            /*
            @include mobile {
              width: 60px;
            }
            @include desktop {
              width: 100px;
            }
            */ }
          .page--property .post_article.home #article > li a dl dd {
            width: calc(100% - 6em);
            font-weight: 500;
            /*
            @include mobile {
              width: calc(100% - 60px);
            }
            @include desktop {
              width: calc(100% - 100px);
            }
            */ }
        @media only screen and (max-width: 834px) {
          .page--property .post_article.home #article > li a .free {
            margin-bottom: 15px; } }
        @media print, screen and (min-width: 835px) {
          .page--property .post_article.home #article > li a .free {
            margin-bottom: 30px; } }
        .page--property .post_article.home #article > li a .free li {
          font-weight: 500;
          letter-spacing: 0.05em;
          display: flex;
          align-items: center;
          border-bottom: 1px solid #D9D9D9;
          transition: all .2s ease-out; }
          @media only screen and (max-width: 834px) {
            .page--property .post_article.home #article > li a .free li {
              min-height: 31px;
              line-height: 1.5;
              padding: 5px 0;
              font-size: clamp(1.4rem, 3.5714285714vw, 1.4rem); } }
          @media print, screen and (min-width: 835px) {
            .page--property .post_article.home #article > li a .free li {
              min-height: 43px;
              line-height: 1.3125;
              padding: 10px 0;
              font-size: clamp(1.4rem, 1.1453113815vw, 1.6rem); } }
        .page--property .post_article.home #article > li a .more {
          font-family: "Staatliches", sans-serif;
          font-weight: 400;
          font-style: normal;
          line-height: 1;
          color: #DB0000;
          letter-spacing: 0.05em;
          text-align: right;
          display: flex;
          justify-content: flex-end;
          align-items: center;
          transition: all .2s ease-out; }
          @media only screen and (max-width: 834px) {
            .page--property .post_article.home #article > li a .more {
              font-size: clamp(1.6rem, 4.0816326531vw, 1.6rem); } }
          @media print, screen and (min-width: 835px) {
            .page--property .post_article.home #article > li a .more {
              font-size: clamp(1.6rem, 1.1453113815vw, 1.6rem); } }
          .page--property .post_article.home #article > li a .more::before {
            width: 21px;
            height: 8px;
            content: "";
            background: url("../images/common/icon-button.svg") no-repeat left top/contain;
            display: block;
            flex-shrink: 0;
            margin-right: 10px; }
    @media only screen and (max-width: 834px) {
      .page--property .post_article.home .mod__pagination {
        margin-top: 55px; } }
    @media print, screen and (min-width: 835px) {
      .page--property .post_article.home .mod__pagination {
        margin: 75px auto 230px auto; } }
  .page--property .post_article.post {
    /* パンくずリスト */
    /* 記事詳細 */
    /* おすすめの事例 */ }
    .page--property .post_article.post .mod__breadcrumb {
      margin-bottom: 75px !important; }
    .page--property .post_article.post article {
      display: block;
      max-width: 1380px;
      margin: 0 auto;
      /*
      > figure {
        border: 1px solid #F5F5F5;
        @include smartphone {
          margin-bottom: 60px;
        }
        @include screen {
          max-width: 875px;
          margin: 0 auto 75px auto;
        }
        
        img {
          @include imgResponse;
        }
      }
      */ }
      @media only screen and (max-width: 834px) {
        .page--property .post_article.post article {
          padding: 0 20px; } }
      @media only screen and (min-width: 835px) and (max-width: 1219px) {
        .page--property .post_article.post article {
          padding: 0 30px; } }
      @media print, screen and (min-width: 1220px) {
        .page--property .post_article.post article {
          padding: 0 30px; } }
      .page--property .post_article.post article time {
        line-height: 1;
        font-weight: 700;
        letter-spacing: 0.1em;
        display: block; }
        @media only screen and (max-width: 834px) {
          .page--property .post_article.post article time {
            margin-bottom: 20px;
            font-size: clamp(1.2rem, 3.0612244898vw, 1.2rem); } }
        @media print, screen and (min-width: 835px) {
          .page--property .post_article.post article time {
            margin-bottom: 40px;
            font-size: clamp(1.4rem, 1.0021474588vw, 1.4rem); } }
      .page--property .post_article.post article .tag {
        display: flex;
        flex-wrap: wrap; }
        @media only screen and (max-width: 834px) {
          .page--property .post_article.post article .tag {
            margin-bottom: 12px; } }
        @media print, screen and (min-width: 835px) {
          .page--property .post_article.post article .tag {
            margin-bottom: 22px; } }
        .page--property .post_article.post article .tag li {
          line-height: 1.3125;
          color: #FFF;
          font-weight: 700;
          letter-spacing: 0.05em;
          text-align: center;
          display: inline-flex;
          justify-content: center;
          align-items: center;
          padding: 3px 10px;
          background: #1A1A1A;
          border-radius: 2px;
          transition: all .2s ease-out; }
          @media only screen and (max-width: 834px) {
            .page--property .post_article.post article .tag li {
              min-height: 25px;
              margin: 0 5px 5px 0;
              font-size: clamp(1.2rem, 3.0612244898vw, 1.2rem); } }
          @media print, screen and (min-width: 835px) {
            .page--property .post_article.post article .tag li {
              min-height: 30px;
              margin: 0 10px 10px 0;
              font-size: clamp(1.4rem, 1.0021474588vw, 1.4rem); } }
      .page--property .post_article.post article h1 {
        line-height: 1.5;
        font-weight: 700;
        letter-spacing: 0.05em;
        margin-block: calc((1em - 1lh) / 2); }
        @media only screen and (max-width: 834px) {
          .page--property .post_article.post article h1 {
            margin-bottom: 25px;
            font-size: clamp(1.8rem, 5.1020408163vw, 2rem); } }
        @media print, screen and (min-width: 835px) {
          .page--property .post_article.post article h1 {
            margin-bottom: 65px;
            font-size: clamp(3.6rem, 2.8632784538vw, 4rem); } }
      @media only screen and (max-width: 834px) {
        .page--property .post_article.post article .intro {
          margin-bottom: 50px; } }
      @media print, screen and (min-width: 835px) {
        .page--property .post_article.post article .intro {
          margin-bottom: 75px; } }
      .page--property .post_article.post article .intro-slide {
        width: 100vw;
        margin: 0 calc(50% - 50vw); }
        @media only screen and (max-width: 834px) {
          .page--property .post_article.post article .intro-slide {
            margin-bottom: 60px; } }
        @media print, screen and (min-width: 835px) {
          .page--property .post_article.post article .intro-slide {
            margin-bottom: 80px; } }
        .page--property .post_article.post article .intro-slide .swiper-container {
          position: relative; }
          @media only screen and (max-width: 834px) {
            .page--property .post_article.post article .intro-slide .swiper-container.slider {
              margin-bottom: 10px; } }
          @media print, screen and (min-width: 835px) {
            .page--property .post_article.post article .intro-slide .swiper-container.slider {
              margin-bottom: 40px; } }
          @media print, screen and (min-width: 835px) {
            .page--property .post_article.post article .intro-slide .swiper-container.thumbnail {
              width: calc(100% - 300px);
              max-width: 1320px;
              margin: 0 auto -62px auto; } }
  @media only screen and (min-width: 835px) and (min-width: 835px) and (max-width: 1219px) {
    .page--property .post_article.post article .intro-slide .swiper-container.thumbnail {
      width: calc(100% - 60px); } }

          @media print, screen and (min-width: 835px) {
            .page--property .post_article.post article .intro-slide .swiper-container.thumbnail .swiper-wrapper {
              width: 100%;
              justify-content: center; } }
          .page--property .post_article.post article .intro-slide .swiper-container.thumbnail .swiper-wrapper .swiper-slide {
            opacity: 0.6;
            cursor: pointer;
            overflow: hidden;
            position: relative; }
            @media print, screen and (min-width: 1220px) {
              .page--property .post_article.post article .intro-slide .swiper-container.thumbnail .swiper-wrapper .swiper-slide {
                width: calc(100% / 7 - 10px * 6 / 7);
                max-width: 116px;
                height: 0;
                padding-top: 80px; } }
            .page--property .post_article.post article .intro-slide .swiper-container.thumbnail .swiper-wrapper .swiper-slide-thumb-active {
              opacity: 1; }
            @media print, screen and (min-width: 1220px) {
              .page--property .post_article.post article .intro-slide .swiper-container.thumbnail .swiper-wrapper .swiper-slide img {
                width: 100%;
                height: 100%;
                display: block;
                object-fit: cover;
                position: absolute;
                top: 0;
                bottom: 0;
                left: 0;
                right: 0;
                margin: auto; } }
          .page--property .post_article.post article .intro-slide .swiper-container .swiper-wrapper .swiper-slide img {
            display: block;
            width: 100%;
            max-width: 100%;
            height: auto;
            margin: 0 auto; }
        @media print, screen and (min-width: 835px) {
          .page--property .post_article.post article .intro-slide .swiper-controller {
            display: block;
            max-width: 1380px;
            margin: 0 auto;
            height: 44px;
            position: relative; } }
  @media only screen and (min-width: 835px) and (max-width: 834px) {
    .page--property .post_article.post article .intro-slide .swiper-controller {
      padding: 0 20px; } }
  @media only screen and (min-width: 835px) and (min-width: 835px) and (max-width: 1219px) {
    .page--property .post_article.post article .intro-slide .swiper-controller {
      padding: 0 30px; } }
  @media print, screen and (min-width: 835px) and (min-width: 1220px) {
    .page--property .post_article.post article .intro-slide .swiper-controller {
      padding: 0 30px; } }
        @media print, screen and (min-width: 835px) {
            .page--property .post_article.post article .intro-slide .swiper-controller .swiper-button-prev,
            .page--property .post_article.post article .intro-slide .swiper-controller .swiper-button-next {
              font-family: "Staatliches", sans-serif;
              font-weight: 400;
              font-style: normal;
              width: 90px;
              min-height: 40px;
              line-height: 1.3125;
              color: #DB0000;
              letter-spacing: 0.05em;
              text-align: center;
              display: flex;
              justify-content: center;
              align-items: center;
              background: #FFF;
              border: 1px solid #DB0000;
              border-radius: 40px;
              cursor: pointer;
              transition: all .2s ease-out;
              position: absolute;
              font-size: clamp(1.2rem, 0.8589835361vw, 1.2rem); }
              .page--property .post_article.post article .intro-slide .swiper-controller .swiper-button-prev:hover,
              .page--property .post_article.post article .intro-slide .swiper-controller .swiper-button-next:hover {
                color: #FFF;
                background: #DB0000; }
            .page--property .post_article.post article .intro-slide .swiper-controller .swiper-button-prev {
              left: 30px; }
              .page--property .post_article.post article .intro-slide .swiper-controller .swiper-button-prev::before {
                width: 7px;
                height: 7px;
                content: "";
                border-top: 2px solid #DB0000;
                border-left: 2px solid #DB0000;
                transform: rotate(-45deg);
                display: block;
                transition: all .2s ease-out;
                margin: -0.1em 7px 0 0; }
              .page--property .post_article.post article .intro-slide .swiper-controller .swiper-button-prev::after {
                display: none !important; }
              .page--property .post_article.post article .intro-slide .swiper-controller .swiper-button-prev:hover::before {
                border-color: #FFF; }
            .page--property .post_article.post article .intro-slide .swiper-controller .swiper-button-next {
              right: 30px; }
              .page--property .post_article.post article .intro-slide .swiper-controller .swiper-button-next::after {
                width: 7px;
                height: 7px;
                content: "" !important;
                border-top: 2px solid #DB0000;
                border-right: 2px solid #DB0000;
                transform: rotate(45deg);
                display: block;
                transition: all .2s ease-out;
                margin: 0 0 0 7px; }
              .page--property .post_article.post article .intro-slide .swiper-controller .swiper-button-next:hover::after {
                border-color: #FFF; } }
      @media only screen and (max-width: 834px) {
        .page--property .post_article.post article .intro p {
          margin-bottom: 42px; } }
      @media print, screen and (min-width: 835px) {
        .page--property .post_article.post article .intro p {
          margin-bottom: 40px; } }
      .page--property .post_article.post article .wp-block-image {
        display: block;
        overflow: hidden; }
        @media only screen and (max-width: 834px) {
          .page--property .post_article.post article .wp-block-image {
            margin-bottom: 60px; } }
        @media print, screen and (min-width: 835px) {
          .page--property .post_article.post article .wp-block-image {
            margin-bottom: 80px; } }
        .page--property .post_article.post article .wp-block-image figure {
          width: 100%;
          display: flex;
          overflow: hidden; }
          .page--property .post_article.post article .wp-block-image figure.alignleft {
            justify-content: flex-start; }
          .page--property .post_article.post article .wp-block-image figure.aligncenter {
            justify-content: center; }
          .page--property .post_article.post article .wp-block-image figure.alignright {
            justify-content: flex-end; }
        .page--property .post_article.post article .wp-block-image img {
          max-width: 100%;
          height: auto;
          display: block;
          border: 1px solid #F5F5F5; }
      @media only screen and (max-width: 834px) {
        .page--property .post_article.post article .tb {
          border: 1px solid #D9D9D9;
          margin-bottom: 60px; } }
      @media print, screen and (min-width: 835px) {
        .page--property .post_article.post article .tb {
          display: flex;
          justify-content: space-between;
          align-items: flex-start;
          margin-bottom: 75px; } }
      .page--property .post_article.post article .tb dl {
        display: flex;
        flex-wrap: wrap;
        background: #FFF; }
        @media only screen and (max-width: 834px) {
          .page--property .post_article.post article .tb dl:nth-of-type(n+2) {
            border-top: 1px solid #D9D9D9; } }
        @media print, screen and (min-width: 835px) {
          .page--property .post_article.post article .tb dl {
            width: calc(50% - 10px);
            border: 1px solid #D9D9D9; } }
        @media only screen and (max-width: 834px) {
          .page--property .post_article.post article .tb dl:nth-of-type(1) dt.price,
          .page--property .post_article.post article .tb dl:nth-of-type(1) dd.price {
            min-height: 45px; } }
        .page--property .post_article.post article .tb dl:nth-of-type(1) dd.price {
          color: #DB0000;
          font-weight: 700; }
          @media only screen and (max-width: 834px) {
            .page--property .post_article.post article .tb dl:nth-of-type(1) dd.price {
              font-size: clamp(1.2rem, 3.0612244898vw, 1.2rem); } }
          .page--property .post_article.post article .tb dl:nth-of-type(1) dd.price span {
            font-family: "Staatliches", sans-serif;
            font-weight: 400;
            font-style: normal;
            margin-right: 3px; }
            @media only screen and (max-width: 834px) {
              .page--property .post_article.post article .tb dl:nth-of-type(1) dd.price span {
                font-size: clamp(1.8rem, 5.1020408163vw, 2rem); } }
            @media print, screen and (min-width: 835px) {
              .page--property .post_article.post article .tb dl:nth-of-type(1) dd.price span {
                font-size: clamp(2rem, 1.7179670723vw, 2.4rem); } }
        .page--property .post_article.post article .tb dl dt,
        .page--property .post_article.post article .tb dl dd {
          display: flex;
          align-items: center; }
          @media only screen and (max-width: 834px) {
            .page--property .post_article.post article .tb dl dt,
            .page--property .post_article.post article .tb dl dd {
              min-height: 30px;
              line-height: 1.28571;
              font-size: clamp(1.2rem, 3.5714285714vw, 1.4rem); } }
          @media print, screen and (min-width: 835px) {
            .page--property .post_article.post article .tb dl dt,
            .page--property .post_article.post article .tb dl dd {
              min-height: 60px;
              line-height: 1.3125;
              letter-spacing: 0.05em;
              font-size: clamp(1.4rem, 1.1453113815vw, 1.6rem); } }
          .page--property .post_article.post article .tb dl dt:nth-of-type(n+2),
          .page--property .post_article.post article .tb dl dd:nth-of-type(n+2) {
            border-top: 1px solid #D9D9D9; }
        .page--property .post_article.post article .tb dl dt {
          color: #FFF;
          font-weight: 700;
          text-align: center;
          justify-content: center;
          background: #333;
          border-right: 1px solid #D9D9D9; }
          @media only screen and (max-width: 834px) {
            .page--property .post_article.post article .tb dl dt {
              width: 80px;
              padding: 3px; } }
          @media print, screen and (min-width: 835px) {
            .page--property .post_article.post article .tb dl dt {
              width: 120px;
              padding: 10px; } }
        .page--property .post_article.post article .tb dl dd {
          font-weight: 500; }
          @media only screen and (max-width: 834px) {
            .page--property .post_article.post article .tb dl dd {
              width: calc(100% - 80px);
              padding: 3px 10px; } }
          @media print, screen and (min-width: 835px) {
            .page--property .post_article.post article .tb dl dd {
              width: calc(100% - 120px);
              padding: 10px 20px; } }
      .page--property .post_article.post article h2,
      .page--property .post_article.post article h2.wp-block-heading,
      .page--property .post_article.post article h3,
      .page--property .post_article.post article h3.wp-block-heading {
        font-weight: 700;
        letter-spacing: 0.1em;
        display: flex;
        padding: 0;
        margin-block: calc((1em - 1lh) / 2);
        border-left: unset; }
        .page--property .post_article.post article h2::before,
        .page--property .post_article.post article h2.wp-block-heading::before,
        .page--property .post_article.post article h3::before,
        .page--property .post_article.post article h3.wp-block-heading::before {
          height: 2px;
          content: "";
          background: #DB0000;
          display: block;
          flex-shrink: 0; }
      @media only screen and (max-width: 834px) {
        .page--property .post_article.post article h2,
        .page--property .post_article.post article h2.wp-block-heading {
          margin-bottom: 22px;
          font-size: clamp(1.8rem, 5.1020408163vw, 2rem); } }
      @media print, screen and (min-width: 835px) {
        .page--property .post_article.post article h2,
        .page--property .post_article.post article h2.wp-block-heading {
          margin-bottom: 42px;
          font-size: clamp(2.8rem, 2.2906227631vw, 3.2rem); } }
      @media only screen and (max-width: 834px) {
        .page--property .post_article.post article h2::before,
        .page--property .post_article.post article h2.wp-block-heading::before {
          width: 20px;
          margin: 0.65em 10px 0 0; } }
      @media print, screen and (min-width: 835px) {
        .page--property .post_article.post article h2::before,
        .page--property .post_article.post article h2.wp-block-heading::before {
          width: 40px;
          margin: 0.65em 15px 0 0; } }
      .page--property .post_article.post article h3,
      .page--property .post_article.post article h3.wp-block-heading {
        line-height: 1.277; }
        @media only screen and (max-width: 834px) {
          .page--property .post_article.post article h3,
          .page--property .post_article.post article h3.wp-block-heading {
            margin-bottom: 25px;
            font-size: clamp(1.8rem, 4.5918367347vw, 1.8rem); } }
        @media print, screen and (min-width: 835px) {
          .page--property .post_article.post article h3,
          .page--property .post_article.post article h3.wp-block-heading {
            margin-bottom: 42px;
            font-size: clamp(2rem, 1.7179670723vw, 2.4rem); } }
        .page--property .post_article.post article h3::before,
        .page--property .post_article.post article h3.wp-block-heading::before {
          width: 20px;
          margin: 0.65em 10px 0 0; }
      .page--property .post_article.post article p {
        line-height: 2;
        font-weight: 500;
        letter-spacing: 0.05em;
        margin-block: calc((1em - 1lh) / 2); }
        @media only screen and (max-width: 834px) {
          .page--property .post_article.post article p {
            margin-bottom: 47px;
            font-size: clamp(1.6rem, 4.0816326531vw, 1.6rem); } }
        @media print, screen and (min-width: 835px) {
          .page--property .post_article.post article p {
            margin-bottom: 65px;
            font-size: clamp(1.6rem, 1.1453113815vw, 1.6rem); } }
      .page--property .post_article.post article .mod__pager {
        width: 100%;
        margin-top: 70px; }
      .page--property .post_article.post article .contact {
        font-family: "Staatliches", sans-serif;
        font-weight: 400;
        font-style: normal;
        width: 100%;
        line-height: 1.5;
        color: #FFF;
        letter-spacing: 0.05em;
        text-decoration: none;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #DB0000;
        transition: all .2s ease-out;
        overflow: hidden;
        cursor: pointer;
        position: relative;
        z-index: 1;
        margin: 0 auto;
        border: none;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 700;
        font-style: normal; }
        .page--property .post_article.post article .contact:link {
          color: #FFF; }
        .page--property .post_article.post article .contact:visited {
          color: #FFF; }
        @media only screen and (max-width: 834px) {
          .page--property .post_article.post article .contact {
            max-width: 195px;
            min-height: 50px;
            border-radius: 25px;
            font-size: clamp(1.6rem, 4.5918367347vw, 1.8rem); } }
        @media print, screen and (min-width: 835px) {
          .page--property .post_article.post article .contact {
            max-width: 340px;
            min-height: 80px;
            border-radius: 40px;
            font-size: clamp(2rem, 1.7179670723vw, 2.4rem); } }
        .page--property .post_article.post article .contact::before {
          width: 21px;
          height: 8px;
          content: "";
          background: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2221%22%20height%3D%228%22%20viewBox%3D%220%200%2021%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20y%3D%223%22%20width%3D%2220%22%20height%3D%222%22%20fill%3D%22%23FFF%22%2F%3E%3Ccircle%20cx%3D%2217%22%20cy%3D%224%22%20r%3D%224%22%20fill%3D%22%23FFF%22%2F%3E%3C%2Fsvg%3E") no-repeat left top/contain;
          display: block;
          transition: all .2s ease-out;
          position: absolute;
          top: 0;
          bottom: 0;
          margin: auto 0;
          z-index: 2; }
          @media only screen and (max-width: 834px) {
            .page--property .post_article.post article .contact::before {
              left: 20px; } }
          @media print, screen and (min-width: 835px) {
            .page--property .post_article.post article .contact::before {
              left: 35px; } }
  @media only screen and (min-width: 835px) and (min-width: 835px) and (max-width: 1219px) {
    .page--property .post_article.post article .contact::before {
      left: 30px; } }

        .page--property .post_article.post article .contact:hover {
          background: #333; }
        @media only screen and (max-width: 834px) {
          .page--property .post_article.post article .contact {
            max-width: 245px;
            min-height: 60px;
            line-height: 1.3125;
            border-radius: 30px;
            margin-top: 100px;
            font-size: clamp(1.4rem, 4.0816326531vw, 1.6rem); } }
        @media print, screen and (min-width: 835px) {
          .page--property .post_article.post article .contact {
            max-width: 360px;
            line-height: 1.25;
            margin-top: 140px;
            font-size: clamp(1.8rem, 1.4316392269vw, 2rem); } }
    @media only screen and (max-width: 834px) {
      .page--property .post_article.post #recommend {
        margin-top: 145px !important; } }
    @media print, screen and (min-width: 835px) {
      .page--property .post_article.post #recommend {
        margin-top: 210px !important; } }
  .page--property .post_article #recommend {
    display: block;
    max-width: 1380px;
    margin: 0 auto; }
    @media only screen and (max-width: 834px) {
      .page--property .post_article #recommend {
        padding: 0 20px; } }
    @media only screen and (min-width: 835px) and (max-width: 1219px) {
      .page--property .post_article #recommend {
        padding: 0 30px; } }
    @media print, screen and (min-width: 1220px) {
      .page--property .post_article #recommend {
        padding: 0 30px; } }
    @media only screen and (max-width: 834px) {
      .page--property .post_article #recommend .mod__heading1 {
        margin-bottom: 40px; } }
    @media print, screen and (min-width: 835px) {
      .page--property .post_article #recommend .mod__heading1 {
        margin-bottom: 70px; } }
    @media print, screen and (min-width: 835px) {
      .page--property .post_article #recommend > ul {
        display: flex;
        flex-wrap: wrap; } }
    @media only screen and (max-width: 834px) {
      .page--property .post_article #recommend > ul > li:nth-child(n+2) {
        margin-top: 35px; } }
    @media print, screen and (min-width: 835px) {
      .page--property .post_article #recommend > ul > li {
        width: calc(100% / 3 - 30px * 2 / 3); }
        .page--property .post_article #recommend > ul > li:not(:nth-child(3n)) {
          margin-right: 30px; }
        .page--property .post_article #recommend > ul > li:nth-child(n+4) {
          margin-top: 57px; } }
    .page--property .post_article #recommend > ul > li a {
      color: #333;
      text-decoration: none;
      display: block;
      transition: all .2s ease-out; }
      .page--property .post_article #recommend > ul > li a:hover {
        /*
        .tag {
          li {
            background: $mainColor;
          }
        }
        
        h3,
        dl dt,
        dl dd,
        .free li {
          color: $mainColor;
        }
        
        dl,
        dl dt,
        dl dd,
        .free li {
          border-color: $mainColor !important;
        }
        */ }
        .page--property .post_article #recommend > ul > li a:hover figure {
          opacity: 0.9; }
        .page--property .post_article #recommend > ul > li a:hover .more {
          color: #333; }
          .page--property .post_article #recommend > ul > li a:hover .more::before {
            background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2235%22%20height%3D%2212%22%20viewBox%3D%220%200%2035%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20y%3D%225%22%20width%3D%2230%22%20height%3D%222%22%20fill%3D%22%23333%22%2F%3E%3Ccircle%20cx%3D%2229%22%20cy%3D%226%22%20r%3D%226%22%20fill%3D%22%23333%22%2F%3E%3C%2Fsvg%3E"); }
      .page--property .post_article #recommend > ul > li a figure {
        width: 100%;
        height: 0;
        padding-top: 68.8%;
        display: block;
        overflow: hidden;
        border: 1px solid #F5F5F5;
        position: relative;
        transition: all .2s ease-out; }
        @media only screen and (max-width: 834px) {
          .page--property .post_article #recommend > ul > li a figure {
            margin-bottom: 15px; } }
        @media print, screen and (min-width: 835px) {
          .page--property .post_article #recommend > ul > li a figure {
            margin-bottom: 20px; } }
        .page--property .post_article #recommend > ul > li a figure img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          margin: auto;
          z-index: 2; }
      .page--property .post_article #recommend > ul > li a .tag {
        display: flex;
        flex-wrap: wrap; }
        @media only screen and (max-width: 834px) {
          .page--property .post_article #recommend > ul > li a .tag {
            margin-bottom: 7px; } }
        @media print, screen and (min-width: 835px) {
          .page--property .post_article #recommend > ul > li a .tag {
            margin-bottom: 12px; } }
        .page--property .post_article #recommend > ul > li a .tag li {
          line-height: 1.3125;
          color: #FFF;
          font-weight: 700;
          letter-spacing: 0.05em;
          text-align: center;
          display: inline-flex;
          justify-content: center;
          align-items: center;
          padding: 3px 10px;
          background: #1A1A1A;
          border-radius: 2px;
          transition: all .2s ease-out; }
          @media only screen and (max-width: 834px) {
            .page--property .post_article #recommend > ul > li a .tag li {
              min-height: 25px;
              margin: 0 5px 5px 0;
              font-size: clamp(1.2rem, 3.0612244898vw, 1.2rem); } }
          @media print, screen and (min-width: 835px) {
            .page--property .post_article #recommend > ul > li a .tag li {
              min-height: 30px;
              margin: 0 10px 10px 0;
              font-size: clamp(1.4rem, 1.0021474588vw, 1.4rem); } }
      .page--property .post_article #recommend > ul > li a h3 {
        line-height: 1.5;
        color: #333;
        font-weight: 700;
        letter-spacing: 0.1em;
        margin-block: calc((1em - 1lh) / 2);
        transition: all .2s ease-out; }
        @media only screen and (max-width: 834px) {
          .page--property .post_article #recommend > ul > li a h3 {
            margin-bottom: 8px;
            font-size: clamp(1.4rem, 4.0816326531vw, 1.6rem); } }
        @media print, screen and (min-width: 835px) {
          .page--property .post_article #recommend > ul > li a h3 {
            margin-bottom: 10px;
            font-size: clamp(1.8rem, 1.4316392269vw, 2rem); } }
      .page--property .post_article #recommend > ul > li a .price {
        line-height: 1.25;
        color: #DB0000;
        font-weight: 700;
        letter-spacing: 0.05em;
        margin-block: calc((1em - 1lh) / 2);
        transition: all .2s ease-out; }
        @media only screen and (max-width: 834px) {
          .page--property .post_article #recommend > ul > li a .price {
            margin-bottom: 5px;
            font-size: clamp(1.2rem, 3.0612244898vw, 1.2rem); } }
        @media print, screen and (min-width: 835px) {
          .page--property .post_article #recommend > ul > li a .price {
            margin-bottom: 10px;
            font-size: clamp(1.4rem, 1.0021474588vw, 1.4rem); } }
        .page--property .post_article #recommend > ul > li a .price span {
          font-family: "Staatliches", sans-serif;
          font-weight: 400;
          font-style: normal;
          margin-right: 3px; }
          @media only screen and (max-width: 834px) {
            .page--property .post_article #recommend > ul > li a .price span {
              font-size: clamp(1.4rem, 3.5714285714vw, 1.4rem); } }
          @media print, screen and (min-width: 835px) {
            .page--property .post_article #recommend > ul > li a .price span {
              font-size: clamp(1.8rem, 1.2884753042vw, 1.8rem); } }
      .page--property .post_article #recommend > ul > li a dl {
        display: flex;
        flex-wrap: wrap;
        border-bottom: 1px solid #D9D9D9;
        transition: all .2s ease-out; }
        .page--property .post_article #recommend > ul > li a dl dt,
        .page--property .post_article #recommend > ul > li a dl dd {
          display: flex;
          align-items: center;
          letter-spacing: 0.05em;
          transition: all .2s ease-out; }
          @media only screen and (max-width: 834px) {
            .page--property .post_article #recommend > ul > li a dl dt,
            .page--property .post_article #recommend > ul > li a dl dd {
              min-height: 31px;
              line-height: 1.5;
              padding: 5px 0;
              font-size: clamp(1.4rem, 3.5714285714vw, 1.4rem); } }
          @media print, screen and (min-width: 835px) {
            .page--property .post_article #recommend > ul > li a dl dt,
            .page--property .post_article #recommend > ul > li a dl dd {
              min-height: 43px;
              line-height: 1.3125;
              padding: 10px 0;
              font-size: clamp(1.4rem, 1.1453113815vw, 1.6rem); } }
          .page--property .post_article #recommend > ul > li a dl dt:nth-of-type(n+2),
          .page--property .post_article #recommend > ul > li a dl dd:nth-of-type(n+2) {
            border-top: 1px solid #D9D9D9; }
        .page--property .post_article #recommend > ul > li a dl dt {
          width: 6em;
          padding-right: 1em;
          font-weight: 700;
          /*
          @include mobile {
            width: 60px;
          }
          @include desktop {
            width: 100px;
          }
          */ }
        .page--property .post_article #recommend > ul > li a dl dd {
          width: calc(100% - 6em);
          font-weight: 500;
          /*
          @include mobile {
            width: calc(100% - 60px);
          }
          @include desktop {
            width: calc(100% - 100px);
          }
          */ }
      @media only screen and (max-width: 834px) {
        .page--property .post_article #recommend > ul > li a .free {
          margin-bottom: 15px; } }
      @media print, screen and (min-width: 835px) {
        .page--property .post_article #recommend > ul > li a .free {
          margin-bottom: 30px; } }
      .page--property .post_article #recommend > ul > li a .free li {
        font-weight: 500;
        letter-spacing: 0.05em;
        display: flex;
        align-items: center;
        border-bottom: 1px solid #D9D9D9;
        transition: all .2s ease-out; }
        @media only screen and (max-width: 834px) {
          .page--property .post_article #recommend > ul > li a .free li {
            min-height: 31px;
            line-height: 1.5;
            padding: 5px 0;
            font-size: clamp(1.4rem, 3.5714285714vw, 1.4rem); } }
        @media print, screen and (min-width: 835px) {
          .page--property .post_article #recommend > ul > li a .free li {
            min-height: 43px;
            line-height: 1.3125;
            padding: 10px 0;
            font-size: clamp(1.4rem, 1.1453113815vw, 1.6rem); } }
      .page--property .post_article #recommend > ul > li a .more {
        font-family: "Staatliches", sans-serif;
        font-weight: 400;
        font-style: normal;
        line-height: 1;
        color: #DB0000;
        letter-spacing: 0.05em;
        text-align: right;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        transition: all .2s ease-out; }
        @media only screen and (max-width: 834px) {
          .page--property .post_article #recommend > ul > li a .more {
            font-size: clamp(1.6rem, 4.0816326531vw, 1.6rem); } }
        @media print, screen and (min-width: 835px) {
          .page--property .post_article #recommend > ul > li a .more {
            font-size: clamp(1.6rem, 1.1453113815vw, 1.6rem); } }
        .page--property .post_article #recommend > ul > li a .more::before {
          width: 21px;
          height: 8px;
          content: "";
          background: url("../images/common/icon-button.svg") no-repeat left top/contain;
          display: block;
          flex-shrink: 0;
          margin-right: 10px; }

/* ///////////////////////////////////////////
  value.scss
  変数・mixinに関する設定
/////////////////////////////////////////// */
/*====================================
  カラー
=====================================*/
/*===================================*/
/*====================================
  画像
=====================================*/
/*====================================
  font
=====================================*/
/*
@mixin special-gothic-expanded-one-R {
  font-family: "Special Gothic Expanded One", sans-serif;
  font-weight: 400;
  font-style: normal;
}
*/
/*====================================
  基本設定
=====================================*/
/* /////////////////////////////////
可変サイズ指定
・フォント（font-size）
・マージン（margin）
・パディング（padding）
・幅（width）
・高さ（height）
///////////////////////////////// */
/*
サイズとビューポートに基づいてvwを計算するための関数
ビューポート幅にスクロールバーの幅を加えることにより、ビューポートの実際の表示可能な幅を考慮
*/
/*
ピクセル単位のサイズ ($px) を rem 単位に変換するための関数
*/
/*====================================
  レイアウト・パーツ
=====================================*/
:root {
  --leading-trim: calc((1em - 1lh) / 2); }

/* /////////////////////////////////
  Media Queries
///////////////////////////////// */
/* ///////////////////////////////////////////
  page.scss
  下層ページに関する記述
/////////////////////////////////////////// */
/* ======================
  ---
====================== */
/* ///////////////////////////////////////////
  value.scss
  変数・mixinに関する設定
/////////////////////////////////////////// */
/*====================================
  カラー
=====================================*/
/*===================================*/
/*====================================
  画像
=====================================*/
/*====================================
  font
=====================================*/
/*
@mixin special-gothic-expanded-one-R {
  font-family: "Special Gothic Expanded One", sans-serif;
  font-weight: 400;
  font-style: normal;
}
*/
/*====================================
  基本設定
=====================================*/
/* /////////////////////////////////
可変サイズ指定
・フォント（font-size）
・マージン（margin）
・パディング（padding）
・幅（width）
・高さ（height）
///////////////////////////////// */
/*
サイズとビューポートに基づいてvwを計算するための関数
ビューポート幅にスクロールバーの幅を加えることにより、ビューポートの実際の表示可能な幅を考慮
*/
/*
ピクセル単位のサイズ ($px) を rem 単位に変換するための関数
*/
/*====================================
  レイアウト・パーツ
=====================================*/
:root {
  --leading-trim: calc((1em - 1lh) / 2); }

/* /////////////////////////////////
  Media Queries
///////////////////////////////// */
/* ///////////////////////////////////////////
  404
  エラーページ
/////////////////////////////////////////// */
.page--error404 .post_article {
  /* ======================
  パンくずリスト
  ====================== */
  /* ======================
  説明
  ====================== */ }
  @media only screen and (max-width: 834px) {
    .page--error404 .post_article {
      margin-bottom: 185px; } }
  @media print, screen and (min-width: 835px) {
    .page--error404 .post_article {
      margin-bottom: 375px; } }
  @media only screen and (max-width: 834px) {
    .page--error404 .post_article .mod__breadcrumb {
      margin-bottom: 45px; } }
  @media print, screen and (min-width: 835px) {
    .page--error404 .post_article .mod__breadcrumb {
      margin-bottom: 90px; } }
  .page--error404 .post_article #intro {
    display: block;
    max-width: 1380px;
    margin: 0 auto; }
    @media only screen and (max-width: 834px) {
      .page--error404 .post_article #intro {
        padding: 0 20px; } }
    @media only screen and (min-width: 835px) and (max-width: 1219px) {
      .page--error404 .post_article #intro {
        padding: 0 30px; } }
    @media print, screen and (min-width: 1220px) {
      .page--error404 .post_article #intro {
        padding: 0 30px; } }
    @media only screen and (max-width: 834px) {
      .page--error404 .post_article #intro {
        margin-bottom: 80px; } }
    @media print, screen and (min-width: 835px) {
      .page--error404 .post_article #intro {
        margin-bottom: 205px; } }
    .page--error404 .post_article #intro p {
      line-height: 2;
      font-weight: 500;
      letter-spacing: 0.1em;
      text-align: center;
      margin-block: calc((1em - 1lh) / 2);
      margin-bottom: 50px; }
      @media only screen and (max-width: 834px) {
        .page--error404 .post_article #intro p {
          font-size: clamp(1.4rem, 4.0816326531vw, 1.6rem); } }
      @media print, screen and (min-width: 835px) {
        .page--error404 .post_article #intro p {
          font-size: clamp(1.8rem, 1.4316392269vw, 2rem); } }
    .page--error404 .post_article #intro > a {
      font-family: "Staatliches", sans-serif;
      font-weight: 400;
      font-style: normal;
      width: 100%;
      line-height: 1.5;
      color: #FFF;
      letter-spacing: 0.05em;
      text-decoration: none;
      text-align: center;
      display: flex;
      justify-content: center;
      align-items: center;
      background: #DB0000;
      transition: all .2s ease-out;
      overflow: hidden;
      cursor: pointer;
      position: relative;
      z-index: 1;
      margin: 0 auto;
      border: none;
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: 700;
      font-style: normal; }
      .page--error404 .post_article #intro > a:link {
        color: #FFF; }
      .page--error404 .post_article #intro > a:visited {
        color: #FFF; }
      @media only screen and (max-width: 834px) {
        .page--error404 .post_article #intro > a {
          max-width: 195px;
          min-height: 50px;
          border-radius: 25px;
          font-size: clamp(1.6rem, 4.5918367347vw, 1.8rem); } }
      @media print, screen and (min-width: 835px) {
        .page--error404 .post_article #intro > a {
          max-width: 340px;
          min-height: 80px;
          border-radius: 40px;
          font-size: clamp(2rem, 1.7179670723vw, 2.4rem); } }
      .page--error404 .post_article #intro > a::before {
        width: 21px;
        height: 8px;
        content: "";
        background: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2221%22%20height%3D%228%22%20viewBox%3D%220%200%2021%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20y%3D%223%22%20width%3D%2220%22%20height%3D%222%22%20fill%3D%22%23FFF%22%2F%3E%3Ccircle%20cx%3D%2217%22%20cy%3D%224%22%20r%3D%224%22%20fill%3D%22%23FFF%22%2F%3E%3C%2Fsvg%3E") no-repeat left top/contain;
        display: block;
        transition: all .2s ease-out;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto 0;
        z-index: 2; }
        @media only screen and (max-width: 834px) {
          .page--error404 .post_article #intro > a::before {
            left: 20px; } }
        @media print, screen and (min-width: 835px) {
          .page--error404 .post_article #intro > a::before {
            left: 35px; } }
  @media only screen and (min-width: 835px) and (min-width: 835px) and (max-width: 1219px) {
    .page--error404 .post_article #intro > a::before {
      left: 30px; } }

      .page--error404 .post_article #intro > a:hover {
        background: #333; }
      @media only screen and (max-width: 834px) {
        .page--error404 .post_article #intro > a {
          max-width: 295px;
          min-height: 60px;
          line-height: 1.3125;
          border-radius: 30px;
          font-size: clamp(1.4rem, 4.0816326531vw, 1.6rem); } }
      @media print, screen and (min-width: 835px) {
        .page--error404 .post_article #intro > a {
          max-width: 360px;
          line-height: 1.25;
          font-size: clamp(1.6rem, 1.4316392269vw, 2rem); } }
