@charset "UTF-8";
/* -------------------------------------------------------
style.css for どこでもKADAIドア w/Dart Sass compiler 
creation date:07-09-2021
scss/style.scss - > css/style.css
 ---------------------------------------------------------*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*======================================
site rest
=======================================*/
html {
  padding: 0;
  margin: 0;
  -webkit-tap-highlight-color: rgba(10, 232, 100, 0.3);
}

body {
  position: relative;
  width: 100%;
  margin: 0;
  font-family: YakuHanJP_Narrow, "Helvetica Neue", Arial, Roboto, 游ゴシック, YuGothic, "Yu Gothic Medium", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-size: 3.7333333333vw;
  line-height: 1.75;
  color: #000;
  background: #fff;
  font-weight: 400;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  text-rendering: optimizeLegibility;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  padding: 64px 0 0 0;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 16px;
  }
}
@media screen and (min-width: 992px) {
  body {
    padding: 85px 0 0 0;
  }
}
@media screen and (min-width: 1200px) {
  body {
    padding: 0;
  }
}

* {
  box-sizing: border-box;
}

::-moz-selection {
  background: rgba(10, 232, 100, 0.7);
  color: rgba(255, 255, 255, 0.6);
}

::selection {
  background: rgba(10, 232, 100, 0.7);
  color: rgba(255, 255, 255, 0.6);
}

.___memo {
  color: rgba(68, 68, 68, 0.5);
  border: 1px dotted rgba(68, 68, 68, 0.5);
  padding: 2px 16px;
  background: rgba(75, 188, 171, 0.1);
  font-size: 8rem;
  box-sizing: border-box;
  margin: 0;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

.js .animate-box {
  opacity: 0;
}

.js .animate-box22 {
  opacity: 0;
}

@media print {
  .js .animate-box,
  .js .animate-box22 {
    opacity: 1;
  }
}
.skiptocontent {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
}

/* v.$ img   ========================================================================== */
img {
  vertical-align: top;
  border: 0;
}

/* v.$ links   ========================================================================== */
/*[ A:TXT ]*******/
a:link {
  color: #000;
  line-height: 1.75;
  text-decoration: none;
  transition: opacity 0.5s, cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
}

a:visited {
  color: rgba(0, 0, 0, 0.6);
}

a:hover,
a:active {
  color: rgba(0, 0, 0, 0.6);
  text-decoration: underline;
}

/*[ A:IMG ]*******/
a:link img,
a:visited img,
a:hover img,
a:active img {
  border: 0;
}

p,
ul,
ol,
pre,
table,
blockquote {
  margin-top: 0;
  margin-bottom: 1.75em;
}

p {
  text-align: justify;
  text-justify: inter-ideograph;
}

ul ul,
ol ol,
ul ol,
ol ul {
  margin-top: 0;
  margin-bottom: 0;
}

dl {
  line-height: 1.75;
}

/* Let's make sure all's aligned */
hr,
.hr {
  border: 1px solid;
  margin: -1px 0;
}

a,
b,
i,
strong,
em,
small,
code {
  line-height: 0;
}

sub,
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

label,
input[type=checkbox] {
  cursor: pointer;
}

.gopagetop {
  position: fixed;
  right: 8px;
  bottom: 0;
  z-index: 3;
}
.gopagetop.end {
  position: absolute;
  top: -58px;
}
@media screen and (min-width: 768px) {
  .gopagetop.end {
    top: -66px;
  }
}
.gopagetop a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  font-size: 0.8em;
  border-radius: 12px;
  background: #000;
}
@media screen and (min-width: 768px) {
  .gopagetop a {
    width: 50px;
    height: 50px;
    font-size: inherit;
  }
}
@media (hover: hover) and (pointer: fine) {
  .gopagetop a:hover {
    text-decoration: none;
    background: #0ae864;
    color: #fff;
    border-color: #0ae864;
  }
}

/* ==========================================================================
   v.$ header / page-nav
========================================================================== */
.site-header-container {
  z-index: 10;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  transition: background-color 500ms cubic-bezier(0.17, 0.935, 0.305, 1);
}
@media screen and (min-width: 1200px) {
  .site-header-container {
    width: 210px;
    height: 100vh;
    padding: 0;
    margin: 0 auto;
    background: #f3f3f3;
  }
}

.global-nav {
  display: none;
}
@media screen and (min-width: 1200px) {
  .global-nav {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
  }
}
.global-nav .global-nav__body {
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0;
}
.global-nav .global-nav__body .__js__none {
  display: none !important;
}
.global-nav .global-nav__body > li {
  position: relative;
  margin: 0;
  padding: 0;
}
.global-nav .global-nav__body > li.current:after, .global-nav .global-nav__body > li.active:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  transform: scale(1, 1);
  transform-origin: right top;
  transition: transform 0.3s;
}
.global-nav .global-nav__body > li.current a, .global-nav .global-nav__body > li.active a {
  color: #fff;
}
.global-nav .global-nav__body > li:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
}
.global-nav .global-nav__body > li:hover:after {
  transform-origin: left top;
  transform: scale(1, 1);
}
.global-nav .global-nav__body > li a, .global-nav .global-nav__body > li span {
  display: block;
  position: relative;
  font-size: 15px;
  font-weight: 600;
  padding: 15px 8px 15px 8px;
  line-height: 1;
  letter-spacing: 0.1em;
  z-index: 2;
  text-align: center;
}
.global-nav .global-nav__body > li a:hover, .global-nav .global-nav__body > li span:hover {
  text-decoration: none;
  color: rgba(10, 232, 100, 0.9);
}

.univ-logo {
  margin: 0;
  padding: 0px 16px;
  line-height: 1.1;
  height: 64px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (min-width: 768px) {
  .univ-logo {
    justify-content: center;
  }
}
@media screen and (min-width: 992px) {
  .univ-logo {
    height: 85px;
  }
}
@media screen and (min-width: 1200px) {
  .univ-logo {
    height: 100px;
    padding: 0 !important;
  }
}
.univ-logo a {
  display: block;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .univ-logo a:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
  }
}
.univ-logo a img {
  width: 120px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .univ-logo a img {
    width: 145px;
  }
}
@media screen and (min-width: 992px) {
  .univ-logo a img {
    width: 150px;
  }
}

/* ==========================================================================
   v.$ hero > main
========================================================================== */
.hero {
  background: #0ae864;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.hero.hero__index {
  margin-bottom: -1em;
}
@media screen and (min-width: 768px) {
  .hero.hero__index {
    margin-bottom: 0;
  }
}
.hero.hero__career {
  border-bottom-right-radius: 14.6vw;
  position: relative;
}
@media screen and (min-width: 768px) {
  .hero.hero__career {
    border-bottom-right-radius: 80px;
  }
}
.hero.hero__career h1 {
  padding: 16px 16px;
}
@media screen and (min-width: 768px) {
  .hero.hero__career h1 {
    padding: 65px 40px;
  }
}
.hero.hero__real-life {
  border-bottom-right-radius: 14.6vw;
  position: relative;
}
@media screen and (min-width: 768px) {
  .hero.hero__real-life {
    border-bottom-right-radius: 80px;
  }
}
.hero.hero__real-life h1 {
  padding: 16px 16px 4px;
}
@media screen and (min-width: 768px) {
  .hero.hero__real-life h1 {
    padding: 65px 40px 6px;
  }
}
.hero h1 {
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 16px 16px;
}
@media screen and (min-width: 768px) {
  .hero h1 {
    padding: 111px 40px;
  }
}
.hero h1 img {
  max-width: 1098px;
  width: 100%;
  height: auto;
}

.h1-copy {
  text-align: center;
  margin: 0;
  padding-bottom: 8.5333333333vw;
  font-size: 2.9333333333vw;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .h1-copy {
    padding-bottom: 40px;
    font-size: 16px;
  }
}

.logo-door {
  position: absolute;
  top: 16px;
  left: 20px;
}
.logo-door img {
  width: 30%;
  height: 30%;
}
@media screen and (min-width: 768px) {
  .logo-door img {
    width: 48%;
    height: 48%;
  }
}

.topic-path {
  padding: 0.875em 16px;
}
.topic-path p {
  margin: 0;
  font-size: 12px;
  font-size: 3.2vw;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .topic-path p {
    font-size: 14px;
  }
}
.topic-path p .sep {
  margin: 0 8px;
}

/* ==========================================================================
   v.$ contents
========================================================================== */
.main {
  z-index: 2;
  flex-grow: 1;
  width: 100%;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 1200px) {
  .main {
    padding: 0 0 0 210px;
  }
}

.main-copy {
  padding: 0 20px;
  text-align: center;
  margin: 1.75em auto;
}

.article-container {
  margin: 0;
  padding: 32px 0 0 0;
}
@media screen and (min-width: 768px) {
  .article-container {
    padding: 50px 0 0 0;
  }
}

/* ==========================================================================
   $ News 2023.05 update
     ========================================================================== */
.news {
  width: 100%;
  text-align: center;
  padding: 0 32px 0;
  margin: 60px auto 0;
}
@media screen and (min-width: 768px) {
  .news {
    padding: 0 30px;
    margin: 106px auto 0;
  }
}
@media screen and (min-width: 992px) {
  .news {
    padding: 0 45px;
  }
}

.heading__news {
  display: inline-block;
  background: #fff;
  border: 2px solid #000;
  margin: 0 auto;
  line-height: 1;
  letter-spacing: 0.05em;
  font-size: 6.4vw;
  text-transform: uppercase;
  text-align: center;
  padding: 14px 24px;
}
@media screen and (min-width: 768px) {
  .heading__news {
    font-size: 28px;
    padding: 16px 60px;
  }
}

.news-body,
.admission-body,
.real-voice-body {
  width: 100%;
  max-width: 890px;
  margin: 0 auto;
}
.news__list {
  margin: 0;
  padding: 1.75em 0 0 0;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .news__list {
    padding: 2em 0 0 0;
  }
}
.news__list .news__item {
  margin: 0;
  padding: 4px 0;
  list-style: none;
  border-bottom: 1px dotted #000;
}
.news__list .news__item:first-child {
  border-top: 1px dotted #000;
}
@media screen and (min-width: 768px) {
  .news__list .news__item {
    padding: 0;
  }
}
@media (hover: hover) and (pointer: fine) {
  .news__list .news__item a:hover {
    background: rgba(150, 122, 54, 0.05);
    text-decoration: none;
  }
  .news__list .news__item a:hover .news__title {
    text-decoration: underline;
  }
  .news__list .news__item a:hover .news__icon {
    transform: translateX(3px);
  }
}
.news__list .news__item a, .news__list .news__item .no-ref {
  display: block;
  font-size: 13px;
  font-size: 3.46vw;
  letter-spacing: 0.1em;
  padding: 4.2666666667vw 4.2666666667vw 4.2666666667vw 0;
  line-height: 1.4;
  display: grid;
  gap: 2.1333333333vw 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .news__list .news__item a, .news__list .news__item .no-ref {
    font-size: 16px;
    grid-template-columns: auto 1fr 16px;
    align-items: center;
    line-height: 1.75;
    gap: 0 40px;
    padding: 16px;
  }
}
.news__list .news__item a .news__icon, .news__list .news__item .no-ref .news__icon {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .news__list .news__item a .news__icon, .news__list .news__item .no-ref .news__icon {
    position: relative;
    top: inherit;
    right: inherit;
    transform: translateY(0);
    transition: transform 0.3s;
    display: block;
  }
}
.news__list .news__item a .news__icon .news__icon--right, .news__list .news__item .no-ref .news__icon .news__icon--right {
  width: 16px;
  height: 16px;
  fill: #000;
}
.news__list .news__item .no-ref {
  padding: 4.2666666667vw 0;
}
@media screen and (min-width: 768px) {
  .news__list .news__item .no-ref {
    grid-template-columns: auto 1fr;
    padding: 16px;
  }
}

.news__cat {
  background: #ccc;
  font-size: 2.9333333333vw;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 4px;
  padding: 1.0666666667vw 4.2666666667vw;
  text-align: center;
  width: auto;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .news__cat {
    font-size: 12px;
    width: 72px;
    padding: 2px 0;
  }
}
.news__cat.news__cat--news {
  background: #CDE9D8;
}
.news__cat.news__cat--event {
  background: #CCD3E9;
}

.date-cat {
  display: flex;
  align-items: center;
  gap: 0 2.1333333333vw;
}
@media screen and (min-width: 768px) {
  .date-cat {
    gap: 0 40px;
  }
}
.date-cat .news__date {
  width: auto;
}
@media screen and (min-width: 768px) {
  .date-cat .news__date {
    width: 5.6em;
  }
}

.news-detail__head {
  border-bottom: 1px dotted #000;
}
@media screen and (min-width: 768px) {
  .news-detail__head .date-cat {
    gap: 0 2px;
  }
}
.news-detail__head .heading__news__title {
  font-size: 6.9333333333vw;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin: 0.435em 0;
}
@media screen and (min-width: 768px) {
  .news-detail__head .heading__news__title {
    font-size: 32px;
  }
}

.go-news-list {
  text-align: center;
  padding: 2em 0;
}
@media screen and (min-width: 768px) {
  .go-news-list {
    padding: 2em 0;
  }
}

a.c-button {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0 8px;
  color: #000;
}
@media (hover: hover) and (pointer: fine) {
  a.c-button:hover {
    color: #967a36;
  }
  a.c-button:hover .underline-text-link {
    color: #967a36;
    background-position: 0 100%;
    background-size: 100% 1px;
  }
  a.c-button:hover .c-button__icon {
    background: #000;
    border: 1px solid #000;
    transform: scale(1.2);
  }
  a.c-button:hover .c-button__arrow {
    fill: #fff !important;
  }
}

.c-button__icon {
  width: 6.4vw;
  height: 6.4vw;
  border: 1px solid #000;
  display: grid;
  place-items: center;
  border-radius: 50%;
  transition: scale 0.5s, cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
}
@media screen and (min-width: 768px) {
  .c-button__icon {
    width: 24px;
    height: 24px;
  }
}

.c-button__arrow {
  fill: #000;
  width: 3.7333333333vw;
  height: 3.7333333333vw;
}
@media screen and (min-width: 768px) {
  .c-button__arrow {
    width: 14px;
    height: 14px;
  }
}

.c-read-button__label {
  flex-shrink: 0;
}

.underline-text-link {
  display: inline;
  padding-bottom: 2px;
  background-image: linear-gradient(90deg, currentColor, currentColor);
  background-size: 0 1px;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  transition: background-size cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
}

.news-archive,
.news-detail {
  margin-bottom: 6.5em;
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (min-width: 768px) {
  .news-archive,
  .news-detail {
    padding-left: 45px;
    padding-right: 45px;
  }
}

.post-hero {
  padding: 0;
  margin-block: 2lh;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}
@media screen and (min-width: 1200px) {
  .post-hero {
    margin-right: calc(50% - 50vw + 105px);
    margin-left: calc(50% - 50vw + 105px);
  }
}
.post-hero img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.post-fig {
  margin-block: 2lh !important;
  padding: 0;
}

.heading__post__detail {
  display: grid;
  grid-template-columns: 7.4666666667vw 1fr;
  align-items: center;
  margin: 0;
  gap: 0 24px;
  position: relative;
  font-size: 5.8666666667vw;
  padding: 1.5em 0;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .heading__post__detail {
    grid-template-columns: 45px 1fr;
    padding: 1.75em 0;
    font-size: 26px;
  }
}
.heading__post__detail::before {
  content: "";
  background: #0ae864;
  width: 7.4666666667vw;
  height: 0.5333333333vw;
}
@media screen and (min-width: 768px) {
  .heading__post__detail::before {
    width: 45px;
    height: 2px;
  }
}

.news-detail__body a {
  text-decoration: underline;
  color: #265CAA;
}
@media (hover: hover) and (pointer: fine) {
  .news-detail__body a:hover {
    opacity: 0.6;
  }
}

.news-detail__body {
  padding: 2.4em 0;
  margin: 0 auto;
  max-width: 768px;
}
.news-detail__body .heading__news__detail {
  display: grid;
  grid-template-columns: 9.6vw 1fr;
  align-items: center;
  margin: 0;
  gap: 0 24px;
  position: relative;
  font-size: 5.8666666667vw;
  padding: 1.5em 0;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .news-detail__body .heading__news__detail {
    grid-template-columns: 45px 1fr;
    padding: 1.75em 0;
    font-size: 26px;
  }
}
.news-detail__body .heading__news__detail::before {
  content: "";
  background: #0ae864;
  width: 10.1333333333vw;
  height: 0.5333333333vw;
}
@media screen and (min-width: 768px) {
  .news-detail__body .heading__news__detail::before {
    width: 45px;
    height: 2px;
  }
}
.news-detail__body p {
  line-height: 2;
}
.news-detail__body figure {
  margin: 2.4em 0;
  padding: 0;
  text-align: center;
}
.news-detail__body figure img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .news-detail__body figure img {
    max-width: 75%;
  }
}
.news-detail__body figure figcaption {
  font-size: 72%;
  color: rgba(0, 0, 0, 0.6);
  padding: 8px 0;
}

.__cat--news .heading__news__detail::before {
  background: #CDE9D8;
}

.__cat--event .heading__news__detail::before {
  background: #CCD3E9;
}

.news-detail__body__note p {
  color: #cc0000;
  font-size: 85%;
  line-height: 1.5;
  margin-top: -1.75em;
}

.post-Anchor {
  background: #F0F0F0;
  padding: 32px;
}
.post-Anchor ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.post-Anchor ul li {
  margin-top: 0.3lh;
  line-height: 2;
}
.post-Anchor ul li:first-child {
  margin-top: 0;
}
.post-Anchor ul li a {
  text-decoration: underline;
}
.post-Anchor ul li ul {
  margin-left: 0.3lh;
}
.post-Anchor ul li ul li {
  margin: 0 !important;
}

.heading__post__h4 {
  font-size: 4.2666666667vw;
}
@media screen and (min-width: 768px) {
  .heading__post__h4 {
    font-size: 20px;
  }
}

.heading__post__h5 {
  font-size: 3.7333333333vw;
}
@media screen and (min-width: 768px) {
  .heading__post__h5 {
    font-size: 16px;
  }
}

.section-post-detail-container {
  display: block grid;
  gap: 2.6lh 0;
}
.section-post-detail__h4s {
  display: block grid;
  gap: 1lh 0;
}

.section-post-detail__h5s {
  display: block grid;
  gap: 0.3lh 0;
}

.post-detail__list {
  display: grid;
  gap: 0.6lh 0;
}
.post-detail__list li {
  line-height: 1.75;
}

.writtenby {
  border-top: 1px dotted #000;
}
.writtenby .wb-title {
  transform: translateY(-50%);
  display: inline-block;
  border: 1px dotted #000;
  font-size: 2.9333333333vw;
  background: #fff;
  margin-left: 4.2666666667vw;
  padding: 1.0666666667vw 4.2666666667vw;
  border-radius: 4.2666666667vw;
}
@media screen and (min-width: 768px) {
  .writtenby .wb-title {
    font-size: 13px;
    padding: 4px 16px;
    border-radius: 16px;
  }
}

