@charset "UTF-8";

/* zoomの影響によるMVスライダーズレの調整 - start */
@media (min-width: 769px) {
  .js-top-mv-slider .splide__track {
    zoom: calc(1 / 0.9);
  }
}
/* zoomの影響によるMVスライダーズレの調整 - end */

body {
  color: #333;
}
.bg-text__banner {
  background: #197110;
}
.try-text__banner {
  color: #fff;
  padding: 20px 10px;
  position: absolute;
  bottom: 0;
}
.try-banner {
  position: relative;
}
.try-banner img {
  width: 100%;
}
.try-text__banner div {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 4px;
}
.try-text__banner .try-text_banner__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 4px;
  padding-bottom: 10px;
}
.splide__slide img {
  width: 100%;
  box-shadow: none;
}
.p-top-main-visual__slider {
  margin-top: 0;
  overflow: hidden;
}
.p-top-main-visual__slider .splide__arrow {
  display: none;
}
.splide__pagination__page {
  background: #ebedf5;
}
.splide__pagination__page.is-active {
  background: #e68537;
}
.cl-ogr {
  color: #e68537;
}
.try-content__teacher {
  padding: 30px 10px 10px;
  background: #182e4c;
  border-bottom: none;
}
.try-sub-title__content {
  display: flex;
  justify-content: center;
  align-items: end;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  gap: 10px;
}
.try-sub-title__content span {
  font-size: 35px;
}
.try-sub-content__teacher {
  width: fit-content;
  margin: auto;
  margin-bottom: 20px;
}
.try-img__teacher {
  position: relative;
  margin-top: 60px;
}
.icon-point {
  position: absolute;
  top: -32px;
}
.try-sub-title h2 {
  font-weight: 700;
  font-size: 26px;
  line-height: 36px;
  padding: 15px 0;
  color: #002e74;
  text-align: center;
  letter-spacing: 0;
}
.try-sub-title span {
  font-size: 24px;
  color: #197110;
}
.try-sub-content_main {
  font-size: 15px;
  font-weight: 400;
}
.try-sub-content_main:not(:last-child) {
  padding-bottom: 20px;
}
.try-sub-content_main span {
  color: #e52d2c;
}
.try-btn.try-btn__more-class {
  background: #ebd477;
  box-shadow: 0 4px 0 #c47f05;
  color: #560c0b;
  font-weight: 700;
  position: relative;
  width: 90%;
  margin: 20px auto 0;
}
.try-btn__more-class img {
  width: 15px;
  position: absolute;
  bottom: 25px;
  right: 12px;
}
.try-btn {
  height: 64px;
  width: 100%;
  display: flex;
  font-size: 16px;
  font-weight: 400;
  justify-content: space-evenly;
  align-items: center;
  border-radius: 10px;
  position: relative;
}
.try-btn-text {
  color: #546e7a;
  background: #f1f1f1;
}
.chevron-double-down {
  text-align: center;
  margin-bottom: 20px;
}
.try-profes__title {
  font-size: 17px;
  font-weight: 400;
  line-height: 35px;
  text-align: center;
  padding: 15px 0;
  color: #fff;
  font-family: 'Hiragino Mincho ProN', serif;
  background: #570b0a;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin-top: -1px;
}
.try-profes__title p {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
}
.bg-gray__profes {
  background: #efe0d3;
  border-radius: 10px;
}
.try-profes {
  padding: 0 15px 30px;
}
.try-sub_list__profes {
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
}
.try-sub_list__profes span {
  font-size: 15px;
  color: #e52d2c;
}
.try-teacher {
  padding: 0 10px 20px;
}
.line_title {
  width: fit-content;
  margin: 0 auto;
}
.md-box-info__item {
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
  color: #4c4c4c;
}
.p-section__header {
  padding-bottom: 30px;
}
/* school */
.boder-bottom {
  border-bottom: 1px solid #ccc;
}
.boder-top {
  border-top: 1px solid #ccc;
}
.p-school-info__item {
  list-style: none;
  padding: 20px 0;
}
.p-school-info__tag._new {
  background: #fff7b9;
}
.p-school-info__tag {
  background: #fff7b9;
  width: 120px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}
.c-link._arrow {
  color: #333;
  text-decoration: underline;
}
.c-link._arrow:before {
  content: '';
  background: url(/assets/img/top/right-arrow-black.svg);
  height: 25px;
  width: 25px;
  background-repeat: no-repeat;
  background-size: contain;
  left: -6px;
}
.p-school-info__tag._move {
  background: #e7f6cc;
}
.p-top-mv-slider__control .splide__pagination__page.is-active {
  background: #5a85c7;
}
.md-course-school__opening .p-section__inner {
  padding: 30px 0 0;
}
.md-course-school__opening .p-section__header {
  padding-bottom: 10px;
}
/* .p-top-mv-slider .splide__track {
    padding-left: 0 !important;
    padding-right: 0 !important;
} */
.cl-yell {
  color: #e09706;
}
.bg-banner__header {
  background: #fff;
  /* max-width: 2000px; */
  margin: auto;
}
.try-text__banner-header {
  font-size: 16px;
  color: #fff;
  text-align: center;
  padding: 10px 0;
}
.try-text__banner-big {
  font-size: 36px;
  color: #fee302;
  line-height: 1;
  padding-top: 10px;
}
.try-text__bottom-banner {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  transform: rotateZ(357deg);
}
.try-text__banner-left {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}
.try-text__banner-left span {
  font-size: 18px;
}
.try-text__banner-right {
  font-size: 26px;
  color: #fee302;
  font-weight: bold;
}
.try-text__banner-right span {
  font-size: 42px;
  line-height: 1;
}
.try-header .p-top-mv-slider__control {
  margin-top: 0;
  position: absolute;
  bottom: 10px;
  right: calc(50% - 45px);
}
.try-sub-title__text p {
  font-size: 37px;
  line-height: 1.3;
  border-bottom: 4px solid #fee302;
  width: fit-content;
}
.try-sub-title__text {
  font-size: 15px;
}

