/* ================================================
インタビュー 
================================================ */
.pageHead--scrollBg:before {
  background-image: url("/wp-content/themes/imcgraduates/assets/img/pageHead_company.svg");
}

/*中途採用応募フォーム FV*/
/*====================================*/
.p-country-name {
  width: 0px;
  overflow: hidden;
}
.entry__step {
  margin-bottom: 4rem;
  padding-right: var(--commonSpaceSide);
  padding-left: var(--commonSpaceSide);
}
@media (max-width: 768px) {
  .entry__step {
    margin-top: 4rem;
  }
}
.entry__steps {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
}
@media (max-width: 768px) {
  .entry__steps {
    gap: 0;
  }
}
.entry__stepList:not(:last-child):after {
  content: "";
  display: block;
  width: 0.2rem;
  height: 6.4rem;
  background-color: #D9D9D6;
  position: absolute;
  right: -2rem;
  top: 0;
}
@media (max-width: 768px) {
  .entry__stepList:not(:last-child):after {
    display: none;
  }
}
.entry__stepsNum {
  font-size: clamp(2.4rem, 2vw, 3.2rem);
  line-height: clamp(2.4rem, 2vw, 3.2rem);
  display: block;
  margin-bottom: clamp(0.5rem, 0.6vw, 1rem);
}
.entry__stepsText {
  font-size: clamp(1.2rem, 1vw, 1.6rem);
  font-weight: bold;
}
.entry__stepList {
  border-bottom: solid 2px #D9D9D6;
  padding-bottom: clamp(1rem, 1vw, 1.4rem);
  position: relative;
}
.entry__stepList.is-current {
  border-bottom: solid 2px #111111;
  .entry__stepsNum {
    color: #E60020;
  }
}

