@charset "UTF-8";
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%; }

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

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit; }

* {
  padding: 0;
  margin: 0; }

audio:not([controls]) {
  display: none;
  height: 0; }

hr {
  overflow: visible; }

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

summary {
  display: list-item; }

small {
  font-size: 80%; }

[hidden], template {
  display: none; }

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:active, a:hover {
  outline-width: 0; }

code, kbd, pre, samp {
  font-family: monospace,monospace; }

b, strong {
  font-weight: bolder; }

dfn {
  font-style: italic; }

mark {
  background-color: #ff0;
  color: #000; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

input {
  border-radius: 0; }

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer; }

[disabled] {
  cursor: default; }

[type=number] {
  width: auto; }

[type=search] {
  -webkit-appearance: textfield; }

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

textarea {
  overflow: auto;
  resize: vertical; }

button, input, optgroup, select, textarea {
  font: inherit; }

optgroup {
  font-weight: 700; }

button {
  overflow: visible; }

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: 0;
  padding: 0; }

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText; }

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button; }

button, select {
  text-transform: none; }

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit; }

select {
  -moz-appearance: none;
  -webkit-appearance: none; }

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

select::-ms-value {
  color: currentColor; }

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

img {
  border-style: none; }

progress {
  vertical-align: baseline; }

svg:not(:root) {
  overflow: hidden; }

audio, canvas, progress, video {
  display: inline-block; }

[aria-busy=true] {
  cursor: progress; }

[aria-controls] {
  cursor: pointer; }

[aria-disabled] {
  cursor: default; }

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none; }

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none; }

@media screen {
  [hidden~=screen] {
    display: inherit; }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important; } }
