/* CSSを修正・追加される場合はbundle.cssを編集せずこちらに追加ください */
/* ロゴ変更に伴い変更 */
@media screen and (min-width: 768px){
.p-header__title {
    width: 380px;
	}
	.p-header__logo-link {
    width: 380px;
	}
}
@media screen and (max-width: 768px){
.p-header {
    padding-top: 13px;
}
.p-header__title {
    width: 160px;
}
.p-header__logo {
    margin-bottom: 21px;
	}
	.p-header__logo-link {
    width: 150px;
	}
		.p-header-nav__wrap {
   right: 0px;
}
}
.c-banner-floating {
    bottom: -1px;
}
/*バナー調整 */
.c-carousel.top2 .slick-slide {
    min-width: 80vw;
    max-width: 80vw;
}
/* ページのレイアウト */
	.p-entry-column p {
    font-size: 15px;
}
@media screen and (min-width: 768px){
.p-entry-column h4 {
    margin: 20px 0;
	}
}
.p-entry-column h4 {
    margin: 20px 0;
}
.c-banner__item {
    -ms-flex: 1;
    flex: 1;
    padding: 0 10px 10px;
}

/* 学科の一覧のレイアウト */
.p-course-nav__item {
    width: 100%;
}
@media screen and (min-width: 768px){
.p-course-nav.-column .p-course-nav__item {
    width: 100%;
	}
}
.p-course-nav.-column .p-course-nav__item {
    width: 100%;
}

/* TOP学科アイコン */
@media screen and (min-width: 768px){
.p-main-visual-thumbnails__inner {
    -ms-flex-pack: start;
    justify-content: center;
    margin: 0px;
	}
}

/* 体験入学の動物系 */
.p-trial-index__info.-pet-all{
	background-color: #f6ac19;
}
.c-label-white.-pet-all{
	color: #f6ac19;
}
.p-entry-info-trial.-pet-all {
    background-color: #f6ac19;
}
.p-entry-info-trial.-pet-all .p-entry-date-trial .week {
    color: #f6ac19;
}
.p-entry-column .p-trial-carousel__body, .p-trial-carousel__body.-pet-all {
    background-color: #f6ac19;
}
.p-entry-column .p-trial-carousel__body.-pet-all, .p-trial-carousel__body.-pet-all {
    background-color: #f6ac19;
}

/* メインビジュアル2025 */
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
    to {
    transform: translateX(-100%);
  }
  }
  .scroll-infinity__wrap {
    display: flex;
    overflow: hidden;
    width: 100%;
  }
  .scroll-infinity__list {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .scroll-infinity__list--left {
    animation: infinity-scroll-left 30s infinite linear 0.5s both;
  }
  .scroll-infinity__item {
    /* Chromeでのチラツキ防止 */
    margin-left: -1px;
    margin-right: -1px;
    overflow: hidden;
  }
  .p-main-visual {
    position: relative;
  }
  .p-main-visual__copy {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 75%
  }
  .scroll-infinity__item picture img {
    max-height: 60svh;
  }

/* オススメ講座アイコン */
.p-trial-index__item {
  position: relative;
}
.p-trial-index__pickup {
  width: 80px;
  height: 80px;
  z-index: 1;
  position: absolute;
  top:-5px;
  right: 3px;
}

/* 交通費サポート申請可ラベル */
@media screen and (min-width: 768px){
.p-trial-index__label-item.-support, .p-entry-label__item.-support {
  background-color: #f6ac19;
}
	}
	.p-trial-index__summary {
    line-height: 1.5;
}

/* スマホのときの「この講座を申し込む」ボタン */
@media screen and (max-width: 768px){
  .p-trial-index__action .p-trial-index__btn {
    width: calc(100% - 40px);
    font-size: 18px;
    font-weight: bold;
    padding: 12px;
    justify-content: center;
    gap: 10px;
  }
  .p-trial-index__action .p-trial-index__btn::after {
    font-size: 20px;
  }
}


/* evoボタン */
.evo-button-wrapper {
  text-align: center;
}
.evo-button-wrapper img {
  max-width: 400px;
  height: auto;
}

.evo-button-wrapper a {
  transition: opacity 0.4s ease-in-out;
}

.evo-button-wrapper a:hover {
  opacity: 0.8;
	}
	/* OCページ */
	.p-trial-search__item {
    padding: 0 5px 10px;
}
