@charset "UTF-8";
@import url("//fonts.googleapis.com/earlyaccess/notosansjp.css");
@import url("https://fonts.googleapis.com/css2?family=Hina+Mincho&family=Klee+One:wght@400;600&family=Kosugi&family=Kosugi+Maru&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Serif+JP:wght@200..900&family=Sawarabi+Gothic&family=Sawarabi+Mincho&family=Shippori+Mincho:wght@400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDPGothic:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kurenaido&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Mukta:700");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

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

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

body {
  margin: 0;
  font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: .1rem;
  font-size: 1.0rem;
  font-weight: normal;
  color: #36322e;
  background-color: #f9f8f4;
  /* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
}

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

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

a:hover {
  color: #25799f;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-sm-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-md-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-lg-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xl-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.d-none {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

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

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

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

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

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

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

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

  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

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

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

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

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

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

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

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

  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

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

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

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

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

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

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

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

  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
.m-0 {
  margin: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
/*# sourceMappingURL=bootstrap-grid.css.map */
.mb-10 {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .mb-10 {
    margin-bottom: 0!important;
  }
}

.mt-10 {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .mt-10 {
    margin-top: 0!important;
  }
}

.mb-20 {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .mb-20 {
    margin-bottom: 0!important;
  }
}

.mt-20 {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .mt-20 {
    margin-top: 0!important;
  }
}

.mb-30 {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .mb-30 {
    margin-bottom: 0!important;
  }
}

.mt-30 {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .mt-30 {
    margin-top: 0!important;
  }
}

.mb-40 {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .mb-40 {
    margin-bottom: 0!important;
  }
}

.mt-40 {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .mt-40 {
    margin-top: 0!important;
  }
}

.mb-50 {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .mb-50 {
    margin-bottom: 0!important;
  }
}

.mt-50 {
  margin-top: 50px;
}
@media (min-width: 768px) {
  .mt-50 {
    margin-top: 0!important;
  }
}

.mb-60 {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .mb-60 {
    margin-bottom: 0!important;
  }
}

.mt-60 {
  margin-top: 60px;
}
@media (min-width: 768px) {
  .mt-60 {
    margin-top: 0!important;
  }
}

.mb-70 {
  margin-bottom: 70px;
}
@media (min-width: 768px) {
  .mb-70 {
    margin-bottom: 0!important;
  }
}

.mt-70 {
  margin-top: 70px;
}
@media (min-width: 768px) {
  .mt-70 {
    margin-top: 0!important;
  }
}

.mb-80 {
  margin-bottom: 80px;
}
@media (min-width: 768px) {
  .mb-80 {
    margin-bottom: 0!important;
  }
}

.mt-80 {
  margin-top: 80px;
}
@media (min-width: 768px) {
  .mt-80 {
    margin-top: 0!important;
  }
}

.mb-90 {
  margin-bottom: 90px;
}
@media (min-width: 768px) {
  .mb-90 {
    margin-bottom: 0!important;
  }
}

.mt-90 {
  margin-top: 90px;
}
@media (min-width: 768px) {
  .mt-90 {
    margin-top: 0!important;
  }
}

.mb-100 {
  margin-bottom: 100px;
}
@media (min-width: 768px) {
  .mb-100 {
    margin-bottom: 0!important;
  }
}

.mt-100 {
  margin-top: 100px;
}
@media (min-width: 768px) {
  .mt-100 {
    margin-top: 0!important;
  }
}

.mb-110 {
  margin-bottom: 110px;
}
@media (min-width: 768px) {
  .mb-110 {
    margin-bottom: 0!important;
  }
}

.mt-110 {
  margin-top: 110px;
}
@media (min-width: 768px) {
  .mt-110 {
    margin-top: 0!important;
  }
}

.mb-120 {
  margin-bottom: 120px;
}
@media (min-width: 768px) {
  .mb-120 {
    margin-bottom: 0!important;
  }
}

.mt-120 {
  margin-top: 120px;
}
@media (min-width: 768px) {
  .mt-120 {
    margin-top: 0!important;
  }
}

.mb-130 {
  margin-bottom: 130px;
}
@media (min-width: 768px) {
  .mb-130 {
    margin-bottom: 0!important;
  }
}

.mt-130 {
  margin-top: 130px;
}
@media (min-width: 768px) {
  .mt-130 {
    margin-top: 0!important;
  }
}

.mb-140 {
  margin-bottom: 140px;
}
@media (min-width: 768px) {
  .mb-140 {
    margin-bottom: 0!important;
  }
}

.mt-140 {
  margin-top: 140px;
}
@media (min-width: 768px) {
  .mt-140 {
    margin-top: 0!important;
  }
}

.mb-150 {
  margin-bottom: 150px;
}
@media (min-width: 768px) {
  .mb-150 {
    margin-bottom: 0!important;
  }
}

.mt-150 {
  margin-top: 150px;
}
@media (min-width: 768px) {
  .mt-150 {
    margin-top: 0!important;
  }
}

.mb-160 {
  margin-bottom: 160px;
}
@media (min-width: 768px) {
  .mb-160 {
    margin-bottom: 0!important;
  }
}

.mt-160 {
  margin-top: 160px;
}
@media (min-width: 768px) {
  .mt-160 {
    margin-top: 0!important;
  }
}

.mb-170 {
  margin-bottom: 170px;
}
@media (min-width: 768px) {
  .mb-170 {
    margin-bottom: 0!important;
  }
}

.mt-170 {
  margin-top: 170px;
}
@media (min-width: 768px) {
  .mt-170 {
    margin-top: 0!important;
  }
}

.mb-180 {
  margin-bottom: 180px;
}
@media (min-width: 768px) {
  .mb-180 {
    margin-bottom: 0!important;
  }
}

.mt-180 {
  margin-top: 180px;
}
@media (min-width: 768px) {
  .mt-180 {
    margin-top: 0!important;
  }
}

.mb-190 {
  margin-bottom: 190px;
}
@media (min-width: 768px) {
  .mb-190 {
    margin-bottom: 0!important;
  }
}

.mt-190 {
  margin-top: 190px;
}
@media (min-width: 768px) {
  .mt-190 {
    margin-top: 0!important;
  }
}

.mb-200 {
  margin-bottom: 200px;
}
@media (min-width: 768px) {
  .mb-200 {
    margin-bottom: 0!important;
  }
}

.mt-200 {
  margin-top: 200px;
}
@media (min-width: 768px) {
  .mt-200 {
    margin-top: 0!important;
  }
}

.mb-210 {
  margin-bottom: 210px;
}
@media (min-width: 768px) {
  .mb-210 {
    margin-bottom: 0!important;
  }
}

.mt-210 {
  margin-top: 210px;
}
@media (min-width: 768px) {
  .mt-210 {
    margin-top: 0!important;
  }
}

.mb-220 {
  margin-bottom: 220px;
}
@media (min-width: 768px) {
  .mb-220 {
    margin-bottom: 0!important;
  }
}

.mt-220 {
  margin-top: 220px;
}
@media (min-width: 768px) {
  .mt-220 {
    margin-top: 0!important;
  }
}

.mb-230 {
  margin-bottom: 230px;
}
@media (min-width: 768px) {
  .mb-230 {
    margin-bottom: 0!important;
  }
}

.mt-230 {
  margin-top: 230px;
}
@media (min-width: 768px) {
  .mt-230 {
    margin-top: 0!important;
  }
}

.mb-240 {
  margin-bottom: 240px;
}
@media (min-width: 768px) {
  .mb-240 {
    margin-bottom: 0!important;
  }
}

.mt-240 {
  margin-top: 240px;
}
@media (min-width: 768px) {
  .mt-240 {
    margin-top: 0!important;
  }
}

.mb-250 {
  margin-bottom: 250px;
}
@media (min-width: 768px) {
  .mb-250 {
    margin-bottom: 0!important;
  }
}

.mt-250 {
  margin-top: 250px;
}
@media (min-width: 768px) {
  .mt-250 {
    margin-top: 0!important;
  }
}

.mb-260 {
  margin-bottom: 260px;
}
@media (min-width: 768px) {
  .mb-260 {
    margin-bottom: 0!important;
  }
}

.mt-260 {
  margin-top: 260px;
}
@media (min-width: 768px) {
  .mt-260 {
    margin-top: 0!important;
  }
}

.mb-270 {
  margin-bottom: 270px;
}
@media (min-width: 768px) {
  .mb-270 {
    margin-bottom: 0!important;
  }
}

.mt-270 {
  margin-top: 270px;
}
@media (min-width: 768px) {
  .mt-270 {
    margin-top: 0!important;
  }
}

.mb-280 {
  margin-bottom: 280px;
}
@media (min-width: 768px) {
  .mb-280 {
    margin-bottom: 0!important;
  }
}

.mt-280 {
  margin-top: 280px;
}
@media (min-width: 768px) {
  .mt-280 {
    margin-top: 0!important;
  }
}

.mb-290 {
  margin-bottom: 290px;
}
@media (min-width: 768px) {
  .mb-290 {
    margin-bottom: 0!important;
  }
}

.mt-290 {
  margin-top: 290px;
}
@media (min-width: 768px) {
  .mt-290 {
    margin-top: 0!important;
  }
}

.mb-300 {
  margin-bottom: 300px;
}
@media (min-width: 768px) {
  .mb-300 {
    margin-bottom: 0!important;
  }
}

.mt-300 {
  margin-top: 300px;
}
@media (min-width: 768px) {
  .mt-300 {
    margin-top: 0!important;
  }
}

.mb-md-10 {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .mb-md-10 {
    margin-bottom: 10px!important;
  }
}

.mt-md-10 {
  margin-top: 0;
}
@media (min-width: 768px) {
  .mt-md-10 {
    margin-top: 10px!important;
  }
}

.mb-md-20 {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .mb-md-20 {
    margin-bottom: 20px!important;
  }
}

.mt-md-20 {
  margin-top: 0;
}
@media (min-width: 768px) {
  .mt-md-20 {
    margin-top: 20px!important;
  }
}

.mb-md-30 {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .mb-md-30 {
    margin-bottom: 30px!important;
  }
}

.mt-md-30 {
  margin-top: 0;
}
@media (min-width: 768px) {
  .mt-md-30 {
    margin-top: 30px!important;
  }
}

.mb-md-40 {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .mb-md-40 {
    margin-bottom: 40px!important;
  }
}

.mt-md-40 {
  margin-top: 0;
}
@media (min-width: 768px) {
  .mt-md-40 {
    margin-top: 40px!important;
  }
}

.mb-md-50 {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .mb-md-50 {
    margin-bottom: 50px!important;
  }
}

.mt-md-50 {
  margin-top: 0;
}
@media (min-width: 768px) {
  .mt-md-50 {
    margin-top: 50px!important;
  }
}

.mb-md-60 {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .mb-md-60 {
    margin-bottom: 60px!important;
  }
}

.mt-md-60 {
  margin-top: 0;
}
@media (min-width: 768px) {
  .mt-md-60 {
    margin-top: 60px!important;
  }
}

.mb-md-70 {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .mb-md-70 {
    margin-bottom: 70px!important;
  }
}

.mt-md-70 {
  margin-top: 0;
}
@media (min-width: 768px) {
  .mt-md-70 {
    margin-top: 70px!important;
  }
}

.mb-md-80 {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .mb-md-80 {
    margin-bottom: 80px!important;
  }
}

.mt-md-80 {
  margin-top: 0;
}
@media (min-width: 768px) {
  .mt-md-80 {
    margin-top: 80px!important;
  }
}

.mb-md-90 {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .mb-md-90 {
    margin-bottom: 90px!important;
  }
}

.mt-md-90 {
  margin-top: 0;
}
@media (min-width: 768px) {
  .mt-md-90 {
    margin-top: 90px!important;
  }
}

.mb-md-100 {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .mb-md-100 {
    margin-bottom: 100px!important;
  }
}

.mt-md-100 {
  margin-top: 0;
}
@media (min-width: 768px) {
  .mt-md-100 {
    margin-top: 100px!important;
  }
}

.mb-md-110 {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .mb-md-110 {
    margin-bottom: 110px!important;
  }
}

.mt-md-110 {
  margin-top: 0;
}
@media (min-width: 768px) {
  .mt-md-110 {
    margin-top: 110px!important;
  }
}

.mb-md-120 {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .mb-md-120 {
    margin-bottom: 120px!important;
  }
}

.mt-md-120 {
  margin-top: 0;
}
@media (min-width: 768px) {
  .mt-md-120 {
    margin-top: 120px!important;
  }
}

.mb-md-130 {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .mb-md-130 {
    margin-bottom: 130px!important;
  }
}

.mt-md-130 {
  margin-top: 0;
}
@media (min-width: 768px) {
  .mt-md-130 {
    margin-top: 130px!important;
  }
}

.mb-md-140 {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .mb-md-140 {
    margin-bottom: 140px!important;
  }
}

.mt-md-140 {
  margin-top: 0;
}
@media (min-width: 768px) {
  .mt-md-140 {
    margin-top: 140px!important;
  }
}

.mb-md-150 {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .mb-md-150 {
    margin-bottom: 150px!important;
  }
}

.mt-md-150 {
  margin-top: 0;
}
@media (min-width: 768px) {
  .mt-md-150 {
    margin-top: 150px!important;
  }
}

.mb-md-160 {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .mb-md-160 {
    margin-bottom: 160px!important;
  }
}

.mt-md-160 {
  margin-top: 0;
}
@media (min-width: 768px) {
  .mt-md-160 {
    margin-top: 160px!important;
  }
}

.mb-md-170 {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .mb-md-170 {
    margin-bottom: 170px!important;
  }
}

.mt-md-170 {
  margin-top: 0;
}
@media (min-width: 768px) {
  .mt-md-170 {
    margin-top: 170px!important;
  }
}

.mb-md-180 {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .mb-md-180 {
    margin-bottom: 180px!important;
  }
}

.mt-md-180 {
  margin-top: 0;
}
@media (min-width: 768px) {
  .mt-md-180 {
    margin-top: 180px!important;
  }
}

.mb-md-190 {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .mb-md-190 {
    margin-bottom: 190px!important;
  }
}

.mt-md-190 {
  margin-top: 0;
}
@media (min-width: 768px) {
  .mt-md-190 {
    margin-top: 190px!important;
  }
}

.mb-md-200 {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .mb-md-200 {
    margin-bottom: 200px!important;
  }
}

.mt-md-200 {
  margin-top: 0;
}
@media (min-width: 768px) {
  .mt-md-200 {
    margin-top: 200px!important;
  }
}

.mb-md-210 {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .mb-md-210 {
    margin-bottom: 210px!important;
  }
}

.mt-md-210 {
  margin-top: 0;
}
@media (min-width: 768px) {
  .mt-md-210 {
    margin-top: 210px!important;
  }
}

.mb-md-220 {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .mb-md-220 {
    margin-bottom: 220px!important;
  }
}

.mt-md-220 {
  margin-top: 0;
}
@media (min-width: 768px) {
  .mt-md-220 {
    margin-top: 220px!important;
  }
}

.mb-md-230 {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .mb-md-230 {
    margin-bottom: 230px!important;
  }
}

.mt-md-230 {
  margin-top: 0;
}
@media (min-width: 768px) {
  .mt-md-230 {
    margin-top: 230px!important;
  }
}

.mb-md-240 {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .mb-md-240 {
    margin-bottom: 240px!important;
  }
}

.mt-md-240 {
  margin-top: 0;
}
@media (min-width: 768px) {
  .mt-md-240 {
    margin-top: 240px!important;
  }
}

.mb-md-250 {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .mb-md-250 {
    margin-bottom: 250px!important;
  }
}

.mt-md-250 {
  margin-top: 0;
}
@media (min-width: 768px) {
  .mt-md-250 {
    margin-top: 250px!important;
  }
}

.mb-md-260 {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .mb-md-260 {
    margin-bottom: 260px!important;
  }
}

.mt-md-260 {
  margin-top: 0;
}
@media (min-width: 768px) {
  .mt-md-260 {
    margin-top: 260px!important;
  }
}

.mb-md-270 {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .mb-md-270 {
    margin-bottom: 270px!important;
  }
}

.mt-md-270 {
  margin-top: 0;
}
@media (min-width: 768px) {
  .mt-md-270 {
    margin-top: 270px!important;
  }
}

.mb-md-280 {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .mb-md-280 {
    margin-bottom: 280px!important;
  }
}

.mt-md-280 {
  margin-top: 0;
}
@media (min-width: 768px) {
  .mt-md-280 {
    margin-top: 280px!important;
  }
}

.mb-md-290 {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .mb-md-290 {
    margin-bottom: 290px!important;
  }
}

.mt-md-290 {
  margin-top: 0;
}
@media (min-width: 768px) {
  .mt-md-290 {
    margin-top: 290px!important;
  }
}

.mb-md-300 {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .mb-md-300 {
    margin-bottom: 300px!important;
  }
}

.mt-md-300 {
  margin-top: 0;
}
@media (min-width: 768px) {
  .mt-md-300 {
    margin-top: 300px!important;
  }
}

.mb-lg-10 {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .mb-lg-10 {
    margin-bottom: 10px!important;
  }
}

.mt-lg-10 {
  margin-top: 0;
}
@media (min-width: 992px) {
  .mt-lg-10 {
    margin-top: 10px!important;
  }
}

.mb-lg-20 {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .mb-lg-20 {
    margin-bottom: 20px!important;
  }
}

.mt-lg-20 {
  margin-top: 0;
}
@media (min-width: 992px) {
  .mt-lg-20 {
    margin-top: 20px!important;
  }
}

.mb-lg-30 {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .mb-lg-30 {
    margin-bottom: 30px!important;
  }
}

.mt-lg-30 {
  margin-top: 0;
}
@media (min-width: 992px) {
  .mt-lg-30 {
    margin-top: 30px!important;
  }
}

.mb-lg-40 {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .mb-lg-40 {
    margin-bottom: 40px!important;
  }
}

.mt-lg-40 {
  margin-top: 0;
}
@media (min-width: 992px) {
  .mt-lg-40 {
    margin-top: 40px!important;
  }
}

.mb-lg-50 {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .mb-lg-50 {
    margin-bottom: 50px!important;
  }
}

.mt-lg-50 {
  margin-top: 0;
}
@media (min-width: 992px) {
  .mt-lg-50 {
    margin-top: 50px!important;
  }
}

.mb-lg-60 {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .mb-lg-60 {
    margin-bottom: 60px!important;
  }
}

.mt-lg-60 {
  margin-top: 0;
}
@media (min-width: 992px) {
  .mt-lg-60 {
    margin-top: 60px!important;
  }
}

.mb-lg-70 {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .mb-lg-70 {
    margin-bottom: 70px!important;
  }
}

.mt-lg-70 {
  margin-top: 0;
}
@media (min-width: 992px) {
  .mt-lg-70 {
    margin-top: 70px!important;
  }
}

.mb-lg-80 {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .mb-lg-80 {
    margin-bottom: 80px!important;
  }
}

.mt-lg-80 {
  margin-top: 0;
}
@media (min-width: 992px) {
  .mt-lg-80 {
    margin-top: 80px!important;
  }
}

.mb-lg-90 {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .mb-lg-90 {
    margin-bottom: 90px!important;
  }
}

.mt-lg-90 {
  margin-top: 0;
}
@media (min-width: 992px) {
  .mt-lg-90 {
    margin-top: 90px!important;
  }
}

.mb-lg-100 {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .mb-lg-100 {
    margin-bottom: 100px!important;
  }
}

.mt-lg-100 {
  margin-top: 0;
}
@media (min-width: 992px) {
  .mt-lg-100 {
    margin-top: 100px!important;
  }
}

.mb-lg-110 {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .mb-lg-110 {
    margin-bottom: 110px!important;
  }
}

.mt-lg-110 {
  margin-top: 0;
}
@media (min-width: 992px) {
  .mt-lg-110 {
    margin-top: 110px!important;
  }
}

.mb-lg-120 {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .mb-lg-120 {
    margin-bottom: 120px!important;
  }
}

.mt-lg-120 {
  margin-top: 0;
}
@media (min-width: 992px) {
  .mt-lg-120 {
    margin-top: 120px!important;
  }
}

.mb-lg-130 {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .mb-lg-130 {
    margin-bottom: 130px!important;
  }
}

.mt-lg-130 {
  margin-top: 0;
}
@media (min-width: 992px) {
  .mt-lg-130 {
    margin-top: 130px!important;
  }
}

.mb-lg-140 {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .mb-lg-140 {
    margin-bottom: 140px!important;
  }
}

.mt-lg-140 {
  margin-top: 0;
}
@media (min-width: 992px) {
  .mt-lg-140 {
    margin-top: 140px!important;
  }
}

.mb-lg-150 {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .mb-lg-150 {
    margin-bottom: 150px!important;
  }
}

.mt-lg-150 {
  margin-top: 0;
}
@media (min-width: 992px) {
  .mt-lg-150 {
    margin-top: 150px!important;
  }
}

.mb-lg-160 {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .mb-lg-160 {
    margin-bottom: 160px!important;
  }
}

.mt-lg-160 {
  margin-top: 0;
}
@media (min-width: 992px) {
  .mt-lg-160 {
    margin-top: 160px!important;
  }
}

.mb-lg-170 {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .mb-lg-170 {
    margin-bottom: 170px!important;
  }
}

.mt-lg-170 {
  margin-top: 0;
}
@media (min-width: 992px) {
  .mt-lg-170 {
    margin-top: 170px!important;
  }
}

.mb-lg-180 {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .mb-lg-180 {
    margin-bottom: 180px!important;
  }
}

.mt-lg-180 {
  margin-top: 0;
}
@media (min-width: 992px) {
  .mt-lg-180 {
    margin-top: 180px!important;
  }
}

.mb-lg-190 {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .mb-lg-190 {
    margin-bottom: 190px!important;
  }
}

.mt-lg-190 {
  margin-top: 0;
}
@media (min-width: 992px) {
  .mt-lg-190 {
    margin-top: 190px!important;
  }
}

.mb-lg-200 {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .mb-lg-200 {
    margin-bottom: 200px!important;
  }
}

.mt-lg-200 {
  margin-top: 0;
}
@media (min-width: 992px) {
  .mt-lg-200 {
    margin-top: 200px!important;
  }
}

.mb-lg-210 {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .mb-lg-210 {
    margin-bottom: 210px!important;
  }
}

.mt-lg-210 {
  margin-top: 0;
}
@media (min-width: 992px) {
  .mt-lg-210 {
    margin-top: 210px!important;
  }
}

.mb-lg-220 {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .mb-lg-220 {
    margin-bottom: 220px!important;
  }
}

.mt-lg-220 {
  margin-top: 0;
}
@media (min-width: 992px) {
  .mt-lg-220 {
    margin-top: 220px!important;
  }
}

.mb-lg-230 {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .mb-lg-230 {
    margin-bottom: 230px!important;
  }
}

.mt-lg-230 {
  margin-top: 0;
}
@media (min-width: 992px) {
  .mt-lg-230 {
    margin-top: 230px!important;
  }
}

.mb-lg-240 {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .mb-lg-240 {
    margin-bottom: 240px!important;
  }
}

.mt-lg-240 {
  margin-top: 0;
}
@media (min-width: 992px) {
  .mt-lg-240 {
    margin-top: 240px!important;
  }
}

.mb-lg-250 {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .mb-lg-250 {
    margin-bottom: 250px!important;
  }
}

.mt-lg-250 {
  margin-top: 0;
}
@media (min-width: 992px) {
  .mt-lg-250 {
    margin-top: 250px!important;
  }
}

.mb-lg-260 {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .mb-lg-260 {
    margin-bottom: 260px!important;
  }
}

.mt-lg-260 {
  margin-top: 0;
}
@media (min-width: 992px) {
  .mt-lg-260 {
    margin-top: 260px!important;
  }
}

.mb-lg-270 {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .mb-lg-270 {
    margin-bottom: 270px!important;
  }
}

.mt-lg-270 {
  margin-top: 0;
}
@media (min-width: 992px) {
  .mt-lg-270 {
    margin-top: 270px!important;
  }
}

.mb-lg-280 {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .mb-lg-280 {
    margin-bottom: 280px!important;
  }
}

.mt-lg-280 {
  margin-top: 0;
}
@media (min-width: 992px) {
  .mt-lg-280 {
    margin-top: 280px!important;
  }
}

.mb-lg-290 {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .mb-lg-290 {
    margin-bottom: 290px!important;
  }
}

.mt-lg-290 {
  margin-top: 0;
}
@media (min-width: 992px) {
  .mt-lg-290 {
    margin-top: 290px!important;
  }
}

.mb-lg-300 {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .mb-lg-300 {
    margin-bottom: 300px!important;
  }
}

.mt-lg-300 {
  margin-top: 0;
}
@media (min-width: 992px) {
  .mt-lg-300 {
    margin-top: 300px!important;
  }
}

.mb-xl-10 {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .mb-xl-10 {
    margin-bottom: 10px!important;
  }
}

.mt-xl-10 {
  margin-top: 0;
}
@media (min-width: 1200px) {
  .mt-xl-10 {
    margin-top: 10px!important;
  }
}

.mb-xl-20 {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .mb-xl-20 {
    margin-bottom: 20px!important;
  }
}

.mt-xl-20 {
  margin-top: 0;
}
@media (min-width: 1200px) {
  .mt-xl-20 {
    margin-top: 20px!important;
  }
}

.mb-xl-30 {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .mb-xl-30 {
    margin-bottom: 30px!important;
  }
}

.mt-xl-30 {
  margin-top: 0;
}
@media (min-width: 1200px) {
  .mt-xl-30 {
    margin-top: 30px!important;
  }
}

.mb-xl-40 {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .mb-xl-40 {
    margin-bottom: 40px!important;
  }
}

.mt-xl-40 {
  margin-top: 0;
}
@media (min-width: 1200px) {
  .mt-xl-40 {
    margin-top: 40px!important;
  }
}

.mb-xl-50 {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .mb-xl-50 {
    margin-bottom: 50px!important;
  }
}

.mt-xl-50 {
  margin-top: 0;
}
@media (min-width: 1200px) {
  .mt-xl-50 {
    margin-top: 50px!important;
  }
}

.mb-xl-60 {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .mb-xl-60 {
    margin-bottom: 60px!important;
  }
}

.mt-xl-60 {
  margin-top: 0;
}
@media (min-width: 1200px) {
  .mt-xl-60 {
    margin-top: 60px!important;
  }
}

.mb-xl-70 {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .mb-xl-70 {
    margin-bottom: 70px!important;
  }
}

.mt-xl-70 {
  margin-top: 0;
}
@media (min-width: 1200px) {
  .mt-xl-70 {
    margin-top: 70px!important;
  }
}

.mb-xl-80 {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .mb-xl-80 {
    margin-bottom: 80px!important;
  }
}

.mt-xl-80 {
  margin-top: 0;
}
@media (min-width: 1200px) {
  .mt-xl-80 {
    margin-top: 80px!important;
  }
}

.mb-xl-90 {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .mb-xl-90 {
    margin-bottom: 90px!important;
  }
}

.mt-xl-90 {
  margin-top: 0;
}
@media (min-width: 1200px) {
  .mt-xl-90 {
    margin-top: 90px!important;
  }
}

.mb-xl-100 {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .mb-xl-100 {
    margin-bottom: 100px!important;
  }
}

.mt-xl-100 {
  margin-top: 0;
}
@media (min-width: 1200px) {
  .mt-xl-100 {
    margin-top: 100px!important;
  }
}

.mb-xl-110 {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .mb-xl-110 {
    margin-bottom: 110px!important;
  }
}

.mt-xl-110 {
  margin-top: 0;
}
@media (min-width: 1200px) {
  .mt-xl-110 {
    margin-top: 110px!important;
  }
}

.mb-xl-120 {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .mb-xl-120 {
    margin-bottom: 120px!important;
  }
}

.mt-xl-120 {
  margin-top: 0;
}
@media (min-width: 1200px) {
  .mt-xl-120 {
    margin-top: 120px!important;
  }
}

.mb-xl-130 {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .mb-xl-130 {
    margin-bottom: 130px!important;
  }
}

.mt-xl-130 {
  margin-top: 0;
}
@media (min-width: 1200px) {
  .mt-xl-130 {
    margin-top: 130px!important;
  }
}

.mb-xl-140 {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .mb-xl-140 {
    margin-bottom: 140px!important;
  }
}

.mt-xl-140 {
  margin-top: 0;
}
@media (min-width: 1200px) {
  .mt-xl-140 {
    margin-top: 140px!important;
  }
}

.mb-xl-150 {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .mb-xl-150 {
    margin-bottom: 150px!important;
  }
}

.mt-xl-150 {
  margin-top: 0;
}
@media (min-width: 1200px) {
  .mt-xl-150 {
    margin-top: 150px!important;
  }
}

.mb-xl-160 {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .mb-xl-160 {
    margin-bottom: 160px!important;
  }
}

.mt-xl-160 {
  margin-top: 0;
}
@media (min-width: 1200px) {
  .mt-xl-160 {
    margin-top: 160px!important;
  }
}

.mb-xl-170 {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .mb-xl-170 {
    margin-bottom: 170px!important;
  }
}

.mt-xl-170 {
  margin-top: 0;
}
@media (min-width: 1200px) {
  .mt-xl-170 {
    margin-top: 170px!important;
  }
}

.mb-xl-180 {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .mb-xl-180 {
    margin-bottom: 180px!important;
  }
}

.mt-xl-180 {
  margin-top: 0;
}
@media (min-width: 1200px) {
  .mt-xl-180 {
    margin-top: 180px!important;
  }
}

.mb-xl-190 {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .mb-xl-190 {
    margin-bottom: 190px!important;
  }
}

.mt-xl-190 {
  margin-top: 0;
}
@media (min-width: 1200px) {
  .mt-xl-190 {
    margin-top: 190px!important;
  }
}

.mb-xl-200 {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .mb-xl-200 {
    margin-bottom: 200px!important;
  }
}

.mt-xl-200 {
  margin-top: 0;
}
@media (min-width: 1200px) {
  .mt-xl-200 {
    margin-top: 200px!important;
  }
}

.mb-xl-210 {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .mb-xl-210 {
    margin-bottom: 210px!important;
  }
}

.mt-xl-210 {
  margin-top: 0;
}
@media (min-width: 1200px) {
  .mt-xl-210 {
    margin-top: 210px!important;
  }
}

.mb-xl-220 {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .mb-xl-220 {
    margin-bottom: 220px!important;
  }
}

.mt-xl-220 {
  margin-top: 0;
}
@media (min-width: 1200px) {
  .mt-xl-220 {
    margin-top: 220px!important;
  }
}

.mb-xl-230 {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .mb-xl-230 {
    margin-bottom: 230px!important;
  }
}

.mt-xl-230 {
  margin-top: 0;
}
@media (min-width: 1200px) {
  .mt-xl-230 {
    margin-top: 230px!important;
  }
}

.mb-xl-240 {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .mb-xl-240 {
    margin-bottom: 240px!important;
  }
}

.mt-xl-240 {
  margin-top: 0;
}
@media (min-width: 1200px) {
  .mt-xl-240 {
    margin-top: 240px!important;
  }
}

.mb-xl-250 {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .mb-xl-250 {
    margin-bottom: 250px!important;
  }
}

.mt-xl-250 {
  margin-top: 0;
}
@media (min-width: 1200px) {
  .mt-xl-250 {
    margin-top: 250px!important;
  }
}

.mb-xl-260 {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .mb-xl-260 {
    margin-bottom: 260px!important;
  }
}

.mt-xl-260 {
  margin-top: 0;
}
@media (min-width: 1200px) {
  .mt-xl-260 {
    margin-top: 260px!important;
  }
}

.mb-xl-270 {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .mb-xl-270 {
    margin-bottom: 270px!important;
  }
}

.mt-xl-270 {
  margin-top: 0;
}
@media (min-width: 1200px) {
  .mt-xl-270 {
    margin-top: 270px!important;
  }
}

.mb-xl-280 {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .mb-xl-280 {
    margin-bottom: 280px!important;
  }
}

.mt-xl-280 {
  margin-top: 0;
}
@media (min-width: 1200px) {
  .mt-xl-280 {
    margin-top: 280px!important;
  }
}

.mb-xl-290 {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .mb-xl-290 {
    margin-bottom: 290px!important;
  }
}

.mt-xl-290 {
  margin-top: 0;
}
@media (min-width: 1200px) {
  .mt-xl-290 {
    margin-top: 290px!important;
  }
}

.mb-xl-300 {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .mb-xl-300 {
    margin-bottom: 300px!important;
  }
}

.mt-xl-300 {
  margin-top: 0;
}
@media (min-width: 1200px) {
  .mt-xl-300 {
    margin-top: 300px!important;
  }
}

.width-10 {
  width: 10%;
  margin-left: 45%;
  margin-right: 45%;
}
@media (min-width: 768px) {
  .width-10 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.width-15 {
  width: 15%;
  margin-left: 42.5%;
  margin-right: 42.5%;
}
@media (min-width: 768px) {
  .width-15 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.width-20 {
  width: 20%;
  margin-left: 40%;
  margin-right: 40%;
}
@media (min-width: 768px) {
  .width-20 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.width-25 {
  width: 25%;
  margin-left: 37.5%;
  margin-right: 37.5%;
}
@media (min-width: 768px) {
  .width-25 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.width-30 {
  width: 30%;
  margin-left: 35%;
  margin-right: 35%;
}
@media (min-width: 768px) {
  .width-30 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.width-35 {
  width: 35%;
  margin-left: 32.5%;
  margin-right: 32.5%;
}
@media (min-width: 768px) {
  .width-35 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.width-40 {
  width: 40%;
  margin-left: 30%;
  margin-right: 30%;
}
@media (min-width: 768px) {
  .width-40 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.width-45 {
  width: 45%;
  margin-left: 27.5%;
  margin-right: 27.5%;
}
@media (min-width: 768px) {
  .width-45 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.width-50 {
  width: 50%;
  margin-left: 25%;
  margin-right: 25%;
}
@media (min-width: 768px) {
  .width-50 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.width-55 {
  width: 55%;
  margin-left: 22.5%;
  margin-right: 22.5%;
}
@media (min-width: 768px) {
  .width-55 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.width-60 {
  width: 60%;
  margin-left: 20%;
  margin-right: 20%;
}
@media (min-width: 768px) {
  .width-60 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.width-65 {
  width: 65%;
  margin-left: 17.5%;
  margin-right: 17.5%;
}
@media (min-width: 768px) {
  .width-65 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.width-70 {
  width: 70%;
  margin-left: 15%;
  margin-right: 15%;
}
@media (min-width: 768px) {
  .width-70 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.width-75 {
  width: 75%;
  margin-left: 12.5%;
  margin-right: 12.5%;
}
@media (min-width: 768px) {
  .width-75 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.width-80 {
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
}
@media (min-width: 768px) {
  .width-80 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.width-85 {
  width: 85%;
  margin-left: 7.5%;
  margin-right: 7.5%;
}
@media (min-width: 768px) {
  .width-85 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.width-90 {
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
}
@media (min-width: 768px) {
  .width-90 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.width-md-10 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 768px) {
  .width-md-10 {
    width: 10%;
    margin-left: 45%;
    margin-right: 45%;
  }
}

.width-md-15 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 768px) {
  .width-md-15 {
    width: 15%;
    margin-left: 42.5%;
    margin-right: 42.5%;
  }
}

.width-md-20 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 768px) {
  .width-md-20 {
    width: 20%;
    margin-left: 40%;
    margin-right: 40%;
  }
}

.width-md-25 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 768px) {
  .width-md-25 {
    width: 25%;
    margin-left: 37.5%;
    margin-right: 37.5%;
  }
}

.width-md-30 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 768px) {
  .width-md-30 {
    width: 30%;
    margin-left: 35%;
    margin-right: 35%;
  }
}

.width-md-35 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 768px) {
  .width-md-35 {
    width: 35%;
    margin-left: 32.5%;
    margin-right: 32.5%;
  }
}

.width-md-40 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 768px) {
  .width-md-40 {
    width: 40%;
    margin-left: 30%;
    margin-right: 30%;
  }
}

.width-md-45 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 768px) {
  .width-md-45 {
    width: 45%;
    margin-left: 27.5%;
    margin-right: 27.5%;
  }
}

.width-md-50 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 768px) {
  .width-md-50 {
    width: 50%;
    margin-left: 25%;
    margin-right: 25%;
  }
}

.width-md-55 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 768px) {
  .width-md-55 {
    width: 55%;
    margin-left: 22.5%;
    margin-right: 22.5%;
  }
}

.width-md-60 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 768px) {
  .width-md-60 {
    width: 60%;
    margin-left: 20%;
    margin-right: 20%;
  }
}

.width-md-65 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 768px) {
  .width-md-65 {
    width: 65%;
    margin-left: 17.5%;
    margin-right: 17.5%;
  }
}

.width-md-70 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 768px) {
  .width-md-70 {
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
  }
}

.width-md-75 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 768px) {
  .width-md-75 {
    width: 75%;
    margin-left: 12.5%;
    margin-right: 12.5%;
  }
}

.width-md-80 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 768px) {
  .width-md-80 {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
  }
}

.width-md-85 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 768px) {
  .width-md-85 {
    width: 85%;
    margin-left: 7.5%;
    margin-right: 7.5%;
  }
}

.width-md-90 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 768px) {
  .width-md-90 {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }
}

.width-lg-10 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 992px) {
  .width-lg-10 {
    width: 10%;
    margin-left: 45%;
    margin-right: 45%;
  }
}