/**
 * Swiper 4.4.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: December 19, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1; }

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

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

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

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

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-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-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-property: transform,-webkit-transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

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

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

.swiper-container-3d {
  -webkit-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;
  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, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  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, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  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 bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  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 top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
  -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;
  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-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-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-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-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-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-lock {
  display: none; }

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
  -o-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-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-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

.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;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

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

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

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

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

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: .2s top,.2s -webkit-transform;
  -o-transition: .2s top,.2s -webkit-transform;
  transition: .2s top,.2s -webkit-transform;
  -o-transition: .2s transform,.2s top;
  -webkit-transition: .2s transform,.2s top;
  transition: .2s transform,.2s top;
  -webkit-transition: .2s transform,.2s top,.2s -webkit-transform;
  -o-transition: .2s transform,.2s top,.2s -webkit-transform;
  transition: .2s transform,.2s top,.2s -webkit-transform; }

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

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s left,.2s -webkit-transform;
  -o-transition: .2s left,.2s -webkit-transform;
  transition: .2s left,.2s -webkit-transform;
  -o-transition: .2s transform,.2s left;
  -webkit-transition: .2s transform,.2s left;
  transition: .2s transform,.2s left;
  -webkit-transition: .2s transform,.2s left,.2s -webkit-transform;
  -o-transition: .2s transform,.2s left,.2s -webkit-transform;
  transition: .2s transform,.2s left,.2s -webkit-transform; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s right,.2s -webkit-transform;
  -o-transition: .2s right,.2s -webkit-transform;
  transition: .2s right,.2s -webkit-transform;
  -o-transition: .2s transform,.2s right;
  -webkit-transition: .2s transform,.2s right;
  transition: .2s transform,.2s right;
  -webkit-transition: .2s transform,.2s right,.2s -webkit-transform;
  -o-transition: .2s transform,.2s right,.2s -webkit-transform;
  transition: .2s transform,.2s right,.2s -webkit-transform; }

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

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

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

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

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

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

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25); }

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

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

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25); }

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

.swiper-pagination-lock {
  display: none; }

.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-scrollbar-lock {
  display: none; }

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

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

.swiper-slide-zoomed {
  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%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-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%;
  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);
    transform: rotate(360deg); } }

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

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

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-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;
  -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-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

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

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

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

.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-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.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-flip {
  overflow: visible; }

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

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

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

.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;
  backface-visibility: hidden; }

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px; }
@-webkit-keyframes a {
  0% {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes a {
  0% {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes b {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0; }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; } }

@keyframes b {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0; }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; } }

@-webkit-keyframes c {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
            transform: translate(-50%, -50%) rotate(0); }
  50% {
    -webkit-transform: translate(-50%, -50%) rotate(-180deg);
            transform: translate(-50%, -50%) rotate(-180deg); }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(-1turn);
            transform: translate(-50%, -50%) rotate(-1turn); } }

@keyframes c {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
            transform: translate(-50%, -50%) rotate(0); }
  50% {
    -webkit-transform: translate(-50%, -50%) rotate(-180deg);
            transform: translate(-50%, -50%) rotate(-180deg); }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(-1turn);
            transform: translate(-50%, -50%) rotate(-1turn); } }

@-webkit-keyframes d {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  10% {
    -webkit-transform: scale(1.2) translateX(6px);
            transform: scale(1.2) translateX(6px); }
  25% {
    -webkit-transform: scale(1.3) translateX(8px);
            transform: scale(1.3) translateX(8px); }
  40% {
    -webkit-transform: scale(1.2) translateX(6px);
            transform: scale(1.2) translateX(6px); }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  60% {
    -webkit-transform: scale(0.8) translateX(6px);
            transform: scale(0.8) translateX(6px); }
  75% {
    -webkit-transform: scale(0.7) translateX(8px);
            transform: scale(0.7) translateX(8px); }
  90% {
    -webkit-transform: scale(0.8) translateX(6px);
            transform: scale(0.8) translateX(6px); }
  to {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes d {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  10% {
    -webkit-transform: scale(1.2) translateX(6px);
            transform: scale(1.2) translateX(6px); }
  25% {
    -webkit-transform: scale(1.3) translateX(8px);
            transform: scale(1.3) translateX(8px); }
  40% {
    -webkit-transform: scale(1.2) translateX(6px);
            transform: scale(1.2) translateX(6px); }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  60% {
    -webkit-transform: scale(0.8) translateX(6px);
            transform: scale(0.8) translateX(6px); }
  75% {
    -webkit-transform: scale(0.7) translateX(8px);
            transform: scale(0.7) translateX(8px); }
  90% {
    -webkit-transform: scale(0.8) translateX(6px);
            transform: scale(0.8) translateX(6px); }
  to {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes e {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  10% {
    -webkit-transform: scale(1.2) translateX(-6px);
            transform: scale(1.2) translateX(-6px); }
  25% {
    -webkit-transform: scale(1.3) translateX(-8px);
            transform: scale(1.3) translateX(-8px); }
  40% {
    -webkit-transform: scale(1.2) translateX(-6px);
            transform: scale(1.2) translateX(-6px); }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  60% {
    -webkit-transform: scale(0.8) translateX(-6px);
            transform: scale(0.8) translateX(-6px); }
  75% {
    -webkit-transform: scale(0.7) translateX(-8px);
            transform: scale(0.7) translateX(-8px); }
  90% {
    -webkit-transform: scale(0.8) translateX(-6px);
            transform: scale(0.8) translateX(-6px); }
  to {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes e {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  10% {
    -webkit-transform: scale(1.2) translateX(-6px);
            transform: scale(1.2) translateX(-6px); }
  25% {
    -webkit-transform: scale(1.3) translateX(-8px);
            transform: scale(1.3) translateX(-8px); }
  40% {
    -webkit-transform: scale(1.2) translateX(-6px);
            transform: scale(1.2) translateX(-6px); }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  60% {
    -webkit-transform: scale(0.8) translateX(-6px);
            transform: scale(0.8) translateX(-6px); }
  75% {
    -webkit-transform: scale(0.7) translateX(-8px);
            transform: scale(0.7) translateX(-8px); }
  90% {
    -webkit-transform: scale(0.8) translateX(-6px);
            transform: scale(0.8) translateX(-6px); }
  to {
    -webkit-transform: scale(1);
            transform: scale(1); } }

.lum-lightbox {
  background: rgba(0, 0, 0, 0.6); }

.lum-lightbox-inner {
  top: 2.5%;
  right: 2.5%;
  bottom: 2.5%;
  left: 2.5%; }

.lum-lightbox-inner img {
  position: relative; }

.lum-lightbox-inner .lum-lightbox-caption {
  margin: 0 auto;
  color: #fff;
  max-width: 700px;
  text-align: center; }

.lum-loading .lum-lightbox-loader {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 66px;
  height: 20px;
  -webkit-animation: c 1.8s linear infinite;
          animation: c 1.8s linear infinite; }

.lum-lightbox-loader:after, .lum-lightbox-loader:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.9); }

.lum-lightbox-loader:before {
  left: 0;
  -webkit-animation: d 1.8s linear infinite;
          animation: d 1.8s linear infinite; }

.lum-lightbox-loader:after {
  right: 0;
  -webkit-animation: e 1.8s linear infinite;
          animation: e 1.8s linear infinite;
  -webkit-animation-delay: -.9s;
          animation-delay: -.9s; }

.lum-lightbox.lum-opening {
  -webkit-animation: a .18s ease-out;
          animation: a .18s ease-out; }

.lum-lightbox.lum-opening .lum-lightbox-inner {
  -webkit-animation: b .18s ease-out;
          animation: b .18s ease-out; }

.lum-lightbox.lum-closing {
  -webkit-animation: a .3s ease-in;
          animation: a .3s ease-in;
  animation-direction: reverse; }

.lum-lightbox.lum-closing .lum-lightbox-inner {
  -webkit-animation: b .3s ease-in;
          animation: b .3s ease-in;
  animation-direction: reverse; }

.lum-img {
  transition: opacity .12s ease-out; }

.lum-loading .lum-img {
  opacity: 0; }

.lum-gallery-button {
  overflow: hidden;
  text-indent: 150%;
  white-space: nowrap;
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  outline: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 100px;
  max-height: 100%;
  width: 60px;
  cursor: pointer; }

.lum-close-button {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 32px;
  height: 32px;
  opacity: .3; }

.lum-close-button:hover {
  opacity: 1; }

.lum-close-button:after, .lum-close-button:before {
  position: absolute;
  left: 15px;
  content: " ";
  height: 33px;
  width: 2px;
  background-color: #fff; }

.lum-close-button:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }

.lum-close-button:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }

.lum-previous-button {
  left: 12px; }

.lum-next-button {
  right: 12px; }

.lum-gallery-button:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 36px;
  height: 36px;
  border-top: 4px solid rgba(255, 255, 255, 0.8); }

.lum-previous-button:after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  border-left: 4px solid rgba(255, 255, 255, 0.8);
  box-shadow: -2px 0 rgba(0, 0, 0, 0.2);
  left: 12%;
  border-radius: 3px 0 0 0; }

.lum-next-button:after {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  border-right: 4px solid rgba(255, 255, 255, 0.8);
  box-shadow: 2px 0 rgba(0, 0, 0, 0.2);
  right: 12%;
  border-radius: 0 3px 0 0; }

@media (max-width: 460px) {
  .lum-lightbox-image-wrapper {
    display: flex;
    overflow: auto;
    -webkit-overflow-scrolling: touch; }
  .lum-lightbox-caption {
    width: 100%;
    position: absolute;
    bottom: 0; }
  .lum-lightbox-position-helper {
    margin: auto; }
  .lum-lightbox-inner img {
    max-width: none;
    max-height: none; } }
@charset "UTF-8";
* {
  box-sizing: border-box; }

html {
  height: 100%;
  font-size: 16px; }

body {
  height: 100%;
  color: #343a40;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem; }

img {
  max-width: 100%; }

a {
  color: inherit;
  text-decoration: none; }

p a {
  color: #CB5252; }

input:focus,
select:focus,
textarea:focus {
  outline: none; }

.fa {
  opacity: .8; }

#header {
  height: 5rem; }

#main {
  overflow: hidden;
  margin: 5rem auto 5rem;
  padding: 0 1.5rem; }

.l-main__section + .l-main__section {
  margin-top: 3rem; }

.l-main__head {
  margin-bottom: 2rem; }

.c-box__head {
  margin-bottom: 1rem; }

.c-box__thumbnail {
  margin-bottom: 2rem;
  font-size: 0; }

.c-box__body > *:not(:last-child) {
  margin-bottom: 1rem; }

.c-box__body > p:not(.c-box__catchcopy) {
  line-height: 1.5; }

.c-box__link {
  margin-top: 2rem; }

.c-button__wrapper {
  display: table;
  overflow: hidden;
  min-height: 3rem;
  color: #CB5252;
  border: 1px solid rgba(52, 58, 64, 0.3);
  background: #fff; }

.c-button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 3rem;
  padding: .75rem 1.5rem;
  transition: .3s; }
  .c-button::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 110%;
    height: 100%;
    background: #343a40;
    -webkit-transform: skew(-15deg) translate3d(-110%, 0, 0);
            transform: skew(-15deg) translate3d(-110%, 0, 0);
    transition: .3s; }
  .c-button.is-hover, .c-button:hover {
    color: #f3f3f3;
    border-color: #343a40; }
  .c-button.is-hover::before, .c-button:hover::before {
    -webkit-transform: skew(-15deg) translate3d(0, 0, 0);
            transform: skew(-15deg) translate3d(0, 0, 0);
    -webkit-transform: skew(-15deg) translate3d(-5%, 0, 0);
            transform: skew(-15deg) translate3d(-5%, 0, 0); }

.c-button--secondary {
  color: #6c757d; }

.c-button__inner {
  position: relative;
  z-index: 1; }

.c-button__icon--before {
  margin-right: .5rem; }

.c-button__icon--after {
  margin-left: .5rem; }

.c-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1px solid rgba(52, 58, 64, 0.2); }
  .c-card--horizontal {
    flex-direction: row;
    flex-wrap: wrap; }

.c-card__head {
  margin-bottom: 1rem;
  padding: 1.5rem 1.5rem 0; }

.c-card__name {
  color: #CB5252; }

.c-card__subtitle {
  color: rgba(255, 255, 255, 0.8); }

.c-card__thumbnail {
  font-size: 0; }
  .c-card--horizontal .c-card__thumbnail {
    flex-basis: 40%; }

.c-card__thumbnail > img {
  width: 100%; }

.c-card__image-caption {
  margin-top: 1rem; }

.c-card__body {
  margin-bottom: auto;
  padding: 0 1.5rem 1.5rem; }
  .c-card--horizontal .c-card__body {
    flex-basis: 60%; }

.c-card__body ul {
  margin-left: 1rem;
  line-height: 1; }

.c-card__body ul > li {
  margin-top: .5rem; }

.c-card__body-box + .c-card__body-box {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(52, 58, 64, 0.2); }

.c-card__body-box > *:not(:last-child) {
  margin-bottom: 1rem; }

.c-card__body-box > p {
  line-height: 1.5; }

.c-card__body-bg {
  padding: 1rem;
  font-size: .9em;
  background: #f3f3f3; }

.c-card__foot {
  border-top: 1px solid rgba(52, 58, 64, 0.2); }
  .c-card--horizontal .c-card__foot {
    flex-grow: 1; }

.c-card__foot-link {
  display: block;
  width: 100%;
  height: 4rem;
  border: none; }

.c-figure > *:first-child {
  margin-bottom: .5rem; }

.c-figure__image {
  display: block;
  width: 100%; }

.c-figure__cap {
  font-size: .9em; }
  .c-figure__cap::before {
    content: "■ "; }

.c-grid__row:not(:last-child) {
  margin-bottom: 2rem; }

.c-heading-page {
  color: #212529;
  font-size: 9vw;
  font-style: italic; }

.c-heading, .c-heading--white {
  color: #212529;
  font-size: 2rem;
  font-weight: bold;
  font-style: italic; }
  .c-heading--white {
    color: #f3f3f3; }

.c-heading-lv3 {
  font-size: 1.5rem;
  padding-left: 1rem;
  border-left: 0.25rem solid #CB5252; }

.c-heading-lv4 {
  padding: 1rem;
  line-height: 1.2;
  background: #f3f3f3; }

.c-image-zoom {
  position: relative;
  display: block; }
  .c-image-zoom::before {
    content: "";
    opacity: .8;
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    position: absolute;
    left: 50%;
    top: 50%;
    opacity: .6;
    font-size: 2.75rem;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    transition: .3s; }
  .c-image-zoom.is-hover::before, .c-image-zoom:hover::before {
    opacity: 1;
    color: #CB5252; }

.c-image-zoom > img {
  width: 100%; }

.c-list {
  margin-left: 1.25rem; }

.c-list li + li {
  margin-top: .5rem; }

.c-text {
  line-height: 1.5; }

.p-academic-exchange__description {
  line-height: 1.5;
  margin-bottom: 2rem; }

.p-academic-exchange__map {
  margin-bottom: 2rem; }

.p-addmission > *:not(:last-child) {
  margin-bottom: 2rem; }

.p-addmission > p:not(:last-child) {
  margin-bottom: 1rem; }

.p-addmission > ul {
  margin-top: 1rem; }

.p-addmission a {
  color: #CB5252; }

.p-addmission__table {
  display: block;
  width: 100%;
  text-align: left;
  line-height: 1.5;
  border-spacing: 0;
  border-collapse: collapse; }

.p-addmission__table > thead {
  display: none; }

.p-addmission__table > tbody {
  background: #f3f3f3; }

.p-addmission__table-fcell {
  display: block;
  padding: 1rem;
  font-weight: bold;
  background: #e6e6e6; }

.p-addmission__table-lcell {
  display: block;
  padding: 1rem; }
  .p-addmission__table-lcell::before {
    content: "[Window]";
    display: block; }
  .p-addmission__table tr:last-child .p-addmission__table-lcell {
    margin-bottom: 0; }

.p-addmission__table-lcell > p:not(:last-child) {
  margin-bottom: .5rem; }

.p-addmission__table-caption {
  margin-top: .5rem;
  text-align: left;
  caption-side: bottom; }

.p-address__university {
  position: relative;
  z-index: 1;
  margin-bottom: -5rem; }

.p-address__logo {
  width: 40%;
  max-width: 10rem;
  margin-bottom: 2rem;
  font-size: 0; }

.p-address__box + .p-address__box {
  margin-top: 2rem; }

.p-address__box > p {
  line-height: 1.5; }

.p-college-card__name {
  color: #fff; }

.p-college-card__head {
  padding-bottom: 1.5rem; }
  .p-college-card--orange .p-college-card__head {
    background: #e08024; }
  .p-college-card--red .p-college-card__head {
    background: #db4e64; }
  .p-college-card--blue .p-college-card__head {
    background: #2f8cbf; }
  .p-college-card--green .p-college-card__head {
    background: #67ab53; }
  .p-college-card--purple .p-college-card__head {
    background: #735c95; }
  .p-college-card--lightblue .p-college-card__head {
    background: #439594; }
  .p-college-card--horizontal .p-college-card__head {
    flex-grow: 1; }

.p-college-card__link {
  color: #fff;
  border: none; }
  .p-college-card--orange .p-college-card__link {
    background: #e08024; }
  .p-college-card--red .p-college-card__link {
    background: #db4e64; }
  .p-college-card--blue .p-college-card__link {
    background: #2f8cbf; }
  .p-college-card--green .p-college-card__link {
    background: #67ab53; }
  .p-college-card--purple .p-college-card__link {
    background: #735c95; }
  .p-college-card--lightblue .p-college-card__link {
    background: #439594; }

.p-college {
  width: 300px; }

.p-college__thumbnail {
  margin-bottom: 1rem; }

.p-diploma-policy {
  margin-bottom: 2rem;
  padding: 1.5rem;
  background: #f3f3f3; }

.p-diploma-policy__heading {
  margin-bottom: 1rem; }

.p-diploma-policy__diploma {
  display: flex;
  align-items: center; }
  .p-diploma-policy__diploma + .p-diploma-policy__diploma {
    margin-top: 1rem; }

.p-diploma-policy__diploma-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
  min-width: 3rem;
  height: 3rem;
  border: 1px solid rgba(52, 58, 64, 0.2);
  border-radius: 50%;
  background-color: #fff; }

.p-diploma-policy__diploma-icon > img {
  width: 70%; }

.p-content-nav {
  width: calc(100% + 3rem);
  margin-left: -1.5rem; }

.p-content-nav__item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 12rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  .p-content-nav__item + .p-content-nav__item {
    margin-top: .25rem; }

.p-content-nav__head {
  text-align: center; }

.p-content-nav__body {
  overflow: hidden;
  display: none; }
  .p-content-nav__body::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    transition: .3s; }
  .p-content-nav__body:hover::before, .p-content-nav__body:hover::after {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); }

.p-content-nav__name {
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 1rem; }

.p-content-nav__more {
  margin: 0 auto; }

.p-content-nav__item--about {
  background-image: url("../assets/image/home/menu/about@2x.jpg");
  background-image: -webkit-image-set(url("../assets/image/home/menu/about.jpg") 1x, url("../assets/image/home/menu/about@2x.jpg") 2x, url("../assets/image/home/menu/about@3x.jpg") 3x);
  background-image: image-set(url("../assets/image/home/menu/about.jpg") 1x, url("../assets/image/home/menu/about@2x.jpg") 2x, url("../assets/image/home/menu/about@3x.jpg") 3x); }
  .p-content-nav__item--about .p-content-nav__more {
    color: #00693D; }

.p-content-nav__item--education {
  background-image: url("../assets/image/home/menu/education@2x.jpg");
  background-image: -webkit-image-set(url("../assets/image/home/menu/education.jpg") 1x, url("../assets/image/home/menu/education@2x.jpg") 2x, url("../assets/image/home/menu/education@3x.jpg") 3x);
  background-image: image-set(url("../assets/image/home/menu/education.jpg") 1x, url("../assets/image/home/menu/education@2x.jpg") 2x, url("../assets/image/home/menu/education@3x.jpg") 3x); }
  .p-content-nav__item--education .p-content-nav__more {
    color: #CB5252; }

.p-content-nav__item--iep {
  background-image: url("../assets/image/home/menu/iep@2x.jpg");
  background-image: -webkit-image-set(url("../assets/image/home/menu/iep.jpg") 1x, url("../assets/image/home/menu/iep@2x.jpg") 2x, url("../assets/image/home/menu/iep@3x.jpg") 3x);
  background-image: image-set(url("../assets/image/home/menu/iep.jpg") 1x, url("../assets/image/home/menu/iep@2x.jpg") 2x, url("../assets/image/home/menu/iep@3x.jpg") 3x); }
  .p-content-nav__item--iep .p-content-nav__more {
    color: #67AB53; }

.p-content-nav__item--research {
  background-image: url("../assets/image/home/menu/research@2x.jpg");
  background-image: -webkit-image-set(url("../assets/image/home/menu/research.jpg") 1x, url("../assets/image/home/menu/research@2x.jpg") 2x, url("../assets/image/home/menu/research@3x.jpg") 3x);
  background-image: image-set(url("../assets/image/home/menu/research.jpg") 1x, url("../assets/image/home/menu/research@2x.jpg") 2x, url("../assets/image/home/menu/research@3x.jpg") 3x); }
  .p-content-nav__item--research .p-content-nav__more {
    color: #7E6190; }

.p-dropdown {
  overflow: hidden;
  width: calc(100% + 2rem);
  height: 2.75rem;
  margin: 0 -1rem;
  transition: .3s; }
  .p-dropdown.is-active {
    background: #f3f3f3; }
  .p-dropdown.is-xl:hover {
    background: #f3f3f3; }

.p-dropdown__head {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 2.75rem;
  padding: 0 1rem; }

.p-dropdown__head > .fa {
  margin-left: .5rem;
  font-size: .9em; }

.p-dropdown__body {
  transition: .3s;
  background: #f3f3f3;
  border-top: 1px solid rgba(52, 58, 64, 0.2); }

.p-dropdown__body > li {
  display: flex;
  align-items: center; }
  .p-dropdown__body > li + li {
    border-top: 1px solid rgba(52, 58, 64, 0.2); }

.p-dropdown__body > li > a {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 2.75rem;
  padding: .75rem 1rem;
  transition: .3s; }
  .p-dropdown__body > li > a:hover {
    color: #fff;
    background: #CB5252; }
  .p-dropdown__body > li > a::after {
    content: "";
    opacity: .8;
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    margin-left: 1rem; }

.p-footer__admission {
  width: calc(100% - 3rem);
  margin-left: auto;
  margin-right: auto;
  background-image: url("../assets/image/common/admission@2x.jpg");
  background-image: -webkit-image-set(url("../assets/image/common/admission.jpg") 1x, url("../assets/image/common/admission@2x.jpg") 2x, url("../assets/image/common/admission@3x.jpg") 3x);
  background-image: image-set(url("../assets/image/common/admission.jpg") 1x, url("../assets/image/common/admission@2x.jpg") 2x, url("../assets/image/common/admission@3x.jpg") 3x);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 15rem;
  margin-bottom: 2rem;
  border: .5rem solid #B2C9BE;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.p-footer__admission-title {
  margin-bottom: 1rem; }

.p-footer__admission-body {
  overflow: hidden;
  display: none;
  flex-basis: 50%;
  height: 100%; }
  .p-footer__admission-body::before {
    background-image: url("../assets/image/common/admission@2x.jpg");
    background-image: -webkit-image-set(url("../assets/image/common/admission.jpg") 1x, url("../assets/image/common/admission@2x.jpg") 2x, url("../assets/image/common/admission@3x.jpg") 3x);
    background-image: image-set(url("../assets/image/common/admission.jpg") 1x, url("../assets/image/common/admission@2x.jpg") 2x, url("../assets/image/common/admission@3x.jpg") 3x);
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    transition: .3s; }
  .p-footer__admission-body:hover::before {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); }

.p-footer__banners {
  width: calc(100% - 3rem);
  margin-left: auto;
  margin-right: auto;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(255px, 1fr));
  grid-gap: 1rem;
  margin-bottom: 2rem; }

.p-footer__banner {
  font-size: 0;
  transition: .3s; }
  .p-footer__banner:hover {
    opacity: .7; }

.p-footer__banner > img {
  width: 100%; }

.p-footer__bottom {
  padding-bottom: 1.5rem;
  background: rgba(52, 58, 64, 0.1); }

.p-form__table {
  width: 100%;
  margin: 0 auto 2rem;
  padding: 1.5rem;
  border-spacing: 0;
  background: #f3f3f3; }

.p-form__head {
  display: block;
  font-size: 1.5rem;
  text-align: left;
  padding-bottom: .5rem; }
  .p-form__head--required::after {
    content: 'Required';
    display: block;
    color: #CB5252;
    font-size: .75rem; }

.p-form__data {
  display: block;
  padding-bottom: 1.5rem; }

.p-form__table tr:last-child th,
.p-form__table tr:last-child td {
  padding-bottom: 0; }

.p-form__label {
  display: table; }
  .p-form__label + .p-form__label {
    margin-top: .5rem; }

.p-form__input {
  padding: .75rem;
  background: #fff; }
  .p-form__input--wide {
    width: 100%; }

.p-form__select-wrapper {
  position: relative;
  display: inline-block;
  background: #fff; }
  .p-form__select-wrapper::after {
    content: "";
    opacity: .8;
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    position: absolute;
    right: .75rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    pointer-events: none; }

.p-form__select-wrapper > select {
  width: 100%;
  height: 100%;
  padding: .75rem 2rem .75rem .75rem; }

.p-form__textarea {
  width: 100%;
  padding: .25rem .5rem;
  background: #fff; }

.p-form__button {
  width: 100%; }
  .p-form__button:last-child {
    margin-top: .5rem; }

.p-form__grecaptcha {
  display: table;
  margin: auto; }

.p-gnav__head {
  display: flex;
  align-items: center;
  height: 4rem;
  padding: 1rem 1rem 1.5rem;
  border-bottom: 1px solid rgba(108, 117, 125, 0.3); }

.p-gnav__close {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.75rem;
  height: 2.75rem;
  margin-left: -.75rem; }

.p-gnav__close > .fa-xl {
  vertical-align: initial; }

.p-gnav__main {
  padding: 1rem;
  font-size: 1rem;
  list-style: none;
  border-bottom: 1px solid rgba(108, 117, 125, 0.3); }

.p-gnav__main-menu > li {
  display: flex;
  align-items: center;
  min-height: 2.75rem; }

.p-gnav__main-menu > li > a {
  position: relative;
  transition: .3s; }
  .p-gnav__main-menu > li > a:hover {
    color: #CB5252;
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px); }

.p-gnav__sub {
  padding: 1rem;
  font-size: 1rem; }

.p-gnav__sub-menu {
  margin-bottom: 1rem; }

.p-gnav__sub-menu > li {
  display: flex;
  align-items: center;
  min-height: 2.75rem; }

.p-gnav__sub-menu > li > a {
  position: relative;
  transition: .3s; }
  .p-gnav__sub-menu > li > a:hover {
    color: #CB5252;
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px); }

.p-gnav__language {
  position: relative;
  padding: 0 1rem; }

.p-gnav__language-drop {
  display: block;
  border: 1px solid rgba(52, 58, 64, 0.5);
  transition: .3s;
  cursor: pointer; }
  .p-gnav__language-drop.is-active {
    border-color: transparent; }

.p-header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.5rem 1rem .5rem;
  background: #fff;
  transition: .3s; }
  .p-header.is-floating {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  .p-header.is-show {
    -webkit-transform: translateY(0);
            transform: translateY(0); }

.p-header__hamburger {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.75rem;
  height: 2.75rem;
  margin-right: 1rem;
  padding-right: .5rem;
  border-right: 1px solid rgba(52, 58, 64, 0.3);
  box-sizing: content-box; }

.p-header__hamburger > .fa-lg {
  vertical-align: initial; }

.p-header__logo {
  height: 2.75rem;
  font-size: 0; }

.p-header__logo img {
  height: 100%; }

.p-header__nav::before {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  transition: .3s; }

.p-header__nav.is-active::before {
  visibility: visible;
  opacity: 1; }

.p-header__nav-inner {
  position: fixed;
  left: 0;
  top: 0;
  overflow-y: scroll;
  width: 70%;
  height: 100vh;
  padding: 1rem 0 1rem;
  background: #fff;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
  transition: .6s; }
  .p-header__nav.is-active .p-header__nav-inner {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }

.p-iep {
  margin: -2rem; }

.p-iep__col {
  padding: 2rem; }

.p-message {
  width: calc(100% + 3rem);
  margin-left: -1.5rem;
  padding: 2rem 1.5rem;
  background: #f3f3f3; }

.p-message__comment {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(52, 58, 64, 0.2); }

.p-message__comment-title {
  margin-bottom: 1rem;
  color: #CB5252; }

.p-message__comment-description {
  line-height: 1.5; }

.p-message__person {
  display: flex;
  align-items: center; }

.p-message__person > picture:first-child {
  max-width: 4rem;
  margin-right: 1rem;
  margin-bottom: 0; }

.p-message__person-name {
  font-weight: bold; }

.p-message__person-jobtitle {
  opacity: .8;
  font-size: .875rem; }

.p-overview__heading {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-style: italic;
  font-weight: bold; }

.p-overview__text {
  line-height: 1.7; }

.p-pickup {
  width: calc(100% + 3rem);
  margin-left: -1.5rem; }

.p-pickup__item {
  position: relative;
  padding: 3rem 1.5rem;
  color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2); }

.p-pickup__name {
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 1rem; }

.p-pickup__item--agri {
  background-image: url("../assets/image/about/pickup/agriculture@2x.jpg");
  background-image: -webkit-image-set(url("../assets/image/about/pickup/agriculture.jpg") 1x, url("../assets/image/about/pickup/agriculture@2x.jpg") 2x, url("../assets/image/about/pickup/agriculture@3x.jpg") 3x);
  background-image: image-set(url("../assets/image/about/pickup/agriculture.jpg") 1x, url("../assets/image/about/pickup/agriculture@2x.jpg") 2x, url("../assets/image/about/pickup/agriculture@3x.jpg") 3x); }

.p-pickup__item--quantum {
  text-align: right;
  background-image: url("../assets/image/about/pickup/quantum@2x.jpg");
  background-image: -webkit-image-set(url("../assets/image/about/pickup/quantum.jpg") 1x, url("../assets/image/about/pickup/quantum@2x.jpg") 2x, url("../assets/image/about/pickup/quantum@3x.jpg") 3x);
  background-image: image-set(url("../assets/image/about/pickup/quantum.jpg") 1x, url("../assets/image/about/pickup/quantum@2x.jpg") 2x, url("../assets/image/about/pickup/quantum@3x.jpg") 3x); }

.p-pickup__item--climate {
  background-image: url("../assets/image/about/pickup/climate@2x.jpg");
  background-image: -webkit-image-set(url("../assets/image/about/pickup/climate.jpg") 1x, url("../assets/image/about/pickup/climate@2x.jpg") 2x, url("../assets/image/about/pickup/climate@3x.jpg") 3x);
  background-image: image-set(url("../assets/image/about/pickup/climate.jpg") 1x, url("../assets/image/about/pickup/climate@2x.jpg") 2x, url("../assets/image/about/pickup/climate@3x.jpg") 3x); }

.p-pickup__item--regional {
  text-align: right;
  background-image: url("../assets/image/about/pickup/regional@2x.jpg");
  background-image: -webkit-image-set(url("../assets/image/about/pickup/regional.jpg") 1x, url("../assets/image/about/pickup/regional@2x.jpg") 2x, url("../assets/image/about/pickup/regional@3x.jpg") 3x);
  background-image: image-set(url("../assets/image/about/pickup/regional.jpg") 1x, url("../assets/image/about/pickup/regional@2x.jpg") 2x, url("../assets/image/about/pickup/regional@3x.jpg") 3x); }

.p-profile {
  width: calc(100% + 3rem);
  margin-left: -1.5rem;
  position: relative;
  padding: 2rem 1.5rem;
  background: #f3f3f3; }

.p-profile__heading {
  padding: 1rem 1.5rem; }

.p-profile__face {
  overflow: hidden;
  width: 50%;
  max-width: 10rem;
  margin: 0 auto 1rem;
  font-size: 0; }

.p-profile__face img {
  width: 100%; }

.p-profile__name {
  margin-bottom: 1rem;
  color: #CB5252;
  font-style: italic;
  text-align: center; }

.p-profile__name > span {
  display: block;
  opacity: .8;
  font-size: .8em;
  font-weight: normal; }

.p-profile__caption {
  line-height: 1.5; }

.p-signboard__hero {
  width: calc(100% + 3rem);
  margin-left: -1.5rem;
  position: relative;
  overflow: hidden;
  padding: 3rem 1.5rem;
  margin-bottom: 1rem; }

.p-signboard__title {
  z-index: 2;
  line-height: 1;
  text-shadow: -1px -1px 3px rgba(255, 255, 255, 0.5), 1px -1px 3px rgba(255, 255, 255, 0.5), 1px 1px 3px rgba(255, 255, 255, 0.5), -1px 1px 3px rgba(255, 255, 255, 0.5); }

.p-signboard__bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  font-size: 0; }

.p-signboard__picture {
  height: 100%; }

.p-signboard__picture > img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  font-family: 'object-fit: cover;'; }

.p-signboard__breadcrumb {
  display: flex;
  align-items: center;
  list-style: none;
  flex-wrap: wrap; }

.p-signboard__breadcrumb > li:not(:last-child)::after {
  content: ">";
  margin: 0 .5rem; }

.p-signboard__text {
  margin-top: 2rem;
  line-height: 1.5; }

.p-sitemap a {
  transition: .3s; }
  .p-sitemap a.is-hover, .p-sitemap a:hover {
    color: #CB5252;
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px); }

.p-sitemap__main-menu, .p-sitemap__sub-menu {
  font-size: 1rem;
  list-style: none; }

.p-sitemap__main-menu > li + li, .p-sitemap__sub-menu > li + li {
  border-top: 1px solid rgba(52, 58, 64, 0.3); }

.p-sitemap__main-menu > li > a, .p-sitemap__sub-menu > li > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 4rem;
  padding: 0 1.5rem; }
  .p-sitemap__main-menu > li > a::after, .p-sitemap__sub-menu > li > a::after {
    content: "";
    opacity: .8;
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1; }

.p-sitemap__sub-menu {
  margin-bottom: 1rem;
  border-top: 1px solid rgba(52, 58, 64, 0.3);
  border-bottom: 1px solid rgba(52, 58, 64, 0.3); }

.p-sitemap__info {
  font-size: .875rem; }

.p-sitemap__logo {
  width: 8rem;
  margin-bottom: .5rem; }

.p-slider {
  width: calc(100% + 3rem);
  margin-left: -1.5rem;
  position: relative;
  display: flex;
  flex-direction: column-reverse; }

.p-slider__university-name {
  position: absolute;
  left: 1.5rem;
  top: 1rem;
  z-index: 2;
  text-shadow: -1px -1px 3px rgba(255, 255, 255, 0.5), 1px -1px 3px rgba(255, 255, 255, 0.5), 1px 1px 3px rgba(255, 255, 255, 0.5), -1px 1px 3px rgba(255, 255, 255, 0.5); }

.p-slider__slide {
  font-size: 0;
  background: #fff; }

.p-slider__picture {
  height: 100%; }

.swiper-container-horizontal > .p-slider__pagination {
  bottom: 1rem; }

.p-slider__pagination .swiper-pagination-bullet {
  opacity: 1;
  background: #f3f3f3; }
  .p-slider__pagination .swiper-pagination-bullet-active {
    background: #343a40; }

.p-whereis__overview {
  position: relative;
  margin-bottom: 3rem; }

.p-whereis__description {
  position: relative;
  z-index: 1;
  margin-bottom: -5rem; }

.p-whereis__title {
  margin-bottom: 1rem; }

.p-whereis__text {
  margin-bottom: 2rem;
  line-height: 1.5; }

.p-whereis__map {
  position: relative;
  display: table;
  margin: auto;
  font-size: 0; }
  .p-whereis__map::after {
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    width: 1.5rem;
    height: 100%;
    background: #AED4E9; }

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

.u-mb-1 {
  margin-bottom: 1rem !important; }

.u-mb-2 {
  margin-bottom: 2rem !important; }

.u-mb-3 {
  margin-bottom: 3rem !important; }

.u-mx-auto {
  margin: auto; }

/*
 * 
 */
