main {
  padding-top: 60px;
}
@media screen and (min-width: 769px) {
  main {
    padding-top: 75px;
  }
}
@media only screen and (min-width: 1025px) {
  main {
    padding-top: 139px;
  }
}

.l-footer {
  position: relative;
  z-index: 10;
}

.artContent {
  position: relative;
  z-index: 1;
  font-family: "Shippori Antique B1", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #452e3d;
}
.artContent * {
  line-height: 1.6;
  letter-spacing: -0.01em;
}
@media only screen and (min-width: 1025px) {
  .artContent * {
    letter-spacing: 0.02em;
  }
}
.artContent h2,
.artContent h3 {
  font-weight: 400;
}
.artContent img {
  width: 100%;
}
.artContent .__sp {
  display: block;
}
@media screen and (min-width: 769px) {
  .artContent .__sp {
    display: none;
  }
}
.artContent .__tb_sp {
  display: block;
}
@media only screen and (min-width: 1025px) {
  .artContent .__tb_sp {
    display: none;
  }
}
.artContent .__pc {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .artContent .__pc {
    display: block;
  }
}

.artContent__inner {
  position: relative;
  z-index: 5;
  padding: 0 20px;
  font-size: 14px;
}
@media only screen and (min-width: 1025px) {
  .artContent__inner {
    max-width: 1440;
    padding: 0 149px;
    font-size: 16px;
  }
}

.artSection__bg {
  position: relative;
  padding: 96px 0 128px;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .artSection__bg {
    padding: 218px 0;
  }
}
.artSection__bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 25px;
  display: block;
  width: 100%;
  height: calc(100% - 50px);
  background: #f6efef;
  z-index: 0;
}
@media screen and (min-width: 769px) {
  .artSection__bg::before {
    top: 100px;
    height: calc(100% - 200px);
  }
}

.artSection__bgTop,
.artSection__bgBottom {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: -1;
}
.artSection__bgTop::before,
.artSection__bgBottom::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.artSection__bgTop {
  top: 0;
  height: 57px;
}
@media screen and (min-width: 769px) {
  .artSection__bgTop {
    height: 234px;
  }
}
.artSection__bgTop::before {
  background: url("../img/academics/gakubuart/2026/bg_top.svg") no-repeat bottom center/cover;
}

.artSection__bgBottom {
  bottom: 0;
  height: 57px;
}
@media screen and (min-width: 769px) {
  .artSection__bgBottom {
    height: 239px;
  }
}
.artSection__bgBottom::before {
  background: url("../img/academics/gakubuart/2026/bg_bottom.svg") no-repeat top center/cover;
}

.artBg {
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background: url("../img/academics/gakubuart/2026/sp/bg.webp") no-repeat center center/cover;
}
@media only screen and (min-width: 1025px) {
  .artBg {
    background-image: url("../img/academics/gakubuart/2026/bg.webp");
  }
}

