@charset "UTF-8";
/* Slider */
.slick-loading .slick-list {
  background: #fff url("/files/user/assets/images/slickslider/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("/files/user/assets/fonts/slickslider/slick.eot");
  src: url("/files/user/assets/fonts/slickslider/slick.eot?#iefix") format("embedded-opentype"), url("/files/user/assets/fonts/slickslider/slick.woff") format("woff"), url("/files/user/assets/fonts/slickslider/slick.ttf") format("truetype"), url("/files/user/assets/fonts/slickslider/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*!
 * Font Awesome Free 5.14.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em;
}

.fa-xs {
  font-size: .75em;
}

.fa-sm {
  font-size: .875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
          animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
          animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  -webkit-filter: none;
          filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "";
}

.fa-accessible-icon:before {
  content: "";
}

.fa-accusoft:before {
  content: "";
}

.fa-acquisitions-incorporated:before {
  content: "";
}

.fa-ad:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-card:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-adobe:before {
  content: "";
}

.fa-adversal:before {
  content: "";
}

.fa-affiliatetheme:before {
  content: "";
}

.fa-air-freshener:before {
  content: "";
}

.fa-airbnb:before {
  content: "";
}

.fa-algolia:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-alipay:before {
  content: "";
}

.fa-allergies:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-amazon-pay:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-amilia:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angry:before {
  content: "";
}

.fa-angrycreative:before {
  content: "";
}

.fa-angular:before {
  content: "";
}

.fa-ankh:before {
  content: "";
}

.fa-app-store:before {
  content: "";
}

.fa-app-store-ios:before {
  content: "";
}

.fa-apper:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-apple-alt:before {
  content: "";
}

.fa-apple-pay:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-archway:before {
  content: "";
}

.fa-arrow-alt-circle-down:before {
  content: "";
}

.fa-arrow-alt-circle-left:before {
  content: "";
}

.fa-arrow-alt-circle-right:before {
  content: "";
}

.fa-arrow-alt-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-arrows-alt-h:before {
  content: "";
}

.fa-arrows-alt-v:before {
  content: "";
}

.fa-artstation:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-asymmetrik:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-atlas:before {
  content: "";
}

.fa-atlassian:before {
  content: "";
}

.fa-atom:before {
  content: "";
}

.fa-audible:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-autoprefixer:before {
  content: "";
}

.fa-avianex:before {
  content: "";
}

.fa-aviato:before {
  content: "";
}

.fa-award:before {
  content: "";
}

.fa-aws:before {
  content: "";
}

.fa-baby:before {
  content: "";
}

.fa-baby-carriage:before {
  content: "";
}

.fa-backspace:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-bacon:before {
  content: "";
}

.fa-bacteria:before {
  content: "";
}

.fa-bacterium:before {
  content: "";
}

.fa-bahai:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-balance-scale-left:before {
  content: "";
}

.fa-balance-scale-right:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-band-aid:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-bars:before {
  content: "";
}

.fa-baseball-ball:before {
  content: "";
}

.fa-basketball-ball:before {
  content: "";
}

.fa-bath:before {
  content: "";
}

.fa-battery-empty:before {
  content: "";
}

.fa-battery-full:before {
  content: "";
}

.fa-battery-half:before {
  content: "";
}

.fa-battery-quarter:before {
  content: "";
}

.fa-battery-three-quarters:before {
  content: "";
}

.fa-battle-net:before {
  content: "";
}

.fa-bed:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bezier-curve:before {
  content: "";
}

.fa-bible:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-biking:before {
  content: "";
}

.fa-bimobject:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-biohazard:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitcoin:before {
  content: "";
}

.fa-bity:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-blackberry:before {
  content: "";
}

.fa-blender:before {
  content: "";
}

.fa-blender-phone:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-blog:before {
  content: "";
}

.fa-blogger:before {
  content: "";
}

.fa-blogger-b:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-bolt:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-bone:before {
  content: "";
}

.fa-bong:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-book-dead:before {
  content: "";
}

.fa-book-medical:before {
  content: "";
}

.fa-book-open:before {
  content: "";
}

.fa-book-reader:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-bootstrap:before {
  content: "";
}

.fa-border-all:before {
  content: "";
}

.fa-border-none:before {
  content: "";
}

.fa-border-style:before {
  content: "";
}

.fa-bowling-ball:before {
  content: "";
}

.fa-box:before {
  content: "";
}

.fa-box-open:before {
  content: "";
}

.fa-box-tissue:before {
  content: "";
}

.fa-boxes:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-brain:before {
  content: "";
}

.fa-bread-slice:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-briefcase-medical:before {
  content: "";
}

.fa-broadcast-tower:before {
  content: "";
}

.fa-broom:before {
  content: "";
}

.fa-brush:before {
  content: "";
}

.fa-btc:before {
  content: "";
}

.fa-buffer:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-burn:before {
  content: "";
}

.fa-buromobelexperte:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-bus-alt:before {
  content: "";
}

.fa-business-time:before {
  content: "";
}

.fa-buy-n-large:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-calendar-alt:before {
  content: "";
}

.fa-calendar-check:before {
  content: "";
}

.fa-calendar-day:before {
  content: "";
}

.fa-calendar-minus:before {
  content: "";
}

.fa-calendar-plus:before {
  content: "";
}

.fa-calendar-times:before {
  content: "";
}

.fa-calendar-week:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-campground:before {
  content: "";
}

.fa-canadian-maple-leaf:before {
  content: "";
}

.fa-candy-cane:before {
  content: "";
}

.fa-cannabis:before {
  content: "";
}

.fa-capsules:before {
  content: "";
}

.fa-car:before {
  content: "";
}

.fa-car-alt:before {
  content: "";
}

.fa-car-battery:before {
  content: "";
}

.fa-car-crash:before {
  content: "";
}

.fa-car-side:before {
  content: "";
}

.fa-caravan:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-caret-square-down:before {
  content: "";
}

.fa-caret-square-left:before {
  content: "";
}

.fa-caret-square-right:before {
  content: "";
}

.fa-caret-square-up:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-carrot:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cash-register:before {
  content: "";
}

.fa-cat:before {
  content: "";
}

.fa-cc-amazon-pay:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-apple-pay:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-centercode:before {
  content: "";
}

.fa-centos:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-chair:before {
  content: "";
}

.fa-chalkboard:before {
  content: "";
}

.fa-chalkboard-teacher:before {
  content: "";
}

.fa-charging-station:before {
  content: "";
}

.fa-chart-area:before {
  content: "";
}

.fa-chart-bar:before {
  content: "";
}

.fa-chart-line:before {
  content: "";
}

.fa-chart-pie:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-check-double:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-cheese:before {
  content: "";
}

.fa-chess:before {
  content: "";
}

.fa-chess-bishop:before {
  content: "";
}

.fa-chess-board:before {
  content: "";
}

.fa-chess-king:before {
  content: "";
}

.fa-chess-knight:before {
  content: "";
}

.fa-chess-pawn:before {
  content: "";
}

.fa-chess-queen:before {
  content: "";
}

.fa-chess-rook:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-chromecast:before {
  content: "";
}

.fa-church:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-circle-notch:before {
  content: "";
}

.fa-city:before {
  content: "";
}

.fa-clinic-medical:before {
  content: "";
}

.fa-clipboard:before {
  content: "";
}

.fa-clipboard-check:before {
  content: "";
}

.fa-clipboard-list:before {
  content: "";
}

.fa-clock:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-closed-captioning:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-cloud-download-alt:before {
  content: "";
}

.fa-cloud-meatball:before {
  content: "";
}

.fa-cloud-moon:before {
  content: "";
}

.fa-cloud-moon-rain:before {
  content: "";
}

.fa-cloud-rain:before {
  content: "";
}

.fa-cloud-showers-heavy:before {
  content: "";
}

.fa-cloud-sun:before {
  content: "";
}

.fa-cloud-sun-rain:before {
  content: "";
}

.fa-cloud-upload-alt:before {
  content: "";
}

.fa-cloudscale:before {
  content: "";
}

.fa-cloudsmith:before {
  content: "";
}

.fa-cloudversify:before {
  content: "";
}

.fa-cocktail:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-code-branch:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cog:before {
  content: "";
}

.fa-cogs:before {
  content: "";
}

.fa-coins:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-comment-alt:before {
  content: "";
}

.fa-comment-dollar:before {
  content: "";
}

.fa-comment-dots:before {
  content: "";
}

.fa-comment-medical:before {
  content: "";
}

.fa-comment-slash:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-comments-dollar:before {
  content: "";
}

.fa-compact-disc:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-compress-alt:before {
  content: "";
}

.fa-compress-arrows-alt:before {
  content: "";
}

.fa-concierge-bell:before {
  content: "";
}

.fa-confluence:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-cookie:before {
  content: "";
}

.fa-cookie-bite:before {
  content: "";
}

.fa-copy:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-cotton-bureau:before {
  content: "";
}

.fa-couch:before {
  content: "";
}

.fa-cpanel:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-creative-commons-by:before {
  content: "";
}

.fa-creative-commons-nc:before {
  content: "";
}

.fa-creative-commons-nc-eu:before {
  content: "";
}

.fa-creative-commons-nc-jp:before {
  content: "";
}

.fa-creative-commons-nd:before {
  content: "";
}

.fa-creative-commons-pd:before {
  content: "";
}

.fa-creative-commons-pd-alt:before {
  content: "";
}

.fa-creative-commons-remix:before {
  content: "";
}

.fa-creative-commons-sa:before {
  content: "";
}

.fa-creative-commons-sampling:before {
  content: "";
}

.fa-creative-commons-sampling-plus:before {
  content: "";
}

.fa-creative-commons-share:before {
  content: "";
}

.fa-creative-commons-zero:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-critical-role:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-crop-alt:before {
  content: "";
}

.fa-cross:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-crow:before {
  content: "";
}

.fa-crown:before {
  content: "";
}

.fa-crutch:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-css3-alt:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-cut:before {
  content: "";
}

.fa-cuttlefish:before {
  content: "";
}

.fa-d-and-d:before {
  content: "";
}

.fa-d-and-d-beyond:before {
  content: "";
}

.fa-dailymotion:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-deaf:before {
  content: "";
}

.fa-deezer:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-democrat:before {
  content: "";
}

.fa-deploydog:before {
  content: "";
}

.fa-deskpro:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-dev:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-dharmachakra:before {
  content: "";
}

.fa-dhl:before {
  content: "";
}

.fa-diagnoses:before {
  content: "";
}

.fa-diaspora:before {
  content: "";
}

.fa-dice:before {
  content: "";
}

.fa-dice-d20:before {
  content: "";
}

.fa-dice-d6:before {
  content: "";
}

.fa-dice-five:before {
  content: "";
}

.fa-dice-four:before {
  content: "";
}

.fa-dice-one:before {
  content: "";
}

.fa-dice-six:before {
  content: "";
}

.fa-dice-three:before {
  content: "";
}

.fa-dice-two:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-digital-ocean:before {
  content: "";
}

.fa-digital-tachograph:before {
  content: "";
}

.fa-directions:before {
  content: "";
}

.fa-discord:before {
  content: "";
}

.fa-discourse:before {
  content: "";
}

.fa-disease:before {
  content: "";
}

.fa-divide:before {
  content: "";
}

.fa-dizzy:before {
  content: "";
}

.fa-dna:before {
  content: "";
}

.fa-dochub:before {
  content: "";
}

.fa-docker:before {
  content: "";
}

.fa-dog:before {
  content: "";
}

.fa-dollar-sign:before {
  content: "";
}

.fa-dolly:before {
  content: "";
}

.fa-dolly-flatbed:before {
  content: "";
}

.fa-donate:before {
  content: "";
}

.fa-door-closed:before {
  content: "";
}

.fa-door-open:before {
  content: "";
}

.fa-dot-circle:before {
  content: "";
}

.fa-dove:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-draft2digital:before {
  content: "";
}

.fa-drafting-compass:before {
  content: "";
}

.fa-dragon:before {
  content: "";
}

.fa-draw-polygon:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-dribbble-square:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-drum:before {
  content: "";
}

.fa-drum-steelpan:before {
  content: "";
}

.fa-drumstick-bite:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-dumbbell:before {
  content: "";
}

.fa-dumpster:before {
  content: "";
}

.fa-dumpster-fire:before {
  content: "";
}

.fa-dungeon:before {
  content: "";
}

.fa-dyalog:before {
  content: "";
}

.fa-earlybirds:before {
  content: "";
}

.fa-ebay:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-edge-legacy:before {
  content: "";
}

.fa-edit:before {
  content: "";
}

.fa-egg:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-elementor:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-ello:before {
  content: "";
}

.fa-ember:before {
  content: "";
}

.fa-empire:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

.fa-envelope-open-text:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-equals:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-erlang:before {
  content: "";
}

.fa-ethereum:before {
  content: "";
}

.fa-ethernet:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-euro-sign:before {
  content: "";
}

.fa-evernote:before {
  content: "";
}

.fa-exchange-alt:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-exclamation-triangle:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-expand-alt:before {
  content: "";
}

.fa-expand-arrows-alt:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-external-link-alt:before {
  content: "";
}

.fa-external-link-square-alt:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-dropper:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-facebook:before {
  content: "";
}

.fa-facebook-f:before {
  content: "";
}

.fa-facebook-messenger:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-fan:before {
  content: "";
}

.fa-fantasy-flight-games:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-faucet:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-feather:before {
  content: "";
}

.fa-feather-alt:before {
  content: "";
}

.fa-fedex:before {
  content: "";
}

.fa-fedora:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-figma:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-alt:before {
  content: "";
}

.fa-file-archive:before {
  content: "";
}

.fa-file-audio:before {
  content: "";
}

.fa-file-code:before {
  content: "";
}

.fa-file-contract:before {
  content: "";
}

.fa-file-csv:before {
  content: "";
}

.fa-file-download:before {
  content: "";
}

.fa-file-excel:before {
  content: "";
}

.fa-file-export:before {
  content: "";
}

.fa-file-image:before {
  content: "";
}

.fa-file-import:before {
  content: "";
}

.fa-file-invoice:before {
  content: "";
}

.fa-file-invoice-dollar:before {
  content: "";
}

.fa-file-medical:before {
  content: "";
}

.fa-file-medical-alt:before {
  content: "";
}

.fa-file-pdf:before {
  content: "";
}

.fa-file-powerpoint:before {
  content: "";
}

.fa-file-prescription:before {
  content: "";
}

.fa-file-signature:before {
  content: "";
}

.fa-file-upload:before {
  content: "";
}

.fa-file-video:before {
  content: "";
}

.fa-file-word:before {
  content: "";
}

.fa-fill:before {
  content: "";
}

.fa-fill-drip:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-fingerprint:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-fire-alt:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-firefox-browser:before {
  content: "";
}

.fa-first-aid:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-first-order-alt:before {
  content: "";
}

.fa-firstdraft:before {
  content: "";
}

.fa-fish:before {
  content: "";
}

.fa-fist-raised:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-flag-usa:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-flipboard:before {
  content: "";
}

.fa-flushed:before {
  content: "";
}

.fa-fly:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-minus:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-folder-plus:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-font-awesome:before {
  content: "";
}

.fa-font-awesome-alt:before {
  content: "";
}

.fa-font-awesome-flag:before {
  content: "";
}

.fa-font-awesome-logo-full:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-fonticons-fi:before {
  content: "";
}

.fa-football-ball:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-fort-awesome-alt:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-freebsd:before {
  content: "";
}

.fa-frog:before {
  content: "";
}

.fa-frown:before {
  content: "";
}

.fa-frown-open:before {
  content: "";
}

.fa-fulcrum:before {
  content: "";
}

.fa-funnel-dollar:before {
  content: "";
}

.fa-futbol:before {
  content: "";
}

.fa-galactic-republic:before {
  content: "";
}

.fa-galactic-senate:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-gas-pump:before {
  content: "";
}

.fa-gavel:before {
  content: "";
}

.fa-gem:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-ghost:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-gifts:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-git-alt:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-gitkraken:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-gitter:before {
  content: "";
}

.fa-glass-cheers:before {
  content: "";
}

.fa-glass-martini:before {
  content: "";
}

.fa-glass-martini-alt:before {
  content: "";
}

.fa-glass-whiskey:before {
  content: "";
}

.fa-glasses:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-globe-africa:before {
  content: "";
}

.fa-globe-americas:before {
  content: "";
}

.fa-globe-asia:before {
  content: "";
}

.fa-globe-europe:before {
  content: "";
}

.fa-gofore:before {
  content: "";
}

.fa-golf-ball:before {
  content: "";
}

.fa-goodreads:before {
  content: "";
}

.fa-goodreads-g:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-google-drive:before {
  content: "";
}

.fa-google-pay:before {
  content: "";
}

.fa-google-play:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-google-plus-g:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-gopuram:before {
  content: "";
}

.fa-graduation-cap:before {
  content: "";
}

.fa-gratipay:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-greater-than:before {
  content: "";
}

.fa-greater-than-equal:before {
  content: "";
}

.fa-grimace:before {
  content: "";
}

.fa-grin:before {
  content: "";
}

.fa-grin-alt:before {
  content: "";
}

.fa-grin-beam:before {
  content: "";
}

.fa-grin-beam-sweat:before {
  content: "";
}

.fa-grin-hearts:before {
  content: "";
}

.fa-grin-squint:before {
  content: "";
}

.fa-grin-squint-tears:before {
  content: "";
}

.fa-grin-stars:before {
  content: "";
}

.fa-grin-tears:before {
  content: "";
}

.fa-grin-tongue:before {
  content: "";
}

.fa-grin-tongue-squint:before {
  content: "";
}

.fa-grin-tongue-wink:before {
  content: "";
}

.fa-grin-wink:before {
  content: "";
}

.fa-grip-horizontal:before {
  content: "";
}

.fa-grip-lines:before {
  content: "";
}

.fa-grip-lines-vertical:before {
  content: "";
}

.fa-grip-vertical:before {
  content: "";
}

.fa-gripfire:before {
  content: "";
}

.fa-grunt:before {
  content: "";
}

.fa-guitar:before {
  content: "";
}

.fa-gulp:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-hacker-news:before {
  content: "";
}

.fa-hacker-news-square:before {
  content: "";
}

.fa-hackerrank:before {
  content: "";
}

.fa-hamburger:before {
  content: "";
}

.fa-hammer:before {
  content: "";
}

.fa-hamsa:before {
  content: "";
}

.fa-hand-holding:before {
  content: "";
}

.fa-hand-holding-heart:before {
  content: "";
}

.fa-hand-holding-medical:before {
  content: "";
}

.fa-hand-holding-usd:before {
  content: "";
}

.fa-hand-holding-water:before {
  content: "";
}

.fa-hand-lizard:before {
  content: "";
}

.fa-hand-middle-finger:before {
  content: "";
}

.fa-hand-paper:before {
  content: "";
}

.fa-hand-peace:before {
  content: "";
}

.fa-hand-point-down:before {
  content: "";
}

.fa-hand-point-left:before {
  content: "";
}

.fa-hand-point-right:before {
  content: "";
}

.fa-hand-point-up:before {
  content: "";
}

.fa-hand-pointer:before {
  content: "";
}

.fa-hand-rock:before {
  content: "";
}

.fa-hand-scissors:before {
  content: "";
}

.fa-hand-sparkles:before {
  content: "";
}

.fa-hand-spock:before {
  content: "";
}

.fa-hands:before {
  content: "";
}

.fa-hands-helping:before {
  content: "";
}

.fa-hands-wash:before {
  content: "";
}

.fa-handshake:before {
  content: "";
}

.fa-handshake-alt-slash:before {
  content: "";
}

.fa-handshake-slash:before {
  content: "";
}

.fa-hanukiah:before {
  content: "";
}

.fa-hard-hat:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-hat-cowboy:before {
  content: "";
}

.fa-hat-cowboy-side:before {
  content: "";
}

.fa-hat-wizard:before {
  content: "";
}

.fa-hdd:before {
  content: "";
}

.fa-head-side-cough:before {
  content: "";
}

.fa-head-side-cough-slash:before {
  content: "";
}

.fa-head-side-mask:before {
  content: "";
}

.fa-head-side-virus:before {
  content: "";
}

.fa-heading:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-headphones-alt:before {
  content: "";
}

.fa-headset:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-heart-broken:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-helicopter:before {
  content: "";
}

.fa-highlighter:before {
  content: "";
}

.fa-hiking:before {
  content: "";
}

.fa-hippo:before {
  content: "";
}

.fa-hips:before {
  content: "";
}

.fa-hire-a-helper:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-hockey-puck:before {
  content: "";
}

.fa-holly-berry:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-hooli:before {
  content: "";
}

.fa-hornbill:before {
  content: "";
}

.fa-horse:before {
  content: "";
}

.fa-horse-head:before {
  content: "";
}

.fa-hospital:before {
  content: "";
}

.fa-hospital-alt:before {
  content: "";
}

.fa-hospital-symbol:before {
  content: "";
}

.fa-hospital-user:before {
  content: "";
}

.fa-hot-tub:before {
  content: "";
}

.fa-hotdog:before {
  content: "";
}

.fa-hotel:before {
  content: "";
}

.fa-hotjar:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-start:before {
  content: "";
}

.fa-house-damage:before {
  content: "";
}

.fa-house-user:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-hryvnia:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-hubspot:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-ice-cream:before {
  content: "";
}

.fa-icicles:before {
  content: "";
}

.fa-icons:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-id-card:before {
  content: "";
}

.fa-id-card-alt:before {
  content: "";
}

.fa-ideal:before {
  content: "";
}

.fa-igloo:before {
  content: "";
}

.fa-image:before {
  content: "";
}

.fa-images:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-infinity:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-instagram-square:before {
  content: "";
}

.fa-intercom:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-invision:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-itch-io:before {
  content: "";
}

.fa-itunes:before {
  content: "";
}

.fa-itunes-note:before {
  content: "";
}

.fa-java:before {
  content: "";
}

.fa-jedi:before {
  content: "";
}

.fa-jedi-order:before {
  content: "";
}

.fa-jenkins:before {
  content: "";
}

.fa-jira:before {
  content: "";
}

.fa-joget:before {
  content: "";
}

.fa-joint:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-journal-whills:before {
  content: "";
}

.fa-js:before {
  content: "";
}

.fa-js-square:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-kaaba:before {
  content: "";
}

.fa-kaggle:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-keybase:before {
  content: "";
}

.fa-keyboard:before {
  content: "";
}

.fa-keycdn:before {
  content: "";
}

.fa-khanda:before {
  content: "";
}

.fa-kickstarter:before {
  content: "";
}

.fa-kickstarter-k:before {
  content: "";
}

.fa-kiss:before {
  content: "";
}

.fa-kiss-beam:before {
  content: "";
}

.fa-kiss-wink-heart:before {
  content: "";
}

.fa-kiwi-bird:before {
  content: "";
}

.fa-korvue:before {
  content: "";
}

.fa-landmark:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-laptop-code:before {
  content: "";
}

.fa-laptop-house:before {
  content: "";
}

.fa-laptop-medical:before {
  content: "";
}

.fa-laravel:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-laugh:before {
  content: "";
}

.fa-laugh-beam:before {
  content: "";
}

.fa-laugh-squint:before {
  content: "";
}

.fa-laugh-wink:before {
  content: "";
}

.fa-layer-group:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-lemon:before {
  content: "";
}

.fa-less:before {
  content: "";
}

.fa-less-than:before {
  content: "";
}

.fa-less-than-equal:before {
  content: "";
}

.fa-level-down-alt:before {
  content: "";
}

.fa-level-up-alt:before {
  content: "";
}

.fa-life-ring:before {
  content: "";
}

.fa-lightbulb:before {
  content: "";
}

.fa-line:before {
  content: "";
}

.fa-link:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-linkedin-in:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-lira-sign:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-lock-open:before {
  content: "";
}

.fa-long-arrow-alt-down:before {
  content: "";
}

.fa-long-arrow-alt-left:before {
  content: "";
}

.fa-long-arrow-alt-right:before {
  content: "";
}

.fa-long-arrow-alt-up:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-luggage-cart:before {
  content: "";
}

.fa-lungs:before {
  content: "";
}

.fa-lungs-virus:before {
  content: "";
}

.fa-lyft:before {
  content: "";
}

.fa-magento:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-mail-bulk:before {
  content: "";
}

.fa-mailchimp:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-mandalorian:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-map-marked:before {
  content: "";
}

.fa-map-marked-alt:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-map-marker-alt:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-markdown:before {
  content: "";
}

.fa-marker:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mask:before {
  content: "";
}

.fa-mastodon:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-mdb:before {
  content: "";
}

.fa-medal:before {
  content: "";
}

.fa-medapps:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-medium-m:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-medrt:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.fa-megaport:before {
  content: "";
}

.fa-meh:before {
  content: "";
}

.fa-meh-blank:before {
  content: "";
}

.fa-meh-rolling-eyes:before {
  content: "";
}

.fa-memory:before {
  content: "";
}

.fa-mendeley:before {
  content: "";
}

.fa-menorah:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-meteor:before {
  content: "";
}

.fa-microblog:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-alt:before {
  content: "";
}

.fa-microphone-alt-slash:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-microscope:before {
  content: "";
}

.fa-microsoft:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-mitten:before {
  content: "";
}

.fa-mix:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-mixer:before {
  content: "";
}

.fa-mizuni:before {
  content: "";
}

.fa-mobile:before {
  content: "";
}

.fa-mobile-alt:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-monero:before {
  content: "";
}

.fa-money-bill:before {
  content: "";
}

.fa-money-bill-alt:before {
  content: "";
}

.fa-money-bill-wave:before {
  content: "";
}

.fa-money-bill-wave-alt:before {
  content: "";
}

.fa-money-check:before {
  content: "";
}

.fa-money-check-alt:before {
  content: "";
}

.fa-monument:before {
  content: "";
}

.fa-moon:before {
  content: "";
}

.fa-mortar-pestle:before {
  content: "";
}

.fa-mosque:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-mountain:before {
  content: "";
}

.fa-mouse:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-mug-hot:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-napster:before {
  content: "";
}

.fa-neos:before {
  content: "";
}

.fa-network-wired:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-newspaper:before {
  content: "";
}

.fa-nimblr:before {
  content: "";
}

.fa-node:before {
  content: "";
}

.fa-node-js:before {
  content: "";
}

.fa-not-equal:before {
  content: "";
}

.fa-notes-medical:before {
  content: "";
}

.fa-npm:before {
  content: "";
}

.fa-ns8:before {
  content: "";
}

.fa-nutritionix:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-oil-can:before {
  content: "";
}

.fa-old-republic:before {
  content: "";
}

.fa-om:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-orcid:before {
  content: "";
}

.fa-osi:before {
  content: "";
}

.fa-otter:before {
  content: "";
}

.fa-outdent:before {
  content: "";
}

.fa-page4:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-pager:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-paint-roller:before {
  content: "";
}

.fa-palette:before {
  content: "";
}

.fa-palfed:before {
  content: "";
}

.fa-pallet:before {
  content: "";
}

.fa-paper-plane:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-parachute-box:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-parking:before {
  content: "";
}

.fa-passport:before {
  content: "";
}

.fa-pastafarianism:before {
  content: "";
}

.fa-paste:before {
  content: "";
}

.fa-patreon:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-peace:before {
  content: "";
}

.fa-pen:before {
  content: "";
}

.fa-pen-alt:before {
  content: "";
}

.fa-pen-fancy:before {
  content: "";
}

.fa-pen-nib:before {
  content: "";
}

.fa-pen-square:before {
  content: "";
}

.fa-pencil-alt:before {
  content: "";
}

.fa-pencil-ruler:before {
  content: "";
}

.fa-penny-arcade:before {
  content: "";
}

.fa-people-arrows:before {
  content: "";
}

.fa-people-carry:before {
  content: "";
}

.fa-pepper-hot:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-percentage:before {
  content: "";
}

.fa-periscope:before {
  content: "";
}

.fa-person-booth:before {
  content: "";
}

.fa-phabricator:before {
  content: "";
}

.fa-phoenix-framework:before {
  content: "";
}

.fa-phoenix-squadron:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-phone-alt:before {
  content: "";
}

.fa-phone-slash:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-phone-square-alt:before {
  content: "";
}

.fa-phone-volume:before {
  content: "";
}

.fa-photo-video:before {
  content: "";
}

.fa-php:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-pied-piper-hat:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-square:before {
  content: "";
}

.fa-piggy-bank:before {
  content: "";
}

.fa-pills:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-pizza-slice:before {
  content: "";
}

.fa-place-of-worship:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-plane-arrival:before {
  content: "";
}

.fa-plane-departure:before {
  content: "";
}

.fa-plane-slash:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-playstation:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-poll:before {
  content: "";
}

.fa-poll-h:before {
  content: "";
}

.fa-poo:before {
  content: "";
}

.fa-poo-storm:before {
  content: "";
}

.fa-poop:before {
  content: "";
}

.fa-portrait:before {
  content: "";
}

.fa-pound-sign:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-pray:before {
  content: "";
}

.fa-praying-hands:before {
  content: "";
}

.fa-prescription:before {
  content: "";
}

.fa-prescription-bottle:before {
  content: "";
}

.fa-prescription-bottle-alt:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-procedures:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-project-diagram:before {
  content: "";
}

.fa-pump-medical:before {
  content: "";
}

.fa-pump-soap:before {
  content: "";
}

.fa-pushed:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-python:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-quidditch:before {
  content: "";
}

.fa-quinscape:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-quran:before {
  content: "";
}

.fa-r-project:before {
  content: "";
}

.fa-radiation:before {
  content: "";
}

.fa-radiation-alt:before {
  content: "";
}

.fa-rainbow:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-raspberry-pi:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-react:before {
  content: "";
}

.fa-reacteurope:before {
  content: "";
}

.fa-readme:before {
  content: "";
}

.fa-rebel:before {
  content: "";
}

.fa-receipt:before {
  content: "";
}

.fa-record-vinyl:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-red-river:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-redhat:before {
  content: "";
}

.fa-redo:before {
  content: "";
}

.fa-redo-alt:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-remove-format:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-reply:before {
  content: "";
}

.fa-reply-all:before {
  content: "";
}

.fa-replyd:before {
  content: "";
}

.fa-republican:before {
  content: "";
}

.fa-researchgate:before {
  content: "";
}

.fa-resolving:before {
  content: "";
}

.fa-restroom:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-rev:before {
  content: "";
}

.fa-ribbon:before {
  content: "";
}

.fa-ring:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-robot:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-rocketchat:before {
  content: "";
}

.fa-rockrms:before {
  content: "";
}

.fa-route:before {
  content: "";
}

.fa-rss:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-ruble-sign:before {
  content: "";
}

.fa-ruler:before {
  content: "";
}

.fa-ruler-combined:before {
  content: "";
}

.fa-ruler-horizontal:before {
  content: "";
}

.fa-ruler-vertical:before {
  content: "";
}

.fa-running:before {
  content: "";
}

.fa-rupee-sign:before {
  content: "";
}

.fa-rust:before {
  content: "";
}

.fa-sad-cry:before {
  content: "";
}

.fa-sad-tear:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-salesforce:before {
  content: "";
}

.fa-sass:before {
  content: "";
}

.fa-satellite:before {
  content: "";
}

.fa-satellite-dish:before {
  content: "";
}

.fa-save:before {
  content: "";
}

.fa-schlix:before {
  content: "";
}

.fa-school:before {
  content: "";
}

.fa-screwdriver:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-scroll:before {
  content: "";
}

.fa-sd-card:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-search-dollar:before {
  content: "";
}

.fa-search-location:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-searchengin:before {
  content: "";
}

.fa-seedling:before {
  content: "";
}

.fa-sellcast:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-servicestack:before {
  content: "";
}

.fa-shapes:before {
  content: "";
}

.fa-share:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-shekel-sign:before {
  content: "";
}

.fa-shield-alt:before {
  content: "";
}

.fa-shield-virus:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-shipping-fast:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-shoe-prints:before {
  content: "";
}

.fa-shopify:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-shopware:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-shuttle-van:before {
  content: "";
}

.fa-sign:before {
  content: "";
}

.fa-sign-in-alt:before {
  content: "";
}

.fa-sign-language:before {
  content: "";
}

.fa-sign-out-alt:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-signature:before {
  content: "";
}

.fa-sim-card:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-sink:before {
  content: "";
}

.fa-sistrix:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-sith:before {
  content: "";
}

.fa-skating:before {
  content: "";
}

.fa-sketch:before {
  content: "";
}

.fa-skiing:before {
  content: "";
}

.fa-skiing-nordic:before {
  content: "";
}

.fa-skull:before {
  content: "";
}

.fa-skull-crossbones:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-slack-hash:before {
  content: "";
}

.fa-slash:before {
  content: "";
}

.fa-sleigh:before {
  content: "";
}

.fa-sliders-h:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-smile:before {
  content: "";
}

.fa-smile-beam:before {
  content: "";
}

.fa-smile-wink:before {
  content: "";
}

.fa-smog:before {
  content: "";
}

.fa-smoking:before {
  content: "";
}

.fa-smoking-ban:before {
  content: "";
}

.fa-sms:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-snowboarding:before {
  content: "";
}

.fa-snowflake:before {
  content: "";
}

.fa-snowman:before {
  content: "";
}

.fa-snowplow:before {
  content: "";
}

.fa-soap:before {
  content: "";
}

.fa-socks:before {
  content: "";
}

.fa-solar-panel:before {
  content: "";
}

.fa-sort:before {
  content: "";
}

.fa-sort-alpha-down:before {
  content: "";
}

.fa-sort-alpha-down-alt:before {
  content: "";
}

.fa-sort-alpha-up:before {
  content: "";
}

.fa-sort-alpha-up-alt:before {
  content: "";
}

.fa-sort-amount-down:before {
  content: "";
}

.fa-sort-amount-down-alt:before {
  content: "";
}

.fa-sort-amount-up:before {
  content: "";
}

.fa-sort-amount-up-alt:before {
  content: "";
}

.fa-sort-down:before {
  content: "";
}

.fa-sort-numeric-down:before {
  content: "";
}

.fa-sort-numeric-down-alt:before {
  content: "";
}

.fa-sort-numeric-up:before {
  content: "";
}

.fa-sort-numeric-up-alt:before {
  content: "";
}

.fa-sort-up:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-sourcetree:before {
  content: "";
}

.fa-spa:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-speakap:before {
  content: "";
}

.fa-speaker-deck:before {
  content: "";
}

.fa-spell-check:before {
  content: "";
}

.fa-spider:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-splotch:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-spray-can:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-square-full:before {
  content: "";
}

.fa-square-root-alt:before {
  content: "";
}

.fa-squarespace:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-stackpath:before {
  content: "";
}

.fa-stamp:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-and-crescent:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-star-half-alt:before {
  content: "";
}

.fa-star-of-david:before {
  content: "";
}

.fa-star-of-life:before {
  content: "";
}

.fa-staylinked:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-steam-symbol:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-sticker-mule:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stopwatch:before {
  content: "";
}

.fa-stopwatch-20:before {
  content: "";
}

.fa-store:before {
  content: "";
}

.fa-store-alt:before {
  content: "";
}

.fa-store-alt-slash:before {
  content: "";
}

.fa-store-slash:before {
  content: "";
}

.fa-strava:before {
  content: "";
}

.fa-stream:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-stripe:before {
  content: "";
}

.fa-stripe-s:before {
  content: "";
}

.fa-stroopwafel:before {
  content: "";
}

.fa-studiovinari:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-suitcase-rolling:before {
  content: "";
}

.fa-sun:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-supple:before {
  content: "";
}

.fa-surprise:before {
  content: "";
}

.fa-suse:before {
  content: "";
}

.fa-swatchbook:before {
  content: "";
}

.fa-swift:before {
  content: "";
}

.fa-swimmer:before {
  content: "";
}

.fa-swimming-pool:before {
  content: "";
}

.fa-symfony:before {
  content: "";
}

.fa-synagogue:before {
  content: "";
}

.fa-sync:before {
  content: "";
}

.fa-sync-alt:before {
  content: "";
}

.fa-syringe:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-table-tennis:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-tablet-alt:before {
  content: "";
}

.fa-tablets:before {
  content: "";
}

.fa-tachometer-alt:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-tape:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-taxi:before {
  content: "";
}

.fa-teamspeak:before {
  content: "";
}

.fa-teeth:before {
  content: "";
}

.fa-teeth-open:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-telegram-plane:before {
  content: "";
}

.fa-temperature-high:before {
  content: "";
}

.fa-temperature-low:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-tenge:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-the-red-yeti:before {
  content: "";
}

.fa-theater-masks:before {
  content: "";
}

.fa-themeco:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-thermometer:before {
  content: "";
}

.fa-thermometer-empty:before {
  content: "";
}

.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-think-peaks:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbtack:before {
  content: "";
}

.fa-ticket-alt:before {
  content: "";
}

.fa-tiktok:before {
  content: "";
}

.fa-times:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-tint-slash:before {
  content: "";
}

.fa-tired:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-toilet:before {
  content: "";
}

.fa-toilet-paper:before {
  content: "";
}

.fa-toilet-paper-slash:before {
  content: "";
}

.fa-toolbox:before {
  content: "";
}

.fa-tools:before {
  content: "";
}

.fa-tooth:before {
  content: "";
}

.fa-torah:before {
  content: "";
}

.fa-torii-gate:before {
  content: "";
}

.fa-tractor:before {
  content: "";
}

.fa-trade-federation:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-traffic-light:before {
  content: "";
}

.fa-trailer:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-tram:before {
  content: "";
}

.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-trash-alt:before {
  content: "";
}

.fa-trash-restore:before {
  content: "";
}

.fa-trash-restore-alt:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-truck-loading:before {
  content: "";
}

.fa-truck-monster:before {
  content: "";
}

.fa-truck-moving:before {
  content: "";
}

.fa-truck-pickup:before {
  content: "";
}

.fa-tshirt:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-tv:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-typo3:before {
  content: "";
}

.fa-uber:before {
  content: "";
}

.fa-ubuntu:before {
  content: "";
}

.fa-uikit:before {
  content: "";
}

.fa-umbraco:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-umbrella-beach:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-undo:before {
  content: "";
}

.fa-undo-alt:before {
  content: "";
}

.fa-uniregistry:before {
  content: "";
}

.fa-unity:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-university:before {
  content: "";
}

.fa-unlink:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-unsplash:before {
  content: "";
}

.fa-untappd:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-ups:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-user-alt:before {
  content: "";
}

.fa-user-alt-slash:before {
  content: "";
}

.fa-user-astronaut:before {
  content: "";
}

.fa-user-check:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-clock:before {
  content: "";
}

.fa-user-cog:before {
  content: "";
}

.fa-user-edit:before {
  content: "";
}

.fa-user-friends:before {
  content: "";
}

.fa-user-graduate:before {
  content: "";
}

.fa-user-injured:before {
  content: "";
}

.fa-user-lock:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-user-minus:before {
  content: "";
}

.fa-user-ninja:before {
  content: "";
}

.fa-user-nurse:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-user-shield:before {
  content: "";
}

.fa-user-slash:before {
  content: "";
}

.fa-user-tag:before {
  content: "";
}

.fa-user-tie:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-users:before {
  content: "";
}

.fa-users-cog:before {
  content: "";
}

.fa-users-slash:before {
  content: "";
}

.fa-usps:before {
  content: "";
}

.fa-ussunnah:before {
  content: "";
}

.fa-utensil-spoon:before {
  content: "";
}

.fa-utensils:before {
  content: "";
}

.fa-vaadin:before {
  content: "";
}

.fa-vector-square:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-vial:before {
  content: "";
}

.fa-vials:before {
  content: "";
}

.fa-viber:before {
  content: "";
}

.fa-video:before {
  content: "";
}

.fa-video-slash:before {
  content: "";
}

.fa-vihara:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-vimeo-v:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-virus:before {
  content: "";
}

.fa-virus-slash:before {
  content: "";
}

.fa-viruses:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-vnv:before {
  content: "";
}

.fa-voicemail:before {
  content: "";
}

.fa-volleyball-ball:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-mute:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-vote-yea:before {
  content: "";
}

.fa-vr-cardboard:before {
  content: "";
}

.fa-vuejs:before {
  content: "";
}

.fa-walking:before {
  content: "";
}

.fa-wallet:before {
  content: "";
}

.fa-warehouse:before {
  content: "";
}

.fa-water:before {
  content: "";
}

.fa-wave-square:before {
  content: "";
}

.fa-waze:before {
  content: "";
}

.fa-weebly:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-weight:before {
  content: "";
}

.fa-weight-hanging:before {
  content: "";
}

.fa-weixin:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-whatsapp-square:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-whmcs:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-wind:before {
  content: "";
}

.fa-window-close:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-wine-bottle:before {
  content: "";
}

.fa-wine-glass:before {
  content: "";
}

.fa-wine-glass-alt:before {
  content: "";
}

.fa-wix:before {
  content: "";
}

.fa-wizards-of-the-coast:before {
  content: "";
}

.fa-wolf-pack-battalion:before {
  content: "";
}

.fa-won-sign:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-wordpress-simple:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-wpressr:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-x-ray:before {
  content: "";
}

.fa-xbox:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-y-combinator:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-yammer:before {
  content: "";
}

.fa-yandex:before {
  content: "";
}

.fa-yandex-international:before {
  content: "";
}

.fa-yarn:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-yen-sign:before {
  content: "";
}

.fa-yin-yang:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-zhihu:before {
  content: "";
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*!
 * Font Awesome Free 5.14.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: 400;
  src: url("/files/user/assets/fonts/fa-brands-400.eot");
  src: url("/files/user/assets/fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("/files/user/assets/fonts/fa-brands-400.woff2") format("woff2"), url("/files/user/assets/fonts/fa-brands-400.woff") format("woff"), url("/files/user/assets/fonts/fa-brands-400.ttf") format("truetype"), url("/files/user/assets/fonts/fa-brands-400.svg#fontawesome") format("svg");
  font-display: swap;
}

.fab {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/*!
* Font Awesome Free 5.14.0 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
*/
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  src: url("/files/user/assets/fonts/fa-solid-900.eot");
  src: url("/files/user/assets/fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("/files/user/assets/fonts/fa-solid-900.woff2") format("woff2"), url("/files/user/assets/fonts/fa-solid-900.woff") format("woff"), url("/files/user/assets/fonts/fa-solid-900.ttf") format("truetype"), url("/files/user/assets/fonts/fa-solid-900.svg#fontawesome") format("svg");
  font-display: swap;
}

.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

/*!
 * Font Awesome Free 5.14.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  src: url("/files/user/assets/fonts/fa-regular-400.eot");
  src: url("/files/user/assets/fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("/files/user/assets/fonts/fa-regular-400.woff2") format("woff2"), url("/files/user/assets/fonts/fa-regular-400.woff") format("woff"), url("/files/user/assets/fonts/fa-regular-400.ttf") format("truetype"), url("/files/user/assets/fonts/fa-regular-400.svg#fontawesome") format("svg");
  font-display: swap;
}

.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/**
 * Lightcase - jQuery Plugin
 * The smart and flexible Lightbox Plugin.
 *
 * @author		Cornel Boppart <cornel@bopp-art.com>
 * @copyright	Author
 *
 * @version		2.5.0 (11/03/2018)
 */
/**
 * Lightcase settings
 *
 * Note: Override default settings for your project without touching this source code by simply
 * defining those variables within a SASS map called '$lightcase-custom'.
 *
 * // Example usage
 * $lightcase-custom: (
 *   'breakpoint': 768px
 * );
 */
@font-face {
  font-family: 'lightcase';
  src: url("/files/user/assets/fonts/lightcase/lightcase.eot?55356177");
  src: url("/files/user/assets/fonts/lightcase/lightcase.eot?55356177#iefix") format("embedded-opentype"), url("/files/user/assets/fonts/lightcase/lightcase.woff?55356177") format("woff"), url("/files/user/assets/fonts/lightcase/lightcase.ttf?55356177") format("truetype"), url("/files/user/assets/fonts/lightcase/lightcase.svg?55356177#lightcase") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

[class*='lightcase-icon-']:before {
  font-family: 'lightcase', sans-serif;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

/* Codes */
.lightcase-icon-play:before {
  content: '\e800';
}

.lightcase-icon-pause:before {
  content: '\e801';
}

.lightcase-icon-prev:before {
  content: '\e803';
}

.lightcase-icon-next:before {
  content: '\e804';
}

.lightcase-icon-spin:before {
  content: '\e805';
}

/**
 * Mixin providing icon defaults to be used on top of font-lightcase.
 *
 * Example usage:
 * @include icon(#e9e9e9)
 */
/**
 * Mixin providing icon defaults including a hover status to be used
 * on top of font-lightcase.
 *
 * Example usage:
 * @include icon-hover(#e9e9e9, #fff)
 */
/**
 * Provides natural content overflow behavior and scrolling support
 * even so for touch devices.
 *
 * Example usage:
 * @include overflow()
 */
/**
 * Neutralizes/resets dimensions including width, height, position as well as margins,
 * paddings and styles. Used to enforce a neutral and unstyled look and behavoir!
 *
 * Example usage:
 * @include clear(true)
 *
 * @param boolean $important
 */
@-webkit-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

#lightcase-case {
  display: none;
  position: fixed;
  z-index: 2002;
  top: 50%;
  left: 50%;
  font-family: arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
  text-shadow: 0 0 10px rgba(0, 0, 0, .5);
}

html[data-lc-type=inline] #lightcase-content,
html[data-lc-type=ajax] #lightcase-content,
html[data-lc-type=error] #lightcase-content {
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

html[data-lc-type=inline] #lightcase-content .lightcase-contentInner,
html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner,
html[data-lc-type=error] #lightcase-content .lightcase-contentInner {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

html[data-lc-type=image] #lightcase-content .lightcase-contentInner {
  position: relative;
  overflow: hidden !important;
}

#lightcase-case p.lightcase-error {
  margin: 0;
  font-size: 17px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #aaa;
}

.lightcase-open body {
  overflow: hidden;
}

.lightcase-isMobileDevice .lightcase-open body {
  max-width: 100%;
  max-height: 100%;
}

#lightcase-info {
  position: absolute;
  padding-top: 15px;
}

#lightcase-info #lightcase-title,
#lightcase-info #lightcase-caption {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-weight: normal;
  text-overflow: ellipsis;
}

