html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, section, article, aside, hgroup, header, footer, nav, dialog, figure, menu, video, audio, mark, time, canvas, details {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: transparent;
}

section, article, aside, hgroup, header, footer, main, nav, dialog, figure, figcaption {
  display: block;
}

html {
  font-size: 62.5%;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -webkit-print-color-adjust: exact;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

:focus {
  outline-color: #aaa;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  -webkit-backface-visibility: hidden;
  vertical-align: bottom;
}

b, strong, em {
  font-weight: inherit;
  font-style: inherit;
}

html {
  font-size: 10px;
}
@media screen and (max-width:374px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  width: 100%;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
}
@media screen and (max-width:767px) {
  body.is-locked {
    position: fixed;
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width:767px) {
  body {
    min-width: 320px;
  }
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-break: break-all;
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
a img,
a i {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  max-width: 100%;
}

iframe {
  vertical-align: bottom;
}

.hover-alpha a:hover img {
  opacity: 0.7;
}

::-webkit-input-placeholder {
  color: #ccc;
  padding-top: 0.2em;
}

:-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #ccc;
}

select,
textarea,
input[type=text],
input[type=email],
input[type=number],
input[type=tel],
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0;
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0;
  border: none;
  background: none;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=text],
input[type=email],
input[type=tel] {
  width: 100%;
  border: 1px solid #eee;
  background: #fff;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 44px;
  line-height: 44px;
  font-size: 1.6rem;
}

select {
  cursor: pointer;
  width: 100%;
  padding: 0 40px 0 15px;
  border: 1px solid #eee;
  background: #fff;
  height: 44px;
  font-size: 1.6rem;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: none;
  width: 100%;
  line-height: 1.5;
  border: 1px solid #eee;
  background: #fff;
  font-size: 1.6rem;
  padding: 15px;
  font: inherit;
}

input[type=button],
input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  line-height: 1;
  cursor: pointer;
}

button {
  cursor: pointer;
}

@media screen and (max-width:767px) {
  select,
textarea,
input[type=text],
input[type=email],
input[type=number],
input[type=tel] {
    font-size: 1.6rem;
  }
}
.c-btn {
  width: 356px;
  max-width: 100%;
  height: 67px;
  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;
  font-size: 2.2rem;
  font-weight: bold;
  border-radius: 8px;
  margin: 0 10px;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.c-btn:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-left: 12px solid red;
  border-bottom: 8px solid transparent;
  right: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-btn-red {
  color: #fff;
  background-color: #E60015;
  -webkit-box-shadow: 0 8px 0 0 #902d25;
          box-shadow: 0 8px 0 0 #902d25;
}
.c-btn-red:after {
  border-left-color: #fff;
}
@media print, screen and (min-width:768px) {
  .is-view-pc .c-btn-red:hover {
    opacity: 0.7;
  }
}
.c-btn-yellow {
  color: #000;
  background-color: #FAE733;
  -webkit-box-shadow: 0 8px 0 0 #ffa12b;
          box-shadow: 0 8px 0 0 #ffa12b;
}
.c-btn-yellow:after {
  border-left-color: #000;
}
@media print, screen and (min-width:768px) {
  .is-view-pc .c-btn-yellow:hover {
    opacity: 0.7;
  }
}
.c-btn-b {
  width: 100%;
  max-width: 440px;
  height: 80px;
  margin: 40px auto 0;
  background: #fff;
  border: 3px solid #005ea6;
  border-radius: 10px;
  -webkit-box-shadow: 0px 7px 0px 0px #005ea6;
          box-shadow: 0px 7px 0px 0px #005ea6;
  color: #666;
  font-size: 2.5rem;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media print, screen and (min-width:768px) {
  .is-view-pc .c-btn-b:hover {
    opacity: 0.7;
  }
}
.c-btn-b:after {
  border-left-color: #005ea6;
}

@media screen and (max-width:767px) {
  .c-btn {
    margin: 0 5px;
    width: calc(50% - 10px);
    font-size: 1.2rem;
    height: 39px;
  }
  .c-btn:after {
    border-top-width: 4px;
    border-bottom-width: 4px;
    border-left-width: 6px;
    right: 10px;
  }
  .c-btn-red {
    -webkit-box-shadow: 0 4px 0 0 #902d25;
            box-shadow: 0 4px 0 0 #902d25;
  }
  .c-btn-yellow {
    -webkit-box-shadow: 0 4px 0 0 #ffa12b;
            box-shadow: 0 4px 0 0 #ffa12b;
  }
  .c-btn-b {
    margin: 30px auto 0;
    width: calc(100% - 60px);
    font-size: 1.4rem;
    height: 50px;
    border-radius: 4px;
  }
}
.l-inner {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1240px;
}

.l-page {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}
.l-page__heading {
  position: absolute;
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
}
.header_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.header_text {
  margin-top: 1em;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
}
.header_text span {
  display: block;
  font-size: 0.875em;
  white-space: nowrap;
}
.header .log-h1 {
  font-size: 10px;
  font-weight: normal;
  color: #666;
  margin-bottom: 5px;
  text-align: center;
}

@media screen and (max-width:767px) {
  .header {
    padding: 2vw 4vw;
  }
}
.footer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 60px 0 30px;
  color: #fff;
  background-color: #005ea6;
}
.footer_inner {
  position: absolute;
  top: 0;
  width: 90%;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}
.footer_title {
  margin-bottom: 20px;
}
.footer_copyright {
  font-size: 14px;
}

.footer-logo {
  padding: 0 20px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90%;
}

.sprix-logo {
  width: 150px;
  line-height: 1.3;
  padding-left: 10px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.sprix-logo img {
  width: 90px;
}
@media print, screen and (min-width:768px) {
  .is-view-pc .sprix-logo a:hover {
    opacity: 0.7;
  }
}

.pagetop {
  position: absolute;
  top: 0;
  right: 0;
  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;
  width: 70px;
  height: 0;
  padding-bottom: 70px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 70px;
  background-color: #e6e6e6;
  z-index: 10;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media print, screen and (min-width:768px) {
  .is-view-pc .pagetop:hover {
    opacity: 0.7;
  }
}
.pagetop:before {
  position: absolute;
  top: 43%;
  display: block;
  width: 22px;
  height: 22px;
  content: "";
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border: 3px solid #005ea6;
  border-bottom: 0;
  border-left: 0;
}

@media screen and (max-width:767px) {
  .footer {
    padding: 40px 0;
  }
  .footer_title {
    width: 64%;
  }
  .footer-logo {
    width: 100%;
  }
  .footer_copyright {
    font-size: 9px;
    position: relative;
    top: 2px;
  }
  .footer_inner {
    width: 86%;
  }
  .pagetop {
    width: 14vw;
    height: 14vw;
    padding-bottom: 0;
  }
  .pagetop::before {
    width: 4.5vw;
    height: 4.5vw;
    border-width: 3px;
  }
  .sprix-logo {
    width: 130px;
    line-height: 1.3;
    padding-left: 10px;
  }
}
.l-main {
  display: block;
  font-size: 1.4rem;
  line-height: 1.5;
}

.cta {
  padding: 80px 20px 90px;
  background: url("../img/sub-jp/bg-cta.webp") no-repeat center center/cover;
  color: #fff;
  text-align: center;
}

.cta.cta-fees {
  background: url("../img/sub-jp/bg-cta-fees.webp") no-repeat center center/cover;
}

.cta h3 {
  position: relative;
  display: inline-block;
  margin: 0 auto 50px;
  color: #fff;
  font-size: 4rem;
  line-height: 1;
}

.cta h3 span.f-small {
  font-size: 1.875rem;
  font-weight: bold;
  line-height: 2;
}

.cta h3 em {
  display: inline-block;
  font-size: 7rem;
  font-style: normal;
  font-weight: bold;
  line-height: 1;
}

.cta h3:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  border-bottom: 5px solid #ffff00;
}

.cta p {
  margin: 0 auto 35px;
  font-size: 30px;
  line-height: 1.5;
  font-weight: bold;
}

.cta p + .notes {
  margin: 0;
  font-size: 20px;
  line-height: 1.5;
  font-weight: normal;
}

.cta {
  position: relative;
  z-index: 10;
}

.cta-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  width: 900px;
  max-width: 100%;
  font-weight: bold;
}

.cta-btn li {
  width: 50%;
  position: relative;
}
.cta-btn li:first-child {
  margin-right: 20px;
}
.cta-btn li:first-child a {
  background: #ef1d36;
  -webkit-box-shadow: 0 7px 0 0 #db1238, 0 4px 15px 0 #fff;
          box-shadow: 0 7px 0 0 #db1238, 0 4px 15px 0 #fff;
}


.cta-btn a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 81px;
  border: none;
  color: #fff;
  font-size: 25px;
  margin: 0;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .cta-btn a {
    font-size: 20px;
  }
}