.try-sub-title__text-h1 {
  font-size: 15px;
}

.try-sub-title__text-h1 .special-point-char {
  font-size: 7px;
}

.try-sub-title__number {
  font-size: 80px;
  font-family: Roboto, sans-serif;
  color: #fee302;
  line-height: 0.7;
}
.try-title__point {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  font-family: Roboto, sans-serif;
  padding: 0 10px;
  width: 125px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-items: baseline;
  line-height: 0;
}
.try-title__point span {
  font-size: 36px;
}
.try-content__point {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 40px 0 25px;
}
.line-title__point {
  width: calc((100% / 2) - (125px / 2));
  height: 1px;
  background: #fff;
}
.try-sub-head__teacher {
  margin: auto;
}
.try-cmt__teacher {
  background: #fff;
  border-radius: 8px;
  padding: 20px 0;
}
.btn-try__teacher {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  background: #ebd477;
  padding: 0 15px;
}
.try-btn.try-btn__more-class span {
  font-size: 14px;
}
.try-sub-content {
  padding: 20px 10px 0 10px;
}
.try-name__profes {
  padding-top: 15px;
}
.btn-profes__top {
  font-size: 12px;
  color: #7b0200;
  background: url('/assets/img/top/bg-text-process.png');
  background-size: cover;
  background-repeat: no-repeat;
  width: fit-content;
  padding: 9px 8px 9px 28px;
}
.bg-bottom__title {
  width: 100px;
  margin: -1px auto 0;
}

