@charset "UTF-8";
@import url("//fonts.googleapis.com/earlyaccess/notosansjp.css");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  box-sizing: border-box;
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
  font-size: 62.5%;
}

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

@-ms-viewport {
  width: device-width;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: .1rem;
  font-size: 1.0rem;
  font-weight: normal;
  color: #373737;
  background-color: #fff;
}

a,
a:focus,
*:focus {
  outline: none;
}

a {
  color: #748e47;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #748e47;
}

.text-a-link {
  font-size: 85%;
}

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

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.8;
  color: inherit;
}

h1, .h1 {
  font-size: 3.8rem;
}

h2, .h2 {
  font-size: 3.3rem;
}

h3, .h3 {
  font-size: 2.8rem;
}

h4, .h4 {
  font-size: 2.3rem;
}

h5, .h5 {
  font-size: 1.8rem;
}

h6, .h6 {
  font-size: 1.3rem;
}

p {
  font-size: 1.4rem;
  line-height: 1.8;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  p {
    font-size: 1.5rem;
  }
}
p a {
  text-decoration: none;
}
p a:hover {
  text-decoration: underline;
}

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

img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
}

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

*,
*::before,
*::after {
  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: 1140px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  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%;
  padding-right: 15px;
  padding-left: 15px;
}

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

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  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;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-sm-12 {
    -ms-flex-order: 12;
    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;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-md-12 {
    -ms-flex-order: 12;
    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;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-lg-12 {
    -ms-flex-order: 12;
    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;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-xl-12 {
    -ms-flex-order: 12;
    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: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !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: flex !important;
  }

  .d-sm-inline-flex {
    display: -ms-inline-flexbox !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: flex !important;
  }

  .d-md-inline-flex {
    display: -ms-inline-flexbox !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: flex !important;
  }

  .d-lg-inline-flex {
    display: -ms-inline-flexbox !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: flex !important;
  }

  .d-xl-inline-flex {
    display: -ms-inline-flexbox !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: flex !important;
  }

  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-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;
  flex: 1 1 auto !important;
}

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

.flex-grow-1 {
  -ms-flex-positive: 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;
  justify-content: flex-start !important;
}

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

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

.justify-content-between {
  -ms-flex-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;
  align-items: flex-start !important;
}

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

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

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

.align-items-stretch {
  -ms-flex-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;
  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;
  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;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    -ms-flex-direction: column-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;
    flex: 1 1 auto !important;
  }

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

  .flex-sm-grow-1 {
    -ms-flex-positive: 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;
    justify-content: flex-start !important;
  }

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

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

  .justify-content-sm-between {
    -ms-flex-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;
    align-items: flex-start !important;
  }

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

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

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

  .align-items-sm-stretch {
    -ms-flex-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;
    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;
    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;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    -ms-flex-direction: column-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;
    flex: 1 1 auto !important;
  }

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

  .flex-md-grow-1 {
    -ms-flex-positive: 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;
    justify-content: flex-start !important;
  }

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

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

  .justify-content-md-between {
    -ms-flex-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;
    align-items: flex-start !important;
  }

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

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

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

  .align-items-md-stretch {
    -ms-flex-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;
    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;
    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;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    -ms-flex-direction: column-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;
    flex: 1 1 auto !important;
  }

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

  .flex-lg-grow-1 {
    -ms-flex-positive: 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;
    justify-content: flex-start !important;
  }

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

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

  .justify-content-lg-between {
    -ms-flex-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;
    align-items: flex-start !important;
  }

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

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

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

  .align-items-lg-stretch {
    -ms-flex-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;
    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;
    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;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    -ms-flex-direction: column-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;
    flex: 1 1 auto !important;
  }

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

  .flex-xl-grow-1 {
    -ms-flex-positive: 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;
    justify-content: flex-start !important;
  }

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

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

  .justify-content-xl-between {
    -ms-flex-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;
    align-items: flex-start !important;
  }

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

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

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

  .align-items-xl-stretch {
    -ms-flex-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;
    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;
    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;
    align-self: stretch !important;
  }
}
.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  .m-sm-n3 {
    margin: -1rem !important;
  }

  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }

  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }

  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }

  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  .m-sm-n5 {
    margin: -3rem !important;
  }

  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }

  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }

  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  .m-md-n5 {
    margin: -3rem !important;
  }

  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }

  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
/*# sourceMappingURL=bootstrap-grid.css.map */
.mb-10 {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .mb-10 {
    margin-bottom: 0!important;
  }
}

.mt-10 {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .mt-10 {
    margin-top: 0!important;
  }
}

.mb-20 {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .mb-20 {
    margin-bottom: 0!important;
  }
}

.mt-20 {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .mt-20 {
    margin-top: 0!important;
  }
}

.mb-30 {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .mb-30 {
    margin-bottom: 0!important;
  }
}

.mt-30 {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .mt-30 {
    margin-top: 0!important;
  }
}

.mb-40 {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .mb-40 {
    margin-bottom: 0!important;
  }
}

.mt-40 {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .mt-40 {
    margin-top: 0!important;
  }
}

.mb-50 {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .mb-50 {
    margin-bottom: 0!important;
  }
}

.mt-50 {
  margin-top: 50px;
}
@media (min-width: 768px) {
  .mt-50 {
    margin-top: 0!important;
  }
}

.mb-60 {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .mb-60 {
    margin-bottom: 0!important;
  }
}

.mt-60 {
  margin-top: 60px;
}
@media (min-width: 768px) {
  .mt-60 {
    margin-top: 0!important;
  }
}

.mb-70 {
  margin-bottom: 70px;
}
@media (min-width: 768px) {
  .mb-70 {
    margin-bottom: 0!important;
  }
}

.mt-70 {
  margin-top: 70px;
}
@media (min-width: 768px) {
  .mt-70 {
    margin-top: 0!important;
  }
}

.mb-80 {
  margin-bottom: 80px;
}
@media (min-width: 768px) {
  .mb-80 {
    margin-bottom: 0!important;
  }
}

.mt-80 {
  margin-top: 80px;
}
@media (min-width: 768px) {
  .mt-80 {
    margin-top: 0!important;
  }
}

.mb-90 {
  margin-bottom: 90px;
}
@media (min-width: 768px) {
  .mb-90 {
    margin-bottom: 0!important;
  }
}

.mt-90 {
  margin-top: 90px;
}
@media (min-width: 768px) {
  .mt-90 {
    margin-top: 0!important;
  }
}

.mb-100 {
  margin-bottom: 100px;
}
@media (min-width: 768px) {
  .mb-100 {
    margin-bottom: 0!important;
  }
}

.mt-100 {
  margin-top: 100px;
}
@media (min-width: 768px) {
  .mt-100 {
    margin-top: 0!important;
  }
}

.mb-110 {
  margin-bottom: 110px;
}
@media (min-width: 768px) {
  .mb-110 {
    margin-bottom: 0!important;
  }
}

.mt-110 {
  margin-top: 110px;
}
@media (min-width: 768px) {
  .mt-110 {
    margin-top: 0!important;
  }
}

.mb-120 {
  margin-bottom: 120px;
}
@media (min-width: 768px) {
  .mb-120 {
    margin-bottom: 0!important;
  }
}

.mt-120 {
  margin-top: 120px;
}
@media (min-width: 768px) {
  .mt-120 {
    margin-top: 0!important;
  }
}

.mb-130 {
  margin-bottom: 130px;
}
@media (min-width: 768px) {
  .mb-130 {
    margin-bottom: 0!important;
  }
}

.mt-130 {
  margin-top: 130px;
}
@media (min-width: 768px) {
  .mt-130 {
    margin-top: 0!important;
  }
}

.mb-140 {
  margin-bottom: 140px;
}
@media (min-width: 768px) {
  .mb-140 {
    margin-bottom: 0!important;
  }
}

.mt-140 {
  margin-top: 140px;
}
@media (min-width: 768px) {
  .mt-140 {
    margin-top: 0!important;
  }
}

.mb-150 {
  margin-bottom: 150px;
}
@media (min-width: 768px) {
  .mb-150 {
    margin-bottom: 0!important;
  }
}

.mt-150 {
  margin-top: 150px;
}
@media (min-width: 768px) {
  .mt-150 {
    margin-top: 0!important;
  }
}

.mb-160 {
  margin-bottom: 160px;
}
@media (min-width: 768px) {
  .mb-160 {
    margin-bottom: 0!important;
  }
}

.mt-160 {
  margin-top: 160px;
}
@media (min-width: 768px) {
  .mt-160 {
    margin-top: 0!important;
  }
}

.mb-170 {
  margin-bottom: 170px;
}
@media (min-width: 768px) {
  .mb-170 {
    margin-bottom: 0!important;
  }
}

.mt-170 {
  margin-top: 170px;
}
@media (min-width: 768px) {
  .mt-170 {
    margin-top: 0!important;
  }
}

.mb-180 {
  margin-bottom: 180px;
}
@media (min-width: 768px) {
  .mb-180 {
    margin-bottom: 0!important;
  }
}

.mt-180 {
  margin-top: 180px;
}
@media (min-width: 768px) {
  .mt-180 {
    margin-top: 0!important;
  }
}

.mb-190 {
  margin-bottom: 190px;
}
@media (min-width: 768px) {
  .mb-190 {
    margin-bottom: 0!important;
  }
}

.mt-190 {
  margin-top: 190px;
}
@media (min-width: 768px) {
  .mt-190 {
    margin-top: 0!important;
  }
}

.mb-200 {
  margin-bottom: 200px;
}
@media (min-width: 768px) {
  .mb-200 {
    margin-bottom: 0!important;
  }
}

.mt-200 {
  margin-top: 200px;
}
@media (min-width: 768px) {
  .mt-200 {
    margin-top: 0!important;
  }
}

.mb-210 {
  margin-bottom: 210px;
}
@media (min-width: 768px) {
  .mb-210 {
    margin-bottom: 0!important;
  }
}

.mt-210 {
  margin-top: 210px;
}
@media (min-width: 768px) {
  .mt-210 {
    margin-top: 0!important;
  }
}

.mb-220 {
  margin-bottom: 220px;
}
@media (min-width: 768px) {
  .mb-220 {
    margin-bottom: 0!important;
  }
}

.mt-220 {
  margin-top: 220px;
}
@media (min-width: 768px) {
  .mt-220 {
    margin-top: 0!important;
  }
}

.mb-230 {
  margin-bottom: 230px;
}
@media (min-width: 768px) {
  .mb-230 {
    margin-bottom: 0!important;
  }
}

.mt-230 {
  margin-top: 230px;
}
@media (min-width: 768px) {
  .mt-230 {
    margin-top: 0!important;
  }
}

.mb-240 {
  margin-bottom: 240px;
}
@media (min-width: 768px) {
  .mb-240 {
    margin-bottom: 0!important;
  }
}

.mt-240 {
  margin-top: 240px;
}
@media (min-width: 768px) {
  .mt-240 {
    margin-top: 0!important;
  }
}

.mb-250 {
  margin-bottom: 250px;
}
@media (min-width: 768px) {
  .mb-250 {
    margin-bottom: 0!important;
  }
}

.mt-250 {
  margin-top: 250px;
}
@media (min-width: 768px) {
  .mt-250 {
    margin-top: 0!important;
  }
}

.mb-260 {
  margin-bottom: 260px;
}
@media (min-width: 768px) {
  .mb-260 {
    margin-bottom: 0!important;
  }
}

.mt-260 {
  margin-top: 260px;
}
@media (min-width: 768px) {
  .mt-260 {
    margin-top: 0!important;
  }
}

.mb-270 {
  margin-bottom: 270px;
}
@media (min-width: 768px) {
  .mb-270 {
    margin-bottom: 0!important;
  }
}

.mt-270 {
  margin-top: 270px;
}
@media (min-width: 768px) {
  .mt-270 {
    margin-top: 0!important;
  }
}

.mb-280 {
  margin-bottom: 280px;
}
@media (min-width: 768px) {
  .mb-280 {
    margin-bottom: 0!important;
  }
}

.mt-280 {
  margin-top: 280px;
}
@media (min-width: 768px) {
  .mt-280 {
    margin-top: 0!important;
  }
}

.mb-290 {
  margin-bottom: 290px;
}
@media (min-width: 768px) {
  .mb-290 {
    margin-bottom: 0!important;
  }
}

.mt-290 {
  margin-top: 290px;
}
@media (min-width: 768px) {
  .mt-290 {
    margin-top: 0!important;
  }
}

.mb-300 {
  margin-bottom: 300px;
}
@media (min-width: 768px) {
  .mb-300 {
    margin-bottom: 0!important;
  }
}

.mt-300 {
  margin-top: 300px;
}
@media (min-width: 768px) {
  .mt-300 {
    margin-top: 0!important;
  }
}

.mb-md-10 {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .mb-md-10 {
    margin-bottom: 10px!important;
  }
}

.mt-md-10 {
  margin-top: 0;
}
@media (min-width: 768px) {
  .mt-md-10 {
    margin-top: 10px!important;
  }
}

.mb-md-20 {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .mb-md-20 {
    margin-bottom: 20px!important;
  }
}

.mt-md-20 {
  margin-top: 0;
}
@media (min-width: 768px) {
  .mt-md-20 {
    margin-top: 20px!important;
  }
}

.mb-md-30 {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .mb-md-30 {
    margin-bottom: 30px!important;
  }
}

.mt-md-30 {
  margin-top: 0;
}
@media (min-width: 768px) {
  .mt-md-30 {
    margin-top: 30px!important;
  }
}

.mb-md-40 {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .mb-md-40 {
    margin-bottom: 40px!important;
  }
}

.mt-md-40 {
  margin-top: 0;
}
@media (min-width: 768px) {
  .mt-md-40 {
    margin-top: 40px!important;
  }
}

.mb-md-50 {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .mb-md-50 {
    margin-bottom: 50px!important;
  }
}

.mt-md-50 {
  margin-top: 0;
}
@media (min-width: 768px) {
  .mt-md-50 {
    margin-top: 50px!important;
  }
}

.mb-md-60 {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .mb-md-60 {
    margin-bottom: 60px!important;
  }
}

.mt-md-60 {
  margin-top: 0;
}
@media (min-width: 768px) {
  .mt-md-60 {
    margin-top: 60px!important;
  }
}

.mb-md-70 {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .mb-md-70 {
    margin-bottom: 70px!important;
  }
}

.mt-md-70 {
  margin-top: 0;
}
@media (min-width: 768px) {
  .mt-md-70 {
    margin-top: 70px!important;
  }
}

.mb-md-80 {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .mb-md-80 {
    margin-bottom: 80px!important;
  }
}

.mt-md-80 {
  margin-top: 0;
}
@media (min-width: 768px) {
  .mt-md-80 {
    margin-top: 80px!important;
  }
}

.mb-md-90 {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .mb-md-90 {
    margin-bottom: 90px!important;
  }
}

.mt-md-90 {
  margin-top: 0;
}
@media (min-width: 768px) {
  .mt-md-90 {
    margin-top: 90px!important;
  }
}

.mb-md-100 {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .mb-md-100 {
    margin-bottom: 100px!important;
  }
}

.mt-md-100 {
  margin-top: 0;
}
@media (min-width: 768px) {
  .mt-md-100 {
    margin-top: 100px!important;
  }
}

.mb-md-110 {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .mb-md-110 {
    margin-bottom: 110px!important;
  }
}

.mt-md-110 {
  margin-top: 0;
}
@media (min-width: 768px) {
  .mt-md-110 {
    margin-top: 110px!important;
  }
}

.mb-md-120 {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .mb-md-120 {
    margin-bottom: 120px!important;
  }
}

.mt-md-120 {
  margin-top: 0;
}
@media (min-width: 768px) {
  .mt-md-120 {
    margin-top: 120px!important;
  }
}

.mb-md-130 {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .mb-md-130 {
    margin-bottom: 130px!important;
  }
}

.mt-md-130 {
  margin-top: 0;
}
@media (min-width: 768px) {
  .mt-md-130 {
    margin-top: 130px!important;
  }
}

.mb-md-140 {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .mb-md-140 {
    margin-bottom: 140px!important;
  }
}

.mt-md-140 {
  margin-top: 0;
}
@media (min-width: 768px) {
  .mt-md-140 {
    margin-top: 140px!important;
  }
}

.mb-md-150 {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .mb-md-150 {
    margin-bottom: 150px!important;
  }
}

.mt-md-150 {
  margin-top: 0;
}
@media (min-width: 768px) {
  .mt-md-150 {
    margin-top: 150px!important;
  }
}

.mb-md-160 {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .mb-md-160 {
    margin-bottom: 160px!important;
  }
}

.mt-md-160 {
  margin-top: 0;
}
@media (min-width: 768px) {
  .mt-md-160 {
    margin-top: 160px!important;
  }
}

.mb-md-170 {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .mb-md-170 {
    margin-bottom: 170px!important;
  }
}

.mt-md-170 {
  margin-top: 0;
}
@media (min-width: 768px) {
  .mt-md-170 {
    margin-top: 170px!important;
  }
}

.mb-md-180 {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .mb-md-180 {
    margin-bottom: 180px!important;
  }
}

.mt-md-180 {
  margin-top: 0;
}
@media (min-width: 768px) {
  .mt-md-180 {
    margin-top: 180px!important;
  }
}

.mb-md-190 {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .mb-md-190 {
    margin-bottom: 190px!important;
  }
}

.mt-md-190 {
  margin-top: 0;
}
@media (min-width: 768px) {
  .mt-md-190 {
    margin-top: 190px!important;
  }
}

.mb-md-200 {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .mb-md-200 {
    margin-bottom: 200px!important;
  }
}

.mt-md-200 {
  margin-top: 0;
}
@media (min-width: 768px) {
  .mt-md-200 {
    margin-top: 200px!important;
  }
}

.mb-md-210 {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .mb-md-210 {
    margin-bottom: 210px!important;
  }
}

.mt-md-210 {
  margin-top: 0;
}
@media (min-width: 768px) {
  .mt-md-210 {
    margin-top: 210px!important;
  }
}

.mb-md-220 {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .mb-md-220 {
    margin-bottom: 220px!important;
  }
}

.mt-md-220 {
  margin-top: 0;
}
@media (min-width: 768px) {
  .mt-md-220 {
    margin-top: 220px!important;
  }
}

.mb-md-230 {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .mb-md-230 {
    margin-bottom: 230px!important;
  }
}

.mt-md-230 {
  margin-top: 0;
}
@media (min-width: 768px) {
  .mt-md-230 {
    margin-top: 230px!important;
  }
}

.mb-md-240 {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .mb-md-240 {
    margin-bottom: 240px!important;
  }
}

.mt-md-240 {
  margin-top: 0;
}
@media (min-width: 768px) {
  .mt-md-240 {
    margin-top: 240px!important;
  }
}

.mb-md-250 {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .mb-md-250 {
    margin-bottom: 250px!important;
  }
}

.mt-md-250 {
  margin-top: 0;
}
@media (min-width: 768px) {
  .mt-md-250 {
    margin-top: 250px!important;
  }
}

.mb-md-260 {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .mb-md-260 {
    margin-bottom: 260px!important;
  }
}

.mt-md-260 {
  margin-top: 0;
}
@media (min-width: 768px) {
  .mt-md-260 {
    margin-top: 260px!important;
  }
}

.mb-md-270 {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .mb-md-270 {
    margin-bottom: 270px!important;
  }
}

.mt-md-270 {
  margin-top: 0;
}
@media (min-width: 768px) {
  .mt-md-270 {
    margin-top: 270px!important;
  }
}

.mb-md-280 {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .mb-md-280 {
    margin-bottom: 280px!important;
  }
}

.mt-md-280 {
  margin-top: 0;
}
@media (min-width: 768px) {
  .mt-md-280 {
    margin-top: 280px!important;
  }
}

.mb-md-290 {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .mb-md-290 {
    margin-bottom: 290px!important;
  }
}

.mt-md-290 {
  margin-top: 0;
}
@media (min-width: 768px) {
  .mt-md-290 {
    margin-top: 290px!important;
  }
}

.mb-md-300 {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .mb-md-300 {
    margin-bottom: 300px!important;
  }
}

.mt-md-300 {
  margin-top: 0;
}
@media (min-width: 768px) {
  .mt-md-300 {
    margin-top: 300px!important;
  }
}

.mb-lg-10 {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .mb-lg-10 {
    margin-bottom: 10px!important;
  }
}

.mt-lg-10 {
  margin-top: 0;
}
@media (min-width: 992px) {
  .mt-lg-10 {
    margin-top: 10px!important;
  }
}

.mb-lg-20 {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .mb-lg-20 {
    margin-bottom: 20px!important;
  }
}

.mt-lg-20 {
  margin-top: 0;
}
@media (min-width: 992px) {
  .mt-lg-20 {
    margin-top: 20px!important;
  }
}

.mb-lg-30 {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .mb-lg-30 {
    margin-bottom: 30px!important;
  }
}

.mt-lg-30 {
  margin-top: 0;
}
@media (min-width: 992px) {
  .mt-lg-30 {
    margin-top: 30px!important;
  }
}

.mb-lg-40 {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .mb-lg-40 {
    margin-bottom: 40px!important;
  }
}

.mt-lg-40 {
  margin-top: 0;
}
@media (min-width: 992px) {
  .mt-lg-40 {
    margin-top: 40px!important;
  }
}

.mb-lg-50 {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .mb-lg-50 {
    margin-bottom: 50px!important;
  }
}

.mt-lg-50 {
  margin-top: 0;
}
@media (min-width: 992px) {
  .mt-lg-50 {
    margin-top: 50px!important;
  }
}

.mb-lg-60 {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .mb-lg-60 {
    margin-bottom: 60px!important;
  }
}

.mt-lg-60 {
  margin-top: 0;
}
@media (min-width: 992px) {
  .mt-lg-60 {
    margin-top: 60px!important;
  }
}

.mb-lg-70 {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .mb-lg-70 {
    margin-bottom: 70px!important;
  }
}

.mt-lg-70 {
  margin-top: 0;
}
@media (min-width: 992px) {
  .mt-lg-70 {
    margin-top: 70px!important;
  }
}

.mb-lg-80 {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .mb-lg-80 {
    margin-bottom: 80px!important;
  }
}

.mt-lg-80 {
  margin-top: 0;
}
@media (min-width: 992px) {
  .mt-lg-80 {
    margin-top: 80px!important;
  }
}

.mb-lg-90 {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .mb-lg-90 {
    margin-bottom: 90px!important;
  }
}

.mt-lg-90 {
  margin-top: 0;
}
@media (min-width: 992px) {
  .mt-lg-90 {
    margin-top: 90px!important;
  }
}

.mb-lg-100 {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .mb-lg-100 {
    margin-bottom: 100px!important;
  }
}

.mt-lg-100 {
  margin-top: 0;
}
@media (min-width: 992px) {
  .mt-lg-100 {
    margin-top: 100px!important;
  }
}

.mb-lg-110 {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .mb-lg-110 {
    margin-bottom: 110px!important;
  }
}

.mt-lg-110 {
  margin-top: 0;
}
@media (min-width: 992px) {
  .mt-lg-110 {
    margin-top: 110px!important;
  }
}

.mb-lg-120 {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .mb-lg-120 {
    margin-bottom: 120px!important;
  }
}

.mt-lg-120 {
  margin-top: 0;
}
@media (min-width: 992px) {
  .mt-lg-120 {
    margin-top: 120px!important;
  }
}

.mb-lg-130 {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .mb-lg-130 {
    margin-bottom: 130px!important;
  }
}

.mt-lg-130 {
  margin-top: 0;
}
@media (min-width: 992px) {
  .mt-lg-130 {
    margin-top: 130px!important;
  }
}

.mb-lg-140 {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .mb-lg-140 {
    margin-bottom: 140px!important;
  }
}

.mt-lg-140 {
  margin-top: 0;
}
@media (min-width: 992px) {
  .mt-lg-140 {
    margin-top: 140px!important;
  }
}

.mb-lg-150 {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .mb-lg-150 {
    margin-bottom: 150px!important;
  }
}

.mt-lg-150 {
  margin-top: 0;
}
@media (min-width: 992px) {
  .mt-lg-150 {
    margin-top: 150px!important;
  }
}

.mb-lg-160 {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .mb-lg-160 {
    margin-bottom: 160px!important;
  }
}

.mt-lg-160 {
  margin-top: 0;
}
@media (min-width: 992px) {
  .mt-lg-160 {
    margin-top: 160px!important;
  }
}

.mb-lg-170 {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .mb-lg-170 {
    margin-bottom: 170px!important;
  }
}

.mt-lg-170 {
  margin-top: 0;
}
@media (min-width: 992px) {
  .mt-lg-170 {
    margin-top: 170px!important;
  }
}

.mb-lg-180 {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .mb-lg-180 {
    margin-bottom: 180px!important;
  }
}

.mt-lg-180 {
  margin-top: 0;
}
@media (min-width: 992px) {
  .mt-lg-180 {
    margin-top: 180px!important;
  }
}

.mb-lg-190 {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .mb-lg-190 {
    margin-bottom: 190px!important;
  }
}

.mt-lg-190 {
  margin-top: 0;
}
@media (min-width: 992px) {
  .mt-lg-190 {
    margin-top: 190px!important;
  }
}

.mb-lg-200 {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .mb-lg-200 {
    margin-bottom: 200px!important;
  }
}

.mt-lg-200 {
  margin-top: 0;
}
@media (min-width: 992px) {
  .mt-lg-200 {
    margin-top: 200px!important;
  }
}

.mb-lg-210 {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .mb-lg-210 {
    margin-bottom: 210px!important;
  }
}

.mt-lg-210 {
  margin-top: 0;
}
@media (min-width: 992px) {
  .mt-lg-210 {
    margin-top: 210px!important;
  }
}

.mb-lg-220 {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .mb-lg-220 {
    margin-bottom: 220px!important;
  }
}

.mt-lg-220 {
  margin-top: 0;
}
@media (min-width: 992px) {
  .mt-lg-220 {
    margin-top: 220px!important;
  }
}

.mb-lg-230 {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .mb-lg-230 {
    margin-bottom: 230px!important;
  }
}

.mt-lg-230 {
  margin-top: 0;
}
@media (min-width: 992px) {
  .mt-lg-230 {
    margin-top: 230px!important;
  }
}

.mb-lg-240 {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .mb-lg-240 {
    margin-bottom: 240px!important;
  }
}

.mt-lg-240 {
  margin-top: 0;
}
@media (min-width: 992px) {
  .mt-lg-240 {
    margin-top: 240px!important;
  }
}

.mb-lg-250 {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .mb-lg-250 {
    margin-bottom: 250px!important;
  }
}

.mt-lg-250 {
  margin-top: 0;
}
@media (min-width: 992px) {
  .mt-lg-250 {
    margin-top: 250px!important;
  }
}

.mb-lg-260 {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .mb-lg-260 {
    margin-bottom: 260px!important;
  }
}

.mt-lg-260 {
  margin-top: 0;
}
@media (min-width: 992px) {
  .mt-lg-260 {
    margin-top: 260px!important;
  }
}

.mb-lg-270 {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .mb-lg-270 {
    margin-bottom: 270px!important;
  }
}

.mt-lg-270 {
  margin-top: 0;
}
@media (min-width: 992px) {
  .mt-lg-270 {
    margin-top: 270px!important;
  }
}

.mb-lg-280 {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .mb-lg-280 {
    margin-bottom: 280px!important;
  }
}

.mt-lg-280 {
  margin-top: 0;
}
@media (min-width: 992px) {
  .mt-lg-280 {
    margin-top: 280px!important;
  }
}

.mb-lg-290 {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .mb-lg-290 {
    margin-bottom: 290px!important;
  }
}

.mt-lg-290 {
  margin-top: 0;
}
@media (min-width: 992px) {
  .mt-lg-290 {
    margin-top: 290px!important;
  }
}

.mb-lg-300 {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .mb-lg-300 {
    margin-bottom: 300px!important;
  }
}

.mt-lg-300 {
  margin-top: 0;
}
@media (min-width: 992px) {
  .mt-lg-300 {
    margin-top: 300px!important;
  }
}

.mb-xl-10 {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .mb-xl-10 {
    margin-bottom: 10px!important;
  }
}

.mt-xl-10 {
  margin-top: 0;
}
@media (min-width: 1200px) {
  .mt-xl-10 {
    margin-top: 10px!important;
  }
}

.mb-xl-20 {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .mb-xl-20 {
    margin-bottom: 20px!important;
  }
}

.mt-xl-20 {
  margin-top: 0;
}
@media (min-width: 1200px) {
  .mt-xl-20 {
    margin-top: 20px!important;
  }
}

.mb-xl-30 {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .mb-xl-30 {
    margin-bottom: 30px!important;
  }
}

