/*==============================================================
about-us
==============================================================*/
/*message*/
.message {
  .box {
    max-width: 1420px;
  }

  .item {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    gap: 100px;

    @media screen and (max-width: 991px) {
      flex-direction: column;
      gap: 16px;
    }
  }
}

.message .item-left {
  flex: 1.1;
}

.message .item-left img {
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.message .item-right {
  flex: 1.4;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 32px;
}

.message .fv-u-common-ttl-cont {
  align-items: flex-end;
}

.message .fv-u-common-ttl-en {
  justify-content: flex-end;
}

.message .fv-u-common-ttl-en::before {
  width: 80%;
}

.message .fv-u-common-ttl-en::after {
  width: unset;
}

.philosophy-ttl {
  font-size: clamp(2rem, 1.3333rem + 1.3889vw, 3rem);
}

.philosophy {
  .box {
    max-width: 1420px;
  }

  .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
  }
}

.philosophy-cont {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.philosophy-img {
  @media screen and (max-width: 991px) {
    height: 180px;
  }
}

.philosophy-img img {
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.philosophy-des {
  width: 100%;
  max-width: 95%;
  margin: 0 auto;
  line-height: 1.8;
}

.information {
  .box {
    max-width: 1420px;
  }

  .item {
    display: flex;
    gap: 80px;

    @media screen and (max-width: 991px) {
      flex-direction: column;
      gap: 16px;
    }
  }

  .item-left {
    display: flex;
    flex-direction: column;
    gap: 32px;
    flex: 1;
  }

  .fv-u-common-ttl-cont {
    align-items: flex-start;
  }

  .fv-u-common-ttl-en {
    justify-content: flex-start;
  }

  .fv-u-common-ttl-en::before {
    display: none;
  }

  .item-left img {
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  }

  .item-left {
    flex: 1.2;
  }

  .item-right {
    flex: 2.8;
  }

  table {
    width: 100%;
  }

  table {
    border-top: 1px solid #ccc;
  }

  tr {
    border-bottom: 1px solid #ccc;
    display: flex;

    @media screen and (max-width: 991px) {
      flex-direction: column;
    }
  }

  th,
  td {
    padding: 40px;
  }

  th {
    flex: 1.2;

    @media screen and (max-width: 991px) {
      padding: 8px 8px 2px;
    }
  }

  td {
    flex: 4;

    @media screen and (max-width: 991px) {
      padding: 2px 16px 8px;
    }
  }

  .info-map iframe {
    width: 100%;
    max-width: 100%;
    border-radius: 10px;
    margin-top: 24px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  }

  span {
    padding-left: 2rem;
    color: #149737;
  }
}
