@charset "UTF-8";


/* ---------------------------------------------------------
 * Common
** --------------------------------------------------------- */
.subtitle {
  position: relative;
  display: inline-block;
  color: #1b328e;
  font-size: 14px;
  font-weight: bold;
}
.subtitle::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 1px;
  background-color: #0033ff;
}
@media (max-width: 1140px) {
}
@media (max-width: 767px) {
  .subtitle {
    font-size: 13px;
  }
}



/* ---------------------------------------------------------
 * #fv_page
** --------------------------------------------------------- */
#fv_page {
  background-image: url(../img/contact/contact_cover.png);
  background-position: bottom center;
}



/* ---------------------------------------------------------
 * #call
** --------------------------------------------------------- */
#call {
  min-width: 1120px;
  background-color: #fff;
  background-image: url(../img/contact/contact_img.png);
  background-repeat: no-repeat;
  background-size: calc(calc(calc(100% - 1100px) / 2) + 780px) auto;
  background-position: right center;
}
#call .wrapper {
  position: relative;
  z-index: 1;
  height: 440px;
}
#call .wrapper::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  background-color: #f4f4f4;
  width: 600px;
  height: 100%;
  transform: skewX(30deg);
}
#call h3 {
  padding-top: 120px;
  font-size: 28px;
  font-weight: bold;
}
#call p {
  width: 500px;
  margin-top: 20px;
  font-size: 14px;
  line-height: 2;
}
#call .phone_fax {
  color: #1b328e;
}
#call .phone {
  font-size: 38px;
  font-weight: bold;
}
#call .phone img {
  width: 23px;
  margin-bottom: 8px;
  margin-right: 10px;
}
#call .fax {
}
#call .btn_area {
  margin-top: 30px;
}
#call .sp_msg_img {
  display: none;
}
@media (max-width: 1140px) {
  #call {
    min-width: auto;
    overflow: hidden;
    background: -moz-linear-gradient(60deg, #fff 0%, #fff 50%, #f4f4f4 50%, #f4f4f4 100%);
    background: -webkit-linear-gradient(60deg, #fff 0%, #fff 50%, #f4f4f4 50%, #f4f4f4 100%);
    background: linear-gradient(60deg, #fff 0%, #fff 50%, #f4f4f4 50%, #f4f4f4 100%);
  }
  #call .wrapper {
    height: auto;
    padding: 0 40px 40px;
  }
  #call .wrapper::before {
    display: none;
  }
  #call p {
    width: 100%;
  }
  #call h3 {
    padding-top: 50px;
  }
  #call .sp_msg_img {
    display: block;
    height: 300px;
    background-image: url(../img/contact/contact_img.png);
    background-size: cover;
    background-position: center;
  }
}
@media (max-width: 767px) {
  #call .wrapper {
    /*padding: 0 10px 40px;*/
    padding: 0 0 40px;
  }
  #call h3 {
    font-size: 28px;
    font-weight: bold;
  }
  #call p {
    /*margin-top: 20px;*/
    font-size: 13px;
  }
  #call .phone {
    font-size: 32px;
  }
  #call .sp_msg_img {
    height: 330px;
  }
}



/* ---------------------------------------------------------
 * #form
** --------------------------------------------------------- */
#form {
  padding: 90px 0;
  background: -moz-linear-gradient(60deg, #1b328e 0%, #1b328e 35%, #fff 35%, #fff 80%, #f4f4f4 80%, #f4f4f4 100%);
  background: -webkit-linear-gradient(60deg, #1b328e 0%, #1b328e 35%, #fff 35%, #fff 80%, #f4f4f4 80%, #f4f4f4 100%);
  background: linear-gradient(60deg, #1b328e 0%, #1b328e 35%, #fff 35%, #fff 80%, #f4f4f4 80%, #f4f4f4 100%);
}
#form .box {
  padding: 50px 120px;
}
#form h3 {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}
#form p.err_msg {
  margin-top: 20px;
  color: #d00;
}
#form table {
  width: 100%;
  margin-top: 40px;
}
#form th,
#form td {
}
#form th {
  padding-top: 10px;
  vertical-align: top;
}
#form td {
  padding-bottom: 20px;
}
#form th span {
  display: inline-block;
  color: #d00;
  font-size: 10px;
  vertical-align: top;
}
#form input,
#form textarea,
#form select {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 0;
  background: transparent;
  background-image: none;
  padding: 8px 20px;
  box-shadow: none;
}
#form input {
}
#form textarea {
  height: 150px;
}
#form select {
  padding-right: 40px;
  background-image: url(../img/contact/ico_sankaku.png);
  background-position: right 15px center;
  background-size: 13px 9px;
  background-repeat: no-repeat;
  outline: none;
  cursor: pointer;
}
#form select::-ms-expand {
  display: none;
}
#form .btn_area {
  margin-top: 30px;
}
#form .btn_area .btn {
  height: 65px;
  padding: 0 40px;
  line-height: 65px;
}
@media (max-width: 1140px) {
  #form .box {
    padding: 40px 50px;
  }
}
@media (max-width: 767px) {
  #form {
    padding: 60px 0;
  }
  #form .box {
    padding: 20px;
  }
  #form h3 {
    font-size: 22px;
  }
  #form table {
    margin-top: 10px;
  }
  #form th,
  #form td {
    display: block;
  }
  #form td {
    padding-bottom: 10px;
  }
}







