@charset "UTF-8";

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
#contact #inner_mainVis
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#contact #inner_mainVis .ttl {
    color: #fff;
    -moz-text-shadow: 0px 0px 14px rgba(255, 255, 255, 0.9);
    -webkit-text-shadow: 0px 0px 14px rgba(255, 255, 255, 0.9);
    -ms-text-shadow: 0px 0px 14px rgba(255, 255, 255, 0.9);
    text-shadow: 0px 0px 14px rgba(255, 255, 255, 0.9);
}

#contact {
  color: #222222;
}
input {
  -webkit-appearance: none;
  border-radius: 0;
}
@media (min-width: 1000px) {
  .wrapper {
    padding: 70px 70px 0 0;
    min-width: 1170px;
}

  #inner_mainVis {
    height: 400px;
    background: url(../images/contact/top-contact.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
  }

  #inner_mainVis .ttl {
    font-size: 60px;
    line-height: 86px;
    text-shadow: 0px 0px 34.4px rgba(203, 194, 191, 0.32);

    padding-top: 156px;

    display: flex;
    flex-direction: column;
    align-items: center;
  }

  #inner_mainVis .ttl_kana {
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.04em;
    font-family: "Yu Mincho", "游明朝体";
    padding-top: 16px;
  }

  #inner_mainVis .ttl {
    color: #ffffff;
  }

  input[type="radio"] {
    display: none;
  }

  input[type="radio"]:checked+.contact__radio::after {
    opacity: 1;
  }
}

@media (max-width: 999px) {
  .wrapper {
    padding: 50px 0 0 0;
}

  #inner_mainVis {
    height: 170px;
    background: url(../images/contact/sp/sp-top-contact.jpg) no-repeat;
    background-size: cover;
    /* background-position: bottom center;　にするとデザインデータには近づくが、レスポンシブを意識すると違和感が出る */
    background-position: center center;
  }

  #inner_mainVis .ttl {
    font-size: 31px;
    line-height: 1;
    padding-top: 67px;

    display: flex;
    flex-direction: column;
    align-items: center;
  }

  #inner_mainVis .ttl_kana {
    font-size: 11px;
    line-height: 1;
    letter-spacing: 0.04em;
    font-family: "Yu Mincho", "游明朝体";
    padding-top: 8px;
  }

  #inner_mainVis .ttl {
    color: #ffffff;
  }

  input[type="radio"] {
    display: none;
  }

  input[type="radio"]:checked+.contact__radio::after {
    opacity: 1;
  }
}
/*# sourceMappingURL=recruit.css.map */
