@charset "UTF-8";
video.exam-movie {
  width: 100%;
  margin-bottom: 80px;
}

table tbody tr span.small {
  font-size: 1.2rem;
  font-weight: bold;
}

.exam-graph-section {
  margin-bottom: 60px;
  position: relative;
}

.exam-graph-section .graph-number li {
  position: absolute;
  font-size: 3.5rem;
  font-weight: 700;
  color: #43825b;
  opacity: 0;
  transition: 0.4s all ease 1s;
}

.exam-graph-section .graph-number li span {
  font-size: 1.4rem;
  font-weight: 700;
  color: #43825b;
}

.exam-graph-section .graph-number li:nth-child(1) {
  top: 24%;
  left: 11%;
}

.exam-graph-section .graph-number li:nth-child(2) {
  top: 38%;
  left: 35%;
}

.exam-graph-section .graph-number li:nth-child(3) {
  top: 1%;
  right: 35%;
}

.exam-graph-section .graph-number li:nth-child(4) {
  top: 3%;
  right: 11%;
}

.exam-graph-section.is-show .graph-number li {
  opacity: 1;
}

.exam-graph-section02 {
  position: relative;
  margin-bottom: 80px;
  min-height: 40vw;
}

.exam-graph-section02 .graph-number li {
  position: absolute;
  font-size: 2.5rem;
  font-weight: 700;
  color: #43825b;
  opacity: 0;
  transition: 0.4s all ease 1s;
}

.exam-graph-section02 .graph-number li:nth-child(1) {
  top: 3%;
  left: 4.5%;
}

.exam-graph-section02 .graph-number li:nth-child(2) {
  top: 3%;
  left: 11%;
}

.exam-graph-section02 .graph-number li:nth-child(3) {
  top: 8%;
  left: 18%;
}

.exam-graph-section02 .graph-number li:nth-child(4) {
  top: 13%;
  left: 25.5%;
}

.exam-graph-section02 .graph-number li:nth-child(5) {
  top: 13%;
  left: 32%;
}

.exam-graph-section02 .graph-number li:nth-child(6) {
  top: 23%;
  left: 40%;
}

.exam-graph-section02 .graph-number li:nth-child(7) {
  top: 23%;
  left: 47%;
}

.exam-graph-section02 .graph-number li:nth-child(8) {
  top: 28%;
  left: 54%;
}

.exam-graph-section02 .graph-number li:nth-child(9) {
  top: 38%;
  left: 60.5%;
}

.exam-graph-section02 .graph-number li:nth-child(10) {
  top: 43%;
  left: 67%;
}

.exam-graph-section02 .graph-number li:nth-child(11) {
  top: 48%;
  left: 74.5%;
}

.exam-graph-section02 .graph-number li:nth-child(12) {
  top: 53%;
  left: 81%;
}

.exam-graph-section02 .graph-number li:nth-child(13) {
  top: 58%;
  left: 88%;
}

.exam-graph-section02 .graph-number li:nth-child(14) {
  top: 58%;
  left: 95%;
}

.exam-graph-section02.is-show .graph-number li {
  opacity: 1;
}

.exam-graph-section03 {
  position: relative;
  margin-bottom: 80px;
}

.exam-graph-section03 .graph-number li {
  position: absolute;
  font-size: 2.5rem;
  font-weight: 700;
  color: #43825b;
  opacity: 0;
  transition: 0.4s all ease 1s;
}

.exam-graph-section03 .graph-number li:nth-child(1) {
  top: 2%;
  left: 12.5%;
}

.exam-graph-section03 .graph-number li:nth-child(2) {
  top: 11%;
  left: 28%;
}

.exam-graph-section03 .graph-number li:nth-child(3) {
  top: 39%;
  left: 43%;
}

.exam-graph-section03 .graph-number li:nth-child(4) {
  top: 58%;
  left: 59%;
}

.exam-graph-section03 .graph-number li:nth-child(5) {
  top: 67%;
  left: 74%;
}

.exam-graph-section03 .graph-number li:nth-child(6) {
  top: 77%;
  left: 89%;
}