.width-lg-15 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 992px) {
  .width-lg-15 {
    width: 15%;
    margin-left: 42.5%;
    margin-right: 42.5%;
  }
}

.width-lg-20 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 992px) {
  .width-lg-20 {
    width: 20%;
    margin-left: 40%;
    margin-right: 40%;
  }
}

.width-lg-25 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 992px) {
  .width-lg-25 {
    width: 25%;
    margin-left: 37.5%;
    margin-right: 37.5%;
  }
}

.width-lg-30 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 992px) {
  .width-lg-30 {
    width: 30%;
    margin-left: 35%;
    margin-right: 35%;
  }
}

.width-lg-35 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 992px) {
  .width-lg-35 {
    width: 35%;
    margin-left: 32.5%;
    margin-right: 32.5%;
  }
}

.width-lg-40 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 992px) {
  .width-lg-40 {
    width: 40%;
    margin-left: 30%;
    margin-right: 30%;
  }
}

.width-lg-45 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 992px) {
  .width-lg-45 {
    width: 45%;
    margin-left: 27.5%;
    margin-right: 27.5%;
  }
}

.width-lg-50 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 992px) {
  .width-lg-50 {
    width: 50%;
    margin-left: 25%;
    margin-right: 25%;
  }
}

.width-lg-55 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 992px) {
  .width-lg-55 {
    width: 55%;
    margin-left: 22.5%;
    margin-right: 22.5%;
  }
}

.width-lg-60 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 992px) {
  .width-lg-60 {
    width: 60%;
    margin-left: 20%;
    margin-right: 20%;
  }
}

.width-lg-65 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 992px) {
  .width-lg-65 {
    width: 65%;
    margin-left: 17.5%;
    margin-right: 17.5%;
  }
}

.width-lg-70 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 992px) {
  .width-lg-70 {
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
  }
}

.width-lg-75 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 992px) {
  .width-lg-75 {
    width: 75%;
    margin-left: 12.5%;
    margin-right: 12.5%;
  }
}

.width-lg-80 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 992px) {
  .width-lg-80 {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
  }
}

.width-lg-85 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 992px) {
  .width-lg-85 {
    width: 85%;
    margin-left: 7.5%;
    margin-right: 7.5%;
  }
}

.width-lg-90 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 992px) {
  .width-lg-90 {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }
}

.width-xl-10 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 1200px) {
  .width-xl-10 {
    width: 10%;
    margin-left: 45%;
    margin-right: 45%;
  }
}

.width-xl-15 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 1200px) {
  .width-xl-15 {
    width: 15%;
    margin-left: 42.5%;
    margin-right: 42.5%;
  }
}

.width-xl-20 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 1200px) {
  .width-xl-20 {
    width: 20%;
    margin-left: 40%;
    margin-right: 40%;
  }
}

.width-xl-25 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 1200px) {
  .width-xl-25 {
    width: 25%;
    margin-left: 37.5%;
    margin-right: 37.5%;
  }
}

.width-xl-30 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 1200px) {
  .width-xl-30 {
    width: 30%;
    margin-left: 35%;
    margin-right: 35%;
  }
}

.width-xl-35 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 1200px) {
  .width-xl-35 {
    width: 35%;
    margin-left: 32.5%;
    margin-right: 32.5%;
  }
}

.width-xl-40 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 1200px) {
  .width-xl-40 {
    width: 40%;
    margin-left: 30%;
    margin-right: 30%;
  }
}

.width-xl-45 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 1200px) {
  .width-xl-45 {
    width: 45%;
    margin-left: 27.5%;
    margin-right: 27.5%;
  }
}

.width-xl-50 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 1200px) {
  .width-xl-50 {
    width: 50%;
    margin-left: 25%;
    margin-right: 25%;
  }
}

.width-xl-55 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 1200px) {
  .width-xl-55 {
    width: 55%;
    margin-left: 22.5%;
    margin-right: 22.5%;
  }
}

.width-xl-60 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 1200px) {
  .width-xl-60 {
    width: 60%;
    margin-left: 20%;
    margin-right: 20%;
  }
}

.width-xl-65 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 1200px) {
  .width-xl-65 {
    width: 65%;
    margin-left: 17.5%;
    margin-right: 17.5%;
  }
}

.width-xl-70 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 1200px) {
  .width-xl-70 {
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
  }
}

.width-xl-75 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 1200px) {
  .width-xl-75 {
    width: 75%;
    margin-left: 12.5%;
    margin-right: 12.5%;
  }
}

.width-xl-80 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 1200px) {
  .width-xl-80 {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
  }
}

.width-xl-85 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 1200px) {
  .width-xl-85 {
    width: 85%;
    margin-left: 7.5%;
    margin-right: 7.5%;
  }
}

.width-xl-90 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 1200px) {
  .width-xl-90 {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }
}

.mb-0 {
  margin-bottom: 0;
}

.pr-md {
  padding-right: 7px !important;
}
@media (min-width: 768px) {
  .pr-md {
    padding-right: 15px !important;
  }
}

.pl-md {
  padding-left: 7px !important;
}
@media (min-width: 768px) {
  .pl-md {
    padding-left: 15px !important;
  }
}

.prl-md {
  padding-right: 11px !important;
  padding-left: 11px !important;
}
@media (min-width: 768px) {
  .prl-md {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
}

.pr-lg {
  padding-right: 7px !important;
}
@media (min-width: 992px) {
  .pr-lg {
    padding-right: 15px !important;
  }
}

.pl-lg {
  padding-left: 7px !important;
}
@media (min-width: 992px) {
  .pl-lg {
    padding-left: 15px !important;
  }
}

.bg-1 {
  width: 100%;
  background-color: #ecf3ea;
  padding: 60px 0;
  background: repeating-linear-gradient(30deg, rgba(236, 243, 234, 0), rgba(236, 243, 234, 0) 20px, #f4f9f3 20px, #f4f9f3 40px), repeating-linear-gradient(-30deg, #fff, #fff 20px, #ecf3ea 20px, #ecf3ea 40px), repeating-linear-gradient(30deg, #000, #000 20px, #ecf3ea 20px, #ecf3ea 40px);
  /* 上に記述するものが優先されるため、最後は透明が残された箇所のみ黒が表示される */
}
@media (min-width: 768px) {
  .bg-1 {
    padding: 60px 0;
  }
}

.bg-top {
  position: relative;
  width: calc(100vw - 40px);
  margin: 0 auto 200px auto;
}
@media (min-width: 768px) {
  .bg-top {
    width: calc(100vw - 100px);
    margin: 0 auto 200px auto;
  }
}
@media (min-width: 992px) {
  .bg-top {
    width: calc(100vw - 150px);
    margin: 0 auto 250px auto;
  }
}

.bg-service-1 {
  display: none;
  width: 100%;
  background-color: #efe8d9;
  padding: 40px 0;
  margin-bottom: 40px;
  position: absolute;
  z-index: -1;
}
@media (min-width: 768px) {
  .bg-service-1 {
    display: block;
    top: auto;
    padding: 0;
    height: 280px;
    bottom: -100px;
    left: 0;
  }
}

.schedule-bg-1 {
  width: 100%;
  padding: 60px 0;
  border-top: 5px solid #999;
  background-size: 40px 40px;
  /* repeating-conic-gradientが適用されるサイズ */
  background-image: repeating-conic-gradient(from 0deg, #fff 0deg 90deg, #fafaf3 90deg 180deg);
  /* 90度ずつ色変更を360度まで繰返し（2回） */
  background-repeat: repeat;
}
@media (min-width: 768px) {
  .schedule-bg-1 {
    padding: 100px 0;
  }
}

.schedule-bg-2 {
  width: 100%;
  padding: 60px 0;
  border-top: 5px solid #999;
  background-size: 40px 40px;
  /* repeating-conic-gradientが適用されるサイズ */
  background-image: repeating-conic-gradient(from 0deg, #fff 0deg 90deg, #fcfaf7 90deg 180deg);
  /* 90度ずつ色変更を360度まで繰返し（2回） */
  background-repeat: repeat;
}
@media (min-width: 768px) {
  .schedule-bg-2 {
    padding: 100px 0;
  }
}

.bg-bnr {
  width: 100%;
  padding: 15px 0;
  border-top: 1px solid #748e47;
  border-bottom: 1px solid #748e47;
  position: relative;
}
@media (min-width: 768px) {
  .bg-bnr {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .bg-bnr {
    padding: 5px 0;
  }
}

.bg-info {
  width: 100%;
  background-color: #fff;
  padding: 60px 0 60px 0;
  z-index: -100;
  margin-bottom: 40px;
  border-bottom: 1px solid #c0c0c0;
}
@media (min-width: 768px) {
  .bg-info {
    padding: 60px 0;
    margin-bottom: 60px;
  }
}

.bg-footer {
  width: 100%;
  background-color: #f4f3ed;
  border-top: 5px solid #fff;
  padding: 0 0 50px 0;
}
@media (min-width: 768px) {
  .bg-footer {
    padding: 100px 0 50px 0;
  }
}
@media (min-width: 1600px) {
  .bg-footer {
    padding: 120px 0 50px 0;
  }
}

.bg-content-max {
  width: 100%;
  z-index: -20;
  background-color: #dae4ec;
}

.bg-content {
  position: relative;
  width: 100%;
  background-color: #fff;
  padding: 50px 0 80px 0;
  margin: 60px 0;
  border-radius: 10px;
  box-shadow: 3px 3px 8px #a2b0bc;
}
@media (min-width: 768px) {
  .bg-content {
    padding: 100px 0;
    border-radius: 30px;
  }
}

.bg-content1 {
  position: relative;
  width: 100%;
  background-color: #fff;
  padding: 50px 0 0 0;
  margin: 40px 0;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .bg-content1 {
    padding: 70px 0 40px 0;
    margin: 30px 0;
    border-radius: 30px;
  }
}

.Paper_v2 {
  background-image: repeating-linear-gradient(to bottom, transparent 25px, rgba(0, 0, 0, 0.04) 26px, rgba(0, 0, 0, 0.04) 26px, transparent 27px, transparent 51px, rgba(0, 0, 0, 0.04) 52px, rgba(0, 0, 0, 0.04) 52px, transparent 53px, transparent 77px, rgba(0, 0, 0, 0.04) 78px, rgba(0, 0, 0, 0.04) 78px, transparent 79px, transparent 103px, rgba(0, 0, 0, 0.04) 104px, rgba(0, 0, 0, 0.04) 104px, transparent 105px, transparent 129px, rgba(0, 0, 0, 0.04) 130px, rgba(0, 0, 0, 0.04) 130px), repeating-linear-gradient(to right, transparent 25px, rgba(0, 0, 0, 0.04) 26px, rgba(0, 0, 0, 0.04) 26px, transparent 27px, transparent 51px, rgba(0, 0, 0, 0.04) 52px, rgba(0, 0, 0, 0.04) 52px, transparent 53px, transparent 77px, rgba(0, 0, 0, 0.04) 78px, rgba(0, 0, 0, 0.04) 78px, transparent 79px, transparent 103px, rgba(0, 0, 0, 0.04) 104px, rgba(0, 0, 0, 0.04) 104px, transparent 105px, transparent 129px, rgba(0, 0, 0, 0.04) 130px, rgba(0, 0, 0, 0.04) 130px);
}

.Cross {
  background: radial-gradient(circle, rgba(0, 0, 0, 0) 20%, #ffffff 20%, #ffffff 80%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0)), radial-gradient(circle, rgba(0, 0, 0, 0) 20%, #ffffff 20%, #ffffff 80%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0)) 50px 50px, linear-gradient(#f4f4f4 4px, transparent 4px) 0 -2px, linear-gradient(90deg, #f4f4f4 4px, #fff 4px) -2px 0;
  background-size: 100px 100px, 100px 100px, 50px 50px, 50px 50px;
}

.Polka_v2 {
  background-image: radial-gradient(#f0f0f0 2px, rgba(0, 0, 0, 0) 2px), radial-gradient(#f0f0f0 2px, #ffffff 2px);
  background-size: 40px 40px;
  background-position: 0 0,20px 20px;
}

.bg-top-banner {
  z-index: -1;
  width: 100%;
  background-color: #fff;
  padding: 50px 0 0 0;
}
@media (min-width: 768px) {
  .bg-top-banner {
    padding: 70px 0;
  }
}

.para-wall-1 {
  position: relative;
  width: 100%;
  height: 200px;
  margin-bottom: 70px;
}
@media (min-width: 768px) {
  .para-wall-1 {
    height: 250px;
    margin-bottom: 80px;
  }
}
@media (min-width: 992px) {
  .para-wall-1 {
    height: 370px;
  }
}
@media (min-width: 1200px) {
  .para-wall-1 {
    height: 370px;
    margin-bottom: 100px;
  }
}

.font-50 {
  font-size: 47.16981%;
}
@media (min-width: 768px) {
  .font-50 {
    font-size: 48.07692%;
  }
}
@media (min-width: 992px) {
  .font-50 {
    font-size: 49.01961%;
  }
}
@media (min-width: 1200px) {
  .font-50 {
    font-size: 50%;
  }
}

.font-60 {
  font-size: 56.60377%;
}
@media (min-width: 768px) {
  .font-60 {
    font-size: 57.69231%;
  }
}
@media (min-width: 992px) {
  .font-60 {
    font-size: 58.82353%;
  }
}
@media (min-width: 1200px) {
  .font-60 {
    font-size: 60%;
  }
}

.font-70 {
  font-size: 66.03774%;
}
@media (min-width: 768px) {
  .font-70 {
    font-size: 67.30769%;
  }
}
@media (min-width: 992px) {
  .font-70 {
    font-size: 68.62745%;
  }
}
@media (min-width: 1200px) {
  .font-70 {
    font-size: 70%;
  }
}

.font-80 {
  font-size: 75.4717%;
}
@media (min-width: 768px) {
  .font-80 {
    font-size: 76.92308%;
  }
}
@media (min-width: 992px) {
  .font-80 {
    font-size: 78.43137%;
  }
}
@media (min-width: 1200px) {
  .font-80 {
    font-size: 80%;
  }
}

.font-90 {
  font-size: 84.90566%;
}
@media (min-width: 768px) {
  .font-90 {
    font-size: 86.53846%;
  }
}
@media (min-width: 992px) {
  .font-90 {
    font-size: 88.23529%;
  }
}
@media (min-width: 1200px) {
  .font-90 {
    font-size: 90%;
  }
}

.font-100 {
  font-size: 94.33962%;
}
@media (min-width: 768px) {
  .font-100 {
    font-size: 96.15385%;
  }
}
@media (min-width: 992px) {
  .font-100 {
    font-size: 98.03922%;
  }
}
@media (min-width: 1200px) {
  .font-100 {
    font-size: 100%;
  }
}

.font-110 {
  font-size: 103.77358%;
}
@media (min-width: 768px) {
  .font-110 {
    font-size: 105.76923%;
  }
}
@media (min-width: 992px) {
  .font-110 {
    font-size: 107.84314%;
  }
}
@media (min-width: 1200px) {
  .font-110 {
    font-size: 110%;
  }
}

.font-120 {
  font-size: 113.20755%;
}
@media (min-width: 768px) {
  .font-120 {
    font-size: 115.38462%;
  }
}
@media (min-width: 992px) {
  .font-120 {
    font-size: 117.64706%;
  }
}
@media (min-width: 1200px) {
  .font-120 {
    font-size: 120%;
  }
}

.font-130 {
  font-size: 122.64151%;
}
@media (min-width: 768px) {
  .font-130 {
    font-size: 125%;
  }
}
@media (min-width: 992px) {
  .font-130 {
    font-size: 127.45098%;
  }
}
@media (min-width: 1200px) {
  .font-130 {
    font-size: 130%;
  }
}

.font-140 {
  font-size: 132.07547%;
}
@media (min-width: 768px) {
  .font-140 {
    font-size: 134.61538%;
  }
}
@media (min-width: 992px) {
  .font-140 {
    font-size: 137.2549%;
  }
}
@media (min-width: 1200px) {
  .font-140 {
    font-size: 140%;
  }
}

.font-150 {
  font-size: 141.50943%;
}
@media (min-width: 768px) {
  .font-150 {
    font-size: 144.23077%;
  }
}
@media (min-width: 992px) {
  .font-150 {
    font-size: 147.05882%;
  }
}
@media (min-width: 1200px) {
  .font-150 {
    font-size: 150%;
  }
}

.font-160 {
  font-size: 150.9434%;
}
@media (min-width: 768px) {
  .font-160 {
    font-size: 153.84615%;
  }
}
@media (min-width: 992px) {
  .font-160 {
    font-size: 156.86275%;
  }
}
@media (min-width: 1200px) {
  .font-160 {
    font-size: 160%;
  }
}

.font-170 {
  font-size: 160.37736%;
}
@media (min-width: 768px) {
  .font-170 {
    font-size: 163.46154%;
  }
}
@media (min-width: 992px) {
  .font-170 {
    font-size: 166.66667%;
  }
}
@media (min-width: 1200px) {
  .font-170 {
    font-size: 170%;
  }
}

.font-180 {
  font-size: 169.81132%;
}
@media (min-width: 768px) {
  .font-180 {
    font-size: 173.07692%;
  }
}
@media (min-width: 992px) {
  .font-180 {
    font-size: 176.47059%;
  }
}
@media (min-width: 1200px) {
  .font-180 {
    font-size: 180%;
  }
}

.font-190 {
  font-size: 179.24528%;
}
@media (min-width: 768px) {
  .font-190 {
    font-size: 182.69231%;
  }
}
@media (min-width: 992px) {
  .font-190 {
    font-size: 186.27451%;
  }
}
@media (min-width: 1200px) {
  .font-190 {
    font-size: 190%;
  }
}

.font-200 {
  font-size: 188.67925%;
}
@media (min-width: 768px) {
  .font-200 {
    font-size: 192.30769%;
  }
}
@media (min-width: 992px) {
  .font-200 {
    font-size: 196.07843%;
  }
}
@media (min-width: 1200px) {
  .font-200 {
    font-size: 200%;
  }
}

.font-210 {
  font-size: 198.11321%;
}
@media (min-width: 768px) {
  .font-210 {
    font-size: 201.92308%;
  }
}
@media (min-width: 992px) {
  .font-210 {
    font-size: 205.88235%;
  }
}
@media (min-width: 1200px) {
  .font-210 {
    font-size: 210%;
  }
}

.font-220 {
  font-size: 207.54717%;
}
@media (min-width: 768px) {
  .font-220 {
    font-size: 211.53846%;
  }
}
@media (min-width: 992px) {
  .font-220 {
    font-size: 215.68627%;
  }
}
@media (min-width: 1200px) {
  .font-220 {
    font-size: 220%;
  }
}

.font-230 {
  font-size: 216.98113%;
}
@media (min-width: 768px) {
  .font-230 {
    font-size: 221.15385%;
  }
}
@media (min-width: 992px) {
  .font-230 {
    font-size: 225.4902%;
  }
}
@media (min-width: 1200px) {
  .font-230 {
    font-size: 230%;
  }
}

.font-240 {
  font-size: 226.41509%;
}
@media (min-width: 768px) {
  .font-240 {
    font-size: 230.76923%;
  }
}
@media (min-width: 992px) {
  .font-240 {
    font-size: 235.29412%;
  }
}
@media (min-width: 1200px) {
  .font-240 {
    font-size: 240%;
  }
}

.font-250 {
  font-size: 235.84906%;
}
@media (min-width: 768px) {
  .font-250 {
    font-size: 240.38462%;
  }
}
@media (min-width: 992px) {
  .font-250 {
    font-size: 245.09804%;
  }
}
@media (min-width: 1200px) {
  .font-250 {
    font-size: 250%;
  }
}

.font-260 {
  font-size: 245.28302%;
}
@media (min-width: 768px) {
  .font-260 {
    font-size: 250%;
  }
}
@media (min-width: 992px) {
  .font-260 {
    font-size: 254.90196%;
  }
}
@media (min-width: 1200px) {
  .font-260 {
    font-size: 260%;
  }
}

.font-270 {
  font-size: 254.71698%;
}
@media (min-width: 768px) {
  .font-270 {
    font-size: 259.61538%;
  }
}
@media (min-width: 992px) {
  .font-270 {
    font-size: 264.70588%;
  }
}
@media (min-width: 1200px) {
  .font-270 {
    font-size: 270%;
  }
}

.font-280 {
  font-size: 264.15094%;
}
@media (min-width: 768px) {
  .font-280 {
    font-size: 269.23077%;
  }
}
@media (min-width: 992px) {
  .font-280 {
    font-size: 274.5098%;
  }
}
@media (min-width: 1200px) {
  .font-280 {
    font-size: 280%;
  }
}

.font-290 {
  font-size: 273.58491%;
}
@media (min-width: 768px) {
  .font-290 {
    font-size: 278.84615%;
  }
}
@media (min-width: 992px) {
  .font-290 {
    font-size: 284.31373%;
  }
}
@media (min-width: 1200px) {
  .font-290 {
    font-size: 290%;
  }
}

.font-300 {
  font-size: 283.01887%;
}
@media (min-width: 768px) {
  .font-300 {
    font-size: 288.46154%;
  }
}
@media (min-width: 992px) {
  .font-300 {
    font-size: 294.11765%;
  }
}
@media (min-width: 1200px) {
  .font-300 {
    font-size: 300%;
  }
}

.marker-1 {
  background: linear-gradient(transparent 80%, #ffe400 80%);
}

.marker-2 {
  background: linear-gradient(transparent 60%, #ffe2af 60%);
}

.marker-3 {
  background: linear-gradient(transparent 75%, #ffe400 75%);
}

.marker-4 {
  background: linear-gradient(transparent 95%, #2a67a0 95%);
}

.text-c {
  text-align: center;
}

.text-c-md-gt {
  text-align: left;
}
@media (min-width: 768px) {
  .text-c-md-gt {
    text-align: center;
  }
}

.text-c-lg-gt {
  text-align: left;
}
@media (min-width: 992px) {
  .text-c-lg-gt {
    text-align: center;
  }
}

.text-c-md-lt {
  text-align: center;
}
@media (min-width: 768px) {
  .text-c-md-lt {
    text-align: left;
  }
}

.text-c-lg-lt {
  text-align: center;
}
@media (min-width: 992px) {
  .text-c-lg-lt {
    text-align: left;
  }
}

.text-r {
  text-align: right;
}

.text-r-md-gt {
  text-align: right;
}
@media (min-width: 768px) {
  .text-r-md-gt {
    text-align: center;
  }
}

.text-r-lg-gt {
  text-align: right;
}
@media (min-width: 992px) {
  .text-r-lg-gt {
    text-align: center;
  }
}

.text-r-md-lt {
  text-align: center;
}
@media (min-width: 768px) {
  .text-r-md-lt {
    text-align: right;
  }
}

.text-r-lg-lt {
  text-align: center;
}
@media (min-width: 992px) {
  .text-r-lg-lt {
    text-align: right;
  }
}

.font-b {
  font-weight: bold;
}

.font-b-h {
  font-weight: 500;
}

.font-b-n {
  font-weight: normal;
}

.attention {
  color: #e40311;
}

.color-w {
  color: white;
}

.color-b {
  color: black;
}

.color-g {
  color: #7f7f7f;
}

.color-1 {
  color: #64abcb;
}

.color-2 {
  color: #dfae00;
}

.color-3 {
  color: #124891;
}

.color-4 {
  color: #688d85;
}

.color-5 {
  color: #e09476;
}

.color-6 {
  color: #c99b38;
}

.color-7 {
  color: #4286b2;
}

.color-8 {
  color: #64aba8;
}

.color-9 {
  color: #666;
}

.color-10 {
  color: #e46674;
}

.color-11 {
  color: #2c6198;
}

.col-ul {
  margin-top: 20px;
  margin-bottom: 20px;
}
.col-ul a {
  font-weight: 500;
  text-decoration: none;
}
.col-ul a:hover {
  text-decoration: underline;
}
.col-ul li {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .col-ul li {
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 15px;
  }
}
.col-ul li ul {
  margin-left: 20px;
}
.col-ul li ul li {
  font-size: 1.4rem;
  line-height: 1.6;
  margin-bottom: 12px;
}
@media (min-width: 992px) {
  .col-ul li ul li {
    font-size: 1.5rem;
  }
}

.nolist {
  list-style: none;
  margin-left: 5px;
}

.list-d {
  list-style-type: disc;
  margin-left: 17px;
}

.list-c {
  list-style-type: circle;
  margin-left: 17px;
}

.list-decimal {
  list-style-type: decimal;
  margin-left: 17px;
}

.nowrap {
  white-space: nowrap;
}

.indent-1 {
  padding-left: 6.9rem;
  text-indent: -6.9rem;
}
@media (min-width: 768px) {
  .indent-1 {
    padding-left: 7.6rem;
    text-indent: -7.6rem;
  }
}

.indent-2 {
  padding-left: 6.0rem;
  text-indent: -6rem;
}

.indent-3 {
  padding-left: 1.5rem;
  text-indent: -1.5rem;
}

.text-marker-1 {
  background-color: #d96b5d;
  color: #fff;
  padding: 0 5px;
  margin: 0 5px;
  white-space: nowrap;
}

.text-marker-2 {
  background-color: #4d6da3;
  color: #fff;
  padding: 0 5px;
  margin: 0 5px;
  white-space: nowrap;
}

.text-marker-3 {
  background-color: #e2b381;
  color: #fff;
  padding: 0 5px;
  margin: 0 5px;
  white-space: nowrap;
}

.text-marker-4 {
  background-color: #81b5d6;
  color: #fff;
  padding: 0 5px;
  margin: 0 5px;
  white-space: nowrap;
}

.margin-bottom_0 {
  margin-bottom: 0;
}

.margin-bottom_5 {
  margin-bottom: 5px;
}

.margin-bottom_10 {
  margin-bottom: 10px;
}

/*------------------------------------
ハンバーガースクロール固定↓
------------------------------------*/
html.is-fixed,
html.is-fixed {
  height: 100%;
  overflow: hidden;
}

/*------------------------------------
ヘッダー↓
------------------------------------*/
header.change-color {
  background-color: #fff;
  transition: 0.5s;
  top: 15px;
  border-radius: 100vw;
  width: 95%;
  left: auto;
  margin: 0 2.5%;
  box-shadow: 5px 5px 15px rgba(78, 74, 57, 0.4);
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: .3s;
  z-index: 100;
}

.header-other {
  background-color: transparent;
}

header .nav_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 70px;
  margin: 0 20px 0 20px;
}
@media (min-width: 768px) {
  header .nav_box {
    height: 80px;
  }
}
@media (min-width: 992px) {
  header .nav_box {
    height: 140px;
    transition: 0.5s;
  }
  header .nav_box.anime {
    transition: 0.5s;
    height: 80px;
  }
}
@media (min-width: 1200px) {
  header .nav_box {
    margin: 0 75px 0 75px;
  }
}

#title {
  width: 75%;
}
@media (min-width: 415px) {
  #title {
    width: 300px;
  }
}
@media (min-width: 768px) {
  #title {
    width: 350px;
  }
}
@media (min-width: 992px) {
  #title {
    width: 430px;
    transition: transform 0.5s ease;
    will-change: transform;
  }
  #title.anime {
    transform: scale(0.81) translateX(-50px);
  }
}
#title h1 a {
  display: flex;
  align-items: center;
  background: url("../images/header-logo-mobile.png?20250822") no-repeat left top;
  height: 0;
  background-size: contain;
  padding-top: 6.13208%;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  z-index: 10;
}
@media (min-width: 768px) {
  #title h1 a {
    background: url("../images/header-logo.png?20250822") no-repeat left top;
    height: 0;
    background-size: contain;
    padding-top: 6.13208%;
    display: block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
}

.menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 1149px) {
  .menu {
    display: none;
  }
}

.jobs-contact {
  display: none;
}
@media (min-width: 568px) {
  .jobs-contact {
    text-align: center;
    display: block;
    width: 100px;
  }
}
@media (min-width: 768px) {
  .jobs-contact {
    width: 180px;
    margin-left: 30px;
  }
}
.jobs-contact a {
  background-color: #64abcb;
  border: 1px solid #64abcb;
  border-radius: 50vh;
  display: block;
  padding: 13px 0;
  font-size: 1.1rem;
  line-height: 1.6;
  color: #fff;
  width: 100%;
  font-weight: 500;
  transition: .3s;
}
.jobs-contact a:hover {
  background-color: #fff;
  color: #64abcb;
}
@media (min-width: 568px) {
  .jobs-contact a {
    font-size: 1.2rem;
  }
}
@media (min-width: 768px) {
  .jobs-contact a {
    font-size: 1.4rem;
  }
}
@media (min-width: 992px) {
  .jobs-contact a {
    font-size: 1.4rem;
  }
}
.jobs-contact.anime a {
  border: 2px solid #64abcb;
  background-color: #64abcb;
  color: #fff;
}
.jobs-contact.anime a:hover {
  background-color: #fff;
  color: #64abcb;
}

.header-contact {
  display: none;
}
@media (min-width: 568px) {
  .header-contact {
    text-align: center;
    display: block;
    width: 100px;
  }
}
@media (min-width: 768px) {
  .header-contact {
    width: 150px;
    margin-left: 30px;
  }
}
.header-contact a {
  border: 1px solid #dfb647;
  background-color: #dfb647;
  display: block;
  padding: 20px 0;
  font-size: 1.1rem;
  line-height: 1.6;
  color: #fff;
  width: 100%;
  font-weight: 500;
  transition: .3s;
}
.header-contact a:hover {
  background-color: #fff;
  color: #dfb647;
}
@media (min-width: 568px) {
  .header-contact a {
    font-size: 1.2rem;
  }
}
@media (min-width: 768px) {
  .header-contact a {
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  .header-contact a {
    font-size: 1.7rem;
  }
}
.header-contact.anime a {
  border: 2px solid #dfb647;
  background-color: #dfb647;
  color: #fff;
}
.header-contact.anime a:hover {
  background-color: #fff;
  color: #dfb647;
}

/*------------------------------------
ハンバーガーメニュー↓
------------------------------------*/
#hamburger #gNav .gNav-menu .orange_color_sp {
  font-size: 23px;
  color: #64abcb;
  font-weight: 700;
}

#hamburger .btn-gNav {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 35px;
  height: 24px;
  z-index: 3;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
@media (min-width: 768px) {
  #hamburger .btn-gNav {
    top: 23px;
    right: 40px;
  }
}
@media (min-width: 992px) {
  #hamburger .btn-gNav {
    top: 34px;
  }
}

#hamburger .btn-gNav span {
  position: absolute;
  width: 100%;
  height: 2px;
  background: #fff;
  border-radius: 10px;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
@media (min-width: 768px) {
  #hamburger .btn-gNav span {
    height: 2px;
  }
}

