@charset "UTF-8";
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-10px, 10px);
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-10px, 10px);
    transform: rotate(-45deg) translate(-10px, 10px);
    opacity: 0;
  }
}
body[class*=examination] * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  word-break: break-all;
  line-break: strict;
}

body[class*=examination] .block_base {
  padding: 60px 0;
}

body[class*=examination] .inner {
  margin: 0 auto;
  width: 1100px;
}

body[class*=examination] p {
  line-height: 1.8;
}

body[class*=examination] h2.title_common {
  font-size: 2em;
  line-height: 1.75;
  margin-bottom: 2rem;
}

body[class*=examination] h2.title_common span {
  display: inline-block;
  margin: 0 0 0 30px;
  color: #f39800;
  font-size: 0.7em;
  font-weight: normal;
}

body[class*=examination] .content-separater + .content-separater {
  margin: 60px 0 0 0;
}

body[class*=examination] .anchor_link {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 3rem 0;
  background-color: #f39800;
}

body[class*=examination] .anchor_link > div {
  border-right: 1px solid #fff;
  width: calc(33.3333333333% - 5px);
  text-align: center;
  margin: 15px 0;
}

body[class*=examination] .anchor_link > div:nth-child(3n) {
  border: none;
}

body[class*=examination] .anchor_link a {
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.4;
  font-weight: 700;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding: 0 3px;
  margin: 0 15px;
}

body[class*=examination] .anchor_link a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 0;
}

body[class*=examination] .anchor_link a:hover:after {
  width: 100%;
}

body[class*=examination] .anchor_link a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  position: absolute;
  top: 0;
  right: -15px;
  bottom: 0;
  margin: auto;
  display: block;
  height: 20px;
  width: 15px;
  line-height: 1;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

body[class*=examination] h3.title_temp {
  font-size: 1.6em;
  padding: 15px 40px;
  background: url(../img/libs/bg02.png) repeat;
  position: relative;
  margin: 0 auto 30px;
  line-height: 1.75;
}

body[class*=examination] h3.title_temp::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 40%;
  left: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #f39800;
  border-radius: 6px;
}

body[class*=examination] h4.title_temp {
  font-size: 1.4em;
  border-bottom: solid 1px #ccc;
  line-height: 1;
  padding: 0 0 15px 0;
  position: relative;
  margin: 50px auto 25px;
}

body[class*=examination] h4.title_temp::after {
  content: "";
  width: 30%;
  height: 1px;
  background: #f39800;
  position: absolute;
  left: 0;
  bottom: -1px;
}

body[class*=examination] h5.subtitle {
  font-size: 110%;
}

body[class*=examination] .movie-ttl {
  font-size: 25px;
  margin-bottom: 0.5rem;
  text-align: center;
}

body[class*=examination] .movie {
  width: 740px;
  margin: auto;
  padding: 20%;
  position: relative;
}

body[class*=examination] .movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body[class*=examination] .guide-link-text {
  color: #000;
  font-size: 105%;
  margin-bottom: 1rem;
}

body[class*=examination] .guide-link {
  color: #f39800;
  text-decoration: underline;
}

body[class*=examination] .block_base a.underline {
  color: #f39800;
  position: relative;
  text-decoration: underline;
}

body[class*=examination] .examination_table {
  width: 94%;
  border: 1px solid #999;
  border-collapse: collapse;
  border-spacing: 0;
  color: #000;
  margin: 0 auto 25px;
}

body[class*=examination] .examination_table th,
body[class*=examination] .examination_table td {
  line-height: 1.8;
  vertical-align: middle;
}

body[class*=examination] .examination_table th {
  background: #f39800;
  color: #fff;
  text-align: center;
  padding: 10px;
  border: 1px solid #ccc;
  vertical-align: middle;
}

body[class*=examination] .examination_table td {
  padding: 10px;
  border: 1px solid #999;
  font-size: 0.9em;
}

body[class*=examination] .table_base {
  width: 100%;
  border: 1px solid #999;
  border-collapse: collapse;
  border-spacing: 0;
  color: #000;
  margin: 0 auto 25px;
}

