@charset "UTF-8";
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* ----------------------------------------------------------------
	base
----------------------------------------------------------------- */
body,
button,
input,
select,
textarea {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", sans-serif;
}
@media all and (-ms-high-contrast: none) {
  body,
  button,
  input,
  select,
  textarea {
    font-family: "Segoe UI", Meiryo, "メイリオ", sans-serif;
  }
}

html {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  color: #000;
  font-size: 15px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media (max-width: 980px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 13px;
  }
}

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

p {
  margin: 0;
}

a {
  color: #ce3636;
  text-decoration: underline;
  outline: 0 none;
}
a:hover, a:active {
  color: #ce3636;
  text-decoration: none;
}

figure {
  margin-left: 0;
  margin-right: 0;
  text-align: center;
}

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

/* ----------------------------------------------------------------
	header
----------------------------------------------------------------- */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
}
@media (max-width: 767px) and (orientation: landscape) {
  .header {
    position: absolute;
  }
}
.header:before {
  content: "";
  display: block;
  background: #c62828;
  position: absolute;
  top: 0;
  left: 0;
  height: 58px;
  width: 100%;
  z-index: 2;
}
@media (max-width: 767px) {
  .header:before {
    background-color: #fff;
  }
}
.header__logo {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 58px;
}
.header__logo h1 {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 1360px) {
  .header__logo h1 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1320px) {
  .header__logo h1 {
    padding: 0;
  }
}
.header__logo a {
  display: block;
  overflow: hidden;
  height: 0;
  width: 210px;
  padding: 58px 0 0 0;
  line-height: 2;
  background: #fff url(/wp-content/themes/bizsysd.enpit.jp/images/logo.png) no-repeat 50% 50%;
  background-size: auto 30px;
  position: relative;
  z-index: 3;
}
.header #nav {
  position: relative;
  max-width: 1320px;
  min-height: 58px;
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 1360px) {
  .header #nav {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 980px) {
  .header #nav {
    padding: 0;
  }
}
.header__nav {
  z-index: 4;
  position: relative;
  margin: 0 0 0 210px;
  padding: 0 0 0 150px;
}
.header__nav:before, .header__nav:after {
  display: table;
  content: '';
}
.header__nav:after {
  clear: both;
}
@media (max-width: 980px) {
  .header__nav {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .header__nav {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
    z-index: 1;
    position: absolute;
    top: 58px;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #c62828;
  }
}
.header__nav li {
  float: left;
  width: 20%;
  text-align: center;
  display: block;
  background-repeat: no-repeat;
  position: relative;
}
@media (max-width: 767px) {
  .header__nav li {
    float: none;
    width: 100%;
    border-top: 1px dotted #fff;
  }
}
@media (max-width: 767px) {
  .header__nav li:first-child {
    border-top: 0 none;
  }
}
.header__nav li a {
  font-size: 15px;
  font-weight: 400;
  display: block;
  padding: 0;
  text-decoration: none;
  color: #fff;
  line-height: 58px;
  position: relative;
  z-index: 1;
}
@media (max-width: 980px) {
  .header__nav li a {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .header__nav li a {
    line-height: 1;
    font-size: 16px;
    padding: 20px 0;
  }
}
.header__nav li a span {
  position: relative;
}
.header__nav li a span:before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  opacity: 0;
}
@media (min-width: 981px) {
  .header__nav li a span:before {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
}
.header__nav li.active span:before {
  opacity: 1;
}
.header__nav li.preparation a {
  cursor: text;
  color: #ccc;
}

#buildMenuButton {
  display: none;
  z-index: 4;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  width: 58px;
  height: 58px;
  cursor: pointer;
  background: #c62828 url(/wp-content/themes/bizsysd.enpit.jp/images/menu-open.png) no-repeat 50% 50%;
  background-size: auto 32px;
}
@media (max-width: 767px) {
  #buildMenuButton {
    display: block;
  }
}
#buildMenuButton span {
  position: relative;
  z-index: 1;
  display: block;
  width: 58px;
  height: 58px;
  background: #c62828 url(/wp-content/themes/bizsysd.enpit.jp/images/menu-close.png) no-repeat 50% 50%;
  background-size: auto 32px;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.build-menu-animating #nav ul {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.build-menu-animating.build-menu-open #nav ul {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.build-menu-animating.build-menu-open #buildMenuButton span {
  opacity: 1;
}

