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

※このスタイルシートはSCSSで生成されています。
cssへの直記入はなさらないようにしてください。

-----------------------------------------*/
/* 変数の定義
--------------------------------------------------*/
/*-----------------------------------------

※このスタイルシートはSCSSで生成されています。
cssへの直記入はなさらないようにしてください。

-----------------------------------------*/
/*-----------------------------------------

※このスタイルシートはSCSSで生成されています。
cssへの直記入はなさらないようにしてください。

-----------------------------------------*/
/* 色の定義
--------------------------------------------------*/
/* フォントの定義
--------------------------------------------------*/
html,
body,
ul,
ol,
dl,
li,
dt,
dd,
a,
p,
div,
img,
svg,
table,
tr,
th,
td,
figure {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.6;
  color: #1C1C1C;
  font-feature-settings: "palt";
}

body,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
img,
svg,
a,
table,
tr,
th,
td,
figure {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  body,
  ul,
  ol,
  dl,
  li,
  dt,
  dd,
  p,
  div,
  img,
  svg,
  a,
  table,
  tr,
  th,
  td,
  figure {
    font-size: 1.4rem;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0.04em;
  line-height: 1.5;
  font-weight: 800;
  font-feature-settings: "palt";
}

.en {
  font-family: "Inter Tight", sans-serif;
  font-style: italic;
  letter-spacing: 0;
  line-height: 1;
  font-weight: 700;
  display: inline-block;
}

/* 新卒採用 募集要項
--------------------------------------------------*/
/* 選考フロー
--------------------------------------------------*/
#selection_flow {
  padding: 80px 0;
  overflow: hidden;
}
@media screen and (max-width: 999px) {
  #selection_flow {
    padding: 60px 0;
  }
}

.grad_sel_flow_inner {
  box-sizing: border-box;
}

.grad_sel_flow_head {
  text-align: center;
  margin-bottom: clamp(40px, 5vw, 56px);
}

.grad_sel_flow_en {
  margin: 0 0 8px;
  font-size: clamp(3rem, 9vw, 5.2rem);
  font-weight: 800;
  font-style: italic;
  line-height: 1;
  letter-spacing: 0.02em;
  color: rgba(0, 0, 0, 0.06);
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0.06);
}
@supports not (-webkit-text-stroke: 1px black) {
  .grad_sel_flow_en {
    color: rgba(0, 0, 0, 0.08);
    -webkit-text-stroke: 0 transparent;
  }
}

.grad_sel_flow_ttl {
  margin: 0;
  font-size: clamp(2.4rem, 5vw, 3.2rem);
  font-weight: 800;
  color: #1C1C1C;
}

.grad_sel_flow_steps {
  --flow-gap: clamp(8px, 1.5vw, 16px);
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: var(--flow-gap);
  align-items: start;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 999px) {
  .grad_sel_flow_steps {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: stretch;
  }
}

.grad_sel_flow_step {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  min-width: 0;
}
@media screen and (min-width: 1000px) {
  .grad_sel_flow_step:not(:last-child)::after {
    content: "";
    position: absolute;
    top: clamp(1.1rem, 2vw, 1.4rem);
    /* 番号の右端から約15px 空けて点線を開始 */
    left: calc(50% + 35px);
    width: calc(100% + var(--flow-gap) - 70px);
    border-top: 1px dashed #CE1B21;
    z-index: 0;
    pointer-events: none;
  }
}
@media screen and (max-width: 999px) {
  .grad_sel_flow_step {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    -moz-column-gap: 10px;
         column-gap: 10px;
    row-gap: 4px;
    align-items: center;
    text-align: left;
  }
  .grad_sel_flow_step:not(:last-child)::before {
    content: "";
    position: absolute;
    left: 26px;
    /* 縦並び時：番号の下に余白を作ってから縦点線を開始 */
    top: 48px;
    bottom: -24px;
    border-left: 1px dashed #CE1B21;
    transform: translateX(-50%);
    z-index: 0;
    pointer-events: none;
  }
}

