@charset "UTF-8";
.contact-c {
  width: calc(100% - 40px);
  max-width: 500px;
  padding-bottom: 50px;
}
.contact-c__border {
  border-bottom: 3px solid #000;
  width: 20px;
}
.contact-c__icon-check {
  position: relative;
}
.contact-c__icon-check:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 111px;
  height: 43px;
/*   background-image: url(../img/contact/check.png);
  background-size: cover; */
  vertical-align: middle;
}

.site-title__contact {
 /*  background: url(../img/contact/contact-bg.png) no-repeat center/100%;
  background-size: contain; */
  height: 168px;
}

.contact_json{
  position: absolute;
    height: 150%;
    width: 121%;
    margin: 0 -20px;
    left: -7%;
    top: -45px;
}

@media screen and (min-width: 768px) {
  .contact-c {
    width: 80%;
    max-width: 800px;
  }
  .contact-c__icon-check {
    position: relative;
  }
  .contact-c__icon-check:before {
    content: "";
    position: absolute;
    top: 0;
    right: -50px;
    width: 251px;
    height: 97px;
    background-image: url(../img/contact/check.png);
    background-size: cover;
    vertical-align: middle;
  }
}
.contact-tab {
  position: relative;
  vertical-align: middle;
  z-index: 1;
  display: flex;
  justify-content: space-between;
}
.contact-tab__item {
  display: inline-block;
  position: relative;
  border-width: 2px;
  border-style: solid;
  border-radius: 5px 5px 0 0;
  height: 28px;
  width: 40%;
  vertical-align: baseline;
  position: relative;
  top: 0;
  left: 0;
}
.contact-tab__border {
  width: 10%;
  border-bottom: 2px solid #000;
}
.contact-tab__now {
  border-color: #000 #000 #fff #000;
  z-index: 1;
}
.contact-tab__behind {
  border-color: #000;
  margin-left: 1em;
  background-color: #B1B1B1;
  color: #fff;
}
.contact-tab__behind:before {
  content: "";
  border-bottom: 2px solid #000;
  display: inline-block;
  position: absolute;
  bottom: -2px;
  left: -20px;
  width: 20px;
}
.contact-tab__behind a {
  color: #fff;
}
.contact-tab__link {
  font-size: 12px;
  font-weight: bold;
  padding: 5px 0;
}

.contact__control dd {
  margin: 9px 0 40px;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .contact-tab__item {
    border-width: 4px;
    height: 61px;
    border-radius: 8px 8px 0 0;
  }
  .contact-tab__border {
    width: 10%;
    border-bottom: 4px solid #000;
  }
  .contact-tab__now {
    border-color: #000 #000 #fff #000;
    z-index: 1;
  }
  .contact-tab__behind:before {
    content: "";
    border-bottom: 4px solid #000;
    bottom: -4px;
  }
  .contact-tab__link {
    font-size: 32px;
    padding: 8px 32px;
  }
}
.contact__item .contact__control .contact__radio label {
  margin-bottom: 10px;
  margin-top: 10px;
}

.contact {
  width: 80%;
  margin: 0 auto;
}
.contact-mb {
  margin-bottom: 80px;
}
.contact__title-container {
  position: relative;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
}
.contact__tag-company {
  width: 100%;
}
.contact__tag-employer {
  width: 100%;
}
.contact__text {
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  padding: 45px 0 40px;
}
.contact__label {
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  display: block;
}
.contact__label::before {
  content: "必須";
  background-color: #CA3C38;
  color: #fff;
  border-radius: 3px;
  padding: 1px 4px;
  margin-right: 4px;
}
.contact__label2 {
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  display: block;
}
.contact__label2::before {
  content: "任意";
  background-color: #888A86;
  color: #fff;
  border-radius: 3px;
  padding: 1px 4px;
  margin-right: 4px;
}
.contact__form-input {
  width: 100%;
  padding: 10px 16px;
}
.contact__form-textarea {
  width: 100%;
  height: auto;
  min-height: 300px;
  margin-top: 10px;
}
.contact__content {
  text-align: left;
}
.contact__flex {
  display: flex;
}
.contact__button {
  background-color: #888A86;
  color: #fff;
  border-radius: 3px;
  margin-left: 20px;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  font-size: 14px;
  font-weight: bold;
}
.contact__file-box {
  padding: 20px 0 40px;
  text-align: left;
  display: flex;
}
.contact__file {
  background-color: #000;
  color: #fff;
  width: auto;
  height: auto;
  padding: 4px 8px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: bold;
}
.contact__file--label {
  color: #B8B8B9;
  font-size: 14px;
  font-weight: bold;
  padding: 5px 0 5px 10px;
}
.contact__radio {
  padding-bottom: 50px;
}
.contact__radio label {
  display: flex;
}
.contact__radio label span {
  font-weight: bold;
}
.contact__radio-item {
  cursor: pointer;
  display: block;
  text-align: left;
  padding-top: 20px;
  font-size: 14px;
  font-weight: bold;
  padding-left: 30px;
  position: relative;
}

input[type=file] {
  display: none;
}

input:checked + label::after {
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .contact {
    width: 80%;
    max-width: 1000px;
  }
  .contact-mb {
    margin-bottom: 86px;
  }
  .contact__title-container {
    bottom: -155px;
  }
  .contact__tag-company {
    width: 100%;
  }
  .contact__tag-employer {
    width: 100%;
  }
  .contact__text {
    font-size: 18px;
    padding: 80px 0 80px;
  }
  .contact__label::before {
    padding: 2px 8px;
    margin-right: 10px;
  }
  .contact__label2::before {
    padding: 2px 8px;
    margin-right: 10px;
  }
  .contact__form-input {
    padding: 8px 16px;
  }
  .contact__form-textarea {
    min-height: 200px;
  }
  .contact__button {
    margin-left: 10px;
  }
  .contact__file-box {
    padding: 20px 0 40px;
    text-align: left;
    display: flex;
  }
  .contact__file {
    font-size: 16px;
    padding: 8px 16px;
  }
  .contact__file--label {
    font-size: 16px;
    padding: 8px 0 8px 20px;
  }
  .contact__radio {
    padding-bottom: 39px;
  }
  .contact__radio-item {
    padding-top: 12px;
    font-size: 16px;
  }

  .site-title__contact {
    height: 413px;
}

.contact_json {
  position: absolute;
  height: 150%;
  width: 121%;
  margin: 0 -20px;
  left: -9%;
  top: -103px;
}
}/*# sourceMappingURL=contact-company.css.map */