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

.asdf {
  display: flex;
}

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: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.0rem;
  font-weight: normal;
  color: #252525;
  background-color: #fff;
}

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

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

a:hover {
  color: #000;
}

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: 5rem;
  color: inherit;
}

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

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

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

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

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

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

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

.p-mb-off {
  margin-bottom: 0;
}

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

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

@-ms-viewport {
  width: device-width;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

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

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

.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%;
  min-height: 1px;
  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: none;
}

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

@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: none;
  }

  .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-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;
  }
}
@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: none;
  }

  .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-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;
  }
}
@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: none;
  }

  .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-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;
  }
}
@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: none;
  }

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

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

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

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

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

  .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;
  }
}
.st-1 {
  width: 100%;
}

@media (min-width: 576px) {
  .st-1 {
    width: 100%;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .st-1 {
    width: 100%;
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  .st-1 {
    width: 100%;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  .st-1 {
    width: 980px;
    margin: 0 auto;
  }
}
.st-md-xs {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .st-md-xs {
    margin-bottom: 50px;
  }
}
@media (min-width: 1200px) {
  .st-md-xs {
    margin-bottom: 60px;
  }
}

.st-md-s {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .st-md-s {
    margin-bottom: 80px;
  }
}
@media (min-width: 1200px) {
  .st-md-s {
    margin-bottom: 80px;
  }
}

.st-md-m {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .st-md-m {
    margin-bottom: 90px;
  }
}
@media (min-width: 1200px) {
  .st-md-m {
    margin-bottom: 120px;
  }
}

.st-md-l {
  margin-bottom: 80px;
}
@media (min-width: 768px) {
  .st-md-l {
    margin-bottom: 100px;
  }
}
@media (min-width: 1200px) {
  .st-md-l {
    margin-bottom: 160px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-info {
  width: 100%;
  background-color: #fff;
  padding: 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: #f7f7f7;
  border-bottom: 10px solid #8bc691;
  padding: 30px 0 45px 0;
  z-index: -100;
}
@media (min-width: 768px) {
  .bg-footer {
    padding: 50px 0;
  }
}

.bg-pr {
  width: 100%;
  padding: 30px 0;
  z-index: -100;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .bg-pr {
    padding: 60px 0;
    margin: 0 0 20px 0;
  }
}

.bg-service-menu {
  background: url("../images/service-menu-wall.JPG") no-repeat center center;
  background-attachment: scroll;
  background-size: cover;
  width: 100%;
  z-index: -1;
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .bg-service-menu {
    background: url("../images/service-menu-wall.JPG") no-repeat center center;
    background-attachment: scroll;
    background-size: cover;
    width: 100%;
    margin-top: 80px;
  }
}
@media (min-width: 992px) {
  .bg-service-menu {
    background: url("../images/service-menu-wall.JPG") no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
    width: 100%;
    z-index: auto;
  }
}
.bg-service-top {
  width: 100%;
  background-color: #f8f2e6;
  padding: 30px 0;
  z-index: -100;
}
@media (min-width: 768px) {
  .bg-service-top {
    padding: 50px 0;
  }
}

.bg-slider {
  z-index: -1;
}
@media (min-width: 768px) {
  .bg-slider {
    width: 100%;
    background-color: #f8f8f8;
    z-index: -100;
    margin-bottom: 40px;
    padding-bottom: 30px;
  }
}

.bg-1 {
  z-index: -1;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .bg-1 {
    width: 100%;
    margin-top: 0;
    background-color: #fff;
    padding: 50px 30px;
    z-index: -100;
    border-radius: 10px 10px 0 0;
  }
}

.bg-border {
  position: relative;
  border: 1px solid #999;
  background-color: #fff;
  padding: 50px 20px 20px 20px;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .bg-border {
    padding: 50px 20px 20px 20px;
    margin-bottom: 0px;
  }
}
@media (min-width: 992px) {
  .bg-border {
    padding: 50px 50px;
  }
}

.bg-2 {
  width: 100%;
  background-color: #f8f1e9;
  padding: 30px 0;
  z-index: -100;
}
@media (min-width: 768px) {
  .bg-2 {
    padding: 40px 0;
    margin-bottom: 0px;
  }
}

.bg-3 {
  width: 100%;
  background-color: #fbf8f2;
  padding: 0 0 30px 0;
  z-index: -1000;
}
@media (min-width: 768px) {
  .bg-3 {
    padding: 40px 0;
    margin-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .bg-3 {
    padding: 40px 0;
  }
}

.bg-4 {
  width: 100%;
  background-color: #00a9a9;
  padding: 30px 0;
  z-index: -100;
}
@media (min-width: 768px) {
  .bg-4 {
    padding: 40px 0;
  }
}
@media (min-width: 1200px) {
  .bg-4 {
    padding: 30px 0;
  }
}

.bg-5 {
  width: 100%;
  background-color: #dda611;
  padding: 20px 0;
  z-index: -100;
}
@media (min-width: 768px) {
  .bg-5 {
    padding: 40px 0;
  }
}
@media (min-width: 1200px) {
  .bg-5 {
    padding: 30px 0;
  }
}

.bg-6 {
  width: 100%;
  background-color: #5cb4e4;
  z-index: -100;
  height: 150px;
  margin-top: -150px;
  margin-bottom: 70px;
}

.bg-7 {
  width: 100%;
  background-color: #004b84;
  padding: 20px 0;
  z-index: -100;
  margin-bottom: 70px;
}
@media (min-width: 768px) {
  .bg-7 {
    padding: 40px 0;
  }
}
@media (min-width: 1200px) {
  .bg-7 {
    padding: 40px 0;
  }
}

.bg-8 {
  width: 100%;
  background-color: #00a9a9;
  padding: 20px 0;
  z-index: -100;
}
@media (min-width: 768px) {
  .bg-8 {
    padding: 40px 0;
  }
}
@media (min-width: 1200px) {
  .bg-8 {
    padding: 40px 0;
  }
}

.bg-pagename {
  width: 100%;
  margin: 0 auto;
  z-index: -100;
  padding-top: 60px;
}
@media (min-width: 992px) {
  .bg-pagename {
    max-width: 1360px;
    padding-top: 120px;
  }
}
.bg-pagename img {
  width: 100%;
  height: 120px;
  object-fit: cover;
}
@media (min-width: 768px) {
  .bg-pagename img {
    height: 200px;
  }
}
@media (min-width: 992px) {
  .bg-pagename img {
    height: 240px;
    border-radius: 10px;
    width: 95%;
    margin: 0 2.5%;
  }
}
@media (min-width: 1400px) {
  .bg-pagename img {
    width: 100%;
    margin: 0;
  }
}

@media (min-width: 768px) {
  .bg-pagename-mb {
    margin-top: 60px;
  }
}
@media (min-width: 1200px) {
  .bg-pagename-mb {
    margin-top: 100px;
  }
}

.bg-service-page-submenu {
  width: 100%;
  z-index: -100;
  padding: 30px 0 40px 0;
}
@media (min-width: 768px) {
  .bg-service-page-submenu {
    padding: 30px 0 40px 0;
  }
}

.bg-abouthero {
  width: 100%;
  background-color: #075794;
  z-index: -100;
  padding: 30px 0 150px 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: 150px;
  z-index: -100;
}
@media (min-width: 768px) {
  .para-wall-1 {
    background: url("../images/para-wall-1-m.jpg") no-repeat center 40%;
    background-attachment: scroll;
    background-size: cover;
    width: 100%;
    height: 200px;
  }
}
@media (min-width: 992px) {
  .para-wall-1 {
    background: url("../images/para-wall-1.jpg") no-repeat center 40%;
    background-attachment: fixed;
    background-size: cover;
    width: 100%;
    height: 320px;
    margin-top: 0;
  }
}

.para-wall-2 {
  background: url("../images/para-wall-2-m.jpg") no-repeat center center;
  background-attachment: scroll;
  background-size: cover;
  width: 100%;
  height: 150px;
  z-index: -100;
}
@media (min-width: 768px) {
  .para-wall-2 {
    background: url("../images/para-wall-2-m.jpg") no-repeat center 40%;
    background-attachment: scroll;
    background-size: cover;
    width: 100%;
    height: 200px;
  }
}
@media (min-width: 992px) {
  .para-wall-2 {
    background: url("../images/para-wall-2.jpg") no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
    width: 100%;
    height: 320px;
    margin-top: 0;
  }
}

.para-wall-3 {
  background: url("../images/para-wall-3-m.jpg") no-repeat center center;
  background-attachment: scroll;
  background-size: cover;
  width: 100%;
  height: 150px;
  z-index: -100;
}
@media (min-width: 768px) {
  .para-wall-3 {
    background: url("../images/para-wall-3.jpg") no-repeat center 40%;
    background-attachment: scroll;
    background-size: cover;
    width: 100%;
    height: 200px;
  }
}
@media (min-width: 992px) {
  .para-wall-3 {
    background: url("../images/para-wall-3.jpg") no-repeat bottom;
    background-attachment: fixed;
    background-size: cover;
    width: 100%;
    height: 320px;
    margin-top: 0;
  }
}

.para-wall-4 {
  background: url("../images/para-wall-4-m.jpg") no-repeat center center;
  background-attachment: scroll;
  background-size: cover;
  width: 100%;
  height: 150px;
  z-index: -100;
}
@media (min-width: 768px) {
  .para-wall-4 {
    background: url("../images/para-wall-4-m.jpg") no-repeat center 40%;
    background-attachment: scroll;
    background-size: cover;
    width: 100%;
    height: 200px;
  }
}
@media (min-width: 992px) {
  .para-wall-4 {
    background: url("../images/para-wall-4.jpg") no-repeat center 40%;
    background-attachment: fixed;
    background-size: cover;
    width: 100%;
    height: 320px;
    margin-top: 0;
  }
}

.para-wall-5 {
  background: url("../images/para-wall-5-m.jpg") no-repeat center center;
  background-attachment: scroll;
  background-size: cover;
  width: 100%;
  height: 150px;
  z-index: -100;
}
@media (min-width: 768px) {
  .para-wall-5 {
    background: url("../images/para-wall-5.jpg") no-repeat center 40%;
    background-attachment: scroll;
    background-size: cover;
    width: 100%;
    height: 200px;
  }
}
@media (min-width: 992px) {
  .para-wall-5 {
    background: url("../images/para-wall-5.jpg") no-repeat center 40%;
    background-attachment: fixed;
    background-size: cover;
    width: 100%;
    height: 320px;
    margin-top: 0;
  }
}

.para-wall-6 {
  background: url("../images/para-wall-6-m.jpg") no-repeat center center;
  background-attachment: scroll;
  background-size: cover;
  width: 100%;
  height: 150px;
  z-index: -100;
}
@media (min-width: 768px) {
  .para-wall-6 {
    background: url("../images/para-wall-6-m.jpg") no-repeat center 40%;
    background-attachment: scroll;
    background-size: cover;
    width: 100%;
    height: 200px;
  }
}
@media (min-width: 992px) {
  .para-wall-6 {
    background: url("../images/para-wall-6.jpg") no-repeat bottom;
    background-attachment: fixed;
    background-size: cover;
    width: 100%;
    height: 320px;
    margin-top: 0;
  }
}

.para-wall-7 {
  background: url("../images/para-wall-7-m.jpg") no-repeat center center;
  background-attachment: scroll;
  background-size: cover;
  width: 100%;
  height: 150px;
  z-index: -100;
}
@media (min-width: 768px) {
  .para-wall-7 {
    background: url("../images/para-wall-7-m.jpg") no-repeat center 40%;
    background-attachment: scroll;
    background-size: cover;
    width: 100%;
    height: 200px;
  }
}
@media (min-width: 992px) {
  .para-wall-7 {
    background: url("../images/para-wall-7.jpg") no-repeat bottom;
    background-attachment: fixed;
    background-size: cover;
    width: 100%;
    height: 320px;
    margin-top: 0;
  }
}

.font-50 {
  font-size: 50%;
}

.font-60 {
  font-size: 60%;
}

.font-70 {
  font-size: 70%;
}

.font-80 {
  font-size: 80%;
}

.font-90 {
  font-size: 90%;
}

.font-100 {
  font-size: 100%;
}

.font-110 {
  font-size: 110%;
}

.font-120 {
  font-size: 120%;
}

.font-130 {
  font-size: 130%;
}

.font-140 {
  font-size: 140%;
}

.font-150 {
  font-size: 150%;
}

.font-160 {
  font-size: 160%;
}

.font-170 {
  font-size: 170%;
}

.font-180 {
  font-size: 180%;
}

.font-190 {
  font-size: 190%;
}

.font-200 {
  font-size: 200%;
}

.marker-1 {
  background: linear-gradient(transparent 70%, #f8d2cc 70%);
}

.marker-2 {
  background: linear-gradient(transparent 60%, #ffe2af 60%);
}

.marker-3 {
  background: linear-gradient(transparent 60%, #fdd8dd 60%);
}

.marker-faq {
  background: linear-gradient(transparent 70%, #dbeeff 70%);
}

.text-c {
  text-align: center;
}

.text-c-md {
  text-align: left;
}
@media (min-width: 768px) {
  .text-c-md {
    text-align: center;
  }
}

.text-c-lg {
  text-align: left;
}
@media (min-width: 992px) {
  .text-c-lg {
    text-align: center;
  }
}

.text-l {
  text-align: left;
}

.text-r {
  text-align: right;
}

.font-b {
  font-weight: bold;
}

.font-b-h {
  font-weight: 500;
}

.attention {
  color: #e40311;
}

.color-white {
  color: white;
}

.color-black {
  color: black;
}

.color-1 {
  color: #d74b5b;
}

.color-2 {
  color: #dfae00;
}

.color-3 {
  color: #124891;
}

.color-4 {
  color: #7eae17;
}

.color-5 {
  color: #df7611;
}

.color-6 {
  color: #555;
}

.color-7 {
  color: #1555ab;
}

.color-8 {
  color: #ed870b;
}

.col-ul a {
  font-weight: 500;
  text-decoration: none;
}
.col-ul a:hover {
  text-decoration: underline;
}
.col-ul li {
  font-size: 1.5rem;
  line-height: 1.5;
  margin-bottom: 15px;
}
@media (min-width: 1200px) {
  .col-ul li {
    font-size: 1.6rem;
    line-height: 1.6;
    margin-bottom: 15px;
  }
}
.col-ul li ul {
  margin-left: 25px;
}
.col-ul li ul li {
  font-size: 1.5rem;
  line-height: 1.5;
  margin-bottom: 12px;
}
@media (min-width: 1200px) {
  .col-ul li ul li {
    margin-bottom: 12px;
    font-size: 1.6rem;
    line-height: 1.6;
  }
}

.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: 7.6rem;
  text-indent: -7.6rem;
}

.indent-2 {
  padding-left: 7.6rem;
  text-indent: -7.6rem;
}

.indent-3 {
  padding-left: 1rem;
  text-indent: -1rem;
}

@media (min-width: 768px) {
  .indent-md {
    padding-left: 1rem;
    text-indent: 1rem;
  }
}
.overflow {
  width: 610px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 992px) {
  .overflow {
    width: 750px;
  }
}
@media (min-width: 1200px) {
  .overflow {
    width: 900px;
  }
}

#header {
  width: 100%;
  background-color: #fff;
}
@media (min-width: 992px) {
  #header {
    background-color: #fff;
    position: fixed;
    z-index: 100;
    box-shadow: 0px 0px 7px 0px #c0c0c0;
  }
}

.menu {
  width: 100%;
}
.menu:after {
  content: "";
  display: block;
  clear: both;
}
@media (min-width: 992px) {
  .menu {
    max-width: 100%;
    min-height: 75px;
    position: relative;
    margin: 0 auto;
    padding: 0 15px;
  }
}
@media (min-width: 1200px) {
  .menu {
    max-width: 1200px;
    padding: 0;
  }
}

.m-area {
  width: 100%;
  min-height: 56px;
  position: relative;
}
@media (min-width: 768px) {
  .m-area {
    min-height: 70px;
  }
}
@media (min-width: 992px) {
  .m-area {
    min-height: 0;
    position: static;
  }
}

#title {
  width: 45%;
  position: absolute;
  top: 50%;
  left: 10px;
  margin: 0 auto;
  transform: translateY(-50%) translateX(0);
  -webkit-transform: translateY(-50%) translateX(0);
}
@media (min-width: 415px) {
  #title {
    width: 210px;
  }
}
@media (min-width: 768px) {
  #title {
    width: 240px;
    margin: 0;
    float: left;
  }
}
@media (min-width: 992px) {
  #title {
    width: 240px;
  }
}
@media (min-width: 1200px) {
  #title {
    width: 240px;
  }
}
#title h1 a {
  background: url("../images/header-logo-m.png") no-repeat left top;
  height: 0;
  background-size: contain;
  padding-top: 17.61658%;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media (min-width: 768px) {
  #title h1 a {
    background: url("../images/header-logo.png") no-repeat left top;
    height: 0;
    background-size: contain;
    padding-top: 17.22222%;
    display: block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
}

.header-contact {
  width: 24%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #8bc691;
  text-align: center;
  display: block;
}
@media (min-width: 360px) {
  .header-contact {
    width: 22%;
  }
}
@media (min-width: 568px) {
  .header-contact {
    width: 100px;
  }
}
@media (min-width: 768px) {
  .header-contact {
    width: 110px;
  }
}
@media (min-width: 992px) {
  .header-contact {
    width: 120px;
  }
}
.header-contact a {
  display: block;
  padding: 22px 0;
  font-size: 1.1rem;
  color: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  width: 100%;
  font-weight: 500;
  transform: translateY(-50%) translateX(0);
  -webkit-transform: translateY(-50%) translateX(0);
}
@media (min-width: 568px) {
  .header-contact a {
    font-size: 1.2rem;
  }
}
@media (min-width: 768px) {
  .header-contact a {
    font-size: 1.4rem;
    padding: 28px 0;
  }
}
@media (min-width: 992px) {
  .header-contact a {
    font-size: 1.6rem;
    padding: 29.5px 0;
  }
}

.fixed .header-contact {
  display: none;
}

@media (min-width: 992px) {
  #header-margin {
    padding-top: 75px;
    padding-bottom: 0px;
  }
}
@media (min-width: 1200px) {
  #header-margin {
    padding-top: 84px;
    padding-bottom: 0px;
  }
}
.gnav-box {
  border-top: 1px solid #89c997;
}
@media (min-width: 992px) {
  .gnav-box {
    float: right;
    border-top: none;
    margin-right: 105px;
  }
}
@media (min-width: 1200px) {
  .gnav-box {
    margin-right: 120px;
  }
}

