@charset "UTF-8";
.contact__services-bg {
  background: #E6EBF0;
  padding: 120px 40px;
}
@media screen and (max-width: 768px) {
  .contact__services-bg {
    padding: 15.625vw 40px;
  }
}
@media screen and (max-width: 400px) {
  .contact__services-bg {
    padding: 60px 24px;
  }
}
.contact__services-inner {
  width: min(100%, 1200px);
  margin: 0 auto;
}
.contact__services-title {
  font-weight: 700;
  font-size: 50px;
  line-height: 1.5;
  color: #1B2A33;
  letter-spacing: 2.5px;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .contact__services-title {
    font-size: max(6.5104166667vw, 30px);
  }
}
@media screen and (max-width: 400px) {
  .contact__services-title {
    font-size: 30px;
    letter-spacing: 0;
    margin-bottom: 30px;
  }
}
.contact__services-text {
  font-weight: 400;
  color: #1B2A33;
  margin-bottom: 40px;
}
@media screen and (max-width: 400px) {
  .contact__services-text {
    margin-bottom: 30px;
  }
}
.contact__services-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 40px;
}
@media screen and (max-width: 768px) {
  .contact__services-list {
    flex-direction: column;
    align-items: center;
  }
}
.contact__services-item {
  width: calc(50% - 20px);
}
@media screen and (max-width: 768px) {
  .contact__services-item {
    width: min(100%, 560px);
  }
}
.contact__services-item a {
  width: 100%;
  height: 109px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 40px;
  font-weight: 400;
  color: #1B2A33;
}
@media screen and (max-width: 768px) {
  .contact__services-item a {
    height: max(14.1927083333vw, 69px);
    padding: 20px;
  }
}
@media screen and (max-width: 400px) {
  .contact__services-item a {
    height: 69px;
  }
}
.contact__services-item a .newwindow-icon {
  width: 12px;
  height: 12px;
  margin: 4px 6px 0;
}
@media screen and (max-width: 400px) {
  .contact__services-item a .newwindow-icon {
    width: 10px;
    height: 10px;
    right: 18px;
  }
}
.contact__services-item a:hover {
  color: #1692F5;
}
.contact__services-item a:hover .newwindow-icon {
  filter: invert(42%) sepia(56%) saturate(2063%) hue-rotate(185deg) brightness(99%) contrast(94%);
}
.contact__form {
  padding: 120px 40px;
}
@media screen and (max-width: 768px) {
  .contact__form {
    padding: 15.625vw 40px;
  }
}
@media screen and (max-width: 400px) {
  .contact__form {
    padding: 60px 24px;
  }
}
.contact__form-inner {
  width: min(100%, 1200px);
  margin: 0 auto;
}
.contact__form-title {
  font-weight: 700;
  font-size: 50px;
  line-height: 1.5;
  color: #1B2A33;
  letter-spacing: 2.5px;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .contact__form-title {
    font-size: max(6.5104166667vw, 30px);
  }
}
@media screen and (max-width: 400px) {
  .contact__form-title {
    font-size: 30px;
    letter-spacing: 0;
    margin-bottom: 30px;
  }
}
.contact__form-text {
  font-weight: 400;
  color: #1B2A33;
  margin-bottom: 40px;
}
@media screen and (max-width: 400px) {
  .contact__form-text {
    margin-bottom: 20px;
  }
}
.contact__form form {
  width: 100%;
}
.contact__form form .form__row {
  display: flex;
  padding: 40px 0;
  border-top: solid 1px #C3C3C3;
}
.contact__form form .form__row.last {
  border-bottom: solid 1px #C3C3C3;
}
@media screen and (max-width: 768px) {
  .contact__form form .form__row {
    flex-direction: column;
    row-gap: 20px;
  }
}
@media screen and (max-width: 400px) {
  .contact__form form .form__row {
    padding: 20px 0;
  }
}
.contact__form form .form__label {
  font-weight: 700;
  width: 230px;
  line-height: 1.8;
}
.contact__form form .form__label.required::after {
  content: "【必須】";
  font-weight: 700;
  display: inline-block;
  color: #FF1818;
}
.contact__form form .form__group {
  flex: 1;
}
.contact__form form .form__group .error-msg {
  font-weight: 400;
  margin-top: 10px;
  color: #FF1818;
  display: block;
}
.contact__form form .form__input {
  width: 100%;
  padding: 25px 36px;
  background: #E6EBF0;
  font-size: 18px;
}
.contact__form form .form__input.textarea {
  height: 240px;
}
.contact__form form .form__input::-moz-placeholder {
  color: #8A9CAC;
}
.contact__form form .form__input::placeholder {
  color: #8A9CAC;
}
.contact__form form .form__input.error {
  background: #FFE3E3;
}
.contact__form .form__check {
  font-weight: 400;
  width: -moz-fit-content;
  width: fit-content;
  margin: 40px auto;
  line-height: 1.8;
}
@media screen and (max-width: 400px) {
  .contact__form .form__check {
    margin: 16px 16px 30px;
  }
}
.contact__form .form__check-label {
  display: block;
  position: relative;
  padding-left: 40px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .contact__form .form__check-label {
    padding-left: 44px;
  }
}
.contact__form .form__check a {
  display: inline;
  color: #1B2A33;
  text-decoration: underline;
}
.contact__form .form__check a:hover {
  color: #1692F5;
}
.contact__form .form__check .error-msg {
  font-weight: 400;
  margin-top: 10px;
  color: #FF1818;
  display: block;
}
.contact__form .common__btn {
  margin: 0 auto;
}
.contact__form .common__btn button {
  display: block;
  width: 100%;
  height: 100%;
}
.contact__form .common__btn span {
  font-weight: 700;
  color: #fff;
  font-size: 18px;
}
.contact__thanks {
  background-color: #1B2A33;
  padding: 120px 40px;
  color: #fff;
  text-align: center;
  position: relative;
  margin-top: 114px;
}
@media screen and (max-width: 1200px) {
  .contact__thanks {
    margin-top: 82px;
  }
}
@media screen and (max-width: 768px) {
  .contact__thanks {
    padding: 15.625vw 40px;
    margin-top: 66px;
  }
}
@media screen and (max-width: 400px) {
  .contact__thanks {
    padding: 60px 24px;
    margin-top: 50px;
  }
}
.contact__thanks-inner {
  position: relative;
  z-index: 1;
}
.contact__thanks-title {
  font-weight: 700;
  font-size: 70px;
  line-height: 1.5;
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .contact__thanks-title {
    font-size: max(9.1145833333vw, 40px);
  }
}
@media screen and (max-width: 400px) {
  .contact__thanks-title {
    font-size: 10vw;
    line-height: 1;
    margin-bottom: 60px;
  }
}
.contact__thanks-subtitle {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .contact__thanks-subtitle {
    font-size: max(4.1666666667vw, 20px);
  }
}
@media screen and (max-width: 400px) {
  .contact__thanks-subtitle {
    font-size: 20px;
  }
}
.contact__thanks-text {
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 40px;
}
@media screen and (max-width: 400px) {
  .contact__thanks-text {
    margin-bottom: 30px;
  }
}
.contact__thanks .common__btn {
  margin: 0 auto;
}
.contact__thanks #particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}

