.under-mv {
  margin-top: 100px;
  position: relative;
  background-position: center;
  background-size: cover;
  height: 200px;
  z-index: 3;
}

@media only screen and (max-width: 751px) {
  .under-mv {
    margin-top: 60px;
    height: 100px;
  }
}

.under-mv-inner {
  width: 100%;
  height: 100%;
  position: relative;
}

.under-mv-heading {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  margin: auto;
}

.under-mv-heading__title {
  font-weight: 700;
  font-size: 30px;
  text-align: center;
  color: #fff;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.16);
}

@media only screen and (max-width: 751px) {
  .under-mv-heading__title {
    font-size: 15px;
  }
}

.under-mv-heading__title-en {
  font-family: Roboto;
  font-size: 40px;
  text-align: center;
  color: #fff;
  position: relative;
  margin-bottom: 25px;
}

@media only screen and (max-width: 751px) {
  .under-mv-heading__title-en {
    font-size: 25px;
    margin-bottom: 10px;
  }
}

.under-mv-heading__sub {
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  color: #fff;
}

@media only screen and (max-width: 751px) {
  .under-mv-heading__sub {
    font-size: 15px;
  }
}

.contact-form-inner {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 751px) {
  .contact-form-inner {
    max-width: 90%;
  }
}

.contact-form-title {
  margin-bottom: 86px;
}

.contact-form-text {
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  color: #454649;
  margin-bottom: 20px;
}

@media only screen and (max-width: 751px) {
  .contact-form-text {
    font-weight: 700;
    font-size: 16px;
    line-height: 32px;
  }
}

.contact-form-text-warning {
  font-size: 15px;
  line-height: 28px;
  text-align: center;
  color: #454649;
  margin-bottom: 72px;
}

@media only screen and (max-width: 751px) {
  .contact-form-text-warning {
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 35px;
  }
}

.contact-form-text-warning span {
  color: #cc4343;
}

.contact-form-box-item {
  margin-bottom: 30px;
}

.contact-form-box-item:last-of-type {
  margin-bottom: 0;
}

.contact-form-box-item__heading {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 10px;
}

.contact-form-box-item__heading-required {
  font-weight: 500;
  color: #cc4343;
  padding-left: 12px;
}

.contact-form-box-item__select {
  width: 270px;
  height: 60px;
  background-color: #f0f0f0;
  border: 0;
  padding-left: 23px;
  padding-right: 23px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 751px) {
  .contact-form-box-item__select {
    width: 100%;
  }
}

.contact-form-box-item__input-text {
  width: 100%;
  line-height: 60px;
  background-color: #f0f0f0;
  border: 0;
  padding-left: 23px;
  padding-right: 23px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.contact-form-box-item__input-mail {
  width: 100%;
  line-height: 60px;
  background-color: #f0f0f0;
  border: 0;
  padding-left: 23px;
  padding-right: 23px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.contact-form-box-item__input-tel {
  width: 100%;
  line-height: 60px;
  background-color: #f0f0f0;
  border: 0;
  padding-left: 23px;
  padding-right: 23px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.contact-form-box-item__input-textarea {
  width: 100%;
  height: 300px;
  background-color: #f0f0f0;
  border: 0;
  padding-top: 23px;
  padding-left: 23px;
  padding-right: 23px;
  padding-bottom: 23px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.contact-form-box-check {
  text-align: center;
  /* margin-top: 46px;
  margin-bottom: 90px; */
}

@media only screen and (max-width: 751px) {
  .contact-form-box-check {
    margin-top: 30px;
    margin-bottom: 40px;
  }
}

.contact-form-box-check p {
  font-weight: 500;
  font-size: 14px;
}

.contact-form-box-check__link {
  font-weight: 500;
  font-size: 14px;
}

.contact-form-box-check__link::after {
  font-family: 'Font Awesome 5 Free';
  content: '\f35d';
  font-size: 16px;
  font-weight: 700;
  position: relative;
  top: 0;
  right: 0;
  padding-left: 30px;
  padding-right: 5px;
}

.contact-form-box-submit {
  text-align: center;
}

.contact-form-box-submit__input-submit {
  width: 100%;
  height: 100%;
  font-size: 15px;
  color: #fff;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-left: 90px;
  padding-right: 90px;
}

.contact-thanks-inner {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 84px;
  padding-bottom: 160px;
}

@media only screen and (max-width: 751px) {
  .contact-thanks-inner {
    max-width: 90%;
    padding-top: 40px;
    padding-bottom: 60px;
  }
}

.contact-thanks-title {
  margin-bottom: 86px;
}

.contact-thanks-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  color: #454649;
}

.contact-thanks-link {
  margin-top: 60px;
  text-align: center;
}

@media only screen and (max-width: 751px) {
  .contact-thanks-link {
    margin-top: 40px;
  }
}

.contact-mv {
  background-image: url(/assets/img/contact/mv.png);
}

.contact-mv-heading__title {
  letter-spacing: 0.15em;
  color: #d5600d;
  text-shadow: unset !important;
}

.contact-inner {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 84px;
  padding-bottom: 160px;
}

@media only screen and (max-width: 751px) {
  .contact-inner {
    max-width: 92%;
    padding-top: 47px;
    padding-bottom: 97px;
  }
}

.contact-list {
  padding-bottom: 205px;
}

@media only screen and (max-width: 751px) {
  .contact-list {
    padding-bottom: 60px;
  }
}

.contact-list-title {
  margin-bottom: 93px;
}

.contact-list-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media print, only screen and (min-width: 750px) {
  .contact-list-box {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media only screen and (max-width: 751px) {
  .contact-list-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
    max-width: 100%;
  }
}

@media only screen and (max-width: 751px) {
  .contact-list-box-item {
    max-width: 100%;
    margin-bottom: 30px;
  }
}

.contact-list-box-item:first-of-type:hover {
  opacity: 0.85;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.contact-list-box-item img {
  width: auto;
  height: 80px;
}
@media only screen and (max-width: 751px) {
  .contact-list-box-item:last-of-type {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 751px) {
  .contact-list-box-item img {
    width: 100%;
  }
}

.contact-form-title {
  margin-bottom: 100px;
}

.form-recaptcha {
  display: flex;
  justify-content: center; 
  margin: 20px 0; 
}