@charset "UTF-8";
/* ***************************************
font Setting
*************************************** */
/*----------------------------------------
breakpoint Setting
----------------------------------------*/
/*========================================
  全体設定
========================================*/
@import url("https://fonts.googleapis.com/css2?family=Abel&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Neuton");
html,
body {
  width: 100%;
  /*height: 100%;*/
}

body {
  min-width: 320px;
  width: 100%;
  -webkit-text-size-adjust: 100%;
}

/*----------------------------------------
	フォントサイズ
----------------------------------------*/
html {
  font-size: 56.25%;
  /* 9px */
}

@media screen and (min-width: 768px) {
  html {
    font-size: 62.5%;
    /* 10px */
  }
}
body {
  font-size: 10px;
  font-size: 1rem;
  line-height: 1;
  margin: 0 auto;
}

/*----------------------------------------
	共通css
----------------------------------------*/
a:link,
a:visited,
a:active {
  color: inherit;
  text-decoration: none;
}

img {
  width: 100%;
  vertical-align: top;
}

/*overflowで要素内をスクロールした時にiOSでスムーズにスクロールされない問題を解決*/
/*慣性スクロールにする*/
.inline_block {
  display: inline-block;
}

.text-css {
  line-break: strict;
}

@media screen and (min-width: 768px) {
  .css-pc-br::after {
    content: "\a";
    white-space: pre;
  }
  .pc_none {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .css-sp-br::after {
    content: "\a";
    white-space: pre;
  }
  .sp_none {
    display: none;
  }
}
.obj-fit-img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  font-family: "object-fit: cover; object-position: 50% 50%;"; /*IE用*/
}

.bold {
  font-weight: bold;
}

.font_size--068 {
  font-size: 0.68em;
}

.font_size--078 {
  font-size: 0.78em;
}

.font_size--088 {
  font-size: 0.88em;
}

.font_size--093 {
  font-size: 0.93em;
}

.font_size--11 {
  font-size: 1.1em;
}

.font_size--12 {
  font-size: 1.2em;
}

.font_size--13 {
  font-size: 1.3em;
}

.font_size--15 {
  font-size: 1.5em;
}

.font_size--18 {
  font-size: 1.8em;
}

.font_size--20 {
  font-size: 2em;
}

/*----------------------------------------
.header
----------------------------------------*/
/*----------------------------------------
.breadcrumbs
----------------------------------------*/
.breadcrumbs {
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  padding: 0.5rem 0.5em;
  color: #4d4d4d;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.breadcrumbs__list {
  display: flex;
}
.breadcrumbs__item {
  position: relative;
  display: block;
  padding-right: 1.6rem;
}
.breadcrumbs__item:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0.8rem;
  width: 0;
  height: 1em;
  border-right: 1px solid;
  transform: rotate(30deg);
}
.breadcrumbs__item:not(:last-child) a {
  text-decoration: underline;
}
.breadcrumbs__item:last-child a {
  pointer-events: none;
}

/*----------------------------------------
.footer
----------------------------------------*/
.footer {
  font-size: 1.5rem;
  position: relative;
  background-color: #fff;
  color: #4d4d4d;
}
.footer__inner {
  padding: 2rem 0;
  text-align: center;
}
.footer__logo {
  width: 9rem;
  margin: 0 auto 0.3rem;
}
.footer__logo_inner {
  display: block;
}
.footer__list {
  margin-bottom: 1.5rem;
}
.footer__item {
  margin-bottom: 0.5rem;
}
.footer__copy {
  line-height: 1.4;
  opacity: 0.7;
}

/*----------------------------------------
.page_top
----------------------------------------*/
.page_top {
  position: fixed;
  bottom: -5rem;
  right: 0;
  transition: 0.3s;
  z-index: 3;
  color: #fff;
}
.page_top.fixed {
  bottom: 0;
}
.page_top__inner {
  background: #2d2d2d;
  text-decoration: none;
  width: 5rem;
  height: 5rem;
  text-align: center;
  display: block;
  position: relative;
}
.page_top__inner::after {
  content: "";
  position: absolute;
  top: 0.5rem;
  bottom: 0;
  left: 0;
  right: 0;
  width: 13px;
  height: 13px;
  margin: auto;
  display: block;
  border-left: 2px solid;
  border-top: 2px solid;
  transform: rotate(45deg);
}

