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

body {
  margin: 0;
}

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: #253d55;
  font-size: 1.7rem;
  line-height: 1.61;
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}
@media all and (-ms-high-contrast:none) {
  body {
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  }
}
@media screen and (max-width: 767px) {
  body {
    line-height: 1.6;
  }
}

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

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

iframe {
  border: none;
}

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

h1 {
  font-size: 3.2rem;
}

h2 {
  font-size: 2.7rem;
}

h3 {
  font-size: 2.3rem;
}

h4 {
  font-size: 1.8rem;
}

p {
  font-size: 1.7rem;
  margin: 2.2rem 0;
}
@media screen and (max-width: 767px) {
  p {
    font-size: 1.5rem;
    margin: 1.8rem 0;
  }
}

h1, h2, h3, h4, h5, h6, p, th, td, li, dt, dd, a {
  letter-spacing: 0.08em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.link_arrow {
  width: 34px;
  height: 34px;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #fff;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .link_arrow {
    right: 10px;
  }
}
.link_arrow:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 14px;
  background: url(../images/arrow_blue.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-30%, -50%);
          transform: translate(-30%, -50%);
}

.link_yellow {
  margin-top: 3.6rem;
}
@media screen and (max-width: 991px) {
  .link_yellow {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .link_yellow {
    margin-top: 2.6rem;
  }
}
.link_yellow a {
  position: relative;
  display: inline-block;
  padding: 18px 80px 18px 40px;
  background: #f1c366;
  color: #fff;
  border-radius: 50px;
  min-width: 300px;
}
@media screen and (max-width: 767px) {
  .link_yellow a {
    font-size: 1.5rem;
    padding: 14px 60px 14px 30px;
  }
}
.link_yellow a:hover {
  background: #253d55;
  color: #fff;
}

.link_yellow_center {
  margin-top: 3.6rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .link_yellow_center {
    margin-top: 2.6rem;
  }
}
.link_yellow_center a {
  position: relative;
  display: inline-block;
  padding: 18px 80px 18px 40px;
  background: #f1c366;
  color: #fff;
  border-radius: 50px;
  min-width: 300px;
}
@media screen and (max-width: 767px) {
  .link_yellow_center a {
    font-size: 1.5rem;
    padding: 14px 60px 14px 30px;
  }
}
.link_yellow_center a:hover {
  background: #253d55;
  color: #fff;
}

.link_yellow_back {
  margin-top: 3.6rem;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .link_yellow_back {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .link_yellow_back {
    margin-top: 2.6rem;
  }
}
.link_yellow_back a {
  position: relative;
  display: inline-block;
  padding: 18px 40px 18px 70px;
  background: #f1c366;
  color: #fff;
  border-radius: 50px;
}
@media screen and (max-width: 767px) {
  .link_yellow_back a {
    font-size: 1.5rem;
    padding: 14px 30px 14px 60px;
  }
}
.link_yellow_back a:hover {
  background: #253d55;
  color: #fff;
}
.link_yellow_back a .link_arrow {
  width: 34px;
  height: 34px;
  position: absolute;
  top: 50%;
  right: auto;
  left: 20px;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  background: #fff;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .link_yellow_back a .link_arrow {
    left: 10px;
  }
}
.link_yellow_back a .link_arrow:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 14px;
  background: url(../images/arrow_blue.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-30%, -50%);
          transform: translate(-30%, -50%);
}

.link_blue {
  margin-top: 3.6rem;
}
@media screen and (max-width: 991px) {
  .link_blue {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .link_blue {
    margin-top: 2.6rem;
  }
}
.link_blue a {
  position: relative;
  display: inline-block;
  padding: 18px 80px 18px 40px;
  background: #253d55;
  color: #fff;
  border-radius: 50px;
  min-width: 230px;
}
@media screen and (max-width: 767px) {
  .link_blue a {
    font-size: 1.5rem;
    padding: 14px 60px 14px 30px;
  }
}
.link_blue a:hover {
  background: #f1c366;
  color: #fff;
}

.ttl {
  width: 100%;
  text-align: center;
}
.ttl h2 {
  font-size: 4rem;
  font-weight: 700;
  margin: 12px 0 0;
}
@media screen and (max-width: 767px) {
  .ttl h2 {
    font-size: 2.8rem;
  }
}
.ttl h2 .en {
  font-size: 1.8rem;
  color: #e56540;
  display: block;
  margin-top: 2px;
}
@media screen and (max-width: 767px) {
  .ttl h2 .en {
    font-size: 1.4rem;
  }
}

.ttl_left {
  width: 100%;
}
.ttl_left h2 {
  font-size: 4rem;
  font-weight: 700;
  margin: 0;
  line-height: 1.31;
}
@media screen and (max-width: 767px) {
  .ttl_left h2 {
    font-size: 2.8rem;
  }
}
.ttl_left h2 .en {
  font-size: 1.8rem;
  color: #e56540;
  display: block;
  margin-bottom: 6px;
}
@media screen and (max-width: 767px) {
  .ttl_left h2 .en {
    font-size: 1.4rem;
  }
}

.page_ttl_center_orange {
  color: #e56540;
  font-size: 4rem;
  font-family: "bananaslipplus", sans-serif;
  font-weight: 400;
  text-align: center;
  margin: 0 0 40px;
  line-height: 1.41;
}
@media screen and (max-width: 767px) {
  .page_ttl_center_orange {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 575px) {
  .page_ttl_center_orange {
    font-size: 2.6rem;
  }
}

.page_ttl_sub {
  text-align: center;
  font-size: 4rem;
  font-weight: 700;
  margin: 0 0 30px;
}
@media screen and (max-width: 767px) {
  .page_ttl_sub {
    font-size: 3.2rem;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 575px) {
  .page_ttl_sub {
    font-size: 2.6rem;
  }
}
.page_ttl_sub .en {
  color: #e56540;
  display: block;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .page_ttl_sub .en {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 575px) {
  .page_ttl_sub .en {
    font-size: 1.3rem;
  }
}

.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: 1240px) {
  .l-base {
    width: 100%;
    max-width: 1200px;
  }
}

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

.w-100 {
  width: 100%;
}

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

#wrapper {
  overflow: hidden;
}

#l-header {
  position: relative;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 120px;
  z-index: 900;
}
@media screen and (max-width: 1239px) {
  #l-header {
    height: 80px;
    background: #fff;
    position: fixed;
  }
}
@media screen and (max-width: 767px) {
  #l-header {
    height: 60px;
  }
}

#l-page {
  margin-top: 28px;
}
@media screen and (max-width: 1239px) {
  #l-page {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  #l-page {
    margin-top: 60px;
  }
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  color: #253d55;
}
a:hover {
  color: #f1c366;
}

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

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

.clearfix {
  display: block;
}

.bg_orange {
  background: #f8f2e4;
}

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

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

.for-lg {
  display: none;
}
@media screen and (max-width: 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;
  }
}

.header_logo {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1460px) {
  .header_logo img {
    width: 260px;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .header_logo {
    -webkit-transform: translateY(-55%);
            transform: translateY(-55%);
  }
  .header_logo img {
    width: 200px;
  }
}

#gnav {
  position: absolute;
  top: 50%;
  right: 310px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 26px;
}
@media screen and (max-width: 1460px) {
  #gnav {
    right: 220px;
  }
}
@media screen and (max-width: 1239px) {
  #gnav {
    display: none;
  }
}
#gnav li:not(:first-of-type) {
  margin-left: 30px;
}
@media screen and (max-width: 1460px) {
  #gnav li:not(:first-of-type) {
    margin-left: 23px;
  }
}
#gnav li a {
  color: #253d55;
  font-size: 1.6rem;
  font-weight: 700;
}
#gnav li a:hover {
  color: #f1c366;
}

#header_contact {
  position: absolute;
  top: 0;
  right: 20px;
}
@media screen and (max-width: 1239px) {
  #header_contact {
    right: 80px;
  }
}
@media screen and (max-width: 767px) {
  #header_contact {
    display: none;
  }
}
#header_contact a {
  text-align: center;
  display: block;
  background: #25aac4;
  border-radius: 0 0 18px 18px;
  padding: 23px 70px 23px;
}
@media screen and (max-width: 1460px) {
  #header_contact a {
    padding: 23px 30px;
  }
}
@media screen and (max-width: 1239px) {
  #header_contact a {
    position: relative;
    height: 80px;
    padding: 0 20px;
    border-radius: 0;
  }
}
#header_contact a:hover {
  background: #f1c366;
}
@media screen and (max-width: 1239px) {
  #header_contact a img {
    padding-top: 13px;
  }
}
#header_contact a p {
  font-size: 1.6rem;
  margin: 6px 0 0;
  color: #fff;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media screen and (max-width: 1239px) {
  #header_contact a p {
    font-size: 1.4rem;
  }
}

#hbg_btn {
  width: 80px;
  height: 80px;
  background: #f1c366;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  display: none;
}
@media screen and (max-width: 1239px) {
  #hbg_btn {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #hbg_btn {
    width: 60px;
    height: 60px;
  }
}
#hbg_btn .line {
  width: 35px;
  height: 2px;
  border-radius: 10px;
  background: #fff;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  #hbg_btn .line {
    width: 28px;
  }
}
#hbg_btn .bar_01 {
  top: 35px;
}
@media screen and (max-width: 767px) {
  #hbg_btn .bar_01 {
    top: 25px;
  }
}
#hbg_btn .bar_02 {
  top: 45px;
}
@media screen and (max-width: 767px) {
  #hbg_btn .bar_02 {
    top: 35px;
  }
}

.mainVisual {
  margin-top: 28px;
  overflow: hidden;
}
@media screen and (max-width: 1239px) {
  .mainVisual {
    margin-top: 108px;
  }
}
@media screen and (max-width: 767px) {
  .mainVisual {
    margin-top: 80px;
  }
}
.mainVisual .swiper-container {
  width: 100%;
  max-width: 800px;
  margin: 0 auto !important;
  overflow: visible !important;
  position: relative !important;
  outline: none;
}
@media screen and (max-width: 991px) {
  .mainVisual .swiper-container {
    max-width: 600px;
  }
}
@media screen and (max-width: 767px) {
  .mainVisual .swiper-container {
    max-width: 100%;
    padding: 0 20px;
  }
}
.mainVisual .swiper-button-next {
  right: -40px !important;
  background: url(../images/arrow_slideshow.png) no-repeat !important;
  background-size: contain !important;
  width: 60px !important;
  height: 60px !important;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  color: rgba(0, 0, 0, 0);
}
@media screen and (max-width: 767px) {
  .mainVisual .swiper-button-next {
    width: 40px !important;
    height: 40px !important;
    right: 10px !important;
  }
}
.mainVisual .swiper-button-next:after {
  display: none;
}
.mainVisual .swiper-button-prev {
  left: -40px !important;
  background: url(../images/arrow_slideshow.png) no-repeat !important;
  background-size: contain !important;
  width: 60px !important;
  height: 60px !important;
  color: rgba(0, 0, 0, 0);
}
@media screen and (max-width: 767px) {
  .mainVisual .swiper-button-prev {
    width: 40px !important;
    height: 40px !important;
    left: 10px !important;
  }
}
.mainVisual .swiper-button-prev:after {
  display: none;
}

