.container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 4%;
}

.section {
  padding: 80px 0 40px 0;
}

.section-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 60px;
}

.section.reverse .section-inner {
  flex-direction: row-reverse;
}

.image figure {
  width: 475px;
}
.image img {
  width: 100%;
  height: auto;
  display: block;
}

.text {
  width: 475px;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  padding-top: 30px;
  padding-bottom: 30px;
}

.text h3 {
  font-size: 25px;
  font-weight: 600;
  padding-bottom: 46px;
}

.num {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 10px;
  color: #666;
}

.desc {
  font-size: 14px;
  line-height: 1.8;
  color: #555;
}

.top-h2 {
  font-size: 38px;
  font-weight: bold;
  padding-top: 35px;
  padding-bottom: 75px;
  max-width: 800px;
  margin: 0 auto;
}

.top-h2::before {
  content: url(../img/h-deco.png);
  margin-right: 14px;
  vertical-align: text-bottom;
}

.top-h2 span {
  font-size: 14px;
  font-weight: normal;
  margin-left: 10px;
}

.top-h3 {
  font-size: 19px;
  font-weight: bold;
}

/* ｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰtop_bn_sliderｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰ */

.swiper--wrapper {
  /* wrapperのサイズを調整 */
  width: 100%;
  height: 386px;
}

#slider1 .swiper-slide {
  /* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
  color: #000000;
  width: 100%;
  height: 100%;
  text-align: center;
  text-align: center;
  display: flex;
}

.swiper-backface-hidden .swiper-slide {
  display: flex;
  align-items: center;
}

.trapezoid-1 {
  width: 150px;
  height: 100px;
  background: #ffb7b7;
  clip-path: polygon(41% 100%, 67.5% 0%, 100% 0%, 100% 100%);
}

.swiper-slide figure {
  width: 500px;
  display: flex;
  position: relative;
}

.swiper-slide figure img {
  width: 100%;
  height: auto;
}

.swiper-slide__key1 {
  font-size: 25px;
  position: absolute;
  left: 0px;
  bottom: 73px;
  font-weight: bold;
  background-color: #ffffff;
  padding: 0 12px;
  /* transform: skew(3deg, -3deg); */
  /* box-shadow: -5px -5px 5px rgba(0, 0, 0, .2) inset; */
  /* background-image: linear-gradient(127deg, #fe5f65, #ce59c0 55%, #884aff); */
  /* -webkit-background-clip: text; */
  /* -webkit-text-fill-color: transparent; */
  background-color: rgba(255, 255, 255, 1);
  color: #c52a3c;
}

.swiper-slide__key2 {
  font-size: 25px;
  position: absolute;
  left: 0px;
  bottom: 20px;
  font-weight: bold;
  background-color: #ffffff;
  padding: 0 12px;
  /* transform: skew(3deg, -3deg); */
  /* box-shadow: -5px -5px 5px rgba(0, 0, 0, .2) inset; */
  /* background: -webkit-linear-gradient(0deg, #40E0D0, #FF8C00, #FF0080); */
  /* -webkit-background-clip: text; */
  /* -webkit-text-fill-color: transparent; */
  background-color: rgba(255, 255, 255, 1);
  color: #c52a3c;
}

.swiper-item {
  display: block;
  width: 500px;
}

.swiper-text {
  border-bottom: 1px solid #000000;
  max-width: 460px;
  margin: 0 auto;
  font-size: 17px;
  text-align: left;
  color: #000000;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.swiper-item span {
  color: #000000;
  font-family: Palatino Linotype;
  font-size: 15px;
}

.arrow {
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
}