body[class*=examination] .table_fixed {
  table-layout: fixed;
}

body[class*=examination] .table_base .table-head {
  background: #ddd;
  text-align: center;
  font-weight: 700;
}

body[class*=examination] .table_base .table-sub-head th {
  background: #eee;
  text-align: center;
  font-weight: 400;
  vertical-align: middle;
}

body[class*=examination] .table_base .table-sub-head th a {
  color: #f39800;
  text-decoration: underline;
}

body[class*=examination] .table_base td,
body[class*=examination] .table_base th {
  padding: 10px;
  line-height: 1.8;
  border: 1px solid #ccc;
}

body[class*=examination] .table_base th {
  vertical-align: middle;
}

body[class*=examination] .table_base td {
  font-size: 0.9em;
  line-height: 1.5;
  vertical-align: middle;
}

body[class*=examination] .table_base .cr {
  text-align: right;
}

body[class*=examination] .table_base .result {
  text-align: right;
  background: #eee;
}

body[class*=examination] .web-apply-to-button {
  max-width: 250px;
  width: 100%;
  background: #f08300;
  padding: 10px;
  text-align: center;
}

body[class*=examination] .web-apply-to-button a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

body[class*=examination] .table_base .web-apply-to-button {
  max-width: 200px;
  width: 100%;
  background: #f08300;
  padding: 10px;
  margin-top: 10px;
  text-align: center;
}

body[class*=examination] .table_base .web-apply-to-button a {
  color: white;
  font-weight: bold;
}

body[class*=examination] .text_base {
  margin: 0 0 25px 0;
  letter-spacing: 0.1em;
  line-height: 1.6;
  color: #000;
}

body[class*=examination] .pc-table {
  overflow-x: scroll;
  position: relative;
}

body[class*=examination] .pc-table table {
  min-width: 1500px;
}

body[class*=examination] .dl_expenses {
  position: relative;
  margin: 35px 0;
}

body[class*=examination] .dl_expenses dt {
  position: absolute;
  left: 20px;
  top: -15px;
  line-height: 30px;
  background: #f39800;
  color: #fff;
  padding: 0 15px;
  border-radius: 5px;
  font-weight: bold;
}

body[class*=examination] .dl_expenses dd {
  border: solid 1px #f39800;
  background: #fff;
  padding: 25px 20px 20px;
  font-size: 92%;
  border-radius: 5px;
  line-height: 1.6;
  color: #000;
}