.concept {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1239px) {
  .concept {
    display: block;
    position: relative;
  }
}
.concept_txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 60px;
}
@media screen and (max-width: 1239px) {
  .concept_txt {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    position: relative;
    z-index: 1;
    padding-right: 0;
  }
}
.concept_txt h2 {
  margin: 0 0 30px;
}
@media screen and (max-width: 1239px) {
  .concept_txt h2 {
    margin-bottom: 55px;
  }
}
@media screen and (max-width: 991px) {
  .concept_txt h2 {
    margin-bottom: 46px;
  }
  .concept_txt h2 img {
    width: 360px;
  }
}
@media screen and (max-width: 767px) {
  .concept_txt h2 {
    margin-bottom: 26px;
    text-align: center;
  }
  .concept_txt h2 img {
    width: 80%;
  }
}
.concept_img {
  width: 660px;
  margin-top: 40px;
  position: relative;
}
@media screen and (max-width: 1239px) {
  .concept_img {
    position: absolute;
    top: -50px;
    right: 30px;
    width: 360px;
  }
}
@media screen and (max-width: 991px) {
  .concept_img {
    width: 280px;
  }
}
@media screen and (max-width: 767px) {
  .concept_img {
    position: relative;
    top: auto;
    right: auto;
    width: 94%;
    max-width: 600px;
    margin: 36px auto 0;
  }
}
.concept_img:before {
  content: "";
  display: inline-block;
  width: 300px;
  height: 343px;
  background: url(../images/deco_triangle_orange.png) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -125px;
  right: -180px;
  z-index: -1;
}
@media screen and (max-width: 1239px) {
  .concept_img:before {
    width: 250px;
    height: 285px;
    opacity: 0.8;
    bottom: -170px;
    right: -120px;
  }
}
@media screen and (max-width: 991px) {
  .concept_img:before {
    bottom: -200px;
    opacity: 0.6;
    width: 220px;
    height: 251px;
  }
}
.concept_img img {
  border-radius: 10px;
}

.service {
  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;
}
.service section {
  width: 32%;
  max-width: 380px;
  overflow: hidden;
}
.service section:nth-of-type(n + 4) {
  margin-top: 30px;
}
@media screen and (max-width: 991px) {
  .service section {
    width: 48.5%;
  }
  .service section:nth-of-type(n + 3) {
    margin-top: 3%;
  }
}
@media screen and (max-width: 575px) {
  .service section {
    width: 100%;
    margin: 0 auto;
  }
  .service section:nth-of-type(n + 2) {
    margin-top: 20px;
  }
}
.service section .service_img {
  width: 100%;
  position: relative;
}
.service section .service_img img {
  width: 100%;
  height: auto;
  border-radius: 10px 10px 0 0;
}
.service section .service_img .num {
  position: absolute;
  top: 0;
  left: 20px;
  background: #e56540;
  color: #fff;
  font-weight: 400;
  font-size: 3rem;
  text-align: center;
  padding: 10px 6px 10px;
  border-radius: 0 0 50px 50px;
  line-height: 1.21;
  font-family: "bananaslipplus", sans-serif;
  opacity: 1 !important;
  z-index: 100;
}
.service section .service_img .num .en {
  display: block;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
}
.service section .service_txt {
  width: 100%;
  padding: 20px 30px;
  background: #fff;
  border-radius: 0 0 10px 10px;
}
.service section .service_txt_ttl {
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
  margin: 0 0 16px;
}
@media screen and (max-width: 1239px) {
  .service section .service_txt_ttl {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .service section .service_txt_ttl {
    font-size: 2rem;
  }
}
.service section .service_txt_ttl .en {
  color: #e56540;
  font-size: 1.5rem;
  display: block;
}
@media screen and (max-width: 1239px) {
  .service section .service_txt_ttl .en {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .service section .service_txt_ttl .en {
    font-size: 1.3rem;
  }
}
.service section .service_txt p {
  margin: 0;
  font-size: 1.5rem;
  letter-spacing: 0.04em;
}

.about {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 991px) {
  .about {
    display: block;
  }
}
.about_img {
  width: 601px;
}
@media screen and (max-width: 1239px) {
  .about_img {
    width: 500px;
  }
}
@media screen and (max-width: 991px) {
  .about_img {
    width: 100%;
    max-width: 600px;
    margin: 0 auto 40px;
  }
}
.about_img img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.about_txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 60px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .about_txt {
    padding-left: 0;
  }
}
.about_txt_deco {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
@media screen and (max-width: 575px) {
  .about_txt_deco {
    right: 10px;
    top: -10px;
  }
  .about_txt_deco img {
    width: 130px;
  }
}
.about_txt p:first-of-type {
  margin-top: 0;
}

.access {
  width: 100%;
}
@media screen and (max-width: 991px) {
  .access {
    background: #e56540;
  }
}
.access_content {
  width: 80%;
  height: 600px;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 991px) {
  .access_content {
    width: 100%;
    height: auto;
  }
}
.access_content:before {
  content: "";
  display: inline-block;
  width: 300px;
  height: 343px;
  background: url(../images/deco_triangle_orange.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: -183px;
  right: -135px;
  z-index: -1;
}
.access_content iframe {
  border-radius: 0 10px 10px 0;
  width: 100%;
  height: 600px;
}
@media screen and (max-width: 991px) {
  .access_content iframe {
    border-radius: 0;
    height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .access_content iframe {
    height: 300px;
  }
}
.access_content .area {
  position: absolute;
  bottom: -30px;
  right: -100px;
  background: #fff;
  width: 300px;
  border-radius: 10px;
  padding: 26px 20px 20px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  text-align: left;
}
@media screen and (max-width: 575px) {
  .access_content .area {
    text-align: center;
  }
}
@media screen and (max-width: 991px) {
  .access_content .area {
    position: static;
    bottom: auto;
    right: auto;
    width: 720px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .access_content .area {
    width: 540px;
  }
}
@media screen and (max-width: 575px) {
  .access_content .area {
    width: calc(100% - 40px);
    text-align: center;
  }
}
.access_content .area h4 {
  position: relative;
  text-align: left;
  margin: 0;
  display: inline-block;
  padding-left: 52px;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.21;
  font-family: "bananaslipplus", sans-serif;
  color: #e56540;
}
@media screen and (max-width: 767px) {
  .access_content .area h4 {
    text-align: center;
  }
}
.access_content .area h4:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 29px;
  background: url(../images/icon_truck.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.access_content .area h4 img {
  width: 200px;
}
.access_content .area h3 {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin: 12px 0 6px;
}
@media screen and (max-width: 991px) {
  .access_content .area h3 {
    text-align: left;
  }
}
@media screen and (max-width: 575px) {
  .access_content .area h3 {
    text-align: center;
  }
}
.access_content .area h3 .small {
  font-size: 1.6rem;
}
.access_content .area p {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: left;
}
@media screen and (max-width: 575px) {
  .access_content .area p {
    text-align: center;
  }
}
.access_content .link_blue {
  position: absolute;
  top: 20px;
  right: 20px;
  margin: 0;
}
@media screen and (max-width: 575px) {
  .access_content .link_blue {
    position: static;
    margin-top: 26px;
  }
}
.access_orange {
  width: 80%;
  height: 640px;
  background: #e56540;
  border-radius: 10px 0 0 10px;
  position: relative;
  z-index: 0;
  margin-left: 20%;
  margin-top: -420px;
  padding-bottom: 40px;
}
@media screen and (max-width: 991px) {
  .access_orange {
    width: 100%;
    margin: 0;
    height: auto;
    border-radius: 0;
    text-align: center;
  }
}
.access_orange .inner {
  padding-top: 475px;
  padding-left: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 1239px) {
  .access_orange .inner {
    padding-left: 45px;
  }
}
@media screen and (max-width: 991px) {
  .access_orange .inner {
    padding: 0 30px;
    width: 720px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 26px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .access_orange .inner {
    width: 540px;
    padding: 0;
    text-align: center;
    display: block;
  }
}
@media screen and (max-width: 575px) {
  .access_orange .inner {
    width: calc(100% - 40px);
  }
}
.access_orange .inner figure {
  margin-right: 60px;
  padding-bottom: 12px;
}
@media screen and (max-width: 1239px) {
  .access_orange .inner figure {
    margin-right: 30px;
  }
}
.access_orange .inner .access_info {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .access_orange .inner .access_info {
    text-align: center;
    margin-top: 10px;
  }
}
.access_orange .inner .access_info h4 {
  text-align: right;
  font-size: 1.5rem;
  padding: 6px 20px;
  border-radius: 50px;
  background: #fff;
  display: inline-block;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .access_orange .inner .access_info h4 {
    font-size: 1.4rem;
  }
}
.access_orange .inner .access_info h3 {
  font-size: 1.8rem;
  color: #fff;
  margin: 10px 0 0 0;
  font-weight: 500;
}
@media screen and (max-width: 1239px) {
  .access_orange .inner .access_info h3 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .access_orange .inner .access_info h3 {
    font-size: 1.5rem;
  }
}
.access_orange .inner .access_info h2 {
  margin: 12px 0 0;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .access_orange .inner .access_info h2 {
    text-align: center;
  }
}
.access_orange .inner .access_info h2 a {
  color: #f1c366;
  font-size: 0;
  padding-left: 40px;
  position: relative;
  letter-spacing: 0.12em;
}
.access_orange .inner .access_info h2 a:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/icon_tel.png) no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
}
.access_orange .inner .access_info h2 a img {
  width: 280px;
}

.news {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -27px;
  margin-right: -27px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .news {
    margin-left: 0;
    margin-right: 0;
  }
}
.news article {
  width: 33.3%;
  padding: 0 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.news article:not(:first-of-type) {
  border-left: 1px solid #ddd;
}
@media screen and (max-width: 991px) {
  .news article {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .news article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    border: none !important;
    width: 100%;
  }
  .news article:not(:first-of-type) {
    margin-top: 20px;
  }
}
.news article .news_img {
  width: 140px;
}
@media screen and (max-width: 1239px) {
  .news article .news_img {
    width: 90px;
  }
}
@media screen and (max-width: 991px) {
  .news article .news_img {
    width: 100%;
    max-width: 140px;
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 767px) {
  .news article .news_img {
    width: 100px;
    margin: 0;
  }
}
.news article .news_img img {
  border-radius: 10px;
}
.news article .news_txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 20px;
}
.news article .news_txt .day {
  font-size: 1.4rem;
  color: #e56540;
}
@media screen and (max-width: 767px) {
  .news article .news_txt .day {
    font-size: 1.2rem;
  }
}
.news article .news_txt h3 {
  margin: 0 0 0;
}
.news article .news_txt h3 a {
  font-size: 1.6rem;
  line-height: 1.51;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .news article .news_txt h3 a {
    font-size: 1.5rem;
  }
}
.news .link_blue {
  margin: 0;
  position: absolute;
  top: -102px;
  right: 27px;
}
@media screen and (max-width: 991px) {
  .news .link_blue {
    position: static;
    display: block;
    width: 100%;
    margin-top: 3.6rem;
  }
}
@media screen and (max-width: 767px) {
  .news .link_blue {
    margin-top: 2.6rem;
  }
}

.footer_bnr_area {
  text-align: center;
}

#footer_contact {
  background: url(../images/bg_footer_contact.jpg) no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
#footer_contact .inner_content {
  background: #fff;
  border-radius: 16px;
  padding: 30px 100px 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1239px) {
  #footer_contact .inner_content {
    padding: 30px 50px 36px;
  }
}
@media screen and (max-width: 991px) {
  #footer_contact .inner_content {
    display: block;
  }
}
@media screen and (max-width: 575px) {
  #footer_contact .inner_content {
    padding: 26px 20px 30px;
  }
}
#footer_contact .inner_content picture {
  width: 100%;
  text-align: center;
  margin: 0;
}
#footer_contact .inner_content .mail {
  width: 48%;
  height: 120px;
  margin-top: 24px;
}
@media screen and (max-width: 991px) {
  #footer_contact .inner_content .mail {
    width: 100%;
    max-width: 480px;
    margin: 32px auto 0;
  }
}
@media screen and (max-width: 575px) {
  #footer_contact .inner_content .mail {
    height: 80px;
  }
}
#footer_contact .inner_content .mail a {
  width: 100%;
  height: 100%;
  background: #25aac4;
  border-radius: 10px;
  position: relative;
}
#footer_contact .inner_content .mail a:hover {
  opacity: 0.8;
}
#footer_contact .inner_content .mail a h3 {
  font-size: 2.4rem;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 36px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0;
  padding-left: 40px;
  font-weight: 700;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #footer_contact .inner_content .mail a h3 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 575px) {
  #footer_contact .inner_content .mail a h3 {
    font-size: 1.8rem;
    padding-left: 28px;
    left: 14px;
  }
}
#footer_contact .inner_content .mail a h3:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/icon_contact.png) no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 575px) {
  #footer_contact .inner_content .mail a h3:before {
    width: 20px;
    height: 20px;
  }
}
#footer_contact .inner_content .mail a img {
  position: absolute;
  bottom: 0;
  right: 14px;
  z-index: 1;
}
@media screen and (max-width: 575px) {
  #footer_contact .inner_content .mail a img {
    width: 90px;
  }
}
#footer_contact .inner_content .tel {
  width: 48%;
  height: 120px;
  margin-top: 24px;
}
@media screen and (max-width: 991px) {
  #footer_contact .inner_content .tel {
    width: 100%;
    max-width: 480px;
    margin: 16px auto 0;
  }
}
@media screen and (max-width: 575px) {
  #footer_contact .inner_content .tel {
    height: 80px;
  }
}
#footer_contact .inner_content .tel a {
  width: 100%;
  height: 100%;
  background: #f1c366;
  border-radius: 10px;
  text-align: center;
}
#footer_contact .inner_content .tel a:hover {
  opacity: 0.8;
}
#footer_contact .inner_content .tel a:hover p {
  color: #253d55;
}
#footer_contact .inner_content .tel a h3 {
  position: relative;
  display: inline-block;
  margin: 25px 0 0;
  padding-left: 40px;
  line-height: 1;
}
@media screen and (max-width: 575px) {
  #footer_contact .inner_content .tel a h3 {
    padding-left: 30px;
    margin-top: 14px;
  }
}
#footer_contact .inner_content .tel a h3:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/icon_tel_orange.png) no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 575px) {
  #footer_contact .inner_content .tel a h3:before {
    width: 22px;
    height: 22px;
  }
}
#footer_contact .inner_content .tel a h3 img {
  width: 269px;
}
@media screen and (max-width: 575px) {
  #footer_contact .inner_content .tel a h3 img {
    width: 180px;
  }
}
#footer_contact .inner_content .tel a p {
  margin: 0;
  background: #fff;
  display: inline-block;
  border-radius: 50px;
  padding: 2px 60px;
  font-weight: 700;
  font-size: 1.5rem;
  margin-top: 10px;
  -webkit-transition: 0;
  transition: 0;
  color: #253d55;
}
@media screen and (max-width: 767px) {
  #footer_contact .inner_content .tel a p {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 575px) {
  #footer_contact .inner_content .tel a p {
    font-size: 1.1rem;
    margin-top: 6px;
  }
}

