@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
=====================================*/
@font-face {
  font-family: 'futura-td-em';
  src: url("../fonts/futura-td-em.ttf") format("truetype"); }
/*====================================
  基本設定
=====================================*/
/*====================================
  レイアウト・パーツ
=====================================*/
/* /////////////////////////////////
  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
=====================================*/
@font-face {
  font-family: 'futura-td-em';
  src: url("../fonts/futura-td-em.ttf") format("truetype"); }
/*====================================
  基本設定
=====================================*/
/*====================================
  レイアウト・パーツ
=====================================*/
/* /////////////////////////////////
  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: #2F2E30;
  background-color: white;
  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; } }
  @media print, screen and (min-width: 835px) {
    body {
      font-size: 1.6rem;
      line-height: 1.6; } }

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: #BA6C80;
  color: #FFF; }

*::-moz-selection {
  background: #BA6C80;
  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; } }

main {
  margin: 0 auto; }
  @media print, screen and (min-width: 835px) {
    main {
      min-height: 500px; } }

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

.none li {
  width: 100% !important;
  max-width: 100% !important;
  text-align: center; }

.noitem {
  width: 100% !important;
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .noitem li {
    display: inline-block; }

.lazyload {
  opacity: 0; }

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

/*
@keyframes slide-to-left {
  from {
    left: 0%;
  }
  to {
    left: -100%;
  }
}

@keyframes slide-from-right {
  from {
    left: 100%;
  }
  to {
    left: 0%;
  }
}

::view-transition-old(root) {
  animation-name: slide-to-left;
  animation-duration: .8s;
}

::view-transition-new(root) {
  animation-name: slide-from-right;
  animation-duration: .8s;
}
*/
/*
::view-transition-old(root),
::view-transition-new(root) {
  animation-duration: .2s;
}
*/
/* ///////////////////////////////////////////
  value.scss
  変数・mixinに関する設定
/////////////////////////////////////////// */
/*====================================
  カラー
=====================================*/
/*===================================*/
/*====================================
  画像
=====================================*/
/*====================================
  font
=====================================*/
@font-face {
  font-family: 'futura-td-em';
  src: url("../fonts/futura-td-em.ttf") format("truetype"); }
/*====================================
  基本設定
=====================================*/
/*====================================
  レイアウト・パーツ
=====================================*/
/* /////////////////////////////////
  Media Queries
///////////////////////////////// */
/* ///////////////////////////////////////////
  header.scss
  ヘッダーに関する設定
/////////////////////////////////////////// */
.header {
  width: 100%;
  display: block;
  transition: all .2s ease-out;
  position: sticky;
  top: 0;
  z-index: 100;
  /* ======================
  グローバルナビゲーション
  ====================== */
  /* ======================
  スクロール時
  ====================== */ }
  @media print, screen and (min-width: 835px) {
    .header {
      height: 160px;
      padding: 0 50px;
      margin-bottom: -160px; } }
  @media only screen and (min-width: 835px) and (min-width: 835px) and (max-width: 1219px) {
    .header {
      height: 200px;
      padding: 0 30px;
      margin-bottom: -200px; } }

  .header__container {
    display: flex;
    align-items: center;
    background: #FFF;
    position: relative;
    /* ======================
    ロゴ
    ====================== */
    /* ======================
    PC用ナビゲーション
    ====================== */
    /* ======================
    ハンバーガーメニューボタン
    ====================== */ }
    @media only screen and (max-width: 834px) {
      .header__container {
        height: 75px;
        justify-content: flex-end;
        padding: 5px 20px; } }
    @media print, screen and (min-width: 835px) {
      .header__container {
        height: 160px;
        justify-content: space-between;
        padding: 20px 40px;
        border-top: 8px solid #988B83;
        border-radius: 0 0 20px 20px;
        box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.16); } }
  @media only screen and (min-width: 835px) and (min-width: 835px) and (max-width: 1219px) {
    .header__container {
      height: 200px;
      display: block; } }

    @media only screen and (max-width: 834px) {
      .header__container #logo {
        max-width: 200px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto; } }
    @media print, screen and (min-width: 835px) {
      .header__container #logo {
        max-width: 278px;
        display: block; } }
  @media only screen and (min-width: 835px) and (max-width: 1850px) {
    .header__container #logo {
      max-width: 240px; } }
  @media only screen and (min-width: 835px) and (min-width: 835px) and (max-width: 1219px) {
    .header__container #logo {
      max-width: 180px;
      margin: 0 auto 25px auto; } }

    .header__container #logo a {
      display: block;
      transition: all .2s ease-out; }
      .header__container #logo a img {
        display: block;
        width: 100%;
        max-width: 278px;
        height: auto;
        margin: auto; }
      .header__container #logo a:hover {
        opacity: 0.8; }
    @media print, screen and (min-width: 835px) {
      .header__container #pcNavi {
        width: calc(100% - 310px);
        display: flex;
        justify-content: center;
        align-items: center; } }
  @media only screen and (min-width: 835px) and (max-width: 1850px) {
    .header__container #pcNavi {
      width: calc(100% - 270px); } }
  @media only screen and (min-width: 835px) and (min-width: 835px) and (max-width: 1219px) {
    .header__container #pcNavi {
      width: 100%; } }
    @media print, screen and (min-width: 835px) {
        .header__container #pcNavi ul {
          width: 100%;
          display: flex;
          justify-content: space-between;
          align-items: center; }
          .header__container #pcNavi ul li {
            width: calc(100% / 6);
            padding: 0 15px; } }
      @media only screen and (min-width: 835px) and (max-width: 1850px) {
        .header__container #pcNavi ul li {
          padding: 0 7.5px; } }
    @media print, screen and (min-width: 835px) {
            .header__container #pcNavi ul li a {
              width: 100%;
              height: 100%;
              line-height: 1;
              color: #2F2E30;
              font-size: 1.4rem;
              font-weight: 500;
              text-decoration: none;
              text-align: center;
              display: flex;
              flex-direction: column;
              justify-content: center;
              align-items: center;
              transition: all .2s ease-out;
              position: relative; } }
        @media only screen and (min-width: 835px) and (max-width: 1850px) {
          .header__container #pcNavi ul li a {
            font-size: 1.35rem; } }
    @media print, screen and (min-width: 835px) {
              .header__container #pcNavi ul li a::before, .header__container #pcNavi ul li a::after {
                content: ""; }
              .header__container #pcNavi ul li a::before {
                width: 60px;
                height: 60px;
                display: block; }
              .header__container #pcNavi ul li a::after {
                width: 100%;
                height: 5px;
                background: #BA6C80;
                display: block;
                opacity: 0;
                transition: all .2s ease-out;
                position: absolute;
                left: 0;
                right: 0;
                bottom: -20px;
                margin: 0 auto; }
              .header__container #pcNavi ul li a:hover {
                color: #BA6C80; }
                .header__container #pcNavi ul li a:hover::after {
                  opacity: 1; }
              .header__container #pcNavi ul li a span {
                display: block;
                margin-top: 15px; }
            .header__container #pcNavi ul li.movein a::before {
              background: url("../images/common/icon-home.svg") no-repeat left top/contain; }
            .header__container #pcNavi ul li.guide a::before {
              background: url("../images/common/icon-binder.svg") no-repeat left top/contain; }
            .header__container #pcNavi ul li.cost a::before {
              background: url("../images/common/icon-yen.svg") no-repeat left top/contain; }
            .header__container #pcNavi ul li.medical a::before {
              background: url("../images/common/icon-bed.svg") no-repeat left top/contain; }
            .header__container #pcNavi ul li.news a::before {
              background: url("../images/common/icon-information.svg") no-repeat left top/contain; }
            .header__container #pcNavi ul li.contact a::before {
              background: url("../images/common/icon-mail01.svg") no-repeat left top/contain; } }
    .header__container #menuButton {
      line-height: 1.0;
      color: #000;
      text-align: center;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      cursor: pointer;
      touch-action: manipulation;
      transition: all .2s ease-out;
      position: relative;
      z-index: 10000; }
      @media only screen and (max-width: 834px) {
        .header__container #menuButton {
          width: 26px;
          height: 22px; } }
      @media print, screen and (min-width: 835px) {
        .header__container #menuButton {
          display: none !important; } }
      .header__container #menuButton .icon {
        height: 2px;
        background: #BA6C80;
        border-radius: 4px;
        display: block;
        position: relative;
        transition-property: background-color, transform;
        transition-duration: 0.3s; }
        @media only screen and (max-width: 834px) {
          .header__container #menuButton .icon {
            width: 26px; } }
        .header__container #menuButton .icon::before, .header__container #menuButton .icon::after {
          height: 2px;
          content: "";
          background: #BA6C80;
          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: 26px; } }
        @media only screen and (max-width: 834px) {
          .header__container #menuButton .icon::before {
            top: -10px; } }
        @media only screen and (max-width: 834px) {
          .header__container #menuButton .icon::after {
            top: 10px; } }
      .header__container #menuButton.active .icon {
        background: none; }
        @media only screen and (max-width: 834px) {
          .header__container #menuButton.active .icon::before {
            transform: translateY(10px) rotate(45deg); } }
        @media only screen and (max-width: 834px) {
          .header__container #menuButton.active .icon::after {
            transform: translateY(-10px) rotate(-45deg); } }
  .header #globalNavi {
    width: 100%;
    display: none;
    overflow-y: auto;
    overflow-x: hidden;
    position: fixed;
    right: 0;
    z-index: 9999; }
    @media only screen and (max-width: 834px) {
      .header #globalNavi {
        height: calc(100vh - 75px);
        top: 75px; } }
    .header #globalNavi.active nav {
      right: 0; }
    .header #globalNavi nav {
      width: 100%;
      height: calc(100vh - 75px);
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      background: rgba(186, 108, 128, 0.8);
      position: fixed;
      right: -100%;
      z-index: 999;
      transition: right .2s;
      /*
      overflow-y: auto;
      overflow-x: hidden;
      -webkit-overflow-scrolling: touch;
      */ }
      .header #globalNavi nav ul {
        height: calc(100% - 182px);
        padding: 5px 40px;
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch; }
        .header #globalNavi nav ul li:nth-child(n+2) {
          margin-top: 1px; }
        .header #globalNavi nav ul li a {
          line-height: 1.4;
          color: #BA6C80;
          font-size: 1.6rem;
          text-decoration: none;
          display: flex;
          align-items: center;
          padding: 10px 20px;
          background: #FFF;
          transition: all .2s ease-out; }
          .header #globalNavi nav ul li a::before {
            min-width: 40px;
            max-width: 40px;
            min-height: 40px;
            max-height: 40px;
            content: "";
            display: block;
            margin-right: 15px; }
          .header #globalNavi nav ul li a:hover {
            background: #EFEDEC; }
        .header #globalNavi nav ul li.movein a::before {
          background: url("../images/common/icon-home.svg") no-repeat left top/contain; }
        .header #globalNavi nav ul li.guide a::before {
          background: url("../images/common/icon-binder.svg") no-repeat left top/contain; }
        .header #globalNavi nav ul li.cost a::before {
          background: url("../images/common/icon-yen.svg") no-repeat left top/contain; }
        .header #globalNavi nav ul li.medical a::before {
          background: url("../images/common/icon-bed.svg") no-repeat left top/contain; }
        .header #globalNavi nav ul li.news a::before {
          background: url("../images/common/icon-information.svg") no-repeat left top/contain; }
        .header #globalNavi nav ul li.contact a::before {
          background: url("../images/common/icon-mail01.svg") no-repeat left top/contain; }

/* ///////////////////////////////////////////
  value.scss
  変数・mixinに関する設定
/////////////////////////////////////////// */
/*====================================
  カラー
=====================================*/
/*===================================*/
/*====================================
  画像
=====================================*/
/*====================================
  font
=====================================*/
@font-face {
  font-family: 'futura-td-em';
  src: url("../fonts/futura-td-em.ttf") format("truetype"); }
/*====================================
  基本設定
=====================================*/
/*====================================
  レイアウト・パーツ
=====================================*/
/* /////////////////////////////////
  Media Queries
///////////////////////////////// */
/* ///////////////////////////////////////////
  footer.scss
  フッターに関する設定
/////////////////////////////////////////// */
.footer {
  position: relative;
  /* ======================
  ページの先頭にもどる
  ====================== */
  /* ======================
  ナビゲーション（PCのみ）
  ====================== */
  /* ======================
  施設情報
  ====================== */
  /* ======================
  コピーライト
  ====================== */ }
  @media only screen and (max-width: 834px) {
    .footer {
      border-top: 7px solid #988B83; } }
  .footer__pagetop {
    position: fixed;
    z-index: 10; }
    @media only screen and (max-width: 834px) {
      .footer__pagetop {
        width: 60px;
        height: 60px;
        right: 20px;
        bottom: 30px; } }
    @media print, screen and (min-width: 835px) {
      .footer__pagetop {
        width: 90px;
        height: 90px;
        right: 40px;
        bottom: 40px; } }
  @media only screen and (min-width: 835px) and (min-width: 835px) and (max-width: 1219px) {
    .footer__pagetop {
      right: 30px;
      bottom: 30px; } }

    .footer__pagetop a {
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      background: #BA6C80;
      border-radius: 50%;
      transition: all .2s ease-out;
      position: relative;
      /*
      &:not(.active) {
        pointer-events: none;
        opacity: 0;
      }
      */ }
      .footer__pagetop a::before {
        content: "";
        background: url("../images/common/pagetop.svg") no-repeat left top/contain;
        display: block;
        transition: all .2s ease-out; }
        @media only screen and (max-width: 834px) {
          .footer__pagetop a::before {
            width: 15px;
            height: 5px; } }
        @media print, screen and (min-width: 835px) {
          .footer__pagetop a::before {
            width: 23px;
            height: 7.5px; } }
      .footer__pagetop a:hover {
        background: #988B83; }
  @media print, screen and (min-width: 835px) {
    .footer nav {
      min-height: 60px;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 15px 30px;
      background: #E5E2E0; }
      .footer nav ul {
        display: flex;
        justify-content: center;
        align-items: center; }
        .footer nav ul li {
          line-height: 1.2;
          font-weight: 500;
          font-size: 1.6rem;
          display: flex;
          align-items: center;
          padding: 0 20px;
          border-right: 1px solid #707070; } }
      @media only screen and (min-width: 835px) and (min-width: 835px) and (max-width: 1219px) {
        .footer nav ul li {
          font-size: 1.4rem;
          padding: 0 10px; } }
  @media print, screen and (min-width: 835px) {
          .footer nav ul li:first-child {
            border-left: 1px solid #707070; }
          .footer nav ul li a {
            color: #707070;
            text-decoration: none;
            transition: all .2s ease-out; }
            .footer nav ul li a:hover {
              color: #BA6C80; } }
  .footer__container {
    display: block;
    max-width: 1260px;
    margin: 0 auto; }
    @media only screen and (max-width: 834px) {
      .footer__container {
        padding: 0 20px; } }
    @media only screen and (min-width: 835px) and (max-width: 1219px) {
      .footer__container {
        padding: 0 30px; } }
    @media print, screen and (min-width: 1220px) {
      .footer__container {
        padding: 0 30px; } }
    @media only screen and (max-width: 834px) {
      .footer__container {
        padding-top: 12px; } }
    @media print, screen and (min-width: 835px) {
      .footer__container {
        display: flex;
        padding-top: 35px;
        position: relative; } }
    @media only screen and (max-width: 834px) {
      .footer__container dt {
        width: 200px;
        margin: 0 auto 15px auto; } }
    @media print, screen and (min-width: 835px) {
      .footer__container dt {
        min-width: 255px;
        max-width: 255px; } }
    .footer__container dt a {
      width: 100%;
      height: 0;
      padding-top: 28.673835125%;
      background: url("../images/common/logo.png") no-repeat left top/contain;
      display: block;
      overflow: hidden;
      transition: all .2s ease-out; }
      .footer__container dt a:hover {
        opacity: 0.8; }
    @media print, screen and (min-width: 835px) {
      .footer__container dd {
        padding-left: 45px; } }
    .footer__container dd p {
      color: #707070; }
      .footer__container dd p.call {
        line-height: 1;
        font-size: 1.6rem; }
        @media only screen and (max-width: 834px) {
          .footer__container dd p.call {
            text-align: center; } }
        @media print, screen and (min-width: 835px) {
          .footer__container dd p.call {
            margin: 15px 0 25px 0; } }
        .footer__container dd p.call a {
          line-height: 1;
          color: #BA6C80;
          font-family: 'futura-td-em';
          font-size: 3.6rem;
          text-decoration: none;
          display: flex;
          align-items: center; }
          @media only screen and (max-width: 834px) {
            .footer__container dd p.call a {
              max-width: 290px;
              text-align: center;
              justify-content: center;
              margin: 25px auto 0 auto; } }
          @media print, screen and (min-width: 835px) {
            .footer__container dd p.call a {
              pointer-events: none;
              margin-top: 15px; } }
          .footer__container dd p.call a::before {
            min-width: 50px;
            max-width: 50px;
            min-height: 39px;
            max-height: 39px;
            content: "";
            background: url("../images/common/icon-call.svg") no-repeat left top/contain;
            display: block;
            margin-right: 12px; }
      .footer__container dd p.address {
        line-height: 1.8;
        font-size: 1.6rem; }
        .footer__container dd p.address::before {
          content: "";
          display: block;
          height: 0;
          width: 0;
          margin-top: calc((1 - 1.8) * 0.5em); }
    .footer__container dd > a {
      width: 100%;
      line-height: 1.4;
      color: #2F2E30;
      font-weight: 500;
      text-decoration: none;
      text-align: center;
      display: flex;
      justify-content: center;
      align-items: center;
      border: 1px solid #BA6C80;
      transition: all .2s ease-out; }
      @media only screen and (max-width: 834px) {
        .footer__container dd > a {
          height: 50px;
          font-size: 1.4rem;
          padding: 10px 15px;
          margin: 10px 0 20px 0; } }
      @media print, screen and (min-width: 835px) {
        .footer__container dd > a {
          max-width: 235px;
          height: 60px;
          font-size: 1.6rem;
          padding: 10px 15px 10px 60px;
          position: absolute;
          left: 38px;
          bottom: 0; } }
      .footer__container dd > a::before {
        min-width: 34px;
        max-width: 34px;
        min-height: 27px;
        max-height: 27px;
        content: "";
        background: url("../images/common/icon-mail02.svg") no-repeat left top/contain;
        display: block; }
        @media only screen and (max-width: 834px) {
          .footer__container dd > a::before {
            min-width: 34px;
            max-width: 34px;
            min-height: 27px;
            max-height: 27px;
            margin-right: 10px; } }
        @media print, screen and (min-width: 835px) {
          .footer__container dd > a::before {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 20px;
            margin: auto 0; } }
      .footer__container dd > a:hover {
        background: #EFEDEC; }
  .footer > p {
    line-height: 1.4;
    color: #707070;
    font-size: 1.4rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media only screen and (max-width: 834px) {
      .footer > p {
        padding: 25px 20px 55px 20px; } }
    @media print, screen and (min-width: 835px) {
      .footer > p {
        padding: 60px 30px 75px 30px; } }

/*====================================
  02_module
=====================================*/
/* ///////////////////////////////////////////
  value.scss
  変数・mixinに関する設定
/////////////////////////////////////////// */
/*====================================
  カラー
=====================================*/
/*===================================*/
/*====================================
  画像
=====================================*/
/*====================================
  font
=====================================*/
@font-face {
  font-family: 'futura-td-em';
  src: url("../fonts/futura-td-em.ttf") format("truetype"); }
/*====================================
  基本設定
=====================================*/
/*====================================
  レイアウト・パーツ
=====================================*/
/* /////////////////////////////////
  Media Queries
///////////////////////////////// */
/* ///////////////////////////////////////////
  module.scss
  各ページで使い回すパーツやスタイルに関する記述
/////////////////////////////////////////// */
/* ======================
  @extend
====================== */
/**
 * お問い合わせの流れ
 */
.page--contact .post_article .mw_wp_form #contact #step {
  display: flex;
  background: #FFF;
  border: 1px solid #707070; }
  @media only screen and (max-width: 834px) {
    .page--contact .post_article .mw_wp_form #contact #step {
      height: 62px;
      margin-bottom: 20px; } }
  @media print, screen and (min-width: 835px) {
    .page--contact .post_article .mw_wp_form #contact #step {
      height: 82px;
      margin-bottom: 40px; } }
  .page--contact .post_article .mw_wp_form #contact #step li {
    width: calc(100% / 2);
    line-height: 1.4;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative; }
    @media only screen and (max-width: 834px) {
      .page--contact .post_article .mw_wp_form #contact #step li {
        font-size: 1.4rem; } }
    @media print, screen and (min-width: 835px) {
      .page--contact .post_article .mw_wp_form #contact #step li {
        font-size: 1.6rem; } }
    .page--contact .post_article .mw_wp_form #contact #step li:not(:last-child)::after {
      content: "";
      display: block;
      background: url("../images/contact/step-arrow01.png") no-repeat left top/contain;
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto 0;
      z-index: 2; }
      @media only screen and (max-width: 834px) {
        .page--contact .post_article .mw_wp_form #contact #step li:not(:last-child)::after {
          width: 20px;
          height: 60px;
          right: -20px; } }
      @media print, screen and (min-width: 835px) {
        .page--contact .post_article .mw_wp_form #contact #step li:not(:last-child)::after {
          width: 26px;
          height: 80px;
          right: -26px; } }
    @media only screen and (max-width: 834px) {
      .page--contact .post_article .mw_wp_form #contact #step li:not(:first-child) {
        padding-left: 15px; } }
    .page--contact .post_article .mw_wp_form #contact #step li.active {
      color: #BA6C80;
      font-weight: 500;
      border-top: solid #988B83;
      border-bottom: solid #988B83; }
      @media only screen and (max-width: 834px) {
        .page--contact .post_article .mw_wp_form #contact #step li.active {
          border-top-width: 2px;
          border-bottom-width: 2px; } }
      @media print, screen and (min-width: 835px) {
        .page--contact .post_article .mw_wp_form #contact #step li.active {
          border-top-width: 3px;
          border-bottom-width: 3px; } }
      .page--contact .post_article .mw_wp_form #contact #step li.active::after {
        background: url("../images/contact/step-arrow02.png") no-repeat left top/contain; }
        @media only screen and (max-width: 834px) {
          .page--contact .post_article .mw_wp_form #contact #step li.active::after {
            width: 20px;
            height: 60px;
            right: -20px; } }
        @media print, screen and (min-width: 835px) {
          .page--contact .post_article .mw_wp_form #contact #step li.active::after {
            width: 27px;
            height: 80px;
            right: -27px; } }
    .page--contact .post_article .mw_wp_form #contact #step li:nth-child(n+2).active::before {
      content: "";
      display: block;
      background: url("../images/contact/step-arrow02.png") no-repeat left top/contain;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      margin: auto 0;
      z-index: 2; }
      @media only screen and (max-width: 834px) {
        .page--contact .post_article .mw_wp_form #contact #step li:nth-child(n+2).active::before {
          width: 20px;
          height: 60px; } }
      @media print, screen and (min-width: 835px) {
        .page--contact .post_article .mw_wp_form #contact #step li:nth-child(n+2).active::before {
          width: 27px;
          height: 80px; } }
    .page--contact .post_article .mw_wp_form #contact #step li:nth-child(1).active {
      border-left: solid #988B83; }
      @media only screen and (max-width: 834px) {
        .page--contact .post_article .mw_wp_form #contact #step li:nth-child(1).active {
          border-left-width: 2px; } }
      @media print, screen and (min-width: 835px) {
        .page--contact .post_article .mw_wp_form #contact #step li:nth-child(1).active {
          border-left-width: 3px; } }
    .page--contact .post_article .mw_wp_form #contact #step li:nth-child(3).active {
      border-right: solid #988B83; }
      @media only screen and (max-width: 834px) {
        .page--contact .post_article .mw_wp_form #contact #step li:nth-child(3).active {
          border-right-width: 2px; } }
      @media print, screen and (min-width: 835px) {
        .page--contact .post_article .mw_wp_form #contact #step li:nth-child(3).active {
          border-right-width: 3px; } }

