@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;
}

/* 3分でわかるグランバレイ
--------------------------------------------------*/
/* グランバレイについて
--------------------------------------------------*/
#about {
  padding: 100px 0 80px;
  overflow: hidden;
}
@media screen and (max-width: 999px) {
  #about {
    padding: 80px 0 60px;
  }
}
@media screen and (max-width: 768px) {
  #about {
    padding: 60px 0 40px;
  }
}
#about .wrap_about .wrap_under_sec_ttl {
  position: relative;
  text-align: center;
  margin-bottom: 0;
}
@media screen and (max-width: 999px) {
  #about .wrap_about .wrap_under_sec_ttl {
    margin-bottom: 15px;
  }
}
#about .wrap_about .wrap_under_sec_ttl .en_sec_ttl {
  height: clamp(100px, 10vw, 144px);
}
@media screen and (max-width: 999px) {
  #about .wrap_about .wrap_under_sec_ttl .en_sec_ttl {
    height: clamp(46px, 13.33vw, 100px);
    width: auto;
  }
}
#about .wrap_about .wrap_under_sec_ttl h2 {
  font-size: clamp(3.3rem, 10.25vw, 5.4rem);
  line-height: 1.2;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  margin: 0;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 999px) {
  #about .wrap_about .wrap_under_sec_ttl h2 {
    font-size: clamp(2.4rem, 7.17vw, 3.3rem);
  }
}
#about .wrap_about .wrap_under_sec_ttl h2 .t-grad {
  font-size: clamp(3.8rem, 11.53vw, 6.4rem);
}
@media screen and (max-width: 999px) {
  #about .wrap_about .wrap_under_sec_ttl h2 .t-grad {
    font-size: clamp(3rem, 8.71vw, 3.8rem);
  }
}

/* ページ内リンク
--------------------------------------------------*/
#pagelink {
  padding-bottom: 120px;
}
@media screen and (max-width: 999px) {
  #pagelink {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  #pagelink {
    padding-bottom: 60px;
  }
}

/* グランバレイの理念
--------------------------------------------------*/
#philosophy {
  padding-bottom: 120px;
}
@media screen and (max-width: 999px) {
  #philosophy {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  #philosophy {
    padding-bottom: 60px;
  }
}
#philosophy .wrap_philosophy {
  background-color: #fff;
  border-radius: 8px;
  padding: 60px 0 clamp(60px, 6vw, 80px);
}
@media screen and (max-width: 768px) {
  #philosophy .wrap_philosophy {
    width: 100%;
  }
}
#philosophy .wrap_philosophy .inner {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
#philosophy .wrap_philosophy .inner .list_philosophy {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
#philosophy .wrap_philosophy .inner .list_philosophy .item_philosophy {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: clamp(20px, 3vw, 40px);
  min-width: 0;
}
@media screen and (max-width: 999px) {
  #philosophy .wrap_philosophy .inner .list_philosophy .item_philosophy {
    flex-direction: column;
    align-items: stretch;
    gap: 15px;
  }
}
#philosophy .wrap_philosophy .inner .list_philosophy .item_philosophy .philosophy_label_txt {
  align-self: center;
  flex: 0 0 clamp(100px, 22vw, 245px);
  margin: 0;
  padding: 0;
  font-size: clamp(4.4rem, 4.4vw, 6.4rem);
  text-align: right;
}
@media screen and (max-width: 999px) {
  #philosophy .wrap_philosophy .inner .list_philosophy .item_philosophy .philosophy_label_txt {
    font-size: clamp(3.6rem, 10.2vw, 4.4rem);
    align-self: stretch;
    flex: none;
    width: 100%;
    text-align: left;
  }
}
#philosophy .wrap_philosophy .inner .list_philosophy .item_philosophy .philosophy_line {
  flex-shrink: 0;
  align-self: stretch;
  width: 0;
  min-height: 0;
  border-left: 1px solid #DFDFDF;
  box-sizing: border-box;
}
@media screen and (max-width: 999px) {
  #philosophy .wrap_philosophy .inner .list_philosophy .item_philosophy .philosophy_line {
    align-self: stretch;
    width: 100%;
    height: 0;
    min-height: 0;
    border-left: none;
    border-top: 1px solid #DFDFDF;
  }
}
#philosophy .wrap_philosophy .inner .list_philosophy .item_philosophy .philosophy_body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 15px;
  min-width: 0;
}
@media screen and (max-width: 999px) {
  #philosophy .wrap_philosophy .inner .list_philosophy .item_philosophy .philosophy_body {
    gap: 10px;
  }
}
#philosophy .wrap_philosophy .inner .list_philosophy .item_philosophy .philosophy_body .philosophy_lead--mission {
  font-size: clamp(3.6rem, 3.6vw, 4.6rem);
}
@media screen and (max-width: 999px) {
  #philosophy .wrap_philosophy .inner .list_philosophy .item_philosophy .philosophy_body .philosophy_lead--mission {
    font-size: clamp(3.2rem, 8.2vw, 3.6rem);
    line-height: 1;
  }
}
#philosophy .wrap_philosophy .inner .list_philosophy .item_philosophy .philosophy_body .philosophy_lead--grad {
  font-size: clamp(2.8rem, 2.8vw, 3.2rem);
}
@media screen and (max-width: 999px) {
  #philosophy .wrap_philosophy .inner .list_philosophy .item_philosophy .philosophy_body .philosophy_lead--grad {
    font-size: clamp(2.2rem, 6.15vw, 2.8rem);
    line-height: 1.4;
  }
}
#philosophy .wrap_philosophy .inner .list_philosophy .item_philosophy .philosophy_body .philosophy_lead--grad .t-grad {
  font-size: inherit;
}
#philosophy .wrap_philosophy .inner .list_philosophy .item_philosophy .philosophy_body .philosophy_desc--mission {
  font-size: clamp(2rem, 2vw, 2.4rem);
}

