@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&display=swap");
/*! destyle.css v1.0.13 | MIT License | https://github.com/nicolas-cusan/destyle.css */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:after, :before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
}

main {
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

address, blockquote, dl, figure, form, iframe, ol, p, pre, table, ul {
  margin: 0;
}

ol, ul {
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  border-bottom: 0;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  vertical-align: bottom;
}

embed, iframe, object {
  border: 0;
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

[type=button][disabled], [type=reset][disabled], [type=submit][disabled], button[disabled] {
  cursor: default;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset, option {
  padding: 0;
}

fieldset {
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

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

caption {
  text-align: left;
}

td, th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

[hidden], template {
  display: none;
}

:root {
  font-size: 0.8333333333vw;
  scroll-behavior: smooth;
}
@media (min-width: 1201px) {
  :root {
    font-size: 10px;
  }
}
@media (max-width: 767px) {
  :root {
    font-size: 1.3333333333vw;
  }
}

body {
  font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 14px;
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.8;
  text-align: justify;
  max-width: none;
  padding: 0;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

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

@media (hover: hover) {
  a {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    display: block;
  }
  a:hover {
    -webkit-filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.4));
            filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.4));
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
}
.row {
  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: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

header {
  background: #000;
  color: #fff;
}
header h1 {
  text-align: center;
  padding: 2rem 0;
}
header h1 img {
  width: 70.8rem;
}

#page-header .container {
  max-width: none;
}
#page-header h2 {
  margin: 0;
}
#page-header h2 img {
  width: 100%;
  aspect-ratio: 1400/735;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1401px) {
  #page-header h2 img {
    aspect-ratio: auto;
    height: 73.5rem;
  }
}
@media (min-width: 1921px) {
  #page-header h2 img {
    height: auto;
  }
}

#nav {
  background: url("/exam/international/img/nav_bg_pc.svg") repeat-x center 2.5rem;
  background-size: 192rem;
}
#nav .container {
  max-width: 1020px;
}
#nav ul {
  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: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#nav ul + ul {
  margin-top: 4.5rem;
}
#nav ul li {
  width: 31rem;
}

