@charset "UTF-8";
/* ▼▼▼ グループについて ▼▼▼ */
.group_contents {
  display: grid;
  grid-template-columns: 352px 1fr;
  gap: 48px;
  margin: 0 auto;
  padding: 64px 0;
  position: relative;
  border-top: 1px solid var(--Line-Primary);
}
@media screen and (max-width: 767px) {
  .group_contents {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 48px 0;
  }
}
.group_contents:first-of-type {
  border-top: 0;
}
@media screen and (max-width: 767px) {
  .group_contents:first-of-type {
    padding-top: 0;
  }
}
.group_contents:last-of-type {
  padding-bottom: 0;
}
.group_contents:not(:first-child)::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 60px;
  height: 2px;
  background: var(--Brand-color-Primary);
}
.group_contents__title {
  font-size: var(--Heading-H2);
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .group_contents__title {
    font-size: var(--Heading-ArticleTitle);
  }
}
.group_contents__body {
  min-width: 0;
}
.group_contents__heading {
  margin-bottom: 48px;
  font-size: var(--Heading-H1-JA);
  font-weight: 400;
  background: linear-gradient(137.5deg, #0F52D9 12.12%, #36373B 52.29%, #0F52D9 86.54%), #36363B;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.group_contents__heading span {
  display: block;
  font-family: var(--font-family-en);
  font-size: 18px;
  font-weight: 500;
  text-indent: 0.5em;
}
@media screen and (max-width: 767px) {
  .group_contents__heading {
    margin-bottom: 32px;
    font-size: 34px;
  }
}
.group_contents__subheading {
  font-size: var(--Heading-H3);
  font-weight: 400;
  margin-bottom: 24px;
}
.group_contents:not(:first-of-type) .group_contents__lead {
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .group_contents:not(:first-of-type) .group_contents__lead {
    margin-bottom: 24px;
  }
}
.group_contents .group_icon_bg {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 216px;
  height: 144px;
}
.group_contents .group_icon_bg::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='216' height='144' viewBox='0 0 216 144'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.95' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='216' height='144' filter='url(%23n)'/%3E%3C/svg%3E");
}
.group_contents .group_icon_bg img {
  width: 48px;
  height: 48px;
}
@media screen and (max-width: 767px) {
  .group_contents .group_icon_bg {
    width: 104px;
    height: 69px;
  }
}

/* ▼▼▼ グループミッション ▼▼▼ */
.philosophy_kv__copy {
  font-family: var(--font-family-en);
  font-size: 100px;
  font-weight: 200;
  background: linear-gradient(267.05deg, rgba(15, 82, 217, 0.4) 20.44%, #CFD6E5 72.49%, rgba(15, 82, 217, 0.4) 89.84%), #CED0D9;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  text-align: center;
  margin-bottom: 144px;
  letter-spacing: 0.01rem;
}
@media screen and (max-width: 767px) {
  .philosophy_kv__copy {
    font-size: 40px;
    margin-bottom: 48px;
    letter-spacing: 0.01rem;
  }
  .philosophy_kv__copy span {
    display: block;
    line-height: 1;
  }
  .philosophy_kv__copy span + span {
    text-align: right;
  }
}

.philosophy_contents {
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 120px;
  margin-top: 80px;
  padding-top: 64px;
  position: relative;
  border-top: 1px solid var(--Line-Primary);
}
@media screen and (max-width: 767px) {
  .philosophy_contents {
    grid-template-columns: 1fr;
    gap: 48px;
    margin-top: 56px;
    padding-top: 48px;
  }
}
.philosophy_contents:first-of-type {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}
.philosophy_contents:not(:first-of-type)::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 60px;
  height: 2px;
  background: var(--Brand-color-Primary);
}
.philosophy_contents__side .philosophy_contents__img img {
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .philosophy_contents__side .philosophy_contents__img {
    max-width: 240px;
    margin: 0 auto;
  }
}
.philosophy_contents__heading {
  font-size: var(--Heading-ArticleTitle);
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 24px;
}
.philosophy_contents .company-officer {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 48px;
}
.philosophy_contents .company-officer__position {
  font-size: var(--Label-Small);
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.01rem;
}
.philosophy_contents .company-officer__name {
  font-size: var(--Heading-H4);
  font-weight: 400;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .philosophy_contents .company-officer {
    margin-bottom: 32px;
  }
}
.philosophy_contents__lead p {
  font-size: var(--Label-Medium);
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 1.5em;
}