#hamburger .btn-gNav.anime span {
  background: #373737;
}

#hamburger .open {
  position: fixed;
}

#hamburger .btn-gNav span:nth-child(1) {
  top: 0;
}

#hamburger .btn-gNav span:nth-child(2) {
  top: 8px;
}

#hamburger .btn-gNav span:nth-child(3) {
  top: 20px;
}

#hamburger .btn-gNav.open span:nth-child(1) {
  background: #282828;
  top: 10px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#hamburger .btn-gNav.open span:nth-child(2), #hamburger .btn-gNav.open span:nth-child(3) {
  top: 10px;
  background: #282828;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

#hamburger #gNav .gNav-menu li {
  font-weight: 500;
}

/* テキストカラー */
#hamburger #gNav .gNav-menu .left_in_right a:hover {
  color: #64abcb;
}

#hamburger-other #gNav .gNav-menu .orange_color_sp {
  font-size: 23px;
  color: #64abcb;
  font-weight: 700;
}

#hamburger-other .btn-gNav-other {
  position: absolute;
  top: 24px;
  right: 20px;
  width: 30px;
  height: 24px;
  z-index: 3;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
@media (min-width: 768px) {
  #hamburger-other .btn-gNav-other {
    top: 28px;
    right: 40px;
  }
}
@media (min-width: 992px) {
  #hamburger-other .btn-gNav-other {
    top: 68px;
    transition: 0.5s;
  }
  #hamburger-other .btn-gNav-other.anime {
    top: 39px;
  }
}

#hamburger-other .btn-gNav-other span {
  position: absolute;
  width: 100%;
  height: 2px;
  background: #64abcb;
  border-radius: 10px;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
@media (min-width: 768px) {
  #hamburger-other .btn-gNav-other span {
    height: 2px;
  }
}

#hamburger-other .btn-gNav-other.anime span {
  background: #373737;
}

#hamburger-other .open {
  position: fixed;
}

#hamburger-other .btn-gNav-other span:nth-child(1) {
  top: 0;
}

#hamburger-other .btn-gNav-other span:nth-child(2) {
  top: 8px;
}

#hamburger-other .btn-gNav-other span:nth-child(3) {
  top: 20px;
}

#hamburger-other .btn-gNav-other.open span:nth-child(1) {
  background: #282828;
  top: 10px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#hamburger-other .btn-gNav-other.open span:nth-child(2), #hamburger-other .btn-gNav-other.open span:nth-child(3) {
  top: 10px;
  background: #282828;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

#hamburger-other #gNav .gNav-menu li {
  font-weight: 500;
}

/* テキストカラー */
#hamburger-other #gNav .gNav-menu .left_in_right a:hover {
  color: #64abcb;
}

#gNav {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background: #f0f0f0;
  box-sizing: border-box;
  z-index: 2;
  padding-top: 50px;
  transition: .3s;
}

#gNav.open {
  right: 0px;
}

#gNav .gNav-menu li {
  display: block;
  padding: 20px 20px;
}

#gNav .gNav-menu li a {
  color: #333;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: 600;
}

.fa-chevron-circle-down {
  color: #64abcb;
  margin-left: 6px;
}

.btn-gNav span:nth-of-type(3)::after {
  content: "メニュー";
  /*3つ目の要素のafterにMenu表示を指定*/
  position: absolute;
  top: 5px;
  left: -2px;
  color: #fff;
  font-size: 1.0rem;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  white-space: nowrap;
}

.btn-gNav.anime span:nth-of-type(3)::after {
  color: #373737;
}

.btn-gNav.is-fixed span:nth-of-type(3)::after {
  content: "とじる";
  /*3つ目の要素のafterにClose表示を指定*/
  transform: translateY(0) rotate(-45deg);
  top: 10px;
  left: 20px;
  color: #373737;
}

.btn-gNav-other span:nth-of-type(2)::after {
  content: "MENU";
  /*3つ目の要素のafterにMenu表示を指定*/
  position: absolute;
  top: 5px;
  left: 0;
  color: #64abcb;
  font-size: 1.0rem;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  white-space: nowrap;
}

.btn-gNav-other.anime span:nth-of-type(2)::after {
  color: #373737;
}

.btn-gNav-other.is-fixed span:nth-of-type(2)::after {
  content: "CLOSE";
  /*3つ目の要素のafterにClose表示を指定*/
  transform: translateY(0) rotate(-45deg);
  top: 10px;
  left: 20px;
  color: #373737;
}

/*------------------------------------
ハンバーガーメニュー↓@media screen and
------------------------------------*/
@media screen and (min-width: 1150px) {
  .btn-gNav {
    display: none;
  }

  .btn-gNav-other {
    display: none;
  }

  #gNav {
    position: fixed;
    top: 0;
    right: 0;
    height: 67px;
    display: none;
  }

  #gNav .gNav-menu {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 33px;
    position: fixed;
    top: 0;
    right: 0;
    padding-left: 50px;
  }

  #gNav .gNav-menu li {
    padding-top: 5px;
  }
}
/*------------------------------------
ホバー時アンダーライン↓
------------------------------------*/
.left_in_right a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #2a2a2a;
}

/* 下線カラー */
/* テキストカラー */
.left_in_right a:hover {
  color: #c0c0c0;
}

.left_in_right.anime a:hover {
  color: #64abcb;
}

.left_in_right.anime a {
  color: #555;
  transition: 0.5s;
}

.left_in_right.anime a::after {
  background: #64abcb;
}

/*------------------------------------
Read Moreボックスなし↓
------------------------------------*/
.read_more_box {
  display: flex;
  align-items: center;
}

.read_more_box a {
  display: contents;
}

.read_more_box:hover {
  opacity: 0.5;
}

.readmore_border {
  width: 40px;
  height: 0px;
  border: solid 1px #64abcb;
}

.read_more_box p {
  margin-right: 7px;
}

.right_text {
  display: flex;
  justify-content: flex-end;
}

.read_box {
  margin: auto;
}

.round_border {
  border: solid 2px #64abcb;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  right: -8px;
}

.round_border2 {
  border: solid 2px #ffffff;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  right: -10px;
}

.flex_readmore {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.left_to_right {
  margin-top: 15px;
}

.read_more_box .round_border {
  transition: all 0.2s;
}

.read_more_box:hover .round_border {
  transform: translate(6px, 0px);
}

.read_more_box p {
  font-weight: 700;
}

#gNav .gNav-box {
  position: absolute;
  top: 50%;
  margin: 0 auto;
  transform: translateY(-50%) translateX(0);
  -webkit-transform: translateY(-50%) translateX(0);
  width: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.gNav-button-1 {
  margin-top: 20px;
}
.gNav-button-1 a {
  width: 80%;
  margin: 0 10%;
  text-align: center;
  background-color: #64abcb;
  border: 1px solid #64abcb;
  border-radius: 10px;
  text-decoration: none;
  padding: 7px 10px;
  color: #fff;
  display: block;
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
}
@media (min-width: 768px) {
  .gNav-button-1 a {
    padding: 15px 5px;
    font-size: 1.7rem;
  }
}
@media (min-width: 992px) {
  .gNav-button-1 a {
    font-size: 2.0rem;
  }
}
.gNav-button-1 a:hover {
  background-color: #fff;
  color: #64abcb;
  font-weight: 500;
}

.gNav-button-2 {
  display: flex;
  justify-content: space-between;
  margin: 0 10%;
  width: 80%;
}
.gNav-button-2 a {
  width: 48%;
  text-align: center;
  background-color: #64abcb;
  border: 1px solid #64abcb;
  border-radius: 10px;
  text-decoration: none;
  padding: 7px 5px;
  color: #fff;
  display: block;
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
}
@media (min-width: 768px) {
  .gNav-button-2 a {
    padding: 15px 5px;
    font-size: 1.7rem;
  }
}
@media (min-width: 992px) {
  .gNav-button-2 a {
    font-size: 2.0rem;
  }
}
.gNav-button-2 a:hover {
  background-color: #fff;
  color: #64abcb;
  font-weight: 500;
}

.gNav-sns {
  width: 80%;
  margin: 5px 10% 0 10%;
}
.gNav-sns a {
  color: #64abcb;
  font-size: 2.1rem;
  margin: 40px 20px;
}
.gNav-sns a:hover {
  color: #373737;
}
.gNav-sns a i {
  margin-top: 30px;
}

.blog-icon-hamburger {
  display: inline-block;
  width: 23px;
  height: 23px;
  margin-bottom: -4px;
  background-image: url("../images/blog.png"), url("../images/blog-hover.png");
  background-size: cover,0 0;
}
@media (min-width: 768px) {
  .blog-icon-hamburger {
    width: 25px;
    height: 25px;
    margin-bottom: -2px;
  }
}
.blog-icon-hamburger::before, .blog-icon-hamburger::after {
  content: "";
}
.blog-icon-hamburger:hover {
  background-size: 0 0,cover;
}

.blog-icon {
  display: inline-block;
  width: 23px;
  height: 23px;
  margin-bottom: -1px;
  background-image: url("../images/blog.png"), url("../images/blog-hover.png");
  background-size: cover,0 0;
}
@media (min-width: 768px) {
  .blog-icon {
    width: 25px;
    height: 25px;
    margin-bottom: -2px;
  }
}
.blog-icon::before, .blog-icon::after {
  content: "";
}
.blog-icon:hover {
  background-size: 0 0,cover;
}

.hamburger-entry {
  position: absolute;
  right: 70px;
  top: 23px;
}
@media (min-width: 768px) {
  .hamburger-entry {
    right: 100px;
    top: 28px;
  }
}
@media (min-width: 992px) {
  .hamburger-entry {
    right: 100px;
    top: 68px;
    transition: 0.5s;
  }
  .hamburger-entry.anime {
    top: 40px;
  }
}
.hamburger-entry a {
  font-size: 1.2rem;
  letter-spacing: 0.5px;
  font-weight: 400;
  color: #64abcb;
  border: 1px solid #64abcb;
  padding: 5px 5px;
  display: block;
  transition: 0.5s;
}
.hamburger-entry a.anime {
  color: #373737;
  border: 1px solid #373737;
}
@media (min-width: 1150px) {
  .hamburger-entry {
    display: none;
  }
}

#gnav {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
#gnav > li > a {
  text-decoration: none;
  color: #2a2a2a;
  font-size: 1.5rem;
  padding: 72.5px 25px;
  display: inline-block;
  position: relative;
  transition: color 0.3s ease-in-out;
  white-space: nowrap;
}
#gnav > li > a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 50px;
  width: 3px;
  height: 3px;
  background-color: #5d8fb7;
  border-radius: 50%;
  transform: translateX(-50%) scale(0);
  opacity: 0;
  transition: transform 0.3s ease, width 0.3s ease 0.3s, border-radius 0.3s ease 0.3s, opacity 0.3s ease;
}
#gnav > li > a:hover::after {
  transform: translateX(-50%) scale(1);
  opacity: 1;
  width: 70px;
  /* 横いっぱいに広がる */
  border-radius: 3px;
  /* 丸から線に */
}
#gnav > li > a span {
  display: inline-block;
}
#gnav > li > a:hover span {
  color: #5d8fb7;
  display: inline-block;
  /* transformのために必要 */
  animation: bounce 0.6s ease;
}

@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-8px);
  }
  50% {
    transform: translateY(0);
  }
  70% {
    transform: translateY(-4px);
  }
  100% {
    transform: translateY(0);
  }
}
#gnav.anime > li > a {
  padding: 32.5px 25px;
  transition: 0.5;
}

#gnav.anime > li > a::after {
  bottom: 15px;
}

/* ホバー時に丸を表示 */
#gnav > li:hover > a::after,
#gnav > li:hover .megaMenu + a::after,
#gnav > li .megaMenu:hover + a::after {
  transform: translateX(-50%) scale(1);
  opacity: 1;
}

/* ホバー時、またはメガメニューが表示中のときに色を変える */
#gnav > li:hover > a span,
#gnav > li:hover .megaMenu + a span,
#gnav > li .megaMenu:hover + a span {
  color: #5d8fb7;
  transition: 0.5s;
  -webkit-transform: rotateX(360deg);
  transform: rotateX(360deg);
}

#gnav-other {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
#gnav-other > li > a {
  text-decoration: none;
  color: #fff;
  font-size: 1.5rem;
  padding: 72.5px 25px;
  display: inline-block;
  position: relative;
  transition: color 0.3s ease-in-out;
  white-space: nowrap;
}
#gnav-other > li > a::after {
  content: "";
  /* 空の要素を作成 */
  position: absolute;
  left: 50%;
  bottom: 50px;
  /* テキストの下に配置 */
  width: 7px;
  height: 7px;
  background-color: #5d8fb7;
  /* 丸の色（変更OK） */
  border-radius: 50%;
  /* 丸くする */
  transform: translateX(-50%) scale(0);
  /* 最初は非表示（縮小） */
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  opacity: 0;
}
#gnav-other > li > a span {
  display: inline-block;
}
#gnav-other > li > a:hover span {
  color: #5d8fb7;
  transition: .5s;
  -webkit-transform: rotateX(360deg);
  transform: rotateX(360deg);
}

#gnav-other.anime > li > a {
  padding: 42.5px 25px;
  transition: 0.5;
  color: #2a2a2a;
}

#gnav-other.anime > li > a::after {
  bottom: 20px;
}

/* ホバー時に丸を表示 */
#gnav-other > li:hover > a::after,
#gnav-other > li:hover .megaMenu + a::after,
#gnav-other > li .megaMenu:hover + a::after {
  transform: translateX(-50%) scale(1);
  opacity: 1;
}

/* ホバー時、またはメガメニューが表示中のときに色を変える */
#gnav-other > li:hover > a span,
#gnav-other > li:hover .megaMenu + a span,
#gnav-other > li .megaMenu:hover + a span {
  color: #5d8fb7;
  transition: 0.5s;
  -webkit-transform: rotateX(360deg);
  transform: rotateX(360deg);
}

.megaMenu {
  background-color: #deedee;
  box-shadow: inset 0 4px 8px rgba(0, 0, 0, 0.2);
  height: 0;
  left: 0;
  top: 160px;
  overflow: hidden;
  position: absolute;
  width: 100%;
  transition: height 0.5s;
}
.megaMenu.anime {
  top: 100px;
  transition: height 0.5s;
}

.megaMenu-box {
  display: flex;
  justify-content: flex-start;
  width: 1200px;
  margin: 0 auto;
  height: 100%;
}

.megaMenu-pagename {
  text-align: left;
  width: 350px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: auto;
}

.page-name {
  display: block;
  margin: 0;
  padding: 0;
}
.page-name .megaMenu-pagename-title {
  font-size: 2.7rem;
  font-weight: 500;
  margin-bottom: 20px;
  color: #627990;
}
.page-name span {
  font-size: 4.7rem;
  font-weight: 400;
  display: block;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.page-link {
  margin: 0;
  padding: 0;
}
.page-link a {
  background-color: #eff7f8;
  position: relative;
  padding: 5px 10px 5px 10px;
  display: inline-block;
  border-radius: 100vh;
  font-size: 1.1rem;
  color: #727272;
  transition: .3s;
  width: 200px;
  transition: 0.5s;
}
@media (min-width: 768px) {
  .page-link a {
    font-size: 1.3rem;
    width: 140px;
  }
}
@media (min-width: 992px) {
  .page-link a {
    font-size: 1.3rem;
  }
}
.page-link a:hover {
  color: #5d8fb7;
  background-color: #fff;
}

.page-link a:after {
  content: "";
  position: absolute;
  top: 60%;
  bottom: 0;
  right: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  height: 1px;
  background: #000;
  width: 15px;
}
@media (min-width: 768px) {
  .page-link a:after {
    right: 15px;
    width: 20px;
  }
}

.page-link a:before {
  content: '';
  position: absolute;
  bottom: 11px;
  right: 0;
  width: 6px;
  height: 1px;
  background: #000;
  transform: rotate(35deg);
  transition: right 0.3s;
}
@media (min-width: 768px) {
  .page-link a:before {
    bottom: 11px;
    right: 15px;
    width: 10px;
  }
}

.page-link a:hover:after {
  right: -10px;
}
@media (min-width: 768px) {
  .page-link a:hover:after {
    right: 5px;
  }
}

.page-link a:hover:before {
  right: -10px;
}
@media (min-width: 768px) {
  .page-link a:hover:before {
    right: 5px;
  }
}

.megaMenu-submenu {
  display: flex;
  width: calc(100% - 350px);
  margin-left: 30px;
}

.megaMenu-submenu-box {
  display: flex;
  align-items: flex-start;
  width: calc(100% / 3);
}
.megaMenu-submenu-box ul {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0;
}
.megaMenu-submenu-box ul li {
  margin: 5px;
}
.megaMenu-submenu-box ul li a {
  display: flex;
  width: 100%;
  height: 100px;
}

/* メニューをhoverした時のスタイル */
.header-item:hover .megaMenu {
  height: auto;
  top: 160px;
  padding: 50px 0;
  transition: 0.5s;
}
.header-item:hover .megaMenu.anime {
  top: 100px;
  transition: 0.5s;
}

.button-header {
  width: 100%;
  padding: 15px 40px;
  transition: 0.3s ease-in-out;
  background-color: #eff7f8;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: 0.5s;
  border-radius: 10px;
}
.button-header:hover {
  background-color: #fff;
}
.button-header img {
  width: 100%;
}

.button-header-text {
  display: block;
}
.button-header-text span {
  margin-top: 15px;
  display: inline-block;
  font-size: 1.1rem;
  font-weight: normal;
  text-align: center;
  color: #2a2a2a;
}

.slide {
  position: relative;
  width: 100%;
  height: calc(100vh - 200px);
  margin-top: 70px;
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 130px;
}
@media (min-width: 768px) {
  .slide {
    height: calc(100vh - 260px);
    margin-top: 140px;
    border-radius: 50px;
    margin-bottom: 120px;
  }
}

.slide-image {
  z-index: -1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  animation: slider-1-anime 40s linear infinite;
}

.slide-image:nth-child(1) {
  background-image: url("../images/slider-1.jpg");
  animation-delay: -2s;
}

.slide-image:nth-child(2) {
  background-image: url("../images/slider-2.jpg");
  animation-delay: 6s;
}

.slide-image:nth-child(3) {
  background-image: url("../images/slider-3.jpg?20250831");
  animation-delay: 14s;
}

.slide-image:nth-child(4) {
  background-image: url("../images/slider-4.jpg");
  animation-delay: 22s;
}

.slide-image:nth-child(5) {
  background-image: url("../images/slider-5.jpg?20250831");
  animation-delay: 30s;
}

@keyframes slider-1-anime {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  2.5% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  25% {
    opacity: 0;
    transform: scale(1.2);
  }
  100% {
    opacity: 0;
  }
}
@media (min-width: 768px) {
  .imgbox_text {
    width: 50%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    opacity: 0.5;
    z-index: 10;
  }
}

.slide-bottom-text {
  position: absolute;
  width: 100%;
  bottom: -110px;
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .slide-bottom-text {
    bottom: -100px;
  }
}
.slide-bottom-text p {
  font-size: clamp(1.9rem, 3vw, 3rem);
  font-weight: 500;
  line-height: 1.6;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.info-section {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.info-title {
  position: relative;
}
.info-title h2 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #36322e;
  font-size: clamp(2rem, 2vw, 2.8rem);
  line-height: 1.5;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .info-title h2 {
    margin-bottom: 10px;
  }
}
.info-title::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 100%;
  margin-left: 10px;
  width: 30px;
  border-top: 2px dotted #a6913f;
}
@media (min-width: 768px) {
  .info-title::after {
    margin-left: 30px;
    width: 100px;
  }
}
.info-title span {
  color: #a6913f;
  letter-spacing: 0.2rem;
  font-size: clamp(1.2rem, 1.5vw, 1.4rem);
}

.info-page a {
  border: 2px solid #555;
  position: relative;
  padding: 8px 10px;
  display: inline-block;
  font-size: 1.2rem;
  border-radius: 100vh;
  color: #373737;
  transition: .3s;
  width: 110px;
}
@media (min-width: 768px) {
  .info-page a {
    width: 145px;
    padding: 15px 20px;
  }
}
@media (min-width: 992px) {
  .info-page a {
    font-size: 1.3rem;
  }
}
.info-page a:hover {
  font-weight: 500;
}

.info-page a:after {
  content: "";
  position: absolute;
  top: 55%;
  bottom: 0;
  right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  height: 1px;
  background: #000;
  width: 15px;
}
@media (min-width: 768px) {
  .info-page a:after {
    right: 17px;
    width: 20px;
  }
}

.info-page a:before {
  content: '';
  position: absolute;
  bottom: 13px;
  right: 10px;
  width: 6px;
  height: 1px;
  background: #000;
  transform: rotate(35deg);
  transition: right 0.3s;
}
@media (min-width: 768px) {
  .info-page a:before {
    bottom: 21px;
    right: 15px;
    width: 10px;
  }
}

.info-page a:hover:after {
  right: 7px;
}
@media (min-width: 768px) {
  .info-page a:hover:after {
    right: 7px;
  }
}

.info-page a:hover:before {
  right: 7px;
}
@media (min-width: 768px) {
  .info-page a:hover:before {
    right: 7px;
  }
}

.post {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  gap: 33px;
}

.news-item {
  width: 100%;
  background-color: transparent;
  font-family: sans-serif;
  position: relative;
}
@media (min-width: 500px) {
  .news-item {
    width: calc(100% / 2 - 25px);
  }
}
@media (min-width: 768px) {
  .news-item {
    width: calc(100% / 2 - 25px);
  }
}
@media (min-width: 992px) {
  .news-item {
    width: calc(100% / 4 - 25px);
  }
}
.news-item a {
  display: block;
  text-decoration: none;
  color: #333;
  position: relative;
}

.news-icon {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  background-image: url("../images/sns_icon.png");
  background-size: cover;
  background-position: center;
  border-radius: 1rem;
  position: relative;
  overflow: hidden;
  /* ラウンド部分からはみ出さないように */
  transition: .3s;
}
.news-icon img {
  background-size: cover;
  background-position: center;
  width: 100%;
  aspect-ratio: 4 / 3;
}
.news-icon:hover {
  transform: scale(1.05);
}
.news-icon::before {
  content: "お知らせ";
  position: absolute;
  bottom: 15px;
  right: 15px;
  border-radius: 100vw;
  /* pill型 */
  font-size: clamp(1.2rem, 1.5vw, 1.4rem);
  color: #fff;
  font-weight: 600;
  background-color: #aba595;
  border: 1px solid #fff;
  display: inline-block;
  padding: 0.7rem 1.3rem;
  z-index: 2;
}
.news-icon::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: transparent;
  /* 初期は透明 */
  transition: background-color 0.3s ease;
  border-radius: 1rem;
  z-index: 1;
}
.news-icon:hover::after {
  background-color: rgba(0, 0, 0, 0.3);
  /* hover時に少し暗く */
}

.news-icon time {
  position: absolute;
  top: 15px;
  left: 15px;
  background-color: #25799f;
  border: 1px solid #fff;
  padding: 0.7rem 1.3rem;
  font-size: clamp(1.2rem, 1.5vw, 1.4rem);
  font-weight: 600;
  border-radius: 100vw;
  letter-spacing: 0.2rem;
  color: #fff;
  z-index: 2;
}

.news-text {
  margin-top: 15px;
  padding: 0 5px;
  font-size: clamp(1.3rem, 1.5vw, 1.5rem);
  line-height: 1.5;
  margin-bottom: 0;
}

.arrow-1 {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  right: 0;
  box-sizing: border-box;
  border-radius: 50%;
  border: 2px solid #fff;
  transition: all .1s ease-in-out .0s;
}
@media (min-width: 768px) {
  .arrow-1 {
    width: 25px;
    height: 25px;
  }
}

.arrow-1::before {
  content: "";
  position: absolute;
  top: 0;
  right: 1px;
  bottom: 0;
  left: 0;
  width: 10px;
  height: 2px;
  margin: auto;
  background-color: #fff;
  transition: all .1s ease-in-out .0s;
}
@media (min-width: 768px) {
  .arrow-1::before {
    width: 13px;
  }
}

.arrow-1::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(50% - 3px);
  width: 5px;
  height: 5px;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  transition: all .1s ease-in-out .0s;
}
@media (min-width: 768px) {
  .arrow-1::after {
    width: 9px;
    height: 9px;
  }
}

.imp-infomation {
  position: absolute;
  z-index: 10;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  height: 140px;
  background-color: #c9a100;
  bottom: 0;
  left: 0;
}
@media (min-width: 768px) {
  .imp-infomation {
    height: 150px;
    padding: 0 15px;
  }
}
.imp-infomation .imp-info-title {
  width: 38%;
  float: left;
  padding: 12px;
  height: auto;
  position: relative;
}
@media (min-width: 768px) {
  .imp-infomation .imp-info-title {
    width: 28%;
    padding: 15px;
  }
}
@media (min-width: 768px) {
  .imp-infomation .imp-info-title {
    width: 20%;
  }
}
@media (min-width: 1200px) {
  .imp-infomation .imp-info-title {
    width: 15%;
  }
}
.imp-infomation .imp-info-title p {
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%) translateX(0);
  -webkit-transform: translateY(-50%) translateX(0);
  padding: 0 5px;
}
@media (min-width: 1200px) {
  .imp-infomation .imp-info-title p {
    color: #fff;
    font-size: 1.9rem;
  }
}
.imp-infomation .imp-info-title p:after {
  content: '';
  position: absolute;
  top: 50%;
  display: block;
  width: 50px;
  height: 1px;
  background-color: #fff;
  right: -40px;
}
.imp-infomation .imp-info-description {
  width: 100%;
}
@media (min-width: 768px) {
  .imp-infomation .imp-info-description {
    float: left;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .imp-infomation .imp-info-description {
    position: absolute;
    top: 50%;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%) translateX(0);
    -webkit-transform: translateY(-50%) translateX(0);
    border-bottom: none;
  }
}
@media (min-width: 1200px) {
  .imp-infomation .imp-info-description {
    width: 80%;
    margin-left: 3%;
    margin-right: 2%;
  }
}

.post-imp {
  background-color: #fff;
  border-radius: 5px;
  width: 90%;
  margin: 0 auto;
}
.post-imp article {
  width: 100%;
  padding: 7px 15px;
}
@media (min-width: 768px) {
  .post-imp article {
    padding: 15px 20px;
  }
}
.post-imp a {
  text-decoration: none;
  color: #373737 !important;
}
.post-imp a dl:hover {
  text-decoration: underline;
  transition: .1s;
}
.post-imp a dl:after {
  position: absolute;
  background: url("../images/arrow1.png");
  width: 15px;
  height: 15px;
  top: 50%;
  right: 0;
  display: block;
  content: '';
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%) translateX(0);
  -webkit-transform: translateY(-50%) translateX(0);
}
@media (min-width: 768px) {
  .post-imp a dl:after {
    width: 17px;
    height: 17px;
    right: 10px;
  }
}
@media (min-width: 992px) {
  .post-imp a dl:after {
    width: 20px;
    height: 20px;
    right: 15px;
  }
}
.post-imp a dl:hover dd {
  text-decoration: underline;
}
.post-imp a dl:hover {
  transition: .5s;
}
.post-imp dl {
  margin: 0 0 0 0;
  position: relative;
  padding-right: 20px;
}
.post-imp dt {
  width: 100%;
  float: left;
  margin-bottom: 6px;
}
@media (min-width: 992px) {
  .post-imp dt {
    margin-top: 2px;
    width: 30%;
  }
}
@media (min-width: 1600px) {
  .post-imp dt {
    width: 30%;
  }
}
.post-imp dd {
  line-height: 160%;
  height: calc(1.6em * 2);
  width: 100%;
  font-size: 1.3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 0;
  font-weight: 600;
}
@media (min-width: 768px) {
  .post-imp dd {
    margin-left: 93px;
    font-size: 1.4rem;
  }
}
@media (min-width: 992px) {
  .post-imp dd {
    margin: 0 0 0 0;
    width: 70%;
    font-size: 1.5rem;
  }
}
@media (min-width: 1600px) {
  .post-imp dd {
    margin: 0 0 0 3%;
    width: 67%;
  }
}
.post-imp time {
  font-weight: 600;
  font-size: 1.3rem;
  float: left;
  margin-top: 5px;
  width: 74px;
  color: #373737;
}
@media (min-width: 768px) {
  .post-imp time {
    font-size: 1.4rem;
    width: 83px;
    margin-top: 4px;
  }
}
@media (min-width: 992px) {
  .post-imp time {
    font-size: 1.5rem;
    width: 120px;
  }
}

.news-page-title {
  margin-bottom: 20px;
  margin-left: 20px;
}
.news-page-title h2 {
  font-size: 4.0rem;
  font-weight: bold;
}

.otayori-icon:before {
  content: "おたより";
  background-color: #6dbdc0;
  color: #fff;
  padding: 5px 0;
  border-radius: 3px;
  margin-left: 10px;
  font-size: 1.2rem;
  width: 100px;
  text-align: center;
  float: left;
  font-weight: 600;
}
@media (min-width: 768px) {
  .otayori-icon:before {
    font-size: 1.3rem;
    padding: 5px 0;
    width: 120px;
  }
}
@media (min-width: 1400px) {
  .otayori-icon:before {
    margin-left: 0;
  }
}

.kyogi-icon:before {
  content: "競技大会";
  background-color: #e8b656;
  color: #fff;
  padding: 3px 0;
  border-radius: 3px;
  margin-left: 10px;
  font-size: 1.2rem;
  width: 100px;
  text-align: center;
  float: left;
  font-weight: 600;
}
@media (min-width: 768px) {
  .kyogi-icon:before {
    font-size: 1.3rem;
    padding: 3px 0;
    width: 100px;
  }
}
@media (min-width: 1400px) {
  .kyogi-icon:before {
    width: 46%;
    margin-left: 0;
    margin-top: 2px;
  }
}

.kentei-icon:before {
  content: "検定試験";
  background-color: #e8b656;
  color: #fff;
  padding: 3px 0;
  border-radius: 3px;
  margin-left: 10px;
  font-size: 1.2rem;
  width: 100px;
  text-align: center;
  float: left;
}
@media (min-width: 768px) {
  .kentei-icon:before {
    font-size: 1.3rem;
    padding: 3px 0;
    width: 100px;
  }
}
@media (min-width: 1400px) {
  .kentei-icon:before {
    width: 46%;
    margin-left: 0;
    margin-top: 2px;
  }
}

.is-hide {
  display: none;
}

.category-tab {
  display: table;
  table-layout: fixed;
  text-align: center;
  width: 100%;
  margin-bottom: 0;
}
.category-tab li {
  background-color: #90c9cc;
  border-right: 2px solid #fff;
  display: table-cell;
  vertical-align: middle;
  font-size: 1.4rem;
  color: #fff;
  text-decoration: none;
  padding: 12px 0 4px 0;
  cursor: pointer;
  transition: ease 0.2s opacity;
}
@media (min-width: 768px) {
  .category-tab li {
    font-size: 1.6rem;
    padding: 15px 0 7px 0;
    border-right: 8px solid #fff;
  }
}
@media (min-width: 992px) {
  .category-tab li {
    font-size: 1.8rem;
    padding: 20px 0 12px 0;
    border-right: 10px solid #fff;
  }
}
.category-tab li:first-child {
  border-left: 2px solid #fff;
}
@media (min-width: 768px) {
  .category-tab li:first-child {
    border-left: 8px solid #fff;
  }
}
@media (min-width: 768px) {
  .category-tab li:first-child {
    border-left: 10px solid #fff;
  }
}
.category-tab li:hover {
  background-color: #d7e9ea;
  color: #000;
}
.category-tab li:after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\A\f107";
  white-space: pre;
  font-size: 1.6rem;
}

.search {
  border-bottom: 15px solid #d7e9ea;
}
.search br {
  display: block;
}
@media (min-width: 414px) {
  .search br {
    display: none;
  }
}

.is-active {
  background-color: #d7e9ea !important;
  color: #000 !important;
}

.footer-title-box1 {
  width: 70%;
  margin: 60px auto 30px auto;
}
@media (min-width: 768px) {
  .footer-title-box1 {
    width: 300px;
    margin: 0 auto 15px;
  }
}
@media (min-width: 992px) {
  .footer-title-box1 {
    margin: 0;
    width: 280px;
  }
}

#footer-title1 {
  margin-bottom: 30px;
}
#footer-title1 a {
  display: flex;
  align-items: center;
  background: url("../images/footer-logo1.png?20250822") no-repeat left top;
  height: 0;
  background-size: contain;
  padding-top: 22.9021%;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.footer-title-box2 {
  width: 81%;
  margin: 60px auto 30px auto;
}
@media (min-width: 768px) {
  .footer-title-box2 {
    width: 300px;
    margin: 0 auto 15px;
  }
}
@media (min-width: 992px) {
  .footer-title-box2 {
    margin: 0;
    width: 325px;
  }
}