#interview {
  background: #f0f0f0;
  padding-top: 1px;
  padding-bottom: 14rem;
  margin-top: 10rem;
}
#interview h2 {
  font-size: 7rem;
  color: #cb2938;
  text-align: center;
  margin-top: -4rem;
  margin-bottom: 8rem;
  line-height: 1;
}
#interview h2 span {
  display: block;
  color: #000;
  font-size: 25px;
  font-weight: 600;
  margin-top: 1em;
}
#interview .acd {
  width: 80%;
  display: block;
  margin: 0 auto;
  position: relative;
}
#interview .acd::after {
  content: "";
  display: block;
  width: 28px;
  height: 14px;
  background: url("/exam/international/img/arrow.svg") no-repeat center;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 3rem;
  margin: auto;
}
#interview .acd.on::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#interview .acd + .interview_body {
  padding-top: 8rem;
  display: none;
}
#interview h5 {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 0.8em;
  border-left: 1rem solid #cb2938;
  padding-left: 0.5em;
  line-height: 1;
}
#interview p {
  font-size: 1.5rem;
  margin-bottom: 2.5em;
}
#interview p.lead {
  color: #cb2938;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 2;
  text-align: center;
  margin: 1.5em 0;
}
#interview .img {
  width: 30%;
}
#interview .txt {
  width: 65%;
}
#interview #interview06 .img {
  width: 30rem;
}
#interview #interview06 .txt {
  width: 62rem;
}
#interview #interview05 .img.wide {
  width: 40rem;
}
#interview #interview05 .txt.narrow {
  width: 53rem;
}
#interview .one-day {
  background: #fff;
  padding: 1.5rem;
  position: relative;
  margin-bottom: 10rem;
}
#interview .one-day::after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7rem 7rem 0 0;
  border-color: #f0f0f0 transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 0;
}
#interview .one-day h5 {
  border: 0;
  border-bottom: 1px solid #cb2938;
  color: #cb2938;
  font-size: 3.2rem;
  padding-bottom: 0.5em;
  padding-left: 0;
}
#interview .one-day h5 span {
  font-size: 1.5rem;
  margin-left: 1em;
}
#interview .one-day p {
  font-size: 1.4rem;
  margin-bottom: 1.5em;
}
#interview .one-day .row {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#interview .one-day .img {
  width: 40%;
}
#interview .one-day .txt {
  width: 50%;
  margin-top: 6rem;
  margin-left: 6rem;
}
#interview .from-teacher {
  background: #fff;
  padding: 4rem 4rem;
  position: relative;
}
#interview .from-teacher::before, #interview .from-teacher::after {
  display: block;
  content: "";
  width: 6rem;
  height: 9rem;
  border-top: 2px solid #cb2938;
  border-left: 2px solid #cb2938;
  position: absolute;
  top: 1rem;
  left: 1rem;
}
#interview .from-teacher::after {
  border: 0;
  border-bottom: 2px solid #cb2938;
  border-right: 2px solid #cb2938;
  top: auto;
  left: auto;
  bottom: 1rem;
  right: 1rem;
}
#interview .from-teacher h5 {
  font-size: 2.2rem;
  font-weight: 600;
  border-left: 0;
  padding-left: 0;
}
#interview .from-teacher .row {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
}
#interview .from-teacher .img {
  margin-top: -13rem;
}
#interview .from-teacher .txt p {
  margin: 0;
}
#interview .from-teacher .txt.full {
  width: 100%;
}
#interview .from-teacher .teacher {
  width: 24%;
  position: absolute;
  top: -5rem;
  right: 0;
}
#interview hr.redline {
  width: 80%;
  height: 2rem;
  border: 0;
}
#interview hr.redline.on {
  background: url("/exam/international/img/bg_redline.svg") no-repeat center;
  background-size: cover;
  margin: 6rem auto;
}
#interview .interview_body {
  width: 80%;
  margin: 0 auto;
}
#interview #interview02 .end {
  margin: 0 -5%;
}

#features {
  padding: 12rem 0;
}
#features .container {
  max-width: 1200px;
}
#features h2 {
  font-size: 5rem;
  color: #cb2938;
  font-weight: 500;
  text-align: center;
  margin-bottom: 4rem;
}
#features .introduction {
  width: 102rem;
  margin: auto;
}
#features #links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5rem;
  gap: 3rem;
}
#features #links li a {
  display: block;
}

#guideline {
  background: #cb2938;
  padding: 10rem 0;
}
#guideline .lead {
  font-size: 2.2rem;
  text-align: justify;
  margin-bottom: 2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
