@charset "UTF-8";
/* --------------------------------------------

FileName    :    recruit.css

-------------------------------------------- */
/* ===================================

    extends

=================================== */
/* =======================================

    共通

======================================= */
h4 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 20px 0 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  h4 {
    margin: 20px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  h4.left {
    text-align: left;
  }
}

.education,
.experience {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}

.education-title,
.experience-title {
  width: 20%;
}

.step02 .education-title, .step02
.experience-title {
  width: 12%;
}

.education-detail,
.experience-detail {
  width: 80%;
}

.education-detail input[type=text],
.education-detail input[type=tel],
.education-detail input[type=email],
.education-detail textarea,
.experience-detail input[type=text],
.experience-detail input[type=tel],
.experience-detail input[type=email],
.experience-detail textarea {
  width: 100%;
}

.step02 .education-detail, .step02
.experience-detail {
  width: 88%;
}

@media screen and (max-width: 768px) {
  .education-title,
  .experience-title {
    width: 100%;
  }
  .step02 .education-title, .step02
  .experience-title {
    width: 18%;
  }
  .education-detail,
  .experience-detail {
    width: 100%;
  }
  .step02 .education-detail, .step02
  .experience-detail {
    width: 82%;
  }
}

.education {
  position: relative;
}

.education-title {
  display: flex;
  font-weight: 400 !important;
  color: #333 !important;
}

@media screen and (max-width: 768px) {
  .education-title input[type="text"] {
    width: 30% !important;
  }
}

.education .c-connection {
  position: relative;
  top: 10px;
}

.step02 .education .c-connection {
  margin: 0;
  top: 0;
}

.border {
  border-top: 1px dotted #999;
}

.border th:nth-child(1),
.border td:nth-child(1) {
  padding-top: 2em;
}

.c-form__list {
  width: 100%;
  margin: auto;
  padding: 15px 0;
  border-bottom: 1px solid #e5e5e5;
}

.c-form__list:first-child {
  padding-top: 0;
}

.c-form__list:not(:last-child) {
  margin-bottom: 0 !important;
}

.c-form__list > dt {
  position: relative;
}

.c-form__list > dt.required::after {
  content: "必須";
  display: inline-block;
  color: #1161ac;
  line-height: 1;
  border: 1px solid #1161ac;
  right: 0;
  top: 0;
}

.en .c-form__list > dt.required::after,
#en .c-form__list > dt.required::after {
  content: "required";
}

.c-form__list > dt.required .is-red {
  color: #333;
}

.c-form__list > dd {
  width: 75%;
  padding-left: 30px;
}

@media screen and (max-width: 768px) {
  .c-form__list {
    display: block;
  }
  .c-form__list > * {
    display: block;
  }
  .c-form__list > dt {
    font-size: 13px;
    font-size: 1.3rem;
    width: 100%;
    margin-bottom: 10px;
    font-weight: bold;
    padding: 0;
  }
  .c-form__list > dt.required::after {
    margin-left: 10px;
    padding: 3px 12px;
    font-size: 11px;
    font-size: 1.1rem;
    position: static;
  }
  .c-form__list > dd {
    width: 100%;
    padding-left: 0;
    margin-bottom: 0 !important;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 769px) {
  .c-form__list {
    display: table;
    padding: 20px 0;
  }
  .c-form__list > * {
    display: table-cell;
    vertical-align: top;
  }
  .c-form__list > dt {
    width: 25%;
    padding: 8px 80px 0 15px;
    font-weight: normal;
    color: #333 !important;
  }
  .c-form__list > dt.required::after {
    padding: 6px 22px;
    color: #1161ac;
    font-size: 12px;
    font-size: 1.2rem;
    position: absolute;
    top: 8px;
  }
  .step02 .c-form__list > dt {
    padding: 0 80px 0 15px;
  }
  .step02 .c-form__list > dt::after {
    top: 0px;
  }
}

.c-form input[type="text"],
.c-form input[type="tel"],
.c-form input[type="email"],
.c-form textarea {
  width: 100%;
  padding: 7px 12px;
  background: #f7f7f7;
  border: 1px solid #e0e0e0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #333;
}

@media screen and (min-width: 769px) {
  .c-form input[type="text"],
  .c-form input[type="tel"],
  .c-form input[type="email"],
  .c-form textarea {
    padding: 10px 15px;
  }
}

.c-form input[type="text"].error,
.c-form input[type="tel"].error,
.c-form input[type="email"].error,
.c-form textarea.error {
  border: 1px solid #c30000;
  background: rgba(195, 0, 0, 0.1);
}

.c-form input[type="text"].Prefecture,
.c-form input[type="tel"].Prefecture,
.c-form input[type="email"].Prefecture,
.c-form textarea.Prefecture {
  width: 232px !important;
}

.c-form input[type="text"].Tel1, .c-form input[type="text"].Tel2,
.c-form input[type="tel"].Tel1,
.c-form input[type="tel"].Tel2,
.c-form input[type="email"].Tel1,
.c-form input[type="email"].Tel2,
.c-form textarea.Tel1,
.c-form textarea.Tel2 {
  width: 200px !important;
}

.c-form input[type="number"] {
  width: 100px;
  padding: 7px 12px;
  background: #f7f7f7;
  border: 1px solid #e0e0e0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #333;
}

@media screen and (min-width: 769px) {
  .c-form input[type="number"] {
    padding: 10px 15px;
  }
}

.c-form input[type="number"].error {
  border: 1px solid #c30000;
  background: rgba(195, 0, 0, 0.1);
}

.c-form input[type="number"]::-webkit-outer-spin-button, .c-form input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  -moz-appearance: textfield !important;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .c-form input[type="number"] {
    width: 70px;
  }
}