.arrow::before,
.arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.cover02::after {
  right: 18px;
  width: 9px;
  height: 9px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btn__paper {
  background-color: #000000;
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  width: 275px;
  padding: 14px 0px;
  border: 2px solid #000000;
  text-align: center;
  border-radius: 2px;
  margin-top: 50px;
}

.swiper-button-next {
  position: absolute;
}

.swiper-button-prev {
  position: absolute;
}

.swiper-button-next:after {
  content: "";
  position: absolute;
  width: 45px;
  /* 背景画像の幅を必ず指定 */
  height: 45px;
  /* 背景画像の高さを必ず指定 */
  top: 50%;
  transform: translateY(-50%);
}

.swiper-button-prev:after {
  content: "";
  position: absolute;
  width: 45px;
  /* 背景画像の幅を必ず指定 */
  height: 45px;
  /* 背景画像の高さを必ず指定 */
  top: 50%;
  transform: translateY(-50%);
}

.swiper-button-next {
  right: 10px;
}

/* 次へ矢印の背景画像 */

.swiper-button-next::after {
  background: transparent url(../img/right-arrow.png) no-repeat center / contain;
}

.swiper-button-prev {
  left: 10px;
}

/* 前へ矢印の背景画像 */
.swiper-button-prev::after {
  background: transparent url(../img/left-arrow.png) no-repeat center / contain;
}

.swiper-slide img {
  width: 100%;
  height: auto;
}

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

/* ｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰ/top_bn_sliderーｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰ */

/* ｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰtop_sp_bn_sliderーｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰ */

#slider4 {
  display: none;
}

#slider4 .swiper-slide {
  display: none;
  justify-content: center;
  align-items: center;
}

/* ｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰ/top_sp_bn_sliderーｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰ */

.merits__01 {
  padding: 12vw 0;
  position: relative;
  z-index: 1;
  background: url(../img/bg1.png.webp);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.merits__left {
  display: flex;
  flex-direction: row-reverse;
  width: 40%;
  column-gap: 56px;
  margin-left: 81px;
}

.merits__right {
  display: flex;
  flex-direction: row-reverse;
  width: 40%;
  column-gap: 56px;
  margin-right: 81px;
}

.merits__right--outer {
  display: flex;
  justify-content: flex-end;
  margin-bottom: -5px;
  bottom: 300px;
  position: relative;
  margin-top: -86px;
}

.merits__heading {
  text-orientation: sideways;
  writing-mode: vertical-rl;
  font-size: 84px;
  font-weight: 600;
  letter-spacing: 6px;
  line-height: 0.6;
  color: #c52a3c;
  opacity: 0.2;
}

.merits__h3 {
  font-size: 21px;
  font-weight: bold;
  padding: 32px 0;
}

.merits__number {
  font-size: 64px;
  font-weight: bold;
  color: #c52a3c;
}

.merits__02 {
  padding: 14vw 0;
  position: relative;
  z-index: 1;
  background: url(../img/bg2.png.webp);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.merits__03 {
  padding: 12vw 0;
  position: relative;
  z-index: 1;
  background: url(../img/bg3.png.webp);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: -567px;
}

.merits-h2 {
  /* padding-left: 4%; */
  font-size: 38px;
  font-weight: bold;
  padding-top: 60px;
  padding-bottom: 0px;
  max-width: 800px;
  margin: 0 auto -25px auto;
}

.merits-h2::before {
  content: url(../img/h-deco.png);
  margin-right: 14px;
  vertical-align: text-bottom;
}

.merits-h2 span {
  font-size: 14px;
  font-weight: normal;
  margin-left: 10px;
}

.merits__container {
  margin: 0 auto;
}

.merits__inner {
  display: flex;
  justify-content: center;
  padding-bottom: 115px;
  flex-wrap: wrap;
  column-gap: 50px;
  row-gap: 50px;
}

.merits__inner--block {
  width: 430px;
}

.merits__inner--block figure {
  width: 430px;
}

.merits__inner--block figure img {
  width: 100%;
}

.merits__item {
  background-color: #ffffff;
  box-shadow: 0 4px 12px rgb(0 0 0 / 7%);
}

.merits__item--title {
  display: flex;
  align-items: flex-end;
  column-gap: 12px;
}

.merits__item--lead {
  background-color: #969696;
  border: 1px solid #ffffff;
  margin-top: -24px;
  text-align: center;
  color: #ffffff;
  padding: 0px 0px 10px 0px;
  width: 92px;
}

.merits__item--lead span {
  font-size: 9px;
  letter-spacing: 0.1em;
}

.merits__item--lead p {
  font-size: 38px;
  line-height: 24px;
}

.merits__item--text {
  padding: 16px;
}

.trial__container {
  padding: 60px 8% 30px 8%;
}

.trial__container figure {
  max-width: 1200px;
  margin: 0 auto;
}

.trial__container figure img {
  width: 100%;
}

.news {
  background-image: url(../img/news_bg.png.webp);
  background-position: center center;
  background-size: cover;
}

.news__container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 4% 0px 4%;
}

.news__inner li {
  display: flex;
  column-gap: 26px;
  align-items: flex-start;
  margin-bottom: 30px;
}

.news__inner--date {
  font-size: 13px;
}

.news__inner--cate {
  font-size: 13px;
  background-color: #000000;
  color: #ffffff;
  padding: 2px 6px;
  margin-left: 10px;
}

.news__inner li h3 {
  max-width: 560px;
}

.staff {
  /* background-image: linear-gradient(120deg, rgba(255, 211, 126, .08), rgba(252, 92, 108, .08)); */
  background-color: #fafafc;
}

.staff__container {
  margin: 0 auto;
  padding: 0 0 0 4%;
}

.swiper-container {
  overflow: hidden;
}

#slider2 .swiper-slide {
  width: 230px;
  height: 300px;
  background-color: #f9f9f9;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  color: #333;
  box-shadow: 0 4px 12px rgb(0 0 0 / 7%);
}