#gnav {
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
  border-bottom: none;
}
@media (min-width: 768px) {
  #gnav {
    border-bottom: none;
  }
}
#gnav:before, #gnav:after {
  content: "";
  display: table;
}
#gnav:after {
  clear: both;
}
#gnav li {
  width: 20%;
  float: left;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 1.2em;
  line-height: 2.1rem;
}
@media (min-width: 415px) {
  #gnav li {
    font-size: 1.3em;
  }
}
@media (min-width: 768px) {
  #gnav li {
    font-size: 1.6em;
  }
}
@media (min-width: 992px) {
  #gnav li {
    width: auto;
  }
}
#gnav li a {
  display: block;
  height: 55px;
  margin: 0;
  padding: 6px 0;
  text-decoration: none;
  color: #333;
  background-color: #fff;
  font-weight: 500;
}
@media (min-width: 568px) {
  #gnav li a {
    padding: 15px 0;
  }
}
@media (min-width: 768px) {
  #gnav li a {
    padding: 15px 0;
    font-weight: bold;
  }
}
@media (min-width: 992px) {
  #gnav li a {
    padding: 27px 18px 23px 18px;
    height: 75px;
  }
}
@media (min-width: 1200px) {
  #gnav li a {
    height: 75px;
    padding: 27px 30px 33px 30px;
  }
}
#gnav li:hover a {
  background-color: #89c997;
  transition: .7s ease-in-out;
  color: #fff;
}
@media (min-width: 992px) {
  #gnav li:hover a {
    color: #89c997;
    background-color: transparent;
    border-bottom: 5px solid #89c997;
    transition: .3s;
    background-position: 0 100%;
  }
}
#gnav .gnav-br a {
  display: block;
  text-decoration: none;
  padding: 5px 0 5px 0;
}
@media (min-width: 667px) {
  #gnav .gnav-br a {
    padding: 7px 0 7px 0;
  }
}
@media (min-width: 768px) {
  #gnav .gnav-br a {
    padding: 15px 0 15px 0;
  }
}
@media (min-width: 992px) {
  #gnav .gnav-br a {
    background-color: transparent;
    padding: 28px 15px;
  }
}
@media (min-width: 1200px) {
  #gnav .gnav-br a {
    padding: 30px 15px;
  }
}
#gnav .gnav-br br {
  display: block;
}
@media (min-width: 667px) {
  #gnav .gnav-br br {
    display: none;
  }
}

.fixed {
  position: fixed;
  width: 100%;
  z-index: 1000;
}

.fixed li a {
  background-color: #89c997 !important;
  color: #fff !important;
  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: "\f015\A";
  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:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f19d\A";
  white-space: pre;
  font-size: 1.6rem;
}
@media (min-width: 568px) {
  #gnav li a .fa-about:before {
    content: "\f19d\00a0\00a0";
  }
}
@media (min-width: 992px) {
  #gnav li a .fa-about:before {
    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: "";
  }
}

#top-slider {
  width: 100%;
  position: relative;
}
@media (min-width: 992px) {
  #top-slider {
    padding-top: 90px;
  }
}
@media (min-width: 1200px) {
  #top-slider {
    padding-top: 90px;
  }
}

.slider-1-msg {
  display: none;
}
@media (min-width: 768px) {
  .slider-1-msg {
    display: block;
    position: absolute;
    left: 10%;
    bottom: 10%;
    width: 430px;
    z-index: 10;
  }
}
@media (min-width: 992px) {
  .slider-1-msg {
    width: 600px;
  }
}
@media (min-width: 1200px) {
  .slider-1-msg {
    width: 800px;
  }
}

.slick-dots li button:before {
  color: #a0a0a0 !important;
}

#Slider_1 {
  z-index: 5;
}