.group-mittion {
  grid-template-columns: 1fr;
  gap: 48px;
}
@media screen and (max-width: 767px) {
  .group-mittion {
    gap: 32px;
    margin-bottom: 48px;
  }
}
.group-mittion .philosophy_contents__heading {
  font-size: var(--Heading-H1-JA);
  font-weight: 400;
  background: linear-gradient(137.5deg, #0F52D9 12.12%, #36373B 52.29%, #0F52D9 86.54%), #36363B;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .group-mittion .philosophy_contents__heading {
    font-size: 28px;
    margin-bottom: 0;
  }
}
.group-mittion .c-group-card-list {
  margin-top: 0;
}
.group-mittion .c-group-card {
  min-height: auto;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  padding: 32px 24px;
}
@media screen and (max-width: 767px) {
  .group-mittion .c-group-card {
    padding: 24px;
  }
}
.group-mittion .c-group-card__ico {
  min-width: 78px;
  height: 78px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--Background-Tertiary);
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}
.group-mittion .c-group-card__ico::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(167, 200, 255, 0.18);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='112' height='112' viewBox='0 0 112 112'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.95' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='112' height='112' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-position: left top;
  mix-blend-mode: multiply;
  opacity: 0.15;
  pointer-events: none;
}
.group-mittion .c-group-card__ico img {
  width: 48px;
  height: 48px;
}
@media screen and (max-width: 767px) {
  .group-mittion .c-group-card__ico {
    min-width: 72px;
    height: 72px;
  }
}
.group-mittion .c-group-card__lead {
  font-size: var(--Label-Medium);
  font-weight: 400;
  line-height: 160%;
}

/* ▼▼▼ 各社事業内容 ▼▼▼ */
.business__title {
  margin-bottom: 32px;
  font-size: var(--Heading-H2);
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .business__title {
    margin-bottom: 24px;
  }
}

.business_contents {
  margin-bottom: 48px;
}
.business_contents .c-group-card-list {
  grid-template-columns: 1fr;
  gap: 32px;
  margin-top: 0;
}
.business_contents .c-group-card__link {
  padding: 32px;
}
@media screen and (max-width: 767px) {
  .business_contents .c-group-card__link {
    padding: 24px;
  }
}
.business_contents .c-group-card__heading {
  font-size: var(--Heading-H2);
}
.business_contents .c-group-card__detail {
  margin-block: 24px;
}
.business_contents .c-group-card__item:not(:first-child) {
  margin-top: 16px;
}
.business_contents .c-group-card__label {
  margin-bottom: 8px;
  font-size: var(--Label-Medium);
  font-weight: 500;
  line-height: 140%;
}
.business_contents .c-group-card__text {
  font-size: var(--Label-Medium);
  font-weight: 400;
  line-height: 140%;
}
.business_contents .c-group-card__contact {
  display: flex;
  width: 100%;
  padding: 16px;
  border: 1px solid var(--Line-Primary);
}
@media screen and (max-width: 767px) {
  .business_contents .c-group-card__contact {
    flex-direction: column;
  }
}
.business_contents .c-group-card__contact-item {
  flex: 1;
}
.business_contents .c-group-card__contact-item:not(:first-child) {
  padding-inline: 24px;
  border-left: 1px solid var(--Line-Primary);
}
@media screen and (max-width: 767px) {
  .business_contents .c-group-card__contact-item:not(:first-child) {
    margin-top: 16px;
    padding: 16px 0 0;
    border-left: 0;
    border-top: 1px solid var(--Line-Primary);
  }
}
.business_contents .c-group-card__contact-item .c-group-card__label {
  margin-bottom: 4px;
}
.business_contents .c-group-card__contact .c-group-card__label {
  font-size: var(--Label-Small);
  letter-spacing: 0.03rem;
}
.business_contents .c-group-card__img {
  margin-bottom: 0;
}
.business_contents .c-group-card.og-wellness-holdings .c-group-card__img img {
  width: 200px;
  height: 46px;
}
.business_contents .c-group-card.og-wellness-beyond .c-group-card__img img {
  width: 200px;
  height: 48px;
}
.business_contents .c-group-card.logistics .c-group-card__img img {
  width: 196px;
  height: auto;
}
.business_contents .c-group-card.three-wellness .c-group-card__img img {
  width: 127px;
  height: 87px;
}
@media screen and (max-width: 767px) {
  .business_contents .c-group-card.og-wellness-holdings .c-group-card__img img {
    width: 175px;
    height: auto;
  }
  .business_contents .c-group-card.og-wellness-beyond .c-group-card__img img {
    width: 175px;
    height: 42px;
  }
  .business_contents .c-group-card.logistics .c-group-card__img img {
    width: 175px;
    height: 37px;
  }
}
.business_contents .c-group-card.og-wellness-holdings .c-group-card__arrow::after {
  background-image: url(../img/icon_arrow_wht.svg);
}
.business_contents .c-group-card.og-wellness-holdings a.c-group-card__link:hover .c-group-card__arrow::after {
  background-image: url(../img/icon_arrow.svg);
}
.business_contents.mb0 {
  margin-bottom: 0;
}