.wb-data-container {
  padding: 0 4.2666666667vw 0.5lh;
  display: grid;
  grid-template-columns: 26.6666666667vw 1fr;
  align-items: center;
  gap: 0 32px;
}
@media screen and (min-width: 768px) {
  .wb-data-container {
    padding: 0 60px 0.5lh;
    grid-template-columns: 100px 1fr;
  }
}
.wb-data-container .wb-thumbnail {
  overflow: hidden;
  width: 26.6666666667vw;
  height: 26.6666666667vw;
  border-radius: 100%;
}
@media screen and (min-width: 768px) {
  .wb-data-container .wb-thumbnail {
    width: 100px;
    height: 100px;
  }
}
.wb-data-container .wb-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wb-data-container .wb-data dl {
  margin: 0;
  padding: 0;
}
.wb-data-container .wb-data dl dt {
  font-weight: bold;
  margin: 0;
  padding: 0;
}
.wb-data-container .wb-data dl dd {
  margin: 0;
  padding: 0;
  font-size: 85%;
}

/* ==========================================================================
   $ ページ送り　pagination
 ========================================================================== */
.pagination-container {
  text-align: center;
  padding: 2.6lh 0;
}
.pagination-container nav {
  margin: 0 auto;
  padding: 8vw 0;
}
.pagination {
  width: 100%;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 0.435em;
}
@media screen and (min-width: 992px) {
  .pagination {
    gap: 0 0.5em;
  }
}
.pagination .pagination-item {
  margin: 0;
  padding: 0;
}
@media (hover: hover) and (pointer: fine) {
  .pagination .pagination-item.pagination-prev:hover .pagination-link {
    background: none;
  }
  .pagination .pagination-item.pagination-prev:hover .pagination-link .news__icon--right {
    fill: #0ae864;
  }
}
.pagination .pagination-item.pagination-prev .pagination-link {
  border: 0;
  transform: rotate(180deg);
}
.pagination .pagination-item.pagination-prev .news__icon--right {
  width: 4.2666666667vw;
  height: 4.2666666667vw;
}
@media screen and (min-width: 768px) {
  .pagination .pagination-item.pagination-prev .news__icon--right {
    width: 16px;
    height: 16px;
  }
}
.pagination .pagination-item.pagination-next {
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .pagination .pagination-item.pagination-next:hover .pagination-link {
    background: none;
  }
  .pagination .pagination-item.pagination-next:hover .pagination-link .news__icon--right {
    fill: #0ae864;
  }
}
.pagination .pagination-item.pagination-next .pagination-link {
  border: 0;
}
.pagination .pagination-item.pagination-next .news__icon--right {
  width: 4.2666666667vw;
  height: 4.2666666667vw;
}
@media screen and (min-width: 768px) {
  .pagination .pagination-item.pagination-next .news__icon--right {
    width: 16px;
    height: 16px;
  }
}
.pagination .pagination-item a.pagination-link {
  transition: background 0.5s, cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .pagination .pagination-item a.pagination-link:hover {
    color: #fff;
    background: #0ae864;
    text-decoration: none;
  }
}
.pagination .pagination-item .pagination-link {
  display: grid;
  justify-content: center;
  align-items: center;
  padding: 8px;
  border: 1px solid #fff;
  width: 2.4em;
  height: 2.4em;
  line-height: 1;
  color: #000;
  border-radius: 999px;
}
@media screen and (min-width: 768px) {
  .pagination .pagination-item .pagination-link {
    width: 2.4em;
    height: 2.4em;
  }
}
@media screen and (min-width: 992px) {
  .pagination .pagination-item .pagination-link {
    width: 3.6em;
    height: 3.6em;
  }
}
.pagination .pagination-item .pagination-link.current {
  background: #000;
  color: #fff;
}
.pagination .pagination-item .pagination-next--ellipsis {
  border: 0;
}

.detail-pagnaiton {
  position: relative;
  text-align: center;
  margin: 2em auto;
  padding: 40px 0;
  border-top: 1px dotted #000;
}
.detail-pagnaiton ul {
  margin: 0 auto;
  padding: 0;
  display: flex;
  justify-content: space-between;
}
.detail-pagnaiton ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.detail-pagnaiton ul li .detail-nav-item {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0 8px;
  color: #000;
}
@media screen and (min-width: 768px) {
  .detail-pagnaiton ul li .detail-nav-item {
    gap: 0 8px;
  }
}
.detail-pagnaiton ul li .detail-nav-item span {
  display: inline;
  padding-bottom: 2px;
  background-image: linear-gradient(90deg, currentColor, currentColor);
  background-size: 0 1px;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  transition: background-size cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
}
.detail-pagnaiton ul li .detail-nav-item .c-button__icon__locnav .news__icon--right {
  width: 16px;
  height: 16px;
  vertical-align: middle;
}
@media (hover: hover) and (pointer: fine) {
  .detail-pagnaiton ul li .detail-nav-item:hover {
    color: #967a36;
  }
  .detail-pagnaiton ul li .detail-nav-item:hover .underline-text-link {
    background-position: 0 100%;
    background-size: 100% 1px;
  }
  .detail-pagnaiton ul li .detail-nav-item:hover .news__icon--right {
    fill: #967a36;
  }
}
.detail-pagnaiton ul li .detail-nav-item.prev .news__icon--right {
  transform: rotate(180deg);
}
.detail-pagnaiton p {
  margin-top: 3em;
}
@media screen and (min-width: 768px) {
  .detail-pagnaiton p {
    margin-top: 0.875em;
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
}

.heading__recent {
  text-transform: uppercase;
  margin: 0 0 0.5lh;
}

.guidance-head .heading--guidance {
  margin: 0;
  font-size: 6.4vw;
  line-height: 1.5;
  background: #000;
  color: #fff;
  padding: 3.2vw 4.2666666667vw;
}
@media screen and (min-width: 768px) {
  .guidance-head .heading--guidance {
    font-size: 32px;
    padding: 16px 24px;
  }
}
.guidance-head .heading--guidance span {
  display: block;
  border-left: 1.6vw solid #0ae864;
  padding-left: 2.1333333333vw;
}
@media screen and (min-width: 768px) {
  .guidance-head .heading--guidance span {
    border-left: 8px solid #0ae864;
    padding-left: 16px;
  }
}

.schedule-container {
  padding: 3em 0;
}
.schedule-container > * + * {
  margin-top: 3.5em;
}

.heading__guidance {
  font-size: 5.8666666667vw;
  border-left: 1.6vw solid #0ae864;
  padding-left: 2.1333333333vw;
}
@media screen and (min-width: 768px) {
  .heading__guidance {
    font-size: 26px;
    padding-left: 16px;
    border-left: 8px solid #0ae864;
  }
}

.table-guidance-container {
  overflow-x: scroll;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .table-guidance-container {
    overflow-x: auto;
  }
}

.table-guidance {
  border-collapse: collapse;
  border-spacing: 0;
  padding-right: 2px;
  width: 860px;
  margin: 0 0 1em 0;
  border: 1px solid #000;
}
@media screen and (min-width: 768px) {
  .table-guidance {
    width: 100%;
  }
}
.table-guidance thead tr th {
  background: #000;
  color: #fff;
  font-size: 3.4666666667vw;
  padding: 1.6vw 3.2vw;
  text-align: center;
  border-right: 1px solid #fff;
  white-space: nowrap;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .table-guidance thead tr th {
    font-size: 15px;
    padding: 8px 16px;
  }
}
.table-guidance thead tr th:last-child {
  border-right: 1px solid #000;
}
.table-guidance thead tr th.date, .table-guidance thead tr th.time, .table-guidance thead tr th.owen {
  width: 110px;
}
.table-guidance thead tr th.name {
  width: 245px;
}
.table-guidance tbody tr:nth-child(even) {
  background: rgba(0, 0, 0, 0.04);
}
.table-guidance tbody tr td {
  font-size: 3.4666666667vw;
  padding: 2.1333333333vw;
  border: 1px solid #000;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .table-guidance tbody tr td {
    font-size: 14px;
    padding: 12px 12px;
  }
}
.table-guidance tbody tr td .fin {
  color: #cc0000;
  margin-left: 2px;
}
.table-admissions {
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  width: 860px;
  margin: 0 0 1em 0;
}
@media screen and (min-width: 768px) {
  .table-admissions {
    width: 100%;
  }
}
.table-admissions.admissions-score {
  width: 520px;
}
@media screen and (min-width: 768px) {
  .table-admissions.admissions-score {
    width: 100%;
  }
}
.table-admissions thead tr th {
  background: #000;
  color: #fff;
  font-weight: normal;
  font-size: 3.4666666667vw;
  padding: 1.6vw 3.2vw;
  text-align: center;
  border-right: 1px solid #fff;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .table-admissions thead tr th {
    font-size: 14px;
    padding: 12px 6px;
    letter-spacing: -0.04em;
  }
}
.table-admissions thead tr th.divi {
  width: 125px;
  text-align: center;
}
.table-admissions tbody tr:nth-child(even) {
  background: #F4F4F0;
}
.table-admissions tbody tr.sum {
  background: #B8B8B8;
}
.table-admissions tbody tr.sum th {
  background: #B8B8B8;
}
.table-admissions tbody tr.sum td {
  border-left: 1px solid #fff !important;
  border-right: 1px solid #fff !important;
}
.table-admissions tbody tr.sum td.capa {
  border-left: 1px solid #fff !important;
}
.table-admissions tbody tr.sum td:last-child {
  border-right: 1px solid rgba(17, 17, 17, 0.1) !important;
}
.table-admissions tbody tr th {
  background: #D8D8D4;
  font-weight: normal;
  border-top: 1px solid #fff !important;
  letter-spacing: -0.04em;
  font-size: 15px;
}
.table-admissions tbody tr td {
  font-size: 3.4666666667vw;
  padding: 2.1333333333vw;
  border: 1px solid rgba(17, 17, 17, 0.1);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .table-admissions tbody tr td {
    font-size: 15px;
    padding: 8px 0;
  }
}
.table-admissions tbody tr td.capa {
  border-left: 0;
}
.btn-guidance {
  text-decoration: none;
  align-items: center;
  gap: 0 4px;
  color: #000;
}
.btn-guidance .btn-guidance__label {
  display: inline;
  padding-bottom: 2px;
  background-image: linear-gradient(90deg, currentColor, currentColor);
  background-size: 0 1px;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  transition: background-size cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
}
.btn-guidance .btn-guidance__icon .icon__extarnal {
  width: 24px;
  height: 24px;
  vertical-align: middle;
}
@media (hover: hover) and (pointer: fine) {
  .btn-guidance:hover {
    text-decoration: none;
  }
  .btn-guidance:hover .btn-guidance__label {
    color: #967a36;
    background-position: 0 100%;
    background-size: 100% 1px;
  }
  .btn-guidance:hover .icon__extarnal {
    fill: #967a36;
  }
}

.guidance-note {
  margin: 0;
  font-size: 85%;
  display: flex;
  gap: 0 4px;
}
.guidance-note .btn-guidance__icon {
  width: 22px;
}

/* ==========================================================================
   $ オープンキャンパスバナー
     ========================================================================== */
.banner-container {
  padding: 1em 0 0 0;
}
.banner-container > * + * {
  margin: 1lh 0;
}
@media screen and (min-width: 768px) {
  .banner-container > * + * {
    margin: 2.4em 0;
  }
}

.banner {
  width: 100%;
  text-align: center;
  padding: 0 32px 0;
}
@media screen and (min-width: 768px) {
  .banner {
    padding: 0 30px 0;
  }
}
@media screen and (min-width: 992px) {
  .banner {
    padding: 0 45px 0;
  }
}
.banner p {
  width: 100%;
  text-align: center;
  max-width: 890px;
  margin: 0 auto;
}
.banner p a:hover img {
  opacity: 0.7;
}
.banner p img {
  opacity: 1;
  width: 100%;
  height: auto;
  transition: opacity 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* $ オープンキャンパスバナー2024   ========================================================================== */
.banner-ocs {
  width: 100%;
  text-align: center;
  padding: 1lh 32px 0;
}
@media screen and (min-width: 768px) {
  .banner-ocs {
    padding: 0 30px 0;
  }
}
@media screen and (min-width: 992px) {
  .banner-ocs {
    padding: 0 45px 0;
  }
}
.banner-ocs ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  text-align: center;
  max-width: 890px;
  margin: 0 auto;
  display: block grid;
  gap: 1lh 0;
}
@media screen and (min-width: 768px) {
  .banner-ocs ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 0 24px;
  }
}
.banner-ocs ul li {
  margin: 0;
  padding: 0;
}
.banner-ocs ul li a {
  display: block;
}
.banner-ocs ul li a:hover img {
  opacity: 0.7;
}
.banner-ocs ul li a img {
  border: 0.5333333333vw solid #000;
  border-radius: 3.2vw;
  opacity: 1;
  width: 100%;
  height: auto;
  transition: opacity 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (min-width: 768px) {
  .banner-ocs ul li a img {
    border: 2px solid #000;
    border-radius: 16px;
  }
}

/* ==========================================================================
   $ 離島バナー
     ========================================================================== */
.island-banner {
  width: 100%;
  text-align: center;
  max-width: 890px;
  margin: 0 auto 1.5em;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .island-banner {
    padding: 0;
  }
}
@media screen and (min-width: 992px) {
  .island-banner {
    padding: 0;
  }
}
.island-banner p {
  text-align: center;
  background: #a1a1a1;
}
.island-banner p a {
  display: block;
  padding: 0;
}
.island-banner p a img {
  width: 100%;
  height: auto;
}

/* ==========================================================================
   $ コンテンツ
     ========================================================================== */
.contents,
.contents__mov {
  text-align: center;
  padding: 2.6em 0;
}
@media screen and (min-width: 768px) {
  .contents,
  .contents__mov {
    padding: 6.5em 0;
  }
}

#about {
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (min-width: 768px) {
  #about {
    padding-left: 45px;
    padding-right: 45px;
  }
}

#admissions,
#support {
  position: relative;
  padding: 9.7vw 30px;
}
@media screen and (min-width: 768px) {
  #admissions,
  #support {
    padding: 6.5em 45px;
  }
}
#admissions:before,
#support:before {
  content: "";
  display: block;
  width: 96.5%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #efefef;
  border-radius: 14.6vw 0 0 0;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  #admissions:before,
  #support:before {
    border-radius: 80px 0 0 0;
  }
}

#faculty,
#career {
  margin-top: -4.5em;
  position: relative;
  padding: 9.7vw 0 0;
}
@media screen and (min-width: 768px) {
  #faculty,
  #career {
    padding: 6.5em 0 0;
  }
}
#faculty:before,
#career:before {
  content: "";
  display: block;
  width: 96.5%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fff;
  border-radius: 14.6vw 0 0 0;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  #faculty:before,
  #career:before {
    border-radius: 80px 0 0 0;
  }
}

.movie__head {
  border-top: 1px dotted #000;
  width: 100%;
  max-width: 890px;
  margin: 0 auto;
  padding: 2.6em 32px 1.75em;
}
@media screen and (min-width: 768px) {
  .movie__head {
    padding: 6.5em 45px 1.75em;
  }
}

#message {
  background: #0ae864;
  padding: 0 0 29.3vw;
}
@media screen and (min-width: 768px) {
  #message {
    padding: 0 0 10em;
  }
}
#message .heading__en {
  background: #000;
}
#message .heading__en:after {
  background: url(../img/bubble_black.svg) no-repeat;
}

.message__head {
  width: 100%;
  max-width: 890px;
  margin: 0 auto;
  padding: 2.6em 32px 1.75em;
}
@media screen and (min-width: 768px) {
  .message__head {
    padding: 6.5em 45px 1.75em;
  }
}

#experience {
  position: relative;
  z-index: 3;
  margin: -6.5em 0 0 0;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (min-width: 768px) {
  #experience {
    padding-left: 45px;
    padding-right: 45px;
  }
}
#experience:before {
  content: "";
  display: block;
  width: 96.5%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #efefef;
  border-radius: 0 14.6vw 14.6vw 0;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  #experience:before {
    border-radius: 0 80px 80px 0;
  }
}

#internship {
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (min-width: 768px) {
  #internship {
    padding-left: 45px;
    padding-right: 45px;
  }
}
#internship:before {
  content: "";
  display: block;
  width: 96.5%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #efefef;
  border-radius: 0 14.6vw 0 0;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  #internship:before {
    border-radius: 0 80px 0 0;
  }
}

#more_information {
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (min-width: 768px) {
  #more_information {
    padding-left: 45px;
    padding-right: 45px;
  }
}
#more_information .admissions-contents2 {
  width: 100%;
  max-width: 890px;
  margin: 0 auto;
  padding-bottom: 1.75em;
}

#job {
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
  margin-top: -4.5em;
}
@media screen and (min-width: 768px) {
  #job {
    padding-left: 45px;
    padding-right: 45px;
  }
}
#job:before {
  content: "";
  display: block;
  width: 96.5%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  border-radius: 0 14.6vw 14.6vw 0;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  #job:before {
    border-radius: 0 80px 80px 0;
  }
}

#realvoice {
  position: relative;
  z-index: 3;
  margin: 3lh 0 0 0;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (min-width: 768px) {
  #realvoice {
    padding-left: 45px;
    padding-right: 45px;
    padding-bottom: 1lh;
  }
}
#realvoice:before {
  content: "";
  display: block;
  width: 96.5%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #efefef;
  border-radius: 0 14.6vw 14.6vw 0;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  #realvoice:before {
    border-radius: 0 80px 80px 0;
  }
}

.heading__contents {
  position: relative;
  text-align: center;
  display: inline-block;
  margin: 0 auto 0.875em;
  line-height: 1;
  max-width: 890px;
  width: 100%;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .heading__contents {
    margin: 0 auto 1.5em;
  }
}
.heading__contents:before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  width: 50%;
  box-sizing: border-box;
  height: 100%;
}
.heading__contents:after {
  position: absolute;
  content: "";
  top: 0;
  width: 50%;
  height: 100%;
}
.heading__contents .heading__en {
  position: relative;
  display: inline-block;
  background: #0ae864;
  padding: 5px 22px;
  line-height: 1;
  font-size: 12px;
  font-size: 3.2vw;
  margin: 0;
  color: #fff;
  text-transform: uppercase;
  border-radius: 24px;
  letter-spacing: 0.02em;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .heading__contents .heading__en {
    font-size: 18px;
    padding: 8px 24px;
  }
}
.heading__contents .heading__en:after {
  display: block;
  background: url(../img/bubble.svg) no-repeat;
  width: 25px;
  height: 25px;
  content: "";
  bottom: -8px;
  right: 4px;
  z-index: -1;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .heading__contents .heading__en:after {
    width: 25px;
    height: 25px;
    bottom: -11px;
    right: 14px;
  }
}
.heading__contents .heading__title {
  display: block;
  font-size: 32px;
  font-size: 8.53vw;
  font-feature-settings: "palt";
  letter-spacing: 0.02em;
  padding: 12px 16px 0;
  line-height: 1.2;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .heading__contents .heading__title {
    font-size: 56px;
    padding: 16px 16px 0;
  }
}