.grad_sel_flow_num {
  display: block;
  margin-bottom: 20px;
  padding: 0 6px;
  font-size: clamp(2.4rem, 2.4vw, 3.2rem);
  font-weight: 800;
  line-height: 1;
  position: relative;
  z-index: 1;
  background-color: #EDEDED;
}
@media screen and (max-width: 999px) {
  .grad_sel_flow_num {
    grid-column: 1;
    grid-row: 1;
    justify-self: center;
    margin-bottom: 0;
  }
}

.grad_sel_flow_card {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: clamp(120px, 12vw, 183px);
  padding: clamp(12px, 2vw, 16px) 8px;
  background-color: #fff;
  border-radius: 8px;
  border: 2px solid #DFDFDF;
}
.grad_sel_flow_card span {
  font-size: clamp(1.8rem, 1.8vw, 2.4rem);
  line-height: 1.4;
}
@media screen and (max-width: 999px) {
  .grad_sel_flow_card span br {
    display: none;
  }
  .grad_sel_flow_card span .lg-view {
    display: inline-block;
  }
}
@media screen and (max-width: 999px) {
  .grad_sel_flow_card {
    grid-column: 2;
    grid-row: 1;
    min-height: 60px;
    justify-content: center;
    text-align: center;
    padding: 14px 12px;
  }
}
.grad_sel_flow_card--offer {
  border: 2px solid #CE1B21;
  box-shadow: none;
}

.grad_sel_flow_note {
  margin-top: 6px;
  font-size: 1.4rem;
}
@media screen and (max-width: 999px) {
  .grad_sel_flow_note {
    grid-column: 2;
    grid-row: 2;
    margin-top: 0;
    text-align: center;
    font-size: 1.2rem;
  }
}

/* 募集要項
--------------------------------------------------*/
#requirements {
  padding: 100px 0 120px;
  background-color: #fff;
  overflow: hidden;
}
@media screen and (max-width: 999px) {
  #requirements {
    padding: 60px 0 80px;
  }
}

.grad_requirements_head {
  text-align: center;
  margin-bottom: clamp(36px, 5vw, 52px);
}

.grad_requirements_en {
  margin: 0 0 8px;
  font-size: clamp(3rem, 9vw, 5.2rem);
  font-weight: 800;
  font-style: italic;
  line-height: 1;
  letter-spacing: 0.02em;
  color: rgba(0, 0, 0, 0.06);
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0.06);
}
@supports not (-webkit-text-stroke: 1px black) {
  .grad_requirements_en {
    color: rgba(0, 0, 0, 0.08);
    -webkit-text-stroke: 0 transparent;
  }
}

.grad_requirements_ttl {
  margin: 0;
  font-size: clamp(2.4rem, 5vw, 3.2rem);
  font-weight: 800;
}

.grad_requirements_table {
  background-color: transparent;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.grad_requirements_row {
  display: grid;
  grid-template-columns: minmax(0, 240px) minmax(0, 1fr);
  -moz-column-gap: 20px;
       column-gap: 20px;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 999px) {
  .grad_requirements_row {
    grid-template-columns: 1fr;
    row-gap: 6px;
    padding: 20px 0;
    border-bottom: 1px solid #CE1B21;
  }
}
.grad_requirements_row:first-child {
  padding-top: 0;
}
.grad_requirements_row dt {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 40px 20px;
  color: #CE1B21;
  border-bottom: 1px solid #CE1B21;
}
@media screen and (max-width: 999px) {
  .grad_requirements_row dt {
    padding: 0;
    align-items: flex-start;
    border-bottom: 0;
  }
}
.grad_requirements_row dd {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 0;
  padding: 40px 20px;
  border-bottom: 1px solid #CE1B21;
}
@media screen and (max-width: 999px) {
  .grad_requirements_row dd {
    padding: 0;
    border-bottom: 0;
    gap: 10px;
  }
}
.grad_requirements_row dd .grad_requirements_row_inner_ttl {
  padding: 0 10px;
  border: 1px solid #1C1C1C;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 10px;
}
@media screen and (max-width: 999px) {
  .grad_requirements_row dd .grad_requirements_row_inner_ttl {
    margin-bottom: 6px;
  }
}
.grad_requirements_row li {
  position: relative;
  padding-left: 1em;
}
.grad_requirements_row li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
.grad_requirements_row li:last-child {
  margin-bottom: 0;
}/*# sourceMappingURL=graduate.css.map */