.cta-btn-polygon {
  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;
  width: 6em;
  height: 34px;
  margin-right: 5px;
  background: #fff;
  border-radius: 17px;
  color: #293d6f;
  font-size: 17px;
  line-height: 1.2;
  font-weight: bold;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .cta-btn-polygon {
    font-size: 14px;
  }
}

a.c-btn-yellow {
  color: #000;
}
a.c-btn-yellow > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media print, screen and (min-width:768px) {
  .is-view-pc a.c-btn-yellow:hover {
    color: #666;
  }
}

@media screen and (max-width:767px) {
  /* CTA */
  .cta {
    padding: 50px 0 36px;
    background: url("../img/sub-jp/bg-cta-sp.webp?20231214") no-repeat center center/cover;
  }
  .cta.cta-fees {
    padding: 34px 0;
    background: url("../img/sub-jp/bg-cta-fees-sp.webp?20231214") no-repeat center center/cover;
  }
  .cta h3 {
    margin-bottom: 22px;
    font-size: 2.2rem;
  }
  .cta h3 em {
    font-size: 1.77em;
  }
  .cta h3 span.f-small {
    font-size: 1.215rem;
  }
  .cta h3:after {
    border-bottom: 2px solid #fff034;
  }
  .cta p {
    margin: 0 auto 20px;
    padding: 0 10px;
    font-size: 1.6rem;
  }
  .cta-btn {
    display: block;
  }
  .cta-btn li {
    width: 100%;
    margin: 0 auto;
  }
  .cta .cta-btn li::before {
    max-width: calc(100% - 50px);
    height: 50px;
    border-radius: 4px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background: none;
  }
  .cta-btn li {
    padding: 0 25px;
    margin: 0 auto 20px;
  }
  .cta-btn a {
    max-width: 325px;
    height: 50px;
    font-size: 1.4rem;
    border-radius: 4px;
    margin: 0 auto;
  }
  .cta-btn-polygon {
    width: 75px;
    height: 24px;
    font-size: 1.2rem;
    line-height: 1.14;
  }
  .cta .c-btn:after {
    border-top-width: 7px;
    border-bottom-width: 7px;
    border-left-width: 7px;
    right: 18px;
  }
}
.u-clr:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

@media screen and (max-width:374px) {
  .u-xs-min {
    display: none !important;
  }
}

@media print, screen and (min-width:375px) {
  .u-xs-max {
    display: none !important;
  }
}

@media screen and (max-width:767px) {
  .u-sm-min {
    display: none !important;
  }
}

@media print, screen and (min-width:768px) {
  .u-sm-max {
    display: none !important;
  }
}

@media screen and (max-width:1024px) {
  .u-md-min {
    display: none !important;
  }
}

@media print, screen and (min-width:1025px) {
  .u-md-max {
    display: none !important;
  }
}

@media screen and (max-width:1239px) {
  .u-lg-min {
    display: none !important;
  }
}

@media print, screen and (min-width:1240px) {
  .u-lg-max {
    display: none !important;
  }
}

.u-ff-jp {
  font-family: "Noto Sans JP", sans-serif;
}

.u-ff-en {
  font-family: Arial;
}

.u-fz-20 {
  font-size: 2rem !important;
}

.u-fz-19 {
  font-size: 1.9rem !important;
}

.u-fz-18 {
  font-size: 1.8rem !important;
}

.u-fz-17 {
  font-size: 1.7rem !important;
}

.u-fz-16 {
  font-size: 1.6rem !important;
}

.u-fz-15 {
  font-size: 1.5rem !important;
}

.u-fz-14 {
  font-size: 1.4rem !important;
}

.u-fz-13 {
  font-size: 1.3rem !important;
}

.u-fz-12 {
  font-size: 1.2rem !important;
}

.u-fz-11 {
  font-size: 1.1rem !important;
}

.u-fz-10 {
  font-size: 1rem !important;
}

.u-fw-400 {
  font-weight: 400 !important;
}

.u-fw-700 {
  font-weight: 700 !important;
}

.u-td-ul {
  text-decoration: underline !important;
}

.u-td-none {
  text-decoration: none !important;
}

.u-ta-l {
  text-align: left !important;
}

.u-ta-r {
  text-align: right !important;
}

.u-ta-c {
  text-align: center !important;
}

.u-va-t {
  vertical-align: top !important;
}

.u-va-m {
  vertical-align: middle !important;
}

.u-va-b {
  vertical-align: bottom !important;
}

.u-c-main {
  color: #000 !important;
}

.u-c-plain {
  color: #333 !important;
}

.u-c-white {
  color: #fff !important;
}

.u-bg-alpha {
  background-color: transparent !important;
}

.u-bg-main {
  background-color: #000 !important;
}

.u-bg-plain {
  background-color: #333 !important;
}

.u-bg-focus {
  background-color: #aaa !important;
}

.u-bg-border {
  background-color: #eee !important;
}

.u-bg-white {
  background-color: #fff !important;
}

.u-bg-gray01 {
  background-color: #eee !important;
}

.u-bg-gray02 {
  background-color: #ccc !important;
}

.u-bd {
  border: 1px solid #eee !important;
}

.u-bd-t {
  border-top: 1px solid #eee !important;
}

.u-bd-l {
  border-left: 1px solid #eee !important;
}

.u-bd-b {
  border-bottom: 1px solid #eee !important;
}

.u-bd-r {
  border-right: 1px solid #eee !important;
}

.u-bd-main {
  border-color: #000 !important;
}

.u-bd-white {
  border-color: #fff !important;
}

.u-w-100 {
  width: 100% !important;
}

.u-w-90 {
  width: 90% !important;
}

.u-w-80 {
  width: 80% !important;
}

.u-w-70 {
  width: 70% !important;
}