.heading__about .heading__title {
  text-shadow: 2px 2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, -2px -2px 0 #fff;
}
.heading__about:before {
  z-index: -1;
  left: -16px;
  background: url(../img/illust/illust02__l.svg) no-repeat;
  background-size: auto 60px;
  background-position: bottom left;
}
@media screen and (min-width: 768px) {
  .heading__about:before {
    left: 20px;
    background-size: auto 110px;
  }
}
.heading__about:after {
  z-index: -1;
  right: -16px;
  background: url(../img/illust/illust01__r.svg) no-repeat;
  background-position: bottom right;
  background-size: auto 60px;
}
@media screen and (min-width: 768px) {
  .heading__about:after {
    right: 20px;
    background-size: auto 110px;
  }
}

.heading__admissions .heading__title {
  text-shadow: 2px 2px 0 #efefef, -2px 2px 0 #efefef, 2px -2px 0 #efefef, -2px -2px 0 #efefef;
}
.heading__admissions:before {
  z-index: -1;
  left: -16px;
  background: url(../img/illust/illust01__l__b.svg) no-repeat;
  background-size: auto 60px;
  background-position: bottom left;
}
@media screen and (min-width: 768px) {
  .heading__admissions:before {
    left: 160px;
    background-size: auto 110px;
  }
}
.heading__admissions:after {
  z-index: -1;
  right: -16px;
  background: url(../img/illust/illust04__r__b.svg) no-repeat;
  background-position: bottom right;
  background-size: auto 60px;
}
@media screen and (min-width: 768px) {
  .heading__admissions:after {
    right: 160px;
    background-size: auto 110px;
  }
}

.heading__faculty .heading__title {
  text-shadow: 2px 2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, -2px -2px 0 #fff;
}
.heading__faculty:before {
  z-index: -1;
  left: -16px;
  background: url(../img/illust/illust03__l.svg) no-repeat;
  background-size: auto 60px;
  background-position: bottom left;
}
@media screen and (min-width: 768px) {
  .heading__faculty:before {
    left: 160px;
    background-size: auto 110px;
  }
}
.heading__faculty:after {
  z-index: -1;
  right: -16px;
  background: url(../img/illust/illust03__r.svg) no-repeat;
  background-position: bottom right;
  background-size: auto 60px;
}
@media screen and (min-width: 768px) {
  .heading__faculty:after {
    right: 160px;
    background-size: auto 110px;
  }
}

.heading__movie .heading__title {
  text-shadow: 2px 2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, -2px -2px 0 #fff;
}
.heading__movie:before {
  z-index: -1;
  left: -16px;
  background: url(../img/illust/illust04__l.svg) no-repeat;
  background-size: auto 60px;
  background-position: bottom left;
}
@media screen and (min-width: 768px) {
  .heading__movie:before {
    left: 85px;
    background-size: auto 110px;
  }
}
.heading__movie:after {
  z-index: -1;
  right: -16px;
  background: url(../img/illust/illust04__r.svg) no-repeat;
  background-position: bottom right;
  background-size: auto 60px;
}
@media screen and (min-width: 768px) {
  .heading__movie:after {
    right: 85px;
    background-size: auto 110px;
  }
}

.heading__message .heading__title {
  text-shadow: 2px 2px 0 #0ae864, -2px 2px 0 #0ae864, 2px -2px 0 #0ae864, -2px -2px 0 #0ae864;
}
.heading__message:before {
  z-index: -1;
  left: -16px;
  background: url(../img/illust/illust01__l__g.svg) no-repeat;
  background-size: auto 60px;
  background-position: bottom left;
}
@media screen and (min-width: 768px) {
  .heading__message:before {
    left: 30px;
    background-size: auto 110px;
  }
}
.heading__message:after {
  z-index: -1;
  right: -16px;
  background: url(../img/illust/illust01__r__g.svg) no-repeat;
  background-position: bottom right;
  background-size: auto 60px;
}
@media screen and (min-width: 768px) {
  .heading__message:after {
    right: 30px;
    background-size: auto 110px;
  }
}

.heading__experience .heading__title {
  text-shadow: 2px 2px 0 #efefef, -2px 2px 0 #efefef, 2px -2px 0 #efefef, -2px -2px 0 #efefef;
}
.heading__experience:before {
  z-index: -1;
  left: -16px;
  background: url(../img/illust/illust04__l__b.svg) no-repeat;
  background-size: auto 60px;
  background-position: bottom left;
}
@media screen and (min-width: 768px) {
  .heading__experience:before {
    left: 10px;
    background-size: auto 110px;
  }
}
.heading__experience:after {
  z-index: -1;
  right: -16px;
  background: url(../img/illust/illust03__r__b.svg) no-repeat;
  background-position: bottom right;
  background-size: auto 60px;
}
@media screen and (min-width: 768px) {
  .heading__experience:after {
    right: 10px;
    background-size: auto 110px;
  }
}

.heading__more_information .heading__title {
  text-shadow: 2px 2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, -2px -2px 0 #fff;
}
.heading__more_information:before {
  z-index: -1;
  left: -16px;
  background: url(../img/illust/illust02__l.svg) no-repeat;
  background-size: auto 60px;
  background-position: bottom left;
}
@media screen and (min-width: 768px) {
  .heading__more_information:before {
    left: 40px;
    background-size: auto 110px;
  }
}
.heading__more_information:after {
  z-index: -1;
  right: -16px;
  background: url(../img/illust/illust04__r.svg) no-repeat;
  background-position: bottom right;
  background-size: auto 60px;
}
@media screen and (min-width: 768px) {
  .heading__more_information:after {
    right: 40px;
    background-size: auto 110px;
  }
}

.heading__support .heading__title {
  text-shadow: 2px 2px 0 #efefef, -2px 2px 0 #efefef, 2px -2px 0 #efefef, -2px -2px 0 #efefef;
}
.heading__support:before {
  z-index: -1;
  left: -16px;
  background: url(../img/illust/illust02__l__b.svg) no-repeat;
  background-size: auto 60px;
  background-position: bottom left;
}
@media screen and (min-width: 768px) {
  .heading__support:before {
    left: 150px;
    background-size: auto 110px;
  }
}
.heading__support:after {
  z-index: -1;
  right: -16px;
  background: url(../img/illust/illust01__r__b.svg) no-repeat;
  background-position: bottom right;
  background-size: auto 60px;
}
@media screen and (min-width: 768px) {
  .heading__support:after {
    right: 150px;
    background-size: auto 110px;
  }
}

.heading__career .heading__title {
  text-shadow: 2px 2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, -2px -2px 0 #fff;
}
.heading__career:before {
  z-index: -1;
  left: -16px;
  background: url(../img/illust/illust01__l.svg) no-repeat;
  background-size: auto 60px;
  background-position: bottom left;
}
@media screen and (min-width: 768px) {
  .heading__career:before {
    left: 70px;
    background-size: auto 110px;
  }
}
.heading__career:after {
  z-index: -1;
  right: -16px;
  background: url(../img/illust/illust04__r.svg) no-repeat;
  background-position: bottom right;
  background-size: auto 60px;
}
@media screen and (min-width: 768px) {
  .heading__career:after {
    right: 70px;
    background-size: auto 110px;
  }
}

.heading__internship .heading__title {
  text-shadow: 2px 2px 0 #efefef, -2px 2px 0 #efefef, 2px -2px 0 #efefef, -2px -2px 0 #efefef;
}
.heading__internship:before {
  z-index: -1;
  left: -16px;
  background: url(../img/illust/illust03__l__b.svg) no-repeat;
  background-size: auto 60px;
  background-position: bottom left;
}
@media screen and (min-width: 768px) {
  .heading__internship:before {
    left: 60px;
    background-size: auto 110px;
  }
}
.heading__internship:after {
  z-index: -1;
  right: -16px;
  background: url(../img/illust/illust03__r__b.svg) no-repeat;
  background-position: bottom right;
  background-size: auto 60px;
}
@media screen and (min-width: 768px) {
  .heading__internship:after {
    right: 60px;
    background-size: auto 110px;
  }
}

.heading__job .heading__title {
  text-shadow: 2px 2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, -2px -2px 0 #fff;
}
.heading__job:before {
  z-index: -1;
  left: -16px;
  background: url(../img/illust/illust01__l.svg) no-repeat;
  background-size: auto 60px;
  background-position: bottom left;
}
@media screen and (min-width: 768px) {
  .heading__job:before {
    left: 160px;
    background-size: auto 110px;
  }
}
.heading__job:after {
  z-index: -1;
  right: -16px;
  background: url(../img/illust/illust01__r.svg) no-repeat;
  background-position: bottom right;
  background-size: auto 60px;
}
@media screen and (min-width: 768px) {
  .heading__job:after {
    right: 160px;
    background-size: auto 110px;
  }
}

.section-copy {
  text-align: center;
  margin: 0;
  padding-bottom: 1.75em;
  font-size: 3.73vw;
}
@media screen and (min-width: 768px) {
  .section-copy {
    font-size: 16px;
    padding-bottom: 2.6em;
  }
}

.mov-title {
  margin: 0 auto;
  padding: 0.435em 0 1.31em;
  line-height: 1.5;
  font-size: 14px;
}
.mov-title.mov-title__large {
  font-size: 16px;
}

/* $ BTN   ========================================================================== */
.btn {
  display: flex;
  align-items: center;
  background: #000;
  color: #fff !important;
  text-decoration: none;
  border-radius: 48px;
  line-height: 1.4;
  padding: 8px 45px;
  position: relative;
  overflow: hidden;
  z-index: 2;
  border: 1px solid #000;
  transition: background 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (min-width: 768px) {
  .btn {
    padding: 16px 60px;
  }
}
.btn:hover {
  text-decoration: none;
  color: #000 !important;
  background: #fff;
}
.btn:before {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 16px;
  content: "";
  width: 16px;
  height: 16px;
  background: url(../img/bullet_btn.svg) no-repeat;
  background-size: cover;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .btn:before {
    left: 32px;
    width: 19px;
    height: 19px;
  }
}

.movie-trigger {
  display: block;
}
.movie-trigger:hover {
  color: rgba(0, 0, 0, 0.6);
}
@media screen and (min-width: 768px) {
  .movie-trigger:hover .thumbnail .thumbnail__body {
    border-radius: 16px;
  }
}
.movie-trigger:hover .thumbnail .thumbnail__body:before {
  transform: scale(1.3);
}
@media screen and (min-width: 768px) {
  .movie-trigger:hover .thumbnail .thumbnail__body:before {
    transform: scale(1.3);
  }
}
.movie-trigger:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  transform: scale(1.05, 1.05);
}

.thumbnail {
  margin: 0;
  padding: 0;
}
.thumbnail.no__play .thumbnail__body:before {
  display: none;
}
.thumbnail .thumbnail__body {
  position: relative;
  border: 1px solid #000;
  overflow: hidden;
  will-change: transform;
}
.thumbnail .thumbnail__body.thumbnail__body__movie-list {
  border: none;
  width: 250px;
}
@media screen and (min-width: 768px) {
  .thumbnail .thumbnail__body.thumbnail__body__movie-list {
    width: 300px;
  }
}
.thumbnail .thumbnail__body:before {
  content: "";
  position: absolute;
  background: transparent url(../img/play.svg) no-repeat center;
  pointer-events: none;
  width: 36px;
  height: 36px;
  z-index: 3;
  top: 50%;
  left: 50%;
  margin: -18px 0 0 -18px;
  transition: scale 0.5s, cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
}
@media screen and (min-width: 768px) {
  .thumbnail .thumbnail__body:before {
    width: 48px;
    height: 48px;
    margin: -24px 0 0 -24px;
  }
}
.thumbnail .thumbnail__body img {
  width: 100%;
  height: auto;
  transition: opacity 0.5s, scale 0.5s, cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
}
.thumbnail .thumbnail__caption {
  margin: 6px 0;
  font-size: 14px;
  font-size: 3.73vw;
}
@media screen and (min-width: 768px) {
  .thumbnail .thumbnail__caption {
    margin: 12px 0;
    font-size: 16px;
  }
}
.thumbnail .thumbnail__caption .caption__note {
  display: block;
  font-size: 9px;
  font-size: 2.4vw;
  line-height: 1.4;
  margin-top: 3px;
  color: rgba(0, 0, 0, 0.6);
}
@media screen and (min-width: 768px) {
  .thumbnail .thumbnail__caption .caption__note {
    font-size: 11px;
    margin-top: 6px;
    line-height: 1.4;
  }
}
/* $ admissions 入試案内   ========================================================================== */
.admissions-body {
  width: 100%;
  max-width: 890px;
  text-align: center;
  margin: 0 auto;
  z-index: 2;
}

.admissions-contents {
  padding: 1em 0 4.5em 0;
}
@media screen and (min-width: 768px) {
  .admissions-contents {
    padding: 1em 0 4.5em 0;
  }
}
.admissions-contents .admissions-mov {
  margin: 0 auto;
  padding: 3.5em 0 0;
}
@media screen and (min-width: 768px) {
  .admissions-contents .admissions-mov {
    width: calc(50% - 16px);
    text-align: center;
    overflow: hidden;
  }
}
.admissions-contents .admissions-mov p {
  text-align: center;
  margin: 0;
}
.admissions-contents .admissions-links {
  padding: 1.75em 0 0 0;
}
@media screen and (min-width: 768px) {
  .admissions-contents .admissions-links {
    width: calc(50% - 16px);
    text-align: left;
    padding: 0;
  }
}

.admissions-contents2 {
  padding: 1em 0 4.5em 0;
}
@media screen and (min-width: 768px) {
  .admissions-contents2 {
    display: flex;
    justify-content: space-between;
    padding: 1em 0 4.5em 0;
  }
}
@media screen and (min-width: 768px) {
  .admissions-contents2 .admissions-mov {
    width: calc(50% - 16px);
    text-align: center;
    overflow: hidden;
  }
}
.admissions-contents2 .admissions-mov p {
  text-align: center;
  margin: 0;
}
.admissions-contents2 .admissions-links {
  padding: 1.75em 0 0 0;
}
@media screen and (min-width: 768px) {
  .admissions-contents2 .admissions-links {
    width: calc(50% - 16px);
    text-align: left;
    padding: 0;
  }
}

.admissions-links__body {
  margin: 0;
  padding: 0;
}
.admissions-links__body li {
  list-style: none;
  margin: 0 0 10px 0;
}

/* $ Faculty 学部・学科   ========================================================================== */
.faculty-body {
  width: 100%;
  max-width: 890px;
  text-align: center;
  margin: 0 auto;
  z-index: 2;
  padding-left: 30px;
  padding-right: 30px;
}
.faculty-bg {
  background: url(../img/bg_faculty__sp.png) no-repeat;
  background-position: top center;
  padding-left: 30px;
  padding-right: 30px;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .faculty-bg {
    padding-left: 45px;
    padding-right: 45px;
    background: url(../img/bg_faculty.png) no-repeat;
    background-position: top center;
  }
}