/**
 * 入力画面
 */
.page--contact .post_article .mw_wp_form.mw_wp_form_input #mailform, .page--contact .post_article .mw_wp_form.mw_wp_form_confirm #mailform, .page--contact .post_article .mw_wp_form.mw_wp_form_complete #mailform {
  /* フォーム */
  /* プライバシーポリシー */
  /* 内容確認・送信ボタン */ }
  .page--contact .post_article .mw_wp_form.mw_wp_form_input #mailform > dl, .page--contact .post_article .mw_wp_form.mw_wp_form_confirm #mailform > dl, .page--contact .post_article .mw_wp_form.mw_wp_form_complete #mailform > dl {
    background: #FFF;
    border: 1px solid #707070; }
    @media only screen and (max-width: 834px) {
      .page--contact .post_article .mw_wp_form.mw_wp_form_input #mailform > dl, .page--contact .post_article .mw_wp_form.mw_wp_form_confirm #mailform > dl, .page--contact .post_article .mw_wp_form.mw_wp_form_complete #mailform > dl {
        margin-bottom: 30px; } }
    @media print, screen and (min-width: 835px) {
      .page--contact .post_article .mw_wp_form.mw_wp_form_input #mailform > dl, .page--contact .post_article .mw_wp_form.mw_wp_form_confirm #mailform > dl, .page--contact .post_article .mw_wp_form.mw_wp_form_complete #mailform > dl {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-bottom: 60px; } }
    @media only screen and (max-width: 834px) {
      .page--contact .post_article .mw_wp_form.mw_wp_form_input #mailform > dl > dt, .page--contact .post_article .mw_wp_form.mw_wp_form_confirm #mailform > dl > dt, .page--contact .post_article .mw_wp_form.mw_wp_form_complete #mailform > dl > dt,
      .page--contact .post_article .mw_wp_form.mw_wp_form_input #mailform > dl > dd,
      .page--contact .post_article .mw_wp_form.mw_wp_form_confirm #mailform > dl > dd,
      .page--contact .post_article .mw_wp_form.mw_wp_form_complete #mailform > dl > dd {
        width: 100%;
        line-height: 1.4;
        font-size: 1.4rem; } }
    @media print, screen and (min-width: 835px) {
      .page--contact .post_article .mw_wp_form.mw_wp_form_input #mailform > dl > dt, .page--contact .post_article .mw_wp_form.mw_wp_form_confirm #mailform > dl > dt, .page--contact .post_article .mw_wp_form.mw_wp_form_complete #mailform > dl > dt,
      .page--contact .post_article .mw_wp_form.mw_wp_form_input #mailform > dl > dd,
      .page--contact .post_article .mw_wp_form.mw_wp_form_confirm #mailform > dl > dd,
      .page--contact .post_article .mw_wp_form.mw_wp_form_complete #mailform > dl > dd {
        line-height: 1.6;
        font-size: 1.6rem;
        display: flex; }
        .page--contact .post_article .mw_wp_form.mw_wp_form_input #mailform > dl > dt:nth-of-type(n+2), .page--contact .post_article .mw_wp_form.mw_wp_form_confirm #mailform > dl > dt:nth-of-type(n+2), .page--contact .post_article .mw_wp_form.mw_wp_form_complete #mailform > dl > dt:nth-of-type(n+2),
        .page--contact .post_article .mw_wp_form.mw_wp_form_input #mailform > dl > dd:nth-of-type(n+2),
        .page--contact .post_article .mw_wp_form.mw_wp_form_confirm #mailform > dl > dd:nth-of-type(n+2),
        .page--contact .post_article .mw_wp_form.mw_wp_form_complete #mailform > dl > dd:nth-of-type(n+2) {
          border-top: 1px dotted #707070; } }
    .page--contact .post_article .mw_wp_form.mw_wp_form_input #mailform > dl > dt, .page--contact .post_article .mw_wp_form.mw_wp_form_confirm #mailform > dl > dt, .page--contact .post_article .mw_wp_form.mw_wp_form_complete #mailform > dl > dt {
      font-weight: 500; }
      @media only screen and (max-width: 834px) {
        .page--contact .post_article .mw_wp_form.mw_wp_form_input #mailform > dl > dt, .page--contact .post_article .mw_wp_form.mw_wp_form_confirm #mailform > dl > dt, .page--contact .post_article .mw_wp_form.mw_wp_form_complete #mailform > dl > dt {
          display: flex;
          justify-content: space-between;
          align-items: center;
          padding: 15px 20px 0 20px;
          margin-bottom: 10px; }
          .page--contact .post_article .mw_wp_form.mw_wp_form_input #mailform > dl > dt:nth-of-type(n+2), .page--contact .post_article .mw_wp_form.mw_wp_form_confirm #mailform > dl > dt:nth-of-type(n+2), .page--contact .post_article .mw_wp_form.mw_wp_form_complete #mailform > dl > dt:nth-of-type(n+2) {
            border-top: 1px dotted #707070; } }
      @media print, screen and (min-width: 835px) {
        .page--contact .post_article .mw_wp_form.mw_wp_form_input #mailform > dl > dt, .page--contact .post_article .mw_wp_form.mw_wp_form_confirm #mailform > dl > dt, .page--contact .post_article .mw_wp_form.mw_wp_form_complete #mailform > dl > dt {
          width: 284px;
          justify-content: space-between;
          align-items: center;
          padding: 15px 30px; } }
      .page--contact .post_article .mw_wp_form.mw_wp_form_input #mailform > dl > dt span, .page--contact .post_article .mw_wp_form.mw_wp_form_confirm #mailform > dl > dt span, .page--contact .post_article .mw_wp_form.mw_wp_form_complete #mailform > dl > dt span {
        line-height: 1;
        color: #FFF;
        font-size: 1.2rem;
        padding: 3px 5px;
        text-align: center;
        display: inline-flex;
        justify-content: center;
        align-items: center; }
        .page--contact .post_article .mw_wp_form.mw_wp_form_input #mailform > dl > dt span.required, .page--contact .post_article .mw_wp_form.mw_wp_form_confirm #mailform > dl > dt span.required, .page--contact .post_article .mw_wp_form.mw_wp_form_complete #mailform > dl > dt span.required {
          background: #BA6C80; }
    .page--contact .post_article .mw_wp_form.mw_wp_form_input #mailform > dl > dd, .page--contact .post_article .mw_wp_form.mw_wp_form_confirm #mailform > dl > dd, .page--contact .post_article .mw_wp_form.mw_wp_form_complete #mailform > dl > dd {
      /* 各種入力欄 */ }
      @media only screen and (max-width: 834px) {
        .page--contact .post_article .mw_wp_form.mw_wp_form_input #mailform > dl > dd, .page--contact .post_article .mw_wp_form.mw_wp_form_confirm #mailform > dl > dd, .page--contact .post_article .mw_wp_form.mw_wp_form_complete #mailform > dl > dd {
          padding: 0 20px 15px 20px; } }
      @media print, screen and (min-width: 835px) {
        .page--contact .post_article .mw_wp_form.mw_wp_form_input #mailform > dl > dd, .page--contact .post_article .mw_wp_form.mw_wp_form_confirm #mailform > dl > dd, .page--contact .post_article .mw_wp_form.mw_wp_form_complete #mailform > dl > dd {
          width: calc(100% - 284px);
          flex-direction: column;
          justify-content: center;
          padding: 15px 30px 15px 0; } }
      .page--contact .post_article .mw_wp_form.mw_wp_form_input #mailform > dl > dd input[type="text"], .page--contact .post_article .mw_wp_form.mw_wp_form_confirm #mailform > dl > dd input[type="text"], .page--contact .post_article .mw_wp_form.mw_wp_form_complete #mailform > dl > dd input[type="text"],
      .page--contact .post_article .mw_wp_form.mw_wp_form_input #mailform > dl > dd input[type="email"],
      .page--contact .post_article .mw_wp_form.mw_wp_form_confirm #mailform > dl > dd input[type="email"],
      .page--contact .post_article .mw_wp_form.mw_wp_form_complete #mailform > dl > dd input[type="email"],
      .page--contact .post_article .mw_wp_form.mw_wp_form_input #mailform > dl > dd input[type="tel"],
      .page--contact .post_article .mw_wp_form.mw_wp_form_confirm #mailform > dl > dd input[type="tel"],
      .page--contact .post_article .mw_wp_form.mw_wp_form_complete #mailform > dl > dd input[type="tel"],
      .page--contact .post_article .mw_wp_form.mw_wp_form_input #mailform > dl > dd select,
      .page--contact .post_article .mw_wp_form.mw_wp_form_confirm #mailform > dl > dd select,
      .page--contact .post_article .mw_wp_form.mw_wp_form_complete #mailform > dl > dd select,
      .page--contact .post_article .mw_wp_form.mw_wp_form_input #mailform > dl > dd textarea,
      .page--contact .post_article .mw_wp_form.mw_wp_form_confirm #mailform > dl > dd textarea,
      .page--contact .post_article .mw_wp_form.mw_wp_form_complete #mailform > dl > dd textarea {
        width: 100%;
        color: #2F2E30;
        font-size: 1.6rem;
        display: block;
        padding: 0.6em 0.7em;
        background: #FFF;
        border: 1px solid #707070;
        appearance: none;
        box-shadow: none;
        transition: all .2s ease-out; }
        @media only screen and (max-width: 834px) {
          .page--contact .post_article .mw_wp_form.mw_wp_form_input #mailform > dl > dd input[type="text"], .page--contact .post_article .mw_wp_form.mw_wp_form_confirm #mailform > dl > dd input[type="text"], .page--contact .post_article .mw_wp_form.mw_wp_form_complete #mailform > dl > dd input[type="text"],
          .page--contact .post_article .mw_wp_form.mw_wp_form_input #mailform > dl > dd input[type="email"],
          .page--contact .post_article .mw_wp_form.mw_wp_form_confirm #mailform > dl > dd input[type="email"],
          .page--contact .post_article .mw_wp_form.mw_wp_form_complete #mailform > dl > dd input[type="email"],
          .page--contact .post_article .mw_wp_form.mw_wp_form_input #mailform > dl > dd input[type="tel"],
          .page--contact .post_article .mw_wp_form.mw_wp_form_confirm #mailform > dl > dd input[type="tel"],
          .page--contact .post_article .mw_wp_form.mw_wp_form_complete #mailform > dl > dd input[type="tel"],
          .page--contact .post_article .mw_wp_form.mw_wp_form_input #mailform > dl > dd select,
          .page--contact .post_article .mw_wp_form.mw_wp_form_confirm #mailform > dl > dd select,
          .page--contact .post_article .mw_wp_form.mw_wp_form_complete #mailform > dl > dd select,
          .page--contact .post_article .mw_wp_form.mw_wp_form_input #mailform > dl > dd textarea,
          .page--contact .post_article .mw_wp_form.mw_wp_form_confirm #mailform > dl > dd textarea,
          .page--contact .post_article .mw_wp_form.mw_wp_form_complete #mailform > dl > dd textarea {
            font-size: 1.4rem;
            padding: 0.65em 0.7em; } }
        .page--contact .post_article .mw_wp_form.mw_wp_form_input #mailform > dl > dd input[type="text"]:focus, .page--contact .post_article .mw_wp_form.mw_wp_form_confirm #mailform > dl > dd input[type="text"]:focus, .page--contact .post_article .mw_wp_form.mw_wp_form_complete #mailform > dl > dd input[type="text"]:focus,
        .page--contact .post_article .mw_wp_form.mw_wp_form_input #mailform > dl > dd input[type="email"]:focus,
        .page--contact .post_article .mw_wp_form.mw_wp_form_confirm #mailform > dl > dd input[type="email"]:focus,
        .page--contact .post_article .mw_wp_form.mw_wp_form_complete #mailform > dl > dd input[type="email"]:focus,
        .page--contact .post_article .mw_wp_form.mw_wp_form_input #mailform > dl > dd input[type="tel"]:focus,
        .page--contact .post_article .mw_wp_form.mw_wp_form_confirm #mailform > dl > dd input[type="tel"]:focus,
        .page--contact .post_article .mw_wp_form.mw_wp_form_complete #mailform > dl > dd input[type="tel"]:focus,
        .page--contact .post_article .mw_wp_form.mw_wp_form_input #mailform > dl > dd select:focus,
        .page--contact .post_article .mw_wp_form.mw_wp_form_confirm #mailform > dl > dd select:focus,
        .page--contact .post_article .mw_wp_form.mw_wp_form_complete #mailform > dl > dd select:focus,
        .page--contact .post_article .mw_wp_form.mw_wp_form_input #mailform > dl > dd textarea:focus,
        .page--contact .post_article .mw_wp_form.mw_wp_form_confirm #mailform > dl > dd textarea:focus,
        .page--contact .post_article .mw_wp_form.mw_wp_form_complete #mailform > dl > dd textarea:focus {
          background: #EFEDEC;
          border-color: #BA6C80; }
      @media only screen and (max-width: 834px) {
        .page--contact .post_article .mw_wp_form.mw_wp_form_input #mailform > dl > dd textarea, .page--contact .post_article .mw_wp_form.mw_wp_form_confirm #mailform > dl > dd textarea, .page--contact .post_article .mw_wp_form.mw_wp_form_complete #mailform > dl > dd textarea {
          min-height: 150px; } }
      @media print, screen and (min-width: 835px) {
        .page--contact .post_article .mw_wp_form.mw_wp_form_input #mailform > dl > dd textarea, .page--contact .post_article .mw_wp_form.mw_wp_form_confirm #mailform > dl > dd textarea, .page--contact .post_article .mw_wp_form.mw_wp_form_complete #mailform > dl > dd textarea {
          min-height: 200px; } }
      .page--contact .post_article .mw_wp_form.mw_wp_form_input #mailform > dl > dd #zip, .page--contact .post_article .mw_wp_form.mw_wp_form_confirm #mailform > dl > dd #zip, .page--contact .post_article .mw_wp_form.mw_wp_form_complete #mailform > dl > dd #zip {
        max-width: 160px;
        margin-left: 0.5em; }
      .page--contact .post_article .mw_wp_form.mw_wp_form_input #mailform > dl > dd #address, .page--contact .post_article .mw_wp_form.mw_wp_form_confirm #mailform > dl > dd #address, .page--contact .post_article .mw_wp_form.mw_wp_form_complete #mailform > dl > dd #address {
        margin-top: 10px; }
      .page--contact .post_article .mw_wp_form.mw_wp_form_input #mailform > dl > dd > div, .page--contact .post_article .mw_wp_form.mw_wp_form_confirm #mailform > dl > dd > div, .page--contact .post_article .mw_wp_form.mw_wp_form_complete #mailform > dl > dd > div {
        display: flex;
        align-items: center; }
        .page--contact .post_article .mw_wp_form.mw_wp_form_input #mailform > dl > dd > div button, .page--contact .post_article .mw_wp_form.mw_wp_form_confirm #mailform > dl > dd > div button, .page--contact .post_article .mw_wp_form.mw_wp_form_complete #mailform > dl > dd > div button {
          width: 100%;
          max-width: 120px;
          height: 46px;
          color: #FFF;
          font-size: 1.6rem;
          font-weight: 700;
          text-align: center;
          display: flex;
          justify-content: center;
          align-items: center;
          appearance: none;
          background: #BA6C80;
          border: none;
          border-radius: 23px;
          transition: all .2s ease-out;
          margin-left: 15px; }
          @media only screen and (max-width: 834px) {
            .page--contact .post_article .mw_wp_form.mw_wp_form_input #mailform > dl > dd > div button, .page--contact .post_article .mw_wp_form.mw_wp_form_confirm #mailform > dl > dd > div button, .page--contact .post_article .mw_wp_form.mw_wp_form_complete #mailform > dl > dd > div button {
              height: 40px;
              border-radius: 20px;
              margin-left: 10px; } }
          .page--contact .post_article .mw_wp_form.mw_wp_form_input #mailform > dl > dd > div button:hover, .page--contact .post_article .mw_wp_form.mw_wp_form_confirm #mailform > dl > dd > div button:hover, .page--contact .post_article .mw_wp_form.mw_wp_form_complete #mailform > dl > dd > div button:hover {
            background: #988B83; }
  .page--contact .post_article .mw_wp_form.mw_wp_form_input #mailform .privacy p, .page--contact .post_article .mw_wp_form.mw_wp_form_confirm #mailform .privacy p, .page--contact .post_article .mw_wp_form.mw_wp_form_complete #mailform .privacy p {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    margin-bottom: 20px; }
    @media only screen and (max-width: 834px) {
      .page--contact .post_article .mw_wp_form.mw_wp_form_input #mailform .privacy p, .page--contact .post_article .mw_wp_form.mw_wp_form_confirm #mailform .privacy p, .page--contact .post_article .mw_wp_form.mw_wp_form_complete #mailform .privacy p {
        line-height: 1.8571;
        font-size: 1.4rem; }
        .page--contact .post_article .mw_wp_form.mw_wp_form_input #mailform .privacy p::before, .page--contact .post_article .mw_wp_form.mw_wp_form_confirm #mailform .privacy p::before, .page--contact .post_article .mw_wp_form.mw_wp_form_complete #mailform .privacy p::before {
          content: "";
          display: block;
          height: 0;
          width: 0;
          margin-top: calc((1 - 1.8571) * 0.5em); } }
    @media print, screen and (min-width: 835px) {
      .page--contact .post_article .mw_wp_form.mw_wp_form_input #mailform .privacy p, .page--contact .post_article .mw_wp_form.mw_wp_form_confirm #mailform .privacy p, .page--contact .post_article .mw_wp_form.mw_wp_form_complete #mailform .privacy p {
        line-height: 1.875;
        font-size: 1.6rem; }
        .page--contact .post_article .mw_wp_form.mw_wp_form_input #mailform .privacy p::before, .page--contact .post_article .mw_wp_form.mw_wp_form_confirm #mailform .privacy p::before, .page--contact .post_article .mw_wp_form.mw_wp_form_complete #mailform .privacy p::before {
          content: "";
          display: block;
          height: 0;
          width: 0;
          margin-top: calc((1 - 1.875) * 0.5em); } }
    .page--contact .post_article .mw_wp_form.mw_wp_form_input #mailform .privacy p a, .page--contact .post_article .mw_wp_form.mw_wp_form_confirm #mailform .privacy p a, .page--contact .post_article .mw_wp_form.mw_wp_form_complete #mailform .privacy p a {
      color: #2F2E30;
      transition: all .2s ease-out; }
      .page--contact .post_article .mw_wp_form.mw_wp_form_input #mailform .privacy p a:hover, .page--contact .post_article .mw_wp_form.mw_wp_form_confirm #mailform .privacy p a:hover, .page--contact .post_article .mw_wp_form.mw_wp_form_complete #mailform .privacy p a:hover {
        color: #BA6C80; }
  .page--contact .post_article .mw_wp_form.mw_wp_form_input #mailform .privacy .mwform-checkbox-field, .page--contact .post_article .mw_wp_form.mw_wp_form_confirm #mailform .privacy .mwform-checkbox-field, .page--contact .post_article .mw_wp_form.mw_wp_form_complete #mailform .privacy .mwform-checkbox-field {
    text-align: center;
    display: block; }
    .page--contact .post_article .mw_wp_form.mw_wp_form_input #mailform .privacy .mwform-checkbox-field::after, .page--contact .post_article .mw_wp_form.mw_wp_form_confirm #mailform .privacy .mwform-checkbox-field::after, .page--contact .post_article .mw_wp_form.mw_wp_form_complete #mailform .privacy .mwform-checkbox-field::after {
      content: "";
      display: block;
      clear: both; }
    .page--contact .post_article .mw_wp_form.mw_wp_form_input #mailform .privacy .mwform-checkbox-field label, .page--contact .post_article .mw_wp_form.mw_wp_form_confirm #mailform .privacy .mwform-checkbox-field label, .page--contact .post_article .mw_wp_form.mw_wp_form_complete #mailform .privacy .mwform-checkbox-field label {
      position: relative;
      margin: 0 !important; }
      .page--contact .post_article .mw_wp_form.mw_wp_form_input #mailform .privacy .mwform-checkbox-field label span, .page--contact .post_article .mw_wp_form.mw_wp_form_confirm #mailform .privacy .mwform-checkbox-field label span, .page--contact .post_article .mw_wp_form.mw_wp_form_complete #mailform .privacy .mwform-checkbox-field label span {
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 700;
        font-style: normal;
        color: #2F2E30;
        font-size: 1.6rem;
        height: 40px;
        display: flex;
        align-items: center;
        word-break: break-all;
        transition: all .2s ease-out;
        cursor: pointer; }
        .page--contact .post_article .mw_wp_form.mw_wp_form_input #mailform .privacy .mwform-checkbox-field label span:hover, .page--contact .post_article .mw_wp_form.mw_wp_form_confirm #mailform .privacy .mwform-checkbox-field label span:hover, .page--contact .post_article .mw_wp_form.mw_wp_form_complete #mailform .privacy .mwform-checkbox-field label span:hover {
          color: #BA6C80; }
      .page--contact .post_article .mw_wp_form.mw_wp_form_input #mailform .privacy .mwform-checkbox-field label input[type="checkbox"] + span, .page--contact .post_article .mw_wp_form.mw_wp_form_confirm #mailform .privacy .mwform-checkbox-field label input[type="checkbox"] + span, .page--contact .post_article .mw_wp_form.mw_wp_form_complete #mailform .privacy .mwform-checkbox-field label input[type="checkbox"] + span,
      .page--contact .post_article .mw_wp_form.mw_wp_form_input #mailform .privacy .mwform-checkbox-field label input[type="radio"] + span,
      .page--contact .post_article .mw_wp_form.mw_wp_form_confirm #mailform .privacy .mwform-checkbox-field label input[type="radio"] + span,
      .page--contact .post_article .mw_wp_form.mw_wp_form_complete #mailform .privacy .mwform-checkbox-field label input[type="radio"] + span {
        position: relative;
        padding-left: 50px; }
      .page--contact .post_article .mw_wp_form.mw_wp_form_input #mailform .privacy .mwform-checkbox-field label input[type="checkbox"], .page--contact .post_article .mw_wp_form.mw_wp_form_confirm #mailform .privacy .mwform-checkbox-field label input[type="checkbox"], .page--contact .post_article .mw_wp_form.mw_wp_form_complete #mailform .privacy .mwform-checkbox-field label input[type="checkbox"] {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0; }
      .page--contact .post_article .mw_wp_form.mw_wp_form_input #mailform .privacy .mwform-checkbox-field label input[type="checkbox"] + span::before, .page--contact .post_article .mw_wp_form.mw_wp_form_confirm #mailform .privacy .mwform-checkbox-field label input[type="checkbox"] + span::before, .page--contact .post_article .mw_wp_form.mw_wp_form_complete #mailform .privacy .mwform-checkbox-field label input[type="checkbox"] + span::before,
      .page--contact .post_article .mw_wp_form.mw_wp_form_input #mailform .privacy .mwform-checkbox-field label input[type="checkbox"] + span::after,
      .page--contact .post_article .mw_wp_form.mw_wp_form_confirm #mailform .privacy .mwform-checkbox-field label input[type="checkbox"] + span::after,
      .page--contact .post_article .mw_wp_form.mw_wp_form_complete #mailform .privacy .mwform-checkbox-field label input[type="checkbox"] + span::after {
        content: "";
        display: inline-block;
        box-sizing: border-box;
        position: absolute;
        top: 0;
        left: 0; }
      .page--contact .post_article .mw_wp_form.mw_wp_form_input #mailform .privacy .mwform-checkbox-field label input[type="checkbox"] + span::before, .page--contact .post_article .mw_wp_form.mw_wp_form_confirm #mailform .privacy .mwform-checkbox-field label input[type="checkbox"] + span::before, .page--contact .post_article .mw_wp_form.mw_wp_form_complete #mailform .privacy .mwform-checkbox-field label input[type="checkbox"] + span::before {
        width: 40px;
        height: 40px;
        background-color: #FFF;
        border: 1px solid #707070;
        transition: all .2s ease-out;
        z-index: 1; }
        @media only screen and (max-width: 834px) {
          .page--contact .post_article .mw_wp_form.mw_wp_form_input #mailform .privacy .mwform-checkbox-field label input[type="checkbox"] + span::before, .page--contact .post_article .mw_wp_form.mw_wp_form_confirm #mailform .privacy .mwform-checkbox-field label input[type="checkbox"] + span::before, .page--contact .post_article .mw_wp_form.mw_wp_form_complete #mailform .privacy .mwform-checkbox-field label input[type="checkbox"] + span::before {
            top: 0;
            bottom: 0;
            margin: auto 0; } }
      .page--contact .post_article .mw_wp_form.mw_wp_form_input #mailform .privacy .mwform-checkbox-field label input[type="checkbox"] + span::after, .page--contact .post_article .mw_wp_form.mw_wp_form_confirm #mailform .privacy .mwform-checkbox-field label input[type="checkbox"] + span::after, .page--contact .post_article .mw_wp_form.mw_wp_form_complete #mailform .privacy .mwform-checkbox-field label input[type="checkbox"] + span::after {
        width: 9px;
        height: 15px;
        border-right: 3px solid #707070;
        border-bottom: 3px solid #707070;
        border-radius: 1px;
        display: block;
        transform: rotate(45deg);
        transition: all .2s ease-out;
        left: 16px;
        top: 10px;
        /*
        top: 0;
        bottom: 0;
        margin: auto 0;
        */
        z-index: 2; }
      .page--contact .post_article .mw_wp_form.mw_wp_form_input #mailform .privacy .mwform-checkbox-field label input[type="checkbox"]:checked + span::before, .page--contact .post_article .mw_wp_form.mw_wp_form_confirm #mailform .privacy .mwform-checkbox-field label input[type="checkbox"]:checked + span::before, .page--contact .post_article .mw_wp_form.mw_wp_form_complete #mailform .privacy .mwform-checkbox-field label input[type="checkbox"]:checked + span::before {
        background-color: #EFEDEC;
        border-color: #BA6C80; }
      .page--contact .post_article .mw_wp_form.mw_wp_form_input #mailform .privacy .mwform-checkbox-field label input[type="checkbox"]:checked + span::after, .page--contact .post_article .mw_wp_form.mw_wp_form_confirm #mailform .privacy .mwform-checkbox-field label input[type="checkbox"]:checked + span::after, .page--contact .post_article .mw_wp_form.mw_wp_form_complete #mailform .privacy .mwform-checkbox-field label input[type="checkbox"]:checked + span::after {
        border-color: #BA6C80; }
  .page--contact .post_article .mw_wp_form.mw_wp_form_input #mailform #submit, .page--contact .post_article .mw_wp_form.mw_wp_form_confirm #mailform #submit, .page--contact .post_article .mw_wp_form.mw_wp_form_complete #mailform #submit {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    @media only screen and (max-width: 834px) {
      .page--contact .post_article .mw_wp_form.mw_wp_form_input #mailform #submit, .page--contact .post_article .mw_wp_form.mw_wp_form_confirm #mailform #submit, .page--contact .post_article .mw_wp_form.mw_wp_form_complete #mailform #submit {
        margin: 30px auto 0 auto; } }
    @media print, screen and (min-width: 835px) {
      .page--contact .post_article .mw_wp_form.mw_wp_form_input #mailform #submit, .page--contact .post_article .mw_wp_form.mw_wp_form_confirm #mailform #submit, .page--contact .post_article .mw_wp_form.mw_wp_form_complete #mailform #submit {
        max-width: 530px;
        margin: 60px auto 0 auto; } }
    .page--contact .post_article .mw_wp_form.mw_wp_form_input #mailform #submit .wpcf7-spinner, .page--contact .post_article .mw_wp_form.mw_wp_form_confirm #mailform #submit .wpcf7-spinner, .page--contact .post_article .mw_wp_form.mw_wp_form_complete #mailform #submit .wpcf7-spinner {
      margin-top: 30px; }
    .page--contact .post_article .mw_wp_form.mw_wp_form_input #mailform #submit input[type="submit"], .page--contact .post_article .mw_wp_form.mw_wp_form_confirm #mailform #submit input[type="submit"], .page--contact .post_article .mw_wp_form.mw_wp_form_complete #mailform #submit input[type="submit"] {
      width: 100%;
      min-height: 50px;
      line-height: 1.4;
      color: #FFF;
      font-size: 1.6rem;
      font-weight: 500;
      text-align: center;
      text-decoration: none;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 5px 30px;
      background-color: #BA6C80;
      border: 1px solid #BA6C80;
      transition: all .2s ease-out;
      overflow: hidden;
      cursor: pointer;
      position: relative;
      z-index: 1;
      margin: 0 auto; }
      @media print, screen and (min-width: 835px) {
        .page--contact .post_article .mw_wp_form.mw_wp_form_input #mailform #submit input[type="submit"], .page--contact .post_article .mw_wp_form.mw_wp_form_confirm #mailform #submit input[type="submit"], .page--contact .post_article .mw_wp_form.mw_wp_form_complete #mailform #submit input[type="submit"] {
          max-width: 250px; } }
      .page--contact .post_article .mw_wp_form.mw_wp_form_input #mailform #submit input[type="submit"]::after, .page--contact .post_article .mw_wp_form.mw_wp_form_confirm #mailform #submit input[type="submit"]::after, .page--contact .post_article .mw_wp_form.mw_wp_form_complete #mailform #submit input[type="submit"]::after {
        content: "";
        border-top: 1px solid #BA6C80;
        border-right: 1px solid #BA6C80;
        transform: rotate(45deg);
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto 0;
        z-index: 2;
        right: 17px; }
        @media only screen and (max-width: 834px) {
          .page--contact .post_article .mw_wp_form.mw_wp_form_input #mailform #submit input[type="submit"]::after, .page--contact .post_article .mw_wp_form.mw_wp_form_confirm #mailform #submit input[type="submit"]::after, .page--contact .post_article .mw_wp_form.mw_wp_form_complete #mailform #submit input[type="submit"]::after {
            width: 9px;
            height: 9px; } }
        @media print, screen and (min-width: 835px) {
          .page--contact .post_article .mw_wp_form.mw_wp_form_input #mailform #submit input[type="submit"]::after, .page--contact .post_article .mw_wp_form.mw_wp_form_confirm #mailform #submit input[type="submit"]::after, .page--contact .post_article .mw_wp_form.mw_wp_form_complete #mailform #submit input[type="submit"]::after {
            width: 9px;
            height: 9px; } }
      .page--contact .post_article .mw_wp_form.mw_wp_form_input #mailform #submit input[type="submit"]:hover, .page--contact .post_article .mw_wp_form.mw_wp_form_confirm #mailform #submit input[type="submit"]:hover, .page--contact .post_article .mw_wp_form.mw_wp_form_complete #mailform #submit input[type="submit"]:hover {
        color: #BA6C80;
        background-color: #FFF;
        border-color: #BA6C80; }
        .page--contact .post_article .mw_wp_form.mw_wp_form_input #mailform #submit input[type="submit"]:hover::after, .page--contact .post_article .mw_wp_form.mw_wp_form_confirm #mailform #submit input[type="submit"]:hover::after, .page--contact .post_article .mw_wp_form.mw_wp_form_complete #mailform #submit input[type="submit"]:hover::after {
          content: "";
          border-top: 1px solid #FFF;
          border-right: 1px solid #FFF;
          transform: rotate(45deg);
          display: block;
          position: absolute;
          top: 0;
          bottom: 0;
          margin: auto 0;
          z-index: 2; }
          @media only screen and (max-width: 834px) {
            .page--contact .post_article .mw_wp_form.mw_wp_form_input #mailform #submit input[type="submit"]:hover::after, .page--contact .post_article .mw_wp_form.mw_wp_form_confirm #mailform #submit input[type="submit"]:hover::after, .page--contact .post_article .mw_wp_form.mw_wp_form_complete #mailform #submit input[type="submit"]:hover::after {
              width: 9px;
              height: 9px; } }
          @media print, screen and (min-width: 835px) {
            .page--contact .post_article .mw_wp_form.mw_wp_form_input #mailform #submit input[type="submit"]:hover::after, .page--contact .post_article .mw_wp_form.mw_wp_form_confirm #mailform #submit input[type="submit"]:hover::after, .page--contact .post_article .mw_wp_form.mw_wp_form_complete #mailform #submit input[type="submit"]:hover::after {
              width: 9px;
              height: 9px; } }
      @media print, screen and (min-width: 835px) {
        .page--contact .post_article .mw_wp_form.mw_wp_form_input #mailform #submit input[type="submit"], .page--contact .post_article .mw_wp_form.mw_wp_form_confirm #mailform #submit input[type="submit"], .page--contact .post_article .mw_wp_form.mw_wp_form_complete #mailform #submit input[type="submit"] {
          width: calc(50% - 30px);
          max-width: 250px; } }
      .page--contact .post_article .mw_wp_form.mw_wp_form_input #mailform #submit input[type="submit"]::after, .page--contact .post_article .mw_wp_form.mw_wp_form_confirm #mailform #submit input[type="submit"]::after, .page--contact .post_article .mw_wp_form.mw_wp_form_complete #mailform #submit input[type="submit"]::after {
        display: none !important; }
      .page--contact .post_article .mw_wp_form.mw_wp_form_input #mailform #submit input[type="submit"][disabled], .page--contact .post_article .mw_wp_form.mw_wp_form_confirm #mailform #submit input[type="submit"][disabled], .page--contact .post_article .mw_wp_form.mw_wp_form_complete #mailform #submit input[type="submit"][disabled] {
        background: #988B83 !important;
        border-color: #988B83 !important;
        pointer-events: none !important; }
      .page--contact .post_article .mw_wp_form.mw_wp_form_input #mailform #submit input[type="submit"].return, .page--contact .post_article .mw_wp_form.mw_wp_form_confirm #mailform #submit input[type="submit"].return, .page--contact .post_article .mw_wp_form.mw_wp_form_complete #mailform #submit input[type="submit"].return {
        width: 100%;
        min-height: 50px;
        line-height: 1.4;
        color: #BA6C80;
        font-size: 1.6rem;
        font-weight: 500;
        text-align: center;
        text-decoration: none;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 5px 30px;
        background-color: #FFF;
        border: 1px solid #BA6C80;
        transition: all .2s ease-out;
        overflow: hidden;
        cursor: pointer;
        position: relative;
        z-index: 1;
        margin: 0 auto; }
        @media print, screen and (min-width: 835px) {
          .page--contact .post_article .mw_wp_form.mw_wp_form_input #mailform #submit input[type="submit"].return, .page--contact .post_article .mw_wp_form.mw_wp_form_confirm #mailform #submit input[type="submit"].return, .page--contact .post_article .mw_wp_form.mw_wp_form_complete #mailform #submit input[type="submit"].return {
            max-width: 250px; } }
        .page--contact .post_article .mw_wp_form.mw_wp_form_input #mailform #submit input[type="submit"].return::after, .page--contact .post_article .mw_wp_form.mw_wp_form_confirm #mailform #submit input[type="submit"].return::after, .page--contact .post_article .mw_wp_form.mw_wp_form_complete #mailform #submit input[type="submit"].return::after {
          content: "";
          border-top: 1px solid #BA6C80;
          border-right: 1px solid #BA6C80;
          transform: rotate(45deg);
          display: block;
          position: absolute;
          top: 0;
          bottom: 0;
          margin: auto 0;
          z-index: 2;
          right: 17px; }
          @media only screen and (max-width: 834px) {
            .page--contact .post_article .mw_wp_form.mw_wp_form_input #mailform #submit input[type="submit"].return::after, .page--contact .post_article .mw_wp_form.mw_wp_form_confirm #mailform #submit input[type="submit"].return::after, .page--contact .post_article .mw_wp_form.mw_wp_form_complete #mailform #submit input[type="submit"].return::after {
              width: 9px;
              height: 9px; } }
          @media print, screen and (min-width: 835px) {
            .page--contact .post_article .mw_wp_form.mw_wp_form_input #mailform #submit input[type="submit"].return::after, .page--contact .post_article .mw_wp_form.mw_wp_form_confirm #mailform #submit input[type="submit"].return::after, .page--contact .post_article .mw_wp_form.mw_wp_form_complete #mailform #submit input[type="submit"].return::after {
              width: 9px;
              height: 9px; } }
        .page--contact .post_article .mw_wp_form.mw_wp_form_input #mailform #submit input[type="submit"].return:hover, .page--contact .post_article .mw_wp_form.mw_wp_form_confirm #mailform #submit input[type="submit"].return:hover, .page--contact .post_article .mw_wp_form.mw_wp_form_complete #mailform #submit input[type="submit"].return:hover {
          color: #FFF;
          background-color: #BA6C80;
          border-color: #BA6C80; }
          .page--contact .post_article .mw_wp_form.mw_wp_form_input #mailform #submit input[type="submit"].return:hover::after, .page--contact .post_article .mw_wp_form.mw_wp_form_confirm #mailform #submit input[type="submit"].return:hover::after, .page--contact .post_article .mw_wp_form.mw_wp_form_complete #mailform #submit input[type="submit"].return:hover::after {
            content: "";
            border-top: 1px solid #FFF;
            border-right: 1px solid #FFF;
            transform: rotate(45deg);
            display: block;
            position: absolute;
            top: 0;
            bottom: 0;
            margin: auto 0;
            z-index: 2; }
            @media only screen and (max-width: 834px) {
              .page--contact .post_article .mw_wp_form.mw_wp_form_input #mailform #submit input[type="submit"].return:hover::after, .page--contact .post_article .mw_wp_form.mw_wp_form_confirm #mailform #submit input[type="submit"].return:hover::after, .page--contact .post_article .mw_wp_form.mw_wp_form_complete #mailform #submit input[type="submit"].return:hover::after {
                width: 9px;
                height: 9px; } }
            @media print, screen and (min-width: 835px) {
              .page--contact .post_article .mw_wp_form.mw_wp_form_input #mailform #submit input[type="submit"].return:hover::after, .page--contact .post_article .mw_wp_form.mw_wp_form_confirm #mailform #submit input[type="submit"].return:hover::after, .page--contact .post_article .mw_wp_form.mw_wp_form_complete #mailform #submit input[type="submit"].return:hover::after {
                width: 9px;
                height: 9px; } }
        @media only screen and (max-width: 834px) {
          .page--contact .post_article .mw_wp_form.mw_wp_form_input #mailform #submit input[type="submit"].return, .page--contact .post_article .mw_wp_form.mw_wp_form_confirm #mailform #submit input[type="submit"].return, .page--contact .post_article .mw_wp_form.mw_wp_form_complete #mailform #submit input[type="submit"].return {
            margin-bottom: 15px; } }