.artTitle .en {
  font-family: "Roboto", serif;
  font-weight: 700;
  text-transform: uppercase;
  color: white;
  line-height: 1;
  border: 1px solid #452e3d;
  background: #d2587c;
  position: relative;
  display: block;
  font-size: 15px;
  padding: 2px 16px;
  margin-bottom: 17px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen and (min-width: 1025px) {
  .artTitle .en {
    font-size: 18px;
    margin-bottom: 19px;
  }
}
.artTitle .jp {
  font-size: 26px;
  line-height: 1.6;
}
@media only screen and (min-width: 1025px) {
  .artTitle .jp {
    font-size: 48px;
  }
}
.artTitle .deco {
  pointer-events: none;
}
.artTitle .deco::before, .artTitle .deco::after {
  content: "";
  display: block;
  width: 6px;
  aspect-ratio: 1/1;
  border: 1px solid #452e3d;
  background: white;
  position: absolute;
  z-index: 1;
}
.artTitle .deco::before {
  top: -3px;
}
.artTitle .deco::after {
  bottom: -3px;
}
.artTitle .deco.__left::before, .artTitle .deco.__left::after {
  left: -3px;
}
.artTitle .deco.__right::before, .artTitle .deco.__right::after {
  right: -3px;
}

.artBtn a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 300px;
  background: #d2587c;
  color: white;
  font-size: 15px;
  padding: 16px 20px 16px 44px;
  gap: 20px;
  border-radius: 5em;
}
@media screen and (max-width: 1024px) {
  .artBtn a {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1025px) {
  .artBtn a {
    min-width: 1px;
    font-size: 18px;
    padding: 20px 20px 20px 48px;
    gap: 32px;
  }
}
.artBtn a .text {
  flex: 1;
}
.artBtn a .icon {
  background: white;
  width: 40px;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}
.artBtn a .icon svg {
  width: 20px;
}
@media only screen and (min-width: 1025px) {
  .artBtn.__center a {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1025px) {
  .artBtn.__right a {
    margin: 0 0 0 auto;
  }
}

.artMainv {
  position: relative;
}

.artMainv__image {
  position: relative;
  z-index: 1;
}

.artMainv__text {
  position: absolute;
  width: 100%;
  mix-blend-mode: multiply;
  left: 0;
  top: 79px;
}
@media only screen and (min-width: 1025px) {
  .artMainv__text {
    top: 60px;
  }
}

.artMessage {
  padding: 31% 0 0;
  position: relative;
  aspect-ratio: 395/508;
}
@media screen and (min-width: 769px) {
  .artMessage {
    margin-top: 50px;
    padding: 194px 0 178px;
    aspect-ratio: auto;
  }
}

.artMessage__title {
  margin: 0 auto;
  width: 46.4%;
}
@media screen and (min-width: 769px) {
  .artMessage__title {
    width: 249px;
    transform: translateX(8.4659%);
  }
}
.artMessage__title img {
  width: 100%;
}

.artMessage__img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
}
@media only screen and (min-width: 1025px) {
  .artMessage__img {
    transform: translateY(3.3776%);
    width: 829px;
  }
}

.artFeature {
  padding: 70px 0 90px;
}
@media only screen and (min-width: 1025px) {
  .artFeature {
    padding: 53px 0 188px;
  }
}

.artFeature__list {
  max-width: 500px;
  margin: 0 auto;
}
@media only screen and (min-width: 1025px) {
  .artFeature__list {
    max-width: 100%;
  }
}

.artFeature__item {
  position: relative;
  background: white;
  padding: 48px 32px;
  margin-top: 91px;
}
@media only screen and (min-width: 1025px) {
  .artFeature__item {
    padding: 64px;
    margin-top: 108px;
  }
}
.artFeature__item::before, .artFeature__item::after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 1;
  background: #ccc;
}
.artFeature__item::before {
  aspect-ratio: 1143/30;
  top: 0;
  transform: translateY(-100%);
  background: url("../img/academics/gakubuart/2026/feature/bg_top.svg") no-repeat bottom center/contain;
}
.artFeature__item::after {
  aspect-ratio: 1143/31;
  bottom: 0;
  transform: translateY(100%);
  background: url("../img/academics/gakubuart/2026/feature/bg_bottom.svg") no-repeat top center/contain;
}
.artFeature__item + .artFeature__item {
  margin-top: 82px;
}
@media only screen and (min-width: 1025px) {
  .artFeature__item + .artFeature__item {
    margin-top: 136px;
  }
}
@media only screen and (min-width: 1025px) {
  .artFeature__item:nth-of-type(2) .artFeature__itemTextBlock {
    order: 2;
  }
}
@media only screen and (min-width: 1025px) {
  .artFeature__item:nth-of-type(2) .artFeature__itemImage {
    order: 1;
  }
}
.artFeature__item:nth-of-type(2) .artFeature__itemNumber {
  left: auto;
  right: -16px;
  transform: rotate(4deg);
}
@media only screen and (min-width: 1025px) {
  .artFeature__item:nth-of-type(2) .artFeature__itemNumber {
    right: -40px;
  }
}

