@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: #000000;
  font-size: 1.7rem;
  line-height: 2;
  background-color: #fff;
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", "Noto Sans JP", sans-serif;
  font-weight: 400;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 575px) {
  body {
    font-size: 1.5rem;
  }
}
@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: #000000;
  -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;
  text-decoration: none;
}
a:hover {
  color: #000000;
}
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.6s;
          transition-duration: 0.6s;
}

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

iframe {
  border: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  line-height: 1.6;
}

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

h1, h2, h3, h4, h5, h6, p, ul, ol, li, th, td, dt, dd, a {
  margin: 0;
  padding: 0;
  letter-spacing: 0.05em;
}

ul {
  list-style: none;
}

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

.more_btn a {
  padding: 15px 90px 15px 30px;
  border-radius: 100px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  line-height: 1.2;
  position: relative;
  min-width: 220px;
  font-size: 1.5rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 575px) {
  .more_btn a {
    font-size: 1.3rem;
    min-width: 180px;
  }
}
.more_btn a .arrow {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: #000000;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.more_btn a .arrow:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-70%, -50%) rotate(45deg);
          transform: translate(-70%, -50%) rotate(45deg);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  width: 6px;
  height: 6px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.more_btn a:hover {
  background: #000000;
  color: #fff;
}
.more_btn a:hover .arrow {
  background: #fff;
}
.more_btn a:hover .arrow:before {
  border-color: #000000;
}

.more_btn_black a {
  padding: 15px 90px 15px 30px;
  border-radius: 100px;
  line-height: 1.2;
  position: relative;
  min-width: 220px;
  font-size: 1.5rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #000000;
  color: #fff;
  border: 1px solid #000000;
}
@media screen and (max-width: 575px) {
  .more_btn_black a {
    font-size: 1.3rem;
    min-width: 180px;
  }
}
.more_btn_black a .arrow {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.more_btn_black a .arrow:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-70%, -50%) rotate(45deg);
          transform: translate(-70%, -50%) rotate(45deg);
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  width: 6px;
  height: 6px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.more_btn_black a:hover {
  background: #fff;
  color: #000000;
}
.more_btn_black a:hover .arrow {
  background: #000000;
}
.more_btn_black a:hover .arrow:before {
  border-color: #fff;
}

.mainTtl {
  position: relative;
}
.mainTtl h2 {
  font-size: 3.6rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .mainTtl h2 {
    font-size: 2.8rem;
  }
}

.more_fixed {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.more_fixed a {
  padding-right: 30px;
  line-height: 1.2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 1.5rem;
}
@media screen and (max-width: 575px) {
  .more_fixed a {
    font-size: 1.3rem;
  }
}
.more_fixed a:hover {
  opacity: 0.6;
}
.more_fixed a .arrow {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-47%);
          transform: translateY(-47%);
  width: 20px;
  height: 20px;
  background: #000000;
  border-radius: 50%;
}
.more_fixed a .arrow:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-70%, -50%) rotate(45deg);
          transform: translate(-70%, -50%) rotate(45deg);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  width: 6px;
  height: 6px;
}

.subTtl {
  position: relative;
}
.subTtl h2 {
  font-size: 3rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .subTtl h2 {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 575px) {
  .subTtl h2 {
    font-size: 2.2rem;
  }
}
.subTtl .more_fixed {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding-right: 30px;
  line-height: 1.2;
}
.subTtl .more_fixed .arrow {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-47%);
          transform: translateY(-47%);
  width: 20px;
  height: 20px;
  background: #000000;
  border-radius: 50%;
}
.subTtl .more_fixed .arrow:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-70%, -50%) rotate(45deg);
          transform: translate(-70%, -50%) rotate(45deg);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  width: 6px;
  height: 6px;
}

.mainTxt h2 {
  font-size: 3rem;
  line-height: 1.6;
}
@media screen and (max-width: 575px) {
  .mainTxt h2 {
    font-size: 2.6rem;
  }
}