.mt-xl-30 {
  margin-top: 0;
}
@media (min-width: 1200px) {
  .mt-xl-30 {
    margin-top: 30px!important;
  }
}

.mb-xl-40 {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .mb-xl-40 {
    margin-bottom: 40px!important;
  }
}

.mt-xl-40 {
  margin-top: 0;
}
@media (min-width: 1200px) {
  .mt-xl-40 {
    margin-top: 40px!important;
  }
}

.mb-xl-50 {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .mb-xl-50 {
    margin-bottom: 50px!important;
  }
}

.mt-xl-50 {
  margin-top: 0;
}
@media (min-width: 1200px) {
  .mt-xl-50 {
    margin-top: 50px!important;
  }
}

.mb-xl-60 {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .mb-xl-60 {
    margin-bottom: 60px!important;
  }
}

.mt-xl-60 {
  margin-top: 0;
}
@media (min-width: 1200px) {
  .mt-xl-60 {
    margin-top: 60px!important;
  }
}

.mb-xl-70 {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .mb-xl-70 {
    margin-bottom: 70px!important;
  }
}

.mt-xl-70 {
  margin-top: 0;
}
@media (min-width: 1200px) {
  .mt-xl-70 {
    margin-top: 70px!important;
  }
}

.mb-xl-80 {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .mb-xl-80 {
    margin-bottom: 80px!important;
  }
}

.mt-xl-80 {
  margin-top: 0;
}
@media (min-width: 1200px) {
  .mt-xl-80 {
    margin-top: 80px!important;
  }
}

.mb-xl-90 {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .mb-xl-90 {
    margin-bottom: 90px!important;
  }
}

.mt-xl-90 {
  margin-top: 0;
}
@media (min-width: 1200px) {
  .mt-xl-90 {
    margin-top: 90px!important;
  }
}

.mb-xl-100 {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .mb-xl-100 {
    margin-bottom: 100px!important;
  }
}

.mt-xl-100 {
  margin-top: 0;
}
@media (min-width: 1200px) {
  .mt-xl-100 {
    margin-top: 100px!important;
  }
}

.mb-xl-110 {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .mb-xl-110 {
    margin-bottom: 110px!important;
  }
}

.mt-xl-110 {
  margin-top: 0;
}
@media (min-width: 1200px) {
  .mt-xl-110 {
    margin-top: 110px!important;
  }
}

.mb-xl-120 {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .mb-xl-120 {
    margin-bottom: 120px!important;
  }
}

.mt-xl-120 {
  margin-top: 0;
}
@media (min-width: 1200px) {
  .mt-xl-120 {
    margin-top: 120px!important;
  }
}

.mb-xl-130 {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .mb-xl-130 {
    margin-bottom: 130px!important;
  }
}

.mt-xl-130 {
  margin-top: 0;
}
@media (min-width: 1200px) {
  .mt-xl-130 {
    margin-top: 130px!important;
  }
}

.mb-xl-140 {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .mb-xl-140 {
    margin-bottom: 140px!important;
  }
}

.mt-xl-140 {
  margin-top: 0;
}
@media (min-width: 1200px) {
  .mt-xl-140 {
    margin-top: 140px!important;
  }
}

.mb-xl-150 {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .mb-xl-150 {
    margin-bottom: 150px!important;
  }
}

.mt-xl-150 {
  margin-top: 0;
}
@media (min-width: 1200px) {
  .mt-xl-150 {
    margin-top: 150px!important;
  }
}

.mb-xl-160 {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .mb-xl-160 {
    margin-bottom: 160px!important;
  }
}

.mt-xl-160 {
  margin-top: 0;
}
@media (min-width: 1200px) {
  .mt-xl-160 {
    margin-top: 160px!important;
  }
}

.mb-xl-170 {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .mb-xl-170 {
    margin-bottom: 170px!important;
  }
}

.mt-xl-170 {
  margin-top: 0;
}
@media (min-width: 1200px) {
  .mt-xl-170 {
    margin-top: 170px!important;
  }
}

.mb-xl-180 {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .mb-xl-180 {
    margin-bottom: 180px!important;
  }
}

.mt-xl-180 {
  margin-top: 0;
}
@media (min-width: 1200px) {
  .mt-xl-180 {
    margin-top: 180px!important;
  }
}

.mb-xl-190 {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .mb-xl-190 {
    margin-bottom: 190px!important;
  }
}

.mt-xl-190 {
  margin-top: 0;
}
@media (min-width: 1200px) {
  .mt-xl-190 {
    margin-top: 190px!important;
  }
}

.mb-xl-200 {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .mb-xl-200 {
    margin-bottom: 200px!important;
  }
}

.mt-xl-200 {
  margin-top: 0;
}
@media (min-width: 1200px) {
  .mt-xl-200 {
    margin-top: 200px!important;
  }
}

.mb-xl-210 {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .mb-xl-210 {
    margin-bottom: 210px!important;
  }
}

.mt-xl-210 {
  margin-top: 0;
}
@media (min-width: 1200px) {
  .mt-xl-210 {
    margin-top: 210px!important;
  }
}

.mb-xl-220 {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .mb-xl-220 {
    margin-bottom: 220px!important;
  }
}

.mt-xl-220 {
  margin-top: 0;
}
@media (min-width: 1200px) {
  .mt-xl-220 {
    margin-top: 220px!important;
  }
}

.mb-xl-230 {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .mb-xl-230 {
    margin-bottom: 230px!important;
  }
}

.mt-xl-230 {
  margin-top: 0;
}
@media (min-width: 1200px) {
  .mt-xl-230 {
    margin-top: 230px!important;
  }
}

.mb-xl-240 {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .mb-xl-240 {
    margin-bottom: 240px!important;
  }
}

.mt-xl-240 {
  margin-top: 0;
}
@media (min-width: 1200px) {
  .mt-xl-240 {
    margin-top: 240px!important;
  }
}

.mb-xl-250 {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .mb-xl-250 {
    margin-bottom: 250px!important;
  }
}

.mt-xl-250 {
  margin-top: 0;
}
@media (min-width: 1200px) {
  .mt-xl-250 {
    margin-top: 250px!important;
  }
}

.mb-xl-260 {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .mb-xl-260 {
    margin-bottom: 260px!important;
  }
}

.mt-xl-260 {
  margin-top: 0;
}
@media (min-width: 1200px) {
  .mt-xl-260 {
    margin-top: 260px!important;
  }
}

.mb-xl-270 {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .mb-xl-270 {
    margin-bottom: 270px!important;
  }
}

.mt-xl-270 {
  margin-top: 0;
}
@media (min-width: 1200px) {
  .mt-xl-270 {
    margin-top: 270px!important;
  }
}

.mb-xl-280 {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .mb-xl-280 {
    margin-bottom: 280px!important;
  }
}

.mt-xl-280 {
  margin-top: 0;
}
@media (min-width: 1200px) {
  .mt-xl-280 {
    margin-top: 280px!important;
  }
}

.mb-xl-290 {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .mb-xl-290 {
    margin-bottom: 290px!important;
  }
}

.mt-xl-290 {
  margin-top: 0;
}
@media (min-width: 1200px) {
  .mt-xl-290 {
    margin-top: 290px!important;
  }
}

.mb-xl-300 {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .mb-xl-300 {
    margin-bottom: 300px!important;
  }
}

.mt-xl-300 {
  margin-top: 0;
}
@media (min-width: 1200px) {
  .mt-xl-300 {
    margin-top: 300px!important;
  }
}

.width-10 {
  width: 10%;
  margin-left: 45%;
  margin-right: 45%;
}
@media (min-width: 768px) {
  .width-10 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.width-15 {
  width: 15%;
  margin-left: 42.5%;
  margin-right: 42.5%;
}
@media (min-width: 768px) {
  .width-15 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.width-20 {
  width: 20%;
  margin-left: 40%;
  margin-right: 40%;
}
@media (min-width: 768px) {
  .width-20 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.width-25 {
  width: 25%;
  margin-left: 37.5%;
  margin-right: 37.5%;
}
@media (min-width: 768px) {
  .width-25 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.width-30 {
  width: 30%;
  margin-left: 35%;
  margin-right: 35%;
}
@media (min-width: 768px) {
  .width-30 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.width-35 {
  width: 35%;
  margin-left: 32.5%;
  margin-right: 32.5%;
}
@media (min-width: 768px) {
  .width-35 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.width-40 {
  width: 40%;
  margin-left: 30%;
  margin-right: 30%;
}
@media (min-width: 768px) {
  .width-40 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.width-45 {
  width: 45%;
  margin-left: 27.5%;
  margin-right: 27.5%;
}
@media (min-width: 768px) {
  .width-45 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.width-50 {
  width: 50%;
  margin-left: 25%;
  margin-right: 25%;
}
@media (min-width: 768px) {
  .width-50 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.width-55 {
  width: 55%;
  margin-left: 22.5%;
  margin-right: 22.5%;
}
@media (min-width: 768px) {
  .width-55 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.width-60 {
  width: 60%;
  margin-left: 20%;
  margin-right: 20%;
}
@media (min-width: 768px) {
  .width-60 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.width-65 {
  width: 65%;
  margin-left: 17.5%;
  margin-right: 17.5%;
}
@media (min-width: 768px) {
  .width-65 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.width-70 {
  width: 70%;
  margin-left: 15%;
  margin-right: 15%;
}
@media (min-width: 768px) {
  .width-70 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.width-75 {
  width: 75%;
  margin-left: 12.5%;
  margin-right: 12.5%;
}
@media (min-width: 768px) {
  .width-75 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.width-80 {
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
}
@media (min-width: 768px) {
  .width-80 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.width-85 {
  width: 85%;
  margin-left: 7.5%;
  margin-right: 7.5%;
}
@media (min-width: 768px) {
  .width-85 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.width-90 {
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
}
@media (min-width: 768px) {
  .width-90 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.width-md-10 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 768px) {
  .width-md-10 {
    width: 10%;
    margin-left: 45%;
    margin-right: 45%;
  }
}

.width-md-15 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 768px) {
  .width-md-15 {
    width: 15%;
    margin-left: 42.5%;
    margin-right: 42.5%;
  }
}

.width-md-20 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 768px) {
  .width-md-20 {
    width: 20%;
    margin-left: 40%;
    margin-right: 40%;
  }
}

.width-md-25 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 768px) {
  .width-md-25 {
    width: 25%;
    margin-left: 37.5%;
    margin-right: 37.5%;
  }
}

.width-md-30 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 768px) {
  .width-md-30 {
    width: 30%;
    margin-left: 35%;
    margin-right: 35%;
  }
}

.width-md-35 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 768px) {
  .width-md-35 {
    width: 35%;
    margin-left: 32.5%;
    margin-right: 32.5%;
  }
}

.width-md-40 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 768px) {
  .width-md-40 {
    width: 40%;
    margin-left: 30%;
    margin-right: 30%;
  }
}

.width-md-45 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 768px) {
  .width-md-45 {
    width: 45%;
    margin-left: 27.5%;
    margin-right: 27.5%;
  }
}

.width-md-50 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 768px) {
  .width-md-50 {
    width: 50%;
    margin-left: 25%;
    margin-right: 25%;
  }
}

.width-md-55 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 768px) {
  .width-md-55 {
    width: 55%;
    margin-left: 22.5%;
    margin-right: 22.5%;
  }
}

.width-md-60 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 768px) {
  .width-md-60 {
    width: 60%;
    margin-left: 20%;
    margin-right: 20%;
  }
}

.width-md-65 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 768px) {
  .width-md-65 {
    width: 65%;
    margin-left: 17.5%;
    margin-right: 17.5%;
  }
}

.width-md-70 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 768px) {
  .width-md-70 {
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
  }
}

.width-md-75 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 768px) {
  .width-md-75 {
    width: 75%;
    margin-left: 12.5%;
    margin-right: 12.5%;
  }
}

.width-md-80 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 768px) {
  .width-md-80 {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
  }
}

.width-md-85 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 768px) {
  .width-md-85 {
    width: 85%;
    margin-left: 7.5%;
    margin-right: 7.5%;
  }
}

.width-md-90 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 768px) {
  .width-md-90 {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }
}

.width-lg-10 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 992px) {
  .width-lg-10 {
    width: 10%;
    margin-left: 45%;
    margin-right: 45%;
  }
}

.width-lg-15 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 992px) {
  .width-lg-15 {
    width: 15%;
    margin-left: 42.5%;
    margin-right: 42.5%;
  }
}

.width-lg-20 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 992px) {
  .width-lg-20 {
    width: 20%;
    margin-left: 40%;
    margin-right: 40%;
  }
}

.width-lg-25 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 992px) {
  .width-lg-25 {
    width: 25%;
    margin-left: 37.5%;
    margin-right: 37.5%;
  }
}

.width-lg-30 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 992px) {
  .width-lg-30 {
    width: 30%;
    margin-left: 35%;
    margin-right: 35%;
  }
}

.width-lg-35 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 992px) {
  .width-lg-35 {
    width: 35%;
    margin-left: 32.5%;
    margin-right: 32.5%;
  }
}

.width-lg-40 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 992px) {
  .width-lg-40 {
    width: 40%;
    margin-left: 30%;
    margin-right: 30%;
  }
}

.width-lg-45 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 992px) {
  .width-lg-45 {
    width: 45%;
    margin-left: 27.5%;
    margin-right: 27.5%;
  }
}

.width-lg-50 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 992px) {
  .width-lg-50 {
    width: 50%;
    margin-left: 25%;
    margin-right: 25%;
  }
}

.width-lg-55 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 992px) {
  .width-lg-55 {
    width: 55%;
    margin-left: 22.5%;
    margin-right: 22.5%;
  }
}

.width-lg-60 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 992px) {
  .width-lg-60 {
    width: 60%;
    margin-left: 20%;
    margin-right: 20%;
  }
}

.width-lg-65 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 992px) {
  .width-lg-65 {
    width: 65%;
    margin-left: 17.5%;
    margin-right: 17.5%;
  }
}

.width-lg-70 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 992px) {
  .width-lg-70 {
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
  }
}

.width-lg-75 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 992px) {
  .width-lg-75 {
    width: 75%;
    margin-left: 12.5%;
    margin-right: 12.5%;
  }
}

.width-lg-80 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 992px) {
  .width-lg-80 {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
  }
}

.width-lg-85 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 992px) {
  .width-lg-85 {
    width: 85%;
    margin-left: 7.5%;
    margin-right: 7.5%;
  }
}

.width-lg-90 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 992px) {
  .width-lg-90 {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }
}

.width-xl-10 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 1200px) {
  .width-xl-10 {
    width: 10%;
    margin-left: 45%;
    margin-right: 45%;
  }
}

.width-xl-15 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 1200px) {
  .width-xl-15 {
    width: 15%;
    margin-left: 42.5%;
    margin-right: 42.5%;
  }
}

.width-xl-20 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 1200px) {
  .width-xl-20 {
    width: 20%;
    margin-left: 40%;
    margin-right: 40%;
  }
}

.width-xl-25 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 1200px) {
  .width-xl-25 {
    width: 25%;
    margin-left: 37.5%;
    margin-right: 37.5%;
  }
}

.width-xl-30 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 1200px) {
  .width-xl-30 {
    width: 30%;
    margin-left: 35%;
    margin-right: 35%;
  }
}

.width-xl-35 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 1200px) {
  .width-xl-35 {
    width: 35%;
    margin-left: 32.5%;
    margin-right: 32.5%;
  }
}

.width-xl-40 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 1200px) {
  .width-xl-40 {
    width: 40%;
    margin-left: 30%;
    margin-right: 30%;
  }
}

.width-xl-45 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 1200px) {
  .width-xl-45 {
    width: 45%;
    margin-left: 27.5%;
    margin-right: 27.5%;
  }
}

.width-xl-50 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 1200px) {
  .width-xl-50 {
    width: 50%;
    margin-left: 25%;
    margin-right: 25%;
  }
}

.width-xl-55 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 1200px) {
  .width-xl-55 {
    width: 55%;
    margin-left: 22.5%;
    margin-right: 22.5%;
  }
}

.width-xl-60 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 1200px) {
  .width-xl-60 {
    width: 60%;
    margin-left: 20%;
    margin-right: 20%;
  }
}

.width-xl-65 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 1200px) {
  .width-xl-65 {
    width: 65%;
    margin-left: 17.5%;
    margin-right: 17.5%;
  }
}

.width-xl-70 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 1200px) {
  .width-xl-70 {
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
  }
}

.width-xl-75 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 1200px) {
  .width-xl-75 {
    width: 75%;
    margin-left: 12.5%;
    margin-right: 12.5%;
  }
}

.width-xl-80 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 1200px) {
  .width-xl-80 {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
  }
}

.width-xl-85 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 1200px) {
  .width-xl-85 {
    width: 85%;
    margin-left: 7.5%;
    margin-right: 7.5%;
  }
}

.width-xl-90 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 1200px) {
  .width-xl-90 {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }
}

.mb-0 {
  margin-bottom: 0;
}

.pr-md {
  padding-right: 7px !important;
}
@media (min-width: 768px) {
  .pr-md {
    padding-right: 15px !important;
  }
}

.pl-md {
  padding-left: 7px !important;
}
@media (min-width: 768px) {
  .pl-md {
    padding-left: 15px !important;
  }
}