.faculty-contents {
  text-align: center;
  margin: 0 auto;
  z-index: 2;
  width: 100%;
  max-width: 890px;
}
.faculty-list {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .faculty-list {
    margin: 0.875em 0 0 0;
  }
}
.faculty-list .faculty-list__item {
  list-style: none;
  margin: 0;
  padding: 0;
  width: calc(50% - 6px);
}
@media screen and (min-width: 768px) {
  .faculty-list .faculty-list__item {
    width: calc(33.3333333333% - 16px);
  }
}
.faculty-list .faculty-list__item:nth-child(2n) {
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .faculty-list .faculty-list__item:nth-child(2n) {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .faculty-list .faculty-list__item:nth-child(3n-1) {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .faculty-list .faculty-list__item:nth-child(3n) {
    margin-top: 40px;
  }
}
.faculty-list .faculty-list__item a {
  display: block;
  position: relative;
  padding: 24px 0;
  font-size: 15px;
  font-size: 4vw;
  font-weight: 600;
  background: #fff;
  border: 2px solid #000;
  border-radius: 8px;
}
@media screen and (min-width: 768px) {
  .faculty-list .faculty-list__item a {
    font-size: 20px;
    padding: 42px 0;
    border-radius: 8px;
  }
}
.faculty-list .faculty-list__item a:hover {
  color: #fff;
  text-decoration: none;
}
.faculty-list .faculty-list__item a:hover:before {
  background: url(../img/bullet_current.svg) no-repeat !important;
}
.faculty-list .faculty-list__item a.fl__houbun:hover {
  background: #265da6;
}
.faculty-list .faculty-list__item a.fl__houbun:before {
  background: url(../img/bullet__houbun.svg) no-repeat;
}
.faculty-list .faculty-list__item a.fl__kyoiku:hover {
  background: #e28932;
}
.faculty-list .faculty-list__item a.fl__kyoiku:before {
  background: url(../img/bullet__kyoiku.svg) no-repeat;
}
.faculty-list .faculty-list__item a.fl__rigaku:hover {
  background: #cfb33b;
}
.faculty-list .faculty-list__item a.fl__rigaku:before {
  background: url(../img/bullet__rigaku.svg) no-repeat;
}
.faculty-list .faculty-list__item a.fl__igaku:hover {
  background: #4daaa8;
}
.faculty-list .faculty-list__item a.fl__igaku:before {
  background: url(../img/bullet__igaku.svg) no-repeat;
}
.faculty-list .faculty-list__item a.fl__shigaku:hover {
  background: #c27870;
}
.faculty-list .faculty-list__item a.fl__shigaku:before {
  background: url(../img/bullet__shigaku.svg) no-repeat;
}
.faculty-list .faculty-list__item a.fl__kougaku:hover {
  background: #de7444;
}
.faculty-list .faculty-list__item a.fl__kougaku:before {
  background: url(../img/bullet__kougaku.svg) no-repeat;
}
.faculty-list .faculty-list__item a.fl__nougaku:hover {
  background: #aaa54b;
}
.faculty-list .faculty-list__item a.fl__nougaku:before {
  background: url(../img/bullet__nougaku.svg) no-repeat;
}
.faculty-list .faculty-list__item a.fl__suisan:hover {
  background: #3c8ad1;
}
.faculty-list .faculty-list__item a.fl__suisan:before {
  background: url(../img/bullet__suisan.svg) no-repeat;
}
.faculty-list .faculty-list__item a.fl__kyoudoujuui:hover {
  background: #8dbd54;
}
.faculty-list .faculty-list__item a.fl__kyoudoujuui:before {
  background: url(../img/bullet__kyoudoujuui.svg) no-repeat;
}
.faculty-list .faculty-list__item a:before {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 12px;
  content: "";
  width: 16px;
  height: 16px;
  background: url(../img/bullet.svg) no-repeat;
  background-size: cover;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .faculty-list .faculty-list__item a:before {
    left: 32px;
    width: 19px;
    height: 19px;
  }
}

/* $ Movie 学部紹介動画   ========================================================================== */
.movie-list {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.movie-list .movie-list__item {
  margin: 0;
  padding: 0 16px;
  list-style: none;
  position: relative;
}
.movie-list .movie-list__item.new {
  clip-path: inset(0 0 0 16px);
}
.movie-list .movie-list__item.new:before {
  position: absolute;
  top: 9px;
  left: -21px;
  color: #fff;
  content: "NEW";
  letter-spacing: 0.05em;
  background: #F57429;
  z-index: 10;
  line-height: 1;
  font-size: 14px;
  padding: 7px 46px 8px;
  transform: rotate(-45deg);
  z-index: 999;
}
.movie-list .movie-list__item figure {
  margin: 0;
  padding: 0;
}

/* $ Message センパイMessage   ========================================================================== */
.message__note {
  width: 100%;
  text-align: right;
  margin: 0 auto;
  padding: 0.435em 16px;
  font-size: 85%;
}
@media screen and (min-width: 768px) {
  .message__note {
    padding: 0.435em 32px;
  }
}

.message-body {
  text-align: center;
}

.message-contents {
  width: 100%;
}
.message-list {
  margin: 0 0 8px 0;
  padding: 0;
  overflow: hidden;
}
.message-list .message-list__item {
  margin: 0;
  padding: 0 8px;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .message-list .message-list__item {
    padding: 0 16px;
  }
}
.message-list .message-list__item a {
  width: 220px;
  overflow: hidden;
  height: 100%;
  display: block;
  background: #fff;
  will-change: transform;
}
@media screen and (min-width: 768px) {
  .message-list .message-list__item a {
    width: 285px;
  }
}
.message-list .message-list__item a:hover {
  border-radius: 16px;
}
.message-list .message-list__item a.message__houbun:hover {
  background: #265da6;
}
.message-list .message-list__item a.message__kyoiku:hover {
  background: #e28932;
}
.message-list .message-list__item a.message__rigaku:hover {
  background: #cfb33b;
}
.message-list .message-list__item a.message__igaku:hover {
  background: #4daaa8;
}
.message-list .message-list__item a.message__shigaku:hover {
  background: #c27870;
}
.message-list .message-list__item a.message__kougaku:hover {
  background: #de7444;
}
.message-list .message-list__item a.message__nougaku:hover {
  background: #aaa54b;
}
.message-list .message-list__item a.message__suisan:hover {
  background: #3c8ad1;
}
.message-list .message-list__item a.message__kyoudoujuui:hover {
  background: #8dbd54;
}
.message-list .message-list__item a:hover {
  text-decoration: none;
  color: #fff;
}
.message-list .message-list__item a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  transform: scale(1.05, 1.05);
}
.message-list .message-list__item a figure {
  margin: 0;
  padding: 0;
  height: 190px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 768px) {
  .message-list .message-list__item a figure {
    height: 247px;
  }
}
.message-list .message-list__item a figure img {
  width: 100%;
  height: auto;
  transition: opacity 0.5s, scale 0.5s, cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
}

.message-item__body {
  text-align: left;
  padding: 20px;
}
.message-item__body .heading__course {
  margin: 0;
  padding: 0;
  line-height: 1.6;
  font-weight: 600;
  font-size: 13px;
  font-size: 3.46vw;
}
@media screen and (min-width: 768px) {
  .message-item__body .heading__course {
    font-size: 14px;
  }
}
.message-item__body .heading__course .course {
  display: block;
  font-size: 16px;
  font-size: 4.26vw;
}
@media screen and (min-width: 768px) {
  .message-item__body .heading__course .course {
    font-size: 18px;
  }
}
.message-item__body .message-text {
  margin: 0.875em 0 0 0;
  padding: 0;
  line-height: 1.6;
}
.message-item__body .message-text .name {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-size: 3.73vw;
}
@media screen and (min-width: 768px) {
  .message-item__body .message-text .name {
    font-size: 16px;
  }
}
.message-item__body .message-text .name span {
  font-size: 85%;
}
.message-item__body .message-text .origin {
  margin: 0;
  padding: 0;
  font-size: 11px;
  font-size: 2.93vw;
  letter-spacing: -0.04em;
}
@media screen and (min-width: 768px) {
  .message-item__body .message-text .origin {
    font-size: 13px;
  }
}

/* $ experience KADAIの授業を体験しよう！   ========================================================================== */
.experience-body {
  z-index: 3;
  width: 100%;
  max-width: 890px;
  margin: 0 auto;
  text-align: center;
}

.experience-contents {
  position: relative;
  z-index: 3;
  padding-bottom: 0.435em;
}
@media screen and (min-width: 768px) {
  .experience-contents {
    padding-bottom: 0.875em;
  }
}

.experience-items {
  background: #fff;
  border-radius: 8px;
  margin: 0.875em 0;
  padding: 0;
  transition: background-color 0.5s, color 0.5s, cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
}
@media screen and (min-width: 768px) {
  .experience-items {
    margin: 1.75em 0;
  }
}
.experience-items.active .heading__experience__course-item:hover {
  color: #fff !important;
}
.experience-items.experience__besty {
  position: relative;
  background: #B38630;
}
.experience-items.experience__besty .heading__experience__course-item {
  color: #fff;
  padding-left: 46px;
  text-shadow: 1px 1px 1px #BF953F;
}
@media screen and (min-width: 768px) {
  .experience-items.experience__besty .heading__experience__course-item {
    padding-left: 94px;
  }
}
.experience-items.experience__besty .heading__experience__course-item .icon__besty {
  position: absolute;
  top: calc(50% - 14px);
  left: 12px;
  width: auto;
  height: 28px;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .experience-items.experience__besty .heading__experience__course-item .icon__besty {
    top: calc(50% - 28px);
    left: 20px;
    width: auto;
    height: 56px;
  }
}
.experience-items.experience__besty .heading__experience__course-item:hover {
  color: rgba(255, 255, 255, 0.7) !important;
  text-shadow: 1px 1px 1px #BF953F;
}
.experience-items.experience__houbun.active {
  background: #265da6;
}
.experience-items.experience__houbun .heading__experience__course-item {
  color: #265da6;
}
.experience-items.experience__houbun .heading__experience__course-item:hover {
  color: rgba(38, 93, 166, 0.7);
}
.experience-items.experience__kyoiku.active {
  background: #e28932;
}
.experience-items.experience__kyoiku .heading__experience__course-item {
  color: #e28932;
}
.experience-items.experience__kyoiku .heading__experience__course-item:hover {
  color: rgba(226, 137, 50, 0.7);
}
.experience-items.experience__rigaku.active {
  background: #cfb33b;
}
.experience-items.experience__rigaku .heading__experience__course-item {
  color: #cfb33b;
}
.experience-items.experience__rigaku .heading__experience__course-item:hover {
  color: rgba(207, 179, 59, 0.7);
}
.experience-items.experience__igaku.active {
  background: #4daaa8;
}
.experience-items.experience__igaku .heading__experience__course-item {
  color: #4daaa8;
}
.experience-items.experience__igaku .heading__experience__course-item:hover {
  color: rgba(77, 170, 168, 0.7);
}
.experience-items.experience__shigaku.active {
  background: #c27870;
}
.experience-items.experience__shigaku .heading__experience__course-item {
  color: #c27870;
}
.experience-items.experience__shigaku .heading__experience__course-item:hover {
  color: rgba(194, 120, 112, 0.7);
}
.experience-items.experience__kougaku.active {
  background: #de7444;
}
.experience-items.experience__kougaku .heading__experience__course-item {
  color: #de7444;
}
.experience-items.experience__kougaku .heading__experience__course-item:hover {
  color: rgba(222, 116, 68, 0.7);
}
.experience-items.experience__nougaku.active {
  background: #aaa54b;
}
.experience-items.experience__nougaku .heading__experience__course-item {
  color: #aaa54b;
}
.experience-items.experience__nougaku .heading__experience__course-item:hover {
  color: rgba(170, 165, 75, 0.7);
}
.experience-items.experience__suisan.active {
  background: #3c8ad1;
}
.experience-items.experience__suisan .heading__experience__course-item {
  color: #3c8ad1;
}
.experience-items.experience__suisan .heading__experience__course-item:hover {
  color: rgba(60, 138, 209, 0.7);
}
.experience-items.experience__suisan2.active {
  background: #c184b9;
}
.experience-items.experience__suisan2 .heading__experience__course-item {
  color: #c184b9;
}
.experience-items.experience__suisan2 .heading__experience__course-item:hover {
  color: rgba(193, 132, 185, 0.7);
}
.experience-items.experience__kyoudoujuui.active {
  background: #8dbd54;
}
.experience-items.experience__kyoudoujuui .heading__experience__course-item {
  color: #8dbd54;
}
.experience-items.experience__kyoudoujuui .heading__experience__course-item:hover {
  color: rgba(141, 189, 84, 0.7);
}
.experience-items.experience__other.active {
  background: #42937c;
}
.experience-items.experience__other .heading__experience__course-item {
  color: #42937c;
}
.experience-items.experience__other .heading__experience__course-item:hover {
  color: rgba(66, 147, 124, 0.7);
}
.experience-items.active {
  padding: 0 0 24px;
}
.experience-items.active .heading__experience__course-item {
  color: #fff;
}
.experience-items.active .heading__experience__course-item:before {
  transform: rotate(-45deg);
}
.experience-items .heading__experience__course-item {
  text-align: left;
  margin: 0;
  position: relative;
  padding: 24px 24px;
  font-size: 16px;
  font-size: 4.26vw;
  font-weight: bold;
  cursor: pointer;
  transition: color 0.2s;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .experience-items .heading__experience__course-item {
    font-size: 20px;
    padding: 32px 30px;
  }
}
.experience-items .heading__experience__course-item:before {
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  font-weight: 900;
  transition: transform 0.2s;
  font-size: 16px;
  font-size: 4.26vw;
  top: calc(50% - 2.13vw);
  right: 4.26vw;
  width: 4.26vw;
  height: 4.26vw;
}
@media screen and (min-width: 768px) {
  .experience-items .heading__experience__course-item:before {
    font-size: 24px;
    top: calc(50% - 12px);
    right: 32px;
    width: 24px;
    height: 24px;
  }
}
.experience-items .experience-item__contents {
  display: none;
  background: #fff;
  padding: 16px 28px;
}
@media screen and (min-width: 768px) {
  .experience-items .experience-item__contents {
    padding: 0 30px;
  }
}

.heading__besty {
  padding: 0.875em 0 1em;
  text-align: center;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .heading__besty {
    padding: 1.75em 0 1em;
  }
}
.heading__besty img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .heading__besty img {
    width: 340px;
  }
}

.besty__copy {
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 1.75em;
  text-align: center;
}
.besty__copy .besty__br {
  display: block;
}
@media screen and (min-width: 768px) {
  .besty__copy .besty__br {
    display: none;
  }
}

.experience-item {
  border-bottom: 1px dotted #000;
  text-align: left;
}
.experience-item:last-child {
  border: none;
}
.experience-item .experience-mv-link {
  position: relative;
  display: block;
  padding: 16px 0;
}
@media screen and (min-width: 768px) {
  .experience-item .experience-mv-link {
    display: flex;
    padding: 30px 0;
  }
}
.experience-item .experience-mv-link:hover::after {
  transform: scale(1.15);
}
.experience-item .experience-mv-link:hover .experience-item__thumb img {
  transform: scale(1.05);
}
@media screen and (min-width: 768px) {
  .experience-item .experience-mv-link::after {
    content: "\f144";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    font-weight: 400;
    font-size: 42px;
    line-height: 42px;
    top: calc(50% - 24px);
    right: 32px;
    transition: transform 0.2s;
  }
}
.experience-item .experience-mv-link .experience-item__thumb {
  will-change: transform;
  overflow: hidden;
  flex-shrink: 0;
  position: relative;
}
.experience-item .experience-mv-link .experience-item__thumb.new {
  clip-path: inset(0 0 0 0);
  position: relative;
}
.experience-item .experience-mv-link .experience-item__thumb.new:after {
  display: block;
  position: absolute;
  top: 7px;
  left: -42px;
  color: #fff;
  content: "NEW";
  letter-spacing: 0.05em;
  background: #F57429;
  line-height: 1;
  font-size: 12px;
  padding: 6px 46px 7px;
  transform: rotate(-45deg);
  z-index: 999;
}
.experience-item .experience-mv-link .experience-item__thumb:before {
  content: "";
  position: absolute;
  background: transparent url(../img/play.svg) no-repeat center;
  pointer-events: none;
  width: 36px;
  height: 36px;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .experience-item .experience-mv-link .experience-item__thumb:before {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .experience-item .experience-mv-link .experience-item__thumb {
    flex-basis: 210px;
    width: 210px;
    height: 118px;
  }
}
.experience-item .experience-mv-link .experience-item__thumb img {
  width: 100%;
  height: auto;
  transition: scale 0.5s, cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
}
.experience-item .experience-mv-link .experience-item__body {
  padding: 8px 0 0 0;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .experience-item .experience-mv-link .experience-item__body {
    padding: 0 86px 0 50px;
  }
}
.experience-item .experience-mv-link .experience-item__body .exp__mov__course {
  display: block;
  font-size: 12px;
  font-size: 3.2vw;
  line-height: 1.6;
  margin: 0 0 2px 0;
}
@media screen and (min-width: 768px) {
  .experience-item .experience-mv-link .experience-item__body .exp__mov__course {
    font-size: 14px;
  }
}
.experience-item .experience-mv-link .experience-item__body .exp__mov__course .besty__course {
  font-weight: bold;
}
.experience-item .experience-mv-link .experience-item__body .exp__mov__course .besty__houbun {
  color: #265da6;
}
.experience-item .experience-mv-link .experience-item__body .exp__mov__course .besty__kyoiku {
  color: #e28932;
}
.experience-item .experience-mv-link .experience-item__body .exp__mov__course .besty__rigaku {
  color: #cfb33b;
}
.experience-item .experience-mv-link .experience-item__body .exp__mov__course .besty__igaku {
  color: #4daaa8;
}
.experience-item .experience-mv-link .experience-item__body .exp__mov__course .besty__shigaku {
  color: #c27870;
}
.experience-item .experience-mv-link .experience-item__body .exp__mov__course .besty__nougaku {
  color: #aaa54b;
}
.experience-item .experience-mv-link .experience-item__body .exp__mov__course .besty__suisan {
  color: #3c8ad1;
}
.experience-item .experience-mv-link .experience-item__body .exp__mov__course .besty__kyoudoujuui {
  color: #8dbd54;
}
.experience-item .experience-mv-link .experience-item__body .exp__mov__course .besty__other {
  color: #42937c;
}
.experience-item .experience-mv-link .experience-item__body .exp__mov__title {
  margin: 2px 0;
  font-size: 16px;
  font-size: 4.26vw;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .experience-item .experience-mv-link .experience-item__body .exp__mov__title {
    font-size: 19px;
    line-height: 1.2;
  }
}
.experience-item .experience-mv-link .experience-item__body .exp__mov__teacher {
  display: block;
  font-size: 13px;
  font-size: 3.46vw;
  line-height: 1.6;
  margin: 0 0 14px 0;
}
@media screen and (min-width: 768px) {
  .experience-item .experience-mv-link .experience-item__body .exp__mov__teacher {
    font-size: 16px;
  }
}
.experience-item .experience-mv-link .experience-item__body .exp__mov__teacher:last-child {
  margin: 0;
}

.experience-item__body__parts {
  margin-bottom: 1em;
}

/* $ More Information KADAIをもっと知る   ========================================================================== */
.nav__items {
  width: 100%;
  max-width: 890px;
  text-align: center;
  margin: 0 auto;
  display: flex;
  padding: 0.875em 32px 1.5em;
}
@media screen and (min-width: 768px) {
  .nav__items {
    padding: 1.75em 0;
  }
}
.nav__items .nav__item {
  width: 34px;
  height: 34px;
  cursor: pointer;
  margin-right: 16px;
}
.nav__items .nav__item svg {
  width: 100%;
  height: auto;
}
.nav__items .nav__left:hover .a {
  fill: #0ae864;
}
.nav__items .nav__left .a {
  fill: #fff;
  stroke: #210;
}
.nav__items .nav__left .b {
  fill: #210;
}
.nav__items .nav__right:hover .a {
  fill: #0ae864;
}
.nav__items .nav__right .a {
  fill: #fff;
  stroke: #210;
}
.nav__items .nav__right .b {
  fill: #210;
}

/* ==========================================================================
   v.$ career
   ========================================================================== */
.career__head {
  width: 100%;
  text-align: center;
  padding: 0 32px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .career__head {
    padding: 0 30px;
  }
}
@media screen and (min-width: 992px) {
  .career__head {
    padding: 0 45px;
  }
}
.career__head .carreer__introduction {
  text-align: center;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .career__head .carreer__introduction {
    margin: -25px 0 0 0;
  }
}

.career__contents-list {
  margin: 24px 0;
  padding: 0;
  display: inline-flex;
  justify-content: center;
  border: 1px solid #000;
  border-radius: 8px;
  overflow: hidden;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .career__contents-list {
    margin: 46px 0;
    border-radius: 8px;
  }
}
.career__contents-list li {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  border-right: 1px dotted #000;
  border-bottom: 1px dotted #000;
  width: 50%;
}
@media screen and (min-width: 768px) {
  .career__contents-list li {
    width: auto;
    border-bottom: none;
  }
}
.career__contents-list li:nth-child(2n) {
  border-right: none;
}
@media screen and (min-width: 768px) {
  .career__contents-list li:nth-child(2n) {
    border-right: 1px dotted #000;
  }
}
.career__contents-list li:nth-child(3n) {
  border-bottom: none;
}
.career__contents-list li:last-child {
  border: none;
}
.career__contents-list li a {
  display: block;
  line-height: 1;
  padding: 16px 24px 16px 8px;
  font-weight: bold;
  overflow: hidden;
  font-size: 12px;
  font-size: 3.2vw;
}
@media screen and (min-width: 768px) {
  .career__contents-list li a {
    padding: 20px 46px 20px 24px;
    font-size: 16px;
  }
}
@media screen and (min-width: 992px) {
  .career__contents-list li a {
    padding: 20px 52px 20px 30px;
  }
}
.career__contents-list li a:hover {
  background: #000;
  color: #fff;
  text-decoration: none;
}
.career__contents-list li a::after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  font-weight: 900;
  transition: transform 0.2s;
  font-size: 12px;
  font-size: 3.2vw;
  top: calc(50% - 1.6vw);
  right: 4.26vw;
}
@media screen and (min-width: 768px) {
  .career__contents-list li a::after {
    font-size: 14px;
    line-height: 14px;
    top: 50%;
    transform: translateY(-45%);
    right: 16px;
  }
}

/* $ Support 就職支援   ========================================================================== */
.support-contents {
  width: 100%;
  max-width: 890px;
  margin: 0 auto;
  padding-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .support-contents {
    padding-bottom: 40px;
  }
}
.support-contents .support__item {
  position: relative;
  padding: 0;
  min-height: 170px;
  margin: 1.75em 0;
}
@media screen and (min-width: 768px) {
  .support-contents .support__item {
    padding: 0 317px 0 0;
    margin: 25px 0 60px;
  }
}
.support-contents .support__item .heading__support__item {
  text-align: left;
  font-size: 17px;
  font-size: 4.8vw;
  background: #000;
  color: #fff;
  margin: 0 0 0.875em 0;
  border-radius: 8px;
  font-feature-settings: "palt";
  padding: 4px 8px;
}
@media screen and (min-width: 768px) {
  .support-contents .support__item .heading__support__item {
    line-height: 0;
    padding: 22px 8px 20px;
    font-size: 22px;
  }
}
.support-contents .support__item .support__img {
  padding: 0 8px;
}
@media screen and (min-width: 768px) {
  .support-contents .support__item .support__img {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
  }
}
.support-contents .support__item .support__img img {
  border: 1px solid #000;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .support-contents .support__item .support__img img {
    width: 280px;
  }
}
.support-contents .support__item .support__text {
  font-size: 13px;
  font-size: 3.46vw;
  padding: 1em 8px 0;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .support-contents .support__item .support__text {
    font-size: 14px;
    line-height: 2;
    padding: 0 4px;
  }
}

