@charset "UTF-8";
/* =====================
  会社概要
 ======================= */
main .l-inner {
  max-width: 1200px;
  padding: 0;
}

/** -------------------- 見出し -------------------- **/
.company-heading {
  position: relative;
}
.company-heading .company-heading-bg img {
  width: 100%;
  max-height: 720px;
  object-fit: cover;
  object-position: right top;
}
.company-heading .company-heading-title {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  max-width: 1232px;
  margin: 0 auto;
  padding: 0 16px;
  transform: translate(0, -50%);
  color: var(--c_wht);
  font-family: var(--font_serif);
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

/** -------------------- 会社情報 -------------------- **/
.company-profile {
  padding: 60px 30px;
}
.company-profile .company-profile-table {
  width: 100%;
}
.company-profile .company-profile-table th {
  text-align: left;
  color: var(--c_gray);
  font-family: var(--font_mix);
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
.company-profile .company-profile-table td {
  font-size: 1.3rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
.company-profile .company-profile-table a {
  text-decoration: underline;
  text-underline-offset: 0.25em;
  text-decoration-thickness: 1px;
}

/** -------------------- コンセプト -------------------- **/
.company-concept {
  background: linear-gradient(261.88deg, #1C1C1E 5.87%, #171719 93.75%);
  color: var(--c_wht);
  padding: 0 0 10px;
}
.company-concept a {
  color: var(--c_wht);
}
.company-concept .company-concept-item {
  display: flex;
  flex-direction: column;
}
.company-concept .company-concept-title {
  text-align: center;
  font-family: var(--font_serif);
  font-size: 2.6rem;
  line-height: 1.5;
  margin-bottom: 20px;
}
.company-concept .company-concept-title > span {
  font-size: 1.4rem;
  display: block;
  margin-top: 5px;
}
.company-concept .company-concept-img {
  order: -1;
  margin-bottom: 50px;
}
.company-concept .company-concept-img img {
  width: 100%;
}
.company-concept .company-concept-txtbox {
  padding: 0 30px 50px;
}
.company-concept .company-concept-subtitle {
  font-family: var(--font_serif);
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
  margin-bottom: 20px;
  text-align: center;
}

/** -------------------- ブランド -------------------- **/
.company-brand {
  padding: 60px 16px;
  overflow: hidden;
}
.company-brand:last-child {
  padding-bottom: 0;
}
.company-brand .company-brand-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: var(--c_red);
  text-align: center;
  margin-bottom: 10px;
}
.company-brand .company-brand-catchcopy {
  color: var(--c_red);
  text-align: center;
  margin-bottom: 20px;
}
.company-brand .company-brand-lead {
  text-align: center;
  margin-bottom: 30px;
}
.company-brand .company-brand-list-scroll {
  overflow-x: auto;
  overflow-y: hidden;
  margin: 0 -16px;
  padding: 0 16px;
}
.company-brand .company-brand-list-scroll::-webkit-scrollbar {
  height: 2px;
}
.company-brand .company-brand-list {
  display: flex;
  column-gap: 20px;
}
.company-brand .company-brand-list::after {
  content: "";
  flex: 0 0 16px;
  margin-left: -20px;
}
.company-brand .company-brand-list-item {
  flex: 0 0 300px;
  background: #000;
  color: var(--c_wht);
}
.company-brand .company-brand-list-item-body {
  padding: 30px 30px 50px;
}
.company-brand .company-brand-list-item-name {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  column-gap: 16px;
}
.company-brand .company-brand-list-item-name img {
  flex: 0 0 50px;
}
.company-brand .company-brand-list-item-name h3 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
}
.company-brand .company-brand-list-item-catchcopy {
  margin: 20px 0;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}

/* スマホのみ
  ------------------------ */
@media (max-width: 1199px) {
  .company-profile .company-profile-table tr {
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid var(--c_border);
  }
  .company-profile .company-profile-table th {
    display: block;
    padding-bottom: 4px;
  }
  .company-profile .company-profile-table td {
    display: block;
  }
}
@media (min-width: 940px) {
  .company-brand .company-brand-list::after {
    display: none;
  }
  .company-brand .company-brand-list-item {
    flex: 0 0 calc((100% - 32px) / 3);
  }
}
/* PC
  ------------------------ */
@media (min-width: 1200px) {
  /** -------------------- 見出し -------------------- **/
  .company-heading .company-heading-title {
    font-size: 4.4rem;
  }
  /** -------------------- 会社情報 -------------------- **/
  .company-profile {
    padding: 80px 16px;
  }
  .company-profile .company-profile-table {
    table-layout: fixed;
    border-collapse: collapse;
  }
  .company-profile .company-profile-table th {
    width: 100px;
    vertical-align: middle;
    font-size: 1.3rem;
    border-bottom: 1px solid var(--c_border);
    padding: 0;
  }
  .company-profile .company-profile-table td {
    font-size: 1.4rem;
    padding: 20px 30px;
    border-bottom: 1px solid var(--c_border);
  }
  /** -------------------- コンセプト -------------------- **/
  .company-concept {
    padding: 80px 16px 120px;
  }
  .company-concept .company-concept-item {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 80px;
  }
  .company-concept .company-concept-item:nth-child(even) {
    flex-direction: row-reverse;
  }
  .company-concept .company-concept-item:last-child {
    margin-bottom: 0;
  }
  .company-concept .company-concept-title {
    flex: 0 1 100%;
    margin: 0 0 80px;
    font-size: 4rem;
    line-height: 1.8;
  }
  .company-concept .company-concept-title > span {
    font-size: 3rem;
    margin: 0;
  }
  .company-concept .company-concept-img {
    margin: 0;
    flex: 0 1 50%;
    order: 1;
  }
  .company-concept .company-concept-img:nth-child(4n) {
    order: 2;
  }
  .company-concept .company-concept-txtbox {
    padding: 0;
    flex: 0 1 43.67%;
    order: 2;
  }
  .company-concept .company-concept-txtbox:nth-child(4n+1) {
    order: 1;
  }
  .company-concept .company-concept-subtitle {
    text-align: left;
    font-size: 3.6rem;
    line-height: 1.5;
    margin-bottom: 32px;
  }
  /** -------------------- ブランド -------------------- **/
  .company-brand {
    padding: 80px 16px;
  }
  .company-brand .company-brand-title {
    font-size: 2.6rem;
  }
  .company-brand .company-brand-catchcopy {
    margin-bottom: 24px;
  }
  .company-brand .company-brand-lead {
    margin-bottom: 60px;
  }
  .company-brand .company-brand-list-scroll {
    margin: 0;
    padding: 0;
  }
  .company-brand .company-brand-list {
    column-gap: 30px;
  }
  .company-brand .company-brand-list-item {
    flex: 0 0 calc((100% - 60px) / 3);
  }
  .company-brand .company-brand-list-item-catchcopy {
    font-size: 1.8rem;
  }
}
/* hover
  ------------------------ */