@charset "UTF-8";
body.submit-loading:before {
  content: "";
  display: block;
  background: #fff;
  opacity: 0.5;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 100000;
}
body.submit-loading:after {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background: url(../img/base/loading-gray.svg) no-repeat center center/cover;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

@media screen and (min-width: 768px) {
  .sub-mv__text {
    width: 111.9047619048vw;
  }
}

.entry-title,
.post-edit-link,
.site-main > .breadcrumb {
  display: none;
}

@media screen and (min-width: 768px) {
  .breadcrumb ol {
    padding: 0;
    padding-top: 20px;
  }
}

.contact-page {
  padding-left: 35px;
  padding-right: 35px;
}
@media screen and (min-width: 768px) {
  .contact-page {
    padding: 0;
  }
}
.contact-page .form__entry:not(:first-child) {
  margin-top: 55px;
}
@media screen and (min-width: 768px) {
  .contact-page .form__entry:not(:first-child) {
    margin-top: 60px;
  }
}
.contact-page .form__entry-head {
  color: #202124;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.28px;
}
@media screen and (min-width: 768px) {
  .contact-page .form__entry-head {
    font-size: 18px;
    letter-spacing: 0.36px;
  }
}
.contact-page .form__entry-head span {
  font-weight: normal;
}
.contact-page .form__entry-head.required:after {
  content: "*";
  color: #a11217;
  font-size: 16px;
  font-weight: 500;
  vertical-align: top;
  margin-left: -5px;
}
@media screen and (min-width: 768px) {
  .contact-page .form__entry-head.required:after {
    font-weight: 400;
  }
}
.contact-page .form__entry-input {
  margin-top: 25px;
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.9);
  padding: 0 8px 12px;
}
@media screen and (min-width: 768px) {
  .contact-page .form__entry-input {
    margin-top: 20px;
  }
}
.contact-page .form__entry-input input {
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
  letter-spacing: 0.2px;
  color: #000;
}
@media screen and (min-width: 768px) {
  .contact-page .form__entry-input input {
    font-size: 14px;
  }
}
.contact-page .form__entry-input input:placeholder {
  color: #bfbfbf;
}
.contact-page .form__entry-input input:-webkit-autofill {
  box-shadow: 0 0 0px 1000px #ffffff inset;
}
.contact-page .form__entry-select {
  margin-top: 25px;
  position: relative;
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.9);
  padding: 0 0 8px;
}
@media screen and (min-width: 768px) {
  .contact-page .form__entry-select {
    margin-top: 20px;
    width: 400px;
  }
}
.contact-page .form__entry-select:after {
  content: "";
  display: block;
  width: 16px;
  height: 11px;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="11" viewBox="0 0 16 11" fill="none"><path d="M1 1.2832L8.07107 9.56644L15.1421 1.2832" stroke="black"></path></svg>');
  background-size: cover;
  position: absolute;
  top: -5px;
  bottom: 0;
  right: 10px;
  margin: auto;
}
.contact-page .form__entry-select select {
  display: none;
}
.contact-page .form__entry-select .easy-select-box {
  width: calc(100vw - 70px) !important;
  height: 48px !important;
  border: 2px solid #fff;
  padding: 0 8px;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .contact-page .form__entry-select .easy-select-box {
    width: 400px !important;
    font-size: 14px;
  }
}
.contact-page .form__entry-select .easy-select-box.focused {
  border: 2px solid rgba(161, 18, 23, 0.2);
}
.contact-page .form__entry-select .easy-select-box .esb-dropdown {
  border: none;
  box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.1);
  top: 160%;
  width: 100%;
}
.contact-page .form__entry-select .easy-select-box .esb-dropdown.active {
  display: block;
}
.contact-page .form__entry-select .easy-select-box .esb-dropdown .esb-item {
  padding: 10px 10px 10px 45px;
  color: inherit;
}
.contact-page .form__entry-select .easy-select-box .esb-dropdown .esb-item + .esb-item {
  border-top: 1px solid #f0f0f0;
  background: #fff;
}
.contact-page .form__entry-select .easy-select-box .esb-dropdown .esb-item:hover {
  background: none;
}
.contact-page .form__entry-select .easy-select-box .esb-displayer {
  height: 48px;
  line-height: 48px;
  padding: 0;
}
.contact-page .form__entry-checkbox {
  margin-top: 25px;
  padding: 0 8px;
}
@media screen and (min-width: 768px) {
  .contact-page .form__entry-checkbox {
    margin-top: 20px;
  }
}
.contact-page .form__entry-checkbox input[type=checkbox] + label {
  display: flex;
  align-items: baseline;
}
.contact-page .form__entry-checkbox input[type=checkbox] + label:not(:first-child) {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .contact-page .form__entry-checkbox input[type=checkbox] + label:not(:first-child) {
    margin-top: 25px;
  }
}
.contact-page .form__entry-checkbox input[type=checkbox] + label span {
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0.2px;
}
@media screen and (min-width: 768px) {
  .contact-page .form__entry-checkbox input[type=checkbox] + label span {
    font-size: 14px;
  }
}
.contact-page .form__entry-checkbox input[type=checkbox] + label:before {
  content: "";
  width: 12px;
  height: 12px;
  display: block;
  border: 1px solid #000;
  margin-right: 10px;
  flex-shrink: 0;
}
.contact-page .form__entry-checkbox input[type=checkbox]:checked + label:before {
  content: "";
  width: 12px;
  height: 12px;
  display: block;
  border: 1px solid #000;
  margin-right: 10px;
  background: #000;
}
.contact-page .form__entry-text {
  margin-top: 25px;
  padding: 8px 8px 0;
  border: 1px solid #bfbfbf;
}
@media screen and (min-width: 768px) {
  .contact-page .form__entry-text {
    margin-top: 20px;
  }
}
.contact-page .form__entry-text textarea {
  width: 100%;
  height: 100%;
}
.contact-page .form__entry-text textarea:placeholder {
  color: #bfbfbf;
}
.contact-page .form__error {
  font-size: 11px;
  letter-spacing: 0.2px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .contact-page .form__error {
    font-size: 12px;
  }
}
.contact-page .form__error.error_active {
  padding-top: 10px;
  padding-left: 27px;
}
.contact-page .form__error.error_active:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border: #a11217 solid 1px;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  bottom: 0;
  left: 8px;
  margin: auto;
}
.contact-page .form__error.error_active:after {
  content: "！";
  font-size: 10px;
  transform: scale(0.8);
  position: absolute;
  top: 12px;
  bottom: 0;
  left: 10px;
  margin: auto;
}
.contact-page .btn-link {
  letter-spacing: 5px;
  font-size: 13px;
}
@media screen and (min-width: 768px) {
  .contact-page .btn-link {
    font-size: 20px;
    width: 470px;
    height: 70px;
    line-height: 70px;
  }
}