@charset "UTF-8";
@font-face {
  font-family: 'GENJ';
  font-style: normal;
  font-weight: normal;
  src: url("../assets/font/GenJyuuGothic-Regular.eot");
  src: url("../assets/font/GenJyuuGothic-Regular.eot?#iefix") format("embedded-opentype"), url("../assets/font/GenJyuuGothic-Regular.ttf") format("truetype"), url("../assets/font/GenJyuuGothic-Regular.woff") format("woff");
}
@font-face {
  font-family: 'GENJ';
  font-style: normal;
  font-weight: bold;
  src: url("../assets/font/GenJyuuGothic-Bold.eot");
  src: url("../assets/font/GenJyuuGothic-Bold.eot?#iefix") format("embedded-opentype"), url("../assets/font/GenJyuuGothic-Bold.ttf") format("truetype"), url("../assets/font/GenJyuuGothic-Bold.woff") format("woff");
}
/***
*  セクション・タイトル
*/
#main section h2:not([class]) {
  margin: 0 0 50px;
  background-image: linear-gradient(to right, #4176e5, #67d3e6);
  color: #fff;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.03em;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  #main section h2:not([class]) {
    font-size: 28px;
    padding: 22px 0 20px;
    border-radius: 5px;
  }
}
@media screen and (max-width: 767px) {
  #main section h2:not([class]) {
    font-size: 17px;
    padding: 14px 0;
    margin: 0 0 25px;
  }
}
#main section h2:not([class])::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  #main section h2:not([class]) {
    width: calc(100% + 20px);
    margin-left: -10px;
  }
}
#main section h2.title {
  padding: 0 0 15px;
  margin: 14px 0 26px;
  color: #1e3779;
  font-size: 22px;
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
  border-bottom: 1px solid #B6B4B9;
}
@media screen and (max-width: 767px) {
  #main section h2.title {
    padding: 0 0 7px;
    margin: 0 0 18px;
    font-size: 17px;
  }
}
#main section h2.title + h2 {
  padding: 0;
  margin: 30px 0;
  background-image: unset;
  color: #4176e5;
  text-align: center;
  font-size: 23px;
  letter-spacing: 0;
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  #main section h2.title + h2 {
    width: 100%;
    font-size: 22px;
    margin: 20px 0;
  }
}
#main section p {
  color: #000;
}
#main section p em {
  color: #4176e5;
  margin: 0 5px;
  white-space: nowrap;
}
#main section .ta-c {
  color: #000;
  font-size: 16px;
  line-height: 1.625;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #main section .ta-c {
    font-size: 14px;
  }
}
#main section .ta-c span {
  color: #000;
}

