/* ================================================
募集要項
================================================ */
.pageHead--scrollBg:before {
  background-image: url("/wp-content/themes/imcgraduates/assets/img/pageHead_information.svg");
}

/*募集要項TOP*/
.information__img {
  padding-right: var(--commonSpaceSide);
  padding-left: var(--commonSpaceSide);
}

.information__img img {
  width: 100%;
  height: auto;
  display: block;
}

.information__status {
  color: #E60020;
  padding-left: 0.4rem;
}

/*新卒・中途切り替えボタン*/
.information__tabs {
  display: flex;
  padding-right: var(--commonSpaceSide);
  padding-left: var(--commonSpaceSide);
  margin-top: clamp(5rem , 6vw ,10rem);
}

.information__tab {
  flex: 1;
  padding: 1rem;
  text-align: center;
  font-size: clamp(12px, 2vw, 2.4rem);
  font-weight: bold;
  color: #333;
  background: none;
  border: none;
  border-bottom: 3px solid transparent;
  cursor: pointer;
  transition: border-color 0.3s, color 0.3s;
  font-family: "Noto Sans JP", "Hiragino Sans", "Yu Gothic Medium", "Meiryo", sans-serif;
  border-bottom: 0.5rem solid #ddd;
}
@media (max-width: 768px) {
  .information__tab {
    border-bottom: 0.2rem solid #ddd;
  }
}

.information__tab:hover {
  border-bottom-color: #e60012;
  color: #e60012;
}

.information__tab.is-active {
  border-bottom-color: #e60012;
  color: #e60012;
}

/*新卒*/
.information__content {
  display: none;
  margin: 0 auto 0;
  padding-top: clamp(2rem , 3vw, 5rem);
  padding-bottom: 5rem;
  padding-right: var(--commonSpaceSide);
  padding-left: var(--commonSpaceSide);
}
@media (max-width: 768px) {
  .information__content {
    padding-bottom: 0rem;
  }
}
.information__content.is-show {
  display: block;
}

.information__title {
  color: #111111;
  font-size: clamp(28px, 4vw, 60px);
  font-weight: bold;
  margin: 0;
}

.information__text {
  color: #111111;
  font-size: clamp(12px, 2vw, 16px);
  font-weight: 400;
  line-height: 2;
  padding-bottom: 5rem;
}

.information__textTitle {
  color: #111111;
  font-size: clamp(12px, 2vw, 16px);
  font-weight: bold;
  margin: 0;
  padding-bottom: clamp(2rem, 2vw, 3rem);
}

.newInformation-overview__table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ddd;
}

.newInformation-overview__table th,
.newInformation-overview__table td {
  padding: 0.75rem 1rem;
  text-align: left;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 768px) {
  .newInformation-overview__table th:last-child,
  .newInformation-overview__table td:last-child {
    border-bottom: none;
  }
}

.newInformation-overview__label {
  background-color: #f8f8f8;
}

.newInformation-overview__table th {
  width: 30rem;
  font-weight: bold;
  color: #111111;
  font-size: clamp(1.2rem, 2vw, 2.4rem);
  font-weight: bold;
  padding-top: clamp(2rem, 2vw, 3rem);
  padding-right: clamp(2rem, 2vw, 2.8rem);
  padding-bottom: clamp(2rem, 2vw, 3rem);
  padding-left: clamp(2rem, 2vw, 2.8rem);
}

.newInformation-overview__table td {
  font-weight: normal;
  color: #111111;
  font-size: clamp(1.2rem, 2vw, 1.6rem);
  line-height: 2;
  padding-top: clamp(2rem, 2vw, 3rem);
  padding-right: clamp(2.5rem, 2.4vw, 4rem);
  padding-bottom: clamp(2rem, 2.4vw, 4rem);
  padding-left: clamp(2.5rem, 2.4vw, 4rem);
}

.newInformation-overview__schools {
  margin: 0;
  padding: 0;
}

.newInformation-overview__area {
  font-weight: bold;
  margin-top: 0.5em;
}

.newInformation-overview__list {
  margin: 0 0 0.5em 1em;
}

.information__title .sp-break {
  display: inline;
}