.exam-graph-section03.is-show .graph-number li {
  opacity: 1;
}

.exam-graph-section04 {
  position: relative;
  margin-bottom: 80px;
}

.exam-graph-section04 .graph-number li {
  position: absolute;
  font-size: 2.5rem;
  font-weight: 700;
  color: #43825b;
  opacity: 0;
  transition: 0.4s all ease 1s;
}

.exam-graph-section04 .graph-number li:nth-child(1) {
  top: 18%;
  left: 12%;
}

.exam-graph-section04 .graph-number li:nth-child(2) {
  top: 40%;
  left: 27.5%;
}

.exam-graph-section04 .graph-number li:nth-child(3) {
  top: 68%;
  left: 43%;
}

.exam-graph-section04 .graph-number li:nth-child(4) {
  top: 68%;
  left: 57%;
}

.exam-graph-section04 .graph-number li:nth-child(5) {
  top: 74%;
  left: 72%;
}

.exam-graph-section04.is-show .graph-number li {
  opacity: 1;
}

.graph-sub-title {
  color: #43825b;
  font-weight: 700;
  font-size: 1.8rem;
  margin-bottom: 20px;
}

.circle-graph {
  padding: 0% 18% 5%;
  margin: 0 auto;
}

.circle-graph img {
  width: 100%;
}

.exam-btn-link {
  width: 35%;
  margin: 60px auto;
}

.exam-btn-link a {
  padding: 20px;
  color: #fff;
  background: #43825b;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-weight: 700;
  border-radius: 40px;
  font-size: 1.8rem;
}

.exam-btn-link a::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 13.9px;
  border-color: transparent transparent transparent #fff;
  top: 50%;
  left: 70px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.exam-bosyu-cotent {
  width: 50%;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}

.exam-bosyu-cotent dt {
  width: 40%;
  padding: 10px;
  text-align: center;
  font-weight: 700;
  background: #9b957c;
  color: #fff;
}

.exam-bosyu-cotent dd {
  width: 60%;
  padding: 10px;
  text-align: right;
  font-weight: 700;
  background: #ebeae5;
}

.hs_exam-content {
  margin-bottom: 60px;
}

.exam-table {
  width: 100%;
  border-collapse: inherit;
  border-spacing: 20px 10px;
}

.exam-table thead th {
  border-bottom: 1px solid #43825b;
  padding: 7px;
  font-weight: 700;
  margin-right: 10px;
}

.exam-table thead th.no-border {
  border-bottom: 0px;
}

.exam-table tbody th, .exam-table tbody td {
  padding: 7px;
  margin-right: 7px;
}

.exam-table tbody th {
  color: #43825b;
}

.exam-table tbody th p {
  border: 1px solid #43825b;
  text-align: center;
  border-radius: 10px;
}

.exam-table tbody th p .big {
  font-size: 1.8rem;
  font-weight: 700;
}

.exam-table tbody td.half-box {
  display: flex;
  justify-content: space-between;
}

.exam-table tbody td.half-box .half {
  width: 49%;
  flex-wrap: wrap;
  background: rgba(255, 255, 255, 0.8);
}

.exam-table tbody td.half-box .half span.bg-green {
  color: #fff;
  height: fit-content;
  background: #43825b;
  padding: 0px 10px;
  display: block;
  width: 100%;
  font-weight: 700;
  text-align: center;
}

.exam-table tbody td.half-box .half ul {
  width: 100%;
  padding: 10px;
  position: relative;
}

.exam-table tbody td.half-box .half ul li {
  width: 100%;
  margin-bottom: 5px;
  font-size: 1.4rem;
  padding-left: 2rem;
  position: relative;
  margin-bottom: 5px;
  font-weight: 500;
}

.exam-table tbody td.half-box .half ul.no-shiken {
  height: calc(100% - 3rem);
}

.exam-table tbody td.half-box .half ul.no-shiken::after {
  content: "";
  position: absolute;
  font-size: 3rem;
  width: 30px;
  height: 2px;
  background: #000;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.scholarship-content .title {
  font-weight: 700;
  margin-bottom: 10px;
}