.swiper-slide__inner {
  display: block;
  width: 100%;
}

.swiper-slide__inner img {
  width: 100%;
  height: 250px;
}

.slide-content {
  text-align: center;
  height: 56px;
}

.slide-title {
  font-size: 17px;
}

.slide-text {
  font-size: 13px;
}

.top-layer-btn {
  max-width: 195px;
  margin: 0 4% 0 auto;
  padding: 50px 0;
  position: relative;
}

.top-layer-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 157px;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border: 1px solid #c52a3c;
  border-radius: 50%;
}

.top-layer-btn a {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
}

.top-layer-btn span {
  position: relative;
  padding-left: 10px;
  z-index: 1;
  background-color: #fef4f3;
  margin-left: 2px;
}

.top-layer-btn a::before {
  content: "";
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: 1px solid #c52a3c;
  border-right: 1px solid #c52a3c;
}

.oshibg {
  background-color: #fefefe !important;
}

.oshimigi {
  padding-left: 4%;
}

.course__container {
  max-width: 1200px;
  padding: 0 4% 100px 4%;
  margin: 0 auto;
}

.course__inner {
  display: flex;
  column-gap: 100px;
  row-gap: 100px;
  flex-wrap: wrap;
  justify-content: center;
}

.course__content {
  display: flex;
  column-gap: 60px;
}

.course__inner figure {
  max-width: 450px;
}

.course__inner figure img {
  width: 100%;
}

.facility {
  /* background-image: linear-gradient(120deg, rgba(255, 211, 126, .08), rgba(252, 92, 108, .08)); */
  background-color: #fafafc;
}

.facility__container {
  margin: 0 auto;
  padding: 0 0 0 4%;
}

#slider3 .swiper-slide {
  width: 300px;
  height: 275px;
  background-color: #f9f9f9;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
}

#slider3 .swiper-slide img {
  width: 100%;
  height: 230px;
  box-shadow: 0 4px 12px rgb(0 0 0 / 7%);
}

#slider3 .slide-content {
  text-align: left;
  background-color: #f9f9f9;
}

#slider3 .slide-text {
  font-size: 17px;
}

.Instagram-ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 0 0;
  padding: 35px 0;
}

.Instagram-ul figure {
  max-width: 100%;
}

.Instagram-ul img {
  max-width: 100%;
  vertical-align: top;
}

.access__container {
  max-width: 800px;
  padding: 0 4% 134px 4%;
  margin: 0 auto;
}

.access__inner {
  display: flex;
  justify-content: space-between;
}

.access__left figure {
  width: 340px;
  padding-bottom: 50px;
}

.access__left figure img {
  width: 100%;
}

.dli-caret-right {
  display: inline-block;
  vertical-align: middle;
  color: #c52a3c;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0.375em 0.64952em;
  border-left-color: currentColor;
  border-right: 0;
}

.access-right {
  width: 405px;
}

.access-list__inner {
  display: flex;
  align-items: baseline;
  column-gap: 10px;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 8px;
  padding-bottom: 8px;
}

.access-list__lead {
  font-weight: bold;
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 3s;
  animation-fill-mode: forwards;
  opacity: 0;
}

.news__inner li a {
  max-width: 585px;
}