/**
 * 確認画面
 */
.page--contact .post_article .mw_wp_form.mw_wp_form_confirm #mailform {
  /* フォーム */
  /* プライバシーポリシー */ }
  .page--contact .post_article .mw_wp_form.mw_wp_form_confirm #mailform > dl > dd > div button {
    display: none !important; }
  .page--contact .post_article .mw_wp_form.mw_wp_form_confirm #mailform .privacy {
    display: none !important; }

/**
 * 完了画面
 */
.page--contact .post_article .mw_wp_form.mw_wp_form_complete #mailform {
  /* 送信完了 */ }
  @media only screen and (max-width: 834px) {
    .page--contact .post_article .mw_wp_form.mw_wp_form_complete #mailform .thanks {
      margin-top: 30px; } }
  @media print, screen and (min-width: 835px) {
    .page--contact .post_article .mw_wp_form.mw_wp_form_complete #mailform .thanks {
      margin-top: 60px; } }
  @media only screen and (max-width: 834px) {
    .page--contact .post_article .mw_wp_form.mw_wp_form_complete #mailform .thanks .mod__heading1 {
      margin-bottom: 20px; } }
  @media print, screen and (min-width: 835px) {
    .page--contact .post_article .mw_wp_form.mw_wp_form_complete #mailform .thanks .mod__heading1 {
      font-size: 3.0rem;
      margin-bottom: 40px; } }
  .page--contact .post_article .mw_wp_form.mw_wp_form_complete #mailform .thanks p {
    text-align: center; }
    @media only screen and (max-width: 834px) {
      .page--contact .post_article .mw_wp_form.mw_wp_form_complete #mailform .thanks p {
        line-height: 1.8571;
        font-size: 1.4rem;
        margin-bottom: 25px; }
        .page--contact .post_article .mw_wp_form.mw_wp_form_complete #mailform .thanks p::before {
          content: "";
          display: block;
          height: 0;
          width: 0;
          margin-top: calc((1 - 1.8571) * 0.5em); } }
    @media print, screen and (min-width: 835px) {
      .page--contact .post_article .mw_wp_form.mw_wp_form_complete #mailform .thanks p {
        line-height: 1.875;
        font-size: 1.6rem;
        margin-bottom: 35px; }
        .page--contact .post_article .mw_wp_form.mw_wp_form_complete #mailform .thanks p::before {
          content: "";
          display: block;
          height: 0;
          width: 0;
          margin-top: calc((1 - 1.875) * 0.5em); } }
  .page--contact .post_article .mw_wp_form.mw_wp_form_complete #mailform .thanks > a {
    width: 100%;
    min-height: 50px;
    line-height: 1.4;
    color: #FFF;
    font-size: 1.6rem;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 30px;
    background-color: #BA6C80;
    border: 1px solid #BA6C80;
    transition: all .2s ease-out;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    z-index: 1;
    margin: 0 auto; }
    @media print, screen and (min-width: 835px) {
      .page--contact .post_article .mw_wp_form.mw_wp_form_complete #mailform .thanks > a {
        max-width: 250px; } }
    .page--contact .post_article .mw_wp_form.mw_wp_form_complete #mailform .thanks > a::after {
      content: "";
      border-top: 1px solid #BA6C80;
      border-right: 1px solid #BA6C80;
      transform: rotate(45deg);
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto 0;
      z-index: 2;
      right: 17px; }
      @media only screen and (max-width: 834px) {
        .page--contact .post_article .mw_wp_form.mw_wp_form_complete #mailform .thanks > a::after {
          width: 9px;
          height: 9px; } }
      @media print, screen and (min-width: 835px) {
        .page--contact .post_article .mw_wp_form.mw_wp_form_complete #mailform .thanks > a::after {
          width: 9px;
          height: 9px; } }
    .page--contact .post_article .mw_wp_form.mw_wp_form_complete #mailform .thanks > a:hover {
      color: #BA6C80;
      background-color: #FFF;
      border-color: #BA6C80; }
      .page--contact .post_article .mw_wp_form.mw_wp_form_complete #mailform .thanks > a:hover::after {
        content: "";
        border-top: 1px solid #FFF;
        border-right: 1px solid #FFF;
        transform: rotate(45deg);
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto 0;
        z-index: 2; }
        @media only screen and (max-width: 834px) {
          .page--contact .post_article .mw_wp_form.mw_wp_form_complete #mailform .thanks > a:hover::after {
            width: 9px;
            height: 9px; } }
        @media print, screen and (min-width: 835px) {
          .page--contact .post_article .mw_wp_form.mw_wp_form_complete #mailform .thanks > a:hover::after {
            width: 9px;
            height: 9px; } }
    .page--contact .post_article .mw_wp_form.mw_wp_form_complete #mailform .thanks > a::after {
      content: "";
      border-top: 1px solid #FFF;
      border-right: 1px solid #FFF;
      transform: rotate(45deg);
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto 0;
      z-index: 2; }
      @media only screen and (max-width: 834px) {
        .page--contact .post_article .mw_wp_form.mw_wp_form_complete #mailform .thanks > a::after {
          width: 9px;
          height: 9px; } }
      @media print, screen and (min-width: 835px) {
        .page--contact .post_article .mw_wp_form.mw_wp_form_complete #mailform .thanks > a::after {
          width: 9px;
          height: 9px; } }
    .page--contact .post_article .mw_wp_form.mw_wp_form_complete #mailform .thanks > a:hover::after {
      content: "";
      border-top: 1px solid #BA6C80;
      border-right: 1px solid #BA6C80;
      transform: rotate(45deg);
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto 0;
      z-index: 2; }
      @media only screen and (max-width: 834px) {
        .page--contact .post_article .mw_wp_form.mw_wp_form_complete #mailform .thanks > a:hover::after {
          width: 9px;
          height: 9px; } }
      @media print, screen and (min-width: 835px) {
        .page--contact .post_article .mw_wp_form.mw_wp_form_complete #mailform .thanks > a:hover::after {
          width: 9px;
          height: 9px; } }

