@charset "UTF-8";
/* normalize */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  overflow-x: hidden;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

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

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0; /* 3 */
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* Base */
html {
  font-size: 62.5%;
}

body {
  color: #000;
  background-color: #fff;
  font-family: "Zen Old Mincho", serif;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}
@media all and (-ms-high-contrast:none) {
  body {
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  }
}
@media screen and (max-width: 767px) {
  body {
    line-height: 1.6;
  }
}

a {
  display: inline-block;
  color: #1444bc;
  -webkit-transition-property: background-color, opacity, color, border-color, -webkit-box-shadow;
  transition-property: background-color, opacity, color, border-color, -webkit-box-shadow;
  transition-property: background-color, opacity, color, border-color, box-shadow;
  transition-property: background-color, opacity, color, border-color, box-shadow, -webkit-box-shadow;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  text-decoration: none;
}
a:hover {
  color: #355c37;
}
a img {
  border: none;
}
a img:hover, a img:active {
  opacity: 0.8;
}

span {
  -webkit-transition-property: background-color, opacity, color, border-color, -webkit-box-shadow;
  transition-property: background-color, opacity, color, border-color, -webkit-box-shadow;
  transition-property: background-color, opacity, color, border-color, box-shadow;
  transition-property: background-color, opacity, color, border-color, box-shadow, -webkit-box-shadow;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

img {
  max-width: 100%;
  height: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  vertical-align: bottom;
}

iframe {
  border: none;
}

h1, h2, h3, h4, h5, h6, p, ul, li, dl, dt, dd, th, td {
  margin: 0;
  padding: 0;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.61;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  h1, h2, h3, h4, h5, h6, p, ul, li, dl, dt, dd, th, td {
    font-size: 1.4rem;
  }
}

p {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  p {
    font-size: 1.4rem;
  }
}

ul {
  list-style: none;
}

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

h1 {
  font-size: 3.2rem;
}

h2 {
  font-size: 2.7rem;
}

h3 {
  font-size: 2.3rem;
}

h4 {
  font-size: 1.8rem;
}

[class*=col-] {
  margin-bottom: 2rem;
}
[class*=col-] h1, [class*=col-] h2, [class*=col-] h3, [class*=col-] h4, [class*=col-] h5, [class*=col-] h6 {
  margin-bottom: 1.5rem;
}
[class*=col-] h1:last-child, [class*=col-] h2:last-child, [class*=col-] h3:last-child, [class*=col-] h4:last-child, [class*=col-] h5:last-child, [class*=col-] h6:last-child {
  margin-bottom: 0;
}

.row [class*=col-]:last-child {
  margin-bottom: 0;
}

a {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

figure {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: bottom;
}

img[src$=".svg"] {
  width: 100%;
  vertical-align: bottom;
}

/*!
 * Bootstrap Grid v4.1.0 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  -webkit-box-flex: 0;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
          order: -1;
}

.order-last {
  -ms-flex-order: 13;
  -webkit-box-ordinal-group: 14;
          order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  -webkit-box-ordinal-group: 1;
          order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
          order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  -webkit-box-ordinal-group: 3;
          order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  -webkit-box-ordinal-group: 4;
          order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  -webkit-box-ordinal-group: 5;
          order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  -webkit-box-ordinal-group: 6;
          order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  -webkit-box-ordinal-group: 7;
          order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  -webkit-box-ordinal-group: 8;
          order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  -webkit-box-ordinal-group: 9;
          order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  -webkit-box-ordinal-group: 10;
          order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  -webkit-box-ordinal-group: 11;
          order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  -webkit-box-ordinal-group: 12;
          order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  -webkit-box-ordinal-group: 13;
          order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: -webkit-inline-box !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
.flex-row {
  -ms-flex-direction: row !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
          flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
          flex-direction: column !important;
}

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

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
          flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  -webkit-box-flex: 1 !important;
          flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  -webkit-box-flex: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  -webkit-box-flex: 1 !important;
          flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  -webkit-box-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  -webkit-box-pack: end !important;
          justify-content: flex-end !important;
}

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

.justify-content-between {
  -ms-flex-pack: justify !important;
  -webkit-box-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  -webkit-box-align: start !important;
          align-items: flex-start !important;
}

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

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

.align-items-baseline {
  -ms-flex-align: baseline !important;
  -webkit-box-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  -webkit-box-align: stretch !important;
          align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  -ms-grid-row-align: auto !important;
      align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  -ms-grid-row-align: stretch !important;
      align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

.link_btn_center {
  text-align: center;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
}
.link_btn_center a, .link_btn_center .white_btn {
  display: inline-block;
  font-size: 1.6rem;
  padding: 20px 100px 18px 80px;
  background: #000;
  border: 2px solid #000;
  color: #fff;
  letter-spacing: 0.08em;
  position: relative;
  line-height: 1.61;
  font-family: "Zen Old Mincho", serif;
}
@media screen and (max-width: 767px) {
  .link_btn_center a, .link_btn_center .white_btn {
    font-size: 1.4rem;
    padding: 16px 50px 14px 40px;
  }
}
@media screen and (max-width: 575px) {
  .link_btn_center a, .link_btn_center .white_btn {
    font-size: 1.3rem;
    padding: 12px 50px 10px 40px;
  }
}
.link_btn_center a:before, .link_btn_center .white_btn:before {
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid #fff;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .link_btn_center a:before, .link_btn_center .white_btn:before {
    right: 10px;
    width: 20px;
    height: 20px;
    border: 1px solid #fff;
  }
}
.link_btn_center a .arrow, .link_btn_center .white_btn .arrow {
  position: absolute;
  top: 50%;
  right: 29px;
  width: 24px;
  height: 1px;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .link_btn_center a .arrow, .link_btn_center .white_btn .arrow {
    width: 18px;
    right: 18px;
  }
}
.link_btn_center a .arrow:before, .link_btn_center .white_btn .arrow:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 0 6px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: -4px;
  right: 0;
}
.link_btn_center a:hover .arrow, .link_btn_center .white_btn:hover .arrow {
  right: 10px;
}
@media screen and (max-width: 767px) {
  .link_btn_center a:hover .arrow, .link_btn_center .white_btn:hover .arrow {
    right: 5px;
  }
}
.link_btn_center a .sm, .link_btn_center .white_btn .sm {
  font-size: 1.4rem;
  display: block;
}
.link_btn_center .white_btn {
  background: none;
  border: 2px solid #fff;
  margin: 0;
}

.link_btn_right {
  text-align: right;
}
@media screen and (max-width: 991px) {
  .link_btn_right {
    text-align: center;
  }
}
.link_btn_right a {
  display: inline-block;
  font-size: 1.4rem;
  padding: 16px 80px 14px 60px;
  background: #000;
  border: 2px solid #000;
  color: #fff;
  letter-spacing: 0.08em;
  position: relative;
  line-height: 1.61;
  font-family: "Zen Old Mincho", serif;
}
@media screen and (max-width: 767px) {
  .link_btn_right a {
    font-size: 1.4rem;
    padding: 16px 50px 14px 40px;
  }
}
@media screen and (max-width: 575px) {
  .link_btn_right a {
    font-size: 1.3rem;
    padding: 12px 50px 10px 40px;
  }
}
.link_btn_right a:before {
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid #fff;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .link_btn_right a:before {
    right: 10px;
    width: 20px;
    height: 20px;
    border: 1px solid #fff;
  }
}
.link_btn_right a .arrow {
  position: absolute;
  top: 50%;
  right: 29px;
  width: 24px;
  height: 1px;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .link_btn_right a .arrow {
    width: 18px !important;
    right: 18px;
  }
}
.link_btn_right a .arrow:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 0 6px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: -4px;
  right: 0;
}
.link_btn_right a:hover .arrow {
  right: 10px;
}
@media screen and (max-width: 767px) {
  .link_btn_right a:hover .arrow {
    right: 5px;
  }
}
.link_btn_right a .sm {
  font-size: 1.4rem;
  display: block;
}

.link_btn_left_clear {
  text-align: left;
}
@media screen and (max-width: 991px) {
  .link_btn_left_clear {
    text-align: center;
  }
}
.link_btn_left_clear a {
  display: inline-block;
  font-size: 1.4rem;
  padding: 16px 80px 14px 60px;
  border: 2px solid #fff;
  color: #fff;
  letter-spacing: 0.08em;
  position: relative;
  line-height: 1.61;
  font-family: "Zen Old Mincho", serif;
}
@media screen and (max-width: 767px) {
  .link_btn_left_clear a {
    font-size: 1.4rem;
    padding: 16px 50px 14px 40px;
  }
}
@media screen and (max-width: 575px) {
  .link_btn_left_clear a {
    font-size: 1.3rem;
    padding: 12px 50px 10px 40px;
  }
}
.link_btn_left_clear a:before {
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid #fff;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .link_btn_left_clear a:before {
    right: 10px;
    width: 20px;
    height: 20px;
    border: 1px solid #fff;
  }
}
.link_btn_left_clear a .arrow {
  position: absolute;
  top: 50%;
  right: 29px;
  width: 24px;
  height: 1px;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .link_btn_left_clear a .arrow {
    width: 18px !important;
    right: 18px;
  }
}
.link_btn_left_clear a .arrow:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 0 6px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: -4px;
  right: 0;
}
.link_btn_left_clear a:hover .arrow {
  right: 10px;
}
@media screen and (max-width: 767px) {
  .link_btn_left_clear a:hover .arrow {
    right: 5px;
  }
}
.link_btn_left_clear a .sm {
  font-size: 1.4rem;
  display: block;
}

.ttl_main {
  text-align: center;
  font-size: 4.2rem;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.1em;
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  .ttl_main {
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 767px) {
  .ttl_main {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 575px) {
  .ttl_main {
    font-size: 3rem;
  }
}
.ttl_main .jp {
  font-size: 1.6rem;
  display: block;
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  .ttl_main .jp {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .ttl_main .jp {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 575px) {
  .ttl_main .jp {
    font-size: 1.3rem;
  }
}

.ttl_txt {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.81;
  margin-top: 26px;
}
@media screen and (max-width: 991px) {
  .ttl_txt {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .ttl_txt {
    font-size: 1.4rem;
    margin-top: 16px;
  }
}

.ttl_txt_lg {
  font-size: 3rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.81;
  margin-top: 26px;
}
@media screen and (max-width: 991px) {
  .ttl_txt_lg {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .ttl_txt_lg {
    font-size: 2rem;
    margin-top: 16px;
  }
}

.ttl_sub_left {
  font-size: 3.4rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  .ttl_sub_left {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 767px) {
  .ttl_sub_left {
    font-size: 3rem;
    text-align: center;
  }
}
@media screen and (max-width: 575px) {
  .ttl_sub_left {
    font-size: 2.8rem;
  }
}
.ttl_sub_left .jp {
  font-size: 1.5rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-left: 10px;
}
@media screen and (max-width: 1219px) {
  .ttl_sub_left .jp {
    display: block;
    margin: 0;
  }
}
@media screen and (max-width: 575px) {
  .ttl_sub_left .jp {
    font-size: 1.2rem;
    display: block;
  }
}

.page_childVisual {
  width: 100%;
  background: #2d2d2d;
  text-align: center;
  padding: 160px 0 80px;
}
@media screen and (max-width: 767px) {
  .page_childVisual {
    margin-top: 60px;
    padding: 60px 0 60px;
  }
}
.page_childVisual.plan {
  text-align: center;
  margin-top: 83px;
  background: url(../images/plan_bg_mainVisual_20231006.webp) no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .page_childVisual.plan {
    margin-top: 60px;
  }
}
@media screen and (max-width: 575px) {
  .page_childVisual.plan {
    padding: 30px 0;
  }
}
.page_childVisual.plan .plan_inner {
  width: 90%;
  max-width: 1400px;
  position: relative;
  margin: 0 auto;
  text-align: center;
}
.page_childVisual.plan .plan_inner .main {
  width: 880px;
  max-width: 90%;
}
@media screen and (max-width: 1320px) {
  .page_childVisual.plan .plan_inner .main {
    width: 700px;
  }
}
@media screen and (max-width: 1219px) {
  .page_childVisual.plan .plan_inner .main {
    width: 600px;
  }
}
@media screen and (max-width: 991px) {
  .page_childVisual.plan .plan_inner .main {
    padding-right: 80px;
  }
}
@media screen and (max-width: 767px) {
  .page_childVisual.plan .plan_inner .main {
    padding-right: 0;
    margin-bottom: 10px;
  }
}
.page_childVisual.plan .plan_inner .txt {
  position: absolute;
  top: -40px;
  right: 0;
  width: 120px;
}
@media screen and (max-width: 1219px) {
  .page_childVisual.plan .plan_inner .txt {
    width: 95px;
  }
}
@media screen and (max-width: 767px) {
  .page_childVisual.plan .plan_inner .txt {
    display: none;
  }
}
.page_childVisual.plan .plan_inner .sp_txt {
  display: none;
}
@media screen and (max-width: 767px) {
  .page_childVisual.plan .plan_inner .sp_txt {
    display: block;
  }
  .page_childVisual.plan .plan_inner .sp_txt span {
    font-family: "Zen Old Mincho", serif;
    color: #000;
    font-size: 2.4rem;
    background: #fff;
    display: inline-block;
    padding: 6px 10px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) and (max-width: 575px) {
  .page_childVisual.plan .plan_inner .sp_txt span {
    font-size: 1.6rem;
    margin-top: 6px;
  }
}
@media screen and (max-width: 767px) {
  .page_childVisual.plan .plan_inner .sp_txt span strong {
    color: #c0204c;
  }
}
.page_childVisual h2 {
  font-size: 3.6rem;
  text-align: center;
  color: #fff;
  margin: 0;
  line-height: 1.31;
  letter-spacing: 0.15em;
  font-family: "Inter", sans-serif;
  font-weight: 800;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .page_childVisual h2 {
    font-size: 2.6rem;
  }
}
.page_childVisual h2 span {
  font-size: 1.5rem;
  color: #fff;
  display: block;
  letter-spacing: 0.1em;
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .page_childVisual h2 span {
    font-size: 1.3rem;
  }
}

.reserve_mv {
  background: url(../images/reserve_mv_bg.jpg) no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  margin-top: 83px;
  width: 100%;
  min-height: 400px;
  overflow: hidden;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .reserve_mv {
    margin-top: 60px;
  }
}
@media screen and (max-width: 575px) {
  .reserve_mv {
    background-position: 0 50%;
  }
}
.reserve_mv_txt {
  text-align: center;
  position: relative;
  margin-top: 100px;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .reserve_mv_txt {
    margin-top: 60px;
  }
}
.reserve_mv_txt img {
  width: 300px;
}
@media screen and (max-width: 575px) {
  .reserve_mv_txt img {
    width: 240px;
  }
}
.reserve_mv h2 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  background: #000;
  padding: 10px 40px;
  display: inline-block;
  margin-top: 30px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .reserve_mv h2 {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .reserve_mv h2 {
    font-size: 1.6rem;
    padding: 8px 20px;
  }
}
@media screen and (max-width: 575px) {
  .reserve_mv h2 {
    font-size: 1.4rem;
    max-width: calc(100% - 40px);
    padding: 12px 20px;
    line-height: 1.81;
  }
}
.reserve_mv_deco_01, .reserve_mv_deco_02 {
  position: absolute;
  bottom: -1px;
}
.reserve_mv_deco_01 {
  left: -10px;
}
@media screen and (max-width: 767px) {
  .reserve_mv_deco_01 {
    max-width: 45%;
  }
}
.reserve_mv_deco_02 {
  right: -10px;
}
@media screen and (max-width: 767px) {
  .reserve_mv_deco_02 {
    max-width: 45%;
  }
}

.document_mv {
  background: url(../images/document_mv_bg.jpg) no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  margin-top: 83px;
  width: 100%;
  overflow: hidden;
  position: relative;
  text-align: center;
  padding: 90px 0 120px;
}
@media screen and (max-width: 991px) {
  .document_mv {
    padding: 60px 0 70px;
  }
}
@media screen and (max-width: 767px) {
  .document_mv {
    margin-top: 60px;
  }
}
@media screen and (max-width: 575px) {
  .document_mv {
    background-position: 0 50%;
  }
}
.document_mv .inner {
  position: relative;
}
.document_mv_txt {
  width: 642px;
  position: relative;
}
@media screen and (max-width: 1219px) {
  .document_mv_txt {
    width: 500px;
  }
}
@media screen and (max-width: 991px) {
  .document_mv_txt {
    width: 400px;
  }
}
@media screen and (max-width: 767px) {
  .document_mv_txt {
    width: 90%;
    max-width: 642px;
    position: static;
    margin: 0 auto;
  }
}
.document_mv_catalog {
  width: 602px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
@media screen and (max-width: 1219px) {
  .document_mv_catalog {
    width: 480px;
  }
}
@media screen and (max-width: 991px) {
  .document_mv_catalog {
    width: 350px;
  }
}
@media screen and (max-width: 767px) {
  .document_mv_catalog {
    width: 80%;
    max-width: 602px;
    position: static;
    margin: 20px auto 0;
    -webkit-transform: none;
            transform: none;
  }
}

.member_mv {
  width: 100%;
  background: url(../images/member_mv_bg.jpg) no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  margin-top: 83px;
}
@media screen and (max-width: 767px) {
  .member_mv {
    margin-top: 60px;
  }
}
.member_mv figure {
  width: 70%;
  max-width: 690px;
  margin: 0 auto;
}
@media screen and (max-width: 575px) {
  .member_mv figure {
    width: 80%;
  }
}

.ttl_block,
.ttl_block_sm {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.ttl_block h2,
.ttl_block_sm h2 {
  font-size: 4rem;
  font-weight: 800;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.15em;
  line-height: 1.31;
}
@media screen and (max-width: 767px) {
  .ttl_block h2,
  .ttl_block_sm h2 {
    font-size: 3rem;
  }
}
.ttl_block h2 .jp,
.ttl_block_sm h2 .jp {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.1em;
  margin-top: 4px;
}
@media screen and (max-width: 991px) {
  .ttl_block h2 .jp,
  .ttl_block_sm h2 .jp {
    font-size: 1.4rem;
  }
}
.ttl_block p,
.ttl_block_sm p {
  text-align: center;
  margin-top: 20px;
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .ttl_block p,
  .ttl_block_sm p {
    font-size: 1.6rem;
  }
}
.ttl_block.white h2,
.ttl_block_sm.white h2 {
  color: #fff;
  text-shadow: 0 0 3px #127889;
}
.ttl_block.white h2 .jp,
.ttl_block_sm.white h2 .jp {
  color: #fff;
  text-shadow: 0 0 3px #127889;
}
.ttl_block.white p,
.ttl_block_sm.white p {
  color: #fff;
  text-shadow: 0 0 3px #127889;
}

.ttl_block_sm h2 {
  font-size: 3.2rem;
  font-weight: 800;
  text-align: center;
  letter-spacing: 0.15em;
  line-height: 1.31;
}
@media screen and (max-width: 767px) {
  .ttl_block_sm h2 {
    font-size: 3rem;
  }
}
.ttl_block_sm h2 .jp {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.1em;
  margin-top: 4px;
}
@media screen and (max-width: 991px) {
  .ttl_block_sm h2 .jp {
    font-size: 1.4rem;
  }
}

.page_ttl_center {
  width: 100%;
  text-align: center;
  font-size: 3.6rem;
  font-weight: 900;
  margin: 0 0 42px;
}
.page_ttl_center.lineHeight {
  line-height: 1.21;
}
.page_ttl_center .big {
  font-size: 5.4rem;
}

@media screen and (max-width: 991px) {
  .page_ttl_center {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .page_ttl_center {
    font-size: 2.8rem;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 575px) {
  .page_ttl_center {
    font-size: 2.3rem;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 991px) {
  .page_ttl_center .big {
    font-size: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .page_ttl_center .big {
    font-size: 4.4rem;
  }
}
@media screen and (max-width: 575px) {
  .page_ttl_center .big {
    font-size: 3.6rem;
  }
}
.page_ttl_center_md {
  width: 100%;
  text-align: center;
  font-size: 3.1rem;
  font-weight: 900;
  margin: 0 0 34px;
}

@media screen and (max-width: 991px) {
  .page_ttl_center_md {
    font-size: 2.6rem;
    margin: 0 0 24px;
  }
}
@media screen and (max-width: 767px) {
  .page_ttl_center_md {
    font-size: 2.2rem;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 575px) {
  .page_ttl_center_md {
    font-size: 2.1rem;
    margin-bottom: 18px;
  }
}
.page_ttl_center_md_catch {
  width: 100%;
  text-align: center;
  font-size: 3.1rem;
  font-weight: 900;
  margin: 0;
}

@media screen and (max-width: 1239px) {
  .page_ttl_center_md_catch {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 991px) {
  .page_ttl_center_md_catch {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .page_ttl_center_md_catch {
    font-size: 2rem;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 575px) {
  .page_ttl_center_md_catch {
    font-size: 1.7rem;
    margin-bottom: 18px;
  }
}
.page_ttl_center_sl {
  width: 100%;
  text-align: center;
  font-size: 2.8rem;
  font-weight: 900;
  margin: 0 0 30px;
}

@media screen and (max-width: 991px) {
  .page_ttl_center_sl {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .page_ttl_center_sl {
    font-size: 2.4rem;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 575px) {
  .page_ttl_center_sl {
    font-size: 2rem;
    margin-bottom: 18px;
  }
}
.catch_center {
  width: 100%;
}
.catch_center h3 {
  font-size: 3.2rem;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .catch_center h3 {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 575px) {
  .catch_center h3 {
    font-size: 2.2rem;
  }
}

.breadcrumbs {
  width: 100%;
  padding: 20px;
}
.breadcrumbs span {
  font-size: 1.4rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .breadcrumbs span {
    font-size: 1.2rem;
  }
}
.breadcrumbs span:last-of-type a:before {
  content: none;
}
.breadcrumbs a {
  position: relative;
  padding-right: 22px;
  margin-right: 8px;
}
.breadcrumbs a:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background: url(../images/arrow_next.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .breadcrumbs a:before {
    width: 9px;
    height: 9px;
  }
}

.page_descTtl {
  width: 100%;
}
.page_descTtl h3 {
  text-align: center;
  font-size: 3.6rem;
  font-weight: 900;
  margin: 0 0 26px;
}
@media screen and (max-width: 991px) {
  .page_descTtl h3 {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .page_descTtl h3 {
    font-size: 2.8rem;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 575px) {
  .page_descTtl h3 {
    font-size: 2.3rem;
  }
}
.page_descTtl p {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.81;
}
@media screen and (max-width: 991px) {
  .page_descTtl p {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .page_descTtl p {
    font-size: 1.4rem;
  }
}

.gallery_ttl_child {
  margin: 0 0 26px;
}
.gallery_ttl_child h2 {
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .gallery_ttl_child h2 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .gallery_ttl_child h2 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 575px) {
  .gallery_ttl_child h2 {
    font-size: 2rem;
  }
}
.gallery_ttl_child h3 {
  font-size: 3.2rem;
  display: inline-block;
  margin: 0;
  position: relative;
}
.gallery_ttl_child h3:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 2px;
  background: #000;
}
.gallery_ttl_child h3:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 2px;
  background: #000;
}

.gallery_tag_list {
  margin: 26px auto 60px;
  text-align: center;
  width: 100%;
  max-width: 1100px;
  padding: 0 20px;
}
.gallery_tag_list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}
.gallery_tag_list li {
  margin-right: 15px;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 700;
  padding-left: 0.8em;
  position: relative;
}
.gallery_tag_list li:last-child {
  margin-right: 0;
}

.gallery_child_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 991px) {
  .gallery_child_main {
    display: block;
  }
}
.gallery_child_main .img_area {
  width: 550px;
}
@media screen and (max-width: 1219px) {
  .gallery_child_main .img_area {
    width: 450px;
  }
}
@media screen and (max-width: 991px) {
  .gallery_child_main .img_area {
    width: 100%;
    max-width: 550px;
    margin: 0 auto 26px;
  }
}
.gallery_child_main .text_area {
  width: calc(100% - 600px);
  background: #fff;
  margin-left: 50px;
}
@media screen and (max-width: 1219px) {
  .gallery_child_main .text_area {
    width: calc(100% - 500px);
  }
}
@media screen and (max-width: 991px) {
  .gallery_child_main .text_area {
    width: 100%;
    margin: 0;
  }
}
.gallery_child_main .text_area h2 {
  font-size: 2.2rem;
  margin: 0;
  padding: 0 0 18px;
  border-bottom: 1px solid #f5f5f5;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .gallery_child_main .text_area h2 {
    font-size: 2rem;
  }
}
.gallery_child_main .text_area p {
  padding-top: 23px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .gallery_child_main .text_area p {
    padding-top: 16px;
  }
}

.txt_md {
  font-size: 1.6rem;
  line-height: 1.81;
}
@media screen and (max-width: 991px) {
  .txt_md {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .txt_md {
    font-size: 1.4rem;
  }
}

.bnr_link_only {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.bnr_link_only_custom {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1200px;
  height: 360px;
}
@media screen and (max-width: 991px) {
  .bnr_link_only_custom {
    height: 260px;
  }
}
@media screen and (max-width: 575px) {
  .bnr_link_only_custom {
    height: auto;
  }
}
.bnr_link_only_custom a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/gallery_present_bnr_bg.jpg) no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.bnr_link_only_custom a:hover {
  opacity: 0.8;
}
.bnr_link_only_custom a .inner {
  width: 880px;
  height: 100%;
  max-width: 90%;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 575px) {
  .bnr_link_only_custom a .inner {
    padding: 50px 30px;
  }
}
.bnr_link_only_custom a .inner .inner_txt {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 400px;
}
@media screen and (max-width: 991px) {
  .bnr_link_only_custom a .inner .inner_txt {
    width: 48%;
  }
}
@media screen and (max-width: 575px) {
  .bnr_link_only_custom a .inner .inner_txt {
    position: static;
    width: 100%;
    -webkit-transform: none;
            transform: none;
  }
}
.bnr_link_only_custom a .inner .inner_txt img {
  width: 100%;
}
.bnr_link_only_custom a .inner .inner_img {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 400px;
}
@media screen and (max-width: 991px) {
  .bnr_link_only_custom a .inner .inner_img {
    width: 48%;
  }
}
@media screen and (max-width: 575px) {
  .bnr_link_only_custom a .inner .inner_img {
    position: static;
    width: 100%;
    -webkit-transform: none;
            transform: none;
    margin-top: 30px;
  }
}
.bnr_link_only_custom a .inner .inner_img img {
  width: 100%;
}

#wrapper {
  overflow: hidden;
}

.l-header {
  width: 100%;
  height: 83px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
  background: rgba(255, 255, 255, 0.95);
}
@media screen and (max-width: 767px) {
  .l-header {
    height: 60px;
    background: #fff;
  }
}

.l-blog_main {
  width: calc(100% - 360px);
}
@media screen and (max-width: 1219px) {
  .l-blog_main {
    width: calc(100% - 300px);
  }
}
@media screen and (max-width: 991px) {
  .l-blog_main {
    width: 100%;
    margin: 0 0 30px;
  }
}

.l-sidebar {
  width: 300px;
  background: #f6f6f4;
  padding: 30px;
}
@media screen and (max-width: 1219px) {
  .l-sidebar {
    width: 260px;
  }
}
@media screen and (max-width: 991px) {
  .l-sidebar {
    width: 100%;
  }
}

.l-page_main {
  width: 100%;
  height: 700px;
}
@media screen and (max-width: 1219px) {
  .l-page_main {
    height: 600px;
  }
}
@media screen and (max-width: 991px) {
  .l-page_main {
    height: 500px;
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .l-page_main {
    height: 340px;
  }
}
@media screen and (max-width: 575px) {
  .l-page_main {
    height: 260px;
  }
}
.l-page_main.reason {
  background: url(../images/reason_main.jpg) no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.l-page_main .inner {
  width: calc(100% - 40px);
  max-width: 1200px;
  margin: 0 auto;
}
.l-page_main .inner .page_main_ttl {
  padding-top: 290px;
}
@media screen and (max-width: 1219px) {
  .l-page_main .inner .page_main_ttl {
    padding-top: 240px;
  }
}
@media screen and (max-width: 991px) {
  .l-page_main .inner .page_main_ttl {
    padding-top: 180px;
  }
}
@media screen and (max-width: 767px) {
  .l-page_main .inner .page_main_ttl {
    padding-top: 100px;
  }
}
@media screen and (max-width: 575px) {
  .l-page_main .inner .page_main_ttl {
    padding-top: 60px;
  }
}
@media screen and (max-width: 991px) {
  .l-page_main .inner .page_main_ttl figure {
    width: 220px;
  }
}
@media screen and (max-width: 767px) {
  .l-page_main .inner .page_main_ttl figure {
    width: 160px;
  }
}
.l-page_main .inner .page_main_ttl h2 {
  font-size: 3.8rem;
  font-family: "Zen Old Mincho", serif;
  color: #fff;
  margin-top: 20px;
}
@media screen and (max-width: 991px) {
  .l-page_main .inner .page_main_ttl h2 {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .l-page_main .inner .page_main_ttl h2 {
    font-size: 2.4rem;
    top: 10px;
  }
}
@media screen and (max-width: 575px) {
  .l-page_main .inner .page_main_ttl h2 {
    font-size: 2rem;
  }
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.clearfix:before {
  content: "";
  display: block;
  clear: both;
}

.clearfix {
  display: block;
}

.flex_spaceBetween {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.mt_10 {
  margin-top: 10px !important;
}

.mb_10 {
  margin-bottom: 10px !important;
}

.mt_20 {
  margin-top: 20px !important;
}

.mb_20 {
  margin-bottom: 20px !important;
}

@media screen and (max-width: 767px) {
  .l-base--block {
    padding: 0 20px;
  }
}
.l-base--block .container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.l-base {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 20px);
}
@media (min-width: 576px) {
  .l-base {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .l-base {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .l-base {
    max-width: 960px;
  }
}
@media (min-width: 1220px) {
  .l-base {
    max-width: 1200px;
  }
}

.w-1020,
.w-1080 {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 20px);
}
@media (min-width: 576px) {
  .w-1020,
  .w-1080 {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .w-1020,
  .w-1080 {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .w-1020,
  .w-1080 {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .w-1020,
  .w-1080 {
    max-width: 1020px;
  }
}

@media (min-width: 1200px) {
  .w-1080 {
    max-width: 1080px;
  }
}

.w-1100 {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 20px);
}
@media (min-width: 576px) {
  .w-1100 {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .w-1100 {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .w-1100 {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .w-1100 {
    max-width: 1100px;
  }
}

.w-800 {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 20px);
}
@media (min-width: 576px) {
  .w-800 {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .w-800 {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .w-800 {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .w-800 {
    max-width: 800px;
  }
}

.all_block {
  width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
}

.forPC {
  display: block;
}
@media screen and (max-width: 991px) {
  .forPC {
    display: none;
  }
}

.forTABSP {
  display: none;
}
@media screen and (max-width: 991px) {
  .forTABSP {
    display: block;
  }
}

.for-lg {
  display: none;
}
@media screen and (max-width: 1219px) {
  .for-lg {
    display: block;
  }
}

.for-md {
  display: none !important;
}
@media screen and (max-width: 991px) {
  .for-md {
    display: block !important;
  }
}

.for-sm {
  display: none;
}
@media screen and (max-width: 767px) {
  .for-sm {
    display: block;
  }
}

.for-xs {
  display: none;
}
@media screen and (max-width: 575px) {
  .for-xs {
    display: block;
  }
}

.for-lg--less {
  display: block;
}
@media screen and (max-width: 1219px) {
  .for-lg--less {
    display: none;
  }
}

.for-md--less {
  display: block;
}
@media screen and (max-width: 991px) {
  .for-md--less {
    display: none;
  }
}

.for-sm--less {
  display: block;
}
@media screen and (max-width: 767px) {
  .for-sm--less {
    display: none;
  }
}

.for-xs--less {
  display: block;
}
@media screen and (max-width: 575px) {
  .for-xs--less {
    display: none;
  }
}

.mt_none {
  margin-top: 0 !important;
}

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

.bold_100 {
  font-weight: 100 !important;
}

.bold_200 {
  font-weight: 200 !important;
}

.bold_300 {
  font-weight: 300 !important;
}

.bold_400 {
  font-weight: 400 !important;
}

.bold_500 {
  font-weight: 500 !important;
}

.bold_600 {
  font-weight: 600 !important;
}

.bold_700 {
  font-weight: 700 !important;
}

.bold_800 {
  font-weight: 800 !important;
}

.bold_900 {
  font-weight: 900 !important;
}

.txt_center {
  text-align: center;
}

.txt_left {
  text-align: left;
}

.txt_right {
  text-align: right;
}

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

a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 991px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

.text {
  margin: 20px 0;
}

.mincho_txt {
  font-family: "Zen Old Mincho", serif !important;
}

.ttl_lg {
  font-size: 2.6rem;
  line-height: 1.41;
}

.ttl_md {
  font-size: 2rem;
}

.bg_gray {
  background: url(../images/bg_gray.png);
}

.post-body h1 {
  font-size: 3.6rem;
  margin: 4em 0 0.5em;
}
@media screen and (max-width: 991px) {
  .post-body h1 {
    font-size: 3.2rem;
    margin-top: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .post-body h1 {
    font-size: 3rem;
    margin-top: 1rem;
  }
}
.post-body h1:first-child {
  margin-top: 0;
}
.post-body h1 + p {
  margin-top: 0;
}
.post-body h2 {
  font-size: 3.2rem;
  margin: 3em 0 0.5em;
}
@media screen and (max-width: 991px) {
  .post-body h2 {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .post-body h2 {
    margin-top: 1rem;
  }
}
.post-body h2:first-child {
  margin-top: 0;
}
.post-body h2 + p {
  margin-top: 0;
}
.post-body h3 {
  font-size: 2.7rem;
  margin: 3em 0 0.5em;
}
@media screen and (max-width: 991px) {
  .post-body h3 {
    font-size: 2.4rem;
    margin-top: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .post-body h3 {
    font-size: 2.1rem;
    margin-top: 1rem;
  }
}
.post-body h3:first-child {
  margin-top: 0;
}
.post-body h3 + p {
  margin-top: 0;
}
.post-body h4 {
  font-size: 2.4rem;
  margin: 2em 0 0.5em;
}
@media screen and (max-width: 991px) {
  .post-body h4 {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 767px) {
  .post-body h4 {
    margin-top: 1.8rem;
    margin-top: 1rem;
  }
}
.post-body h4:first-child {
  margin-top: 0;
}
.post-body h4 + p {
  margin-top: 0;
}
.post-body h5 {
  font-size: 2.1rem;
  margin: 2em 0 0.5em;
}
@media screen and (max-width: 991px) {
  .post-body h5 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .post-body h5 {
    margin-top: 1rem;
  }
}
.post-body h5:first-child {
  margin-top: 0;
}
.post-body h5 + p {
  margin-top: 0;
}
.post-body h6 {
  font-size: 1.8rem;
  margin: 1em 0 0.25em;
}
@media screen and (max-width: 767px) {
  .post-body h6 {
    font-size: 1.6rem;
  }
}
.post-body h6:first-child {
  margin-top: 0;
}
.post-body h6 + p {
  margin-top: 0;
}
.post-body .has-text-align-left {
  text-align: left;
}
.post-body .has-text-align-right {
  text-align: right;
}
.post-body .has-text-align-center {
  text-align: center;
}
.post-body .aligncenter {
  text-align: center;
}
.post-body .alignright {
  text-align: right;
}
.post-body blockquote {
  border: 1px solid #ddd;
  margin: 2em 0;
  padding: 10px 3vmin;
  position: relative;
}
.post-body blockquote:before, .post-body blockquote:after {
  display: inline-block;
  font-size: 36px;
  line-height: 1;
  opacity: 0.6;
  position: absolute;
}
.post-body blockquote:before {
  content: "“";
  left: 10px;
  top: 5px;
}
.post-body blockquote:after {
  bottom: -10px;
  content: "”";
  right: 10px;
}
.post-body blockquote p {
  margin: 0.5em 0;
}
.post-body blockquote cite {
  display: inline-block;
  font-size: 80%;
  margin-bottom: 0.5em;
  opacity: 0.8;
}
.post-body blockquote cite:before {
  background: #d8dbe2;
  content: "";
  display: inline-block;
  height: 2px;
  margin-right: 5px;
  vertical-align: middle;
  width: 10px;
}
.post-body pre {
  border: 1px solid #ddd;
  margin: 2em 0;
  padding: 3vmin;
  white-space: pre-wrap;
}
.post-body p {
  margin: 2em 0;
}
.post-body ul,
.post-body ol {
  margin: 2em 0 2em 1.5em;
  padding: 0;
}
.post-body .wp-block-gallery {
  margin: 2em 0;
}
.post-body .blocks-gallery-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin: -10px;
}
.post-body .blocks-gallery-grid li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
}
.post-body .wp-block-gallery.columns-2 li {
  width: 50%;
}
.post-body .wp-block-gallery.columns-3 li {
  width: 33.3333333333%;
}
.post-body .wp-block-image {
  margin: 2em 0;
}
.post-body figcaption {
  font-size: 85%;
  margin-top: 0.5em;
  opacity: 0.8;
  text-align: center;
}
.post-body .wp-block-table {
  margin: 2em 0;
}
.post-body .wp-block-table table {
  border: 1px solid #ddd;
  border-collapse: collapse;
  width: 100%;
}
.post-body .wp-block-table table th, .post-body .wp-block-table table td {
  border: 1px solid #ddd;
  padding: 10px;
}
.post-body .wp-block-table table th {
  background: #edf2ff;
}
.post-body .wp-block-separator {
  border-color: #ddd;
  border-style: solid;
  border-width: 1px 0 0;
  margin: 3em 0;
}
.post-body .wp-block-embed {
  margin: 2em auto;
  position: relative;
}
.post-body .wp-block-embed.is-type-video:before {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  content: "";
  display: block;
}
.post-body .wp-block-embed.is-type-video:before iframe {
  margin: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.post-body .wp-block-columns {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  max-width: 100%;
  margin: 0 -10px;
}
.post-body .wp-block-column {
  padding: 0 10px;
}
.post-body .wp-block-media-text {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 3em -15px;
  max-width: 100%;
}
.post-body .wp-block-media-text__media,
.post-body .wp-block-media-text__content {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
  padding: 0 15px;
}
.post-body .wp-block-button {
  margin: 2em 0;
}
.post-body .wp-block-file a + a {
  margin-left: 20px;
}
.post-body .wp-block-file__button,
.post-body .wp-block-button__link {
  background: #212121;
  border-radius: 45px;
  color: #fff;
  display: inline-block;
  padding: 10px 40px;
  text-decoration: none;
  -webkit-transition-property: background-color, opacity, color, border-color, -webkit-box-shadow;
  transition-property: background-color, opacity, color, border-color, -webkit-box-shadow;
  transition-property: background-color, opacity, color, border-color, box-shadow;
  transition-property: background-color, opacity, color, border-color, box-shadow, -webkit-box-shadow;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
}
.post-body .wp-block-file__button {
  font-size: 15px;
  line-height: 1;
  padding: 12px 30px 10px;
}
.post-body .wp-block-file__button:hover,
.post-body .wp-block-button__link:hover {
  background: #454545;
}

.logo {
  margin: 0;
  width: 204px;
  line-height: 0;
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .logo {
    width: 180;
  }
}
#gnav {
  position: absolute;
  top: 50%;
  right: 450px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1219px) {
  #gnav {
    display: none;
  }
}
@media screen and (max-width: 1350px) {
  #gnav {
    right: 460px;
  }
}
#gnav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#gnav ul li {
  padding: 0 22px;
}
#gnav ul li:not(:first-of-type) {
  border-left: 1px solid #000;
}
#gnav ul li a {
  font-size: 1.5rem;
  font-weight: 500;
  color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  letter-spacing: 0.1em;
}
#gnav ul li a:hover {
  border-color: #000;
}

#icon_btn {
  position: absolute;
  top: 50%;
  right: 94px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  #icon_btn {
    display: none;
  }
}
#icon_btn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#icon_btn ul li:not(:first-of-type) {
  margin-left: 10px;
}
#icon_btn ul li:nth-of-type(1) a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 20px;
  background: url(../images/icon_home.png) no-repeat;
  background-size: contain;
}
#icon_btn ul li:nth-of-type(2) a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 20px;
  background: url(../images/icon_book.png) no-repeat;
  background-size: contain;
}
#icon_btn ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  padding: 5px 30px 5px 56px;
  border: 1px solid #000;
  background: #000;
  letter-spacing: 0.08em;
}
#icon_btn ul li a:hover {
  background: #355c37;
}

#hbg_btn {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 62px;
  height: 50px;
  background: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #hbg_btn {
    right: 0;
    top: 0;
    -webkit-transform: none;
            transform: none;
    height: 60px;
  }
}
#hbg_btn:hover {
  background: #355c37;
}
#hbg_btn .line {
  width: 17px;
  height: 2px;
  border-radius: 10px;
  background: #fff;
  position: absolute;
}
#hbg_btn .line.bar_01 {
  top: 16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  #hbg_btn .line.bar_01 {
    top: 21px;
  }
}
#hbg_btn .line.bar_02 {
  top: 24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  #hbg_btn .line.bar_02 {
    top: 29px;
  }
}
#hbg_btn .line.bar_03 {
  top: 32px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  #hbg_btn .line.bar_03 {
    top: 37px;
  }
}
#hbg_btn .line_txt {
  position: absolute;
  top: 45px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #000;
  width: 34px;
}

.tel_btn_sp {
  width: 62px;
  height: 60px;
  position: absolute;
  top: 0;
  right: 62px;
  background: #d7d7d7;
  text-align: center;
}
.tel_btn_sp a {
  width: 100%;
  height: 100%;
}
.tel_btn_sp figure {
  margin-top: 10px;
}
.tel_btn_sp p {
  font-size: 1rem;
  font-weight: 600;
  margin-top: 3px;
}

.main_visual {
  width: 100%;
  height: 100vh;
  position: relative;
}
@media screen and (max-width: 991px) {
  .main_visual {
    height: 600px;
  }
}
@media screen and (max-width: 767px) {
  .main_visual {
    height: 500px;
    margin-top: 60px;
  }
}
@media screen and (max-width: 575px) {
  .main_visual {
    height: 300px;
  }
}
.main_visual_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90%;
  text-align: center;
}
@media screen and (max-width: 575px) {
  .main_visual_inner {
    width: 95%;
  }
}
.main_visual_inner h2 {
  font-size: 4.4rem;
  font-family: "Zen Old Mincho", serif;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.15em;
  text-shadow: 0 0 3px rgb(0, 0, 0);
}
@media screen and (max-width: 991px) {
  .main_visual_inner h2 {
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 767px) {
  .main_visual_inner h2 {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 575px) {
  .main_visual_inner h2 {
    font-size: 2.2rem;
  }
}
.main_visual_inner h3 {
  font-size: 1.8rem;
  font-family: "Zen Old Mincho", serif;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-shadow: 0 0 3px rgb(0, 0, 0);
  margin-top: 20px;
}
@media screen and (max-width: 991px) {
  .main_visual_inner h3 {
    margin-top: 16px;
  }
}
@media screen and (max-width: 575px) {
  .main_visual_inner h3 {
    font-size: 1.4rem;
    margin-top: 8px;
  }
}
.main_visual_inner p {
  font-size: 1.8rem;
  font-family: "Inter", sans-serif;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-shadow: 0 0 3px rgb(0, 0, 0);
  margin-top: 36px;
}
@media screen and (max-width: 991px) {
  .main_visual_inner p {
    margin-top: 14px;
  }
}
@media screen and (max-width: 575px) {
  .main_visual_inner p {
    font-size: 1.2rem;
    margin-top: 8px;
  }
}

.scroll_animation {
  position: absolute;
  bottom: 0;
  right: 70px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .scroll_animation {
    right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .scroll_animation {
    right: 30px;
  }
}
.scroll_animation p {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: 0.25em;
  position: absolute;
  top: 24px;
  right: -45px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media screen and (max-width: 575px) {
  .scroll_animation p {
    font-size: 1rem;
    top: 20px;
    right: -40px;
  }
}
.scroll_animation .line {
  width: 1px;
  height: 110px;
  background: #fff;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .scroll_animation .line {
    height: 70px;
  }
}
.scroll_animation .line:before {
  content: "";
  width: 1px;
  height: 44px;
  position: absolute;
  bottom: 37px;
  left: 0;
  background: #91c57f;
  -webkit-animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
          animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
}
@media screen and (max-width: 767px) {
  .scroll_animation .line:before {
    height: 26px;
  }
}

@-webkit-keyframes circlemove {
  0% {
    bottom: 66px;
  }
  100% {
    bottom: 0px;
  }
}

@keyframes circlemove {
  0% {
    bottom: 66px;
  }
  100% {
    bottom: 0px;
  }
}
@media screen and (max-width: 767px) {
  @-webkit-keyframes circlemove {
    0% {
      bottom: 44px;
    }
    100% {
      bottom: 0px;
    }
  }
  @keyframes circlemove {
    0% {
      bottom: 44px;
    }
    100% {
      bottom: 0px;
    }
  }
}
/*上から下にかけて丸が透過→不透明→透過する*/
@-webkit-keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
#main_slider_top {
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 991px) {
  #main_slider_top {
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
#main_slider_top .swiper-container_main {
  width: 100%;
  max-width: 585px !important;
  margin: 0 auto !important;
  overflow: visible !important;
  position: relative !important;
  outline: none;
}
#main_slider_top .swiper-button-next {
  right: 0 !important;
  background: url(../images/slide_arrow_black.png) no-repeat !important;
  background-size: contain !important;
  width: 54px !important;
  height: 54px !important;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@media screen and (max-width: 767px) {
  #main_slider_top .swiper-button-next {
    width: 36px !important;
    height: 36px !important;
  }
}
#main_slider_top .swiper-button-next:after {
  display: none;
}
#main_slider_top .swiper-button-prev {
  left: 0 !important;
  background: url(../images/slide_arrow_black.png) no-repeat !important;
  background-size: contain !important;
  width: 54px !important;
  height: 54px !important;
}
@media screen and (max-width: 767px) {
  #main_slider_top .swiper-button-prev {
    width: 36px !important;
    height: 36px !important;
  }
}
#main_slider_top .swiper-button-prev:after {
  display: none;
}