.wrapper {
  font-family: "Abel", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
}

.tab__button, .content {
  font-family: "Roboto Condensed", dnp-shuei-gothic-gin-std, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
}

/*----------------------------------------
	全体
----------------------------------------*/
.wrapper {
  line-height: 1.6;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  color: #fafafa;
  background-color: #ededed;
  position: relative;
  height: auto;
}

.content {
  max-width: 94rem;
  margin: auto;
  padding: 5rem 3%;
}
@media screen and (max-width: 767px) {
  .content .content {
    padding-top: 3rem;
  }
}

/*---------------------------
.header
---------------------------*/
.breadcrumbs {
  background-color: #0d0d0d;
  color: #fafafa;
  font-size: 1.5rem;
}
.breadcrumbs__logo {
  width: 2.4rem;
  margin-right: 0.5rem;
  display: inline-block;
}

/*---------------------------
.footer
---------------------------*/
.footer {
  background-color: #0d0d0d;
  color: #fafafa;
}
.footer__inner {
  padding-left: 1rem;
  padding-right: 1rem;
}
.footer__logo_inner {
  background-color: #fff;
}

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

/*---------------------------
.tab
---------------------------*/
.tab__buttons--top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.tab__buttons--bottom {
  max-width: 45rem;
  margin: 3rem auto 0;
  padding: 0 3%;
}
.tab__button {
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-right-color: rgba(0, 0, 0, 0.3);
  border-bottom-color: rgba(0, 0, 0, 0.3);
  cursor: pointer;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
}
.tab__buttons--top .tab__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 49%;
  border-radius: 0.6rem 0.6rem 0 0;
  border-bottom: none;
  min-height: 2.8em;
  line-height: 1.2;
  transition: 0.2s;
}
.tab__buttons--top .tab__button.active, .tab__buttons--top .tab__button:not(.active):hover {
  min-height: calc(2.8em + 10px);
}
.tab__buttons--bottom .tab__button {
  padding: 1rem 1em;
  width: 100%;
  margin-bottom: 0.8rem;
  border-radius: 0.4rem;
  transition: 0.2s;
}
.tab__buttons--bottom .tab__button.active {
  display: none;
}
.tab__contents {
  position: relative;
}
.tab__content {
  border-top: 5px solid;
  opacity: 0;
  transition: opacity 0.3s ease;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}
.tab__content.active {
  opacity: 1;
  pointer-events: auto;
}