.container-slider {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
@media (min-width: 576px) {
  .container-slider {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-slider {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .container-slider {
    max-width: 1300px;
  }
}

.slider-1 span {
  background: url("../images/slider-1-m.png") no-repeat left top;
  height: 0;
  background-size: contain;
  padding-top: 65.625%;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media (min-width: 768px) {
  .slider-1 span {
    background: url("../images/slider-1.png") no-repeat left top;
    height: 0;
    background-size: contain;
    padding-top: 40%;
    display: block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
}

.slider-2 span {
  background: url("../images/slider-2-m.png") no-repeat left top;
  height: 0;
  background-size: contain;
  padding-top: 65.625%;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media (min-width: 768px) {
  .slider-2 span {
    background: url("../images/slider-2.png") no-repeat left top;
    height: 0;
    background-size: contain;
    padding-top: 40%;
    display: block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
}

.slider-3 span {
  background: url("../images/slider-3-m.png") no-repeat left top;
  height: 0;
  background-size: contain;
  padding-top: 65.625%;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media (min-width: 768px) {
  .slider-3 span {
    background: url("../images/slider-3.png") no-repeat left top;
    height: 0;
    background-size: contain;
    padding-top: 40%;
    display: block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
}

.slider-4 span {
  background: url("../images/slider-4-m.png") no-repeat left top;
  height: 0;
  background-size: contain;
  padding-top: 65.625%;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media (min-width: 768px) {
  .slider-4 span {
    background: url("../images/slider-4.png") no-repeat left top;
    height: 0;
    background-size: contain;
    padding-top: 40%;
    display: block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
}

.top-msg-1 {
  background: url("../images/top-msg-1.png") no-repeat left top;
  height: 0;
  background-size: contain;
  padding-top: 60.66098%;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  z-index: 100 !important;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .top-msg-1 {
    background: url("../images/top-msg-1-md.png") no-repeat left top;
    height: 0;
    background-size: contain;
    padding-top: 23.84461%;
    display: block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    margin: 20px 0 50px 0;
  }
}
@media (min-width: 992px) {
  .top-msg-1 {
    margin: 20px 0 70px 0px;
  }
}
@media (min-width: 1200px) {
  .top-msg-1 {
    margin: 20px 0 80px 0;
  }
}

.info-title {
  width: 100%;
  margin: 0 auto 10px auto;
  text-align: center;
}
@media (min-width: 768px) {
  .info-title {
    margin: 15px auto 50px auto;
  }
}
.info-title h2 {
  border-top: 1px solid #222;
  border-bottom: 1px solid #222;
  padding: 5px 50px;
  font-size: 1.9rem;
  text-align: center;
  line-height: 2.2rem;
  margin-bottom: 5px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .info-title h2 {
    font-size: 2.1rem;
  }
}
.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-box:after {
  content: "";
  display: block;
  clear: both;
}

.info-page {
  font-size: 1.6rem;
  text-align: center;
  font-weight: 500;
  margin-top: 30px;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .info-page {
    text-align: right;
    font-size: 1.4rem;
    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;
}

.info-page-line {
  display: flex;
  align-items: center;
}

.info-page-line:before,
.info-page-line:after {
  content: "";
  flex-grow: 1;
  height: 1px;
  display: block;
}

.info-page-line:before {
  margin-right: 40px;
  background: linear-gradient(0deg, #555, #555);
}

.info-page-line:after {
  margin-left: 40px;
  background: linear-gradient(0deg, #555, #555);
}

.post dl {
  transition: .6s;
  background-color: transparent;
}
.post a h3 {
  text-decoration: none;
  color: #212529 !important;
}
.post a h3::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\00a0\f0da";
}
.post a dl:hover {
  background-color: #f0f0f0;
  transition: .1s;
}
.post dl {
  float: left;
  width: 100%;
  padding: 10px 0 15px 0;
  margin-bottom: 0;
  border-bottom: 1px solid #d0d0d0;
}
@media (min-width: 768px) {
  .post dl {
    padding: 27px 20px;
  }
}
.post dt {
  width: 100%;
  float: left;
}
@media (min-width: 1400px) {
  .post dt {
    width: 30%;
  }
}
.post dd {
  margin-top: 5px;
  float: left;
  margin-left: 83px;
}
@media (min-width: 768px) {
  .post dd {
    margin-left: 93px;
  }
}
@media (min-width: 1400px) {
  .post dd {
    margin: 0 0 0 5%;
    width: 65%;
  }
}
.post h3 {
  text-align: left;
  font-size: 1.4rem;
  line-height: 2.3rem;
}
@media (min-width: 768px) {
  .post h3 {
    font-size: 1.5rem;
    line-height: 2.3rem;
    margin-top: -2px;
    font-weight: 500;
  }
}
.post time {
  font-weight: bold;
  font-size: 1.4rem;
  float: left;
  margin-top: 2px;
  width: 74px;
  color: #000;
}
@media (min-width: 768px) {
  .post time {
    font-size: 1.5rem;
    width: 83px;
  }
}
@media (min-width: 1400px) {
  .post time {
    font-size: 1.6rem;
    width: 54%;
  }
}

.post-imp dl {
  transition: .6s;
  background-color: transparent;
}
.post-imp a h3 {
  text-decoration: none;
  color: #212529 !important;
}
.post-imp a h3::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\00a0\f0da";
}
.post-imp a dl:hover {
  background-color: #f0f0f0;
  transition: .1s;
}
.post-imp dl {
  float: left;
  width: 100%;
  margin-bottom: 0;
  padding: 15px 20px;
}
.post-imp dt {
  width: 100%;
  float: left;
}
@media (min-width: 992px) {
  .post-imp dt {
    width: 30%;
  }
}
@media (min-width: 1600px) {
  .post-imp dt {
    width: 20%;
  }
}
.post-imp dd {
  margin-top: 5px;
  float: left;
  margin-left: 83px;
}
@media (min-width: 768px) {
  .post-imp dd {
    margin-left: 93px;
  }
}
@media (min-width: 992px) {
  .post-imp dd {
    margin: 0 0 0 0;
    width: 70%;
  }
}
@media (min-width: 1600px) {
  .post-imp dd {
    margin: 0 0 0 5%;
    width: 75%;
  }
}
.post-imp h3 {
  text-align: left;
  font-size: 1.4rem;
  line-height: 2.3rem;
}
@media (min-width: 768px) {
  .post-imp h3 {
    font-size: 1.5rem;
    line-height: 2.3rem;
    margin-top: -2px;
    font-weight: 500;
  }
}
.post-imp time {
  font-weight: bold;
  font-size: 1.4rem;
  float: left;
  margin-top: 2px;
  width: 74px;
  color: #000;
}
@media (min-width: 768px) {
  .post-imp time {
    font-size: 1.5rem;
    width: 83px;
  }
}
@media (min-width: 992px) {
  .post-imp time {
    font-size: 1.6rem;
    width: 100px;
  }
}

.news-icon:before {
  content: "お知らせ";
  background-color: #122d54;
  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) {
  .news-icon:before {
    font-size: 1.3rem;
    padding: 3px 0;
    width: 100px;
  }
}
@media (min-width: 1400px) {
  .news-icon:before {
    width: 46%;
    margin-left: 0;
    margin-top: 2px;
  }
}

.zensyu-icon:before {
  content: "全珠連検定";
  background-color: #4caad4;
  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) {
  .zensyu-icon:before {
    font-size: 1.3rem;
    padding: 3px 0;
    width: 100px;
  }
}
@media (min-width: 1400px) {
  .zensyu-icon:before {
    width: 46%;
    margin-left: 0;
    margin-top: 2px;
  }
}

.nisyu-icon:before {
  content: "日珠連検定";
  background-color: #80c269;
  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) {
  .nisyu-icon:before {
    font-size: 1.3rem;
    padding: 3px 0;
    width: 100px;
  }
}
@media (min-width: 1400px) {
  .nisyu-icon:before {
    width: 46%;
    margin-left: 0;
    margin-top: 2px;
  }
}

.otayori-icon:before {
  content: "おたより";
  background-color: #f39700;
  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) {
  .otayori-icon:before {
    font-size: 1.3rem;
    padding: 3px 0;
    width: 100px;
  }
}
@media (min-width: 1400px) {
  .otayori-icon:before {
    width: 46%;
    margin-left: 0;
    margin-top: 2px;
  }
}

@media (min-width: 992px) {
  .post-imp .news-icon:before {
    width: 100px;
    margin-left: 0;
    margin-top: 0;
  }
}

.copyright p {
  text-align: center;
  font-size: 1.3rem;
  margin-top: 20px;
  color: #555;
}
@media (min-width: 768px) {
  .copyright p {
    font-size: 1.5rem;
    margin: 0;
    text-align: left;
  }
}
@media (min-width: 1025px) {
  .copyright p {
    text-align: right;
  }
}

#pageTop {
  font-size: 2.2em;
  text-decoration: none;
  font-weight: bold;
  background-color: #8bc691;
  border: 2px solid #fff;
  color: #fff;
  padding: 11px 13px 11px 13px;
  position: fixed;
  bottom: 17px;
  right: 17px;
  top: auto;
  left: auto;
  border-radius: 50%;
  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;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .footer-gnav {
    margin-bottom: 0;
  }
}
.footer-gnav ul {
  list-style: none;
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
}
.footer-gnav li {
  position: relative;
  margin: 0 5px;
}
.footer-gnav li::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f138";
  color: #fff;
}
@media (min-width: 768px) {
  .footer-gnav li {
    margin: 0 10px;
  }
}
.footer-gnav li a {
  font-size: 1.4rem;
  line-height: 1.4;
  text-decoration: none;
  padding: 5px 5px;
  display: block;
  color: #fff;
  position: relative;
  display: inline-block;
  transition: .3s;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .footer-gnav li a {
    padding: 5px 10px;
    font-size: 1.4rem;
    line-height: 1.4;
  }
}
@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: #fff;
  transition: .3s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.footer-gnav li a:hover::after {
  width: 100%;
}
.footer-gnav li a:hover {
  color: #fff;
}

.footer-sub {
  color: #555;
  font-weight: 500;
  font-size: 1.3rem;
}
@media (min-width: 768px) {
  .footer-sub {
    font-size: 1.6rem;
  }
  .footer-sub br {
    display: none;
  }
  .footer-sub span::after {
    content: "\00a0\00a0|\00a0\00a0";
  }
}

.footer-contact {
  border-top: 1px solid #c0c0c0;
  margin-top: 20px;
}
.footer-contact ul {
  margin-top: 30px;
}
.footer-contact ul li {
  display: table-cell;
  float: left;
  font-size: 1.4rem;
  margin-bottom: 20px;
  margin-right: 20px;
}
.footer-contact ul li a {
  color: #555;
  padding: 5px;
}
.footer-contact ul li a:hover {
  text-decoration: underline;
}
.footer-contact ul li::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f105";
  color: #555;
  margin-left: 5px;
}

.footer-sns {
  margin: 30px 0 20px 0;
}
.footer-sns ul li {
  display: table-cell;
  font-size: 1.5rem;
  margin-right: 30px;
  float: right;
}
.footer-sns ul li a {
  color: #fff;
  padding: 10px;
  background-color: #45b29d;
  border-radius: 3px;
}
.footer-sns ul li a:hover {
  text-decoration: underline;
}

.st-title {
  margin: 0 auto 30px auto;
}
@media (min-width: 992px) {
  .st-title {
    margin: 0 auto 40px auto;
  }
}
@media (min-width: 1200px) {
  .st-title {
    margin: 0 auto 50px auto;
  }
}
.st-title h3 {
  font-size: 2.3rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  color: #cf4e2c;
}
@media (min-width: 768px) {
  .st-title h3 {
    font-size: 2.6rem;
  }
}
@media (min-width: 992px) {
  .st-title h3 {
    font-size: 3.3rem;
  }
}
@media (min-width: 1200px) {
  .st-title h3 {
    font-size: 4rem;
  }
}
.st-title p {
  font-size: 1.7rem;
  font-weight: 500;
  text-align: left;
  line-height: 1.8;
  color: #000;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .st-title p {
    text-align: center;
    font-size: 1.9rem;
  }
}
@media (min-width: 992px) {
  .st-title p {
    font-size: 2.1rem;
  }
}
@media (min-width: 1200px) {
  .st-title p {
    font-size: 2.3rem;
    margin-top: 30px;
  }
}

.table-1 {
  width: 100%;
  border-collapse: collapse;
  border: none;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .table-1 {
    margin-bottom: 5px;
  }
}
.table-1 th {
  font-size: 1.5rem;
  line-height: 1.3;
  border: 2px solid #e1bb8f;
  padding: 5px 0;
  vertical-align: middle;
  font-weight: 500;
  text-align: center;
  color: #5f4b35;
  background-color: #fffbf6;
  width: 22%;
}
@media (min-width: 992px) {
  .table-1 th {
    font-size: 1.5rem;
    line-height: 1.4;
    padding: 10px 5px;
  }
}
.table-1 td {
  font-size: 1.5rem;
  line-height: 1.6;
  padding: 5px 10px;
  border: 2px solid #e1bb8f;
  vertical-align: middle;
  color: #333;
  background-color: #fff;
}
.table-1 td li {
  font-size: 1.5rem;
  line-height: 1.5;
  margin-bottom: 0px;
}
@media (min-width: 1200px) {
  .table-1 td li {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 0px;
  }
}
@media (min-width: 992px) {
  .table-1 td {
    font-size: 1.5rem;
    line-height: 1.4;
    padding: 10px 20px;
  }
}

.table-2 {
  width: 100%;
  border-collapse: collapse;
  border: none;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .table-2 {
    margin-bottom: 5px;
  }
}
.table-2 th {
  font-size: 1.5rem;
  line-height: 1.3;
  border: 2px solid #e1bb8f;
  padding: 5px 0;
  vertical-align: middle;
  font-weight: 500;
  text-align: center;
  color: #5f4b35;
  background-color: #fffbf6;
}
@media (min-width: 768px) {
  .table-2 th {
    font-size: 1.5rem;
    line-height: 1.4;
    padding: 10px 5px;
  }
}
.table-2 td {
  font-size: 1.5rem;
  line-height: 30px !important;
  padding: 3px 3px;
  border: 2px solid #e1bb8f;
  vertical-align: middle;
  color: #000;
  background-color: #fff;
  text-align: left;
}
.table-2 td img {
  width: 20px;
}
@media (min-width: 768px) {
  .table-2 td {
    font-size: 1.5rem;
    line-height: 1.4;
    padding: 10px 20px;
  }
}

.table-td-c td {
  text-align: center;
}

.table-icon {
  width: 15px;
  text-align: center;
}

.br-s br {
  display: block;
}
@media (min-width: 374px) {
  .br-s br {
    display: none;
  }
}

.br-md br {
  display: block;
}
@media (min-width: 768px) {
  .br-md br {
    display: none;
  }
}

.br-lg br {
  display: block;
}
@media (min-width: 992px) {
  .br-lg br {
    display: none;
  }
}

.br-xl br {
  display: block;
}
@media (min-width: 1200px) {
  .br-xl br {
    display: none;
  }
}

.br br {
  display: none;
}
@media (min-width: 768px) {
  .br br {
    display: block;
  }
}

.br-lg-min br {
  display: block;
}
@media (max-width: 992px) {
  .br-lg-min br {
    display: none;
  }
}

.box-1 {
  border: 3px dotted #972c52;
  padding: 10px 10px 0 10px;
  background-color: #fff;
  border-radius: 10px;
  background-color: #fff8f1;
}
@media (min-width: 992px) {
  .box-1 {
    padding: 15px 15px 0 15px;
  }
}

.box-2 {
  border: 2px solid #db8a0a;
  padding: 10px;
  background-color: #fff;
  background-color: #fff8f1;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .box-2 {
    padding: 20px;
  }
}
.box-2 h4 {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: bold;
  margin-bottom: 15px;
  color: #ca8000;
}
@media (min-width: 992px) {
  .box-2 h4 {
    font-size: 2.7rem;
    line-height: 3.7rem;
    margin: 10px 0 25px 0;
  }
}
.box-2 h5 {
  font-size: 1.9rem;
  line-height: 2.9rem;
  font-weight: bold;
  color: #1778cb;
  margin: 15px 0;
}
@media (min-width: 992px) {
  .box-2 h5 {
    font-size: 2.2rem;
    line-height: 3.2rem;
  }
}

.button-1 {
  text-align: center;
  margin: 10px 0;
}
.button-1 a {
  background-color: #fff;
  border-radius: 10px;
  padding: 10px 15px;
  text-decoration: none;
  color: #000;
  font-size: 1.6rem;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  box-shadow: 0 2px 2px 0 #999;
}
@media (min-width: 768px) {
  .button-1 a {
    padding: 6px 15px;
    font-size: 1.5rem;
    margin-top: 5px;
  }
}
@media (min-width: 992px) {
  .button-1 a {
    font-size: 1.6rem;
    padding: 8px 30px;
  }
}
.button-1 a:hover {
  opacity: 0.5;
  transition: all 0.5s ease;
}
.button-1 a::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f0da";
  color: #000;
  padding-left: 10px;
}

.button-2 {
  margin: 10px 0;
  text-align: center;
}
@media (min-width: 768px) {
  .button-2 {
    margin: 15px 0;
  }
}
.button-2 a {
  background-color: #356ba3;
  border-radius: 25px;
  padding: 4px 30px;
  text-decoration: none;
  color: #fff;
  font-size: 1.7rem;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  margin-bottom: 3px;
}
@media (min-width: 768px) {
  .button-2 a {
    padding: 5px 30px;
    font-size: 1.7rem;
  }
}
@media (min-width: 992px) {
  .button-2 a {
    font-size: 2.0rem;
  }
}
.button-2 a:hover {
  opacity: 0.5;
  transition: all 0.5s ease;
}

.button-3 {
  margin: 50px 0 30px 0;
  text-align: center;
  position: relative;
}
.button-3 a {
  background-color: #00a9a9;
  border-radius: 10px;
  padding: 10px 20px;
  text-decoration: none;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 5px 0 #087c7c;
}
@media (min-width: 768px) {
  .button-3 a {
    padding: 20px 100px;
    font-size: 1.7rem;
  }
}
@media (min-width: 992px) {
  .button-3 a {
    font-size: 3.0rem;
  }
}
.button-3 a:hover {
  opacity: 0.5;
  transition: all 0.5s ease;
}

.button-4 {
  margin: 50px 0 30px 0;
  text-align: center;
  position: relative;
}
.button-4 a {
  background-color: #122d54;
  border-radius: 25px;
  padding: 10px 20px;
  text-decoration: none;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 5px 0 #07162d;
}
@media (min-width: 768px) {
  .button-4 a {
    padding: 10px 40px;
    font-size: 1.7rem;
  }
}
@media (min-width: 992px) {
  .button-4 a {
    font-size: 2.0rem;
  }
}
.button-4 a:hover {
  opacity: 0.5;
  transition: all 0.5s ease;
}

.button-5 a {
  text-align: center;
  background-color: #fff;
  border: 2px solid #db8285;
  border-radius: 25px;
  text-decoration: none;
  padding: 7px 20px;
  color: #db8285;
  display: block;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 3px 3px #c0c0c0;
}
@media (min-width: 768px) {
  .button-5 a {
    padding: 10px 30px;
    font-size: 1.7rem;
  }
}
@media (min-width: 992px) {
  .button-5 a {
    font-size: 2.0rem;
  }
}
.button-5 a:hover {
  background-color: #db8285;
  color: #fff;
  font-weight: 500;
}

.tag-1 {
  background-color: #314a7e;
  color: #fff;
  padding: 2px 10px;
  margin-right: 10px;
  border-radius: 2px;
  white-space: nowrap;
  font-weight: 500;
}

.tag-2 {
  background-color: #d89b09;
  color: #fff;
  padding: 2px 10px;
  margin-right: 10px;
  border-radius: 2px;
  white-space: nowrap;
  font-weight: 500;
}

.tag-3 {
  background-color: #e47100;
  color: #fff;
  padding: 2px 10px;
  margin-right: 10px;
  border-radius: 2px;
  white-space: nowrap;
  font-weight: 500;
}

.address-box-1 h4 {
  font-size: 2.0rem;
  color: #fff;
  background-color: #1976b5;
  font-weight: bold;
  padding: 10px 10px;
  text-align: left;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.address-box-1 p {
  color: #1976b5;
  font-weight: bold;
}

.sm-max {
  display: none;
}
@media (min-width: 576px) {
  .sm-max {
    display: block;
  }
}

.md-max {
  display: none;
}
@media (min-width: 768px) {
  .md-max {
    display: block;
  }
}

.lg-max {
  display: none;
}
@media (min-width: 992px) {
  .lg-max {
    display: block;
  }
}

.xl-max {
  display: none;
}
@media (min-width: 1200px) {
  .xl-max {
    display: block;
  }
}

.sm-min {
  display: block;
}
@media (min-width: 575px) {
  .sm-min {
    display: none !important;
  }
}

.md-min {
  display: block;
}
@media (min-width: 767px) {
  .md-min {
    display: none !important;
  }
}

.lg-min {
  display: block;
}
@media (min-width: 991px) {
  .lg-min {
    display: none !important;
  }
}

.xl-min {
  display: block;
}
@media (min-width: 1199px) {
  .xl-min {
    display: none !important;
  }
}

.blog_post {
  padding: 18px 0;
  border-bottom: 1px solid #e0e0e0;
  position: relative;
}
.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;
  filter: brightness(125%);
  border-radius: 5px;
  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.5rem;
  color: #555;
  font-weight: bold;
  display: inline;
}
@media (min-width: 768px) {
  .blog_date {
    font-size: 1.2rem;
  }
}
@media (min-width: 992px) {
  .blog_date {
    font-size: 1.5rem;
  }
}

.blog_category {
  background-color: #503e24;
  color: #fff;
  font-weight: 500;
  padding: 2px 5px;
  border-radius: 5px;
}

.blog_title {
  font-size: 1.6rem;
  color: #00aec3;
  font-weight: bold;
}
@media (min-width: 768px) {
  .blog_title {
    font-size: 1.4rem;
  }
}
@media (min-width: 992px) {
  .blog_title {
    font-size: 1.6rem;
  }
}

.blog_text {
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .blog_text {
    font-size: 1.2rem;
  }
}
@media (min-width: 992px) {
  .blog_text {
    font-size: 1.4rem;
  }
}
.blog_text::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f35d";
  font-size: 1.3rem;
  margin-left: 10px;
}

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

.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 h3 {
  font-size: 1.7rem;
  line-height: 2.7rem;
  font-weight: bold;
  color: #04528a;
}
@media (min-width: 768px) {
  .yt-title h3 {
    font-size: 2.2rem;
  }
}

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

.img-xs {
  width: 50%;
  margin: 0 25%;
}
@media (min-width: 768px) {
  .img-xs {
    width: 100%;
    margin: 0;
  }
}

.img-s {
  width: 60%;
  margin: 0 20%;
}
@media (min-width: 768px) {
  .img-s {
    width: 100%;
    margin: 0;
  }
}

.img-m {
  width: 70%;
  margin: 0 15%;
}
@media (min-width: 768px) {
  .img-m {
    width: 100%;
    margin: 0;
  }
}

.img-l {
  width: 80%;
  margin: 0 10%;
}
@media (min-width: 768px) {
  .img-l {
    width: 100%;
    margin: 0;
  }
}

.img-ll {
  width: 90%;
  margin: 0 5%;
}
@media (min-width: 768px) {
  .img-ll {
    width: 100%;
    margin: 0;
  }
}

.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(-15px);
  }
  25% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-15px);
  }
  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(-15px);
  }
  25% {
    transform: translateX(0);
  }
  30% {
    transform: translateX(-15px);
  }
  50% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(0);
  }
}
.external-link::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f35d";
  font-size: 70%;
  padding-left: 10px;
}

