@charset "UTF-8";
/* ------------------------------------- */
/* メインビジュアル
/* ------------------------------------- */
.contact-mv .lower-mv-title::before {
  content: "CONTACT";
}

/* ------------------------------------- */
/* form
/* ------------------------------------- */
.form {
  padding: 100px 0 120px;
}
.form .inner {
  max-width: 1170px;
}
.form-wrapper {
  margin-top: 50px;
}
.form-heading {
  padding: 15px 17px;
  font-size: 2rem;
  letter-spacing: 1px;
  font-weight: 700;
  background-color: #f2f6fd;
  margin-bottom: 30px;
}
.form-item {
  line-height: 1.8;
  letter-spacing: 0.7px;
  padding-left: 1em;
  text-indent: -1em;
}
.form-item span {
  font-weight: 700;
  color: #d30009;
}
.form-text {
  letter-spacing: 0.7px;
  line-height: 1.8;
}
.form-text span {
  font-weight: 700;
}
.form-button {
  max-width: 310px;
  text-align: center;
  margin: 30px auto 0;
}
.form-button a {
  display: inline-block;
  width: 100%;
  padding: 20px 0;
  font-weight: 700;
  color: #0053d1;
  font-weight: 700;
  letter-spacing: 0.8px;
  font-size: 1.6rem;
  border: solid 2px #bfd4f3;
  border-radius: 50px;
  position: relative;
  transition: all 0.3s;
}
.form-button a::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  top: 50%;
  right: 22px;
  transform: translateY(-50%) rotate(-45deg);
  border-bottom: solid 2px #bfd4f3;
  border-right: solid 2px #bfd4f3;
  transition: all 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .form-button a:hover {
    background-color: #bfd4f3;
    transition: all 0.3s;
  }
  .form-button a:hover::after {
    border-bottom: solid 2px #0053d1;
    border-right: solid 2px #0053d1;
    transition: all 0.3s;
  }
}
.form-area {
  margin-top: 60px;
  padding-top: 60px;
  border-top: dotted 2px #bfd4f3;
}
.form-area .inner {
  max-width: 970px;
}
.form-area .form-table {
  width: 100%;
  border-collapse: collapse;
  border-bottom: solid 1px #e5eefa;
}
.form-area .form-table tr {
  border-top: solid 1px #e5eefa;
}
.form-area .form-table th {
  width: 27%;
  text-align: left;
  padding: 0 0 0 15px;
  font-weight: 700;
  letter-spacing: 0.7px;
  vertical-align: middle;
}
.form-area .form-table th span {
  color: #d30009;
  font-weight: 700;
}
.form-area .form-table td {
  width: 73%;
  padding: 20px 10px 20px 0;
}
.form-area .form-table input[type=text],
.form-area .form-table textarea,
.form-area .form-table select {
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid #e5eefa;
  color: #333;
  display: inline-block;
  line-height: 1.5;
  padding: 0 10px;
  width: 100%;
  font-size: 1.4rem;
  height: 4rem;
  border-radius: 3px;
  letter-spacing: 0.7px;
}
.form-area .form-table input[type=radio] {
  margin-top: 0;
}
.form-area .form-table select.is-empty {
  color: #ddd;
}
.form-area .form-table textarea {
  height: 100px;
  padding: 10px;
}
.form-area .form-table .address-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.form-area .form-table .address-prefecture {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 33%;
}
.form-area .form-table .address-prefecture p {
  letter-spacing: 0.7px;
  margin-right: 10px;
}
.form-area .form-table .address-prefecture .address-select {
  width: 70%;
  position: relative;
}
.form-area .form-table .address-prefecture .address-select::after {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  top: 45%;
  right: 10px;
  transform: translateY(-50%) rotate(45deg);
  border-bottom: solid 2px #333;
  border-right: solid 2px #333;
}
.form-area .form-table .title {
  line-height: 1.3;
}
.form-area .form-table .resume1,
.form-area .form-table .resume2 {
  padding: 10px 15px;
  border: solid 1px #e5eefa;
}
.form-area .form-table .resume1 input[type=file],
.form-area .form-table .resume2 input[type=file] {
  font-size: 1.2rem;
  width: 90%;
}
.form-area .form-table .resume2 {
  margin-top: 20px;
}
.form-area .form-table .resume-size {
  display: none;
}
.form-area .form-table .resume-text {
  margin-top: 8px;
  line-height: 1.3;
  font-size: 1.3rem;
}
.form-area .btn-area {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.form-area .btn-area .submit,
.form-area .btn-area .return,
.form-area .btn-area .reset {
  width: 310px;
  text-align: center;
}
.form-area .btn-area .submit input,
.form-area .btn-area .return input,
.form-area .btn-area .reset a {
  display: inline-block;
  width: 100%;
  padding: 20px 0;
  border-radius: 50px;
  font-size: 1.6rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s;
}
.form-area .btn-area .submit::after,
.form-area .btn-area .return::after,
.form-area .btn-area .reset a::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 22px;
  width: 10px;
  height: 10px;
  transform: translateY(-50%) rotate(-45deg);
}
.form-area .btn-area .submit {
  position: relative;
}
.form-area .btn-area .submit input {
  color: #fff;
  background-color: #0053d1;
  border: solid 2px #0053d1;
}
.form-area .btn-area .submit::after {
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
}
@media (hover: hover) and (pointer: fine) {
  .form-area .btn-area .submit:hover input {
    background-color: #fff;
    color: #0053d1;
    transition: all 0.3s;
  }
  .form-area .btn-area .submit:hover::after {
    border-bottom: solid 2px #0053d1;
    border-right: solid 2px #0053d1;
    transition: all 0.3s;
  }
}
.form-area .btn-area .return {
  display: none;
  position: relative;
}
.form-area .btn-area .return::after {
  border-bottom: solid 2px #bfd4f3;
  border-right: solid 2px #bfd4f3;
}
.form-area .btn-area .return input {
  border: solid 2px #bfd4f3;
  color: #0053d1;
}
@media (hover: hover) and (pointer: fine) {
  .form-area .btn-area .return:hover::after {
    border-bottom: solid 2px #0053d1;
    border-right: solid 2px #0053d1;
    transition: all 0.3s;
  }
  .form-area .btn-area .return:hover input {
    background-color: #bfd4f3;
    transition: all 0.3s;
  }
}
.form-area .btn-area .reset a {
  position: relative;
  background-color: #fff;
  color: #0053d1;
  border: solid 2px #bfd4f3;
}
.form-area .btn-area .reset a::after {
  border-bottom: solid 2px #bfd4f3;
  border-right: solid 2px #bfd4f3;
}
@media (hover: hover) and (pointer: fine) {
  .form-area .btn-area .reset a:hover {
    background-color: #bfd4f3;
    transition: all 0.3s;
  }
  .form-area .btn-area .reset a:hover::after {
    border-bottom: solid 2px #0053d1;
    border-right: solid 2px #0053d1;
    transition: all 0.3s;
  }
}
.form-area .btn-area .reset a span {
  font-weight: 700;
}

