@charset "UTF-8";
@media screen and (min-width: 768px) {
  section.sec-top,
  main section.sec-exem div.sec-exem-inner,
  div.link-box {
    width: calc(100% - 200px);
    margin-left: 180px;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-top,
  main section.sec-exem div.sec-exem-inner,
  div.link-box {
    width: calc(100% - 270px);
    margin-left: 250px;
  }
}
@media screen and (min-width: 1280px) {
  section.sec-top,
  main section.sec-exem div.sec-exem-inner,
  div.link-box {
    width: 70%;
    margin-left: 340px;
    max-width: 748px;
  }
}
@media screen and (min-width: 1400px) {
  section.sec-top,
  main section.sec-exem div.sec-exem-inner,
  div.link-box {
    width: 70%;
    margin: auto;
  }
}

.middle-none {
  display: block;
}
@media screen and (min-width: 1000px) {
  .middle-none {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .inline-block {
    display: inline-block;
  }
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}

a.fix-top-btm {
  position: fixed;
  display: block;
  right: 1em;
  bottom: 1em;
  width: 3em;
  z-index: 7;
  border-radius: 10em;
  border: solid 2px #004D9F;
  background: #004D9F;
}
a.fix-top-btm .btm02 {
  display: none;
}
@media screen and (min-width: 768px) {
  a.fix-top-btm {
    width: 56px;
    right: 30px;
    bottom: 30px;
    transition: 0.3s;
  }
  a.fix-top-btm:hover {
    background: #fff;
    transform: scale(1.2);
    opacity: 1;
  }
  a.fix-top-btm:hover .btm01 {
    display: none;
  }
  a.fix-top-btm:hover .btm02 {
    display: block;
  }
}

div.hero-area {
  background-image: url(../../../img/admission/exem/page-hero-bg_sp.jpg);
  background-size: cover;
  padding: 1.8em 0;
}
@media screen and (min-width: 768px) {
  div.hero-area {
    background-image: url(../../../img/admission/exem/page-hero-bg_pc.jpg);
    padding: 40px 0;
  }
}
div.hero-area div.hero-box {
  width: 86.6%;
  margin: auto;
  background: #fff;
  padding: 1.8em 0;
}
@media screen and (min-width: 768px) {
  div.hero-area div.hero-box {
    width: 90%;
    max-width: 842px;
    display: flex;
    flex-direction: column;
    padding: 26px 0 33px;
  }
}
div.hero-area div.hero-box h1 {
  text-align: center;
  font-size: 1.8em;
  line-height: 1.2em;
  letter-spacing: 0.08em;
  margin-bottom: 0.6em;
}
@media screen and (min-width: 768px) {
  div.hero-area div.hero-box h1 {
    font-size: 35px;
    order: 2;
    margin: 0.2em 0 0;
  }
}
@media screen and (min-width: 1000px) {
  div.hero-area div.hero-box h1 {
    font-size: 40px;
  }
}
@media screen and (min-width: 1280px) {
  div.hero-area div.hero-box h1 {
    font-size: 45px;
  }
}
div.hero-area div.hero-box h1 span {
  display: inline-block;
  position: relative;
  margin-right: -1.4em;
  /*firefox用*/
}
div.hero-area div.hero-box h1 span::after {
  content: "";
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  background: url("../../../img/admission/exem/select01-title-icon01.svg") no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-110%, -50%);
}
div.hero-area div.hero-box h1 span.exem02::after {
  background: url("../../../img/admission/exem/select01-title-icon02.svg") no-repeat;
  background-size: contain;
}
div.hero-area div.hero-box h1 span.exem03::after {
  background: url("../../../img/admission/exem/select01-title-icon03.svg") no-repeat;
  background-size: contain;
}
div.hero-area div.hero-box h1 span.exem04::after {
  background: url("../../../img/admission/exem/select01-title-icon04.svg") no-repeat;
  background-size: contain;
}
div.hero-area div.hero-box h1 span.exem05::after {
  background: url("../../../img/admission/exem/select01-title-icon05.svg") no-repeat;
  background-size: contain;
}
div.hero-area div.hero-box h1 span .smp-block {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  div.hero-area div.hero-box h1 span .smp-block {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  div.hero-area div.hero-box div.txt-wrap {
    order: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
  }
}
div.hero-area div.hero-box div.txt-wrap p {
  text-align: center;
  font-weight: 500;
  background: #004D9F;
  width: 82%;
  margin: auto;
  color: #fff;
  margin-bottom: 0.4em;
}
@media screen and (min-width: 768px) {
  div.hero-area div.hero-box div.txt-wrap p {
    width: 294px;
    margin: 0;
    padding: 0.12em 0 0.2em;
    font-size: 16px;
  }
}
div.hero-area div.hero-box div.txt-wrap p:last-child {
  margin-bottom: 0;
}

section.sec-top {
  padding: 10% 0;
  /*div.sec-top-inner*/
}
@media screen and (min-width: 768px) {
  section.sec-top {
    padding: 50px 0;
  }
}
section.sec-top div.sec-top-inner {
  /*div.top-box*/
}
section.sec-top div.sec-top-inner div.top-box {
  margin-bottom: 10%;
  /*ul*/
}
@media screen and (min-width: 768px) {
  section.sec-top div.sec-top-inner div.top-box {
    margin-bottom: 60px;
  }
}
section.sec-top div.sec-top-inner div.top-box.mr-btm-none {
  margin-bottom: 0;
}
section.sec-top div.sec-top-inner div.top-box h2 {
  text-align: center;
  font-size: 1.2em;
  margin-bottom: 0.6em;
}
@media screen and (min-width: 768px) {
  section.sec-top div.sec-top-inner div.top-box h2 {
    font-size: 23px;
    margin-bottom: 1em;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-top div.sec-top-inner div.top-box h2 {
    font-size: 30px;
  }
}
section.sec-top div.sec-top-inner div.top-box p {
  text-align: center;
}
@media screen and (min-width: 768px) {
  section.sec-top div.sec-top-inner div.top-box p {
    font-size: 15px;
    line-height: 1.8em;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-top div.sec-top-inner div.top-box p {
    font-size: 17px;
  }
}
@media screen and (min-width: 1280px) {
  section.sec-top div.sec-top-inner div.top-box p {
    font-size: 19px;
  }
}
section.sec-top div.sec-top-inner div.top-box p span.note {
  font-size: 0.8em;
  display: block;
  margin-top: 0.8em;
}
@media screen and (min-width: 768px) {
  section.sec-top div.sec-top-inner div.top-box p span.note {
    font-size: 14px;
  }
}
section.sec-top div.sec-top-inner div.top-box ul {
  width: 86.6%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
}
@media screen and (min-width: 768px) {
  section.sec-top div.sec-top-inner div.top-box ul {
    width: 100%;
    max-width: 830px;
  }
}
section.sec-top div.sec-top-inner div.top-box ul li {
  width: 49%;
  text-align: center;
  line-height: 1.4em;
  border: solid 3px #9AE2EA;
  box-sizing: border-box;
  margin-bottom: 0.4em;
  position: relative;
}
@media screen and (min-width: 768px) {
  section.sec-top div.sec-top-inner div.top-box ul li {
    width: 32%;
    margin-bottom: 9px;
    transition: 0.3s;
  }
  section.sec-top div.sec-top-inner div.top-box ul li:hover {
    background: #1b5ea5;
    border: solid 3px #1b5ea5;
    transform: translate(0, -4%);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  }
  section.sec-top div.sec-top-inner div.top-box ul li:hover a {
    color: #fff;
    opacity: 1;
  }
  section.sec-top div.sec-top-inner div.top-box ul li:hover a span.arrow {
    background: #fff;
  }
  section.sec-top div.sec-top-inner div.top-box ul li:hover a span.arrow::after, section.sec-top div.sec-top-inner div.top-box ul li:hover a span.arrow::before {
    background: #004D9F;
  }
}
section.sec-top div.sec-top-inner div.top-box ul li a {
  color: #000;
  font-weight: 600;
  height: 4em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: 0.3s;
}
section.sec-top div.sec-top-inner div.top-box ul li a span {
  display: block;
}
section.sec-top div.sec-top-inner div.top-box ul li a span.txt {
  margin-left: -1em;
}
@media screen and (min-width: 768px) {
  section.sec-top div.sec-top-inner div.top-box ul li a span.txt {
    font-size: 14px;
  }
}
@media screen and (min-width: 1280px) {
  section.sec-top div.sec-top-inner div.top-box ul li a span.txt {
    font-size: 16px;
  }
}
section.sec-top div.sec-top-inner div.top-box ul li a span.small {
  font-size: 0.82em;
  margin-left: -1.8em;
}
@media screen and (min-width: 768px) {
  section.sec-top div.sec-top-inner div.top-box ul li a span.small {
    font-size: 13px;
    margin-left: -1em;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-top div.sec-top-inner div.top-box ul li a span.small {
    font-size: 15px;
  }
}
section.sec-top div.sec-top-inner div.top-box ul li a span.line03 {
  line-height: 1.4em;
}
section.sec-top div.sec-top-inner div.top-box ul li a span.arrow {
  width: 1.4em;
  height: 1.4em;
  border-radius: 50em;
  background: #004D9F;
  position: relative;
  position: absolute;
  top: 50%;
  right: 0.6em;
  transform: translate(0, -50%);
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  section.sec-top div.sec-top-inner div.top-box ul li a span.arrow {
    width: 22px;
    height: 22px;
    right: 0.4em;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-top div.sec-top-inner div.top-box ul li a span.arrow {
    right: 0.6em;
  }
}
section.sec-top div.sec-top-inner div.top-box ul li a span.arrow::after, section.sec-top div.sec-top-inner div.top-box ul li a span.arrow::before {
  content: "";
  position: absolute;
  bottom: 0.44em;
  left: 0;
  right: 0;
  margin: auto;
  width: 0.12em;
  height: 0.6em;
  border-radius: 9999px;
  background-color: #fff;
  transform-origin: 50% calc(100% - 0.02em);
}
@media screen and (min-width: 768px) {
  section.sec-top div.sec-top-inner div.top-box ul li a span.arrow::after, section.sec-top div.sec-top-inner div.top-box ul li a span.arrow::before {
    bottom: 0.48em;
    height: 0.52em;
  }
}
section.sec-top div.sec-top-inner div.top-box ul li a span.arrow::after {
  transform: rotate(40deg);
}
section.sec-top div.sec-top-inner div.top-box ul li a span.arrow::before {
  transform: rotate(-40deg);
}

/*section.sec-top*/
section.sec-exem {
  padding: 10% 0;
  background: #D1F9FF;
  /*h2*/
  /*div.exem-box*/
}
@media screen and (min-width: 768px) {
  section.sec-exem {
    padding: 80px 0;
  }
}
section.sec-exem.white {
  background: #fff;
}
section.sec-exem.white h2 span.h2-inner span.txt01::after, section.sec-exem.white h2 span.h2-inner span.txt01::before {
  background: #fff;
}
section.sec-exem.white div.exem-box h3 {
  background: #D1F9FF;
}
section.sec-exem div.sec-exem-inner {
  width: 86.6%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  section.sec-exem div.sec-exem-inner {
    width: 100%;
  }
}
section.sec-exem h2 {
  text-align: center;
  margin-bottom: 1.4em;
  /*firefox用*/
}
@media screen and (min-width: 768px) {
  section.sec-exem h2 {
    margin-bottom: 65px;
  }
}
@media screen and (min-width: 768px) {
  section.sec-exem h2.mr-btm40 {
    margin-bottom: 40px;
  }
}
section.sec-exem h2 br.smp-block {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  section.sec-exem h2 br.smp-block {
    display: none;
  }
}
section.sec-exem h2 span.h2-inner {
  display: inline-block;
  position: relative;
}
@media screen and (min-width: 768px) {
  section.sec-exem h2 span.h2-inner.ir01 {
    margin-left: -11em;
  }
}
@media screen and (min-width: 1280px) {
  section.sec-exem h2 span.h2-inner.ir01 {
    margin: 0;
  }
}
section.sec-exem h2 span.h2-inner span {
  display: block;
}
section.sec-exem h2 span.h2-inner span.txt01 {
  display: inline-block;
  min-width: 9em;
  border: solid 2px #004EA1;
  font-size: 1.2em;
  line-height: 1.4em;
  padding: 0.2em 1em;
  letter-spacing: 0.12em;
  position: relative;
}
@media screen and (min-width: 768px) {
  section.sec-exem h2 span.h2-inner span.txt01 {
    min-width: 280px;
    font-size: 22px;
    padding: 0.2em 1.4em;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-exem h2 span.h2-inner span.txt01 {
    font-size: 25px;
  }
}
section.sec-exem h2 span.h2-inner span.txt01::after, section.sec-exem h2 span.h2-inner span.txt01::before {
  content: "";
  display: block;
  width: 90%;
  height: 0.4em;
  background: #D1F9FF;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
section.sec-exem h2 span.h2-inner span.txt01::after {
  top: 0;
  transform: translate(0, -50%);
}
section.sec-exem h2 span.h2-inner span.txt01::before {
  bottom: 0;
  transform: translate(0, 50%);
}
section.sec-exem h2 span.h2-inner span.txt02-wrap {
  display: flex;
  justify-content: center;
  gap: 5%;
}
section.sec-exem h2 span.h2-inner span.txt02-wrap span.ir01 {
  transform: translate(0);
  left: 0;
}
@media screen and (min-width: 768px) {
  section.sec-exem h2 span.h2-inner span.txt02-wrap span.ir01 {
    left: auto;
  }
}
@media screen and (min-width: 768px) {
  section.sec-exem h2 span.h2-inner span.txt02-wrap span.ir01:nth-of-type(1) {
    transform: translate(100px, -50%);
  }
}
@media screen and (min-width: 1000px) {
  section.sec-exem h2 span.h2-inner span.txt02-wrap span.ir01:nth-of-type(1) {
    transform: translate(120px, -50%);
  }
}
@media screen and (min-width: 768px) {
  section.sec-exem h2 span.h2-inner span.txt02-wrap span.ir01:nth-of-type(2) {
    transform: translate(190px, -50%);
  }
}
@media screen and (min-width: 1000px) {
  section.sec-exem h2 span.h2-inner span.txt02-wrap span.ir01:nth-of-type(2) {
    transform: translate(220px, -50%);
  }
}
section.sec-exem h2 span.h2-inner span.txt02 {
  width: 120%;
  font-weight: 400;
  background: #004EA1;
  margin: auto;
  margin-bottom: 0.8em;
  color: #fff;
  position: relative;
  box-sizing: border-box;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (min-width: 768px) {
  section.sec-exem h2 span.h2-inner span.txt02 {
    width: 96px;
    height: 96px;
    border-radius: 50em;
    font-size: 14px;
    line-height: 1.4em;
    padding: 26px 0 0 0;
    position: absolute;
    top: 50%;
    left: auto;
    right: 0;
    transform: translate(120px, -50%);
  }
}
section.sec-exem h2 span.h2-inner span.txt02::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 99%);
  border: 0.6em solid transparent;
  border-top: 0.76em solid #004EA1;
}
@media screen and (min-width: 768px) {
  section.sec-exem h2 span.h2-inner span.txt02::after {
    content: none;
  }
}
section.sec-exem h2 span.h2-inner span.txt02.ir01 {
  width: 40%;
  margin: 0 0 0.8em;
}
@media screen and (min-width: 768px) {
  section.sec-exem h2 span.h2-inner span.txt02.ir01 {
    width: 80px;
    height: 80px;
    padding: 30px 0 0 0;
    transform: translate(120px, -50%);
  }
}
@media screen and (min-width: 1000px) {
  section.sec-exem h2 span.h2-inner span.txt02.ir01 {
    width: 96px;
    height: 96px;
    padding: 37px 0 0 0;
  }
}
section.sec-exem h2 span.h2-inner span.txt02.ir01 span {
  margin: 0;
}
section.sec-exem h2 span.h2-inner span.txt02.ir02 {
  width: 100%;
}
@media screen and (min-width: 768px) {
  section.sec-exem h2 span.h2-inner span.txt02.ir02 {
    width: 96px;
  }
}
section.sec-exem h2 span.h2-inner span.txt02 span {
  display: inline-block;
  font-size: 1.2em;
  font-weight: 600;
  margin-right: 0.6em;
}
@media screen and (min-width: 768px) {
  section.sec-exem h2 span.h2-inner span.txt02 span {
    margin-right: 0;
    margin-bottom: 0.2em;
    font-size: 22px;
  }
}
section.sec-exem p.sec-exem-txt01 {
  text-align: justify;
  word-break: break-all;
  margin-bottom: 10%;
}
@media screen and (min-width: 768px) {
  section.sec-exem p.sec-exem-txt01 {
    text-align: center;
    font-size: 17px;
    line-height: 1.8em;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-exem p.sec-exem-txt01 {
    font-size: 19px;
  }
}
section.sec-exem div.exem-box {
  /*------------共通------------*/
  /*------------------------*/
  /*ul.gakubu-box*/
  /*div.entry-box*/
  /*div.flow-box-wrap*/
  /*div.test-box*/
}
section.sec-exem div.exem-box.mr-btm {
  margin-bottom: 10%;
}
@media screen and (min-width: 768px) {
  section.sec-exem div.exem-box.mr-btm {
    margin-bottom: 45px;
  }
}
section.sec-exem div.exem-box h3 {
  text-align: center;
  background: #fff;
  line-height: 1.2em;
  padding: 0.4em 0;
  margin-bottom: 0.8em;
  font-size: 1.12em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  section.sec-exem div.exem-box h3 {
    text-align: left;
    font-size: 17px;
    padding: 0.4em 0 0.4em 1em;
    margin-bottom: 24px;
  }
}
section.sec-exem div.exem-box h4 {
  padding-left: 1.4em;
  line-height: 1.4em;
  position: relative;
  margin-bottom: 0.6em;
  font-size: 1.12em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  section.sec-exem div.exem-box h4 {
    font-size: 15px;
  }
}
section.sec-exem div.exem-box h4::after {
  content: "";
  display: block;
  position: absolute;
  width: 0.56em;
  height: 90%;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  background: #004EA1;
}
section.sec-exem div.exem-box p.cm-txt01 {
  text-align: justify;
  word-break: break-all;
  line-height: 1.6em;
}
@media screen and (min-width: 768px) {
  section.sec-exem div.exem-box p.cm-txt01 {
    font-size: 15px;
  }
}
section.sec-exem div.exem-box p.cm-txt01.mr-btm01 {
  margin-bottom: 1em;
}
section.sec-exem div.exem-box p.cm-txt01.mr-btm02 {
  margin-bottom: 2em;
}
section.sec-exem div.exem-box p.cm-txt01.mr-btm03 {
  margin-bottom: 0.4em;
}
section.sec-exem div.exem-box p.cm-txt01.mr-top01 {
  margin-top: 2em;
}
section.sec-exem div.exem-box p.cm-txt01.btm-border01 {
  padding-bottom: 1em;
  border-bottom: solid 1px #000;
}
section.sec-exem div.exem-box p.cm-txt01 span.blue {
  color: #004EA1;
}
section.sec-exem div.exem-box p.cm-txt01 span.red {
  color: #FF0000;
}
section.sec-exem div.exem-box p.cm-txt01 span.bold {
  font-weight: 600;
}
section.sec-exem div.exem-box p.cm-txt01 span.note {
  display: block;
  font-size: 0.82em;
  line-height: 1.4em;
  margin-top: 0.4em;
}
@media screen and (min-width: 768px) {
  section.sec-exem div.exem-box p.cm-txt01 span.note {
    font-size: 12px;
  }
}
section.sec-exem div.exem-box p.cm-txt01 span.note02 {
  display: block;
  font-size: 0.94em;
  line-height: 1.4em;
  margin-top: 0.4em;
  line-height: 1.6em;
}
@media screen and (min-width: 768px) {
  section.sec-exem div.exem-box p.cm-txt01 span.note02 {
    font-size: 13px;
  }
}
section.sec-exem div.exem-box p.cm-txt01 span.flex-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
section.sec-exem div.exem-box p.cm-txt01 span.flex-box .flex01 {
  width: 7.8em;
}
section.sec-exem div.exem-box p.cm-txt01 span.flex-box .flex02 {
  width: calc(100% - 7.8em);
}
section.sec-exem div.exem-box p.exem-box-note01 {
  font-size: 0.82em;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.4em;
  margin-top: 0.4em;
}
@media screen and (min-width: 768px) {
  section.sec-exem div.exem-box p.exem-box-note01 {
    font-size: 12px;
    margin-top: 0.6em;
  }
}
section.sec-exem div.exem-box p.exem-box-note01.mr-top-none {
  margin-top: 0;
}
section.sec-exem div.exem-box div.mr-btm01 {
  margin-bottom: 5%;
}
@media screen and (min-width: 768px) {
  section.sec-exem div.exem-box div.mr-btm01 {
    margin-bottom: 0;
  }
}
section.sec-exem div.exem-box ul.gakubu-box {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
  margin-bottom: 5%;
}
@media screen and (min-width: 768px) {
  section.sec-exem div.exem-box ul.gakubu-box {
    gap: 2.6%;
    margin-bottom: 50px;
  }
}
section.sec-exem div.exem-box ul.gakubu-box li {
  width: 32%;
  text-align: center;
  color: #fff;
  font-weight: 500;
  margin-bottom: 0.4em;
}
@media screen and (min-width: 768px) {
  section.sec-exem div.exem-box ul.gakubu-box li {
    width: 23%;
    font-size: 18px;
    padding: 0.2em 0 0.4em;
  }
}
section.sec-exem div.exem-box ul.gakubu-box li.business {
  background: #EE86A8;
}
section.sec-exem div.exem-box ul.gakubu-box li.social {
  background: #007A44;
}
section.sec-exem div.exem-box ul.gakubu-box li.japanese {
  background: #aa9652;
}
section.sec-exem div.exem-box ul.gakubu-box li.art {
  background: #5d597f;
}
section.sec-exem div.exem-box ul.gakubu-box li.nutrition {
  background: #00978F;
}
section.sec-exem div.exem-box ul.gakubu-box li.nurse {
  background: #DA0012;
}
section.sec-exem div.exem-box dl.entry-box {
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  section.sec-exem div.exem-box dl.entry-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media screen and (min-width: 768px) {
  section.sec-exem div.exem-box dl.entry-box.center {
    align-items: center;
  }
}
section.sec-exem div.exem-box dl.entry-box:last-child {
  margin-bottom: 2em;
}
section.sec-exem div.exem-box dl.entry-box dt {
  text-align: center;
  border: solid 1px #000;
  line-height: 1.2em;
  padding: 0.2em 0 0.26em;
  margin-bottom: 0.6em;
}
@media screen and (min-width: 768px) {
  section.sec-exem div.exem-box dl.entry-box dt {
    width: 18.6%;
    font-size: 15px;
    padding: 14px 0;
    margin-bottom: 0;
  }
}
section.sec-exem div.exem-box dl.entry-box dd {
  text-align: justify;
  word-break: break-all;
}
@media screen and (min-width: 768px) {
  section.sec-exem div.exem-box dl.entry-box dd {
    width: 78%;
    line-height: 1.6em;
    font-size: 15px;
  }
}
section.sec-exem div.exem-box dl.entry-box dd a {
  font-weight: 600;
  color: #000;
  border-bottom: solid 1px #000;
}
section.sec-exem div.exem-box dl.entry-box dd span.yellow-line {
  background: #FFE000;
}
section.sec-exem div.exem-box dl.entry-box dd span.blue {
  color: #004EA1;
}
section.sec-exem div.exem-box dl.entry-box dd span.bold {
  font-weight: 600;
}
section.sec-exem div.exem-box dl.entry-box dd span.txt01 {
  display: block;
  margin: 0.4em 0;
}
@media screen and (min-width: 768px) {
  section.sec-exem div.exem-box dl.entry-box dd span.txt01 {
    font-size: 13px;
  }
}
section.sec-exem div.exem-box dl.entry-box dd span.note {
  display: block;
  font-size: 0.72em;
  line-height: 1.4em;
}
@media screen and (min-width: 768px) {
  section.sec-exem div.exem-box dl.entry-box dd span.note {
    font-size: 13px;
  }
}
section.sec-exem div.exem-box div.flow-box-wrap {
  margin-bottom: 1.8em;
  /*ul.flow-box*/
}
@media screen and (min-width: 768px) {
  section.sec-exem div.exem-box div.flow-box-wrap {
    margin-bottom: 20px;
  }
}
section.sec-exem div.exem-box div.flow-box-wrap ul.flow-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
section.sec-exem div.exem-box div.flow-box-wrap ul.flow-box.flow05 li {
  width: 15.2%;
}
@media screen and (min-width: 768px) {
  section.sec-exem div.exem-box div.flow-box-wrap ul.flow-box.flow05 li {
    width: 16.8%;
  }
}
section.sec-exem div.exem-box div.flow-box-wrap ul.flow-box.flow06 li {
  width: 12.6%;
}
@media screen and (min-width: 768px) {
  section.sec-exem div.exem-box div.flow-box-wrap ul.flow-box.flow06 li {
    width: 13.2%;
  }
}
section.sec-exem div.exem-box div.flow-box-wrap ul.flow-box li {
  height: 27vw;
  writing-mode: vertical-rl;
  background: #fff;
  border: solid 1px #004EA1;
  line-height: 1.2em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
  position: relative;
}
@media screen and (min-width: 768px) {
  section.sec-exem div.exem-box div.flow-box-wrap ul.flow-box li {
    height: 64px;
    writing-mode: revert;
  }
}
section.sec-exem div.exem-box div.flow-box-wrap ul.flow-box li::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(118%, -50%);
  border: 1.2em solid transparent;
  border-left: 0.8em solid #000;
}
@media screen and (min-width: 768px) {
  section.sec-exem div.exem-box div.flow-box-wrap ul.flow-box li::after {
    transform: translate(125%, -50%);
    border: 0.92em solid transparent;
    border-left: 1em solid #000;
  }
}
section.sec-exem div.exem-box div.flow-box-wrap ul.flow-box li.left {
  text-align: left;
  padding-top: 0.8em;
}
@media screen and (min-width: 768px) {
  section.sec-exem div.exem-box div.flow-box-wrap ul.flow-box li.left {
    text-align: center;
    padding: 0;
  }
}
section.sec-exem div.exem-box div.flow-box-wrap ul.flow-box li:last-child::after {
  content: none;
}
section.sec-exem div.exem-box div.test-box {
  margin: 10% 0;
}
@media screen and (min-width: 768px) {
  section.sec-exem div.exem-box div.test-box {
    margin: 36px 0;
  }
}
section.sec-exem div.exem-box div.test-box.mr-btm01 {
  margin-bottom: 20%;
}
@media screen and (min-width: 768px) {
  section.sec-exem div.exem-box div.test-box.mr-btm01 {
    margin-bottom: 70px;
  }
}
section.sec-exem div.exem-box div.test-box.btm-border01 {
  padding-bottom: 3em;
  border-bottom: solid 1px #000;
}
@media screen and (min-width: 768px) {
  section.sec-exem div.exem-box div.test-box.btm-border01 {
    padding-bottom: 70px;
  }
}
section.sec-exem div.exem-box div.test-box dl {
  text-align: center;
  line-height: 1.4em;
}
@media screen and (min-width: 768px) {
  section.sec-exem div.exem-box div.test-box dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 10px;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-exem div.exem-box div.test-box dl {
    gap: 20px;
  }
}
@media screen and (min-width: 768px) {
  section.sec-exem div.exem-box div.test-box dl.center {
    align-items: center;
  }
  section.sec-exem div.exem-box div.test-box dl.center dt {
    margin-top: 0;
  }
}
section.sec-exem div.exem-box div.test-box dl dt {
  background: #004EA1;
  color: #fff;
  font-size: 1.12em;
  padding: 1em 0;
  border-radius: 1.4em;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  section.sec-exem div.exem-box div.test-box dl dt {
    font-size: 15px;
    min-width: 240px;
    margin-top: 8px;
  }
  section.sec-exem div.exem-box div.test-box dl dt.left {
    text-align: left;
    padding: 1em 1.2em;
  }
  section.sec-exem div.exem-box div.test-box dl dt.w01 {
    width: 250px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  section.sec-exem div.exem-box div.test-box dl dt.w01 {
    width: 275px;
  }
}
@media screen and (min-width: 768px) {
  section.sec-exem div.exem-box div.test-box dl dt.w02 {
    width: 270px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  section.sec-exem div.exem-box div.test-box dl dt.w02 {
    width: 343px;
  }
}
@media screen and (min-width: 768px) {
  section.sec-exem div.exem-box div.test-box dl dt.w03 {
    width: calc(100% - 320px);
  }
  section.sec-exem div.exem-box div.test-box dl dt.w04 {
    width: calc(50% - 10px);
  }
  section.sec-exem div.exem-box div.test-box dl dt.w05 {
    width: 250px;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-exem div.exem-box div.test-box dl dt {
    font-size: 16px;
  }
}
@media screen and (min-width: 1280px) {
  section.sec-exem div.exem-box div.test-box dl dt {
    font-size: 17px;
  }
}
section.sec-exem div.exem-box div.test-box dl dt span.yellow {
  color: #FFE000;
}
section.sec-exem div.exem-box div.test-box dl dd {
  padding: 1em 0;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  section.sec-exem div.exem-box div.test-box dl dd {
    width: 50%;
    font-size: 15px;
    text-align: left;
  }
}
section.sec-exem div.exem-box div.test-box dl dd.left {
  text-align: left;
}
@media screen and (min-width: 768px) {
  section.sec-exem div.exem-box div.test-box dl dd.w01 {
    width: 280px;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-exem div.exem-box div.test-box dl dd.w01 {
    width: 300px;
  }
}
@media screen and (min-width: 768px) {
  section.sec-exem div.exem-box div.test-box dl dd.w02 {
    width: calc(50% - 10px);
  }
}
@media screen and (min-width: 768px) {
  section.sec-exem div.exem-box div.test-box dl dd.w03 {
    width: calc(100% - 290px);
  }
}
section.sec-exem div.exem-box div.test-box dl dd span.bold {
  font-weight: 600;
}
section.sec-exem div.exem-box div.test-box div.plus-icon {
  width: 2em;
  height: 2em;
  position: relative;
  margin: 0 auto 1em;
}
@media screen and (min-width: 768px) {
  section.sec-exem div.exem-box div.test-box div.plus-icon {
    width: 37px;
    height: 37px;
    margin: 16px auto;
  }
}
section.sec-exem div.exem-box div.test-box div.plus-icon::after, section.sec-exem div.exem-box div.test-box div.plus-icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #000;
}
section.sec-exem div.exem-box div.test-box div.plus-icon::after {
  width: 0.6em;
  height: 2em;
}
@media screen and (min-width: 768px) {
  section.sec-exem div.exem-box div.test-box div.plus-icon::after {
    width: 12px;
    height: 37px;
  }
}
section.sec-exem div.exem-box div.test-box div.plus-icon::before {
  width: 2em;
  height: 0.6em;
  top: 50%;
  transform: translate(0, -50%);
}
@media screen and (min-width: 768px) {
  section.sec-exem div.exem-box div.test-box div.plus-icon::before {
    width: 37px;
    height: 12px;
  }
}
section.sec-exem div.exem-box div.recommend-box {
  text-align: center;
  padding: 5% 0 10%;
}
@media screen and (min-width: 768px) {
  section.sec-exem div.exem-box div.recommend-box {
    padding: 0 0 60px;
  }
}
section.sec-exem div.exem-box div.recommend-box div.txt01-wrap {
  margin-bottom: 2em;
}
@media screen and (min-width: 768px) {
  section.sec-exem div.exem-box div.recommend-box div.txt01-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    margin-bottom: 40px;
  }
}
section.sec-exem div.exem-box div.recommend-box div.txt01-wrap p {
  border: solid 3px #FFE000;
  background: #fff;
  font-size: 1.2em;
  padding: 0.2em 0;
  margin-bottom: 0.4em;
}
@media screen and (min-width: 768px) {
  section.sec-exem div.exem-box div.recommend-box div.txt01-wrap p {
    display: inline-block;
    padding: 0.2em 1em;
    margin: 0;
    font-size: 18px;
  }
  section.sec-exem div.exem-box div.recommend-box div.txt01-wrap p.block-627 {
    display: block;
    width: 627px;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-exem div.exem-box div.recommend-box div.txt01-wrap p {
    font-size: 20px;
  }
}
section.sec-exem div.exem-box div.recommend-box p.txt02 {
  position: relative;
  display: inline-block;
  font-size: 1.2em;
  font-weight: 500;
  padding-bottom: 0.4em;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  section.sec-exem div.exem-box div.recommend-box p.txt02 {
    font-size: 21px;
    margin-bottom: 20px;
  }
}
section.sec-exem div.exem-box div.recommend-box p.txt02::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 3px;
  background: #FFE000;
}
@media screen and (min-width: 768px) {
  section.sec-exem div.exem-box div.recommend-box p.txt03 {
    font-size: 16px;
    line-height: 1.8em;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-exem div.exem-box div.recommend-box p.txt03 {
    font-size: 18px;
  }
}
section.sec-exem div.exem-box div.recommend-box p.txt03 span.note {
  font-size: 0.8em;
  display: block;
  margin-top: 0.8em;
}
@media screen and (min-width: 768px) {
  section.sec-exem div.exem-box div.recommend-box p.txt03 span.note {
    font-size: 12px;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-exem div.exem-box div.recommend-box p.txt03 span.note {
    font-size: 14px;
  }
}
section.sec-exem div.exem-box div.nationality-box {
  margin-bottom: 15%;
}
@media screen and (min-width: 768px) {
  section.sec-exem div.exem-box div.nationality-box {
    max-width: 645px;
    margin: auto;
  }
}
section.sec-exem div.exem-box div.nationality-box dl {
  background: #fff;
  border: solid 2px #9AE2EA;
  border-radius: 2em;
  padding: 7% 0;
}
@media screen and (min-width: 768px) {
  section.sec-exem div.exem-box div.nationality-box dl {
    padding: 20px 0;
  }
}
section.sec-exem div.exem-box div.nationality-box dl dt, section.sec-exem div.exem-box div.nationality-box dl dd {
  width: 90%;
  margin: auto;
}
section.sec-exem div.exem-box div.nationality-box dl dt {
  text-align: center;
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 0.4em;
}
@media screen and (min-width: 768px) {
  section.sec-exem div.exem-box div.nationality-box dl dt {
    font-size: 18px;
  }
}
section.sec-exem div.exem-box div.nationality-box dl dd {
  text-align: justify;
  word-break: break-all;
  line-height: 1.6em;
}
@media screen and (min-width: 768px) {
  section.sec-exem div.exem-box div.nationality-box dl dd {
    font-size: 15px;
  }
}
section.sec-exem div.exem-box div.nationality-box p {
  text-align: center;
  font-size: 0.8em;
  line-height: 1.6em;
  margin: 5% 0 15%;
}
@media screen and (min-width: 768px) {
  section.sec-exem div.exem-box div.nationality-box p {
    font-size: 12px;
    margin: 10px 0 60px;
  }
}
section.sec-exem div.exem-link-box {
  /*------------共通------------*/
  /*a*/
}
section.sec-exem div.exem-link-box a {
  display: block;
  /*.exem-btn01*/
}
section.sec-exem div.exem-link-box a.exem-btn01 {
  position: relative;
  text-align: center;
  background: #FFFFDC;
  border-radius: 1em;
  border: solid 3px #FFE000;
  color: #000;
  padding: 1em 0;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  section.sec-exem div.exem-link-box a.exem-btn01 {
    width: 450px;
    margin: auto;
    margin-top: 70px;
    transition: 0.3s;
  }
  section.sec-exem div.exem-link-box a.exem-btn01:hover {
    opacity: 1;
    background: #fff;
    transform: scale(0.97);
  }
}
@media screen and (min-width: 1000px) {
  section.sec-exem div.exem-link-box a.exem-btn01 {
    width: 500px;
  }
}
section.sec-exem div.exem-link-box a.exem-btn01::after, section.sec-exem div.exem-link-box a.exem-btn01::before {
  content: "";
  position: absolute;
  top: 55%;
  right: 1em;
  height: 0.12em;
  border-radius: 50em;
  background: #000;
  transform-origin: calc(100% - 0.06em) 50%;
}
section.sec-exem div.exem-link-box a.exem-btn01::after {
  width: 1em;
  transform: rotate(45deg);
}
section.sec-exem div.exem-link-box a.exem-btn01::before {
  width: 2em;
}
section.sec-exem div.exem-link-box a.exem-btn01 span {
  margin-left: -2em;
}
section.sec-exem div.exem-link-box a.exem-btn02 {
  position: relative;
  background: #FFE000;
  padding: 1em 0 1em 1.4em;
  border-radius: 1em;
  font-size: 0.88em;
  font-weight: 500;
  line-height: 1.4em;
  color: #000;
  margin-top: 3%;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  section.sec-exem div.exem-link-box a.exem-btn02 {
    margin: auto;
    margin-top: 20px;
    width: 450px;
    height: 68px;
    padding: 0 0 0 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: 0.3s;
    border: solid 3px #FFE000;
  }
  section.sec-exem div.exem-link-box a.exem-btn02:hover {
    opacity: 1;
    transform: scale(0.97);
    background: #fff;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-exem div.exem-link-box a.exem-btn02 {
    width: 500px;
  }
}
@media screen and (min-width: 768px) {
  section.sec-exem div.exem-link-box a.exem-btn02.ir01 {
    height: 45px;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-exem div.exem-link-box a.exem-btn02.ir01 {
    height: 50px;
  }
}
@media screen and (min-width: 768px) {
  section.sec-exem div.exem-link-box a.exem-btn02.ir02 {
    height: 88px;
  }
}
section.sec-exem div.exem-link-box a.exem-btn02::after {
  transition: 0.2s;
  content: "";
  display: inline-block;
  width: 1.8em;
  height: 1.8em;
  background: url("../../../img/admission/exem/book-04.svg") no-repeat;
  background-size: contain;
  position: absolute;
  top: 57%;
  right: 1.6em;
  transform: translate(0, -50%);
}
@media screen and (min-width: 768px) {
  section.sec-exem div.exem-link-box a.exem-btn02::after {
    width: 32px;
    height: 32px;
    right: 7%;
  }
}
section.sec-exem div.exem-link-box a.exem-bn01 {
  margin-top: 5%;
}
@media screen and (min-width: 768px) {
  section.sec-exem div.exem-link-box a.exem-bn01 {
    width: 320px;
    margin: 50px auto 0;
    overflow: hidden;
  }
  section.sec-exem div.exem-link-box a.exem-bn01 img {
    transition: 0.3s;
  }
  section.sec-exem div.exem-link-box a.exem-bn01:hover img {
    transform: scale(1.04);
  }
}

/*section.sec-exem*/
a.toppage-btn {
  display: block;
  color: #fff;
  background: #000;
  border-radius: 2em;
  width: 84.4%;
  margin: auto;
  text-align: center;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 0;
  padding: 5% 0 5.2%;
  margin-bottom: 20%;
  position: relative;
  margin-top: 5%;
}
@media screen and (min-width: 768px) {
  a.toppage-btn {
    width: 90%;
    max-width: 425px;
    padding: 28px 0 30px;
    font-size: 24px;
    letter-spacing: 0.12em;
    border-radius: 1em;
    margin-bottom: 130px;
  }
}
a.toppage-btn::after {
  content: "";
  display: inline-block;
  width: 1.4em;
  height: 0.68em;
  background: url("../../../img/admission/arrow-06.svg") no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translate(0, -50%);
}/*# sourceMappingURL=page-exem.css.map */