.u-w-60 {
  width: 60% !important;
}

.u-w-50 {
  width: 50% !important;
}

.u-w-40 {
  width: 40% !important;
}

.u-w-30 {
  width: 30% !important;
}

.u-w-20 {
  width: 20% !important;
}

.u-w-10 {
  width: 10% !important;
}

.u-m-0 {
  margin: 0 !important;
}

.u-m-auto {
  margin: auto !important;
}

.u-mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.u-my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.u-mt-0 {
  margin-top: 0 !important;
}

.u-mt-5 {
  margin-top: 5px !important;
}

.u-mt-10 {
  margin-top: 10px !important;
}

.u-mt-15 {
  margin-top: 15px !important;
}

.u-mt-20 {
  margin-top: 20px !important;
}

.u-mt-25 {
  margin-top: 25px !important;
}

.u-mt-30 {
  margin-top: 30px !important;
}

.u-mt-35 {
  margin-top: 35px !important;
}

.u-mt-40 {
  margin-top: 40px !important;
}

.u-mt-45 {
  margin-top: 45px !important;
}

.u-mt-50 {
  margin-top: 50px !important;
}

.u-mt-xs {
  margin-top: 20px !important;
}
@media screen and (max-width:767px) {
  .u-mt-xs {
    margin-top: 10px !important;
  }
}

.u-mt-sm {
  margin-top: 40px !important;
}
@media screen and (max-width:767px) {
  .u-mt-sm {
    margin-top: 20px !important;
  }
}

.u-mt-md {
  margin-top: 60px !important;
}
@media screen and (max-width:767px) {
  .u-mt-md {
    margin-top: 30px !important;
  }
}

.u-mt-lg {
  margin-top: 80px !important;
}
@media screen and (max-width:767px) {
  .u-mt-lg {
    margin-top: 40px !important;
  }
}

.u-mt-xl {
  margin-top: 100px !important;
}
@media screen and (max-width:767px) {
  .u-mt-xl {
    margin-top: 50px !important;
  }
}

.u-mb-0 {
  margin-bottom: 0 !important;
}

.u-mb-5 {
  margin-bottom: 5px !important;
}

.u-mb-10 {
  margin-bottom: 10px !important;
}

.u-mb-15 {
  margin-bottom: 15px !important;
}

.u-mb-20 {
  margin-bottom: 20px !important;
}

.u-mb-25 {
  margin-bottom: 25px !important;
}

.u-mb-30 {
  margin-bottom: 30px !important;
}

.u-mb-35 {
  margin-bottom: 35px !important;
}

.u-mb-40 {
  margin-bottom: 40px !important;
}

.u-mb-45 {
  margin-bottom: 45px !important;
}

.u-mb-50 {
  margin-bottom: 50px !important;
}

.u-mb-xs {
  margin-bottom: 20px !important;
}
@media screen and (max-width:767px) {
  .u-mb-xs {
    margin-bottom: 10px !important;
  }
}

.u-mb-sm {
  margin-bottom: 40px !important;
}
@media screen and (max-width:767px) {
  .u-mb-sm {
    margin-bottom: 20px !important;
  }
}

.u-mb-md {
  margin-bottom: 60px !important;
}
@media screen and (max-width:767px) {
  .u-mb-md {
    margin-bottom: 30px !important;
  }
}

.u-mb-lg {
  margin-bottom: 80px !important;
}
@media screen and (max-width:767px) {
  .u-mb-lg {
    margin-bottom: 40px !important;
  }
}

.u-mb-xl {
  margin-bottom: 100px !important;
}
@media screen and (max-width:767px) {
  .u-mb-xl {
    margin-bottom: 50px !important;
  }
}

.u-p-0 {
  padding: 0 !important;
}

.u-p-5 {
  padding: 5px !important;
}

.u-p-10 {
  padding: 10px !important;
}

.u-p-15 {
  padding: 15px !important;
}

.u-p-20 {
  padding: 20px !important;
}

.u-p-25 {
  padding: 25px !important;
}

.u-p-30 {
  padding: 30px !important;
}

.u-p-35 {
  padding: 35px !important;
}

.u-p-40 {
  padding: 40px !important;
}

.u-p-45 {
  padding: 45px !important;
}

.u-p-50 {
  padding: 50px !important;
}

.u-pt-0 {
  padding-top: 0 !important;
}

.u-pt-5 {
  padding-top: 5px !important;
}

.u-pt-10 {
  padding-top: 10px !important;
}

.u-pt-15 {
  padding-top: 15px !important;
}

.u-pt-20 {
  padding-top: 20px !important;
}

.u-pt-25 {
  padding-top: 25px !important;
}

.u-pt-30 {
  padding-top: 30px !important;
}

.u-pt-35 {
  padding-top: 35px !important;
}

.u-pt-40 {
  padding-top: 40px !important;
}

.u-pt-45 {
  padding-top: 45px !important;
}

.u-pt-50 {
  padding-top: 50px !important;
}

.u-pt-xs {
  padding-top: 20px !important;
}
@media screen and (max-width:767px) {
  .u-pt-xs {
    padding-top: 10px !important;
  }
}

.u-pt-sm {
  padding-top: 40px !important;
}
@media screen and (max-width:767px) {
  .u-pt-sm {
    padding-top: 20px !important;
  }
}

.u-pt-md {
  padding-top: 60px !important;
}
@media screen and (max-width:767px) {
  .u-pt-md {
    padding-top: 30px !important;
  }
}

.u-pt-lg {
  padding-top: 80px !important;
}
@media screen and (max-width:767px) {
  .u-pt-lg {
    padding-top: 40px !important;
  }
}

.u-pt-xl {
  padding-top: 100px !important;
}
@media screen and (max-width:767px) {
  .u-pt-xl {
    padding-top: 50px !important;
  }
}

.u-pb-0 {
  padding-bottom: 0 !important;
}

.u-pb-5 {
  padding-bottom: 5px !important;
}

.u-pb-10 {
  padding-bottom: 10px !important;
}

.u-pb-15 {
  padding-bottom: 15px !important;
}

.u-pb-20 {
  padding-bottom: 20px !important;
}

.u-pb-25 {
  padding-bottom: 25px !important;
}

.u-pb-30 {
  padding-bottom: 30px !important;
}

.u-pb-35 {
  padding-bottom: 35px !important;
}

.u-pb-40 {
  padding-bottom: 40px !important;
}

.u-pb-45 {
  padding-bottom: 45px !important;
}

.u-pb-50 {
  padding-bottom: 50px !important;
}

.u-pb-xs {
  padding-bottom: 20px !important;
}
@media screen and (max-width:767px) {
  .u-pb-xs {
    padding-bottom: 10px !important;
  }
}

.u-pb-sm {
  padding-bottom: 40px !important;
}
@media screen and (max-width:767px) {
  .u-pb-sm {
    padding-bottom: 20px !important;
  }
}

.u-pb-md {
  padding-bottom: 60px !important;
}
@media screen and (max-width:767px) {
  .u-pb-md {
    padding-bottom: 30px !important;
  }
}

.u-pb-lg {
  padding-bottom: 80px !important;
}
@media screen and (max-width:767px) {
  .u-pb-lg {
    padding-bottom: 40px !important;
  }
}

.u-pb-xl {
  padding-bottom: 100px !important;
}
@media screen and (max-width:767px) {
  .u-pb-xl {
    padding-bottom: 50px !important;
  }
}