.lum-lightbox {
  background: rgba(243, 243, 243, 0.8); }

.lum-close-button {
  opacity: 1; }
  .lum-close-button:before, .lum-close-button::after {
    background: #CB5252; }

.lum-lightbox {
  z-index: 99; }

.lum-img {
  max-width: 200vw !important; }

@media (min-width: 1024px) {
    body {
      font-size: 1.125rem; }
    #header {
      height: auto;
      margin-bottom: 1rem; }
    #main {
      margin: 0 auto 10rem;
      padding: 0 5rem; }
    .l-main__section + .l-main__section {
      margin-top: 8rem; }
    .l-main__head {
      margin-bottom: 4rem; }
  .l-main__body--smallwidth {
    width: 60rem;
    margin: auto; }
    .c-box__link {
      width: 30rem; }
  .c-grid__row {
    display: flex;
    margin: -2rem -2rem 0; }
  .c-grid__row:last-child {
    margin-bottom: -2rem; }
  .c-grid__col {
    flex: 1;
    padding: 2rem; }
  .c-grid__col--third {
    width: 33.3%;
    flex: none; }
  .c-grid__col--auto {
    flex: none; }
    .c-heading, .c-heading--white {
      font-size: 3rem; }
    .p-academic-exchange__map::before {
      display: none; }
  .p-academic-exchange__viewpdf {
    margin: auto; }
    .p-addmission__table > thead {
      display: table-header-group;
      background: #e6e6e6; }
  .p-addmission__table > thead th {
    padding: 1rem;
    border: 1px solid #e6e6e6; }
    .p-addmission__table > tbody {
      display: table-row-group;
      vertical-align: top; }
  .p-addmission__table > tbody td {
    padding: 1rem;
    border: 1px solid #e6e6e6; }
    .p-addmission__table-fcell {
      display: table-cell;
      width: 40%;
      padding: 0 2rem 1rem 0;
      font-weight: normal;
      background: none; }
    .p-addmission__table-lcell {
      display: table-cell;
      padding: 0 0 1rem 0; }
      .p-addmission__table-lcell::before {
        display: none; }
  .p-address {
    position: relative; }
    .p-address__university {
      position: absolute;
      left: 0;
      top: 0;
      width: 30rem;
      margin-bottom: 0; }
    .p-address__logo {
      width: 12rem;
      margin-bottom: 0rem; }
  .p-address__map {
    max-width: 50rem;
    margin-left: 10rem; }
  .p-address__map > .c-image-zoom {
    cursor: default;
    pointer-events: none; }
  .p-address__map > .c-image-zoom::before {
    display: none; }
    .p-diploma-policy {
      padding: 2rem; }
  .p-diploma-policy__diplomas {
    display: flex;
    flex-wrap: wrap;
    margin: -1rem; }
    .p-diploma-policy__diploma {
      margin: 1rem; }
      .p-diploma-policy__diploma + .p-diploma-policy__diploma {
        margin-top: auto; }
    .p-content-nav {
      width: calc(100% + 10rem);
      margin-left: -5rem; }
    .p-content-nav__item {
      align-items: normal;
      min-height: 20rem;
      background: none; }
      .p-content-nav__item + .p-content-nav__item {
        margin-top: .5rem; }
    .p-content-nav__head {
      display: flex;
      flex-direction: column;
      justify-content: center;
      flex-basis: 25rem; }
    .p-content-nav__body {
      display: block;
      flex-grow: 1; }
      .p-content-nav__body::before {
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover; }
    .p-content-nav__name {
      font-size: 3rem; }
    .p-content-nav__item--about .p-content-nav__head {
      padding-left: 5rem;
      padding-right: 3rem;
      background: rgba(0, 105, 61, 0.6) !important; }
    .p-content-nav__item--about .p-content-nav__body::before {
      background-image: url("../assets/image/home/menu/about-dt@2x.jpg");
      background-image: -webkit-image-set(url("../assets/image/home/menu/about-dt@2x.jpg") 1x, url("../assets/image/home/menu/about-dt@2x.jpg") 2x, url("../assets/image/home/menu/about-dt@3x.jpg") 3x);
      background-image: image-set(url("../assets/image/home/menu/about-dt@2x.jpg") 1x, url("../assets/image/home/menu/about-dt@2x.jpg") 2x, url("../assets/image/home/menu/about-dt@3x.jpg") 3x); }
    .p-content-nav__item--about .p-content-nav__name {
      color: #fff; }
    .p-content-nav__item--education {
      flex-direction: row-reverse; }
    .p-content-nav__item--education .p-content-nav__head {
      padding-right: 5rem; }
    .p-content-nav__item--education .p-content-nav__body::before {
      background-image: url("../assets/image/home/menu/education-dt@2x.jpg");
      background-image: -webkit-image-set(url("../assets/image/home/menu/education-dt@2x.jpg") 1x, url("../assets/image/home/menu/education-dt@2x.jpg") 2x, url("../assets/image/home/menu/education-dt@3x.jpg") 3x);
      background-image: image-set(url("../assets/image/home/menu/education-dt@2x.jpg") 1x, url("../assets/image/home/menu/education-dt@2x.jpg") 2x, url("../assets/image/home/menu/education-dt@3x.jpg") 3x); }
    .p-content-nav__item--education .p-content-nav__name {
      color: #CB5252; }
    .p-content-nav__item--iep .p-content-nav__head {
      padding-left: 5rem;
      padding-right: 3rem; }
    .p-content-nav__item--iep .p-content-nav__body::before {
      background-image: url("../assets/image/home/menu/iep-dt@2x.jpg");
      background-image: -webkit-image-set(url("../assets/image/home/menu/iep-dt@2x.jpg") 1x, url("../assets/image/home/menu/iep-dt@2x.jpg") 2x, url("../assets/image/home/menu/iep-dt@3x.jpg") 3x);
      background-image: image-set(url("../assets/image/home/menu/iep-dt@2x.jpg") 1x, url("../assets/image/home/menu/iep-dt@2x.jpg") 2x, url("../assets/image/home/menu/iep-dt@3x.jpg") 3x); }
    .p-content-nav__item--iep .p-content-nav__name {
      color: #67AB53; }
    .p-content-nav__item--research {
      flex-direction: row-reverse; }
    .p-content-nav__item--research .p-content-nav__head {
      padding-left: 3rem;
      padding-right: 5rem; }
    .p-content-nav__item--research .p-content-nav__body::before {
      background-image: url("../assets/image/home/menu/research-dt@2x.jpg");
      background-image: -webkit-image-set(url("../assets/image/home/menu/research-dt@2x.jpg") 1x, url("../assets/image/home/menu/research-dt@2x.jpg") 2x, url("../assets/image/home/menu/research-dt@3x.jpg") 3x);
      background-image: image-set(url("../assets/image/home/menu/research-dt@2x.jpg") 1x, url("../assets/image/home/menu/research-dt@2x.jpg") 2x, url("../assets/image/home/menu/research-dt@3x.jpg") 3x);
      background-position: right; }
    .p-content-nav__item--research .p-content-nav__name {
      color: #7E6190; }
    .p-footer__admission {
      width: 70rem; }
    .p-footer__admission {
      flex-direction: row;
      width: 60rem;
      margin: 0 auto 4rem;
      height: 20rem;
      border: none;
      background: none; }
  .p-footer__admission-head {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-basis: 50%;
    height: 100%;
    background: #B0CABE; }
    .p-footer__admission-body {
      display: block; }
      .p-footer__admission-body::before {
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover; }
    .p-footer__banners {
      width: 70rem; }
    .p-footer__banners {
      -ms-grid-columns: (255px)[3];
      grid-template-columns: repeat(3, 255px);
      justify-content: center;
      margin-bottom: 4rem;
      padding: 0 5rem; }
    .p-footer__bottom {
      padding-bottom: 0; }
  .p-form {
    width: 60rem;
    margin: auto; }
    .p-form__table {
      padding: 2rem; }
    .p-form__head {
      display: table-cell;
      padding: 0 2rem 1.5rem 0;
      white-space: nowrap; }
    .p-form__head--vtop {
      vertical-align: top; }
    .p-form__data {
      display: table-cell;
      width: 100%; }
  .p-form__buttons {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end; }
    .p-form__button {
      width: auto; }
      .p-form__button:last-child {
        margin: 0 1rem 0 0; }
  .p-gnav__main-menu {
    text-align: center; }
    .p-header {
      position: relative;
      padding: 1rem 5rem 0; }
    .p-header__hamburger {
      height: 70px; }
    .p-header__logo {
      width: 17rem;
      height: auto; }
    .p-header__logo img {
      width: 100%;
      height: auto; }
    .p-iep {
      display: flex; }
    .p-message {
      width: calc(100% + 10rem);
      margin-left: -5rem;
      display: flex;
      padding: 3rem 5rem; }
    .p-message__comment {
      flex: 1;
      margin: 0 5rem 0 0;
      padding-bottom: 0;
      border: none; }
    .p-message__comment-title {
      grid-area: mesTitle; }
    .p-message__person {
      display: block;
      width: 10rem; }
    .p-message__person > picture:first-child {
      margin-bottom: .5rem; }
  .p-overview {
    width: 70rem;
    margin: auto; }
    .p-pickup {
      width: calc(100% + 10rem);
      margin-left: -5rem; }
    .p-pickup__item {
      padding: 3rem 5rem;
      display: flex;
      flex-direction: column;
      justify-content: center;
      min-height: 20rem; }
    .p-pickup__name {
      font-size: 4rem; }
  .p-pickup__caption {
    font-size: 1.5rem;
    line-height: 1.3; }
    .p-profile {
      width: calc(100% + 10rem);
      margin-left: -5rem;
      display: flex;
      align-items: center;
      padding: 3rem 5rem; }
    .p-profile__heading {
      left: auto;
      right: 5rem;
      top: auto;
      bottom: -1rem;
      color: #f3f3f3;
      font-size: 4rem; }
    .p-profile__face {
      flex-basis: 10rem;
      margin: 0 2rem 0 0; }
  .p-profile__description {
    flex: 1; }
    .p-profile__name {
      text-align: left; }
    .p-signboard__hero {
      width: calc(100% + 10rem);
      margin-left: -5rem;
      display: flex;
      flex-direction: column-reverse;
      height: 20rem;
      margin-bottom: 3rem; }
    .p-signboard__hero--minheight {
      height: 20rem; }
    .p-signboard__title {
      position: absolute;
      left: 5rem;
      right: auto;
      top: 50%;
      bottom: auto;
      z-index: 0;
      width: 60%;
      line-height: 1.1;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      text-shadow: -1px -1px 5px rgba(255, 255, 255, 0.7), 1px -1px 5px rgba(255, 255, 255, 0.7), 1px 1px 5px rgba(255, 255, 255, 0.7), -1px 1px 5px rgba(255, 255, 255, 0.7); }
    .p-signboard__bg {
      padding: 0 0 0 18rem; }
  .p-sitemap {
    display: flex;
    padding: 2rem 5rem; }
    .p-sitemap__main-menu, .p-sitemap__sub-menu {
      order: 2;
      padding-left: 1rem;
      white-space: nowrap;
      border-left: 2px solid rgba(52, 58, 64, 0.3); }
    .p-sitemap__main-menu > li + li, .p-sitemap__sub-menu > li + li {
      margin-top: .5rem;
      border-top: none; }
    .p-sitemap__main-menu > li > a, .p-sitemap__sub-menu > li > a {
      display: inline-block;
      height: auto;
      padding: 0; }
      .p-sitemap__main-menu > li > a::after, .p-sitemap__sub-menu > li > a::after {
        display: none; }
  .p-sitemap__sub-menu {
    order: 3; }
    .p-sitemap__sub-menu {
      margin: 0 0 0 2rem;
      border-top: none;
      border-bottom: none; }
    .p-sitemap__info {
      order: 1;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      margin-right: auto; }
    .p-slider {
      width: calc(100% + 10rem);
      margin-left: -5rem;
      height: 40rem; }
    .p-slider__university-name {
      left: 5rem;
      text-shadow: -1px -1px 5px rgba(255, 255, 255, 0.7), 1px -1px 5px rgba(255, 255, 255, 0.7), 1px 1px 5px rgba(255, 255, 255, 0.7), -1px 1px 5px rgba(255, 255, 255, 0.7); }
  .p-slider__picture > img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    font-family: 'object-fit: cover;'; }
    .swiper-container-horizontal > .p-slider__pagination {
      top: auto; }
    .p-whereis__overview {
      width: calc(100% + 10rem);
      margin-left: -5rem;
      overflow: hidden; }
    .p-whereis__description {
      position: absolute;
      height: 50rem;
      left: 5rem;
      top: 5rem;
      z-index: 1;
      margin-bottom: 0; }
    .p-whereis__text {
      width: 40rem; }
      .p-whereis__map::after {
        width: 100%; }
  .p-whereis__map > .c-image-zoom {
    cursor: default;
    pointer-events: none; }
  .p-whereis__map > .c-image-zoom::before {
    display: none; }
  .p-whereis__facilities {
    width: 60rem;
    margin: auto; }
  .u-color-body--dt {
    color: #212529; }
  .u-hide-lg {
    display: none; } }

@media all and (-ms-high-contrast: none\0) {
    *::-ms-backdrop, .c-card__thumbnail {
      overflow: hidden; }
    *::-ms-backdrop, .p-content-nav__item {
      height: 20rem; }
    *::-ms-backdrop, .p-content-nav__head {
      height: 100%; }
    *::-ms-backdrop, .p-content-nav__body {
      height: 100%; }
    *::-ms-backdrop, .p-footer__banners {
      display: flex;
      justify-content: center;
      margin: -.5rem; }
    *::-ms-backdrop, .p-footer__banner {
      padding: .5rem; }
    *::-ms-backdrop, .p-gnav__sub-menu {
      margin: auto 0; }
    *::-ms-backdrop, .p-pickup__item {
      height: 20rem; } }

@media (max-width: 768px) {
  .c-grid__col + .c-grid__col {
    margin-top: 2rem; }
    .p-sitemap__info {
      width: calc(100% - 3rem);
      margin-left: auto;
      margin-right: auto; }
  .u-hide-md {
    display: none; } }

@media (max-width: 768px) and (orientation: landscape) {
    .c-heading-page {
      font-size: 2.5rem; } }

@media (min-width: 768px) {
    .c-heading-page {
      font-size: 4rem; }
    .p-slider__university-name {
      top: 2rem; } }

@media (min-width: 1200px) {
    .c-heading-page {
      font-size: 5rem; }
    .p-dropdown {
      position: relative;
      overflow: visible;
      width: 100%;
      height: 100%;
      margin: 0;
      padding: 0;
      white-space: nowrap; }
      .p-dropdown.is-xl:hover {
        -webkit-filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.2));
                filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.2)); }
    .p-dropdown__body {
      position: absolute;
      left: 0;
      top: 100%;
      z-index: 0;
      visibility: hidden;
      opacity: 0;
      min-width: 100%;
      border-top: 0; }
    .p-dropdown:hover .p-dropdown__body {
      visibility: visible;
      opacity: 1; }
    .p-dropdown__body > li > a {
      padding: 0 1rem; }
  .p-gnav {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    overflow: visible; }
    .p-gnav__main {
      order: 2;
      display: flex;
      padding: 0;
      border: none; }
  .p-gnav__main-menu {
    display: flex;
    align-items: center; }
    .p-gnav__main-menu > li {
      min-height: auto; }
    .p-gnav__main-menu > li + li:not(.p-gnav__main-dropdown) {
      margin-left: 1.75rem; }
  .p-gnav__main-dropdown {
    margin: 0 -1rem 0 1rem; }
    .p-gnav__sub {
      position: relative;
      z-index: 1;
      order: 1;
      display: flex;
      align-items: center;
      margin-bottom: 1rem;
      padding: 0; }
    .p-gnav__sub-menu {
      display: flex;
      align-items: center;
      margin-bottom: initial; }
    .p-gnav__sub-menu > li {
      min-height: auto; }
    .p-gnav__sub-menu > li + li {
      margin-left: 2rem; }
    .p-gnav__language-drop {
      height: 2.75rem;
      padding: 0; }
    .p-gnav__language-drop:hover {
      border-color: transparent; }
  .p-gnav__language-dropchild {
    min-width: calc(100% + 1px);
    border-top: 1px solid rgba(52, 58, 64, 0.2); }
    .p-header {
      justify-content: space-between; }
    .p-header__logo {
      margin-right: 3rem; }
    .p-header__nav::before {
      display: none; }
    .p-header__nav-inner {
      position: static;
      overflow-y: visible;
      width: 100%;
      height: auto;
      padding: 0;
      -webkit-transform: none;
              transform: none; }
    .p-iep__col {
      flex: 1; }
  .u-hide-xl {
    display: none; } }

@media (max-width: 1024px) {
    .p-footer__admission-title {
      color: #f3f3f3; } }

@media (min-width: 1024px) and (max-width: 1600px) {
    .p-iep {
      flex-wrap: wrap; }
    .p-iep__col {
      flex-basis: 50%; } }