.topcate {
  background-color: #000000;
  color: #ffffff;
  padding: 0 4px;
  margin-left: 5px;
}

/* fade-in */

.js-fade {
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  transition:
    opacity 1.5s,
    visibility 1.5s,
    transform 1.5s;
}

.scroll {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

/* fade-in */

.sp_g-nav ul {
  background-color: #ffffff;
  display: none;
  color: #000000;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

/* .insta {
    padding-left: 4%;
} */

.coursetext {
  max-width: 450px;
  padding-top: 0px;
}

.courselead {
  font-size: 19px;
  font-weight: bold;
  color: #c52a3c;
  padding-bottom: 10px;
}

.itiran {
  max-width: 800px;
  margin: 0 auto;
}

@media screen and (max-width: 1250px) {
  .merits__01 {
    padding: 12vw 0;
    position: relative;
    z-index: 1;
    background: url(../img/bg1.png.webp);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .merits__02 {
    padding: 14vw 0;
    position: relative;
    z-index: 1;
    background: url(../img/bg2.png.webp);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .merits__03 {
    padding: 12vw 0;
    position: relative;
    z-index: 1;
    background: url(../img/bg3.png.webp);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: -520px;
  }

  .merits__right--outer {
    display: flex;
    justify-content: flex-end;
    margin-bottom: -5px;
    bottom: 300px;
    position: relative;
    margin-top: -25px;
  }
}

@-webkit-keyframes mvBgScrollPC {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: -2610px 0;
  }
}

@keyframes mvBgScrollPC {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: -2610px 0;
  }
}

.webp .top-mv__image {
  background-image: url(../img/top_mv_pc_slider.png.webp);
}

.top-mv__image {
  display: block;
  width: 100%;
  background-position: center;
  background-size: cover;
  will-change: background-position;
}

.top-mv__image {
  padding-top: calc((420 / 1152) * 100%);
  background-image: url(../img/top_mv_pc_slider.png.webp);
  background-repeat: repeat-x;
  -webkit-animation: mvBgScrollPC 80s linear infinite;
  animation: mvBgScrollPC 80s linear infinite;
}

@media screen and (max-width: 768px) {
  .image {
    width: 100%;
  }

  .section {
    padding: 40px 0 40px 0;
  }
  .num {
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 0px;
    color: #666;
  }
  .text h3 {
    font-size: 19px;
    font-weight: 600;
    padding-bottom: 22px;
  }

  .text {
    width: 100%;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .image figure {
    width: 100%;
  }

  .section.reverse .section-inner {
    flex-direction: column;
  }

  .section-inner {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }

  .top-h2 {
    font-size: 31px;
    font-weight: bold;
    padding-top: 50px;
    padding-bottom: 45px;
    max-width: 800px;
    margin: 0 auto;
    /* white-space: nowrap; */
  }

  .top-h2::before {
    content: url(../img/h-deco.png);
    margin-right: 14px;
    vertical-align: text-bottom;
  }

  .merits-h2 span {
    font-size: 13px;
    font-weight: normal;
    margin-left: 10px;
  }

  .top-h2 span {
    font-size: 12px;
    font-weight: normal;
    margin-left: 10px;
  }

  .top-h3 {
    font-size: 15px;
    font-weight: bold;
  }

  /* ｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰtop_bn_sliderｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰ */

  .swiper--wrapper {
    /* wrapperのサイズを調整 */
    width: 100%;
    height: 386px;
  }

  #slider1 .swiper-slide {
    /* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
    color: #000000;
    width: 100%;
    height: 100%;
    text-align: center;
    text-align: center;
    display: none;
  }

  .swiper-backface-hidden .swiper-slide {
    display: flex;
    align-items: center;
  }

  .trapezoid-1 {
    width: 150px;
    height: 100px;
    background: #ffb7b7;
    clip-path: polygon(41% 100%, 67.5% 0%, 100% 0%, 100% 100%);
  }

  .swiper-slide figure {
    width: 100%;
    display: flex;
    position: relative;
  }

  .swiper-slide figure img {
    width: 100%;
    height: auto;
  }

  .swiper-slide__key1 {
    font-size: 27px;
    position: absolute;
    left: 0px;
    bottom: 63px;
    font-weight: bold;
    background-color: #ffffff;
    padding: 0px 10px;
    /* transform: skew(3deg, -3deg); */
    /* box-shadow: -5px -5px 5px rgba(0, 0, 0, .2) inset; */
    /* background-image: linear-gradient(127deg, #fe5f65, #ce59c0 55%, #884aff); */
    /* -webkit-background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
    background-color: rgba(255, 255, 255, 1);
    color: #c52a3c;
  }

  .swiper-slide__key2 {
    font-size: 22px;
    position: absolute;
    left: 0px;
    bottom: 20px;
    font-weight: bold;
    background-color: #ffffff;
    padding: 0px 10px;
    /* transform: skew(3deg, -3deg); */
    /* box-shadow: -5px -5px 5px rgba(0, 0, 0, .2) inset; */
    /* background: -webkit-linear-gradient(0deg, #40E0D0, #FF8C00, #FF0080); */
    /* -webkit-background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
    background-color: rgba(255, 255, 255, 1);
    color: #c52a3c;
  }

  .swiper-item {
    display: block;
    width: 500px;
  }

  .swiper-text {
    border-bottom: 1px solid #000000;
    max-width: 460px;
    margin: 0 auto;
    font-size: 17px;
    text-align: left;
    color: #000000;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .swiper-item span {
    color: #ffffff;
    font-family: Palatino Linotype;
    font-size: 15px;
  }

  .arrow {
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
  }

  .arrow::before,
  .arrow::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
  }

  .cover02::after {
    right: 18px;
    width: 9px;
    height: 9px;
    border-top: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .btn__paper {
    background-color: #000000;
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
    width: 275px;
    padding: 14px 0px;
    border: 2px solid #000000;
    text-align: center;
    border-radius: 2px;
    margin-top: 22px;
    margin-bottom: 22px;
  }

  .swiper-button-next {
    position: absolute;
  }

  .swiper-button-prev {
    position: absolute;
  }

  .swiper-button-next:after {
    content: "";
    position: absolute;
    width: 33px;
    /* 背景画像の幅を必ず指定 */
    height: 33px;
    /* 背景画像の高さを必ず指定 */
    top: 55%;
    transform: translateY(-50%);
  }

  .swiper-button-prev:after {
    content: "";
    position: absolute;
    width: 33px;
    /* 背景画像の幅を必ず指定 */
    height: 33px;
    /* 背景画像の高さを必ず指定 */
    top: 55%;
    transform: translateY(-50%);
  }

  .swiper-button-next,
  .swiper-button-prev {
    top: 75%;
  }

  .swiper-button-next {
    right: 5px;
  }

  /* 次へ矢印の背景画像 */

  .swiper-button-next::after {
    background: transparent url(../img/right-arrow.png) no-repeat center /
      contain;
  }

  .swiper-button-prev {
    left: 5px;
  }

  /* 前へ矢印の背景画像 */
  .swiper-button-prev::after {
    background: transparent url(../img/left-arrow.png) no-repeat center /
      contain;
  }

  .swiper-slide img {
    width: 100%;
    height: auto;
  }

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

  /* ｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰ/top_bn_sliderーｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰ */

  /* .merits {
    background-image: linear-gradient(
      120deg,
      rgba(255, 211, 126, 0.08),
      rgba(252, 92, 108, 0.08)
    );
  } */

  .merits-h2 {
    font-size: 31px;
    font-weight: bold;
    padding-top: 50px;
    padding-bottom: 45px;
    max-width: 800px;
    margin: 0 auto;
    padding-left: 4%;
    /* white-space: nowrap; */
  }

  .merits-h2::before {
    content: url(../img/h-deco.png);
    margin-right: 14px;
    vertical-align: text-bottom;
  }

  .merits__container {
    max-width: 1000px;
    margin: 0 auto;
  }

  .merits__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 115px;
    row-gap: 20px;
  }

  .merits__inner--block {
    width: 100%;
  }

  .merits__inner--block figure {
    width: 100%;
  }

  .merits__inner--block figure img {
    width: 100%;
  }

  .merits__item {
    background-color: #ffffff;
    box-shadow: 0 4px 12px rgb(0 0 0 / 7%);
  }

  .merits__item--title {
    display: flex;
    align-items: flex-end;
    column-gap: 12px;
  }

  .merits__item--lead {
    background-color: #969696;
    border: 1px solid #ffffff;
    margin-top: -24px;
    text-align: center;
    color: #ffffff;
    padding: 0px 0px 10px 0px;
    width: 74px;
  }

  .merits__item--lead span {
    font-size: 8px;
    letter-spacing: 0.1em;
  }

  .merits__item--lead p {
    font-size: 33px;
    line-height: 24px;
  }

  .merits__item--text {
    padding: 16px;
  }

  .trial__container {
    padding: 0px 0% 0px 0%;
  }

  .trial__container figure {
    max-width: 1200px;
    margin: 0 auto;
  }

  .trial__container figure img {
    width: 100%;
  }

  .news {
    background-image: url(../img/news_bg.png.webp);
    background-position: center center;
    background-size: cover;
  }

  .news__container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 4% 0px 4%;
  }

  .news__inner li {
    display: flex;
    column-gap: 26px;
    align-items: flex-start;
    margin-bottom: 30px;
    row-gap: 10px;
    flex-direction: column;
  }

  .news__inner--date {
    font-size: 13px;
  }

  .news__inner--cate {
    font-size: 13px;
    background-color: #000000;
    color: #ffffff;
    padding: 2px 6px;
    margin-left: 10px;
  }

  .news__inner li h3 {
    max-width: 100%;
  }

  .staff {
    /* background-image: linear-gradient(120deg, rgba(255, 211, 126, .08), rgba(252, 92, 108, .08)); */
    background-color: #fafafc;
  }

  .staff__container {
    margin: 0 auto;
    padding: 0 0 0 4%;
  }

  .swiper-container {
    overflow: hidden;
  }

  #slider2 .swiper-slide {
    width: 230px;
    height: 300px;
    background-color: #f9f9f9;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    color: #333;
    box-shadow: 0 4px 12px rgb(0 0 0 / 7%);
  }

  .swiper-slide__inner {
    display: block;
    width: 100%;
  }

  .swiper-slide__inner img {
    width: 100%;
    height: 250px;
  }

  .slide-content {
    text-align: center;
    height: 56px;
  }

  .slide-title {
    font-size: 17px;
  }

  .slide-text {
    font-size: 13px;
  }

  .top-layer-btn {
    max-width: 170px;
    margin: 0 4% 0 auto;
    padding: 50px 0;
    position: relative;
  }

  .top-layer-btn::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 130px;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    border: 1px solid #c52a3c;
    border-radius: 50%;
  }

  .top-layer-btn a {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
  }

  .top-layer-btn span {
    position: relative;
    padding: 0px 4% 0px 14px;
    z-index: 1 !important;
  }

  .top-layer-btn a::before {
    content: "";
    transform: rotate(45deg);
    width: 8px;
    height: 8px;
    border-top: 1px solid #c52a3c;
    border-right: 1px solid #c52a3c;
  }

  .ititan {
    max-width: 800px;
    margin: 0 auto;
  }

  .course__container {
    max-width: 1200px;
    padding: 0 4% 100px 4%;
    margin: 0 auto;
  }

  .course__inner {
    display: flex;
    column-gap: 100px;
    row-gap: 56px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .course__content {
    display: block;
  }

  .coursetext {
    max-width: 450px;
    padding-top: 15px;
  }

  .course__inner figure {
    max-width: 450px;
  }

  .course__inner figure img {
    width: 100%;
  }

  .facility {
    /* background-image: linear-gradient(120deg, rgba(255, 211, 126, .08), rgba(252, 92, 108, .08)); */
    background-color: #fafafc;
  }

  .facility__container {
    margin: 0 auto;
    padding: 0 0 0 4%;
  }

  #slider3 .swiper-slide {
    width: 300px;
    height: 275px;
    background-color: #f9f9f9;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
  }

  #slider3 .swiper-slide img {
    width: 100%;
    height: 230px;
    box-shadow: 0 4px 12px rgb(0 0 0 / 7%);
  }

  #slider3 .slide-content {
    text-align: left;
    background-color: #f9f9f9;
  }

  #slider3 .slide-text {
    font-size: 17px;
  }

  .Instagram-ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0 0;
    padding: 0px 0 35px 0;
  }

  .Instagram-ul figure {
    max-width: 100%;
  }

  .Instagram-ul img {
    max-width: 100%;
    vertical-align: top;
  }

  .access__container {
    max-width: 800px;
    padding: 0 4% 75px 4%;
    margin: 0 auto;
  }

  .access__inner {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    row-gap: 30px;
  }

  .access__left figure {
    width: 100%;
    padding-bottom: 30px;
  }

  .access__left figure img {
    width: 100%;
  }

  .dli-caret-right {
    display: inline-block;
    vertical-align: middle;
    color: #c52a3c;
    line-height: 1;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-width: 0.375em 0.64952em;
    border-left-color: currentColor;
    border-right: 0;
  }

  .access-right {
    width: 100%;
  }

  .access-list__inner {
    display: flex;
    align-items: baseline;
    column-gap: 10px;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 8px;
    padding-bottom: 8px;
  }

  .access-list__lead {
    font-weight: bold;
  }

  /* Custom Styles */

  #slider4 {
    display: block;
  }

  #slider4 .swiper-container {
    width: 100%;
    height: 100vh;
  }

  #slider4 .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .image-container {
    width: 100%;
    height: 50%;
  }

  .image-container img {
    max-width: 100%;
    max-height: 100%;
  }

  .sp-swiper-item {
    display: block;
    width: 100%;
    height: 260px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.05);
  }

  .sp-swiper-text {
    border-bottom: 1px solid #000000;
    max-width: 86%;
    font-size: 13px;
    text-align: left;
    color: #000000;
    padding-bottom: 12px;
    margin: 20px auto 5px auto;
  }

  .sp-swiper-item span {
    color: #000000;
    font-family: Palatino Linotype;
    font-size: 11px;
  }

  .courselead {
    font-size: 19px;
    font-weight: bold;
    color: #c52a3c;
  }

  .sp_g-nav ul {
    background-color: #ffffff;
    display: grid;
    color: #000000;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .swiper-slide:nth-child(3n + 1) {
    background-color: #de4439;
  }

  .swiper-slide:nth-child(3n + 2) {
    background-color: #fcd500;
  }

  .swiper-slide:nth-child(3n + 3) {
    background-color: #53c638;
  }

  .swiper-pagination-bullet {
    width: 8px !important;
    height: 8px !important;
    margin: 0 0 0 10px !important;
    background: #333 !important;
  }

  .swiper-pagination-bullet:first-child {
    margin: 0 !important;
  }

  @-webkit-keyframes mvBgScrollPC {
    0% {
      background-position: 0 0;
    }

    100% {
      background-position: -2610px 0;
    }
  }

  @keyframes mvBgScrollPC {
    0% {
      background-position: 0 0;
    }

    100% {
      background-position: -2610px 0;
    }
  }

  .webp .top-mv__image {
    background-image: url(../img/top_mv_pc_slider.png.webp);
  }

  .top-mv__image {
    display: block;
    width: 100%;
    background-position: center;
    background-size: cover;
    will-change: background-position;
  }

  .top-mv__image {
    padding-top: calc((531 / 376) * 100%);
    background-image: url(../img/top_mv_pc_slider.png.webp);
    background-repeat: repeat-x;
    -webkit-animation: mvBgScrollPC 80s linear infinite;
    animation: mvBgScrollPC 80s linear infinite;
    margin-bottom: -64px;
  }

  .slider_h2 {
    padding: 0 4%;
  }

  .merits__sp--inner {
    padding: 0px 4% 30px 4%;
  }

  .merits__sp figure {
    width: 100%;
  }

  .merits__sp figure img {
    width: 100%;
  }

  .merits__sp--number {
    font-size: 48px;
    font-weight: bold;
    color: #c52a3c;
    line-height: 1.3;
  }

  .merits__sp--inner span {
    font-size: 35px;
    font-weight: bold;
    text-align: right;
    text-orientation: sideways;
    font-size: 56px;
    font-weight: 600;
    letter-spacing: 6px;
    line-height: 0.6;
    color: #c52a3c;
    opacity: 0.1;
    display: block;
    padding-bottom: -13px;
  }

  .merits__sp--inner h3 {
    font-weight: bold;
    font-size: 19px;
    margin-top: -22px;
  }

  .merits__sp--inner p {
    padding: 20px 0;
  }
}