/* ======================
  mod
====================== */
.mod {
  /* ======================
  ページタイトル
  ====================== */
  /* ======================
  パンくずリスト
  ====================== */
  /* ======================
  ヘッダー画像
  ====================== */
  /* ======================
  見出し
  ====================== */
  /* 太字 + 中央寄せ */
  /* アイコン + 太字 + 中央寄せ */
  /* --- */
  /* ======================
    投稿詳細 本文
  ====================== */
  /* ======================
    投稿詳細 SNSシェア
  ====================== */
  /*
  &__share {
    @include makeContainer($mx:1000px, $pd_pc:50px, $pd_sp:30px);
    position: relative;
    margin: 0 auto;
    &::after {
      width:100%;
      height: 1px;
      content: "";
      background: #E5E5E5;
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      margin: 0 auto;
    }

    h3 {
      @include lhCrop(1.6);
      line-height: 1.6;
      font-size: 1.6rem;
      text-align: center;
      @include smartphone {
        margin-bottom: 10px;
      }
      @include screen {
        margin-bottom: 20px;
      }
    }

    .a2a_kit {
      display: flex;
      justify-content: center;
      > a {
        line-height: 1.0;
        .a2a_svg{
          border-radius: 50%!important;
          svg{
            top: 15%;
            height: 70%;
          }
        }
      }
    }
  }
  */
  /* ======================
  投稿一覧 ページネーション
  ====================== */
  /* ======================
  投稿詳細 ページャー（前へ・次へ・一覧に戻る）
  ====================== */
  /*
  EOF
  */ }
  .mod__pagetitle {
    width: 100%;
    color: #2F2E30;
    font-weight: 700;
    text-align: center;
    background: #EFEDEC;
    position: relative; }
    @media only screen and (max-width: 834px) {
      .mod__pagetitle {
        min-height: 56px;
        font-size: 2.0rem;
        padding: 15px 20px; } }
    @media print, screen and (min-width: 835px) {
      .mod__pagetitle {
        min-height: 310px;
        font-size: 3.5rem;
        padding: 195px 30px 60px 30px; } }
  @media only screen and (min-width: 835px) and (min-width: 835px) and (max-width: 1219px) {
    .mod__pagetitle {
      min-height: 350px;
      padding: 235px 30px 60px 30px; } }

  .mod__breadcrumb {
    display: block;
    max-width: 1060px;
    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 {
        display: none; } }
    @media print, screen and (min-width: 835px) {
      .mod__breadcrumb {
        margin: 20px auto 40px auto; } }
    .mod__breadcrumb > span {
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: 500;
      font-style: normal;
      line-height: 1.4;
      color: #2F2E30;
      font-size: 1.4rem;
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      margin: 0 auto; }
      .mod__breadcrumb > span > span {
        color: #2F2E30;
        margin-right: 0.5em; }
        .mod__breadcrumb > span > span:nth-of-type(n+2) {
          margin-left: 0.5em; }
        .mod__breadcrumb > span > span a {
          color: #2F2E30;
          text-decoration: underline;
          transition: all .2s ease-out; }
          .mod__breadcrumb > span > span a:hover {
            text-decoration: none; }
  @media only screen and (max-width: 834px) {
    .mod__head {
      margin-bottom: -34px; } }
  @media print, screen and (min-width: 835px) {
    .mod__head {
      display: block;
      max-width: 1060px;
      margin: 0 auto;
      margin-bottom: -45px; } }
  @media only screen and (min-width: 835px) and (max-width: 834px) {
    .mod__head {
      padding: 0 20px; } }
  @media only screen and (min-width: 835px) and (min-width: 835px) and (max-width: 1219px) {
    .mod__head {
      padding: 0 30px; } }
  @media print, screen and (min-width: 835px) and (min-width: 1220px) {
    .mod__head {
      padding: 0 30px; } }

  .mod__head img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0 auto; }
  .mod__heading1 {
    line-height: 1.4;
    color: #2F2E30;
    font-weight: 700;
    text-align: center; }
    .mod__heading1::before {
      content: "";
      display: block;
      height: 0;
      width: 0;
      margin-top: calc((1 - 1.4) * 0.5em); }
    @media only screen and (max-width: 834px) {
      .mod__heading1 {
        font-size: 2.0rem; } }
    @media print, screen and (min-width: 835px) {
      .mod__heading1 {
        font-size: 3.6rem; } }
  .mod__heading2 {
    line-height: 1.4;
    color: #2F2E30;
    font-weight: 700;
    text-align: center;
    position: relative;
    z-index: 2; }
    .mod__heading2::before {
      content: "";
      display: block;
      height: 0;
      width: 0;
      margin-top: calc((1 - 1.4) * 0.5em); }
    @media only screen and (max-width: 834px) {
      .mod__heading2 {
        font-size: 2.0rem; } }
    @media print, screen and (min-width: 835px) {
      .mod__heading2 {
        font-size: 3.0rem; } }
    .mod__heading2::before {
      content: "";
      display: block;
      margin: 0 auto; }
      @media only screen and (max-width: 834px) {
        .mod__heading2::before {
          width: 68px;
          height: 68px;
          margin-bottom: 7px; } }
      @media print, screen and (min-width: 835px) {
        .mod__heading2::before {
          width: 90px;
          height: 90px;
          margin-bottom: 25px; } }
  .mod__content {
    display: block;
    max-width: 100%;
    margin: 0 auto; }
    @media only screen and (max-width: 834px) {
      .mod__content {
        padding: 0 30px; } }
    @media only screen and (min-width: 835px) and (max-width: 1219px) {
      .mod__content {
        padding: 0 30px; } }
    @media print, screen and (min-width: 1220px) {
      .mod__content {
        padding: 0 50px; } }
    .mod__content > * {
      max-width: 1000px;
      margin: 0 auto; }
      @media only screen and (max-width: 834px) {
        .mod__content > * {
          line-height: 1.6;
          margin-bottom: 25px; } }
      @media print, screen and (min-width: 835px) {
        .mod__content > * {
          line-height: 2.0;
          margin-bottom: 40px; } }
      .mod__content > * img {
        max-width: 100%;
        width: auto; }
  .mod__pagination {
    display: block;
    max-width: 1060px;
    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 .page-numbers {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center;
      align-content: center;
      align-items: center; }
      .mod__pagination .pagination .page-numbers li {
        padding: 5px; }
        .mod__pagination .pagination .page-numbers li .page-numbers {
          width: 44px;
          height: 44px;
          line-height: 1;
          color: #BA6C80;
          font-size: 1.6rem;
          text-align: center;
          text-decoration: none;
          display: flex;
          justify-content: center;
          align-items: center;
          padding: 7px;
          border: 1px solid #BA6C80;
          transition: all .2s ease-out;
          position: relative; }
          .mod__pagination .pagination .page-numbers li .page-numbers.dots, .mod__pagination .pagination .page-numbers li .page-numbers.current, .mod__pagination .pagination .page-numbers li .page-numbers:hover {
            color: #FFF;
            background-color: #BA6C80;
            border-color: #BA6C80 !important; }
          .mod__pagination .pagination .page-numbers li .page-numbers.prev, .mod__pagination .pagination .page-numbers li .page-numbers.next {
            width: 92px;
            font-size: 1.6rem;
            padding: 7px 15px; }
          .mod__pagination .pagination .page-numbers li .page-numbers.prev {
            padding-left: 30px; }
            .mod__pagination .pagination .page-numbers li .page-numbers.prev::before {
              content: "";
              border-top: 1px solid #BA6C80;
              border-right: 1px solid #BA6C80;
              transform: rotate(45deg);
              display: block;
              position: absolute;
              top: 0;
              bottom: 0;
              margin: auto 0;
              z-index: 2;
              transform: rotate(-135deg);
              left: 17px; }
              @media only screen and (max-width: 834px) {
                .mod__pagination .pagination .page-numbers li .page-numbers.prev::before {
                  width: 9px;
                  height: 9px; } }
              @media print, screen and (min-width: 835px) {
                .mod__pagination .pagination .page-numbers li .page-numbers.prev::before {
                  width: 9px;
                  height: 9px; } }
            .mod__pagination .pagination .page-numbers li .page-numbers.prev:hover::before {
              content: "";
              border-top: 1px solid #FFF;
              border-right: 1px solid #FFF;
              transform: rotate(45deg);
              display: block;
              position: absolute;
              top: 0;
              bottom: 0;
              margin: auto 0;
              z-index: 2;
              transform: rotate(-135deg); }
              @media only screen and (max-width: 834px) {
                .mod__pagination .pagination .page-numbers li .page-numbers.prev:hover::before {
                  width: 9px;
                  height: 9px; } }
              @media print, screen and (min-width: 835px) {
                .mod__pagination .pagination .page-numbers li .page-numbers.prev:hover::before {
                  width: 9px;
                  height: 9px; } }
          .mod__pagination .pagination .page-numbers li .page-numbers.next {
            padding-right: 30px; }
            .mod__pagination .pagination .page-numbers li .page-numbers.next::after {
              content: "";
              border-top: 1px solid #BA6C80;
              border-right: 1px solid #BA6C80;
              transform: rotate(45deg);
              display: block;
              position: absolute;
              top: 0;
              bottom: 0;
              margin: auto 0;
              z-index: 2;
              right: 17px; }
              @media only screen and (max-width: 834px) {
                .mod__pagination .pagination .page-numbers li .page-numbers.next::after {
                  width: 9px;
                  height: 9px; } }
              @media print, screen and (min-width: 835px) {
                .mod__pagination .pagination .page-numbers li .page-numbers.next::after {
                  width: 9px;
                  height: 9px; } }
            .mod__pagination .pagination .page-numbers li .page-numbers.next:hover::after {
              content: "";
              border-top: 1px solid #FFF;
              border-right: 1px solid #FFF;
              transform: rotate(45deg);
              display: block;
              position: absolute;
              top: 0;
              bottom: 0;
              margin: auto 0;
              z-index: 2; }
              @media only screen and (max-width: 834px) {
                .mod__pagination .pagination .page-numbers li .page-numbers.next:hover::after {
                  width: 9px;
                  height: 9px; } }
              @media print, screen and (min-width: 835px) {
                .mod__pagination .pagination .page-numbers li .page-numbers.next:hover::after {
                  width: 9px;
                  height: 9px; } }
  .mod__pager {
    display: block;
    max-width: 1060px;
    margin: 0 auto; }
    @media only screen and (max-width: 834px) {
      .mod__pager {
        padding: 0 20px; } }
    @media only screen and (min-width: 835px) and (max-width: 1219px) {
      .mod__pager {
        padding: 0 30px; } }
    @media print, screen and (min-width: 1220px) {
      .mod__pager {
        padding: 0 30px; } }
    .mod__pager ul {
      position: relative; }
      @media only screen and (max-width: 834px) {
        .mod__pager ul {
          height: 98px; } }
      @media print, screen and (min-width: 835px) {
        .mod__pager ul {
          max-width: 348px;
          height: 44px;
          margin: 0 auto; } }
      .mod__pager ul li {
        position: absolute; }
        @media print, screen and (min-width: 835px) {
          .mod__pager ul li {
            top: 0; } }
        .mod__pager ul li a {
          min-height: 44px;
          line-height: 1;
          color: #BA6C80;
          font-size: 1.6rem;
          text-decoration: none;
          text-align: center;
          display: flex;
          justify-content: center;
          align-items: center;
          padding: 7px 15px;
          border: 1px solid #BA6C80;
          position: relative;
          transition: all .2s ease-out; }
          .mod__pager ul li a:hover {
            color: #FFF;
            background: #BA6C80; }
        @media only screen and (max-width: 834px) {
          .mod__pager ul li.prev, .mod__pager ul li.next {
            width: calc(50% - 2.5px);
            top: 0; } }
        @media print, screen and (min-width: 835px) {
          .mod__pager ul li.prev, .mod__pager ul li.next {
            width: 92px; } }
        .mod__pager ul li.prev {
          left: 0; }
          .mod__pager ul li.prev a {
            padding-left: 30px; }
            .mod__pager ul li.prev a::before {
              content: "";
              border-top: 1px solid #BA6C80;
              border-right: 1px solid #BA6C80;
              transform: rotate(45deg);
              display: block;
              position: absolute;
              top: 0;
              bottom: 0;
              margin: auto 0;
              z-index: 2;
              transform: rotate(-135deg);
              left: 17px; }
              @media only screen and (max-width: 834px) {
                .mod__pager ul li.prev a::before {
                  width: 9px;
                  height: 9px; } }
              @media print, screen and (min-width: 835px) {
                .mod__pager ul li.prev a::before {
                  width: 9px;
                  height: 9px; } }
            .mod__pager ul li.prev a:hover::before {
              content: "";
              border-top: 1px solid #FFF;
              border-right: 1px solid #FFF;
              transform: rotate(45deg);
              display: block;
              position: absolute;
              top: 0;
              bottom: 0;
              margin: auto 0;
              z-index: 2;
              transform: rotate(-135deg); }
              @media only screen and (max-width: 834px) {
                .mod__pager ul li.prev a:hover::before {
                  width: 9px;
                  height: 9px; } }
              @media print, screen and (min-width: 835px) {
                .mod__pager ul li.prev a:hover::before {
                  width: 9px;
                  height: 9px; } }
        .mod__pager ul li.next {
          right: 0; }
          .mod__pager ul li.next a {
            padding-right: 30px; }
            .mod__pager ul li.next a::after {
              content: "";
              border-top: 1px solid #BA6C80;
              border-right: 1px solid #BA6C80;
              transform: rotate(45deg);
              display: block;
              position: absolute;
              top: 0;
              bottom: 0;
              margin: auto 0;
              z-index: 2;
              right: 17px; }
              @media only screen and (max-width: 834px) {
                .mod__pager ul li.next a::after {
                  width: 9px;
                  height: 9px; } }
              @media print, screen and (min-width: 835px) {
                .mod__pager ul li.next a::after {
                  width: 9px;
                  height: 9px; } }
            .mod__pager ul li.next a:hover::after {
              content: "";
              border-top: 1px solid #FFF;
              border-right: 1px solid #FFF;
              transform: rotate(45deg);
              display: block;
              position: absolute;
              top: 0;
              bottom: 0;
              margin: auto 0;
              z-index: 2; }
              @media only screen and (max-width: 834px) {
                .mod__pager ul li.next a:hover::after {
                  width: 9px;
                  height: 9px; } }
              @media print, screen and (min-width: 835px) {
                .mod__pager ul li.next a:hover::after {
                  width: 9px;
                  height: 9px; } }
        .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: 100%;
              top: 54px; } }
          @media print, screen and (min-width: 835px) {
            .mod__pager ul li.return {
              width: 144px; } }

/* ======================
  ボタン
====================== */
.btn, .btn--main, .btn--sub, .btn--sub-sm, .btn--negative, .btn--return {
  padding: 16px 20px 14px;
  width: 100%;
  max-width: 331px;
  color: white !important;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
  border-radius: 999px; }

.btn--main {
  background-color: #CC0000;
  border: 2px solid #CC0000; }

.btn--sub, .btn--sub-sm {
  color: #CC0000;
  background-color: #e9f5ff;
  border: 2px solid #CC0000; }
  .btn--sub:hover, .btn--sub-sm:hover {
    background-color: #CC0000;
    opacity: initial; }

.btn--negative {
  background-color: #5E5E5E;
  border: 2px solid #5E5E5E; }

.btn--return {
  padding: 11px 20px 9px;
  color: #111111;
  background-color: #E5E5E5;
  border: 2px solid #E5E5E5; }

.btn--sub-sm {
  width: 180px; }
  @media only screen and (max-width: 834px) {
    .btn--sub-sm {
      width: 80px;
      padding: 10px 10px 8px;
      font-size: 1.3rem; } }

/* ======================
  インナー
====================== */
.inner {
  display: block;
  max-width: 1260px;
  margin: 0 auto; }
  @media only screen and (max-width: 834px) {
    .inner {
      padding: 0 20px; } }
  @media only screen and (min-width: 835px) and (max-width: 1219px) {
    .inner {
      padding: 0 30px; } }
  @media print, screen and (min-width: 1220px) {
    .inner {
      padding: 0 30px; } }

/*====================================
  03_page
=====================================*/
/* ///////////////////////////////////////////
  value.scss
  変数・mixinに関する設定
/////////////////////////////////////////// */
/*====================================
  カラー
=====================================*/
/*===================================*/
/*====================================
  画像
=====================================*/
/*====================================
  font
=====================================*/
@font-face {
  font-family: 'futura-td-em';
  src: url("../fonts/futura-td-em.ttf") format("truetype"); }
/*====================================
  基本設定
=====================================*/
/*====================================
  レイアウト・パーツ
=====================================*/
/* /////////////////////////////////
  Media Queries
///////////////////////////////// */
/* /////////////////////////////////////////////////////////
  トップページ
///////////////////////////////////////////////////////// */
.page--home {
  /* ======================
  フェードイン
  ====================== */
  /* ======================
  メインビジュアル
  ====================== */
  /* ======================
  私たちは、こんなホームを目指します！
  ====================== */
  /* ======================
  お知らせ
  ====================== */
  /* ======================
  アクセス
  ====================== */ }
  .page--home .fadein {
    height: 100%;
    width: 100%;
    background: #FFF;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999; }
  .page--home #mainvisual {
    display: flex;
    justify-content: center;
    align-items: center;
    background: url("../images/home/mainvisual.jpg") no-repeat center top/cover; }
    @media only screen and (max-width: 834px) {
      .page--home #mainvisual {
        height: 260px;
        padding: 30px 20px; } }
    @media print, screen and (min-width: 835px) {
      .page--home #mainvisual {
        height: 900px;
        padding: 30px; } }
    .page--home #mainvisual p {
      font-family: "Noto Serif JP", serif;
      font-weight: 700;
      font-style: normal;
      line-height: 1.6;
      color: #FFF;
      text-align: center; }
      @media only screen and (max-width: 834px) {
        .page--home #mainvisual p {
          font-size: 2.5rem;
          text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.45), 0px 0px 8px rgba(0, 0, 0, 0.45), 0px 0px 8px rgba(0, 0, 0, 0.45); } }
      @media print, screen and (min-width: 835px) {
        .page--home #mainvisual p {
          font-size: 5.0rem;
          text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.45), 0px 0px 20px rgba(0, 0, 0, 0.45); } }
  .page--home #aim {
    background: #EFEDEC;
    overflow: hidden;
    position: relative; }
    @media only screen and (max-width: 834px) {
      .page--home #aim {
        padding: 30px 20px 40px 20px;
        margin-bottom: 25px; } }
    @media print, screen and (min-width: 835px) {
      .page--home #aim {
        margin-bottom: 75px; }
        .page--home #aim::before {
          width: 50%;
          height: 100%;
          content: "";
          background: url("../images/home/aim-image.jpg") no-repeat center top/cover;
          display: block;
          position: absolute;
          left: 0;
          top: 0;
          bottom: 0;
          margin: auto 0; } }
    @media print, screen and (min-width: 835px) {
      .page--home #aim .container {
        display: block;
        max-width: 1430px;
        margin: 0 auto; } }
  @media only screen and (min-width: 835px) and (max-width: 834px) {
    .page--home #aim .container {
      padding: 0 20px; } }
  @media only screen and (min-width: 835px) and (min-width: 835px) and (max-width: 1219px) {
    .page--home #aim .container {
      padding: 0 30px; } }
  @media print, screen and (min-width: 835px) and (min-width: 1220px) {
    .page--home #aim .container {
      padding: 0 30px; } }

    @media print, screen and (min-width: 835px) {
      .page--home #aim .container .text {
        width: 50%;
        margin-left: 50%;
        padding: 85px 0 85px 60px; } }
  @media only screen and (min-width: 835px) and (min-width: 835px) and (max-width: 1219px) {
    .page--home #aim .container .text {
      padding: 85px 0 85px 30px; } }

    .page--home #aim .container .text h2 {
      line-height: 1.4;
      color: #BA6C80;
      font-weight: 700;
      margin-bottom: 20px; }
      .page--home #aim .container .text h2::before {
        content: "";
        display: block;
        height: 0;
        width: 0;
        margin-top: calc((1 - 1.4) * 0.5em); }
      @media only screen and (max-width: 834px) {
        .page--home #aim .container .text h2 {
          font-size: 2.0rem;
          letter-spacing: -0.075em;
          text-align: center; } }
      @media print, screen and (min-width: 835px) {
        .page--home #aim .container .text h2 {
          font-size: 2.4rem; } }
    .page--home #aim .container .text ul li {
      line-height: 1.8;
      font-size: 1.6rem;
      text-indent: -19px;
      margin-left: 19px; }
      .page--home #aim .container .text ul li:nth-child(n+2) {
        margin-top: 15px; }
      .page--home #aim .container .text ul li::before {
        width: 9px;
        height: 9px;
        font-size: 1.2rem;
        content: "";
        background: #BA6C80;
        border-radius: 50%;
        display: inline-block;
        margin-right: 10px; }
    .page--home #aim .container .text > a {
      width: 100%;
      min-height: 50px;
      line-height: 1.4;
      color: #BA6C80;
      font-size: 1.6rem;
      font-weight: 500;
      text-align: center;
      text-decoration: none;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 5px 30px;
      background-color: #EFEDEC;
      border: 1px solid #BA6C80;
      transition: all .2s ease-out;
      overflow: hidden;
      cursor: pointer;
      position: relative;
      z-index: 1;
      margin: 0 auto; }
      @media print, screen and (min-width: 835px) {
        .page--home #aim .container .text > a {
          max-width: 250px; } }
      .page--home #aim .container .text > a::after {
        content: "";
        border-top: 1px solid #BA6C80;
        border-right: 1px solid #BA6C80;
        transform: rotate(45deg);
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto 0;
        z-index: 2;
        right: 17px; }
        @media only screen and (max-width: 834px) {
          .page--home #aim .container .text > a::after {
            width: 9px;
            height: 9px; } }
        @media print, screen and (min-width: 835px) {
          .page--home #aim .container .text > a::after {
            width: 9px;
            height: 9px; } }
      .page--home #aim .container .text > a:hover {
        color: #FFF;
        background-color: #BA6C80;
        border-color: #BA6C80; }
        .page--home #aim .container .text > a:hover::after {
          content: "";
          border-top: 1px solid #FFF;
          border-right: 1px solid #FFF;
          transform: rotate(45deg);
          display: block;
          position: absolute;
          top: 0;
          bottom: 0;
          margin: auto 0;
          z-index: 2; }
          @media only screen and (max-width: 834px) {
            .page--home #aim .container .text > a:hover::after {
              width: 9px;
              height: 9px; } }
          @media print, screen and (min-width: 835px) {
            .page--home #aim .container .text > a:hover::after {
              width: 9px;
              height: 9px; } }
      @media only screen and (max-width: 834px) {
        .page--home #aim .container .text > a {
          margin-top: 30px; } }
      @media print, screen and (min-width: 835px) {
        .page--home #aim .container .text > a {
          margin-top: 55px; } }
  @media only screen and (max-width: 834px) {
    .page--home #news {
      margin-bottom: 25px; } }
  @media print, screen and (min-width: 835px) {
    .page--home #news {
      display: block;
      max-width: 1260px;
      margin: 0 auto;
      margin-bottom: 65px; } }
  @media only screen and (min-width: 835px) and (max-width: 834px) {
    .page--home #news {
      padding: 0 20px; } }
  @media only screen and (min-width: 835px) and (min-width: 835px) and (max-width: 1219px) {
    .page--home #news {
      padding: 0 30px; } }
  @media print, screen and (min-width: 835px) and (min-width: 1220px) {
    .page--home #news {
      padding: 0 30px; } }

  .page--home #news .mod__heading1 {
    display: flex;
    justify-content: center;
    align-items: center; }
    @media only screen and (max-width: 834px) {
      .page--home #news .mod__heading1 {
        margin-bottom: 10px; } }
    @media print, screen and (min-width: 835px) {
      .page--home #news .mod__heading1 {
        margin-bottom: 35px; } }
    .page--home #news .mod__heading1::before {
      content: "";
      display: block;
      background: url("../images/common/icon-information.svg") no-repeat left top/contain; }
      @media only screen and (max-width: 834px) {
        .page--home #news .mod__heading1::before {
          width: 32px;
          height: 32px;
          margin: 3px 10px 0 0; } }
      @media print, screen and (min-width: 835px) {
        .page--home #news .mod__heading1::before {
          width: 60px;
          height: 60px;
          margin: 5px 30px 0 0; } }
  .page--home #news ul li {
    border-bottom: 2px solid #BA6C80; }
    @media only screen and (max-width: 834px) {
      .page--home #news ul li:first-child {
        border-top: 2px solid #BA6C80; } }
    @media print, screen and (min-width: 835px) {
      .page--home #news ul li:first-child a {
        padding-top: 0 !important; } }
    .page--home #news ul li a {
      color: #2F2E30;
      text-decoration: none;
      display: flex;
      justify-content: space-between;
      transition: all .2s ease-out; }
      @media only screen and (max-width: 834px) {
        .page--home #news ul li a {
          padding: 20px; } }
      @media print, screen and (min-width: 835px) {
        .page--home #news ul li a {
          align-items: center;
          padding: 30px 0; } }
      .page--home #news ul li a:hover figure img {
        opacity: 0.8; }
      .page--home #news ul li a:hover .text time,
      .page--home #news ul li a:hover .text h3,
      .page--home #news ul li a:hover .text p {
        color: #BA6C80; }
      .page--home #news ul li a figure {
        height: 0;
        display: block;
        overflow: hidden;
        transition: all .2s ease-out;
        position: relative; }
        @media only screen and (max-width: 834px) {
          .page--home #news ul li a figure {
            width: 28%;
            padding-top: 28%; } }
        @media print, screen and (min-width: 835px) {
          .page--home #news ul li a figure {
            width: 18.3333%;
            padding-top: 12.0833113636%; } }
        .page--home #news ul li a figure img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          display: block;
          transition: all .2s ease-out;
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          margin: auto; }
      @media only screen and (max-width: 834px) {
        .page--home #news ul li a .text {
          width: calc(72% - 20px);
          padding: 5px 0; } }
      @media print, screen and (min-width: 835px) {
        .page--home #news ul li a .text {
          width: calc(81.6667% - 40px); } }
  @media only screen and (min-width: 835px) and (min-width: 835px) and (max-width: 1219px) {
    .page--home #news ul li a .text {
      width: calc(81.6667% - 30px); } }

      .page--home #news ul li a .text time,
      .page--home #news ul li a .text h3,
      .page--home #news ul li a .text p {
        transition: all .2s ease-out; }
      .page--home #news ul li a .text time {
        line-height: 1;
        display: block; }
        @media only screen and (max-width: 834px) {
          .page--home #news ul li a .text time {
            font-size: 1.4rem;
            margin-bottom: 10px; } }
        @media print, screen and (min-width: 835px) {
          .page--home #news ul li a .text time {
            font-size: 1.6rem;
            margin-bottom: 15px; } }
  @media only screen and (min-width: 835px) and (min-width: 835px) and (max-width: 1219px) {
    .page--home #news ul li a .text time {
      font-size: 1.4rem;
      margin-bottom: 10px; } }

      .page--home #news ul li a .text h3 {
        line-height: 1.4;
        color: #BA6C80;
        font-weight: 700; }
        .page--home #news ul li a .text h3::before {
          content: "";
          display: block;
          height: 0;
          width: 0;
          margin-top: calc((1 - 1.4) * 0.5em); }
        @media only screen and (max-width: 834px) {
          .page--home #news ul li a .text h3 {
            font-size: 1.6rem; } }
        @media print, screen and (min-width: 835px) {
          .page--home #news ul li a .text h3 {
            font-size: 2.0rem;
            margin-bottom: 25px; } }
  @media only screen and (min-width: 835px) and (min-width: 835px) and (max-width: 1219px) {
    .page--home #news ul li a .text h3 {
      font-size: 1.8rem;
      margin-bottom: 20px; } }

      @media print, screen and (min-width: 835px) {
        .page--home #news ul li a .text p {
          line-height: 1.8;
          font-size: 1.6rem; }
          .page--home #news ul li a .text p::before {
            content: "";
            display: block;
            height: 0;
            width: 0;
            margin-top: calc((1 - 1.8) * 0.5em); } }
  @media only screen and (min-width: 835px) and (min-width: 835px) and (max-width: 1219px) {
    .page--home #news ul li a .text p {
      line-height: 1.6;
      font-size: 1.4rem; }
      .page--home #news ul li a .text p::before {
        content: "";
        display: block;
        height: 0;
        width: 0;
        margin-top: calc((1 - 1.6) * 0.5em); } }

  .page--home #news > a {
    width: 100%;
    min-height: 50px;
    line-height: 1.4;
    color: #988B83;
    font-size: 1.6rem;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 30px;
    background-color: #FFF;
    border: 1px solid #988B83;
    transition: all .2s ease-out;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    z-index: 1;
    margin: 0 auto; }
    @media print, screen and (min-width: 835px) {
      .page--home #news > a {
        max-width: 250px; } }
    .page--home #news > a::after {
      content: "";
      border-top: 1px solid #BA6C80;
      border-right: 1px solid #BA6C80;
      transform: rotate(45deg);
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto 0;
      z-index: 2;
      right: 17px; }
      @media only screen and (max-width: 834px) {
        .page--home #news > a::after {
          width: 9px;
          height: 9px; } }
      @media print, screen and (min-width: 835px) {
        .page--home #news > a::after {
          width: 9px;
          height: 9px; } }
    .page--home #news > a:hover {
      color: #FFF;
      background-color: #988B83;
      border-color: #988B83; }
      .page--home #news > a:hover::after {
        content: "";
        border-top: 1px solid #FFF;
        border-right: 1px solid #FFF;
        transform: rotate(45deg);
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto 0;
        z-index: 2; }
        @media only screen and (max-width: 834px) {
          .page--home #news > a:hover::after {
            width: 9px;
            height: 9px; } }
        @media print, screen and (min-width: 835px) {
          .page--home #news > a:hover::after {
            width: 9px;
            height: 9px; } }
    @media only screen and (max-width: 834px) {
      .page--home #news > a {
        width: calc(100% - 40px);
        margin: 15px auto 0 auto; } }
    @media print, screen and (min-width: 835px) {
      .page--home #news > a {
        margin-top: 80px; } }
    .page--home #news > a::after {
      content: "";
      border-top: 1px solid #988B83;
      border-right: 1px solid #988B83;
      transform: rotate(45deg);
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto 0;
      z-index: 2; }
      @media only screen and (max-width: 834px) {
        .page--home #news > a::after {
          width: 9px;
          height: 9px; } }
      @media print, screen and (min-width: 835px) {
        .page--home #news > a::after {
          width: 9px;
          height: 9px; } }
  .page--home #access {
    display: block;
    max-width: 1260px;
    margin: 0 auto; }
    @media only screen and (max-width: 834px) {
      .page--home #access {
        padding: 0 20px; } }
    @media only screen and (min-width: 835px) and (max-width: 1219px) {
      .page--home #access {
        padding: 0 30px; } }
    @media print, screen and (min-width: 1220px) {
      .page--home #access {
        padding: 0 30px; } }
    @media only screen and (max-width: 834px) {
      .page--home #access {
        margin-bottom: 25px; } }
    @media print, screen and (min-width: 835px) {
      .page--home #access {
        margin-bottom: 80px; } }
    .page--home #access .mod__heading1 {
      display: flex;
      justify-content: center;
      align-items: center; }
      @media only screen and (max-width: 834px) {
        .page--home #access .mod__heading1 {
          margin-bottom: 10px; } }
      @media print, screen and (min-width: 835px) {
        .page--home #access .mod__heading1 {
          margin-bottom: 35px; } }
      .page--home #access .mod__heading1::before {
        content: "";
        display: block;
        background: url("../images/common/icon-marker.svg") no-repeat left top/contain; }
        @media only screen and (max-width: 834px) {
          .page--home #access .mod__heading1::before {
            width: 22px;
            height: 33px;
            margin: 3px 15px 0 0; } }
        @media print, screen and (min-width: 835px) {
          .page--home #access .mod__heading1::before {
            width: 40px;
            height: 60px;
            margin: 5px 25px 0 0; } }
    .page--home #access > div {
      width: 100%;
      height: 0;
      padding-top: 38.75%;
      position: relative; }
      @media only screen and (max-width: 834px) {
        .page--home #access > div {
          margin-bottom: 25px; } }
      @media print, screen and (min-width: 835px) {
        .page--home #access > div {
          margin-bottom: 65px; } }
      .page--home #access > div iframe {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0; }
    .page--home #access p {
      line-height: 1.8;
      color: #707070;
      text-align: center; }
      .page--home #access p::before {
        content: "";
        display: block;
        height: 0;
        width: 0;
        margin-top: calc((1 - 1.8) * 0.5em); }
      @media only screen and (max-width: 834px) {
        .page--home #access p {
          font-size: 1.4rem; } }
      @media print, screen and (min-width: 835px) {
        .page--home #access p {
          font-size: 1.6rem; } }

