.sc-kv {
  margin-top: -80px;
  min-width: 1000px;
}
.sc-kv__body {
  position: relative;
}
.sc-kv__bodyStudio {
  position: relative;
  z-index: 1;
  width: 1245px;
  height: 480px;
  margin: 0 auto;
  transform: translateX(calc(50% - 104px));
}
.sc-kv__bodyStudio::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 294px;
  height: 100%;
  background: url("/art-college/music/assets/img/studio_course_pc/studio_kv_left.png") no-repeat;
  transform: translateX(-148px);
}
.sc-kv__bodyStudio::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 501px;
  height: 100%;
  background: url("/art-college/music/assets/img/studio_course_pc/studio_kv_right.png") no-repeat;
  transform: translateX(232px);
}
.sc-kv__bodyStudio img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.sc-kv__bodyCourse {
  position: absolute;
  width: 540px;
  height: 464px;
  object-fit: cover;
  object-position: center;
  z-index: 3;
  left: 50%;
  top: 65px;
  transform: translateX(calc(-100% + 20px));
}
.sc-kv__bodyTitle {
  position: absolute;
  z-index: 2;
  left: calc(50% + 180px);
  top: 390px;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  min-width: 350px;
}
.sc-kv__bodyTitle em {
  position: relative;
  display: inline-block;
  background-color: #F8FAF9;
  font-size: 36px;
  font-weight: 600;
  line-height: 60px;
  color: #707070;
  white-space: nowrap;
}
.sc-kv__bodyTitle em::before, .sc-kv__bodyTitle em::after {
  content: "";
  position: absolute;
  z-index: -1;
}
.sc-kv__bodyTitleStudio {
  margin-right: auto;
}
.sc-kv__bodyTitleStudio em {
  padding-left: 40px;
}
.sc-kv__bodyTitleStudio em::after {
  right: 0;
  top: 0;
  width: 289px;
  height: 60px;
  background: url("/art-college/music/assets/img/studio_course_pc/kv_title_studio.png") no-repeat;
  background-size: cover;
  transform: translateX(25%);
}
.sc-kv__bodyTitleStudio em > i {
  margin-left: 20px;
}
.sc-kv__bodyTitleCourse {
  margin-left: auto;
}
.sc-kv__bodyTitleCourse em {
  padding-right: 40px;
}
.sc-kv__bodyTitleCourse em::before {
  left: 0;
  top: 0;
  width: 289px;
  height: 60px;
  background: url("/art-college/music/assets/img/studio_course_pc/kv_title_course.png") no-repeat;
  background-size: cover;
  transform: translateX(-25%);
}
.sc-kv__bodyIconsBig {
  position: absolute;
  z-index: 5;
  left: 50%;
  top: 314px;
  transform: translateX(calc(-100% - 210px));
}
.sc-kv__bodyIconsSmall {
  position: absolute;
  z-index: 5;
  left: 50%;
  top: 222px;
  transform: translateX(350px);
}
.sc-kv__bodyPresent {
  position: absolute;
  width: 171px;
  height: 164px;
  z-index: 5;
  left: calc(50% + 415px);
  top: 451px;
  transform: translate(-50%, -50%);
}
.sc-kv__bodyPresent > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.sc-kv__footer {
  position: relative;
  z-index: 4;
  background: rgb(156, 232, 192);
  background: -moz-linear-gradient(90deg, rgb(156, 232, 192) 0%, rgb(116, 216, 229) 100%);
  background: -webkit-linear-gradient(90deg, rgb(156, 232, 192) 0%, rgb(116, 216, 229) 100%);
  background: linear-gradient(90deg, rgb(156, 232, 192) 0%, rgb(116, 216, 229) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#9ce8c0",endColorstr="#74d8e5",GradientType=1);
  text-align: center;
  letter-spacing: 1px;
}
.sc-kv__footerTitle1 {
  background-color: rgba(112, 112, 112, 0.3);
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  line-height: 30px;
  white-space: nowrap;
}
.sc-kv__footerTitle2 {
  font-size: 30px;
  font-weight: 400;
  line-height: 70px;
  color: #ffffff;
}
.sc-kv__footerTitle2 em {
  font-family: "Square721 Ex BT", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 300;
  text-transform: uppercase;
}

.sc-area__contentGoogleMap {
  position: relative;
}
.sc-area__contentGoogleMap::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(255, 119, 170, 0.3);
}
.sc-area__contentGoogleMap:hover::before {
  content: none;
}
.sc-area__contentImage {
  position: relative;
}
.sc-area__contentImage > img {
  width: 100%;
}
.sc-area__contentBlog {
  display: flex;
  justify-content: flex-start;
  margin: -40px auto 0;
  max-width: 1000px;
  width: 100%;
  overflow: hidden;
  padding: 0 5px 10px;
}
.sc-area__contentBlog .swiper-wrapper {
  display: flex;
  align-items: stretch;
  flex-wrap: nowrap;
}
.sc-area__contentBlog .swiper-wrapper.sc-area__contentBlog--center {
  margin: 0 auto;
}
.sc-area__contentBlog .swiper-slide {
  max-width: 325px;
  height: 100%;
}
.sc-area__contentBlog .swiper-slide .news_event_link {
  color: #222222;
  text-decoration: none;
  height: 100%;
}
.sc-area__contentBlog .swiper-slide .news_slide_1 {
  position: relative;
  width: 235px;
  height: 100%;
  margin: 0 auto;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  background: #ffffff;
}
.sc-area__contentBlog .swiper-slide .news_slide_1_thumbnail {
  margin-bottom: -4px;
}
.sc-area__contentBlog .swiper-slide .news_slide_1_thumbnail > img {
  width: 100%;
  height: 185px;
  object-fit: cover;
  object-position: center;
}
.sc-area__contentBlog .swiper-slide .news_inner_container {
  width: 90%;
  margin: 12px auto;
}
.sc-area__contentBlog .swiper-slide .news_inner_container .news_inner_date {
  font-family: "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 10px;
  font-weight: 300;
  line-height: 1.8;
}
.sc-area__contentBlog .swiper-slide .news_inner_container .news_inner_title {
  font-family: "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.38;
  margin: 8px 0px 0;
}
.sc-area__contentBlog .swiper-slide .news_inner_container .news_inner_text > p {
  font-family: "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 11px;
  font-weight: 300;
  line-height: 1.6;
  padding-top: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.sc-area .c-feature-price__view-more {
  width: 300px;
  margin: 47px auto 0;
}

.sc-design .slick-slide {
  max-height: 570px;
}
.sc-design .slick-slide img {
  height: 570px;
  object-fit: cover;
  object-position: center;
}
.sc-design .p-accessStudio__slider .p-accessStudio__sliderKvThumb .slick-slide {
  width: 100px;
  height: 100px;
}
.sc-design__info {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  max-width: 1000px;
  width: 100%;
  margin: 80px auto 0;
}
.sc-design__infoText {
  position: absolute;
  left: 50%;
  top: 0;
  width: 300px;
  max-height: 150px;
  overflow: auto;
  height: auto;
  transform: translate(-50%, 40px);
  font-size: 16px;
  line-height: 2;
  text-align: center;
  color: #222222;
}
.sc-design__infoFukidashi {
  display: flex;
  margin: 0 auto;
}

.sc-lessonRoom {
  position: relative;
  width: 100%;
  height: 480px;
  max-width: 1000px;
  box-sizing: content-box;
  margin: 100px auto 0;
  padding-bottom: 100px;
}
.sc-lessonRoom > .sc-lessonRoomCol > .sc-lessonRoomColItem {
  margin: 10px;
}
.sc-lessonRoomCol {
  display: flex;
  justify-content: space-evenly;
  align-items: stretch;
  width: 100%;
  height: 100%;
}
.sc-lessonRoomColItem {
  flex: 1;
}
.sc-lessonRoomColItem > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.sc-lessonRoomColItem--wide .sc-lessonRoomColItem {
  width: 210px;
  max-height: 140px;
}
.sc-lessonRoomColItem--wide .sc-lessonRoomRowItem {
  max-height: 140px;
}
.sc-lessonRoomRow {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
}
.sc-lessonRoomRowItem {
  flex: 1;
}
.sc-lessonRoomRowItem .sc-lessonRoomColItem:not(:first-of-type) {
  margin-left: 20px;
}
.sc-lessonRoomRowItem > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.sc-lessonRoomRowItemText {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  overflow-y: auto;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  color: #222222;
  text-align: center;
}
.sc-lessonRoomFukidashi img:nth-child(1) {
  position: absolute;
  left: 40px;
  bottom: 0;
}
.sc-lessonRoomFukidashi img:nth-child(2) {
  position: absolute;
  right: 40px;
  bottom: 0;
}
.sc-lessonRoomFukidashi--v2 {
  position: relative;
}
.sc-lessonRoomFukidashi--v2 img:nth-child(1) {
  position: absolute;
  left: -30px;
  bottom: -40px;
}
.sc-lessonRoomFukidashi--v2 img:nth-child(2) {
  position: absolute;
  right: -30px;
  bottom: -50px;
}

.as-featureRoomList {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.as-featureRoomListMain {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 60px 40px;
}
.as-featureRoomListMain li {
  width: 400px;
  margin: 70px 30px 0;
  -webkit-box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.25);
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.as-featureRoomListMain li figure {
  all: unset;
  width: 100%;
  position: relative;
  display: inline-block;
}
.as-featureRoomListMain li figure > img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  object-position: center;
  border-top-left-radius: 20px;
}
.as-featureRoomListMain li figure h4 {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, calc(-100% + 3px));
  font-family: "Square721 Ex BT", Arial, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: normal;
  line-height: 1;
  color: rgba(119, 153, 255, 0.5);
  text-transform: uppercase;
  white-space: nowrap;
}
.as-featureRoomListMain li figure figcaption {
  background-color: #ffffff;
  border-bottom-right-radius: 20px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
.as-featureRoomListMain li figure figcaption h5 {
  font-size: 20px;
  color: #7799FF;
}
.as-featureRoomListMain li figure figcaption p {
  font-size: 14px;
  color: #000000;
  padding-top: 10px;
}
.as-featureRoomListMain li:nth-child(even) {
  transform: translateY(60px);
}
.as-featureRoomListOther {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: nowrap;
  position: relative;
  padding: 120px 20px 20px;
  margin-top: 40px;
}
.as-featureRoomListOther li {
  flex: 1;
  margin: 10px;
  z-index: 2;
}
.as-featureRoomListOther li figure {
  all: unset;
  display: inline-block;
}
.as-featureRoomListOther li figure > img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  object-position: center;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.as-featureRoomListOther li figure figcaption {
  padding: 20px 10px;
  text-align: center;
}
.as-featureRoomListOther li figure figcaption h5 {
  font-family: "Square721 Ex BT", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 1;
  color: #7799FF;
}
.as-featureRoomListOther li figure figcaption p {
  font-size: 14px;
  font-weight: normal;
  color: #222222;
  padding-top: 10px;
}
.as-featureRoomListOtherFukidashi {
  position: absolute;
  left: 140px;
  top: 60px;
  transform: translate(0, -50%);
}
.as-featureRoomListOtherLeader {
  position: absolute;
  left: 40px;
  top: 0;
  width: 93px;
  height: 228px;
  z-index: 1;
}
.as-featureRoomListOtherLeader > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: top center;
}
.as-featureRoomListOtherTitle {
  position: absolute;
  left: 50%;
  top: 60px;
  text-align: center;
  transform: translate(-50%, -50%);
}
.as-featureRoomListOtherTitle h3 {
  font-size: 20px;
  color: #7799FF;
}
.as-featureRoomListOtherTitle p {
  font-size: 14px;
  color: #000000;
  padding-top: 10px;
}