@-moz-document url-prefix() {
  /* ここに書く */
  @media screen and (min-width: 768px) {
    .heading__support__item {
      padding: 19px 8px 21px !important;
    }
  }
}
/* $ Career キャリアデザイン   ========================================================================== */
.carrer-body {
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (min-width: 768px) {
  .carrer-body {
    padding-left: 45px;
    padding-right: 45px;
  }
}

.carrer-contents {
  width: 100%;
  max-width: 890px;
  margin: 0 auto;
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .carrer-contents {
    padding-bottom: 40px;
  }
}
.carrer-contents .carrer__item {
  position: relative;
  padding: 0;
  min-height: 170px;
  margin: 25px 0 60px;
}
.carrer-contents .carrer__item:last-child {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .carrer-contents .carrer__item {
    padding: 0 380px 0 0;
  }
}
@media screen and (min-width: 992px) {
  .carrer-contents .carrer__item {
    padding: 0 420px 0 0;
  }
}
.carrer-contents .carrer__item .heading__carrer__item {
  text-align: left;
  font-size: 17px;
  font-size: 4.8vw;
  margin: 0 0 0.875em 0;
  font-feature-settings: "palt";
}
@media screen and (min-width: 768px) {
  .carrer-contents .carrer__item .heading__carrer__item {
    line-height: 1.4;
    font-size: 22px;
  }
}
.carrer-contents .carrer__item .carrer__img {
  padding: 0 8px;
}
@media screen and (min-width: 768px) {
  .carrer-contents .carrer__item .carrer__img {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
  }
}
.carrer-contents .carrer__item .carrer__img img {
  width: 100%;
  height: auto;
}
.carrer-contents .carrer__item .carrer__text {
  font-size: 13px;
  font-size: 3.46vw;
  padding: 1em 8px 0;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .carrer-contents .carrer__item .carrer__text {
    font-size: 14px;
    line-height: 2;
  }
}

/* $ internship インターンシップ   ========================================================================== */
.internship-contents {
  width: 100%;
  max-width: 890px;
  margin: 0 auto;
  padding: 0 2.13vw 0 0;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .internship-contents {
    padding: 0;
    padding-bottom: 40px;
  }
}
.internship-contents .internship__item {
  position: relative;
  padding: 0 0 0 4.26vw;
  min-height: 227px;
  margin: 0 0 60px;
  border-left: 5px solid #0ae864;
}
@media screen and (min-width: 768px) {
  .internship-contents .internship__item {
    padding: 0 355px 0 0;
    margin: 25px 0 60px;
    border-left: none;
  }
}
@media screen and (min-width: 992px) {
  .internship-contents .internship__item {
    padding: 0 475px 0 0;
    margin: 25px 0 60px;
    border-left: none;
  }
}
.internship-contents .internship__item:nth-child(even) {
  padding: 0 4.26vw 0 0;
  border-left: none;
  border-right: 5px solid #0ae864;
}
@media screen and (min-width: 768px) {
  .internship-contents .internship__item:nth-child(even) {
    padding: 0 0 0 355px;
    border-right: none;
  }
}
@media screen and (min-width: 992px) {
  .internship-contents .internship__item:nth-child(even) {
    padding: 0 0 0 475px;
    border-right: none;
  }
}
.internship-contents .internship__item:nth-child(even) .heading__internship__item {
  text-align: right;
}
@media screen and (min-width: 768px) {
  .internship-contents .internship__item:nth-child(even) .internship__img {
    position: absolute;
    top: 0;
    left: 30px;
    right: auto;
  }
}
@media screen and (min-width: 768px) {
  .internship-contents .internship__item:nth-child(even) .internship__text {
    border-left: none;
    padding: 0 30px 0 0;
    border-right: 5px solid #0ae864;
  }
}
.internship-contents .internship__item .heading__internship__item {
  text-align: left;
  font-size: 17px;
  font-size: 4.53vw;
  margin: 0 0 1.4em 0;
  font-feature-settings: "palt";
  text-transform: uppercase;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .internship-contents .internship__item .heading__internship__item {
    font-size: 22px;
  }
}
.internship-contents .internship__item .heading__internship__item span {
  display: block;
  font-size: 68.1%;
}
@media screen and (min-width: 768px) {
  .internship-contents .internship__item .internship__img {
    position: absolute;
    top: 0;
    right: 30px;
    padding: 0;
  }
}
.internship-contents .internship__item .internship__img img {
  border: 1px solid #000;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .internship-contents .internship__item .internship__img img {
    width: 273px;
  }
}
@media screen and (min-width: 992px) {
  .internship-contents .internship__item .internship__img img {
    width: 373px;
  }
}
.internship-contents .internship__item .internship__img img.noborder {
  border: none;
}
@media screen and (min-width: 992px) {
  .internship-contents .internship__item .internship__img img.award {
    margin-top: 40px;
  }
}
.internship-contents .internship__item .internship__text {
  font-size: 13px;
  font-size: 3.46vw;
  padding: 1em 8px 0;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .internship-contents .internship__item .internship__text {
    font-size: 14px;
    border-left: 5px solid #0ae864;
    padding: 0 0 0 30px;
    letter-spacing: -0.01em;
  }
  .internship-contents .internship__item .internship__text::before, .internship-contents .internship__item .internship__text::after {
    display: block;
    content: "";
    height: 1px;
    width: 0;
  }
  .internship-contents .internship__item .internship__text::before {
    margin-bottom: -0.5em;
  }
  .internship-contents .internship__item .internship__text::after {
    margin-top: -0.5em;
  }
}
.internship-contents .internship__item .internship__text .internship__note {
  font-size: 85%;
}

/* $ job 就職実績   ========================================================================== */
.job-body {
  width: 100%;
  max-width: 890px;
  margin: 0 auto;
}

.job-contents {
  width: 100%;
  max-width: 890px;
  margin: 0 auto;
}

.qualifications .qualifications-contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 0 1.75em 0;
}
.qualifications .qualifications-contents .qualifications__item {
  width: calc(50% - 2.13vw);
  margin: 1.75em 0 0 0;
}
@media screen and (min-width: 768px) {
  .qualifications .qualifications-contents .qualifications__item {
    width: 33.3333333333%;
    margin: 3em 0 0 0;
  }
}
.qualifications .qualifications-contents .qualifications__item h4 {
  margin: 0;
  position: relative;
  padding: 0;
  text-align: center;
  font-size: 15px;
  font-size: 4vw;
  font-feature-settings: "palt";
}
@media screen and (min-width: 768px) {
  .qualifications .qualifications-contents .qualifications__item h4 {
    font-size: 18px;
  }
}
.qualifications .qualifications-contents .qualifications__item h4::before, .qualifications .qualifications-contents .qualifications__item h4::after {
  z-index: -1;
  position: absolute;
  top: calc(50% - 1px);
  padding: 0;
  background: #000;
  height: 2px;
  content: "";
  width: 50%;
}
.qualifications .qualifications-contents .qualifications__item h4::before {
  left: 6px;
}
@media screen and (min-width: 768px) {
  .qualifications .qualifications-contents .qualifications__item h4::before {
    left: 64px;
  }
}
.qualifications .qualifications-contents .qualifications__item h4::after {
  right: 6px;
}
@media screen and (min-width: 768px) {
  .qualifications .qualifications-contents .qualifications__item h4::after {
    right: 64px;
  }
}
.qualifications .qualifications-contents .qualifications__item h4 .borders {
  position: relative;
  padding: 0 0.5em;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .qualifications .qualifications-contents .qualifications__item h4 .borders {
    padding: 0 1em;
  }
}
.qualifications .qualifications-contents .qualifications__item p {
  display: inline-block;
  letter-spacing: -0.02em;
  line-height: 1.1;
  padding: 0;
  margin: 0 -0.02em 0 0;
  color: #0ae864;
  font-size: 74px;
  font-size: 19.73vw;
  font-weight: 600;
  text-align: center;
  font-feature-settings: "palt";
}
@media screen and (min-width: 768px) {
  .qualifications .qualifications-contents .qualifications__item p {
    font-size: 110px;
  }
}
@media screen and (min-width: 992px) {
  .qualifications .qualifications-contents .qualifications__item p {
    font-size: 130px;
  }
}
.qualifications .qualifications-contents .qualifications__item p::before, .qualifications .qualifications-contents .qualifications__item p::after {
  display: block;
  content: "";
  height: 1px;
  width: 0;
}
.qualifications .qualifications-contents .qualifications__item p::before {
  margin-bottom: -0.05em;
}
.qualifications .qualifications-contents .qualifications__item p::after {
  margin-top: -0.05em;
}
.qualifications .qualifications-contents .qualifications__item p .number {
  margin: 0;
  font-size: 50%;
}

.placement-contents {
  margin: 0 auto;
  padding: 1.75em 0;
}
@media screen and (min-width: 768px) {
  .placement-contents {
    padding: 1.75em 0 3em;
  }
}
.placement-contents .placement__item {
  background: url(../img/career/placement.png) no-repeat;
  position: relative;
  padding-top: 21.3%;
  margin: 0 auto;
  background-size: cover;
}
.placement-contents .placement__item p {
  font-weight: bold;
  margin: 0;
  color: #fff;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 1;
  font-size: 66px;
  font-size: 17.6vw;
}
@media screen and (min-width: 768px) {
  .placement-contents .placement__item p {
    font-size: 145px;
    top: 45%;
  }
}
.placement-contents .placement__item p .number {
  margin: 0;
  font-size: 50%;
}

.heading__job__contents {
  font-feature-settings: "palt";
  margin: 0.875em 0 0 0;
}
@media screen and (min-width: 768px) {
  .heading__job__contents {
    margin: 1.75em 0 0 0;
  }
}
.heading__job__contents .annual {
  display: block;
  font-size: 14px;
  font-size: 3.73vw;
}
@media screen and (min-width: 768px) {
  .heading__job__contents .annual {
    font-size: 14px;
  }
}
.heading__job__contents .heading__job__body {
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 1px 36px;
  border-radius: 36px;
  margin: 6px 0;
  font-size: 23px;
  font-size: 6.13vw;
}
@media screen and (min-width: 768px) {
  .heading__job__contents .heading__job__body {
    min-width: 270px;
    font-size: 34px;
    padding: 2px 32px;
  }
}

.employment {
  border-top: 1px dotted #000;
  padding: 0.875em 0;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .employment {
    padding: 1.75em 0;
  }
}

.heading__employment {
  font-feature-settings: "palt";
  font-size: 20px;
  font-size: 5.33vw;
}
@media screen and (min-width: 768px) {
  .heading__employment {
    font-size: 22px;
  }
}
.heading__employment .annual {
  display: block;
  font-size: 12px;
  font-size: 3.2vw;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .heading__employment .annual {
    font-size: 13px;
  }
}
.heading__employment .note {
  font-size: 12px;
  font-size: 3.2vw;
  font-weight: normal;
  margin: 0 0.875em 0;
}
@media screen and (min-width: 768px) {
  .heading__employment .note {
    font-size: 13px;
  }
}

.employment__item {
  padding-bottom: 0.435em;
}
.employment__item .heading__employment__item {
  margin: 0 0 0.875em;
  color: #fff;
  font-size: 14px;
  font-size: 3.73vw;
  background: #000;
  padding: 6px 8px;
  border-radius: 8px;
}
@media screen and (min-width: 768px) {
  .employment__item .heading__employment__item {
    font-size: 16px;
    padding: 8px 14px;
  }
}
.employment__item .heading__employment__item.heading__emp-houbun {
  background: #265da6;
}
.employment__item .heading__employment__item.heading__emp-kyoiku {
  background: #e28932;
}
.employment__item .heading__employment__item.heading__emp-rigaku {
  background: #cfb33b;
}
.employment__item .heading__employment__item.heading__emp-igaku {
  background: #4daaa8;
}
.employment__item .heading__employment__item.heading__emp-shigaku {
  background: #c27870;
}
.employment__item .heading__employment__item.heading__emp-kougaku {
  background: #de7444;
}
.employment__item .heading__employment__item.heading__emp-nougaku {
  background: #aaa54b;
}
.employment__item .heading__employment__item.heading__emp-suisan {
  background: #3c8ad1;
}
.employment__item .heading__employment__item.heading__emp-kyoudoujuui {
  background: #8dbd54;
}
.employment__item p {
  font-size: 12px;
  font-size: 3.2vw;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .employment__item p {
    font-size: 14px;
  }
}

.dotted {
  display: block;
  width: 100%;
  height: 4px;
  border: none;
  background-image: radial-gradient(circle farthest-side, rgba(0, 0, 0, 0.45) 45%, transparent 45%, transparent 100%);
  background-size: 4px 4px;
  background-repeat: repeat-x;
  background-position: center;
}

.hidden__sp {
  display: none;
}
@media screen and (min-width: 768px) {
  .hidden__sp {
    display: block;
  }
}

.hidden__pc {
  display: block;
}
@media screen and (min-width: 768px) {
  .hidden__pc {
    display: none;
  }
}

/* ==========================================================================
   v.$ footer
   ========================================================================== */
.footer {
  position: relative;
}
@media screen and (min-width: 1200px) {
  .footer {
    padding: 0 0 0 248px;
  }
}

.footer-body {
  position: relative;
  padding: 3.5em 30px;
}
@media screen and (min-width: 768px) {
  .footer-body {
    padding: 3.5em 45px;
  }
}
.footer-body:before {
  content: "";
  display: block;
  width: 96.5%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #000;
  border-radius: 14.6vw 0 0 0;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .footer-body:before {
    border-radius: 80px 0 0 0;
  }
}
.footer-body .ofiicial-sns {
  display: flex;
  margin: 0;
  padding: 0 0 24px 0;
  justify-content: center;
}
.footer-body .ofiicial-sns li {
  list-style: none;
  margin: 0 12px;
  padding: 0;
}
.footer-body .ofiicial-sns li a {
  color: #fff;
}
.footer-body .ofiicial-sns li a img {
  width: auto;
  height: 32px;
}

.address {
  color: #fff;
  text-align: center;
  font-size: 11px;
  font-size: 2.93vw;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  .address {
    font-size: 13px;
  }
}

/* ==========================================================================
   v.$ drawer moble-nav
   ========================================================================== */
.drawer-open {
  overflow: hidden;
}

.ua-windows_nt .drawer-open {
  overflow: auto;
}

.mobile-fixed-nav {
  position: fixed;
  z-index: 40;
  top: 0;
  right: 0;
  width: 64px;
  height: 64px;
  background: #000;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .mobile-fixed-nav {
    width: 85px;
    height: 85px;
  }
}
@media screen and (min-width: 1200px) {
  .mobile-fixed-nav {
    display: none;
  }
}

.drawer-hamburger {
  display: block;
  width: 64px;
  height: 64px;
  padding: 0 20px;
  margin: 0 auto;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transform: translateZ(0);
  border: 0;
  outline: 0;
  background-color: transparent;
}
@media screen and (min-width: 992px) {
  .drawer-hamburger {
    width: 78px;
    height: 78px;
    padding: 0 20px;
  }
}

.drawer-hamburger:hover {
  cursor: pointer;
  background-color: transparent;
}

.drawer-hamburger-icon {
  position: relative;
  display: block;
  margin: 0;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
  width: 100%;
  height: 2px;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  background-color: #fff;
}

.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
  position: absolute;
  top: -8px;
  left: 0;
  content: " ";
}

.drawer-hamburger-icon:after {
  top: 8px;
}

.drawer-open .drawer-hamburger-icon {
  background-color: transparent;
}

.drawer-open .drawer-hamburger-icon:after,
.drawer-open .drawer-hamburger-icon:before {
  top: 0;
}

.drawer-open .drawer-hamburger-icon:before {
  transform: rotate(-45deg);
}

.drawer-open .drawer-hamburger-icon:after {
  transform: rotate(45deg);
}

.sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
}

.drawer-nav {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  min-height: 100vh;
  background: rgba(245, 245, 245, 0.95);
  z-index: 3;
  transform: translateX(110%);
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
  display: flex;
}
@media screen and (min-width: 1200px) {
  .drawer-nav {
    display: none;
  }
}
.drawer-nav.open-nav {
  transform: translateX(0);
}
.drawer-nav.open-nav .drawer-clone {
  opacity: 1;
  filter: alpha(opacity=100);
}

.dn-contaier {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  min-height: 100vh;
  padding: 64px 0 64px 0;
  position: relative;
  color: #000;
}
@media screen and (min-width: 992px) {
  .dn-contaier {
    padding: 85px 0 85px 0;
  }
}

.drawer-clone {
  transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
  opacity: 0;
  filter: alpha(opacity=0);
  margin: 0 0 32px 0;
  padding: 0;
  list-style: none;
}
.drawer-clone .global-nav__item {
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 22px;
  font-size: 5.86vw;
  border-bottom: 1px dotted #000;
}
@media screen and (min-width: 768px) {
  .drawer-clone .global-nav__item {
    font-size: 26px;
  }
}
@media screen and (min-width: 992px) {
  .drawer-clone .global-nav__item {
    font-size: 33px;
  }
}
.drawer-clone .global-nav__item::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
}
.drawer-clone .global-nav__item:hover:after {
  transform-origin: left top;
  transform: scale(1, 1);
}
.drawer-clone .global-nav__item a {
  z-index: 2;
  position: relative;
  display: block;
  font-weight: 600;
  padding: 8px 30px;
  margin: 2px 0;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 768px) {
  .drawer-clone .global-nav__item a {
    padding: 16px 30px;
  }
}
.drawer-clone .global-nav__item a:hover {
  text-decoration: none;
  color: rgba(10, 232, 100, 0.9);
}
.drawer-clone .global-nav__item.__js__none {
  display: none !important;
}

