/* CSS Document */
.spmask {
  display: inline-block;
}

.sponly {
  display: none;
}

@media (max-width: 767px) {
  .spmask {
    display: none;
  }
  .sponly {
    display: block;
  }
}
body {
  position: relative;
}

/*------------------------------*/
.mv {
  margin-top: 5em;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 21.875em;
  background-color: #0e5ca7;
}
@media screen and (max-width: 767px) {
  .mv {
    margin-top: 3.75em;
    height: 13.5em;
  }
}
.mv_title {
  color: #fff;
  text-align: center;
  line-height: 1;
}
.mv_title-en {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 5.5em;
}
@media screen and (max-width: 767px) {
  .mv_title-en {
    font-size: 3.125em;
  }
}
.mv_title-en span {
  display: inline-block;
  padding: 0 0.1em;
}
.mv_title-ja {
  font-size: 1.3125em;
  margin-top: 0.875em;
}
@media screen and (max-width: 767px) {
  .mv_title-ja {
    font-size: 1em;
    margin-top: 0.625em;
  }
}

/*------------------------------*/
.requirement {
  margin-top: 6.25em;
  padding: 0 1em 5em;
}
@media screen and (max-width: 767px) {
  .requirement {
    margin-top: 2.5em;
    padding-bottom: 5.25em;
  }
}
.requirement_inner {
  width: 78.125em;
  max-width: calc(100% - 2.5vw);
  padding: 0 1.25vw;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .requirement_inner {
    padding: 0 1.25em;
    width: calc(100% - 2.5em);
    max-width: none;
  }
}
.requirement_hd {
  text-align: center;
  margin-bottom: 2.75em;
}
@media screen and (max-width: 767px) {
  .requirement_hd {
    margin-bottom: 1em;
  }
}
.requirement_hd span {
  display: inline-block;
  font-size: 1.5em;
  font-weight: bold;
  padding-bottom: 0.625em;
  border-bottom: #0e5ca7 solid 0.175em;
}
@media screen and (max-width: 767px) {
  .requirement_hd span {
    font-size: 1.3125em;
    border-bottom: #0e5ca7 solid 0.125em;
    padding-bottom: 0.5em;
  }
}
.requirement_table {
  width: 100%;
}
.requirement_table table tr {
  border-bottom: #ccc 0.0625em solid;
  line-height: 1.7;
  font-size: 1em;
}
.requirement_table table tr:last-of-type {
  border: none;
}
.requirement_table table tr th {
  display: table-cell;
  width: 20%;
  padding: 2.25em 1.5em 2.25em 0;
  color: #0e5ca7;
}
@media screen and (max-width: 767px) {
  .requirement_table table tr th {
    display: block;
    width: 100%;
    font-size: 1.25em;
    padding: 1.25em 0 0;
  }
}
.requirement_table table tr td {
  display: table-cell;
  padding: 2.25em 0;
}
.requirement_table table tr td p {
  line-height: 1.7;
}
.requirement_table table tr td p.indent {
  padding-left: 1em;
  text-indent: -1em;
}
.requirement_table table tr td p span {
  font-feature-settings: "palt";
}
.requirement_table table tr td p a {
  color: #232323;
  position: relative;
  margin-bottom: 0.5em;
  display: inline-block;
}
.requirement_table table tr td p a img {
  vertical-align: top;
  height: 100%;
}
@media (hover: hover) and (pointer: fine) {
  .requirement_table table tr td p a.mail:hover {
    opacity: 0.6;
  }
}
.requirement_table table tr td p sup {
  vertical-align: super;
  font-size: 50%;
}
@media screen and (max-width: 767px) {
  .requirement_table table tr td {
    display: block;
    padding: 1em 0 1.5em;
    width: 100%;
  }
}

/*------------------------------*/
#entryBtn {
  z-index: 989;
  background-color: none;
}
#entryBtn a {
  text-decoration: none;
  display: flex;
  align-items: center;
}
#entryBtn a img {
  width: 195px;
  height: 60px;
  -o-object-fit: fill;
     object-fit: fill;
  display: inline-block;
}
#entryBtn p {
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 58px;
  width: 58px;
  border-radius: 50%;
  background-color: #0e5ca7;
  position: relative;
}
@media screen and (max-width: 767px) {
  #entryBtn p {
    font-size: 16px;
  }
}
#entryBtn span {
  font-size: 0.75em;
  margin-left: 0.25em;
  margin-right: 0.25em;
  color: #0e5ca7;
}

/*------------------------------*/
/*# sourceMappingURL=style.css.map */