@media (max-width: 768px) {
  .newInformation-overview__table {
    max-width: 100%;
    margin: 0 auto;
  }

  .newInformation-overview__table,
  .newInformation-overview__table tbody,
  .newInformation-overview__table tr,
  .newInformation-overview__table th,
  .newInformation-overview__table td {
    display: block;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
  }
  .newInformation-overview__salary dd {
    margin: 0;
  }
}

@media (max-width: 768px) {
  .information__img img {
    height: 200px;
    object-fit: cover;
    border-radius: 20px;
  }
  .information__img {
    margin: 0;
  }
  .information__title .sp-break {
    display: block;
  }
}

/*LINEエントリー*/
.line__entry {
  border: 2px solid #00b900;
  border-radius: 12px;
  padding-top: clamp(3rem, 2vw , 1rem);
  padding-bottom: clamp(2rem, -2vw + 6rem, 5rem);
  padding-right: 2rem;
  padding-left: 2rem;
  background: #fff;
  margin-top: 5rem;
}

.line__entry-inner {
  display: flex;
  align-items: flex-start;
}

.line__left {
}

.line__entry-title {
  font-weight: bold;
  color: #00b900;
  line-height: 1.2;
  margin: 0;
  font-family: "Korolev", "Montserrat", "Oswald", "Arial", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", "Meiryo", sans-serif;
}

.line__entry-title--big {
  font-size: clamp(50px, 5vw, 90px);
  font-family: "Korolev", "Montserrat", "Oswald", "Arial", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", "Meiryo", sans-serif;
}

.line__entry-title--small {
  font-size: clamp(30px, 2vw, 65px);
  font-family: "Noto Sans JP", "Hiragino Sans", "Yu Gothic Medium", "Meiryo", sans-serif;
}

.line__entry-text {
  color: #00b900;
  font-family: "Noto Sans JP", "Hiragino Sans", "Yu Gothic Medium", "Meiryo", sans-serif;
  font-size: clamp(16px, 2vw, 24px);
  margin: 0;
}




.line__titleArea {
  margin-right: clamp(1rem , 2vw ,3rem);
}
@media (max-width: 768px) {
  .line__titleArea {
    padding-bottom: 2rem;
  }
}

.line__center {
  background: #f9f9f9;
  padding: clamp(2rem, 2vw , 3rem);
  border-radius: 2rem;
  margin-right: clamp(1rem , 2vw ,3rem);
}

.center_box-title {
  font-weight: 400;
  color: #000;
  margin-bottom: 2rem;
  font-family: "Noto Sans JP";
  font-size: clamp(14px, 2vw, 2.4rem);
}

.center_box-list {
  font-weight: 400;
  color: #000;
  margin-bottom: 0.5rem;
  font-family: "Noto Sans JP";
  font-size: clamp(12px, 2vw, 14px);
}

.line__border {
  display: block;
  width: 2px;
  align-self: stretch;
  background: #00b900;
  margin-left: clamp(1rem , 2.4vw ,5rem);
  margin-right: clamp(1rem , 2vw ,3rem);
}
@media (max-width: 768px) {
  .line__textArea {
    width: 100%;
  }
}
.line__text {
  font-weight: 400;
  color: #000;
  margin-bottom: 0.5rem;
  font-family: "Noto Sans JP";
  font-size: clamp(14px, 2vw, 24px);
  margin: clamp(1rem , -2vw + 3rem ,2rem);
  text-align: center;
}

.line__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 39.5rem;
  height: 7.6rem;
  background: #00b900;
  color: #fff;
  font-weight: medium;
  border-radius: 4.6rem;
  transition: 0.4s;
  font-size: clamp(14px, 2vw, 24px);
  margin: 3rem 0 0;
}
@media (max-width: 768px) {
  .line__button {
    height: 6rem;
    margin: 0 auto;
  }
}

.line__link:hover {
  background: #fff;
  color: #00b900;
}


@media (max-width: 768px) {
  .line__entry-inner {
    flex-direction: column;
    align-items: center;
    /* SPで中央寄せにしたい場合 */
  }

  .line__qr {
    display: none;
  }

  .line__right-text {
    line-height: 2;
  }

  .line__right-button {
    padding-bottom: 1.25rem;
  }
}


/*応募フォーム*/
.entry__top-title {
  font-size: clamp(28px, 5vw, 65px);
  color: #000;
  text-align: left;
  margin: 0 0 0.5rem;
  font-family: "Noto Sans JP", sans-serif;
}

