@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: 350px;
  padding: 58px 0 0 0;
  line-height: 2;
  background: #fff url(enpit2.gif) no-repeat 50% 50%;
  background-size: auto 106px;
  position: relative;
  z-index: 3;
}
@media (max-width: 980px) {
  .header__logo a {
    width: 285px;
    background-position: 20px 50%;
    background-size: auto 33px;
  }
}
@media (max-width: 767px) {
  .header__logo a {
    width: 255px;
    background-position: 10px 50%;
  }
}
.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 350px;
  padding: 0;
}
.header__nav:before, .header__nav:after {
  display: table;
  content: '';
}
.header__nav:after {
  clear: both;
}
@media (max-width: 980px) {
  .header__nav {
    margin-left: 285px;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .header__nav {
    margin-left: 255px;
    -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;
  }
}
.header__nav li:first-child {
  display: none;
}
@media (max-width: 767px) {
  .header__nav li:first-child {
    display: block;
    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: 13px;
  }
}
@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 a.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/enpit.coins.tsukuba.ac.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/enpit.coins.tsukuba.ac.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/enpit.coins.tsukuba.ac.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/enpit.coins.tsukuba.ac.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: center;
}
.footer__contact--mail a {
  background: #bd2222;
  text-align: center;
  display: inline-block;
  border-radius: 40px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  padding: 20px 40px;
}
@media (min-width: 981px) {
  .footer__contact--mail a {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
}
@media (max-width: 767px) {
  .footer__contact--mail a {
    padding: 20px;
    font-size: 16px;
  }
}
@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/enpit.coins.tsukuba.ac.jp/images/mail-icon.png), url(/wp-content/themes/enpit.coins.tsukuba.ac.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 0 40px 0;
  position: relative;
}
@media (max-width: 1040px) {
  .footer__link {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .footer__link {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.footer__link a {
  display: block;
  border: 4px solid #ddd;
}
@media (max-width: 767px) {
  .footer__link a {
    margin-top: 10px;
    border-width: 2px;
  }
}
.footer__link .col + .col {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px dashed #bbb;
}
@media (max-width: 767px) {
  .footer__link .col + .col {
    margin-top: 15px;
    padding-top: 5px;
  }
}
@media (max-width: 767px) {
  .footer__link .col__box {
    width: 48.5% !important;
  }
}
@media (max-width: 767px) {
  .footer__link .col__box:nth-child(1) {
    width: 100% !important;
    margin-right: 0;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .footer__link .col__box:nth-child(1) a {
    background-color: #fff;
  }
}
@media (max-width: 767px) {
  .footer__link .col__box:nth-child(1) img {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .footer__link .col__box:nth-child(2) {
    margin-right: 3% !important;
  }
}
@media (max-width: 767px) {
  .footer__link .col__box:nth-child(3) {
    margin-right: 0 !important;
  }
}
@media (max-width: 767px) {
  .footer__link .col__box:nth-child(4) {
    margin-right: 3% !important;
  }
}
@media (max-width: 767px) {
  .footer__link .col__box:nth-child(5) {
    margin-right: 0 !important;
  }
}
.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;
}
.footer .bizapp {
  display: block;
  margin: 0 auto 20px auto;
  max-width: 182px;
}

/* ----------------------------------------------------------------
	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/enpit.coins.tsukuba.ac.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;
  top: 0;
  left: 0;
  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;
  margin: 30px 0 0 0;
}
@media (max-width: 767px) {
  .more {
    margin: 15px 0 0 0;
  }
}
.more a {
  min-width: 300px;
  padding: 10px 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;
}
@media (max-width: 767px) {
  .more a {
    max-width: 300px;
    font-size: 13px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.more a:hover {
  opacity: 0.7;
}
.more a span {
  padding-left: 10px;
  padding-right: 20px;
  background: url(/wp-content/themes/enpit.coins.tsukuba.ac.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
----------------------------------------------------------------- */
.main {
  float: right;
  width: 100%;
  margin-left: -280px;
}
@media (max-width: 980px) {
  .main {
    margin-left: -220px;
  }
}
@media (max-width: 767px) {
  .main {
    float: none;
    margin-left: 0;
  }
}
.main .article {
  margin-left: 280px;
}
@media (max-width: 980px) {
  .main .article {
    margin-left: 220px;
  }
}
@media (max-width: 767px) {
  .main .article {
    margin-left: 0;
  }
}

.main.home {
  float: none;
  margin-left: 0;
}
.main.home .article {
  margin-left: 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: 40%;
  max-width: 1320px;
  line-height: 2;
}
@media (max-width: 767px) {
  .hero__text {
    padding-top: 56.25%;
  }
}
.hero #heroLoading {
  background-image: url(/wp-content/themes/enpit.coins.tsukuba.ac.jp/images/main.jpg);
}
@media (max-width: 767px) {
  .hero #heroLoading {
    background-image: url(/wp-content/themes/enpit.coins.tsukuba.ac.jp/images/main--sp.jpg);
  }
}
.hero--loaded .hero:before {
  background: url(/wp-content/themes/enpit.coins.tsukuba.ac.jp/images/main.jpg) no-repeat 50% 0;
  background-size: 100% auto;
  -webkit-animation: fadeIn 3s;
  animation: fadeIn 3s;
  -webkit-animation: zoom120to100 3s;
  animation: zoom120to100 3s;
}
@media (max-width: 767px) {
  .hero--loaded .hero:before {
    background-size: cover;
    background-image: url(/wp-content/themes/enpit.coins.tsukuba.ac.jp/images/main--sp.jpg);
  }
}
.hero--loaded .hero:after {
  opacity: 0;
  -webkit-animation: rotate-loading 1s linear 0s 1;
  animation: rotate-loading 1s linear 0s 1;
}
.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;
  }
}
@media (max-width: 767px) {
  .home .n2-ss-align {
    margin-top: 58px;
  }
}
.home .n2-ss-slide-background-mask:before {
  content: '';
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2) !important;
}
@media (max-width: 767px) {
  .home .top-slide__heading-text {
    width: 100% !important;
    text-align: center !important;
  }
}
.home .top-slide__heading-text .n2-ow {
  text-shadow: black 0 0 1px !important;
}
@media (max-width: 767px) {
  .home .top-slide__heading-text .n2-ow {
    text-align: center !important;
    font-size: 5vw !important;
  }
}
@media (max-width: 980px) {
  .home .top-slide__sub-text {
    margin-bottom: 1em !important;
  }
}
@media (max-width: 767px) {
  .home .top-slide__sub-text {
    width: 100% !important;
    margin-bottom: 0 !important;
  }
}
.home .top-slide__sub-text .n2-ow {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", sans-serif !important;
  text-shadow: black 0 0 1px !important;
}
@media (max-width: 980px) {
  .home .top-slide__sub-text .n2-ow {
    font-size: 24px !important;
    margin-bottom: 30px !important;
  }
}
@media (max-width: 767px) {
  .home .top-slide__sub-text .n2-ow {
    text-align: center !important;
    font-size: 4vw !important;
    margin-bottom: 5vw !important;
  }
}
.home h2 {
  text-align: center;
  position: relative;
  margin: 0;
  padding: 0 0 20px 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;
  }
}
.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 section section {
  margin: 30px 0;
}
.home section section:first-child {
  margin-top: 0;
}
.home-topics {
  margin: -150px 0 0 0;
  line-height: 1.8;
}
@media (max-width: 1320px) {
  .home-topics {
    margin-top: 0;
  }
}
.home-topics:before {
  content: "";
  display: block;
  width: 100%;
  padding: 200px 0 0 0;
  background: #c62828;
}
@media (max-width: 1320px) {
  .home-topics:before {
    padding-top: 0;
    height: 58px;
  }
}
@media (max-width: 767px) {
  .home-topics:before {
    height: 0px;
  }
}
.home-topics .content {
  display: table;
  width: 100%;
  padding-top: 70px;
  padding-bottom: 70px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .home-topics .content {
    padding-top: 35px;
    padding-bottom: 35px;
    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 {
    display: none;
  }
}
.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: 5em;
  position: relative;
}
.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 dd {
  padding: 5px 0 5px 5.25em;
  margin: 0;
}
.home-about {
  padding: 70px 0;
  line-height: 2;
  background: #f5f5f5;
}
@media (max-width: 767px) {
  .home-about {
    padding: 35px 0;
  }
}
.home-about table {
  margin: 20px 0 0 0;
}
.home-about table th {
  min-width: 10.5em;
}
.home-about table {
  width: 100%;
  background: #fff;
  border: 1px solid #ddd;
  border-collapse: collapse;
}
.home-about table th {
  text-align: center;
  font-weight: bold;
  border: 1px solid #ddd;
  line-height: 1.25;
  padding: 10px 0;
}
@media (max-width: 767px) {
  .home-about table th {
    padding: 5px 0;
  }
}
.home-about table td {
  padding: 10px;
  border: 1px solid #ddd;
}
@media (max-width: 767px) {
  .home-about table td {
    padding: 5px;
  }
}
.home-year {
  padding: 70px 0;
  line-height: 2;
}
@media (max-width: 767px) {
  .home-year {
    padding: 35px 0;
  }
}
.home-merit {
  padding: 70px 0;
  line-height: 2;
  background: #f5f5f5;
}
@media (max-width: 767px) {
  .home-merit {
    padding: 35px 0;
  }
}
.home-merit ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
.home-merit ol > li {
  counter-increment: chapter;
  list-style: none;
  position: relative;
  padding: 0 0 0 2em;
  margin: 1.5em 0 0 0;
  font-size: 22px;
}
@media (max-width: 980px) {
  .home-merit ol > li {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .home-merit ol > li {
    margin-top: 1em;
    font-size: 18px;
  }
}
.home-merit ol > li:first-child {
  margin-top: 0;
}
.home-merit ol > li:before {
  content: counter(chapter);
  color: #c9151e;
  border-radius: 50%;
  border: 3px solid #c9151e;
  background: #fff;
  width: 1.5em;
  height: 1.5em;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
  font-size: 22px;
  line-height: 1.5;
  vertical-align: middle;
  text-align: center;
}
@media (max-width: 980px) {
  .home-merit ol > li:before {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .home-merit ol > li:before {
    font-size: 18px;
  }
}
.home-merit ol > li ul {
  margin: 0.5em 0;
}
.home-merit ol > li ul li {
  font-size: 15px;
  margin: 0.25em 0;
  position: relative;
  padding: 0 0 0 0.75em;
}
@media (max-width: 980px) {
  .home-merit ol > li ul li {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .home-merit ol > li ul li {
    font-size: 13px;
  }
}
.home-merit ol > li ul li:before {
  content: "\30FB";
  position: absolute;
  top: 0;
  left: 0;
}
.home-merit__item {
  font-weight: bold;
  font-size: 20px;
  border-bottom: 1px solid #ddd;
  line-height: 1.25;
  padding: 0.25em 0 0.5em 0;
}
@media (max-width: 980px) {
  .home-merit__item {
    font-size: 18px;
    padding: 0.2em 0 0.4em 0;
  }
}
@media (max-width: 767px) {
  .home-merit__item {
    font-size: 16px;
    padding: 0 0 0.5em 0;
  }
}
.home-process {
  padding: 70px 0;
  line-height: 2;
}
@media (max-width: 767px) {
  .home-process {
    padding: 35px 0;
  }
}
.home-process h2 {
  line-height: 1;
  padding: 0 0 20px 0;
}
.home-process p + p {
  margin-top: 20px;
}
.home-process section {
  margin-top: 60px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .home-process section {
    margin-top: 30px;
  }
}

/* ----------------------------------------------------------------
	common
----------------------------------------------------------------- */
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;
}

#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
----------------------------------------------------------------- */
.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 + 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;
}
article section:before, article section:after,
.wp-editor section:before,
.wp-editor section:after {
  display: table;
  content: '';
}
article section:after,
.wp-editor section:after {
  clear: both;
}
@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/enpit.coins.tsukuba.ac.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: 5em;
  position: relative;
}
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 dd,
.wp-editor .topics-list dd {
  padding: 5px 0 5px 5.25em;
  margin: 0;
}
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;
}
article .curriculum,
.wp-editor .curriculum {
  width: 100%;
  border-collapse: collapse;
}
@media (max-width: 767px) {
  article .curriculum thead th,
  .wp-editor .curriculum thead th {
    display: none;
  }
}
article .curriculum td,
.wp-editor .curriculum td {
  text-align: center;
}
article .curriculum td:first-child,
.wp-editor .curriculum td:first-child {
  text-align: left;
  width: 60%;
}
@media (max-width: 767px) {
  article .curriculum td:first-child,
  .wp-editor .curriculum td:first-child {
    line-height: 1.3;
  }
}
article .curriculum td:nth-child(2),
.wp-editor .curriculum td:nth-child(2) {
  width: 20%;
}
article .curriculum td:nth-child(3), article .curriculum td:nth-child(4),
.wp-editor .curriculum td:nth-child(3),
.wp-editor .curriculum td:nth-child(4) {
  padding-left: 0;
  padding-right: 0;
  width: 10%;
}

.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/enpit.coins.tsukuba.ac.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;
}

/**
 * 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);
  }
}
