@charset "UTF-8";
/*
File Name   : form.css
Url	        : https://www.apo-mjob.com/management/assessment/
Author      : ファイル作成者
Description : assessmentページのフォームcss設定
*/
/*
form-title-wrap
---------------------------*/
.form-title-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fff;
  border: 2px solid #FFC927;
  padding: 20px 20px 20px 50px;
  margin-top: 20px;
  border-radius: 5px;
  z-index: 1;
}
.form-title-wrap:after {
  position: absolute;
  top: -10px;
  left: -5%;
  content: "";
  display: block;
  background-image: url(../img/form/title-icon-form1.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 60px;
  height: 124px;
}
.form02 .form-title-wrap:after {
  background-image: url(../img/form/title-icon-form2.png);
}
.form-title-wrap .form-title {
  font-size: 15px;
  font-weight: 600;
  color: #1CBEA1;
}
@media (min-width: 769px) {
  .form-title-wrap {
    padding: 30px 30px 30px 110px;
    margin-top: 30px;
    border-radius: 10px;
  }
  .form-title-wrap:after {
    top: -20px;
    left: -20px;
    width: 118px;
    height: 250px;
  }
  .form-title-wrap .form-title {
    font-size: 24px;
  }
}

/*
status
---------------------------*/
.status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.status .status-bar {
  position: relative;
  width: 40px;
  height: 20px;
  background-color: #F4F6FB;
  border-radius: 15px;
}
.status .status-bar:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 2px;
  background-color: #1CBEA1;
  width: 16px;
  height: 16px;
  margin: auto;
  border-radius: 15px;
}
.form02 .status .status-bar:after {
  left: auto;
  right: 2px;
}
.status p {
  font-family: "Jost", sans-serif;
  font-size: 15px;
  font-weight: 600;
  padding-left: 5px;
}
@media (min-width: 769px) {
  .status .status-bar {
    position: relative;
    width: 140px;
  }
  .status .status-bar:after {
    width: 68px;
  }
  .status p {
    font-size: 18px;
    padding-left: 15px;
  }
}

.infomation {
  text-align: center;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 600;
  padding: 30px 0;
}
.infomation span {
  font-weight: 600;
  color: #D0102C;
}
@media (min-width: 769px) {
  .infomation {
    font-size: 22px;
    padding: 50px 0;
  }
}
@media (max-width: 350px) {
  .infomation {
    font-size: 16px;
    letter-spacing: 0;
  }
}

/*
#form-content
---------------------------*/
#form-content {
  background-color: #fff;
  -webkit-filter: drop-shadow(1px -1px 2px rgba(0, 0, 0, 0.05));
          filter: drop-shadow(1px -1px 2px rgba(0, 0, 0, 0.05));
  border-radius: 5px;
  padding: 35px 4%;
  margin-bottom: 40px;
}
#form-content .err,
#form-content .err_title_text {
  display: block;
  display: none;
  font-size: 14px;
  color: #ff0000;
  padding-top: 10px;
}
#form-content .err_title_text {
  padding: 0 0 15px;
}
#form-content dl {
  width: 100%;
  border-bottom: 1px solid #FFF5F0;
}
#form-content dl:last-of-type {
  border-bottom: none;
}
#form-content dl dt, #form-content dl dd {
  font-size: 14px;
  line-height: 1.6;
  padding: 15px 0;
}
#form-content dl p {
  line-height: 1.6;
}
#form-content dl dt {
  position: relative;
  padding-bottom: 0;
}
#form-content dl dt .required,
#form-content dl dt .optional {
  position: absolute;
  right: 0;
  top: 10px;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  background-color: #1CBEA1;
  padding: 6px 12px;
  border-radius: 50px;
}
#form-content dl dt .optional {
  background-color: #999;
}
#form-content dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 5px 0 15px;
  word-break: break-all;
}
#form-content dl dd .att {
  padding: 10px 0 0;
}
#form-content dl .form-parts {
  width: 90%;
}
#form-content dl .form-parts.date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#form-content dl .form-parts .date-serect {
  margin-right: 10px;
  width: 25%;
}
#form-content dl .form-parts .date-serect select {
  width: 100%;
}
#form-content dl .check {
  position: relative;
  width: 26px;
  text-align: center;
}
#form-content dl .check:before {
  position: absolute;
  top: 15px;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  background-color: #DCDCDC;
  margin: auto;
  border-radius: 50px;
  z-index: 0;
}
#form-content dl .check.checked:before {
  background-color: #1CBEA1;
}
#form-content dl .check img {
  position: relative;
  z-index: 1;
  padding-top: 16px;
}
#form-content.step1 input[type=text],
#form-content.step1 input[type=no],
#form-content.step1 input[type=password],
#form-content.step1 input[type=email],
#form-content.step1 input[type=tel],
#form-content.step1 .form-box {
  text-align: right;
}
#form-content input[type=text],
#form-content input[type=no],
#form-content input[type=password],
#form-content input[type=email],
#form-content input[type=tel],
#form-content textarea,
#form-content select,
#form-content .form-box {
  display: inline-block;
  width: calc(100% - 2em);
  font-size: 16px;
  padding: 10px 10px;
  background-color: #FCFCFC;
  border: 1px solid #DCDCDC;
}
#form-content .unit {
  display: inline-block;
  padding-left: 0.5em;
}
#form-content .form-box p {
  color: #1CBEA1;
}
#form-content textarea {
  resize: vertical;
  min-height: 12em;
}
#form-content .select-wrap {
  position: relative;
}
#form-content .select-wrap:before {
  content: "";
  position: absolute;
  right: 8%;
  top: 0;
  bottom: 0;
  width: 10px;
  height: 5px;
  background-image: url(../img/form/arrow.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  margin: auto;
}
#form-content.confirm + .btnWrap {
  padding-top: 50px;
}
@media (min-width: 769px) {
  #form-content {
    padding: 30px 50px;
    margin-bottom: 60px;
  }
  #form-content dl {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 20px 0;
  }
  #form-content dl dt, #form-content dl dd {
    font-size: 16px;
    padding: 0;
  }
  #form-content dl dt {
    width: 214px;
    padding: 8px 0;
  }
  #form-content dl dt .required,
  #form-content dl dt .optional {
    font-size: 14px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #form-content dl dd {
    width: calc(100% - 214px);
    padding-left: 50px;
  }
  #form-content dl .form-parts {
    width: calc(100% - 120px);
  }
  #form-content input[type=text],
  #form-content input[type=no],
  #form-content input[type=password],
  #form-content input[type=email],
  #form-content input[type=tel],
  #form-content textarea,
  #form-content select,
  #form-content .form-box {
    width: calc(100% - 2.5em);
  }
  #form-content .unit {
    padding-left: 1em;
  }
  #form-content .check {
    width: 30px;
  }
  #form-content .check:before {
    width: 30px;
    height: 30px;
  }
  #form-content.confirm + .btn-wrap {
    padding-top: 50px;
  }
}
@media (max-width: 350px) {
  #form-content select {
    padding: 10px 5px;
  }
  #form-content .select-wrap:before {
    right: 5px;
  }
}