#lightcase-info #lightcase-title {
  font-size: 17px;
  color: #aaa;
}

#lightcase-info #lightcase-caption {
  clear: both;
  font-size: 13px;
  color: #aaa;
}

#lightcase-info #lightcase-sequenceInfo {
  font-size: 11px;
  color: #aaa;
}

#lightcase-loading {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  position: fixed;
  z-index: 2001;
  top: 50%;
  left: 50%;
  margin-top: -0.5em;
  margin-left: -0.5em;
  opacity: 1;
  font-size: 32px;
  text-shadow: 0 0 15px #fff;
  -moz-transform-origin: 50% 53%;
  -webkit-animation: lightcase-spin 0.5s infinite linear;
  animation: lightcase-spin 0.5s infinite linear;
}

#lightcase-loading, #lightcase-loading:focus {
  text-decoration: none;
  color: #fff;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transition: color, opacity, ease-in-out 0.25s;
  transition: color, opacity, ease-in-out 0.25s;
}

#lightcase-loading > span {
  display: inline-block;
  text-indent: -9999px;
}

a[class*='lightcase-icon-'] {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  outline: none;
  cursor: pointer;
}

a[class*='lightcase-icon-'], a[class*='lightcase-icon-']:focus {
  text-decoration: none;
  color: rgba(255, 255, 255, .6);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transition: color, opacity, ease-in-out 0.25s;
  transition: color, opacity, ease-in-out 0.25s;
}

a[class*='lightcase-icon-'] > span {
  display: inline-block;
  text-indent: -9999px;
}

a[class*='lightcase-icon-']:hover {
  color: white;
  text-shadow: 0 0 15px white;
}

.lightcase-isMobileDevice a[class*='lightcase-icon-']:hover {
  color: #aaa;
  text-shadow: none;
}

a[class*='lightcase-icon-'].lightcase-icon-close {
  position: fixed;
  top: 15px;
  right: 15px;
  bottom: auto;
  margin: 0;
  opacity: 0;
  outline: none;
}

a[class*='lightcase-icon-'].lightcase-icon-prev {
  left: 15px;
}

a[class*='lightcase-icon-'].lightcase-icon-next {
  right: 15px;
}

a[class*='lightcase-icon-'].lightcase-icon-pause, a[class*='lightcase-icon-'].lightcase-icon-play {
  left: 50%;
  margin-left: -0.5em;
}

#lightcase-overlay {
  display: none;
  width: 100%;
  min-height: 100%;
  position: fixed;
  z-index: 2000;
  top: -9999px;
  bottom: -9999px;
  left: 0;
  background: #444;
}

/**
 * Lightcase settings
 *
 * Note: Override default settings for your project without touching this source code by simply
 * defining those variables within a SASS map called '$lightcase-custom'.
 *
 * // Example usage
 * $lightcase-custom: (
 *   'breakpoint': 768px
 * );
 */
@font-face {
  font-family: 'lightcase';
  src: url("/files/user/assets/fonts/lightcase/lightcase.eot?55356177");
  src: url("/files/user/assets/fonts/lightcase/lightcase.eot?55356177#iefix") format("embedded-opentype"), url("/files/user/assets/fonts/lightcase/lightcase.woff?55356177") format("woff"), url("/files/user/assets/fonts/lightcase/lightcase.ttf?55356177") format("truetype"), url("/files/user/assets/fonts/lightcase/lightcase.svg?55356177#lightcase") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

[class*='lightcase-icon-']:before {
  font-family: 'lightcase', sans-serif;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

/* Codes */
.lightcase-icon-play:before {
  content: '\e800';
}

.lightcase-icon-pause:before {
  content: '\e801';
}

.lightcase-icon-prev:before {
  content: '\e803';
}

.lightcase-icon-next:before {
  content: '\e804';
}

.lightcase-icon-spin:before {
  content: '\e805';
}

/**
 * Mixin providing icon defaults to be used on top of font-lightcase.
 *
 * Example usage:
 * @include icon(#e9e9e9)
 */
/**
 * Mixin providing icon defaults including a hover status to be used
 * on top of font-lightcase.
 *
 * Example usage:
 * @include icon-hover(#e9e9e9, #fff)
 */
/**
 * Provides natural content overflow behavior and scrolling support
 * even so for touch devices.
 *
 * Example usage:
 * @include overflow()
 */
/**
 * Neutralizes/resets dimensions including width, height, position as well as margins,
 * paddings and styles. Used to enforce a neutral and unstyled look and behavoir!
 *
 * Example usage:
 * @include clear(true)
 *
 * @param boolean $important
 */
@-webkit-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

#lightcase-case {
  display: none;
  position: fixed;
  z-index: 2002;
  top: 50%;
  left: 50%;
  font-family: arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
  text-shadow: 0 0 10px rgba(0, 0, 0, .5);
}

html[data-lc-type=inline] #lightcase-content,
html[data-lc-type=ajax] #lightcase-content,
html[data-lc-type=error] #lightcase-content {
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

html[data-lc-type=inline] #lightcase-content .lightcase-contentInner,
html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner,
html[data-lc-type=error] #lightcase-content .lightcase-contentInner {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

html[data-lc-type=image] #lightcase-content .lightcase-contentInner {
  position: relative;
  overflow: hidden !important;
}

#lightcase-case p.lightcase-error {
  margin: 0;
  font-size: 17px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #aaa;
}

.lightcase-open body {
  overflow: hidden;
}

.lightcase-isMobileDevice .lightcase-open body {
  max-width: 100%;
  max-height: 100%;
}

#lightcase-info {
  position: absolute;
  padding-top: 15px;
}

#lightcase-info #lightcase-title,
#lightcase-info #lightcase-caption {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-weight: normal;
  text-overflow: ellipsis;
}

#lightcase-info #lightcase-title {
  font-size: 17px;
  color: #aaa;
}

#lightcase-info #lightcase-caption {
  clear: both;
  font-size: 13px;
  color: #aaa;
}

#lightcase-info #lightcase-sequenceInfo {
  font-size: 11px;
  color: #aaa;
}

#lightcase-loading {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  position: fixed;
  z-index: 2001;
  top: 50%;
  left: 50%;
  margin-top: -0.5em;
  margin-left: -0.5em;
  opacity: 1;
  font-size: 32px;
  text-shadow: 0 0 15px #fff;
  -moz-transform-origin: 50% 53%;
  -webkit-animation: lightcase-spin 0.5s infinite linear;
  animation: lightcase-spin 0.5s infinite linear;
}

#lightcase-loading, #lightcase-loading:focus {
  text-decoration: none;
  color: #fff;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transition: color, opacity, ease-in-out 0.25s;
  transition: color, opacity, ease-in-out 0.25s;
}

#lightcase-loading > span {
  display: inline-block;
  text-indent: -9999px;
}

a[class*='lightcase-icon-'] {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  outline: none;
  cursor: pointer;
}

a[class*='lightcase-icon-'], a[class*='lightcase-icon-']:focus {
  text-decoration: none;
  color: rgba(255, 255, 255, .6);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transition: color, opacity, ease-in-out 0.25s;
  transition: color, opacity, ease-in-out 0.25s;
}

a[class*='lightcase-icon-'] > span {
  display: inline-block;
  text-indent: -9999px;
}

a[class*='lightcase-icon-']:hover {
  color: white;
  text-shadow: 0 0 15px white;
}

.lightcase-isMobileDevice a[class*='lightcase-icon-']:hover {
  color: #aaa;
  text-shadow: none;
}

a[class*='lightcase-icon-'].lightcase-icon-close {
  position: fixed;
  top: 15px;
  right: 15px;
  bottom: auto;
  margin: 0;
  opacity: 0;
  outline: none;
}

a[class*='lightcase-icon-'].lightcase-icon-prev {
  left: 15px;
}

a[class*='lightcase-icon-'].lightcase-icon-next {
  right: 15px;
}

a[class*='lightcase-icon-'].lightcase-icon-pause, a[class*='lightcase-icon-'].lightcase-icon-play {
  left: 50%;
  margin-left: -0.5em;
}

#lightcase-overlay {
  display: none;
  width: 100%;
  min-height: 100%;
  position: fixed;
  z-index: 2000;
  top: -9999px;
  bottom: -9999px;
  left: 0;
  background: #444;
}

/*
 * mixin用SCSS
 *
 */
@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}

@-webkit-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}

@keyframes fade-in-flex {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
  }
  100% {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
  }
}

@-webkit-keyframes fade-in-flex {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: -webkit-box;
    display: flex;
    opacity: 0;
  }
  100% {
    display: -webkit-box;
    display: flex;
    opacity: 1;
  }
}

/*! normalize.css v7.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
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.5;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button, html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          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 and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/********************************************
		Common
********************************************/
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  line-height: 1.3;
}

dd,
dl,
dt,
label,
ul,
ol {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  cursor: pointer;
}

img {
  vertical-align: top;
}

html {
  font-size: 62.5%;
}

body,
html {
  width: 100%;
  height: 100%;
}

body {
  color: #222;
  font-family: 'Noto Sans JP', 'Montserrat', sans-serif, Meiryo, "MS PGothic", "MS UI Gothic", Helvetica, Arial;
}

.-en body {
  word-break: break-word;
}

* {
  letter-spacing: 0.05em;
}

.-en * {
  letter-spacing: 0.015em;
}

button,
input,
optgroup,
select,
textarea {
  color: #222;
  font-family: inherit;
  font-size: 15px;
  font-size: 15px;
  font-size: 1.5rem;
}

button,
input[type="button"],
input[type="submit"] {
  border: none;
}

iframe {
  vertical-align: top;
}

.l-breadcrumb__item.is-current {
  font-weight: 700;
}

.l-breadcrumb__item + .l-breadcrumb__item::before {
  display: block;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 1px solid #707070;
  border-right: 1px solid #707070;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  content: "";
}

.l-breadcrumb__link {
  color: #555;
  text-decoration: underline;
}

.l-bodyInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.l-container {
  position: relative;
}

.l-container--huge {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.l-container--large {
  position: relative;
}

.l-container--middle {
  position: relative;
}

.l-container--single {
  position: relative;
}

.l-container--main {
  position: relative;
}

.l-container--side {
  position: relative;
}

.l-container--wrap {
  padding-right: 20px;
  padding-left: 20px;
}

.l-footer {
  background: url(/files/user/assets/images/common/footer-bg.png?v=1612407998) repeat left top;
  color: #fff;
}

.l-footer__nav__block__outer:nth-child(2) {
  width: 32%;
  margin-left: 7%;
}

.l-footer__floor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.-no-side .l-footer__subnav__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: 0.05em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.-no-side .l-footer__subnav__item::before {
  display: block;
  width: 8px;
  height: 1px;
  margin-right: 8px;
  background-color: #fff;
  content: "";
}

.l-header-gakunai .l-header-horizontal__nav__sub__item:nth-child(n+2) {
  margin-left: 30px;
}

.l-header-gakunai .l-header-horizontal__movie__link {
  letter-spacing: 0.015em;
}

.-access.l-header-horizontal__subnav__symbol::before {
  width: 13px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211.002%22%20height%3D%2216%22%20viewBox%3D%220%200%2011.002%2016%22%3E%20%3Cg%20id%3D%22location%22%20transform%3D%22translate(-79.968%200.001)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_93%22%20data-name%3D%22%E3%83%91%E3%82%B9%2093%22%20d%3D%22M85.469%2C16a.955.955%2C0%2C0%2C1-.837-.485l-.005-.01L80.659%2C8.243a5.57%2C5.57%2C0%2C0%2C1%2C.073-5.5A5.43%2C5.43%2C0%2C0%2C1%2C85.345%2C0c.082%2C0%2C.164%2C0%2C.246%2C0a5.43%2C5.43%2C0%2C0%2C1%2C4.614%2C2.739%2C5.57%2C5.57%2C0%2C0%2C1%2C.073%2C5.5l-3.968%2C7.262-.005.01a.955.955%2C0%2C0%2C1-.837.485Zm0-15h-.1A4.437%2C4.437%2C0%2C0%2C0%2C81.6%2C3.241a4.578%2C4.578%2C0%2C0%2C0-.06%2C4.523l3.932%2C7.2%2C3.932-7.2a4.578%2C4.578%2C0%2C0%2C0-.06-4.523A4.437%2C4.437%2C0%2C0%2C0%2C85.571%2C1h-.1Z%22%20fill%3D%22%23222%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_94%22%20data-name%3D%22%E3%83%91%E3%82%B9%2094%22%20d%3D%22M186.25%2C92.5a2.25%2C2.25%2C0%2C1%2C1%2C2.25-2.25A2.253%2C2.253%2C0%2C0%2C1%2C186.25%2C92.5Zm0-3.5a1.25%2C1.25%2C0%2C1%2C0%2C1.25%2C1.25A1.251%2C1.251%2C0%2C0%2C0%2C186.25%2C89Z%22%20transform%3D%22translate(-100.781%20-85.251)%22%20fill%3D%22%23222%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.-site.l-header-horizontal__subnav__symbol::before {
  width: 21px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219%22%20height%3D%2216.025%22%20viewBox%3D%220%200%2019%2016.025%22%3E%20%3Cg%20id%3D%22browser%22%20transform%3D%22translate(0%20-40)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_245%22%20data-name%3D%22%E3%83%91%E3%82%B9%20245%22%20d%3D%22M16.936%2C40H2.064A2.066%2C2.066%2C0%2C0%2C0%2C0%2C42.064v11.9a2.066%2C2.066%2C0%2C0%2C0%2C2.064%2C2.064H16.936A2.066%2C2.066%2C0%2C0%2C0%2C19%2C53.962v-11.9A2.066%2C2.066%2C0%2C0%2C0%2C16.936%2C40Zm1.506%2C13.962a1.508%2C1.508%2C0%2C0%2C1-1.506%2C1.506H2.064A1.508%2C1.508%2C0%2C0%2C1%2C.558%2C53.962v-11.9a1.508%2C1.508%2C0%2C0%2C1%2C1.506-1.506H16.936a1.508%2C1.508%2C0%2C0%2C1%2C1.506%2C1.506Z%22%20fill%3D%22%23222%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_246%22%20data-name%3D%22%E3%83%91%E3%82%B9%20246%22%20d%3D%22M48.341%2C120H32.279a.279.279%2C0%2C1%2C0%2C0%2C.558H48.341a.279.279%2C0%2C1%2C0%2C0-.558Z%22%20transform%3D%22translate(-30.81%20-77.025)%22%20fill%3D%22%23222%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_247%22%20data-name%3D%22%E3%83%91%E3%82%B9%20247%22%20d%3D%22M48.279%2C80.558a.279.279%2C0%2C1%2C0-.2-.082A.28.28%2C0%2C0%2C0%2C48.279%2C80.558Z%22%20transform%3D%22translate(-46.215%20-38.513)%22%20fill%3D%22%23222%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_248%22%20data-name%3D%22%E3%83%91%E3%82%B9%20248%22%20d%3D%22M112.279%2C80.558a.279.279%2C0%2C1%2C0-.2-.082A.28.28%2C0%2C0%2C0%2C112.279%2C80.558Z%22%20transform%3D%22translate(-107.836%20-38.513)%22%20fill%3D%22%23222%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_249%22%20data-name%3D%22%E3%83%91%E3%82%B9%20249%22%20d%3D%22M80.279%2C80.558a.279.279%2C0%2C1%2C0-.2-.082A.279.279%2C0%2C0%2C0%2C80.279%2C80.558Z%22%20transform%3D%22translate(-77.025%20-38.513)%22%20fill%3D%22%23222%22%2F%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_226%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20226%22%20transform%3D%22translate(1.781%2050.221)%20rotate(-90)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_151%22%20data-name%3D%22%E3%83%91%E3%82%B9%20151%22%20d%3D%22M3.506%2C3.769V0H3.068V1.315H0v.877H3.068V3.673l.438.1%22%20transform%3D%22translate(0.055)%22%20fill%3D%22%23222%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_152%22%20data-name%3D%22%E3%83%91%E3%82%B9%20152%22%20d%3D%22M3.561%2C2.629H1.505a1.465%2C1.465%2C0%2C0%2C1-.563-.083h0a.877.877%2C0%2C0%2C1%2C0-1.588h0A1.462%2C1.462%2C0%2C0%2C1%2C1.505.877H3.561V0H1.893a2.459%2C2.459%2C0%2C0%2C0-.685.086%2C1.753%2C1.753%2C0%2C0%2C0%2C0%2C3.333%2C2.459%2C2.459%2C0%2C0%2C0%2C.685.086H3.561V2.629%22%20transform%3D%22translate(0%2012.052)%22%20fill%3D%22%23222%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_153%22%20data-name%3D%22%E3%83%91%E3%82%B9%20153%22%20d%3D%22M1.753%2C8.655a1.754%2C1.754%2C0%2C0%2C0%2C1.691-1.29h0a3.121%2C3.121%2C0%2C0%2C0%2C.062-.709V4.163l-.438.1v.575l-1.816-.4%2C2.254-.493V3.177L1.116%2C2.355l2.391-.822V.767L0%2C0V.767l2.143.469L0%2C1.972v.767l2.143.737L0%2C3.944V6.652H0a3.133%2C3.133%2C0%2C0%2C0%2C.062.713h0A1.754%2C1.754%2C0%2C0%2C0%2C1.753%2C8.655M.51%2C6.891a3.332%2C3.332%2C0%2C0%2C1-.072-.685h0V5.026l2.63.575v.637a3.188%2C3.188%2C0%2C0%2C1-.073.658A1.315%2C1.315%2C0%2C0%2C1%2C.51%2C6.891Z%22%20transform%3D%22translate(0.055%203.221)%22%20fill%3D%22%23222%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.l-header-horizontal__search__form__submit:hover {
  opacity: .7;
}

.l-header-horizontal__sns__link {
  display: block;
}

.l-header-horizontal-sp .l-header__subnav__symbol.-access::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211.002%22%20height%3D%2216%22%20viewBox%3D%220%200%2011.002%2016%22%3E%20%3Cg%20id%3D%22location%22%20transform%3D%22translate(-79.968%200.001)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_93%22%20data-name%3D%22%E3%83%91%E3%82%B9%2093%22%20d%3D%22M85.469%2C16a.955.955%2C0%2C0%2C1-.837-.485l-.005-.01L80.659%2C8.243a5.57%2C5.57%2C0%2C0%2C1%2C.073-5.5A5.43%2C5.43%2C0%2C0%2C1%2C85.345%2C0c.082%2C0%2C.164%2C0%2C.246%2C0a5.43%2C5.43%2C0%2C0%2C1%2C4.614%2C2.739%2C5.57%2C5.57%2C0%2C0%2C1%2C.073%2C5.5l-3.968%2C7.262-.005.01a.955.955%2C0%2C0%2C1-.837.485Zm0-15h-.1A4.437%2C4.437%2C0%2C0%2C0%2C81.6%2C3.241a4.578%2C4.578%2C0%2C0%2C0-.06%2C4.523l3.932%2C7.2%2C3.932-7.2a4.578%2C4.578%2C0%2C0%2C0-.06-4.523A4.437%2C4.437%2C0%2C0%2C0%2C85.571%2C1h-.1Z%22%20fill%3D%22%23222%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_94%22%20data-name%3D%22%E3%83%91%E3%82%B9%2094%22%20d%3D%22M186.25%2C92.5a2.25%2C2.25%2C0%2C1%2C1%2C2.25-2.25A2.253%2C2.253%2C0%2C0%2C1%2C186.25%2C92.5Zm0-3.5a1.25%2C1.25%2C0%2C1%2C0%2C1.25%2C1.25A1.251%2C1.251%2C0%2C0%2C0%2C186.25%2C89Z%22%20transform%3D%22translate(-100.781%20-85.251)%22%20fill%3D%22%23222%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.l-header-horizontal-sp .l-header__subnav__symbol.-site::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219%22%20height%3D%2216.025%22%20viewBox%3D%220%200%2019%2016.025%22%3E%20%3Cg%20id%3D%22browser%22%20transform%3D%22translate(0%20-40)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_245%22%20data-name%3D%22%E3%83%91%E3%82%B9%20245%22%20d%3D%22M16.936%2C40H2.064A2.066%2C2.066%2C0%2C0%2C0%2C0%2C42.064v11.9a2.066%2C2.066%2C0%2C0%2C0%2C2.064%2C2.064H16.936A2.066%2C2.066%2C0%2C0%2C0%2C19%2C53.962v-11.9A2.066%2C2.066%2C0%2C0%2C0%2C16.936%2C40Zm1.506%2C13.962a1.508%2C1.508%2C0%2C0%2C1-1.506%2C1.506H2.064A1.508%2C1.508%2C0%2C0%2C1%2C.558%2C53.962v-11.9a1.508%2C1.508%2C0%2C0%2C1%2C1.506-1.506H16.936a1.508%2C1.508%2C0%2C0%2C1%2C1.506%2C1.506Z%22%20fill%3D%22%23222%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_246%22%20data-name%3D%22%E3%83%91%E3%82%B9%20246%22%20d%3D%22M48.341%2C120H32.279a.279.279%2C0%2C1%2C0%2C0%2C.558H48.341a.279.279%2C0%2C1%2C0%2C0-.558Z%22%20transform%3D%22translate(-30.81%20-77.025)%22%20fill%3D%22%23222%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_247%22%20data-name%3D%22%E3%83%91%E3%82%B9%20247%22%20d%3D%22M48.279%2C80.558a.279.279%2C0%2C1%2C0-.2-.082A.28.28%2C0%2C0%2C0%2C48.279%2C80.558Z%22%20transform%3D%22translate(-46.215%20-38.513)%22%20fill%3D%22%23222%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_248%22%20data-name%3D%22%E3%83%91%E3%82%B9%20248%22%20d%3D%22M112.279%2C80.558a.279.279%2C0%2C1%2C0-.2-.082A.28.28%2C0%2C0%2C0%2C112.279%2C80.558Z%22%20transform%3D%22translate(-107.836%20-38.513)%22%20fill%3D%22%23222%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_249%22%20data-name%3D%22%E3%83%91%E3%82%B9%20249%22%20d%3D%22M80.279%2C80.558a.279.279%2C0%2C1%2C0-.2-.082A.279.279%2C0%2C0%2C0%2C80.279%2C80.558Z%22%20transform%3D%22translate(-77.025%20-38.513)%22%20fill%3D%22%23222%22%2F%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_226%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20226%22%20transform%3D%22translate(1.781%2050.221)%20rotate(-90)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_151%22%20data-name%3D%22%E3%83%91%E3%82%B9%20151%22%20d%3D%22M3.506%2C3.769V0H3.068V1.315H0v.877H3.068V3.673l.438.1%22%20transform%3D%22translate(0.055)%22%20fill%3D%22%23222%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_152%22%20data-name%3D%22%E3%83%91%E3%82%B9%20152%22%20d%3D%22M3.561%2C2.629H1.505a1.465%2C1.465%2C0%2C0%2C1-.563-.083h0a.877.877%2C0%2C0%2C1%2C0-1.588h0A1.462%2C1.462%2C0%2C0%2C1%2C1.505.877H3.561V0H1.893a2.459%2C2.459%2C0%2C0%2C0-.685.086%2C1.753%2C1.753%2C0%2C0%2C0%2C0%2C3.333%2C2.459%2C2.459%2C0%2C0%2C0%2C.685.086H3.561V2.629%22%20transform%3D%22translate(0%2012.052)%22%20fill%3D%22%23222%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_153%22%20data-name%3D%22%E3%83%91%E3%82%B9%20153%22%20d%3D%22M1.753%2C8.655a1.754%2C1.754%2C0%2C0%2C0%2C1.691-1.29h0a3.121%2C3.121%2C0%2C0%2C0%2C.062-.709V4.163l-.438.1v.575l-1.816-.4%2C2.254-.493V3.177L1.116%2C2.355l2.391-.822V.767L0%2C0V.767l2.143.469L0%2C1.972v.767l2.143.737L0%2C3.944V6.652H0a3.133%2C3.133%2C0%2C0%2C0%2C.062.713h0A1.754%2C1.754%2C0%2C0%2C0%2C1.753%2C8.655M.51%2C6.891a3.332%2C3.332%2C0%2C0%2C1-.072-.685h0V5.026l2.63.575v.637a3.188%2C3.188%2C0%2C0%2C1-.073.658A1.315%2C1.315%2C0%2C0%2C1%2C.51%2C6.891Z%22%20transform%3D%22translate(0.055%203.221)%22%20fill%3D%22%23222%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.l-header-horizontal__nav__label::after {
  height: 0;
  content: "";
  -webkit-transition: .3s height;
  transition: .3s height;
}

.l-header-international__official__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #fff;
  font-weight: 700;
  line-height: 1.1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-header-international__official__link::before {
  display: block;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  width: 7px;
  height: 6px;
  margin-right: 10px;
  background-image: url(/files/user/assets/images/common/symbol-caret.svg?v=1612408001);
  content: "";
}

.l-header-international__nav__item:hover .l-header-international__nav__child {
  max-height: 100vh;
  overflow: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  pointer-events: auto;
}

.l-header {
  position: fixed;
  top: 0;
}

.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.l-header__fund__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  color: #050a50;
  font-weight: 700;
}

.l-header__fund__button::before {
  background: url(/files/user/assets/images/common/symbol-fund.svg?v=1612408003) no-repeat center center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  content: "";
}

.l-header__logo {
  margin-right: auto;
}

.l-header__logo__link {
  display: block;
}

.-access.l-header__subnav__symbol::before {
  background-image: url(/files/user/assets/images/common/symbol-location.svg?v=1612408003);
}

.-site.l-header__subnav__symbol::before {
  background-image: url(/files/user/assets/images/common/symbol-browser.svg?v=1612408001);
}

.-language.l-header__subnav__symbol::before {
  width: 7px;
  height: 5px;
  margin: 0 0 0 10px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227%22%20height%3D%225.5%22%20viewBox%3D%220%200%207%205.5%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_86%22%20data-name%3D%22%E3%83%91%E3%82%B9%2086%22%20d%3D%22M-2.1%2C24.25l-7-2.75a5.826%2C5.826%2C0%2C0%2C1%2C.714%2C2.807A5.123%2C5.123%2C0%2C0%2C1-9.1%2C27Z%22%20transform%3D%22translate(9.097%20-21.5)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
}

.l-header__utilities {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 25.6%;
  padding: 8px 0;
  color: #fff;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.l-header__utilities__title {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  font-size: 10px;
  font-size: 10px;
  font-size: 1rem;
  -webkit-transition: .3s color;
  transition: .3s color;
}

.is-active .l-header__utilities__title {
  color: #e6aa6e;
}

.l-header__movie {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.l-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30;
}

.l-nav__label {
  font-weight: 700;
  letter-spacing: 0.065em;
}

.l-nav__label.is-pc {
  display: none !important;
}

.l-nav__label.is-sp {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.l-nav__label:hover {
  cursor: pointer;
}

.l-nav__label--sub {
  color: #e6aa6e;
}

.l-nav__menu__item.is-sp {
  display: none !important;
}

.l-nav__menu__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.l-nav__menu__link::after {
  display: block;
  margin-left: 12px;
  background: url(/files/user/assets/images/common/symbol-caret.svg?v=1612408001) no-repeat center center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  content: "";
}

.l-nav__menu__link[target="_blank"]::after {
  background: url(/files/user/assets/images/common/symbol-blank.svg?v=1612408001) no-repeat center center/100% auto;
}

.c-accordion, .c-article details {
  border: 2px solid #05234d;
}

.c-accordion__title, .c-article details summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  cursor: pointer;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-accordion__title.noOpen::after, .c-article details summary.noOpen::after {
  display: none;
}

.c-accordion__title::after, .c-article details summary::after {
  margin-left: 20px;
  padding-right: 25px;
  background: url(/files/user/assets/images/common/symbol-plus.svg?v=1612408004) no-repeat;
  background-size: 15px auto;
  color: #0e3469;
  font-size: 13px;
  font-size: 13px;
  font-size: 1.3rem;
  letter-spacing: 0.015em;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.is-active .c-accordion__title::after, .is-active .c-article details summary::after, .c-article details .is-active summary::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%222%22%20viewBox%3D%220%200%2016%202%22%3E%20%3Cline%20id%3D%22%E7%B7%9A_117%22%20data-name%3D%22%E7%B7%9A%20117%22%20x2%3D%2216%22%20transform%3D%22translate(0%201)%22%20fill%3D%22none%22%20stroke%3D%22%23e86b79%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
  color: #e86b79;
}

.c-accordion__description, .c-article details p {
  height: 0;
  overflow-y: hidden;
  border-top: 2px dashed #fff;
  -webkit-transition: .3s height, .3s padding, .3s border-top;
  transition: .3s height, .3s padding, .3s border-top;
}

.is-active .c-accordion__description, .is-active .c-article details p, .c-article details .is-active p {
  height: 100%;
  overflow-y: auto;
  border-top: 2px dashed #05234d;
}

.c-anchor, .c-article .anchor-area .str01, .c-article .anchor-area .str02 {
  border: 1px solid #094391;
  background-color: #fff;
}

.c-anchor.-bg, .c-article .anchor-area .str01, .c-article .anchor-area .str02 {
  border-color: #f8f8fa;
  background-color: #f8f8fa;
}

.c-anchor__list, .c-article .anchor-area .str01, .c-article .anchor-area .str02 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-anchor__item.-col-1:not(:last-child), .c-article .anchor-area .str01 li:not(:last-child), .c-article .anchor-area .str02 ul > li.-col-1:not(:last-child) {
  margin-right: 0;
}

.c-anchor__item.-col-2:not(:last-child), .c-article .anchor-area .str01 li.-col-2:not(:last-child), .c-article .anchor-area .str02 ul > li.-col-2:not(:last-child) {
  margin-right: 0;
}

.c-anchor__item.-col-3:not(:last-child), .c-article .anchor-area .str01 li.-col-3:not(:last-child), .c-article .anchor-area .str02 ul > li:not(:last-child) {
  margin-right: 0;
}

.c-anchor__link, .c-article .anchor-area a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
}

.c-anchor__link::before, .c-article .anchor-area a::before {
  display: block;
  width: 13px;
  height: 13px;
  margin-right: 10px;
  background: url(/files/user/assets/images/common/symbol-anchor.svg?v=1612408001) no-repeat center center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  content: "";
}

.c-article {
  word-wrap: break-word;
  word-break: break-word;
}

.c-article__control, .c-article .bottomlink-in {
  background-color: #f8f8fa;
}

.c-article__control__item + .c-article__control__item, .c-article .bottomlink .go-home + .c-article__control__item, .c-article .bottomlink .go-top + .c-article__control__item, .c-article .bottomlink .c-article__control__item + .go-home, .c-article .bottomlink .go-home + .go-home, .c-article .bottomlink .go-top + .go-home, .c-article .bottomlink .c-article__control__item + .go-top, .c-article .bottomlink .go-home + .go-top, .c-article .bottomlink .go-top + .go-top {
  position: relative;
}

.c-article__control__link, .c-article .bottomlink .go-home a, .c-article .bottomlink .go-top a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

.c-article__control__link.-toTop, .c-article .bottomlink .go-home a, .c-article .bottomlink .go-top a.-toTop {
  color: #45628b;
}

.-toTop.c-article__control__link::before, .c-article .bottomlink .go-home a::before, .-pageTop.c-article__control__link::before, .c-article .bottomlink .go-top a::before {
  display: block;
  width: 12px;
  height: 9px;
  margin-right: 12px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  content: "";
}

.-toTop.c-article__control__link::before, .c-article .bottomlink .go-home a::before, .c-article .bottomlink .go-top a.-toTop::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227%22%20height%3D%225.5%22%20viewBox%3D%220%200%207%205.5%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_86%22%20data-name%3D%22%E3%83%91%E3%82%B9%2086%22%20d%3D%22M-2.1%2C24.25l-7-2.75a5.826%2C5.826%2C0%2C0%2C1%2C.714%2C2.807A5.123%2C5.123%2C0%2C0%2C1-9.1%2C27Z%22%20transform%3D%22translate(9.097%20-21.5)%22%20fill%3D%22%2345628b%22%2F%3E%3C%2Fsvg%3E");
}

.-pageTop.c-article__control__link::before, .c-article .bottomlink .go-home a.-pageTop::before, .c-article .bottomlink .go-top a::before {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227%22%20height%3D%225.5%22%20viewBox%3D%220%200%207%205.5%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_86%22%20data-name%3D%22%E3%83%91%E3%82%B9%2086%22%20d%3D%22M-2.1%2C24.25l-7-2.75a5.826%2C5.826%2C0%2C0%2C1%2C.714%2C2.807A5.123%2C5.123%2C0%2C0%2C1-9.1%2C27Z%22%20transform%3D%22translate(9.097%20-21.5)%22%20fill%3D%22%23222%22%2F%3E%3C%2Fsvg%3E");
}

.c-article__pagetop, .c-article .pnavi-area .go-top a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #ddd;
  border-radius: 100vw;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .08);
          box-shadow: 0 0 10px rgba(0, 0, 0, .08);
  line-height: 1.3;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