/* ▼▼▼ 企業倫理 ▼▼▼ */
.ethics__title {
  margin-bottom: 32px;
  font-size: var(--Heading-H2);
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .ethics__title {
    margin-bottom: 24px;
  }
}
.ethics__lead {
  max-width: 840px;
}
.ethics__lead p {
  font-size: var(--Label-Medium);
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 1.5em;
}

.ethics_contents {
  display: flex;
  flex-direction: column;
  gap: 48px;
  margin-top: 80px;
  padding-top: 64px;
  position: relative;
  border-top: 1px solid var(--Line-Primary);
}
@media screen and (max-width: 767px) {
  .ethics_contents {
    padding-bottom: 48px;
    margin-top: 56px;
    padding-top: 48px;
  }
}
.ethics_contents::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 60px;
  height: 2px;
  background: var(--Brand-color-Primary);
}

.ethics-chapter {
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .ethics-chapter {
    flex-direction: column;
  }
}
.ethics-chapter__heading {
  display: flex;
  justify-content: flex-start;
  gap: 16px;
  width: 420px;
  padding-block: 11px;
}
@media screen and (max-width: 767px) {
  .ethics-chapter__heading {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    width: 100%;
    padding: 0;
  }
}
.ethics-chapter__num {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 28px;
  background-color: var(--Brand-color-Primary);
  border-radius: 999px;
  color: #fff;
  font-family: var(--font-family-en);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05rem;
}
.ethics-chapter__title {
  color: var(--Brand-color-Primary);
  font-size: var(--Heading-H3);
  font-weight: 400;
  line-height: 140%;
}
.ethics-chapter .ethics-list {
  counter-reset: item;
  width: 796px;
  padding-inline: 24px;
  background-color: #fff;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .ethics-chapter .ethics-list {
    width: 100%;
    padding-inline: 16px;
  }
}
.ethics-chapter .ethics-list__item {
  position: relative;
  padding: 16px 0 16px 32px;
  border-bottom: 1px solid var(--Line-News);
  font-size: var(--Heading-H5);
  font-weight: 400;
  line-height: 140%;
}
.ethics-chapter .ethics-list__item::before {
  counter-increment: item;
  content: counter(item) ".";
  position: absolute;
  top: 16px;
  left: 10px;
}
.ethics-chapter .ethics-list__item:first-child {
  padding-top: 24px;
}
.ethics-chapter .ethics-list__item:first-child::before {
  top: 24px;
}
@media screen and (max-width: 767px) {
  .ethics-chapter .ethics-list__item:first-child {
    padding-top: 16px;
  }
  .ethics-chapter .ethics-list__item:first-child::before {
    top: 16px;
  }
}
.ethics-chapter .ethics-list__item:last-child {
  padding-bottom: 24px;
  border-bottom: 0;
}
@media screen and (max-width: 767px) {
  .ethics-chapter .ethics-list__item:last-child {
    padding-bottom: 16px;
  }
}
.ethics-chapter .ethics-list--single .ethics-list__item {
  padding: 24px 0;
}
.ethics-chapter .ethics-list--single .ethics-list__item::before {
  display: none;
}
@media screen and (max-width: 767px) {
  .ethics-chapter .ethics-list--single .ethics-list__item {
    padding: 16px 0;
  }
}

