@charset "UTF-8";
/* Scss Document */
/* リセットCSS */
*:focus {
  outline: none;
}

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

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  position: relative;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

html {
  font-size: 62.5%;
}

body {
  word-break: break-all;
  -webkit-text-size-adjust: 100%;
  /* 文字サイズを自動調整する機能を無効化 */
}

dt, dd, ul, li {
  list-style: none;
}

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

input, select {
  vertical-align: middle;
}

a {
  text-decoration: none;
  color: #393939;
}

a:link, a:visited, a:hover, a:active {
  text-decoration: none;
}

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

*:before, *:after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

input[type="button"], input[type="text"], input[type="email"], input[type="submit"], input[type="tel"] {
  border-radius: 0;
  -webkit-appearance: none;
}

img {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: bottom;
  font-size: 0;
  line-height: 0;
}

/*　clearfix
----------------------------------------------- */
.cf:after {
  content: " ";
  display: block;
  clear: both;
}

#container {
  overflow: hidden;
  position: relative;
}

@media screen and (min-width: 701px) {
  #container {
    min-width: 1280px;
  }
}

@media screen and (min-width: 701px) {
  a[href^="tel:"] {
    pointer-events: none;
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

/* Scss Document */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type='checkbox'],
input[type='radio'] {
  display: none;
}

input[type='submit'],
input[type='button'],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

/*display*/
.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: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-flex-ct-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

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

@media (min-width: 700.9999px) {
  .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: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 991px) {
  .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: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1280px) {
  .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: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

/*space*/
.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: 700.9999px) {
  .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: 991px) {
  .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: 1280px) {
  .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;
  }
}

/*text*/
.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-justify {
  text-align: justify !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
  .text-sm-justify {
    text-align: justify !important;
  }
}

@media (min-width: 700.9999px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
  .text-md-justify {
    text-align: justify !important;
  }
}

@media (min-width: 991px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
  .text-lg-justify {
    text-align: justify !important;
  }
}

@media (min-width: 1280px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
  .text-xl-justify {
    text-align: justify !important;
  }
}

/*float*/
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 700.9999px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 991px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1280px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*gutters*/
.row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-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;
}

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

.container-fluid {
  width: 100%;
  max-width: 1280px !important;
  margin-left: auto;
  margin-right: auto;
}

.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;
  -webkit-flex-basis: 0;
          flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
          flex-grow: 1;
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 700.9999px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
            flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
            order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
            order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
            order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
            order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
            order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
            order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
            order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
            order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
            order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
            order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
            order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
            order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
            order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
            order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
            order: 12;
  }
}

@media (min-width: 991px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
            flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
            order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
            order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
            order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
            order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
            order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
            order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
            order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
            order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
            order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
            order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
            order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
            order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
            order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
            order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
            order: 12;
  }
}

@media (min-width: 1280px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
            flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
            order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
            order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
            order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
            order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
            order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
            order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
            order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
            order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
            order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
            order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
            order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
            order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
            order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
            order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
            order: 12;
  }
}

/*　共通設定
----------------------------------------------- */
.sp {
  display: block;
}

.pc {
  display: none;
}

.sp-inline {
  display: inline;
}

.pc-inline {
  display: none;
}

@media screen and (min-width: 700.9999px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
  .pc-inline {
    display: inline;
  }
  .sp-inline {
    display: none;
  }
}

/*!
 * Font Awesome Free 5.0.13 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa, .fab, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.33333em;
  line-height: .75em;
  vertical-align: -.0667em;
}

.fa-xs {
  font-size: .75em;
}

.fa-sm {
  font-size: .875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: .08em solid #eee;
  border-radius: .1em;
  padding: .2em .25em .15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left, .fab.fa-pull-left, .fal.fa-pull-left, .far.fa-pull-left, .fas.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right, .fab.fa-pull-right, .fal.fa-pull-right, .far.fa-pull-right, .fas.fa-pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: a 2s infinite linear;
          animation: a 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: a 1s infinite steps(8);
          animation: a 1s infinite steps(8);
}

@-webkit-keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

@keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.fa-flip-vertical {
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}

.fa-flip-horizontal.fa-flip-vertical, .fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
}

.fa-flip-horizontal.fa-flip-vertical {
  -webkit-transform: scale(-1);
          transform: scale(-1);
}

:root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270 {
  -webkit-filter: none;
  filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em;
}

.fa-stack-1x, .fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

.fa-500px:before {
  content: "\f26e";
}

.fa-accessible-icon:before {
  content: "\f368";
}

.fa-accusoft:before {
  content: "\f369";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-card:before {
  content: "\f2bb";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-adn:before {
  content: "\f170";
}

.fa-adversal:before {
  content: "\f36a";
}

.fa-affiliatetheme:before {
  content: "\f36b";
}

.fa-algolia:before {
  content: "\f36c";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-allergies:before {
  content: "\f461";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-amazon-pay:before {
  content: "\f42c";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-amilia:before {
  content: "\f36d";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-android:before {
  content: "\f17b";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angrycreative:before {
  content: "\f36e";
}

.fa-angular:before {
  content: "\f420";
}

.fa-app-store:before {
  content: "\f36f";
}

.fa-app-store-ios:before {
  content: "\f370";
}

.fa-apper:before {
  content: "\f371";
}

.fa-apple:before {
  content: "\f179";
}

.fa-apple-pay:before {
  content: "\f415";
}

.fa-archive:before {
  content: "\f187";
}

.fa-arrow-alt-circle-down:before {
  content: "\f358";
}

.fa-arrow-alt-circle-left:before {
  content: "\f359";
}

.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}

.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-arrows-alt-h:before {
  content: "\f337";
}

.fa-arrows-alt-v:before {
  content: "\f338";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-asymmetrik:before {
  content: "\f372";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-audible:before {
  content: "\f373";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-autoprefixer:before {
  content: "\f41c";
}

.fa-avianex:before {
  content: "\f374";
}

.fa-aviato:before {
  content: "\f421";
}

.fa-aws:before {
  content: "\f375";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-band-aid:before {
  content: "\f462";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-baseball-ball:before {
  content: "\f433";
}

.fa-basketball-ball:before {
  content: "\f434";
}

.fa-bath:before {
  content: "\f2cd";
}

.fa-battery-empty:before {
  content: "\f244";
}

.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-bed:before {
  content: "\f236";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bimobject:before {
  content: "\f378";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitcoin:before {
  content: "\f379";
}

.fa-bity:before {
  content: "\f37a";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-blackberry:before {
  content: "\f37b";
}

.fa-blender:before {
  content: "\f517";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-blogger:before {
  content: "\f37c";
}

.fa-blogger-b:before {
  content: "\f37d";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-bold:before {
  content: "\f032";
}

.fa-bolt:before {
  content: "\f0e7";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-book:before {
  content: "\f02d";
}

.fa-book-open:before {
  content: "\f518";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-bowling-ball:before {
  content: "\f436";
}

.fa-box:before {
  content: "\f466";
}

.fa-box-open:before {
  content: "\f49e";
}

.fa-boxes:before {
  content: "\f468";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-briefcase-medical:before {
  content: "\f469";
}

.fa-broadcast-tower:before {
  content: "\f519";
}

.fa-broom:before {
  content: "\f51a";
}

.fa-btc:before {
  content: "\f15a";
}

.fa-bug:before {
  content: "\f188";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-burn:before {
  content: "\f46a";
}

.fa-buromobelexperte:before {
  content: "\f37f";
}

.fa-bus:before {
  content: "\f207";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-calendar:before {
  content: "\f133";
}

.fa-calendar-alt:before {
  content: "\f073";
}

.fa-calendar-check:before {
  content: "\f274";
}

.fa-calendar-minus:before {
  content: "\f272";
}

.fa-calendar-plus:before {
  content: "\f271";
}

.fa-calendar-times:before {
  content: "\f273";
}

.fa-camera:before {
  content: "\f030";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-capsules:before {
  content: "\f46b";
}

.fa-car:before {
  content: "\f1b9";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-caret-square-down:before {
  content: "\f150";
}

.fa-caret-square-left:before {
  content: "\f191";
}

.fa-caret-square-right:before {
  content: "\f152";
}

.fa-caret-square-up:before {
  content: "\f151";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cc-amazon-pay:before {
  content: "\f42d";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-apple-pay:before {
  content: "\f416";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-centercode:before {
  content: "\f380";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-chalkboard:before {
  content: "\f51b";
}

.fa-chalkboard-teacher:before {
  content: "\f51c";
}

.fa-chart-area:before {
  content: "\f1fe";
}

.fa-chart-bar:before {
  content: "\f080";
}

.fa-chart-line:before {
  content: "\f201";
}

.fa-chart-pie:before {
  content: "\f200";
}

.fa-check:before {
  content: "\f00c";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-chess:before {
  content: "\f439";
}

.fa-chess-bishop:before {
  content: "\f43a";
}

.fa-chess-board:before {
  content: "\f43c";
}

.fa-chess-king:before {
  content: "\f43f";
}

.fa-chess-knight:before {
  content: "\f441";
}

.fa-chess-pawn:before {
  content: "\f443";
}

.fa-chess-queen:before {
  content: "\f445";
}

.fa-chess-rook:before {
  content: "\f447";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-church:before {
  content: "\f51d";
}

.fa-circle:before {
  content: "\f111";
}

.fa-circle-notch:before {
  content: "\f1ce";
}

.fa-clipboard:before {
  content: "\f328";
}

.fa-clipboard-check:before {
  content: "\f46c";
}

.fa-clipboard-list:before {
  content: "\f46d";
}

.fa-clock:before {
  content: "\f017";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-closed-captioning:before {
  content: "\f20a";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-cloud-download-alt:before {
  content: "\f381";
}

.fa-cloud-upload-alt:before {
  content: "\f382";
}

.fa-cloudscale:before {
  content: "\f383";
}

.fa-cloudsmith:before {
  content: "\f384";
}

.fa-cloudversify:before {
  content: "\f385";
}

.fa-code:before {
  content: "\f121";
}

.fa-code-branch:before {
  content: "\f126";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cog:before {
  content: "\f013";
}

.fa-cogs:before {
  content: "\f085";
}

.fa-coins:before {
  content: "\f51e";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-comment:before {
  content: "\f075";
}

.fa-comment-alt:before {
  content: "\f27a";
}

.fa-comment-dots:before {
  content: "\f4ad";
}

.fa-comment-slash:before {
  content: "\f4b3";
}

.fa-comments:before {
  content: "\f086";
}

.fa-compact-disc:before {
  content: "\f51f";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-compress:before {
  content: "\f066";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-copy:before {
  content: "\f0c5";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-couch:before {
  content: "\f4b8";
}

.fa-cpanel:before {
  content: "\f388";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-creative-commons-by:before {
  content: "\f4e7";
}

.fa-creative-commons-nc:before {
  content: "\f4e8";
}

.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

.fa-creative-commons-nd:before {
  content: "\f4eb";
}

.fa-creative-commons-pd:before {
  content: "\f4ec";
}

.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

.fa-creative-commons-remix:before {
  content: "\f4ee";
}

.fa-creative-commons-sa:before {
  content: "\f4ef";
}

.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

.fa-creative-commons-share:before {
  content: "\f4f2";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-crop:before {
  content: "\f125";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-crow:before {
  content: "\f520";
}

.fa-crown:before {
  content: "\f521";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-css3-alt:before {
  content: "\f38b";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-cut:before {
  content: "\f0c4";
}

.fa-cuttlefish:before {
  content: "\f38c";
}

.fa-d-and-d:before {
  content: "\f38d";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-deaf:before {
  content: "\f2a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-deploydog:before {
  content: "\f38e";
}

.fa-deskpro:before {
  content: "\f38f";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-diagnoses:before {
  content: "\f470";
}

.fa-dice:before {
  content: "\f522";
}

.fa-dice-five:before {
  content: "\f523";
}

.fa-dice-four:before {
  content: "\f524";
}

.fa-dice-one:before {
  content: "\f525";
}

.fa-dice-six:before {
  content: "\f526";
}

.fa-dice-three:before {
  content: "\f527";
}

.fa-dice-two:before {
  content: "\f528";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-digital-ocean:before {
  content: "\f391";
}

.fa-discord:before {
  content: "\f392";
}

.fa-discourse:before {
  content: "\f393";
}

.fa-divide:before {
  content: "\f529";
}

.fa-dna:before {
  content: "\f471";
}

.fa-dochub:before {
  content: "\f394";
}

.fa-docker:before {
  content: "\f395";
}

.fa-dollar-sign:before {
  content: "\f155";
}

.fa-dolly:before {
  content: "\f472";
}

.fa-dolly-flatbed:before {
  content: "\f474";
}

.fa-donate:before {
  content: "\f4b9";
}

.fa-door-closed:before {
  content: "\f52a";
}

.fa-door-open:before {
  content: "\f52b";
}

.fa-dot-circle:before {
  content: "\f192";
}

.fa-dove:before {
  content: "\f4ba";
}

.fa-download:before {
  content: "\f019";
}

.fa-draft2digital:before {
  content: "\f396";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-dribbble-square:before {
  content: "\f397";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-dumbbell:before {
  content: "\f44b";
}

.fa-dyalog:before {
  content: "\f399";
}

.fa-earlybirds:before {
  content: "\f39a";
}

.fa-ebay:before {
  content: "\f4f4";
}

.fa-edge:before {
  content: "\f282";
}

.fa-edit:before {
  content: "\f044";
}

.fa-eject:before {
  content: "\f052";
}

.fa-elementor:before {
  content: "\f430";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-ember:before {
  content: "\f423";
}

.fa-empire:before {
  content: "\f1d1";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-envira:before {
  content: "\f299";
}

.fa-equals:before {
  content: "\f52c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-erlang:before {
  content: "\f39d";
}

.fa-ethereum:before {
  content: "\f42e";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-euro-sign:before {
  content: "\f153";
}

.fa-exchange-alt:before {
  content: "\f362";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-expand:before {
  content: "\f065";
}

.fa-expand-arrows-alt:before {
  content: "\f31e";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-external-link-alt:before {
  content: "\f35d";
}

.fa-external-link-square-alt:before {
  content: "\f360";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-dropper:before {
  content: "\f1fb";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-facebook-messenger:before {
  content: "\f39f";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-feather:before {
  content: "\f52d";
}

.fa-female:before {
  content: "\f182";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-alt:before {
  content: "\f15c";
}

.fa-file-archive:before {
  content: "\f1c6";
}

.fa-file-audio:before {
  content: "\f1c7";
}

.fa-file-code:before {
  content: "\f1c9";
}

.fa-file-excel:before {
  content: "\f1c3";
}

.fa-file-image:before {
  content: "\f1c5";
}

.fa-file-medical:before {
  content: "\f477";
}

.fa-file-medical-alt:before {
  content: "\f478";
}

.fa-file-pdf:before {
  content: "\f1c1";
}

.fa-file-powerpoint:before {
  content: "\f1c4";
}

.fa-file-video:before {
  content: "\f1c8";
}

.fa-file-word:before {
  content: "\f1c2";
}

.fa-film:before {
  content: "\f008";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-first-aid:before {
  content: "\f479";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-first-order-alt:before {
  content: "\f50a";
}

.fa-firstdraft:before {
  content: "\f3a1";
}

.fa-flag:before {
  content: "\f024";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-flipboard:before {
  content: "\f44d";
}

.fa-fly:before {
  content: "\f417";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-font:before {
  content: "\f031";
}

.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-font-awesome-alt:before {
  content: "\f35c";
}

.fa-font-awesome-flag:before {
  content: "\f425";
}

.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-fonticons-fi:before {
  content: "\f3a2";
}

.fa-football-ball:before {
  content: "\f44e";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-freebsd:before {
  content: "\f3a4";
}

.fa-frog:before {
  content: "\f52e";
}

.fa-frown:before {
  content: "\f119";
}

.fa-fulcrum:before {
  content: "\f50b";
}

.fa-futbol:before {
  content: "\f1e3";
}

.fa-galactic-republic:before {
  content: "\f50c";
}

.fa-galactic-senate:before {
  content: "\f50d";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-gas-pump:before {
  content: "\f52f";
}

.fa-gavel:before {
  content: "\f0e3";
}

.fa-gem:before {
  content: "\f3a5";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-github:before {
  content: "\f09b";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-gitkraken:before {
  content: "\f3a6";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-gitter:before {
  content: "\f426";
}

.fa-glass-martini:before {
  content: "\f000";
}

.fa-glasses:before {
  content: "\f530";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-gofore:before {
  content: "\f3a7";
}

.fa-golf-ball:before {
  content: "\f450";
}

.fa-goodreads:before {
  content: "\f3a8";
}

.fa-goodreads-g:before {
  content: "\f3a9";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-google-drive:before {
  content: "\f3aa";
}

.fa-google-play:before {
  content: "\f3ab";
}

.fa-google-plus:before {
  content: "\f2b3";
}

.fa-google-plus-g:before {
  content: "\f0d5";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-gratipay:before {
  content: "\f184";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-greater-than:before {
  content: "\f531";
}

.fa-greater-than-equal:before {
  content: "\f532";
}

.fa-gripfire:before {
  content: "\f3ac";
}

.fa-grunt:before {
  content: "\f3ad";
}

.fa-gulp:before {
  content: "\f3ae";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-hacker-news-square:before {
  content: "\f3af";
}

.fa-hand-holding:before {
  content: "\f4bd";
}

.fa-hand-holding-heart:before {
  content: "\f4be";
}

.fa-hand-holding-usd:before {
  content: "\f4c0";
}

.fa-hand-lizard:before {
  content: "\f258";
}

.fa-hand-paper:before {
  content: "\f256";
}

.fa-hand-peace:before {
  content: "\f25b";
}

.fa-hand-point-down:before {
  content: "\f0a7";
}

.fa-hand-point-left:before {
  content: "\f0a5";
}

.fa-hand-point-right:before {
  content: "\f0a4";
}

.fa-hand-point-up:before {
  content: "\f0a6";
}

.fa-hand-pointer:before {
  content: "\f25a";
}

.fa-hand-rock:before {
  content: "\f255";
}

.fa-hand-scissors:before {
  content: "\f257";
}

.fa-hand-spock:before {
  content: "\f259";
}

.fa-hands:before {
  content: "\f4c2";
}

.fa-hands-helping:before {
  content: "\f4c4";
}

.fa-handshake:before {
  content: "\f2b5";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-hdd:before {
  content: "\f0a0";
}

.fa-heading:before {
  content: "\f1dc";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-heart:before {
  content: "\f004";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-helicopter:before {
  content: "\f533";
}

.fa-hips:before {
  content: "\f452";
}

.fa-hire-a-helper:before {
  content: "\f3b0";
}

.fa-history:before {
  content: "\f1da";
}

.fa-hockey-puck:before {
  content: "\f453";
}

.fa-home:before {
  content: "\f015";
}

.fa-hooli:before {
  content: "\f427";
}

.fa-hospital:before {
  content: "\f0f8";
}

.fa-hospital-alt:before {
  content: "\f47d";
}

.fa-hospital-symbol:before {
  content: "\f47e";
}

.fa-hotjar:before {
  content: "\f3b1";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-start:before {
  content: "\f251";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-hubspot:before {
  content: "\f3b2";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-id-card:before {
  content: "\f2c2";
}

.fa-id-card-alt:before {
  content: "\f47f";
}

.fa-image:before {
  content: "\f03e";
}

.fa-images:before {
  content: "\f302";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-industry:before {
  content: "\f275";
}

.fa-infinity:before {
  content: "\f534";
}

.fa-info:before {
  content: "\f129";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-italic:before {
  content: "\f033";
}

.fa-itunes:before {
  content: "\f3b4";
}

.fa-itunes-note:before {
  content: "\f3b5";
}

.fa-java:before {
  content: "\f4e4";
}

.fa-jedi-order:before {
  content: "\f50e";
}

.fa-jenkins:before {
  content: "\f3b6";
}

.fa-joget:before {
  content: "\f3b7";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-js:before {
  content: "\f3b8";
}

.fa-js-square:before {
  content: "\f3b9";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-key:before {
  content: "\f084";
}

.fa-keybase:before {
  content: "\f4f5";
}

.fa-keyboard:before {
  content: "\f11c";
}

.fa-keycdn:before {
  content: "\f3ba";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

.fa-kickstarter-k:before {
  content: "\f3bc";
}

.fa-kiwi-bird:before {
  content: "\f535";
}

.fa-korvue:before {
  content: "\f42f";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-laravel:before {
  content: "\f3bd";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-lemon:before {
  content: "\f094";
}

.fa-less:before {
  content: "\f41d";
}

.fa-less-than:before {
  content: "\f536";
}

.fa-less-than-equal:before {
  content: "\f537";
}

.fa-level-down-alt:before {
  content: "\f3be";
}

.fa-level-up-alt:before {
  content: "\f3bf";
}

.fa-life-ring:before {
  content: "\f1cd";
}

.fa-lightbulb:before {
  content: "\f0eb";
}

.fa-line:before {
  content: "\f3c0";
}

.fa-link:before {
  content: "\f0c1";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-lira-sign:before {
  content: "\f195";
}

.fa-list:before {
  content: "\f03a";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-lock:before {
  content: "\f023";
}

.fa-lock-open:before {
  content: "\f3c1";
}

.fa-long-arrow-alt-down:before {
  content: "\f309";
}

.fa-long-arrow-alt-left:before {
  content: "\f30a";
}

.fa-long-arrow-alt-right:before {
  content: "\f30b";
}

.fa-long-arrow-alt-up:before {
  content: "\f30c";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-magento:before {
  content: "\f3c4";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-male:before {
  content: "\f183";
}

.fa-mandalorian:before {
  content: "\f50f";
}

.fa-map:before {
  content: "\f279";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-map-marker-alt:before {
  content: "\f3c5";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mastodon:before {
  content: "\f4f6";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-medapps:before {
  content: "\f3c6";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-medium-m:before {
  content: "\f3c7";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-medrt:before {
  content: "\f3c8";
}

.fa-meetup:before {
  content: "\f2e0";
}

.fa-meh:before {
  content: "\f11a";
}

.fa-memory:before {
  content: "\f538";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-alt:before {
  content: "\f3c9";
}

.fa-microphone-alt-slash:before {
  content: "\f539";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-microsoft:before {
  content: "\f3ca";
}

.fa-minus:before {
  content: "\f068";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-mix:before {
  content: "\f3cb";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-mizuni:before {
  content: "\f3cc";
}

.fa-mobile:before {
  content: "\f10b";
}

.fa-mobile-alt:before {
  content: "\f3cd";
}

.fa-modx:before {
  content: "\f285";
}

.fa-monero:before {
  content: "\f3d0";
}

.fa-money-bill:before {
  content: "\f0d6";
}

.fa-money-bill-alt:before {
  content: "\f3d1";
}

.fa-money-bill-wave:before {
  content: "\f53a";
}

.fa-money-bill-wave-alt:before {
  content: "\f53b";
}

.fa-money-check:before {
  content: "\f53c";
}

.fa-money-check-alt:before {
  content: "\f53d";
}

.fa-moon:before {
  content: "\f186";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-music:before {
  content: "\f001";
}

.fa-napster:before {
  content: "\f3d2";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-newspaper:before {
  content: "\f1ea";
}

.fa-nintendo-switch:before {
  content: "\f418";
}

.fa-node:before {
  content: "\f419";
}

.fa-node-js:before {
  content: "\f3d3";
}

.fa-not-equal:before {
  content: "\f53e";
}

.fa-notes-medical:before {
  content: "\f481";
}

.fa-npm:before {
  content: "\f3d4";
}

.fa-ns8:before {
  content: "\f3d5";
}

.fa-nutritionix:before {
  content: "\f3d6";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-old-republic:before {
  content: "\f510";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-osi:before {
  content: "\f41a";
}

.fa-outdent:before {
  content: "\f03b";
}

.fa-page4:before {
  content: "\f3d7";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-palette:before {
  content: "\f53f";
}

.fa-palfed:before {
  content: "\f3d8";
}

.fa-pallet:before {
  content: "\f482";
}

.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-parachute-box:before {
  content: "\f4cd";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-parking:before {
  content: "\f540";
}

.fa-paste:before {
  content: "\f0ea";
}

.fa-patreon:before {
  content: "\f3d9";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-pen-square:before {
  content: "\f14b";
}

.fa-pencil-alt:before {
  content: "\f303";
}

.fa-people-carry:before {
  content: "\f4ce";
}

.fa-percent:before {
  content: "\f295";
}

.fa-percentage:before {
  content: "\f541";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-phoenix-squadron:before {
  content: "\f511";
}

.fa-phone:before {
  content: "\f095";
}

.fa-phone-slash:before {
  content: "\f3dd";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-phone-volume:before {
  content: "\f2a0";
}

.fa-php:before {
  content: "\f457";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-pied-piper-hat:before {
  content: "\f4e5";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-piggy-bank:before {
  content: "\f4d3";
}

.fa-pills:before {
  content: "\f484";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-plane:before {
  content: "\f072";
}

.fa-play:before {
  content: "\f04b";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-playstation:before {
  content: "\f3df";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-plus:before {
  content: "\f067";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-poo:before {
  content: "\f2fe";
}

.fa-portrait:before {
  content: "\f3e0";
}

.fa-pound-sign:before {
  content: "\f154";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-prescription-bottle:before {
  content: "\f485";
}

.fa-prescription-bottle-alt:before {
  content: "\f486";
}

.fa-print:before {
  content: "\f02f";
}

.fa-procedures:before {
  content: "\f487";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-project-diagram:before {
  content: "\f542";
}

.fa-pushed:before {
  content: "\f3e1";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-python:before {
  content: "\f3e2";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-question:before {
  content: "\f128";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-quidditch:before {
  content: "\f458";
}

.fa-quinscape:before {
  content: "\f459";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-r-project:before {
  content: "\f4f7";
}

.fa-random:before {
  content: "\f074";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-react:before {
  content: "\f41b";
}

.fa-readme:before {
  content: "\f4d5";
}

.fa-rebel:before {
  content: "\f1d0";
}

.fa-receipt:before {
  content: "\f543";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-red-river:before {
  content: "\f3e3";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-redo:before {
  content: "\f01e";
}

.fa-redo-alt:before {
  content: "\f2f9";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-rendact:before {
  content: "\f3e4";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-reply:before {
  content: "\f3e5";
}

.fa-reply-all:before {
  content: "\f122";
}

.fa-replyd:before {
  content: "\f3e6";
}

.fa-researchgate:before {
  content: "\f4f8";
}

.fa-resolving:before {
  content: "\f3e7";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-ribbon:before {
  content: "\f4d6";
}

.fa-road:before {
  content: "\f018";
}

.fa-robot:before {
  content: "\f544";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-rocketchat:before {
  content: "\f3e8";
}

.fa-rockrms:before {
  content: "\f3e9";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-ruble-sign:before {
  content: "\f158";
}

.fa-ruler:before {
  content: "\f545";
}

.fa-ruler-combined:before {
  content: "\f546";
}

.fa-ruler-horizontal:before {
  content: "\f547";
}

.fa-ruler-vertical:before {
  content: "\f548";
}

.fa-rupee-sign:before {
  content: "\f156";
}

.fa-safari:before {
  content: "\f267";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-save:before {
  content: "\f0c7";
}

.fa-schlix:before {
  content: "\f3ea";
}

.fa-school:before {
  content: "\f549";
}

.fa-screwdriver:before {
  content: "\f54a";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-search:before {
  content: "\f002";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-searchengin:before {
  content: "\f3eb";
}

.fa-seedling:before {
  content: "\f4d8";
}

.fa-sellcast:before {
  content: "\f2da";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-server:before {
  content: "\f233";
}

.fa-servicestack:before {
  content: "\f3ec";
}

.fa-share:before {
  content: "\f064";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-shekel-sign:before {
  content: "\f20b";
}

.fa-shield-alt:before {
  content: "\f3ed";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-shipping-fast:before {
  content: "\f48b";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-shoe-prints:before {
  content: "\f54b";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-sign:before {
  content: "\f4d9";
}

.fa-sign-in-alt:before {
  content: "\f2f6";
}

.fa-sign-language:before {
  content: "\f2a7";
}

.fa-sign-out-alt:before {
  content: "\f2f5";
}

.fa-signal:before {
  content: "\f012";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-sistrix:before {
  content: "\f3ee";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-sith:before {
  content: "\f512";
}

.fa-skull:before {
  content: "\f54c";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-slack:before {
  content: "\f198";
}

.fa-slack-hash:before {
  content: "\f3ef";
}

.fa-sliders-h:before {
  content: "\f1de";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-smile:before {
  content: "\f118";
}

.fa-smoking:before {
  content: "\f48d";
}

.fa-smoking-ban:before {
  content: "\f54d";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-snowflake:before {
  content: "\f2dc";
}

.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-alpha-down:before {
  content: "\f15d";
}

.fa-sort-alpha-up:before {
  content: "\f15e";
}

.fa-sort-amount-down:before {
  content: "\f160";
}

.fa-sort-amount-up:before {
  content: "\f161";
}

.fa-sort-down:before {
  content: "\f0dd";
}

.fa-sort-numeric-down:before {
  content: "\f162";
}

.fa-sort-numeric-up:before {
  content: "\f163";
}

.fa-sort-up:before {
  content: "\f0de";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-speakap:before {
  content: "\f3f3";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-square-full:before {
  content: "\f45c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-staylinked:before {
  content: "\f3f5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-steam-symbol:before {
  content: "\f3f6";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-sticker-mule:before {
  content: "\f3f7";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stopwatch:before {
  content: "\f2f2";
}

.fa-store:before {
  content: "\f54e";
}

.fa-store-alt:before {
  content: "\f54f";
}

.fa-strava:before {
  content: "\f428";
}

.fa-stream:before {
  content: "\f550";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-stripe:before {
  content: "\f429";
}

.fa-stripe-s:before {
  content: "\f42a";
}

.fa-stroopwafel:before {
  content: "\f551";
}

.fa-studiovinari:before {
  content: "\f3f8";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-subway:before {
  content: "\f239";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-sun:before {
  content: "\f185";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-supple:before {
  content: "\f3f9";
}

.fa-sync:before {
  content: "\f021";
}

.fa-sync-alt:before {
  content: "\f2f1";
}

.fa-syringe:before {
  content: "\f48e";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-table-tennis:before {
  content: "\f45d";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-tablet-alt:before {
  content: "\f3fa";
}

.fa-tablets:before {
  content: "\f490";
}

.fa-tachometer-alt:before {
  content: "\f3fd";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-tape:before {
  content: "\f4db";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-taxi:before {
  content: "\f1ba";
}

.fa-teamspeak:before {
  content: "\f4f9";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-telegram-plane:before {
  content: "\f3fe";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-thermometer:before {
  content: "\f491";
}

.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbtack:before {
  content: "\f08d";
}

.fa-ticket-alt:before {
  content: "\f3ff";
}

.fa-times:before {
  content: "\f00d";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-tint:before {
  content: "\f043";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-toolbox:before {
  content: "\f552";
}

.fa-trade-federation:before {
  content: "\f513";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-train:before {
  content: "\f238";
}

.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-trash-alt:before {
  content: "\f2ed";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-trello:before {
  content: "\f181";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-truck-loading:before {
  content: "\f4de";
}

.fa-truck-moving:before {
  content: "\f4df";
}

.fa-tshirt:before {
  content: "\f553";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-tv:before {
  content: "\f26c";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-typo3:before {
  content: "\f42b";
}

.fa-uber:before {
  content: "\f402";
}

.fa-uikit:before {
  content: "\f403";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-undo:before {
  content: "\f0e2";
}

.fa-undo-alt:before {
  content: "\f2ea";
}

.fa-uniregistry:before {
  content: "\f404";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-university:before {
  content: "\f19c";
}

.fa-unlink:before {
  content: "\f127";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-untappd:before {
  content: "\f405";
}

.fa-upload:before {
  content: "\f093";
}

.fa-usb:before {
  content: "\f287";
}

.fa-user:before {
  content: "\f007";
}

.fa-user-alt:before {
  content: "\f406";
}

.fa-user-alt-slash:before {
  content: "\f4fa";
}

.fa-user-astronaut:before {
  content: "\f4fb";
}

.fa-user-check:before {
  content: "\f4fc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-clock:before {
  content: "\f4fd";
}

.fa-user-cog:before {
  content: "\f4fe";
}

.fa-user-edit:before {
  content: "\f4ff";
}

.fa-user-friends:before {
  content: "\f500";
}

.fa-user-graduate:before {
  content: "\f501";
}

.fa-user-lock:before {
  content: "\f502";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-user-minus:before {
  content: "\f503";
}

.fa-user-ninja:before {
  content: "\f504";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-user-shield:before {
  content: "\f505";
}

.fa-user-slash:before {
  content: "\f506";
}

.fa-user-tag:before {
  content: "\f507";
}

.fa-user-tie:before {
  content: "\f508";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-users:before {
  content: "\f0c0";
}

.fa-users-cog:before {
  content: "\f509";
}

.fa-ussunnah:before {
  content: "\f407";
}

.fa-utensil-spoon:before {
  content: "\f2e5";
}

.fa-utensils:before {
  content: "\f2e7";
}

.fa-vaadin:before {
  content: "\f408";
}

.fa-venus:before {
  content: "\f221";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-vial:before {
  content: "\f492";
}

.fa-vials:before {
  content: "\f493";
}

.fa-viber:before {
  content: "\f409";
}

.fa-video:before {
  content: "\f03d";
}

.fa-video-slash:before {
  content: "\f4e2";
}

.fa-vimeo:before {
  content: "\f40a";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-vimeo-v:before {
  content: "\f27d";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-vk:before {
  content: "\f189";
}

.fa-vnv:before {
  content: "\f40b";
}

.fa-volleyball-ball:before {
  content: "\f45f";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-walking:before {
  content: "\f554";
}

.fa-wallet:before {
  content: "\f555";
}

.fa-warehouse:before {
  content: "\f494";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-weight:before {
  content: "\f496";
}

.fa-weixin:before {
  content: "\f1d7";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-whatsapp-square:before {
  content: "\f40c";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-whmcs:before {
  content: "\f40d";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-window-close:before {
  content: "\f410";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-wine-glass:before {
  content: "\f4e3";
}

.fa-wolf-pack-battalion:before {
  content: "\f514";
}

.fa-won-sign:before {
  content: "\f159";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-wordpress-simple:before {
  content: "\f411";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-x-ray:before {
  content: "\f497";
}

.fa-xbox:before {
  content: "\f412";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-y-combinator:before {
  content: "\f23b";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-yandex:before {
  content: "\f413";
}

.fa-yandex-international:before {
  content: "\f414";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-yen-sign:before {
  content: "\f157";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-youtube-square:before {
  content: "\f431";
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

@font-face {
  font-family: Font Awesome\ 5 Brands;
  font-style: normal;
  font-weight: 400;
  src: url(../webfonts/fa-brands-400.eot);
  src: url(../webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(../webfonts/fa-brands-400.woff2) format("woff2"), url(../webfonts/fa-brands-400.woff) format("woff"), url(../webfonts/fa-brands-400.ttf) format("truetype"), url(../webfonts/fa-brands-400.svg#fontawesome) format("svg");
}

.fab {
  font-family: Font Awesome\ 5 Brands;
}

@font-face {
  font-family: Font Awesome\ 5 Free;
  font-style: normal;
  font-weight: 400;
  src: url(../webfonts/fa-regular-400.eot);
  src: url(../webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(../webfonts/fa-regular-400.woff2) format("woff2"), url(../webfonts/fa-regular-400.woff) format("woff"), url(../webfonts/fa-regular-400.ttf) format("truetype"), url(../webfonts/fa-regular-400.svg#fontawesome) format("svg");
}

.far {
  font-weight: 400;
}

@font-face {
  font-family: Font Awesome\ 5 Free;
  font-style: normal;
  font-weight: 900;
  src: url(../webfonts/fa-solid-900.eot);
  src: url(../webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(../webfonts/fa-solid-900.woff2) format("woff2"), url(../webfonts/fa-solid-900.woff) format("woff"), url(../webfonts/fa-solid-900.ttf) format("truetype"), url(../webfonts/fa-solid-900.svg#fontawesome) format("svg");
}

.fa, .far, .fas {
  font-family: Font Awesome\ 5 Free;
}

.fa, .fas {
  font-weight: 900;
}

/* Scss Document */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: '';
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
  width: 100%;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*　オリジナル