#footer-title2 {
  margin-bottom: 30px;
}
#footer-title2 a {
  display: flex;
  align-items: center;
  background: url("../images/footer-logo2.png?20250822") no-repeat left top;
  height: 0;
  background-size: contain;
  padding-top: 19.61078%;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.footer-title-sub {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .footer-title-sub {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .footer-title-sub {
    margin-bottom: 0;
  }
}
.footer-title-sub p {
  font-size: 1.3rem;
  margin-bottom: 3px;
  color: #373737;
  font-weight: 600;
}
@media (min-width: 768px) {
  .footer-title-sub p {
    font-size: 1.3rem;
    margin-bottom: 2px;
  }
}

.copyright p {
  font-size: 1.1rem;
  margin-top: 20px;
  color: #555;
  line-height: 1.6;
  text-align: center;
}
@media (min-width: 768px) {
  .copyright p {
    text-align: right;
    font-size: 1.2rem;
    margin: 0;
  }
}

#pageTop {
  font-size: 2.2em;
  text-decoration: none;
  font-weight: bold;
  background-color: #e98383;
  border: 2px solid #fff;
  color: #fff;
  padding: 11px 13px 11px 13px;
  position: fixed;
  bottom: 17px;
  right: 17px;
  top: auto;
  left: auto;
  z-index: 100;
}
@media (min-width: 768px) {
  #pageTop {
    font-size: 2.8em;
    padding: 15px 18px 15px 18px;
    bottom: 20px;
    right: 20px;
    border-radius: 50%;
  }
}
@media (min-width: 1200px) {
  #pageTop {
    font-size: 3.8em;
    padding: 17px 20px 17px 20px;
    border-radius: 50%;
    bottom: 20px;
    right: 20px;
  }
}
#pageTop span {
  display: block;
  overflow: hidden;
  transition-duration: 0.5s;
}
#pageTop:hover {
  transform: scale(1.3);
  transition-duration: 0.5s;
}

.footer-column {
  width: 100%;
}
@media (min-width: 768px) {
  .footer-column:nth-child(odd) {
    margin-right: 6%;
  }
}
@media (min-width: 768px) {
  .footer-column:first-child {
    width: calc(100% / 2 - 35px);
  }
  .footer-column:nth-child(2) {
    width: calc(100% / 2 - 35px);
  }
}
@media (min-width: 992px) {
  .footer-column {
    width: calc(100% / 3 - 35px);
    margin-right: 35px;
  }
  .footer-column:first-child {
    width: calc(100% / 3 - 35px);
  }
  .footer-column:nth-child(2) {
    width: calc(100% / 3 - 35px);
  }
  .footer-column:last-child {
    margin-right: 0;
  }
  .footer-column:nth-child(odd) {
    margin-right: 0;
  }
}

.footer-address ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  margin-bottom: 20px;
}
.footer-address li {
  position: relative;
  margin: 0 5px;
  text-align: left;
  font-size: 1.1rem;
  line-height: 1.6;
  padding: 5px 5px;
  font-weight: 500;
  color: #555;
}
@media (min-width: 768px) {
  .footer-address li {
    padding: 3px 5px;
    font-size: 1.4rem;
  }
}
.footer-address li:last-child {
  margin-top: 10px;
}

.footer-gnav {
  overflow: hidden;
  position: relative;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .footer-gnav {
    margin-top: 0;
  }
}
.footer-gnav p {
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 1.3rem;
}
@media (min-width: 768px) {
  .footer-gnav p {
    font-size: 1.5rem;
    margin-bottom: 15px;
  }
}
.footer-gnav p a {
  color: #5d8fb7;
}
.footer-gnav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  margin-bottom: 20px;
}
.footer-gnav li {
  position: relative;
  margin: 0 5px;
  text-align: right;
}
.footer-gnav li::after {
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  content: "\f054";
  color: #555;
}
.footer-gnav li a {
  font-size: 1.1rem;
  line-height: 1.6;
  text-decoration: none;
  padding: 5px 5px;
  display: block;
  font-weight: 500;
  color: #555;
  position: relative;
  display: inline-block;
  transition: .3s;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .footer-gnav li a {
    padding: 6px 5px;
    font-size: 1.4rem;
  }
}
@media (min-width: 768px) {
  .footer-gnav li a br {
    display: none;
  }
}
.footer-gnav li a::after {
  position: absolute;
  bottom: 0px;
  left: 50%;
  content: '';
  width: 0;
  height: 1px;
  background-color: #25799f;
  transition: .3s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.footer-gnav li a:hover::after {
  width: 100%;
}
.footer-gnav li a:hover {
  color: #25799f;
}

.footer-link {
  width: 100%;
}

.footer-link-1 {
  width: 100%;
  margin-bottom: 10px;
}

.button-footer {
  width: 100%;
  padding: 10px 8px;
  transition: 0.3s ease-in-out;
  border-top: 1px solid #58626c;
  border-bottom: 1px solid #58626c;
  position: relative;
  background-color: #fff;
  white-space: normal;
}
@media (min-width: 768px) {
  .button-footer {
    padding: 15px 20px;
  }
}
.button-footer:hover p {
  color: #FFF;
}
.button-footer:hover .arrow1 {
  border: 1px solid #fff;
  right: -10px;
}
.button-footer:hover .arrow1::before {
  background-color: #fff;
}
.button-footer:hover .arrow1::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.button-footer p {
  color: #58626c;
  font-size: 1.5rem;
  margin: 0;
  line-height: 0;
}
@media (min-width: 768px) {
  .button-footer p {
    font-size: 1.7rem;
  }
}

.footer-gnav-2 {
  overflow: hidden;
  margin-bottom: 30px;
}
.footer-gnav-2 p {
  color: #c9a100;
  font-weight: 600;
  margin: 0 0 15px 0;
  font-size: 1.5rem;
  position: relative;
  display: block;
}
@media (min-width: 768px) {
  .footer-gnav-2 p {
    padding-right: 60px;
    display: inline-block;
    font-size: 1.6rem;
    margin-bottom: 25px;
  }
}
.footer-gnav-2 p:after {
  content: '';
  position: absolute;
  top: 50%;
  display: block;
  width: 85px;
  height: 1px;
  background-color: #c9a100;
  right: 0;
}
@media (min-width: 768px) {
  .footer-gnav-2 p:after {
    display: inline-block;
    width: 45px;
  }
}
.footer-gnav-2 ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
.footer-gnav-2 li {
  margin-bottom: 30px;
  display: list-item;
  float: none;
}
.footer-gnav-2 li a {
  font-size: 1.2rem;
  line-height: 1.6;
  background-color: #c9a100;
  border: 1px solid #c9a100;
  text-decoration: none;
  padding: 8px 20px;
  color: #fff;
  border-radius: 5px;
  transition: .3s;
}
@media (min-width: 768px) {
  .footer-gnav-2 li a {
    padding: 10px 40px;
    font-size: 1.5rem;
  }
}
.footer-gnav-2 li a::after {
  font: var(--fa-font-solid);
  content: "\00a0\00a0\f0da";
}
.footer-gnav-2 li a:hover {
  color: #c9a100;
  background-color: #fff;
}

.footer-sub {
  border-top: 1px solid #555;
  width: 100%;
  padding-top: 5px;
}

.footer-contact ul {
  display: table;
}
.footer-contact ul li {
  display: table-cell;
  float: left;
  font-size: 1.1rem;
  margin-bottom: 20px;
  margin-right: 20px;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .footer-contact ul li {
    font-size: 1.2rem;
  }
}
.footer-contact ul li a {
  color: #555;
  padding: 5px;
}
.footer-contact ul li a:hover {
  text-decoration: underline;
}

.footer-sns {
  width: 100%;
}
.footer-sns ul {
  display: block;
  /* inline要素は無効なのでブロック化 */
  margin-left: auto;
  /* 左側を自動で空ける */
  margin-right: 0;
  /* 右は0 */
  display: table;
}
.footer-sns ul li {
  display: table-cell;
  float: left;
  font-size: 2.0rem;
  line-height: 1.6;
  margin: 5px 15px 5px 15px;
}
@media (min-width: 768px) {
  .footer-sns ul li {
    font-size: 2.3rem;
  }
}
.footer-sns ul li a {
  color: #373737;
}
.footer-sns ul li a:hover {
  color: #25799f;
}

.footer-sns-title {
  width: 100%;
}
.footer-sns-title span {
  font-size: 1.2rem;
  display: block;
  text-align: center;
  margin: 0 auto;
  color: #fff;
}
@media (min-width: 768px) {
  .footer-sns-title span {
    font-size: 1.4rem;
  }
}

.footer-blog-icon {
  display: inline-block;
  width: 23px;
  height: 23px;
  margin-bottom: -1px;
  background-image: url("../images/blog.png"), url("../images/blog-hover.png");
  background-size: cover,0 0;
}
@media (min-width: 768px) {
  .footer-blog-icon {
    width: 25px;
    height: 25px;
    margin-bottom: -2px;
  }
}
.footer-blog-icon::before, .footer-blog-icon::after {
  content: "";
}
.footer-blog-icon:hover {
  background-size: 0 0,cover;
}

.title-address {
  width: 100%;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .title-address {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
  }
}

.address {
  margin-bottom: 40px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .address {
    margin-bottom: 0;
  }
}

.footer-sns-card {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-left: 2px solid #748e47;
  border-right: 2px solid #748e47;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .footer-sns-card {
    border-left: 0;
    border-right: 0;
    border-top: 1px solid #748e47;
    border-bottom: 1px solid #748e47;
    padding: 30px 0;
  }
}

.footer-flex-2 {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}

.footer-sns-card-1-1 {
  text-align: center;
  width: 400px;
}
@media (min-width: 768px) {
  .footer-sns-card-1-1 {
    text-align: left;
  }
}

.footer-sns-card-1-sns {
  width: 300px;
}

.footer-sns-card-content-sub h4 {
  font-size: 1.8rem;
  font-weight: 500;
  position: relative;
  display: inline-block;
  color: #373737;
  padding: 10px 0;
}
@media (min-width: 768px) {
  .footer-sns-card-content-sub h4 {
    font-size: 1.8rem;
    padding: 0 0 10px 0;
  }
}

.footer-sns-card-content-sub-text {
  padding: 10px 0 10px 30px;
}
@media (min-width: 768px) {
  .footer-sns-card-content-sub-text {
    padding: 0;
  }
}
.footer-sns-card-content-sub-text p {
  font-size: 1.2rem;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .footer-sns-card-content-sub-text p {
    font-size: 1.3rem;
  }
}

.footer-sns-card-icon {
  text-align: center;
}
.footer-sns-card-icon i {
  font-size: 4.0rem;
}
@media (min-width: 768px) {
  .footer-sns-card-icon i {
    font-size: 5.0rem;
  }
}
.footer-sns-card-icon a:hover {
  color: #999;
}

.bg-entry {
  background: url("../images/slider-1.jpg") no-repeat center center;
  background-attachment: scroll;
  background-size: cover;
  width: 100%;
  z-index: -1;
  padding: 150px 0;
}
@media (min-width: 768px) {
  .bg-entry {
    background-attachment: fixed;
  }
}

.entry-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
  z-index: 1;
}
.entry-button a {
  display: block;
}
.entry-button a:hover .entry {
  background-color: rgba(0, 0, 0, 0.6);
}
.entry-button a:hover .entry span {
  -webkit-transform: rotateX(360deg);
  transform: rotateX(360deg);
}

.entry {
  margin: 0;
  padding: 20px 50px;
  border: 1px solid #fff;
  background-color: rgba(0, 0, 0, 0.3);
  transition: .5s;
}
@media (min-width: 768px) {
  .entry {
    padding: 40px 100px;
  }
}
.entry span {
  font-size: clamp(4rem, 4vw, 5rem);
  color: #fff;
  display: block;
  margin-bottom: 20px;
  font-weight: 200;
  display: inline-block;
  transition: .5s;
}
.entry p {
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-weight: 300;
}

.top-section-title {
  border-top: 1px solid #9a947c;
  border-bottom: 1px solid #9a947c;
  padding: 7px 0 7px 0;
  display: inline-block;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .top-section-title {
    margin-bottom: 50px;
    padding: 10px 0 10px 0;
  }
}
.top-section-title .title-with-icon {
  border-left: 5px solid #64abcb;
}
.top-section-title .title-with-icon h3 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #36322e;
  font-size: clamp(1.8rem, 3vw, 2.3rem);
  line-height: 100%;
  padding: 7px 18px 7px 18px;
}
@media (min-width: 768px) {
  .top-section-title .title-with-icon h3 {
    padding: 10px 30px 10px 30px;
  }
}

.top-section {
  display: flex;
  /* ここを追加 */
  flex-wrap: wrap;
  /* ここも追加 */
  flex-direction: column;
  /* モバイル時は縦並び */
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 35px;
}
@media (min-width: 768px) {
  .top-section {
    gap: 15px;
    flex-direction: row;
    /* PC時は横並び */
  }
}
@media (min-width: 992px) {
  .top-section {
    gap: 0;
  }
}

.top-section-sub1-1 {
  width: 100%;
}
@media (min-width: 768px) {
  .top-section-sub1-1 {
    width: calc(100% / 2 - 3%);
  }
}
.top-section-sub1-1 img {
  box-shadow: -30px 30px #fff;
}

.top-section-sub1-2 {
  width: 100%;
  order: 0;
}
@media (min-width: 768px) {
  .top-section-sub1-2 {
    order: 1;
    width: calc(100% / 2 - 3%);
  }
}
.top-section-sub1-2 img {
  box-shadow: 30px 30px #fff;
}

.top-section-sub2 {
  width: 100%;
  order: 1;
}
@media (min-width: 768px) {
  .top-section-sub2 {
    order: 0;
    width: calc(100% / 2);
  }
}

.recruit-facilitylist-title {
  margin-bottom: 50px;
  text-align: center;
}
@media (min-width: 768px) {
  .recruit-facilitylist-title {
    width: 60%;
    margin: 0 20% 60px 20%;
  }
}
.recruit-facilitylist-title h3 {
  display: inline-block;
  font-size: 1.9rem;
  font-weight: 400;
  margin-bottom: 20px;
  color: #373737;
  padding: 1px 5px;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .recruit-facilitylist-title h3 {
    font-size: 2.3rem;
    font-weight: 400;
    margin-bottom: 50px;
  }
}
.recruit-facilitylist-title p {
  text-align: left;
}

.recruit-facilitylist {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.link-list {
  width: 100%;
  text-align: center;
  border-top: 1px solid #dbdbdb;
  background-color: #fff;
  position: relative;
}
@media (min-width: 768px) {
  .link-list {
    width: 40%;
    margin: 0 2.5%;
  }
}
.link-list:last-child {
  border-bottom: 1px solid #dbdbdb;
}
@media (min-width: 768px) {
  .link-list:nth-last-child(-n + 2) {
    border-bottom: 1px solid #dbdbdb;
  }
}
.link-list::after {
  background: #5d8fb7;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.link-list:hover::after {
  transform: scale(1, 1);
}
.link-list a {
  font-size: 1.5rem;
  line-height: 1.6;
  padding: 20px 0;
  display: block;
  color: #5d8fb7;
  font-weight: 500;
}
.link-list a:after {
  position: absolute;
  background: url(../images/arrow1.png);
  width: 15px;
  height: 15px;
  top: 50%;
  right: 10px;
  display: block;
  content: '';
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%) translateX(0);
  -webkit-transform: translateY(-50%) translateX(0);
}
@media (min-width: 768px) {
  .link-list a:after {
    width: 20px;
    height: 20px;
    right: 12px;
  }
}
.link-list a:hover {
  color: #fff;
}
@media (min-width: 768px) {
  .link-list a {
    font-size: 1.6rem;
    padding: 30px 0;
  }
}

.staff-slider {
  margin: 0 auto 50px auto;
  width: 100%;
}
@media (min-width: 768px) {
  .staff-slider {
    margin: 0 auto 100px auto;
  }
}

.staff-slider-interview {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 25px;
}
.staff-slider-interview .staff-slider-img {
  width: 100%;
  margin: 0 0 100px 0;
}
.staff-slider-interview .staff-slider-img:nth-child(even) {
  margin-top: 0;
}
@media (min-width: 768px) {
  .staff-slider-interview .staff-slider-img {
    width: calc(100% / 4 - 25px);
  }
}

.staff-slider-sub .staff-top-text {
  background-color: #fbfbfb;
  border-radius: 0 0 10px 10px;
  padding: 25px 15px;
  margin: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 240px;
}
@media (min-width: 768px) {
  .staff-slider-sub .staff-top-text {
    padding: 30px 25px;
    height: 280px;
  }
}
.staff-slider-sub .staff-top-text p {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  display: flex;
  flex: 1;
  font-size: 1.2rem;
  line-height: 1.6;
  color: #373737;
}
@media (min-width: 768px) {
  .staff-slider-sub .staff-top-text p {
    font-size: 1.5rem;
  }
}
.staff-slider-sub .staff-top-text .staff-top-category {
  align-self: flex-start;
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1.4;
  padding: 2px 5px;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .staff-slider-sub .staff-top-text .staff-top-category {
    font-size: 1.5rem;
  }
}
.staff-slider-sub .staff-top-text .staff-top-group {
  display: inline-block;
  font-size: 1.1rem;
  line-height: 1.4;
  font-weight: 500;
  color: #75beb5;
  padding-bottom: 5px;
}
@media (min-width: 768px) {
  .staff-slider-sub .staff-top-text .staff-top-group {
    font-size: 1.4rem;
  }
}
.staff-slider-sub .staff-top-text .staff-top-name {
  display: flex;
  align-items: flex-end;
  font-size: 1.1rem;
  line-height: 1.4;
  font-weight: 500;
  color: #75beb5;
  padding-bottom: 5px;
  border-bottom: 1px solid #75beb5;
}
@media (min-width: 768px) {
  .staff-slider-sub .staff-top-text .staff-top-name {
    font-size: 1.4rem;
  }
}

.staff-slider-img {
  display: flex;
  margin: 0 10px;
  width: 300px;
  box-shadow: 5px 5px 5px #ebebeb;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 750px) {
  .staff-slider-img {
    margin: 0 20px;
  }
  .staff-slider-img:nth-child(even) {
    margin-top: 30px;
  }
}

.staff-slider-img img {
  height: auto;
  width: 100%;
  border-radius: 10px 10px 0 0;
}

.staff-top-text {
  background-color: #fbfbfb;
  border-radius: 0 0 10px 10px;
  padding: 25px 15px;
  margin: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 240px;
}
@media (min-width: 768px) {
  .staff-top-text {
    padding: 30px 25px;
    height: 280px;
  }
}
.staff-top-text p {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  display: flex;
  flex: 1;
  font-size: 1.2rem;
  line-height: 1.6;
  color: #373737;
}
@media (min-width: 768px) {
  .staff-top-text p {
    font-size: 1.5rem;
  }
}
.staff-top-text .staff-top-category {
  align-self: flex-start;
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1.4;
  padding: 2px 5px;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .staff-top-text .staff-top-category {
    font-size: 1.5rem;
  }
}
.staff-top-text .staff-top-group {
  display: inline-block;
  font-size: 1.1rem;
  line-height: 1.4;
  font-weight: 500;
  color: #75beb5;
  padding-bottom: 5px;
}
@media (min-width: 768px) {
  .staff-top-text .staff-top-group {
    font-size: 1.4rem;
  }
}
.staff-top-text .staff-top-name {
  display: flex;
  align-items: flex-end;
  font-size: 1.1rem;
  line-height: 1.4;
  font-weight: 500;
  color: #75beb5;
  padding-bottom: 5px;
  border-bottom: 1px solid #75beb5;
}
@media (min-width: 768px) {
  .staff-top-text .staff-top-name {
    font-size: 1.4rem;
  }
}

