.l-mv {
  width: 100%;
  background: url("../../img/p-mv.jpg") no-repeat center/cover;
  text-align: center;
  height: 61.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-mv h1 {
  font-weight: 500;
  font-size: 3rem;
}
.l-mv h1 span {
  margin-top: 2rem;
  color: #fff;
  display: block;
}

@media (max-width: 768px) {
  .l-mv {
    background: url("../../img/p-mv-sp.jpg") no-repeat center/cover;
    height: 40rem;
  }
  .l-mv h1 img {
    width: 27rem;
  }
}
section {
  padding-top: 0;
}

.p-info {
  margin: 7rem auto 0 !important;
}
@media (max-width: 768px) {
  .p-info {
    margin-top: 8rem;
  }
}
.p-info a {
  text-decoration: underline;
}
.p-info h2 {
  font-weight: 500;
  padding-left: 2rem;
  border-left: 0.5rem solid #000;
  margin-bottom: 4.8rem;
}
@media (max-width: 768px) {
  .p-info h2 {
    border-left: 0.6rem solid #000;
    margin-bottom: 4rem;
  }
}
.p-info h2 span {
  display: block;
}
.p-info h2 .en {
  font-size: 3rem;
  margin-bottom: 0.4rem;
}
@media (max-width: 768px) {
  .p-info h2 .en {
    font-size: 5rem;
    margin-bottom: 1rem;
  }
}
.p-info h2 .ja {
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  .p-info h2 .ja {
    font-size: 3rem;
  }
}
.p-info .strong {
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 3.6rem;
}
@media (max-width: 768px) {
  .p-info .strong {
    font-size: 4rem;
    line-height: 1.25;
  }
}

.p-form {
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 6rem;
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  .p-form {
    max-width: 66.8rem;
    margin-top: 5.6rem;
    font-size: 3rem;
  }
}
.p-form .cite {
  text-align: right;
}
.p-form .must {
  color: #c32b28;
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  .p-form .must {
    font-size: 2.4rem;
  }
}
.p-form input:not([type=checkbox]),
.p-form textarea,
.p-form select {
  background-color: #ededec;
  width: 100% !important;
  max-width: 100% !important;
  padding: 1rem;
}
@media (max-width: 768px) {
  .p-form input:not([type=checkbox]),
  .p-form textarea,
  .p-form select {
    padding: 2rem;
  }
}
.p-form textarea {
  min-height: 18rem;
}
.p-form dl {
  display: flex;
}
@media (max-width: 768px) {
  .p-form dl {
    flex-direction: column;
  }
}
.p-form dl + dl {
  margin-top: 2.2rem;
}
@media (max-width: 768px) {
  .p-form dl + dl {
    margin-top: 2rem;
  }
}
.p-form dl + p {
  margin-top: 7.6rem;
  text-align: center;
}
@media (max-width: 768px) {
  .p-form dl + p {
    text-align: initial;
  }
}
.p-form dt {
  width: 25.4rem;
}
@media (max-width: 768px) {
  .p-form dt {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.p-form dd {
  flex: 1;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .p-form dd {
    font-size: 3.2rem;
  }
}
.p-form button {
  width: 28.7rem;
  height: 6.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  border: 0.1rem solid #000;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5.5rem;
  position: relative;
  background: #fff !important;
  border-radius: 0;
  color: #000;
}
@media (max-width: 768px) {
  .p-form button {
    width: 47rem;
    height: 10.6rem;
    font-size: 3rem;
    border: 0.1rem solid #000;
  }
}
.p-form button::after {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  position: absolute;
  top: 50%;
  right: 1.3rem;
  transform: translateY(-50%) rotate(45deg);
  font-size: 1.6rem;
  font-weight: 400;
}
@media (max-width: 768px) {
  .p-form button::after {
    width: 1.5rem;
    height: 1.5rem;
    right: 2rem;
    border-right-width: 2px;
    border-top-width: 2px;
  }
}

form#mailformpro label {
  white-space: wrap;
}

a.c_btn {
  margin: 13.5rem auto 0;
  text-decoration: none;
}

@media (max-width: 768px) {
  a.c_btn {
    margin: 9.5rem auto 0;
    text-decoration: none;
  }
}/*# sourceMappingURL=style.css.map */