.footer_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 991px) {
  .footer_content {
    display: block;
  }
}
.footer_content .info {
  width: 350px;
}
@media screen and (max-width: 991px) {
  .footer_content .info {
    width: 100%;
    text-align: center;
  }
}
.footer_content .info h4 {
  margin: 0 0 20px 0;
}
.footer_content .info h3 {
  margin: 0 0 25px 0;
}
@media screen and (max-width: 767px) {
  .footer_content .info h3 {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 991px) {
  .footer_content .info ul {
    text-align: center;
  }
}
.footer_content .info ul li {
  font-size: 1.6rem;
  position: relative;
}
.footer_content .info ul li:not(:first-of-type) {
  margin-top: 3px;
}
.footer_content .info ul li:nth-of-type(2) {
  padding-left: 23px;
}
.footer_content .info ul li:nth-of-type(2):before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url(../images/icon_tel_blue.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 991px) {
  .footer_content .info ul li {
    display: inline-block;
    padding: 10px 20px;
  }
}
@media screen and (max-width: 767px) {
  .footer_content .info ul li {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 575px) {
  .footer_content .info ul li {
    font-size: 1.4rem;
    padding: 2px 10px;
  }
}
.footer_content .info ul li a:hover {
  color: #253d55;
}
.footer_content .menu {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 45px;
}
@media screen and (max-width: 991px) {
  .footer_content .menu {
    margin-left: 0;
    margin-top: 20px;
    border-top: 1px solid #ddd;
    padding-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .footer_content .menu {
    border: none;
    padding-top: 0;
  }
}
.footer_content .menu_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: -8px;
  margin-right: -8px;
}
@media screen and (max-width: 1239px) {
  .footer_content .menu_content {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-left: -12px;
    margin-right: -12px;
  }
}
@media screen and (max-width: 767px) {
  .footer_content .menu_content {
    display: none;
  }
}
.footer_content .menu_content li {
  padding: 8px;
}
@media screen and (max-width: 1239px) {
  .footer_content .menu_content li {
    padding: 8px 12px;
  }
}
@media screen and (max-width: 767px) {
  .footer_content .menu_content li {
    padding: 5px 12px;
  }
}
@media screen and (max-width: 575px) {
  .footer_content .menu_content li {
    padding: 5px 8px;
  }
}
@media screen and (max-width: 767px) {
  .footer_content .menu_content li a {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 575px) {
  .footer_content .menu_content li a {
    font-size: 1.4rem;
  }
}
.footer_content .menu_area {
  background: #f5f5f5;
  border-radius: 14px;
  padding: 30px 38px;
  position: relative;
  height: 220px;
  margin-top: 30px;
}
@media screen and (max-width: 575px) {
  .footer_content .menu_area {
    height: auto;
    text-align: center;
    padding-bottom: 240px;
  }
}
.footer_content .menu_area h4 {
  position: relative;
  text-align: left;
  margin: 0;
  display: inline-block;
  padding-left: 52px;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.21;
  font-family: "bananaslipplus", sans-serif;
  color: #e56540;
}
@media screen and (max-width: 767px) {
  .footer_content .menu_area h4 {
    text-align: center;
  }
}
.footer_content .menu_area h4:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 29px;
  background: url(../images/icon_truck.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.footer_content .menu_area h3 {
  margin: 16px 0 0;
  font-size: 1.8rem;
}
.footer_content .menu_area h3 .small {
  font-size: 1.5rem;
  font-weight: 500;
}
.footer_content .menu_area p {
  font-weight: 500;
  margin: 10px 0 0;
  line-height: 1.51;
  font-size: 1.4rem;
}
@media screen and (max-width: 1239px) {
  .footer_content .menu_area p {
    padding-right: 180px;
  }
}
@media screen and (max-width: 575px) {
  .footer_content .menu_area p {
    padding-right: 0;
  }
}
.footer_content .menu_area .map {
  position: absolute;
  top: 0;
  right: 80px;
}
@media screen and (max-width: 1239px) {
  .footer_content .menu_area .map {
    right: 20px;
  }
}
@media screen and (max-width: 575px) {
  .footer_content .menu_area .map {
    top: auto;
    bottom: 0;
  }
}
.footer_content .menu_area .map p {
  position: absolute;
  bottom: 30px;
  left: -40px;
  font-size: 1.8rem;
  font-weight: 500;
  color: #e56540;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1239px) {
  .footer_content .menu_area .map p {
    padding-right: 0;
  }
}

#copy {
  background: #e56540;
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  #copy {
    padding: 20px 0;
  }
}
#copy p {
  text-align: center;
  font-weight: 900;
  color: #fff;
  margin: 0;
  letter-spacing: 0.18em;
}
@media screen and (max-width: 767px) {
  #copy p {
    font-size: 1.3rem;
  }
}

#top_retuen {
  position: fixed;
  bottom: 0;
  right: 40px;
  z-index: 1000;
  background: #253d55;
  padding: 26px 23px;
  border-radius: 10px 10px 0 0;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 991px) {
  #top_retuen {
    right: 20px;
    padding: 18px 20px;
  }
}
@media screen and (max-width: 767px) {
  #top_retuen {
    padding: 0 10px 6px;
    right: 10px;
  }
}
#top_retuen:hover {
  background: #f1c366;
}
@media screen and (max-width: 767px) {
  #top_retuen img {
    width: 13px;
  }
}
#top_retuen p {
  color: #fff;
  font-size: 1.6rem;
  margin: 13px 0 0;
}
@media screen and (max-width: 767px) {
  #top_retuen p {
    font-size: 1rem;
    margin-top: 8px;
  }
}

