@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

ul, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  background: transparent;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  border: 0;
  border-top: 1px solid #cccccc;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

textarea:focus, input:focus, input[type]:focus, .uneditable-input:focus {
  box-shadow: none;
  outline: 0;
}

input, select, textarea {
  border-radius: 0;
  vertical-align: middle;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
}

img {
  vertical-align: top;
}

* {
  box-sizing: border-box;
}

a {
  color: #333;
  text-decoration: none;
}
@media screen and (min-width: 857px) {
  a:hover {
    /* color: $c-color; */
  }
}

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

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  appearance: none;
}

/*
 * Container style
 */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}

/*
 * Scrollbar rail styles
 */
.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  bottom: 0;
  height: 15px;
  position: absolute;
}

.ps__rail-y {
  opacity: 1;
  position: absolute;
  right: 0;
  width: 16px;
}
@media screen and (max-width: 856px) {
  .ps__rail-y {
    width: 8.5333333333vw;
  }
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  background-color: #000;
  border: 1px solid #2f2f2f;
  display: block;
}

/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color 0.2s linear, height 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, height 0.2s ease-in-out;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  height: 6px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__thumb-y {
  background-color: #2862c7;
  border-radius: 1px;
  /* please don't change 'position' */
  position: absolute;
  /* there must be 'right' for ps__thumb-y */
  right: 1px;
  width: 12px;
}
@media screen and (max-width: 856px) {
  .ps__thumb-y {
    right: 0.5333333333vw;
    width: 6.4vw;
  }
}

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #2862c7;
  height: 12px;
}

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  width: 12px;
}
@media screen and (max-width: 856px) {
  .ps__rail-y:hover > .ps__thumb-y,
  .ps__rail-y:focus > .ps__thumb-y,
  .ps__rail-y.ps--clicking .ps__thumb-y {
    width: 6.4vw;
  }
}

/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}
/* Magnific Popup CSS */
.mfp-bg {
  background: #0b0b0b;
  height: 100%;
  left: 0;
  opacity: 0.8;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1042;
}

.mfp-wrap {
  height: 100%;
  left: 0;
  outline: none !important;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1043;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  box-sizing: border-box;
  height: 100%;
  left: 0;
  padding: 0 8px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  display: inline-block;
  margin: 0 auto;
  position: relative;
  text-align: left;
  vertical-align: middle;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  cursor: auto;
  width: 100%;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #ccc;
  left: 8px;
  margin-top: -0.8em;
  position: absolute;
  right: 8px;
  text-align: center;
  top: 50%;
  width: auto;
  z-index: 1044;
}
.mfp-preloader a {
  color: #ccc;
}
.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  border: 0;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  box-shadow: none;
  display: block;
  outline: none;
  padding: 0;
  touch-action: manipulation;
  z-index: 1046;
}
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.mfp-close {
  background-color: rgba(0, 0, 0, 0);
  background-image: url("../img/common/sp/trigger_on.png");
  background-position: right top;
  background-repeat: no-repeat;
  color: #fff;
  font-family: Arial, Baskerville, monospace;
  font-size: 0;
  font-style: normal;
  opacity: 1;
  position: absolute;
  right: 0;
  text-align: center;
  text-decoration: none;
  top: 0;
}
@media screen and (min-width: 857px) {
  .mfp-close {
    height: 57px;
    width: 67px;
  }
}
@media screen and (max-width: 856px) {
  .mfp-close {
    background-size: 17.8666666667vw 15.2vw;
    height: 15.2vw;
    width: 17.8666666667vw;
  }
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  padding-right: 6px;
  right: -6px;
  text-align: right;
  width: 100%;
}

.mfp-counter {
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  position: absolute;
  right: 0;
  top: 0;
  white-space: nowrap;
}