.tuition-list li {
  padding: 20px;
  background: #ebeae4;
  position: relative;
}

.tuition-list li .title {
  font-size: 1.8rem;
  margin-bottom: 2rem;
  font-weight: 700;
  color: #6f6229;
  text-align: center;
}

.tuition-list li a {
  position: absolute;
  bottom: 20px;
  width: 100%;
}

.tuition-list li a span {
  font-weight: 700;
  color: #6f6229;
  display: block;
}

.tuition-list li a span::before {
  background: #6f6229;
  position: absolute;
  content: "";
  width: 80px;
  height: 1px;
  bottom: 10px;
  right: 45px;
}

.tuition-list li a span::after {
  background: #6f6229;
  position: absolute;
  content: "";
  width: 10px;
  height: 1px;
  bottom: 14px;
  right: 45px;
  transform: rotate(45deg);
}

.tuition-list li a span:hover {
  opacity: 0.7;
}

.youtube-container {
  width: 80%;
  margin: 0 auto 60px;
}

.youtube-container .youtube-box {
  position: relative;
  width: 100%;
}

.youtube-container .youtube-box img {
  width: 100%;
}

.youtube-container .youtube-box iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.graph-read {
  width: 100%;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  transform: translateY(-20px);
}

.graph-read.jhs02 {
  padding: 0 80px 0 115px;
}

.graph-read.jhs03 {
  padding: 0 80px 0 115px;
}

.graph-read.jhs04 {
  padding: 0 100px 0 130px;
}

.graph-read.shs03 {
  padding: 0 75px 0 110px;
}

.graph-read.shs04 {
  padding: 0 62px 0 100px;
}

.graph-read p {
  display: block;
  writing-mode: vertical-rl;
  font-size: 1.3rem;
  color: rgb(107, 107, 107);
}

@media screen and (max-width: 1375px) {
  .graph-read.jhs02 {
    padding: 0 5.5vw 0 8.5vw;
  }
  .graph-read.jhs03 {
    padding: 0 5.5vw 0 8.5vw;
  }
  .graph-read.jhs04 {
    padding: 0 6.7vw 0 9.5vw;
  }
  .graph-read.shs03 {
    padding: 0 5.5vw 0 8.3vw;
  }
  .graph-read.shs04 {
    padding: 0 4.7vw 0 7.4vw;
  }
}
.table-attention {
  font-size: 1.2rem;
  text-align: right;
  margin-top: -20px;
}

.table-attention.tal {
  text-align: left;
}

a.color-link {
  color: #43825b;
}

.exam-graph-section05 {
  position: relative;
  margin-bottom: 80px;
  min-height: 550px;
}

.exam-graph-section05 .graph-number li {
  position: absolute;
  font-size: 2.5rem;
  font-weight: 700;
  color: #43825b;
  opacity: 0;
  transition: 0.4s all ease 1s;
}

.exam-graph-section05 .graph-number li:nth-child(1) {
  top: 0%;
  left: 4.5%;
}

.exam-graph-section05 .graph-number li:nth-child(2) {
  top: 13%;
  left: 11%;
}

.exam-graph-section05 .graph-number li:nth-child(3) {
  top: 18%;
  left: 18%;
}

.exam-graph-section05 .graph-number li:nth-child(4) {
  top: 24%;
  left: 25.5%;
}

.exam-graph-section05 .graph-number li:nth-child(5) {
  top: 43%;
  left: 32.5%;
}

.exam-graph-section05 .graph-number li:nth-child(6) {
  top: 46%;
  left: 39%;
}

.exam-graph-section05 .graph-number li:nth-child(7) {
  top: 48%;
  left: 46%;
}

.exam-graph-section05 .graph-number li:nth-child(8) {
  top: 50%;
  left: 53%;
}

.exam-graph-section05 .graph-number li:nth-child(9) {
  top: 51%;
  left: 59.5%;
}

.exam-graph-section05 .graph-number li:nth-child(10) {
  top: 51%;
  left: 66.5%;
}