.concept {
  background: url(../images/concept_bg_all.jpg) no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.concept_catch {
  position: relative;
  height: 574px;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
@media screen and (max-width: 1219px) {
  .concept_catch {
    height: 454px;
  }
}
@media screen and (max-width: 991px) {
  .concept_catch {
    height: auto;
  }
  .concept_catch figure {
    margin: 0 auto;
  }
}
.concept_catch:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 417px;
  height: 574px;
  background: url(../images/concept_bg_01.png) no-repeat;
  background-size: contain;
  z-index: -1;
}
@media screen and (max-width: 1219px) {
  .concept_catch:before {
    width: 330px;
    height: 454px;
  }
}
@media screen and (max-width: 991px) {
  .concept_catch:before {
    display: none;
  }
}
.concept_catch:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 417px;
  height: 574px;
  background: url(../images/concept_bg_02.png) no-repeat;
  background-size: contain;
  z-index: -1;
}
@media screen and (max-width: 1219px) {
  .concept_catch:after {
    width: 330px;
    height: 454px;
  }
}
@media screen and (max-width: 991px) {
  .concept_catch:after {
    display: none;
  }
}
.concept_catch_txt {
  width: 356px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 991px) {
  .concept_catch_txt {
    position: static;
    -webkit-transform: none;
            transform: none;
  }
}
@media screen and (max-width: 767px) {
  .concept_catch_txt {
    width: 300px;
  }
}
@media screen and (max-width: 575px) {
  .concept_catch_txt {
    width: 70%;
    max-width: 300px;
  }
}

.concept_catch_sp {
  display: none;
}
@media screen and (max-width: 991px) {
  .concept_catch_sp {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 50px;
  }
}
@media screen and (max-width: 991px) and (max-width: 767px) {
  .concept_catch_sp {
    margin-top: 40px;
  }
}
@media screen and (max-width: 991px) and (max-width: 575px) {
  .concept_catch_sp {
    margin-top: 30px;
  }
}
@media screen and (max-width: 991px) {
  .concept_catch_sp li {
    width: 24%;
  }
}

.concept_reason {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 170px;
}
@media screen and (max-width: 991px) {
  .concept_reason {
    margin-top: 120px;
  }
}
@media screen and (max-width: 767px) {
  .concept_reason {
    margin-top: 40px;
  }
}
@media screen and (max-width: 575px) {
  .concept_reason {
    margin-top: 30px;
  }
}
.concept_reason_items {
  width: 303px;
  background: #fff;
  text-align: center;
  position: relative;
  padding: 0 20px 45px;
}
@media screen and (max-width: 991px) {
  .concept_reason_items {
    width: 230px;
    padding: 20px 10px 20px;
  }
}
@media screen and (max-width: 767px) {
  .concept_reason_items {
    width: 100%;
    padding: 14px 20px;
  }
  .concept_reason_items:not(:first-of-type) {
    margin-top: 6px;
  }
}
.concept_reason_items:before {
  content: "";
  position: absolute;
  top: -88px;
  left: 0;
  border-right: 151px solid transparent;
  border-bottom: 88px solid #fff;
  border-left: 151px solid transparent;
}
@media screen and (max-width: 991px) {
  .concept_reason_items:before {
    border-right: 115px solid transparent;
    border-bottom: 40px solid #fff;
    border-left: 115px solid transparent;
    top: -40px;
  }
}
@media screen and (max-width: 767px) {
  .concept_reason_items:before {
    content: none;
  }
}
.concept_reason_items h4 {
  font-size: 1.6rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  margin: -20px 0 0 0;
  letter-spacing: 0.1em;
  padding-bottom: 14px;
  margin-bottom: 14px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .concept_reason_items h4 {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .concept_reason_items h4 {
    margin: 0 0 10px;
    font-size: 1.8rem;
  }
}
.concept_reason_items h4:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 16px;
  height: 1px;
  background: #000;
}
.concept_reason_items p {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.81;
}
@media screen and (max-width: 767px) {
  .concept_reason_items p {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.61;
  }
}
.concept_reason_items .link {
  text-align: center;
  margin-top: 12px;
}
.concept_reason_items .link a {
  color: #fff;
  background: #000;
  border-radius: 50px;
  padding: 10px 30px;
  font-family: "Inter", sans-serif;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
}
.concept_reason_items .link a:hover {
  background: #355c37;
}