.caret-right::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f0da";
  font-size: 100%;
  padding-left: 10px;
}

.caret-left::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f0da";
  font-size: 100%;
  padding-right: 10px;
}

.pdf-file::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f1c1";
  font-size: 90%;
  padding-left: 10px;
}

.op:hover {
  opacity: 0.5;
  transition: all 0.3s ease;
}

.scale {
  transition: 0.3s;
}

.scale:hover {
  transform: scale(1.1);
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 760px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

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

@media (min-width: 576px) {
  .container-box1 {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-box1 {
    max-width: 760px;
  }
}
@media (min-width: 992px) {
  .container-box1 {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-box1 {
    max-width: 1500px;
  }
}

.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 {
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .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 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.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: 15px;
    padding-left: 15px;
  }
}

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

.gutters-4 > .col,
.gutters-4 > [class*="col-"] {
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 992px) {
  .gutters-4 > .col,
  .gutters-4 > [class*="col-"] {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.box1-l {
  padding-left: 0;
  padding-right: 5px;
}
@media (min-width: 768px) {
  .box1-l {
    margin-top: 15px;
  }
}
@media (min-width: 992px) {
  .box1-l {
    padding-left: 0;
    padding-right: 0;
    margin: 0;
  }
}

.box1-r {
  padding-left: 5px;
  padding-right: 0;
}
@media (min-width: 768px) {
  .box1-r {
    margin-top: 15px;
  }
}
@media (min-width: 992px) {
  .box1-r {
    padding-left: 0;
    padding-right: 0;
    margin: 0;
  }
}

.box2 {
  padding-right: 25%;
}
@media (min-width: 768px) {
  .box2 {
    padding-right: 3%;
  }
}
@media (min-width: 992px) {
  .box2 {
    padding-right: 0;
  }
}

.row-1 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.top-title {
  margin-bottom: 5px;
}
.top-title h2 {
  text-align: center;
  font-size: 1.1rem;
  line-height: 1.1;
  margin-top: 3px;
  color: #666;
}

.footer-area {
  width: 100%;
}
.footer-area:after {
  content: "";
  display: block;
  clear: both;
}
@media (min-width: 768px) {
  .footer-area {
    margin: 0 auto;
    padding: 0 15px;
  }
}
@media (min-width: 992px) {
  .footer-area {
    max-width: 960px;
    min-height: 80px;
    position: relative;
  }
}
@media (min-width: 1200px) {
  .footer-area {
    max-width: 1400px;
  }
}

.page-name-box-mg {
  margin-top: -20px;
}
@media (min-width: 768px) {
  .page-name-box-mg {
    margin-top: -50px;
  }
}

.page-name-box {
  height: 50px;
  width: 100%;
  background-color: #f2efec;
  background-image: url("https://www.transparenttextures.com/patterns/gplay.png");
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .page-name-box {
    height: 76px;
    margin-bottom: 50px;
  }
}
.page-name-box h2 {
  text-align: right;
  font-weight: normal;
  font-size: 1.7rem;
  margin-top: 8px;
  line-height: 2.8rem;
  color: #972c52;
}
@media (min-width: 768px) {
  .page-name-box h2 {
    font-size: 2.3rem;
    line-height: 3.4rem;
    margin-top: 20px;
    padding-bottom: 3px;
  }
}

.page-name-box-line {
  border-bottom: 2px solid #972c52;
}

.section1 {
  margin-bottom: 80px;
}
@media (min-width: 768px) {
  .section1 {
    margin-bottom: 100px;
  }
}
.section1 h2 {
  font-size: 2.0rem;
  text-align: center;
  margin-bottom: 30px;
  padding: 0px 20px;
  border-top: 2px solid #c9bda7;
  border-bottom: 2px solid #c9bda7;
}
@media (min-width: 768px) {
  .section1 h2 {
    font-size: 2.7rem;
    padding: 5px 20px;
  }
}

.section2 {
  margin-bottom: 80px;
}
@media (min-width: 768px) {
  .section2 {
    margin-bottom: 100px;
  }
}
.section2 h2 {
  font-size: 2.0rem;
  text-align: left;
  margin-bottom: 30px;
  padding: 0px 20px;
  border-top: 2px solid #c9bda7;
  border-bottom: 2px solid #c9bda7;
}
@media (min-width: 768px) {
  .section2 h2 {
    font-size: 2.7rem;
    padding: 5px 20px;
  }
}

.office1-service1 {
  width: 100%;
  margin-bottom: 15px;
}
.office1-service1:after {
  content: "";
  display: block;
  clear: both;
}
.office1-service1 a {
  color: #000;
  text-decoration: underline;
  font-weight: bold;
}
.office1-service1 a:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  .office1-service1 {
    margin-bottom: 0;
    border-bottom: 1px dotted #333;
  }
  .office1-service1 p {
    font-size: 1.5rem;
    margin-bottom: 0;
  }
}

.service-name {
  width: 100%;
}
@media (min-width: 768px) {
  .service-name {
    width: 55%;
    float: left;
    padding: 10px;
    background-color: transparent;
  }
  .service-name:after {
    content: "";
    display: block;
    clear: both;
  }
}
.service-name h4 {
  text-align: left;
  padding: 5px 0;
  border-top: 1px dotted #333;
  font-weight: bold;
  color: #a35151;
  font-size: 1.9rem;
}
@media (min-width: 768px) {
  .service-name h4 {
    padding: 0;
    border-top: 0;
  }
}

.service-tel {
  white-space: nowrap;
  float: left;
}
.service-tel:after {
  content: "";
  display: block;
  clear: both;
}
@media (min-width: 768px) {
  .service-tel {
    width: 25%;
    float: left;
    margin-left: 0;
    padding: 10px;
  }
}
.service-tel p {
  font-size: 1.9rem;
  font-weight: bold;
}
@media (min-width: 768px) {
  .service-tel p {
    font-size: 1.7rem;
  }
}

.service-web {
  white-space: nowrap;
  float: right;
  margin-top: 3px;
}
@media (min-width: 768px) {
  .service-web {
    width: 20%;
    float: left;
    margin-top: 0;
    padding: 10px;
  }
}
.service-web p a {
  font-size: 1.3rem;
  padding: 2px 8px;
  border: 1px solid #444;
  color: #fff;
  background-color: #444;
  text-decoration: none;
  border-radius: 5px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .service-web p a {
    font-size: 1.4rem;
  }
}
.service-web p a:hover {
  color: #444;
  background-color: #fff;
}
.service-web:after {
  content: "";
  display: block;
  clear: both;
}

.area {
  margin-bottom: 50px;
  border-left: 1px solid #777;
  border-bottom: 1px solid #777;
  padding-left: 15px;
}

.recruit-header {
  max-width: 90%;
  margin: 0 5%;
  height: 230px;
}
@media (min-width: 768px) {
  .recruit-header {
    max-width: 1400px;
    height: 600px;
    margin: 0 auto;
  }
}

.recruit-sub {
  font-weight: bold;
  font-size: 2.3rem;
  line-height: 3.4rem;
  color: #000;
}
@media (min-width: 768px) {
  .recruit-sub {
    font-size: 3.0rem;
    line-height: 4.6rem;
  }
}

@media (min-width: 768px) {
  .recruit-para {
    width: 90%;
    margin-right: 10%;
  }
}
.recruit-para p {
  font-weight: 500;
}
@media (min-width: 992px) {
  .recruit-para {
    width: 80%;
    margin-right: 20%;
  }
}
.recruit-para p {
  font-weight: 500;
}
@media (min-width: 1200px) {
  .recruit-para {
    width: 80%;
    margin-right: 20%;
  }
}
.recruit-para p {
  font-weight: 500;
}

.recruit-title {
  z-index: 10;
}
.recruit-title img {
  width: 100%;
  margin: 20px 0 40px 0;
}
@media (min-width: 768px) {
  .recruit-title img {
    margin: 80px 0 100px 0;
  }
}
@media (min-width: 992px) {
  .recruit-title img {
    margin: 80px 0 100px 0;
  }
}

.recruit-header-img1 {
  z-index: 1;
}
.recruit-header-img1 img {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .recruit-header-img1 img {
    width: 80%;
    position: absolute;
    top: 20px;
    right: 0px;
    margin-bottom: 0;
  }
}

.recruit-header-img2 {
  z-index: 2;
}
.recruit-header-img2 img {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .recruit-header-img2 img {
    width: 60%;
    position: absolute;
    top: 200px;
    left: -50px;
    transform: rotate(2deg);
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .recruit-header-img2 img {
    width: 55%;
    position: absolute;
    top: 230px;
    left: -80px;
    transform: rotate(2deg);
    margin-bottom: 0;
  }
}

.recruit-header-img3 {
  z-index: 2;
}
.recruit-header-img3 img {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .recruit-header-img3 img {
    width: 53%;
    position: absolute;
    top: 440px;
    right: 0px;
    transform: rotate(5deg);
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .recruit-header-img3 img {
    width: 47%;
    position: absolute;
    top: 440px;
    right: 0px;
    transform: rotate(5deg);
    margin-bottom: 0;
  }
}

.recruit-header-img4 {
  z-index: 2;
}
.recruit-header-img4 img {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .recruit-header-img4 img {
    width: 47%;
    position: absolute;
    top: 550px;
    left: -20px;
    transform: rotate(-3deg);
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .recruit-header-img4 img {
    width: 40%;
    position: absolute;
    top: 550px;
    left: -20px;
    transform: rotate(-3deg);
    margin-bottom: 0;
  }
}

.recruit-fuyou {
  position: absolute;
  bottom: -10%;
  right: 4%;
  width: 38%;
  z-index: -1;
}
@media (min-width: 768px) {
  .recruit-fuyou {
    bottom: -8%;
    right: 10%;
    width: 24%;
  }
}
@media (min-width: 992px) {
  .recruit-fuyou {
    bottom: -14%;
    right: 2%;
    width: 33%;
  }
}

@media (min-width: 768px) {
  .padd {
    padding-top: 0;
  }
}

.contact-indent {
  margin-left: 78px;
}

.contact h2 {
  font-size: 2.2rem;
  line-height: 3.0rem;
  font-weight: bold;
  border-top: 2px solid #972c52;
  border-bottom: 2px solid #972c52;
  margin-bottom: 40px;
  padding: 5px;
  border-left: 10px solid #972c52;
}
@media (min-width: 768px) {
  .contact h2 {
    font-size: 3.0rem;
    padding: 10px;
    line-height: 3.8rem;
  }
}

.contact-f {
  font-size: 2.2rem;
}
@media (min-width: 768px) {
  .contact-f {
    font-size: 2.5rem;
  }
}

@media (min-width: 768px) {
  .contact-mg {
    padding-left: 30px !important;
  }
}

.privacy-ul ul {
  margin-bottom: 50px;
}

.Nav {
  position: relative;
}
.Nav > ul {
  display: none;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .Nav > ul {
    display: block;
    margin: 0 auto;
    float: right;
    max-width: 100%;
  }
}
.Nav > ul > li {
  display: table-cell;
  width: 100%;
  float: left;
  text-align: center;
  line-height: 2.1rem;
  border-top: 1px solid #e0e0e0;
}
@media (min-width: 992px) {
  .Nav > ul > li {
    position: relative;
    text-align: left;
    border-top: none;
    width: auto;
    height: 50px;
  }
}
@media (min-width: 1200px) {
  .Nav > ul > li {
    height: 50px;
  }
}
.Nav > ul > li > ul {
  position: static;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .Nav > ul > li > ul {
    display: none;
    position: absolute;
    top: 65px;
    right: 0;
    z-index: 100;
    width: auto;
  }
}
.Nav > ul > li > ul li {
  white-space: nowrap;
  text-align: left;
}
.Nav > ul > li > ul li a {
  position: relative;
  padding: 12px 27px;
  border-top: 1px dotted #fff;
  background: #003067;
  font-size: 1.5rem;
  color: #fff;
}
@media (min-width: 992px) {
  .Nav > ul > li > ul li a {
    background-color: #00aec3;
    font-size: 1.4rem;
    padding: 12px 60px 12px 20px;
  }
}
.Nav > ul > li > ul li a::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 6px;
  height: 6px;
  margin: -4px 0 0 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.Nav > ul > li > ul li a:hover::before {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}
.Nav > ul a {
  display: block;
  position: relative;
  text-decoration: none;
  padding: 13px 0;
  font-size: 1.5rem;
  color: #fff;
  font-weight: 500;
  background-color: #e7b400;
  z-index: 2;
}
@media (min-width: 992px) {
  .Nav > ul a {
    padding: 12.5px 10px;
    font-size: 1.4rem;
    color: #000;
    background-color: transparent;
  }
}
@media (min-width: 992px) {
  .Nav > ul a {
    padding: 14.5px 15px;
  }
}
@media (min-width: 1200px) {
  .Nav > ul a {
    padding: 14.5px 20px;
    font-size: 1.6rem;
  }
}

.Nav > ul > li.parent.open > a {
  color: #fff;
}

.Nav > ul > li.parent.open > a::after {
  background: #003067;
  -webkit-transform: scale(1);
  transform: scale(1);
}
@media (min-width: 992px) {
  .Nav > ul > li.parent.open > a::after {
    background: #008a9b;
  }
}

.Nav > ul > li a:hover {
  color: #fff;
}

.Nav > ul > li a::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}

.Nav > ul > li a,
.Nav > ul > li a::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.Nav > ul > li a::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}

.Nav > ul > li a:hover::after {
  background: #003067;
  -webkit-transform: scale(1);
  transform: scale(1);
}
@media (min-width: 992px) {
  .Nav > ul > li a:hover::after {
    background: #008a9b;
  }
}

.Nav .navbtn {
  display: block;
  position: absolute;
  top: -60px;
  right: 0;
}
@media (min-width: 992px) {
  .Nav .navbtn {
    display: none;
  }
}

@media (max-width: 992px) {
  .Nav .navbtn a,
  .Nav .navbtn a.close {
    display: block;
    position: relative;
    width: 60px;
    height: 60px;
    text-decoration: none;
  }

  .Nav .navbtn a::before,
  .Nav .navbtn a.close::before {
    position: absolute;
    top: 15px;
    left: 10px;
    content: "";
    width: 40px;
    height: 3px;
    background-color: #333;
    transition: .2s;
    border-radius: 2px;
  }

  .Nav .navbtn a.open::before {
    top: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }

  .Nav .navbtn a::after,
  .Nav .navbtn a.close::after {
    position: absolute;
    bottom: 22px;
    left: 10px;
    content: "";
    width: 40px;
    height: 3px;
    background-color: #333;
    transition: .2s;
    border-radius: 2px;
  }

  .Nav .navbtn a.open::after {
    bottom: 37px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }

  .Nav .navbtn a span {
    display: block;
    width: 60px;
    color: #333;
    text-align: center;
    position: relative;
    bottom: -43px;
    font-weight: bold;
  }

  .Nav .navbtn a span::after,
  .Nav .navbtn a.close span::after {
    position: absolute;
    top: -18px;
    left: 10px;
    content: "";
    width: 40px;
    height: 3px;
    background-color: #333;
    border-radius: 2px;
  }

  .Nav .navbtn a.open span::after {
    display: none;
  }
}
.Nav ul.close {
  display: none;
}

/* 2階層 */
.about-hero-msg {
  margin: 0;
  position: relative;
}
.about-hero-msg p {
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
@media (min-width: 768px) {
  .about-hero-msg p {
    font-size: 2.8rem;
    line-height: 1.8;
  }
}
.about-hero-msg p span.msg-1 {
  font-size: 2.1rem;
  border: 2px solid #fff;
  padding: 5px;
  margin: 0 5px;
  border-radius: 5px;
  white-space: nowrap;
}
@media (min-width: 375px) {
  .about-hero-msg p span.msg-1 {
    font-size: 2.5rem;
  }
}
@media (min-width: 768px) {
  .about-hero-msg p span.msg-1 {
    font-size: 3.7rem;
    margin: 0 15px;
    border: 3px solid #fff;
  }
}
.about-hero-msg p.sub-msg {
  font-size: 2.0rem;
  font-weight: 500;
  line-height: 3.2rem;
}
@media (min-width: 768px) {
  .about-hero-msg p.sub-msg {
    font-size: 2.5rem;
  }
}

.students-step-box {
  margin: 0;
  position: relative;
  background-color: #e4f4fc;
  border: 2px solid #146393;
  border-radius: 20px;
  padding: 30px 20px 0 20px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .students-step-box {
    padding: 50px 20px 20px 20px;
    height: 400px;
  }
}
.students-step-box h4 {
  color: #146393;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 2.6rem;
}
@media (min-width: 768px) {
  .students-step-box h4 {
    font-size: 2.0rem;
  }
}
.students-step-box p {
  font-size: 1.4rem;
  color: #494949;
  font-weight: bold;
}
@media (min-width: 768px) {
  .students-step-box p {
    position: absolute;
    top: 320px;
    left: 20px;
    right: 20px;
    font-size: 1.6rem;
  }
}

.students-step-img {
  position: absolute;
  width: 80px;
  top: -20px;
  left: -15px;
}
@media (min-width: 768px) {
  .students-step-img {
    width: 100px;
  }
}

.students-arrow-m {
  position: absolute;
  width: 30px;
  top: -45px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.students-arrow {
  position: absolute;
  width: 40px;
  right: -17px;
  top: 50%;
  margin-top: -21.775px;
}

.about-movie {
  margin-top: -130px;
}

.students-step1-img {
  width: 60%;
  margin: 10px 20%;
}
@media (min-width: 768px) {
  .students-step1-img {
    width: 65%;
    margin: 20px 17.5% 0 17.5%;
  }
}

.students-step2-img {
  width: 60%;
  margin: 10px 20%;
}
@media (min-width: 768px) {
  .students-step2-img {
    width: 65%;
    margin: 20px 17.5% 0 17.5%;
  }
}

.students-step3-img {
  width: 60%;
  margin: 10px 20%;
}
@media (min-width: 768px) {
  .students-step3-img {
    width: 65%;
    margin: 20px 17.5% 0 17.5%;
  }
}

.form-com {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .form-com {
    margin-top: 40px;
  }
}
.form-com p {
  font-size: 1.4rem;
  text-align: center;
  color: #fff;
  margin-bottom: 5px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .form-com p {
    margin-bottom: 0;
  }
}
.form-com p a {
  text-decoration: none;
  color: #fff;
}
.form-com p a:hover {
  text-decoration: underline;
}

.section3-msg1 {
  margin-top: 40px;
}
.section3-msg1 h4 {
  font-weight: bold;
  font-size: 2.4rem;
}
.section3-msg1 h4 .msg1 {
  font-size: 3.3rem;
}

.section3-msg2 {
  margin-top: 40px;
}
.section3-msg2 h5 {
  font-weight: bold;
  font-size: 3.5rem;
  text-align: center;
  line-height: 6.0rem;
}
.section3-msg2 h5 .msg1 {
  font-size: 4.2rem;
  color: #fff;
}
.section3-msg2 h5 .msg2 {
  color: #122d54;
}

.section3-g2-title {
  margin-bottom: 20px;
}
.section3-g2-title h4 {
  font-weight: bold;
  font-size: 2.4rem;
}

.section3-g2-box {
  border: 4px dotted #5cb4e4;
  background-color: #eef9ff;
  border-radius: 10px;
  padding: 20px 10px 10px 10px;
}
.section3-g2-box .mark {
  color: #004b84;
  font-weight: bold;
}

.section3-g2-img1 {
  width: 40%;
  margin: 0 30%;
  margin-top: -20px;
}
@media (min-width: 768px) {
  .section3-g2-img1 {
    width: 70%;
    margin: 0 15%;
  }
}

.section3-g3 {
  margin: 30px 0 60px 0;
}

.section3-g4 {
  margin-bottom: 100px;
}
.section3-g4 p {
  font-weight: bold;
  margin-bottom: 0;
  font-size: 2.0rem;
}
.section3-g4 h4 {
  font-weight: bold;
  text-align: center;
  font-size: 2.8rem;
  margin-bottom: 20px;
}
.section3-g4 h4 .section-g4-msg1 {
  font-size: 3.4rem;
  margin: 0 15px;
}
.section3-g4 h5 {
  font-weight: bold;
  text-align: center;
  font-size: 1.8rem;
}
.section3-g4 h5 .section-g4-msg2 {
  color: #cd00b7;
  margin: 0 10px;
}

.section4-title {
  margin-bottom: 30px;
}
.section4-title p {
  text-align: center;
  color: #fff;
  font-weight: bold;
  margin-bottom: 0;
}
.section4-title h3 {
  text-align: center;
  color: #fff;
}

.section4-img1 {
  width: 60%;
  margin: 0 20% 20px 20%;
}

.section4-box p {
  font-size: 1.5rem;
  color: #fff;
}

.section4-msgarea {
  position: relative;
}

.section4-waku-top {
  position: absolute;
  top: -18px;
  right: -5px;
  width: 30px;
}

.section4-waku-down {
  position: absolute;
  bottom: -18px;
  left: -10px;
  width: 30px;
}

.section5-title {
  margin-bottom: 30px;
}
.section5-title p {
  font-size: 2.5rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 0;
}
.section5-title h3 {
  font-size: 3.0rem;
  text-align: center;
  font-weight: bold;
}
.section5-title h3 .msg1 {
  font-size: 4.0rem;
  margin: 10px;
  color: #00a9a9;
}

.section5-msg {
  margin: 0 auto;
}
.section5-msg li {
  color: #fff;
  font-weight: 500;
  font-size: 2.6rem;
}
.section5-msg li .box {
  border: 2px solid #fff;
  border-radius: 8px;
  padding: 2px 10px;
  margin: 0 10px;
}

.privacy-section {
  margin: 0;
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.privacy-section:after {
  content: "";
  flex-grow: 1;
  height: 2px;
  background-color: #555;
  display: block;
  margin-left: 30px;
}
.privacy-section h3 {
  font-size: 2.5rem;
  font-weight: bold;
  color: #000;
}

.privacy-page ul {
  margin-left: 30px;
}
.privacy-page ul > li {
  margin-bottom: 50px;
}
.privacy-page ul h4 {
  font-size: 1.8rem;
  font-weight: bold;
}

.rules-section {
  margin: 0;
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.rules-section:after {
  content: "";
  flex-grow: 1;
  height: 2px;
  background-color: #555;
  display: block;
  margin-left: 30px;
}
.rules-section h3 {
  font-size: 2.5rem;
  font-weight: bold;
  color: #000;
}

.rules-page ul {
  margin-left: 40px;
}
.rules-page ul > li {
  margin-bottom: 50px;
}
.rules-page h4 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-left: 10px;
}

.terms-section {
  margin: 0;
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.terms-section:after {
  content: "";
  flex-grow: 1;
  height: 2px;
  background-color: #555;
  display: block;
  margin-left: 30px;
}
.terms-section h3 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #000;
}
@media (min-width: 768px) {
  .terms-section h3 {
    font-size: 2.5rem;
  }
}

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

.law-section {
  margin: 0;
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.law-section:after {
  content: "";
  flex-grow: 1;
  height: 2px;
  background-color: #555;
  display: block;
  margin-left: 30px;
}
.law-section h3 {
  font-size: 2.5rem;
  font-weight: bold;
  color: #000;
}

.law-page ul {
  margin-left: 50px;
}
.law-page ul > li {
  margin-bottom: 30px;
}
.law-page h4 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-left: 10px;
}

.top-tel {
  display: none;
}
@media (min-width: 768px) {
  .top-tel {
    display: block;
    position: absolute;
    top: 8px;
    left: 8px;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 3px 10px;
    z-index: 100;
    border: 2px solid #fff;
  }
  .top-tel .tel-contact {
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 0;
    font-weight: 500;
  }
  .top-tel .tel-time {
    font-size: 1.3rem;
    text-align: center;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .top-tel {
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 7px 20px;
    z-index: 100;
    border: 2px solid #fff;
  }
  .top-tel .tel-contact {
    font-size: 1.9rem;
    text-align: center;
    margin-bottom: 0;
    font-weight: 500;
  }
  .top-tel .tel-time {
    font-size: 1.3rem;
    text-align: center;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .top-tel {
    display: block;
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 10px 30px;
    z-index: 100;
    border: 2px solid #fff;
  }
  .top-tel .tel-contact {
    font-size: 2.3rem;
    text-align: center;
    margin-bottom: 0;
    font-weight: 500;
  }
  .top-tel .tel-time {
    font-size: 1.7rem;
    text-align: center;
    margin-bottom: 0;
  }
}

.top-sub-menu {
  display: none;
}
@media (min-width: 768px) {
  .top-sub-menu {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 7px 10px 0 10px;
    z-index: 100;
    border: 2px solid #fff;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .top-sub-menu {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 14px 10px 5px 10px;
    z-index: 100;
    border: 2px solid #fff;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .top-sub-menu {
    display: block;
    position: absolute;
    top: 50px;
    right: 20px;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 14px 10px 5px 10px;
    z-index: 100;
    border: 2px solid #fff;
  }
}
@media (min-width: 768px) and (min-width: 1500px) {
  .top-sub-menu {
    display: block;
    position: absolute;
    top: 40px;
    right: 20px;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 20px 20px 5px 20px;
    z-index: 100;
    border: 2px solid #fff;
  }
}
@media (min-width: 768px) {
  .top-sub-menu ul {
    margin-bottom: 0;
  }
  .top-sub-menu ul li {
    margin-bottom: 15px;
    font-size: 1.4rem;
    font-weight: 500;
    text-align: right;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .top-sub-menu ul li {
    font-size: 1.1rem;
    margin-bottom: 8px;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .top-sub-menu ul li {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .top-sub-menu ul li {
    font-size: 1.6rem;
    margin-bottom: 13px;
  }
}
@media (min-width: 768px) and (min-width: 1500px) {
  .top-sub-menu ul li {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .top-sub-menu ul li a {
    text-decoration: none;
    color: #000;
  }
}

.top-logo-msg-box {
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto;
  z-index: 10;
}
.top-logo-msg-box .top-logo {
  display: none;
}
.top-logo-msg-box .top-msg {
  max-width: 28%;
  position: absolute;
  top: -120px;
  right: 10px;
}
@media (min-width: 440px) {
  .top-logo-msg-box .top-msg {
    top: -150px;
  }
}
@media (min-width: 530px) {
  .top-logo-msg-box .top-msg {
    top: -180px;
  }
}
@media (min-width: 768px) {
  .top-logo-msg-box {
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    width: 100%;
  }
  .top-logo-msg-box .top-logo {
    display: none;
  }
  .top-logo-msg-box .top-msg {
    max-width: 12%;
    position: absolute;
    top: -200px;
    right: 5%;
  }
}
@media (min-width: 768px) and (min-width: 830px) {
  .top-logo-msg-box .top-msg {
    top: -220px;
  }
}
@media (min-width: 768px) and (min-width: 930px) {
  .top-logo-msg-box .top-msg {
    top: -240px;
  }
}

@media (min-width: 992px) {
  .top-logo-msg-box {
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    width: 935px;
  }
  .top-logo-msg-box .top-logo {
    display: block;
    max-width: 20%;
    position: absolute;
    bottom: 0;
    left: 5%;
  }
  .top-logo-msg-box .top-msg {
    max-width: 12%;
    position: absolute;
    top: -250px;
    right: 5%;
  }
}
@media (min-width: 1200px) {
  .top-logo-msg-box {
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    width: 1144px;
  }
  .top-logo-msg-box .top-logo {
    display: block;
    max-width: 200px;
    position: absolute;
    bottom: 0;
    left: 5%;
  }
  .top-logo-msg-box .top-msg {
    max-width: 110px;
    position: absolute;
    top: -250px;
    right: 5%;
  }
}
@media (min-width: 1400px) {
  .top-logo-msg-box {
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    width: 1200px;
  }
  .top-logo-msg-box .top-logo {
    display: block;
    max-width: 244px;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .top-logo-msg-box .top-msg {
    max-width: 155px;
    position: absolute;
    top: -360px;
    right: 0;
  }
}

.top-box-1 {
  margin: 50px 0 50px 0;
  padding: 0 15px;
  max-width: 100%;
}
@media (min-width: 768px) {
  .top-box-1 {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 100%;
    height: 500px;
  }
}
@media (min-width: 992px) {
  .top-box-1 {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 1470px;
    height: 500px;
  }
}
.top-box-1 .top-box-msg {
  width: 90%;
  margin: 0 5%;
}
@media (min-width: 768px) {
  .top-box-1 .top-box-msg {
    position: absolute;
    top: 55%;
    left: 30px;
    max-width: 100%;
    z-index: 10;
    margin: 0;
  }
}
@media (min-width: 992px) {
  .top-box-1 .top-box-msg {
    position: absolute;
    top: 30%;
    left: 20px;
    max-width: 620px;
    z-index: 10;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .top-box-1 .top-box-msg {
    position: absolute;
    top: 30%;
    left: 20px;
    max-width: 620px;
    z-index: 10;
    margin: 0;
  }
}
@media (min-width: 1400px) {
  .top-box-1 .top-box-msg {
    position: absolute;
    top: 30%;
    left: 20px;
    max-width: 620px;
    z-index: 10;
    margin: 0;
  }
}
@media (min-width: 1520px) {
  .top-box-1 .top-box-msg {
    position: absolute;
    top: 30%;
    left: 0;
    max-width: 620px;
    z-index: 10;
    margin: 0;
  }
}
.top-box-1 .top-box-msg h2 {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 4.4rem;
  margin-bottom: 30px;
}
.top-box-1 .top-box-msg p {
  font-size: 1.5rem;
  font-weight: 500;
}
@media (min-width: 768px) {
  .top-box-1 .top-box-msg p {
    font-size: 1.6rem;
  }
}
.top-box-1 .top-box-1-img {
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .top-box-1 .top-box-1-img {
    position: absolute;
    top: 0;
    right: 30px;
    width: 75%;
    margin: 0;
  }
}
@media (min-width: 992px) {
  .top-box-1 .top-box-1-img {
    position: absolute;
    top: 0;
    right: 20px;
    width: 68%;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .top-box-1 .top-box-1-img {
    position: absolute;
    top: 0;
    right: 20px;
    width: 68%;
    margin: 0;
  }
}
@media (min-width: 1400px) {
  .top-box-1 .top-box-1-img {
    position: absolute;
    top: 0;
    right: 20px;
    width: 1030px;
    margin: 0;
  }
}
@media (min-width: 1530px) {
  .top-box-1 .top-box-1-img {
    position: absolute;
    top: 0;
    right: 0;
    width: 1030px;
    margin: 0;
  }
}

.service-box {
  position: absolute;
  top: -280px;
  right: 20px;
  width: 65px;
}
@media (min-width: 768px) {
  .service-box {
    position: static;
    top: 0;
    right: 0;
    width: auto;
  }
}

.section-title {
  margin: 20px 0 30px 0;
  position: relative;
}
@media (min-width: 768px) {
  .section-title {
    margin: 20px 0 30px 0;
  }
}
.section-title h2 {
  text-align: center;
  font-size: 1.9rem;
  font-weight: bold;
  color: #5fb067;
  line-height: 3.0rem;
}
@media (min-width: 375px) {
  .section-title h2 {
    font-size: 1.8rem;
  }
}
@media (min-width: 768px) {
  .section-title h2 {
    font-size: 2.7rem;
  }
}

.service-menu-box {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 10px;
}
.service-menu-box h3 {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  line-height: 3.0rem;
}
@media (min-width: 375px) {
  .service-menu-box h3 {
    font-size: 1.8rem;
  }
}
@media (min-width: 768px) {
  .service-menu-box h3 {
    font-size: 2.3rem;
  }
}

.section-title-top {
  margin: 50px 0 30px 0;
  position: relative;
}
@media (min-width: 768px) {
  .section-title-top {
    margin: 90px 0 50px 0;
  }
}
.section-title-top h2 {
  text-align: center;
  font-size: 1.9rem;
  font-weight: bold;
  color: #5fb067;
  line-height: 3.0rem;
}
@media (min-width: 375px) {
  .section-title-top h2 {
    font-size: 1.8rem;
  }
}
@media (min-width: 768px) {
  .section-title-top 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: 1px;
  display: block;
}

.section-title-line:before {
  margin-right: 10px;
  background: linear-gradient(0deg, #5fb067, #5fb067);
}
@media (min-width: 768px) {
  .section-title-line:before {
    margin-right: 40px;
  }
}

.section-title-line:after {
  margin-left: 10px;
  background: linear-gradient(0deg, #5fb067, #5fb067);
}
@media (min-width: 768px) {
  .section-title-line:after {
    margin-left: 40px;
  }
}

.service-banner {
  width: 100%;
  position: relative;
}
.service-banner a {
  height: 80px;
  vertical-align: middle;
  background-color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 1.3rem;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 2.0rem;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  transition: transform .2s linear;
  border: 2px solid #fff;
}
@media (min-width: 374px) {
  .service-banner a {
    padding: 0 25px 0 7px;
    height: 60px;
  }
}
@media (min-width: 768px) {
  .service-banner a {
    font-size: 1.4rem;
    padding: 0 35px 0 12px;
  }
}
@media (min-width: 992px) {
  .service-banner a {
    font-size: 1.5rem;
    padding: 0 35px 0 12px;
  }
}
@media (min-width: 1200px) {
  .service-banner a {
    font-size: 1.6rem;
    padding: 20px 10px;
    display: block;
  }
}
.service-banner a::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f105";
  font-size: 1.3rem;
  line-height: 2.0rem;
  position: absolute;
  top: 30px;
  right: 7px;
}
@media (min-width: 374px) {
  .service-banner a::after {
    top: 20px;
  }
}
@media (min-width: 768px) {
  .service-banner a::after {
    font-size: 1.4rem;
    right: 12px;
  }
}
@media (min-width: 992px) {
  .service-banner a::after {
    font-size: 1.5rem;
    right: 15px;
  }
}
@media (min-width: 1200px) {
  .service-banner a::after {
    font-size: 1.6rem;
    right: 15px;
  }
}
.service-banner a:hover {
  background: rgba(255, 255, 255, 0.7);
  transform: scale(1.05);
}

.service-page-submenu {
  border: 1px solid #111;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .service-page-submenu {
    box-shadow: 3px 3px 3px #b0b0b0;
    border: none;
    margin-bottom: 0;
  }
}
.service-page-submenu a {
  color: #000;
  text-decoration: none;
  text-align: center;
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 15px 5px;
}
@media (min-width: 768px) {
  .service-page-submenu a {
    font-size: 1.5rem;
    padding: 8px 5px;
    transition: transform .2s linear;
  }
  .service-page-submenu a:hover {
    transform: scale(1.2);
    color: #ba0c5b;
  }
}
@media (min-width: 992px) {
  .service-page-submenu a {
    padding: 15px 5px;
  }
}
.service-page-submenu a::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f105";
  float: right;
}
@media (min-width: 768px) {
  .service-page-submenu a::after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\A\f107";
    white-space: pre;
    float: none;
  }
}
.service-page-submenu a:hover {
  color: #ba0c5b;
}

@media (min-width: 768px) {
  .service-sub1::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f06c\A";
    font-size: 2.3rem;
    white-space: pre;
    line-height: 1.6;
  }
}
@media (min-width: 992px) {
  .service-sub1::before {
    font-size: 2.8rem;
    line-height: 1.0;
  }
}

@media (min-width: 768px) {
  .service-sub2::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f017\A";
    font-size: 2.3rem;
    white-space: pre;
    line-height: 1.6;
  }
}
@media (min-width: 992px) {
  .service-sub2::before {
    font-size: 2.8rem;
    line-height: 1.0;
  }
}

@media (min-width: 768px) {
  .service-sub3::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f1fc\A";
    font-size: 2.3rem;
    white-space: pre;
    line-height: 1.6;
  }
}
@media (min-width: 992px) {
  .service-sub3::before {
    font-size: 2.8rem;
    line-height: 1.0;
  }
}

@media (min-width: 768px) {
  .service-sub4::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f086\A";
    font-size: 2.3rem;
    white-space: pre;
    line-height: 1.6;
  }
}
@media (min-width: 992px) {
  .service-sub4::before {
    font-size: 2.8rem;
    line-height: 1.0;
  }
}

@media (min-width: 768px) {
  .service-sub5::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f15c\A";
    font-size: 2.3rem;
    white-space: pre;
    line-height: 1.6;
  }
}
@media (min-width: 992px) {
  .service-sub5::before {
    font-size: 2.8rem;
    line-height: 1.0;
  }
}

@media (min-width: 768px) {
  .service-sub6::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f2a0\A";
    font-size: 2.3rem;
    white-space: pre;
    line-height: 1.6;
  }
}
@media (min-width: 992px) {
  .service-sub6::before {
    font-size: 2.8rem;
    line-height: 1.0;
  }
}

@media (min-width: 768px) {
  .service-sub7::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f279\A";
    font-size: 2.3rem;
    white-space: pre;
    line-height: 1.6;
  }
}
@media (min-width: 992px) {
  .service-sub7::before {
    font-size: 2.8rem;
    line-height: 1.0;
  }
}

.page-name {
  margin: 0;
  position: relative;
  margin-bottom: 10px;
}
.page-name h2 {
  text-align: center;
  font-size: 1.8rem;
  line-height: 2.5rem;
  font-weight: bold;
  color: #122d54;
}
@media (min-width: 768px) {
  .page-name h2 {
    font-size: 2.7rem;
    line-height: 1.6;
  }
}
.page-name h2 br {
  display: block;
}
@media (min-width: 992px) {
  .page-name h2 br {
    display: none;
  }
}

.page-name-sub {
  margin: 0;
  position: relative;
}
@media (min-width: 768px) {
  .page-name-sub {
    margin-top: 20px;
  }
}
.page-name-sub h3 {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.0;
  font-weight: 500;
  color: #fff;
  background-color: #555;
  padding: 5px 10px;
  width: 140px;
  margin: 0 auto;
  border-radius: 5px;
}
@media (min-width: 768px) {
  .page-name-sub h3 {
    font-size: 1.6rem;
    width: 150px;
  }
}

.page-name-bg {
  background-color: #fff;
  border-radius: 10px 10px 0 0;
  margin: -30px 0 0px 0;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .page-name-bg {
    padding-top: 40px;
    margin: -50px 0 30px 0;
  }
}

.page-name-bg-pan1 img {
  position: absolute;
  top: -80px;
  right: 15px;
  width: 25px;
  z-index: 10;
}
@media (min-width: 768px) {
  .page-name-bg-pan1 img {
    top: -130px;
    right: 40px;
    width: 30px;
  }
}
@media (min-width: 992px) {
  .page-name-bg-pan1 img {
    top: -110px;
    right: 60px;
    width: 35px;
  }
}

.page-name-bg-pan2 img {
  position: absolute;
  top: -90px;
  right: 15px;
  width: 50px;
}
@media (min-width: 768px) {
  .page-name-bg-pan2 img {
    top: -120px;
    right: 45px;
    width: 67px;
  }
}

.page-name-bg-pan3 img {
  position: absolute;
  top: -130px;
  right: 15px;
  width: 50px;
}
@media (min-width: 768px) {
  .page-name-bg-pan3 img {
    top: -190px;
    right: 45px;
    width: 67px;
  }
}

.service-msg-title {
  margin: 20px 0 40px 0;
}
@media (min-width: 768px) {
  .service-msg-title {
    margin: 20px 0 50px 0;
  }
}
.service-msg-title h2 {
  font-size: 2.3rem;
  line-height: 3.3rem;
  font-weight: bold;
}
@media (min-width: 768px) {
  .service-msg-title h2 {
    font-size: 2.5rem;
    line-height: 3.2rem;
  }
}

.service-msg-para {
  margin-left: 40px;
}

.service-contents {
  font-size: 2.0rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.service-page-tel {
  vertical-align: middle;
}
.service-page-tel a {
  font-weight: bold;
  font-size: 3.0rem;
  text-decoration: none;
}
.service-page-tel a:hover {
  text-decoration: underline;
}

.img-wrap {
  overflow: hidden;
}

.img-eff {
  position: relative;
  width: 100%;
  height: 150px;
  cursor: pointer;
  transition-duration: 0.3s;
}

.img-eff:before {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  content: "詳しくみる";
  width: 100%;
  height: 150px;
  background: radial-gradient(rgba(0, 0, 0, 0.1), #000000);
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  text-shadow: 0 0 2px #000;
  filter: blur(4px);
  transition-duration: 0.3s;
  opacity: 0;
}

.img-eff:hover {
  transform: scale(1.1);
}

.img-eff:hover:before {
  transform: scale(1.3);
  filter: blur(0);
  opacity: 1;
}

.service-page-banner {
  background-color: #f0f0f0;
}
@media (min-width: 768px) {
  .service-page-banner {
    height: 360px;
  }
}
.service-page-banner h3 {
  font-size: 1.7rem;
  line-height: 1.7;
  padding: 12px 10px;
  font-weight: bold;
  background-color: #4269a1;
  color: #fff;
}
@media (min-width: 992px) {
  .service-page-banner h3 {
    font-size: 1.9rem;
    padding: 10px 10px 10px 20px;
  }
}
.service-page-banner p {
  padding: 20px;
}
@media (min-width: 768px) {
  .service-page-banner p {
    padding: 20px;
  }
}
.service-page-banner:hover {
  background-color: #e0e0e0;
}

@media (min-width: 768px) {
  .service-page-banner-mt {
    margin-top: 60px;
  }
}

.service-arrow {
  position: absolute;
  bottom: 10px;
  right: 25px;
  width: 30px;
}

.section {
  margin-bottom: 80px;
}
@media (min-width: 768px) {
  .section {
    margin-bottom: 100px;
    padding: 0 10px;
  }
}

@media (min-width: 768px) {
  .top-msg-identity {
    margin: 30px 0;
  }
}
.top-msg-identity h2 {
  font-weight: 500;
  font-size: 2.9rem;
  text-align: center;
  margin-bottom: 15px;
  line-height: 1.3;
  color: #122d54;
}
@media (min-width: 768px) {
  .top-msg-identity h2 {
    font-size: 3.0rem;
    margin-top: 70px;
  }
}
@media (min-width: 992px) {
  .top-msg-identity h2 {
    font-size: 4.0rem;
    margin-top: 0;
  }
}
.top-msg-identity p {
  font-size: 1.8rem;
  text-align: left;
  color: #122d54;
}
@media (min-width: 768px) {
  .top-msg-identity p {
    font-size: 2.0rem;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .top-msg-identity p {
    font-size: 2.4rem;
  }
}

.bg-contact-menu-box {
  background-color: #f0f0f0;
  padding: 20px 0;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .bg-contact-menu-box {
    background-color: transparent;
    padding: 0;
    margin: 0;
  }
}

.contact-menu-box {
  margin-bottom: 50px;
}
.contact-menu-box p {
  text-align: center;
  margin-bottom: 10px;
}
.contact-menu-box .tel {
  font-size: 3.5rem;
  font-weight: bold;
}

.contact-blog {
  background-color: #eb87b4;
  width: 50%;
  padding: 10px;
  border-radius: 50px;
  margin: 0 25%;
  text-align: center;
}
@media (min-width: 768px) {
  .contact-blog {
    width: 60%;
    margin: 0 20%;
  }
}
@media (min-width: 1200px) {
  .contact-blog {
    width: 32%;
    margin: 0 34%;
  }
}
.contact-blog i {
  color: #fff;
  font-size: 1.9rem;
}
@media (min-width: 768px) {
  .contact-blog i {
    font-size: 1.9rem;
  }
}
@media (min-width: 1200px) {
  .contact-blog i {
    font-size: 2.3rem;
  }
}

.contact-facebook {
  background-color: #eb87b4;
  width: 50%;
  padding: 10px;
  border-radius: 50px;
  margin: 0 25%;
  text-align: center;
}
@media (min-width: 768px) {
  .contact-facebook {
    width: 60%;
    margin: 0 20%;
  }
}
@media (min-width: 1200px) {
  .contact-facebook {
    width: 32%;
    margin: 0 34%;
  }
}
.contact-facebook i {
  color: #fff;
  font-size: 1.9rem;
}
@media (min-width: 768px) {
  .contact-facebook i {
    font-size: 1.9rem;
  }
}
@media (min-width: 1200px) {
  .contact-facebook i {
    font-size: 2.3rem;
  }
}

.contact-youtube {
  background-color: #eb87b4;
  width: 50%;
  padding: 10px;
  border-radius: 50px;
  margin: 0 25%;
  text-align: center;
}
@media (min-width: 768px) {
  .contact-youtube {
    width: 60%;
    margin: 0 20%;
  }
}
@media (min-width: 1200px) {
  .contact-youtube {
    width: 32%;
    margin: 0 34%;
  }
}
.contact-youtube i {
  color: #fff;
  font-size: 1.9rem;
}
@media (min-width: 768px) {
  .contact-youtube i {
    font-size: 1.9rem;
  }
}
@media (min-width: 1200px) {
  .contact-youtube i {
    font-size: 2.3rem;
  }
}

.contact-sns {
  text-align: center;
}
.contact-sns a {
  text-decoration: none;
}

.accbox {
  margin: 0;
  padding: 0;
  max-width: 100%;
}

/*ラベル*/
.accbox label {
  display: block;
  margin: 3px 0;
  padding: 15px 10px;
  color: #000;
  font-weight: 500;
  background: #c8e4e5;
  cursor: pointer;
  transition: all 0.5s;
  font-size: 1.6rem;
  vertical-align: middle;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .accbox label {
    font-size: 1.9rem;
    padding: 15px 30px;
  }
}

/*アイコンを表示*/
.accbox label::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f067";
  font-size: 2.0rem;
  color: #000;
  float: right;
}

/*ラベルホバー時*/
.accbox label:hover {
  background: #ffe9a9;
}

/*チェックは隠す*/
.accbox input {
  display: none;
}

/*中身を非表示にしておく*/
.accbox .accshow {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.8s;
}

/*クリックで中身表示*/
.cssacc:checked + label + .accshow {
  height: auto;
  padding: 5px;
  background: #fff5eb;
  opacity: 1;
}
@media (min-width: 768px) {
  .cssacc:checked + label + .accshow {
    padding: 25px;
  }
}

.accbox .accshow p {
  margin: 15px 10px;
}

/*アイコンを入れ替える*/
.cssacc:checked + label::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f068";
  font-size: 2.0rem;
  color: #000;
  float: right;
}

.accshow h2 {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 5px;
}

.news-page-title {
  margin-bottom: 20px;
}
.news-page-title h2 {
  font-size: 2.0rem;
  font-weight: bold;
}

.table-3 {
  width: 100%;
  border-collapse: collapse;
  border: none;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .table-3 {
    margin-bottom: 5px;
  }
}
.table-3 th {
  font-size: 1.5rem;
  line-height: 1.3;
  border: 1px solid #888;
  padding: 5px 0;
  vertical-align: middle;
  font-weight: bold;
  text-align: center;
  color: #111;
  background-color: #fff;
  width: 20%;
}
@media (min-width: 992px) {
  .table-3 th {
    font-size: 1.5rem;
    line-height: 1.4;
    padding: 10px 5px;
  }
}
.table-3 td {
  font-size: 1.5rem;
  line-height: 1.6;
  padding: 5px 10px;
  text-align: left;
  border: 1px solid #888;
  vertical-align: middle;
  color: #000;
  background-color: #fff;
  width: 80%;
}
@media (min-width: 992px) {
  .table-3 td {
    font-size: 1.5rem;
    line-height: 1.4;
    padding: 10px 15px;
  }
}
.table-3 td img {
  border-radius: 5px;
  margin-bottom: 40px;
}

.link-text a {
  text-decoration: underline;
  color: #d26998;
  font-weight: bold;
}
.link-text a:hover {
  text-decoration: none;
}

.tag-recruit {
  color: #fff;
  border: 1px solid #555;
  background-color: #555;
  padding: 2px 10px;
  margin-right: 10px;
  border-radius: 2px;
  white-space: nowrap;
  font-weight: 500;
}

.table-recruit {
  width: 100%;
  border-collapse: collapse;
  border: none;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .table-recruit {
    margin-bottom: 50px;
  }
}
.table-recruit th {
  font-size: 1.5rem;
  line-height: 1.3;
  border: 1px solid #888;
  padding: 5px 0;
  vertical-align: middle;
  font-weight: 500;
  text-align: center;
  color: #111;
  background-color: #fff;
  width: 20%;
}
@media (min-width: 992px) {
  .table-recruit th {
    font-size: 1.6rem;
    line-height: 1.6;
    padding: 10px 5px;
  }
}
.table-recruit td {
  font-size: 1.5rem;
  line-height: 1.6;
  padding: 5px 10px;
  text-align: left;
  border: 1px solid #888;
  vertical-align: middle;
  color: #000;
  background-color: #fff;
  width: 80%;
}
@media (min-width: 992px) {
  .table-recruit td {
    font-size: 1.6rem;
    line-height: 1.5;
    padding: 10px 15px;
  }
}
.table-recruit td img {
  border-radius: 5px;
  margin-bottom: 40px;
}

.line1 {
  width: 100%;
  height: 1px;
  background-color: #c0c0c0;
  margin: 30px 0;
}

.about-title h2 {
  font-size: 2.0rem;
  background-color: #eef6e4;
  text-align: center;
  margin-bottom: 30px;
  padding: 0px 20px;
  border-left: 10px solid #adce84;
}
@media (min-width: 768px) {
  .about-title h2 {
    font-size: 2.7rem;
    padding: 5px 20px;
  }
}

.about-section-2 p {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
}
@media (min-width: 768px) {
  .about-section-2 p {
    font-size: 2.0rem;
  }
}
.about-section-2 ul {
  margin: 0 0 30px 30px;
}
@media (min-width: 768px) {
  .about-section-2 ul {
    margin: 0 0 30px 50px;
  }
}
.about-section-2 ul li {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 15px;
  list-style-type: square;
}
@media (min-width: 768px) {
  .about-section-2 ul li {
    font-size: 1.9rem;
    margin-bottom: 20px;
  }
}

.border-1 {
  margin-top: 10px;
  border: 2px dotted #df7d34;
  background-color: #fff5ed;
  border-radius: 10px;
  padding: 10px 8px 5px 8px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .border-1 {
    padding: 20px 20px 15px 20px;
  }
}
.border-1 p {
  margin-bottom: 8px;
  font-size: 1.7rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .border-1 p {
    font-size: 1.7rem;
  }
}

.arrow-img {
  text-align: center;
}
.arrow-img img {
  width: 20px;
}

.school-photo {
  z-index: 10;
}
@media (min-width: 768px) {
  .school-photo img {
    position: absolute;
    top: 0px;
    left: 0;
    width: 390px;
  }
}
@media (min-width: 992px) {
  .school-photo img {
    position: absolute;
    top: -90px;
    left: 0;
    width: 350px;
  }
}

.school-box {
  position: relative;
  margin-bottom: 30px;
  background-color: white;
  padding: 20px 15px 30px 15px;
  color: #000;
  box-shadow: 5px 5px 0px 0px #dd7e81;
}
.school-box img {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .school-box {
    margin: 0;
    height: 280px;
    padding: 10px;
  }
}
@media (min-width: 992px) {
  .school-box {
    margin: 0;
    padding: 20px 20px;
    height: 280px;
  }
}
@media (min-width: 1200px) {
  .school-box {
    height: 300px;
  }
}
.school-box h3 {
  font-size: 2.1rem;
  font-weight: bold;
  color: #dd7e81;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .school-box h3 {
    font-size: 2.1rem;
  }
}
@media (min-width: 992px) {
  .school-box h3 {
    font-size: 2.1rem;
  }
}
@media (min-width: 1200px) {
  .school-box h3 {
    font-size: 2.3rem;
  }
}
.school-box p {
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .school-box p {
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  .school-box p {
    font-size: 1.4rem;
  }
}
@media (min-width: 1200px) {
  .school-box p {
    font-size: 1.6rem;
  }
}
.school-box li {
  font-size: 1.5rem;
  font-weight: bold;
  color: #066d9e;
}
@media (min-width: 768px) {
  .school-box li {
    font-size: 1.7rem;
  }
}
@media (min-width: 992px) {
  .school-box li {
    font-size: 1.4rem;
  }
}
@media (min-width: 1200px) {
  .school-box li {
    font-size: 1.8rem;
  }
}
.school-box .school-button {
  font-weight: bold;
  font-size: 1.5rem;
  border-radius: 5px 0 0 0;
  z-index: 12;
  background-color: #21826f;
  padding: 10px 10px;
  color: #fff;
}
@media (min-width: 768px) {
  .school-box .school-button {
    border-radius: 5px 0 0 0;
    padding: 10px 5px;
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  .school-box .school-button {
    border-radius: 5px 0 0 5px;
    padding: 10px 10px;
    font-size: 1.7rem;
  }
}
@media (min-width: 1200px) {
  .school-box .school-button {
    border-radius: 5px 0 0 5px;
    padding: 10px 15px;
    font-size: 1.9rem;
  }
}

.school-title-sub {
  font-weight: 500;
  font-size: 1.3rem;
  text-align: center;
}
@media (min-width: 768px) {
  .school-title-sub {
    font-size: 1.6rem;
  }
  .school-title-sub br {
    display: none;
  }
  .school-title-sub span::after {
    content: "\00a0\00a0|\00a0\00a0";
  }
}

@media (min-width: 768px) {
  .top-banner-box-l {
    border-left: 2px solid #e6e6e6;
  }
}

@media (min-width: 768px) {
  .top-banner-box-r {
    border-right: 2px solid #e6e6e6;
  }
}

.top-banner-box-mr {
  border-right: 2px solid #e6e6e6;
}
@media (min-width: 768px) {
  .top-banner-box-mr {
    border-right: none;
  }
}

.top-banner-box-button {
  position: absolute;
  bottom: -5px;
  right: 0;
  left: 0;
  margin: 0 auto;
  color: #fff;
  background-color: #e8a13b;
  padding: 3px 5px 4px 5px;
  letter-spacing: -1px;
  border-radius: 15px;
  display: inline-block;
  width: 110px;
  text-align: center;
  font-size: 1.4rem;
}
.top-banner-box-button:hover {
  opacity: 0.5;
  transition: .3s;
}
@media (min-width: 768px) {
  .top-banner-box-button {
    font-size: 1.5rem;
    padding: 5px 10px;
    width: 130px;
    bottom: 0;
  }
}
@media (min-width: 992px) {
  .top-banner-box-button {
    font-size: 1.5rem;
    padding: 5px 10px;
    width: 150px;
    bottom: 0;
  }
}

@media (min-width: 768px) {
  .school-img {
    position: absolute;
    top: -20px;
    right: 0;
    width: 440px;
    z-index: 10;
  }
}
@media (min-width: 992px) {
  .school-img {
    position: absolute;
    top: -20px;
    right: 0;
    width: 580px;
    z-index: 10;
  }
}
@media (min-width: 1200px) {
  .school-img {
    position: absolute;
    top: -30px;
    right: 0;
    width: 680px;
    z-index: 10;
  }
}

.school-box-admission {
  position: absolute;
  bottom: 5px;
  right: 10px;
  width: 140px;
}
@media (min-width: 768px) {
  .school-box-admission {
    bottom: -10px;
    right: 0px;
    width: 150px;
  }
}

.school-box-point {
  position: absolute;
  display: none;
}
@media (min-width: 768px) {
  .school-box-point {
    display: block;
    bottom: -120px;
    right: 0px;
    width: 320px;
  }
}

.school-title {
  margin-bottom: 20px;
  border-radius: 3px;
}
.school-title h2 {
  font-weight: bold;
  color: #dd7e81;
  text-align: center;
  font-size: 2.0rem;
}
@media (min-width: 768px) {
  .school-title h2 {
    font-size: 2.3rem;
  }
}
.school-title h2 span {
  color: #2568a7;
}

.bag {
  position: absolute;
  top: -80px;
  right: 50px;
  width: 180px;
}
@media (min-width: 992px) {
  .bag {
    width: 230px;
  }
}

.para-wall-title {
  width: 250px;
  margin: 0 auto;
  padding: 50px 0;
}
@media (min-width: 768px) {
  .para-wall-title {
    width: 400px;
    padding: 50px 0;
  }
}
@media (min-width: 992px) {
  .para-wall-title {
    width: 400px;
    padding: 150px 0;
  }
}
@media (min-width: 1200px) {
  .para-wall-title {
    width: 450px;
    padding: 150px 0;
  }
}

.para-wall-title h2 {
  font-size: 2.0rem;
  color: #fff;
  text-align: center;
  font-weight: 500;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.2);
  padding: 0 15px;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .para-wall-title h2 {
    font-size: 3.0rem;
    padding: 20px 0;
    border: 2px solid #fff;
  }
}
@media (min-width: 992px) {
  .para-wall-title h2 {
    font-size: 3.5rem;
    padding: 20px 0;
  }
}
@media (min-width: 1200px) {
  .para-wall-title h2 {
    font-size: 3.5rem;
    padding: 20px 40px;
  }
}

@media (min-width: 768px) {
  .mt-head {
    margin-top: -100px;
  }
}
@media (min-width: 1200px) {
  .mt-head {
    margin-top: -100px;
  }
}

.page-title {
  position: absolute;
  background-color: #fff;
  top: -65px;
  right: 10px;
  padding: 0px 10px;
  border-radius: 5px;
  z-index: 10;
}
@media (min-width: 768px) {
  .page-title {
    top: -90px;
    right: -15px;
    padding: 2px 30px;
  }
}
@media (min-width: 992px) {
  .page-title {
    top: -110px;
    right: -15px;
    padding: 15px 50px;
  }
}
.page-title h2 {
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  color: #000;
}
@media (min-width: 768px) {
  .page-title h2 {
    font-size: 1.8rem;
  }
}
@media (min-width: 992px) {
  .page-title h2 {
    font-size: 2.0rem;
  }
}

.section-title-2 {
  border-top: 1px solid #1d1d1d;
  border-left: 1px solid #1d1d1d;
  box-shadow: 5px 5px 0px 0px #068a92;
  padding: 5px 30px;
  background-color: #fff;
  margin: 60px 0;
}
@media (min-width: 768px) {
  .section-title-2 {
    margin: 40px 0 60px 0;
    padding: 5px 100px;
  }
}
.section-title-2 h2 {
  font-size: 2.0rem;
  line-height: 1.7;
  font-weight: bold;
}
@media (min-width: 768px) {
  .section-title-2 h2 {
    font-size: 2.3rem;
    line-height: 1.7;
  }
}

.section-title-2-sub {
  display: flex;
  align-items: center;
}

.section-title-2-sub:before,
.section-title-2-sub:after {
  content: "";
  flex-grow: 1;
  height: 1px;
  display: block;
}

.section-title-2-sub:before {
  margin-right: 20px;
  background: linear-gradient(0deg, #888, #888);
}
@media (min-width: 768px) {
  .section-title-2-sub:before {
    margin-right: 40px;
  }
}

.section-title-2-sub:after {
  margin-left: 20px;
  background: linear-gradient(0deg, #888, #888);
}
@media (min-width: 768px) {
  .section-title-2-sub:after {
    margin-left: 40px;
  }
}

.msg-1 {
  margin-bottom: 60px;
}
.msg-1 h3 {
  font-size: 2.1rem;
  line-height: 1.6;
  font-weight: bold;
}
@media (min-width: 768px) {
  .msg-1 h3 {
    font-size: 2.3rem;
    line-height: 1.6;
  }
}
@media (min-width: 992px) {
  .msg-1 h3 {
    font-size: 2.7rem;
    line-height: 1.8;
  }
}

@media (min-width: 768px) {
  .img-md-10 {
    width: 10%;
    margin: 0 45%;
  }
}

@media (min-width: 768px) {
  .img-md-20 {
    width: 20%;
    margin: 0 40%;
  }
}

@media (min-width: 768px) {
  .img-md-30 {
    width: 30%;
    margin: 0 35%;
  }
}

@media (min-width: 768px) {
  .img-md-40 {
    width: 40%;
    margin: 0 30%;
  }
}

@media (min-width: 768px) {
  .img-md-50 {
    width: 50%;
    margin: 0 25%;
  }
}

@media (min-width: 768px) {
  .img-md-60 {
    width: 60%;
    margin: 0 20%;
  }
}

@media (min-width: 768px) {
  .img-md-70 {
    width: 70%;
    margin: 0 15%;
  }
}

@media (min-width: 768px) {
  .img-md-80 {
    width: 80%;
    margin: 0 10%;
  }
}

@media (min-width: 768px) {
  .img-md-90 {
    width: 90%;
    margin: 0 5%;
  }
}

.section-title-3 {
  margin-bottom: 60px;
}
.section-title-3 h3 {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.7;
  text-align: center;
  margin-bottom: 20px;
  border-radius: 10px;
  background-color: #fbf7ed;
}
@media (min-width: 768px) {
  .section-title-3 h3 {
    font-size: 2.6rem;
  }
}
.section-title-3 p {
  font-size: 1.7rem;
  text-align: center;
}

.level {
  background-color: #00aec3;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.6;
  border-radius: 8px;
  padding: 5px 15px;
  margin-bottom: 10px;
}

.level-2 {
  background-color: #155eb1;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.6;
  border-radius: 8px;
  padding: 5px 15px;
  margin-bottom: 10px;
}

.section-title-4 {
  margin-bottom: 30px;
}
.section-title-4 h3 {
  font-weight: 500;
  font-size: 2.3rem;
  line-height: 1.7;
  text-align: center;
}
.section-title-4 p {
  font-weight: 500;
  text-align: center;
}

.tag-a {
  background-color: #eb6877;
  color: #fff;
  font-weight: bold;
  padding: 2px 8px 3px 8px;
  border-radius: 15px;
  margin: 3px;
}
@media (min-width: 768px) {
  .tag-a {
    padding: 5px 10px;
  }
}

.tag-b {
  background-color: #00aec3;
  color: #fff;
  font-weight: bold;
  padding: 2px 8px 3px 8px;
  border-radius: 15px;
  margin: 3px;
}
@media (min-width: 768px) {
  .tag-b {
    padding: 5px 10px;
  }
}

.tag-c {
  background-color: #8fc31f;
  color: #fff;
  font-weight: bold;
  padding: 2px 8px 3px 8px;
  border-radius: 15px;
  margin: 3px;
}
@media (min-width: 768px) {
  .tag-c {
    padding: 5px 10px;
  }
}

.tag-d {
  background-color: #dfae00;
  color: #fff;
  font-weight: bold;
  padding: 2px 8px 3px 8px;
  border-radius: 15px;
  margin: 3px;
}
@media (min-width: 768px) {
  .tag-d {
    padding: 5px 10px;
  }
}

.map {
  width: 100%;
  height: 400px;
}

@media (max-width: 768px) {
  .line-height-1 {
    line-height: 2.2 !important;
  }
}

.a-line {
  text-decoration: underline;
  color: #ed870b;
}
.a-line:hover {
  text-decoration: none;
}

.page-menu ul {
  list-style: none;
  float: right;
}
.page-menu ul li {
  float: left;
  margin: 0 10px 25px 0;
}
.page-menu ul li a {
  padding: 5px 15px;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 500;
  border: 1px solid #999;
  border-radius: 5px;
  color: #333;
}
.page-menu ul li a:hover {
  background-color: #999;
  color: #fff;
}
.page-menu ul li a::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f107";
  padding-left: 7px;
}

.faq-box {
  margin-bottom: 50px;
}
.faq-box li {
  font-size: 1.7rem;
  background-color: #fff;
  box-shadow: 0px 0px 3px 3px #f0f0f0;
  padding: 10px;
  margin-bottom: 50px;
}
@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: 10px;
  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;
  }
}
.faq-box ul li ul li {
  font-size: 1.5rem;
  line-height: 1.6;
  box-shadow: none;
  border-radius: 0;
}
.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: -30px;
  height: 0;
}
@media (min-width: 768px) {
  .faq-box ul li ul li {
    font-size: 1.6rem;
    margin: 0;
  }
}

.voice-box {
  margin-bottom: 50px;
}
.voice-box li {
  font-size: 1.7rem;
}
@media (min-width: 768px) {
  .voice-box li {
    font-size: 2.0rem;
  }
}
.voice-box h3 {
  font-size: 1.9rem;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 10px;
  border-bottom: 4px dotted #18429f;
  padding-bottom: 5px;
  color: #18429f;
}
@media (min-width: 768px) {
  .voice-box h3 {
    font-size: 2.3rem;
  }
}
.voice-box ul li ul {
  margin-left: 0;
}
.voice-box ul li ul li {
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 40px;
  background-color: #fef3e3;
  box-shadow: 6px 6px 6px  #f0f0f0;
  padding: 15px;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .voice-box ul li ul li {
    font-size: 1.6rem;
    margin-bottom: 40px;
    padding: 20px;
  }
}

.top-msg-title {
  border-left: 8px solid #6fb77f;
}
.top-msg-title h2 {
  font-size: 2.5rem;
  line-height: 1.4;
  font-weight: bold;
  padding-left: 20px;
  color: #6fb77f;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .top-msg-title h2 {
    font-size: 2.7rem;
  }
}
@media (min-width: 992px) {
  .top-msg-title h2 {
    font-size: 3.0rem;
  }
}

.imp-infomation {
  background-color: #fff;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1200px) {
  .imp-infomation {
    margin: 0 auto;
    max-width: 1300px;
    z-index: 10;
  }
}
.imp-infomation .imp-info-title {
  width: 100%;
  background-color: #8bc691;
  float: left;
  padding: 15px;
  height: auto;
  position: relative;
}
@media (min-width: 1200px) {
  .imp-infomation .imp-info-title {
    width: 15%;
  }
}
.imp-infomation .imp-info-title p {
  font-size: 1.6rem;
  font-weight: bold;
  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;
}
.imp-infomation .imp-info-description {
  width: 100%;
  float: left;
  border-bottom: 2px solid #8bc691;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .imp-infomation .imp-info-description {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .imp-infomation .imp-info-description {
    width: 85%;
    border-bottom: none;
  }
}

.top-taiken {
  position: absolute;
  bottom: -20px;
  right: 7px;
  z-index: 10;
}
@media (min-width: 768px) {
  .top-taiken {
    right: 30px;
    bottom: 0;
  }
}
@media (min-width: 992px) {
  .top-taiken {
    right: 30px;
    bottom: 0;
  }
}
@media (min-width: 1200px) {
  .top-taiken {
    right: 10px;
    bottom: 0;
  }
}
.top-taiken img {
  width: 90px;
}
@media (min-width: 375px) {
  .top-taiken img {
    width: 110px;
  }
}
@media (min-width: 768px) {
  .top-taiken img {
    width: 130px;
  }
}
@media (min-width: 992px) {
  .top-taiken img {
    width: 180px;
  }
}
@media (min-width: 1200px) {
  .top-taiken img {
    width: 220px;
  }
}

.twitter-timeline {
  width: 100%;
  height: 520px !important;
  margin-top: 60px !important;
}
@media (min-width: 768px) {
  .twitter-timeline {
    height: 650px !important;
    margin-top: 0 !important;
  }
}
@media (min-width: 992px) {
  .twitter-timeline {
    height: 500px !important;
  }
}

.force {
  padding-top: 55px;
}
@media (min-width: 992px) {
  .force {
    padding-top: 0;
  }
}

.class-name {
  border: 3px solid #d16700;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 20px;
}
.class-name h3 {
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  color: #d16700;
}

.class-line {
  border-bottom: 1px dotted #555;
  margin-bottom: 70px;
}

.top-img {
  position: absolute;
  width: 290px;
  top: -200px;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 10;
}
@media (min-width: 768px) {
  .top-img {
    width: 230px;
    bottom: -120px;
    margin: none;
    left: auto;
    top: auto;
  }
}
@media (min-width: 992px) {
  .top-img {
    width: 300px;
    bottom: -120px;
    margin: none;
    left: auto;
    top: auto;
  }
}
@media (min-width: 1200px) {
  .top-img {
    width: 350px;
    bottom: -120px;
    margin: none;
    left: auto;
    top: auto;
  }
}

.back {
  width: 100px;
  position: absolute;
  top: 230px;
  right: 5px;
  z-index: 10;
}
@media (min-width: 368px) {
  .back {
    width: 100px;
    position: absolute;
    top: 200px;
    right: 5px;
    z-index: 10;
  }
}
@media (min-width: 768px) {
  .back {
    width: 180px;
    position: absolute;
    top: 140px;
    right: 0;
    z-index: 10;
  }
}
@media (min-width: 992px) {
  .back {
    width: 200px;
    position: absolute;
    top: 100px;
    right: 0;
    z-index: 10;
  }
}
@media (min-width: 1200px) {
  .back {
    width: 230px;
    position: absolute;
    top: 80px;
    right: 50px;
    z-index: 10;
  }
}

.text-c-m {
  text-align: center;
}
@media (min-width: 768px) {
  .text-c-m {
    text-align: left;
  }
}

.point-box-1 {
  background-color: #84ccc9;
  padding: 10px 10px 1px 10px;
  border-radius: 5px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .point-box-1 {
    padding: 20px 20px 10px 20px;
  }
}
.point-box-1 h3 {
  margin-bottom: 10px;
  color: #fff;
  font-weight: bold;
  font-size: 2.3rem;
}
@media (min-width: 768px) {
  .point-box-1 h3 {
    font-size: 2.7rem;
  }
}
.point-box-1 p {
  color: #35716e;
}

.point-box-2 {
  background-color: #f29a76;
  padding: 10px 10px 1px 10px;
  border-radius: 5px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .point-box-2 {
    padding: 20px 20px 10px 20px;
  }
}
.point-box-2 h3 {
  margin-bottom: 10px;
  color: #fff;
  font-weight: bold;
  font-size: 2.3rem;
}
@media (min-width: 768px) {
  .point-box-2 h3 {
    font-size: 2.7rem;
  }
}
.point-box-2 p {
  color: #9e5333;
}

.point-box-3 {
  background-color: #dfd005;
  padding: 10px 10px 1px 10px;
  border-radius: 5px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .point-box-3 {
    padding: 20px 20px 10px 20px;
  }
}
.point-box-3 h3 {
  margin-bottom: 10px;
  color: #fff;
  font-weight: bold;
  font-size: 2.3rem;
}
@media (min-width: 768px) {
  .point-box-3 h3 {
    font-size: 2.7rem;
  }
}
.point-box-3 p {
  color: #8c841e;
}

.point-box-4 {
  background-color: #8c97cb;
  padding: 10px 10px 1px 10px;
  border-radius: 5px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .point-box-4 {
    padding: 20px 20px 10px 20px;
  }
}
.point-box-4 h3 {
  margin-bottom: 10px;
  color: #fff;
  font-weight: bold;
  font-size: 2.3rem;
}
@media (min-width: 768px) {
  .point-box-4 h3 {
    font-size: 2.7rem;
  }
}
.point-box-4 p {
  color: #424d80;
}

.point-box-5 {
  background-color: #7ecef4;
  padding: 10px 10px 1px 10px;
  border-radius: 5px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .point-box-5 {
    padding: 20px 20px 10px 20px;
  }
}
.point-box-5 h3 {
  margin-bottom: 10px;
  color: #fff;
  font-weight: bold;
  font-size: 2.3rem;
}
@media (min-width: 768px) {
  .point-box-5 h3 {
    font-size: 2.7rem;
  }
}
.point-box-5 p {
  color: #367491;
}

.point-box-6 {
  background-color: #c490bf;
  padding: 10px 10px 1px 10px;
  border-radius: 5px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .point-box-6 {
    padding: 20px 20px 10px 20px;
  }
}
.point-box-6 h3 {
  margin-bottom: 10px;
  color: #fff;
  font-weight: bold;
  font-size: 2.5rem;
}
@media (min-width: 768px) {
  .point-box-6 h3 {
    font-size: 2.7rem;
  }
}
.point-box-6 p {
  color: #764371;
}

/*# sourceMappingURL=style.css.map */