@media only screen and (max-width: 769px) {
  body[class*=examination] .inner {
    width: 94%;
  }
  body[class*=examination] .block_base {
    padding: 30px 0 0;
  }
  body[class*=examination] .content-separater + .content-separater {
    margin: 40px 0 0 0;
  }
  body[class*=examination] .anchor_link > div {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  body[class*=examination] .anchor_link > div a {
    margin: 0 13px;
    font-size: 12px;
  }
  body[class*=examination] .anchor_link a:before {
    height: 12px;
  }
  body[class*=examination] h2.title_common {
    font-size: 1.5em;
    text-align: center;
  }
  body[class*=examination] h2.title_common span {
    display: block;
    margin: 20px 0 25px;
    text-align: center;
  }
  body[class*=examination] h3.title_temp {
    font-size: 1.1em;
    padding: 12px 10px 12px 20px;
    background-size: 4px 4px;
    margin: 0 auto 25px;
  }
  body[class*=examination] h3.title_temp::after {
    width: 3px;
    left: 10px;
  }
  body[class*=examination] h4.title_temp {
    font-size: 1.1em;
    line-height: 1.4;
    padding: 0 0 10px 0;
    margin: 30px auto 20px;
  }
  body[class*=examination] .movie-ttl {
    font-size: 18px;
  }
  body[class*=examination] .movie {
    width: 90%;
    max-width: 740px;
    padding: 30%;
  }
  body[class*=examination] .examination_table {
    width: 100%;
    margin: 0 auto 20px;
  }
  body[class*=examination] .examination_table th {
    font-size: 0.75em;
    padding: 8px;
  }
  body[class*=examination] .examination_table td {
    padding: 8px;
    font-size: 0.65em;
  }
  body[class*=examination] .table_base {
    width: 100%;
    margin: 0 auto 20px;
  }
  body[class*=examination] .table_base td,
  body[class*=examination] .table_base th {
    padding: 6px;
  }
  body[class*=examination] .table_base th {
    font-size: 0.75em;
  }
  body[class*=examination] .table_base td {
    font-size: 0.65em;
  }
  body[class*=examination] .text_base {
    font-size: 0.95em;
  }
  body[class*=examination] .sp-table {
    overflow-x: scroll;
    position: relative;
  }
  body[class*=examination] .pc-table table {
    min-width: 1200px;
  }
  body[class*=examination] .sp-table table {
    min-width: 800px;
  }
  body[class*=examination] .dl_expenses dt {
    left: 12px;
    top: -13px;
    line-height: 25px;
    padding: 0 15px;
  }
  body[class*=examination] .dl_expenses dd {
    padding: 20px 12px 12px;
  }
}
/* 学費サポート制度・学費について・入試・特待生制度 */
article.examination .inner {
  max-width: 1140px;
  margin: auto;
  padding: 100px 0 100px 0;
}

article.examination .ttl {
  font-size: clamp(18px, 2.5622254758vw, 35px);
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.5em;
  text-align: center;
  line-height: 1.5;
}

article.examination .ttl .bgc_orange {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(35%, #ffef97));
  background: -webkit-linear-gradient(transparent 65%, #ffef97 35%);
  background: linear-gradient(transparent 65%, #ffef97 35%);
}

article.examination .ttl_v2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  margin-top: 3em;
  margin-bottom: 2.5em;
}

article.examination .ttl_v2::before,
article.examination .ttl_v2::after {
  content: "";
  display: block !important;
  width: 1.5rem !important;
  border: 1px solid #000 !important;
}

article.examination .ttl_v2::before {
  border-right: unset !important;
}

article.examination .ttl_v2::after {
  border-left: unset !important;
}

article.examination .ttl_v2 span {
  font-size: clamp(16px, 2.196193265vw, 25px);
  font-weight: bold;
  min-width: 200px;
  padding: 0.5em 2.5em;
}

article.examination .bg {
  background: #c2e8fa;
}

body[class*=examination] .button,
article.examination .button {
  background: #000;
  color: #fff;
  display: block;
  font-size: clamp(14px, 1.317715959vw, 20px);
  font-weight: bold;
  line-height: 1.4;
  max-width: 320px;
  margin: 5rem auto 0;
  padding: 1rem;
  position: relative;
  text-align: center;
}

body[class*=examination] .button::after,
article.examination .button::after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 1.5vw;
  height: 1.5vw;
  background-image: url(../../img/arrow_right_white.svg);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  right: 1rem;
  bottom: 0;
  top: 0;
  margin: auto;
}

body[class*=examination] .button:hover,
article.examination .button:hover {
  opacity: 0.5;
}

article.examination .anchor_link {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 0 5em;
  background-color: #f39800;
}

article.examination .anchor_link > div {
  border-right: 1px solid #fff;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  margin: 15px 0;
}

article.examination .anchor_link > div:nth-child(3n) {
  border: none;
}

article.examination .anchor_link a {
  color: #fff;
  text-align: center;
  font-size: clamp(14px, 1.4641288433vw, 20px);
  line-height: 1.4;
  font-weight: 700;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding: 0 3px;
  margin: 0 15px;
}

article.examination .anchor_link a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 0;
}

article.examination .anchor_link a:hover:after {
  width: 100%;
}

article.examination .anchor_link a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  position: absolute;
  top: 0;
  right: -15px;
  bottom: 0;
  margin: auto;
  display: block;
  height: 20px;
  width: 15px;
  line-height: 1;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

article.examination .support_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2em;
}