/*フォーム====================================*/
.entryForm {
  box-sizing: border-box;
  background-color: #EFF2F5;
  padding: 5rem 0 10rem;
  padding-top: clamp(3.5rem, 3vw, 5rem);
  padding-bottom: clamp(5rem, 6vw, 10rem);
}
.entryForm__inner {
  max-width: 1620px;
  width: 90%;
  margin: 0 auto;
}
.entryForm__textArea {
  padding-bottom: clamp(3rem, 2vw, 7rem);
}
.entryForm__text {
  font-size: clamp(1.2rem, 1vw, 1.6rem);
  line-height: 2;
}
.mwForm__list {
  display: flex;
  gap: 2rem;
  flex-flow: row wrap;
  margin: 0 0 2rem;
  width: 100%;
}
@media (max-width: 768px) {
  .mwForm__list {
    display: block;
  }
}
.mwForm__list__pdfDesc {
  display: block;
}
@media (max-width: 768px) {
  .mwForm__list__pdfDesc {
    font-size: 1.2rem;
  }
}
.mwForm__title {
  width: 16rem;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .mwForm__title {
    width: 100%;
    padding-bottom: 1rem;
  }
}
.mwForm__frame {
  width: calc(100% - 18rem);
}
@media (max-width: 768px) {
  .mwForm__frame {
    width: 100%;
  }
}
.required {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(1.2rem, 1vw, 1.6rem);
  line-height: clamp(1.2rem, 1vw, 1.6rem);
  width: clamp(6rem, 5vw, 8rem);
  height: clamp(2.6rem, 2vw, 3rem);
  border-radius:  0.5rem 0.5rem 0 0;
  background-color: #000;
  color: #fff;
}
select,
input[type="text"],
input[type="email"] {
  background-color: #fff;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  height: clamp(5rem, 4vw, 6rem);
  padding: 0 2rem 0;
  border: solid 1px #D9D9D6;
  font-size: clamp(1.4rem, 1vw, 1.6rem);
}
select {
  max-width: 40rem;
  width: 100%;
}
input[type="text"],
input[type="email"] {
  width: 100%;
}
/*送信ボタン*/
.mwForm__buttonArea {
  padding-left: 18rem;
}
@media (max-width: 768px) {
  .mwForm__buttonArea {
    margin-top: 3rem;
    padding-left: 0;
  }
}
.btn_submit {
  font-size: clamp(1.6rem, 1.4vw, 2.4rem);
  font-weight: bold;
  text-align: left;
  color: #DD1C16;
  border: solid 1px #DD1C16;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  border-radius: 2rem;
  width: 50rem;
  height: 9.5rem;
  padding: 3rem 3rem 3rem;
  background-color: #fff;
  background-image: url("/wp-content/themes/imcgraduates/assets/img/header_IMC_arrow1@2x.png");
  background-size: clamp(3rem, 2.4vw, 4.5rem);
  background-position: center right 2.5rem;
  transition: 0.4s;
}
@media (max-width: 768px) {
  .btn_submit {
    width: 100%;
    height: 8rem;
  }
}
.btn_submit:hover {
  background-color: #DD1C16;
  color: #fff;
  background-position: center right 2rem;
}
/*性別*/
.mwForm__frameWrap--gender {
  height: 6rem;
  display: flex;
  align-items: center;
  gap: 3rem;
}
.mwForm__frameWrap--gender label {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.mwform-radio-field-text {
  font-size: 1.6rem;
}
input[type="radio"] {
  width: 2.5rem;
  height: 2.5rem;
  border: solid 1px #D9D9D6;
}
/*生年月日*/
.mwForm__frameWrap--birth {
  display: flex;
  gap: 1rem;
}
input[name="生年月日(年)"] {
  width: clamp(13rem, 8vw, 15rem);
}
input[name="生年月日(月)"] {
  width: clamp(10rem, 7vw, 12rem);
}
input[name="生年月日(日)"] {
  width: clamp(10rem, 7vw, 12rem);
}
/*郵便番号*/
.mwform-zip-field {
  font-size: 0;
  position: relative;
}
.mwform-zip-field:before {
  content: "";
  display: block;
  width: 1rem;
  height: 1px;
  background-color:#111;
  margin: 0 1rem;
  position: absolute;
  top: 50%;
  left: 15rem;
  transform: translateY(-50%);
}
.mwForm__list--postNum {
  margin: 0 0 0rem;
}
.mwForm__postNum__box {
  display: flex;
  gap: 1rem;
}
input[type="text"].p-postal-code {
  width: 15rem !important;
  margin-right: 3rem;
}
input[type="text"].p-postal-code:last-child {
  margin-right:0;
}
.mwForm__postNum__outer {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-weight: normal;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .mwForm__postNum__outer {
    display: block;
  }
}
.mwForm__postNum__desc {
  font-size: clamp(1.2rem, 1vw, 1.4rem);
}
@media (max-width: 768px) {
  .mwForm__postNum__desc {
    padding-top: 1rem;
  }
}


/*ファイルアップロードエリア*/
.mwForm__fileArea {
  box-sizing: border-box;
  padding: 4rem 3rem 3.4rem;
  text-align: center;
  border: solid 1px #D9D9D6;
  background-color: #fff;
  max-width: fit-content;
}
.mwForm__fileArea_text {
  font-size: 1.6rem;
  padding: 0 0 0.9rem;
}

/*確認画面==============*/
.mwForm__frame--confirm {
  background-color: #fff;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  height: 6rem;
  padding: 0 2rem 0;
  border: solid 1px #111111;
  width: calc(100% - 18rem);
}
.confirmShort {
  max-width: 40rem;
  width: 100%;
}
.confirmFile {
  max-width: 40rem;
  width: 100%;
  padding: 5rem 2rem 5rem;
}
/**/
.confirmBirth__box {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.confirmBirth__list {
  background-color: #fff;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  height: 6rem;
  padding: 0 2rem 0;
  border: solid 1px #111111;
  width: 15rem;
}
/**/
.confirmPost__box {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.confirmPost__list {
  background-color: #fff;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  height: 6rem;
  padding: 0 2rem 0;
  border: solid 1px #111111;
  width: 15rem;
}

/*button*/
.entryForm__confirmButtons {
  margin: 5rem 0 0;
  display: flex;
  gap: clamp(1rem, 2vw, 3rem);
  align-items: center;
}
.entryForm__button--back {
  display: flex;
  gap: 2rem;
  width: 24rem;
  height: 9.5rem;
  align-items: center;
  justify-content: center;
  border: solid 1px #111111;
  color: #111111;
  border-radius: 2rem;
  font-size: clamp(1.4rem, 1vw, 1.6rem);
  background-color: #fff;
  padding: 0 3rem;
}
@media (max-width: 768px) {
  .entryForm__button--back {
    gap: 0;
    width: 8.4rem;
    height: 6rem;
    padding: 0;
  }
}
.entryForm__button--submit {
  display: flex;
  max-width: 50rem;
  width: calc(100% - 24rem);
  height: 9.5rem;
  align-items: center;
  justify-content: space-between;
  border: solid 1px #E60020;
  color: #E60020;
  border-radius: 2rem;
  font-size: clamp(1.6rem, 1.4vw, 2.4rem);
  background-color: #fff;
  padding: 0 3rem;
}
@media (max-width: 768px) {
  .entryForm__button--submit {
    height: 8rem;
    width: calc(100% - 8.4rem);
    padding: 0 2rem;
  }
}
.submitImage img {
  width: 3.4rem;
}
@media (max-width: 768px) {
  .entryForm__button--back .submitImage {
    display: none;
  }
}

/*送信完了==============*/
.entryForm__button--sendBack {
  display: flex;
  gap: clamp(1rem, 2vw, 2rem);
  width: clamp(16rem, 13vw, 24rem);
  height: clamp(6rem, 5vw, 9.5rem);
  align-items: center;
  border: solid 1px #111111;
  color: #111111;
  border-radius: 2rem;
  font-size: clamp(1.4rem, 1vw, 1.6rem);
  background-color: #fff;
  padding: 0 3rem;
}
@media (max-width: 768px) {
  .entryForm__button--sendBack {
    padding: 0 2rem;
  }
}
.entrySend__title {
  font-size: clamp(2.8rem, 3.4rem, 6rem);
  font-weight: bold;
}
.entrySend__text {
  padding-top: clamp(3rem, 3vw, 5rem);
  padding-bottom: clamp(3rem, 3vw, 5rem);
  line-height: 2;
  font-size: clamp(1.2rem, 1vw, 1.6rem);
}

/*資格、特記事項等*/
.mwForm__frame {
  textarea {
    width: 100%;
    background-color: #fff;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    padding: 1.4rem 1.4rem 1.4rem;
    border: solid 1px #D9D9D6;
    font-size: clamp(1.4rem, 1vw, 1.6rem);
  }
}