#header_slide {
  width: 100%;
  height: 80px;
  background: #fff;
  position: fixed;
  z-index: 1000;
}
@media screen and (max-width: 1239px) {
  #header_slide {
    display: none !important;
    opacity: 0;
    z-index: -10000;
  }
}
#header_slide .header_slide_logo {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#header_slide .header_slide_logo a img {
  width: 240px;
  height: auto;
}
#header_slide #header_slide_gnav {
  position: absolute;
  top: 50%;
  right: 230px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#header_slide #header_slide_gnav li:not(:first-of-type) {
  margin-left: 30px;
}
#header_slide #header_slide_gnav li a {
  color: #253d55;
  font-size: 1.5rem;
  font-weight: 700;
}
#header_slide #header_slide_gnav li a:hover {
  color: #f1c366;
}
#header_slide #header_slide_contact {
  position: absolute;
  top: 0;
  right: 0;
}
#header_slide #header_slide_contact a {
  text-align: center;
  display: block;
  background: #25aac4;
  padding: 0 50px;
  height: 80px;
}
#header_slide #header_slide_contact a:hover {
  background: #f1c366;
}
#header_slide #header_slide_contact a img {
  margin-top: 12px;
}
#header_slide #header_slide_contact a p {
  font-size: 1.4rem;
  margin: 6px 0 0;
  color: #fff;
  letter-spacing: 0.1em;
  font-weight: 500;
}

.breadcrumbs {
  padding: 10px 0;
}
.breadcrumbs a, .breadcrumbs span {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .breadcrumbs a, .breadcrumbs span {
    font-size: 1.3rem;
  }
}

.hbg_menu {
  position: fixed;
  top: 0;
  right: -380px;
  width: 300px;
  height: 100vh;
  background: #2d2d2d;
  padding: 30px;
  z-index: 3000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 1239px) {
  .hbg_menu {
    padding: 100px 20px 20px;
  }
}
@media screen and (max-width: 767px) {
  .hbg_menu {
    padding: 80px 20px 20px;
  }
}
.hbg_menu.active {
  right: 0;
}
.hbg_menu .menu_parent li {
  padding-left: 20px;
  position: relative;
}
.hbg_menu .menu_parent li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 1px;
  background: #fff;
}
.hbg_menu .menu_parent li a {
  color: #fff;
  font-size: 1.4rem;
  padding: 4px 0;
}
.hbg_menu .hbg_close {
  width: 80px;
  height: 80px;
  background: #f1c366;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3100;
}
@media screen and (max-width: 1239px) {
  .hbg_menu .hbg_close {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .hbg_menu .hbg_close {
    width: 60px;
    height: 60px;
  }
}
.hbg_menu .hbg_close .line {
  width: 35px;
  height: 2px;
  border-radius: 10px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .hbg_menu .hbg_close .line {
    width: 28px;
  }
}
.hbg_menu .hbg_close .bar_01 {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.hbg_menu .hbg_close .bar_02 {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.hbg_menu #icon_btn_sp {
  margin-top: 30px;
}
.hbg_menu #icon_btn_sp ul li {
  text-align: center;
}
.hbg_menu #icon_btn_sp ul li:not(:first-of-type) {
  margin-top: 10px;
}
.hbg_menu #icon_btn_sp ul li:nth-of-type(1) a {
  background: url(../images/bg_blue.png);
}
.hbg_menu #icon_btn_sp ul li:nth-of-type(2) a {
  background: url(../images/bg_yellow.png);
}
.hbg_menu #icon_btn_sp ul li:nth-of-type(3) a {
  background: url(../images/bg_orange.png);
}
.hbg_menu #icon_btn_sp ul li a {
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  padding: 0 29px;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 10px;
  width: 100%;
  padding: 14px 20px;
}
.hbg_menu #icon_btn_sp ul li a:hover {
  opacity: 0.8;
}

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

#header_slide_contact_sp {
  width: 100%;
  margin-top: 30px;
}
#header_slide_contact_sp a {
  text-align: center;
  display: block;
  background: #25aac4;
  padding: 0 50px;
  height: 80px;
  border-radius: 10px;
}
#header_slide_contact_sp a:hover {
  background: #f1c366;
}
#header_slide_contact_sp a img {
  margin-top: 12px;
}
#header_slide_contact_sp a p {
  font-size: 1.4rem;
  margin: 6px 0 0;
  color: #fff;
  letter-spacing: 0.1em;
  font-weight: 500;
}