article.examination .support_list a.box {
  border: 1px solid #5983bc;
  display: block;
  font-weight: 500;
  font-size: clamp(14px, 1.1713030747vw, 16px);
  padding: 1em;
  position: relative;
  min-height: 350px;
  font-weight: bold;
}

article.examination .support_list a.box::after {
  content: "";
  position: absolute;
  bottom: 1em;
  right: 1em;
  width: 35px;
  height: 35px;
  background: url(../../img/arrow_right_black.svg) no-repeat center/cover;
}

article.examination .support_list a.box:hover {
  background: #d8e2ef;
}

article.examination .support_list small {
  color: #5983bc;
  font-size: clamp(12px, 1.1713030747vw, 16px);
  line-height: 1.4;
  font-weight: bold;
}

article.examination .support_list .head,
article.examination .support_list .catch2 {
  color: #5983bc;
  font-size: clamp(18px, 2.196193265vw, 30px);
  font-weight: bold;
  line-height: 1.4;
  margin: 10px 0 15px;
}

article.examination .support_list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5em;
}

article.examination .support_list ul li {
  background: #000;
  border-radius: 100vw;
  border: 1px solid #000;
  color: #fff;
  font-size: clamp(12px, 1.1713030747vw, 16px);
  padding: 8px 1em 8px;
  min-width: 80px;
  text-align: center;
  line-height: 1;
  margin-bottom: 0 !important;
  width: auto !important;
}

article.examination .support_list .text {
  font-size: clamp(14px, 1.1713030747vw, 16px);
  line-height: 1.7;
  margin: 1.5em auto;
}

article.examination .support_list .catch {
  color: #5983bc;
  font-size: clamp(16px, 1.4641288433vw, 20px);
  line-height: 1.4;
}

article.examination .support_list .notes {
  font-size: clamp(10px, 0.878477306vw, 12px);
  line-height: 1.4;
  color: #000;
}

article.examination .banner img {
  width: 100%;
}

article.examination .banner .flex {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2em;
}

article.examination .banner .flex a {
  display: block;
}

article.examination .banner .oc {
  margin-top: 5em;
  text-align: center;
}

/* 学費サポート制度 */
.support .qa-block {
  overflow: hidden;
  margin-bottom: 30px;
}

.support .q {
  background: #5983bc;
  padding: 1em 2em;
  cursor: pointer;
}

.support .q p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
  color: #fff;
  font-size: clamp(15px, 1.4641288433vw, 20px);
  font-weight: bold;
  position: relative;
  line-height: 1.4;
}

.support .q span:first-child {
  font-size: 200%;
}

.support .q span:nth-child(2) {
  width: calc(100% - 60px - 2em);
}

.support .q span:last-child {
  width: 30px;
  height: 2px;
  background: #fff;
}

.support .q span:last-child::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  width: 2px;
  height: 30px;
  margin: auto;
  background: #fff;
}

.support .q.active span:last-child::after {
  content: none;
}

.support .a {
  padding: 1em 2em;
  display: none; /* 初期状態では非表示 */
}

.support .a p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: clamp(14px, 1.1713030747vw, 16px);
  line-height: 1.7;
  gap: 2em;
}

.support .a span:first-child {
  color: #5983bc;
  font-size: clamp(30px, 2.9282576867vw, 40px);
  font-weight: bold;
  line-height: 1;
}

.support .a span.small {
  font-size: 80%;
}

.support .a p a {
  color: #5983bc !important;
  text-decoration: underline !important;
}

.support .btn-wrapper a {
  color: #fff !important;
}

/* 学費について */
body[class*=school-fee] .list_price {
  display: grid;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1em;
}

body[class*=school-fee] .list_price li {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 1rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: clamp(14px, 1.756954612vw, 22px);
}

body[class*=school-fee] .list_price .dotted {
  width: 100%;
  min-width: 300px;
  display: block;
  border-bottom: 4px dotted #000;
}

body[class*=school-fee] table {
  width: 100%;
  border-collapse: collapse;
}

body[class*=school-fee] table + table {
  margin-top: 3em;
}

body[class*=school-fee] table th,
body[class*=school-fee] table td {
  font-size: clamp(14px, 1.756954612vw, 22px);
}

