@charset "UTF-8";
/**
 * Corporate-philosophy
 * ==========================================================================
 */
/**
 * point_list
 */
.p-point_list {
  margin-top: 6rem;
}
@media (max-width: 768px) {
  .p-point_list {
    margin-top: 4rem;
  }
}
.p-point_list dl:not(:first-child) {
  margin-top: 6rem;
}
@media (max-width: 768px) {
  .p-point_list dl:not(:first-child) {
    margin-top: 4rem;
  }
}
.p-point_list dt {
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  font-size: 2.4rem;
  font-weight: bold;
  border-bottom: 1px solid var(--color-grayLight);
}
@media (max-width: 1440px) {
  .p-point_list dt {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    font-size: 2.2rem;
  }
}
@media (max-width: 768px) {
  .p-point_list dt {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    gap: 1rem;
    font-size: 2rem;
  }
}
@media (max-width: 425px) {
  .p-point_list dt {
    font-size: 1.8rem;
  }
}
.p-point_list dd {
  padding: 0 4rem;
}
@media (max-width: 768px) {
  .p-point_list dd {
    padding-left: 2.6rem;
    padding-right: 0;
  }
}
.p-point_list__number {
  margin-top: -0.18em;
  flex-shrink: 0;
  font-size: 1.3em;
  font-family: "Times New Roman", Times, serif;
}

/**
 * Ceo_message
 * ==========================================================================
 */
/**
 * ceo_message_fv
 */
.p-ceo_message_fv {
  margin-bottom: 8rem;
  margin-left: -5rem;
  margin-right: -5rem;
}
@media (max-width: 768px) {
  .p-ceo_message_fv {
    margin-bottom: 6rem;
    margin-left: -15rem;
    margin-right: -15rem;
  }
}

/**
 * group_logo
 */
.p-group_logo {
  max-width: 50rem;
  margin: 0 auto 14rem;
  padding: 0 4rem;
}
@media (max-width: 1440px) {
  .p-group_logo {
    margin-bottom: 10rem;
  }
}
@media (max-width: 768px) {
  .p-group_logo {
    margin-bottom: 6rem;
  }
}

/**
 * Management-members
 * ==========================================================================
 */
/**
 * members
 */
.p-members-image img {
  width: 100%;
}

.p-members-content__cap {
  margin-bottom: 1rem;
  font-size: 0.8em;
  font-weight: 600;
}
.p-members-content__name {
  margin-bottom: 3rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem 3rem;
  font-size: 2.4rem;
  font-weight: 600;
}
.p-members-content__name_en {
  padding-top: 0.2em;
  font-size: 1.5rem;
}
.p-members-content__detail {
  font-size: 0.8em;
}
.p-members-content li {
  padding-left: 2rem;
  position: relative;
  line-height: 1.4;
  font-size: 0.8em;
}
.p-members-content li:not(:first-child) {
  margin-top: 1rem;
}
.p-members-content li::before {
  content: "◆";
  position: absolute;
  top: 0;
  left: 0;
}

.p-members_full {
  display: flex;
  gap: 10rem;
}
@media (max-width: 1440px) {
  .p-members_full {
    gap: 5rem;
  }
}
@media (max-width: 1024px) {
  .p-members_full {
    flex-direction: column;
    gap: 3rem;
  }
}
.p-members_full .p-members-image {
  width: 52rem;
  max-width: 50%;
  margin: 0 auto;
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .p-members_full .p-members-image {
    max-width: 100%;
  }
}

.p-members_list {
  padding-top: 5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 8rem;
}
@media (max-width: 1440px) {
  .p-members_list {
    padding-top: 0;
    gap: 5rem;
  }
}
@media (max-width: 1024px) {
  .p-members_list {
    gap: 6rem 4rem;
  }
}

.p-members_list-item {
  width: calc((100% - 8rem) / 2);
  display: flex;
  flex-direction: column;
  gap: 5rem;
}
@media (max-width: 1440px) {
  .p-members_list-item {
    width: calc((100% - 5rem) / 2);
    gap: 3rem;
  }
}
@media (max-width: 1024px) {
  .p-members_list-item {
    width: calc((100% - 4rem) / 2);
  }
}
@media (max-width: 768px) {
  .p-members_list-item {
    width: 100%;
  }
  .p-members_list-item .p-members-image {
    width: 52rem;
    max-width: 100%;
    margin: 0 auto;
  }
}

/**
 * Company-history
 * ==========================================================================
 */
/**
 * history_content
 */
.p-history_content {
  position: relative;
  border-top: 1px solid var(--color-grayLight);
}

.p-history_content-item {
  padding: 4rem 0;
  display: flex;
  gap: 8rem;
  border-bottom: 1px solid var(--color-grayLight);
}
@media (max-width: 1440px) {
  .p-history_content-item {
    gap: 5rem;
  }
}
@media (max-width: 1024px) {
  .p-history_content-item {
    flex-direction: column;
    gap: 4rem;
  }
}
@media (max-width: 768px) {
  .p-history_content-item {
    gap: 3rem;
  }
}

.p-history_content-item-year {
  width: 12rem;
  flex-shrink: 0;
  font-size: 1.2em;
  font-weight: bold;
}
@media (max-width: 1440px) {
  .p-history_content-item-year {
    width: 8rem;
  }
}
@media (max-width: 1024px) {
  .p-history_content-item-year {
    width: auto;
  }
}

.p-history_content-item-image {
  width: 32rem;
  flex-shrink: 0;
}
@media (max-width: 1440px) {
  .p-history_content-item-image {
    width: 28rem;
  }
}
@media (max-width: 1024px) {
  .p-history_content-item-image {
    width: 54rem;
    max-width: 100%;
    margin: 0 auto;
  }
}
.p-history_content-item-image picture {
  height: 100%;
  display: flex;
  align-items: center;
}
.p-history_content-item-image .swiper-pagination {
  margin-top: 2rem;
  position: static;
}
.p-history_content-item-image .swiper-pagination-bullet {
  border-radius: 0;
}
.p-history_content-item-image .swiper-pagination-bullet-active {
  background-color: var(--color-blue);
}

.p-history_content-item-content {
  flex-grow: 1;
}
.p-history_content-item-content__row {
  padding-left: 3rem;
  border-left: 4px solid var(--color-grayLight);
}
@media (max-width: 768px) {
  .p-history_content-item-content__row {
    padding-left: 2rem;
  }
}
@media (max-width: 425px) {
  .p-history_content-item-content__row {
    padding-left: 1.2rem;
  }
}
.p-history_content-item-content__row:not(:first-child) {
  margin-top: 1.6rem;
}
.p-history_content-item-content p:not(:first-child) {
  margin-top: 0.6em;
}/*# sourceMappingURL=corporate.css.map */