@media screen and (max-width: 1199px) {
  #main > .inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 1199px) {
  #main section.sec {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 1199px) {
  #main section.sec .inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}
#main section div.agreement_document {
  margin: 0 50px;
}
@media screen and (max-width: 767px) {
  #main section div.agreement_document {
    margin: 0 10px;
  }
}
#main section div.agreement_document #agreement_button {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  #main section div.agreement_document #agreement_button {
    margin-top: 30px;
  }
}
#main section div.agreement_document #agreement_button button {
  width: 330px;
}
@media screen and (max-width: 767px) {
  #main section div.agreement_document #agreement_button button {
    width: calc(100% - 74px);
    max-width: 320px;
  }
}
#main section div.agreement_document #agreement_button button:after {
  content: none;
}
#main section div.agreement_document #agreement_button p.ta-c {
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 14px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #main section div.agreement_document #agreement_button p.ta-c {
    font-size: 12px;
  }
}
#main section div.agreement_document div.privacy_policy {
  max-width: unset;
  margin: 40px auto 0;
  text-align: center;
  border: none;
}
@media screen and (max-width: 767px) {
  #main section div.agreement_document div.privacy_policy {
    margin: 20px auto 0;
  }
}
#main section div.agreement_document div.privacy_policy a {
  display: inline-block;
  padding: 0;
  color: #1e3779 !important;
  font-size: 15px;
  line-height: 2;
  text-decoration: none;
  white-space: nowrap;
  border-bottom: 1px solid #1e3779;
  transition: border-bottom .1s;
}
@media screen and (max-width: 767px) {
  #main section div.agreement_document div.privacy_policy a {
    font-size: 13px;
  }
}
#main section div.agreement_document div.privacy_policy a:hover {
  background: unset;
  border-bottom: 1px solid transparent;
}
#main section div.agreement_document div.privacy_policy a:after {
  padding-left: 8px;
  font-family: FontAwesome;
  content: "\f08e";
  padding-left: 8px;
  padding-right: 0;
}
#main section div.for_foreigners {
  max-width: 800px;
  margin: 30px auto;
  background: #fff;
  padding: 20px;
}
#main section div.for_foreigners .title {
  font-weight: 700;
  color: #1e3779;
  margin: 0 0 10px;
}
#main section div.for_foreigners .body {
  line-height: 1.7;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  #main section div.for_foreigners .body {
    font-size: 13px;
  }
}
#main section #mail_validation_form {
  padding: 40px 0 90px;
  margin: 0 50px;
}
@media screen and (max-width: 767px) {
  #main section #mail_validation_form {
    padding: 40px 0 60px;
    margin: 0 10px;
  }
}
#main section #mail_validation_form div.submit a,
#main section #mail_validation_form div.submit button,
#main section #mail_validation_form div.submit input {
  cursor: pointer;
  margin: 0 auto;
  padding: 9px 40px 12px;
  background-color: #f39800;
  border: none;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 400px;
  max-width: unset;
  height: 60px;
  white-space: nowrap;
  border-radius: 30px;
  transition: opacity .2s;
  position: relative;
  background-color: #4176e5;
  background-image: url("../media/images/2022/common/button-arrow.svg");
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: calc(100% - 20px) center;
  font-weight: 500;
}
@media screen and (max-width: 1199px) {
  #main section #mail_validation_form div.submit a,
  #main section #mail_validation_form div.submit button,
  #main section #mail_validation_form div.submit input {
    width: 100%;
    max-width: 400px;
  }
}
@media screen and (max-width: 767px) {
  #main section #mail_validation_form div.submit a,
  #main section #mail_validation_form div.submit button,
  #main section #mail_validation_form div.submit input {
    width: calc(100% - 74px);
    max-width: 320px;
    height: 40px;
    padding: 11px 40px 10px;
    font-size: 14px;
  }
}
#main section #mail_validation_form div.submit a:after,
#main section #mail_validation_form div.submit button:after,
#main section #mail_validation_form div.submit input:after {
  content: none;
}
#main section #mail_validation_form div.submit a:hover,
#main section #mail_validation_form div.submit button:hover,
#main section #mail_validation_form div.submit input:hover {
  opacity: 0.7;
  background-color: #f39800;
  color: #fff;
}
#main section #mail_validation_form div.submit a:hover,
#main section #mail_validation_form div.submit button:hover,
#main section #mail_validation_form div.submit input:hover {
  background-color: #4176e5;
}
@media screen and (max-width: 767px) {
  #main section #mail_validation_form div.submit a,
  #main section #mail_validation_form div.submit button,
  #main section #mail_validation_form div.submit input {
    background-position: calc(100% - 12px) 50%;
    background-size: 5px;
  }
}
#main section #mail_validation_form div.form-mail {
  padding: 0;
  margin: 50px auto;
  border: none;
}
@media screen and (max-width: 767px) {
  #main section #mail_validation_form div.form-mail {
    margin: 30px auto;
  }
}
#main section #mail_validation_form div.form-mail table {
  max-width: 615px;
}
#main section #mail_validation_form div.form-mail table th {
  padding: 0;
  color: #000;
  font-size: 16px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  #main section #mail_validation_form div.form-mail table th {
    font-size: 14px;
  }
}
#main section #mail_validation_form div.form-mail table td {
  padding: 0;
  text-align: left;
}
#main section #mail_validation_form div.form-mail table td input {
  width: 480px;
  height: 55px;
  background-color: #fff;
  font-size: 16px;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  #main section #mail_validation_form div.form-mail table td input {
    width: 100%;
    height: 40px;
  }
}
#main section #mail_validation_form div.form-mail table td .errormessage p {
  color: #da0000;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  #main section #mail_validation_form div.form-mail table td .errormessage p {
    font-size: 14px;
  }
}
#main section div.domain {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  #main section div.domain {
    font-size: 14px;
  }
}
#main section div.domain ul a {
  border-bottom: 1px solid #4176e5;
  color: #4176e5;
}
#main section div.domain dl dd {
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #main section div.domain dl dd {
    padding: 10px;
  }
}
#main section div.domain dl dd a {
  color: #4176e5;
}
#main section div.domain dl dd a:hover {
  color: #1e3779;
}
#main section div.submit a,
#main section div.submit button,
#main section div.submit input {
  cursor: pointer;
  margin: 0 auto;
  padding: 9px 40px 12px;
  background-color: #f39800;
  border: none;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 400px;
  max-width: unset;
  height: 60px;
  white-space: nowrap;
  border-radius: 30px;
  transition: opacity .2s;
  position: relative;
}
@media screen and (max-width: 1199px) {
  #main section div.submit a,
  #main section div.submit button,
  #main section div.submit input {
    width: 100%;
    max-width: 400px;
  }
}
@media screen and (max-width: 767px) {
  #main section div.submit a,
  #main section div.submit button,
  #main section div.submit input {
    width: calc(100% - 74px);
    max-width: 320px;
    height: 40px;
    padding: 11px 40px 10px;
    font-size: 14px;
  }
}
#main section div.submit a:after,
#main section div.submit button:after,
#main section div.submit input:after {
  content: none;
}
#main section div.submit a:hover,
#main section div.submit button:hover,
#main section div.submit input:hover {
  opacity: 0.7;
  background-color: #f39800;
  color: #fff;
}
#main section .card_information {
  margin: 0 50px;
}
@media screen and (max-width: 767px) {
  #main section .card_information {
    margin: 0 10px;
  }
}
#main section .card_information div.submit {
  margin: 50px auto 10px;
}
@media screen and (max-width: 767px) {
  #main section .card_information div.submit {
    margin: 30px auto 10px;
  }
}
#main section .card_information .card_link p.ta-c {
  text-align: center;
}
#main section .card_information .card_link p.ta-c:not(:last-child) {
  margin: 0 auto 30px;
}
#main section .card_information .card_link p.ta-c span {
  color: #000;
  font-size: 14px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #main section .card_information .card_link p.ta-c span {
    font-size: 12px;
  }
}
#main section .card_information .card_link p.ta-c a {
  display: inline-block;
  padding: 0;
  color: #1e3779 !important;
  font-size: 15px;
  line-height: 2;
  text-decoration: none;
  white-space: nowrap;
  border-bottom: 1px solid #1e3779;
  transition: border-bottom .1s;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  #main section .card_information .card_link p.ta-c a {
    font-size: 13px;
  }
}
#main section .card_information .card_link p.ta-c a:hover {
  background: unset;
  border-bottom: 1px solid transparent;
}
#main section .card_information .card_link p.ta-c a:after {
  padding-left: 8px;
  font-family: FontAwesome;
  content: "\f08e";
  padding-left: 8px;
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  #main section .card_information .card_link p.ta-c a {
    font-size: 14px;
  }
}
#main section .card_information .card_link p.ta-c a:after {
  content: none;
}
#main section#contact {
  width: unset;
  margin: 0 50px 60px;
}
@media screen and (max-width: 1199px) {
  #main section#contact {
    margin: 0 0 60px;
  }
}
@media screen and (max-width: 767px) {
  #main section#contact {
    margin: 0 0 40px;
  }
}
#main section#contact p.contact-text {
  margin: 0;
  color: #000;
}
#main section#step1 {
  padding: 40px 0 0;
}
@media screen and (max-width: 767px) {
  #main section#step1 {
    padding: 0;
  }
}
#main section#step2 {
  padding: 40px 0 90px;
}
@media screen and (max-width: 1199px) {
  #main section#step2 {
    padding: 40px 10px 90px;
  }
}
@media screen and (max-width: 767px) {
  #main section#step2 {
    padding: 0 0 60px;
  }
}
#main section.sec3 {
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  #main section.sec3 {
    padding-top: 0;
  }
}
#main section.sec3 div.submit a,
#main section.sec3 div.submit button {
  cursor: pointer;
  margin: 0 auto;
  padding: 9px 40px 12px;
  background-color: #f39800;
  border: none;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 400px;
  max-width: unset;
  height: 60px;
  white-space: nowrap;
  border-radius: 30px;
  transition: opacity .2s;
  position: relative;
}
@media screen and (max-width: 1199px) {
  #main section.sec3 div.submit a,
  #main section.sec3 div.submit button {
    width: 100%;
    max-width: 400px;
  }
}
@media screen and (max-width: 767px) {
  #main section.sec3 div.submit a,
  #main section.sec3 div.submit button {
    width: calc(100% - 74px);
    max-width: 320px;
    height: 40px;
    padding: 11px 40px 10px;
    font-size: 14px;
  }
}
#main section.sec3 div.submit a:after,
#main section.sec3 div.submit button:after {
  content: none;
}
#main section.sec3 div.submit a:hover,
#main section.sec3 div.submit button:hover {
  opacity: 0.7;
  background-color: #f39800;
  color: #fff;
}
#main section.sec3 div.submit.reverse a,
#main section.sec3 div.submit.reverse button {
  cursor: pointer;
  margin: 0 auto;
  padding: 9px 40px 12px;
  background-color: #f39800;
  border: none;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 400px;
  max-width: unset;
  height: 60px;
  white-space: nowrap;
  border-radius: 30px;
  transition: opacity .2s;
  position: relative;
  border-color: #4176e5;
}
@media screen and (max-width: 1199px) {
  #main section.sec3 div.submit.reverse a,
  #main section.sec3 div.submit.reverse button {
    width: 100%;
    max-width: 400px;
  }
}
@media screen and (max-width: 767px) {
  #main section.sec3 div.submit.reverse a,
  #main section.sec3 div.submit.reverse button {
    width: calc(100% - 74px);
    max-width: 320px;
    height: 40px;
    padding: 11px 40px 10px;
    font-size: 14px;
  }
}
#main section.sec3 div.submit.reverse a:after,
#main section.sec3 div.submit.reverse button:after {
  content: none;
}
#main section.sec3 div.submit.reverse a:hover,
#main section.sec3 div.submit.reverse button:hover {
  opacity: 0.7;
  background-color: #f39800;
  color: #fff;
}
#main section .complete {
  color: #000;
  margin: 50px 130px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #main section .complete {
    margin: 0;
  }
}
#main section .complete p {
  color: #000;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  #main section .complete p {
    font-size: 14px;
    text-align: left;
  }
}
#main section #update_password div.form-mail {
  max-width: unset;
  padding: 52px 60px;
  margin: 35px 100px 50px;
  background-color: #EFF4FF;
  border: none;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  #main section #update_password div.form-mail {
    margin: 35px 20px 20px;
  }
}
@media screen and (max-width: 767px) {
  #main section #update_password div.form-mail {
    padding: 18px;
    margin: 25px 0 16px;
  }
}
#main section #update_password div.form-mail table {
  max-width: 615px;
}
@media screen and (max-width: 767px) {
  #main section #update_password div.form-mail table tr:not(:last-child) {
    margin-bottom: 15px;
  }
}
#main section #update_password div.form-mail table tr:not(:last-child) th, #main section #update_password div.form-mail table tr:not(:last-child) td {
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #main section #update_password div.form-mail table tr:not(:last-child) th, #main section #update_password div.form-mail table tr:not(:last-child) td {
    padding-bottom: 0;
  }
}
#main section #update_password div.form-mail table tr th {
  width: 25%;
  padding: 0 5px 0 0;
  color: #585858;
  font-size: 16px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  #main section #update_password div.form-mail table tr th {
    width: 100%;
    font-size: 13px;
    padding-bottom: 0;
  }
}
#main section #update_password div.form-mail table tr td {
  width: 75%;
  padding: 0;
}
@media screen and (max-width: 767px) {
  #main section #update_password div.form-mail table tr td {
    width: 100%;
  }
}
#main section #update_password div.form-mail table tr td input {
  width: 100%;
  height: 55px;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  #main section #update_password div.form-mail table tr td input {
    height: 40px;
  }
}
#main section #update_password div.form-mail table tr td span.errormessage {
  font-size: 15px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #main section #update_password div.form-mail table tr td span.errormessage {
    font-size: 14px;
  }
}