.img-people {
  position: absolute;
  background: url(../images/people.png) no-repeat center center;
  background-size: cover;
  width: 1000px;
  height: 300px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.caption {
  width: 100%;
  height: 100%;
  visibility: hidden;
  /* 文字を表示しない */
  top: 0;
  left: 0;
  position: absolute;
  display: flex;
  /* 中央揃えにするためのFlexbox */
  align-items: center;
  /* 上下中央 */
  justify-content: center;
  /* 左右中央 */
  text-align: center;
  -webkit-transition: all 0.4s step-end;
  transition: all 0.4s step-end;
}

.staff-slider-img:hover .caption {
  visibility: visible;
  /* 文字を表示する */
}

.caption p {
  border: 1px solid #fff;
  padding: 30px;
  display: inline-block;
  font-size: 2.0rem;
  margin-bottom: 0;
  line-height: 0;
  color: #fff;
  font-weight: 300;
  opacity: 0;
  /* ホバーが解除された時すぐ消えるように、文字を表示しない */
}

.staff-slider-img:hover .caption p {
  opacity: 1;
  /* 文字を表示する */
}

.mask1, .mask2 {
  width: 100%;
  height: 50%;
  /* 高さは半部のサイズ */
  position: absolute;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  background-color: rgba(117, 190, 181, 0.5);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.mask1 {
  top: -50%;
  /* 枠の上に置いて表示させない */
}

.staff-slider-img:hover .mask1 {
  top: 0;
  /* 下にずらして表示する */
}

.mask2 {
  bottom: -50%;
  /* 枠の下に置いて表示させない */
}

.staff-slider-img:hover .mask2 {
  bottom: 0;
  /* 上にずらして表示する */
}

.header-container {
  position: relative;
  width: 100%;
  height: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1101px) {
  .header-container {
    max-width: 1300px;
  }
}

.htitle {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-title {
  margin-bottom: -30px;
}
@media (min-width: 768px) {
  .header-title {
    margin-bottom: -30px;
  }
}
@media (min-width: 992px) {
  .header-title {
    margin-bottom: -70px;
  }
}
.header-title h2 {
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  color: #36322e;
  font-weight: 500;
  margin-bottom: 3px;
}
@media (min-width: 768px) {
  .header-title h2 {
    margin-bottom: 10px;
  }
}
.header-title span {
  font-size: clamp(1.2rem, 2vw, 1.7rem);
  color: #a6913f;
  font-weight: 300;
  text-align: center;
  display: block;
}

.header-pan {
  position: absolute;
  bottom: -10px;
  left: 20px;
}
@media (min-width: 768px) {
  .header-pan {
    bottom: -8px;
  }
}
@media (min-width: 992px) {
  .header-pan {
    bottom: -8px;
  }
}
.header-pan ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.header-pan ul li {
  margin-right: 10px;
}
.header-pan ul li:last-child {
  border-right: 0;
}
.header-pan ul li a {
  display: inline-block;
  border-radius: 100vw;
  padding: 5px 8px 5px 8px;
  background-color: #fff;
  text-decoration: none;
  font-weight: 500;
  color: #a6913f;
  font-size: 1.1rem;
}
@media (min-width: 768px) {
  .header-pan ul li a {
    padding: 7px 15px 7px 15px;
    font-size: 1.3rem;
  }
}
@media (min-width: 992px) {
  .header-pan ul li a {
    font-size: 1.4rem;
  }
}
.header-pan ul li a:hover {
  color: #fff;
  background-color: #a6913f;
}
.header-pan span {
  display: inline-block;
  font-size: 1.1rem;
  margin: 0;
  color: #333;
}
@media (min-width: 768px) {
  .header-pan span {
    font-size: 1.3rem;
  }
}
@media (min-width: 992px) {
  .header-pan span {
    font-size: 1.4rem;
  }
}

.header-pan-bottom-line {
  border-top: 1px solid #d3d3d3;
  width: 100%;
  padding: 10px 0;
}

.header-pan-bottom ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.header-pan-bottom ul li {
  display: inline-block;
  padding: 5px 8px 5px 8px;
  border-right: 1px solid #9f9f9f;
}
@media (min-width: 768px) {
  .header-pan-bottom ul li {
    padding: 5px 10px 5px 10px;
  }
}
.header-pan-bottom ul li:first-child {
  padding-left: 0;
}
.header-pan-bottom ul li:last-child {
  border-right: 0;
}
.header-pan-bottom ul li a {
  text-decoration: none;
  font-weight: 500;
  color: #9f9f9f;
  font-size: 1.1rem;
}
@media (min-width: 768px) {
  .header-pan-bottom ul li a {
    font-size: 1.3rem;
  }
}
@media (min-width: 992px) {
  .header-pan-bottom ul li a {
    font-size: 1.4rem;
  }
}
.header-pan-bottom ul li a:hover {
  text-decoration: underline;
}
.header-pan-bottom span {
  display: inline-block;
  font-size: 1.1rem;
  font-weight: 300;
  margin: 0;
  color: #373737;
}
@media (min-width: 768px) {
  .header-pan-bottom span {
    font-size: 1.3rem;
  }
}
@media (min-width: 992px) {
  .header-pan-bottom span {
    font-size: 1.4rem;
  }
}

.header-pan-line {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 28px;
  height: 2px;
  background-color: #a6913f;
}
@media (min-width: 768px) {
  .header-pan-line {
    bottom: 40px;
  }
}
@media (min-width: 992px) {
  .header-pan-line {
    bottom: 50px;
  }
}

.job-box-title {
  margin-bottom: 50px;
  position: relative;
  display: flex;
  align-items: center;
}
.job-box-title:after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background-color: #cecece;
  display: block;
  margin-left: 30px;
}
@media (min-width: 768px) {
  .job-box-title:after {
    margin-left: 50px;
  }
}
@media (min-width: 768px) {
  .job-box-title {
    margin-bottom: 30px;
  }
}
.job-box-title h3 {
  font-size: 2.3rem;
  color: #373737;
  letter-spacing: .1em;
  position: relative;
  font-weight: 400;
  border-top: solid 5px #fff;
}
.job-box-title h3:after {
  position: absolute;
  content: " ";
  display: block;
  border-top: solid 5px #748e47;
  top: -5px;
  width: 20%;
}
@media (min-width: 768px) {
  .job-box-title h3 {
    font-size: 2.5rem;
    padding: 10px 40px 10px 0px;
  }
}
@media (min-width: 992px) {
  .job-box-title h3 {
    font-size: 3.0rem;
  }
}
@media (min-width: 1200px) {
  .job-box-title h3 {
    font-size: 3.5rem;
  }
}

.job-info {
  width: 100%;
  margin-bottom: 80px;
}
@media (min-width: 550px) {
  .job-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.job-info .job-tag {
  margin-bottom: 20px;
}
@media (min-width: 550px) {
  .job-info .job-tag {
    margin-bottom: 0;
  }
}
.job-info .job-tag span {
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .job-info .job-tag span {
    font-size: 1.7rem;
  }
}

.pre-entry {
  margin-bottom: 200px;
}
@media (min-width: 768px) {
  .pre-entry p {
    text-align: center;
  }
}

.pre-entry-contact {
  text-align: center;
  display: block;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .pre-entry-contact {
    width: 350px;
  }
}
.pre-entry-contact a {
  border: 1px solid #dfb647;
  background-color: #dfb647;
  display: block;
  padding: 20px 30px;
  font-size: 1.8rem;
  line-height: 1.6;
  color: #fff;
  width: 100%;
  font-weight: 500;
  transition: .3s;
}
.pre-entry-contact a:hover {
  background-color: #fff;
  color: #dfb647;
}
@media (min-width: 568px) {
  .pre-entry-contact a {
    font-size: 1.8rem;
  }
}
@media (min-width: 768px) {
  .pre-entry-contact a {
    font-size: 1.8rem;
  }
}
@media (min-width: 992px) {
  .pre-entry-contact a {
    font-size: 2.3rem;
  }
}

.container-1 {
  width: 100%;
  background: linear-gradient(76deg, #75beb5, #cce9fc, #a1c8e7);
  padding: 5px;
  margin-bottom: 100px;
}

.contents-1 {
  padding: 50px;
}
.contents-1 .recruitmentinfo {
  font-size: clamp(3rem, 5vw, 5rem);
  font-weight: 300;
  color: #373737;
  display: block;
  text-align: center;
  margin-bottom: 50px;
}
.contents-1 .recruitmentinfo .rec {
  font-weight: 500;
}
.contents-1 .recruitmentinfo p {
  font-size: 1.5rem;
  margin: 10px 0 0 0;
}

.container-2 {
  width: 100%;
  background: linear-gradient(76deg, #75beb5, #cce9fc, #a1c8e7);
  padding: 8px;
  margin-bottom: 100px;
}

.contents-2 {
  background: #fff;
  padding: 30px;
}
@media (min-width: 768px) {
  .contents-2 {
    padding: 50px;
  }
}
.contents-2 .recruitmentinfo {
  font-size: clamp(3rem, 5vw, 5rem);
  font-weight: 300;
  color: #373737;
  display: block;
  margin-bottom: 50px;
  text-align: center;
}
.contents-2 .recruitmentinfo .rec {
  font-weight: 500;
}
.contents-2 .recruitmentinfo p {
  font-size: 1.5rem;
  margin: 10px 0 0 0;
}

.interview-header {
  position: relative;
  margin-bottom: 120px;
  margin-left: -20px;
  margin-right: -20px;
}
@media (min-width: 768px) {
  .interview-header {
    width: 100%;
    margin-bottom: 200px;
  }
}
.interview-header img {
  width: calc(100% + 40px);
  margin-right: -20px;
  z-index: -10;
  position: relative;
}
@media (min-width: 768px) {
  .interview-header img {
    width: 90%;
    margin-left: 10%;
  }
}
.interview-header .interview-header-text {
  position: absolute;
  bottom: -20%;
  right: 0;
  width: 82%;
  background-color: #75beb5;
  padding: 10px 20px;
  z-index: 1;
}
@media (min-width: 768px) {
  .interview-header .interview-header-text {
    left: 0;
    bottom: 80px;
    width: 650px;
    padding: 10px 50px;
  }
}
.interview-header .interview-header-text h3 {
  color: #fff;
  line-height: 1.6;
  font-size: 1.7rem;
  font-weight: 500;
  margin: 0;
}
@media (min-width: 768px) {
  .interview-header .interview-header-text h3 {
    font-size: 3.2rem;
  }
}
.interview-header .interview-header-name {
  position: absolute;
  top: -80px;
  left: 0;
  background-color: #fff;
  border-radius: 100vh;
  padding: 10px;
  width: 160px;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: -1;
}
@media (min-width: 768px) {
  .interview-header .interview-header-name {
    left: 0;
    right: auto;
    top: 200px;
    padding: 30px;
    width: 300px;
    height: 300px;
  }
}
.interview-header .interview-header-name .interview-header-category {
  align-self: flex-start;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .interview-header .interview-header-name .interview-header-category {
    font-size: 1.8rem;
  }
}
.interview-header .interview-header-name .interview-header-group {
  align-self: flex-start;
  display: block;
  font-size: 1.2rem;
  line-height: 1.4;
  font-weight: 500;
  color: #373737;
  padding-bottom: 5px;
}
@media (min-width: 768px) {
  .interview-header .interview-header-name .interview-header-group {
    font-size: 1.4rem;
  }
}
.interview-header .interview-header-name .interview-header-year {
  align-self: flex-start;
  display: inline-block;
  color: #373737;
  line-height: 1.6;
  font-size: 1.2rem;
  font-weight: 400;
  margin: 0;
}
@media (min-width: 768px) {
  .interview-header .interview-header-name .interview-header-year {
    font-size: 1.8rem;
  }
}

.interview-box {
  width: 100%;
  gap: 50px;
  margin-bottom: 130px;
  display: flex;
  /* ここを追加 */
  flex-wrap: wrap;
  /* ここも追加 */
  flex-direction: column;
  /* モバイル時は縦並び */
}
@media (min-width: 768px) {
  .interview-box {
    flex-direction: row;
    /* PC時は横並び */
    justify-content: space-between;
  }
}
.interview-box.end {
  margin-bottom: 0;
}
.interview-box .interview-card {
  width: 100%;
}
.interview-box .interview-card.logo-etc {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .interview-box .interview-card {
    width: calc(100% / 2 - 50px);
  }
}
.interview-box .interview-card .interview-card-title {
  margin-bottom: 20px;
  padding-top: 50px;
  position: relative;
  letter-spacing: .2rem;
}
.interview-box .interview-card .interview-card-title span {
  font-size: 1.7rem;
  display: inline-block;
  line-height: 100%;
  background: linear-gradient(90deg, #75beb5, #b6d20a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-left: 80px;
  font-weight: 500;
}
.interview-box .interview-card h4 {
  margin-bottom: 30px;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .interview-box .interview-card h4 {
    font-size: 2.5rem;
  }
}
.interview-box .card-one {
  order: 0;
}
@media (min-width: 768px) {
  .interview-box .card-one {
    order: 1;
  }
}
.interview-box .card-two {
  order: 1;
}
@media (min-width: 768px) {
  .interview-box .card-two {
    order: 0;
  }
}

.no01:after {
  content: '01／';
  position: absolute;
  left: 0;
  bottom: 7px;
  font-size: 4.0rem;
  line-height: 100%;
  font-weight: 300;
  background: linear-gradient(90deg, #75beb5, #b6d20a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.no02:after {
  content: '02／';
  position: absolute;
  left: 0;
  bottom: 7px;
  font-size: 4.0rem;
  line-height: 100%;
  font-weight: 300;
  background: linear-gradient(90deg, #75beb5, #b6d20a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.no03:after {
  content: '03／';
  position: absolute;
  left: 0;
  bottom: 7px;
  font-size: 4.0rem;
  line-height: 100%;
  font-weight: 300;
  background: linear-gradient(90deg, #75beb5, #b6d20a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.no04:after {
  content: '04／';
  position: absolute;
  left: 0;
  bottom: 7px;
  font-size: 4.0rem;
  line-height: 100%;
  font-weight: 300;
  background: linear-gradient(90deg, #75beb5, #b6d20a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.no05:after {
  content: '05／';
  position: absolute;
  left: 0;
  bottom: 7px;
  font-size: 4.0rem;
  line-height: 100%;
  font-weight: 300;
  background: linear-gradient(90deg, #75beb5, #b6d20a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.interview-bg {
  background-color: #f0f0f0;
  width: 100%;
  padding: 100px 0 50px 0;
  margin-bottom: 200px;
}

.message {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 80px;
}

.message-title {
  width: calc(100% / 2);
  position: relative;
  display: flex;
  justify-content: flex-end;
}

.message-text {
  width: calc(100% / 2);
}
.message-text p {
  font-size: 1.7rem;
}

.message-title-bg {
  background-color: #f0f0f0;
  height: 500px;
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
}
@media (min-width: 1600px) {
  .message-title-bg {
    width: calc(100% - 100px);
  }
}
.message-title-bg h3 {
  font-family: "Zen Kurenaido", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3.5rem;
  position: absolute;
  bottom: 40px;
  right: 30px;
  display: block;
  text-align: right;
  line-height: 1.6;
  background: linear-gradient(90deg, #75beb5, #b6d20a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.message-box {
  width: 100%;
  margin-bottom: 100px;
}
@media (min-width: 768px) {
  .message-box {
    margin-bottom: 200px;
  }
}

.about-box-2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
}
.about-box-2 h3 {
  font-size: 3.0rem;
  font-weight: 500;
  line-height: 100%;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .about-box-2 h3 {
    font-size: 4.0rem;
  }
}
.about-box-2 .about-title {
  font-size: 1.6rem;
  font-weight: 500;
}
@media (min-width: 768px) {
  .about-box-2 .about-title {
    font-size: 2.3rem;
  }
}

.policy {
  width: 100%;
  background-color: #f0f0f0;
  padding: 30px;
}
@media (min-width: 768px) {
  .policy {
    width: calc(58% - 5px);
    padding: 50px;
  }
}
.policy .policy-main {
  margin-bottom: 40px;
}
.policy .policy-main p {
  font-size: 2.3rem;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .policy .policy-main p {
    font-size: 2.7rem;
  }
}
.policy .policy-main span {
  font-size: 1.4rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .policy .policy-main span {
    font-size: 1.6rem;
  }
}
.policy .policy-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
.policy .policy-box .policy-box-list {
  width: calc(100% / 2 - 10px);
  background-color: #fff;
  padding: 15px;
  text-align: center;
}
@media (min-width: 768px) {
  .policy .policy-box .policy-box-list {
    padding: 20px;
  }
}
.policy .policy-box .policy-box-list p {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .policy .policy-box .policy-box-list p {
    font-size: 1.9rem;
  }
}
.policy .policy-box .policy-box-list span {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .policy .policy-box .policy-box-list span {
    font-size: 1.5rem;
  }
}

.goal {
  width: 100%;
  background-color: #f0f0f0;
  padding: 30px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .goal {
    padding: 50px;
    width: calc(42% - 5px);
  }
}
.goal .goal-main {
  margin-top: auto;
  margin-bottom: auto;
}
.goal .goal-main p {
  font-size: 2.3rem;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .goal .goal-main p {
    font-size: 2.7rem;
  }
}
.goal .goal-main span {
  font-size: 1.2rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .goal .goal-main span {
    font-size: 1.4rem;
  }
}

.skill {
  width: 100%;
  background-color: #f0f0f0;
  padding: 30px;
}
@media (min-width: 768px) {
  .skill {
    padding: 50px;
    width: calc(100% / 2 - 5px);
  }
}
.skill .skill-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  position: relative;
}
.skill .skill-box .skill-box-list {
  width: calc(100% / 2 - 10px);
  background-color: #fff;
  padding: 15px;
  height: 200px;
}
@media (min-width: 768px) {
  .skill .skill-box .skill-box-list {
    padding: 20px;
  }
}
.skill .skill-box .skill-box-list p {
  font-size: 1.3rem;
  line-height: 1.5;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .skill .skill-box .skill-box-list p {
    font-size: 1.5rem;
  }
}
.skill .skill-box .skill-box-list-end {
  width: calc(100% / 2 - 10px);
  background-color: #fff;
  padding: 15px;
  height: 200px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .skill .skill-box .skill-box-list-end {
    padding: 20px;
  }
}
.skill .skill-box .skill-box-list-end p {
  margin-top: auto;
  font-size: 1.3rem;
  line-height: 1.5;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .skill .skill-box .skill-box-list-end p {
    font-size: 1.5rem;
  }
}
.skill .skill-box .skill-box-main {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #cbcbcb;
  width: 200px;
  height: 120px;
  border-radius: 100vw;
  display: flex;
  flex-direction: column;
  padding: 25px;
}
@media (min-width: 768px) {
  .skill .skill-box .skill-box-main {
    border-radius: 100vw;
    width: 240px;
    height: 240px;
  }
}
.skill .skill-box .skill-box-main h4 {
  font-size: 2.0rem;
  font-weight: 500;
  margin-top: auto;
  margin-bottom: auto;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .skill .skill-box .skill-box-main h4 {
    font-size: 2.5rem;
  }
}

.conduct {
  width: 100%;
  background-color: #f0f0f0;
  padding: 30px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .conduct {
    padding: 50px;
    width: calc(100% / 2 - 5px);
  }
}
.conduct .conduct-box {
  margin-top: auto;
  margin-bottom: auto;
}
.conduct .conduct-box .conduct-main p {
  font-size: 2.0rem;
  line-height: 1.5;
  margin-bottom: 30px;
}
.conduct .conduct-box ul li {
  font-size: 1.3rem;
  line-height: 1.5;
  margin-bottom: 10px;
  padding-left: 40px;
  position: relative;
}
@media (min-width: 768px) {
  .conduct .conduct-box ul li {
    font-size: 1.4rem;
  }
}
.conduct .conduct-box ul li:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 10px;
  height: 1px;
  background-color: #555;
  left: 0;
}

.about-title-l {
  text-align: left;
  margin-bottom: 50px;
}

.about-title-r {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .about-title-r {
    text-align: right;
  }
}

.about-box-1 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.home-text {
  width: 100%;
  margin-bottom: 30px;
}

.home-img {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}
.home-img .home-img-picture {
  width: 100%;
}
@media (min-width: 768px) {
  .home-img .home-img-picture {
    width: calc(100% / 2 - 30px);
  }
}
@media (min-width: 992px) {
  .home-img .home-img-picture {
    width: calc(100% / 4 - 30px);
  }
}
.home-img .home-img-picture img {
  width: 100%;
}

.access-text {
  width: 100%;
  margin-top: 30px;
}
@media (min-width: 992px) {
  .access-text {
    width: calc(50% - 30px);
  }
}

.access-img {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media (min-width: 992px) {
  .access-img {
    width: calc(50% - 30px);
  }
}
.access-img .access-img-picture img {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .access-img .access-img-picture img {
    margin-bottom: 0;
  }
}

.section-title {
  border-top: 1px solid #555;
  border-bottom: 1px solid #555;
  padding: 15px 0 15px 0;
}
.section-title .section-title-box {
  display: inline-block;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-left: 1px solid #555;
  border-right: 1px solid #555;
}
.section-title .section-title-box h3 {
  color: #373737;
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 100%;
  padding: 15px 30px 15px 30px;
}
@media (min-width: 768px) {
  .section-title .section-title-box h3 {
    border-right: 1px solid #555;
    font-size: 2.5rem;
  }
}
.section-title .section-title-box span {
  color: #b2b2b2;
  font-size: 1.2rem;
  line-height: 100%;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  padding: 0 0 0 30px;
}
@media (min-width: 768px) {
  .section-title .section-title-box span {
    font-size: 1.6rem;
  }
}

.section {
  border-top: 3px solid #555;
  border-bottom: 1px solid #555;
  padding: 5px 0;
  position: relative;
}
.section::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #555;
}

.support-box {
  width: 100%;
  margin: 15px 0 10px 0;
  border-left: 1px solid #555;
  border-right: 1px solid #555;
  padding: 60px 30px 0 30px;
}
@media (min-width: 768px) {
  .support-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.support-fullwidth {
  width: 100%;
}
.support-fullwidth p:last-child {
  margin-bottom: 0;
}

.support-1 {
  width: 100%;
}
@media (min-width: 768px) {
  .support-1 {
    width: calc(50% - 40px);
  }
}
.support-1 p:last-child {
  margin-bottom: 0;
}

.support-1-1 {
  width: 100%;
}
@media (min-width: 768px) {
  .support-1-1 {
    width: calc(50% - 40px);
  }
}

.support-2 {
  width: 100%;
}
@media (min-width: 768px) {
  .support-2 {
    width: calc(25% - 25px);
    border-right: 1px solid #555;
    padding-right: 60px;
  }
}

.support-2-1 {
  width: 100%;
}
@media (min-width: 768px) {
  .support-2-1 {
    width: calc(75% - 30px);
  }
}

.support-2-2 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
  border-top: 1px solid #555;
  padding-top: 80px;
  margin-top: 15px;
}

.support-2-2-1 {
  width: calc(100% / 2 - 15px);
}
@media (min-width: 768px) {
  .support-2-2-1 {
    width: calc(100% / 4 - 30px);
  }
}
.support-2-2-1 img {
  width: 100%;
}
.support-2-2-1 figcaption {
  font-size: 1.2rem;
  margin: 10px 0;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .support-2-2-1 figcaption {
    font-size: 1.4rem;
    margin: 10px;
  }
}

.support-3 {
  width: 100%;
}
@media (min-width: 768px) {
  .support-3 {
    width: calc(65% - 40px);
  }
}
.support-3 ul li {
  font-size: 1.5rem;
  margin-bottom: 15px;
  padding-left: 40px;
  line-height: 1.5;
  position: relative;
}
.support-3 ul li:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 10px;
  height: 1px;
  background-color: #555;
  left: 0;
}

.support-3-1 {
  width: 100%;
}
@media (min-width: 768px) {
  .support-3-1 {
    width: calc(35% - 40px);
  }
}

.support-3-2 {
  width: 100%;
  border-top: 1px solid #555;
  padding-top: 80px;
  margin-top: 15px;
}
.support-3-2 p:last-child {
  margin-bottom: 0;
}

.support-sub-topic {
  margin-bottom: 80px;
  text-align: center;
}
.support-sub-topic h4 {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 100%;
  margin-bottom: 20px;
}
.support-sub-topic span {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 100%;
  color: #838383;
}

.support-4 {
  width: 100%;
}
.support-4 p:last-child {
  margin-bottom: 0;
}

.support-4-sub {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  gap: 20px;
}

.support-4-subbox {
  width: 100%;
  background-color: #f0f0f0;
  padding: 20px;
}
@media (min-width: 768px) {
  .support-4-subbox {
    width: calc(100% / 4 - 20px);
    padding: 30px;
  }
}
.support-4-subbox p {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .support-4-subbox p {
    font-size: 1.6rem;
  }
}
.support-4-subbox p:last-child {
  margin-bottom: 0;
}

.support-5 {
  width: 100%;
}
@media (min-width: 768px) {
  .support-5 {
    width: calc(65% - 40px);
  }
}
.support-5 p:last-child {
  margin-bottom: 0;
}
.support-5 ul li {
  font-size: 1.5rem;
  margin-bottom: 15px;
  padding-left: 40px;
  line-height: 1.5;
  position: relative;
}
.support-5 ul li:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 10px;
  height: 1px;
  background-color: #555;
  left: 0;
}

.support-5-1 {
  width: 100%;
}
@media (min-width: 768px) {
  .support-5-1 {
    width: calc(35% - 40px);
  }
}

.support-6 {
  width: 100%;
  padding-top: 80px;
}
@media (min-width: 768px) {
  .support-6 {
    width: calc(51% - 20px);
    padding-right: 80px;
    border-right: 1px solid #555;
  }
}
.support-6 p:last-child {
  margin-bottom: 0;
}
.support-6 h4 {
  font-size: 2.0rem;
  font-weight: 500;
  line-height: 100%;
  margin-bottom: 30px;
}
.support-6 ul li {
  font-size: 1.5rem;
  margin-bottom: 15px;
  padding-left: 40px;
  line-height: 1.5;
  position: relative;
}
.support-6 ul li:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 10px;
  height: 1px;
  background-color: #555;
  left: 0;
}

.support-6-1 {
  width: 100%;
  padding-top: 80px;
}
@media (min-width: 768px) {
  .support-6-1 {
    width: calc(49% - 20px);
  }
}
.support-6-1 p:last-child {
  margin-bottom: 0;
}
.support-6-1 h4 {
  font-size: 2.0rem;
  font-weight: 500;
  line-height: 100%;
  margin-bottom: 30px;
}
.support-6-1 ul li {
  font-size: 1.5rem;
  margin-bottom: 15px;
  padding-left: 40px;
  line-height: 1.5;
  position: relative;
}
.support-6-1 ul li:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 10px;
  height: 1px;
  background-color: #555;
  left: 0;
}

.support-6-2 {
  width: 100%;
  border-bottom: 1px solid #555;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.support-6-2 p:last-child {
  margin-bottom: 0;
}

.support-7 {
  width: 100%;
  padding-top: 80px;
}
@media (min-width: 768px) {
  .support-7 {
    width: calc(100% / 3 - 30px);
    border-right: 1px solid #555;
    padding-right: 50px;
  }
}
.support-7:last-child {
  border-right: none;
  padding-right: 20px;
}
.support-7 p:last-child {
  margin-bottom: 0;
}
.support-7 h4 {
  font-size: 2.0rem;
  font-weight: 500;
  line-height: 100%;
  margin-bottom: 30px;
}
.support-7 ul li {
  font-size: 1.5rem;
  margin-bottom: 15px;
  padding-left: 40px;
  line-height: 1.5;
  position: relative;
}
.support-7 ul li:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 10px;
  height: 1px;
  background-color: #555;
  left: 0;
}

.support-7-1 {
  width: 100%;
  border-bottom: 1px solid #555;
  padding-bottom: 15px;
  margin-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.support-7-2 {
  width: 100%;
}
@media (min-width: 768px) {
  .support-7-2 {
    width: calc(54% - 60px);
    border-right: 1px solid #555;
    padding-right: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.support-7-2:last-child {
  border-right: none;
  padding-right: 0;
}

.support-7-2-text {
  width: 100%;
}
@media (min-width: 768px) {
  .support-7-2-text {
    width: calc(70% - 20px);
  }
}
.support-7-2-text p:last-child {
  margin-bottom: 0;
}

.support-7-2-img {
  width: 100%;
}
@media (min-width: 768px) {
  .support-7-2-img {
    width: calc(30% - 20px);
  }
}

.support-8 {
  width: calc(51% - 20px);
  border-right: 1px solid #555;
  padding-right: 80px;
  padding-top: 80px;
}
.support-8 p:last-child {
  margin-bottom: 0;
}
.support-8 h4 {
  font-size: 2.0rem;
  font-weight: 500;
  line-height: 100%;
  margin-bottom: 30px;
}
.support-8 ul li {
  font-size: 1.5rem;
  margin-bottom: 15px;
  padding-left: 40px;
  line-height: 1.5;
  position: relative;
}
.support-8 ul li:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 10px;
  height: 1px;
  background-color: #555;
  left: 0;
}

.support-8-1 {
  width: calc(49% - 20px);
  padding-top: 80px;
}
.support-8-1 p:last-child {
  margin-bottom: 0;
}
.support-8-1 h4 {
  font-size: 2.0rem;
  font-weight: 500;
  line-height: 100%;
  margin-bottom: 30px;
}
.support-8-1 ul li {
  font-size: 1.5rem;
  margin-bottom: 15px;
  padding-left: 40px;
  line-height: 1.5;
  position: relative;
}
.support-8-1 ul li:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 10px;
  height: 1px;
  background-color: #555;
  left: 0;
}

.support-8-2 {
  width: 100%;
  border-bottom: 1px solid #555;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.support-8-2 h4 {
  font-size: 2.0rem;
  font-weight: 500;
  line-height: 100%;
  margin-bottom: 30px;
}
.support-8-2 p:last-child {
  margin-bottom: 0;
}

.text-heading {
  font-size: 1.4rem;
  line-height: 1.5;
  color: #c99b38;
  margin-bottom: 15px;
  display: inline-block;
}
@media (min-width: 768px) {
  .text-heading {
    font-size: 1.6rem;
  }
}

.kaigoshokuin {
  background-color: #e88b8d;
  color: #fff;
  padding: 5px 10px;
}

.thorishokuin {
  background-color: #5e93a8;
  color: #fff;
  padding: 5px 10px;
}

.sodanin {
  background-color: #78b3a4;
  color: #fff;
  padding: 5px 10px;
}

.kangoshokuin {
  background-color: #e0c847;
  color: #fff;
  padding: 5px 10px;
}

.jimuin {
  background-color: #ef9b5c;
  color: #fff;
  padding: 5px 10px;
}

.seisoin {
  background-color: #a177b4;
  color: #fff;
  padding: 5px 10px;
}

.kinokunren {
  background-color: #83b9dd;
  color: #fff;
  padding: 5px 10px;
}

.kaigoin {
  background-color: #7b956c;
  color: #fff;
  padding: 5px 10px;
}

.tag-9999 {
  background-color: #c45468;
  color: #fff;
  padding: 5px 10px;
}

.tag-10000 {
  background-color: #875f45;
  color: #fff;
  padding: 5px 10px;
}

.tag-11111 {
  background-color: #d5b583;
  color: #fff;
  padding: 5px 10px;
}

.tag-122222 {
  background-color: #f3e5af;
  color: #fff;
  padding: 5px 10px;
}

.tag-13333 {
  background-color: #9ba94c;
  color: #fff;
  padding: 5px 10px;
}

.tag-144444 {
  backgound-color: #715b93;
  color: #fff;
  padding: 5px 10px;
}

.tag-155555 {
  background-color: #a9a9a9;
  color: #fff;
  padding: 5px 10px;
}

.logo-etc img {
  width: 15%;
}
@media (min-width: 768px) {
  .logo-etc img {
    width: 20%;
  }
}

@keyframes move {
  100% {
    transform: translate3d(0, 0, 1px) rotate(360deg);
  }
}
.background {
  position: relative;
  width: 100vw;
  height: 500px;
  top: 0;
  left: 0;
  background: #92c0dd;
  overflow: hidden;
}

.background span {
  width: 9vmin;
  height: 9vmin;
  border-radius: 9vmin;
  backface-visibility: hidden;
  position: absolute;
  animation: move;
  animation-duration: 38;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.background span:nth-child(0) {
  color: #d2839c;
  top: 32%;
  left: 72%;
  animation-duration: 39s;
  animation-delay: -6s;
  transform-origin: -11vw -18vh;
  box-shadow: -18vmin 0 2.260031506497735vmin currentColor;
}

.background span:nth-child(1) {
  color: #7eacdd;
  top: 61%;
  left: 49%;
  animation-duration: 35s;
  animation-delay: -1s;
  transform-origin: -11vw 17vh;
  box-shadow: -18vmin 0 3.0286063360194326vmin currentColor;
}

.background span:nth-child(2) {
  color: #ffffff;
  top: 64%;
  left: 97%;
  animation-duration: 67s;
  animation-delay: -75s;
  transform-origin: 0vw -19vh;
  box-shadow: 18vmin 0 2.505787149137744vmin currentColor;
}

.background span:nth-child(3) {
  color: #7eacdd;
  top: 22%;
  left: 70%;
  animation-duration: 89s;
  animation-delay: -32s;
  transform-origin: 17vw 19vh;
  box-shadow: 18vmin 0 2.4156395360495257vmin currentColor;
}

.background span:nth-child(4) {
  color: #ffffff;
  top: 62%;
  left: 37%;
  animation-duration: 110s;
  animation-delay: -58s;
  transform-origin: -13vw -21vh;
  box-shadow: -18vmin 0 2.5734387006593265vmin currentColor;
}

.background span:nth-child(5) {
  color: #7eacdd;
  top: 88%;
  left: 3%;
  animation-duration: 38s;
  animation-delay: -4s;
  transform-origin: 16vw 9vh;
  box-shadow: 18vmin 0 2.5646307672679853vmin currentColor;
}

.background span:nth-child(6) {
  color: #d2839c;
  top: 44%;
  left: 77%;
  animation-duration: 84s;
  animation-delay: -107s;
  transform-origin: 12vw -15vh;
  box-shadow: 18vmin 0 2.2520232881611078vmin currentColor;
}

.background span:nth-child(7) {
  color: #7eacdd;
  top: 29%;
  left: 9%;
  animation-duration: 110s;
  animation-delay: -51s;
  transform-origin: 7vw 19vh;
  box-shadow: 18vmin 0 2.8129943395393053vmin currentColor;
}

.background span:nth-child(8) {
  color: #7eacdd;
  top: 24%;
  left: 37%;
  animation-duration: 88s;
  animation-delay: -48s;
  transform-origin: 3vw -5vh;
  box-shadow: -18vmin 0 3.0412254512720245vmin currentColor;
}

.background span:nth-child(9) {
  color: #d2839c;
  top: 17%;
  left: 35%;
  animation-duration: 97s;
  animation-delay: -47s;
  transform-origin: -12vw 13vh;
  box-shadow: -18vmin 0 3.010673074586844vmin currentColor;
}

.background span:nth-child(10) {
  color: #ffffff;
  top: 91%;
  left: 12%;
  animation-duration: 27s;
  animation-delay: -32s;
  transform-origin: -11vw -3vh;
  box-shadow: 18vmin 0 3.1284943565515255vmin currentColor;
}

.background span:nth-child(11) {
  color: #d2839c;
  top: 28%;
  left: 66%;
  animation-duration: 75s;
  animation-delay: -77s;
  transform-origin: -2vw -16vh;
  box-shadow: -18vmin 0 3.056529473086818vmin currentColor;
}

.background span:nth-child(12) {
  color: #7eacdd;
  top: 24%;
  left: 64%;
  animation-duration: 23s;
  animation-delay: -59s;
  transform-origin: 20vw 0vh;
  box-shadow: -18vmin 0 2.4584401473749655vmin currentColor;
}

.background span:nth-child(13) {
  color: #7eacdd;
  top: 71%;
  left: 25%;
  animation-duration: 64s;
  animation-delay: -76s;
  transform-origin: -4vw -20vh;
  box-shadow: 18vmin 0 2.9414649963451582vmin currentColor;
}

.background span:nth-child(14) {
  color: #7eacdd;
  top: 82%;
  left: 92%;
  animation-duration: 95s;
  animation-delay: -80s;
  transform-origin: 2vw -13vh;
  box-shadow: 18vmin 0 2.863166348630263vmin currentColor;
}

.background span:nth-child(15) {
  color: #7eacdd;
  top: 57%;
  left: 35%;
  animation-duration: 114s;
  animation-delay: -27s;
  transform-origin: 0vw 17vh;
  box-shadow: -18vmin 0 3.2407145902129395vmin currentColor;
}

.background span:nth-child(16) {
  color: #7eacdd;
  top: 60%;
  left: 3%;
  animation-duration: 29s;
  animation-delay: -79s;
  transform-origin: -4vw -23vh;
  box-shadow: -18vmin 0 3.0608266146927208vmin currentColor;
}

.background span:nth-child(17) {
  color: #d2839c;
  top: 32%;
  left: 20%;
  animation-duration: 28s;
  animation-delay: -118s;
  transform-origin: 0vw -21vh;
  box-shadow: -18vmin 0 2.3135839077225144vmin currentColor;
}

.background span:nth-child(18) {
  color: #d2839c;
  top: 94%;
  left: 85%;
  animation-duration: 122s;
  animation-delay: -99s;
  transform-origin: -20vw -15vh;
  box-shadow: -18vmin 0 3.1523500452576414vmin currentColor;
}

.background span:nth-child(19) {
  color: #7eacdd;
  top: 18%;
  left: 69%;
  animation-duration: 92s;
  animation-delay: -50s;
  transform-origin: 12vw -6vh;
  box-shadow: -18vmin 0 3.089096075849498vmin currentColor;
}

.text-box {
  width: 100%;
  background-color: #fff;
  padding: 30px;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .text-box {
    padding: 40px;
  }
}
.text-box p {
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 30px;
}
.text-box p:last-child {
  margin-bottom: 0;
}
.text-box ul {
  margin-bottom: 30px;
}
.text-box ul li {
  font-size: 1.3rem;
  line-height: 1.5;
  margin-bottom: 10px;
  padding-left: 15px;
  position: relative;
}
@media (min-width: 768px) {
  .text-box ul li {
    font-size: 1.5rem;
    padding-left: 30px;
  }
}
.text-box ul li:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 10px;
  height: 1px;
  background-color: #555;
  left: 0;
}

.text-box-1 {
  width: 100%;
  background-color: #fff;
  padding: 30px;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .text-box-1 {
    padding: 40px;
  }
}
.text-box-1 p {
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 30px;
}
.text-box-1 p:last-child {
  margin-bottom: 0;
}
.text-box-1 ul {
  margin-bottom: 0;
}
.text-box-1 ul li {
  font-size: 1.3rem;
  line-height: 1.5;
  margin-bottom: 10px;
  padding-left: 10px;
  position: relative;
  list-style-type: square;
  margin: 0 0 0 20px;
}
@media (min-width: 768px) {
  .text-box-1 ul li {
    font-size: 1.6rem;
  }
}
.text-box-1 ul li:last-child {
  margin-bottom: 0;
}
.text-box-1 ul li a:hover {
  text-decoration: underline;
}

.service-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}

.service-section {
  width: 100%;
  background-color: #fff;
  padding: 40px;
  border-radius: 20px;
  margin-bottom: 90px;
}
@media (min-width: 768px) {
  .service-section {
    margin-bottom: 150px;
  }
}
.service-section:last-child {
  margin-bottom: 0;
}

.service-section-2 {
  width: 100%;
  background-color: #fff;
  padding: 40px;
  border-radius: 20px;
  margin-bottom: 90px;
}
@media (min-width: 768px) {
  .service-section-2 {
    width: calc(100% / 2 - 30px);
  }
}

.service-section-3 {
  width: 100%;
  background-color: #fff;
  padding: 40px;
  border-radius: 20px;
  margin-bottom: 90px;
}
@media (min-width: 768px) {
  .service-section-3 {
    width: calc(100% / 3 - 30px);
  }
}

.service-section {
  width: 100%;
  background-color: #fff;
  padding: 40px;
  border-radius: 20px;
  margin-bottom: 90px;
}
@media (min-width: 768px) {
  .service-section {
    margin-bottom: 150px;
  }
}
.service-section:last-child {
  margin-bottom: 0;
}

.service-text-1 {
  width: 100%;
}

.service-text-2 {
  width: 100%;
}
@media (min-width: 768px) {
  .service-text-2 {
    width: calc(70% - 30px);
  }
}
.service-text-2 ul {
  margin-bottom: 30px;
}
.service-text-2 ul li {
  font-size: 1.3rem;
  line-height: 1.5;
  margin-bottom: 10px;
  padding-left: 15px;
  position: relative;
  padding-bottom: 5px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .service-text-2 ul li {
    font-size: 1.6rem;
    padding-left: 30px;
  }
}
.service-text-2 ul li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.service-text-2 ul li a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 2px;
  background-color: #25799f;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}
.service-text-2 ul li a:hover::after {
  transform: scaleX(1);
}
.service-text-2 ul li::after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 10px;
  height: 1px;
  background-color: #555;
  left: 0;
}
.service-text-2 ul li span::after {
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  content: "\f0da";
  font-size: 80%;
  padding-left: 10px;
}

.service-text {
  width: 100%;
}
@media (min-width: 768px) {
  .service-text {
    width: calc(50% - 30px);
  }
}
.service-text ul {
  margin-bottom: 30px;
}
.service-text ul li {
  font-size: 1.3rem;
  line-height: 1.5;
  margin-bottom: 10px;
  padding-left: 15px;
  position: relative;
}
@media (min-width: 768px) {
  .service-text ul li {
    font-size: 1.5rem;
    padding-left: 30px;
  }
}
.service-text ul li:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 10px;
  height: 1px;
  background-color: #555;
  left: 0;
}

.service-text-full {
  width: 100%;
  margin-bottom: 30px;
}

.service-img-2 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .service-img-2 {
    width: calc(30% - 30px);
  }
}
.service-img-2 .service-img-picture img {
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .service-img-2 .service-img-picture img {
    margin-bottom: 0;
  }
}

.service-img {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .service-img {
    width: calc(50% - 30px);
  }
}
.service-img .service-img-picture img {
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .service-img .service-img-picture img {
    margin-bottom: 0;
  }
}

.service-img-3 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .service-img-3 {
    width: calc(100% / 3 - 30px);
  }
}
.service-img-3 .service-img-picture img {
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .service-img-3 .service-img-picture img {
    margin-bottom: 0;
  }
}

.service-title {
  margin: 0 auto 60px auto;
  text-align: center;
}
.service-title h4 {
  position: relative;
  display: inline-block;
  padding: 0 70px;
  color: #4e4a39;
  font-size: clamp(1.9rem, 3vw, 2.3rem);
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.3rem;
}
.service-title h4 br {
  display: none;
}
@media (min-width: 768px) {
  .service-title h4 br {
    display: block;
  }
}

.service-title h4::before {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 5px;
  border-top: solid 1px #a6913f;
  border-bottom: solid 1px #a6913f;
  left: 0;
}
.service-title h4::after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 5px;
  border-top: solid 1px #a6913f;
  border-bottom: solid 1px #a6913f;
  right: 0;
}

.service-section-line {
  height: 1px;
  background-color: #999;
  width: 100%;
  margin: 80px 0;
}

.service-text-sub {
  margin-bottom: 50px;
}
.service-text-sub:last-child {
  margin-bottom: 0;
}
.service-text-sub h5 {
  font-size: clamp(1.8rem, 3vw, 2rem);
  margin-bottom: 20px;
  color: #64abcb;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.schedule-section {
  width: 100%;
  padding: 25px 0 25px 25px;
  border-left: 5px solid #555;
}
@media (min-width: 768px) {
  .schedule-section {
    border-left: 10px solid #555;
    padding: 40px;
  }
}

.schedule-title {
  margin-bottom: 30px;
}
.schedule-title h4 {
  font-size: clamp(1.8rem, 3vw, 2.3rem);
  line-height: 1.5;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.3rem;
}

.schedule-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 70px;
}
.schedule-box:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .schedule-box {
    margin-bottom: 100px;
  }
}

.schedule-time {
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .schedule-time {
    width: calc(20% - 20px);
    margin-bottom: 0;
  }
}
.schedule-time span {
  position: relative;
  display: block;
  font-size: 2.0rem;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}
@media (min-width: 768px) {
  .schedule-time span {
    padding-top: 45px;
    font-size: 3.0rem;
  }
}
.schedule-time span:after {
  content: '';
  position: absolute;
  bottom: -10px;
  display: inline-block;
  width: 35%;
  height: 3px;
  background-color: #555;
  left: -20px;
}
@media (min-width: 768px) {
  .schedule-time span:after {
    width: 100%;
    height: 5px;
    bottom: -20px;
    left: -30px;
  }
}

.schedule-sub {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #fff;
  border-radius: 20px;
  padding: 25px;
}
@media (min-width: 768px) {
  .schedule-sub {
    width: calc(80% - 20px);
    padding: 40px;
  }
}

.schedule-text {
  width: 100%;
}
@media (min-width: 768px) {
  .schedule-text {
    width: calc(65% - 30px);
  }
}
.schedule-text p {
  font-size: 1.4rem;
}
.schedule-text p:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .schedule-text p {
    font-size: 1.7rem;
  }
}

.schedule-img {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .schedule-img {
    width: calc(35% - 30px);
  }
}
.schedule-img .schedule-img-picture img {
  width: 100%;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .schedule-img .schedule-img-picture img {
    margin-top: 0;
  }
}

.schedule-text-2 {
  width: 100%;
}
@media (min-width: 768px) {
  .schedule-text-2 {
    width: calc(30% - 20px);
  }
}
.schedule-text-2 p {
  font-size: 1.4rem;
}
.schedule-text-2 p:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .schedule-text-2 p {
    font-size: 1.7rem;
  }
}

.schedule-img-2 {
  width: 100%;
}
@media (min-width: 768px) {
  .schedule-img-2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: calc(70% - 20px);
  }
}
.schedule-img-2 .schedule-img-picture {
  width: 100%;
}
@media (min-width: 768px) {
  .schedule-img-2 .schedule-img-picture {
    width: calc(50% - 20px);
  }
}
.schedule-img-2 .schedule-img-picture img {
  width: 100%;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .schedule-img-2 .schedule-img-picture img {
    margin-top: 0;
  }
}

