@charset "UTF-8";
#wrapper {
  overflow: hidden;
}

/*                font
======================================================= */
:root {
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  :root {
    font-size: 14px;
  }
}
/*                setting
======================================================= */
.-ta-c {
  text-align: center;
}

.-indent-1 {
  padding-left: 1em;
  text-indent: -1em;
}

.-indent-1a {
  padding-left: 1.25em;
  text-indent: -1.25em;
}

.-indent-2 {
  padding-left: 2em;
  text-indent: -2em;
}

.-mb0 {
  margin-bottom: 0;
}

.-mb10 {
  margin-bottom: 10px;
}

.-mb15 {
  margin-bottom: 15px;
}

.-mb20 {
  margin-bottom: 20px;
}

.-mb30 {
  margin-bottom: 30px;
}

.-mb50 {
  margin-bottom: 50px;
}

.-mb80 {
  margin-bottom: 80px;
}

.-mb100 {
  margin-bottom: 100px;
}

.-mt10 {
  margin-top: 10px;
}

.-mt20 {
  margin-top: 20px;
}

.-mt30 {
  margin-top: 30px;
}

.-mt50 {
  margin-top: 50px;
}

.-mt60 {
  margin-top: 60px;
}

.-mt80 {
  margin-top: 80px;
}

.-mt100 {
  margin-top: 100px;
}

.-mt-n {
  margin-top: 0;
}

.-ml20 {
  margin-left: 20px;
}

.-ml30 {
  margin-left: 30px;
}

.-ml50 {
  margin-left: 50px;
}

.-ml100 {
  margin-left: 100px;
}

.-m-a {
  margin-left: auto;
  margin-right: auto;
}

.-contact {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.-bread {
  max-width: 1780px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  color: #0000FF;
}

/*                section flame
======================================================= */
.section {
  padding: 50px 50px 50px 50px;
}
.section__wrap {
  max-width: 1780px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 480px) {
  .section {
    padding: 50px 20px 50px 20px;
  }
}
/*                section title 
======================================================= */
.sec-title__text {
  font-size: 1.25rem;
  margin-top: 5px;
  padding-left: 10px;
  border-left: 3px solid #FF0000;
}

/*                button
======================================================= */
.button__link-detail, .button__link-website {
  text-align: center;
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
  max-width: 120px;
  padding: 10px;
  margin-top: 10px;
  background-color: #0096FF;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}
.button__link-detail:hover, .button__link-website:hover {
  opacity: 0.6;
}
.button__link-detail.-ta-left, .button__link-website.-ta-left {
  margin-left: 0;
}
.button__link-detail.-ta-left-wide, .button__link-website.-ta-left-wide {
  margin-left: 0;
  min-width: 150px;
  max-width: 200px;
}
.button__link-detail-a, .button__link-website-a {
  color: #fff !important;
  display: block;
  /* aタグをブロック要素として扱う */
  width: 100%;
  /* リンクをdiv全体に広げる */
  height: 100%;
  /* リンクをdiv全体に広げる */
}
.button__wrap.-flex {
  display: flex;
}

/*                more-news
======================================================= */
.more-news {
  display: flex;
  justify-content: center;
}
.more-news.-top-news {
  justify-content: flex-end;
}
.more-news__button {
  padding: 10px;
  background-color: silver;
  margin-left: 10px;
  margin-right: 10px;
  color: #fff !important;
}
.more-news__button:hover {
  opacity: 0.7;
}
.more-news__button.-blue {
  background-color: #0096FF;
}
.more-news__link {
  color: #fff !important;
}

/*                fv-slider keyframes
======================================================= */
@keyframes fv-slider {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  4.16% {
    opacity: 1;
  }
  33.33% {
    opacity: 1;
  }
  41.66% {
    opacity: 0;
    transform: scale(1.3);
  }
  100% {
    opacity: 0;
  }
}
/*                fade keyframes
======================================================= */
@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes modalopen {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*                hamburger menu 
======================================================= */
.hd__hamburger {
  display: none;
}

@media only screen and (max-width: 1300px) {
  .hd__hamburger {
    display: block;
    text-decoration: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    opacity: 0.9;
    cursor: pointer;
    position: fixed;
    top: 15px;
    right: 10px;
    z-index: 3;
    width: 50px;
    height: 50px;
    outline: none;
    transition: all 0.3s ease-in-out;
  }
  .hd__hamburger[aria-expanded=true] .hd__hm-line {
    background-color: transparent;
  }
  .hd__hamburger[aria-expanded=true] .hd__hm-line::before, .hd__hamburger[aria-expanded=true] .hd__hm-line::after {
    top: 0;
    background-color: #FFF;
  }
  .hd__hamburger[aria-expanded=true] .hd__hm-line::before {
    transform: rotate(45deg);
  }
  .hd__hamburger[aria-expanded=true] .hd__hm-line::after {
    transform: rotate(-45deg);
  }
  .hd__hm-line {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 30px;
    height: 2px;
    background-color: #fff;
    transition: inherit;
  }
  .hd__hm-line::before, .hd__hm-line::after {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-color: inherit;
    content: "";
    transition: inherit;
  }
  .hd__hm-line::before {
    top: -10px;
  }
  .hd__hm-line::after {
    top: 10px;
  }
}
/*                page top
======================================================= */
#page-top {
  display: none;
  width: 45px;
  height: 45px;
  box-sizing: border-box;
  background: #9e9e9e;
  padding-top: 25px;
  text-align: center;
  letter-spacing: -1px;
  font-size: 85%;
  text-decoration: none;
  color: #333;
  opacity: 0.5;
  position: relative;
  position: fixed;
  right: 5vw;
  bottom: 0;
  z-index: 99;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
#page-top.-active {
  display: block;
}
#page-top::before {
  content: "";
  display: block;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  width: 40%;
  height: 40%;
  top: 40%;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  transform: rotate(-45deg);
}
#page-top:hover {
  opacity: 1;
}