/* ///////////////////////////////////////////
  value.scss
  変数・mixinに関する設定
/////////////////////////////////////////// */
/*====================================
  カラー
=====================================*/
/*===================================*/
/*====================================
  画像
=====================================*/
/*====================================
  font
=====================================*/
@font-face {
  font-family: 'futura-td-em';
  src: url("../fonts/futura-td-em.ttf") format("truetype"); }
/*====================================
  基本設定
=====================================*/
/*====================================
  レイアウト・パーツ
=====================================*/
/* /////////////////////////////////
  Media Queries
///////////////////////////////// */
/* /////////////////////////////////////////////////////////
  お問い合わせ
///////////////////////////////////////////////////////// */
.page--contact .post_article {
  /* ======================
  ページタイトル
  ====================== */
  /* ======================
  お問い合わせ
  ====================== */ }
  @media only screen and (max-width: 834px) {
    .page--contact .post_article {
      margin-bottom: 40px; } }
  @media print, screen and (min-width: 835px) {
    .page--contact .post_article {
      margin-bottom: 80px; } }
  @media only screen and (max-width: 834px) {
    .page--contact .post_article .mod__pagetitle {
      margin-bottom: 30px; } }
  .page--contact .post_article .mw_wp_form {
    /* 入力画面 */
    /* 確認画面 */
    /* 完了画面 */ }
    .page--contact .post_article .mw_wp_form.mw_wp_form_input #step li:nth-child(1), .page--contact .post_article .mw_wp_form.mw_wp_form_confirm #step li:nth-child(2), .page--contact .post_article .mw_wp_form.mw_wp_form_complete #step li:nth-child(2) {
      color: #BA6C80;
      font-weight: 500;
      border-top: solid #988B83;
      border-bottom: solid #988B83; }
      @media only screen and (max-width: 834px) {
        .page--contact .post_article .mw_wp_form.mw_wp_form_input #step li:nth-child(1), .page--contact .post_article .mw_wp_form.mw_wp_form_confirm #step li:nth-child(2), .page--contact .post_article .mw_wp_form.mw_wp_form_complete #step li:nth-child(2) {
          border-top-width: 2px;
          border-bottom-width: 2px; } }
      @media print, screen and (min-width: 835px) {
        .page--contact .post_article .mw_wp_form.mw_wp_form_input #step li:nth-child(1), .page--contact .post_article .mw_wp_form.mw_wp_form_confirm #step li:nth-child(2), .page--contact .post_article .mw_wp_form.mw_wp_form_complete #step li:nth-child(2) {
          border-top-width: 3px;
          border-bottom-width: 3px; } }
      .page--contact .post_article .mw_wp_form.mw_wp_form_input #step li:nth-child(1)::after, .page--contact .post_article .mw_wp_form.mw_wp_form_confirm #step li:nth-child(2)::after, .page--contact .post_article .mw_wp_form.mw_wp_form_complete #step li:nth-child(2)::after {
        background: url("../images/contact/step-arrow02.png") no-repeat left top/contain !important; }
        @media only screen and (max-width: 834px) {
          .page--contact .post_article .mw_wp_form.mw_wp_form_input #step li:nth-child(1)::after, .page--contact .post_article .mw_wp_form.mw_wp_form_confirm #step li:nth-child(2)::after, .page--contact .post_article .mw_wp_form.mw_wp_form_complete #step li:nth-child(2)::after {
            width: 20px !important;
            height: 60px !important;
            right: -20px !important; } }
        @media print, screen and (min-width: 835px) {
          .page--contact .post_article .mw_wp_form.mw_wp_form_input #step li:nth-child(1)::after, .page--contact .post_article .mw_wp_form.mw_wp_form_confirm #step li:nth-child(2)::after, .page--contact .post_article .mw_wp_form.mw_wp_form_complete #step li:nth-child(2)::after {
            width: 27px !important;
            height: 80px !important;
            right: -27px !important; } }
    .page--contact .post_article .mw_wp_form.mw_wp_form_confirm #step li:nth-child(2)::before, .page--contact .post_article .mw_wp_form.mw_wp_form_complete #step li:nth-child(2)::before {
      content: "";
      display: block;
      background: url("../images/contact/step-arrow02.png") no-repeat left top/contain !important;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      margin: auto 0;
      z-index: 2; }
      @media only screen and (max-width: 834px) {
        .page--contact .post_article .mw_wp_form.mw_wp_form_confirm #step li:nth-child(2)::before, .page--contact .post_article .mw_wp_form.mw_wp_form_complete #step li:nth-child(2)::before {
          width: 20px !important;
          height: 60px !important; } }
      @media print, screen and (min-width: 835px) {
        .page--contact .post_article .mw_wp_form.mw_wp_form_confirm #step li:nth-child(2)::before, .page--contact .post_article .mw_wp_form.mw_wp_form_complete #step li:nth-child(2)::before {
          width: 27px !important;
          height: 80px !important; } }
    .page--contact .post_article .mw_wp_form #contact {
      display: block;
      max-width: 1060px;
      margin: 0 auto;
      /* お問い合わせの流れ */ }
      @media only screen and (max-width: 834px) {
        .page--contact .post_article .mw_wp_form #contact {
          padding: 0 20px; } }
      @media only screen and (min-width: 835px) and (max-width: 1219px) {
        .page--contact .post_article .mw_wp_form #contact {
          padding: 0 30px; } }
      @media print, screen and (min-width: 1220px) {
        .page--contact .post_article .mw_wp_form #contact {
          padding: 0 30px; } }
      .page--contact .post_article .mw_wp_form #contact::before {
        content: "";
        background: url("../images/common/icon-mail01.svg") no-repeat left top/contain;
        display: block;
        margin: 0 auto; }
        @media only screen and (max-width: 834px) {
          .page--contact .post_article .mw_wp_form #contact::before {
            width: 68px;
            height: 68px;
            margin-bottom: 20px; } }
        @media print, screen and (min-width: 835px) {
          .page--contact .post_article .mw_wp_form #contact::before {
            width: 90px;
            height: 90px;
            margin-bottom: 35px; } }
    .page--contact .post_article .mw_wp_form.mw_wp_form_input #step li:nth-child(1) {
      border-left: solid #988B83; }
      @media only screen and (max-width: 834px) {
        .page--contact .post_article .mw_wp_form.mw_wp_form_input #step li:nth-child(1) {
          border-left-width: 2px; } }
      @media print, screen and (min-width: 835px) {
        .page--contact .post_article .mw_wp_form.mw_wp_form_input #step li:nth-child(1) {
          border-left-width: 3px; } }
    .page--contact .post_article .mw_wp_form.mw_wp_form_complete #step li {
      /*
      &:nth-child(3) {
        border-right: solid $subColor1;
        @include smartphone {
          border-right-width: 2px;
        }
        @include screen {
          border-right-width: 3px;
        }
      }
      */ }
      .page--contact .post_article .mw_wp_form.mw_wp_form_complete #step li:nth-child(2) {
        border-right: solid #988B83; }
        @media only screen and (max-width: 834px) {
          .page--contact .post_article .mw_wp_form.mw_wp_form_complete #step li:nth-child(2) {
            border-right-width: 2px; } }
        @media print, screen and (min-width: 835px) {
          .page--contact .post_article .mw_wp_form.mw_wp_form_complete #step li:nth-child(2) {
            border-right-width: 3px; } }

