@charset "UTF-8";
/*----------------------------------------
breakpoint Setting
----------------------------------------*/
/*----------------------------------------

----------------------------------------*/
@media screen and (max-width: 767px) {
  .tab__button_inner .inline_block {
    display: none;
  }
}

.wrapper {
  background-color: #ededed;
  background-image: url(../img/bg.jpg);
  background-position: center top;
}
.breadcrumbs,
.footer {
  color: #fafafa;
  background-color: #0d0d0d;
}

.page_top__inner {
  background-color: #0d0d0d;
}

.tab__buttons--top .tab__button {
  width: 33%;
}
.tab__button {
  color: #fafafa;
}
.tab__button.tab__button--1 {
  background-color: rgb(238.7, 156.9405511811, 0);
}
.tab__button.tab__button--1:not(.active):hover {
  background-color: rgb(255, 170.8086614173, 9.2);
}
.tab__button.tab__button--1:not(.active) {
  background-color: rgb(238.7, 156.9405511811, 0);
}
.tab__buttons--top .tab__button.tab__button--1:not(.active) {
  background-color: #9d9d9d;
}
.tab__button.tab__button--2 {
  background-color: rgb(53.5387096774, 169.9903225806, 239.8612903226);
}
.tab__button.tab__button--2:not(.active):hover {
  background-color: rgb(77.2564516129, 179.9983870968, 241.6435483871);
}
.tab__button.tab__button--2:not(.active) {
  background-color: rgb(53.5387096774, 169.9903225806, 239.8612903226);
}
.tab__buttons--top .tab__button.tab__button--2:not(.active) {
  background-color: #9d9d9d;
}
.tab__button.tab__button--3 {
  background-color: rgb(243.2653061224, 94.2346938776, 118.8775510204);
}
.tab__button.tab__button--3:not(.active):hover {
  background-color: #f5768b;
}
.tab__button.tab__button--3:not(.active) {
  background-color: rgb(243.2653061224, 94.2346938776, 118.8775510204);
}
.tab__buttons--top .tab__button.tab__button--3:not(.active) {
  background-color: #9d9d9d;
}
.tab__content--1 {
  border-top-color: rgb(238.7, 156.9405511811, 0);
}
.tab__content--2 {
  border-top-color: rgb(53.5387096774, 169.9903225806, 239.8612903226);
}
.tab__content--3 {
  border-top-color: rgb(243.2653061224, 94.2346938776, 118.8775510204);
}

.course {
  font-family: "Zen Old Mincho", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #fafafa;
  padding-bottom: 1rem;
}
.tab__content--1 .course {
  background-color: #11001e;
}
.tab__content--2 .course {
  background-color: #1e0007;
}
.tab__content--3 .course {
  background-color: #240008;
}

.b_ptn .course__title {
  margin: 0 -4%;
}
.tab__content--1 .b_ptn .course__item:not(:last-child) .course__item_inner::before {
  border-top-color: rgb(238.7, 156.9405511811, 0);
}
.tab__content--2 .b_ptn .course__item:not(:last-child) .course__item_inner::before {
  border-top-color: rgb(53.5387096774, 169.9903225806, 239.8612903226);
}
.tab__content--3 .b_ptn .course__item:not(:last-child) .course__item_inner::before {
  border-top-color: rgb(243.2653061224, 94.2346938776, 118.8775510204);
}
.b_ptn .course__item_inner {
  border-width: 1px;
}
.tab__content--1 .b_ptn .course__item_inner {
  border-color: rgb(238.7, 156.9405511811, 0);
}
.tab__content--2 .b_ptn .course__item_inner {
  border-color: rgb(53.5387096774, 169.9903225806, 239.8612903226);
}
.tab__content--3 .b_ptn .course__item_inner {
  border-color: rgb(243.2653061224, 94.2346938776, 118.8775510204);
}
.b_ptn .course__term {
  color: #fafafa;
}
.tab__content--1 .b_ptn .course__term {
  background-color: rgb(238.7, 156.9405511811, 0);
}
.tab__content--2 .b_ptn .course__term {
  background-color: rgb(53.5387096774, 169.9903225806, 239.8612903226);
}
.tab__content--3 .b_ptn .course__term {
  background-color: rgb(243.2653061224, 94.2346938776, 118.8775510204);
}
.b_ptn .course__term::before {
  content: none;
  line-height: 1;
  font-weight: 400;
}
.b_ptn .course__desc {
  color: white;
  font-size: 1.7rem;
  font-weight: 600;
}

.c_ptn .course__title {
  margin: 0 -4%;
}
@media screen and (max-width: 767px) {
  .c_ptn .course__item {
    width: 100%;
  }
}
.c_ptn .course__item_inner {
  padding: 0.2rem;
}
.c_ptn .course__item_inner::after {
  color: #fafafa;
}
.tab__content--1 .c_ptn .course__item_inner::after {
  background-color: rgb(238.7, 156.9405511811, 0);
}
.tab__content--2 .c_ptn .course__item_inner::after {
  background-color: rgb(53.5387096774, 169.9903225806, 239.8612903226);
}
.tab__content--3 .c_ptn .course__item_inner::after {
  background-color: rgb(243.2653061224, 94.2346938776, 118.8775510204);
}
.c_ptn .course__term {
  /*@include mq-down(sm) {
    min-width: 33.333%;
    max-width: 33.333%;
    width: 33.333%;
    padding-top: 33.333%;
  }
  @include mq-up(sm) {
    @include mq-down() {
      min-width: 15rem;
      max-width: 15rem;
      width: 15rem;
      padding-top: 15rem;
    }
  }*/
}
.c_ptn .course__desc {
  color: white;
  font-size: 1.7rem;
  font-weight: 600;
  padding-bottom: 0.8rem;
}
.c_ptn .course__desc .font_size--sm {
  display: inline-block;
  margin-top: 0.3rem;
  opacity: 0.7;
}
.c_ptn .course__item_text {
  padding: 0 1%;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .c_ptn .course__item_text {
    width: 50%;
  }
}
.c_ptn .course__item_text_inner {
  display: block;
  width: 100%;
  padding: 0 0.5rem;
  margin: -1.4rem 0 1rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .c_ptn .course__item_text_inner {
    margin-top: -1.8rem;
  }
}

.box--2 .box__inner {
  color: white;
  background-color: rgba(255, 255, 255, 0.5);
}
.box--1 .box__title {
  letter-spacing: 0.15em;
}
@media screen and (max-width: 575px) {
  .box--1 .box__title {
    padding: 0;
    margin-top: -0.5rem;
  }
}/*# sourceMappingURL=style_new.css.map */