.btn-wrap {
  text-align: center;
}
.btn-wrap .btn {
  width: 80%;
  line-height: 1;
  margin: auto;
}
.btn-wrap .btn a, .btn-wrap .btn input {
  display: block;
  width: 100%;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
  background-color: #1CBEA1;
  border: 2px solid #1CBEA1;
  padding: 16px 0;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  border-radius: 50px;
  cursor: pointer;
}
.btn-wrap .btn:hover a, .btn-wrap .btn:hover input {
  background-color: #fff;
  color: #1CBEA1;
}
.btn-wrap .btn a.disabled, .btn-wrap .btn a:disabled, .btn-wrap .btn input.disabled, .btn-wrap .btn input:disabled {
  background-color: #ddd;
  border: 2px solid #ddd;
  pointer-events: none;
}
.btn-wrap .btn:hover a.disabled, .btn-wrap .btn:hover a:disabled, .btn-wrap .btn:hover input.disabled, .btn-wrap .btn:hover input:disabled {
  color: #fff;
}
@media (min-width: 1000px) {
  .btn-wrap .btn {
    width: 320px;
  }
  .btn-wrap .btn a, .btn-wrap .btn input {
    padding: 18px 0;
  }
}

.terms .terms-title {
  position: relative;
  font-weight: 600;
  font-size: 15px;
  padding-left: 21px;
}

.terms a.terms-title {
  display: block;
  text-decoration: underline;
  margin-bottom: 15px;
}

.terms .terms-title:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  background-color: #1CBEA1;
  width: 15px;
  height: 15px;
  border-radius: 50px;
  margin: auto;
}
.terms .terms-box {
  height: 150px;
  padding: 15px;
  background-color: #fff;
  border: 1px solid #1CBEA1;
  margin-top: 10px;
  overflow-y: auto;
}
@media (min-width: 769px) {
  .terms .terms-title {
    font-size: 18px;
  }
  .terms .terms-box {
    height: auto;
    padding: 25px 30px;
    overflow-y: inherit;
    margin-top: 15px;
  }
}

.consent {
  text-align: center;
  padding: 10px 0 40px;
}
.consent a {
  text-decoration: underline;
}
.consent .err {
  color: #ff0000;
  text-align: center;
  display: block;
  font-size: 16px;
}
@media (min-width: 769px) {
  .consent {
    padding: 20px 0 50px;
  }
}

/*
.my-checkbox
---------------------------*/
.my-checkbox {
  display: inline-block;
  position: relative;
  margin: 5px 0;
  padding-left: 32px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; /* テキストの選択を防ぐ */
  text-align: left;
}

/* inputは非表示にする */
.my-checkbox input {
  display: none;
}

/* □ */
.checkmark {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 26px;
  width: 26px;
  background-color: #fff;
  border: solid 1px #1CBEA1;
  border-radius: 4px;
  margin: auto;
}

/* ✓ */
.checkmark:after {
  content: "";
  position: absolute;
  left: 7px;
  top: 2px;
  width: 10px;
  height: 14px;
  border: solid #1CBEA1;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  opacity: 0;
}

/* チェックが入ったときの□ */
.my-checkbox input:checked + .checkmark {
  border-color: #1CBEA1;
}

/* チェックが入ったときの✓ */
.my-checkbox input:checked + .checkmark:after {
  opacity: 1;
}