@media only screen and (min-width: 1025px) {
  .artFeature__itemContent {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

@media only screen and (min-width: 1025px) {
  .artFeature__itemTextBlock {
    width: 38.6207%;
  }
}
@media only screen and (min-width: 1025px) {
  .artFeature__itemTextBlock.__custom {
    width: 42.5616%;
  }
}

.artFeature__itemImage {
  margin-top: 40px;
}
@media only screen and (min-width: 1025px) {
  .artFeature__itemImage {
    width: 55.0739%;
    margin-top: 0;
  }
}
.artFeature__itemImage.__custom {
  max-width: 335px;
  margin: 30px auto 0;
}
@media only screen and (min-width: 1025px) {
  .artFeature__itemImage.__custom {
    display: flex;
    padding: 0 73.551px 0 73px;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    max-width: 100%;
  }
}

.artFeature__itemNumber {
  position: absolute;
  z-index: 2;
  color: white;
  font-family: "Roboto", serif;
  font-weight: 700;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 76px;
  font-size: 32px;
  aspect-ratio: 128/120;
  left: -15px;
  top: -40px;
  background: url("../img/academics/gakubuart/2026/number.svg") no-repeat center center/contain;
  transform: rotate(-4deg);
}
@media only screen and (min-width: 1025px) {
  .artFeature__itemNumber {
    font-size: 64px;
    width: 128px;
    left: -19.5px;
    top: -65px;
  }
}

.artFeature__itemTitle {
  font-size: 24px;
  width: 110%;
  margin: 0 -10% 16px 0;
  letter-spacing: -0.05em;
}
@media only screen and (min-width: 1025px) {
  .artFeature__itemTitle {
    width: 100%;
    margin: 0;
    font-size: 32px;
    margin-bottom: 24px;
    letter-spacing: -0.04em;
  }
}
.artFeature__itemTitle .__left {
  display: inline-block;
  margin-left: -0.5em;
}

.artFeature__itemText {
  font-size: 14px;
}
@media only screen and (min-width: 1025px) {
  .artFeature__itemText {
    font-size: 16px;
  }
}

.artFeature__itemDeco {
  position: absolute;
  z-index: 5;
  pointer-events: none;
}
.artFeature__itemDeco.__0101 {
  width: 65.3731%;
  left: 29.8507%;
  top: -12.3476%;
}
@media screen and (max-width: 1024px) {
  .artFeature__itemDeco.__0101 {
    max-width: 260px;
    top: -12.3476%;
  }
}
@media only screen and (min-width: 1025px) {
  .artFeature__itemDeco.__0101 {
    width: 37.6581%;
    left: 35.8705%;
    top: -26.2774%;
  }
}
.artFeature__itemDeco.__0102 {
  width: 101.4925%;
  left: 52.2388%;
  top: -45.7317%;
}
@media screen and (min-width: 769px) {
  .artFeature__itemDeco.__0102 {
    top: -35.7317%;
    left: 62.2388%;
  }
}
@media screen and (max-width: 1024px) {
  .artFeature__itemDeco.__0102 {
    max-width: 380px;
  }
}
@media only screen and (min-width: 1025px) {
  .artFeature__itemDeco.__0102 {
    width: 59.4926%;
    left: 75.853%;
    top: -63.7445%;
  }
}
.artFeature__itemDeco.__0201, .artFeature__itemDeco.__0202, .artFeature__itemDeco.__0301, .artFeature__itemDeco.__0302 {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .artFeature__itemDeco.__0201, .artFeature__itemDeco.__0202, .artFeature__itemDeco.__0301, .artFeature__itemDeco.__0302 {
    display: block;
  }
}
.artFeature__itemDeco.__0201 {
  width: 37.2703%;
  left: -19.5046%;
  top: -21.0657%;
}
.artFeature__itemDeco.__0202 {
  width: 32.371%;
  left: 70.6912%;
  top: 94.708%;
}
.artFeature__itemDeco.__0301 {
  width: 40.9449%;
  left: -19.3101%;
  bottom: -29.8182%;
}
.artFeature__itemDeco.__0302 {
  width: 25.4593%;
  left: 88.8014%;
  top: 22.3636%;
}

.artCourse__text {
  margin: 40px 0 71px;
}
@media only screen and (min-width: 1025px) {
  .artCourse__text {
    margin: 35px 0 71px;
  }
}

.artCourse__list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 40px;
}
@media screen and (min-width: 769px) {
  .artCourse__list {
    gap: 40px 2%;
  }
}
@media only screen and (min-width: 1025px) {
  .artCourse__list {
    gap: 79px 2.1%;
  }
}

.artCourse__item {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .artCourse__item {
    width: 49%;
  }
}
@media only screen and (min-width: 1025px) {
  .artCourse__item {
    width: 31.9%;
  }
}

.artCourse__itemTitle {
  margin-top: 16px;
  font-size: 22px;
}

.artFacility {
  padding: 90px 0 100px;
}
@media only screen and (min-width: 1025px) {
  .artFacility {
    padding: 137px 0 175px;
  }
}

.artFacility__movie {
  position: relative;
  margin: 40px auto 0;
  width: 96.7164%;
}
@media screen and (min-width: 769px) {
  .artFacility__movie {
    width: 79.6848%;
  }
}
@media only screen and (min-width: 1025px) {
  .artFacility__movie {
    width: 79.6848%;
    margin: 52px auto 0;
  }
}
.artFacility__movie .swiper {
  overflow: visible;
}
.artFacility__movie .swiper-wrapper {
  align-items: center;
}
@media only screen and (min-width: 1025px) {
  .artFacility__movie .swiper-slide {
    transform: scale(0.8);
    transition: 1.8s;
  }
}
@media only screen and (min-width: 1025px) {
  .artFacility__movie .swiper-slide.swiper-slide-active {
    transform: scale(1);
  }
}
.artFacility__movie .swiper-button-prev,
.artFacility__movie .swiper-button-next {
  width: 49px;
  height: 49px;
  background: #d2587c;
  aspect-ratio: 1/1;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 1025px) {
  .artFacility__movie .swiper-button-prev,
.artFacility__movie .swiper-button-next {
    width: 64px;
    height: 64px;
    transform: translateY(-30px);
  }
}
.artFacility__movie .swiper-button-prev::after,
.artFacility__movie .swiper-button-next::after {
  display: none;
}
.artFacility__movie .swiper-button-prev svg path,
.artFacility__movie .swiper-button-next svg path {
  stroke: white;
}
.artFacility__movie .swiper-button-prev {
  left: -1rem;
}
@media only screen and (min-width: 1025px) {
  .artFacility__movie .swiper-button-prev {
    left: -1.9rem;
  }
}
.artFacility__movie .swiper-button-prev svg {
  transform: rotate(180deg);
}
.artFacility__movie .swiper-button-next {
  right: -1rem;
}
@media only screen and (min-width: 1025px) {
  .artFacility__movie .swiper-button-next {
    right: -1.9rem;
  }
}

.artFacility__item {
  position: relative;
  background: #fff;
  padding: 14px 14px 24px;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.05);
}
@media only screen and (min-width: 1025px) {
  .artFacility__item {
    padding: 16px 16px 32px;
  }
}