/* ///////////////////////////////////////////
  value.scss
  変数・mixinに関する設定
/////////////////////////////////////////// */
/*====================================
  カラー
=====================================*/
/*===================================*/
/*====================================
  画像
=====================================*/
/*====================================
  font
=====================================*/
@font-face {
  font-family: 'futura-td-em';
  src: url("../fonts/futura-td-em.ttf") format("truetype"); }
/*====================================
  基本設定
=====================================*/
/*====================================
  レイアウト・パーツ
=====================================*/
/* /////////////////////////////////
  Media Queries
///////////////////////////////// */
/* /////////////////////////////////////////////////////////
  料金
///////////////////////////////////////////////////////// */
.page--cost .post_article {
  /* ======================
  ページタイトル
  ====================== */
  /* ======================
  料金
  ====================== */ }
  @media only screen and (max-width: 834px) {
    .page--cost .post_article {
      margin-bottom: 35px; } }
  @media print, screen and (min-width: 835px) {
    .page--cost .post_article {
      margin-bottom: 75px; } }
  @media only screen and (max-width: 834px) {
    .page--cost .post_article .mod__pagetitle {
      margin-bottom: 30px; } }
  .page--cost .post_article #cost {
    display: block;
    max-width: 1060px;
    margin: 0 auto; }
    @media only screen and (max-width: 834px) {
      .page--cost .post_article #cost {
        padding: 0 20px; } }
    @media only screen and (min-width: 835px) and (max-width: 1219px) {
      .page--cost .post_article #cost {
        padding: 0 30px; } }
    @media print, screen and (min-width: 1220px) {
      .page--cost .post_article #cost {
        padding: 0 30px; } }
    @media only screen and (max-width: 834px) {
      .page--cost .post_article #cost .mod__heading2 {
        margin-bottom: 45px; } }
    @media print, screen and (min-width: 835px) {
      .page--cost .post_article #cost .mod__heading2 {
        margin-bottom: 40px; } }
    .page--cost .post_article #cost .mod__heading2::before {
      background: url("../images/common/icon-yen.svg") no-repeat left top/contain; }
    .page--cost .post_article #cost dl {
      display: flex;
      flex-wrap: wrap; }
      @media only screen and (max-width: 834px) {
        .page--cost .post_article #cost dl {
          margin-bottom: 35px; } }
      @media print, screen and (min-width: 835px) {
        .page--cost .post_article #cost dl {
          max-width: 500px;
          margin: 0 auto 45px auto; } }
      .page--cost .post_article #cost dl dt,
      .page--cost .post_article #cost dl dd {
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 500;
        padding: 10px 20px; }
        @media only screen and (max-width: 834px) {
          .page--cost .post_article #cost dl dt,
          .page--cost .post_article #cost dl dd {
            min-height: 50px;
            line-height: 1.625;
            font-size: 1.6rem; } }
        @media print, screen and (min-width: 835px) {
          .page--cost .post_article #cost dl dt,
          .page--cost .post_article #cost dl dd {
            min-height: 70px;
            line-height: 1.5;
            font-size: 2.0rem; } }
        .page--cost .post_article #cost dl dt:nth-of-type(n+2),
        .page--cost .post_article #cost dl dd:nth-of-type(n+2) {
          margin-top: 10px; }
        @media print, screen and (min-width: 835px) {
          .page--cost .post_article #cost dl dt:last-of-type,
          .page--cost .post_article #cost dl dd:last-of-type {
            margin-top: 35px; } }
      .page--cost .post_article #cost dl dt {
        color: #FFF;
        background: #988B83; }
        @media only screen and (max-width: 834px) {
          .page--cost .post_article #cost dl dt {
            width: 140px; } }
        @media print, screen and (min-width: 835px) {
          .page--cost .post_article #cost dl dt {
            width: 180px; } }
        .page--cost .post_article #cost dl dt:last-of-type {
          background: #BA6C80; }
      .page--cost .post_article #cost dl dd {
        background: #E5E2E0; }
        @media only screen and (max-width: 834px) {
          .page--cost .post_article #cost dl dd {
            width: calc(100% - 140px); } }
        @media print, screen and (min-width: 835px) {
          .page--cost .post_article #cost dl dd {
            width: calc(100% - 180px); } }
    @media only screen and (max-width: 834px) {
      .page--cost .post_article #cost h3,
      .page--cost .post_article #cost p {
        font-size: 1.4rem; } }
    @media print, screen and (min-width: 835px) {
      .page--cost .post_article #cost h3,
      .page--cost .post_article #cost p {
        line-height: 1.875;
        font-size: 1.6rem;
        text-align: center; }
        .page--cost .post_article #cost h3::before,
        .page--cost .post_article #cost p::before {
          content: "";
          display: block;
          height: 0;
          width: 0;
          margin-top: calc((1 - 1.875) * 0.5em); } }
    .page--cost .post_article #cost h3 {
      font-weight: 700; }
      @media only screen and (max-width: 834px) {
        .page--cost .post_article #cost h3 {
          line-height: 2.1428571;
          text-align: center;
          margin-bottom: 20px; }
          .page--cost .post_article #cost h3::before {
            content: "";
            display: block;
            height: 0;
            width: 0;
            margin-top: calc((1 - 2.1428571) * 0.5em); } }
      @media print, screen and (min-width: 835px) {
        .page--cost .post_article #cost h3 {
          margin-bottom: 40px; } }
    @media only screen and (max-width: 834px) {
      .page--cost .post_article #cost p {
        line-height: 1.8571; }
        .page--cost .post_article #cost p::before {
          content: "";
          display: block;
          height: 0;
          width: 0;
          margin-top: calc((1 - 1.8571) * 0.5em); } }

/* ///////////////////////////////////////////
  value.scss
  変数・mixinに関する設定
/////////////////////////////////////////// */
/*====================================
  カラー
=====================================*/
/*===================================*/
/*====================================
  画像
=====================================*/
/*====================================
  font
=====================================*/
@font-face {
  font-family: 'futura-td-em';
  src: url("../fonts/futura-td-em.ttf") format("truetype"); }
/*====================================
  基本設定
=====================================*/
/*====================================
  レイアウト・パーツ
=====================================*/
/* /////////////////////////////////
  Media Queries
///////////////////////////////// */
/* /////////////////////////////////////////////////////////
  施設のご案内
///////////////////////////////////////////////////////// */
.page--guide .post_article {
  /* ======================
  施設概要
  ====================== */
  /* ======================
  主要設備
  ====================== */ }
  @media only screen and (max-width: 834px) {
    .page--guide .post_article {
      margin-bottom: 40px; } }
  @media print, screen and (min-width: 835px) {
    .page--guide .post_article {
      margin-bottom: 80px; } }
  .page--guide .post_article #profile {
    display: block;
    max-width: 1060px;
    margin: 0 auto;
    /* ロゴ＆表組み */
    /* Googleマップ */ }
    @media only screen and (max-width: 834px) {
      .page--guide .post_article #profile {
        padding: 0 20px; } }
    @media only screen and (min-width: 835px) and (max-width: 1219px) {
      .page--guide .post_article #profile {
        padding: 0 30px; } }
    @media print, screen and (min-width: 1220px) {
      .page--guide .post_article #profile {
        padding: 0 30px; } }
    @media only screen and (max-width: 834px) {
      .page--guide .post_article #profile {
        margin-bottom: 45px; } }
    @media print, screen and (min-width: 835px) {
      .page--guide .post_article #profile {
        margin-bottom: 70px; } }
    @media only screen and (max-width: 834px) {
      .page--guide .post_article #profile .mod__heading2 {
        margin-bottom: 20px; } }
    @media print, screen and (min-width: 835px) {
      .page--guide .post_article #profile .mod__heading2 {
        margin-bottom: 40px; } }
    .page--guide .post_article #profile .mod__heading2::before {
      background: url("../images/common/icon-binder.svg") no-repeat left top/contain; }
    @media only screen and (max-width: 834px) {
      .page--guide .post_article #profile .outline {
        margin-bottom: 30px; } }
    @media print, screen and (min-width: 835px) {
      .page--guide .post_article #profile .outline {
        margin-bottom: 60px; } }
    .page--guide .post_article #profile .outline > dt {
      margin: 0 auto 35px auto; }
      @media only screen and (max-width: 834px) {
        .page--guide .post_article #profile .outline > dt {
          max-width: 225px; } }
      @media print, screen and (min-width: 835px) {
        .page--guide .post_article #profile .outline > dt {
          max-width: 384px; } }
      .page--guide .post_article #profile .outline > dt img {
        display: block;
        width: 100%;
        max-width: 100%;
        height: auto;
        margin: 0 auto; }
    @media print, screen and (min-width: 835px) {
      .page--guide .post_article #profile .outline > dd dl {
        display: flex;
        flex-wrap: wrap;
        border: 1px solid #BA6C80; } }
    @media only screen and (max-width: 834px) {
      .page--guide .post_article #profile .outline > dd dl dt,
      .page--guide .post_article #profile .outline > dd dl dd {
        line-height: 1.8571;
        font-size: 1.4rem;
        padding: 7px 10px; } }
    @media print, screen and (min-width: 835px) {
      .page--guide .post_article #profile .outline > dd dl dt,
      .page--guide .post_article #profile .outline > dd dl dd {
        line-height: 1.875;
        font-size: 1.6rem; } }
    .page--guide .post_article #profile .outline > dd dl dt {
      color: #FFF;
      font-weight: 500;
      text-align: center;
      display: flex;
      justify-content: center;
      align-items: center;
      background: #BA6C80; }
      @media only screen and (max-width: 834px) {
        .page--guide .post_article #profile .outline > dd dl dt {
          min-height: 40px; } }
      @media print, screen and (min-width: 835px) {
        .page--guide .post_article #profile .outline > dd dl dt {
          width: 180px;
          padding: 15px; } }
      @media only screen and (max-width: 834px) {
        .page--guide .post_article #profile .outline > dd dl dt:nth-of-type(n+2) {
          margin-top: 10px; } }
      @media print, screen and (min-width: 835px) {
        .page--guide .post_article #profile .outline > dd dl dt:nth-of-type(n+2) {
          border-top: 1px solid #FFF; } }
    @media print, screen and (min-width: 835px) {
      .page--guide .post_article #profile .outline > dd dl dd {
        width: calc(100% - 180px);
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 15px 45px; }
        .page--guide .post_article #profile .outline > dd dl dd:nth-of-type(n+2) {
          border-top: 1px solid #BA6C80; } }
    .page--guide .post_article #profile .outline > dd dl dd a {
      color: #2F2E30;
      transition: all .2s ease-out; }
      @media only screen and (max-width: 834px) {
        .page--guide .post_article #profile .outline > dd dl dd a:hover {
          color: #BA6C80; } }
      @media print, screen and (min-width: 835px) {
        .page--guide .post_article #profile .outline > dd dl dd a {
          pointer-events: none; } }
    .page--guide .post_article #profile .map {
      width: 100%;
      height: 0;
      padding-top: 46.4%;
      position: relative; }
      .page--guide .post_article #profile .map iframe {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0; }
  .page--guide .post_article #facility {
    display: block;
    max-width: 1060px;
    margin: 0 auto;
    /* 表組み */
    /* 写真 */ }
    @media only screen and (max-width: 834px) {
      .page--guide .post_article #facility {
        padding: 0 20px; } }
    @media only screen and (min-width: 835px) and (max-width: 1219px) {
      .page--guide .post_article #facility {
        padding: 0 30px; } }
    @media print, screen and (min-width: 1220px) {
      .page--guide .post_article #facility {
        padding: 0 30px; } }
    @media only screen and (max-width: 834px) {
      .page--guide .post_article #facility .mod__heading1 {
        font-size: 2.0rem;
        margin-bottom: 30px; } }
    @media print, screen and (min-width: 835px) {
      .page--guide .post_article #facility .mod__heading1 {
        font-size: 3.0rem;
        margin-bottom: 40px; } }
    @media only screen and (max-width: 834px) {
      .page--guide .post_article #facility dl {
        margin-bottom: 20px; } }
    @media print, screen and (min-width: 835px) {
      .page--guide .post_article #facility dl {
        display: flex;
        flex-wrap: wrap;
        border: 1px solid #BA6C80;
        margin-bottom: 40px; } }
    @media only screen and (max-width: 834px) {
      .page--guide .post_article #facility dl dt,
      .page--guide .post_article #facility dl dd {
        line-height: 1.8571;
        font-size: 1.4rem;
        padding: 7px 10px; } }
    @media print, screen and (min-width: 835px) {
      .page--guide .post_article #facility dl dt,
      .page--guide .post_article #facility dl dd {
        line-height: 1.875;
        font-size: 1.6rem; } }
    .page--guide .post_article #facility dl dt {
      color: #FFF;
      font-weight: 500;
      text-align: center;
      display: flex;
      justify-content: center;
      align-items: center;
      background: #BA6C80; }
      @media only screen and (max-width: 834px) {
        .page--guide .post_article #facility dl dt {
          min-height: 40px; } }
      @media print, screen and (min-width: 835px) {
        .page--guide .post_article #facility dl dt {
          width: 180px;
          padding: 15px; } }
      @media only screen and (max-width: 834px) {
        .page--guide .post_article #facility dl dt:nth-of-type(n+2) {
          margin-top: 10px; } }
      @media print, screen and (min-width: 835px) {
        .page--guide .post_article #facility dl dt:nth-of-type(n+2) {
          border-top: 1px solid #FFF; } }
    @media print, screen and (min-width: 835px) {
      .page--guide .post_article #facility dl dd {
        width: calc(100% - 180px);
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 15px 45px; }
        .page--guide .post_article #facility dl dd:nth-of-type(n+2) {
          border-top: 1px solid #BA6C80; } }
    .page--guide .post_article #facility dl dd a {
      color: #2F2E30;
      transition: all .2s ease-out; }
      @media only screen and (max-width: 834px) {
        .page--guide .post_article #facility dl dd a:hover {
          color: #BA6C80; } }
      @media print, screen and (min-width: 835px) {
        .page--guide .post_article #facility dl dd a {
          pointer-events: none; } }
    .page--guide .post_article #facility ul {
      display: flex;
      flex-wrap: wrap; }
      @media only screen and (max-width: 834px) {
        .page--guide .post_article #facility ul li {
          width: calc(50% - 7.5px); } }
      @media print, screen and (min-width: 835px) {
        .page--guide .post_article #facility ul li {
          width: calc(50% - 20px); } }
      @media only screen and (max-width: 834px) {
        .page--guide .post_article #facility ul li:nth-child(odd) {
          margin-right: 15px; } }
      @media print, screen and (min-width: 835px) {
        .page--guide .post_article #facility ul li:nth-child(odd) {
          margin-right: 40px; } }
      @media only screen and (max-width: 834px) {
        .page--guide .post_article #facility ul li:nth-child(n+3) {
          margin-top: 15px; } }
      @media print, screen and (min-width: 835px) {
        .page--guide .post_article #facility ul li:nth-child(n+3) {
          margin-top: 40px; } }
      .page--guide .post_article #facility ul li img {
        display: block;
        width: 100%;
        max-width: 100%;
        height: auto;
        margin: 0 auto; }

/* ///////////////////////////////////////////
  value.scss
  変数・mixinに関する設定
/////////////////////////////////////////// */
/*====================================
  カラー
=====================================*/
/*===================================*/
/*====================================
  画像
=====================================*/
/*====================================
  font
=====================================*/
@font-face {
  font-family: 'futura-td-em';
  src: url("../fonts/futura-td-em.ttf") format("truetype"); }
/*====================================
  基本設定
=====================================*/
/*====================================
  レイアウト・パーツ
=====================================*/
/* /////////////////////////////////
  Media Queries
///////////////////////////////// */
/* /////////////////////////////////////////////////////////
  医療受け入れ体制
///////////////////////////////////////////////////////// */
.page--medical .post_article {
  /* ======================
  ページタイトル
  ====================== */
  /* ======================
  医療受け入れ体制
  ====================== */ }
  @media only screen and (max-width: 834px) {
    .page--medical .post_article {
      margin-bottom: 40px; } }
  @media print, screen and (min-width: 835px) {
    .page--medical .post_article {
      margin-bottom: 80px; } }
  @media only screen and (max-width: 834px) {
    .page--medical .post_article .mod__pagetitle {
      margin-bottom: 30px; } }
  .page--medical .post_article #medical {
    display: block;
    max-width: 1060px;
    margin: 0 auto; }
    @media only screen and (max-width: 834px) {
      .page--medical .post_article #medical {
        padding: 0 20px; } }
    @media only screen and (min-width: 835px) and (max-width: 1219px) {
      .page--medical .post_article #medical {
        padding: 0 30px; } }
    @media print, screen and (min-width: 1220px) {
      .page--medical .post_article #medical {
        padding: 0 30px; } }
    @media only screen and (max-width: 834px) {
      .page--medical .post_article #medical .mod__heading2 {
        line-height: 2.1428571;
        font-size: 1.4rem;
        margin-bottom: 25px; } }
    @media print, screen and (min-width: 835px) {
      .page--medical .post_article #medical .mod__heading2 {
        line-height: 1.875;
        font-size: 1.6rem;
        margin-bottom: 37px; } }
    .page--medical .post_article #medical .mod__heading2::before {
      background: url("../images/common/icon-bed.svg") no-repeat left top/contain; }
      @media print, screen and (min-width: 835px) {
        .page--medical .post_article #medical .mod__heading2::before {
          margin-bottom: 27px; } }
    .page--medical .post_article #medical .mod__heading2 span {
      color: #BA6C80; }
    .page--medical .post_article #medical ul {
      display: flex;
      flex-wrap: wrap; }
      .page--medical .post_article #medical ul li {
        border: 1px solid #988B83;
        border-radius: 10px; }
        @media only screen and (max-width: 834px) {
          .page--medical .post_article #medical ul li {
            width: calc(50% - 5px); }
            .page--medical .post_article #medical ul li:nth-child(odd) {
              margin-right: 10px; }
            .page--medical .post_article #medical ul li:nth-child(n+3) {
              margin-top: 10px; } }
        @media print, screen and (min-width: 835px) {
          .page--medical .post_article #medical ul li {
            width: calc(100% / 5 - 25px * 4 / 5); }
            .page--medical .post_article #medical ul li:not(:nth-child(5n)) {
              margin-right: 25px; }
            .page--medical .post_article #medical ul li:nth-child(n+6) {
              margin-top: 20px; } }
  @media only screen and (min-width: 835px) and (min-width: 835px) and (max-width: 1219px) {
    .page--medical .post_article #medical ul li {
      width: calc(100% / 5 - 20px * 4 / 5); }
      .page--medical .post_article #medical ul li:not(:nth-child(5n)) {
        margin-right: 20px; } }

        .page--medical .post_article #medical ul li h3,
        .page--medical .post_article #medical ul li p {
          font-weight: 500;
          text-align: center;
          display: flex;
          justify-content: center;
          align-items: center; }
        .page--medical .post_article #medical ul li h3 {
          text-align: center;
          background: #E5E2E0;
          border-radius: 10px 10px 0 0; }
          @media only screen and (max-width: 834px) {
            .page--medical .post_article #medical ul li h3 {
              line-height: 2.1428571;
              min-height: 39px;
              font-size: 1.4rem;
              padding: 10px 3px; }
              .page--medical .post_article #medical ul li h3::before {
                content: "";
                display: block;
                height: 0;
                width: 0;
                margin-top: calc((1 - 2.1428571) * 0.5em); } }
          @media print, screen and (min-width: 835px) {
            .page--medical .post_article #medical ul li h3 {
              line-height: 1.875;
              min-height: 69px;
              font-size: 1.6rem;
              padding: 12px 10px; }
              .page--medical .post_article #medical ul li h3::before {
                content: "";
                display: block;
                height: 0;
                width: 0;
                margin-top: calc((1 - 1.875) * 0.5em); } }
  @media only screen and (min-width: 835px) and (min-width: 835px) and (max-width: 1219px) {
    .page--medical .post_article #medical ul li h3 {
      min-height: 77px;
      flex-direction: column;
      padding: 14px 5px 10px 5px; } }

          .page--medical .post_article #medical ul li h3 span {
            font-size: 1.2rem; }
        .page--medical .post_article #medical ul li p {
          min-height: 49px;
          line-height: 1;
          color: #BA6C80; }
          @media only screen and (max-width: 834px) {
            .page--medical .post_article #medical ul li p {
              font-size: 2.4rem;
              padding: 12px 10px 15px 10px; } }
          @media print, screen and (min-width: 835px) {
            .page--medical .post_article #medical ul li p {
              font-size: 3.0rem;
              padding: 7px 10px 10px 10px; } }