.try-sub__profes-title {
  font-family: 'Hiragino Mincho ProN', serif;
  color: #570b0a;
  font-size: 15px;
}
.try-btn-text__tutor .btn-profes__top {
  color: #002e74;
  background: url('/assets/img/top/bg-text-tutor.png');
  background-size: cover;
  background-repeat: no-repeat;
}
.md-btn__contact .btn-text__content .btn-text-content__style {
  margin-top: -4px;
}
.p-oricon {
  font-size: 10px;
  padding: 10px;
  text-align: left;
  width: fit-content;
  margin-left: auto;
  color: #333;
}
.p-oricon a {
  color: #333;
}
.list-sufficiency {
  padding: 10px 10px 0 10px;
}
.list-sufficiency img {
  width: 100%;
}
.sub-block__teacher {
  padding: 0 10px 10px;
  background: #182e4c;
}
.block__profes {
  padding-top: 20px;
}
.p-oricon span {
  text-decoration: underline;
}
.p-oricon img {
  margin-top: -5px;
}
.try-tutor {
  margin-top: -1px;
}
.c-top-note-1 {
  width: fit-content;
  margin-left: auto;
  text-align: left;
  font-size: 10px;
  padding: 0 10px 10px 10px;
}
.c-top-note-1 .p-oricon {
  padding: 0;
  margin: 0;
}
._top-note-sp {
  display: block;
}
/* .md-header--nav-extend-available .md-nav__extend {
    display: none;
} */
.md-course__supports {
  padding: 0 10px;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #182e4c;
  font-feature-settings: 'palt' on;
}
.md-course__supports-list {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 16px;
  margin: 16px auto;
}
.md-course__support {
  padding: 20px;
  border-radius: 8px;
  text-align: center;
}
.md-course__support-title {
  font-size: 24px;
  font-weight: 700;
  color: #1f3b9e;
}
.md-course__support-title::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  margin: 6px auto;
  background: #1f3b9e;
}
.md-course__support-text {
  font-size: 16px;
  font-weight: 700;
}
.md-course__support-btn {
  position: relative;
  width: fit-content;
  margin: 12px auto 0;
}
.md-course__support-btn a {
  font-size: 16px;
  font-weight: 700;
  width: 180px;
  height: 50px;
  margin: auto;
  padding-right: 23px;
  background: #1f3b9e;
  border-radius: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 0 #182e4c;
  color: #ffffff;
}
.md-course__support-btn img {
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translate(0, -50%);
  width: 22px;
}
.md-course__supports-note {
  margin-bottom: 24px;
  font-size: 10px;
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  .try-main.pd-header__inner {
    padding-top: 60px;
  }
}
@media screen and (min-width: 768px) {
  .try-text__banner-header {
    display: none;
  }
  .try-text__bottom-banner {
    display: none;
  }
  /* .splide__slide.l-container._middle {
        width: 100% !important;
        margin-right: 0 !important;
        max-width: max-content;
    } */
  .p-oricon {
    font-size: 12px;
    display: flex;
    justify-content: flex-end;
    width: auto;
  }
  .c-top-note-1 .p-oricon {
    justify-content: start;
  }
  .splide__list {
    position: relative;
  }
  .try-sub-content__teacher {
    max-width: 1200px;
  }
  .list-sufficiency {
    max-width: 1200px;
    margin: auto;
  }
  .try-sub-title__content {
    text-align: center;
    align-items: center;
  }
  .try-sub-title__text p {
    font-size: 62px;
  }

  .try-sub-title__text-h1 {
    font-size: 20px;
  }
  .try-sub-title__text-h1 .special-point-char {
    font-size: 10px;
  }
  .try-sub-title__number {
    font-size: 160px;
  }
  .try-content__teacher {
    padding: 60px 10px 30px;
  }
  .list-sufficiency {
    padding: 20px 10px 0 10px;
  }
  .try-content__point {
    padding: 100px 0 60px;
  }
  .try-title__point {
    font-size: 24px;
  }
  .try-title__point span {
    font-size: 42px;
  }
  .try-cmt__teacher {
    padding: 50px 30px;
    border-radius: 20px;
  }
  .btn-try__teacher {
    display: block;
    width: fit-content;
    margin: auto;
    font-size: 22px;
  }
  .try-sub-title h2 {
    font-size: 32px;
    padding: 30px 0;
  }
  .sub-cmt__teacher {
    display: flex;
    align-items: center;
  }
  .img-teacher,
  .try-profes .professional {
    max-width: 500px;
    width: 100%;
  }
  .try-sub-content {
    padding: 20px 0 0 40px;
  }
  .try-sub-content_main {
    font-size: 16px;
  }
  .try-title__point {
    width: 155px;
  }
  .try-btn.try-btn__more-class,
  .try-btn.try-btn-text__profes {
    margin: 50px auto 0;
    width: 100%;
    max-width: 370px;
  }
  .sub-block__teacher.block__profes {
    padding: 0;
  }
  .sub-block__teacher {
    padding: 0 10px 60px;
  }
  .bg-gray__profes {
    border-radius: 0;
  }
  .try-profes__title {
    padding: 40px 0;
  }
  .try-sub__profes-title {
    font-size: 24px;
    padding: 30px 0 20px;
  }
  .try-profes__text {
    max-width: 1200px;
    width: fit-content;
    display: flex;
    align-items: center;
    margin: auto;
    gap: 40px;
  }
  .try-sub_list__profes {
    font-size: 16px;
    line-height: 28px;
  }
  .try-profes__title {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .note-professional {
    text-align: center;
  }
  .point-teacher__item {
    max-width: 1200px;
    margin: auto;
  }
  .try-sub_list__profes span {
    font-size: 18px;
  }
  .block__profes {
    padding-top: 50px;
  }
  .try-profes .try-name_sub__title span {
    font-size: 26px;
  }
  .try-main .try-plan {
    padding-bottom: 0;
  }
  .bg-contact .md-contact--body {
    padding-top: 50px;
    background: #eef6fd;
    width: 100%;
    padding: 30px 20px 30px;
  }
  .list-sufficiency {
    text-align: center;
  }
  .list-sufficiency img {
    max-width: 600px;
  }
  .c-top-note-1 {
    font-size: 12px;
  }
  ._top-note-sp {
    display: none;
  }
  .md-course__supports {
    max-width: 900px;
    margin: 40px auto 60px;
    padding: 0;
  }
  .md-course__supports-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin: 24px auto;
  }
  .md-course__support {
    padding: 24px 32px 32px;
  }
  .md-course__support-title::after {
    height: 1px;
    margin: 10px auto;
  }
  .md-course__support-text {
    font-size: 18px;
  }
  .md-course__support-btn {
    position: relative;
    width: fit-content;
    margin: 12px auto 0;
  }
  .md-course__support-btn a {
    font-size: 16px;
    font-weight: 700;
    width: 180px;
    height: 50px;
    margin: auto;
    padding-right: 23px;
    background: #1f3b9e;
    border-radius: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 0 #182e4c;
    color: #ffffff;
  }
  .md-course__support-btn img {
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translate(0, -50%);
    width: 22px;
  }
  .md-course__supports-note {
    margin-bottom: 24px;
    font-size: 10px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 400px) {
  .try-btn__more-class div {
    white-space: break-spaces;
    word-break: break-all;
    padding-right: 28px;
    padding-left: 10px;
  }
}

/* ---------------------------------------------
  バナーエリア
--------------------------------------------- */
.banner_area {
  max-width: 100%;
  padding: min(8%, 50px) 0;
}
.banner_area p {
  margin: 0;
  text-align: center;
}
.banner_area img {
  width: min(100%, 1160px); /* pxのみ実寸の数値を入力する */
  margin: 0 auto;
}