.artFacility__itemMovie {
  position: relative;
  display: block;
}
.artFacility__itemMovie video {
  display: block;
  width: 100%;
}
.artFacility__itemMovie iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
}

.artFacility__itemIcon {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 100%;
  -webkit-backdrop-filter: blur(4.5px);
          backdrop-filter: blur(4.5px);
  display: flex;
  width: 60px;
  height: 60px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  aspect-ratio: 1/1;
  opacity: 1;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
@media only screen and (min-width: 1025px) {
  .artFacility__itemIcon {
    width: 96px;
    height: 96px;
  }
}
.artFacility__itemIcon.is_hidden {
  opacity: 0;
}

.artFacility__itemMovie {
  width: 100%;
}

.artFacility__itemTitle {
  text-align: center;
  font-size: 16px;
  margin-top: 18px;
}
@media only screen and (min-width: 1025px) {
  .artFacility__itemTitle {
    font-size: 22px;
    margin-top: 24px;
  }
}

.artFacility__movieDeco {
  position: absolute;
  z-index: 5;
  pointer-events: none;
}
.artFacility__movieDeco.__01 {
  width: 57%;
  left: 52%;
  top: -22.3476%;
}
@media screen and (max-width: 1024px) {
  .artFacility__movieDeco.__01 {
    max-width: 300px;
    top: -20.3476%;
  }
}
@media only screen and (min-width: 1025px) {
  .artFacility__movieDeco.__01 {
    width: 37.7408%;
    left: 60.4203%;
    top: -19%;
  }
}
.artFacility__movieDeco.__02 {
  width: 67%;
  left: -30%;
  bottom: -58.3476%;
}
@media screen and (max-width: 1024px) {
  .artFacility__movieDeco.__02 {
    max-width: 350px;
    left: -25%;
    bottom: -35.3476%;
  }
}
@media only screen and (min-width: 1025px) {
  .artFacility__movieDeco.__02 {
    width: 40.9807%;
    left: -42%;
    bottom: -34%;
  }
}

.artVision__list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 8px 14px;
}
@media only screen and (min-width: 1025px) {
  .artVision__list {
    gap: 8px 24px;
  }
}
.artVision__list li {
  position: relative;
  padding-left: 17px;
  font-size: 15px;
  text-align: left;
}
@media only screen and (min-width: 1025px) {
  .artVision__list li {
    font-size: 18px;
    padding-left: 20px;
  }
}
.artVision__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  aspect-ratio: 1/1;
  background: #d2587c;
  border-radius: 100%;
  width: 10px;
  height: 10px;
}
@media only screen and (min-width: 1025px) {
  .artVision__list li::before {
    width: 12px;
    height: 12px;
  }
}