@media only screen and (max-width: 768px) {
  #page-top {
    right: 0;
    bottom: 0;
  }
}
@media only screen and (max-width: 480px) {
  #page-top {
    bottom: 60px;
  }
}
/*                figure
======================================================= */
.double-circle {
  width: 50px;
  height: 50px;
  position: relative;
  border: solid #FF0000 5px;
  border-radius: 50%;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

.double-circle::before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 10px;
  left: 10px;
  border: solid #FF0000 5px;
  border-radius: 50%;
  box-sizing: border-box;
}

.circle {
  width: 40px;
  height: 40px;
  position: relative;
  border: solid #FF0000 5px;
  border-radius: 50%;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

.equilateral-triangle {
  width: 0;
  height: 0;
  position: relative;
  border-style: solid;
  border-width: 0 25px 50px 25px;
  border-color: transparent transparent #ffa07a transparent;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

.equilateral-triangle::before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 15px;
  left: -15px;
  border-style: solid;
  border-width: 0 15px 30px 15px;
  border-color: transparent transparent #fff transparent;
}

.cross {
  display: block;
  color: #000;
  line-height: 1;
  width: 50px;
  height: 2px;
  background: currentColor;
  border-radius: 0.1em;
  position: relative;
  transform: rotate(45deg);
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  margin-bottom: 40px;
}

.cross::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}

.rate {
  display: flex;
  max-width: 330px;
  align-items: center;
  justify-content: space-around;
  padding: 20px 5px;
  border: 1.5px solid #e8d8b0;
  margin: 20px auto;
}
.rate__data {
  position: relative;
  font-size: 30px;
  display: inline-block;
  width: 150px;
  height: 30px;
  font-size: 30px;
  line-height: 1;
}
.rate__data::before, .rate__data::after {
  position: absolute;
  content: "★★★★★";
  height: 30px;
  color: #c4c4c4;
}
.rate__data::after {
  overflow: hidden;
  color: #ffb906;
}
.rate__data-text {
  text-align: center;
  font-size: 1.25rem;
  font-weight: bold;
}

.rate__data[data-rate="0"]::after {
  width: 0px;
}

.rate__data[data-rate="0.5"]::after {
  width: 15px;
}

.rate__data[data-rate="1"]::after {
  width: 30px;
}

.rate__data[data-rate="1.5"]::after {
  width: 45px;
}

.rate__data[data-rate="2"]::after {
  width: 60px;
}

.rate__data[data-rate="2.5"]::after {
  width: 75px;
}

.rate__data[data-rate="3"]::after {
  width: 90px;
}

.rate__data[data-rate="3.5"]::after {
  width: 105px;
}

.rate__data[data-rate="4"]::after {
  width: 120px;
}

.rate__data[data-rate="4.5"]::after {
  width: 135px;
}

.rate__data[data-rate="5"]::after {
  width: 150px;
}