.exam-graph-section05 .graph-number li:nth-child(11) {
  top: 52%;
  left: 73.5%;
}

.exam-graph-section05 .graph-number li:nth-child(12) {
  top: 53%;
  left: 80.5%;
}

.exam-graph-section05 .graph-number li:nth-child(13) {
  top: 55%;
  left: 87%;
}

.exam-graph-section05 .graph-number li:nth-child(14) {
  top: 56%;
  left: 94%;
}

.exam-graph-section05.is-show .graph-number li {
  opacity: 1;
}

.exam-graph-section06 {
  position: relative;
  margin-bottom: 80px;
}

.exam-graph-section06 .graph-number li {
  position: absolute;
  font-size: 2.5rem;
  font-weight: 700;
  color: #43825b;
  opacity: 0;
  transition: 0.4s all ease 1s;
}

.exam-graph-section06 .graph-number li:nth-child(1) {
  top: 7%;
  left: 8.5%;
}

.exam-graph-section06 .graph-number li:nth-child(2) {
  top: 67%;
  left: 20.5%;
}

.exam-graph-section06 .graph-number li:nth-child(3) {
  top: 67%;
  left: 32%;
}

.exam-graph-section06 .graph-number li:nth-child(4) {
  top: 67.5%;
  left: 43%;
}

.exam-graph-section06 .graph-number li:nth-child(5) {
  top: 78%;
  left: 55.5%;
}

.exam-graph-section06 .graph-number li:nth-child(6) {
  top: 80%;
  left: 67%;
}

.exam-graph-section06 .graph-number li:nth-child(7) {
  top: 82%;
  left: 78%;
}

.exam-graph-section06 .graph-number li:nth-child(8) {
  top: 82%;
  left: 89%;
}

.exam-graph-section06.is-show .graph-number li {
  opacity: 1;
}

.exam-graph-section07 {
  position: relative;
  margin-bottom: 80px;
}

.exam-graph-section07 .graph-number li {
  position: absolute;
  font-size: 2.5rem;
  font-weight: 700;
  color: #43825b;
  opacity: 0;
  transition: 0.4s all ease 1s;
}

.exam-graph-section07 .graph-number li:nth-child(1) {
  top: -3%;
  left: 8%;
}

.exam-graph-section07 .graph-number li:nth-child(2) {
  top: 17%;
  left: 16%;
}

.exam-graph-section07 .graph-number li:nth-child(3) {
  top: 18%;
  left: 24%;
}

.exam-graph-section07 .graph-number li:nth-child(4) {
  top: 39%;
  left: 33%;
}

.exam-graph-section07 .graph-number li:nth-child(5) {
  top: 64%;
  left: 40.5%;
}

.exam-graph-section07 .graph-number li:nth-child(6) {
  top: 70%;
  left: 49%;
}

.exam-graph-section07 .graph-number li:nth-child(7) {
  top: 72%;
  left: 58%;
}

.exam-graph-section07 .graph-number li:nth-child(8) {
  top: 73%;
  left: 66%;
}

.exam-graph-section07 .graph-number li:nth-child(9) {
  top: 73%;
  left: 74%;
}

.exam-graph-section07 .graph-number li:nth-child(10) {
  top: 73%;
  left: 81%;
}

.exam-graph-section07 .graph-number li:nth-child(11) {
  top: 75%;
  left: 89%;
}

.exam-graph-section07.is-show .graph-number li {
  opacity: 1;
}

.exam .mrb20 {
  margin-bottom: 20px;
}

.exam table.txt_center tbody td {
  text-align: center;
}

.application-text {
  display: flex;
  justify-content: center;
  align-items: center;
}

.application-text span {
  color: #43825b;
  font-size: 2rem;
  text-align: center;
  padding-left: 28px;
  position: relative;
  font-weight: 700;
  display: inline-block;
  margin: 0 auto 30px;
}

.application-text span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #43825b;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.application-text span::after {
  content: "";
  position: absolute;
  left: 4px;
  top: calc(50% - 7px);
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(135deg) translateY(-50%);
  transform: rotate(135deg) translateY(-50%);
}