.prl-md {
  padding-right: 11px !important;
  padding-left: 11px !important;
}
@media (min-width: 768px) {
  .prl-md {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
}

.pr-lg {
  padding-right: 7px !important;
}
@media (min-width: 992px) {
  .pr-lg {
    padding-right: 15px !important;
  }
}

.pl-lg {
  padding-left: 7px !important;
}
@media (min-width: 992px) {
  .pl-lg {
    padding-left: 15px !important;
  }
}

.bg-1 {
  width: 100%;
  background-color: #ecf3ea;
  padding: 60px 0;
  background: repeating-linear-gradient(30deg, rgba(236, 243, 234, 0), rgba(236, 243, 234, 0) 20px, #f4f9f3 20px, #f4f9f3 40px), repeating-linear-gradient(-30deg, #fff, #fff 20px, #ecf3ea 20px, #ecf3ea 40px), repeating-linear-gradient(30deg, #000, #000 20px, #ecf3ea 20px, #ecf3ea 40px);
  /* 上に記述するものが優先されるため、最後は透明が残された箇所のみ黒が表示される */
}
@media (min-width: 768px) {
  .bg-1 {
    padding: 60px 0;
  }
}

.bg-top {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .bg-top {
    margin-bottom: 150px;
  }
}

.bg-service-1 {
  width: 100%;
  padding: 40px 0;
  margin-bottom: 40px;
  background: repeating-linear-gradient(30deg, rgba(236, 243, 234, 0), rgba(236, 243, 234, 0) 12px, #ffffff 14px), repeating-linear-gradient(-30deg, #ecf3ea, #ecf3ea 12px, #ffffff 14px);
}
@media (min-width: 768px) {
  .bg-service-1 {
    padding: 0;
  }
}

.bg-service-2 {
  width: 100%;
  padding: 60px 0;
  margin-bottom: 40px;
  background: repeating-linear-gradient(30deg, rgba(239, 237, 227, 0), rgba(239, 237, 227, 0) 12px, #ffffff 14px), repeating-linear-gradient(-30deg, #efede3, #efede3 12px, #ffffff 14px);
}
@media (min-width: 768px) {
  .bg-service-2 {
    padding: 0;
  }
}

.bg-service-3 {
  width: 100%;
  padding: 60px 0;
  background: repeating-linear-gradient(30deg, rgba(241, 229, 236, 0), rgba(241, 229, 236, 0) 12px, #ffffff 14px), repeating-linear-gradient(-30deg, #f1e5ec, #f1e5ec 12px, #ffffff 14px);
}
@media (min-width: 768px) {
  .bg-service-3 {
    padding: 0;
  }
}

.schedule-bg-1 {
  width: 100%;
  padding: 60px 0;
  border-top: 5px solid #999;
  background-size: 40px 40px;
  /* repeating-conic-gradientが適用されるサイズ */
  background-image: repeating-conic-gradient(from 0deg, #fff 0deg 90deg, #fafaf3 90deg 180deg);
  /* 90度ずつ色変更を360度まで繰返し（2回） */
  background-repeat: repeat;
}
@media (min-width: 768px) {
  .schedule-bg-1 {
    padding: 100px 0;
  }
}

.schedule-bg-2 {
  width: 100%;
  padding: 60px 0;
  border-top: 5px solid #999;
  background-size: 40px 40px;
  /* repeating-conic-gradientが適用されるサイズ */
  background-image: repeating-conic-gradient(from 0deg, #fff 0deg 90deg, #fcfaf7 90deg 180deg);
  /* 90度ずつ色変更を360度まで繰返し（2回） */
  background-repeat: repeat;
}
@media (min-width: 768px) {
  .schedule-bg-2 {
    padding: 100px 0;
  }
}

.bg-bnr {
  width: 100%;
  padding: 15px 0;
  border-top: 1px solid #748e47;
  border-bottom: 1px solid #748e47;
  position: relative;
}
@media (min-width: 768px) {
  .bg-bnr {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .bg-bnr {
    padding: 5px 0;
  }
}

.bg-info {
  width: 100%;
  background-color: #fff;
  padding: 60px 0 60px 0;
  z-index: -100;
  margin-bottom: 40px;
  border-bottom: 1px solid #c0c0c0;
}
@media (min-width: 768px) {
  .bg-info {
    padding: 60px 0;
    margin-bottom: 60px;
  }
}

.bg-footer {
  width: 100%;
  background-color: #eae7db;
  border-top: 5px solid #fff;
  padding: 80px 0 50px 0;
  z-index: -100;
}
@media (min-width: 768px) {
  .bg-footer {
    padding: 100px 0 70px 0;
  }
}

.bg-content-max {
  width: 100%;
  z-index: -20;
  background-color: #dae4ec;
}

.bg-content {
  position: relative;
  width: 100%;
  background-color: #fff;
  padding: 50px 0 80px 0;
  margin: 60px 0;
  border-radius: 10px;
  box-shadow: 3px 3px 8px #a2b0bc;
}
@media (min-width: 768px) {
  .bg-content {
    padding: 100px 0;
    border-radius: 30px;
  }
}

.bg-content1 {
  position: relative;
  width: 100%;
  background-color: #fff;
  padding: 50px 0 0 0;
  margin: 40px 0;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .bg-content1 {
    padding: 70px 0 40px 0;
    margin: 30px 0;
    border-radius: 30px;
  }
}

.Paper_v2 {
  background-image: repeating-linear-gradient(to bottom, transparent 25px, rgba(0, 0, 0, 0.04) 26px, rgba(0, 0, 0, 0.04) 26px, transparent 27px, transparent 51px, rgba(0, 0, 0, 0.04) 52px, rgba(0, 0, 0, 0.04) 52px, transparent 53px, transparent 77px, rgba(0, 0, 0, 0.04) 78px, rgba(0, 0, 0, 0.04) 78px, transparent 79px, transparent 103px, rgba(0, 0, 0, 0.04) 104px, rgba(0, 0, 0, 0.04) 104px, transparent 105px, transparent 129px, rgba(0, 0, 0, 0.04) 130px, rgba(0, 0, 0, 0.04) 130px), repeating-linear-gradient(to right, transparent 25px, rgba(0, 0, 0, 0.04) 26px, rgba(0, 0, 0, 0.04) 26px, transparent 27px, transparent 51px, rgba(0, 0, 0, 0.04) 52px, rgba(0, 0, 0, 0.04) 52px, transparent 53px, transparent 77px, rgba(0, 0, 0, 0.04) 78px, rgba(0, 0, 0, 0.04) 78px, transparent 79px, transparent 103px, rgba(0, 0, 0, 0.04) 104px, rgba(0, 0, 0, 0.04) 104px, transparent 105px, transparent 129px, rgba(0, 0, 0, 0.04) 130px, rgba(0, 0, 0, 0.04) 130px);
}

.Cross {
  background: radial-gradient(circle, rgba(0, 0, 0, 0) 20%, #ffffff 20%, #ffffff 80%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0)), radial-gradient(circle, rgba(0, 0, 0, 0) 20%, #ffffff 20%, #ffffff 80%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0)) 50px 50px, linear-gradient(#f4f4f4 4px, transparent 4px) 0 -2px, linear-gradient(90deg, #f4f4f4 4px, #fff 4px) -2px 0;
  background-size: 100px 100px, 100px 100px, 50px 50px, 50px 50px;
}

.Polka_v2 {
  background-image: radial-gradient(#f0f0f0 2px, rgba(0, 0, 0, 0) 2px), radial-gradient(#f0f0f0 2px, #ffffff 2px);
  background-size: 40px 40px;
  background-position: 0 0,20px 20px;
}

.bg-top-banner {
  z-index: -1;
  width: 100%;
  background-color: #fff;
  padding: 50px 0 0 0;
}
@media (min-width: 768px) {
  .bg-top-banner {
    padding: 70px 0;
  }
}

.para-wall-1 {
  background: url("../images/para-wall-1-m.jpg") no-repeat center center;
  background-attachment: scroll;
  background-size: cover;
  width: 100%;
  height: 200px;
  margin-top: 70px;
  margin-bottom: 70px;
}
@media (min-width: 768px) {
  .para-wall-1 {
    margin-bottom: 80px;
    height: 300px;
  }
}
@media (min-width: 992px) {
  .para-wall-1 {
    height: 300px;
  }
}
@media (min-width: 1200px) {
  .para-wall-1 {
    background: url("../images/para-wall-1.jpg") no-repeat center center;
    background-attachment: scroll;
    background-size: cover;
    height: 500px;
    margin-bottom: 100px;
  }
}

.para-wall-2 {
  background: url("../images/para-wall-2-m.jpg") no-repeat center center;
  background-attachment: scroll;
  background-size: cover;
  width: 100%;
  height: 200px;
  margin-top: 70px;
  margin-bottom: 70px;
}
@media (min-width: 768px) {
  .para-wall-2 {
    margin-bottom: 80px;
    height: 300px;
  }
}
@media (min-width: 992px) {
  .para-wall-2 {
    height: 300px;
  }
}
@media (min-width: 1200px) {
  .para-wall-2 {
    background: url("../images/para-wall-2.jpg") no-repeat center center;
    background-attachment: scroll;
    background-size: cover;
    height: 500px;
    margin-bottom: 100px;
  }
}

.para-wall-3 {
  background: url("../images/para-wall-3-m.jpg") no-repeat center center;
  background-attachment: scroll;
  background-size: cover;
  width: 100%;
  height: 200px;
  margin-top: 70px;
  margin-bottom: 70px;
}
@media (min-width: 768px) {
  .para-wall-3 {
    margin-bottom: 80px;
    height: 300px;
  }
}
@media (min-width: 992px) {
  .para-wall-3 {
    height: 300px;
  }
}
@media (min-width: 1200px) {
  .para-wall-3 {
    background: url("../images/para-wall-3.jpg") no-repeat center center;
    background-attachment: scroll;
    background-size: cover;
    height: 500px;
    margin-bottom: 100px;
  }
}

.para-wall-4 {
  background: url("../images/para-wall-4-m.jpg") no-repeat center center;
  background-attachment: scroll;
  background-size: cover;
  width: 100%;
  height: 200px;
  margin-top: 70px;
  margin-bottom: 70px;
}
@media (min-width: 768px) {
  .para-wall-4 {
    margin-bottom: 80px;
    height: 300px;
  }
}
@media (min-width: 992px) {
  .para-wall-4 {
    height: 300px;
  }
}
@media (min-width: 1200px) {
  .para-wall-4 {
    background: url("../images/para-wall-4.jpg") no-repeat center center;
    background-attachment: scroll;
    background-size: cover;
    height: 500px;
    margin-bottom: 100px;
  }
}

.para-wall-5 {
  background: url("../images/para-wall-5-m.jpg") no-repeat center center;
  background-attachment: scroll;
  background-size: cover;
  width: 100%;
  height: 200px;
  margin-top: 70px;
  margin-bottom: 70px;
}
@media (min-width: 768px) {
  .para-wall-5 {
    margin-bottom: 80px;
    height: 300px;
  }
}
@media (min-width: 992px) {
  .para-wall-5 {
    height: 300px;
  }
}
@media (min-width: 1200px) {
  .para-wall-5 {
    background: url("../images/para-wall-5.jpg") no-repeat center center;
    background-attachment: scroll;
    background-size: cover;
    height: 500px;
    margin-bottom: 100px;
  }
}

.para-wall-6 {
  background: url("../images/para-wall-6-m.jpg") no-repeat center center;
  background-attachment: scroll;
  background-size: cover;
  width: 100%;
  height: 200px;
  margin-top: 70px;
  margin-bottom: 70px;
}
@media (min-width: 768px) {
  .para-wall-6 {
    margin-bottom: 80px;
    height: 300px;
  }
}
@media (min-width: 992px) {
  .para-wall-6 {
    height: 300px;
  }
}
@media (min-width: 1200px) {
  .para-wall-6 {
    background: url("../images/para-wall-6.jpg") no-repeat center center;
    background-attachment: scroll;
    background-size: cover;
    height: 500px;
    margin-bottom: 100px;
  }
}

.font-50 {
  font-size: 47.16981%;
}
@media (min-width: 768px) {
  .font-50 {
    font-size: 48.07692%;
  }
}
@media (min-width: 992px) {
  .font-50 {
    font-size: 49.01961%;
  }
}
@media (min-width: 1200px) {
  .font-50 {
    font-size: 50%;
  }
}

.font-60 {
  font-size: 56.60377%;
}
@media (min-width: 768px) {
  .font-60 {
    font-size: 57.69231%;
  }
}
@media (min-width: 992px) {
  .font-60 {
    font-size: 58.82353%;
  }
}
@media (min-width: 1200px) {
  .font-60 {
    font-size: 60%;
  }
}

.font-70 {
  font-size: 66.03774%;
}
@media (min-width: 768px) {
  .font-70 {
    font-size: 67.30769%;
  }
}
@media (min-width: 992px) {
  .font-70 {
    font-size: 68.62745%;
  }
}
@media (min-width: 1200px) {
  .font-70 {
    font-size: 70%;
  }
}

.font-80 {
  font-size: 75.4717%;
}
@media (min-width: 768px) {
  .font-80 {
    font-size: 76.92308%;
  }
}
@media (min-width: 992px) {
  .font-80 {
    font-size: 78.43137%;
  }
}
@media (min-width: 1200px) {
  .font-80 {
    font-size: 80%;
  }
}

.font-90 {
  font-size: 84.90566%;
}
@media (min-width: 768px) {
  .font-90 {
    font-size: 86.53846%;
  }
}
@media (min-width: 992px) {
  .font-90 {
    font-size: 88.23529%;
  }
}
@media (min-width: 1200px) {
  .font-90 {
    font-size: 90%;
  }
}

.font-100 {
  font-size: 94.33962%;
}
@media (min-width: 768px) {
  .font-100 {
    font-size: 96.15385%;
  }
}
@media (min-width: 992px) {
  .font-100 {
    font-size: 98.03922%;
  }
}
@media (min-width: 1200px) {
  .font-100 {
    font-size: 100%;
  }
}

.font-110 {
  font-size: 103.77358%;
}
@media (min-width: 768px) {
  .font-110 {
    font-size: 105.76923%;
  }
}
@media (min-width: 992px) {
  .font-110 {
    font-size: 107.84314%;
  }
}
@media (min-width: 1200px) {
  .font-110 {
    font-size: 110%;
  }
}

.font-120 {
  font-size: 113.20755%;
}
@media (min-width: 768px) {
  .font-120 {
    font-size: 115.38462%;
  }
}
@media (min-width: 992px) {
  .font-120 {
    font-size: 117.64706%;
  }
}
@media (min-width: 1200px) {
  .font-120 {
    font-size: 120%;
  }
}

.font-130 {
  font-size: 122.64151%;
}
@media (min-width: 768px) {
  .font-130 {
    font-size: 125%;
  }
}
@media (min-width: 992px) {
  .font-130 {
    font-size: 127.45098%;
  }
}
@media (min-width: 1200px) {
  .font-130 {
    font-size: 130%;
  }
}

.font-140 {
  font-size: 132.07547%;
}
@media (min-width: 768px) {
  .font-140 {
    font-size: 134.61538%;
  }
}
@media (min-width: 992px) {
  .font-140 {
    font-size: 137.2549%;
  }
}
@media (min-width: 1200px) {
  .font-140 {
    font-size: 140%;
  }
}

.font-150 {
  font-size: 141.50943%;
}
@media (min-width: 768px) {
  .font-150 {
    font-size: 144.23077%;
  }
}
@media (min-width: 992px) {
  .font-150 {
    font-size: 147.05882%;
  }
}
@media (min-width: 1200px) {
  .font-150 {
    font-size: 150%;
  }
}

.font-160 {
  font-size: 150.9434%;
}
@media (min-width: 768px) {
  .font-160 {
    font-size: 153.84615%;
  }
}
@media (min-width: 992px) {
  .font-160 {
    font-size: 156.86275%;
  }
}
@media (min-width: 1200px) {
  .font-160 {
    font-size: 160%;
  }
}

.font-170 {
  font-size: 160.37736%;
}
@media (min-width: 768px) {
  .font-170 {
    font-size: 163.46154%;
  }
}
@media (min-width: 992px) {
  .font-170 {
    font-size: 166.66667%;
  }
}
@media (min-width: 1200px) {
  .font-170 {
    font-size: 170%;
  }
}

.font-180 {
  font-size: 169.81132%;
}
@media (min-width: 768px) {
  .font-180 {
    font-size: 173.07692%;
  }
}
@media (min-width: 992px) {
  .font-180 {
    font-size: 176.47059%;
  }
}
@media (min-width: 1200px) {
  .font-180 {
    font-size: 180%;
  }
}

.font-190 {
  font-size: 179.24528%;
}
@media (min-width: 768px) {
  .font-190 {
    font-size: 182.69231%;
  }
}
@media (min-width: 992px) {
  .font-190 {
    font-size: 186.27451%;
  }
}
@media (min-width: 1200px) {
  .font-190 {
    font-size: 190%;
  }
}

.font-200 {
  font-size: 188.67925%;
}
@media (min-width: 768px) {
  .font-200 {
    font-size: 192.30769%;
  }
}
@media (min-width: 992px) {
  .font-200 {
    font-size: 196.07843%;
  }
}
@media (min-width: 1200px) {
  .font-200 {
    font-size: 200%;
  }
}

.font-210 {
  font-size: 198.11321%;
}
@media (min-width: 768px) {
  .font-210 {
    font-size: 201.92308%;
  }
}
@media (min-width: 992px) {
  .font-210 {
    font-size: 205.88235%;
  }
}
@media (min-width: 1200px) {
  .font-210 {
    font-size: 210%;
  }
}

.font-220 {
  font-size: 207.54717%;
}
@media (min-width: 768px) {
  .font-220 {
    font-size: 211.53846%;
  }
}
@media (min-width: 992px) {
  .font-220 {
    font-size: 215.68627%;
  }
}
@media (min-width: 1200px) {
  .font-220 {
    font-size: 220%;
  }
}

.font-230 {
  font-size: 216.98113%;
}
@media (min-width: 768px) {
  .font-230 {
    font-size: 221.15385%;
  }
}
@media (min-width: 992px) {
  .font-230 {
    font-size: 225.4902%;
  }
}
@media (min-width: 1200px) {
  .font-230 {
    font-size: 230%;
  }
}

.font-240 {
  font-size: 226.41509%;
}
@media (min-width: 768px) {
  .font-240 {
    font-size: 230.76923%;
  }
}
@media (min-width: 992px) {
  .font-240 {
    font-size: 235.29412%;
  }
}
@media (min-width: 1200px) {
  .font-240 {
    font-size: 240%;
  }
}

.font-250 {
  font-size: 235.84906%;
}
@media (min-width: 768px) {
  .font-250 {
    font-size: 240.38462%;
  }
}
@media (min-width: 992px) {
  .font-250 {
    font-size: 245.09804%;
  }
}
@media (min-width: 1200px) {
  .font-250 {
    font-size: 250%;
  }
}

.font-260 {
  font-size: 245.28302%;
}
@media (min-width: 768px) {
  .font-260 {
    font-size: 250%;
  }
}
@media (min-width: 992px) {
  .font-260 {
    font-size: 254.90196%;
  }
}
@media (min-width: 1200px) {
  .font-260 {
    font-size: 260%;
  }
}

.font-270 {
  font-size: 254.71698%;
}
@media (min-width: 768px) {
  .font-270 {
    font-size: 259.61538%;
  }
}
@media (min-width: 992px) {
  .font-270 {
    font-size: 264.70588%;
  }
}
@media (min-width: 1200px) {
  .font-270 {
    font-size: 270%;
  }
}

.font-280 {
  font-size: 264.15094%;
}
@media (min-width: 768px) {
  .font-280 {
    font-size: 269.23077%;
  }
}
@media (min-width: 992px) {
  .font-280 {
    font-size: 274.5098%;
  }
}
@media (min-width: 1200px) {
  .font-280 {
    font-size: 280%;
  }
}

.font-290 {
  font-size: 273.58491%;
}
@media (min-width: 768px) {
  .font-290 {
    font-size: 278.84615%;
  }
}
@media (min-width: 992px) {
  .font-290 {
    font-size: 284.31373%;
  }
}
@media (min-width: 1200px) {
  .font-290 {
    font-size: 290%;
  }
}

.font-300 {
  font-size: 283.01887%;
}
@media (min-width: 768px) {
  .font-300 {
    font-size: 288.46154%;
  }
}
@media (min-width: 992px) {
  .font-300 {
    font-size: 294.11765%;
  }
}
@media (min-width: 1200px) {
  .font-300 {
    font-size: 300%;
  }
}

.marker-1 {
  background: linear-gradient(transparent 80%, #ffe400 80%);
}

.marker-2 {
  background: linear-gradient(transparent 60%, #ffe2af 60%);
}

.marker-3 {
  background: linear-gradient(transparent 75%, #ffe400 75%);
}

.marker-4 {
  background: linear-gradient(transparent 95%, #2a67a0 95%);
}

.text-c {
  text-align: center;
}

.text-c-md-gt {
  text-align: left;
}
@media (min-width: 768px) {
  .text-c-md-gt {
    text-align: center;
  }
}

.text-c-lg-gt {
  text-align: left;
}
@media (min-width: 992px) {
  .text-c-lg-gt {
    text-align: center;
  }
}

.text-c-md-lt {
  text-align: center;
}
@media (min-width: 768px) {
  .text-c-md-lt {
    text-align: left;
  }
}

.text-c-lg-lt {
  text-align: center;
}
@media (min-width: 992px) {
  .text-c-lg-lt {
    text-align: left;
  }
}

.text-r {
  text-align: right;
}

.text-r-md-gt {
  text-align: right;
}
@media (min-width: 768px) {
  .text-r-md-gt {
    text-align: center;
  }
}

.text-r-lg-gt {
  text-align: right;
}
@media (min-width: 992px) {
  .text-r-lg-gt {
    text-align: center;
  }
}

.text-r-md-lt {
  text-align: center;
}
@media (min-width: 768px) {
  .text-r-md-lt {
    text-align: right;
  }
}

.text-r-lg-lt {
  text-align: center;
}
@media (min-width: 992px) {
  .text-r-lg-lt {
    text-align: right;
  }
}

.font-b {
  font-weight: bold;
}

.font-b-h {
  font-weight: 500;
}

.font-b-n {
  font-weight: normal;
}

.attention {
  color: #e40311;
}

.color-w {
  color: white;
}

.color-b {
  color: black;
}

.color-g {
  color: #7f7f7f;
}

.color-1 {
  color: #d74b5b;
}

.color-2 {
  color: #dfae00;
}

.color-3 {
  color: #124891;
}

.color-4 {
  color: #688d85;
}

.color-5 {
  color: #e09476;
}

.color-6 {
  color: #c99b38;
}

.color-7 {
  color: #4286b2;
}

.color-8 {
  color: #64aba8;
}

.color-9 {
  color: #666;
}

.color-10 {
  color: #e46674;
}

.color-11 {
  color: #2c6198;
}

.col-ul {
  margin-top: 20px;
  margin-bottom: 20px;
}
.col-ul a {
  font-weight: 500;
  text-decoration: none;
}
.col-ul a:hover {
  text-decoration: underline;
}
.col-ul li {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .col-ul li {
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 15px;
  }
}
.col-ul li ul {
  margin-left: 20px;
}
.col-ul li ul li {
  font-size: 1.4rem;
  line-height: 1.6;
  margin-bottom: 12px;
}
@media (min-width: 992px) {
  .col-ul li ul li {
    font-size: 1.5rem;
  }
}

.nolist {
  list-style: none;
  margin-left: 5px;
}

.list-d {
  list-style-type: disc;
  margin-left: 17px;
}

.list-c {
  list-style-type: circle;
  margin-left: 17px;
}

.list-decimal {
  list-style-type: decimal;
  margin-left: 17px;
}

.nowrap {
  white-space: nowrap;
}

.indent-1 {
  padding-left: 6.9rem;
  text-indent: -6.9rem;
}
@media (min-width: 768px) {
  .indent-1 {
    padding-left: 7.6rem;
    text-indent: -7.6rem;
  }
}

.indent-2 {
  padding-left: 6.0rem;
  text-indent: -6rem;
}

.indent-3 {
  padding-left: 1rem;
  text-indent: -1rem;
}

.text-marker-1 {
  background-color: #d96b5d;
  color: #fff;
  padding: 0 5px;
  margin: 0 5px;
  white-space: nowrap;
}

.text-marker-2 {
  background-color: #4d6da3;
  color: #fff;
  padding: 0 5px;
  margin: 0 5px;
  white-space: nowrap;
}

.text-marker-3 {
  background-color: #e2b381;
  color: #fff;
  padding: 0 5px;
  margin: 0 5px;
  white-space: nowrap;
}

.text-marker-4 {
  background-color: #81b5d6;
  color: #fff;
  padding: 0 5px;
  margin: 0 5px;
  white-space: nowrap;
}

/*------------------------------------
ハンバーガースクロール固定↓
------------------------------------*/
html.is-fixed,
html.is-fixed {
  height: 100%;
  overflow: hidden;
}

/*------------------------------------
ヘッダー↓
------------------------------------*/
header.change-color {
  background-color: #fff;
  transition: 0.5s;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: .3s;
  background-color: #fff;
  z-index: 10;
}

header .nav_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  width: 100%;
  margin-left: 20px;
  height: 70px;
  z-index: 100;
}
@media (min-width: 1101px) {
  header .nav_box {
    display: block;
    position: fixed;
    background-color: #23261d;
    width: 220px;
    height: 100%;
    top: 0;
    left: 0;
    margin: 0;
    padding: 50px 0 0 0;
  }
}

header .nav_box-sideline {
  display: none;
}
@media (min-width: 1101px) {
  header .nav_box-sideline {
    display: block;
    position: fixed;
    background-color: #748e47;
    width: 8px;
    height: 100%;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    z-index: 100;
  }
}

#header-sns {
  display: none;
}
@media (min-width: 1101px) {
  #header-sns {
    display: flex;
    justify-content: center;
  }
  #header-sns li {
    vertical-align: bottom;
  }
  #header-sns li a {
    padding: 10px;
    box-sizing: border-box;
    color: #fff;
    font-size: 2.0rem;
  }
  #header-sns li a:hover {
    color: #a0a0a0;
  }
}

@media (min-width: 1101px) {
  .title-grid {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
  }
}

.title-sub {
  display: none;
}
@media (min-width: 1101px) {
  .title-sub {
    background-color: #748e47;
    display: block;
    width: 100%;
    margin-bottom: 40px;
  }
  .title-sub p {
    font-family: "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
    font-size: 1.2rem;
    color: #fff;
    line-height: 0;
    text-align: center;
    padding: 15px 0;
    margin: 0;
  }
}

#title {
  width: 180px;
}
@media (min-width: 415px) {
  #title {
    width: 180px;
  }
}
@media (min-width: 768px) {
  #title {
    width: 180px;
  }
}
@media (min-width: 992px) {
  #title {
    width: 180px;
  }
}
@media (min-width: 1101px) {
  #title {
    width: 40px;
  }
}
#title h1 a {
  display: flex;
  align-items: center;
  background: url("../images/header-logo-mobile.png") no-repeat left top;
  height: 0;
  background-size: contain;
  padding-top: 17.12963%;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media (min-width: 1101px) {
  #title h1 a {
    background: url("../images/header-logo.png") no-repeat left top;
    height: 0;
    background-size: contain;
    padding-top: 571.55963%;
    display: block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
}

.side-gnav {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 1100px) {
  .side-gnav {
    display: none;
  }
}

/*------------------------------------
ハンバーガーメニュー↓
------------------------------------*/
@media (min-width: 1101px) {
  #hamburger {
    display: none;
  }
}
@media (max-width: 1100px) {
  #hamburger #gNav .gNav-menu .orange_color_sp {
    display: block;
    font-size: 23px;
    color: #748e47;
    font-weight: 700;
  }

  #hamburger .btn-gNav {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 35px;
    height: 24px;
    z-index: 3;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all 400ms;
    transition: all 400ms;
  }

  #hamburger .btn-gNav span {
    position: absolute;
    width: 100%;
    height: 2px;
    background: #282828;
    border-radius: 10px;
    -webkit-transition: all 400ms;
    transition: all 400ms;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  #hamburger .btn-gNav span {
    height: 2px;
  }
}

@media (max-width: 1100px) {
  #hamburger .btn-gNav.anime span {
    background: #373737;
  }

  #hamburger .open {
    position: fixed;
  }

  #hamburger .btn-gNav span:nth-child(1) {
    top: 0;
  }

  #hamburger .btn-gNav span:nth-child(2) {
    top: 10px;
  }

  #hamburger .btn-gNav span:nth-child(3) {
    top: 20px;
  }

  #hamburger .btn-gNav.open span:nth-child(1) {
    background: #282828;
    top: 10px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  #hamburger .btn-gNav.open span:nth-child(2), #hamburger .btn-gNav.open span:nth-child(3) {
    top: 10px;
    background: #282828;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  #hamburger #gNav .gNav-menu li {
    font-weight: 500;
  }

  /* テキストカラー */
  #hamburger #gNav .gNav-menu .left_in_right a:hover {
    color: #748e47;
  }

  #gNav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background: #fff;
    box-sizing: border-box;
    z-index: 2;
    padding-top: 50px;
    transition: .3s;
  }

  #gNav.open {
    right: 0px;
  }

  #gNav .gNav-menu li {
    display: block;
    padding: 15px 20px;
  }

  #gNav .gNav-menu li a {
    color: #333;
    text-decoration: none;
    font-size: 1.5rem;
  }

  .fa-chevron-circle-down {
    color: #748e47;
    margin-left: 6px;
  }

  .btn-gNav span:nth-of-type(3)::after {
    content: "メニュー";
    /*3つ目の要素のafterにMenu表示を指定*/
    position: absolute;
    top: 5px;
    left: -2px;
    color: #282828;
    font-size: 1.0rem;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .btn-gNav.anime span:nth-of-type(3)::after {
    color: #373737;
  }

  .btn-gNav.is-fixed span:nth-of-type(3)::after {
    content: "とじる";
    /*3つ目の要素のafterにClose表示を指定*/
    transform: translateY(0) rotate(-45deg);
    top: 10px;
    left: 20px;
    color: #373737;
  }

  /*------------------------------------
  ハンバーガーメニュー↓@media screen and
  ------------------------------------*/
}
@media screen and (max-width: 1100px) and (max-width: 1149px) {
  .nav_main_box {
    display: none;
  }
}
@media screen and (max-width: 1100px) and (min-width: 1150px) {
  .btn-gNav {
    display: none;
  }

  #gNav {
    position: fixed;
    top: 0;
    right: 0;
    height: 67px;
    display: none;
  }

  #gNav .gNav-menu {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 33px;
    position: fixed;
    top: 0;
    right: 0;
    padding-left: 50px;
  }

  #gNav .gNav-menu li {
    padding-top: 5px;
  }
}
@media (max-width: 1100px) {
  /*------------------------------------
  ホバー時アンダーライン↓
  ------------------------------------*/
  .left_in_right a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #fff;
  }

  /* 下線カラー */
  .left_in_right a::after {
    position: absolute;
    bottom: -4px;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #fff;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform .3s;
  }

  .left_in_right a:hover::after {
    transform-origin: left top;
    transform: scale(1, 1);
  }

  /* テキストカラー */
  .left_in_right a:hover {
    color: #fff;
  }

  .left_in_right.anime a:hover {
    color: #748e47;
  }

  .left_in_right.anime a {
    color: #555;
    transition: 0.5s;
  }

  .left_in_right.anime a::after {
    background: #748e47;
  }

  .left_in_right_ham a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #fff;
  }

  /* 下線カラー */
  .left_in_right_ham a::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #748e47;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform .3s;
  }

  .left_in_right_ham a:hover::after {
    transform-origin: left top;
    transform: scale(1, 1);
  }

  /* テキストカラー */
  .left_in_right_ham a:hover {
    color: #748e47;
  }

  /*------------------------------------
  Read Moreボックスなし↓
  ------------------------------------*/
  .read_more_box {
    display: flex;
    align-items: center;
  }

  .read_more_box a {
    display: contents;
  }

  .read_more_box:hover {
    opacity: 0.5;
  }

  .readmore_border {
    width: 40px;
    height: 0px;
    border: solid 1px #748e47;
  }

  .read_more_box p {
    margin-right: 7px;
  }

  .right_text {
    display: flex;
    justify-content: flex-end;
  }

  .read_box {
    margin: auto;
  }

  .round_border {
    border: solid 2px #748e47;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    right: -8px;
  }

  .round_border2 {
    border: solid 2px #ffffff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    right: -10px;
  }

  .flex_readmore {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }

  .left_to_right {
    margin-top: 15px;
  }

  .read_more_box .round_border {
    transition: all 0.2s;
  }

  .read_more_box:hover .round_border {
    transform: translate(6px, 0px);
  }

  .read_more_box p {
    font-weight: 700;
  }

  #gNav .gNav-box {
    position: absolute;
    top: 50%;
    margin: 0 auto;
    transform: translateY(-50%) translateX(0);
    -webkit-transform: translateY(-50%) translateX(0);
    width: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
  }

  .gNav-button-1 {
    margin-top: 20px;
  }
  .gNav-button-1 a {
    width: 80%;
    margin: 0 10%;
    text-align: center;
    background-color: #748e47;
    border: 1px solid #748e47;
    border-radius: 10px;
    text-decoration: none;
    padding: 7px 10px;
    color: #fff;
    display: block;
    font-size: 1.4rem;
    line-height: 1.6;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
  }
  .gNav-button-1 a:hover {
    background-color: #fff;
    color: #748e47;
    font-weight: 500;
  }

  .gNav-button-2 {
    display: flex;
    justify-content: space-between;
    margin: 0 10%;
    width: 80%;
  }
  .gNav-button-2 a {
    width: 48%;
    text-align: center;
    background-color: #748e47;
    border: 1px solid #748e47;
    border-radius: 10px;
    text-decoration: none;
    padding: 7px 5px;
    color: #fff;
    display: block;
    font-size: 1.4rem;
    line-height: 1.6;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .gNav-button-2 a {
    padding: 15px 5px;
    font-size: 1.7rem;
  }
}
@media (max-width: 1100px) and (min-width: 992px) {
  .gNav-button-2 a {
    font-size: 2.0rem;
  }
}
@media (max-width: 1100px) {
  .gNav-button-2 a:hover {
    background-color: #fff;
    color: #748e47;
    font-weight: 500;
  }

  .gNav-sns {
    width: 80%;
    margin: 5px 10% 0 10%;
  }
  .gNav-sns a {
    color: #748e47;
    font-size: 2.1rem;
    margin: 40px 20px;
  }
  .gNav-sns a:hover {
    color: #373737;
  }
  .gNav-sns a i {
    margin-top: 30px;
  }

  .blog-icon-hamburger {
    display: inline-block;
    width: 23px;
    height: 23px;
    margin-bottom: -4px;
    background-image: url("../images/blog.png"), url("../images/blog-hover.png");
    background-size: cover,0 0;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .blog-icon-hamburger {
    width: 25px;
    height: 25px;
    margin-bottom: -2px;
  }
}
@media (max-width: 1100px) {
  .blog-icon-hamburger::before, .blog-icon-hamburger::after {
    content: "";
  }
  .blog-icon-hamburger:hover {
    background-size: 0 0,cover;
  }

  .blog-icon {
    display: inline-block;
    width: 23px;
    height: 23px;
    margin-bottom: -1px;
    background-image: url("../images/blog.png"), url("../images/blog-hover.png");
    background-size: cover,0 0;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .blog-icon {
    width: 25px;
    height: 25px;
    margin-bottom: -2px;
  }
}
@media (max-width: 1100px) {
  .blog-icon::before, .blog-icon::after {
    content: "";
  }
  .blog-icon:hover {
    background-size: 0 0,cover;
  }
}
#global-nav {
  display: none;
}
@media (min-width: 1101px) {
  #global-nav {
    display: block;
    margin-bottom: 60px;
  }
}

/* サブナビの幅 */
#global-nav .sub-menu-nav a,
#global-nav .sub-menu:hover .sub-menu-nav {
  width: 250px;
}

/* サブナビの色 */
#global-nav .sub-menu.is-active > a,
#global-nav a:hover {
  color: #fff;
  background-color: #748e47;
}

/* サブナビの上下中央寄せ */
.sub-menu-nav ul {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%) translateX(0);
  -webkit-transform: translateY(-50%) translateX(0);
}

#global-nav ul {
  list-style: none;
  margin-left: 0;
}

#global-nav > ul > li {
  position: relative;
}

#global-nav a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 15px 0 15px 40px;
  font-size: 1.4rem;
  -moz-transition: background-color .3s linear;
  -webkit-transition: background-color .3s linear;
  transition: background-color .3s linear;
}

/* sub-menu icon */
#global-nav .sub-menu-head {
  position: relative;
}

/* メニューの矢印 */
#global-nav .sub-menu-head:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  margin: auto;
  vertical-align: middle;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* sub-menu */
#global-nav .sub-menu-nav {
  position: fixed;
  background: #748e47;
  color: #fff;
  top: 0;
  left: 220px;
  width: 0;
  height: 100%;
  overflow: hidden;
  -moz-transition: width .2s ease-out;
  -webkit-transition: width .2s ease-out;
  transition: width .2s ease-out;
}

.sub-menu-nav {
  position: relative;
  z-index: 100;
  display: block;
}

#global-nav .sub-menu.is-active > a:after,
#global-nav .sub-menu-head:hover:after {
  border-color: #fff;
}

#global-nav .sub-menu-nav a {
  color: #fff;
}

#global-nav .sub-menu-nav a:hover {
  color: #fff;
  background: #90a866;
}

#gnav {
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
  border-bottom: #cfc0ab;
}
@media (min-width: 768px) {
  #gnav {
    border-bottom: none;
  }
}
#gnav:before, #gnav:after {
  content: "";
  display: table;
}
#gnav:after {
  clear: both;
}
#gnav ul {
  margin: 0;
}
#gnav li {
  width: 25%;
  float: left;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.6rem;
}
@media (min-width: 415px) {
  #gnav li {
    font-size: 1.4rem;
  }
}
@media (min-width: 768px) {
  #gnav li {
    font-size: 1.6rem;
  }
}
@media (min-width: 992px) {
  #gnav li {
    width: auto;
  }
}
#gnav li a {
  display: block;
  margin: 0;
  padding: 6px 0;
  text-decoration: none;
  font-weight: 600;
}
@media (min-width: 568px) {
  #gnav li a {
    padding: 15px 0;
  }
}
@media (min-width: 768px) {
  #gnav li a {
    padding: 15px 0;
  }
}
@media (min-width: 992px) {
  #gnav li a {
    padding: 25px 18px;
  }
}
@media (min-width: 1200px) {
  #gnav li a {
    padding: 25px 22px;
  }
}
@media (min-width: 1600px) {
  #gnav li a {
    padding: 25px 30px;
  }
}

.fixed {
  position: fixed;
  width: 100%;
  z-index: 1000;
}

.fixed li a {
  background-color: #fff;
  color: #333;
  transition: .5s;
}
@media (min-width: 992px) {
  .fixed li a {
    background-color: #fff !important;
    color: #000 !important;
    transition: 0;
  }
}

#gnav li a .fa-home::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\A\f015";
  white-space: pre;
  font-size: 1.6rem;
}
@media (min-width: 568px) {
  #gnav li a .fa-home::before {
    content: "\f015\00a0\00a0";
  }
}
@media (min-width: 992px) {
  #gnav li a .fa-home::before {
    content: "";
  }
}

#gnav li a .fa-about:after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\A\f107";
  white-space: pre;
  font-size: 1.3rem;
}
@media (min-width: 568px) {
  #gnav li a .fa-about:after {
    content: "\00a0\00a0\f107";
  }
}
@media (min-width: 992px) {
  #gnav li a .fa-about:after {
    content: "";
  }
}

#gnav li a .fa-school:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f303\A";
  white-space: pre;
  font-size: 1.6rem;
}
@media (min-width: 568px) {
  #gnav li a .fa-school:before {
    content: "\f303\00a0\00a0";
  }
}
@media (min-width: 992px) {
  #gnav li a .fa-school:before {
    content: "";
  }
}