body[class*=school-fee] .table_price tr {
  border-top: 1px solid #000;
}

body[class*=school-fee] .table_price th,
body[class*=school-fee] .table_price td {
  background: unset;
  border: none;
  padding: 1em 1.5em;
}

body[class*=school-fee] .table_price td {
  text-align: right;
}

body[class*=school-fee] .table_note {
  border-top: 1px solid #000;
  font-size: clamp(12px, 1.1713030747vw, 16px);
  text-align: right;
  padding-top: 1em;
}

body[class*=school-fee] .list_note {
  display: grid;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1rem;
}

body[class*=school-fee] .list_note li {
  font-size: clamp(14px, 1.756954612vw, 22px);
  line-height: 1.4;
  padding-left: 1em;
  text-indent: -1em;
}

body[class*=school-fee] .list_note li::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0.4em;
  aspect-ratio: 1/1;
  background: #333;
  border-radius: 50%;
  margin-right: 0.6em;
}

body[class*=school-fee] .table_schedule th,
body[class*=school-fee] .table_schedule td {
  border: 1px solid #000;
  vertical-align: middle;
  line-height: 1.4;
  padding: 1em 1.5em;
  width: 50%;
}

body[class*=school-fee] .table_schedule th {
  background: #000;
  color: #fff;
  text-align: center;
}

body[class*=school-fee] .table_schedule th:first-child,
body[class*=school-fee] .table_schedule td:first-child {
  border-left: none;
}

body[class*=school-fee] .table_schedule th:last-child,
body[class*=school-fee] .table_schedule td:last-child {
  border-right: none;
}

body[class*=school-fee] .table_schedule td:last-child {
  text-align: center;
}

body[class*=school-fee] .notes {
  margin-top: 2em;
}

body[class*=school-fee] .notes .item {
  font-size: clamp(12px, 1.0248901903vw, 14px);
  line-height: 1.5;
  padding-left: 1em;
  text-indent: -1em;
}

/* 入試・特待生制度 */
/*body.tag_info {
  display: grid;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1.5em;
}*/
body[class*=scholarship-program] .tag_info .dl_info {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1em;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
}

body[class*=scholarship-program] .tag_info .dl_info dt {
  min-width: 5rem;
  color: #fff;
  font-weight: bold;
  padding: 0.2em 1em;
  text-align: center;
  background: #f39800;
  line-height: 1.4;
  font-size: clamp(14px, 1.317715959vw, 18px);
}

body[class*=scholarship-program] .tag_info .dl_info dd {
  font-size: clamp(14px, 1.317715959vw, 18px);
  line-height: 1.4;
}

body[class*=scholarship-program] .box {
  border: 1px solid #5983bc;
  background: #fff;
  padding: 1em;
  position: relative;
}

body[class*=scholarship-program] .box::after {
  content: "";
  position: absolute;
  bottom: 1em;
  right: 1em;
  width: 35px;
  height: 35px;
  background: url(../../img/arrow_right_black.svg) no-repeat center/cover;
}

body[class*=scholarship-program] .modal-open {
  border: none;
  background: none;
  position: relative;
  width: 100%;
  line-height: 1.4;
  font-family: "Noto Sans JP";
  text-align: left;
  padding: 0;
}

body[class*=scholarship-program] .modal-open .text span {
  display: table-cell;
}

body[class*=scholarship-program] .support_list ul li.white {
  background: #fff;
  color: #000;
}

body[class*=scholarship-program] .box:hover,
body[class*=scholarship-program] .modal-open:hover {
  background: #f7dec3;
  cursor: pointer;
}

body[class*=scholarship-program] .modal-overlay {
  display: none !important;
}

body[class*=scholarship-program] .modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 100001;
}

body[class*=scholarship-program] .modal.is-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

/* モーダルの擬似要素の指定 */
body[class*=scholarship-program] .modal:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  margin-left: -0.2em;
}

/* モーダル内側の指定 */
body[class*=scholarship-program] .modal-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: boldpx;
  width: 90%;
}