#guideline .box {
  background: #f0f0f0;
  width: 94%;
  margin: auto;
  max-width: 1200px;
  padding: 0 8rem 1px;
}
#guideline .box h2 {
  margin-bottom: 5rem;
  margin-inline: -8rem;
}
#guideline .box table {
  width: 100%;
  margin: 0 auto 8rem;
  background: #fff;
}
#guideline .box table thead {
  background: #cb2938;
}
#guideline .box table thead th {
  color: #fff;
  text-align: center;
  line-height: 1;
  padding: 0.5em;
  font-weight: 400;
}
#guideline .box table thead th + th {
  border-left: 1px solid #000;
}
#guideline .box table tbody th {
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid #000;
  padding: 1em;
  font-size: 1.8rem;
}
#guideline .box table tbody th.end {
  position: relative;
}
#guideline .box table tbody th.end::after {
  content: "½KÁË¤·¤Þ¤·¤¿¡£";
  display: block;
  color: #fff;
  background: #000;
  font-size: 0.6em;
}
#guideline .box table tbody td {
  border: 0;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  padding: 1em;
  vertical-align: middle;
  font-size: 1.6rem;
}
#guideline .box table tbody td p {
  font-size: 2rem;
}
#guideline .box table tbody span {
  line-height: 1.2;
}
#guideline .box table tbody span.num {
  font-size: 1.4em;
  font-weight: 500;
}
#guideline .box table tbody span.year {
  font-size: 0.8em;
}
#guideline .box .link-box {
  margin-top: -5rem;
  margin-bottom: 6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 3rem;
}
#guideline .box .link-box a {
  display: block;
  width: 20rem;
  background: #cb2938;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  padding: 0.5em;
  position: relative;
}
#guideline .box .link-box a::after {
  content: "";
  display: block;
  width: 0.6em;
  height: 0.6em;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  inset-block: 0;
  right: 1em;
  margin: auto;
}
#guideline .box#scholarship {
  font-size: 2.2rem;
  padding: 0 10rem 6rem;
  margin-top: 4rem;
}
#guideline .box#scholarship h2 {
  margin-inline: -10rem;
}
#guideline .box#scholarship h3 {
  text-align: center;
  margin-bottom: 1.5em;
}
#guideline .box#scholarship p {
  font-size: 2.2rem;
}
#guideline .box#scholarship p strong {
  font-weight: 400;
}
#guideline .box#scholarship p.lead {
  text-align: center;
}
#guideline .box#scholarship .button-toggle {
  display: block;
  text-align: center;
  border: 1px solid;
  margin: 2rem auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.4em 2em;
  background: #fff;
  border-radius: 4px;
  font-size: 1.6rem;
  position: relative;
}
#guideline .box#scholarship .button-toggle::after {
  content: "";
  display: block;
  width: 0.6em;
  height: 0.6em;
  border-top: 1px solid;
  border-right: 1px solid;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  position: absolute;
  inset-block: 0;
  right: 1em;
  margin: auto;
}
#guideline .box#scholarship .button-toggle.on {
  overflow: hidden;
}
#guideline .box#scholarship .button-toggle.on::before {
  content: "é]¤¸¤ë";
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  text-align: center;
  position: absolute;
  inset: 0;
  margin: auto;
  padding: 0.4em 2em;
}
#guideline .box#scholarship .button-toggle.on::after {
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
}
#guideline .box#scholarship .toggle-content {
  display: none;
}
#guideline .box#scholarship ol {
  list-style-type: decimal;
  padding-left: 1em;
}
#guideline .box#scholarship ol li {
  padding-left: 0.8em;
  margin-bottom: 1em;
}
#guideline .box#scholarship .note {
  background: #fff;
  border: 1px solid #000;
  padding: 1em;
  border-radius: 6px;
  margin: 3em 0;
}
#guideline .box#scholarship .note ul {
  list-style-type: "¡ô";
  padding-left: 1em;
}
#guideline .box#scholarship .note ul li {
  padding-left: 0.5em;
  font-size: 1.8rem;
}
#guideline .box#scholarship ul.kome {
  list-style-type: "¡ù";
  padding-left: 1em;
  width: 74rem;
  margin: 0 auto 2em;
}
#guideline .box#scholarship ul.kome li {
  padding-left: 0.5em;
  font-size: 1.8rem;
}
#guideline .box#scholarship ul.kakko {
  width: 74rem;
  margin: 0 auto;
}
#guideline .box#scholarship ul.kakko li {
  margin-bottom: 1em;
}

footer {
  padding: 10rem 0;
}
footer .container {
  max-width: 1310px;
}
footer .banner-area {
  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;
}
footer .banner-area li {
  width: 46%;
}