/* グランバレイの特徴
--------------------------------------------------*/
#features {
  padding-bottom: 120px;
}
@media screen and (max-width: 999px) {
  #features {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  #features {
    padding-bottom: 80px;
  }
}
#features .wrap_features .wrap_under_sec_ttl {
  margin-bottom: 50px;
}
@media screen and (max-width: 999px) {
  #features .wrap_features .wrap_under_sec_ttl {
    margin-bottom: 36px;
  }
}
#features .wrap_features .features_grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px 30px;
}
@media screen and (max-width: 999px) {
  #features .wrap_features .features_grid {
    grid-template-columns: 1fr;
    gap: clamp(20px, 4vw, 30px);
  }
}
#features .wrap_features .features_grid .feature_card {
  position: relative;
  background: #fff;
  border-radius: 8px;
  padding: clamp(30px, 3vw, 40px);
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  #features .wrap_features .features_grid .feature_card {
    padding: 30px 20px 20px;
    gap: 10px;
  }
}
#features .wrap_features .features_grid .feature_card .feature_num {
  position: absolute;
  z-index: 0;
  top: -10px;
  left: -5px;
  font-size: clamp(2rem, 2.6vw, 3.2rem);
  font-weight: 800;
}
@media screen and (max-width: 768px) {
  #features .wrap_features .features_grid .feature_card .feature_num {
    top: -6px;
    left: 0;
  }
}
#features .wrap_features .features_grid .feature_card .feature_heading {
  font-size: clamp(2.2rem, 2.4vw, 3.2rem);
}

