@charset "utf-8";
/* CSS Document */
/*contact-low*/
.contact-mv {
  width: 80%;
  height: auto;
  border-radius: 10px;
  margin: 0 auto;
  background: url(../images/contact/contact-mv-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-clip: border-box;
}
.contact-type {
  position: relative;
  left: -7%;
  padding-top: 12%;
  padding-bottom: 12%;
  width: 400px;
  height: auto;
}
.contact-low {
  width: 100%;
  height: auto;
  padding-top: 50px;
  padding-bottom: 150px;
}
.contact-low-in {
  width: 700px;
  height: auto;
  margin: 0 auto;
}
.contact-low-in h2 {
  font-size: 18px;
  text-align: center;
  line-height: 1.85;
}
.contact-group {
  display: flex;
  justify-content: space-around;
  margin-top: 50px;
}
@-moz-document url-prefix() {
  .contact-group {
    display: block !important; /* 例: flex を無効にする */
  }
}
.c-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1em;
  font-weight: normal;
  line-height: 56px;
  color: #555;
  width: 30%;
}
input[type="text"] {
  transition: border-color 0.3s ease;
  outline: none;
  box-shadow: none;
  background: #fff;
}
input {
  border: 1px solid #999;
  padding: 15px;
  background: #fff;
  cursor: pointer;
}
textarea {
  border: 1px solid #999;
  padding: 15px;
  background: #fff;
  cursor: pointer;
  transition: border-color 0.3s ease;
  outline: none;
  box-shadow: none;
  background: #fff;
}
.submit-cover {
  margin-top: 100px;
  width: 100%;
  text-align: center;
}
.submit {
  color: #fff;
  font-size: 18px;
  width: 250px;
  height: 65px;
  border-radius: 65px;
  background: linear-gradient(to bottom right, #0772f8, #40cbbe);
  border: none;
}
.submit:hover {
  transform: scale(1.1, 1.1);
  transition: 0.3s;
}
/*1360px以下レイアウト*/
@media screen and (max-width: 1360px) {
  .contact-mv {
    width: 90%;
    height: auto;
    border-radius: 10px;
    margin: 0 auto;
    background: url(../images/contact/contact-mv-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-clip: border-box;
  }
  .contact-type {
    position: relative;
    left: -7%;
    padding-top: 12%;
    padding-bottom: 12%;
    width: 50%;
    height: auto;
  }
  .contact-low {
    width: 100%;
    height: auto;
    padding-top: 50px;
    padding-bottom: 150px;
    padding-left: 5%;
    padding-right: 5%;
  }
}
/*960px以下レイアウト*/
@media screen and (max-width: 960px) {
  .contact-low {
    width: 100%;
    height: auto;
    padding-top: 40px;
    padding-bottom: 100px;
    padding-left: 5%;
    padding-right: 5%;
  }
  .contact-low-in {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
}
/*599px以下レイアウト*/
@media screen and (max-width: 599px) {
  .contact-type {
    position: relative;
    left: -7%;
    padding-top: 12%;
    padding-bottom: 12%;
    width: 40%;
    height: auto;
  }
  .contact-group {
    display: flex;
    flex-direction: column;
    justify-content: none;
    margin-top: 30px;
  }
  .c-text {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 0.95em;
    font-weight: normal;
    line-height: 1.7;
    color: #555;
    width: 100%;
    margin-bottom: 10px;
  }
  input {
    width: 100%;
    height: auto;
  }
  textarea {
    width: 100%;
    height: auto;
  }
}