.c-article__pagetop::before, .c-article .pnavi-area .go-top a::before {
  display: block;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  background: url(/files/user/assets/images/common/symbol-caret.svg?v=1612408001) no-repeat center center;
  background-size: 100% auto;
  content: "";
}

.c-audio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 32px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

audio {
  display: block;
  margin: 0 auto;
}

audio + p, .c-audio p {
  color: #666;
}

.c-banner__item + .c-banner__item {
  margin-top: 20px;
}

.c-banner__link {
  display: block;
  position: relative;
  overflow: hidden;
  border: 1px solid #fff;
  border-radius: 3px;
}

.c-banner__link img {
  width: 100%;
}

.c-banner__link::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .45);
  content: "";
}

.c-banner__link::after {
  display: block;
  position: absolute;
  right: 20px;
  bottom: 30px;
  z-index: 3;
  width: 26px;
  height: 5px;
  background: url(/files/user/assets/images/common/symbol-arrow.svg?v=1612408001) no-repeat center center;
  content: "";
}

.c-banner__title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 3;
  width: calc(100% - 40px);
  color: #fff;
  font-family: 'Montserrat';
  font-weight: 500;
  text-align: center;
}

.c-box {
  border: 1px solid #ccc;
  width: 100%;
}

.c-box .c-box-contents p {
  margin: 0;
}

.c-button, .c-button.-emphasis, .c-button--return {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 20px 24px;
  border: 1px solid #ccc;
  background-color: #fff;
  font-weight: 300;
  line-height: 1.4;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
  -webkit-transition: .3s border-color, .3s background-color, .3s color;
  transition: .3s border-color, .3s background-color, .3s color;
}

.c-button::before, .c-button.-emphasis::before, .c-button--return::before {
  display: block;
  position: absolute;
  height: 1px;
  background-color: #094391;
  -webkit-transition: .3s background-color;
  transition: .3s background-color;
  content: "";
}

.c-button::after, .c-button.-emphasis::after, .c-button--return::after {
  display: block;
  width: 26px;
  height: 5px;
  margin-left: 20px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2226%22%20height%3D%225%22%20viewBox%3D%220%200%2026%205%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_100%22%20data-name%3D%22%E3%83%91%E3%82%B9%20100%22%20d%3D%22M-2.1%2C16.221l-7-2.5a4.9%2C4.9%2C0%2C0%2C1%2C.681%2C2H-28.1v1H-8.409a4.316%2C4.316%2C0%2C0%2C1-.688%2C2Z%22%20transform%3D%22translate(28.097%20-13.721)%22%20fill%3D%22%23222%22%2F%3E%3C%2Fsvg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  content: "";
}

.c-button[target="_blank"]::after, .c-button--return[target="_blank"]::after {
  width: 11px;
  height: 11px;
  background-image: url(/files/user/assets/images/common/symbol-blank.svg?v=1612408001);
}

.c-button[href$=".pdf"]::after, .c-button--return[href$=".pdf"]::after {
  width: 25px;
  height: 12px;
  background-image: url(/files/user/assets/images/common/symbol-pdf.svg?v=1612408003);
}

.c-button:hover[target="_blank"]::after, .c-button--return:hover[target="_blank"]::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211.102%22%20height%3D%2210.643%22%20viewBox%3D%220%200%2011.102%2010.643%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_421%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20421%22%20transform%3D%22translate(-423.5%20-377.5)%22%3E%20%3Cline%20id%3D%22%E7%B7%9A_121%22%20data-name%3D%22%E7%B7%9A%20121%22%20x2%3D%229.813%22%20transform%3D%22translate(424.688%20387.643)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%2F%3E%20%3Cline%20id%3D%22%E7%B7%9A_122%22%20data-name%3D%22%E7%B7%9A%20122%22%20x2%3D%229.286%22%20transform%3D%22translate(434.102%20378.715)%20rotate(90)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_246%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%20246%22%20width%3D%227.241%22%20height%3D%227.143%22%20transform%3D%22translate(424%20378)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.c-button:hover[href$=".pdf"]::after, .c-button--return:hover[href$=".pdf"]::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2225%22%20height%3D%2212%22%20viewBox%3D%220%200%2025%2012%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_472%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20472%22%20transform%3D%22translate(-44%20-63)%22%3E%20%3Cg%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_275%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%20275%22%20transform%3D%22translate(44%2063)%22%20fill%3D%22transparent%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%3E%20%3Crect%20width%3D%2225%22%20height%3D%2212%22%20rx%3D%221%22%20stroke%3D%22none%22%2F%3E%20%3Crect%20x%3D%220.5%22%20y%3D%220.5%22%20width%3D%2224%22%20height%3D%2211%22%20rx%3D%220.5%22%20fill%3D%22none%22%2F%3E%20%3C%2Fg%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_609%22%20data-name%3D%22%E3%83%91%E3%82%B9%20609%22%20d%3D%22M3.427-7H.83v6H2.219V-2.654H3.427c1.6%2C0%2C2.606-.831%2C2.606-2.169S5.03-7%2C3.427-7ZM3.35-3.786H2.219V-5.869H3.35c.849%2C0%2C1.277.386%2C1.277%2C1.046S4.2-3.786%2C3.35-3.786ZM7.019-1H9.744a2.992%2C2.992%2C0%2C0%2C0%2C3.309-3A2.992%2C2.992%2C0%2C0%2C0%2C9.744-7H7.019ZM8.407-2.14V-5.86H9.676A1.791%2C1.791%2C0%2C0%2C1%2C11.647-4%2C1.791%2C1.791%2C0%2C0%2C1%2C9.676-2.14ZM18.633-5.886V-7H14.1v6h1.389V-3.186h2.777V-4.3H15.487V-5.886Z%22%20transform%3D%22translate(47%2073)%22%20fill%3D%22%23fff%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.c-button__outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-button.-emphasis {
  border-color: #ff2424;
  background-color: #ff2424;
  color: #fff;
}

.c-button.-emphasis::before {
  background-color: #6a0000;
}

.c-button.-emphasis::after {
  background-image: url(/files/user/assets/images/common/symbol-arrow.svg?v=1612408001);
}

.c-button.-emphasis[target="_blank"]::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211.102%22%20height%3D%2210.643%22%20viewBox%3D%220%200%2011.102%2010.643%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_421%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20421%22%20transform%3D%22translate(-423.5%20-377.5)%22%3E%20%3Cline%20id%3D%22%E7%B7%9A_121%22%20data-name%3D%22%E7%B7%9A%20121%22%20x2%3D%229.813%22%20transform%3D%22translate(424.688%20387.643)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%2F%3E%20%3Cline%20id%3D%22%E7%B7%9A_122%22%20data-name%3D%22%E7%B7%9A%20122%22%20x2%3D%229.286%22%20transform%3D%22translate(434.102%20378.715)%20rotate(90)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_246%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%20246%22%20width%3D%227.241%22%20height%3D%227.143%22%20transform%3D%22translate(424%20378)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.c-button.-emphasis[href$=".pdf"]::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2225%22%20height%3D%2212%22%20viewBox%3D%220%200%2025%2012%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_472%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20472%22%20transform%3D%22translate(-44%20-63)%22%3E%20%3Cg%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_275%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%20275%22%20transform%3D%22translate(44%2063)%22%20fill%3D%22transparent%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%3E%20%3Crect%20width%3D%2225%22%20height%3D%2212%22%20rx%3D%221%22%20stroke%3D%22none%22%2F%3E%20%3Crect%20x%3D%220.5%22%20y%3D%220.5%22%20width%3D%2224%22%20height%3D%2211%22%20rx%3D%220.5%22%20fill%3D%22none%22%2F%3E%20%3C%2Fg%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_609%22%20data-name%3D%22%E3%83%91%E3%82%B9%20609%22%20d%3D%22M3.427-7H.83v6H2.219V-2.654H3.427c1.6%2C0%2C2.606-.831%2C2.606-2.169S5.03-7%2C3.427-7ZM3.35-3.786H2.219V-5.869H3.35c.849%2C0%2C1.277.386%2C1.277%2C1.046S4.2-3.786%2C3.35-3.786ZM7.019-1H9.744a2.992%2C2.992%2C0%2C0%2C0%2C3.309-3A2.992%2C2.992%2C0%2C0%2C0%2C9.744-7H7.019ZM8.407-2.14V-5.86H9.676A1.791%2C1.791%2C0%2C0%2C1%2C11.647-4%2C1.791%2C1.791%2C0%2C0%2C1%2C9.676-2.14ZM18.633-5.886V-7H14.1v6h1.389V-3.186h2.777V-4.3H15.487V-5.886Z%22%20transform%3D%22translate(47%2073)%22%20fill%3D%22%23fff%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.c-button--return {
  border: 1px solid #ccc;
  background-color: #fff;
  color: #222;
}

.c-check, .c-article .plugin-area-in {
  position: relative;
  border: 1px solid #45628b;
}

.c-check::before, .c-article .plugin-area-in::before {
  position: absolute;
  padding: 0 10px;
  background-color: #fff;
  color: #45628b;
  font-weight: 700;
  font-size: 13px;
  font-size: 13px;
  font-size: 1.3rem;
  content: "CHECK";
}

.c-check__picture__link, .c-article .plugin-area .pdf-icon a {
  display: inline-block;
  vertical-align: top;
}

.c-check p, .c-article .plugin-area-in p {
  margin: 0 !important;
}

.c-column__item {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.c-form__item + .c-form__item {
  margin-top: 16px;
}

.c-form__title {
  font-weight: bold;
}

.c-frame iframe {
  width: 100%;
  border: 1px solid #ccc;
}

.c-heading--lv1__outer, .c-article .h1-area {
  position: relative;
}

.c-heading--lv1__outer::before, .c-article .h1-area::before {
  position: absolute;
  top: 0;
  height: 100%;
  background-color: #050a50;
  content: "";
}

.-en .c-heading--lv1__outer::before, .-en .c-article .h1-area::before, .c-article .-en .h1-area::before {
  left: 0;
}

.c-heading--lv1__outer::after, .c-article .h1-area::after {
  position: absolute;
  bottom: 0;
  z-index: 2;
  background-color: #e86b79;
  content: "";
}

.-en .c-heading--lv1__outer::after, .-en .c-article .h1-area::after, .c-article .-en .h1-area::after {
  left: 0;
}

.c-heading--lv1, .c-article .h1-area h1 {
  color: #050a50;
  font-weight: 700;
}

.c-heading--lv2__outer, .c-article .h2-area, .c-article .newstitle, .c-article .junction-h2-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
}

.c-heading--lv2, .c-article .h2-area h2, .c-article .newstitle h2, .c-article .junction-h2 {
  padding-bottom: 12px;
  font-weight: 700;
}

.c-heading--lv2__link, .c-article .h2-area h2 a, .c-article .junction-h2 a {
  color: #094391;
}

.c-heading--lv2__link::after, .c-article .h2-area h2 a::after, .c-article .junction-h2 a::after {
  display: inline-block;
  height: 14px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2226%22%20height%3D%225%22%20viewBox%3D%220%200%2026%205%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_100%22%20data-name%3D%22%E3%83%91%E3%82%B9%20100%22%20d%3D%22M-2.1%2C16.221l-7-2.5a4.9%2C4.9%2C0%2C0%2C1%2C.681%2C2H-28.1v1H-8.409a4.316%2C4.316%2C0%2C0%2C1-.688%2C2Z%22%20transform%3D%22translate(28.097%20-13.721)%22%20fill%3D%22%23094391%22%2F%3E%3C%2Fsvg%3E");
  background-size: 100% auto;
  content: "";
}

.c-heading--lv2__link[target="_blank"]::after, .c-article .h2-area h2 a[target="_blank"]::after, .c-article .junction-h2 a[target="_blank"]::after {
  width: 15px;
  background-image: url(/files/user/assets/images/common/symbol-blank.svg?v=1612408001);
}

.c-heading--lv2__link[href$=".pdf"]::after, .c-article .h2-area h2 a[href$=".pdf"]::after, .c-article .junction-h2 a[href$=".pdf"]::after {
  width: 25px;
  background-image: url(/files/user/assets/images/common/symbol-pdf.svg?v=1612408003);
}

.c-heading--lv2__sidelink__outer, .c-article .newstitle .list-link {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.c-heading--lv2__sidelink, .c-article .newstitle .list-link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  letter-spacing: 0.015em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-heading--lv2__sidelink::after, .c-article .newstitle .list-link a::after {
  display: inline-block;
  width: 7px;
  height: 6px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(/files/user/assets/images/common/symbol-caret.svg?v=1612408001);
  background-size: 100% auto;
  content: "";
}

.c-heading--lv2__sidelink[target="_blank"]::after, .c-article .newstitle .list-link a[target="_blank"]::after {
  width: 10px;
  height: 10px;
  background-image: url(/files/user/assets/images/common/symbol-blank.svg?v=1612408001);
}

.c-heading--lv2__sidelink[href$=".pdf"]::after, .c-article .newstitle .list-link a[href$=".pdf"]::after {
  width: 25px;
  height: 12px;
  background-image: url(/files/user/assets/images/common/symbol-pdf.svg?v=1612408003);
}

.c-heading__rss__outer, .c-article .rss, .c-article .newstitle .rss {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.c-heading__rss, .c-article .rss a:not([class]), .c-article .newstitle .rss a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #ffa723;
  color: #fff;
  font-weight: 500;
  font-size: 11px;
  font-size: 11px;
  font-size: 1.1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-heading__rss::before, .c-article .rss a:not([class])::before, .c-article .newstitle .rss a::before {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  margin-right: 7px;
  font-size: 16px;
  font-size: 16px;
  font-size: 1.6rem;
  content: "";
}

.c-heading__rss::after, .c-article .rss a:not([class])::after, .c-article .newstitle .rss a::after {
  content: none;
}

.c-heading__archive__outer, .c-article .rss-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.c-heading__archive, .c-article .archive a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-heading__archive::after, .c-article .archive a::after {
  display: inline-block;
  width: 7px;
  height: 12px;
  background-image: url(/files/user/assets/images/common/symbol-caret.svg?v=1612408001);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  vertical-align: -1px;
  content: "";
}

.c-heading__archive[target="_blank"]::after, .c-article .archive a[target="_blank"]::after {
  width: 11px;
  background-image: url(/files/user/assets/images/common/symbol-blank.svg?v=1612408001);
}

.c-heading__archive[href$=".pdf"]::after, .c-article .archive a[href$=".pdf"]::after {
  width: 25px;
  background-image: url(/files/user/assets/images/common/symbol-pdf.svg?v=1612408003);
}

.c-heading--lv3, .c-article .h3-area h3, .c-article .junction-link-second {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  line-height: 1.6;
}

.c-heading--lv3::before, .c-article .h3-area h3::before, .c-article .junction-link-second::before {
  display: block;
  background-size: auto auto;
  background-color: #fff;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  content: "";
}

.c-heading--lv4, .c-article .h4-area h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  line-height: 1.7;
}

.c-heading--lv4::before, .c-article .h4-area h4::before {
  display: block;
  height: 4px;
  background-color: #e86b79;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  content: "";
}

.c-heading--lv5 {
  font-weight: 700;
  line-height: 1.7;
}

.c-form-input, .c-form-textarea {
  width: 100%;
  padding: 16px;
  border: 1px solid #ddd;
  border-radius: 1px;
}

.c-form-textarea {
  min-height: 160px;
}

.c-link, .c-article a:not([class]) {
  color: #094391;
}

.c-link--has-img {
  -webkit-transition: .3s opacity;
  transition: .3s opacity;
}

.c-article a:not([class]) {
  border-bottom: 1px dashed #094391;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
}

.c-article a:not([class])::after {
  display: inline-block;
  width: 7px;
  height: 12px;
  margin-left: 4px;
  background-image: url(/files/user/assets/images/common/symbol-caret.svg?v=1612408001);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  vertical-align: 0;
  content: "";
}

.c-article a:not([class])[target="_blank"]::after {
  width: 11px;
  background-image: url(/files/user/assets/images/common/symbol-blank.svg?v=1612408001);
}

.c-article a:not([class])[href$=".pdf"]::after {
  width: 25px;
  background-image: url(/files/user/assets/images/common/symbol-pdf.svg?v=1612408003);
}

.c-article a:not([class])[href$=".xlsx"]::after, .c-article a:not([class])[href$=".xls"]::after {
  width: 32px;
  background-image: url(/files/user/assets/images/common/symbol-excel.svg?v=1612408002);
}

.c-article a:not([class])[href$=".docx"]::after {
  width: 33px;
  background-image: url(/files/user/assets/images/common/symbol-word.svg?v=1612408005);
}

.c-article a:not([class])[href$=".jpg"]::after {
  width: 13px;
  background-image: url(/files/user/assets/images/common/symbol-jpeg.svg?v=1612408003);
}

.c-column [class^="c-list"] {
  margin: 0;
}

.c-list--square li {
  position: relative;
  padding-left: 15px;
}

.c-list--square li + li {
  margin-top: 8px;
}

.c-list--square li::before {
  display: block;
  position: absolute;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #094391;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  content: "";
}

.c-list--square ul {
  margin-top: 8px;
}

.c-list--square ul li::before {
  border: 2px solid #094391;
  background-color: transparent;
}

.c-list--disc li, .c-article .junction-list li {
  position: relative;
  padding-left: 15px;
}

.c-list--disc li + li, .c-article .junction-list li + li {
  margin-top: 8px;
}

.c-list--disc li::before, .c-article .junction-list li::before {
  display: block;
  position: absolute;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #094391;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  content: "";
}

.c-list--disc ul, .c-article .junction-list ul {
  margin-top: 8px;
}

.c-list--disc ul li::before, .c-article .junction-list ul li::before {
  border: 2px solid #094391;
  background-color: transparent;
}

.c-list--disc ul.no-white-disc li::before, 
.c-article .junction-list ul.no-white-disc li::before {
  border: none;
  background-color: #094391;
}

.c-list--number, .c-list--number ol {
  counter-reset: number;
}

.c-list--number li {
  position: relative;
  padding-left: 20px;
}

.c-list--number li + li {
  margin-top: 8px;
}

.c-list--number li::before {
  position: absolute;
  top: 1px;
  left: 0;
  color: #0e3469;
  font-family: 'Montserrat';
  font-weight: 700;
  font-size: 14px;
  font-size: 14px;
  font-size: 1.4rem;
  counter-increment: number;
  content: counter(number);
}

.c-list--number ol {
  margin-top: 18x;
}

.c-list--number ol li::before {
  color: #666;
}

.c-list--alphabet, .c-list--alphabet ol {
  counter-reset: alphabet;
}

.c-list--alphabet li {
  position: relative;
  padding-left: 20px;
}

.c-list--alphabet li + li {
  margin-top: 8px;
}

.c-list--alphabet li::before {
  position: absolute;
  left: 0;
  color: #0e3469;
  font-family: 'Montserrat';
  font-weight: 700;
  font-size: 14px;
  font-size: 14px;
  font-size: 1.4rem;
  counter-increment: alphabet;
  content: counter(alphabet, upper-alpha);
}

.c-list--alphabet ol {
  margin-top: 8px;
}

.c-list--alphabet ol li::before {
  color: #666;
}

.c-list--difinition__inner {
  background-color: #efefef;
}

.c-list--difinition__inner + .c-list--difinition__inner {
  margin-top: 2px;
}

.-row .c-list--difinition__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-list--difinition dt {
  color: #050a50;
  font-weight: 700;
}

.-row.c-list--difinition dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.c-list--annotation li {
  position: relative;
  padding-left: 30px;
  color: #888;
}

.c-list--annotation li::before {
  position: absolute;
  top: 0;
  left: 0;
  color: #666;
  content: "※";
}

.c-list--annotation li + li {
  margin-top: 8px;
}

.c-list--annotation.-number li {
  counter-increment: annotation-number;
}

.c-list--annotation.-number li::before {
  content: "※" counter(annotation-number);
}

.c-media, .c-article .tx-pat03, .c-article .tx-pat02, .c-article .junction-outline {
  overflow: hidden;
}

.c-media__picture.-left, .c-article .tx-pat03 .img-area {
  float: left;
}

.c-media__picture.-right, .c-article .tx-pat02 .img-area, .c-article .junction-outline-area .junction-outline-img {
  float: right;
}

.c-media__picture img {
  width: 100%;
}

.is-overflow-y {
  overflow-y: hidden;
}

.c-modal.is-open {
  display: block;
}

.c-modal__bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .6);
  z-index: 9000;
}

.c-modal__contents {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9100;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-height: 95%;
}

.c-modal__contents__item {
  display: none;
}

.c-modal__contents__item.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-modal__contents__button {
  padding: 5px 10px;
  border: 1px solid #ccc;
  background-color: #eee;
  cursor: pointer;
  -webkit-transition: .3s opacity;
  transition: .3s opacity;
}

.c-modal__contents__button:hover {
  opacity: .7;
}

.c-modal__close {
  z-index: 9200;
  border-radius: 100%;
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217.715%22%20height%3D%2217.715%22%20viewBox%3D%220%200%2017.715%2017.715%22%3E%20%3Cg%20id%3D%22menu%22%20transform%3D%22translate(-336.643%20-19.143)%22%3E%20%3Cline%20id%3D%22%E7%B7%9A_12%22%20data-name%3D%22%E7%B7%9A%2012%22%20x2%3D%2224.052%22%20transform%3D%22translate(336.996%2019.496)%20rotate(45)%22%20fill%3D%22none%22%20stroke%3D%22%23094391%22%20stroke-width%3D%221%22%2F%3E%20%3Cline%20id%3D%22%E7%B7%9A_92%22%20data-name%3D%22%E7%B7%9A%2092%22%20x2%3D%2224.052%22%20transform%3D%22translate(336.996%2036.504)%20rotate(-45)%22%20fill%3D%22none%22%20stroke%3D%22%23094391%22%20stroke-width%3D%221%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-transition: .3s opacity;
  transition: .3s opacity;
}

.c-modal__close:hover {
  opacity: .7;
}

.lightcase-contentInner {
  width: 100% !important;
  height: 0 !important;
  padding-top: 56.25%;
}

.lightcase-contentInner iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100% !important;
  max-width: 100% !important;
  height: 100% !important;
  max-height: 100% !important;
}

.lightcase-icon-close {
  border-radius: 100%;
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217.715%22%20height%3D%2217.715%22%20viewBox%3D%220%200%2017.715%2017.715%22%3E%20%3Cg%20id%3D%22menu%22%20transform%3D%22translate(-336.643%20-19.143)%22%3E%20%3Cline%20id%3D%22%E7%B7%9A_12%22%20data-name%3D%22%E7%B7%9A%2012%22%20x2%3D%2224.052%22%20transform%3D%22translate(336.996%2019.496)%20rotate(45)%22%20fill%3D%22none%22%20stroke%3D%22%23094391%22%20stroke-width%3D%221%22%2F%3E%20%3Cline%20id%3D%22%E7%B7%9A_92%22%20data-name%3D%22%E7%B7%9A%2092%22%20x2%3D%2224.052%22%20transform%3D%22translate(336.996%2036.504)%20rotate(-45)%22%20fill%3D%22none%22%20stroke%3D%22%23094391%22%20stroke-width%3D%221%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: center center;
  background-repeat: no-repeat;
}

.c-pageHeader {
  position: relative;
}

.c-pageHeader__title {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.085em;
  text-align: center;
}

.c-pageHeader__title--sub {
  display: block;
  font-family: 'Montserrat';
  font-weight: 300;
  font-size: 12px;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
}

.c-pageHeader__picture {
  width: 100%;
}

.c-pageHeader__picture img {
  width: 100%;
  height: 100%;
  max-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-pageHeader__picture::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .4);
  content: "";
}
.c-pageHeader__picture.-bgoff::before {
  background-color: rgba(0,0,0,0);
}

.c-pageLink {
  border: 1px solid #094391;
  background-color: #fff;
}

.c-pageLink__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-pageLink__item.-col-1:not(:last-child) {
  margin-right: 0;
}

.c-pageLink__item.-col-2:not(:last-child) {
  margin-right: 0;
}

.c-pageLink__item.-col-3:not(:last-child) {
  margin-right: 0;
}

.c-pageLink__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
}

.c-pageLink__link::before {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  display: block;
  width: 13px;
  height: 13px;
  margin-right: 10px;
  color: #094391;
  font-size: 13px;
  font-size: 13px;
  font-size: 1.3rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  content: "";
}

.c-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background-color: #f8f8fa;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-pager__control {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.c-pager__control__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  color: #45628b;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.-prev .c-pager__control__link::before {
  display: block;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  width: 12px;
  height: 9px;
  margin-right: 12px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227%22%20height%3D%225.5%22%20viewBox%3D%220%200%207%205.5%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_86%22%20data-name%3D%22%E3%83%91%E3%82%B9%2086%22%20d%3D%22M-2.1%2C24.25l-7-2.75a5.826%2C5.826%2C0%2C0%2C1%2C.714%2C2.807A5.123%2C5.123%2C0%2C0%2C1-9.1%2C27Z%22%20transform%3D%22translate(9.097%20-21.5)%22%20fill%3D%22%2345628b%22%2F%3E%3C%2Fsvg%3E");
  background-size: 100% auto;
  content: "";
}

.-next .c-pager__control__link::after {
  display: block;
  width: 12px;
  height: 9px;
  margin-left: 12px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227%22%20height%3D%225.5%22%20viewBox%3D%220%200%207%205.5%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_86%22%20data-name%3D%22%E3%83%91%E3%82%B9%2086%22%20d%3D%22M-2.1%2C24.25l-7-2.75a5.826%2C5.826%2C0%2C0%2C1%2C.714%2C2.807A5.123%2C5.123%2C0%2C0%2C1-9.1%2C27Z%22%20transform%3D%22translate(9.097%20-21.5)%22%20fill%3D%22%2345628b%22%2F%3E%3C%2Fsvg%3E");
  background-size: 100% auto;
  content: "";
}

.c-pager__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: 'Montserrat';
}

.c-pager__item.-first::after {
  display: block;
  width: 18px;
  height: 6px;
  margin-left: 8px;
  background: radial-gradient(circle farthest-side, #aaa, #aaa 70%, transparent 70%, transparent);
  background-size: 6px 6px;
  content: "";
}

.c-pager__item.-last::before {
  display: block;
  width: 18px;
  height: 6px;
  margin-right: 8px;
  background: radial-gradient(circle farthest-side, #aaa, #aaa 70%, transparent 70%, transparent);
  background-size: 6px 6px;
  content: "";
}

.c-pager__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 35px;
  border: 1px solid #094391;
  border-radius: 3px;
  background-color: #fff;
  color: #094391;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: .3s border-color, .3s background-color, .3s color;
  transition: .3s border-color, .3s background-color, .3s color;
}

.c-pager__link:hover {
  border-color: #0e3469;
  background-color: #0e3469;
  color: #fff;
}

.c-pager__link.is-current {
  border-color: #ccc;
  background-color: #ccc;
  color: #222;
  font-weight: 700;
}

.c-pager__pulldown__outer::after {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  position: absolute;
  top: 50%;
  right: 10px;
  z-index: 3;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #222;
  font-size: 14px;
  font-size: 14px;
  font-size: 1.4rem;
  pointer-events: none;
  content: "";
}

.c-pager__pulldown__display {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding: 0 28px;
  border: 1px solid #094391;
  border-radius: 5px;
  background-color: #fff;
  color: #094391;
  font-family: 'Montserrat';
  font-size: 16px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.2;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: none;
}

.c-pager__pulldown__display__emphasis {
  margin-right: .4em;
  font-weight: 700;
}

.c-pager__pulldown {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  background-color: transparent;
  line-height: 1.2;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.c-pager__pulldown::-ms-expand {
  display: none;
}

.c-picture, .c-article .img-area, .c-article .img-s-area, .c-article .img-n-area {
  text-align: center;
}

.c-column .c-picture:first-child, .c-column .c-article .img-area:first-child, .c-article .c-column .img-area:first-child, .c-column .c-article .img-s-area:first-child, .c-article .c-column .img-s-area:first-child, .c-column .c-article .img-n-area:first-child, .c-article .c-column .img-n-area:first-child {
  margin: 0;
}

.c-picture img, .c-article .img-area img, .c-article .img-s-area img, .c-article .img-n-area img {
  max-width: 100%;
}

.c-picture__caption, .c-article .cap-c {
  color: #666;
}

.c-form-pulldown__outer {
  position: relative;
  overflow: hidden;
}

.c-form-pulldown__outer::after {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #222;
  content: "";
  pointer-events: none;
}

.c-form-pulldown {
  display: block;
  width: 100%;
  padding: 16px;
  border: 1px solid #ddd;
  border-radius: 1px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}

.c-section {
  width: 100%;
  border-radius: 8px;
  background-color: #efefef;
}

.c-sidemenu {
  border: 1px solid #ccc;
  background-color: #fff;
}

.c-sidemenu__heading {
  padding: 40px 20px 30px;
  border-bottom: 2px solid #ccc;
  font-family: 'Montserrat';
  font-weight: 700;
  font-size: 18px;
  font-size: 18px;
  font-size: 1.8rem;
}

.c-sidemenu__item:not(:last-child) {
  border-bottom: 1px solid #ccc;
}

.c-sidemenu .c-sidemenu__label, .c-sidemenu .c-sidemenu__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 18px 20px;
  font-size: 14px;
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
}

.c-sidemenu__label.is-active {
  font-weight: 700;
}

.c-sidemenu__label::after {
  width: 11px;
  height: 11px;
  margin-left: 8px;
  background-image: url(/files/user/assets/images/common/symbol-plus.svg?v=1612408004);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  content: "";
}

.is-active.c-sidemenu__label::after {
  background-image: url(/files/user/assets/images/common/symbol-minus.svg?v=1612408003);
}

.c-sidemenu__link::after {
  width: 11px;
  height: 11px;
  margin-left: 8px;
  background-image: url(/files/user/assets/images/common/symbol-caret.svg?v=1612408001);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 7px auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  content: "";
}

.c-sidemenu__link[target="_blank"]::after {
  background-image: url(/files/user/assets/images/common/symbol-blank.svg?v=1612408001);
  background-size: 11px auto;
}

.c-sidemenu__child {
  height: 0;
  background-color: #efefef;
  overflow: hidden;
  pointer-events: none;
  -webkit-transition: .3s height;
  transition: .3s height;
}

.is-active + .c-sidemenu__child {
  height: auto;
  border-top: 2px solid #0e3469;
  pointer-events: auto;
}

.c-sidemenu__child .c-sidemenu__child {
  background-color: #ddd;
}

.c-sns, .c-article .social-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-sns .fb-like, .c-article .social-area .fb-like {
  display: block;
  width: 92px;
}

.c-sns .fb-like span, .c-article .social-area .fb-like span, .c-sns .fb-like iframe, .c-article .social-area .fb-like iframe {
  width: 100% !important;
}

.c-tab__item {
  position: relative;
}

.is-active .c-tab__label::after {
  display: block;
  background-color: #050a50;
  content: "";
}

.c-table__scroll table {
  margin: 0;
}

.c-table caption, .c-article .table-area table caption {
  background-color: #05234d;
  color: #fff;
  font-weight: 700;
}

.c-table, .c-article .table-area table {
  width: 100%;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  color: #555;
  border-collapse: collapse;
}

.c-table thead, .c-article .table-area table thead {
  border-bottom: 1px solid #888;
}

.c-table th, .c-article .table-area table th {
  border-right: 1px dashed #ccc;
  border-bottom: 1px solid #ccc;
  background-color: #f8f8fa;
  color: #094391;
  font-weight: 700;
}

.c-table th:last-child, .c-article .table-area table th:last-child {
  border-right: 1px solid #ccc;
}

.c-table thead th, .c-article .table-area table thead th {
  border-right: 1px solid #ccc;
  border-bottom: none;
}

.c-table td, .c-article .table-area table td {
  border-right: 1px dashed #ccc;
  border-bottom: 1px solid #ccc;
}

.c-table td:last-child, .c-article .table-area table td:last-child {
  border-right: 1px solid #ccc;
}

.c-table--border {
  width: 100%;
  background-color: #fff;
  color: #555;
  border-collapse: collapse;
}

.c-table--border th {
  color: #094391;
  font-weight: 700;
}

.c-table--border tr:not(:last-child) th {
  border-bottom: 1px solid #ccc;
}

.c-table--border thead th {
  border-bottom: 1px solid #888;
}

.c-table--border tr:not(:last-child) td {
  border-bottom: 1px solid #ccc;
}

.c-table--order {
  width: 100%;
  border-collapse: collapse;
}

.c-table--order th {
  border: 1px solid #ccc;
  border-right-style: dashed;
  background-color: #f8f8fa;
  font-weight: 700;
  text-align: center;
}

.c-table--order th:empty {
  border: none;
  background-color: transparent;
}

.c-table--order td {
  border: 1px solid #ccc;
  border-left: none;
}

.c-table--order td:empty {
  border: none;
}

.c-text--indent {
  text-indent: 1em;
}

.c-text--middle {
  font-size: 16px;
  font-size: 16px;
  font-size: 1.6rem;
}

.c-text--large {
  font-size: 18px;
  font-size: 18px;
  font-size: 1.8rem;
}

.c-text--xlarge {
  font-size: 20px;
  font-size: 20px;
  font-size: 2rem;
}

.c-text--align-left {
  display: block;
  text-align: left;
}

.c-text--align-center {
  text-align: center;
}

.c-text--align-right, .c-article .right-adjust {
  display: block;
  text-align: right;
}

.c-text--bold, .c-article strong, .c-article b, .c-article .strong {
  font-weight: 700;
}

.c-text--italic, .c-article em, .c-article .i {
  font-style: italic;
  /*font-weight: 400;*/
}

.c-text--strike {
  text-decoration: line-through;
}

.c-text--quote {
  padding-left: 20px;
  border-left: 5px solid #ccc;
  color: #666;
}

.c-text--marker, .c-article .tx-bg-y {
  background-color: #F9F17E;
}

.cms-pallet-01 {
  color: #222;
}

.cms-pallet-02 {
  color: #ff2424;
}

.cms-pallet-03 {
  color: #564632;
}

.cms-pallet-04 {
  color: #aaa;
}

.cms-pallet-05 {
  color: #099129;
}

.cms-pallet-06 {
  color: #78aa14;
}

.cms-pallet-07 {
  color: #17aea9;
}

.cms-pallet-08 {
  color: #666;
}

.cms-pallet-09 {
  color: #0e3469;
}

.cms-pallet-10 {
  color: #e6aa6e;
}

.cms-pallet-11 {
  color: #490550;
}

.c-topics, .c-article .news-list {
  margin: 40px 0;
}

.c-topics__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
}

.c-topics__link::after {
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
  content: "";
}

.c-topics__link[target="_blank"]::after {
  background-image: url(/files/user/assets/images/common/symbol-blank.svg?v=1612408001);
  background-size: auto 11px;
}

.c-topics__link[href$=".pdf"]::after {
  background-image: url(/files/user/assets/images/common/symbol-pdf.svg?v=1612408003);
  background-size: auto 12px;
}

.c-topics__link.-notHover:hover[target="_blank"]::after {
  background-image: url(/files/user/assets/images/common/symbol-blank.svg?v=1612408001);
}

.c-topics__link.-notHover:hover[href$=".pdf"]::after {
  background-image: url(/files/user/assets/images/common/symbol-pdf.svg?v=1612408003);
}

.c-topics__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-topics__info__date, .c-topics__date, .c-article .news-list dt {
  display: block;
  font-family: 'Montserrat';
  font-weight: 500;
  line-height: 1.7;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.c-topics__info__category, .c-topics__category {
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  font-size: 12px;
  font-size: 1.2rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  cursor: pointer;
}
.c-topics__info__category:hover, .c-topics__category:hover {
  opacity: 0.8;
}

.c-topics-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 40px 0;
}

.c-topics-card__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.c-topics-card__picture {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-top: 56%;
}

.c-topics-card__picture img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  max-width: 101%;
  height: auto;
  max-height: 101%;
}

.c-topics-card__label {
  display: block;
  position: absolute;
  z-index: 2;
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  font-size: 13px;
  font-size: 1.3rem;
}

.-en .c-topics-card__label {
  font-family: 'Montserrat';
}

.c-topics-card__title {
  font-weight: 700;
}

.c-topics-card__info__date {
  display: block;
  color: #666;
  font-family: 'Montserrat';
  font-weight: 500;
}

.c-topics-card__info__category {
  font-size: 13px;
  font-size: 13px;
  font-size: 1.3rem;
}

.c-video {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}

.c-video iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border: none;
}

.c-video__topics__link {
  display: block;
}

.c-video__topics__picture {
  position: relative;
}

.c-video__topics__picture::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .3);
  content: "";
}

.c-video__topics__picture::after {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url(/files/user/assets/images/page/videos-symbol-play.svg?v=1612408028) no-repeat center center/100% auto;
  content: "";
}

.c-video__topics__picture img {
  width: 100%;
}

.c-video__topics__picture_page::before, .c-video__topics__picture_page::after {
  display: none;
}

.c-video__topics__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-video__topics__label__item {
  margin-right: 2px;
  margin-bottom: 2px;
  border: 1px solid #45628b;
  border-radius: 3px;
  color: #45628b;
  font-size: 12px;
  font-size: 12px;
  font-size: 1.2rem;
}

.c-video__topics__label__item:not(:last-child) {
  margin-right: 6px;
}

.c-video__topics__info {
  display: none;
}

.c-video__topics__info__date {
  font-family: 'Montserrat';
  font-weight: 500;
  font-size: 12px;
  font-size: 12px;
  font-size: 1.2rem;
}

.c-video__topics__info__description {
  margin: 10px 0 16px;
  font-size: 14px;
  font-size: 14px;
  font-size: 1.4rem;
}

.c-video__topics__info__button {
  padding-top: 12px;
  padding-bottom: 12px;
}

.p-activities__around {
  position: relative;
  background-color: #444;
  background-image: url(/files/user/assets/images/page/activities-hero.png?v=1614669383);
  background-repeat: no-repeat;
  background-position: center top;
}

.p-activities__around .l-breadcrumb__item::before {
  border-color: #fff;
}

.p-activities__around__particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-activities__around__heading {
  color: #fff;
  letter-spacing: 0.03em;
}

.p-activities__around__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  letter-spacing: 0.05em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-activities__around__article__list {
  width: 100%;
}

.p-activities__around__article {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.p-activities__around__article__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  border: 3px solid #fff;
  border-radius: 3px;
  background-color: #f8f8fa;
}