.mfp-arrow {
  height: 110px;
  margin: 0;
  margin-top: -55px;
  opacity: 1;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 90px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after {
  border: medium inset transparent;
  content: "";
  display: block;
  height: 0;
  left: 0;
  margin-left: 35px;
  margin-top: 35px;
  position: absolute;
  top: 0;
  width: 0;
}
.mfp-arrow:after {
  border-bottom-width: 13px;
  border-top-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-bottom-width: 21px;
  border-top-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  border-right: 27px solid #3f3f3f;
  margin-left: 25px;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-bottom: 40px;
  padding-top: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  max-width: 900px;
  width: 100%;
}
.mfp-iframe-holder .mfp-close {
  top: -60px;
}
@media screen and (max-width: 856px) {
  .mfp-iframe-holder .mfp-close {
    top: -16vw;
  }
}

.mfp-iframe-scaler {
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
  width: 100%;
}
.mfp-iframe-scaler iframe {
  background: #000;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* Main image in popup */
img.mfp-img {
  box-sizing: border-box;
  display: block;
  height: auto;
  line-height: 0;
  margin: 0 auto;
  max-width: 100%;
  padding: 40px 0 40px;
  width: auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  background: #444;
  bottom: 40px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  content: "";
  display: block;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 40px;
  width: auto;
  z-index: -1;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  cursor: auto;
  left: 0;
  margin-top: -36px;
  position: absolute;
  top: 100%;
  width: 100%;
}

.mfp-title {
  color: #f3f3f3;
  line-height: 18px;
  text-align: left;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    bottom: 0;
    top: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    box-sizing: border-box;
    margin: 0;
    padding: 3px 5px;
    position: fixed;
    top: auto;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    background: rgba(0, 0, 0, 0);
    height: 35px;
    line-height: 35px;
    padding: 0;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    width: 35px;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0;
  }
  .mfp-arrow-right {
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/**
       * Simple fade transition,
       */
.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.5;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/*
 * balloon css
 */
:root {
  --balloon-color: rgba(16, 16, 16, 0.95);
  --balloon-font-size: 12px;
  --balloon-move: 4px;
}

button[aria-label][data-balloon-pos] {
  overflow: visible;
}

[aria-label][data-balloon-pos] {
  cursor: pointer;
  position: relative;
}

[aria-label][data-balloon-pos]:after {
  background: var(--balloon-color);
  border-radius: 2px;
  color: #fff;
  content: attr(aria-label);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: var(--balloon-font-size);
  font-style: normal;
  font-weight: normal;
  opacity: 0;
  padding: 0.5em 1em;
  pointer-events: none;
  position: absolute;
  text-indent: 0;
  text-shadow: none;
  transition: all 0.18s ease-out 0.18s;
  white-space: nowrap;
  z-index: 10;
}

[aria-label][data-balloon-pos]:before {
  border: 5px solid transparent;
  border-top-color: var(--balloon-color);
  content: "";
  height: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transition: all 0.18s ease-out 0.18s;
  width: 0;
  z-index: 10;
}

[aria-label][data-balloon-pos]:hover:before,
[aria-label][data-balloon-pos]:hover:after,
[aria-label][data-balloon-pos][data-balloon-visible]:before,
[aria-label][data-balloon-pos][data-balloon-visible]:after,
[aria-label][data-balloon-pos]:not([data-balloon-nofocus]):focus:before,
[aria-label][data-balloon-pos]:not([data-balloon-nofocus]):focus:after {
  opacity: 1;
  pointer-events: none;
}

[aria-label][data-balloon-pos].font-awesome:after {
  font-family: FontAwesome, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

[aria-label][data-balloon-pos][data-balloon-break]:after {
  white-space: pre;
}

[aria-label][data-balloon-pos][data-balloon-break][data-balloon-length]:after {
  white-space: pre-line;
  word-break: break-word;
}

[aria-label][data-balloon-pos][data-balloon-blunt]:before,
[aria-label][data-balloon-pos][data-balloon-blunt]:after {
  transition: none;
}

[aria-label][data-balloon-pos][data-balloon-pos=up]:after {
  bottom: 100%;
  left: 50%;
  margin-bottom: 10px;
  transform: translate(-50%, var(--balloon-move));
  transform-origin: top;
}

[aria-label][data-balloon-pos][data-balloon-pos=up]:before {
  bottom: 100%;
  left: 50%;
  transform: translate(-50%, var(--balloon-move));
  transform-origin: top;
}

[aria-label][data-balloon-pos][data-balloon-pos=up]:hover:after,
[aria-label][data-balloon-pos][data-balloon-pos=up][data-balloon-visible]:after {
  transform: translate(-50%, 0);
}

[aria-label][data-balloon-pos][data-balloon-pos=up]:hover:before,
[aria-label][data-balloon-pos][data-balloon-pos=up][data-balloon-visible]:before {
  transform: translate(-50%, 0);
}

[aria-label][data-balloon-pos][data-balloon-pos=up-left]:after {
  bottom: 100%;
  left: 0;
  margin-bottom: 10px;
  transform: translate(0, var(--balloon-move));
  transform-origin: top;
}

[aria-label][data-balloon-pos][data-balloon-pos=up-left]:before {
  bottom: 100%;
  left: 5px;
  transform: translate(0, var(--balloon-move));
  transform-origin: top;
}

[aria-label][data-balloon-pos][data-balloon-pos=up-left]:hover:after,
[aria-label][data-balloon-pos][data-balloon-pos=up-left][data-balloon-visible]:after {
  transform: translate(0, 0);
}

[aria-label][data-balloon-pos][data-balloon-pos=up-left]:hover:before,
[aria-label][data-balloon-pos][data-balloon-pos=up-left][data-balloon-visible]:before {
  transform: translate(0, 0);
}

[aria-label][data-balloon-pos][data-balloon-pos=up-right]:after {
  bottom: 100%;
  margin-bottom: 10px;
  right: 0;
  transform: translate(0, var(--balloon-move));
  transform-origin: top;
}

[aria-label][data-balloon-pos][data-balloon-pos=up-right]:before {
  bottom: 100%;
  right: 5px;
  transform: translate(0, var(--balloon-move));
  transform-origin: top;
}

[aria-label][data-balloon-pos][data-balloon-pos=up-right]:hover:after,
[aria-label][data-balloon-pos][data-balloon-pos=up-right][data-balloon-visible]:after {
  transform: translate(0, 0);
}

[aria-label][data-balloon-pos][data-balloon-pos=up-right]:hover:before,
[aria-label][data-balloon-pos][data-balloon-pos=up-right][data-balloon-visible]:before {
  transform: translate(0, 0);
}

[aria-label][data-balloon-pos][data-balloon-pos=down]:after {
  left: 50%;
  margin-top: 10px;
  top: 100%;
  transform: translate(-50%, calc(var(--balloon-move) * -1));
}

[aria-label][data-balloon-pos][data-balloon-pos=down]:before {
  border: 5px solid transparent;
  border-bottom-color: var(--balloon-color);
  height: 0;
  left: 50%;
  top: 100%;
  transform: translate(-50%, calc(var(--balloon-move) * -1));
  width: 0;
}

[aria-label][data-balloon-pos][data-balloon-pos=down]:hover:after,
[aria-label][data-balloon-pos][data-balloon-pos=down][data-balloon-visible]:after {
  transform: translate(-50%, 0);
}

[aria-label][data-balloon-pos][data-balloon-pos=down]:hover:before,
[aria-label][data-balloon-pos][data-balloon-pos=down][data-balloon-visible]:before {
  transform: translate(-50%, 0);
}

[aria-label][data-balloon-pos][data-balloon-pos=down-left]:after {
  left: 0;
  margin-top: 10px;
  top: 100%;
  transform: translate(0, calc(var(--balloon-move) * -1));
}

[aria-label][data-balloon-pos][data-balloon-pos=down-left]:before {
  border: 5px solid transparent;
  border-bottom-color: var(--balloon-color);
  height: 0;
  left: 5px;
  top: 100%;
  transform: translate(0, calc(var(--balloon-move) * -1));
  width: 0;
}

[aria-label][data-balloon-pos][data-balloon-pos=down-left]:hover:after,
[aria-label][data-balloon-pos][data-balloon-pos=down-left][data-balloon-visible]:after {
  transform: translate(0, 0);
}

[aria-label][data-balloon-pos][data-balloon-pos=down-left]:hover:before,
[aria-label][data-balloon-pos][data-balloon-pos=down-left][data-balloon-visible]:before {
  transform: translate(0, 0);
}

[aria-label][data-balloon-pos][data-balloon-pos=down-right]:after {
  margin-top: 10px;
  right: 0;
  top: 100%;
  transform: translate(0, calc(var(--balloon-move) * -1));
}

[aria-label][data-balloon-pos][data-balloon-pos=down-right]:before {
  border: 5px solid transparent;
  border-bottom-color: var(--balloon-color);
  height: 0;
  right: 5px;
  top: 100%;
  transform: translate(0, calc(var(--balloon-move) * -1));
  width: 0;
}

[aria-label][data-balloon-pos][data-balloon-pos=down-right]:hover:after,
[aria-label][data-balloon-pos][data-balloon-pos=down-right][data-balloon-visible]:after {
  transform: translate(0, 0);
}

[aria-label][data-balloon-pos][data-balloon-pos=down-right]:hover:before,
[aria-label][data-balloon-pos][data-balloon-pos=down-right][data-balloon-visible]:before {
  transform: translate(0, 0);
}

[aria-label][data-balloon-pos][data-balloon-pos=left]:after {
  margin-right: 10px;
  right: 100%;
  top: 50%;
  transform: translate(var(--balloon-move), -50%);
}

[aria-label][data-balloon-pos][data-balloon-pos=left]:before {
  border: 5px solid transparent;
  border-left-color: var(--balloon-color);
  height: 0;
  right: 100%;
  top: 50%;
  transform: translate(var(--balloon-move), -50%);
  width: 0;
}

[aria-label][data-balloon-pos][data-balloon-pos=left]:hover:after,
[aria-label][data-balloon-pos][data-balloon-pos=left][data-balloon-visible]:after {
  transform: translate(0, -50%);
}

[aria-label][data-balloon-pos][data-balloon-pos=left]:hover:before,
[aria-label][data-balloon-pos][data-balloon-pos=left][data-balloon-visible]:before {
  transform: translate(0, -50%);
}

[aria-label][data-balloon-pos][data-balloon-pos=right]:after {
  left: 100%;
  margin-left: 10px;
  top: 50%;
  transform: translate(calc(var(--balloon-move) * -1), -50%);
}

[aria-label][data-balloon-pos][data-balloon-pos=right]:before {
  border: 5px solid transparent;
  border-right-color: var(--balloon-color);
  height: 0;
  left: 100%;
  top: 50%;
  transform: translate(calc(var(--balloon-move) * -1), -50%);
  width: 0;
}

[aria-label][data-balloon-pos][data-balloon-pos=right]:hover:after,
[aria-label][data-balloon-pos][data-balloon-pos=right][data-balloon-visible]:after {
  transform: translate(0, -50%);
}

[aria-label][data-balloon-pos][data-balloon-pos=right]:hover:before,
[aria-label][data-balloon-pos][data-balloon-pos=right][data-balloon-visible]:before {
  transform: translate(0, -50%);
}

[aria-label][data-balloon-pos][data-balloon-length=small]:after {
  white-space: normal;
  width: 80px;
}

[aria-label][data-balloon-pos][data-balloon-length=medium]:after {
  white-space: normal;
  width: 150px;
}

[aria-label][data-balloon-pos][data-balloon-length=large]:after {
  white-space: normal;
  width: 260px;
}

[aria-label][data-balloon-pos][data-balloon-length=xlarge]:after {
  white-space: normal;
  width: 380px;
}

@media screen and (max-width: 768px) {
  [aria-label][data-balloon-pos][data-balloon-length=xlarge]:after {
    white-space: normal;
    width: 90vw;
  }
}
[aria-label][data-balloon-pos][data-balloon-length=fit]:after {
  white-space: normal;
  width: 100%;
}

/* Slider */
.slick-slider {
  box-sizing: border-box;
  display: block;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  touch-action: pan-y;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  display: block;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[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 {
  border: 1px solid transparent;
  display: block;
  height: auto;
}

.slick-arrow.slick-hidden {
  display: none;
} /**
* Swiper 8.4.7
* Most modern mobile touch slider and framework with hardware accelerated transitions
* https://swiperjs.com
*
* Copyright 2014-2023 Vladimir Kharlampidi
*
* Released under the MIT License
*
* Released on: January 30, 2023
*/
@font-face {
  font-family: "swiper-icons";
  font-style: normal;
  font-weight: 400;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0;
  position: relative;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

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

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

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  height: 100%;
  position: relative;
  transition-property: transform;
  width: 100%;
}

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

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

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

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

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: x mandatory;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: y mandatory;
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  height: var(--swiper-centered-offset-after);
  min-width: 1px;
  width: 100%;
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  height: var(--swiper-virtual-size);
  width: 1px;
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  align-items: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  cursor: pointer;
  display: flex;
  height: var(--swiper-navigation-size);
  justify-content: center;
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  z-index: 10;
}

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

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

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  font-variant: initial;
  letter-spacing: 0;
  line-height: 1;
  text-transform: none !important;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  left: auto;
  right: 10px;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

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

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transform: translate3d(0, 0, 0);
  transition: 300ms opacity;
  z-index: 10;
}

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

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

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

/* Bullets */
.swiper-pagination-bullets-dynamic {
  font-size: 0;
  overflow: hidden;
}

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

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

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

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

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

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

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

.swiper-pagination-bullet {
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  border-radius: 50%;
  display: inline-block;
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
}

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

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

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  opacity: var(--swiper-pagination-bullet-opacity, 1);
}

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

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  display: block;
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
}

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

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

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

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

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

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: scale(0);
  transform-origin: left top;
  width: 100%;
}

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

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

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

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

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

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

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

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

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

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

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

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

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

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
  box-sizing: border-box;
  height: 42px;
  left: 50%;
  margin-left: -21px;
  margin-top: -21px;
  position: absolute;
  top: 50%;
  transform-origin: 50%;
  width: 42px;
  z-index: 10;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper .swiper-notification {
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  margin: 0 auto;
  transition-timing-function: ease-out;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-direction: column;
  flex-wrap: wrap;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

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

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

.swiper-cube {
  overflow: visible;
}

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

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

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

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

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

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

.swiper-cube .swiper-cube-shadow {
  bottom: 0px;
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  width: 100%;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  background: #000;
  bottom: 0;
  content: "";
  filter: blur(50px);
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.swiper-flip {
  overflow: visible;
}

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

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

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

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

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

@media screen and (max-width: 856px) {
  .spmt-50 {
    margin-top: -13.3333333333vw !important;
  }
  .spmb-50 {
    margin-bottom: -13.3333333333vw !important;
  }
  .spmr-50 {
    margin-right: -13.3333333333vw !important;
  }
  .spml-50 {
    margin-left: -13.3333333333vw !important;
  }
  .sppt-50 {
    padding-top: -13.3333333333vw !important;
  }
  .sppb-50 {
    padding-bottom: -13.3333333333vw !important;
  }
  .sppr-50 {
    padding-right: -13.3333333333vw !important;
  }
  .sppl-50 {
    padding-left: -13.3333333333vw !important;
  }
  .spmt-45 {
    margin-top: -12vw !important;
  }
  .spmb-45 {
    margin-bottom: -12vw !important;
  }
  .spmr-45 {
    margin-right: -12vw !important;
  }
  .spml-45 {
    margin-left: -12vw !important;
  }
  .sppt-45 {
    padding-top: -12vw !important;
  }
  .sppb-45 {
    padding-bottom: -12vw !important;
  }
  .sppr-45 {
    padding-right: -12vw !important;
  }
  .sppl-45 {
    padding-left: -12vw !important;
  }
  .spmt-40 {
    margin-top: -10.6666666667vw !important;
  }
  .spmb-40 {
    margin-bottom: -10.6666666667vw !important;
  }
  .spmr-40 {
    margin-right: -10.6666666667vw !important;
  }
  .spml-40 {
    margin-left: -10.6666666667vw !important;
  }
  .sppt-40 {
    padding-top: -10.6666666667vw !important;
  }
  .sppb-40 {
    padding-bottom: -10.6666666667vw !important;
  }
  .sppr-40 {
    padding-right: -10.6666666667vw !important;
  }
  .sppl-40 {
    padding-left: -10.6666666667vw !important;
  }
  .spmt-35 {
    margin-top: -9.3333333333vw !important;
  }
  .spmb-35 {
    margin-bottom: -9.3333333333vw !important;
  }
  .spmr-35 {
    margin-right: -9.3333333333vw !important;
  }
  .spml-35 {
    margin-left: -9.3333333333vw !important;
  }
  .sppt-35 {
    padding-top: -9.3333333333vw !important;
  }
  .sppb-35 {
    padding-bottom: -9.3333333333vw !important;
  }
  .sppr-35 {
    padding-right: -9.3333333333vw !important;
  }
  .sppl-35 {
    padding-left: -9.3333333333vw !important;
  }
  .spmt-30 {
    margin-top: -8vw !important;
  }
  .spmb-30 {
    margin-bottom: -8vw !important;
  }
  .spmr-30 {
    margin-right: -8vw !important;
  }
  .spml-30 {
    margin-left: -8vw !important;
  }
  .sppt-30 {
    padding-top: -8vw !important;
  }
  .sppb-30 {
    padding-bottom: -8vw !important;
  }
  .sppr-30 {
    padding-right: -8vw !important;
  }
  .sppl-30 {
    padding-left: -8vw !important;
  }
  .spmt-25 {
    margin-top: -6.6666666667vw !important;
  }
  .spmb-25 {
    margin-bottom: -6.6666666667vw !important;
  }
  .spmr-25 {
    margin-right: -6.6666666667vw !important;
  }
  .spml-25 {
    margin-left: -6.6666666667vw !important;
  }
  .sppt-25 {
    padding-top: -6.6666666667vw !important;
  }
  .sppb-25 {
    padding-bottom: -6.6666666667vw !important;
  }
  .sppr-25 {
    padding-right: -6.6666666667vw !important;
  }
  .sppl-25 {
    padding-left: -6.6666666667vw !important;
  }
  .spmt-20 {
    margin-top: -5.3333333333vw !important;
  }
  .spmb-20 {
    margin-bottom: -5.3333333333vw !important;
  }
  .spmr-20 {
    margin-right: -5.3333333333vw !important;
  }
  .spml-20 {
    margin-left: -5.3333333333vw !important;
  }
  .sppt-20 {
    padding-top: -5.3333333333vw !important;
  }
  .sppb-20 {
    padding-bottom: -5.3333333333vw !important;
  }
  .sppr-20 {
    padding-right: -5.3333333333vw !important;
  }
  .sppl-20 {
    padding-left: -5.3333333333vw !important;
  }
  .spmt-15 {
    margin-top: -4vw !important;
  }
  .spmb-15 {
    margin-bottom: -4vw !important;
  }
  .spmr-15 {
    margin-right: -4vw !important;
  }
  .spml-15 {
    margin-left: -4vw !important;
  }
  .sppt-15 {
    padding-top: -4vw !important;
  }
  .sppb-15 {
    padding-bottom: -4vw !important;
  }
  .sppr-15 {
    padding-right: -4vw !important;
  }
  .sppl-15 {
    padding-left: -4vw !important;
  }
  .spmt-10 {
    margin-top: -2.6666666667vw !important;
  }
  .spmb-10 {
    margin-bottom: -2.6666666667vw !important;
  }
  .spmr-10 {
    margin-right: -2.6666666667vw !important;
  }
  .spml-10 {
    margin-left: -2.6666666667vw !important;
  }
  .sppt-10 {
    padding-top: -2.6666666667vw !important;
  }
  .sppb-10 {
    padding-bottom: -2.6666666667vw !important;
  }
  .sppr-10 {
    padding-right: -2.6666666667vw !important;
  }
  .sppl-10 {
    padding-left: -2.6666666667vw !important;
  }
  .spmt-5 {
    margin-top: -1.3333333333vw !important;
  }
  .spmb-5 {
    margin-bottom: -1.3333333333vw !important;
  }
  .spmr-5 {
    margin-right: -1.3333333333vw !important;
  }
  .spml-5 {
    margin-left: -1.3333333333vw !important;
  }
  .sppt-5 {
    padding-top: -1.3333333333vw !important;
  }
  .sppb-5 {
    padding-bottom: -1.3333333333vw !important;
  }
  .sppr-5 {
    padding-right: -1.3333333333vw !important;
  }
  .sppl-5 {
    padding-left: -1.3333333333vw !important;
  }
  .spmt0 {
    margin-top: 0vw !important;
  }
  .spmb0 {
    margin-bottom: 0vw !important;
  }
  .spmr0 {
    margin-right: 0vw !important;
  }
  .spml0 {
    margin-left: 0vw !important;
  }
  .sppt0 {
    padding-top: 0vw !important;
  }
  .sppb0 {
    padding-bottom: 0vw !important;
  }
  .sppr0 {
    padding-right: 0vw !important;
  }
  .sppl0 {
    padding-left: 0vw !important;
  }
  .spmt5 {
    margin-top: 1.3333333333vw !important;
  }
  .spmb5 {
    margin-bottom: 1.3333333333vw !important;
  }
  .spmr5 {
    margin-right: 1.3333333333vw !important;
  }
  .spml5 {
    margin-left: 1.3333333333vw !important;
  }
  .sppt5 {
    padding-top: 1.3333333333vw !important;
  }
  .sppb5 {
    padding-bottom: 1.3333333333vw !important;
  }
  .sppr5 {
    padding-right: 1.3333333333vw !important;
  }
  .sppl5 {
    padding-left: 1.3333333333vw !important;
  }
  .spmt10 {
    margin-top: 2.6666666667vw !important;
  }
  .spmb10 {
    margin-bottom: 2.6666666667vw !important;
  }
  .spmr10 {
    margin-right: 2.6666666667vw !important;
  }
  .spml10 {
    margin-left: 2.6666666667vw !important;
  }
  .sppt10 {
    padding-top: 2.6666666667vw !important;
  }
  .sppb10 {
    padding-bottom: 2.6666666667vw !important;
  }
  .sppr10 {
    padding-right: 2.6666666667vw !important;
  }
  .sppl10 {
    padding-left: 2.6666666667vw !important;
  }
  .spmt15 {
    margin-top: 4vw !important;
  }
  .spmb15 {
    margin-bottom: 4vw !important;
  }
  .spmr15 {
    margin-right: 4vw !important;
  }
  .spml15 {
    margin-left: 4vw !important;
  }
  .sppt15 {
    padding-top: 4vw !important;
  }
  .sppb15 {
    padding-bottom: 4vw !important;
  }
  .sppr15 {
    padding-right: 4vw !important;
  }
  .sppl15 {
    padding-left: 4vw !important;
  }
  .spmt20 {
    margin-top: 5.3333333333vw !important;
  }
  .spmb20 {
    margin-bottom: 5.3333333333vw !important;
  }
  .spmr20 {
    margin-right: 5.3333333333vw !important;
  }
  .spml20 {
    margin-left: 5.3333333333vw !important;
  }
  .sppt20 {
    padding-top: 5.3333333333vw !important;
  }
  .sppb20 {
    padding-bottom: 5.3333333333vw !important;
  }
  .sppr20 {
    padding-right: 5.3333333333vw !important;
  }
  .sppl20 {
    padding-left: 5.3333333333vw !important;
  }
  .spmt25 {
    margin-top: 6.6666666667vw !important;
  }
  .spmb25 {
    margin-bottom: 6.6666666667vw !important;
  }
  .spmr25 {
    margin-right: 6.6666666667vw !important;
  }
  .spml25 {
    margin-left: 6.6666666667vw !important;
  }
  .sppt25 {
    padding-top: 6.6666666667vw !important;
  }
  .sppb25 {
    padding-bottom: 6.6666666667vw !important;
  }
  .sppr25 {
    padding-right: 6.6666666667vw !important;
  }
  .sppl25 {
    padding-left: 6.6666666667vw !important;
  }
  .spmt30 {
    margin-top: 8vw !important;
  }
  .spmb30 {
    margin-bottom: 8vw !important;
  }
  .spmr30 {
    margin-right: 8vw !important;
  }
  .spml30 {
    margin-left: 8vw !important;
  }
  .sppt30 {
    padding-top: 8vw !important;
  }
  .sppb30 {
    padding-bottom: 8vw !important;
  }
  .sppr30 {
    padding-right: 8vw !important;
  }
  .sppl30 {
    padding-left: 8vw !important;
  }
  .spmt35 {
    margin-top: 9.3333333333vw !important;
  }
  .spmb35 {
    margin-bottom: 9.3333333333vw !important;
  }
  .spmr35 {
    margin-right: 9.3333333333vw !important;
  }
  .spml35 {
    margin-left: 9.3333333333vw !important;
  }
  .sppt35 {
    padding-top: 9.3333333333vw !important;
  }
  .sppb35 {
    padding-bottom: 9.3333333333vw !important;
  }
  .sppr35 {
    padding-right: 9.3333333333vw !important;
  }
  .sppl35 {
    padding-left: 9.3333333333vw !important;
  }
  .spmt40 {
    margin-top: 10.6666666667vw !important;
  }
  .spmb40 {
    margin-bottom: 10.6666666667vw !important;
  }
  .spmr40 {
    margin-right: 10.6666666667vw !important;
  }
  .spml40 {
    margin-left: 10.6666666667vw !important;
  }
  .sppt40 {
    padding-top: 10.6666666667vw !important;
  }
  .sppb40 {
    padding-bottom: 10.6666666667vw !important;
  }
  .sppr40 {
    padding-right: 10.6666666667vw !important;
  }
  .sppl40 {
    padding-left: 10.6666666667vw !important;
  }
  .spmt45 {
    margin-top: 12vw !important;
  }
  .spmb45 {
    margin-bottom: 12vw !important;
  }
  .spmr45 {
    margin-right: 12vw !important;
  }
  .spml45 {
    margin-left: 12vw !important;
  }
  .sppt45 {
    padding-top: 12vw !important;
  }
  .sppb45 {
    padding-bottom: 12vw !important;
  }
  .sppr45 {
    padding-right: 12vw !important;
  }
  .sppl45 {
    padding-left: 12vw !important;
  }
  .spmt50 {
    margin-top: 13.3333333333vw !important;
  }
  .spmb50 {
    margin-bottom: 13.3333333333vw !important;
  }
  .spmr50 {
    margin-right: 13.3333333333vw !important;
  }
  .spml50 {
    margin-left: 13.3333333333vw !important;
  }
  .sppt50 {
    padding-top: 13.3333333333vw !important;
  }
  .sppb50 {
    padding-bottom: 13.3333333333vw !important;
  }
  .sppr50 {
    padding-right: 13.3333333333vw !important;
  }
  .sppl50 {
    padding-left: 13.3333333333vw !important;
  }
  .spmt55 {
    margin-top: 14.6666666667vw !important;
  }
  .spmb55 {
    margin-bottom: 14.6666666667vw !important;
  }
  .spmr55 {
    margin-right: 14.6666666667vw !important;
  }
  .spml55 {
    margin-left: 14.6666666667vw !important;
  }
  .sppt55 {
    padding-top: 14.6666666667vw !important;
  }
  .sppb55 {
    padding-bottom: 14.6666666667vw !important;
  }
  .sppr55 {
    padding-right: 14.6666666667vw !important;
  }
  .sppl55 {
    padding-left: 14.6666666667vw !important;
  }
  .spmt60 {
    margin-top: 16vw !important;
  }
  .spmb60 {
    margin-bottom: 16vw !important;
  }
  .spmr60 {
    margin-right: 16vw !important;
  }
  .spml60 {
    margin-left: 16vw !important;
  }
  .sppt60 {
    padding-top: 16vw !important;
  }
  .sppb60 {
    padding-bottom: 16vw !important;
  }
  .sppr60 {
    padding-right: 16vw !important;
  }
  .sppl60 {
    padding-left: 16vw !important;
  }
  .spmt65 {
    margin-top: 17.3333333333vw !important;
  }
  .spmb65 {
    margin-bottom: 17.3333333333vw !important;
  }
  .spmr65 {
    margin-right: 17.3333333333vw !important;
  }
  .spml65 {
    margin-left: 17.3333333333vw !important;
  }
  .sppt65 {
    padding-top: 17.3333333333vw !important;
  }
  .sppb65 {
    padding-bottom: 17.3333333333vw !important;
  }
  .sppr65 {
    padding-right: 17.3333333333vw !important;
  }
  .sppl65 {
    padding-left: 17.3333333333vw !important;
  }
  .spmt70 {
    margin-top: 18.6666666667vw !important;
  }
  .spmb70 {
    margin-bottom: 18.6666666667vw !important;
  }
  .spmr70 {
    margin-right: 18.6666666667vw !important;
  }
  .spml70 {
    margin-left: 18.6666666667vw !important;
  }
  .sppt70 {
    padding-top: 18.6666666667vw !important;
  }
  .sppb70 {
    padding-bottom: 18.6666666667vw !important;
  }
  .sppr70 {
    padding-right: 18.6666666667vw !important;
  }
  .sppl70 {
    padding-left: 18.6666666667vw !important;
  }
  .spmt75 {
    margin-top: 20vw !important;
  }
  .spmb75 {
    margin-bottom: 20vw !important;
  }
  .spmr75 {
    margin-right: 20vw !important;
  }
  .spml75 {
    margin-left: 20vw !important;
  }
  .sppt75 {
    padding-top: 20vw !important;
  }
  .sppb75 {
    padding-bottom: 20vw !important;
  }
  .sppr75 {
    padding-right: 20vw !important;
  }
  .sppl75 {
    padding-left: 20vw !important;
  }
  .spmt80 {
    margin-top: 21.3333333333vw !important;
  }
  .spmb80 {
    margin-bottom: 21.3333333333vw !important;
  }
  .spmr80 {
    margin-right: 21.3333333333vw !important;
  }
  .spml80 {
    margin-left: 21.3333333333vw !important;
  }
  .sppt80 {
    padding-top: 21.3333333333vw !important;
  }
  .sppb80 {
    padding-bottom: 21.3333333333vw !important;
  }
  .sppr80 {
    padding-right: 21.3333333333vw !important;
  }
  .sppl80 {
    padding-left: 21.3333333333vw !important;
  }
  .spmt85 {
    margin-top: 22.6666666667vw !important;
  }
  .spmb85 {
    margin-bottom: 22.6666666667vw !important;
  }
  .spmr85 {
    margin-right: 22.6666666667vw !important;
  }
  .spml85 {
    margin-left: 22.6666666667vw !important;
  }
  .sppt85 {
    padding-top: 22.6666666667vw !important;
  }
  .sppb85 {
    padding-bottom: 22.6666666667vw !important;
  }
  .sppr85 {
    padding-right: 22.6666666667vw !important;
  }
  .sppl85 {
    padding-left: 22.6666666667vw !important;
  }
  .spmt90 {
    margin-top: 24vw !important;
  }
  .spmb90 {
    margin-bottom: 24vw !important;
  }
  .spmr90 {
    margin-right: 24vw !important;
  }
  .spml90 {
    margin-left: 24vw !important;
  }
  .sppt90 {
    padding-top: 24vw !important;
  }
  .sppb90 {
    padding-bottom: 24vw !important;
  }
  .sppr90 {
    padding-right: 24vw !important;
  }
  .sppl90 {
    padding-left: 24vw !important;
  }
  .spmt95 {
    margin-top: 25.3333333333vw !important;
  }
  .spmb95 {
    margin-bottom: 25.3333333333vw !important;
  }
  .spmr95 {
    margin-right: 25.3333333333vw !important;
  }
  .spml95 {
    margin-left: 25.3333333333vw !important;
  }
  .sppt95 {
    padding-top: 25.3333333333vw !important;
  }
  .sppb95 {
    padding-bottom: 25.3333333333vw !important;
  }
  .sppr95 {
    padding-right: 25.3333333333vw !important;
  }
  .sppl95 {
    padding-left: 25.3333333333vw !important;
  }
  .spmt100 {
    margin-top: 26.6666666667vw !important;
  }
  .spmb100 {
    margin-bottom: 26.6666666667vw !important;
  }
  .spmr100 {
    margin-right: 26.6666666667vw !important;
  }
  .spml100 {
    margin-left: 26.6666666667vw !important;
  }
  .sppt100 {
    padding-top: 26.6666666667vw !important;
  }
  .sppb100 {
    padding-bottom: 26.6666666667vw !important;
  }
  .sppr100 {
    padding-right: 26.6666666667vw !important;
  }
  .sppl100 {
    padding-left: 26.6666666667vw !important;
  }
  .spmt105 {
    margin-top: 28vw !important;
  }
  .spmb105 {
    margin-bottom: 28vw !important;
  }
  .spmr105 {
    margin-right: 28vw !important;
  }
  .spml105 {
    margin-left: 28vw !important;
  }
  .sppt105 {
    padding-top: 28vw !important;
  }
  .sppb105 {
    padding-bottom: 28vw !important;
  }
  .sppr105 {
    padding-right: 28vw !important;
  }
  .sppl105 {
    padding-left: 28vw !important;
  }
  .spmt110 {
    margin-top: 29.3333333333vw !important;
  }
  .spmb110 {
    margin-bottom: 29.3333333333vw !important;
  }
  .spmr110 {
    margin-right: 29.3333333333vw !important;
  }
  .spml110 {
    margin-left: 29.3333333333vw !important;
  }
  .sppt110 {
    padding-top: 29.3333333333vw !important;
  }
  .sppb110 {
    padding-bottom: 29.3333333333vw !important;
  }
  .sppr110 {
    padding-right: 29.3333333333vw !important;
  }
  .sppl110 {
    padding-left: 29.3333333333vw !important;
  }
  .spmt115 {
    margin-top: 30.6666666667vw !important;
  }
  .spmb115 {
    margin-bottom: 30.6666666667vw !important;
  }
  .spmr115 {
    margin-right: 30.6666666667vw !important;
  }
  .spml115 {
    margin-left: 30.6666666667vw !important;
  }
  .sppt115 {
    padding-top: 30.6666666667vw !important;
  }
  .sppb115 {
    padding-bottom: 30.6666666667vw !important;
  }
  .sppr115 {
    padding-right: 30.6666666667vw !important;
  }
  .sppl115 {
    padding-left: 30.6666666667vw !important;
  }
  .spmt120 {
    margin-top: 32vw !important;
  }
  .spmb120 {
    margin-bottom: 32vw !important;
  }
  .spmr120 {
    margin-right: 32vw !important;
  }
  .spml120 {
    margin-left: 32vw !important;
  }
  .sppt120 {
    padding-top: 32vw !important;
  }
  .sppb120 {
    padding-bottom: 32vw !important;
  }
  .sppr120 {
    padding-right: 32vw !important;
  }
  .sppl120 {
    padding-left: 32vw !important;
  }
  .spmt125 {
    margin-top: 33.3333333333vw !important;
  }
  .spmb125 {
    margin-bottom: 33.3333333333vw !important;
  }
  .spmr125 {
    margin-right: 33.3333333333vw !important;
  }
  .spml125 {
    margin-left: 33.3333333333vw !important;
  }
  .sppt125 {
    padding-top: 33.3333333333vw !important;
  }
  .sppb125 {
    padding-bottom: 33.3333333333vw !important;
  }
  .sppr125 {
    padding-right: 33.3333333333vw !important;
  }
  .sppl125 {
    padding-left: 33.3333333333vw !important;
  }
  .spmt130 {
    margin-top: 34.6666666667vw !important;
  }
  .spmb130 {
    margin-bottom: 34.6666666667vw !important;
  }
  .spmr130 {
    margin-right: 34.6666666667vw !important;
  }
  .spml130 {
    margin-left: 34.6666666667vw !important;
  }
  .sppt130 {
    padding-top: 34.6666666667vw !important;
  }
  .sppb130 {
    padding-bottom: 34.6666666667vw !important;
  }
  .sppr130 {
    padding-right: 34.6666666667vw !important;
  }
  .sppl130 {
    padding-left: 34.6666666667vw !important;
  }
  .spmt135 {
    margin-top: 36vw !important;
  }
  .spmb135 {
    margin-bottom: 36vw !important;
  }
  .spmr135 {
    margin-right: 36vw !important;
  }
  .spml135 {
    margin-left: 36vw !important;
  }
  .sppt135 {
    padding-top: 36vw !important;
  }
  .sppb135 {
    padding-bottom: 36vw !important;
  }
  .sppr135 {
    padding-right: 36vw !important;
  }
  .sppl135 {
    padding-left: 36vw !important;
  }
  .spmt140 {
    margin-top: 37.3333333333vw !important;
  }
  .spmb140 {
    margin-bottom: 37.3333333333vw !important;
  }
  .spmr140 {
    margin-right: 37.3333333333vw !important;
  }
  .spml140 {
    margin-left: 37.3333333333vw !important;
  }
  .sppt140 {
    padding-top: 37.3333333333vw !important;
  }
  .sppb140 {
    padding-bottom: 37.3333333333vw !important;
  }
  .sppr140 {
    padding-right: 37.3333333333vw !important;
  }
  .sppl140 {
    padding-left: 37.3333333333vw !important;
  }
  .spmt145 {
    margin-top: 38.6666666667vw !important;
  }
  .spmb145 {
    margin-bottom: 38.6666666667vw !important;
  }
  .spmr145 {
    margin-right: 38.6666666667vw !important;
  }
  .spml145 {
    margin-left: 38.6666666667vw !important;
  }
  .sppt145 {
    padding-top: 38.6666666667vw !important;
  }
  .sppb145 {
    padding-bottom: 38.6666666667vw !important;
  }
  .sppr145 {
    padding-right: 38.6666666667vw !important;
  }
  .sppl145 {
    padding-left: 38.6666666667vw !important;
  }
  .spmt150 {
    margin-top: 40vw !important;
  }
  .spmb150 {
    margin-bottom: 40vw !important;
  }
  .spmr150 {
    margin-right: 40vw !important;
  }
  .spml150 {
    margin-left: 40vw !important;
  }
  .sppt150 {
    padding-top: 40vw !important;
  }
  .sppb150 {
    padding-bottom: 40vw !important;
  }
  .sppr150 {
    padding-right: 40vw !important;
  }
  .sppl150 {
    padding-left: 40vw !important;
  }
}
@media screen and (min-width: 857px) {
  .pcmt-50 {
    margin-top: -50px !important;
  }
  .pcmb-50 {
    margin-bottom: -50px !important;
  }
  .pcmr-50 {
    margin-right: -50px !important;
  }
  .pcml-50 {
    margin-left: -50px !important;
  }
  .pcpt-50 {
    padding-top: -50px !important;
  }
  .pcpb-50 {
    padding-bottom: -50px !important;
  }
  .pcpr-50 {
    padding-right: -50px !important;
  }
  .pcpl-50 {
    padding-left: -50px !important;
  }
  .pcmt-45 {
    margin-top: -45px !important;
  }
  .pcmb-45 {
    margin-bottom: -45px !important;
  }
  .pcmr-45 {
    margin-right: -45px !important;
  }
  .pcml-45 {
    margin-left: -45px !important;
  }
  .pcpt-45 {
    padding-top: -45px !important;
  }
  .pcpb-45 {
    padding-bottom: -45px !important;
  }
  .pcpr-45 {
    padding-right: -45px !important;
  }
  .pcpl-45 {
    padding-left: -45px !important;
  }
  .pcmt-40 {
    margin-top: -40px !important;
  }
  .pcmb-40 {
    margin-bottom: -40px !important;
  }
  .pcmr-40 {
    margin-right: -40px !important;
  }
  .pcml-40 {
    margin-left: -40px !important;
  }
  .pcpt-40 {
    padding-top: -40px !important;
  }
  .pcpb-40 {
    padding-bottom: -40px !important;
  }
  .pcpr-40 {
    padding-right: -40px !important;
  }
  .pcpl-40 {
    padding-left: -40px !important;
  }
  .pcmt-35 {
    margin-top: -35px !important;
  }
  .pcmb-35 {
    margin-bottom: -35px !important;
  }
  .pcmr-35 {
    margin-right: -35px !important;
  }
  .pcml-35 {
    margin-left: -35px !important;
  }
  .pcpt-35 {
    padding-top: -35px !important;
  }
  .pcpb-35 {
    padding-bottom: -35px !important;
  }
  .pcpr-35 {
    padding-right: -35px !important;
  }
  .pcpl-35 {
    padding-left: -35px !important;
  }
  .pcmt-30 {
    margin-top: -30px !important;
  }
  .pcmb-30 {
    margin-bottom: -30px !important;
  }
  .pcmr-30 {
    margin-right: -30px !important;
  }
  .pcml-30 {
    margin-left: -30px !important;
  }
  .pcpt-30 {
    padding-top: -30px !important;
  }
  .pcpb-30 {
    padding-bottom: -30px !important;
  }
  .pcpr-30 {
    padding-right: -30px !important;
  }
  .pcpl-30 {
    padding-left: -30px !important;
  }
  .pcmt-25 {
    margin-top: -25px !important;
  }
  .pcmb-25 {
    margin-bottom: -25px !important;
  }
  .pcmr-25 {
    margin-right: -25px !important;
  }
  .pcml-25 {
    margin-left: -25px !important;
  }
  .pcpt-25 {
    padding-top: -25px !important;
  }
  .pcpb-25 {
    padding-bottom: -25px !important;
  }
  .pcpr-25 {
    padding-right: -25px !important;
  }
  .pcpl-25 {
    padding-left: -25px !important;
  }
  .pcmt-20 {
    margin-top: -20px !important;
  }
  .pcmb-20 {
    margin-bottom: -20px !important;
  }
  .pcmr-20 {
    margin-right: -20px !important;
  }
  .pcml-20 {
    margin-left: -20px !important;
  }
  .pcpt-20 {
    padding-top: -20px !important;
  }
  .pcpb-20 {
    padding-bottom: -20px !important;
  }
  .pcpr-20 {
    padding-right: -20px !important;
  }
  .pcpl-20 {
    padding-left: -20px !important;
  }
  .pcmt-15 {
    margin-top: -15px !important;
  }
  .pcmb-15 {
    margin-bottom: -15px !important;
  }
  .pcmr-15 {
    margin-right: -15px !important;
  }
  .pcml-15 {
    margin-left: -15px !important;
  }
  .pcpt-15 {
    padding-top: -15px !important;
  }
  .pcpb-15 {
    padding-bottom: -15px !important;
  }
  .pcpr-15 {
    padding-right: -15px !important;
  }
  .pcpl-15 {
    padding-left: -15px !important;
  }
  .pcmt-10 {
    margin-top: -10px !important;
  }
  .pcmb-10 {
    margin-bottom: -10px !important;
  }
  .pcmr-10 {
    margin-right: -10px !important;
  }
  .pcml-10 {
    margin-left: -10px !important;
  }
  .pcpt-10 {
    padding-top: -10px !important;
  }
  .pcpb-10 {
    padding-bottom: -10px !important;
  }
  .pcpr-10 {
    padding-right: -10px !important;
  }
  .pcpl-10 {
    padding-left: -10px !important;
  }
  .pcmt-5 {
    margin-top: -5px !important;
  }
  .pcmb-5 {
    margin-bottom: -5px !important;
  }
  .pcmr-5 {
    margin-right: -5px !important;
  }
  .pcml-5 {
    margin-left: -5px !important;
  }
  .pcpt-5 {
    padding-top: -5px !important;
  }
  .pcpb-5 {
    padding-bottom: -5px !important;
  }
  .pcpr-5 {
    padding-right: -5px !important;
  }
  .pcpl-5 {
    padding-left: -5px !important;
  }
  .pcmt0 {
    margin-top: 0px !important;
  }
  .pcmb0 {
    margin-bottom: 0px !important;
  }
  .pcmr0 {
    margin-right: 0px !important;
  }
  .pcml0 {
    margin-left: 0px !important;
  }
  .pcpt0 {
    padding-top: 0px !important;
  }
  .pcpb0 {
    padding-bottom: 0px !important;
  }
  .pcpr0 {
    padding-right: 0px !important;
  }
  .pcpl0 {
    padding-left: 0px !important;
  }
  .pcmt5 {
    margin-top: 5px !important;
  }
  .pcmb5 {
    margin-bottom: 5px !important;
  }
  .pcmr5 {
    margin-right: 5px !important;
  }
  .pcml5 {
    margin-left: 5px !important;
  }
  .pcpt5 {
    padding-top: 5px !important;
  }
  .pcpb5 {
    padding-bottom: 5px !important;
  }
  .pcpr5 {
    padding-right: 5px !important;
  }
  .pcpl5 {
    padding-left: 5px !important;
  }
  .pcmt10 {
    margin-top: 10px !important;
  }
  .pcmb10 {
    margin-bottom: 10px !important;
  }
  .pcmr10 {
    margin-right: 10px !important;
  }
  .pcml10 {
    margin-left: 10px !important;
  }
  .pcpt10 {
    padding-top: 10px !important;
  }
  .pcpb10 {
    padding-bottom: 10px !important;
  }
  .pcpr10 {
    padding-right: 10px !important;
  }
  .pcpl10 {
    padding-left: 10px !important;
  }
  .pcmt15 {
    margin-top: 15px !important;
  }
  .pcmb15 {
    margin-bottom: 15px !important;
  }
  .pcmr15 {
    margin-right: 15px !important;
  }
  .pcml15 {
    margin-left: 15px !important;
  }
  .pcpt15 {
    padding-top: 15px !important;
  }
  .pcpb15 {
    padding-bottom: 15px !important;
  }
  .pcpr15 {
    padding-right: 15px !important;
  }
  .pcpl15 {
    padding-left: 15px !important;
  }
  .pcmt20 {
    margin-top: 20px !important;
  }
  .pcmb20 {
    margin-bottom: 20px !important;
  }
  .pcmr20 {
    margin-right: 20px !important;
  }
  .pcml20 {
    margin-left: 20px !important;
  }
  .pcpt20 {
    padding-top: 20px !important;
  }
  .pcpb20 {
    padding-bottom: 20px !important;
  }
  .pcpr20 {
    padding-right: 20px !important;
  }
  .pcpl20 {
    padding-left: 20px !important;
  }
  .pcmt25 {
    margin-top: 25px !important;
  }
  .pcmb25 {
    margin-bottom: 25px !important;
  }
  .pcmr25 {
    margin-right: 25px !important;
  }
  .pcml25 {
    margin-left: 25px !important;
  }
  .pcpt25 {
    padding-top: 25px !important;
  }
  .pcpb25 {
    padding-bottom: 25px !important;
  }
  .pcpr25 {
    padding-right: 25px !important;
  }
  .pcpl25 {
    padding-left: 25px !important;
  }
  .pcmt30 {
    margin-top: 30px !important;
  }
  .pcmb30 {
    margin-bottom: 30px !important;
  }
  .pcmr30 {
    margin-right: 30px !important;
  }
  .pcml30 {
    margin-left: 30px !important;
  }
  .pcpt30 {
    padding-top: 30px !important;
  }
  .pcpb30 {
    padding-bottom: 30px !important;
  }
  .pcpr30 {
    padding-right: 30px !important;
  }
  .pcpl30 {
    padding-left: 30px !important;
  }
  .pcmt35 {
    margin-top: 35px !important;
  }
  .pcmb35 {
    margin-bottom: 35px !important;
  }
  .pcmr35 {
    margin-right: 35px !important;
  }
  .pcml35 {
    margin-left: 35px !important;
  }
  .pcpt35 {
    padding-top: 35px !important;
  }
  .pcpb35 {
    padding-bottom: 35px !important;
  }
  .pcpr35 {
    padding-right: 35px !important;
  }
  .pcpl35 {
    padding-left: 35px !important;
  }
  .pcmt40 {
    margin-top: 40px !important;
  }
  .pcmb40 {
    margin-bottom: 40px !important;
  }
  .pcmr40 {
    margin-right: 40px !important;
  }
  .pcml40 {
    margin-left: 40px !important;
  }
  .pcpt40 {
    padding-top: 40px !important;
  }
  .pcpb40 {
    padding-bottom: 40px !important;
  }
  .pcpr40 {
    padding-right: 40px !important;
  }
  .pcpl40 {
    padding-left: 40px !important;
  }
  .pcmt45 {
    margin-top: 45px !important;
  }
  .pcmb45 {
    margin-bottom: 45px !important;
  }
  .pcmr45 {
    margin-right: 45px !important;
  }
  .pcml45 {
    margin-left: 45px !important;
  }
  .pcpt45 {
    padding-top: 45px !important;
  }
  .pcpb45 {
    padding-bottom: 45px !important;
  }
  .pcpr45 {
    padding-right: 45px !important;
  }
  .pcpl45 {
    padding-left: 45px !important;
  }
  .pcmt50 {
    margin-top: 50px !important;
  }
  .pcmb50 {
    margin-bottom: 50px !important;
  }
  .pcmr50 {
    margin-right: 50px !important;
  }
  .pcml50 {
    margin-left: 50px !important;
  }
  .pcpt50 {
    padding-top: 50px !important;
  }
  .pcpb50 {
    padding-bottom: 50px !important;
  }
  .pcpr50 {
    padding-right: 50px !important;
  }
  .pcpl50 {
    padding-left: 50px !important;
  }
  .pcmt55 {
    margin-top: 55px !important;
  }
  .pcmb55 {
    margin-bottom: 55px !important;
  }
  .pcmr55 {
    margin-right: 55px !important;
  }
  .pcml55 {
    margin-left: 55px !important;
  }
  .pcpt55 {
    padding-top: 55px !important;
  }
  .pcpb55 {
    padding-bottom: 55px !important;
  }
  .pcpr55 {
    padding-right: 55px !important;
  }
  .pcpl55 {
    padding-left: 55px !important;
  }
  .pcmt60 {
    margin-top: 60px !important;
  }
  .pcmb60 {
    margin-bottom: 60px !important;
  }
  .pcmr60 {
    margin-right: 60px !important;
  }
  .pcml60 {
    margin-left: 60px !important;
  }
  .pcpt60 {
    padding-top: 60px !important;
  }
  .pcpb60 {
    padding-bottom: 60px !important;
  }
  .pcpr60 {
    padding-right: 60px !important;
  }
  .pcpl60 {
    padding-left: 60px !important;
  }
  .pcmt65 {
    margin-top: 65px !important;
  }
  .pcmb65 {
    margin-bottom: 65px !important;
  }
  .pcmr65 {
    margin-right: 65px !important;
  }
  .pcml65 {
    margin-left: 65px !important;
  }
  .pcpt65 {
    padding-top: 65px !important;
  }
  .pcpb65 {
    padding-bottom: 65px !important;
  }
  .pcpr65 {
    padding-right: 65px !important;
  }
  .pcpl65 {
    padding-left: 65px !important;
  }
  .pcmt70 {
    margin-top: 70px !important;
  }
  .pcmb70 {
    margin-bottom: 70px !important;
  }
  .pcmr70 {
    margin-right: 70px !important;
  }
  .pcml70 {
    margin-left: 70px !important;
  }
  .pcpt70 {
    padding-top: 70px !important;
  }
  .pcpb70 {
    padding-bottom: 70px !important;
  }
  .pcpr70 {
    padding-right: 70px !important;
  }
  .pcpl70 {
    padding-left: 70px !important;
  }
  .pcmt75 {
    margin-top: 75px !important;
  }
  .pcmb75 {
    margin-bottom: 75px !important;
  }
  .pcmr75 {
    margin-right: 75px !important;
  }
  .pcml75 {
    margin-left: 75px !important;
  }
  .pcpt75 {
    padding-top: 75px !important;
  }
  .pcpb75 {
    padding-bottom: 75px !important;
  }
  .pcpr75 {
    padding-right: 75px !important;
  }
  .pcpl75 {
    padding-left: 75px !important;
  }
  .pcmt80 {
    margin-top: 80px !important;
  }
  .pcmb80 {
    margin-bottom: 80px !important;
  }
  .pcmr80 {
    margin-right: 80px !important;
  }
  .pcml80 {
    margin-left: 80px !important;
  }
  .pcpt80 {
    padding-top: 80px !important;
  }
  .pcpb80 {
    padding-bottom: 80px !important;
  }
  .pcpr80 {
    padding-right: 80px !important;
  }
  .pcpl80 {
    padding-left: 80px !important;
  }
  .pcmt85 {
    margin-top: 85px !important;
  }
  .pcmb85 {
    margin-bottom: 85px !important;
  }
  .pcmr85 {
    margin-right: 85px !important;
  }
  .pcml85 {
    margin-left: 85px !important;
  }
  .pcpt85 {
    padding-top: 85px !important;
  }
  .pcpb85 {
    padding-bottom: 85px !important;
  }
  .pcpr85 {
    padding-right: 85px !important;
  }
  .pcpl85 {
    padding-left: 85px !important;
  }
  .pcmt90 {
    margin-top: 90px !important;
  }
  .pcmb90 {
    margin-bottom: 90px !important;
  }
  .pcmr90 {
    margin-right: 90px !important;
  }
  .pcml90 {
    margin-left: 90px !important;
  }
  .pcpt90 {
    padding-top: 90px !important;
  }
  .pcpb90 {
    padding-bottom: 90px !important;
  }
  .pcpr90 {
    padding-right: 90px !important;
  }
  .pcpl90 {
    padding-left: 90px !important;
  }
  .pcmt95 {
    margin-top: 95px !important;
  }
  .pcmb95 {
    margin-bottom: 95px !important;
  }
  .pcmr95 {
    margin-right: 95px !important;
  }
  .pcml95 {
    margin-left: 95px !important;
  }
  .pcpt95 {
    padding-top: 95px !important;
  }
  .pcpb95 {
    padding-bottom: 95px !important;
  }
  .pcpr95 {
    padding-right: 95px !important;
  }
  .pcpl95 {
    padding-left: 95px !important;
  }
  .pcmt100 {
    margin-top: 100px !important;
  }
  .pcmb100 {
    margin-bottom: 100px !important;
  }
  .pcmr100 {
    margin-right: 100px !important;
  }
  .pcml100 {
    margin-left: 100px !important;
  }
  .pcpt100 {
    padding-top: 100px !important;
  }
  .pcpb100 {
    padding-bottom: 100px !important;
  }
  .pcpr100 {
    padding-right: 100px !important;
  }
  .pcpl100 {
    padding-left: 100px !important;
  }
  .pcmt105 {
    margin-top: 105px !important;
  }
  .pcmb105 {
    margin-bottom: 105px !important;
  }
  .pcmr105 {
    margin-right: 105px !important;
  }
  .pcml105 {
    margin-left: 105px !important;
  }
  .pcpt105 {
    padding-top: 105px !important;
  }
  .pcpb105 {
    padding-bottom: 105px !important;
  }
  .pcpr105 {
    padding-right: 105px !important;
  }
  .pcpl105 {
    padding-left: 105px !important;
  }
  .pcmt110 {
    margin-top: 110px !important;
  }
  .pcmb110 {
    margin-bottom: 110px !important;
  }
  .pcmr110 {
    margin-right: 110px !important;
  }
  .pcml110 {
    margin-left: 110px !important;
  }
  .pcpt110 {
    padding-top: 110px !important;
  }
  .pcpb110 {
    padding-bottom: 110px !important;
  }
  .pcpr110 {
    padding-right: 110px !important;
  }
  .pcpl110 {
    padding-left: 110px !important;
  }
  .pcmt115 {
    margin-top: 115px !important;
  }
  .pcmb115 {
    margin-bottom: 115px !important;
  }
  .pcmr115 {
    margin-right: 115px !important;
  }
  .pcml115 {
    margin-left: 115px !important;
  }
  .pcpt115 {
    padding-top: 115px !important;
  }
  .pcpb115 {
    padding-bottom: 115px !important;
  }
  .pcpr115 {
    padding-right: 115px !important;
  }
  .pcpl115 {
    padding-left: 115px !important;
  }
  .pcmt120 {
    margin-top: 120px !important;
  }
  .pcmb120 {
    margin-bottom: 120px !important;
  }
  .pcmr120 {
    margin-right: 120px !important;
  }
  .pcml120 {
    margin-left: 120px !important;
  }
  .pcpt120 {
    padding-top: 120px !important;
  }
  .pcpb120 {
    padding-bottom: 120px !important;
  }
  .pcpr120 {
    padding-right: 120px !important;
  }
  .pcpl120 {
    padding-left: 120px !important;
  }
  .pcmt125 {
    margin-top: 125px !important;
  }
  .pcmb125 {
    margin-bottom: 125px !important;
  }
  .pcmr125 {
    margin-right: 125px !important;
  }
  .pcml125 {
    margin-left: 125px !important;
  }
  .pcpt125 {
    padding-top: 125px !important;
  }
  .pcpb125 {
    padding-bottom: 125px !important;
  }
  .pcpr125 {
    padding-right: 125px !important;
  }
  .pcpl125 {
    padding-left: 125px !important;
  }
  .pcmt130 {
    margin-top: 130px !important;
  }
  .pcmb130 {
    margin-bottom: 130px !important;
  }
  .pcmr130 {
    margin-right: 130px !important;
  }
  .pcml130 {
    margin-left: 130px !important;
  }
  .pcpt130 {
    padding-top: 130px !important;
  }
  .pcpb130 {
    padding-bottom: 130px !important;
  }
  .pcpr130 {
    padding-right: 130px !important;
  }
  .pcpl130 {
    padding-left: 130px !important;
  }
  .pcmt135 {
    margin-top: 135px !important;
  }
  .pcmb135 {
    margin-bottom: 135px !important;
  }
  .pcmr135 {
    margin-right: 135px !important;
  }
  .pcml135 {
    margin-left: 135px !important;
  }
  .pcpt135 {
    padding-top: 135px !important;
  }
  .pcpb135 {
    padding-bottom: 135px !important;
  }
  .pcpr135 {
    padding-right: 135px !important;
  }
  .pcpl135 {
    padding-left: 135px !important;
  }
  .pcmt140 {
    margin-top: 140px !important;
  }
  .pcmb140 {
    margin-bottom: 140px !important;
  }
  .pcmr140 {
    margin-right: 140px !important;
  }
  .pcml140 {
    margin-left: 140px !important;
  }
  .pcpt140 {
    padding-top: 140px !important;
  }
  .pcpb140 {
    padding-bottom: 140px !important;
  }
  .pcpr140 {
    padding-right: 140px !important;
  }
  .pcpl140 {
    padding-left: 140px !important;
  }
  .pcmt145 {
    margin-top: 145px !important;
  }
  .pcmb145 {
    margin-bottom: 145px !important;
  }
  .pcmr145 {
    margin-right: 145px !important;
  }
  .pcml145 {
    margin-left: 145px !important;
  }
  .pcpt145 {
    padding-top: 145px !important;
  }
  .pcpb145 {
    padding-bottom: 145px !important;
  }
  .pcpr145 {
    padding-right: 145px !important;
  }
  .pcpl145 {
    padding-left: 145px !important;
  }
  .pcmt150 {
    margin-top: 150px !important;
  }
  .pcmb150 {
    margin-bottom: 150px !important;
  }
  .pcmr150 {
    margin-right: 150px !important;
  }
  .pcml150 {
    margin-left: 150px !important;
  }
  .pcpt150 {
    padding-top: 150px !important;
  }
  .pcpb150 {
    padding-bottom: 150px !important;
  }
  .pcpr150 {
    padding-right: 150px !important;
  }
  .pcpl150 {
    padding-left: 150px !important;
  }
}
@media screen and (max-width: 856px) {
  .palt-sp {
    font-feature-settings: "palt";
  }
}

.u-bold {
  font-weight: bold !important;
}

.u-text-link {
  color: #004ea2;
  text-decoration: underline;
}
@media screen and (min-width: 857px) {
  .u-text-link:hover {
    opacity: 0.7;
    transition: 0.3s;
  }
}

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

.u-text-align-left {
  text-align: left !important;
}

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

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

.u-no-margin {
  margin: 0 !important;
}

.u-text-color--pink {
  color: #ff4b6d;
}

.u-border-radius-20 {
  border-radius: 20px 0px 20px 0px;
}

@media screen and (min-width: 857px) {
  .tel-link {
    pointer-events: none;
  }
}

@media screen and (min-width: 857px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 856px) {
  .sp {
    display: block !important;
  }
}

@media screen and (min-width: 857px) {
  .pc {
    display: block !important;
  }
}
@media screen and (max-width: 856px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 857px) {
  .tab {
    display: none !important;
  }
}
@media screen and (min-width: 857px) and (max-width: 1240px) {
  .tab {
    display: block !important;
  }
}
@media screen and (max-width: 856px) {
  .tab {
    display: none !important;
  }
}

/* ==========================================================================
   Korean Department Page Styles
   ========================================================================== */
:root {
  --color-purple: #6b4c93;
  --color-lavender: #9b7fb8;
  --color-light-purple: #b8a5d9;
  --color-light-blue: #e8e8f5;
  --color-teal: #4ecdc4;
  --color-white: #ffffff;
  --color-text: #333333;
  --color-text-light: #666666;
  --font-korean: Noto Sans KR, sans-serif;
  --font-japanese: Noto Sans JP, sans-serif;
  --font-gotham: Gotham, Inter, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}
@media screen and (max-width: 856px) {
  html {
    scroll-padding-top: 60px;
  }
}

body {
  background-color: #ffffff;
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}

.inner {
  margin: 0 auto;
  max-width: 1240px;
  padding: 0 20px;
}
@media screen and (max-width: 856px) {
  .inner {
    padding: 0 20px;
  }
}

.header {
  align-items: center;
  background-color: #ffffff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  height: 88px;
  justify-content: center;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1000;
}
@media screen and (max-width: 856px) {
  .header {
    height: 60px;
  }
}

.header__logo {
  align-items: center;
  display: flex;
  justify-content: center;
}
.header__logo img {
  height: auto;
  width: 192px;
}

@media screen and (max-width: 856px) {
  .header__logo img {
    width: 120px;
  }
}
.mv {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.mv__img {
  height: auto;
  margin-top: -4vw;
  width: 100%;
}
@media screen and (max-width: 856px) {
  .mv__img {
    margin-top: -14vw;
  }
}
.mv__img img {
  height: auto;
  width: 100%;
}

.mv__notes {
  align-items: flex-start;
  bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  position: absolute;
  right: 20px;
  z-index: 10;
}
@media screen and (max-width: 856px) {
  .mv__notes {
    align-items: flex-end;
    margin-left: auto;
    margin-top: 10px;
    padding: 0 10px;
    position: static;
    text-align: right;
  }
}

.mv__note {
  color: #000000;
  font-size: 12px;
  line-height: 1.4;
  margin: 0;
  text-shadow: -1px -1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #ffffff, 1px 1px 0 #ffffff;
  white-space: nowrap;
}
@media screen and (max-width: 856px) {
  .mv__note {
    font-size: 10px;
  }
}

.mv__swiper {
  overflow: visible;
  position: relative;
  width: 100%;
}

.mvSwiper {
  height: auto;
  overflow: visible;
  width: 100%;
}
.mvSwiper .swiper-wrapper {
  align-items: center;
  display: flex;
}
.mvSwiper .swiper-slide {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  margin: 0;
  width: 1200px !important;
}
@media screen and (max-width: 856px) {
  .mvSwiper .swiper-slide {
    width: 100% !important;
  }
}
.mvSwiper .swiper-slide picture {
  display: block;
  height: auto;
  width: 100%;
}
.mvSwiper .swiper-slide img {
  display: block;
  height: auto;
  max-width: none;
  object-fit: contain;
  width: 1200px;
}
@media screen and (max-width: 856px) {
  .mvSwiper .swiper-slide img {
    width: 100%;
  }
}
.mvSwiper .swiper-pagination {
  bottom: 20px;
  z-index: 10;
}
.mvSwiper .swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0.5);
  height: 12px;
  opacity: 1;
  width: 12px;
}
.mvSwiper .swiper-pagination-bullet-active {
  background-color: #6b4c93;
}

.section {
  padding: 80px 0;
}
@media screen and (max-width: 856px) {
  .section {
    padding: 40px 0;
  }
}

.section__title {
  color: #6b4c93;
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 856px) {
  .section__title {
    font-size: 28px;
    margin-bottom: 30px;
  }
}

.section--introduction {
  background-image: url("../img/bg-introduction.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 0 0;
  position: relative;
}
@media screen and (max-width: 856px) {
  .section--introduction {
    background-image: url("../img/bg-introduction-sp.png");
    padding: 60px 0 0;
  }
}

.introduction__header {
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 856px) {
  .introduction__header {
    margin-bottom: 30px;
  }
}

.introduction__titleImg {
  height: auto;
  max-width: 100%;
}

.introduction__lead {
  box-sizing: border-box;
  margin: 0 auto 80px;
  max-width: 1240px;
  position: relative;
}
@media screen and (max-width: 856px) {
  .introduction__lead {
    margin: 0 auto 40px;
  }
}

.introduction__leadBg {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.introduction__leadBg img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.introduction__leadText {
  background-color: rgba(255, 255, 255, 0.95);
  border: 4px solid #333333;
  padding: 15px 30px;
  position: relative;
  text-align: center;
  z-index: 1;
}
.introduction__leadText p {
  color: #9353bf;
  font-size: 23px;
  font-weight: bold;
  line-height: 1.8;
  margin: 0;
}
@media screen and (max-width: 856px) {
  .introduction__leadText {
    border: 3px solid #333333;
    padding: 15px;
  }
  .introduction__leadText p {
    font-size: 14px;
    line-height: 1.7;
  }
  .introduction__leadText p br {
    display: none;
  }
}
.introduction__leadText::before {
  background-color: #000;
  bottom: -16px;
  content: "";
  height: 4px;
  left: 10px;
  position: absolute;
  width: calc(100% + 4px);
}
@media screen and (max-width: 856px) {
  .introduction__leadText::before {
    bottom: -10px;
    height: 3px;
    left: 5px;
    width: calc(100% + 4px);
  }
}
.introduction__leadText::after {
  background-color: #000;
  bottom: -16px;
  content: "";
  height: 100%;
  position: absolute;
  right: -16px;
  width: 4px;
}
@media screen and (max-width: 856px) {
  .introduction__leadText::after {
    bottom: -10px;
    right: -10px;
    width: 3px;
  }
}

.introduction__achievement {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1240px;
}
@media screen and (max-width: 856px) {
  .introduction__achievement {
    gap: 8px;
  }
}

.introduction__achievementBgLeft,
.introduction__achievementBgRight {
  flex-shrink: 0;
}
.introduction__achievementBgLeft img,
.introduction__achievementBgRight img {
  height: 66px;
  width: auto;
}
@media screen and (max-width: 856px) {
  .introduction__achievementBgLeft img,
  .introduction__achievementBgRight img {
    height: 46px;
  }
}

.introduction__achievementTitle {
  color: #333333;
  font-size: 40px;
  font-weight: bold;
  margin: 0;
  text-align: center;
  white-space: nowrap;
}
@media screen and (min-width: 857px) and (max-width: 1240px) {
  .introduction__achievementTitle {
    font-size: 3.3333333333vw;
    white-space: nowrap;
  }
}
@media screen and (max-width: 856px) {
  .introduction__achievementTitle {
    font-size: 24px;
    white-space: nowrap;
  }
}

.introduction__timeline {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  gap: 0px;
  justify-content: space-between;
  margin: 0 auto 40px;
  max-width: 1240px;
}
@media screen and (max-width: 856px) {
  .introduction__timeline {
    flex-direction: column;
  }
}

.introduction__timelineItem {
  display: flex;
  flex: 1;
  position: relative;
}
.introduction__timelineItem::before {
  background-image: repeating-linear-gradient(135deg, #fff 0px, #fff 4px, #afa5af 4px, #afa5af 8px);
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(10px, 10px);
  z-index: 0;
}
@media screen and (max-width: 856px) {
  .introduction__timelineItem::before {
    background-image: repeating-linear-gradient(135deg, #fff 0px, #fff 3px, #afa5af 3px, #afa5af 6px);
    transform: translate(8px, 8px);
  }
}
.introduction__timelineItem.introduction__timelineItem02::before {
  background-image: repeating-linear-gradient(135deg, #fff 0px, #fff 4px, #d9add9 4px, #d9add9 8px);
}
@media screen and (max-width: 856px) {
  .introduction__timelineItem.introduction__timelineItem02::before {
    background-image: repeating-linear-gradient(135deg, #fff 0px, #fff 3px, #d9add9 3px, #d9add9 6px);
  }
}
.introduction__timelineItem.introduction__timelineItem03::before {
  background-image: repeating-linear-gradient(135deg, #fff 0px, #fff 4px, #9353bf 4px, #9353bf 8px);
}
@media screen and (max-width: 856px) {
  .introduction__timelineItem.introduction__timelineItem03::before {
    background-image: repeating-linear-gradient(135deg, #fff 0px, #fff 3px, #9353bf 3px, #9353bf 6px);
  }
}
@media screen and (max-width: 856px) {
  .introduction__timelineItem {
    max-width: 100%;
    width: 100%;
  }
}

.introduction__timelineCard {
  background-color: #ffffff;
  border: 4px solid #d7baeb;
  border-radius: 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  padding: 0 10px 0 40px;
  position: relative;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 856px) {
  .introduction__timelineCard {
    border: 4px solid #d7baeb;
    padding: 0 10px 0 20px;
  }
}

.introduction__timelineHeader,
.introduction__timelineContent {
  position: relative;
  z-index: 1;
}

.introduction__timelineHeader {
  background-color: #9353bf;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  left: -4px;
  padding: 10px 20px;
  position: absolute;
  text-align: center;
  top: -12px;
}
@media screen and (max-width: 856px) {
  .introduction__timelineHeader {
    font-size: 20px;
    left: -4px;
    padding: 6px 12px;
    top: -25px;
  }
}

.introduction__timelineContent {
  align-items: flex-start;
  color: #333333;
  display: flex;
  flex-direction: column;
  font-size: 20px;
  font-weight: bold;
  height: 100%;
  justify-content: center;
  line-height: 1.8;
  padding-bottom: 10px;
  padding-top: 50px;
}
@media screen and (max-width: 856px) {
  .introduction__timelineContent {
    align-items: center;
    font-size: 18px;
    line-height: 1.7;
    padding-bottom: 15px;
    padding-top: 28px;
  }
}

.introduction__timelineHighlight {
  background: linear-gradient(transparent 70%, #f7ff38 70%);
  color: #000000;
  font-size: 32px;
  font-weight: bold;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 857px) and (max-width: 1240px) {
  .introduction__timelineHighlight {
    font-size: 2.2916666667vw;
    white-space: nowrap;
  }
}
@media screen and (max-width: 856px) {
  .introduction__timelineHighlight {
    font-size: 24px;
  }
  .introduction__timelineHighlight::after {
    bottom: 4px;
    height: 20px;
  }
}

.introduction__timelineNote {
  color: #666666;
  font-size: 14px;
  margin-bottom: 8px;
}

.introduction__timelineArrow {
  align-items: center;
  align-self: center;
  display: flex;
  flex-shrink: 0;
  height: auto;
  justify-content: center;
  width: 52px;
  z-index: 2;
}
.introduction__timelineArrow img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 856px) {
  .introduction__timelineArrow {
    height: auto;
    transform: rotate(90deg);
    width: 52px;
  }
}

.introduction__summary {
  margin: 0 auto;
  max-width: 1240px;
  text-align: center;
}
@media screen and (max-width: 856px) {
  .introduction__summary {
    text-align: left;
  }
}
.introduction__summary p {
  color: #333333;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.8;
  margin: 0;
}
@media screen and (max-width: 856px) {
  .introduction__summary p {
    font-size: 16px;
    line-height: 1.7;
  }
  .introduction__summary p br {
    display: none;
  }
}

.introduction__professor {
  background-color: rgba(147, 83, 191, 0.17);
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  margin-top: 60px;
  padding: 80px 0;
  position: relative;
  right: 50%;
  width: 100vw;
}
@media screen and (max-width: 856px) {
  .introduction__professor {
    padding: 40px 0;
  }
}

.introduction__professorContainer {
  align-items: flex-start;
  display: flex;
  gap: 0;
  margin: 0 auto;
  max-width: 1240px;
  padding: 0 20px;
}
@media screen and (max-width: 856px) {
  .introduction__professorContainer {
    flex-direction: column;
    gap: 20px;
  }
}

.introduction__professorImage {
  flex-shrink: 0;
  position: relative;
  width: 248px;
}
.introduction__professorImage img {
  display: block;
  height: auto;
  width: 100%;
}
@media screen and (max-width: 856px) {
  .introduction__professorImage {
    margin: 0 auto;
    width: 100%;
  }
}

.introduction__professorName {
  margin-top: -50px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 856px) {
  .introduction__professorName {
    display: none;
  }
}
.introduction__professorName > img {
  display: block;
  height: auto;
  width: 100%;
}
.introduction__professorName > span {
  color: #6b4c93;
  font-size: 18px;
  font-weight: 700;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

.introduction__professorContent {
  flex: 1;
}

.introduction__professorTitle {
  margin-bottom: 30px;
  position: relative;
}
@media screen and (max-width: 856px) {
  .introduction__professorTitle {
    display: none;
  }
}
.introduction__professorTitle > img {
  display: block;
  height: auto;
  width: 100%;
}
.introduction__professorTitle > p {
  box-sizing: border-box;
  color: #9353bf;
  font-size: 28px;
  font-weight: 700;
  left: 50%;
  margin: 0;
  padding: 0 20px;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -80%);
  width: 100%;
}
@media screen and (max-width: 1160px) {
  .introduction__professorTitle > p {
    font-size: 2.1vw;
    white-space: nowrap;
  }
}
@media screen and (max-width: 856px) {
  .introduction__professorTitle > p {
    font-size: 12px;
    line-height: 1.6;
    padding: 0 10px;
  }
  .introduction__professorTitle > p br {
    display: none;
  }
}

.introduction__professorSection {
  margin-bottom: 30px;
  padding-left: 48px;
}
.introduction__professorSection:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 856px) {
  .introduction__professorSection {
    margin-bottom: 20px;
    padding-left: 0;
  }
}

.introduction__professorSectionTitle {
  color: #333333;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 15px;
}
@media screen and (max-width: 856px) {
  .introduction__professorSectionTitle {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 12px;
  }
}

.introduction__professorSectionHighlight {
  background: linear-gradient(transparent 70%, #f7ff38 70%);
  padding: 0 2px;
}

.introduction__professorSectionText {
  color: #333333;
  font-size: 16px;
  line-height: 1.8;
  margin: 0;
}
@media screen and (max-width: 856px) {
  .introduction__professorSectionText {
    font-size: 14px;
    line-height: 1.7;
  }
}

.section--point {
  background-image: url("../img/bg-point-nav.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 100px 0 60px;
  position: relative;
  width: 100vw;
}
@media screen and (max-width: 856px) {
  .section--point {
    background-image: url("../img/bg-point-nav-sp.png");
    padding: 40px 0;
  }
}

.point__inner {
  margin: 0 auto;
  max-width: 1240px;
  padding: 0 20px;
}

.point__header {
  margin-bottom: 40px;
  text-align: center;
}
.point__header img {
  height: auto;
  max-width: 100%;
}

.point__list {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}
@media screen and (min-width: 857px) and (max-width: 1240px) {
  .point__list {
    align-items: center;
    display: grid;
    flex-direction: column;
    gap: 10px;
    grid-template-columns: repeat(4, 1fr);
    margin-right: -10px;
  }
}
@media screen and (max-width: 856px) {
  .point__list {
    align-items: center;
    display: grid;
    flex-direction: column;
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);
    margin-right: -10px;
  }
}

.point__item {
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  width: 272px;
}
@media screen and (min-width: 857px) and (max-width: 1240px) {
  .point__item {
    width: 96%;
  }
}
@media screen and (max-width: 856px) {
  .point__item {
    max-width: 100%;
    width: 100%;
  }
}

.point__nav {
  display: block;
  margin-bottom: 10px;
  text-decoration: none;
  transition: opacity 0.3s;
}
.point__nav:hover {
  opacity: 0.8;
}
.point__nav img {
  display: block;
  height: auto;
  width: 100%;
}

.point__card {
  background-color: #ffffff;
  border: 2px solid #333333;
  box-sizing: border-box;
  padding: 30px 20px;
  position: relative;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 856px) {
  .point__card {
    border: 2px solid #333333;
    padding: 20px 15px;
  }
}

.point__keyword {
  color: #333333;
  font-size: 32px;
  font-weight: 700;
  margin: 0 0 15px 0;
}
@media screen and (max-width: 856px) {
  .point__keyword {
    font-size: 22px;
    margin: 0 0 12px 0;
  }
}

.point__text {
  color: #333333;
  font-size: 16px;
  line-height: 1.6;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 856px) {
  .point__text {
    font-size: 14px;
  }
}

.point__triangle {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 15px solid #ff8c00;
  height: 0;
  margin: 0 auto;
  width: 0;
}

.section--point-detail {
  background-image: url("../img/bg-point01.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: 20px;
  padding: 80px 0 120px;
  position: relative;
  width: 100vw;
}
@media screen and (max-width: 856px) {
  .section--point-detail {
    background-image: url("../img/bg-point01-sp.png");
    overflow: hidden;
    padding: 40px 0 120px;
  }
}
.section--point-detail-02 {
  background-image: url("../img/bg-point02.png");
  padding-top: 100px;
}
@media screen and (max-width: 856px) {
  .section--point-detail-02 {
    background-image: url("../img/bg-point02-sp.png");
    padding-top: 80px;
  }
}
.section--point-detail-03 {
  background-image: url("../img/bg-point03.png");
}
@media screen and (max-width: 856px) {
  .section--point-detail-03 {
    background-image: url("../img/bg-point03-sp.png");
    padding-bottom: 80px;
  }
}
.section--point-detail-04 {
  background-image: url("../img/bg-point04.png");
}
@media screen and (max-width: 856px) {
  .section--point-detail-04 {
    background-image: url("../img/bg-point04-sp.png");
  }
}

.point-detail__inner {
  margin: 0 auto;
  max-width: 1240px;
  padding: 0 20px;
}

.point-detail__header {
  align-items: flex-start;
  display: flex;
  gap: 40px;
  margin-bottom: 32px;
}
@media screen and (max-width: 856px) {
  .point-detail__header {
    gap: 0px;
    margin-bottom: 16px;
  }
}

.point-detail__heading {
  align-items: center;
  display: flex;
  gap: 40px;
  position: relative;
  z-index: 20;
}
.point-detail__heading img {
  display: block;
  flex-shrink: 0;
  height: auto;
  width: 176px;
}
@media screen and (max-width: 856px) {
  .point-detail__heading img {
    height: auto;
    width: 152px;
  }
}
@media screen and (max-width: 856px) {
  .point-detail__heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 15px;
    width: 100%;
  }
}

.point-detail__headerText {
  color: #333333;
  font-size: 48px;
  font-weight: 900;
  line-height: 1.4;
  margin: 0;
}
@media screen and (max-width: 856px) {
  .point-detail__headerText {
    font-size: 31px;
    line-height: 1.5;
    white-space: nowrap;
  }
}

.point-detail__image {
  flex: 1;
  position: relative;
  z-index: 2;
}
.point-detail__image img {
  display: block;
  height: auto;
  height: auto;
  position: absolute;
  right: 0;
  top: -12px;
  width: 100%;
  width: 302px;
  z-index: 10;
}
@media screen and (max-width: 856px) {
  .point-detail__image img {
    height: auto;
    width: 200px;
  }
}

.point-detail__imageText {
  color: #cde8e8;
  font-family: "Gotham", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 180px;
  font-weight: 900;
  line-height: 1;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(0%);
  white-space: nowrap;
  z-index: 4;
}
@media screen and (max-width: 856px) {
  .point-detail__imageText {
    font-size: 100px;
    top: 30px;
    white-space: nowrap;
  }
}
#point-detail-01 .point-detail__imageText {
  bottom: -290px;
  left: 0;
  right: auto;
  top: auto;
}
@media screen and (max-width: 856px) {
  #point-detail-01 .point-detail__imageText {
    bottom: auto;
    left: auto;
    right: 0;
    top: 30px;
  }
}

.point-detail__intro {
  margin-bottom: 60px;
}
@media screen and (max-width: 856px) {
  #point-detail-01 .point-detail__intro {
    display: flex;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 856px) {
  .point-detail__intro img {
    margin-right: -20px;
    width: 200px;
  }
}

.point-detail__title {
  color: #333333;
  font-size: 48px;
  font-weight: 700;
  margin: 0 0 15px 0;
}
@media screen and (max-width: 856px) {
  .point-detail__title {
    font-size: 24px;
    margin: 0 0 12px 0;
  }
}

.point-detail__description {
  color: #333333;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.8;
  margin: 0 0 20px 0;
}
.point-detail__description strong {
  color: #9353bf;
  font-weight: 900;
}
@media screen and (max-width: 856px) {
  .point-detail__description {
    font-size: 16px;
    line-height: 2;
    margin: 0 0 15px 0;
  }
}

.point-detail__highlight {
  color: #9353bf;
  font-weight: 700;
}

.point-detail__introList {
  list-style: none;
  margin: 0;
  padding: 0;
}
.point-detail__introList li {
  color: #333333;
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 4px;
  padding-left: 20px;
  position: relative;
}
@media screen and (max-width: 856px) {
  .point-detail__introList li {
    font-size: 14px;
    line-height: 1.6;
  }
}
.point-detail__introList li::before {
  color: #333333;
  content: "・";
  left: 0;
  position: absolute;
}

.point-detail__cards {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 80px;
}
@media screen and (max-width: 856px) {
  .point-detail__cards {
    gap: 32px;
    grid-template-columns: 1fr;
    margin-bottom: 40px;
  }
}

.point-detail__card {
  background-image: url("../img/point-point01-card-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 8px 8px 0 #F0E2FA;
  display: flex;
  height: 100%;
  padding: 20px;
  position: relative;
}

.point-detail__cardContent {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 20px 20px 30px;
  position: relative;
  width: 100%;
}

.point-detail__cardTitle {
  align-items: center;
  border-bottom: 1px solid #d4bfe3;
  color: #333333;
  display: flex;
  font-feature-settings: "palt";
  font-size: 20px;
  font-weight: 900;
  justify-content: center;
  line-height: 1.6;
  margin: 0 0 15px 0;
  min-height: 5.7em;
  padding-bottom: 16px;
  text-align: center;
}
@media screen and (max-width: 856px) {
  .point-detail__cardTitle {
    font-size: 17px;
    margin: 0 0 12px 0;
    min-height: auto;
    padding-bottom: 12px;
  }
}

.point-detail__cardText {
  color: #333333;
  font-size: 16px;
  line-height: 1.8;
  margin: 0;
}
@media screen and (max-width: 856px) {
  .point-detail__cardText {
    font-size: 14px;
    line-height: 1.7;
  }
}

.skew-heading-wrap, .point-detail__stepsTitleWrap {
  margin: 0 0 40px 0;
  text-align: center;
}

.skew-heading, .point-detail__stepsTitle {
  align-items: center;
  color: #9353bf;
  display: inline-flex;
  font-size: 40px;
  font-weight: 900;
  justify-content: center;
  padding: 6px 30px 10px;
  position: relative;
  text-align: center;
  transform: skew(-10deg);
  z-index: 2;
}
.skew-heading:before, .point-detail__stepsTitle:before {
  background-color: #000;
  border: 4px solid #000;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: -4px;
  transform: skew(30deg);
  width: 100%;
  z-index: -1;
}
.skew-heading:after, .point-detail__stepsTitle:after {
  background-color: #fff;
  border: 4px solid #000;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: -4px;
  transform: skew(-10deg);
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 856px) {
  .skew-heading, .point-detail__stepsTitle {
    font-size: 28px;
    min-width: 80%;
    padding: 12px 20px;
  }
  .skew-heading:before, .point-detail__stepsTitle:before, .skew-heading:after, .point-detail__stepsTitle:after {
    border: 3px solid #000;
    top: -3px;
  }
}

.skew-heading-text, .point-detail__stepsTitleText {
  transform: skew(10deg);
}
.skew-heading-text .skew-heading-text-small, .point-detail__stepsTitleText .skew-heading-text-small {
  font-size: 24px;
}
@media screen and (max-width: 856px) {
  .skew-heading-text, .point-detail__stepsTitleText {
    font-size: 28px;
    line-height: 1.2;
  }
  .skew-heading-text .skew-heading-text-small, .point-detail__stepsTitleText .skew-heading-text-small {
    font-size: 12px;
  }
}

.point-detail__steps {
  margin-top: 60px;
}

.point-detail__stepsList {
  display: grid;
  gap: 48px;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
}
@media screen and (max-width: 856px) {
  .point-detail__stepsList {
    gap: 40px;
    grid-template-columns: 1fr;
  }
}
.point-detail__stepsList:before {
  background-color: #dddede;
  content: "";
  height: 20px;
  left: 0;
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 856px) {
  .point-detail__stepsList:before {
    height: 100%;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 20px;
  }
}

.point-detail__step {
  background-color: #fff;
  display: flex;
  flex-direction: column;
}

.point-detail__stepLabel {
  background-color: #8d87d6;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  padding: 3px 15px;
  text-align: center;
}
@media screen and (max-width: 856px) {
  .point-detail__stepLabel {
    font-size: 20px;
    margin-bottom: 15px;
    padding: 3px 12px;
  }
}
.point-detail__stepLabel em {
  font-size: 32px;
  font-style: normal;
  vertical-align: sub;
}
@media screen and (max-width: 856px) {
  .point-detail__stepLabel em {
    font-size: 32px;
  }
}

.point-detail__stepCategories {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 856px) {
  .point-detail__stepCategories {
    padding: 0 20px;
  }
}

.point-detail__stepCategory {
  background-color: #9353bf;
  color: #ffffff;
  font-size: 18px;
  padding: 6px 16px;
  white-space: nowrap;
}
@media screen and (max-width: 856px) {
  .point-detail__stepCategory {
    font-size: 16px;
    padding: 10px 10px;
    text-align: center;
    width: 47%;
  }
}

.point-detail__stepContent {
  margin-bottom: 15px;
  padding: 0 20px 8px;
  position: relative;
}
@media screen and (max-width: 856px) {
  .point-detail__stepContent {
    padding: 0 20px 8px;
  }
}
.point-detail__stepContent p {
  color: #333333;
  font-size: 16px;
  line-height: 1.6;
  margin-top: 16px;
}
@media screen and (max-width: 856px) {
  .point-detail__stepContent p {
    font-size: 14px;
    line-height: 1.6;
    margin-top: 12px;
  }
}
.point-detail__stepContent p:first-child {
  margin-top: 0;
}

.point-detail__stepGoal {
  margin-top: auto;
}
.point-detail__stepGoal p {
  color: #333333;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.8;
  margin: 0;
}
@media screen and (max-width: 856px) {
  .point-detail__stepGoal p {
    font-size: 14px;
  }
}

.point-detail__stepGoalTitle {
  background-color: #c6ebe4;
  color: #333333;
  font-size: 18px;
  font-weight: bold;
  padding: 20px 0 16px;
  position: relative;
  text-align: center;
}
.point-detail__stepGoalTitle::after {
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-top: 14px solid #fff;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 0;
}
@media screen and (max-width: 856px) {
  .point-detail__stepGoalTitle {
    font-size: 16px;
    padding: 16px 0 10px;
  }
  .point-detail__stepGoalTitle::after {
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 10px solid #fff;
  }
}

.point-detail__stepGoalContent {
  background-color: #a1e2d5;
  min-height: 7.4em;
  padding: 20px;
}
.point-detail__stepGoalContent p {
  color: #333333;
  font-size: 16px;
  letter-spacing: -0.03em;
  line-height: 1.6;
  margin: 0;
}
@media screen and (max-width: 856px) {
  .point-detail__stepGoalContent {
    min-height: auto;
    padding: 15px;
    text-align: center;
  }
  .point-detail__stepGoalContent p {
    font-size: 16px;
    line-height: 1.6;
  }
}

.point-detail__scroll {
  margin: 20px 0 0;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  position: relative;
  width: 100vw;
}

.point-detail__scrollTrack {
  animation: scroll-horizontal 30s linear infinite;
  display: flex;
  gap: 4px;
  width: -webkit-fit-content;
  width: fit-content;
}

.point-detail__scrollItem {
  flex-shrink: 0;
  width: calc(100vw - 2px);
}
@media screen and (max-width: 856px) {
  .point-detail__scrollItem {
    width: calc(200vw - 2px);
  }
}
.point-detail__scrollItem img {
  display: block;
  height: auto;
  width: 100%;
}

.point-detail__content {
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 856px) {
  .point-detail__content {
    gap: 30px;
    grid-template-columns: 1fr;
  }
}

.point-detail__contentHeader {
  align-items: center;
  display: flex;
  margin-bottom: 20px;
  position: relative;
}
.point-detail__contentHeader img {
  display: block;
  height: auto;
  width: 100%;
}
.point-detail__contentHeader span {
  color: #ffffff;
  font-size: 28px;
  font-weight: bold;
  left: 50%;
  padding: 0 20px;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -70%);
  white-space: nowrap;
}
@media screen and (min-width: 857px) and (max-width: 1240px) {
  .point-detail__contentHeader span {
    font-size: 2.3958333333vw;
  }
}
@media screen and (max-width: 856px) {
  .point-detail__contentHeader span {
    font-size: 24px;
    line-height: 1.3;
    transform: translate(-50%, -63%);
    white-space: normal;
    width: 100%;
  }
}

.point-detail__contentImage {
  background-image: url("../img/point-point02-card-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 20px;
  padding: 20px;
  position: relative;
}
.point-detail__contentImage img {
  display: block;
  height: auto;
  width: 100%;
}

.point-detail__contentText {
  background-color: #ffffff;
  border: 4px solid #000;
  margin: -80px auto 0;
  max-width: 456px;
  min-height: 160px;
  padding: 16px 24px;
  position: relative;
  z-index: 2;
}
.point-detail__contentText p {
  color: #333333;
  font-size: 16px;
  line-height: 1.8;
  margin: 0;
}
@media screen and (max-width: 856px) {
  .point-detail__contentText {
    border: 3px solid #000;
    margin: -60px auto 0;
    max-width: calc(100% - 78px);
    min-height: auto;
    padding: 12px 20px;
  }
  .point-detail__contentText p {
    font-size: 14px;
    line-height: 1.7;
  }
}

.point-detail__tutor {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: -70px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 856px) {
  .point-detail__tutor {
    margin-top: 80px;
  }
}

.point-detail__tutorImage {
  flex-shrink: 0;
  width: 256px;
}
@media screen and (min-width: 857px) and (max-width: 1240px) {
  .point-detail__tutorImage {
    width: 19.375vw;
  }
}
.point-detail__tutorImage img {
  display: block;
  height: auto;
  width: 100%;
}
@media screen and (max-width: 856px) {
  .point-detail__tutorImage {
    max-width: 143px;
    position: absolute;
    right: 8px;
    top: 50px;
    z-index: 2;
  }
}

.point-detail__tutorText {
  background-color: #ffffff;
  margin-top: -40px;
  padding: 16px 40px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 856px) {
  .point-detail__tutorText {
    padding: 12px 20px;
  }
}
.point-detail__tutorText::after {
  background-color: #cde1e8;
  bottom: -4px;
  content: "";
  left: 4px;
  position: absolute;
  right: -4px;
  top: 4px;
  z-index: -1;
}
.point-detail__tutorText p {
  color: #333333;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.8;
  margin: 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 856px) {
  .point-detail__tutorText p {
    font-size: 20px;
    line-height: 1.8;
    text-align: left;
  }
}

.point-detail__comparison {
  margin-bottom: 40px;
}

.point-detail__comparisonTitle {
  font-size: 28px;
  font-weight: 900;
  margin: 0 0 40px 0;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 856px) {
  .point-detail__comparisonTitle {
    font-size: 20px;
  }
}

.point-detail__comparisonContent {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 856px) {
  .point-detail__comparisonContent {
    grid-template-columns: 1fr;
  }
}

.point-detail__comparisonLeft,
.point-detail__comparisonRight {
  background-color: #ffffff;
  border: 4px solid #000;
  box-shadow: 8px 8px 0 #f0e2fa;
  padding: 20px 40px 40px;
  position: relative;
}
@media screen and (max-width: 856px) {
  .point-detail__comparisonLeft,
  .point-detail__comparisonRight {
    border: 3px solid #000;
    box-shadow: 6px 6px 0 #f0e2fa;
    padding: 20px 20px 25px;
    width: 100%;
  }
}

.point-detail__comparisonTitle {
  margin-bottom: 20px;
  position: relative;
  text-align: center;
}
.point-detail__comparisonTitle .point-detail__comparisonTitleBg {
  display: block;
  height: auto;
  width: 100%;
}
.point-detail__comparisonTitle .point-detail__comparisonTitleText {
  font-size: 28px;
  font-weight: 900;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 856px) {
  .point-detail__comparisonTitle .point-detail__comparisonTitleText {
    font-size: 24px;
    line-height: 1.2;
    white-space: normal;
  }
}

.point-detail__comparisonIllustration {
  margin-bottom: 20px;
  position: relative;
  text-align: center;
}
.point-detail__comparisonIllustration .point-detail__comparisonIllustrationImg {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.point-detail__comparisonIllustration .point-detail__comparisonIllustrationText {
  color: #333333;
  font-size: 14px;
  font-weight: 600;
  position: absolute;
  white-space: nowrap;
}
@media screen and (max-width: 856px) {
  .point-detail__comparisonIllustration .point-detail__comparisonIllustrationText {
    font-size: 12px;
  }
}
.point-detail__comparisonIllustration .point-detail__comparisonIllustrationText--left {
  left: 10%;
  top: 20%;
  transform: rotate(-15deg);
}
.point-detail__comparisonIllustration .point-detail__comparisonIllustrationText--right {
  right: 10%;
  top: 20%;
  transform: rotate(15deg);
}

.point-detail__comparisonText {
  margin-bottom: 20px;
  min-height: 7.2em;
}
@media screen and (max-width: 856px) {
  .point-detail__comparisonText {
    min-height: auto;
  }
}
.point-detail__comparisonText p {
  color: #333333;
  font-size: 16px;
  line-height: 1.8;
  margin: 0;
}
@media screen and (max-width: 856px) {
  .point-detail__comparisonText p {
    font-size: 14px;
  }
}

.point-detail__comparisonTable {
  background-color: transparent;
  padding: 0;
}
.point-detail__comparisonTable table {
  border-collapse: collapse;
  width: 100%;
}
.point-detail__comparisonTable td {
  border-bottom: 2px solid rgba(255, 255, 255, 0.8);
  color: #333333;
  font-size: 14px;
  line-height: 1.6;
  padding: 12px 15px;
  vertical-align: top;
}
@media screen and (max-width: 856px) {
  .point-detail__comparisonTable td {
    font-size: 14px;
    padding: 10px 12px;
  }
}
.point-detail__comparisonTable td:first-child {
  background-color: #cde8e8;
  border-right: 2px solid rgba(255, 255, 255, 0.8);
  font-weight: bold;
  width: 80px;
}
@media screen and (max-width: 856px) {
  .point-detail__comparisonTable td:first-child {
    text-align: center;
    vertical-align: middle;
    width: 64px;
  }
}
.point-detail__comparisonTable td:last-child {
  background-color: #e9f4f4;
}
.point-detail__comparisonTable tr:last-child td {
  border-bottom: none;
}

.point-detail__buttons {
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 856px) {
  .point-detail__buttons {
    gap: 12px;
  }
}

.point-detail__button {
  align-items: center;
  border: 4px solid #000;
  box-shadow: 8px 8px 0 #c2dddd;
  display: inline-flex;
  font-size: 32px;
  font-weight: 900;
  gap: 10px;
  justify-content: center;
  padding: 15px 70px;
  text-decoration: none;
  transition: opacity 0.3s;
}
.point-detail__button--purple {
  background-color: #9353bf;
  color: #ffffff;
}
.point-detail__button--black {
  background-color: #333333;
  color: #ffffff;
}
.point-detail__button:hover {
  opacity: 0.8;
}
@media screen and (max-width: 856px) {
  .point-detail__button {
    border: 3px solid #000;
    box-shadow: 5px 5px 0 #c2dddd;
    font-size: 24px;
    gap: 8px;
    padding: 10px 20px;
    width: 100%;
  }
}

.point-detail__buttonIcon {
  flex-shrink: 0;
  height: 20px;
  width: 20px;
}

.point-detail__messages {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 60px;
}
@media screen and (max-width: 856px) {
  .point-detail__messages {
    gap: 20px;
    grid-template-columns: 1fr;
  }
}

.point-detail__message {
  display: flex;
  flex-direction: column;
}

.point-detail__messageImage {
  background-image: url("../img/point-point03-card-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 8px 8px 0 #E2EEF2;
  margin-bottom: 20px;
  padding: 20px;
  position: relative;
}
.point-detail__messageImage img {
  display: block;
  height: auto;
  width: 100%;
}

.point-detail__messageText {
  margin: -120px auto 0;
  padding: 62px 40px 30px;
  position: relative;
  width: 468px;
}
.point-detail__messageText p {
  color: #333333;
  font-size: 16px;
  line-height: 1.8;
  margin: 0;
}
.point-detail__messageText p.point-detail__messageTextIndent {
  padding-left: 3.4em;
}
.point-detail__messageText strong.point-detail__messageTextTitle {
  color: #9353bf;
  font-size: 16px;
}
@media screen and (max-width: 856px) {
  .point-detail__messageText {
    margin: -80px auto 0;
    padding: 48px 30px 20px;
    width: 96%;
  }
  .point-detail__messageText p {
    font-size: 14px;
    line-height: 1.6;
  }
}
.point-detail__messageText--left {
  background-image: url("../img/point-point04-text-bg01.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.point-detail__messageText--right {
  background-image: url("../img/point-point04-text-bg02.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.point-detail__vlog {
  margin-bottom: 60px;
}
@media screen and (max-width: 856px) {
  .point-detail__vlog {
    margin-bottom: 40px;
  }
}

.point-detail__vlogTitle {
  margin: 0 0 40px 0;
  text-align: center;
}
@media screen and (max-width: 856px) {
  .point-detail__vlogTitle {
    margin-bottom: 20px;
  }
}
.point-detail__vlogTitle img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}

.point-detail__vlogSwiper {
  background-color: rgba(147, 83, 191, 0.1);
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  padding-bottom: 90px;
  padding-top: 70px;
  position: relative;
  width: 100vw;
}
@media screen and (max-width: 856px) {
  .point-detail__vlogSwiper {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}

.point-detail__vlogItem {
  padding-bottom: 8px;
  position: relative;
  transition: transform 0.3s;
}
.point-detail__vlogItem:hover {
  transform: scale(1.05);
}
.point-detail__vlogItem::after {
  background-image: repeating-linear-gradient(135deg, #fff 0px, #fff 2px, #9353bf 4px, #9353bf 6px);
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(10px, 10px);
  z-index: 0;
}
@media screen and (max-width: 856px) {
  .point-detail__vlogItem::after {
    background-image: repeating-linear-gradient(135deg, #fff 0px, #fff 3px, #9353bf 3px, #9353bf 6px);
    transform: translate(8px, 8px);
  }
}
.point-detail__vlogItem img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: relative;
  width: 100%;
  z-index: 2;
}

.point-detail__vlogThumb {
  display: block;
  object-fit: cover;
  object-position: center;
}

.point-detail__photogallery {
  margin-top: 84px;
}
@media screen and (max-width: 856px) {
  .point-detail__photogallery {
    margin-top: 60px;
  }
}

.point-detail__photogalleryTitle {
  margin: 0 0 40px 0;
  text-align: center;
}
@media screen and (max-width: 856px) {
  .point-detail__photogalleryTitle {
    margin: 0 auto;
    width: 254px;
  }
}
.point-detail__photogalleryTitle img {
  display: block;
  height: auto;
  margin: 0 auto 36px;
  max-width: 100%;
}

.point-detail__photogalleryScroll {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  position: relative;
  width: 100vw;
}

.point-detail__photogalleryTrack {
  animation: scroll-photogallery 30s linear infinite;
  display: flex;
  gap: 20px;
  width: -webkit-fit-content;
  width: fit-content;
}

.point-detail__photogalleryItem {
  flex-shrink: 0;
  width: 100vw;
}
@media screen and (max-width: 856px) {
  .point-detail__photogalleryItem {
    width: 400vw;
  }
}
.point-detail__photogalleryItem img {
  display: block;
  height: auto;
  width: 100vw;
}
@media screen and (max-width: 856px) {
  .point-detail__photogalleryItem img {
    width: 100%;
  }
}

.point-detail__sectionTitle {
  background-color: #000;
  margin-bottom: 40px;
  padding: 12px 20px;
  position: relative;
}
@media screen and (max-width: 856px) {
  .point-detail__sectionTitle {
    margin-bottom: 30px;
    padding: 10px 15px;
  }
}

.point-detail__sectionTitleText {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  text-align: left;
}
@media screen and (max-width: 856px) {
  .point-detail__sectionTitleText {
    font-size: 16px;
  }
}

.point-detail__careerPathsList {
  display: grid;
  gap: 0 32px;
  grid-template-columns: repeat(8, 1fr);
  margin-bottom: 64px;
  padding-top: 12px;
}
@media (max-width: 1024px) {
  .point-detail__careerPathsList {
    gap: 20px;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 856px) {
  .point-detail__careerPathsList {
    gap: 15px;
    grid-template-columns: repeat(4, 1fr);
    padding-top: 0;
  }
}

.point-detail__careerPathItem {
  text-align: center;
}
.point-detail__careerPathItem img {
  display: block;
  height: auto;
  margin: 0 auto 10px;
  max-width: 120px;
  width: 100%;
}
@media screen and (max-width: 856px) {
  .point-detail__careerPathItem img {
    max-width: 80px;
  }
}
.point-detail__careerPathItem p {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}
@media screen and (max-width: 856px) {
  .point-detail__careerPathItem p {
    font-size: 14px;
  }
}

.point-detail__alumniSwiper {
  margin-bottom: 60px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  position: relative;
  width: 100vw;
}
@media screen and (max-width: 856px) {
  .point-detail__alumniSwiper {
    padding: 0;
  }
}

.point-detail__alumniCard {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 8px 8px 0 #e0ead2;
  padding: 20px 20px 20px 20px;
  position: relative;
}
@media screen and (max-width: 856px) {
  .point-detail__alumniCard {
    padding: 15px;
  }
}

.point-detail__alumniCardBg {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.point-detail__alumniCardBg img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.point-detail__alumniCardContent {
  position: relative;
  z-index: 2;
}

.point-detail__alumniCardImage {
  overflow: hidden;
}
.point-detail__alumniCardImage img {
  display: block;
  height: auto;
  transition: transform 0.3s ease;
  width: 100%;
}

.point-detail__alumniCard:hover .point-detail__alumniCardImage img {
  transform: scale(1.1);
}

.point-detail__alumniCardText {
  background-color: #fff;
  padding: 15px;
  padding-right: 40px;
  position: relative;
}
@media screen and (max-width: 856px) {
  .point-detail__alumniCardText {
    padding: 12px;
    padding-right: 35px;
  }
}
.point-detail__alumniCardText::after {
  background-image: url("../img/card-right-arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 15px;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
}
@media screen and (max-width: 856px) {
  .point-detail__alumniCardText::after {
    height: 12px;
    right: 12px;
    width: 10px;
  }
}

.point-detail__alumniCompany {
  color: #9353bf;
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 8px 0;
}
@media screen and (max-width: 856px) {
  .point-detail__alumniCompany {
    font-size: 14px;
  }
}

.point-detail__alumniPosition {
  color: #000;
  font-size: 14px;
  line-height: 1.5;
  margin: 0 0 8px 0;
}
@media screen and (max-width: 856px) {
  .point-detail__alumniPosition {
    font-size: 14px;
  }
}

.point-detail__alumniGraduation {
  color: #666;
  font-size: 14px;
  margin: 0;
}
@media screen and (max-width: 856px) {
  .point-detail__alumniGraduation {
    font-size: 12px;
  }
}

.point-detail__alumniSlide--clickable {
  cursor: pointer;
  transition: opacity 0.3s;
}
.point-detail__alumniSlide--clickable:hover {
  opacity: 0.9;
}

.point-detail__employmentList {
  background-color: #fff;
  border: 4px solid #000;
  box-shadow: 8px 8px 0 #f0e2fa;
  margin-bottom: 15px;
  padding: 40px;
  text-align: center;
}
@media screen and (max-width: 856px) {
  .point-detail__employmentList {
    padding: 20px;
    text-align: left;
  }
}
.point-detail__employmentList p {
  color: #000;
  font-size: 22px;
  font-weight: bold;
  line-height: 2;
  margin: 0;
}
@media screen and (max-width: 856px) {
  .point-detail__employmentList p {
    font-size: 16px;
  }
}

.point-detail__employmentNote {
  color: #666;
  font-size: 14px;
  margin: 0;
  text-align: right;
}

.point-detail__shortMovie {
  margin-top: 40px;
}
@media screen and (max-width: 856px) {
  .point-detail__shortMovie {
    margin-top: 60px;
  }
}

.point-detail__shortMovieTitle {
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 856px) {
  .point-detail__shortMovieTitle {
    margin-left: auto;
    margin-right: auto;
    width: 224px;
  }
}
.point-detail__shortMovieTitle img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}

.point-detail__shortMovieScroll {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  position: relative;
  width: 100vw;
}

.point-detail__shortMovieTrack {
  animation: scroll-shortmovie 80s linear infinite;
  display: flex;
  gap: 20px;
  width: -webkit-fit-content;
  width: fit-content;
}

.point-detail__shortMovieItem {
  border-radius: 20px;
  cursor: pointer;
  flex-shrink: 0;
  overflow: hidden;
  text-align: center;
}
.point-detail__shortMovieItem img {
  aspect-ratio: 9/16;
  display: block;
  height: auto;
  object-fit: cover;
  transition: transform 0.3s ease;
  width: 404px;
}
@media (max-width: 1024px) {
  .point-detail__shortMovieItem img {
    width: 150px;
  }
}
@media screen and (max-width: 856px) {
  .point-detail__shortMovieItem img {
    width: 258px;
  }
}
.point-detail__shortMovieItem:hover img {
  transform: scale(1.1);
}

.vlogSwiper {
  padding: 0 48px;
  width: 100%;
}
.vlogSwiper .swiper-slide {
  cursor: pointer;
}
@media screen and (max-width: 856px) {
  .vlogSwiper {
    padding: 0 48px;
  }
}

.vlogSwiper-button-prev,
.vlogSwiper-button-next {
  height: 80px !important;
  margin-top: -40px !important;
  width: 80px !important;
  z-index: 10;
}
.vlogSwiper-button-prev::after,
.vlogSwiper-button-next::after {
  display: none;
}
.vlogSwiper-button-prev img,
.vlogSwiper-button-next img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}
@media screen and (max-width: 856px) {
  .vlogSwiper-button-prev,
  .vlogSwiper-button-next {
    height: 48px !important;
    margin-top: -24px !important;
    width: 48px !important;
  }
}

.vlogSwiper-button-prev {
  left: 25px !important;
}

.vlogSwiper-button-next {
  right: 20px !important;
}

@media (max-width: 1024px) {
  .point-detail__vlogThumb {
    height: calc((100vw - 96px) / 3 * 9 / 16);
    width: 100%;
  }
}

.alumniSwiper {
  padding: 0 48px !important;
  position: relative;
  width: 100%;
}
.alumniSwiper .swiper-slide {
  cursor: pointer;
  padding-bottom: 8px;
}
@media screen and (max-width: 856px) {
  .alumniSwiper {
    padding: 0 20px !important;
  }
}

.alumniSwiper-button-prev,
.alumniSwiper-button-next {
  height: 80px !important;
  margin-top: -40px !important;
  position: absolute;
  width: 80px !important;
  z-index: 10;
}
.alumniSwiper-button-prev::after,
.alumniSwiper-button-next::after {
  display: none;
}
.alumniSwiper-button-prev img,
.alumniSwiper-button-next img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}
@media screen and (max-width: 856px) {
  .alumniSwiper-button-prev,
  .alumniSwiper-button-next {
    height: 48px !important;
    margin-top: -24px !important;
    width: 48px !important;
  }
}

.alumniSwiper-button-prev {
  left: 20px !important;
}
@media screen and (max-width: 856px) {
  .alumniSwiper-button-prev {
    left: 2px !important;
  }
}

.alumniSwiper-button-next {
  right: 20px !important;
}
@media screen and (max-width: 856px) {
  .alumniSwiper-button-next {
    right: 2px !important;
  }
}

.alumniSwiper-pagination {
  bottom: -40px !important;
}
.alumniSwiper-pagination .swiper-pagination-bullet {
  background-color: #cdb8db;
  border-radius: 0;
  height: 12px;
  margin: 0 6px !important;
  opacity: 1;
  transform: rotate(45deg);
  transition: background-color 0.3s;
  width: 12px;
}
@media screen and (max-width: 856px) {
  .alumniSwiper-pagination .swiper-pagination-bullet {
    height: 10px !important;
    margin: 0 8px !important;
    width: 10px !important;
  }
}
.alumniSwiper-pagination .swiper-pagination-bullet-active {
  background-color: #9353bf;
}

.youtube-modal {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
  height: 100%;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}
.youtube-modal .youtube-modal__content {
  aspect-ratio: 16/9;
  max-width: 1240px;
  position: relative;
  width: 90%;
}
.youtube-modal .youtube-modal__content--short {
  aspect-ratio: 9/16;
  max-width: 400px;
}
@media screen and (max-width: 856px) {
  .youtube-modal .youtube-modal__content--short {
    max-width: 90%;
    width: 90%;
  }
}
@media screen and (max-width: 856px) {
  .youtube-modal .youtube-modal__content {
    width: 95%;
  }
}
.youtube-modal .youtube-modal__close {
  align-items: center;
  background: none;
  border: none;
  color: #ffffff;
  cursor: pointer;
  display: flex;
  font-size: 40px;
  height: 40px;
  justify-content: center;
  line-height: 1;
  position: absolute;
  right: 0;
  top: -40px;
  width: 40px;
  z-index: 10001;
}
.youtube-modal .youtube-modal__close:hover {
  opacity: 0.7;
}
@media screen and (max-width: 856px) {
  .youtube-modal .youtube-modal__close {
    font-size: 30px;
    top: -40px;
  }
}
.youtube-modal .youtube-modal__nav {
  align-items: center;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 80px;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.3s;
  width: 80px;
  z-index: 10001;
}
.youtube-modal .youtube-modal__nav:hover {
  opacity: 0.8;
}
.youtube-modal .youtube-modal__nav img {
  height: 100%;
  width: 100%;
}
@media (max-width: 1024px) {
  .youtube-modal .youtube-modal__nav {
    height: 40px;
    width: 40px;
  }
}
@media screen and (max-width: 856px) {
  .youtube-modal .youtube-modal__nav {
    height: 35px;
    width: 35px;
  }
}
.youtube-modal .youtube-modal__prev {
  left: -120px;
}
@media (max-width: 1024px) {
  .youtube-modal .youtube-modal__prev {
    left: -50px;
  }
}
@media screen and (max-width: 856px) {
  .youtube-modal .youtube-modal__prev {
    left: 10px;
  }
}
.youtube-modal .youtube-modal__next {
  right: -120px;
}
@media (max-width: 1024px) {
  .youtube-modal .youtube-modal__next {
    right: -50px;
  }
}
@media screen and (max-width: 856px) {
  .youtube-modal .youtube-modal__next {
    right: 10px;
  }
}
.youtube-modal .youtube-modal__iframe {
  border: none;
  height: 100%;
  width: 100%;
}

.student-message-modal {
  align-items: flex-start;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
  height: 100%;
  justify-content: center;
  left: 0;
  overflow-y: auto;
  padding: 80px 0 40px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}
.student-message-modal .student-message-modal__content {
  background-color: #ffffff;
  border-radius: 8px;
  margin: 0 auto;
  max-width: 900px;
  padding: 40px 40px 80px;
  position: relative;
  width: 90%;
}
@media screen and (max-width: 856px) {
  .student-message-modal .student-message-modal__content {
    margin: 0 auto;
    padding: 40px 20px 20px;
    width: 95%;
  }
}
.student-message-modal .student-message-modal__close {
  align-items: center;
  background: none;
  border: none;
  color: #ffffff;
  cursor: pointer;
  display: flex;
  font-size: 40px;
  height: 40px;
  justify-content: center;
  line-height: 1;
  position: absolute;
  right: 0;
  top: -40px;
  width: 40px;
  z-index: 10001;
}
.student-message-modal .student-message-modal__close:hover {
  opacity: 0.7;
}
@media screen and (max-width: 856px) {
  .student-message-modal .student-message-modal__close {
    font-size: 30px;
    top: -40px;
  }
}
.student-message-modal .student-message-modal__inner {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 856px) {
  .student-message-modal .student-message-modal__inner {
    gap: 20px;
  }
}
.student-message-modal .student-message-modal__image {
  background-image: url("../img/point-point03-card-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 8px 8px 0 #E2EEF2;
  margin-bottom: 20px;
  padding: 20px;
  position: relative;
  width: 100%;
}
.student-message-modal .student-message-modal__image img {
  display: block;
  height: auto;
  width: 100%;
}
.student-message-modal .student-message-modal__alumniCard {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 8px 8px 0 #e0ead2;
  margin-bottom: 20px;
  padding: 20px;
  position: relative;
}
@media screen and (max-width: 856px) {
  .student-message-modal .student-message-modal__alumniCard {
    padding: 15px;
  }
}
.student-message-modal .student-message-modal__alumniCardBg {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.student-message-modal .student-message-modal__alumniCardBg img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.student-message-modal .student-message-modal__alumniCardContent {
  position: relative;
  z-index: 2;
}
.student-message-modal .student-message-modal__alumniCardImage {
  overflow: hidden;
}
.student-message-modal .student-message-modal__alumniCardImage img {
  display: block;
  height: auto;
  width: 100%;
}
.student-message-modal .student-message-modal__alumniCardText {
  background-color: #fff;
  padding: 20px 32px;
  padding-right: 40px;
  position: relative;
}
@media screen and (max-width: 856px) {
  .student-message-modal .student-message-modal__alumniCardText {
    padding: 12px;
    padding-right: 35px;
  }
}
.student-message-modal .student-message-modal__text {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: -150px auto 0;
  padding: 55px 40px 30px;
  position: relative;
  width: 660px;
}
@media screen and (max-width: 856px) {
  .student-message-modal .student-message-modal__text {
    margin: 0 auto;
    margin-top: -120px;
    padding: 50px 24px 24px;
    width: 96%;
  }
}
.student-message-modal .student-message-modal__text--left {
  background-image: url("../img/point-point04-text-modal-bg01.svg");
}
@media screen and (max-width: 856px) {
  .student-message-modal .student-message-modal__text--left {
    background-image: url("../img/point-point04-text-bg01.svg");
  }
}
.student-message-modal .student-message-modal__text--right {
  background-image: url("../img/point-point04-text-modal-bg02.svg");
}
@media screen and (max-width: 856px) {
  .student-message-modal .student-message-modal__text--right {
    background-image: url("../img/point-point04-text-bg02.svg");
  }
}
.student-message-modal .student-message-modal__alumniInfo {
  background-color: #fff;
  margin-bottom: 20px;
  padding: 15px;
}
@media screen and (max-width: 856px) {
  .student-message-modal .student-message-modal__alumniInfo {
    margin-bottom: 15px;
    padding: 12px;
  }
}
.student-message-modal .student-message-modal__alumniCompany {
  color: #9353bf;
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 8px 0;
}
@media screen and (max-width: 856px) {
  .student-message-modal .student-message-modal__alumniCompany {
    font-size: 18px;
  }
}
.student-message-modal .student-message-modal__alumniPosition {
  color: #000;
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 8px 0;
}
@media screen and (max-width: 856px) {
  .student-message-modal .student-message-modal__alumniPosition {
    font-size: 14px;
  }
}
.student-message-modal .student-message-modal__alumniGraduation {
  color: #666;
  font-size: 14px;
  margin: 0;
}
@media screen and (max-width: 856px) {
  .student-message-modal .student-message-modal__alumniGraduation {
    font-size: 12px;
  }
}
.student-message-modal .student-message-modal__qa {
  margin-top: 20px;
}
.student-message-modal .student-message-modal__qaItem {
  margin-bottom: 40px;
}
.student-message-modal .student-message-modal__qaItem:last-child {
  margin-bottom: 0;
}
.student-message-modal .student-message-modal__question {
  background-image: url("../img/point-point04-modal-line.svg");
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: 100% auto;
  color: #9353bf;
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 15px 0;
  padding-bottom: 24px;
}
@media screen and (max-width: 856px) {
  .student-message-modal .student-message-modal__question {
    background-image: url("../img/point-point04-modal-line-sp.svg");
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 100% auto;
    font-size: 18px;
    margin-bottom: 12px;
    padding-bottom: 24px;
  }
}
.student-message-modal .student-message-modal__answer {
  color: #333333;
  font-size: 16px;
  line-height: 1.8;
  margin: 0;
}
@media screen and (max-width: 856px) {
  .student-message-modal .student-message-modal__answer {
    font-size: 14px;
    line-height: 1.7;
  }
}

.point-detail__message--clickable {
  cursor: pointer;
  transition: opacity 0.3s;
}
.point-detail__message--clickable:hover {
  opacity: 0.8;
}

@keyframes scroll-horizontal {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100vw);
  }
}
@keyframes scroll-photogallery {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100vw);
  }
}
@keyframes scroll-shortmovie {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-50% - 10px));
  }
}
.section--policy {
  background-image: url("../img/bg-policy.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: 20px;
  padding: 110px 0 120px;
  position: relative;
  width: 100vw;
}
@media screen and (max-width: 856px) {
  .section--policy {
    background-image: url("../img/bg-policy-sp.png");
    padding: 40px 0 80px;
  }
}

.policy__inner {
  margin: 0 auto;
  max-width: 1240px;
  padding: 0 20px;
}

.policy__header {
  margin-bottom: 64px;
  text-align: center;
}
@media screen and (max-width: 856px) {
  .policy__header {
    margin-bottom: 32px;
  }
}
.policy__header img {
  height: auto;
  max-width: 100%;
}

.policy__heading {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}

.policy__intro {
  margin-bottom: 40px;
  text-align: left;
}
.policy__intro p {
  color: #000;
  font-size: 24px;
  line-height: 1.8;
  margin: 0;
}
@media screen and (max-width: 856px) {
  .policy__intro p {
    font-size: 20px;
    line-height: 1.7;
  }
}

.policy__list {
  background-color: #fff;
  border: 4px solid #000;
  margin: 0 auto;
  padding: 30px;
  position: relative;
}
@media screen and (max-width: 856px) {
  .policy__list {
    border: 3px solid #000;
    padding: 15px;
  }
}
.policy__list::before {
  background-color: #000;
  bottom: -16px;
  content: "";
  height: 4px;
  left: 10px;
  position: absolute;
  width: calc(100% + 4px);
}
@media screen and (max-width: 856px) {
  .policy__list::before {
    bottom: -10px;
    height: 3px;
    left: 5px;
    width: calc(100% + 4px);
  }
}
.policy__list::after {
  background-color: #000;
  bottom: -16px;
  content: "";
  height: 100%;
  position: absolute;
  right: -16px;
  width: 4px;
}
@media screen and (max-width: 856px) {
  .policy__list::after {
    bottom: -10px;
    right: -10px;
    width: 3px;
  }
}

.policy__item {
  align-items: center;
  display: flex;
  gap: 24px;
  margin-bottom: 24px;
}
.policy__item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 856px) {
  .policy__item {
    align-items: flex-start;
    gap: 10px;
  }
}

.policy__itemNumber {
  align-items: center;
  background-color: #f8dff8;
  color: #000;
  display: flex;
  flex-shrink: 0;
  font-family: "Gotham", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 40px;
  font-weight: bold;
  height: 64px;
  justify-content: center;
  line-height: 1;
  width: 64px;
}
@media screen and (max-width: 856px) {
  .policy__itemNumber {
    font-size: 24px;
    height: 40px;
    min-width: auto;
    width: 40px;
  }
}

.policy__itemText {
  color: #000;
  flex: 1;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.8;
}
@media screen and (max-width: 856px) {
  .policy__itemText {
    font-size: 20px;
    line-height: 1.7;
  }
}

.section--topics {
  background-image: url("../img/bg-topics.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: 20px;
  padding: 120px 0;
  position: relative;
  width: 100vw;
}
@media screen and (max-width: 856px) {
  .section--topics {
    background-image: url("../img/bg-topics-sp.png");
    padding: 40px 0;
  }
}
.section--topics:before {
  border: 8px solid #d5f0f0;
  content: "";
  height: calc(100% - 90px);
  left: 40px;
  position: absolute;
  top: 40px;
  width: calc(100% - 90px);
  z-index: -1;
}
@media screen and (max-width: 856px) {
  .section--topics:before {
    border: 4px solid #d5f0f0;
    height: calc(100% - 40px);
    left: 20px;
    top: 20px;
    width: calc(100% - 40px);
  }
}

.topics__inner {
  margin: 0 auto;
  max-width: 1360px;
  padding: 0 80px;
}
@media screen and (max-width: 856px) {
  .topics__inner {
    padding: 0 40px;
  }
}

.topics__header {
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 856px) {
  .topics__header {
    margin-bottom: 10px;
  }
}

.topics__heading {
  color: #000;
  font-family: "Gotham", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 60px;
  font-weight: 900;
  height: 68px;
  margin: 0;
  text-transform: uppercase;
  width: auto;
}
@media screen and (max-width: 856px) {
  .topics__heading {
    height: 58px;
  }
}
.topics__heading img {
  height: 100%;
  width: auto;
}
@media screen and (max-width: 856px) {
  .topics__heading {
    font-size: 48px;
  }
}

.topics__title {
  margin-bottom: 30px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 856px) {
  .topics__title {
    margin-bottom: 10px;
  }
}

.topics__titleText {
  background-image: url("../img/topics-heading-bg.svg");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% 50px;
  color: #000;
  display: inline-flex;
  font-size: 40px;
  font-weight: 900;
  margin: 0;
  padding: 10px 20px 40px;
  padding-bottom: 60px;
  position: relative;
}
@media screen and (max-width: 856px) {
  .topics__titleText {
    background-image: url("../img/topics-heading-bg-sp.svg");
    background-size: 100% 35px;
    font-size: 28px;
    line-height: 1.5;
    padding: 6px 12px 30px;
    padding-bottom: 50px;
  }
}

.topics__highlight {
  margin: 0 auto;
  margin-bottom: 10px;
  text-align: center;
  width: 621px;
}
@media screen and (max-width: 856px) {
  .topics__highlight {
    width: 100%;
  }
}
.topics__highlight img {
  height: auto;
  width: 100%;
}

.topics__highlightText {
  align-items: center;
  color: #000;
  display: inline-flex;
  font-size: 32px;
  font-weight: 700;
  margin: 0;
  position: relative;
}
.topics__highlightText::after {
  background-color: #f7ff38;
  bottom: 6px;
  content: "";
  height: 30px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 856px) {
  .topics__highlightText {
    font-size: 16px;
  }
  .topics__highlightText::after {
    bottom: 4px;
    height: 20px;
  }
}

.topics__number {
  color: #000;
  font-family: "Gotham", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 48px;
  font-weight: 900;
  margin: 0 4px;
}
@media screen and (max-width: 856px) {
  .topics__number {
    font-size: 24px;
  }
}

.topics__description {
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 856px) {
  .topics__description {
    margin-bottom: 20px;
    text-align: left;
  }
}
.topics__description p {
  color: #000;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.8;
  margin: 0;
}
@media screen and (max-width: 856px) {
  .topics__description p {
    font-size: 20px;
    line-height: 1.7;
  }
}

.topics__eligibility {
  align-items: center;
  background-color: #fff;
  box-shadow: 8px 8px 0 0 rgba(208, 158, 158, 0.16);
  display: flex;
  margin: 0 auto;
  max-width: 1088px;
  position: relative;
}
@media screen and (max-width: 856px) {
  .topics__eligibility {
    align-items: stretch;
    box-shadow: 5px 5px 0 0 rgba(208, 158, 158, 0.16);
    flex-direction: column;
  }
}

.topics__eligibilityLabel {
  align-items: center;
  background-color: #cde8e8;
  color: #000;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  height: 80px;
  justify-content: center;
  margin-right: 15px;
  padding: 12px 40px 12px 20px;
  white-space: nowrap;
  -webkit-clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 50%, calc(100% - 30px) 100%, 0 100%);
  clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 50%, calc(100% - 30px) 100%, 0 100%);
}
@media screen and (max-width: 856px) {
  .topics__eligibilityLabel {
    font-size: 14px;
    height: 50px;
    margin-bottom: 10px;
    margin-right: 0;
    padding: 10px 20px;
    -webkit-clip-path: none;
    clip-path: none;
    white-space: normal;
  }
}

.topics__eligibilityText {
  color: #000;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 856px) {
  .topics__eligibilityText {
    display: block;
    font-size: 16px;
    line-height: 1.6;
    padding: 10px 20px 16px;
    text-align: center;
  }
}

.topics__note {
  margin: 20px auto 0;
  max-width: 1088px;
}
.topics__note p {
  color: #000;
  font-size: 14px;
  line-height: 1.8;
  margin: 0;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 856px) {
  .topics__note p {
    font-size: 12px;
  }
}

.topics__button {
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 856px) {
  .topics__button {
    margin-top: 20px;
  }
}

.topics__buttonLink {
  align-items: center;
  border: 4px solid #000;
  box-shadow: 8px 8px 0 #c2dddd;
  display: inline-flex;
  font-size: 24px;
  font-weight: 900;
  gap: 10px;
  justify-content: center;
  padding: 15px 86px;
  position: relative;
  text-decoration: none;
  transition: opacity 0.3s;
}
.topics__buttonLink--purple {
  background-color: #9353bf;
  color: #ffffff;
}
.topics__buttonLink--black {
  background-color: #333333;
  color: #ffffff;
}
.topics__buttonLink:hover {
  opacity: 0.8;
}
.topics__buttonLink img {
  position: absolute;
  right: 32px;
  width: 12px;
}
@media screen and (max-width: 856px) {
  .topics__buttonLink {
    border: 3px solid #000;
    box-shadow: 5px 5px 0 #c2dddd;
    font-size: 24px;
    gap: 8px;
    line-height: 1.2;
    padding: 10px 20px;
    width: 100%;
  }
  .topics__buttonLink img {
    right: 15px;
    width: 10px;
  }
}

.topics__buttonIcon {
  flex-shrink: 0;
  height: 20px;
  width: 20px;
}

.section--basic-info {
  background-color: #fff;
  padding: 80px 0;
  position: relative;
}
@media screen and (max-width: 856px) {
  .section--basic-info {
    padding: 80px 0;
  }
}

.basic-info__inner {
  margin: 0 auto;
  max-width: 1040px;
  padding: 0 20px;
}

.basic-info__header {
  margin-bottom: 50px;
  text-align: center;
}

.basic-info__heading {
  color: #000;
  font-size: 36px;
  font-weight: 900;
  margin: 0;
}
@media screen and (max-width: 856px) {
  .basic-info__heading {
    font-size: 40px;
    margin-bottom: 30px;
  }
}

.basic-info__contentWrap {
  position: relative;
}
.basic-info__contentWrap::before {
  background-image: repeating-linear-gradient(135deg, #fff 0px, #fff 2px, #9353bf 4px, #9353bf 6px);
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(10px, 10px);
  z-index: 0;
}

.basic-info__content {
  background-color: #f8f4f8;
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr 1fr;
  margin: 0 auto;
  max-width: 1000px;
  padding: 40px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 856px) {
  .basic-info__content {
    gap: 30px;
    grid-template-columns: 1fr;
    padding: 20px 15px;
  }
}

.basic-info__left {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
@media screen and (max-width: 856px) {
  .basic-info__left {
    gap: 0.8em;
  }
}

.basic-info__item {
  align-items: flex-start;
  border-bottom: 2px solid #fff;
  display: flex;
  gap: 24px;
  padding-bottom: 1em;
}
.basic-info__item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
@media screen and (max-width: 856px) {
  .basic-info__item {
    gap: 24px;
    padding-bottom: 0.8em;
  }
}

.basic-info__label {
  flex-shrink: 0;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  text-align-last: justify;
  width: 4.2em;
}
@media screen and (max-width: 856px) {
  .basic-info__label {
    font-size: 14px;
    min-width: auto;
  }
}
.basic-info__label:after {
  content: ":";
  margin-left: 0.2em;
  margin-right: 0.5em;
  position: absolute;
  right: -1.2em;
  top: 0;
}

.basic-info__value {
  color: #000;
  flex: 1;
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 856px) {
  .basic-info__value {
    font-size: 14px;
  }
}

.basic-info__right {
  display: flex;
  flex-direction: column;
  width: 552px;
}
@media screen and (max-width: 856px) {
  .basic-info__right {
    width: 100%;
  }
}

.basic-info__fees {
  background-color: #fff;
  padding: 24px 32px 24px 30px;
}
@media screen and (max-width: 856px) {
  .basic-info__fees {
    padding: 20px;
  }
}

.basic-info__feesTitle {
  color: #9353bf;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 4px 0;
}
@media screen and (max-width: 856px) {
  .basic-info__feesTitle {
    font-size: 14px;
    margin-bottom: 15px;
  }
}

.basic-info__feesList p {
  line-height: 2;
}
@media screen and (max-width: 856px) {
  .basic-info__feesList p {
    font-size: 14px;
  }
}

.basic-info__feesItem {
  align-items: flex-start;
  border-bottom: 1px solid #e0e0e0;
  display: flex;
  justify-content: space-between;
  padding-bottom: 16px;
}
.basic-info__feesItem:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
@media screen and (max-width: 856px) {
  .basic-info__feesItem {
    padding-bottom: 12px;
  }
}

.basic-info__feesLabel {
  color: #000;
  flex: 1;
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (max-width: 856px) {
  .basic-info__feesLabel {
    font-size: 14px;
  }
}

.basic-info__feesValue {
  color: #000;
  flex-shrink: 0;
  font-size: 16px;
  font-weight: 700;
  min-width: 140px;
  text-align: right;
}
.basic-info__feesValue--total {
  color: #9353bf;
  font-size: 18px;
}
@media screen and (max-width: 856px) {
  .basic-info__feesValue {
    font-size: 14px;
    min-width: 100px;
  }
  .basic-info__feesValue--total {
    font-size: 16px;
  }
}

.basic-info__feesNote {
  margin-top: 8px;
}
.basic-info__feesNote p {
  color: #333;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
  padding-left: 1em;
  text-indent: -1em;
}

.basic-info__notes {
  display: table;
  margin-left: auto;
  margin-top: 20px;
  text-align: left;
}
@media screen and (max-width: 856px) {
  .basic-info__notes {
    margin-left: 0;
  }
}

.basic-info__note {
  font-size: 14px;
}

.section--access {
  background-color: #fff;
  padding: 0 0 80px 0;
}
@media screen and (max-width: 856px) {
  .section--access {
    padding: 0 0 40px 0;
  }
}

.access__inner {
  margin: 0 auto;
  max-width: 1240px;
  padding: 0 20px;
}

.access__header {
  margin-bottom: 50px;
}
@media screen and (max-width: 856px) {
  .access__header {
    margin-bottom: 0px;
  }
}

.access__heading {
  color: #000;
  font-family: "Gotham", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 60px;
  font-weight: 900;
  height: 68px;
  margin: 0;
  text-align: center;
}
@media screen and (max-width: 856px) {
  .access__heading {
    height: 58px;
  }
}
.access__heading img {
  height: 100%;
  width: auto;
}
@media screen and (max-width: 856px) {
  .access__heading {
    font-size: 48px;
    margin-bottom: 30px;
  }
}

.access__content {
  display: grid;
  gap: 48px;
  grid-template-columns: 2fr 1fr;
}
@media screen and (max-width: 856px) {
  .access__content {
    gap: 30px;
    grid-template-columns: 1fr;
  }
}

.access__left {
  order: 1;
}
@media screen and (max-width: 856px) {
  .access__left {
    order: 2;
  }
}

.access__map {
  height: 0;
  overflow: hidden;
  padding-bottom: 299px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 856px) {
  .access__map {
    margin-bottom: 20px;
    padding-bottom: 75%;
  }
}

.access__mapIframe {
  border: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.access__right {
  display: flex;
  flex-direction: column;
  gap: 32px;
  order: 2;
}
@media screen and (max-width: 856px) {
  .access__right {
    order: 1;
  }
}

.access__campus {
  margin-bottom: 20px;
}
@media screen and (max-width: 856px) {
  .access__campus {
    margin-bottom: 0px;
  }
}

.access__campusName {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 15px 0;
}
@media screen and (max-width: 856px) {
  .access__campusName {
    font-size: 18px;
    margin: 0 0 12px 0;
    text-align: center;
  }
}

.access__address {
  color: #000;
  display: inline-flex;
  font-size: 16px;
  line-height: 1.6;
  margin: 0 20px 0 0;
}
@media screen and (max-width: 856px) {
  .access__address {
    font-size: 14px;
    margin: 0 0 8px 0;
    text-align: center;
  }
}

.access__email {
  color: #000;
  display: inline-flex;
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}
.access__email span {
  display: inline;
  font-size: 14px;
}
@media screen and (max-width: 856px) {
  .access__email {
    font-size: 14px;
    text-align: center;
  }
  .access__email span {
    font-size: 12px;
  }
}

.access__info {
  background-color: #f8f4f8;
  border: 4px solid #f5e7f5;
  padding: 18px 30px;
}
@media screen and (max-width: 856px) {
  .access__info {
    border: 3px solid #f5e7f5;
    padding: 15px 20px;
  }
}

.access__infoTitle {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 856px) {
  .access__infoTitle {
    font-size: 16px;
    margin: 0 0 15px 0;
  }
}

.access__infoList {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.access__infoItem {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.access__infoLine {
  color: #000;
  font-size: 16px;
}
@media screen and (max-width: 856px) {
  .access__infoLine {
    font-size: 14px;
  }
}

.access__infoStation {
  color: #000;
  font-size: 16px;
}
@media screen and (max-width: 856px) {
  .access__infoStation {
    font-size: 14px;
  }
}

.section--curriculum {
  background-color: #ffffff;
}

.curriculum .curriculum__header {
  margin-bottom: 60px;
  text-align: center;
}
.curriculum .curriculum__title {
  color: #6b4c93;
  font-family: "Noto Sans KR", sans-serif;
  font-size: 120px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
}
@media screen and (max-width: 856px) {
  .curriculum .curriculum__title {
    font-size: 80px;
  }
}
.curriculum .curriculum__subtitle {
  color: #333333;
  font-size: 24px;
  font-weight: 500;
}
.curriculum .curriculum__steps {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  margin-bottom: 60px;
}
@media screen and (max-width: 856px) {
  .curriculum .curriculum__steps {
    grid-template-columns: 1fr;
  }
}
.curriculum .curriculum__step {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.curriculum .curriculum__stepHeader {
  background-color: #6b4c93;
  border-radius: 10px 10px 0 0;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  padding: 15px;
  text-align: center;
}
.curriculum .curriculum__stepBox {
  border-radius: 0 0 10px 10px;
  color: #ffffff;
  padding: 25px;
}
.curriculum .curriculum__stepBox--purple {
  background-color: #6b4c93;
}
.curriculum .curriculum__stepBox--teal {
  background-color: #4ecdc4;
}
.curriculum .curriculum__stepBox h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
.curriculum .curriculum__stepBox p {
  font-size: 14px;
  line-height: 1.6;
}
.curriculum .curriculum__gallery {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
.curriculum .curriculum__galleryItem img {
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  height: 200px;
  object-fit: cover;
  width: 100%;
}

.section--environment {
  background: linear-gradient(135deg, #e8e8f5 0%, #ffffff 100%);
}

.environment .environment__header {
  margin-bottom: 60px;
  text-align: center;
}
.environment .environment__title {
  color: #6b4c93;
  font-family: "Noto Sans KR", sans-serif;
  font-size: 120px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
}
@media screen and (max-width: 856px) {
  .environment .environment__title {
    font-size: 80px;
  }
}
.environment .environment__subtitle {
  color: #333333;
  font-size: 24px;
  font-weight: 500;
}
.environment .environment__content {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
}
@media screen and (max-width: 856px) {
  .environment .environment__content {
    grid-template-columns: 1fr;
  }
}
.environment .environment__item {
  background: #ffffff;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(107, 76, 147, 0.1);
  overflow: hidden;
}
.environment .environment__image {
  height: 300px;
  overflow: hidden;
  width: 100%;
}
.environment .environment__image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.environment .environment__text {
  color: #333333;
  font-size: 16px;
  line-height: 1.8;
  padding: 30px;
}

.section--study-abroad {
  background-color: #ffffff;
}

.study-abroad .study-abroad__header {
  margin-bottom: 60px;
  text-align: center;
}
.study-abroad .study-abroad__title {
  color: #6b4c93;
  font-family: "Noto Sans KR", sans-serif;
  font-size: 120px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
}
@media screen and (max-width: 856px) {
  .study-abroad .study-abroad__title {
    font-size: 80px;
  }
}
.study-abroad .study-abroad__subtitle {
  color: #333333;
  font-size: 24px;
  font-weight: 500;
}
.study-abroad .study-abroad__text {
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  text-align: center;
}
.study-abroad .study-abroad__programs {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  margin-bottom: 60px;
}
@media screen and (max-width: 856px) {
  .study-abroad .study-abroad__programs {
    grid-template-columns: 1fr;
  }
}
.study-abroad .study-abroad__program {
  background: #e8e8f5;
  border-radius: 15px;
  padding: 40px;
  text-align: center;
}
.study-abroad .study-abroad__program h3 {
  color: #6b4c93;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}
.study-abroad .study-abroad__program p {
  color: #333333;
  font-size: 16px;
  line-height: 1.8;
}
.study-abroad .study-abroad__programIcon {
  font-size: 64px;
  margin-bottom: 20px;
}
.study-abroad .study-abroad__testimonials {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.study-abroad .study-abroad__testimonial {
  background: #ffffff;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(107, 76, 147, 0.1);
  padding: 30px;
  text-align: center;
}
.study-abroad .study-abroad__testimonial img {
  border-radius: 50%;
  height: 120px;
  margin-bottom: 20px;
  object-fit: cover;
  width: 120px;
}
.study-abroad .study-abroad__testimonial p {
  color: #333333;
  font-size: 16px;
  font-style: italic;
  line-height: 1.8;
}

.section--gallery {
  background: linear-gradient(135deg, #e8e8f5 0%, #ffffff 100%);
}

.gallery .gallery__videos {
  display: flex;
  gap: 20px;
  margin-bottom: 40px;
  overflow-x: auto;
  padding-bottom: 10px;
}
.gallery .gallery__video {
  flex-shrink: 0;
  width: 200px;
}
.gallery .gallery__videoThumb {
  border-radius: 10px;
  cursor: pointer;
  height: 150px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.gallery .gallery__videoThumb img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.gallery .gallery__videoPlay {
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  color: #ffffff;
  display: flex;
  font-size: 32px;
  height: 50px;
  justify-content: center;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
}
.gallery .gallery__images {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}
.gallery .gallery__image {
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  height: 200px;
  overflow: hidden;
  width: 100%;
}
.gallery .gallery__image img {
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
  width: 100%;
}
.gallery .gallery__image:hover img {
  transform: scale(1.05);
}

.section--career {
  background-color: #ffffff;
}

.career .career__header {
  margin-bottom: 60px;
  text-align: center;
}
.career .career__title {
  color: #6b4c93;
  font-family: "Noto Sans KR", sans-serif;
  font-size: 120px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
}
@media screen and (max-width: 856px) {
  .career .career__title {
    font-size: 80px;
  }
}
.career .career__subtitle {
  color: #333333;
  font-size: 24px;
  font-weight: 500;
}
.career .career__text {
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  text-align: center;
}
.career .career__fields {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  margin-bottom: 60px;
}
.career .career__field {
  background: #e8e8f5;
  border-radius: 15px;
  padding: 20px;
  text-align: center;
  transition: transform 0.3s;
}
.career .career__field:hover {
  transform: translateY(-5px);
}
.career .career__fieldIcon {
  font-size: 48px;
  margin-bottom: 10px;
}
.career .career__field {
  color: #333333;
  font-size: 16px;
  font-weight: 500;
}
.career .career__examples {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.career .career__example {
  background: #ffffff;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(107, 76, 147, 0.1);
  overflow: hidden;
}
.career .career__example img {
  height: 200px;
  object-fit: cover;
  width: 100%;
}
.career .career__example h3 {
  color: #6b4c93;
  font-size: 20px;
  font-weight: 600;
  padding: 20px;
}
.career .career__example p {
  color: #333333;
  font-size: 16px;
  line-height: 1.6;
  padding: 0 20px 20px;
}

.section--news {
  background-color: #ffffff;
  padding: 32px 0;
}

.news__container {
  align-items: center;
  display: flex;
  gap: 60px;
}
@media screen and (max-width: 856px) {
  .news__container {
    flex-direction: column;
    gap: 16px;
  }
}

.news__title {
  color: #9353bf;
  font-family: "Gotham", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 32px;
  font-weight: 900;
  -webkit-writing-mode: horizontal-tb;
  -ms-writing-mode: lr-tb;
  flex-shrink: 0;
  line-height: 1.2;
  margin: 0;
  writing-mode: horizontal-tb;
}
@media screen and (max-width: 856px) {
  .news__title {
    font-size: 32px;
  }
}

.news__list {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 8px;
}
@media screen and (max-width: 856px) {
  .news__list {
    gap: 12px;
  }
}

.news__item {
  align-items: flex-start;
  display: flex;
  gap: 8px;
  line-height: 1.8;
}
@media screen and (max-width: 856px) {
  .news__item {
    flex-direction: column;
    gap: 0px;
  }
}

.news__date {
  color: #333333;
  flex-shrink: 0;
  font-size: 16px;
  font-weight: 500;
  min-width: 120px;
}
@media screen and (max-width: 856px) {
  .news__date {
    font-size: 14px;
    min-width: auto;
  }
}

.news__text {
  color: #333333;
  flex: 1;
  font-size: 16px;
}
@media screen and (max-width: 856px) {
  .news__text {
    font-size: 14px;
    line-height: 1.6;
  }
}

.section--topics-old {
  background-color: #ffffff;
}

.topics-old .topics-old__content {
  margin-bottom: 60px;
}
.topics-old .topics-old__list {
  margin: 0 auto;
  max-width: 600px;
  padding-left: 30px;
}
.topics-old .topics-old__list li {
  color: #333333;
  font-size: 18px;
  line-height: 2;
}

.inquiry {
  background: #e8e8f5;
  border-radius: 15px;
  margin: 0 auto;
  max-width: 600px;
  padding: 40px;
}
.inquiry .inquiry__title {
  color: #6b4c93;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 30px;
  text-align: center;
}
.inquiry .inquiry__form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.inquiry .inquiry__field {
  display: flex;
  flex-direction: column;
}
.inquiry .inquiry__field label {
  color: #333333;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 8px;
}
.inquiry .inquiry__field input,
.inquiry .inquiry__field textarea {
  border: 2px solid #9b7fb8;
  border-radius: 8px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  padding: 12px;
  transition: border-color 0.3s;
}
.inquiry .inquiry__field input:focus,
.inquiry .inquiry__field textarea:focus {
  border-color: #6b4c93;
  outline: none;
}
.inquiry .inquiry__submit {
  background-color: #6b4c93;
  border: none;
  border-radius: 8px;
  color: #ffffff;
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
  margin-top: 10px;
  padding: 15px 40px;
  transition: background-color 0.3s;
}
.inquiry .inquiry__submit:hover {
  background-color: #9b7fb8;
}

.section--access-old {
  background: linear-gradient(135deg, #e8e8f5 0%, #ffffff 100%);
}

.access-old .access-old__content {
  align-items: start;
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr 2fr;
}
@media screen and (max-width: 856px) {
  .access-old .access-old__content {
    grid-template-columns: 1fr;
  }
}
.access-old .access-old__info {
  background: #ffffff;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(107, 76, 147, 0.1);
  padding: 30px;
}
.access-old .access-old__info p {
  color: #333333;
  font-size: 16px;
  line-height: 2;
  margin-bottom: 10px;
}
.access-old .access-old__info strong {
  color: #6b4c93;
  font-size: 20px;
}
.access-old .access-old__map {
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(107, 76, 147, 0.1);
  overflow: hidden;
}
.access-old .access-old__map iframe {
  border: none;
  height: 400px;
  width: 100%;
}

.footer-nav {
  background-color: #be98d9;
  bottom: 0;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  left: 0;
  padding: 0;
  position: fixed;
  right: 0;
  z-index: 1000;
}
.footer-nav .footer-nav__inner {
  align-items: center;
  display: flex;
  gap: 0;
  justify-content: center;
  margin: 0 auto;
  max-width: 1240px;
  padding: 0;
  width: 100%;
}
@media screen and (max-width: 856px) {
  .footer-nav .footer-nav__inner {
    flex-wrap: wrap;
    padding: 0;
  }
}
.footer-nav .footer-nav__item {
  align-items: center;
  background-color: #9353bf;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
  color: #ffffff;
  display: flex;
  flex-direction: row;
  gap: 12px;
  height: 80px;
  justify-content: center;
  padding: 0 20px;
  text-decoration: none;
  transition: opacity 0.3s;
  width: 400px;
}
.footer-nav .footer-nav__item:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}
.footer-nav .footer-nav__item:hover {
  opacity: 0.8;
}
@media screen and (max-width: 856px) {
  .footer-nav .footer-nav__item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    height: 48px;
    padding: 0 20px;
    width: 33.333%;
  }
  .footer-nav .footer-nav__item:last-child {
    border-bottom: none;
  }
}
.footer-nav .footer-nav__item.off {
  pointer-events: none;
  position: relative;
}
@media screen and (max-width: 856px) {
  .footer-nav .footer-nav__item.off .footer-nav__content {
    position: relative;
    top: -5px;
  }
}
.footer-nav .footer-nav__icon {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  height: 24px;
  justify-content: center;
  width: 24px;
}
.footer-nav .footer-nav__icon img {
  filter: brightness(0) invert(1);
  height: 24px;
  width: 24px;
}
@media screen and (max-width: 856px) {
  .footer-nav .footer-nav__icon {
    height: 20px;
    width: 20px;
  }
  .footer-nav .footer-nav__icon img {
    height: 20px;
    width: 20px;
  }
}
.footer-nav .footer-nav__content {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 12px;
}
.footer-nav .footer-nav__textWrap {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.footer-nav .footer-nav__text {
  font-size: 24px;
  font-weight: bold;
  white-space: nowrap;
}
@media screen and (max-width: 856px) {
  .footer-nav .footer-nav__text {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2;
  }
}
.footer-nav .footer-nav__note {
  bottom: 6px;
  font-size: 12px;
  font-weight: normal;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  white-space: nowrap;
}
@media screen and (max-width: 856px) {
  .footer-nav .footer-nav__note {
    bottom: 2px;
    font-size: 9px;
  }
}

.footer-nav__pagetop {
  align-items: center;
  background-color: #ffffff;
  border: none;
  bottom: 12px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  display: flex;
  height: 56px;
  justify-content: center;
  padding: 0;
  position: fixed;
  right: 24px;
  transition: transform 0.3s, box-shadow 0.3s, bottom 0.3s;
  width: 56px;
  z-index: 1002;
}
.footer-nav__pagetop.is-stopped {
  z-index: 9999;
}
.footer-nav__pagetop img {
  display: block;
  height: auto;
  width: 20px;
}
.footer-nav__pagetop:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  transform: translateY(-2px);
}
@media screen and (max-width: 856px) {
  .footer-nav__pagetop {
    display: none;
    height: 48px;
    right: 24px;
    width: 48px;
  }
  .footer-nav__pagetop img {
    height: 20px;
    width: 20px;
  }
}

.footer {
  background-color: #fff;
  padding: 0;
  position: relative;
  z-index: 1001;
}

.footer__inner {
  margin: 0;
  max-width: 100%;
}

.footer__navbar {
  background-color: #be98d9;
  height: 80px;
  width: 100%;
}
@media screen and (max-width: 856px) {
  .footer__navbar {
    height: auto;
  }
}

.footer__navbarInner {
  display: flex;
  height: 100%;
  margin: 0 auto;
  max-width: 1200px;
  padding: 0;
  width: 100%;
}
@media screen and (max-width: 856px) {
  .footer__navbarInner {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(2, 1fr);
    height: auto;
  }
}

.footer__navbarLink {
  align-items: center;
  background-color: #9353bf;
  border-right: 1px solid #fff;
  color: #fff;
  display: flex;
  flex: 1;
  font-size: 20px;
  font-weight: 500;
  height: 100%;
  justify-content: center;
  padding: 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.footer__navbarLink:first-child {
  border-left: 1px solid #fff;
}
.footer__navbarLink:last-child {
  border-right: 1px solid #fff;
}
.footer__navbarLink:hover {
  background-color: rgba(147, 83, 191, 0.8);
}
@media screen and (max-width: 856px) {
  .footer__navbarLink {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    font-size: 13px;
    height: auto;
    min-height: 50px;
    padding: 15px 0px;
  }
  .footer__navbarLink:first-child {
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    grid-column: 1/3;
  }
  .footer__navbarLink:nth-child(2) {
    grid-column: 3/5;
  }
  .footer__navbarLink:nth-child(3) {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    grid-column: 5/7;
  }
  .footer__navbarLink:nth-child(4) {
    border-bottom: none;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    grid-column: 1/4;
    grid-row: 2;
  }
  .footer__navbarLink:nth-child(5) {
    border-bottom: none;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    grid-column: 4/7;
    grid-row: 2;
  }
}
.footer__navbarLink.off {
  pointer-events: none;
}
.footer__navbarLink.off .footer__navbarLinkNote {
  display: block;
}

.footer__navbarLinkNote {
  bottom: 6px;
  font-size: 12px;
  font-weight: normal;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  white-space: nowrap;
}
@media screen and (max-width: 856px) {
  .footer__navbarLinkNote {
    bottom: 3px;
    font-size: 9px;
  }
}

.footer__social {
  padding: 50px 20px 30px;
  text-align: center;
}
@media screen and (max-width: 856px) {
  .footer__social {
    padding: 40px 20px 20px;
  }
}

.footer__socialTitle {
  color: #000;
  font-family: "Gotham", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 24px;
  font-weight: 400;
  height: 30px;
  margin: 0 0 10px 0;
}
.footer__socialTitle img {
  height: 100%;
  width: auto;
}
@media screen and (max-width: 856px) {
  .footer__socialTitle {
    font-size: 20px;
    height: 24px;
  }
}

.footer__socialIcons {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
@media screen and (max-width: 856px) {
  .footer__socialIcons {
    gap: 15px;
  }
}

.footer__socialLink {
  align-items: center;
  background-color: #9353bf;
  border-radius: 50%;
  color: #fff;
  display: flex;
  height: 50px;
  justify-content: center;
  text-decoration: none;
  transition: transform 0.3s ease, background-color 0.3s ease;
  width: 50px;
}
.footer__socialLink:hover {
  background-color: #7a42a0;
  transform: scale(1.1);
}
@media screen and (max-width: 856px) {
  .footer__socialLink {
    height: 45px;
    width: 45px;
  }
}

.footer__socialIcon {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}
.footer__socialIcon svg {
  height: 24px;
  width: 24px;
}
@media screen and (max-width: 856px) {
  .footer__socialIcon svg {
    height: 20px;
    width: 20px;
  }
}

.footer__copyright {
  background-color: #fff;
  padding: 20px;
  text-align: center;
}
.footer__copyright p {
  color: #000;
  font-size: 14px;
  margin: 0;
}
@media screen and (max-width: 856px) {
  .footer__copyright p {
    font-size: 10px;
  }
}
@media screen and (max-width: 856px) {
  .footer__copyright {
    padding: 15px 20px;
  }
}