@media screen and (max-width: 600px) {
  .form {
    padding: 80px 0;
  }
  .form .inner {
    max-width: 100%;
    padding: 0 20px;
  }
  .form-wrapper {
    margin-top: 40px;
  }
  .form-area {
    margin-top: 40px;
    padding-top: 40px;
  }
  .form-area .inner {
    max-width: 100%;
    padding: 0;
  }
  .form-area .form-table th,
.form-area .form-table td {
    display: block;
    width: 100%;
  }
  .form-area .form-table th {
    padding: 20px 0 0 10px;
  }
  .form-area .form-table td {
    padding: 15px 10px 20px;
  }
  .form-area .form-table .type {
    display: flex;
    flex-direction: column;
  }
  .form-area .form-table .address-wrapper {
    flex-direction: column;
    align-items: start;
  }
  .form-area .form-table .address-prefecture {
    width: 100%;
    margin-bottom: 15px;
  }
  .form-area .btn-area {
    flex-direction: column;
    margin-top: 40px;
    gap: 20px;
  }
  .mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0;
    margin-top: 10px;
  }
}
.mw_wp_form .error {
  margin-bottom: 10px;
}

#confirm .form-area {
  margin-top: 0;
  border-top: none;
  padding-top: 50px;
}
#confirm .form-area .form-table .address-wrapper {
  justify-content: initial;
}
#confirm .form-area .form-table .address-prefecture {
  width: auto;
}
#confirm .form-area .form-table .address-prefecture > span {
  display: none;
}
#confirm .form-area .form-table .address-prefecture p {
  display: none;
}
#confirm .form-area .form-table .address-prefecture .address-select {
  width: auto;
}
#confirm .form-area .form-table .address-prefecture .address-select::after {
  display: none;
}
#confirm .form-area .form-table .resume1,
#confirm .form-area .form-table .resume2 {
  border: none;
  padding: 0;
  line-height: 1.3;
}
#confirm .form-area .form-table .resume2 {
  margin-top: 0;
}
#confirm .form-area .form-table .resume-text {
  display: none;
}
#confirm .form-area .btn-area .reset {
  display: none;
}
#confirm .form-area .btn-area .return {
  display: block;
}

.thanks-title {
  margin-top: 54px;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 1.2px;
}

.thanks-text {
  margin-top: 50px;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.7px;
}

@media screen and (max-width: 600px) {
  .thanks-title {
    margin-top: 40px;
    font-size: 2.2rem;
  }
  .thanks-text {
    margin-top: 40px;
  }
}