@charset "UTF-8";
/* スマホ時の記事のサイズ */
/*           */
/* フォントサイズ */
html {
  line-height: 1.0;
  font-size: 62.5%;
}

body {
  font-family: 'YuGothic';
  font-size: 1.6rem;
  color: #1b224c;
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

a {
  text-decoration: none;
  display: inline-block;
  -webkit-transition: .3s;
  transition: .3s;
}

a:hover {
  opacity: .7;
}

ul {
  list-style: none;
  padding-left: 0;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.btn {
  color: white;
  font-weight: bold;
  font-size: 1.4rem;
  border-radius: 5px;
}

.request-documents {
  background-color: #F5A623;
}

.section-wrapper {
  padding: 0 20px;
  width: 940px;
  margin: 0 auto;
  text-align: center;
}

.section-title {
  font-size: 3.6rem;
  font-weight: bold;
}

.plus {
  position: relative;
}

.plus .bar {
  position: absolute;
  background-color: #1B224C;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.plus .bar:nth-child(2) {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.mobile-menu {
  display: none;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 80px;
  padding: 15px 10px 15px 15px;
  background-color: white;
}

.header .site-title {
  margin-right: 28px;
}

.header .nav-item {
  line-height: calc(29/16);
}

.header .nav-item:nth-child(-n+3) {
  margin-right: 28px;
}

.header .header-left {
  font-weight: bold;
}

.header .header-left a {
  color: #1b224c;
}

.header .header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .company-info {
  width: 160px;
  margin-right: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.header .company-info .business-hours {
  text-align: right;
  font-size: 1.2rem;
  color: #1b224c;
  margin-bottom: 10px;
}

.header .company-info .tel-number {
  text-align: right;
  color: #1b224c;
  font-weight: bold;
}

.header .company-info .tel-number img {
  width: auto;
}

.header .request-documents {
  margin-right: 10px;
  padding: 18px 43px;
}

.header .inquiry {
  background-color: #1B224C;
  padding: 18px 26px;
}

/* fv */
.fv {
  width: 100%;
  margin-top: 80px;
  height: 221px;
  position: relative;
}

.fv .fv-title {
  width: 100%;
  text-align: center;
  font-size: 3.2rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: white;
  line-height: calc(54/32);
}

.bread-wrapper {
  background-color: #F8F8F8;
}

.bread-wrapper .bread-container {
  padding: 19px 20px;
  width: 940px;
  text-align: left;
  margin: 0 auto 58px;
}

.bread-wrapper .bread-container span {
  margin: 0 6px;
  line-height: 1.5em;
}

.bread-wrapper .bread-container span:first-child {
  margin-left: 0;
}

.bread-wrapper .bread-container span:last-child {
  margin-right: 0;
}

.bread-wrapper .bread-container a {
  -webkit-text-decoration: underline #1B224C;
          text-decoration: underline #1B224C;
}

.blog-title {
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 60px;
}

/* カテゴリー */
.cate {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  padding: 8px 9px;
  font-size: 1.2rem;
  color: white;
  background-color: #1B224C;
}

.sidebar-contents-title {
  text-align: center;
  padding: 18px 0;
  background-color: #1B224C;
  color: white;
  font-size: 2.1rem;
  font-weight: bold;
  margin-bottom: 30px;
}

.pagination {
  text-align: center;
  margin-bottom: 45px;
}

.page-numbers {
  font-size: 1.6rem;
  font-weight: bold;
  color: #1b224c;
  padding: 17px 20px;
  border: 1px solid #1B224C;
  margin-right: 19px;
}

.page-numbers.dots {
  border: none;
}

.current {
  color: white;
  background-color: #1B224C;
}

.next.page-numbers {
  border: none;
  padding: 0px;
}

.prev.page-numbers {
  border: none;
  padding: 0px;
}

.footer {
  text-align: center;
}

.footer .footer-request-documents {
  background: url("../../../images/index/cta.png") center/cover;
  padding: 70px 0 41.4px 0;
}

.footer .footer-request-documents .request-documents-title {
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 20px;
  color: white;
  line-height: calc(54/32);
}

.footer .footer-request-documents .request-documents {
  margin-bottom: 22px;
  padding: 16px 108px 18px;
  border-radius: 40px;
  color: white;
  font-weight: bold;
}

.footer .footer-request-documents .request-documents-text {
  color: white;
  -webkit-text-decoration: underline white;
          text-decoration: underline white;
  line-height: calc(27/16);
}

.footer .company-info {
  padding: 20px 0 23px;
}

.footer .company-info .footer-company-info-inner {
  display: inline-block;
  position: relative;
}

.footer .company-info .footer-company-info-inner .company-info-tel {
  font-weight: bold;
  margin: 0 1.5vw;
  font-size: 3.2rem;
  line-height: calc(50/36);
}

.footer .company-info .footer-company-info-inner .company-info-text, .footer .company-info .footer-company-info-inner .company-info-date {
  position: absolute;
  font-size: 1.6rem;
  bottom: 2px;
  line-height: calc(27/16);
}

.footer .company-info .footer-company-info-inner .company-info-text {
  font-weight: bold;
  left: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.footer .company-info .footer-company-info-inner .company-info-date {
  right: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.footer .footer-bottom-wrapper {
  background-color: #1B224C;
}

.footer .footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 35px 10px 68px 10px;
  color: white;
  font-weight: bold;
}

.footer .footer-bottom .nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer .footer-bottom .nav-list li:nth-child(-n+3) {
  border-right: 1px solid white;
}

.footer .footer-bottom .nav-list .nav-item {
  display: block;
  padding: 3.5px 21.5px;
}

.footer .footer-bottom .company-info-inner {
  text-align: right;
}

.footer .footer-bottom .company-info-inner .company-info-tel {
  margin-bottom: 13px;
}

.footer .footer-bottom .company-info-inner .company-info-tel img {
  width: auto;
  margin-right: 7px;
}

.footer .footer-bottom .company-info-inner .company-info-date {
  font-size: 1.2rem;
  font-weight: normal;
  line-height: calc(20/12);
}

.footer .footer-bottom .company-info-inner .logo-image {
  border: 1px solid #707070;
  width: 197px;
  margin-bottom: 27px;
  padding: 14px 19px 13px;
  background-color: white;
}

.footer .copy-right {
  padding: 12px 20px;
  text-align: right;
  font-size: 1.2rem;
}

@media screen and (max-width: 1026px) {
  .header .company-info {
    width: 100%;
    text-align: left;
  }
  .header-nav {
    display: none;
  }
  .mobile-menu {
    display: inline-block;
  }
  .black-bg.cover {
    position: fixed;
    z-index: 80;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1B224C;
    opacity: 0.7;
  }
  .header-right {
    display: none !important;
  }
  .nav-button {
    z-index: 200;
    display: block;
    position: fixed;
    padding: 8px;
    border-radius: 5px;
    width: 50px;
    right: 20px;
    top: 20px;
    height: 41px;
    -webkit-transition: 1s;
    transition: 1s;
    background-color: #1B224C;
  }
  .nav-button:hover {
    opacity: 0.7;
    cursor: pointer;
  }
  .nav-button.toggle .line:first-child {
    -webkit-transform: translateY(10px) rotate(45deg);
            transform: translateY(10px) rotate(45deg);
  }
  .nav-button.toggle .line:nth-child(2) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .nav-button.toggle .line:last-child {
    display: none;
  }
  .nav-button .line {
    display: block;
    margin: 2px auto 8px;
    width: 80%;
    height: 2px;
    background-color: white;
    -webkit-transition: .3s;
    transition: .3s;
  }
}

.mobile-nav-container {
  position: fixed;
  z-index: 100;
  width: 80%;
  max-width: 700px;
  height: 100%;
  top: 0;
  right: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  background-color: white;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.mobile-nav-container.toggle {
  -webkit-transform: none;
          transform: none;
}

.mobile-nav-container .mobile-nav-inner {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 60%;
}

.mobile-nav-container .mobile-nav-inner .mobile-nav-title {
  font-size: 3.2rem;
  font-weight: bold;
  text-align: left;
  margin-bottom: 50px;
}

.mobile-nav-container .mobile-nav-inner .mobile-nav-title .fa-list-alt {
  margin-right: 10px;
}

.mobile-nav-container .mobile-nav-inner .mobile-nav-list {
  margin-bottom: 70px;
}

.mobile-nav-container .mobile-nav-inner .mobile-nav-list a {
  display: block;
  padding: 10px;
  border-bottom: 1px solid #1B224C;
}

.mobile-nav-container .mobile-nav-inner .mobile-nav-list a .nav-item {
  margin-right: 0;
}

.mobile-nav-container .mobile-nav-inner .company-info {
  margin-bottom: 20px;
}

.mobile-nav-container .mobile-nav-inner .company-info .mobile-business-hours {
  margin-bottom: 10px;
}

.mobile-nav-container .mobile-nav-inner .company-info .mobile-tel-number img {
  width: auto;
  height: auto;
}

.mobile-nav-container .mobile-nav-inner .request-inquiry-inner {
  text-align: left;
}

.mobile-nav-container .mobile-nav-inner .request-inquiry-inner .request-documents, .mobile-nav-container .mobile-nav-inner .request-inquiry-inner .inquiry {
  text-align: center;
  width: 100%;
  padding: 15px 10px;
  margin-bottom: 15px;
}

.mobile-nav-container .mobile-nav-inner .request-inquiry-inner .request-documents {
  margin-right: 0;
}

.mobile-nav-container .mobile-nav-inner .inquiry {
  background-color: #1B224C;
}

@media screen and (max-width: 939px) {
  .bread-wrapper .bread-container {
    width: 100%;
  }
  .section-wrapper {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .nav-button:hover {
    opacity: 1;
  }
  .footer .footer-request-documents .request-documents-title {
    font-size: 2.2rem;
  }
  .footer .company-info {
    padding: 10px 0;
  }
  .footer .company-info .footer-company-info-inner .company-info-text, .footer .company-info .footer-company-info-inner .company-info-date {
    position: relative;
    -webkit-transform: none;
            transform: none;
  }
  .footer .footer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 35px 10px 68px 10px;
  }
  .footer .footer-bottom .nav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px;
  }
  .footer .footer-bottom .nav-list li {
    border-bottom: 1px solid white;
    width: 40%;
  }
  .footer .footer-bottom .nav-list li:nth-child(-n+3) {
    border-right: none;
    margin-bottom: 15px;
  }
  .footer .footer-bottom .nav-list a {
    display: block;
  }
  .footer .footer-bottom .nav-list a .nav-item {
    display: block;
    padding: 3.5px 10.5px;
  }
  .footer .footer-bottom .company-info-inner {
    text-align: center;
    width: 40%;
    min-width: 138px;
    margin: 0 auto;
  }
  .footer .footer-bottom .company-info-inner .logo-image {
    width: 100%;
    margin: 0 auto 17px;
  }
  .page-numbers.prev, .page-numbers.next {
    display: inline-block;
  }
  .page-numbers {
    margin-right: 10px;
    padding: 10px 15px;
  }
}

.fv {
  background: url("../../../images/price/plan.png") center/cover;
}

.price-title {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: calc(54/32);
}

.price-system {
  margin-bottom: 90px;
}

.price-system .price-system-title {
  margin-bottom: 60px;
  text-align: center;
}

.price-system .price-system-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 45.8px;
}

.price-system .price-system-inner .admission-fee, .price-system .price-system-inner .monthly-cost {
  font-size: 2.2rem;
  font-weight: bold;
  background-color: #1B224C;
  color: white;
  line-height: 1.0;
}

.price-system .price-system-inner .admission-fee {
  margin-right: 35px;
  padding: 34px 53px;
}

.price-system .price-system-inner .monthly-cost {
  padding: 34px 96px;
}

.price-system .price-system-inner .price-plus {
  width: 26px;
  height: 26px;
  margin-right: 35px;
}

.price-system .price-system-inner .price-bar {
  width: 26px;
  height: 2px;
}

.price-system .price-system-text {
  font-size: 1.6rem;
  line-height: calc(27/16);
  text-align: left;
  font-weight: normal;
}

.table-container {
  margin-bottom: 50px;
}

.table-container .price-table {
  text-align: center;
}

.table-container .price-table .js-scrollable {
  padding-bottom: 1px;
}

.table-container .price-table .price-table-title {
  margin-bottom: 106px;
  line-height: calc(54/32);
}

.table-container .price-table .price-table-list {
  width: 900px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.table-container .price-table .price-table-list .price-table-item {
  -ms-flex-preferred-size: 24.4%;
      flex-basis: 24.4%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.table-container .price-table .price-table-list .price-table-item .price-table-item-top {
  position: relative;
  padding: 0 20px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, transparent), color-stop(0%, #1B224C));
  background: linear-gradient(to bottom, transparent 30%, #1B224C 0%);
  color: white;
  font-weight: bold;
  height: 96px;
}

.table-container .price-table .price-table-list .price-table-item .price-table-item-top .price-table-item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 70%;
  width: 100%;
  line-height: calc(35/16);
}

.table-container .price-table .price-table-list .price-table-item .price-table-item-bottom {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 30px 20px 0 20px;
  border: 0.5px solid #1B224C;
  border-top: none;
}

.table-container .price-table .price-table-list .price-table-item .price-table-item-bottom .price {
  line-height: calc(40/25);
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 14px;
}

.table-container .price-table .price-table-list .price-table-item .price-table-item-bottom .price-text {
  margin-bottom: 48px;
}

.table-container .price-table .price-table-list .price-table-item .price-table-item-bottom .lesson-list .fa-check {
  margin-right: 11.5px;
}

.table-container .price-table .price-table-list .price-table-item .price-table-item-bottom .lesson-list .lesson-item {
  margin-bottom: 17.5px;
  line-height: calc(27/16);
}

.table-container .price-table .price-table-list .price-table-item .price-table-item-bottom .lesson-list .lesson-item::before {
  content: '';
  display: block;
  margin-top: calc((1 - calc(27/16)) * 0.5em);
}

.table-container .price-table .price-table-list .price-table-item .price-table-item-bottom .lesson-list .lesson-item:last-child {
  margin-bottom: 0px;
}

.table-container .price-table .price-table-list .price-table-item:nth-child(3) .price-table-item-top {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0%, #F5A623));
  background: linear-gradient(transparent 0%, #F5A623 0%);
}

.table-container .price-table .price-table-list .price-table-item:nth-child(3) .price-table-item-top .price-table-item-title {
  height: 100%;
  line-height: 2.2;
  border: none;
}

.table-container .price-table .price-table-list .price-table-item:nth-child(3) .price-table-item-bottom {
  padding-bottom: 94px;
}

.table-container .price-table .price-table-list .price-table-item:nth-child(3) .price-table-item-bottom .price {
  color: #F5A623;
}

@media screen and (max-width: 768px) {
  .price-system {
    margin-bottom: 40px;
  }
  .price-system .price-system-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .price-system .price-system-inner .admission-fee, .price-system .price-system-inner .monthly-cost {
    font-size: 3rem;
    width: 100%;
    margin-right: 0;
  }
  .price-system .price-system-inner .price-plus {
    margin: 20px 0;
  }
  .price-table .price-table-title {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 768px) {
  .price-system .price-system-inner {
    max-width: 553px;
  }
  .price-system .price-system-inner .admission-fee, .price-system .price-system-inner .monthly-cost {
    font-size: 2rem;
  }
  .price-system .price-system-inner .monthly-cost {
    padding: 34px 65px;
  }
  .table-container .price-table .price-table-title {
    margin-bottom: 40px;
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (-webkit-min-devvce-pixel-ratio: 2) {
  .fv {
    background: url("../../../images/price/plan@2x.png") center/cover;
  }
}
/*# sourceMappingURL=style.css.map */