----------------------------------------------- */
.introduction-slider {
  position: relative;
}

.introduction-slider .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-indent: -99999px;
  padding: 0;
  background: url("../../img/page/introduction/introduction_slider_icon.svg") no-repeat center/cover;
  width: 8.572vw;
  height: 8.572vw;
  z-index: 1;
}

.introduction-slider .slick-arrow.slick-prev {
  left: 3vw;
  -webkit-transform: translateY(-50%) rotateY(180deg);
          transform: translateY(-50%) rotateY(180deg);
}

.introduction-slider .slick-arrow.slick-next {
  right: 3vw;
}

.introduction-slider .slick-slide {
  position: relative;
}

.introduction-slider .slick-slide .item {
  position: absolute;
  right: -20%;
  bottom: 0;
  width: 14%;
  -webkit-transition: 1s;
  transition: 1s;
}

.introduction-slider .slick-slide.slick-active .item {
  right: 4.5%;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

@media screen and (min-width: 701px) {
  .introduction-slider .slick-arrow {
    width: 50px;
    height: 50px;
  }
  .introduction-slider .slick-arrow.slick-prev {
    left: -25px;
  }
  .introduction-slider .slick-arrow.slick-next {
    right: -25px;
  }
  .introduction-slider .slick-slide {
    border-radius: 10px;
    overflow: hidden;
  }
  .introduction-slider .slick-slide .item {
    display: none;
  }
}

/*　オリジナル
----------------------------------------------- */
/* Scss Document */
/*　基準CSS
----------------------------------------------- */
body {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #000000;
  font-size: 3.71429vw;
  line-height: 1;
  letter-spacing: 0.075em;
}

body.is-fixed {
  width: 100%;
  height: 100vh;
  position: fixed;
  overflow: hidden;
}

@media screen and (min-width: 700.9999px) {
  body {
    font-size: 1.4rem;
  }
}

/* 非表示 */
.visually-hidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  margin: -1px;
}

/*　基準CSS
----------------------------------------------- */
/*　header
----------------------------------------------- */
.header {
  position: relative;
  position: fixed;
  top: 0;
  z-index: 99;
}

/*　header SP
----------------------------------------------- */
.is-fixed .header-sp__head {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  -webkit-transition: all 0s;
  transition: all 0s;
  pointer-events: none;
}

.is-fixed .header-sp__logo {
  opacity: 0;
}

.is-fixed .header-sp__inner {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: all .5s;
  transition: all .5s;
}

.is-fixed .header-sp__bg {
  opacity: 1;
  -webkit-transition: all .5s;
  transition: all .5s;
  pointer-events: visible;
}

.is-fixed .header-sp__button {
  background-image: none;
  -webkit-transition: background-image .9s .5s;
  transition: background-image .9s .5s;
  pointer-events: auto;
}

