/*---------------------------
application
----------------------------*/
.mv_app {
  background: #EDEAE2;
  border-bottom: 7px solid #00009B;
}
.mv_app .inner {
  max-width: 100%;
  position: relative;
}
.mv_app .inner > img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.mv_app .inner .txt {
  width: 55%;
  top: 7vh;
  left: 5vw;
  position: absolute;
  z-index: 2;
  text-align: left;
}
.mv_app .inner .txt p {
  margin-bottom: 7.0rem;
  font-family: 'Noto Serif JP', sans-serif;
  font-size: 1.2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .mv_app .inner .txt p {
    margin-bottom: 3.0rem;
  }
}
.mv_app .inner .txt p span {
  color: #00009D;
  font-family: 'Noto Sans JP';
  display: inline-block;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .mv_app .inner .txt p span {
    font-size: 0.6rem;
  }
}
.mv_app .inner .txt > img {
  display: block;
  width: 65%;
  height: auto;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .mv_app .inner .txt > img {
    width: 100%;
  }
}

#application .ask {
  margin-bottom: 2.0rem;
  padding: 5.0rem 0 3.0rem 0;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  #application .ask {
    padding: 2.0rem 0 1.5rem 0;
  }
}
#application .ask .inner .row .img {
  width: 50%;
}
@media screen and (max-width: 767px) {
  #application .ask .inner .row .img {
    width: 100%;
    margin-bottom: 1.0rem;
  }
  #application .ask .inner .row .img img {
    max-width: 90%;
    height: auto;
  }
}
#application .ask .inner .row .txt {
  width: 45%;
}
@media screen and (max-width: 767px) {
  #application .ask .inner .row .txt {
    width: 100%;
  }
}
#application .ask .inner .row .txt .top {
  margin-bottom: 3.0rem;
}
@media screen and (max-width: 767px) {
  #application .ask .inner .row .txt .top {
    margin-bottom: 2.0rem;
  }
}
#application .ask .inner .row .txt ul {
  list-style: none;
}
#application .ask .inner .row .txt ul li {
  margin-bottom: 1.5rem;
  text-align: left;
}
#application .ask .inner .row .txt ul li:nth-of-type(2), #application .ask .inner .row .txt ul li:nth-of-type(3) {
  padding-left: 1.5rem;
}
@media screen and (max-width: 767px) {
  #application .ask .inner .row .txt ul li:nth-of-type(2), #application .ask .inner .row .txt ul li:nth-of-type(3) {
    padding-left: 0;
  }
}
#application .ask .inner .row .txt ul li img {
  width: auto;
  height: 80px;
}
@media screen and (max-width: 767px) {
  #application .ask .inner .row .txt ul li img {
    height: 12vw;
  }
}
#application .ask .title {
  background-image: url(../img/application/title_bg.png);
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 6.0rem 0;
  margin-bottom: 2.0rem;
}
@media screen and (max-width: 767px) {
  #application .ask .title {
    background-image: url(../img/application/title_bg_sp.png);
    padding: 3.0rem 0;
  }
}
#application .ask .title img {
  max-width: 45%;
  height: auto;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #application .ask .title img {
    max-width: 85%;
  }
}
#application .job_desc,
#application .schedule,
#application .faq {
  margin-bottom: 4.0rem;
  text-align: left;
}
#application .job_desc .inner h2,
#application .schedule .inner h2,
#application .faq .inner h2 {
  margin-bottom: 3.0rem;
}
@media screen and (max-width: 767px) {
  #application .job_desc .inner h2,
  #application .schedule .inner h2,
  #application .faq .inner h2 {
    margin-left: -6%;
  }
}
#application .job_desc .inner h2 img,
#application .schedule .inner h2 img,
#application .faq .inner h2 img {
  width: auto;
  height: 50px;
}
@media screen and (max-width: 767px) {
  #application .job_desc .inner h2 img,
  #application .schedule .inner h2 img,
  #application .faq .inner h2 img {
    height: 9vw;
  }
}
#application .job_desc .row {
  max-width: 1000px;
  margin: auto;
}
#application .job_desc .row ul {
  width: 100%;
  position: relative;
  z-index: 2;
  margin-bottom: -1px;
  width: 100%;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  list-style: none;
}
#application .job_desc .row ul li {
  display: block;
  width: 20%;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #application .job_desc .row ul li {
    width: 45%;
  }
}
#application .job_desc .row ul li span {
  padding: 0.8rem 1.0rem;
  display: block;
  text-align: center;
  background-image: url(../img/application/tab_off.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  #application .job_desc .row ul li span {
    font-size: 1.0rem;
    padding: 0.5rem;
  }
}
#application .job_desc .row ul li.current span {
  background-image: url(../img/application/tab_on.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-color: #D1D1D1;
  color: #1B1464;
}
#application .job_desc .row ul li:nth-of-type(1) span {
  background-color: #D1D1D1;
}
#application .job_desc .row ul li:nth-of-type(1).current span {
  background-color: #D1D1D1;
}
#application .job_desc .row ul li:nth-of-type(2).current span {
  background-color: #fff;
}
#application .job_desc .row .content {
  width: 100%;
  border: 1px solid #ccc;
  padding: 2.0rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #application .job_desc .row .content {
    padding: 1.0rem;
  }
}
#application .job_desc .row .content dl {
  margin-bottom: 2.0rem;
  padding-bottom: 2.0rem;
  border-bottom: 1px solid #ccc;
}
#application .job_desc .row .content dl:last-child {
  margin-bottom: 1.0rem;
  padding-bottom: 0;
  border-bottom: none;
}
#application .job_desc .row .content dl > div {
  border-bottom: 1px solid #ccc;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  #application .job_desc .row .content dl > div {
    font-size: 1.0rem;
  }
}
#application .job_desc .row .content dl > div:last-child {
  border-bottom: none;
}
#application .job_desc .row .content dl > div dt {
  width: 15%;
  color: #1B1464;
  padding: 1.0rem 0;
  font-weight: bold;
  line-height: 1.8rem;
}
@media screen and (max-width: 767px) {
  #application .job_desc .row .content dl > div dt {
    width: 100%;
    padding: 0.5rem 0 0 0;
  }
}
#application .job_desc .row .content dl > div dd {
  width: 85%;
  padding: 1.0rem 0;
  line-height: 1.8rem;
}
@media screen and (max-width: 767px) {
  #application .job_desc .row .content dl > div dd {
    width: 100%;
    padding: 0.5rem 0;
  }
}
#application .schedule {
  margin-bottom: 4.0rem;
}
@media screen and (max-width: 767px) {
  #application .schedule {
    margin-bottom: 2.0rem;
  }
}
#application .schedule .inner .row {
  max-width: 1000px;
  margin: auto;
}
#application .schedule .inner .row .col {
  width: 100%;
  border: 10px solid #ddd;
  margin-bottom: 2.0rem;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  position: relative;
}
#application .schedule .inner .row .col .num {
  width: 25%;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  padding: 1.0rem;
  background-color: #ddd;
  font-style: italic;
  color: #606060;
}
@media screen and (max-width: 767px) {
  #application .schedule .inner .row .col .num {
    width: 100%;
  }
}
#application .schedule .inner .row .col .num.high {
  height: 100px;
}
@media screen and (max-width: 767px) {
  #application .schedule .inner .row .col .num.high {
    height: auto;
  }
}
#application .schedule .inner .row .col .txt {
  width: 75%;
  text-align: center;
  padding: 1.0rem;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  #application .schedule .inner .row .col .txt {
    width: 100%;
    font-size: 1.0rem;
  }
}
#application .schedule .inner .row .col .txt p.gray {
  color: #999;
}
#application .schedule .inner .row .col:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 25px 0 25px;
  border-color: #ddd transparent transparent transparent;
  position: absolute;
  bottom: -25px;
  left: 100px;
}
@media screen and (max-width: 767px) {
  #application .schedule .inner .row .col:after {
    left: 0;
    right: 0;
    margin: auto;
  }
}
#application .schedule .inner .row .col:last-child {
  border: 10px solid #A8B7BF;
}
#application .schedule .inner .row .col:last-child .num {
  background: #A8B7BF;
  color: #fff;
}
#application .schedule .inner .row .col:last-child:after {
  display: none;
}
#application .faq {
  margin-bottom: 4.0rem;
}
@media screen and (max-width: 767px) {
  #application .faq {
    margin-bottom: 2.0rem;
  }
}
#application .faq .inner .row {
  max-width: 1000px;
  margin: auto;
}
#application .faq .inner .row .col {
  width: 100%;
  border: 1px solid #1B1464;
  margin-bottom: 1.0rem;
}
#application .faq .inner .row .col .q {
  height: 55px;
  padding: 1.0rem;
  padding-left: 5%;
  padding-right: 60px;
  border-bottom: 1px solid #fff;
  position: relative;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  #application .faq .inner .row .col .q {
    font-size: 1.0rem;
    height: 40px;
    padding: 0.5rem;
    padding-left: 10%;
  }
}
#application .faq .inner .row .col .q:before {
  content: "Q.";
  color: #0B318F;
  position: absolute;
  top: 20%;
  left: 20px;
}
@media screen and (max-width: 767px) {
  #application .faq .inner .row .col .q:before {
    left: 10px;
    top: 10px;
  }
}
#application .faq .inner .row .col .q.on {
  border-bottom: 1px solid #0B318F;
}
#application .faq .inner .row .col .q .btn {
  background: url(../img/application/icon_plus.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 55px;
  height: 55px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  #application .faq .inner .row .col .q .btn {
    width: 40px;
    height: 40px;
  }
}
#application .faq .inner .row .col .q .btn.on {
  background: url(../img/application/icon_minus.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
#application .faq .inner .row .col .a {
  padding: 1.0rem;
  padding-left: 5%;
  font-size: 1.2rem;
  line-height: 2.0rem;
  position: relative;
  display: none;
}
@media screen and (max-width: 767px) {
  #application .faq .inner .row .col .a {
    padding-left: 10%;
    font-size: 1.0rem;
  }
}
#application .faq .inner .row .col .a:before {
  content: "A.";
  color: #0B318F;
  position: absolute;
  top: 15%;
  left: 20px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  #application .faq .inner .row .col .a:before {
    left: 10px;
    top: 5%;
    font-size: 1.2rem;
  }
}