/* ▼▼▼ OG Wellnessの歩み ▼▼▼ */
@media screen and (max-width: 1000px) {
  .c-side-layout {
    flex-direction: column-reverse;
    gap: 32px;
  }
  .c-side-layout__main {
    width: 100%;
  }
  .c-side-layout__side {
    width: -moz-fit-content;
    width: fit-content;
    width: 100vw;
    margin-inline: calc(50% - 50vw);
    padding: 8px 16px;
    border-radius: 0;
    top: 76px;
    overflow: hidden;
  }
  .c-side-layout__side--menu {
    flex-direction: row;
    gap: 2px 12px;
    overflow: auto;
    scrollbar-width: none;
  }
  .c-side-layout__side--menu::-webkit-scrollbar {
    display: none;
  }
  .c-side-layout__side--menu li {
    padding-block: 4px 6px;
    padding-inline: 12px;
  }
  .c-side-layout__side--menu a {
    white-space: nowrap;
  }
}
#history #main {
  overflow: visible;
}
#history #main button {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  font: inherit;
  font-weight: inherit;
  background: none;
  border: none;
}

.history__title {
  margin-bottom: 32px;
  font-size: var(--Heading-H2);
  font-weight: 400;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .history__title {
    margin-bottom: 24px;
  }
}
.history__lead {
  max-width: 840px;
}
.history__lead p {
  font-size: var(--Label-Medium);
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 1.5em;
}
.history__text {
  font-size: var(--Label-Medium);
  font-weight: 400;
  line-height: 160%;
}

.history_contents {
  position: relative;
  margin-top: 64px;
  padding-top: 64px;
  border-top: 1px solid var(--Line-Primary);
}
.history_contents::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 60px;
  height: 2px;
  background: var(--Brand-color-Primary);
}
@media screen and (max-width: 767px) {
  .history_contents {
    margin-top: 48px;
    padding-top: 48px;
  }
}

.history__stats--list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
}
@media screen and (max-width: 767px) {
  .history__stats--list {
    flex-direction: column;
    gap: 4px;
  }
}
.history__stats--item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 392px;
  height: 124px;
  padding-inline: 32px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .history__stats--item {
    width: 100%;
    height: 77px;
    padding-inline: 24px;
  }
}
.history__stats .label {
  font-size: var(--Heading-H4);
  font-weight: 400;
  line-height: 140%;
}
.history__stats .number {
  font-family: var(--font-family-en);
  font-size: var(--Heading-H1);
  font-weight: 300;
  line-height: 140%;
  letter-spacing: 0.04rem;
  color: var(--Brand-color-Primary);
}
.history__stats .unit {
  font-size: var(--Label-Medium);
  font-weight: 500;
  line-height: 140%;
  color: var(--Brand-color-Primary);
}
.history__stats .history__note {
  margin-block: 16px 32px;
  font-size: var(--Label-Small);
  font-weight: 400;
  line-height: 160%;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .history__stats .history__note {
    margin-block: 8px 24px;
  }
}