.works_case_tagBox {
  width: 100%;
  background: #fff;
  border: 1px solid #000;
  padding: 20px 20px;
}
.works_case_tagBox h4 {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 1.6rem;
  padding-left: 10px;
}
.works_case_tagBox ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.works_case_tagBox ul li {
  padding: 3px 10px;
}
.works_case_tagBox ul li a {
  font-size: 1.4rem;
}
.works_case_tagBox ul li a:before {
  content: "#";
}
.works_case_tagBox ul li a:hover {
  color: #355c37;
}
.works_case_gallery_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px;
}
@media screen and (max-width: 991px) {
  .works_case_gallery_txt {
    display: block;
    margin-top: 12px;
  }
}
.works_case_gallery_txt h2 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 40px;
}
@media screen and (max-width: 991px) {
  .works_case_gallery_txt h2 {
    width: 100%;
    margin: 0 0 10px;
  }
}
.works_case_gallery_txt h2 a {
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  .works_case_gallery_txt h2 a {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .works_case_gallery_txt h2 a {
    font-size: 2rem;
  }
}
@media screen and (max-width: 575px) {
  .works_case_gallery_txt h2 a {
    font-size: 1.6rem;
  }
}
.works_case_gallery_txt h2 a:hover {
  color: #355c37;
}
.works_case_gallery_txt ul {
  width: 400px;
  font-size: 0;
}
@media screen and (max-width: 991px) {
  .works_case_gallery_txt ul {
    width: 100%;
  }
}
.works_case_gallery_txt ul li {
  display: inline-block;
  padding: 8px 16px;
  margin: 0 8px 8px 0;
  background: #f7f8f8;
  border-radius: 50px;
  font-size: 1.2rem;
  font-weight: 500;
}
@media screen and (max-width: 575px) {
  .works_case_gallery_txt ul li {
    font-size: 1.1rem;
    padding: 4px 10px;
    margin: 0 4px 4px 0;
  }
}
.works_case_gallery_txt ul li:before {
  content: "#";
  color: #b5b5b6;
}

@media screen and (max-width: 767px) {
  .works_case_gallery_other {
    background: #fff;
    margin-bottom: 60px;
  }
}
.works_case_gallery_other_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -1px;
  margin-right: -1px;
}
@media screen and (max-width: 767px) {
  .works_case_gallery_other_inner {
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 575px) {
  .works_case_gallery_other_inner {
    display: block;
    margin-left: 0;
    padding-left: 0;
  }
}
.works_case_gallery_other_inner article {
  width: calc(25% - 2px);
  margin: 0 1px;
  background: #fff;
}
@media screen and (max-width: 991px) {
  .works_case_gallery_other_inner article {
    width: 33.3%;
    margin: 0;
  }
  .works_case_gallery_other_inner article:nth-of-type(4) {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .works_case_gallery_other_inner article {
    width: 50%;
    padding: 0 5px;
  }
  .works_case_gallery_other_inner article:nth-of-type(4) {
    display: block;
  }
}
@media screen and (max-width: 575px) {
  .works_case_gallery_other_inner article {
    width: 100%;
    padding: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .works_case_gallery_other_inner article:nth-of-type(4) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .works_case_gallery_other_inner article:not(:first-of-type) {
    margin-top: 8px;
  }
}
@media screen and (max-width: 575px) {
  .works_case_gallery_other_inner article figure {
    width: 120px;
  }
}
.works_case_gallery_other_inner article figure a {
  width: 100%;
}
.works_case_gallery_other_inner article figure a img {
  width: 100%;
}
.works_case_gallery_other_inner article .txtarea {
  padding: 16px;
}
@media screen and (max-width: 575px) {
  .works_case_gallery_other_inner article .txtarea {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0 0 0 15px;
  }
}
.works_case_gallery_other_inner article .txtarea h2 a {
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  .works_case_gallery_other_inner article .txtarea h2 a {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .works_case_gallery_other_inner article .txtarea h2 a {
    font-size: 1.4rem;
    line-height: 1.41;
  }
}
.works_case_gallery_other_inner article .txtarea .tags {
  font-size: 0;
  margin-top: 5px;
}
.works_case_gallery_other_inner article .txtarea .tags li {
  display: inline-block;
  padding: 6px 12px;
  margin: 5px 5px 0 0;
  background: #f7f8f8;
  border-radius: 50px;
  font-size: 1.1rem;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  .works_case_gallery_other_inner article .txtarea .tags li {
    font-size: 1rem;
    padding: 5px 8px;
  }
}
.works_case_gallery_other_inner article .txtarea .tags li:before {
  content: "#";
  color: #b5b5b6;
}

.document_bnr a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .document_bnr a {
    display: block;
  }
}
.document_bnr a:hover {
  opacity: 0.8;
}
.document_bnr_img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: url(../images/document_bnr_bg.jpg) no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .document_bnr_img {
    width: 100%;
    height: 260px;
  }
}
@media screen and (max-width: 767px) {
  .document_bnr_img {
    display: none;
  }
}
.document_bnr_img:before {
  content: "";
  display: inline-block;
  width: 407px;
  height: 404px;
  background: url(../images/document_bnr_book.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: -30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1219px) {
  .document_bnr_img:before {
    width: 332px;
    height: 325px;
  }
}
@media screen and (max-width: 991px) {
  .document_bnr_img:before {
    width: 250px;
    height: 245px;
    right: -20px;
  }
}
.document_bnr_txt {
  width: 334px;
  background: #000;
  padding: 100px 40px;
  text-align: center;
  color: #fff;
  font-family: "Zen Old Mincho", serif;
}
@media screen and (max-width: 1219px) {
  .document_bnr_txt {
    padding: 60px 40px;
  }
}
@media screen and (max-width: 991px) {
  .document_bnr_txt {
    width: 260px;
    padding: 30px 10px;
  }
}
@media screen and (max-width: 767px) {
  .document_bnr_txt {
    width: 100%;
    background: url(../images/document_bnr_bg.jpg) no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
  }
  .document_bnr_txt:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
  }
  .document_bnr_txt:after {
    content: "";
    display: inline-block;
    width: 210px;
    height: 205px;
    background: url(../images/document_bnr_book.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 10px;
    right: -16px;
    -webkit-transform: rotate(23deg);
            transform: rotate(23deg);
  }
}
@media screen and (max-width: 767px) and (max-width: 575px) {
  .document_bnr_txt:after {
    width: 113px;
    height: 111px;
    top: 10px;
    right: 10px;
  }
}
@media screen and (max-width: 575px) {
  .document_bnr_txt {
    padding: 20px 10px 20px;
    text-shadow: 0 0 3px #000;
  }
}
.document_bnr_txt .border_txt {
  display: inline-block;
  font-size: 1.4rem;
  border: 1px solid #fff;
  padding: 6px 16px;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 991px) {
  .document_bnr_txt .border_txt {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .document_bnr_txt .border_txt {
    position: relative;
    z-index: 1;
  }
}
@media screen and (max-width: 575px) {
  .document_bnr_txt .border_txt {
    font-size: 1.1rem;
  }
}
.document_bnr_txt h4 {
  font-size: 1.6rem;
  margin-top: 20px;
}
@media screen and (max-width: 991px) {
  .document_bnr_txt h4 {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .document_bnr_txt h4 {
    position: relative;
    z-index: 1;
  }
}
@media screen and (max-width: 575px) {
  .document_bnr_txt h4 {
    font-size: 1.3rem;
  }
}
.document_bnr_txt h2 {
  font-size: 3rem;
  line-height: 1.41;
  margin-top: 12px;
}
@media screen and (max-width: 991px) {
  .document_bnr_txt h2 {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  .document_bnr_txt h2 {
    position: relative;
    z-index: 1;
  }
}
@media screen and (max-width: 575px) {
  .document_bnr_txt h2 {
    font-size: 2.2rem;
    margin-top: 3px;
  }
}
.document_bnr_txt p {
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 14px;
  line-height: 1.81;
  font-weight: 400;
}
@media screen and (max-width: 991px) {
  .document_bnr_txt p {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .document_bnr_txt p {
    position: relative;
    z-index: 1;
  }
}
@media screen and (max-width: 575px) {
  .document_bnr_txt p {
    font-size: 1.1rem;
    margin-top: 10px;
  }
}

.event_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.event_content article {
  width: 32%;
  max-width: 380px;
}
.event_content article:nth-of-type(4) {
  display: none;
}
@media screen and (max-width: 575px) {
  .event_content article:nth-of-type(4) {
    display: block;
  }
}
@media screen and (max-width: 575px) {
  .event_content article {
    width: 49%;
  }
  .event_content article:nth-of-type(n + 3) {
    margin-top: 2%;
  }
}
.event_content article .textarea {
  background: #fff;
  padding: 14px 20px;
}
@media screen and (max-width: 991px) {
  .event_content article .textarea {
    padding: 10px 16px;
  }
}
.event_content article .textarea p a {
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  .event_content article .textarea p a {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .event_content article .textarea p a {
    font-size: 1.3rem;
  }
}
.event_content article .textarea p a:hover {
  color: #355c37;
}

.lineup_list {
  position: relative;
  max-width: calc(100vw - 52px);
  margin-left: auto;
  margin-right: auto;
  /* 前へ次への矢印カスタマイズ */
  /* 前へ次への矢印カスタマイズ */
  /* 前への矢印カスタマイズ */
  /* 次への矢印カスタマイズ */
  /* 画像サイズ調整 */
}
@media screen and (max-width: 767px) {
  .lineup_list {
    max-width: calc(100vw - 36px);
  }
}
.lineup_list .swiper {
  width: 100%;
  height: 100%;
}
.lineup_list .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lineup_list article {
  position: relative;
}
.lineup_list article .lineup_list_txt {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
.lineup_list article .lineup_list_txt img {
  width: 60px;
  height: 32px;
  margin: 0 auto;
}
.lineup_list article .lineup_list_txt h2 {
  font-size: 2.2rem;
  line-height: 1.41;
  color: #fff;
  font-weight: 700;
  text-align: center;
  margin: 16px 0 0;
}
@media screen and (max-width: 767px) {
  .lineup_list article .lineup_list_txt h2 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 575px) {
  .lineup_list article .lineup_list_txt h2 {
    font-size: 1.7rem;
  }
}
.lineup_list .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.lineup_list .swiper-button-prev,
.lineup_list .swiper-button-next {
  height: 54px;
  width: 54px;
}
@media screen and (max-width: 767px) {
  .lineup_list .swiper-button-prev,
  .lineup_list .swiper-button-next {
    width: 36px;
    height: 36px;
  }
}
.lineup_list .swiper-button-next {
  right: -28px;
}
@media screen and (max-width: 991px) {
  .lineup_list .swiper-button-next {
    right: -24px;
  }
}
@media screen and (max-width: 767px) {
  .lineup_list .swiper-button-next {
    right: -18px;
  }
}
.lineup_list .swiper-button-prev {
  left: -28px;
}
@media screen and (max-width: 991px) {
  .lineup_list .swiper-button-prev {
    left: -24px;
  }
}
@media screen and (max-width: 767px) {
  .lineup_list .swiper-button-prev {
    left: -18px;
  }
}
.lineup_list .swiper-button-prev:after,
.lineup_list .swiper-button-next:after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 54px;
  margin: auto;
  width: 54px;
}
@media screen and (max-width: 767px) {
  .lineup_list .swiper-button-prev:after,
  .lineup_list .swiper-button-next:after {
    width: 36px;
    height: 36px;
  }
}
.lineup_list .swiper-button-prev:after {
  background: url(../images/slide_arrow_black.png) no-repeat;
  background-size: contain;
}
.lineup_list .swiper-button-next:after {
  background: url(../images/slide_arrow_black.png) no-repeat;
  background-size: contain;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.lineup_list .swiper-slide img {
  height: auto;
  width: 100%;
}

.modelhouse .ttl_main,
.modelhouse .ttl_txt {
  padding: 0 10px;
}

#modelhouse_slidshow {
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  #modelhouse_slidshow {
    padding: 0 18px;
  }
}
#modelhouse_slidshow .swiper-container_main {
  width: 100%;
  max-width: 818px !important;
  margin: 0 auto !important;
  overflow: visible !important;
  position: relative !important;
  outline: none;
}
@media screen and (max-width: 991px) {
  #modelhouse_slidshow .swiper-container_main {
    max-width: 600px !important;
  }
}
#modelhouse_slidshow .swiper-button-next {
  right: 0 !important;
  background: url(../images/slide_arrow_black.png) no-repeat !important;
  background-size: contain !important;
  width: 54px !important;
  height: 54px !important;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@media screen and (max-width: 767px) {
  #modelhouse_slidshow .swiper-button-next {
    width: 36px !important;
    height: 36px !important;
  }
}
#modelhouse_slidshow .swiper-button-next:after {
  display: none;
}
#modelhouse_slidshow .swiper-button-prev {
  left: 0 !important;
  background: url(../images/slide_arrow_black.png) no-repeat !important;
  background-size: contain !important;
  width: 54px !important;
  height: 54px !important;
}
@media screen and (max-width: 767px) {
  #modelhouse_slidshow .swiper-button-prev {
    width: 36px !important;
    height: 36px !important;
  }
}
#modelhouse_slidshow .swiper-button-prev:after {
  display: none;
}
#modelhouse_slidshow .swiper-slide {
  position: relative;
}
#modelhouse_slidshow .swiper-slide a p {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 1.7rem;
  font-weight: 700;
  background: #fff;
  padding: 10px 20px;
}
@media screen and (max-width: 991px) {
  #modelhouse_slidshow .swiper-slide a p {
    font-size: 1.5rem;
    padding: 10px 16px;
  }
}
@media screen and (max-width: 767px) {
  #modelhouse_slidshow .swiper-slide a p {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 575px) {
  #modelhouse_slidshow .swiper-slide a p {
    font-size: 1.3rem;
  }
}

.top_bnr_separate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_bnr_separate {
    display: block;
  }
}
.top_bnr_separate:before {
  content: "";
  width: 100vw;
  height: 170px;
  background: url(../images/bg_gray.png);
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
.top_bnr_separate figure {
  width: 49%;
  max-width: 569px;
}
@media screen and (max-width: 767px) {
  .top_bnr_separate figure {
    width: 100%;
  }
  .top_bnr_separate figure:not(:first-of-type) {
    margin-top: 10px;
  }
}

.top_bnr_separate2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.top_bnr_separate2 figure {
  width: 49%;
  max-width: 569px;
}
@media screen and (max-width: 767px) {
  .top_bnr_separate2 figure {
    width: 100%;
  }
  .top_bnr_separate2 figure:not(:first-of-type) {
    margin-top: 10px;
  }
}

.notice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .notice_content {
    margin-top: 26px !important;
  }
}
@media screen and (max-width: 767px) {
  .notice_content {
    margin-top: 18px !important;
  }
}
.notice section {
  width: 50%;
}
@media screen and (max-width: 991px) {
  .notice section {
    width: 100%;
  }
}
.notice section:nth-of-type(odd) {
  padding-right: 70px;
  border-right: 1px solid #EFEFEF;
}
@media screen and (max-width: 1219px) {
  .notice section:nth-of-type(odd) {
    padding-right: 30px;
  }
}
@media screen and (max-width: 991px) {
  .notice section:nth-of-type(odd) {
    padding: 0;
    border: none;
  }
}
.notice section:nth-of-type(even) {
  padding-left: 70px;
}
@media screen and (max-width: 1219px) {
  .notice section:nth-of-type(even) {
    padding-left: 30px;
  }
}
@media screen and (max-width: 991px) {
  .notice section:nth-of-type(even) {
    margin-top: 50px;
    padding: 0;
  }
}
.notice section article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.notice section article:nth-of-type(n + 2) {
  margin-top: 26px;
}
@media screen and (max-width: 767px) {
  .notice section article:nth-of-type(n + 2) {
    margin-top: 20px;
  }
}
.notice section article .notice_img {
  width: 175px;
  height: 120px;
  margin-right: 29px;
  overflow: hidden;
}
.notice section article .notice_img a {
  width: 100%;
  height: 100%;
  position: relative;
}
.notice section article .notice_img a img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .notice section article .notice_img {
    margin-right: 20px;
  }
}
@media screen and (max-width: 575px) {
  .notice section article .notice_img {
    width: 125px;
    margin-right: 15px;
  }
}
.notice section article .notice_txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.notice section article .notice_txt p {
  font-size: 1.2rem;
  color: #727171;
  margin-bottom: 4px;
  font-weight: 500;
}
.notice section article .notice_txt h3 a {
  font-size: 1.5rem;
  line-height: 1.41;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .notice section article .notice_txt h3 a {
    font-size: 1.3rem;
  }
}
.notice section article .notice_txt h3 a:hover {
  color: #355c37;
}

.plan_best50 {
  background: url(../images/plan_best50_bg.jpg) no-repeat;
  background-size: cover;
  background-position: 50% 100%;
}
.plan_best50 .ttl_main,
.plan_best50 .ttl_txt,
.plan_best50 .ttl_txt_lg {
  color: #fff;
}
.plan_best50_fs {
  padding-bottom: 70px !important;
}
@media screen and (max-width: 767px) {
  .plan_best50_fs {
    padding-bottom: 50px !important;
  }
}
@media screen and (max-width: 575px) {
  .plan_best50_fs {
    padding-bottom: 36px !important;
  }
}
.plan_best50 .best50 {
  width: 432px;
  height: 120px;
  margin: 20px auto 0;
  -webkit-transform: translateX(25px);
          transform: translateX(25px);
}
@media screen and (max-width: 767px) {
  .plan_best50 .best50 {
    width: 380px;
    height: auto;
  }
}
@media screen and (max-width: 575px) {
  .plan_best50 .best50 {
    width: 300px;
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
}

.aboutUs {
  background: #000;
  padding-bottom: 0 !important;
}
.aboutUs .ttl_main {
  color: #fff;
}
.aboutUs .aboutUs_select {
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .aboutUs .aboutUs_select {
    display: block;
  }
}
.aboutUs .aboutUs_select_items {
  width: 322px;
  height: 322px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1219px) {
  .aboutUs .aboutUs_select_items {
    width: 280px;
    height: 280px;
  }
}
@media screen and (max-width: 991px) {
  .aboutUs .aboutUs_select_items {
    width: 215px;
    height: 215px;
  }
}
@media screen and (max-width: 767px) {
  .aboutUs .aboutUs_select_items {
    width: 100%;
    max-width: 322px;
    height: 160px;
    margin-left: auto;
    margin-right: auto;
  }
  .aboutUs .aboutUs_select_items:not(:first-of-type) {
    margin-top: 16px;
  }
}
.aboutUs .aboutUs_select_items:hover {
  opacity: 0.7;
}
.aboutUs .aboutUs_select_items:nth-of-type(1) {
  background: url(../images/about_items_bg_01.jpg) no-repeat;
  background-size: cover;
}
.aboutUs .aboutUs_select_items:nth-of-type(2) {
  background: url(../images/about_items_bg_02.jpg) no-repeat;
  background-size: cover;
}
.aboutUs .aboutUs_select_items:nth-of-type(3) {
  background: url(../images/about_items_bg_03.jpg) no-repeat;
  background-size: cover;
}
.aboutUs .aboutUs_select_items_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90%;
  text-align: center;
}
.aboutUs .aboutUs_select_items a {
  width: 100%;
  height: 100%;
}
.aboutUs .aboutUs_select_items a h3 {
  color: #fff;
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.81;
}
@media screen and (max-width: 991px) {
  .aboutUs .aboutUs_select_items a h3 {
    font-size: 1.5rem;
  }
}
.aboutUs .aboutUs_select_items a p {
  color: #fff;
  font-size: 1.3rem;
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  border-bottom: 2px solid #fff;
  padding-bottom: 3px;
  margin-top: 20px;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  .aboutUs .aboutUs_select_items a p {
    margin-top: 10px;
  }
}

.aboutUs_txtarea {
  width: 100%;
  background: url(../images/about_bg.jpg) no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  margin-top: -160px;
  padding-bottom: 120px;
}
@media screen and (max-width: 991px) {
  .aboutUs_txtarea {
    margin-top: -100px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .aboutUs_txtarea {
    padding-bottom: 60px;
  }
}
.aboutUs_txtarea_txt {
  padding-top: 260px;
}
@media screen and (max-width: 1219px) {
  .aboutUs_txtarea_txt {
    padding-top: 230px;
  }
}
@media screen and (max-width: 991px) {
  .aboutUs_txtarea_txt {
    padding-top: 180px;
  }
}
@media screen and (max-width: 575px) {
  .aboutUs_txtarea_txt {
    padding-top: 150px;
  }
}
.aboutUs_txtarea_txt h2 {
  font-size: 3.3rem;
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  line-height: 1.81;
}
@media screen and (max-width: 767px) {
  .aboutUs_txtarea_txt h2 {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 575px) {
  .aboutUs_txtarea_txt h2 {
    font-size: 2.4rem;
    line-height: 1.71;
  }
}
.aboutUs_txtarea_txt p {
  color: #fff;
  line-height: 2.21;
  margin-top: 26px;
}
@media screen and (max-width: 991px) {
  .aboutUs_txtarea_txt p {
    margin-top: 20px;
    font-size: 1.4rem;
  }
}

#l-footer .footer_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #858585;
  padding-bottom: 60px;
}
@media screen and (max-width: 991px) {
  #l-footer .footer_nav {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  #l-footer .footer_nav ul:not(:first-of-type) {
    margin-top: 20px;
  }
}
#l-footer .footer_nav ul li {
  padding-left: 18px;
  position: relative;
}
#l-footer .footer_nav ul li:not(:first-of-type) {
  margin-top: 3px;
}
#l-footer .footer_nav ul li:before {
  content: "";
  width: 10px;
  height: 1px;
  background: #000;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#l-footer .footer_nav ul li a {
  color: #000;
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #l-footer .footer_nav ul li a {
    font-size: 1.3rem;
  }
}
#l-footer .footer_nav ul li a:hover {
  color: #355c37;
}
#l-footer .footer_info {
  text-align: center;
  padding: 60px 0;
  border-bottom: 1px solid #858585;
}
@media screen and (max-width: 767px) {
  #l-footer .footer_info {
    padding: 40px 0;
  }
}
@media screen and (max-width: 767px) {
  #l-footer .footer_info img {
    width: 80%;
    max-width: 260px;
  }
}
#l-footer .footer_info p {
  margin-top: 5px;
  font-size: 1.4rem;
  color: #000;
  letter-spacing: 0.08em;
  width: 100%;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #l-footer .footer_info p {
    font-size: 1.3rem;
  }
}
#l-footer .footer_info p a {
  color: #000;
}
#l-footer .footer_info ul {
  margin-top: 22px;
  margin-bottom: 20px;
  display: block;
  text-align: center;
  width: 100%;
}
#l-footer .footer_info ul li {
  display: inline-block;
  color: #000;
  font-size: 1.4rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #l-footer .footer_info ul li {
    font-size: 1.3rem;
  }
}
#l-footer .footer_info ul li:not(:first-of-type) {
  margin-left: 20px;
}
#l-footer .area {
  padding: 20px 0;
  border-bottom: 1px solid #858585;
}
#l-footer .area h2 {
  font-size: 1.3rem;
  text-align: center;
  color: #000;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
}
#l-footer .area p {
  font-size: 1.3rem;
  text-align: center;
  color: #000;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  margin-top: 6px;
}
#l-footer .footer_other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 30px;
}
#l-footer .footer_other .sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#l-footer .footer_other .sns ul li:not(:first-of-type) {
  margin-left: 15px;
}
#l-footer .footer_other .sns ul li:nth-of-type(1) {
  width: 40px;
}
#l-footer .footer_other .sns ul li:nth-of-type(2) {
  width: 30px;
}
#l-footer .footer_other .copy p {
  font-size: 1.2rem;
  color: #000;
}