#gnav li a .fa-admission:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f024\A";
  white-space: pre;
  font-size: 1.6rem;
}
@media (min-width: 568px) {
  #gnav li a .fa-admission:before {
    content: "\f024\00a0";
  }
}
@media (min-width: 992px) {
  #gnav li a .fa-admission:before {
    content: "";
  }
}

#gnav li a .fa-news:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f0e0\A";
  white-space: pre;
  font-size: 1.6rem;
}
@media (min-width: 568px) {
  #gnav li a .fa-news:before {
    content: "\f0e0\00a0\00a0";
  }
}
@media (min-width: 992px) {
  #gnav li a .fa-news:before {
    content: "";
  }
}

#g-nav {
  position: fixed;
  z-index: -1;
  opacity: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: #999;
  transition: all 0.3s;
}

#g-nav.panelactive {
  opacity: 1;
  z-index: 999;
}

#g-nav.panelactive #g-nav-list {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#g-nav ul {
  display: none;
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#g-nav.panelactive ul {
  display: block;
}

#g-nav li {
  list-style: none;
  text-align: center;
}

#g-nav li a {
  color: #333;
  text-decoration: none;
  padding: 10px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
}

.openbtn {
  position: fixed;
  z-index: 9999;
  top: 10px;
  right: 10px;
  cursor: pointer;
  width: 50px;
  height: 50px;
}

.openbtn span {
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
  background-color: #666;
  width: 45%;
}

.openbtn span:nth-of-type(1) {
  top: 15px;
}

.openbtn span:nth-of-type(2) {
  top: 23px;
}

.openbtn span:nth-of-type(3) {
  top: 31px;
}

.openbtn.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}

.slide {
  position: relative;
  width: 100%;
  height: 75vh;
  overflow: hidden;
}

.slide-image {
  z-index: -1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  animation: slider-1-anime 40s linear infinite;
}

.slide-image:nth-child(1) {
  background-image: url("../images/slider-1.jpg");
  animation-delay: -2s;
}

.slide-image:nth-child(2) {
  background-image: url("../images/slider-2.jpg");
  animation-delay: 6s;
}

.slide-image:nth-child(3) {
  background-image: url("../images/slider-3.jpg");
  animation-delay: 14s;
}

.slide-image:nth-child(4) {
  background-image: url("../images/slider-4.jpg");
  animation-delay: 22s;
}

.slide-image:nth-child(5) {
  background-image: url("../images/slider-5.jpg");
  animation-delay: 30s;
}

@keyframes slider-1-anime {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  2.5% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  25% {
    opacity: 0;
    transform: scale(1.2);
  }
  100% {
    opacity: 0;
  }
}
@media (min-width: 768px) {
  .imgbox_text {
    width: 50%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    opacity: 0.5;
    z-index: 10;
  }
}

.slide-text {
  width: 90%;
  position: absolute;
  top: 62%;
  left: 20px;
  transform: translateY(-50%) translateX(0);
  -webkit-transform: translateY(-50%) translateX(0);
}
@media (min-width: 992px) {
  .slide-text {
    left: 100px;
    top: 70%;
    width: 100%;
  }
}
.slide-text h2 {
  font-size: 2.1rem;
  font-weight: 600;
  color: #fff;
  letter-spacing: .2rem;
  margin-bottom: 20px;
  text-shadow: 4px 4px 15px #000;
}
@media (min-width: 768px) {
  .slide-text h2 {
    margin-bottom: 30px;
    font-size: 5.5rem;
    letter-spacing: .5rem;
  }
}
.slide-text p {
  font-size: 1.4rem;
  color: #fff;
  letter-spacing: .1rem;
  line-height: 1.6;
  text-shadow: 4px 4px 10px #000;
  font-weight: 600;
}
@media (min-width: 768px) {
  .slide-text p {
    font-size: 2.5rem;
    letter-spacing: .2rem;
  }
}

.slide-text-line {
  width: 50%;
  height: 1px;
  background-color: #fff;
}

.imp-infomation {
  position: absolute;
  z-index: 10;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  height: 140px;
  background-color: #c9a100;
  bottom: 0;
  left: 0;
}
@media (min-width: 768px) {
  .imp-infomation {
    height: 150px;
    padding: 0 15px;
  }
}
.imp-infomation .imp-info-title {
  width: 38%;
  float: left;
  padding: 12px;
  height: auto;
  position: relative;
}
@media (min-width: 768px) {
  .imp-infomation .imp-info-title {
    width: 28%;
    padding: 15px;
  }
}
@media (min-width: 768px) {
  .imp-infomation .imp-info-title {
    width: 20%;
  }
}
@media (min-width: 1200px) {
  .imp-infomation .imp-info-title {
    width: 15%;
  }
}
.imp-infomation .imp-info-title p {
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%) translateX(0);
  -webkit-transform: translateY(-50%) translateX(0);
  padding: 0 5px;
}
@media (min-width: 1200px) {
  .imp-infomation .imp-info-title p {
    color: #fff;
    font-size: 1.9rem;
  }
}
.imp-infomation .imp-info-title p:after {
  content: '';
  position: absolute;
  top: 50%;
  display: block;
  width: 50px;
  height: 1px;
  background-color: #fff;
  right: -40px;
}
.imp-infomation .imp-info-description {
  width: 100%;
}
@media (min-width: 768px) {
  .imp-infomation .imp-info-description {
    float: left;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .imp-infomation .imp-info-description {
    position: absolute;
    top: 50%;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%) translateX(0);
    -webkit-transform: translateY(-50%) translateX(0);
    border-bottom: none;
  }
}
@media (min-width: 1200px) {
  .imp-infomation .imp-info-description {
    width: 80%;
    margin-left: 3%;
    margin-right: 2%;
  }
}

.info-title {
  width: 100%;
  margin: 0 auto 10px auto;
  text-align: center;
}
@media (min-width: 768px) {
  .info-title {
    margin: 0 auto 0 auto;
  }
}
@media (min-width: 992px) {
  .info-title {
    margin: 0 auto 40px auto;
  }
}
.info-title h2 {
  border-top: 1px solid #222;
  border-bottom: 1px solid #222;
  padding: 20px 50px;
  font-size: 1.9rem;
  text-align: center;
  line-height: 2.2rem;
  font-weight: bold;
}
@media (min-width: 768px) {
  .info-title h2 {
    font-size: 3.0rem;
  }
}
.info-title span {
  font-size: 1.4rem;
  color: #777;
}

.info-box {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .info-box {
    margin-top: 0;
    margin-bottom: 10px;
  }
}

.info-page {
  font-size: 1.5rem;
  text-align: center;
  font-weight: 500;
  margin-top: 30px;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .info-page {
    text-align: right;
    font-size: 1.5rem;
    margin-top: 25px;
    margin-bottom: 0;
  }
}
.info-page a {
  text-decoration: none;
  color: #000;
  padding: 20px 5px;
}
.info-page a::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f138";
  padding-left: 6px;
}
.info-page a:hover {
  opacity: 0.5;
}

.post a dd {
  text-decoration: none;
  color: #373737 !important;
}
.post a dl:after {
  position: absolute;
  background: url("../images/arrow1.png");
  width: 15px;
  height: 15px;
  top: 50%;
  right: 0;
  display: block;
  content: '';
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%) translateX(0);
  -webkit-transform: translateY(-50%) translateX(0);
}
@media (min-width: 768px) {
  .post a dl:after {
    width: 17px;
    height: 17px;
    right: 10px;
  }
}
@media (min-width: 992px) {
  .post a dl:after {
    width: 20px;
    height: 20px;
    right: 15px;
  }
}
.post a dl:hover dd {
  text-decoration: underline;
}
.post a dl:hover {
  background-color: #f4f4f4;
  transition: .5s;
}
.post article:first-child dl {
  border-top: 2px dotted #adadad;
}
.post dl {
  position: relative;
  transition: .6s;
  background-color: transparent;
  float: left;
  width: 100%;
  padding: 20px 18px 20px 0;
  margin-bottom: 0;
  border-bottom: 2px dotted #adadad;
}
@media (min-width: 768px) {
  .post dl {
    padding: 20px 40px 20px 10px;
  }
}
@media (min-width: 992px) {
  .post dl {
    display: flex;
    align-items: center;
    padding: 23px 15px;
  }
}
@media (min-width: 1200px) {
  .post dl {
    padding: 35px 20px 35px 10px;
  }
}
.post dt {
  width: 100%;
  float: left;
}
@media (min-width: 992px) {
  .post dt {
    width: 30%;
  }
}
.post dd {
  float: left;
  margin-top: 10px;
  margin-left: 83px;
  color: #373737;
  font-size: 1.3rem;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .post dd {
    margin-left: 93px;
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  .post dd {
    margin: 0;
    width: 65%;
  }
}
.post time {
  font-size: 1.3rem;
  float: left;
  margin-top: 3px;
  width: 74px;
  color: #373737;
  font-weight: 600;
}
@media (min-width: 768px) {
  .post time {
    font-size: 1.5rem;
    width: 83px;
  }
}
@media (min-width: 992px) {
  .post time {
    font-size: 1.6rem;
    width: 40%;
  }
}

.post a dd {
  text-decoration: none;
  color: #373737 !important;
}
.post a dl:after {
  position: absolute;
  background: url("../images/arrow1.png");
  width: 15px;
  height: 15px;
  top: 50%;
  right: 0;
  display: block;
  content: '';
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%) translateX(0);
  -webkit-transform: translateY(-50%) translateX(0);
}
@media (min-width: 768px) {
  .post a dl:after {
    width: 17px;
    height: 17px;
    right: 10px;
  }
}
@media (min-width: 992px) {
  .post a dl:after {
    width: 20px;
    height: 20px;
    right: 15px;
  }
}
.post a dl:hover dd {
  text-decoration: underline;
}
.post a dl:hover {
  background-color: #f4f4f4;
  transition: .5s;
}
.post article:first-child dl {
  border-top: 2px dotted #adadad;
}
.post dl {
  position: relative;
  transition: .6s;
  background-color: transparent;
  float: left;
  width: 100%;
  padding: 20px 18px 20px 0;
  margin-bottom: 0;
  border-bottom: 2px dotted #adadad;
}
@media (min-width: 768px) {
  .post dl {
    padding: 20px 40px 20px 10px;
  }
}
@media (min-width: 992px) {
  .post dl {
    display: flex;
    align-items: center;
    padding: 23px 15px;
  }
}
@media (min-width: 1200px) {
  .post dl {
    padding: 35px 20px 35px 10px;
  }
}
.post dt {
  width: 100%;
  float: left;
}
@media (min-width: 992px) {
  .post dt {
    width: 30%;
  }
}
.post dd {
  float: left;
  margin-top: 10px;
  margin-left: 83px;
  color: #373737;
  font-size: 1.3rem;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .post dd {
    margin-left: 93px;
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  .post dd {
    margin: 0;
    width: 65%;
  }
}
.post time {
  font-size: 1.3rem;
  float: left;
  margin-top: 3px;
  width: 74px;
  color: #373737;
}
@media (min-width: 768px) {
  .post time {
    font-size: 1.5rem;
    width: 83px;
  }
}
@media (min-width: 992px) {
  .post time {
    font-size: 1.6rem;
    width: 40%;
  }
}

.post-imp {
  background-color: #fff;
  border-radius: 5px;
  width: 90%;
  margin: 0 auto;
}
.post-imp article {
  width: 100%;
  padding: 7px 15px;
}
@media (min-width: 768px) {
  .post-imp article {
    padding: 15px 20px;
  }
}
.post-imp a {
  text-decoration: none;
  color: #373737 !important;
}
.post-imp a dl:hover {
  text-decoration: underline;
  transition: .1s;
}
.post-imp a dl:after {
  position: absolute;
  background: url("../images/arrow1.png");
  width: 15px;
  height: 15px;
  top: 50%;
  right: 0;
  display: block;
  content: '';
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%) translateX(0);
  -webkit-transform: translateY(-50%) translateX(0);
}
@media (min-width: 768px) {
  .post-imp a dl:after {
    width: 17px;
    height: 17px;
    right: 10px;
  }
}
@media (min-width: 992px) {
  .post-imp a dl:after {
    width: 20px;
    height: 20px;
    right: 15px;
  }
}
.post-imp a dl:hover dd {
  text-decoration: underline;
}
.post-imp a dl:hover {
  transition: .5s;
}
.post-imp dl {
  margin: 0 0 0 0;
  position: relative;
  padding-right: 20px;
}
.post-imp dt {
  width: 100%;
  float: left;
  margin-bottom: 6px;
}
@media (min-width: 992px) {
  .post-imp dt {
    margin-top: 2px;
    width: 30%;
  }
}
@media (min-width: 1600px) {
  .post-imp dt {
    width: 30%;
  }
}
.post-imp dd {
  line-height: 160%;
  height: calc(1.6em * 2);
  width: 100%;
  font-size: 1.3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 0;
  font-weight: 600;
}
@media (min-width: 768px) {
  .post-imp dd {
    margin-left: 93px;
    font-size: 1.4rem;
  }
}
@media (min-width: 992px) {
  .post-imp dd {
    margin: 0 0 0 0;
    width: 70%;
    font-size: 1.5rem;
  }
}
@media (min-width: 1600px) {
  .post-imp dd {
    margin: 0 0 0 3%;
    width: 67%;
  }
}
.post-imp time {
  font-weight: 600;
  font-size: 1.3rem;
  float: left;
  margin-top: 5px;
  width: 74px;
  color: #373737;
}
@media (min-width: 768px) {
  .post-imp time {
    font-size: 1.4rem;
    width: 83px;
    margin-top: 4px;
  }
}
@media (min-width: 992px) {
  .post-imp time {
    font-size: 1.5rem;
    width: 120px;
  }
}

.news-page-title {
  margin-bottom: 20px;
  margin-left: 20px;
}
.news-page-title h2 {
  font-size: 4.0rem;
  font-weight: bold;
}

.news-icon:before {
  content: "お知らせ";
  background-color: #748e47;
  color: #fff;
  padding: 5px 0;
  border-radius: 3px;
  margin-left: 10px;
  font-size: 1.2rem;
  width: 100px;
  text-align: center;
  float: left;
}
@media (min-width: 768px) {
  .news-icon:before {
    font-size: 1.3rem;
    padding: 5px 0;
    width: 120px;
  }
}
@media (min-width: 1400px) {
  .news-icon:before {
    margin-left: 0;
  }
}

.otayori-icon:before {
  content: "おたより";
  background-color: #6dbdc0;
  color: #fff;
  padding: 5px 0;
  border-radius: 3px;
  margin-left: 10px;
  font-size: 1.2rem;
  width: 100px;
  text-align: center;
  float: left;
  font-weight: 600;
}
@media (min-width: 768px) {
  .otayori-icon:before {
    font-size: 1.3rem;
    padding: 5px 0;
    width: 120px;
  }
}
@media (min-width: 1400px) {
  .otayori-icon:before {
    margin-left: 0;
  }
}

.kyogi-icon:before {
  content: "競技大会";
  background-color: #e8b656;
  color: #fff;
  padding: 3px 0;
  border-radius: 3px;
  margin-left: 10px;
  font-size: 1.2rem;
  width: 100px;
  text-align: center;
  float: left;
  font-weight: 600;
}
@media (min-width: 768px) {
  .kyogi-icon:before {
    font-size: 1.3rem;
    padding: 3px 0;
    width: 100px;
  }
}
@media (min-width: 1400px) {
  .kyogi-icon:before {
    width: 46%;
    margin-left: 0;
    margin-top: 2px;
  }
}

.kentei-icon:before {
  content: "検定試験";
  background-color: #e8b656;
  color: #fff;
  padding: 3px 0;
  border-radius: 3px;
  margin-left: 10px;
  font-size: 1.2rem;
  width: 100px;
  text-align: center;
  float: left;
}
@media (min-width: 768px) {
  .kentei-icon:before {
    font-size: 1.3rem;
    padding: 3px 0;
    width: 100px;
  }
}
@media (min-width: 1400px) {
  .kentei-icon:before {
    width: 46%;
    margin-left: 0;
    margin-top: 2px;
  }
}

.information-list {
  margin-top: 10px;
  margin-right: 10px;
}
@media (min-width: 768px) {
  .information-list {
    margin-right: 15px;
    margin-top: 150px;
  }
}
.information-list a {
  float: left;
  position: relative;
  padding: 5px 10px;
  display: inline-block;
  font-size: 1.1rem;
  border-radius: 100vh;
  color: #373737;
  transition: .3s;
  width: 90px;
}
@media (min-width: 768px) {
  .information-list a {
    font-size: 1.3rem;
    width: 115px;
  }
}
@media (min-width: 992px) {
  .information-list a {
    font-size: 1.3rem;
  }
}
.information-list a:hover {
  font-weight: 500;
}

.information-list a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  height: 1px;
  background: #000;
  width: 15px;
}
@media (min-width: 768px) {
  .information-list a:after {
    right: 5px;
    width: 20px;
  }
}

.information-list a:before {
  content: '';
  position: absolute;
  bottom: 11px;
  right: 0;
  width: 6px;
  height: 1px;
  background: #000;
  transform: rotate(35deg);
  transition: right 0.3s;
}
@media (min-width: 768px) {
  .information-list a:before {
    bottom: 14px;
    right: 5px;
    width: 10px;
  }
}

.information-list a:hover:after {
  right: -10px;
}
@media (min-width: 768px) {
  .information-list a:hover:after {
    right: -10px;
  }
}

.information-list a:hover:before {
  right: -10px;
}
@media (min-width: 768px) {
  .information-list a:hover:before {
    right: -10px;
  }
}

.is-hide {
  display: none;
}

.category-tab {
  display: table;
  table-layout: fixed;
  text-align: center;
  width: 100%;
  margin-bottom: 0;
}
.category-tab li {
  background-color: #90c9cc;
  border-right: 2px solid #fff;
  display: table-cell;
  vertical-align: middle;
  font-size: 1.4rem;
  color: #fff;
  text-decoration: none;
  padding: 12px 0 4px 0;
  cursor: pointer;
  transition: ease 0.2s opacity;
}
@media (min-width: 768px) {
  .category-tab li {
    font-size: 1.6rem;
    padding: 15px 0 7px 0;
    border-right: 8px solid #fff;
  }
}
@media (min-width: 992px) {
  .category-tab li {
    font-size: 1.8rem;
    padding: 20px 0 12px 0;
    border-right: 10px solid #fff;
  }
}
.category-tab li:first-child {
  border-left: 2px solid #fff;
}
@media (min-width: 768px) {
  .category-tab li:first-child {
    border-left: 8px solid #fff;
  }
}
@media (min-width: 768px) {
  .category-tab li:first-child {
    border-left: 10px solid #fff;
  }
}
.category-tab li:hover {
  background-color: #d7e9ea;
  color: #000;
}
.category-tab li:after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\A\f107";
  white-space: pre;
  font-size: 1.6rem;
}

.search {
  border-bottom: 15px solid #d7e9ea;
}
.search br {
  display: block;
}
@media (min-width: 414px) {
  .search br {
    display: none;
  }
}

.is-active {
  background-color: #d7e9ea !important;
  color: #000 !important;
}

#footer-title {
  width: 100%;
  margin: 40px auto;
}
@media (min-width: 768px) {
  #footer-title {
    width: 400px;
    margin: 0 auto 15px;
  }
}
@media (min-width: 992px) {
  #footer-title {
    margin: 0;
    width: 400px;
  }
}
#footer-title a {
  display: flex;
  align-items: center;
  background: url("../images/footer-logo.png?20241129") no-repeat left top;
  height: 0;
  background-size: contain;
  padding-top: 11.11111%;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.footer-title-sub {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .footer-title-sub {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .footer-title-sub {
    margin-bottom: 0;
  }
}
.footer-title-sub p {
  font-size: 1.3rem;
  margin-bottom: 3px;
  color: #373737;
  font-weight: 600;
}
@media (min-width: 768px) {
  .footer-title-sub p {
    font-size: 1.3rem;
    margin-bottom: 2px;
  }
}

.copyright p {
  font-size: 1.1rem;
  margin-top: 20px;
  color: #555;
  line-height: 1.6;
  text-align: center;
}
@media (min-width: 768px) {
  .copyright p {
    text-align: right;
    font-size: 1.3rem;
    margin: 0;
  }
}

#pageTop {
  font-size: 2.2em;
  text-decoration: none;
  font-weight: bold;
  background-color: #e98383;
  border: 2px solid #fff;
  color: #fff;
  padding: 11px 13px 11px 13px;
  position: fixed;
  bottom: 17px;
  right: 17px;
  top: auto;
  left: auto;
  z-index: 100;
}
@media (min-width: 768px) {
  #pageTop {
    font-size: 2.8em;
    padding: 15px 18px 15px 18px;
    bottom: 20px;
    right: 20px;
    border-radius: 50%;
  }
}
@media (min-width: 1200px) {
  #pageTop {
    font-size: 3.8em;
    padding: 17px 20px 17px 20px;
    border-radius: 50%;
    bottom: 20px;
    right: 20px;
  }
}
#pageTop span {
  display: block;
  overflow: hidden;
  transition-duration: 0.5s;
}
#pageTop:hover {
  transform: scale(1.3);
  transition-duration: 0.5s;
}

.footer-gnav {
  overflow: hidden;
  position: relative;
}
.footer-gnav p {
  color: #373737;
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 1.7rem;
}
.footer-gnav ul {
  list-style: none;
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
  margin-bottom: 30px;
}
.footer-gnav li {
  position: relative;
  margin: 0 5px;
}
.footer-gnav li::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f054";
  color: #555;
}
.footer-gnav li a {
  font-size: 1.2rem;
  line-height: 1.6;
  text-decoration: none;
  padding: 8px 5px;
  display: block;
  color: #555;
  position: relative;
  display: inline-block;
  transition: .3s;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .footer-gnav li a {
    padding: 8px 5px;
    font-size: 1.4rem;
  }
}
@media (min-width: 768px) {
  .footer-gnav li a br {
    display: none;
  }
}
.footer-gnav li a::after {
  position: absolute;
  bottom: 0px;
  left: 50%;
  content: '';
  width: 0;
  height: 1px;
  background-color: #555;
  transition: .3s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.footer-gnav li a:hover::after {
  width: 100%;
}
.footer-gnav li a:hover {
  color: #555;
}

.footer-gnav-2 {
  overflow: hidden;
  margin-bottom: 30px;
}
.footer-gnav-2 p {
  color: #c9a100;
  font-weight: 600;
  margin: 0 0 15px 0;
  font-size: 1.5rem;
  position: relative;
  display: block;
}
@media (min-width: 768px) {
  .footer-gnav-2 p {
    padding-right: 60px;
    display: inline-block;
    font-size: 1.6rem;
    margin-bottom: 25px;
  }
}
.footer-gnav-2 p:after {
  content: '';
  position: absolute;
  top: 50%;
  display: block;
  width: 85px;
  height: 1px;
  background-color: #c9a100;
  right: 0;
}
@media (min-width: 768px) {
  .footer-gnav-2 p:after {
    display: inline-block;
    width: 45px;
  }
}
.footer-gnav-2 ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
.footer-gnav-2 li {
  margin-bottom: 30px;
  display: list-item;
  float: none;
}
.footer-gnav-2 li a {
  font-size: 1.2rem;
  line-height: 1.6;
  background-color: #c9a100;
  border: 1px solid #c9a100;
  text-decoration: none;
  padding: 8px 20px;
  color: #fff;
  border-radius: 5px;
  transition: .3s;
}
@media (min-width: 768px) {
  .footer-gnav-2 li a {
    padding: 10px 40px;
    font-size: 1.5rem;
  }
}
.footer-gnav-2 li a::after {
  font: var(--fa-font-solid);
  content: "\00a0\00a0\f0da";
}
.footer-gnav-2 li a:hover {
  color: #c9a100;
  background-color: #fff;
}

.footer-sub {
  border-top: 1px solid #555;
  width: 100%;
  padding-top: 20px;
  color: #555;
  font-size: 1.3rem;
}
@media (min-width: 768px) {
  .footer-sub {
    font-size: 1.4rem;
  }
  .footer-sub br {
    display: none;
  }
  .footer-sub span::after {
    content: "\00a0\00a0|\00a0\00a0";
  }
}

.footer-contact ul {
  display: table;
}
.footer-contact ul li {
  display: table-cell;
  float: left;
  font-size: 1.2rem;
  margin-bottom: 20px;
  margin-right: 20px;
  line-height: 1.6;
}
.footer-contact ul li a {
  color: #555;
  padding: 5px;
}
.footer-contact ul li a:hover {
  text-decoration: underline;
}

.footer-blog-icon {
  display: inline-block;
  width: 23px;
  height: 23px;
  margin-bottom: -1px;
  background-image: url("../images/blog.png"), url("../images/blog-hover.png");
  background-size: cover,0 0;
}
@media (min-width: 768px) {
  .footer-blog-icon {
    width: 25px;
    height: 25px;
    margin-bottom: -2px;
  }
}
.footer-blog-icon::before, .footer-blog-icon::after {
  content: "";
}
.footer-blog-icon:hover {
  background-size: 0 0,cover;
}

.title-address {
  width: 100%;
  margin-top: 50px;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .title-address {
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 0 20px;
    margin-top: 0;
  }
}

.address {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .address {
    margin-left: 100px;
    margin-bottom: 0;
  }
}
.address p {
  margin-bottom: 0;
  line-height: 1.6;
}
.address .address-sub {
  font-size: 1.2rem;
  color: #555;
  margin-top: 10px;
}

.footer-sns-card {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-left: 2px solid #748e47;
  border-right: 2px solid #748e47;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .footer-sns-card {
    border-left: 0;
    border-right: 0;
    border-top: 1px solid #748e47;
    border-bottom: 1px solid #748e47;
    padding: 30px 0;
  }
}

.footer-flex-2 {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}

.footer-sns-card-1-1 {
  text-align: center;
  width: 400px;
}
@media (min-width: 768px) {
  .footer-sns-card-1-1 {
    text-align: left;
  }
}

.footer-sns-card-1-sns {
  width: 300px;
}

.footer-sns-card-content-sub h4 {
  font-size: 1.8rem;
  font-weight: 500;
  position: relative;
  display: inline-block;
  color: #373737;
  padding: 10px 0;
}
@media (min-width: 768px) {
  .footer-sns-card-content-sub h4 {
    font-size: 1.8rem;
    padding: 0 0 10px 0;
  }
}

.footer-sns-card-content-sub-text {
  padding: 10px 0 10px 30px;
}
@media (min-width: 768px) {
  .footer-sns-card-content-sub-text {
    padding: 0;
  }
}
.footer-sns-card-content-sub-text p {
  font-size: 1.2rem;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .footer-sns-card-content-sub-text p {
    font-size: 1.3rem;
  }
}

.footer-sns-card-icon {
  text-align: center;
}
.footer-sns-card-icon i {
  font-size: 4.0rem;
}
@media (min-width: 768px) {
  .footer-sns-card-icon i {
    font-size: 5.0rem;
  }
}
.footer-sns-card-icon a:hover {
  color: #999;
}

.br-s-gt br {
  display: none;
}
@media (min-width: 375px) {
  .br-s-gt br {
    display: block !important;
  }
}

.br-md-gt br {
  display: none;
}
@media (min-width: 768px) {
  .br-md-gt br {
    display: block !important;
  }
}

.br-lg-gt br {
  display: none;
}
@media (min-width: 992px) {
  .br-lg-gt br {
    display: block !important;
  }
}

.br-xl-gt br {
  display: none;
}
@media (min-width: 1200px) {
  .br-xl-gt br {
    display: block !important;
  }
}

.br-s-lt br {
  display: block;
}
@media (min-width: 374px) {
  .br-s-lt br {
    display: none !important;
  }
}

.br-md-lt br {
  display: block;
}
@media (min-width: 767px) {
  .br-md-lt br {
    display: none !important;
  }
}

.br-lg-lt br {
  display: block;
}
@media (min-width: 991px) {
  .br-lg-lt br {
    display: none !important;
  }
}

.br-xl-lt br {
  display: block;
}
@media (min-width: 1199px) {
  .br-xl-lt br {
    display: none !important;
  }
}

.box-1 {
  padding: 10px 10px;
  background-color: #f4f4f4;
  border-radius: 10px;
  z-index: -100;
}
@media (min-width: 768px) {
  .box-1 {
    padding: 30px;
  }
}

.box-2 {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px 30px 5px 30px;
}

.box-3 {
  padding: 20px 15px;
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 40px;
  box-shadow: 7px 7px 14px #c4bcab, -7px -7px 14px #f0e9db;
}
.box-3:hover {
  box-shadow: 0 0 2px #a0b4b9;
}
@media (min-width: 768px) {
  .box-3 {
    padding: 30px;
    margin-bottom: 10px;
  }
}

.box-4 {
  padding: 20px;
  border-radius: 10px;
  border: 3px solid #2a2a2a;
}
@media (min-width: 768px) {
  .box-4 {
    padding: 80px 0 30px 0;
  }
}