body[class*=scholarship-program] .modal-content {
  background: #fff;
  line-height: 1.8;
  padding: 3rem;
  text-align: left;
  display: grid;
  gap: 1em;
}

body[class*=scholarship-program] .modal-content .dialog-title {
  background: #f39800;
  color: #fff;
  font-size: clamp(16px, 1.756954612vw, 24px);
  font-weight: bold;
  padding: 0.5rem 1rem;
}

body[class*=scholarship-program] .modal-content .copy {
  color: #f39800;
  font-size: clamp(15px, 1.4641288433vw, 20px);
  line-height: 1.4;
}

body[class*=scholarship-program] .modal-content .text {
  margin: 0;
}

body[class*=scholarship-program] .modal-content table {
  width: 100%;
  border-collapse: collapse;
}

body[class*=scholarship-program] .modal-content table th,
body[class*=scholarship-program] .modal-content table td {
  border: 1px solid #727171;
  font-size: clamp(12px, 1.1713030747vw, 16px);
  padding: 0.5em;
  vertical-align: middle;
}

body[class*=scholarship-program] .modal-content table th {
  background: #000;
  color: #fff;
  white-space: nowrap;
}

body[class*=scholarship-program] .modal-content table td {
  border-right: unset;
}

body[class*=scholarship-program] .modal-content .button {
  font-size: clamp(14px, 1.317715959vw, 18px);
  padding: 0.5rem 1rem;
  margin-top: 2rem;
}

body[class*=scholarship-program] .js-modal-close {
  all: unset;
  position: absolute;
  right: 0;
  top: 0;
  background: #000;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  width: 3rem;
  height: 3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

body[class*=scholarship-program] .t-lead {
  font-size: clamp(14px, 1.317715959vw, 18px);
  line-height: 1.4;
  text-align: center;
}

body[class*=scholarship-program] .sec02 .support_list {
  margin-top: 4rem;
}

body[class*=scholarship-program] .sec02 .support_list .card_item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #f39800;
  color: #000;
}

body[class*=scholarship-program] .sec02 .support_list .head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.5rem 1rem;
  background: #f39800;
  color: #fff;
  margin: 0;
}

body[class*=scholarship-program] .sec02 .support_list .head .title {
  font-size: clamp(18px, 2.196193265vw, 30px);
  font-weight: 700;
}

body[class*=scholarship-program] .sec02 .support_list .tag_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.5rem;
}

body[class*=scholarship-program] .sec02 .support_list .tag {
  background: #000;
  border: 1px solid #000;
  border-radius: 99px;
  font-size: clamp(10px, 1.0248901903vw, 14px);
  color: #fff;
  font-weight: 500;
  padding: 0.5em;
  text-align: center;
  min-width: 5em;
}

body[class*=scholarship-program] .sec02 .desc {
  padding: 0.5em 1em;
}

body[class*=scholarship-program] .sec02 .lead {
  color: #f39800;
  font-size: clamp(18px, 1.8301610542vw, 25px);
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0.3em;
}

body[class*=scholarship-program] .sec02 p {
  font-size: clamp(12px, 1.0248901903vw, 14px);
  line-height: 1.7;
}

body[class*=scholarship-program] .sec02 .title-line {
  font-weight: 700;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

body[class*=scholarship-program] .sec02 .title-line::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #000;
}