input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  width: 32px;
  height: 32px;
  background: #E6EBF0;
  position: absolute;
  top: -4px;
  left: 0;
  cursor: pointer;
}
@media screen and (max-width: 460px) {
  input[type=checkbox] {
    margin-top: 4px;
  }
}
input[type=checkbox]:checked {
  background: #1692F5;
  border: 1px solid #1692F5;
}
input[type=checkbox]:checked::before {
  content: "";
  width: 10px;
  height: 15px;
  transform: rotate(43deg);
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  position: absolute;
  top: 5px;
  left: 10px;
}

.form__confirm {
  background: #fff;
  padding: 120px 40px;
}
@media screen and (max-width: 768px) {
  .form__confirm {
    padding: 15.625vw 40px;
  }
}
@media screen and (max-width: 400px) {
  .form__confirm {
    padding: 60px 24px;
  }
}
.form__confirm-inner {
  width: min(100%, 1200px);
  margin: 0 auto;
}
.form__confirm-title {
  font-weight: 700;
  font-size: 50px;
  line-height: 1.5;
  color: #1B2A33;
  letter-spacing: 2.5px;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .form__confirm-title {
    font-size: max(6.5104166667vw, 30px);
  }
}
@media screen and (max-width: 400px) {
  .form__confirm-title {
    font-size: 30px;
    letter-spacing: 0;
    margin-bottom: 30px;
  }
}
.form__confirm-text {
  font-weight: 400;
  color: #1B2A33;
  margin-bottom: 24px;
}
.form__confirm-content {
  width: 100%;
}
.form__confirm-content .form__row {
  display: flex;
  padding: 40px 0;
  border-top: solid 1px #C3C3C3;
}
.form__confirm-content .form__row.last {
  border-bottom: solid 1px #C3C3C3;
}
@media screen and (max-width: 768px) {
  .form__confirm-content .form__row {
    flex-direction: column;
    row-gap: 20px;
  }
}
@media screen and (max-width: 400px) {
  .form__confirm-content .form__row {
    padding: 20px 0;
  }
}
.form__confirm-content .form__confirm-label {
  font-weight: 700;
  width: 265px;
  line-height: 1.8;
}
.form__confirm-content .form__confirm-label.required::after {
  content: "【必須】";
  font-weight: 700;
  color: #FF1818;
}
.form__confirm-content .form__group {
  flex: 1;
}
.form__confirm-btns {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}
.form__confirm-btns .back__btn {
  background: #8A9CAC;
}
.form__confirm-btns button {
  display: block;
  width: 100%;
  height: 100%;
}
.form__confirm-btns span {
  font-weight: 700;
  color: #fff;
  font-size: 18px;
}
@media screen and (max-width: 700px) {
  .form__confirm-btns {
    flex-direction: column-reverse;
    align-items: center;
    row-gap: 20px;
  }
}/*# sourceMappingURL=contact.css.map */