.p-activities__around__article__link::before {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  border-radius: 0 3px 0 15px;
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2226%22%20height%3D%225%22%20viewBox%3D%220%200%2026%205%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_100%22%20data-name%3D%22%E3%83%91%E3%82%B9%20100%22%20d%3D%22M-2.1%2C16.221l-7-2.5a4.9%2C4.9%2C0%2C0%2C1%2C.681%2C2H-28.1v1H-8.409a4.316%2C4.316%2C0%2C0%2C1-.688%2C2Z%22%20transform%3D%22translate(28.097%20-13.721)%22%20fill%3D%22%23094391%22%2F%3E%3C%2Fsvg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  content: "";
}

.p-activities__around__article__link:hover::before {
  background-color: #222;
  background-image: url(/files/user/assets/images/common/symbol-arrow.svg?v=1612408001);
}

.p-activities__around__article__picture {
  overflow: hidden;
}

.p-activities__around__article__picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-activities__around__article__title {
  font-weight: 700;
  letter-spacing: 0.035em;
}

.-pressrelease .p-activities__around__article__title {
  letter-spacing: 0.05em;
}

.p-activities__around__article__date {
  margin-top: auto;
  color: #aaa;
  font-weight: 500;
}

.p-activities__around__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-activities__around__more__button {
  border-color: #555 !important;
  background-color: #555;
  color: #fff;
  -webkit-transition: .2s all ease-in-out;
  transition: .2s all ease-in-out;
}

.p-activities__around__more__button::before {
  content: none;
}

.p-activities__around__more__button::after {
  background-image: url(/files/user/assets/images/common/symbol-arrow.svg?v=1612408001);
}

.p-activities__around__more__button:hover {
  background-color: #efefef !important;
  color: #555 !important;
}

.p-activities__around__more__button:hover::after {
  background-image: url(/files/user/assets/images/common/symbol-arrow_gray.svg?v=1612408001) !important;
}

.p-activities__aside {
  background: url(/files/user/assets/images/page/activities-aside_bg.png?v=1612408015) no-repeat center top;
  background-color: #a4a4a4;
  background-size: 100% auto;
}

.p-activities__backnumber .p-activities__backnumber__heading__outer {
  margin-bottom: 16px;
}

.p-activities__backnumber .p-activities__backnumber__heading {
  color: #fff;
}

.p-activities__backnumber__link {
  width: 100%;
  color: #fff;
}

.p-activities__backnumber__picture {
  display: inline-block;
  -webkit-box-shadow: 0 5px 12px rgba(0, 0, 0, .05);
          box-shadow: 0 5px 12px rgba(0, 0, 0, .05);
  vertical-align: top;
}

.p-activities__backnumber__picture img {
  width: 100%;
}

.p-admissions__event {
  background-color: #efefef;
}

.p-admissions__event__link {
  height: 100%;
}

.p-admissions__event__picture {
  overflow: hidden;
}

.p-admissions__event__control__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-admissions__event__control .slick-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: static;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  width: 33.75px;
  height: 33.75px;
  margin-top: 0;
  border: 1px solid #0e3469;
  border-radius: 3px;
  background-color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-admissions__event__control .slick-arrow::before {
  opacity: 1;
  display: block;
  width: 10.5px;
  height: 7.5px;
  background-image: url(/files/user/assets/images/common/symbol-caret.svg?v=1612408001);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  content: "";
}

.p-admissions__event__control .slick-prev::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.p-admissions__event__control .slick-dots button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-admissions__event__control .slick-dots button::before {
  opacity: 1;
  display: block;
  position: static;
  border-radius: 100%;
  background-color: #2c83ff;
  content: "";
}

.p-admissions__event__control .slick-dots .slick-active button::before {
  opacity: 1;
  background-color: #e6aa6e;
}

.p-admissions__guide__hero {
  width: 100%;
}

.p-admissions__guide__hero img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-admissions__guide__menu {
  border: 2px solid #ccc;
  border-radius: 5px;
}

.p-admissions__guide__menu__item + .p-admissions__guide__menu__item {
  border-top: 1px solid #ddd;
}

.p-admissions__guide__menu__item:first-child {
  overflow: hidden;
  border-radius: 5px 5px 0 0;
}

.p-admissions__guide__menu__item:last-child {
  overflow: hidden;
  border-radius: 0 0 5px 5px;
}

.p-admissions__guide__menu__link {
  display: block;
  position: relative;
  background-color: #fff;
  color: #094391;
}

.p-admissions__guide__menu__link::after {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 23px;
  height: 5px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2226%22%20height%3D%225%22%20viewBox%3D%220%200%2026%205%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_100%22%20data-name%3D%22%E3%83%91%E3%82%B9%20100%22%20d%3D%22M-2.1%2C16.221l-7-2.5a4.9%2C4.9%2C0%2C0%2C1%2C.681%2C2H-28.1v1H-8.409a4.316%2C4.316%2C0%2C0%2C1-.688%2C2Z%22%20transform%3D%22translate(28.097%20-13.721)%22%20fill%3D%22%23094391%22%2F%3E%3C%2Fsvg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  content: "";
}

.p-admissions__guide__menu__link:hover::after {
  right: 3%;
}

.p-admissions__guide__menu__link[target="_blank"]::after {
  right: 5.6%;
  width: 12px;
  height: 12px;
  background-image: url(/files/user/assets/images/common/symbol-blank.svg?v=1612408001);
}

.p-admissions__guide__menu__link[target="_blank"]:hover::after {
  right: 4.6%;
}

.p-buildinghistory {
  position: relative;
  background-color: #f8f4ee;
}

.p-buildinghistory__info__text__mark {
  margin-right: 4px;
}

.p-buildinghistory__info__text__mark::before {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background-color: #222;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216.001%22%20height%3D%2215.998%22%20viewBox%3D%220%200%2016.001%2015.998%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_422%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20422%22%20transform%3D%22translate(-330.949%20-82.477)%22%3E%20%3Cline%20id%3D%22%E7%B7%9A_101%22%20data-name%3D%22%E7%B7%9A%20101%22%20x2%3D%2216.001%22%20transform%3D%22translate(330.949%2090.475)%22%20fill%3D%22none%22%20stroke%3D%22%23f8f4ee%22%20stroke-width%3D%222%22%2F%3E%20%3Cline%20id%3D%22%E7%B7%9A_102%22%20data-name%3D%22%E7%B7%9A%20102%22%20x2%3D%2215.998%22%20transform%3D%22translate(338.95%2082.477)%20rotate(90)%22%20fill%3D%22none%22%20stroke%3D%22%23f8f4ee%22%20stroke-width%3D%222%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 8px auto;
  content: "";
}

.p-buildinghistory__info__link a {
  border-bottom: 1px dashed #094391;
  color: #094391;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-buildinghistory__info__link a::after {
  display: inline-block;
  width: 7px;
  height: 12px;
  margin-left: 4px;
  background-image: url(/files/user/assets/images/common/symbol-caret.svg?v=1612408001);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  vertical-align: 0;
  content: "";
}

.p-buildinghistory__item {
  position: relative;
}

.p-buildinghistory__item.is-active {
  z-index: 4;
}

.p-buildinghistory__inner {
  position: absolute;
}

.p-buildinghistory__period {
  margin-bottom: 5px;
  color: #05234d;
}

.is-active .p-buildinghistory__card__outer {
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 15px rgba(0, 0, 0, .16);
          box-shadow: 0 1px 15px rgba(0, 0, 0, .16);
  background-color: #fff;
}

.p-buildinghistory__card__open {
  display: block;
  width: 100%;
  cursor: pointer;
  -webkit-transition: .3s opacity;
  transition: .3s opacity;
}

.is-active .p-buildinghistory__card__open {
  pointer-events: none;
}

.p-buildinghistory__card__open__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 35px;
  height: 35px;
  border-radius: 3px 0 3px 0;
  background-color: #05234d;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.is-active .p-buildinghistory__card__open__icon {
  display: none;
}

.p-buildinghistory__card__open__icon::before {
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background-color: #fff;
  background-image: url(/files/user/assets/images/common/symbol-plus.svg?v=1612408004);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 10px auto;
  content: "";
}

.p-buildinghistory__card__picture__inner {
  position: relative;
  z-index: 2;
  overflow: hidden;
  border-radius: 3px;
}

.is-active .p-buildinghistory__card__picture__inner {
  border-radius: 3px 3px 0 0;
}

.p-buildinghistory__card__picture img {
  max-width: 100%;
  width: 100%;
}

.p-buildinghistory__card__title {
  font-weight: 700;
}

.is-active .p-buildinghistory__card__outer .p-buildinghistory__card__title {
  text-decoration: none;
}

.p-buildinghistory__card {
  display: none;
}

.is-active .p-buildinghistory__card__outer .p-buildinghistory__card {
  display: block;
}

.p-buildinghistory__card__close__icon {
  display: block;
  position: absolute;
  z-index: 5;
  border-radius: 100%;
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217.715%22%20height%3D%2217.715%22%20viewBox%3D%220%200%2017.715%2017.715%22%3E%20%3Cg%20id%3D%22menu%22%20transform%3D%22translate(-336.643%20-19.143)%22%3E%20%3Cline%20id%3D%22%E7%B7%9A_12%22%20data-name%3D%22%E7%B7%9A%2012%22%20x2%3D%2224.052%22%20transform%3D%22translate(336.996%2019.496)%20rotate(45)%22%20fill%3D%22none%22%20stroke%3D%22%23555%22%20stroke-width%3D%221%22%2F%3E%20%3Cline%20id%3D%22%E7%B7%9A_92%22%20data-name%3D%22%E7%B7%9A%2092%22%20x2%3D%2224.052%22%20transform%3D%22translate(336.996%2036.504)%20rotate(-45)%22%20fill%3D%22none%22%20stroke%3D%22%23555%22%20stroke-width%3D%221%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 15px auto;
  cursor: pointer;
  content: "";
}

.p-buildinghistory__card__button__outer {
  margin-top: 20px;
}

.p-buildinghistory__card__button {
  padding-top: 13px;
  padding-bottom: 13px;
}

.p-gakunai__hero {
  background: url(/files/user/assets/images/page/gakunai-hero_bg.jpg?v=1612408019) no-repeat center top;
  background-size: cover;
}

.p-gakunai__hero__inner {
  padding-top: 40px;
}

.p-gakunai__banner .c-banner__title {
  top: auto;
  font-weight: 700;
  text-align: left;
  -webkit-transform: none;
          transform: none;
  -webkit-transform: initial;
          transform: initial;
}

.p-gakunai__banner .c-banner__link {
  border: none;
  border-radius: 0;
}

.p-gakunai__banner .c-banner__link::before {
  top: inherit;
  left: 0;
  bottom: 0;
  -webkit-transform: translate(0);
          transform: translate(0);
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(34, 34, 34, .5)));
  background: linear-gradient(to bottom, transparent, rgba(34, 34, 34, .5));
}

.p-gakunai__topics__title {
  color: #fff;
}

.p-gakunai__topics__link__wrap {
  background: #fff;
  padding: 20px;
}

.p-gakunai__links {
  width: 100%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 30px;
}

.p-gakunai__links__link {
  width: 100%;
  display: block;
  position: relative;
  padding-top: 48.4848%;
  -webkit-transition: .2s opacity ease-in-out;
  transition: .2s opacity ease-in-out;
}

.p-gakunai__links__link:hover {
  opacity: .7;
}

.p-gakunai__links__picture {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.p-gakunai__links__picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-gakunai__links__picture.-shadow::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(5, 35, 77, .9);
}

.p-gakunai__links__title {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.p-gakunai__links__control__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-gakunai__links__control .slick-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: static;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  width: 33.75px;
  height: 33.75px;
  margin-top: 0;
  border: 1px solid #0e3469;
  border-radius: 3px;
  background-color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-gakunai__links__control .slick-arrow::before {
  opacity: 1;
  display: block;
  width: 10.5px;
  height: 7.5px;
  background-image: url(/files/user/assets/images/common/symbol-caret.svg?v=1612408001);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  content: "";
}

.p-gakunai__links__control .slick-prev::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.p-gakunai__links__control .slick-dots button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-gakunai__links__control .slick-dots button::before {
  opacity: 1;
  display: block;
  position: static;
  border-radius: 100%;
  background-color: #fff;
  content: "";
}

.p-gakunai__links__control .slick-dots .slick-active button::before {
  opacity: 1;
  background-color: #0e3469;
}

.p-gakunai__links .slick-list {
  margin: -2px;
}

.p-gakunai__links .slick-slide {
  margin: 2px;
}

.p-gakunai__news__section.l-container--main {
  padding-top: 48px;
  padding-bottom: 8px;
}

.p-gakunai__pickup__section {
  background: #A4A4A4;
  padding-top: 40px;
}

.p-gakunai__pickup__section .c-heading--lv2, .p-gakunai__pickup__section .c-article .h2-area h2, .c-article .h2-area .p-gakunai__pickup__section h2, .p-gakunai__pickup__section .c-article .newstitle h2, .c-article .newstitle .p-gakunai__pickup__section h2, .p-gakunai__pickup__section .c-article .junction-h2, .c-article .p-gakunai__pickup__section .junction-h2 {
  color: #fff;
}

.p-gakunai__pickup__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -1% 0;
}

.p-gakunai__pickup__list__item {
  margin: 1%;
}

.p-gakunai__pickup__list__item:first-child {
  margin-left: 0;
}

.p-gakunai__pickup__list__link {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  background: #fff;
  padding: 10px 15px;
  -webkit-transition: .2s opacity ease-in-out;
  transition: .2s opacity ease-in-out;
}

.p-gakunai__pickup__list__link:hover {
  opacity: .7;
}

.p-gakunai__pickup__list__picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: 10px;
  top: 10px;
  right: 10px;
  bottom: 10px;
  z-index: 5;
}

.p-gakunai__pickup__list__picture img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-gakunai__pickup__list__picture.-bg {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.p-gakunai__pickup__list__picture.-bg::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, .6);
}

.p-gakunai__pickup__list__picture.-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-gakunai__pickup__list__text {
  width: 100%;
  display: block;
  position: relative;
  z-index: 10;
  font-size: 12px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.4;
  text-align: center;
}

.p-gakunai__pickup__list__text.-left {
  text-align: left;
}

.p-gakunai__pickup__list__text b {
  display: block;
  color: #222;
  line-height: 1.5;
  font-size: 16px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}

.p-international__hero__text {
  position: absolute;
  z-index: 2;
  color: #fff;
  font-weight: 500;
}

.p-international__hero .slick-slide {
  width: 100vw;
}

.p-international__hero__picture {
  width: 100%;
  height: 0;
  padding-top: 28.9%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.p-international__topics .c-topics-card {
  margin: 0;
}

.p-international__news {
  background-color: #f8f8fa;
}

.p-international__news__list {
  margin-bottom: 0;
}

.p-magazine__section {
  line-height: 1.6;
}

.p-magazine__picture__link {
  display: block;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.p-magazine__picture__link__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 11px 20px 11px 10px;
  border-radius: 10px 0 3px 0;
  background-color: #05234d;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-magazine__picture__link__label::before {
  display: block;
  border-radius: 100%;
  background-color: #fff;
  background-image: url(/files/user/assets/images/common/symbol-plus.svg?v=1612408004);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 10px auto;
  content: "";
}

.p-magazine__picture img {
  max-width: 100%;
}

.p-magazine__title {
  font-weight: 700;
}

.p-magazine__title--lv2 {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.p-magazine__backnumber__title {
  font-weight: 700;
}

.p-magazine__banner {
  background-color: #efefef;
}

.p-magazine__banner__link {
  display: block;
  border: 1px solid #ccc;
  background-color: #fff;
}

.p-magazine__banner__title {
  font-weight: 700;
}

.p-magazine__banner__description {
  margin-top: 12px;
}

.p-president__message__info__picture img {
  max-width: 100%;
}

.p-president__message__info__post {
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 12px;
  font-size: 12px;
  font-size: 1.2rem;
}

.p-president__message__info__name {
  font-weight: 500;
  font-size: 18px;
  font-size: 18px;
  font-size: 1.8rem;
}

.p-president__message__info__name--alphabet {
  margin-top: 3px;
  color: #666;
  font-family: 'Montserrat';
  font-weight: 500;
  font-size: 11px;
  font-size: 11px;
  font-size: 1.1rem;
}

.p-president__message__heading {
  font-weight: 700;
}

.p-president__message__signature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.p-president__message__signature__post {
  display: block;
}

.-en .p-top__logo__inner img {
  vertical-align: middle;
}

.p-top__hero, .p-international__hero {
  position: relative;
}

.p-top__hero__item, .p-international__hero__item {
  position: relative;
  vertical-align: top;
}

.p-top__hero__picture {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  background-repeat: no-repeat;
  background-size: cover;
}

.p-top__hero__text__title {
  font-weight: 700;
}

.p-top__hero__control, .p-international__hero__control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-top__hero__control .slick-arrow, .p-international__hero__control .slick-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: static;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-top__hero__control .slick-arrow::before, .p-international__hero__control .slick-arrow::before {
  opacity: 1;
  display: block;
  width: 10.5px;
  height: 7.5px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227%22%20height%3D%225.5%22%20viewBox%3D%220%200%207%205.5%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_86%22%20data-name%3D%22%E3%83%91%E3%82%B9%2086%22%20d%3D%22M-2.1%2C24.25l-7-2.75a5.826%2C5.826%2C0%2C0%2C1%2C.714%2C2.807A5.123%2C5.123%2C0%2C0%2C1-9.1%2C27Z%22%20transform%3D%22translate(9.097%20-21.5)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  content: "";
}

.p-top__hero__control .slick-prev::before, .p-international__hero__control .slick-prev::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.p-top__hero__control .slick-dots li, .p-international__hero__control .slick-dots li {
  width: 30px;
  height: 30px;
  margin: 0;
}

.p-top__hero__control .slick-dots button, .p-international__hero__control .slick-dots button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-top__hero__control .slick-dots button::before, .p-international__hero__control .slick-dots button::before {
  opacity: 1;
  display: block;
  position: static;
  border-radius: 100%;
  background-color: #2c83ff;
  content: "";
}

.p-top__hero__control .slick-dots .slick-active button::before, .p-international__hero__control .slick-dots .slick-active button::before {
  opacity: 1;
  background-color: #fff;
}

.p-top__hero__control__stop, .p-top__hero__control__play {
  display: none;
  position: static;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
  cursor: pointer;
}

.is-active.p-top__hero__control__stop, .is-active.p-top__hero__control__play {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-top__hero__control__stop__symbol::before {
  display: block;
  width: 15px;
  height: 15px;
  background: url(/files/user/assets/images/common/symbol-stop.svg?v=1612408005) no-repeat center center;
  content: "";
}

.p-top__hero__control__play__symbol::before {
  display: block;
  width: 15px;
  height: 15px;
  background: url(/files/user/assets/images/common/symbol-play.svg?v=1612408004) no-repeat center center;
  content: "";
}

.p-top__important {
  color: #ff2424;
  border-bottom: 1px solid #efefef;
}

.p-top__important__heading {
  font-weight: 700;
}

.p-top__important__heading__symbol::before {
  display: inline-block;
  background: url(/files/user/assets/images/common/symbol-attention.svg?v=1612408001) no-repeat center center/100% auto;
  vertical-align: -3px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  content: "";
}

.p-top__important__topics__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.p-top__important__topics__link::after {
  display: block;
  background-color: #d20d0d;
  background-image: url(/files/user/assets/images/common/symbol-arrow.svg?v=1612408001);
  background-repeat: no-repeat;
  background-position: center center;
  content: "";
}

.p-top__important__topics__date {
  font-family: 'Montserrat';
}

.p-top__section__heading {
  color: #050a50;
}

.-en .p-top__section__heading {
  font-family: 'Montserrat';
}

.p-top__section__heading--sub {
  display: block;
}

.p-top__tmdutopics .c-topics-card {
  margin: 0;
}

.p-top__tmdutopics__button {
  border: none;
}

.p-top__news__list {
  margin: 0;
}

.p-top__admission__nav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background-color: #efefef;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-top__admission__nav__symbol {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.p-top__admission__nav__symbol img {
  width: 100%;
  height: auto;
}

.p-top__admission__nav__link:hover .p-top__admission__nav__symbol__off {
  display: none;
}

.p-top__admission__nav__symbol__on {
  display: none;
}

.p-top__admission__nav__link:hover .p-top__admission__nav__symbol__on {
  display: block;
}

.p-top__admission__nav__contents__label {
  background-color: #ff2424;
  color: #fff;
  line-height: 1.1;
  white-space: nowrap;
}

.p-top__admission__nav__contents__description {
  font-weight: 400;
}

.p-top__event {
  background-color: #efefef;
}

.p-top__event__heading__button {
  border: none;
}

.p-top__event__link {
  height: 100%;
}

.p-top__event__picture {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-top: 56%;
}

.p-top__links__list {
  overflow: hidden;
}

.p-top__links__item {
  padding-right: 1px;
  padding-bottom: 1px;
}

.p-top__links__link {
  display: block;
  height: 100%;
  background-color: #efefef;
}

.p-top__links__picture {
  position: relative;
  overflow: hidden;
}

.p-top__links__picture img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-top__links__title {
  position: relative;
}

.p-top__links__title::before {
  display: block;
  position: absolute;
  top: 0;
  width: 28px;
  height: 3px;
  background-color: #222;
  content: "";
}

.p-top__links__control__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-top__links__control .slick-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: static;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  width: 33.75px;
  height: 33.75px;
  margin-top: 0;
  border: 1px solid #0e3469;
  border-radius: 3px;
  background-color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-top__links__control .slick-arrow::before {
  opacity: 1;
  display: block;
  width: 10.5px;
  height: 7.5px;
  background-image: url(/files/user/assets/images/common/symbol-caret.svg?v=1612408001);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  content: "";
}

.p-top__links__control .slick-prev::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.p-top__links__control .slick-dots button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-top__links__control .slick-dots button::before {
  opacity: 1;
  display: block;
  position: static;
  border-radius: 100%;
  background-color: #2c83ff;
  content: "";
}

.p-top__links__control .slick-dots .slick-active button::before {
  opacity: 1;
  background-color: #e6aa6e;
}

.p-top__education__picture {
  overflow: hidden;
}

.p-top__education__picture img {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top__education__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: 'Montserrat';
  font-weight: 500;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-top__education__symbol {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.p-top__education__symbol__on {
  display: none;
}

.p-top__education__symbol img {
  width: 100%;
}

.p-top__rankings__title {
  position: relative;
  background-image: url(/files/user/assets/images/common/symbol-graduation.svg?v=1612408003);
  background-repeat: no-repeat;
  background-size: auto 100%;
  color: #050a50;
  font-weight: 700;
}

.p-top__rankings__block__title {
  font-family: 'Montserrat';
}

.p-top__rankings__contents {
  text-align: center;
}

.p-top__rankings__contents:not(:last-child) {
  color: #4d58e6;
}

.p-top__rankings__contents + .p-top__rankings__contents {
  border-left: 1px solid #ccc;
}

.p-top__rankings__contents__rank {
  font-family: 'Montserrat';
  font-weight: 500;
  letter-spacing: 0;
  white-space: nowrap;
}

.is-fadein .p-top__rankings__contents__rank {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.p-top__rankings__notes {
  color: #666;
  text-align: right;
}

.p-videos__topics__link {
  display: block;
}

.p-videos__topics__picture {
  position: relative;
}

.p-videos__topics__picture::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .3);
  content: "";
}

.p-videos__topics__picture::after {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url(/files/user/assets/images/page/videos-symbol-play.svg?v=1612408028) no-repeat center center/100% auto;
  content: "";
}

.p-videos__topics__picture img {
  width: 100%;
}

.p-videos__topics__picture_page::after {
  display: none;
}

.p-videos__topics__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-videos__topics__label__item {
  border: 1px solid #45628b;
  border-radius: 3px;
  color: #45628b;
  font-size: 12px;
  font-size: 12px;
  font-size: 1.2rem;
}

.p-videos__topics__label__item:not(:last-child) {
  margin-right: 6px;
}

.p-videos__topics__info {
  display: none;
}

.p-videos__topics__info__date {
  font-family: 'Montserrat';
  font-weight: 500;
  font-size: 12px;
  font-size: 12px;
  font-size: 1.2rem;
}

.p-videos__topics__info__description {
  margin: 10px 0 16px;
  font-size: 14px;
  font-size: 14px;
  font-size: 1.4rem;
}

.p-videos__topics__info__button {
  padding-top: 12px;
  padding-bottom: 12px;
}

.p-videos__categories {
  background-color: #efefef;
}

.p-videos__categories__form__pulldown .c-form-pulldown {
  border-radius: 1px;
  background-color: #fff;
}

.p-videos__categories__form__search {
  position: relative;
}

.p-videos__categories__form__search__input {
  -webkit-appearance: none;
}

.p-videos__categories__form__search__submit {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 0;
  background-color: transparent;
}

.p-videos__categories__form__search__submit__symbol::before {
  display: block;
  background: url(/files/user/assets/images/common/symbol-search.svg?v=1612408004) no-repeat center center/100% auto;
  content: "";
}

.p-videos__categories__topics .c-video__topics__picture {
  overflow: hidden;
}

.p-videos__categories__topics .c-video__topics__picture img {
  width: auto;
  max-width: 100%;
}

.p-videos__categories__control__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-videos__categories__control .slick-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: static;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  width: 33.75px;
  height: 33.75px;
  margin-top: 0;
  border: 1px solid #0e3469;
  border-radius: 3px;
  background-color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-videos__categories__control .slick-arrow::before {
  opacity: 1;
  display: block;
  width: 10.5px;
  height: 7.5px;
  background-image: url(/files/user/assets/images/common/symbol-caret.svg?v=1612408001);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  content: "";
}

.p-videos__categories__control .slick-prev::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.p-videos__categories__control .slick-dots button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-videos__categories__control .slick-dots button::before {
  opacity: 1;
  display: block;
  position: static;
  border-radius: 100%;
  background-color: #2c83ff;
  content: "";
}

.p-videos__categories__control .slick-dots .slick-active button::before {
  opacity: 1;
  background-color: #e6aa6e;
}

.c-article hr {
  margin: 0;
  border-width: 0;
}

.c-article .rss a:not([class]) {
  border: none;
}

.c-article .rss-area p {
  margin: 0;
}

.c-article .img-area p, .c-article .img-s-area p, .c-article .img-n-area p {
  margin: 0;
}

.c-article .img a {
  display: inline-block;
  border-bottom: none;
}

.c-article .img a::after {
  content: none;
}

.c-article .cap-c {
  text-align: center;
}

.c-article .tx-pat03 .tx-area {
  margin: 0;
}

.c-article .tx-pat03 p {
  margin: 0;
}

.c-article .tx-pat02 .tx-area {
  margin: 0;
}

.c-article .plugin-area .pdf-icon a {
  border-bottom: none;
}

.c-article .plugin-area .pdf-icon a::after {
  content: none;
}

.c-article .newstitle .list-link {
  margin-top: 0;
  margin-bottom: 0;
}

.c-article .newstitle .rss {
  margin-top: 0;
}

.c-article .junction-h2 a {
  border-bottom: none;
}

.c-article .junction-h2 a::after {
  height: 14px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2226%22%20height%3D%225%22%20viewBox%3D%220%200%2026%205%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_100%22%20data-name%3D%22%E3%83%91%E3%82%B9%20100%22%20d%3D%22M-2.1%2C16.221l-7-2.5a4.9%2C4.9%2C0%2C0%2C1%2C.681%2C2H-28.1v1H-8.409a4.316%2C4.316%2C0%2C0%2C1-.688%2C2Z%22%20transform%3D%22translate(28.097%20-13.721)%22%20fill%3D%22%23094391%22%2F%3E%3C%2Fsvg%3E");
}

.c-article .junction-outline {
  margin: 0 !important;
}

.c-article .junction-outline-area02 .junction-outline-img {
  margin-top: 0;
}

.c-article .junction-outline-tx {
  margin: 0;
}

.c-article .junction-outline img {
  width: 100%;
}

.c-article .junction-list-area {
  margin-top: 32px;
}

.c-article .anchor-area .str01 li:not(:last-child) {
  margin-right: 0 !important;
}

.c-article .anchor-area .str02 ul > li:not(:last-child) {
  margin-right: 0 !important;
}

.c-article .anchor-area a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-bottom: none;
  color: #222;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.c-article .anchor-area a::after {
  content: none;
}

.c-article .pnavi-area .go-top a {
  color: #222;
}

.c-article .pnavi-area .go-top a::after {
  content: none;
}

.c-article .pnavi-area .go-top a:hover {
  border-bottom-color: #ddd;
}

.c-article .bottomlink .go-home {
  margin: 0;
}

.c-article .bottomlink .go-home a {
  border-bottom: none;
}

.c-article .bottomlink .go-home a::after {
  content: none;
}

.c-article .bottomlink .go-top {
  margin: 0;
}

.c-article .bottomlink .go-top a {
  border-bottom: none;
  color: #222;
}

.c-article .bottomlink .go-top a::after {
  content: none;
}

.c-article *:not(.c-video) iframe {
  width: 100%;
  border: 1px solid #ccc !important;
}

.c-article details summary {
  outline: none;
}

.c-article details summary::-webkit-details-marker {
  display: none;
}

.c-article details[open] summary::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%222%22%20viewBox%3D%220%200%2016%202%22%3E%20%3Cline%20id%3D%22%E7%B7%9A_117%22%20data-name%3D%22%E7%B7%9A%20117%22%20x2%3D%2216%22%20transform%3D%22translate(0%201)%22%20fill%3D%22none%22%20stroke%3D%22%23e86b79%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
  color: #e86b79;
}

.c-article details p {
  height: auto !important;
  margin: 0;
}

.c-article .junction-h2-deco {
  width: 100%;
}

.c-article .junction-h2-deco .junction-btn {
  margin-left: auto;
  font-size: 0;
}

.c-article .junction-h2-deco .junction-btn::after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
  padding-right: 25px;
  background: url(/files/user/assets/images/common/symbol-plus.svg?v=1612408004) no-repeat;
  background-size: 15px auto;
  color: #0e3469;
  font-size: 13px;
  font-size: 13px;
  font-size: 1.3rem;
  letter-spacing: 0.015em;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-article .is-active .junction-btn::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%222%22%20viewBox%3D%220%200%2016%202%22%3E%20%3Cline%20id%3D%22%E7%B7%9A_117%22%20data-name%3D%22%E7%B7%9A%20117%22%20x2%3D%2216%22%20transform%3D%22translate(0%201)%22%20fill%3D%22none%22%20stroke%3D%22%23e86b79%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
  color: #e86b79;
}

.c-article .junction-link-second {
  margin: 0 !important;
}

@media screen and (max-width: 766px) {
  html[data-lc-type=inline] #lightcase-case,
  html[data-lc-type=ajax] #lightcase-case {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    margin: 0 !important;
    padding: 55px 0 70px 0;
    width: 100% !important;
    height: 100% !important;
    overflow: auto !important;
  }
  html[data-lc-type=inline] #lightcase-content,
  html[data-lc-type=ajax] #lightcase-content,
  html[data-lc-type=error] #lightcase-content {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
  }
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner,
  html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner,
  html[data-lc-type=error] #lightcase-content .lightcase-contentInner {
    padding: 15px;
  }
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner, html[data-lc-type=inline] #lightcase-content .lightcase-contentInner > *,
  html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner,
  html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner > *,
  html[data-lc-type=error] #lightcase-content .lightcase-contentInner,
  html[data-lc-type=error] #lightcase-content .lightcase-contentInner > * {
    width: 100% !important;
    max-width: none !important;
  }
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner > *:not(iframe),
  html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner > *:not(iframe),
  html[data-lc-type=error] #lightcase-content .lightcase-contentInner > *:not(iframe) {
    height: auto !important;
    max-height: none !important;
  }
  html.lightcase-isMobileDevice[data-lc-type=iframe] #lightcase-content .lightcase-contentInner iframe {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap,
  html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap,
  html[data-lc-type=error] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
  }
  #lightcase-content h1, #lightcase-content h2, #lightcase-content h3, #lightcase-content h4, #lightcase-content h5, #lightcase-content h6, #lightcase-content p {
    color: #aaa;
  }
  #lightcase-case p.lightcase-error {
    padding: 30px 0;
  }
  #lightcase-info #lightcase-title {
    position: fixed;
    top: 10px;
    left: 0;
    max-width: 87.5%;
    padding: 5px 15px;
    background: #444;
  }
  .lightcase-fullScreenMode #lightcase-info {
    padding-left: 15px;
    padding-right: 15px;
  }
  html:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-info {
    position: static;
  }
  a[class*='lightcase-icon-'] {
    bottom: 15px;
    font-size: 24px;
  }
  html[data-lc-type=inline] #lightcase-case,
  html[data-lc-type=ajax] #lightcase-case {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    margin: 0 !important;
    padding: 55px 0 70px 0;
    width: 100% !important;
    height: 100% !important;
    overflow: auto !important;
  }
  html[data-lc-type=inline] #lightcase-content,
  html[data-lc-type=ajax] #lightcase-content,
  html[data-lc-type=error] #lightcase-content {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
  }
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner,
  html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner,
  html[data-lc-type=error] #lightcase-content .lightcase-contentInner {
    padding: 15px;
  }
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner, html[data-lc-type=inline] #lightcase-content .lightcase-contentInner > *,
  html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner,
  html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner > *,
  html[data-lc-type=error] #lightcase-content .lightcase-contentInner,
  html[data-lc-type=error] #lightcase-content .lightcase-contentInner > * {
    width: 100% !important;
    max-width: none !important;
  }
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner > *:not(iframe),
  html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner > *:not(iframe),
  html[data-lc-type=error] #lightcase-content .lightcase-contentInner > *:not(iframe) {
    height: auto !important;
    max-height: none !important;
  }
  html.lightcase-isMobileDevice[data-lc-type=iframe] #lightcase-content .lightcase-contentInner iframe {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap,
  html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap,
  html[data-lc-type=error] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
  }
  #lightcase-content h1, #lightcase-content h2, #lightcase-content h3, #lightcase-content h4, #lightcase-content h5, #lightcase-content h6, #lightcase-content p {
    color: #aaa;
  }
  #lightcase-case p.lightcase-error {
    padding: 30px 0;
  }
  #lightcase-info #lightcase-title {
    position: fixed;
    top: 10px;
    left: 0;
    max-width: 87.5%;
    padding: 5px 15px;
    background: #444;
  }
  .lightcase-fullScreenMode #lightcase-info {
    padding-left: 15px;
    padding-right: 15px;
  }
  html:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-info {
    position: static;
  }
  a[class*='lightcase-icon-'] {
    bottom: 15px;
    font-size: 24px;
  }
}

@media print, screen and (min-width: 767px) {
  html:not([data-lc-type=error]) #lightcase-content {
    position: relative;
    z-index: 1;
    text-shadow: none;
    background-color: #fff;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .5);
    -o-box-shadow: 0 0 30px rgba(0, 0, 0, .5);
    box-shadow: 0 0 30px rgba(0, 0, 0, .5);
    -webkit-backface-visibility: hidden;
  }
  html[data-lc-type=image] #lightcase-content,
  html[data-lc-type=video] #lightcase-content {
    background-color: #444;
  }
  html:not([data-lc-type=error]) #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
    padding: 30px;
    overflow: auto;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  #lightcase-content h1, #lightcase-content h2, #lightcase-content h3, #lightcase-content h4, #lightcase-content h5, #lightcase-content h6, #lightcase-content p {
    color: #333;
  }
  #lightcase-case p.lightcase-error {
    padding: 0;
  }
  a[class*='lightcase-icon-'].lightcase-icon-pause, a[class*='lightcase-icon-'].lightcase-icon-play {
    opacity: 0;
  }
  a[class*='lightcase-icon-'] {
    bottom: 50%;
    margin-bottom: -0.5em;
  }
  a[class*='lightcase-icon-']:hover,
  #lightcase-case:hover ~ a[class*='lightcase-icon-'] {
    opacity: 1;
  }
  html:not([data-lc-type=error]) #lightcase-content {
    position: relative;
    z-index: 1;
    text-shadow: none;
    background-color: #fff;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .5);
    -o-box-shadow: 0 0 30px rgba(0, 0, 0, .5);
    box-shadow: 0 0 30px rgba(0, 0, 0, .5);
    -webkit-backface-visibility: hidden;
  }
  html[data-lc-type=image] #lightcase-content,
  html[data-lc-type=video] #lightcase-content {
    background-color: #444;
  }
  html:not([data-lc-type=error]) #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
    padding: 30px;
    overflow: auto;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  #lightcase-content h1, #lightcase-content h2, #lightcase-content h3, #lightcase-content h4, #lightcase-content h5, #lightcase-content h6, #lightcase-content p {
    color: #333;
  }
  #lightcase-case p.lightcase-error {
    padding: 0;
  }
  a[class*='lightcase-icon-'].lightcase-icon-pause, a[class*='lightcase-icon-'].lightcase-icon-play {
    opacity: 0;
  }
  a[class*='lightcase-icon-'] {
    bottom: 50%;
    margin-bottom: -0.5em;
  }
  a[class*='lightcase-icon-']:hover,
  #lightcase-case:hover ~ a[class*='lightcase-icon-'] {
    opacity: 1;
  }
}

@media screen and (max-width: 766px) and (min-width: 767px) {
  html[data-lc-type=image] #lightcase-content .lightcase-contentInner,
  html[data-lc-type=video] #lightcase-content .lightcase-contentInner {
    line-height: 0.75;
  }
  html[data-lc-type=image] #lightcase-content .lightcase-contentInner,
  html[data-lc-type=video] #lightcase-content .lightcase-contentInner {
    line-height: 0.75;
  }
}