*:where(:not(iframe, canvas, img, svg, video):not(svg *)) {
  all: unset;
  display: revert;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5 {
  margin: 0px;
  padding: 0px;
  font-weight: normal;
}

body {
  color: #000000;
  background-color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.3;
}

ol,
ul {
  list-style: none;
}

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

table {
  border-collapse: collapse;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=esubmit],
button,
select,
textarea {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}

a {
  cursor: pointer;
}

a:link {
  color: #333;
  text-decoration: none;
}

a:visited {
  color: #333;
  text-decoration: none;
}

/*                reset 
======================================================= */
/*                header
======================================================= */
.hd {
  width: 100%;
  height: 80px;
  position: fixed;
  z-index: 99;
  background-color: #0096FF;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}
.hd__inner {
  max-width: 1780px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  padding-left: 20px;
  padding-right: 20px;
}
.hd__l-side {
  display: flex;
  flex-wrap: nowrap;
}
.hd__title {
  padding: 10px 0 0;
}
.hd__t-wrap {
  display: flex;
}
.hd__t-img-box {
  margin-right: 10px;
}
.hd__t-img {
  color: #fff;
}
.hd__t-title {
  font-size: 1.25rem;
  line-height: 2.25;
  color: #fff;
}
.hd__t-title-ex {
  font-size: 0.875rem;
  color: #fff;
}
.hd__n-item {
  text-align: center;
  width: 170px;
}
.hd__n-text {
  font-size: 1rem;
  color: #fff;
  line-height: 1.75;
}
.hd__n-text:hover {
  opacity: 0.6;
  cursor: pointer;
}
.hd__pull-d-mark {
  margin-left: 5px;
}
.hd__n-link {
  display: block;
  height: 100%;
  width: 100%;
}

@media only screen and (min-width: 1301px) {
  .hd__n-list {
    display: flex;
    gap: 0;
    padding-top: 25px;
  }
  .hd__n-list.-pull-d {
    display: none;
    padding-top: 0;
  }
  .hd__n-list.-pull-d-2 {
    display: none;
    padding-top: 0;
  }
  .subNavBtn:hover .hd__n-list.-pull-d {
    display: block;
    background-color: #0096FF;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    transition: all 0.9s;
  }
  .subNavBtn:hover .hd__n-list.-pull-d-2 {
    display: block;
    background-color: #0096FF;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    transition: all 0.9s;
  }
}
@media only screen and (max-width: 1300px) {
  .hd__nav {
    display: block;
    position: fixed;
    width: 80vw;
    top: 80px;
    right: 0;
    overflow: hidden;
    background-color: #0096FF;
    color: #fff;
    visibility: hidden;
    z-index: 99;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  }
  .hd__n-list {
    display: block;
    margin-left: 30px;
  }
  .hd__n-list.-pull-d {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .hd__n-list.-pull-d-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .hd__n-item {
    width: 100%;
    display: table;
    color: #fff;
    text-align: start;
    border-top: 0.5px solid #fff;
    border-left: 0.5px solid #fff;
  }
  .hd__n-text {
    color: #fff;
    line-height: 3;
    margin-left: 10px;
  }
  .hd__n-link {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
  }
}
@media only screen and (max-width: 768px) {
  .hd__nav {
    top: 75px;
    width: 100vw;
  }
}
@media only screen and (max-width: 480px) {
  .hd__n-list {
    margin-left: 10px;
  }
  .hd__n-text {
    line-height: 2.4;
    margin-left: 10px;
  }
}
/*                first-view
======================================================= */
.first-view {
  width: 100%;
  height: 46.875vw;
  overflow: hidden;
  position: relative;
}
.first-view__text {
  position: absolute;
  top: 23.4375vw;
  left: 50vw;
  transform: translate(-50%, -50%);
  font-size: 1.5rem;
  letter-spacing: 0.3em;
  color: #fff;
  text-shadow: 5px 5px 5px #000;
  text-align: center;
}
.first-view__bk {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 46.875vw;
  animation: fv-slider 36s linear infinite;
}
.first-view__bk:nth-of-type(1) {
  background-image: url("http://el-exam.com/wp-content/themes/ex-pri_2024/img/fv_01.webp");
  animation-delay: -2s;
  opacity: 0;
}
.first-view__bk:nth-of-type(2) {
  background-image: url("http://el-exam.com/wp-content/themes/ex-pri_2024/img/fv_02.webp");
  color: #000;
  animation-delay: 10s;
  opacity: 0;
}
.first-view__bk:nth-of-type(3) {
  background-image: url("http://el-exam.com/wp-content/themes/ex-pri_2024/img/fv_03.webp");
  animation-delay: 22s;
  opacity: 0;
}

@keyframes fv-slider {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  4.16% {
    opacity: 1;
  }
  33.33% {
    opacity: 1;
  }
  41.66% {
    opacity: 0;
    transform: scale(1.5);
  }
  100% {
    opacity: 0;
  }
}
@media only screen and (max-width: 768px) {
  .first-view {
    height: 600px;
  }
  .first-view__bk {
    height: 100%;
  }
  .first-view__text {
    top: 300px;
  }
}
/*               section
======================================================= */
.section__contents {
  margin-top: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  max-width: 1780px;
  margin-left: auto;
  margin-right: auto;
}
.section__content {
  border-radius: 10px;
  position: relative;
  padding: 0 20px;
  max-width: 1780px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.section__content.-box-shadow {
  box-shadow: 2px 2px 4px;
  padding: 20px 20px;
  max-width: 650px;
}
.section__website-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: auto;
}
.section__content-ranking {
  margin-bottom: 50px;
}
.section__content-ranking-text {
  font-size: 1.5rem;
  text-align: center;
}
.section__content-ranking-text-em {
  font-size: 2rem;
  color: #0096FF;
}
.section__content-title-text {
  font-size: 1.5rem;
  padding-left: 10px;
  border-left: 3px solid #FF0000;
  margin-bottom: 50px;
}
.section__sub-content.-article {
  min-height: 450px;
}
.section__sub-content-title-text {
  font-size: 1.25rem;
  padding-left: 10px;
  border-left: 3px solid #0000FF;
  margin-bottom: 20px;
}
.section__sub-content-ex {
  font-size: 1rem;
  margin-bottom: 15px;
  line-height: 1.75;
}
.section__sub-content-ex.-mb0 {
  margin-bottom: 0px;
}
.section__link-wrap {
  display: flex;
  margin-top: 85px;
}

@media only screen and (max-width: 1024px) {
  .section {
    gap: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .section__contents {
    grid-template-columns: 1fr;
  }
  .section__content.-box-shadow {
    padding: 20px 30px;
  }
}
@media only screen and (max-width: 480px) {
  .section__content.-box-shadow {
    width: 350px;
  }
}
/*               content-bk
======================================================= */
.content-bk {
  min-height: 500px;
}
.content-bk__title {
  font-size: 1.35rem;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
}
.content-bk__sub-title {
  font-size: 1.15rem;
  margin-bottom: 10px;
  font-weight: bold;
}
.content-bk__wrap {
  max-width: 650px;
}
.content-bk__table {
  max-width: 650px;
  min-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.content-bk__th {
  background-color: #F8F6F4;
}
.content-bk__th, .content-bk__td {
  border: 1px solid #000;
  padding: 10px;
  text-align: center;
}
.content-bk__td {
  width: 300px;
}
.content-bk__td.-w-auto {
  width: auto;
}
.content-bk__contact {
  margin: 20px 30px 10px;
  padding: 10px;
  text-align: center;
  border: 1px solid #000;
}
.content-bk__contact br {
  display: none;
}

@media only screen and (max-width: 480px) {
  .content-bk__table {
    max-width: 350px;
  }
  .content-bk__td {
    width: 200px;
  }
  .content-bk__td.-w-auto {
    width: auto;
  }
}
/*                news
======================================================= */
.news {
  min-height: 400px;
  max-width: 1780px;
  margin-left: auto;
  margin-right: auto;
}
.news__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 50px;
  padding-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}
.news__content {
  width: 95%;
  height: 90px;
  padding: 20px 10px 8px;
  border-bottom: 1px solid #707070;
  margin-left: auto;
  margin-right: auto;
}
.news__content:hover {
  opacity: 0.6;
}
.news__con-date {
  font-size: 0.875rem;
  margin-bottom: 10px;
  color: #0000FF;
}
.news__con-date.-ta-r {
  text-align: right;
}
.news__con-text {
  line-height: 1.25;
}

@media only screen and (max-width: 768px) {
  .news__grid {
    display: block;
  }
  .news__content {
    width: 440px;
  }
}
@media only screen and (max-width: 480px) {
  .news__content {
    width: 330px;
  }
}
/*               ft
======================================================= */
.ft__wrap {
  width: 100%;
  background-color: #0096FF;
  display: block;
  padding: 20px 0;
}
.ft__link {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-left: auto;
  margin-right: auto;
  width: 370px;
}
.ft__li-content-text {
  color: #fff;
  font-size: 0.7rem;
  text-align: center;
}
.ft__li-content-text:hover {
  opacity: 0.6;
}
.ft__copyright {
  color: #fff;
  text-align: center;
  margin-top: 15px;
}
.ft__cp-text {
  font-size: 0.7rem;
}/*# sourceMappingURL=style.css.map */