.btn-sub {
  font-size: 1.3rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
  color: #373737;
}
@media (min-width: 768px) {
  .btn-sub {
    font-size: 1.5rem;
  }
}

.btn-sub:before {
  margin-right: 1rem;
  content: '＼';
}

.btn-sub:after {
  margin-left: 1rem;
  content: '／';
}

.button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 20px;
  transition: 0.3s ease-in-out;
  border-top: 1px solid #58626c;
  border-bottom: 1px solid #58626c;
  position: relative;
  background-color: #fff;
}
@media (min-width: 768px) {
  .button {
    padding: 40px 40px;
  }
}
.button:hover {
  background: #58626c;
}
.button:hover p {
  color: #FFF;
}
.button:hover .arrow1 {
  border: 1px solid #fff;
  right: -10px;
}
.button:hover .arrow1::before {
  background-color: #fff;
}
.button:hover .arrow1::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.button::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -6px;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #c9a100;
}
@media (min-width: 768px) {
  .button::before {
    bottom: -8px;
  }
}
.button p {
  color: #58626c;
  font-size: 1.5rem;
  margin: 0;
  line-height: 0;
}
@media (min-width: 768px) {
  .button p {
    font-size: 1.7rem;
  }
}

.button1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 20px;
  transition: 0.3s ease-in-out;
  border-top: 1px solid #58626c;
  border-bottom: 1px solid #58626c;
  position: relative;
  background-color: #fff;
  white-space: normal;
}
@media (min-width: 768px) {
  .button1 {
    padding: 20px 20px;
    width: 65%;
  }
}
@media (min-width: 992px) {
  .button1 {
    width: 55%;
  }
}
.button1:hover {
  background: #58626c;
}
.button1:hover p {
  color: #FFF;
}
.button1:hover .arrow1 {
  border: 1px solid #fff;
  right: -10px;
}
.button1:hover .arrow1::before {
  background-color: #fff;
}
.button1:hover .arrow1::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.button1::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -6px;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #58626c;
}
@media (min-width: 768px) {
  .button1::before {
    bottom: -8px;
  }
}
.button1 p {
  color: #58626c;
  font-size: 1.5rem;
  margin: 0;
  line-height: 0;
}
@media (min-width: 768px) {
  .button1 p {
    font-size: 1.7rem;
  }
}

.button2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 20px;
  transition: 0.3s ease-in-out;
  border-top: 1px solid #58626c;
  border-bottom: 1px solid #58626c;
  position: relative;
  background-color: #58626c;
  white-space: normal;
}
@media (min-width: 768px) {
  .button2 {
    padding: 20px 20px;
    width: 65%;
  }
}
@media (min-width: 992px) {
  .button2 {
    width: 55%;
  }
}
.button2 .arrow1 {
  border: 1px solid #fff;
}
.button2 .arrow1::before {
  background-color: #fff;
}
.button2 .arrow1::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.button2:hover {
  background: #fff;
}
.button2:hover p {
  color: #58626c;
}
.button2:hover .arrow1 {
  border: 1px solid #58626c;
  right: -10px;
}
.button2:hover .arrow1::before {
  background-color: #58626c;
}
.button2:hover .arrow1::after {
  border-top: 1px solid #58626c;
  border-right: 1px solid #58626c;
}
.button2::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -6px;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #58626c;
}
@media (min-width: 768px) {
  .button2::before {
    bottom: -8px;
  }
}
.button2 p {
  color: #fff;
  font-size: 1.5rem;
  margin: 0;
  line-height: 0;
}
@media (min-width: 768px) {
  .button2 p {
    font-size: 1.7rem;
  }
}

.button-1 a {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: auto;
  width: 100%;
  padding: 15px 0;
  text-decoration: none;
  color: #333;
  transition: 0.3s ease-in-out;
  font-weight: 400;
  font-size: 1.7rem;
  border: 2px solid #c9a100;
  color: #fff;
  background: linear-gradient(to right, #c9a100 50%, #fff 50%);
  background-size: 200% auto;
}
@media (min-width: 768px) {
  .button-1 a {
    font-size: 2.0rem;
    padding: 25px 25px;
  }
}

.button-1 a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  height: 2px;
  background: #fff;
  width: 30px;
}
@media (min-width: 768px) {
  .button-1 a:after {
    right: 20px;
    width: 50px;
  }
}

.button-1 a:hover:after {
  background: #c9a100;
  right: -10px;
}
@media (min-width: 768px) {
  .button-1 a:hover:after {
    right: -25px;
  }
}

.button-1 a:before {
  content: "";
  position: absolute;
  right: -8px;
  bottom: -8px;
  width: 100%;
  height: 100%;
  border-right: 2px solid #c9a100;
  border-bottom: 2px solid #c9a100;
}

.button-1 a:hover {
  color: #c9a100;
  background-position: -100% 0;
}

.button-2 a {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: auto;
  width: 100%;
  padding: 15px 0;
  text-decoration: none;
  color: #333;
  transition: 0.3s ease-in-out;
  font-weight: 400;
  font-size: 1.7rem;
  border: 2px solid #719c8b;
  color: #fff;
  background: linear-gradient(to right, #719c8b 50%, #fff 50%);
  background-size: 200% auto;
}
@media (min-width: 768px) {
  .button-2 a {
    font-size: 2.0rem;
    padding: 25px 25px;
  }
}

.button-2 a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  height: 2px;
  background: #fff;
  width: 30px;
}
@media (min-width: 768px) {
  .button-2 a:after {
    right: 20px;
    width: 50px;
  }
}

.button-2 a:hover:after {
  background: #719c8b;
  right: -10px;
}
@media (min-width: 768px) {
  .button-2 a:hover:after {
    right: -25px;
  }
}

.button-2 a:before {
  content: "";
  position: absolute;
  right: -8px;
  bottom: -8px;
  width: 100%;
  height: 100%;
  border-right: 2px solid #719c8b;
  border-bottom: 2px solid #719c8b;
}

.button-2 a:hover {
  color: #719c8b;
  background-position: -100% 0;
}

.button-3 a {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: auto;
  width: 100%;
  padding: 15px 0;
  text-decoration: none;
  color: #333;
  transition: 0.3s ease-in-out;
  font-weight: 600;
  font-size: 1.7rem;
  border: 2px solid #5b72a2;
  color: #fff;
  background: linear-gradient(to right, #5b72a2 50%, #fff 50%);
  background-size: 200% auto;
}
@media (min-width: 768px) {
  .button-3 a {
    font-size: 2.0rem;
    padding: 25px 25px;
  }
}

.button-3 a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  height: 2px;
  background: #fff;
  width: 30px;
}
@media (min-width: 768px) {
  .button-3 a:after {
    right: 20px;
    width: 50px;
  }
}

.button-3 a:hover:after {
  background: #5b72a2;
  right: -10px;
}
@media (min-width: 768px) {
  .button-3 a:hover:after {
    right: -25px;
  }
}

.button-3 a:before {
  content: "";
  position: absolute;
  right: -8px;
  bottom: -8px;
  width: 100%;
  height: 100%;
  border-right: 2px solid #5b72a2;
  border-bottom: 2px solid #5b72a2;
}

.button-3 a:hover {
  color: #5b72a2;
  background-position: -100% 0;
}

.button-4 a {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: auto;
  width: 100%;
  padding: 15px 0;
  text-decoration: none;
  color: #333;
  transition: 0.3s ease-in-out;
  font-weight: 400;
  font-size: 1.7rem;
  border: 2px solid #719c8b;
  color: #fff;
  background: linear-gradient(to right, #719c8b 50%, #fff 50%);
  background-size: 200% auto;
}
@media (min-width: 768px) {
  .button-4 a {
    font-size: 2.0rem;
    padding: 25px 25px;
  }
}

.button-4 a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  height: 2px;
  background: #fff;
  width: 30px;
}
@media (min-width: 768px) {
  .button-4 a:after {
    right: 20px;
    width: 50px;
  }
}

.button-4 a:hover:after {
  background: #719c8b;
  right: -10px;
}
@media (min-width: 768px) {
  .button-4 a:hover:after {
    right: -25px;
  }
}

.button-4 a:before {
  content: "";
  position: absolute;
  right: -8px;
  bottom: -8px;
  width: 100%;
  height: 100%;
  border-right: 2px solid #719c8b;
  border-bottom: 2px solid #719c8b;
}

.button-4 a:hover {
  color: #719c8b;
  background-position: -100% 0;
}

.tag-1 {
  background-color: #314a7e;
  color: #fff;
  padding: 1px 10px;
  margin-right: 10px;
  border-radius: 2px;
  white-space: nowrap;
  font-weight: 500;
}

.tag-2 {
  background-color: #d89b09;
  color: #fff;
  padding: 1px 10px;
  margin-right: 10px;
  border-radius: 2px;
  white-space: nowrap;
  font-weight: 500;
}

.tag-3 {
  background-color: #7ecef4;
  color: #fff;
  padding: 2px 10px;
  margin-right: 10px;
  border-radius: 2px;
  white-space: nowrap;
  font-weight: 500;
}

.tag-4 {
  background-color: #f29b76;
  color: #fff;
  padding: 2px 10px;
  margin-right: 10px;
  border-radius: 2px;
  white-space: nowrap;
  font-weight: 500;
}

.db-sm-gt {
  display: none;
}
@media (min-width: 576px) {
  .db-sm-gt {
    display: block !important;
  }
}

.db-md-gt {
  display: none;
}
@media (min-width: 768px) {
  .db-md-gt {
    display: block !important;
  }
}

.db-lg-gt {
  display: none;
}
@media (min-width: 992px) {
  .db-lg-gt {
    display: block !important;
  }
}

.db-xl-gt {
  display: none;
}
@media (min-width: 1200px) {
  .db-xl-gt {
    display: block !important;
  }
}

.db-sm-lt {
  display: block;
}
@media (min-width: 575px) {
  .db-sm-lt {
    display: none !important;
  }
}

.db-md-lt {
  display: block;
}
@media (min-width: 767px) {
  .db-md-lt {
    display: none !important;
  }
}

.db-lg-lt {
  display: block;
}
@media (min-width: 991px) {
  .db-lg-lt {
    display: none !important;
  }
}

.db-xl-lt {
  display: block;
}
@media (min-width: 1199px) {
  .db-xl-lt {
    display: none !important;
  }
}

.terms-page ul {
  margin-left: 10px;
}
@media (min-width: 768px) {
  .terms-page ul {
    margin-left: 30px;
  }
}
.terms-page ul > li {
  margin-bottom: 30px;
}
.terms-page h4 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-left: 10px;
}

.terms-section {
  margin-top: 80px;
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.terms-section:after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background-color: #555;
  display: block;
  margin-left: 20px;
}
@media (min-width: 768px) {
  .terms-section:after {
    margin-left: 30px;
  }
}
.terms-section h3 {
  font-size: 1.6rem;
  font-weight: 400;
  color: #000;
}
@media (min-width: 768px) {
  .terms-section h3 {
    font-size: 1.9rem;
  }
}
@media (min-width: 992px) {
  .terms-section h3 {
    font-size: 2.0rem;
  }
}
@media (min-width: 1200px) {
  .terms-section h3 {
    font-size: 2.3rem;
  }
}

.section-title-top {
  margin: 50px 0 30px 0;
  position: relative;
}
@media (min-width: 768px) {
  .section-title-top {
    margin: 50px 0 50px 0;
  }
}
@media (min-width: 992px) {
  .section-title-top {
    margin: 70px 0 50px 0;
  }
}
@media (min-width: 1200px) {
  .section-title-top {
    margin: 90px 0 50px 0;
  }
}
.section-title-top h2 {
  text-align: center;
  font-size: 1.9rem;
  font-weight: bold;
  color: #252525;
  line-height: 3.0rem;
}
.section-title-top h2 br {
  display: block;
}
@media (min-width: 768px) {
  .section-title-top h2 br {
    display: none;
  }
}
@media (min-width: 375px) {
  .section-title-top h2 {
    font-size: 1.8rem;
  }
}
@media (min-width: 768px) {
  .section-title-top h2 {
    font-size: 2.3rem;
  }
}
@media (min-width: 992px) {
  .section-title-top h2 {
    font-size: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .section-title-top h2 {
    font-size: 3.0rem;
  }
}

.section-title {
  margin-bottom: 30px;
  position: relative;
}
@media (min-width: 768px) {
  .section-title {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .section-title {
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .section-title {
    margin-bottom: 30px;
  }
}
.section-title h2 {
  text-align: center;
  font-size: 1.9rem;
  font-weight: bold;
  color: #252525;
  line-height: 3.0rem;
}
.section-title h2 br {
  display: block;
}
@media (min-width: 768px) {
  .section-title h2 br {
    display: none;
  }
}
@media (min-width: 375px) {
  .section-title h2 {
    font-size: 1.8rem;
  }
}
@media (min-width: 768px) {
  .section-title h2 {
    font-size: 2.3rem;
  }
}
@media (min-width: 992px) {
  .section-title h2 {
    font-size: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .section-title h2 {
    font-size: 2.7rem;
  }
}

.section-title-line {
  display: flex;
  align-items: center;
}

.section-title-line:before, .section-title-line:after {
  content: "";
  flex-grow: 1;
  height: 3px;
  display: block;
}

.section-title-line:before {
  margin-right: 10px;
  background: linear-gradient(0deg, #252525, #252525);
}
@media (min-width: 768px) {
  .section-title-line:before {
    margin-right: 60px;
  }
}

.section-title-line:after {
  margin-left: 10px;
  background: linear-gradient(0deg, #252525, #252525);
}
@media (min-width: 768px) {
  .section-title-line:after {
    margin-left: 60px;
  }
}

.para-wall-title {
  width: 250px;
  position: absolute;
  top: 220px;
  left: 50%;
  margin: 0 auto;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  background-color: #fff;
  text-align: center;
  padding: 15px 0 30px 0;
  border-radius: 10px 10px 0 0;
}
@media (min-width: 768px) {
  .para-wall-title {
    top: 270px;
    width: 350px;
  }
}
@media (min-width: 992px) {
  .para-wall-title {
    transform: translateY(-50%) translateX(0);
    -webkit-transform: translateY(-50%) translateX(0);
    width: 51%;
    padding: 50px 20px;
    left: 0;
    top: 320px;
    margin: 0;
    border-radius: 0;
  }
}
@media (min-width: 1200px) {
  .para-wall-title {
    top: 420px;
    padding: 60px 20px;
    width: 48%;
  }
}
.para-wall-title img {
  width: 100px;
}

.para-wall-title-1 {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 60px;
}
@media (min-width: 1200px) {
  .para-wall-title-1 {
    margin-bottom: 100px;
  }
}
.para-wall-title-1 img {
  width: 150px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .para-wall-title-1 img {
    width: 200px;
  }
}

.para-wall-title-2 {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 60px;
}
@media (min-width: 1200px) {
  .para-wall-title-2 {
    margin-bottom: 100px;
  }
}
.para-wall-title-2 img {
  width: 30px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .para-wall-title-2 img {
    width: 40px;
  }
}

.para-wall-title-3 {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 60px;
}
@media (min-width: 1200px) {
  .para-wall-title-3 {
    margin-bottom: 100px;
  }
}
.para-wall-title-3 img {
  width: 80px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .para-wall-title-3 img {
    width: 110px;
  }
}

.map {
  width: 100%;
  height: 300px;
}
@media (min-width: 768px) {
  .map {
    height: 400px;
  }
}

.faq-box {
  margin-bottom: 50px;
}
.faq-box ul {
  width: 100%;
}
.faq-box li {
  font-size: 1.7rem;
  padding: 10px;
  margin-bottom: 50px;
  background-color: #f8f8f8;
  box-shadow: 5px 5px #f0f0f0;
  border-radius: 10px;
  padding: 20px;
}
@media (min-width: 768px) {
  .faq-box li {
    font-size: 2.0rem;
    margin-bottom: 60px;
  }
}
.faq-box h3 {
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 20px;
  color: #333;
  padding-left: 35px;
}
.faq-box h3:before {
  font-weight: 500;
  content: "Q.";
  font-size: 2.5rem;
  color: #18429f;
  float: left;
  margin-top: -8px;
  margin-left: -40px;
}
@media (min-width: 768px) {
  .faq-box h3 {
    font-size: 2.0rem;
    margin-bottom: 30px;
  }
}
.faq-box ul li ul li {
  font-size: 1.5rem;
  line-height: 1.6;
  box-shadow: none;
  border-radius: 0;
  padding: 0 0 0 10px;
}
.faq-box ul li ul li::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: bold;
  content: "\f061";
  font-size: 2.3rem;
  color: #e47789;
  float: left;
  margin-top: -5px;
  margin-left: -37px;
  height: 0;
}
@media (min-width: 768px) {
  .faq-box ul li ul li {
    font-size: 1.6rem;
    margin: 0;
  }
}

.information-list-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .information-list-box {
    max-width: 1300px;
  }
}

.p-mb-off {
  margin-bottom: 0;
}

.page-mb {
  margin-bottom: 90px;
}
@media (min-width: 768px) {
  .page-mb {
    margin-bottom: 110px;
  }
}
@media (min-width: 992px) {
  .page-mb {
    margin-bottom: 130px;
  }
}
@media (min-width: 1200px) {
  .page-mb {
    margin-bottom: 150px;
  }
}

.qa-list dl {
  position: relative;
  margin: 30px 0 0;
  cursor: pointer;
}

.qa-list dl:first-child {
  margin-top: 0;
}

.qa-list dl::after {
  position: absolute;
  top: 33px;
  right: 30px;
  display: block;
  width: 10px;
  height: 10px;
  margin: auto;
  content: '';
  transform: rotate(135deg);
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}

.qa-list .open::after {
  transform: rotate(-45deg);
}

.qa-list dl dt {
  position: relative;
  margin: 0;
  padding: 25px 80px 25px 80px;
  font-weight: 600;
  background: #f6f6f6;
  border-radius: 10px;
  font-size: 1.6rem;
  line-height: 1.6;
  border: 3px solid #f0f0f0;
}

.qa-list dl dt::before {
  font-size: 2.5rem;
  line-height: 1;
  position: absolute;
  top: 21px;
  left: 30px;
  display: block;
  content: 'Q.';
  color: #3285bf;
}

.qa-list dl dd::before {
  font-size: 2.5rem;
  line-height: 1;
  position: absolute;
  left: 32px;
  display: block;
  content: 'A.';
  font-weight: bold;
  color: #cb4a4a;
}

.qa-list dl dd {
  position: relative;
  margin: 0 0 50px 0;
  padding: 30px 30px 30px 80px;
}

.qa-list dl dd p {
  margin: 30px 0 0;
}

.qa-list dl dd p:first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .qa-list dl {
    margin: 10px 0 0;
  }

  .qa-list dl:after {
    top: 20px;
    right: 20px;
    width: 7px;
    height: 7px;
  }

  .qa-list dl dt {
    padding: 16px 40px 16px 50px;
    font-size: 1.4rem;
  }

  .qa-list dl dt::before {
    font-size: 1.4rem;
    top: 20px;
    left: 20px;
  }

  .qa-list dl dd::before {
    font-size: 1.4rem;
    left: 20px;
    margin-top: 5px;
  }

  .qa-list dl dd {
    margin: 0 0 50px 0;
    padding: 16px 16px 16px 50px;
    font-size: 1.4rem;
  }

  .qa-list dl dd p {
    margin: 30px 0 0;
  }

  .qa-list dl dd p:first-child {
    margin-top: 0;
  }
}
.table-1 {
  width: 100%;
  border-collapse: collapse;
  border: none;
  margin-bottom: 20px;
  min-width: 600px;
}
@media (min-width: 768px) {
  .table-1 {
    margin-bottom: 15px;
  }
}
.table-1 th {
  font-size: 1.4rem;
  line-height: 1.6;
  border: 3px solid #efe2cf;
  padding: 10px 10px;
  vertical-align: middle;
  font-weight: 600;
  text-align: center;
  color: #605950;
  background-color: #f5f0e9;
}
@media (min-width: 768px) {
  .table-1 th {
    font-size: 1.5rem;
    padding: 20px 20px;
  }
}
.table-1 th:first-child {
  width: 18%;
}
@media (min-width: 768px) {
  .table-1 th:first-child {
    width: 23%;
  }
}
.table-1 th.sticky {
  position: sticky;
  top: 0;
  left: 0;
  border-left: none;
  border-right: none;
  background: none;
}
.table-1 th.sticky::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border-left: 3px solid #efe2cf;
  border-right: 3px solid #efe2cf;
  background-color: #f5f0e9;
  z-index: -1;
  box-sizing: content-box;
}
.table-1 td {
  font-size: 1.4rem;
  line-height: 1.6;
  border: 3px solid #efe2cf;
  padding: 10px 10px;
  vertical-align: middle;
  color: #605950;
  background-color: #fff;
  font-weight: 600;
}
@media (min-width: 768px) {
  .table-1 td {
    font-size: 1.5rem;
    padding: 20px 20px;
  }
}
.table-1 td a {
  font-size: 90%;
}
.table-1 td a:hover {
  text-decoration: underline;
}
.table-1 td p:last-child {
  margin-bottom: 0;
}
.table-1 .th-header1 {
  background-color: #d96b5d;
  font-size: 1.5rem;
  color: #fff;
  width: 41%;
  text-align: center;
}
@media (min-width: 768px) {
  .table-1 .th-header1 {
    width: 38.5%;
    font-size: 1.7rem;
  }
}
.table-1 .th-header2 {
  background-color: #4d6da3;
  font-size: 1.5rem;
  color: #fff;
  width: 41%;
  text-align: center;
}
@media (min-width: 768px) {
  .table-1 .th-header2 {
    width: 38.5%;
    font-size: 1.7rem;
  }
}

.table-2 {
  width: 100%;
  border-collapse: collapse;
  border: none;
  margin-bottom: 20px;
  min-width: 600px;
}
@media (min-width: 768px) {
  .table-2 {
    margin-bottom: 15px;
  }
}
.table-2 th {
  font-size: 1.4rem;
  line-height: 1.6;
  border: 3px solid #efe2cf;
  padding: 10px 10px;
  vertical-align: middle;
  font-weight: 600;
  text-align: center;
  color: #605950;
  background-color: #f5f0e9;
  width: 23%;
}
@media (min-width: 768px) {
  .table-2 th {
    width: 23%;
    font-size: 1.5rem;
    padding: 20px 20px;
  }
}
.table-2 th.sticky {
  position: sticky;
  top: 0;
  left: 0;
  border-left: none;
  border-right: none;
  background: none;
}
.table-2 th.sticky::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border-left: 3px solid #efe2cf;
  border-right: 3px solid #efe2cf;
  background-color: #f5f0e9;
  z-index: -1;
  box-sizing: content-box;
}
.table-2 th.sticky1 {
  position: sticky;
  top: 0;
  left: 0;
  border-left: none;
  border-right: none;
  background: none;
}
.table-2 th.sticky1::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border-left: 3px solid #efe2cf;
  border-right: 3px solid #efe2cf;
  background-color: #d96b5d;
  z-index: -1;
  box-sizing: content-box;
}
.table-2 th.sticky2 {
  position: sticky;
  top: 0;
  left: 0;
  border-left: none;
  border-right: none;
  background: none;
}
.table-2 th.sticky2::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border-left: 3px solid #efe2cf;
  border-right: 3px solid #efe2cf;
  background-color: #4d6da3;
  z-index: -1;
  box-sizing: content-box;
}
.table-2 td {
  font-size: 1.4rem;
  line-height: 1.6;
  border: 3px solid #efe2cf;
  padding: 10px 10px;
  vertical-align: middle;
  color: #605950;
  text-align: center;
  background-color: #fff;
  font-weight: 600;
}
@media (min-width: 768px) {
  .table-2 td {
    font-size: 1.5rem;
    padding: 20px 10px;
  }
}
.table-2 .th-header1 {
  background-color: #d96b5d;
  font-size: 1.5rem;
  color: #fff;
}
@media (min-width: 768px) {
  .table-2 .th-header1 {
    font-size: 1.6rem;
  }
}
.table-2 .th-header2 {
  background-color: #4d6da3;
  font-size: 1.5rem;
  color: #fff;
}
@media (min-width: 768px) {
  .table-2 .th-header2 {
    font-size: 1.6rem;
  }
}
.table-2 .th-header3 {
  background-color: #81b5d6;
  font-size: 1.5rem;
  color: #fff;
}
@media (min-width: 768px) {
  .table-2 .th-header3 {
    font-size: 1.6rem;
  }
}

.table-3 {
  width: 100%;
  border-collapse: collapse;
  border: none;
  margin-top: 40px;
  margin-bottom: 20px;
  position: relative;
}
@media (min-width: 768px) {
  .table-3 {
    margin-bottom: 0;
    margin-top: 30px;
  }
}
.table-3:before {
  font-size: 1.8rem;
  font-weight: 400;
  position: absolute;
  top: -30px;
  left: 0;
  height: 30px;
  padding: 6px 0.8em 5px 0.8em;
  content: '土気教室（本校）';
  color: #fff;
  border-radius: 8px 8px 0 0;
  background: #d1c0a8;
  letter-spacing: .1em;
}
@media (min-width: 768px) {
  .table-3:before {
    top: -40px;
    font-size: 2.2rem;
    height: 40px;
    padding: 10px 1em 5px 1em;
  }
}
.table-3 th {
  font-size: 1.4rem;
  line-height: 1.6;
  border-top: 2px solid #d1c0a8;
  border-bottom: 2px solid #d1c0a8;
  padding: 10px 10px;
  vertical-align: middle;
  font-weight: 600;
  text-align: center;
  color: #605950;
  width: 20%;
  background-color: #f5f0e9;
}
@media (min-width: 768px) {
  .table-3 th {
    font-size: 1.5rem;
    padding: 20px 20px;
  }
}
.table-3 td {
  font-size: 1.4rem;
  line-height: 1.6;
  border-top: 2px solid #d1c0a8;
  border-bottom: 2px solid #d1c0a8;
  padding: 10px 10px;
  vertical-align: middle;
  color: #605950;
  background-color: #fff;
  font-weight: 600;
}
@media (min-width: 768px) {
  .table-3 td {
    font-size: 1.5rem;
    padding: 20px 20px;
  }
}
.table-3 td a:hover {
  text-decoration: underline;
}

.table-4 {
  width: 100%;
  border-collapse: collapse;
  border: none;
  margin-top: 40px;
  margin-bottom: 20px;
  position: relative;
}
@media (min-width: 768px) {
  .table-4 {
    margin-bottom: 0;
    margin-top: 30px;
  }
}
.table-4:before {
  font-size: 1.8rem;
  font-weight: 400;
  position: absolute;
  top: -30px;
  left: 0;
  height: 30px;
  padding: 6px 0.8em 5px 0.8em;
  content: '茂原教室';
  color: #fff;
  border-radius: 8px 8px 0 0;
  background: #d1c0a8;
  letter-spacing: .1em;
}
@media (min-width: 768px) {
  .table-4:before {
    top: -40px;
    font-size: 2.2rem;
    height: 40px;
    padding: 10px 1em 5px 1em;
  }
}
.table-4 th {
  font-size: 1.4rem;
  line-height: 1.6;
  border-top: 2px solid #d1c0a8;
  border-bottom: 2px solid #d1c0a8;
  padding: 10px 10px;
  vertical-align: middle;
  font-weight: 600;
  text-align: center;
  color: #605950;
  width: 20%;
  background-color: #f5f0e9;
}
@media (min-width: 768px) {
  .table-4 th {
    font-size: 1.5rem;
    padding: 20px 20px;
  }
}
.table-4 td {
  font-size: 1.4rem;
  line-height: 1.6;
  border-top: 2px solid #d1c0a8;
  border-bottom: 2px solid #d1c0a8;
  padding: 10px 10px;
  vertical-align: middle;
  color: #605950;
  background-color: #fff;
  font-weight: 600;
}
@media (min-width: 768px) {
  .table-4 td {
    font-size: 1.5rem;
    padding: 20px 20px;
  }
}
.table-4 td a:hover {
  text-decoration: underline;
}