/* ///////////////////////////////////////////
  value.scss
  変数・mixinに関する設定
/////////////////////////////////////////// */
/*====================================
  カラー
=====================================*/
/*===================================*/
/*====================================
  画像
=====================================*/
/*====================================
  font
=====================================*/
@font-face {
  font-family: 'futura-td-em';
  src: url("../fonts/futura-td-em.ttf") format("truetype"); }
/*====================================
  基本設定
=====================================*/
/*====================================
  レイアウト・パーツ
=====================================*/
/* /////////////////////////////////
  Media Queries
///////////////////////////////// */
/* /////////////////////////////////////////////////////////
  ご入居について
///////////////////////////////////////////////////////// */
.page--movein .post_article {
  /* ======================
  ご入居について
  ====================== */
  /* ======================
  ご入居までの流れ
  ====================== */
  /* ======================
  体験入居も可能です！
  ====================== */ }
  @media only screen and (max-width: 834px) {
    .page--movein .post_article {
      margin-bottom: 35px; } }
  @media print, screen and (min-width: 835px) {
    .page--movein .post_article {
      margin-bottom: 60px; } }
  .page--movein .post_article #about {
    display: block;
    max-width: 1060px;
    margin: 0 auto;
    /* 特長 */
    /* 対象となる人 */ }
    @media only screen and (max-width: 834px) {
      .page--movein .post_article #about {
        padding: 0 20px; } }
    @media only screen and (min-width: 835px) and (max-width: 1219px) {
      .page--movein .post_article #about {
        padding: 0 30px; } }
    @media print, screen and (min-width: 1220px) {
      .page--movein .post_article #about {
        padding: 0 30px; } }
    @media only screen and (max-width: 834px) {
      .page--movein .post_article #about {
        margin-bottom: 45px; } }
    @media print, screen and (min-width: 835px) {
      .page--movein .post_article #about {
        margin-bottom: 65px; } }
    @media only screen and (max-width: 834px) {
      .page--movein .post_article #about .mod__heading2 {
        margin-bottom: 20px; } }
    @media print, screen and (min-width: 835px) {
      .page--movein .post_article #about .mod__heading2 {
        margin-bottom: 40px; } }
    .page--movein .post_article #about .mod__heading2::before {
      background: url("../images/common/icon-home.svg") no-repeat left top/contain; }
    .page--movein .post_article #about .feature {
      border: 1px solid #707070; }
      @media only screen and (max-width: 834px) {
        .page--movein .post_article #about .feature {
          padding: 25px 30px;
          margin-bottom: 30px; } }
      @media print, screen and (min-width: 835px) {
        .page--movein .post_article #about .feature {
          display: flex;
          flex-wrap: wrap;
          padding: 45px 115px;
          margin-bottom: 40px; } }
  @media only screen and (min-width: 835px) and (min-width: 835px) and (max-width: 1219px) {
    .page--movein .post_article #about .feature {
      padding: 45px; } }

      .page--movein .post_article #about .feature li {
        font-weight: 500;
        display: flex;
        align-items: center; }
        @media only screen and (max-width: 834px) {
          .page--movein .post_article #about .feature li {
            min-height: 25px;
            line-height: 1.75;
            font-size: 1.6rem; }
            .page--movein .post_article #about .feature li:nth-child(n+2) {
              margin-top: 20px; } }
        @media print, screen and (min-width: 835px) {
          .page--movein .post_article #about .feature li {
            width: 50%;
            min-height: 36px;
            line-height: 1.4;
            font-size: 2.0rem;
            padding-right: 0.5em; } }
  @media only screen and (min-width: 835px) and (min-width: 835px) and (max-width: 1219px) {
    .page--movein .post_article #about .feature li {
      min-height: 32px;
      font-size: 1.8rem; } }
        @media print, screen and (min-width: 835px) {
            .page--movein .post_article #about .feature li:nth-child(n+3) {
              margin-top: 25px; } }
        .page--movein .post_article #about .feature li::before {
          content: "";
          background: url("../images/common/icon-check.svg") no-repeat left top/contain;
          display: block; }
          @media only screen and (max-width: 834px) {
            .page--movein .post_article #about .feature li::before {
              min-width: 28px;
              max-width: 28px;
              min-height: 25px;
              max-height: 25px;
              margin-right: 5px; } }
          @media print, screen and (min-width: 835px) {
            .page--movein .post_article #about .feature li::before {
              min-width: 40px;
              max-width: 40px;
              min-height: 36px;
              max-height: 36px;
              margin-right: 25px; } }
  @media only screen and (min-width: 835px) and (min-width: 835px) and (max-width: 1219px) {
    .page--movein .post_article #about .feature li::before {
      min-width: 36px;
      max-width: 36px;
      min-height: 32px;
      max-height: 32px;
      margin-right: 15px; } }

    .page--movein .post_article #about .target li {
      text-indent: -1em;
      margin-left: 1em; }
      @media only screen and (max-width: 834px) {
        .page--movein .post_article #about .target li {
          line-height: 1.8571;
          font-size: 1.4rem; } }
      @media print, screen and (min-width: 835px) {
        .page--movein .post_article #about .target li {
          line-height: 1.875;
          font-size: 1.6rem; } }
      .page--movein .post_article #about .target li::before {
        content: "・"; }
  .page--movein .post_article #flow {
    display: block;
    max-width: 1060px;
    margin: 0 auto;
    /* 数字付きリスト */ }
    @media only screen and (max-width: 834px) {
      .page--movein .post_article #flow {
        padding: 0 20px; } }
    @media only screen and (min-width: 835px) and (max-width: 1219px) {
      .page--movein .post_article #flow {
        padding: 0 30px; } }
    @media print, screen and (min-width: 1220px) {
      .page--movein .post_article #flow {
        padding: 0 30px; } }
    @media only screen and (max-width: 834px) {
      .page--movein .post_article #flow {
        margin-bottom: 45px; } }
    @media print, screen and (min-width: 835px) {
      .page--movein .post_article #flow {
        margin-bottom: 70px; } }
    @media only screen and (max-width: 834px) {
      .page--movein .post_article #flow .mod__heading1 {
        font-size: 2.0rem;
        margin-bottom: 30px; } }
    @media print, screen and (min-width: 835px) {
      .page--movein .post_article #flow .mod__heading1 {
        font-size: 3.0rem;
        margin-bottom: 40px; } }
    .page--movein .post_article #flow ol {
      counter-reset: item;
      list-style-type: none; }
      @media print, screen and (min-width: 835px) {
        .page--movein .post_article #flow ol li {
          display: flex;
          align-items: center;
          position: relative; }
          .page--movein .post_article #flow ol li::before {
            min-width: 100px;
            max-width: 100px;
            min-height: 100px;
            max-height: 100px;
            line-height: 1;
            color: #FFF;
            font-size: 4.0rem;
            font-family: 'futura-td-em';
            font-weight: 700;
            text-align: center;
            display: flex;
            justify-content: center;
            align-items: center;
            counter-increment: item;
            content: "0" counter(item);
            background: #988B83;
            border-radius: 50%;
            margin-right: 30px; } }
      @media only screen and (max-width: 834px) {
        .page--movein .post_article #flow ol li:nth-child(n+2) {
          margin-top: 30px; } }
      @media print, screen and (min-width: 835px) {
        .page--movein .post_article #flow ol li:nth-child(n+2) {
          margin-top: 40px; } }
      @media only screen and (max-width: 834px) {
        .page--movein .post_article #flow ol li:nth-child(4) > div h3::before {
          background: #BA6C80; } }
      @media print, screen and (min-width: 835px) {
        .page--movein .post_article #flow ol li:nth-child(4)::before {
          background: #BA6C80; } }
      .page--movein .post_article #flow ol li > div h3 {
        line-height: 2.15;
        font-size: 2.0rem;
        font-weight: 700; }
        @media only screen and (max-width: 834px) {
          .page--movein .post_article #flow ol li > div h3 {
            display: flex;
            align-items: center;
            margin-bottom: 25px; }
            .page--movein .post_article #flow ol li > div h3::before {
              min-width: 60px;
              max-width: 60px;
              min-height: 60px;
              max-height: 60px;
              line-height: 1;
              color: #FFF;
              font-size: 3.0rem;
              font-family: 'futura-td-em';
              font-weight: 700;
              text-align: center;
              display: flex;
              justify-content: center;
              align-items: center;
              counter-increment: item;
              content: "0" counter(item);
              background: #988B83;
              border-radius: 50%;
              margin-right: 20px; } }
        @media print, screen and (min-width: 835px) {
          .page--movein .post_article #flow ol li > div h3 {
            margin-bottom: 8px; }
            .page--movein .post_article #flow ol li > div h3::before {
              content: "";
              display: block;
              height: 0;
              width: 0;
              margin-top: calc((1 - 2.15) * 0.5em); } }
      @media only screen and (max-width: 834px) {
        .page--movein .post_article #flow ol li > div p {
          line-height: 1.8571;
          font-size: 1.4rem; }
          .page--movein .post_article #flow ol li > div p::before {
            content: "";
            display: block;
            height: 0;
            width: 0;
            margin-top: calc((1 - 1.8571) * 0.5em); } }
      @media print, screen and (min-width: 835px) {
        .page--movein .post_article #flow ol li > div p {
          line-height: 1.875;
          font-size: 1.6rem; }
          .page--movein .post_article #flow ol li > div p::before {
            content: "";
            display: block;
            height: 0;
            width: 0;
            margin-top: calc((1 - 1.875) * 0.5em); } }
  .page--movein .post_article #trial {
    display: block;
    max-width: 1060px;
    margin: 0 auto; }
    @media only screen and (max-width: 834px) {
      .page--movein .post_article #trial {
        padding: 0; } }
    @media only screen and (min-width: 835px) and (max-width: 1219px) {
      .page--movein .post_article #trial {
        padding: 0 30px; } }
    @media print, screen and (min-width: 1220px) {
      .page--movein .post_article #trial {
        padding: 0 30px; } }
    @media print, screen and (min-width: 835px) {
      .page--movein .post_article #trial {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap; } }
    .page--movein .post_article #trial .mod__heading1,
    .page--movein .post_article #trial > p {
      padding: 0 20px; }
      @media print, screen and (min-width: 835px) {
        .page--movein .post_article #trial .mod__heading1,
        .page--movein .post_article #trial > p {
          width: 100%; } }
    .page--movein .post_article #trial .mod__heading1 {
      color: #BA6C80; }
      @media only screen and (max-width: 834px) {
        .page--movein .post_article #trial .mod__heading1 {
          margin-bottom: 20px; } }
      @media print, screen and (min-width: 835px) {
        .page--movein .post_article #trial .mod__heading1 {
          font-size: 3.0rem;
          margin-bottom: 40px; } }
    .page--movein .post_article #trial > p {
      text-align: center; }
      @media only screen and (max-width: 834px) {
        .page--movein .post_article #trial > p {
          line-height: 2.1428571;
          font-size: 1.4rem;
          margin-bottom: 15px; }
          .page--movein .post_article #trial > p::before {
            content: "";
            display: block;
            height: 0;
            width: 0;
            margin-top: calc((1 - 2.1428571) * 0.5em); } }
      @media print, screen and (min-width: 835px) {
        .page--movein .post_article #trial > p {
          line-height: 1.875;
          font-size: 1.6rem;
          margin-bottom: 25px; }
          .page--movein .post_article #trial > p::before {
            content: "";
            display: block;
            height: 0;
            width: 0;
            margin-top: calc((1 - 1.875) * 0.5em); } }
    @media only screen and (max-width: 834px) {
      .page--movein .post_article #trial figure {
        margin-bottom: 25px; } }
    @media print, screen and (min-width: 835px) {
      .page--movein .post_article #trial figure {
        width: 48%; } }
    .page--movein .post_article #trial figure img {
      display: block;
      width: 100%;
      max-width: 100%;
      height: auto;
      margin: 0 auto; }
    @media only screen and (max-width: 834px) {
      .page--movein .post_article #trial .text {
        padding: 0 20px; } }
    @media print, screen and (min-width: 835px) {
      .page--movein .post_article #trial .text {
        width: calc(52% - 60px);
        padding-top: 5px; } }
  @media only screen and (min-width: 835px) and (min-width: 835px) and (max-width: 1219px) {
    .page--movein .post_article #trial .text {
      width: calc(52% - 30px); } }

    @media only screen and (max-width: 834px) {
      .page--movein .post_article #trial .text ul {
        max-width: 200px;
        margin: 0 auto; } }
    .page--movein .post_article #trial .text ul li {
      font-weight: 500;
      display: flex;
      align-items: center; }
      @media only screen and (max-width: 834px) {
        .page--movein .post_article #trial .text ul li {
          line-height: 1.75;
          font-size: 1.6rem; } }
      @media print, screen and (min-width: 835px) {
        .page--movein .post_article #trial .text ul li {
          line-height: 1.4;
          font-size: 2.0rem; } }
      @media only screen and (max-width: 834px) {
        .page--movein .post_article #trial .text ul li:nth-child(n+2) {
          margin-top: 20px; } }
      @media print, screen and (min-width: 835px) {
        .page--movein .post_article #trial .text ul li:nth-child(n+2) {
          margin-top: 15px; } }
      .page--movein .post_article #trial .text ul li::before {
        content: "";
        background: url("../images/common/icon-check.svg") no-repeat left top/contain;
        display: block; }
        @media only screen and (max-width: 834px) {
          .page--movein .post_article #trial .text ul li::before {
            min-width: 30px;
            max-width: 30px;
            min-height: 27px;
            max-height: 27px;
            margin-right: 15px; } }
        @media print, screen and (min-width: 835px) {
          .page--movein .post_article #trial .text ul li::before {
            min-width: 40px;
            max-width: 40px;
            min-height: 36px;
            max-height: 36px;
            margin-right: 25px; } }
    @media only screen and (max-width: 834px) {
      .page--movein .post_article #trial .text p {
        line-height: 1.8571;
        font-size: 1.4rem;
        text-align: center;
        margin-top: 35px; }
        .page--movein .post_article #trial .text p::before {
          content: "";
          display: block;
          height: 0;
          width: 0;
          margin-top: calc((1 - 1.8571) * 0.5em); } }
    @media print, screen and (min-width: 835px) {
      .page--movein .post_article #trial .text p {
        line-height: 1.875;
        font-size: 1.6rem;
        margin-top: 45px; }
        .page--movein .post_article #trial .text p::before {
          content: "";
          display: block;
          height: 0;
          width: 0;
          margin-top: calc((1 - 1.875) * 0.5em); } }

/* ///////////////////////////////////////////
  value.scss
  変数・mixinに関する設定
/////////////////////////////////////////// */
/*====================================
  カラー
=====================================*/
/*===================================*/
/*====================================
  画像
=====================================*/
/*====================================
  font
=====================================*/
@font-face {
  font-family: 'futura-td-em';
  src: url("../fonts/futura-td-em.ttf") format("truetype"); }
