@charset "utf-8";

/* mv */
@media (min-width: 769px) {
  .underlayer_mv_img {
    background: url("../../images/team/index/mv.webp") no-repeat 50% 50% / cover;
  }
}
@media (max-width: 768px) {
  .underlayer_mv_img {
    background: url("../../images/team/index/mv_sp.webp") no-repeat 50% 50% /
      cover;
  }
}

@media (min-width: 769px) {
  .main_box_body_grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .main_box_body_grid .main_box_body_grid_cell:nth-child(3) {
    grid-column: 2;
    grid-row: 3;
  }
  .main_box_body_grid .main_box_body_grid_cell:nth-child(4) {
    grid-column: 1;
    grid-row: 3;
  }
}
/* team_article_ttl */
.team_article_ttl_wrap {
  display: flex;
  flex-direction: column;
}
.team_article_ttl_sub {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.team_article_ttl_en,
.team_article_ttl_num {
  font-weight: 700;
  line-height: 1;
}
.team_article_ttl_en {
  position: relative;
}
.team_article_ttl_en::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-block: auto;
  height: 1px;
  background-color: var(--color-gray-60);
}
.team_article_ttl {
  line-height: 1;
}
@media (min-width: 769px) {
  .team_article_ttl_wrap {
    gap: 10rem;
  }
  .team_article_ttl_en,
  .team_article_ttl_num {
    font-size: 24rem;
  }
  .team_article_ttl_en::after {
    left: calc(100% + 20rem);
    width: 20rem;
  }
  .team_article_ttl {
    font-size: 30rem;
  }
}
@media (max-width: 768px) {
  .team_article_ttl_wrap {
    gap: 16rem;
  }
  .team_article_ttl_en,
  .team_article_ttl_num {
    font-size: 20rem;
  }
  .team_article_ttl_en::after {
    left: calc(100% + 16rem);
    width: 18rem;
  }
  .team_article_ttl {
    font-size: 30rem;
  }
  .anchor {
    border-top: none;
    margin-top: 0;
  }
}