.remodal {
  padding: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .remodal {
    max-width: 80%;
  }
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.remodal__msg {
  width: 100%;
  height: auto;
  background: #fff;
  border-radius: 8px;
}
@media screen and (min-width: 768px) {
  .remodal__msg {
    max-width: 760px;
    width: 100%;
  }
}

.md__msg__contents {
  width: 100%;
  height: auto;
  background: #fff;
  border-radius: 8px;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .md__msg__contents {
    height: auto;
    display: flex;
    padding: 40px 40px;
  }
}
@media screen and (min-width: 768px) {
  .md__msg__contents .md__msg__thumb {
    flex-basis: 290px;
    flex-shrink: 0;
  }
}
.md__msg__contents .md__msg__thumb img {
  width: 100%;
  height: 80vw;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  border-top-left-radius: 8px;
}
@media screen and (min-width: 768px) {
  .md__msg__contents .md__msg__thumb img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    border: 1px solid #000;
  }
}
.md__msg__contents .md__msg__body {
  padding: 16px 32px 24px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .md__msg__contents .md__msg__body {
    padding: 0 0 0 40px;
  }
}
.md__msg__contents .md__msg__body .md__msg__head {
  padding: 0.875em 0 0 0;
}
.md__msg__contents .md__msg__body .md__msg__head .heading__course {
  margin: 0;
  padding: 0;
  line-height: 1.6;
  font-weight: 600;
  font-size: 13px;
  font-size: 3.46vw;
}
@media screen and (min-width: 768px) {
  .md__msg__contents .md__msg__body .md__msg__head .heading__course {
    font-size: 14px;
  }
}
.md__msg__contents .md__msg__body .md__msg__head .heading__course .course {
  display: block;
  font-size: 16px;
  font-size: 4.26vw;
}
@media screen and (min-width: 768px) {
  .md__msg__contents .md__msg__body .md__msg__head .heading__course .course {
    font-size: 20px;
  }
}
.md__msg__contents .md__msg__body .md__msg__head .message-text {
  margin: 0.875em 0 1.5em;
  padding: 0;
  line-height: 1.6;
}
.md__msg__contents .md__msg__body .md__msg__head .message-text .name {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-size: 3.73vw;
}
@media screen and (min-width: 768px) {
  .md__msg__contents .md__msg__body .md__msg__head .message-text .name {
    font-size: 18px;
  }
}
.md__msg__contents .md__msg__body .md__msg__head .message-text .name span {
  font-size: 85%;
}
.md__msg__contents .md__msg__body .md__msg__head .message-text .origin {
  margin: 0;
  padding: 0;
  font-size: 11px;
  font-size: 2.93vw;
  letter-spacing: -0.04em;
}
@media screen and (min-width: 768px) {
  .md__msg__contents .md__msg__body .md__msg__head .message-text .origin {
    font-size: 13px;
  }
}
.md__msg__contents .md__msg__text {
  border-top: 1px dotted #000;
  padding: 1.2em 0 0 0;
  margin: 0;
}
.md__msg__contents .md__msg__text p {
  font-size: 12px;
  font-size: 3.2vw;
  line-height: 1.75;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .md__msg__contents .md__msg__text p {
    font-size: 14px;
    line-height: 2;
  }
}

.preparation__movie-container {
  width: 100%;
  max-width: 890px;
  padding: 0 16px;
  margin: 0 auto 3em;
}
@media screen and (min-width: 768px) {
  .preparation__movie-container {
    padding: 0;
  }
}