/* データで見るグランバレイ
--------------------------------------------------*/
#numbers {
  padding-bottom: 120px;
  overflow: hidden;
}
@media screen and (max-width: 999px) {
  #numbers {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  #numbers {
    padding-bottom: 80px;
  }
}
#numbers .wrap_numbers .num_category {
  padding-bottom: 80px;
}
@media screen and (max-width: 999px) {
  #numbers .wrap_numbers .num_category {
    padding-bottom: 60px;
  }
}
#numbers .wrap_numbers .num_category .num_card {
  display: flex;
  flex-direction: column;
  height: 280px;
  border-radius: 8px;
  padding: 15px;
  background-color: #fff;
}
@media screen and (max-width: 999px) {
  #numbers .wrap_numbers .num_category .num_card {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  #numbers .wrap_numbers .num_category .num_card {
    padding: 10px;
  }
}
#numbers .wrap_numbers .num_category .num_card .num_label {
  font-size: 2rem;
  background-color: #1C1C1C;
  color: #fff;
  padding: 3px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #numbers .wrap_numbers .num_category .num_card .num_label {
    font-size: 1.6rem;
  }
}
#numbers .wrap_numbers .num_category .num_card .num_card_row {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding-top: 15px;
}
@media screen and (max-width: 999px) {
  #numbers .wrap_numbers .num_category .num_card .num_card_row {
    padding: 30px 0 15px;
  }
}
@media screen and (max-width: 768px) {
  #numbers .wrap_numbers .num_category .num_card .num_card_row {
    padding: 20px 0 10px;
    gap: 15px;
  }
}
#numbers .wrap_numbers .num_category .num_card .num_value {
  margin: 0;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 4px;
  min-width: 0;
  max-width: 100%;
}
#numbers .wrap_numbers .num_category .num_card .num_value .num_digit {
  font-size: clamp(6rem, 6vw, 8.6rem);
  font-style: normal;
  display: inline-block;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum" 1;
}
@media screen and (max-width: 449px) {
  #numbers .wrap_numbers .num_category .num_card .num_value .num_digit {
    font-size: 5rem;
  }
}
#numbers .wrap_numbers .num_category .num_card .num_value .num_unit {
  font-size: clamp(2rem, 2.4vw, 3.4rem);
}
#numbers .wrap_numbers .num_category .num_card .num_value--sm .num_digit {
  font-size: clamp(5.4rem, 5.4vw, 6.4rem);
}
@media screen and (max-width: 449px) {
  #numbers .wrap_numbers .num_category .num_card .num_value--sm .num_digit {
    font-size: 4rem;
  }
}
#numbers .wrap_numbers .num_category .num_card .num_value--sm .num_unit {
  font-size: clamp(2rem, 2.2vw, 2.2rem);
}
#numbers .wrap_numbers .num_category .num_card .num_subttl {
  font-size: clamp(2rem, 2.4vw, 2.4rem);
  text-align: center;
}
#numbers .wrap_numbers .num_category .num_card .num_icon {
  width: auto;
  height: auto;
}
#numbers .wrap_numbers .num_category .num_card .num_icon--h86 {
  height: clamp(66px, 8.58vw, 86px);
}
@media screen and (max-width: 449px) {
  #numbers .wrap_numbers .num_category .num_card .num_icon--h86 {
    height: 56px;
  }
}
#numbers .wrap_numbers .num_category .num_card .num_icon--h76 {
  height: clamp(56px, 7.28vw, 76px);
}
@media screen and (max-width: 449px) {
  #numbers .wrap_numbers .num_category .num_card .num_icon--h76 {
    height: 46px;
  }
}
#numbers .wrap_numbers .num_category .num_card .num_icon--w90 {
  width: clamp(70px, 9.1vw, 90px);
}
@media screen and (max-width: 449px) {
  #numbers .wrap_numbers .num_category .num_card .num_icon--w90 {
    width: 60px;
  }
}
#numbers .wrap_numbers .num_category .num_card--wide {
  height: auto;
}
#numbers .wrap_numbers .num_category .num_card .wrap_value {
  display: flex;
  align-items: center;
  gap: 10px;
}
#numbers .wrap_numbers .num_category .num_card .wrap_value .num_stat_lbl {
  font-size: clamp(2rem, 2.4vw, 2.4rem);
}
#numbers .wrap_numbers .num_category {
  /* 会社について */
}
#numbers .wrap_numbers .num_category--company .num_company_row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.35fr);
  gap: clamp(15px, 2vw, 30px);
  align-items: stretch;
}
@media screen and (max-width: 999px) {
  #numbers .wrap_numbers .num_category--company .num_company_row {
    grid-template-columns: 1fr;
  }
}
#numbers .wrap_numbers .num_category--company .num_company_row .num_company_stack {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(15px, 2vw, 30px);
  min-width: 0;
}
@media screen and (max-width: 999px) {
  #numbers .wrap_numbers .num_category--company .num_company_row .num_company_stack {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  #numbers .wrap_numbers .num_category--company .num_company_row .num_company_stack {
    grid-template-columns: 1fr;
  }
}
#numbers .wrap_numbers .num_category--company .num_company_row .num_card--row {
  height: auto;
}
#numbers .wrap_numbers .num_category--company .num_company_row .num_card--customer {
  height: auto;
  min-width: 0;
}
#numbers .wrap_numbers .num_category--company .num_company_row .num_card--customer .num_card_body {
  padding: 20px 25px 5px;
}
@media screen and (max-width: 999px) {
  #numbers .wrap_numbers .num_category--company .num_company_row .num_card--customer .num_card_body {
    padding: 20px 10px 10px;
  }
}
@media screen and (max-width: 449px) {
  #numbers .wrap_numbers .num_category--company .num_company_row .num_card--customer .num_card_body {
    padding: 20px 0 10px;
  }
}
#numbers .wrap_numbers .num_category--company .num_company_row .num_card--customer .num_card_charts {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: clamp(15px, 2vw, 20px);
  min-width: 0;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  #numbers .wrap_numbers .num_category--company .num_company_row .num_card--customer .num_card_charts {
    flex-direction: column;
  }
}
#numbers .wrap_numbers .num_category--company .num_company_row .num_card--customer .num_card_charts .num_pie_block,
#numbers .wrap_numbers .num_category--company .num_company_row .num_card--customer .num_card_charts .num_bar_block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
#numbers .wrap_numbers .num_category--company .num_company_row .num_card--customer .num_card_charts .num_pie_block {
  width: calc(100% - clamp(15px, 2vw, 20px) - 210px);
  min-width: 0;
}
@media screen and (max-width: 768px) {
  #numbers .wrap_numbers .num_category--company .num_company_row .num_card--customer .num_card_charts .num_pie_block {
    width: 100%;
  }
}
#numbers .wrap_numbers .num_category--company .num_company_row .num_card--customer .num_card_charts .num_pie_block .num_chart_wide {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  #numbers .wrap_numbers .num_category--company .num_company_row .num_card--customer .num_card_charts .num_pie_block .num_chart_wide {
    max-width: 460px;
  }
}
#numbers .wrap_numbers .num_category--company .num_company_row .num_card--customer .num_card_charts .num_bar_block {
  flex-shrink: 0;
  width: 210px;
  max-width: 100%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #numbers .wrap_numbers .num_category--company .num_company_row .num_card--customer .num_card_charts .num_bar_block {
    width: 100%;
  }
}
#numbers .wrap_numbers .num_category--company .num_company_row .num_card--customer .num_note {
  font-weight: 500;
}
#numbers .wrap_numbers .num_category {
  /* 社員について */
}
#numbers .wrap_numbers .num_category--staff .num_staff_column {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(15px, 2vw, 30px);
  align-items: stretch;
}
#numbers .wrap_numbers .num_category--staff .num_staff_column .num_staff_row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(15px, 2vw, 30px);
}
@media screen and (max-width: 999px) {
  #numbers .wrap_numbers .num_category--staff .num_staff_column .num_staff_row {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 768px) {
  #numbers .wrap_numbers .num_category--staff .num_staff_column .num_staff_row {
    grid-template-columns: 1fr;
  }
}
#numbers .wrap_numbers .num_category--staff .num_staff_column .num_staff_row .num_card .num_stat_pair {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 25px 0 10px;
}
@media screen and (max-width: 999px) {
  #numbers .wrap_numbers .num_category--staff .num_staff_column .num_staff_row .num_card .num_stat_pair {
    flex-direction: row;
    gap: 30px;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  #numbers .wrap_numbers .num_category--staff .num_staff_column .num_staff_row .num_card .num_stat_pair {
    flex-direction: column;
    gap: 10px;
    padding: 20px 0 10px;
  }
}
#numbers .wrap_numbers .num_category--staff .num_staff_column .num_staff_row .num_card .num_stat_pair .num_stat_item {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 449px) {
  #numbers .wrap_numbers .num_category--staff .num_staff_column .num_staff_row .num_card .num_stat_pair .num_stat_item {
    gap: 15px;
  }
}
#numbers .wrap_numbers .num_category--staff .num_staff_column .num_card--wide .num_card_body {
  padding: 20px 25px 25px;
}
@media screen and (max-width: 768px) {
  #numbers .wrap_numbers .num_category--staff .num_staff_column .num_card--wide .num_card_body {
    padding: 20px 10px 10px;
  }
}
@media screen and (max-width: 449px) {
  #numbers .wrap_numbers .num_category--staff .num_staff_column .num_card--wide .num_card_body {
    padding: 20px 0 10px;
  }
}
#numbers .wrap_numbers .num_category--staff .num_staff_column .num_card--wide .num_card_body .num_age_head {
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  #numbers .wrap_numbers .num_category--staff .num_staff_column .num_card--wide .num_card_body .num_age_head {
    justify-content: center;
  }
}
#numbers .wrap_numbers .num_category--staff .num_staff_column .num_card--wide .num_card_body .num_graph {
  margin-top: -40px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  #numbers .wrap_numbers .num_category--staff .num_staff_column .num_card--wide .num_card_body .num_graph {
    margin-top: 5px;
  }
}
#numbers .wrap_numbers .num_category {
  /* ワークスタイル */
}
#numbers .wrap_numbers .num_category--workstyle {
  padding-bottom: 0;
}
#numbers .wrap_numbers .num_category--workstyle .num_workstyle_row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(15px, 2vw, 30px);
}
@media screen and (max-width: 768px) {
  #numbers .wrap_numbers .num_category--workstyle .num_workstyle_row {
    grid-template-columns: 1fr;
  }
}/*# sourceMappingURL=about.css.map */