.for_company__contents {
  margin-bottom: 0; }

.section__title-en {
  font-size: clamp(60px, 7vw, 90px);
  font-weight: 300;
  font-family: "Unbounded", sans-serif;
  color: #2B5E98;
  display: inline-block;
  line-height: 1; }
  @media screen and (max-width: 834px) {
    .section__title-en {
      font-size: clamp(30px, 7vw, 60px); } }

.section__lead {
  color: #2b5e98;
  font-size: 14px;
  font-weight: 400; }

.section__title {
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.2; }
  @media screen and (max-width: 834px) {
    .section__title {
      line-height: 1.5;
      font-size: clamp(22px, 4vw, 28px); } }

.section__text {
  font-size: 15px;
  font-weight: 300; }

.for_company__lead {
  padding: 10rem 0 20rem;
  display: flex;
  flex-direction: column;
  gap: 8rem 0;
  margin-top: 0;
  max-width: 1200px; }
  @media screen and (max-width: 834px) {
    .for_company__lead {
      gap: 4rem 0;
      padding: 7rem 0rem; } }
  .for_company__lead .lead__main {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 0;
    gap: 3rem 0; }
    @media screen and (max-width: 834px) {
      .for_company__lead .lead__main {
        gap: 2rem 0; } }
  .for_company__lead .section__title {
    text-align: center; }
    @media screen and (max-width: 834px) {
      .for_company__lead .section__title {
        text-align: left; } }
  @media screen and (max-width: 834px) {
    .for_company__lead .lead__picture {
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      padding-bottom: 2rem; } }
  .for_company__lead .lead__picture img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover; }
    @media screen and (max-width: 834px) {
      .for_company__lead .lead__picture img {
        display: inline-block;
        min-width: 700px; } }

.for_company__merit {
  background-color: #3D5877;
  color: #fff;
  padding: 10.6rem 0 12rem; }
  @media screen and (max-width: 834px) {
    .for_company__merit {
      padding: 6rem 0; } }
  .for_company__merit .merit__inner {
    max-width: 1200px; }
  .for_company__merit .section__lead {
    background: transparent;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    background-clip: unset;
    color: #fff;
    margin-bottom: 2rem; }
  .for_company__merit .section__title {
    margin-bottom: 3.6rem; }
    @media screen and (max-width: 834px) {
      .for_company__merit .section__title {
        margin-bottom: 3rem; } }
  .for_company__merit .section__text {
    margin-bottom: 4.2rem; }
    @media screen and (max-width: 834px) {
      .for_company__merit .section__text {
        margin-bottom: 2.3rem; } }
  .for_company__merit .merit__list {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-top: 6rem;
    flex-wrap: wrap;
    gap: 4rem 0; }
    @media screen and (max-width: 834px) {
      .for_company__merit .merit__list {
        flex-direction: column;
        gap: 3rem 0;
        margin-top: 4rem; } }
  .for_company__merit .merit__item {
    background-color: #496482;
    border-radius: 10px;
    padding: 64px 5% 50px;
    width: 48%; }
    @media screen and (max-width: 834px) {
      .for_company__merit .merit__item {
        width: 100%;
        padding: 30px 8%;
        border-radius: 5px; } }
  .for_company__merit .item__tag {
    margin-bottom: 13px;
    width: fit-content;
    border-radius: 15px;
    background-color: #222222;
    color: #fff;
    padding: 5px 20px;
    line-height: 1.3;
    font-size: 14px;
    font-weight: 400; }
    @media screen and (max-width: 834px) {
      .for_company__merit .item__tag {
        margin-bottom: 10px; } }
  .for_company__merit .item__title {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 3rem; }
    @media screen and (max-width: 834px) {
      .for_company__merit .item__title {
        font-size: 18px;
        margin-bottom: 2rem; } }
  .for_company__merit .item__text {
    font-size: 15px; }
    @media screen and (max-width: 834px) {
      .for_company__merit .item__text {
        font-size: 14px; } }

.for_company__case {
  background-color: #E7EEF6;
  padding: 11.5rem 0 13rem; }
  @media screen and (max-width: 834px) {
    .for_company__case {
      padding: 7rem 0; } }
  .for_company__case .for_company__title-box {
    max-width: 1200px; }
  .for_company__case .section__lead {
    color: #2b5e98;
    margin-bottom: 2rem; }
  .for_company__case .for_company__text-box {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 3.5rem 0; }
    @media screen and (max-width: 834px) {
      .for_company__case .for_company__text-box {
        gap: 2rem 0; } }
  .for_company__case .for_company__list {
    display: flex;
    flex-direction: column;
    margin-top: 6.5rem;
    gap: 2rem 0;
    max-width: 1200px; }
    @media screen and (max-width: 834px) {
      .for_company__case .for_company__list {
        margin-top: 4rem; } }
  .for_company__case .for_company__item {
    background-color: #fff;
    border-radius: 10px;
    padding: 4rem 4%;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media screen and (max-width: 834px) {
      .for_company__case .for_company__item {
        border-radius: 5px;
        padding: 20px 8%;
        flex-direction: column;
        gap: 2rem 0; } }
  .for_company__case .item__info-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 34%;
    gap: 0 1rem; }
    @media screen and (max-width: 834px) {
      .for_company__case .item__info-box {
        width: 100%;
        flex-direction: column;
        gap: 1rem 0;
        align-items: flex-start; } }
  .for_company__case p.number {
    font-family: "Unbounded", sans-serif;
    font-weight: 500;
    color: #2b5e98;
    font-size: 30px;
    line-height: 1;
    text-align: center; }
    @media screen and (max-width: 834px) {
      .for_company__case p.number {
        font-size: 24px; } }
    .for_company__case p.number span {
      display: block;
      font-size: 14px; }
      @media screen and (max-width: 834px) {
        .for_company__case p.number span {
          font-size: 12px; } }
  .for_company__case .item__picture {
    overflow: hidden;
    border-radius: 10px; }
    @media screen and (max-width: 834px) {
      .for_company__case .item__picture {
        border-radius: 5px; } }
    .for_company__case .item__picture img {
      display: block; }
  .for_company__case .item__main {
    width: 62%; }
    @media screen and (max-width: 834px) {
      .for_company__case .item__main {
        width: 100%; } }
  .for_company__case .item__lead {
    font-size: 14px;
    font-weight: 400;
    color: #2B5E98;
    margin-bottom: 1rem; }
  .for_company__case .item__title {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 2.8rem;
    line-height: 1; }
    @media screen and (max-width: 834px) {
      .for_company__case .item__title {
        font-size: 22px;
        margin-bottom: 2.5rem;
        line-height: 1.5; } }
  .for_company__case .main__list {
    display: flex;
    flex-direction: column;
    gap: 2rem 0; }
  .for_company__case li.main__item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0 1rem; }
    @media screen and (max-width: 834px) {
      .for_company__case li.main__item {
        align-items: flex-start; } }
  .for_company__case .main__item--tag {
    font-size: 14px;
    font-weight: 400;
    width: 85px;
    line-height: 1;
    padding: 6px 0;
    background: #2B5E98;
    border-radius: 13px;
    text-align: center;
    color: #fff; }
    @media screen and (max-width: 834px) {
      .for_company__case .main__item--tag {
        width: 70px; } }
  @media screen and (max-width: 834px) {
    .for_company__case .main__item--text {
      width: 73%; } }