.contact-bg {
  width: 100%;
  background-color: #64abcb;
  background-image: url("https://www.transparenttextures.com/patterns/60-lines.png");
  /* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
  border-radius: 20px;
  padding: 60px 30px 30px 30px;
}
@media (min-width: 768px) {
  .contact-bg {
    padding: 60px;
  }
}

.contact-title {
  margin-bottom: 60px;
  text-align: center;
}
.contact-title h4 {
  font-weight: 500;
  text-align: center;
  color: #fff;
  margin-bottom: 10px;
  font-size: clamp(1.8rem, 3vw, 2.3rem);
}
.contact-title span {
  display: inline-block;
  font-size: clamp(1.3rem, 3vw, 1.5rem);
  font-weight: 500;
  text-align: center;
  color: #fff;
}

.contact-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.contact-box-1 {
  width: 100%;
  border: 2px solid #fff;
  border-radius: 20px;
  padding: 30px;
  text-align: center;
  margin-bottom: 30px;
}
@media (min-width: 900px) {
  .contact-box-1 {
    width: calc(50% - 30px);
    margin-bottom: 0;
    padding: 25px;
  }
}
@media (min-width: 992px) {
  .contact-box-1 {
    padding: 45px;
  }
}
.contact-box-1 .contact-text-1 {
  font-size: 1.3rem;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .contact-box-1 .contact-text-1 {
    font-size: 1.6rem;
  }
}
.contact-box-1 .contact-text-2 {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 10px;
  font-family: "Montserrat", sans-serif;
}
@media (min-width: 768px) {
  .contact-box-1 .contact-text-2 {
    font-size: 3.3rem;
  }
}
@media (min-width: 900px) {
  .contact-box-1 .contact-text-2 {
    font-size: 3.3rem;
  }
}
@media (min-width: 992px) {
  .contact-box-1 .contact-text-2 {
    font-size: 3.8rem;
  }
}
.contact-box-1 .contact-text-2 a {
  color: #fff;
}
.contact-box-1 .contact-text-3 {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .contact-box-1 .contact-text-3 {
    font-size: 1.7rem;
  }
}
.contact-box-1 .contact-text-4 {
  font-size: 1.3rem;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .contact-box-1 .contact-text-4 {
    font-size: 1.6rem;
  }
}

.contact-box-2 {
  width: 100%;
}
@media (min-width: 900px) {
  .contact-box-2 {
    width: calc(50% - 30px);
  }
}

.access-page a {
  border: 2px solid #fff;
  position: relative;
  padding: 15px 20px;
  display: inline-block;
  font-size: 1.1rem;
  border-radius: 100vh;
  color: #fff;
  transition: .3s;
  width: 100%;
}
@media (min-width: 768px) {
  .access-page a {
    width: 245px;
  }
}
@media (min-width: 992px) {
  .access-page a {
    font-size: 1.4rem;
  }
}
.access-page a:hover {
  background-color: #fff;
  color: #25799f;
  font-weight: 500;
}

.access-page a:after {
  content: "";
  position: absolute;
  top: 55%;
  bottom: 0;
  right: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  height: 1px;
  background: #fff;
  width: 20px;
}
@media (min-width: 768px) {
  .access-page a:after {
    right: 17px;
    width: 20px;
  }
}

.access-page a:before {
  content: '';
  position: absolute;
  bottom: 20px;
  right: 15px;
  width: 10px;
  height: 1px;
  background: #fff;
  transform: rotate(35deg);
  transition: right 0.3s;
}
@media (min-width: 768px) {
  .access-page a:before {
    bottom: 21px;
    right: 15px;
    width: 10px;
  }
}

.access-page a:hover:after {
  right: 7px;
  background: #25799f;
}
@media (min-width: 768px) {
  .access-page a:hover:after {
    right: 7px;
  }
}

.access-page a:hover:before {
  right: 7px;
  background: #25799f;
}
@media (min-width: 768px) {
  .access-page a:hover:before {
    right: 7px;
  }
}

a.learn-more {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
  width: 170px;
  height: 4.0rem;
}
a.learn-more .circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 4rem;
  height: 4rem;
  background: #e6ae5b;
  border-radius: 2rem;
}
a.learn-more .circle .icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}
a.learn-more .circle .icon.arrow {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 0.9rem;
  width: 1.5rem;
  height: 0.2rem;
  background: none;
}
a.learn-more .circle .icon.arrow::before {
  position: absolute;
  content: '';
  top: -0.3rem;
  right: 0.1rem;
  width: 0.8rem;
  height: 0.8rem;
  border-top: 0.2rem solid #fff;
  border-right: 0.2rem solid #fff;
  transform: rotate(45deg);
}
a.learn-more .button-text {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1rem 0;
  margin: 0 0 0 3.0rem;
  color: #e6ae5b;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
}
a.learn-more:hover .circle {
  width: 100%;
}
a.learn-more:hover .circle .icon.arrow {
  background: #fff;
  transform: translate(1.5rem, 0);
}
a.learn-more:hover .button-text {
  color: #fff;
}

.banner {
  display: none;
  z-index: 99998;
}
@media (min-width: 1600px) {
  .banner {
    display: block;
    position: fixed;
    margin: 0px;
    bottom: 20px;
    right: 20px;
  }
}

.banner-icon {
  color: #f8f8f8;
  font-size: 40px;
}
@media (max-width: 768px) {
  .banner-icon {
    font-size: 28px;
  }
}

.banner-back {
  width: 230px;
  background-color: #fff;
  border-radius: 25px;
}
@media (max-width: 768px) {
  .banner-back {
    width: 100%;
    margin: 0px;
    border-radius: 0px;
    box-shadow: none;
  }
}

.banner-close {
  font-weight: bold;
  position: absolute;
  top: -15px;
  right: -6px;
  z-index: 99999;
  padding: 4px 9px;
  border: none;
  background-color: #555;
  border-radius: 50vh;
  cursor: pointer;
  color: #fff;
  font-size: 2.2rem;
}
@media (max-width: 768px) {
  .banner-close {
    top: -20px;
    right: 7px;
  }
}

.br-s-gt br {
  display: none;
}
@media (min-width: 375px) {
  .br-s-gt br {
    display: block !important;
  }
}

.br-md-gt br {
  display: none;
}
@media (min-width: 768px) {
  .br-md-gt br {
    display: block !important;
  }
}

.br-lg-gt br {
  display: none;
}
@media (min-width: 992px) {
  .br-lg-gt br {
    display: block !important;
  }
}

.br-xl-gt br {
  display: none;
}
@media (min-width: 1200px) {
  .br-xl-gt br {
    display: block !important;
  }
}

.br-s-lt br {
  display: block;
}
@media (min-width: 374px) {
  .br-s-lt br {
    display: none !important;
  }
}

.br-md-lt br {
  display: block;
}
@media (min-width: 767px) {
  .br-md-lt br {
    display: none !important;
  }
}

.br-lg-lt br {
  display: block;
}
@media (min-width: 991px) {
  .br-lg-lt br {
    display: none !important;
  }
}

.br-xl-lt br {
  display: block;
}
@media (min-width: 1199px) {
  .br-xl-lt br {
    display: none !important;
  }
}

.box-1 {
  padding: 10px 10px;
  background-color: #f4f4f4;
  border-radius: 10px;
  z-index: -100;
}
@media (min-width: 768px) {
  .box-1 {
    padding: 30px;
  }
}

.box-2 {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px 30px 5px 30px;
}

.box-3 {
  padding: 20px 15px;
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 40px;
  box-shadow: 7px 7px 14px #c4bcab, -7px -7px 14px #f0e9db;
}
.box-3:hover {
  box-shadow: 0 0 2px #a0b4b9;
}
@media (min-width: 768px) {
  .box-3 {
    padding: 30px;
    margin-bottom: 10px;
  }
}

.box-4 {
  padding: 20px;
  border-radius: 10px;
  border: 3px solid #2a2a2a;
}
@media (min-width: 768px) {
  .box-4 {
    padding: 80px 0 30px 0;
  }
}

.btn-sub {
  font-size: 1.3rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
  color: #373737;
}
@media (min-width: 768px) {
  .btn-sub {
    font-size: 1.5rem;
  }
}

.btn-sub:before {
  margin-right: 1rem;
  content: '＼';
}

.btn-sub:after {
  margin-left: 1rem;
  content: '／';
}

.button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 20px;
  transition: 0.3s ease-in-out;
  border-top: 1px solid #627990;
  border-bottom: 1px solid #627990;
  position: relative;
  background-color: #deedee;
}
@media (min-width: 768px) {
  .button {
    padding: 20px 20px 20px 15px;
  }
}
.button p {
  display: block;
  width: calc(100% - 40px);
}
.button:hover {
  background: #627990;
}
.button:hover p {
  color: #FFF;
}
.button:hover .arrow1 {
  border: 2px solid #fff;
  right: -10px;
}
.button:hover .arrow1::before {
  background-color: #fff;
}
.button:hover .arrow1::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.button p {
  color: #627990;
  font-size: 1.5rem;
  margin: 0;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .button p {
    font-size: 1.6rem;
    font-weight: 500;
  }
}

.arrow1 {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  right: 0;
  box-sizing: border-box;
  border-radius: 50%;
  border: 2px solid #627990;
  transition: all .1s ease-in-out .0s;
}
@media (min-width: 768px) {
  .arrow1 {
    width: 25px;
    height: 25px;
  }
}

.arrow1::before {
  content: "";
  position: absolute;
  top: 0;
  right: 1px;
  bottom: 0;
  left: 0;
  width: 10px;
  height: 2px;
  margin: auto;
  background-color: #627990;
  transition: all .1s ease-in-out .0s;
}
@media (min-width: 768px) {
  .arrow1::before {
    width: 13px;
  }
}

.arrow1::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(50% - 3px);
  width: 5px;
  height: 5px;
  margin: auto;
  border-top: 2px solid #627990;
  border-right: 2px solid #627990;
  transform: rotate(45deg);
  transition: all .1s ease-in-out .0s;
}
@media (min-width: 768px) {
  .arrow1::after {
    width: 9px;
    height: 9px;
  }
}

.view-button {
  display: flex;
  justify-content: center;
  align-items: center;
}
.view-button a {
  color: #58626c;
  font-size: 1.5rem;
  margin: 0;
  line-height: 0;
  width: 100%;
  padding: 15px 20px;
  transition: 0.3s ease-in-out;
  border: 1px solid #58626c;
  background-color: #fff;
  text-align: center;
  position: relative;
}
@media (min-width: 768px) {
  .view-button a {
    padding: 30px 20px;
    width: 250px;
    font-size: 1.8rem;
  }
}
.view-button a::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -6px;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #58626c;
}
@media (min-width: 768px) {
  .view-button a::before {
    bottom: -8px;
  }
}
.view-button a:hover {
  color: #fff;
  background: #58626c;
}

.button1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 20px;
  transition: 0.3s ease-in-out;
  border-top: 1px solid #58626c;
  border-bottom: 1px solid #58626c;
  position: relative;
  background-color: #fff;
  white-space: normal;
}
@media (min-width: 768px) {
  .button1 {
    padding: 20px 20px;
    width: 65%;
  }
}
@media (min-width: 992px) {
  .button1 {
    width: 55%;
  }
}
.button1:hover {
  background: #58626c;
}
.button1:hover p {
  color: #FFF;
}
.button1:hover .arrow1 {
  border: 1px solid #fff;
  right: -10px;
}
.button1:hover .arrow1::before {
  background-color: #fff;
}
.button1:hover .arrow1::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.button1::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -6px;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #58626c;
}
@media (min-width: 768px) {
  .button1::before {
    bottom: -8px;
  }
}
.button1 p {
  color: #58626c;
  font-size: 1.5rem;
  margin: 0;
  line-height: 0;
}
@media (min-width: 768px) {
  .button1 p {
    font-size: 1.7rem;
  }
}

.button2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 20px;
  transition: 0.3s ease-in-out;
  border-top: 1px solid #58626c;
  border-bottom: 1px solid #58626c;
  position: relative;
  background-color: #58626c;
  white-space: normal;
}
@media (min-width: 768px) {
  .button2 {
    padding: 20px 20px;
    width: 65%;
  }
}
@media (min-width: 992px) {
  .button2 {
    width: 55%;
  }
}
.button2 .arrow1 {
  border: 1px solid #fff;
}
.button2 .arrow1::before {
  background-color: #fff;
}
.button2 .arrow1::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.button2:hover {
  background: #fff;
}
.button2:hover p {
  color: #58626c;
}
.button2:hover .arrow1 {
  border: 1px solid #58626c;
  right: -10px;
}
.button2:hover .arrow1::before {
  background-color: #58626c;
}
.button2:hover .arrow1::after {
  border-top: 1px solid #58626c;
  border-right: 1px solid #58626c;
}
.button2::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -6px;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #58626c;
}
@media (min-width: 768px) {
  .button2::before {
    bottom: -8px;
  }
}
.button2 p {
  color: #fff;
  font-size: 1.5rem;
  margin: 0;
  line-height: 0;
}
@media (min-width: 768px) {
  .button2 p {
    font-size: 1.7rem;
  }
}

.button-1 a {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: auto;
  width: 100%;
  padding: 15px 0;
  text-decoration: none;
  color: #333;
  transition: 0.3s ease-in-out;
  font-weight: 400;
  font-size: 1.7rem;
  border: 2px solid #c9a100;
  color: #fff;
  background: linear-gradient(to right, #c9a100 50%, #fff 50%);
  background-size: 200% auto;
}
@media (min-width: 768px) {
  .button-1 a {
    font-size: 2.0rem;
    padding: 25px 25px;
  }
}

.button-1 a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  height: 2px;
  background: #fff;
  width: 30px;
}
@media (min-width: 768px) {
  .button-1 a:after {
    right: 20px;
    width: 50px;
  }
}

.button-1 a:hover:after {
  background: #c9a100;
  right: -10px;
}
@media (min-width: 768px) {
  .button-1 a:hover:after {
    right: -25px;
  }
}

.button-1 a:before {
  content: "";
  position: absolute;
  right: -8px;
  bottom: -8px;
  width: 100%;
  height: 100%;
  border-right: 2px solid #c9a100;
  border-bottom: 2px solid #c9a100;
}

.button-1 a:hover {
  color: #c9a100;
  background-position: -100% 0;
}

.button-2 a {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: auto;
  width: 100%;
  padding: 15px 0;
  text-decoration: none;
  color: #333;
  transition: 0.3s ease-in-out;
  font-weight: 400;
  font-size: 1.7rem;
  border: 2px solid #719c8b;
  color: #fff;
  background: linear-gradient(to right, #719c8b 50%, #fff 50%);
  background-size: 200% auto;
}
@media (min-width: 768px) {
  .button-2 a {
    font-size: 2.0rem;
    padding: 25px 25px;
  }
}

.button-2 a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  height: 2px;
  background: #fff;
  width: 30px;
}
@media (min-width: 768px) {
  .button-2 a:after {
    right: 20px;
    width: 50px;
  }
}

.button-2 a:hover:after {
  background: #719c8b;
  right: -10px;
}
@media (min-width: 768px) {
  .button-2 a:hover:after {
    right: -25px;
  }
}

.button-2 a:before {
  content: "";
  position: absolute;
  right: -8px;
  bottom: -8px;
  width: 100%;
  height: 100%;
  border-right: 2px solid #719c8b;
  border-bottom: 2px solid #719c8b;
}

.button-2 a:hover {
  color: #719c8b;
  background-position: -100% 0;
}

.button-3 a {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: auto;
  width: 100%;
  padding: 15px 0;
  text-decoration: none;
  color: #333;
  transition: 0.3s ease-in-out;
  font-weight: 600;
  font-size: 1.7rem;
  border: 2px solid #5b72a2;
  color: #fff;
  background: linear-gradient(to right, #5b72a2 50%, #fff 50%);
  background-size: 200% auto;
}
@media (min-width: 768px) {
  .button-3 a {
    font-size: 2.0rem;
    padding: 25px 25px;
  }
}

.button-3 a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  height: 2px;
  background: #fff;
  width: 30px;
}
@media (min-width: 768px) {
  .button-3 a:after {
    right: 20px;
    width: 50px;
  }
}

.button-3 a:hover:after {
  background: #5b72a2;
  right: -10px;
}
@media (min-width: 768px) {
  .button-3 a:hover:after {
    right: -25px;
  }
}

.button-3 a:before {
  content: "";
  position: absolute;
  right: -8px;
  bottom: -8px;
  width: 100%;
  height: 100%;
  border-right: 2px solid #5b72a2;
  border-bottom: 2px solid #5b72a2;
}

.button-3 a:hover {
  color: #5b72a2;
  background-position: -100% 0;
}

.button-4 a {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: auto;
  width: 100%;
  padding: 15px 0;
  text-decoration: none;
  color: #333;
  transition: 0.3s ease-in-out;
  font-weight: 400;
  font-size: 1.7rem;
  border: 2px solid #719c8b;
  color: #fff;
  background: linear-gradient(to right, #719c8b 50%, #fff 50%);
  background-size: 200% auto;
}
@media (min-width: 768px) {
  .button-4 a {
    font-size: 2.0rem;
    padding: 25px 25px;
  }
}

.button-4 a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  height: 2px;
  background: #fff;
  width: 30px;
}
@media (min-width: 768px) {
  .button-4 a:after {
    right: 20px;
    width: 50px;
  }
}

.button-4 a:hover:after {
  background: #719c8b;
  right: -10px;
}
@media (min-width: 768px) {
  .button-4 a:hover:after {
    right: -25px;
  }
}

.button-4 a:before {
  content: "";
  position: absolute;
  right: -8px;
  bottom: -8px;
  width: 100%;
  height: 100%;
  border-right: 2px solid #719c8b;
  border-bottom: 2px solid #719c8b;
}

.button-4 a:hover {
  color: #719c8b;
  background-position: -100% 0;
}

.tag-1 {
  color: #6491b3;
  margin-right: 33px;
  white-space: nowrap;
  font-weight: 500;
  position: relative;
}
.tag-1:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 10px;
  height: 1px;
  background-color: #6491b3;
  right: -18px;
}

.tag-2 {
  background-color: #d89b09;
  color: #fff;
  padding: 1px 10px;
  margin-right: 10px;
  border-radius: 2px;
  white-space: nowrap;
  font-weight: 500;
}

.tag-3 {
  background-color: #7ecef4;
  color: #fff;
  padding: 2px 10px;
  margin-right: 10px;
  border-radius: 2px;
  white-space: nowrap;
  font-weight: 500;
}

.tag-4 {
  background-color: #f29b76;
  color: #fff;
  padding: 2px 10px;
  margin-right: 10px;
  border-radius: 2px;
  white-space: nowrap;
  font-weight: 500;
}

.db-sm-gt {
  display: none;
}
@media (min-width: 576px) {
  .db-sm-gt {
    display: block !important;
  }
}

.db-md-gt {
  display: none;
}
@media (min-width: 768px) {
  .db-md-gt {
    display: block !important;
  }
}

.db-lg-gt {
  display: none;
}
@media (min-width: 992px) {
  .db-lg-gt {
    display: block !important;
  }
}

.db-xl-gt {
  display: none;
}
@media (min-width: 1200px) {
  .db-xl-gt {
    display: block !important;
  }
}

.db-sm-lt {
  display: block;
}
@media (min-width: 575px) {
  .db-sm-lt {
    display: none !important;
  }
}

.db-md-lt {
  display: block;
}
@media (min-width: 767px) {
  .db-md-lt {
    display: none !important;
  }
}

.db-lg-lt {
  display: block;
}
@media (min-width: 991px) {
  .db-lg-lt {
    display: none !important;
  }
}

.db-xl-lt {
  display: block;
}
@media (min-width: 1199px) {
  .db-xl-lt {
    display: none !important;
  }
}

.terms-page ul {
  margin-left: 10px;
}
@media (min-width: 768px) {
  .terms-page ul {
    margin-left: 30px;
  }
}
.terms-page ul > li {
  margin-bottom: 30px;
}
.terms-page h4 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-left: 10px;
}

.terms-section {
  margin-top: 80px;
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.terms-section:after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background-color: #555;
  display: block;
  margin-left: 20px;
}
@media (min-width: 768px) {
  .terms-section:after {
    margin-left: 30px;
  }
}
.terms-section h3 {
  font-size: 1.6rem;
  font-weight: 400;
  color: #000;
}
@media (min-width: 768px) {
  .terms-section h3 {
    font-size: 1.9rem;
  }
}
@media (min-width: 992px) {
  .terms-section h3 {
    font-size: 2.0rem;
  }
}
@media (min-width: 1200px) {
  .terms-section h3 {
    font-size: 2.3rem;
  }
}

.para-wall-title {
  width: 250px;
  position: absolute;
  top: 220px;
  left: 50%;
  margin: 0 auto;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  background-color: #fff;
  text-align: center;
  padding: 15px 0 30px 0;
  border-radius: 10px 10px 0 0;
}
@media (min-width: 768px) {
  .para-wall-title {
    top: 270px;
    width: 350px;
  }
}
@media (min-width: 992px) {
  .para-wall-title {
    transform: translateY(-50%) translateX(0);
    -webkit-transform: translateY(-50%) translateX(0);
    width: 51%;
    padding: 50px 20px;
    left: 0;
    top: 320px;
    margin: 0;
    border-radius: 0;
  }
}
@media (min-width: 1200px) {
  .para-wall-title {
    top: 420px;
    padding: 60px 20px;
    width: 48%;
  }
}
.para-wall-title img {
  width: 100px;
}

.para-wall-title-1 {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 60px;
}
@media (min-width: 1200px) {
  .para-wall-title-1 {
    margin-bottom: 100px;
  }
}
.para-wall-title-1 img {
  width: 150px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .para-wall-title-1 img {
    width: 200px;
  }
}

.para-wall-title-2 {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 60px;
}
@media (min-width: 1200px) {
  .para-wall-title-2 {
    margin-bottom: 100px;
  }
}
.para-wall-title-2 img {
  width: 30px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .para-wall-title-2 img {
    width: 40px;
  }
}

.para-wall-title-3 {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 60px;
}
@media (min-width: 1200px) {
  .para-wall-title-3 {
    margin-bottom: 100px;
  }
}
.para-wall-title-3 img {
  width: 80px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .para-wall-title-3 img {
    width: 110px;
  }
}

.map {
  width: 100%;
  height: 300px;
}
@media (min-width: 768px) {
  .map {
    height: 400px;
  }
}

.faq-box {
  margin-bottom: 50px;
}
.faq-box ul {
  width: 100%;
}
.faq-box li {
  font-size: 1.7rem;
  padding: 10px;
  margin-bottom: 50px;
  background-color: #f8f8f8;
  box-shadow: 5px 5px #f0f0f0;
  border-radius: 10px;
  padding: 20px;
}
@media (min-width: 768px) {
  .faq-box li {
    font-size: 2.0rem;
    margin-bottom: 60px;
  }
}
.faq-box h3 {
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 20px;
  color: #333;
  padding-left: 35px;
}
.faq-box h3:before {
  font-weight: 500;
  content: "Q.";
  font-size: 2.5rem;
  color: #18429f;
  float: left;
  margin-top: -8px;
  margin-left: -40px;
}
@media (min-width: 768px) {
  .faq-box h3 {
    font-size: 2.0rem;
    margin-bottom: 30px;
  }
}
.faq-box ul li ul li {
  font-size: 1.5rem;
  line-height: 1.6;
  box-shadow: none;
  border-radius: 0;
  padding: 0 0 0 10px;
}
.faq-box ul li ul li::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: bold;
  content: "\f061";
  font-size: 2.3rem;
  color: #e47789;
  float: left;
  margin-top: -5px;
  margin-left: -37px;
  height: 0;
}
@media (min-width: 768px) {
  .faq-box ul li ul li {
    font-size: 1.6rem;
    margin: 0;
  }
}

.p-mb-off {
  margin-bottom: 0;
}

.page-mb {
  margin-bottom: 90px;
}
@media (min-width: 768px) {
  .page-mb {
    margin-bottom: 110px;
  }
}
@media (min-width: 992px) {
  .page-mb {
    margin-bottom: 130px;
  }
}
@media (min-width: 1200px) {
  .page-mb {
    margin-bottom: 150px;
  }
}

.qa-list dl {
  position: relative;
  margin: 30px 0 0;
  cursor: pointer;
}

.qa-list dl:first-child {
  margin-top: 0;
}

.qa-list dl::after {
  position: absolute;
  top: 33px;
  right: 30px;
  display: block;
  width: 10px;
  height: 10px;
  margin: auto;
  content: '';
  transform: rotate(135deg);
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}

.qa-list .open::after {
  transform: rotate(-45deg);
}

.qa-list dl dt {
  position: relative;
  margin: 0;
  padding: 25px 80px 25px 80px;
  font-weight: 600;
  background: #f6f6f6;
  border-radius: 10px;
  font-size: 1.6rem;
  line-height: 1.6;
  border: 3px solid #f0f0f0;
}

.qa-list dl dt::before {
  font-size: 2.5rem;
  line-height: 1;
  position: absolute;
  top: 21px;
  left: 30px;
  display: block;
  content: 'Q.';
  color: #3285bf;
}

.qa-list dl dd::before {
  font-size: 2.5rem;
  line-height: 1;
  position: absolute;
  left: 32px;
  display: block;
  content: 'A.';
  font-weight: bold;
  color: #cb4a4a;
}

.qa-list dl dd {
  position: relative;
  margin: 0 0 50px 0;
  padding: 30px 30px 30px 80px;
}

.qa-list dl dd p {
  margin: 30px 0 0;
}

.qa-list dl dd p:first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .qa-list dl {
    margin: 10px 0 0;
  }

  .qa-list dl:after {
    top: 20px;
    right: 20px;
    width: 7px;
    height: 7px;
  }

  .qa-list dl dt {
    padding: 16px 40px 16px 50px;
    font-size: 1.4rem;
  }

  .qa-list dl dt::before {
    font-size: 1.4rem;
    top: 20px;
    left: 20px;
  }

  .qa-list dl dd::before {
    font-size: 1.4rem;
    left: 20px;
    margin-top: 5px;
  }

  .qa-list dl dd {
    margin: 0 0 50px 0;
    padding: 16px 16px 16px 50px;
    font-size: 1.4rem;
  }

  .qa-list dl dd p {
    margin: 30px 0 0;
  }

  .qa-list dl dd p:first-child {
    margin-top: 0;
  }
}
.table-1 {
  width: 100%;
  border-collapse: collapse;
  border: none;
  margin-bottom: 20px;
  position: relative;
}
@media (min-width: 768px) {
  .table-1 {
    margin-bottom: 15px;
  }
}
.table-1:before {
  font-size: 1.6rem;
  font-weight: 400;
  position: absolute;
  top: -30px;
  left: 0;
  height: 30px;
  padding: 6px 0.8em 5px 0.8em;
  content: '高齢者あんしん相談センター富坂';
  color: #fff;
  border-radius: 8px 8px 0 0;
  background: #4a6486;
  letter-spacing: .1em;
}
@media (min-width: 768px) {
  .table-1:before {
    top: -40px;
    font-size: 2.2rem;
    height: 40px;
    padding: 10px 1em 5px 1em;
  }
}
.table-1 tr:last-child th, .table-1 tr:last-child td {
  border-bottom: 2px solid #4a6486;
}
.table-1 th {
  font-size: 1.4rem;
  line-height: 1.6;
  border-top: 2px solid #4a6486;
  padding: 10px 10px;
  vertical-align: middle;
  font-weight: 500;
  text-align: center;
  color: #605950;
  background-color: #ece3d6;
}
@media (min-width: 768px) {
  .table-1 th {
    font-size: 1.5rem;
    padding: 20px 20px;
  }
}
.table-1 th:first-child {
  width: 25%;
}
@media (min-width: 768px) {
  .table-1 th:first-child {
    width: 25%;
  }
}
.table-1 th.sticky {
  position: sticky;
  top: 0;
  left: 0;
  border-left: none;
  border-right: none;
  background: none;
}
.table-1 th.sticky::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border-left: 2px solid #4a6486;
  border-right: 2px solid #4a6486;
  background-color: #f5f0e9;
  z-index: -1;
  box-sizing: content-box;
}
.table-1 td {
  font-size: 1.4rem;
  line-height: 1.6;
  border-top: 2px solid #4a6486;
  padding: 10px 10px;
  vertical-align: middle;
  color: #605950;
}
@media (min-width: 768px) {
  .table-1 td {
    font-size: 1.5rem;
    padding: 20px 20px;
  }
}
.table-1 td a.tel {
  font-family: "Montserrat", sans-serif;
  font-size: 2.3rem;
  font-weight: 500;
}
@media (min-width: 768px) {
  .table-1 td a.tel {
    font-size: 2.7rem;
  }
}
.table-1 td a:hover {
  text-decoration: underline;
}
.table-1 td p {
  font-size: 1.4rem;
}
.table-1 td p:last-child {
  margin-bottom: 0;
}
.table-1 td ul {
  margin-bottom: 0;
}
.table-1 td ul li {
  font-size: 1.3rem;
  margin-bottom: 5px;
}
.table-1 td ul li:last-child {
  margin-bottom: 0;
}

.table-1-1 {
  width: 100%;
  border-collapse: collapse;
  border: none;
  margin-bottom: 20px;
  position: relative;
}
@media (min-width: 768px) {
  .table-1-1 {
    margin-bottom: 15px;
  }
}
.table-1-1:before {
  font-size: 1.6rem;
  font-weight: 400;
  position: absolute;
  top: -30px;
  left: 0;
  height: 30px;
  padding: 6px 0.8em 5px 0.8em;
  content: '高齢者あんしん相談センター富坂分室';
  color: #fff;
  border-radius: 8px 8px 0 0;
  background: #4a6486;
  letter-spacing: .1em;
}
@media (min-width: 768px) {
  .table-1-1:before {
    top: -40px;
    font-size: 2.2rem;
    height: 40px;
    padding: 10px 1em 5px 1em;
  }
}
.table-1-1 tr:last-child th, .table-1-1 tr:last-child td {
  border-bottom: 2px solid #4a6486;
}
.table-1-1 th {
  font-size: 1.4rem;
  line-height: 1.6;
  border-top: 2px solid #4a6486;
  padding: 10px 10px;
  vertical-align: middle;
  font-weight: 500;
  text-align: center;
  color: #605950;
  background-color: #ece3d6;
}
@media (min-width: 768px) {
  .table-1-1 th {
    font-size: 1.5rem;
    padding: 20px 20px;
  }
}
.table-1-1 th:first-child {
  width: 25%;
}
@media (min-width: 768px) {
  .table-1-1 th:first-child {
    width: 25%;
  }
}
.table-1-1 th.sticky {
  position: sticky;
  top: 0;
  left: 0;
  border-left: none;
  border-right: none;
  background: none;
}
.table-1-1 th.sticky::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border-left: 2px solid #4a6486;
  border-right: 2px solid #4a6486;
  background-color: #f5f0e9;
  z-index: -1;
  box-sizing: content-box;
}
.table-1-1 td {
  font-size: 1.4rem;
  line-height: 1.6;
  border-top: 2px solid #4a6486;
  padding: 10px 10px;
  vertical-align: middle;
  color: #605950;
}
@media (min-width: 768px) {
  .table-1-1 td {
    font-size: 1.5rem;
    padding: 20px 20px;
  }
}
.table-1-1 td a.tel {
  font-family: "Montserrat", sans-serif;
  font-size: 2.3rem;
  font-weight: 500;
}
@media (min-width: 768px) {
  .table-1-1 td a.tel {
    font-size: 2.7rem;
  }
}
.table-1-1 td a:hover {
  text-decoration: underline;
}
.table-1-1 td p {
  font-size: 1.4rem;
}
.table-1-1 td p:last-child {
  margin-bottom: 0;
}
.table-1-1 td ul {
  margin-bottom: 0;
}
.table-1-1 td ul li {
  font-size: 1.3rem;
  margin-bottom: 5px;
}
.table-1-1 td ul li:last-child {
  margin-bottom: 0;
}

.table-2 {
  width: 100%;
  border-collapse: collapse;
  border: none;
  margin-bottom: 20px;
  min-width: 600px;
}
@media (min-width: 768px) {
  .table-2 {
    margin-bottom: 15px;
  }
}
.table-2 th {
  font-size: 1.4rem;
  line-height: 1.6;
  border: 3px solid #efe2cf;
  padding: 10px 10px;
  vertical-align: middle;
  font-weight: 600;
  text-align: center;
  color: #605950;
  background-color: #f5f0e9;
  width: 23%;
}
@media (min-width: 768px) {
  .table-2 th {
    width: 23%;
    font-size: 1.5rem;
    padding: 20px 20px;
  }
}
.table-2 th.sticky {
  position: sticky;
  top: 0;
  left: 0;
  border-left: none;
  border-right: none;
  background: none;
}
.table-2 th.sticky::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border-left: 3px solid #efe2cf;
  border-right: 3px solid #efe2cf;
  background-color: #f5f0e9;
  z-index: -1;
  box-sizing: content-box;
}
.table-2 th.sticky1 {
  position: sticky;
  top: 0;
  left: 0;
  border-left: none;
  border-right: none;
  background: none;
}
.table-2 th.sticky1::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border-left: 3px solid #efe2cf;
  border-right: 3px solid #efe2cf;
  background-color: #d96b5d;
  z-index: -1;
  box-sizing: content-box;
}
.table-2 th.sticky2 {
  position: sticky;
  top: 0;
  left: 0;
  border-left: none;
  border-right: none;
  background: none;
}
.table-2 th.sticky2::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border-left: 3px solid #efe2cf;
  border-right: 3px solid #efe2cf;
  background-color: #4d6da3;
  z-index: -1;
  box-sizing: content-box;
}
.table-2 td {
  font-size: 1.4rem;
  line-height: 1.6;
  border: 3px solid #efe2cf;
  padding: 10px 10px;
  vertical-align: middle;
  color: #605950;
  text-align: center;
  background-color: #fff;
  font-weight: 600;
}
@media (min-width: 768px) {
  .table-2 td {
    font-size: 1.5rem;
    padding: 20px 10px;
  }
}
.table-2 .th-header1 {
  background-color: #d96b5d;
  font-size: 1.5rem;
  color: #fff;
}
@media (min-width: 768px) {
  .table-2 .th-header1 {
    font-size: 1.6rem;
  }
}
.table-2 .th-header2 {
  background-color: #4d6da3;
  font-size: 1.5rem;
  color: #fff;
}
@media (min-width: 768px) {
  .table-2 .th-header2 {
    font-size: 1.6rem;
  }
}
.table-2 .th-header3 {
  background-color: #81b5d6;
  font-size: 1.5rem;
  color: #fff;
}
@media (min-width: 768px) {
  .table-2 .th-header3 {
    font-size: 1.6rem;
  }
}

.table-3 {
  width: 100%;
  border-collapse: collapse;
  border: none;
  margin-top: 40px;
  margin-bottom: 20px;
  position: relative;
}
@media (min-width: 768px) {
  .table-3 {
    margin-bottom: 0;
    margin-top: 30px;
  }
}
.table-3:before {
  font-size: 1.8rem;
  font-weight: 400;
  position: absolute;
  top: -30px;
  left: 0;
  height: 30px;
  padding: 6px 0.8em 5px 0.8em;
  content: '土気教室（本校）';
  color: #fff;
  border-radius: 8px 8px 0 0;
  background: #d1c0a8;
  letter-spacing: .1em;
}
@media (min-width: 768px) {
  .table-3:before {
    top: -40px;
    font-size: 2.2rem;
    height: 40px;
    padding: 10px 1em 5px 1em;
  }
}
.table-3 th {
  font-size: 1.4rem;
  line-height: 1.6;
  border-top: 2px solid #d1c0a8;
  border-bottom: 2px solid #d1c0a8;
  padding: 10px 10px;
  vertical-align: middle;
  font-weight: 600;
  text-align: center;
  color: #605950;
  width: 20%;
  background-color: #f5f0e9;
}
@media (min-width: 768px) {
  .table-3 th {
    font-size: 1.5rem;
    padding: 20px 20px;
  }
}
.table-3 td {
  font-size: 1.4rem;
  line-height: 1.6;
  border-top: 2px solid #d1c0a8;
  border-bottom: 2px solid #d1c0a8;
  padding: 10px 10px;
  vertical-align: middle;
  color: #605950;
  background-color: #fff;
  font-weight: 600;
}
@media (min-width: 768px) {
  .table-3 td {
    font-size: 1.5rem;
    padding: 20px 20px;
  }
}
.table-3 td a:hover {
  text-decoration: underline;
}

.table-4 {
  width: 100%;
  border-collapse: collapse;
  border: none;
  margin-top: 40px;
  margin-bottom: 20px;
  position: relative;
}
@media (min-width: 768px) {
  .table-4 {
    margin-bottom: 0;
    margin-top: 30px;
  }
}
.table-4 th {
  font-size: 1.4rem;
  line-height: 1.6;
  border-top: 2px solid #d1c0a8;
  border-bottom: 2px solid #d1c0a8;
  padding: 10px 10px;
  vertical-align: middle;
  font-weight: 600;
  text-align: center;
  color: #605950;
  width: 20%;
  background-color: #f5f0e9;
}
@media (min-width: 768px) {
  .table-4 th {
    font-size: 1.5rem;
    padding: 20px 20px;
  }
}
.table-4 td {
  font-size: 1.4rem;
  line-height: 1.6;
  border-top: 2px solid #d1c0a8;
  border-bottom: 2px solid #d1c0a8;
  padding: 10px 10px;
  vertical-align: middle;
  color: #605950;
  background-color: #fff;
  font-weight: 600;
}
@media (min-width: 768px) {
  .table-4 td {
    font-size: 1.5rem;
    padding: 20px 20px;
  }
}
.table-4 td a:hover {
  text-decoration: underline;
}

.table-5 {
  width: 100%;
  border-collapse: collapse;
  border: none;
  margin-bottom: 20px;
  min-width: 600px;
}
@media (min-width: 768px) {
  .table-5 {
    margin-bottom: 15px;
  }
}
.table-5 th {
  font-size: 1.4rem;
  line-height: 1.6;
  border: 3px solid #efe2cf;
  padding: 10px 10px;
  vertical-align: middle;
  font-weight: 600;
  text-align: center;
  color: #605950;
  background-color: #f5f0e9;
}
@media (min-width: 768px) {
  .table-5 th {
    font-size: 1.5rem;
    padding: 20px 20px;
  }
}
.table-5 th:first-child {
  width: 10%;
}
@media (min-width: 768px) {
  .table-5 th:first-child {
    width: 23%;
  }
}
.table-5 th.sticky {
  position: sticky;
  top: 0;
  left: 0;
  border-left: none;
  border-right: none;
  background: none;
}
.table-5 th.sticky::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border-left: 3px solid #efe2cf;
  border-right: 3px solid #efe2cf;
  background-color: #f5f0e9;
  z-index: -1;
  box-sizing: content-box;
}
.table-5 td {
  font-size: 1.4rem;
  line-height: 1.6;
  border: 3px solid #efe2cf;
  padding: 10px 10px;
  vertical-align: middle;
  color: #605950;
  background-color: #fff;
  font-weight: 600;
}
@media (min-width: 768px) {
  .table-5 td {
    font-size: 1.5rem;
    padding: 20px 20px;
  }
}
.table-5 td a {
  font-size: 90%;
}
.table-5 td a:hover {
  text-decoration: underline;
}

.table-scroll {
  overflow-x: auto;
}

.table-col-ul {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 30px;
}
.table-col-ul a {
  font-weight: 500;
  text-decoration: none;
}
.table-col-ul a:hover {
  text-decoration: underline;
}
.table-col-ul li {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .table-col-ul li {
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 7px;
  }
}
.table-col-ul li ul {
  margin-left: 20px;
}
.table-col-ul li ul li {
  font-size: 1.4rem;
  line-height: 1.6;
  margin-bottom: 12px;
}
@media (min-width: 992px) {
  .table-col-ul li ul li {
    font-size: 1.5rem;
  }
}

.table-job-listing {
  width: 100%;
  border-collapse: collapse;
  border: none;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .table-job-listing {
    margin-bottom: 15px;
  }
}
.table-job-listing th {
  font-size: 1.3rem;
  line-height: 1.6;
  border: 2px solid #efe2cf;
  padding: 10px 8px;
  vertical-align: middle;
  font-weight: 500;
  text-align: center;
  color: #605950;
  background-color: #f5f0e9;
  width: 22%;
}
@media (min-width: 768px) {
  .table-job-listing th {
    width: 23%;
    font-size: 1.5rem;
    padding: 20px 20px;
  }
}
.table-job-listing td {
  font-size: 1.3rem;
  line-height: 1.6;
  border: 2px solid #efe2cf;
  padding: 10px 10px;
  vertical-align: middle;
  color: #605950;
  background-color: #fff;
  width: 78%;
}
@media (min-width: 768px) {
  .table-job-listing td {
    font-size: 1.5rem;
    padding: 20px 30px;
  }
}
.table-job-listing td ul {
  margin-bottom: 40px;
}
.table-job-listing td ul li {
  font-size: 1.3rem;
  line-height: 1.6;
  margin-bottom: 10px;
}
.table-job-listing td ul li:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .table-job-listing td ul li {
    font-size: 1.5rem;
  }
}
.table-job-listing td ul:last-child {
  margin-bottom: 0;
}

.yt_play {
  transition: .3s ease-in-out;
}

.yt {
  position: relative;
}

.yt_play:hover {
  cursor: pointer;
  transform: scale(1.05);
}

.yt_btn {
  width: 70px;
  height: 70px;
  background: url("../images/video.png") no-repeat top left;
  position: absolute;
  background-size: contain;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 1;
}
@media (min-width: 768px) {
  .yt_btn {
    width: 100px;
    height: 100px;
  }
}

.yt-title {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .yt-title {
    margin-bottom: 20px;
  }
}
.yt-title h4 {
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 600;
  color: #324c85;
  border-bottom: 2px solid #324c85;
  display: inline-block;
  padding: 10px 0;
}
@media (min-width: 768px) {
  .yt-title h4 {
    font-size: 1.9rem;
    padding: 15px 0;
  }
}

.movie {
  position: relative;
  width: 100%;
  margin-bottom: 4px;
  padding-top: 56.25%;
}
.movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
@media (min-width: 768px) {
  .movie iframe {
    width: 100% !important;
    height: 100% !important;
  }
}

.borderr-5 {
  border-radius: 5px;
}

.borderr-10 {
  border-radius: 10px;
}

.borderr-15 {
  border-radius: 15px;
}

.borderr-20 {
  border-radius: 20px;
}

.borderr-25 {
  border-radius: 25px;
}

.borderr-30 {
  border-radius: 30px;
}

.ani-fluffy-1 {
  animation: ani-fluffy-1 3s ease infinite;
}

@keyframes ani-fluffy-1 {
  0% {
    transform: translateY(0);
  }
  5% {
    transform: translateY(0);
  }
  10% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(-12px);
  }
  25% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-12px);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
.ani-fluffy-2 {
  animation: ani-fluffy-2 3s ease infinite;
}

@keyframes ani-fluffy-2 {
  0% {
    transform: translateX(0);
  }
  5% {
    transform: translateX(0);
  }
  10% {
    transform: translateX(0);
  }
  20% {
    transform: translateX(-12px);
  }
  25% {
    transform: translateX(0);
  }
  30% {
    transform: translateX(-12px);
  }
  50% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(0);
  }
}
.ani-fluffy-3 {
  animation: vertical 1s ease-in-out infinite alternate;
}

@keyframes horizontal {
  0% {
    transform: translateX(-3px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes vertical {
  0% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}
.scroll-space {
  box-sizing: border-box;
  overflow: hidden;
}

.fadein {
  opacity: 0;
  transform: translate(0, 0);
  transition: all 1.5s;
}
.fadein.fadein-left {
  transform: translate(-30px, 0);
}
.fadein.fadein-right {
  transform: translate(30px, 0);
}
.fadein.fadein-up {
  transform: translate(0, -30px);
}
.fadein.fadein-bottom {
  transform: translate(0, 30px);
}
.fadein.scrollin {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}

.slidein {
  opacity: 0;
  transform: translate(0, 0);
  transition: all 1.0s;
}
.slidein.slidein-left {
  transform: translate(-100%, 0);
}
.slidein.slidein-right {
  transform: translate(100%, 0);
}
.slidein.slidein-up {
  transform: translate(0, -100%);
}
.slidein.slidein-bottom {
  transform: translate(0, 100%);
}
.slidein.scrollin {
  transform: translate(0, 0) !important;
  opacity: 1 !important;
}

.fadein-top {
  opacity: 0;
  transform: translate(0, 0);
  transition: all 1.5s;
}
.fadein-top.fadein-left-top {
  transform: translate(-30px, 0);
}
.fadein-top.fadein-right-top {
  transform: translate(30px, 0);
}
.fadein-top.fadein-up-top {
  transform: translate(0, -30px);
}
.fadein-top.fadein-bottom-top {
  transform: translate(0, 30px);
}
.fadein-top.scrollin-top {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}

.slidein-top {
  opacity: 0;
  transform: translate(0, 0);
  transition: all 1.0s;
}
.slidein-top.slidein-left-top {
  transform: translate(-100%, 0);
}
.slidein-top.slidein-right-top {
  transform: translate(100%, 0);
}
.slidein-top.slidein-up-top {
  transform: translate(0, -100%);
}
.slidein-top.slidein-bottom-top {
  transform: translate(0, 100%);
}
.slidein-top.scrollin-top {
  transform: translate(0, 0) !important;
  opacity: 1 !important;
}

.external-link::after {
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  content: "\f35d";
  font-size: 70%;
  padding-left: 15px;
}

.caret-right::after {
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  content: "\f0da";
  font-size: 70%;
  padding-left: 15px;
}

.caret-left::before {
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  content: "\f0da";
  font-size: 70%;
  padding-right: 15px;
}

.pdf-file::after {
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  content: "\f1c1";
  font-size: 70%;
  padding-left: 15px;
}

.op:hover {
  opacity: 0.5;
  transition: all 0.3s ease;
}

.scale {
  transition: 0.3s;
}

.scale:hover {
  transform: scale(1.1);
}

.blank-link {
  display: inline-block;
  position: relative;
  padding-right: 22px;
}

.blank-link::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: 7px;
  height: 7px;
  width: 8px;
  border: 1px solid #373d44;
  background-color: #fff;
  box-shadow: 0px 0px 0px 1px #fff;
}

.blank-link::before {
  content: '';
  display: block;
  position: absolute;
  right: 3px;
  bottom: 4px;
  height: 7px;
  width: 8px;
  border: 1px solid #373d44;
  background-color: #fff;
}

.blank-link-footer {
  display: inline-block;
  position: relative;
  padding-right: 22px;
}

.blank-link-footer::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: 7px;
  height: 7px;
  width: 8px;
  border: 1px solid #373d44;
  background-color: #eae7db;
  box-shadow: 0px 0px 0px 1px #eae7db;
}

.blank-link-footer::before {
  content: '';
  display: block;
  position: absolute;
  right: 3px;
  bottom: 4px;
  height: 7px;
  width: 8px;
  border: 1px solid #373d44;
  background-color: #eae7db;
}

.slider {
  display: none;
}
@media (min-width: 768px) {
  .slider {
    display: block;
    padding-top: 80px;
  }
}
@media (min-width: 992px) {
  .slider {
    padding-top: 130px;
  }
}

.slider-1 .slick-slide {
  margin: 0 60px;
  padding: 60px 0;
  position: relative;
}

.slider-1 .slick-slide .slide-img {
  width: 500px;
  height: 340px;
  transition: all 0.6s 0.4s ease-in-out;
  opacity: 0.6;
  box-shadow: 5px 5px 15px -5px #666;
  overflow: hidden;
  border-radius: 5px;
}
@media (min-width: 992px) {
  .slider-1 .slick-slide .slide-img {
    width: 800px;
    height: 550px;
  }
}

.slider-1 .slick-slide.slick-center .slide-img {
  transform: scale(1.2);
  opacity: 1;
}

.slider-1 .slick-slide .slide-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slider-1 .slick-arrow {
  width: 40px;
  height: 40px;
  border-radius: 50vh;
  background-color: #fff;
  cursor: pointer;
  border: none;
  outline: none;
  font-size: 0;
  position: absolute;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}
@media (min-width: 992px) {
  .slider-1 .slick-arrow {
    width: 60px;
    height: 60px;
  }
}
.slider-1 .slick-arrow:hover {
  background: rgba(255, 255, 255, 0.5);
}

.slider-1 .slick-arrow::before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border: 1px solid #09000d;
  border-width: 3px 3px 0 0;
  position: absolute;
  top: 14px;
  transform: rotate(45deg);
}
@media (min-width: 992px) {
  .slider-1 .slick-arrow::before {
    top: 24px;
  }
}

@media (min-width: 768px) {
  .slider-1 .slick-next {
    right: 20px;
  }
}
@media (min-width: 992px) {
  .slider-1 .slick-next {
    right: 50px;
  }
}

@media (min-width: 768px) {
  .slider-1 .slick-prev {
    left: 20px;
  }
}
@media (min-width: 992px) {
  .slider-1 .slick-prev {
    left: 50px;
  }
}

@media (min-width: 768px) {
  .slider-1 .slick-next::before {
    left: 12px;
  }
}
@media (min-width: 992px) {
  .slider-1 .slick-next::before {
    left: 20px;
  }
}

.slider-1 .slick-prev::before {
  border-width: 0 0 3px 3px;
}
@media (min-width: 768px) {
  .slider-1 .slick-prev::before {
    right: 12px;
  }
}
@media (min-width: 992px) {
  .slider-1 .slick-prev::before {
    right: 20px;
  }
}

.dots-1 .slick-dots {
  text-align: center;
  bottom: 0;
}

.dots-1 .slick-dots li {
  display: inline-block;
}

.dots-1 .slick-dots button {
  display: block;
  width: 10px;
  height: 10px;
  margin: 6px;
  font-size: 0;
  padding: 0;
  border: 0;
  outline: none;
  cursor: pointer;
  background: #bcbcbc;
  border-radius: 50%;
}

.dots-1 .slick-dots .slick-active button {
  background: #0a467d;
}

.post-blog {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 33px;
}

.blog_post {
  display: flex;
  justify-content: start;
  width: 100%;
  position: relative;
  transition: .3s;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .blog_post {
    border-radius: 10px;
    box-shadow: 10px 10px 10px #ebebeb;
  }
}
@media (min-width: 992px) {
  .blog_post {
    width: calc(100% / 2 - 33px);
  }
}
.blog_post:hover .blog_thumbnail img {
  transform: scale(1.1);
  filter: brightness(0.9);
}
.blog_post:hover .blog_thumbnail::after {
  background: rgba(173, 216, 230, 0.4);
}
.blog_post a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.blog_thumbnail {
  width: 27%;
  margin-right: 4%;
  overflow: hidden;
  position: relative;
}
@media (min-width: 768px) {
  .blog_thumbnail {
    border-radius: 10px;
    width: 100%;
    margin: 0;
  }
}
.blog_thumbnail img {
  border-radius: 5px;
  width: 100%;
  height: 100px;
  object-fit: cover;
  filter: brightness(1.1);
  transition: transform 0.3s ease, filter 0.3s ease;
  background-size: cover;
  display: block;
}
@media (min-width: 768px) {
  .blog_thumbnail img {
    border-radius: 0;
    height: 200px;
  }
}
@media (min-width: 992px) {
  .blog_thumbnail img {
    height: 200px;
  }
}
.blog_thumbnail::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(173, 216, 230, 0);
  transition: background 0.3s ease;
}

.blog_description {
  float: left;
  width: 69%;
}
@media (min-width: 768px) {
  .blog_description {
    float: both;
    width: 96%;
    margin: 0 2%;
    padding: 10px;
  }
}

.blog_date {
  font-size: 1.2rem;
  color: #555;
  font-weight: 500;
  display: inline;
}
@media (min-width: 768px) {
  .blog_date {
    font-size: 1.4rem;
  }
}
@media (min-width: 992px) {
  .blog_date {
    font-size: 1.4rem;
  }
}

.blog_category {
  background-color: #e192a6;
  color: #fff;
  font-weight: 500;
  padding: 2px 5px;
  border-radius: 5px;
}

.blog_title {
  font-size: 1.4rem;
  color: #5d8fb7;
  margin-bottom: 3px;
  line-height: 1.6;
  font-weight: 500;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media (min-width: 768px) {
  .blog_title {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .blog_title {
    font-size: 1.6rem;
  }
}

.blog_text {
  font-size: 1.2rem;
  display: inline-block;
  position: relative;
  padding-right: 22px;
  line-height: 1.6;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .blog_text {
    font-size: 1.3rem;
  }
}
@media (min-width: 992px) {
  .blog_text {
    font-size: 1.3rem;
  }
}
.blog_text::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: 7px;
  height: 7px;
  width: 8px;
  border: 1px solid #373d44;
  background-color: #fff;
  box-shadow: 0px 0px 0px 1px #fff;
}
.blog_text::before {
  content: '';
  display: block;
  position: absolute;
  right: 3px;
  bottom: 4px;
  height: 7px;
  width: 8px;
  border: 1px solid #373d44;
  background-color: #fff;
}

.o-side {
  display: none;
}
@media (min-width: 1600px) {
  .o-side {
    display: block;
    z-index: 5;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 100vh;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column nowrap;
    color: #958659;
  }
}

.o-side_txt {
  letter-spacing: .1em;
  line-height: 8.2;
  font-size: 1.2rem;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
  white-space: nowrap;
  color: #958659;
  font-weight: 500;
  margin-bottom: 50px;
  display: block;
}

.o-side_icons {
  padding-bottom: 30px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column nowrap;
}
.o-side_icons a {
  color: #958659;
}

.o-side_icon {
  padding: 12px 12px;
  margin-bottom: 3px;
  font-size: 1.7rem;
}

.side-bnr {
  display: none;
}
@media (min-width: 1600px) {
  .side-bnr {
    display: block;
    z-index: 10;
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    display: flex;
    align-items: center;
  }
}

.side-bnr_list {
  width: 140px;
}

.side-bnr_box {
  margin-bottom: 20px;
}

.is-hide {
  /* display: none; ← これは削除！ */
  opacity: 0;
}