.c-form label input[type="radio"] {
  cursor: pointer;
  position: relative;
}

.c-form label input[type="radio"]::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 1px solid #ccc;
  top: 50%;
  transform: translateY(-50%);
  left: -4px;
  border-radius: 10px;
}

.c-form label input[type="radio"]:checked::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 12px;
  height: 12px;
  background-color: #1161ac;
  border-radius: 30px;
  transform: translateY(-50%);
}

@media screen and (min-width: 769px) {
  .c-form label input[type="radio"]:checked::after {
    left: -16px;
  }
  .c-form label input[type="radio"]::before {
    left: -20px;
  }
}

.c-form .object {
  display: inline-block;
  padding-left: 4px;
}

.c-form .error {
  margin-top: 5px;
  color: #c30000;
  font-size: 13px;
  font-size: 1.3rem;
}

.c-label, .c-radio, .c-check {
  display: inline-block;
  position: relative;
  padding-left: 40px;
  margin-right: 60px;
  cursor: pointer;
}

.c-label span, .c-radio span, .c-check span {
  position: absolute;
  top: 1px;
  bottom: 0;
  left: 0;
  width: 24px;
  height: 24px;
  margin: auto;
  border: 2px solid #bfbfbf;
}

.c-label input:checked ~ span:before, .c-radio input:checked ~ span:before, .c-check input:checked ~ span:before {
  content: "";
  display: block;
  position: absolute;
}

.c-radio {
  padding-left: 35px;
  margin-top: 8px;
  margin-right: 30px;
  cursor: pointer;
}

.c-radio span {
  border-radius: 100%;
}

.c-radio input:checked ~ span:before {
  top: 0;
  bottom: 0;
  left: 5px;
  width: 10px;
  height: 10px;
  margin: auto;
  border-radius: 100%;
  background: #1161ac;
}

@media screen and (max-width: 768px) {
  .c-radio {
    margin-right: 20px;
  }
}

.c-check input[type=checkbox]:checked ~ span:before {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 2px;
  width: 20px;
  height: 12px;
  border-bottom: 4px solid #1161ac;
  border-left: 4px solid #1161ac;
  transform: translate(-2px, -4px) rotate(-45deg);
}

.c-select {
  display: inline-block;
  position: relative;
  overflow: hidden;
  vertical-align: middle;
  border: 1px solid #bfbfbf;
}

.c-select::after {
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  top: 8px;
  bottom: 0;
  width: 0;
  height: 0;
  margin: auto;
  border: 7px solid transparent;
  border-top: 8px solid #1161ac;
}

.c-select select {
  position: relative;
  display: block;
  width: 100%;
  padding: 10px 30px 10px 10px;
  line-height: 1.2;
  background: transparent;
  cursor: pointer;
  font-size: 12px;
  font-size: 1.2rem;
  z-index: 2;
}

.c-select + i {
  position: relative;
  display: inline-block;
  margin: 0 .5em;
  vertical-align: middle;
  top: 5px;
}

@media screen and (min-width: 769px) {
  .c-select::after {
    right: 8px;
    top: 7px;
  }
}

.c-connection {
  display: inline-block;
  margin: 0 1em;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .c-connection {
    margin: 0 .5em;
  }
}

.c-flex {
  display: flex;
  align-items: center;
}

.c-link-text {
  color: #1161ac !important;
}

table.table-normal.table-normal02 tr:not(:last-child) th {
  width: 130px !important;
}

@media screen and (max-width: 768px) {
  table {
    table-layout: auto !important;
  }
  table.table-normal.table-normal02 tr:not(:last-child) th {
    width: 95px !important;
  }
}

.c-button-wrap {
  margin: 50px auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.c-button-wrap > div {
  width: 50%;
}

.c-button-wrap .button-normal.button-normal-gray::before {
  right: auto !important;
  transform: translate(-10px, -50%) rotate(-135deg) !important;
}

@media screen and (max-width: 768px) {
  .c-button-wrap {
    display: block;
    margin: 30px auto;
  }
  .c-button-wrap > div {
    width: 100%;
    float: none !important;
  }
}

.ssl {
  text-align: center;
}

/*# sourceMappingURL=../map/recruit.css.map */