.table-5 {
  width: 100%;
  border-collapse: collapse;
  border: none;
  margin-bottom: 20px;
  min-width: 600px;
}
@media (min-width: 768px) {
  .table-5 {
    margin-bottom: 15px;
  }
}
.table-5 th {
  font-size: 1.4rem;
  line-height: 1.6;
  border: 3px solid #efe2cf;
  padding: 10px 10px;
  vertical-align: middle;
  font-weight: 600;
  text-align: center;
  color: #605950;
  background-color: #f5f0e9;
}
@media (min-width: 768px) {
  .table-5 th {
    font-size: 1.5rem;
    padding: 20px 20px;
  }
}
.table-5 th:first-child {
  width: 10%;
}
@media (min-width: 768px) {
  .table-5 th:first-child {
    width: 23%;
  }
}
.table-5 th.sticky {
  position: sticky;
  top: 0;
  left: 0;
  border-left: none;
  border-right: none;
  background: none;
}
.table-5 th.sticky::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border-left: 3px solid #efe2cf;
  border-right: 3px solid #efe2cf;
  background-color: #f5f0e9;
  z-index: -1;
  box-sizing: content-box;
}
.table-5 td {
  font-size: 1.4rem;
  line-height: 1.6;
  border: 3px solid #efe2cf;
  padding: 10px 10px;
  vertical-align: middle;
  color: #605950;
  background-color: #fff;
  font-weight: 600;
}
@media (min-width: 768px) {
  .table-5 td {
    font-size: 1.5rem;
    padding: 20px 20px;
  }
}
.table-5 td a {
  font-size: 90%;
}
.table-5 td a:hover {
  text-decoration: underline;
}

.table-scroll {
  overflow-x: auto;
}

.table-col-ul {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 30px;
}
.table-col-ul a {
  font-weight: 500;
  text-decoration: none;
}
.table-col-ul a:hover {
  text-decoration: underline;
}
.table-col-ul li {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .table-col-ul li {
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 7px;
  }
}
.table-col-ul li ul {
  margin-left: 20px;
}
.table-col-ul li ul li {
  font-size: 1.4rem;
  line-height: 1.6;
  margin-bottom: 12px;
}
@media (min-width: 992px) {
  .table-col-ul li ul li {
    font-size: 1.5rem;
  }
}

.yt_play {
  transition: .3s ease-in-out;
}

.yt {
  position: relative;
}

.yt_play:hover {
  cursor: pointer;
  transform: scale(1.05);
}

.yt_btn {
  width: 70px;
  height: 70px;
  background: url("../images/video.png") no-repeat top left;
  position: absolute;
  background-size: contain;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 1;
}
@media (min-width: 768px) {
  .yt_btn {
    width: 100px;
    height: 100px;
  }
}

.yt-title {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .yt-title {
    margin-bottom: 20px;
  }
}
.yt-title h4 {
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 600;
  color: #324c85;
  border-bottom: 2px solid #324c85;
  display: inline-block;
  padding: 10px 0;
}
@media (min-width: 768px) {
  .yt-title h4 {
    font-size: 1.9rem;
    padding: 15px 0;
  }
}

.movie {
  position: relative;
  width: 100%;
  margin-bottom: 4px;
  padding-top: 56.25%;
}
.movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
@media (min-width: 768px) {
  .movie iframe {
    width: 100% !important;
    height: 100% !important;
  }
}

.borderr-5 {
  border-radius: 5px;
}

.borderr-10 {
  border-radius: 10px;
}

.borderr-15 {
  border-radius: 15px;
}

.borderr-20 {
  border-radius: 20px;
}

.borderr-25 {
  border-radius: 25px;
}

.borderr-30 {
  border-radius: 30px;
}

.ani-fluffy-1 {
  animation: ani-fluffy-1 3s ease infinite;
}

@keyframes ani-fluffy-1 {
  0% {
    transform: translateY(0);
  }
  5% {
    transform: translateY(0);
  }
  10% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(-12px);
  }
  25% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-12px);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
.ani-fluffy-2 {
  animation: ani-fluffy-2 3s ease infinite;
}

@keyframes ani-fluffy-2 {
  0% {
    transform: translateX(0);
  }
  5% {
    transform: translateX(0);
  }
  10% {
    transform: translateX(0);
  }
  20% {
    transform: translateX(-12px);
  }
  25% {
    transform: translateX(0);
  }
  30% {
    transform: translateX(-12px);
  }
  50% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(0);
  }
}
.ani-fluffy-3 {
  animation: vertical 1s ease-in-out infinite alternate;
}

@keyframes horizontal {
  0% {
    transform: translateX(-3px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes vertical {
  0% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}
.scroll-space {
  box-sizing: border-box;
  overflow: hidden;
}

.fadein {
  opacity: 0;
  transform: translate(0, 0);
  transition: all 1.5s;
}
.fadein.fadein-left {
  transform: translate(-30px, 0);
}
.fadein.fadein-right {
  transform: translate(30px, 0);
}
.fadein.fadein-up {
  transform: translate(0, -30px);
}
.fadein.fadein-bottom {
  transform: translate(0, 30px);
}
.fadein.scrollin {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}

.slidein {
  opacity: 0;
  transform: translate(0, 0);
  transition: all 1.0s;
}
.slidein.slidein-left {
  transform: translate(-100%, 0);
}
.slidein.slidein-right {
  transform: translate(100%, 0);
}
.slidein.slidein-up {
  transform: translate(0, -100%);
}
.slidein.slidein-bottom {
  transform: translate(0, 100%);
}
.slidein.scrollin {
  transform: translate(0, 0) !important;
  opacity: 1 !important;
}

.fadein-top {
  opacity: 0;
  transform: translate(0, 0);
  transition: all 1.5s;
}
.fadein-top.fadein-left-top {
  transform: translate(-30px, 0);
}
.fadein-top.fadein-right-top {
  transform: translate(30px, 0);
}
.fadein-top.fadein-up-top {
  transform: translate(0, -30px);
}
.fadein-top.fadein-bottom-top {
  transform: translate(0, 30px);
}
.fadein-top.scrollin-top {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}

.slidein-top {
  opacity: 0;
  transform: translate(0, 0);
  transition: all 1.0s;
}
.slidein-top.slidein-left-top {
  transform: translate(-100%, 0);
}
.slidein-top.slidein-right-top {
  transform: translate(100%, 0);
}
.slidein-top.slidein-up-top {
  transform: translate(0, -100%);
}
.slidein-top.slidein-bottom-top {
  transform: translate(0, 100%);
}
.slidein-top.scrollin-top {
  transform: translate(0, 0) !important;
  opacity: 1 !important;
}

.external-link::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f35d";
  font-size: 70%;
  padding-left: 5px;
}

.caret-right::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f0da";
  font-size: 100%;
  padding-left: 5px;
}

.caret-left::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f0da";
  font-size: 100%;
  padding-right: 5px;
}

.pdf-file::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f1c1";
  font-size: 90%;
  padding-left: 5px;
}

.op:hover {
  opacity: 0.5;
  transition: all 0.3s ease;
}

.scale {
  transition: 0.3s;
}

.scale:hover {
  transform: scale(1.1);
}

.blank-link {
  display: inline-block;
  position: relative;
  padding-right: 22px;
}

.blank-link::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: 7px;
  height: 7px;
  width: 8px;
  border: 1px solid #373d44;
  background-color: #fff;
  box-shadow: 0px 0px 0px 1px #fff;
}

.blank-link::before {
  content: '';
  display: block;
  position: absolute;
  right: 3px;
  bottom: 4px;
  height: 7px;
  width: 8px;
  border: 1px solid #373d44;
  background-color: #fff;
}

.blank-link-footer {
  display: inline-block;
  position: relative;
  padding-right: 22px;
}

.blank-link-footer::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: 7px;
  height: 7px;
  width: 8px;
  border: 1px solid #373d44;
  background-color: #eae7db;
  box-shadow: 0px 0px 0px 1px #eae7db;
}

.blank-link-footer::before {
  content: '';
  display: block;
  position: absolute;
  right: 3px;
  bottom: 4px;
  height: 7px;
  width: 8px;
  border: 1px solid #373d44;
  background-color: #eae7db;
}

.slider {
  display: none;
}
@media (min-width: 768px) {
  .slider {
    display: block;
    padding-top: 80px;
  }
}
@media (min-width: 992px) {
  .slider {
    padding-top: 130px;
  }
}

.slider-1 .slick-slide {
  margin: 0 60px;
  padding: 60px 0;
  position: relative;
}

.slider-1 .slick-slide .slide-img {
  width: 500px;
  height: 340px;
  transition: all 0.6s 0.4s ease-in-out;
  opacity: 0.6;
  box-shadow: 5px 5px 15px -5px #666;
  overflow: hidden;
  border-radius: 5px;
}
@media (min-width: 992px) {
  .slider-1 .slick-slide .slide-img {
    width: 800px;
    height: 550px;
  }
}

.slider-1 .slick-slide.slick-center .slide-img {
  transform: scale(1.2);
  opacity: 1;
}

.slider-1 .slick-slide .slide-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slider-1 .slick-arrow {
  width: 40px;
  height: 40px;
  border-radius: 50vh;
  background-color: #fff;
  cursor: pointer;
  border: none;
  outline: none;
  font-size: 0;
  position: absolute;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}
@media (min-width: 992px) {
  .slider-1 .slick-arrow {
    width: 60px;
    height: 60px;
  }
}
.slider-1 .slick-arrow:hover {
  background: rgba(255, 255, 255, 0.5);
}

.slider-1 .slick-arrow::before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border: 1px solid #09000d;
  border-width: 3px 3px 0 0;
  position: absolute;
  top: 14px;
  transform: rotate(45deg);
}
@media (min-width: 992px) {
  .slider-1 .slick-arrow::before {
    top: 24px;
  }
}

@media (min-width: 768px) {
  .slider-1 .slick-next {
    right: 20px;
  }
}
@media (min-width: 992px) {
  .slider-1 .slick-next {
    right: 50px;
  }
}

@media (min-width: 768px) {
  .slider-1 .slick-prev {
    left: 20px;
  }
}
@media (min-width: 992px) {
  .slider-1 .slick-prev {
    left: 50px;
  }
}

@media (min-width: 768px) {
  .slider-1 .slick-next::before {
    left: 12px;
  }
}
@media (min-width: 992px) {
  .slider-1 .slick-next::before {
    left: 20px;
  }
}

.slider-1 .slick-prev::before {
  border-width: 0 0 3px 3px;
}
@media (min-width: 768px) {
  .slider-1 .slick-prev::before {
    right: 12px;
  }
}
@media (min-width: 992px) {
  .slider-1 .slick-prev::before {
    right: 20px;
  }
}

.dots-1 .slick-dots {
  text-align: center;
  bottom: 0;
}

.dots-1 .slick-dots li {
  display: inline-block;
}

.dots-1 .slick-dots button {
  display: block;
  width: 10px;
  height: 10px;
  margin: 6px;
  font-size: 0;
  padding: 0;
  border: 0;
  outline: none;
  cursor: pointer;
  background: #bcbcbc;
  border-radius: 50%;
}

.dots-1 .slick-dots .slick-active button {
  background: #0a467d;
}

.blog_post {
  padding: 18px 0;
  border-bottom: 1px solid #e0e0e0;
  position: relative;
  transition: .3s;
}
.blog_post:hover {
  opacity: 0.5;
}
.blog_post a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
}
@media (min-width: 768px) {
  .blog_post {
    padding: 0;
    border-bottom: none;
  }
}

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

.blog_thumbnail {
  float: left;
  width: 27%;
  margin-right: 4%;
}
@media (min-width: 768px) {
  .blog_thumbnail {
    float: both;
    width: 100%;
    margin: 0 0 10px 0;
  }
}

.blog_thumbnail img {
  width: 100%;
  height: 100px;
  object-fit: cover;
}
@media (min-width: 768px) {
  .blog_thumbnail img {
    height: 130px;
  }
}
@media (min-width: 992px) {
  .blog_thumbnail img {
    height: 180px;
  }
}

.object-fit-img {
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.blog_description {
  float: left;
  width: 69%;
}
@media (min-width: 768px) {
  .blog_description {
    float: both;
    width: 95%;
    margin: 0 2.5%;
  }
}

.blog_date {
  font-size: 1.3rem;
  color: #555;
  font-weight: 500;
  display: inline;
  font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media (min-width: 768px) {
  .blog_date {
    font-size: 1.4rem;
  }
}
@media (min-width: 992px) {
  .blog_date {
    font-size: 1.4rem;
  }
}

.blog_category {
  background-color: #e192a6;
  color: #fff;
  font-weight: 500;
  padding: 2px 5px;
  border-radius: 5px;
}

.blog_title {
  font-size: 1.4rem;
  color: #748e47;
  font-weight: 500;
  margin-bottom: 3px;
  line-height: 1.6;
  font-weight: 500;
  font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media (min-width: 768px) {
  .blog_title {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) {
  .blog_title {
    font-size: 1.6rem;
  }
}

.blog_text {
  font-size: 1.3rem;
  display: inline-block;
  position: relative;
  padding-right: 22px;
}
@media (min-width: 768px) {
  .blog_text {
    font-size: 1.3rem;
  }
}
@media (min-width: 992px) {
  .blog_text {
    font-size: 1.4rem;
  }
}
.blog_text::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: 7px;
  height: 7px;
  width: 8px;
  border: 1px solid #373d44;
  background-color: #fff;
  box-shadow: 0px 0px 0px 1px #fff;
}
.blog_text::before {
  content: '';
  display: block;
  position: absolute;
  right: 3px;
  bottom: 4px;
  height: 7px;
  width: 8px;
  border: 1px solid #373d44;
  background-color: #fff;
}

.blog-new {
  position: absolute;
  top: 40px;
  left: -5px;
  width: 100px;
  z-index: 10;
}
@media (min-width: 768px) {
  .blog-new {
    top: 50px;
    left: -20px;
    width: 150px;
  }
}

.force {
  padding-top: 55px;
}
@media (min-width: 992px) {
  .force {
    padding-top: 0;
  }
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 730px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

.gutters-1 > .col,
.gutters-1 > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}
@media (min-width: 992px) {
  .gutters-1 > .col,
  .gutters-1 > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
  }
}

.gutters-2 > .col,
.gutters-2 > [class*="col-"] {
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .gutters-2 > .col,
  .gutters-2 > [class*="col-"] {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.gutters-3 > .col,
.gutters-3 > [class*="col-"] {
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .gutters-3 > .col,
  .gutters-3 > [class*="col-"] {
    padding-right: 25px;
    padding-left: 25px;
  }
}

.container-fluid-1 {
  width: 100%;
}
@media (min-width: 1101px) {
  .container-fluid-1 {
    width: calc(100% - 50px);
    margin: auto 0 auto auto;
  }
}

.container-fluid-max {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}

.container-fluid-2 {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container-fluid-2 {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media (min-width: 1101px) {
  .container-fluid-2 {
    max-width: 1240px;
  }
}

.wrapper {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.main {
  width: 100%;
}
@media (min-width: 1101px) {
  .main {
    width: calc(100% - 220px);
    margin: auto 0 auto auto;
  }
}

.sidebar {
  display: none;
}
@media (min-width: 1200px) {
  .sidebar {
    display: block;
    width: 330px;
  }
}

.widget {
  margin-bottom: 20px;
  padding: 50px 20px 50px 0;
  position: relative;
}

.widget:last-child {
  margin-bottom: 0;
}

.widget--sticky {
  position: sticky;
  top: 180px;
}

.widget-bg {
  position: absolute;
  background-color: #f0ede3;
  width: 100vw;
  height: 100%;
  border-radius: 0 1rem 1rem 0;
  top: 0;
  right: 0;
  z-index: -1;
}

.sidebar-list {
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .sidebar-list {
    margin-bottom: 30px;
  }
}
.sidebar-list ul {
  list-style: none;
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
}
.sidebar-list li {
  position: relative;
  vertical-align: baseline;
  font-size: 1.2rem;
  line-height: 1.6;
  margin-bottom: 20px;
  padding-left: 3.2rem;
  text-indent: -3.2rem;
  font-weight: 600;
}
.sidebar-list li::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f138\00a0";
  color: #c9a100;
}
@media (min-width: 768px) {
  .sidebar-list li {
    font-size: 1.6rem;
  }
}
.sidebar-list li a {
  text-decoration: none;
  padding: 8px 5px;
  color: #c9a100;
}
@media (min-width: 768px) {
  .sidebar-list li a {
    padding: 8px 10px;
  }
}
.sidebar-list li a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  border-radius: 2px;
  background-color: #c9a100;
  bottom: -7px;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform .3s ease-in-out;
}
.sidebar-list li a:hover {
  color: #c9a100;
  transition: all 0.5s;
}
.sidebar-list li a:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}
.sidebar-list li a:hover:before {
  width: 100%;
}

.top-img {
  position: absolute;
  width: 70px;
  bottom: 0px;
  margin: none;
  left: auto;
  right: 10px;
  top: auto;
  z-index: 10;
}
@media (min-width: 768px) {
  .top-img {
    width: 120px;
    bottom: -110px;
    margin: none;
    left: auto;
    top: auto;
  }
}
@media (min-width: 992px) {
  .top-img {
    width: 150px;
    bottom: -150px;
    margin: none;
    left: auto;
    top: auto;
    right: 40px;
  }
}
@media (min-width: 1200px) {
  .top-img {
    width: 180px;
    bottom: -150px;
    margin: none;
    left: auto;
    top: auto;
    right: 40px;
  }
}

.section-title h3 {
  font-size: 1.9rem;
  line-height: 1.6;
  font-weight: bold;
  margin-bottom: 20px;
  border-bottom: 3px dotted #777;
  color: #e192a6;
}
@media (min-width: 768px) {
  .section-title h3 {
    font-size: 2.3rem;
  }
}

.scname-bt {
  margin-bottom: 15px;
}
.scname-bt a {
  text-align: center;
  background-color: #88c995;
  border: 2px solid #88c995;
  border-radius: 25px;
  text-decoration: none;
  padding: 2px 20px;
  color: #fff;
  display: block;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 3px 3px #c0c0c0;
}
@media (min-width: 768px) {
  .scname-bt a {
    padding: 2px 20px;
    font-size: 1.7rem;
  }
}
@media (min-width: 992px) {
  .scname-bt a {
    font-size: 1.7rem;
  }
}
.scname-bt a:hover {
  background-color: #fff;
  color: #88c995;
  font-weight: 500;
}

.top-msg-bg {
  width: 100%;
  background-color: #f4ede1;
  padding: 60px 0;
  z-index: -100;
}
@media (min-width: 768px) {
  .top-msg-bg {
    padding: 60px 0;
  }
}

.top-soro {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1 !important;
  width: 20%;
}

.contact-tag {
  background-color: #605339;
  padding: 5px;
  border-radius: 10px;
  margin-bottom: 20px;
  text-align: center;
}
.contact-tag p {
  color: #fff;
  font-weight: bold;
  margin-bottom: 0;
  font-size: 1.7rem;
}

.footer-contact-color {
  color: #605339;
}

.number {
  background-color: #e192a6;
  color: #fff;
  border-radius: 25%;
  padding: 1px 17px 5px 17px;
}

.p-mb-10 {
  margin-bottom: 10px;
}

.p-line-hight {
  line-height: 1.3;
}

@media (min-width: 1200px) {
  .col-ul-news-nav {
    margin-top: 0;
  }
}
.col-ul-news-nav li {
  margin: 0 10px 0 0;
  float: left;
}
@media (min-width: 768px) {
  .col-ul-news-nav li {
    margin: 0 20px 0 0;
  }
}
@media (min-width: 992px) {
  .col-ul-news-nav li {
    margin: 0 20px 0 0;
  }
}
@media (min-width: 1200px) {
  .col-ul-news-nav li {
    float: none;
    clear: left;
    margin: 0 0 15px 0;
  }
}

.btn-news {
  position: relative;
  overflow: hidden;
  text-decoration: none;
  display: inline-block;
  border: 1px solid #888;
  padding: 5px 5px;
  text-align: center;
  outline: none;
  transition: ease .2s;
  display: block;
}
@media (min-width: 768px) {
  .btn-news {
    padding: 10px 5px;
  }
}
@media (min-width: 992px) {
  .btn-news {
    padding: 10px 5px;
  }
}
@media (min-width: 1200px) {
  .btn-news {
    padding: 10px 5px;
  }
}

.btn-news span {
  position: relative;
  z-index: 3;
  color: #333;
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .btn-news span {
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  .btn-news span {
    font-size: 1.6rem;
  }
}
@media (min-width: 1200px) {
  .btn-news span {
    font-size: 1.7rem;
  }
}

.btn-news:hover span {
  color: #eda253;
}

.bgleft-news:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #fff;
  width: 100%;
  height: 100%;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}

.bgleft-news:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}

.top-img-1 {
  width: 200px;
  position: absolute;
  top: -20px;
  right: -40px;
}

.top-img-2 {
  width: 180px;
  position: absolute;
  top: 10px;
  left: -10px;
}

.result-title {
  margin-bottom: 50px;
}
.result-title h2 {
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: .1em;
}

.result1 {
  position: relative;
  padding: 20px 20px;
  border: solid 2px #dfa3a3;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 5px 5px #dfa3a3;
  margin-bottom: 40px;
}
.result1 .result-box {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .result1 .result-box {
    margin-bottom: 30px;
  }
}
.result1 .result-sub {
  position: absolute;
  display: inline-block;
  top: -10px;
  left: 10px;
  padding: 0 9px;
  line-height: 1;
  font-size: 1.4rem;
  background: #fff;
  color: #dfa3a3;
  font-weight: 400;
}
@media (min-width: 768px) {
  .result1 .result-sub {
    top: -13px;
    font-size: 1.7rem;
  }
}
.result1 h3 {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
}
@media (min-width: 768px) {
  .result1 h3 {
    font-size: 2.2rem;
  }
}
.result1 p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .result1 p {
    font-size: 2.0rem;
  }
}
.result1 .result-text {
  font-size: 2.0rem;
  font-weight: 500;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .result1 .result-text {
    font-size: 2.6rem;
  }
}

.result2 {
  position: relative;
  padding: 20px 20px;
  border: solid 2px #e3bb90;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 5px 5px #e3bb90;
  margin-bottom: 40px;
}
.result2 .result-box {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .result2 .result-box {
    margin-bottom: 30px;
  }
}
.result2 .result-sub {
  position: absolute;
  display: inline-block;
  top: -10px;
  left: 10px;
  padding: 0 9px;
  line-height: 1;
  font-size: 1.4rem;
  background: #fff;
  color: #e3bb90;
  font-weight: 400;
}
@media (min-width: 768px) {
  .result2 .result-sub {
    top: -13px;
    font-size: 1.7rem;
  }
}
.result2 h3 {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
}
@media (min-width: 768px) {
  .result2 h3 {
    font-size: 2.2rem;
  }
}
.result2 p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .result2 p {
    font-size: 2.0rem;
  }
}
.result2 .result-text {
  font-size: 2.0rem;
  font-weight: 500;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .result2 .result-text {
    font-size: 2.6rem;
  }
}

.service-box {
  margin-bottom: 40px;
}
@media (min-width: 1200px) {
  .service-box {
    margin-bottom: 60px;
  }
}
.service-box h3 {
  font-size: 1.8rem;
  line-height: 1.4;
  margin: 10px 0 20px 0;
  color: #2c6198;
}
@media (min-width: 500px) {
  .service-box h3 {
    font-size: 2.0rem;
  }
}
@media (min-width: 768px) {
  .service-box h3 {
    font-size: 2.1rem;
  }
}
@media (min-width: 992px) {
  .service-box h3 {
    font-size: 2.2rem;
  }
}
@media (min-width: 1200px) {
  .service-box h3 {
    font-size: 2.3rem;
    margin: 0 0 20px 0;
  }
}
@media (min-width: 1500px) {
  .service-box h3 {
    font-size: 2.3rem;
  }
}
.service-box p {
  margin-bottom: 0;
  font-size: 1.4rem;
  line-height: 1.4;
}
@media (min-width: 500px) {
  .service-box p {
    font-size: 1.4rem;
  }
}
@media (min-width: 768px) {
  .service-box p {
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  .service-box p {
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .service-box p {
    font-size: 1.5rem;
  }
}
@media (min-width: 1500px) {
  .service-box p {
    font-size: 1.5rem;
  }
}

.service-box-page {
  margin-bottom: 100px;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .service-box-page {
    margin-bottom: 200px;
  }
}

.service-box-page-mbnone {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .service-box-page-mbnone {
    margin-bottom: 60px;
  }
}

.service-box-title {
  margin-bottom: 50px;
  position: relative;
  display: flex;
  align-items: center;
}
.service-box-title:after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background-color: #cecece;
  display: block;
  margin-left: 30px;
}
@media (min-width: 768px) {
  .service-box-title:after {
    margin-left: 50px;
  }
}
@media (min-width: 768px) {
  .service-box-title {
    margin-bottom: 80px;
  }
}
.service-box-title h3 {
  font-size: 2.3rem;
  color: #373737;
  letter-spacing: .1em;
  position: relative;
  font-weight: 400;
  border-top: solid 5px #fff;
}
.service-box-title h3:after {
  position: absolute;
  content: " ";
  display: block;
  border-top: solid 5px #748e47;
  top: -5px;
  width: 20%;
}
@media (min-width: 768px) {
  .service-box-title h3 {
    font-size: 2.5rem;
    padding: 10px 40px 10px 0px;
  }
}
@media (min-width: 992px) {
  .service-box-title h3 {
    font-size: 3.0rem;
  }
}
@media (min-width: 1200px) {
  .service-box-title h3 {
    font-size: 3.5rem;
  }
}

.service-box-title-top {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .service-box-title-top {
    margin-top: 20px;
    margin-bottom: 70px;
  }
}
.service-box-title-top h3 {
  width: 100%;
  font-size: 1.9rem;
  text-align: center;
  position: relative;
  display: inline-block;
  color: #629bc7;
  margin-bottom: 20px;
}
.service-box-title-top h3:before {
  content: '';
  position: absolute;
  bottom: -1px;
  display: inline-block;
  width: 60px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #373737;
  border-radius: 2px;
}
@media (min-width: 768px) {
  .service-box-title-top h3 {
    font-size: 2.0rem;
    padding: 10px 30px 10px 30px;
  }
}
@media (min-width: 992px) {
  .service-box-title-top h3 {
    margin-top: 0;
    font-size: 2.2rem;
  }
}
@media (min-width: 1200px) {
  .service-box-title-top h3 {
    font-size: 2.8rem;
  }
}
@media (min-width: 1500px) {
  .service-box-title-top h3 {
    font-size: 2.8rem;
  }
}
.service-box-title-top span {
  width: 100%;
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1.6;
  text-align: center;
  color: #373737;
}
@media (min-width: 768px) {
  .service-box-title-top span {
    font-size: 1.4rem;
  }
}

.title-1 {
  margin-bottom: 30px;
}
.title-1 p {
  font-size: 1.4rem;
  border: 1px solid #629bc7;
  padding: 3px 20px;
  display: inline-block;
  border-radius: 5px;
  color: #629bc7;
  margin: 0;
  font-weight: 600;
}
@media (min-width: 768px) {
  .title-1 p {
    font-size: 1.7rem;
    padding: 1px 20px;
  }
}

.title-2 {
  text-align: center;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .title-2 {
    margin-bottom: 80px;
  }
}
.title-2 h4 {
  position: relative;
  line-height: 1.4;
  font-size: 1.8rem;
  padding: 0.5em 1.2em;
  display: inline-block;
  color: #e1ac1b;
  font-weight: 400;
}
@media (min-width: 768px) {
  .title-2 h4 {
    font-size: 2.5rem;
  }
}
.title-2 h4:before {
  content: '';
  width: 20px;
  height: 30px;
  position: absolute;
  display: inline-block;
  border-left: solid 2px #e1ac1b;
  border-top: solid 2px #e1ac1b;
  top: 0;
  left: 0;
}
.title-2 h4:after {
  content: '';
  width: 20px;
  height: 30px;
  position: absolute;
  display: inline-block;
  border-right: solid 2px #e1ac1b;
  border-bottom: solid 2px #e1ac1b;
  bottom: 0;
  right: 0;
}

.topic-box {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 50px;
}

.topic-2 {
  width: 100%;
  background-color: #f4f4f4;
  box-shadow: 4px 4px #81b5d6;
  border-radius: 10px;
  padding: 30px;
}
@media (min-width: 768px) {
  .topic-2 {
    box-shadow: 8px 8px #81b5d6;
    width: calc((100% - 30px * 2) / 3);
  }
}
.topic-2 h4 {
  font-size: 1.7rem;
  margin-bottom: 30px;
  border-bottom: 4px dotted #81b5d6;
  color: #373737;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .topic-2 h4 {
    font-size: 2.0rem;
  }
}
.topic-2 ul {
  margin-bottom: 20px;
}
.topic-2 ul li {
  font-size: 1.4rem;
  line-height: 1.6;
  margin-bottom: 5px;
  color: #373737;
}
@media (min-width: 768px) {
  .topic-2 ul li {
    font-size: 1.5rem;
  }
}
.topic-2 p {
  margin-bottom: 10px;
}

.topic-text-1 h4 {
  font-size: 1.9rem;
  line-height: 1.6;
  font-weight: 500;
  margin: 0 auto 20px auto;
  color: #5aa589;
  position: relative;
  display: inline-block;
  padding: 0 45px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .topic-text-1 h4 {
    text-align: left;
    margin-bottom: 20px;
    width: auto;
  }
}
.topic-text-1 h4:before {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 35px;
  height: 1px;
  background-color: #5aa589;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
  left: 0;
}
.topic-text-1 h4:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 35px;
  height: 1px;
  background-color: #5aa589;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
  right: 0;
}
.topic-text-1 p {
  font-size: 1.7rem;
  line-height: 1.6;
  font-weight: 500;
  margin-bottom: 10px;
  color: #5aa589;
}