.is-fixed .header-sp__button--line {
  right: 5.85652vw;
  top: 10.2489vw;
  height: 0.29283vw;
  background-color: transparent;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.is-fixed .header-sp__button--line::before, .is-fixed .header-sp__button--line::after {
  top: 0;
  background-color: #ffffff;
}

.is-fixed .header-sp__button--line::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.is-fixed .header-sp__button--line::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.is-fixed .header-sp__head .header-sp__button.op {
  background-image: none;
}

.is-fixed .header-sp__head .header-sp__button.op .header-sp__button--line {
  background-color: transparent;
}

.is-fixed .header-sp__head .header-sp__button.op .header-sp__button--line::before {
  background-color: #ffffff;
}

.is-fixed .header-sp__head .header-sp__button.op .header-sp__button--line::after {
  background-color: #ffffff;
}

.header-sp__head {
  height: 19.03367vw;
  position: fixed;
  top: 0;
  z-index: 9;
  width: 100%;
  -webkit-box-shadow: 0 calc(3vw / 6.83) calc(6vw / 6.83) 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 calc(3vw / 6.83) calc(6vw / 6.83) 0 rgba(0, 0, 0, 0.1);
  background-color: white;
}

.header-sp__logo {
  width: 34.84627vw;
  height: 8.78477vw;
  padding-left: 5.12445vw;
  padding-top: 6.29575vw;
  height: auto;
}

.header-sp__logo > * {
  display: block;
  width: inherit;
  height: inherit;
}

.header-sp__logo > * > * {
  display: block;
  width: inherit;
  height: inherit;
}

.header-sp__logo.op {
  width: 65.73939vw;
  padding-top: 4.83163vw;
}

.header-sp__button {
  top: -3.66032vw;
  right: -6.58858vw;
  width: 29.28258vw;
  height: 29.28258vw;
  position: absolute;
  border-radius: 50%;
  background-image: url(../../img/common/icon_menu_btn_bg_sp.svg);
  background-size: contain;
  background-repeat: no-repeat;
  outline: none;
  cursor: pointer;
  -webkit-transition: background-image .9s .5s;
  transition: background-image .9s .5s;
}

.header-sp__button.op {
  background-image: url(../../img/common/icon_menu_btn_bg_ops.png);
}

.header-sp__button.op .header-sp__button--line {
  background-color: #91cd2f;
}

.header-sp__button.op .header-sp__button--line::before {
  height: 2px;
  background-color: #2c318d;
}

.header-sp__button.op .header-sp__button--line::after {
  height: 2px;
  background-color: #2c318d;
}

.header-sp__button--inner {
  top: 3.66032vw;
  right: 6.58858vw;
  position: absolute;
}

.header-sp__button--line {
  right: 3.66032vw;
  top: 8.78477vw;
  width: 9.51684vw;
  height: 0.43924vw;
  position: absolute;
  background-color: #ffffff;
  -webkit-transition: inherit;
  transition: inherit;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.header-sp__button--line::before, .header-sp__button--line::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: inherit;
  content: "";
  -webkit-transition: inherit;
  transition: inherit;
}

.header-sp__button--line::before {
  top: -2.92826vw;
}

.header-sp__button--line::after {
  top: 2.92826vw;
}

.header-sp__list--sub {
  padding-top: 4.39239vw;
  padding-bottom: 2.19619vw;
  display: none;
}

.header-sp__list--sub > * > * {
  padding-top: 2.92826vw;
  padding-bottom: 2.92826vw;
  padding-left: 5.12445vw;
  font-size: 4vw;
  display: block;
  color: #ffffff;
  letter-spacing: .05em;
}

.header-sp__inner {
  padding-top: 7.32064vw;
  padding-bottom: 13.17716vw;
  padding-left: 7.32064vw;
  padding-right: 7.32064vw;
  opacity: 0;
  position: fixed;
  top: 0;
  z-index: 2;
  -webkit-transform: translateX(120%);
          transform: translateX(120%);
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  overflow-y: scroll;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.header-sp__inner.op {
  width: 100vw;
  padding-top: 0;
  padding-right: 0;
  padding-left: 0;
  overflow-x: hidden;
}

.header-sp__inner.op .header-sp__title {
  width: 100%;
}

.header-sp__inner.op .header-sp__title dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.header-sp__inner.op .header-sp__title dl dd {
  position: relative;
  height: 100vw;
}

.header-sp__inner.op .header-sp__title dl dd:nth-of-type(1) a img {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: .6s;
  transition: .6s;
}

.header-sp__inner.op .header-sp__title dl dd:nth-of-type(1) a img:nth-of-type(1) {
  z-index: 2;
}

.header-sp__inner.op .header-sp__title dl dd:nth-of-type(1) a img:nth-of-type(2) {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.header-sp__inner.op .header-sp__title dl dd:nth-of-type(2) a img {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: .6s;
  transition: .6s;
}

.header-sp__inner.op .header-sp__title dl dd:nth-of-type(2) a img:nth-of-type(1) {
  z-index: 2;
}

.header-sp__inner.op .header-sp__title dl dd:nth-of-type(2) a img:nth-of-type(2) {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.header-sp__inner.op .header-sp__menu {
  padding-top: 0;
}

.header-sp__title {
  width: 48.31625vw;
  height: auto;
}

.header-sp__title > * {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.header-sp__title > * > * {
  display: block;
  width: inherit;
  height: inherit;
}

.is-fixed .op .header-sp__title dl dd:nth-of-type(1) a img:nth-of-type(2) {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
}

.is-fixed .op .header-sp__title dl dd:nth-of-type(2) a img:nth-of-type(2) {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
}

.header-sp__menu {
  padding-top: 8.05271vw;
}

.header-sp__list.half {
  display: inline-block;
  width: calc(50% - (50vw / 2 / 6.83));
}

.header-sp__list.half + .half {
  margin-left: 6.14934vw;
}

.header-sp__list--link {
  font-size: 4.57143vw;
  padding-top: 5.85652vw;
  height: 19.03367vw;
  display: block;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  color: white;
  font-weight: 500;
  letter-spacing: .075em;
}

.header-sp__list--link::before {
  font-size: 3.28571vw;
  bottom: 2.92826vw;
  display: inline-block;
  position: absolute;
  left: 0;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  letter-spacing: .025em;
  content: attr(data-en);
}

.header-sp__list--link.toggle {
  width: calc(100% + (50vw / 6.83));
  -webkit-transition: all .5s;
  transition: all .5s;
}

.header-sp__list--link.toggle::after {
  right: 10.2489vw;
  width: 3.3675vw;
  height: 2.34261vw;
  position: absolute;
  top: calc(50% + (7vw / 6.83));
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../../img/common/icon_menu_triangle.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  -webkit-transition: all .5s;
  transition: all .5s;
}

.header-sp__list--link.toggle.is-active {
  width: 100%;
}

.header-sp__list--link.toggle.is-active::after {
  right: 2.92826vw;
  top: calc(50% + (-7vw / 6.83));
  -webkit-transform: rotate(180deg) translateY(-50%);
          transform: rotate(180deg) translateY(-50%);
}

.header-sp__banner {
  margin-top: 8.78477vw;
}

.header-sp__banner--item {
  display: inline-block;
  height: auto;
}

.header-sp__banner--item.pamphlet {
  margin-top: 2.19619vw;
  width: 34.40703vw;
}

.header-sp__banner--item.open {
  margin-top: 2.19619vw;
  margin-left: 0.73206vw;
  width: 49.04832vw;
}

.header-sp__banner--item > * {
  display: block;
}

.header-sp__banner--item > * > * {
  display: block;
}

.header-sp__other.op {
  padding-top: 0vw;
  padding-bottom: 13.17716vw;
  padding-left: 7.32064vw;
  padding-right: 7.32064vw;
}

.header-sp__other.op * {
  border-color: #909090 !important;
  color: #000000 !important;
}

.header-sp__other.op *::before {
  background-color: #000000;
}

.header-sp__other.op * .pamphlet a::before {
  left: 15px;
  background-image: url(../../img/common/icon_menu_book_black.svg);
  background-color: #ffffff;
}

.header-sp__other.op * .pamphlet a::after {
  background-image: url(../../img/common/icon_menu_circle_triangle_black.svg);
}

.header-sp__other.op * .contact a::before {
  left: 15px;
  background-image: url(../../img/common/icon_menu_mail_black.svg);
  background-color: #ffffff;
}

.header-sp__other.op * .contact a::after {
  background-image: url(../../img/common/icon_menu_circle_triangle_black.svg);
}

.header-sp__other.op .header-sp__other--list a[target="_blank"]::after {
  background-image: url(../../img/common/icon_blank_black.svg);
}

.op.header-sp__bg {
  background-color: #ffffff;
}

.header-sp__other--menu {
  border-bottom: 1px solid #ffffff;
}

.header-sp__other--menu > * {
  padding-top: 13.90922vw;
  padding-bottom: 8.05271vw;
  font-size: 4.57143vw;
  padding-left: 21.22987vw;
  display: block;
  position: relative;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: .05em;
}

.header-sp__other--menu > * > * {
  display: inline-block;
  position: relative;
}

.header-sp__other--menu > * > *::after {
  top: -5.12445vw;
  font-size: 3.28571vw;
  display: inline-block;
  position: absolute;
  left: 0;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  letter-spacing: .025em;
  content: attr(data-en);
}

.header-sp__other--menu > *::after {
  right: 1.46413vw;
  width: 11.71303vw;
  height: 11.71303vw;
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../../img/common/icon_menu_circle_triangle.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.header-sp__other--menu > *::before {
  left: 4.39239vw;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.header-sp__other--menu a {
  padding-top: 10.98097vw;
}

.header-sp__other--menu.blog > *::before {
  width: 11.14641vw;
  height: 11.14641vw;
  top: calc(50% - (-5vw / 6.83));
  background-image: url(../../img/common/icon_menu_pencil.svg);
}

.header-sp__other--menu.pamphlet > *::before {
  width: 12.56808vw;
  height: 9.51684vw;
  background-image: url(../../img/common/icon_menu_book.svg);
}

.header-sp__other--menu.contact > *::before {
  width: 11.56076vw;
  height: 8.78477vw;
  background-image: url(../../img/common/icon_menu_mail.svg);
}

.header-sp__other--wrap {
  margin-top: 11.71303vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.header-sp__other--name {
  padding-bottom: 1.46413vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #ffffff;
  font-weight: 900;
  font-family: "Noto Serif JP", serif;
}

.header-sp__other--name > *:first-child {
  font-size: 3.71429vw;
}

.header-sp__other--name > *:last-child {
  margin-top: 2.19619vw;
  font-size: 5.57143vw;
}

.header-sp__other--snss {
  margin-left: -2.19619vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.header-sp__other--sns {
  margin-left: 2.19619vw;
}

.header-sp__other--sns > * {
  width: 10.2489vw;
  height: 10.2489vw;
  display: block;
}

.header-sp__other--sns > * > * {
  display: block;
  width: 100%;
  height: 100%;
}

.header-sp__other--links {
  padding-top: 6.58858vw;
  margin-top: -2.92826vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.header-sp__other--link {
  font-size: 3.71429vw;
  margin-top: 2.92826vw;
  letter-spacing: 0;
}

.header-sp__other--link > * {
  color: #ffffff;
}

.header-sp__other--link:not(:first-child) {
  padding-left: 4.39239vw;
  margin-left: 4.39239vw;
  border-left: 1px solid #ffffff;
}

.header-sp__other--lists {
  padding-top: 7.32064vw;
  margin-top: -5.85652vw;
  margin-left: -2.92826vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.header-sp__other--list {
  margin-top: 5.85652vw;
  margin-left: 2.92826vw;
  font-size: 3.14286vw;
  letter-spacing: 0;
}

.header-sp__other--list > * {
  padding-bottom: 1.46413vw;
  position: relative;
  color: #ffffff;
}

.header-sp__other--list > *[target="_blank"]::after {
  width: 2.92826vw;
  height: 2.92826vw;
  margin-left: 2.19619vw;
  margin-bottom: 0.73206vw;
  display: inline-block;
  background-image: url(../../img/common/icon_blank.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  content: "";
}

.header-sp__other--list > *::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  content: "";
}

.header-sp__bg {
  opacity: 0;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  background-color: #2c318d;
  -webkit-transition: all .5s;
  transition: all .5s;
  pointer-events: none;
}

/*　header PC
----------------------------------------------- */
.is-fixed .header-pc__head {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  -webkit-transition: all .5s;
  transition: all .5s;
  pointer-events: none;
}

.is-fixed .header-pc__head--inner {
  opacity: 0;
}

.is-fixed .header-pc__logo {
  opacity: 0;
}

.is-fixed .header-pc__inner {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all .5s;
  transition: all .5s;
}

.is-fixed .header-pc__wrap {
  opacity: 1;
  -webkit-transition: all .5s;
  transition: all .5s;
  pointer-events: visible;
}

.is-fixed .header-pc__bg {
  opacity: 1;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.is-fixed .header-pc__button {
  width: 80px;
  height: 80px;
  background-image: none;
  pointer-events: auto;
}

.is-fixed .header-pc__button::before {
  opacity: 0;
  -webkit-transition: all 0s;
  transition: all 0s;
}

.is-fixed .header-pc__button:hover {
  background-image: none;
}

.is-fixed .header-pc__button:hover::before {
  opacity: 0;
}

.is-fixed .header-pc__button:hover .header-pc__button--line {
  background-color: transparent;
}

.is-fixed .header-pc__button--name, .is-fixed .header-pc__button--menu {
  opacity: 0;
  -webkit-transition: all 0s;
  transition: all 0s;
}

.is-fixed .header-pc__button--line {
  top: 35px;
  right: 25px;
  width: 40px;
  height: 2px;
  background-color: transparent;
}

.is-fixed .header-pc__button--line::before, .is-fixed .header-pc__button--line::after {
  top: 0;
  background-color: #ffffff;
}

.is-fixed .header-pc__button--line::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.is-fixed .header-pc__button--line::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.header-pc__head {
  position: fixed;
  top: 0;
  z-index: 8;
  width: 100%;
  height: 80px;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: white;
}

.header-pc__head--inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header-pc__head--menu {
  padding-right: 160px;
}

.header-pc__head--menu.op {
  margin-left: auto;
  padding-right: 25px;
}

.header-pc__head--menu.op ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
}

.header-pc__head--menu.op ul li {
  position: relative;
}

.header-pc__head--menu.op ul li::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #2c318d;
  content: "";
  -webkit-transition: .3s;
  transition: .3s;
}

.header-pc__head--menu.op ul li:nth-of-type(1) {
  margin-right: 20px;
  border-color: #90cd2e;
}

.header-pc__head--menu.op ul li:nth-of-type(1)::before {
  background-color: #90cd2e;
}

.header-pc__head--menu.op ul li:hover::before {
  -webkit-transform: scaleX(40%);
          transform: scaleX(40%);
}

.header-pc__head--menu.op ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 6px;
  padding-bottom: 10px;
  font-size: 14px;
}

.header-pc__head--items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -1px;
  padding-top: 20px;
}

.header-pc__head--item {
  margin-left: 1px;
}

.header-pc__head--link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 150px;
  height: 40px;
  overflow: hidden;
  color: #ffffff;
  font-size: 14px;
}

.header-pc__head--link::after {
  -webkit-clip-path: polygon(24px 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(24px 0, 100% 0, 100% 100%, 0% 100%);
  position: absolute;
  top: 0;
  right: -100%;
  width: calc(100% + 24px);
  height: 100%;
  content: "";
  -webkit-transition: right .5s;
  transition: right .5s;
}

.header-pc__head--link.parent {
  background-color: #bcb19e;
}

.header-pc__head--link.parent::after {
  background-color: #a59b8a;
}

.header-pc__head--link.doc {
  background-color: #be974e;
}

.header-pc__head--link.doc::after {
  background-color: #96783f;
}

.header-pc__head--link:hover::after {
  right: 0;
}

.header-pc__head--link > * {
  position: relative;
  z-index: 2;
}

.header-pc__logo {
  padding-top: 23px;
  padding-left: 30px;
}

.header-pc__logo > * {
  display: block;
  width: 160px;
  height: 40px;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

.header-pc__logo > *:hover {
  opacity: .3;
}

.header-pc__logo.op {
  padding-top: 16px;
  padding-left: 40px;
}

.header-pc__logo.op a {
  width: 300px;
  height: 50px;
}

.header-pc__button {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 99;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background-image: url(../../img/common/icon_menu_btn_bg_pc.svg);
  background-size: contain;
  background-repeat: no-repeat;
  outline: none;
  cursor: pointer;
  -webkit-transition: background-image .5s;
  transition: background-image .5s;
}

.header-pc__button::before {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../img/common/icon_menu_btn_bg_hover_pc.svg);
  content: "";
  -webkit-transition: all .5s;
  transition: all .5s;
}

.header-pc__button:hover::before {
  opacity: 1;
}

.header-pc__button:hover .header-pc__button--inner {
  color: #2c318d;
}

.header-pc__button:hover .header-pc__button--line {
  background-color: #2c318d;
  -webkit-transition: background-color .5s;
  transition: background-color .5s;
}

.header-pc__button:hover .header-pc__button--name, .header-pc__button:hover .header-pc__button--menu {
  letter-spacing: .1em;
}

.header-pc__button--inner {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  color: #ffffff;
}

.header-pc__button--line {
  position: absolute;
  top: 43px;
  right: 58px;
  width: 24px;
  height: 1px;
  background-color: #ffffff;
  -webkit-transition: background-color .5s;
  transition: background-color .5s;
}

.header-pc__button--line::before, .header-pc__button--line::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: inherit;
  content: "";
  -webkit-transition: top .5s ease-in-out, -webkit-transform .5s ease-in-out;
  transition: top .5s ease-in-out, -webkit-transform .5s ease-in-out;
  transition: transform .5s ease-in-out, top .5s ease-in-out;
  transition: transform .5s ease-in-out, top .5s ease-in-out, -webkit-transform .5s ease-in-out;
}

.header-pc__button--line::before {
  top: -8px;
}

.header-pc__button--line::after {
  top: 8px;
}

.header-pc__button--name {
  margin-top: 30px;
  font-size: 14px;
  letter-spacing: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.header-pc__button--menu {
  margin-top: 7px;
  font-weight: 500;
  font-size: 14px;
  font-family: "futura-pt", sans-serif;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.header-pc__inner {
  position: fixed;
  top: 0;
  z-index: 9;
  -webkit-transform: translateY(-120%);
          transform: translateY(-120%);
  width: 100%;
  height: 800px;
  background-color: #2c318d;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.header-pc__inner::before {
  position: absolute;
  bottom: 10px;
  left: calc(100px + ((100% - 1280px) / 2));
  padding-bottom: 10px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  font-family: "din-2014", sans-serif;
  letter-spacing: 0;
  content: "Copyright @2022 UENOMIYA GAKUEN ALL RIGHT RESERVED";
  pointer-events: none;
}

.header-pc__inner::after {
  -webkit-clip-path: polygon(0 0, calc(100% - 230px) 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, calc(100% - 230px) 0%, 100% 100%, 0% 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: calc(550px + ((100% - 1280px) / 2));
  height: 100%;
  background-color: rgba(44, 49, 141, 0.3);
  content: "";
  mix-blend-mode: multiply;
}

.header-pc__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  position: relative;
  z-index: 3;
  width: 1280px;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 50px;
  padding-right: 100px;
  padding-bottom: 50px;
  padding-left: 100px;
  pointer-events: none;
}

.header-pc__right {
  width: 415px;
  padding-right: 45px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.header-pc__other {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.header-pc__other--name {
  margin-top: 30px;
  color: #ffffff;
  font-weight: 900;
  font-family: "Noto Serif JP", serif;
}

.header-pc__other--name > * {
  display: block;
}

.header-pc__other--name > *:first-child {
  font-size: 15px;
}

.header-pc__other--name > *:last-child {
  margin-top: 10px;
  font-size: 22px;
}

.header-pc__other--links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: -10px;
  margin-left: -20px;
  padding-top: 25px;
}

.header-pc__other--link {
  margin-top: 10px;
  margin-left: 20px;
  font-size: 14px;
  letter-spacing: 0;
}

.header-pc__other--link:not(:first-child) {
  position: relative;
  padding-left: 20px;
}

.header-pc__other--link:not(:first-child)::after {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 18px;
  background-color: #ffffff;
  content: "";
}

.header-pc__other--link:first-child > * {
  padding-left: 0;
}

.header-pc__other--link > * {
  display: block;
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
  overflow: hidden;
  color: #ffffff;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.header-pc__other--link > *::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  -webkit-transform: skewX(-30deg) scale(0, 1);
          transform: skewX(-30deg) scale(0, 1);
  width: 150%;
  background-color: white;
  content: "";
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.header-pc__other--link > *:hover {
  color: #2c318d;
}

.header-pc__other--link > *:hover::before {
  -webkit-transform: skewX(-30deg) scale(1, 1);
          transform: skewX(-30deg) scale(1, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.header-pc__other--link > * > * {
  position: relative;
  z-index: 2;
}

.header-pc__other--menus {
  margin-top: auto;
}

.header-pc__other--menu.wos > * {
  display: block;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

.header-pc__other--menu.wos > *:hover {
  opacity: .5;
}

.header-pc__other--menu.pamphlet, .header-pc__other--menu.contact {
  margin-top: 5px;
}

.header-pc__other--menu.pamphlet > *, .header-pc__other--menu.contact > * {
  display: block;
  position: relative;
  width: 100%;
  height: 80px;
  overflow: hidden;
  border: 1px solid #ffffff;
  color: #ffffff;
}

.header-pc__other--menu.pamphlet > *::before, .header-pc__other--menu.contact > *::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transform: skewX(-30deg) scale(0, 1);
          transform: skewX(-30deg) scale(0, 1);
  width: 120%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  content: "";
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.header-pc__other--menu.pamphlet > * > *, .header-pc__other--menu.contact > * > * {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 40px;
  padding-left: 100px;
}

.header-pc__other--menu.pamphlet > * > * > *, .header-pc__other--menu.contact > * > * > * {
  position: relative;
  letter-spacing: .15em;
}

.header-pc__other--menu.pamphlet > * > * > *::after, .header-pc__other--menu.contact > * > * > *::after {
  display: inline-block;
  position: absolute;
  top: -15px;
  left: 0;
  font-weight: 400;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  letter-spacing: .025em;
  content: attr(data-en);
}

.header-pc__other--menu.pamphlet > * > *::after, .header-pc__other--menu.contact > * > *::after {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 35px;
  height: 35px;
  background-image: url(../../img/common/icon_menu_circle_triangle.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.header-pc__other--menu.pamphlet > * > *::before, .header-pc__other--menu.contact > * > *::before {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 35px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.header-pc__other--menu.pamphlet > *:hover::before, .header-pc__other--menu.contact > *:hover::before {
  -webkit-transform: skewX(-30deg) scale(1, 1);
          transform: skewX(-30deg) scale(1, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.header-pc__other--menu.pamphlet > * > *::before {
  width: 45px;
  height: 34.08px;
  background-image: url(../../img/common/icon_menu_book.svg);
}

.header-pc__other--menu.contact > * > *::before {
  width: 45px;
  height: 34.19px;
  background-image: url(../../img/common/icon_menu_mail.svg);
}

.header-pc__other--snss {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -5px;
  padding-top: 30px;
}

.header-pc__other--sns {
  width: 35px;
  height: auto;
  margin-left: 5px;
}

.header-pc__other--sns > * {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.header-pc__other--sns:hover > * {
  opacity: .2;
}

.header-pc__other--lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: -8px;
  padding-top: 10px;
  padding-bottom: 48px;
  font-size: 12px;
  letter-spacing: 0;
}

.header-pc__other--list {
  display: inline-block;
  position: relative;
  margin-top: 10px;
  margin-left: 8px;
  padding-bottom: 7px;
  overflow: hidden;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.header-pc__other--list > * {
  position: relative;
  padding-bottom: 5px;
  color: #ffffff;
}

.header-pc__other--list > *[target="_blank"]::after {
  display: inline-block;
  width: 11px;
  height: 11px;
  margin-left: 5px;
  padding-bottom: 5px;
  background-image: url(../../img/common/icon_blank.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  content: "";
}

.header-pc__other--list > *::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all .5s;
  transition: all .5s;
}

.header-pc__other--list:hover {
  opacity: .2;
}

.header-pc__other--list:hover > *::before {
  opacity: 0;
}

.header-pc__left {
  width: 665px;
  padding-left: 50px;
}

.header-pc__left--head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 30px;
}

.header-pc__title {
  width: auto;
  height: 30px;
}

.header-pc__title > * {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

.header-pc__title > * > * {
  display: block;
  width: 100%;
  height: 100%;
}

.header-pc__title > *:hover {
  opacity: .2;
}

.header-pc__blog {
  padding-top: 5px;
}

.header-pc__blog > * {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 180px;
  height: 30px;
  overflow: hidden;
  border: 1px solid #ffffff;
  color: #ffffff;
  letter-spacing: 0;
}

.header-pc__blog > *::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transform: skewX(-30deg) scale(0, 1);
          transform: skewX(-30deg) scale(0, 1);
  width: 120%;
  height: 100%;
  background-color: white;
  content: "";
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.header-pc__blog > *::before {
  display: inline-block;
  position: relative;
  z-index: 2;
  width: 15px;
  height: 15px;
  margin-left: 5px;
  background-image: url(../../img/common/icon_menu_pencil.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.header-pc__blog > * > * {
  position: relative;
  z-index: 3;
}

.header-pc__blog > *:hover {
  color: #2c318d;
}

.header-pc__blog > *:hover::after {
  -webkit-transform: skewX(-30deg) scale(1, 1);
          transform: skewX(-30deg) scale(1, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.header-pc__blog > *:hover::before {
  background-image: url(../../img/common/icon_menu_pencil_hover.svg);
}

.header-pc__lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: -50px;
  margin-left: -35px;
  padding-top: 40px;
}

.header-pc__list {
  margin-top: 50px;
  margin-left: 35px;
}

.header-pc__list.third {
  width: calc((100% / 3) - 35px);
}

.header-pc__list.quarter {
  width: 140px;
}

.header-pc__list.movie {
  width: 90px;
}

.header-pc__list--link {
  display: block;
  position: relative;
  position: relative;
  height: 55px;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  color: #ffffff;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: .025em;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

.header-pc__list--link::after {
  position: absolute;
  bottom: 15px;
  left: 0;
  z-index: 2;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 400;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  content: attr(data-en);
}

.header-pc__list--link::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transform: skewX(-30deg) scale(0, 1);
          transform: skewX(-30deg) scale(0, 1);
  width: 150%;
  height: 100%;
  background-color: white;
  content: "";
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.header-pc__list--link:hover {
  opacity: .5;
}

.header-pc__list--link > * {
  display: block;
  position: relative;
  z-index: 2;
}

.header-pc__list--link > *::after {
  position: absolute;
  top: 8px;
  right: 5px;
  width: 8px;
  height: 5px;
  background-image: url(../../img/common/icon_menu_triangle.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.header-pc__list--sub {
  padding-top: 10px;
}

.header-pc__list--sub > * {
  font-size: 14px;
  letter-spacing: .05em;
}

.header-pc__list--sub > * > * {
  display: block;
  position: relative;
  padding-top: 8px;
  padding-bottom: 8px;
  overflow: hidden;
  color: #ffffff;
}

.header-pc__list--sub > * > * > * {
  position: relative;
  z-index: 2;
}

.header-pc__list--sub > * > *::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transform: skewX(-30deg) scale(0, 1);
          transform: skewX(-30deg) scale(0, 1);
  width: 120%;
  height: 100%;
  background-color: white;
  content: "";
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.header-pc__list--sub > * > *:hover {
  color: #2c318d;
}

.header-pc__list--sub > * > *:hover::after {
  -webkit-transform: skewX(-30deg) scale(1, 1);
          transform: skewX(-30deg) scale(1, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.header-pc__banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
}

.header-pc__banner--item.exam > * {
  display: block;
  position: relative;
  overflow: hidden;
}

.header-pc__banner--item.exam > *::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transform: skewX(-30deg) scale(0, 1);
          transform: skewX(-30deg) scale(0, 1);
  width: 120%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  content: "";
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.header-pc__banner--item.exam > *:hover::after {
  -webkit-transform: skewX(-30deg) scale(1, 1);
          transform: skewX(-30deg) scale(1, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.header-pc__banner--item.pamphlet {
  margin-left: 5px;
}

.header-pc__banner--item.pamphlet > * {
  display: block;
  position: relative;
  width: 120px;
  height: 120px;
  background-image: url(../../img/common/header_banner_pamphlet_pc.png);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: background-image .3s;
  transition: background-image .3s;
}

.header-pc__banner--item.pamphlet > *::before {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../img/common/header_banner_pamphlet_hover_pc.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  -webkit-transition: all .5s;
  transition: all .5s;
}

.header-pc__banner--item.pamphlet > *:hover::before {
  opacity: 1;
}

.header-pc__bg {
  opacity: 0;
  position: fixed;
  top: 0;
  z-index: 8;
  width: 100%;
  height: 110vh;
  background-color: rgba(0, 0, 0, 0.5);
  pointer-events: none;
}

/*　header
----------------------------------------------- */
/*　footer
----------------------------------------------- */
.footer {
  position: relative;
  z-index: 9;
  background-color: #ffffff;
}

/*　page top
----------------------------------------------- */
.footer__pagetop {
  position: absolute;
  z-index: 5;
  right: 0;
  bottom: 0;
  height: 89.45827vw;
  width: 20.79063vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
          clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  background-color: #91cd2f;
}

.footer__pagetop::after {
  content: '';
  position: absolute;
  bottom: -2.92826vw;
  right: -2.92826vw;
  height: 100%;
  width: 100%;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
          clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  background-color: #2c318d;
  z-index: 1;
}

.footer__pagetop--link {
  position: relative;
  z-index: 2;
  color: #ffffff;
  display: block;
  margin-top: auto;
  margin-left: auto;
  font-family: "Poppins", sans-serif;
  font-size: 3.42857vw;
  letter-spacing: 0.025em;
  padding-left: 1.46413vw;
  padding-right: 0.73206vw;
  padding-top: 4.39239vw;
  margin-right: 2.92826vw;
  margin-bottom: 5.85652vw;
}

.footer__pagetop--link > * {
  position: relative;
}

.footer__pagetop--link > *::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: -0.43924vw;
  width: 1px;
  height: 10.98097vw;
  background-color: white;
}

.footer__pagetop--link > *::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 2.92826vw;
  top: -4.5388vw;
  left: 0.58565vw;
  background-color: white;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media screen and (min-width: 700.9999px) {
  .footer__pagetop {
    height: 580px;
    width: 335px;
    -webkit-clip-path: polygon(136px 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(136px 0, 100% 0, 100% 100%, 0% 100%);
  }
  .footer__pagetop::after {
    bottom: 0;
    right: -50px;
    -webkit-clip-path: polygon(136px 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(136px 0, 100% 0, 100% 100%, 0% 100%);
  }
  .footer__pagetop--link {
    margin-top: 100px;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 0;
    padding-top: 30px;
    margin-right: 55px;
    margin-bottom: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  .footer__pagetop--link > *::after {
    height: 100px;
    bottom: auto;
    top: -30px;
    left: -7px;
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  .footer__pagetop--link > *::before {
    height: 15px;
    top: -33px;
    left: -2px;
  }
  .footer__pagetop--link:hover {
    letter-spacing: 0.125em;
    padding-top: 20px;
  }
  .footer__pagetop--link:hover > *::after {
    height: 110px;
  }
}

/*　footer
----------------------------------------------- */
.footer__contact {
  height: 17.56955vw;
  width: 100%;
}

.footer__contact--items {
  width: inherit;
  height: inherit;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.footer__contact--item {
  width: inherit;
  height: inherit;
}

.footer__contact--item.doc > * {
  -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - (40vw / 6.83)) 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, calc(100% - (40vw / 6.83)) 100%, 0% 100%);
}

.footer__contact--item.doc > * > *::before {
  width: 5.02635vw;
  background-image: url(../../img/common/icon_menu_book_grey.svg);
}

.footer__contact--item.contact > * {
  -webkit-clip-path: polygon(calc(40vw / 6.83) 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(calc(40vw / 6.83) 0, 100% 0, 100% 100%, 0% 100%);
  margin-left: -2.48902vw;
}

.footer__contact--item.contact > * > *::before {
  width: 4.97511vw;
  background-image: url(../../img/common/icon_menu_mail_grey.svg);
}

.footer__contact--link {
  margin-top: 0.29283vw;
  width: inherit;
  height: inherit;
  background-color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: calc(100% + (20vw / 6.83));
  font-weight: 700;
  padding-left: 12.4451vw;
  padding-top: 0.73206vw;
}

.footer__contact--link > *::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: contain;
  height: 3.80673vw;
  margin-right: 2.19619vw;
  margin-bottom: 0.73206vw;
}

.footer__wrap {
  background-color: #f4f8f8;
  padding-bottom: 5.85652vw;
}

.footer__inner {
  margin-left: 5.12445vw;
  margin-right: 7.32064vw;
}

.footer__name {
  margin-top: 7.32064vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__name--logo {
  width: 13.21083vw;
  height: auto;
}

.footer__name--text {
  margin-top: 1.46413vw;
  margin-left: 1.46413vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Noto Serif JP", serif;
  font-weight: 900;
}

.footer__name--text > *:first-child {
  font-size: 3.28571vw;
}

.footer__name--text > *:last-child {
  font-size: 4.85714vw;
  margin-top: 1.46413vw;
}

.footer__address {
  margin-top: 5.12445vw;
  font-size: 3.42857vw;
  letter-spacing: 0;
}

.footer__address > * {
  line-height: 1.7;
}

.footer__address > *::before, .footer__address > *::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}

.footer__address > *::before {
  margin-top: calc((1 - 1.7) * 0.5em);
}

.footer__address > *::after {
  margin-bottom: calc((1 - 1.7) * 0.5em);
}

.footer__address > * + * {
  margin-top: 2.19619vw;
}

.footer__address--en {
  font-family: "Poppins", sans-serif;
  font-size: 3.71429vw;
  font-weight: 300;
  letter-spacing: .025em;
  font-weight: 400;
}

.footer__address--small {
  font-size: 0.8em;
}

.footer__school {
  padding-top: 7.32064vw;
}

.footer__school--items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: -5.12445vw;
}

.footer__school--item {
  margin-top: 5.12445vw;
}

.footer__school--item:nth-child(2) {
  margin-left: 4.39239vw;
  border-left: 1px solid #D1D1D1;
}

.footer__school--link {
  display: block;
  font-size: 3.42857vw;
  letter-spacing: 0;
}

.footer__school--link > * {
  height: auto;
  display: block;
  mix-blend-mode: multiply;
}

.footer__school--link.jhs > * {
  width: 27.81845vw;
}

.footer__school--link.hs {
  padding-left: 4.39239vw;
}

.footer__school--link.hs > * {
  width: 35.13909vw;
}

.footer__school--link.hst {
  margin-left: 1.46413vw;
  margin-top: 1.46413vw;
}

.footer__school--link.hst > * {
  width: 51.24451vw;
}

.footer__sns {
  padding-top: 7.32064vw;
}

.footer__sns--items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -2.19619vw;
}

.footer__sns--item {
  margin-left: 2.19619vw;
}

.footer__sns--item > * {
  display: block;
  width: 10.2489vw;
  height: auto;
}

.footer__links {
  margin-top: 4.39239vw;
  font-size: 3.42857vw;
  letter-spacing: 0;
}

.footer__links--items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.footer__links--item:not(:first-child) {
  margin-left: 2.92826vw;
  padding-left: 2.92826vw;
  border-left: 1px solid #707070;
}

.footer__links--item > * {
  color: #707070;
}

.footer__copyright {
  font-family: "din-2014", sans-serif;
  height: 5.85652vw;
  font-size: 2.57143vw;
  letter-spacing: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: white;
}

@media screen and (min-width: 700.9999px) {
  .footer__contact {
    height: 88px;
    font-size: 20px;
  }
  .footer__contact--item.doc {
    width: calc(520px + (100% - 1280px)/ 2);
  }
  .footer__contact--item.doc > * {
    padding-top: 0;
    padding-left: 0;
    -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 30px) 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, calc(100% - 30px) 100%, 0% 100%);
  }
  .footer__contact--item.doc > * > * {
    right: 215px;
  }
  .footer__contact--item.doc > * > *::before {
    margin-bottom: 5px;
    width: 33px;
  }
  .footer__contact--item.doc > *:hover > *::before {
    background-image: url(../../img/common/icon_menu_book.svg);
  }
  .footer__contact--item.contact {
    width: calc((1280px - 520px) + (100% - 1280px)/ 2);
  }
  .footer__contact--item.contact > * {
    padding-top: 0;
    padding-left: 0;
    -webkit-clip-path: polygon(30px 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(30px 0, 100% 0, 100% 100%, 0% 100%);
    margin-left: -13px;
  }
  .footer__contact--item.contact > * > * {
    left: 195px;
  }
  .footer__contact--item.contact > * > *::before {
    margin-bottom: 0;
    width: 26px;
  }
  .footer__contact--item.contact > *:hover > *::before {
    background-image: url(../../img/common/icon_menu_mail.svg);
  }
  .footer__contact--link {
    margin-top: 2px;
    width: calc(100% + 15px);
    position: relative;
  }
  .footer__contact--link > * {
    position: absolute;
    z-index: 2;
    top: calc(50% + 3px);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .footer__contact--link > *::before {
    margin-right: 15px;
    height: 25px;
  }
  .footer__contact--link::after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    content: '';
    width: 120%;
    height: 100%;
    background-color: #2c318d;
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transform: skewX(-20deg) scale(0, 1);
            transform: skewX(-20deg) scale(0, 1);
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
  }
  .footer__contact--link:hover {
    color: #ffffff;
  }
  .footer__contact--link:hover::after {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: skewX(-20deg) scale(1, 1);
            transform: skewX(-20deg) scale(1, 1);
  }
  .footer__wrap {
    width: 100%;
    padding-bottom: 35px;
  }
  .footer__inner {
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 100px;
    padding-right: 100px;
  }
  .footer__name {
    margin-top: 60px;
  }
  .footer__name--logo {
    width: 38px;
  }
  .footer__name--text {
    margin-top: 13px;
    margin-left: 13px;
  }
  .footer__name--text > *:first-child {
    font-size: 15px;
  }
  .footer__name--text > *:last-child {
    margin-top: 10px;
    font-size: 22px;
  }
  .footer__address {
    font-size: 16px;
    margin-top: 20px;
  }
  .footer__address > * + * {
    margin-top: 7px;
  }
  .footer__address--en {
    font-size: 16px;
  }
  .footer__address--small {
    letter-spacing: .075em;
  }
  .footer__school {
    padding-top: 30px;
  }
  .footer__school--items {
    margin-top: -35px;
  }
  .footer__school--item {
    margin-top: 35px;
  }
  .footer__school--item:nth-child(2) {
    margin-left: 0;
    border-left: none;
  }
  .footer__school--item:not(:first-child) {
    border-left: 1px solid #D1D1D1;
  }
  .footer__school--link {
    font-size: 14px;
    padding-right: 20px;
    overflow: hidden;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
    position: relative;
  }
  .footer__school--link > * {
    height: auto;
    display: block;
    mix-blend-mode: multiply;
    position: relative;
    z-index: 2;
  }
  .footer__school--link.jhs > * {
    width: 120px;
  }
  .footer__school--link.hs {
    padding-left: 0;
    padding-left: 20px;
    margin-left: auto;
    padding-top: 5px;
  }
  .footer__school--link.hs > * {
    width: 145px;
  }
  .footer__school--link.hst {
    padding-left: 20px;
    margin-left: 0;
    margin-top: 0;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer__school--link.hst > * {
    width: 212.48px;
    height: auto;
  }
  .footer__school--link::after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    content: '';
    width: 120%;
    height: 100%;
    background-color: rgba(44, 49, 141, 0.3);
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transform: skewX(-30deg) scale(0, 1);
            transform: skewX(-30deg) scale(0, 1);
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
  }
  .footer__school--link:hover {
    opacity: 0.5;
  }
  .footer__block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 35px;
  }
  .footer__sns {
    padding-top: 0;
  }
  .footer__sns--items {
    margin-left: -8px;
  }
  .footer__sns--item {
    margin-left: 8px;
  }
  .footer__sns--item > * {
    width: 35px;
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  .footer__sns--item > *:hover {
    opacity: 0.4;
  }
  .footer__links {
    margin-top: 0;
    font-size: 14px;
  }
  .footer__links--items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-left: 10px;
  }
  .footer__links--item:not(:first-child) {
    padding-left: 0;
    margin-left: 0;
    border-left: none;
  }
  .footer__links--item:not(:first-child) > * {
    border-left: 1px solid #707070;
  }
  .footer__links--link {
    color: #707070;
    position: relative;
    overflow: hidden;
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 3px;
    padding-bottom: 3px;
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  .footer__links--link > * {
    position: relative;
    z-index: 2;
  }
  .footer__links--link::after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    content: '';
    width: 120%;
    height: 100%;
    background-color: rgba(44, 49, 141, 0.4);
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transform: skewX(-30deg) scale(0, 1);
            transform: skewX(-30deg) scale(0, 1);
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
  }
  .footer__links--link:hover {
    color: #ffffff;
  }
  .footer__links--link:hover::after {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: skewX(-30deg) scale(1, 1);
            transform: skewX(-30deg) scale(1, 1);
  }
  .footer__lists--items {
    padding-top: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    font-size: 12px;
    letter-spacing: 0;
    margin-left: -10px;
  }
  .footer__lists--item {
    padding-bottom: 7px;
    margin-left: 10px;
    margin-top: 10px;
    position: relative;
    overflow: hidden;
    display: inline-block;
  }
  .footer__lists--item > * {
    padding-bottom: 5px;
    -webkit-transition: all .5s;
    transition: all .5s;
    color: #909090;
    position: relative;
  }
  .footer__lists--item > *[target="_blank"]::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 11px;
    height: 11px;
    margin-left: 5px;
    padding-bottom: 5px;
    background-image: url(../../img/common/icon_blank_grey.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .footer__lists--item > *::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #909090;
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  .footer__lists--item:hover > * {
    color: #2c318d;
  }
  .footer__lists--item:hover > *[target="_blank"]::after {
    background-image: url(../../img/common/icon_blank_color.svg);
  }
  .footer__lists--item:hover > *::before {
    background-color: #2c318d;
    opacity: 0;
  }
  .footer__copyright {
    height: 23px;
    font-size: 12px;
  }
}

@media screen and (min-width: 1430px) {
  .footer__contact--items {
    padding-right: 100px;
  }
  .footer__contact--item.doc, .footer__contact--item.contact {
    width: 50%;
  }
}

/*　footer（各ページ）
----------------------------------------------- */
.footer-links {
  margin-top: 17.56955vw;
  padding-bottom: 16.10542vw;
}

.footer-links__items {
  margin-top: -1.46413vw;
}

.footer-links__item {
  margin-top: 1.46413vw;
}

@media screen and (min-width: 700.9999px) {
  .footer-links {
    margin-top: 120px;
    padding-bottom: 175px;
  }
  .footer-links__items {
    margin-top: -20px;
    margin-left: -20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .footer-links__item {
    margin-top: 20px;
    margin-left: 20px;
    width: calc((100% / 3) - 20px);
  }
  .footer-links__item:nth-child(3n + 2) {
    -webkit-transition-delay: .5s !important;
            transition-delay: .5s !important;
  }
  .footer-links__item:nth-child(3n + 3) {
    -webkit-transition-delay: .7s !important;
            transition-delay: .7s !important;
  }
}

/*　inview
----------------------------------------------- */
.act-view01 {
  position: relative;
  top: 50px;
  opacity: 0;
  -webkit-transition: .8s;
  transition: .8s;
}

.act-view01.fadeInDown {
  top: 0;
  opacity: 1;
  -webkit-transition: .8s;
  transition: .8s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.act-view02 {
  position: relative;
  right: 50px;
  opacity: 0;
  -webkit-transition: .8s;
  transition: .8s;
}

.act-view02.fadeInLeft {
  right: 0;
  opacity: 1;
  -webkit-transition: .8s;
  transition: .8s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.act-view03 {
  position: relative;
  left: 50px;
  opacity: 0;
  -webkit-transition: .8s;
  transition: .8s;
}

.act-view03.fadeInRight {
  left: 0;
  opacity: 1;
  -webkit-transition: .8s;
  transition: .8s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.act-view04 {
  position: relative;
  bottom: 50px;
  opacity: 0;
  -webkit-transition: .8s;
  transition: .8s;
}

.act-view04.fadeInTop {
  bottom: 0;
  opacity: 1;
  -webkit-transition: .8s;
  transition: .8s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.act-view05 {
  position: relative;
  opacity: 0;
  -webkit-transition: .8s;
  transition: .8s;
}

.act-view05.fadeInStay {
  opacity: 1;
  -webkit-transition: .8s;
  transition: .8s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.act-view01.delay03,
.act-view02.delay03,
.act-view03.delay03,
.act-view04.delay03,
.act-view05.delay03 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.act-view01.delay05,
.act-view02.delay05,
.act-view03.delay05,
.act-view04.delay05,
.act-view05.delay05 {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.act-view01.delay07,
.act-view02.delay07,
.act-view03.delay07,
.act-view04.delay07,
.act-view05.delay07 {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

.act-view01.delay09,
.act-view02.delay09,
.act-view03.delay09,
.act-view04.delay09,
.act-view05.delay09 {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

.act-view01.delay11,
.act-view02.delay11,
.act-view03.delay11,
.act-view04.delay11,
.act-view05.delay11 {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}

.act-view01.delay13,
.act-view02.delay13,
.act-view03.delay13,
.act-view04.delay13,
.act-view05.delay13 {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}

.act-view01.delay15,
.act-view02.delay15,
.act-view03.delay15,
.act-view04.delay15,
.act-view05.delay15 {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

.act-view01.delay17,
.act-view02.delay17,
.act-view03.delay17,
.act-view04.delay17,
.act-view05.delay17 {
  -webkit-transition-delay: 1.7s;
          transition-delay: 1.7s;
}

.act-view01.delay19,
.act-view02.delay19,
.act-view03.delay19,
.act-view04.delay19,
.act-view05.delay19 {
  -webkit-transition-delay: 1.9s;
          transition-delay: 1.9s;
}

.act-view01.delay21,
.act-view02.delay21,
.act-view03.delay21,
.act-view04.delay21,
.act-view05.delay21 {
  -webkit-transition-delay: 2.1s;
          transition-delay: 2.1s;
}

.act-view01.delay23,
.act-view02.delay23,
.act-view03.delay23,
.act-view04.delay23,
.act-view05.delay23 {
  -webkit-transition-delay: 2.3s;
          transition-delay: 2.3s;
}

/*　ぼかし
----------------------------------------------- */
.is-blur {
  opacity: 0;
  -webkit-transition: -webkit-transform 0.5s linear;
  transition: -webkit-transform 0.5s linear;
  transition: transform 0.5s linear;
  transition: transform 0.5s linear, -webkit-transform 0.5s linear;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.is-blur.clear {
  -webkit-animation-name: blur;
          animation-name: blur;
  opacity: 1;
  -webkit-transition: -webkit-transform .8s;
  transition: -webkit-transform .8s;
  transition: transform .8s;
  transition: transform .8s, -webkit-transform .8s;
}

/*　画像表示
----------------------------------------------- */
.is-square {
  position: relative;
  opacity: 0;
  overflow: hidden;
}

.is-square::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
  background-color: rgba(0, 0, 0, 0.6);
}

.is-square::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  background: #ffffff;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}

.is-square.show {
  opacity: 1;
}

.is-square.show::before {
  background-color: rgba(0, 0, 0, 0);
}

.is-square.show::after {
  width: 0;
}

/*　タイトル系
----------------------------------------------- */
.title__large {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #ffffff;
  font-family: "Noto Serif JP", serif;
}

.title__large > *:first-child {
  font-size: 8.28571vw;
  letter-spacing: 0.05em;
}

.title__large > *:first-child > * {
  height: 12.4451vw;
  padding-top: 2.19619vw;
  padding-left: 2.92826vw;
  padding-right: 2.19619vw;
}

.title__large > *:last-child {
  margin-top: 0.73206vw;
  letter-spacing: 0;
  font-family: "Poppins", sans-serif;
  font-size: 2.85714vw;
}

.title__large > *:last-child > * {
  height: 4.39239vw;
  padding-top: 0.73206vw;
  padding-left: 3.66032vw;
  padding-right: 3.66032vw;
}

.title__large > * > * {
  display: inline-block;
  position: relative;
}

.title__large > * > * > * {
  position: relative;
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
  -webkit-transition-delay: 1.75s;
          transition-delay: 1.75s;
}

.title__large > * > *::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #2c318d;
  -webkit-transition: width 0.75s cubic-bezier(0.22, 1, 0.36, 1);
  transition: width 0.75s cubic-bezier(0.22, 1, 0.36, 1);
}

.title__large.show > * > * > * {
  opacity: 1;
}

.title__large.show > * > *::before {
  width: 100%;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

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

.title__large--right > * > *::before {
  left: auto;
  right: 0;
}

.title__large--white {
  color: #000000;
}

.title__large--white > * > * > * > * {
  color: #2c318d;
}

.title__large--white > * > *::before {
  background-color: white;
}

.title__large--vertical {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-align: left;
  height: auto;
}

.title__large--vertical > *:first-child {
  letter-spacing: 0.025em;
}

.title__large--vertical > *:first-child > * {
  height: auto;
  width: 12.15227vw;
  padding-top: 3.66032vw;
  padding-right: 2.19619vw;
  padding-left: 2.19619vw;
  padding-bottom: 2.92826vw;
}

.title__large--vertical > *:last-child {
  margin-top: 0;
  margin-right: 0.73206vw;
}

.title__large--vertical > *:last-child > * {
  height: auto;
  width: 4.39239vw;
  padding-top: 2.92826vw;
  padding-right: 0.43924vw;
  padding-bottom: 2.63543vw;
}

.title__large--vertical > * > *::before {
  left: 0;
  right: auto;
  height: 0;
  width: 100%;
  -webkit-transition: height .75s;
  transition: height .75s;
}

.title__large--vertical.show > * > *::before {
  height: 100%;
}

.title__large--2-lines {
  margin-top: 29.28258vw;
}

.title__large--2-lines .pc {
  display: none;
}

.title__large--2-lines .sp + .sp {
  margin-top: 0.73206vw;
}

@media screen and (min-width: 700.9999px) {
  .title__large > *:first-child {
    font-size: 58px;
  }
  .title__large > *:first-child > * {
    height: 85px;
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 15px;
  }
  .title__large > *:last-child {
    margin-top: 5px;
    font-size: 16px;
  }
  .title__large > *:last-child > * {
    height: 23px;
    padding-top: 4px;
    padding-left: 25px;
    padding-right: 25px;
  }
  .title__large--vertical > *:first-child {
    letter-spacing: 0.1em;
  }
  .title__large--vertical > *:first-child > * {
    height: auto;
    width: 85px;
    padding-top: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 15px;
  }
  .title__large--vertical > *:last-child {
    margin-top: 0;
    margin-right: 5px;
  }
  .title__large--vertical > *:last-child > * {
    height: auto;
    width: 23px;
    padding-top: 4px;
    padding-left: 0;
    padding-right: 3px;
    padding-top: 20px;
    padding-bottom: 18px;
    padding-left: 0;
  }
  .title__large--2-lines {
    margin-top: 230px;
  }
  .title__large--2-lines .pc {
    display: inline-block;
  }
  .title__large--2-lines .sp {
    display: none;
  }
  .title__large--2-lines .sp + .sp {
    margin-top: 0;
  }
}

.title__medium {
  font-size: 5.14286vw;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1.7;
}

.title__medium::before, .title__medium::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}

.title__medium::before {
  margin-top: calc((1 - 1.7) * 0.5em);
}

.title__medium::after {
  margin-bottom: calc((1 - 1.7) * 0.5em);
}

.title__medium > * {
  position: relative;
  display: block;
  padding-bottom: 4.39239vw;
}

.title__medium > *::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 14.64129vw;
  background-color: #2c318d;
}

@media screen and (min-width: 700.9999px) {
  .title__medium {
    line-height: 1.9;
    font-size: 28px;
  }
  .title__medium::before, .title__medium::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  .title__medium::before {
    margin-top: calc((1 - 1.9) * 0.5em);
  }
  .title__medium::after {
    margin-bottom: calc((1 - 1.9) * 0.5em);
  }
  .title__medium > * {
    padding-bottom: 25px;
  }
  .title__medium > *::after {
    width: 100px;
    height: 2px;
  }
}

.title__small {
  color: #2c318d;
  letter-spacing: 0.12em;
  font-weight: 700;
  font-size: 4.57143vw;
  line-height: 1.4;
  padding-bottom: 2.19619vw;
  position: relative;
}

.title__small::before, .title__small::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}

.title__small::before {
  margin-top: calc((1 - 1.4) * 0.5em);
}

.title__small::after {
  margin-bottom: calc((1 - 1.4) * 0.5em);
}

.title__small::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 14.64129vw;
  background-color: #2c318d;
}

.title__small--white {
  color: #ffffff;
}

.title__small--white::after {
  background-color: #ffffff;
}

@media screen and (min-width: 700.9999px) {
  .title__small {
    font-size: 18px;
    padding-bottom: 15px;
    letter-spacing: 0.075em;
  }
  .title__small::after {
    width: 100px;
  }
}

.title__en {
  font-size: 6vw;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0;
  color: #2c318d;
  padding-bottom: 4.39239vw;
  position: relative;
  display: block;
}

.title__en::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 1px;
  width: 8.78477vw;
  background-color: #2c318d;
}

@media screen and (min-width: 700.9999px) {
  .title__en {
    font-size: 38px;
    padding-bottom: 15px;
    letter-spacing: .025em;
  }
  .title__en::after {
    width: 60px;
    height: 2px;
  }
}

.title__jp {
  font-size: 6vw;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
  color: #2c318d;
  padding-bottom: 4.39239vw;
  position: relative;
  display: block;
}

.title__jp::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 1px;
  width: 8.78477vw;
  background-color: #2c318d;
}

.title__jp--lh {
  line-height: 1.6;
}

.title__jp--lh::before, .title__jp--lh::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}

.title__jp--lh::before {
  margin-top: calc((1 - 1.6) * 0.5em);
}

.title__jp--lh::after {
  margin-bottom: calc((1 - 1.6) * 0.5em);
}

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

.title__jp--left::after {
  left: 0;
  -webkit-transform: none;
          transform: none;
}

@media screen and (min-width: 700.9999px) {
  .title__jp {
    font-size: 28px;
    padding-bottom: 25px;
  }
  .title__jp::after {
    width: 70px;
  }
}

/*　共通ボタン
----------------------------------------------- */
.banner__link {
  height: 19.76574vw;
  display: block;
  color: #2c318d;
  position: relative;
  font-size: 4vw;
  letter-spacing: 0.125em;
  -webkit-clip-path: polygon(calc(100% - (30vw / 6.83)) 0%, 100% calc((30vw / 6.83)), 100% 100%, 0 100%, 0 0);
          clip-path: polygon(calc(100% - (30vw / 6.83)) 0%, 100% calc((30vw / 6.83)), 100% 100%, 0 100%, 0 0);
  overflow: hidden;
}

.banner__link > * {
  padding-left: 7.32064vw;
  padding-right: 8.05271vw;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.banner__link > *::after {
  content: '';
  position: absolute;
  display: inline-block;
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  right: 5.12445vw;
  background-image: url(../../img/common/icon_banner_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 2.92826vw;
  height: 3.51391vw;
}

.banner__link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #2c318d;
  -webkit-clip-path: polygon(calc(100% - (30vw / 6.83)) 0%, 100% calc((30vw / 6.83)), 100% 100%, 0 100%, 0 0);
          clip-path: polygon(calc(100% - (30vw / 6.83)) 0%, 100% calc((30vw / 6.83)), 100% 100%, 0 100%, 0 0);
}

.banner__link::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  border: 1px solid #2c318d;
  -webkit-clip-path: polygon(calc(100% - (30vw / 6.83) - 1px) 0%, 100% calc((30vw / 6.83) + 1px), 100% 100%, 0 100%, 0 0);
          clip-path: polygon(calc(100% - (30vw / 6.83) - 1px) 0%, 100% calc((30vw / 6.83) + 1px), 100% 100%, 0 100%, 0 0);
}

.banner__link--small {
  font-size: 0.7em;
}

.banner__link--download {
  -webkit-clip-path: none;
          clip-path: none;
}

.banner__link--download > *::after {
  right: 7.32064vw;
  background-image: url(../../img/common/icon_banner_download.svg);
  width: 5.23133vw;
  height: 4.41874vw;
}

.banner__link--download::before {
  -webkit-clip-path: none;
          clip-path: none;
}

.banner__link--download::after {
  -webkit-clip-path: none;
          clip-path: none;
}

.banner__link--bm {
  margin-bottom: 5.85652vw;
}

@media screen and (min-width: 700.9999px) {
  .banner__link {
    font-size: 20px;
    height: 80px;
    -webkit-clip-path: polygon(calc(100% - 15px + 1px) 0%, 100% calc(15px - 1px), 100% 100%, 0 100%, 0 0);
            clip-path: polygon(calc(100% - 15px + 1px) 0%, 100% calc(15px - 1px), 100% 100%, 0 100%, 0 0);
  }
  .banner__link > * {
    padding-left: 30px;
    padding-right: 55px;
  }
  .banner__link > * > * {
    position: relative;
    z-index: 1;
  }
  .banner__link > *::before {
    content: '';
    position: absolute;
    top: 0;
    left: -30%;
    width: 135%;
    height: 100%;
    background-color: #f4f8f8;
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transform: skewX(45deg) scale(0, 1);
            transform: skewX(45deg) scale(0, 1);
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
  }
  .banner__link > *::after {
    width: 10.67px;
    height: 12.8px;
    right: 20px;
  }
  .banner__link::before {
    background-color: #2c318d;
    -webkit-clip-path: polygon(calc(100% - 15px) 0%, 100% 15px, 100% 100%, 0 100%, 0 0);
            clip-path: polygon(calc(100% - 15px) 0%, 100% 15px, 100% 100%, 0 100%, 0 0);
  }
  .banner__link::after {
    background-color: white;
    -webkit-clip-path: polygon(calc(100% - 15px - 1px) 0%, 100% calc(15px + 1px), 100% 100%, 0 100%, 0 0);
            clip-path: polygon(calc(100% - 15px - 1px) 0%, 100% calc(15px + 1px), 100% 100%, 0 100%, 0 0);
  }
  .banner__link:hover > *::before {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: skewX(45deg) scale(1, 1);
            transform: skewX(45deg) scale(1, 1);
  }
  .banner__link--hover-main-color > * {
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .banner__link--hover-main-color > *::before {
    background-color: #2c318d;
  }
  .banner__link--hover-main-color > *::after {
    -webkit-transition: all .05s;
    transition: all .05s;
  }
  .banner__link--hover-main-color > *:hover {
    color: #ffffff;
  }
  .banner__link--hover-main-color > *:hover::after {
    background-image: url(../../img/common/icon_banner_download_white.svg);
  }
  .banner__link--download {
    -webkit-clip-path: none;
            clip-path: none;
  }
  .banner__link--download > *::after {
    width: 19.06px;
    height: 16.1px;
    right: 40px;
  }
  .banner__link--download::before {
    -webkit-clip-path: none;
            clip-path: none;
  }
  .banner__link--download::after {
    -webkit-clip-path: none;
            clip-path: none;
  }
  .banner__link--bm {
    margin-bottom: 0;
  }
}

/*　Webフォント
----------------------------------------------- */
.font-main {
  font-family: "Noto Sans JP", sans-serif;
}

.font-sub {
  font-family: "Noto Serif JP", serif;
}

.font-en {
  font-family: "Poppins", sans-serif;
}

.font-date {
  font-family: "din-2014", sans-serif;
}

.font-menu {
  font-family: "futura-pt", sans-serif;
}

/*　Webフォント
----------------------------------------------- */
/*　スクロールヒント
----------------------------------------------- */
.scroll-hint .scroll-hint-icon {
  width: 36.60322vw;
  height: 36.60322vw;
  border-radius: 2.92826vw;
  top: 50%;
  left: calc(50% - (25vw / 6.83));
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding-top: 8.78477vw;
}

.scroll-hint .scroll-hint-icon::before {
  width: 17.56955vw;
  height: 21.37628vw;
  background-image: url(../../img/common/icon_scroll_hint_pointing.svg);
}

.scroll-hint .scroll-hint-icon::after {
  top: 7.32064vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 25.32943vw;
  height: 6.29575vw;
  margin-left: 0;
  background-image: url(../../img/common/icon_scroll_hint_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (min-width: 700.9999px) {
  .scroll-hint .scroll-hint-icon {
    display: none;
  }
  .scroll-hint .scroll-hint-icon::before {
    content: none;
  }
  .scroll-hint .scroll-hint-icon::after {
    content: none;
  }
}

/*　下層背景のライン
----------------------------------------------- */
.bg__line {
  background-image: url(../../img/common/bg_line_sp.svg);
  background-repeat: repeat-y;
  background-size: calc(485vw / 6.83) auto;
  background-position: center top;
}

@media screen and (min-width: 700.9999px) {
  .bg__line {
    background-image: url(../../img/common/bg_line_pc.svg);
    background-size: 228px auto;
    background-repeat: repeat;
  }
}

/*　トップ余白
----------------------------------------------- */
.header-space {
  margin-top: 19.03367vw;
}

@media screen and (min-width: 700.9999px) {
  .header-space {
    margin-top: 80px;
  }
}

/*　余白
----------------------------------------------- */
.inner__space {
  margin-left: 7.32064vw;
  margin-right: 7.32064vw;
}

@media screen and (min-width: 700.9999px) {
  .inner__space {
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
  }
  .inner__space--padding {
    padding-left: 140px;
    padding-right: 140px;
  }
}

@media screen and (min-width: 2000px) {
  .inner__space--2000 {
    width: 2000px;
    margin-left: auto;
    margin-right: auto;
  }
}

/*　あしらい
----------------------------------------------- */
.deco__dot {
  position: relative;
}

.deco__dot::after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background-image: url(../../img/common/deco_triangle_dot.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 26.64714vw;
  height: 26.64714vw;
}

.deco__dot--white::after {
  background-image: url(../../img/common/deco_triangle_dot_white.svg);
}

.deco__dot--rotate90::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.deco__dot--rotate-90::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.deco__dot--right::after {
  left: auto;
  right: 0;
}

@media screen and (min-width: 700.9999px) {
  .deco__dot::after {
    width: 187px;
    height: 187px;
  }
}

.deco__corner {
  position: relative;
}

.deco__corner::after {
  content: '';
  position: absolute;
  top: 2.92826vw;
  left: 2.92826vw;
  border-top-color: #2c318d;
  border-left-color: #2c318d;
  border-bottom-color: transparent;
  border-right-color: transparent;
  border-style: solid;
  border-width: calc(5vw / 6.83);
  width: 4.39239vw;
  height: 4.39239vw;
}

.deco__corner--lb::after {
  border-top-color: transparent;
  border-left-color: #2c318d;
  border-bottom-color: #2c318d;
  border-right-color: transparent;
}

.deco__corner--rb::after {
  border-top-color: transparent;
  border-left-color: transparent;
  border-bottom-color: #2c318d;
  border-right-color: #2c318d;
}

.deco__corner--tr-white::after {
  border-top-color: #ffffff;
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-right-color: #ffffff;
}

@media screen and (min-width: 700.9999px) {
  .deco__corner::after {
    border-width: 4px;
    width: 30px;
    height: 30px;
    top: 10px;
    left: 10px;
  }
}

.deoc__en-line {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-family: "Poppins", sans-serif;
  font-size: 2.85714vw;
  color: #2c318d;
  letter-spacing: 0;
  font-weight: 500;
  display: block;
  position: relative;
}

.deoc__en-line::after {
  content: '';
  position: absolute;
  top: -7.32064vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  height: 5.85652vw;
  background-color: #2c318d;
}

.deoc__en-line--white {
  color: #ffffff;
}

.deoc__en-line--white::after {
  background-color: #ffffff;
}

.deoc__en-line--black {
  color: #000000;
}

.deoc__en-line--black::after {
  background-color: #000000;
}

.deoc__en-line--bottom::after {
  top: auto;
  bottom: -7.32064vw;
}

@media screen and (min-width: 700.9999px) {
  .deoc__en-line {
    font-size: 13px;
  }
  .deoc__en-line::after {
    height: 60px;
    top: -75px;
  }
  .deoc__en-line--bottom::after {
    top: auto;
    bottom: -75px;
  }
}

/*　トップ MV
----------------------------------------------- */
@-webkit-keyframes passing-bar {
  0% {
    left: 0;
    width: 0;
  }
  50% {
    left: 0;
    width: 100%;
  }
  51% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 0;
  }
}
@keyframes passing-bar {
  0% {
    left: 0;
    width: 0;
  }
  50% {
    left: 0;
    width: 100%;
  }
  51% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 0;
  }
}

@-webkit-keyframes passing-txt {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes passing-txt {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*　ブロアー
----------------------------------------------- */
@-webkit-keyframes blur {
  from {
    opacity: 0;
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@keyframes blur {
  from {
    opacity: 0;
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}

/*　フェード
----------------------------------------------- */
@-webkit-keyframes fade_ani {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade_ani {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/*　スクロールダウン
----------------------------------------------- */
@-webkit-keyframes mousemove {
  0% {
    margin-top: 10px;
  }
  50% {
    margin-top: 0;
  }
  100% {
    margin-top: 10px;
  }
}
@keyframes mousemove {
  0% {
    margin-top: 10px;
  }
  50% {
    margin-top: 0;
  }
  100% {
    margin-top: 10px;
  }
}

/*　上下
----------------------------------------------- */
@-webkit-keyframes upAndDown {
  0% {
    top: 2.92826vw;
  }
  50% {
    top: 0;
  }
  100% {
    top: 2.92826vw;
  }
}
@keyframes upAndDown {
  0% {
    top: 2.92826vw;
  }
  50% {
    top: 0;
  }
  100% {
    top: 2.92826vw;
  }
}

@media screen and (min-width: 700.9999px) {
  @-webkit-keyframes upAndDown {
    0% {
      top: 20px;
    }
    50% {
      top: 0;
    }
    100% {
      top: 20px;
    }
  }
  @keyframes upAndDown {
    0% {
      top: 20px;
    }
    50% {
      top: 0;
    }
    100% {
      top: 20px;
    }
  }
}

/*　上下
----------------------------------------------- */
@-webkit-keyframes downAndUp {
  0% {
    top: 0;
  }
  50% {
    top: 2.92826vw;
  }
  100% {
    top: 0;
  }
}
@keyframes downAndUp {
  0% {
    top: 0;
  }
  50% {
    top: 2.92826vw;
  }
  100% {
    top: 0;
  }
}

@media screen and (min-width: 700.9999px) {
  @-webkit-keyframes downAndUp {
    0% {
      top: 0;
    }
    50% {
      top: 20px;
    }
    100% {
      top: 0;
    }
  }
  @keyframes downAndUp {
    0% {
      top: 0;
    }
    50% {
      top: 20px;
    }
    100% {
      top: 0;
    }
  }
}

/*　スクロールダウン
----------------------------------------------- */
@-webkit-keyframes scrollDown {
  0% {
    -webkit-transform: translateX(-50%) translateY(-20px);
            transform: translateX(-50%) translateY(-20px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
    opacity: 0;
  }
}
@keyframes scrollDown {
  0% {
    -webkit-transform: translateX(-50%) translateY(-20px);
            transform: translateX(-50%) translateY(-20px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
    opacity: 0;
  }
}

/*　一瞬拡大
----------------------------------------------- */
@-webkit-keyframes yureru-s {
  0% {
    -webkit-transform: translate(5px, 0px);
            transform: translate(5px, 0px);
  }
  5% {
    -webkit-transform: translate(-5px, 0px);
            transform: translate(-5px, 0px);
  }
  10% {
    -webkit-transform: translate(5px, 0px);
            transform: translate(5px, 0px);
  }
  15% {
    -webkit-transform: translate(-5px, 0px);
            transform: translate(-5px, 0px);
  }
  20% {
    -webkit-transform: translate(5px, 0px);
            transform: translate(5px, 0px);
  }
  25% {
    -webkit-transform: translate(-5px, 0px);
            transform: translate(-5px, 0px);
  }
  30% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}
@keyframes yureru-s {
  0% {
    -webkit-transform: translate(5px, 0px);
            transform: translate(5px, 0px);
  }
  5% {
    -webkit-transform: translate(-5px, 0px);
            transform: translate(-5px, 0px);
  }
  10% {
    -webkit-transform: translate(5px, 0px);
            transform: translate(5px, 0px);
  }
  15% {
    -webkit-transform: translate(-5px, 0px);
            transform: translate(-5px, 0px);
  }
  20% {
    -webkit-transform: translate(5px, 0px);
            transform: translate(5px, 0px);
  }
  25% {
    -webkit-transform: translate(-5px, 0px);
            transform: translate(-5px, 0px);
  }
  30% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}

/*　一瞬拡大
----------------------------------------------- */
@-webkit-keyframes zoom {
  50% {
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
  }
}
@keyframes zoom {
  50% {
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
  }
}

/*　ぼよよん
----------------------------------------------- */
@-webkit-keyframes boyon {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  20% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  40% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  60% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  80% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes boyon {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  20% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  40% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  60% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  80% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.on.boyon {
  -webkit-animation-name: boyon;
          animation-name: boyon;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

/*　hero
----------------------------------------------- */
.top-hero {
  margin-top: 19.03367vw;
  position: relative;
  height: 128.11127vw;
  overflow: hidden;
}

.top-hero__inner {
  position: relative;
  height: 100%;
}

.top-hero__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.top-hero__image--overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 2;
}

.top-hero__text {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}

.top-hero__logo {
  position: absolute;
  top: 0;
  right: 0;
  right: -7.32064vw;
  opacity: 0.2;
}

.top-hero__logo > * {
  display: block;
  width: 53.58712vw;
  height: auto;
}

.top-hero__catch {
  position: absolute;
  left: 0;
  bottom: 30.74671vw;
  left: 7.32064vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.top-hero__catch > * {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  display: inline-block;
  height: auto;
}

.top-hero__catch > *::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  /* 任意の値 */
  background-color: #fff;
}

.top-hero__catch > * > * {
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  height: 100%;
  width: 100%;
}

.top-hero__catch > *.show::before {
  -webkit-animation: passing-bar .75s ease 1s 1 normal forwards;
          animation: passing-bar .75s ease 1s 1 normal forwards;
}

.top-hero__catch > *.show > * {
  -webkit-animation: passing-txt .5s ease 1.25s 1 normal forwards;
          animation: passing-txt .5s ease 1.25s 1 normal forwards;
}

.top-hero__catch--01 {
  width: 32.21083vw;
}

.top-hero__catch--02 {
  margin-top: 5.12445vw;
  width: 48.31625vw;
}

.top-hero__catch--03 {
  margin-top: 5.12445vw;
  width: 37.4817vw;
}

.top-hero__name {
  position: absolute;
  left: 0;
  bottom: 13.17716vw;
  left: 7.32064vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #ffffff;
}

.top-hero__name--jp {
  font-size: 5.14286vw;
  font-weight: 700;
  letter-spacing: 0.2em;
}

.top-hero__name--en {
  margin-top: 2.19619vw;
  font-family: "Poppins", sans-serif;
  font-size: 2.85714vw;
  letter-spacing: 0.125em;
}

@media screen and (min-width: 700.9999px) {
  .top-hero {
    margin-top: 80px;
    height: 720px;
  }
  .top-hero__logo {
    right: 0;
  }
  .top-hero__logo > * {
    width: 450px;
  }
  .top-hero__catch {
    bottom: auto;
    top: 280px;
    left: 743px;
  }
  .top-hero__catch--01 {
    width: 175px;
  }
  .top-hero__catch--02 {
    margin-top: 32px;
    width: 258px;
  }
  .top-hero__catch--03 {
    margin-top: 32px;
    width: 202px;
  }
  .top-hero__name {
    bottom: auto;
    top: 490px;
    left: 743px;
  }
  .top-hero__name--jp {
    font-size: 24px;
  }
  .top-hero__name--en {
    margin-top: 20px;
    font-size: 16px;
  }
  .top-hero__scroll {
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 32px;
    -webkit-animation: scrollDown 1.5s infinite;
            animation: scrollDown 1.5s infinite;
  }
}

/*　common
----------------------------------------------- */
.top__inner {
  margin-left: 7.32064vw;
  margin-right: 7.32064vw;
}

@media screen and (min-width: 700.9999px) {
  .top__inner {
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
  }
}

.top__button {
  width: 71.01025vw;
  height: 14.64129vw;
  background-color: #f4f8f8;
  font-size: 4vw;
  font-weight: 500;
}

.top__button > * {
  color: #2c318d;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 5.85652vw;
  position: relative;
}

.top__button > *::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 20.4978vw;
  height: 100%;
  background-color: #2c318d;
  -webkit-clip-path: polygon(calc(60vw / 6.83) 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(calc(60vw / 6.83) 0, 100% 0, 100% 100%, 0% 100%);
}

.top__button > *::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  right: 4.39239vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../../img/index/top_btn_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 2.4407vw;
  height: 2.92826vw;
}

.top__button.top__button--white {
  background-color: white;
}

.top__button.top__button--clear {
  background-color: transparent;
  border: 1px solid #ffffff;
}

.top__button.top__button--clear > * {
  color: #ffffff;
}

.top__button.top__button--clear > *::before {
  background-color: #ffffff;
}

.top__button.top__button--clear > *::after {
  background-image: url(../../img/index/top_btn_arrow_black.svg);
}

@media screen and (min-width: 700.9999px) {
  .top__button {
    position: relative;
    overflow: hidden;
    width: 240px;
    height: 50px;
    font-size: 16px;
    border: 1px solid transparent;
    -webkit-transition: none !important;
    transition: none !important;
  }
  .top__button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 120%;
    height: 100%;
    background-color: #2c318d;
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transform: skewX(-30deg) scale(0, 1);
            transform: skewX(-30deg) scale(0, 1);
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
  }
  .top__button > * {
    padding-left: 20px;
  }
  .top__button > *::before {
    -webkit-clip-path: polygon(30px 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(30px 0, 100% 0, 100% 100%, 0% 100%);
    width: 55px;
  }
  .top__button > *::after {
    right: 15px;
    width: 8px;
    height: 10px;
  }
  .top__button:hover {
    border: 1px solid #2c318d;
  }
  .top__button:hover > * {
    color: #ffffff;
  }
  .top__button:hover > *::before {
    background-color: #ffffff;
  }
  .top__button:hover > *::after {
    background-image: url(../../img/index/top_btn_arrow_blue.svg);
  }
  .top__button:hover::before {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: skewX(-30deg) scale(1, 1);
            transform: skewX(-30deg) scale(1, 1);
  }
  .top__button.top__button--clear::before {
    background-color: #ffffff;
  }
}

/*　notice
----------------------------------------------- */
.top-notice {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  background-color: white;
}

.top-notice__title {
  padding-left: 4.39239vw;
  padding-top: 5.85652vw;
  padding-bottom: 5.85652vw;
  width: 35.43192vw;
  background-color: rgba(186, 0, 0, 0.05);
  font-size: 3.42857vw;
  letter-spacing: 0.025em;
  font-weight: 700;
  color: #BA0000;
}

.top-notice__title > * {
  line-height: 1.5;
}

.top-notice__title > *::before, .top-notice__title > *::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}

.top-notice__title > *::before {
  margin-top: calc((1 - 1.5) * 0.5em);
}

.top-notice__title > *::after {
  margin-bottom: calc((1 - 1.5) * 0.5em);
}

.top-notice__title--inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.top-notice__title--icon > * {
  display: block;
  width: 8.78477vw;
  height: 8.78477vw;
}

.top-notice__title--text {
  margin-left: 2.92826vw;
}

.top-notice__text {
  width: 67.0571vw;
  padding-top: 1.83016vw;
  padding-bottom: 1.83016vw;
}

.top-notice__text--link {
  display: block;
  padding-top: 1.83016vw;
  padding-bottom: 1.83016vw;
  padding-left: 4.39239vw;
  padding-right: 5.12445vw;
}

.top-notice__text--item > *:first-child {
  font-family: "din-2014", sans-serif;
  font-size: 3.42857vw;
  font-weight: 600;
  letter-spacing: 0;
  color: #90919b;
}

.top-notice__text--item > *:last-child {
  margin-top: 1.90337vw;
  font-size: 3.42857vw;
  letter-spacing: .05em;
}

.top-notice__text--item > *:last-child > * {
  line-height: 1.6;
}

.top-notice__text--item > *:last-child > *::before, .top-notice__text--item > *:last-child > *::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}

.top-notice__text--item > *:last-child > *::before {
  margin-top: calc((1 - 1.6) * 0.5em);
}

.top-notice__text--item > *:last-child > *::after {
  margin-bottom: calc((1 - 1.6) * 0.5em);
}

@media screen and (min-width: 700.9999px) {
  .top-notice {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
  }
  .top-notice__title {
    width: auto;
    font-size: 18px;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: calc(100px + ((100% - 1280px) / 2));
  }
  .top-notice__title--inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    width: calc(326px - 100px);
  }
  .top-notice__title--icon > * {
    width: 40px;
    height: auto;
  }
  .top-notice__title--text {
    margin-left: 20px;
  }
  .top-notice__text {
    width: auto;
    width: 100%;
    padding-top: calc(35px / 2);
    padding-bottom: calc(35px / 2);
  }
  .top-notice__text--link {
    display: block;
    padding-top: calc(35px / 2);
    padding-bottom: calc(35px / 2);
    padding-left: 45px;
    padding-right: 45px;
    width: 100%;
    position: relative;
  }
  .top-notice__text--link::after {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 45px;
    width: calc(100% - (45px * 2));
    height: 1px;
    background-color: #90919b;
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
  }
  .top-notice__text--link:hover::after {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .top-notice__text--item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .top-notice__text--item > *:first-child {
    font-size: 19px;
    width: 110px;
  }
  .top-notice__text--item > *:last-child {
    width: calc(100% - 110px);
    font-size: 16px;
    margin-top: 0;
    letter-spacing: 0;
  }
}

/*　intro
----------------------------------------------- */
.top-intro {
  position: relative;
  padding-bottom: 13.17716vw;
}

.top-intro__image {
  position: absolute;
  top: 0;
  left: 0;
  left: -7.32064vw;
  width: 56.07613vw;
}

.top-intro__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.top-intro__title--01 {
  margin-right: 10.2489vw;
  margin-top: 10.2489vw;
  width: 5.85652vw;
  height: auto;
}

.top-intro__title--02 {
  margin-right: 4.39239vw;
  margin-top: 10.2489vw;
  width: 5.85652vw;
  height: auto;
}

.top-intro__subtitle {
  margin-top: -7.32064vw;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.125em;
  font-size: 4.57143vw;
  color: #2c318d;
  padding-bottom: 2.92826vw;
  position: relative;
}

.top-intro__subtitle::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: -7.32064vw;
  height: 1px;
  width: 47.58419vw;
  background-color: #2c318d;
}

.top-intro__contents {
  margin-top: 13.17716vw;
  padding-right: 8.78477vw;
  padding-bottom: 5.12445vw;
  letter-spacing: 0.025em;
  height: 100%;
  background-image: url(../../img/index/top_intro_130th_sp.svg);
  background-size: calc(490vw / 6.83) auto;
  background-repeat: no-repeat;
  background-position: bottom right;
}

.top-intro__contents > * {
  line-height: 2.1;
}

.top-intro__contents > *::before, .top-intro__contents > *::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}

.top-intro__contents > *::before {
  margin-top: calc((1 - 2.1) * 0.5em);
}

.top-intro__contents > *::after {
  margin-bottom: calc((1 - 2.1) * 0.5em);
}

.top-intro__contents > * + * {
  margin-top: 2.1em;
}

.top-intro__button {
  margin-top: 10.2489vw;
}

@media screen and (min-width: 700.9999px) {
  .top-intro {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 100px;
  }
  .top-intro__image {
    width: 730px;
    height: 780px;
    left: calc(-90px + ((100% - 1280px) / 2));
  }
  .top-intro__image > * > * {
    display: block;
    width: 100%;
    height: 100%;
  }
  .top-intro__text {
    padding-bottom: 0;
    width: 100%;
    padding-top: 150px;
  }
  .top-intro__inner {
    padding-left: 700px;
  }
  .top-intro__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 110px;
  }
  .top-intro__title--01 {
    width: 244.13px;
    margin-right: 0;
    margin-top: 0;
  }
  .top-intro__title--02 {
    margin-right: 0;
    margin-top: 25px;
    width: 278.35px;
  }
  .top-intro__subtitle {
    margin-top: -50px;
    padding-bottom: 14px;
    font-size: 12px;
  }
  .top-intro__subtitle::after {
    left: -60px;
    width: 125px;
  }
  .top-intro__contents {
    background-image: url(../../img/index/top_intro_130th_pc.svg);
    background-size: 420px auto;
    background-position: bottom right 10px;
    margin-top: 95px;
    padding-bottom: 80px;
    padding-right: 150px;
    padding-right: 0;
    margin-right: 150px;
    font-size: 14px;
    letter-spacing: 0.075em;
  }
  .top-intro__contents > * {
    line-height: 2;
  }
  .top-intro__contents > *::before, .top-intro__contents > *::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  .top-intro__contents > *::before {
    margin-top: calc((1 - 2) * 0.5em);
  }
  .top-intro__contents > *::after {
    margin-bottom: calc((1 - 2) * 0.5em);
  }
  .top-intro__contents > * + * {
    margin-top: 1.7em;
  }
  .top-intro__button {
    margin-top: 80px;
    margin-right: 160px;
    margin-left: auto;
  }
}

/*　news
----------------------------------------------- */
.top-news {
  padding-bottom: 14.64129vw;
  background-color: #f4f8f8;
}

.top-news__title {
  padding-top: 13.17716vw;
  margin-left: 7.32064vw;
}

.top-news__title--inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.top-news__title--inner > * {
  letter-spacing: 0.025em;
}

.top-news__title--inner > *:first-child {
  font-size: 7.71429vw;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #2c318d;
}

.top-news__title--inner > *:first-child > * {
  font-size: 6.85714vw;
}

.top-news__title--inner > *:last-child {
  margin-top: 2.92826vw;
  font-size: 3.42857vw;
  font-weight: 700;
  color: #90919b;
}

.top-news__menu {
  margin-top: 4.39239vw;
}

.top-news__menu--button {
  padding-top: 4.39239vw;
  padding-bottom: 4.39239vw;
  padding-left: 4.39239vw;
  margin-left: 7.32064vw;
  height: 14.64129vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  border-bottom: 1px solid #90919b;
  text-align: left;
  width: calc(100% - (50vw * 2 / 6.83));
  position: relative;
  color: #000000;
}

.top-news__menu--button::after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.46413vw;
  background-image: url(../../img/index/top_news_drawer_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 4.39239vw;
  height: 2.19619vw;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
}

.top-news__menu--button.is-active {
  -webkit-animation: fade_ani 1s ease 0s;
          animation: fade_ani 1s ease 0s;
}

.top-news__menu--button.is-active::after {
  -webkit-transform: rotate(180deg) translateY(calc(-50% + (15vw / 6.83)));
          transform: rotate(180deg) translateY(calc(-50% + (15vw / 6.83)));
}

.top-news__menu--items {
  display: none;
  margin-left: 7.32064vw;
  margin-right: 7.32064vw;
}

.top-news__menu--item {
  border-bottom: 1px solid #90919b;
}

.top-news__menu--link {
  padding-top: 4.39239vw;
  padding-bottom: 4.39239vw;
  padding-left: 4.39239vw;
  height: 14.64129vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: color .5s;
  transition: color .5s;
}

.top-news__tab {
  margin-top: 7.32064vw;
  margin-left: 7.32064vw;
}

.top-news__slider {
  padding-right: 7.32064vw;
  width: auto;
}

.top-news__slider--next,
.top-news__slider--prev {
  background-image: url(../../img/index/top_news_slider_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 12.59151vw;
  height: 12.59151vw;
  margin-top: 0;
  left: auto;
  right: 7.32064vw;
}

.top-news__slider--next.swiper-button-disabled,
.top-news__slider--prev.swiper-button-disabled {
  pointer-events: visible;
}

.top-news__slider--next::after,
.top-news__slider--prev::after {
  content: none;
}

.top-news__slider--next {
  top: 23.42606vw;
}

.top-news__slider--prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  top: 39.53148vw;
}

.top-news__slider--item {
  width: 68.81406vw;
  width: calc(470vw / 6.83) !important;
}

.top-news__slider--image {
  width: 100%;
  height: 68.81406vw;
}

.top-news__slider--image > * {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-news__slider--tag {
  margin-top: 3.66032vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 3.14286vw;
  color: #ffffff;
  margin-left: -1.46413vw;
}

.top-news__slider--tag > * {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-clip-path: polygon(calc(100% - (10vw / 6.83)) 0%, 100% calc(10vw / 6.83), 100% 100%, 0 100%, 0 0);
          clip-path: polygon(calc(100% - (10vw / 6.83)) 0%, 100% calc(10vw / 6.83), 100% 100%, 0 100%, 0 0);
  padding-left: 1.46413vw;
  padding-right: 1.46413vw;
  height: 7.02782vw;
  margin-left: 1.46413vw;
}

.top-news__slider--tag > *.hs {
  background-color: #2c318d;
}

.top-news__slider--tag > *.club {
  background-color: #707070;
}

.top-news__slider--tag > *.info {
  background-color: #D84B00;
}

.top-news__slider--tag > *.bay {
  background-color: #8CACAC;
}

.top-news__slider--tag > *.exam {
  color: #2c318d;
  position: relative;
  -webkit-clip-path: none;
          clip-path: none;
}

.top-news__slider--tag > *.exam > * {
  position: relative;
  z-index: 2;
}

.top-news__slider--tag > *.exam::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #2c318d;
  -webkit-clip-path: polygon(calc(100% - (10vw / 6.83)) 0%, 100% calc((10vw / 6.83)), 100% 100%, 0 100%, 0 0);
          clip-path: polygon(calc(100% - (10vw / 6.83)) 0%, 100% calc((10vw / 6.83)), 100% 100%, 0 100%, 0 0);
}

.top-news__slider--tag > *.exam::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border: 1px solid #2c318d;
  -webkit-clip-path: polygon(calc(100% - (10vw / 6.83) - 1px) 0%, 100% calc((10vw / 6.83) + 1px), 100% 100%, 0 100%, 0 0);
          clip-path: polygon(calc(100% - (10vw / 6.83) - 1px) 0%, 100% calc((10vw / 6.83) + 1px), 100% 100%, 0 100%, 0 0);
}

.top-news__slider--title {
  margin-top: 2.92826vw;
  font-size: 3.42857vw;
  letter-spacing: 0.05em;
  line-height: 1.6;
  padding-right: 7.32064vw;
}

.top-news__slider--date {
  margin-top: 3.66032vw;
  font-family: "din-2014", sans-serif;
  color: #90919b;
}

.top-news__button {
  margin-top: 8.78477vw;
  margin-left: 7.32064vw;
}

[role="tab"] {
  color: #90919b;
}

[role="tab"][aria-selected="true"] {
  color: #000000;
}

[role="tab-panel"] {
  display: none;
}

[role="tab-panel"][aria-hidden="false"] {
  display: block;
  -webkit-animation: fade_ani 1s ease 0s;
          animation: fade_ani 1s ease 0s;
}

@media screen and (min-width: 700.9999px) {
  .top-news {
    padding-bottom: 120px;
    background-color: white;
  }
  .top-news__title {
    padding-top: 60px;
    margin-left: calc(100px + ((100% - 1280px) / 2));
  }
  .top-news__title--inner > *:first-child {
    font-size: 48px;
  }
  .top-news__title--inner > *:first-child > * {
    font-size: 36px;
  }
  .top-news__title--inner > *:last-child {
    margin-top: 15px;
    font-size: 16px;
  }
  .top-news__menu {
    margin-top: 35px;
  }
  .top-news__menu--button {
    display: none;
  }
  .top-news__menu--items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 100px;
    padding-right: 100px;
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
  }
  .top-news__menu--item {
    border-bottom: none;
    width: calc(100% / 5);
    border-left: 1px solid #90919b;
  }
  .top-news__menu--item:last-child {
    border-right: 1px solid #90919b;
  }
  .top-news__menu--link {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-top: 15px;
    height: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .top-news__menu--link:hover {
    color: #000;
  }
  .top-news__tab {
    margin-top: 30px;
    margin-left: calc(100px + ((100% - 1280px) / 2));
    min-height: 550px;
  }
  .top-news__slider {
    padding-right: 100px;
  }
  .top-news__slider--next,
  .top-news__slider--prev {
    -webkit-transition: background-image .5s;
    transition: background-image .5s;
    background-image: url(../../img/index/top_news_slider_arrow_normal.svg);
    width: 40px;
    height: 40px;
    right: calc(150px + ((100% - 1280px) / 2));
  }
  .top-news__slider--next::after,
  .top-news__slider--prev::after {
    content: none;
  }
  .top-news__slider--next:hover,
  .top-news__slider--prev:hover {
    background-image: url(../../img/index/top_news_slider_arrow_hover.svg);
  }
  .top-news__slider--next.swiper-button-disabled:hover,
  .top-news__slider--prev.swiper-button-disabled:hover {
    background-image: url(../../img/index/top_news_slider_arrow_normal.svg);
  }
  .top-news__slider--next {
    top: 140px;
  }
  .top-news__slider--prev {
    top: 200px;
  }
  .top-news__slider--item {
    width: 380px !important;
  }
  .top-news__slider--item:nth-child(2) {
    -webkit-animation-delay: .2s;
            animation-delay: .2s;
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
  .top-news__slider--item:nth-child(3) {
    -webkit-animation-delay: .4s;
            animation-delay: .4s;
    -webkit-transition-delay: 0.7s;
            transition-delay: 0.7s;
  }
  .top-news__slider--item:nth-child(4) {
    -webkit-animation-delay: .6s;
            animation-delay: .6s;
    -webkit-transition-delay: 0.9s;
            transition-delay: 0.9s;
  }
  .top-news__slider--link:hover .top-news__slider--image > * {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 0.5;
  }
  .top-news__slider--link:hover .top-news__slider--title > * {
    border-bottom: 1px solid #000000;
  }
  .top-news__slider--image {
    height: 380px;
    overflow: hidden;
  }
  .top-news__slider--image > * {
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .top-news__slider--tag {
    margin-top: 35px;
    margin-left: -5px;
    font-size: 14px;
    padding-left: 20px;
  }
  .top-news__slider--tag > * {
    padding-left: 5px;
    padding-right: 5px;
    -webkit-clip-path: polygon(calc(100% - 5px) 0%, 100% 5px, 100% 100%, 0 100%, 0 0);
            clip-path: polygon(calc(100% - 5px) 0%, 100% 5px, 100% 100%, 0 100%, 0 0);
    margin-left: 5px;
    height: 24px;
  }
  .top-news__slider--tag > *.exam::before {
    -webkit-clip-path: polygon(calc(100% - 5px) 0%, 100% 5px, 100% 100%, 0 100%, 0 0);
            clip-path: polygon(calc(100% - 5px) 0%, 100% 5px, 100% 100%, 0 100%, 0 0);
  }
  .top-news__slider--tag > *.exam::after {
    -webkit-clip-path: polygon(calc(100% - 5px - 1px) 0%, 100% calc(5px + 1px), 100% 100%, 0 100%, 0 0);
            clip-path: polygon(calc(100% - 5px - 1px) 0%, 100% calc(5px + 1px), 100% 100%, 0 100%, 0 0);
  }
  .top-news__slider--title {
    margin-top: 20px;
    font-size: 16px;
    padding-left: 20px;
    padding-right: 40px;
  }
  .top-news__slider--title > * {
    padding-bottom: 2px;
    border-bottom: 1px solid transparent;
    -webkit-transition: border-bottom .5s;
    transition: border-bottom .5s;
  }
  .top-news__slider--date {
    margin-left: 20px;
    margin-right: 25px;
    font-size: 19px;
    letter-spacing: 0;
    margin-top: 20px;
  }
  .top-news__button {
    margin-top: 55px;
    margin-left: calc(100px + ((100% - 1280px) / 2));
  }
  .top-news__button.top__button--white {
    background-color: #f4f8f8;
  }
}

/*　learning
----------------------------------------------- */
.top-learning__top--title {
  padding-left: 10.2489vw;
  padding-top: 24.89019vw;
  padding-bottom: 8.78477vw;
  position: relative;
  background-color: #2c318d;
}

.top-learning__top--title::after {
  content: attr(data-en);
  position: absolute;
  top: 12.4451vw;
  left: 10.2489vw;
  font-family: "Poppins", sans-serif;
  font-size: 2.85714vw;
  color: #ffffff;
  letter-spacing: 0.125em;
}

.top-learning__top--title::before {
  content: '';
  position: absolute;
  top: 19.03367vw;
  left: 10.2489vw;
  height: 1px;
  width: 5.85652vw;
  background-color: #ffffff;
}

.top-learning__top--title > * {
  display: block;
  width: 42.19034vw;
  height: 16.32796vw;
}

.top-learning__top--image {
  height: 58.56515vw;
  overflow: hidden;
}

.top-learning__top--image > * {
  display: block;
  width: 100%;
  height: 100%;
}

.top-learning__top--text {
  padding-top: 7.32064vw;
  padding-left: 7.32064vw;
  padding-right: 5.85652vw;
  padding-bottom: 13.90922vw;
  background-color: #2c318d;
}

.top-learning__top--desc {
  line-height: 1.8;
  letter-spacing: .05em;
  font-weight: 400;
  color: #ffffff;
  font-size: 3.42857vw;
}

.top-learning__top--button {
  margin-top: 8.05271vw;
}

.top-learning__course--item {
  position: relative;
  height: 57.10102vw;
}

.top-learning__course--item:nth-child(2) {
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
}

.top-learning__course--item:nth-child(3) {
  -webkit-transition-delay: .7s;
          transition-delay: .7s;
}

.top-learning__course--link.item01 .top-learning__course--text > * {
  width: 53.93851vw;
}

.top-learning__course--link.item02 .top-learning__course--text > * {
  width: 47.83455vw;
}

.top-learning__course--link.item03 .top-learning__course--text > * {
  width: 70.54466vw;
}

.top-learning__course--image {
  position: absolute;
  top: 0;
  left: 0;
}

.top-learning__course--text {
  position: relative;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  padding-top: 17.56955vw;
  padding-left: 8.78477vw;
}

.top-learning__course--text > * {
  display: block;
  height: auto;
}

.top-learning__course--text::after {
  content: '';
  position: absolute;
  top: 1.46413vw;
  left: 1.46413vw;
  width: calc(100% - (10vw * 2 / 6.83));
  height: calc(100% - (10vw * 2 / 6.83));
  border-top: calc(5vw / 6.83) solid #ffffff;
  border-left: calc(5vw / 6.83) solid #ffffff;
  border-bottom: calc(5vw / 6.83) solid #2c318d;
  border-right: calc(5vw / 6.83) solid #2c318d;
}

@media screen and (min-width: 700.9999px) {
  .top-learning__top--link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 500px;
  }
  .top-learning__top--link.sp {
    display: none;
  }
  .top-learning__top--link:hover .top-learning__top--button {
    border: 1px solid #ffffff;
  }
  .top-learning__top--link:hover .top-learning__top--button > * {
    color: #ffffff;
  }
  .top-learning__top--link:hover .top-learning__top--button > *::before {
    background-color: #ffffff;
  }
  .top-learning__top--link:hover .top-learning__top--button > *::after {
    background-image: url(../../img/index/top_btn_arrow_blue.svg);
  }
  .top-learning__top--link:hover .top-learning__top--button::before {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: skewX(-30deg) scale(1, 1);
            transform: skewX(-30deg) scale(1, 1);
  }
  .top-learning__top--link:hover .top-learning__top--image::after {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .top-learning__top--link:hover .top-learning__top--image > * {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .top-learning__top--text {
    background-color: #2c318d;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    width: calc(426px + ((100% - 1280px) / 2));
    padding-left: calc((100% - 1280px) / 2);
  }
  .top-learning__top--title {
    background-color: transparent;
    padding-left: 0;
    padding-bottom: 0;
    padding-top: 130px;
    width: 192.11px;
    margin-left: auto;
    margin-right: auto;
  }
  .top-learning__top--title::after {
    top: 70px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    font-size: 12px;
  }
  .top-learning__top--title::before {
    top: 95px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 20px;
  }
  .top-learning__top--title > * {
    width: 100%;
    height: auto;
  }
  .top-learning__top--desc {
    line-height: 2;
    letter-spacing: 0.075em;
    font-weight: 400;
    color: #ffffff;
    width: 270px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    font-size: 14px;
  }
  .top-learning__top--button {
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    background-color: #f4f8f8;
    font-weight: 500;
    position: relative;
    overflow: hidden;
    width: 240px;
    height: 50px;
    font-size: 16px;
    border: 1px solid #2c318d;
    -webkit-transition: none !important;
    transition: none !important;
  }
  .top-learning__top--button > * {
    color: #2c318d;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    padding-left: 20px;
  }
  .top-learning__top--button > *::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background-color: #2c318d;
    -webkit-clip-path: polygon(30px 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(30px 0, 100% 0, 100% 100%, 0% 100%);
    width: 55px;
  }
  .top-learning__top--button > *::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-image: url(../../img/index/top_btn_arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    right: 15px;
    width: 8px;
    height: 10px;
  }
  .top-learning__top--button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 120%;
    height: 100%;
    background-color: #2c318d;
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transform: skewX(-30deg) scale(0, 1);
            transform: skewX(-30deg) scale(0, 1);
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
  }
  .top-learning__top--image {
    width: calc(100% - 426px);
    height: 100%;
    overflow: hidden;
    position: relative;
  }
  .top-learning__top--image > * {
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    display: block;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .top-learning__top--image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    background-color: rgba(44, 49, 141, 0.5);
  }
  .top-learning__course--items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 400px;
  }
  .top-learning__course--item {
    height: 100%;
    width: calc(100% / 3);
    overflow: hidden;
  }
  .top-learning__course--link.item01 .top-learning__course--text > * {
    width: 244.67px;
  }
  .top-learning__course--link.item01 .top-learning__course--text > *::before {
    left: 37px;
    width: 83px;
  }
  .top-learning__course--link.item02 .top-learning__course--text > * {
    width: 217.02px;
  }
  .top-learning__course--link.item02 .top-learning__course--text > *::before {
    left: 38px;
    width: 58px;
  }
  .top-learning__course--link.item03 .top-learning__course--text > * {
    width: 320.96px;
  }
  .top-learning__course--link.item03 .top-learning__course--text > *::before {
    left: 63px;
    width: 112px;
  }
  .top-learning__course--link:hover.item01 .top-learning__course--text > *::before {
    width: 170px;
  }
  .top-learning__course--link:hover.item02 .top-learning__course--text > *::before {
    width: 141px;
  }
  .top-learning__course--link:hover.item03 .top-learning__course--text > *::before {
    width: 195px;
  }
  .top-learning__course--link:hover .top-learning__course--text {
    background-color: rgba(0, 0, 0, 0);
  }
  .top-learning__course--link:hover .top-learning__course--text::after {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-top: 10px solid #ffffff;
    border-left: 10px solid #ffffff;
    border-bottom: 10px solid #2c318d;
    border-right: 10px solid #2c318d;
  }
  .top-learning__course--image {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
  .top-learning__course--text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 105px;
    padding-left: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
    position: relative;
  }
  .top-learning__course--text > * {
    position: relative;
  }
  .top-learning__course--text > * > * {
    position: relative;
    z-index: 3;
  }
  .top-learning__course--text > *::before {
    content: '';
    position: absolute;
    -webkit-transition: all .5s;
    transition: all .5s;
    z-index: 1;
    top: 185px;
    top: -3px;
    height: 26px;
    background-color: #2c318d;
  }
  .top-learning__course--text::after {
    content: '';
    position: absolute;
    z-index: 2;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: calc(100% - (10px * 2));
    height: calc(100% - (10px * 2));
    left: 10px;
    top: 10px;
    border-top: 7px solid #ffffff;
    border-left: 7px solid #ffffff;
    border-bottom: 7px solid #2c318d;
    border-right: 7px solid #2c318d;
  }
}

/*　club
----------------------------------------------- */
.top-club {
  padding-bottom: 17.56955vw;
}

.top-club__title {
  margin-top: 19.03367vw;
}

.top-club__title > * {
  display: block;
  text-align: right;
}

.top-club__title > *:first-child {
  font-family: "Poppins", sans-serif;
  font-size: 9.14286vw;
  font-weight: 600;
  padding-right: 7.32064vw;
  letter-spacing: 0;
  color: #2c318d;
}

.top-club__title > *:last-child {
  font-size: 3.42857vw;
  font-weight: 700;
  letter-spacing: 0.2em;
  margin-top: 3.66032vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  width: 35.13909vw;
  height: 7.32064vw;
  padding-left: 4.39239vw;
  color: #ffffff;
  background-color: #2c318d;
}

.top-club__image {
  height: 76.72035vw;
  position: relative;
}

.top-club__image > * {
  height: 57.10102vw;
  width: auto;
  position: absolute;
}

.top-club__image > * > * {
  display: block;
  height: 100%;
  width: 100%;
  -webkit-clip-path: polygon(calc(100vw / 6.83) 0%, 100% 0%, calc(100% - (100vw / 6.83)) 100%, 0% 100%);
          clip-path: polygon(calc(100vw / 6.83) 0%, 100% 0%, calc(100% - (100vw / 6.83)) 100%, 0% 100%);
}

.top-club__image > *:first-child {
  width: 89.89751vw;
  top: -2.19619vw;
  left: -40.99561vw;
}

.top-club__image > *:last-child {
  width: 93.26501vw;
  top: 16.10542vw;
  right: -24.30454vw;
}

.top-club__desc {
  margin-top: 4.39239vw;
  margin-left: 7.32064vw;
  margin-right: 5.85652vw;
  line-height: 1.7;
  letter-spacing: 0.05em;
  font-size: 3.42857vw;
}

.top-club__button {
  margin-left: 7.32064vw;
  margin-top: 8.05271vw;
}

@media screen and (min-width: 700.9999px) {
  .top-club {
    padding-bottom: 185px;
  }
  .top-club__inner {
    position: relative;
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
  }
  .top-club__title {
    margin-top: 250px;
    position: relative;
    z-index: 1;
  }
  .top-club__title > * {
    display: block;
    text-align: right;
  }
  .top-club__title > *:first-child {
    font-size: 64px;
    padding-right: 100px;
    font-weight: 500;
  }
  .top-club__title > *:last-child {
    background-color: #2c318d;
    margin-top: 20px;
    font-size: 16px;
    height: 40px;
    padding-left: 20px;
    width: 100%;
    margin-left: calc(1067px + ((100% - 1280px) / 2));
  }
  .top-club__image {
    height: 620px;
  }
  .top-club__image > *:first-child {
    width: 830px;
    height: 540px;
    top: -235px;
    left: -130px;
  }
  .top-club__image > *:first-child > * {
    -webkit-clip-path: polygon(130px 0%, 100% 0%, calc(100% - 130px) 100%, 0% 100%);
            clip-path: polygon(130px 0%, 100% 0%, calc(100% - 130px) 100%, 0% 100%);
  }
  .top-club__image > *:last-child {
    right: -130px;
    top: -25px;
    width: 905px;
    height: 640px;
  }
  .top-club__image > *:last-child > * {
    -webkit-clip-path: polygon(155px 0%, 100% 0%, calc(100% - 130px) 100%, 0% 100%);
            clip-path: polygon(155px 0%, 100% 0%, calc(100% - 130px) 100%, 0% 100%);
  }
  .top-club__desc {
    margin-top: -250px;
    font-size: 14px;
    margin-left: 140px;
    margin-right: 0;
    width: 320px;
    line-height: 2;
    letter-spacing: 0.075em;
  }
  .top-club__button {
    margin-left: 140px;
    margin-top: 40px;
  }
}

/*　exam
----------------------------------------------- */
.top-exam {
  background-color: #f4f8f8;
  padding-top: 10.98097vw;
  padding-bottom: 13.90922vw;
}

.top-exam__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 7.32064vw;
  margin-right: 7.32064vw;
  position: relative;
}

.top-exam__title {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  left: 6.14934vw;
  top: -2.19619vw;
  width: 17.56955vw;
  height: 28.84334vw;
}

.top-exam__title > * {
  position: relative;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}

.top-exam__title::before {
  content: '';
  position: absolute;
  top: -2.92826vw;
  right: -1.90337vw;
  width: 9.95608vw;
  height: 34.40703vw;
  background-color: white;
  -webkit-transition: height .5s;
  transition: height .5s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  height: 0;
}

.top-exam__title::after {
  content: '';
  position: absolute;
  top: -2.92826vw;
  left: -1.90337vw;
  width: 9.95608vw;
  height: 26.35432vw;
  background-color: white;
  -webkit-transition: height .5s;
  transition: height .5s;
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
  height: 0;
}

.top-exam__title.show > * {
  opacity: 1;
}

.top-exam__title.show::before {
  height: 34.40703vw;
}

.top-exam__title.show::after {
  height: 26.35432vw;
}

.top-exam__image {
  height: 57.10102vw;
}

.top-exam__image > * {
  display: block;
  width: 100%;
  height: 100%;
}

.top-exam__image > * > * {
  width: inherit;
  height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-exam__items {
  margin-top: 2.19619vw;
}

.top-exam__item:not(:last-child) {
  border-bottom: 1px solid #D6D6D6;
}

.top-exam__link {
  display: block;
  padding-top: 3.66032vw;
  padding-bottom: 3.66032vw;
  position: relative;
}

.top-exam__link::after {
  content: '';
  position: absolute;
  top: calc(50% + (10vw / 6.83));
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 10.2489vw;
  height: 10.2489vw;
  background-image: url(../../img/index/top_exam_icon_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.top-exam__tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 3.14286vw;
  color: #ffffff;
  margin-left: -1.46413vw;
}

.top-exam__tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-clip-path: polygon(calc(100% - (10vw / 6.83)) 0%, 100% calc(10vw / 6.83), 100% 100%, 0 100%, 0 0);
          clip-path: polygon(calc(100% - (10vw / 6.83)) 0%, 100% calc(10vw / 6.83), 100% 100%, 0 100%, 0 0);
  padding-left: 1.46413vw;
  padding-right: 1.46413vw;
  height: 7.02782vw;
  margin-left: 1.46413vw;
}

.top-exam__tag.hs {
  background-color: #2c318d;
}

.top-exam__tag.exam {
  color: #2c318d;
  position: relative;
  -webkit-clip-path: none;
          clip-path: none;
}

.top-exam__tag.exam > * {
  position: relative;
  z-index: 2;
}

.top-exam__tag.exam::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #2c318d;
  -webkit-clip-path: polygon(calc(100% - (10vw / 6.83)) 0%, 100% calc((10vw / 6.83)), 100% 100%, 0 100%, 0 0);
          clip-path: polygon(calc(100% - (10vw / 6.83)) 0%, 100% calc((10vw / 6.83)), 100% 100%, 0 100%, 0 0);
}

.top-exam__tag.exam::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border: 1px solid #2c318d;
  -webkit-clip-path: polygon(calc(100% - (10vw / 6.83) - 1px) 0%, 100% calc((10vw / 6.83) + 1px), 100% 100%, 0 100%, 0 0);
          clip-path: polygon(calc(100% - (10vw / 6.83) - 1px) 0%, 100% calc((10vw / 6.83) + 1px), 100% 100%, 0 100%, 0 0);
}

.top-exam__heading {
  margin-top: 2.92826vw;
  width: 67.93558vw;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-size: 3.42857vw;
}

.top-exam__date {
  margin-top: 2.92826vw;
  font-family: "din-2014", sans-serif;
  color: #90919b;
}

.top-exam__button {
  margin-top: 8.78477vw;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

@media screen and (min-width: 700.9999px) {
  .top-exam {
    padding-top: 150px;
    padding-bottom: 90px;
  }
  .top-exam__inner {
    width: 1080px;
    margin-left: auto;
    margin-right: auto;
  }
  .top-exam__title {
    position: absolute;
    z-index: 1;
    left: 85px;
    top: -30px;
    width: 26.82px;
    height: 234.51px;
  }
  .top-exam__title > * {
    -webkit-transition-delay: 1.5s;
            transition-delay: 1.5s;
  }
  .top-exam__title::before {
    content: none;
  }
  .top-exam__title::after {
    top: -20px;
    left: -15px;
    width: 60px;
  }
  .top-exam__title.show::after {
    height: 275px;
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
  }
  .top-exam__image {
    height: 400px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 90px), calc(100% - 280px) calc(100% - 90px), calc(100% - 280px) 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% calc(100% - 90px), calc(100% - 280px) calc(100% - 90px), calc(100% - 280px) 100%, 0 100%);
  }
  .top-exam__items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: 20px;
    margin-left: -80px;
    padding-top: 20px;
  }
  .top-exam__item {
    width: calc(50% - 80px);
    margin-left: 80px;
  }
  .top-exam__item:not(:last-child) {
    border-bottom: none;
  }
  .top-exam__item:not(:nth-last-child(-n + 2)) {
    border-bottom: 1px solid #D6D6D6;
  }
  .top-exam__item:nth-child(even) {
    -webkit-transition-delay: .5s;
            transition-delay: .5s;
  }
  .top-exam__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 30px;
    padding-bottom: 26px;
    height: 100%;
  }
  .top-exam__link::after {
    top: calc(50% + 10px);
    background-image: url(../../img/index/top_exam_icon_arrow.svg);
    width: 40px;
    height: 40px;
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  .top-exam__link:hover .top-exam__heading > * {
    border-bottom: 1px solid #000000;
  }
  .top-exam__link:hover::after {
    right: 10px;
    background-image: url(../../img/index/top_exam_icon_arrow_hover.svg);
  }
  .top-exam__tags {
    margin-left: -5px;
    font-size: 14px;
    padding-left: 85px;
  }
  .top-exam__tag {
    padding-left: 5px;
    padding-right: 5px;
    -webkit-clip-path: polygon(calc(100% - 5px) 0%, 100% 5px, 100% 100%, 0 100%, 0 0);
            clip-path: polygon(calc(100% - 5px) 0%, 100% 5px, 100% 100%, 0 100%, 0 0);
    margin-left: 5px;
    height: 24px;
  }
  .top-exam__tag.exam::before {
    -webkit-clip-path: polygon(calc(100% - 5px) 0%, 100% 5px, 100% 100%, 0 100%, 0 0);
            clip-path: polygon(calc(100% - 5px) 0%, 100% 5px, 100% 100%, 0 100%, 0 0);
  }
  .top-exam__tag.exam::after {
    -webkit-clip-path: polygon(calc(100% - 5px - 1px) 0%, 100% calc(5px + 1px), 100% 100%, 0 100%, 0 0);
            clip-path: polygon(calc(100% - 5px - 1px) 0%, 100% calc(5px + 1px), 100% 100%, 0 100%, 0 0);
  }
  .top-exam__heading {
    margin-top: 2.92826vw;
    width: 67.93558vw;
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-size: 3.42857vw;
    font-size: 16px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 10px;
    width: 440px;
    letter-spacing: 0;
    font-weight: 500;
  }
  .top-exam__heading > * {
    padding-bottom: 2px;
    border-bottom: 1px solid transparent;
    -webkit-transition: border-bottom .5s;
    transition: border-bottom .5s;
  }
  .top-exam__date {
    margin-top: 2.92826vw;
    font-family: "din-2014", sans-serif;
    color: #90919b;
    margin-top: 0;
    position: absolute;
    top: calc(20px + 15px);
    left: 0;
    letter-spacing: 0;
    font-weight: 600;
  }
  .top-exam__button {
    position: absolute;
    top: calc(400px - 48px);
    right: 0;
    margin-top: 0;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
}

/*　facility
----------------------------------------------- */
.top-facility {
  height: 85.65154vw;
}

.top-facility__link {
  display: block;
  height: 100%;
  position: relative;
  padding-left: 7.32064vw;
}

.top-facility__link > * {
  position: relative;
  z-index: 1;
}

.top-facility__link::before {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../../img/index/top_facility_img_sp.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.top-facility__title {
  padding-top: 36.60322vw;
  width: 38.94583vw;
  height: auto;
}

.top-facility__button {
  margin-top: 8.78477vw;
}

@media screen and (min-width: 700.9999px) {
  .top-facility {
    height: 500px;
  }
  .top-facility__inner {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  .top-facility__link {
    overflow: hidden;
    width: 100%;
    height: 100%;
    padding-left: calc(120px + ((100% - 1280px) / 2));
  }
  .top-facility__link::before {
    background-image: url(../../img/index/top_facility_img_pc.jpg);
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
  }
  .top-facility__link::after {
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    -webkit-transition: background-color .5s;
    transition: background-color .5s;
  }
  .top-facility__link > * {
    position: relative;
    z-index: 3;
  }
  .top-facility__link:hover::after {
    background-color: rgba(0, 0, 0, 0.25);
  }
  .top-facility__link:hover::before {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .top-facility__link:hover .top-facility__button.top__button {
    border: 1px solid transparent;
    border: none;
  }
  .top-facility__link:hover .top-facility__button.top__button > * {
    color: #2c318d;
  }
  .top-facility__link:hover .top-facility__button.top__button > *::before {
    background-color: #2c318d;
  }
  .top-facility__link:hover .top-facility__button.top__button > *::after {
    background-image: url(../../img/index/top_btn_arrow.svg);
  }
  .top-facility__link:hover .top-facility__button.top__button::before {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: skewX(-30deg) scale(1, 1);
            transform: skewX(-30deg) scale(1, 1);
  }
  .top-facility__title {
    padding-top: 255px;
    width: 177.32px;
    height: auto;
  }
  .top-facility__button {
    margin-top: 30px;
  }
}

/*　top-links
----------------------------------------------- */
.top-links {
  padding-top: 7.32064vw;
  padding-bottom: 11.71303vw;
}

.top-links__items {
  margin-top: -7.32064vw;
}

.top-links__item {
  margin-top: 7.32064vw;
}

.top-links__link {
  display: block;
  width: 100%;
  height: 64.42167vw;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.top-links__link.link01 {
  background-image: url(../../img/index/top_links_img_01_sp.png);
}

.top-links__link.link02 {
  background-image: url(../../img/index/top_links_img_02_sp.png);
}

@media screen and (min-width: 700.9999px) {
  .top-links {
    padding-top: 120px;
    padding-bottom: 180px;
  }
  .top-links__inner {
    width: 1080px;
    margin-left: auto;
    margin-right: auto;
  }
  .top-links__items {
    margin-top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .top-links__item {
    margin-top: 0;
    width: 50%;
  }
  .top-links__item:nth-child(2) {
    -webkit-transition-delay: .5s;
            transition-delay: .5s;
  }
  .top-links__link {
    height: 300px;
    width: 100%;
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  .top-links__link.link01 {
    background-image: url(../../img/index/top_links_img_01_pc.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
  }
  .top-links__link.link01::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    top: 30px;
    left: 0;
    background-image: url(../../img/index/top_links_img_01_hover_over_pc.png);
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  .top-links__link.link01::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    background-image: url(../../img/index/top_links_img_01_hover_pc.png);
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  .top-links__link.link02 {
    background-image: url(../../img/index/top_links_img_02_pc.png);
    position: relative;
  }
  .top-links__link.link02::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    opacity: 0;
    top: 0;
    left: 0;
    background-image: url(../../img/index/top_links_img_02_hover_pc.png);
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  .top-links__link:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  .top-links__link:hover.link01::before {
    top: 0;
    opacity: 1;
  }
  .top-links__link:hover.link01::after {
    opacity: 1;
  }
  .top-links__link:hover.link02::before {
    opacity: 1;
  }
}
/*# sourceMappingURL=index.css.map */




/*　インスタグラム
----------------------------------------------- */
.instagram {
  /* padding-top: 21.96193vw; */
  padding-bottom: 14.64129vw;
  background-color: #ffffff;
}

.instagram-wrapper {
  background-color: #ffffff;
}

.instagram__bg {
  padding-top: 8.78477vw;
  padding-bottom: 14.64129vw;
  position: relative;
}

.instagram__bg::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #eceff1;
  content: "";
}

.instagram-sp__logo {
  width: 71.74231vw;
  height: 15.37335vw;
  margin-right: auto;
  margin-left: auto;
}

.instagram-sp__link {
  display: block;
  position: relative;
  width: inherit;
  height: inherit;
}

.instagram-sp__link::before {
  width: 9.95608vw;
  height: 8.34553vw;
  top: -12.4451vw;
  left: -7.32064vw;
  position: absolute;
  background-image: url(../../../img/page/uenomiya_blog/logo_uenomiya.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.instagram-sp__link::after {
  width: 9.95608vw;
  height: 8.34553vw;
  top: -12.4451vw;
  right: -8.78477vw;
  position: absolute;
  background-image: url(../../../img/page/uenomiya_blog/logo_uenomiya.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.instagram-sp__link img {
  max-width: 100%;
  height: 100%;
}

.instagram__text {
  font-size: 4vw;
  margin-top: 2.19619vw;
  font-weight: 500;
  line-height: 1.71428571;
  letter-spacing: .05em;
  text-align: center;
}

.instagramSwiper {
  margin-top: 5.85652vw;
  display: block;
}

.slide-size {
  width: 73.20644vw;
  height: 73.20644vw;
}

.swiper-slide img {
  width: 100%;
  height: auto;
}

/* CSS Document */
@media screen and (min-width: 700.9999px) {
  .instagram {
  margin-bottom: 0;
  /* padding-top: 120px; */
  padding-bottom: 200px;
}
.instagram__bg {
  position: relative;
  width: 100%;
  max-width: 900px;
  height: 420px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0;
  padding-bottom: 50px;
}
.instagram__bg::before {
  position: absolute;
  top: 30px;
  left: 0;
  z-index: -1;
  width: 100%;
  max-width: 900px;
  height: 420px;
  background-color: #eceff1;
  content: "";
}
.instagram-sp__logo {
  width: 375px;
  height: 82px;
  margin-right: auto;
  margin-left: auto;
}
.instagram-sp__link {
  display: block;
  position: relative;
  width: inherit;
  height: inherit;
}
.instagram-sp__link::before {
  position: absolute;
  top: 20px;
  left: -240px;
  width: 68px;
  height: 57px;
  background-image: url(../../../img/page/uenomiya_blog/logo_uenomiya.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.instagram-sp__link::after {
  position: absolute;
  top: 20px;
  right: -250px;
  width: 68px;
  height: 57px;
  background-image: url(../../../img/page/uenomiya_blog/logo_uenomiya.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.instagram-sp__link img {
  max-width: 100%;
  height: 100%;
}
.instagram__text {
  margin-top: 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.3125;
  letter-spacing: .05em;
  text-align: center;
}
.instagramSwiper {
  display: none;
  margin-top: 0;
}
.instagram-pc {
  display: block;
  margin-top: 45px;
  margin-left: -50px;
}
.instagram-pc__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1000px;
}
.instagram-pc__link {
  position: relative;
  width: calc(100% / 4 - 39px / 4);
  overflow: hidden;
}
.instagram-pc__link:hover .instagram-pc__image {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}
.instagram-pc__link:hover .instagram-pc__hover {
  opacity: 1;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}
.instagram-pc__link:not(:first-child) {
  margin-left: 13px;
}
.instagram-pc__hover {
  opacity: 0;
  position: relative;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}
.instagram-pc__hover .instagram-pc__hover__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  padding-left: 35px;
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
}
.instagram-pc__hover .instagram-pc__hover__text::before {
  position: absolute;
  top: 50%;
  left: 30%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background-image: url(../../../img/page/uenomiya_blog/icon_instagram.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.instagram-pc__image {
  width: 100%;
  height: 100%;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}
}