.job-list-box {
  background-color: #f9f7f3;
  padding: 50px 20px 30px 20px;
  margin-bottom: 50px;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .job-list-box {
    padding: 50px 50px 50px 50px;
    margin-bottom: 100px;
  }
}

form.job-list-box input[type="radio"],
form.job-list-box input[type="checkbox"] {
  transform: scale(1.2);
  margin-right: 7px;
  accent-color: #6491b3;
  border-radius: 0;
}
@media (min-width: 768px) {
  form.job-list-box input[type="radio"],
  form.job-list-box input[type="checkbox"] {
    margin-right: 10px;
  }
}

form.job-list-box label {
  font-size: 1.4rem;
  display: inline-flex;
  align-items: center;
  margin-right: 20px;
  margin-bottom: 20px;
  cursor: pointer;
}
@media (min-width: 768px) {
  form.job-list-box label {
    font-size: 1.6rem;
    margin-right: 30px;
    margin-bottom: 30px;
  }
}

.search-box {
  width: 100%;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .search-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

.job-list-box .search-box:last-child {
  margin-bottom: 0;
}

.search-box_label {
  font-size: 1.5rem;
  color: #373737;
  display: inline-block;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .search-box_label {
    font-size: 1.8rem;
    margin-bottom: 0;
  }
}

.search-title {
  width: 100%;
  border-bottom: 1px solid #555;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .search-title {
    width: 250px;
    border-bottom: 1px solid #555;
    margin-bottom: 0;
  }
}

.cheak-box {
  width: 100%;
}
@media (min-width: 768px) {
  .cheak-box {
    width: calc(100% - 300px);
    border-bottom: 1px solid #555;
  }
}

.job-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  width: 100%;
}

.job {
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 5px 5px 5px #f0f0f0;
  padding: 50px 40px 35px 40px;
}
@media (min-width: 768px) {
  .job {
    margin-bottom: 30px;
    padding: 50px 30px 35px 30px;
  }
}
@media (min-width: 1200px) {
  .job {
    padding: 50px 40px 35px 40px;
  }
}
.job:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .job {
    margin-bottom: 0;
    width: calc((100% - 30px * 2) / 3);
  }
}

.job-tag {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 20px;
}
.job-tag span {
  display: inline-block;
  font-size: 1.4rem;
}

.jyo {
  background-color: #444;
  color: #fff;
  padding: 5px 10px;
}

.hijyo {
  background-color: #777;
  color: #fff;
  padding: 5px 10px;
}

.job-name h3 {
  font-size: 2.7rem;
  font-weight: 500;
  color: #373737;
  line-height: 1.5;
  margin-bottom: 10px;
}
.job-name p {
  font-size: 1.4rem;
  color: #737373;
  margin: 0;
}

.job-listing-pdf {
  display: inline-block;
}
.job-listing-pdf a {
  background-color: #75bebb;
  border: 1px solid #75bebb;
  border-radius: 50vh;
  white-space: nowrap;
  display: block;
  padding: 8px 20px;
  font-size: 1.2rem;
  line-height: 1.6;
  color: #fff;
  width: 100%;
  font-weight: 500;
  transition: .3s;
}
.job-listing-pdf a:hover {
  background-color: #fff;
  color: #75bebb;
}
@media (min-width: 768px) {
  .job-listing-pdf a {
    font-size: 1.4rem;
    padding: 13px 20px;
  }
}
@media (min-width: 992px) {
  .job-listing-pdf a {
    font-size: 1.4rem;
  }
}

.force {
  padding-top: 55px;
}
@media (min-width: 992px) {
  .force {
    padding-top: 0;
  }
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 730px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

.gutters-1 > .col,
.gutters-1 > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}
@media (min-width: 992px) {
  .gutters-1 > .col,
  .gutters-1 > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
  }
}

.gutters-2 > .col,
.gutters-2 > [class*="col-"] {
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .gutters-2 > .col,
  .gutters-2 > [class*="col-"] {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.gutters-3 > .col,
.gutters-3 > [class*="col-"] {
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .gutters-3 > .col,
  .gutters-3 > [class*="col-"] {
    padding-right: 25px;
    padding-left: 25px;
  }
}

.container-fluid-1 {
  width: 100%;
}

.container-fluid-max {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}

.container-fluid-2 {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1101px) {
  .container-fluid-2 {
    max-width: 1300px;
  }
}

.container-interview {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1101px) {
  .container-interview {
    max-width: 1700px;
  }
}

.wrapper {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.sidebar {
  display: none;
}
@media (min-width: 1200px) {
  .sidebar {
    display: block;
    width: 330px;
  }
}

.widget {
  margin-bottom: 20px;
  padding: 50px 20px 50px 0;
  position: relative;
}

.widget:last-child {
  margin-bottom: 0;
}

.widget--sticky {
  position: sticky;
  top: 180px;
}

.widget-bg {
  position: absolute;
  background-color: #f0ede3;
  width: 100vw;
  height: 100%;
  border-radius: 0 1rem 1rem 0;
  top: 0;
  right: 0;
  z-index: -1;
}

.sidebar-list {
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .sidebar-list {
    margin-bottom: 30px;
  }
}
.sidebar-list ul {
  list-style: none;
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
}
.sidebar-list li {
  position: relative;
  vertical-align: baseline;
  font-size: 1.2rem;
  line-height: 1.6;
  margin-bottom: 20px;
  padding-left: 3.2rem;
  text-indent: -3.2rem;
  font-weight: 600;
}
.sidebar-list li::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f138\00a0";
  color: #c9a100;
}
@media (min-width: 768px) {
  .sidebar-list li {
    font-size: 1.6rem;
  }
}
.sidebar-list li a {
  text-decoration: none;
  padding: 8px 5px;
  color: #c9a100;
}
@media (min-width: 768px) {
  .sidebar-list li a {
    padding: 8px 10px;
  }
}
.sidebar-list li a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  border-radius: 2px;
  background-color: #c9a100;
  bottom: -7px;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform .3s ease-in-out;
}
.sidebar-list li a:hover {
  color: #c9a100;
  transition: all 0.5s;
}
.sidebar-list li a:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}
.sidebar-list li a:hover:before {
  width: 100%;
}

.top-img {
  position: absolute;
  width: 70px;
  bottom: 0px;
  margin: none;
  left: auto;
  right: 10px;
  top: auto;
  z-index: 10;
}
@media (min-width: 768px) {
  .top-img {
    width: 120px;
    bottom: -110px;
    margin: none;
    left: auto;
    top: auto;
  }
}
@media (min-width: 992px) {
  .top-img {
    width: 150px;
    bottom: -150px;
    margin: none;
    left: auto;
    top: auto;
    right: 40px;
  }
}
@media (min-width: 1200px) {
  .top-img {
    width: 180px;
    bottom: -150px;
    margin: none;
    left: auto;
    top: auto;
    right: 40px;
  }
}

.scname-bt {
  margin-bottom: 15px;
}
.scname-bt a {
  text-align: center;
  background-color: #88c995;
  border: 2px solid #88c995;
  border-radius: 25px;
  text-decoration: none;
  padding: 2px 20px;
  color: #fff;
  display: block;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 3px 3px #c0c0c0;
}
@media (min-width: 768px) {
  .scname-bt a {
    padding: 2px 20px;
    font-size: 1.7rem;
  }
}
@media (min-width: 992px) {
  .scname-bt a {
    font-size: 1.7rem;
  }
}
.scname-bt a:hover {
  background-color: #fff;
  color: #88c995;
  font-weight: 500;
}

.top-msg-bg {
  width: 100%;
  background-color: #f4ede1;
  padding: 60px 0;
  z-index: -100;
}
@media (min-width: 768px) {
  .top-msg-bg {
    padding: 60px 0;
  }
}

.top-soro {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1 !important;
  width: 20%;
}

.contact-tag {
  background-color: #605339;
  padding: 5px;
  border-radius: 10px;
  margin-bottom: 20px;
  text-align: center;
}
.contact-tag p {
  color: #fff;
  font-weight: bold;
  margin-bottom: 0;
  font-size: 1.7rem;
}

.footer-contact-color {
  color: #605339;
}

.number {
  background-color: #e192a6;
  color: #fff;
  border-radius: 25%;
  padding: 1px 17px 5px 17px;
}

.p-mb-10 {
  margin-bottom: 10px;
}

.p-line-hight {
  line-height: 1.3;
}

@media (min-width: 1200px) {
  .col-ul-news-nav {
    margin-top: 0;
  }
}
.col-ul-news-nav li {
  margin: 0 10px 0 0;
  float: left;
}
@media (min-width: 768px) {
  .col-ul-news-nav li {
    margin: 0 20px 0 0;
  }
}
@media (min-width: 992px) {
  .col-ul-news-nav li {
    margin: 0 20px 0 0;
  }
}
@media (min-width: 1200px) {
  .col-ul-news-nav li {
    float: none;
    clear: left;
    margin: 0 0 15px 0;
  }
}

.btn-news {
  position: relative;
  overflow: hidden;
  text-decoration: none;
  display: inline-block;
  border: 1px solid #888;
  padding: 5px 5px;
  text-align: center;
  outline: none;
  transition: ease .2s;
  display: block;
}
@media (min-width: 768px) {
  .btn-news {
    padding: 10px 5px;
  }
}
@media (min-width: 992px) {
  .btn-news {
    padding: 10px 5px;
  }
}
@media (min-width: 1200px) {
  .btn-news {
    padding: 10px 5px;
  }
}

.btn-news span {
  position: relative;
  z-index: 3;
  color: #333;
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .btn-news span {
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  .btn-news span {
    font-size: 1.6rem;
  }
}
@media (min-width: 1200px) {
  .btn-news span {
    font-size: 1.7rem;
  }
}

.btn-news:hover span {
  color: #eda253;
}

.bgleft-news:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #fff;
  width: 100%;
  height: 100%;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}

.bgleft-news:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}

.top-img-1 {
  width: 200px;
  position: absolute;
  top: -20px;
  right: -40px;
}

.top-img-2 {
  width: 180px;
  position: absolute;
  top: 10px;
  left: -10px;
}

.result-title {
  margin-bottom: 50px;
}
.result-title h2 {
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: .1em;
}

.result1 {
  position: relative;
  padding: 20px 20px;
  border: solid 2px #dfa3a3;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 5px 5px #dfa3a3;
  margin-bottom: 40px;
}
.result1 .result-box {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .result1 .result-box {
    margin-bottom: 30px;
  }
}
.result1 .result-sub {
  position: absolute;
  display: inline-block;
  top: -10px;
  left: 10px;
  padding: 0 9px;
  line-height: 1;
  font-size: 1.4rem;
  background: #fff;
  color: #dfa3a3;
  font-weight: 400;
}
@media (min-width: 768px) {
  .result1 .result-sub {
    top: -13px;
    font-size: 1.7rem;
  }
}
.result1 h3 {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
}
@media (min-width: 768px) {
  .result1 h3 {
    font-size: 2.2rem;
  }
}
.result1 p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .result1 p {
    font-size: 2.0rem;
  }
}
.result1 .result-text {
  font-size: 2.0rem;
  font-weight: 500;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .result1 .result-text {
    font-size: 2.6rem;
  }
}

.result2 {
  position: relative;
  padding: 20px 20px;
  border: solid 2px #e3bb90;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 5px 5px #e3bb90;
  margin-bottom: 40px;
}
.result2 .result-box {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .result2 .result-box {
    margin-bottom: 30px;
  }
}
.result2 .result-sub {
  position: absolute;
  display: inline-block;
  top: -10px;
  left: 10px;
  padding: 0 9px;
  line-height: 1;
  font-size: 1.4rem;
  background: #fff;
  color: #e3bb90;
  font-weight: 400;
}
@media (min-width: 768px) {
  .result2 .result-sub {
    top: -13px;
    font-size: 1.7rem;
  }
}
.result2 h3 {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
}
@media (min-width: 768px) {
  .result2 h3 {
    font-size: 2.2rem;
  }
}
.result2 p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .result2 p {
    font-size: 2.0rem;
  }
}
.result2 .result-text {
  font-size: 2.0rem;
  font-weight: 500;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .result2 .result-text {
    font-size: 2.6rem;
  }
}

