@charset "UTF-8";
/* Foundation */ /* ==========================================================================
   Variables
   ========================================================================== */
/* Break Point */
/* Font Color */
/* Font Family */
/* Font Size */
/* Font Weight */
/* Line Height */
/* Letter Spacing */
/* Opacity */
/* Background Color */
/* Border Color */
/* Text Shadow */
/* Box Shadow */
/* Drop Shadow */
/* Drop Shadow */
/* Flex */
/* Background Color */
/* Transform */
/* Transition */
/* Backface */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
*,
::before,
::after {
  box-sizing: border-box;
}

html {
  height: 100%;
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

body {
  height: 100%;
  margin: 0;
  font-family: "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴシック", Meiryo, "メイリオ", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  /*  -webkit-font-feature-settings: "palt" 1;
    font-feature-settings: "palt" 1;*/
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  body {
    overflow-x: hidden;
  }
}
body.is-noScroll {
  overflow: hidden;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

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

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/*
 * Link Style.
 */
a {
  display: inline-block;
  color: #222;
  text-decoration: none;
}

/*
 * Reset.
 */
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

ul,
ol,
li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

:focus {
  outline: none;
}

iframe {
  border: none;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  width: 100%;
}

figure {
  margin: 0;
}

em {
  font-style: normal;
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " (" attr(href) ")";
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

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

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

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

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../img/bundle/slick/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../img/bundle/slick/fonts/slick.eot");
  src: url("../img/bundle/slick/fonts/slick.eot?#iefix") format("embedded-opentype"), url("../img/bundle/slick/fonts/slick.woff") format("woff"), url("../img/bundle/slick/fonts/slick.ttf") format("truetype"), url("../img/bundle/slick/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%;
  z-index: 10;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: black;
  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;
}

/* Layout */
/* ==========================================================================
   Layout
   ========================================================================== */
.l-wrapper {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

/* Component */
/* ==========================================================================
   Component
   ========================================================================== */
.c-container__button {
  position: relative;
}
.c-container__button > a {
  position: relative;
  width: 100%;
  height: 141px;
  margin: 0 auto;
  border-radius: 100px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -moz-filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
  -webkit-filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
  -ms-filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
  transform: translateZ(0);
}
.c-container__button > a > span {
  position: absolute;
  top: -44px;
  padding: 15px 38px;
  font-size: 28px;
  font-weight: 600;
  font-family: "A-OTF Shin Maru Go Pro";
  background-color: #fff;
  border-radius: 100px;
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-container__button > a > p {
  width: 100%;
  color: #fff;
  font-size: 31px;
  font-weight: 600;
  font-family: "A-OTF Shin Maru Go Pro";
  letter-spacing: 0.03em;
  align-self: center;
}
.c-container__button > a::before {
  content: "";
  position: absolute;
  top: 60px;
  right: 26px;
  width: 26px;
  height: 7px;
  background-color: #fff;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  transform: rotate(45deg);
}
.c-container__button > a::after {
  content: "";
  position: absolute;
  top: 74px;
  right: 26px;
  width: 26px;
  height: 7px;
  background-color: #fff;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  transform: rotate(-45deg);
}

/* ==========================================================================
   Component styles:
   ========================================================================== */
/* Breadcrumb */
.c-breadcrumb__wrapper {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  filter: blur(0);
  -webkit-filter: blur(0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 768px) {
  .c-breadcrumb__wrapper {
    max-width: 994px;
    top: 207px;
    left: -3px;
    right: 0;
    z-index: 99;
  }
}
@media screen and (max-width: 1299px) {
  .c-breadcrumb__wrapper {
    left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-breadcrumb__wrapper {
    top: 70px;
    left: 20px;
    right: 12px;
    z-index: 99;
  }
}
.c-breadcrumb__wrapper .c-breadcrumb {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 100px;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb__wrapper .c-breadcrumb {
    max-width: 100%;
    padding-right: 2px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.c-breadcrumb__wrapper .c-breadcrumb .c-breadcrumb__list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .c-breadcrumb__wrapper .c-breadcrumb .c-breadcrumb__list {
    height: 30px;
    padding: 0 8px 0 9px;
  }
}
@media screen and (max-width: 767px) {
  .c-breadcrumb__wrapper .c-breadcrumb .c-breadcrumb__list {
    height: 21px;
    padding: 0 3px 0 0;
    white-space: nowrap;
  }
}
.c-breadcrumb__wrapper .c-breadcrumb .c-breadcrumb__list .c-breadcrumb__item {
  position: relative;
  color: #fff;
  font-size: 10px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb__wrapper .c-breadcrumb .c-breadcrumb__list .c-breadcrumb__item {
    font-weight: 300;
  }
}
@media screen and (min-width: 768px) {
  .c-breadcrumb__wrapper .c-breadcrumb .c-breadcrumb__list .c-breadcrumb__item:not(:first-child) > span {
    margin-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .c-breadcrumb__wrapper .c-breadcrumb .c-breadcrumb__list .c-breadcrumb__item:not(:first-child) > span {
    margin-left: 10px;
  }
}
.c-breadcrumb__wrapper .c-breadcrumb .c-breadcrumb__list .c-breadcrumb__item span {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .c-breadcrumb__wrapper .c-breadcrumb .c-breadcrumb__list .c-breadcrumb__item span {
    padding: 7px 7px 6px 10px;
  }
}
@media screen and (max-width: 767px) {
  .c-breadcrumb__wrapper .c-breadcrumb .c-breadcrumb__list .c-breadcrumb__item span {
    padding: 3px 5px 3px 7px;
  }
}
@media screen and (max-width: 767px) {
  .c-breadcrumb__wrapper .c-breadcrumb .c-breadcrumb__list .c-breadcrumb__item:last-child span {
    padding: 3px 3px 3px 7px;
  }
}
.c-breadcrumb__wrapper .c-breadcrumb .c-breadcrumb__list .c-breadcrumb__item > a {
  color: #fff;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
@media screen and (min-width: 768px) {
  .c-breadcrumb__wrapper .c-breadcrumb .c-breadcrumb__list .c-breadcrumb__item > a:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .c-breadcrumb__wrapper .c-breadcrumb .c-breadcrumb__list .c-breadcrumb__item > a {
    position: relative;
  }
}
.c-breadcrumb__wrapper .c-breadcrumb .c-breadcrumb__list .c-breadcrumb__item:not(:last-child)::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 8px;
  right: -8px;
  width: 1px;
  height: 6px;
  background-color: #fff;
  border-radius: 50px;
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .c-breadcrumb__wrapper .c-breadcrumb .c-breadcrumb__list .c-breadcrumb__item:not(:last-child)::before {
    top: 5px;
  }
}
.c-breadcrumb__wrapper .c-breadcrumb .c-breadcrumb__list .c-breadcrumb__item:not(:last-child)::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 12px;
  right: -8px;
  width: 1px;
  height: 6px;
  background-color: #fff;
  border-radius: 50px;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .c-breadcrumb__wrapper .c-breadcrumb .c-breadcrumb__list .c-breadcrumb__item:not(:last-child)::after {
    top: 9px;
  }
}
@media screen and (max-width: 767px) {
  .c-breadcrumb__wrapper .c-breadcrumb .c-breadcrumb__list .c-breadcrumb__item:first-child a {
    position: relative;
    width: 99px;
    height: 21px;
  }
  .c-breadcrumb__wrapper .c-breadcrumb .c-breadcrumb__list .c-breadcrumb__item:first-child a::before {
    display: inline-block;
    content: "";
    position: absolute;
    top: 5px;
    left: 10px;
    width: 13.6px; /* 13.536px; */
    height: 11px; /* 10.88px; */
    background-repeat: no-repeat;
    background-position: left top;
  }
  .c-breadcrumb__wrapper .c-breadcrumb .c-breadcrumb__list .c-breadcrumb__item:first-child a.lazyloaded::before {
    background-image: url("/art-college/dance/assets/img/common/home-icon.svg");
  }
  .c-breadcrumb__wrapper .c-breadcrumb .c-breadcrumb__list .c-breadcrumb__item:first-child a > span {
    display: inline-block;
    text-indent: 0px;
  }
}

/* ==========================================================================
   Component styles:
   ========================================================================== */
/* Global Header */
.c-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: fixed;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 100;
  -moz-filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
  -webkit-filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
  -ms-filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
  transform: translateZ(0);
}
@media screen and (min-width: 768px) {
  .c-header__inner {
    top: 100px;
    width: 100%;
    max-width: 1240px;
    height: 100px;
  }
}
@media screen and (max-width: 1299px) {
  .c-header__inner {
    width: calc(100% - 30px);
    margin: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-header__inner {
    top: 79px;
    left: 15px;
    right: 15px;
    height: 69px;
    margin: 0;
  }
}

.c-header__intro {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .c-header__intro {
    width: 59.6774193548%;
    height: 100px;
  }
}
@media screen and (max-width: 1299px) {
  .c-header__intro {
    width: 57.729022vw;
    height: 7.6982294vw;
  }
}
@media screen and (max-width: 767px) {
  .c-header__intro {
    width: 100%;
    height: 69px;
    margin: 0 auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.c-header__intro .c-header__logo {
  margin-left: 25px;
  padding: 0 5px;
}
@media screen and (max-width: 1299px) {
  .c-header__intro .c-header__logo {
    margin-left: 0.40030792vw;
  }
}
@media screen and (max-width: 767px) {
  .c-header__intro .c-header__logo {
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .c-header__intro .c-header__logo:nth-child(1) a img {
    height: auto;
    max-height: 40px;
  }
}
@media screen and (min-width: 768px) {
  .c-header__intro .c-header__logo:nth-child(2) a img {
    height: auto;
    max-height: 40px;
  }
}
@media screen and (min-width: 768px) {
  .c-header__intro .c-header__logo:nth-child(3) a img {
    height: auto;
    max-height: 80px;
  }
}
.c-header__intro .c-header__logo a {
  padding: 5px 10px;
}
@media screen and (max-width: 1280px) {
  .c-header__intro .c-header__logo a img {
    width: 17.5vw;
  }
}
@media screen and (max-width: 767px) {
  .c-header__intro .c-header__logo a img {
    min-width: 152.53px;
  }
}
.c-header__intro .c-header__tagline {
  margin: 1px 1.8vw 0 2.6vw;
  padding: 0 5px;
  color: #666;
  font-size: 12px;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .c-header__intro .c-header__tagline {
    display: none;
  }
}
@media screen and (max-width: 1299px) {
  .c-header__intro .c-header__tagline {
    margin-left: 1vw;
  }
}
@media screen and (max-width: 999px) {
  .c-header__intro .c-header__tagline {
    font-size: 10px;
    margin-left: 0;
  }
}
.c-header__intro .c-art-skill {
  margin-right: 12px;
  background-color: #fff;
  border: 1px #ddd solid;
  border-radius: 100px;
}
.c-header__intro .c-art-skill > a {
  position: relative;
  width: 100px;
  height: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-header__intro .c-art-skill > a > span {
  margin-left: -6px;
  font-size: 10px;
}
.c-header__intro .c-art-skill > a > span > img {
  width: 14px;
  margin-right: 5px;
}
.c-header__intro .c-art-skill > a::after {
  content: "";
  position: absolute;
  right: 5px;
  width: 5px;
  height: 5px;
  border-right: 1px #000 solid;
  border-bottom: 1px #000 solid;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.c-header__intro .c-header__navToggleInner {
  position: absolute;
  right: 13px;
}
.c-header__intro .c-header__navToggleInner > a {
  width: 29px;
  height: 29px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.c-header__intro .c-header__navToggleInner > a > span {
  display: inline-block;
  width: 50px;
  height: 4px;
  margin: auto;
  background-color: #e96;
  border-radius: 100px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 767px) {
  .c-header__intro .c-header__navToggleInner > a > span {
    width: 29px;
    height: 3px;
  }
}
@media screen and (min-width: 768px) {
  .c-header__intro .c-header__navToggleInner > a > span:nth-of-type(1) {
    position: absolute;
    top: 33px;
    left: 25px;
  }
}
@media screen and (min-width: 768px) {
  .c-header__intro .c-header__navToggleInner > a > span:nth-of-type(2) {
    position: absolute;
    top: 48px;
    left: 25px;
  }
}
@media screen and (min-width: 768px) {
  .c-header__intro .c-header__navToggleInner > a > span:nth-of-type(3) {
    position: absolute;
    top: 63px;
    left: 25px;
  }
}

@media screen and (max-width: 767px) {
  .c-header__tel {
    display: none;
  }
}
.c-header__tel p {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
}
.c-header__tel p a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 230px;
  height: 100px;
  padding: 1px 0 0 0;
  background-color: #49c;
  color: #fff;
  border-radius: 100px;
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}
@media screen and (max-width: 1299px) {
  .c-header__tel p a {
    width: 17.7059276vw;
    height: 7.6982294vw;
  }
}
.c-header__tel p a:hover {
  background-color: #6da8cd;
}
.c-header__tel p a > img {
  width: 85.5%;
}

@media screen and (max-width: 767px) {
  .c-header__trial {
    display: none;
  }
}
.c-header__trial p {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
html.mac .c-header__trial p {
  font-weight: 500;
}
.c-header__trial p a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 230px;
  height: 100px;
  padding: 2px 0 0 0;
  background-color: #e96;
  color: #fff;
  border-radius: 100px;
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}
@media screen and (max-width: 1299px) {
  .c-header__trial p a {
    width: 17.7059276vw;
    height: 7.6982294vw;
  }
}
.c-header__trial p a::before {
  content: "";
  display: block;
  position: absolute;
  top: 44px;
  right: 11px;
  width: 15px;
  height: 4px;
  background-color: #fff;
  border-radius: 100px;
  transform: rotate(45deg);
}
@media screen and (max-width: 1299px) {
  .c-header__trial p a::before {
    top: 3.3872209vw;
  }
}
@media screen and (max-width: 1050px) {
  .c-header__trial p a::before {
    top: 3.2vw;
  }
}
@media screen and (max-width: 800px) {
  .c-header__trial p a::before {
    top: 3vw;
  }
}
@media screen and (max-width: 767px) {
  .c-header__trial p a::before {
    top: 29px;
    right: 11px;
    width: 9px;
    height: 2px;
  }
}
.c-header__trial p a::after {
  content: "";
  display: block;
  position: absolute;
  top: 53px;
  right: 11px;
  width: 15px;
  height: 4px;
  background-color: #fff;
  border-radius: 100px;
  transform: rotate(-45deg);
}
@media screen and (max-width: 1299px) {
  .c-header__trial p a::after {
    top: 4.280062vw;
  }
}
@media screen and (max-width: 767px) {
  .c-header__trial p a::after {
    top: 34px;
    right: 11px;
    width: 9px;
    height: 2px;
  }
}
.c-header__trial p a:hover {
  background-color: #e6af8d;
}
.c-header__trial p a > img {
  width: 68.8%;
  margin-top: -26px;
}
@media screen and (max-width: 1299px) {
  .c-header__trial p a > img {
    margin-right: 1.5vw;
  }
}

.c-header__nav .c-header__navToggle {
  background-color: #fff;
  cursor: pointer;
  border-radius: 100px;
}
@media screen and (min-width: 768px) {
  .c-header__nav .c-header__navToggle {
    width: 100px;
    height: 100px;
    -webkit-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;
  }
}
@media screen and (min-width: 768px) and (max-width: 1299px) {
  .c-header__nav .c-header__navToggle {
    width: 7.6982294vw;
    height: 7.6982294vw;
  }
}
@media screen and (min-width: 768px) {
  .c-header__nav .c-header__navToggle:hover {
    background-color: #ede6e2;
  }
}
@media screen and (max-width: 767px) {
  .c-header__nav .c-header__navToggle {
    display: none;
  }
}
.c-header__nav .c-header__navToggle > .c-header__navToggleInner {
  position: relative;
}
.c-header__nav .c-header__navToggle > .c-header__navToggleInner > span {
  display: inline-block;
  position: absolute;
  width: 50px;
  height: 4px;
  margin: auto;
  background-color: #e96;
  border-radius: 25px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 1299px) {
  .c-header__nav .c-header__navToggle > .c-header__navToggleInner > span {
    width: 3.8491147vw;
  }
}
@media screen and (min-width: 768px) {
  .c-header__nav .c-header__navToggle > .c-header__navToggleInner > span:nth-of-type(1) {
    top: 33px;
    left: 25px;
  }
}
@media screen and (max-width: 1299px) {
  .c-header__nav .c-header__navToggle > .c-header__navToggleInner > span:nth-of-type(1) {
    top: 2.5404157vw;
    left: 1.9245573vw;
  }
}
@media screen and (max-width: 767px) {
  .c-header__nav .c-header__navToggle > .c-header__navToggleInner > span:nth-of-type(1) {
    top: 17px;
    left: 9px;
  }
}
@media screen and (min-width: 768px) {
  .c-header__nav .c-header__navToggle > .c-header__navToggleInner > span:nth-of-type(2) {
    top: 48px;
    left: 25px;
  }
}
@media screen and (max-width: 1299px) {
  .c-header__nav .c-header__navToggle > .c-header__navToggleInner > span:nth-of-type(2) {
    top: 3.6951501vw;
    left: 1.9245573vw;
  }
}
@media screen and (max-width: 767px) {
  .c-header__nav .c-header__navToggle > .c-header__navToggleInner > span:nth-of-type(2) {
    top: 25px;
    left: 8px;
  }
}
@media screen and (min-width: 768px) {
  .c-header__nav .c-header__navToggle > .c-header__navToggleInner > span:nth-of-type(3) {
    top: 63px;
    left: 25px;
  }
}
@media screen and (max-width: 1299px) {
  .c-header__nav .c-header__navToggle > .c-header__navToggleInner > span:nth-of-type(3) {
    top: 4.8498845vw;
    left: 1.9245573vw;
  }
}
@media screen and (max-width: 767px) {
  .c-header__nav .c-header__navToggle > .c-header__navToggleInner > span:nth-of-type(3) {
    top: 33px;
    left: 7px;
  }
}
.c-header__nav .c-header__navToggle.is-active > .c-header__navToggleInner > span {
  width: 25px;
}
.c-header__nav .c-header__navToggle.is-active > .c-header__navToggleInner > span:nth-of-type(1) {
  -webkit-transform: translateY(15px) rotate(-315deg);
  -ms-transform: translateY(15px) rotate(-315deg);
  transform: translateY(15px) rotate(-315deg);
}
@media screen and (min-width: 768px) {
  .c-header__nav .c-header__navToggle.is-active > .c-header__navToggleInner > span:nth-of-type(1) {
    top: 9px;
    left: 7px;
  }
}
@media screen and (max-width: 767px) {
  .c-header__nav .c-header__navToggle.is-active > .c-header__navToggleInner > span:nth-of-type(1) {
    top: 9px;
    left: 8px;
  }
}
.c-header__nav .c-header__navToggle.is-active > .c-header__navToggleInner > span:nth-of-type(2) {
  opacity: 0;
}
.c-header__nav .c-header__navToggle.is-active > .c-header__navToggleInner > span:nth-of-type(3) {
  -webkit-transform: translateY(-15px) rotate(315deg);
  -ms-transform: translateY(-15px) rotate(315deg);
  transform: translateY(-15px) rotate(315deg);
}
@media screen and (min-width: 768px) {
  .c-header__nav .c-header__navToggle.is-active > .c-header__navToggleInner > span:nth-of-type(3) {
    top: 39px;
    left: 7px;
  }
}
@media screen and (max-width: 767px) {
  .c-header__nav .c-header__navToggle.is-active > .c-header__navToggleInner > span:nth-of-type(3) {
    top: 39px;
    left: 8px;
  }
}

#trial-detail-wrapper {
  top: 100px;
}
@media screen and (max-width: 1299px) {
  #trial-detail-wrapper {
    top: 7.6982294vw;
  }
}

.c-header__inner.u-pc {
  display: flex !important;
}
@media screen and (max-width: 767px) {
  .c-header__inner.u-pc {
    display: none !important;
  }
}

/* Utility */
/* ==========================================================================
   Utility
   ========================================================================== */
/* Break Point */
@media screen and (min-width: 768px) {
  .u-pc {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}

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

/* Opacity */
@media screen and (min-width: 768px) {
  .u-opacity {
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
  }
  .u-opacity:hover {
    opacity: 0.7;
  }
}

.u-transition-op {
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}

/* Top */
/* ==========================================================================
   Top
   ========================================================================== */
body.artCollege-top .c-hero__inner {
  /*visibility: hidden;*/
  margin-bottom: 0;
  /*&.slick-initialized {
      visibility: visible;
    }*/
}
@media screen and (min-width: 768px) {
  body.artCollege-top .c-hero__inner {
    min-height: 650px;
  }
}
body.artCollege-top .c-hero__inner .slick-dots {
  bottom: 88px;
  left: -5px;
}
@media screen and (max-width: 767px) {
  body.artCollege-top .c-hero__inner .slick-dots {
    bottom: 65px;
  }
}
body.artCollege-top .c-hero__inner .slick-dots > li {
  margin: 0 10px;
  height: 3px;
}
body.artCollege-top .c-hero__inner .slick-dots > li > button {
  height: 3px;
  padding: 0;
}
body.artCollege-top .c-hero__inner .slick-dots > li > button::before {
  content: "";
  width: 30px;
  height: 3px;
  padding: 0 5px;
  background-color: #000;
  opacity: 0.4;
}
body.artCollege-top .c-hero__inner .slick-dots > li.slick-active > button::before {
  background-color: #fff;
  opacity: 1;
}
body.artCollege-top .c-hero__inner .c-hero__image {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  body.artCollege-top .c-hero__inner .c-hero__image {
    height: 650px;
  }
}
@media screen and (min-width: 1920px) {
  body.artCollege-top .c-hero__inner .c-hero__image {
    background-repeat: repeat;
    background-size: contain;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .c-hero__inner .c-hero__image {
    height: 570px;
  }
}
@media screen and (min-width: 768px) {
  body.artCollege-top .c-hero__inner .c-hero__image.lazyloaded {
    background-image: url("/art-college/assets/img/hero-img-pc.jpg");
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .c-hero__inner .c-hero__image.lazyloaded {
    background-image: url("/art-college/assets/img/hero-img-sp.jpg");
  }
}
body.artCollege-top .c-hero__inner .c-hero__image .c-hero__text {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  top: 15px;
  left: -9px;
}
@media screen and (max-width: 767px) {
  body.artCollege-top .c-hero__inner .c-hero__image .c-hero__text {
    top: 36px;
    left: 3px;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .c-hero__inner .c-hero__image .c-hero__text > img {
    width: 99%;
    margin: 0 auto;
    top: -5px;
    left: -2px;
  }
}
body.artCollege-top .c-hero__inner .c-hero__image .c-hero__tagline {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  top: -12px;
  left: -9px;
}
@media screen and (max-width: 767px) {
  body.artCollege-top .c-hero__inner .c-hero__image .c-hero__tagline {
    top: 21px;
    left: 20px;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .c-hero__inner .c-hero__image .c-hero__tagline > img {
    width: 89.8%;
    position: relative;
    margin: 0 auto;
    top: -2px;
    left: -19.4px;
  }
}
body.artCollege-top .c-hero__contentWrapper {
  position: relative;
  padding: 0 20px;
  background: -moz-linear-gradient(left, rgba(221, 119, 187, 0.5), rgba(68, 187, 153, 0.5));
  background: -webkit-linear-gradient(left, rgba(221, 119, 187, 0.5), rgba(68, 187, 153, 0.5));
  background: linear-gradient(to right, rgba(221, 119, 187, 0.5), rgba(68, 187, 153, 0.5));
}
body.artCollege-top .c-hero__contentWrapper > .l-wrapper {
  overflow-x: initial;
}
@media screen and (min-width: 768px) {
  body.artCollege-top .c-hero__contentWrapper {
    height: 1660px;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .c-hero__contentWrapper {
    height: 352.2vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 420px) {
  body.artCollege-top .c-hero__contentWrapper {
    height: 356vw;
  }
}
body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner {
  position: relative;
  border-radius: 30px;
  background-color: #fff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner.three-months-free {
  background-color: transparent;
  box-shadow: none;
}
@media screen and (min-width: 768px) {
  body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner {
    top: -66px;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner {
    top: -59px;
  }
}
body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content {
    padding: 20px 20px 6px 20px;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content {
    padding: 20px 15px 15px 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content .c-date__remaining {
  position: absolute;
  top: -66px;
  left: -11px;
  width: 96px;
  height: 96px;
  border-radius: 150px;
  background-color: #d7b;
}
body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content .c-date__remaining.three-months-free {
  top: 66px;
}
@media screen and (max-width: 767px) {
  body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content .c-date__remaining.three-months-free {
    top: -25px;
  }
}
body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content .c-date__remaining > p #hero-camp-date-span .u-timeMD.u-timeMD__m,
body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content .c-date__remaining > p #hero-camp-date-limit-span .u-timeMD.u-timeMD__m {
  position: absolute;
  top: 28px;
  left: 17px;
  color: #fff;
  font-size: 27px;
  font-weight: 700;
  font-style: italic;
  font-family: "Roboto";
  letter-spacing: 0.1em;
}
body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content .c-date__remaining > p #hero-camp-date-span .u-horizontalSkew,
body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content .c-date__remaining > p #hero-camp-date-limit-span .u-horizontalSkew {
  content: "";
  position: absolute;
  top: 38px;
  left: 38px;
  height: 21px;
  width: 3px;
  transform: skew(-25deg);
  background-color: #fff;
}
body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content .c-date__remaining > p #hero-camp-date-span .u-timeMD.u-timeMD__d,
body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content .c-date__remaining > p #hero-camp-date-limit-span .u-timeMD.u-timeMD__d {
  position: absolute;
  top: 28px;
  left: 48px;
  color: #fff;
  font-size: 27px;
  font-weight: 700;
  font-style: italic;
  font-family: "Roboto";
  letter-spacing: 0.1em;
}
body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content .c-date__remaining > p .u-timeOpenText {
  position: absolute;
  bottom: 15px;
  left: 38px;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content .c-hero__innerContent {
    padding: 0 5px;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content .c-hero__innerContent {
    padding: 0;
  }
}
body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content .c-hero__innerContent:nth-child(1) > figure {
  margin-top: 26px;
  margin-left: 3px;
}
body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content .c-hero__innerContent:nth-child(2) > h1 {
  text-align: center;
}
@media screen and (min-width: 768px) {
  body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content .c-hero__innerContent:nth-child(2) > h1 {
    padding: 0;
    position: relative;
    top: 12px;
    left: 14px;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content .c-hero__innerContent:nth-child(2) > h1 {
    margin-top: 2px;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content .c-hero__innerContent:nth-child(2) > h1 > img {
    max-width: 216.21px;
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content .c-hero__innerContent:nth-child(2) .c-time__remaining {
    width: 88%;
    margin-top: 34px;
    margin-left: 36px;
  }
  body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content .c-hero__innerContent:nth-child(2) .c-time__remaining.three-months-free {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content .c-hero__innerContent:nth-child(2) .c-time__remaining {
    width: 100%;
    margin-top: 9px;
  }
}
body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content .c-hero__innerContent:nth-child(2) .c-time__remaining > p {
  color: #777;
  font-weight: 600;
  letter-spacing: 0.1em;
  border-top: 1px #ddd solid;
  border-bottom: 1px #ddd solid;
}
@media screen and (min-width: 768px) {
  body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content .c-hero__innerContent:nth-child(2) .c-time__remaining > p {
    padding: 7px 9px;
    font-size: 10px;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content .c-hero__innerContent:nth-child(2) .c-time__remaining > p {
    padding: 2px 9px;
    font-size: 8px;
    text-align: center;
  }
}
body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content .c-hero__innerContent:nth-child(2) .c-time__remaining > p > .camp-cd-text-limit {
  display: inline-block;
}
body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content .c-hero__innerContent:nth-child(2) .c-time__remaining > p > .camp-cd-text-limit.is-hidden {
  display: none;
}
body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content .c-hero__innerContent:nth-child(2) .c-time__remaining > p > .camp-cd-text-limit.is-hidden + #hero-camp-cd-span {
  display: block;
  text-align: center;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content .c-hero__innerContent:nth-child(2) .c-time__remaining > p > .camp-cd-text-limit.is-hidden + #hero-camp-cd-span {
    margin: 3px 0;
  }
}
body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content .c-hero__innerContent:nth-child(2) .c-time__remaining > p .u-date {
  color: #d7b;
  font-weight: 700;
  font-style: italic;
  font-family: "Roboto";
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content .c-hero__innerContent:nth-child(2) .c-time__remaining > p .u-date {
    margin: 0 3px 0 7px;
    font-size: 19px;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content .c-hero__innerContent:nth-child(2) .c-time__remaining > p .u-date {
    margin: 0 3px 0 8px;
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content .c-hero__innerContent:nth-child(2) .c-time__remaining > p .u-date:nth-child(1) {
    margin-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content .c-hero__innerContent:nth-child(2) .c-time__remaining > p .u-date:nth-child(1) {
    margin-left: 6px;
  }
}
@media screen and (min-width: 768px) {
  body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content .c-hero__innerContent:nth-child(3) > figure {
    position: relative;
    top: -12px;
    left: 37px;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content .c-hero__innerContent:nth-child(3) > figure {
    width: 100%;
    margin: 11px auto 0;
  }
}
body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content_2 > h1 {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content_2 > h1 {
    width: 525px;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content_2 > h1 {
    width: 93%;
  }
}
body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content_2 .c-feature-present .c-insturment-tab__main-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 35px;
}
body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content_2 .c-feature-present .c-insturment-tab__sub-nav {
  overflow-x: auto;
  border-top: 1px solid #E4E9EF;
}
body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content_2 .c-feature-present .c-insturment-tab__sub-nav {
  display: flex;
  justify-content: flex-start;
  background-color: #E5F2FD;
}
@media screen and (min-width: 768px) {
  body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content_2 .c-feature-present {
    max-width: 1280px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content_2 {
    width: 744px;
    margin: -12px auto 55px;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content_2 {
    width: 100%;
    margin: 5px auto 20px;
  }
}
@media screen and (min-width: 768px) {
  body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content_2 > .c-flw_img {
    width: 630px;
    margin-left: 33px;
    margin-top: -5px;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content_2 > .c-flw_img {
    width: 112%;
    margin: -18px -6% 0;
    margin-top: -18px;
  }
}
@media screen and (min-width: 768px) {
  body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content_2 > .c-slide_title {
    width: 527px;
    margin: 36px auto -133px;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content_2 > .c-slide_title {
    width: 81.6%;
    margin: -18px auto -13vw;
  }
}
@media screen and (max-width: 769px) and (min-width: 500px) {
  body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content_2 > .c-slide_title {
    margin-bottom: -11vw;
  }
}
@media screen and (min-width: 768px) {
  body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content_2 > .m-bt {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content_2 > .m-bt {
    width: 90%;
    margin-top: 32.5px;
    margin-bottom: -4.5vw;
  }
}
@media screen and (min-width: 768px) {
  body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content_2 > .c-gift-img_cnt {
    width: 740px;
    margin: -64px auto 0;
    padding-bottom: 55px;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content_2 > .c-gift-img_cnt {
    width: 94%;
    margin: 0 auto;
    padding-bottom: 10px;
  }
}
body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content_2 > .c-gift-img_cnt img {
  box-shadow: 0 5px 20px rgba(68, 153, 204, 0.3);
}
@media screen and (min-width: 768px) {
  body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content_2 > .c-gift-img_cnt img {
    border-radius: 20px;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content_2 > .c-gift-img_cnt img {
    border-radius: 8%;
  }
}
body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content_2 .u-container .c-insturment-tab__container {
  position: relative;
  margin-top: 61px;
}
@media screen and (max-width: 767px) {
  body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content_2 .u-container .c-insturment-tab__container {
    margin-top: 25px;
  }
}
@media screen and (min-width: 768px) {
  body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content_2 .u-container {
    width: 740px;
    padding: 0;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content_2 .u-container {
    width: 100%;
    padding: 0 10px;
    text-align: center;
  }
}
body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content_2 .u-container .u-btn-present-circle.u-pos-rb {
  right: 4%;
  bottom: 5%;
}
body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content_2 .u-container .c-insturment-tab__container .c-insturment-tab {
  width: 100%;
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 0 3px 46px 0 rgba(68, 153, 204, 0.42);
}
@media screen and (min-width: 768px) {
  body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content_2 .u-container .c-insturment-tab__container .c-insturment-tab {
    min-height: 475px;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content_2 .u-container .c-insturment-tab__container .c-insturment-tab {
    height: 130.7vw;
    border-radius: 5.333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 420px) {
  body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content_2 .u-container .c-insturment-tab__container .c-insturment-tab {
    height: 135vw;
  }
}
body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content_2 .u-container .c-insturment-tab__container .c-insturment-tab .c-insturment-tab__main-nav {
  border-radius: 20px 20px 0px 0;
  border-bottom: 1px solid #e0e0e0;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content_2 .u-container .c-insturment-tab__container .c-insturment-tab .c-insturment-tab__main-nav {
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    padding: 0;
    overflow-x: auto;
  }
}
@media screen and (max-width: 960px) and (min-width: 768px) {
  body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content_2 .u-container .c-insturment-tab__container .c-insturment-tab .c-insturment-tab__main-nav {
    justify-content: center;
  }
}
@media screen and (max-width: 960px) {
  body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content_2 .u-container .c-insturment-tab__container .c-insturment-tab .c-insturment-tab__item:not(:first-of-type) {
    border-left: unset;
  }
}
body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content_2 .u-container .c-insturment-tab__container .c-insturment-tab .c-insturment-tab__item a {
  font-family: "Hiragino Kaku Gothic Pro";
  line-height: 1.875;
  font-weight: 600;
  color: #777777;
  border-bottom: 2px solid #ffffff;
}
@media screen and (min-width: 768px) {
  body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content_2 .u-container .c-insturment-tab__container .c-insturment-tab .c-insturment-tab__item a {
    font-size: 12px;
    letter-spacing: 0.8px;
    padding: 16px 15px 12px;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content_2 .u-container .c-insturment-tab__container .c-insturment-tab .c-insturment-tab__item a {
    font-size: 3.2vw;
    letter-spacing: 0;
    padding: 2.3vw 1.33vw;
    white-space: nowrap;
  }
}
body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content_2 .u-container .c-insturment-tab__container .c-insturment-tab .c-insturment-tab__item.is-current a {
  border-bottom: 2px solid #65b5e5;
  color: #66bbcc;
}
body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content_2 .u-container .c-insturment-tab__container .c-insturment-tab .c-insturment-tab__sub-nav {
  background-color: unset;
}
@media screen and (min-width: 768px) {
  body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content_2 .u-container .c-insturment-tab__container .c-insturment-tab .c-insturment-tab__sub-nav {
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content_2 .u-container .c-insturment-tab__container .c-insturment-tab .c-insturment-tab__sub-nav {
    padding-left: 10px;
  }
}
@media screen and (min-width: 768px) {
  body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content_2 .u-container .c-insturment-tab__container .c-insturment-tab .c-insturment-tab__sub-nav .c-insturment-tab__item-sub {
    padding-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content_2 .u-container .c-insturment-tab__container .c-insturment-tab .c-insturment-tab__sub-nav .c-insturment-tab__item-sub {
    padding-top: 2.72vw;
  }
}
body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content_2 .u-container .c-insturment-tab__container .c-insturment-tab .c-insturment-tab__sub-nav .c-insturment-tab__item-sub a {
  border-bottom: 1px solid #ddd;
  line-height: 1.875;
}
@media screen and (min-width: 768px) {
  body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content_2 .u-container .c-insturment-tab__container .c-insturment-tab .c-insturment-tab__sub-nav .c-insturment-tab__item-sub a {
    font-size: 12px;
    padding: 14px 9px 10px;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content_2 .u-container .c-insturment-tab__container .c-insturment-tab .c-insturment-tab__sub-nav .c-insturment-tab__item-sub a {
    font-size: 3.2vw;
    padding: 1.33vw 1.4vw 1.06vw;
    white-space: nowrap;
  }
}
@media screen and (max-width: 960px) and (min-width: 768px) {
  body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content_2 .u-container .c-insturment-tab__container .c-insturment-tab .c-insturment-tab__sub-nav .c-insturment-tab__item-sub a {
    white-space: nowrap;
  }
}
body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content_2 .u-container .c-insturment-tab__container .c-insturment-tab .c-insturment-tab__sub-nav .c-insturment-tab__item-sub.is-current a {
  background-color: #fff;
  color: #66bbcc;
  border-radius: 10px 10px 0px 0px;
  border: 1px solid #ddd;
  border-bottom: unset;
}
@media screen and (min-width: 768px) {
  body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content_2 .u-container .c-insturment-tab__container .c-insturment-tab .c-insturment-tab__content img {
    width: 650px;
    border-radius: 10px;
    box-shadow: 0 3px 19px rgba(68, 153, 204, 0.17);
    margin: 25px auto 50px;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content_2 .u-container .c-insturment-tab__container .c-insturment-tab .c-insturment-tab__content img {
    width: 100%;
    margin: 1.5vw auto 0;
  }
}
body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content_2 .u-container .c-insturment-tab__container .c-insturment-tab .c-insturment-tab__content .slick-next {
  background: url("/art-college/assets/img/arrow_next.svg") no-repeat center/contain;
  right: 55px;
  top: 46%;
}
body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content_2 .u-container .c-insturment-tab__container .c-insturment-tab .c-insturment-tab__content .slick-next::before {
  content: unset;
}
@media screen and (max-width: 767px) {
  body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content_2 .u-container .c-insturment-tab__container .c-insturment-tab .c-insturment-tab__content .slick-next {
    top: 47%;
    right: 2vw;
    height: 5.333vw;
    width: 5.333vw;
  }
}
body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content_2 .u-container .c-insturment-tab__container .c-insturment-tab .c-insturment-tab__content .slick-prev {
  background: url("/art-college/assets/img/arrow_prev.svg") no-repeat center/contain;
  left: 55px;
  top: 46%;
}
body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content_2 .u-container .c-insturment-tab__container .c-insturment-tab .c-insturment-tab__content .slick-prev::before {
  content: unset;
}
@media screen and (max-width: 767px) {
  body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content_2 .u-container .c-insturment-tab__container .c-insturment-tab .c-insturment-tab__content .slick-prev {
    top: 47%;
    left: 2vw;
    height: 5.333vw;
    width: 5.333vw;
  }
}
body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content_2 .u-container .c-insturment-tab__container .c-insturment-tab .c-insturment-tab__content .slick-dots {
  position: absolute;
  bottom: 13px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content_2 .u-container .c-insturment-tab__container .c-insturment-tab .c-insturment-tab__content .slick-dots {
    position: relative;
    bottom: 9.5vw;
  }
}
body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content_2 .u-container .c-insturment-tab__container .c-insturment-tab .c-insturment-tab__content .slick-dots li {
  height: 10px;
  width: 10px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content_2 .u-container .c-insturment-tab__container .c-insturment-tab .c-insturment-tab__content .slick-dots li {
    margin: 0 1.3333vw;
  }
}
body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content_2 .u-container .c-insturment-tab__container .c-insturment-tab .c-insturment-tab__content .slick-dots li.slick-active button::before {
  color: #65b5e5;
  opacity: 1;
}
body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content_2 .u-container .c-insturment-tab__container .c-insturment-tab .c-insturment-tab__content .slick-dots li button {
  height: 2.667vw;
  width: 2.667vw;
  font-size: 10px;
  padding: 0;
  border: 1px solid #bababa;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content_2 .u-container .c-insturment-tab__container .c-insturment-tab .c-insturment-tab__content .slick-dots li button {
    width: 10px;
    height: 10px;
  }
}
body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content_2 .u-container .c-insturment-tab__container .c-insturment-tab .c-insturment-tab__content .slick-dots li button::before {
  width: 2.667vw;
  height: 2.667vw;
  font-size: 10px;
  line-height: 10px;
  color: #65b5e5;
  background: #65b5e5;
  border-radius: 50%;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content_2 .u-container .c-insturment-tab__container .c-insturment-tab .c-insturment-tab__content .slick-dots li button::before {
    width: 10px;
    height: 10px;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content_2 .u-container .c-insturment-tab__container .c-insturment-tab .c-insturment-tab__content .slide-sp {
    display: none;
  }
}
body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content_2 .u-container .c-insturment-tab__container .c-insturment-tab .c-insturment-tab__content-img-container {
  position: relative;
}
@media screen and (max-width: 767px) {
  body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content_2 .u-container .c-insturment-tab__container .c-insturment-tab .c-insturment-tab__content-img-container .instrument-thumbnails-slider-menu-ul {
    position: absolute;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    top: 65.5%;
    left: 33%;
    grid-gap: 2vw;
  }
  body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content_2 .u-container .c-insturment-tab__container .c-insturment-tab .c-insturment-tab__content-img-container .instrument-thumbnails-slider-menu-ul li:first-of-type.enable {
    border-bottom: 3px solid #fdcbc9;
  }
  body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content_2 .u-container .c-insturment-tab__container .c-insturment-tab .c-insturment-tab__content-img-container .instrument-thumbnails-slider-menu-ul li:first-of-type {
    margin-top: -1vw;
  }
  body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content_2 .u-container .c-insturment-tab__container .c-insturment-tab .c-insturment-tab__content-img-container .instrument-thumbnails-slider-menu-ul li:not(:first-child).enable {
    -webkit-box-shadow: 0px 0px 0px 6px white, 0px 0px 0px 14px #fdcbc9;
    -moz-box-shadow: 0px 0px 0px 6px white, 0px 0px 0px 14px #FDCBC9;
    box-shadow: 0px 0px 0px 0px white, 0px 0px 0px 2px #fdcbc9;
    height: 2.8vw;
    margin-top: 2.8vw;
    width: 5.5vw;
  }
  body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content_2 .u-container .c-insturment-tab__container .c-insturment-tab .c-insturment-tab__content-img-container .instrument-thumbnails-slider-menu-ul li:not(:first-child) {
    margin-top: 2.8vw;
  }
  body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content_2 .u-container .c-insturment-tab__container .c-insturment-tab .c-insturment-tab__content-img-container .instrument-thumbnails-slider-menu-ul .guitar-instrument-thumbnail .img1 {
    display: block;
    object-fit: cover;
    width: 5.565vw;
    height: 8.512vw;
  }
  body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content_2 .u-container .c-insturment-tab__container .c-insturment-tab .c-insturment-tab__content-img-container .instrument-thumbnails-slider-menu-ul .guitar-instrument-thumbnail .img1.lazyloaded {
    background: url(/art-college/assets/img/sp_rooster_little.png) no-repeat;
    background-size: 5.5vw;
  }
  body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content_2 .u-container .c-insturment-tab__container .c-insturment-tab .c-insturment-tab__content-img-container .instrument-thumbnails-slider-menu-ul .guitar-instrument-thumbnail .img2 {
    display: block;
    object-fit: cover;
    width: 5.8vw;
    height: 2.984vw;
  }
  body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content_2 .u-container .c-insturment-tab__container .c-insturment-tab .c-insturment-tab__content-img-container .instrument-thumbnails-slider-menu-ul .guitar-instrument-thumbnail .img2.lazyloaded {
    background: url(/art-college/assets/img/color_pagination_red.svg) no-repeat;
    background-size: 5.6vw;
  }
  body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content_2 .u-container .c-insturment-tab__container .c-insturment-tab .c-insturment-tab__content-img-container .instrument-thumbnails-slider-menu-ul .guitar-instrument-thumbnail .img3 {
    display: block;
    object-fit: cover;
    width: 5.8vw;
    height: 2.984vw;
  }
  body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content_2 .u-container .c-insturment-tab__container .c-insturment-tab .c-insturment-tab__content-img-container .instrument-thumbnails-slider-menu-ul .guitar-instrument-thumbnail .img3.lazyloaded {
    background: url(/art-college/assets/img/color_pagination_black.svg) no-repeat;
    background-size: 5.6vw;
  }
  body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content_2 .u-container .c-insturment-tab__container .c-insturment-tab .c-insturment-tab__content-img-container .instrument-thumbnails-slider-menu-ul .guitar-instrument-thumbnail .img4 {
    display: block;
    object-fit: cover;
    width: 5.8vw;
    height: 2.984vw;
  }
  body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content_2 .u-container .c-insturment-tab__container .c-insturment-tab .c-insturment-tab__content-img-container .instrument-thumbnails-slider-menu-ul .guitar-instrument-thumbnail .img4.lazyloaded {
    background: url(/art-college/assets/img/color_pagination_gradient.svg) no-repeat;
    background-size: 5.6vw;
  }
  body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content_2 .u-container .c-insturment-tab__container .c-insturment-tab .c-insturment-tab__content-img-container .instrument-thumbnails-slider-menu-ul .guitar-instrument-thumbnail .img5 {
    display: block;
    object-fit: cover;
    width: 5.8vw;
    height: 8.8vw;
  }
  body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content_2 .u-container .c-insturment-tab__container .c-insturment-tab .c-insturment-tab__content-img-container .instrument-thumbnails-slider-menu-ul .guitar-instrument-thumbnail .img5.lazyloaded {
    background: url(/art-college/assets/img/sp_hydrangea_little.png) no-repeat;
    background-size: 5.3vw;
  }
  body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content_2 .u-container .c-insturment-tab__container .c-insturment-tab .c-insturment-tab__content-img-container .instrument-thumbnails-slider-menu-ul .guitar-instrument-thumbnail .img6 {
    display: block;
    object-fit: cover;
    width: 5.8vw;
    height: 2.984vw;
  }
  body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content_2 .u-container .c-insturment-tab__container .c-insturment-tab .c-insturment-tab__content-img-container .instrument-thumbnails-slider-menu-ul .guitar-instrument-thumbnail .img6.lazyloaded {
    background: url(/art-college/assets/img/color_pagination_cyan.svg) no-repeat;
    background-size: 4.2vw;
  }
  body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content_2 .u-container .c-insturment-tab__container .c-insturment-tab .c-insturment-tab__content-img-container .instrument-thumbnails-slider-menu-ul .guitar-instrument-thumbnail .img7 {
    display: block;
    object-fit: cover;
    width: 5.8vw;
    height: 2.984vw;
  }
  body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content_2 .u-container .c-insturment-tab__container .c-insturment-tab .c-insturment-tab__content-img-container .instrument-thumbnails-slider-menu-ul .guitar-instrument-thumbnail .img7.lazyloaded {
    background: url(/art-college/assets/img/color_pagination_grey.svg) no-repeat;
    background-size: 4.2vw;
  }
  body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content_2 .u-container .c-insturment-tab__container .c-insturment-tab .c-insturment-tab__content-img-container .instrument-thumbnails-slider-menu-ul .guitar-instrument-thumbnail .img8 {
    display: block;
    object-fit: cover;
    width: 5.8vw;
    height: 2.984vw;
  }
  body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content_2 .u-container .c-insturment-tab__container .c-insturment-tab .c-insturment-tab__content-img-container .instrument-thumbnails-slider-menu-ul .guitar-instrument-thumbnail .img8.lazyloaded {
    background: url(/art-college/assets/img/color_pagination_balck2.svg) no-repeat;
    background-size: 4.2vw;
  }
  body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content_2 .u-container .c-insturment-tab__container .c-insturment-tab .c-insturment-tab__content-img-container .instrument-thumbnails-slider-menu-ul .guitar-instrument-thumbnail .img9 {
    display: block;
    object-fit: cover;
    width: 5.8vw;
    height: 2.984vw;
  }
  body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content_2 .u-container .c-insturment-tab__container .c-insturment-tab .c-insturment-tab__content-img-container .instrument-thumbnails-slider-menu-ul .guitar-instrument-thumbnail .img9.lazyloaded {
    background: url(/art-college/assets/img/color_pagination_red2.svg) no-repeat;
    background-size: 4.3vw;
  }
  body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content_2 .u-container .c-insturment-tab__container .c-insturment-tab .c-insturment-tab__content-img-container .instrument-thumbnails-slider-menu-ul .guitar-instrument-thumbnail .img10 {
    display: block;
    object-fit: cover;
    width: 5.8vw;
    height: 2.984vw;
  }
  body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content_2 .u-container .c-insturment-tab__container .c-insturment-tab .c-insturment-tab__content-img-container .instrument-thumbnails-slider-menu-ul .guitar-instrument-thumbnail .img10.lazyloaded {
    background: url(/art-college/assets/img/color_pagination_gradient2.svg) no-repeat;
    background-size: 4.2vw;
  }
}
@media screen and (min-width: 768px) {
  body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content_2 .u-container .c-insturment-tab__container .c-insturment-tab .c-insturment-tab__content-img-container .instrument-thumbnails-slider-menu-ul {
    position: absolute;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    top: 63%;
    left: 15%;
    grid-gap: 13px;
  }
  body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content_2 .u-container .c-insturment-tab__container .c-insturment-tab .c-insturment-tab__content-img-container .instrument-thumbnails-slider-menu-ul li:first-of-type.enable {
    border-bottom: 5.5px solid #fdcbc9;
  }
  body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content_2 .u-container .c-insturment-tab__container .c-insturment-tab .c-insturment-tab__content-img-container .instrument-thumbnails-slider-menu-ul li:first-of-type {
    margin-top: 5px;
  }
  body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content_2 .u-container .c-insturment-tab__container .c-insturment-tab .c-insturment-tab__content-img-container .instrument-thumbnails-slider-menu-ul li:not(:first-child).enable {
    -webkit-box-shadow: 0px 0px 0px 6px white, 0px 0px 0px 14px #fdcbc9;
    -moz-box-shadow: 0px 0px 0px 6px white, 0px 0px 0px 14px #FDCBC9;
    box-shadow: 0px 0px 0px 0px white, 0px 0px 0px 2px #fdcbc9;
    height: 20px;
    margin-top: 34px;
    width: 40px;
  }
  body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content_2 .u-container .c-insturment-tab__container .c-insturment-tab .c-insturment-tab__content-img-container .instrument-thumbnails-slider-menu-ul li:not(:first-child) {
    margin-top: 34px;
  }
  body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content_2 .u-container .c-insturment-tab__container .c-insturment-tab .c-insturment-tab__content-img-container .instrument-thumbnails-slider-menu-ul .guitar-instrument-thumbnail .img1 {
    display: block;
    object-fit: cover;
    width: 39px;
    height: 59px;
  }
  body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content_2 .u-container .c-insturment-tab__container .c-insturment-tab .c-insturment-tab__content-img-container .instrument-thumbnails-slider-menu-ul .guitar-instrument-thumbnail .img1.lazyloaded {
    background: url(/art-college/assets/img/sp_rooster_little_pc.png) no-repeat;
  }
  body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content_2 .u-container .c-insturment-tab__container .c-insturment-tab .c-insturment-tab__content-img-container .instrument-thumbnails-slider-menu-ul .guitar-instrument-thumbnail .img2 {
    display: block;
    object-fit: cover;
    width: 40px;
    height: 21px;
  }
  body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content_2 .u-container .c-insturment-tab__container .c-insturment-tab .c-insturment-tab__content-img-container .instrument-thumbnails-slider-menu-ul .guitar-instrument-thumbnail .img2.lazyloaded {
    background: url(/art-college/assets/img/color_pagination_red_pc.svg) no-repeat;
  }
  body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content_2 .u-container .c-insturment-tab__container .c-insturment-tab .c-insturment-tab__content-img-container .instrument-thumbnails-slider-menu-ul .guitar-instrument-thumbnail .img3 {
    display: block;
    object-fit: cover;
    width: 40px;
    height: 21px;
  }
  body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content_2 .u-container .c-insturment-tab__container .c-insturment-tab .c-insturment-tab__content-img-container .instrument-thumbnails-slider-menu-ul .guitar-instrument-thumbnail .img3.lazyloaded {
    background: url(/art-college/assets/img/color_pagination_black_pc.svg) no-repeat;
  }
  body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content_2 .u-container .c-insturment-tab__container .c-insturment-tab .c-insturment-tab__content-img-container .instrument-thumbnails-slider-menu-ul .guitar-instrument-thumbnail .img4 {
    display: block;
    object-fit: cover;
    width: 40px;
    height: 21px;
  }
  body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content_2 .u-container .c-insturment-tab__container .c-insturment-tab .c-insturment-tab__content-img-container .instrument-thumbnails-slider-menu-ul .guitar-instrument-thumbnail .img4.lazyloaded {
    background: url(/art-college/assets/img/color_pagination_gradient_pc.svg) no-repeat;
  }
  body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content_2 .u-container .c-insturment-tab__container .c-insturment-tab .c-insturment-tab__content-img-container .instrument-thumbnails-slider-menu-ul .guitar-instrument-thumbnail .img5 {
    display: block;
    object-fit: cover;
    width: 36px;
    height: 58px;
  }
  body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content_2 .u-container .c-insturment-tab__container .c-insturment-tab .c-insturment-tab__content-img-container .instrument-thumbnails-slider-menu-ul .guitar-instrument-thumbnail .img5.lazyloaded {
    background: url(/art-college/assets/img/sp_hydrangea_little_pc.png) no-repeat;
  }
  body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content_2 .u-container .c-insturment-tab__container .c-insturment-tab .c-insturment-tab__content-img-container .instrument-thumbnails-slider-menu-ul .guitar-instrument-thumbnail .img6 {
    display: block;
    object-fit: cover;
    width: 29px;
    height: 20px;
  }
  body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content_2 .u-container .c-insturment-tab__container .c-insturment-tab .c-insturment-tab__content-img-container .instrument-thumbnails-slider-menu-ul .guitar-instrument-thumbnail .img6.lazyloaded {
    background: url(/art-college/assets/img/color_pagination_cyan_pc.svg) no-repeat;
  }
  body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content_2 .u-container .c-insturment-tab__container .c-insturment-tab .c-insturment-tab__content-img-container .instrument-thumbnails-slider-menu-ul .guitar-instrument-thumbnail .img7 {
    display: block;
    object-fit: cover;
    width: 29px;
    height: 20px;
  }
  body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content_2 .u-container .c-insturment-tab__container .c-insturment-tab .c-insturment-tab__content-img-container .instrument-thumbnails-slider-menu-ul .guitar-instrument-thumbnail .img7.lazyloaded {
    background: url(/art-college/assets/img/color_pagination_grey_pc.svg) no-repeat;
  }
  body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content_2 .u-container .c-insturment-tab__container .c-insturment-tab .c-insturment-tab__content-img-container .instrument-thumbnails-slider-menu-ul .guitar-instrument-thumbnail .img8 {
    display: block;
    object-fit: cover;
    width: 29px;
    height: 20px;
  }
  body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content_2 .u-container .c-insturment-tab__container .c-insturment-tab .c-insturment-tab__content-img-container .instrument-thumbnails-slider-menu-ul .guitar-instrument-thumbnail .img8.lazyloaded {
    background: url(/art-college/assets/img/color_pagination_balck2_pc.svg) no-repeat;
  }
  body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content_2 .u-container .c-insturment-tab__container .c-insturment-tab .c-insturment-tab__content-img-container .instrument-thumbnails-slider-menu-ul .guitar-instrument-thumbnail .img9 {
    display: block;
    object-fit: cover;
    width: 29px;
    height: 20px;
  }
  body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content_2 .u-container .c-insturment-tab__container .c-insturment-tab .c-insturment-tab__content-img-container .instrument-thumbnails-slider-menu-ul .guitar-instrument-thumbnail .img9.lazyloaded {
    background: url(/art-college/assets/img/color_pagination_red2_pc.svg) no-repeat;
  }
  body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content_2 .u-container .c-insturment-tab__container .c-insturment-tab .c-insturment-tab__content-img-container .instrument-thumbnails-slider-menu-ul .guitar-instrument-thumbnail .img10 {
    display: block;
    object-fit: cover;
    width: 29px;
    height: 20px;
  }
  body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content_2 .u-container .c-insturment-tab__container .c-insturment-tab .c-insturment-tab__content-img-container .instrument-thumbnails-slider-menu-ul .guitar-instrument-thumbnail .img10.lazyloaded {
    background: url(/art-college/assets/img/color_pagination_gradient2_pc.svg) no-repeat;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content_2 .u-container .c-insturment-tab__container .c-insturment-tab .c-insturment-tab__content-img-container .instrument-thumbnails-slider-menu-ul.slider-grid-tb {
    grid-gap: 1vw;
    top: 68%;
    left: 26.5%;
  }
  body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content_2 .u-container .c-insturment-tab__container .c-insturment-tab .c-insturment-tab__content-img-container .instrument-thumbnails-slider-menu-ul.slider-grid-tb li:not(:first-child).enable {
    -webkit-box-shadow: 0px 0px 0px 6px white, 0px 0px 0px 14px #fdcbc9;
    -moz-box-shadow: 0px 0px 0px 6px white, 0px 0px 0px 14px #FDCBC9;
    box-shadow: 0px 0px 0px 0px white, 0px 0px 0px 2px #fdcbc9;
    height: 2.8vw;
    margin-top: 2.8vw;
    width: 4.02vw;
  }
  body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content_2 .u-container .c-insturment-tab__container .c-insturment-tab .c-insturment-tab__content-img-container .instrument-thumbnails-slider-menu-ul.slider-grid-tb li:first-of-type.enable {
    border-bottom: 3px solid #fdcbc9;
  }
}
@media screen and (min-width: 768px) {
  body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content_2 .u-container .c-insturment-tab__container .c-insturment-tab .c-insturment-tab__content-img-container .instrument-thumbnails-slider-menu-ul.slider-grid-tb {
    position: absolute;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    top: 63%;
    left: 15%;
    grid-gap: 13px;
  }
  body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content_2 .u-container .c-insturment-tab__container .c-insturment-tab .c-insturment-tab__content-img-container .instrument-thumbnails-slider-menu-ul.slider-grid-tb li:first-of-type.enable {
    border-bottom: 5.5px solid #fdcbc9;
  }
  body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content_2 .u-container .c-insturment-tab__container .c-insturment-tab .c-insturment-tab__content-img-container .instrument-thumbnails-slider-menu-ul.slider-grid-tb li:first-of-type {
    margin-top: 5px;
  }
  body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content_2 .u-container .c-insturment-tab__container .c-insturment-tab .c-insturment-tab__content-img-container .instrument-thumbnails-slider-menu-ul.slider-grid-tb li:not(:first-child).enable {
    -webkit-box-shadow: 0px 0px 0px 6px white, 0px 0px 0px 14px #fdcbc9;
    -moz-box-shadow: 0px 0px 0px 6px white, 0px 0px 0px 14px #FDCBC9;
    box-shadow: 0px 0px 0px 0px white, 0px 0px 0px 2px #fdcbc9;
    height: 20px;
    margin-top: 34px;
    width: 29px;
  }
  body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content_2 .u-container .c-insturment-tab__container .c-insturment-tab .c-insturment-tab__content-img-container .instrument-thumbnails-slider-menu-ul.slider-grid-tb li:not(:first-child) {
    margin-top: 34px;
  }
}
body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content_2 .u-container .c-insturment-tab__container .c-insturment-tab .c-insturment-tab__content-img-container .u-btn-present-circle {
  position: absolute;
  background-color: #ffffff;
  border: 0.5px solid rgba(221, 221, 221, 0.5);
  border-radius: 50%;
  overflow: hidden;
  font-family: "Hiragino Sans", sans-serif;
  font-weight: 400;
  line-height: 1.619;
  color: #777777;
  -webkit-box-shadow: 0px 3px 8px rgba(68, 153, 204, 0.17);
  -moz-box-shadow: 0px 3px 8px rgba(68, 153, 204, 0.17);
  box-shadow: 0px 3px 8px rgba(68, 153, 204, 0.17);
}
@media screen and (min-width: 768px) {
  body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content_2 .u-container .c-insturment-tab__container .c-insturment-tab .c-insturment-tab__content-img-container .u-btn-present-circle {
    width: 75px;
    height: 75px;
    font-size: 10.5px;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content_2 .u-container .c-insturment-tab__container .c-insturment-tab .c-insturment-tab__content-img-container .u-btn-present-circle {
    width: 20vw;
    height: 20vw;
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 768px) {
  body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content_2 .u-container .c-insturment-tab__container .c-insturment-tab .c-insturment-tab__content-img-container .u-btn-present-circle.u-pos-rb {
    right: 70px;
    bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content_2 .u-container .c-insturment-tab__container .c-insturment-tab .c-insturment-tab__content-img-container .u-btn-present-circle.u-pos-rb {
    right: 7%;
    bottom: 28%;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content_2 .u-container .c-insturment-tab__container .c-insturment-tab .c-insturment-tab__content-img-container .u-btn-present-circle.dimo_btn {
    right: 7%;
    bottom: 25%;
  }
}
@media screen and (min-width: 768px) {
  body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content_2 .u-container .c-insturment-tab__container .c-insturment-tab .c-insturment-tab__content-img-container .u-btn-present-circle.slide_btn_bm {
    right: 72px;
    bottom: 73px;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content_2 .u-container .c-insturment-tab__container .c-insturment-tab .c-insturment-tab__content-img-container .u-btn-present-circle.slide_btn_bm {
    right: 9%;
    bottom: 28%;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content_2 .u-container .c-insturment-tab__container .c-insturment-tab .c-insturment-tab__content-img-container .u-btn-present-circle.slide_btn_bm_1 {
    right: 7%;
    bottom: 32%;
    height: 18vw;
    width: 18vw;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content_2 .u-container .c-insturment-tab__container .c-insturment-tab .c-insturment-tab__content-img-container .u-btn-present-circle.slide_btn_bm_rooster {
    right: 9%;
    bottom: 31%;
    width: 18vw;
    height: 18vw;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content_2 .u-container .c-insturment-tab__container .c-insturment-tab .c-insturment-tab__content-img-container .u-btn-present-circle.bl_ana {
    right: 6%;
    bottom: 63%;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content_2 .u-container .c-insturment-tab__container .c-insturment-tab .c-insturment-tab__content-img-container .u-btn-present-circle.brroom_btn_pos {
    left: 7%;
    top: 24%;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content_2 .u-container .c-insturment-tab__container .c-insturment-tab .c-insturment-tab__content-img-container .u-btn-present-circle.bl_arm {
    left: 12%;
    top: 25%;
  }
}
body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content_2 .u-container .c-insturment-tab__container .c-insturment-tab .c-insturment-tab__content-img-container .u-btn-present-circle > p {
  position: inherit;
  width: 100%;
  left: 50%;
  top: calc(50% - 2px);
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}
body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content_2 .u-container .c-insturment-tab__container .c-insturment-tab .c-insturment-tab__content-img-container .u-btn-present-circle span {
  position: absolute;
  left: 50%;
  bottom: 11px;
  content: "";
  width: 22px;
  height: 0.5px;
  background-color: #777;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
}
@media screen and (max-width: 767px) {
  body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content_2 .u-container .c-insturment-tab__container .c-insturment-tab .c-insturment-tab__content-img-container .u-btn-present-circle span {
    width: 5.86666vw;
    bottom: 2.93333vw;
  }
}
body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content_2 .u-container .c-insturment-tab__container .c-insturment-tab .c-insturment-tab__content-img-container .u-btn-present-circle span::after {
  content: "";
  position: inherit;
  right: 0;
  top: 0;
  width: 6.5px;
  height: 7px;
  border-top: 0.5px solid #777777;
}
@media screen and (min-width: 768px) {
  body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content_2 .u-container .c-insturment-tab__container .c-insturment-tab .c-insturment-tab__content-img-container .u-btn-present-circle span::after {
    transform: translate(-1.4px, -50%) rotate(45deg);
    -webkit-transform: translate(-1.4px, -50%) rotate(45deg);
    -moz-transform: translate(-1.4px, -50%) rotate(45deg);
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content_2 .u-container .c-insturment-tab__container .c-insturment-tab .c-insturment-tab__content-img-container .u-btn-present-circle span::after {
    width: 1.75vw;
    height: 1.866667vw;
    transform: translate(-0.4vw, -50%) rotate(45deg);
    -webkit-transform: translate(-0.4vw, -50%) rotate(45deg);
    -moz-transform: translate(-0.4vw, -50%) rotate(45deg);
  }
}
@media screen and (min-width: 768px) {
  body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content_2 .u-container .c-insturment-tab__container .c-insturment-tab .c-insturment-tab__content-img-container .u-btn-present-circle.u-pos-left-mr {
    left: 46%;
    top: 80%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content_2 .u-container .c-insturment-tab__container .c-insturment-tab .c-insturment-tab__content-img-container .u-btn-present-circle.u-pos-left-mr {
    left: 81%;
    top: 67%;
    width: 18vw;
    height: 18vw;
    transform: translate(-50%, -50%);
  }
}
@media screen and (min-width: 768px) {
  body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content_2 .u-container .c-insturment-tab__container .c-insturment-tab .c-insturment-tab__content-img-container .u-btn-present-circle.u-pos-right-mr {
    right: 7%;
    top: 80%;
    transform: translate(-25%, -50%);
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content_2 .u-container .c-insturment-tab__container .c-insturment-tab .c-insturment-tab__content-img-container .u-btn-present-circle.u-pos-right-mr {
    right: 4%;
    top: 64%;
    width: 18vw;
    height: 18vw;
    transform: translate(-25%, -50%);
  }
}
body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content_2 .u-container > h1 {
  text-align: center;
}
body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content_2 .u-container > h1 > img {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content_2 .u-container > h1 > img {
    width: 525px;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner .c-hero__content_2 .u-container > h1 > img {
    max-width: 311px;
    width: 100%;
  }
}
body.artCollege-top .c-hero__contentWrapper .c-hero__contentWrapperInner > figure {
  width: 100px;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  body.artCollege-top .p-method .p-method__wrapper {
    padding: 0 20px;
  }
}
@media screen and (min-width: 768px) {
  body.artCollege-top .p-method .p-method__wrapper .c-section__content {
    padding: 80px 0;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-method .p-method__wrapper .c-section__content {
    padding: 40px 0 50px;
  }
}
body.artCollege-top .p-method .p-method__wrapper .c-section__content > h1 {
  margin-top: -8px;
  margin-left: 5px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-method .p-method__wrapper .c-section__content > h1 {
    padding: 0 20px;
  }
}
@media screen and (min-width: 768px) {
  body.artCollege-top .p-method .p-method__wrapper .c-section__content > h1 > img {
    max-width: 294.58px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-method .p-method__wrapper .c-section__content > h1 > img {
    max-width: 171px;
    width: 100%;
  }
}
body.artCollege-top .p-method .p-method__wrapper .c-section__content > h3 {
  text-align: center;
}
@media screen and (min-width: 768px) {
  body.artCollege-top .p-method .p-method__wrapper .c-section__content > h3 {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-method .p-method__wrapper .c-section__content > h3 {
    margin-top: 8px;
    padding: 0 20px;
  }
}
body.artCollege-top .p-method .p-method__wrapper .c-section__content > h3 > img {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  body.artCollege-top .p-method .p-method__wrapper .c-section__content > h3 > img {
    max-width: 467px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-method .p-method__wrapper .c-section__content > h3 > img {
    max-width: 259.64px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-method .p-method__wrapper .c-section__content > figure {
    margin-top: 13px;
    -moz-filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
    -webkit-filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
    -ms-filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
    transform: translateZ(0);
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  body.artCollege-top .p-method .p-method__wrapper .c-section__content > figure {
    padding: 0 14px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  body.artCollege-top .p-method .p-method__wrapper .c-section__content > figure {
    max-width: 318px;
    width: 100%;
    margin: 24px auto 0;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-method .p-method__wrapper .c-section__content > figure > img {
    width: 100%;
    position: relative;
    margin: 0 auto;
    top: -1px;
    left: -1px;
  }
}
body.artCollege-top .p-method .p-method__wrapper .c-section__content > p {
  color: #777;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  body.artCollege-top .p-method .p-method__wrapper .c-section__content > p {
    margin-top: -20px;
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 1.5;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-method .p-method__wrapper .c-section__content > p {
    margin-top: 21px;
    padding: 0 31px;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 1.45;
    text-align: left;
  }
  body.artCollege-top .p-method .p-method__wrapper .c-section__content > p > br {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  body.artCollege-top .p-method .p-method__wrapper .c-section__content .c-method__inner .c-method__imgInner {
    max-width: 1203px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-method .p-method__wrapper .c-section__content .c-method__inner .c-method__imgInner {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-method .p-method__wrapper .c-section__content .c-method__inner .c-method__imgInner > figure {
    width: 100%;
    overflow-x: hidden;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-method .p-method__wrapper .c-section__content .c-method__inner .c-method__imgInner > figure > img {
    width: 107%;
    margin: 35px -2.5% 5px;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-method .p-method__wrapper .c-section__content .c-method__inner > .text_img {
    width: 78.4%;
    margin: 17px auto -20px;
  }
}
@media screen and (min-width: 768px) {
  body.artCollege-top .p-method .p-method__wrapper .c-section__content .c-method__inner .c-method__contentInner {
    width: 44.2%;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-method .p-method__wrapper .c-section__content .c-method__inner .c-method__contentInner {
    width: 100%;
  }
}
body.artCollege-top .p-method .p-method__wrapper .c-section__content .c-method__inner .c-method__contentInner > figure {
  margin-top: 78px;
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-method .p-method__wrapper .c-section__content .c-method__inner .c-method__contentInner > figure {
    margin-top: 47px;
  }
}
body.artCollege-top .p-method .p-method__wrapper .c-section__content .c-method__inner .c-method__contentInner > figure > img:nth-child(1) {
  padding: 0px 3px 0 7px;
}
body.artCollege-top .p-method .p-method__wrapper .c-section__content .c-method__inner .c-method__contentInner > figure > img:nth-child(2) {
  margin-top: 11px;
  padding: 0 47px;
}
body.artCollege-top .p-method .p-method__wrapper .c-section__content .c-method__inner .c-method__contentInner > figure > img:nth-child(3) {
  margin-top: 63px;
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-method .p-method__wrapper .c-section__content .c-method__inner .c-method__contentInner > figure > img:nth-child(3) {
    max-width: 294.5px;
    width: 100%;
    margin: -26px auto 8px;
  }
}
body.artCollege-top .p-method .p-method__wrapper .c-section__content .c-method__inner .c-method__contentInner .c-section__button {
  text-align: center;
}
@media screen and (min-width: 768px) {
  body.artCollege-top .p-method .p-method__wrapper .c-section__content .c-method__inner .c-method__contentInner .c-section__button {
    margin-top: 18px;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-method .p-method__wrapper .c-section__content .c-method__inner .c-method__contentInner .c-section__button {
    margin-top: 37px;
    padding: 0 20px;
  }
}
body.artCollege-top .p-method .p-method__wrapper .c-section__content .c-method__inner .c-method__contentInner .c-section__button > a {
  position: relative;
  margin-left: 3px;
  border-radius: 100px;
  background-color: #e96;
  -moz-filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
  -webkit-filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
  -ms-filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
  transform: translateZ(0);
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
body.artCollege-top .p-method .p-method__wrapper .c-section__content .c-method__inner .c-method__contentInner .c-section__button > a > img {
  position: relative;
  padding: 27px 103px;
  margin: 0 auto;
  left: -4px;
  top: -2px;
}
body.artCollege-top .p-method .p-method__wrapper .c-section__content .c-method__inner .c-method__contentInner .c-section__button > a > span {
  position: absolute;
  top: 24px;
}
body.artCollege-top .p-method .p-method__wrapper .c-section__content .c-method__inner .c-method__contentInner .c-section__button > a > span::before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  right: 13px;
  width: 10px;
  height: 3px;
  background-color: #fff;
  border-radius: 10px;
  transform: rotate(45deg);
}
body.artCollege-top .p-method .p-method__wrapper .c-section__content .c-method__inner .c-method__contentInner .c-section__button > a > span::after {
  content: "";
  display: block;
  position: absolute;
  top: 11px;
  right: 13px;
  width: 10px;
  height: 3px;
  background-color: #fff;
  border-radius: 10px;
  transform: rotate(-45deg);
}
body.artCollege-top .p-method .p-method__wrapper .c-section__content .c-method__inner .c-method__contentInner .c-section__button > a:hover {
  opacity: 0.7;
}
body.artCollege-top .p-method .p-method__wrapper .c-section__content > .p-method-lg-art {
  width: 670px;
  margin: 28px auto;
}
@media screen and (min-width: 768px) {
  body.artCollege-top .p-gradeSchool .p-gradeSchool__wrapper {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-gradeSchool .p-gradeSchool__wrapper {
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  body.artCollege-top .p-gradeSchool .p-gradeSchool__wrapper .c-section__content {
    padding: 0 0 80px 0;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-gradeSchool .p-gradeSchool__wrapper .c-section__content {
    padding: 62px 0 80px 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    overflow: hidden;
  }
  body.artCollege-top .p-gradeSchool .p-gradeSchool__wrapper .c-section__content.lazyloaded {
    background-image: url("/art-college/assets/img/young-age-bg.jpg");
  }
}
body.artCollege-top .p-gradeSchool .p-gradeSchool__wrapper .c-section__content > h1 {
  margin-top: -4px;
  margin-left: 0px;
  text-align: center;
}
body.artCollege-top .p-gradeSchool .p-gradeSchool__wrapper .c-section__content > h1 > img {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  body.artCollege-top .p-gradeSchool .p-gradeSchool__wrapper .c-section__content > h1 > img {
    max-width: 653px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-gradeSchool .p-gradeSchool__wrapper .c-section__content > h1 > img {
    max-width: 254px;
    width: 100%;
  }
}
body.artCollege-top .p-gradeSchool .p-gradeSchool__wrapper .c-section__content > p {
  color: #777;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  body.artCollege-top .p-gradeSchool .p-gradeSchool__wrapper .c-section__content > p {
    margin-top: 16px;
    margin-left: 9px;
    font-size: 18px;
    letter-spacing: 0.23em;
    line-height: 1.7;
    text-align: center;
  }
  body.artCollege-top .p-gradeSchool .p-gradeSchool__wrapper .c-section__content > p > br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-gradeSchool .p-gradeSchool__wrapper .c-section__content > p {
    margin-top: 14px;
    padding: 0 8px;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 1.5;
    text-align: center;
  }
}
body.artCollege-top .p-gradeSchool .p-gradeSchool__wrapper .c-section__content > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  body.artCollege-top .p-gradeSchool .p-gradeSchool__wrapper .c-section__content > ul {
    margin-top: 7px;
  }
  body.artCollege-top .p-gradeSchool .p-gradeSchool__wrapper .c-section__content > ul.lazyloaded {
    background: url(/art-college/assets/img/bg_new.png) no-repeat center/contain;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-gradeSchool .p-gradeSchool__wrapper .c-section__content > ul {
    margin-top: -10px;
  }
}
body.artCollege-top .p-gradeSchool .p-gradeSchool__wrapper .c-section__content > ul > li {
  position: relative;
}
@media screen and (min-width: 768px) {
  body.artCollege-top .p-gradeSchool .p-gradeSchool__wrapper .c-section__content > ul > li {
    margin: -17px -37.7px;
  }
  body.artCollege-top .p-gradeSchool .p-gradeSchool__wrapper .c-section__content > ul > li:nth-child(1) {
    top: 10px;
  }
  body.artCollege-top .p-gradeSchool .p-gradeSchool__wrapper .c-section__content > ul > li:nth-child(2) {
    top: 12px;
    left: -10px;
  }
  body.artCollege-top .p-gradeSchool .p-gradeSchool__wrapper .c-section__content > ul > li:nth-child(3) {
    top: 11px;
    left: -21px;
  }
  body.artCollege-top .p-gradeSchool .p-gradeSchool__wrapper .c-section__content > ul > li:nth-child(4) {
    top: 11px;
  }
  body.artCollege-top .p-gradeSchool .p-gradeSchool__wrapper .c-section__content > ul > li:nth-child(5) {
    top: 12px;
    left: -10px;
  }
  body.artCollege-top .p-gradeSchool .p-gradeSchool__wrapper .c-section__content > ul > li:nth-child(6) {
    top: 11px;
    left: -21px;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-gradeSchool .p-gradeSchool__wrapper .c-section__content > ul > li {
    margin: 3px -3px;
  }
}
body.artCollege-top .p-gradeSchool .p-gradeSchool__wrapper .c-section__content > ul > li > dl {
  position: relative;
}
@media screen and (min-width: 768px) {
  body.artCollege-top .p-gradeSchool .p-gradeSchool__wrapper .c-section__content > ul > li > dl > dt {
    margin-top: 8px;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-gradeSchool .p-gradeSchool__wrapper .c-section__content > ul > li > dl > dt {
    width: 125px;
    margin-top: 8px;
  }
}
body.artCollege-top .p-gradeSchool .p-gradeSchool__wrapper .c-section__content > ul > li > dl > dd {
  position: absolute;
}
@media screen and (min-width: 768px) {
  body.artCollege-top .p-gradeSchool .p-gradeSchool__wrapper .c-section__content > ul > li > dl > dd {
    width: 93px;
    bottom: 23px;
    left: 147px;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-gradeSchool .p-gradeSchool__wrapper .c-section__content > ul > li > dl > dd {
    width: 49.41px;
    bottom: -26px;
    left: 35px;
  }
}
body.artCollege-top .p-gradeSchool .p-gradeSchool__wrapper .c-section__content > ul > li:nth-child(1) > dl > dt .c-gradeSchool__particle {
  width: 52px;
  position: absolute;
  top: -61px;
  right: 91px;
}
body.artCollege-top .p-gradeSchool .p-gradeSchool__wrapper .c-section__content > ul > li:nth-child(3) > dl > dt .c-gradeSchool__particle {
  width: 68px;
  position: absolute;
  top: -63px;
  right: -11px;
}
body.artCollege-top .p-gradeSchool .p-gradeSchool__wrapper .c-section__content > ul > li:nth-child(4) > dl > dt .c-gradeSchool__particle {
  width: 56px;
  position: absolute;
  bottom: -59px;
  right: -28px;
}
body.artCollege-top .p-gradeSchool .p-gradeSchool__wrapper .c-section__content > ul > li:nth-child(6) > dl > dt .c-gradeSchool__particle {
  width: 64px;
  position: absolute;
  bottom: -51px;
  right: -30px;
}
@media screen and (min-width: 768px) {
  body.artCollege-top .p-children .p-children__wrapper {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-children .p-children__wrapper {
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  body.artCollege-top .p-children .p-children__wrapper .c-section__content {
    padding: 26px 0 80px 0;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-children .p-children__wrapper .c-section__content {
    padding: 72px 0 80px 0;
  }
}
body.artCollege-top .p-children .p-children__wrapper .c-section__content > h1 {
  margin-top: -5px;
  margin-left: 6px;
  text-align: center;
}
body.artCollege-top .p-children .p-children__wrapper .c-section__content > h1 > img {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  body.artCollege-top .p-children .p-children__wrapper .c-section__content > h1 > img {
    max-width: 745px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-children .p-children__wrapper .c-section__content > h1 > img {
    max-width: 284px;
    width: 100%;
  }
}
body.artCollege-top .p-children .p-children__wrapper .c-section__content > p {
  color: #777;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  body.artCollege-top .p-children .p-children__wrapper .c-section__content > p {
    margin-top: 16px;
    margin-left: 9px;
    font-size: 18px;
    letter-spacing: 0.23em;
    line-height: 1.7;
    text-align: center;
  }
  body.artCollege-top .p-children .p-children__wrapper .c-section__content > p > br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-children .p-children__wrapper .c-section__content > p {
    margin-top: 11px;
    padding: 0 8px;
    font-size: 12px;
    letter-spacing: 0.1em;
    line-height: 1.5;
    text-align: center;
  }
}
body.artCollege-top .p-children .p-children__wrapper .c-section__content .c-children__wrapperList.u-pc > ul {
  margin-top: 82px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
body.artCollege-top .p-children .p-children__wrapper .c-section__content .c-children__wrapperList.u-pc > ul > li {
  position: relative;
  margin: 0 -19px;
}
body.artCollege-top .p-children .p-children__wrapper .c-section__content .c-children__wrapperList.u-pc > ul > li:nth-child(1) {
  width: 270px;
  position: relative;
  left: 27px;
}
@media screen and (max-width: 1123px) {
  body.artCollege-top .p-children .p-children__wrapper .c-section__content .c-children__wrapperList.u-pc > ul > li:nth-child(1) {
    left: -11px;
  }
}
body.artCollege-top .p-children .p-children__wrapper .c-section__content .c-children__wrapperList.u-pc > ul > li:nth-child(1) .c-bg__particle {
  position: absolute;
  top: -34px;
  left: -50px;
  z-index: -2;
}
body.artCollege-top .p-children .p-children__wrapper .c-section__content .c-children__wrapperList.u-pc > ul > li:nth-child(1) > dl > dt {
  width: 220px;
  z-index: 1;
  -moz-filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
  -webkit-filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
  -ms-filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
  transform: translateZ(0);
}
body.artCollege-top .p-children .p-children__wrapper .c-section__content .c-children__wrapperList.u-pc > ul > li:nth-child(1) > dl > dd {
  position: relative;
  top: -20px;
  left: 10px;
  width: 200px;
  z-index: -1;
  -moz-filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.15));
  -webkit-filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.15));
  -ms-filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.15));
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.15));
  transform: translateZ(0);
}
body.artCollege-top .p-children .p-children__wrapper .c-section__content .c-children__wrapperList.u-pc > ul > li:nth-child(2) {
  width: 343px;
  height: 350px;
  position: relative;
  left: 65px;
}
@media screen and (max-width: 1123px) {
  body.artCollege-top .p-children .p-children__wrapper .c-section__content .c-children__wrapperList.u-pc > ul > li:nth-child(2) {
    left: 27px;
  }
}
body.artCollege-top .p-children .p-children__wrapper .c-section__content .c-children__wrapperList.u-pc > ul > li:nth-child(2) .c-bg__particle {
  position: absolute;
  top: 111px;
  left: -63px;
  z-index: -2;
}
body.artCollege-top .p-children .p-children__wrapper .c-section__content .c-children__wrapperList.u-pc > ul > li:nth-child(2) > dl > dt {
  position: relative;
  top: 228px;
  left: -17px;
  width: 220px;
  z-index: 1;
  -moz-filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
  -webkit-filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
  -ms-filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
  transform: translateZ(0);
}
body.artCollege-top .p-children .p-children__wrapper .c-section__content .c-children__wrapperList.u-pc > ul > li:nth-child(2) > dl > dd {
  position: relative;
  top: -100px;
  left: -7px;
  width: 200px;
  z-index: -1;
  -moz-filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.15));
  -webkit-filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.15));
  -ms-filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.15));
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.15));
  transform: translateZ(0);
}
body.artCollege-top .p-children .p-children__wrapper .c-section__content .c-children__wrapperList.u-pc > ul > li:nth-child(3) {
  width: 267px;
  position: relative;
  left: -3px;
}
@media screen and (max-width: 1123px) {
  body.artCollege-top .p-children .p-children__wrapper .c-section__content .c-children__wrapperList.u-pc > ul > li:nth-child(3) {
    left: -41px;
  }
}
body.artCollege-top .p-children .p-children__wrapper .c-section__content .c-children__wrapperList.u-pc > ul > li:nth-child(3) .c-bg__particle {
  position: absolute;
  top: -45px;
  left: -50px;
  z-index: -2;
}
body.artCollege-top .p-children .p-children__wrapper .c-section__content .c-children__wrapperList.u-pc > ul > li:nth-child(3) > dl > dt {
  width: 220px;
  z-index: 1;
  -moz-filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
  -webkit-filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
  -ms-filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
  transform: translateZ(0);
}
body.artCollege-top .p-children .p-children__wrapper .c-section__content .c-children__wrapperList.u-pc > ul > li:nth-child(3) > dl > dd {
  position: relative;
  top: -20px;
  left: 10px;
  width: 200px;
  z-index: -1;
  -moz-filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.15));
  -webkit-filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.15));
  -ms-filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.15));
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.15));
  transform: translateZ(0);
}
body.artCollege-top .p-children .p-children__wrapper .c-section__content .c-children__wrapperList.u-pc > ul > li:nth-child(4) {
  width: 267px;
  position: relative;
  /* Windows horizontal bar 1125px */
  left: 37px;
}
@media screen and (max-width: 1123px) {
  body.artCollege-top .p-children .p-children__wrapper .c-section__content .c-children__wrapperList.u-pc > ul > li:nth-child(4) {
    left: 0;
  }
}
body.artCollege-top .p-children .p-children__wrapper .c-section__content .c-children__wrapperList.u-pc > ul > li:nth-child(4) .c-bg__particle {
  position: absolute;
  top: 99px;
  left: -54px;
  z-index: -2;
}
body.artCollege-top .p-children .p-children__wrapper .c-section__content .c-children__wrapperList.u-pc > ul > li:nth-child(4) > dl > dt {
  position: relative;
  top: 228px;
  left: -17px;
  width: 220px;
  z-index: 1;
  -moz-filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
  -webkit-filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
  -ms-filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
  transform: translateZ(0);
}
body.artCollege-top .p-children .p-children__wrapper .c-section__content .c-children__wrapperList.u-pc > ul > li:nth-child(4) > dl > dd {
  position: relative;
  top: -100px;
  left: -7px;
  width: 200px;
  z-index: -1;
  -moz-filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.15));
  -webkit-filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.15));
  -ms-filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.15));
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.15));
  transform: translateZ(0);
}
body.artCollege-top .p-children .p-children__wrapper .c-section__content .c-children__wrapperList.u-pc > .c-children__wrapperList_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}
body.artCollege-top .p-children .p-children__wrapper .c-section__content .c-children__wrapperList.u-pc > .c-children__wrapperList_inner .w-list-1 {
  margin-top: 20px;
}
body.artCollege-top .p-children .p-children__wrapper .c-section__content .c-children__wrapperList.u-pc > .c-children__wrapperList_inner .w-list-2 {
  margin-top: -25px;
  margin-left: 5px;
}
body.artCollege-top .p-children .p-children__wrapper .c-section__content .c-children__wrapperList.u-pc > .c-children__wrapperList_inner .w-list-3 {
  margin-top: -71px;
  margin-left: 3px;
}
body.artCollege-top .p-children .p-children__wrapper .c-section__content .c-children__wrapperList.u-pc > .c-children__wrapperList_inner .w-list-4 {
  margin-right: 48px;
  margin-top: -33px;
}
body.artCollege-top .p-children .p-children__wrapper .c-section__content .c-children__wrapperList.u-sp .c-children__wrapperInner {
  margin-top: 13.3px;
  background-repeat: no-repeat;
  background-position: 110.8% 0.8%;
  background-size: 87.2%;
}
body.artCollege-top .p-children .p-children__wrapper .c-section__content .c-children__wrapperList.u-sp .c-children__wrapperInner.lazyloaded {
  background-image: url("/art-college/assets/img/children-bg-sp.svg");
}
body.artCollege-top .p-children .p-children__wrapper .c-section__content .c-children__wrapperList.u-sp .c-children__wrapperInner .c-children__1stList,
body.artCollege-top .p-children .p-children__wrapper .c-section__content .c-children__wrapperList.u-sp .c-children__wrapperInner .c-children__2ndList,
body.artCollege-top .p-children .p-children__wrapper .c-section__content .c-children__wrapperList.u-sp .c-children__wrapperInner .c-children__3rdList,
body.artCollege-top .p-children .p-children__wrapper .c-section__content .c-children__wrapperList.u-sp .c-children__wrapperInner .c-children__4thList {
  height: 148.3px;
}
body.artCollege-top .p-children .p-children__wrapper .c-section__content .c-children__wrapperList.u-sp .c-children__wrapperInner .c-children__1stList .slick-prev,
body.artCollege-top .p-children .p-children__wrapper .c-section__content .c-children__wrapperList.u-sp .c-children__wrapperInner .c-children__1stList .slick-next,
body.artCollege-top .p-children .p-children__wrapper .c-section__content .c-children__wrapperList.u-sp .c-children__wrapperInner .c-children__2ndList .slick-prev,
body.artCollege-top .p-children .p-children__wrapper .c-section__content .c-children__wrapperList.u-sp .c-children__wrapperInner .c-children__2ndList .slick-next,
body.artCollege-top .p-children .p-children__wrapper .c-section__content .c-children__wrapperList.u-sp .c-children__wrapperInner .c-children__3rdList .slick-prev,
body.artCollege-top .p-children .p-children__wrapper .c-section__content .c-children__wrapperList.u-sp .c-children__wrapperInner .c-children__3rdList .slick-next,
body.artCollege-top .p-children .p-children__wrapper .c-section__content .c-children__wrapperList.u-sp .c-children__wrapperInner .c-children__4thList .slick-prev,
body.artCollege-top .p-children .p-children__wrapper .c-section__content .c-children__wrapperList.u-sp .c-children__wrapperInner .c-children__4thList .slick-next {
  display: none !important;
}
body.artCollege-top .p-children .p-children__wrapper .c-section__content .c-children__wrapperList.u-sp .c-children__wrapperInner .c-children__1stList .c-children__1stItem,
body.artCollege-top .p-children .p-children__wrapper .c-section__content .c-children__wrapperList.u-sp .c-children__wrapperInner .c-children__1stList .c-children__2ndItem,
body.artCollege-top .p-children .p-children__wrapper .c-section__content .c-children__wrapperList.u-sp .c-children__wrapperInner .c-children__1stList .c-children__3rdItem,
body.artCollege-top .p-children .p-children__wrapper .c-section__content .c-children__wrapperList.u-sp .c-children__wrapperInner .c-children__1stList .c-children__4thItem,
body.artCollege-top .p-children .p-children__wrapper .c-section__content .c-children__wrapperList.u-sp .c-children__wrapperInner .c-children__2ndList .c-children__1stItem,
body.artCollege-top .p-children .p-children__wrapper .c-section__content .c-children__wrapperList.u-sp .c-children__wrapperInner .c-children__2ndList .c-children__2ndItem,
body.artCollege-top .p-children .p-children__wrapper .c-section__content .c-children__wrapperList.u-sp .c-children__wrapperInner .c-children__2ndList .c-children__3rdItem,
body.artCollege-top .p-children .p-children__wrapper .c-section__content .c-children__wrapperList.u-sp .c-children__wrapperInner .c-children__2ndList .c-children__4thItem,
body.artCollege-top .p-children .p-children__wrapper .c-section__content .c-children__wrapperList.u-sp .c-children__wrapperInner .c-children__3rdList .c-children__1stItem,
body.artCollege-top .p-children .p-children__wrapper .c-section__content .c-children__wrapperList.u-sp .c-children__wrapperInner .c-children__3rdList .c-children__2ndItem,
body.artCollege-top .p-children .p-children__wrapper .c-section__content .c-children__wrapperList.u-sp .c-children__wrapperInner .c-children__3rdList .c-children__3rdItem,
body.artCollege-top .p-children .p-children__wrapper .c-section__content .c-children__wrapperList.u-sp .c-children__wrapperInner .c-children__3rdList .c-children__4thItem,
body.artCollege-top .p-children .p-children__wrapper .c-section__content .c-children__wrapperList.u-sp .c-children__wrapperInner .c-children__4thList .c-children__1stItem,
body.artCollege-top .p-children .p-children__wrapper .c-section__content .c-children__wrapperList.u-sp .c-children__wrapperInner .c-children__4thList .c-children__2ndItem,
body.artCollege-top .p-children .p-children__wrapper .c-section__content .c-children__wrapperList.u-sp .c-children__wrapperInner .c-children__4thList .c-children__3rdItem,
body.artCollege-top .p-children .p-children__wrapper .c-section__content .c-children__wrapperList.u-sp .c-children__wrapperInner .c-children__4thList .c-children__4thItem {
  width: 180px !important;
  height: 120px;
  margin: 25px 5px 20px 5px;
  -moz-filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
  -webkit-filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
  -ms-filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
  transform: translateZ(0);
}
body.artCollege-top .p-children .p-children__wrapper .c-section__content .c-children__wrapperList.u-sp .c-children__wrapperInner .c-children__1stList .c-children__1stItem > img,
body.artCollege-top .p-children .p-children__wrapper .c-section__content .c-children__wrapperList.u-sp .c-children__wrapperInner .c-children__1stList .c-children__2ndItem > img,
body.artCollege-top .p-children .p-children__wrapper .c-section__content .c-children__wrapperList.u-sp .c-children__wrapperInner .c-children__1stList .c-children__3rdItem > img,
body.artCollege-top .p-children .p-children__wrapper .c-section__content .c-children__wrapperList.u-sp .c-children__wrapperInner .c-children__1stList .c-children__4thItem > img,
body.artCollege-top .p-children .p-children__wrapper .c-section__content .c-children__wrapperList.u-sp .c-children__wrapperInner .c-children__2ndList .c-children__1stItem > img,
body.artCollege-top .p-children .p-children__wrapper .c-section__content .c-children__wrapperList.u-sp .c-children__wrapperInner .c-children__2ndList .c-children__2ndItem > img,
body.artCollege-top .p-children .p-children__wrapper .c-section__content .c-children__wrapperList.u-sp .c-children__wrapperInner .c-children__2ndList .c-children__3rdItem > img,
body.artCollege-top .p-children .p-children__wrapper .c-section__content .c-children__wrapperList.u-sp .c-children__wrapperInner .c-children__2ndList .c-children__4thItem > img,
body.artCollege-top .p-children .p-children__wrapper .c-section__content .c-children__wrapperList.u-sp .c-children__wrapperInner .c-children__3rdList .c-children__1stItem > img,
body.artCollege-top .p-children .p-children__wrapper .c-section__content .c-children__wrapperList.u-sp .c-children__wrapperInner .c-children__3rdList .c-children__2ndItem > img,
body.artCollege-top .p-children .p-children__wrapper .c-section__content .c-children__wrapperList.u-sp .c-children__wrapperInner .c-children__3rdList .c-children__3rdItem > img,
body.artCollege-top .p-children .p-children__wrapper .c-section__content .c-children__wrapperList.u-sp .c-children__wrapperInner .c-children__3rdList .c-children__4thItem > img,
body.artCollege-top .p-children .p-children__wrapper .c-section__content .c-children__wrapperList.u-sp .c-children__wrapperInner .c-children__4thList .c-children__1stItem > img,
body.artCollege-top .p-children .p-children__wrapper .c-section__content .c-children__wrapperList.u-sp .c-children__wrapperInner .c-children__4thList .c-children__2ndItem > img,
body.artCollege-top .p-children .p-children__wrapper .c-section__content .c-children__wrapperList.u-sp .c-children__wrapperInner .c-children__4thList .c-children__3rdItem > img,
body.artCollege-top .p-children .p-children__wrapper .c-section__content .c-children__wrapperList.u-sp .c-children__wrapperInner .c-children__4thList .c-children__4thItem > img {
  width: 180px;
  height: 135px;
  margin: 0 auto;
}
body.artCollege-top .p-children .p-children__wrapper .c-section__content .c-cloud__point {
  -moz-filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
  -webkit-filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
  -ms-filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
  transform: translateZ(0);
}
@media screen and (min-width: 768px) {
  body.artCollege-top .p-children .p-children__wrapper .c-section__content .c-cloud__point {
    width: 100%;
    max-width: 1018px;
    margin: 0px auto;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-children .p-children__wrapper .c-section__content .c-cloud__point {
    width: 97.5%;
    margin: 36px auto;
  }
}
body.artCollege-top .p-children .p-children__wrapper .c-section__content p:nth-child(3) {
  margin-top: -1px;
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-course {
    margin-top: -176px;
  }
}
body.artCollege-top .p-course .p-course__wrapper {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  body.artCollege-top .p-course .p-course__wrapper.lazyloaded {
    background-image: url("/art-college/assets/img/course-bg.jpg");
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-course .p-course__wrapper.lazyloaded {
    background-image: url("/art-college/assets/img/course-bg-sp.jpg");
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-course .p-course__wrapper {
    padding-top: 30px;
  }
}
body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner {
  padding: 0 20px;
}
body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.course {
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.course.lazyloaded {
    background-image: url("/art-college/assets/img/art-college-img-new-18.svg");
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.course.lazyloaded {
    background-image: url("/art-college/assets/img/music-bg-sp.svg");
  }
}
@media screen and (min-width: 768px) {
  body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.course {
    padding: 119px 0;
    background-position: 67% 89%;
    background-size: 94%;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.course {
    padding: 85px 0 55px;
    background-position: 46% 84%;
    background-size: 135%;
  }
}
@media screen and (min-width: 768px) {
  body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.course > h1 {
    margin-top: -10px;
    margin-left: 6px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.course > h1 {
    margin-top: -3px;
    margin-left: 0;
    text-align: center;
  }
}
body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.course > h1 > img {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.course > h1 > img {
    max-width: 588px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.course > h1 > img {
    max-width: 326.78px;
    width: 100%;
  }
}
body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.course > p {
  color: #777;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.course > p {
    margin-top: 26px;
    margin-left: 53px;
    font-size: 20px;
    letter-spacing: 0.1em;
    line-height: 1.4;
    text-align: center;
  }
  body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.course > p > br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.course > p {
    margin-top: 11px;
    padding: 0 8px;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 1.5;
    text-align: center;
  }
}
body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.course .c-music__content {
  position: relative;
  margin-top: 90px;
  text-align: center;
}
body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.course .c-music__content .c-cloud__point:nth-of-type(1) {
  -moz-filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
  -webkit-filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
  -ms-filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
  transform: translateZ(0);
  position: absolute;
}
@media screen and (min-width: 768px) {
  body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.course .c-music__content .c-cloud__point:nth-of-type(1) {
    max-width: 215px;
    width: 100%;
    top: -50px;
    right: 98px;
  }
}
@media screen and (max-width: 999px) {
  body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.course .c-music__content .c-cloud__point:nth-of-type(1) {
    top: -3px;
    right: 0px;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.course .c-music__content .c-cloud__point:nth-of-type(1) {
    max-width: 148.35px;
    width: 100%;
    top: 99px !important;
    right: 92px !important;
  }
}
body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.course .c-music__content .c-cloud__point:nth-of-type(2) {
  position: absolute;
}
@media screen and (min-width: 768px) {
  body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.course .c-music__content .c-cloud__point:nth-of-type(2) {
    max-width: 250px;
    width: 100%;
    bottom: 35px;
    left: 248px;
    z-index: -1;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.course .c-music__content .c-cloud__point:nth-of-type(2) {
    max-width: 148.91px;
    width: 100%;
    bottom: 34px !important;
    left: 8px !important;
  }
}
@media screen and (max-width: 999px) {
  body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.course .c-music__content .c-cloud__point:nth-of-type(2) {
    bottom: -32px;
    left: 0;
  }
}
body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.course .c-music__content .c-button__link {
  margin-top: 43px;
  max-width: 200px;
  width: 100%;
  margin: 0 auto;
  -moz-filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
  -webkit-filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
  -ms-filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
  transform: translateZ(0);
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.course .c-music__content .c-button__link {
    margin-top: 50px;
    max-width: 138px;
    width: 100%;
  }
}
body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.course .c-music__content .c-button__viewLink {
  -moz-filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
  -webkit-filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
  -ms-filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
  transform: translateZ(0);
}
@media screen and (min-width: 768px) {
  body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.course .c-music__content .c-button__viewLink {
    margin-top: 140px;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.course .c-music__content .c-button__viewLink {
    margin-top: 116px;
    top: -1px;
  }
}
body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.course .c-music__content .c-button__viewLink > a {
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.course .c-music__content .c-button__viewLink > a:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.course .c-music__content .c-button__viewLink > a > img {
    max-width: 310px;
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.course .c-music__content .c-button__viewLink > a > img {
    max-width: 210px;
    width: 100%;
    margin: 0 auto;
  }
}
body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.course .c-music__content .c-music__subContent {
  color: #777;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.course .c-music__content .c-music__subContent {
    margin-top: 13px;
    margin-left: 8px;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.course .c-music__content .c-music__subContent {
    margin-top: 13px;
    font-size: 12px;
  }
}
body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.course .c-music__content .c-music__listOuter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.course .c-music__content .c-music__listOuter {
    max-width: 835px;
    width: 100%;
    margin: 13px auto 0;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.course .c-music__content .c-music__listOuter {
    margin-top: 113px;
  }
}
@media screen and (min-width: 768px) {
  body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.course .c-music__content .c-music__listOuter .c-music__itemOuter {
    margin: 65px auto 0;
  }
  body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.course .c-music__content .c-music__listOuter .c-music__itemOuter:nth-child(7) {
    position: relative;
  }
  body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.course .c-music__content .c-music__listOuter .c-music__itemOuter:nth-child(2) {
    position: relative;
    left: 0;
  }
  body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.course .c-music__content .c-music__listOuter .c-music__itemOuter:nth-child(3) {
    position: relative;
    left: 6px;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.course .c-music__content .c-music__listOuter .c-music__itemOuter {
    margin: 10px auto 0;
  }
}
@media screen and (max-width: 767px) and (min-width: 723px) and (max-width: 767px) {
  body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.course .c-music__content .c-music__listOuter .c-music__itemOuter:nth-child(3) {
    margin-top: 60px;
  }
}
body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.course .c-music__content .c-music__listOuter .c-music__itemOuter:nth-child(2) .c-music__listInner > li:nth-child(7) {
  position: relative;
}
body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.course .c-music__content .c-music__listOuter .c-music__itemOuter:nth-child(3) .c-music__listInner > li:nth-child(7) {
  position: relative;
  top: -42px;
  margin-left: auto;
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.course .c-music__content .c-music__listOuter .c-music__itemOuter:nth-child(3) .c-music__listInner > li:nth-child(1) {
    position: relative;
    top: 0px;
  }
  body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.course .c-music__content .c-music__listOuter .c-music__itemOuter:nth-child(3) .c-music__listInner > li:nth-child(2) {
    position: relative;
    top: 11px;
  }
  body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.course .c-music__content .c-music__listOuter .c-music__itemOuter:nth-child(3) .c-music__listInner > li:nth-child(3) {
    position: relative;
    top: 38px;
    margin-top: auto;
  }
  body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.course .c-music__content .c-music__listOuter .c-music__itemOuter:nth-child(3) .c-music__listInner > li:nth-child(4) {
    position: relative;
    top: 44px;
    margin-top: auto;
  }
}
body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.course .c-music__content .c-music__listOuter .c-music__itemOuter .c-music__listInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.course .c-music__content .c-music__listOuter .c-music__itemOuter .c-music__listInner {
    width: 401px;
    height: 595px;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.course .c-music__content .c-music__listOuter .c-music__itemOuter .c-music__listInner {
    width: 92vw;
    height: 82.6vw;
  }
}
body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.course .c-music__content .c-music__listOuter .c-music__itemOuter .c-music__listInner > li {
  -moz-filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
  -webkit-filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
  -ms-filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
  transform: translateZ(0);
}
body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.course .c-music__content .c-music__listOuter .c-music__itemOuter .c-music__listInner > li:nth-child(1) {
  position: relative;
  top: 45px;
}
body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.course .c-music__content .c-music__listOuter .c-music__itemOuter .c-music__listInner > li:nth-child(3) {
  margin-top: 55px;
}
body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.course .c-music__content .c-music__listOuter .c-music__itemOuter .c-music__listInner > li:nth-child(5) {
  position: relative;
  top: 10px;
}
body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.course .c-music__content .c-music__listOuter .c-music__itemOuter .c-music__listInner > li:nth-child(7) {
  position: relative;
  left: 10px;
}
body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.course .c-music__content .c-music__listOuter .c-music__itemOuter .c-music__listInner > li:nth-child(9) {
  position: relative;
  top: 10px;
  left: 10px;
}
body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.course .c-music__content .c-music__listOuter .c-music__itemOuter .c-music__listInner > li:nth-child(10) {
  position: relative;
  top: 20px;
  left: 10px;
}
body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.course .c-music__content .c-music__listOuter .c-music__itemOuter .c-music__listInner > li.tp {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.course .c-music__content .c-music__listOuter .c-music__itemOuter .c-music__listInner > li {
    width: 190px;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.course .c-music__content .c-music__listOuter .c-music__itemOuter .c-music__listInner > li:nth-child(1) {
    position: relative;
    top: -2px;
  }
  body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.course .c-music__content .c-music__listOuter .c-music__itemOuter .c-music__listInner > li:nth-child(2) {
    position: relative;
    top: 0px;
  }
  body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.course .c-music__content .c-music__listOuter .c-music__itemOuter .c-music__listInner > li:nth-child(4) {
    position: relative;
    top: 11px;
  }
  body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.course .c-music__content .c-music__listOuter .c-music__itemOuter .c-music__listInner > li:nth-child(7) {
    position: relative;
    top: -1px;
  }
  body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.course .c-music__content .c-music__listOuter .c-music__itemOuter .c-music__listInner > li:nth-child(8) {
    position: relative;
    top: 43px;
    margin-top: auto;
  }
  body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.course .c-music__content .c-music__listOuter .c-music__itemOuter .c-music__listInner > li:nth-child(6) {
    position: relative;
    top: 38px;
    margin-top: auto;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.course .c-music__content .c-music__listOuter .c-music__itemOuter .c-music__listInner > li:nth-child(7) {
    position: relative;
    top: 45px;
  }
}
body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.course .c-music__content .c-music__listOuter .c-music__itemOuter .c-music__listInner > li > a {
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.course .c-music__content .c-music__listOuter .c-music__itemOuter .c-music__listInner > li > a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.course .c-music__content .c-music__listOuter .c-music__itemOuter .c-music__listInner > li > a > img {
    width: 43.2vw;
    height: 40vw;
  }
}
body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.dance {
  margin-top: -95px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center 88%;
}
@media screen and (min-width: 768px) {
  body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.dance.lazyloaded {
    background-image: url("/art-college/assets/img/dance-bg.svg");
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.dance.lazyloaded {
    background-image: url("/art-college/assets/img/dance-bg-sp.svg");
  }
}
@media screen and (min-width: 768px) {
  body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.dance {
    padding: 111px 0;
    background-size: 27.3%;
    background-position: 52.9% 42.4%;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.dance {
    padding: 103px 0 33px;
    background-position: 55% 93%;
    background-size: 100%;
  }
}
@media screen and (min-width: 768px) {
  body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.dance .c-button__link {
    position: relative;
    left: -7px;
    top: 2px;
    max-width: 200px;
    width: 100%;
    margin: 0 auto;
  }
}
body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.dance .c-dance__subContent {
  color: #777;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.dance .c-dance__subContent {
    margin-top: 14px;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.dance .c-dance__subContent {
    margin-top: 13px;
    font-size: 12px;
  }
}
body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.dance > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.dance > ul {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.dance > ul {
    margin-top: 29px;
  }
}
body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.dance > ul > li {
  width: 190px;
  -moz-filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
  -webkit-filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
  -ms-filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
  transform: translateZ(0);
}
@media screen and (min-width: 768px) {
  body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.dance > ul > li {
    margin: 8px 2px;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.dance > ul > li {
    width: 162px;
    height: 150px;
  }
}
body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.dance > ul > li:nth-child(1) {
  position: relative;
  left: -6px;
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.dance > ul > li:nth-child(2) {
    position: relative;
    left: -6px;
  }
}
body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.dance > ul > li:nth-child(3) {
  margin-top: 45px;
  position: relative;
  top: 3.6px;
  right: -5px;
}
body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.dance > ul > li:nth-child(4) {
  margin-top: 45px;
  position: relative;
  top: 3.6px;
  right: -5px;
}
body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.dance > ul > li > a {
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.dance > ul > li > a:hover {
  opacity: 0.7;
}
body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.art {
  position: relative;
  text-align: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.art.lazyloaded {
    background-image: url("/art-college/assets/img/art-bg.svg");
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.art.lazyloaded {
    background-image: url("/art-college/assets/img/art-bg-sp.svg");
  }
}
@media screen and (min-width: 768px) {
  body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.art {
    padding: 36px 0 47px;
    background-position: center center;
    background-size: cover;
    text-align: center;
    background-size: 79%;
    background-position: 33% 0;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.art {
    padding: 69px 0 75px;
    background-position: 56% 350%;
    background-size: 163.8%;
    text-align: center;
  }
}
body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.art .c-cloud__point:nth-of-type(1) {
  position: absolute;
  z-index: 9;
  -moz-filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
  -webkit-filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
  -ms-filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
  transform: translateZ(0);
}
@media screen and (min-width: 768px) {
  body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.art .c-cloud__point:nth-of-type(1) {
    max-width: 236.57px;
    width: 100%;
    top: 37px;
    right: 90px;
  }
}
@media screen and (max-width: 999px) {
  body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.art .c-cloud__point:nth-of-type(1) {
    right: -20px;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.art .c-cloud__point:nth-of-type(1) {
    max-width: 148.91px;
    width: 100%;
    bottom: 296px;
    left: 1px;
  }
}
body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.art .c-cloud__point:nth-of-type(2) {
  position: absolute;
  z-index: 9;
  -moz-filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
  -webkit-filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
  -ms-filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
  transform: translateZ(0);
}
@media screen and (min-width: 768px) {
  body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.art .c-cloud__point:nth-of-type(2) {
    width: 231.93px;
    bottom: -67px;
    left: 113px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.art .c-cloud__point:nth-of-type(2) {
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.art .c-cloud__point:nth-of-type(2) {
    max-width: 147.76px;
    width: 100%;
    bottom: 61px;
    right: -5px !important;
  }
}
@media screen and (min-width: 768px) {
  body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.art .c-button__link {
    position: relative;
    max-width: 200px;
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.art .c-button__link {
    max-width: 138px;
    width: 100%;
    margin: 0 auto;
  }
}
body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.art .c-art__subContent {
  color: #777;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.art .c-art__subContent {
    margin-top: 13px;
    margin-left: 8px;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.art .c-art__subContent {
    margin-top: 13px;
    font-size: 12px;
  }
}
body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.art .c-content__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.art .c-content__wrapper {
    margin-top: 24px;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.art .c-content__wrapper {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 768px) and (max-width: 916px) {
  body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.art .c-content__wrapper {
    margin-top: 84px;
  }
}
@media screen and (min-width: 768px) {
  body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.art .c-content__wrapper > figure {
    position: relative;
    left: -76px;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.art .c-content__wrapper > figure {
    margin-top: 173px;
  }
}
@media screen and (min-width: 768px) {
  body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.art .c-content__wrapper > figure > img {
    margin: -75px 39px 0px 42px;
    max-width: 357px;
    width: 100%;
    position: relative;
    top: 6px;
  }
}
@media screen and (max-width: 999px) {
  body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.art .c-content__wrapper > figure > img {
    margin: -106px 0 0px 139px;
    width: 340px;
    left: 21px;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.art .c-content__wrapper > figure > img {
    max-width: 350px;
    width: 105%;
    margin-left: -13px;
  }
}
body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.art .c-content__wrapper > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.art .c-content__wrapper > ul {
    position: relative;
    left: -78px;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.art .c-content__wrapper > ul {
    margin-top: 23px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 916px) {
  body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.art .c-content__wrapper > ul {
    left: 0;
  }
}
body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.art .c-content__wrapper > ul > li {
  position: relative;
  width: 190px;
  -moz-filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
  -webkit-filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
  -ms-filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
  transform: translateZ(0);
}
@media screen and (min-width: 768px) {
  body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.art .c-content__wrapper > ul > li {
    margin: 10px 42px 11px -22px;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.art .c-content__wrapper > ul > li {
    width: 162px;
    height: 150px;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.art .c-content__wrapper > ul > li:nth-child(1) {
    left: -6px;
    top: -2px;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.art .c-content__wrapper > ul > li:nth-child(2) {
    left: -6px;
    top: -2px;
  }
}
body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.art .c-content__wrapper > ul > li:nth-child(3) {
  margin-top: 49px;
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.art .c-content__wrapper > ul > li:nth-child(3) {
    top: -7px;
    left: 4px;
  }
}
body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.art .c-content__wrapper > ul > li:nth-child(4) {
  margin-top: 49px;
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.art .c-content__wrapper > ul > li:nth-child(4) {
    top: -7px;
    left: 4px;
  }
}
body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.art .c-content__wrapper > ul > li > a {
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.art .c-content__wrapper > ul > li > a:hover {
  opacity: 0.7;
}
body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.art .c-button__viewLink {
  -moz-filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
  -webkit-filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
  -ms-filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
  transform: translateZ(0);
}
@media screen and (min-width: 768px) {
  body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.art .c-button__viewLink {
    margin-top: 11px;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.art .c-button__viewLink {
    margin: 87px auto 0;
    max-width: 151px;
    width: 100%;
  }
}
body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.art .c-button__viewLink > a {
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.art .c-button__viewLink > a:hover {
  opacity: 0.7;
}
body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.mix {
  position: relative;
  text-align: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.mix.lazyloaded {
    background-image: url("/art-college/assets/img/mix-bg.svg");
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.mix.lazyloaded {
    background-image: url("/art-college/assets/img/mix-bg-sp.svg");
  }
}
@media screen and (min-width: 768px) {
  body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.mix {
    padding: 167px 0 166px;
    background-size: 70%;
    background-position: 60% 94%;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.mix {
    padding: 51px 0 85px 0;
    background-size: 124%;
    background-position: 78% 188%;
  }
}
@media screen and (min-width: 768px) {
  body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.mix .c-button__link {
    position: relative;
    left: -9px;
    top: -44px;
    max-width: 200px;
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.mix .c-button__link {
    position: relative;
    width: 100%;
    margin: 0 auto;
    top: 16px;
  }
}
body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.mix .c-mix__subContent {
  color: #777;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.mix .c-mix__subContent {
    margin-top: -31px;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.mix .c-mix__subContent {
    margin-top: 33px;
    font-size: 12px;
  }
}
body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.mix > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.mix > ul {
    margin-top: 24px;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.mix > ul {
    margin: 14px -5px 0 -5px;
  }
}
body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.mix > ul > li {
  -moz-filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
  -webkit-filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
  -ms-filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
  transform: translateZ(0);
}
@media screen and (min-width: 768px) {
  body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.mix > ul > li {
    width: 190px;
    margin: 10px;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.mix > ul > li {
    width: 162px;
    height: 150px;
    margin: 5px auto;
  }
}
body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.mix > ul > li:nth-child(1) {
  position: relative;
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.mix > ul > li:nth-child(1) {
    top: 45px;
  }
}
body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.mix > ul > li:nth-child(2) {
  position: relative;
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.mix > ul > li:nth-child(2) {
    top: 45px;
  }
}
body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.mix > ul > li:nth-child(3) {
  position: relative;
  top: 40px;
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.mix > ul > li:nth-child(3) {
    top: 0;
  }
}
body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.mix > ul > li:nth-child(4) {
  position: relative;
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.mix > ul > li:nth-child(4) {
    top: 45px;
  }
}
body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.mix > ul > li:nth-child(5) {
  position: relative;
  top: 40px;
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.mix > ul > li:nth-child(5) {
    top: 0;
  }
}
body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.mix > ul > li > a {
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.mix > ul > li > a:hover {
  opacity: 0.7;
}
body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.stelam {
  position: relative;
}
@media screen and (min-width: 768px) {
  body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.stelam {
    padding: 138px 0 91px;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.stelam {
    margin-top: 78px;
    padding: 91px 0;
    background-color: #fff;
    border: 5px #e699bf solid;
    border-radius: 30px;
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  }
}
body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.stelam .c-content__wrapper {
  width: 100%;
}
@media screen and (min-width: 768px) {
  body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.stelam .c-content__wrapper .c-content__innerBg {
    height: 247px;
    background-color: #fff;
    border: 5px #e699bf solid;
    border-radius: 30px;
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  }
}
body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.stelam .c-content__wrapper .c-content__innerBg .c-content__inner {
  margin-top: -88px;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.stelam .c-content__wrapper .c-content__innerBg .c-content__inner {
    flex-direction: column-reverse;
  }
}
body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.stelam .c-content__wrapper .c-content__innerBg .c-content__inner > figure {
  width: 557.43px;
  margin: auto;
  z-index: 9;
}
@media screen and (min-width: 768px) {
  body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.stelam .c-content__wrapper .c-content__innerBg .c-content__inner > figure {
    position: relative;
    top: -4px;
    left: -9px;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.stelam .c-content__wrapper .c-content__innerBg .c-content__inner > figure {
    width: 100%;
    margin-top: 78px;
    transform: scale(1.26);
  }
}
body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.stelam .c-content__wrapper .c-content__innerBg .c-content__inner .c-content__text {
  width: 383px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.stelam .c-content__wrapper .c-content__innerBg .c-content__inner .c-content__text {
    width: 100%;
  }
}
body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.stelam .c-content__wrapper .c-content__innerBg .c-content__inner .c-content__text > h1 {
  margin-top: -5px;
  -moz-filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
  -webkit-filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
  -ms-filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
  transform: translateZ(0);
}
@media screen and (min-width: 768px) {
  body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.stelam .c-content__wrapper .c-content__innerBg .c-content__inner .c-content__text > h1 {
    margin-top: 5px;
    margin-right: -16px;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.stelam .c-content__wrapper .c-content__innerBg .c-content__inner .c-content__text > h1 {
    margin-top: -57px;
  }
}
@media screen and (min-width: 768px) {
  body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.stelam .c-content__wrapper .c-content__innerBg .c-content__inner .c-content__text > h1 > img {
    max-width: 328px;
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.stelam .c-content__wrapper .c-content__innerBg .c-content__inner .c-content__text > h1 > img {
    max-width: 200px;
    width: 100%;
    margin: 0 auto;
  }
}
body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.stelam .c-content__wrapper .c-content__innerBg .c-content__inner .c-content__text > p {
  margin-top: 22px;
  padding: 0px 22px;
  color: #777;
  font-size: 13px;
  font-weight: 600;
  text-align: left;
  line-height: 1.7;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.stelam .c-content__wrapper .c-content__innerBg .c-content__inner .c-content__text > p {
    margin-top: 26px;
    padding: 0;
    line-height: 1.6;
  }
}
body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.stelam .c-content__wrapper .c-content__innerBg .c-content__inner .c-content__text .c-stelamBtn__link {
  -moz-filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
  -webkit-filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
  -ms-filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
  transform: translateZ(0);
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.stelam .c-content__wrapper .c-content__innerBg .c-content__inner .c-content__text .c-stelamBtn__link {
    position: absolute;
    bottom: -53px;
    left: -8px;
    z-index: 9;
    width: 100%;
    text-align: center;
  }
}
body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.stelam .c-content__wrapper .c-content__innerBg .c-content__inner .c-content__text .c-stelamBtn__link > a {
  margin: 31px 0 0 16px;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
@media screen and (max-width: 971px) {
  body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.stelam .c-content__wrapper .c-content__innerBg .c-content__inner .c-content__text .c-stelamBtn__link > a {
    position: relative;
    top: -26px;
  }
}
body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.stelam .c-content__wrapper .c-content__innerBg .c-content__inner .c-content__text .c-stelamBtn__link > a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-course .p-course__wrapper .p-course__wrapperInner .c-section__content.stelam .c-content__wrapper .c-content__innerBg .c-content__inner .c-content__text .c-stelamBtn__link > a > img {
    max-width: 150px;
    width: 100%;
    margin: 0 auto;
  }
}
body.artCollege-top .p-trial .c-section__bg {
  margin-top: 92px;
  padding: 42px 20px 38px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  body.artCollege-top .p-trial .c-section__bg.lazyloaded {
    background-image: url("/art-college/assets/img/trial-bg.jpg");
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-trial .c-section__bg.lazyloaded {
    background-image: url("/art-college/assets/img/trial-bg-sp.jpg");
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-trial .c-section__bg {
    margin-top: 54px;
    padding: 31px 20px 29px;
  }
}
body.artCollege-top .p-trial .c-section__bg .c-section__content {
  position: relative;
  background-color: #fff;
  border-radius: 30px;
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
body.artCollege-top .p-trial .c-section__bg .c-section__content > span {
  position: absolute;
  width: 97.82px;
  -moz-filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
  -webkit-filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
  -ms-filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
  transform: translateZ(0);
}
@media screen and (min-width: 768px) {
  body.artCollege-top .p-trial .c-section__bg .c-section__content > span {
    width: 175px;
    top: -70px;
    right: -45px;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-trial .c-section__bg .c-section__content > span {
    top: -25px;
    left: -1px;
    transform: rotate(-36deg);
    width: 137px;
  }
}
@media screen and (max-width: 1123px) {
  body.artCollege-top .p-trial .c-section__bg .c-section__content > span {
    width: 120.02px;
    top: -62px;
    right: -11px;
  }
}
@media screen and (max-width: 395px) {
  body.artCollege-top .p-trial .c-section__bg .c-section__content > span {
    width: 97.02px;
    top: -21px;
    left: 2px;
  }
}
body.artCollege-top .p-trial .c-section__bg .c-section__content .c-content__inner {
  padding: 38px 42px 16px;
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-trial .c-section__bg .c-section__content .c-content__inner {
    padding: 19px 21px 1px 22px;
  }
}
body.artCollege-top .p-trial .c-section__bg .c-section__content .c-content__inner .c-content__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
body.artCollege-top .p-trial .c-section__bg .c-section__content .c-content__inner .c-content__wrapper > figure {
  width: 45.7%;
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-trial .c-section__bg .c-section__content .c-content__inner .c-content__wrapper > figure {
    width: 100%;
  }
}
body.artCollege-top .p-trial .c-section__bg .c-section__content .c-content__inner .c-content__wrapper > figure > img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-trial .c-section__bg .c-section__content .c-content__inner .c-content__wrapper > figure > img {
    width: 100%;
  }
}
body.artCollege-top .p-trial .c-section__bg .c-section__content .c-content__inner .c-content__wrapper .c-content__text {
  padding-left: 40.8px;
  width: 54%;
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-trial .c-section__bg .c-section__content .c-content__inner .c-content__wrapper .c-content__text {
    padding-left: 0;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  body.artCollege-top .p-trial .c-section__bg .c-section__content .c-content__inner .c-content__wrapper .c-content__text > h1 {
    margin-top: 3px;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-trial .c-section__bg .c-section__content .c-content__inner .c-content__wrapper .c-content__text > h1 {
    margin-top: 27px;
  }
}
body.artCollege-top .p-trial .c-section__bg .c-section__content .c-content__inner .c-content__wrapper .c-content__text > h1 > img {
  width: 94.8%;
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-trial .c-section__bg .c-section__content .c-content__inner .c-content__wrapper .c-content__text > h1 > img {
    width: 100%;
    padding: 0 15px;
  }
}
body.artCollege-top .p-trial .c-section__bg .c-section__content .c-content__inner .c-content__wrapper .c-content__text > p {
  margin-top: 28.3px;
  color: #777;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.5;
  text-align: left;
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-trial .c-section__bg .c-section__content .c-content__inner .c-content__wrapper .c-content__text > p {
    margin-top: 19.3px;
    margin-left: 8px;
    font-size: 8px;
  }
}
body.artCollege-top .p-trial .c-section__bg .c-section__content .c-content__inner .c-trialButton__wrapper {
  margin-top: 20px;
  margin-bottom: 26px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-trial .c-section__bg .c-section__content .c-content__inner .c-trialButton__wrapper {
    margin-bottom: 18px;
    font-size: 12px;
  }
}
body.artCollege-top .p-trial .c-section__bg .c-section__content .c-content__inner .c-trialButton__wrapper > a {
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
body.artCollege-top .p-trial .c-section__bg .c-section__content .c-content__inner .c-trialButton__wrapper > a:hover {
  opacity: 0.7;
}
body.artCollege-top .p-trial .c-section__bg .c-section__content .c-content__inner .c-trialButton__wrapper > a > div {
  position: relative;
  width: 460px;
  height: 100px;
  margin: 0 auto;
  background-color: #e96;
  border-radius: 100px;
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-trial .c-section__bg .c-section__content .c-content__inner .c-trialButton__wrapper > a > div {
    width: 100%;
    height: 63px;
    transform: scale(1.07);
  }
}
body.artCollege-top .p-trial .c-section__bg .c-section__content .c-content__inner .c-trialButton__wrapper > a > div::before {
  content: "";
  display: block;
  position: absolute;
  top: 45px;
  right: 19px;
  width: 15px;
  height: 5px;
  background-color: #fff;
  border-radius: 100px;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-trial .c-section__bg .c-section__content .c-content__inner .c-trialButton__wrapper > a > div::before {
    top: 29px;
    right: 11px;
    width: 9px;
    height: 2px;
  }
}
body.artCollege-top .p-trial .c-section__bg .c-section__content .c-content__inner .c-trialButton__wrapper > a > div::after {
  content: "";
  display: block;
  position: absolute;
  top: 53px;
  right: 19px;
  width: 15px;
  height: 5px;
  background-color: #fff;
  border-radius: 100px;
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-trial .c-section__bg .c-section__content .c-content__inner .c-trialButton__wrapper > a > div::after {
    top: 34px;
    right: 11px;
    width: 9px;
    height: 2px;
  }
}
body.artCollege-top .p-trial .c-section__bg .c-section__content .c-content__inner .c-trialButton__wrapper > a > div > img {
  width: 310.34px;
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-trial .c-section__bg .c-section__content .c-content__inner .c-trialButton__wrapper > a > div > img {
    width: 71%;
  }
}
body.artCollege-top .p-trial .c-section__bg .c-section__content .c-content__inner .c-trialButton__wrapper > a > span {
  position: absolute;
  top: -38px;
  left: 0;
  right: 0;
  width: 115px;
  height: 60px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 100px;
  border: 1px #ddd solid;
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-trial .c-section__bg .c-section__content .c-content__inner .c-trialButton__wrapper > a > span {
    top: -27px;
    width: 79px;
    height: 41px;
  }
}
body.artCollege-top .p-trial .c-section__bg .c-section__content .c-content__inner .c-trialButton__wrapper > a > span > img {
  width: 71.5px;
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-trial .c-section__bg .c-section__content .c-content__inner .c-trialButton__wrapper > a > span > img {
    width: 61%;
  }
}
body.artCollege-top .c-button__link {
  -moz-filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
  -webkit-filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
  -ms-filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
  transform: translateZ(0);
}
@media screen and (max-width: 767px) {
  body.artCollege-top .c-button__link {
    max-width: 138px;
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .c-button__viewLink {
    width: 237px;
    margin: 0 auto;
    position: relative;
    bottom: 45px;
  }
}
body.artCollege-top .c-button__viewLink > a {
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
body.artCollege-top .c-button__viewLink > a:hover {
  opacity: 0.7;
}
body.artCollege-top .p-pricing .c-pricing__wrapperOuter {
  padding: 0 20px;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  body.artCollege-top .p-pricing .c-pricing__wrapperOuter.lazyloaded {
    background-image: url("/art-college/assets/img/pricing-particle-bg.svg");
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-pricing .c-pricing__wrapperOuter.lazyloaded {
    background-image: url("/art-college/assets/img/pricing-particle-bg-sp.svg");
  }
}
@media screen and (min-width: 768px) {
  body.artCollege-top .p-pricing .c-pricing__wrapperOuter {
    background-size: 60%;
    background-position: 49.2% 68.6%;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-pricing .c-pricing__wrapperOuter {
    background-position: -3.2% 12.9%;
    background-size: 29%;
  }
}
body.artCollege-top .p-pricing .c-pricing__wrapperOuter .c-section__content {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-pricing .c-pricing__wrapperOuter .c-section__content {
    padding: 80px 0 42px;
  }
}
body.artCollege-top .p-pricing .c-pricing__wrapperOuter .c-section__content .c-section__head > h1 {
  margin-top: 17px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-pricing .c-pricing__wrapperOuter .c-section__content .c-section__head > h1 {
    margin-top: -20px;
  }
}
@media screen and (min-width: 768px) {
  body.artCollege-top .p-pricing .c-pricing__wrapperOuter .c-section__content .c-section__head > h1 > img {
    max-width: 694px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    top: 3px;
    left: -7px;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-pricing .c-pricing__wrapperOuter .c-section__content .c-section__head > h1 > img {
    max-width: 282.46px;
    width: 100%;
    margin: 0 auto;
  }
}
body.artCollege-top .p-pricing .c-pricing__wrapperOuter .c-section__content .c-section__head > p {
  color: #777;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  body.artCollege-top .p-pricing .c-pricing__wrapperOuter .c-section__content .c-section__head > p {
    margin-top: 20px;
    margin-left: 9px;
    font-size: 20px;
    letter-spacing: 0.23em;
    line-height: 1.5;
    text-align: center;
  }
  body.artCollege-top .p-pricing .c-pricing__wrapperOuter .c-section__content .c-section__head > p > br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-pricing .c-pricing__wrapperOuter .c-section__content .c-section__head > p {
    margin-top: 20px;
    padding: 0 8px;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 1.5;
    text-align: center;
  }
}
body.artCollege-top .p-pricing .c-pricing__wrapperOuter .c-section__content .c-pricing__container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
body.artCollege-top .p-pricing .c-pricing__wrapperOuter .c-section__content .c-pricing__container .c-pricing__wrapper.c-course__fee {
  position: relative;
  width: 480px;
  margin: 71px auto auto;
  border: 4px #d7b solid;
  border-radius: 30px;
  background-color: #fff;
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 768px) {
  body.artCollege-top .p-pricing .c-pricing__wrapperOuter .c-section__content .c-pricing__container .c-pricing__wrapper.c-course__fee {
    left: -10px;
  }
}
@media screen and (max-width: 1014px) {
  body.artCollege-top .p-pricing .c-pricing__wrapperOuter .c-section__content .c-pricing__container .c-pricing__wrapper.c-course__fee {
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-pricing .c-pricing__wrapperOuter .c-section__content .c-pricing__container .c-pricing__wrapper.c-course__fee {
    width: 100%;
    margin: 45px auto auto;
  }
}
body.artCollege-top .p-pricing .c-pricing__wrapperOuter .c-section__content .c-pricing__container .c-pricing__wrapper.c-course__fee .c-pricing__title {
  position: absolute;
}
@media screen and (min-width: 768px) {
  body.artCollege-top .p-pricing .c-pricing__wrapperOuter .c-section__content .c-pricing__container .c-pricing__wrapper.c-course__fee .c-pricing__title {
    top: -34px;
    left: 36px;
    width: 400px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-pricing .c-pricing__wrapperOuter .c-section__content .c-pricing__container .c-pricing__wrapper.c-course__fee .c-pricing__title {
    width: 85%;
    margin: 0 auto;
    top: -27px;
    left: 0;
    right: 0;
  }
}
body.artCollege-top .p-pricing .c-pricing__wrapperOuter .c-section__content .c-pricing__container .c-pricing__wrapper.c-course__fee .c-pricing__title > p {
  text-align: center;
  padding: 17px 24px 17px 27px;
  border: 1px #eee solid;
  border-radius: 100px;
  background-color: #fff;
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-pricing .c-pricing__wrapperOuter .c-section__content .c-pricing__container .c-pricing__wrapper.c-course__fee .c-pricing__title > p {
    padding: 9px 29px 9px 23px;
  }
}
body.artCollege-top .p-pricing .c-pricing__wrapperOuter .c-section__content .c-pricing__container .c-pricing__wrapper.c-course__fee .c-pricing__wrapperHead {
  background-color: #d7b;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
body.artCollege-top .p-pricing .c-pricing__wrapperOuter .c-section__content .c-pricing__container .c-pricing__wrapper.c-course__fee .c-pricing__wrapperHead > h1 {
  text-align: center;
}
body.artCollege-top .p-pricing .c-pricing__wrapperOuter .c-section__content .c-pricing__container .c-pricing__wrapper.c-course__fee .c-pricing__wrapperHead > h1 > img {
  width: 285.57px;
  padding: 41px 0 15px;
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-pricing .c-pricing__wrapperOuter .c-section__content .c-pricing__container .c-pricing__wrapper.c-course__fee .c-pricing__wrapperHead > h1 > img {
    width: 215.57px;
    padding: 27px 0 15px;
  }
}
body.artCollege-top .p-pricing .c-pricing__wrapperOuter .c-section__content .c-pricing__container .c-pricing__wrapper.c-course__fee .c-pricing__wrapperContent > ul {
  margin: 5px 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
body.artCollege-top .p-pricing .c-pricing__wrapperOuter .c-section__content .c-pricing__container .c-pricing__wrapper.c-course__fee .c-pricing__wrapperContent > ul > li {
  width: 225px;
  color: #d7b;
  margin: 5px;
  padding: 7.5px 0;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  background-color: #fff;
  border: 1px #ddd solid;
  border-radius: 100px;
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-pricing .c-pricing__wrapperOuter .c-section__content .c-pricing__container .c-pricing__wrapper.c-course__fee .c-pricing__wrapperContent > ul > li {
    width: 156px;
    margin: 3.5px;
    padding: 4.9px 0;
    font-size: 10px;
  }
}
body.artCollege-top .p-pricing .c-pricing__wrapperOuter .c-section__content .c-pricing__container .c-pricing__wrapper.c-course__fee .c-pricing__wrapperContent .c-arrow__down {
  position: relative;
  width: 15px;
  margin: 0 auto;
  padding-bottom: 9px;
}
body.artCollege-top .p-pricing .c-pricing__wrapperOuter .c-section__content .c-pricing__container .c-pricing__wrapper.c-course__fee .c-pricing__wrapperContent .c-arrow__down > span::before {
  content: "";
  position: absolute;
  bottom: 28px;
  left: -2px;
  display: block;
  width: 14px;
  height: 5px;
  background-color: #d7b;
  border-radius: 25px;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-pricing .c-pricing__wrapperOuter .c-section__content .c-pricing__container .c-pricing__wrapper.c-course__fee .c-pricing__wrapperContent .c-arrow__down > span::before {
    width: 12px;
    height: 4px;
    bottom: 34px;
    left: -1px;
  }
}
body.artCollege-top .p-pricing .c-pricing__wrapperOuter .c-section__content .c-pricing__container .c-pricing__wrapper.c-course__fee .c-pricing__wrapperContent .c-arrow__down > span::after {
  content: "";
  position: absolute;
  bottom: 28px;
  left: 5px;
  display: block;
  width: 14px;
  height: 5px;
  background-color: #d7b;
  border-radius: 25px;
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-pricing .c-pricing__wrapperOuter .c-section__content .c-pricing__container .c-pricing__wrapper.c-course__fee .c-pricing__wrapperContent .c-arrow__down > span::after {
    width: 12px;
    height: 4px;
    bottom: 34px;
    left: 5.5px;
  }
}
body.artCollege-top .p-pricing .c-pricing__wrapperOuter .c-section__content .c-pricing__container .c-pricing__wrapper.c-course__fee .c-pricing__wrapperContent > h2 {
  text-align: center;
}
body.artCollege-top .p-pricing .c-pricing__wrapperOuter .c-section__content .c-pricing__container .c-pricing__wrapper.c-course__fee .c-pricing__wrapperContent > h2 > img.lazyloaded {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  body.artCollege-top .p-pricing .c-pricing__wrapperOuter .c-section__content .c-pricing__container .c-pricing__wrapper.c-course__fee .c-pricing__wrapperContent > h2 > img.lazyloaded {
    width: 420.86px;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-pricing .c-pricing__wrapperOuter .c-section__content .c-pricing__container .c-pricing__wrapper.c-course__fee .c-pricing__wrapperContent > h2 > img.lazyloaded {
    width: 209.54px;
    margin-top: -17px;
  }
}
body.artCollege-top .p-pricing .c-pricing__wrapperOuter .c-section__content .c-pricing__container .c-pricing__wrapper.c-course__fee .c-pricing__wrapperContent .c-table__wrapper {
  padding: 20px 16px 16px;
}
body.artCollege-top .p-pricing .c-pricing__wrapperOuter .c-section__content .c-pricing__container .c-pricing__wrapper.c-course__fee .c-pricing__wrapperContent .c-table__wrapper > table {
  border-radius: 20px;
  border-spacing: 0;
  border-collapse: separate;
  overflow: hidden;
}
body.artCollege-top .p-pricing .c-pricing__wrapperOuter .c-section__content .c-pricing__container .c-pricing__wrapper.c-course__fee .c-pricing__wrapperContent .c-table__wrapper > table > thead > tr {
  background-color: #eee;
}
body.artCollege-top .p-pricing .c-pricing__wrapperOuter .c-section__content .c-pricing__container .c-pricing__wrapper.c-course__fee .c-pricing__wrapperContent .c-table__wrapper > table > thead > tr > th {
  padding: 10px 7px 10px 19px;
  color: #777;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-pricing .c-pricing__wrapperOuter .c-section__content .c-pricing__container .c-pricing__wrapper.c-course__fee .c-pricing__wrapperContent .c-table__wrapper > table > thead > tr > th {
    padding: 5px 9px;
    font-size: 10px;
    border-right: 1px solid #ddd;
  }
}
body.artCollege-top .p-pricing .c-pricing__wrapperOuter .c-section__content .c-pricing__container .c-pricing__wrapper.c-course__fee .c-pricing__wrapperContent .c-table__wrapper > table > thead > tr > th:nth-child(1) {
  width: 50%;
  border-top-left-radius: 20px;
  border: 1px solid #ddd;
  border-right: none;
}
body.artCollege-top .p-pricing .c-pricing__wrapperOuter .c-section__content .c-pricing__container .c-pricing__wrapper.c-course__fee .c-pricing__wrapperContent .c-table__wrapper > table > thead > tr > th:nth-child(2) {
  width: 50%;
  border-top-right-radius: 20px;
  border: 1px solid #ddd;
}
body.artCollege-top .p-pricing .c-pricing__wrapperOuter .c-section__content .c-pricing__container .c-pricing__wrapper.c-course__fee .c-pricing__wrapperContent .c-table__wrapper > table > thead > tr > th .c-table__head {
  margin-left: 45px;
  color: #777;
  font-size: 14px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-pricing .c-pricing__wrapperOuter .c-section__content .c-pricing__container .c-pricing__wrapper.c-course__fee .c-pricing__wrapperContent .c-table__wrapper > table > thead > tr > th .c-table__head {
    font-size: 10px;
  }
}
body.artCollege-top .p-pricing .c-pricing__wrapperOuter .c-section__content .c-pricing__container .c-pricing__wrapper.c-course__fee .c-pricing__wrapperContent .c-table__wrapper > table > thead > tr > th > span {
  margin-left: 10px;
  margin-bottom: 1px;
  font-family: "Hiragino Kaku Gothic Pro";
  font-size: 10px;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-pricing .c-pricing__wrapperOuter .c-section__content .c-pricing__container .c-pricing__wrapper.c-course__fee .c-pricing__wrapperContent .c-table__wrapper > table > thead > tr > th > span {
    margin-left: 10px;
    margin-bottom: 1px;
    font-size: 7px;
  }
}
body.artCollege-top .p-pricing .c-pricing__wrapperOuter .c-section__content .c-pricing__container .c-pricing__wrapper.c-course__fee .c-pricing__wrapperContent .c-table__wrapper > table > tbody > tr > td {
  position: relative;
  padding: 8px 2px 10px 16px;
  color: #777;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-pricing .c-pricing__wrapperOuter .c-section__content .c-pricing__container .c-pricing__wrapper.c-course__fee .c-pricing__wrapperContent .c-table__wrapper > table > tbody > tr > td {
    padding: 7px 9px;
    font-size: 9px;
  }
}
body.artCollege-top .p-pricing .c-pricing__wrapperOuter .c-section__content .c-pricing__container .c-pricing__wrapper.c-course__fee .c-pricing__wrapperContent .c-table__wrapper > table > tbody > tr > td:nth-child(1) {
  width: 50%;
  border-right: none;
  letter-spacing: 2px;
}
body.artCollege-top .p-pricing .c-pricing__wrapperOuter .c-section__content .c-pricing__container .c-pricing__wrapper.c-course__fee .c-pricing__wrapperContent .c-table__wrapper > table > tbody > tr > td:nth-child(2) {
  width: 50%;
  letter-spacing: 2px;
}
@media screen and (min-width: 768px) {
  body.artCollege-top .p-pricing .c-pricing__wrapperOuter .c-section__content .c-pricing__container .c-pricing__wrapper.c-course__fee .c-pricing__wrapperContent .c-table__wrapper > table > tbody > tr > td .u-pl {
    padding-left: 0.8em;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-pricing .c-pricing__wrapperOuter .c-section__content .c-pricing__container .c-pricing__wrapper.c-course__fee .c-pricing__wrapperContent .c-table__wrapper > table > tbody > tr > td .u-pl {
    padding-left: 1em;
  }
}
body.artCollege-top .p-pricing .c-pricing__wrapperOuter .c-section__content .c-pricing__container .c-pricing__wrapper.c-course__fee .c-pricing__wrapperContent .c-table__wrapper > table > tbody > tr > td > span > img {
  position: absolute;
  top: 6px;
  right: 9px;
}
@media screen and (min-width: 768px) {
  body.artCollege-top .p-pricing .c-pricing__wrapperOuter .c-section__content .c-pricing__container .c-pricing__wrapper.c-course__fee .c-pricing__wrapperContent .c-table__wrapper > table > tbody > tr > td > span > img.lazyloaded {
    width: 60px;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-pricing .c-pricing__wrapperOuter .c-section__content .c-pricing__container .c-pricing__wrapper.c-course__fee .c-pricing__wrapperContent .c-table__wrapper > table > tbody > tr > td > span > img.lazyloaded {
    width: 41px;
  }
}
body.artCollege-top .p-pricing .c-pricing__wrapperOuter .c-section__content .c-pricing__container .c-pricing__wrapper.c-course__fee .c-pricing__wrapperContent .c-table__wrapper > table > tbody > tr:last-child > td:first-child {
  border-bottom: 1px solid #ddd;
  border-bottom-left-radius: 20px;
}
body.artCollege-top .p-pricing .c-pricing__wrapperOuter .c-section__content .c-pricing__container .c-pricing__wrapper.c-course__fee .c-pricing__wrapperContent .c-table__wrapper > table > tbody > tr:last-child > td:last-child {
  border-bottom: 1px solid #ddd;
  border-bottom-right-radius: 20px;
}
body.artCollege-top .p-pricing .c-pricing__wrapperOuter .c-section__content .c-pricing__container .c-pricing__wrapper.c-monthly__fee {
  position: relative;
  width: 480px;
  margin: 71px auto auto;
  border: 4px #4b9 solid;
  border-radius: 30px;
  background-color: #fff;
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 768px) {
  body.artCollege-top .p-pricing .c-pricing__wrapperOuter .c-section__content .c-pricing__container .c-pricing__wrapper.c-monthly__fee {
    right: -10px;
  }
}
@media screen and (max-width: 1014px) {
  body.artCollege-top .p-pricing .c-pricing__wrapperOuter .c-section__content .c-pricing__container .c-pricing__wrapper.c-monthly__fee {
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-pricing .c-pricing__wrapperOuter .c-section__content .c-pricing__container .c-pricing__wrapper.c-monthly__fee {
    width: 100%;
    margin: 36px auto auto;
  }
}
body.artCollege-top .p-pricing .c-pricing__wrapperOuter .c-section__content .c-pricing__container .c-pricing__wrapper.c-monthly__fee .c-pricing__title {
  position: absolute;
}
@media screen and (min-width: 768px) {
  body.artCollege-top .p-pricing .c-pricing__wrapperOuter .c-section__content .c-pricing__container .c-pricing__wrapper.c-monthly__fee .c-pricing__title {
    top: -34px;
    left: 36px;
    width: 400px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-pricing .c-pricing__wrapperOuter .c-section__content .c-pricing__container .c-pricing__wrapper.c-monthly__fee .c-pricing__title {
    width: 85%;
    margin: 0 auto;
    top: -27px;
    left: 0;
    right: 0;
  }
}
body.artCollege-top .p-pricing .c-pricing__wrapperOuter .c-section__content .c-pricing__container .c-pricing__wrapper.c-monthly__fee .c-pricing__title > p {
  text-align: center;
  padding: 17px 24px 17px 27px;
  border: 1px #eee solid;
  border-radius: 100px;
  background-color: #fff;
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-pricing .c-pricing__wrapperOuter .c-section__content .c-pricing__container .c-pricing__wrapper.c-monthly__fee .c-pricing__title > p {
    padding: 9px 29px 9px 23px;
  }
}
body.artCollege-top .p-pricing .c-pricing__wrapperOuter .c-section__content .c-pricing__container .c-pricing__wrapper.c-monthly__fee .c-pricing__wrapperHead {
  background-color: #4b9;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
body.artCollege-top .p-pricing .c-pricing__wrapperOuter .c-section__content .c-pricing__container .c-pricing__wrapper.c-monthly__fee .c-pricing__wrapperHead > h1 {
  text-align: center;
}
body.artCollege-top .p-pricing .c-pricing__wrapperOuter .c-section__content .c-pricing__container .c-pricing__wrapper.c-monthly__fee .c-pricing__wrapperHead > h1 > img {
  width: 184.57px;
  padding: 41px 0 15px;
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-pricing .c-pricing__wrapperOuter .c-section__content .c-pricing__container .c-pricing__wrapper.c-monthly__fee .c-pricing__wrapperHead > h1 > img {
    width: 143.57px;
    padding: 27px 0 15px;
  }
}
body.artCollege-top .p-pricing .c-pricing__wrapperOuter .c-section__content .c-pricing__container .c-pricing__wrapper.c-monthly__fee .c-pricing__wrapperContent > ul {
  margin: 50px 0 60px;
  padding: 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-pricing .c-pricing__wrapperOuter .c-section__content .c-pricing__container .c-pricing__wrapper.c-monthly__fee .c-pricing__wrapperContent > ul {
    margin: 29px 0 48px;
    padding: 0 14px;
  }
}
body.artCollege-top .p-pricing .c-pricing__wrapperOuter .c-section__content .c-pricing__container .c-pricing__wrapper.c-monthly__fee .c-pricing__wrapperContent > ul > li {
  width: 140px;
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-pricing .c-pricing__wrapperOuter .c-section__content .c-pricing__container .c-pricing__wrapper.c-monthly__fee .c-pricing__wrapperContent > ul > li {
    width: 96px;
  }
}
body.artCollege-top .p-pricing .c-pricing__wrapperOuter .c-section__content .c-pricing__container .c-pricing__wrapper.c-monthly__fee .c-pricing__wrapperContent > ul > li > dl {
  position: relative;
}
@media screen and (min-width: 768px) {
  body.artCollege-top .p-pricing .c-pricing__wrapperOuter .c-section__content .c-pricing__container .c-pricing__wrapper.c-monthly__fee .c-pricing__wrapperContent > ul > li > dl > dd > img.lazyloaded {
    position: absolute;
    top: -29px;
    left: 9px;
    margin: 0 auto;
    width: 120px;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-pricing .c-pricing__wrapperOuter .c-section__content .c-pricing__container .c-pricing__wrapper.c-monthly__fee .c-pricing__wrapperContent > ul > li > dl > dd > img.lazyloaded {
    position: absolute;
    top: -21px;
    left: 6px;
    margin: 0 auto;
    width: 83px;
  }
}
body.artCollege-top .p-pricing .c-pricing__wrapperOuter .c-section__content .c-pricing__container .c-pricing__wrapper.c-monthly__fee .c-pricing__wrapperContent > ul > li:nth-child(even) > dl {
  position: relative;
}
body.artCollege-top .p-pricing .c-pricing__wrapperOuter .c-section__content .c-pricing__container .c-pricing__wrapper.c-monthly__fee .c-pricing__wrapperContent > ul > li:nth-child(even) > dl > dt {
  position: absolute;
  top: -29px;
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-pricing .c-pricing__wrapperOuter .c-section__content .c-pricing__container .c-pricing__wrapper.c-monthly__fee .c-pricing__wrapperContent > ul > li:nth-child(even) > dl > dt {
    top: -18px;
  }
}
body.artCollege-top .p-pricing .c-pricing__wrapperOuter .c-section__content .c-pricing__container .c-pricing__wrapper.c-monthly__fee .c-pricing__wrapperContent > ul > li:nth-child(even) > dl > dd {
  position: absolute;
  top: 130px;
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-pricing .c-pricing__wrapperOuter .c-section__content .c-pricing__container .c-pricing__wrapper.c-monthly__fee .c-pricing__wrapperContent > ul > li:nth-child(even) > dl > dd {
    top: 92px;
    right: -8;
  }
}
body.artCollege-top .p-pricing .c-pricing__wrapperOuter .c-section__content .c-pricing__container .c-pricing__wrapper.c-monthly__fee .c-pricing__wrapperContent .c-arrow__down {
  position: relative;
  width: 15px;
  margin: 0 auto;
  padding: 0px 0 7px 0;
}
body.artCollege-top .p-pricing .c-pricing__wrapperOuter .c-section__content .c-pricing__container .c-pricing__wrapper.c-monthly__fee .c-pricing__wrapperContent .c-arrow__down > span::before {
  content: "";
  position: absolute;
  bottom: 28px;
  left: -2px;
  display: block;
  width: 14px;
  height: 5px;
  background-color: #4b9;
  border-radius: 25px;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-pricing .c-pricing__wrapperOuter .c-section__content .c-pricing__container .c-pricing__wrapper.c-monthly__fee .c-pricing__wrapperContent .c-arrow__down > span::before {
    width: 12px;
    height: 4px;
    bottom: 26px;
    left: -2px;
  }
}
body.artCollege-top .p-pricing .c-pricing__wrapperOuter .c-section__content .c-pricing__container .c-pricing__wrapper.c-monthly__fee .c-pricing__wrapperContent .c-arrow__down > span::after {
  content: "";
  position: absolute;
  bottom: 28px;
  left: 5px;
  display: block;
  width: 14px;
  height: 5px;
  background-color: #4b9;
  border-radius: 25px;
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-pricing .c-pricing__wrapperOuter .c-section__content .c-pricing__container .c-pricing__wrapper.c-monthly__fee .c-pricing__wrapperContent .c-arrow__down > span::after {
    width: 12px;
    height: 4px;
    bottom: 26px;
    left: 4px;
  }
}
body.artCollege-top .p-pricing .c-pricing__wrapperOuter .c-section__content .c-pricing__container .c-pricing__wrapper.c-monthly__fee .c-pricing__wrapperContent > h2 {
  text-align: center;
}
body.artCollege-top .p-pricing .c-pricing__wrapperOuter .c-section__content .c-pricing__container .c-pricing__wrapper.c-monthly__fee .c-pricing__wrapperContent > h2 > img.lazyloaded {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  body.artCollege-top .p-pricing .c-pricing__wrapperOuter .c-section__content .c-pricing__container .c-pricing__wrapper.c-monthly__fee .c-pricing__wrapperContent > h2 > img.lazyloaded {
    width: 277.2px;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-pricing .c-pricing__wrapperOuter .c-section__content .c-pricing__container .c-pricing__wrapper.c-monthly__fee .c-pricing__wrapperContent > h2 > img.lazyloaded {
    width: 130.6px;
    margin-top: -7px;
  }
}
body.artCollege-top .p-pricing .c-pricing__wrapperOuter .c-section__content .c-pricing__container .c-pricing__wrapper.c-monthly__fee .c-pricing__wrapperContent .c-table__wrapper {
  padding: 21px 16px 16px;
}
body.artCollege-top .p-pricing .c-pricing__wrapperOuter .c-section__content .c-pricing__container .c-pricing__wrapper.c-monthly__fee .c-pricing__wrapperContent .c-table__wrapper > table {
  border-radius: 20px;
  border-spacing: 0;
  border-collapse: separate;
  overflow: hidden;
}
body.artCollege-top .p-pricing .c-pricing__wrapperOuter .c-section__content .c-pricing__container .c-pricing__wrapper.c-monthly__fee .c-pricing__wrapperContent .c-table__wrapper > table > thead > tr {
  background-color: #eee;
}
body.artCollege-top .p-pricing .c-pricing__wrapperOuter .c-section__content .c-pricing__container .c-pricing__wrapper.c-monthly__fee .c-pricing__wrapperContent .c-table__wrapper > table > thead > tr > th {
  padding: 9px 0px 10px 9px;
  color: #777;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-pricing .c-pricing__wrapperOuter .c-section__content .c-pricing__container .c-pricing__wrapper.c-monthly__fee .c-pricing__wrapperContent .c-table__wrapper > table > thead > tr > th {
    padding: 5px 9px;
    font-size: 10px;
    border-right: 1px solid #ddd;
  }
}
body.artCollege-top .p-pricing .c-pricing__wrapperOuter .c-section__content .c-pricing__container .c-pricing__wrapper.c-monthly__fee .c-pricing__wrapperContent .c-table__wrapper > table > thead > tr > th:nth-child(1) {
  width: 50%;
  border-top-left-radius: 20px;
  border: 1px solid #ddd;
  border-right: none;
}
body.artCollege-top .p-pricing .c-pricing__wrapperOuter .c-section__content .c-pricing__container .c-pricing__wrapper.c-monthly__fee .c-pricing__wrapperContent .c-table__wrapper > table > thead > tr > th:nth-child(2) {
  width: 50%;
  border-top-right-radius: 20px;
  border: 1px solid #ddd;
}
body.artCollege-top .p-pricing .c-pricing__wrapperOuter .c-section__content .c-pricing__container .c-pricing__wrapper.c-monthly__fee .c-pricing__wrapperContent .c-table__wrapper > table > thead > tr > th .c-table__head {
  margin-left: 45px;
  color: #777;
  font-size: 14px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-pricing .c-pricing__wrapperOuter .c-section__content .c-pricing__container .c-pricing__wrapper.c-monthly__fee .c-pricing__wrapperContent .c-table__wrapper > table > thead > tr > th .c-table__head {
    font-size: 10px;
  }
}
body.artCollege-top .p-pricing .c-pricing__wrapperOuter .c-section__content .c-pricing__container .c-pricing__wrapper.c-monthly__fee .c-pricing__wrapperContent .c-table__wrapper > table > thead > tr > th > span {
  margin-left: 10px;
  margin-bottom: 1px;
  font-family: "Hiragino Kaku Gothic Pro";
  font-size: 10px;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-pricing .c-pricing__wrapperOuter .c-section__content .c-pricing__container .c-pricing__wrapper.c-monthly__fee .c-pricing__wrapperContent .c-table__wrapper > table > thead > tr > th > span {
    margin-left: 10px;
    margin-bottom: 1px;
    font-size: 7px;
  }
}
body.artCollege-top .p-pricing .c-pricing__wrapperOuter .c-section__content .c-pricing__container .c-pricing__wrapper.c-monthly__fee .c-pricing__wrapperContent .c-table__wrapper > table > tbody > tr > td {
  position: relative;
  padding: 9px 1px 9px 14px;
  color: #777;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-pricing .c-pricing__wrapperOuter .c-section__content .c-pricing__container .c-pricing__wrapper.c-monthly__fee .c-pricing__wrapperContent .c-table__wrapper > table > tbody > tr > td {
    padding: 7px 9px;
    font-size: 9px;
  }
}
body.artCollege-top .p-pricing .c-pricing__wrapperOuter .c-section__content .c-pricing__container .c-pricing__wrapper.c-monthly__fee .c-pricing__wrapperContent .c-table__wrapper > table > tbody > tr > td:nth-child(1) {
  width: 50%;
  border-right: none;
  letter-spacing: 2px;
}
body.artCollege-top .p-pricing .c-pricing__wrapperOuter .c-section__content .c-pricing__container .c-pricing__wrapper.c-monthly__fee .c-pricing__wrapperContent .c-table__wrapper > table > tbody > tr > td:nth-child(2) {
  width: 50%;
  letter-spacing: 2px;
}
@media screen and (min-width: 768px) {
  body.artCollege-top .p-pricing .c-pricing__wrapperOuter .c-section__content .c-pricing__container .c-pricing__wrapper.c-monthly__fee .c-pricing__wrapperContent .c-table__wrapper > table > tbody > tr > td .u-pl {
    padding-left: 0.8em;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-pricing .c-pricing__wrapperOuter .c-section__content .c-pricing__container .c-pricing__wrapper.c-monthly__fee .c-pricing__wrapperContent .c-table__wrapper > table > tbody > tr > td .u-pl {
    padding-left: 1em;
  }
}
body.artCollege-top .p-pricing .c-pricing__wrapperOuter .c-section__content .c-pricing__container .c-pricing__wrapper.c-monthly__fee .c-pricing__wrapperContent .c-table__wrapper > table > tbody > tr > td > span > img {
  position: absolute;
  top: 6px;
  right: 5px;
}
@media screen and (min-width: 768px) {
  body.artCollege-top .p-pricing .c-pricing__wrapperOuter .c-section__content .c-pricing__container .c-pricing__wrapper.c-monthly__fee .c-pricing__wrapperContent .c-table__wrapper > table > tbody > tr > td > span > img.lazyloaded {
    width: 60px;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-pricing .c-pricing__wrapperOuter .c-section__content .c-pricing__container .c-pricing__wrapper.c-monthly__fee .c-pricing__wrapperContent .c-table__wrapper > table > tbody > tr > td > span > img.lazyloaded {
    width: 41px;
  }
}
body.artCollege-top .p-pricing .c-pricing__wrapperOuter .c-section__content .c-pricing__container .c-pricing__wrapper.c-monthly__fee .c-pricing__wrapperContent .c-table__wrapper > table > tbody > tr:last-child > td:first-child {
  border-bottom: 1px solid #ddd;
  border-bottom-left-radius: 20px;
}
body.artCollege-top .p-pricing .c-pricing__wrapperOuter .c-section__content .c-pricing__container .c-pricing__wrapper.c-monthly__fee .c-pricing__wrapperContent .c-table__wrapper > table > tbody > tr:last-child > td:last-child {
  border-bottom: 1px solid #ddd;
  border-bottom-right-radius: 20px;
}
body.artCollege-top .p-line-wrap {
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  body.artCollege-top .p-line-wrap .steps_cnt {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  body.artCollege-top .p-line-wrap h1 > img {
    width: 596px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-line-wrap h1 > img {
    width: 88%;
    margin: 0 auto 15px;
  }
}
@media screen and (min-width: 768px) {
  body.artCollege-top .p-line-wrap .lineup-wrap.lazyloaded {
    background-image: url("/art-college/assets/img/art-college-img-new-43.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: 384px;
    padding-top: 66px;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-line-wrap .lineup-wrap.lazyloaded {
    background-image: url("/art-college/assets/img/art-college-img-new-66.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: 62.1vw;
    padding-top: 14vw;
    margin-top: -55px;
  }
}
body.artCollege-top .p-line-wrap .lineup-wrap.lazyloaded .odd {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  body.artCollege-top .p-line-wrap .lineup-wrap.lazyloaded .lineup li {
    width: 250px;
    margin-left: -5px;
    margin-right: -5px;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-line-wrap .lineup-wrap.lazyloaded .lineup li {
    width: 37.3vw;
    margin-left: -5px;
    margin-right: -5px;
  }
}
body.artCollege-top .p-line-wrap .c-section__content_1 {
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  body.artCollege-top .p-line-wrap .c-section__content_1 {
    background-position: 18% 180%;
    height: 610px;
    max-width: 1000px;
    margin-right: 0;
  }
  body.artCollege-top .p-line-wrap .c-section__content_1.lazyloaded {
    background-image: url("/art-college/assets/img/art-college-img-new-45.png");
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-line-wrap .c-section__content_1 {
    background-position: 0 125%;
    height: 100%;
    background-size: 91%;
  }
  body.artCollege-top .p-line-wrap .c-section__content_1.lazyloaded {
    background-image: url("/art-college/assets/img/art-college-img-new-45_sp.png");
  }
}
@media screen and (min-width: 768px) {
  body.artCollege-top .p-line-wrap .c-section__content_1 > h1 {
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  body.artCollege-top .p-line-wrap .c-section__content_1 > h1 > img {
    max-width: 866px;
    width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-line-wrap .c-section__content_1 > h1 > img {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  body.artCollege-top .p-line-wrap .c-section__content_1 > p {
    margin-top: -28px;
    margin-left: -202px;
    font-size: 20px;
    letter-spacing: 0.1em;
    line-height: 1.2;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-line-wrap .c-section__content_1 > p {
    margin-top: -2vw;
    margin-left: 30vw;
    font-size: 3.2vw;
    line-height: 1.2;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  body.artCollege-top .p-line-wrap .c-section__content_1 > figure {
    width: 100%;
    margin-top: 12px;
    margin-left: 0;
  }
  body.artCollege-top .p-line-wrap .c-section__content_1 > figure img {
    max-width: 641px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    margin-left: -104px;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-line-wrap .c-section__content_1 > figure {
    width: 95%;
    margin: 27px auto 0;
  }
}
@media screen and (max-width: 1000px) and (min-width: 901px) {
  body.artCollege-top .p-line-wrap .c-section__content_1 > figure img {
    margin-left: -11%;
  }
}
@media screen and (max-width: 900px) and (min-width: 768px) {
  body.artCollege-top .p-line-wrap .c-section__content_1 > figure img {
    margin-left: -6%;
  }
}
body.artCollege-top .p-line-wrap .c-section__content_2 {
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  body.artCollege-top .p-line-wrap .c-section__content_2 {
    margin: -83px auto 0;
    background-position: 88% 166%;
    height: 500px;
    max-width: 1000px;
    margin-right: 0;
  }
  body.artCollege-top .p-line-wrap .c-section__content_2.lazyloaded {
    background-image: url("/art-college/assets/img/art-college-img-new-48.png");
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-line-wrap .c-section__content_2 {
    background-position: 82% 71%;
    height: 100%;
    background-size: 108%;
  }
  body.artCollege-top .p-line-wrap .c-section__content_2.lazyloaded {
    background-image: url("/art-college/assets/img/art-college-img-new-48_sp.png");
  }
}
@media screen and (min-width: 768px) {
  body.artCollege-top .p-line-wrap .c-section__content_2 > h1 {
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1150px) and (min-width: 768px) {
  body.artCollege-top .p-line-wrap .c-section__content_2 > h1 {
    max-width: 1000px;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  body.artCollege-top .p-line-wrap .c-section__content_2 > h1 > img {
    max-width: 687px;
    width: 100%;
    margin-top: 25px;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-line-wrap .c-section__content_2 > h1 > img {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  body.artCollege-top .p-line-wrap .c-section__content_2 > h1 .c-s_cnt {
    margin-top: -28px;
    font-size: 20px;
    letter-spacing: 0.1em;
    line-height: 1.2;
    text-align: center;
    margin-right: -263px;
    font-weight: 400;
  }
}
@media screen and (max-width: 880px) and (min-width: 768px) {
  body.artCollege-top .p-line-wrap .c-section__content_2 > h1 .c-s_cnt {
    margin-right: 5vw;
  }
}
@media screen and (max-width: 1000px) and (min-width: 880px) {
  body.artCollege-top .p-line-wrap .c-section__content_2 > h1 .c-s_cnt {
    margin-right: -11vw;
  }
}
@media screen and (max-width: 1150px) and (min-width: 1001px) {
  body.artCollege-top .p-line-wrap .c-section__content_2 > h1 .c-s_cnt {
    margin-left: 10vw;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-line-wrap .c-section__content_2 > p {
    margin-top: -22px;
    margin-left: 4.5vw;
    font-size: 3.2vw;
    line-height: 1.2;
  }
}
@media screen and (min-width: 768px) {
  body.artCollege-top .p-line-wrap .c-section__content_2 > figure {
    width: 100%;
    margin-top: 34px;
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) {
  body.artCollege-top .p-line-wrap .c-section__content_2 > figure img {
    max-width: 725px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    margin-left: 43px;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-line-wrap .c-section__content_2 > figure img {
    width: 95%;
    margin-left: 6vw;
    margin-top: 30px;
  }
}
@media screen and (max-width: 1000px) and (min-width: 901px) {
  body.artCollege-top .p-line-wrap .c-section__content_2 > figure img {
    margin-left: 4%;
  }
}
@media screen and (max-width: 900px) and (min-width: 768px) {
  body.artCollege-top .p-line-wrap .c-section__content_2 > figure img {
    margin-left: -6%;
  }
}
body.artCollege-top .p-line-wrap .c-section__content_3 {
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  body.artCollege-top .p-line-wrap .c-section__content_3 {
    margin: 0 auto;
    background-position: 21% 108%;
    height: 477px;
  }
  body.artCollege-top .p-line-wrap .c-section__content_3.lazyloaded {
    background-image: url(/art-college/assets/img/art-college-img-new-50.png);
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-line-wrap .c-section__content_3 {
    background-position: 0 100%;
    height: 100%;
    background-size: 97%;
  }
  body.artCollege-top .p-line-wrap .c-section__content_3.lazyloaded {
    background-image: url("/art-college/assets/img/art-college-img-new-50_sp.png");
  }
}
@media screen and (min-width: 768px) {
  body.artCollege-top .p-line-wrap .c-section__content_3 {
    max-width: 1000px;
    margin-left: 0;
    margin-top: -30px;
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-line-wrap .c-section__content_3 {
    margin-top: -38px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  body.artCollege-top .p-line-wrap .c-section__content_3 > h1 {
    width: 100%;
    margin: 20px auto 0;
  }
}
@media screen and (min-width: 768px) {
  body.artCollege-top .p-line-wrap .c-section__content_3 > h1 > img {
    width: 100%;
    max-width: 1007px;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-line-wrap .c-section__content_3 > h1 > img {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  body.artCollege-top .p-line-wrap .c-section__content_3 > h1 .c-s_cnt_3 {
    margin-top: -33px;
    margin-left: 170px;
    font-size: 20px;
    letter-spacing: 0.1em;
    line-height: 1.2;
    text-align: justify;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-line-wrap .c-section__content_3 > p {
    margin-top: -12px;
    margin-left: 32vw;
    font-size: 3.2vw;
    letter-spacing: -0.05em;
    line-height: 1.2;
  }
}
@media screen and (min-width: 768px) {
  body.artCollege-top .p-line-wrap .c-section__content_3 > figure {
    position: absolute;
    width: 729px;
    left: 50%;
    transform: translate(-50%, 0);
    margin-left: -62px;
    display: flex;
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-line-wrap .c-section__content_3 > figure {
    width: 90%;
    margin: 10px auto 0;
  }
}
@media screen and (max-width: 1000px) and (min-width: 901px) {
  body.artCollege-top .p-line-wrap .c-section__content_3 > figure {
    margin-left: -6%;
  }
}
@media screen and (max-width: 900px) and (min-width: 768px) {
  body.artCollege-top .p-line-wrap .c-section__content_3 > figure {
    margin-left: -1%;
  }
}
body.artCollege-top .p-studio .c-studio__wrapper {
  padding: 0 20px;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  body.artCollege-top .p-studio .c-studio__wrapper.lazyloaded {
    background-image: url("/art-college/assets/img/studio-bg.svg");
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-studio .c-studio__wrapper.lazyloaded {
    background-image: url("/art-college/assets/img/studio-bg-sp.svg");
  }
}
@media screen and (min-width: 768px) {
  body.artCollege-top .p-studio .c-studio__wrapper {
    background-position: 55.5% 35.8%;
    background-size: 55%;
    padding-bottom: 44px;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-studio .c-studio__wrapper {
    padding: 0 22px 0 23px;
    background-position: 26% -23%;
    background-size: 114%;
  }
}
body.artCollege-top .p-studio .c-studio__wrapper .c-section__content {
  padding: 19px 0 102px;
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-studio .c-studio__wrapper .c-section__content {
    padding: 16px 0 60px;
  }
}
body.artCollege-top .p-studio .c-studio__wrapper .c-section__content .c-section__head > h1 {
  text-align: center;
}
@media screen and (min-width: 768px) {
  body.artCollege-top .p-studio .c-studio__wrapper .c-section__content .c-section__head > h1 > img {
    max-width: 520px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    top: 4px;
    left: -5px;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-studio .c-studio__wrapper .c-section__content .c-section__head > h1 > img {
    max-width: 288.78px;
    width: 100%;
    margin: 0 auto;
  }
}
body.artCollege-top .p-studio .c-studio__wrapper .c-section__content .c-section__head > p {
  color: #777;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  body.artCollege-top .p-studio .c-studio__wrapper .c-section__content .c-section__head > p {
    margin-top: 18px;
    margin-left: 9px;
    font-size: 18px;
    letter-spacing: 0.23em;
    line-height: 1.7;
    text-align: center;
  }
  body.artCollege-top .p-studio .c-studio__wrapper .c-section__content .c-section__head > p > br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-studio .c-studio__wrapper .c-section__content .c-section__head > p {
    margin-top: 25px;
    padding: 0;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 1.5;
    text-align: center;
  }
}
body.artCollege-top .p-studio .c-studio__wrapper .c-section__content .c-section__innerContent {
  margin-top: 55px;
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-studio .c-studio__wrapper .c-section__content .c-section__innerContent {
    margin-top: 24px;
  }
}
body.artCollege-top .p-studio .c-studio__wrapper .c-section__content .c-section__innerContent .c-accordion .c-accordion__item {
  background-color: #fff;
  border-radius: 30px;
  border: 1px #ddd solid;
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-studio .c-studio__wrapper .c-section__content .c-section__innerContent .c-accordion .c-accordion__item {
    border-radius: 16px;
  }
}
body.artCollege-top .p-studio .c-studio__wrapper .c-section__content .c-section__innerContent .c-accordion .c-accordion__item:not(:nth-child(1)) {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-studio .c-studio__wrapper .c-section__content .c-section__innerContent .c-accordion .c-accordion__item:not(:nth-child(1)) {
    margin-top: 9px;
  }
}
body.artCollege-top .p-studio .c-studio__wrapper .c-section__content .c-section__innerContent .c-accordion .c-accordion__item.kanto .c-accordion__innerItem.tokyo .c-accordion__areaContentItem:nth-child(1) > a > dl > dt.lazyloaded {
  background-image: url("/art-college/assets/img/studio-img-01.jpg");
}
body.artCollege-top .p-studio .c-studio__wrapper .c-section__content .c-section__innerContent .c-accordion .c-accordion__item.kanto .c-accordion__innerItem.tokyo .c-accordion__areaContentItem:nth-child(2) > a > dl > dt.lazyloaded {
  background-image: url("/art-college/assets/img/studio-img-02.jpg");
}
body.artCollege-top .p-studio .c-studio__wrapper .c-section__content .c-section__innerContent .c-accordion .c-accordion__item.kanto .c-accordion__innerItem.tokyo .c-accordion__areaContentItem:nth-child(3) > a > dl > dt.lazyloaded {
  background-image: url("/art-college/assets/img/studio-img-03.jpg");
}
body.artCollege-top .p-studio .c-studio__wrapper .c-section__content .c-section__innerContent .c-accordion .c-accordion__item.kanto .c-accordion__innerItem.tokyo .c-accordion__areaContentItem:nth-child(4) > a > dl > dt.lazyloaded {
  background-image: url("/art-college/assets/img/studio-img-04.jpg");
}
body.artCollege-top .p-studio .c-studio__wrapper .c-section__content .c-section__innerContent .c-accordion .c-accordion__item.kanto .c-accordion__innerItem.tokyo .c-accordion__areaContentItem:nth-child(5) > a > dl > dt.lazyloaded {
  background-image: url("/art-college/assets/img/studio-img-05.jpg");
}
body.artCollege-top .p-studio .c-studio__wrapper .c-section__content .c-section__innerContent .c-accordion .c-accordion__item.kanto .c-accordion__innerItem.tokyo .c-accordion__areaContentItem:nth-child(6) > a > dl > dt.lazyloaded {
  background-image: url("/art-college/assets/img/studio-img-06.jpg");
}
body.artCollege-top .p-studio .c-studio__wrapper .c-section__content .c-section__innerContent .c-accordion .c-accordion__item.kanto .c-accordion__innerItem.tokyo .c-accordion__areaContentItem:nth-child(7) > a > dl > dt.lazyloaded {
  background-image: url("/art-college/assets/img/studio-img-07.jpg");
}
body.artCollege-top .p-studio .c-studio__wrapper .c-section__content .c-section__innerContent .c-accordion .c-accordion__item.kanto .c-accordion__innerItem.tokyo .c-accordion__areaContentItem:nth-child(8) > a > dl > dt.lazyloaded {
  background-image: url("/art-college/assets/img/studio-img-08.jpg");
}
body.artCollege-top .p-studio .c-studio__wrapper .c-section__content .c-section__innerContent .c-accordion .c-accordion__item.kanto .c-accordion__innerItem.tokyo .c-accordion__areaContentItem:nth-child(9) > a > dl > dt.lazyloaded {
  background-image: url("/art-college/assets/img/studio-img-09.jpg");
}
body.artCollege-top .p-studio .c-studio__wrapper .c-section__content .c-section__innerContent .c-accordion .c-accordion__item.kanto .c-accordion__innerItem.tokyo .c-accordion__areaContentItem:nth-child(10) > a > dl > dt.lazyloaded {
  background-image: url("/art-college/assets/img/studio-img-10.jpg");
}
body.artCollege-top .p-studio .c-studio__wrapper .c-section__content .c-section__innerContent .c-accordion .c-accordion__item.kanto .c-accordion__innerItem.tokyo .c-accordion__areaContentItem:nth-child(11) > a > dl > dt.lazyloaded {
  background-image: url("/art-college/assets/img/studio-img-11.jpg");
}
body.artCollege-top .p-studio .c-studio__wrapper .c-section__content .c-section__innerContent .c-accordion .c-accordion__item.chubu .c-accordion__innerItem .c-accordion__areaContentItem:nth-child(1) > a > dl > dt.lazyloaded {
  background-image: url("/art-college/assets/img/studio-img-12.jpg");
}
body.artCollege-top .p-studio .c-studio__wrapper .c-section__content .c-section__innerContent .c-accordion .c-accordion__item.kansai .c-accordion__innerItem .c-accordion__areaContentItem:nth-child(1) > a > dl > dt.lazyloaded {
  background-image: url("/art-college/assets/img/studio-img-01.jpg");
}
body.artCollege-top .p-studio .c-studio__wrapper .c-section__content .c-section__innerContent .c-accordion .c-accordion__item.kansai .c-accordion__innerItem .c-accordion__areaContentItem:nth-child(2) > a > dl > dt.lazyloaded {
  background-image: url("/art-college/assets/img/studio-img-02.jpg");
}
body.artCollege-top .p-studio .c-studio__wrapper .c-section__content .c-section__innerContent .c-accordion .c-accordion__item.hokkaido .c-accordion__innerItem .c-accordion__areaContentItem:nth-child(1) > a > dl > dt.lazyloaded {
  background-image: url("/art-college/assets/img/studio-img-01.jpg");
}
body.artCollege-top .p-studio .c-studio__wrapper .c-section__content .c-section__innerContent .c-accordion .c-accordion__item .c-accordion__toggle {
  position: relative;
  width: 100%;
  color: #777;
  font-size: 30px;
  font-weight: bold;
  font-family: "Roboto";
  letter-spacing: 0.1em;
  padding: 27px 20px;
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
body.artCollege-top .p-studio .c-studio__wrapper .c-section__content .c-section__innerContent .c-accordion .c-accordion__item .c-accordion__toggle:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-studio .c-studio__wrapper .c-section__content .c-section__innerContent .c-accordion .c-accordion__item .c-accordion__toggle {
    font-size: 14px;
    padding: 16px 17px;
  }
}
body.artCollege-top .p-studio .c-studio__wrapper .c-section__content .c-section__innerContent .c-accordion .c-accordion__item .c-accordion__toggle .c-accordion__text {
  color: #d7b;
}
body.artCollege-top .p-studio .c-studio__wrapper .c-section__content .c-section__innerContent .c-accordion .c-accordion__item .c-accordion__toggle .c-accordion__icon {
  position: absolute;
  top: 19px;
  right: 19px;
  width: 60px;
  height: 60px;
  border-radius: 100px;
  background-color: #e96;
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-studio .c-studio__wrapper .c-section__content .c-section__innerContent .c-accordion .c-accordion__item .c-accordion__toggle .c-accordion__icon {
    top: 12px;
    right: 10px;
    width: 27px;
    height: 27px;
  }
}
body.artCollege-top .p-studio .c-studio__wrapper .c-section__content .c-section__innerContent .c-accordion .c-accordion__item .c-accordion__toggle .c-accordion__icon::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 27px;
  width: 6px;
  height: 30px;
  background-color: #fff;
  border-radius: 25px;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-studio .c-studio__wrapper .c-section__content .c-section__innerContent .c-accordion .c-accordion__item .c-accordion__toggle .c-accordion__icon::before {
    top: 7px;
    left: 13px;
    width: 2px;
    height: 13px;
  }
}
body.artCollege-top .p-studio .c-studio__wrapper .c-section__content .c-section__innerContent .c-accordion .c-accordion__item .c-accordion__toggle .c-accordion__icon::after {
  content: "";
  position: absolute;
  top: 15px;
  left: 27px;
  width: 6px;
  height: 30px;
  background-color: #fff;
  border-radius: 25px;
  transform: rotate(90deg);
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-studio .c-studio__wrapper .c-section__content .c-section__innerContent .c-accordion .c-accordion__item .c-accordion__toggle .c-accordion__icon::after {
    top: 7px;
    left: 13px;
    width: 2px;
    height: 13px;
  }
}
body.artCollege-top .p-studio .c-studio__wrapper .c-section__content .c-section__innerContent .c-accordion .c-accordion__item .c-accordion__toggle.has-show .c-accordion__icon::before {
  opacity: 0;
}
body.artCollege-top .p-studio .c-studio__wrapper .c-section__content .c-section__innerContent .c-accordion .c-accordion__item .c-accordion__inner {
  display: none;
}
body.artCollege-top .p-studio .c-studio__wrapper .c-section__content .c-section__innerContent .c-accordion .c-accordion__item .c-accordion__inner .c-accordion__innerItem .c-accordion__toggle {
  position: relative;
  width: 100%;
  padding: 20px;
  color: #777;
  font-size: 24px;
  font-weight: bold;
  font-family: "Roboto";
  letter-spacing: 0.1em;
  border-top: 1px #ddd solid;
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
body.artCollege-top .p-studio .c-studio__wrapper .c-section__content .c-section__innerContent .c-accordion .c-accordion__item .c-accordion__inner .c-accordion__innerItem .c-accordion__toggle:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-studio .c-studio__wrapper .c-section__content .c-section__innerContent .c-accordion .c-accordion__item .c-accordion__inner .c-accordion__innerItem .c-accordion__toggle {
    padding: 12px 17px;
    font-size: 12px;
  }
}
body.artCollege-top .p-studio .c-studio__wrapper .c-section__content .c-section__innerContent .c-accordion .c-accordion__item .c-accordion__inner .c-accordion__innerItem .c-accordion__toggle .c-accordion__icon {
  position: absolute;
  top: 18px;
  right: 29px;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  background-color: #e96;
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-studio .c-studio__wrapper .c-section__content .c-section__innerContent .c-accordion .c-accordion__item .c-accordion__inner .c-accordion__innerItem .c-accordion__toggle .c-accordion__icon {
    top: 12px;
    right: 14px;
    width: 18px;
    height: 18px;
  }
}
body.artCollege-top .p-studio .c-studio__wrapper .c-section__content .c-section__innerContent .c-accordion .c-accordion__item .c-accordion__inner .c-accordion__innerItem .c-accordion__toggle .c-accordion__icon::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 18px;
  width: 4px;
  height: 18px;
  background-color: #fff;
  border-radius: 25px;
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-studio .c-studio__wrapper .c-section__content .c-section__innerContent .c-accordion .c-accordion__item .c-accordion__inner .c-accordion__innerItem .c-accordion__toggle .c-accordion__icon::before {
    top: 5px;
    left: 8px;
    width: 2px;
    height: 8px;
  }
}
body.artCollege-top .p-studio .c-studio__wrapper .c-section__content .c-section__innerContent .c-accordion .c-accordion__item .c-accordion__inner .c-accordion__innerItem .c-accordion__toggle .c-accordion__icon::after {
  content: "";
  position: absolute;
  top: 11px;
  left: 18px;
  width: 4px;
  height: 18px;
  background-color: #fff;
  border-radius: 25px;
  transform: rotate(90deg);
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-studio .c-studio__wrapper .c-section__content .c-section__innerContent .c-accordion .c-accordion__item .c-accordion__inner .c-accordion__innerItem .c-accordion__toggle .c-accordion__icon::after {
    top: 5px;
    left: 8px;
    width: 2px;
    height: 8px;
  }
}
body.artCollege-top .p-studio .c-studio__wrapper .c-section__content .c-section__innerContent .c-accordion .c-accordion__item .c-accordion__inner .c-accordion__innerItem .c-accordion__inner {
  padding: 20px;
  border-top: 1px #ddd solid;
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-studio .c-studio__wrapper .c-section__content .c-section__innerContent .c-accordion .c-accordion__item .c-accordion__inner .c-accordion__innerItem .c-accordion__inner {
    padding: 0;
  }
}
body.artCollege-top .p-studio .c-studio__wrapper .c-section__content .c-section__innerContent .c-accordion .c-accordion__item .c-accordion__inner .c-accordion__innerItem .c-accordion__inner .c-accordion__areaContentList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-studio .c-studio__wrapper .c-section__content .c-section__innerContent .c-accordion .c-accordion__item .c-accordion__inner .c-accordion__innerItem .c-accordion__inner .c-accordion__areaContentList {
    margin-bottom: -1px;
  }
}
@media screen and (min-width: 768px) {
  body.artCollege-top .p-studio .c-studio__wrapper .c-section__content .c-section__innerContent .c-accordion .c-accordion__item .c-accordion__inner .c-accordion__innerItem .c-accordion__inner .c-accordion__areaContentList .c-accordion__areaContentItem {
    width: 306px;
    height: 100px;
    margin: 10px 6px;
    border-radius: 20px;
    border: 1px #ddd solid;
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-studio .c-studio__wrapper .c-section__content .c-section__innerContent .c-accordion .c-accordion__item .c-accordion__inner .c-accordion__innerItem .c-accordion__inner .c-accordion__areaContentList .c-accordion__areaContentItem {
    margin: 0;
    width: 100%;
    height: 60px;
    border-radius: 0;
    border-bottom: 1px #ddd solid;
  }
}
body.artCollege-top .p-studio .c-studio__wrapper .c-section__content .c-section__innerContent .c-accordion .c-accordion__item .c-accordion__inner .c-accordion__innerItem .c-accordion__inner .c-accordion__areaContentList .c-accordion__areaContentItem:last-child {
  border-bottom: none !important;
}
body.artCollege-top .p-studio .c-studio__wrapper .c-section__content .c-section__innerContent .c-accordion .c-accordion__item .c-accordion__inner .c-accordion__innerItem .c-accordion__inner .c-accordion__areaContentList .c-accordion__areaContentItem > a {
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
body.artCollege-top .p-studio .c-studio__wrapper .c-section__content .c-section__innerContent .c-accordion .c-accordion__item .c-accordion__inner .c-accordion__innerItem .c-accordion__inner .c-accordion__areaContentList .c-accordion__areaContentItem > a:hover {
  opacity: 0.7;
}
body.artCollege-top .p-studio .c-studio__wrapper .c-section__content .c-section__innerContent .c-accordion .c-accordion__item .c-accordion__inner .c-accordion__innerItem .c-accordion__inner .c-accordion__areaContentList .c-accordion__areaContentItem > a > dl {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body.artCollege-top .p-studio .c-studio__wrapper .c-section__content .c-section__innerContent .c-accordion .c-accordion__item .c-accordion__inner .c-accordion__innerItem .c-accordion__inner .c-accordion__areaContentList .c-accordion__areaContentItem > a > dl > dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100px;
  border-right: 1px #ddd solid;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-studio .c-studio__wrapper .c-section__content .c-section__innerContent .c-accordion .c-accordion__item .c-accordion__inner .c-accordion__innerItem .c-accordion__inner .c-accordion__areaContentList .c-accordion__areaContentItem > a > dl > dt {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}
body.artCollege-top .p-studio .c-studio__wrapper .c-section__content .c-section__innerContent .c-accordion .c-accordion__item .c-accordion__inner .c-accordion__innerItem .c-accordion__inner .c-accordion__areaContentList .c-accordion__areaContentItem > a > dl > dt > img {
  width: auto;
}
@media screen and (min-width: 768px) {
  body.artCollege-top .p-studio .c-studio__wrapper .c-section__content .c-section__innerContent .c-accordion .c-accordion__item .c-accordion__inner .c-accordion__innerItem .c-accordion__inner .c-accordion__areaContentList .c-accordion__areaContentItem > a > dl > dt > img {
    height: 99px;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-studio .c-studio__wrapper .c-section__content .c-section__innerContent .c-accordion .c-accordion__item .c-accordion__inner .c-accordion__innerItem .c-accordion__inner .c-accordion__areaContentList .c-accordion__areaContentItem > a > dl > dt > img {
    height: 60px;
  }
}
body.artCollege-top .p-studio .c-studio__wrapper .c-section__content .c-section__innerContent .c-accordion .c-accordion__item .c-accordion__inner .c-accordion__innerItem .c-accordion__inner .c-accordion__areaContentList .c-accordion__areaContentItem > a > dl > dd {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 10px;
}
@media screen and (min-width: 768px) {
  body.artCollege-top .p-studio .c-studio__wrapper .c-section__content .c-section__innerContent .c-accordion .c-accordion__item .c-accordion__inner .c-accordion__innerItem .c-accordion__inner .c-accordion__areaContentList .c-accordion__areaContentItem > a > dl > dd {
    width: 180px;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-studio .c-studio__wrapper .c-section__content .c-section__innerContent .c-accordion .c-accordion__item .c-accordion__inner .c-accordion__innerItem .c-accordion__inner .c-accordion__areaContentList .c-accordion__areaContentItem > a > dl > dd {
    width: 100%;
    padding-right: 15px;
  }
}
body.artCollege-top .p-studio .c-studio__wrapper .c-section__content .c-section__innerContent .c-accordion .c-accordion__item .c-accordion__inner .c-accordion__innerItem .c-accordion__inner .c-accordion__areaContentList .c-accordion__areaContentItem > a > dl > dd::before {
  content: "";
  display: block;
  position: absolute;
  top: 44px;
  right: -18px;
  width: 15px;
  height: 4px;
  background-color: #e96;
  border-radius: 100px;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-studio .c-studio__wrapper .c-section__content .c-section__innerContent .c-accordion .c-accordion__item .c-accordion__inner .c-accordion__innerItem .c-accordion__inner .c-accordion__areaContentList .c-accordion__areaContentItem > a > dl > dd::before {
    top: 25px;
    right: 16px;
    width: 10px;
    height: 2px;
  }
}
body.artCollege-top .p-studio .c-studio__wrapper .c-section__content .c-section__innerContent .c-accordion .c-accordion__item .c-accordion__inner .c-accordion__innerItem .c-accordion__inner .c-accordion__areaContentList .c-accordion__areaContentItem > a > dl > dd::after {
  content: "";
  display: block;
  position: absolute;
  top: 52px;
  right: -18px;
  width: 15px;
  height: 4px;
  background-color: #e96;
  border-radius: 100px;
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-studio .c-studio__wrapper .c-section__content .c-section__innerContent .c-accordion .c-accordion__item .c-accordion__inner .c-accordion__innerItem .c-accordion__inner .c-accordion__areaContentList .c-accordion__areaContentItem > a > dl > dd::after {
    top: 32px;
    right: 16px;
    width: 10px;
    height: 2px;
  }
}
body.artCollege-top .p-studio .c-studio__wrapper .c-section__content .c-section__innerContent .c-accordion .c-accordion__item .c-accordion__inner .c-accordion__innerItem .c-accordion__inner .c-accordion__areaContentList .c-accordion__areaContentItem > a > dl > dd .c-accordion__areaContentTitle {
  color: #777;
  font-size: 15px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-studio .c-studio__wrapper .c-section__content .c-section__innerContent .c-accordion .c-accordion__item .c-accordion__inner .c-accordion__innerItem .c-accordion__inner .c-accordion__areaContentList .c-accordion__areaContentItem > a > dl > dd .c-accordion__areaContentTitle {
    font-size: 12px;
  }
}
body.artCollege-top .p-studio .c-studio__wrapper .c-section__content .c-section__innerContent .c-accordion .c-accordion__item .c-accordion__inner .c-accordion__innerItem .c-accordion__inner .c-accordion__areaContentList .c-accordion__areaContentItem > a > dl > dd .c-accordion__areaContentLocation {
  margin-top: 10px;
  color: #666;
  font-size: 12px;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-studio .c-studio__wrapper .c-section__content .c-section__innerContent .c-accordion .c-accordion__item .c-accordion__inner .c-accordion__innerItem .c-accordion__inner .c-accordion__areaContentList .c-accordion__areaContentItem > a > dl > dd .c-accordion__areaContentLocation {
    margin-top: 3px;
    font-size: 10px;
  }
}
body.artCollege-top .p-stelam .c-stelam__wrapper {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  body.artCollege-top .p-stelam .c-stelam__wrapper.lazyloaded {
    background-image: url("/art-college/assets/img/stelam-eys-bg.jpg");
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-stelam .c-stelam__wrapper.lazyloaded {
    background-image: url("/art-college/assets/img/stelam-eys-bg-sp.jpg");
  }
}
body.artCollege-top .p-stelam .c-stelam__wrapper .l-wrapper {
  max-width: 1020px;
}
body.artCollege-top .p-stelam .c-stelam__wrapper .l-wrapper .c-section__content {
  padding: 20px 0 20px;
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-stelam .c-stelam__wrapper .l-wrapper .c-section__content {
    padding: 45px 0 29px;
  }
}
body.artCollege-top .p-stelam .c-stelam__wrapper .l-wrapper .c-section__content .c-section__head > h1 {
  text-align: center;
}
@media screen and (min-width: 768px) {
  body.artCollege-top .p-stelam .c-stelam__wrapper .l-wrapper .c-section__content .c-section__head > h1 > img {
    max-width: 282px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    top: 4px;
    left: 1px;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-stelam .c-stelam__wrapper .l-wrapper .c-section__content .c-section__head > h1 > img {
    max-width: 156.92px;
    width: 100%;
    margin: 0 auto;
  }
}
body.artCollege-top .p-stelam .c-stelam__wrapper .l-wrapper .c-section__content .c-section__head > p {
  color: #fff;
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 768px) {
  body.artCollege-top .p-stelam .c-stelam__wrapper .l-wrapper .c-section__content .c-section__head > p {
    margin-top: 21px;
    margin-left: 35px;
    font-size: 18px;
    letter-spacing: 0.21em;
    line-height: 1.7;
  }
  body.artCollege-top .p-stelam .c-stelam__wrapper .l-wrapper .c-section__content .c-section__head > p > br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-stelam .c-stelam__wrapper .l-wrapper .c-section__content .c-section__head > p {
    margin-top: 12px;
    font-size: 13px;
    letter-spacing: 0.09em;
    line-height: 1.5;
  }
}
body.artCollege-top .p-stelam .c-stelam__wrapper .l-wrapper .c-section__content .c-section__mainList {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-stelam .c-stelam__wrapper .l-wrapper .c-section__content .c-section__mainList {
    margin-top: 9px;
  }
}
body.artCollege-top .p-stelam .c-stelam__wrapper .l-wrapper .c-section__content .c-section__mainList .c-stelam__list .slick-prev {
  left: -99px;
  top: 268px;
  padding: 40px;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-stelam .c-stelam__wrapper .l-wrapper .c-section__content .c-section__mainList .c-stelam__list .slick-prev {
    left: 2px;
    top: 223px;
    padding: 17px;
  }
}
body.artCollege-top .p-stelam .c-stelam__wrapper .l-wrapper .c-section__content .c-section__mainList .c-stelam__list .slick-prev:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1234px) and (min-width: 768px) {
  body.artCollege-top .p-stelam .c-stelam__wrapper .l-wrapper .c-section__content .c-section__mainList .c-stelam__list .slick-prev {
    display: none !important;
  }
}
body.artCollege-top .p-stelam .c-stelam__wrapper .l-wrapper .c-section__content .c-section__mainList .c-stelam__list .slick-next {
  right: -99px;
  top: 268px;
  padding: 40px;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-stelam .c-stelam__wrapper .l-wrapper .c-section__content .c-section__mainList .c-stelam__list .slick-next {
    right: 2px;
    top: 223px;
    padding: 17px;
  }
}
body.artCollege-top .p-stelam .c-stelam__wrapper .l-wrapper .c-section__content .c-section__mainList .c-stelam__list .slick-next:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1234px) and (min-width: 768px) {
  body.artCollege-top .p-stelam .c-stelam__wrapper .l-wrapper .c-section__content .c-section__mainList .c-stelam__list .slick-next {
    display: none !important;
  }
}
body.artCollege-top .p-stelam .c-stelam__wrapper .l-wrapper .c-section__content .c-section__mainList .c-stelam__list .slick-prev:before,
body.artCollege-top .p-stelam .c-stelam__wrapper .l-wrapper .c-section__content .c-section__mainList .c-stelam__list .slick-next:before {
  display: none;
}
body.artCollege-top .p-stelam .c-stelam__wrapper .l-wrapper .c-section__content .c-section__mainList .c-stelam__list .slick-prev::before {
  content: "";
  position: absolute;
  left: 36px;
  top: 29px;
  display: block;
  width: 12px;
  height: 46px;
  background-color: #fff;
  border-radius: 50px;
  transform: rotate(-45deg);
  opacity: 1 !important;
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-stelam .c-stelam__wrapper .l-wrapper .c-section__content .c-section__mainList .c-stelam__list .slick-prev::before {
    left: 13px;
    top: 12px;
    width: 5px;
    height: 22px;
  }
}
body.artCollege-top .p-stelam .c-stelam__wrapper .l-wrapper .c-section__content .c-section__mainList .c-stelam__list .slick-prev::after {
  content: "";
  position: absolute;
  left: 36px;
  top: 4px;
  display: block;
  width: 12px;
  height: 46px;
  background-color: #fff;
  border-radius: 50px;
  transform: rotate(45deg);
  opacity: 1 !important;
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-stelam .c-stelam__wrapper .l-wrapper .c-section__content .c-section__mainList .c-stelam__list .slick-prev::after {
    left: 13px;
    top: 0px;
    width: 5px;
    height: 22px;
  }
}
body.artCollege-top .p-stelam .c-stelam__wrapper .l-wrapper .c-section__content .c-section__mainList .c-stelam__list .slick-next::before {
  content: "";
  position: absolute;
  right: 36px;
  top: 4px;
  display: block;
  width: 12px;
  height: 46px;
  background-color: #fff;
  border-radius: 50px;
  transform: rotate(-45deg);
  opacity: 1 !important;
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-stelam .c-stelam__wrapper .l-wrapper .c-section__content .c-section__mainList .c-stelam__list .slick-next::before {
    right: 13px;
    top: 0px;
    display: block;
    width: 5px;
    height: 22px;
  }
}
body.artCollege-top .p-stelam .c-stelam__wrapper .l-wrapper .c-section__content .c-section__mainList .c-stelam__list .slick-next::after {
  content: "";
  position: absolute;
  right: 36px;
  top: 29px;
  display: block;
  width: 12px;
  height: 46px;
  background-color: #fff;
  border-radius: 50px;
  transform: rotate(45deg);
  opacity: 1 !important;
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-stelam .c-stelam__wrapper .l-wrapper .c-section__content .c-section__mainList .c-stelam__list .slick-next::after {
    right: 13px;
    top: 12px;
    display: block;
    width: 5px;
    height: 22px;
  }
}
body.artCollege-top .p-stelam .c-stelam__wrapper .l-wrapper .c-section__content .c-section__mainList .c-stelam__list .c-stelam__item {
  margin: 20px;
  padding: 20px;
  background-color: #fff;
  border-radius: 30px;
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-stelam .c-stelam__wrapper .l-wrapper .c-section__content .c-section__mainList .c-stelam__list .c-stelam__item {
    padding: 0;
    margin: 10px 37px;
    border-radius: unset;
  }
}
@media screen and (min-width: 768px) {
  body.artCollege-top .p-stelam .c-stelam__wrapper .l-wrapper .c-section__content .c-section__mainList .c-stelam__list .c-stelam__item > img {
    border-radius: 30px;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-stelam .c-stelam__wrapper .l-wrapper .c-section__content .c-section__mainList .c-stelam__list .c-stelam__item > img {
    height: 52vw;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-stelam .c-stelam__wrapper .l-wrapper .c-section__content .c-section__mainList .c-stelam__list .c-stelam__item > .stelam_item_img {
    padding: 25px 21px 29px;
  }
  body.artCollege-top .p-stelam .c-stelam__wrapper .l-wrapper .c-section__content .c-section__mainList .c-stelam__list .c-stelam__item > .stelam_item_img p:nth-child(1) {
    text-align: center;
    font-size: 22px;
    font-weight: 500;
  }
  body.artCollege-top .p-stelam .c-stelam__wrapper .l-wrapper .c-section__content .c-section__mainList .c-stelam__list .c-stelam__item > .stelam_item_img p:nth-child(2) {
    display: flex;
    justify-content: center;
    font-size: 14px;
    margin-top: 2px;
    font-weight: 400;
  }
  body.artCollege-top .p-stelam .c-stelam__wrapper .l-wrapper .c-section__content .c-section__mainList .c-stelam__list .c-stelam__item > .stelam_item_img p:nth-child(2) img {
    width: 27px;
    height: 17px;
    margin-top: 2px;
    margin-right: 7px;
  }
  body.artCollege-top .p-stelam .c-stelam__wrapper .l-wrapper .c-section__content .c-section__mainList .c-stelam__list .c-stelam__item > .stelam_item_img p:last-child {
    text-align: justify;
    font-size: 12px;
    margin-top: 13px;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1.6;
    color: #777;
  }
}
body.artCollege-top .p-stelam .c-stelam__wrapper .c-stelam__thumbnailWrapper {
  background: rgba(255, 255, 255, 0.5);
}
body.artCollege-top .p-stelam .c-stelam__wrapper .c-stelam__thumbnailWrapper .l-wrapper {
  max-width: 1055px;
  padding: 0 31px;
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-stelam .c-stelam__wrapper .c-stelam__thumbnailWrapper .l-wrapper {
    padding: 0 13px;
  }
}
@media screen and (max-width: 414px) and (min-width: 376px) {
  body.artCollege-top .p-stelam .c-stelam__wrapper .c-stelam__thumbnailWrapper .l-wrapper {
    padding: 0 17px;
  }
}
body.artCollege-top .p-stelam .c-stelam__wrapper .c-stelam__thumbnailWrapper .c-thumbnail__list {
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
body.artCollege-top .p-stelam .c-stelam__wrapper .c-stelam__thumbnailWrapper .c-thumbnail__list .slick-track {
  transform: none !important; /* for JS */
  position: relative;
  left: 0;
  top: 3px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
body.artCollege-top .p-stelam .c-stelam__wrapper .c-stelam__thumbnailWrapper .c-thumbnail__list .c-thumbnail__item {
  position: relative;
  cursor: pointer;
  width: 150px;
  margin: 8px;
  border-radius: 30px;
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-stelam .c-stelam__wrapper .c-stelam__thumbnailWrapper .c-thumbnail__list .c-thumbnail__item {
    width: 51px !important;
    margin: 4px 3.5px !important;
    border-radius: 15px !important;
  }
}
@media screen and (max-width: 374px) {
  body.artCollege-top .p-stelam .c-stelam__wrapper .c-stelam__thumbnailWrapper .c-thumbnail__list .c-thumbnail__item {
    width: 48px !important;
    margin: 6px 4px !important;
  }
}
@media screen and (max-width: 1080px) {
  body.artCollege-top .p-stelam .c-stelam__wrapper .c-stelam__thumbnailWrapper .c-thumbnail__list .c-thumbnail__item {
    width: 103px;
    margin: 10px 6px;
    border-radius: 30px;
  }
}
@media screen and (min-width: 768px) {
  body.artCollege-top .p-stelam .c-stelam__wrapper .c-stelam__thumbnailWrapper .c-thumbnail__list .c-thumbnail__item:last-child {
    margin-right: 0;
  }
}
body.artCollege-top .p-stelam .c-stelam__wrapper .c-stelam__thumbnailWrapper .c-thumbnail__list .c-thumbnail__item:hover {
  opacity: 0.7;
}
body.artCollege-top .p-stelam .c-stelam__wrapper .c-stelam__thumbnailWrapper .c-thumbnail__list .c-thumbnail__item.slick-current::before {
  display: block;
  content: "";
  position: absolute;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  body.artCollege-top .p-stelam .c-stelam__wrapper .c-stelam__thumbnailWrapper .c-thumbnail__list .c-thumbnail__item.slick-current::before {
    width: 157px;
    height: 157px;
    border: 7px solid #fff;
    border-radius: 30px;
    left: -3px;
    top: -3px;
  }
}
@media screen and (max-width: 1080px) {
  body.artCollege-top .p-stelam .c-stelam__wrapper .c-stelam__thumbnailWrapper .c-thumbnail__list .c-thumbnail__item.slick-current::before {
    width: 110px;
    height: 110px;
    border: 5px solid #fff;
    border-radius: 30px;
    left: -4px;
    top: -4px;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-stelam .c-stelam__wrapper .c-stelam__thumbnailWrapper .c-thumbnail__list .c-thumbnail__item.slick-current::before {
    width: 58px;
    height: 57px;
    border-radius: 15px;
    border: 5px solid #fff;
  }
}
@media screen and (max-width: 374px) {
  body.artCollege-top .p-stelam .c-stelam__wrapper .c-stelam__thumbnailWrapper .c-thumbnail__list .c-thumbnail__item.slick-current::before {
    width: 53px;
    height: 53px;
  }
}
body.artCollege-top .p-stelam .c-stelam__wrapper .c-stelam__thumbnailWrapper .c-thumbnail__list .c-thumbnail__item > img {
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-stelam .c-stelam__wrapper .c-stelam__thumbnailWrapper .c-thumbnail__list .c-thumbnail__item > img {
    border-radius: 15px;
  }
}
body.artCollege-top .p-about .c-about__wrapper {
  padding: 0 20px;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  body.artCollege-top .p-about .c-about__wrapper.lazyloaded {
    background-image: url("/art-college/assets/img/about-bg.svg");
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-about .c-about__wrapper.lazyloaded {
    background-image: url("/art-college/assets/img/about-bg-sp.svg");
  }
}
@media screen and (min-width: 768px) {
  body.artCollege-top .p-about .c-about__wrapper {
    background-position: 51.8% 78.9%;
    background-size: 55%;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-about .c-about__wrapper {
    background-position: 14% 124%;
    background-size: 106.5%;
    margin-bottom: -19px;
  }
}
body.artCollege-top .p-about .c-about__wrapper .c-section__content {
  padding: 101px 0;
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-about .c-about__wrapper .c-section__content {
    padding: 56px 0 80px;
  }
}
body.artCollege-top .p-about .c-about__wrapper .c-section__content .c-section__head > h1 {
  text-align: center;
  position: relative;
  top: -4px;
  left: 2px;
}
@media screen and (min-width: 768px) {
  body.artCollege-top .p-about .c-about__wrapper .c-section__content .c-section__head > h1 > img {
    max-width: 341.16px;
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-about .c-about__wrapper .c-section__content .c-section__head > h1 > img {
    max-width: 200.68px;
    width: 100%;
    margin: 0 auto;
  }
}
body.artCollege-top .p-about .c-about__wrapper .c-section__content .c-section__head > p {
  color: #777;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  body.artCollege-top .p-about .c-about__wrapper .c-section__content .c-section__head > p {
    margin-top: 23px;
    margin-left: 4px;
    font-size: 18px;
    letter-spacing: 0.21em;
    line-height: 1.7;
    text-align: center;
  }
  body.artCollege-top .p-about .c-about__wrapper .c-section__content .c-section__head > p > br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-about .c-about__wrapper .c-section__content .c-section__head > p {
    margin-top: 8px;
    padding: 0 20px;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 1.5;
    text-align: center;
  }
}
body.artCollege-top .p-about .c-about__wrapper .c-section__content .c-section__innerContent {
  margin-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-about .c-about__wrapper .c-section__content .c-section__innerContent {
    margin-top: 4px;
  }
}
body.artCollege-top .p-about .c-about__wrapper .c-section__content .c-section__innerContent .c-section__card {
  width: 480px;
  margin: 20px auto 0;
  border-radius: 30px;
  border: 1px #ddd solid;
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-about .c-about__wrapper .c-section__content .c-section__innerContent .c-section__card:nth-child(1) {
    width: 95%;
    letter-spacing: -0.8px;
    padding-top: -1px;
  }
}
@media screen and (min-width: 768px) {
  body.artCollege-top .p-about .c-about__wrapper .c-section__content .c-section__innerContent .c-section__card:nth-child(1) {
    position: relative;
    left: -10px;
  }
}
@media screen and (max-width: 1014px) {
  body.artCollege-top .p-about .c-about__wrapper .c-section__content .c-section__innerContent .c-section__card:nth-child(1) {
    left: 0;
  }
}
body.artCollege-top .p-about .c-about__wrapper .c-section__content .c-section__innerContent .c-section__card:nth-child(1) .c-card__imgWrapper.lazyloaded {
  background-image: url("/art-college/assets/img/about-card-img-01.jpg");
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-about .c-about__wrapper .c-section__content .c-section__innerContent .c-section__card:nth-child(2) {
    padding-top: -5px;
    width: 95%;
    letter-spacing: -0.8px;
  }
}
@media screen and (min-width: 768px) {
  body.artCollege-top .p-about .c-about__wrapper .c-section__content .c-section__innerContent .c-section__card:nth-child(2) {
    position: relative;
    right: -10px;
  }
}
@media screen and (max-width: 1014px) {
  body.artCollege-top .p-about .c-about__wrapper .c-section__content .c-section__innerContent .c-section__card:nth-child(2) {
    right: 0;
  }
}
body.artCollege-top .p-about .c-about__wrapper .c-section__content .c-section__innerContent .c-section__card:nth-child(2) .c-card__imgWrapper.lazyloaded {
  background-image: url("/art-college/assets/img/about-card-img-02.jpg");
}
body.artCollege-top .p-about .c-about__wrapper .c-section__content .c-section__innerContent .c-section__card > a {
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
body.artCollege-top .p-about .c-about__wrapper .c-section__content .c-section__innerContent .c-section__card > a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-about .c-about__wrapper .c-section__content .c-section__innerContent .c-section__card > a {
    width: 100%;
  }
}
body.artCollege-top .p-about .c-about__wrapper .c-section__content .c-section__innerContent .c-section__card > a .c-card__imgWrapper {
  width: 100%;
  height: 270px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom: 1px #ddd solid;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-about .c-about__wrapper .c-section__content .c-section__innerContent .c-section__card > a .c-card__imgWrapper {
    height: 185px;
  }
}
body.artCollege-top .p-about .c-about__wrapper .c-section__content .c-section__innerContent .c-section__card > a .c-card__content {
  position: relative;
  padding: 14px 20px 18px;
  background-color: #fff;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-about .c-about__wrapper .c-section__content .c-section__innerContent .c-section__card > a .c-card__content {
    padding: 10px 20px 18px;
  }
}
body.artCollege-top .p-about .c-about__wrapper .c-section__content .c-section__innerContent .c-section__card > a .c-card__content > h2 {
  color: #777;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: left;
}
@media screen and (min-width: 768px) {
  body.artCollege-top .p-about .c-about__wrapper .c-section__content .c-section__innerContent .c-section__card > a .c-card__content > h2 > br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-about .c-about__wrapper .c-section__content .c-section__innerContent .c-section__card > a .c-card__content > h2 {
    font-size: 12px;
    text-align: center;
  }
}
body.artCollege-top .p-about .c-about__wrapper .c-section__content .c-section__innerContent .c-section__card > a .c-card__content > p {
  margin-top: 20px;
  width: 87%;
  color: #777;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-about .c-about__wrapper .c-section__content .c-section__innerContent .c-section__card > a .c-card__content > p {
    margin-top: 3px;
    width: 87%;
    letter-spacing: -1px;
    font-size: 10px;
  }
}
body.artCollege-top .p-about .c-about__wrapper .c-section__content .c-section__innerContent .c-section__card > a .c-card__content .c-card__button {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 100px;
  border: 1px #ddd solid;
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-about .c-about__wrapper .c-section__content .c-section__innerContent .c-section__card > a .c-card__content .c-card__button {
    bottom: 10px;
    right: 6px;
    width: 41px;
    height: 41px;
  }
}
body.artCollege-top .p-about .c-about__wrapper .c-section__content .c-section__innerContent .c-section__card > a .c-card__content .c-card__button::before {
  content: "";
  display: block;
  position: absolute;
  top: 24px;
  right: 22px;
  width: 15px;
  height: 5px;
  background-color: #e96;
  border-radius: 100px;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-about .c-about__wrapper .c-section__content .c-section__innerContent .c-section__card > a .c-card__content .c-card__button::before {
    top: 15px;
    right: 14px;
    width: 11px;
    height: 3px;
  }
}
body.artCollege-top .p-about .c-about__wrapper .c-section__content .c-section__innerContent .c-section__card > a .c-card__content .c-card__button::after {
  content: "";
  display: block;
  position: absolute;
  top: 32px;
  right: 22px;
  width: 15px;
  height: 5px;
  background-color: #e96;
  border-radius: 100px;
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-about .c-about__wrapper .c-section__content .c-section__innerContent .c-section__card > a .c-card__content .c-card__button::after {
    top: 21px;
    right: 14px;
    width: 11px;
    height: 3px;
  }
}
body.artCollege-top .p-event .c-event__wrapper {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  body.artCollege-top .p-event .c-event__wrapper.lazyloaded {
    background-image: url("/art-college/assets/img/event-bg.jpg");
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-event .c-event__wrapper.lazyloaded {
    background-image: url("/art-college/assets/img/event-bg-sp.jpg");
  }
}
@media screen and (min-width: 768px) {
  body.artCollege-top .p-event .c-event__wrapper {
    padding: 0 20px;
  }
}
body.artCollege-top .p-event .c-event__wrapper .c-section__content {
  padding: 37px 0;
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-event .c-event__wrapper .c-section__content {
    padding: 30px 0;
  }
}
body.artCollege-top .p-event .c-event__wrapper .c-section__content .c-section__head > h1 {
  text-align: center;
}
@media screen and (min-width: 768px) {
  body.artCollege-top .p-event .c-event__wrapper .c-section__content .c-section__head > h1 > img {
    max-width: 357.73px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    left: 17px;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-event .c-event__wrapper .c-section__content .c-section__head > h1 > img {
    max-width: 238.49px;
    width: 100%;
    margin: 0 auto;
  }
}
body.artCollege-top .p-event .c-event__wrapper .c-section__content .c-section__head > p {
  color: #fff;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  body.artCollege-top .p-event .c-event__wrapper .c-section__content .c-section__head > p {
    margin-top: 20px;
    margin-left: 37px;
    font-size: 18px;
    letter-spacing: 0.23em;
    line-height: 1.7;
    text-align: center;
  }
  body.artCollege-top .p-event .c-event__wrapper .c-section__content .c-section__head > p > br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-event .c-event__wrapper .c-section__content .c-section__head > p {
    margin-top: 2px;
    padding: 0 8px;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 1.5;
    text-align: center;
  }
}
body.artCollege-top .p-event .c-event__wrapper .c-section__content .c-event__contentBg {
  margin-top: 23px;
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-event .c-event__wrapper .c-section__content .c-event__contentBg {
    margin-top: 13px;
  }
}
body.artCollege-top .p-event .c-event__wrapper .c-section__content .c-event__contentBg .c-event__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
body.artCollege-top .p-event .c-event__wrapper .c-section__content .c-event__contentBg .c-event__list .slick-prev {
  left: -110px;
  top: 229px;
  padding: 40px;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-event .c-event__wrapper .c-section__content .c-event__contentBg .c-event__list .slick-prev {
    display: none !important;
  }
}
body.artCollege-top .p-event .c-event__wrapper .c-section__content .c-event__contentBg .c-event__list .slick-prev:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1234px) and (min-width: 768px) {
  body.artCollege-top .p-event .c-event__wrapper .c-section__content .c-event__contentBg .c-event__list .slick-prev {
    display: none !important;
  }
}
body.artCollege-top .p-event .c-event__wrapper .c-section__content .c-event__contentBg .c-event__list .slick-next {
  right: -110px;
  top: 229px;
  padding: 40px;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-event .c-event__wrapper .c-section__content .c-event__contentBg .c-event__list .slick-next {
    display: none !important;
  }
}
body.artCollege-top .p-event .c-event__wrapper .c-section__content .c-event__contentBg .c-event__list .slick-next:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1234px) and (min-width: 768px) {
  body.artCollege-top .p-event .c-event__wrapper .c-section__content .c-event__contentBg .c-event__list .slick-next {
    display: none !important;
  }
}
body.artCollege-top .p-event .c-event__wrapper .c-section__content .c-event__contentBg .c-event__list .slick-prev:before,
body.artCollege-top .p-event .c-event__wrapper .c-section__content .c-event__contentBg .c-event__list .slick-next:before {
  display: none;
}
body.artCollege-top .p-event .c-event__wrapper .c-section__content .c-event__contentBg .c-event__list .slick-prev::before {
  content: "";
  position: absolute;
  left: 36px;
  top: 29px;
  display: block;
  width: 12px;
  height: 46px;
  background-color: #fff;
  border-radius: 50px;
  transform: rotate(-45deg);
  opacity: 1 !important;
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-event .c-event__wrapper .c-section__content .c-event__contentBg .c-event__list .slick-prev::before {
    left: -21px;
    top: 6px;
    width: 5px;
    height: 22px;
  }
}
body.artCollege-top .p-event .c-event__wrapper .c-section__content .c-event__contentBg .c-event__list .slick-prev::after {
  content: "";
  position: absolute;
  left: 36px;
  top: 4px;
  display: block;
  width: 12px;
  height: 46px;
  background-color: #fff;
  border-radius: 50px;
  transform: rotate(45deg);
  opacity: 1 !important;
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-event .c-event__wrapper .c-section__content .c-event__contentBg .c-event__list .slick-prev::after {
    left: -21px;
    top: -7px;
    width: 5px;
    height: 22px;
  }
}
body.artCollege-top .p-event .c-event__wrapper .c-section__content .c-event__contentBg .c-event__list .slick-next::before {
  content: "";
  position: absolute;
  right: 36px;
  top: 4px;
  display: block;
  width: 12px;
  height: 46px;
  background-color: #fff;
  border-radius: 50px;
  transform: rotate(-45deg);
  opacity: 1 !important;
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-event .c-event__wrapper .c-section__content .c-event__contentBg .c-event__list .slick-next::before {
    right: -21px;
    top: -6px;
    display: block;
    width: 5px;
    height: 22px;
  }
}
body.artCollege-top .p-event .c-event__wrapper .c-section__content .c-event__contentBg .c-event__list .slick-next::after {
  content: "";
  position: absolute;
  right: 36px;
  top: 29px;
  display: block;
  width: 12px;
  height: 46px;
  background-color: #fff;
  border-radius: 50px;
  transform: rotate(45deg);
  opacity: 1 !important;
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-event .c-event__wrapper .c-section__content .c-event__contentBg .c-event__list .slick-next::after {
    right: -21px;
    top: 7px;
    display: block;
    width: 5px;
    height: 22px;
  }
}
body.artCollege-top .p-event .c-event__wrapper .c-section__content .c-event__contentBg .c-event__list .c-event__item {
  position: relative;
  width: 235px;
  margin: 10px;
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-event .c-event__wrapper .c-section__content .c-event__contentBg .c-event__list .c-event__item {
    width: 190px;
    height: 280px;
    margin: 7px;
  }
}
body.artCollege-top .p-event .c-event__wrapper .c-section__content .c-event__contentBg .c-event__list .c-event__item > a {
  width: 100%;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
body.artCollege-top .p-event .c-event__wrapper .c-section__content .c-event__contentBg .c-event__list .c-event__item > a .c-event__banner.event {
  position: absolute;
  top: 10px;
  left: -11px;
  background-color: #6bc;
  width: 80px;
  height: 30px;
  border-radius: 50px;
  text-align: center;
  z-index: 10;
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-event .c-event__wrapper .c-section__content .c-event__contentBg .c-event__list .c-event__item > a .c-event__banner.event {
    width: 65px;
    height: 21px;
  }
}
body.artCollege-top .p-event .c-event__wrapper .c-section__content .c-event__contentBg .c-event__list .c-event__item > a .c-event__banner.event > img {
  width: 44.2px;
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-event .c-event__wrapper .c-section__content .c-event__contentBg .c-event__list .c-event__item > a .c-event__banner.event > img {
    width: 36.83px;
  }
}
body.artCollege-top .p-event .c-event__wrapper .c-section__content .c-event__contentBg .c-event__list .c-event__item > a .c-event__banner.topic {
  position: absolute;
  top: 10px;
  left: -11px;
  background-color: #d7b;
  width: 80px;
  height: 30px;
  border-radius: 50px;
  text-align: center;
  z-index: 10;
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-event .c-event__wrapper .c-section__content .c-event__contentBg .c-event__list .c-event__item > a .c-event__banner.topic {
    width: 65px;
    height: 21px;
  }
}
body.artCollege-top .p-event .c-event__wrapper .c-section__content .c-event__contentBg .c-event__list .c-event__item > a .c-event__banner.topic > img {
  width: 51.48px;
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-event .c-event__wrapper .c-section__content .c-event__contentBg .c-event__list .c-event__item > a .c-event__banner.topic > img {
    width: 42.9px;
  }
}
body.artCollege-top .p-event .c-event__wrapper .c-section__content .c-event__contentBg .c-event__list .c-event__item > a > dl {
  background-color: #fff;
  border: 1px #ddd solid;
  border-radius: 30px;
  overflow: hidden;
}
body.artCollege-top .p-event .c-event__wrapper .c-section__content .c-event__contentBg .c-event__list .c-event__item > a > dl > dt {
  width: 100%;
  height: 315px;
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-event .c-event__wrapper .c-section__content .c-event__contentBg .c-event__list .c-event__item > a > dl > dt {
    height: 217px;
  }
}
body.artCollege-top .p-event .c-event__wrapper .c-section__content .c-event__contentBg .c-event__list .c-event__item > a > dl > dt > img {
  height: 100%;
  object-fit: cover;
}
body.artCollege-top .p-event .c-event__wrapper .c-section__content .c-event__contentBg .c-event__list .c-event__item > a > dl > dd {
  position: relative;
  width: 75%;
  height: 110px;
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-event .c-event__wrapper .c-section__content .c-event__contentBg .c-event__list .c-event__item > a > dl > dd {
    height: 63px;
  }
}
body.artCollege-top .p-event .c-event__wrapper .c-section__content .c-event__contentBg .c-event__list .c-event__item > a > dl > dd .c-event__contentText {
  display: -webkit-box;
  position: relative;
  top: 17px;
  height: 70px;
  padding: 0 10px;
  color: #777;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.4;
  overflow: hidden;
  word-break: break-word;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-event .c-event__wrapper .c-section__content .c-event__contentBg .c-event__list .c-event__item > a > dl > dd .c-event__contentText {
    top: 12px;
    height: 40px;
    padding: 0 13px;
    font-size: 14px;
    -webkit-line-clamp: 2;
  }
}
body.artCollege-top .p-event .c-event__wrapper .c-section__content .c-event__contentBg .c-event__list .c-event__item > a > dl > dd .c-card__button {
  position: absolute;
  bottom: 25px;
  right: -50px;
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 100px;
  border: 1px #ddd solid;
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-event .c-event__wrapper .c-section__content .c-event__contentBg .c-event__list .c-event__item > a > dl > dd .c-card__button {
    bottom: 11px;
    right: -33px;
    width: 41px;
    height: 41px;
  }
}
body.artCollege-top .p-event .c-event__wrapper .c-section__content .c-event__contentBg .c-event__list .c-event__item > a > dl > dd .c-card__button::before {
  content: "";
  display: block;
  position: absolute;
  top: 24px;
  right: 22px;
  width: 15px;
  height: 5px;
  background-color: #e96;
  border-radius: 100px;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-event .c-event__wrapper .c-section__content .c-event__contentBg .c-event__list .c-event__item > a > dl > dd .c-card__button::before {
    top: 15px;
    right: 14px;
    width: 11px;
    height: 3px;
  }
}
body.artCollege-top .p-event .c-event__wrapper .c-section__content .c-event__contentBg .c-event__list .c-event__item > a > dl > dd .c-card__button::after {
  content: "";
  display: block;
  position: absolute;
  top: 32px;
  right: 22px;
  width: 15px;
  height: 5px;
  background-color: #e96;
  border-radius: 100px;
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-event .c-event__wrapper .c-section__content .c-event__contentBg .c-event__list .c-event__item > a > dl > dd .c-card__button::after {
    top: 21px;
    right: 14px;
    width: 11px;
    height: 3px;
  }
}
body.artCollege-top .p-event .c-event__wrapper .c-section__content .c-event__contentBg .c-event__list .c-event__item > a:hover {
  opacity: 0.7;
}
body.artCollege-top .p-event .c-event__wrapper .c-section__content .c-event__contentBg .c-button__wrapper {
  margin-top: 22px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-event .c-event__wrapper .c-section__content .c-event__contentBg .c-button__wrapper {
    margin-top: 8px;
    padding: 0 16px;
  }
}
body.artCollege-top .p-event .c-event__wrapper .c-section__content .c-event__contentBg .c-button__wrapper > a {
  width: 500px;
  margin: 0 auto;
  background-color: #fff;
  border: 1px #ddd;
  border-radius: 100px;
  position: relative;
  margin: 0 auto;
  padding: 38px 0;
  -moz-filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
  -webkit-filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
  -ms-filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
  transform: translateZ(0);
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
body.artCollege-top .p-event .c-event__wrapper .c-section__content .c-event__contentBg .c-button__wrapper > a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-event .c-event__wrapper .c-section__content .c-event__contentBg .c-button__wrapper > a {
    max-width: 344px;
    width: 100%;
    padding: 22px 0;
  }
}
body.artCollege-top .p-event .c-event__wrapper .c-section__content .c-event__contentBg .c-button__wrapper > a::before {
  content: "";
  display: block;
  position: absolute;
  top: 44px;
  right: 19px;
  width: 15px;
  height: 5px;
  background-color: #e96;
  border-radius: 100px;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-event .c-event__wrapper .c-section__content .c-event__contentBg .c-button__wrapper > a::before {
    top: 29px;
    right: 12px;
    width: 11px;
    height: 3px;
  }
}
body.artCollege-top .p-event .c-event__wrapper .c-section__content .c-event__contentBg .c-button__wrapper > a::after {
  content: "";
  display: block;
  position: absolute;
  top: 51px;
  right: 19px;
  width: 15px;
  height: 5px;
  background-color: #e96;
  border-radius: 100px;
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-event .c-event__wrapper .c-section__content .c-event__contentBg .c-button__wrapper > a::after {
    top: 35px;
    right: 12px;
    width: 11px;
    height: 3px;
  }
}
body.artCollege-top .p-event .c-event__wrapper .c-section__content .c-event__contentBg .c-button__wrapper > a > img {
  max-width: 403.9px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  bottom: 3px;
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-event .c-event__wrapper .c-section__content .c-event__contentBg .c-button__wrapper > a > img {
    width: 78%;
  }
}
body.artCollege-top .p-why-choose-eys .c-why-choose-eys__wrapper {
  padding: 0 20px;
}
body.artCollege-top .p-why-choose-eys .c-why-choose-eys__wrapper .c-section__content {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-why-choose-eys .c-why-choose-eys__wrapper .c-section__content {
    padding: 43px 0 0 0;
  }
}
body.artCollege-top .p-why-choose-eys .c-why-choose-eys__wrapper .c-section__content .c-section__head > h1 {
  margin-top: 17px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  body.artCollege-top .p-why-choose-eys .c-why-choose-eys__wrapper .c-section__content .c-section__head > h1 > img {
    max-width: 434px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    top: 4.4px;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-why-choose-eys .c-why-choose-eys__wrapper .c-section__content .c-section__head > h1 > img {
    max-width: 241.3px;
    width: 100%;
    margin: 0 auto;
  }
}
body.artCollege-top .p-why-choose-eys .c-why-choose-eys__wrapper .c-section__content .c-section__head > p {
  color: #777;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  body.artCollege-top .p-why-choose-eys .c-why-choose-eys__wrapper .c-section__content .c-section__head > p {
    margin-top: 17px;
    margin-left: 15px;
    font-size: 18px;
    letter-spacing: 0.23em;
    line-height: 1.7;
    text-align: center;
  }
  body.artCollege-top .p-why-choose-eys .c-why-choose-eys__wrapper .c-section__content .c-section__head > p > br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-why-choose-eys .c-why-choose-eys__wrapper .c-section__content .c-section__head > p {
    margin-top: 13px;
    padding: 0 8px;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 1.5;
    text-align: center;
  }
}
body.artCollege-top .p-why-choose-eys .c-why-choose-eys__wrapper .c-section__content .c-section__innerContent {
  margin-top: 49px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-why-choose-eys .c-why-choose-eys__wrapper .c-section__content .c-section__innerContent {
    margin-top: 61px;
  }
}
body.artCollege-top .p-why-choose-eys .c-why-choose-eys__wrapper .c-section__content .c-section__innerContent .c-section__card.rank-1 {
  position: relative;
  width: 320px;
  height: 510px;
  margin: 10px auto;
  background-color: #ddd;
  border-radius: 30px;
}
@media screen and (min-width: 768px) {
  body.artCollege-top .p-why-choose-eys .c-why-choose-eys__wrapper .c-section__content .c-section__innerContent .c-section__card.rank-1 {
    left: -6px;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-why-choose-eys .c-why-choose-eys__wrapper .c-section__content .c-section__innerContent .c-section__card.rank-1 {
    width: 100%;
    height: 419px;
    margin: 0;
    border-radius: 20px;
  }
}
body.artCollege-top .p-why-choose-eys .c-why-choose-eys__wrapper .c-section__content .c-section__innerContent .c-section__card.rank-1 .c-sectionHead__cardWrapper {
  padding: 10px;
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-why-choose-eys .c-why-choose-eys__wrapper .c-section__content .c-section__innerContent .c-section__card.rank-1 .c-sectionHead__cardWrapper {
    padding: 7px;
  }
}
body.artCollege-top .p-why-choose-eys .c-why-choose-eys__wrapper .c-section__content .c-section__innerContent .c-section__card.rank-1 .c-sectionHead__cardWrapper .c-sectionHead__card {
  height: 120px;
  position: relative;
  background-color: #fff;
  border-radius: 20px;
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-why-choose-eys .c-why-choose-eys__wrapper .c-section__content .c-section__innerContent .c-section__card.rank-1 .c-sectionHead__cardWrapper .c-sectionHead__card {
    height: 70px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
body.artCollege-top .p-why-choose-eys .c-why-choose-eys__wrapper .c-section__content .c-section__innerContent .c-section__card.rank-1 .c-sectionHead__cardWrapper .c-sectionHead__card .c-sectionHead__rank {
  position: absolute;
  top: -44px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 90px;
  height: 90px;
  background-color: #efd75a;
  border-radius: 100px;
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-why-choose-eys .c-why-choose-eys__wrapper .c-section__content .c-section__innerContent .c-section__card.rank-1 .c-sectionHead__cardWrapper .c-sectionHead__card .c-sectionHead__rank {
    top: -52px;
    left: -1px;
    right: 0;
    margin: 0 auto;
    width: 68px;
    height: 68px;
  }
}
body.artCollege-top .p-why-choose-eys .c-why-choose-eys__wrapper .c-section__content .c-section__innerContent .c-section__card.rank-1 .c-sectionHead__cardWrapper .c-sectionHead__card .c-sectionHead__rank > h1 {
  position: absolute;
  top: 8px;
  left: 21px;
  color: #fff;
  font-size: 50px;
  font-family: "Roboto";
  font-style: italic;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-why-choose-eys .c-why-choose-eys__wrapper .c-section__content .c-section__innerContent .c-section__card.rank-1 .c-sectionHead__cardWrapper .c-sectionHead__card .c-sectionHead__rank > h1 {
    top: 8px;
    left: 16px;
    font-size: 34px;
  }
}
body.artCollege-top .p-why-choose-eys .c-why-choose-eys__wrapper .c-section__content .c-section__innerContent .c-section__card.rank-1 .c-sectionHead__cardWrapper .c-sectionHead__card .c-sectionHead__rank > span {
  position: absolute;
  top: 43px;
  left: 54px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-why-choose-eys .c-why-choose-eys__wrapper .c-section__content .c-section__innerContent .c-section__card.rank-1 .c-sectionHead__cardWrapper .c-sectionHead__card .c-sectionHead__rank > span {
    top: 32px;
    left: 37px;
    font-size: 12px;
  }
}
body.artCollege-top .p-why-choose-eys .c-why-choose-eys__wrapper .c-section__content .c-section__innerContent .c-section__card.rank-1 .c-sectionHead__cardWrapper .c-sectionHead__card .c-sectionHead__content {
  padding-top: 54px;
  color: #efd75a;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-why-choose-eys .c-why-choose-eys__wrapper .c-section__content .c-section__innerContent .c-section__card.rank-1 .c-sectionHead__cardWrapper .c-sectionHead__card .c-sectionHead__content {
    padding-top: 25px;
    font-size: 14px;
  }
}
body.artCollege-top .p-why-choose-eys .c-why-choose-eys__wrapper .c-section__content .c-section__innerContent .c-section__card.rank-1 .c-sectionHead__cardWrapper .c-sectionHead__card .c-sectionHead__feed {
  font-size: 13px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-why-choose-eys .c-why-choose-eys__wrapper .c-section__content .c-section__innerContent .c-section__card.rank-1 .c-sectionHead__cardWrapper .c-sectionHead__card .c-sectionHead__feed {
    margin-top: 2px;
    font-size: 9px;
  }
}
body.artCollege-top .p-why-choose-eys .c-why-choose-eys__wrapper .c-section__content .c-section__innerContent .c-section__card.rank-1 .c-sectionBody__container {
  margin-right: 3px;
  padding: 10px 3px 10px 10px;
  height: 359px;
  overflow-y: scroll;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-why-choose-eys .c-why-choose-eys__wrapper .c-section__content .c-section__innerContent .c-section__card.rank-1 .c-sectionBody__container {
    padding: 7px 3px 7px 7px;
    height: 330px;
  }
}
body.artCollege-top .p-why-choose-eys .c-why-choose-eys__wrapper .c-section__content .c-section__innerContent .c-section__card.rank-1 .c-sectionBody__container::-webkit-scrollbar {
  width: 4px;
}
body.artCollege-top .p-why-choose-eys .c-why-choose-eys__wrapper .c-section__content .c-section__innerContent .c-section__card.rank-1 .c-sectionBody__container::-webkit-scrollbar-thumb {
  border-radius: 50px;
  background-color: #fff;
}
body.artCollege-top .p-why-choose-eys .c-why-choose-eys__wrapper .c-section__content .c-section__innerContent .c-section__card.rank-1 .c-sectionBody__container .c-social__feed {
  padding: 10px;
  background-color: #fff;
  border-radius: 20px;
  margin-top: -5px;
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-why-choose-eys .c-why-choose-eys__wrapper .c-section__content .c-section__innerContent .c-section__card.rank-1 .c-sectionBody__container .c-social__feed {
    border-radius: 4px;
  }
}
body.artCollege-top .p-why-choose-eys .c-why-choose-eys__wrapper .c-section__content .c-section__innerContent .c-section__card.rank-1 .c-sectionBody__container .c-social__feed .p-social__image {
  border-radius: 50%;
}
body.artCollege-top .p-why-choose-eys .c-why-choose-eys__wrapper .c-section__content .c-section__innerContent .c-section__card.rank-1 .c-sectionBody__container .c-social__feed:nth-child(1) .c-social__head .c-user__wrapper .c-social__imgWrapper {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
body.artCollege-top .p-why-choose-eys .c-why-choose-eys__wrapper .c-section__content .c-section__innerContent .c-section__card.rank-1 .c-sectionBody__container .c-social__feed:nth-child(2) .c-social__head .c-user__wrapper .c-social__imgWrapper {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
body.artCollege-top .p-why-choose-eys .c-why-choose-eys__wrapper .c-section__content .c-section__innerContent .c-section__card.rank-1 .c-sectionBody__container .c-social__feed:nth-child(3) .c-social__head .c-user__wrapper .c-social__imgWrapper {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
body.artCollege-top .p-why-choose-eys .c-why-choose-eys__wrapper .c-section__content .c-section__innerContent .c-section__card.rank-1 .c-sectionBody__container .c-social__feed:nth-child(4) .c-social__head .c-user__wrapper .c-social__imgWrapper {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
body.artCollege-top .p-why-choose-eys .c-why-choose-eys__wrapper .c-section__content .c-section__innerContent .c-section__card.rank-1 .c-sectionBody__container .c-social__feed:nth-child(5) .c-social__head .c-user__wrapper .c-social__imgWrapper {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
body.artCollege-top .p-why-choose-eys .c-why-choose-eys__wrapper .c-section__content .c-section__innerContent .c-section__card.rank-1 .c-sectionBody__container .c-social__feed:nth-child(6) .c-social__head .c-user__wrapper .c-social__imgWrapper {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
body.artCollege-top .p-why-choose-eys .c-why-choose-eys__wrapper .c-section__content .c-section__innerContent .c-section__card.rank-1 .c-sectionBody__container .c-social__feed:not(:nth-child(1)) {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-why-choose-eys .c-why-choose-eys__wrapper .c-section__content .c-section__innerContent .c-section__card.rank-1 .c-sectionBody__container .c-social__feed:not(:nth-child(1)) {
    margin-top: 6px;
  }
}
body.artCollege-top .p-why-choose-eys .c-why-choose-eys__wrapper .c-section__content .c-section__innerContent .c-section__card.rank-1 .c-sectionBody__container .c-social__feed .c-social__head {
  position: relative;
}
body.artCollege-top .p-why-choose-eys .c-why-choose-eys__wrapper .c-section__content .c-section__innerContent .c-section__card.rank-1 .c-sectionBody__container .c-social__feed .c-social__head .c-social__icon {
  position: absolute;
  top: -12px;
  left: -12px;
  width: 30px;
}
body.artCollege-top .p-why-choose-eys .c-why-choose-eys__wrapper .c-section__content .c-section__innerContent .c-section__card.rank-1 .c-sectionBody__container .c-social__feed .c-social__head .c-social__icon > img {
  width: 100%;
}
body.artCollege-top .p-why-choose-eys .c-why-choose-eys__wrapper .c-section__content .c-section__innerContent .c-section__card.rank-1 .c-sectionBody__container .c-social__feed .c-social__head .c-user__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body.artCollege-top .p-why-choose-eys .c-why-choose-eys__wrapper .c-section__content .c-section__innerContent .c-section__card.rank-1 .c-sectionBody__container .c-social__feed .c-social__head .c-user__wrapper .c-social__imgWrapper {
  width: 50px;
  height: 50px;
  border-radius: 100px;
  border: 1px #ddd solid;
}
body.artCollege-top .p-why-choose-eys .c-why-choose-eys__wrapper .c-section__content .c-section__innerContent .c-section__card.rank-1 .c-sectionBody__container .c-social__feed .c-social__head .c-user__wrapper .c-user {
  margin-left: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-why-choose-eys .c-why-choose-eys__wrapper .c-section__content .c-section__innerContent .c-section__card.rank-1 .c-sectionBody__container .c-social__feed .c-social__head .c-user__wrapper .c-user {
    margin-left: 20px;
  }
}
body.artCollege-top .p-why-choose-eys .c-why-choose-eys__wrapper .c-section__content .c-section__innerContent .c-section__card.rank-1 .c-sectionBody__container .c-social__feed .c-social__head .c-user__wrapper .c-user .c-user__name {
  margin-top: 5px;
  font-size: 12px;
  font-weight: 400;
}
body.artCollege-top .p-why-choose-eys .c-why-choose-eys__wrapper .c-section__content .c-section__innerContent .c-section__card.rank-1 .c-sectionBody__container .c-social__feed .c-social__head .c-user__wrapper .c-user .c-time__feed {
  margin-bottom: 2px;
  color: #999;
  font-size: 10px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-why-choose-eys .c-why-choose-eys__wrapper .c-section__content .c-section__innerContent .c-section__card.rank-1 .c-sectionBody__container .c-social__feed .c-social__head .c-user__wrapper .c-user .c-time__feed {
    margin-bottom: 10px;
  }
}
body.artCollege-top .p-why-choose-eys .c-why-choose-eys__wrapper .c-section__content .c-section__innerContent .c-section__card.rank-1 .c-sectionBody__container .c-social__feed .c-social__head .c-info__feed {
  position: absolute;
  top: 8px;
  right: 0;
  color: #666;
  font-size: 10px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-why-choose-eys .c-why-choose-eys__wrapper .c-section__content .c-section__innerContent .c-section__card.rank-1 .c-sectionBody__container .c-social__feed .c-social__head .c-info__feed {
    top: 5px;
  }
}
body.artCollege-top .p-why-choose-eys .c-why-choose-eys__wrapper .c-section__content .c-section__innerContent .c-section__card.rank-1 .c-sectionBody__container .c-social__feed .c-social__feedback {
  margin-top: 9px;
}
body.artCollege-top .p-why-choose-eys .c-why-choose-eys__wrapper .c-section__content .c-section__innerContent .c-section__card.rank-1 .c-sectionBody__container .c-social__feed .c-social__feedback > p {
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.8;
}
body.artCollege-top .p-why-choose-eys .c-why-choose-eys__wrapper .c-section__content .c-section__innerContent .c-section__card.rank-2 {
  width: 320px;
  height: 510px;
  margin: 40px auto 0;
  background-color: #ddd;
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-why-choose-eys .c-why-choose-eys__wrapper .c-section__content .c-section__innerContent .c-section__card.rank-2 {
    width: 100%;
    height: 419px;
    margin-top: 65px;
    border-radius: 20px;
  }
}
body.artCollege-top .p-why-choose-eys .c-why-choose-eys__wrapper .c-section__content .c-section__innerContent .c-section__card.rank-2 .c-sectionHead__cardWrapper {
  padding: 10px;
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-why-choose-eys .c-why-choose-eys__wrapper .c-section__content .c-section__innerContent .c-section__card.rank-2 .c-sectionHead__cardWrapper {
    padding: 7px;
  }
}
body.artCollege-top .p-why-choose-eys .c-why-choose-eys__wrapper .c-section__content .c-section__innerContent .c-section__card.rank-2 .c-sectionHead__cardWrapper .c-sectionHead__card {
  height: 120px;
  position: relative;
  background-color: #fff;
  border-radius: 20px;
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-why-choose-eys .c-why-choose-eys__wrapper .c-section__content .c-section__innerContent .c-section__card.rank-2 .c-sectionHead__cardWrapper .c-sectionHead__card {
    height: 70px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
body.artCollege-top .p-why-choose-eys .c-why-choose-eys__wrapper .c-section__content .c-section__innerContent .c-section__card.rank-2 .c-sectionHead__cardWrapper .c-sectionHead__card .c-sectionHead__rank {
  position: absolute;
  top: -44px;
  left: 15px;
  right: 0;
  margin: 0 auto;
  width: 90px;
  height: 90px;
  background-color: #c0c0c0;
  border-radius: 100px;
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-why-choose-eys .c-why-choose-eys__wrapper .c-section__content .c-section__innerContent .c-section__card.rank-2 .c-sectionHead__cardWrapper .c-sectionHead__card .c-sectionHead__rank {
    top: -52px;
    left: -1px;
    right: 0;
    margin: 0 auto;
    width: 68px;
    height: 68px;
  }
}
body.artCollege-top .p-why-choose-eys .c-why-choose-eys__wrapper .c-section__content .c-section__innerContent .c-section__card.rank-2 .c-sectionHead__cardWrapper .c-sectionHead__card .c-sectionHead__rank > h1 {
  position: absolute;
  top: 8px;
  left: 21px;
  color: #fff;
  font-size: 50px;
  font-family: "Roboto";
  font-style: italic;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-why-choose-eys .c-why-choose-eys__wrapper .c-section__content .c-section__innerContent .c-section__card.rank-2 .c-sectionHead__cardWrapper .c-sectionHead__card .c-sectionHead__rank > h1 {
    top: 8px;
    left: 16px;
    font-size: 34px;
  }
}
body.artCollege-top .p-why-choose-eys .c-why-choose-eys__wrapper .c-section__content .c-section__innerContent .c-section__card.rank-2 .c-sectionHead__cardWrapper .c-sectionHead__card .c-sectionHead__rank > span {
  position: absolute;
  top: 43px;
  left: 54px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-why-choose-eys .c-why-choose-eys__wrapper .c-section__content .c-section__innerContent .c-section__card.rank-2 .c-sectionHead__cardWrapper .c-sectionHead__card .c-sectionHead__rank > span {
    top: 32px;
    left: 37px;
    font-size: 12px;
  }
}
body.artCollege-top .p-why-choose-eys .c-why-choose-eys__wrapper .c-section__content .c-section__innerContent .c-section__card.rank-2 .c-sectionHead__cardWrapper .c-sectionHead__card .c-sectionHead__content {
  padding-top: 54px;
  color: #c0c0c0;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-why-choose-eys .c-why-choose-eys__wrapper .c-section__content .c-section__innerContent .c-section__card.rank-2 .c-sectionHead__cardWrapper .c-sectionHead__card .c-sectionHead__content {
    padding-top: 25px;
    font-size: 14px;
  }
}
body.artCollege-top .p-why-choose-eys .c-why-choose-eys__wrapper .c-section__content .c-section__innerContent .c-section__card.rank-2 .c-sectionHead__cardWrapper .c-sectionHead__card .c-sectionHead__feed {
  font-size: 13px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-why-choose-eys .c-why-choose-eys__wrapper .c-section__content .c-section__innerContent .c-section__card.rank-2 .c-sectionHead__cardWrapper .c-sectionHead__card .c-sectionHead__feed {
    margin-top: 2px;
    font-size: 9px;
  }
}
body.artCollege-top .p-why-choose-eys .c-why-choose-eys__wrapper .c-section__content .c-section__innerContent .c-section__card.rank-2 .c-sectionBody__container {
  margin-right: 3px;
  padding: 10px 3px 10px 10px;
  height: 359px;
  overflow-y: scroll;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-why-choose-eys .c-why-choose-eys__wrapper .c-section__content .c-section__innerContent .c-section__card.rank-2 .c-sectionBody__container {
    padding: 7px 3px 7px 7px;
    height: 330px;
  }
}
body.artCollege-top .p-why-choose-eys .c-why-choose-eys__wrapper .c-section__content .c-section__innerContent .c-section__card.rank-2 .c-sectionBody__container::-webkit-scrollbar {
  width: 4px;
}
body.artCollege-top .p-why-choose-eys .c-why-choose-eys__wrapper .c-section__content .c-section__innerContent .c-section__card.rank-2 .c-sectionBody__container::-webkit-scrollbar-thumb {
  border-radius: 50px;
  background-color: #fff;
}
body.artCollege-top .p-why-choose-eys .c-why-choose-eys__wrapper .c-section__content .c-section__innerContent .c-section__card.rank-2 .c-sectionBody__container .c-social__feed {
  padding: 10px;
  background-color: #fff;
  border-radius: 20px;
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-why-choose-eys .c-why-choose-eys__wrapper .c-section__content .c-section__innerContent .c-section__card.rank-2 .c-sectionBody__container .c-social__feed {
    border-radius: 4px;
  }
}
body.artCollege-top .p-why-choose-eys .c-why-choose-eys__wrapper .c-section__content .c-section__innerContent .c-section__card.rank-2 .c-sectionBody__container .c-social__feed .p-social__image {
  border-radius: 50%;
}
body.artCollege-top .p-why-choose-eys .c-why-choose-eys__wrapper .c-section__content .c-section__innerContent .c-section__card.rank-2 .c-sectionBody__container .c-social__feed:not(:nth-child(1)) {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-why-choose-eys .c-why-choose-eys__wrapper .c-section__content .c-section__innerContent .c-section__card.rank-2 .c-sectionBody__container .c-social__feed:not(:nth-child(1)) {
    margin-top: 5px;
  }
}
body.artCollege-top .p-why-choose-eys .c-why-choose-eys__wrapper .c-section__content .c-section__innerContent .c-section__card.rank-2 .c-sectionBody__container .c-social__feed .c-social__head {
  position: relative;
}
body.artCollege-top .p-why-choose-eys .c-why-choose-eys__wrapper .c-section__content .c-section__innerContent .c-section__card.rank-2 .c-sectionBody__container .c-social__feed .c-social__head .c-social__icon {
  position: absolute;
  top: -15px;
  left: -15px;
  width: 30px;
}
body.artCollege-top .p-why-choose-eys .c-why-choose-eys__wrapper .c-section__content .c-section__innerContent .c-section__card.rank-2 .c-sectionBody__container .c-social__feed .c-social__head .c-social__icon > img {
  width: 100%;
}
body.artCollege-top .p-why-choose-eys .c-why-choose-eys__wrapper .c-section__content .c-section__innerContent .c-section__card.rank-2 .c-sectionBody__container .c-social__feed .c-social__head .c-user__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body.artCollege-top .p-why-choose-eys .c-why-choose-eys__wrapper .c-section__content .c-section__innerContent .c-section__card.rank-2 .c-sectionBody__container .c-social__feed .c-social__head .c-user__wrapper .c-social__imgWrapper {
  width: 50px;
  height: 50px;
  border-radius: 100px;
  border: 1px #ddd solid;
}
body.artCollege-top .p-why-choose-eys .c-why-choose-eys__wrapper .c-section__content .c-section__innerContent .c-section__card.rank-2 .c-sectionBody__container .c-social__feed .c-social__head .c-user__wrapper .c-user {
  margin-left: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-why-choose-eys .c-why-choose-eys__wrapper .c-section__content .c-section__innerContent .c-section__card.rank-2 .c-sectionBody__container .c-social__feed .c-social__head .c-user__wrapper .c-user {
    margin-left: 20px;
  }
}
body.artCollege-top .p-why-choose-eys .c-why-choose-eys__wrapper .c-section__content .c-section__innerContent .c-section__card.rank-2 .c-sectionBody__container .c-social__feed .c-social__head .c-user__wrapper .c-user .c-user__name {
  margin-top: 5px;
  font-size: 12px;
  font-weight: 400;
}
body.artCollege-top .p-why-choose-eys .c-why-choose-eys__wrapper .c-section__content .c-section__innerContent .c-section__card.rank-2 .c-sectionBody__container .c-social__feed .c-social__head .c-user__wrapper .c-user .c-time__feed {
  margin-bottom: 2px;
  color: #999;
  font-size: 10px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-why-choose-eys .c-why-choose-eys__wrapper .c-section__content .c-section__innerContent .c-section__card.rank-2 .c-sectionBody__container .c-social__feed .c-social__head .c-user__wrapper .c-user .c-time__feed {
    margin-bottom: 10px;
  }
}
body.artCollege-top .p-why-choose-eys .c-why-choose-eys__wrapper .c-section__content .c-section__innerContent .c-section__card.rank-2 .c-sectionBody__container .c-social__feed .c-social__head .c-info__feed {
  position: absolute;
  top: 8px;
  right: 0;
  color: #666;
  font-size: 10px;
  font-weight: 400;
}
body.artCollege-top .p-why-choose-eys .c-why-choose-eys__wrapper .c-section__content .c-section__innerContent .c-section__card.rank-2 .c-sectionBody__container .c-social__feed .c-social__feedback {
  margin-top: 9px;
}
body.artCollege-top .p-why-choose-eys .c-why-choose-eys__wrapper .c-section__content .c-section__innerContent .c-section__card.rank-2 .c-sectionBody__container .c-social__feed .c-social__feedback > p {
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.8;
}
body.artCollege-top .p-why-choose-eys .c-why-choose-eys__wrapper .c-section__content .c-section__innerContent .c-section__card.rank-3 {
  position: relative;
  width: 320px;
  height: 510px;
  margin: 80px auto 0;
  background-color: #ddd;
  border-radius: 30px;
}
@media screen and (min-width: 768px) {
  body.artCollege-top .p-why-choose-eys .c-why-choose-eys__wrapper .c-section__content .c-section__innerContent .c-section__card.rank-3 {
    right: -7px;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-why-choose-eys .c-why-choose-eys__wrapper .c-section__content .c-section__innerContent .c-section__card.rank-3 {
    width: 100%;
    height: 419px;
    margin-top: 54px;
    border-radius: 20px;
  }
}
body.artCollege-top .p-why-choose-eys .c-why-choose-eys__wrapper .c-section__content .c-section__innerContent .c-section__card.rank-3 .c-sectionHead__cardWrapper {
  padding: 10px;
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-why-choose-eys .c-why-choose-eys__wrapper .c-section__content .c-section__innerContent .c-section__card.rank-3 .c-sectionHead__cardWrapper {
    padding: 7px;
  }
}
body.artCollege-top .p-why-choose-eys .c-why-choose-eys__wrapper .c-section__content .c-section__innerContent .c-section__card.rank-3 .c-sectionHead__cardWrapper .c-sectionHead__card {
  height: 120px;
  position: relative;
  background-color: #fff;
  border-radius: 20px;
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-why-choose-eys .c-why-choose-eys__wrapper .c-section__content .c-section__innerContent .c-section__card.rank-3 .c-sectionHead__cardWrapper .c-sectionHead__card {
    height: 70px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
body.artCollege-top .p-why-choose-eys .c-why-choose-eys__wrapper .c-section__content .c-section__innerContent .c-section__card.rank-3 .c-sectionHead__cardWrapper .c-sectionHead__card .c-sectionHead__rank {
  position: absolute;
  top: -46px;
  left: 9px;
  right: 0;
  margin: 0 auto;
  width: 90px;
  height: 90px;
  background-color: #d5a87c;
  border-radius: 100px;
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-why-choose-eys .c-why-choose-eys__wrapper .c-section__content .c-section__innerContent .c-section__card.rank-3 .c-sectionHead__cardWrapper .c-sectionHead__card .c-sectionHead__rank {
    top: -52px;
    left: -1px;
    right: 0;
    margin: 0 auto;
    width: 68px;
    height: 68px;
  }
}
body.artCollege-top .p-why-choose-eys .c-why-choose-eys__wrapper .c-section__content .c-section__innerContent .c-section__card.rank-3 .c-sectionHead__cardWrapper .c-sectionHead__card .c-sectionHead__rank > h1 {
  position: absolute;
  top: 8px;
  left: 21px;
  color: #fff;
  font-size: 50px;
  font-family: "Roboto";
  font-style: italic;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-why-choose-eys .c-why-choose-eys__wrapper .c-section__content .c-section__innerContent .c-section__card.rank-3 .c-sectionHead__cardWrapper .c-sectionHead__card .c-sectionHead__rank > h1 {
    top: 8px;
    left: 16px;
    font-size: 34px;
  }
}
body.artCollege-top .p-why-choose-eys .c-why-choose-eys__wrapper .c-section__content .c-section__innerContent .c-section__card.rank-3 .c-sectionHead__cardWrapper .c-sectionHead__card .c-sectionHead__rank > span {
  position: absolute;
  top: 43px;
  left: 54px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-why-choose-eys .c-why-choose-eys__wrapper .c-section__content .c-section__innerContent .c-section__card.rank-3 .c-sectionHead__cardWrapper .c-sectionHead__card .c-sectionHead__rank > span {
    top: 32px;
    left: 37px;
    font-size: 12px;
  }
}
body.artCollege-top .p-why-choose-eys .c-why-choose-eys__wrapper .c-section__content .c-section__innerContent .c-section__card.rank-3 .c-sectionHead__cardWrapper .c-sectionHead__card .c-sectionHead__content {
  padding-top: 54px;
  color: #d5a87c;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-why-choose-eys .c-why-choose-eys__wrapper .c-section__content .c-section__innerContent .c-section__card.rank-3 .c-sectionHead__cardWrapper .c-sectionHead__card .c-sectionHead__content {
    padding-top: 25px;
    font-size: 14px;
  }
}
body.artCollege-top .p-why-choose-eys .c-why-choose-eys__wrapper .c-section__content .c-section__innerContent .c-section__card.rank-3 .c-sectionHead__cardWrapper .c-sectionHead__card .c-sectionHead__feed {
  font-size: 13px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-why-choose-eys .c-why-choose-eys__wrapper .c-section__content .c-section__innerContent .c-section__card.rank-3 .c-sectionHead__cardWrapper .c-sectionHead__card .c-sectionHead__feed {
    margin-top: 2px;
    font-size: 9px;
  }
}
body.artCollege-top .p-why-choose-eys .c-why-choose-eys__wrapper .c-section__content .c-section__innerContent .c-section__card.rank-3 .c-sectionBody__container {
  margin-right: 3px;
  padding: 10px 3px 10px 10px;
  height: 359px;
  overflow-y: scroll;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-why-choose-eys .c-why-choose-eys__wrapper .c-section__content .c-section__innerContent .c-section__card.rank-3 .c-sectionBody__container {
    padding: 7px 3px 7px 7px;
    height: 330px;
  }
}
body.artCollege-top .p-why-choose-eys .c-why-choose-eys__wrapper .c-section__content .c-section__innerContent .c-section__card.rank-3 .c-sectionBody__container::-webkit-scrollbar {
  width: 4px;
}
body.artCollege-top .p-why-choose-eys .c-why-choose-eys__wrapper .c-section__content .c-section__innerContent .c-section__card.rank-3 .c-sectionBody__container::-webkit-scrollbar-thumb {
  border-radius: 50px;
  background-color: #fff;
}
body.artCollege-top .p-why-choose-eys .c-why-choose-eys__wrapper .c-section__content .c-section__innerContent .c-section__card.rank-3 .c-sectionBody__container .c-social__feed {
  padding: 10px;
  background-color: #fff;
  border-radius: 20px;
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-why-choose-eys .c-why-choose-eys__wrapper .c-section__content .c-section__innerContent .c-section__card.rank-3 .c-sectionBody__container .c-social__feed {
    border-radius: 4px;
  }
}
body.artCollege-top .p-why-choose-eys .c-why-choose-eys__wrapper .c-section__content .c-section__innerContent .c-section__card.rank-3 .c-sectionBody__container .c-social__feed .p-social__image {
  border-radius: 50%;
}
body.artCollege-top .p-why-choose-eys .c-why-choose-eys__wrapper .c-section__content .c-section__innerContent .c-section__card.rank-3 .c-sectionBody__container .c-social__feed:not(:nth-child(1)) {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-why-choose-eys .c-why-choose-eys__wrapper .c-section__content .c-section__innerContent .c-section__card.rank-3 .c-sectionBody__container .c-social__feed:not(:nth-child(1)) {
    margin-top: 5px;
  }
}
body.artCollege-top .p-why-choose-eys .c-why-choose-eys__wrapper .c-section__content .c-section__innerContent .c-section__card.rank-3 .c-sectionBody__container .c-social__feed .c-social__head {
  position: relative;
}
body.artCollege-top .p-why-choose-eys .c-why-choose-eys__wrapper .c-section__content .c-section__innerContent .c-section__card.rank-3 .c-sectionBody__container .c-social__feed .c-social__head .c-social__icon {
  position: absolute;
  top: -15px;
  left: -15px;
  width: 30px;
}
body.artCollege-top .p-why-choose-eys .c-why-choose-eys__wrapper .c-section__content .c-section__innerContent .c-section__card.rank-3 .c-sectionBody__container .c-social__feed .c-social__head .c-social__icon > img {
  width: 100%;
}
body.artCollege-top .p-why-choose-eys .c-why-choose-eys__wrapper .c-section__content .c-section__innerContent .c-section__card.rank-3 .c-sectionBody__container .c-social__feed .c-social__head .c-user__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body.artCollege-top .p-why-choose-eys .c-why-choose-eys__wrapper .c-section__content .c-section__innerContent .c-section__card.rank-3 .c-sectionBody__container .c-social__feed .c-social__head .c-user__wrapper .c-social__imgWrapper {
  width: 50px;
  height: 50px;
  border-radius: 100px;
  border: 1px #ddd solid;
}
body.artCollege-top .p-why-choose-eys .c-why-choose-eys__wrapper .c-section__content .c-section__innerContent .c-section__card.rank-3 .c-sectionBody__container .c-social__feed .c-social__head .c-user__wrapper .c-user {
  margin-left: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-why-choose-eys .c-why-choose-eys__wrapper .c-section__content .c-section__innerContent .c-section__card.rank-3 .c-sectionBody__container .c-social__feed .c-social__head .c-user__wrapper .c-user {
    margin-left: 20px;
  }
}
body.artCollege-top .p-why-choose-eys .c-why-choose-eys__wrapper .c-section__content .c-section__innerContent .c-section__card.rank-3 .c-sectionBody__container .c-social__feed .c-social__head .c-user__wrapper .c-user .c-user__name {
  margin-top: 5px;
  font-size: 12px;
  font-weight: 400;
}
body.artCollege-top .p-why-choose-eys .c-why-choose-eys__wrapper .c-section__content .c-section__innerContent .c-section__card.rank-3 .c-sectionBody__container .c-social__feed .c-social__head .c-user__wrapper .c-user .c-time__feed {
  margin-bottom: 2px;
  color: #999;
  font-size: 10px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-why-choose-eys .c-why-choose-eys__wrapper .c-section__content .c-section__innerContent .c-section__card.rank-3 .c-sectionBody__container .c-social__feed .c-social__head .c-user__wrapper .c-user .c-time__feed {
    margin-bottom: 10px;
  }
}
body.artCollege-top .p-why-choose-eys .c-why-choose-eys__wrapper .c-section__content .c-section__innerContent .c-section__card.rank-3 .c-sectionBody__container .c-social__feed .c-social__head .c-info__feed {
  position: absolute;
  top: 8px;
  right: 0;
  color: #666;
  font-size: 10px;
  font-weight: 400;
}
body.artCollege-top .p-why-choose-eys .c-why-choose-eys__wrapper .c-section__content .c-section__innerContent .c-section__card.rank-3 .c-sectionBody__container .c-social__feed .c-social__feedback {
  margin-top: 9px;
}
body.artCollege-top .p-why-choose-eys .c-why-choose-eys__wrapper .c-section__content .c-section__innerContent .c-section__card.rank-3 .c-sectionBody__container .c-social__feed .c-social__feedback > p {
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.8;
}
body.artCollege-top .p-why-choose-eys .c-why-choose-eys__wrapper .c-section__content .c-section__otherContent > ul {
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-why-choose-eys .c-why-choose-eys__wrapper .c-section__content .c-section__otherContent > ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-why-choose-eys .c-why-choose-eys__wrapper .c-section__content .c-section__otherContent > ul {
    margin-top: 0;
    margin-bottom: -33px;
  }
}
@media screen and (min-width: 768px) {
  body.artCollege-top .p-why-choose-eys .c-why-choose-eys__wrapper .c-section__content .c-section__otherContent > ul > li {
    margin: -20px auto 0;
  }
  body.artCollege-top .p-why-choose-eys .c-why-choose-eys__wrapper .c-section__content .c-section__otherContent > ul > li:nth-child(1) {
    position: relative;
    left: -9px;
  }
  body.artCollege-top .p-why-choose-eys .c-why-choose-eys__wrapper .c-section__content .c-section__otherContent > ul > li:nth-child(2) {
    position: relative;
    top: 40px;
    left: -4px;
  }
  body.artCollege-top .p-why-choose-eys .c-why-choose-eys__wrapper .c-section__content .c-section__otherContent > ul > li:nth-child(3) {
    position: relative;
    top: 80px;
    left: 1px;
  }
  body.artCollege-top .p-why-choose-eys .c-why-choose-eys__wrapper .c-section__content .c-section__otherContent > ul > li:nth-child(4) {
    position: relative;
    top: 120px;
    right: -6px;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-why-choose-eys .c-why-choose-eys__wrapper .c-section__content .c-section__otherContent > ul > li {
    margin: 35px auto 0;
  }
  body.artCollege-top .p-why-choose-eys .c-why-choose-eys__wrapper .c-section__content .c-section__otherContent > ul > li:nth-child(3) {
    position: relative;
    top: -32px;
  }
  body.artCollege-top .p-why-choose-eys .c-why-choose-eys__wrapper .c-section__content .c-section__otherContent > ul > li:nth-child(4) {
    position: relative;
    top: -32px;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-why-choose-eys .c-why-choose-eys__wrapper .c-section__content .c-section__otherContent > ul > li:nth-child(even) {
    margin-top: 80px;
  }
}
body.artCollege-top .p-why-choose-eys .c-why-choose-eys__wrapper .c-section__content .c-section__otherContent > ul > li .c-section__card {
  width: 235px;
  height: 140px;
  background-color: #ddd;
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-why-choose-eys .c-why-choose-eys__wrapper .c-section__content .c-section__otherContent > ul > li .c-section__card {
    width: 162px;
    height: 103px;
    border-radius: 20px;
  }
}
body.artCollege-top .p-why-choose-eys .c-why-choose-eys__wrapper .c-section__content .c-section__otherContent > ul > li .c-section__card .c-sectionHead__cardWrapper {
  padding: 10px;
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-why-choose-eys .c-why-choose-eys__wrapper .c-section__content .c-section__otherContent > ul > li .c-section__card .c-sectionHead__cardWrapper {
    padding: 7px;
  }
}
body.artCollege-top .p-why-choose-eys .c-why-choose-eys__wrapper .c-section__content .c-section__otherContent > ul > li .c-section__card .c-sectionHead__cardWrapper .c-sectionHead__card {
  height: 120px;
  position: relative;
  background-color: #fff;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-why-choose-eys .c-why-choose-eys__wrapper .c-section__content .c-section__otherContent > ul > li .c-section__card .c-sectionHead__cardWrapper .c-sectionHead__card {
    height: 89px;
    border-radius: 13px;
  }
}
body.artCollege-top .p-why-choose-eys .c-why-choose-eys__wrapper .c-section__content .c-section__otherContent > ul > li .c-section__card .c-sectionHead__cardWrapper .c-sectionHead__card .c-sectionHead__rank {
  position: absolute;
  top: -40px;
  left: -1px;
  right: 0;
  margin: 0 auto;
  width: 80px;
  height: 80px;
  background-color: #6bc;
  border-radius: 100px;
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-why-choose-eys .c-why-choose-eys__wrapper .c-section__content .c-section__otherContent > ul > li .c-section__card .c-sectionHead__cardWrapper .c-sectionHead__card .c-sectionHead__rank {
    top: -35px;
    left: 7px;
    right: 0;
    margin: 0 auto;
    width: 55px;
    height: 55px;
  }
}
body.artCollege-top .p-why-choose-eys .c-why-choose-eys__wrapper .c-section__content .c-section__otherContent > ul > li .c-section__card .c-sectionHead__cardWrapper .c-sectionHead__card .c-sectionHead__rank > h1 {
  position: absolute;
  top: 9px;
  left: 18px;
  color: #fff;
  font-size: 40px;
  font-family: "Roboto";
  font-style: italic;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-why-choose-eys .c-why-choose-eys__wrapper .c-section__content .c-section__otherContent > ul > li .c-section__card .c-sectionHead__cardWrapper .c-sectionHead__card .c-sectionHead__rank > h1 {
    top: 8px;
    left: 13px;
    font-size: 26px;
  }
}
body.artCollege-top .p-why-choose-eys .c-why-choose-eys__wrapper .c-section__content .c-section__otherContent > ul > li .c-section__card .c-sectionHead__cardWrapper .c-sectionHead__card .c-sectionHead__rank > span {
  position: absolute;
  top: 35px;
  left: 47px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-why-choose-eys .c-why-choose-eys__wrapper .c-section__content .c-section__otherContent > ul > li .c-section__card .c-sectionHead__cardWrapper .c-sectionHead__card .c-sectionHead__rank > span {
    top: 27px;
    left: 31px;
    font-size: 10px;
  }
}
body.artCollege-top .p-why-choose-eys .c-why-choose-eys__wrapper .c-section__content .c-section__otherContent > ul > li .c-section__card .c-sectionHead__cardWrapper .c-sectionHead__card .c-sectionHead__content {
  padding-top: 54px;
  color: #6bc;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-why-choose-eys .c-why-choose-eys__wrapper .c-section__content .c-section__otherContent > ul > li .c-section__card .c-sectionHead__cardWrapper .c-sectionHead__card .c-sectionHead__content {
    padding-top: 35px;
    font-size: 12px;
    letter-spacing: 0;
  }
}
body.artCollege-top .p-why-choose-eys .c-why-choose-eys__wrapper .c-section__content .c-section__otherContent > ul > li .c-section__card .c-sectionHead__cardWrapper .c-sectionHead__card .c-sectionHead__feed {
  font-size: 13px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-why-choose-eys .c-why-choose-eys__wrapper .c-section__content .c-section__otherContent > ul > li .c-section__card .c-sectionHead__cardWrapper .c-sectionHead__card .c-sectionHead__feed {
    margin-top: 11px;
    font-size: 9px;
  }
}
@media screen and (min-width: 768px) {
  body.artCollege-top .p-companies-educ {
    margin-top: 123px;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-companies-educ {
    margin-top: -26px;
  }
}
body.artCollege-top .p-companies-educ .c-companies-educ__wrapper {
  padding: 0 20px;
  background-repeat: no-repeat;
  background-position: center top;
}
@media screen and (min-width: 768px) {
  body.artCollege-top .p-companies-educ .c-companies-educ__wrapper.lazyloaded {
    background-image: url("/art-college/assets/img/companies-educ-bg.svg");
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-companies-educ .c-companies-educ__wrapper.lazyloaded {
    background-image: url("/art-college/assets/img/companies-educ-bg-sp.svg");
  }
}
@media screen and (min-width: 768px) {
  body.artCollege-top .p-companies-educ .c-companies-educ__wrapper {
    background-size: 48.7%;
    background-position: 43.7% 24%;
    margin-bottom: -80px;
    padding: 0 20px 232px 20px;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-companies-educ .c-companies-educ__wrapper {
    background-size: 101%;
    background-position: 180% 11%;
  }
}
body.artCollege-top .p-companies-educ .c-companies-educ__wrapper .c-section__content {
  padding: 57px 0 80px;
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-companies-educ .c-companies-educ__wrapper .c-section__content {
    padding: 102px 0 0px;
  }
}
body.artCollege-top .p-companies-educ .c-companies-educ__wrapper .c-section__content .c-section__head > h1 {
  text-align: center;
}
body.artCollege-top .p-companies-educ .c-companies-educ__wrapper .c-section__content .c-section__head > h1 > img {
  width: 406.13px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  body.artCollege-top .p-companies-educ .c-companies-educ__wrapper .c-section__content .c-section__head > h1 > img {
    max-width: 406.13px;
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-companies-educ .c-companies-educ__wrapper .c-section__content .c-section__head > h1 > img {
    max-width: 238.9px;
    width: 100%;
    margin: 0 auto;
  }
}
body.artCollege-top .p-companies-educ .c-companies-educ__wrapper .c-section__content .c-section__innerContent > p {
  color: #777;
  font-weight: 600;
  letter-spacing: 0.1em;
  word-wrap: break-word;
}
@media screen and (min-width: 768px) {
  body.artCollege-top .p-companies-educ .c-companies-educ__wrapper .c-section__content .c-section__innerContent > p {
    margin-top: 45px;
    font-size: 20px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-companies-educ .c-companies-educ__wrapper .c-section__content .c-section__innerContent > p {
    margin-top: 27px;
    font-size: 14px;
    line-height: 1.45;
    text-align: center;
  }
}
body.artCollege-top .p-companies-educ .c-companies-educ__wrapper .c-section__content .c-section__innerContent > ul {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-companies-educ .c-companies-educ__wrapper .c-section__content .c-section__innerContent > ul {
    margin-top: 21px;
  }
}
body.artCollege-top .p-companies-educ .c-companies-educ__wrapper .c-section__content .c-section__innerContent > ul > li {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-companies-educ .c-companies-educ__wrapper .c-section__content .c-section__innerContent > ul > li {
    margin-top: 8px;
  }
}
body.artCollege-top .p-companies-educ .c-companies-educ__wrapper .c-section__content .c-section__innerContent > ul > li > a {
  position: relative;
  width: 400px;
  height: 60px;
  margin: 0 10px;
  background-color: #e96;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
body.artCollege-top .p-companies-educ .c-companies-educ__wrapper .c-section__content .c-section__innerContent > ul > li > a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-companies-educ .c-companies-educ__wrapper .c-section__content .c-section__innerContent > ul > li > a {
    width: 275px;
    height: 41px;
  }
}
body.artCollege-top .p-companies-educ .c-companies-educ__wrapper .c-section__content .c-section__innerContent > ul > li > a::before {
  content: "";
  display: block;
  position: absolute;
  top: 24px;
  right: 19px;
  width: 15px;
  height: 4px;
  background-color: #fff;
  border-radius: 100px;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-companies-educ .c-companies-educ__wrapper .c-section__content .c-section__innerContent > ul > li > a::before {
    top: 15px;
    right: 14px;
    width: 11px;
    height: 3px;
  }
}
body.artCollege-top .p-companies-educ .c-companies-educ__wrapper .c-section__content .c-section__innerContent > ul > li > a::after {
  content: "";
  display: block;
  position: absolute;
  top: 32px;
  right: 19px;
  width: 15px;
  height: 4px;
  background-color: #fff;
  border-radius: 100px;
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-companies-educ .c-companies-educ__wrapper .c-section__content .c-section__innerContent > ul > li > a::after {
    top: 21px;
    right: 14px;
    width: 11px;
    height: 3px;
  }
}
body.artCollege-top .p-companies-educ .c-companies-educ__wrapper .c-section__content .c-section__innerContent > ul > li > a > img {
  width: 127.98px;
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-companies-educ .c-companies-educ__wrapper .c-section__content .c-section__innerContent > ul > li > a > img {
    width: 90px;
  }
}
body.artCollege-top .p-companies-educ .c-companies-educ__wrapper .c-section__content .c-section__otherContent {
  margin-top: 97px;
}
body.artCollege-top .p-companies-educ .c-companies-educ__wrapper .c-section__content .c-section__otherContent > h6 {
  color: #777;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1em;
}
body.artCollege-top .p-companies-educ .c-companies-educ__wrapper .c-section__content .c-section__otherContent > p {
  margin-top: 7px;
  color: #777;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 2.5;
}
@media screen and (max-width: 767px) {
  body.artCollege-top .p-companies-educ .c-companies-educ__wrapper .c-section__content .c-section__otherContent > p {
    margin-top: 19px;
    font-size: 10px;
    letter-spacing: 0.12em;
    line-height: 2;
  }
}

.onlySelected {
  position: relative;
}
.onlySelected__pc, .onlySelected__sp {
  width: 100%;
  position: absolute;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .onlySelected__pc {
    display: block;
    right: -37px;
    bottom: 0;
  }
  .onlySelected__sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .onlySelected__pc {
    display: none;
  }
  .onlySelected__sp {
    display: block;
    right: 0;
    bottom: 0;
  }
}

/*# sourceMappingURL=main.css.map */