.entry__top-header {
  position: relative;
  padding: 2rem 1rem;
  color: #fff;
  isolation: isolate;
}

.entry__top-header::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("/wp-content/themes/imcgraduates/assets/img/Form_img.png") no-repeat center/cover;
  z-index: -1;
  opacity: 0.8;
}


/*応募フォームSTEP*/
.entry__step {
  margin: 30px;
}

.entry__steps {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  border-bottom: none;
}

.entry__steps li {
  flex: 1;
  text-align: left;
  padding: .8rem 0;
  font-weight: 600;
  color: #666;
  position: relative;
  border-bottom: 2px solid #ddd;
}

.entry__steps li:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 30%;
  height: 50%;
  width: 2px;
  background: #ddd;
}

.entry__steps li::first-line {
  font-size: 20px;
  font-weight: 700;
  color: #999;
}

.entry__steps .is-current {
  border-bottom: 2px solid #e60012;
}

.entry__steps .is-current::first-line {
  color: #e60012;
}

/*応募フォーム入力画面*/
.entry__form {
  padding: 30px;
  background-color: #EFF2F5;
}

.entry__form-text {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(14px, 2vw, 16px);
  font-weight: bold;
  padding-left: 10%;
}

/*中途採用*/


/*支社ジャンプボタン*/
.branch__nav {
  margin-bottom: clamp(3.6rem, 6vw, 10rem);
}
.branch__nav-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: left;
  gap: 1rem;
}
@media (max-width: 768px) {
  .branch__nav-list {
    flex-wrap: nowrap;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    gap: 2;
    padding-bottom: 2rem;
  }
}
.branch__nav-btn {
  display: inline-block;
  padding: 1rem 4rem 1rem;
  border: 1px solid #ccc;
  border-radius: 3rem;
  text-decoration: none;
  color: #000;
  background: #fff;
  cursor: pointer;
  font-size: clamp(1.2rem, 1vw, 1.6rem);
}
@media (max-width: 768px) {
  .branch__nav-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 10rem;
    height: 4rem;
    min-width: 10rem;
    text-align: center;
    padding: 0 1rem;
  }
}
.branch__nav-btn.is-active {
  background: #111;
  color: #fff;
  border-color: #111;
}

.branch__nav-btn:hover {
  background: #000;
  border-color: #fff;
  transform: translateY(-1px);
  color: #fff;
}

.career__table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  background: #fff;
  border: 1px solid #e5e5e5;
  overflow: hidden;
}

.career__table th,
.career__table td {
  border: 1px solid #e5e5e5;
  padding: .75rem 1rem;
  text-align: left;
  vertical-align: baseline;
  word-break: break-word;
}
@media (max-width: 768px) {
  .career__table th,
  .career__table td {
    vertical-align: middle;
  }
}

.career__table thead th {
  background: #f7f7f7;
  font-weight: bold;
  font-size: clamp(1.2rem, 1.4vw, 2.4rem);
  padding: clamp(1rem, 2vw, 3rem);
}

.status-pill {
  display: inline-block;
  padding: .25rem .65rem;
  border-radius: 999px;
  font-size: .875rem;
  line-height: 1;
  border: 1px solid transparent;
  max-width: 10.6rem;
  width: 100%;
  text-align: center;
}



.status-pill.is-closed {
  background: #fdecec;
  border-color: #f1b5b5;
  opacity: .9;
}

.branch__access {
  padding: 2rem 0 0;
}

.branch__name:target {
  background-color: #D9D9D6;
  transition: background-color 1s ease;
}
.information__tab.is-active {
  background: #F8F8F8;
  color: #000;
}

.status-pill {
  display: inline-block;
  padding: 1rem 2rem 1rem;
  border-radius: 2rem;
  font-size: clamp(12px, 2vw, 1.6rem);
  line-height: 1;
  border: 1px solid #D9D9D6;
  text-decoration: none;
  white-space: nowrap;

}

.status-pill.is-open {
  background: #ED2446;
  border-color: #f1b5b5;
  color: #fff;
  border: solid 1px #ED2446;
}

.status-pill.is-closed {
  background: #fff;
  border-color: #000;
  color: #000;
  cursor: default;
  pointer-events: none;
}