.service-box {
  margin-bottom: 40px;
}
@media (min-width: 1200px) {
  .service-box {
    margin-bottom: 60px;
  }
}
.service-box h3 {
  font-size: 1.8rem;
  line-height: 1.4;
  margin: 10px 0 20px 0;
  color: #2c6198;
}
@media (min-width: 500px) {
  .service-box h3 {
    font-size: 2.0rem;
  }
}
@media (min-width: 768px) {
  .service-box h3 {
    font-size: 2.1rem;
  }
}
@media (min-width: 992px) {
  .service-box h3 {
    font-size: 2.2rem;
  }
}
@media (min-width: 1200px) {
  .service-box h3 {
    font-size: 2.3rem;
    margin: 0 0 20px 0;
  }
}
@media (min-width: 1500px) {
  .service-box h3 {
    font-size: 2.3rem;
  }
}
.service-box p {
  margin-bottom: 0;
  font-size: 1.4rem;
  line-height: 1.4;
}
@media (min-width: 500px) {
  .service-box p {
    font-size: 1.4rem;
  }
}
@media (min-width: 768px) {
  .service-box p {
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  .service-box p {
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .service-box p {
    font-size: 1.5rem;
  }
}
@media (min-width: 1500px) {
  .service-box p {
    font-size: 1.5rem;
  }
}

.service-box-page {
  margin-bottom: 90px;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .service-box-page {
    margin-bottom: 140px;
  }
}
@media (min-width: 992px) {
  .service-box-page {
    margin-bottom: 170px;
  }
}
@media (min-width: 1200px) {
  .service-box-page {
    margin-bottom: 200px;
  }
}

.service-box-page-mbnone {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .service-box-page-mbnone {
    margin-bottom: 60px;
  }
}

.service-box-title {
  margin-bottom: 50px;
  position: relative;
  display: flex;
  align-items: center;
}
.service-box-title:after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background-color: #cecece;
  display: block;
  margin-left: 30px;
}
@media (min-width: 768px) {
  .service-box-title:after {
    margin-left: 50px;
  }
}
@media (min-width: 768px) {
  .service-box-title {
    margin-bottom: 80px;
  }
}
.service-box-title h3 {
  font-size: 2.3rem;
  font-size: clamp(2.3rem, 2vw, 3rem);
  color: #373737;
  letter-spacing: .1em;
  position: relative;
  font-weight: 400;
  border-top: solid 5px #fff;
}
@media (min-width: 768px) {
  .service-box-title h3 {
    padding: 10px 40px 10px 0px;
  }
}
.service-box-title p {
  font-size: 1.5rem;
  color: #373737;
  letter-spacing: .1em;
  position: relative;
  font-weight: 400;
  border-top: solid 5px #fff;
}
.service-box-title p:after {
  position: absolute;
  content: " ";
  display: block;
  border-top: solid 2px #748e47;
  top: -5px;
  width: 20%;
}
@media (min-width: 768px) {
  .service-box-title p {
    font-size: 1.7rem;
    padding: 10px 40px 10px 0px;
  }
}
@media (min-width: 992px) {
  .service-box-title p {
    font-size: 1.7rem;
  }
}
@media (min-width: 1200px) {
  .service-box-title p {
    font-size: 1.7rem;
  }
}

.service-box-title-top {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .service-box-title-top {
    margin-top: 20px;
    margin-bottom: 70px;
  }
}
.service-box-title-top h3 {
  width: 100%;
  font-size: 1.9rem;
  text-align: center;
  position: relative;
  display: inline-block;
  color: #629bc7;
  margin-bottom: 20px;
}
.service-box-title-top h3:before {
  content: '';
  position: absolute;
  bottom: -1px;
  display: inline-block;
  width: 60px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #373737;
  border-radius: 2px;
}
@media (min-width: 768px) {
  .service-box-title-top h3 {
    font-size: 2.0rem;
    padding: 10px 30px 10px 30px;
  }
}
@media (min-width: 992px) {
  .service-box-title-top h3 {
    margin-top: 0;
    font-size: 2.2rem;
  }
}
@media (min-width: 1200px) {
  .service-box-title-top h3 {
    font-size: 2.8rem;
  }
}
@media (min-width: 1500px) {
  .service-box-title-top h3 {
    font-size: 2.8rem;
  }
}
.service-box-title-top span {
  width: 100%;
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1.6;
  text-align: center;
  color: #373737;
}
@media (min-width: 768px) {
  .service-box-title-top span {
    font-size: 1.4rem;
  }
}

.title-1 {
  margin-bottom: 30px;
}
.title-1 p {
  font-size: 1.4rem;
  border: 1px solid #629bc7;
  padding: 3px 20px;
  display: inline-block;
  border-radius: 5px;
  color: #629bc7;
  margin: 0;
  font-weight: 600;
}
@media (min-width: 768px) {
  .title-1 p {
    font-size: 1.7rem;
    padding: 1px 20px;
  }
}

.title-2 h3 {
  position: relative;
  padding: 0.8rem 1.6rem;
  display: inline-block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.title-2 h3::before {
  content: '';
  width: 90%;
  height: 70%;
  position: absolute;
  display: inline-block;
  border-left: solid 1px #999;
  border-top: solid 1px #999;
  top: 0;
  left: 0;
}
.title-2 h3::after {
  content: '';
  width: 90%;
  height: 70%;
  position: absolute;
  display: inline-block;
  border-right: solid 1px #999;
  border-bottom: solid 1px #999;
  bottom: 0;
  right: 0;
}

.topic-box {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 50px;
}

.topic-2 {
  width: 100%;
  background-color: #f4f4f4;
  box-shadow: 4px 4px #81b5d6;
  border-radius: 10px;
  padding: 30px;
}
@media (min-width: 768px) {
  .topic-2 {
    box-shadow: 8px 8px #81b5d6;
    width: calc((100% - 30px * 2) / 3);
  }
}
.topic-2 h4 {
  font-size: 1.7rem;
  margin-bottom: 30px;
  border-bottom: 4px dotted #81b5d6;
  color: #373737;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .topic-2 h4 {
    font-size: 2.0rem;
  }
}
.topic-2 ul {
  margin-bottom: 20px;
}
.topic-2 ul li {
  font-size: 1.4rem;
  line-height: 1.6;
  margin-bottom: 5px;
  color: #373737;
}
@media (min-width: 768px) {
  .topic-2 ul li {
    font-size: 1.5rem;
  }
}
.topic-2 p {
  margin-bottom: 10px;
}

.topic-text-1 h4 {
  font-size: 1.9rem;
  line-height: 1.6;
  font-weight: 500;
  margin: 0 auto 20px auto;
  color: #5aa589;
  position: relative;
  display: inline-block;
  padding: 0 45px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .topic-text-1 h4 {
    text-align: left;
    margin-bottom: 20px;
    width: auto;
  }
}
.topic-text-1 h4:before {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 35px;
  height: 1px;
  background-color: #5aa589;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
  left: 0;
}
.topic-text-1 h4:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 35px;
  height: 1px;
  background-color: #5aa589;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
  right: 0;
}
.topic-text-1 p {
  font-size: 1.7rem;
  line-height: 1.6;
  font-weight: 500;
  margin-bottom: 10px;
  color: #5aa589;
}

.topic-text-2 h4 {
  font-size: 1.7rem;
  font-weight: 500;
  color: #373737;
  display: inline-block;
  position: relative;
  padding: 0 65px;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .topic-text-2 h4 {
    font-size: 1.9rem;
    margin: 0;
    width: auto;
    text-align: left;
  }
}
.topic-text-2 h4:before {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 4px;
  border-top: solid 1px black;
  border-bottom: solid 1px black;
  left: 0;
}
.topic-text-2 h4:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 4px;
  border-top: solid 1px black;
  border-bottom: solid 1px black;
  right: 0;
}

.text-design-1 {
  width: 100%;
  position: relative;
  top: 0;
  padding: 20px 30px;
  margin-bottom: 70px;
}
@media (min-width: 768px) {
  .text-design-1 {
    padding: 20px 50px;
  }
}
.text-design-1 p {
  line-height: 1.6;
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
}
@media (min-width: 768px) {
  .text-design-1 p {
    font-size: 1.8rem;
  }
}
.text-design-1 p:last-child {
  margin-bottom: 0;
}
.text-design-1:before {
  position: absolute;
  top: 0;
  content: '';
  width: 15px;
  height: 100%;
  display: inline-block;
  border-left: solid 3px #666;
  border-top: solid 3px #666;
  border-bottom: solid 3px #666;
  left: 0;
}
.text-design-1:after {
  position: absolute;
  top: 0;
  content: '';
  width: 15px;
  height: 100%;
  display: inline-block;
  content: '';
  border-top: solid 3px #666;
  border-right: solid 3px #666;
  border-bottom: solid 3px #666;
  right: 0;
}

.text-box-1 p:first-child::first-letter {
  font-size: 2.8rem;
  font-weight: 500;
  margin-right: 2px;
}

.text-box-2 {
  width: 100%;
}
@media (min-width: 768px) {
  .text-box-2 {
    width: 95%;
    margin: 0 2.5%;
  }
}

.infor-top {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .infor-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
}

.section-title-blog {
  text-align: center;
  padding-bottom: 20px;
  width: 100%;
}
@media (min-width: 768px) {
  .section-title-blog {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #fff;
    border-radius: 0 0 10px 0;
    text-align: left;
    width: auto;
    padding: 0 50px 50px 0;
  }
}
.section-title-blog h2 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2.2rem;
  color: #373737;
  line-height: 1.0;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .section-title-blog h2 {
    font-size: 2.2rem;
    position: relative;
    display: inline-block;
    padding-right: 70px;
    margin-bottom: 20px;
  }
  .section-title-blog h2:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 45px;
    height: 1px;
    background-color: #373737;
    right: 0;
  }
}
@media (min-width: 992px) {
  .section-title-blog h2 {
    font-size: 2.3rem;
  }
}
@media (min-width: 1200px) {
  .section-title-blog h2 {
    font-size: 2.5rem;
  }
}
@media (min-width: 1500px) {
  .section-title-blog h2 {
    font-size: 2.7rem;
  }
}
.section-title-blog span {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.2rem;
  color: #748e47;
}
@media (min-width: 768px) {
  .section-title-blog span {
    display: block;
  }
}
@media (min-width: 992px) {
  .section-title-blog span {
    font-size: 1.5rem;
  }
}

@media (max-width: 767px) {
  .title-with-icon-blog {
    position: relative;
    display: inline-block;
    margin-bottom: 50px;
  }
  .title-with-icon-blog:after {
    position: absolute;
    content: "";
    display: inline-block;
    width: 30px;
    height: 20px;
    background: url("../images/section-title-left.png") no-repeat center center;
    background-size: contain;
    left: -60px;
    top: 15px;
  }
}
@media (max-width: 767px) and (min-width: 768px) {
  .title-with-icon-blog:after {
    width: 50px;
    height: 40px;
    left: -120px;
    top: 20px;
  }
}
@media (max-width: 767px) {
  .title-with-icon-blog:before {
    position: absolute;
    content: "";
    display: inline-block;
    width: 30px;
    height: 20px;
    background: url("../images/section-title-right.png") no-repeat center center;
    background-size: contain;
    right: -60px;
    top: 20px;
  }
}
@media (max-width: 767px) and (min-width: 768px) {
  .title-with-icon-blog:before {
    width: 50px;
    height: 40px;
    right: -120px;
    top: 15px;
  }
}

.side-nav-row {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background-color: #f0f0f0;
}

.side-btn {
  position: relative;
  overflow: hidden;
  text-decoration: none;
  display: inline-block;
  border: 1px solid #c9a100;
  background-color: #fff;
  padding: 8px 15px;
  outline: none;
  transition: ease .2s;
  width: 100%;
  border-radius: 5px;
  margin: 0 0 15px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.side-btn span {
  position: relative;
  z-index: 3;
  color: #c9a100;
  font-size: 1.4rem;
  line-height: 1.6;
  font-size: 600;
}
@media (min-width: 768px) {
  .side-btn span {
    font-size: 1.4rem;
  }
}
@media (min-width: 992px) {
  .side-btn span {
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .side-btn span {
    font-size: 1.5rem;
  }
}

.side-btn::after {
  content: '';
  width: 7px;
  height: 7px;
  border-top: 2px solid #c9a100;
  border-right: 2px solid #c9a100;
  transform: rotate(45deg);
}

.side-btn:hover span {
  color: #fff;
  font-weight: 600;
}

.side-bgleft:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #c9a100;
  width: 100%;
  height: 100%;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}

.side-bgleft:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}

.side-btn-1 {
  position: relative;
  overflow: hidden;
  text-decoration: none;
  display: inline-block;
  border: 1px solid #c9a100;
  background-color: #c9a100;
  padding: 8px 15px;
  outline: none;
  transition: ease .2s;
  width: 100%;
  border-radius: 5px;
  margin: 0 0 15px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.side-btn-1 span {
  position: relative;
  z-index: 3;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .side-btn-1 span {
    font-size: 1.4rem;
  }
}
@media (min-width: 992px) {
  .side-btn-1 span {
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .side-btn-1 span {
    font-size: 1.5rem;
  }
}

.side-btn-1::after {
  content: '';
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

.side-btn-1:hover span {
  color: #c9a100;
  font-weight: 500;
}

.side-bgleft-1:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #fff;
  width: 100%;
  height: 100%;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}

.side-bgleft-1:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}

.greeting p {
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: normal;
  border-left: 0;
  padding-left: 0;
}
@media (min-width: 768px) {
  .greeting p {
    font-size: 1.5rem;
  }
}

.layer {
  position: relative;
  margin: 0 auto;
}

.layer-bg {
  background: url("../images/face-bg.jpg") no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 240px;
  padding-top: 50px;
  margin-bottom: 740px;
}
@media (min-width: 430px) {
  .layer-bg {
    height: 310px;
    margin-bottom: 650px;
  }
}
@media (min-width: 500px) {
  .layer-bg {
    margin-bottom: 680px;
    height: 340px;
  }
}
@media (min-width: 570px) {
  .layer-bg {
    margin-bottom: 710px;
    height: 370px;
  }
}
@media (min-width: 660px) {
  .layer-bg {
    margin-bottom: 740px;
    height: 450px;
  }
}
@media (min-width: 768px) {
  .layer-bg {
    height: 800px;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .layer-bg {
    height: 720px;
  }
}
@media (min-width: 1200px) {
  .layer-bg {
    height: 700px;
  }
}

.school-section {
  width: 100%;
}
.school-section h2 {
  margin: 0 auto;
  width: 100%;
  font-size: 2.5rem;
  font-weight: 500;
  text-align: center;
  display: inline-block;
  padding: 1rem 2rem;
  border-top: 6px double #000;
  border-bottom: 6px double #000;
}

.school-name {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0 auto;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 15px;
  width: 220px;
  border: 1px solid #fff;
  z-index: 1;
}
@media (min-width: 768px) {
  .school-name {
    padding: 15px;
    width: 230px;
  }
}
@media (min-width: 992px) {
  .school-name {
    padding: 20px;
    width: 250px;
  }
}
@media (min-width: 1200px) {
  .school-name {
    padding: 20px;
    width: 250px;
  }
}
.school-name h2 {
  font-size: 2.4rem;
  font-weight: 500;
  color: #fff;
  font-weight: normal;
}
@media (min-width: 768px) {
  .school-name h2 {
    font-size: 2.6rem;
  }
}
@media (min-width: 992px) {
  .school-name h2 {
    font-size: 2.8rem;
  }
}
@media (min-width: 1200px) {
  .school-name h2 {
    font-size: 3.0rem;
  }
}
.school-name span {
  font-size: 1.4rem;
  color: #fff;
}
@media (min-width: 768px) {
  .school-name span {
    font-size: 1.4rem;
  }
}
@media (min-width: 992px) {
  .school-name span {
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .school-name span {
    font-size: 1.5rem;
  }
}

.school-box {
  cursor: pointer;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
}
.school-box:hover .school-button p {
  color: #c08b51;
  background-color: white;
}

.ex-box {
  border: 1px solid #999;
  padding: 10px;
  border-radius: 5px;
  background-color: #f7f7f7;
}
@media (min-width: 768px) {
  .ex-box {
    padding: 20px;
  }
}

.top-msg-box h2 {
  font-size: 1.7rem;
  line-height: 1.6;
  font-weight: 500;
}
@media (min-width: 768px) {
  .top-msg-box h2 {
    font-size: 2.4rem;
    font-weight: bold;
  }
}
@media (min-width: 992px) {
  .top-msg-box h2 {
    font-size: 2.8rem;
  }
}
@media (min-width: 1600px) {
  .top-msg-box h2 {
    font-size: 3.1rem;
  }
}
.top-msg-box h3 {
  font-size: 2.0rem;
  line-height: 1.6;
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 3px solid #f0353c;
}
@media (min-width: 768px) {
  .top-msg-box h3 {
    font-size: 2.2rem;
  }
}
@media (min-width: 992px) {
  .top-msg-box h3 {
    font-size: 2.4rem;
  }
}
@media (min-width: 1600px) {
  .top-msg-box h3 {
    font-size: 2.6rem;
  }
}

.top-msg-box-1 {
  background-color: #f9f9f9;
  padding: 30px 10px 15px 10px;
  border-radius: 5px;
  box-shadow: 5px 5px 0px #f0f0f0;
}
@media (min-width: 768px) {
  .top-msg-box-1 {
    padding: 20px;
  }
}
.top-msg-box-1 p {
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .top-msg-box-1 p {
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  .top-msg-box-1 p {
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .top-msg-box-1 p {
    font-size: 1.6rem;
  }
}

.msg-title-1 {
  width: 100%;
}
.msg-title-1 h2 {
  font-size: 2.1rem;
  text-align: center;
  font-weight: 500;
  color: #e1ac1b;
  font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media (min-width: 768px) {
  .msg-title-1 h2 {
    font-size: 3.0rem;
  }
}
@media (min-width: 992px) {
  .msg-title-1 h2 {
    font-size: 3.5rem;
  }
}
@media (min-width: 1200px) {
  .msg-title-1 h2 {
    font-size: 4.0rem;
  }
}
.msg-title-1 p {
  font-size: 1.5rem;
  text-align: center;
  color: #334d75;
  font-weight: 600;
}
@media (min-width: 768px) {
  .msg-title-1 p {
    font-size: 2.2rem;
  }
}
@media (min-width: 992px) {
  .msg-title-1 p {
    font-size: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .msg-title-1 p {
    font-size: 3.0rem;
  }
}

.msg-title-2 {
  width: 100%;
}
.msg-title-2 h3 {
  font-size: 1.7rem;
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
  color: #e1ac1b;
  font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}
@media (min-width: 768px) {
  .msg-title-2 h3 {
    font-size: 2.1rem;
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .msg-title-2 h3 {
    font-size: 2.2rem;
  }
}
@media (min-width: 1200px) {
  .msg-title-2 h3 {
    font-size: 2.3rem;
  }
}

.contents-text p {
  letter-spacing: .25rem;
  color: #666;
}

.school-title-1 {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .school-title-1 {
    margin-bottom: 50px;
  }
}
.school-title-1 h2 {
  position: relative;
  padding: 0 65px;
  text-align: center;
  color: #c9a100;
  font-size: 2.0rem;
  text-align: center;
  font-weight: 500;
  margin-bottom: 30px;
  font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.school-title-1 h2:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
  background: #c9a100;
}
.school-title-1 h2 span {
  position: relative;
  padding: 0 1.3em;
  background: #fff;
}
@media (min-width: 768px) {
  .school-title-1 h2 span {
    padding: 0 2em;
  }
}
@media (min-width: 768px) {
  .school-title-1 h2 {
    font-size: 2.5rem;
  }
}
@media (min-width: 992px) {
  .school-title-1 h2 {
    font-size: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .school-title-1 h2 {
    font-size: 2.5rem;
  }
}
.school-title-1 .school-title-sub {
  font-size: 1.5rem;
  text-align: center;
  font-weight: 600;
}
@media (min-width: 768px) {
  .school-title-1 .school-title-sub {
    font-size: 1.8rem;
  }
}
@media (min-width: 992px) {
  .school-title-1 .school-title-sub {
    font-size: 2.0rem;
  }
}
@media (min-width: 1200px) {
  .school-title-1 .school-title-sub {
    font-size: 2.0rem;
  }
}

.triangle {
  max-width: 80%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .triangle {
    max-width: 400px;
  }
}

.block p {
  margin: 0;
  padding: 0.3em 0;
  background-color: #324c85;
  color: #fff;
  font-weight: 400;
  text-align: center;
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .block p {
    font-size: 1.8rem;
  }
}

.block::after {
  content: '';
  display: block;
  background-color: #324c85;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  width: 100%;
  height: 30px;
}

.school-area {
  width: 100%;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .school-area {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}

.school-area-img-base-1 {
  width: 100%;
  background: url("../images/img-4.jpg") no-repeat center center;
  background-size: cover;
  height: 200px;
  border-radius: 0 0 5px 5px;
}
@media (min-width: 768px) {
  .school-area-img-base-1 {
    width: 40%;
    height: auto;
    border-radius: 0 5px 5px 0;
  }
}

.school-area-img-base-2 {
  width: 100%;
  background: url("../images/img-8.jpg") no-repeat center center;
  background-size: cover;
  height: 200px;
  border-radius: 0 0 5px 5px;
}
@media (min-width: 768px) {
  .school-area-img-base-2 {
    width: 40%;
    height: auto;
    border-radius: 0 5px 5px 0;
  }
}

.school-area-access {
  padding: 15px 15px 30px 15px;
  background-color: #f5f4ea;
  border-radius: 5px 5px 0 0;
}
@media (min-width: 768px) {
  .school-area-access {
    flex: 1;
    padding: 20px;
    border-radius: 5px 0 0 5px;
  }
}
@media (min-width: 992px) {
  .school-area-access {
    padding: 30px;
  }
}
.school-area-access h4 {
  position: relative;
  display: inline-block;
  background-color: #fff;
  padding: 5px 20px;
  font-size: 1.9rem;
  margin-bottom: 40px;
  font-weight: 600;
}
@media (min-width: 768px) {
  .school-area-access h4 {
    font-size: 2.1rem;
    padding: 10px 30px;
  }
}
.school-area-access h4:first-letter {
  color: #509860;
  font-weight: bold;
}
.school-area-access h4:before {
  position: absolute;
  top: 0;
  content: '';
  width: 10px;
  height: 100%;
  display: inline-block;
  border-left: dotted 2px #2b2b2b;
  border-top: dotted 2px #2b2b2b;
  border-bottom: dotted 2px #2b2b2b;
  left: 0;
}
.school-area-access h4:after {
  position: absolute;
  top: 0;
  content: '';
  width: 10px;
  height: 100%;
  display: inline-block;
  content: '';
  border-top: dotted 2px #2b2b2b;
  border-right: dotted 2px #2b2b2b;
  border-bottom: dotted 2px #2b2b2b;
  right: 0;
}

@media (min-width: 768px) {
  .school-area-list {
    margin-left: 10px;
  }
}
.school-area-list li {
  font-size: 1.3rem;
  line-height: 1.6;
  margin: 0 0 20px 0;
  font-weight: 600;
}
@media (min-width: 768px) {
  .school-area-list li {
    font-size: 1.5rem;
  }
}

/* 吹き出し 全体*/
.talking {
  margin-bottom: 50px;
  position: relative;
}

.talking:before, .talking:after {
  clear: both;
  content: "";
  display: block;
}

/*アイコン*/
.talking figure {
  width: 60px;
  /*アイコンの横幅*/
  height: 60px;
  /*アイコンの縦幅*/
}
@media (min-width: 768px) {
  .talking figure {
    width: 80px;
    height: 80px;
  }
}

.talking-left_icon {
  float: left;
  margin-right: 20px;
  /*アイコンの右の余白(左の吹き出し)*/
}

.talking-right_icon {
  float: right;
  margin-left: 20px;
  /*アイコンの左の余白(右の吹き出し)*/
}

.talking figure img {
  width: 100%;
  height: 100%;
  margin: 0;
  border: 2px solid #aaa;
  border-radius: 50%;
  /*アイコンの角丸*/
}

/*アイコンの下の名前*/
.talking-left_icon figcaption,
.talking-right_icon figcaption {
  padding: 5px 0;
  font-size: 1.0rem;
  line-height: 1.6;
  text-align: center;
  font-weight: 600;
}
@media (min-width: 768px) {
  .talking-left_icon figcaption,
  .talking-right_icon figcaption {
    font-size: 1.2rem;
  }
}

/*吹き出しのセリフ部分*/
.talking-left, .talking-right {
  position: relative;
  padding: 15px 20px;
  border-style: solid;
  /*枠線の線種*/
  border-radius: 10px;
  /*セリフを入れる部分の角丸*/
  max-width: calc(100% - 100px);
}
@media (min-width: 768px) {
  .talking-left, .talking-right {
    padding: 25px 30px;
  }
}
.talking-left p, .talking-right p {
  font-size: 1.3rem;
}
@media (min-width: 768px) {
  .talking-left p, .talking-right p {
    font-size: 1.4rem;
  }
}

.talking p {
  margin: 0;
}

.talking p :last-child {
  margin: 0;
}

/*---左の吹き出し---*/
.talking-left {
  float: left;
  border-width: 2px;
  /*枠線の太さ*/
  border-color: #e0ddc1;
  /*枠線の色*/
  background: #f5f4ea;
  /*背景色*/
}

/*左の吹き出し 三角*/
.talking-left:before {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  border-right: 10px solid #e0ddc1;
  /*三角の線になる部分*/
  top: 15px;
  left: -22px;
}

.talking-left:after {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  border-right: 10px solid #f5f4ea;
  top: 15px;
  left: -19px;
}

/*---右の吹き出し---*/
.talking-right {
  float: right;
  border-width: 2px;
  /*枠線の太さ*/
  border-color: #e0d998;
  /*枠線の色*/
  background: #f8f1b3;
  /*背景色*/
}

/*右の吹き出し 三角*/
.talking-right:before {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  border-left: 10px solid #e0d998;
  /*三角の線になる部分*/
  top: 15px;
  right: -22px;
}

.talking-right:after {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  border-left: 10px solid #f8f1b3;
  top: 15px;
  right: -19px;
}

.section {
  position: relative;
}

.section1 {
  position: relative;
  height: 690px;
}
@media (min-width: 768px) {
  .section1 {
    height: 720px;
  }
}
@media (min-width: 992px) {
  .section1 {
    height: 500px;
  }
}

.section2 {
  position: relative;
  height: 800px;
}
@media (min-width: 768px) {
  .section2 {
    height: 850px;
  }
}
@media (min-width: 992px) {
  .section2 {
    height: 630px;
  }
}

.section3 {
  position: relative;
  height: 840px;
}
@media (min-width: 768px) {
  .section3 {
    height: 850px;
  }
}
@media (min-width: 992px) {
  .section3 {
    height: 580px;
  }
}

.section4 {
  position: relative;
  height: 880px;
}
@media (min-width: 768px) {
  .section4 {
    height: 850px;
  }
}
@media (min-width: 992px) {
  .section4 {
    height: 630px;
  }
}

.section-1-l {
  width: 85%;
  padding-top: 50%;
}
@media (min-width: 768px) {
  .section-1-l {
    width: 94%;
  }
}
@media (min-width: 992px) {
  .section-1-l {
    width: 67%;
    padding-top: 0;
  }
}
.section-1-l .section-1-no {
  font-size: 1.5rem;
  font-weight: 500;
  color: #666;
  margin-left: 10px;
}
@media (min-width: 768px) {
  .section-1-l .section-1-no {
    font-size: 1.8rem;
  }
}
@media (min-width: 992px) {
  .section-1-l .section-1-no {
    margin-bottom: 0;
  }
}
.section-1-l .section-1-no span {
  color: #949494;
}
.section-1-l .section-1-box {
  z-index: 1;
  background-color: #fff;
}
@media (min-width: 992px) {
  .section-1-l .section-1-box {
    padding: 30px 30px 30px 0;
  }
}
.section-1-l .section-1-title {
  margin-bottom: 8%;
  background-color: #fff;
  padding: 30px 0;
}
@media (min-width: 992px) {
  .section-1-l .section-1-title {
    background-color: transparent;
    padding: 0;
  }
}
.section-1-l .section-1-text p {
  letter-spacing: .2rem;
  color: #666;
}
.section-1-l .section-1-text p:last-child {
  margin-bottom: 0;
}

.section-1-r {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  z-index: -1;
}
@media (min-width: 768px) {
  .section-1-r {
    width: 80%;
  }
}
@media (min-width: 992px) {
  .section-1-r {
    width: 43%;
  }
}

.section-2-r {
  position: absolute;
  top: 0;
  right: 0;
  width: 85%;
  padding-top: 80%;
}
@media (min-width: 768px) {
  .section-2-r {
    width: 94%;
  }
}
@media (min-width: 992px) {
  .section-2-r {
    width: 67%;
    padding-top: 15%;
  }
}
.section-2-r .section-2-no {
  font-size: 1.5rem;
  font-weight: 500;
  color: #666;
  margin-left: 10px;
}
@media (min-width: 768px) {
  .section-2-r .section-2-no {
    font-size: 1.8rem;
  }
}
@media (min-width: 992px) {
  .section-2-r .section-2-no {
    margin-bottom: 0;
  }
}
.section-2-r .section-2-no span {
  color: #949494;
}
.section-2-r .section-2-box {
  z-index: 1;
  background-color: #fff;
  padding: 0 0 0 30px;
}
@media (min-width: 992px) {
  .section-2-r .section-2-box {
    padding: 30px 0 30px 30px;
  }
}
.section-2-r .section-2-title {
  margin-bottom: 8%;
  background-color: #fff;
  padding: 30px 0 30px 30px;
}
@media (min-width: 992px) {
  .section-2-r .section-2-title {
    margin-left: 35%;
    background-color: transparent;
    padding: 0;
  }
}
.section-2-r .section-2-text p {
  letter-spacing: .2rem;
  color: #666;
}
.section-2-r .section-2-text p:last-child {
  margin-bottom: 0;
}

.section-2-l {
  width: 100%;
  z-index: -1;
}
@media (min-width: 768px) {
  .section-2-l {
    width: 80%;
  }
}
@media (min-width: 992px) {
  .section-2-l {
    width: 50%;
  }
}

.section-3-l {
  width: 85%;
  padding-top: 100%;
}
@media (min-width: 768px) {
  .section-3-l {
    width: 94%;
  }
}
@media (min-width: 992px) {
  .section-3-l {
    width: 57%;
    padding-top: 0;
    margin-bottom: 200px;
  }
}
.section-3-l .section-3-no {
  font-size: 1.5rem;
  font-weight: 500;
  color: #666;
  margin-left: 10px;
}
@media (min-width: 768px) {
  .section-3-l .section-3-no {
    font-size: 1.8rem;
  }
}
@media (min-width: 992px) {
  .section-3-l .section-3-no {
    margin-bottom: 0;
  }
}
.section-3-l .section-3-no span {
  color: #949494;
}
.section-3-l .section-3-box {
  z-index: 1;
  background-color: #fff;
}
@media (min-width: 992px) {
  .section-3-l .section-3-box {
    padding: 30px 30px 30px 0;
  }
}
.section-3-l .section-3-title {
  margin-bottom: 8%;
  background-color: #fff;
  padding: 30px 0;
}
@media (min-width: 992px) {
  .section-3-l .section-3-title {
    background-color: transparent;
    padding: 0;
  }
}
.section-3-l .section-3-text p {
  letter-spacing: .2rem;
  color: #666;
}
.section-3-l .section-3-text p:last-child {
  margin-bottom: 0;
}

.section-3-r {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  z-index: -1;
}
@media (min-width: 768px) {
  .section-3-r {
    width: 80%;
  }
}
@media (min-width: 992px) {
  .section-3-r {
    bottom: -30%;
    top: auto;
    width: 53%;
  }
}

.section-4-r {
  position: absolute;
  top: 0;
  right: 0;
  width: 85%;
  padding-top: 50%;
}
@media (min-width: 768px) {
  .section-4-r {
    width: 94%;
  }
}
@media (min-width: 992px) {
  .section-4-r {
    padding-top: 0;
    width: 55%;
  }
}
.section-4-r .section-4-no {
  font-size: 1.5rem;
  font-weight: 500;
  color: #666;
  margin-left: 10px;
}
@media (min-width: 768px) {
  .section-4-r .section-4-no {
    font-size: 1.8rem;
  }
}
@media (min-width: 992px) {
  .section-4-r .section-4-no {
    margin-bottom: 0;
  }
}
.section-4-r .section-4-no span {
  color: #949494;
}
.section-4-r .section-4-box {
  z-index: 1;
  background-color: #fff;
  padding: 0 0 0 30px;
}
@media (min-width: 992px) {
  .section-4-r .section-4-box {
    padding: 30px 0 30px 30px;
  }
}
.section-4-r .section-4-title {
  background-color: #fff;
  padding: 30px 0 30px 30px;
}
@media (min-width: 992px) {
  .section-4-r .section-4-title {
    margin-bottom: 8%;
    margin-left: 30px;
    background-color: transparent;
    padding: 0;
  }
}
.section-4-r .section-4-text p {
  letter-spacing: .2rem;
  color: #666;
}
.section-4-r .section-4-text p:last-child {
  margin-bottom: 0;
}

.section-4-l {
  width: 100%;
  z-index: -1;
}
@media (min-width: 768px) {
  .section-4-l {
    width: 80%;
  }
}
@media (min-width: 992px) {
  .section-4-l {
    width: 40%;
  }
}

.section-img-1 {
  background: url("../images/schedule-1.png") no-repeat left top;
  height: 40px;
  background-size: contain;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 5%;
}
@media (min-width: 768px) {
  .section-img-1 {
    height: 50px;
  }
}

.section-img-2 {
  background: url("../images/schedule-2.png") no-repeat left top;
  height: 40px;
  background-size: contain;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 5%;
}
@media (min-width: 768px) {
  .section-img-2 {
    height: 50px;
  }
}

.section-img-3 {
  background: url("../images/schedule-3.png") no-repeat left top;
  height: 40px;
  background-size: contain;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 5%;
}
@media (min-width: 768px) {
  .section-img-3 {
    height: 50px;
  }
}

.section-img-4 {
  background: url("../images/schedule-4.png") no-repeat left top;
  height: 40px;
  background-size: contain;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 5%;
}
@media (min-width: 768px) {
  .section-img-4 {
    height: 50px;
  }
}

.section-img-5 {
  background: url("../images/schedule-5.png") no-repeat left top;
  height: 40px;
  background-size: contain;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 5%;
}
@media (min-width: 768px) {
  .section-img-5 {
    height: 50px;
  }
}

.section-img-6 {
  background: url("../images/schedule-6.png") no-repeat left top;
  height: 40px;
  background-size: contain;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 5%;
}
@media (min-width: 768px) {
  .section-img-6 {
    height: 50px;
  }
}

.section-img-7 {
  background: url("../images/schedule-7.png") no-repeat left top;
  height: 40px;
  background-size: contain;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 5%;
}
@media (min-width: 768px) {
  .section-img-7 {
    height: 50px;
  }
}

/*# sourceMappingURL=style.css.map */