/*---------------------------
.course
---------------------------*/
.a_ptn .course__list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 576px) {
  .a_ptn .course__list {
    margin: 0 -0.5rem;
  }
}
.a_ptn .course__item {
  margin-bottom: 1.5rem;
  width: 100%;
}
@media screen and (min-width: 576px) {
  .a_ptn .course__item {
    width: 50%;
    padding: 0 0.5rem;
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .a_ptn .course__item {
    width: 33.333%;
  }
}
.a_ptn .course__item_inner {
  border: 1px solid rgba(255, 255, 255, 0.8);
  background-color: #fafafa;
  position: relative;
}
@media screen and (max-width: 575px) {
  .a_ptn .course__item_inner {
    display: flex;
  }
}
.a_ptn .course__item_inner::after {
  counter-increment: number;
  content: counter(number);
  position: absolute;
  top: 0.3rem;
  left: 0.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: blue;
  border-radius: 50%;
  width: 1.3em;
  height: 1.3em;
  padding-bottom: 0.1em;
  box-sizing: border-box;
  font-family: "Zen Old Mincho", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  line-height: 1;
  font-size: min(3rem, 6.5vw);
}
@media screen and (max-width: 575px) {
  .a_ptn .course__item_inner::after {
    top: 0.2rem;
    left: 0.2rem;
  }
}
.a_ptn .course__term {
  width: 100%;
}
@media screen and (max-width: 575px) {
  .a_ptn .course__term {
    min-width: 40%;
    max-width: 40%;
    width: 40%;
  }
}
.a_ptn .course__term_inner {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 100%;
}
.a_ptn .course__term_inner img {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.a_ptn .course__desc {
  padding: 1rem 3%;
}
@media screen and (max-width: 767px) {
  .a_ptn .course__desc {
    line-height: 1.5;
  }
}

.b_ptn {
  font-weight: 500;
}
.b_ptn .course__list {
  padding-bottom: 1px;
}
@media screen and (min-width: 768px) {
  .b_ptn .course__list {
    padding-bottom: 1rem;
  }
}
.b_ptn .course__item {
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .b_ptn .course__item {
    margin-bottom: 2.1rem;
  }
}
.b_ptn .course__item:not(:last-child) .course__item_inner:after, .b_ptn .course__item:not(:last-child) .course__item_inner:before {
  content: "";
  position: absolute;
  bottom: calc(-1em + 2px);
  right: 0;
  left: 0;
  margin: auto;
  border-top: 1em solid #fafafa;
  border-left: 2.4em solid transparent;
  border-right: 2.4em solid transparent;
  width: 0;
  height: 0;
}
.b_ptn .course__item:not(:last-child) .course__item_inner::before {
  bottom: calc(-1em + 1px);
  border-top-color: blue;
}
.b_ptn .course__item_inner {
  border: 1px solid rgba(255, 255, 255, 0.9);
  min-height: 6em;
  display: flex;
  align-items: stretch;
  position: relative;
}
@media screen and (min-width: 768px) {
  .b_ptn .course__item_inner {
    border-width: 2px;
  }
}
.b_ptn .course__term {
  letter-spacing: 0;
  line-height: 0.95;
  width: 3.6em;
  min-width: 3.6em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  background-color: blue;
}
.b_ptn .course__term::after {
  text-align: center;
  display: block;
  width: 100%;
  font-size: min(3rem, 6.5vw);
  counter-increment: number;
  content: counter(number);
  font-family: "Zen Old Mincho", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
}
.b_ptn .course__desc {
  padding: 1rem 2.5%;
  background-color: #fafafa;
  line-height: 1.5;
}

.c_ptn .course__list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 576px) {
  .c_ptn .course__list {
    margin: 0 -1%;
  }
}
.c_ptn .course__item {
  margin-bottom: 1.5rem;
  width: 100%;
}
@media screen and (min-width: 576px) {
  .c_ptn .course__item {
    width: 50%;
    padding: 0 1%;
    margin-bottom: 2rem;
  }
}
.c_ptn .course__item_inner {
  border: 1px solid #cdcdcd;
  background-color: #fafafa;
  position: relative;
  display: flex;
}
.c_ptn .course__item_inner::after {
  counter-increment: number;
  content: counter(number);
  background-color: blue;
  position: absolute;
  top: 0.3rem;
  left: 0.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 1.3em;
  height: 1.3em;
  padding-bottom: 0.1em;
  box-sizing: border-box;
  font-family: "Zen Old Mincho", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  line-height: 1;
  font-size: min(3rem, 6.5vw);
}
@media screen and (max-width: 575px) {
  .c_ptn .course__item_inner::after {
    top: 0.2rem;
    left: 0.2rem;
  }
}
.c_ptn .course__term {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c_ptn .course__term {
    min-width: 40%;
    max-width: 40%;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .c_ptn .course__term {
    min-width: 15rem;
    max-width: 15rem;
  }
}
@media screen and (max-width: 575px) {
  .c_ptn .course__term {
    min-width: 33.333%;
    max-width: 33.333%;
  }
}
.c_ptn .course__term_inner {
  display: block;
  width: 100%;
  padding-top: 100%;
  position: relative;
}
.c_ptn .course__term_inner img {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
}
.c_ptn .course__desc {
  padding: 0.5rem 1rem 0.5rem 1.2rem;
  align-items: flex-start;
  align-content: flex-start;
}
@media screen and (max-width: 767px) {
  .c_ptn .course__desc {
    line-height: 1.5;
  }
}

.d_ptn .course__item {
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 768px) {
  .d_ptn .course__item {
    margin-bottom: 2.8rem;
  }
}
.d_ptn .course__item:not(:last-child) .course__item_inner:after, .d_ptn .course__item:not(:last-child) .course__item_inner:before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  border-top: 1.1em solid #fafafa;
  border-left: 2.8em solid transparent;
  border-right: 2.8em solid transparent;
  width: 0;
  height: 0;
}
@media screen and (min-width: 768px) {
  .d_ptn .course__item:not(:last-child) .course__item_inner:after, .d_ptn .course__item:not(:last-child) .course__item_inner:before {
    border-left-width: 3em;
    border-left-width: 3em;
  }
}
.d_ptn .course__item:not(:last-child) .course__item_inner::before {
  bottom: calc(-1.1em + 1px);
}
.d_ptn .course__item:not(:last-child) .course__item_inner::after {
  bottom: calc(-1.1em + 3px);
}
.d_ptn .course__item_inner {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.d_ptn .course__term {
  width: 100%;
  padding: 0.3em 3% 0.3em;
  font-size: 2.1rem;
  line-height: 1.4;
  background-color: blue;
  font-family: "Zen Old Mincho", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 576px) {
  .d_ptn .course__term {
    font-size: 2.3rem;
  }
}
.d_ptn .course__term::before {
  content: "Step";
  font-size: 2rem;
  font-family: "Neuton", serif;
  font-weight: 400;
  padding-right: 0.2rem;
}
.d_ptn .course__term_inner::before {
  counter-increment: number;
  content: counter(number);
  font-family: "Neuton", serif;
  font-weight: 400;
  padding-right: 0.4em;
}
.d_ptn .course__desc {
  padding: 0.8em 3% 1em;
  font-size: 1.7rem;
  letter-spacing: 0.05em;
  background-color: #fafafa;
}
@media screen and (min-width: 768px) {
  .d_ptn .course__desc {
    padding: 1.2em 3% 1.4em;
  }
}

.course {
  padding: 0 4%;
  background-color: #0d0d0d;
}
.course__list {
  counter-reset: number;
}
.course__item {
  position: relative;
}
.course__item_inner {
  display: block;
  height: 100%;
  position: relative;
}
.course__desc {
  position: relative;
  text-align: justify;
  letter-spacing: 0.03em;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  color: #0d0d0d;
}
.course__title {
  text-align: center;
  font-size: min(2.2em, 6.5vw);
  padding: 1.5rem 0 3rem;
  font-family: "Zen Old Mincho", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
}
.course__sub_title {
  text-align: center;
  font-size: min(1.4em, 5vw);
  padding: 1.5rem 0 3rem;
  font-family: "Zen Old Mincho", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
}

/*---------------------------
.box
---------------------------*/
.box {
  padding: 0 0 2rem;
}
.box__inner {
  line-height: 1.5;
  text-align: justify;
  letter-spacing: 0.03em;
  padding: 1rem 1.2rem;
}
.box--1 .box__inner {
  border: 1px solid rgba(255, 255, 255, 0.8);
}
@media screen and (min-width: 576px) {
  .box--1 .box__inner {
    display: flex;
  }
}
.box--1 .box__title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  text-align: center;
  padding: 0.2rem 0;
}
@media screen and (min-width: 576px) {
  .box--1 .box__title {
    width: 10rem;
    min-width: 5em;
    margin-right: 1.5rem;
    border-right: 1px solid rgba(255, 255, 255, 0.8);
  }
}
@media screen and (max-width: 575px) {
  .box--1 .box__title {
    margin: 0 -0.2rem 0.8rem;
    text-decoration: underline;
  }
}
.box--2 .box__content {
  padding-left: 1em;
  text-indent: -1em;
}

/*
.marker_1 {
  color: desaturate(lighten($tab_1-color, 10%), 0%);
  font-weight: 600;
}
.marker_2 {
  color: desaturate(lighten($tab_2-color, 10%), 0%);
  font-weight: 600;
}*/
/*---------------------------
.btn
---------------------------*/
/*.btn_area {
  padding-top: 3rem;
}
.btn {
  margin: 0 0 1rem;
  padding: 0 4%;
  text-align: center;
  &__inner {
    display: block;
    padding: 1.5rem 1rem;
    margin: auto;
    max-width: 50rem;
    background-color: $main-color;
    border-radius: 0.6rem;
    position: relative;
    transition: all 0.25s;
    &::after {
      content: "";
      position: absolute;
      margin: auto;
      top: 0.4rem;
      bottom: 0;
      left: 5%;
      width: 1.2rem;
      height: 1.2rem;
      border-top: 2px solid;
      border-right: 2px solid;
      transition: all 0.25s;
      transform: rotate(-45deg);
    }
    &:hover {
      &::after {
        top: -0.4rem;
      }
    }
  }
}*//*# sourceMappingURL=common_new.css.map */