.totop {
  width: 5rem;
  aspect-ratio: 1/1;
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.totop.on {
  opacity: 1;
  pointer-events: all;
}
.totop button {
  width: 100%;
  border-radius: 100vmax;
  -webkit-box-shadow: 0 2px 10px -4px rgba(0, 0, 0, 0.6);
          box-shadow: 0 2px 10px -4px rgba(0, 0, 0, 0.6);
}

@media all and (max-width: 767px) {
  header h1 {
    width: 80%;
    margin: auto;
  }
  #page-header h2 img {
    aspect-ratio: auto;
  }
  #nav {
    margin: 0;
    background: none;
  }
  #nav ul {
    background: url("/exam/international/img/nav_bg_sp.svg") center;
    background-size: 100vw;
    display: block;
    margin: 0;
    padding: 0;
  }
  #nav ul li {
    width: 100%;
    margin: 0;
  }
  #nav ul#link2 {
    width: 51rem;
    margin: 3rem auto;
    background: none;
  }
  #nav ul#link2 li {
    margin-bottom: 2rem;
  }
  #interview {
    padding-bottom: 4rem;
  }
  #interview h2 {
    font-size: 6.4rem;
    margin-top: -3.2rem;
    margin-bottom: 3rem;
  }
  #interview h2 span {
    font-size: 3rem;
  }
  #interview h5 {
    width: 90%;
    margin: 0 auto 1em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 3.6rem;
  }
  #interview .acd::after {
    width: 2.8rem;
    height: 1.6rem;
    top: 3rem;
    right: 3rem;
    bottom: auto;
  }
  #interview .acd + .interview_body {
    padding-top: 3.6rem;
    width: 100%;
  }
  #interview p {
    width: 90%;
    margin: 0 auto 2em;
    font-size: 2.8rem;
  }
  #interview p.lead {
    font-size: 3.2rem;
    margin: 1em auto;
    line-height: 1.8;
  }
  #interview .txt {
    width: 100% !important;
  }
  #interview #interview01,
  #interview #interview02,
  #interview #interview03,
  #interview #interview04,
  #interview #interview05,
  #interview #interview06 {
    width: 100%;
  }
  #interview .one-day {
    padding: 2em 1em;
    width: 90%;
    margin: 0 auto 2em;
  }
  #interview .one-day::after {
    border-width: 2em 2em 0 0;
  }
  #interview .one-day .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #interview .one-day .txt {
    width: 100%;
    margin: 0;
  }
  #interview .one-day .txt h5 {
    font-size: 3.6rem;
  }
  #interview .one-day .txt h5 span {
    font-size: 2.8rem;
  }
  #interview .one-day .img {
    width: 75%;
  }
  #interview .from-teacher {
    width: 90%;
    margin: 0 auto;
    background: none;
    padding: 0;
  }
  #interview .from-teacher h5 {
    width: auto;
    margin: 0 0 1em;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #cb2938;
    font-size: 3.6rem;
  }
  #interview .from-teacher p {
    width: auto;
  }
  #interview .from-teacher .txt,
  #interview .from-teacher .img {
    width: 100%;
    margin: 0;
  }
  #interview .from-teacher .img {
    border-bottom: 1px solid #cb2938;
  }
  #interview .from-teacher .teacher {
    position: static;
    text-align: left;
    width: 100%;
    margin-top: 4rem;
    padding-bottom: 4rem;
    border-bottom: 1px solid #cb2938;
  }
  #interview .from-teacher .teacher img {
    width: 38rem;
  }
  #interview .from-teacher .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #interview .from-teacher::before, #interview .from-teacher::after {
    content: none;
  }
  #interview hr.redline {
    width: 90%;
    height: 1em;
  }
  #interview hr.redline.on {
    margin: 2.5em auto;
  }
  #features {
    padding: 4rem 0;
  }
  #features p.introduction {
    width: 63rem;
    margin: 0 auto;
  }
  #features ul#links {
    width: 53rem;
    margin: 8rem auto;
    display: block;
  }
  #features ul#links li {
    width: 100%;
  }
  #features ul#links li + li {
    margin-top: 4rem;
  }
  #guideline {
    padding: 0;
    background: none;
  }
  #guideline .lead {
    font-size: 2.5rem;
    text-align: justify;
  }
  #guideline .box {
    margin: 0;
    width: 100%;
    padding: 1px 6rem;
  }
  #guideline .box h2 {
    margin: -3rem -6rem 6rem;
  }
  #guideline .box table {
    display: grid;
    grid-template-columns: 1fr 2.5fr 2.5fr;
    grid-template-rows: auto 1fr 1fr 1fr 1fr;
    gap: 0px 0px;
    grid-template-areas: "th01 tb01-01 tb02-01" "th02 tb01-02 tb02-02" "th03 tb01-03 tb02-03" "th04 tb01-04 tb02-04" "th05 tb01-05 tb02-05";
  }
  #guideline .box table .th01 {
    grid-area: th01;
  }
  #guideline .box table .th02 {
    grid-area: th02;
  }
  #guideline .box table .th03 {
    grid-area: th03;
  }
  #guideline .box table .th04 {
    grid-area: th04;
  }
  #guideline .box table .th05 {
    grid-area: th05;
  }
  #guideline .box table .tb01-01 {
    grid-area: tb01-01;
  }
  #guideline .box table .tb01-02 {
    grid-area: tb01-02;
  }
  #guideline .box table .tb01-03 {
    grid-area: tb01-03;
  }
  #guideline .box table .tb01-04 {
    grid-area: tb01-04;
  }
  #guideline .box table .tb01-05 {
    grid-area: tb01-05;
  }
  #guideline .box table .tb02-01 {
    grid-area: tb02-01;
  }
  #guideline .box table .tb02-02 {
    grid-area: tb02-02;
  }
  #guideline .box table .tb02-03 {
    grid-area: tb02-03;
  }
  #guideline .box table .tb02-04 {
    grid-area: tb02-04;
  }
  #guideline .box table .tb02-05 {
    grid-area: tb02-05;
  }
  #guideline .box table thead,
  #guideline .box table tbody,
  #guideline .box table tr {
    display: contents;
  }
  #guideline .box table thead th {
    background: #cb2938;
    border: 0;
    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;
    font-size: 2.4rem;
  }
  #guideline .box table thead th + th {
    border-left: 0;
    border-top: 1px solid #000;
  }
  #guideline .box table tbody tr th,
  #guideline .box table tbody tr td {
    border: 0;
    font-size: 1.8rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #guideline .box table tbody tr th p,
  #guideline .box table tbody tr td p {
    margin: 1.5rem;
    font-size: 2.2rem;
  }
  #guideline .box table tbody tr th + td,
  #guideline .box table tbody tr td + td {
    border-top: 1px solid #000;
  }
  #guideline .box table tbody tr + tr th,
  #guideline .box table tbody tr + tr td {
    border-left: 1px solid #000;
  }
  #guideline .box table tbody th {
    font-size: 2.4rem !important;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #guideline .box table tbody th.end::after {
    font-size: 2rem;
    width: 80%;
  }
  #guideline .box .link-box {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #guideline .box .link-box a {
    width: 26rem;
    font-size: 2rem;
  }
  #guideline .box#scholarship {
    padding-inline: 4rem;
    margin-top: 0;
  }
  #guideline .box#scholarship h2 {
    margin-inline: -4rem;
  }
  #guideline .box#scholarship p {
    font-size: 3.2rem;
    line-height: 1.4;
    text-align: justify;
  }
  #guideline .box#scholarship p strong {
    font-size: 1.2em;
    display: block;
    text-align: center;
  }
  #guideline .box#scholarship p strong + br {
    display: none;
  }
  #guideline .box#scholarship p strong + br + br {
    display: none;
  }
  #guideline .box#scholarship p.lead {
    text-align: justify;
  }
  #guideline .box#scholarship h3 {
    font-size: 3.8rem !important;
  }
  #guideline .box#scholarship li {
    font-size: 2.8rem;
  }
  #guideline .box#scholarship .button-toggle {
    font-size: 2rem;
  }
  #guideline .box#scholarship .note li {
    font-size: 2.2rem !important;
  }
  #guideline .box#scholarship ul.kome,
  #guideline .box#scholarship ul.kakko {
    width: auto;
  }
  #guideline .box#scholarship ul.kome li,
  #guideline .box#scholarship ul.kakko li {
    font-size: 2.2rem;
  }
  footer {
    padding: 0;
  }
  footer .container {
    padding: 6rem;
  }
  footer .container ul.banner-area {
    margin: 0;
    display: block;
  }
  footer .container ul.banner-area li {
    width: auto;
    margin-bottom: 4rem;
  }
  .for_pc {
    display: none !important;
  }
}
@media all and (min-width: 768px) {
  .for_sp {
    display: none !important;
  }
}/*# sourceMappingURL=style.css.map */