@media only screen and (max-width: 769px) {
  article.examination .inner {
    width: calc(100% - 2rem);
    padding: 20px 0;
  }
  article.examination .ttl_v2 {
    margin-top: 2em;
    margin-bottom: 1.5em;
  }
  article.examination .ttl_v2 span {
    padding: 0.5em 1em;
  }
  article.examination .ttl_v2::before,
  article.examination .ttl_v2::after {
    width: 1rem;
  }
  article.examination .anchor_link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 0 2em;
    gap: 1em;
    background: none;
  }
  article.examination .anchor_link > div {
    background: #f39800;
    border: none;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0;
    padding: 1em 0;
    width: 100%;
  }
  article.examination .anchor_link > div a {
    margin: 0 13px;
  }
  article.examination .anchor_link a:before {
    height: 12px;
  }
  body[class*=examination] .button,
  article.examination .button {
    margin-top: 2.5rem;
    max-width: 250px;
  }
  body[class*=examination] .button::after,
  article.examination .button::after {
    width: 4vw;
    height: 4vw;
  }
  article.examination .support_list {
    grid-template-columns: 1fr;
  }
  article.examination .support_list a.box {
    min-height: auto;
    padding: 1em 1em 1.5em;
  }
  article.examination .support_list a.box::after {
    width: 25px;
    height: 25px;
    right: 0.5em;
    bottom: 0.5em;
  }
  article.examination .support_list .head,
  article.examination .support_list .catch2 {
    margin: 5px 0 10px;
  }
  article.examination .support_list ul {
    gap: 5px;
  }
  article.examination .support_list ul li {
    min-width: auto;
    width: auto !important;
  }
  article.examination .support_list .text {
    margin: 1em auto;
  }
  article.examination .banner .flex {
    grid-template-columns: 1fr;
    gap: 1.5em;
  }
  article.examination .banner .oc {
    margin-top: 2em;
    text-align: center;
  }
  /*  */
  .support .qa-block {
    margin-bottom: 20px;
  }
  .support .q {
    padding: 0.5em 1em;
  }
  .support .q span:nth-child(2) {
    width: calc(100% - 60px - 1em);
  }
  .support .q span:last-child::after {
    right: 13px;
  }
  .support .a {
    padding: 0.5em 1em;
  }
  .support .a p {
    gap: 1em;
  }
  /*  */
  body[class*=school-fee] .list_price {
    -webkit-box-pack: unset;
    -webkit-justify-content: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
    gap: 0.5em;
  }
  body[class*=school-fee] .list_price .dotted {
    min-width: unset;
  }
  body[class*=school-fee] table + table {
    margin-top: 1.5em;
  }
  body[class*=school-fee] .notes {
    margin-top: 1em;
  }
  /*  */
  body[class*=scholarship-program] .tag_info {
    gap: 1em;
  }
  body[class*=scholarship-program] .tag_info .dl_info dt {
    min-width: 4rem;
  }
  body[class*=scholarship-program] .box {
    padding: 1em 1em 1.5em;
  }
  body[class*=scholarship-program] .box::after {
    width: 25px;
    height: 25px;
    right: 0.5em;
    bottom: 0.5em;
  }
  /* body[class*=scholarship-program] .modal-open .text span:nth-child(1) {
    white-space: nowrap;
  } */
  body[class*=scholarship-program] .modal-container {
    width: 99%;
  }
  body[class*=scholarship-program] .modal-content {
    width: 100%;
    padding: 1em;
  }
  body[class*=scholarship-program] .modal-content .text {
    margin: 0;
  }
  body[class*=scholarship-program] .js-modal-close {
    width: 2.5rem;
    height: 2.5rem;
  }
  body[class*=scholarship-program] .modal-content .button {
    margin-top: 1rem;
  }
  body[class*=scholarship-program] .sec02 .support_list {
    margin-top: 2em;
  }
  body[class*=scholarship-program] .sec02 .support_list .head {
    padding: 0.5rem;
  }
  body[class*=scholarship-program] .sec02 .support_list .tag_list {
    gap: 3px;
  }
  body[class*=scholarship-program] .sec02 .desc {
    padding: 0.5em 0.5rem;
  }
}
div:before, div:after, ul:before, ul:after, ol:before, ol:after, dl:before, dl:after {
  content: none;
  display: block;
}

a {
  text-decoration: none !important;
}

.top_ttl {
  text-align: center;
  color: #5783bf;
  font-weight: bold;
  font-size: 3em;
  margin: 0 0 50px 0;
}
@media only screen and (max-width: 769px) {
  .top_ttl {
    font-size: 1.8em;
    margin: 0 0 10px 0;
  }
}

p.text {
  color: #000;
}

@media only screen and (max-width: 769px) {
  #support p {
    padding-bottom: 0 !important;
  }
}