.miraicompass-link {
  background: #fff;
  height: 50px;
  width: 330px;
  border-radius: 15px;
  border: 1px solid #43825b;
  display: block;
  margin: 0 auto 60px;
}

.miraicompass-link img {
  width: 55%;
  padding: 5px 10px 10px 10px;
  margin: auto;
  display: flex;
}

.exam.jhs_applicatoin table.table_std,
.exam.shs_application table.table_std {
  border-top: 1px solid #7b7473;
  border-left: 1px solid #7b7473;
}

.exam.jhs_applicatoin table.table_std td,
.exam.shs_application table.table_std td {
  background: #FFF;
}

.exam.jhs_applicatoin table.table_std thead tr th,
.exam.shs_application table.table_std thead tr th {
  border-right: 1px solid #FFF;
}

.exam.jhs_applicatoin table.table_std thead tr th:last-of-type,
.exam.shs_application table.table_std thead tr th:last-of-type {
  border-right: 1px solid #7b7473;
}

.exam.jhs_applicatoin table.table_std tbody tr th,
.exam.shs_application table.table_std tbody tr th {
  border-right: 1px solid #7b7473;
  border-bottom: 1px solid #7b7473;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  background: #a1c0ad;
}

.exam.jhs_applicatoin table.table_std tbody tr td,
.exam.shs_application table.table_std tbody tr td {
  border-right: 1px solid #7b7473;
  border-bottom: 1px solid #7b7473;
}

.exam.jhs_applicatoin table.table_std tbody tr td.color-bg,
.exam.shs_application table.table_std tbody tr td.color-bg {
  background: #ebeae4;
}

.exam.jhs_applicatoin .table_res table.table_std,
.exam.shs_application .table_res table.table_std {
  width: 100% !important;
}