.plan_tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 615px;
  margin-left: auto;
  margin-right: auto;
}
.plan_tab li {
  background: #131313;
  color: #fff;
  text-align: center;
  padding: 14px 20px;
  width: 48%;
  max-width: 293px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 575px) {
  .plan_tab li {
    padding: 10px 10px;
  }
}
.plan_tab li:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 20px 0 20px;
  border-color: #131313 transparent transparent transparent;
  position: absolute;
  bottom: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .plan_tab li:before {
    border-width: 17px 15px 0 15px;
    bottom: -17px;
  }
}
@media screen and (max-width: 575px) {
  .plan_tab li:before {
    border-width: 13px 12px 0 12px;
    bottom: -13px;
  }
}
.plan_tab li:hover, .plan_tab li.active {
  background: #ff8455;
}
.plan_tab li:hover:before, .plan_tab li.active:before {
  border-color: #ff8455 transparent transparent transparent;
}
.plan_tab li p {
  font-size: 1.4rem;
}
@media screen and (max-width: 575px) {
  .plan_tab li p {
    font-size: 1.1rem;
  }
}
.plan_tab li h2 {
  font-size: 3rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .plan_tab li h2 {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 575px) {
  .plan_tab li h2 {
    font-size: 2.3rem;
  }
}
.plan_tab li h2 .sm {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .plan_tab li h2 .sm {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 575px) {
  .plan_tab li h2 .sm {
    font-size: 1.4rem;
  }
}

.plan_best50 .link_btn_center a,
.reason_footer .link_btn_center a {
  color: #fff;
  border-color: #fff;
  background: none;
}

.best50_slideshow {
  position: relative;
  overflow: hidden;
}
.best50_slideshow .swiper-container {
  width: 100%;
  max-width: 700px !important;
  margin: 0 auto !important;
  overflow: visible !important;
  position: relative !important;
  outline: none;
}
@media screen and (max-width: 991px) {
  .best50_slideshow .swiper-container {
    max-width: 560px !important;
  }
}
@media screen and (max-width: 767px) {
  .best50_slideshow .swiper-container {
    max-width: 500px !important;
  }
}
@media screen and (max-width: 575px) {
  .best50_slideshow .swiper-container {
    max-width: calc(100% - 20px) !important;
  }
}
.best50_slideshow .swiper-button-next {
  position: absolute;
  right: 0 !important;
  background: url(../images/slide_arrow_black.png) no-repeat !important;
  background-size: contain !important;
  width: 54px !important;
  height: 54px !important;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@media screen and (max-width: 767px) {
  .best50_slideshow .swiper-button-next {
    right: 0px !important;
    width: 36px !important;
    height: 36px !important;
  }
}
.best50_slideshow .swiper-button-next:after {
  display: none;
}
.best50_slideshow .swiper-button-prev {
  position: absolute;
  left: 0 !important;
  background: url(../images/slide_arrow_black.png) no-repeat !important;
  background-size: contain !important;
  width: 54px !important;
  height: 54px !important;
}
@media screen and (max-width: 767px) {
  .best50_slideshow .swiper-button-prev {
    right: 0px !important;
    width: 36px !important;
    height: 36px !important;
  }
}
.best50_slideshow .swiper-button-prev:after {
  display: none;
}

.best50_box {
  width: 100%;
  position: relative;
}
.best50_box .desc {
  width: 100%;
  background: #1e1e1e;
  position: relative;
  z-index: 10;
}
.best50_box .desc dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.best50_box .desc dl dt {
  width: 125px;
  font-size: 2.8rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  color: #fff;
  background: #000;
  padding: 16px 5px;
  text-align: center;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .best50_box .desc dl dt {
    font-size: 2rem;
    width: 90px;
  }
}
@media screen and (max-width: 575px) {
  .best50_box .desc dl dt {
    font-size: 1.6rem;
    width: 70px;
    margin-right: 10px;
  }
}
.best50_box .desc dl dt .sm {
  font-size: 1.6rem;
  margin-left: 3px;
}
@media screen and (max-width: 767px) {
  .best50_box .desc dl dt .sm {
    font-size: 1.3rem;
  }
}
.best50_box .desc dl dd {
  font-size: 1.7rem;
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 120px;
}
@media screen and (max-width: 991px) {
  .best50_box .desc dl dd {
    padding-right: 100px;
  }
}
@media screen and (max-width: 767px) {
  .best50_box .desc dl dd {
    font-size: 1.5rem;
    padding-right: 90px;
  }
}
@media screen and (max-width: 575px) {
  .best50_box .desc dl dd {
    font-size: 1.3rem;
    padding-right: 65px;
  }
}
.best50_box .desc .ranking {
  position: absolute;
  top: 0;
  right: 30px;
  width: 68px;
  padding: 14px 5px 14px;
  background: #ff8455;
}
@media screen and (max-width: 991px) {
  .best50_box .desc .ranking {
    right: 15px;
    padding: 14px 5px;
  }
}
@media screen and (max-width: 767px) {
  .best50_box .desc .ranking {
    width: 50px;
    padding: 10px 5px 5px;
  }
}
@media screen and (max-width: 575px) {
  .best50_box .desc .ranking {
    width: 40px;
    padding: 10px 5px 0;
    right: 10px;
  }
}
.best50_box .desc .ranking:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 39px 0 0;
  border-color: #ff8455 transparent transparent transparent;
  position: absolute;
  bottom: -14px;
  left: 0;
  z-index: 10;
}
.best50_box .desc .ranking:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 0 0 39px;
  border-color: #ff8455 transparent transparent transparent;
  position: absolute;
  bottom: -14px;
  right: 0;
}
.best50_box .desc .ranking p {
  color: #fff;
  font-size: 3.2rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  text-align: center;
  line-height: 1.31;
}
@media screen and (max-width: 991px) {
  .best50_box .desc .ranking p {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 575px) {
  .best50_box .desc .ranking p {
    font-size: 2.4rem;
  }
}
.best50_box .desc .ranking p .best {
  font-size: 1.5rem;
  display: block;
}
@media screen and (max-width: 991px) {
  .best50_box .desc .ranking p .best {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 575px) {
  .best50_box .desc .ranking p .best {
    font-size: 1.1rem;
  }
}
.best50_box .madori_content {
  position: relative;
}
.best50_box .madori_content .madori_img {
  width: 100%;
}

.memver_overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.memver_overlay_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90%;
}
.memver_overlay figure {
  width: 90%;
  max-width: 354px;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .memver_overlay figure {
    max-width: 300px;
  }
}
@media screen and (max-width: 575px) {
  .memver_overlay figure {
    max-width: 240px;
  }
}
.memver_overlay figure img {
  width: 100%;
}
.memver_overlay .member_btn {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}
@media screen and (max-width: 991px) {
  .memver_overlay .member_btn {
    margin-top: 26px;
  }
}
@media screen and (max-width: 575px) {
  .memver_overlay .member_btn {
    margin-top: 16px;
  }
}
.memver_overlay .member_btn li {
  width: 49%;
  text-align: center;
}
.memver_overlay .member_btn li a {
  width: 100%;
  display: block;
  padding: 20px 20px;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.6rem;
  font-weight: 700;
  font-family: "Zen Old Mincho", serif;
}
@media screen and (max-width: 767px) {
  .memver_overlay .member_btn li a {
    font-size: 1.2rem;
    padding: 16px 10px;
  }
}
@media screen and (max-width: 575px) {
  .memver_overlay .member_btn li a {
    font-size: 1.1rem;
    padding: 8px 10px;
  }
}
.memver_overlay .member_btn li:nth-of-type(1) a {
  background: #fff;
}
.memver_overlay .member_btn li:nth-of-type(1) a:hover {
  background: #000;
  color: #fff;
}
.memver_overlay .member_btn li:nth-of-type(2) a {
  background: #355c37;
  color: #fff;
}
.memver_overlay .member_btn li:nth-of-type(2) a:hover {
  background: #000;
}

.staff {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  /* 画像サイズ調整 */
}
.staff_box {
  background: #fff;
  padding: 16px;
  text-align: center;
}
.staff_box img {
  margin-bottom: 16px;
}
.staff_box h4 {
  font-family: "Allura";
  font-weight: 600;
  font-size: 1.8rem;
  text-align: center;
  padding: 10px 0 0;
  line-height: 1.21;
}
@media screen and (max-width: 767px) {
  .staff_box h4 {
    font-size: 1.4rem;
  }
}
.staff_box h3 {
  font-size: 1.3rem;
  text-align: center;
  font-weight: 600;
}
@media screen and (max-width: 575px) {
  .staff_box h3 {
    font-size: 1.2rem;
  }
}
.staff_box p {
  text-align: center;
  font-weight: 600;
  font-size: 1.8rem;
}
@media screen and (max-width: 1219px) {
  .staff_box p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 575px) {
  .staff_box p {
    font-size: 1.4rem;
  }
}
.staff_box a {
  font-size: 1.3rem;
  display: inline-block;
  padding: 10px 30px;
  border: 1px solid #000;
  border-radius: 50px;
  margin-top: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1219px) {
  .staff_box a {
    padding: 10px 20px;
  }
}
@media screen and (max-width: 575px) {
  .staff_box a {
    padding: 7px 20px;
  }
}
.staff_box a:hover {
  background: #000;
  color: #fff;
}
.staff .swiper {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.staff .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.staff .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.staff .swiper-button-next {
  right: 0 !important;
  background: url(../images/slide_arrow_black.png) no-repeat !important;
  background-size: contain !important;
  width: 54px !important;
  height: 54px !important;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@media screen and (max-width: 767px) {
  .staff .swiper-button-next {
    width: 36px !important;
    height: 36px !important;
  }
}
.staff .swiper-button-next:after {
  display: none;
}
.staff .swiper-button-prev {
  left: 0 !important;
  background: url(../images/slide_arrow_black.png) no-repeat !important;
  background-size: contain !important;
  width: 54px !important;
  height: 54px !important;
}
@media screen and (max-width: 767px) {
  .staff .swiper-button-prev {
    width: 36px !important;
    height: 36px !important;
  }
}
.staff .swiper-button-prev:after {
  display: none;
}
.staff .swiper-slide img {
  height: auto;
  width: 100%;
}

.hbg_menu {
  position: fixed;
  top: 0;
  right: -380px;
  width: 300px;
  height: 100vh;
  background: #2d2d2d;
  padding: 30px;
  z-index: 1001;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.hbg_menu.active {
  right: 0;
}
.hbg_menu .menu_parent li {
  padding-left: 20px;
  position: relative;
}
.hbg_menu .menu_parent li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 1px;
  background: #fff;
}
.hbg_menu .menu_parent li a {
  color: #fff;
  font-size: 1.4rem;
  padding: 4px 0;
}
.hbg_menu .menu_bnr {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}
.hbg_menu .menu_bnr li:not(:first-of-type) {
  margin-top: 10px;
}
.hbg_menu .menu_bnr li:nth-of-type(1) a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 20px;
  background: url(../images/icon_home.png) no-repeat;
  background-size: contain;
}
.hbg_menu .menu_bnr li:nth-of-type(2) a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 20px;
  background: url(../images/icon_book.png) no-repeat;
  background-size: contain;
}
.hbg_menu .menu_bnr li a {
  background: #355c37;
  color: #fff;
  padding: 12px 20px 12px 50px;
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  position: relative;
}
.hbg_menu .menu_bnr li a:hover {
  background: #000;
}
.hbg_menu .hbg_close {
  position: absolute;
  top: 0;
  right: 300px;
  width: 62px;
  height: 50px;
  background: #fff;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .hbg_menu .hbg_close {
    height: 60px;
  }
}
.hbg_menu .hbg_close .line {
  width: 17px;
  height: 2px;
  border-radius: 10px;
  background: #000;
  position: absolute;
}
.hbg_menu .hbg_close .line.bar_01 {
  top: 24px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}
@media screen and (max-width: 767px) {
  .hbg_menu .hbg_close .line.bar_01 {
    top: 30px;
  }
}
.hbg_menu .hbg_close .line.bar_02 {
  top: 24px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .hbg_menu .hbg_close .line.bar_02 {
    top: 30px;
  }
}
.hbg_menu .hbg_close .line_txt {
  position: absolute;
  top: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #000;
  width: 38px;
}

.hbg_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  z-index: -1000;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.hbg_overlay.active {
  z-index: 1000;
  opacity: 1;
}

.page_temp-block_01 .ttl {
  font-size: 3rem;
  margin: 0;
  padding: 0 0 8px;
  border-bottom: 1px solid #f5f5f5;
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  .page_temp-block_01 .ttl {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  .page_temp-block_01 .ttl {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 575px) {
  .page_temp-block_01 .ttl {
    font-size: 2rem;
  }
}

.page_temp-block_02 h3,
.page_temp-block_03 h3 {
  font-size: 2.4rem;
  margin: 18px 0 8px;
  padding: 0 0 8px;
  border-bottom: 1px solid #f5f5f5;
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  .page_temp-block_02 h3,
  .page_temp-block_03 h3 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .page_temp-block_02 h3,
  .page_temp-block_03 h3 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 575px) {
  .page_temp-block_02 h3,
  .page_temp-block_03 h3 {
    font-size: 1.6rem;
  }
}
.page_temp-block_02 .items,
.page_temp-block_03 .items {
  width: 100%;
  height: 400px;
  background: #ccc;
  padding-left: 7px;
  padding-right: 7px;
}

.youtube_gallery_child h3 {
  font-size: 2.8rem;
  text-align: center;
  margin: 0 0 18px;
  font-weight: 700;
}
.youtube_gallery_child p {
  text-align: center;
}
.youtube_gallery_child .img_area {
  width: 100%;
  margin: 24px auto 0;
  position: relative;
  padding-top: 56.25%;
}
.youtube_gallery_child .img_area iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.pager_content {
  width: calc(100% - 40px);
  max-width: 530px;
  margin: 0 auto;
}
.pager_content .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
}
.pager_content .inner .prev-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.pager_content .inner .prev-btn:hover img {
  opacity: 0.8;
}
.pager_content .inner .prev-btn a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.pager_content .inner .prev-btn h6 {
  font-size: 1.6rem;
  position: relative;
  padding-left: 26px;
  font-weight: 700;
}
.pager_content .inner .prev-btn h6:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 25px;
  background: url(../images/gold-arrow.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.pager_content .inner .prev-btn .eyecatch {
  width: 139px;
  height: 84px;
  background: #ccc;
  margin-left: 20px;
  position: relative;
  overflow: hidden;
}
.pager_content .inner .prev-btn .eyecatch img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.pager_content .inner .next-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.pager_content .inner .next-btn:hover img {
  opacity: 0.8;
}
.pager_content .inner .next-btn a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.pager_content .inner .next-btn h6 {
  font-size: 1.6rem;
  position: relative;
  padding-right: 26px;
  font-weight: 700;
}
.pager_content .inner .next-btn h6:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 25px;
  background: url(../images/gold-arrow-right.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.pager_content .inner .next-btn .eyecatch {
  width: 139px;
  height: 84px;
  background: #ccc;
  margin-right: 20px;
  position: relative;
  overflow: hidden;
}
.pager_content .inner .next-btn .eyecatch img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.pager_content .pager_retuen_btn {
  text-align: center;
}
.pager_content .pager_retuen_btn a {
  font-size: 1.5rem;
  text-decoration: none;
  border: 1px solid #000;
  padding: 18px 45px;
}
.pager_content .pager_retuen_btn a:hover {
  background: #000;
  color: #fff;
}

@media screen and (max-width: 575px) {
  .pager_content .inner .prev-btn {
    width: 139px;
    display: block;
  }
  .pager_content .inner .prev-btn h6 {
    padding-left: 20px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .pager_content .inner .prev-btn .eyecatch {
    margin: 0;
    margin-bottom: 34px;
  }
  .pager_content .inner .next-btn {
    width: 139px;
    display: block;
  }
  .pager_content .inner .next-btn h6 {
    padding-right: 20px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .pager_content .inner .next-btn .eyecatch {
    margin: 0;
    margin-bottom: 34px;
  }
}
.page-top__text {
  font-size: 2.2rem;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .page-top__text {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 575px) {
  .page-top__text {
    font-size: 1.6rem;
  }
}

.search__content {
  width: 100%;
  border: 1px solid #000;
  position: relative;
  padding: 36px 50px 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .search__content {
    padding: 36px 30px;
  }
}
@media screen and (max-width: 575px) {
  .search__content {
    padding: 30px 20px;
  }
}
.search__content h5 {
  font-size: 2rem;
  margin: 0;
  position: absolute;
  top: -20px;
  left: 30px;
  display: inline-block;
  background: #fff;
  line-height: 1;
  padding: 10px 15px;
  font-weight: 700;
}
@media screen and (max-width: 575px) {
  .search__content h5 {
    font-size: 1.6rem;
    left: 20px;
  }
}
.search__content .tag__area {
  width: 100%;
}
.search__content .tag__area h6 {
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0;
}
.search__content .tag__area ul {
  list-style: none;
  margin: 6px 0 0 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.search__content .tag__area ul li {
  margin: 4px 14px 0 0;
}
.search__content .tag__area ul li a {
  font-size: 1.5rem;
  padding-left: 1em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .search__content .tag__area ul li a {
    font-size: 1.4rem;
  }
}
.search__content .tag__area ul li a:before {
  content: "＃";
  position: absolute;
  top: 0px;
  left: 0;
}
.search__content .tag__area ul li a:hover {
  color: #d0af52;
}

#gallery__list--content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#gallery__list--content .child__items {
  width: 33.3%;
  position: relative;
}
#gallery__list--content .child__items:nth-of-type(n + 4) {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  #gallery__list--content .child__items {
    width: 50%;
  }
  #gallery__list--content .child__items:nth-of-type(n + 3) {
    margin-top: 30px;
  }
}
#gallery__list--content .child__items h6 {
  background: #2E2D2D;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 300;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 10px 20px;
}
#gallery__list--content .child__items h3 {
  margin: 20px 0 6px 0;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  #gallery__list--content .child__items h3 {
    margin-top: 12px;
    padding: 0 10px;
  }
}
#gallery__list--content .child__items h3 a {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.41;
}
@media screen and (max-width: 991px) {
  #gallery__list--content .child__items h3 a {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  #gallery__list--content .child__items h3 a {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 575px) {
  #gallery__list--content .child__items h3 a {
    font-size: 1.4rem;
  }
}
#gallery__list--content .child__items h3 a:hover {
  color: #D0AF52;
}
#gallery__list--content .child__items .gallery__category {
  margin: 0;
  padding: 0 20px;
}
#gallery__list--content .child__items .gallery__category h5 {
  font-size: 1.4rem;
  margin: 0;
}
@media screen and (max-width: 767px) {
  #gallery__list--content .child__items .gallery__category h5 {
    font-size: 1.2rem;
  }
}
#gallery__list--content .child__items p {
  border-top: 1px solid #666;
  padding-top: 30px;
  font-size: 1.5rem;
  padding: 0 20px;
}