.content-fixed, .mfp-wrap {
  position: fixed;
  left: 0;
  right: 0;
}

.mfp-wrap {
  position: fixed !important;
}

.mv {
  position: relative;
  margin-bottom: 70px;
}
.mv img {
  max-width: 100%;
  width: auto;
}
.mv:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 90%;
  background-color: #005ea3;
}
.mv-inner {
  background: url("../img/sub-jp/mv_bg.webp") top no-repeat #005ea3;
  position: relative;
  z-index: 1;
  padding: 30px 15px 0;
  text-align: center;
  background-position: center 1px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 959px), only screen and (min-resolution: 192dpi) and (max-width: 959px) {
  .mv-inner {
    background: url("../img/sub-jp/mv_bg@2x.webp") top no-repeat #005ea3;
  }
}
.mv-h2 {
  display: block;
  margin: 0 auto 15px;
}
.mv-h3 {
  display: inline-block;
  width: 40%;
}
.mv-img {
  margin: -55px auto 0 auto;
  max-width: 1280px;
  padding-right: 20px;
  position: relative;
  text-align: center;
  bottom: -57px;
}
.mv-img img {
  max-width: 100%;
  width: auto;
}
.mv-img picture {
  display: block;
}
.mv-img:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 103%;
  background: url(../img/sub-jp/mv_img_shadow.webp) bottom center/100% no-repeat;
  mix-blend-mode: darken;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 959px), only screen and (min-resolution: 192dpi) and (max-width: 959px) {
  .mv-img:after {
    background: url(../img/sub-jp/mv_img_shadow@2x.webp) bottom center/100% no-repeat;
  }
}
.mv-img img {
  position: relative;
  z-index: 1;
}

.btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.btn-txt {
  width: 100%;
  text-align: center;
  font-size: 4rem;
  color: #666;
  font-weight: bold;
  letter-spacing: -1px;
  margin-bottom: 13px;
}
.btn-txt .blue {
  color: #005ea3;
}
.btn-txt > span {
  position: relative;
}
.btn-txt > span:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 43px;
  background-color: #005ea3;
  left: -22px;
  top: 10px;
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}
.btn-txt > span:after {
  content: "";
  position: absolute;
  width: 3px;
  height: 43px;
  background-color: #005ea3;
  right: -22px;
  top: 10px;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}