@media (max-width: 768px) {
  .career__table th:nth-child(2),
  .career__table td.branch__address {
    display: none;
  }
}


/* 各概要ページ */

/* 戻るボタン */
.information__back {
  margin: 20px 0;
  text-align: left;
}

.information__back-btn {
  display: inline-block;
  padding: clamp(5px, 2vw, 15px) clamp(9px, 4vw, 24px);
  border: 1px solid #111;
  background: #F8F8F8;
  color: #111;
  text-decoration: none;
  font-size: clamp(12px, 2vw, 15px);
  transition: all 0.3s;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;

}

.information__back-btn:hover {
  background: #111;
  color: #fff;
}

.jobDetai {
  padding: 0 20px 20px 20px;
}

.jobDetail__title {
  color: #111111;
  font-family: "Noto Sans JP", "Hiragino Sans", "Yu Gothic Medium", "Meiryo", sans-serif;
  font-size: clamp(28px, 4vw, 60px);
  font-weight: bold;
  margin-top: 0;
}

.jobDetail__table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ddd;
}

.jobDetail__table th,
.jobDetail__table td {
  padding: 0.75rem 1rem;
  text-align: left;
  border: 1px solid #ddd;
}

.jobDetail__label {
  background-color: #f8f8f8;
}

.jobDetail__table th {
  width: 180px;
  font-weight: bold;
  color: #111111;
  font-size: clamp(12px, 2vw, 16px);
  font-weight: bold;
}

.jobDetail__table td {
  font-weight: 400;
  color: #111111;
  font-size: clamp(12px, 2vw, 16px);
  line-height: 3;
}

.jobDetail__schools {
  margin: 0;
  padding: 0;
}

.jobDetail__area {
  font-weight: bold;
  margin-top: 0.5em;
}

.jobDetail__list {
  margin: 0 0 0.5em 1em;
}

.jobDetail__title .sp-break {
  display: inline;
}

@media (max-width: 768px) {
  .jobDetail__table {
    max-width: 100%;
    margin: 0 auto;
  }

  .jobDetail__table,
  .jobDetail__table tbody,
  .jobDetail__table tr,
  .jobDetail__table th,
  .jobDetail__table td {
    display: block;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
  }

  .jobDetail__table th {
    background: #F3F3F3;
    font-weight: bold;
    border: none;
    margin-bottom: .35rem;
    word-break: break-word;
    white-space: normal;
  }

  .jobDetail__table td {
    line-height: 1.8;
    border: none;
    word-break: break-word;
    white-space: normal;
  }
}

/*エントリーボタン*/
/* エントリーボックス */

.jobDetail__entry-title {
  font-family: "Korolev", "Montserrat", "Oswald", "Arial", "Noto Sans JP",
    sans-serif;
  font-size: clamp(60px, 5vw, 100px);
  margin: 0;
  font-weight: bold;

}

.jobDetail__entry-subtitle {
  font-size: clamp(24px, 2vw, 35px);
  font-family: "Noto Sans JP", "Hiragino Sans", "Yu Gothic Medium", "Meiryo", sans-serif;
  font-weight: bold;
  color: #f5f5f5;
  margin: 0;
}

.jobDetail__entry-text {
  font-family: "Noto Sans JP", "Hiragino Sans", "Yu Gothic Medium", "Meiryo", sans-serif;
  font-weight: 400;
  line-height: 1.5rem;
  font-size: clamp(14px, 2vw, 16px);
  margin: 0;
}

.sp-break {
  display: inline;
}

.jobDetail__entry-inner {
  display: grid;
  grid-template-columns: auto auto 1fr auto;
  grid-template-areas: "title sub content arrow";
  column-gap: clamp(12px, 2vw, 24px);
  align-items: center;
  background-color: #e60020;
  color: #f5f5f5;
  border: 1px solid;
  border-radius: 20px;
  width: 100%;
  max-width: none;
  padding: 20px;
  box-sizing: border-box;
  margin-top: 1.875rem;
}

.jobDetail__entry-title {
  grid-area: title;
}

.jobDetail__entry-subblock {
  grid-area: sub;
}

.jobDetail__entry-content {
  grid-area: content;
}

.jobDetail__entry-arrow {
  grid-area: arrow;
}

.jobDetail__entry-title {
  grid-area: title;
}

.jobDetail__entry-subblock {
  grid-area: sub;
}