.member_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1;
}
.member_overlay .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90%;
  text-align: center;
}
.member_overlay .inner .member_overlay-ttl {
  color: #fff;
  font-size: 3.2rem;
  font-weight: 700;
  font-family: "Zen Old Mincho", serif !important;
}
@media screen and (max-width: 991px) {
  .member_overlay .inner .member_overlay-ttl {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 575px) {
  .member_overlay .inner .member_overlay-ttl {
    font-size: 2rem;
  }
}
.member_overlay .inner .member_overlay-ttl span {
  display: block;
  font-size: 1.8rem;
  margin-top: 10px;
}
@media screen and (max-width: 991px) {
  .member_overlay .inner .member_overlay-ttl span {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .member_overlay .inner .member_overlay-ttl span {
    margin-top: 0;
  }
}
@media screen and (max-width: 575px) {
  .member_overlay .inner .member_overlay-ttl span {
    font-size: 1.3rem;
  }
}
.member_overlay .btn_area {
  display: inline-block;
  margin-top: 26px;
}
.member_overlay .btn_area .register {
  display: inline-block;
  margin-right: 20px;
}
@media screen and (max-width: 1219px) {
  .member_overlay .btn_area .register {
    display: block;
    margin: 0 0 14px 0;
  }
}
@media screen and (max-width: 767px) {
  .member_overlay .btn_area .register {
    margin-bottom: 8px;
  }
}
.member_overlay .btn_area .register a {
  background: #D0AF52;
  padding: 14px 30px;
  color: #fff;
  font-size: 1.4rem;
  border-radius: 5px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .member_overlay .btn_area .register a {
    font-size: 1.2rem;
    padding: 12px 20px;
  }
}
@media screen and (max-width: 575px) {
  .member_overlay .btn_area .register a {
    width: 100%;
  }
}
.member_overlay .btn_area .register a:hover {
  background: #000;
}
.member_overlay .btn_area .login {
  display: inline-block;
}
@media screen and (max-width: 1219px) {
  .member_overlay .btn_area .login {
    display: block;
  }
}
.member_overlay .btn_area .login a {
  background: #fff;
  padding: 14px 30px;
  font-size: 1.4rem;
  border-radius: 5px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .member_overlay .btn_area .login a {
    font-size: 1.2rem;
    padding: 12px 20px;
  }
}
@media screen and (max-width: 575px) {
  .member_overlay .btn_area .login a {
    width: 100%;
  }
}
.member_overlay .btn_area .login a:hover {
  background: #000;
  color: #fff;
}

.event-table {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.event-table table {
  width: 100%;
  border-collapse: collapse;
}
.event-table table tr {
  border-bottom: 1px solid #EFEFEF;
}
.event-table table tr td:first-child {
  width: 95px;
  font-weight: 700;
}
.event-table table td {
  font-size: 1.5rem;
  text-align: left;
  padding: 14px 0;
}
.event-table table th {
  font-size: 1.5rem;
  text-align: left;
  padding: 14px 0;
  width: 95px;
  font-weight: 600;
}

.event_freeContent h1 {
  font-size: 3.6rem;
  margin: 16px 0;
}
.event_freeContent h2 {
  font-size: 3.2rem;
  margin: 16px 0;
}
.event_freeContent h3 {
  font-size: 2.8rem;
  margin: 16px 0;
}
.event_freeContent h4 {
  font-size: 2.4rem;
  margin: 16px 0;
}
.event_freeContent h5 {
  font-size: 2rem;
  margin: 16px 0;
}
.event_freeContent h6 {
  font-size: 1.6rem;
  margin: 16px 0;
}
.event_freeContent p {
  font-size: 1.5rem;
  margin: 12px 0;
}
.event_freeContent ul {
  margin: 16px 0;
  padding-left: 2.3em;
}

.event_camoaign_banner .event-banner {
  background: #D0AF52;
  padding: 50px 80px;
  position: relative;
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.event_camoaign_banner .event-banner:before {
  content: "";
  width: 100%;
  height: calc(100% - 34px);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.event_camoaign_banner .event-banner:after {
  content: "";
  width: calc(100% - 34px);
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
.event_camoaign_banner .event-banner h3 {
  font-size: 2.8rem;
  text-align: center;
  margin: 0 0 8px;
  color: #fff;
  font-weight: 700;
}
.event_camoaign_banner .event-banner p {
  text-align: center;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 991px) {
  .event_camoaign_banner .event-banner {
    padding: 40px 40px;
  }
}
@media screen and (max-width: 575px) {
  .event_camoaign_banner .event-banner {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 575px) {
  .event_camoaign_banner .event-banner:before {
    height: calc(100% - 26px);
  }
}
@media screen and (max-width: 575px) {
  .event_camoaign_banner .event-banner:after {
    width: calc(100% - 26px);
  }
}
@media screen and (max-width: 991px) {
  .event_camoaign_banner .event-banner h3 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .event_camoaign_banner .event-banner h3 {
    font-size: 2rem;
  }
}
.preface_content .items {
  background: #f6f6f4;
  padding: 40px 80px;
}
.preface_content .items h3 {
  font-size: 2.8rem;
  text-align: center;
  margin: 0 0 8px;
  font-weight: 700;
}
.preface_content .items p {
  text-align: center;
}

@media screen and (max-width: 991px) {
  .preface_content .items {
    padding: 40px 40px;
  }
}
@media screen and (max-width: 575px) {
  .preface_content .items {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 991px) {
  .preface_content .items h3 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .preface_content .items h3 {
    font-size: 2rem;
  }
}
.text_content_base .items h3 {
  font-size: 3.2rem;
  text-align: center;
  margin: 0 0 18px;
  font-weight: 700;
}
.text_content_base .items .img_area {
  width: 100%;
  margin-bottom: 18px;
}

@media screen and (max-width: 991px) {
  .text_content_base .items h3 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .text_content_base .items h3 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 575px) {
  .text_content_base .items h3 {
    font-size: 2rem;
  }
}
.youtube_content_base .items .img_area {
  margin-bottom: 18px;
  width: 100%;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}
.youtube_content_base .items .img_area .inner {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube_content_base .items .img_area .inner iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.youtube_content_base .items p {
  text-align: left;
}

.gmap_area .gmap {
  width: 100%;
  margin-bottom: 4px;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.gmap_area .gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.gmap_area p {
  padding: 0;
  margin-top: 10px;
}

.visit-form__content {
  width: 100%;
  max-width: 1200px;
  margin: 0 !important;
}
.visit-form__content .ttl {
  font-size: 2.4rem;
  text-align: center;
  font-weight: 700;
  color: #fff;
  padding: 20px;
  width: 100%;
  background: #000;
  margin-bottom: 18px;
}
.visit-form__content .form__coution p {
  font-size: 1.4rem;
  margin-bottom: 8px;
  font-weight: 700;
}
.visit-form__content .form__coution ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.visit-form__content .form__coution ul li {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.41;
  padding-bottom: 5px;
  position: relative;
  padding-left: 1em;
}
.visit-form__content .form__coution ul li:last-child {
  padding-bottom: 0;
}
.visit-form__content .form__coution ul li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 991px) {
  .visit-form__content .ttl {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .visit-form__content .ttl {
    font-size: 2rem;
  }
}
@media screen and (max-width: 575px) {
  .visit-form__content .ttl {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 575px) {
  .visit-form__content .form__coution p {
    font-size: 1.3rem !important;
  }
}
@media screen and (max-width: 575px) {
  .visit-form__content .form__coution ul li {
    font-size: 1.3rem;
  }
}
.visit_form .end__txt {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  margin: 60px 0 0;
}

@media screen and (max-width: 575px) {
  .visit_form .end__txt {
    font-size: 1.6rem;
    margin: 30px 0 0;
  }
}
#eventForm .form__content--block {
  padding: 0 !important;
}

@media screen and (max-width: 1219px) {
  #eventForm .address__text {
    margin: 10px 0 0 0 !important;
  }
}
.form__selecter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form__selecter:not(:first-of-type) {
  margin-top: 10px;
}
.form__selecter h4 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-right: 10px;
}

.single-event #footer {
  margin-top: 0 !important;
}

.marker__yellow {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(0%, #fff36a));
  background: linear-gradient(transparent 50%, #fff36a 0%);
  display: inline;
  padding: 0 2px 4px;
}

.form__content--block {
  position: relative;
  padding-top: 173px !important;
  outline: none !important;
}
@media screen and (max-width: 991px) {
  .form__content--block {
    padding-top: 140px !important;
  }
}
@media screen and (max-width: 767px) {
  .form__content--block {
    padding-top: 60px !important;
  }
}
.form__content--block .context {
  font-weight: 400;
  text-align: center;
}
.form__content--block .color_red {
  color: #B70000;
}
.form__content--block .contact__flow {
  width: 100%;
  margin-top: 36px;
}
.form__content--block .contact__flow ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.form__content--block .contact__flow ul li {
  width: 33%;
  background: #fff;
  font-weight: 700;
  text-align: center;
  padding: 16px 20px;
}
.form__content--block .contact__flow ul li:first-of-type {
  border-radius: 50px 0 0 50px;
}
.form__content--block .contact__flow ul li:last-of-type {
  border-radius: 0 50px 50px 0;
}
.form__content--block .contact__flow ul li.active {
  color: #fff;
  background: #ff8055;
}
.form__content--block .form__table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 36px;
}
.form__content--block .form__table tr:nth-of-type(n+2) {
  border-top: 1px solid #ebebeb;
}
.form__content--block .form__table td {
  padding: 26px 0;
  text-align: left;
}
.form__content--block .form__table th {
  padding: 26px 0;
  text-align: left;
  width: 240px;
  font-weight: 600;
}
.form__content--block .form__table th .hissu {
  color: #B70000;
  margin-left: 6px;
}
.form__content--block .form__table input[type=email], .form__content--block .form__table input[type=text] {
  border-radius: 0;
  border: 1px solid #000;
  font-size: 1.4rem;
  padding: 16px;
  width: 100%;
  max-width: 100%;
}
.form__content--block .form__table textarea {
  border-radius: 0;
  border: 1px solid #000;
  font-size: 1.4rem;
  padding: 16px;
  width: 100%;
  height: 200px;
}
.form__content--block .contact-table__coution {
  width: 100%;
  padding: 29px;
  background: #fff;
  margin-top: 30px;
}
.form__content--block .contact-table__coution h4, .form__content--block .contact-table__coution p {
  margin: 0;
  font-size: 1.4rem;
}
.form__content--block .contact-table__coution h4 {
  margin-bottom: 6px;
  font-weight: 700;
}
.form__content--block .contact-table__coution p {
  line-height: 1.61;
}
.form__content--block .form__btn {
  text-align: center;
  margin-top: 60px;
}
.form__content--block .form__btn input[type=submit] {
  background: #D0AF52;
  border-radius: 50px;
  font-size: 1.8rem;
  color: #fff;
  border: none;
  padding: 24px 60px;
  margin: 0 10px;
  cursor: pointer;
}
.form__content--block .form__btn input[type=submit]:hover {
  background: #000;
}
.form__content--block .form__btn .back__btn {
  background: #000 !important;
  cursor: pointer;
}
.form__content--block .form__btn .back__btn:hover {
  background: #D0AF52 !important;
  color: #fff !important;
}
.form__content--block .document_name, .form__content--block .document_tel {
  width: 342px;
}
.form__content--block .document_mail {
  width: 100%;
}
.form__content--block .address-num__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}
.form__content--block .address-num__content .address_mark {
  font-size: 1.8rem;
  font-weight: 600;
}
.form__content--block .address-num__content .address_num {
  width: 232px;
  margin-left: 12px;
}
.form__content--block .address-num__content .address_num input[type=text] {
  width: 100%;
}
.form__content--block .address-num__content .address_search {
  margin-left: 26px;
}
.form__content--block .address-num__content .address_search .zip-button {
  border: none !important;
  background: #000;
  color: #fff;
  font-size: 1.5rem;
  padding: 10px 30px;
  border-radius: 50px;
  cursor: pointer;
}
.form__content--block .address-txt__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form__content--block .address-txt__content .address__area {
  width: 170px;
}
.form__content--block .address-txt__content .address__area select {
  width: 100%;
}
.form__content--block .address-txt__content .address__text {
  width: 455px;
  margin-left: 26px;
}
.form__content--block .address-txt__content .address__text input[type=text] {
  width: 100%;
}
.form__content--block .privacy_check {
  font-size: 1.6rem;
}
.form__content--block .privacy_check .mwform-checkbox-field-text {
  display: none;
}
.form__content--block .privacy_check a {
  font-weight: 400;
  text-decoration: underline;
  font-size: 1.6rem;
}
.form__content--block .privacy_check a:hover {
  color: #D0AF52;
}
.form__content--block .privacy_check + .privacy__small-text {
  font-size: 1.3rem;
  margin-top: 6px;
  color: #4d4d4d;
}
.form__content--block .form__table.reserve th {
  width: 200px;
}
.form__content--block .document_people_sepa {
  width: 220px;
}
@media screen and (max-width: 767px) {
  .form__content--block .document_people_sepa {
    width: 100%;
  }
  .form__content--block .document_people_sepa:not(:first-of-type) {
    margin-top: 10px;
  }
}
.form__content--block .document_adult,
.form__content--block .document_child {
  width: 100px !important;
}
.form__content--block .document_adult {
  position: relative;
}
.form__content--block .document_adult:after {
  content: "名";
  position: absolute;
  top: 0;
  left: 0;
}
.form__content--block .document_before {
  margin-right: 10px;
}
.form__content--block .document_after {
  margin-left: 10px;
  vertical-align: bottom;
}
.form__content--block .document_ldk,
.form__content--block .document_house,
.form__content--block .document_landhoop,
.form__content--block .document_age {
  width: 200px !important;
}
.form__content--block .coution {
  color: #4d4d4d;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .form__content--block .mwform-radio-field,
  .form__content--block .horizontal-item {
    width: 100%;
    margin: 0 !important;
    display: block;
  }
  .form__content--block .mwform-radio-field:not(:first-of-type),
  .form__content--block .horizontal-item:not(:first-of-type) {
    margin-top: 4px !important;
  }
}

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

@media screen and (max-width: 575px) {
  .form__content--block .contact__flow {
    margin-top: 20px;
  }
}
@media screen and (max-width: 575px) {
  .form__content--block .contact__flow ul {
    display: block;
  }
}
@media screen and (max-width: 575px) {
  .form__content--block .contact__flow ul li {
    width: 100%;
    border-radius: 50px !important;
    padding: 12px 20px;
  }
  .form__content--block .contact__flow ul li:not(:first-of-type) {
    margin-top: 5px;
  }
}
@media screen and (max-width: 767px) {
  .form__content--block .form__table td {
    width: 100%;
    display: block;
    padding: 0 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .form__content--block .form__table th {
    width: 100%;
    display: block;
    padding: 20px 0 8px;
  }
}
@media screen and (max-width: 575px) {
  .form__content--block .form__table th {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .form__content--block .form__btn {
    margin-top: 40px;
  }
}
@media screen and (max-width: 575px) {
  .form__content--block .form__btn {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .form__content--block .form__btn input[type=submit] {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 575px) {
  .form__content--block .form__btn input[type=submit] {
    margin: 10px;
  }
}
@media screen and (max-width: 575px) {
  .form__content--block .address-num__content .address_num {
    width: 150px;
  }
}
@media screen and (max-width: 575px) {
  .form__content--block .address-num__content .address_search {
    margin-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .form__content--block .address-num__content .address_search .zip-button {
    font-size: 1.4rem;
    padding: 10px 20px;
  }
}
@media screen and (max-width: 575px) {
  .form__content--block .address-num__content .address_search .zip-button {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 991px) {
  .form__content--block .address-txt__content .address__text {
    margin-left: 0;
    margin-top: 10px;
  }
}
@media screen and (max-width: 575px) {
  .form__content--block .address-txt__content .address__text {
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .form__content--block .privacy_check a {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .form__content--block .form__table.reserve th {
    width: 100%;
    display: block;
    padding: 20px 0 8px;
  }
}
@media screen and (max-width: 575px) {
  .form__content--block .form__table.reserve th {
    font-size: 1.6rem;
  }
}
.mw_wp_form_error_message {
  border: 2px solid #B70000;
  color: #B70000;
  display: none;
  font-size: 16px;
  margin: 20px auto 20px;
  padding: 15px 20px;
  text-align: center;
  width: 320px;
  font-size: 1.5rem !important;
  font-weight: 400 !important;
}

.mw_wp_form_error .mw_wp_form_error_message {
  display: block;
}

.mw_wp_form_input .contact__flow ul li:nth-of-type(1) {
  background: #000;
  color: #fff;
}

.mw_wp_form_input + #form .contact__flow ul li:nth-of-type(1) {
  background: #000;
  color: #fff;
}

.mw_wp_form_confirm .verification__none, .mw_wp_form_confirm .document-request__form-bg {
  display: none;
}
.mw_wp_form_confirm .form__content--block {
  padding-top: 60px;
}
.mw_wp_form_confirm .confirmation_none {
  display: none !important;
}
.mw_wp_form_confirm .contact__flow ul li:nth-of-type(2) {
  background: #000;
  color: #fff;
}
.mw_wp_form_confirm + #form .contact__flow ul li:nth-of-type(2) {
  background: #000;
  color: #fff;
}
.mw_wp_form_confirm .address_search {
  display: none !important;
}
.mw_wp_form_confirm .address__area {
  width: auto !important;
}
.mw_wp_form_confirm .privacy_check a {
  display: none !important;
}

.mw_wp_form_confirm .form__content--block.reserve {
  display: none;
}

.mw_wp_form_confirm .form__content--block {
  padding-top: 60px;
}

@media screen and (max-width: 991px) {
  .mw_wp_form_confirm .form__content--block {
    padding-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .mw_wp_form_confirm .form__content--block {
    padding-top: 30px;
  }
}
.reserve__point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.reserve__point .point_items {
  width: 22.5%;
  max-width: 237px;
}
.reserve__point .point_items .img_area {
  margin-bottom: 10px;
}
.reserve__point .point_items p {
  text-align: center;
  font-weight: 700;
}

@media screen and (max-width: 575px) {
  .reserve__point {
    max-width: 480px;
  }
}
@media screen and (max-width: 575px) {
  .reserve__point .point_items {
    width: 48%;
  }
  .reserve__point .point_items:nth-of-type(n + 3) {
    margin-top: 4%;
  }
}
@media screen and (max-width: 991px) {
  .reserve__point .point_items p {
    font-size: 1.3rem;
  }
}
.form__content--block {
  width: 100%;
  position: relative;
  padding-top: 173px;
}

.form__content--block.reserve {
  background: #f6f6f4;
}

@media screen and (max-width: 991px) {
  .form__content--block.reserve {
    padding-top: 130px;
  }
}
@media screen and (max-width: 575px) {
  .form__content--block.reserve {
    padding-top: 40px;
  }
}
.reserve_corona {
  text-align: center;
  margin-bottom: 72px;
  width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
}
.reserve_corona p {
  font-size: 2rem;
  font-weight: 700;
  display: inline-block;
  padding: 34px 34px 34px 160px;
  background: #fff;
  border-radius: 50px;
  position: relative;
}
.reserve_corona p:before {
  content: "";
  display: inline-block;
  width: 140px;
  height: 140px;
  background: url(../images/corona_disc_photo.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: -10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 991px) {
  .reserve_corona p {
    font-size: 1.7rem;
    padding: 28px 20px 28px 110px;
  }
}
@media screen and (max-width: 767px) {
  .reserve_corona p {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 575px) {
  .reserve_corona p {
    font-size: 1.4rem;
    padding: 20px 20px 20px 90px;
  }
}
@media screen and (max-width: 991px) {
  .reserve_corona p:before {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 575px) {
  .reserve_corona p:before {
    width: 60px;
    height: 60px;
    left: 15px;
  }
}
.modelhouse__select {
  width: 100%;
  background: #fff;
  margin-top: 200px;
  position: relative;
}
.modelhouse__select:before {
  content: "";
  position: absolute;
  top: -102px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 50vw 102px 50vw;
  border-color: transparent transparent #fff transparent;
}
.modelhouse__select .inner__content {
  padding-bottom: 46px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.modelhouse__select .inner__content .select__items {
  width: 270px;
  margin-right: 40px;
  cursor: pointer;
}
.modelhouse__select .inner__content .select__items:hover h3, .modelhouse__select .inner__content .select__items:hover p {
  color: #d0af52;
}
.modelhouse__select .inner__content .select__items.active h3, .modelhouse__select .inner__content .select__items.active p {
  color: #d0af52;
}
.modelhouse__select .inner__content .select__items:nth-of-type(4n) {
  margin-right: 0;
}
.modelhouse__select .inner__content .select__items:nth-of-type(n + 5) {
  margin-top: 20px;
}
.modelhouse__select .inner__content .select__items h3 {
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.51;
  margin-top: 18px;
  margin-bottom: 0;
}
.modelhouse__select .inner__content .select__items p {
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.51;
  margin-top: 6px;
  color: #666;
}
.modelhouse__select .inner__content .select__items a {
  display: block;
  text-decoration: none;
}
.modelhouse__select .page_ttl_center {
  padding: 0 20px;
}

@media screen and (max-width: 991px) {
  .modelhouse__select {
    margin-top: 120px;
    padding-top: 20px;
  }
}
@media screen and (max-width: 575px) {
  .modelhouse__select {
    margin-top: 60px;
  }
}
@media screen and (max-width: 991px) {
  .modelhouse__select:before {
    border-width: 0 50vw 60px 50vw;
    top: -60px;
  }
}
@media screen and (max-width: 575px) {
  .modelhouse__select:before {
    border-width: 0 50vw 30px 50vw;
    top: -30px;
  }
}
@media screen and (max-width: 1219px) {
  .modelhouse__select .inner__content .select__items {
    width: 25%;
    margin: 20px 0 0;
    padding: 0 15px;
  }
}
@media screen and (max-width: 991px) {
  .modelhouse__select .inner__content .select__items {
    width: 33.3%;
  }
}
@media screen and (max-width: 767px) {
  .modelhouse__select .inner__content .select__items {
    width: 47%;
    padding: 0;
  }
  .modelhouse__select .inner__content .select__items:nth-of-type(odd) {
    margin-right: 6%;
  }
}
@media screen and (max-width: 575px) {
  .modelhouse__select .inner__content .select__items {
    width: 49%;
  }
  .modelhouse__select .inner__content .select__items:nth-of-type(odd) {
    margin-right: 2%;
  }
}
@media screen and (max-width: 575px) {
  .modelhouse__select .page_ttl_center {
    font-size: 2rem;
    margin-bottom: 3px;
  }
}
.small-text__form {
  font-size: 1.3rem;
  margin-top: 6px;
}

.coution__list {
  margin: 16px 0 0 0;
  padding: 0;
  list-style: none;
}
.coution__list li {
  font-size: 1.2rem;
  font-weight: 400;
  padding-left: 1.3em;
  position: relative;
  letter-spacing: 0;
}
.coution__list li:nth-of-type(n+2) {
  margin-top: 3px;
}
.coution__list li:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.reserve_hour {
  width: 310px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px;
}
.reserve_hour .reserve_time {
  width: 250px;
  border: 1px solid #000;
  border-radius: 0;
  padding: 16px 26px;
  font-size: 1.4rem;
}
.reserve_hour .time__txt {
  font-weight: 600;
  margin-right: 16px;
}

.reserve_form_modelhouse_select {
  width: 342px;
  border: 1px solid #000;
  border-radius: 0;
  padding: 16px 26px;
  font-size: 1.4rem;
}

.event_tab ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style: none;
}
.event_tab ul li {
  text-align: center;
  border: 1px solid #000;
  padding: 18px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 24%;
  font-weight: 700;
  font-size: 1.8rem;
  border-radius: 50px;
  cursor: pointer;
}
.event_tab ul li.active, .event_tab ul li:hover {
  background: #000;
  color: #fff;
}

@media screen and (max-width: 991px) {
  .event_tab ul li {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .event_tab ul li {
    width: 48%;
  }
  .event_tab ul li:nth-of-type(n + 4) {
    margin-top: 3%;
  }
}
@media screen and (max-width: 575px) {
  .event_tab ul li {
    font-size: 1.4rem;
  }
}
.hit-items {
  width: 100%;
}
.hit-items p {
  font-weight: 700;
  font-size: 1.8rem;
}

@media screen and (max-width: 991px) {
  .hit-items p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .hit-items p {
    font-size: 1.4rem;
  }
}
.event_list_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.event_list_content .event_list_items {
  width: 48%;
  max-width: 574px;
}
.event_list_content .event_list_items .items {
  width: 100%;
}
.event_list_content .event_list_items .items .event-cate {
  margin: 0;
  padding: 0;
  list-style: none;
}
.event_list_content .event_list_items .items .event-cate li {
  font-size: 1.3rem;
  margin: 0 4px 0 0;
  padding: 4px 14px;
  border-radius: 50px;
  background: #fff;
  border: 1px solid #000;
  display: inline-block;
  font-weight: 700;
}
.event_list_content .event_list_items .items .event-cate li:last-child {
  margin-right: 0;
}
.event_list_content .event_list_items .items h3 {
  margin: 6px 0 0;
}
.event_list_content .event_list_items .items h3 a {
  font-size: 2.4rem;
  font-weight: 700;
}
.event_list_content .event_list_items .items .img_area {
  width: 100%;
  margin: 18px 0;
  position: relative;
}
.event_list_content .event_list_items .items .img_area .event_end {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}
.event_list_content .event_list_items .items .img_area .event_end .inner {
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.event_list_content .event_list_items .items .img_area .event_end .inner h6 {
  margin: 0 0 13px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  font-size: 2rem;
  letter-spacing: 0.1em;
}
.event_list_content .event_list_items .items .img_area .event_end .inner p {
  font-size: 1.3rem;
  color: #fff;
  text-align: center;
  padding: 0 0 0 1.3em;
}
.event_list_content .event_list_items .items .img_area .event_end .inner p:before {
  content: "※";
}
.event_list_content .event_list_items .items .text_link_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.event_list_content .event_list_items .items .text_link_area .left_content {
  width: 340px;
}
.event_list_content .event_list_items .items .text_link_area .left_content p {
  font-size: 1.5rem;
  font-weight: 600;
}
.event_list_content .event_list_items .items .text_link_area .left_content .event-tag {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.event_list_content .event_list_items .items .text_link_area .left_content .event-tag li {
  font-size: 1.2rem;
  border: 1px solid #DCDDDD;
  padding: 4px 10px;
  margin-right: 5px;
  margin-top: 6px;
  border-radius: 50px;
  font-weight: 600;
}
.event_list_content .event_list_items .items .text_link_area .left_content .event-tag li:last-child {
  margin-right: 0;
}
.event_list_content .event_list_items .items .text_link_area .right_content {
  width: calc(100% - 360px);
  text-align: center;
}
.event_list_content .event_list_items .items .text_link_area .right_content a {
  font-size: 1.4rem;
  font-weight: 700;
  display: block;
  width: 100%;
  border: 1px solid #000;
  padding: 13px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 50px;
}
.event_list_content .event_list_items .items .text_link_area .right_content a:hover {
  background: #000;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .event_list_content {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .event_list_content .event_list_items {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .event_list_content .event_list_items .items .event-cate li {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1219px) {
  .event_list_content .event_list_items .items h3 a {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 991px) {
  .event_list_content .event_list_items .items h3 a {
    font-size: 2rem;
  }
}
@media screen and (max-width: 575px) {
  .event_list_content .event_list_items .items h3 a {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 991px) {
  .event_list_content .event_list_items .items .img_area .event_end .inner h6 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 991px) {
  .event_list_content .event_list_items .items .img_area .event_end .inner p {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 991px) {
  .event_list_content .event_list_items .items .text_link_area {
    display: block;
  }
}
@media screen and (max-width: 1219px) {
  .event_list_content .event_list_items .items .text_link_area .left_content {
    width: 280px;
  }
}
@media screen and (max-width: 991px) {
  .event_list_content .event_list_items .items .text_link_area .left_content {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .event_list_content .event_list_items .items .text_link_area .left_content p {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1219px) {
  .event_list_content .event_list_items .items .text_link_area .right_content {
    width: calc(100% - 300px);
  }
}
@media screen and (max-width: 991px) {
  .event_list_content .event_list_items .items .text_link_area .right_content {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
}
@media screen and (max-width: 991px) {
  .event_list_content .event_list_items .items .text_link_area .right_content a {
    width: 80%;
    max-width: 240px;
    display: inline-block;
  }
}
.event_none {
  width: 100%;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
}

.staff_name {
  text-align: center;
}
.staff_name > span {
  font-size: 1.6rem;
  font-weight: 700;
}
.staff_name h2 {
  font-size: 3.6rem;
  line-height: 1.41;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-top: 16px;
}
.staff_name h2 span {
  font-size: 1.3rem;
  display: block;
  margin-top: 8px;
  font-family: "Inter", sans-serif;
}

.staff_introduction_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 1px solid #EFEFEF;
}
@media screen and (max-width: 991px) {
  .staff_introduction_content {
    display: block;
    border: none;
  }
}
.staff_introduction_content .staff_img {
  width: 100%;
  max-width: 430px;
}
@media screen and (max-width: 991px) {
  .staff_introduction_content .staff_img {
    margin: 0 auto;
  }
}
.staff_introduction_content .introduction_text {
  width: calc(100% - 430px);
  max-width: 100%;
  padding: 40px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 1219px) {
  .staff_introduction_content .introduction_text {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .staff_introduction_content .introduction_text {
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .staff_introduction_content .introduction_text {
    padding: 0 20px;
    margin-top: 20px;
  }
}
.staff_introduction_content .introduction_text table {
  width: 48%;
  border-collapse: collapse;
  margin-right: 4%;
  vertical-align: top;
}
.staff_introduction_content .introduction_text table:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1219px) {
  .staff_introduction_content .introduction_text table {
    width: 100%;
    margin: 0;
  }
  .staff_introduction_content .introduction_text table:last-child {
    margin-top: 10px;
  }
}
.staff_introduction_content .introduction_text table tr {
  border-bottom: 1px solid #EFEFEF;
}
.staff_introduction_content .introduction_text table tr:first-of-type th {
  padding-top: 0;
}
.staff_introduction_content .introduction_text table th, .staff_introduction_content .introduction_text table td {
  text-align: left;
  font-weight: 400;
  width: 100%;
  display: block;
}
.staff_introduction_content .introduction_text table th {
  font-weight: 700;
  padding: 10px 0 2px;
}
.staff_introduction_content .introduction_text table td {
  padding: 0 0 10px;
}
.staff_introduction_content .introduction_text table ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.staff_introduction_content .introduction_text table ul li {
  position: relative;
  font-weight: 400;
  line-height: 1.41;
  padding-bottom: 3px;
  padding-left: 1em;
  font-size: 1.5rem;
}
.staff_introduction_content .introduction_text table ul li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

.staff_message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.staff_message .items {
  width: 33.3%;
  border-right: 1px solid #efefef;
  padding: 0 40px;
}
.staff_message .items:last-child {
  border: none;
}
.staff_message .items h3 {
  font-size: 2.2rem;
  margin: 0 0 7px;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .staff_message {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media screen and (max-width: 767px) {
  .staff_message {
    display: block;
    margin: 0;
    padding: 20px;
    background: #f3f3f3;
  }
}
@media screen and (max-width: 991px) {
  .staff_message .items {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .staff_message .items {
    width: 100%;
    padding: 0;
    border: none;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
  }
  .staff_message .items:not(:first-of-type) {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .staff_message .items:last-child {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 991px) {
  .staff_message .items h3 {
    font-size: 1.8rem;
  }
}
.staff_youtube_02 {
  width: 100%;
  max-width: 854px;
  margin: 0 auto;
}
.staff_youtube_02 .youtube_inner {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.staff_youtube_02 .youtube_inner iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.staff_youtube {
  text-align: center;
}

.page_btn_two {
  margin: 0 auto;
  text-align: center;
}
.page_btn_two .link_items {
  display: inline-block;
  padding: 0 10px;
}
.page_btn_two .link_items a {
  display: block;
  min-width: 350px;
  text-decoration: none;
  font-size: 1.5rem;
  text-align: center;
  border: 1px solid #000;
  padding: 18px;
}
.page_btn_two .link_items a:hover {
  background: #000;
  color: #fff;
}

.link_btn_center_simple {
  width: 100%;
  text-align: center;
}
.link_btn_center_simple a {
  font-size: 1.4rem;
  font-weight: 700;
  padding: 16px 50px;
  border-radius: 50px;
  border: 1px solid #000;
  color: #000;
  background: #fff;
  position: relative;
}
.link_btn_center_simple a:hover {
  background: #000;
  color: #fff;
}
.link_btn_center_simple a:hover .link_arrow {
  border-color: #fff;
}

@media screen and (max-width: 767px) {
  .link_btn_center_simple a {
    padding: 12px 30px;
  }
}
.staff-list__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.staff-list__content .staff-list__items {
  width: 25%;
  padding: 0 15px;
}
.staff-list__content .staff-list__items:nth-of-type(n + 5) {
  margin-top: 30px;
}
.staff-list__content .staff-list__items .img__area {
  width: 100%;
  margin-bottom: 20px;
}
.staff-list__content .staff-list__items p.staff__name {
  font-size: 2rem;
  text-align: center;
  margin: 0;
  font-weight: 700;
}
.staff-list__content .staff-list__items .btn__area {
  margin-top: 12px;
  text-align: center;
}
.staff-list__content .staff-list__items .btn__area .blog__btn, .staff-list__content .staff-list__items .btn__area .detail__btn {
  text-align: center;
}
.staff-list__content .staff-list__items .btn__area .blog__btn {
  background: #000;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 50px;
}
.staff-list__content .staff-list__items .btn__area .blog__btn:hover {
  background: #000;
}
.staff-list__content .staff-list__items .btn__area .detail__btn {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.staff-list__content .staff-list__items .btn__area .detail__btn a {
  border: 1px solid #000;
  border-radius: 50px;
  font-weight: 700;
  font-size: 1.4rem;
  padding: 12px 20px;
}
.staff-list__content .staff-list__items .btn__area .detail__btn a:hover {
  background: #000;
  border-color: #000;
  color: #fff;
}

@media screen and (max-width: 991px) {
  .staff-list__content .staff-list__items {
    width: 33.3%;
  }
  .staff-list__content .staff-list__items:nth-of-type(n + 4) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 575px) {
  .staff-list__content .staff-list__items {
    width: 50%;
  }
  .staff-list__content .staff-list__items:nth-of-type(n + 3) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .staff-list__content .staff-list__items p.staff__name {
    font-size: 1.7rem;
  }
}
.modelhouse_detailVisual {
  width: 100%;
  position: relative;
}

.modelhouse_detailVisual_txt {
  width: 380px;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 80px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 30px 30px;
}
.modelhouse_detailVisual_txt h2 {
  font-size: 2.8rem;
  margin: 0 0 8px 0;
  font-weight: 700;
  line-height: 1.41;
}
.modelhouse_detailVisual_txt h3 {
  font-size: 1.7rem;
  font-weight: 700;
  border-bottom: 1px solid #f5f5f5;
  padding-bottom: 18px;
  margin: 0 0 18px;
  line-height: 1.41;
}
.modelhouse_detailVisual_txt .tel {
  font-size: 1.7rem;
  padding-left: 34px;
  font-weight: 700;
  position: relative;
  margin: 20px 0 0 0;
}
.modelhouse_detailVisual_txt .tel:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../images/tel_icon_gray.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 2px;
  left: 0;
}
.modelhouse_detailVisual_txt .time {
  font-size: 1.7rem;
  font-weight: 700;
  padding-left: 34px;
  position: relative;
  margin: 6px 0 0 0;
  line-height: 1.41;
}
.modelhouse_detailVisual_txt .time:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0px;
  left: 0;
  line-height: 1.61;
  background: url(../images/i_icon_gray.svg) no-repeat;
  background-size: contain;
}
.modelhouse_detailVisual_txt .holiday {
  font-size: 1.7rem;
  font-weight: 700;
  padding-left: 34px;
  position: relative;
  margin: 6px 0 0 0;
  line-height: 1.61;
}

@media screen and (max-width: 991px) {
  .modelhouse_detailVisual_txt {
    position: static;
    -webkit-transform: none;
    transform: none;
    padding: 0;
    margin-top: 16px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .modelhouse_detailVisual_txt h2 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 575px) {
  .modelhouse_detailVisual_txt h2 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .modelhouse_detailVisual_txt h3 {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .modelhouse_detailVisual_txt .tel {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .modelhouse_detailVisual_txt .time {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .modelhouse_detailVisual_txt .holiday {
    font-size: 1.5rem;
  }
}
.modelhouse_detailVisual.modelhouse-kasuga {
  background: url(../images/kasuga-main.jpg) no-repeat;
  background-size: cover;
  background-position: 50%;
}

.modelhouse_slideshow h2 {
  font-size: 2.8rem;
  font-weight: 700;
  margin: 0 0 6px;
}

@media screen and (max-width: 991px) {
  .modelhouse_slideshow h2 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .modelhouse_slideshow h2 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 575px) {
  .modelhouse_slideshow h2 {
    font-size: 1.8rem;
  }
}
.modelhouse_swiper-slider {
  width: 100%;
  max-width: 1200px;
  margin: 40px auto 0;
  position: relative;
}
.modelhouse_swiper-slider img {
  width: 100%;
}
.modelhouse_swiper-slider .swiper-container {
  width: 100%;
  overflow: hidden;
}
.modelhouse_swiper-slider .swiper-container.slider-thumbnail_modelhouse .swiper-wrapper .swiper-slide {
  width: 20% !important;
  height: 100%;
  opacity: 0.5;
  overflow: hidden;
}
.modelhouse_swiper-slider .swiper-container.slider-thumbnail_modelhouse .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
.modelhouse_swiper-slider .swiper-button-next {
  top: 320px !important;
  right: -25px !important;
  background: url(../images/arrow-bg-black.svg) no-repeat !important;
  background-size: contain !important;
  width: 50px !important;
  height: 50px !important;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.modelhouse_swiper-slider .swiper-button-next:after {
  display: none;
}
.modelhouse_swiper-slider .swiper-button-prev {
  top: 320px !important;
  left: -25px !important;
  background: url(../images/arrow-bg-black.svg) no-repeat !important;
  background-size: contain !important;
  width: 50px !important;
  height: 50px !important;
}
.modelhouse_swiper-slider .swiper-button-prev:after {
  display: none;
}

@media screen and (max-width: 767px) {
  .modelhouse_swiper-slider {
    margin-top: 20px;
  }
}
.experience_points_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.experience_points_inner article {
  width: 49%;
  max-width: 585px;
}
.experience_points_inner article:nth-of-type(n + 3) {
  margin-top: 26px;
}
.experience_points_inner article .img_area {
  width: 100%;
}
.experience_points_inner article h2 {
  font-size: 2.1rem;
  margin: 12px 0 4px;
  font-weight: 700;
}

@media screen and (max-width: 575px) {
  .experience_points_inner {
    display: block;
  }
}
@media screen and (max-width: 575px) {
  .experience_points_inner article {
    width: 100%;
  }
  .experience_points_inner article:nth-of-type(n + 2) {
    margin-top: 26px;
  }
}
@media screen and (max-width: 575px) {
  .experience_points_inner article h2 {
    font-size: 1.8rem;
  }
}
.plan_information {
  width: 100%;
  max-width: 1200px;
  background: #000;
  margin: 0 auto 36px;
  padding: 36px 26px;
  position: relative;
}
.plan_information .info_ttl {
  font-size: 2rem;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1.61;
  font-family: "Inter", sans-serif;
  font-weight: 800;
}
.plan_information .info_ttl span {
  display: block;
  font-size: 1.4rem;
}
.plan_information ul {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  right: 26px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.plan_information li {
  color: #fff;
  font-size: 1.4rem;
  border-left: 1px solid #fff;
  padding: 0 20px;
}
.plan_information li:first-child {
  border: none;
}
.plan_information li span {
  display: block;
}

@media screen and (max-width: 991px) {
  .plan_information .info_ttl {
    text-align: center;
  }
}
@media screen and (max-width: 991px) {
  .plan_information ul {
    position: static;
    -webkit-transform: none;
    transform: none;
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .plan_information ul {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .plan_information li {
    text-align: center;
    border: none;
    padding: 10px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .plan_information li:first-child {
    padding-top: 0;
  }
}
.modelhouse_tab-area {
  width: 100%;
  max-width: 1200px;
  margin: 36px auto 0;
}

.modelhouse_tab ul.tab {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.modelhouse_tab ul.tab li {
  text-align: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
  background: #DBC794;
  color: #fff;
  padding: 20px 10px;
  cursor: pointer;
}
.modelhouse_tab ul.tab li.active {
  background: #fff;
  color: #000;
}

.modelhouse_info-content {
  padding: 72px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #fff;
}
.modelhouse_info-content .modelhouse_info-slide {
  width: 486px;
  overflow: hidden;
}
.modelhouse_info-content .modelhouse_info-point {
  width: calc(100% - 550px);
  margin-top: 8px;
}
.modelhouse_info-content .modelhouse_info-point .items {
  margin-bottom: 48px;
}
.modelhouse_info-content .modelhouse_info-point .items:last-child {
  margin-bottom: 0;
}
.modelhouse_info-content .modelhouse_info-point .items h3 {
  margin: 0 0 4px;
  font-size: 2rem;
  position: relative;
  padding-left: 60px;
  font-weight: 700;
}
.modelhouse_info-content .modelhouse_info-point .items h3 span {
  padding: 8px 11px;
  background: #000;
  color: #fff;
  position: absolute;
  top: -8px;
  left: 0;
}
.modelhouse_info-content .modelhouse_info-point .items p {
  font-size: 1.5rem;
  padding-left: 60px;
  line-height: 1.61;
}

@media screen and (max-width: 991px) {
  .modelhouse_info-content {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .modelhouse_info-content {
    padding: 40px;
  }
}
@media screen and (max-width: 575px) {
  .modelhouse_info-content {
    padding: 20px;
  }
}
@media screen and (max-width: 1219px) {
  .modelhouse_info-content .modelhouse_info-slide {
    width: 430px;
  }
}
@media screen and (max-width: 991px) {
  .modelhouse_info-content .modelhouse_info-slide {
    width: 100%;
    max-width: 486px;
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 1219px) {
  .modelhouse_info-content .modelhouse_info-point {
    width: calc(100% - 470px);
  }
}
@media screen and (max-width: 991px) {
  .modelhouse_info-content .modelhouse_info-point {
    width: 100%;
    margin-top: 36px;
  }
}
@media screen and (max-width: 767px) {
  .modelhouse_info-content .modelhouse_info-point .items {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 991px) {
  .modelhouse_info-content .modelhouse_info-point .items h3 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .modelhouse_info-content .modelhouse_info-point .items h3 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .modelhouse_info-content .modelhouse_info-point .items p {
    font-size: 1.4rem;
  }
}
.recommendation_point {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.recommendation_point .point {
  width: 24%;
  background: #000;
  padding: 20px 30px;
}
.recommendation_point .point .point-items .ttl {
  color: #CABE8C;
  font-size: 1.2rem;
  position: relative;
  padding-bottom: 6px;
  text-align: center;
  letter-spacing: 0.12em;
}
.recommendation_point .point .point-items .ttl:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 20px;
  height: 1px;
  background: #CABE8C;
}
.recommendation_point .point .point-items h3 {
  font-size: 1.4rem;
  color: #fff;
  margin: 20px 0 0 0;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .recommendation_point .point {
    width: 48%;
    padding: 20px;
  }
  .recommendation_point .point:nth-of-type(n + 3) {
    margin-top: 4%;
  }
}
@media screen and (max-width: 767px) {
  .recommendation_point .point {
    width: 49%;
  }
}
@media screen and (max-width: 575px) {
  .recommendation_point .point {
    padding: 16px 10px;
  }
}
@media screen and (max-width: 575px) {
  .recommendation_point .point .point-items h3 {
    font-size: 1.3rem;
  }
}
.modelhouse_list_content,
.land_info {
  width: 100%;
  position: relative;
}
.modelhouse_list_content .items,
.land_info .items {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .modelhouse_list_content .items,
  .land_info .items {
    margin-bottom: 60px;
  }
}
.modelhouse_list_content .items:last-child,
.land_info .items:last-child {
  margin-bottom: 0;
}
.modelhouse_list_content .items .img_area,
.land_info .items .img_area {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.modelhouse_list_content .items .img_area .img_01, .modelhouse_list_content .items .img_area .img_02,
.land_info .items .img_area .img_01,
.land_info .items .img_area .img_02 {
  max-width: 50%;
}
.modelhouse_list_content .items .text_area,
.land_info .items .text_area {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}
@media screen and (max-width: 991px) {
  .modelhouse_list_content .items .text_area,
  .land_info .items .text_area {
    display: block;
  }
}
.modelhouse_list_content .items .text_area .left_content,
.land_info .items .text_area .left_content {
  width: 642px;
}
@media screen and (max-width: 1219px) {
  .modelhouse_list_content .items .text_area .left_content,
  .land_info .items .text_area .left_content {
    width: calc(100% - 280px);
  }
}
@media screen and (max-width: 991px) {
  .modelhouse_list_content .items .text_area .left_content,
  .land_info .items .text_area .left_content {
    width: 100%;
  }
}
.modelhouse_list_content .items .text_area .left_content h2,
.land_info .items .text_area .left_content h2 {
  font-size: 2.6rem;
  font-weight: 700;
  margin: 0;
  border-bottom: 1px solid #efefef;
  padding-bottom: 6px;
}
@media screen and (max-width: 991px) {
  .modelhouse_list_content .items .text_area .left_content h2,
  .land_info .items .text_area .left_content h2 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .modelhouse_list_content .items .text_area .left_content h2,
  .land_info .items .text_area .left_content h2 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 575px) {
  .modelhouse_list_content .items .text_area .left_content h2,
  .land_info .items .text_area .left_content h2 {
    font-size: 1.8rem;
  }
}
.modelhouse_list_content .items .text_area .left_content h5,
.land_info .items .text_area .left_content h5 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .modelhouse_list_content .items .text_area .left_content h5,
  .land_info .items .text_area .left_content h5 {
    font-size: 1.6rem;
  }
}
.modelhouse_list_content .items .text_area .left_content p,
.land_info .items .text_area .left_content p {
  margin-top: 18px;
}
@media screen and (max-width: 767px) {
  .modelhouse_list_content .items .text_area .left_content p,
  .land_info .items .text_area .left_content p {
    margin-top: 10px;
  }
}
.modelhouse_list_content .items .text_area .left_content h4,
.land_info .items .text_area .left_content h4 {
  margin: 10px 0 0 0;
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (max-width: 575px) {
  .modelhouse_list_content .items .text_area .left_content h4,
  .land_info .items .text_area .left_content h4 {
    font-size: 1.4rem;
  }
}
.modelhouse_list_content .items .text_area .right_content,
.land_info .items .text_area .right_content {
  width: 515px;
}
@media screen and (max-width: 1219px) {
  .modelhouse_list_content .items .text_area .right_content,
  .land_info .items .text_area .right_content {
    width: 250px;
  }
}
@media screen and (max-width: 991px) {
  .modelhouse_list_content .items .text_area .right_content,
  .land_info .items .text_area .right_content {
    width: 515px;
    margin: 8px auto 0;
  }
}
@media screen and (max-width: 575px) {
  .modelhouse_list_content .items .text_area .right_content,
  .land_info .items .text_area .right_content {
    width: 90%;
  }
}
.modelhouse_list_content .items .text_area .right_content h6,
.land_info .items .text_area .right_content h6 {
  width: 49%;
  margin: 50px 0 0 0;
}
@media screen and (max-width: 1219px) {
  .modelhouse_list_content .items .text_area .right_content h6,
  .land_info .items .text_area .right_content h6 {
    width: 100%;
    margin: 12px 0 0;
  }
  .modelhouse_list_content .items .text_area .right_content h6:first-child,
  .land_info .items .text_area .right_content h6:first-child {
    float: none;
  }
  .modelhouse_list_content .items .text_area .right_content h6:nth-child(2),
  .land_info .items .text_area .right_content h6:nth-child(2) {
    float: none;
  }
}
@media screen and (max-width: 991px) {
  .modelhouse_list_content .items .text_area .right_content h6,
  .land_info .items .text_area .right_content h6 {
    width: 49%;
  }
  .modelhouse_list_content .items .text_area .right_content h6:first-child,
  .land_info .items .text_area .right_content h6:first-child {
    float: left;
  }
  .modelhouse_list_content .items .text_area .right_content h6:nth-child(2),
  .land_info .items .text_area .right_content h6:nth-child(2) {
    float: right;
  }
}
@media screen and (max-width: 575px) {
  .modelhouse_list_content .items .text_area .right_content h6,
  .land_info .items .text_area .right_content h6 {
    width: 100%;
  }
}
.modelhouse_list_content .items .text_area .right_content h6 a,
.land_info .items .text_area .right_content h6 a {
  border: 1px solid #000;
  padding: 13px;
  display: block;
  text-decoration: none;
  text-align: center;
  font-size: 1.4rem;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 50px;
  font-weight: 700;
}
.modelhouse_list_content .items .text_area .right_content h6 a:hover,
.land_info .items .text_area .right_content h6 a:hover {
  background: #000;
  color: #fff;
}
.modelhouse_list_content .items .text_area .right_content h6:first-child,
.land_info .items .text_area .right_content h6:first-child {
  float: left;
}
.modelhouse_list_content .items .text_area .right_content h6:nth-child(2),
.land_info .items .text_area .right_content h6:nth-child(2) {
  float: right;
}

.plan_child_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.plan_child_block .slide_area {
  width: 630px;
  overflow: hidden;
}
.plan_child_block .swiper_plan_child {
  width: 630px;
  overflow: hidden;
  position: relative;
}
.plan_child_block .swiper_plan_child img {
  width: 100%;
}
.plan_child_block .swiper-pagination-bullet-active {
  background: #000 !important;
}
.plan_child_block .text_area {
  width: calc(100% - 630px);
  padding: 0 0 0 60px;
}
.plan_child_block .text_area .category {
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.plan_child_block .text_area .category li {
  font-size: 1.2rem;
  font-weight: 700;
  padding: 6px 18px;
  border: 1px solid #E2E2E2;
  border-radius: 50px;
  margin-right: 6px;
  margin-bottom: 6px;
}
.plan_child_block .text_area .category li:last-child {
  margin-right: 0;
}
.plan_child_block .text_area h2 {
  font-size: 2.6rem;
  font-weight: 700;
  margin: 0 0 22px;
}
.plan_child_block .text_area table {
  width: 100%;
  border-collapse: collapse;
}
.plan_child_block .text_area table td {
  text-align: left;
  padding: 14px 0;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
}
.plan_child_block .text_area table th {
  text-align: left;
  padding: 14px 0;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  font-weight: 600;
  width: 100px;
}

@media screen and (max-width: 991px) {
  .plan_child_block {
    display: block;
  }
}
@media screen and (max-width: 1219px) {
  .plan_child_block .swiper_plan_child {
    width: 500px;
  }
}
@media screen and (max-width: 991px) {
  .plan_child_block .swiper_plan_child {
    width: 100%;
    max-width: 630px;
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 1219px) {
  .plan_child_block .text_area {
    width: calc(100% - 500px);
  }
}
@media screen and (max-width: 991px) {
  .plan_child_block .text_area {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 991px) {
  .plan_child_block .text_area h2 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .plan_child_block .text_area h2 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 575px) {
  .plan_child_block .text_area h2 {
    font-size: 2rem;
  }
}
.plan-child__youtube h2 {
  font-size: 2.6rem;
  margin: 0 0 12px;
  font-weight: 700;
}
.plan-child__youtube .youtube__area--parent {
  width: 830px;
  margin: 60px auto 0;
}
.plan-child__youtube .youtube__area--parent .youtube__area {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.plan-child__youtube .youtube__area--parent .youtube__area iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

@media screen and (max-width: 991px) {
  .plan-child__youtube h2 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .plan-child__youtube h2 {
    font-size: 2.2rem;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 575px) {
  .plan-child__youtube h2 {
    font-size: 2rem;
  }
}
.search_content_modelhouse {
  width: 100%;
  border: 1px solid #000;
  position: relative;
  padding: 36px 50px 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.search_content_modelhouse h5 {
  font-size: 2.4em;
  font-weight: 700;
  margin: 0;
  position: absolute;
  top: -20px;
  left: 30px;
  display: inline-block;
  background: #fff;
  line-height: 1;
  padding: 10px 15px;
}
.search_content_modelhouse .searchandfilter > div > ul {
  margin: 0;
  padding: 0;
}
.search_content_modelhouse .searchandfilter > div > ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  margin-bottom: 30px;
  padding: 0;
}
.search_content_modelhouse .searchandfilter > div > ul > li:last-child {
  margin-bottom: 0;
}
.search_content_modelhouse .searchandfilter > div > ul > li > h4 {
  margin: 0;
  width: 150px;
  font-weight: 700;
}
.search_content_modelhouse .searchandfilter > div > ul > li > ul {
  width: calc(100% - 150px);
  padding: 0;
}
.search_content_modelhouse .searchandfilter > div > ul > li > ul > li {
  font-weight: 400;
  padding: 0 12px 5px 0;
}
.search_content_modelhouse input[type=submit] {
  margin: 0 auto;
  width: 350px;
  text-align: center;
  background: #fff;
  border: 1px solid #000;
  padding: 18px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #000;
  border-radius: 50px;
  font-weight: 700;
}
.search_content_modelhouse input[type=submit]:hover {
  background: #000;
  color: #fff;
}
.search_content_modelhouse input[type=checkbox] {
  background: #000 !important;
  color: #000 !important;
}

@media screen and (max-width: 767px) {
  .search_content_modelhouse {
    padding: 32px 20px;
  }
}
@media screen and (max-width: 767px) {
  .search_content_modelhouse h5 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 991px) {
  .search_content_modelhouse .searchandfilter > div > ul > li:nth-of-type(3) {
    text-align: center;
  }
}
@media screen and (max-width: 991px) {
  .search_content_modelhouse .searchandfilter > div > ul > li {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .search_content_modelhouse .searchandfilter > div > ul > li > h4 {
    width: 100%;
    margin-bottom: 6px;
  }
}
@media screen and (max-width: 991px) {
  .search_content_modelhouse .searchandfilter > div > ul > li > ul {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .search_content_modelhouse input[type=submit] {
    width: 80%;
  }
}
.plan_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: -25px;
  margin-right: -25px;
}
.plan_list .items {
  width: 50%;
  padding: 0 25px;
  margin-top: 30px;
}
.plan_list .items:first-child, .plan_list .items:nth-child(2) {
  margin-top: 0;
}
.plan_list .items .col-inner .ttl_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}
.plan_list .items .col-inner .ttl_area .tsubo {
  margin: 0;
  width: 100px;
  font-size: 1.3rem;
  padding: 4px 10px;
  text-align: center;
  border: 1px solid #E2E2E2;
  border-radius: 50px;
  font-weight: 700;
}
.plan_list .items .col-inner .ttl_area h2 {
  margin: 0 0 0 18px;
  font-size: 2.2rem;
  line-height: 1.41;
  font-weight: 700;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.plan_list .items .col-inner .img_area {
  width: 100%;
  position: relative;
}
.plan_list .items .col-inner .img_area .member_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 1;
}
.plan_list .items .col-inner .img_area .member_overlay .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90%;
  text-align: center;
}
.plan_list .items .col-inner .img_area .member_overlay .inner .member_overlay-ttl {
  color: #fff;
  font-size: 3.6rem;
  font-weight: 700;
  font-family: "Zen Old Mincho", serif;
}
.plan_list .items .col-inner .img_area .member_overlay .inner .member_overlay-ttl span {
  display: block;
  font-size: 2.4rem;
}
.plan_list .items .col-inner .img_area .member_overlay .inner .btn_area {
  display: inline-block;
  margin-top: 26px;
}
.plan_list .items .col-inner .img_area .member_overlay .inner .btn_area .register {
  display: inline-block;
  margin-right: 20px;
}
.plan_list .items .col-inner .img_area .member_overlay .inner .btn_area .register a {
  background: #D0AF52;
  padding: 14px 30px;
  color: #fff;
  font-size: 1.4rem;
  border-radius: 5px;
  font-weight: 700;
}
.plan_list .items .col-inner .img_area .member_overlay .inner .btn_area .register a:hover {
  background: #000;
}
.plan_list .items .col-inner .img_area .member_overlay .inner .btn_area .login {
  display: inline-block;
}
.plan_list .items .col-inner .img_area .member_overlay .inner .btn_area .login a {
  background: #fff;
  padding: 14px 30px;
  font-size: 1.4rem;
  border-radius: 5px;
  font-weight: 700;
}
.plan_list .items .col-inner .img_area .member_overlay .inner .btn_area .login a:hover {
  background: #000;
  color: #fff;
}
.plan_list .items .col-inner .plan_cate {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.plan_list .items .col-inner .plan_cate li {
  margin-top: 6px;
  margin-right: 10px;
  font-size: 1.3rem;
  border: 1px solid #E2E2E2;
  border-radius: 50px;
  padding: 6px 15px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .plan_list {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .plan_list .items {
    width: 100%;
  }
  .plan_list .items:nth-of-type(n + 2) {
    margin-top: 50px !important;
  }
}
@media screen and (max-width: 575px) {
  .plan_list .items:nth-of-type(n + 2) {
    margin-top: 40px !important;
  }
}
@media screen and (max-width: 991px) {
  .plan_list .items .col-inner .ttl_area {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .plan_list .items .col-inner .ttl_area .tsubo {
    width: auto;
    display: inline-block;
    font-size: 1.2rem;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 991px) {
  .plan_list .items .col-inner .ttl_area h2 {
    font-size: 2rem;
    margin: 0;
  }
}
@media screen and (max-width: 575px) {
  .plan_list .items .col-inner .ttl_area h2 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 991px) {
  .plan_list .items .col-inner .img_area .member_overlay .inner .member_overlay-ttl {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 991px) {
  .plan_list .items .col-inner .img_area .member_overlay .inner .member_overlay-ttl span {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 991px) {
  .plan_list .items .col-inner .img_area .member_overlay .inner .btn_area {
    margin-top: 16px;
  }
}
@media screen and (max-width: 991px) {
  .plan_list .items .col-inner .img_area .member_overlay .inner .btn_area .register {
    margin-right: 10px;
  }
}
@media screen and (max-width: 991px) {
  .plan_list .items .col-inner .img_area .member_overlay .inner .btn_area .register a {
    font-size: 1.3rem;
    padding: 10px 20px;
  }
}
@media screen and (max-width: 991px) {
  .plan_list .items .col-inner .img_area .member_overlay .inner .btn_area .login a {
    font-size: 1.3rem;
    padding: 10px 20px;
  }
}
@media screen and (max-width: 991px) {
  .plan_list .items .col-inner .plan_cate li {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 575px) {
  .plan_list .items .col-inner .plan_cate li {
    font-size: 1.1rem;
  }
}
.navigation {
  text-align: center;
}

.nav-links {
  display: inline-block;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .nav-links {
    margin-top: 40px;
  }
}
.nav-links a {
  font-size: 1.6rem;
  line-height: 1;
  padding: 10px 14px;
  border: 1px solid #ccc;
  background: #fff;
  color: #000;
}
.nav-links a:hover {
  background: #000;
  color: #fff;
}
.nav-links .current {
  font-size: 1.6rem;
  line-height: 1;
  padding: 6px 14px;
  border: 1px solid #000;
  background: #000;
  color: #fff;
}
.nav-links .next, .nav-links .prev {
  display: none !important;
}

.contact__form .error {
  color: #B70000;
  font-size: 1.3rem;
  display: block;
  margin-top: 10px;
}

.document-request__form-bg {
  width: 100%;
  background: url(../images/contact_bg_20220903.jpg) no-repeat;
  background-size: cover;
  background-position: 50%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .document-request__form-bg {
    background: url(../images/contact_bg_sp_20220903.jpg) no-repeat;
    background-size: cover;
    background-position: 50% 50%;
  }
}
.document-request__form-bg .inner__content {
  text-align: center;
  margin: 0 auto;
  width: 1030px;
  max-width: 95%;
  padding: 60px 0 90px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .document-request__form-bg .inner__content {
    max-width: 90%;
  }
}
.document-request__form-bg .inner__content:before {
  content: "";
  display: inline-block;
  width: 262px;
  height: 290px;
  background: url(../images/staff_bg_02.png) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 991px) {
  .document-request__form-bg .inner__content:before {
    width: 200px;
    height: 222px;
  }
}
@media screen and (max-width: 767px) {
  .document-request__form-bg .inner__content:before {
    width: 165px;
    height: 183px;
  }
}
@media screen and (max-width: 575px) {
  .document-request__form-bg .inner__content:before {
    width: 145px;
    height: 161px;
    left: 30px;
  }
}
.document-request__form-bg .inner__content:after {
  content: "";
  display: inline-block;
  width: 250px;
  height: 295px;
  background: url(../images/staff_bg_01.png) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 991px) {
  .document-request__form-bg .inner__content:after {
    width: 200px;
    height: 238px;
  }
}
@media screen and (max-width: 767px) {
  .document-request__form-bg .inner__content:after {
    width: 165px;
    height: 197px;
  }
}
@media screen and (max-width: 575px) {
  .document-request__form-bg .inner__content:after {
    width: 145px;
    height: 173px;
    right: 30px;
  }
}
.document-request__form-bg .inner__content p {
  font-size: 2rem;
  text-align: center;
  font-weight: 700;
  position: relative;
  z-index: 1;
}
.document-request__form-bg .inner__content h3 {
  font-size: 3rem;
  text-align: center;
  margin-top: 23px;
  letter-spacing: 0.1em;
  margin-bottom: 0;
  font-weight: 700;
  position: relative;
  z-index: 1;
}
.document-request__form-bg .inner__content h5 {
  font-size: 2.4rem;
  text-align: center;
  margin: 0;
  margin-top: 26px;
  font-weight: 700;
  position: relative;
  z-index: 1;
}
.document-request__form-bg .inner__content .orange__text {
  color: #ff8055;
  font-size: 1.8rem;
  text-align: center;
  border: 1px solid #ff8055;
  display: inline-block;
  padding: 8px 26px;
  border-radius: 50px;
  font-weight: 700;
  margin-top: 20px;
}
.document-request__form-bg .comment {
  width: 90%;
  max-width: 960px;
  position: absolute;
  bottom: -80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.document-request__form-bg .comment .deco_women_01, .document-request__form-bg .comment .deco_women_02 {
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 25px;
  background: #fff;
}
.document-request__form-bg .comment .deco_women_01 .img_area, .document-request__form-bg .comment .deco_women_02 .img_area {
  width: 80px;
}
.document-request__form-bg .comment .deco_women_01 .txt_area, .document-request__form-bg .comment .deco_women_02 .txt_area {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 20px;
}
.document-request__form-bg .comment .deco_women_01 .txt_area h4, .document-request__form-bg .comment .deco_women_02 .txt_area h4 {
  font-size: 1.7rem;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .document-request__form-bg {
    padding: 40px 0 40px;
  }
}
@media screen and (max-width: 575px) {
  .document-request__form-bg {
    height: auto;
    padding: 30px 0 195px !important;
  }
}
@media screen and (max-width: 575px) {
  .document-request__form-bg .inner__content {
    position: static;
    -webkit-transform: none;
            transform: none;
    margin: 0 auto;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .document-request__form-bg .inner__content p {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 575px) {
  .document-request__form-bg .inner__content p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .document-request__form-bg .inner__content h3 {
    margin-top: 15px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 575px) {
  .document-request__form-bg .inner__content h3 {
    font-size: 2rem;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767px) {
  .document-request__form-bg .inner__content h5 {
    margin-top: 15px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 575px) {
  .document-request__form-bg .inner__content h5 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .document-request__form-bg .inner__content .orange__text {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 575px) {
  .document-request__form-bg .inner__content .orange__text {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 991px) {
  .document-request__form-bg .comment {
    bottom: -70px;
  }
}
@media screen and (max-width: 767px) {
  .document-request__form-bg .comment {
    position: static;
    -webkit-transform: none;
    transform: none;
    margin: 0 auto 0;
  }
}
@media screen and (max-width: 991px) {
  .document-request__form-bg .comment .deco_women_01, .document-request__form-bg .comment .deco_women_02 {
    padding: 15px 20px;
  }
}
@media screen and (max-width: 767px) {
  .document-request__form-bg .comment .deco_women_01, .document-request__form-bg .comment .deco_women_02 {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .document-request__form-bg .comment .deco_women_01 .img_area, .document-request__form-bg .comment .deco_women_02 .img_area {
    width: 50px;
  }
}
@media screen and (max-width: 991px) {
  .document-request__form-bg .comment .deco_women_01 .txt_area h4, .document-request__form-bg .comment .deco_women_02 .txt_area h4 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .document-request__form-bg .comment .deco_women_01 {
    margin-bottom: 10px;
  }
}
.catalog__selection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.catalog__selection .catalog__select-items {
  width: 48%;
  background: #f6f6f4;
  border: 1px solid #000;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.catalog__selection .catalog__select-items:nth-of-type(odd) {
  margin-right: 4%;
}
.catalog__selection .catalog__select-items:nth-of-type(n+3) {
  margin-top: 4%;
}
.catalog__selection .catalog__select-items.ov {
  background: #355c37;
}
.catalog__selection .catalog__select-items.ov .catalog__link a {
  color: #355c37;
}
.catalog__selection .catalog__select-items .inner__items {
  width: 100%;
  padding: 50px 30px;
}
.catalog__selection .catalog__select-items .inner__items .img__area {
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
}
.catalog__selection .catalog__select-items .inner__items h3 {
  width: 100%;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.41;
  text-align: center;
  margin: 0 0 14px;
}
.catalog__selection .catalog__select-items .inner__items p {
  font-weight: 700;
  text-align: center;
}
.catalog__selection .catalog__select-items .inner__items .catalog__link {
  text-align: center;
  margin-top: 26px;
}
.catalog__selection .catalog__select-items .inner__items .catalog__link a {
  font-size: 1.5rem;
  padding: 14px 30px;
  border: 1px solid #000;
  border-radius: 50px;
  font-weight: 700;
  background: #fff;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.catalog__selection .catalog__select-items .inner__items .catalog__link a:hover {
  color: #D0AF52;
}

@media screen and (max-width: 575px) {
  .catalog__selection .catalog__select-items {
    width: 100%;
    margin-right: 0 !important;
  }
  .catalog__selection .catalog__select-items:nth-of-type(n+2) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 991px) {
  .catalog__selection .catalog__select-items .inner__items {
    padding: 26px 30px;
  }
}
@media screen and (max-width: 575px) {
  .catalog__selection .catalog__select-items .inner__items .img__area {
    margin-bottom: 14px;
  }
}
@media screen and (max-width: 991px) {
  .catalog__selection .catalog__select-items .inner__items h3 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 575px) {
  .catalog__selection .catalog__select-items .inner__items h3 {
    font-size: 1.8rem;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 575px) {
  .catalog__selection .catalog__select-items .inner__items .catalog__link {
    margin-top: 16px;
  }
}
@media screen and (max-width: 767px) {
  .catalog__selection .catalog__select-items .inner__items .catalog__link a {
    font-size: 1.4rem;
  }
}
select {
  border: 1px solid #000;
  border-radius: 0;
  padding: 12px 10px !important;
  font-size: 1.4rem;
  width: 100%;
}

#ui-datepicker-div {
  width: auto !important;
}

.logIn_content {
  text-align: center;
}
.logIn_content .register_status {
  font-weight: 700;
}
.logIn_content .register_links {
  text-align: center;
  display: inline-block;
  margin-top: 26px;
}
.logIn_content .register_links li {
  display: inline-block;
  padding: 10px;
}
.logIn_content .register_links li a {
  font-size: 1.4rem;
  font-weight: 700;
  border: 1px solid #000;
  padding: 14px 26px;
  border-radius: 50px;
}
.logIn_content .register_links li a:hover {
  background: #000;
  color: #fff;
}

.profile_content {
  text-align: center;
}
.profile_content ul {
  text-align: center;
  display: inline-block;
}
.profile_content ul li {
  display: inline-block;
  padding: 10px;
}
.profile_content ul li a {
  font-size: 1.4rem;
  font-weight: 700;
  border: 1px solid #000;
  padding: 14px 26px;
  border-radius: 50px;
}
.profile_content ul li a:hover {
  background: #000;
  color: #fff;
}

.customize-support fieldset {
  text-align: left;
}

#wpmem_login {
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
#wpmem_login input[type=text] {
  padding: 12px 10px !important;
}
#wpmem_login .link-text {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}
#wpmem_login fieldset {
  margin: 0;
}
#wpmem_login fieldset legend {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  margin: 0 0 26px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  #wpmem_login fieldset legend {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 575px) {
  #wpmem_login fieldset legend {
    font-size: 1.8rem;
  }
}
#wpmem_login fieldset label {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 3px;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  #wpmem_login fieldset label {
    font-size: 1.4rem;
  }
}

.wpmem_msg {
  width: 90% !important;
  max-width: 600px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  font-size: 1.4rem !important;
}

.logIn_content {
  text-align: center;
}
.logIn_content .login_status {
  font-weight: 700 !important;
}
.logIn_content a {
  font-size: 1.4rem;
  font-weight: 700;
  border: 1px solid #000;
  padding: 14px 26px;
  border-radius: 50px;
  margin-top: 30px;
}
.logIn_content a:hover {
  background: #000;
  color: #fff;
}

.page-id-17 #login {
  display: none;
}
.page-id-17 fieldset {
  text-align: left !important;
}
.page-id-17 fieldset legend {
  text-align: center !important;
}
.page-id-17 .button_div .buttons {
  display: block;
  margin: 26px auto 0 !important;
}
.page-id-17 .link-text {
  text-align: center !important;
  margin-top: 20px;
}
.page-id-17 .link-text .link-text-forgot, .page-id-17 .link-text .link-text-register {
  font-weight: 700;
}
.page-id-17 .link-text .link-text-forgot a, .page-id-17 .link-text .link-text-register a {
  display: block;
  width: 200px;
  margin-top: 8px;
  margin-left: auto;
  margin-right: auto;
}

input[type=password] {
  padding: 12px 10px !important;
}

.button_div {
  text-align: center !important;
  margin-top: 36px;
  margin-bottom: 0;
}
.button_div input[type=submit] {
  background: #D0AF52;
  border-radius: 50px;
  font-size: 1.6rem !important;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  border: none;
  padding: 18px 80px;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .button_div input[type=submit] {
    font-size: 1.4rem !important;
  }
}
.button_div input[type=submit]:hover {
  background: #000;
}

#wpmem_reg {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
#wpmem_reg fieldset {
  margin: 0;
}
#wpmem_reg fieldset legend {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  margin: 0 0 26px;
}
@media screen and (max-width: 767px) {
  #wpmem_reg fieldset legend {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 575px) {
  #wpmem_reg fieldset legend {
    font-size: 1.8rem;
  }
}
#wpmem_reg fieldset label {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 3px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #wpmem_reg fieldset label {
    font-size: 1.4rem;
  }
}
#wpmem_reg fieldset .div_text {
  width: 100%;
  margin-top: 6px;
  margin-bottom: 20px;
}
#wpmem_reg fieldset .div_text input {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 12px 10px;
}

.req-text {
  font-size: 1.3rem;
  font-family: "Noto Sans JP", sans-serif;
}

.member_merit_ttl {
  font-size: 3.3rem;
  text-align: center;
  margin: 0 0 32px;
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  .member_merit_ttl {
    font-size: 2.6rem;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 575px) {
  .member_merit_ttl {
    font-size: 2.4rem;
  }
}
.member_merit_ttl .large {
  font-size: 6rem;
  margin: 0 6px;
}
@media screen and (max-width: 991px) {
  .member_merit_ttl .large {
    font-size: 4.6rem;
  }
}
@media screen and (max-width: 575px) {
  .member_merit_ttl .large {
    font-size: 4.2rem;
  }
}

.promise_content {
  width: 100%;
  margin: 100px 0 60px;
}
@media screen and (max-width: 767px) {
  .promise_content {
    margin: 80px auto 40px;
  }
}
@media screen and (max-width: 575px) {
  .promise_content {
    margin: 40px auto;
  }
}
.promise_content .inner_content .promise_message {
  position: relative;
  width: 440px;
  padding: 40px 20px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 575px) {
  .promise_content .inner_content .promise_message {
    width: 90%;
    padding: 0;
  }
}
.promise_content .inner_content .promise_message:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 40px;
  border-left: 1px solid #c5c6c6;
  border-top: 1px solid #c5c6c6;
}
@media screen and (max-width: 575px) {
  .promise_content .inner_content .promise_message:before {
    content: none;
  }
}
.promise_content .inner_content .promise_message:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 70px;
  height: 40px;
  border-right: 1px solid #c5c6c6;
  border-bottom: 1px solid #c5c6c6;
}
@media screen and (max-width: 575px) {
  .promise_content .inner_content .promise_message:after {
    content: none;
  }
}
.promise_content .inner_content .promise_message h3 {
  font-size: 3rem;
  margin: 0 0 16px;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .promise_content .inner_content .promise_message h3 {
    font-size: 2.4rem;
    margin: 0 0 8px;
  }
}
.promise_content .inner_content .promise_message p {
  font-size: 1.6rem;
  line-height: 1.91;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .promise_content .inner_content .promise_message p {
    font-size: 1.4rem;
  }
}

.log-out {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .log-out {
    margin-top: 10px;
  }
}

.member_merit_content {
  text-align: center;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 575px) {
  .member_merit_content .member_merit_content {
    background: #fff4f0;
    padding: 30px 0;
  }
}
.member_merit_content:before {
  content: "";
  width: 100%;
  height: 276px;
  background: #fff4f0;
  position: absolute;
  bottom: -40px;
  left: 0;
}
@media screen and (max-width: 991px) {
  .member_merit_content:before {
    height: 220px;
  }
}
@media screen and (max-width: 575px) {
  .member_merit_content:before {
    content: none;
  }
}

.member_merit_content_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 575px) {
  .member_merit_content_inner {
    display: block;
  }
}

.member_merit_content .member_merit_items {
  max-width: 32%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 575px) {
  .member_merit_content .member_merit_items {
    width: 100%;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .member_merit_content .member_merit_items:not(:first-of-type) {
    margin-top: 20px;
  }
}
.member_merit_content .member_merit_items img {
  border-radius: 10px;
}
.member_merit_content .member_merit_items p {
  text-align: center;
  margin-top: 16px;
  font-weight: 700;
}
@media screen and (max-width: 575px) {
  .member_merit_content .member_merit_items p {
    margin-top: 6px;
  }
}

.lineup_child_mv {
  width: 100%;
  height: 600px;
  background-size: cover !important;
  background-position: 50% !important;
  position: relative;
  overflow: hidden;
}
.lineup_child_mv .content_base {
  position: absolute;
  width: 90%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.lineup_child_mv .content_base p {
  font-size: 1.8rem;
  color: #fff;
  background: #252525;
  padding: 3px 20px;
  display: inline-block;
  font-weight: 700;
}
.lineup_child_mv .content_base p:after {
  content: "";
  display: block;
}
.lineup_child_mv .content_base h2 {
  font-size: 4.2rem;
  color: #252525;
  background: #fff;
  padding: 3px 20px;
  display: inline-block;
  margin: 10px 0 0 0;
  font-weight: 700;
}

.lineup-child__catch {
  width: 100%;
  margin: 60px auto;
}
.lineup-child__catch h2 {
  font-size: 2.8rem;
  text-align: center;
  letter-spacing: 0.08em;
  margin: 0 0 20px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
}
.lineup-child__catch p {
  text-align: center;
  font-weight: 500;
  line-height: 1.81;
}

.slider_col_3_inner {
  width: 100%;
  position: relative;
}
.slider_col_3_inner .swiper-base_col3 {
  overflow: hidden;
}
.slider_col_3_inner .swiper-button-next {
  top: 50%;
  right: -27px;
  background: url(../images/slide_arrow_black.png) no-repeat !important;
  background-size: contain !important;
  width: 54px !important;
  height: 54px !important;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@media screen and (max-width: 767px) {
  .slider_col_3_inner .swiper-button-next {
    width: 36px !important;
    height: 36px !important;
  }
}
.slider_col_3_inner .swiper-button-next:after {
  display: none;
}
.slider_col_3_inner .swiper-button-prev {
  top: 50%;
  left: -27px;
  background: url(../images/slide_arrow_black.png) no-repeat !important;
  background-size: contain !important;
  width: 54px !important;
  height: 54px !important;
}
@media screen and (max-width: 767px) {
  .slider_col_3_inner .swiper-button-prev {
    width: 36px !important;
    height: 36px !important;
  }
}
.slider_col_3_inner .swiper-button-prev:after {
  display: none;
}

.lineup_merit_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}
.lineup_merit_inner article {
  width: 33.33%;
  padding: 0 20px;
}
.lineup_merit_inner article img {
  margin-bottom: 12px;
}
.lineup_merit_inner article:nth-of-type(n+4) {
  margin-top: 20px;
}

.feature_point_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.feature_point_list_img {
  width: 512px;
}
.feature_point_list_txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 40px;
}
.feature_point_list_txt h3 {
  margin-bottom: 12px;
}

.plan__photo--content_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.plan__photo--content_inner .swiper__anmin {
  width: 545px;
  height: 567px;
  overflow: hidden;
  position: relative;
  border: 1px solid #ccc;
}
.plan__photo--content_inner .swiper__anmin img {
  width: 100%;
}
.plan__photo--content_inner_img {
  width: 535px;
}

.plan_catalog_banner {
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 60px;
}
.plan_catalog_banner_img {
  width: 448px;
}
.plan_catalog_banner_txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 40px;
}
.plan_catalog_banner_txt h4 {
  color: #fff;
  font-size: 1.8rem;
  margin: 0 0 14px 0;
  font-weight: 700;
}
.plan_catalog_banner_txt p {
  color: #fff;
  font-size: 3.6rem;
  font-weight: 700;
  margin: 0;
  line-height: 1.41;
}
.plan_catalog_banner_txt .banner_link_bk {
  margin-top: 26px;
}
.plan_catalog_banner_txt .banner_link_bk a {
  background: #000;
  padding: 20px 60px;
  color: #fff;
  font-size: 1.6rem;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 700;
  border-radius: 50px;
}
.plan_catalog_banner_txt .banner_link_bk a:hover {
  background: #fff;
  color: #000;
}

.lineup_archive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 -30px;
}
@media screen and (max-width: 991px) {
  .lineup_archive {
    margin: 0 -20px;
  }
}
@media screen and (max-width: 767px) {
  .lineup_archive {
    margin: 0 -10px;
  }
}
@media screen and (max-width: 575px) {
  .lineup_archive {
    margin: 0;
    display: block;
  }
}
.lineup_archive article {
  width: 50%;
  padding: 0 30px;
  margin-top: 40px;
}
@media screen and (max-width: 991px) {
  .lineup_archive article {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .lineup_archive article {
    padding: 0 10px;
  }
}
@media screen and (max-width: 575px) {
  .lineup_archive article {
    padding: 0;
    width: 100%;
    margin-top: 30px;
  }
}
.lineup_archive article figure {
  margin-bottom: 14px;
}
@media screen and (max-width: 767px) {
  .lineup_archive article figure {
    margin-bottom: 12px;
  }
}
.lineup_archive article p {
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .lineup_archive article p {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .lineup_archive article p {
    font-size: 1.3rem;
  }
}
.lineup_archive article h2 {
  text-align: center;
  line-height: 1.21;
  margin-top: 6px;
}
@media screen and (max-width: 767px) {
  .lineup_archive article h2 {
    margin-top: 0;
  }
}
.lineup_archive article h2 a {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.41;
}
@media screen and (max-width: 991px) {
  .lineup_archive article h2 a {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .lineup_archive article h2 a {
    font-size: 2.2rem;
  }
}
.lineup_archive article h2 a:hover {
  color: #355c37;
}

.single_category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single_category .day {
  font-size: 1.4rem;
  margin-right: 10px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .single_category .day {
    font-size: 1.2rem;
  }
}
.single_category .cate {
  font-size: 1.2rem;
  padding: 3px 12px 3px;
  border: 1px solid #e2e2e2;
  border-radius: 50px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .single_category .cate {
    font-size: 1.1rem;
  }
}

.single_ttl {
  font-size: 2.8rem;
  margin: 6px 0 0;
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  .single_ttl {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .single_ttl {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 575px) {
  .single_ttl {
    font-size: 2rem;
  }
}

.single_content {
  margin: 26px 0 0;
}
@media screen and (max-width: 767px) {
  .single_content {
    margin-top: 18px;
  }
}
.single_content h2 {
  font-size: 2.8rem;
  margin: 60px 0 18px;
  border-bottom: 3px solid #000;
  padding-bottom: 6px;
  line-height: 1.41;
  font-weight: 700;
}
@media screen and (max-width: 1219px) {
  .single_content h2 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .single_content h2 {
    font-size: 2rem;
  }
}
.single_content h3 {
  font-size: 2.4rem;
  margin: 50px 0 18px;
  border-left: 3px solid #000;
  padding-left: 10px;
  font-weight: 700;
}
@media screen and (max-width: 1219px) {
  .single_content h3 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .single_content h3 {
    font-size: 1.9rem;
  }
}
.single_content h4 {
  font-size: 2.4rem;
  margin: 32px 0 18px;
  font-weight: 700;
}
@media screen and (max-width: 1219px) {
  .single_content h4 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .single_content h4 {
    font-size: 1.9rem;
  }
}
.single_content h5 {
  font-size: 2rem;
  margin: 32px 0 18px;
  font-weight: 700;
}
@media screen and (max-width: 1219px) {
  .single_content h5 {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 767px) {
  .single_content h5 {
    font-size: 1.7rem;
  }
}
.single_content h6 {
  font-size: 1.6rem;
  margin: 32px 0 18px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .single_content h6 {
    font-size: 1.4rem;
  }
}
.single_content ul {
  background: #f6f6f4;
  padding: 20px 30px;
  border-radius: 10px;
  margin: 26px 0;
}
@media screen and (max-width: 767px) {
  .single_content ul {
    padding: 20px 20px;
  }
}
.single_content ul li {
  font-weight: 700;
  line-height: 1.41;
  position: relative;
  padding-left: 1.2em;
}
.single_content ul li:not(:first-of-type) {
  margin-top: 6px;
}
.single_content ul li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.single_content ol {
  background: #f6f6f4;
  padding: 20px 30px 20px 50px;
  border-radius: 10px;
  margin: 26px 0;
}
@media screen and (max-width: 767px) {
  .single_content ol {
    padding: 20px 20px 20px 40px;
  }
}
.single_content ol li {
  font-weight: 700;
  line-height: 1.41;
}
.single_content ol li:not(:first-of-type) {
  margin-top: 6px;
}
.single_content p {
  margin: 26px 0;
}
.single_content table {
  width: 100%;
  border-collapse: collapse;
  margin: 26px 0;
}
.single_content table tr th, .single_content table tr td {
  border: 1px solid #ccc;
  padding: 10px 15px;
  text-align: left;
  padding: 20px;
}
.single_content table tr th strong, .single_content table tr td strong {
  font-weight: 700;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignright {
  float: right;
  margin-left: 1.5em;
}

.alignleft {
  float: left;
  margin-right: 1.5em;
}

.single__pager {
  width: calc(100% - 40px);
  max-width: 600px;
  margin: 36px auto 0;
}
.single__pager .prev__btn {
  float: left;
}
.single__pager .prev__btn a {
  font-size: 1.5rem;
  font-weight: 400;
  position: relative;
  font-weight: 700;
}
.single__pager .prev__btn a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -13px;
  width: 8px;
  height: 8px;
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .single__pager .prev__btn a:before {
    right: 18px;
  }
}
.single__pager .prev__btn a:hover {
  color: #D0AF52;
}
.single__pager .prev__btn a:hover:before {
  border-top: 2px solid #D0AF52;
  border-right: 2px solid #D0AF52;
}
.single__pager .next__btn {
  float: right;
}
.single__pager .next__btn a {
  font-size: 1.5rem;
  font-weight: 400;
  position: relative;
  font-weight: 700;
}
.single__pager .next__btn a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -13px;
  width: 8px;
  height: 8px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .single__pager .next__btn a:before {
    right: 18px;
  }
}
.single__pager .next__btn a:hover {
  color: #D0AF52;
}
.single__pager .next__btn a:hover:before {
  border-top: 2px solid #D0AF52;
  border-right: 2px solid #D0AF52;
}

.single__side-items:not(:first-of-type) {
  margin-top: 30px;
}
.single__side-items h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.41;
  margin: 0 0 10px;
}
@media screen and (max-width: 767px) {
  .single__side-items h3 {
    font-size: 1.6rem;
  }
}
.single__side-items ul li {
  padding-left: 16px;
  position: relative;
}
.single__side-items ul li:before {
  content: "";
  width: 8px;
  height: 1px;
  background: #000;
  position: absolute;
  top: 11px;
  left: 0;
}
.single__side-items ul li:not(:first-of-type) {
  margin-top: 4px;
}
.single__side-items ul li a {
  line-height: 1.41;
}
.single__side-items ul li a:hover {
  color: #D0AF52;
}

.archive_content article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 575px) {
  .archive_content article {
    display: block;
  }
}
.archive_content article:not(:first-of-type) {
  margin-top: 50px;
  border-top: 1px solid #f6f6f4;
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  .archive_content article:not(:first-of-type) {
    margin-top: 25px;
    padding-top: 30px;
  }
}
.archive_content article .archive_img {
  width: 300px;
  height: 200px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (max-width: 1219px) {
  .archive_content article .archive_img {
    width: 250px;
    height: 180px;
  }
}
@media screen and (max-width: 767px) {
  .archive_content article .archive_img {
    width: 200px;
    height: 130px;
  }
}
@media screen and (max-width: 575px) {
  .archive_content article .archive_img {
    width: 90%;
    max-width: 300px;
    height: 200px;
    margin: 0 auto 20px;
  }
}
.archive_content article .archive_img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}
.archive_content article .archive_txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 40px;
}
@media screen and (max-width: 767px) {
  .archive_content article .archive_txt {
    margin-left: 30px;
  }
}
@media screen and (max-width: 575px) {
  .archive_content article .archive_txt {
    margin: 0;
  }
}
.archive_content article .archive_txt .cate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.archive_content article .archive_txt .cate .day {
  font-size: 1.4rem;
  margin-right: 10px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .archive_content article .archive_txt .cate .day {
    font-size: 1.2rem;
  }
}
.archive_content article .archive_txt .cate .cate {
  font-size: 1.2rem;
  padding: 3px 12px 3px;
  border: 1px solid #e2e2e2;
  border-radius: 50px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .archive_content article .archive_txt .cate .cate {
    font-size: 1.1rem;
  }
}
.archive_content article .archive_txt h2 {
  margin-top: 16px;
}
@media screen and (max-width: 1219px) {
  .archive_content article .archive_txt h2 {
    margin-top: 6px;
  }
}
.archive_content article .archive_txt h2 a {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.41;
}
@media screen and (max-width: 1219px) {
  .archive_content article .archive_txt h2 a {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .archive_content article .archive_txt h2 a {
    font-size: 1.8rem;
  }
}
.archive_content article .archive_txt h2 a:hover {
  color: #D0AF52;
}
.archive_content article .archive_txt p {
  margin-top: 8px;
}
@media screen and (max-width: 1219px) {
  .archive_content article .archive_txt p {
    margin-top: 4px;
  }
}

.wp-pagenavi {
  text-align: center;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi {
    margin-top: 40px;
  }
}
.wp-pagenavi a {
  font-size: 1.6rem;
  line-height: 1;
  padding: 10px 14px;
  border: 1px solid #ccc;
}
@media screen and (max-width: 575px) {
  .wp-pagenavi a {
    font-size: 1.4rem;
  }
}
.wp-pagenavi a:hover {
  background: #000;
  color: #fff;
}
.wp-pagenavi .current {
  font-size: 1.6rem;
  line-height: 1;
  padding: 6px 14px;
  border: 1px solid #ccc;
  background: #000;
  color: #fff;
}
@media screen and (max-width: 575px) {
  .wp-pagenavi .current {
    font-size: 1.4rem;
    padding: 7px 14px;
  }
}
.wp-pagenavi .extend {
  border: none;
}

.privacy_block {
  margin-top: 42px;
}
@media screen and (max-width: 767px) {
  .privacy_block {
    margin-top: 30px;
  }
}
@media screen and (max-width: 575px) {
  .privacy_block {
    margin-top: 24px;
  }
}
.privacy_block h4 {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 12px;
}
@media screen and (max-width: 991px) {
  .privacy_block h4 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .privacy_block h4 {
    font-size: 1.8rem;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 575px) {
  .privacy_block h4 {
    font-size: 1.6rem;
  }
}
.privacy_block p {
  font-weight: 500;
}

.company_table {
  background: #fff;
  padding: 60px 80px;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .company_table {
    padding: 30px 40px;
  }
}
@media screen and (max-width: 575px) {
  .company_table {
    padding: 20px 26px;
  }
}
.company_table table {
  width: 100%;
  border-collapse: collapse;
}
.company_table table a.map_color {
  color: #D0AF52;
}
.company_table table tr:not(:last-of-type) {
  border-bottom: 1px solid #f3f3f3;
}
.company_table table tr th, .company_table table tr td {
  padding: 16px 0;
  text-align: left;
  vertical-align: top;
  font-weight: 500;
}
@media screen and (max-width: 575px) {
  .company_table table tr th, .company_table table tr td {
    width: 100% !important;
    display: block;
  }
}
.company_table table tr th {
  width: 200px;
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  .company_table table tr th {
    width: 140px;
  }
}
@media screen and (max-width: 575px) {
  .company_table table tr th {
    padding: 12px 0 4px;
  }
}
@media screen and (max-width: 575px) {
  .company_table table tr td {
    padding: 0 0 12px;
  }
}
.company_table table tr ul {
  list-style: none;
}
.company_table table tr ul li {
  font-weight: 500;
}
.company_table table tr ul li:not(:first-of-type) {
  margin-top: 5px;
}
.company_table table tr ul li img {
  margin-left: 10px;
}
.company_table table tr ul li .insurance_img {
  margin-left: 10px;
  font-size: 1.2rem;
  padding: 2px 6px;
  border-radius: 50px;
  background: #f6f6f4;
}
@media screen and (max-width: 575px) {
  .company_table table tr ul li .insurance_img {
    font-size: 1.1rem;
  }
}

.about_house article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .about_house article {
    display: block;
  }
}
.about_house article.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.about_house_img {
  width: 600px;
}
@media screen and (max-width: 1219px) {
  .about_house_img {
    width: 500px;
  }
}
@media screen and (max-width: 991px) {
  .about_house_img {
    width: 100%;
    text-align: center;
  }
}
.about_house_txt {
  width: calc(100% - 640px);
}
@media screen and (max-width: 1219px) {
  .about_house_txt {
    width: calc(100% - 540px);
  }
}
@media screen and (max-width: 991px) {
  .about_house_txt {
    width: 100%;
    margin-top: 20px;
  }
}
.about_house_txt .ttl {
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .about_house_txt .ttl {
    font-size: 2.2rem;
    margin-bottom: 12px;
  }
}
.about_house_txt table {
  width: 100%;
  border-collapse: collapse;
}
.about_house_txt table tr th, .about_house_txt table tr td {
  font-size: 1.4rem;
  text-align: left;
  border: 1px solid #ddd;
  padding: 14px 20px;
}
@media screen and (max-width: 767px) {
  .about_house_txt table tr th, .about_house_txt table tr td {
    font-size: 1.3rem;
    padding: 12px 10px;
  }
}
.about_house_txt table tr th {
  width: 160px;
  background: #f5f5f5;
}
@media screen and (max-width: 767px) {
  .about_house_txt table tr th {
    width: 120px;
  }
}
.about_house_link {
  text-align: center;
  font-size: 0;
  margin-top: 30px;
}
.about_house_link a {
  border: 1px solid #000;
  padding: 16px 80px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  font-size: 1.4rem;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 50px;
  font-weight: 700;
}
@media screen and (max-width: 1219px) {
  .about_house_link a {
    padding: 16px 60px;
  }
}
@media screen and (max-width: 575px) {
  .about_house_link a {
    padding: 14px 40px;
  }
}
.about_house_link a:not(:first-of-type) {
  margin-left: 20px;
}
@media screen and (max-width: 575px) {
  .about_house_link a:not(:first-of-type) {
    margin-left: 12px;
  }
}
.about_house_link a:hover {
  background: #000;
  color: #fff;
}

.telarea_sp {
  border: 2px solid #000;
  padding: 20px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .telarea_sp {
    margin-top: 12px;
  }
}
.telarea_sp h3 {
  font-size: 3rem;
  font-weight: 900;
  margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .telarea_sp h3 {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 575px) {
  .telarea_sp h3 {
    font-size: 2.6rem;
    margin-bottom: 4px;
  }
}
.telarea_sp a {
  position: relative;
  padding-left: 50px;
  font-size: 4.2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .telarea_sp a {
    font-size: 2.6rem;
    padding-left: 32px;
  }
}
.telarea_sp a:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 53%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 42px;
  height: 42px;
  background: url(../images/phone-call.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .telarea_sp a:before {
    width: 26px;
    height: 26px;
  }
}
.telarea_sp p {
  font-size: 1.2rem;
  margin-top: 10px;
  font-weight: 700;
}
@media screen and (max-width: 575px) {
  .telarea_sp p {
    margin-top: 4px;
  }
}

.houseDeco_txt h2 {
  position: relative;
  padding: 60px 0 0 30px;
  font-size: 4rem;
  font-family: "Zen Old Mincho", serif;
  display: inline-block;
}
@media screen and (max-width: 991px) {
  .houseDeco_txt h2 {
    font-size: 3rem;
    padding-top: 50px;
  }
}
@media screen and (max-width: 575px) {
  .houseDeco_txt h2 {
    font-size: 2rem;
    padding: 30px 0 0 20px;
  }
}
.houseDeco_txt h2 img {
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 991px) {
  .houseDeco_txt h2 img {
    width: 120px;
  }
}
@media screen and (max-width: 575px) {
  .houseDeco_txt h2 img {
    width: 80px;
  }
}

.reson_content_txt {
  width: calc(100% - 20px);
  max-width: 1100px;
  margin: -40px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 991px) {
  .reson_content_txt {
    margin-top: 30px;
  }
}
.reson_content_txt_Introduction {
  width: 550px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 1219px) {
  .reson_content_txt_Introduction {
    width: 450px;
  }
}
@media screen and (max-width: 991px) {
  .reson_content_txt_Introduction {
    width: 100%;
  }
}
.reson_content_txt_Introduction figure {
  width: 180px;
}
@media screen and (max-width: 575px) {
  .reson_content_txt_Introduction figure {
    width: 120px;
  }
}
.reson_content_txt_Introduction_items {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 20px;
}
.reson_content_txt_Introduction_items h3 {
  font-size: 1.8rem;
  font-weight: 600;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}
.reson_content_txt_Introduction_items h3 .sm {
  font-size: 1.5rem;
  margin-right: 10px;
}
.reson_content_txt_Introduction_items h3 .yomi {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
}
.reson_content_txt_Introduction_items p {
  font-size: 1.4rem;
  margin-top: 10px;
  font-weight: 500;
}
.reson_content_txt_catch {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 80px;
  padding-top: 50px;
}
@media screen and (max-width: 1219px) {
  .reson_content_txt_catch {
    margin-left: 60px;
  }
}
@media screen and (max-width: 991px) {
  .reson_content_txt_catch {
    margin-left: 0;
    padding-top: 25px;
  }
}
.reson_content_txt_catch h2 {
  font-size: 2.2rem;
  font-family: "Zen Old Mincho", serif;
  line-height: 1.51;
}
@media screen and (max-width: 1219px) {
  .reson_content_txt_catch h2 {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 575px) {
  .reson_content_txt_catch h2 {
    font-size: 1.6rem;
  }
}
.reson_content_txt.reverse .reson_content_txt_catch {
  margin-left: 0 !important;
  margin-right: 80px !important;
}
@media screen and (max-width: 1219px) {
  .reson_content_txt.reverse .reson_content_txt_catch {
    margin-right: 60px;
  }
}
@media screen and (max-width: 991px) {
  .reson_content_txt.reverse .reson_content_txt_catch {
    margin-right: 0 !important;
    padding-top: 25px;
  }
}
.reson_content_txt.reverse .reson_content_txt_Introduction {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}
.reson_content_txt.reverse .reson_content_txt_Introduction_items {
  margin-left: 0 !important;
  margin-right: 20px !important;
}

.reson_point {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.reson_point_catch {
  position: relative;
}
.reson_point_catch figure.right {
  width: calc(100% - 80px);
  margin-left: 80px;
}
@media screen and (max-width: 767px) {
  .reson_point_catch figure.right {
    width: calc(100% - 50px);
    margin-left: 50px;
  }
}
@media screen and (max-width: 575px) {
  .reson_point_catch figure.right {
    width: 100%;
    margin-left: 0;
  }
}
.reson_point_catch figure.left {
  width: calc(100% - 80px);
  margin-right: 80px;
}
@media screen and (max-width: 767px) {
  .reson_point_catch figure.left {
    width: calc(100% - 50px);
    margin-right: 50px;
  }
}
@media screen and (max-width: 575px) {
  .reson_point_catch figure.left {
    width: 100%;
    margin-right: 0;
  }
}
.reson_point_catch_ttl {
  position: absolute;
}
@media screen and (max-width: 575px) {
  .reson_point_catch_ttl {
    position: static;
    width: calc(100% - 40px);
    margin: 20px auto 0;
  }
}
.reson_point_catch_ttl h2 {
  margin: 0;
  font-size: 4rem;
  font-family: "Zen Old Mincho", serif;
  background: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(0%, #fff));
  background: linear-gradient(transparent 0, #fff 0%);
  display: inline;
  line-height: 1.71;
  font-weight: 600;
  /*横に余白をつけたり、下にずらしたりするときは以下のpaddingを調整してください*/
}
@media screen and (max-width: 1219px) {
  .reson_point_catch_ttl h2 {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 991px) {
  .reson_point_catch_ttl h2 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 575px) {
  .reson_point_catch_ttl h2 {
    font-size: 2.4rem;
  }
}
.reson_point_catch_ttl h2 .green {
  color: #8fc31f;
}
.reson_point_catch_ttl.first {
  top: 100px;
  left: 0;
}
@media screen and (max-width: 1219px) {
  .reson_point_catch_ttl.first {
    left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .reson_point_catch_ttl.first {
    top: 10px;
  }
}
@media screen and (max-width: 575px) {
  .reson_point_catch_ttl.first {
    top: 0;
  }
}
.reson_point_catch_ttl.second {
  top: 100px;
  right: 0;
}
@media screen and (max-width: 1219px) {
  .reson_point_catch_ttl.second {
    right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .reson_point_catch_ttl.second {
    top: 10px;
  }
}
@media screen and (max-width: 575px) {
  .reson_point_catch_ttl.second {
    top: 0;
  }
}
.reson_point_catch_ttl.third {
  top: 240px;
  left: 0;
}
@media screen and (max-width: 1219px) {
  .reson_point_catch_ttl.third {
    left: 20px;
  }
}
@media screen and (max-width: 991px) {
  .reson_point_catch_ttl.third {
    top: 140px;
  }
}
@media screen and (max-width: 767px) {
  .reson_point_catch_ttl.third {
    top: 10px;
  }
}
@media screen and (max-width: 575px) {
  .reson_point_catch_ttl.third {
    top: 0;
  }
}

.reason_square {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 575px) {
  .reason_square {
    display: block;
  }
}
.reason_square_img {
  width: 460px;
}
@media screen and (max-width: 991px) {
  .reason_square_img {
    width: 320px;
  }
}
@media screen and (max-width: 767px) {
  .reason_square_img {
    width: 200px;
  }
}
@media screen and (max-width: 575px) {
  .reason_square_img {
    width: 100%;
    max-width: 460px;
    margin: 0 auto 20px;
  }
}
.reason_square_txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 80px;
}
@media screen and (max-width: 991px) {
  .reason_square_txt {
    margin-left: 50px;
  }
}
@media screen and (max-width: 767px) {
  .reason_square_txt {
    margin-left: 30px;
  }
}
@media screen and (max-width: 575px) {
  .reason_square_txt {
    margin: 0;
  }
}
.reason_square_txt h2 {
  font-size: 3.2rem;
  font-weight: 600;
  font-family: "Zen Old Mincho", serif;
}
@media screen and (max-width: 991px) {
  .reason_square_txt h2 {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 575px) {
  .reason_square_txt h2 {
    font-size: 2.1rem;
  }
}
.reason_square_txt p {
  font-size: 2.4rem;
  font-weight: 600;
  font-family: "Zen Old Mincho", serif;
  margin-top: 20px;
}
@media screen and (max-width: 991px) {
  .reason_square_txt p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .reason_square_txt p {
    margin-top: 10px;
  }
}
@media screen and (max-width: 575px) {
  .reason_square_txt p {
    font-size: 1.4rem;
  }
}
.reason_square:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.reason_square:nth-of-type(even) .reason_square_txt {
  margin-right: 80px;
  margin-left: 0;
}
@media screen and (max-width: 991px) {
  .reason_square:nth-of-type(even) .reason_square_txt {
    margin-right: 50px;
  }
}
@media screen and (max-width: 767px) {
  .reason_square:nth-of-type(even) .reason_square_txt {
    margin-right: 30px;
  }
}
@media screen and (max-width: 575px) {
  .reason_square:nth-of-type(even) .reason_square_txt {
    margin: 0;
  }
}

.reason_home {
  width: 100%;
  padding: 120px 0;
  background: url(../images/reason_home_bg_20220906.jpg) no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .reason_home {
    padding: 100px 0;
  }
}
@media screen and (max-width: 767px) {
  .reason_home {
    padding: 60px 0;
  }
}
.reason_home_box {
  display: inline-block;
  background: #000;
  padding: 50px 60px;
}
@media screen and (max-width: 767px) {
  .reason_home_box {
    padding: 40px 40px;
  }
}
@media screen and (max-width: 575px) {
  .reason_home_box {
    max-width: calc(100% - 60px);
    padding: 30px 20px;
  }
}
.reason_home_box h2 {
  font-size: 3.2rem;
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  line-height: 1.91;
}
@media screen and (max-width: 991px) {
  .reason_home_box h2 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .reason_home_box h2 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 575px) {
  .reason_home_box h2 {
    font-size: 2rem;
  }
}

.reason_footer {
  width: 100%;
  background: url(../images/reason_footer.jpg) no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  padding: 65px 20px;
  text-align: center;
  position: relative;
}
.reason_footer h4 {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .reason_footer h4 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .reason_footer h4 img {
    width: 140px;
  }
}
.reason_footer h2 {
  font-size: 3.2rem;
  font-family: "Zen Old Mincho", serif;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .reason_footer h2 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 575px) {
  .reason_footer h2 {
    font-size: 1.8rem;
  }
}
.reason_footer .link_btn_center {
  margin-top: 120px;
}
@media screen and (max-width: 1379px) {
  .reason_footer .link_btn_center {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .reason_footer .link_btn_center {
    margin-top: 40px;
  }
}
.reason_footer_landscape {
  width: calc(100% - 20px);
  max-width: 1400px;
  position: absolute;
  bottom: 160px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 1379px) {
  .reason_footer_landscape {
    display: none;
  }
}
.reason_footer_landscape figure:nth-of-type(1) {
  position: absolute;
  top: 0;
  left: 0;
}
.reason_footer_landscape figure:nth-of-type(2) {
  position: absolute;
  top: 0;
  right: 0;
}

.service_footer_select {
  background: url(../images/page_select_bg.png) no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.service_footer_select .l-base {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .service_footer_select .l-base {
    display: block;
  }
}
.service_footer_select_items {
  width: 322px;
  height: 322px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1219px) {
  .service_footer_select_items {
    width: 280px;
    height: 280px;
  }
}
@media screen and (max-width: 991px) {
  .service_footer_select_items {
    width: 215px;
    height: 215px;
  }
}
@media screen and (max-width: 767px) {
  .service_footer_select_items {
    width: 100%;
    max-width: 322px;
    height: 200px;
    margin-left: auto;
    margin-right: auto;
  }
  .service_footer_select_items:not(:first-of-type) {
    margin-top: 16px;
  }
}
.service_footer_select_items:hover {
  opacity: 0.7;
}
.service_footer_select_items:nth-of-type(1) {
  background: url(../images/about_items_bg_01.jpg) no-repeat;
  background-size: cover;
}
.service_footer_select_items:nth-of-type(2) {
  background: url(../images/about_items_bg_02.jpg) no-repeat;
  background-size: cover;
}
.service_footer_select_items:nth-of-type(3) {
  background: url(../images/about_items_bg_03.jpg) no-repeat;
  background-size: cover;
}
.service_footer_select_items_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90%;
  text-align: center;
}
.service_footer_select_items a {
  width: 100%;
  height: 100%;
}
.service_footer_select_items a h3 {
  color: #fff;
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.81;
  margin-top: 20px;
}
@media screen and (max-width: 991px) {
  .service_footer_select_items a h3 {
    font-size: 1.5rem;
  }
}
.service_footer_select_items a p {
  color: #fff;
  font-size: 1.3rem;
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  border-bottom: 2px solid #fff;
  padding-bottom: 3px;
  margin-top: 20px;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  .service_footer_select_items a p {
    margin-top: 10px;
  }
}
.service_footer_select_items .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: rgba(0, 0, 0, 0.5);
}
.service_footer_select_items.hpver_no {
  opacity: 1 !important;
}

.document_bnr_all {
  width: 100%;
  background: url(../images/document_bnr_bg.jpg) no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.document_bnr_all a {
  width: 100%;
}
.document_bnr_all .document_bnr_all_inner {
  width: 800px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1219px) {
  .document_bnr_all .document_bnr_all_inner {
    width: 700px;
  }
}
@media screen and (max-width: 991px) {
  .document_bnr_all .document_bnr_all_inner {
    width: 560px;
  }
}
@media screen and (max-width: 767px) {
  .document_bnr_all .document_bnr_all_inner {
    width: auto;
  }
  .document_bnr_all .document_bnr_all_inner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
  }
}
.document_bnr_all_img {
  position: absolute;
  width: 407px;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-56%) rotate(23deg);
          transform: translateY(-56%) rotate(23deg);
}
@media screen and (max-width: 1219px) {
  .document_bnr_all_img {
    width: 340px;
  }
}
@media screen and (max-width: 991px) {
  .document_bnr_all_img {
    width: 260px;
    right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .document_bnr_all_img {
    z-index: 100;
    width: 230px;
  }
}
@media screen and (max-width: 575px) {
  .document_bnr_all_img {
    width: 113px;
    height: 111px;
    top: 80px;
    right: 20px;
  }
}
.document_bnr_all_txt {
  width: 334px;
  background: #000;
  padding: 100px 40px;
  text-align: center;
  color: #fff;
  font-family: "Zen Old Mincho", serif;
}
@media screen and (max-width: 1219px) {
  .document_bnr_all_txt {
    padding: 60px 40px;
  }
}
@media screen and (max-width: 991px) {
  .document_bnr_all_txt {
    width: 260px;
    padding: 30px 10px;
  }
}
@media screen and (max-width: 767px) {
  .document_bnr_all_txt {
    margin: 0 auto;
    position: relative;
    z-index: 101;
    width: 100%;
    background: none;
    text-shadow: 0 0 3px #000;
    padding: 20px 10px 20px;
  }
}
@media screen and (max-width: 575px) {
  .document_bnr_all_txt {
    width: 100%;
  }
}
.document_bnr_all_txt .border_txt {
  display: inline-block;
  font-size: 1.4rem;
  border: 1px solid #fff;
  padding: 6px 16px;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 991px) {
  .document_bnr_all_txt .border_txt {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .document_bnr_all_txt .border_txt {
    position: relative;
    z-index: 1;
  }
}
@media screen and (max-width: 575px) {
  .document_bnr_all_txt .border_txt {
    font-size: 1.1rem;
  }
}
.document_bnr_all_txt h4 {
  font-size: 1.6rem;
  margin-top: 20px;
}
@media screen and (max-width: 991px) {
  .document_bnr_all_txt h4 {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .document_bnr_all_txt h4 {
    position: relative;
    z-index: 1;
  }
}
@media screen and (max-width: 575px) {
  .document_bnr_all_txt h4 {
    font-size: 1.3rem;
  }
}
.document_bnr_all_txt h2 {
  font-size: 3rem;
  line-height: 1.41;
  margin-top: 12px;
}
@media screen and (max-width: 991px) {
  .document_bnr_all_txt h2 {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  .document_bnr_all_txt h2 {
    position: relative;
    z-index: 1;
  }
}
@media screen and (max-width: 575px) {
  .document_bnr_all_txt h2 {
    font-size: 2.2rem;
    margin-top: 3px;
  }
}
.document_bnr_all_txt p {
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 14px;
  line-height: 1.81;
  font-weight: 400;
}
@media screen and (max-width: 991px) {
  .document_bnr_all_txt p {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .document_bnr_all_txt p {
    position: relative;
    z-index: 1;
  }
}
@media screen and (max-width: 575px) {
  .document_bnr_all_txt p {
    font-size: 1.1rem;
    margin-top: 10px;
  }
}

.estate__detail__visual {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 991px) {
  .estate__detail__visual {
    display: block;
  }
}
.estate__detail__visual figure {
  width: 600px;
}
@media screen and (max-width: 1219px) {
  .estate__detail__visual figure {
    width: 550px;
  }
}
@media screen and (max-width: 991px) {
  .estate__detail__visual figure {
    width: 100%;
    text-align: center;
  }
}
.estate__detail__visual .text__area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 40px;
  overflow-y: auto;
}
@media screen and (max-width: 991px) {
  .estate__detail__visual .text__area {
    margin: 20px 0 0;
    border: none;
  }
}
@media screen and (max-width: 767px) {
  .estate__detail__visual .text__area {
    padding: 0;
  }
}
.estate__detail__visual .text__area h2 {
  font-size: 2.2rem;
  margin: 0 0 4px 0;
  font-weight: 700;
}
@media screen and (max-width: 575px) {
  .estate__detail__visual .text__area h2 {
    font-size: 2rem;
  }
}
.estate__detail__visual .text__area h3 {
  font-size: 1.4rem;
  border-bottom: 1px solid #000;
  padding-bottom: 13px;
  margin: 0;
  font-weight: 700;
}
.estate__detail__visual .text__area table {
  width: 100%;
  border-collapse: collapse;
  margin: 13px 0 0;
}
.estate__detail__visual .text__area table td {
  font-size: 1.4rem;
  text-align: left;
  vertical-align: top;
  padding: 2px 0;
}
.estate__detail__visual .text__area table th {
  font-size: 1.4rem;
  text-align: left;
  vertical-align: top;
  padding: 2px 0;
  width: 118px;
  font-weight: 400;
}
.estate__detail__visual .text__area h6 {
  font-size: 1.4rem;
  margin: 13px 0 0;
  position: relative;
  padding-left: 1.2em;
}
.estate__detail__visual .text__area h6:before {
  content: "★";
  position: absolute;
  top: 0;
  left: 0;
}

.estate__detail--text {
  width: 100%;
  max-width: 1200px;
  background: #2d2d2d;
}
.estate__detail--text ul {
  list-style: none;
  margin: 0;
  padding: 0;
  padding: 20px 20px 10px;
}
@media screen and (max-width: 575px) {
  .estate__detail--text ul {
    padding: 20px 10px 10px;
  }
}
.estate__detail--text ul li {
  font-size: 1.4rem;
  padding: 0 15px;
  color: #fff;
  display: inline-block;
  border-right: 1px solid #fff;
  font-weight: 400;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .estate__detail--text ul li {
    font-size: 1.3rem;
  }
}
.estate__detail--text ul li:last-child {
  border: none;
}

.btn__three--page {
  text-align: center;
}
.btn__three--page .link__items {
  display: inline-block;
}
.btn__three--page .link__items:nth-of-type(n + 2) {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .btn__three--page .link__items {
    display: block;
    text-align: center;
  }
  .btn__three--page .link__items:not(:first-of-type) {
    margin: 10px 0 0 !important;
  }
}
.btn__three--page .link__items a {
  border: 1px solid #000;
  padding: 16px 60px;
  display: block;
  text-decoration: none;
  text-align: center;
  font-size: 1.4rem;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 50px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .btn__three--page .link__items a {
    max-width: 300px;
    margin: 0 auto;
  }
}
.btn__three--page .link__items a:hover {
  background: #000;
  color: #fff;
}

.estate__textarea h2 {
  font-size: 2.8rem;
  margin: 0 0 8px;
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  .estate__textarea h2 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .estate__textarea h2 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 575px) {
  .estate__textarea h2 {
    font-size: 2rem;
  }
}

.estate__slideshow {
  margin-top: 60px;
}
.estate__slideshow .slideshow {
  padding: 0;
}

.experience-points {
  margin-left: -20px;
  margin-right: -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .experience-points {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media screen and (max-width: 575px) {
  .experience-points {
    margin-left: 0;
    margin-right: 0;
  }
}
.experience-points .point__items {
  padding: 0 20px;
  margin-top: 38px;
  width: 50%;
}
.experience-points .point__items:first-child, .experience-points .point__items:nth-child(2) {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .experience-points .point__items {
    padding: 0 10px;
  }
}
@media screen and (max-width: 575px) {
  .experience-points .point__items {
    width: 100%;
    padding: 0 20px;
  }
  .experience-points .point__items:not(:first-of-type) {
    margin-top: 20px !important;
  }
}
.experience-points .point__items .img__area {
  width: 100%;
}
.experience-points .point__items h2 {
  font-size: 2.2rem;
  margin: 16px 0 6px;
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  .experience-points .point__items h2 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 575px) {
  .experience-points .point__items h2 {
    font-size: 1.8rem;
  }
}

.gmap__area {
  width: 100%;
  max-width: 1220px;
  padding: 0 10px;
}
.gmap__area .gmap {
  width: 100%;
  margin-bottom: 4px;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.gmap__area .gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.gmap__area p {
  margin-top: 10px;
}

.service-tabs__menu {
  text-align: center;
}
@media screen and (max-width: 575px) {
  .service-tabs__menu {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.service-tabs__menu-item {
  display: inline-block;
  font-size: 1.6rem;
  padding: 18px 30px;
  font-weight: 700;
  width: 400px;
  border: 2px solid #000;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .service-tabs__menu-item {
    width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .service-tabs__menu-item {
    width: 240px;
    padding: 16px 20px;
  }
}
@media screen and (max-width: 575px) {
  .service-tabs__menu-item {
    font-size: 1.4rem;
    width: 48%;
    padding: 16px 10px;
  }
}
.service-tabs__menu-item:not(:first-of-type) {
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .service-tabs__menu-item:not(:first-of-type) {
    margin-left: 20px;
  }
}
@media screen and (max-width: 575px) {
  .service-tabs__menu-item:not(:first-of-type) {
    margin-left: 4%;
  }
}
.service-tabs__menu-item.is-active {
  background: #000;
  color: #fff;
  cursor: default;
}
.service-tabs__body {
  display: none;
}
.service-tabs__body.is-active {
  display: block;
}

.staffblog_member {
  padding: 20px;
  border: 1px solid #f3f3f3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 575px) {
  .staffblog_member {
    padding: 10px;
  }
}
.staffblog_member figure {
  width: 140px;
}
@media screen and (max-width: 575px) {
  .staffblog_member figure {
    width: 100px;
  }
}
.staffblog_member p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 20px;
}
@media screen and (max-width: 575px) {
  .staffblog_member p {
    margin-left: 15px;
  }
}
.staffblog_member p span {
  font-size: 1.6rem;
  font-family: "Inter", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 575px) {
  .staffblog_member p span {
    font-size: 1.4rem;
  }
}
.staffblog_member p a {
  font-size: 2rem;
  font-weight: 700;
  display: block;
}
@media screen and (max-width: 575px) {
  .staffblog_member p a {
    font-size: 1.6rem;
  }
}

.footer_ext_bnr_all a {
  width: 100%;
  display: block;
  text-align: center;
  background: url(../images/section_ext_bg_01.webp) no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  padding: 80px 40px;
}
@media screen and (max-width: 767px) {
  .footer_ext_bnr_all a {
    padding: 60 30px;
  }
}
@media screen and (max-width: 575px) {
  .footer_ext_bnr_all a {
    padding: 40px 20px;
  }
}
.footer_ext_bnr_all a h2 {
  font-size: 3.6rem;
  font-family: "Zen Old Mincho", serif;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .footer_ext_bnr_all a h2 {
    font-size: 3rem;
  }
}
.footer_ext_bnr_all a p {
  color: #fff;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  margin-top: 20px;
}
.footer_ext_bnr_column {
  margin-top: 2%;
}
.footer_ext_bnr_column_items {
  width: 49%;
  background: #2d2d2d;
}
.footer_ext_bnr_column_items:nth-of-type(1) {
  background: url(../images/section_ext_bg_02.webp) no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.footer_ext_bnr_column_items:nth-of-type(2) {
  background: url(../images/section_ext_bg_03.webp) no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
@media screen and (max-width: 991px) {
  .footer_ext_bnr_column_items {
    width: 100%;
  }
  .footer_ext_bnr_column_items:not(:first-of-type) {
    margin-top: 2%;
  }
}
.footer_ext_bnr_column_items a {
  width: 100%;
  display: block;
  padding: 60px 20px;
}
@media screen and (max-width: 767px) {
  .footer_ext_bnr_column_items a {
    padding: 60 20px;
  }
}
@media screen and (max-width: 575px) {
  .footer_ext_bnr_column_items a {
    padding: 40px 20px;
  }
}
.footer_ext_bnr_column_items a h2 {
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  font-family: "Zen Old Mincho", serif;
  line-height: 1.61;
}
.footer_ext_bnr_column_items a h2 .en {
  display: block;
  font-size: 3.4rem;
}
.footer_ext_bnr_column_items a p {
  text-align: center;
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  margin-top: 30px;
}
.footer_ext_bnr_plan a {
  width: 100%;
  display: block;
  background: url(../images/section_ext_plan_bg.webp) no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  padding: 80px 20px 60px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer_ext_bnr_plan a:hover {
  opacity: 0.8;
}
.footer_ext_bnr_plan a figure {
  width: 100%;
  max-width: 484px;
  margin: 0 auto;
}
.footer_ext_bnr_plan a figure img {
  width: 100%;
  height: auto;
}

.reserve_bnr_content {
  width: 100%;
}
.reserve_bnr_content a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  background: #2d2d2d;
  padding: 80px 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .reserve_bnr_content a {
    padding: 60px 20px;
  }
}
.reserve_bnr_content a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.reserve_bnr_content a:hover {
  opacity: 0.8;
}
.reserve_bnr_content a h3 {
  font-size: 3.6rem;
  font-weight: 700;
  margin: 0;
  color: #fff;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .reserve_bnr_content a h3 {
    font-size: 3.2rem;
  }
}
.reserve_bnr_content a h4 {
  font-size: 1.4rem;
  margin-top: 10px;
  color: #fff;
  position: relative;
  z-index: 1;
}
.reserve_bnr_content a p {
  display: inline-block;
  padding: 10px 60px;
  border-radius: 100px;
  border: 2px solid #fff;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 1.4rem;
  margin-top: 30px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .reserve_bnr_content a p {
    margin-top: 20px;
  }
}
@media screen and (max-width: 575px) {
  .reserve_bnr_content a p {
    padding: 10px 40px;
  }
}
.reserve_bnr_content.umebayashi a {
  background: url(../images/rhouse_modelhouse_bg_umebayashi.webp) no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
}
.reserve_bnr_content.ishin a {
  background: url(../images/rhouse_modelhouse_bg_kashii.webp) no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
}
.reserve_bnr_content.modelhouse-23397 a {
  background: url(../images/rhouse_modelhouse_bg_kasuga.webp) no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
}
.reserve_bnr_content.shiryoukan a {
  background: url(../images/rhouse_modelhouse_bg_shiryoukan.webp) no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
}

.u-margintop--xl {
  margin-top: 150px;
}
@media screen and (max-width: 991px) {
  .u-margintop--xl {
    margin-top: 120px;
  }
}
@media screen and (max-width: 767px) {
  .u-margintop--xl {
    margin-top: 80px;
  }
}

.u-margintop--lg {
  margin-top: 110px;
}
@media screen and (max-width: 991px) {
  .u-margintop--lg {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .u-margintop--lg {
    margin-top: 60px;
  }
}

.u-margintop--mm {
  margin-top: 90px;
}
@media screen and (max-width: 991px) {
  .u-margintop--mm {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .u-margintop--mm {
    margin-top: 50px;
  }
}

.u-margintop--md {
  margin-top: 75px;
}
@media screen and (max-width: 991px) {
  .u-margintop--md {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .u-margintop--md {
    margin-top: 40px;
  }
}

.u-margintop--ms {
  margin-top: 40px;
}
@media screen and (max-width: 991px) {
  .u-margintop--ms {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .u-margintop--ms {
    margin-top: 30px;
  }
}

.u-margintop--xs {
  margin-top: 30px;
}
@media screen and (max-width: 991px) {
  .u-margintop--xs {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .u-margintop--xs {
    margin-top: 16px;
  }
}

.u-marginbottom--xl {
  margin-bottom: 150px;
}
@media screen and (max-width: 991px) {
  .u-marginbottom--xl {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 767px) {
  .u-marginbottom--xl {
    margin-bottom: 80px;
  }
}

.u-marginbottom--lg {
  margin-bottom: 120px;
}
@media screen and (max-width: 991px) {
  .u-marginbottom--lg {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .u-marginbottom--lg {
    margin-bottom: 60px;
  }
}

.u-marginbottom--mm {
  margin-bottom: 90px;
}
@media screen and (max-width: 991px) {
  .u-marginbottom--mm {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .u-marginbottom--mm {
    margin-bottom: 40px;
  }
}

.u-marginbottom--md {
  margin-bottom: 75px;
}
@media screen and (max-width: 991px) {
  .u-marginbottom--md {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .u-marginbottom--md {
    margin-bottom: 30px;
  }
}

.u-marginbottom--ms {
  margin-bottom: 40px;
}
@media screen and (max-width: 991px) {
  .u-marginbottom--ms {
    margin-bottom: 30px;
  }
}
.u-padding--xl {
  padding: 150px 0;
}
@media screen and (max-width: 991px) {
  .u-padding--xl {
    padding: 120px 0;
  }
}
@media screen and (max-width: 767px) {
  .u-padding--xl {
    padding: 80px 0;
  }
}

.u-padding--lg {
  padding: 120px 0;
}
@media screen and (max-width: 991px) {
  .u-padding--lg {
    padding: 80px 0;
  }
}
@media screen and (max-width: 767px) {
  .u-padding--lg {
    padding: 60px 0;
  }
}

.u-padding--mm {
  padding: 90px 0;
}
@media screen and (max-width: 991px) {
  .u-padding--mm {
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .u-padding--mm {
    padding: 40px 0;
  }
}

.u-padding--md {
  padding: 75px 0;
}
@media screen and (max-width: 991px) {
  .u-padding--md {
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .u-padding--md {
    padding: 40px 0;
  }
}

.u-padding--ms {
  padding: 50px 0;
}
@media screen and (max-width: 991px) {
  .u-padding--ms {
    padding: 40px 0;
  }
}
@media screen and (max-width: 767px) {
  .u-padding--ms {
    padding: 30px 0;
  }
}

.u-paddingbottom--xl {
  padding-bottom: 150px;
}
@media screen and (max-width: 991px) {
  .u-paddingbottom--xl {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 767px) {
  .u-paddingbottom--xl {
    padding-bottom: 80px;
  }
}

.u-paddingbottom--lg {
  padding-bottom: 120px;
}
@media screen and (max-width: 991px) {
  .u-paddingbottom--lg {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .u-paddingbottom--lg {
    padding-bottom: 60px;
  }
}

.u-paddingbottom--mm {
  padding-bottom: 90px;
}
@media screen and (max-width: 991px) {
  .u-paddingbottom--mm {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .u-paddingbottom--mm {
    padding-bottom: 40px;
  }
}

.u-paddingbottom--md {
  padding-bottom: 75px;
}
@media screen and (max-width: 991px) {
  .u-paddingbottom--md {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .u-paddingbottom--md {
    padding-bottom: 40px;
  }
}

.u-paddingbottom--ms {
  padding-bottom: 50px;
}
@media screen and (max-width: 991px) {
  .u-paddingbottom--ms {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .u-paddingbottom--ms {
    padding-bottom: 30px;
  }
}

.u-paddingtop--xl {
  padding-top: 150px;
}
@media screen and (max-width: 991px) {
  .u-paddingtop--xl {
    padding-top: 120px;
  }
}
@media screen and (max-width: 767px) {
  .u-paddingtop--xl {
    padding-top: 80px;
  }
}

.u-paddingtop--lg {
  padding-top: 120px;
}
@media screen and (max-width: 991px) {
  .u-paddingtop--lg {
    padding-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .u-paddingtop--lg {
    padding-top: 60px;
  }
}

.u-paddingtop--mm {
  padding-top: 90px;
}
@media screen and (max-width: 991px) {
  .u-paddingtop--mm {
    padding-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .u-paddingtop--mm {
    padding-top: 40px;
  }
}

.u-paddingtop--md {
  padding-top: 75px;
}
@media screen and (max-width: 991px) {
  .u-paddingtop--md {
    padding-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .u-paddingtop--md {
    padding-top: 40px;
  }
}

.u-paddingtop--ms {
  padding-top: 50px;
}
@media screen and (max-width: 991px) {
  .u-paddingtop--ms {
    padding-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .u-paddingtop--ms {
    padding-top: 30px;
  }
}