.page_mainVisual {
  width: 100%;
  height: 300px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page_mainVisual {
    height: 260px;
  }
}
@media screen and (max-width: 575px) {
  .page_mainVisual {
    height: 180px;
  }
}
.page_mainVisual.about {
  background: url(../images/bg_about.jpg) no-repeat;
  background-size: cover;
  background-position: 50%;
}
@media screen and (max-width: 1239px) {
  .page_mainVisual.about {
    background-position: 66% 50%;
  }
}
@media screen and (max-width: 991px) {
  .page_mainVisual.about {
    background-position: 17% 50%;
  }
}
.page_mainVisual h2 {
  width: 90%;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.41;
  margin: 0;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .page_mainVisual h2 {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 575px) {
  .page_mainVisual h2 {
    font-size: 2.4rem;
  }
}
.page_mainVisual h2 .en {
  font-size: 1.8rem;
  color: #e56540;
  display: block;
  margin-top: 6px;
}
@media screen and (max-width: 991px) {
  .page_mainVisual h2 .en {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 575px) {
  .page_mainVisual h2 .en {
    font-size: 1.4rem;
  }
}

.pankuzu {
  width: 100%;
  height: 40px;
  background: #000;
}

.about_desc {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 991px) {
  .about_desc {
    display: block;
  }
}
.about_desc_img {
  width: 459px;
}
@media screen and (max-width: 991px) {
  .about_desc_img {
    width: 100%;
    text-align: center;
    margin-bottom: 26px;
  }
  .about_desc_img img {
    width: 100%;
    max-width: 459px;
  }
}
.about_desc_txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 64px;
}
@media screen and (max-width: 991px) {
  .about_desc_txt {
    width: 100%;
    margin-left: 0;
  }
}
.about_desc_txt h3 {
  font-size: 2.4rem;
  font-weight: 700;
  margin: 0 0 26px;
}
@media screen and (max-width: 991px) {
  .about_desc_txt h3 {
    margin: 0 0 16px;
  }
}
@media screen and (max-width: 767px) {
  .about_desc_txt h3 {
    font-size: 2rem;
  }
}
.about_desc_txt p {
  margin: 0;
}

.about_flow section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 575px) {
  .about_flow section {
    display: block;
  }
}
.about_flow section:nth-of-type(odd) .about_flow_txt {
  margin-left: 40px;
}
@media screen and (max-width: 767px) {
  .about_flow section:nth-of-type(odd) .about_flow_txt {
    margin-left: 20px;
  }
}
@media screen and (max-width: 575px) {
  .about_flow section:nth-of-type(odd) .about_flow_txt {
    margin-left: 0;
  }
}
.about_flow section:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.about_flow section:nth-of-type(even) .about_flow_txt {
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  .about_flow section:nth-of-type(even) .about_flow_txt {
    margin-right: 20px;
  }
}
@media screen and (max-width: 575px) {
  .about_flow section:nth-of-type(even) .about_flow_txt {
    margin-right: 0;
  }
}
.about_flow section:nth-of-type(1):before {
  content: "";
  display: inline-block;
  width: 300px;
  height: 343px;
  background: url(../images/deco_triangle_orange.png) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -118px;
  left: -98px;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .about_flow section:nth-of-type(1):before {
    width: 150px;
    height: 171.5px;
    bottom: -59px;
    left: -49px;
  }
}
@media screen and (max-width: 575px) {
  .about_flow section:nth-of-type(1):before {
    top: -40px;
  }
}
.about_flow section:nth-of-type(4):before {
  content: "";
  display: inline-block;
  width: 300px;
  height: 343px;
  background: url(../images/deco_triangle_orange.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: -83px;
  right: -36px;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .about_flow section:nth-of-type(4):before {
    width: 150px;
    height: 171.5px;
    top: -41.5px;
    right: -18px;
  }
}
.about_flow section .about_flow_img {
  width: 460px;
}
@media screen and (max-width: 991px) {
  .about_flow section .about_flow_img {
    width: 300px;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .about_flow section .about_flow_img {
    width: 230px;
  }
}
@media screen and (max-width: 575px) {
  .about_flow section .about_flow_img {
    width: 80%;
    max-width: 460px;
    margin: 0 auto 26px;
  }
}
.about_flow section .about_flow_txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 575px) {
  .about_flow section .about_flow_txt {
    text-align: center;
  }
}
.about_flow section .about_flow_txt h4 {
  font-size: 2.3rem;
  font-family: "bananaslipplus", sans-serif;
  font-weight: 400;
  margin: 0 0 0 30px;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 991px) {
  .about_flow section .about_flow_txt h4 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .about_flow section .about_flow_txt h4 {
    font-size: 1.6rem;
    margin: 0 0 0 15px;
  }
}
@media screen and (max-width: 575px) {
  .about_flow section .about_flow_txt h4 {
    font-size: 1.8rem;
  }
}
.about_flow section .about_flow_txt h4:before {
  content: "";
  width: 20px;
  height: 2px;
  background: #253d55;
  position: absolute;
  top: 50%;
  left: -25px;
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
}
.about_flow section .about_flow_txt h4:after {
  content: "";
  width: 20px;
  height: 2px;
  background: #253d55;
  position: absolute;
  top: 50%;
  right: -25px;
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
}
.about_flow section .about_flow_txt h3 {
  font-size: 3.8rem;
  vertical-align: text-bottom;
  font-family: "bananaslipplus", sans-serif;
  font-weight: 400;
  margin: 0 0 10px;
  line-height: 1.21;
}
@media screen and (max-width: 991px) {
  .about_flow section .about_flow_txt h3 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .about_flow section .about_flow_txt h3 {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 575px) {
  .about_flow section .about_flow_txt h3 {
    text-align: center;
    font-size: 2.6rem;
  }
}
.about_flow section .about_flow_txt h3 .big {
  color: #e56540;
  font-size: 5.4rem;
}
@media screen and (max-width: 991px) {
  .about_flow section .about_flow_txt h3 .big {
    font-size: 4.4rem;
  }
}
@media screen and (max-width: 767px) {
  .about_flow section .about_flow_txt h3 .big {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 575px) {
  .about_flow section .about_flow_txt h3 .big {
    font-size: 3.6rem;
  }
}
.about_flow section .about_flow_txt p {
  padding-left: 8px;
}
@media screen and (max-width: 575px) {
  .about_flow section .about_flow_txt p {
    padding: 0;
    text-align: left;
  }
}

.page_desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 991px) {
  .page_desc {
    display: block;
  }
}
.page_desc_txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 40px;
}
@media screen and (max-width: 991px) {
  .page_desc_txt {
    margin: 0 0 30px;
  }
}
.page_desc_txt h3 {
  color: #e56540;
  font-weight: 400;
  font-size: 3.8rem;
  font-family: "bananaslipplus", sans-serif;
  margin: 0 0 26px;
  line-height: 1.31;
}
@media screen and (max-width: 991px) {
  .page_desc_txt h3 {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .page_desc_txt h3 {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 575px) {
  .page_desc_txt h3 {
    font-size: 2.6rem;
    margin-bottom: 18px;
  }
}
.page_desc_txt h2 {
  margin: 0 0 22px;
}
@media screen and (max-width: 575px) {
  .page_desc_txt h2 {
    margin: 0 0 14px;
  }
}
@media screen and (max-width: 767px) {
  .page_desc_txt h2 img {
    width: 300px;
  }
}
@media screen and (max-width: 575px) {
  .page_desc_txt h2 img {
    width: 280px;
  }
}
.page_desc_txt .address {
  margin: 0 0 6px;
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .page_desc_txt .address {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 575px) {
  .page_desc_txt .address {
    font-size: 1.5rem;
    margin: 0 0 2px;
  }
}
.page_desc_txt .tel_num {
  margin: 0;
}
.page_desc_txt .tel_num a {
  position: relative;
  font-size: 3rem;
  font-family: "bananaslipplus", sans-serif;
  padding-left: 34px;
}
@media screen and (max-width: 767px) {
  .page_desc_txt .tel_num a {
    font-size: 2.4rem;
    padding-left: 25px;
  }
}
.page_desc_txt .tel_num a:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  background: url(../images/icon_tel_blue.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .page_desc_txt .tel_num a:before {
    width: 20px;
    height: 20px;
  }
}
.page_desc_txt .qualification {
  margin: 16px 0 0;
  background: #f8f2e4;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 14px 28px;
}
@media screen and (max-width: 575px) {
  .page_desc_txt .qualification {
    padding: 14px 16px;
  }
}
.page_desc_txt .qualification p {
  font-size: 1.6rem;
  color: #e56540;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .page_desc_txt .qualification p {
    font-size: 1.5rem;
  }
}
.page_desc_txt .qualification ul {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 26px;
}
@media screen and (max-width: 575px) {
  .page_desc_txt .qualification ul {
    margin-left: 14px;
  }
}
.page_desc_txt .qualification ul li {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .page_desc_txt .qualification ul li {
    font-size: 1.5rem;
  }
}
.page_desc_txt .qualification ul li:before {
  content: "・";
}
.page_desc_txt.sales_pt {
  position: relative;
  padding-bottom: 140px;
  z-index: 1;
}
@media screen and (max-width: 1239px) {
  .page_desc_txt.sales_pt {
    padding-bottom: 0;
  }
}
.page_desc_txt.sales_pt .sales_deco {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 1239px) {
  .page_desc_txt.sales_pt .sales_deco {
    right: -210px;
    bottom: -10px;
  }
}
@media screen and (max-width: 991px) {
  .page_desc_txt.sales_pt .sales_deco {
    right: 0;
    bottom: -420px;
  }
}
@media screen and (max-width: 767px) {
  .page_desc_txt.sales_pt .sales_deco {
    right: -20px;
    bottom: -380px;
  }
}
@media screen and (max-width: 575px) {
  .page_desc_txt.sales_pt .sales_deco {
    width: 130px;
    height: auto;
    right: auto;
    left: 10px;
    bottom: -110px;
  }
}
.page_desc_img {
  width: 601px;
}
@media screen and (max-width: 1239px) {
  .page_desc_img {
    width: 460px;
  }
}
@media screen and (max-width: 991px) {
  .page_desc_img {
    width: 100%;
    max-width: 601px;
    margin: 0 auto;
  }
}
.page_desc_img img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.page_desc.reverse .page_desc_txt {
  margin-right: 0;
  margin-left: 40px;
}
@media screen and (max-width: 991px) {
  .page_desc.reverse .page_desc_txt {
    margin: 30px auto 0;
  }
}

.instrallation_point section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-bottom: 42px;
}
@media screen and (max-width: 991px) {
  .instrallation_point section {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .instrallation_point section {
    display: block;
    padding-bottom: 30px;
  }
}
.instrallation_point section:not(:last-of-type) {
  margin-bottom: 36px;
}
@media screen and (max-width: 991px) {
  .instrallation_point section:not(:last-of-type) {
    margin-bottom: 46px;
  }
}
@media screen and (max-width: 767px) {
  .instrallation_point section:not(:last-of-type) {
    margin-bottom: 52px;
  }
}
.instrallation_point section:before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: url(../images/dots_blue.png);
}
.instrallation_point section:after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 36px;
  right: 0;
  width: 131px;
  height: 53px;
}
@media screen and (max-width: 991px) {
  .instrallation_point section:after {
    bottom: 13px;
  }
}
@media screen and (max-width: 767px) {
  .instrallation_point section:after {
    right: auto;
    left: 15px;
    bottom: auto;
    top: -30px;
  }
}
.instrallation_point section:nth-of-type(1):after {
  background: url(../images/instrallation_point_01.png) no-repeat;
  background-size: contain;
}
.instrallation_point section:nth-of-type(2):after {
  background: url(../images/instrallation_point_02.png) no-repeat;
  background-size: contain;
}
.instrallation_point section:nth-of-type(3):after {
  background: url(../images/instrallation_point_03.png) no-repeat;
  background-size: contain;
}
.instrallation_point section .instrallation_point_txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 40px;
  padding-bottom: 70px;
}
@media screen and (max-width: 991px) {
  .instrallation_point section .instrallation_point_txt {
    margin-left: 30px;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .instrallation_point section .instrallation_point_txt {
    margin: 0;
  }
}
.instrallation_point section .instrallation_point_txt h3 {
  font-size: 2.4rem;
  font-weight: 700;
  margin: 0 0 16px;
}
@media screen and (max-width: 991px) {
  .instrallation_point section .instrallation_point_txt h3 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .instrallation_point section .instrallation_point_txt h3 {
    font-size: 1.8rem;
  }
}
.instrallation_point section .instrallation_point_txt h3 .orange {
  color: #e56540;
  font-size: 3rem;
}
@media screen and (max-width: 991px) {
  .instrallation_point section .instrallation_point_txt h3 .orange {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .instrallation_point section .instrallation_point_txt h3 .orange {
    font-size: 2.3rem;
  }
}
.instrallation_point section .instrallation_point_txt p {
  margin-bottom: 0;
}
.instrallation_point section .instrallation_point_txt .supplement {
  background: #f8f2e4;
  border-radius: 10px;
  padding: 24px;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .instrallation_point section .instrallation_point_txt .supplement {
    padding: 16px 10px;
  }
}
.instrallation_point section .instrallation_point_txt .supplement h4 {
  font-size: 1.8rem;
  margin: 0 0 6px;
}
@media screen and (max-width: 991px) {
  .instrallation_point section .instrallation_point_txt .supplement h4 {
    font-size: 1.6rem;
  }
}
.instrallation_point section .instrallation_point_txt .supplement p {
  font-size: 1.5rem;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .instrallation_point section .instrallation_point_txt .supplement p {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .instrallation_point section .instrallation_point_txt .supplement p {
    font-size: 1.3rem;
  }
}
.instrallation_point section .instrallation_point_img {
  width: 460px;
}
@media screen and (max-width: 991px) {
  .instrallation_point section .instrallation_point_img {
    width: 320px;
  }
}
@media screen and (max-width: 767px) {
  .instrallation_point section .instrallation_point_img {
    width: 100%;
    max-width: 460px;
    margin: 0 auto 12px;
  }
}
.instrallation_point section .instrallation_point_img img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.instrallation_point section .instrallation_point_img img.border {
  border: 1px solid #dfdfdf;
}

.example_list {
  background: #f8f2e4;
  border-radius: 10px;
  padding: 20px 60px;
  text-align: center;
}
@media screen and (max-width: 575px) {
  .example_list {
    padding: 40px 20px 20px;
  }
}
.example_list h3 {
  font-size: 3rem;
  font-weight: 400;
  font-family: "bananaslipplus", sans-serif;
  color: #e56540;
  display: inline-block;
  margin: 0 0 10px;
  padding: 0 14px 8px;
  position: relative;
}
@media screen and (max-width: 575px) {
  .example_list h3 {
    font-size: 2.4rem;
  }
}
.example_list h3:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 6px;
  background: url(../images/line_wave.png) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 0;
}
.example_list h3:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: -30px;
  width: 29px;
  height: 47px;
  background: url(../images/icon_pin.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 575px) {
  .example_list h3:after {
    top: -24px;
    left: 50%;
    right: auto;
    bottom: auto;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 14.5px;
    height: 23.5px;
  }
}
.example_list_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.example_list_content article {
  width: 31%;
  max-width: 260px;
  padding-top: 20px;
  margin-right: 3.5%;
}
.example_list_content article:nth-of-type(3n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .example_list_content article {
    width: 48%;
    margin-right: 4% !important;
  }
  .example_list_content article:nth-of-type(even) {
    margin-right: 0 !important;
  }
}
.example_list_content article figure img {
  border-radius: 10px;
}
.example_list_content article p {
  font-size: 1.6rem;
  font-weight: 700;
  margin: 8px 0 0;
}
@media screen and (max-width: 767px) {
  .example_list_content article p {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 575px) {
  .example_list_content article p {
    font-size: 1.2rem;
  }
}

.example_list_coution {
  text-align: center;
  font-weight: 700;
  margin: 30px auto 0;
}
@media screen and (max-width: 767px) {
  .example_list_coution {
    margin-top: 20px;
  }
}

.txt_bold {
  font-weight: 700;
}

.txt_center {
  text-align: center;
}

.repair_map {
  background: #f8f2e4;
  border-radius: 10px;
  padding: 40px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 991px) {
  .repair_map {
    padding: 40px;
  }
}
@media screen and (max-width: 767px) {
  .repair_map {
    display: block;
    padding: 30px;
  }
}
@media screen and (max-width: 575px) {
  .repair_map {
    font-size: 20px;
  }
}
.repair_map_txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  .repair_map_txt {
    margin-right: 0;
  }
}
.repair_map_txt h3 {
  margin: 0 0 16px;
  font-size: 3.6rem;
  color: #e56540;
  font-weight: 400;
  font-family: "bananaslipplus", sans-serif;
  line-height: 1.31;
}
@media screen and (max-width: 767px) {
  .repair_map_txt h3 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 575px) {
  .repair_map_txt h3 {
    font-size: 2.6rem;
  }
}
.repair_map_txt h3:before {
  content: "";
  display: inline-block;
  background: url(../images/icon_truck.png) no-repeat;
  background-size: contain;
  width: 40px;
  height: 29px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .repair_map_txt h3:before {
    width: 30px;
    height: 22px;
    margin-right: 6px;
  }
}
@media screen and (max-width: 575px) {
  .repair_map_txt h3:before {
    width: 26px;
    height: 19px;
  }
}
.repair_map_txt .area_txt {
  margin-top: 26px;
}
@media screen and (max-width: 575px) {
  .repair_map_txt .area_txt {
    margin-top: 12px;
  }
}
.repair_map_txt .area_txt h4 {
  background: #fff;
  padding: 3px 50px;
  border-radius: 50px;
  display: inline-block;
  font-size: 1.8rem;
  margin: 0 0 8px;
}
@media screen and (max-width: 767px) {
  .repair_map_txt .area_txt h4 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 575px) {
  .repair_map_txt .area_txt h4 {
    font-size: 1.5rem;
    padding: 3px 30px;
  }
}
.repair_map_txt .area_txt p {
  font-size: 1.7rem;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .repair_map_txt .area_txt p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 575px) {
  .repair_map_txt .area_txt p {
    font-size: 1.5rem;
  }
}
.repair_map_txt_inner h4 {
  font-size: 2.2rem;
  font-weight: 700;
  margin: 0 0 10px;
}
@media screen and (max-width: 767px) {
  .repair_map_txt_inner h4 {
    font-size: 1.8rem;
  }
}
.repair_map_txt_inner p {
  margin: 0;
}
.repair_map_map {
  width: 330px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .repair_map_map {
    width: 280px;
  }
}
@media screen and (max-width: 767px) {
  .repair_map_map {
    margin: 26px auto 0;
  }
}
@media screen and (max-width: 575px) {
  .repair_map_map {
    width: 100%;
    max-width: 330px;
  }
}
.repair_map_map p {
  position: absolute;
  bottom: 50px;
  left: 0;
  color: #e56540;
  font-size: 2rem;
  margin: 0;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  .repair_map_map p {
    font-size: 1.8rem;
    left: -20px;
  }
}
@media screen and (max-width: 767px) {
  .repair_map_map p {
    font-size: 1.8rem;
    left: 0;
  }
}
@media screen and (max-width: 575px) {
  .repair_map_map p {
    font-size: 1.6rem;
  }
}

.support_menu section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 36px;
  padding-bottom: 42px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .support_menu section {
    display: block;
  }
}
.support_menu section:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
}
.support_menu section:last-of-type:before {
  content: none !important;
}
.support_menu section:before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: url(../images/dots_blue.png);
}
.support_menu_img {
  width: 460px;
}
@media screen and (max-width: 1239px) {
  .support_menu_img {
    width: 420px;
  }
}
@media screen and (max-width: 991px) {
  .support_menu_img {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}
.support_menu_img img {
  border-radius: 10px;
}
.support_menu_txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 40px;
}
@media screen and (max-width: 991px) {
  .support_menu_txt {
    width: 100%;
    margin: 0;
  }
}
.support_menu_txt h3 {
  font-size: 3rem;
  font-weight: 700;
  color: #e56540;
  margin: 0 0 10px;
}
@media screen and (max-width: 767px) {
  .support_menu_txt h3 {
    font-size: 2.4rem;
    text-align: center;
  }
}
@media screen and (max-width: 575px) {
  .support_menu_txt h3 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 1239px) {
  .support_menu_txt p {
    margin: 14px 0;
  }
}
@media screen and (max-width: 575px) {
  .support_menu_txt .table_content {
    overflow-x: auto;
  }
}
.support_menu_txt table {
  width: 100%;
  border-collapse: collapse;
  margin-top: -10px;
}
.support_menu_txt table tr {
  border-bottom: 1px solid #ddd;
}
.support_menu_txt table tr th, .support_menu_txt table tr td {
  font-size: 1.8rem;
  padding: 8px 0;
  font-weight: 700;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .support_menu_txt table tr th, .support_menu_txt table tr td {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 575px) {
  .support_menu_txt table tr th, .support_menu_txt table tr td {
    font-size: 1.4rem;
  }
}
.support_menu_txt table tr th {
  width: calc(100% - 200px);
  text-align: left;
  position: relative;
  padding-left: 36px;
}
@media screen and (max-width: 767px) {
  .support_menu_txt table tr th {
    padding-left: 30px;
  }
}
@media screen and (max-width: 575px) {
  .support_menu_txt table tr th {
    width: calc(100% - 160px);
  }
}
.support_menu_txt table tr th h6 {
  position: absolute;
  top: 11px;
  left: 0;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #e56540;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .support_menu_txt table tr th h6 {
    width: 20px;
    height: 20px;
  }
}
.support_menu_txt table tr th h6 .num {
  font-size: 1.6rem;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-40%, -50%);
          transform: translate(-40%, -50%);
}
@media screen and (max-width: 767px) {
  .support_menu_txt table tr th h6 .num {
    font-size: 1.3rem;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.support_menu_txt table tr td {
  width: 200px;
  text-align: right;
}
@media screen and (max-width: 575px) {
  .support_menu_txt table tr td {
    width: 160px;
  }
}
.support_menu_txt table tr td.sm {
  font-size: 1.4rem;
  vertical-align: bottom;
}
@media screen and (max-width: 575px) {
  .support_menu_txt table tr td.sm {
    font-size: 1.2rem;
    vertical-align: middle;
  }
}
.support_menu_txt table tr .thin {
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .support_menu_txt table tr .thin {
    font-size: 1.2rem;
  }
}

.support_gallery {
  position: relative;
}
.support_gallery:before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: url(../images/dots_blue.png);
}

.about_map {
  width: calc(100% - 40px);
  height: 500px;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .about_map {
    height: 360px;
  }
}
@media screen and (max-width: 767px) {
  .about_map {
    height: 280px;
  }
}
@media screen and (max-width: 575px) {
  .about_map {
    height: 240px;
  }
}

.about_staff {
  text-align: center;
}
.about_staff_ttl {
  text-align: center;
}
.about_staff_ttl h2 {
  font-size: 3.6rem;
  font-family: "bananaslipplus", sans-serif;
  display: inline-block;
  font-weight: 400;
  line-height: 1.41;
  margin: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .about_staff_ttl h2 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 575px) {
  .about_staff_ttl h2 {
    font-size: 2.6rem;
  }
}
.about_staff_ttl h2:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -90px;
  background: url(../images/about_deco_01.png) no-repeat;
  background-size: contain;
  width: 64px;
  height: 114px;
}
@media screen and (max-width: 575px) {
  .about_staff_ttl h2:before {
    width: 32px;
    height: 57px;
    left: -10px;
    top: -26px;
  }
}
.about_staff_ttl h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -100px;
  background: url(../images/about_deco_02.png) no-repeat;
  background-size: contain;
  width: 90px;
  height: 110px;
}
@media screen and (max-width: 575px) {
  .about_staff_ttl h2:after {
    width: 53px;
    height: 65px;
    top: -36px;
    right: -10px;
  }
}
.about_staff_ttl h2 .marker {
  color: #e56540;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(0%, #fcf149));
  background: linear-gradient(transparent 80%, #fcf149 0%);
  display: inline;
  /*横に余白をつけたり、下にずらしたりするときは以下のpaddingを調整してください*/
  padding: 0;
}
.about_staff ul {
  display: inline-block;
  text-align: center;
  font-size: 0;
}
@media screen and (max-width: 575px) {
  .about_staff ul {
    text-align: left;
  }
}
.about_staff ul li {
  display: inline-block;
}
@media screen and (max-width: 991px) {
  .about_staff ul li {
    max-width: 18%;
  }
}
.about_staff ul li:not(:first-of-type) {
  margin-left: 20px;
}
@media screen and (max-width: 991px) {
  .about_staff ul li:not(:first-of-type) {
    margin-left: 2.5%;
  }
}
@media screen and (max-width: 575px) {
  .about_staff ul li {
    max-width: 47%;
    margin-left: 0 !important;
  }
  .about_staff ul li:nth-of-type(even) {
    margin-left: 6% !important;
  }
  .about_staff ul li:nth-of-type(n + 3) {
    margin-top: 6%;
  }
}

.case_desc_img {
  text-align: center;
  margin-left: -15px;
  margin-right: -15px;
  font-size: 0;
}
@media screen and (max-width: 575px) {
  .case_desc_img {
    margin-left: -5px;
    margin-right: -5px;
  }
}
.case_desc_img li {
  width: 33.33%;
  max-width: 330px;
  padding: 0 15px;
  display: inline-block;
}
@media screen and (max-width: 575px) {
  .case_desc_img li {
    padding: 0 5px;
  }
}
.case_desc_img li:nth-of-type(n + 4) {
  margin-top: 20px;
}
@media screen and (max-width: 575px) {
  .case_desc_img li:nth-of-type(n + 4) {
    margin-top: 10px;
  }
}
.case_desc_img li img {
  border-radius: 10px;
}

.page_desc_gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 991px) {
  .page_desc_gallery {
    display: block;
  }
}
.page_desc_gallery_txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 40px;
}
@media screen and (max-width: 991px) {
  .page_desc_gallery_txt {
    margin: 0 0 30px;
  }
}
.page_desc_gallery_txt h3 {
  color: #e56540;
  font-weight: 400;
  font-size: 3.8rem;
  font-family: "bananaslipplus", sans-serif;
  margin: 0 0 26px;
  line-height: 1.31;
}
@media screen and (max-width: 991px) {
  .page_desc_gallery_txt h3 {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .page_desc_gallery_txt h3 {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 575px) {
  .page_desc_gallery_txt h3 {
    font-size: 2.6rem;
    margin-bottom: 18px;
  }
}
.page_desc_gallery_img {
  max-width: 601px;
}
@media screen and (max-width: 1239px) {
  .page_desc_gallery_img {
    max-width: 460px;
  }
}
@media screen and (max-width: 991px) {
  .page_desc_gallery_img {
    max-width: 601px;
    margin: 0 auto;
  }
}
.page_desc_gallery_img img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.privacy_items h3 {
  font-size: 2rem;
  font-weight: 700;
  margin: 0 0 10px;
}
@media screen and (max-width: 575px) {
  .privacy_items h3 {
    font-size: 1.8rem;
  }
}
.privacy_items p {
  background: #fcf9f2;
  border-radius: 10px;
  padding: 20px 30px;
  margin: 0;
}
@media screen and (max-width: 575px) {
  .privacy_items p {
    padding: 14px 20px;
  }
}

.blog_content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 991px) {
  .blog_content {
    display: block;
  }
}
.blog_content_main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 60px;
}
@media screen and (max-width: 991px) {
  .blog_content_main {
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .blog_content_main {
    padding: 0 20px;
  }
}
.blog_content_side {
  width: 340px;
  background: #F8F2E4;
  padding: 20px;
}
@media screen and (max-width: 1239px) {
  .blog_content_side {
    width: 250px;
  }
}
@media screen and (max-width: 991px) {
  .blog_content_side {
    width: 100%;
    margin-top: 50px;
    margin-left: 0;
  }
}
@media screen and (max-width: 575px) {
  .blog_content_side {
    width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
  }
}
.blog_content_side_box:nth-of-type(n + 2) {
  margin-top: 50px;
}
.blog_content_side_box h4 {
  font-size: 2.2rem;
  margin: 0;
  font-weight: 700;
}
.blog_content_side_box ul {
  margin-top: 8px;
}
.blog_content_side_box ul li:not(:first-of-type) {
  margin-top: 8px;
}
.blog_content_side_box ul li a {
  font-size: 1.5rem;
  padding-left: 15px;
  position: relative;
}
.blog_content_side_box ul li a:before {
  content: "";
  width: 10px;
  height: 1px;
  background: #253d55;
  position: absolute;
  top: 12px;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.blog_content_side_box ul li a:hover {
  color: #e56540;
}
.blog_content_side_box ul li a:hover:before {
  background: #f1c366;
}
.blog_content_side_box .popular {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 8px;
  border-bottom: 1px solid #beb193;
  padding: 8px 0 16px;
}
.blog_content_side_box .popular_txt {
  width: calc(100% - 80px);
  padding-right: 15px;
}
.blog_content_side_box .popular_txt h3 {
  margin: 0 0 2px;
}
.blog_content_side_box .popular_txt h3 a {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.41;
}
.blog_content_side_box .popular_txt h3 a:hover {
  color: #e56540;
}
@media screen and (max-width: 767px) {
  .blog_content_side_box .popular_txt h3 a {
    font-size: 1.4rem;
  }
}
.blog_content_side_box .popular_txt p {
  font-size: 1.2rem;
  margin: 0;
}
.blog_content_side_box .popular_img {
  width: 80px;
  height: 80px;
  border-radius: 5px;
  overflow: hidden;
}
.blog_content_side_box .popular_img a {
  width: 100%;
  height: 100%;
}
.blog_content_side_box .popular_img img {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.detail_box {
  width: 100%;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .detail_box {
    margin-bottom: 30px;
  }
}
.detail_box .day {
  display: inline-block;
  font-size: 1.4rem;
  margin-right: 10px;
}
@media screen and (max-width: 1239px) {
  .detail_box .day {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .detail_box .day {
    font-size: 1.2rem;
  }
}
.detail_box .cate {
  display: inline-block;
  font-size: 0;
}
.detail_box .cate li {
  display: inline-block;
  font-size: 1.2rem;
  color: #fff;
  padding: 2px 6px;
  background: #e56540;
  border-radius: 4px;
}
@media screen and (max-width: 1239px) {
  .detail_box .cate li {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 767px) {
  .detail_box .cate li {
    font-size: 1rem;
  }
}

.page-nav {
  clear: both;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 30px 0;
}
.page-nav .prev-link {
  float: left;
  position: relative;
  padding-left: 12px;
  max-width: 48%;
}
.page-nav .prev-link:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 8px;
  border: 2px solid;
  border-color: transparent transparent #e56540 #e56540;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.page-nav .next-link {
  float: right;
  position: relative;
  padding-right: 12px;
  max-width: 48%;
}
.page-nav .next-link:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 8px;
  height: 8px;
  border: 2px solid;
  border-color: #e56540 #e56540 transparent transparent;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.page-nav a {
  font-size: 1.4rem;
  font-weight: 600;
}
.page-nav a:hover {
  color: #e56540;
}

.blog_content_inner h2 {
  font-size: 2.8rem;
  margin: 60px 0 18px;
  border-bottom: 3px solid #253d55;
  padding-bottom: 6px;
  line-height: 1.41;
}
@media screen and (max-width: 1239px) {
  .blog_content_inner h2 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .blog_content_inner h2 {
    font-size: 2rem;
  }
}
.blog_content_inner h3 {
  font-size: 2.6rem;
  margin: 50px 0 18px;
  border-left: 3px solid #253d55;
  padding-left: 10px;
}
@media screen and (max-width: 1239px) {
  .blog_content_inner h3 {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 767px) {
  .blog_content_inner h3 {
    font-size: 1.8rem;
  }
}
.blog_content_inner h4 {
  font-size: 2.4rem;
  margin: 32px 0 18px;
}
@media screen and (max-width: 1239px) {
  .blog_content_inner h4 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .blog_content_inner h4 {
    font-size: 1.9rem;
  }
}
.blog_content_inner h5 {
  font-size: 2rem;
  margin: 32px 0 18px;
}
@media screen and (max-width: 1239px) {
  .blog_content_inner h5 {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 767px) {
  .blog_content_inner h5 {
    font-size: 1.7rem;
  }
}
.blog_content_inner h6 {
  font-size: 1.6rem;
  margin: 32px 0 18px;
}
@media screen and (max-width: 767px) {
  .blog_content_inner h6 {
    font-size: 1.4rem;
  }
}
.blog_content_inner p {
  line-height: 1.81;
  margin: 18px 0;
}
.blog_content_inner ul {
  margin: 18px 0;
  list-style: none;
  padding: 20px 26px;
  background: #f5f5f5;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .blog_content_inner ul {
    padding: 16px 20px 16px 20px;
  }
}
.blog_content_inner ul li {
  margin: 0 0 4px;
  padding-left: 1.3em;
  position: relative;
}
@media screen and (max-width: 991px) {
  .blog_content_inner ul li {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .blog_content_inner ul li {
    font-size: 1.4rem;
  }
}
.blog_content_inner ul li:last-of-type {
  margin-bottom: 0;
}
.blog_content_inner ul li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.blog_content_inner ol {
  margin: 18px 0;
  padding-left: 2.5em;
  padding: 20px 26px 20px 50px;
  background: #f5f5f5;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .blog_content_inner ol {
    padding: 16px 20px 16px 40px;
  }
}
.blog_content_inner ol li {
  margin: 0 0 4px;
}
@media screen and (max-width: 991px) {
  .blog_content_inner ol li {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .blog_content_inner ol li {
    font-size: 1.4rem;
  }
}
.blog_content_inner ol li:last-of-type {
  margin-bottom: 0;
}
.blog_content_inner figure {
  margin: 26px 0;
}
.blog_content_inner figcaption {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .blog_content_inner figcaption {
    font-size: 1.5rem;
  }
}
.blog_content_inner table {
  width: 100%;
  border-collapse: collapse;
  margin: 18px 0;
}
.blog_content_inner table tr th, .blog_content_inner table tr td {
  border: 1px solid #ccc;
  padding: 10px 15px;
  text-align: left;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .blog_content_inner table tr th, .blog_content_inner table tr td {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 575px) {
  .blog_content_inner table tr th, .blog_content_inner table tr td {
    font-size: 1.4rem;
  }
}
.blog_content_inner table tr th strong, .blog_content_inner table tr td strong {
  font-weight: 700;
}

.archive_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.archive_content article {
  width: 48%;
}
@media screen and (max-width: 575px) {
  .archive_content article {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.archive_content article:nth-of-type(n + 3) {
  margin-top: 4%;
}
@media screen and (max-width: 575px) {
  .archive_content article:nth-of-type(n + 2) {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #f5f5f5;
  }
}
.archive_content article:nth-of-type(odd) {
  margin-right: 4%;
}
@media screen and (max-width: 575px) {
  .archive_content article:nth-of-type(odd) {
    margin-right: 0;
  }
}
.archive_content article figure {
  overflow: hidden;
  margin-bottom: 8px;
  position: relative;
  border-radius: 10px;
  background: #f8f8f8;
  height: 240px;
}
@media screen and (max-width: 1239px) {
  .archive_content article figure {
    height: 190px;
  }
}
@media screen and (max-width: 991px) {
  .archive_content article figure {
    height: 210px;
  }
}
@media screen and (max-width: 767px) {
  .archive_content article figure {
    height: 160px;
  }
}
@media screen and (max-width: 575px) {
  .archive_content article figure {
    width: 100px;
    margin-bottom: 0;
    height: auto;
    border-radius: 0;
  }
}
.archive_content article figure a {
  width: 100%;
  height: 100%;
}
.archive_content article figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}
@media screen and (max-width: 575px) {
  .archive_content article figure img {
    position: static;
    -webkit-transform: none;
            transform: none;
    border-radius: 10px;
  }
}
.archive_content article .detail_box_archive {
  width: 100%;
}
@media screen and (max-width: 575px) {
  .archive_content article .detail_box_archive {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: auto;
    margin-left: 16px;
    line-height: 0;
  }
}
.archive_content article .detail_box_archive .day {
  display: inline-block;
  font-size: 1.4rem;
  margin-right: 10px;
}
@media screen and (max-width: 1239px) {
  .archive_content article .detail_box_archive .day {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .archive_content article .detail_box_archive .day {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 575px) {
  .archive_content article .detail_box_archive .day {
    line-height: 1.21;
  }
}
.archive_content article .detail_box_archive .cate {
  display: inline-block;
  font-size: 0;
}
.archive_content article .detail_box_archive .cate li {
  display: inline-block;
  font-size: 1.2rem;
  color: #fff;
  padding: 2px 6px;
  background: #e56540;
  border-radius: 4px;
}
@media screen and (max-width: 1239px) {
  .archive_content article .detail_box_archive .cate li {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 767px) {
  .archive_content article .detail_box_archive .cate li {
    font-size: 1rem;
  }
}
@media screen and (max-width: 575px) {
  .archive_content article .detail_box_archive .cate li {
    line-height: 1.31;
  }
}
.archive_content article h2 {
  margin: 6px 0 0;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .archive_content article h2 {
    margin: 6px 0 0;
  }
}
@media screen and (max-width: 575px) {
  .archive_content article h2 {
    margin: 4px 0 0;
  }
}
.archive_content article h2 a {
  font-size: 2.1rem;
  line-height: 1.41;
}
@media screen and (max-width: 1239px) {
  .archive_content article h2 a {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 575px) {
  .archive_content article h2 a {
    font-size: 1.6rem;
  }
}

.gallery_archive_txtarea {
  background: #f5f5f5;
  padding: 16px 20px 20px;
}
@media screen and (max-width: 575px) {
  .gallery_archive_txtarea {
    padding: 6px 10px 10px;
  }
}

.gallery_archive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.gallery_archive article {
  width: 23.5%;
  margin-right: 2%;
  border-radius: 10px;
  overflow: hidden;
  background: #f5f5f5;
}
.gallery_archive article:nth-of-type(n + 5) {
  margin-top: 2%;
}
.gallery_archive article:nth-of-type(4n) {
  margin-right: 0;
}
@media screen and (max-width: 1239px) {
  .gallery_archive article {
    width: 32%;
  }
  .gallery_archive article:nth-of-type(n + 4) {
    margin-top: 2%;
  }
  .gallery_archive article:nth-of-type(4n) {
    margin-right: 2%;
  }
  .gallery_archive article:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .gallery_archive article {
    width: 48%;
    margin-right: 4% !important;
  }
  .gallery_archive article:nth-of-type(n + 3) {
    margin-top: 4%;
  }
  .gallery_archive article:nth-of-type(even) {
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 575px) {
  .gallery_archive article {
    width: 49%;
    margin-right: 2% !important;
  }
}
.gallery_archive article figure {
  width: 100%;
  height: 170px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 991px) {
  .gallery_archive article figure {
    height: 140px;
  }
}
@media screen and (max-width: 575px) {
  .gallery_archive article figure {
    height: 100px;
  }
}
.gallery_archive article figure img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.gallery_archive article .detail_box_archive {
  width: 100%;
}
.gallery_archive article .detail_box_archive .day {
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .gallery_archive article .detail_box_archive .day {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 575px) {
  .gallery_archive article .detail_box_archive .day {
    display: block;
    margin: 0;
  }
}
.gallery_archive article .detail_box_archive .cate {
  font-size: 0;
  margin-top: 4px;
}
.gallery_archive article .detail_box_archive .cate li {
  display: inline-block;
  font-size: 1.1rem;
  color: #fff;
  padding: 2px 6px;
  background: #e56540;
  border-radius: 3px;
}
.gallery_archive article .detail_box_archive .cate li:not(:first-of-type) {
  margin-left: 5px;
}
@media screen and (max-width: 1239px) {
  .gallery_archive article .detail_box_archive .cate li {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 767px) {
  .gallery_archive article .detail_box_archive .cate li {
    font-size: 1rem;
    padding: 1px 4px;
  }
}
.gallery_archive article h2 {
  margin: 6px 0 0;
  line-height: 1.21;
}
.gallery_archive article h2 a {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .gallery_archive article h2 a {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 575px) {
  .gallery_archive article h2 a {
    font-size: 1.4rem;
  }
}

#toc_container {
  width: 100% !important;
  margin: 30px 0;
  background: #f8f8f8 !important;
  border-left: 5px solid #e56540 !important;
  border-top: none !important;
  border-bottom: none !important;
  border-right: none !important;
  padding: 20px 30px !important;
}
@media screen and (max-width: 767px) {
  #toc_container {
    padding: 20px !important;
  }
}
#toc_container .toc_title {
  text-align: left !important;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  #toc_container .toc_title {
    font-size: 1.6rem;
  }
}
#toc_container .toc_number {
  -webkit-transition: 0s !important;
  transition: 0s !important;
}
#toc_container .toc_list {
  -webkit-transition: 0s !important;
  transition: 0s !important;
}
#toc_container .toc_list li:before {
  content: "";
}
#toc_container .toc_list li a:hover {
  text-decoration: none;
  color: #e56540;
}
#toc_container .toc_list > li > a {
  font-weight: 600;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  #toc_container .toc_list > li > a {
    font-size: 1.5rem;
  }
}
#toc_container .toc_list > li > ul {
  margin: 0 !important;
}
#toc_container .toc_list > li > ul > li {
  padding-left: 1em;
}
#toc_container .toc_list > li > ul > li > a {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  #toc_container .toc_list > li > ul > li > a {
    font-size: 1.4rem;
  }
}

.wp-pagenavi {
  width: 100%;
  text-align: center;
  position: relative;
  margin-top: 50px;
  font-size: 1.3rem;
}
.wp-pagenavi .current,
.wp-pagenavi .page,
.wp-pagenavi .extend,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .last,
.wp-pagenavi .first {
  width: 36px;
  height: 36px;
  display: inline-block;
  background: #fff;
  line-height: 34px;
  font-size: 1.4rem;
  line-height: 30px;
  border: 1px solid #253d55;
}
.wp-pagenavi .current {
  background: #253d55;
  color: #fff;
}
.wp-pagenavi .page:hover,
.wp-pagenavi .nextpostslink:hover,
.wp-pagenavi .last:hover {
  background: #253d55;
  color: #fff;
}
.wp-pagenavi .first:hover,
.wp-pagenavi .previouspostslink:hover {
  color: #fff;
}
.wp-pagenavi .previouspostslink {
  border-right: 1px solid #e56540;
}
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
  width: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.blog_list {
  background: #f3f3f3;
  padding: 20px 30px !important;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .blog_list {
    padding: 12px 16px !important;
  }
}
.blog_list li {
  font-size: 1.4rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .blog_list li {
    font-size: 1.3rem;
  }
}

.sinle_ttl {
  font-size: 2.8rem;
  margin: 0 0 5px;
}
@media screen and (max-width: 767px) {
  .sinle_ttl {
    font-size: 2.2rem;
  }
}

.page_404 h3 {
  text-align: center;
  font-size: 2.6rem;
  font-weight: 700;
  margin: 0;
}
@media screen and (max-width: 575px) {
  .page_404 h3 {
    font-size: 2.2rem;
  }
}
.page_404 p {
  text-align: center;
  font-weight: 700;
}

.thanks h3 {
  text-align: center;
  font-size: 2.6rem;
  font-weight: 700;
  margin: 0;
}
@media screen and (max-width: 575px) {
  .thanks h3 {
    font-size: 2.2rem;
  }
}
.thanks p {
  text-align: center;
  font-weight: 700;
}

.post-body h1 {
  font-size: 3.6rem;
  margin: 4em 0 0.5em;
}
@media screen and (max-width: 991px) {
  .post-body h1 {
    font-size: 3.2rem;
    margin-top: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .post-body h1 {
    font-size: 3rem;
    margin-top: 1rem;
  }
}
.post-body h1:first-child {
  margin-top: 0;
}
.post-body h1 + p {
  margin-top: 0;
}
.post-body h2 {
  font-size: 3.2rem;
  margin: 3em 0 0.5em;
}
@media screen and (max-width: 991px) {
  .post-body h2 {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .post-body h2 {
    margin-top: 1rem;
  }
}
.post-body h2:first-child {
  margin-top: 0;
}
.post-body h2 + p {
  margin-top: 0;
}
.post-body h3 {
  font-size: 2.7rem;
  margin: 3em 0 0.5em;
}
@media screen and (max-width: 991px) {
  .post-body h3 {
    font-size: 2.4rem;
    margin-top: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .post-body h3 {
    font-size: 2.1rem;
    margin-top: 1rem;
  }
}
.post-body h3:first-child {
  margin-top: 0;
}
.post-body h3 + p {
  margin-top: 0;
}
.post-body h4 {
  font-size: 2.4rem;
  margin: 2em 0 0.5em;
}
@media screen and (max-width: 991px) {
  .post-body h4 {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 767px) {
  .post-body h4 {
    margin-top: 1.8rem;
    margin-top: 1rem;
  }
}
.post-body h4:first-child {
  margin-top: 0;
}
.post-body h4 + p {
  margin-top: 0;
}
.post-body h5 {
  font-size: 2.1rem;
  margin: 2em 0 0.5em;
}
@media screen and (max-width: 991px) {
  .post-body h5 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .post-body h5 {
    margin-top: 1rem;
  }
}
.post-body h5:first-child {
  margin-top: 0;
}
.post-body h5 + p {
  margin-top: 0;
}
.post-body h6 {
  font-size: 1.8rem;
  margin: 1em 0 0.25em;
}
@media screen and (max-width: 767px) {
  .post-body h6 {
    font-size: 1.6rem;
  }
}
.post-body h6:first-child {
  margin-top: 0;
}
.post-body h6 + p {
  margin-top: 0;
}
.post-body .has-text-align-left {
  text-align: left;
}
.post-body .has-text-align-right {
  text-align: right;
}
.post-body .has-text-align-center {
  text-align: center;
}
.post-body .aligncenter {
  text-align: center;
}
.post-body .alignright {
  text-align: right;
}
.post-body blockquote {
  border: 1px solid #ddd;
  margin: 2em 0;
  padding: 10px 3vmin;
  position: relative;
}
.post-body blockquote:before, .post-body blockquote:after {
  display: inline-block;
  font-size: 36px;
  line-height: 1;
  opacity: 0.6;
  position: absolute;
}
.post-body blockquote:before {
  content: "“";
  left: 10px;
  top: 5px;
}
.post-body blockquote:after {
  bottom: -10px;
  content: "”";
  right: 10px;
}
.post-body blockquote p {
  margin: 0.5em 0;
}
.post-body blockquote cite {
  display: inline-block;
  font-size: 80%;
  margin-bottom: 0.5em;
  opacity: 0.8;
}
.post-body blockquote cite:before {
  background: #d8dbe2;
  content: "";
  display: inline-block;
  height: 2px;
  margin-right: 5px;
  vertical-align: middle;
  width: 10px;
}
.post-body pre {
  border: 1px solid #ddd;
  margin: 2em 0;
  padding: 3vmin;
  white-space: pre-wrap;
}
.post-body p {
  margin: 2em 0;
}
.post-body ul,
.post-body ol {
  margin: 2em 0 2em 1.5em;
  padding: 0;
}
.post-body .wp-block-gallery {
  margin: 2em 0;
}
.post-body .blocks-gallery-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin: -10px;
}
.post-body .blocks-gallery-grid li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
}
.post-body .wp-block-gallery.columns-2 li {
  width: 50%;
}
.post-body .wp-block-gallery.columns-3 li {
  width: 33.3333333333%;
}
.post-body .wp-block-image {
  margin: 2em 0;
}
.post-body figcaption {
  font-size: 85%;
  margin-top: 0.5em;
  opacity: 0.8;
  text-align: center;
}
.post-body .wp-block-table {
  margin: 2em 0;
}
.post-body .wp-block-table table {
  border: 1px solid #ddd;
  border-collapse: collapse;
  width: 100%;
}
.post-body .wp-block-table table th, .post-body .wp-block-table table td {
  border: 1px solid #ddd;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .post-body .wp-block-table table th, .post-body .wp-block-table table td {
    font-size: 1.5rem !important;
  }
}
.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.3s;
          transition-duration: 0.3s;
}
.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;
}

.maintenance_txt h3 {
  margin: 0;
  font-size: 3.2rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .maintenance_txt h3 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 575px) {
  .maintenance_txt h3 {
    font-size: 2.2rem;
  }
}
.maintenance_txt p {
  margin: 20px 0 0;
  text-align: center;
}

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

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

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

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

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

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

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

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

.u-padding--lg {
  padding-bottom: 100px;
  padding-top: 100px;
}
@media screen and (max-width: 991px) {
  .u-padding--lg {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}

.u-padding--md {
  padding-bottom: 80px;
  padding-top: 80px;
}
@media screen and (max-width: 991px) {
  .u-padding--md {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}

.u-padding--sm {
  padding-bottom: 60px;
  padding-top: 60px;
}
@media screen and (max-width: 991px) {
  .u-padding--sm {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}

.u-padding--xs {
  padding-bottom: 45px;
  padding-top: 45px;
}
@media screen and (max-width: 991px) {
  .u-padding--xs {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}

.u-paddingright--sm {
  padding-right: 35px;
}
@media screen and (max-width: 991px) {
  .u-paddingright--sm {
    padding-right: 20px;
  }
}

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

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