@media screen and (min-width: 1080px) {
  .mv_corp {
    width: 100%;
    text-align: center;
  }
  .mv_corp .img_mv {
    width: 100%;
    background: #e3eeff;
  }
  .mv_corp .img_mv img {
    max-width: 1080px;
  }
  form {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    margin: auto;
    padding: 0;
    display: none;
  }
  form .list_form {
    display: flex;
    flex-direction: column;
    gap: 18px;
  }
  form .list_form .item_form {
    width: 100%;
  }
  form .list_form .item_form label {
    display: block;
    font-size: 12px;
    color: #5d5d5d;
  }
  input,
  textarea,
  select {
    width: 100%;
    height: 30px;
    margin-top: 2px;
    padding: 2px 6px;
    box-sizing: border-box;
    line-height: 30px;
    border: 1px solid #ccc;
    border-radius: 2px;
    resize: none;
  }
  textarea {
    height: 100px;
  }
  .required-label {
    padding-left: 8px;
    position: relative;
  }
  .required-label::before {
    content: "*";
    color: red;
    font-size: 12px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .area_submit {
    display: flex;
    justify-content: center;
  }
  .area_submit input[type=submit] {
    width: 150px;
    height: 40px;
    background-color: #0a6f9a;
    color: white;
    border: none;
    cursor: pointer;
    margin-top: 20px;
    transition: 0.3s;
    border-radius: 8px;
  }
  .area_submit input[type=submit]:hover {
    opacity: 0.8;
    transition: 0.3s;
  }
  .mv_corp {
    width: 100%;
    text-align: center;
  }
  .mv_corp .img_mv {
    width: 100%;
    background: #e3eeff;
  }
}
@media screen and (max-width: 1079px) {
  .mv_corp {
    width: 100%;
    text-align: center;
  }
  .mv_corp .img_mv {
    width: 100%;
    background: #e3eeff;
  }
  .mv_corp .img_mv img {
    width: 100%;
  }
  #contact .agree_kiyaku {
    height: 12vw;
    padding: 0;
    position: relative;
  }
  #contact .agree_kiyaku input[type=checkbox] {
    display: block;
    width: 5vw;
    height: 5vw;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 6vw;
    transform: translate(0, -50%);
  }
  #contact .agree_kiyaku .checkbox01 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
  }
  #contact .agree_kiyaku .checkbox01 label {
    line-height: 12vw;
  }
  #contact form {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    margin: auto;
    padding: 0;
    display: none;
  }
  #contact form .list_form {
    display: flex;
    flex-direction: column;
    gap: 4vw;
  }
  #contact form .list_form .item_form {
    width: 100%;
  }
  #contact form .list_form .item_form label {
    display: block;
    font-size: 3.2vw;
    color: #5d5d5d;
  }
  #contact input,
  #contact textarea,
  #contact select {
    width: 100%;
    height: 10vw;
    margin-top: 1vw;
    padding: 1vw 2vw;
    box-sizing: border-box;
    line-height: 10vw;
    border: 1px solid #ccc;
    border-radius: 1vw;
    resize: none;
    color: #000;
    background: #fff;
  }
  #contact textarea {
    height: 30vw;
  }
  #contact .required-label {
    padding-left: 2vw;
    position: relative;
  }
  #contact .required-label::before {
    content: "*";
    color: red;
    font-size: 3vw;
    position: absolute;
    top: 0;
    left: 0;
  }
  #contact .area_submit {
    display: flex;
    justify-content: center;
  }
  #contact .area_submit input[type=submit] {
    width: 190px;
    height: 10vw;
    line-height: 10vw;
    background-color: #0a6f9a;
    color: white;
    border: none;
    cursor: pointer;
    margin-top: 4vw;
    transition: 0.3s;
    border-radius: 8px;
  }
  #contact .area_submit input[type=submit]:hover {
    opacity: 0.8;
    transition: 0.3s;
  }
}
.area_submit p {
  position: relative;
}
.area_submit p input {
  position: relative;
}
.area_submit p span {
  position: absolute;
  top: 50%;
  left: 50%;
}/*# sourceMappingURL=copr-contact.css.map */