@charset "UTF-8";
.Company {
  /* ==============================================
  沿革
  ============================================== */
  /* ==============================================
  TFSが受け継ぐもの
  ============================================== */
}
.Company .sp_none {
  display: none;
}
@media screen and (max-width: 576px) {
  .Company .sp_none {
    display: block;
  }
}
.Company .history {
  padding: 100px 0 0;
}
.Company .history_sub {
  font-size: clamp(18px, 4vw, 24px);
  color: #bf3030;
  font-weight: 700;
  margin-bottom: 35px;
}
.Company .history_list {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0 0 0 40px; /* 左余白 */
  /* 赤い縦線 */
}
.Company .history_list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 15px;
  width: 2px;
  height: 100%;
  background: #bf3030;
}
.Company .history_list li {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 1%;
  padding-bottom: 25px;
  /* 丸いドット */
}
.Company .history_list li::before {
  content: "";
  position: absolute;
  left: -30px;
  top: 0;
  width: 12px;
  height: 12px;
  background: #bf3030;
  border-radius: 50%;
}
.Company .history_list li .year {
  font-weight: 700;
  color: #222;
  width: 120px;
  flex-shrink: 0;
  line-height: 1.8;
}
@media screen and (max-width: 820px) {
  .Company .history_list li .year {
    width: 80px;
  }
}
.Company .history_list li .desc {
  font-weight: 700;
  flex: 1;
  color: #333;
  line-height: 1.8;
}
.Company .history_list li:last-child {
  padding-bottom: 0;
}
@media screen and (max-width: 576px) {
  .Company .history_list li {
    flex-direction: column;
    gap: 4px;
  }
  .Company .history_list li .year {
    width: 100%;
  }
}
.Company .inherit {
  padding: 80px 0 0;
}
.Company .inherit_label {
  font-weight: 700;
  color: #bf3030;
  font-size: clamp(18px, 4vw, 24px);
  margin-bottom: 60px;
}
@media screen and (max-width: 1200px) {
  .Company .inherit_label {
    margin-bottom: 30px;
  }
}
.Company .inherit_block {
  margin-bottom: 120px;
}
.Company .inherit_block:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1200px) {
  .Company .inherit_block {
    margin-bottom: 60px;
  }
}
.Company .inherit_title {
  line-height: 1.5;
  font-weight: 700;
  font-size: clamp(16px, 2.4vw, 22px);
  padding-bottom: 15px;
  border-bottom: 2px solid #bf3030;
  margin-bottom: 25px;
}
.Company .inherit_group {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 3%;
  /* --- スマホ以降のみ縦並び --- */
}
@media screen and (max-width: 1200px) {
  .Company .inherit_group {
    flex-direction: column;
    gap: 30px;
  }
}
@media screen and (max-width: 576px) {
  .Company .inherit_group {
    align-items: center;
  }
}
.Company .inherit_text {
  font-weight: 700;
  flex: 1 1 auto;
  max-width: 480px;
  font-size: clamp(14px, 1.8vw, 18px);
  line-height: 1.8;
  min-width: 400px;
}
@media screen and (max-width: 1200px) {
  .Company .inherit_text {
    max-width: none;
    min-width: 0;
  }
}
.Company .inherit_images {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
}
.Company .inherit_images img {
  width: 33%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1200px) {
  .Company .inherit_images {
    gap: 8px;
  }
}
@media screen and (max-width: 576px) {
  .Company .inherit_images {
    flex-direction: column;
    align-items: center;
  }
  .Company .inherit_images img {
    width: 100%;
    gap: 8px;
  }
}

.Company__item__body a {
  color: inherit; /* 親要素と同じ色に */
  text-decoration: none; /* 下線を消す */
  transition: opacity 0.2s ease-in-out;
}
.Company__item__body a:hover {
  opacity: 0.7; /* ほんの少し反応だけ出す（なくてもOK） */
}

.Company__section__head {
  display: flex !important;
  align-items: center !important;
  gap: 20px !important;
  justify-content: flex-start !important;
  text-align: left !important;
  width: 100% !important;
  /* ← これを一番下に独立して書く！ */
}
.Company__section__head figure.image {
  flex-shrink: 0;
}
.Company__section__head.no-logo figure.image {
  display: none !important;
}
.Company__section__head > div {
  margin: 0 !important;
  text-align: left !important;
  flex: 1 1 auto !important;
  display: block !important;
}
.Company__section__head .Heading__sub,
.Company__section__head .Heading {
  text-align: left !important;
}
@media screen and (max-width: 576px) {
  .Company__section__head {
    flex-direction: column !important; /* 横並び → 縦並び */
    align-items: flex-start !important; /* 左寄せのまま */
    text-align: left !important; /* テキストも左揃え */
  }
  .Company__section__head figure.image {
    margin-bottom: 10px;
  }
}
/*# sourceMappingURL=company.css.map */