@media screen and (min-width: 768px) {
  .preparation__movie {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}
.preparation__movie .preparation__movie__content {
  width: 100%;
  background: #fff;
  border: 1px solid #000;
  box-shadow: 5px 7px 0 #000;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .preparation__movie .preparation__movie__content {
    width: 45%;
    margin-bottom: 3em;
  }
}
@media screen and (min-width: 992px) {
  .preparation__movie .preparation__movie__content {
    width: 350px;
  }
}
.preparation__movie .preparation__movie__content h3 {
  position: relative;
  font-size: 4.8vw;
  line-height: 1;
  margin: 0 0 1em;
  padding: 0 0 1em 0;
}
@media screen and (min-width: 768px) {
  .preparation__movie .preparation__movie__content h3 {
    font-size: 16px;
  }
}
.preparation__movie .preparation__movie__content h3::before {
  content: "";
  text-align: center;
  display: block;
  background: url("../img/opencampus2021/at.svg") no-repeat;
  background-size: contain;
  position: absolute;
  width: 60px;
  height: 45px;
  top: -38px;
  left: -36px;
}
@media screen and (min-width: 768px) {
  .preparation__movie .preparation__movie__content h3::before {
    width: 89px;
    height: 60px;
    top: -55px;
    left: -55px;
  }
}
.preparation__movie .preparation__movie__content h3::after {
  content: "";
  background-image: linear-gradient(to right, #ffc104, #ffc104 3px, transparent 3px, transparent 8px);
  background-size: 8px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.preparation__movie .preparation__movie__content h3 .preparation__movie__heading {
  width: 8.53vw;
  height: 8.53vw;
  margin-right: 5px;
}
@media screen and (min-width: 768px) {
  .preparation__movie .preparation__movie__content h3 .preparation__movie__heading {
    width: 32px;
    height: 32px;
  }
}
.preparation__movie .preparation__movie__content h3 .preparation__movie__heading img {
  width: 8.53vw;
  height: 8.53vw;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .preparation__movie .preparation__movie__content h3 .preparation__movie__heading img {
    width: 32px;
    height: 32px;
    vertical-align: middle;
  }
}
.preparation__movie .preparation__movie__content .content__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.preparation__movie .preparation__movie__content .content__list .content__list__item {
  margin: 0;
  padding: 0;
  margin-bottom: 6px;
  position: relative;
}
.preparation__movie .preparation__movie__content .content__list .content__list__item:last-child {
  margin: 0;
}
.preparation__movie .preparation__movie__content .content__list .content__list__item::before {
  content: "";
  width: 200%;
  border-bottom: 2px solid #c8c8c8;
  transform: scale(0.5);
  position: absolute;
  left: -50%;
  top: 50%;
  z-index: 2;
}
.preparation__movie .preparation__movie__content .content__list .content__list__item a {
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: center;
  font-size: 3.73vw;
}
@media screen and (min-width: 768px) {
  .preparation__movie .preparation__movie__content .content__list .content__list__item a {
    font-size: 14px;
  }
}
.preparation__movie .preparation__movie__content .content__list .content__list__item a .content__title {
  position: relative;
  background: #fff;
  z-index: 3;
  padding-right: 12px;
}
.preparation__movie .preparation__movie__content .content__list .content__list__item a .content__time {
  z-index: 3;
  font-weight: bold;
  font-size: 4vw;
  position: relative;
  padding-left: 12px;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .preparation__movie .preparation__movie__content .content__list .content__list__item a .content__time {
    font-size: 15px;
  }
}
.preparation__movie .preparation__movie__mov {
  width: 100%;
  margin-bottom: 2.6em;
  box-shadow: 5px 7px 0 #000;
  border-radius: 8px;
}
@media screen and (min-width: 768px) {
  .preparation__movie .preparation__movie__mov {
    width: 50%;
    box-shadow: none;
  }
}
@media screen and (min-width: 992px) {
  .preparation__movie .preparation__movie__mov {
    width: 480px;
    box-shadow: none;
  }
}

.mov-content__note {
  margin: 1.75em 0 0 0;
  padding: 1.75em 0 0 0;
  font-size: 2.66vw;
  line-height: 1.4;
  position: relative;
}
@media screen and (min-width: 768px) {
  .mov-content__note {
    font-size: 10px;
  }
}
.mov-content__note::after {
  content: "";
  background-image: linear-gradient(to right, #ffc104, #ffc104 3px, transparent 3px, transparent 8px);
  background-size: 8px 1px;
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/* ==========================================================================
   v.$ 島からKADAIへ　island
   ========================================================================== */
.hero__island {
  height: 285px;
  position: relative;
  text-align: center;
  background: #000;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .hero__island {
    height: 475px;
  }
}
.hero__island .hero__island-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}
.hero__island .hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  background: url(../img/island/bg-hero.png) repeat-x;
  background-size: auto 285px;
  background-position: center top;
  height: 285px;
}
@media screen and (min-width: 768px) {
  .hero__island .hero__bg {
    height: 475px;
    background-size: auto 475px;
  }
}
.hero__island h1 {
  z-index: 34;
  position: relative;
  width: 100%;
  padding: 0 32px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .hero__island h1 {
    width: 560px;
    padding: 0;
  }
}
.hero__island img {
  width: 100%;
  max-width: 340px;
}
@media screen and (min-width: 768px) {
  .hero__island img {
    max-width: 100%;
  }
}

.webp body .hero__island-wrapper {
  height: 285px;
  background: url(../img/island/hero@2x.webp) repeat-x;
  background-size: auto 285px;
  background-position: center top;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
@media screen and (min-width: 768px) {
  .webp body .hero__island-wrapper {
    height: 475px;
    background-size: auto 475px;
  }
}

.no-webp body .hero__island-wrapper {
  height: 285px;
  background: url(../img/island/hero@2x.png) repeat-x;
  background-size: auto 285px;
  background-position: center top;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
@media screen and (min-width: 768px) {
  .no-webp body .hero__island-wrapper {
    height: 475px;
    background-size: auto 475px;
  }
}

/* $ message 島からKADAIへ   ========================================================================== */
.island-message {
  position: relative;
  background: url(../img/island/bg-message-sp.png) no-repeat;
  background-size: contain;
  background-position: 0 21.3vw;
  width: 100%;
  max-width: 890px;
  margin: 0 auto 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .island-message {
    background: url(../img/island/bg-message.png) no-repeat;
    background-position: right top;
    padding: 8px 30px;
    margin: 60px auto;
  }
}
@media screen and (min-width: 768px) {
  .island-message .island-message-container {
    background: none;
    padding: 0;
    width: auto;
  }
}
.island-message .heading__island-message {
  margin: 0 0 0px 0;
  font-size: 4.8vw;
  color: #0ae864;
  font-weight: bold;
  line-height: 1.2;
  padding: 30px 30px 42.6vw 30px;
}
@media screen and (min-width: 768px) {
  .island-message .heading__island-message {
    font-size: 18px;
    margin: 0 0 1em 0;
    padding: 0;
  }
}
.island-message .body__island-message {
  padding: 30px;
  width: 80%;
  background: rgba(255, 255, 255, 0.9);
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .island-message .body__island-message {
    width: 400px;
    padding: 32px 40px 0 0;
    background: #fff;
    line-height: 2.15;
  }
}
@media screen and (min-width: 768px) {
  .island-message .body__island-message:after {
    display: block;
    content: "Message";
    position: absolute;
    bottom: 52px;
    right: 0;
    font-size: 115px;
    font-weight: bold;
    color: #0ae864;
    opacity: 0.15;
    filter: alpha(opacity=15);
    line-height: 1;
    font-feature-settings: "palt";
  }
}

/* $ our-efforts 島からKADAIへ   ========================================================================== */
.island-efforts {
  margin: 100px auto 60px;
}
@media screen and (min-width: 768px) {
  .island-efforts {
    padding-bottom: 100px;
  }
}

.island-efforts-container {
  position: relative;
}
@media screen and (min-width: 768px) {
  .island-efforts-container {
    display: flex;
    justify-content: center;
    width: 100%;
  }
}

.island-efforts-head {
  background: url(../img/island/bg-efforts.png) no-repeat;
  background-position: right bottom;
}
@media screen and (min-width: 768px) {
  .island-efforts-head {
    position: sticky;
    top: 64px;
    background: url(../img/island/bg-efforts.png) no-repeat;
    background-position: right top;
    width: calc(50% - 160px);
    height: 590px;
    padding-top: 16px;
  }
}
@media screen and (min-width: 992px) {
  .island-efforts-head {
    width: calc(50% - 180px);
    top: 85px;
  }
}
@media screen and (min-width: 1200px) {
  .island-efforts-head {
    top: 0;
  }
}
@media screen and (min-width: 768px) {
  .island-efforts-head:before {
    display: block;
    content: "Our Efforts";
    position: absolute;
    transform: rotateZ(90deg);
    transform-origin: top right;
    top: 680px;
    right: 180px;
    z-index: -1;
    white-space: nowrap;
    margin: 0;
    font-size: 105px;
    font-weight: bold;
    color: #0ae864;
    opacity: 0.2;
    filter: alpha(opacity=20);
    line-height: 1;
    font-feature-settings: "palt";
  }
}
.island-efforts-head .heading-efforts__en {
  color: #0ae864;
  margin: 0;
  font-size: 4.8vw;
  font-weight: bold;
  line-height: 1.2;
  padding: 30px;
  position: absolute;
  top: -90px;
}
@media screen and (min-width: 768px) {
  .island-efforts-head .heading-efforts__en {
    font-size: 18px;
    position: absolute;
    top: 16px;
    left: 100%;
    transform: rotateZ(90deg);
    margin: 0;
    padding: 6px 0 0 0;
    line-height: 2;
    transform-origin: top left;
    white-space: nowrap;
  }
}
.island-efforts-head .heading-efforts {
  padding: 34vw 0 6vw 30px;
  font-size: 8.33vw;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .island-efforts-head .heading-efforts {
    writing-mode: vertical-rl;
    margin: 0;
    padding: 0;
    margin-right: 50px;
    font-size: 38px;
    position: absolute;
    top: 16px;
    right: 0;
  }
}
@media screen and (min-width: 992px) {
  .island-efforts-head .heading-efforts {
    font-size: 48px;
  }
}
.island-efforts-head .heading-efforts .marker {
  display: inline-block;
  background: #fff;
  margin: 0 0 12px 0;
}
@media screen and (min-width: 768px) {
  .island-efforts-head .heading-efforts .marker {
    margin: 0 0 0 12px;
  }
}
.island-efforts-head .heading-efforts .marker em {
  font-style: normal;
  color: #09d65c;
}

@media screen and (min-width: 768px) {
  .island-efforts-body {
    width: calc(50% + 160px);
  }
}
@media screen and (min-width: 992px) {
  .island-efforts-body {
    width: calc(50% + 180px);
  }
}

@media screen and (min-width: 768px) {
  .island-efforts-body__blank {
    width: auto;
  }
}
@media screen and (min-width: 992px) {
  .island-efforts-body__blank {
    width: 35%;
  }
}

.island-efforts-body__contents {
  padding: 0 30px;
}
@media screen and (min-width: 768px) {
  .island-efforts-body__contents {
    padding: 0 30px 0 0;
    width: auto;
  }
}
@media screen and (min-width: 992px) {
  .island-efforts-body__contents {
    width: 660px;
  }
}
.island-efforts-body__contents .effort-content {
  margin-bottom: 2em;
}
@media screen and (min-width: 768px) {
  .island-efforts-body__contents .effort-content {
    padding: 0 30px 0 45px;
    margin-bottom: 3em;
  }
}
@media screen and (min-width: 992px) {
  .island-efforts-body__contents .effort-content {
    padding: 0 0 0 75px;
  }
}
.island-efforts-body__contents .effort {
  padding-bottom: 2em;
  border-bottom: 1px solid #e0e0e0;
}

.effort-number {
  font-size: 12.8vw;
  color: transparent;
  -webkit-text-stroke: 1px #0ae864;
  font-weight: bold;
  margin: 0;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .effort-number {
    font-size: 54px;
  }
}

.effort-title {
  line-height: 1.4;
  margin: 0.875em 0;
  font-size: 6.4vw;
}
@media screen and (min-width: 768px) {
  .effort-title {
    font-size: 24px;
  }
}

.effort-text {
  line-height: 1.5;
}

.effort-text__note {
  color: #333;
  font-size: 14px;
  margin-top: -1.75em;
}

.heading__table-caption {
  font-size: 4vw;
  font-weight: bold;
  margin: 0 0 0.435em 0;
}
@media screen and (min-width: 768px) {
  .heading__table-caption {
    font-size: 16px;
  }
}

.effort-table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.effort-table th {
  border-bottom: 2px solid #000;
  border-left: 1px solid #000;
  text-align: center;
  padding: 6px 8px;
  font-size: 3.73vw;
  padding: 6px 8px;
  line-height: 1.4;
}
.effort-table th.th-year {
  width: 24vw;
}
@media screen and (min-width: 768px) {
  .effort-table th {
    font-size: 14px;
    padding: 6px 12px;
  }
  .effort-table th.th-year {
    width: 90px;
  }
}
@media screen and (min-width: 992px) {
  .effort-table th {
    font-size: 15px;
    line-height: 1.4;
    padding: 8px 16px;
  }
}
.effort-table th:first-child {
  border-left: 0;
}
.effort-table th.nowrap {
  white-space: nowrap;
}
.effort-table td {
  text-align: right;
  line-height: 1.4;
  padding: 6px 8px;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  font-size: 4vw;
}
@media screen and (min-width: 768px) {
  .effort-table td {
    font-size: 16px;
    padding: 12px 16px;
  }
}
.effort-table td:first-child {
  border-left: 0;
}
.effort-table td .first-year {
  display: block;
  font-size: 85%;
}
.effort-table td.td-year {
  text-align: center;
}
.effort-table td.td-place {
  text-align: left;
}

@media screen and (min-width: 768px) {
  .efforts-btn-container {
    width: 280px;
  }
}

.effort-image img {
  width: 100%;
  height: auto;
}

/* $ cross-talk 島からKADAIへ   ========================================================================== */
.island-cross-talk {
  background: #f9f9f9;
}

@media screen and (min-width: 768px) {
  .island-cross-talk-hero {
    background: url(../img/island/bg-cross-talk.png) no-repeat;
    background-size: cover;
    height: auto;
  }
}
@media screen and (min-width: 992px) {
  .island-cross-talk-hero {
    height: 350px;
  }
}
.island-cross-talk-hero h2 {
  text-align: center;
  line-height: 0;
  margin: 0;
}
.island-cross-talk-hero h2 img {
  width: 100%;
  max-width: 890px;
  margin: 0;
}

.cross-talk-profiles {
  background: #f9f9f9;
  padding: 8px 16px 0 16px;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .cross-talk-profiles {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: min(100%, 820px);
    margin-inline: auto;
    padding: 12px 24px;
  }
}
@media screen and (min-width: 992px) {
  .cross-talk-profiles {
    margin-top: -50px;
    padding: 16px 0 0 0;
  }
}
.cross-talk-profiles .ct__profile-title {
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  background: url(../img/island/bg-profile.svg) no-repeat;
  background-position: center;
  background-size: 90% auto;
  font-size: 4.8vw;
}
@media screen and (min-width: 768px) {
  .cross-talk-profiles .ct__profile-title {
    font-size: 16px;
    background: url(../img/island/bg-profile.svg) no-repeat;
    background-position: center;
    background-size: 360px auto;
  }
}
.cross-talk-profiles .ct__profile-title span {
  background: #f9f9f9;
  padding: 0 16px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .cross-talk-profiles .ct__profile-title span {
    padding: 0 36px;
  }
}
.cross-talk-profiles .ct__profile-item {
  width: 50%;
  margin: 0;
  padding: 4px 8px;
}
@media screen and (min-width: 768px) {
  .cross-talk-profiles .ct__profile-item {
    padding: 16px 16px 12px 16px;
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 992px) {
  .cross-talk-profiles .ct__profile-item {
    padding: 24px 16px 12px;
  }
}

.cross-talk-profiles__note {
  font-size: 2.66vw;
  margin: 0 0 1em;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .cross-talk-profiles__note {
    font-size: 11px;
    width: min(100%, 820px);
    margin-inline: auto;
  }
}

.profile__personal {
  display: flex;
  align-items: flex-end;
  padding-bottom: 0.5em;
}
@media screen and (min-width: 768px) {
  .profile__personal {
    padding-bottom: 0.875em;
  }
}
.profile__personal .profile__thumb {
  width: 10.66vw;
}
@media screen and (min-width: 768px) {
  .profile__personal .profile__thumb {
    width: 70px;
  }
}
.profile__personal .profile__thumb img {
  width: 100%;
  height: auto;
}
.profile__personal .profile__name {
  padding: 0 0 0 1em;
}
.profile__personal .profile__name .place {
  background: #0ae864;
  display: inline-block;
  font-weight: bold;
  font-size: 2.93vw;
  padding: 1px 6px;
  margin: 0 0 4px;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .profile__personal .profile__name .place {
    font-size: 12px;
    padding: 2px 12px;
    margin: 0 0 8px;
  }
}
@media screen and (min-width: 992px) {
  .profile__personal .profile__name .place {
    font-size: 14px;
  }
}
.profile__personal .profile__name .place em {
  font-style: normal;
}
.profile__personal .profile__name .name {
  font-size: 3.73vw;
  font-weight: bold;
  margin: 0;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .profile__personal .profile__name .name {
    font-size: 16px;
  }
}
@media screen and (min-width: 992px) {
  .profile__personal .profile__name .name {
    font-size: 18px;
  }
}
.profile__personal .profile__name .name .san {
  font-size: 2.66vw;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .profile__personal .profile__name .name .san {
    font-size: 11px;
  }
}
@media screen and (min-width: 992px) {
  .profile__personal .profile__name .name .san {
    font-size: 13px;
  }
}

.profile__ex {
  font-size: 3.2vw;
  font-weight: bold;
  line-height: 1.4;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .profile__ex {
    font-size: 13px;
  }
}
@media screen and (min-width: 992px) {
  .profile__ex {
    font-size: 14px;
  }
}

.profile__cur {
  font-size: 2.93vw;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .profile__cur {
    font-size: 11px;
  }
}
@media screen and (min-width: 992px) {
  .profile__cur {
    font-size: 12px;
  }
}

.dot-line {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #000;
  margin: 8px auto;
}
@media screen and (min-width: 768px) {
  .dot-line {
    width: 8px;
    height: 8px;
    margin: 12px auto;
  }
}

@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.cross-talk-container {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  width: min(100%, 890px);
  margin-inline: auto;
  padding: 24px;
}
@media screen and (min-width: 768px) {
  .cross-talk-container {
    padding: 50px;
  }
}
.cross-talk-container:first-child {
  padding-top: 0;
  border-top: none;
}
.cross-talk-container.ct__active .cross-talk-body {
  display: block;
  animation: show 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0;
}
.cross-talk-container.ct__active .btn__crosstalk:before {
  transform: rotate(45deg);
}

.cross-talk-body {
  display: none;
  background: #fff;
  border-radius: 16px;
  padding: 16px;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .cross-talk-body {
    border-radius: 24px;
    padding: 24px;
  }
}

.cross-talk-head {
  background: url(../img/island/bg-q.png) no-repeat;
  background-position: bottom center;
  background-size: 50%;
  padding-bottom: 18px;
}

.q__number {
  width: 17.33vw;
  height: 17.33vw;
  line-height: 17.33vw;
  font-size: 5.6vw;
  margin: 0 auto 16px;
  border-radius: 50%;
  background: #000;
  text-align: center;
  color: #0ae864;
  -webkit-text-decoration: uppercase;
          text-decoration: uppercase;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .q__number {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 21px;
    margin: 0 auto 20px;
  }
}

.heading__cross-q {
  text-align: center;
  font-size: 4.8vw;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .heading__cross-q {
    font-size: 26px;
  }
}

.btn__crosstalk-container {
  text-align: center;
  margin: 0;
}

.btn__crosstalk {
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 12px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 4.26vw;
  text-align: center;
  width: 230px;
  background: #fff;
  margin: 0 auto;
  border-radius: 32px;
  border: 1px solid #000;
  position: relative;
  color: #000;
}
@media screen and (min-width: 768px) {
  .btn__crosstalk {
    font-size: 18px;
    padding: 16px;
  }
}
.btn__crosstalk:before {
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  font-weight: 900;
  transition: transform 0.2s;
  font-size: 16px;
  font-size: 4.26vw;
  top: calc(50% - 2.13vw);
  left: 4.26vw;
  width: 4.26vw;
  height: 4.26vw;
}
@media screen and (min-width: 768px) {
  .btn__crosstalk:before {
    font-size: 20px;
    top: calc(50% - 10px);
    left: 32px;
    width: 24px;
    height: 24px;
  }
}
@media (hover: hover) {
  .btn__crosstalk {
    transition: background-color, color 0.2s;
  }
  .btn__crosstalk:hover {
    background-color: #000;
    color: #0ae864;
  }
}
.bubble__comment {
  position: relative;
  padding: 8px 16px 8px 16px;
  background-color: #fffde0;
  border-radius: 8px;
  filter: drop-shadow(4px 4px 0px #d9d9d9);
  will-change: filter;
  margin-top: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .bubble__comment {
    padding: 13px 25px 15px 25px;
    margin-top: 16px;
    border-radius: 16px;
  }
}
.bubble__comment.__norm:before {
  content: "";
  position: absolute;
  top: 20%;
  left: -20px;
  margin-top: -10px;
  border: 10px solid transparent;
  border-right: 10px solid #fffde0;
  filter: drop-shadow(0 4px 0px #d9d9d9);
}
@media screen and (min-width: 768px) {
  .bubble__comment.__norm:before {
    top: 25%;
  }
}
.bubble__comment.__rev:before {
  content: "";
  position: absolute;
  top: 20%;
  left: 100%;
  margin-top: -10px;
  border: 10px solid transparent;
  border-left: 10px solid #fffde0;
}
@media screen and (min-width: 768px) {
  .bubble__comment.__rev:before {
    top: 25%;
  }
}

.bubble__comment__text {
  margin: 0;
  font-size: 3.46vw;
  line-height: 1.9;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .bubble__comment__text {
    font-size: 16px;
    line-height: 1.75;
  }
}

.bubble__thumb {
  width: 13.33vw;
  height: 13.33vw;
  border-radius: 50%;
  overflow: hidden;
  display: block;
}
@media screen and (min-width: 768px) {
  .bubble__thumb {
    width: 85px;
    height: 85px;
  }
}
.bubble__thumb img {
  width: 100%;
  height: auto;
}

.bubble__name {
  text-align: center;
  font-weight: bold;
  font-size: 3.46vw;
}
@media screen and (min-width: 768px) {
  .bubble__name {
    font-size: 14px;
  }
}
.bubble__name .san {
  font-weight: normal;
  font-size: 2.66vw;
}
@media screen and (min-width: 768px) {
  .bubble__name .san {
    font-size: 11px;
  }
}

.cross-talk-item {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cross-talk-item .ct-item__body {
  display: flex;
  align-items: flex-start;
  margin-bottom: 32px;
  padding: 0 8px 0 0;
}
@media screen and (min-width: 768px) {
  .cross-talk-item .ct-item__body {
    padding: 0 24px 0 0;
  }
}
.cross-talk-item .ct-item__body .bubble__thumb-container {
  padding: 0 14px 0 0;
}
@media screen and (min-width: 768px) {
  .cross-talk-item .ct-item__body .bubble__thumb-container {
    padding: 0 18px 0 0;
  }
}
.cross-talk-item .ct-item__body .bubble__thumb-container p {
  margin-bottom: 0;
}
.cross-talk-item .ct-item__body.__even {
  flex-direction: row-reverse;
  padding: 0 0 0 8px;
}
@media screen and (min-width: 768px) {
  .cross-talk-item .ct-item__body.__even {
    padding: 0 0 0 24px;
  }
}
.cross-talk-item .ct-item__body.__even .bubble__thumb-container {
  padding: 0 0 0 14px;
}
@media screen and (min-width: 768px) {
  .cross-talk-item .ct-item__body.__even .bubble__thumb-container {
    padding: 0 0 0 18px;
  }
}

.footer-image {
  padding-bottom: 120px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .footer-image {
    padding-bottom: 140px;
  }
}
.footer-image ul {
  margin: 0;
  padding: 0;
}
.footer-image ul li {
  margin: 0;
  padding: 0 3px;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .footer-image ul li {
    padding: 0 3px;
  }
}
.footer-image ul li img {
  height: auto;
  width: 210px;
}
@media screen and (min-width: 768px) {
  .footer-image ul li img {
    width: 100%;
  }
}

/* ==========================================================================
   v.$ admissions
   ========================================================================== */
.icon__container {
  display: block;
  width: 24px;
  height: 24px;
  text-align: center;
  margin: 0 auto;
}
.icon__container .icon__plus, .icon__container .icon__arrow {
  width: 100%;
  height: 100%;
}
.icon__container .icon__arrow--red {
  fill: #cc0000;
}

.icon__container--wide {
  width: 48px;
  height: 24px;
}

.admissions-container {
  padding: 1.5em 0;
}
.admissions-container > * + * {
  margin-top: 3.5em;
}

.list-admissions {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .list-admissions {
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
  }
}
.list-admissions li {
  font-size: 3.7333333333vw;
  font-weight: bold;
  line-height: 1.5;
  display: grid;
  place-items: center;
  padding: 8px;
  background: #D8D8D4;
  text-align: center;
  height: 80px;
}
@media screen and (min-width: 768px) {
  .list-admissions li {
    font-size: 16px;
    height: 110px;
  }
}

.heading__selection {
  background: #F4F4F0;
  font-size: 4.2666666667vw;
  font-weight: bold;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .heading__selection {
    font-size: 17px;
  }
}
.heading__selection .selection__title {
  display: inline-block;
  background: #D8D8D4;
  font-size: 4.2666666667vw;
  font-weight: bold;
  padding: 1.6vw 4.2666666667vw;
}
@media screen and (min-width: 768px) {
  .heading__selection .selection__title {
    padding: 8px 20px;
    font-size: 17px;
  }
}
.heading__selection .selection__title .cat {
  display: inline-grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.6);
  font-size: 85%;
  padding: 2px 16px 2px;
  margin-right: 8px;
}

.admission-selection-container {
  margin-top: 2.5em;
}
.admission-selection-container > * + * {
  margin-top: 2.5em;
}

.selection-item {
  padding: 4.2666666667vw 0;
}
@media screen and (min-width: 768px) {
  .selection-item {
    padding: 16px;
  }
}

.selection-item-dl {
  margin: 0;
  padding: 0 0 2.1333333333vw;
}
@media screen and (min-width: 768px) {
  .selection-item-dl {
    display: grid;
    grid-template-columns: 90px 1fr;
    align-items: center;
    gap: 0 16px;
  }
}
.selection-item-dl.selection-item-dl-later {
  border-top: 1px solid rgba(0, 0, 0, 0.4);
  padding: 2.1333333333vw 0 0 0;
}
@media screen and (min-width: 768px) {
  .selection-item-dl.selection-item-dl-later {
    padding: 16px 0 0 0;
  }
}
.selection-item-dl dt {
  margin: 0;
  padding: 0;
}
.selection-item-dl dt span {
  display: inline-block;
  font-weight: bold;
  padding: 0;
  margin-bottom: 0.435em;
}
@media screen and (min-width: 768px) {
  .selection-item-dl dt span {
    border-right: 1px solid rgba(0, 0, 0, 0.4);
    font-weight: normal;
    padding: 4px 16px 4px 0;
    margin: 0;
  }
}
.selection-item-dl dd {
  margin: 0;
  padding: 0;
}

.section-detail {
  display: grid;
  gap: 1.0666666667vw 0;
  align-items: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .section-detail {
    display: flex;
    gap: 0 16px;
    align-items: center;
  }
}
.section-detail .selection-name {
  font-weight: bold;
  padding: 8px 16px;
  text-align: center;
}
.section-detail .selection-name span {
  font-weight: normal;
  font-size: 13px;
}
.section-detail .selection-center {
  color: #304C89;
  border: 1px solid #304C89;
}
.section-detail .selection-indiv {
  color: #BF6900;
  border: 1px solid #BF6900;
}
.section-detail .selection-recom {
  color: #137547;
  border: 1px solid #137547;
}

.admission-fav-container {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .admission-fav-container {
    padding: 0 16px;
  }
}

.admission-fav {
  margin: 0;
  padding: 16px 0;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 0 8px;
}
.admission-fav dt {
  margin: 0;
  font-weight: bold;
  padding: 1.0666666667vw 5.3333333333vw;
  border: 1px solid #000;
}
@media screen and (min-width: 768px) {
  .admission-fav dt {
    padding: 6px 24px;
  }
}
.admission-fav dd {
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 48px 1fr;
  align-items: center;
  gap: 0 8px;
}

.admission-fav2 {
  border-top: 1px solid rgba(0, 0, 0, 0.4);
}

.admission-fav__over {
  color: #cc0000;
}
.admission-fav__over dt {
  border-color: #cc0000;
}

.relation-items {
  width: 100%;
  max-width: 890px;
  margin: 0 auto;
}

.heading-relation {
  font-size: 32px;
  line-height: 1.1;
  border-bottom: 1px dotted #000;
  padding: 0 0 8px 0;
}

.relation-links {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  font-size: 2.9333333333vw;
}
@media screen and (min-width: 768px) {
  .relation-links {
    gap: 16px;
    font-size: 16px;
  }
}
.relation-links li {
  margin: 0;
  padding: 0;
}
.btn__relation {
  height: 100%;
  display: flex;
  align-items: center;
  background: #fff;
  text-decoration: none;
  line-height: 1.4;
  padding: 3.2vw 2.1333333333vw 3.2vw 8vw;
  position: relative;
  overflow: hidden;
  z-index: 2;
  border: 2px solid #000;
  transition: background 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (min-width: 768px) {
  .btn__relation {
    padding: 20px 45px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .btn__relation:hover {
    text-decoration: none;
    color: #000 !important;
    background: #0ae864;
  }
  .btn__relation:hover:before {
    background: url(../img/bullet_current.svg) no-repeat;
    background-size: cover;
  }
}
.btn__relation:before {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 8px;
  content: "";
  width: 16px;
  height: 16px;
  background: url(../img/bullet_btn.svg) no-repeat;
  background-size: cover;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .btn__relation:before {
    left: 16px;
    width: 19px;
    height: 19px;
  }
}

.real-voice {
  z-index: 3;
  width: 100%;
  max-width: 890px;
  margin: 0 auto;
  text-align: center;
  display: block grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1lh;
  margin: 0 0 0.5lh;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .real-voice {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    padding: 0;
  }
}
.real-voice .real-voice-item {
  margin: 0;
  padding: 0;
}
.real-voice .real-voice-item a {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .real-voice .real-voice-item a:hover .real-voice__thumbnail img {
    transform: scale(1.1, 1.1);
    filter: brightness(1.2);
  }
}

.real-voice-container {
  margin: 56px 0 0 0;
}

.real-voice-item-container .real-voice__thumbnail {
  position: relative;
  overflow: hidden;
}
.real-voice-item-container .real-voice__thumbnail figure {
  margin: 0;
  padding: 0;
}
.real-voice-item-container .real-voice__thumbnail figure img {
  transition: filter 0.5s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.real-voice-item-container .last-update {
  position: absolute;
  top: 4vw;
  left: 4vw;
  background: #02D249;
  color: #fff;
  text-transform: uppercase;
  font-size: 3.4666666667vw;
  padding: 1.0666666667vw 3.7333333333vw;
  border-radius: 2.1333333333vw;
  margin: 0;
  line-height: 1;
  font-weight: bold;
  display: grid;
  place-items: center;
}
@media screen and (min-width: 768px) {
  .real-voice-item-container .last-update {
    font-size: 13px;
    padding: 4px 14px;
    border-radius: 12px;
    top: 15px;
    left: 15px;
  }
}

.real-voice-data {
  text-align: left;
  padding: 4.2666666667vw 4.2666666667vw;
}
@media screen and (min-width: 768px) {
  .real-voice-data {
    padding: 24px 16px;
  }
}
.real-voice-data dl {
  margin: 0;
  padding: 0;
}
.real-voice-data dl dt {
  margin: 0 0 0.5lh;
  padding: 0;
  font-size: 3.2vw;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .real-voice-data dl dt {
    font-size: 14px;
  }
}
.real-voice-data dl .real-voice-title {
  font-weight: bold;
  margin: 0;
  padding: 0;
}

#realvoice-archive {
  position: relative;
  padding: 2.6em 0 1.6em;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (min-width: 768px) {
  #realvoice-archive {
    padding: 6.5em 0 3.5em;
    padding-left: 45px;
    padding-right: 45px;
  }
}
#realvoice-archive:before {
  content: "";
  display: block;
  width: 96.5%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #efefef;
  border-radius: 0 14.6vw 14.6vw 0;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  #realvoice-archive:before {
    border-radius: 0 80px 80px 0;
  }
}

.real-voice-contents--archive {
  width: 100%;
  max-width: 890px;
  margin: 0 auto;
  padding: 0 2.13vw 0 0;
  padding-bottom: 2lh;
}
@media screen and (min-width: 768px) {
  .real-voice-contents--archive {
    padding: 0;
    padding-bottom: 1lh;
  }
}

/* ==========================================================================
   $ ページ送り　pagination realvoice
 ========================================================================== */
.pagination-container--real-voice {
  text-align: center;
  margin-inline: auto;
  display: grid;
  align-items: center;
}
.pagination-container--real-voice nav {
  margin: 0 auto;
  padding: 8vw 0;
}
@media screen and (min-width: 768px) {
  .pagination-container--real-voice nav {
    padding: 2.6lh 0;
  }
}

.pagination--real-voice {
  display: flex;
  align-items: center;
  list-style: none;
  -moz-column-gap: 0.875em;
       column-gap: 0.875em;
  margin-inline: auto;
  padding: 0;
}
.pagination--real-voice .pagination__item__link {
  line-height: 1;
  text-decoration: none;
  width: 8vw;
  height: 8vw;
  border-radius: 50%;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #fff;
  transition: all 0.15s linear;
}
@media screen and (min-width: 768px) {
  .pagination--real-voice .pagination__item__link {
    width: 45px;
    height: 45px;
  }
}
.pagination--real-voice .pagination__item__link.pagination__item--icon {
  border: unset;
}
@media (hover: hover) and (pointer: fine) {
  .pagination--real-voice .pagination__item--icon:hover {
    fill: #fff;
  }
}
.pagination--real-voice .pagination__icon__prev, .pagination--real-voice .pagination__icon__next {
  width: 3.7333333333vw;
  display: grid;
  place-items: center;
}
@media screen and (min-width: 768px) {
  .pagination--real-voice .pagination__icon__prev, .pagination--real-voice .pagination__icon__next {
    width: 20px;
  }
}
.pagination--real-voice .pagination__icon__prev {
  rotate: 180deg;
}
.pagination--real-voice .pagination__item__link.isCurrent {
  background: #262626;
  color: #fff;
  pointer-events: none;
  font-weight: bold;
}
@media (hover: hover) and (pointer: fine) {
  .pagination--real-voice .pagination__item__link:not(.isCurrent):hover {
    background: color-mix(in srgb, #0ae864 80%, transparent);
    color: #fff;
  }
}

.svg-symbol {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.real-voice-post {
  overflow-x: hidden;
}

/* ==========================================================================
   $ advance
   ========================================================================== */
.contents__index-advance {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 60px;
}
@media screen and (min-width: 768px) {
  .contents__index-advance {
    padding-left: 45px;
    padding-right: 45px;
    padding-top: 120px;
    padding-bottom: 0;
  }
}
.contents__index-advance .go-news-list {
  padding: 2em 0 0;
}
@media screen and (min-width: 768px) {
  .contents__index-advance .go-news-list {
    padding: 2em 0 0;
  }
}

.advance-index-wrapper {
  width: 100%;
  max-width: 890px;
  margin: 1lh auto 0;
  padding-bottom: 1.75em;
}
@media screen and (min-width: 768px) {
  .advance-index-wrapper {
    margin: 1lh auto;
  }
}

.advance-index-container {
  border: 2px solid #000;
}
@media screen and (min-width: 768px) {
  .advance-index-container {
    padding: 0 60px;
  }
}

.heading-advance {
  transform: translateY(-50%);
  display: inline-block;
  background: #0AE864;
  border: 2px solid #000;
  margin: 0 auto -1lh !important;
  line-height: 1.3;
  letter-spacing: 0.05em;
  font-size: 6vw;
  text-transform: uppercase;
  text-align: center;
  padding: 2.1333333333vw 8.5333333333vw;
}
@media screen and (min-width: 768px) {
  .heading-advance {
    line-height: 1;
    font-size: 28px;
    padding: 16px 32px;
  }
}

.advance-index-body {
  display: block grid;
  gap: 0 1lh;
  align-items: center;
  justify-content: space-between;
  padding: 0 5.3333333333vw;
  margin-top: -0.435lh;
}
@media screen and (min-width: 768px) {
  .advance-index-body {
    grid-template-columns: 1fr 255px;
    padding: 30px 0 0;
  }
}
.advance-index-body figure {
  margin: 0;
  padding: 0;
}
.advance-index-body img {
  width: 80%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .advance-index-body img {
    width: 100%;
  }
}

.advance-index-copy {
  font-weight: bold;
  line-height: 2.1;
  margin-block: 0 !important;
}
@media screen and (min-width: 768px) {
  .advance-index-copy {
    font-size: 18px;
  }
}

.advance-head {
  display: block grid;
  margin-bottom: 3lh;
}
@media screen and (min-width: 768px) {
  .advance-head {
    grid-template-columns: 1fr 330px;
    gap: 0 2.4lh;
    padding: 0;
  }
}
.advance-head figure {
  margin: 1lh 0 0;
  padding: 0;
  text-align: center;
}
.advance-head figure img {
  width: 80%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .advance-head figure img {
    width: 100%;
  }
}

.address-head-text {
  font-weight: bold;
}

.advance-head-copy {
  font-size: 6.4vw;
  margin-bottom: 0.5lh;
}
@media screen and (min-width: 768px) {
  .advance-head-copy {
    font-size: 32px;
    letter-spacing: 0.02em;
  }
}

.advance-head-copy--body {
  line-height: 2;
  letter-spacing: 0.02em;
}

.advance-about {
  margin-block: 1.75lh;
}
@media screen and (min-width: 768px) {
  .advance-about {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.advance-about p {
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .advance-about p {
    line-height: 2;
  }
}

.advance-point-container {
  display: block grid;
  gap: 1.4lh 0;
}

.advance-point {
  display: block grid;
}
@media screen and (min-width: 768px) {
  .advance-point {
    grid-template-columns: 1fr 180px;
    gap: 0 2lh;
    padding-left: 45px;
    padding-right: 45px;
  }
}
.advance-point figure {
  margin: 0;
  padding: 0;
  display: none;
}
@media screen and (min-width: 768px) {
  .advance-point figure {
    display: block;
  }
}
.advance-point img {
  width: 100%;
  height: auto;
  margin-top: 1.5lh;
}
.advance-point hgroup p {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 0.4lh;
  font-weight: bold;
  font-size: 3.4666666667vw;
  background: #0ae864;
  padding: 0.5333333333vw 6.4vw;
  border-radius: 8px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .advance-point hgroup p {
    font-size: 18px;
    padding: 2px 32px;
    border-radius: 8px;
  }
}
.advance-point hgroup p::after {
  clip-path: polygon(0 0, 50% 32%, 50% 0);
  position: absolute;
  display: block;
  content: "";
  bottom: 0;
  transform: translateX(-30%) translateY(100%);
  left: 50%;
  width: 30px;
  height: 30px;
  background-color: #0ae864;
}
.advance-point hgroup h3 {
  font-size: 5.8666666667vw;
  margin: 0 0 0.5em 0;
}
@media screen and (min-width: 768px) {
  .advance-point hgroup h3 {
    font-size: 28px;
  }
}

.advance-point--f-image {
  display: block;
  float: right;
  width: 45% !important;
  height: auto;
  margin: 0 !important;
  padding-left: 1lh;
  padding-bottom: 0.2lh;
}
@media screen and (min-width: 768px) {
  .advance-point--f-image {
    display: none;
  }
}

.advance-point-body p {
  line-height: 1.8;
  font-size: 3.4666666667vw;
}
@media screen and (min-width: 768px) {
  .advance-point-body p {
    line-height: 2;
    font-size: unset;
  }
}

@media screen and (min-width: 768px) {
  .advance-links {
    padding-left: 45px;
    padding-right: 45px;
  }
}

.advance-links-body {
  margin: 0;
  padding: 0;
  padding-block: 1.75lh;
  display: block grid;
  gap: 1.75lh 0;
}
.advance-links-body li {
  margin: 0;
  padding: 0;
  list-style-type: "";
}
.advance-links-body li dl {
  margin: 0;
  padding: 0;
}
.advance-links-body li dl dt {
  padding: 0;
  margin-bottom: 0.435lh;
  font-size: 4.2666666667vw;
  font-weight: bold;
  line-height: 1.4;
  display: grid;
  grid-template-columns: 6.6666666667vw 1fr;
  gap: 0 0.7lh;
}
@media screen and (min-width: 768px) {
  .advance-links-body li dl dt {
    line-height: 1;
    font-size: 20px;
    grid-template-columns: 25px 1fr;
  }
}
.advance-links-body li dl dt::before {
  display: block;
  content: "";
  width: 6.6666666667vw;
  height: 8.5333333333vw;
}
@media screen and (min-width: 768px) {
  .advance-links-body li dl dt::before {
    width: 25px;
    height: 32px;
  }
}
.advance-links-body li dl dt .sub {
  display: block;
  font-size: 75%;
  font-weight: normal;
  line-height: 2;
}
.advance-links-body li dl dt.cat-houbun::before {
  background: url(../img/advance/icon-houbun.svg) no-repeat;
  background-size: cover;
}
.advance-links-body li dl dt.cat-rigaku::before {
  background: url(../img/advance/icon-rigaku.svg) no-repeat;
  background-size: cover;
}
.advance-links-body li dl dt.cat-kogaku::before {
  background: url(../img/advance/icon-kogaku.svg) no-repeat;
  background-size: cover;
}
.advance-links-body li dl dt.cat-nogaku::before {
  background: url(../img/advance/icon-nogaku.svg) no-repeat;
  background-size: cover;
}
.advance-links-body li dl dt.cat-suisan::before {
  background: url(../img/advance/icon-suisan.svg) no-repeat;
  background-size: cover;
}
.advance-links-body li dl dd {
  margin: 0;
  padding: 0;
}
.advance-link-wrapper {
  display: inline-block;
  background-image: linear-gradient(90deg, #ccc, #ccc);
  background-size: 100% 1px;
  background-position: 100% 100%;
  background-repeat: no-repeat;
}

.advance-link {
  line-height: 1;
  position: relative;
  display: block flex;
  align-items: center;
  grid-template-columns: auto 24px;
  padding: 0 22px 6px 0;
  margin: 0;
  gap: 0 0.2h;
  text-wrap: pretty;
  font-size: 3.4666666667vw;
  background-image: linear-gradient(90deg, currentColor, currentColor);
  background-size: 100% 1px;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  transition: background-size cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
}
@media screen and (min-width: 768px) {
  .advance-link {
    width: -moz-fit-content;
    width: fit-content;
    font-size: unset;
  }
}
@media (hover: hover) and (pointer: fine) {
  .advance-link:hover {
    text-decoration: none;
    background-size: 0 1px;
    background-position: 100% 100%;
  }
  .advance-link:hover .advance-link-icon {
    right: -3px;
  }
}
.advance-link .advance-link-text {
  padding-right: 6px;
}
.advance-link .advance-link-icon {
  position: absolute;
  right: 0;
  top: 6px;
  width: 24px;
  height: 24px;
  aspect-ratio: 1;
  fill: currentColor;
  transition: right cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
}

.advance-link-image {
  display: block grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 2lh;
}
.advance-link-image figure {
  margin: 0;
  padding: 0;
}
.advance-link-image figure img {
  width: 100%;
  height: auto;
}

.advance-guide {
  margin-block: 1.75lh;
}
@media screen and (min-width: 768px) {
  .advance-guide {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.advance-guide figure {
  padding: 0;
  text-align: center;
  margin-inline: auto;
  margin-block: 2lh;
}
.advance-guide figure img {
  text-align: center;
  width: 80%;
  height: auto;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .advance-guide figure img {
    width: unset;
  }
}

.advance-item {
  margin-bottom: 1.75lh;
}

/* ==========================================================================
   v.$ slick
   ========================================================================== */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* ==========================================================================
   v.$ colorbox
   ========================================================================== */
/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
  touch-action: none;
}

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  filter: blur(3px);
}

/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(0, 0, 0, 0.85);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  animation-duration: 0;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  animation-duration: 0.3s;
  animation-name: remodal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 36px;
}
@media screen and (min-width: 768px) {
  .remodal-wrapper {
    padding: 60px;
  }
}

/* Default theme styles of the modal dialog */
.remodal {
  box-sizing: border-box;
  width: 100%;
  padding: 0;
  transform: translate3d(0, 0, 0);
  color: #000;
  position: relative;
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Close button */
.remodal-close {
  position: absolute;
  top: -20px;
  right: -20px;
  display: block;
  overflow: visible;
  border-radius: 35px;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  background: #fff;
  cursor: pointer;
  transition: color 0.2s;
  text-decoration: none;
  z-index: 2;
  color: #000;
  border: 0;
  outline: 0;
  border: 1px solid #000;
}
@media screen and (min-width: 768px) {
  .remodal-close {
    width: 45px;
    height: 45px;
    top: -35px;
    right: -35px;
  }
}

.remodal-close:hover,
.remodal-close:focus {
  color: #000;
  background: #0ae864;
}

.remodal-close:before {
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  line-height: 35px;
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "\f00d";
  text-align: center;
}
@media screen and (min-width: 768px) {
  .remodal-close:before {
    font-size: 22px;
    width: 45px;
    line-height: 45px;
  }
}

/* prev button */
.remodal__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  overflow: visible;
  width: 34px;
  height: 34px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  transition: color 0.2s;
  text-decoration: none;
  z-index: 2;
  border: 0;
  outline: 0;
}
@media screen and (min-width: 768px) {
  .remodal__nav {
    width: 45px;
    height: 45px;
    transform: translateY(-50%);
  }
}
.remodal__nav a {
  position: relative;
  display: block;
  width: 34px;
  height: 34px;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .remodal__nav a {
    width: 45px;
    height: 45px;
  }
}
.remodal__nav a svg {
  display: block;
  width: 100%;
  height: auto;
}
.remodal__nav a svg:hover .a {
  fill: #0ae864;
}
.remodal__nav a svg .a {
  fill: #fff;
  stroke: #210;
}
.remodal__nav a svg .b {
  fill: #210;
}

.remodal-prev {
  left: -30px;
}
@media screen and (min-width: 768px) {
  .remodal-prev {
    left: -60px;
  }
}

.remodal-next {
  right: -30px;
}
@media screen and (min-width: 768px) {
  .remodal-next {
    right: -60px;
  }
}

/* Dialog buttons */
/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* Keyframes
   ========================================================================== */
@keyframes remodal-opening-keyframes {
  from {
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    transform: none;
    opacity: 1;
    filter: blur(0);
  }
}
@keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(0.95);
    opacity: 0;
    filter: blur(0);
  }
}
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* Media queries
   ========================================================================== */
/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 700px;
}

@keyframes modal-video {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes modal-video-inner {
  from {
    transform: translate(0, 0);
  }
  to {
    transform: translate(0, 0);
  }
}
.modal-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 1000000;
  cursor: pointer;
  opacity: 1;
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-name: modal-video;
  transition: opacity 0.3s ease-out;
}

.modal-video-close {
  opacity: 0;
}
.modal-video-close .modal-video-movie-wrap {
  transform: scale(0.95);
  animation-duration: 0;
  animation-fill-mode: forwards;
}

.modal-video-body {
  max-width: 960px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 10px;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}

.modal-video-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 36px;
}
@media screen and (min-width: 768px) {
  .modal-video-inner {
    padding: 60px;
  }
}

.modal-video-movie-wrap {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
  background-color: rgba(0, 0, 0, 0.85);
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-name: modal-video-inner;
  transform: translate(0, 0);
  transition: transform 0.3s ease-out;
}
.modal-video-movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal-video-close-btn {
  position: absolute;
  top: -20px;
  right: -20px;
  display: block;
  overflow: visible;
  border-radius: 35px;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  background: #fff;
  cursor: pointer;
  transition: color 0.2s;
  text-decoration: none;
  z-index: 2;
  color: #000;
  border: 0;
  outline: 0;
  border: 1px solid #000;
}
@media screen and (min-width: 768px) {
  .modal-video-close-btn {
    width: 45px;
    height: 45px;
    top: -35px;
    right: -35px;
  }
}

.modal-video-close-btn:hover,
.modal-video-close-btn:focus {
  color: #000;
  background: #0ae864;
}

.modal-video-close-btn:before {
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  line-height: 35px;
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "\f00d";
  text-align: center;
}
@media screen and (min-width: 768px) {
  .modal-video-close-btn:before {
    font-size: 22px;
    width: 45px;
    line-height: 45px;
  }
}

/* ==========================================================================
   v.$ animate

   ========================================================================== */
/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */
@keyframes bounce {
  0%, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0);
  }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}
@keyframes flash {
  0%, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  animation-name: flash;
}
@keyframes pulse {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scaleX(1);
  }
}
.pulse {
  animation-name: pulse;
}
@keyframes rubberBand {
  0% {
    transform: scaleX(1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scaleX(1);
  }
}
.rubberBand {
  animation-name: rubberBand;
}
@keyframes shake {
  0%, to {
    transform: translateZ(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  animation-name: shake;
}
@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}
.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}
@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  to {
    transform: rotate(0deg);
  }
}
.swing {
  transform-origin: top center;
  animation-name: swing;
}
@keyframes tada {
  0% {
    transform: scaleX(1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    transform: scaleX(1);
  }
}
.tada {
  animation-name: tada;
}
@keyframes wobble {
  0% {
    transform: translateZ(0);
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    transform: translateZ(0);
  }
}
.wobble {
  animation-name: wobble;
}
@keyframes jello {
  0%, 11.1%, to {
    transform: translateZ(0);
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  animation-name: jello;
  transform-origin: center;
}
@keyframes heartBeat {
  0% {
    transform: scale(1);
  }
  14% {
    transform: scale(1.3);
  }
  28% {
    transform: scale(1);
  }
  42% {
    transform: scale(1.3);
  }
  70% {
    transform: scale(1);
  }
}
.heartBeat {
  animation-name: heartBeat;
  animation-duration: 1.3s;
  animation-timing-function: ease-in-out;
}
@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scaleX(1);
  }
}
.bounceIn {
  animation-duration: 0.75s;
  animation-name: bounceIn;
}
@keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: translateZ(0);
  }
}
.bounceInDown {
  animation-name: bounceInDown;
}
@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: translateZ(0);
  }
}
.bounceInLeft {
  animation-name: bounceInLeft;
}
@keyframes bounceInRight {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: translateZ(0);
  }
}
.bounceInRight {
  animation-name: bounceInRight;
}
@keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translateZ(0);
  }
}
.bounceInUp {
  animation-name: bounceInUp;
}
@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  animation-duration: 0.75s;
  animation-name: bounceOut;
}
@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  animation-name: bounceOutUp;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInDownBig {
  animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInRightBig {
  animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInUpBig {
  animation-name: fadeInUpBig;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}
@keyframes flip {
  0% {
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  backface-visibility: visible;
  animation-name: flip;
}
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInX {
  backface-visibility: visible !important;
  animation-name: flipInX;
}
@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(-20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInY {
  backface-visibility: visible !important;
  animation-name: flipInY;
}
@keyframes flipOutX {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX {
  animation-duration: 0.75s;
  animation-name: flipOutX;
  backface-visibility: visible !important;
}
@keyframes flipOutY {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  animation-duration: 0.75s;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}
@keyframes lightSpeedIn {
  0% {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
  }
  to {
    transform: translateZ(0);
  }
}
.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}
@keyframes rotateIn {
  0% {
    transform-origin: center;
    transform: rotate(-200deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: translateZ(0);
    opacity: 1;
  }
}
.rotateIn {
  animation-name: rotateIn;
}
@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: translateZ(0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}
@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: translateZ(0);
    opacity: 1;
  }
}
.rotateInDownRight {
  animation-name: rotateInDownRight;
}
@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: translateZ(0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}
@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: translateZ(0);
    opacity: 1;
  }
}
.rotateInUpRight {
  animation-name: rotateInUpRight;
}
@keyframes rotateOut {
  0% {
    transform-origin: center;
    opacity: 1;
  }
  to {
    transform-origin: center;
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut {
  animation-name: rotateOut;
}
@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate(45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}
@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}
@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}
@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}
@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  animation-duration: 2s;
  animation-name: hinge;
}
@keyframes jackInTheBox {
  0% {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.jackInTheBox {
  animation-name: jackInTheBox;
}
@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.rollIn {
  animation-name: rollIn;
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
.rollOut {
  animation-name: rollOut;
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  animation-name: zoomIn;
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  animation-name: zoomInDown;
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  animation-name: zoomInLeft;
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  animation-name: zoomInRight;
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  animation-name: zoomInUp;
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  animation-name: zoomOut;
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  animation-name: zoomOutDown;
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}
.zoomOutLeft {
  animation-name: zoomOutLeft;
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}
.zoomOutRight {
  animation-name: zoomOutRight;
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  animation-name: zoomOutUp;
}
@keyframes slideInDown {
  0% {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.slideInDown {
  animation-name: slideInDown;
}
@keyframes slideInLeft {
  0% {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.slideInLeft {
  animation-name: slideInLeft;
}
@keyframes slideInRight {
  0% {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.slideInRight {
  animation-name: slideInRight;
}
@keyframes slideInUp {
  0% {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.slideInUp {
  animation-name: slideInUp;
}
@keyframes slideOutDown {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  animation-name: slideOutDown;
}
@keyframes slideOutLeft {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  animation-name: slideOutLeft;
}
@keyframes slideOutRight {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  animation-name: slideOutRight;
}
@keyframes slideOutUp {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  animation-name: slideOutUp;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  animation-delay: 1s;
}

.animated.delay-2s {
  animation-delay: 2s;
}

.animated.delay-3s {
  animation-delay: 3s;
}

.animated.delay-4s {
  animation-delay: 4s;
}

.animated.delay-5s {
  animation-delay: 5s;
}

.animated.fast {
  animation-duration: 0.8s;
}

.animated.faster {
  animation-duration: 0.5s;
}

.animated.slow {
  animation-duration: 2s;
}

.animated.slower {
  animation-duration: 3s;
}

@media (prefers-reduced-motion: reduce), (print) {
  .animated {
    animation-duration: 1ms !important;
    transition-duration: 1ms !important;
    animation-iteration-count: 1 !important;
  }
}