.topic-text-2 h4 {
  font-size: 1.7rem;
  font-weight: 500;
  color: #373737;
  display: inline-block;
  position: relative;
  padding: 0 65px;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .topic-text-2 h4 {
    font-size: 1.9rem;
    margin: 0;
    width: auto;
    text-align: left;
  }
}
.topic-text-2 h4:before {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 4px;
  border-top: solid 1px black;
  border-bottom: solid 1px black;
  left: 0;
}
.topic-text-2 h4:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 4px;
  border-top: solid 1px black;
  border-bottom: solid 1px black;
  right: 0;
}

.text-design-1 {
  width: 100%;
}
.text-design-1 p {
  position: relative;
  line-height: 1.4;
  padding: 10px 20px;
  display: block;
  top: 0;
}
.text-design-1 p:before {
  position: absolute;
  top: 0;
  content: '';
  width: 8px;
  height: 100%;
  display: inline-block;
  border-left: solid 1px #666;
  border-top: solid 1px #666;
  border-bottom: solid 1px #666;
  left: 0;
}
.text-design-1 p:after {
  position: absolute;
  top: 0;
  content: '';
  width: 8px;
  height: 100%;
  display: inline-block;
  content: '';
  border-top: solid 1px #666;
  border-right: solid 1px #666;
  border-bottom: solid 1px #666;
  right: 0;
}

.text-box-1 p:first-child::first-letter {
  font-size: 2.8rem;
  font-weight: 500;
  margin-right: 2px;
}

.text-box-2 {
  width: 100%;
}
@media (min-width: 768px) {
  .text-box-2 {
    width: 95%;
    margin: 0 2.5%;
  }
}

.section-title-1 {
  text-align: center;
  border-bottom: 3px solid #ded1bf;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
  display: none;
  background-color: #f5f0e9;
}
@media (min-width: 768px) {
  .section-title-1 {
    display: block;
  }
}
.section-title-1 h2 {
  font-size: 2.3rem;
  font-weight: 500;
  display: block;
  color: #605950;
}
@media (min-width: 768px) {
  .section-title-1 h2 {
    font-size: 2.3rem;
  }
}
@media (min-width: 992px) {
  .section-title-1 h2 {
    font-size: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .section-title-1 h2 {
    font-size: 2.5rem;
  }
}
@media (min-width: 1500px) {
  .section-title-1 h2 {
    font-size: 2.7rem;
  }
}
.section-title-1 span {
  font-size: 1.3rem;
  color: #b1a18a;
}
@media (min-width: 768px) {
  .section-title-1 span {
    font-size: 1.3rem;
  }
}
@media (min-width: 992px) {
  .section-title-1 span {
    font-size: 1.4rem;
  }
}
@media (min-width: 1200px) {
  .section-title-1 span {
    font-size: 1.5rem;
  }
}
.section-title-1 img {
  width: 100px;
  z-index: 10;
  position: absolute;
  top: -110px;
  left: 50%;
  right: 50%;
  margin: 0 auto;
  transform: translateY(0) translateX(-50%);
  -webkit-transform: translateY(0) translateX(-50%);
}
@media (min-width: 450px) {
  .section-title-1 img {
    top: -150px;
    width: 130px;
  }
}
@media (min-width: 768px) {
  .section-title-1 img {
    top: -140px;
    width: 120px;
  }
}
@media (min-width: 992px) {
  .section-title-1 img {
    top: -180px;
    width: 130px;
  }
}
@media (min-width: 1200px) {
  .section-title-1 img {
    top: -180px;
    width: 150px;
  }
}

.infor-top {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .infor-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
}

.section-title-1-1 {
  text-align: center;
  padding-bottom: 20px;
  width: 100%;
}
@media (min-width: 768px) {
  .section-title-1-1 {
    text-align: left;
    border-bottom: none;
    width: auto;
    padding-bottom: 0;
  }
}
.section-title-1-1 h2 {
  font-size: 2.1rem;
  color: #373737;
}
@media (min-width: 768px) {
  .section-title-1-1 h2 {
    font-size: 2.2rem;
    position: relative;
    display: inline-block;
    padding-right: 70px;
  }
  .section-title-1-1 h2:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 45px;
    height: 1px;
    background-color: #373737;
    right: 0;
  }
}
@media (min-width: 992px) {
  .section-title-1-1 h2 {
    font-size: 2.3rem;
  }
}
@media (min-width: 1200px) {
  .section-title-1-1 h2 {
    font-size: 2.5rem;
  }
}
@media (min-width: 1500px) {
  .section-title-1-1 h2 {
    font-size: 2.5rem;
  }
}
.section-title-1-1 span {
  font-size: 1.2rem;
  color: #748e47;
}
@media (min-width: 768px) {
  .section-title-1-1 span {
    display: block;
  }
}

.side-nav-row {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background-color: #f0f0f0;
}