#entry {
  padding: 4.0rem 0;
}
@media screen and (max-width: 767px) {
  #entry {
    padding: 2.0rem 0;
  }
}
#entry .inner {
  text-align: left;
}
@media screen and (max-width: 767px) {
  #entry .inner {
    max-width: 100%;
    width: 100%;
  }
}
#entry .inner h2 {
  margin-bottom: 2.0rem;
}
@media screen and (max-width: 767px) {
  #entry .inner h2 {
    margin-left: -6%;
  }
}
#entry .inner h2 img {
  width: auto;
  height: 50px;
}
@media screen and (max-width: 767px) {
  #entry .inner h2 img {
    height: 9vw;
  }
}
#entry .inner > p {
  margin-bottom: 2.0rem;
}
@media screen and (max-width: 767px) {
  #entry .inner > p {
    padding-left: 5%;
    text-align: left;
  }
}
#entry .inner .row {
  width: 100%;
  max-width: 1000px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #entry .inner .row {
    max-width: 90%;
  }
}
#entry .inner .row dl {
  width: 100%;
  margin-bottom: 2.0rem;
  font-size: 1.1rem;
  border-top: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  #entry .inner .row dl {
    border-top: none;
  }
}
#entry .inner .row dl > div {
  border-bottom: 1px solid #ccc;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #entry .inner .row dl > div {
    border-bottom: none;
  }
}
#entry .inner .row dl > div dt {
  width: 25%;
  padding: 1.5rem;
  color: #1B1464;
  background: #eee;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 640px) {
  #entry .inner .row dl > div dt {
    /*sp*/
    width: 100%;
    background: #eee;
    padding: 1.0rem;
  }
}
#entry .inner .row dl > div dt > span {
  display: block;
  position: absolute;
  top: 1.3rem;
  right: 0.5rem;
  background-color: #00009D;
  color: #fff;
  padding: 2px 5px;
  font-size: 0.8rem;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  #entry .inner .row dl > div dt > span {
    top: 0.8rem;
  }
}
#entry .inner .row dl > div dt > span.gray {
  background-color: #999;
}
#entry .inner .row dl > div dd {
  width: 75%;
  padding: 1.5rem;
}
@media screen and (max-width: 640px) {
  #entry .inner .row dl > div dd {
    /*sp*/
    width: 100%;
    padding: 1.0rem 0;
  }
}
#entry .inner .row dl > div dd > span {
  display: inline-block;
  width: 15%;
}
@media screen and (max-width: 767px) {
  #entry .inner .row dl > div dd > span {
    width: 100%;
    display: block;
    margin-bottom: 0.3rem;
  }
}
#entry .inner .row dl > div dd > span.error {
  width: 100%;
}
#entry .inner .row dl > div dd input[type="text"],
#entry .inner .row dl > div dd input[type="email"] {
  background: #EFF8FF;
  border: 1px solid #ccc;
  padding: 0.5rem 1.0rem;
  font-size: 1.1rem;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  #entry .inner .row dl > div dd input[type="text"],
  #entry .inner .row dl > div dd input[type="email"] {
    width: 100%;
  }
}
#entry .inner .row dl > div dd input[type="text"].name,
#entry .inner .row dl > div dd input[type="email"].name {
  width: 50%;
}
@media screen and (max-width: 767px) {
  #entry .inner .row dl > div dd input[type="text"].name,
  #entry .inner .row dl > div dd input[type="email"].name {
    width: 100%;
  }
}
#entry .inner .row dl > div dd input[type="text"].address,
#entry .inner .row dl > div dd input[type="email"].address {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #entry .inner .row dl > div dd input[type="text"].address,
  #entry .inner .row dl > div dd input[type="email"].address {
    width: 100%;
  }
}
#entry .inner .row dl > div dd input[type="text"].school,
#entry .inner .row dl > div dd input[type="email"].school {
  width: 80%;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  #entry .inner .row dl > div dd input[type="text"].school,
  #entry .inner .row dl > div dd input[type="email"].school {
    width: 100%;
  }
}
#entry .inner .row dl > div dd.email p {
  padding: 0.5rem 0;
}
#entry .inner .row dl > div dd.email input[type="email"] {
  width: 75%;
}
@media screen and (max-width: 767px) {
  #entry .inner .row dl > div dd.email input[type="email"] {
    width: 100%;
  }
}
#entry .inner .row dl > div dd.postal_code span {
  display: inline-block;
  width: auto;
}
#entry .inner .row dl > div dd.school span {
  margin-bottom: 0.5rem;
}
#entry .inner .row dl > div dd.school span:nth-of-type(2) {
  padding-top: 0.5rem;
}
#entry .inner .row .note {
  margin: auto;
  margin-bottom: 2.0rem;
}
@media screen and (max-width: 767px) {
  #entry .inner .row .note {
    max-width: 90%;
    margin: auto;
    margin-bottom: 1.0rem;
  }
}
#entry .inner .row .note p {
  margin-bottom: 1.0rem;
}
#entry .inner .row .note .txt {
  border: 1px solid #ccc;
  padding: 1.0rem;
  height: 180px;
  overflow-y: scroll;
  line-height: 1.6rem;
}
#entry .inner .row .btn {
  width: 100%;
  text-align: center;
}
#entry .inner .row .btn p {
  font-size: 0.8rem;
  margin-bottom: 1.0rem;
}
#entry .inner .row .btn input[type="submit"] {
  background-color: #00009D;
  color: #fff;
  padding: 0.5rem 8.0rem;
  border: none;
  font-size: 1.2rem;
  font-weight: bold;
}
#entry .inner .row .btn input[type="submit"]:hover {
  background-color: #4F4F8A;
}
#entry .inner .row .btn input[type="submit"].btn_back {
  background: #999;
  color: #fff;
}
#entry.check {
  padding-top: 4.0rem;
}
#entry.check .inner > p {
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  color: #00009B;
}
#entry.check .inner .row .note {
  display: none;
}
