.page-title {
  background: no-repeat top center/cover;
}
@media print, screen and (min-width: 768px) {
  .page-title {
    background-image: -webkit-image-set(url("../img/tuition/mv-img.webp") type("image/webp"), url("../img/tuition/mv-img.jpg") type("image/jpeg"));
    background-image: image-set(url("../img/tuition/mv-img.webp") type("image/webp"), url("../img/tuition/mv-img.jpg") type("image/jpeg"));
  }
}
@media only screen and (max-width: 767px) {
  .page-title {
    background-image: -webkit-image-set(url("../img/tuition/sp/mv-img.webp") type("image/webp"), url("../img/tuition/sp/mv-img.jpg") type("image/jpeg"));
    background-image: image-set(url("../img/tuition/sp/mv-img.webp") type("image/webp"), url("../img/tuition/sp/mv-img.jpg") type("image/jpeg"));
    margin-bottom: 13.8rem;
  }
}

.pankuzu {
  margin-bottom: 10.3rem;
}

.tuition {
  margin-bottom: 15rem;
}
@media only screen and (max-width: 767px) {
  .tuition {
    margin-bottom: 19rem;
  }
}
@media print, screen and (min-width: 768px) {
  .tuition .inner {
    width: 110rem;
    margin: auto;
  }
}
.tuition .bg-style {
  background: repeating-linear-gradient(-45deg, #f4f4f4, #f4f4f4 10px, #fafafa 10px, #fafafa 20px);
  padding: 3.7rem 5rem;
}
@media only screen and (max-width: 767px) {
  .tuition .bg-style {
    padding: 5.3rem 4rem 7rem;
  }
}
.tuition .about {
  margin-bottom: 15rem;
}
.tuition .about .section-ttl {
  margin-bottom: 4.6rem;
}
@media only screen and (max-width: 767px) {
  .tuition .about .section-ttl {
    margin-bottom: 6.3rem;
  }
  .tuition .about .section-ttl span {
    font-size: 3.6rem;
  }
}
.tuition .about--content {
  text-align: center;
}
.tuition .about--content h3 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  .tuition .about--content h3 {
    font-size: 4.8rem;
    margin-bottom: 1.2rem;
  }
}
.tuition .about--content h3 span {
  font-size: 3rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .tuition .about--content h3 span {
    font-size: 3.12rem;
  }
}
.tuition .about--content p {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.55;
  margin-bottom: 2.4rem;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  .tuition .about--content p {
    font-size: 3rem;
    margin-bottom: 4rem;
    letter-spacing: 0.08em;
  }
}
.tuition .about--content p span {
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .tuition .about--content p span {
    font-size: 2.4rem;
  }
}
.tuition .about--table {
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .tuition .about--table {
    overflow: auto;
    width: calc(100vw - 4rem);
  }
}
.tuition .about--table table {
  width: 100%;
  margin-bottom: 0.5rem;
  table-layout: fixed;
  word-break: break-all;
}
@media only screen and (max-width: 767px) {
  .tuition .about--table table {
    width: 126.8rem;
    table-layout: fixed;
  }
}
.tuition .about--table table tr th:first-of-type {
  width: 10%;
}
.tuition .about--table table tr:first-of-type {
  background: #999;
}
.tuition .about--table table tr:first-of-type th {
  border: 1px solid #231815;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  background: none;
  width: 12.8%;
  font-feature-settings: "palt";
  letter-spacing: 0 !important;
  height: 6rem;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .tuition .about--table table tr:first-of-type th {
    font-size: 2.6rem;
    width: auto;
    padding: 1rem 0;
  }
}
.tuition .about--table table tr:first-of-type th:first-of-type {
  width: 10%;
}
@media only screen and (max-width: 767px) {
  .tuition .about--table table tr:first-of-type th:first-of-type {
    width: 13.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .tuition .about--table table tr:first-of-type th:last-of-type {
    width: 19rem;
  }
}
.tuition .about--table table tr:first-of-type th span {
  display: block;
  font-size: 1.1rem;
}
@media only screen and (max-width: 767px) {
  .tuition .about--table table tr:first-of-type th span {
    font-size: 2.2rem;
  }
}
.tuition .about--table table tr:not(:first-of-type) th {
  background: #ccc;
}
.tuition .about--table table tr:not(:first-of-type) th, .tuition .about--table table tr:not(:first-of-type) td {
  line-height: 1.375;
}
.tuition .about--table table tr th, .tuition .about--table table tr td {
  border: 1px solid #231815;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 400;
  padding: 1rem 0.8rem;
  letter-spacing: 0 !important;
  background: #fff;
  width: 12.8%;
}
.tuition .about--table table tr th strong, .tuition .about--table table tr td strong {
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .tuition .about--table table tr th, .tuition .about--table table tr td {
    font-size: 2.72rem;
    width: auto;
    height: auto !important;
  }
}
.tuition .about--table table tr th {
  line-height: 4rem;
  letter-spacing: 0.14em;
}
@media only screen and (max-width: 767px) {
  .tuition .about--table table tr th {
    line-height: 7.1rem;
  }
}
.tuition .about--table table tr th.title {
  color: #fff;
  background: #666;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0;
  width: 23rem;
}
@media only screen and (max-width: 767px) {
  .tuition .about--table table tr th.title {
    width: 13rem;
    font-size: 3.06rem;
  }
}
.tuition .about--table table tr td {
  background: #fff;
  text-align: right;
}
.tuition .about--table table.other tr:first-of-type th {
  background: #ccc;
  color: #000;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .tuition .about--table table.other tr:first-of-type th {
    width: 13.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .tuition .about--table table.other tr:first-of-type td {
    width: calc((100% - 32.8rem) / 6);
  }
  .tuition .about--table table.other tr:first-of-type td:last-of-type {
    width: 19rem;
  }
}
.tuition .about--table table.other tr.total {
  background: #d7d7d7;
}
.tuition .about--table table.other tr.total th, .tuition .about--table table.other tr.total td {
  background: none;
  vertical-align: middle;
}
.tuition .about .table-txt {
  text-align: left;
}
.tuition .about .table-txt li {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
  padding-left: 1.4rem;
  text-indent: -1.4rem;
}
@media only screen and (max-width: 767px) {
  .tuition .about .table-txt li {
    font-size: 2.72rem;
    padding-left: 2.72rem;
    text-indent: -2.72rem;
  }
}
.tuition .expenses {
  margin-bottom: 14rem;
}
@media only screen and (max-width: 767px) {
  .tuition .expenses {
    margin-bottom: 12rem;
  }
  .tuition .expenses .inner {
    padding: 0 4rem;
  }
}
.tuition .expenses--title {
  width: 30.6rem;
  margin: 0 auto 4.8rem;
}
@media only screen and (max-width: 767px) {
  .tuition .expenses--title {
    width: 36.7rem;
    margin-bottom: 7rem;
  }
  .tuition .expenses--title img {
    width: 100%;
  }
}
.tuition .expenses--text {
  margin: auto;
}
@media print, screen and (min-width: 768px) {
  .tuition .expenses--text {
    width: 100rem;
  }
}
.tuition .expenses--text p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.875;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  .tuition .expenses--text p {
    font-size: 2.8rem;
  }
}
.tuition .system {
  margin-bottom: 13rem;
}
@media only screen and (max-width: 767px) {
  .tuition .system {
    margin: 0 auto 13.3rem;
  }
}
.tuition .system h2 {
  font-size: 4rem;
  font-weight: 900;
  color: #ff0014;
  line-height: 1;
  margin-bottom: 5.2rem;
  text-align: center;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  .tuition .system h2 {
    line-height: 1.3;
    margin-bottom: 6.2rem;
    letter-spacing: 0;
  }
}
.tuition .system h2 span {
  font-size: 3rem;
  font-weight: inherit;
}
@media only screen and (max-width: 767px) {
  .tuition .system h2 span {
    font-size: 3.6rem;
  }
}
.tuition .system h2 mark {
  background: none;
  position: relative;
  padding: 0 1.5rem 0.5rem;
  color: inherit;
}
.tuition .system h2 mark::before {
  content: "";
  width: 100%;
  -webkit-clip-path: polygon(3% 0%, 100% 0%, 97% 100%, 0% 100%);
  clip-path: polygon(3% 0%, 100% 0%, 97% 100%, 0% 100%);
  background: rgba(250, 242, 33, 0.3);
  position: absolute;
  bottom: 0.2em;
  left: 0;
  width: 100%;
  height: 1.5rem;
}
.tuition .system .inner {
  background: no-repeat top center/contain;
  padding: 8.5rem 0 0;
}
@media print, screen and (min-width: 768px) {
  .tuition .system .inner {
    background-image: -webkit-image-set(url("../img/strengths/system-bg.webp") type("image/webp"), url("../img/strengths/system-bg.jpg") type("image/jpeg"));
    background-image: image-set(url("../img/strengths/system-bg.webp") type("image/webp"), url("../img/strengths/system-bg.jpg") type("image/jpeg"));
  }
}
@media only screen and (max-width: 767px) {
  .tuition .system .inner {
    padding: 10.2rem 0 0;
    background: no-repeat top center/100%;
    background-image: -webkit-image-set(url("../img/tuition/sp/system-bg.webp") type("image/webp"), url("../img/tuition/sp/system-bg.jpg") type("image/jpeg"));
    background-image: image-set(url("../img/tuition/sp/system-bg.webp") type("image/webp"), url("../img/tuition/sp/system-bg.jpg") type("image/jpeg"));
    width: 68.7rem;
    margin: 0 auto;
  }
}
.tuition .system--title {
  width: 66rem;
  height: 12.4rem;
  border: 2px solid #fff;
  border-radius: 14.8rem;
  background: rgba(128, 128, 128, 0.85);
  position: relative;
  margin: 0 auto 5.5rem;
}
@media only screen and (max-width: 767px) {
  .tuition .system--title {
    width: 64.7rem;
    height: 17.1rem;
    margin: 0 auto 7.1rem;
  }
}
.tuition .system--title p {
  width: 49rem;
  background: #000;
  border: 1px solid #fff;
  position: absolute;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  padding: 0 2.2rem 0 5rem;
  top: -3.7rem;
  right: 0;
  left: 0;
  margin: auto;
  text-align: right;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 767px) {
  .tuition .system--title p {
    width: 60.6rem;
    top: auto;
    bottom: calc(100% - 2rem);
    font-size: 3rem;
    line-height: 1.214;
    padding: 1rem 0rem 1rem 9rem;
    text-align: left;
  }
}
.tuition .system--title p::before {
  content: "";
  background: url("../img/home/text-icon1.svg") no-repeat center/cover;
  width: 7rem;
  height: 7rem;
  position: absolute;
  top: -1.8rem;
  left: -3rem;
}
@media only screen and (max-width: 767px) {
  .tuition .system--title p::before {
    width: 9rem;
    height: 9rem;
    top: -2.4rem;
    left: -1.9rem;
  }
}
.tuition .system--title h3 {
  padding-top: 1.1rem;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .tuition .system--title h3 {
    padding-top: 2.7rem;
    font-size: 3rem;
  }
}
.tuition .system--title h3 span {
  display: block;
  line-height: 1.2;
  letter-spacing: 0em;
  font-size: 5rem;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .tuition .system--title h3 span {
    font-size: 5.7rem;
    margin-bottom: 0.7rem;
  }
}
.tuition .system .image-title {
  width: 100%;
  margin: 0 auto;
  margin: auto;
  background: repeating-linear-gradient(-45deg, rgba(244, 244, 244, 0.7019607843), rgba(244, 244, 244, 0.7019607843) 10px, rgba(250, 250, 250, 0.7019607843) 10px, rgba(250, 250, 250, 0.7019607843) 20px);
  padding: 2.5rem 0;
}
@media only screen and (max-width: 767px) {
  .tuition .system .image-title {
    padding: 3.6rem 0;
  }
}
.tuition .system .image-title picture {
  display: block;
  width: 64rem;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .tuition .system--read {
    margin-bottom: 5.4rem;
  }
}
.tuition .system--read h3 {
  font-size: 3.9rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .tuition .system--read h3 {
    font-size: 4.6rem;
    line-height: 1.26;
    margin-bottom: 3.1rem;
  }
}
.tuition .system--read p {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.875;
}
@media print, screen and (min-width: 768px) {
  .tuition .system--read p {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .tuition .system--read p {
    font-size: 2.8rem;
    line-height: 1.714;
  }
}
.tuition .system--read p small {
  display: block;
  font-size: 1.4rem;
  margin-top: 0.7rem;
}
@media print, screen and (min-width: 768px) {
  .tuition .system--read p small {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .tuition .system--read p small {
    font-size: 2.4rem;
    padding-left: 2.4rem;
    text-indent: -2.4rem;
    margin-top: 1.1rem;
  }
}
.tuition .system .point-txt {
  background-image: repeating-linear-gradient(-45deg, #ffccd0, #ffccd0 4px, transparent 4px, transparent 8px);
  background-image: repeating-linear-gradient(-45deg, rgba(255, 204, 208, 0.7019607843), rgba(255, 204, 208, 0.7019607843) 4px, transparent 4px, transparent 8px);
  padding: 2.3rem 0;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 767px) {
  .tuition .system .point-txt {
    padding: 4rem 0;
    margin-bottom: 6rem;
  }
}
.tuition .system .point-txt ul {
  display: grid;
  grid-template-columns: -webkit-max-content -webkit-max-content -webkit-max-content;
  grid-template-columns: max-content max-content max-content;
  justify-content: center;
  align-items: stretch;
  gap: 6.5rem;
}
@media only screen and (max-width: 767px) {
  .tuition .system .point-txt ul {
    gap: 0;
    justify-content: flex-start;
  }
}
@media print, screen and (min-width: 768px) {
  .tuition .system .point-txt ul li {
    display: flex;
    align-items: center;
    gap: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .tuition .system .point-txt ul li:first-of-type {
    margin: 0 6.5rem 0 5rem;
  }
  .tuition .system .point-txt ul li:nth-of-type(2) {
    margin-right: 2.6rem;
  }
}
.tuition .system .point-txt ul li figure img {
  width: 7.6rem;
}
@media only screen and (max-width: 767px) {
  .tuition .system .point-txt ul li figure img {
    width: 9.2rem;
    margin: 0 auto 1rem;
  }
}
.tuition .system .point-txt ul li figcaption {
  letter-spacing: 0.1em;
  font-size: 2.4rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .tuition .system .point-txt ul li figcaption {
    font-size: 3.2rem;
    text-align: center;
    line-height: 1.3125;
  }
}
.tuition .system--pattern {
  width: 93.5rem;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .tuition .system--pattern {
    width: 100%;
  }
}
.tuition .system--pattern img {
  margin-bottom: 1.3rem;
}
.tuition .system--pattern small {
  display: block;
  text-align: right;
  font-size: 1.4rem;
  font-weight: 400;
  margin-top: 1.7rem;
}
@media only screen and (max-width: 767px) {
  .tuition .system--pattern small {
    font-size: 2rem;
    margin-top: -0.3rem;
  }
}
.tuition .loans {
  margin-bottom: 15.2rem;
}
.tuition .loans .bg-style {
  padding-top: 5.3rem;
}
@media only screen and (max-width: 767px) {
  .tuition .loans .bg-style {
    padding-top: 6.9rem;
  }
}
@media only screen and (max-width: 767px) {
  .tuition .loans .section-ttl {
    letter-spacing: 0;
    margin-bottom: 5.6rem;
  }
  .tuition .loans .section-ttl span {
    font-size: 3.6rem;
  }
}
.tuition .loans--title {
  width: 60.4rem;
  margin: 0 auto 3.3rem;
}
@media only screen and (max-width: 767px) {
  .tuition .loans--title {
    width: 36.5rem;
    margin-bottom: 5rem;
  }
}
.tuition .loans--table table {
  margin-bottom: 4rem;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .tuition .loans--table table {
    margin-bottom: 6rem;
  }
}
.tuition .loans--table table th, .tuition .loans--table table td {
  border: 1px solid #231815;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .tuition .loans--table table th, .tuition .loans--table table td {
    font-size: 2.72rem;
  }
}
.tuition .loans--table table th strong, .tuition .loans--table table td strong {
  font-weight: 700;
}
.tuition .loans--table table th {
  width: 22.8rem;
  text-align: center;
  line-height: 4.6rem;
  background: #ccc;
}
@media only screen and (max-width: 767px) {
  .tuition .loans--table table th {
    width: 14.8rem;
    padding: 2rem 0;
    line-height: 1.5;
  }
}
.tuition .loans--table table td {
  width: calc(100% - 22.8rem);
  padding: 1.13rem 2rem;
}
@media only screen and (max-width: 767px) {
  .tuition .loans--table table td .space {
    display: inline-block;
    width: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .tuition .loans--table table td {
    width: calc(100% - 14.8rem);
    padding: 1.53rem 2rem;
  }
  .tuition .loans--table table td strong {
    font-weight: 700;
  }
}
.tuition .loans--table table td ul li {
  text-indent: -1.6rem;
  padding-left: 1.6rem;
}
.tuition .loans--table table td ul li a {
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  .tuition .loans--table table td ul li {
    text-indent: -2.72rem;
    padding-left: 2.72rem;
  }
}
.tuition .loans--table .link-btn a::after {
  position: absolute;
  top: 0;
  right: 1.5rem;
  bottom: 0;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .tuition .loans--table .link-btn a::after {
    right: 3rem;
  }
}
.tuition .bank .inner {
  width: 100rem;
  margin: 0 auto 15rem;
}
@media only screen and (max-width: 767px) {
  .tuition .bank .inner {
    width: 68.7rem;
  }
}
.tuition .bank--title {
  width: 7.4rem;
  margin: 0 auto 5rem;
}
@media only screen and (max-width: 767px) {
  .tuition .bank--title {
    width: 8.8rem;
    margin: 0 auto 7rem;
  }
  .tuition .bank--title img {
    width: 100%;
  }
}
.tuition .bank--txt {
  text-align: center;
  border: 1px solid #231815;
  line-height: 4.5rem;
  font-size: 1.6rem;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .tuition .bank--txt {
    font-size: 2.8rem;
    line-height: 8.2rem;
  }
}