/*====================================
  基本設定
=====================================*/
/*====================================
  レイアウト・パーツ
=====================================*/
/* /////////////////////////////////
  Media Queries
///////////////////////////////// */
/* /////////////////////////////////////////////////////////
  お知らせ
///////////////////////////////////////////////////////// */
.page--news .post_article {
  /* ======================
  ページタイトル
  ====================== */
  /* ======================
  一覧ページ
  ====================== */
  /* ======================
  詳細ページ
  ====================== */ }
  @media only screen and (max-width: 834px) {
    .page--news .post_article .mod__pagetitle {
      margin-bottom: 30px; } }
  .page--news .post_article.home {
    /* 記事一覧 */
    /* ページネーション */ }
    @media only screen and (max-width: 834px) {
      .page--news .post_article.home {
        margin-bottom: 35px; } }
    @media print, screen and (min-width: 835px) {
      .page--news .post_article.home {
        margin-bottom: 75px; } }
    @media print, screen and (min-width: 835px) {
      .page--news .post_article.home #article {
        display: block;
        max-width: 1060px;
        margin: 0 auto; } }
  @media only screen and (min-width: 835px) and (max-width: 834px) {
    .page--news .post_article.home #article {
      padding: 0 20px; } }
  @media only screen and (min-width: 835px) and (min-width: 835px) and (max-width: 1219px) {
    .page--news .post_article.home #article {
      padding: 0 30px; } }
  @media print, screen and (min-width: 835px) and (min-width: 1220px) {
    .page--news .post_article.home #article {
      padding: 0 30px; } }

    .page--news .post_article.home #article::before {
      content: "";
      background: url("../images/common/icon-information.svg") no-repeat left top/contain;
      display: block;
      margin: 0 auto; }
      @media only screen and (max-width: 834px) {
        .page--news .post_article.home #article::before {
          width: 68px;
          height: 68px;
          margin-bottom: 20px; } }
      @media print, screen and (min-width: 835px) {
        .page--news .post_article.home #article::before {
          width: 90px;
          height: 90px;
          margin-bottom: 35px; } }
    .page--news .post_article.home #article li {
      border-bottom: 2px solid #BA6C80; }
      @media only screen and (max-width: 834px) {
        .page--news .post_article.home #article li:first-child {
          border-top: 2px solid #BA6C80; } }
      @media print, screen and (min-width: 835px) {
        .page--news .post_article.home #article li:first-child a {
          padding-top: 0 !important; } }
      .page--news .post_article.home #article li a {
        color: #2F2E30;
        text-decoration: none;
        display: flex;
        justify-content: space-between;
        transition: all .2s ease-out; }
        @media only screen and (max-width: 834px) {
          .page--news .post_article.home #article li a {
            padding: 20px; } }
        @media print, screen and (min-width: 835px) {
          .page--news .post_article.home #article li a {
            align-items: center;
            padding: 30px 0; } }
        .page--news .post_article.home #article li a:hover figure img {
          opacity: 0.8; }
        .page--news .post_article.home #article li a:hover .text time,
        .page--news .post_article.home #article li a:hover .text h3,
        .page--news .post_article.home #article li a:hover .text p {
          color: #BA6C80; }
        .page--news .post_article.home #article li a figure {
          height: 0;
          display: block;
          overflow: hidden;
          transition: all .2s ease-out;
          position: relative; }
          @media only screen and (max-width: 834px) {
            .page--news .post_article.home #article li a figure {
              width: 28%;
              padding-top: 28%; } }
          @media print, screen and (min-width: 835px) {
            .page--news .post_article.home #article li a figure {
              width: 18.3333%;
              padding-top: 12.0833113636%; } }
          .page--news .post_article.home #article li a figure img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
            transition: all .2s ease-out;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto; }
        @media only screen and (max-width: 834px) {
          .page--news .post_article.home #article li a .text {
            width: calc(72% - 20px);
            padding: 5px 0; } }
        @media print, screen and (min-width: 835px) {
          .page--news .post_article.home #article li a .text {
            width: calc(81.6667% - 40px); } }
  @media only screen and (min-width: 835px) and (min-width: 835px) and (max-width: 1219px) {
    .page--news .post_article.home #article li a .text {
      width: calc(81.6667% - 30px); } }

        .page--news .post_article.home #article li a .text time,
        .page--news .post_article.home #article li a .text h3,
        .page--news .post_article.home #article li a .text p {
          transition: all .2s ease-out; }
        .page--news .post_article.home #article li a .text time {
          line-height: 1;
          display: block; }
          @media only screen and (max-width: 834px) {
            .page--news .post_article.home #article li a .text time {
              font-size: 1.4rem;
              margin-bottom: 10px; } }
          @media print, screen and (min-width: 835px) {
            .page--news .post_article.home #article li a .text time {
              font-size: 1.6rem;
              margin-bottom: 15px; } }
  @media only screen and (min-width: 835px) and (min-width: 835px) and (max-width: 1219px) {
    .page--news .post_article.home #article li a .text time {
      font-size: 1.4rem;
      margin-bottom: 10px; } }

        .page--news .post_article.home #article li a .text h3 {
          line-height: 1.4;
          color: #BA6C80;
          font-weight: 700; }
          .page--news .post_article.home #article li a .text h3::before {
            content: "";
            display: block;
            height: 0;
            width: 0;
            margin-top: calc((1 - 1.4) * 0.5em); }
          @media only screen and (max-width: 834px) {
            .page--news .post_article.home #article li a .text h3 {
              font-size: 1.6rem; } }
          @media print, screen and (min-width: 835px) {
            .page--news .post_article.home #article li a .text h3 {
              font-size: 2.0rem;
              margin-bottom: 25px; } }
  @media only screen and (min-width: 835px) and (min-width: 835px) and (max-width: 1219px) {
    .page--news .post_article.home #article li a .text h3 {
      font-size: 1.8rem;
      margin-bottom: 20px; } }

        @media print, screen and (min-width: 835px) {
          .page--news .post_article.home #article li a .text p {
            line-height: 1.8;
            font-size: 1.6rem; }
            .page--news .post_article.home #article li a .text p::before {
              content: "";
              display: block;
              height: 0;
              width: 0;
              margin-top: calc((1 - 1.8) * 0.5em); } }
  @media only screen and (min-width: 835px) and (min-width: 835px) and (max-width: 1219px) {
    .page--news .post_article.home #article li a .text p {
      line-height: 1.6;
      font-size: 1.4rem; }
      .page--news .post_article.home #article li a .text p::before {
        content: "";
        display: block;
        height: 0;
        width: 0;
        margin-top: calc((1 - 1.6) * 0.5em); } }

    @media only screen and (max-width: 834px) {
      .page--news .post_article.home .mod__pagination {
        margin-top: 35px; } }
    @media print, screen and (min-width: 835px) {
      .page--news .post_article.home .mod__pagination {
        margin-top: 75px; } }
  .page--news .post_article.post {
    /* 記事本体 */
    /* ページャー */ }
    @media only screen and (max-width: 834px) {
      .page--news .post_article.post {
        margin-bottom: 40px; } }
    @media print, screen and (min-width: 835px) {
      .page--news .post_article.post {
        margin-bottom: 80px; } }
    .page--news .post_article.post article {
      display: block;
      max-width: 1060px;
      margin: 0 auto; }
      @media only screen and (max-width: 834px) {
        .page--news .post_article.post article {
          padding: 0 20px; } }
      @media only screen and (min-width: 835px) and (max-width: 1219px) {
        .page--news .post_article.post article {
          padding: 0 30px; } }
      @media print, screen and (min-width: 1220px) {
        .page--news .post_article.post article {
          padding: 0 30px; } }
      .page--news .post_article.post article::before {
        content: "";
        background: url("../images/common/icon-information.svg") no-repeat left top/contain;
        display: block;
        margin: 0 auto; }
        @media only screen and (max-width: 834px) {
          .page--news .post_article.post article::before {
            width: 68px;
            height: 68px;
            margin-bottom: 20px; } }
        @media print, screen and (min-width: 835px) {
          .page--news .post_article.post article::before {
            width: 90px;
            height: 90px;
            margin-bottom: 35px; } }
      .page--news .post_article.post article time {
        line-height: 1;
        font-size: 1.6rem;
        display: block; }
        @media only screen and (max-width: 834px) {
          .page--news .post_article.post article time {
            margin-bottom: 10px; } }
        @media print, screen and (min-width: 835px) {
          .page--news .post_article.post article time {
            margin-bottom: 15px; } }
      .page--news .post_article.post article h1 {
        line-height: 1.4;
        color: #BA6C80;
        font-weight: 700;
        border-bottom: 1px solid #BA6C80; }
        .page--news .post_article.post article h1::before {
          content: "";
          display: block;
          height: 0;
          width: 0;
          margin-top: calc((1 - 1.4) * 0.5em); }
        @media only screen and (max-width: 834px) {
          .page--news .post_article.post article h1 {
            font-size: 2.0rem;
            padding-bottom: 20px;
            margin-bottom: 40px; } }
        @media print, screen and (min-width: 835px) {
          .page--news .post_article.post article h1 {
            font-size: 3.0rem;
            padding-bottom: 25px;
            margin-bottom: 50px; } }
      .page--news .post_article.post article .body h2 {
        line-height: 1.5;
        font-weight: 700; }
        .page--news .post_article.post article .body h2::before {
          content: "";
          display: block;
          height: 0;
          width: 0;
          margin-top: calc((1 - 1.5) * 0.5em); }
        @media only screen and (max-width: 834px) {
          .page--news .post_article.post article .body h2 {
            font-size: 1.8rem;
            margin-bottom: 20px; } }
        @media print, screen and (min-width: 835px) {
          .page--news .post_article.post article .body h2 {
            font-size: 2.0rem;
            margin-bottom: 25px; } }
      @media only screen and (max-width: 834px) {
        .page--news .post_article.post article .body p {
          line-height: 1.8571;
          font-size: 1.4rem;
          margin-bottom: 25px; }
          .page--news .post_article.post article .body p::before {
            content: "";
            display: block;
            height: 0;
            width: 0;
            margin-top: calc((1 - 1.8571) * 0.5em); } }
      @media print, screen and (min-width: 835px) {
        .page--news .post_article.post article .body p {
          line-height: 1.875;
          font-size: 1.6rem;
          margin-bottom: 30px; }
          .page--news .post_article.post article .body p::before {
            content: "";
            display: block;
            height: 0;
            width: 0;
            margin-top: calc((1 - 1.875) * 0.5em); } }
      @media only screen and (max-width: 834px) {
        .page--news .post_article.post article .body p img.alignnone {
          display: block;
          width: 100%;
          max-width: 100%;
          height: auto;
          margin: 0 auto;
          max-width: calc(50% - 7.5px);
          margin-right: 15px;
          float: left; }
          .page--news .post_article.post article .body p img.alignnone:nth-child(even) {
            margin-right: 0; }
          .page--news .post_article.post article .body p img.alignnone:nth-child(n+3) {
            margin-top: 20px; } }
      @media print, screen and (min-width: 835px) {
        .page--news .post_article.post article .body p img.alignnone {
          margin: 5px 20px 5px 0; } }
      .page--news .post_article.post article .body .wp-block-image {
        display: block;
        overflow: hidden; }
        @media only screen and (max-width: 834px) {
          .page--news .post_article.post article .body .wp-block-image {
            margin-bottom: 30px; } }
        @media print, screen and (min-width: 835px) {
          .page--news .post_article.post article .body .wp-block-image {
            margin-bottom: 40px; } }
        .page--news .post_article.post article .body .wp-block-image figure {
          width: 100%;
          display: flex;
          overflow: hidden; }
          .page--news .post_article.post article .body .wp-block-image figure.alignleft {
            justify-content: flex-start; }
          .page--news .post_article.post article .body .wp-block-image figure.aligncenter {
            justify-content: center; }
          .page--news .post_article.post article .body .wp-block-image figure.alignright {
            justify-content: flex-end; }
        .page--news .post_article.post article .body .wp-block-image img {
          max-width: 100%;
          height: auto;
          display: block; }
    @media only screen and (max-width: 834px) {
      .page--news .post_article.post .mod__pager {
        margin-top: 35px; } }
    @media print, screen and (min-width: 835px) {
      .page--news .post_article.post .mod__pager {
        margin-top: 75px; } }

/* ///////////////////////////////////////////
  value.scss
  変数・mixinに関する設定
/////////////////////////////////////////// */
/*====================================
  カラー
=====================================*/
/*===================================*/
/*====================================
  画像
=====================================*/
/*====================================
  font
=====================================*/
@font-face {
  font-family: 'futura-td-em';
  src: url("../fonts/futura-td-em.ttf") format("truetype"); }
/*====================================
  基本設定
=====================================*/
/*====================================
  レイアウト・パーツ
=====================================*/
/* /////////////////////////////////
  Media Queries
///////////////////////////////// */
/* /////////////////////////////////////////////////////////
  個人情報保護方針
///////////////////////////////////////////////////////// */
.page--privacy .post_article {
  /* ======================
  ページタイトル
  ====================== */
  /* ======================
  個人情報保護方針
  ====================== */ }
  @media only screen and (max-width: 834px) {
    .page--privacy .post_article {
      margin-bottom: 35px; } }
  @media print, screen and (min-width: 835px) {
    .page--privacy .post_article {
      margin-bottom: 75px; } }
  @media only screen and (max-width: 834px) {
    .page--privacy .post_article .mod__pagetitle {
      margin-bottom: 30px; } }
  .page--privacy .post_article #privacy {
    display: block;
    max-width: 1060px;
    margin: 0 auto; }
    @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; } }
    .page--privacy .post_article #privacy::before {
      content: "";
      background: url("../images/common/icon-lock.svg") no-repeat left top/contain;
      display: block;
      margin: 0 auto; }
      @media only screen and (max-width: 834px) {
        .page--privacy .post_article #privacy::before {
          width: 68px;
          height: 68px;
          margin-bottom: 20px; } }
      @media print, screen and (min-width: 835px) {
        .page--privacy .post_article #privacy::before {
          width: 90px;
          height: 90px;
          margin-bottom: 35px; } }
    @media only screen and (max-width: 834px) {
      .page--privacy .post_article #privacy p {
        line-height: 1.8571;
        font-size: 1.4rem; }
        .page--privacy .post_article #privacy p::before {
          content: "";
          display: block;
          height: 0;
          width: 0;
          margin-top: calc((1 - 1.8571) * 0.5em); } }
    @media print, screen and (min-width: 835px) {
      .page--privacy .post_article #privacy p {
        line-height: 1.875;
        font-size: 1.6rem; }
        .page--privacy .post_article #privacy p::before {
          content: "";
          display: block;
          height: 0;
          width: 0;
          margin-top: calc((1 - 1.875) * 0.5em); } }
    .page--privacy .post_article #privacy .date {
      font-weight: 700; }
      @media only screen and (max-width: 834px) {
        .page--privacy .post_article #privacy .date {
          margin-bottom: 25px; } }
      @media print, screen and (min-width: 835px) {
        .page--privacy .post_article #privacy .date {
          margin-bottom: 35px; } }
    @media only screen and (max-width: 834px) {
      .page--privacy .post_article #privacy .intro {
        margin-bottom: 35px; } }
    @media print, screen and (min-width: 835px) {
      .page--privacy .post_article #privacy .intro {
        margin-bottom: 55px; } }
    .page--privacy .post_article #privacy > ol {
      counter-reset: item;
      list-style-type: none; }
      @media only screen and (max-width: 834px) {
        .page--privacy .post_article #privacy > ol > li:nth-child(n+2) {
          margin-top: 35px; } }
      @media print, screen and (min-width: 835px) {
        .page--privacy .post_article #privacy > ol > li:nth-child(n+2) {
          margin-top: 55px; } }
      .page--privacy .post_article #privacy > ol > li h2 {
        line-height: 1.4;
        font-weight: 700;
        text-indent: -1.2em; }
        @media only screen and (max-width: 834px) {
          .page--privacy .post_article #privacy > ol > li h2 {
            font-size: 2.0rem;
            margin: 0 0 17px 1.2em; } }
        @media print, screen and (min-width: 835px) {
          .page--privacy .post_article #privacy > ol > li h2 {
            font-size: 3.0rem;
            margin: 0 0 20px 1.2em; } }
        .page--privacy .post_article #privacy > ol > li h2::before {
          counter-increment: item;
          content: counter(item) ".";
          margin-right: 0.3em; }
      @media only screen and (max-width: 834px) {
        .page--privacy .post_article #privacy > ol > li p:nth-of-type(n+2) {
          margin-top: 25px; } }
      @media print, screen and (min-width: 835px) {
        .page--privacy .post_article #privacy > ol > li p:nth-of-type(n+2) {
          margin-top: 35px; } }
      .page--privacy .post_article #privacy > ol > li p a {
        color: #2F2E30;
        text-decoration: underline;
        transition: all .2s ease-out; }
        .page--privacy .post_article #privacy > ol > li p a:hover {
          color: #BA6C80;
          text-decoration: none; }
      @media only screen and (max-width: 834px) {
        .page--privacy .post_article #privacy > ol > li ul {
          margin-top: 20px; } }
      @media print, screen and (min-width: 835px) {
        .page--privacy .post_article #privacy > ol > li ul {
          margin-top: 25px; } }
      .page--privacy .post_article #privacy > ol > li ul li {
        list-style-type: disc;
        margin-left: 1em; }
        @media only screen and (max-width: 834px) {
          .page--privacy .post_article #privacy > ol > li ul li {
            line-height: 1.8571;
            font-size: 1.4rem; } }
        @media print, screen and (min-width: 835px) {
          .page--privacy .post_article #privacy > ol > li ul li {
            line-height: 1.875;
            font-size: 1.6rem; } }

/* ///////////////////////////////////////////
  value.scss
  変数・mixinに関する設定
/////////////////////////////////////////// */
/*====================================
  カラー
=====================================*/
/*===================================*/
/*====================================
  画像
=====================================*/
/*====================================
  font
=====================================*/
@font-face {
  font-family: 'futura-td-em';
  src: url("../fonts/futura-td-em.ttf") format("truetype"); }
/*====================================
  基本設定
=====================================*/
/*====================================
  レイアウト・パーツ
=====================================*/
/* /////////////////////////////////
  Media Queries
///////////////////////////////// */
/* ///////////////////////////////////////////
  page.scss
  下層ページに関する記述
/////////////////////////////////////////// */
/* ======================
パンくずリスト
====================== */
/*
.breadcrumb {
  line-height: 1;
  ol {
    @include smartphone {
      display: none;
    }
    @include screen {
      @include makeContainer($mx:1280px, $margin:40px auto 60px auto, $pd_pc:0 30px);
      display: flex;
      align-items: center;
      li {
        color: $fontColor;
        font-size: 1.6rem;
        display: inline-block;
        &:first-child {
          a {
            width: 23px;
            height: 21px;
            display: block;
            background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100.762%22%20height%3D%2292%22%20viewBox%3D%220%200%20100.762%2092%22%3E%20%3Cpath%20d%3D%22M75.568%2C53.326%2C54.241%2C31.851l-3.86-3.886L0%2C78.694%2C11.232%2C90h.006l6.118-6.16v36.122H40.721V96.117H60.039v23.848H83.4V83.833L89.53%2C90h.007l11.225-11.309Z%22%20transform%3D%22translate(0%20-27.965)%22%20fill%3D%22%23c90916%22%2F%3E%3C%2Fsvg%3E') no-repeat left top / contain;
            position: relative;
            &::before {
              width: 23px;
              height: 21px;
              content: "";
              display: block;
              opacity: 0;
              background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100.762%22%20height%3D%2292%22%20viewBox%3D%220%200%20100.762%2092%22%3E%20%3Cpath%20d%3D%22M75.568%2C53.326%2C54.241%2C31.851l-3.86-3.886L0%2C78.694%2C11.232%2C90h.006l6.118-6.16v36.122H40.721V96.117H60.039v23.848H83.4V83.833L89.53%2C90h.007l11.225-11.309Z%22%20transform%3D%22translate(0%20-27.965)%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E') no-repeat left top / contain;
              transition: all .2s ease-out;
              position: absolute;
              left: 0;
              top: 0;
              z-index: 2;
            }
            &:hover {
              &::before {
                opacity: 1;
              }
            }
          }
        }
        &:nth-child(n+2) {
          &::before {
            content: ">";
            font-size: 1.6rem;
            display: inline-block;
            padding: 0 0.75em;
          }
          a {
            color: $fontColor;
            &:hover{
              color: $mainColor;
            }
          }
        }
        a {
          transition: all .2s ease-out;
        }
      }
    }
  }
}
*/
/* ///////////////////////////////////////////
  value.scss
  変数・mixinに関する設定
/////////////////////////////////////////// */
/*====================================
  カラー
=====================================*/
/*===================================*/
/*====================================
  画像
=====================================*/
/*====================================
  font
=====================================*/
@font-face {
  font-family: 'futura-td-em';
  src: url("../fonts/futura-td-em.ttf") format("truetype"); }
/*====================================
  基本設定
=====================================*/
/*====================================
  レイアウト・パーツ
=====================================*/
/* /////////////////////////////////
  Media Queries
///////////////////////////////// */
/* ///////////////////////////////////////////
  404
  エラーページ
/////////////////////////////////////////// */
.page--error404 .post_article {
  /* ======================
  ページタイトル
  ====================== */
  /* ======================
  個人情報保護方針
  ====================== */ }
  @media only screen and (max-width: 834px) {
    .page--error404 .post_article {
      margin-bottom: 35px; } }
  @media print, screen and (min-width: 835px) {
    .page--error404 .post_article {
      margin-bottom: 75px; } }
  @media only screen and (max-width: 834px) {
    .page--error404 .post_article .mod__pagetitle {
      margin-bottom: 30px; } }
  .page--error404 .post_article #error404 {
    display: block;
    max-width: 1060px;
    margin: 0 auto; }
    @media only screen and (max-width: 834px) {
      .page--error404 .post_article #error404 {
        padding: 0 20px; } }
    @media only screen and (min-width: 835px) and (max-width: 1219px) {
      .page--error404 .post_article #error404 {
        padding: 0 30px; } }
    @media print, screen and (min-width: 1220px) {
      .page--error404 .post_article #error404 {
        padding: 0 30px; } }
    .page--error404 .post_article #error404::before {
      content: "";
      background: url("../images/common/icon-information.svg") no-repeat left top/contain;
      display: block;
      margin: 0 auto; }
      @media only screen and (max-width: 834px) {
        .page--error404 .post_article #error404::before {
          width: 68px;
          height: 68px;
          margin-bottom: 20px; } }
      @media print, screen and (min-width: 835px) {
        .page--error404 .post_article #error404::before {
          width: 90px;
          height: 90px;
          margin-bottom: 35px; } }
    .page--error404 .post_article #error404 > p {
      text-align: center; }
      @media only screen and (max-width: 834px) {
        .page--error404 .post_article #error404 > p {
          line-height: 1.8571;
          font-size: 1.4rem;
          margin-bottom: 35px; }
          .page--error404 .post_article #error404 > p::before {
            content: "";
            display: block;
            height: 0;
            width: 0;
            margin-top: calc((1 - 1.8571) * 0.5em); } }
      @media print, screen and (min-width: 835px) {
        .page--error404 .post_article #error404 > p {
          line-height: 1.875;
          font-size: 1.6rem;
          margin-bottom: 55px; }
          .page--error404 .post_article #error404 > p::before {
            content: "";
            display: block;
            height: 0;
            width: 0;
            margin-top: calc((1 - 1.875) * 0.5em); } }
    .page--error404 .post_article #error404 > a {
      width: 100%;
      min-height: 50px;
      line-height: 1.4;
      color: #BA6C80;
      font-size: 1.6rem;
      font-weight: 500;
      text-align: center;
      text-decoration: none;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 5px 30px;
      background-color: #FFF;
      border: 1px solid #BA6C80;
      transition: all .2s ease-out;
      overflow: hidden;
      cursor: pointer;
      position: relative;
      z-index: 1;
      margin: 0 auto; }
      @media print, screen and (min-width: 835px) {
        .page--error404 .post_article #error404 > a {
          max-width: 250px; } }
      .page--error404 .post_article #error404 > a::after {
        content: "";
        border-top: 1px solid #BA6C80;
        border-right: 1px solid #BA6C80;
        transform: rotate(45deg);
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto 0;
        z-index: 2;
        right: 17px; }
        @media only screen and (max-width: 834px) {
          .page--error404 .post_article #error404 > a::after {
            width: 9px;
            height: 9px; } }
        @media print, screen and (min-width: 835px) {
          .page--error404 .post_article #error404 > a::after {
            width: 9px;
            height: 9px; } }
      .page--error404 .post_article #error404 > a:hover {
        color: #FFF;
        background-color: #BA6C80;
        border-color: #BA6C80; }
        .page--error404 .post_article #error404 > a:hover::after {
          content: "";
          border-top: 1px solid #FFF;
          border-right: 1px solid #FFF;
          transform: rotate(45deg);
          display: block;
          position: absolute;
          top: 0;
          bottom: 0;
          margin: auto 0;
          z-index: 2; }
          @media only screen and (max-width: 834px) {
            .page--error404 .post_article #error404 > a:hover::after {
              width: 9px;
              height: 9px; } }
          @media print, screen and (min-width: 835px) {
            .page--error404 .post_article #error404 > a:hover::after {
              width: 9px;
              height: 9px; } }