.ability {
  background: #EFF4F9 url("../img/sub-jp/bg_arrow.webp") center 78px/auto no-repeat;
  margin-top: 60px;
  padding: 105px 0 120px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 959px), only screen and (min-resolution: 192dpi) and (max-width: 959px) {
  .ability {
    background: #EFF4F9 url("../img/sub-jp/bg_arrow@2x.webp") center 78px/auto no-repeat;
  }
}
.ability-02 {
  margin-top: 0;
  padding: 95px 0;
  background: #EFF4F9;
}
.ability-02 .ability-block + .ability-block {
  margin-top: 105px;
}
.ability-02 .ability-block-02 .ability-ttl02 {
  margin-bottom: 0;
}
.ability-02 .ability-block-02 .ability-img {
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
  padding: 0 0px 0 55px;
  width: 45%;
}
.ability-02 .ability-block-03 .ability-ttl02 {
  margin-bottom: 0;
}
.ability-02 .ability-block-03 .ability-img {
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
  padding: 0 0px 0 50px;
  margin-top: -10px;
  width: 45%;
}
.ability-02 .ability-block {
  margin-top: 71px;
}
.ability-02 .ability-ttl {
  margin-bottom: 60px;
}
.ability-02 .ability-ttl02 {
  text-align: left;
  width: 800px;
  max-width: 100%;
  margin: 0 auto 12px;
  font-size: 4.8rem;
  padding-left: 90px;
}
.ability-02 .ability-ttl02 .ability-ttl02-number {
  left: 0;
  top: 5px;
  -webkit-transform: none;
          transform: none;
}
.ability-02 .ability-ttl02 .ability-ttl02-number:after {
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  left: auto;
  right: -25px;
  bottom: 50%;
}
.ability-02 .ability-ttl02 .ability-ttl02-txt {
  background: transparent;
}
.ability-02 .ability-content {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ability-02 .ability-txt {
  width: 48%;
  line-height: 1.55;
}
.ability-02 .ability-txt .ability-sub {
  width: 88%;
}
.ability-02 .ability-img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: auto;
  margin: 0;
  text-align: center;
  padding: 0 0 5px 40px;
}
.ability-02 .ability-img img {
  width: auto;
}
.ability-02 .ability-message {
  width: 100%;
  position: relative;
  background-color: #CFE5FF;
  margin-top: 70px;
  border-radius: 10px;
}
.ability-02 .ability-message-ttl {
  position: absolute;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  background-color: #fff;
  color: #4d4d4d;
  border: 3px solid #005EA3;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  white-space: nowrap;
  padding: 14px 0;
  width: 555px;
  max-width: 100%;
  border-radius: 10px;
}
.ability-02 .ability-message-ttl:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-top: 25px solid #fff;
  border-right: 12px solid transparent;
  left: 50%;
  bottom: -19px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.ability-02 .ability-message-ttl:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-top: 24px solid #005EA3;
  border-right: 12px solid transparent;
  left: 50%;
  bottom: -25px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.ability-02 .ability-message-ttl span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(72%, transparent), color-stop(0%, #fff034));
  background: linear-gradient(transparent 72%, #fff034 0%);
  display: inline;
}
.ability-02 .ability-message-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 55px 70px 35px;
}
.ability-02 .ability-message-img {
  width: 200px;
  margin-right: 28px;
  position: relative;
}
.ability-02 .ability-message-txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.8rem;
  padding-top: 10px;
  color: #333333;
  line-height: 1.55;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 8px;
}
.ability-02 .ability-message-txt p {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  width: 100%;
  word-break: break-word;
  line-break: strict;
}
.ability-02 .ability-message-sub {
  display: block;
  line-height: 1.5555555556;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.ability-03 {
  margin-top: 0;
  padding: 95px 0 130px;
  background: #EFF4F9;
}
.ability-03 .ability-ttl {
  margin-bottom: 60px;
}
.ability-03 .ability-ttl .line {
  margin-top: 1px;
}
.ability-03 .ability-ttl .line:after {
  bottom: -5px;
}
.ability-04 {
  background: transparent;
  margin: 0;
  padding: 100px 0 85px;
}
.ability-04 .ability-ttl {
  margin-bottom: 70px;
}
.ability-04 .ability-ttl .line {
  margin-top: 1px;
}
.ability-04 .ability-ttl .line:after {
  bottom: -5px;
}
.ability-04 .qanda-list {
  max-width: 960px;
  margin: 0 auto;
}
.ability-04 .qanda-list:nth-child(n+2) {
  margin-top: 18px;
}
.ability-04 .qanda-list dt {
  position: relative;
  background-color: #005ea6;
  color: #fff;
}
.ability-04 .qanda-list dt.active:before {
  -webkit-transform: translate(-12px, -50%) rotate(90deg);
          transform: translate(-12px, -50%) rotate(90deg);
}
.ability-04 .qanda-list dt.active:after {
  -webkit-transform: translate(0, -2px) rotate(90deg);
          transform: translate(0, -2px) rotate(90deg);
  opacity: 0;
}
.ability-04 .qanda-list dt:before {
  content: "";
  position: absolute;
  right: 17px;
  top: 50%;
  width: 4px;
  height: 20px;
  background-color: #fff;
  -webkit-transform: translate(-11px, -50%);
          transform: translate(-11px, -50%);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.ability-04 .qanda-list dt:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 20px;
  height: 4px;
  background-color: #fff;
  -webkit-transform: translate(0, -2px);
          transform: translate(0, -2px);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.ability-04 .qanda-list dt span {
  display: block;
  padding: 0 0 0 80px;
  font-size: 1.8rem;
  line-height: 90px;
  font-weight: 500;
  cursor: pointer;
}
.ability-04 .qanda-list dt span:before {
  content: "Q";
  position: absolute;
  left: 25px;
  top: 50%;
  margin-top: -0.6em;
  font-size: 3.6rem;
  font-weight: 900;
  line-height: 1;
}
.ability-04 .qanda-list dd {
  display: none;
  position: relative;
  margin: 0;
  overflow: hidden;
  font-size: 1.6rem;
}
.ability-04 .qanda-list dd div {
  padding: 1.5em 2em;
  line-height: 1.75;
}
.ability-04 .qanda-list dd div p + p {
  margin-top: 17px;
}
.ability-04 .qanda-list dd div a {
  text-decoration: none;
  color: #2c8fdc;
}
@media print, screen and (min-width:768px) {
  .is-view-pc .ability-04 .qanda-list dd div a:hover {
    color: #666;
    text-decoration: underline;
  }
}
.ability-block + .ability-block {
  margin-top: 140px;
}
.ability-ttl {
  font-size: 2.4rem;
  font-weight: bold;
  color: #005ea3;
  text-align: center;
  margin-bottom: 141px;
}
.ability-ttl .line {
  font-size: 4rem;
  color: #666;
  margin-top: -4px;
  display: inline-block;
  position: relative;
  text-decoration: underline;
  text-decoration-thickness: 4px;
  text-underline-offset: 13px;
  text-decoration-color: #005ea3;
}
.ability-ttl .line em {
  font-size: 7rem;
  line-height: 1;
  margin-left: -1px;
}
.ability-ttl .line em.color-blue {
  font-size: 8.4rem;
  color: #005ea3;
  margin-left: -1px;
  margin-right: -1px;
  position: relative;
  top: 0px;
}
.ability-ttl02 {
  font-size: 3.2rem;
  font-weight: bold;
  color: #005ea3;
  text-align: center;
  position: relative;
  margin-bottom: 32px;
}
.ability-ttl02-number {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -75px;
  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;
  width: 64px;
  height: 64px;
  background: #005ea6;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-size: 4.8rem;
  padding-bottom: 5px;
}
.ability-ttl02-number:after {
  content: "";
  position: absolute;
  left: calc(50% - 15px);
  bottom: -19px;
  height: 0;
  width: 0;
  border: solid transparent;
  border-width: 6px 15px;
  border-left-color: #005ea6;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.ability-ttl02-txt {
  display: inline;
  line-height: 1.5;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(72%, transparent), color-stop(0%, #fff034));
  background: linear-gradient(transparent 72%, #fff034 0%);
}
.ability-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 800px;
  max-width: 100%;
  margin: auto;
}
.ability-content-reverse .ability-txt {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.ability-content-reverse .ability-img {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-left: 0;
  margin-right: 40px;
}
.ability-txt {
  width: calc(39.5% - 40px);
  font-size: 1.8rem;
  line-height: 1.8;
}
.ability-txt .line {
  font-weight: bold;
  text-decoration: underline;
  text-decoration-color: #005ea6;
  text-underline-offset: 4px;
}
.ability-txt p + p {
  margin-top: 10px;
}
.ability-sub {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 7px;
}
.ability-sub span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(72%, transparent), color-stop(0%, #fff034));
  background: linear-gradient(transparent 72%, #fff034 0%);
  display: inline;
}
.ability-img {
  width: 60.5%;
  margin-left: 40px;
}
.ability-img--gift {
  background: url("../img/sub-jp/tablet_bg.webp") top left/100% 100% no-repeat;
  padding: 2.2% 3.1% 2% 2.1%;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 959px), only screen and (min-resolution: 192dpi) and (max-width: 959px) {
  .ability-img--gift {
    background: url("../img/sub-jp/tablet_bg@2x.webp") top left/100% 100% no-repeat;
  }
}
.ability-img img {
  max-width: 100%;
  width: auto;
}
.ability .customer-block {
  width: calc(50% - 18px);
}
.ability .customer-block-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 900px;
  max-width: calc(100% - 40px);
  margin: auto;
}
.ability .customer-block-chat {
  background-color: #015DA6;
  color: #fff;
  padding: 25px 20px 25px 30px;
  border-radius: 10px;
  min-height: 173px;
  position: relative;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.ability .customer-block-chat:after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -15px;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 16px solid #015DA6;
}
.ability .customer-block-chat-txt01 {
  font-size: 1.9rem;
  line-height: 1.3684210526;
  font-weight: bold;
  margin-bottom: 5px;
}
.ability .customer-block-chat-txt02 {
  font-size: 1.6rem;
  margin-bottom: 11px;
}
.ability .customer-block-chat-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ability .customer-block-chat-tags li {
  width: 54px;
  height: 32px;
  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;
  background-color: #fff;
}
.ability .customer-block-chat-tags li:not(:last-child) {
  margin-right: 8px;
}
.ability .customer-block-chat-tags li.blue {
  color: #2C8CD9;
}
.ability .customer-block-chat-tags li.green {
  color: #3DBB89;
}
.ability .customer-block-img {
  position: relative;
}
.ability .customer-block-btn {
  position: absolute;
  right: 0;
  bottom: -30px;
  font-size: 1.6rem;
  padding-right: 20px;
}
.ability .customer-block-btn:before, .ability .customer-block-btn:after {
  content: "";
  position: absolute;
  width: 14px;
  height: 2px;
  background-color: #005EA3;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 3px;
}
.ability .customer-block-btn:after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

.feature {
  background-color: #005ea3;
  padding: 110px 0 270px;
  position: relative;
  margin-bottom: 20px;
}
.feature-02 {
  padding: 90px 0 100px;
  margin-bottom: 0;
}
.feature-02:after {
  display: none;
}
.feature-02 .feature-ttl {
  margin-bottom: 15px;
}
.feature-02 .feature-tuition-1 {
  font-size: 3.8rem;
}
.feature-02 .feature-tuition-1:before {
  width: 2px;
  height: 50px;
  left: -30px;
  top: 3px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.feature-02 .feature-tuition-1:after {
  width: 2px;
  height: 50px;
  right: -30px;
  top: 3px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.feature:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -50vw;
  border: solid transparent;
  border-width: 70px 50vw;
  border-top-color: transparent;
  border-left-color: #fff;
  border-bottom-color: #fff;
  border-right-color: #fff;
}
.feature-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 115px;
}
.feature-tuition-1 {
  color: #fff;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.35;
  position: relative;
}
.feature-tuition-1:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 43px;
  background-color: #fff;
  left: -26px;
  top: 10px;
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}
.feature-tuition-1:after {
  content: "";
  position: absolute;
  width: 3px;
  height: 43px;
  background-color: #fff;
  right: -22px;
  top: 10px;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}
.feature-tuition-2 {
  position: absolute;
  width: 175px;
  height: 175px;
  background-color: #fff;
  border-radius: 50%;
  color: #005ea3;
  left: -5px;
  top: -25px;
  font-size: 3.8rem;
  text-align: center;
  letter-spacing: -4px;
  line-height: 1.6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.feature-tuition-2 span {
  font-size: 5rem;
  display: block;
  line-height: 1;
}
.feature-tuition-3 {
  font-size: 6rem;
  font-weight: bold;
  color: #FFFF00;
  text-decoration: underline;
  text-decoration-thickness: 4px;
  text-underline-offset: 24px;
  position: relative;
  margin-top: 40px;
  padding-left: 200px;
}
.feature-btn-wrap {
  margin: 38px 0 80px;
  color: #fff;
  font-size: 2.6rem;
  font-weight: bold;
}
.feature-btn-wrap .btn-price {
  height: 100px;
  background: #ffe100;
  border: none;
  -webkit-box-shadow: 0 7px 0 0 #ffa52d;
          box-shadow: 0 7px 0 0 #ffa52d;
  color: #000;
  position: relative;
  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;
  width: 460px;
  max-width: 100%;
  margin: auto;
  -webkit-transform: translateX(40px);
          transform: translateX(40px);
  border-radius: 8px;
}
.feature-btn-wrap .btn-price:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-left: 12px solid #000;
  border-bottom: 8px solid transparent;
  right: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media print, screen and (min-width:768px) {
  .is-view-pc .feature-btn-wrap .btn-price:hover {
    opacity: 0.7;
    color: #666;
  }
}
.feature-btn-wrap .btn-price em {
  font-size: 3.6rem;
  font-style: normal;
  position: relative;
  line-height: 1.1;
}
.feature-btn-wrap .cta-btn-polygon {
  position: absolute;
  top: 58%;
  left: 50px;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
  width: 145px;
  height: 145px;
  background: url("../img/sub-jp/features-tuition-icon.svg") no-repeat center center/cover;
  text-indent: -999em;
  overflow: hidden;
}
.feature-btn-wrap .cta-btn-small {
  position: relative;
  bottom: -6px;
}
.feature-ttl02 {
  margin-bottom: 30px;
  text-align: center;
  line-height: 1;
  padding-right: 5px;
}
.feature-ttl02 .line {
  display: inline-block;
  color: #fff;
  font-size: 4.8rem;
  line-height: 1.27;
  letter-spacing: -1px;
}
.feature-ttl02 .line + .line {
  padding-left: 6px;
}
.feature-ttl02 .line .box {
  display: inline-block;
  width: 84px;
  height: 84px;
  margin-left: 13px;
  border: 4px solid #fff;
  border-radius: 8px;
  -webkit-box-shadow: 3px 3px 0 #fff;
  box-shadow: 3px 3px 0 #fff;
  font-size: 6rem;
  line-height: 1.1;
  font-style: normal;
}
.feature-lead {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 960px;
  margin: 0 auto;
}
.feature-lead:after {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  margin: 0 auto;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100'%3E%3Cg id='Group_787' data-name='Group 787' transform='translate(-3 -3)'%3E%3Ccircle id='Ellipse_84' data-name='Ellipse 84' cx='50' cy='50' r='50' transform='translate(3 3)' fill='%23005ea3'/%3E%3Cg id='Group_788' data-name='Group 788'%3E%3Cg id='Group_787-2' data-name='Group 787'%3E%3Crect id='Rectangle_568' data-name='Rectangle 568' width='10.35' height='51.76' transform='translate(30.815 38.359) rotate(-45)' fill='%23fff'/%3E%3Crect id='Rectangle_569' data-name='Rectangle 569' width='51.76' height='10.35' transform='translate(30.815 67.633) rotate(-45)' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  z-index: 2;
}
.feature-lead li {
  width: 48%;
}
.feature-movie {
  width: 800px;
  max-width: calc(100% - 40px);
  margin: 0 auto;
}

.point {
  background: url("../img/sub-jp/bg_arrow_02.webp") center 78px no-repeat;
  padding: 80px 0 110px;
  margin-top: -80px;
  position: relative;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 959px), only screen and (min-resolution: 192dpi) and (max-width: 959px) {
  .point {
    background: url("../img/sub-jp/bg_arrow_02@2x.webp") center 78px no-repeat;
  }
}
.point-ttl {
  text-align: center;
  margin-bottom: 50px;
}
.point-ttl span {
  display: inline-block;
  margin: 0 4px;
  padding: 10px 16px;
  background: #005ea6;
  border-radius: 5px;
  color: #fff;
  font-size: 3rem;
  line-height: 1.3;
  font-weight: bold;
}
.point-ttl em {
  display: inline-block;
  margin-top: 0.3958em;
  color: #666;
  font-size: 4.4rem;
  font-weight: bold;
  line-height: 1;
}
.point-block-list {
  width: 800px;
  max-width: 100%;
  margin: auto;
}
.point-block-list + .point-ttl {
  margin-top: 95px;
}
.point-block-list .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.point-block-list .block-reverse .block-info {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.point-block-list .block-reverse .block-img {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-left: 0;
  margin-right: 50px;
}
.point-block-list .block + .block {
  margin-top: 45px;
}
.point-block-list .block-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: -5px;
}
.point-block-list .block-ttl {
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: bold;
  color: #005EA3;
  margin-bottom: 5px;
}
.point-block-list .block-txt {
  font-size: 1.8rem;
  color: #333;
  line-height: 1.6;
}
.point-block-list .block-txt .note {
  font-size: 1.4rem;
  text-indent: -1em;
  padding-left: 1em;
  display: block;
  margin-top: 3px;
}
.point-block-list .block-txt sup {
  vertical-align: super;
  font-size: smaller;
  position: relative;
  top: 5px;
}
.point-block-list .block-img {
  width: 50%;
  margin-left: 30px;
}

@media screen and (min-width: 700px) and (max-width: 1200px) {
  .mv-img:after {
    width: 134%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .feature-tuition-3 {
    font-size: 5rem;
  }
  .ability-ttl .line {
    font-size: 3rem;
  }
}
@media screen and (max-width:767px) {
  .mv {
    margin-bottom: 36px;
  }
  .mv:after {
    height: 0.6666666667vw;
  }
  .mv-inner {
    padding-top: 12px;
    background: url(../img/sub-jp/mv_bg_sp.webp) top center/100% no-repeat;
    padding-left: 0;
    padding-right: 0;
  }
  .mv-h2 {
    width: 54%;
    margin-bottom: 12px;
  }
  .mv-h3 {
    width: 66%;
  }
  .mv-img {
    margin: -5vw 3.5% 0;
    width: 93%;
    padding: 0;
    bottom: -5vw;
  }
  .mv-img:after {
    background: url(../img/sub-jp//mv_img_shadow_sp.webp) bottom center/123% no-repeat;
    bottom: -2px;
    width: 100vw;
  }
  .btn-wrapper {
    padding: 0 15px;
  }
  .btn-txt {
    font-size: 2rem;
    margin-bottom: 7px;
  }
  .btn-txt > span:before {
    width: 1.5px;
    height: 21px;
    left: -13px;
    top: 6px;
  }
  .btn-txt > span:after {
    width: 1.5px;
    height: 21px;
    right: -13px;
    top: 6px;
  }
  .ability {
    margin-top: 35px;
    padding: 38px 0 60px;
    background: #EFF4F8 url(../img/sub-jp/bg_arrow_sp.webp) top 5px left 63%/132% no-repeat;
  }
  .ability-02 {
    padding: 65px 0 35px;
    background: #EFF4F8;
  }
  .ability-02 .ability-ttl {
    font-size: 2.7rem;
    letter-spacing: -1px;
    line-height: 1.3;
    margin-bottom: 40px;
  }
  .ability-02 .ability-ttl .line {
    text-decoration-thickness: 3px;
    text-underline-offset: 9px;
  }
  .ability-02 .ability-ttl .line em {
    font-size: 4.95rem;
  }
  .ability-02 .ability-ttl .line em.color-blue {
    font-size: 5.85rem;
  }
  .ability-02 .ability-ttl02 {
    font-size: 3.5rem;
    padding-left: 40px;
    text-align: center;
  }
  .ability-02 .ability-ttl02 .ability-ttl02-number {
    left: -15px;
    top: 2px;
    width: 50px;
    height: 50px;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  .ability-02 .ability-ttl02 .ability-ttl02-number:after {
    right: -18px;
  }
  .ability-02 .ability-ttl02 .ability-ttl02-txt {
    position: relative;
  }
  .ability-02 .ability-block + .ability-block {
    margin-top: 45px;
  }
  .ability-02 .ability-block-02 .ability-ttl02 {
    margin-bottom: 15px;
  }
  .ability-02 .ability-block-02 .ability-img {
    width: 100%;
    padding: 0 10px;
  }
  .ability-02 .ability-block-02 .ability-img img {
    width: 100%;
  }
  .ability-02 .ability-block-02 .ability-message {
    margin-top: 28px;
  }
  .ability-02 .ability-block-03 .ability-ttl02 {
    margin-bottom: 15px;
  }
  .ability-02 .ability-block-03 .ability-img {
    width: calc(100% + 20px);
    padding: 0 0;
    margin: -10px -10px 20px;
  }
  .ability-02 .ability-block-03 .ability-img img {
    width: 100%;
  }
  .ability-02 .ability-block-03 .ability-message {
    margin-top: 40px;
  }
  .ability-02 .ability-block {
    margin-top: 50px;
  }
  .ability-02 .ability-img {
    width: 100%;
    margin: 0 14% 22px;
    padding: 0;
  }
  .ability-02 .ability-txt {
    width: 100%;
    line-height: 1.65;
  }
  .ability-02 .ability-txt p {
    word-break: break-word;
    line-break: strict;
  }
  .ability-02 .ability-txt p + p {
    margin-top: 14px;
  }
  .ability-02 .ability-txt .line {
    text-underline-offset: 6px;
  }
  .ability-02 .ability-message {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin: 40px auto 0;
    width: calc(100% - 10px);
  }
  .ability-02 .ability-message-ttl {
    font-size: 1.7rem;
    width: 78%;
    padding: 10px 0;
    top: 25px;
    border: 2px solid #005EA3;
  }
  .ability-02 .ability-message-ttl:before {
    border-left-width: 7px;
    border-top-width: 14px;
    border-right-width: 7px;
    bottom: -15px;
  }
  .ability-02 .ability-message-ttl:after {
    border-left-width: 6px;
    border-top-width: 13px;
    border-right-width: 6px;
    bottom: -11px;
  }
  .ability-02 .ability-message-content {
    padding: 85px 25px 15px 22px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .ability-02 .ability-message-img {
    width: 100%;
    max-width: 540px;
    margin: 0 auto;
    padding: 0 9vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .ability-02 .ability-message-img img {
    width: 26vw;
  }
  .ability-02 .ability-message-txt {
    width: 100%;
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    font-size: 1.4rem;
    line-height: 1.63;
  }
  .ability-02 .ability-message-sub {
    font-size: 1.2rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    padding-left: 14px;
  }
  .ability-02 .ability-ttl02-wrap {
    position: relative;
    top: inherit;
  }
  .ability-03 {
    padding: 63px 0 80px;
    margin-top: 0;
    background: #EFF4F8;
  }
  .ability-03 .ability-ttl {
    line-height: 1.3;
    margin-bottom: 45px;
  }
  .ability-03 .ability-ttl .line {
    text-decoration-thickness: 2px;
    text-underline-offset: 9px;
    margin-top: 9px;
    line-height: 1.6;
  }
  .ability-03 .ability-ttl .line em {
    font-size: 5.7rem;
  }
  .ability-03 .ability-ttl .line em.color-blue {
    font-size: 5.85rem;
  }
  .ability-04 {
    margin-top: 0;
    background: transparent;
    padding: 63px 0 50px;
  }
  .ability-04 .ability-ttl {
    line-height: 1.3;
    margin-bottom: 40px;
  }
  .ability-04 .ability-ttl .line {
    text-decoration-thickness: 2px;
    text-underline-offset: 11px;
    margin-top: 5px;
  }
  .ability-04 .ability-ttl .line em {
    font-size: 5.7rem;
  }
  .ability-04 .ability-ttl .line em.color-blue {
    font-size: 5.85rem;
  }
  .ability-04 .qanda-list {
    padding: 0 10px;
  }
  .ability-04 .qanda-list:nth-child(n+2) {
    margin-top: 15px;
  }
  .ability-04 .qanda-list dt:before {
    width: 2px;
    height: 10px;
    right: 5px;
  }
  .ability-04 .qanda-list dt:after {
    width: 10px;
    height: 2px;
    right: 12px;
    -webkit-transform: translate(0, -1px);
            transform: translate(0, -1px);
  }
  .ability-04 .qanda-list dt span {
    padding: 0 35px 0 40px;
    font-size: 1.4rem;
    line-height: 1.5;
    min-height: 75px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .ability-04 .qanda-list dt span:before {
    font-size: 1.8rem;
    left: 15px;
  }
  .ability-04 .qanda-list dd div {
    padding: 17px 15px;
    font-size: 1.4rem;
    line-height: 1.9;
  }
  .ability-ttl {
    font-size: 1.8rem;
    margin-bottom: 101px;
  }
  .ability-ttl .line {
    font-size: 3rem;
    margin-top: -1px;
    text-decoration-thickness: 3px;
    text-underline-offset: 9px;
  }
  .ability-ttl .line em {
    font-size: 5.25rem;
  }
  .ability-ttl .line em.color-blue {
    font-size: 6.3rem;
  }
  .ability-ttl02 {
    font-size: 2.4rem;
    margin-bottom: 28px;
  }
  .ability-ttl02 .ability-ttl02-number {
    width: 48px;
    height: 48px;
    font-size: 3.6rem;
    top: -57px;
  }
  .ability-ttl02 .ability-ttl02-number:after {
    left: calc(50% - 10px);
    bottom: -12px;
    border-width: 3.5px 10px;
  }
  .ability-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .ability-block + .ability-block {
    margin-top: 107px;
  }
  .ability-content-reverse .ability-img {
    margin: 0 14% 28px;
  }
  .ability-img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    margin: 0 14% 25px;
  }
  .ability-img--gift {
    background: url(../img/sub-jp/tablet_bg_sp.webp) top left/100% 100% no-repeat;
    padding: 3% 4% 3% 3%;
  }
  .ability-txt {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 0 10px;
    font-size: 1.4rem;
  }
  .ability-txt p + p {
    margin-top: 14px;
  }
  .ability-txt .line {
    text-underline-offset: 6px;
  }
  .ability-sub {
    padding: 0 10px;
    font-size: 1.7rem;
    margin-bottom: 20px;
  }
  .ability .ability-block.ability-block-07 {
    margin-top: 92px;
  }
  .ability .customer-block {
    width: 100%;
  }
  .ability .customer-block + .customer-block {
    margin-top: 40px;
  }
  .ability .customer-block-wrapper {
    padding: 0 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .ability .customer-block-chat {
    padding: 20px 10px 20px 23px;
    min-height: 105px;
    border-radius: 4px;
    margin-bottom: 15px;
  }
  .ability .customer-block-chat:after {
    bottom: -13px;
    border-left-width: 12px;
    border-right-width: 12px;
    border-top-width: 14px;
  }
  .ability .customer-block-chat-txt01 {
    font-size: 1.4rem;
    margin-bottom: 0;
  }
  .ability .customer-block-chat-txt02 {
    font-size: 1.2rem;
    margin-top: 3px;
    margin-bottom: 7px;
  }
  .ability .customer-block-chat-tags li {
    font-size: 1.15rem;
    width: 40px;
    height: 24px;
  }
  .feature {
    padding: 50px 0 168px;
  }
  /* .feature:after {
    margin-left: -75vw;
    border-width: 70px 75vw;
  } */
  .feature-02 {
    padding: 45px 0 50px;
    background-size: contain;
  }
  .feature-02 .feature-ttl {
    margin-bottom: 6px;
  }
  .feature-02 .feature-tuition-1 {
    font-size: 2rem;
  }
}
@media screen and (max-width:767px) and (max-width:374px) {
  .feature-02 .feature-tuition-1 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width:767px) {
  .feature-02 .feature-tuition-1:before, .feature-02 .feature-tuition-1:after {
    width: 1.5px;
    height: 22px;
    left: -12px;
    top: 4px;
  }
}
@media screen and (max-width:767px) {
  .feature-02 .feature-tuition-1:after {
    left: auto;
    right: -12px;
  }
}
@media screen and (max-width:767px) {
  .feature-02 .feature-movie {
    padding: 0 5px;
  }
}
@media screen and (max-width:767px) {
  .feature-ttl {
    margin-bottom: 60px;
  }
}
@media screen and (max-width:767px) {
  .feature-tuition-1 {
    font-size: 2rem;
  }
  .feature-tuition-1:before, .feature-tuition-1:after {
    width: 1.5px;
    height: 22px;
    left: -10px;
    top: 4px;
  }
  .feature-tuition-1:after {
    left: auto;
    right: -10px;
  }
}
@media screen and (max-width:767px) {
  .feature-tuition-2 {
    font-size: 1.4rem;
    width: 65px;
    height: 65px;
    left: -2px;
    top: -9px;
    padding-bottom: 7px;
    letter-spacing: -1px;
    line-height: 1.3;
  }
  .feature-tuition-2 span {
    font-size: 1.8rem;
    margin-bottom: 0;
  }
}
@media screen and (max-width:767px) {
  .feature-tuition-3 {
    font-size: 2.4rem;
    padding-left: 70px;
    margin-top: 22px;
    text-decoration-thickness: 2px;
    text-underline-offset: 11px;
  }
}
@media screen and (max-width:767px) {
  .feature-btn-wrap {
    margin-bottom: 50px;
  }
  .feature-btn-wrap .cta-btn-polygon {
    width: 115px;
    height: 46px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    top: -1px;
    background: url(../img/sub-jp/features-tuition-icon_sp.svg) no-repeat center center/contain;
  }
  .feature-btn-wrap .cta-btn-small {
    bottom: -1px;
  }
  .feature-btn-wrap .btn-price {
    -webkit-transform: none;
            transform: none;
    font-size: 1.9rem;
    height: 70px;
    width: calc(100% - 40px);
    -webkit-box-shadow: 0 4px 0 0 #ffa52d;
            box-shadow: 0 4px 0 0 #ffa52d;
    padding-top: 5px;
    border-radius: 4px;
  }
  .feature-btn-wrap .btn-price em {
    font-size: 2.5rem;
    bottom: 2px;
  }
  .feature-btn-wrap .btn-price:after {
    border-top-width: 7px;
    border-bottom-width: 7px;
    border-left-width: 8px;
    right: 11px;
  }
}
@media screen and (max-width:767px) {
  .feature-ttl02 {
    margin-bottom: 18px;
  }
  .feature-ttl02 .line {
    font-size: 3rem;
    padding-right: 5px;
  }
  .feature-ttl02 .line + .line {
    padding-left: 0;
    margin-left: -7px;
  }
  .feature-ttl02 .line .box {
    font-size: 3.8rem;
    width: 52px;
    height: 52px;
    margin-left: 7px;
    margin-top: 7px;
    border-width: 2px;
    border-radius: 4px;
    -webkit-box-shadow: 2px 2px 0 #fff;
            box-shadow: 2px 2px 0 #fff;
  }
}
@media screen and (max-width:767px) {
  .feature-lead {
    padding: 0 3%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .feature-lead:after {
    width: 65px;
    height: 65px;
    background-size: contain;
  }
  .feature-lead li {
    width: 100%;
  }
  .feature-lead li:first-child {
    margin-bottom: 18px;
  }
}
@media screen and (max-width:767px) {
  .point {
    padding: 35px 0 65px;
    background: url(../img/sub-jp/bg_arrow_02_sp.webp) top 8px left 59%/119% no-repeat;
  }
  .point-block-list + .point-ttl {
    margin-top: 55px;
    margin-bottom: 20px;
  }
  .point-ttl {
    margin-bottom: 28px;
  }
  .point-ttl span {
    font-size: 2rem;
    margin: 0 3px;
    padding: 2px 8px 4px 8px;
    line-height: 1.3;
  }
  .point-ttl em {
    font-size: 2.7rem;
    margin-top: 15px;
  }
  .point .block-reverse .block-img {
    margin: 0 0 15px 0;
  }
  .point .block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 10px;
  }
  .point .block + .block {
    margin-top: 30px;
  }
  .point .block-img {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0 0 15px 0;
  }
  .point .block-info {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
  .point .block-ttl {
    font-size: 1.7rem;
  }
  .point .block-txt {
    font-size: 1.4rem;
  }
  .point .block-txt .note {
    margin-top: 18px;
    font-size: 1.2rem;
  }
}
/* BREAD CRUMB */
.breadcrumb {
  padding: 7px 25px;
  background: #fff;
  line-height: 1.5;
}

.breadcrumb div.breadcrumbs {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
}

.breadcrumb span {
  margin: 0 .1em;
}

.breadcrumb a {
  color: #005ea6;
}
@media (max-width: 768px){
/* BREAD CRUMB */
  .breadcrumb {
    padding: 0;
    font-size: 10px;
    line-height: 1.5;
  }
  .breadcrumb div.breadcrumbs {
    max-width: inherit;
    padding: 6px 15px;
    white-space: nowrap;
    overflow-x: scroll;
  }
}