@charset "UTF-8";
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #3a4561 inset;
  -webkit-text-fill-color: #a3a7b5;
  -webkit-box: #a3a7b5;
  border: 1px transparent;
}
input:-webkit-autofill.error {
  -webkit-box-shadow: 0 0 0 1000px #5b203e inset;
}

.form-input {
  width: 70%;
  background-color: #3a4561;
  font-size: 16px;
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 16px;
  padding-bottom: 16px;
  border: 1px solid transparent;
  color: #fff;
}
.form-input::-moz-placeholder {
  color: #a3a7b5;
}
.form-input::placeholder {
  color: #a3a7b5;
}
@media screen and (max-width: 768px) {
  .form-input {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .form-input {
    font-size: 15px;
  }
}
.form-input:focus, .form-input:hover {
  border: 1px solid #0f8fef;
}
.form-input.error {
  background-color: #5b203e;
  border: solid 1px #ed4873;
}
.form-input.textarea {
  height: 240px;
  white-space: pre;
}

.error-message {
  text-align: left;
  font-size: 13px;
  font-weight: normal;
  color: #ed4873;
  display: none;
  padding-bottom: 8px;
  padding-left: 30%;
  transform: translateY(-8px);
}
@media screen and (max-width: 768px) {
  .error-message {
    padding-left: 0;
  }
}
.error-message.showing {
  display: block;
}

.form-group {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  border-top: 1px solid #576885;
}
@media screen and (max-width: 768px) {
  .form-group {
    flex-wrap: wrap;
    row-gap: 20px;
  }
}

.form-row.textarea {
  margin-bottom: 70px;
  border-bottom: 1px solid #576885;
}
@media screen and (max-width: 500px) {
  .form-row.textarea {
    margin-bottom: 50px;
  }
}

.form-label {
  font-size: 16px;
  width: 30%;
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .form-label {
    width: 100%;
  }
}

.form-agree {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 60px;
  text-align: left;
}
@media screen and (max-width: 1100px) {
  .form-agree {
    margin-bottom: 3.6363636364vw;
  }
}
@media screen and (max-width: 768px) {
  .form-agree {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 378px) {
  .form-agree {
    margin-bottom: 7.9365079365vw;
  }
}
.form-agree .error-message {
  padding: 0;
  margin-top: 16px;
}

.form-check {
  display: none;
}
.form-check:checked + .check-label::after {
  background-color: #0f8fef;
  border: 1px solid transparent;
}

.check-label {
  text-align: left;
  line-height: 1;
  padding-left: 26px;
  position: relative;
  font-size: 16px;
  color: #fff;
}
@media screen and (max-width: 1100px) {
  .check-label {
    font-size: 1.4545454545vw;
  }
}
@media screen and (max-width: 768px) {
  .check-label {
    font-size: 15px;
  }
}
@media screen and (max-width: 378px) {
  .check-label {
    font-size: 3.9682539683vw;
  }
}
.check-label::after {
  content: "";
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  width: 17px;
  height: 17px;
  position: absolute;
  top: 12px;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 1100px) {
  .check-label::after {
    width: 1.5454545455vw;
    height: 1.5454545455vw;
  }
}
@media screen and (max-width: 768px) {
  .check-label::after {
    width: 17px;
    height: 17px;
    top: 10px;
  }
}
@media screen and (max-width: 378px) {
  .check-label::after {
    width: 4.4973544974vw;
    height: 4.4973544974vw;
  }
}
.check-label i {
  position: absolute;
  top: 12px;
  left: 2px;
  z-index: 2;
  transform: translateY(-50%);
  color: #fff;
}
.check-label a {
  color: #0f8fef;
  text-decoration: underline;
  position: relative;
  padding-right: 24px;
}
.check-label a::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-image: url(../image/newtab-right-blue.svg);
  position: absolute;
  background-size: contain;
  top: 7px;
  right: 4px;
}
@media screen and (max-width: 1100px) {
  .check-label a::after {
    top: 5px;
  }
}

.contact {
  background-color: #182445;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1200px) {
  .contact {
    padding-top: 6.9444444444vw;
    padding-bottom: 6.9444444444vw;
  }
}
.contact__box {
  width: 1160px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .contact__box {
    width: 80.5555555556vw;
  }
}
@media screen and (max-width: 500px) {
  .contact__box {
    width: 88.6243386243vw;
  }
}
.contact__explain {
  font-size: 16px;
  margin-bottom: 50px;
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .contact__explain {
    font-size: max(1.1111111111vw, 14px);
    margin-bottom: 3.4722222222vw;
  }
}
@media screen and (max-width: 500px) {
  .contact__explain {
    font-size: 3.9682539683vw;
    margin-bottom: 6.0846560847vw;
  }
}
.contact__small {
  color: #8792a7;
  font-size: 13px;
  line-height: 1;
  margin-bottom: 32px;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  .contact__small {
    font-size: 1.1818181818vw;
    margin-bottom: 2.9090909091vw;
  }
}
@media screen and (max-width: 768px) {
  .contact__small {
    font-size: 12px;
    line-height: 2.3333333333;
    text-align: left;
  }
}
@media screen and (max-width: 378px) {
  .contact__small {
    font-size: 3.1746031746vw;
  }
}

.required span {
  position: relative;
}
.required span::after {
  text-align: center;
  display: block;
  content: "必須";
  background-color: #d6436d;
  color: #fff;
  font-size: 11px;
  width: 32px;
  height: 15px;
  line-height: 15px;
  position: absolute;
  right: -50px;
  top: 5px;
}
@media screen and (max-width: 1100px) {
  .required::after {
    right: -6.3636363636vw;
    top: 0.1818181818vw;
    font-size: 1.0909090909vw;
    width: 4.5454545455vw;
    height: 2vw;
    line-height: 2vw;
  }
}
@media screen and (max-width: 768px) {
  .required::after {
    font-size: 12px;
    width: 50px;
    height: 22px;
    line-height: 22px;
    top: 50%;
    right: -70px;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 378px) {
  .required::after {
    font-size: 3.1746031746vw;
    width: 13.2275132275vw;
    height: 5.8201058201vw;
    line-height: 5.8201058201vw;
    right: -18.5185185185vw;
  }
}

.verification {
  position: fixed;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10000;
  overflow-x: scroll;
  width: 783px;
  height: calc(100vh - 200px);
  margin: 0 auto;
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 60px;
  padding-right: 60px;
  text-align: center;
  box-shadow: 0px 0px 10px 0px #091023;
}
@media screen and (max-width: 800px) {
  .verification {
    width: 88.6243386243vw;
  }
}
@media screen and (max-width: 600px) {
  .verification {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.verification.hide {
  display: none;
}
.verification__title {
  font-weight: bold;
  margin-bottom: 50px;
  font-size: 24px;
  line-height: 1;
  color: #0f8fef;
  color: #182445;
}
@media screen and (max-width: 600px) {
  .verification__title {
    font-size: 18px;
    margin-bottom: 33px;
  }
}
.verification__text {
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 20px;
  text-align: left;
  color: #182445;
}
@media screen and (max-width: 600px) {
  .verification__text {
    font-size: 15px;
    margin-bottom: 33px;
  }
}
.verification__row {
  display: flex;
  justify-content: space-between;
  padding-top: 35px;
  padding-bottom: 35px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.verification__row:last-of-type {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 60px;
}
@media screen and (max-width: 600px) {
  .verification__row:last-of-type {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 600px) {
  .verification__row {
    flex-direction: column;
    padding-top: 30px;
    padding-bottom: 30px;
    row-gap: 18px;
  }
}
.verification__content {
  text-align: left;
  width: calc(100% - 180px);
  font-size: 16px;
  line-height: 1;
  color: #182445;
}
@media screen and (max-width: 600px) {
  .verification__content {
    font-size: 15px;
  }
}
.verification__content.textarea {
  line-height: 1.75;
  white-space: pre-line;
}
.verification__label {
  font-size: 16px;
  line-height: 1;
  width: 180px;
  text-align: left;
  color: #182445;
}
@media screen and (max-width: 600px) {
  .verification__label {
    font-size: 15px;
  }
}

.contact-otherpage {
  padding-top: 85px;
  padding-bottom: 100px;
  background-color: #091023;
}
@media screen and (max-width: 1200px) {
  .contact-otherpage {
    padding-top: 5.9027777778vw;
    padding-bottom: 6.9444444444vw;
  }
}
@media screen and (max-width: 500px) {
  .contact-otherpage {
    padding-top: 15.873015873vw;
    padding-bottom: 15.873015873vw;
  }
}
.contact-otherpage__wrapper {
  width: 1160px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .contact-otherpage__wrapper {
    width: 80.5555555556vw;
  }
}
@media screen and (max-width: 500px) {
  .contact-otherpage__wrapper {
    width: 88.6243386243vw;
  }
}
.contact-otherpage__items {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.contact-otherpage__items.top {
  margin-bottom: 20px;
}
@media screen and (max-width: 700px) {
  .contact-otherpage__items.top {
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 500px) {
  .contact-otherpage__items.top {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 700px) {
  .contact-otherpage__items {
    flex-direction: column;
    row-gap: 28px;
  }
}
@media screen and (max-width: 700px) {
  .contact-otherpage__items {
    row-gap: 20px;
  }
}
.contact-otherpage__item {
  flex: 1;
  transition: 0.4s;
  height: auto;
  background-color: #182445;
  padding: 36px 60px 36px 20px;
  position: relative;
  text-align: left;
}
@media screen and (max-width: 1200px) {
  .contact-otherpage__item {
    width: 25vw;
  }
}
@media screen and (max-width: 700px) {
  .contact-otherpage__item {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .contact-otherpage__item {
    padding: 24px 36px 24px 16px;
  }
}
.contact-otherpage__item span {
  color: #fff;
  background: linear-gradient(transparent, #fff) 0px 100%/0px 2px no-repeat;
  transition: 0.4s;
}
@media screen and (max-width: 1200px) {
  .contact-otherpage__item span {
    font-size: 15px;
  }
}
.contact-otherpage__item a {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.contact-otherpage__item::after {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../image/newtab-right-blue.svg);
  background-size: contain;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
@media screen and (max-width: 500px) {
  .contact-otherpage__item::after {
    width: 3.9682539683vw;
    height: 3.9682539683vw;
    right: 16px;
  }
}
.contact-otherpage__item:hover span {
  background-size: 100% 2px;
  transition: 0.4s;
}

.bg-shadow {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: rgba(9, 16, 35, 0.35);
  top: 0;
  left: 0;
  z-index: 1000;
}
.bg-shadow.hide {
  display: none;
}

.complete {
  width: 800px;
  height: 454px;
  position: fixed;
  top: calc(50vh - 252px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 10000;
  background-color: #fff;
  padding-top: 60px;
  padding-right: 60px;
  padding-left: 60px;
  padding-bottom: 80px;
}
@media screen and (max-width: 850px) {
  .complete {
    width: 88.6243386243vw;
  }
}
@media screen and (max-width: 600px) {
  .complete {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
    height: auto;
    top: 50vh;
    transform: translate(-50%, -50%);
  }
}
.complete__title {
  font-size: 24px;
  color: #0f8fef;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.02em;
  margin-bottom: 44px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .complete__title {
    font-size: 18px;
    margin-bottom: 32px;
  }
}
.complete__text {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.75;
  letter-spacing: 0.02em;
  margin-bottom: 54px;
  word-break: break-all;
  color: #182445;
}
@media screen and (max-width: 600px) {
  .complete__text {
    font-size: 15px;
    margin-bottom: 30px;
  }
}

.send-error {
  width: 800px;
  height: -moz-fit-content;
  height: fit-content;
  position: fixed;
  top: calc(50vh - 252px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 10000;
  background-color: #fff;
  padding-top: 98px;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 98px;
}
@media screen and (max-width: 850px) {
  .send-error {
    width: 88.6243386243vw;
  }
}
@media screen and (max-width: 600px) {
  .send-error {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
    height: auto;
    top: 50vh;
    transform: translate(-50%, -50%);
  }
}
.send-error__title {
  font-size: 20px;
  color: #0f8fef;
  line-height: 29/20;
  font-weight: bold;
  letter-spacing: 0.02em;
  margin-bottom: 44px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .send-error__title {
    font-size: 18px;
    margin-bottom: 32px;
  }
}
.send-error__text {
  font-size: 16px;
  font-weight: normal;
  line-height: 2;
  letter-spacing: 0.02em;
  margin-bottom: 54px;
  word-break: break-all;
  color: #182445;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .send-error__text {
    text-align: left;
    font-size: 15px;
    margin-bottom: 30px;
  }
}/*# sourceMappingURL=contact.css.map */