.jobDetail__entry-content {
  grid-area: content;
}

.jobDetail__entry-arrow {
  grid-area: arrow;
}

.jobDetail__entry-arrow::after {
  content: "";
  width: clamp(50px, 5vw, 70px);
  height: clamp(50px, 5vw, 70px);
  display: inline-block;
  background: url(/wp-content/themes/imcgraduates/assets/img/company__entry__arrow.png) no-repeat center / contain;
  transition: transform 0.2s ease-out;
}

@media (max-width: 768px) {
  .jobDetail__entry-inner {
    grid-template-columns: 1fr;
    grid-template-areas:
      "title"
      "sub"
      "content"
      "arrow";
    row-gap: clamp(8px, 3vw, 16px);
    align-items: start;
  }

  .sp-break {
    display: block;
  }
}

.branch__name {
  width: 16%;
}
.branch__address {
  width: 43%;
}
.branch__workType {
  width: 24%;
}
.branch__currently {
  width: 17%;
}
.branch__name:not(th) {
  font-size: clamp(1.2rem, 1.4vw, 2.4rem);
  padding: clamp(1rem, 2vw, 3rem);
}
.branch__address:not(th) {
  padding: clamp(1rem, 2vw, 3rem);
  font-size: clamp(1.2rem, 1vw, 1.6rem);
  font-weight: normal;
  line-height: 2;
}
.branch__workType:not(th) {
  padding: clamp(1rem, 1.4vw, 2rem);
  font-size: clamp(1.2rem, 1vw, 1.6rem);
  font-weight: normal;
  vertical-align: middle;
}
.branch__currently:not(th) {
  padding-top: clamp(1rem , -1.4vw + 2rem, 1.4rem);
  padding-bottom: clamp(1rem , -1.4vw + 2rem, 1.4rem);
  padding-right: clamp(1rem , 1.4vw, 2rem);
  padding-left: clamp(1rem , 1.4vw, 2rem);
  font-size: clamp(1.2rem, 1vw, 1.6rem);
  font-weight: normal;
  vertical-align: middle;
}
.information__backBtn {
  display: flex;
  width: 20rem;
  height: 4.4rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  border: solid 1px #D9D9D6;
  background-color: #F8F8F8;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: clamp(3rem, 3vw, 5rem);
}
.information__backBtn--bottom {
  margin: 0 0 0;
}
.information__headArea {
  padding-top: 5rem;
  padding-bottom: clamp(3rem, 3vw, 5rem);
}
.formEntry {
  margin-top: clamp(3rem , 3vw, 5rem);
  margin-bottom: clamp(2rem , 3vw, 5rem);
}
.formEntry__button {
  display: flex;
  align-items: center;
  background-color: #E60020;
  border-radius: 2rem;
  width: 100%;
  box-sizing: border-box;
  color: #fff;
  gap: 3rem;
  position: relative;
  flex-flow: row wrap;
  padding-top: clamp(2rem, 2.4vw, 4rem);
  padding-right: clamp(2rem, 8vw, 16rem);
  padding-bottom: clamp(2rem, 2.4vw, 4rem);
  padding-left: clamp(2rem, 2vw, 3rem);
}
@media (max-width: 768px) {
  .formEntry__button {
    gap: 0;
  }
}
.formEntry__title {
  font-size: clamp(6rem, 6vw, 10rem);
  line-height: clamp(6rem, 6vw, 10rem);
}
.formEntry__titleJa {
  font-size: clamp(2.4rem, 2.2vw, 4rem);
}
@media (max-width: 768px) {
  .formEntry__titleJa {
    padding-top: 1rem;
    padding-bottom: 2rem;
  }
}
.formEntry__desc {
  font-size: 1.4rem;
  font-weight: medium;
}
.formEntry__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(4.8rem, 5vw, 10rem);
  height: clamp(4.8rem, 5vw, 10rem);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 3rem;
  background: #fff;
  img {
    max-width: 4.4rem;
    width: 44%;
  }
}
@media (max-width: 768px) {
  .formEntry__arrow {
    position: static;
    transform: none;
    margin-top: 2rem;
  }
}

.formEntry.is-closed {
  .formEntry__title {
    color: #E60020;
    font-size: clamp(1.4rem, 1.4vw, 2.4rem);
  }
}