.section-title-2 {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0 auto;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 15px;
  width: 220px;
  margin: 0 auto;
  border: 1px solid #fff;
}
@media (min-width: 768px) {
  .section-title-2 {
    padding: 15px;
    width: 230px;
  }
}
@media (min-width: 992px) {
  .section-title-2 {
    padding: 20px;
    width: 250px;
  }
}
@media (min-width: 1200px) {
  .section-title-2 {
    padding: 20px;
    width: 250px;
  }
}
.section-title-2 h2 {
  font-size: 2.4rem;
  font-weight: 400;
  color: #fff;
}
@media (min-width: 768px) {
  .section-title-2 h2 {
    font-size: 2.6rem;
  }
}
@media (min-width: 992px) {
  .section-title-2 h2 {
    font-size: 2.8rem;
  }
}
@media (min-width: 1200px) {
  .section-title-2 h2 {
    font-size: 3.0rem;
  }
}
.section-title-2 span {
  font-size: 1.4rem;
  color: #fff;
}
@media (min-width: 768px) {
  .section-title-2 span {
    font-size: 1.4rem;
  }
}
@media (min-width: 992px) {
  .section-title-2 span {
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .section-title-2 span {
    font-size: 1.5rem;
  }
}

.side-btn {
  position: relative;
  overflow: hidden;
  text-decoration: none;
  display: inline-block;
  border: 1px solid #c9a100;
  background-color: #fff;
  padding: 8px 15px;
  outline: none;
  transition: ease .2s;
  width: 100%;
  border-radius: 5px;
  margin: 0 0 15px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.side-btn span {
  position: relative;
  z-index: 3;
  color: #c9a100;
  font-size: 1.4rem;
  line-height: 1.6;
  font-size: 600;
}
@media (min-width: 768px) {
  .side-btn span {
    font-size: 1.4rem;
  }
}
@media (min-width: 992px) {
  .side-btn span {
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .side-btn span {
    font-size: 1.5rem;
  }
}

.side-btn::after {
  content: '';
  width: 7px;
  height: 7px;
  border-top: 2px solid #c9a100;
  border-right: 2px solid #c9a100;
  transform: rotate(45deg);
}

.side-btn:hover span {
  color: #fff;
  font-weight: 600;
}

.side-bgleft:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #c9a100;
  width: 100%;
  height: 100%;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}

.side-bgleft:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}

.side-btn-1 {
  position: relative;
  overflow: hidden;
  text-decoration: none;
  display: inline-block;
  border: 1px solid #c9a100;
  background-color: #c9a100;
  padding: 8px 15px;
  outline: none;
  transition: ease .2s;
  width: 100%;
  border-radius: 5px;
  margin: 0 0 15px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.side-btn-1 span {
  position: relative;
  z-index: 3;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .side-btn-1 span {
    font-size: 1.4rem;
  }
}
@media (min-width: 992px) {
  .side-btn-1 span {
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .side-btn-1 span {
    font-size: 1.5rem;
  }
}

.side-btn-1::after {
  content: '';
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

.side-btn-1:hover span {
  color: #c9a100;
  font-weight: 500;
}

.side-bgleft-1:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #fff;
  width: 100%;
  height: 100%;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}

.side-bgleft-1:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}

.greeting p {
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: normal;
  border-left: 0;
  padding-left: 0;
}
@media (min-width: 768px) {
  .greeting p {
    font-size: 1.5rem;
  }
}

.layer {
  position: relative;
  margin: 0 auto;
}

.layer-bg {
  background: url("../images/face-bg.jpg") no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 240px;
  padding-top: 50px;
  margin-bottom: 740px;
}
@media (min-width: 430px) {
  .layer-bg {
    height: 310px;
    margin-bottom: 650px;
  }
}
@media (min-width: 500px) {
  .layer-bg {
    margin-bottom: 680px;
    height: 340px;
  }
}
@media (min-width: 570px) {
  .layer-bg {
    margin-bottom: 710px;
    height: 370px;
  }
}
@media (min-width: 660px) {
  .layer-bg {
    margin-bottom: 740px;
    height: 450px;
  }
}
@media (min-width: 768px) {
  .layer-bg {
    height: 800px;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .layer-bg {
    height: 720px;
  }
}
@media (min-width: 1200px) {
  .layer-bg {
    height: 700px;
  }
}

.school-section {
  width: 100%;
}
.school-section h2 {
  margin: 0 auto;
  width: 100%;
  font-size: 2.5rem;
  font-weight: 500;
  text-align: center;
  display: inline-block;
  padding: 1rem 2rem;
  border-top: 6px double #000;
  border-bottom: 6px double #000;
}

.ex-box {
  border: 1px solid #999;
  padding: 10px;
  border-radius: 5px;
  background-color: #f7f7f7;
}
@media (min-width: 768px) {
  .ex-box {
    padding: 20px;
  }
}

.top-msg-box h2 {
  font-size: 1.7rem;
  line-height: 1.6;
  font-weight: 500;
}
@media (min-width: 768px) {
  .top-msg-box h2 {
    font-size: 2.4rem;
    font-weight: bold;
  }
}
@media (min-width: 992px) {
  .top-msg-box h2 {
    font-size: 2.8rem;
  }
}
@media (min-width: 1600px) {
  .top-msg-box h2 {
    font-size: 3.1rem;
  }
}
.top-msg-box h3 {
  font-size: 2.0rem;
  line-height: 1.6;
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 3px solid #f0353c;
}
@media (min-width: 768px) {
  .top-msg-box h3 {
    font-size: 2.2rem;
  }
}
@media (min-width: 992px) {
  .top-msg-box h3 {
    font-size: 2.4rem;
  }
}
@media (min-width: 1600px) {
  .top-msg-box h3 {
    font-size: 2.6rem;
  }
}

.top-msg-box-1 {
  background-color: #f9f9f9;
  padding: 30px 10px 15px 10px;
  border-radius: 5px;
  box-shadow: 5px 5px 0px #f0f0f0;
}
@media (min-width: 768px) {
  .top-msg-box-1 {
    padding: 20px;
  }
}
.top-msg-box-1 p {
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .top-msg-box-1 p {
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  .top-msg-box-1 p {
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .top-msg-box-1 p {
    font-size: 1.6rem;
  }
}

.msg-title-1 {
  width: 100%;
}
.msg-title-1 h2 {
  font-size: 2.1rem;
  text-align: center;
  font-weight: 500;
  color: #e1ac1b;
  font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media (min-width: 768px) {
  .msg-title-1 h2 {
    font-size: 3.0rem;
  }
}
@media (min-width: 992px) {
  .msg-title-1 h2 {
    font-size: 3.5rem;
  }
}
@media (min-width: 1200px) {
  .msg-title-1 h2 {
    font-size: 4.0rem;
  }
}
.msg-title-1 p {
  font-size: 1.5rem;
  text-align: center;
  color: #334d75;
  font-weight: 600;
}
@media (min-width: 768px) {
  .msg-title-1 p {
    font-size: 2.2rem;
  }
}
@media (min-width: 992px) {
  .msg-title-1 p {
    font-size: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .msg-title-1 p {
    font-size: 3.0rem;
  }
}

.msg-title-2 {
  width: 100%;
}
.msg-title-2 h3 {
  font-size: 1.7rem;
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
  color: #e1ac1b;
  font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}
@media (min-width: 768px) {
  .msg-title-2 h3 {
    font-size: 2.1rem;
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .msg-title-2 h3 {
    font-size: 2.2rem;
  }
}
@media (min-width: 1200px) {
  .msg-title-2 h3 {
    font-size: 2.3rem;
  }
}

.contents-text p {
  letter-spacing: .25rem;
  color: #666;
}

.school-title-1 {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .school-title-1 {
    margin-bottom: 50px;
  }
}
.school-title-1 h2 {
  position: relative;
  padding: 0 65px;
  text-align: center;
  color: #c9a100;
  font-size: 2.0rem;
  text-align: center;
  font-weight: 500;
  margin-bottom: 30px;
  font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.school-title-1 h2:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
  background: #c9a100;
}
.school-title-1 h2 span {
  position: relative;
  padding: 0 1.3em;
  background: #fff;
}
@media (min-width: 768px) {
  .school-title-1 h2 span {
    padding: 0 2em;
  }
}
@media (min-width: 768px) {
  .school-title-1 h2 {
    font-size: 2.5rem;
  }
}
@media (min-width: 992px) {
  .school-title-1 h2 {
    font-size: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .school-title-1 h2 {
    font-size: 2.5rem;
  }
}
.school-title-1 .school-title-sub {
  font-size: 1.5rem;
  text-align: center;
  font-weight: 600;
}
@media (min-width: 768px) {
  .school-title-1 .school-title-sub {
    font-size: 1.8rem;
  }
}
@media (min-width: 992px) {
  .school-title-1 .school-title-sub {
    font-size: 2.0rem;
  }
}
@media (min-width: 1200px) {
  .school-title-1 .school-title-sub {
    font-size: 2.0rem;
  }
}

.triangle {
  max-width: 80%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .triangle {
    max-width: 400px;
  }
}

.block p {
  margin: 0;
  padding: 0.3em 0;
  background-color: #324c85;
  color: #fff;
  font-weight: 400;
  text-align: center;
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .block p {
    font-size: 1.8rem;
  }
}

.block::after {
  content: '';
  display: block;
  background-color: #324c85;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  width: 100%;
  height: 30px;
}

.school-area {
  width: 100%;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .school-area {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}

.school-area-img-base-1 {
  width: 100%;
  background: url("../images/img-4.jpg") no-repeat center center;
  background-size: cover;
  height: 200px;
  border-radius: 0 0 5px 5px;
}
@media (min-width: 768px) {
  .school-area-img-base-1 {
    width: 40%;
    height: auto;
    border-radius: 0 5px 5px 0;
  }
}

.school-area-img-base-2 {
  width: 100%;
  background: url("../images/img-8.jpg") no-repeat center center;
  background-size: cover;
  height: 200px;
  border-radius: 0 0 5px 5px;
}
@media (min-width: 768px) {
  .school-area-img-base-2 {
    width: 40%;
    height: auto;
    border-radius: 0 5px 5px 0;
  }
}

.school-area-access {
  padding: 15px 15px 30px 15px;
  background-color: #f5f4ea;
  border-radius: 5px 5px 0 0;
}
@media (min-width: 768px) {
  .school-area-access {
    flex: 1;
    padding: 20px;
    border-radius: 5px 0 0 5px;
  }
}
@media (min-width: 992px) {
  .school-area-access {
    padding: 30px;
  }
}
.school-area-access h4 {
  position: relative;
  display: inline-block;
  background-color: #fff;
  padding: 5px 20px;
  font-size: 1.9rem;
  margin-bottom: 40px;
  font-weight: 600;
}
@media (min-width: 768px) {
  .school-area-access h4 {
    font-size: 2.1rem;
    padding: 10px 30px;
  }
}
.school-area-access h4:first-letter {
  color: #509860;
  font-weight: bold;
}
.school-area-access h4:before {
  position: absolute;
  top: 0;
  content: '';
  width: 10px;
  height: 100%;
  display: inline-block;
  border-left: dotted 2px #2b2b2b;
  border-top: dotted 2px #2b2b2b;
  border-bottom: dotted 2px #2b2b2b;
  left: 0;
}
.school-area-access h4:after {
  position: absolute;
  top: 0;
  content: '';
  width: 10px;
  height: 100%;
  display: inline-block;
  content: '';
  border-top: dotted 2px #2b2b2b;
  border-right: dotted 2px #2b2b2b;
  border-bottom: dotted 2px #2b2b2b;
  right: 0;
}

@media (min-width: 768px) {
  .school-area-list {
    margin-left: 10px;
  }
}
.school-area-list li {
  font-size: 1.3rem;
  line-height: 1.6;
  margin: 0 0 20px 0;
  font-weight: 600;
}
@media (min-width: 768px) {
  .school-area-list li {
    font-size: 1.5rem;
  }
}

/* 吹き出し 全体*/
.talking {
  margin-bottom: 50px;
  position: relative;
}

.talking:before, .talking:after {
  clear: both;
  content: "";
  display: block;
}

/*アイコン*/
.talking figure {
  width: 60px;
  /*アイコンの横幅*/
  height: 60px;
  /*アイコンの縦幅*/
}
@media (min-width: 768px) {
  .talking figure {
    width: 80px;
    height: 80px;
  }
}

.talking-left_icon {
  float: left;
  margin-right: 20px;
  /*アイコンの右の余白(左の吹き出し)*/
}

.talking-right_icon {
  float: right;
  margin-left: 20px;
  /*アイコンの左の余白(右の吹き出し)*/
}

.talking figure img {
  width: 100%;
  height: 100%;
  margin: 0;
  border: 2px solid #aaa;
  border-radius: 50%;
  /*アイコンの角丸*/
}

/*アイコンの下の名前*/
.talking-left_icon figcaption,
.talking-right_icon figcaption {
  padding: 5px 0;
  font-size: 1.0rem;
  line-height: 1.6;
  text-align: center;
  font-weight: 600;
}
@media (min-width: 768px) {
  .talking-left_icon figcaption,
  .talking-right_icon figcaption {
    font-size: 1.2rem;
  }
}

/*吹き出しのセリフ部分*/
.talking-left, .talking-right {
  position: relative;
  padding: 15px 20px;
  border-style: solid;
  /*枠線の線種*/
  border-radius: 10px;
  /*セリフを入れる部分の角丸*/
  max-width: calc(100% - 100px);
}
@media (min-width: 768px) {
  .talking-left, .talking-right {
    padding: 25px 30px;
  }
}
.talking-left p, .talking-right p {
  font-size: 1.3rem;
}
@media (min-width: 768px) {
  .talking-left p, .talking-right p {
    font-size: 1.4rem;
  }
}

.talking p {
  margin: 0;
}

.talking p :last-child {
  margin: 0;
}

/*---左の吹き出し---*/
.talking-left {
  float: left;
  border-width: 2px;
  /*枠線の太さ*/
  border-color: #e0ddc1;
  /*枠線の色*/
  background: #f5f4ea;
  /*背景色*/
}

/*左の吹き出し 三角*/
.talking-left:before {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  border-right: 10px solid #e0ddc1;
  /*三角の線になる部分*/
  top: 15px;
  left: -22px;
}

.talking-left:after {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  border-right: 10px solid #f5f4ea;
  top: 15px;
  left: -19px;
}

/*---右の吹き出し---*/
.talking-right {
  float: right;
  border-width: 2px;
  /*枠線の太さ*/
  border-color: #e0d998;
  /*枠線の色*/
  background: #f8f1b3;
  /*背景色*/
}

/*右の吹き出し 三角*/
.talking-right:before {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  border-left: 10px solid #e0d998;
  /*三角の線になる部分*/
  top: 15px;
  right: -22px;
}

.talking-right:after {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  border-left: 10px solid #f8f1b3;
  top: 15px;
  right: -19px;
}

.section {
  position: relative;
}

.section1 {
  position: relative;
  height: 690px;
}
@media (min-width: 768px) {
  .section1 {
    height: 720px;
  }
}
@media (min-width: 992px) {
  .section1 {
    height: 500px;
  }
}

.section2 {
  position: relative;
  height: 800px;
}
@media (min-width: 768px) {
  .section2 {
    height: 850px;
  }
}
@media (min-width: 992px) {
  .section2 {
    height: 630px;
  }
}

.section3 {
  position: relative;
  height: 840px;
}
@media (min-width: 768px) {
  .section3 {
    height: 850px;
  }
}
@media (min-width: 992px) {
  .section3 {
    height: 580px;
  }
}

.section4 {
  position: relative;
  height: 880px;
}
@media (min-width: 768px) {
  .section4 {
    height: 850px;
  }
}
@media (min-width: 992px) {
  .section4 {
    height: 630px;
  }
}

.section-1-l {
  width: 85%;
  padding-top: 50%;
}
@media (min-width: 768px) {
  .section-1-l {
    width: 94%;
  }
}
@media (min-width: 992px) {
  .section-1-l {
    width: 67%;
    padding-top: 0;
  }
}
.section-1-l .section-1-no {
  font-size: 1.5rem;
  font-weight: 500;
  color: #666;
  margin-left: 10px;
}
@media (min-width: 768px) {
  .section-1-l .section-1-no {
    font-size: 1.8rem;
  }
}
@media (min-width: 992px) {
  .section-1-l .section-1-no {
    margin-bottom: 0;
  }
}
.section-1-l .section-1-no span {
  color: #949494;
}
.section-1-l .section-1-box {
  z-index: 1;
  background-color: #fff;
}
@media (min-width: 992px) {
  .section-1-l .section-1-box {
    padding: 30px 30px 30px 0;
  }
}
.section-1-l .section-1-title {
  margin-bottom: 8%;
  background-color: #fff;
  padding: 30px 0;
}
@media (min-width: 992px) {
  .section-1-l .section-1-title {
    background-color: transparent;
    padding: 0;
  }
}
.section-1-l .section-1-text p {
  letter-spacing: .2rem;
  color: #666;
}
.section-1-l .section-1-text p:last-child {
  margin-bottom: 0;
}

.section-1-r {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  z-index: -1;
}
@media (min-width: 768px) {
  .section-1-r {
    width: 80%;
  }
}
@media (min-width: 992px) {
  .section-1-r {
    width: 43%;
  }
}

.section-2-r {
  position: absolute;
  top: 0;
  right: 0;
  width: 85%;
  padding-top: 80%;
}
@media (min-width: 768px) {
  .section-2-r {
    width: 94%;
  }
}
@media (min-width: 992px) {
  .section-2-r {
    width: 67%;
    padding-top: 15%;
  }
}
.section-2-r .section-2-no {
  font-size: 1.5rem;
  font-weight: 500;
  color: #666;
  margin-left: 10px;
}
@media (min-width: 768px) {
  .section-2-r .section-2-no {
    font-size: 1.8rem;
  }
}
@media (min-width: 992px) {
  .section-2-r .section-2-no {
    margin-bottom: 0;
  }
}
.section-2-r .section-2-no span {
  color: #949494;
}
.section-2-r .section-2-box {
  z-index: 1;
  background-color: #fff;
  padding: 0 0 0 30px;
}
@media (min-width: 992px) {
  .section-2-r .section-2-box {
    padding: 30px 0 30px 30px;
  }
}
.section-2-r .section-2-title {
  margin-bottom: 8%;
  background-color: #fff;
  padding: 30px 0 30px 30px;
}
@media (min-width: 992px) {
  .section-2-r .section-2-title {
    margin-left: 35%;
    background-color: transparent;
    padding: 0;
  }
}
.section-2-r .section-2-text p {
  letter-spacing: .2rem;
  color: #666;
}
.section-2-r .section-2-text p:last-child {
  margin-bottom: 0;
}

.section-2-l {
  width: 100%;
  z-index: -1;
}
@media (min-width: 768px) {
  .section-2-l {
    width: 80%;
  }
}
@media (min-width: 992px) {
  .section-2-l {
    width: 50%;
  }
}

.section-3-l {
  width: 85%;
  padding-top: 100%;
}
@media (min-width: 768px) {
  .section-3-l {
    width: 94%;
  }
}
@media (min-width: 992px) {
  .section-3-l {
    width: 57%;
    padding-top: 0;
    margin-bottom: 200px;
  }
}
.section-3-l .section-3-no {
  font-size: 1.5rem;
  font-weight: 500;
  color: #666;
  margin-left: 10px;
}
@media (min-width: 768px) {
  .section-3-l .section-3-no {
    font-size: 1.8rem;
  }
}
@media (min-width: 992px) {
  .section-3-l .section-3-no {
    margin-bottom: 0;
  }
}
.section-3-l .section-3-no span {
  color: #949494;
}
.section-3-l .section-3-box {
  z-index: 1;
  background-color: #fff;
}
@media (min-width: 992px) {
  .section-3-l .section-3-box {
    padding: 30px 30px 30px 0;
  }
}
.section-3-l .section-3-title {
  margin-bottom: 8%;
  background-color: #fff;
  padding: 30px 0;
}
@media (min-width: 992px) {
  .section-3-l .section-3-title {
    background-color: transparent;
    padding: 0;
  }
}
.section-3-l .section-3-text p {
  letter-spacing: .2rem;
  color: #666;
}
.section-3-l .section-3-text p:last-child {
  margin-bottom: 0;
}

.section-3-r {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  z-index: -1;
}
@media (min-width: 768px) {
  .section-3-r {
    width: 80%;
  }
}
@media (min-width: 992px) {
  .section-3-r {
    bottom: -30%;
    top: auto;
    width: 53%;
  }
}

.section-4-r {
  position: absolute;
  top: 0;
  right: 0;
  width: 85%;
  padding-top: 50%;
}
@media (min-width: 768px) {
  .section-4-r {
    width: 94%;
  }
}
@media (min-width: 992px) {
  .section-4-r {
    padding-top: 0;
    width: 55%;
  }
}
.section-4-r .section-4-no {
  font-size: 1.5rem;
  font-weight: 500;
  color: #666;
  margin-left: 10px;
}
@media (min-width: 768px) {
  .section-4-r .section-4-no {
    font-size: 1.8rem;
  }
}
@media (min-width: 992px) {
  .section-4-r .section-4-no {
    margin-bottom: 0;
  }
}
.section-4-r .section-4-no span {
  color: #949494;
}
.section-4-r .section-4-box {
  z-index: 1;
  background-color: #fff;
  padding: 0 0 0 30px;
}
@media (min-width: 992px) {
  .section-4-r .section-4-box {
    padding: 30px 0 30px 30px;
  }
}
.section-4-r .section-4-title {
  background-color: #fff;
  padding: 30px 0 30px 30px;
}
@media (min-width: 992px) {
  .section-4-r .section-4-title {
    margin-bottom: 8%;
    margin-left: 30px;
    background-color: transparent;
    padding: 0;
  }
}
.section-4-r .section-4-text p {
  letter-spacing: .2rem;
  color: #666;
}
.section-4-r .section-4-text p:last-child {
  margin-bottom: 0;
}

.section-4-l {
  width: 100%;
  z-index: -1;
}
@media (min-width: 768px) {
  .section-4-l {
    width: 80%;
  }
}
@media (min-width: 992px) {
  .section-4-l {
    width: 40%;
  }
}

.section-img-1 {
  background: url("../images/schedule-1.png") no-repeat left top;
  height: 40px;
  background-size: contain;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 5%;
}
@media (min-width: 768px) {
  .section-img-1 {
    height: 50px;
  }
}

.section-img-2 {
  background: url("../images/schedule-2.png") no-repeat left top;
  height: 40px;
  background-size: contain;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 5%;
}
@media (min-width: 768px) {
  .section-img-2 {
    height: 50px;
  }
}

.section-img-3 {
  background: url("../images/schedule-3.png") no-repeat left top;
  height: 40px;
  background-size: contain;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 5%;
}
@media (min-width: 768px) {
  .section-img-3 {
    height: 50px;
  }
}

.section-img-4 {
  background: url("../images/schedule-4.png") no-repeat left top;
  height: 40px;
  background-size: contain;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 5%;
}
@media (min-width: 768px) {
  .section-img-4 {
    height: 50px;
  }
}

.section-img-5 {
  background: url("../images/schedule-5.png") no-repeat left top;
  height: 40px;
  background-size: contain;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 5%;
}
@media (min-width: 768px) {
  .section-img-5 {
    height: 50px;
  }
}

.section-img-6 {
  background: url("../images/schedule-6.png") no-repeat left top;
  height: 40px;
  background-size: contain;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 5%;
}
@media (min-width: 768px) {
  .section-img-6 {
    height: 50px;
  }
}

.section-img-7 {
  background: url("../images/schedule-7.png") no-repeat left top;
  height: 40px;
  background-size: contain;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 5%;
}
@media (min-width: 768px) {
  .section-img-7 {
    height: 50px;
  }
}

.font-size-1 p {
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .font-size-1 p {
    font-size: 1.7rem;
  }
}

.card1 {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  width: 100%;
}
@media (min-width: 768px) {
  .card1 {
    padding: 0 10%;
  }
}
@media (min-width: 1101px) {
  .card1 {
    padding: 0 15%;
  }
}

.card1-1 {
  width: 100%;
  background-color: #fff;
}
.card1-1:first-child {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .card1-1:first-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .card1-1 {
    width: calc((100% - 30px * 1) / 2);
  }
}
.card1-1 img {
  width: 70%;
  margin: 0 15% 10px 15%;
}
@media (min-width: 768px) {
  .card1-1 img {
    width: 100%;
    margin: 0 0 40px 0;
  }
}
@media (min-width: 1300px) {
  .card1-1 img {
    width: 100%;
  }
}
.card1-1 h4 {
  font-size: 1.7rem;
  color: #373737;
  line-height: 1.6;
  font-weight: 500;
  text-align: center;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media (min-width: 768px) {
  .card1-1 h4 {
    font-size: 2.4rem;
  }
}

.card2 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media (min-width: 768px) {
  .card2 {
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }
}

.card2-1 {
  width: 100%;
}
@media (min-width: 768px) {
  .card2-1 {
    padding: 20px 30px;
  }
}
.card2-1:first-child {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .card2-1:first-child {
    border-right: 1px solid #d1d1d1;
    margin-bottom: 0;
    padding: 20px 30px;
  }
}
.card2-1 p {
  font-size: 1.4rem;
  color: #373737;
  line-height: 1.6;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .card2-1 p {
    text-align: center;
    font-size: 1.7rem;
  }
}

.card3 {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  width: 100%;
}
@media (min-width: 768px) {
  .card3 {
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }
}

.card3-1 {
  width: 100%;
  margin-bottom: 30px;
}
.card3-1:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .card3-1 {
    margin-bottom: 0;
    width: calc((100% - 5px * 2) / 3);
  }
}

.card4 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media (min-width: 768px) {
  .card4 {
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: start;
  }
}

.card4-1 {
  width: 100%;
}

@media (min-width: 768px) {
  .card4-1-1 {
    width: 300px;
  }
}

.bnr-box {
  cursor: pointer;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
}
.bnr-box:hover .bnr-bg {
  transform: scale(1.1);
  filter: brightness(70%);
}

.bnr-name {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0 auto;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  text-align: center;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
  width: 100%;
}
.bnr-name h2 {
  font-size: 1.6rem;
  color: #fff;
  font-weight: 300;
  padding: 10px 0;
}
@media (min-width: 768px) {
  .bnr-name h2 {
    font-size: 1.8rem;
  }
}
@media (min-width: 992px) {
  .bnr-name h2 {
    font-size: 2.0rem;
  }
}
@media (min-width: 1200px) {
  .bnr-name h2 {
    font-size: 2.0rem;
  }
}
.bnr-name span {
  font-size: 1.4rem;
  color: #fff;
}
@media (min-width: 768px) {
  .bnr-name span {
    font-size: 1.4rem;
  }
}
@media (min-width: 992px) {
  .bnr-name span {
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .bnr-name span {
    font-size: 1.5rem;
  }
}

.card5 {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  width: 100%;
}
@media (min-width: 992px) {
  .card5 {
    padding: 0 50px;
  }
}

.card5-1 {
  width: 100%;
  margin-bottom: 30px;
  background-color: #efe1ef;
  padding: 50px 40px 35px 40px;
}
@media (min-width: 768px) {
  .card5-1 {
    padding: 50px 30px 35px 30px;
  }
}
@media (min-width: 1200px) {
  .card5-1 {
    padding: 50px 40px 35px 40px;
  }
}
.card5-1:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .card5-1 {
    margin-bottom: 0;
    width: calc((100% - 30px * 2) / 3);
  }
}

.card5-2 {
  width: 100%;
  margin-bottom: 30px;
  background-color: #ecebda;
  padding: 50px 40px 35px 40px;
}
@media (min-width: 768px) {
  .card5-2 {
    padding: 50px 30px 35px 30px;
  }
}
@media (min-width: 1200px) {
  .card5-2 {
    padding: 50px 40px 35px 40px;
  }
}
.card5-2:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .card5-2 {
    margin-bottom: 0;
    width: calc((100% - 30px * 2) / 3);
  }
}

.card-box {
  position: relative;
  margin: 0 auto;
  width: 100%;
}
.card-box p {
  font-size: 1.5rem;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 500;
  color: #000;
}
@media (min-width: 768px) {
  .card-box p {
    font-size: 1.8rem;
  }
}
.card-box p:last-child {
  margin-bottom: 0;
}

.card-name-1 {
  position: absolute;
  top: -80px;
  left: 0;
  margin: 0 auto;
  text-align: center;
  background-color: #965794;
  box-shadow: 5px 5px 0 #694168;
  z-index: 1;
  width: 100%;
}
.card-name-1 h2 {
  font-size: 1.8rem;
  color: #fff;
  font-weight: 400;
  padding: 17px 0 7px 0;
}
@media (min-width: 768px) {
  .card-name-1 h2 {
    font-size: 1.8rem;
  }
}
@media (min-width: 992px) {
  .card-name-1 h2 {
    font-size: 2.0rem;
  }
}
@media (min-width: 1200px) {
  .card-name-1 h2 {
    font-size: 2.0rem;
  }
}
.card-name-1 span {
  font-size: 1.4rem;
  color: #fff;
}
@media (min-width: 768px) {
  .card-name-1 span {
    font-size: 1.4rem;
  }
}
@media (min-width: 992px) {
  .card-name-1 span {
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .card-name-1 span {
    font-size: 1.5rem;
  }
}

.card-name-2 {
  position: absolute;
  top: -80px;
  left: 0;
  margin: 0 auto;
  text-align: center;
  background-color: #b8b32b;
  box-shadow: 5px 5px 0 #99951e;
  z-index: 1;
  width: 100%;
}
.card-name-2 h2 {
  font-size: 1.8rem;
  color: #fff;
  font-weight: 400;
  padding: 10px 0 10px 0;
}
@media (min-width: 768px) {
  .card-name-2 h2 {
    font-size: 1.8rem;
  }
}
@media (min-width: 992px) {
  .card-name-2 h2 {
    font-size: 2.0rem;
  }
}
@media (min-width: 1200px) {
  .card-name-2 h2 {
    font-size: 2.0rem;
  }
}
.card-name-2 span {
  font-size: 1.4rem;
  color: #fff;
}
@media (min-width: 768px) {
  .card-name-2 span {
    font-size: 1.4rem;
  }
}
@media (min-width: 992px) {
  .card-name-2 span {
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .card-name-2 span {
    font-size: 1.5rem;
  }
}

.bnr-bg1 {
  background: url("../images/bnr-1.png") no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 150px;
  transition: 0.5s all;
}
@media (min-width: 768px) {
  .bnr-bg1 {
    background-size: contain;
    height: 200px;
  }
}

.bnr-bg2 {
  background: url("../images/bnr-2.png") no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 150px;
  transition: 0.5s all;
}
@media (min-width: 768px) {
  .bnr-bg2 {
    background-size: contain;
    height: 200px;
  }
}

.bnr-bg3 {
  background: url("../images/bnr-3.png") no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 150px;
  transition: 0.5s all;
}
@media (min-width: 768px) {
  .bnr-bg3 {
    background-size: contain;
    height: 200px;
  }
}

.ruby {
  font-size: .2em;
}

.slider-roop img {
  width: 200px;
  margin: 0 1px;
  backface-visibility: hidden;
}
@media (min-width: 768px) {
  .slider-roop img {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .slider-roop img {
    width: 400px;
  }
}

.arrow1 {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
  right: 0;
  box-sizing: border-box;
  border-radius: 50%;
  border: 1px solid #58626c;
  transition: all .1s ease-in-out .0s;
}
@media (min-width: 768px) {
  .arrow1 {
    width: 40px;
    height: 40px;
  }
}

.arrow1::before {
  content: "";
  position: absolute;
  top: 0;
  right: 2px;
  bottom: 0;
  left: 0;
  width: 14px;
  height: 1px;
  margin: auto;
  background-color: #58626c;
  transition: all .1s ease-in-out .0s;
}
@media (min-width: 768px) {
  .arrow1::before {
    width: 18px;
  }
}

.arrow1::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(50% - 2px);
  width: 8px;
  height: 8px;
  margin: auto;
  border-top: 1px solid #58626c;
  border-right: 1px solid #58626c;
  transform: rotate(45deg);
  transition: all .1s ease-in-out .0s;
}
@media (min-width: 768px) {
  .arrow1::after {
    width: 10px;
    height: 10px;
  }
}

.para-wall-pagename {
  position: absolute;
  top: -100px;
  left: 0px;
  background-color: #fff;
}
@media (min-width: 768px) {
  .para-wall-pagename {
    top: -70px;
    left: 50px;
  }
}
@media (min-width: 992px) {
  .para-wall-pagename {
    top: -70px;
    left: 50px;
  }
}
@media (min-width: 1101px) {
  .para-wall-pagename {
    top: -70px;
    left: 50px;
  }
}
@media (min-width: 1200px) {
  .para-wall-pagename {
    top: -90px;
    left: 50px;
  }
}
.para-wall-pagename ul {
  display: flex;
  align-items: center;
}
.para-wall-pagename ul li {
  display: inline-block;
  padding: 5px 5px 5px 5px;
  margin-right: 5px;
  border-right: 1px solid #999;
}
@media (min-width: 768px) {
  .para-wall-pagename ul li {
    padding: 5px 10px 5px 0;
    margin-right: 10px;
  }
}
.para-wall-pagename ul li:last-child {
  border-right: 0;
}
.para-wall-pagename ul li a {
  text-decoration: none;
  color: #373737;
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  .para-wall-pagename ul li a {
    font-size: 1.5rem;
  }
}
.para-wall-pagename ul li a:hover {
  text-decoration: underline;
}
.para-wall-pagename h2 {
  font-size: 1.3rem;
  font-weight: 300;
  margin: 0;
  color: #757c82;
}
@media (min-width: 768px) {
  .para-wall-pagename h2 {
    font-size: 2.0rem;
  }
}

.center-box p {
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.4rem;
  color: #596a54;
  margin-bottom: 10px;
  font-weight: 600;
}
@media (min-width: 768px) {
  .center-box p {
    font-size: 1.7rem;
    text-align: center;
  }
}

.tel {
  width: 100%;
}
.tel p {
  text-align: center;
}
.tel p a {
  font-size: 2.5rem;
  font-weight: 500;
  color: #58626c;
  text-decoration: none;
  text-align: center;
  display: inlin-block;
}
@media (min-width: 768px) {
  .tel p a {
    font-size: 3.5rem;
  }
}
.tel p a:hover {
  color: #999;
}
.tel span {
  margin-top: 15px;
  display: block;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 400;
  color: #373737;
}
@media (min-width: 768px) {
  .tel span {
    font-size: 1.4rem;
  }
}

.footer-tel {
  width: 100%;
}
.footer-tel p {
  text-align: center;
  margin-bottom: 0;
}
.footer-tel p a {
  font-size: 2.5rem;
  font-weight: 500;
  color: #58626c;
  text-decoration: none;
  text-align: center;
  display: inlin-block;
}
@media (min-width: 768px) {
  .footer-tel p a {
    font-size: 2.7rem;
  }
}
@media (min-width: 992px) {
  .footer-tel p a {
    font-size: 3.3rem;
  }
}
@media (min-width: 1200px) {
  .footer-tel p a {
    font-size: 3.5rem;
  }
}
.footer-tel p a:hover {
  color: #999;
}
.footer-tel span {
  display: block;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 400;
  color: #373737;
}
@media (min-width: 768px) {
  .footer-tel span {
    font-size: 1.3rem;
  }
}

.content-sub {
  margin-bottom: 15px;
}
.content-sub h4 {
  font-size: 2.0rem;
  font-weight: 500;
  position: relative;
  display: inline-block;
  color: #476b72;
}
@media (min-width: 768px) {
  .content-sub h4 {
    font-size: 2.5rem;
  }
}

.content-sub-text {
  margin-bottom: 100px;
}
@media (min-width: 768px) {
  .content-sub-text {
    margin-bottom: 130px;
  }
}

.content-sub-text-1 p {
  font-size: 1.6rem;
  padding: 5px 20px;
  display: inline-block;
  border-top: 1px solid #373737;
  border-bottom: 1px solid #373737;
}
@media (min-width: 768px) {
  .content-sub-text-1 p {
    font-size: 2.1rem;
  }
}

rt {
  display: none;
}

ruby[data-ruby] {
  position: relative;
}

ruby[data-ruby]::before {
  content: attr(data-ruby);
  position: absolute;
  left: -2em;
  top: -1.5em;
  right: -2em;
  text-align: center;
  font-size: .48em;
}

.event {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 35px;
  margin-bottom: 35px;
}
@media (min-width: 768px) {
  .event {
    gap: 15px;
    flex-wrap: nowrap;
  }
}
@media (min-width: 992px) {
  .event {
    gap: 15px;
  }
}

.event-card-large {
  flex-basis: 100%;
}
@media (min-width: 768px) {
  .event-card-large {
    flex-basis: 60%;
  }
}

.event-card-small {
  flex-basis: 100%;
}
@media (min-width: 768px) {
  .event-card-small {
    flex-basis: 40%;
  }
}

.event-card {
  width: 100%;
  background-color: #fff;
  box-shadow: 3px 3px 8px #d6d6d6;
}
.event-card:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .event-card {
    width: calc((100% - 15px * 1) / 2);
  }
}

.event-card-box {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  overflow: hidden;
  position: relative;
}
@media (min-width: 992px) {
  .event-card-box {
    height: 370px;
  }
}
@media (min-width: 1101px) {
  .event-card-box {
    height: 400px;
  }
}
@media (min-width: 1300px) {
  .event-card-box {
    height: 350px;
  }
}
.event-card-box:hover .event-bg {
  transform: scale(1.1);
  filter: brightness(70%);
}
.event-card-box:hover .hovertext {
  background-color: #f3f3f3;
}
.event-card-box .arrow1 {
  position: absolute;
  bottom: 20px;
  right: 25px;
  border: 2px solid #fff;
}
.event-card-box .arrow1::before {
  height: 2px;
  background-color: #fff;
}
.event-card-box .arrow1::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.event-card-box:hover .arrow1 {
  border: 2px solid #fff;
  right: 10px;
}
.event-card-box:hover .arrow1::before {
  height: 2px;
  background-color: #fff;
}
.event-card-box:hover .arrow1::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.event-card-text-large {
  width: 100%;
  height: 100%;
  padding: 30px;
  background-color: #fff;
  z-index: 1;
}
@media (min-width: 992px) {
  .event-card-text-large {
    width: 50%;
    padding: 40px;
  }
}
.event-card-text-large p {
  font-size: 1.4rem;
  color: #373737;
}
@media (min-width: 768px) {
  .event-card-text-large p {
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  .event-card-text-large p {
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .event-card-text-large p {
    font-size: 1.5rem;
  }
}
.event-card-text-large .event-date {
  font-size: 1.5rem;
  font-weight: 500;
  color: #2e4860;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .event-card-text-large .event-date {
    font-size: 1.6rem;
    font-weight: 600;
  }
}

.event-card-text-small {
  width: 100%;
  height: 100%;
  padding: 30px;
  background-color: #fff;
  z-index: 1;
}
@media (min-width: 992px) {
  .event-card-text-small {
    width: 55%;
    padding: 40px;
  }
}
.event-card-text-small p {
  font-size: 1.4rem;
  color: #373737;
}
@media (min-width: 768px) {
  .event-card-text-small p {
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  .event-card-text-small p {
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .event-card-text-small p {
    font-size: 1.5rem;
  }
}
.event-card-text-small .event-date {
  font-size: 1.5rem;
  font-weight: 500;
  color: #2e4860;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .event-card-text-small .event-date {
    font-size: 1.6rem;
    font-weight: 600;
  }
}

.event-card-1-neme {
  background: url("../images/event-name-1.png") no-repeat left top;
  height: 25px;
  background-size: contain;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .event-card-1-neme {
    height: 30px;
  }
}

.event-card-2-neme {
  background: url("../images/event-name-2.png") no-repeat left top;
  height: 25px;
  background-size: contain;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .event-card-2-neme {
    height: 30px;
  }
}

.event-card-3-neme {
  background: url("../images/event-name-3.png") no-repeat left top;
  height: 25px;
  background-size: contain;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .event-card-3-neme {
    height: 30px;
  }
}

.event-card-4-neme {
  background: url("../images/event-name-4.png") no-repeat left top;
  height: 25px;
  background-size: contain;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .event-card-4-neme {
    height: 30px;
  }
}

.event-card-1-img {
  background: url("../images/event-1.jpg") no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 150px;
  transition: 0.5s all;
}
@media (min-width: 992px) {
  .event-card-1-img {
    width: 50%;
    height: auto;
  }
}

.event-card-2-img {
  background: url("../images/event-2.jpg") no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 150px;
  transition: 0.5s all;
}
@media (min-width: 992px) {
  .event-card-2-img {
    width: 45%;
    height: auto;
  }
}

.event-card-3-img {
  background: url("../images/event-3.jpg") no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 150px;
  transition: 0.5s all;
}
@media (min-width: 992px) {
  .event-card-3-img {
    width: 45%;
    height: auto;
  }
}

.event-card-4-img {
  background: url("../images/event-4.jpg") no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 150px;
  transition: 0.5s all;
}
@media (min-width: 992px) {
  .event-card-4-img {
    width: 50%;
    height: auto;
  }
}

.top-service {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 35px;
}
@media (min-width: 768px) {
  .top-service {
    gap: 15px;
    flex-wrap: nowrap;
  }
}
@media (min-width: 992px) {
  .top-service {
    gap: 0;
  }
}

.flex-order1 {
  order: 1;
}
@media (min-width: 768px) {
  .flex-order1 {
    order: 2;
  }
}

.flex-order2 {
  order: 2;
}
@media (min-width: 768px) {
  .flex-order2 {
    order: 1;
  }
}

.top-service-card-1 {
  width: 100%;
  background-color: #fff;
  position: relative;
  padding: 30px 0 0 0;
}
.top-service-card-1:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .top-service-card-1 {
    padding: 60px 0 60px 20px;
  }
}
@media (min-width: 992px) {
  .top-service-card-1 {
    padding: 80px 0 80px 50px;
  }
}
@media (min-width: 1200px) {
  .top-service-card-1 {
    padding: 100px 0 100px 80px;
  }
}

.top-service-card-2 {
  width: 100%;
  background-color: #fff;
  position: relative;
  padding: 30px 0 0 0;
}
.top-service-card-2:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .top-service-card-2 {
    padding: 60px 20px 60px 0;
  }
}
@media (min-width: 992px) {
  .top-service-card-2 {
    padding: 80px 50px 80px 0;
  }
}
@media (min-width: 1200px) {
  .top-service-card-2 {
    padding: 100px 80px 100px 0;
  }
}

.top-service-card-title-1 {
  flex-basis: 100%;
  padding: 160px 0 60px 0;
  position: relative;
}
.top-service-card-title-1 h2 {
  width: 80px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .top-service-card-title-1 {
    flex-basis: 20%;
  }
}

.top-service-card-title-2 {
  flex-basis: 100%;
  padding: 120px 0 60px 0;
  position: relative;
}
.top-service-card-title-2 h2 {
  width: 105px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .top-service-card-title-2 h2 {
    width: 145px;
  }
}
@media (min-width: 768px) {
  .top-service-card-title-2 {
    flex-basis: 20%;
  }
}

.top-service-card-text {
  background-color: transparent;
  flex-basis: 100%;
}
@media (min-width: 768px) {
  .top-service-card-text {
    flex-basis: 80%;
  }
}

.top-service-1-name {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0 auto;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  background: url("../images/top-service-1-name.png") no-repeat left top;
  background-size: contain;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  height: 200px;
}
@media (min-width: 768px) {
  .top-service-1-name {
    left: 43%;
    width: 100%;
    height: 300px;
  }
}

.top-service-2-name {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0 auto;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  background: url("../images/top-service-2-name.png") no-repeat left top;
  background-size: contain;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  height: 200px;
}
@media (min-width: 768px) {
  .top-service-2-name {
    left: 43%;
    width: 100%;
    height: 300px;
  }
}

.top-service-3-name {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0 auto;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  background: url("../images/top-service-3-name.png") no-repeat left top;
  background-size: contain;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  height: 200px;
}
@media (min-width: 768px) {
  .top-service-3-name {
    left: 43%;
    width: 100%;
    height: 300px;
  }
}

.top-service-card-box {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
}
.top-service-card-box p {
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.5rem;
  line-height: 1.6;
  font-weight: 300;
}
.top-service-card-box p:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .top-service-card-box p {
    font-size: 1.6rem;
  }
}
@media (min-width: 992px) {
  .top-service-card-box p {
    font-size: 1.7rem;
  }
}
@media (min-width: 1200px) {
  .top-service-card-box p {
    font-size: 1.8rem;
  }
}
.top-service-card-box .button1, .top-service-card-box .button2 {
  margin-top: 50px;
}
.top-service-card-box .button1 p, .top-service-card-box .button2 p {
  font-weight: 400;
  font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.5rem;
  margin: 0;
  line-height: 0;
}
@media (min-width: 768px) {
  .top-service-card-box .button1 p, .top-service-card-box .button2 p {
    font-size: 1.6rem;
  }
}

.top-service-card-box-button {
  margin-top: 50px;
  z-index: 2;
  position: relative;
}

.top-service-card-1-img-1 {
  position: absolute;
  bottom: 80px;
  right: 0;
}
@media (min-width: 768px) {
  .top-service-card-1-img-1 {
    bottom: 20px;
  }
}
.top-service-card-1-img-1 img {
  width: 180px;
}
@media (min-width: 768px) {
  .top-service-card-1-img-1 img {
    width: 250px;
  }
}
@media (min-width: 992px) {
  .top-service-card-1-img-1 img {
    width: 350px;
  }
}

.top-service-card-1-img-2 {
  position: absolute;
  bottom: 80px;
  right: 30px;
}
@media (min-width: 768px) {
  .top-service-card-1-img-2 {
    bottom: 20px;
  }
}
.top-service-card-1-img-2 img {
  width: 180px;
}
@media (min-width: 768px) {
  .top-service-card-1-img-2 img {
    width: 250px;
  }
}
@media (min-width: 992px) {
  .top-service-card-1-img-2 img {
    width: 350px;
  }
}

.tera p {
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 2.5rem;
  font-weight: 500;
  margin-bottom: 0;
  color: #3e4f20;
}
@media (min-width: 768px) {
  .tera p {
    font-size: 2.2rem;
  }
}
@media (min-width: 900px) {
  .tera p {
    font-size: 2.8rem;
  }
}
@media (min-width: 1000px) {
  .tera p {
    font-size: 3.2rem;
  }
}
@media (min-width: 1101px) {
  .tera p {
    font-size: 2.7rem;
  }
}
@media (min-width: 1200px) {
  .tera p {
    font-size: 3.0rem;
  }
}
@media (min-width: 1300px) {
  .tera p {
    font-size: 3.5rem;
  }
}
@media (min-width: 1400px) {
  .tera p {
    font-size: 4.0rem;
  }
}

.bnr-line-tl {
  position: absolute;
  top: -5px;
  left: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  background-color: #748e47;
  transform: rotate(135deg);
}

.bnr-line-tr {
  position: absolute;
  top: -5px;
  right: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  background-color: #748e47;
  transform: rotate(135deg);
}

.bnr-line-bl {
  position: absolute;
  bottom: -5px;
  left: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  background-color: #748e47;
  transform: rotate(135deg);
}

.bnr-line-br {
  position: absolute;
  bottom: -5px;
  right: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  background-color: #748e47;
  transform: rotate(135deg);
}

.top-event {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .top-event {
    margin-bottom: 50px;
  }
}
.top-event h2 {
  font-size: 2.2rem;
  font-weight: 500;
  margin-bottom: 10px;
  color: #748e47;
}
@media (min-width: 768px) {
  .top-event h2 {
    font-size: 2.5rem;
  }
}
.top-event p {
  font-size: 1.4rem;
  margin-bottom: 0;
}

.sns-card {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-left: 2px solid #748e47;
  border-right: 2px solid #748e47;
  margin-bottom: 80px;
}
@media (min-width: 768px) {
  .sns-card {
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
  }
}

.flex-2 {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}

.sns-card-1-1 {
  text-align: center;
  width: 400px;
}

.sns-card-1-sns {
  width: 300px;
}

.sns-card-content-sub h4 {
  font-size: 1.8rem;
  font-weight: 500;
  position: relative;
  display: inline-block;
  color: #748e47;
  padding: 10px 0;
}
@media (min-width: 768px) {
  .sns-card-content-sub h4 {
    font-size: 2.5rem;
  }
}

.sns-card-content-sub-text {
  padding: 10px 0 10px 30px;
}
@media (min-width: 768px) {
  .sns-card-content-sub-text {
    padding: 0;
  }
}
.sns-card-content-sub-text p {
  font-size: 1.2rem;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .sns-card-content-sub-text p {
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  .sns-card-content-sub-text p {
    font-size: 1.6rem;
  }
}
@media (min-width: 1200px) {
  .sns-card-content-sub-text p {
    font-size: 1.7rem;
  }
}

.sns-card-icon {
  text-align: center;
}
.sns-card-icon i {
  font-size: 4.0rem;
}
@media (min-width: 768px) {
  .sns-card-icon i {
    font-size: 5.0rem;
  }
}
.sns-card-icon a:hover {
  color: #999;
}

.schedule-card {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 50px;
}
@media (min-width: 768px) {
  .schedule-card {
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: start;
  }
}

.schedule-card-1 {
  width: 100%;
}
@media (min-width: 768px) {
  .schedule-card-1 {
    width: 60%;
  }
}

.event-card-1-neme-schedule {
  background: url("../images/event-name-1.png") no-repeat left top;
  height: 25px;
  background-size: contain;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .event-card-1-neme-schedule {
    height: 40px;
  }
}

.event-card-2-neme-schedule {
  background: url("../images/event-name-2.png") no-repeat left top;
  height: 25px;
  background-size: contain;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .event-card-2-neme-schedule {
    height: 40px;
  }
}

.event-card-3-neme-schedule {
  background: url("../images/event-name-3.png") no-repeat left top;
  height: 25px;
  background-size: contain;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .event-card-3-neme-schedule {
    height: 40px;
  }
}

.event-card-4-neme-schedule {
  background: url("../images/event-name-4.png") no-repeat left top;
  height: 25px;
  background-size: contain;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .event-card-4-neme-schedule {
    height: 40px;
  }
}

.schedule-text {
  margin-bottom: 50px;
}
.schedule-text p {
  font-size: 1.4rem;
  color: #373737;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .schedule-text p {
    font-size: 1.6rem;
  }
}

.schedule-card-2 {
  width: 100%;
}
@media (min-width: 768px) {
  .schedule-card-2 {
    width: 40%;
  }
}

.schedule-date {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 50px;
  border-top: 1px solid #999;
  padding: 10px 0;
  flex-wrap: nowrap;
  justify-content: start;
  align-items: center;
  background-color: #fff;
}
.schedule-date:last-child {
  border-bottom: 1px solid #999;
}

.schedule-date-1 {
  width: 30%;
  padding-left: 20px;
}
.schedule-date-1 p {
  margin-bottom: 0;
}

.schedule-date-2 {
  width: 70%;
  padding-right: 20px;
}
.schedule-date-2 p {
  margin-bottom: 0;
}

.schedule-date-box {
  padding: 0;
}
@media (min-width: 1200px) {
  .schedule-date-box {
    padding: 0 60px;
  }
}

.schedule-bg-img-r {
  display: none;
}
@media (min-width: 992px) {
  .schedule-bg-img-r {
    position: absolute;
    bottom: -350px;
    right: 0;
    z-index: -10;
    background: url("../images/schedule-kumo-r.png") no-repeat left top;
    background-size: contain;
    display: block;
    width: 400px;
    height: 350px;
  }
}

.schedule-bg-img-l {
  display: none;
}
@media (min-width: 992px) {
  .schedule-bg-img-l {
    position: absolute;
    bottom: -200px;
    left: 0;
    z-index: -10;
    background: url("../images/schedule-kumo-l.png") no-repeat left top;
    background-size: contain;
    display: block;
    width: 400px;
    height: 350px;
  }
}

/*# sourceMappingURL=style.css.map */