#main .bg {
  padding: 70px 0;
  background-color: #eff4ff;
}
@media screen and (max-width: 767px) {
  #main .bg {
    padding: 0 0 40px;
  }
}

#entry_steps {
  width: 755px;
  padding-left: 15px;
  margin: 34px auto 65px;
}
@media print, screen and (min-width: 768px) {
  #entry_steps {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  #entry_steps {
    width: auto;
    padding-left: 0;
    margin: 40px auto 30px;
  }
}
#entry_steps li {
  display: flex;
  align-items: center;
  flex-direction: column;
  background: unset;
  padding: 0;
  margin: 0;
  width: 25%;
  height: auto;
  color: #B6B4B9;
  text-align: center;
  border: none;
  position: relative;
}
@media screen and (max-width: 767px) {
  #entry_steps li {
    margin-bottom: 10px;
  }
}
#entry_steps li:not(:first-child):before {
  position: absolute;
  top: 45px;
  left: -50px;
  z-index: -1;
  display: block;
  content: "";
  width: 100px;
  height: 1px;
  background-color: #CCC;
  border: none;
}
@media screen and (max-width: 767px) {
  #entry_steps li:not(:first-child):before {
    top: 35px;
  }
}
#entry_steps li span {
  float: unset;
  color: #B6B4B9;
}
#entry_steps li span.num-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 90px;
  height: 90px;
  background-color: #B6B4B9;
  color: #fff;
  font-size: 13px;
  border-radius: 45px;
}
@media screen and (max-width: 767px) {
  #entry_steps li span.num-circle {
    width: 70px;
    height: 70px;
    font-size: 12px;
  }
}
#entry_steps li span.num {
  font-family: 'Oswald', sans-serif;
  font-size: 38px;
  font-weight: 300;
  color: #fff;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  #entry_steps li span.num {
    font-size: 20px;
  }
}
#entry_steps li span.str {
  display: flex;
  align-items: center;
  max-width: 120px;
  height: 65px;
  line-height: unset;
}
@media screen and (max-width: 767px) {
  #entry_steps li span.str {
    max-width: 100px;
  }
}
#entry_steps li span.str.l1 {
  padding: 0;
  line-height: 1.46;
}
#entry_steps li span.str.l2 {
  padding: 0;
  margin-top: 5px;
  line-height: 1.46;
}
#entry_steps li:first-child:before {
  content: none;
}
#entry_steps li:after {
  content: none;
}
#entry_steps li:nth-child(1) {
  z-index: 100;
}
#entry_steps li:nth-child(2) {
  z-index: 99;
}
#entry_steps li:nth-child(3) {
  z-index: 98;
}
#entry_steps li:nth-child(4) {
  z-index: 97;
}
#entry_steps li:nth-child(5) {
  z-index: 96;
}
#entry_steps li:nth-child(6) {
  z-index: 95;
}
#entry_steps li:nth-child(7) {
  z-index: 94;
}
#entry_steps li:nth-child(8) {
  z-index: 93;
}
#entry_steps li:nth-child(9) {
  z-index: 92;
}
#entry_steps li:nth-child(10) {
  z-index: 91;
}
#entry_steps li:nth-child(11) {
  z-index: 90;
}
#entry_steps.a1 li:nth-child(1) {
  padding: 0;
  background: unset;
  border-bottom-color: unset;
  color: #4176e5;
}
#entry_steps.a1 li:nth-child(1)::before {
  background-color: #4176e5;
}
#entry_steps.a1 li:nth-child(1)::after {
  border-left-color: unset;
}
#entry_steps.a1 li:nth-child(1) span {
  color: #4176e5;
}
#entry_steps.a1 li:nth-child(1) span.num-circle {
  background-color: #4176e5;
  color: #fff;
}
#entry_steps.a1 li:nth-child(1) span.num {
  color: #fff;
}
#entry_steps.a2 li:nth-child(2) {
  background: unset;
  border-bottom-color: unset;
  color: #4176e5;
}
#entry_steps.a2 li:nth-child(2)::before {
  background-color: #4176e5;
}
#entry_steps.a2 li:nth-child(2)::after {
  border-left-color: unset;
}
#entry_steps.a2 li:nth-child(2) span {
  color: #4176e5;
}
#entry_steps.a2 li:nth-child(2) span.num-circle {
  background-color: #4176e5;
  color: #fff;
}
#entry_steps.a2 li:nth-child(2) span.num {
  color: #fff;
}
#entry_steps.a3 li:nth-child(3) {
  background: unset;
  border-bottom-color: unset;
  color: #4176e5;
}
#entry_steps.a3 li:nth-child(3)::before {
  background-color: #4176e5;
}
#entry_steps.a3 li:nth-child(3)::after {
  border-left-color: unset;
}
#entry_steps.a3 li:nth-child(3) span {
  color: #4176e5;
}
#entry_steps.a3 li:nth-child(3) span.num-circle {
  background-color: #4176e5;
  color: #fff;
}
#entry_steps.a3 li:nth-child(3) span.num {
  color: #fff;
}
#entry_steps.a4 li:nth-child(4) {
  background: unset;
  border-bottom-color: unset;
  color: #4176e5;
}
#entry_steps.a4 li:nth-child(4)::before {
  background-color: #4176e5;
}
#entry_steps.a4 li:nth-child(4)::after {
  border-left-color: unset;
}
#entry_steps.a4 li:nth-child(4) span {
  color: #4176e5;
}
#entry_steps.a4 li:nth-child(4) span.num-circle {
  background-color: #4176e5;
  color: #fff;
}
#entry_steps.a4 li:nth-child(4) span.num {
  color: #fff;
}

/*# sourceMappingURL=2022-entry.css.map */