/* ----------------------------------------------------------------
	footer
----------------------------------------------------------------- */
.footer {
  background-color: #bd2222;
  color: #fff;
  margin: 0;
  padding: 0;
  position: relative;
}
.footer__wrap {
  color: #fff;
  position: relative;
  background: #56515b url(/wp-content/themes/bizsysd.enpit.jp/images/footer-bg.jpg) no-repeat 50% 0;
  background-size: 100% auto;
}
.footer__contact {
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 0;
  position: relative;
}
@media (max-width: 1040px) {
  .footer__contact {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .footer__contact {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.footer__contact dt {
  font-size: 30px;
  font-weight: bold;
  margin: 0 0 40px 0;
  padding: 0;
  text-align: center;
}
@media (max-width: 767px) {
  .footer__contact dt {
    margin-bottom: 20px;
  }
}
.footer__contact dt b {
  margin: 5px 0  0 0;
  display: block;
  font-size: 14px;
}
.footer__contact dd {
  margin: 0;
  padding: 0;
}
.footer__contact dd > .footer__contact--tel {
  text-align: center;
}
.footer__contact dd > .footer__contact--tel a {
  background-position: center;
}
@media (max-width: 767px) {
  .footer__contact .col {
    display: block;
  }
}
@media (max-width: 767px) {
  .footer__contact .col__box {
    width: 100% !important;
    margin-right: 0 !important;
  }
}
.footer__contact--tel {
  text-align: left;
}
@media (max-width: 767px) {
  .footer__contact--tel {
    margin-top: 20px;
    text-align: center;
  }
}
.footer__contact--tel a {
  display: inline-block;
  font-weight: bold;
  text-decoration: none;
  background: url(/wp-content/themes/bizsysd.enpit.jp/images/tel.png) no-repeat 0 0;
  background-size: auto 55px;
  overflow: hidden;
  height: 0;
  padding: 55px 0 0 0;
  line-height: 100px !important;
  min-width: 275px;
  max-width: 275px;
}
@media (max-width: 767px) {
  .footer__contact--tel a {
    min-width: 275px;
    padding-top: 55px;
    background-size: auto 55px;
    background-position: 50% 0;
  }
}
.footer__contact--mail {
  text-align: right;
}
.footer__contact--mail a {
  background: #bd2222;
  text-align: center;
  display: inline-block;
  border-radius: 40px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  padding: 20px;
}
@media (min-width: 981px) {
  .footer__contact--mail a {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
}
@media (min-width: 981px) {
  .footer__contact--mail a:hover {
    opacity: 0.7;
  }
}
.footer__contact--mail a span {
  padding: 0 18px 0 28px;
  background-image: url(/wp-content/themes/bizsysd.enpit.jp/images/mail-icon.png), url(/wp-content/themes/bizsysd.enpit.jp/images/arrow-white.png);
  background-repeat: no-repeat, no-repeat;
  background-position: 0 50%, 100% 50%;
  background-size: 22px 15px, 8px 13px;
}
@media (max-width: 767px) {
  .footer__contact--mail {
    margin-top: 20px;
    text-align: center;
  }
}
.footer__link {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
@media (max-width: 1040px) {
  .footer__link {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .footer__link {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.footer__link dl {
  margin: 0;
  padding: 0;
}
.footer__link dt {
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.25;
}
.footer__link dd {
  margin: 0;
  padding: 10px 0 30px 0;
}
.footer__link dd a {
  margin-top: 10px;
  display: block;
  border: 4px solid #ddd;
}
@media (max-width: 767px) {
  .footer__link dd a {
    border-width: 2px;
  }
}
.footer__link .col + .col {
  margin-top: 20px;
  padding-top: 10px;
  border-top: 1px dashed #bbb;
}
@media (max-width: 767px) {
  .footer__link .col + .col {
    margin-top: 15px;
    padding-top: 5px;
  }
}
.footer__link .col + .col + .col {
  padding-top: 0;
  border-top: 0 none;
}
.footer__link .embed-iframe {
  margin: 0;
  padding-top: 75%;
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
  max-height: 375px;
  overflow: hidden;
}
.footer__link .fb_iframe_widget {
  padding-top: 75%;
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
  max-height: 375px;
  text-align: center;
  display: block;
  overflow: hidden;
}
.footer__link .fb_iframe_widget span,
.footer__link .fb_iframe_widget iframe {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
}
@media (max-width: 767px) {
  .footer__link .col2 .col__box {
    float: none;
    width: 100%;
    margin: 15px 0 0 0;
  }
}
.footer__link .preparation a {
  opacity: 0.75;
}
.footer__address {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 0 30px 0;
  position: relative;
}
@media (max-width: 1040px) {
  .footer__address {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .footer__address {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.footer__address address {
  text-align: center;
  margin: 0 0 30px 0;
  padding: 30px 0;
  font-style: normal;
  position: relative;
  border-bottom: 1px solid #d16565;
}
.footer__address address .org {
  font-size: 16px;
  display: block;
}
.footer__address address .adr {
  margin: 5px 0 0 0;
  font-size: 14px;
  display: block;
}
.footer small {
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 30px;
}

/* ----------------------------------------------------------------
	pagetop
----------------------------------------------------------------- */
#pagetop {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 2;
  cursor: pointer;
  line-height: 1;
}
#pagetop:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(/wp-content/themes/bizsysd.enpit.jp/images/pagetop.png) no-repeat 0 0;
  background-size: 54px auto;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  #pagetop:before {
    background-size: 32px auto;
  }
}
#pagetop a {
  height: 0;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
  width: 74px;
  padding-top: 74px;
}
@media (max-width: 767px) {
  #pagetop a {
    width: 42px;
    padding-top: 42px;
  }
}
@media (min-width: 1180px) {
  #pagetop {
    right: auto;
    left: 50%;
    margin-left: 520px;
  }
  #pagetop:before {
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
  }
  #pagetop:hover:before {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

/* ----------------------------------------------------------------
	common
----------------------------------------------------------------- */
/* scrollbox
----------------------------------------------------------------------*/
.scroll-desc {
  margin: 30px 0;
}
@media (max-width: 767px) {
  .scroll-desc {
    margin: 15px 0;
  }
}
@media (max-width: 767px) {
  .scroll-desc:before {
    content: "\5DE6\53F3\306B\52D5\304B\3057\3066\3054\89A7\304F\3060\3055\3044";
    display: block;
    color: #666;
    font-size: 11px;
    line-height: 1;
    margin: 0 0 5px 0;
  }
}
.scroll-desc figure {
  margin: 0;
}

@media (max-width: 767px) {
  .scroll-wrapper {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    position: relative;
    border: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.scroll-wrapper .scroll-box {
  margin: 0;
}
@media (max-width: 767px) {
  .scroll-wrapper .scroll-box {
    width: 800px;
    padding: 10px;
  }
}

/* YouTube, Google Map etc */
.embed-iframe {
  padding-top: 56.25%;
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 30px auto;
  text-align: center;
  display: block;
}
@media (max-width: 767px) {
  .embed-iframe {
    margin: 15px auto;
  }
}
.embed-iframe.gallery {
  padding-top: 0;
  height: 400px;
  width: 300px;
  margin-top: 0;
  margin-bottom: 0;
}

.embed-iframe iframe {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

/*notes*/
.notes {
  margin: 1em 0 !important;
  position: relative;
  padding: 0 0 0 1.25em !important;
  font-size: 90%;
  list-style: none !important;
}
.notes > li {
  margin: 0.5em 0 !important;
  padding: 0  !important;
  position: relative;
  list-style: none  !important;
}
.notes__head {
  position: absolute;
  top: 0;
  left: -1.25em;
}

/*more*/
.more {
  text-align: center;
}
.more a {
  min-width: 10em;
  padding: 15px 30px;
  background: #bf220f;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  display: inline-block;
  border-radius: 30px;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.more a:hover {
  opacity: 0.7;
}
.more a span {
  padding-left: 10px;
  padding-right: 20px;
  background: url(/wp-content/themes/bizsysd.enpit.jp/images/arrow-white.png) no-repeat 100% 50%;
  background-size: 7px 11px;
}

/*multi colum*/
.col {
  -js-display: flex;
  /*IE9*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-box;
  /*Android 4.3>=*/
  display: -webkit-flex;
  /*Safari, Chrome, Opera*/
  display: flex;
  /*IE11, Firefox*/
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.col__box {
  position: relative;
}

.col6 .col__box {
  width: 15.5%;
  margin-right: 1.4%;
}
@media (max-width: 767px) {
  .col6 .col__box {
    width: 30%;
    margin-right: 5%;
  }
}
.col6 .col__box:nth-child(6n) {
  margin-right: 0;
}
@media (max-width: 767px) {
  .col6 .col__box:nth-child(6n) {
    margin-right: 5%;
  }
}
@media (max-width: 767px) {
  .col6 .col__box:nth-child(3n) {
    margin-right: 0;
  }
}

.col5 .col__box {
  width: 18.5%;
  margin-right: 1.875%;
}
@media (max-width: 767px) {
  .col5 .col__box {
    width: 47%;
    margin-right: 6%;
  }
}
.col5 .col__box:nth-child(5n) {
  margin-right: 0;
}
@media (max-width: 767px) {
  .col5 .col__box:nth-child(5n) {
    margin-right: 6%;
  }
}
@media (max-width: 767px) {
  .col5 .col__box:nth-child(2n) {
    margin-right: 0;
  }
}

.col4 .col__box {
  width: 23.5%;
  margin-right: 2%;
}
@media (max-width: 767px) {
  .col4 .col__box {
    width: 47%;
    margin-right: 6%;
  }
}
.col4 .col__box:nth-child(4n) {
  margin-right: 0;
}
@media (max-width: 767px) {
  .col4 .col__box:nth-child(4n) {
    margin-right: 6%;
  }
}
@media (max-width: 767px) {
  .col4 .col__box:nth-child(2n) {
    margin-right: 0;
  }
}

.col3 .col__box {
  width: 30%;
  margin-right: 5%;
}
@media (max-width: 767px) {
  .col3 .col__box {
    width: 47%;
    margin-right: 6%;
  }
}
.col3 .col__box:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 767px) {
  .col3 .col__box:nth-child(3n) {
    margin-right: 6%;
  }
}
@media (max-width: 767px) {
  .col3 .col__box:nth-child(2n) {
    margin-right: 0;
  }
}

.col2 .col__box {
  width: 47%;
  margin-right: 6%;
}
.col2 .col__box:nth-child(2n) {
  margin-right: 0;
}

/*
.col6 .col__box:nth-child(n+7),
.col5 .col__box:nth-child(n+6),
.col4 .col__box:nth-child(n+5),
.col3 .col__box:nth-child(n+4),
.col2 .col__box:nth-child(n+3) {
	margin-top: 0px;
}
*/
@media (max-width: 767px) {
  .sp--none {
    display: none !important;
  }
}

/* ----------------------------------------------------------------
	content
----------------------------------------------------------------- */
.content {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
}
.content:before, .content:after {
  display: table;
  content: '';
}
.content:after {
  clear: both;
}
@media (max-width: 1040px) {
  .content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .content {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.main {
  line-height: 1.7;
}
@media (max-width: 767px) {
  .main {
    line-height: 1.75;
  }
}
.main h2 {
  margin: 0;
  padding: 0.75em 0;
  font-size: 30px;
  line-height: 1.25;
  border-top: 3px solid #c00000;
  border-bottom: 1px solid #ccc;
}
@media (max-width: 980px) {
  .main h2 {
    font-size: 24px;
    padding: 0.5em 0;
    border-top-width: 2px;
  }
}
@media (max-width: 767px) {
  .main h2 {
    font-size: 20px;
    padding: 0.35em 0;
  }
}
.main h3 {
  margin: 0;
  padding: 0 0 10px 0;
  font-size: 20px;
  line-height: 1.25;
  background: repeat-x left bottom;
  background-size: 8px 3px;
}
@media (max-width: 980px) {
  .main h3 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .main h3 {
    font-size: 16px;
  }
}
.main h4 {
  margin: 0;
  padding: 10px 0 10px 25px;
  font-size: 16px;
  line-height: 1.25;
  background: no-repeat left center;
  background-size: 16px 16px;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 980px) {
  .main h4 {
    padding: 7px 0 7px 18px;
    font-size: 14px;
    background-size: 12px 12px;
  }
}
.main p {
  margin: 1em 0;
}
.main ul,
.main ol {
  margin-top: 1em;
  margin-bottom: 1em;
}
.main b,
.main strong {
  font-weight: 700;
}
.main em,
.main i {
  font-weight: 400;
  font-style: italic;
}
.main s,
.main strike,
.main del {
  text-decoration: line-through;
}
.main u,
.main ins {
  text-decoration: underline;
}
.main kbd {
  display: inline-block;
  white-space: nowrap;
  color: #666;
}
.main hr {
  color: transparent;
  background-color: transparent;
  height: 0;
  display: block;
  width: 100%;
  border-top: 1px solid #000;
  padding: 0;
  margin: 1em 0;
}
.main img {
  max-width: 100%;
  height: auto;
}
.main figure {
  text-align: center;
  display: block;
  margin: 0;
}

/* ----------------------------------------------------------------
	home
----------------------------------------------------------------- */
.hero {
  position: relative;
  background-color: #fff;
  overflow: hidden;
  width: 100%;
  max-width: 1320px;
  margin: 100px auto 0 auto;
}
@media (max-width: 1320px) {
  .hero {
    margin-top: 58px;
  }
}
.hero:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.hero:after {
  content: "";
  display: block;
  z-index: 10;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin: -10px 0 0 -10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid transparent;
  border-color: transparent #c91b21 transparent #c91b21;
  border-radius: 100%;
  font-size: 0;
  line-height: 0;
  opacity: 1;
  -webkit-animation: rotate-loading 1s linear 0s infinite;
  animation: rotate-loading 1s linear 0s infinite;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@-webkit-keyframes rotate-loading {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.hero__text {
  position: relative;
  z-index: 1;
  height: 0;
  margin: 0 auto;
  padding-top: 48.5%;
  max-width: 1320px;
  line-height: 2;
}
@media (min-width: 1440px) {
  .hero__text {
    padding-top: 47.5%;
  }
}
@media (max-width: 980px) {
  .hero__text {
    padding-top: 47.5%;
  }
}
@media (max-width: 767px) {
  .hero__text {
    padding-top: 57.5%;
  }
}
.hero #heroLoading {
  background-image: url(/wp-content/themes/bizsysd.enpit.jp/images/main-1.jpg), url(/wp-content/themes/bizsysd.enpit.jp/images/main-2.png), url(/wp-content/themes/bizsysd.enpit.jp/images/copy.png);
}
.hero--loaded .hero:before {
  background: url(/wp-content/themes/bizsysd.enpit.jp/images/main-1.jpg) no-repeat 50% 0;
  background-size: 100% auto;
  -webkit-animation: fadeIn 2s;
  animation: fadeIn 2s;
}
.hero--loaded .hero:after {
  opacity: 0;
  -webkit-animation: rotate-loading 1s linear 0s 1;
  animation: rotate-loading 1s linear 0s 1;
}
.hero--loaded .hero__text:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  bottom: 50px;
  left: 65px;
  max-width: 558px;
  max-height: 198px;
  background: url(/wp-content/themes/bizsysd.enpit.jp/images/copy.png) no-repeat 0 100%;
  background-size: auto 100%;
  -webkit-animation: zoom120to100 3s;
  animation: zoom120to100 3s;
}
@media (max-width: 1040px) {
  .hero--loaded .hero__text:before {
    left: 20px;
    bottom: 45px;
  }
}
@media (max-width: 980px) {
  .hero--loaded .hero__text:before {
    max-width: 446px;
    max-height: 158px;
    bottom: 40px;
  }
}
@media (max-width: 767px) {
  .hero--loaded .hero__text:before {
    bottom: 20px;
    max-height: 100%;
    max-width: 100%;
    left: 0;
    background-size: 85% auto;
    background-position: center bottom;
  }
}
.hero--loaded .hero__text:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0px;
  right: 20px;
  max-width: 495px;
  max-height: 388px;
  background: url(/wp-content/themes/bizsysd.enpit.jp/images/main-2.png) no-repeat 0 100%;
  background-size: auto 100%;
  -webkit-animation: zoom120to100 3s;
  animation: zoom120to100 3s;
}
@media (min-width: 1440px) {
  .hero--loaded .hero__text:after {
    max-width: 551px;
    max-height: 432px;
  }
}
@media (max-width: 980px) {
  .hero--loaded .hero__text:after {
    background-position: right bottom;
    background-size: auto 75%;
  }
}
@media (max-width: 767px) {
  .hero--loaded .hero__text:after {
    display: none;
  }
}
.hero--loaded .hero #heroLoading {
  background: none;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes zoom120to100 {
  0% {
    -webkit-transform: scale(1.2);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@keyframes zoom120to100 {
  0% {
    transform: scale(1.2);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.home header {
  position: relative;
  border-bottom: 1px solid #ccc;
  margin: 0 0 60px 0;
}
@media (max-width: 980px) {
  .home header {
    margin-bottom: 30px;
  }
}
.home header:before {
  content: "";
  display: block;
  width: 50px;
  height: 4px;
  background: #ce3636;
  position: absolute;
  bottom: -1px;
  left: 50%;
  margin: 0 0 0 -25px;
}
.home h2 {
  text-align: center;
  position: relative;
  margin: 0;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 980px) {
  .home h2 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .home h2 {
    font-size: 20px;
  }
}
@media (max-width: 360px) {
  .home h2 {
    font-size: 18px;
  }
}
.home h2 span {
  position: absolute;
  top: 0;
  left: 50%;
  background-repeat: no-repeat;
  background-position: 0 0;
  display: block;
}
.home h3 {
  font-size: 21px;
  font-weight: bold;
  line-height: 1.2;
  padding: 0 0 10px 0;
  margin: 0 0 20px 0;
  border-bottom: 3px solid #ddd;
  position: relative;
}
@media (max-width: 980px) {
  .home h3 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .home h3 {
    font-size: 16px;
  }
}
.home h3:before {
  content: "";
  display: block;
  width: 25%;
  height: 3px;
  position: absolute;
  bottom: -3px;
  left: 0;
  background: #ce3636;
}
.home h4 {
  font-size: 17px;
  font-weight: bold;
  line-height: 1.2;
}
@media (max-width: 980px) {
  .home h4 {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .home h4 {
    font-size: 14px;
  }
}
.home-intro {
  background: #ec4444;
  background: -webkit-gradient(linear, left top, left bottom, from(#ec4444), to(#bd0d16));
  background: -webkit-linear-gradient(top, #ec4444, #bd0d16);
  background: linear-gradient(to bottom, #ec4444, #bd0d16);
  color: #fff;
  text-align: center;
  padding: 70px 0;
}
@media (max-width: 980px) {
  .home-intro {
    padding: 35px 0;
  }
}
.home-intro h2 {
  padding: 120px 0 0 0;
}
@media (max-width: 767px) {
  .home-intro h2 {
    padding-top: 80px;
  }
}
.home-intro h2 span {
  margin: 0 0 0 -45px;
  background-image: url(/wp-content/themes/bizsysd.enpit.jp/images/heading-icon1.png);
  background-size: auto 98px;
  width: 90px;
  height: 98px;
}
@media (max-width: 767px) {
  .home-intro h2 span {
    margin-left: -30px;
    width: 60px;
    height: 65px;
    background-size: auto 65px;
  }
}
.home-intro h2 b {
  background: #fff;
  color: #db3033;
  padding: 0.1em 0.25em;
  line-height: 1.9;
}
@media (max-width: 767px) {
  .home-intro h2 b {
    line-height: 1.75;
  }
}
@media (max-width: 767px) {
  .home-intro h2 b br {
    display: none;
  }
}
.home-intro p {
  font-size: 17px;
  line-height: 1.8;
  margin: 20px 0 0 0;
  padding: 0;
}
@media (max-width: 980px) {
  .home-intro p {
    text-align: left;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .home-intro p {
    font-size: 15px;
  }
}
@media (max-width: 980px) {
  .home-intro p br {
    display: none;
  }
}
.home-topics {
  padding: 70px 0;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .home-topics {
    padding: 35px 0;
  }
}
.home-topics .content {
  display: table;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .home-topics .content {
    display: block;
    width: auto;
  }
}
.home-topics header {
  display: table-cell;
  border: 3px solid #ddd;
  vertical-align: middle;
  text-align: center;
  width: 20%;
}
.home-topics header:before {
  display: none;
}
@media (max-width: 767px) {
  .home-topics header {
    display: block;
    width: auto;
    text-align: left;
    border: 0 none;
    margin: 0 0 10px 0;
  }
}
.home-topics header h2 {
  margin: 0;
  padding: 0;
  display: inline-block;
  border-bottom: 3px solid #ce3636;
  font-size: 22px;
  white-space: nowrap;
}
@media (max-width: 980px) {
  .home-topics header h2 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .home-topics header h2 {
    display: block;
    text-align: center;
    font-size: 16px;
    padding: 0 0 10px 0;
  }
}
.home-topics header h2 b {
  font-size: 13px;
  text-align: left;
  display: block;
  color: #ce3636;
  margin: 0 0 10px 0;
}
@media (max-width: 767px) {
  .home-topics header h2 b {
    text-align: center;
  }
}
.home-topics .scroll {
  display: table-cell;
}
@media (max-width: 767px) {
  .home-topics .scroll {
    display: block;
  }
}
.home-topics .scroll__wrapper {
  max-height: 200px;
  min-height: 150px;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 767px) {
  .home-topics .scroll__wrapper {
    max-height: 160px;
    min-height: 0;
  }
}
.home-topics .scroll dl {
  font-size: 15px;
  margin: 0;
  padding: 0 20px;
}
.home-topics .scroll dl:before, .home-topics .scroll dl:after {
  display: table;
  content: '';
}
.home-topics .scroll dl:after {
  clear: both;
}
@media (max-width: 767px) {
  .home-topics .scroll dl {
    font-size: 14px;
    padding: 0;
  }
}
.home-topics .scroll dt {
  float: left;
  margin: 0;
  padding: 5px 0;
  clear: left;
  width: 8.75em;
  position: relative;
}
@media (max-width: 767px) {
  .home-topics .scroll dt {
    width: 8em;
  }
}
.home-topics .scroll dt time {
  font-size: 13px;
  line-height: 1;
}
@media (max-width: 767px) {
  .home-topics .scroll dt time {
    font-size: 11px;
  }
}
.home-topics .scroll dt .topics__source {
  position: absolute;
  top: 0.75em;
  right: 0;
}
.home-topics .scroll dd {
  padding: 5px 0 5px 9.25em;
  margin: 0;
}
@media (max-width: 767px) {
  .home-topics .scroll dd {
    padding-left: 8.5em;
  }
}
.home-linkage {
  padding: 70px 0;
  line-height: 1.8;
  background: #f5f5f5;
}
@media (max-width: 767px) {
  .home-linkage {
    padding: 35px 0;
  }
}
.home-linkage h2 {
  line-height: 1;
  padding: 65px 0 20px 0;
  color: #ce3636;
}
.home-linkage h2 span {
  margin: 0 0 0 -22px;
  background-image: url(/wp-content/themes/bizsysd.enpit.jp/images/heading-icon2.png);
  background-size: auto 47px;
  width: 44px;
  height: 47px;
}
.home-linkage__map {
  margin: 0;
}
.home-linkage .univ {
  margin: 60px 0 0 0;
}
@media (max-width: 767px) {
  .home-linkage .univ {
    margin-top: 30px;
  }
}
.home-linkage .univ > div {
  margin: 30px 0;
  /*
  &:nth-child(odd){
  	@include forSP{
  		margin-right:1%;
  	}
  }
  &:nth-child(even){
  	@include forSP{
  		margin-left:1%;
  	}
  }
  */
}
@media (max-width: 767px) {
  .home-linkage .univ > div {
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    background: #fff;
    padding-bottom: 50px;
    font-size: 12px;
  }
}
.home-linkage .univ dl {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #fff;
}
@media (max-width: 767px) {
  .home-linkage .univ dl {
    position: static;
    display: block;
  }
}
.home-linkage .univ dt {
  display: table-cell;
  width: 32.5%;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: cover;
  text-align: center;
  vertical-align: bottom;
}
@media (max-width: 767px) {
  .home-linkage .univ dt {
    display: block;
    width: 100%;
    padding-top: 50%;
    text-align: center;
  }
}
.home-linkage .univ dt span {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .home-linkage .univ dt span {
    position: static;
  }
}
.home-linkage .univ dt span img {
  z-index: 1;
  position: relative;
  padding: 0 15%;
  background-color: #fff;
  width: 85%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .home-linkage .univ dt span img {
    width: auto;
    padding: 0;
    background-color: transparent;
    margin-bottom: -75px;
    height: 75px;
    width: auto;
    position: static;
  }
}
.home-linkage .univ dt span:before, .home-linkage .univ dt span:after {
  content: "";
  position: absolute;
  bottom: 5px;
  width: 50%;
  height: 1px;
  -webkit-box-shadow: 0 5px 5px #333;
  box-shadow: 0 5px 5px #333;
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
@media (max-width: 767px) {
  .home-linkage .univ dt span:before, .home-linkage .univ dt span:after {
    display: none;
  }
}
.home-linkage .univ dt span:before {
  left: 7.5%;
}
.home-linkage .univ dt span:after {
  -webkit-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 7.5%;
}
.home-linkage .univ dd {
  display: table-cell;
  vertical-align: top;
  margin: 0;
  height: 100%;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .home-linkage .univ dd {
    padding-top: 60px;
    display: block;
    border-bottom: 0 none;
  }
}
.home-linkage .univ__desc {
  min-height: 215px;
  height: 100%;
  padding: 20px 20px 60px 20px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .home-linkage .univ__desc {
    position: static;
    min-height: 0;
    padding: 10px;
  }
}
.home-linkage .univ .link {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
@media (max-width: 767px) {
  .home-linkage .univ .link {
    margin: 0;
    bottom: 13px;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.home-linkage .univ .link a {
  line-height: 1;
  background: #eee;
  border-radius: 1em;
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
}
@media (max-width: 767px) {
  .home-linkage .univ .link a {
    font-size: 12px;
    display: block;
    padding: 0.5em 0;
  }
}
.home-linkage .univ .link a span {
  padding: 0 10px 0 0;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 6px 10px;
}
.home-linkage .univ .link a br {
  display: none;
}
@media (max-width: 767px) {
  .home-linkage .univ .link a br {
    display: block;
  }
}
.home-linkage .univ .link.preparation a {
  cursor: text;
}
.home-linkage .univ .link.preparation span {
  opacity: 0.5;
  text-decoration: line-through;
}
.home-linkage .univ--1 dt {
  background-image: url(/wp-content/themes/bizsysd.enpit.jp/images/univ1-bg.jpg);
}
.home-linkage .univ--1 dd {
  border-bottom-color: #593c95;
}
@media (max-width: 767px) {
  .home-linkage .univ--1 {
    border-bottom: 3px solid #593c95;
  }
}
.home-linkage .univ--1 .link span {
  background-image: url(/wp-content/themes/bizsysd.enpit.jp/images/univ1-arrow.png);
}
.home-linkage .univ--1 .link a {
  color: #593c95;
}
.home-linkage .univ--2 dt {
  background-image: url(/wp-content/themes/bizsysd.enpit.jp/images/univ2-bg.jpg);
}
.home-linkage .univ--2 dd {
  border-bottom-color: #146da0;
}
@media (max-width: 767px) {
  .home-linkage .univ--2 {
    border-bottom: 3px solid #146da0;
  }
}
.home-linkage .univ--2 .link span {
  background-image: url(/wp-content/themes/bizsysd.enpit.jp/images/univ2-arrow.png);
}
.home-linkage .univ--2 .link a {
  color: #146da0;
}
.home-linkage .univ--3 dt {
  background-image: url(/wp-content/themes/bizsysd.enpit.jp/images/univ3-bg.jpg);
}
.home-linkage .univ--3 dd {
  border-bottom-color: #ce3636;
}
@media (max-width: 767px) {
  .home-linkage .univ--3 {
    border-bottom: 3px solid #ce3636;
  }
}
.home-linkage .univ--3 .link span {
  background-image: url(/wp-content/themes/bizsysd.enpit.jp/images/univ3-arrow.png);
}
.home-linkage .univ--3 .link a {
  color: #ce3636;
}
.home-linkage .univ--4 dt {
  background-image: url(/wp-content/themes/bizsysd.enpit.jp/images/univ4-bg.jpg);
}
.home-linkage .univ--4 dd {
  border-bottom-color: #ce3636;
}
@media (max-width: 767px) {
  .home-linkage .univ--4 {
    border-bottom: 3px solid #ce3636;
  }
}
.home-linkage .univ--4 .link span {
  background-image: url(/wp-content/themes/bizsysd.enpit.jp/images/univ3-arrow.png);
}
.home-linkage .univ--4 .link a {
  color: #ce3636;
}
.home-linkage .univ--5 dt {
  background-image: url(/wp-content/themes/bizsysd.enpit.jp/images/univ5-bg.jpg);
}
.home-linkage .univ--5 dd {
  border-bottom-color: #ce3636;
}
@media (max-width: 767px) {
  .home-linkage .univ--5 {
    border-bottom: 3px solid #ce3636;
  }
}
.home-linkage .univ--5 .link span {
  background-image: url(/wp-content/themes/bizsysd.enpit.jp/images/univ3-arrow.png);
}
.home-linkage .univ--5 .link a {
  color: #ce3636;
}
.home-linkage .univ--6 dt {
  background-image: url(/wp-content/themes/bizsysd.enpit.jp/images/univ6-bg.jpg);
}
.home-linkage .univ--6 dd {
  border-bottom-color: #ce3636;
}
@media (max-width: 767px) {
  .home-linkage .univ--6 {
    border-bottom: 3px solid #ce3636;
  }
}
.home-linkage .univ--6 .link span {
  background-image: url(/wp-content/themes/bizsysd.enpit.jp/images/univ3-arrow.png);
}
.home-linkage .univ--6 .link a {
  color: #ce3636;
}
.home-linkage .univ--7 dt {
  background-image: url(/wp-content/themes/bizsysd.enpit.jp/images/univ7-bg.jpg);
}
.home-linkage .univ--7 dd {
  border-bottom-color: #d2571b;
}
@media (max-width: 767px) {
  .home-linkage .univ--7 {
    border-bottom: 3px solid #d2571b;
  }
}
.home-linkage .univ--7 .link span {
  background-image: url(/wp-content/themes/bizsysd.enpit.jp/images/univ7-arrow.png);
}
.home-linkage .univ--7 .link a {
  color: #d2571b;
}
.home-linkage .univ--8 dt {
  background-image: url(/wp-content/themes/bizsysd.enpit.jp/images/univ8-bg.jpg);
}
.home-linkage .univ--8 dd {
  border-bottom-color: #d2571b;
}
@media (max-width: 767px) {
  .home-linkage .univ--8 {
    border-bottom: 3px solid #d2571b;
  }
}
.home-linkage .univ--8 .link span {
  background-image: url(/wp-content/themes/bizsysd.enpit.jp/images/univ7-arrow.png);
}
.home-linkage .univ--8 .link a {
  color: #d2571b;
}
.home-linkage .univ--9 dt {
  background-image: url(/wp-content/themes/bizsysd.enpit.jp/images/univ9-bg.jpg);
}
.home-linkage .univ--9 dd {
  border-bottom-color: #d2571b;
}
@media (max-width: 767px) {
  .home-linkage .univ--9 {
    border-bottom: 3px solid #d2571b;
  }
}
.home-linkage .univ--9 .link span {
  background-image: url(/wp-content/themes/bizsysd.enpit.jp/images/univ7-arrow.png);
}
.home-linkage .univ--9 .link a {
  color: #d2571b;
}
.home-linkage .univ--10 dt {
  background-image: url(/wp-content/themes/bizsysd.enpit.jp/images/univ10-bg.jpg);
}
.home-linkage .univ--10 dd {
  border-bottom-color: #146da0;
}
@media (max-width: 767px) {
  .home-linkage .univ--10 {
    border-bottom: 3px solid #146da0;
  }
}
.home-linkage .univ--10 .link span {
  background-image: url(/wp-content/themes/bizsysd.enpit.jp/images/univ2-arrow.png);
}
.home-linkage .univ--10 .link a {
  color: #146da0;
}
.home-about {
  padding: 70px 0 0 0;
  line-height: 1.85;
}
@media (max-width: 767px) {
  .home-about {
    padding: 35px 0 0 0;
  }
}
.home-about header {
  margin-bottom: 30px;
}
.home-about h2 {
  line-height: 1;
  padding: 65px 0 20px 0;
  color: #ce3636;
}
.home-about h2 span {
  margin: 0 0 0 -24px;
  background-image: url(/wp-content/themes/bizsysd.enpit.jp/images/heading-icon3.png);
  background-size: auto 46px;
  width: 48px;
  height: 46px;
}
.home-about section {
  margin: 60px 0 40px;
}
@media (max-width: 767px) {
  .home-about section {
    margin: 30px 0 20px;
  }
}
.home-about section section {
  margin: 30px 0 20px;
}
@media (max-width: 767px) {
  .home-about section section {
    margin: 20px 0 10px;
  }
}
@media (max-width: 767px) {
  .home-about .col3 {
    font-size: 9px;
  }
}
.home-about .point {
  text-align: center;
  border: 5px solid #e9c1c1;
  margin: 30px 0 0 0;
  padding: 30px 0;
  font-size: 21px;
  line-height: 1;
}
@media (max-width: 767px) {
  .home-about .point {
    padding: 15px;
    margin: 15px 0;
    border-width: 3px;
  }
}
.home-about .point strong {
  color: #ce3636;
}
.home-about .point b {
  font-size: 65px;
}
@media (max-width: 980px) {
  .home-about .point b {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .home-about .point b {
    font-size: 40px;
  }
}
.home-curriculum {
  padding: 70px 0 0 0;
  line-height: 1.85;
}
@media (max-width: 767px) {
  .home-curriculum {
    padding: 35px 0;
  }
}
.home-curriculum header {
  margin-bottom: 30px;
}
.home-curriculum h2 {
  line-height: 1;
  padding: 60px 0 20px 0;
  color: #ce3636;
}
.home-curriculum h2 span {
  margin: 0 0 0 -30px;
  background-image: url(/wp-content/themes/bizsysd.enpit.jp/images/heading-icon4.png);
  background-size: auto 36px;
  width: 61px;
  height: 36px;
}
.home-curriculum .tab-nav {
  margin: 40px 0;
}
@media (max-width: 767px) {
  .home-curriculum .tab-nav {
    margin: 0 0 20px;
  }
}
.home-curriculum .tab-nav ul {
  border-bottom: 2px solid #ce3636;
}
.home-curriculum .tab-nav ul:before, .home-curriculum .tab-nav ul:after {
  display: table;
  content: '';
}
.home-curriculum .tab-nav ul:after {
  clear: both;
}
.home-curriculum .tab-nav__item {
  margin: 0 0 -1px 0;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  float: left;
  width: 33%;
  box-sizing: border-box;
  cursor: pointer;
}
.home-curriculum .tab-nav__item:last-child {
  width: 34%;
  border-right: 1px solid #ddd;
}
.home-curriculum .tab-nav__item span {
  text-decoration: none;
  text-align: center;
  display: block;
  padding: 15px 20px 15px 0;
  font-weight: bold;
  color: #333;
  position: relative;
}
@media (max-width: 767px) {
  .home-curriculum .tab-nav__item span {
    line-height: 1.5;
    padding-right: 0;
  }
}
.home-curriculum .tab-nav__item span:before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #aaa;
  border-right: solid 2px #aaa;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4px;
}
@media (max-width: 767px) {
  .home-curriculum .tab-nav__item span:before {
    display: none;
  }
}
.home-curriculum .tab-nav__item br {
  display: none;
}
@media (max-width: 360px) {
  .home-curriculum .tab-nav__item br {
    display: block;
  }
}
.home-curriculum .tab-nav .is-active {
  background-color: #c62828;
  border: 1px solid #c62828;
}
.home-curriculum .tab-nav .is-active span {
  color: #fff;
}
.home-curriculum .tab-nav .is-active span:before {
  border-top-color: #fff;
  border-right-color: #fff;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.home-curriculum .nav-bottom {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .home-curriculum .nav-bottom {
    margin-top: 20px;
    margin-bottom: 0;
  }
}
.home-curriculum .nav-bottom ul {
  border-bottom: none;
  border-top: 2px solid #c62828;
}
.home-curriculum .nav-bottom li {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #fff;
}
.home-curriculum .nav-bottom .is-active span:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.home-curriculum .tab-content {
  visibility: hidden;
  overflow: hidden;
  height: 0;
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
.home-curriculum .tab-content.is-active {
  opacity: 1;
  visibility: visible;
  overflow: visible;
  height: auto;
}
.home-curriculum table {
  width: 100%;
  border-collapse: collapse;
}
@media (max-width: 767px) {
  .home-curriculum table thead {
    display: none;
  }
}
.home-curriculum table th, .home-curriculum table td {
  border: 1px solid #ddd;
  padding: 10px;
}
.home-curriculum table th {
  background-color: #f5f5f5;
}
.home-curriculum table td {
  text-align: center;
}
.home-curriculum table td:first-child {
  width: 15%;
}
.home-curriculum table td:nth-child(2) {
  width: 65%;
}
.home-curriculum table td:nth-child(3), .home-curriculum table td:nth-child(4) {
  width: 10%;
  padding-left: 0;
  padding-right: 0;
}
.home-curriculum table td span {
  border-radius: 5px;
  border: 1px solid #ce3636;
  background-color: #fcf3f3;
  width: 100%;
  display: block;
  font-weight: bold;
  color: #ce3636;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .home-curriculum table td span {
    border: none;
    background: none;
  }
}
.home-curriculum table td .blank {
  overflow: hidden;
  height: 0;
  padding-top: 14px;
  background: url(/wp-content/themes/bizsysd.enpit.jp/images/link.png) no-repeat center top;
  background-size: auto 14px;
  display: block;
}
.home-curriculum table td.university {
  text-align: center;
}
@media (max-width: 767px) {
  .home-curriculum table td.university {
    padding: 0 0 0 10px;
    border-right: 0 none;
    text-align: left;
  }
}
.home-curriculum table td.university + td {
  text-align: left;
}
@media (max-width: 767px) {
  .home-curriculum table td.university + td {
    border-left: 0 none;
  }
}
.home-curriculum .sorting-box {
  margin: 30px 0 10px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .home-curriculum .sorting-box select {
    font-size: 16px;
  }
}
.home-curriculum .sorting-box option {
  font-size: 100%;
}
.home-admission {
  padding: 70px 0;
  line-height: 1.85;
}
@media (max-width: 767px) {
  .home-admission {
    padding: 35px 0;
  }
}
.home-admission header {
  margin-bottom: 30px;
}
.home-admission h2 {
  line-height: 1;
  padding: 60px 0 20px 0;
  color: #ce3636;
}
.home-admission h2 span {
  margin: 0 0 0 -30px;
  background-image: url(/wp-content/themes/bizsysd.enpit.jp/images/heading-icon5.png);
  background-size: auto 40px;
  width: 59px;
  height: 40px;
}
.home-admission .tba {
  text-align: center;
  padding: 100px 0;
}

/* ----------------------------------------------------------------
	breadcrumbs
----------------------------------------------------------------- */
#breadcrumbs {
  background: #f5f5f5;
  margin: 100px 0 0 0;
}
@media (max-width: 980px) {
  #breadcrumbs {
    margin-top: 75px;
  }
}
@media (max-width: 767px) {
  #breadcrumbs {
    margin-top: 50px;
  }
}
#breadcrumbs ol {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
#breadcrumbs ol:before, #breadcrumbs ol:after {
  display: table;
  content: '';
}
#breadcrumbs ol:after {
  clear: both;
}
@media (max-width: 1040px) {
  #breadcrumbs ol {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  #breadcrumbs ol {
    padding-left: 10px;
    padding-right: 10px;
  }
}
#breadcrumbs ol li {
  margin: 0;
  padding: 0 0.5em 0 1em;
  position: relative;
  float: left;
}
#breadcrumbs ol li:before {
  content: "\3E";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline;
  margin-top: -0.5em;
  line-height: 1;
}
#breadcrumbs ol li:first-child {
  padding-left: 0;
}
#breadcrumbs ol li:first-child:before {
  display: none;
}
#breadcrumbs ol li a {
  padding: 16px 0;
  display: block;
  color: #333;
}
#breadcrumbs ol li > span {
  padding: 16px 0;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 40em;
}
@media (max-width: 980px) {
  #breadcrumbs ol li > span {
    max-width: 25em;
  }
}
@media (max-width: 767px) {
  #breadcrumbs ol li > span {
    max-width: 15em;
  }
}

/* ----------------------------------------------------------------
	article
----------------------------------------------------------------- */
main header {
  position: relative;
  border-bottom: 1px solid #ccc;
  margin: 0 0 40px 0;
}
@media (max-width: 767px) {
  main header {
    margin-bottom: 30px;
  }
}
main header:before {
  content: "";
  display: block;
  width: 50px;
  height: 4px;
  background: #ce3636;
  position: absolute;
  bottom: -1px;
  left: 50%;
  margin: 0 0 0 -25px;
}

.wp-editor {
  margin-top: 0 !important;
}

article > h1,
article > h2,
article > h3,
article > h4,
article > h5,
article > h6,
article > p,
article > pre,
article > blockquote,
article > ul,
article > ol,
article > div {
  text-align: left;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1040px) {
  article > h1,
  article > h2,
  article > h3,
  article > h4,
  article > h5,
  article > h6,
  article > p,
  article > pre,
  article > blockquote,
  article > ul,
  article > ol,
  article > div {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  article > h1,
  article > h2,
  article > h3,
  article > h4,
  article > h5,
  article > h6,
  article > p,
  article > pre,
  article > blockquote,
  article > ul,
  article > ol,
  article > div {
    margin-left: 10px;
    margin-right: 10px;
  }
}

article,
.wp-editor {
  line-height: 2;
  margin-top: 58px;
}
article h1,
.wp-editor h1 {
  font-size: 45px;
}
@media (max-width: 980px) {
  article h1,
  .wp-editor h1 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  article h1,
  .wp-editor h1 {
    font-size: 32px;
  }
}
article > header,
.wp-editor > header {
  padding: 75px 0;
  margin: 0 0 30px 0;
  background: #f5f5f5;
  text-align: center;
  border-bottom: 0 none;
  line-height: 1.25;
}
article > header:before,
.wp-editor > header:before {
  display: none;
}
@media (max-width: 980px) {
  article > header,
  .wp-editor > header {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  article > header,
  .wp-editor > header {
    padding: 35px 0;
  }
}
article > header h2,
.wp-editor > header h2 {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 1040px) {
  article > header h2,
  .wp-editor > header h2 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  article > header h2,
  .wp-editor > header h2 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
article > header p,
.wp-editor > header p {
  max-width: 1000px;
  margin: 10px auto 0 auto;
}
@media (max-width: 1040px) {
  article > header p,
  .wp-editor > header p {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  article > header p,
  .wp-editor > header p {
    padding-left: 10px;
    padding-right: 10px;
  }
}
article > header .topics__source,
.wp-editor > header .topics__source {
  margin: 10px auto 0 auto;
}
article > header + section,
.wp-editor > header + section {
  margin-top: -30px;
}
article h2,
.wp-editor h2 {
  font-size: 38px;
  color: #c9151e;
}
@media (max-width: 980px) {
  article h2,
  .wp-editor h2 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  article h2,
  .wp-editor h2 {
    font-size: 26px;
  }
}
article section,
.wp-editor section {
  padding-top: 70px;
  margin: 0;
}
@media (max-width: 767px) {
  article section,
  .wp-editor section {
    padding-top: 35px;
  }
}
article section section,
.wp-editor section section {
  padding-top: 35px;
}
@media (max-width: 767px) {
  article section section,
  .wp-editor section section {
    padding-top: 20px;
  }
}
article section section:first-child,
.wp-editor section section:first-child {
  padding-top: 0;
}
article section section section,
.wp-editor section section section {
  padding-top: 25px;
}
@media (max-width: 767px) {
  article section section section,
  .wp-editor section section section {
    padding-top: 10px;
  }
}
article header h3,
.wp-editor header h3 {
  text-align: center;
}
article h3,
.wp-editor h3 {
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  border: 0 none;
}
@media (max-width: 980px) {
  article h3,
  .wp-editor h3 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  article h3,
  .wp-editor h3 {
    font-size: 20px;
  }
}
article h3 span,
.wp-editor h3 span {
  position: absolute;
  top: 0;
  left: 50%;
  background-repeat: no-repeat;
  background-position: 0 0;
  display: block;
}
article h4,
.wp-editor h4 {
  font-size: 21px;
  font-weight: bold;
  line-height: 1.2;
  padding-bottom: 10px;
  margin-top: 0;
  margin-bottom: 20px;
  border-bottom: 3px solid #ddd;
  position: relative;
}
@media (max-width: 980px) {
  article h4,
  .wp-editor h4 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  article h4,
  .wp-editor h4 {
    font-size: 16px;
  }
}
article h4:before,
.wp-editor h4:before {
  content: "";
  display: block;
  width: 25%;
  height: 3px;
  position: absolute;
  bottom: -3px;
  left: 0;
  background: #ce3636;
}
article h5,
.wp-editor h5 {
  font-size: 17px;
  font-weight: bold;
  line-height: 1.2;
  margin-top: 1em;
  margin-bottom: 0.5em;
}
@media (max-width: 980px) {
  article h5,
  .wp-editor h5 {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  article h5,
  .wp-editor h5 {
    font-size: 14px;
  }
}
article .link,
.wp-editor .link {
  background: url(/wp-content/themes/bizsysd.enpit.jp/images/link-arrow.png) no-repeat 0 50%;
  background-size: 15px 15px;
  padding: 5px 0 5px 20px;
}
article ul li,
.wp-editor ul li {
  list-style: disc none outside;
  margin: 0.25em 0 0.25em 1.75em;
}
article table,
.wp-editor table {
  width: 100%;
  background: #fff;
  border: 1px solid #ddd;
  border-collapse: collapse;
  margin: 0.5em 0 1em 0;
}
article table th,
.wp-editor table th {
  text-align: center;
  font-weight: bold;
  border: 1px solid #ddd;
  line-height: 1.25;
  padding: 10px 0;
  background: #f5f5f5;
}
@media (max-width: 767px) {
  article table th,
  .wp-editor table th {
    padding: 5px 0;
  }
}
article table td,
.wp-editor table td {
  padding: 10px;
  border: 1px solid #ddd;
}
@media (max-width: 767px) {
  article table td,
  .wp-editor table td {
    padding: 5px;
  }
}
article .mx80,
.wp-editor .mx80 {
  max-width: 80%;
  margin: 30px auto;
}
@media (max-width: 767px) {
  article .mx80,
  .wp-editor .mx80 {
    max-width: 100%;
  }
}
article .keywords,
.wp-editor .keywords {
  text-align: center;
  margin: 30px 0;
}
@media (max-width: 767px) {
  article .keywords,
  .wp-editor .keywords {
    margin: 15px 0;
  }
}
article .keywords__item,
.wp-editor .keywords__item {
  font-weight: bold;
  color: #c62828;
  border-bottom: 2px solid #ce3636;
}
@media (max-width: 767px) {
  article .keywords__item:nth-child(n+3),
  .wp-editor .keywords__item:nth-child(n+3) {
    margin-top: 10px;
  }
}
article .meta-time,
.wp-editor .meta-time {
  text-align: right;
  margin-top: -20px;
  color: #666;
}
article p + p,
.wp-editor p + p {
  margin-top: 1em;
}
article .topics-list,
.wp-editor .topics-list {
  font-size: 15px;
  margin: 0;
  padding: 0 20px;
}
article .topics-list:before, article .topics-list:after,
.wp-editor .topics-list:before,
.wp-editor .topics-list:after {
  display: table;
  content: '';
}
article .topics-list:after,
.wp-editor .topics-list:after {
  clear: both;
}
@media (max-width: 767px) {
  article .topics-list,
  .wp-editor .topics-list {
    font-size: 14px;
    padding: 0;
  }
}
article .topics-list dt,
.wp-editor .topics-list dt {
  float: left;
  margin: 0;
  padding: 5px 0;
  clear: left;
  width: 8.75em;
  position: relative;
}
@media (max-width: 767px) {
  article .topics-list dt,
  .wp-editor .topics-list dt {
    width: 8em;
  }
}
article .topics-list dt time,
.wp-editor .topics-list dt time {
  font-size: 13px;
  line-height: 1;
}
@media (max-width: 767px) {
  article .topics-list dt time,
  .wp-editor .topics-list dt time {
    font-size: 11px;
  }
}
article .topics-list dt .topics__source,
.wp-editor .topics-list dt .topics__source {
  position: absolute;
  top: 0.75em;
  right: 0;
}
article .topics-list dd,
.wp-editor .topics-list dd {
  padding: 5px 0 5px 9.25em;
  margin: 0;
}
@media (max-width: 767px) {
  article .topics-list dd,
  .wp-editor .topics-list dd {
    padding-left: 8.5em;
  }
}
article .scroll,
.wp-editor .scroll {
  margin: 30px 0;
  border: 3px solid #ddd;
}
article .scroll__wrapper,
.wp-editor .scroll__wrapper {
  padding: 0 30px;
  max-height: 250px;
  min-height: 250px;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 767px) {
  article .scroll__wrapper,
  .wp-editor .scroll__wrapper {
    padding: 0 10px;
    max-height: 160px;
    min-height: 0;
  }
}
article .scroll dt,
.wp-editor .scroll dt {
  margin: 0;
  padding: 0;
}
article .scroll dt,
.wp-editor .scroll dt {
  font-weight: bold;
  margin: 0;
  padding: 0;
  line-height: 1.25;
}
article .scroll dd,
.wp-editor .scroll dd {
  margin: 10px 0 20px 0;
  padding: 0;
}

.wpcf7 {
  margin: 30px 0 0 0 !important;
}
.wpcf7 .form {
  background: #f5f5f5;
  padding: 0 40px 30px 40px;
  margin: 0 0 30px 0;
}
@media (max-width: 767px) {
  .wpcf7 .form {
    padding: 0 10px 20px 10px;
  }
}
.wpcf7 .form table {
  border: 0 none;
  background-color: transparent;
}
.wpcf7 .form th {
  text-align: left;
  line-height: 1;
  width: 10em;
  padding: 0;
  vertical-align: middle;
  border: 0 none;
  border-bottom: 1px solid #ddd;
  background-color: transparent;
}
@media (max-width: 767px) {
  .wpcf7 .form th {
    position: relative;
    padding: 20px 0 10px 0;
  }
}
.wpcf7 .form th b {
  margin: 0.5em 0 0 0;
  font-size: 80%;
  display: block;
  font-weight: 400;
  color: #aaa;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .wpcf7 .form th b {
    position: absolute;
    top: 20px;
    right: 0;
    margin: 0;
    display: inline-block;
  }
}
.wpcf7 .form td {
  padding: 40px 0 40px 0;
  vertical-align: middle;
  border: 0 none;
  border-bottom: 1px solid #ddd;
  background-color: transparent;
}
@media (max-width: 767px) {
  .wpcf7 .form td {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .wpcf7 .form table,
  .wpcf7 .form tbody,
  .wpcf7 .form tr,
  .wpcf7 .form th,
  .wpcf7 .form td {
    display: block;
    width: auto;
    border-bottom: 0 none;
  }
}
.wpcf7 form textarea {
  height: 10em;
  width: 100%;
}
.wpcf7 form textarea,
.wpcf7 form input[type="tel"],
.wpcf7 form input[type="email"],
.wpcf7 form input[type="number"],
.wpcf7 form input[type="text"] {
  background: #fff;
  border: 1px solid #ddd;
  padding: 0.75em 0.5em;
  color: #000;
  font-size: 16px;
  -webkit-box-shadow: inset 0 2px 3px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 2px 3px 0 rgba(255, 255, 255, 0.1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
}
.wpcf7 form textarea:focus,
.wpcf7 form input[type="tel"]:focus,
.wpcf7 form input[type="email"]:focus,
.wpcf7 form input[type="number"]:focus,
.wpcf7 form input[type="text"]:focus {
  border-color: #fff;
}
.wpcf7 form input[type="tel"],
.wpcf7 form input[type="email"],
.wpcf7 form input[type="number"],
.wpcf7 form input[type="text"] {
  width: 100%;
}
.wpcf7 form select,
.wpcf7 form option {
  font-size: 16px;
}
.wpcf7 form input[disabled="disabled"],
.wpcf7 form input[disabled],
.wpcf7 form input[readonly="readonly"],
.wpcf7 form input[readonly] {
  color: #999;
}
.wpcf7 form .required {
  color: #ff0700;
  font-size: 80%;
}
.wpcf7 form .errormsg {
  color: #be3a2c;
  font-weight: 700;
  display: block;
  padding: 10px 0 0 0;
}
.wpcf7 form .button {
  text-align: center;
}
.wpcf7 form .button input {
  min-width: 300px;
  width: 100%;
  border: 0 none;
  background: none;
  padding: 15px 0;
  margin: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.wpcf7 form .button--submit {
  background: #bd2222;
  border: 0 none;
  margin: 0;
  padding: 0;
  min-width: 300px;
  color: #fff;
  font-weight: 400;
  display: inline-block;
  line-height: 1;
  position: relative;
  border-radius: 30px;
  cursor: pointer;
}
.wpcf7 form .button--submit input {
  color: inherit;
}
.wpcf7 form .button--submit:after {
  content: "";
  height: 11px;
  width: 7px;
  display: inline-block;
  vertical-align: middle;
  background: url(/wp-content/themes/bizsysd.enpit.jp/images/arrow-white.png) no-repeat 0 50%;
  background-size: 7px 11px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -4px 0 0 3em;
}
.wpcf7 form .button .ajax-loader {
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin: 0 0 0 -8px;
}

.topics__source {
  font-size: 13px;
  line-height: 1;
  width: 4em;
  padding: 0.25em 0;
  text-align: center;
  display: block;
  color: #fff;
  background-color: #888;
}
@media (max-width: 767px) {
  .topics__source {
    font-size: 11px;
  }
}
.topics__source--univ1 {
  background-color: #593c95;
}
.topics__source--univ2 {
  background-color: #146da0;
}
.topics__source--univ3 {
  background-color: #ce3636;
}
.topics__source--univ7 {
  background-color: #d2571b;
}

/**
 * Swiper 3.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: December 13, 2016
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform,height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform,height;
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate(0, -50%);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-coverflow .swiper-wrapper, .swiper-container-flip .swiper-wrapper {
  -ms-perspective: 1200px;
}

.swiper-container-cube, .swiper-container-flip {
  overflow: visible;
}

.swiper-container-cube .swiper-slide, .swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-cube .swiper-slide .swiper-slide, .swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active, .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