.as-featureTechnology__header {
  position: relative;
  width: 100%;
  background-color: rgba(187, 224, 255, 0.42);
  margin: 60px 0 0;
}
.as-featureTechnology__headerText {
  max-width: 520px;
  margin: 0 auto;
  text-align: center;
  padding: 40px 0;
  transform: translateX(180px);
}
.as-featureTechnology__headerText h4 {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.9;
  color: #7799FF;
}
.as-featureTechnology__headerText p {
  font-size: 14px;
  line-height: 1.7142857143;
}
.as-featureTechnology__headerFukidashi {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(calc(-50% - 320px), -50%);
}
.as-featureTechnology__body {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.as-featureTechnology__bodyList {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 140px 0 240px;
}
.as-featureTechnology__bodyListItem {
  position: relative;
}
.as-featureTechnology__bodyListItem figure {
  all: unset;
  display: inline-block;
  position: relative;
  -webkit-filter: drop-shadow(0 10px 5px #ddd);
  filter: drop-shadow(0 10px 5px #ddd);
  transform: translateZ(0);
}
.as-featureTechnology__bodyListItem figure figcaption {
  position: absolute;
  width: max-content;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 60%);
}
.as-featureTechnology__bodyListItem figure figcaption.special-item {
  transform: translate(-50%, 90%);
}
.as-featureTechnology__bodyListItem--v1.as-featureTechnology__bodyListItem--odd {
  transform: translateY(-100px);
}
.as-featureTechnology__bodyListItem--v2.as-featureTechnology__bodyListItem--odd {
  transform: translateY(-50px);
}
.as-featureTechnology__bodyListItem--v3.as-featureTechnology__bodyListItem--odd {
  transform: translateY(-70px);
}
.as-featureTechnology__bodyListItem--v1 {
  width: 300px;
  margin: 0 10px;
}
.as-featureTechnology__bodyListItem--v2 {
  width: 250px;
  margin: 140px 30px 0;
  border: 4px solid #BBE0FF;
  border-radius: 30px;
}
.as-featureTechnology__bodyListItem--v2 figure {
  display: inline-block;
}
.as-featureTechnology__bodyListItem--v2 figure figcaption {
  left: 0;
  top: 0;
  width: 100%;
  bottom: auto;
  transform: none;
}
.as-featureTechnology__bodyListItem--v2 figure figcaption img {
  width: 100%;
  height: 170px;
  object-fit: cover;
  object-position: center;
  border-top-left-radius: 26px;
  border-top-right-radius: 26px;
}
.as-featureTechnology__bodyListItem--v3 {
  width: 220px;
  margin: 80px 5px 0;
}
.as-featureTechnology__bodyListItemNumber {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.sc-access {
  max-width: 880px;
  width: 100%;
  margin: 0 auto;
}
.sc-accessAddress {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 40px;
}
.sc-accessAddressItem {
  position: relative;
  flex: 1;
}
.sc-accessAddressItem:not(:first-of-type) {
  margin-left: 25px;
}
.sc-accessAddressItemLeader {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 9;
}
.sc-accessAddressItemLeader img {
  width: 150px;
  height: 400px;
  object-fit: contain;
  object-position: top center;
  transform: translate(-50%, 20px);
}
.sc-accessAddressItemComment {
  position: inherit;
  z-index: 8;
  width: 408px;
  height: 148px;
  background: url("/art-college/music/assets/img/studio_course_pc/leader_comment_noshadow.png") no-repeat;
  background-size: cover;
  margin-left: auto;
  margin-bottom: 15px;
  -webkit-filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.3));
  transform: translateZ(0);
}
.sc-accessAddressItemComment p {
  padding: 20px;
  text-align: center;
  font-size: 12px;
  line-height: 1.5;
  max-height: 120px;
  overflow-y: scroll;
}
.sc-accessAddressItemInfo {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  width: 380px;
  margin-left: auto;
}
.sc-accessAddressItemInfo dl {
  width: 180px;
  margin: 0 0 10px 10px;
}
.sc-accessAddressItemInfo dl dt {
  font-family: "Square721 Ex BT", Arial, Helvetica, sans-serif;
  font-size: 14px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #EEBBFF;
  text-align: center;
  padding: 6px 0 3px;
}
.sc-accessAddressItemInfo dl dd {
  font-size: 14px;
  color: #000000;
  padding: 10px 10px 10px 15px;
  line-height: 1.75;
  text-align: center;
}
.sc-accessAddressItemGoogleMap {
  height: 100%;
}
.sc-accessAddressItemGoogleMap iframe {
  height: 100%;
}
.sc-accessRoute {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 54px;
}
.sc-accessRouteItem {
  flex: 1;
}
.sc-accessRouteItem:not(:first-of-type) {
  margin-left: 25px;
}
.sc-accessRouteItemTitle {
  font-size: 16px;
  font-weight: 600;
  line-height: 40px;
  color: #FF88CC;
  background-color: #FFCCFF;
  text-align: center;
}
.sc-accessRouteItemTitle--purple {
  background-color: rgba(187, 136, 238, 0.3);
  color: #BB88EE;
}
.sc-accessRouteItemList {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: calc(100% + 26px);
  margin: 30px 0 0 -13px;
  counter-reset: my-sec-counter;
}
.sc-accessRouteItemListItem {
  position: relative;
  width: 200px;
  margin: 0 13px 10px;
}
.sc-accessRouteItemListItem::before {
  counter-increment: my-sec-counter;
  content: counter(my-sec-counter);
  position: absolute;
  width: 38px;
  height: 38px;
  top: 0;
  left: 0;
  background-color: #FF88CC;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  font-family: "Square721 Ex BT", Arial, Helvetica, sans-serif;
  font-size: 26px;
  text-align: center;
  color: #ffffff;
}
.sc-accessRouteItemListItem figure {
  margin: 0 auto;
}
.sc-accessRouteItemListItem figure img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: center;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.sc-accessRouteItemListItem figure figcaption {
  font-size: 12px;
  line-height: 1.6;
  padding: 10px 0;
}
.sc-accessRouteItemParking {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: calc(100% + 26px);
  margin: 30px 0 0 -13px;
}
.sc-accessRouteItemParkingItem {
  width: 200px;
  margin: 0 13px 10px;
}
.sc-accessRouteItemParkingItem iframe {
  width: 100%;
  height: 200px;
}
.sc-accessRouteItemParkingItem p {
  font-size: 12px;
  line-height: 1.6;
  padding: 10px 0;
}

.for-sp {
  display: none;
}

.sc-courseList {
  margin-top: 100px;
}
.sc-courseListHeader {
  position: relative;
  width: 100%;
  height: 240px;
  background-color: rgba(255, 136, 204, 0.35);
  padding-top: 50px;
}
.sc-courseListHeader > h4 {
  height: 80px;
  max-width: 520px;
  width: 100%;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 600;
  color: #ffffff;
  background-color: rgba(255, 136, 204, 0.6);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  border-radius: 40px;
}
.sc-courseListHeaderKids {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(calc(-50% - 25px), -25px);
  width: 774px;
}
.sc-courseListBody {
  position: relative;
  max-width: 1000px;
  width: 100%;
  margin: 10px auto 0;
}
.sc-courseListBodyItems {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 30px;
}
.sc-courseListBodyItems li {
  position: relative;
  width: 220px;
  background-color: #ffffff;
  -webkit-filter: drop-shadow(0 5px 5px #ddd);
  filter: drop-shadow(0 5px 5px #ddd);
  transform: translateZ(0);
}
.sc-courseListBodyItems li figure {
  display: inline-block;
  margin: unset;
  width: 100%;
}
.sc-courseListBodyItems li figure > img {
  width: 100%;
  height: 160px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.sc-courseListBodyItems li figure figcaption {
  padding: 20px;
}
.sc-courseListBodyItems li figure figcaption h5 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.1666666667;
  text-align: center;
}
.sc-courseListBodyItems li figure figcaption p {
  font-size: 12px;
  font-weight: normal;
  line-height: 1.5;
  padding-top: 10px;
}
.sc-courseListBodyItems li:nth-child(even) {
  transform: translateY(-40px);
}
.sc-courseListBodyItems li .c-btnLink {
  top: unset;
  right: unset;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%) rotate(90deg);
}

.sc-instructorBlog {
  text-align: center;
}
.sc-instructorBlogTitle {
  font-size: 16px;
  margin: 60px auto 30px;
}
.sc-instructorBlogList {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 920px;
  max-height: 640px;
  flex-wrap: wrap;
  flex-direction: column;
  margin: 0 auto;
}
.sc-instructorBlogListItem {
  position: relative;
  width: 210px;
  margin: 10px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
  -webkit-filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.3));
  transform: translateZ(0);
}
.sc-instructorBlogListItem > figure {
  all: unset;
  text-align: left;
}
.sc-instructorBlogListItem > figure > img {
  width: 100%;
  height: 132px;
  object-fit: cover;
  object-position: center;
}
.sc-instructorBlogListItem > figure > figcaption {
  background-color: #ffffff;
  padding: 15px 10px;
}
.sc-instructorBlogListItem > figure > figcaption dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  color: #999999;
}
.sc-instructorBlogListItem > figure > figcaption > h5 {
  font-size: 15px;
  line-height: 1.42;
  color: #FFBB66;
  padding-top: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.sc-instructorBlogListItem > figure > figcaption > p {
  font-size: 12px;
  line-height: 1.67;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-top: 10px;
}
.sc-instructorBlogListItem > a {
  all: unset;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  cursor: pointer;
}
.sc-instructorBlogListItem:first-child {
  width: 440px;
}
.sc-instructorBlogListItem:first-child > figure > img {
  height: 357px;
}
.sc-instructorBlogListItem:first-child > figure > figcaption {
  position: relative;
  z-index: 9;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-top: -35px;
  border-top-left-radius: 20px;
}
.sc-instructorBlogListItem:first-child .sc-instructorBlogListItemSticker {
  position: absolute;
  left: 0;
  bottom: 0;
}
.sc-instructorBlogListItem:nth-child(n+6) {
  display: none;
}
.sc-instructorBlogList--1 {
  max-width: 460px;
}
.sc-instructorBlogList--2 {
  max-width: 690px;
}
.sc-instructorBlogList--3 {
  max-width: 690px;
}

.as-blog__staff {
  margin-top: 100px;
}
.as-blog__staffHeader {
  width: 100%;
  background-color: rgba(248, 196, 38, 0.3);
  padding: 30px 0 410px;
}
.as-blog__staffHeader .c-common-header-title {
  opacity: 1;
  color: #ffffff;
  font-size: 40px;
  margin: 0 auto;
}
.as-blog__staffHeader .c-feature-common__header-title p {
  font-size: 30px;
}
.as-blog__staffBody {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.as-blog__staffBodyList {
  position: relative;
}
.as-blog__staffBodyListBackground {
  position: inherit;
  z-index: 1;
  width: 100%;
  margin-top: -370px;
  -webkit-filter: drop-shadow(0 5px 5px #ddd);
  filter: drop-shadow(0 5px 5px #ddd);
  transform: translateZ(0);
}
.as-blog__staffBodyListBackground figure {
  all: unset;
  display: inline-block;
  width: 100%;
  position: relative;
}
.as-blog__staffBodyListBackground figure img {
  width: 100%;
  border-radius: 10px;
}
.as-blog__staffBodyListBackground figure figcaption {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-100%);
}
.as-blog__staffBodyListSlider {
  position: inherit;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  margin-top: -150px;
}
.as-blog__staffBodyListSliderWrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: nowrap;
  width: max-content;
  padding: 0 10px 20px;
  margin: 0 auto;
}
.as-blog__staffBodyListSliderItem {
  width: 220px;
  max-width: 220px;
  margin: 0 10px;
  -webkit-filter: drop-shadow(0 5px 5px #ddd);
  filter: drop-shadow(0 5px 5px #ddd);
  transform: translateZ(0);
}
.as-blog__staffBodyListSliderItem figure {
  all: unset;
  display: inline-block;
  background-color: #ffffff;
}
.as-blog__staffBodyListSliderItem figure > img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  object-position: center;
}
.as-blog__staffBodyListSliderItem figure figcaption {
  padding: 20px;
  height: 210px;
}
.as-blog__staffBodyListSliderItem figure figcaption h5 {
  font-size: 14px;
  line-height: 1.5;
  color: #222222;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.as-blog__staffBodyListSliderItem figure figcaption p {
  font-size: 12px;
  line-height: 1.5;
  color: #222222;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.as-blog__staffBodyListSliderItem figure figcaption > a {
  margin-top: 20px;
}
.as-blog__staffBodyListSliderItem figure figcaption > a .c-btn-arrow__text {
  font-size: 12px;
  font-family: "Square721 Ex BT", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
.as-blog__staffBodyListSlider .news_event_link .news_slide_1 {
  background-color: #ffffff;
  max-width: 220px;
}
.as-blog__staffBodyListSlider .news_event_link .news_slide_1 .news_slide_1_thumbnail > img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  object-position: center;
}
.as-blog__staffBodyListSlider .news_event_link .news_slide_1 .news_inner_container {
  padding: 20px;
}
.as-blog__staffBodyListSlider .news_event_link .news_slide_1 .news_inner_container .news_inner_date {
  font-size: 10px;
  color: #666666;
}
.as-blog__staffBodyListSlider .news_event_link .news_slide_1 .news_inner_container .news_inner_title {
  font-size: 14px;
  font-weight: 600;
  margin-top: 10px;
}
.as-blog__staffBodyListSlider .news_event_link .news_slide_1 .news_inner_container .news_inner_text {
  font-size: 12px;
  color: #222222;
  margin-top: 10px;
}

.as-staff__recruitWorkTogether {
  margin: 100px auto 0;
  max-width: 1000px;
  width: 100%;
  position: relative;
}
.as-staff__recruitWorkTogether figcaption {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
}
.as-staff__recruitWorkTogether figcaption .c-btn-arrow__text {
  color: #7799FF;
}
.as-staff__recruitWorkTogether figcaption .c-btn-arrow {
  width: 350px;
}

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