@media screen and (max-width: 769px) {
  table {
    table-layout: fixed;
  }
  table tbody tr span.small {
    font-size: 1.2rem;
    font-weight: bold;
  }
  table tbody th, table tbody td {
    padding: 5px 17px !important;
  }
  .exam-graph-section .graph-number li {
    font-size: 1.5rem;
  }
  .exam-graph-section .graph-number li:nth-child(1) {
    top: 27%;
    left: 15%;
  }
  .exam-graph-section .graph-number li:nth-child(2) {
    top: 15%;
    left: 35%;
  }
  .exam-graph-section .graph-number li:nth-child(3) {
    top: 27%;
    right: 34%;
  }
  .exam-graph-section .graph-number li:nth-child(4) {
    top: -5%;
    right: 13%;
  }
  .exam-graph-section02 {
    height: 300px;
  }
  .exam-graph-section02 .graph-number li {
    font-size: 1.2rem;
  }
  .exam-graph-section02 .graph-number li:nth-child(1) {
    top: -1%;
    left: 9.5%;
  }
  .exam-graph-section02 .graph-number li:nth-child(2) {
    top: -1%;
    left: 16%;
  }
  .exam-graph-section02 .graph-number li:nth-child(3) {
    top: 1%;
    left: 23%;
  }
  .exam-graph-section02 .graph-number li:nth-child(4) {
    top: 5%;
    left: 28%;
  }
  .exam-graph-section02 .graph-number li:nth-child(5) {
    top: 8%;
    left: 34.5%;
  }
  .exam-graph-section02 .graph-number li:nth-child(6) {
    top: 15%;
    left: 43%;
  }
  .exam-graph-section02 .graph-number li:nth-child(7) {
    top: 15%;
    left: 49%;
  }
  .exam-graph-section02 .graph-number li:nth-child(8) {
    top: 18%;
    left: 55.5%;
  }
  .exam-graph-section02 .graph-number li:nth-child(9) {
    top: 25%;
    left: 62%;
  }
  .exam-graph-section02 .graph-number li:nth-child(10) {
    top: 28%;
    left: 68%;
  }
  .exam-graph-section02 .graph-number li:nth-child(11) {
    top: 32%;
    left: 74.5%;
  }
  .exam-graph-section02 .graph-number li:nth-child(12) {
    top: 36%;
    left: 80.5%;
  }
  .exam-graph-section02 .graph-number li:nth-child(13) {
    top: 39%;
    left: 87%;
  }
  .exam-graph-section02 .graph-number li:nth-child(14) {
    top: 39%;
    left: 93%;
  }
  .exam-graph-section03 .graph-number li {
    font-size: 2.5rem;
  }
  .exam-graph-section03 .graph-number li:nth-child(1) {
    top: 2%;
    left: 12.5%;
  }
  .exam-graph-section03 .graph-number li:nth-child(2) {
    top: 11%;
    left: 28%;
  }
  .exam-graph-section03 .graph-number li:nth-child(3) {
    top: 39%;
    left: 43%;
  }
  .exam-graph-section03 .graph-number li:nth-child(4) {
    top: 58%;
    left: 59%;
  }
  .exam-graph-section03 .graph-number li:nth-child(5) {
    top: 67%;
    left: 74%;
  }
  .exam-graph-section03 .graph-number li:nth-child(6) {
    top: 77%;
    left: 89%;
  }
  .exam-btn-link {
    width: 100%;
  }
  .exam-bosyu-cotent {
    width: 100%;
  }
  .hs_exam-content table.table_std.money td {
    font-size: 1.2rem;
    padding: 3px !important;
    letter-spacing: 0;
  }
  .youtube-container {
    width: 100%;
  }
  .graph-read.jhs03 {
    padding: 0 5vw 0 13vw;
  }
  .graph-read.jhs04 {
    padding: 0 6vw 0 14vw;
  }
  .graph-read.shs03 {
    padding: 0 4vw 0 13vw;
  }
  .graph-read.shs04 {
    padding: 0 3.5vw 0 12vw;
  }
  .exam-graph-section05 {
    min-height: 550px;
  }
  .exam-graph-section05 .graph-number li {
    font-size: 1.2rem;
  }
  .exam-graph-section05 .graph-number li:nth-child(1) {
    top: -2%;
    left: 8.5%;
  }
  .exam-graph-section05 .graph-number li:nth-child(2) {
    top: 9%;
    left: 15%;
  }
  .exam-graph-section05 .graph-number li:nth-child(3) {
    top: 13%;
    left: 21%;
  }
  .exam-graph-section05 .graph-number li:nth-child(4) {
    top: 17%;
    left: 29.5%;
  }
  .exam-graph-section05 .graph-number li:nth-child(5) {
    top: 30%;
    left: 35.5%;
  }
  .exam-graph-section05 .graph-number li:nth-child(6) {
    top: 33%;
    left: 41%;
  }
  .exam-graph-section05 .graph-number li:nth-child(7) {
    top: 34%;
    left: 48%;
  }
  .exam-graph-section05 .graph-number li:nth-child(8) {
    top: 35%;
    left: 54.5%;
  }
  .exam-graph-section05 .graph-number li:nth-child(9) {
    top: 36%;
    left: 60%;
  }
  .exam-graph-section05 .graph-number li:nth-child(10) {
    top: 36%;
    left: 66.5%;
  }
  .exam-graph-section05 .graph-number li:nth-child(11) {
    top: 38%;
    left: 73%;
  }
  .exam-graph-section05 .graph-number li:nth-child(12) {
    top: 39%;
    left: 79.5%;
  }
  .exam-graph-section05 .graph-number li:nth-child(13) {
    top: 40%;
    left: 85%;
  }
  .exam-graph-section05 .graph-number li:nth-child(14) {
    top: 41%;
    left: 92%;
  }
  table.table_std .tategaki span {
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl; /* Safari用 */
    text-orientation: upright;
    -webkit-text-orientation: upright; /* Safari用 */
  }
  .exam.jhs_applicatoin .table_res table.table_std,
  .exam.shs_application .table_res table.table_std {
    width: 600px !important;
  }
}
/*# sourceMappingURL=maps/exam.css.map */