.ttl_line {
  position: relative;
}
.ttl_line .lines {
  position: absolute;
  top: 50%;
  right: 0;
  width: 100%;
  height: 1px;
  background: #e6e6e6;
}
.ttl_line h3 {
  display: inline-block;
  background: #fff;
  z-index: 1;
  position: relative;
  padding-right: 25px;
  font-size: 2.8rem;
  line-height: 1.6;
  font-weight: 600;
}
@media screen and (max-width: 575px) {
  .ttl_line h3 {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 767px) {
  .vertical_ttl {
    position: relative;
  }
}
.vertical_ttl h3 .lg {
  font-size: 2.8rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .vertical_ttl h3 .lg {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 575px) {
  .vertical_ttl h3 .lg {
    font-size: 2.4rem;
  }
}
.vertical_ttl h3 .sm {
  display: block;
  font-size: 1.2rem;
  margin-top: 20px;
  color: #888;
}
@media screen and (max-width: 767px) {
  .vertical_ttl h3 .sm {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .vertical_ttl .more_fixed {
    margin: 0 !important;
    position: absolute !important;
    top: 50% !important;
    right: 0 !important;
    -webkit-transform: translateY(-50%) !important;
            transform: translateY(-50%) !important;
  }
}

@media screen and (max-width: 767px) {
  .sep_temp {
    display: block;
  }
}
.sep_temp_ttl {
  width: 280px;
}
@media screen and (max-width: 991px) {
  .sep_temp_ttl {
    width: 220px;
  }
}
@media screen and (max-width: 767px) {
  .sep_temp_ttl {
    width: 100%;
  }
}
.sep_temp_ttl .more_fixed {
  display: inline-block;
  margin-top: 40px;
  position: relative;
  top: auto;
  left: auto;
  bottom: auto;
  right: auto;
  -webkit-transform: none;
          transform: none;
}
.sep_temp_content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .sep_temp_content {
    width: 100%;
    margin-top: 30px;
  }
}

.bg_gray {
  background: #f8f8f8;
}

.ttl_en h2 {
  font-size: 3rem;
  text-align: center;
}

.page_ttl h2 {
  font-size: 4rem;
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  .page_ttl h2 {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 767px) {
  .page_ttl h2 {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 575px) {
  .page_ttl h2 {
    padding-left: 0;
    font-size: 2.8rem;
  }
}

.disc {
  list-style: none;
}
.disc li {
  position: relative;
  padding-left: 1em;
}
.disc li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

.ttl_xxl {
  font-size: 4rem;
  font-weight: 600;
}
@media screen and (max-width: 575px) {
  .ttl_xxl {
    font-size: 3.2rem;
  }
}

.ttl_lg {
  font-size: 2.8rem;
  font-weight: 600;
}
@media screen and (max-width: 575px) {
  .ttl_lg {
    font-size: 2.4rem;
  }
}

.ttl_md {
  font-size: 2.4rem;
  font-weight: 600;
}
@media screen and (max-width: 575px) {
  .ttl_md {
    font-size: 2rem;
  }
}

.ttl_sm {
  font-size: 2rem;
  font-weight: 600;
}
@media screen and (max-width: 575px) {
  .ttl_sm {
    font-size: 1.8rem;
  }
}

.sub_btnArea .article {
  width: 50%;
  border-top: 1px solid #e6e6e6;
}
.sub_btnArea .article:nth-of-type(odd) {
  border-right: 1px solid #e6e6e6;
}
.sub_btnArea .article:nth-of-type(even) a {
  padding-left: 40px;
}
.sub_btnArea .article:nth-last-of-type(-n + 2) {
  border-bottom: 1px solid #e6e6e6;
}
@media screen and (max-width: 767px) {
  .sub_btnArea .article {
    width: 100%;
    border-right: none !important;
    border-left: none !important;
    border-bottom: none !important;
    border-top: 1px solid #e6e6e6 !important;
  }
  .sub_btnArea .article:last-of-type {
    border-bottom: 1px solid #e6e6e6 !important;
  }
}
.sub_btnArea .article a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 35px 50px 35px 0;
}
@media screen and (max-width: 767px) {
  .sub_btnArea .article a {
    padding: 35px 0 !important;
  }
}
.sub_btnArea .article a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 40px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 14px;
  height: 14px;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
}
@media screen and (max-width: 767px) {
  .sub_btnArea .article a:before {
    right: 20px;
  }
}
@media screen and (max-width: 575px) {
  .sub_btnArea .article a:before {
    width: 10px;
    height: 10px;
  }
}
.sub_btnArea .article a img {
  width: 30px;
  margin-right: 16px;
}
.sub_btnArea .article a h4 {
  font-size: 1.8rem;
}
@media screen and (max-width: 575px) {
  .sub_btnArea .article a h4 {
    font-size: 1.6rem;
  }
}

.page_mainTtl {
  padding: 200px 0 100px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1359px) {
  .page_mainTtl {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .page_mainTtl {
    padding: 200px 0 20px;
  }
}
@media screen and (max-width: 575px) {
  .page_mainTtl {
    padding: 150px 0 10px;
  }
}
.page_mainTtl h2 {
  font-size: 4.2rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .page_mainTtl h2 {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 575px) {
  .page_mainTtl h2 {
    font-size: 2.8rem;
  }
}
.page_mainTtl .nav_sub {
  line-height: 1;
}
@media screen and (max-width: 1359px) {
  .page_mainTtl .nav_sub {
    margin-top: 50px;
  }
}
@media screen and (max-width: 991px) {
  .page_mainTtl .nav_sub {
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    display: block;
    line-height: 1.2;
    padding: 15px 0;
    margin-top: 30px;
  }
  .page_mainTtl .nav_sub::-webkit-scrollbar {
    display: none;
  }
}
.page_mainTtl .nav_sub li {
  line-height: 1;
}
.page_mainTtl .nav_sub li:not(:first-of-type) {
  margin-left: 16px;
  padding-left: 16px;
  border-left: 1px solid #888888;
}
@media screen and (max-width: 991px) {
  .page_mainTtl .nav_sub li {
    display: inline-block;
    line-height: 1.4;
  }
}
.page_mainTtl .nav_sub li.active a {
  color: #000000;
}
@media screen and (max-width: 991px) {
  .page_mainTtl .nav_sub li.active a {
    display: block;
  }
}
.page_mainTtl .nav_sub li.active a:before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 6px;
  height: 6px;
  background: #000000;
  border-radius: 50%;
}
@media screen and (max-width: 991px) {
  .page_mainTtl .nav_sub li.active a:before {
    display: none;
  }
}
.page_mainTtl .nav_sub li a {
  font-size: 1.4rem;
  color: #888888;
  line-height: 1.4;
  position: relative;
  font-weight: 600;
}

.page_mainTtl_line {
  border-bottom: 1px solid #e6e6e6;
}

.page_mainVisual {
  width: 90%;
  height: 750px;
  background: #2d2d2d;
  margin-left: 10%;
}
@media screen and (max-width: 1359px) {
  .page_mainVisual {
    height: 630px;
  }
}
@media screen and (max-width: 1239px) {
  .page_mainVisual {
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (max-width: 991px) {
  .page_mainVisual {
    height: 500px;
  }
}
@media screen and (max-width: 575px) {
  .page_mainVisual {
    height: 350px;
  }
}
.page_mainVisual.sdgs {
  background: url(../images/mainVisual_sdgs.webp) no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.page_mainVisual.maintenance {
  background: url(../images/mainVisual_maintenance.webp) no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.page_mainVisual.about {
  background: url(../images/mainVisual_about.webp) no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.page_mainVisual.modelhouse {
  background: url(../images/mainVisual_modelhose.webp) no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.page_mainVisual.insulation {
  background: url(../images/mainVisual_insulation.webp) no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.page_mainVisual.aseismic {
  background: url(../images/mainVisual_aseismic.webp) no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.page_mainVisual.safety {
  background: url(../images/mainVisual_safety.webp) no-repeat;
  background-size: cover;
  background-position: 75% 50%;
}
.page_mainVisual.order {
  background: url(../images/mainVisual_order.webp) no-repeat;
  background-size: cover;
  background-position: 75% 50%;
}
.page_mainVisual.renovation {
  background: url(../images/mainVisual_renovation.webp) no-repeat;
  background-size: cover;
  background-position: 75% 50%;
}
.page_mainVisual.staff {
  background: url(../images/mainVisual_staff.webp) no-repeat;
  background-size: cover;
  background-position: 75% 50%;
}
.page_mainVisual.recruit {
  background: url(../images/mainVisual_recruit.webp) no-repeat;
  background-size: cover;
  background-position: 75% 50%;
}

.ttl_float {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.ttl_float h3 {
  font-size: 2.4rem;
}
@media screen and (max-width: 991px) {
  .ttl_float h3 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 575px) {
  .ttl_float h3 {
    font-size: 1.8rem;
  }
}
.ttl_float h6 {
  font-size: 1.4rem;
  padding-top: 12px;
}
@media screen and (max-width: 991px) {
  .ttl_float h6 {
    padding-top: 8px;
  }
}
@media screen and (max-width: 575px) {
  .ttl_float h6 {
    font-size: 1.2rem;
  }
}

.page_desc {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 991px) {
  .page_desc {
    display: block !important;
  }
}
.page_desc figure {
  width: 536px;
}
@media screen and (max-width: 1359px) {
  .page_desc figure {
    width: 450px;
  }
}
@media screen and (max-width: 991px) {
  .page_desc figure {
    width: 100%;
    margin: 0 auto 40px;
  }
  .page_desc figure img {
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .page_desc figure {
    margin-bottom: 30px;
  }
}
.page_desc_txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 120px;
}
@media screen and (max-width: 1359px) {
  .page_desc_txt {
    margin-right: 60px;
  }
}
@media screen and (max-width: 991px) {
  .page_desc_txt {
    margin-right: 0;
  }
}

.faq_jumpBtn ul li {
  margin-right: 25px;
  margin-top: 10px;
}
.faq_jumpBtn ul li a {
  font-size: 1.5rem;
  border-bottom: 1px solid #000000;
  padding: 10px 20px 10px 0;
  position: relative;
  min-width: 180px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.faq_jumpBtn ul li a:hover {
  opacity: 0.7;
}
.faq_jumpBtn ul li a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
  width: 6px;
  height: 6px;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
}

.l-all_block {
  width: 100%;
}
.l-all_block .container {
  margin: 0 auto;
}

@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% - 40px);
}
@media (min-width: 576px) {
  .l-base {
    width: 100%;
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .l-base {
    width: 100%;
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .l-base {
    width: 100%;
    max-width: 960px;
  }
}
@media (min-width: 1360px) {
  .l-base {
    width: 100%;
    max-width: 1320px;
  }
}

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

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

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

.l-inner_white {
  background: #fff;
  width: 100%;
  padding: 30px 60px;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .l-inner_white {
    padding: 26px 30px;
  }
}
@media screen and (max-width: 575px) {
  .l-inner_white {
    padding: 26px 20px;
    border-radius: 0;
  }
}

.wrapper {
  overflow-x: hidden;
}

.l-header {
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  position: fixed;
  z-index: 1000;
}
@media screen and (max-width: 1349px) {
  .l-header {
    height: 110px;
  }
}
@media screen and (max-width: 767px) {
  .l-header {
    height: 80px;
  }
}
.l-header h1 {
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 140px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 203px;
}
@media screen and (max-width: 1459px) {
  .l-header h1 {
    left: 20px;
  }
}
@media screen and (max-width: 575px) {
  .l-header h1 img {
    width: 140px;
  }
}
.l-header .gnav {
  position: absolute;
  top: 50%;
  right: 290px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1349px) {
  .l-header .gnav {
    right: 250px;
  }
}
@media screen and (max-width: 1239px) {
  .l-header .gnav {
    display: none;
  }
}
.l-header .gnav ul li:not(:first-of-type) {
  margin-left: 30px;
}
@media screen and (max-width: 1349px) {
  .l-header .gnav ul li:not(:first-of-type) {
    margin-left: 22px;
  }
}
.l-header .gnav ul li.parent a {
  padding-right: 12px;
}
.l-header .gnav ul li a {
  position: relative;
  font-size: 1.4rem;
}
.l-header .gnav ul li a .arrow {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-70%) rotate(135deg);
          transform: translateY(-70%) rotate(135deg);
  width: 6px;
  height: 6px;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
}
.l-header .fixed_btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 240px;
  height: 120px;
}
@media screen and (max-width: 1349px) {
  .l-header .fixed_btn {
    width: 220px;
    height: 110px;
  }
}
@media screen and (max-width: 1239px) {
  .l-header .fixed_btn {
    right: 110px;
    width: 110px;
  }
}
@media screen and (max-width: 767px) {
  .l-header .fixed_btn {
    width: 80px;
    right: 80px;
  }
}
.l-header .fixed_btn .member,
.l-header .fixed_btn .modelhouse {
  width: 120px;
  height: 120px;
}
@media screen and (max-width: 1349px) {
  .l-header .fixed_btn .member,
  .l-header .fixed_btn .modelhouse {
    width: 110px;
    height: 110px;
  }
}
@media screen and (max-width: 767px) {
  .l-header .fixed_btn .member,
  .l-header .fixed_btn .modelhouse {
    width: 80px;
    height: 80px;
  }
}
.l-header .fixed_btn .member a,
.l-header .fixed_btn .modelhouse a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 28px 5px 0 !important;
}
@media screen and (max-width: 991px) {
  .l-header .fixed_btn .member a,
  .l-header .fixed_btn .modelhouse a {
    padding: 32px 5px 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .l-header .fixed_btn .member a,
  .l-header .fixed_btn .modelhouse a {
    padding: 13px 2px 0 !important;
  }
}
.l-header .fixed_btn .member a figure,
.l-header .fixed_btn .modelhouse a figure {
  width: 32px;
  margin: 0 auto 6px;
}
@media screen and (max-width: 767px) {
  .l-header .fixed_btn .member a figure,
  .l-header .fixed_btn .modelhouse a figure {
    width: 32px;
  }
}
.l-header .fixed_btn .member a p,
.l-header .fixed_btn .modelhouse a p {
  text-align: center;
  font-size: 1.1rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .l-header .fixed_btn .member a p,
  .l-header .fixed_btn .modelhouse a p {
    font-size: 1rem;
    line-height: 1.3;
  }
}
.l-header .fixed_btn .member {
  background: #333333;
}
@media screen and (max-width: 1239px) {
  .l-header .fixed_btn .member {
    display: none;
  }
}
.l-header .fixed_btn .modelhouse {
  background: #000;
}
@media screen and (max-width: 1239px) {
  .l-header .fixed_btn .modelhouse {
    background: #333333;
  }
}

.hbg_btn {
  display: none;
}
@media screen and (max-width: 1239px) {
  .hbg_btn {
    display: block;
    width: 110px;
    height: 110px;
    background: #000;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1001;
  }
}
@media screen and (max-width: 1239px) and (max-width: 767px) {
  .hbg_btn {
    width: 80px;
    height: 80px;
  }
}
.hbg_btn .line {
  width: 40px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .hbg_btn .line {
    width: 25px;
  }
}
.hbg_btn .line.bar_01 {
  top: 40px;
}
@media screen and (max-width: 767px) {
  .hbg_btn .line.bar_01 {
    top: 30px;
  }
}
.hbg_btn .line.bar_02 {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.hbg_btn .line.bar_03 {
  top: 68px;
}
@media screen and (max-width: 767px) {
  .hbg_btn .line.bar_03 {
    top: 49px;
  }
}

.hbg_content {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background: #fff;
  padding-top: 80px;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.hbg_content.open {
  visibility: visible;
  opacity: 1;
}
.hbg_content .nav_outer {
  width: 100%;
  height: calc(100% - 120px);
  overflow-y: auto;
}
.hbg_content .nav {
  background: #f8f8f8;
}
.hbg_content .nav li {
  border-bottom: 1px solid #e6e6e6;
}
.hbg_content .nav li a {
  font-size: 1.4rem;
  font-weight: 600;
  padding: 25px 20px;
  line-height: 1.2;
  position: relative;
  display: block;
  width: 100%;
}
.hbg_content .nav li a img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
}
.hbg_content .nav li a .plus {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 10px;
}
.hbg_content .nav li a .plus:before {
  content: "";
  width: 12px;
  height: 1px;
  background: #000000;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.hbg_content .nav li a .plus:after {
  content: "";
  width: 1px;
  height: 12px;
  background: #000000;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.hbg_content .nav li a .plus.active:after {
  opacity: 0;
}
.hbg_content .nav li .child {
  display: none;
}
.hbg_content .nav li .child li:last-of-type {
  border: none;
}
.hbg_content .nav li .child li a {
  background: #fff;
}
.hbg_content .nav li .child li a img {
  opacity: 0.5;
}

.l-footer {
  padding: 150px 0;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 991px) {
  .l-footer {
    padding: 100px 0;
  }
}
@media screen and (max-width: 575px) {
  .l-footer {
    padding: 60px 0;
  }
}
.l-footer_content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 1359px) {
  .l-footer_content {
    display: block !important;
  }
}
@media screen and (max-width: 1359px) {
  .l-footer_content .info {
    text-align: center;
    margin-top: 120px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer_content .info {
    margin-top: 80px;
  }
}
@media screen and (max-width: 575px) {
  .l-footer_content .info {
    border-top: 1px solid #ccc;
    margin-top: 60px;
    padding-top: 60px;
  }
}
.l-footer_content .info figure {
  width: 210px;
}
@media screen and (max-width: 1359px) {
  .l-footer_content .info figure {
    margin: 0 auto;
  }
}
@media screen and (max-width: 575px) {
  .l-footer_content .info figure {
    width: 170px;
    margin: 0;
  }
}
.l-footer_content .info h4 {
  font-size: 1.2rem;
  line-height: 2;
  font-weight: 600;
  margin-top: 20px;
}
@media screen and (max-width: 575px) {
  .l-footer_content .info h4 {
    text-align: left;
  }
}
@media screen and (max-width: 1359px) {
  .l-footer_content .menu {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 1239px) {
  .l-footer_content .menu {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 680px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 80px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer_content .menu {
    padding-left: 0;
    width: 400px;
  }
}
@media screen and (max-width: 575px) {
  .l-footer_content .menu {
    width: 100%;
    max-width: 400px;
  }
}
.l-footer_content .menu ul:not(:first-of-type) {
  margin-left: 60px;
}
@media screen and (max-width: 1239px) {
  .l-footer_content .menu ul:not(:first-of-type) {
    margin-left: 0;
  }
}
@media screen and (max-width: 1239px) {
  .l-footer_content .menu ul {
    width: 33.3%;
  }
  .l-footer_content .menu ul:nth-of-type(n + 4) {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer_content .menu ul {
    width: 50%;
  }
  .l-footer_content .menu ul:nth-of-type(n + 3) {
    margin-top: 40px;
  }
}
.l-footer_content .menu ul li {
  line-height: 1;
}
.l-footer_content .menu ul li:not(:first-of-type) {
  margin-top: 14px;
}
.l-footer_content .menu ul li.parent {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 1.2rem;
}
.l-footer_content .menu ul li a {
  font-size: 1.2rem;
  line-height: 1.4;
}

.footer_end {
  padding: 60px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 991px) {
  .footer_end {
    display: block;
  }
}
.footer_end .sns {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer_end .sns .youtube {
  margin-right: 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 575px) {
  .footer_end .sns .youtube {
    margin-right: 20px;
  }
}
.footer_end .sns .youtube li {
  line-height: 1;
}
.footer_end .sns .youtube li:not(:first-of-type) {
  margin-left: 20px;
}
.footer_end .sns .youtube li a {
  font-size: 1.3rem;
  line-height: 1.4;
  padding-left: 35px;
  position: relative;
}
@media screen and (max-width: 575px) {
  .footer_end .sns .youtube li a {
    font-size: 1.1rem;
  }
}
.footer_end .sns .youtube li a img {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 26px;
}
.footer_end .sns .sns_icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 25px;
  margin-right: 25px;
  border-right: 1px solid #e6e6e6;
}
@media screen and (max-width: 575px) {
  .footer_end .sns .sns_icon {
    padding-right: 0;
    margin-right: 0;
    border: none;
  }
}
.footer_end .sns .sns_icon li {
  line-height: 1;
}
.footer_end .sns .sns_icon li:not(:first-of-type) {
  margin-left: 10px;
}
@media screen and (max-width: 575px) {
  .footer_end .sns .external {
    width: 100%;
    margin-top: 20px;
  }
}
.footer_end .sns .external li {
  line-height: 1;
}
.footer_end .sns .external li a {
  font-size: 1.3rem;
  position: relative;
  padding-right: 15px;
}
.footer_end .sns .external li a img {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.footer_end .copy {
  font-size: 1.2rem;
}
@media screen and (max-width: 991px) {
  .footer_end .copy {
    margin-top: 30px;
  }
}

.fixed_btn_sp {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}
.fixed_btn_sp .member,
.fixed_btn_sp .modelhouse {
  width: 50%;
  height: 120px;
}
.fixed_btn_sp .member a,
.fixed_btn_sp .modelhouse a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 39px 5px 0 !important;
}
.fixed_btn_sp .member a figure,
.fixed_btn_sp .modelhouse a figure {
  width: 32px;
  margin: 0 auto 6px;
}
.fixed_btn_sp .member a p,
.fixed_btn_sp .modelhouse a p {
  text-align: center;
  font-size: 1.1rem;
  color: #fff;
}
.fixed_btn_sp .member {
  background: #333333;
}
.fixed_btn_sp .modelhouse {
  background: #000;
}

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

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

.clearfix {
  display: block;
}

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

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

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

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

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

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

.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: 1239px) {
  .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;
}

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

.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;
}

.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;
}

.text {
  margin: 20px 0;
}

.bnr_one {
  width: 100%;
}
.bnr_one section {
  width: 100%;
}
.bnr_one section img {
  border-radius: 10px;
}

.bnr_two {
  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;
}
@media screen and (max-width: 575px) {
  .bnr_two {
    display: block;
  }
}
.bnr_two section {
  width: 49%;
  max-width: 574px;
}
@media screen and (max-width: 575px) {
  .bnr_two section {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .bnr_two section:nth-of-type(n + 2) {
    margin-top: 16px;
  }
}
.bnr_two section img {
  border-radius: 10px;
}

.post-body h1 {
  font-size: 3.6rem;
  margin: 4em 0 3em;
}
@media screen and (max-width: 991px) {
  .post-body h1 {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .post-body h1 {
    font-size: 3rem;
  }
}
.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 2em;
}
.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 1.5em;
}
@media screen and (max-width: 991px) {
  .post-body h3 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .post-body h3 {
    font-size: 2.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 {
    font-size: 1.8rem;
  }
}
.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: 1em;
  }
}
.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;
}

.fixed_bnr {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 300px;
}
.fixed_bnr a {
  display: block;
}

.mainVisual {
  width: 100vw;
  height: 100vh;
  background: url(../images/mainVisual.webp) no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
@media screen and (max-width: 1239px) {
  .mainVisual {
    height: 700px;
  }
}
@media screen and (max-width: 767px) {
  .mainVisual {
    height: 600px;
  }
}
@media screen and (max-width: 575px) {
  .mainVisual {
    height: 535px;
  }
}

@media screen and (max-width: 767px) {
  .concept_desc {
    display: block;
  }
}
.concept_desc figure {
  width: 295px;
  margin-top: -130px;
  margin-right: 160px;
}
@media screen and (max-width: 1239px) {
  .concept_desc figure {
    margin-left: 60px;
    margin-right: 100px;
  }
}
@media screen and (max-width: 991px) {
  .concept_desc figure {
    width: 260px;
    margin-left: 6px;
    margin-right: 60px;
    margin-top: -108px;
  }
}
@media screen and (max-width: 767px) {
  .concept_desc figure {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 575px) {
  .concept_desc figure {
    width: 180px;
    margin-left: 20px;
    margin-top: -78px;
  }
}
.concept_desc_txt {
  margin-top: 120px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 991px) {
  .concept_desc_txt {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .concept_desc_txt {
    margin-top: 60px;
  }
}
.concept_desc_txt p {
  font-size: 1.7rem;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  .concept_desc_txt p {
    line-height: 1.8;
  }
}
@media screen and (max-width: 575px) {
  .concept_desc_txt p {
    font-size: 1.5rem;
    letter-spacing: 0.08em;
  }
}

.loop_gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  overflow: hidden;
}
.loop_gallery img {
  width: 2350px;
  max-width: 2350px;
}
@media screen and (max-width: 1239px) {
  .loop_gallery img {
    width: 1800px;
    max-width: 1800px;
  }
}
@media screen and (max-width: 991px) {
  .loop_gallery img {
    width: 1650px;
    max-width: 1650px;
  }
}
@media screen and (max-width: 767px) {
  .loop_gallery img {
    width: 1400px;
    max-width: 1400px;
  }
}
@media screen and (max-width: 575px) {
  .loop_gallery img {
    width: 1250px;
    max-width: 1250px;
  }
}
.loop_gallery img:first-child {
  -webkit-animation: slide1 60s -30s linear infinite;
          animation: slide1 60s -30s linear infinite;
}
.loop_gallery img:last-child {
  -webkit-animation: slide2 60s linear infinite;
          animation: slide2 60s linear infinite;
}

@-webkit-keyframes slide1 {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes slide1 {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes slide2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
@keyframes slide2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
.top_select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .top_select {
    display: block;
  }
}
.top_select .order_bg {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 767px) {
  .top_select .order_bg {
    width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 575px) {
  .top_select .order_bg {
    width: 100vw;
    margin-left: -20px;
  }
}
.top_select .order_bg img {
  width: 100%;
}
.top_select_content {
  width: 560px;
}
@media screen and (max-width: 1349px) {
  .top_select_content {
    width: 490px;
  }
}
@media screen and (max-width: 1239px) {
  .top_select_content {
    margin-right: 40px;
    width: 370px;
  }
}
@media screen and (max-width: 991px) {
  .top_select_content {
    width: 340px;
  }
}
@media screen and (max-width: 767px) {
  .top_select_content {
    width: 100%;
    margin: 30px 0 0;
  }
}
.top_select_content h2 {
  font-size: 3.5rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .top_select_content h2 {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .top_select_content h2 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 991px) {
  .top_select_content .more_btn {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .top_select_content .more_btn {
    margin-top: 30px;
  }
}

.top_gallery_content {
  position: relative;
}
@media screen and (max-width: 575px) {
  .top_gallery_content {
    max-width: 424px;
    margin-left: auto;
    margin-right: auto;
  }
}
.top_gallery_content .swiper {
  width: 100%;
  overflow: visible;
  padding-bottom: 80px;
}
@media screen and (max-width: 575px) {
  .top_gallery_content .swiper {
    padding-bottom: 55px;
  }
}
.top_gallery_content .swiper .swiper-pagination {
  width: calc(100% - 100px);
  bottom: 0;
}
.top_gallery_content .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 20%;
  height: 2px;
  margin: 0;
  border-radius: 0;
  background: #ccc;
}
.top_gallery_content .swiper .swiper-pagination .swiper-pagination-bullet:nth-of-type(n + 6) {
  display: none;
}
.top_gallery_content .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #000000;
}
.top_gallery_content .swiper-slide figure {
  width: 100%;
}
.top_gallery_content .swiper-slide figure a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.top_gallery_content .swiper-slide figure a .cat {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: #000000;
  color: #fff;
  font-size: 1.1rem;
  line-height: 1.2;
  padding: 7px 20px 8px;
  border-radius: 100px;
}
.top_gallery_content .swiper-slide h2 {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .top_gallery_content .swiper-slide h2 {
    margin-top: 10px;
  }
}
.top_gallery_content .swiper-slide h2 a {
  font-size: 1.5rem;
}
.top_gallery_content .swiper-slide p {
  font-size: 1.1rem;
  color: #888888;
  margin-top: 8px;
  line-height: 1.4;
}
.top_gallery_content .swiper-slide ul li {
  font-size: 1.1rem;
  color: #5d5d5d;
}
.top_gallery_content .swiper-slide ul li:not(:first-of-type) {
  margin-left: 10px;
}
.top_gallery_content .page_arrow {
  width: 43px;
  height: 21px;
  position: absolute;
  top: auto;
  left: auto;
  bottom: 0;
  right: 0;
}
.top_gallery_content .page_arrow .swiper-button-next {
  width: 12px;
  height: 21px;
  position: absolute;
  top: auto !important;
  right: 0 !important;
  bottom: 0 !important;
  left: auto !important;
  background: url(../images/arrow_slide.png) no-repeat;
  background-size: contain;
}
.top_gallery_content .page_arrow .swiper-button-next:after {
  display: none;
}
.top_gallery_content .page_arrow .swiper-button-prev {
  width: 12px;
  height: 21px;
  position: absolute;
  top: auto !important;
  right: auto !important;
  bottom: 0 !important;
  left: 0 !important;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  background: url(../images/arrow_slide.png) no-repeat;
  background-size: contain;
}
.top_gallery_content .page_arrow .swiper-button-prev:after {
  display: none;
}

@media screen and (max-width: 767px) {
  .sunoIE_desc {
    display: block;
  }
}
.sunoIE_desc figure {
  width: 295px;
  margin-right: 190px;
}
@media screen and (max-width: 1359px) {
  .sunoIE_desc figure {
    margin-left: 150px;
    margin-right: 120px;
  }
}
@media screen and (max-width: 1239px) {
  .sunoIE_desc figure {
    margin-left: 70px;
    margin-right: 100px;
  }
}
@media screen and (max-width: 991px) {
  .sunoIE_desc figure {
    margin-left: 30px;
    width: 260px;
    margin-right: 60px;
  }
}
@media screen and (max-width: 767px) {
  .sunoIE_desc figure {
    margin-right: 600px;
  }
}
@media screen and (max-width: 575px) {
  .sunoIE_desc figure {
    width: 185px;
    margin-left: 20px;
  }
}
.sunoIE_desc_txt {
  padding-top: 60px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.sunoIE_desc_txt h2 {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 30px;
}
@media screen and (max-width: 575px) {
  .sunoIE_desc_txt h2 {
    font-size: 2.8rem;
    margin-bottom: 20px;
  }
}
.sunoIE_desc_txt p {
  line-height: 2;
}

.sunoIE_graph {
  width: 100%;
  margin-top: -160px;
}
@media screen and (max-width: 991px) {
  .sunoIE_graph {
    margin-top: -80px;
  }
}
@media screen and (max-width: 767px) {
  .sunoIE_graph {
    margin-top: -420px;
    padding-top: 500px !important;
  }
}
.sunoIE_graph figure {
  width: calc(100% - 40px);
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

.sunoIE_numbers_bg {
  width: 100%;
}
.sunoIE_numbers_bg figure {
  width: 100%;
}
.sunoIE_numbers_bg figure img {
  width: 100%;
}
.sunoIE_numbers .ttl {
  font-size: 4.2rem;
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  .sunoIE_numbers .ttl {
    padding-left: 60px;
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 767px) {
  .sunoIE_numbers .ttl {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 575px) {
  .sunoIE_numbers .ttl {
    padding-left: 0;
    font-size: 2.8rem;
  }
}
.sunoIE_numbers_content {
  text-align: left;
}
.sunoIE_numbers_content_items {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 991px) {
  .sunoIE_numbers_content_items {
    display: block;
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (max-width: 575px) {
  .sunoIE_numbers_content_items {
    padding: 0;
  }
}
.sunoIE_numbers_content_items figure {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 120px;
  margin-left: calc(50% - 50vw);
}
@media screen and (max-width: 1239px) {
  .sunoIE_numbers_content_items figure {
    margin-right: 80px;
  }
}
@media screen and (max-width: 991px) {
  .sunoIE_numbers_content_items figure {
    margin: 0 auto;
  }
}
.sunoIE_numbers_content_items figure img {
  width: 100%;
}
.sunoIE_numbers_content_items_txt {
  width: 500px;
  text-align: left;
}
@media screen and (max-width: 1239px) {
  .sunoIE_numbers_content_items_txt {
    width: 440px;
  }
}
@media screen and (max-width: 991px) {
  .sunoIE_numbers_content_items_txt {
    width: 100%;
    margin-top: 30px;
  }
}
.sunoIE_numbers_content_items_txt .ttl_sub {
  position: relative;
  padding-left: 70px;
  padding-top: 45px;
}
.sunoIE_numbers_content_items_txt .ttl_sub .num {
  font-size: 6rem;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
}
@media screen and (max-width: 575px) {
  .sunoIE_numbers_content_items_txt .ttl_sub .num {
    font-size: 5rem;
  }
}
.sunoIE_numbers_content_items_txt .ttl_sub .num:before {
  content: "";
  width: 100px;
  height: 50px;
  position: absolute;
  top: 36px;
  left: 18px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background: #fff;
  border-top: 1px solid #000000;
}
.sunoIE_numbers_content_items_txt .ttl_sub h3 {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 575px) {
  .sunoIE_numbers_content_items_txt .ttl_sub h3 {
    margin-bottom: 20px;
  }
}

.featutes_btn {
  background: #f8f8f8;
}
.featutes_btn_content_items {
  width: 50%;
  border-top: 1px solid #ccc;
  padding: 30px 0;
}
.featutes_btn_content_items:nth-of-type(odd) {
  border-right: 1px solid #ccc;
  padding-right: 30px;
}
.featutes_btn_content_items:nth-of-type(even) {
  padding-left: 30px;
}
.featutes_btn_content_items:nth-last-of-type(1), .featutes_btn_content_items:nth-last-of-type(2) {
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 991px) {
  .featutes_btn_content_items {
    width: 100%;
    padding: 30px 0 !important;
    border-right: none !important;
  }
}
@media screen and (max-width: 575px) {
  .featutes_btn_content_items {
    padding: 25px 0 !important;
  }
}
.featutes_btn_content_items a {
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.featutes_btn_content_items a figure {
  width: 150px;
  margin-right: 30px;
}
@media screen and (max-width: 575px) {
  .featutes_btn_content_items a figure {
    width: 80px;
    height: 80px;
    position: relative;
    overflow: hidden;
  }
  .featutes_btn_content_items a figure img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 130px;
    max-width: 130px;
  }
}
.featutes_btn_content_items_txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  padding-right: 30px;
}
.featutes_btn_content_items_txt:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 14px;
  height: 14px;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
}
.featutes_btn_content_items_txt h2 {
  font-size: 1.7rem;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 575px) {
  .featutes_btn_content_items_txt h2 {
    font-size: 1.5rem;
    margin: 0;
  }
}
.featutes_btn_content_items_txt h2:hover {
  opacity: 0.6;
}
.featutes_btn_content_items_txt p {
  line-height: 1.4;
  font-size: 1.3rem;
}
@media screen and (max-width: 575px) {
  .featutes_btn_content_items_txt p {
    display: none;
  }
}

.point_content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 991px) {
  .point_content {
    display: block;
  }
}
.point_content figure {
  width: 536px;
}
@media screen and (max-width: 1239px) {
  .point_content figure {
    width: 400px;
  }
}
@media screen and (max-width: 991px) {
  .point_content figure {
    width: 100%;
    padding-left: 100px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 575px) {
  .point_content figure {
    padding-left: 40px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 991px) {
  .point_content figure img {
    width: 100%;
  }
}
.point_content_txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 80px;
  padding-left: 100px;
  position: relative;
}
@media screen and (max-width: 1239px) {
  .point_content_txt {
    margin-right: 60px;
  }
}
@media screen and (max-width: 991px) {
  .point_content_txt {
    margin-right: 0;
  }
}
@media screen and (max-width: 575px) {
  .point_content_txt {
    padding-left: 40px;
    padding-top: 50px;
  }
}
.point_content_txt .num {
  font-size: 6rem;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
}
@media screen and (max-width: 575px) {
  .point_content_txt .num {
    font-size: 5rem;
  }
}
.point_content_txt .num:before {
  content: "";
  width: 100px;
  height: 50px;
  position: absolute;
  top: 36px;
  left: 18px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background: #fff;
  border-top: 1px solid #000000;
}
.point_content_txt h2 {
  font-size: 2.4rem;
  font-weight: 700;
  padding-top: 13px;
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 575px) {
  .point_content_txt h2 {
    font-size: 2.2rem;
  }
}
.point_content_txt p {
  position: relative;
  z-index: 1;
}

.insulation_bg {
  width: 100%;
  height: 700px;
  background: url(../images/insulation_bg.webp) no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
@media screen and (max-width: 991px) {
  .insulation_bg {
    height: 500px;
  }
}
@media screen and (max-width: 575px) {
  .insulation_bg {
    height: 315px;
  }
}

.point_other {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1239px) {
  .point_other {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 991px) {
  .point_other {
    display: block;
  }
}
.point_other figure {
  width: 536px;
}
@media screen and (max-width: 1239px) {
  .point_other figure {
    width: 400px;
  }
}
@media screen and (max-width: 991px) {
  .point_other figure {
    width: 100%;
    margin-top: 40px;
  }
}
@media screen and (max-width: 991px) {
  .point_other figure img {
    width: 100%;
  }
}
.point_other_txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 60px;
}
@media screen and (max-width: 991px) {
  .point_other_txt {
    margin-right: 0;
  }
}
.point_other_txt h2 {
  font-size: 2.4rem;
  line-height: 1.6;
  margin-bottom: 15px;
}

.bread_area {
  padding: 40px 0;
}

.foter_member {
  background: url(../images/document_bg.webp) no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  width: 100%;
}
.foter_member_content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .foter_member_content {
    display: block;
  }
}
.foter_member_content figure {
  width: 449px;
}
@media screen and (max-width: 991px) {
  .foter_member_content figure {
    margin-right: 40px;
    width: 350px;
  }
}
@media screen and (max-width: 767px) {
  .foter_member_content figure {
    width: 80%;
    max-width: 449px;
    margin: 0 auto 50px;
  }
}
.foter_member_content_txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.foter_member_content_txt h3 {
  text-align: center;
  line-height: 1.4;
  color: #fff;
  font-size: 3rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .foter_member_content_txt h3 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 575px) {
  .foter_member_content_txt h3 {
    font-size: 2.4rem;
  }
}
.foter_member_content_txt p {
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .foter_member_content_txt p {
    font-size: 1.5rem;
  }
}
.foter_member_content_txt .link {
  margin-top: 40px;
  text-align: center;
}
.foter_member_content_txt .link a {
  color: #fff;
  line-height: 1.4;
  padding: 15px 50px 16px;
  border: 1px solid #fff;
  border-radius: 100px;
  font-size: 1.5rem;
}
@media screen and (max-width: 575px) {
  .foter_member_content_txt .link a {
    font-size: 1.4rem;
  }
}

.footer_info .ttl {
  text-align: center;
  line-height: 1.6;
  font-size: 3rem;
  font-size: 2rem;
}
.footer_info_btn {
  padding: 60px 40px;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
@media screen and (max-width: 991px) {
  .footer_info_btn {
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .footer_info_btn {
    padding: 40px 0;
  }
}
.footer_info_btn_items {
  width: 25%;
}
.footer_info_btn_items:not(:first-of-type) {
  border-left: 1px solid #e6e6e6;
}
@media screen and (max-width: 767px) {
  .footer_info_btn_items {
    width: 50%;
  }
  .footer_info_btn_items:nth-of-type(odd) {
    border: none;
  }
  .footer_info_btn_items:nth-of-type(n + 3) {
    margin-top: 30px;
  }
}
.footer_info_btn_items a {
  display: block;
  text-align: center;
}
.footer_info_btn_items a figure {
  width: 40px;
  margin: 0 auto 15px;
}
.footer_info_btn_items a p {
  display: inline-block;
  position: relative;
  font-size: 1.5rem;
  font-weight: 600;
}
@media screen and (max-width: 991px) {
  .footer_info_btn_items a p {
    padding-right: 15px;
  }
}
@media screen and (max-width: 575px) {
  .footer_info_btn_items a p {
    font-size: 1.4rem;
  }
}
.footer_info_btn_items a p:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -20px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
}
@media screen and (max-width: 991px) {
  .footer_info_btn_items a p:before {
    right: 0;
    width: 8px;
    height: 8px;
  }
}

.footer_info_content {
  padding: 70px 0;
  border-bottom: 1px solid #e6e6e6;
}
@media screen and (max-width: 767px) {
  .footer_info_content {
    display: block;
    padding: 0;
  }
}
.footer_info_content .tel {
  text-align: center;
  width: 50%;
  border-right: 1px solid #e6e6e6;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .footer_info_content .tel {
    padding: 40px 0;
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #e6e6e6;
  }
}
.footer_info_content .tel h4 {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.4;
}
.footer_info_content .tel .tel_link {
  text-align: center;
  margin-top: 20px;
}
.footer_info_content .tel .tel_link a {
  font-size: 4rem;
  letter-spacing: 0;
  line-height: 1.2;
  position: relative;
  padding-left: 40px;
}
.footer_info_content .tel .tel_link a img {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-35%);
          transform: translateY(-35%);
}
.footer_info_content .tel p {
  font-size: 1.3rem;
  line-height: 1.6;
  margin-top: 20px;
}
.footer_info_content .mail {
  width: 50%;
  text-align: center;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .footer_info_content .mail {
    width: 100%;
    padding: 40px 0;
  }
}
.footer_info_content .mail h4 {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.4;
}
.footer_info_content .mail p {
  font-size: 1.4rem;
  line-height: 1.6;
  margin-top: 20px;
}
.footer_info_content .mail .mail_link {
  text-align: center;
  margin-top: 20px;
}
.footer_info_content .mail .mail_link a {
  color: #fff;
  line-height: 1.4;
  padding: 15px 40px;
  background: #000000;
  border-radius: 100px;
  font-size: 1.5rem;
}

.top_info_items {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 0;
  border-top: 1px solid #eae6e4;
}
@media screen and (max-width: 575px) {
  .top_info_items {
    display: block;
    padding: 30px 0;
  }
}
.top_info_items:last-of-type {
  border-bottom: 1px solid #eae6e4;
}
.top_info_items .day {
  font-size: 1.5rem;
  font-weight: 600;
  width: 112px;
  line-height: 1.4;
}
@media screen and (max-width: 575px) {
  .top_info_items .day {
    font-size: 1.2rem;
  }
}
.top_info_items .cat {
  width: 80px;
  font-size: 1rem;
  line-height: 1.2;
  padding: 5px 5px;
  text-align: center;
  border: 1px solid #eae6e4;
  border-radius: 100px;
  font-weight: 600;
}
@media screen and (max-width: 575px) {
  .top_info_items .cat {
    display: none;
  }
}
.top_info_items .cat_sp {
  display: none;
}
@media screen and (max-width: 575px) {
  .top_info_items .cat_sp {
    display: inline-block;
    width: 80px;
    font-size: 1rem;
    line-height: 1.2;
    padding: 5px 5px;
    text-align: center;
    border: 1px solid #eae6e4;
    border-radius: 100px;
    font-weight: 600;
    margin-top: 10px;
  }
}
.top_info_items h4 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 40px;
  line-height: 1;
}
@media screen and (max-width: 575px) {
  .top_info_items h4 {
    margin: 5px 0 0;
  }
}
.top_info_items h4 a {
  font-size: 1.5rem;
  line-height: 1.4;
}
@media screen and (max-width: 575px) {
  .top_info_items h4 a {
    font-size: 1.4rem;
  }
}

.top_news_content {
  width: calc(50% - 45px);
}
@media screen and (max-width: 991px) {
  .top_news_content {
    width: 100%;
  }
  .top_news_content:not(:first-of-type) {
    margin-top: 80px;
  }
}
@media screen and (max-width: 575px) {
  .top_news_content:not(:first-of-type) {
    margin-top: 60px;
  }
}
.top_news_content .vertical_ttl {
  position: relative;
}
.top_news_content .vertical_ttl .more_fixed {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
  -webkit-transform: none;
          transform: none;
}
.top_news_content_box article {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 0;
  border-top: 1px solid #eae6e4;
}
@media screen and (max-width: 575px) {
  .top_news_content_box article {
    padding: 30px 0;
  }
}
.top_news_content_box article:last-of-type {
  border-bottom: 1px solid #eae6e4;
}
.top_news_content_box article figure {
  width: 180px;
  margin-right: 40px;
}
@media screen and (max-width: 1239px) {
  .top_news_content_box article figure {
    width: 170px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 575px) {
  .top_news_content_box article figure {
    width: 80px;
    height: 80px;
    position: relative;
    overflow: hidden;
    margin-right: 20px;
  }
}
.top_news_content_box article figure img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 575px) {
  .top_news_content_box article figure img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 150%;
    max-width: 150%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.top_news_content_box article .article_txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.top_news_content_box article .article_txt .day {
  font-size: 1.1rem;
  color: #888;
}
.top_news_content_box article .article_txt h3 {
  margin-top: 5px;
}
@media screen and (max-width: 991px) {
  .top_news_content_box article .article_txt h3 {
    line-height: 1.2;
    margin-top: 0;
  }
}
@media screen and (max-width: 575px) {
  .top_news_content_box article .article_txt h3 {
    margin-top: 3px;
  }
}
.top_news_content_box article .article_txt h3 a {
  font-size: 1.5rem;
  font-weight: 600;
}
@media screen and (max-width: 575px) {
  .top_news_content_box article .article_txt h3 a {
    font-size: 1.3rem;
    line-height: 1.4;
  }
}
@media screen and (max-width: 991px) {
  .top_news_content_box article .article_txt ul {
    margin-top: 5px;
  }
}
@media screen and (max-width: 575px) {
  .top_news_content_box article .article_txt ul {
    margin-top: 2px;
  }
}
.top_news_content_box article .article_txt ul li {
  font-size: 1rem;
  line-height: 1.2;
  padding: 4px 15px;
  border-radius: 100px;
  border: 1px solid #eae6e4;
  margin-top: 5px;
  margin-right: 5px;
}

.top_member_bg {
  width: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_commit {
    display: block;
  }
}
.top_commit_txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 991px) {
  .top_commit_txt {
    margin-right: 60px;
  }
}
@media screen and (max-width: 767px) {
  .top_commit_txt {
    margin: 0 0 60px;
  }
}
.top_commit_txt figure {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .top_commit_txt figure {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 575px) {
  .top_commit_txt figure {
    width: 85%;
    margin-bottom: 30px;
  }
}
.top_commit_btn {
  width: 620px;
}
@media screen and (max-width: 1359px) {
  .top_commit_btn {
    width: 420px;
  }
}
@media screen and (max-width: 991px) {
  .top_commit_btn {
    width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .top_commit_btn {
    width: 100%;
  }
}
.top_commit_btn ul li {
  padding: 40px 0;
  border-top: 1px solid #eae6e4;
}
@media screen and (max-width: 991px) {
  .top_commit_btn ul li {
    padding: 32px 0;
  }
}
.top_commit_btn ul li:last-of-type {
  border-bottom: 1px solid #eae6e4;
}
.top_commit_btn ul li a {
  font-size: 1.7rem;
  font-weight: 600;
  display: block;
  position: relative;
}
@media screen and (max-width: 575px) {
  .top_commit_btn ul li a {
    font-size: 1.5rem;
  }
}
.top_commit_btn ul li a .arrow {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: #000000;
  border-radius: 50%;
}
.top_commit_btn ul li a .arrow:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-60%, -50%) rotate(45deg);
          transform: translate(-60%, -50%) rotate(45deg);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  width: 6px;
  height: 6px;
}

@media screen and (max-width: 991px) {
  .sns_btn {
    display: block;
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}
.sns_btn_items {
  width: 31%;
}
@media screen and (max-width: 991px) {
  .sns_btn_items {
    width: 100%;
  }
  .sns_btn_items:not(:first-of-type) {
    margin-top: 20px;
  }
}
.sns_btn_items a {
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #e6e6e6;
  padding: 30px 40px 30px 30px;
  position: relative;
}
@media screen and (max-width: 575px) {
  .sns_btn_items a {
    padding: 30px 40px 30px 20px;
  }
}
.sns_btn_items a > img {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
}
.sns_btn_items a figure {
  width: 41px;
  margin-right: 25px;
}
@media screen and (max-width: 575px) {
  .sns_btn_items a figure {
    margin-right: 20px;
  }
}
.sns_btn_items a figure img {
  width: 100%;
}
.sns_btn_items a .sns_btn_txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.sns_btn_items a .sns_btn_txt p {
  font-size: 1.2rem;
  color: #585858;
}
.sns_btn_items a .sns_btn_txt h4 {
  font-size: 1.6rem;
  font-weight: 600;
}
@media screen and (max-width: 575px) {
  .sns_btn_items a .sns_btn_txt h4 {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
  }
}

.company_desc {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 991px) {
  .company_desc {
    display: block;
  }
}
.company_desc figure {
  width: 424px;
}
@media screen and (max-width: 991px) {
  .company_desc figure {
    width: 100%;
    max-width: 560px;
    height: 490px;
    margin: 0 auto 40px;
    position: relative;
    overflow: hidden;
  }
}
@media screen and (max-width: 575px) {
  .company_desc figure {
    width: 100%;
    height: auto;
    aspect-ratio: 4/4;
  }
}
.company_desc figure img {
  width: 100%;
}
@media screen and (max-width: 991px) {
  .company_desc figure img {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.company_desc_txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 140px;
}
@media screen and (max-width: 1239px) {
  .company_desc_txt {
    margin-right: 60px;
  }
}
@media screen and (max-width: 991px) {
  .company_desc_txt {
    margin: 0;
  }
}

.com_table {
  width: 100%;
  border-collapse: collapse;
}
.com_table tr:first-of-type th {
  border-top: 1px solid #000000;
}
.com_table tr:first-of-type td {
  border-top: 1px solid #e6e6e6;
}
.com_table tr th, .com_table tr td {
  text-align: left;
  font-size: 1.5rem;
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  .com_table tr th, .com_table tr td {
    padding: 30px 0;
  }
}
@media screen and (max-width: 575px) {
  .com_table tr th, .com_table tr td {
    padding: 25px 0;
  }
}
.com_table tr th {
  border-bottom: 1px solid #000000;
}
.com_table tr td {
  border-bottom: 1px solid #e6e6e6;
  padding-left: 30px;
}
.com_table tr a {
  color: #0668cd;
}
.com_table tr a:hover {
  text-decoration: underline;
}

.com_map {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.com_map iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

@media screen and (max-width: 575px) {
  .table_assets {
    overflow-x: auto;
  }
}
.table_assets table {
  width: 100%;
  border-collapse: collapse;
}
@media screen and (max-width: 575px) {
  .table_assets table {
    width: 533px;
  }
}
.table_assets table tr th, .table_assets table tr td {
  border: 1px solid #e6e6e6;
  vertical-align: top;
  font-size: 1.5rem;
  font-weight: 400;
  padding: 20px 30px;
}
@media screen and (max-width: 575px) {
  .table_assets table tr th, .table_assets table tr td {
    padding: 15px 20px;
  }
}
.table_assets table tr th {
  background: #7a7a7a;
  color: #fff;
  font-weight: 600;
}
.table_assets table tr td {
  padding-top: 30px;
  padding-bottom: 30px;
}
.table_assets table tr td .child {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.table_assets table tr td .child:not(:first-of-type) {
  margin-top: 10px;
}
.table_assets table tr td .child h5 {
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 600;
}
.table_assets table tr td .child p {
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 600;
}
.table_assets table tr td.gray {
  background: #f8f8f8;
}

.table_assets_other .items {
  width: 32%;
  border: 1px solid #e6e6e6;
  padding: 20px 30px;
}
@media screen and (max-width: 991px) {
  .table_assets_other .items {
    width: 100%;
  }
  .table_assets_other .items:not(:first-of-type) {
    margin-top: 10px;
  }
}
.table_assets_other .items h5, .table_assets_other .items p {
  font-size: 1.6rem;
  font-weight: 600;
}

@media screen and (max-width: 575px) {
  .table_past {
    overflow-x: auto;
  }
}
.table_past table {
  width: 100%;
  border-collapse: collapse;
}
@media screen and (max-width: 575px) {
  .table_past table {
    width: 533px;
  }
}
.table_past table tr:nth-of-type(odd) td {
  background: #f8f8f8;
}
.table_past table tr th, .table_past table tr td {
  font-size: 1.5rem;
  padding: 20px;
  vertical-align: top;
  border: 1px solid #e6e6e6;
  font-weight: 600;
}
.table_past table tr th {
  background: #7a7a7a;
  color: #fff;
}
.table_past table tr td:not(:first-of-type) {
  text-align: right;
}

.history_content .items {
  border-bottom: 1px solid #e6e6e6;
  padding: 50px 0;
}
.history_content .items:first-of-type {
  border-top: 1px solid #e6e6e6;
}
.history_content .items:first-of-type .year:before {
  top: 2px !important;
}
.history_content .items:last-of-type .year:before {
  height: 60px !important;
}
.history_content .items .year {
  width: 140px;
  position: relative;
  margin-right: 50px;
}
@media screen and (max-width: 575px) {
  .history_content .items .year {
    width: 100px;
    margin-right: 20px;
  }
}
.history_content .items .year:before {
  content: "";
  position: absolute;
  top: -50px;
  right: 9px;
  width: 2px;
  height: calc(100% + 100px);
  background: #b3b3b3;
}
.history_content .items .year p {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.4;
  display: inline-block;
  position: relative;
  padding-bottom: 20px;
}
.history_content .items .year p .sm {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: right;
  font-size: 1.2rem;
  font-weight: 400;
}
.history_content .items .year .circle {
  position: absolute;
  top: 2px;
  right: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #000000;
}
.history_content .items .year .circle:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 50%;
}
.history_content .items .items_txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 1359px) {
  .history_content .items .items_txt {
    display: block;
  }
}
.history_content .items .items_txt .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.history_content .items .items_txt .txt h3 {
  font-size: 1.8rem;
  line-height: 1.4;
  margin-bottom: 6px;
}
.history_content .items .items_txt .txt p {
  font-size: 1.5rem;
  line-height: 1.6;
}
.history_content .items .items_txt figure {
  width: 311px;
}
@media screen and (max-width: 1359px) {
  .history_content .items .items_txt figure {
    margin-top: 30px;
  }
}
@media screen and (max-width: 991px) {
  .history_content .items .items_txt figure {
    width: 100%;
  }
}
.history_content .items .items_txt figure img {
  width: 100%;
}
.history_content .items .items_txt figure p {
  text-align: right;
  font-size: 1.3rem;
  margin-top: 6px;
}

.sdgs_detail {
  border-top: 1px solid #e6e6e6;
}
.sdgs_detail.border {
  border-bottom: 1px solid #e6e6e6;
}
.sdgs_detail_items {
  width: 536px;
}
.sdgs_detail_items .ttl_sm {
  margin-bottom: 10px;
}
.sdgs_detail_items p {
  font-size: 1.5rem;
}
.sdgs_detail_items ul {
  margin-top: 40px;
}
.sdgs_detail_items ul li {
  width: 25%;
}
.sdgs_detail_items ul li:not(:first-of-type) {
  border-left: 1px solid #fff;
}
.sdgs_detail_items ul li img {
  width: 100%;
}

.maintenance_graph {
  background: #f8f8f8;
  padding: 100px;
}
@media screen and (max-width: 1359px) {
  .maintenance_graph {
    padding: 60px 40px;
  }
}
@media screen and (max-width: 991px) {
  .maintenance_graph {
    overflow-x: auto;
  }
}
.maintenance_graph figure {
  text-align: center;
}
@media screen and (max-width: 991px) {
  .maintenance_graph figure {
    width: 1073px;
  }
}
.maintenance_graph figure img {
  max-width: 100%;
}

.modelhouse_desc_table .items {
  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;
}
.modelhouse_desc_table .items:not(:first-of-type) {
  margin-top: 20px;
}
.modelhouse_desc_table .items h5 {
  width: 100px;
  font-size: 1.5rem;
}
@media screen and (max-width: 575px) {
  .modelhouse_desc_table .items h5 {
    font-size: 1.4rem;
    width: 80px;
  }
}
.modelhouse_desc_table .items .txtarea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-left: 1px solid #e6e6e6;
  padding-left: 40px;
}
@media screen and (max-width: 575px) {
  .modelhouse_desc_table .items .txtarea {
    padding-left: 20px;
  }
}
.modelhouse_desc_table .items .txtarea p {
  font-size: 1.5rem;
}
@media screen and (max-width: 575px) {
  .modelhouse_desc_table .items .txtarea p {
    font-size: 1.4rem;
  }
}
.modelhouse_desc_table .items .txtarea small {
  font-size: 1.2rem;
}
.modelhouse_desc_table .items .txtarea .icon_area_items {
  width: 121px;
  background: #f8f8f8;
  padding: 25px 5px;
}
.modelhouse_desc_table .items .txtarea .icon_area_items:not(:last-of-type) {
  margin-right: 10px;
}
@media screen and (max-width: 1239px) {
  .modelhouse_desc_table .items .txtarea .icon_area_items {
    width: 32%;
    margin-right: 2% !important;
  }
  .modelhouse_desc_table .items .txtarea .icon_area_items:nth-of-type(3n) {
    margin-right: 0 !important;
  }
  .modelhouse_desc_table .items .txtarea .icon_area_items:nth-of-type(n + 4) {
    margin-top: 2% !important;
  }
}
@media screen and (max-width: 575px) {
  .modelhouse_desc_table .items .txtarea .icon_area_items {
    padding: 20px 5px 10px;
  }
}
.modelhouse_desc_table .items .txtarea .icon_area_items figure {
  text-align: center;
}
.modelhouse_desc_table .items .txtarea .icon_area_items figure img {
  width: 30px;
}
.modelhouse_desc_table .items .txtarea .icon_area_items p {
  font-size: 1.1rem;
  text-align: center;
  margin-top: 6px;
  font-weight: 600;
}
@media screen and (max-width: 575px) {
  .modelhouse_desc_table .items .txtarea .icon_area_items p {
    font-size: 1rem;
  }
}

.modelhouse_youtube_inner {
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  width: 322px;
}
@media screen and (max-width: 575px) {
  .modelhouse_youtube_inner {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.modelhouse_youtube_inner a {
  padding: 15px;
  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;
  position: relative;
}
.modelhouse_youtube_inner a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 14px;
  height: 14px;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
}
.modelhouse_youtube_inner a figure {
  width: 120px;
  margin-right: 25px;
}
.modelhouse_youtube_inner a figure img {
  width: 100%;
  border-radius: 6px;
}
.modelhouse_youtube_inner a .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.modelhouse_youtube_inner a .txt h4 {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
}

.modelhouse_map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.modelhouse_map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modelhouse_flow {
  padding: 70px;
  background: #f8f8f8;
}
@media screen and (max-width: 1239px) {
  .modelhouse_flow {
    padding: 40px;
  }
}
@media screen and (max-width: 991px) {
  .modelhouse_flow {
    padding: 40px 0 40px 40px;
    overflow-x: auto;
    width: 720px;
    max-width: 720px;
  }
}
@media screen and (max-width: 767px) {
  .modelhouse_flow {
    width: 540px;
    max-width: 540px;
  }
}
@media screen and (max-width: 575px) {
  .modelhouse_flow {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .modelhouse_flow figure {
    width: 780px;
    max-width: 780px;
  }
}
.modelhouse_flow figure img {
  width: 100%;
}

.modelhouse_contact {
  width: 100%;
  height: 800px;
  background: #e6e6e6;
}

.desc_sep_content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 991px) {
  .desc_sep_content {
    display: block;
  }
}
.desc_sep_content figure {
  width: 536px;
}
@media screen and (max-width: 1239px) {
  .desc_sep_content figure {
    width: 400px;
  }
}
@media screen and (max-width: 991px) {
  .desc_sep_content figure {
    width: 100%;
    margin-top: 40px;
  }
}
@media screen and (max-width: 575px) {
  .desc_sep_content figure {
    margin-top: 30px;
  }
}
@media screen and (max-width: 991px) {
  .desc_sep_content figure img {
    width: 100%;
  }
}
.desc_sep_content figure .caption {
  text-align: right;
  font-size: 1.2rem;
  margin-top: 8px;
}
.desc_sep_content_txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 80px;
  position: relative;
}
@media screen and (max-width: 1239px) {
  .desc_sep_content_txt {
    margin-right: 60px;
  }
}
@media screen and (max-width: 991px) {
  .desc_sep_content_txt {
    margin-right: 0;
  }
}
.desc_sep_content_txt .num {
  font-size: 6rem;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
}
@media screen and (max-width: 575px) {
  .desc_sep_content_txt .num {
    font-size: 5rem;
  }
}
.desc_sep_content_txt .num:before {
  content: "";
  width: 100px;
  height: 50px;
  position: absolute;
  top: 36px;
  left: 18px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background: #fff;
  border-top: 1px solid #000000;
}
.desc_sep_content_txt h2 {
  font-size: 2.4rem;
  font-weight: 700;
  padding-top: 13px;
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 575px) {
  .desc_sep_content_txt h2 {
    font-size: 2.2rem;
  }
}
.desc_sep_content_txt p {
  position: relative;
  z-index: 1;
}
.desc_sep_content_txt .modelhouse_youtube_inner figure {
  margin-top: 0;
}

.aseismic_bg {
  width: 100%;
  height: 700px;
  background: url(../images/aseismic_bg.webp) no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
@media screen and (max-width: 991px) {
  .aseismic_bg {
    height: 500px;
  }
}
@media screen and (max-width: 575px) {
  .aseismic_bg {
    height: 315px;
  }
}

.aircon_bg {
  width: 100%;
  height: 700px;
  background: url(../images/aircon_bg.webp) no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
@media screen and (max-width: 991px) {
  .aircon_bg {
    height: 500px;
  }
}
@media screen and (max-width: 575px) {
  .aircon_bg {
    height: 315px;
  }
}

.safety_bg {
  width: 100%;
  height: 700px;
  background: url(../images/safety_bg.webp) no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
@media screen and (max-width: 991px) {
  .safety_bg {
    height: 500px;
  }
}
@media screen and (max-width: 575px) {
  .safety_bg {
    height: 315px;
  }
}

.renovation_bg {
  width: 100%;
  height: 700px;
  background: url(../images/renovation_bg.webp) no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
@media screen and (max-width: 991px) {
  .renovation_bg {
    height: 500px;
  }
}
@media screen and (max-width: 575px) {
  .renovation_bg {
    height: 315px;
  }
}

.faq_items {
  padding: 40px 0;
  border-top: 1px solid #e6e6e6;
}
.faq_items:last-of-type {
  border-bottom: 1px solid #e6e6e6;
}
.faq_items h3 {
  font-size: 1.7rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.faq_items a {
  text-decoration: underline;
}
.faq_items a:hover {
  text-decoration: none;
}

.num_list li {
  font-size: 1.5rem;
  line-height: 1.8;
  padding-left: 1.5em;
  position: relative;
}
.num_list li:not(:first-of-type) {
  margin-top: 30px;
}
.num_list li .num {
  font-size: 1.5rem;
  position: absolute;
  top: 0;
  left: 0;
}

.staff_content .items {
  width: 536px;
}
.staff_content .items:nth-of-type(even) {
  margin-left: 128px;
}
.staff_content .items:nth-of-type(n + 3) {
  margin-top: 100px;
}
@media screen and (max-width: 1239px) {
  .staff_content .items {
    width: 47%;
  }
  .staff_content .items:nth-of-type(even) {
    margin-left: 6%;
  }
  .staff_content .items:nth-of-type(n + 3) {
    margin-top: 60px;
  }
}
@media screen and (max-width: 575px) {
  .staff_content .items {
    width: 100%;
    margin: 0 !important;
  }
  .staff_content .items:not(:first-of-type) {
    margin-top: 50px !important;
  }
}
.staff_content .items figure {
  width: 100%;
}
.staff_content .items figure img {
  width: 100%;
  height: auto;
}
.staff_content .items .post_txt {
  margin-top: 30px;
  font-size: 1.3rem;
}
.staff_content .items h4 {
  font-size: 2.2rem;
  font-weight: 600;
}
.staff_content .items .introduction {
  margin-top: 10px;
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (max-width: 575px) {
  .staff_content .items .introduction {
    font-size: 1.4rem;
  }
}
.staff_content .items .staff_table {
  margin-top: 20px;
}
.staff_content .items .staff_table table {
  width: 100%;
  border-collapse: collapse;
}
.staff_content .items .staff_table table tr:not(:first-of-type) th, .staff_content .items .staff_table table tr:not(:first-of-type) td {
  padding-top: 10px;
}
.staff_content .items .staff_table table tr th, .staff_content .items .staff_table table tr td {
  font-size: 1.3rem;
  text-align: left;
  vertical-align: top;
}
.staff_content .items .staff_table table tr th {
  font-weight: 600;
  width: 60px;
}

.desc_reverse_content {
  text-align: left;
}
.desc_reverse_content_items {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 991px) {
  .desc_reverse_content_items {
    display: block;
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (max-width: 575px) {
  .desc_reverse_content_items {
    padding: 0;
  }
}
.desc_reverse_content_items figure {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 120px;
  margin-left: calc(50% - 50vw);
}
@media screen and (max-width: 1239px) {
  .desc_reverse_content_items figure {
    margin-right: 80px;
  }
}
@media screen and (max-width: 991px) {
  .desc_reverse_content_items figure {
    margin: 0 auto;
  }
}
.desc_reverse_content_items figure img {
  width: 100%;
}
.desc_reverse_content_items_txt {
  width: 500px;
  text-align: left;
}
@media screen and (max-width: 1239px) {
  .desc_reverse_content_items_txt {
    width: 440px;
  }
}
@media screen and (max-width: 991px) {
  .desc_reverse_content_items_txt {
    width: 100%;
    margin-top: 30px;
  }
}
.desc_reverse_content_items_txt .ttl_sub {
  position: relative;
  padding-left: 70px;
  padding-top: 45px;
}
.desc_reverse_content_items_txt .ttl_sub .num {
  font-size: 6rem;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
}
@media screen and (max-width: 575px) {
  .desc_reverse_content_items_txt .ttl_sub .num {
    font-size: 5rem;
  }
}
.desc_reverse_content_items_txt .ttl_sub .num:before {
  content: "";
  width: 100px;
  height: 50px;
  position: absolute;
  top: 36px;
  left: 18px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background: #fff;
  border-top: 1px solid #000000;
}
.desc_reverse_content_items_txt .ttl_sub h3 {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 575px) {
  .desc_reverse_content_items_txt .ttl_sub h3 {
    margin-bottom: 20px;
  }
}

.works_content_search {
  width: 100%;
  height: 200px;
  background: #f8f8f8;
}
.works_content_search.border-bottom {
  border-bottom: 1px solid #e6e6e6;
}
.works_content_search.border-top {
  border-top: 1px solid #e6e6e6;
}
.works_content .num {
  margin-top: 20px;
}
.works_content .num p {
  text-align: right;
  font-size: 1.3rem;
}
.works_content_itemBox .items {
  width: 536px;
}
.works_content_itemBox .items:nth-of-type(even) {
  margin-left: 128px;
}
.works_content_itemBox .items:nth-of-type(n + 3) {
  margin-top: 80px;
}
.works_content_itemBox .items figure {
  width: 100%;
}
.works_content_itemBox .items figure a {
  display: block;
}
.works_content_itemBox .items figure a img {
  width: 100%;
  height: auto;
}
.works_content_itemBox .items h2 {
  margin-top: 15px;
}
.works_content_itemBox .items h2 a {
  font-size: 1.6rem;
  font-weight: 600;
}
.works_content_itemBox .items p {
  font-size: 1.1rem;
  color: #888888;
  margin-top: 8px;
  line-height: 1.4;
}
.works_content_itemBox .items ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.works_content_itemBox .items ul li {
  font-size: 1.1rem;
  color: #888888;
  margin-top: 5px;
  margin-right: 10px;
  position: relative;
  padding-left: 1em;
  line-height: 1.6;
}
.works_content_itemBox .items ul li:before {
  content: "#";
  position: absolute;
  top: 0;
  left: 0;
}

.article_content {
  margin-top: 275px;
}
@media screen and (max-width: 1239px) {
  .article_content {
    margin-top: 240px;
  }
}
@media screen and (max-width: 991px) {
  .article_content {
    display: block;
    margin-top: 180px;
  }
}
@media screen and (max-width: 575px) {
  .article_content {
    margin-top: 130px;
  }
}
.article_content_main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 100px;
}
@media screen and (max-width: 991px) {
  .article_content_main {
    width: 100%;
    margin: 0 0 40px 0;
  }
}
.article_content_main .day {
  font-size: 1.2rem;
  color: #888;
}
.article_content_main .ttl {
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.6;
  margin-top: 20px;
}
@media screen and (max-width: 575px) {
  .article_content_main .ttl {
    font-size: 2.6rem;
    margin-top: 10px;
  }
}
.article_content_main .cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px;
}
@media screen and (max-width: 575px) {
  .article_content_main .cat {
    margin-top: 10px;
  }
}
.article_content_main .cat li {
  font-size: 1.2rem;
  padding: 7px 20px 7px;
  border-radius: 100px;
  border: 1px solid #e6e6e6;
  margin: 5px 10px 0 0;
  line-height: 1.2;
}
@media screen and (max-width: 575px) {
  .article_content_main .cat li {
    font-size: 1.1rem;
    padding: 5px 15px;
  }
}
.article_content_side {
  width: 240px;
}
@media screen and (max-width: 991px) {
  .article_content_side {
    width: 100%;
  }
}
.article_content_side .side_content h4 {
  font-size: 1.7rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.article_content_side .side_content .desc_txt {
  font-size: 1.2rem;
  color: #888;
  margin-bottom: 20px;
}
.article_content_side .side_content .connection .items:not(:first-of-type) {
  margin-top: 20px;
}
.article_content_side .side_content .connection .items a {
  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%;
}
.article_content_side .side_content .connection .items a figure {
  width: 80px;
  height: 80px;
  overflow: hidden;
  margin-right: 20px;
  background: #2d2d2d;
}
.article_content_side .side_content .connection .items a figure img {
  width: 150px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.article_content_side .side_content .connection .items a .items_txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.article_content_side .side_content .connection .items a .items_txt p {
  font-size: 1.1rem;
  color: #888888;
  line-height: 1.4;
}
.article_content_side .side_content .connection .items a .items_txt h3 {
  font-size: 1.3rem;
  line-height: 1.4;
  margin-top: 4px;
}
.article_content_side .side_content .blog_side_menu ul li {
  line-height: 1;
}
.article_content_side .side_content .blog_side_menu ul li:not(:first-of-type) {
  margin-top: 6px;
}
.article_content_side .side_content .blog_side_menu ul li a {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.6;
  position: relative;
  padding-left: 1em;
}
.article_content_side .side_content .blog_side_menu ul li a:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

.single_content {
  width: 100%;
  margin-top: 70px;
  padding-top: 50px;
  border-top: 1px solid #e6e6e6;
}
@media screen and (max-width: 575px) {
  .single_content {
    margin-top: 40px;
    padding-top: 20px;
  }
}

.single_modelhouse_bnr {
  margin: 4.5em 0;
}
.single_modelhouse_bnr a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #333333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 575px) {
  .single_modelhouse_bnr a {
    display: block;
  }
}
.single_modelhouse_bnr a:hover {
  opacity: 0.8;
}
.single_modelhouse_bnr a figure {
  width: 50%;
}
@media screen and (max-width: 575px) {
  .single_modelhouse_bnr a figure {
    width: 100%;
  }
}
.single_modelhouse_bnr_txt {
  width: 50%;
  padding-top: 44px;
}
@media screen and (max-width: 1239px) {
  .single_modelhouse_bnr_txt {
    padding-top: 20px;
  }
}
@media screen and (max-width: 991px) {
  .single_modelhouse_bnr_txt {
    padding-top: 38px;
  }
}
@media screen and (max-width: 767px) {
  .single_modelhouse_bnr_txt {
    padding-top: 13px;
  }
}
@media screen and (max-width: 575px) {
  .single_modelhouse_bnr_txt {
    width: 100%;
    padding: 30px;
  }
}
.single_modelhouse_bnr_txt h4 {
  color: #fff;
  text-align: center;
  margin: 0 !important;
}
@media screen and (max-width: 1239px) {
  .single_modelhouse_bnr_txt h4 {
    font-size: 2.2rem;
  }
}
.single_modelhouse_bnr_txt p {
  font-size: 1.3rem;
  text-align: center;
  color: #fff;
  margin: 5px 0 0 !important;
}
@media screen and (max-width: 767px) {
  .single_modelhouse_bnr_txt p {
    font-size: 1.2rem;
  }
}
.single_modelhouse_bnr_txt .link {
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 1239px) {
  .single_modelhouse_bnr_txt .link {
    margin-top: 12px;
  }
}
.single_modelhouse_bnr_txt .link h5 {
  display: inline-block;
  font-size: 1.2rem;
  color: #fff;
  padding: 10px 40px;
  border: 1px solid #fff;
  border-radius: 100px;
  margin: 0 !important;
}

.post-body h2 {
  padding-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
}
.post-body h2 span {
  font-size: 2.6rem;
  font-weight: 600;
}
.post-body h2:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 125px;
  height: 1px;
  background: #000000;
}
.post-body h3 {
  font-size: 2.4rem;
  font-weight: 600;
}
.post-body h3 span {
  font-size: 2.4rem;
  font-weight: 600;
}
.post-body .wp-block-quote {
  border-left: 2px solid #e6e6e6;
  border-top: none;
  border-bottom: none;
  border-right: none;
  padding: 10px 0 10px 40px;
}
.post-body .wp-block-quote:before {
  display: none;
}
.post-body .wp-block-quote:after {
  display: none;
}
.post-body .wp-block-quote cite:before {
  display: none;
}
.post-body ul {
  margin-left: 0;
}
.post-body ul li {
  padding-left: 1em;
  position: relative;
}
.post-body ul li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.post-body .wp-block-table table thead {
  border: none !important;
}
.post-body .wp-block-table table thead th, .post-body .wp-block-table table thead td {
  background: #7a7a7a;
  color: #fff;
}
.post-body .wp-block-table table th, .post-body .wp-block-table table td {
  border: 1px solid #e6e6e6 !important;
  font-size: 1.5rem;
  padding: 15px 20px;
}
.post-body .wp-block-buttons {
  margin: 2em 0;
}
.post-body .wp-block-buttons a {
  font-size: 1.5rem;
  background: #fff;
  border: 1px solid #e6e6e6;
  color: #000000;
  padding: 12px 50px 12px 30px;
  border-radius: 100px;
  position: relative;
  min-width: 220px;
  text-align: left;
}
.post-body .wp-block-buttons a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: #000000;
  border-radius: 50%;
}
.post-body .wp-block-buttons a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 23px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  width: 6px;
  height: 6px;
}

.single_pager {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 50px;
  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;
}
.single_pager .prev {
  width: 30px;
  height: 30px;
  margin-left: 0;
  position: relative;
}
.single_pager .prev a {
  width: 100%;
  height: 100%;
  display: block;
}
.single_pager .prev a:hover {
  opacity: 0.7;
}
.single_pager .prev a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-25%, -50%) rotate(225deg);
          transform: translate(-25%, -50%) rotate(225deg);
  width: 12px;
  height: 12px;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
}
.single_pager .return a {
  text-align: center;
  font-size: 1.5rem;
}
.single_pager .return a:hover {
  opacity: 0.7;
}
.single_pager .next {
  width: 30px;
  height: 30px;
  margin-left: 0;
  position: relative;
}
.single_pager .next a {
  width: 100%;
  height: 100%;
  display: block;
}
.single_pager .next a:hover {
  opacity: 0.7;
}
.single_pager .next a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-25%, -50%) rotate(45deg);
          transform: translate(-25%, -50%) rotate(45deg);
  width: 12px;
  height: 12px;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
}

#toc_container {
  margin: 2em 0;
  background: #f8f7f8;
  padding: 40px 50px;
}
@media screen and (max-width: 575px) {
  #toc_container {
    padding: 30px 20px;
  }
}
#toc_container .toc_title {
  font-size: 1.5rem;
  font-weight: 600;
  text-align: left;
  margin: 0;
}
#toc_container .toc_list {
  margin: 10px 0 0;
}
#toc_container .toc_list > li {
  padding-left: 0;
}
#toc_container .toc_list > li:before {
  display: none;
}
#toc_container .toc_list > li > a {
  font-size: 1.5rem;
}
#toc_container .toc_list > li > ul {
  margin: 0;
  padding-left: 0.7em;
}
#toc_container .toc_list > li > ul li a {
  font-size: 1.5rem;
}
#toc_container .toc_list > li > ul li a span {
  display: none;
}

.news_archive_catList.top {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 40px;
}
.news_archive_catList.bottom {
  border-top: 1px solid #e6e6e6;
  padding-top: 40px;
}
.news_archive_catList ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.news_archive_catList ul li {
  margin: 4px;
}
.news_archive_catList ul li a {
  font-size: 1.3rem;
  line-height: 1.2;
  padding: 8px 20px;
  border: 1px solid #e6e6e6;
  border-radius: 100px;
}
.news_archive_catList ul li a.active, .news_archive_catList ul li a:hover {
  border: 1px solid #000000;
  background: #000000;
  color: #fff;
}

.post-type-archive .news_archive_catList .column_all_btn {
  border: 1px solid #000000;
  background: #000000;
  color: #fff;
}

.news_archive_content .items {
  padding: 30px 0;
  border-bottom: 1px solid #e6e6e6;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news_archive_content .items .day {
  font-size: 1.5rem;
  width: 150px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .news_archive_content .items .day {
    width: 130px;
  }
}
.news_archive_content .items .cat {
  font-size: 1.2rem;
  width: 110px;
  text-align: center;
  border: 1px solid #e6e6e6;
  padding: 4px 5px 4px;
  border-radius: 100px;
  line-height: 1.6;
}
.news_archive_content .items a {
  font-size: 1.5rem;
  line-height: 1.6;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 40px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .news_archive_content .items a {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    margin: 10px 0 0 0;
  }
}
.news_archive_content .items a:hover {
  opacity: 0.7;
}

.archive_pager {
  width: 100%;
}

.wp-pagenavi {
  text-align: center;
  position: relative;
  margin-top: 90px;
}
.wp-pagenavi a {
  font-size: 1.8rem;
  margin: 0 20px;
  color: #999999;
}
@media screen and (max-width: 575px) {
  .wp-pagenavi a {
    margin: 0 15px;
  }
}
.wp-pagenavi span {
  margin: 0 20px;
  font-size: 1.8rem;
}
@media screen and (max-width: 575px) {
  .wp-pagenavi span {
    margin: 0 15px;
  }
}
.wp-pagenavi .previouspostslink {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  height: 30px;
  margin-left: 0;
}
.wp-pagenavi .previouspostslink:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-25%, -50%) rotate(225deg);
          transform: translate(-25%, -50%) rotate(225deg);
  width: 12px;
  height: 12px;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
}
.wp-pagenavi .nextpostslink {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  height: 30px;
  margin-right: 0;
}
.wp-pagenavi .nextpostslink:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(-25%, -50%) rotate(45deg);
          transform: translate(-25%, -50%) rotate(45deg);
  width: 12px;
  height: 12px;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
}

.column_archive_content .items {
  width: 360px;
  margin-top: 120px;
  margin-right: 60px;
}
.column_archive_content .items:nth-of-type(3n) {
  margin-right: 0;
}
.column_archive_content .items figure {
  width: 100%;
  aspect-ratio: 6/4;
  position: relative;
  overflow: hidden;
}
.column_archive_content .items figure a {
  display: block;
  width: 100%;
  height: 100%;
}
.column_archive_content .items figure img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.column_archive_content .items h2 {
  line-height: 1;
  margin-top: 20px;
}
.column_archive_content .items h2 a {
  line-height: 1.8;
  font-size: 1.6rem;
  font-weight: 600;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.column_archive_content .items h2 a:hover {
  opacity: 0.7;
}
.column_archive_content .items .cat li {
  font-size: 1.1rem;
  margin: 5px;
  position: relative;
  padding-left: 1em;
  line-height: 1.6;
}
.column_archive_content .items .cat li:before {
  content: "#";
  position: absolute;
  top: 0;
  left: 0;
}
.column_archive_content .items .day {
  font-size: 1.1rem;
  color: #999999;
  line-height: 1.6;
}

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

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

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

.u-margintop--md {
  margin-top: 80px;
}
@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--sm {
  margin-top: 60px;
}
@media screen and (max-width: 991px) {
  .u-margintop--sm {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .u-margintop--sm {
    margin-top: 30px;
  }
}

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

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

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

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

.u-padding--md {
  padding: 80px 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--sm {
  padding: 60px 0;
}
@media screen and (max-width: 991px) {
  .u-padding--sm {
    padding: 40px 0;
  }
}
@media screen and (max-width: 767px) {
  .u-padding--sm {
    padding: 30px 0;
  }
}

.u-padding--xs {
  padding: 30px 0;
}
@media screen and (max-width: 991px) {
  .u-padding--xs {
    padding: 25px 0;
  }
}
@media screen and (max-width: 767px) {
  .u-padding--xs {
    padding: 20px 0;
  }
}