.artVision__certification {
  background: #fff;
  border-radius: 5px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  padding: 32px;
  gap: 30px;
  margin: 40px 0 70px;
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .artVision__certification {
    justify-content: space-between;
    flex-wrap: nowrap;
    padding: 32px 48px;
    gap: 56px;
    margin: 72px 0 83px;
    text-align: left;
  }
}

.artVision__certificationLine {
  width: 100%;
  height: 1px;
  background: #e0d6dc;
}
@media only screen and (min-width: 1025px) {
  .artVision__certificationLine {
    width: 1px;
    height: 100px;
  }
}

.artVision__certificationHeader {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.artVision__certificationTitle {
  width: 100%;
  font-size: 18px;
}
@media only screen and (min-width: 1025px) {
  .artVision__certificationTitle {
    width: 115px;
    font-size: 22px;
  }
}

.artVision__certificationList {
  width: 100%;
}
@media only screen and (min-width: 1025px) {
  .artVision__certificationList {
    flex: 1;
  }
}

.artVision__job {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 32px 0;
}
@media only screen and (min-width: 1025px) {
  .artVision__job {
    gap: 56px 0;
  }
}

.artVision__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
}
@media screen and (min-width: 769px) {
  .artVision__item {
    width: 50%;
    gap: 24px;
  }
}
@media only screen and (min-width: 1025px) {
  .artVision__item {
    width: 31.4361%;
    gap: 24px;
  }
}

.artVision__itemImage {
  width: 100px;
}
@media only screen and (min-width: 1025px) {
  .artVision__itemImage {
    width: 130px;
  }
}

.artVision__itemContents {
  flex: 1;
}

.artVision__itemTitle {
  font-size: 18px;
  margin-bottom: 4px;
}

.artVision__itemText {
  font-size: 14px;
  color: #836c7a;
}

.artVision__jobOther {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 32px;
  gap: 20px;
  border: 1px solid #e0d6dc;
  border-radius: 5px;
  margin: 60px 0 60px;
}
@media only screen and (min-width: 1025px) {
  .artVision__jobOther {
    flex-wrap: nowrap;
    gap: 72px;
    margin: 61px 0 75px;
  }
}

.artVision__jobOtherTitle {
  width: 100%;
  font-size: 15px;
}
@media only screen and (min-width: 1025px) {
  .artVision__jobOtherTitle {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 18px;
  }
}

.artVision__jobOtherList {
  flex: 1;
}

.artNews {
  padding: 87px 0 115px;
}

.artNews__list {
  margin: 20px 0 49px;
}
@media only screen and (min-width: 1025px) {
  .artNews__list {
    margin: 40px 0 49px;
  }
}

.artNews__item a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 24px 0;
  border-bottom: 1px solid #e0d6dc;
  width: 100%;
}
@media only screen and (min-width: 1025px) {
  .artNews__item a {
    flex-wrap: nowrap;
    padding: 32px 0;
  }
}

.artNews__itemDate {
  font-family: "Roboto", serif;
  font-weight: 700;
  text-transform: uppercase;
  font-weight: 400;
  color: #836c7a;
  font-size: 12px;
  width: 107px;
  margin-bottom: 4px;
}
@media only screen and (min-width: 1025px) {
  .artNews__itemDate {
    font-size: 13px;
    margin-bottom: 0;
  }
}

.artNews__itemTitle {
  width: 100%;
  white-space: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media only screen and (min-width: 1025px) {
  .artNews__itemTitle {
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    flex: 1;
  }
}