@media print, screen and (min-width: 768px) {
  body {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .l-breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1080px;
    margin: 24px auto 36px;
    padding: 0 40px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .-en .l-breadcrumb {
    max-width: 1280px;
  }
  .l-breadcrumb__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 4px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .l-breadcrumb__item:not(:last-child) {
    margin-right: 12px;
  }
  .l-breadcrumb__item + .l-breadcrumb__item::before {
    width: 8px;
    height: 8px;
    margin-top: 5px;
    margin-right: 15px;
  }
  .l-breadcrumb__link:hover {
    text-decoration: none;
  }
  .l-container--large {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .l-container--middle {
    width: 100%;
    margin: 0 auto;
  }
  .l-container--single {
    width: 980px;
    margin: 0 auto;
  }
  .l-container--main {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 40px 70px;
  }
  .-no-side .l-container--main {
    max-width: 1280px;
    padding-right: 40px;
    padding-left: 40px;
  }
  .l-container--side {
    width: 420px;
    margin-left: 40px;
    float: right;
  }
  main {
    width: 100%;
  }
  .l-footer__inner {
    padding: 60px 3.7%;
  }
  .l-footer__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #d4dae4;
  }
  .l-footer__nav__block__outer:nth-child(1) {
    max-width: 600px;
  }
  .l-footer__nav__block {
    margin-bottom: 40px;
    padding-left: 2em;
    border-left: 1px solid #45628b;
  }
  .l-footer__nav__heading {
    margin-bottom: 1em;
    font-weight: 700;
    font-size: 20px;
    font-size: 2rem;
  }
  .l-footer__nav__list {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .l-footer__nav__list.-education {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
  .l-footer__nav__item:not(:last-child) {
    margin-bottom: 1.5em;
  }
  .l-footer__floor {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l-footer__info {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .-no-side .l-footer__info {
    padding-left: 30px;
    border-left: 1px solid #fff;
  }
  .-no-side .l-footer__address {
    letter-spacing: 0.05em;
  }
  .l-footer__logo {
    margin-right: 2.6%;
  }
  .-no-side .l-footer__subnav {
    margin-bottom: 160px;
  }
  .l-footer__subnav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .l-footer__subnav__item {
    margin: 5px 20px 0 0;
  }
  .-no-side .l-footer__subnav__item {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .l-footer__subnav__link {
    -webkit-transition: .3s opacity;
    transition: .3s opacity;
  }
  .l-footer__subnav__link:hover {
    opacity: .7;
  }
  .l-footer__copyright {
    margin-top: 16px;
  }
  .-no-side .l-footer__copyright {
    letter-spacing: 0.05em;
  }
  .l-footer__pagetop {
    opacity: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    right: 3.1%;
    bottom: 6.2%;
    z-index: 10;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .08);
            box-shadow: 0 0 10px rgba(0, 0, 0, .08);
    background-color: #fff;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
    -webkit-transition: .3s opacity;
    transition: .3s opacity;
    pointer-events: none;
  }
  .l-footer__pagetop.is-show {
    opacity: 1;
    pointer-events: auto;
  }
  .l-footer__pagetop.is-show:hover {
    opacity: .7;
  }
  .l-footer__pagetop__symbol::before {
    display: block;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    width: 19px;
    height: 14px;
    background: url(/files/user/assets/images/common/symbol-caret.svg?v=1612408001) no-repeat center center/100% auto;
    content: "";
  }
  .l-header-gakunai .l-header-horizontal__nav__label__link {
    padding: 0 1.5em;
  }
  .l-header-horizontal__nav__child__link::after {
    display: block;
    width: 7px;
    height: 6px;
    margin-left: 20px;
    background: url(/files/user/assets/images/common/symbol-caret.svg?v=1612408001) no-repeat center center/100% auto;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    content: "";
  }
  .l-header-international .l-header-international__logo {
    width: 25%;
    max-width: 280px;
    margin-right: auto;
    padding-bottom: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .c-accordion + .c-accordion, .c-article details + .c-accordion, .c-article .c-accordion + details, .c-article details + details {
    margin-top: 12px;
  }
  .c-accordion__title, .c-article details summary {
    padding: 20px 40px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .c-accordion__title::after, .c-article details summary::after {
    margin-top: 4px;
    background-position: right 5px;
    content: "OPEN";
  }
  .is-active .c-accordion__title::after, .is-active .c-article details summary::after, .c-article details .is-active summary::after {
    background-position: right 12px;
    content: "CLOSE";
  }
  .c-accordion__description, .c-article details p {
    padding: 0 40px;
  }
  .is-active .c-accordion__description, .is-active .c-article details p, .c-article details .is-active p {
    padding: 20px 40px;
  }
  .c-anchor, .c-article .anchor-area .str01, .c-article .anchor-area .str02 {
    margin: 40px 0;
    padding: 30px 40px 15px;
  }
  .c-anchor__item, .c-article .anchor-area .str01 li, .c-article .anchor-area .str02 ul > li {
    margin-bottom: 15px;
  }
  .c-anchor__item:not(:last-child), .c-article .anchor-area .str01 li:not(:last-child), .c-article .anchor-area .str02 ul > li:not(:last-child) {
    margin-right: 30px;
  }
  .c-anchor__item.-col-1, .c-article .anchor-area .str01 li, .c-article .anchor-area .str02 ul > li.-col-1 {
    width: 100%;
  }
  .c-anchor__item.-col-2, .c-article .anchor-area .str01 li.-col-2, .c-article .anchor-area .str02 ul > li.-col-2 {
    width: 47.8%;
  }
  .c-anchor__item.-col-2:nth-child(2n), .c-article .anchor-area .str01 li.-col-2:nth-child(2n), .c-article .anchor-area .str02 ul > li.-col-2:nth-child(2n) {
    margin-left: 4.4%;
  }
  .c-anchor__item.-col-3, .c-article .anchor-area .str01 li.-col-3, .c-article .anchor-area .str02 ul > li {
    width: 30.4%;
  }
  .c-anchor__item.-col-3:not(:nth-child(3n+1)), .c-article .anchor-area .str01 li.-col-3:not(:nth-child(3n+1)), .c-article .anchor-area .str02 ul > li:not(:nth-child(3n+1)) {
    margin-left: 4.4%;
  }
  .c-anchor__link, .c-article .anchor-area a {
    font-size: 14px;
    font-size: 1.4rem;
    -webkit-transition: .3s opacity;
    transition: .3s opacity;
  }
  .c-anchor__link:hover, .c-article .anchor-area a:hover {
    opacity: .7;
  }
  .c-anchor__link::before, .c-article .anchor-area a::before {
    margin-top: 9px;
  }
  .c-article {
    line-height: 2;
  }
  .c-article__control, .c-article .bottomlink-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .c-article__control__item, .c-article .bottomlink .go-home, .c-article .bottomlink .go-top {
    width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .c-article__control__item + .c-article__control__item::before, .c-article .bottomlink .go-home + .c-article__control__item::before, .c-article .bottomlink .go-top + .c-article__control__item::before, .c-article .bottomlink .c-article__control__item + .go-home::before, .c-article .bottomlink .go-home + .go-home::before, .c-article .bottomlink .go-top + .go-home::before, .c-article .bottomlink .c-article__control__item + .go-top::before, .c-article .bottomlink .go-home + .go-top::before, .c-article .bottomlink .go-top + .go-top::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 1px;
    height: calc(100% - 40px);
    background-color: #ccc;
    content: "";
  }
  .c-article__control__link, .c-article .bottomlink .go-home a, .c-article .bottomlink .go-top a {
    padding: 30px 0;
    -webkit-transition: .3s opacity;
    transition: .3s opacity;
  }
  .c-article__control__link:hover, .c-article .bottomlink .go-home a:hover, .c-article .bottomlink .go-top a:hover {
    opacity: .7;
  }
  .c-article__space--large {
    margin-top: 70px !important;
  }
  .c-article__space--middle {
    margin-top: 48px !important;
  }
  .c-article__space--small {
    margin-top: 24px !important;
  }
  .c-article__pagetop, .c-article .pnavi-area .go-top a {
    max-width: 250px;
    margin: 40px 0 40px auto;
    padding: 20px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .c-article__pagetop::before, .c-article .pnavi-area .go-top a::before {
    width: 19px;
    height: 13px;
    margin-right: 15px;
  }
  audio + p, .c-audio p {
    margin: 10px 0 0 !important;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .c-banner__link {
    -webkit-transition: .3s opacity;
    transition: .3s opacity;
  }
  .c-banner__link:hover {
    opacity: .7;
  }
  .c-banner__title {
    font-size: 20px;
    font-size: 2rem;
  }
  .c-column .c-box:first-child {
    margin: 0;
  }
  .c-box .c-heading--lv3, .c-box .c-article .h3-area h3, .c-article .h3-area .c-box h3, .c-box .c-article .junction-link-second, .c-article .c-box .junction-link-second {
    margin: 0 0 20px;
    padding-right: 40px;
  }
  .c-box .c-heading--lv3::before, .c-box .c-article .h3-area h3::before, .c-article .h3-area .c-box h3::before, .c-box .c-article .junction-link-second::before, .c-article .c-box .junction-link-second::before {
    margin-right: 25px;
  }
  .c-box .c-box-contents p + p {
    margin: 30px 0 0;
  }
  .c-button, .c-button.-emphasis, .c-button--return {
    width: 300px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .c-button::before, .c-button.-emphasis::before, .c-button--return::before {
    bottom: -1px;
    width: 36px;
  }
  .c-button:hover::before {
    background-color: #fff;
  }
  .c-button:hover, .c-button--return:hover {
    border-color: #0e3469;
    background-color: #0e3469;
    color: #fff;
  }
  .c-button:hover::after, .c-button--return:hover::after {
    background-image: url(/files/user/assets/images/common/symbol-arrow.svg?v=1612408001);
  }
  .c-button + .c-button, .c-button--return + .c-button, .c-button + .c-button--return, .c-button--return + .c-button--return {
    margin-left: 2.5%;
  }
  .c-button__outer {
    max-width: 780px;
    margin: 40px auto;
  }
  .c-button.-col-2 {
    width: 48.7%;
    max-width: 380px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .c-button.-col-3 {
    width: 31.6%;
    max-width: 247px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .c-button.-large {
    width: auto;
    max-width: 100%;
  }
  .c-button.-emphasis::before {
    height: 3px;
  }
  .c-button.-emphasis:hover {
    border-color: #6a0000;
    background-color: #6a0000;
  }
  .c-button--return {
    width: 15%;
  }
  .c-check, .c-article .plugin-area-in {
    margin: 30px 0;
    padding: 30px 40px;
  }
  .c-check::before, .c-article .plugin-area-in::before {
    top: -14px;
    left: 30px;
  }
  .c-check::after, .c-article .plugin-area-in::after {
    clear: both;
    display: block;
    content: "";
  }
  .c-check__picture, .c-article .plugin-area .pdf-icon {
    float: right;
    margin-left: 30px;
  }
  .c-column__layout.-left {
    margin-right: auto;
  }
  .c-column__layout.-center {
    margin: 0 auto;
  }
  .c-column__layout.-right {
    margin-left: auto;
  }
  .c-floatingMenu {
    display: none;
  }
  .c-form__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .c-form__title {
    width: 30%;
    padding: 16px 0;
  }
  .c-form__body {
    width: 70%;
  }
  .c-frame {
    margin: 30px 0;
  }
  .c-frame iframe {
    height: 320px;
  }
  .c-heading--lv1__outer, .c-article .h1-area {
    margin-bottom: 52px;
  }
  .-en .c-heading--lv1__outer, .-en .c-article .h1-area, .c-article .-en .h1-area {
    padding-left: 40px;
  }
  * + .c-heading--lv1__outer, .c-article * + .h1-area {
    margin-top: 72px;
  }
  .c-heading--lv1__outer::before, .c-article .h1-area::before {
    left: -40px;
    width: 12px;
  }
  .c-heading--lv1__outer::after, .c-article .h1-area::after {
    left: -40px;
    width: 12px;
    height: 12px;
  }
  .c-heading--lv1, .c-article .h1-area h1 {
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.5;
  }
  .c-heading--lv2__outer:first-child {
    margin-top: 0;
  }
  .c-column .c-heading--lv2__outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c-heading__rss, .c-article .rss a:not([class]), .c-article .newstitle .rss a {
    -webkit-transition: .3s opacity;
    transition: .3s opacity;
  }
  .c-heading__rss:hover, .c-article .rss a:hover:not([class]), .c-article .newstitle .rss a:hover {
    opacity: .7;
  }
  .c-heading__archive__outer, .c-article .rss-area {
    margin-top: 20px;
  }
  .c-heading--lv1__outer + .c-heading__archive__outer, .c-article .h1-area + .c-heading__archive__outer, .c-article .c-heading--lv1__outer + .rss-area, .c-article .h1-area + .rss-area {
    margin-top: -32px;
  }
  .c-heading__archive, .c-article .archive a {
    margin-right: 20px;
    border-bottom: 1px dashed #094391;
    color: #094391;
    -webkit-transition: .3s border-bottom-color;
    transition: .3s border-bottom-color;
  }
  .c-heading__archive::after, .c-article .archive a::after {
    margin-left: 12px;
  }
  .c-heading__archive:hover, .c-article .archive a:hover {
    border-bottom-color: transparent;
  }
  .c-heading--lv3, .c-article .h3-area h3, .c-article .junction-link-second {
    margin: 32px 0 24px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .c-heading--lv3::before, .c-article .h3-area h3::before, .c-article .junction-link-second::before {
    width: 15px;
    height: 18px;
    margin: 8px 16px 0 0;
    background-image: repeating-linear-gradient(0deg, transparent, transparent 3px, #0e3469 3px, #0e3469 6px);
  }
  .c-heading--lv4, .c-article .h4-area h4 {
    margin: 24px 0 20px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .c-heading--lv4::before, .c-article .h4-area h4::before {
    width: 15px;
    margin: 12px 16px 0 0;
  }
  .c-heading--lv5 {
    margin: 20px 0 14px;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .c-form-input.-zip {
    width: 30%;
  }
  .c-link--has-img:hover {
    opacity: .7;
  }
  .c-article a:not([class]) {
    -webkit-transition: .3s border-bottom-color;
    transition: .3s border-bottom-color;
  }
  .c-article a:not([class]):hover {
    border-bottom-color: transparent;
  }
  [class^="c-list"] {
    margin: 40px 0;
  }
  .c-list--square li::before {
    top: 10px;
  }
  .c-list--disc li::before, .c-article .junction-list li::before {
    top: 10px;
  }
  .c-list--alphabet li::before {
    top: 1px;
  }
  .c-list--difinition__inner {
    margin: 0;
    padding: 30px 40px;
    line-height: 2;
  }
  .c-list--difinition dt {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .-row.c-list--difinition dt {
    width: 30%;
    margin-right: 4.3%;
  }
  .-column.c-list--difinition dt {
    margin-bottom: 12px;
  }
  .c-media, .c-article .tx-pat03, .c-article .tx-pat02, .c-article .junction-outline {
    margin: 32px 0;
  }
  .c-media__picture.-left, .c-article .tx-pat03 .img-area {
    max-width: 400px;
    margin: 0 40px 16px 0;
  }
  .c-media__picture.-center, .c-article .junction-outline-area02 .junction-outline-img {
    margin-bottom: 16px;
  }
  .c-media__picture.-right, .c-article .tx-pat02 .img-area, .c-article .junction-outline-area .junction-outline-img {
    max-width: 400px;
    margin: 0 0 16px 40px;
  }
  .c-media__picture + p {
    margin: 0 !important;
  }
  .c-modal__contents {
    width: 100%;
    max-width: 780px;
  }
  .c-modal__close {
    position: absolute;
    top: 4.6%;
    right: 4.6%;
    width: 80px;
    height: 80px;
    background-size: 30px auto;
  }
  #lightcase-case {
    width: 780px !important;
  }
  .lightcase-contentInner {
    max-width: 780px !important;
  }
  .lightcase-icon-close {
    top: 4.6% !important;
    right: 4.6% !important;
    width: 80px !important;
    height: 80px !important;
    background-size: 30px auto;
  }
  .c-pageHeader {
    max-height: 400px;
    overflow: hidden;
    margin-bottom: 40px;
  }
  .c-pageHeader__title {
    padding: 0 3.7%;
    font-size: 40px;
    font-size: 4rem;
    line-height: 1.4;
  }
  .c-pageHeader__title--sub {
    margin-top: 12px;
  }
  .c-pageHeader__picture {
    height: 0;
    padding-top: 34.2%;
  }
  .c-pageHeader__picture img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .c-pageLink {
    margin: 40px 0;
    padding: 30px 40px 15px;
  }
  .c-pageLink__item {
    margin-bottom: 15px;
  }
  .c-pageLink__item:not(:last-child) {
    margin-right: 30px;
  }
  .c-pageLink__item.-col-1 {
    width: 100%;
  }
  .c-pageLink__item.-col-2 {
    width: 47.8%;
  }
  .c-pageLink__item.-col-2:nth-child(2n) {
    margin-left: 4.4%;
  }
  .c-pageLink__item.-col-3 {
    width: 30.4%;
  }
  .c-pageLink__item.-col-3:not(:nth-child(3n+1)) {
    margin-left: 4.4%;
  }
  .c-pageLink__link {
    font-size: 14px;
    font-size: 1.4rem;
    -webkit-transition: .3s opacity;
    transition: .3s opacity;
  }
  .c-pageLink__link:hover {
    opacity: .7;
  }
  .c-pageLink__link::before {
    margin-top: 9px;
  }
  .c-pager {
    margin: 40px 0;
    padding: 20px;
  }
  .c-pager__control {
    width: 20.8%;
    max-width: 200px;
  }
  .c-pager__control__link {
    -webkit-transition: .3s opacity;
    transition: .3s opacity;
  }
  .c-pager__control__link:hover {
    opacity: .7;
  }
  .c-pager__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    margin: 0 20px;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
  }
  .c-pager__item + .c-pager__item {
    margin-left: 8px;
  }
  .c-pager__pulldown__outer {
    display: none;
  }
  .c-picture, .c-article .img-area, .c-article .img-s-area, .c-article .img-n-area {
    margin: 40px 0;
    text-align: center;
  }
  .c-picture__caption, .c-article .cap-c {
    margin: 14px 0 0 !important;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .c-form-pulldown__outer {
    width: 40%;
    margin: 30px 0;
  }
  .c-form-pulldown {
    border-radius: 4px;
  }
  .c-section {
    padding: 24px;
  }
  .c-section + .c-section {
    margin-top: 32px;
  }
  .c-sns, .c-article .social-area {
    margin-top: 20px;
  }
  .c-heading--lv1__outer + .c-sns, .c-article .h1-area + .c-sns, .c-article .c-heading--lv1__outer + .social-area, .c-article .h1-area + .social-area {
    margin-top: -32px;
  }
  .c-sns__item + .c-sns__item {
    margin-left: 10px;
  }
  .c-tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 40px;
    border-radius: 100vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .c-tab__item + .c-tab__item {
    margin-left: 20px;
  }
  .c-tab__label {
    color: #666;
    font-weight: 300;
    cursor: pointer;
    -webkit-transition: .3s color;
    transition: .3s color;
  }
  .c-tab__label:hover {
    color: #050a50;
  }
  .is-active .c-tab__label {
    color: #050a50;
    font-weight: 700;
  }
  .is-active .c-tab__label::after {
    position: absolute;
    top: calc(100% + 17px);
    width: 100%;
    height: 3px;
  }
  .c-tab__content {
    display: none;
  }
  .c-tab__content.is-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .c-table th, .c-article .table-area table th, .c-table td, .c-article .table-area table td, .c-table--border th, .c-table--border td, .c-table--order th, .c-table--order td {
    padding: 10px 10px;
    vertical-align: top;
  }
  .c-table__scroll {
    margin: 40px 0;
  }
  .c-table caption, .c-article .table-area table caption {
    padding: 20px 0;
  }
  .c-table, .c-article .table-area table {
    margin: 40px 0;
  }
  .c-table th, .c-article .table-area table th {
    width: auto;
  }
  .c-table--border {
    table-layout: fixed;
  }
  .c-table--border th {
    width: auto;
  }
  .c-table--order {
    table-layout: fixed;
  }
  .c-table--order th {
    width: 60px;
    padding: 20px 0;
  }
  .c-text, .c-article p {
    margin: 30px 0;
  }
  .c-topics__item, .c-article .news-list dl {
    border-top: 1px solid #ccc;
  }
  .c-topics__item:last-child, .c-article .news-list dl:last-child {
    border-bottom: 1px solid #ccc;
  }
  .c-topics__link {
    padding: 20px 15.4% 20px 20px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-transition: .3s background-color, .3s color;
    transition: .3s background-color, .3s color;
  }
  .c-topics__link::after {
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 50px;
    height: 35px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2226%22%20height%3D%225%22%20viewBox%3D%220%200%2026%205%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_100%22%20data-name%3D%22%E3%83%91%E3%82%B9%20100%22%20d%3D%22M-2.1%2C16.221l-7-2.5a4.9%2C4.9%2C0%2C0%2C1%2C.681%2C2H-28.1v1H-8.409a4.316%2C4.316%2C0%2C0%2C1-.688%2C2Z%22%20transform%3D%22translate(28.097%20-13.721)%22%20fill%3D%22%23094391%22%2F%3E%3C%2Fsvg%3E");
    background-size: auto 5px;
  }
  .c-topics__link.-notHover .c-topics__title:hover {
    text-decoration: underline;
  }

  .c-topics__link:not(.-notHover):hover {
    background-color: #0e3469;
    color: #fff;
  } 
  .c-topics__link:hover::after {
    background-image: url(/files/user/assets/images/common/symbol-arrow.svg?v=1612408001);
  }
  .c-topics__link.-notHover:hover::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2226%22%20height%3D%225%22%20viewBox%3D%220%200%2026%205%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_100%22%20data-name%3D%22%E3%83%91%E3%82%B9%20100%22%20d%3D%22M-2.1%2C16.221l-7-2.5a4.9%2C4.9%2C0%2C0%2C1%2C.681%2C2H-28.1v1H-8.409a4.316%2C4.316%2C0%2C0%2C1-.688%2C2Z%22%20transform%3D%22translate(28.097%20-13.721)%22%20fill%3D%22%23094391%22%2F%3E%3C%2Fsvg%3E");
  }

  .c-topics__contents {
    width: 100%;
  }
  .c-topics__info {
    width: 22%;
    margin-right: 7.2%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .-en .c-topics__info {
    width: 12%;
    margin-right: 5%;
  }
  .c-topics__info__category, .c-topics__category {
    margin-top: 5px;
    padding: 3px 0;
    text-align: center;
    display: block;
  }
  .c-topics__title, .c-article .news-list dd {
    line-height: 1.7;
  }
  .c-topics__link:not(.-notHover):hover .c-topics__title, .c-topics__link:hover .c-article .news-list dd, .c-article .news-list .c-topics__link:hover dd {
    font-weight: 700;
  }
  .c-topics__link.-notHover .c-topics__title:hover {
    font-weight: 700;
  }

  .c-topics__date, .c-article .news-list dt {
    width: 10%;
    min-width: 100px;
    margin-right: 2%;
  }
  .c-topics__category {
    width: 10%;
    min-width: 100px;
    margin-top: 0;
    margin-right: 4%;
    cursor: pointer;
  }
  .c-topics-card__item {
    width: 31.2%;
  }
  .c-topics-card__item:not(:nth-child(3n+1)) {
    margin-left: 3.2%;
  }
  .c-topics-card__item:nth-child(n+4) {
    margin-top: 3.2%;
  }
  .c-topics-card__link {
    position: relative;
    display: block;
    height: 100%;
    overflow: hidden;
    -webkit-box-shadow: 0 1px 15px rgba(0, 0, 0, .16);
            box-shadow: 0 1px 15px rgba(0, 0, 0, .16);
    background-color: #fff;
    -webkit-transition: .3s opacity;
    transition: .3s opacity;
  }
  .c-topics-card__picture::before {
    opacity: 0;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(9, 67, 145, .7);
    content: "";
    -webkit-transition: .3s opacity;
    transition: .3s opacity;
  }
  .c-topics-card__link:hover .c-topics-card__picture::before {
    opacity: 1;
  }
  .c-topics-card__picture::after {
    opacity: 0;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 37.2%;
    min-width: 106px;
    padding: 15px 20px;
    border-top: 1px solid rgba(255, 255, 255, .5);
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227%22%20height%3D%225.5%22%20viewBox%3D%220%200%207%205.5%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_86%22%20data-name%3D%22%E3%83%91%E3%82%B9%2086%22%20d%3D%22M-2.1%2C24.25l-7-2.75a5.826%2C5.826%2C0%2C0%2C1%2C.714%2C2.807A5.123%2C5.123%2C0%2C0%2C1-9.1%2C27Z%22%20transform%3D%22translate(9.097%20-21.5)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: 86% 50%;
    color: #fff;
    font-family: 'Montserrat';
    font-weight: 500;
    text-align: center;
    text-indent: -10px;
    line-height: 1.1;
    content: "MORE";
  }
  .c-topics-card__link:hover .c-topics-card__picture::after {
    opacity: 1;
  }
  .c-topics-card__picture img {
    -webkit-transform: translate(-50%, -50%) scale(1.0);
            transform: translate(-50%, -50%) scale(1.0);
    -webkit-transition: .3s transform, .3s filter;
    transition: .3s transform, .3s filter;
  }
  .c-topics-card__link:hover .c-topics-card__picture img {
    -webkit-transform: translate(-50%, -50%) scale(1.05);
            transform: translate(-50%, -50%) scale(1.05);
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="5" /></filter></svg>#filter');
    -webkit-filter: blur(5px);
            filter: blur(5px);
  }
  .c-topics-card__label {
    top: 8px;
    left: 8px;
    padding: 2px 1em;
    border-radius: 100vw;
    background-color: #050a50;
  }
  .c-topics-card__contents {
    padding: 8px 16px 20px;
  }
  .c-topics-card__title {
    display: -webkit-box;
    height: 8.4rem;
    overflow: hidden;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.8;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    -webkit-transition: .3s color;
    transition: .3s color;
  }
  .c-topics-card__link:hover .c-topics-card__title {
    color: #050a50;
  }
  .c-topics-card__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #ccc;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c-topics-card__info__date {
    width: calc(50% - 2px);
    font-size: 14px;
    font-size: 1.4rem;
    text-align: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .c-topics-card__info__category {
    width: calc(50% + 2px);
    border-left: 4px double #ccc;
    color: #666;
    text-align: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    z-index: 1;
    cursor: pointer;
  }
  .c-video {
    margin: 40px 0;
  }
  .c-video__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .c-video__topics__item {
    position: relative;
    width: 30.7%;
  }
  .c-video__topics__item:hover {
    z-index: 4;
  }
  .c-video__topics__item:not(:nth-child(3n+1)) {
    margin-left: 3.95%;
  }
  .c-video__topics__item:nth-child(n+4) {
    margin-top: 40px;
  }
  .c-video__topics__link:hover {
    position: absolute;
    top: -22px;
    left: -22px;
    z-index: 5;
    width: calc(100% + 44px);
    padding: 20px;
    border: 2px solid #0e3469;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 15px rgba(0, 0, 0, .16);
            box-shadow: 0 1px 15px rgba(0, 0, 0, .16);
    background-color: #fff;
  }
  .c-video__topics__picture {
    margin-bottom: 16px;
  }
  .c-video__topics__picture::after {
    width: 110px;
    height: 110px;
  }
  .c-video__topics__title {
    font-weight: 700;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .c-video__topics__label {
    margin-top: 6px;
  }
  .c-video__topics__label__item {
    padding: 3px 1em;
  }
  .c-video__topics__link:hover .c-video__topics__info {
    display: block;
    margin-top: 20px;
  }
  .c-video__topics__info__button {
    width: 100%;
  }
  .p-activities__around {
    background-size: 100% auto;
  }
  .p-activities__around .l-breadcrumb {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    padding-top: 24px;
    color: #fff;
  }
  .p-activities__around .l-breadcrumb__link {
    color: #fff;
  }
  .p-activities__around__heading {
    padding-top: 80px;
    font-weight: 500;
    font-size: 46px;
    font-size: 4.6rem;
  }
  .p-activities__around__article {
    margin-bottom: 20px;
  }
  .p-activities__around__article.-col-1 {
    width: calc(25% - 12px);
  }
  .p-activities__around__article.-col-2 {
    width: calc(50% - 8px);
  }
  .p-activities__around__article.-col-3 {
    width: 74%;
  }
  .p-activities__around__article__link {
    height: 309px;
    -webkit-transition: .3s background-color, .3s color;
    transition: .3s background-color, .3s color;
  }
  .-col-1 .p-activities__around__article__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-activities__around__article__link::before {
    width: 49px;
    height: 40px;
    -webkit-transition: .3s background-color;
    transition: .3s background-color;
  }
  .p-activities__around__article__link:hover {
    background-color: #222;
    color: #fff;
  }
  .-col-1 .p-activities__around__article__picture {
    border-radius: 3px 3px 0 0;
  }
  .-col-2 .p-activities__around__article__picture {
    width: 49%;
    border-radius: 3px 0 0 3px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .-col-3 .p-activities__around__article__picture {
    width: 65.8%;
    border-radius: 3px 0 0 3px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .p-activities__around__article__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 30px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .-col-2 .p-activities__around__article__info, .-col-3 .p-activities__around__article__info {
    padding-top: 50px;
  }
  .p-activities__around__article__title {
    display: -webkit-box;
    width: 100%;
    overflow: hidden;
    margin-bottom: 6px;
    margin-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
  }
  .-pressrelease .p-activities__around__article__title__inner:first-letter {
    font-size: 40px;
    font-size: 4rem;
  }
  .p-activities__around__article__date {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .p-activities__around__more {
    margin-top: 20px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .p-activities__aside {
    padding-top: 70px;
  }
  .p-activities__aside__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-activities__backnumber {
    width: 54%;
    max-width: 640px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .p-activities__backnumber__sidelink {
    color: #fff;
  }
  .p-activities__backnumber__sidelink::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227%22%20height%3D%225.5%22%20viewBox%3D%220%200%207%205.5%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_86%22%20data-name%3D%22%E3%83%91%E3%82%B9%2086%22%20d%3D%22M-2.1%2C24.25l-7-2.75a5.826%2C5.826%2C0%2C0%2C1%2C.714%2C2.807A5.123%2C5.123%2C0%2C0%2C1-9.1%2C27Z%22%20transform%3D%22translate(9.097%20-21.5)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
  }
  .p-activities__backnumber__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-activities__backnumber__item {
    width: 30%;
  }
  .p-activities__backnumber__item + .p-activities__backnumber__item {
    margin-left: 5%;
  }
  .p-activities__backnumber__link {
    display: block;
    height: 100%;
    text-align: center;
    -webkit-transition: .3s opacity;
    transition: .3s opacity;
  }
  .p-activities__backnumber__link:hover {
    opacity: .7;
  }
  .p-activities__backnumber__title {
    margin-top: 12px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .p-activities__banner {
    width: 40.7%;
    margin-left: 6%;
  }
  .p-admissions__news .c-topics, .p-admissions__news .c-article .news-list, .c-article .p-admissions__news .news-list {
    margin: 12px 0 0;
  }
  .p-admissions__news .c-topics__item:first-child, .p-admissions__news .c-article .news-list dl:first-child, .c-article .news-list .p-admissions__news dl:first-child {
    border-top: none;
  }
  .p-admissions__news .c-topics__date, .p-admissions__news .c-article .news-list dt, .c-article .news-list .p-admissions__news dt {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .p-admissions__event {
    padding-top: 70px;
  }
  .p-admissions__event__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-admissions__event .slick-list {
    width: calc(100% + 40px);
    margin: 0 -20px;
    padding-top: 10px;
  }
  .p-admissions__event .slick-slide {
    margin: 0 20px;
  }
  .p-admissions__event__item {
    display: block !important;
    position: relative;
  }
  .p-admissions__event__link {
    display: block;
    border: 1px solid #ccc;
    background-color: #fff;
  }
  .p-admissions__event__date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: -10px;
    left: -10px;
    z-index: 2;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    width: 120px;
    height: 120px;
    padding: 20px 0;
    background-color: #0e3469;
    color: #fff;
    font-family: 'Montserrat';
    text-align: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-admissions__event__date__year {
    width: 100%;
    font-weight: 500;
  }
  .p-admissions__event__date__month, .p-admissions__event__date__day {
    padding: 0 7px;
    font-weight: 500;
    font-size: 28px;
    font-size: 2.8rem;
  }
  .p-admissions__event__date__text {
    width: 100%;
    font-family: 'Noto Sans JP';
    font-size: 16px;
    font-size: 1.6rem;
  }
  .p-admissions__event__picture img {
    width: 100%;
    height: 200px;
    -webkit-transform: scale(1.0);
            transform: scale(1.0);
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transition: .3s transform;
    transition: .3s transform;
  }
  .p-admissions__event__link:hover .p-admissions__event__picture img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .p-admissions__event__title {
    padding: 25px 6.25%;
    font-weight: 500;
    font-size: 16px;
    font-size: 1.6rem;
    -webkit-transition: .3s color;
    transition: .3s color;
  }
  .p-admissions__event__link:hover .p-admissions__event__title {
    color: #094391;
  }
  .p-admissions__event__control__inner {
    margin-top: 42px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-admissions__event__control__counter {
    display: none;
  }
  .p-admissions__event__control .slick-prev {
    margin-right: 5px;
  }
  .p-admissions__event__control .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: static;
    width: auto;
    margin-right: 20px;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-admissions__event__control .slick-dots li {
    width: 30px;
    height: 30px;
    margin: 0;
  }
  .p-admissions__event__control .slick-dots button::before {
    width: 10px;
    height: 10px;
  }
  .p-admissions__event__control .slick-dots button:hover {
    opacity: .7;
  }
  .p-admissions__event__control .slick-dots .slick-active button::before {
    width: 14px;
    height: 14px;
    -webkit-box-shadow: 0 0 0 6px rgba(230, 170, 110, .3);
            box-shadow: 0 0 0 6px rgba(230, 170, 110, .3);
  }
  .p-admissions__guide__hero {
    height: 280px;
  }
  .p-admissions__guide__anchor {
    margin-top: -40px;
  }
  .p-admissions__guide__menu__link {
    padding: 15px 13% 15px 4%;
    -webkit-transition: .3s background-color;
    transition: .3s background-color;
  }
  .p-admissions__guide__menu__link::after {
    right: 4%;
    -webkit-transition: .3s right;
    transition: .3s right;
  }
  .p-admissions__guide__menu__link:hover {
    background-color: #f8f8fa;
    font-weight: 700;
  }
  .p-buildinghistory {
    padding: 50px 50px 80px;
    border-radius: 5px;
  }
  .p-buildinghistory::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 3px;
    height: calc(100% - 260px);
    border-radius: 3px;
    background-color: #05234d;
    content: "";
  }
  .p-buildinghistory__info {
    width: 42.4%;
    max-width: 382px;
  }
  .p-buildinghistory__info__text {
    margin-bottom: 20px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .p-buildinghistory__info__text__mark::before {
    vertical-align: -2px;
  }
  .p-buildinghistory__info__link a {
    -webkit-transition: .3s border-bottom-color;
    transition: .3s border-bottom-color;
  }
  .p-buildinghistory__info__link a:hover {
    border-bottom-color: transparent;
  }
  .p-buildinghistory__list {
    padding-top: 40px;
  }
  .p-buildinghistory__list::before, .p-buildinghistory__list::after {
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 3px;
    height: 60px;
    background-image: linear-gradient(to bottom, #05234d, #05234d 6px, transparent 6px, transparent 12px);
    background-repeat: repeat-y;
    background-size: 3px 12px;
    content: "";
  }
  .p-buildinghistory__list::before {
    top: 50px;
  }
  .p-buildinghistory__list::after {
    bottom: 50px;
  }
  .p-buildinghistory__item {
    min-height: 180px;
  }
  .p-buildinghistory__item:last-child {
    margin-bottom: -50px;
  }
  .p-buildinghistory__inner {
    top: -126px;
    width: 43.5%;
  }
  .p-buildinghistory__item:nth-child(2n+1) .p-buildinghistory__inner {
    left: 50%;
    padding-left: 6.6%;
  }
  .p-buildinghistory__item:nth-child(2n) .p-buildinghistory__inner {
    right: 50%;
    padding-right: 6.6%;
  }
  .p-buildinghistory__period {
    font-weight: 700;
    font-size: 20px;
    font-size: 2rem;
  }
  .p-buildinghistory__item:nth-child(2n) .p-buildinghistory__period {
    text-align: right;
  }
  .is-active .p-buildinghistory__card__outer {
    position: relative;
  }
  .p-buildinghistory__card__picture {
    position: relative;
  }
  .p-buildinghistory__card__picture::before {
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 14px;
    height: 14px;
    border-radius: 100%;
    background-color: #05234d;
    content: "";
  }
  .p-buildinghistory__item:nth-child(2n+1) .p-buildinghistory__card__picture::before {
    left: calc(-17.8% - 7px);
  }
  .p-buildinghistory__item:nth-child(2n) .p-buildinghistory__card__picture::before {
    right: calc(-17.8% - 7px);
  }
  .p-buildinghistory__card__picture::after {
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 17.8%;
    height: 1px;
    border-top: 1px dashed #05234d;
    content: "";
  }
  .p-buildinghistory__item:nth-child(2n+1) .p-buildinghistory__card__picture::after {
    left: -17.8%;
  }
  .p-buildinghistory__item:nth-child(2n) .p-buildinghistory__card__picture::after {
    right: -17.8%;
  }
  .p-buildinghistory__card__picture img {
    -webkit-transition: .3s opacity;
    transition: .3s opacity;
  }
  .p-buildinghistory__card__open:hover .p-buildinghistory__card__picture img {
    opacity: .7;
  }
  .p-buildinghistory__card__title {
    margin-top: 10px;
    text-decoration: underline;
  }
  .p-buildinghistory__card__open:hover .p-buildinghistory__card__title {
    opacity: .7;
  }
  .is-active .p-buildinghistory__card__outer .p-buildinghistory__card__title {
    padding: 0 20px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .is-active .p-buildinghistory__card__outer .p-buildinghistory__card {
    padding: 0 20px 20px;
  }
  .p-buildinghistory__card__close__icon {
    top: 20px;
    right: 20px;
    width: 35px;
    height: 35px;
  }
  .p-buildinghistory__card__description {
    margin-top: 16px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .p-buildinghistory__card__button {
    width: 100%;
  }
  .p-gakunai__banner .c-banner__title {
    bottom: 16px;
    left: 25px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .p-gakunai__banner .c-banner__link::before {
    height: 80px;
  }
  .p-gakunai__topics__link__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 25px 40px;
  }
  .p-gakunai__topics__link__wrap .c-list--disc, .p-gakunai__topics__link__wrap .c-article .junction-list, .c-article .p-gakunai__topics__link__wrap .junction-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-gakunai__topics__link__wrap .c-list--disc li, .p-gakunai__topics__link__wrap .c-article .junction-list li, .c-article .p-gakunai__topics__link__wrap .junction-list li {
    width: 48%;
    margin-top: 0;
  }
  .p-gakunai__links__control__inner {
    margin-top: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-gakunai__links__control__counter {
    display: none;
  }
  .p-gakunai__links__control .slick-prev {
    margin-right: 5px;
  }
  .p-gakunai__links__control .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: static;
    width: auto;
    margin-right: 10px;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-gakunai__links__control .slick-dots li {
    width: 25px;
    height: 25px;
    margin: 0;
  }
  .p-gakunai__links__control .slick-dots button::before {
    width: 10px;
    height: 10px;
  }
  .p-gakunai__links__control .slick-dots button:hover {
    opacity: .7;
  }
  .p-gakunai__links__control .slick-dots .slick-active button::before {
    width: 14px;
    height: 14px;
    -webkit-box-shadow: 0 0 0 6px rgba(14, 52, 105, .3);
            box-shadow: 0 0 0 6px rgba(14, 52, 105, .3);
  }
  .p-gakunai__links .slick-list {
    margin-right: -30px;
  }
  .p-gakunai__links .slick-slide {
    margin-right: 30px;
  }
  .p-international__hero {
    margin-bottom: 40px;
  }
  .p-international__hero__text {
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    padding: 0 40px;
    font-size: 40px;
    font-size: 4rem;
    letter-spacing: 0.03em;
  }
  .p-international__hero__item {
    width: 100%;
  }
  .p-international__hero__control {
    bottom: 30px !important;
  }
  .p-international__topics .c-topics-card__link {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .p-international__news__inner {
    padding: 40px;
  }
  .p-magazine__section + .p-magazine__section {
    margin-top: 100px;
  }
  .p-magazine__heading__description {
    margin-top: 20px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .p-magazine__picture__link {
    -webkit-transition: .3s opacity;
    transition: .3s opacity;
  }
  .p-magazine__picture__link:hover {
    opacity: .7;
  }
  .p-magazine__picture__link__label {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .p-magazine__picture__link__label::before {
    width: 18px;
    height: 18px;
    margin-right: 12px;
  }
  .p-magazine__title {
    line-height: 1.5;
  }
  .p-magazine__title--lv2 {
    padding: 23px 0;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .p-magazine__survey {
    margin-top: 60px;
  }
  .p-magazine__backnumber {
    margin-top: 60px;
  }
  .p-magazine__backnumber__link:hover {
    opacity: .7;
  }
  .p-magazine__banner__inner {
    margin-top: 0 !important;
    padding-top: 70px;
  }
  .p-magazine__banner__link {
    -webkit-transition: .3s opacity;
    transition: .3s opacity;
  }
  .p-magazine__banner__link:hover {
    opacity: .7;
  }
  .p-magazine__banner__picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 140px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-magazine__banner__picture img {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .p-magazine__banner__info {
    padding: 26px 30px 30px;
  }
  .p-magazine__banner__description {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .p-president__message__outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 60px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .-en .p-president__message__outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-president__message__info {
    width: 34%;
    max-width: 340px;
    margin-right: 6%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .-en .p-president__message__info {
    margin-right: 6%;
  }
  .p-president__message__info__picture {
    margin-bottom: 20px;
  }
  .p-president__message__info__button__outer {
    margin-top: 40px;
  }
  .p-president__message__info__button {
    width: 100%;
  }
  .p-president__message {
    line-height: 1.9;
  }
  .p-president__message__heading {
    margin-bottom: 50px;
    font-size: 30px;
    font-size: 3rem;
  }
  .p-president__message__signature {
    margin-top: 60px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .p-president__message__signature__post {
    margin-right: 20px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .p-president__video {
    margin-top: 70px;
  }
  .p-research__section + .p-research__section {
    margin-top: 70px;
  }
  .p-top__logo {
    display: none;
  }
  .-en .p-top__logo,
  .-gakunai .p-top__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 18px 0;
    background-color: #fff;
    background-image: url(/files/user/assets/images/page/top-logo_bg.jpg?v=1612408027);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-top__logo__inner {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
  }
  .-en .p-top__logo img {
    height: 15px;
  }
  .p-top__hero .slick-slider, .p-international__hero .slick-slider {
    margin-bottom: 0;
  }
  .p-top__hero__text {
    position: absolute;
    z-index: 10;
    width: calc(50% - 50px);
    min-width: 350px;
    max-width: 560px;
    padding: 1.5%;
    -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, .16);
            box-shadow: 0 2px 15px rgba(0, 0, 0, .16);
    background-color: rgba(255, 255, 255, .85);
  }
  .p-top__hero__text.-left-top {
    top: 14%;
    left: 3.7%;
  }
  .p-top__hero__text.-right-top {
    top: 14%;
    right: 3.7%;
  }
  .p-top__hero__text.-right-bottom {
    right: 3.7%;
    bottom: 14%;
  }
  .p-top__hero__text.-left-bottom {
    left: 3.7%;
    bottom: 14%;
  }
  .p-top__hero__text.-bottom {
    bottom: 12%;
    right: 6.6%;
    width: calc(90% - 50px);
    max-width: 90%;
  }
  .p-top__hero__text__title {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.8;
  }
  .p-top__hero__text__description {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .p-top__hero__text__title + .p-top__hero__text__description {
    margin-top: 20px;
  }
  .p-top__hero__control, .p-international__hero__control {
    position: absolute;
    right: 3.7%;
    bottom: 3.7%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-top__hero__control .slick-arrow, .p-international__hero__control .slick-arrow {
    width: 33.75px;
    height: 33.75px;
    border: 1px solid #fff;
    border-radius: 3px;
    background-color: rgba(5, 35, 77, .5);
  }
  .p-top__hero__control .slick-prev, .p-international__hero__control .slick-prev {
    margin-right: 5px;
  }
  .p-top__hero__control .slick-dots, .p-international__hero__control .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: static;
    width: auto;
    margin-right: 20px;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-top__hero__control .slick-dots button::before, .p-international__hero__control .slick-dots button::before {
    width: 10px;
    height: 10px;
  }
  .p-top__hero__control .slick-dots button:hover, .p-international__hero__control .slick-dots button:hover {
    opacity: .7;
  }
  .p-top__hero__control .slick-dots .slick-active button::before, .p-international__hero__control .slick-dots .slick-active button::before {
    width: 14px;
    height: 14px;
    -webkit-box-shadow: 0 0 0 6px rgba(255, 255, 255, .3);
            box-shadow: 0 0 0 6px rgba(255, 255, 255, .3);
  }
  .p-top__hero__control__stop, .p-top__hero__control__play {
    width: 66px;
    height: 33.75px;
    margin-left: 15px;
    border: 1px solid #fff;
    border-radius: 3px;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .p-top__hero__control__stop {
    background-color: rgba(5, 35, 77, .5);
    color: #fff;
  }
  .p-top__hero__control__stop::after {
    content: "STOP";
  }
  .p-top__hero__control__stop__symbol::before {
    margin-right: 5px;
  }
  .p-top__hero__control__play {
    background-color: #fff;
    color: #0e3469;
  }
  .p-top__hero__control__play::after {
    content: "PLAY";
  }
  .p-top__hero__control__play__symbol::before {
    margin-right: 5px;
  }
  .p-top__section {
    padding: 70px 40px;
  }
  .-en .p-top__section {
    padding: 70px 40px;
  }
  .p-top__section.l-container--main {
    padding: 70px 40px;
  }
  .-no-side .p-top__section.l-container--main {
    padding: 70px 40px;
  }
  .p-top__section .l-container--main {
    padding: 0 0;
  }
  .-no-side .p-top__section .l-container--main {
    padding: 0;
  }
  .p-top__section__heading {
    margin-bottom: 32px;
    font-size: 40px;
    font-size: 4rem;
  }
  .-en .p-top__section__heading {
    font-weight: 400;
    font-size: 36px;
    font-size: 3.6rem;
    text-align: center;
  }
  .p-top__section__heading--sub {
    margin-top: 5px;
    padding: 0 5px;
    font-family: 'Montserrat';
    font-weight: 300;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .p-top__tmdutopics {
    position: relative;
    background: url(/files/user/assets/images/page/top-topics_bg.jpg?v=1612408027) no-repeat center center/auto 100%;
  }
  .p-top__tmdutopics__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .-en .p-top__tmdutopics__heading {
    display: block;
  }
  .p-top__tmdutopics__tab__outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-top__tmdutopics__tab {
    background-color: #fff;
  }
  .p-top__tmdutopics .c-topics-card__link {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .p-top__tmdutopics__button__outer {
    margin-top: 42px;
  }
  .p-top__tmdutopics__button::before {
    bottom: 0;
  }
  .p-top__news {
    min-width: 50%;
  }
  .p-top__news__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-top__news__heading__button {
    width: 46%;
  }
  .p-top__news__heading__button::before {
    top: 100%;
  }
  .p-top__news__tab {
    margin-bottom: 20px;
    background-color: #efefef;
  }
  .p-top__news__list.is-active {
    display: block;
  }
  .p-top__event__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-top__event__heading__button::before {
    bottom: 0;
  }
  .p-top__event__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-top__event__item {
    position: relative;
    width: 48%;
  }
  .p-top__event__item:nth-child(2n) {
    margin-left: 4%;
  }
  .p-top__event__item:nth-child(n+3) {
    margin-top: 3%;
  }
  .p-top__event__link {
    display: block;
    border: 1px solid #ccc;
    background-color: #fff;
  }
  .p-top__event__date {
    display: inline-block;
    position: absolute;
    top: -10px;
    left: -10px;
    z-index: 2;
    padding: 10px 5px;
    background-color: #0e3469;
    color: #fff;
    font-family: 'Montserrat';
    min-width: 220px;
    max-width: 100%;
  }
  .p-top__event__date__year {
    width: 100%;
    font-weight: 500;
  }
  .p-top__event__date__month, .p-top__event__date__day {
    padding: 0 7px;
    font-weight: 500;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .p-top__event__date__text {
    width: 100%;
    font-family: 'Noto Sans JP';
    font-size: 16px;
    font-size: 1.6rem;
  }
  .p-top__event__picture img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    max-width: 101%;
    height: auto;
    max-height: 101%;
    -webkit-transform: translate(-50%, -50%) scale(1.0);
            transform: translate(-50%, -50%) scale(1.0);
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transition: .3s transform;
    transition: .3s transform;
  }
  .p-top__event__link:hover .p-top__event__picture img {
    -webkit-transform: translate(-50%, -50%) scale(1.05);
            transform: translate(-50%, -50%) scale(1.05);
  }
  .p-top__event__title {
    padding: 25px 6.25%;
    font-weight: 500;
    font-size: 16px;
    font-size: 1.6rem;
    -webkit-transition: .3s color;
    transition: .3s color;
  }
  .p-top__event__link:hover .p-top__event__title {
    color: #094391;
  }
  .p-top__links__link {
    -webkit-transition: .3s background-color, .3s color;
    transition: .3s background-color, .3s color;
  }
  .p-top__links__link:hover {
    background-color: #0e3469;
    color: #fff;
  }
  .p-top__links__picture {
    width: 100%;
    height: 0;
    padding-top: 57.3%;
  }
  .p-top__links__picture::before {
    opacity: 0;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(9, 67, 145, .7);
    content: "";
    -webkit-transition: .3s opacity;
    transition: .3s opacity;
  }
  .p-top__links__link:hover .p-top__links__picture::before {
    opacity: 1;
  }
  .p-top__links__picture::after {
    opacity: 0;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 37.2%;
    min-width: 106px;
    padding: 15px 20px;
    border-top: 1px solid rgba(255, 255, 255, .5);
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227%22%20height%3D%225.5%22%20viewBox%3D%220%200%207%205.5%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_86%22%20data-name%3D%22%E3%83%91%E3%82%B9%2086%22%20d%3D%22M-2.1%2C24.25l-7-2.75a5.826%2C5.826%2C0%2C0%2C1%2C.714%2C2.807A5.123%2C5.123%2C0%2C0%2C1-9.1%2C27Z%22%20transform%3D%22translate(9.097%20-21.5)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: 86% 50%;
    color: #fff;
    font-family: 'Montserrat';
    font-weight: 500;
    text-align: center;
    text-indent: -10px;
    line-height: 1.1;
    content: "MORE";
  }
  .p-top__links__link:hover .p-top__links__picture::after {
    opacity: 1;
  }
  .p-top__links__picture img {
    -webkit-transform: translate(-50%, -50%) scale(1.0);
            transform: translate(-50%, -50%) scale(1.0);
    -webkit-transition: .3s transform;
    transition: .3s transform;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  .p-top__links__link:hover .p-top__links__picture img {
    -webkit-transform: translate(-50%, -50%) scale(1.05);
            transform: translate(-50%, -50%) scale(1.05);
  }
  .p-top__links__title {
    height: calc(3em + 40px);
    padding: 20px 8%;
  }
  .p-top__links__title::before {
    left: 8%;
    -webkit-transition: .3s background-color;
    transition: .3s background-color;
  }
  .p-top__links__link:hover .p-top__links__title::before {
    background-color: #fff;
  }
  .p-top__links__control__inner {
    margin-top: 42px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-top__links__control__counter {
    display: none;
  }
  .p-top__links__control .slick-prev {
    margin-right: 5px;
  }
  .p-top__links__control .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: static;
    width: auto;
    margin-right: 20px;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-top__links__control .slick-dots li {
    width: 30px;
    height: 30px;
    margin: 0;
  }
  .p-top__links__control .slick-dots button::before {
    width: 10px;
    height: 10px;
  }
  .p-top__links__control .slick-dots button:hover {
    opacity: .7;
  }
  .p-top__links__control .slick-dots .slick-active button::before {
    width: 14px;
    height: 14px;
    -webkit-box-shadow: 0 0 0 6px rgba(230, 170, 110, .3);
            box-shadow: 0 0 0 6px rgba(230, 170, 110, .3);
  }
  .p-top__education__section + .p-top__education__section {
    margin-top: 70px;
  }
  .p-top__education__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-top__education__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .-study .p-top__education__item {
    max-width: 31%;
  }
  .-research .p-top__education__item {
    max-width: 48.2%;
  }
  .p-top__education__item + .p-top__education__item {
    margin-left: 3.5%;
  }
  .p-top__education__link {
    display: block;
    height: 100%;
    border: 1px solid #ccc;
  }
  .p-top__education__picture img {
    width: 100%;
    -webkit-transform: scale(1.0);
            transform: scale(1.0);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transition: .3s transform;
    transition: .3s transform;
  }
  .p-top__education__link:hover .p-top__education__picture img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .p-top__education__title {
    padding: 16px 30px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .p-top__education__link:hover .p-top__education__title {
    color: #094391;
  }
  .p-top__education__symbol {
    width: 40px;
    height: 40px;
    margin-right: 20px;
  }
  .-research .p-top__education__symbol {
    width: 50px;
    height: 32px;
  }
  .p-top__education__link:hover .p-top__education__symbol__off {
    display: none;
  }
  .p-top__education__link:hover .p-top__education__symbol__on {
    display: block;
  }
  .p-top__rankings {
    background: url(/files/user/assets/images/page/top-rankings_bg.jpg?v=1612408027) no-repeat center bottom/100% auto;
  }
  .p-top__rankings__section + .p-top__rankings__section {
    margin-top: 40px;
  }
  .p-top__rankings__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .-col-wrap {
    max-width: inherit;
  }
  .p-top__rankings__title {
    opacity: 0;
    width: 100%;
    margin-bottom: 12px;
    padding: 12px 0 7px;
    background-position: center center;
    font-size: 22px;
    font-size: 2.2rem;
    text-align: center;
    -webkit-transition: .9s opacity;
    transition: .9s opacity;
  }
  .is-fadein .p-top__rankings__title {
    opacity: 1;
  }
  .p-top__rankings__block {
    opacity: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 30px 5%;
    background-color: #fff;
    color: #050a50;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: 0.9s opacity cubic-bezier(0.32, 0, 0.67, 0);
    transition: 0.9s opacity cubic-bezier(0.32, 0, 0.67, 0);
  }
  .is-fadein .p-top__rankings__block {
    opacity: 1;
  }
  .p-top__rankings__block.-half {
    width: 49.35%;
    padding: 30px 2.7%;
  }
  .p-top__rankings__block.-half + .p-top__rankings__block.-half {
    margin-left: 1.3%;
  }
  .p-top__rankings__block__title {
    width: 100%;
    margin-bottom: 16px;
    font-weight: 500;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: center;
  }
  .p-top__rankings__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    padding: 0 6.25%;
    letter-spacing: 0.03em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .-col-wrap .p-top__rankings__contents {
    padding: 0 8.4%;
  }
  .p-top__rankings__contents__title {
    opacity: 0;
    margin-bottom: 5px;
    font-size: 18px;
    font-size: 1.8rem;
    -webkit-transition: 1.2s opacity cubic-bezier(0.32, 0, 0.67, 0);
    transition: 1.2s opacity cubic-bezier(0.32, 0, 0.67, 0);
  }
  .is-fadein .p-top__rankings__contents__title {
    opacity: 1;
  }
  .p-top__rankings__contents__rank {
    opacity: 0;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
    font-size: 32px;
    font-size: 3.2rem;
    -webkit-transition: 2s opacity , 2s -webkit-transform;
    transition: 2s opacity , 2s -webkit-transform;
    transition: 2s opacity , 2s transform;
    transition: 2s opacity , 2s transform , 2s -webkit-transform;
  }
  .p-top__rankings__notes {
    margin-top: 20px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .p-videos__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-videos__topics__item {
    position: relative;
    width: 30.7%;
  }
  .p-videos__topics__item:hover {
    z-index: 4;
  }
  .p-videos__topics__item:not(:nth-child(3n+1)) {
    margin-left: 3.95%;
  }
  .p-videos__topics__item:nth-child(n+4) {
    margin-top: 40px;
  }
  .p-videos__topics__link:hover {
    position: absolute;
    top: -22px;
    left: -22px;
    z-index: 5;
    width: calc(100% + 44px);
    padding: 20px;
    border: 2px solid #0e3469;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 15px rgba(0, 0, 0, .16);
            box-shadow: 0 1px 15px rgba(0, 0, 0, .16);
    background-color: #fff;
  }
  .p-videos__topics__picture {
    margin-bottom: 16px;
  }
  .p-videos__topics__picture::after {
    width: 110px;
    height: 110px;
  }
  .p-videos__topics__title {
    font-weight: 700;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .p-videos__topics__label {
    margin-top: 6px;
  }
  .p-videos__topics__label__item {
    padding: 3px 1em;
  }
  .c-video__topics__link:hover .p-videos__topics__info {
    display: block;
    margin-top: 20px;
  }
  .p-videos__topics__info__button {
    width: 100%;
  }
  .p-videos__categories {
    padding-top: 70px;
  }
  .p-videos__categories__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 36px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .p-videos__categories__form__pulldown {
    width: 20%;
    min-width: 200px;
    margin: 0;
  }
  .p-videos__categories__form__search {
    width: 35%;
    min-width: 350px;
    margin-left: 16px;
  }
  .p-videos__categories__form__search__input {
    padding: 16px 17% 16px 16px;
  }
  .p-videos__categories__form__search__submit {
    right: 20px;
  }
  .p-videos__categories__form__search__submit__symbol::before {
    width: 20px;
    height: 20px;
  }
  .p-videos__categories__section + .p-videos__categories__section {
    margin-top: 70px;
  }
  .p-videos__categories__topics {
    display: block;
    position: relative;
  }
  .p-videos__categories__topics .slick-list {
    width: calc(100% + 24px);
    margin: 0 -12px;
  }
  .p-videos__categories__topics .slick-track {
    margin: 0;
  }
  .p-videos__categories__topics .slick-slide {
    margin: 0 12px;
  }
  .p-videos__categories__topics .slick-slide:not(:nth-child(3n+1)) {
    margin-left: 12px;
  }
  .p-videos__categories__topics .slick-slide:nth-child(n+4) {
    margin-top: 0;
  }
  .p-videos__categories__topics .c-video__topics__item {
    display: block !important;
    width: 23.2%;
    padding-bottom: 1px;
  }
  .p-videos__categories__topics .c-video__topics__link:hover {
    opacity: .7;
    position: static;
    width: 100%;
    padding: 0;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: transparent;
  }
  .p-videos__categories__topics .c-video__topics__picture::after {
    width: 80px;
    height: 80px;
  }
  .p-videos__categories__control {
    margin-top: 42px;
  }
  .p-videos__categories__control.-no-dots {
    margin-top: 0;
  }
  .p-videos__categories__control__inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-videos__categories__control__counter {
    display: none;
  }
  .p-videos__categories__control .slick-prev {
    margin-right: 5px;
  }
  .p-videos__categories__control .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: static;
    width: auto;
    margin-right: 20px;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-videos__categories__control .slick-dots li {
    width: 30px;
    height: 30px;
    margin: 0;
  }
  .p-videos__categories__control .slick-dots button::before {
    width: 10px;
    height: 10px;
  }
  .p-videos__categories__control .slick-dots button:hover {
    opacity: .7;
  }
  .p-videos__categories__control .slick-dots .slick-active button::before {
    width: 14px;
    height: 14px;
    -webkit-box-shadow: 0 0 0 6px rgba(230, 170, 110, .3);
            box-shadow: 0 0 0 6px rgba(230, 170, 110, .3);
  }
  .is-sp {
    display: none;
  }
  .h1-area + .c-article .rss-area {
    margin-top: -32px;
  }
  .h1-area + .c-article .social-area {
    margin-top: -32px;
  }
  .c-article .social-area div + div {
    margin-left: 10px;
  }
  .c-article .junction .junc-left .junction-h2-area, .c-article .junction .junc-right .junction-h2-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c-article .junction-outline-area:not(:first-child) {
    margin-top: 32px;
  }
  .c-article .anchor-area a::before {
    margin-top: 8px;
  }
  .c-article *:not(.c-video) iframe {
    height: 320px;
    margin: 30px 0;
  }
  .c-article details[open] summary::after {
    background-position: right 12px;
    content: "CLOSE";
  }
  .c-article .junction-h2-deco .junction-h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .c-article .junction-h2-deco .junction-btn::after {
    width: 6em;
    height: 100%;
    background-position: right center;
    content: "OPEN";
  }
  .c-article .is-active .junction-btn::after {
    background-position: right center;
    content: "CLOSE";
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
  }
  button,
  input,
  optgroup,
  select,
  textarea {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .l-breadcrumb {
    display: none;
  }
  .l-container--huge {
    padding-top: 60px;
  }
  .l-container--large {
    width: 100%;
  }
  .l-container--middle {
    width: calc(100% - 2em);
    margin: 0 1em;
  }
  .l-container--single {
    width: 100%;
  }
  .l-container--main {
    width: 100%;
    padding: 0 6.4% 30px;
  }
  .l-container--side {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .l-footer {
    padding-bottom: 80px;
  }
  .l-footer__inner {
    padding: 30px 6.4%;
  }
  .l-footer__nav {
    display: none;
  }
  .-no-side .l-footer__floor {
    display: block;
  }
  .-no-side .l-footer__address {
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: 0.02em;
    line-height: 1.5;
  }
  .l-footer__logo {
    margin-right: 40px;
    padding-left: 20px;
  }
  .-no-side .l-footer__logo {
    margin-right: 0;
    margin-bottom: 40px;
    padding-left: 0;
  }
  .-no-side .l-footer__subnav {
    margin-bottom: 60px;
  }
  .-no-side .l-footer__subnav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .l-footer__subnav__item {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .-no-side .l-footer__subnav__item {
    margin-right: 24px;
    margin-bottom: 10px;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .l-footer__subnav__item + .l-footer__subnav__item {
    margin-top: 12px;
  }
  .-no-side .l-footer__subnav__item + .l-footer__subnav__item {
    margin-top: 0;
  }
  .l-footer__copyright {
    margin-top: 30px;
    font-size: 9px;
    font-size: 0.9rem;
  }
  .l-footer__pagetop {
    display: none;
  }
  .l-header-horizontal-sp .l-header__logo {
    width: 44.3%;
    max-width: 160px;
  }
  .l-header-horizontal-sp .l-header__logo img {
    max-width: 100%;
  }
  .l-header-international .l-header-international__logo {
    width: 68.5% !important;
    max-width: 224px !important;
  }
  .l-header-international .l-header-international__logo__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
  }
  .l-header-international__official {
    display: none;
  }
  .l-header {
    left: 0;
    z-index: 100;
    width: 100%;
    height: 60px;
    background-color: #05234d;
  }
  .l-header__inner {
    padding: 0 4.2%;
  }
  .l-header__fund {
    display: none;
  }
  .l-header__nav__sub__search {
    display: none;
  }
  .l-header__logo__link {
    padding: 8px 0;
  }
  .l-header__globalnav {
    display: none;
  }
  .l-header__globalnav__check {
    display: none;
  }
  .l-header__subnav {
    display: none;
  }
  .l-header__search {
    margin-right: 8%;
  }
  .l-header__lower {
    display: none;
  }
  .l-nav {
    width: 100%;
    height: 0;
    overflow-y: auto;
    padding-top: 60px;
    background-color: rgba(0, 0, 0, .5);
    pointer-events: none;
    -webkit-transition: .3s height;
    transition: .3s height;
  }
  .l-nav__inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    padding: 60px 0;
  }
  .c-accordion + .c-accordion, .c-article details + .c-accordion, .c-article .c-accordion + details, .c-article details + details {
    margin-top: 16px;
  }
  .c-accordion__title, .c-article details summary {
    padding: 20px 24px;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .c-accordion__title::after, .c-article details summary::after {
    background-position: right center;
    content: "";
  }
  .c-accordion__description, .c-article details p {
    padding: 0 24px;
  }
  .is-active .c-accordion__description, .is-active .c-article details p, .c-article details .is-active p {
    padding: 15px 24px 20px;
  }
  .c-anchor, .c-article .anchor-area .str01, .c-article .anchor-area .str02 {
    margin: 26px 0;
    padding: 20px 24px 0;
  }
  .c-anchor__item, .c-article .anchor-area .str01 li, .c-article .anchor-area .str02 ul > li {
    margin-bottom: 20px;
  }
  .c-anchor__item:not(:last-child), .c-article .anchor-area .str01 li:not(:last-child), .c-article .anchor-area .str02 ul > li:not(:last-child) {
    margin-right: 20px;
  }
  .c-anchor__link, .c-article .anchor-area a {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .c-anchor__link::before, .c-article .anchor-area a::before {
    margin-top: 5px;
  }
  .c-article {
    line-height: 1.6;
  }
  .c-article__control__item + .c-article__control__item, .c-article .bottomlink .go-home + .c-article__control__item, .c-article .bottomlink .go-top + .c-article__control__item, .c-article .bottomlink .c-article__control__item + .go-home, .c-article .bottomlink .go-home + .go-home, .c-article .bottomlink .go-top + .go-home, .c-article .bottomlink .c-article__control__item + .go-top, .c-article .bottomlink .go-home + .go-top, .c-article .bottomlink .go-top + .go-top {
    border-top: 1px solid #ccc;
  }
  .c-article__control__link, .c-article .bottomlink .go-home a, .c-article .bottomlink .go-top a {
    padding: 20px 0;
  }
  .c-article__space--large {
    margin-top: 52px !important;
  }
  .c-article__space--middle {
    margin-top: 32px !important;
  }
  .c-article__space--small {
    margin-top: 16px !important;
  }
  .c-article__pagetop, .c-article .pnavi-area .go-top a {
    max-width: 65.4%;
    margin: 32px 0 32px auto;
    padding: 16px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .c-article__pagetop::before, .c-article .pnavi-area .go-top a::before {
    width: 14px;
    height: 10px;
    margin-right: 16px;
  }
  audio + p, .c-audio p {
    margin: 8px 0 0 !important;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .c-banner__title {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .c-column .c-box:first-child {
    margin: 0;
  }
  .c-box .c-heading--lv3, .c-box .c-article .h3-area h3, .c-article .h3-area .c-box h3, .c-box .c-article .junction-link-second, .c-article .c-box .junction-link-second {
    margin: 0 0 16px;
    padding-right: 7.3%;
  }
  .c-box .c-box-contents p + p {
    margin: 24px 0 0;
  }
  .c-button, .c-button.-emphasis, .c-button--return {
    width: 85%;
    border: 1px solid #ccc;
    letter-spacing: 0.05em;
  }
  .c-button::before, .c-button.-emphasis::before, .c-button--return::before {
    top: 100%;
    width: 2.6em;
  }
  .c-button + .c-button, .c-button--return + .c-button, .c-button + .c-button--return, .c-button--return + .c-button--return {
    margin-top: 10px;
  }
  .c-button__outer {
    margin: 24px auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .c-button.-large {
    width: auto;
    max-width: 100%;
  }
  .c-button.-emphasis {
    border: 1px solid #ff2424;
  }
  .c-button.-emphasis::before {
    top: calc(100% - 1px);
    height: 2px;
  }
  .c-button--return {
    width: 60%;
    margin-top: 16px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .c-check, .c-article .plugin-area-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 32px 0;
    padding: 20px 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-check::before, .c-article .plugin-area-in::before {
    top: -10px;
    left: 14px;
  }
  .c-check__picture, .c-article .plugin-area .pdf-icon {
    margin-top: 16px;
    text-align: center;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .c-floatingMenu {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 20;
    width: 100%;
  }
  .c-floatingMenu__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .16);
            box-shadow: 0 0 15px rgba(0, 0, 0, .16);
    background-color: #fff;
  }
  .c-floatingMenu__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 84%;
    height: calc(40px + env(safe-area-inset-bottom));
    padding: 0 6.3%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .c-floatingMenu__nav__item {
    width: 20.3%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    text-align: center;
  }
  .c-floatingMenu__nav__item + .c-floatingMenu__nav__item {
    margin-left: 6.3%;
  }
  .c-floatingMenu__nav__link {
    display: block;
    position: relative;
    height: 100%;
    padding-bottom: 8px;
    font-weight: 500;
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: 0.02em;
  }
  .-en .c-floatingMenu__nav__link {
    font-size: 11px;
    font-size: 1.1rem;
    letter-spacing: 0.015em;
    white-space: nowrap;
  }
  .c-floatingMenu__nav__link::after {
    display: block;
    position: absolute;
    top: -12px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    height: 0;
    padding-top: 100%;
    border-radius: 100%;
    background-color: #fff;
    content: "";
  }
  .c-floatingMenu__nav__link__inner {
    position: relative;
    z-index: 2;
  }
  .c-floatingMenu__nav__symbol::before {
    display: block;
    width: 30px;
    height: 30px;
    margin: 0 auto 5px;
    background-repeat: no-repeat;
    background-position: center center;
    content: "";
  }
  .-school.c-floatingMenu__nav__symbol::before {
    background-image: url(/files/user/assets/images/common/menuIcon-school.svg?v=1612408000);
    background-size: auto 100%;
  }
  .-hospital.c-floatingMenu__nav__symbol::before {
    background-image: url(/files/user/assets/images/common/menuIcon-hospital.svg?v=1612408000);
    background-size: auto 100%;
  }
  .-access.c-floatingMenu__nav__symbol::before {
    background-image: url(/files/user/assets/images/common/menuIcon-access.svg?v=1612408000);
    background-size: auto 87%;
  }
  .-language.c-floatingMenu__nav__symbol::before {
    background-image: url(/files/user/assets/images/common/menuIcon-language.svg?v=1612408000);
    background-size: auto 93%;
  }
  .c-floatingMenu__pagetop {
    width: 16%;
    padding: 5px 0 8px;
    background-color: #0e3469;
    color: #fff;
    font-size: 10px;
    font-size: 1rem;
    text-align: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .c-floatingMenu__pagetop__symbol::before {
    display: block;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    width: 30px;
    height: 30px;
    margin: 0 auto;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227%22%20height%3D%225.5%22%20viewBox%3D%220%200%207%205.5%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_86%22%20data-name%3D%22%E3%83%91%E3%82%B9%2086%22%20d%3D%22M-2.1%2C24.25l-7-2.75a5.826%2C5.826%2C0%2C0%2C1%2C.714%2C2.807A5.123%2C5.123%2C0%2C0%2C1-9.1%2C27Z%22%20transform%3D%22translate(9.097%20-21.5)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 53%;
    content: "";
  }
  .c-frame {
    margin: 32px 0;
  }
  .c-frame iframe {
    height: 300px;
  }
  .c-heading--lv1__outer, .c-article .h1-area {
    margin-bottom: 32px;
  }
  .-en .c-heading--lv1__outer, .-en .c-article .h1-area, .c-article .-en .h1-area {
    padding-left: 7.3%;
  }
  * + .c-heading--lv1__outer, .c-article * + .h1-area {
    margin-top: 52px;
  }
  .c-heading--lv1__outer::before, .c-article .h1-area::before {
    left: -7.3%;
    width: 8px;
  }
  .c-heading--lv1__outer::after, .c-article .h1-area::after {
    left: -7.3%;
    width: 8px;
    height: 8px;
  }
  .c-heading--lv1, .c-article .h1-area h1 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.5;
  }
  .c-heading--lv2__outer:first-child {
    margin-top: 0;
  }
  .c-heading__archive__outer, .c-article .rss-area {
    margin-top: 16px;
  }
  .c-heading--lv1__outer + .c-heading__archive__outer, .c-article .h1-area + .c-heading__archive__outer, .c-article .c-heading--lv1__outer + .rss-area, .c-article .h1-area + .rss-area {
    margin-top: -16px;
  }
  .c-heading__archive, .c-article .archive a {
    padding: 10px 15px;
    border-radius: 3px;
    background-color: #efefef;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .c-heading__archive::after, .c-article .archive a::after {
    margin-left: 10px;
  }
  .c-heading--lv3, .c-article .h3-area h3, .c-article .junction-link-second {
    margin: 26px 0 20px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .c-heading--lv3::before, .c-article .h3-area h3::before, .c-article .junction-link-second::before {
    width: 3%;
    min-width: 10px;
    height: 15px;
    margin: 6px 14px 0 0;
    background-image: repeating-linear-gradient(0deg, transparent, transparent 2px, #0e3469 2px, #0e3469 5px);
  }
  .c-heading--lv4, .c-article .h4-area h4 {
    margin: 20px 0 18px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .c-heading--lv4::before, .c-article .h4-area h4::before {
    width: 3%;
    min-width: 10px;
    margin: 12px 14px 0 0;
  }
  .c-heading--lv5 {
    margin: 18px 0 12px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  [class^="c-list"] {
    margin: 30px 0;
  }
  .c-list--square li::before {
    top: 7px;
  }
  .c-list--disc li::before, .c-article .junction-list li::before {
    top: 7px;
  }
  .c-list--alphabet li::before {
    top: 0;
  }
  .c-list--difinition__inner {
    margin: 0;
    padding: 20px 24px;
    line-height: 1.6;
  }
  .-row.c-list--difinition dt {
    width: 36%;
    margin-right: 6.7%;
  }
  .-column.c-list--difinition dt {
    margin-bottom: 14px;
  }
  .c-list--annotation li {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .c-media, .c-article .tx-pat03, .c-article .tx-pat02, .c-article .junction-outline {
    margin: 24px 0;
  }
  .c-media__picture.-left, .c-article .tx-pat03 .img-area {
    max-width: 46%;
    margin: 0 4.6% 4.6% 0;
  }
  .c-media__picture.-center, .c-article .junction-outline-area02 .junction-outline-img {
    margin-bottom: 24px;
  }
  .c-media__picture.-right, .c-article .tx-pat02 .img-area, .c-article .junction-outline-area .junction-outline-img {
    max-width: 46%;
    margin: 0 0 4.6% 4.6%;
  }
  .c-media__picture + p {
    margin: 0 !important;
  }
  .c-modal__contents {
    width: 87.2%;
  }
  .c-modal img {
    max-width: 100%;
  }
  .c-modal__close {
    width: 12.8%;
    height: 0;
    margin: 6% auto;
    padding-top: 12.8%;
    background-size: auto 30%;
  }
  #lightcase-case {
    width: 87.2% !important;
  }
  .lightcase-icon-close {
    right: 50% !important;
    -webkit-transform: translateX(50%) !important;
            transform: translateX(50%) !important;
    width: 12.8% !important;
    height: 0 !important;
    padding-top: 12.8%;
    background-size: auto 30%;
  }
  .c-pageHeader {
    height: 0;
    margin-bottom: 20px;
    padding-top: 40%;
  }
  .c-pageHeader__title {
    padding: 0 6.4%;
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.4;
  }
  .c-pageHeader__title--sub {
    margin-top: 6px;
  }
  .c-pageHeader__picture {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    height: 100%;
  }
  .c-pageHeaderNone {
    padding-top: 0;
  }
  .-no-side .c-pageHeaderNone {
    padding-top: 20px;
  }
  .c-pageLink {
    margin: 26px 0;
    padding: 20px 24px 0;
  }
  .c-pageLink__item {
    margin-bottom: 20px;
  }
  .c-pageLink__item:not(:last-child) {
    margin-right: 20px;
  }
  .c-pageLink__link {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .c-pageLink__link::before {
    margin-top: 5px;
  }
  .c-pager {
    margin: 32px 0;
    padding: 15px 24px;
  }
  .c-pager__list {
    display: none;
  }
  .c-pager__pulldown__outer {
    position: relative;
    width: 43%;
    height: 50px;
    min-width: 120px;
  }
  .c-picture, .c-article .img-area, .c-article .img-s-area, .c-article .img-n-area {
    margin: 24px 0;
  }
  .c-picture__caption, .c-article .cap-c {
    margin: 10px 0 0 !important;
    font-size: 12px;
    font-size: 1.2rem;
    text-align: left;
  }
  .c-form-pulldown__outer {
    width: 100%;
  }
  .c-sns, .c-article .social-area {
    margin-top: 16px;
  }
  .c-heading--lv1__outer + .c-sns, .c-article .h1-area + .c-sns, .c-article .c-heading--lv1__outer + .social-area, .c-article .h1-area + .social-area {
    margin-top: -16px;
  }
  .c-sns__item + .c-sns__item {
    margin-left: 6px;
  }
  .c-table th, .c-article .table-area table th, .c-table td, .c-article .table-area table td, .c-table--border th, .c-table--border td, .c-table--order th, .c-table--order td {
    padding: 15px 10px;
  }
  .c-table__scroll {
    width: 100%;
    overflow: auto;
    margin: 32px 0;
    padding-bottom: 12px;
    white-space: nowrap;
  }
  .c-table__scroll::-webkit-scrollbar {
    height: 12px;
  }
  .c-table__scroll::-webkit-scrollbar-track {
    border-radius: 6px;
    background-color: #efefef;
  }
  .c-table__scroll::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background-color: #666;
  }
  .c-table caption, .c-article .table-area table caption {
    padding: 15px 10px;
  }
  .c-table, .c-article .table-area table {
    margin: 32px 0;
  }
  .c-table th, .c-article .table-area table th {
    width: auto;
  }
  .c-table img, .c-article .table-area table img {
    max-width: 150px;
  }
  .c-text, .c-article p {
    margin: 24px 0;
  }
  .c-topics__item + .c-topics__item, .c-article .news-list dl + .c-topics__item, .c-article .news-list .c-topics__item + dl, .c-article .news-list dl + dl {
    margin-top: 8px;
  }
  .c-topics__link {
    padding: 16px;
    border: 1px solid #ccc;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .c-topics__link::after {
    right: 16px;
    bottom: 16px;
  }
  .c-topics__link[target="_blank"]::after {
    width: 12px;
    height: 12px;
    background-size: auto 12px;
  }
  .c-topics__link[href$=".pdf"]::after {
    width: 25px;
  }
  .c-topics__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-topics__info__date, .c-topics__date, .c-article .news-list dt {
    margin-top: 2px;
    color: #666;
    font-family: 'Montserrat';
    font-size: 10px;
    font-size: 1rem;
  }
  .c-topics__info__category, .c-topics__category {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 34%;
    padding: 2px 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .c-topics__title, .c-article .news-list dd {
    width: 100%;
    margin-top: 4px;
    font-weight: 700;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .c-topics__date, .c-article .news-list dt {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .c-topics-card__item {
    width: 47.4%;
  }
  .c-topics-card__item:nth-child(2n) {
    margin-left: 5.2%;
  }
  .c-topics-card__item:nth-child(n+3) {
    margin-top: 5.2%;
  }
  .c-topics-card__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-topics-card__picture {
    margin-bottom: 4px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .c-topics-card__picture img {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .c-topics-card__label {
    bottom: 0;
    left: 0;
    padding: 4px 8px;
    border-radius: 0 2px 0 0;
    background-color: #222;
    font-weight: 500;
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.1;
    letter-spacing: 0;
  }
  .c-topics-card__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .c-topics-card__title {
    display: -webkit-box;
    overflow: hidden;
    margin-bottom: auto;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .-en .c-topics-card__title {
    -webkit-line-clamp: 4;
  }
  .c-topics-card__info {
    margin-top: auto;
  }
  .c-topics-card__info__date {
    margin-top: 4px;
    font-size: 10px;
    font-size: 1rem;
  }
  .-en .c-topics-card__info__date {
    margin-top: 8px;
  }
  .c-topics-card__info__category {
    display: none;
  }
  .c-video {
    margin: 32px 0;
  }
  .c-video__topics__item + .c-video__topics__item {
    margin-top: 32px;
  }
  .c-video__topics__picture {
    margin-bottom: 10px;
  }
  .c-video__topics__picture::after {
    width: 24.4%;
    height: 0;
    padding-top: 24.4%;
  }
  .c-video__topics__title {
    font-weight: 500;
  }
  .c-video__topics__label {
    margin-top: 9px;
  }
  .c-video__topics__label__item {
    padding: 1px 1em;
  }
  .p-activities__around {
    background-size: 140% auto;
  }
  .p-activities__around__heading {
    padding-top: 50px;
    font-size: 26px;
    font-size: 2.6rem;
  }
  .p-activities__around__article {
    margin-bottom: 16px;
  }
  .p-activities__around__article.-col-1 {
    width: calc(50% - 8px);
  }
  .p-activities__around__article.-col-2 {
    width: 100%;
  }
  .p-activities__around__article.-col-3 {
    width: 100%;
  }
  .p-activities__around__article__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-activities__around__article__link::before {
    width: 11.3%;
    height: 0;
    padding-top: 9%;
    background-size: 54% auto;
  }
  .-col-1 .p-activities__around__article__link::before {
    width: 23.8%;
    padding-top: 19%;
  }
  .-sp-w100 .p-activities__around__article__link::before {
    width: 11.3%;
    height: 0;
    padding-top: 9%;
    background-size: 54% auto;
  }
  .p-activities__around__article__picture {
    border-radius: 3px 3px 0 0;
  }
  .-col-2 .p-activities__around__article__picture {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.26%;
  }
  .-col-3 .p-activities__around__article__picture {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.26%;
  }
  .-col-2 .p-activities__around__article__picture img, .-col-3 .p-activities__around__article__picture img {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    height: auto;
  }
  .p-activities__around__article__info {
    padding: 12px 7.3%;
  }
  .-pressrelease .p-activities__around__article__info {
    padding-top: 30px;
  }
  .p-activities__around__article__title {
    display: -webkit-box;
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .-pressrelease .p-activities__around__article__title {
    display: -webkit-box;
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
  }
  .-pressrelease .p-activities__around__article__title__inner:first-letter {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .p-activities__around__article__date {
    font-size: 10px;
    font-size: 1rem;
  }
  .p-activities__around__more {
    margin-top: 24px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-activities__aside {
    padding-top: 30px;
  }
  .p-activities__backnumber__item {
    border-bottom: 1px solid #ccc;
  }
  .p-activities__backnumber__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-activities__backnumber__picture {
    width: 35.6%;
    margin-right: 4%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .p-activities__backnumber__title {
    font-weight: 500;
    font-size: 15px;
    font-size: 1.5rem;
    letter-spacing: 0.035em;
    text-align: center;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .p-activities__banner {
    margin-top: 30px;
  }
  .p-admissions__news .c-topics, .p-admissions__news .c-article .news-list, .c-article .p-admissions__news .news-list {
    margin: 26px 0 0;
  }
  .p-admissions__event {
    padding-top: 30px;
  }
  .p-admissions__event__item + .p-admissions__event__item {
    margin-top: 16px;
  }
  .p-admissions__event__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .p-admissions__event__date {
    font-family: 'Montserrat';
    font-size: 10px;
    font-size: 1rem;
  }
  .p-admissions__event__picture {
    position: relative;
    width: 24.4%;
    height: 0;
    margin-right: 10px;
    padding-top: 24.4%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .p-admissions__event__picture img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: auto;
    height: auto;
    max-height: 100%;
  }
  .p-admissions__event__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-admissions__event__title {
    font-weight: 700;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.7;
  }
  .p-admissions__event__control {
    display: none;
  }
  .p-admissions__guide__hero {
    height: 160px;
  }
  .p-admissions__guide__anchor {
    margin-top: -40px;
  }
  .p-admissions__guide__menu__link {
    padding: 15px 19.2% 15px 4.6%;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .p-admissions__guide__menu__link::after {
    right: 6%;
  }
  .p-buildinghistory {
    margin-top: -20px;
    padding-top: 30px;
  }
  .p-buildinghistory__info {
    position: relative;
    width: 93.6%;
    max-width: 362px;
    margin: 0 auto 30px;
    padding: 0 7.3%;
  }
  .p-buildinghistory__info::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: calc(100% + 15px);
    background-image: linear-gradient(to bottom, #05234d, #05234d 6px, transparent 6px, transparent 12px);
    background-repeat: repeat-y;
    background-size: 3px 14px;
    content: "";
  }
  .p-buildinghistory__info__text {
    margin-bottom: 10px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .p-buildinghistory__info__text__mark::before {
    vertical-align: -3px;
  }
  .p-buildinghistory__list {
    position: relative;
    width: 93.6%;
    max-width: 362px;
    margin: 0 auto;
  }
  .p-buildinghistory__list::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    border-radius: 3px;
    background-color: #05234d;
    content: "";
  }
  .p-buildinghistory__list::after {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 3px;
    height: 50px;
    background-image: linear-gradient(to top, #05234d, #05234d 6px, #f8f4ee 6px, #f8f4ee 12px);
    background-repeat: repeat-y;
    background-size: 3px 12px;
    content: "";
  }
  .p-buildinghistory__item {
    min-height: 240px;
  }
  .p-buildinghistory__item + .p-buildinghistory__item {
    margin-top: 30px;
  }
  .p-buildinghistory__item::before {
    display: block;
    position: absolute;
    top: 50%;
    left: -6px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 14px;
    height: 14px;
    border-radius: 100%;
    background-color: #05234d;
    content: "";
  }
  .p-buildinghistory__item::after {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 10%;
    height: 1px;
    border-top: 1px dashed #05234d;
    content: "";
  }
  .p-buildinghistory__inner {
    top: 0;
    left: 0;
    padding-left: 7.3%;
  }
  .p-buildinghistory__period {
    font-weight: 500;
  }
  .p-buildinghistory__card__title {
    margin-top: 8px;
  }
  .is-active .p-buildinghistory__card__outer .p-buildinghistory__card__title {
    margin-top: 20px;
    padding: 0 24px;
  }
  .is-active .p-buildinghistory__card__outer .p-buildinghistory__card {
    padding: 0 24px 40px;
  }
  .p-buildinghistory__card__close__icon {
    top: 0;
    right: -20px;
    width: 40px;
    height: 40px;
  }
  .p-buildinghistory__card__description {
    margin-top: 8px;
  }
  .p-buildinghistory__card__button {
    width: 100%;
  }
  .p-gakunai__hero__inner {
    overflow: hidden;
  }
  .p-gakunai__banner .c-banner__title {
    bottom: 12px;
    left: 15px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .p-gakunai__banner .c-banner__link::before {
    height: 65px;
  }
  .p-gakunai__banner .c-banner__link::after {
    bottom: 22px;
  }
  .p-gakunai__topics__link__wrap .c-list--disc li + li, .p-gakunai__topics__link__wrap .c-article .junction-list li + li, .c-article .p-gakunai__topics__link__wrap .junction-list li + li {
    margin-top: 8px;
  }
  .p-gakunai__links .slick-list {
    padding-left: 6%;
    padding-right: 6%;
  }
  .p-gakunai__links {
    width: auto;
    margin-left: -6.4%;
    margin-right: -6.4%;
  }
  .p-gakunai__links__title {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .p-gakunai__links__control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 12px;
    margin-right: 6.4%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .p-gakunai__links__control__counter {
    color: #fff;
    font-size: 14px;
    margin-right: 16px;
    font-family: 'Montserrat';
    font-weight: 500;
    -webkit-box-ordinal-group: -1;
        -ms-flex-order: -2;
            order: -2;
  }
  .p-gakunai__links__control .slick-disabled {
    opacity: .6;
    pointer-events: none;
  }
  .p-gakunai__links__control .slick-prev {
    margin-right: 1px;
  }
  .p-gakunai__links__control .slick-dots {
    display: none !important;
  }
  .p-gakunai__pickup__section {
    padding-top: 20px;
  }
  .p-gakunai__pickup__list__item {
    width: 49%;
    min-height: 80px;
  }
  .p-gakunai__pickup__list__item:nth-child(odd) {
    margin-left: 0;
  }
  .p-gakunai__pickup__list__item:nth-child(even) {
    margin-right: 0;
  }
  .p-gakunai__pickup__list__link {
    padding: 7px;
  }
  .p-gakunai__pickup__list__text {
    font-size: 11px;
    font-size: 1.1rem;
  }
  .p-gakunai__pickup__list__text b {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .p-international__hero {
    margin-bottom: 20px;
  }
  .p-international__hero__text {
    bottom: 20px;
    left: 6.4%;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.2;
  }
  .p-international__hero__picture {
    padding-top: 40%;
  }
  .p-international__news {
    margin-bottom: 30px;
  }
  .p-international__news__inner {
    padding-top: 30px;
  }
  .p-international__news__list {
    margin-top: 24px;
  }
  .p-international__news__list .c-topics__item:nth-child(n+4), .p-international__news__list .c-article .news-list dl:nth-child(n+4), .c-article .news-list .p-international__news__list dl:nth-child(n+4) {
    display: none;
  }
  .p-international__news .c-topics__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: inherit;
        flex-wrap: inherit;
  }
  .p-international__news .c-topics__picture {
    position: relative;
    width: 24.4%;
    height: 0;
    overflow: hidden;
    margin-right: 10px;
    padding-top: 24.4%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .p-international__news .c-topics__picture img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: auto;
    height: auto;
    max-height: 100%;
  }
  .p-international__news .c-topics__title, .p-international__news .c-article .news-list dd, .c-article .news-list .p-international__news dd {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .p-magazine__section + .p-magazine__section {
    margin-top: 60px;
  }
  .p-magazine__heading__description {
    margin-top: 15px;
  }
  .p-magazine__picture {
    padding: 0 7.3%;
  }
  .p-magazine__picture__link__label {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .p-magazine__picture__link__label::before {
    width: 16px;
    height: 16px;
    margin-right: 10px;
  }
  .p-magazine__title {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.5;
    text-align: center;
  }
  .p-magazine__title--lv2 {
    padding: 15px 0;
  }
  .p-magazine__contents__title__outer {
    position: relative;
    padding-right: 7.3%;
  }
  .p-magazine__contents__title__outer::after {
    display: block;
    position: absolute;
    top: 6px;
    right: 4px;
    width: 16px;
    height: 16px;
    background-image: url(/files/user/assets/images/common/symbol-plus.svg?v=1612408004);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    content: "";
  }
  .is-active .p-magazine__contents__title__outer::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%222%22%20viewBox%3D%220%200%2016%202%22%3E%20%3Cline%20id%3D%22%E7%B7%9A_117%22%20data-name%3D%22%E7%B7%9A%20117%22%20x2%3D%2216%22%20transform%3D%22translate(0%201)%22%20fill%3D%22none%22%20stroke%3D%22%23a4a4a4%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
  }
  .p-magazine__contents__title {
    margin-bottom: 0;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .p-magazine__contents__body {
    display: none;
  }
  .is-active .p-magazine__contents__body {
    display: block;
    margin-top: 10px;
  }
  .p-magazine__survey {
    margin-top: 40px;
  }
  .p-magazine__backnumber {
    margin-top: 40px;
  }
  .p-magazine__backnumber__heading {
    margin-bottom: 6px !important;
  }
  .p-magazine__banner__inner {
    margin-top: 0;
    padding-top: 24px;
  }
  .p-magazine__banner__link {
    padding: 20px 7.3%;
  }
  .p-magazine__banner__picture img {
    width: 100%;
  }
  .p-magazine__banner__info {
    margin-top: 20px;
  }
  .p-magazine__banner__title {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .p-president__message__outer {
    margin-top: 28px;
  }
  .p-president__message__info {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 30px;
    padding: 0 7.3%;
    text-align: center;
  }
  .p-president__message__info__picture {
    margin-bottom: 16px;
  }
  .p-president__message__info__button__outer {
    margin-top: 20px;
  }
  .p-president__message__info__button {
    width: 100%;
  }
  .p-president__message {
    line-height: 1.6;
  }
  .p-president__message__heading {
    margin-bottom: 36px;
    font-size: 24px;
    font-size: 2.4rem;
    text-align: center;
  }
  .p-president__message__signature {
    margin-top: 30px;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .p-president__message__signature__post {
    margin-right: 16px;
    font-size: 11px;
    font-size: 1.1rem;
  }
  .p-president__video {
    margin-top: 52px;
  }
  .p-research__section + .p-research__section {
    margin-top: 36px;
    padding-top: 36px;
    border-top: 1px solid #ccc;
  }
  .p-top__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0;
    background: url(/files/user/assets/images/page/top-logo_bg.jpg?v=1612408027) no-repeat right center/auto 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-top__hero, .p-international__hero {
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, .08);
            box-shadow: 0 1px 10px rgba(0, 0, 0, .08);
  }
  .p-top__hero__text {
    padding: 16px 12% 16px 6.4%;
    background-color: #fff;
    color: #0e3469;
  }
  .p-top__hero__text__title {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.6;
  }
  .p-top__hero__text__description {
    display: none;
  }
  .p-top__hero__control, .p-international__hero__control {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 5;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 8%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-top__hero__control .slick-arrow, .p-international__hero__control .slick-arrow {
    width: auto;
    height: auto;
    padding: 20px 0;
    background-color: #050a50;
  }
  .p-top__hero__control .slick-prev, .p-international__hero__control .slick-prev {
    margin-top: 1px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .p-top__hero__control__stop, .p-top__hero__control__play {
    width: auto;
    height: auto;
    margin-top: 3px;
    padding: 15px 0;
  }
  .p-top__hero__control__stop {
    background-color: #094391;
  }
  .p-top__hero__control__play {
    background-color: #ddd;
  }
  .p-top__quickmenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 16px 6.4%;
    padding: 13px 7.3%;
    border-radius: 3px;
    background-color: #7c7c7c;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-top__quickmenu__item:not(:last-child) {
    margin-right: 12%;
  }
  .p-top__quickmenu__link {
    color: #fff;
    font-size: 13px;
    font-size: 1.3rem;
    letter-spacing: 0.03em;
  }
  .p-top__important {
    border-left: 5px solid #d20d0d;
    background-color: #efefef;
    border-bottom: 0;
  }
  .p-top__important__heading {
    top: 16px;
    left: 16px;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .-en .p-top__important__heading {
    overflow: hidden;
    font-size: 13px;
    font-size: 1.3rem;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    -webkit-line-clamp: 1;
    white-space: nowrap;
  }
  .p-top__important__topics__link {
    padding: 19px calc(12.8% + 16px) 16px 16px;
  }
  .p-top__important__topics__link::after {
    width: 12.8%;
    height: 0;
    padding-top: 12.8%;
  }
  .p-top__sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 7.3% 0;
  }
  .p-top__sns__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 60%;
    margin-right: 7.3%;
  }
  .p-top__sns__item {
    width: 23%;
  }
  .p-top__sns__item + .p-top__sns__item {
    margin-left: 1.5%;
  }
  .p-top__sns__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    color: #0e3469;
    font-size: 30px;
    font-size: 3rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-top__movie {
    width: 33.6%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .p-top__movie__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 12px 13.8%;
    border-radius: 5px;
    background-color: #0e3469;
    color: #fff;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-top__movie__link::before {
    display: block;
    width: 31%;
    height: 0;
    margin-right: 12.8%;
    padding-top: 25.7%;
    background: url(/files/user/assets/images/common/symbol-movies.svg?v=1612408003) no-repeat center center/100% auto;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    content: "";
  }
  .p-top__section {
    padding: 30px 6.4%;
  }
  .p-top__section__heading {
    margin-bottom: 26px;
    font-size: 22px;
    font-size: 2.2rem;
    text-align: center;
  }
  .-en .p-top__section__heading {
    font-weight: 300;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .p-top__tmdutopics {
    border-bottom: 1px solid #ccc;
    background-color: #fff;
  }
  .p-top__tmdutopics__inner {
    padding: 0;
  }
  .p-top__tmdutopics__tab {
    display: none;
  }
  .p-top__tmdutopics__button__outer {
    margin-bottom: 0;
  }
  .p-top__news__tab {
    display: none;
  }
  .p-top__news__button__outer {
    margin-bottom: 0;
  }
  .p-top__event {
    background-image: url(/files/user/assets/images/page/top-event_bg.png?v=1612408025);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
  }
  .p-top__event__item + .p-top__event__item {
    margin-top: 16px;
  }
  .p-top__event__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .p-top__event__date {
    font-family: 'Montserrat';
    font-size: 10px;
    font-size: 1rem;
    margin-top: 4px;
  }
  .p-top__event__picture {
    position: relative;
    width: 142.22px;
    height: 80px;
    margin-right: 10px;
    padding-top: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .p-top__event__picture img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: auto;
    height: auto;
    max-height: 100%;
  }
  .p-top__event__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: flex-start;
  }
  .p-top__event__title {
    font-weight: 700;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.7;
  }
  .p-top__event__button__outer {
    margin-bottom: 0;
  }
  .p-top__links {
    padding: 0 0 30px;
  }
  .p-top__links .slick-list {
    overflow: auto;
    padding: 0 6.4%;
  }
  .p-top__links__picture {
    width: 100%;
    height: 0;
    padding-top: 61.3%;
  }
  .p-top__links__picture img {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .p-top__links__title {
    height: calc(3em + 24px);
    padding: 12px 7.3%;
  }
  .p-top__links__title::before {
    left: 7.3%;
  }
  .p-top__links__control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 12px;
    margin-right: 6.4%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .p-top__links__control__inner {
    padding: 4px 4px 4px 16px;
    background-color: #efefef;
  }
  .p-top__links__control__counter {
    margin-right: 16px;
    font-family: 'Montserrat';
    font-weight: 500;
    -webkit-box-ordinal-group: -1;
        -ms-flex-order: -2;
            order: -2;
  }
  .p-top__links__control .slick-disabled {
    opacity: .6;
    pointer-events: none;
  }
  .p-top__links__control .slick-prev {
    margin-right: 1px;
  }
  .p-top__education__section + .p-top__education__section {
    margin-top: 30px;
  }
  .p-top__education__item + .p-top__education__item {
    margin-top: 16px;
  }
  .p-top__education__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #ccc;
  }
  .p-top__education__picture {
    position: relative;
    width: 36.7%;
    height: 0;
    padding-top: 24.4%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .p-top__education__picture img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
  }
  .p-top__education__title {
    padding: 0 9.6%;
  }
  .p-top__education__symbol {
    width: 27px;
    height: 25px;
    margin-right: 15px;
  }
  .-research .p-top__education__symbol {
    width: 30px;
    height: 21px;
  }
  .p-top__rankings__section + .p-top__rankings__section {
    margin-top: 30px;
  }
  .p-top__rankings__item + .p-top__rankings__item {
    margin-top: 18px;
  }
  .p-top__rankings__title {
    margin-bottom: 6px;
    padding: 6px 0;
    background-position: left center;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .p-top__rankings__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -7.3%;
    padding: 15px 0 15px 7.3%;
    background-color: #efefef;
  }
  .p-top__rankings__block.-half + .p-top__rankings__block.-half {
    margin-top: 1px;
  }
  .p-top__rankings__block__title {
    width: 26%;
    font-weight: 700;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.3;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .p-top__rankings__contents {
    width: 37%;
    padding: 0 4%;
    color: #050a50;
  }
  .p-top__rankings__contents__title {
    padding: 0 7.3%;
  }
  .p-top__rankings__contents__rank {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .p-top__rankings__notes {
    margin-top: 12px;
    font-size: 11px;
    font-size: 1.1rem;
    letter-spacing: 0.03em;
  }
  .p-videos__topics__item + .p-videos__topics__item {
    margin-top: 32px;
  }
  .p-videos__topics__picture {
    margin-bottom: 10px;
  }
  .p-videos__topics__picture::after {
    width: 24.4%;
    height: 0;
    padding-top: 24.4%;
  }
  .p-videos__topics__title {
    font-weight: 500;
  }
  .p-videos__topics__label {
    margin-top: 9px;
  }
  .p-videos__topics__label__item {
    padding: 1px 1em;
  }
  .p-videos__categories {
    padding-top: 30px;
  }
  .p-videos__categories__form {
    margin-bottom: 30px;
  }
  .p-videos__categories__form__pulldown::after {
    right: 24px;
    font-size: 22px;
    font-size: 2.2rem;
  }
  .p-videos__categories__form__search {
    margin-top: 10px;
  }
  .p-videos__categories__form__search__input {
    padding: 13px 21.4% 13px 20px;
  }
  .p-videos__categories__form__search__submit {
    right: 24px;
  }
  .p-videos__categories__form__search__submit__symbol::before {
    width: 22px;
    height: 22px;
  }
  .p-videos__categories__section + .p-videos__categories__section {
    margin-top: 40px;
  }
  .p-videos__categories__section .c-heading--lv2__sidelink, .p-videos__categories__section .c-article .newstitle .list-link a, .c-article .newstitle .list-link .p-videos__categories__section a {
    background-color: #fff;
  }
  .p-videos__categories__topics__list {
    margin-bottom: 0 !important;
  }
  .p-videos__categories__topics__list::after {
    display: block;
    position: absolute;
    top: 0;
    right: -7.3%;
    z-index: 2;
    width: 7.5%;
    height: 100%;
    background-color: #efefef;
    content: "";
  }
  .p-videos__categories__topics .c-video__topics__item {
    width: 100%;
    margin-bottom: 20px;
  }
  .p-videos__categories__topics .c-video__topics__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .p-videos__categories__topics .c-video__topics__picture {
    width: 40%;
    margin-right: 3%;
    margin-bottom: 0;
    -ms-flex-item-align: start;
        align-self: flex-start;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .p-videos__categories__topics .c-video__topics__picture::after {
    width: 43%;
    height: 0;
    padding-top: 43%;
  }
  .p-videos__categories__control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .p-videos__categories__control__inner {
    padding: 4px 4px 4px 16px;
    background-color: #efefef;
  }
  .p-videos__categories__control__counter {
    margin-right: 16px;
    font-family: 'Montserrat';
    font-weight: 500;
    -webkit-box-ordinal-group: -1;
        -ms-flex-order: -2;
            order: -2;
  }
  .p-videos__categories__control .slick-disabled {
    opacity: .6;
    pointer-events: none;
  }
  .p-videos__categories__control .slick-prev {
    margin-right: 1px;
  }
  .p-videos__categories__control .slick-dots {
    display: none !important;
  }
  .is-pc {
    display: none;
  }
  .h1-area + .c-article .rss-area {
    margin-top: -16px;
  }
  .h1-area + .c-article .social-area {
    margin-top: -16px;
  }
  .c-article .social-area div + div {
    margin-left: 6px;
  }
  .c-article .anchor-area a::before {
    margin-top: 5px;
  }
  .c-article *:not(.c-video) iframe {
    height: 300px;
    margin: 32px 0;
  }
  .c-article .junction-h2-deco .junction-btn::after {
    background-position: right center;
    content: "";
  }
}

@media screen and (min-width: 1200px) {
  .l-container--huge {
    padding-left: 200px;
  }
  .-en .l-container--huge {
    padding-top: 184px;
  }
  .-international .l-container--huge {
    padding-top: 167px;
  }
  .-gakunai .l-container--huge {
    padding-top: 180px;
  }
  .-no-side .l-container--huge {
    padding-left: 0;
  }
  .l-footer {
    padding-left: 200px;
  }
  .-no-side .l-footer {
    padding-left: 0;
  }
  .l-header-horizontal {
    position: fixed;
    top: 0;
    z-index: 20;
    width: 100%;
  }
  .l-header-horizontal.is-open::after {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, .5);
    content: "";
  }
  .l-header-horizontal__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1280px;
    margin: 0 auto;
    padding: 15px 40px;
  }
  .l-header-horizontal__upper {
    position: relative;
    z-index: 2;
    background-color: #fff;
  }
  .l-header-horizontal__upper__inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .l-header-horizontal__fund {
    width: 166px;
    margin-right: 1.7%;
  }
  .l-header-horizontal__fund__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 4px 9.3%;
    border: 2px solid #050a50;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, .2);
            box-shadow: 0 1px 8px rgba(0, 0, 0, .2);
    background-color: #fff;
    color: #050a50;
    font-weight: 700;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: .3s opacity;
    transition: .3s opacity;
  }
  .l-header-horizontal__fund__button::before {
    width: 23px;
    height: 23px;
    margin-right: 10px;
    background: url(/files/user/assets/images/common/symbol-fund.svg?v=1612408003) no-repeat center center/auto 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    content: "";
  }
  .l-header-horizontal__fund__button:hover {
    opacity: .7;
  }
  .l-header-horizontal__subnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 1.7%;
  }
  .l-header-horizontal__subnav__item + .l-header-horizontal__subnav__item {
    margin-left: 16px;
  }
  .l-header-horizontal__subnav__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 14px;
    font-size: 1.4rem;
    -webkit-transition: .3s opacity;
    transition: .3s opacity;
  }
  .l-header-horizontal__subnav__link:hover {
    opacity: .7;
  }
  .l-header-horizontal__subnav__symbol::before {
    display: block;
    height: 18px;
    margin-right: 5px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    content: "";
  }
  .l-header-horizontal__language {
    margin-right: 1.3%;
  }
  .l-header-horizontal__language__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 8px 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #fff;
    font-family: 'Montserrat';
    font-size: 14px;
    font-size: 1.4rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: .3s opacity;
    transition: .3s opacity;
  }
  .l-header-horizontal__language__link::after {
    display: block;
    width: 7px;
    height: 5px;
    margin-left: 16px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227%22%20height%3D%225.5%22%20viewBox%3D%220%200%207%205.5%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_86%22%20data-name%3D%22%E3%83%91%E3%82%B9%2086%22%20d%3D%22M-2.1%2C24.25l-7-2.75a5.826%2C5.826%2C0%2C0%2C1%2C.714%2C2.807A5.123%2C5.123%2C0%2C0%2C1-9.1%2C27Z%22%20transform%3D%22translate(9.097%20-21.5)%22%20fill%3D%22%23222%22%2F%3E%3C%2Fsvg%3E");
    content: "";
  }
  .l-header-horizontal__language__link:hover {
    opacity: .7;
  }
  .l-header-horizontal__search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    max-width: 200px;
    margin-right: 1.4%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l-header-horizontal__search__symbol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 35px;
    height: 35px;
    border-radius: 5px;
    background-color: #efefef;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
    -webkit-transition: .3s opacity;
    transition: .3s opacity;
  }
  .l-header-horizontal__search__symbol::before {
    display: block;
    width: 16px;
    height: 16px;
    background-image: url(/files/user/assets/images/common/symbol-search.svg?v=1612408004);
    background-repeat: no-repeat;
    background-position: center center;
    content: "";
  }
  .l-header-horizontal__search__symbol:hover {
    opacity: .7;
  }
  .is-active .l-header-horizontal__search__symbol {
    width: 0;
    opacity: 0;
  }
  .l-header-horizontal__search__form {
    position: relative;
    overflow: hidden;
    width: 0;
    -webkit-transition: .3s width;
    transition: .3s width;
    pointer-events: none;
  }
  .is-active .l-header-horizontal__search__form {
    width: 200px;
    overflow: auto;
    pointer-events: auto;
  }
  .l-header-horizontal__search__form__input {
    width: 100%;
    height: 35px;
    padding-left: 12px;
    padding-right: 36px;
    border: none;
    border-radius: 5px;
    background-color: #efefef;
    outline: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  .l-header-horizontal__search__form__submit {
    position: absolute;
    top: 50%;
    right: 12px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    padding: 0;
    background-color: transparent;
    outline: none;
    cursor: pointer;
    -webkit-transition: .3s opacity;
    transition: .3s opacity;
  }
  .l-header-horizontal__search__form__submit__symbol::before {
    display: block;
    width: 16px;
    height: 16px;
    background: url(/files/user/assets/images/common/symbol-search.svg?v=1612408004) no-repeat center center/100% auto;
    content: "";
  }
  .l-header-horizontal__sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 20px;
    border-left: 1px solid #ccc;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l-header-horizontal__sns__item + .l-header-horizontal__sns__item {
    margin-left: 12px;
  }
  .l-header-horizontal__sns__link {
    color: #0e3469;
    font-size: 23px;
    font-size: 2.3rem;
    -webkit-transition: .3s opacity;
    transition: .3s opacity;
  }
  .l-header-horizontal__sns__link:hover {
    opacity: .7;
  }
  .l-header-horizontal__movie {
    width: 97px;
  }
  .l-header-horizontal__movie__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 8px 10px;
    border-radius: 5px;
    background-color: #0e3469;
    color: #fff;
    font-size: 13px;
    font-size: 1.3rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: .3s opacity;
    transition: .3s opacity;
  }
  .l-header-horizontal__movie__link::before {
    display: block;
    width: 24px;
    height: 20px;
    margin-right: 10px;
    background: url(/files/user/assets/images/common/symbol-movies.svg?v=1612408003) no-repeat center center/100% auto;
    content: "";
  }
  .l-header-horizontal__movie__link:hover {
    opacity: .7;
  }
  .l-header-horizontal__lower {
    position: relative;
    z-index: 2;
    background-color: #05234d;
  }
  .l-header-horizontal__lower__inner {
    padding-bottom: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .l-header-horizontal__logo {
    width: 20.5%;
    min-width: 230px;
    position: relative;
    z-index: 10;
    padding-bottom: 15px;
    -ms-flex-item-align: center;
        align-self: center;
  }
  .l-header-horizontal__logo__link {
    display: block;
    height: 100%;
    -webkit-transition: .3s opacity;
    transition: .3s opacity;
  }
  .l-header-horizontal__logo__link:hover {
    opacity: .7;
  }
  .l-header-horizontal__nav__sub {
    width: 100%;
    max-width: 1280px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 0 40px;
  }
  .l-header-horizontal__nav__sub__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding: 12px 0 12px 2.3%;
    border-radius: 0 0 0 5px;
    background-color: #003279;
  }
  .l-header-horizontal__nav__sub__list::before {
    content: '';
    width: 50vw;
    height: 100%;
    position: absolute;
    left: 100%;
    top: 0;
    z-index: -1;
    background: #003279;
  }
  .l-header-horizontal__nav__sub__item + .l-header-horizontal__nav__sub__item {
    margin-left: 16px;
  }
  .l-header-horizontal__nav__sub__link {
    display: block;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    white-space: nowrap;
    -webkit-transition: .3s opacity;
    transition: .3s opacity;
  }
  .l-header-horizontal__nav__sub__link:hover {
    opacity: .7;
  }
  .l-header-horizontal__nav {
    width: 76%;
    margin-top: 44px;
  }
  .l-header-horizontal__nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 56px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .l-header-horizontal__nav__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    cursor: pointer;
    -webkit-transition: .3s padding-top;
    transition: .3s padding-top;
  }
  .l-header-horizontal__nav__item:hover {
    padding-top: 0;
  }
  .l-header-horizontal__nav__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    height: 100%;
    color: #fff;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: .3s padding-bottom, .3s color;
    transition: .3s padding-bottom, .3s color;
  }
  .l-header-horizontal__nav__item:hover .l-header-horizontal__nav__label {
    padding-bottom: 0;
    color: #0e3469;
  }
  .l-header-horizontal__nav__item:hover .l-header-horizontal__nav__label::after {
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    height: 100%;
    border-radius: 3px 3px 0 0;
    background-color: #fff;
    content: "";
  }
  .l-header-horizontal__nav__item:hover .l-header-horizontal__nav__label span {
    color: #050a50;
  }
  .l-header-horizontal__nav__item:last-child:hover .l-header-horizontal__nav__label {
    padding-top: 2px;
  }
  .l-header-horizontal__nav__label__link {
    position: relative;
    z-index: 2;
    padding: 0 1em;
  }
  .l-header-horizontal__nav__child {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 10;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    background-color: #fff;
    pointer-events: none;
    -webkit-transition: .3s max-height, .3s padding;
    transition: .3s max-height, .3s padding;
  }
  .l-header-horizontal__nav__item:hover .l-header-horizontal__nav__child {
    max-height: 100vh;
    overflow: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    pointer-events: auto;
  }
  .l-header-horizontal__nav__child__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .l-header-horizontal__nav__child__item {
    width: 23.6%;
  }
  .l-header-horizontal__nav__child__item:not(:nth-child(4n+1)) {
    margin-left: 1.86%;
  }
  .l-header-horizontal__nav__child__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding: 16px 7.5%;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-transition: .3s border-bottom-color, .3s color;
    transition: .3s border-bottom-color, .3s color;
  }
  .l-header-horizontal__nav__child__link:hover {
    border-bottom-color: #0e3469;
    color: #0e3469;
  }
  .l-header-international__wrapper {
    position: relative;
    z-index: 10;
    background-color: #fff;
  }
  .l-header-international__inner {
    width: 75%;
  }
  .l-header-international__upper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .l-header-international__lower {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .l-header-international__official {
    margin-right: 10px;
  }
  .l-header-international__official__link {
    padding: 8px 15px;
    font-size: 15px;
    font-size: 1.5rem;
    -webkit-transition: .3s opacity;
    transition: .3s opacity;
  }
  .l-header-international__official__link:hover {
    opacity: .7;
  }
  .l-header-international__fund {
    width: inherit;
    margin-right: 0;
  }
  .l-header-international__fund__button {
    padding: 0;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    font-size: 13px;
    font-size: 1.3rem;
    text-decoration: underline;
  }
  .l-header-international__fund__button::before {
    width: 18px;
    height: 18px;
  }
  .l-header-international__nav {
    position: relative;
    z-index: 10;
    background-color: #05234d;
  }
  .l-header-international__nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .l-header-international__nav__item {
    width: 20%;
    border-right: 1px solid rgba(255, 255, 255, .4);
  }
  .l-header-international__nav__item:first-child {
    border-left: 1px solid rgba(255, 255, 255, .4);
  }
  .l-header-international__nav__label {
    height: 100%;
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
  }
  .l-header-international__nav__label__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding: 15px 8px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
    -webkit-transition: .3s opacity;
    transition: .3s opacity;
  }
  .l-header-international__nav__label__link:hover {
    opacity: .7;
  }
  .l-header {
    right: 0;
    z-index: 10;
    width: calc(100% - 200px);
  }
  .l-header.-sp {
    display: none;
  }
  .l-header__fund {
    margin-right: 1.6%;
  }
  .l-header__fund__button {
    padding: 20px;
    border-top: 4px solid #e6aa6e;
    border-radius: 0 0 5px 5px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
            box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
  }
  .l-header__fund__button::before {
    width: 25px;
    height: 25px;
    margin-right: 10px;
  }
  .l-header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .l-header__nav__global {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 20px;
    border-radius: 0 0 0 5px;
    background-color: #05234d;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l-header__nav__global__item + .l-header__nav__global__item {
    margin-left: 1.4em;
  }
  .l-header__nav__global__link {
    display: block;
    color: #fff;
    font-size: 15px;
    font-size: 1.5rem;
    -webkit-transition: .3s opacity;
    transition: .3s opacity;
  }
  .l-header__nav__global__link:hover {
    opacity: .7;
  }
  .l-header__nav__sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 20px;
    background-color: #0e3469;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l-header__nav__sub__item {
    line-height: 28px;
  }
  .l-header__nav__sub__item + .l-header__nav__sub__item {
    position: relative;
    margin-left: 16px;
    padding-left: 16px;
  }
  .l-header__nav__sub__item + .l-header__nav__sub__item::before {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 1px;
    height: 24px;
    border-left: 4px double #45628b;
    content: "";
  }
  .l-header__nav__sub__item.-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l-header__nav__sub__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    font-size: 13px;
    font-size: 1.3rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: .3s opacity;
    transition: .3s opacity;
  }
  .l-header__nav__sub__link:hover {
    opacity: .7;
  }
  .l-header__nav__sub__symbol::before {
    display: block;
    height: 16px;
    margin-right: 6px;
    background-repeat: no-repeat;
    background-position: center center;
    content: "";
  }
  .-access.l-header__nav__sub__symbol::before {
    width: 11px;
    background-image: url(/files/user/assets/images/common/symbol-location.svg?v=1612408003);
  }
  .-site.l-header__nav__sub__symbol::before {
    width: 19px;
    background-image: url(/files/user/assets/images/common/symbol-browser.svg?v=1612408001);
  }
  .-en.l-header__nav__sub__symbol::before {
    width: 7px;
    margin-right: 0;
    margin-left: 10px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227%22%20height%3D%225.5%22%20viewBox%3D%220%200%207%205.5%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_86%22%20data-name%3D%22%E3%83%91%E3%82%B9%2086%22%20d%3D%22M-2.1%2C24.25l-7-2.75a5.826%2C5.826%2C0%2C0%2C1%2C.714%2C2.807A5.123%2C5.123%2C0%2C0%2C1-9.1%2C27Z%22%20transform%3D%22translate(9.097%20-21.5)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
  }
  .l-header__nav__sub__search__symbol {
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22interface%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_9%22%20data-name%3D%22%E3%83%91%E3%82%B9%209%22%20d%3D%22M6.79%2C13.177a6.589%2C6.589%2C0%2C1%2C1%2C6.594-6.589A6.6%2C6.6%2C0%2C0%2C1%2C6.79%2C13.177Zm0-11.928a5.34%2C5.34%2C0%2C1%2C0%2C5.344%2C5.34A5.348%2C5.348%2C0%2C0%2C0%2C6.79%2C1.249Zm9.223%2C14.568a.624.624%2C0%2C0%2C0%2C0-.883l-2.8-2.795a.625.625%2C0%2C0%2C0-.884.883l2.8%2C2.795a.625.625%2C0%2C0%2C0%2C.884%2C0Z%22%20transform%3D%22translate(-0.196)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    -webkit-transition: .3s opacity;
    transition: .3s opacity;
  }
  .l-header__nav__sub__search__symbol:hover {
    opacity: .7;
  }
  .is-active .l-header__nav__sub__search__symbol {
    width: 0;
    opacity: 0;
  }
  .l-header__nav__sub__search {
    position: relative;
    overflow: hidden;
    width: 0;
    -webkit-transition: .3s width;
    transition: .3s width;
    pointer-events: none;
  }
  .is-active .l-header__nav__sub__search {
    width: 150px;
    overflow: auto;
    pointer-events: auto;
  }
  .l-header__nav__sub__search__input {
    width: 100%;
    height: 28px;
    padding-left: 12px;
    padding-right: 36px;
    border: none;
    border-radius: 100vw;
    background-color: #fff;
    outline: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  .l-header__nav__sub__search__submit {
    position: absolute;
    top: 50%;
    right: 12px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    padding: 0;
    background-color: transparent;
  }
  .l-header__nav__sub__search__submit__symbol::before {
    display: block;
    width: 16px;
    height: 16px;
    background: url(/files/user/assets/images/common/symbol-search.svg?v=1612408004) no-repeat center center/100% auto;
    content: "";
  }
  .l-header__globalnav {
    display: none;
  }
  .l-header__globalnav__check {
    display: none;
  }
  .l-header__search__check {
    display: none;
  }
  .l-header__search__form {
    display: none;
  }
  .l-header__lower {
    display: none;
  }
  .l-nav__check {
    display: none;
  }
  .l-nav {
    width: 200px;
    height: 100%;
    background-color: #05234d;
    color: #fff;
  }
  .l-nav.is-open::after {
    position: fixed;
    top: 0;
    right: 0;
    z-index: -1;
    width: calc(100% - 200px);
    height: 100vh;
    background-color: rgba(0, 0, 0, .5);
    content: "";
  }
  .l-nav.-sp {
    display: none;
  }
  .l-nav__inner {
    height: 100vh;
    overflow-y: scroll;
    -ms-overflow-style: none;
    padding-top: 196px;
    scrollbar-width: none;
  }
  .l-nav__inner::-webkit-scrollbar {
    display: none;
  }
  .l-nav__logo {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
  }
  .l-nav__logo__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding: 20px 18px 38px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .l-nav__logo__link::after {
    display: block;
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 24px;
    height: 1px;
    border-top: 4px double #ccc;
    content: "";
  }
  .l-nav__list {
    padding: 20px 0;
    background-color: #0e3469;
  }
  .l-nav__item {
    -webkit-transition: .3s background-color, .3s color;
    transition: .3s background-color, .3s color;
  }
  .l-nav__item:hover {
    background-color: #fff;
    color: #0e3469;
  }
  .l-nav__label.is-pc {
    display: block !important;
  }
  .l-nav__label.is-sp {
    display: none !important;
  }
  .l-nav__label {
    display: block;
    padding: 10px 25px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .l-nav__label--sub {
    display: block;
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 11px;
    font-size: 1.1rem;
    letter-spacing: 0.05em;
    -webkit-transition: .3s color;
    transition: .3s color;
  }
  .l-nav__item:hover .l-nav__label--sub {
    color: #0e3469;
  }
  .l-nav__menu {
    padding: 20px 0;
    background-color: #0e3469;
    border-bottom: 2px solid #45628b;
  }
  .l-nav__menu__list {
    opacity: 0;
    position: fixed;
    top: 0;
    left: 200px;
    z-index: 30;
    width: 250px;
    height: 100vh;
    padding-top: 217px;
    overflow-y: scroll;
    -ms-overflow-style: none;
    background-color: #fff;
    -webkit-transition: .3s opacity;
    transition: .3s opacity;
    pointer-events: none;
    scrollbar-width: none;
  }
  .l-nav__item:hover > .l-nav__menu__list, .l-nav__menu__item:hover > .l-nav__menu__list {
    opacity: 1;
    pointer-events: visible;
  }
  .l-nav__menu__list::-webkit-scrollbar {
    display: none;
  }
  .l-nav__menu__list.-child {
    left: 450px;
    background-color: #efefef;
  }
  .l-nav__menu__list.-grandchild {
    left: 700px;
    background-color: #ddd;
  }
  .l-nav__menu__item {
    position: relative;
    color: #222;
  }
  .l-nav__menu__item:hover {
    background-color: #efefef;
    color: #0e3469;
  }
  .-child .l-nav__menu__item:hover {
    background-color: #ddd;
  }
  .-grandchild .l-nav__menu__item:hover {
    background-color: #fff;
  }
  .l-nav__menu__link {
    padding: 18px 25px 18px 20px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .l-nav__menu__link::after {
    width: 7px;
    height: 6px;
  }
  .l-nav__menu__link[target="_blank"] {
    padding-right: 23px;
  }
  .l-nav__menu__link[target="_blank"]::after {
    width: 11px;
    height: 11px;
    margin-left: 14px;
  }
  .l-nav__sns__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 16px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .l-nav__sns__link {
    font-size: 20px;
    font-size: 2rem;
    -webkit-transition: .3s opacity;
    transition: .3s opacity;
  }
  .l-nav__sns__link:hover {
    opacity: .7;
  }
  .l-nav__movie__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 14px 0;
    font-size: 13px;
    font-size: 1.3rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: .3s opacity;
    transition: .3s opacity;
  }
  .l-nav__movie__link::before {
    display: block;
    width: 28px;
    height: 23px;
    margin-right: 12px;
    background: url(/files/user/assets/images/common/symbol-movies.svg?v=1612408003) no-repeat center center/100% auto;
    content: "";
  }
  .l-nav__movie__link:hover {
    opacity: .7;
  }
  .l-nav__fund {
    display: none;
  }
  .l-nav__global {
    display: none;
  }
  .l-nav__sub {
    display: none;
  }
  .c-pageHeaderNone {
    padding-top: 100px;
  }
  .p-gakunai__links__title {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .p-gakunai__pickup__list__item {
    width: 23.5%;
    height: 100px;
  }
  .p-gakunai__pickup__list__item:nth-child(4n+1) {
    margin-left: 0;
  }
  .p-gakunai__pickup__list__item:nth-child(4n) {
    margin-right: 0;
  }
  .-en .p-top__logo__inner {
    padding: 0 40px;
  }
  .p-top__hero, .p-international__hero {
    width: 100%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .l-container--huge {
    padding-top: 108px;
  }
  .l-header-horizontal-sp .l-header__fund {
    width: 134px;
    margin-right: 10px;
    border-left: none;
    -ms-flex-item-align: center;
        align-self: center;
  }
  .l-header-horizontal-sp .l-header__fund__button {
    padding: 8px 15px;
    border-bottom: none;
    border-radius: 5px;
  }
  .l-header-horizontal-sp .l-header__fund__button::before {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }
  .l-header-horizontal-sp .l-header__logo__link {
    padding: 30px 25px;
  }
  .l-header-horizontal-sp .l-header__logo img {
    height: 50px;
  }
  .l-header-horizontal-sp .l-header__globalnav {
    width: 184px;
    margin-right: 10px;
  }
  .l-header-horizontal-sp .l-header__globalnav__title {
    background-color: #094391;
  }
  .l-header-horizontal-sp .l-header__subnav {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-right: 16px;
    padding: 0;
    background-color: transparent;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
  }
  .l-header-horizontal-sp .l-header__subnav__item {
    width: auto;
  }
  .l-header-horizontal-sp .l-header__subnav__item + .l-header__subnav__item {
    margin-left: 16px;
  }
  .l-header-horizontal-sp .l-header__subnav__item + .l-header__subnav__item::before {
    content: none;
  }
  .l-header-horizontal-sp .l-header__subnav__link {
    color: #222;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: baseline;
        -ms-flex-pack: baseline;
            justify-content: baseline;
  }
  .l-header-horizontal-sp .l-header__subnav__symbol {
    width: auto;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .l-header-horizontal-sp .l-header__subnav__symbol::before {
    margin: 0 6px 0 0;
  }
  .l-header-international .l-header-international__logo {
    width: 34.8%;
    max-width: 390px;
  }
  .l-header-international .l-header-international__logo__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 16px 10px 16px 16px !important;
    background-color: #fff !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .l-header-international .l-header-international__logo__link img {
    max-width: 98.5%;
    height: auto;
  }
  .l-header {
    width: 100%;
    z-index: 50;
    background-color: #05234d;
  }
  .l-header__fund {
    width: 120px;
    border-left: 1px solid #ccc;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .l-header__fund__button {
    height: 100%;
    padding: 13px 14px;
    border-bottom: 2px solid #e6aa6e;
    font-size: 12px;
    font-size: 1.2rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l-header__fund__button::before {
    width: 23px;
    height: 23px;
    margin-right: 17px;
    background-size: 100% auto;
  }
  .l-header__logo {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }
  .l-header__logo__link {
    height: 100%;
    padding: 31px 16px;
    background-color: #05234d;
  }
  .l-header__logo img {
    height: 48px;
    -webkit-transition: .3s opacity;
    transition: .3s opacity;
  }
  .l-header__logo__link:hover img {
    opacity: .7;
  }
  .l-header__globalnav {
    position: relative;
    width: 154px;
    color: #fff;
  }
  .l-header__globalnav__check {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: -1;
  }
  .l-header__globalnav__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 2;
    height: 100%;
    padding: 0 15px;
    background-color: #07244d;
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: 0.03em;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    cursor: pointer;
    -webkit-transition: .3s background-color;
    transition: .3s background-color;
  }
  .l-header__globalnav__check:checked + .l-header__globalnav__title {
    background-color: #094391;
  }
  .l-header__globalnav__title::after {
    display: block;
    -webkit-transform: rotate(225deg) translate(2px, 2px);
            transform: rotate(225deg) translate(2px, 2px);
    width: 9px;
    height: 9px;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    content: "";
  }
  .l-header__globalnav__check:checked + .l-header__globalnav__title::after {
    -webkit-transform: rotate(45deg) translate(1px, 1px);
            transform: rotate(45deg) translate(1px, 1px);
  }
  .l-header__globalnav__list {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    border-radius: 0 0 3px 3px;
    background-color: #094391;
    pointer-events: none;
    -webkit-transition: .3s max-height;
    transition: .3s max-height;
  }
  .l-header__globalnav__check:checked ~ .l-header__globalnav__list {
    max-height: 100vh;
    overflow: auto;
    pointer-events: auto;
  }
  .l-header__globalnav__item {
    border-top: 1px solid #0e3469;
  }
  .l-header__globalnav__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    padding: 10px 15px;
    font-size: 12px;
    font-size: 1.2rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-transition: .3s opacity;
    transition: .3s opacity;
  }
  .l-header__globalnav__link::after {
    display: block;
    width: 7px;
    height: 6px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227%22%20height%3D%225.5%22%20viewBox%3D%220%200%207%205.5%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_86%22%20data-name%3D%22%E3%83%91%E3%82%B9%2086%22%20d%3D%22M-2.1%2C24.25l-7-2.75a5.826%2C5.826%2C0%2C0%2C1%2C.714%2C2.807A5.123%2C5.123%2C0%2C0%2C1-9.1%2C27Z%22%20transform%3D%22translate(9.097%20-21.5)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    content: "";
  }
  .l-header__globalnav__link:hover {
    opacity: .7;
  }
  .l-header__subnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 240px;
    padding: 0 10px;
    background-color: #003279;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .l-header__subnav__item {
    position: relative;
    width: 80px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .l-header__subnav__item + .l-header__subnav__item::before {
    display: block;
    position: absolute;
    top: 50%;
    left: -4px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 1px;
    height: 24px;
    border-left: 4px double #45628b;
    content: "";
  }
  .l-header__subnav__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding: 8px 0;
    color: #fff;
    font-size: 11px;
    font-size: 1.1rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: .3s opacity;
    transition: .3s opacity;
  }
  .l-header__subnav__link:hover {
    opacity: .7;
  }
  .l-header__subnav__symbol {
    width: 100%;
  }
  .l-header__subnav__symbol.-language {
    width: auto;
  }
  .l-header__subnav__symbol::before {
    display: block;
    width: 24px;
    height: 20px;
    margin: 0 auto 5px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
    content: "";
  }
  .l-header__language {
    margin-right: 16px;
  }
  .l-header__language__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 60px;
    padding: 6px 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-family: 'Montserrat';
    font-size: 14px;
    font-size: 1.4rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-transition: .3s opacity;
    transition: .3s opacity;
  }
  .l-header__language__link:hover {
    opacity: .7;
  }
  .l-header__language__link::after {
    display: block;
    width: 7px;
    height: 5px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227%22%20height%3D%225.5%22%20viewBox%3D%220%200%207%205.5%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_86%22%20data-name%3D%22%E3%83%91%E3%82%B9%2086%22%20d%3D%22M-2.1%2C24.25l-7-2.75a5.826%2C5.826%2C0%2C0%2C1%2C.714%2C2.807A5.123%2C5.123%2C0%2C0%2C1-9.1%2C27Z%22%20transform%3D%22translate(9.097%20-21.5)%22%20fill%3D%22%23222%22%2F%3E%3C%2Fsvg%3E");
    content: "";
  }
  .l-header__utilities {
    width: 11%;
    min-width: 120px;
  }
  .l-header__utilities__symbol::before {
    width: 40%;
    padding-top: 40%;
  }
  .l-header__search {
    min-width: 60px;
    max-width: inherit;
    padding: 0 7px;
  }
  .l-header__menu {
    min-width: 60px;
    max-width: inherit;
    padding: 0 7px;
  }
  .l-header__lower {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 48px;
    background-color: #fff;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .l-header__sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l-header__sns__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 30px;
    height: 30px;
    color: #0e3469;
    font-size: 20px;
    font-size: 2rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: .3s opacity;
    transition: .3s opacity;
  }
  .l-header__sns__link:hover {
    opacity: .7;
  }
  .l-header__movie__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5px 15px;
    border-radius: 5px;
    background-color: #0e3469;
    color: #fff;
    font-size: 13px;
    font-size: 1.3rem;
    letter-spacing: 0.015em;
    -webkit-transition: .3s opacity;
    transition: .3s opacity;
  }
  .l-header__movie__link::before {
    display: block;
    width: 25px;
    height: 20px;
    margin-right: 10px;
    background: url(/files/user/assets/images/common/symbol-movies.svg?v=1612408003) no-repeat center center/auto 100%;
    content: "";
  }
  .l-header__movie__link:hover {
    opacity: .7;
  }
  .l-nav {
    width: 100%;
    height: 0;
    overflow-y: auto;
    padding-top: 108px;
    background-color: rgba(0, 0, 0, .5);
    pointer-events: none;
    -webkit-transition: .3s height;
    transition: .3s height;
  }
  .-en .l-nav {
    padding-top: 108px;
  }
  .l-nav__inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    padding: 108px 0 60px;
  }
  .-en .l-nav__inner {
    padding-top: 108px;
  }
  .p-gakunai__links__title {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .p-gakunai__pickup__list__item {
    width: 32.00033%;
    height: 100px;
  }
  .p-gakunai__pickup__list__item:nth-child(3n+1) {
    margin-left: 0;
  }
  .p-gakunai__pickup__list__item:nth-child(3n) {
    margin-right: 0;
  }
}

@media print, screen and (min-width: 1080px) {
  .l-container--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .l-container--flex > .c-article {
    width: 100%;
  }
  .c-box {
    height: 100%;
    margin: 40px 0;
    padding: 30px 0;
  }
  .c-box .c-box-contents {
    margin: 0 !important;
    padding: 0 40px;
  }
  .c-heading--lv3 + .c-box-contents, .c-article .h3-area h3 + .c-box-contents, .c-article .junction-link-second + .c-box-contents {
    margin: 20px 0 0 !important;
  }
  .c-column, .c-article .img-pat01, .c-article .junction {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .c-column__item.-col-2, .c-article .img-area-l, .c-article .img-area-r, .junc-left, .junc-right {
    width: 48%;
  }
  .c-column__item.-col-2:nth-child(2n), .c-article .img-area-l:nth-child(2n), .c-article .img-area-r:nth-child(2n), .junc-left:nth-child(2n), .junc-right:nth-child(2n) {
    margin-left: 4%;
  }
  .c-column__item.-col-2:nth-child(n+3), .c-article .img-area-l:nth-child(n+3), .c-article .img-area-r:nth-child(n+3), .junc-left:nth-child(n+3), .junc-right:nth-child(n+3) {
    margin-top: 40px;
  }
  .c-column__item.-col-3 {
    width: 30.7%;
  }
  .c-column__item.-col-3:not(:nth-child(3n+1)) {
    margin-left: 3.95%;
  }
  .c-column__item.-col-3:nth-child(n+4) {
    margin-top: 40px;
  }
  .c-heading--lv2__outer, .c-article .h2-area, .c-article .newstitle, .c-article .junction-h2-area {
    margin: 52px 0 32px;
    border-bottom: 1px solid #ccc;
  }
  .c-heading--lv2__outer::after {
    position: absolute;
    left: 0;
    bottom: -3px;
    z-index: 2;
    width: 100px;
    height: 3px;
    background-color: #094391;
    content: "";
  }
  .c-heading--lv2, .c-article .h2-area h2, .c-article .newstitle h2, .c-article .junction-h2 {
    margin-right: auto;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 2;
  }
  .c-heading--lv2__link::after, .c-article .h2-area h2 a::after, .c-article .junction-h2 a::after {
    width: 23px;
    margin-left: 14px;
  }
  .c-heading--lv2__link[target="_blank"]::after, .c-article .h2-area h2 a[target="_blank"]::after, .c-article .junction-h2 a[target="_blank"]::after {
    margin-left: 10px;
  }
  .c-heading--lv2__sidelink__outer, .c-article .newstitle .list-link {
    margin-left: 16px;
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
  .c-heading--lv2__sidelink, .c-article .newstitle .list-link a {
    position: relative;
    height: 100%;
    padding: 20px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .c-heading--lv2__sidelink::before, .c-article .newstitle .list-link a::before {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #094391;
    content: "";
  }
  .c-heading--lv2__sidelink::after, .c-article .newstitle .list-link a::after {
    margin-left: 12px;
  }
  .c-heading--lv2__sidelink[target="_blank"]::after, .c-article .newstitle .list-link a[target="_blank"]::after {
    margin-left: 9px;
  }
  .c-heading__rss__outer, .c-article .rss, .c-article .newstitle .rss {
    margin-bottom: 16px;
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
  .c-heading__rss, .c-article .rss a:not([class]), .c-article .newstitle .rss a {
    min-width: 64px;
    margin-left: 20px;
    padding: 7px 10px;
    border-radius: 3px;
  }
  .c-sidemenu {
    width: 230px;
    margin-right: 40px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -ms-flex-item-align: start;
        align-self: start;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .p-activities__around__title__outer {
    margin: 20px 0;
  }
  .p-activities__around__title__outer::after {
    background-color: #fff;
  }
  .p-activities__backnumber .p-activities__backnumber__heading__outer::after {
    background-color: #fff;
  }
  .p-international__hero {
    max-height: 370px;
  }
  .p-international__hero__text__break {
    display: none;
  }
  .p-magazine__backnumber__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 0 4%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-magazine__backnumber__item {
    width: 24%;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: center;
  }
  .p-magazine__backnumber__item:not(:nth-child(4n+1)) {
    margin-left: 1.3%;
  }
  .p-magazine__backnumber__item:nth-child(n+5) {
    margin-top: 32px;
  }
  .p-magazine__backnumber__link {
    display: block;
    -webkit-transition: .3s opacity;
    transition: .3s opacity;
  }
  .p-magazine__backnumber__picture {
    margin-bottom: 20px;
  }
  .p-magazine__backnumber__picture img {
    width: 100%;
    max-width: 180px;
  }
  .-en .p-top__hero .slick-list, .-en .p-international__hero .slick-list {
    padding: 0 50px !important;
  }
  .-en .p-top__hero__picture {
    width: 1078px;
    height: 606px;
    padding-top: 0;
  }
  .p-top__important {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
  }
  .p-top__important__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 26.8%;
    padding: 21px 3.6%;
    font-size: 18px;
    font-size: 1.8rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .p-top__important__heading__symbol::before {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }
  .p-top__important__topics {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    line-height: 1.98;
  }
  .p-top__important__topics__link {
    padding-top: 0;
  }
  .p-top__important__topics__link::after {
    width: 100px;
    height: 50px;
    margin-top: 0;
    margin-left: auto;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .p-top__important__topics__date {
    margin-right: 4%;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .p-top__important__topics__title {
    width: 68%;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .p-top__admission {
    width: 37%;
    min-width: 400px;
    margin-left: 6%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .p-top__admission__nav__item.-information {
    position: relative;
  }
  .p-top__admission__nav__item.-information::before {
    display: block;
    position: absolute;
    top: 10%;
    left: 10px;
    width: 27px;
    height: 28px;
    pointer-events: none;
    background: url(/files/user/assets/images/common/symbol-exclamation-balloon.svg?v=1612408002) no-repeat center center;
    content: "";
  }
  .p-top__admission__nav__item + .p-top__admission__nav__item {
    margin-top: 1px;
  }
  .p-top__admission__nav__link {
    padding: 30px 34px;
    -webkit-transition: .3s background-color, .3s color;
    transition: .3s background-color, .3s color;
  }
  .p-top__admission__nav__link:hover {
    background-color: #0e3469;
    color: #fff;
  }
  .p-top__admission__nav__symbol {
    width: 60px;
    margin-right: 8%;
  }
  .p-top__admission__nav__contents__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 700;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.3;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-top__admission__nav__contents__label {
    margin-left: 5px;
    padding: 4px 8px;
    border-radius: 100vw;
    font-weight: 700;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .p-top__admission__nav__contents__description {
    display: block;
    margin-top: 4px;
    color: #aaa;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .p-top__rankings__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-top__rankings__item.-half {
    max-width: 48.2%;
  }
  .p-top__rankings__item.-col2 {
    width: 62.4%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .p-top__rankings__item + .p-top__rankings__item {
    margin-left: 3.6%;
  }
}

@media screen and (max-width: 1199px) {
  .l-header-horizontal {
    display: none;
  }
  .l-header-international {
    background-color: #fff;
  }
  .l-header-international__official {
    margin-right: 10px;
    -ms-flex-item-align: center;
        align-self: center;
  }
  .l-header-international__official__link {
    padding: 10px 15px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .l-header-international .l-header__utilities__symbol::after {
    color: #05234d;
  }
  .l-header-international .-search.l-header__utilities__symbol::before {
    background-image: url(/files/user/assets/images/common/symbol-search.svg?v=1612408004);
  }
  .l-header-international .-menu.l-header__utilities__symbol::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2217.261%22%20viewBox%3D%220%200%2020%2017.261%22%3E%20%3Cg%20id%3D%22menu%22%20transform%3D%22translate(-335.5%20-19.239)%22%3E%20%3Cline%20id%3D%22%E7%B7%9A_12%22%20data-name%3D%22%E7%B7%9A%2012%22%20x2%3D%2220%22%20transform%3D%22translate(335.5%2028)%22%20fill%3D%22none%22%20stroke%3D%22%2305234d%22%20stroke-width%3D%221%22%2F%3E%20%3Cline%20id%3D%22%E7%B7%9A_37%22%20data-name%3D%22%E7%B7%9A%2037%22%20x2%3D%2220%22%20transform%3D%22translate(335.5%2036)%22%20fill%3D%22none%22%20stroke%3D%22%2305234d%22%20stroke-width%3D%221%22%2F%3E%20%3Cline%20id%3D%22%E7%B7%9A_13%22%20data-name%3D%22%E7%B7%9A%2013%22%20x2%3D%2220%22%20transform%3D%22translate(335.5%2019.739)%22%20fill%3D%22none%22%20stroke%3D%22%2305234d%22%20stroke-width%3D%221%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  }
  .l-header-international .is-active .l-header__utilities__symbol::before {
    background-image: url(/files/user/assets/images/common/symbol-close.svg?v=1612408002);
  }
  .l-header.-pc {
    display: none;
  }
  .l-header.-sp {
    display: block;
  }
  .l-header__inner {
    width: 100%;
    height: 60px;
  }
  .l-header__nav {
    display: none;
  }
  .l-header__utilities__symbol::before {
    display: block;
    width: 55%;
    height: 0;
    margin: 0 auto;
    padding-top: 55%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    content: "";
  }
  .-search.l-header__utilities__symbol::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22interface%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_9%22%20data-name%3D%22%E3%83%91%E3%82%B9%209%22%20d%3D%22M6.79%2C13.177a6.589%2C6.589%2C0%2C1%2C1%2C6.594-6.589A6.6%2C6.6%2C0%2C0%2C1%2C6.79%2C13.177Zm0-11.928a5.34%2C5.34%2C0%2C1%2C0%2C5.344%2C5.34A5.348%2C5.348%2C0%2C0%2C0%2C6.79%2C1.249Zm9.223%2C14.568a.624.624%2C0%2C0%2C0%2C0-.883l-2.8-2.795a.625.625%2C0%2C0%2C0-.884.883l2.8%2C2.795a.625.625%2C0%2C0%2C0%2C.884%2C0Z%22%20transform%3D%22translate(-0.196)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
  }
  .-menu.l-header__utilities__symbol::before {
    background-image: url(/files/user/assets/images/common/symbol-menu.svg?v=1612408003);
  }
  .is-active .l-header__utilities__symbol::before {
    background-image: url(/files/user/assets/images/common/symbol-close.svg?v=1612408002);
  }
  .l-header__utilities__symbol::after {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    font-style: normal;
    font-size: 10px;
    font-size: 1rem;
  }
  .-menu.l-header__utilities__symbol::after {
    content: "メニュー";
  }
  .-en .-menu.l-header__utilities__symbol::after {
    content: "MENU";
  }
  .-search.l-header__utilities__symbol::after {
    content: "検索";
  }
  .-en .-search.l-header__utilities__symbol::after {
    content: "SEARCH";
  }
  .is-active .l-header__utilities__symbol::after {
    color: #e6aa6e;
    content: "閉じる";
  }
  .-en .is-active .l-header__utilities__symbol::after {
    content: "CLOSE";
  }
  .l-header__search {
    width: 46%;
    max-width: 44px;
    text-align: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .l-header__search__check {
    opacity: 0;
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: -1;
  }
  .l-header__search__contents {
    opacity: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    -webkit-transition: .3s opacity;
    transition: .3s opacity;
    pointer-events: none;
  }
  .l-header__search__check:checked + .l-header__search__contents {
    opacity: 1;
    pointer-events: auto;
  }
  .l-header__search__form {
    position: relative;
    padding: 20px 6.4%;
    -webkit-transition: .3s opacity;
    transition: .3s opacity;
    background-color: #fff;
  }
  .l-header__search__form__input {
    width: 100%;
    height: 50px;
    padding-right: 20.8%;
    padding-left: 7.3%;
    border: none;
    border-radius: 5px;
    background-color: #efefef;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    outline: none;
  }
  .l-header__search__form__submit {
    position: absolute;
    top: 50%;
    right: 10%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    padding: 10px 3.6%;
    background-color: transparent;
    outline: none;
  }
  .l-header__search__form__submit__symbol::before {
    display: block;
    width: 22px;
    height: 22px;
    background: url(/files/user/assets/images/common/symbol-search.svg?v=1612408004) no-repeat center center/100% auto;
    content: "";
  }
  .l-header__menu {
    width: 46%;
    max-width: 44px;
    text-align: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    white-space: nowrap;
  }
  .l-nav__check {
    opacity: 0;
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: -1;
  }
  .l-nav__check:checked + .l-nav {
    height: 100%;
    pointer-events: auto;
  }
  .l-nav__logo__link {
    display: none;
  }
  .l-nav__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 16px 6.4%;
    border-bottom: 1px solid #efefef;
    font-size: 16px;
    font-size: 1.6rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .l-nav__label::after {
    display: block;
    width: 16px;
    height: 16px;
    background: url(/files/user/assets/images/common/symbol-plus.svg?v=1612408004) no-repeat center center;
    background-size: 16px auto;
    content: "";
  }
  .l-nav__label.is-active {
    border-bottom: 2px solid #0e3469;
  }
  .l-nav__label.is-active::after {
    background-image: url(/files/user/assets/images/common/symbol-minus.svg?v=1612408003);
  }
  a.l-nav__label::after {
    background-image: url(/files/user/assets/images/common/symbol-caret.svg?v=1612408001);
    background-size: 12px auto;
  }
  a.l-nav__label[target="_blank"]::after {
    background-image: url(/files/user/assets/images/common/symbol-blank.svg?v=1612408001);
    background-size: auto 14px;
  }
  .l-nav__label--sub {
    display: none;
  }
  .l-nav__menu {
    background-color: #fff;
  }
  .l-nav__menu__list {
    height: 0;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
    background-color: #efefef;
    pointer-events: none;
    -webkit-transition: .3s height;
    transition: .3s height;
  }
  .is-active + .l-nav__menu__list {
    height: auto;
    pointer-events: auto;
  }
  .l-nav__menu__list.-child {
    border-bottom: none;
    background-color: #ddd;
  }
  .l-nav__menu__list.-grandchild {
    border-bottom: none;
    background-color: #fff;
  }
  .l-nav__menu__item + .l-nav__menu__item {
    border-top: 1px solid #ccc;
  }
  .l-nav__menu__item.is-sp {
    display: block !important;
  }
  .l-nav__menu__label.is-active {
    border-bottom: 2px solid #0e3469;
  }
  .l-nav__menu__link {
    padding: 16px 6.4%;
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 0.065em;
  }
  .l-nav__menu__link::after {
    width: 16px;
    height: 16px;
    background-size: 12px auto;
  }
  .l-nav__menu__label .l-nav__menu__link {
    pointer-events: none;
  }
  .l-nav__menu__label .l-nav__menu__link::after {
    background-image: url(/files/user/assets/images/common/symbol-plus.svg?v=1612408004);
    background-size: 16px auto;
  }
  .is-active.l-nav__menu__label .l-nav__menu__link::after {
    background-image: url(/files/user/assets/images/common/symbol-minus.svg?v=1612408003);
  }
  .l-nav__menu__link[target="_blank"]::after {
    background-size: auto 14px;
  }
  .-grandchild .l-nav__menu__link {
    pointer-events: visible;
  }
  .l-nav__sns {
    display: none;
  }
  .l-nav__fund__link {
    display: block;
    padding: 16px 0;
    border-top: 4px solid #e6aa6e;
    background-color: #fff;
    color: #050a50;
    font-weight: 700;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
  }
  .l-nav__global {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 18px 6.4% 10px;
    background-color: #05234d;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .-en .l-nav__global {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .l-nav__global__item {
    margin-bottom: 8px;
  }
  .l-nav__global__item + .l-nav__global__item {
    margin-left: 12.8%;
  }
  .l-nav__global__link {
    color: #fff;
    font-size: 15px;
    font-size: 1.5rem;
    letter-spacing: 0.03em;
  }
  .l-nav__sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 18px 6.4%;
    background-color: #0e3469;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .l-nav__sub__item + .l-nav__sub__item {
    margin-left: 7.3%;
    padding-left: 7.3%;
    border-left: 4px double #45628b;
  }
  .l-nav__sub__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    font-size: 15px;
    font-size: 1.5rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l-nav__sub__link__symbol::before {
    display: block;
    height: 16px;
    margin-right: 6px;
    background-repeat: no-repeat;
    background-position: center center;
    content: "";
  }
  .-access.l-nav__sub__link__symbol::before {
    width: 11px;
    background-image: url(/files/user/assets/images/common/symbol-location.svg?v=1612408003);
  }
  .-site.l-nav__sub__link__symbol::before {
    width: 19px;
    background-image: url(/files/user/assets/images/common/symbol-browser.svg?v=1612408001);
  }
  .-en.l-nav__sub__link__symbol::before {
    width: 7px;
    margin-right: 0;
    margin-left: 10px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227%22%20height%3D%225.5%22%20viewBox%3D%220%200%207%205.5%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_86%22%20data-name%3D%22%E3%83%91%E3%82%B9%2086%22%20d%3D%22M-2.1%2C24.25l-7-2.75a5.826%2C5.826%2C0%2C0%2C1%2C.714%2C2.807A5.123%2C5.123%2C0%2C0%2C1-9.1%2C27Z%22%20transform%3D%22translate(9.097%20-21.5)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
  }
}

@media screen and (min-width: 1200px) and (max-width: 1279px) {
  .l-header-horizontal__nav__label {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 1080px) and (max-width: 1199px) {
  .l-header__sns__item + .l-header__sns__item {
    margin-left: 10px;
  }
  .l-header__movie {
    margin: 0 10px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1079px) {
  .l-header__sns__item + .l-header__sns__item {
    margin-left: 5px;
  }
  .l-header__movie {
    margin-right: 10px;
  }
  .p-activities__around__article.-col-1 {
    width: calc(33.33333% - 10.66667px);
  }
  .p-activities__around__article.-col-2 {
    width: 66%;
  }
  .p-activities__around__article.-col-3 {
    width: 100%;
  }
  .p-activities__backnumber__sidelink {
    color: #222;
  }
  .p-activities__backnumber__sidelink::after {
    background-image: url(/files/user/assets/images/common/symbol-caret.svg?v=1612408001);
  }
  .p-top__hero__text__description {
    display: none;
  }
  .p-top__tmdutopics__heading {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-top__tmdutopics__tab {
    width: 100%;
    margin-bottom: 20px;
  }
  .p-top__rankings__item {
    width: 100%;
  }
  .p-top__rankings__item + .p-top__rankings__item {
    margin-top: 30px;
  }
}

@media screen and (max-width: 1200px) {
  .l-nav__movie {
    display: none;
  }
}

@media screen and (max-width: 1079px) {
  .c-box {
    margin: 24px 0;
    padding: 20px 0;
  }
  .c-box .c-box-contents {
    margin: 0 !important;
    padding: 0 7.3%;
  }
  .c-heading--lv3 + .c-box-contents, .c-article .h3-area h3 + .c-box-contents, .c-article .junction-link-second + .c-box-contents {
    margin: 16px 0 0 !important;
  }
  .c-column, .c-article .img-pat01, .c-article .junction {
    margin-top: 24px;
  }
  .c-column__item + .c-column__item {
    margin-top: 24px;
  }
  .c-heading--lv2__outer, .c-article .h2-area, .c-article .newstitle, .c-article .junction-h2-area {
    margin: 32px 0 26px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .c-heading--lv2__outer::after {
    bottom: -4px;
    width: 23.3%;
    height: 4px;
  }
  .c-heading--lv2, .c-article .h2-area h2, .c-article .newstitle h2, .c-article .junction-h2 {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #ccc;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.7;
  }
  .c-heading--lv2::after, .c-article .h2-area h2::after, .c-article .newstitle h2::after, .c-article .junction-h2::after {
    position: absolute;
    left: 0;
    z-index: 2;
    bottom: -4px;
    width: 23.3%;
    height: 4px;
    background-color: #094391;
    content: "";
  }
  .c-heading--lv2__link::after, .c-article .h2-area h2 a::after, .c-article .junction-h2 a::after {
    width: 26px;
  }
  .c-heading--lv2__sidelink__outer, .c-article .newstitle .list-link {
    margin-top: 13px;
  }
  .c-heading--lv2__sidelink, .c-article .newstitle .list-link a {
    padding: 10px 15px;
    border-radius: 3px;
    background-color: #efefef;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .c-heading--lv2__sidelink::after, .c-article .newstitle .list-link a::after {
    margin-left: 10px;
  }
  .c-heading--lv2__sidelink[target="_blank"]::after, .c-article .newstitle .list-link a[target="_blank"]::after {
    margin-left: 6px;
  }
  .c-heading__rss__outer, .c-article .rss, .c-article .newstitle .rss {
    margin-top: 13px;
  }
  .c-heading__rss, .c-article .rss a:not([class]), .c-article .newstitle .rss a {
    margin-left: 6px;
    padding: 12px 10px;
    border-radius: 5px;
  }
  .c-sidemenu {
    margin-top: 32px;
  }
  .p-activities__around__title__outer {
    margin: 24px 0 16px;
  }
  .p-activities__around__title::after {
    background-color: #fff;
  }
  .p-activities__backnumber .p-activities__backnumber__heading::after {
    background-color: #fff;
  }
  .p-international__hero__text__break {
    display: block;
  }
  .p-magazine__backnumber__item {
    border-bottom: 1px solid #ccc;
  }
  .p-magazine__backnumber__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 20px 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-magazine__backnumber__picture {
    width: 36.7%;
    margin-right: 6%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .p-magazine__backnumber__picture img {
    max-width: 100%;
  }
  .p-magazine__backnumber__info {
    text-align: center;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .p-top__important {
    position: relative;
  }
  .p-top__important__heading {
    padding-top: 22px;
    padding-left: 5.2%;
    font-size: 18px;
    font-size: 1.8rem;
    pointer-events: none;
  }
  .p-top__important__heading__symbol::before {
    width: 1.2em;
    height: 0;
    margin-right: 5px;
    padding-top: 1.2em;
  }
  .-en .p-top__important__heading__symbol::before {
    width: 1.4em;
    padding-top: 1.4em;
    vertical-align: -4px;
  }
  .p-top__important__topics__link {
    padding: 4px calc(5.2% + 67px) 24px 5.2%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    align-items: flex-start;
  }
  .p-top__important__topics__link::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 67px;
    height: 67px;
  }
  .p-top__important__topics__date {
    font-size: 13px;
    font-size: 1.3rem;
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
  .p-top__important__topics__title {
    margin-top: 12px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.7;
  }
  .-en .p-top__important__topics__title {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .p-top__admission__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-top__admission__nav__item {
    width: 49.8%;
  }
  .p-top__admission__nav__item:nth-child(n+3) {
    margin-top: .4%;
  }
  .p-top__admission__nav__link {
    position: relative;
    height: 100%;
    padding: 24px 8px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-top__admission__nav__symbol {
    width: 16.3%;
    margin-right: 5.4%;
  }
  .p-top__admission__nav__contents__title {
    font-weight: 500;
  }
  .p-top__admission__nav__contents__label {
    position: absolute;
    top: 0;
    right: 0;
    padding: 3px 4px 4px 6px;
    border-radius: 0 0 0 10px;
    font-weight: 500;
    font-size: 10px;
    font-size: 1rem;
  }
  .p-top__admission__nav__contents__description {
    font-size: 10px;
    font-size: 1rem;
  }
}

@media screen and (min-width: 1000px) {
  .p-gakunai__hero {
    height: auto;
  }
  .p-gakunai__hero .l-container--main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-gakunai__hero .l-container--main > .c-heading--lv2__outer {
    display: none;
  }
  .p-gakunai__banner {
    width: 49%;
    max-width: 570px;
  }
}

@media screen and (min-width: 999px) {
  .p-gakunai__topics__wrap {
    width: 48%;
    max-width: 600px;
    margin-top: -10px;
  }
}

@media screen and (max-width: 999px) {
  .p-gakunai__topics__wrap > .c-heading--lv2__outer {
    display: none;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1199px) {
  .p-gakunai__topics__link__wrap {
    margin-top: 30px;
    padding: 20px 30px;
  }
}

@media screen and (min-width: 1280px) {
  .p-international__hero__text {
    max-width: 1280px;
  }
  .p-international__hero .slick-slide {
    max-width: 1280px;
  }
  .p-international__hero__item {
    max-width: 1280px;
  }
}

@media screen and (max-width: 1279px) {
  .p-international__hero__item {
    max-width: 100vw;
  }
}

@media screen and (min-width: 1080px) and (max-width: 1279px) {
  .p-top__hero__text__title {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .p-top__hero__text__description {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .-en .p-top__hero__text__description {
    letter-spacing: 0.02em;
  }
}

@media screen and (min-width: 768px) and (min-width: 1280px) {
  .p-top__section.l-container--main {
    padding: 70px 40px;
    max-width: 1080px;
  }
}

@media screen and (min-width: 768px) and (min-width: 1200px) {
  .-no-side .p-top__section.l-container--main {
    padding: 70px 40px;
    max-width: 1280px;
  }
  .p-top__section .l-container--main {
    padding: 0;
    max-width: 1000px;
  }
  .-no-side .p-top__section .l-container--main {
    padding: 0;
    max-width: 1200px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1080px) {
  .p-top__admission {
    padding-top: 70px;
  }
}

.c-indent {
  display: flex;
}
.c-indent.-narrow .c-indent__icon {
  padding-right: 8px;
}
.c-indent__icon {
  padding-right: 24px;
}
.c-indent__body {
  flex: 1;
}

.c-topics__item.-notLink .c-topics__link::after {
    display: none;
}
.c-topics__item.-notLink .c-topics__link.-notHover .c-topics__title:hover {
    text-decoration: none;
}
.c-topics__item.-notLink .c-topics__link:not(.-notHover):hover {
    background-color: inherit;
    color: inherit;
}
@media print, screen and (min-width: 768px) {
  .c-topics__item.-notLink .c-topics__link.-notHover .c-topics__title:hover {
      font-weight: normal;
  }
  .c-topics__item.-notLink .c-topics__link:not(.-notHover):hover .c-topics__title {
      font-weight: normal;
  }
}