.history__chapter {
  position: relative;
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .history__chapter {
    gap: 0;
  }
}
.history__chapter-marker {
  position: relative;
  z-index: 1;
  width: 32px;
  flex-shrink: 0;
}
.history__chapter-content {
  flex: 1;
  min-width: 0;
  position: relative;
}
.history__chapter-content::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -40px;
  width: 1px;
  background: var(--Line-Primary);
}
@media screen and (max-width: 767px) {
  .history__chapter-content::before {
    left: -24px;
  }
}
.history__chapter-content::after {
  content: "";
  position: absolute;
  top: 0;
  left: -40px;
  width: 1px;
  height: 100%;
  background: var(--Brand-color-Primary);
  transform-origin: top;
  transform: scaleY(var(--history-progress, 0));
  transition: transform 0.1s linear;
}
@media screen and (max-width: 767px) {
  .history__chapter-content::after {
    left: -24px;
  }
}
.history__chapter-content.pt08 {
  padding-top: 8px;
}
.history__chapter:first-of-type .history__chapter-content {
  padding-top: 24px;
}
@media screen and (max-width: 767px) {
  .history__chapter:first-of-type .history__chapter-content {
    padding-top: 16px;
  }
}
.history__chapter-title {
  margin-bottom: 24px;
  color: var(--Brand-color-Primary);
  font-family: var(--font-family-en);
  font-size: 34px;
  font-weight: 400;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .history__chapter-title {
    margin-bottom: 16px;
  }
}

.history__year {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 32px;
}
@media screen and (max-width: 767px) {
  .history__year {
    flex-direction: column;
    gap: 0;
  }
}
.history__year + .history__year {
  margin-top: 24px;
}
.history__year-title {
  position: relative;
  min-width: 65px;
  margin: 0 0 8px;
  color: var(--Brand-color-Primary);
  font-family: var(--font-family-en);
  font-size: 24px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.04rem;
}
.history__year-title::before {
  content: "";
  position: absolute;
  top: 14px;
  left: -43px;
  width: 8px;
  height: 8px;
  background: var(--Brand-color-Primary);
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .history__year-title {
    margin-bottom: 4px;
  }
  .history__year-title::before {
    left: -28px;
  }
}

.history-card {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  width: 703px;
  height: auto;
  padding: 16px 24px;
  background: #fff;
  border-radius: 4px;
  transition: all 0.5s;
}
@media screen and (min-width: 1160px) and (max-width: 1220px) {
  .history-card {
    max-width: 660px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1160px) {
  .history-card {
    width: 520px;
  }
}
@media screen and (max-width: 1000px) {
  .history-card {
    flex-direction: column;
    align-items: flex-start;
    padding: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 870px) {
  .history-card {
    width: 600px;
  }
}
@media screen and (max-width: 767px) {
  .history-card {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding: 16px;
  }
}
.history-card + .history-card {
  margin-top: 4px;
}
.history-card--text {
  min-height: 56px;
  padding-top: 18px;
  padding-bottom: 18px;
}
.history-card--large {
  display: block;
  padding: 24px 28px;
}
@media screen and (max-width: 767px) {
  .history-card--large {
    padding: 16px;
  }
}
.history-card__body {
  flex: 1;
  min-width: 0;
}
.history-card__text {
  font-size: var(--Label-Medium);
  font-weight: 400;
  line-height: 140%;
  position: relative;
  padding-left: 24px;
}
.history-card__text::before {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  left: 9px;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background-color: var(--Object-Primary);
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .history-card__text {
    padding-left: 22px;
    font-size: 16px;
  }
  .history-card__text::before {
    left: 6px;
  }
}
.history-card__media {
  flex-shrink: 0;
}
.history-card__media--two {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  width: 336px;
}
@media screen and (max-width: 767px) {
  .history-card__media--two {
    gap: 7px;
    width: 100%;
  }
}
.history-card__media--four {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .history-card__media--four {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 7px;
  }
}
.history-card__figure {
  margin: 0;
}
.history-card__figure img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
.history-card__figure figcaption {
  margin-top: 8px;
  font-size: var(--Label-Small);
  font-weight: 400;
  line-height: 140%;
}
.history-card__figure--single {
  width: 151px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .history-card__figure--single {
    width: 120px;
  }
}
.history-card__figure--inline {
  width: 151px;
  margin-block: 20px;
}
@media screen and (max-width: 767px) {
  .history-card__figure--inline {
    width: 120px;
  }
}