/* //////////////////////////////////////////////////

Title : overview.scss
For   : bell-c/

Created       : 2025-11-18
Last Modified : 2025-12-31

==========================================

Content

////////////////////////////////////////////////// */
/**
 * info
 */
.p-overview-info__sub-title {
  font-family: var(--font-ja);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  color: var(--color-primary);
  display: flex;
  align-items: center;
  gap: 1.6rem;
  margin-bottom: 4rem;
}
.p-overview-info__sub-title:before {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  background-color: var(--color-primary);
  border-radius: 100vh;
}

/* --- for small viewport --- */
@media (max-width: 767px) {
  .p-overview-info {
    padding-bottom: 4rem;
  }
  .p-overview-info .c-page-section__inner > section {
    margin-bottom: 6rem;
  }
  .p-overview-info .c-page-section__inner > section:last-of-type {
    margin-bottom: 0;
  }
  .p-overview-info .c-page-item__title {
    margin-bottom: 0;
  }
  .p-overview-info .c-page-list__item:first-of-type {
    padding-top: 2.8rem;
  }
  .p-overview-info .c-page-list__value {
    display: inline-block;
  }
  .p-overview-basic {
    margin-bottom: 6rem;
  }
  .p-overview-info__sub-title {
    font-size: 2rem;
  }
}
/* --- for large viewport --- */
@media (min-width: 768px) {
  .p-overview-info {
    -webkit-padding-after: 16rem;
            padding-block-end: 16rem;
    padding-inline: 2rem;
  }
  .p-overview-info__title {
    -webkit-margin-after: 10rem;
            margin-block-end: 10rem;
  }
  .p-overview-info .c-page-section__inner {
    padding: 8rem 12rem;
  }
  .p-overview-info .c-page-section__inner > section {
    margin-bottom: 8rem;
  }
  .p-overview-info .c-page-section__inner > section:last-of-type {
    margin-bottom: 0;
  }
  .p-overview-basic {
    margin-bottom: 8rem;
  }
  .p-overview-info__sub-title {
    font-size: 2.4rem;
  }
}
/**
 * greeting table
 */
.p-company-table {
  width: 100%;
}
.p-company-table__body {
  width: 100%;
}
.p-company-table__body tr {
  display: grid;
  align-items: center;
  border-bottom: 2px solid #eaeff1;
}

/* --- for small viewport --- */
@media (max-width: 767px) {
  .p-company-table {
    font-size: 1.4rem;
    text-align: center;
  }
  .p-company-table__body th {
    text-align: center;
  }
  .p-company-table__body tr {
    grid-template-columns: 100%;
    gap: 1.5rem;
    padding-block: 2em;
  }
}
/* --- for large viewport --- */
@media (min-width: 768px) {
  .p-company-table {
    font-size: 1.8rem;
  }
  .p-company-table__body tr {
    grid-template-columns: 20rem 1fr;
    gap: 5rem;
    padding-block: 1.5em;
    padding-inline: 5em;
  }
  .p-company-table__body th {
    font-size: 2rem;
  }
}
.p-overview-branches__list {
  display: grid;
}
.p-overview-branches__item {
  display: flex;
  flex-direction: column;
  gap: 2.8rem;
}
.p-overview-branches__name {
  font-family: var(--font-ja);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
}
.p-overview-branches__info-txt {
  font-family: var(--font-ja);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.08em;
}
.p-overview-branches__map {
  width: 100%;
  height: auto;
}

/* --- for small viewport --- */
@media (max-width: 767px) {
  .p-overview-branches {
    -webkit-margin-after: 4rem;
            margin-block-end: 4rem;
  }
  .p-overview-branches__list {
    grid-template-columns: 1fr;
    gap: 4rem;
  }
  .p-overview-branches__name {
    font-size: 1.4rem;
  }
  .p-overview-branches__info-txt {
    font-size: 1.4rem;
  }
  .p-overview-branches__map {
    aspect-ratio: 3/2;
  }
}
/* --- for large viewport --- */
@media (min-width: 768px) {
  .p-overview-branches {
    -webkit-margin-after: 7.5rem;
            margin-block-end: 7.5rem;
  }
  .p-overview-branches__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 6rem 6rem;
  }
  .p-overview-branches__item:not(:has(iframe)) {
    grid-column: 1;
  }
  .p-overview-branches__name {
    font-size: 2rem;
  }
  .p-overview-branches__map {
    aspect-ratio: 520/368;
  }
  .p-overview-branches .c-page-link {
    font-size: 2rem;
  }
}
.p-overview-groups__list {
  display: grid;
  grid-template-columns: 100%;
  gap: 2.8rem;
}
.p-overview-groups__item {
  border-bottom: 0.2rem solid var(--color-light-gray);
}
.p-overview-groups__thumbnail {
  text-align: center;
}
.p-overview-groups__image {
  padding-block: 1em;
  padding-inline: 2em;
}
.p-overview-groups__image[data-groups-thumbnail=vantec] {
  background-color: #333;
}
.p-overview-groups__caption {
  -webkit-margin-before: 1.5em;
          margin-block-start: 1.5em;
  font-weight: 700;
}
.p-overview-groups__address {
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.08em;
}
.p-overview-groups__link {
  text-decoration: underline;
}
.p-overview-groups__link::after {
  --icon-link-external-path-variant: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNOCAwQzEyLjQxODMgMCAxNiAzLjU4MTcyIDE2IDhDMTYgMTIuNDE4MyAxMi40MTgzIDE2IDggMTZDMy41ODE3MiAxNiAwIDEyLjQxODMgMCA4QzAgMy41ODE3MiAzLjU4MTcyIDAgOCAwWk01Ljg4NjcyIDUuNTA3ODFMOC41NzMyNCA4LjE5NDM0TDUuODg2NzIgMTAuODgwOUw3LjMwMDc4IDEyLjI5NTlMMTEuNDAyMyA4LjE5NDM0TDcuMzAwNzggNC4wOTI3N0w1Ljg4NjcyIDUuNTA3ODFaIiBmaWxsPSIjMDYzNDg4Ii8+PC9zdmc+");
}

/* --- for small viewport --- */
@media (max-width: 767px) {
  .p-overview-groups {
    font-size: 1.4rem;
  }
  .p-overview-groups .p-overview-info__sub-title--groups {
    margin-bottom: 3rem;
  }
  .p-overview-groups__item {
    -webkit-padding-after: 2rem;
            padding-block-end: 2rem;
  }
  .p-overview-groups__image {
    max-width: 80%;
    margin-inline: auto;
  }
  .p-overview-groups__address {
    -webkit-margin-before: 1.5em;
            margin-block-start: 1.5em;
    text-align: center;
  }
  .p-overview-groups__link {
    --display: flex !important;
    justify-content: center;
    -webkit-margin-before: 1.5em;
            margin-block-start: 1.5em;
    font-size: 1.2rem;
  }
}
/* --- for large viewport --- */
@media (min-width: 768px) {
  .p-overview-groups {
    font-size: 1.8rem;
  }
  .p-overview-groups__item {
    display: grid;
    align-items: center;
    grid-template-columns: 25% 1fr auto;
    gap: 5%;
    -webkit-padding-after: 4rem;
            padding-block-end: 4rem;
  }
  .p-overview-groups__link {
    font-size: 1.6rem;
  }
}
/**
 * history
 */
.p-message-history {
  --section-inner-border-radius: 0;
}
.p-message-history__summaries {
  display: grid;
  grid-template-columns: calc(var(--history-summaries-year-column-width) + var(--history-summaries-column-gap) / 2) 1fr;
}
.p-message-history__summaries > * {
  padding-block: calc(var(--history-summaries-row-gap) / 2);
}
.p-message-history__summaries > dt {
  position: relative;
  display: flex;
  align-self: start;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.25em;
  -webkit-padding-end: calc(var(--history-summaries-column-gap) / 2);
          padding-inline-end: calc(var(--history-summaries-column-gap) / 2);
}
.p-message-history__summaries > dt::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: calc(var(--history-summaries-disc-size) / 2 * -1);
  width: var(--history-summaries-disc-size);
  height: var(--history-summaries-disc-size);
  margin: auto;
  border-radius: 100vh;
  background-color: var(--color-primary);
}
.p-message-history__summaries > dd {
  position: relative;
  -webkit-padding-start: calc(var(--history-summaries-column-gap) / 2);
          padding-inline-start: calc(var(--history-summaries-column-gap) / 2);
}
.p-message-history__summaries > dd::before {
  content: "";
  position: absolute;
  left: 0;
  width: 1px;
  background-color: var(--color-primary);
}
.p-message-history__summaries > dd:first-of-type::before {
  top: 50%;
  height: 50%;
}
.p-message-history__summaries > dd:last-of-type::before {
  bottom: 25%;
  height: 75%;
}
.p-message-history__summaries > dd:not(:first-of-type, :last-of-type)::before {
  top: 0;
  bottom: 0;
  height: calc(100% + (var(--history-summaries-row-gap)));
  margin: auto;
}
.p-message-history__year {
  color: var(--color-primary);
  font-family: var(--font-combine);
  font-weight: 700;
  letter-spacing: 0.09em;
  line-height: 1.5;
}
.p-message-history__jp-calendar {
  color: #aaaaaa;
  font-weight: 600;
  letter-spacing: 0.09em;
  line-height: 1.25;
}
.p-message-history__summary {
  display: grid;
  grid-template-columns: 3em 1fr;
  gap: 0.6666666667em;
  line-height: 1.5;
}
.p-message-history__month {
  color: var(--color-primary);
  font-family: var(--font-combine);
  font-weight: 700;
  letter-spacing: 0.09em;
  text-align: right;
}
.p-message-history__detail {
  font-weight: 400;
  letter-spacing: 0.01em;
}
.p-message-history__detail a {
  text-decoration: underline;
}

/* --- for small viewport --- */
@media (max-width: 767px) {
  .p-message-history {
    -webkit-padding-before: 4rem;
            padding-block-start: 4rem;
  }
  .p-message-history__figure {
    -webkit-margin-before: 2rem;
            margin-block-start: 2rem;
  }
  .p-message-history__summaries {
    --history-summaries-year-column-width: 6rem;
    --history-summaries-column-gap: 3rem;
    --history-summaries-row-gap: 1.5rem;
    --history-summaries-disc-size: 1.2rem;
  }
  .p-message-history__year {
    font-size: 1.2rem;
  }
  .p-message-history__jp-calendar {
    font-size: 1rem;
  }
  .p-message-history__summary {
    font-size: 1.2rem;
  }
}
/* --- for large viewport --- */
@media (min-width: 768px) {
  .p-message-history .c-page-section__inner {
    max-width: 1000px;
    width: 95%;
    padding-inline: 8rem;
  }
  .p-message-history__figure {
    -webkit-margin-before: 8rem;
            margin-block-start: 8rem;
  }
  .p-message-history__summaries {
    --history-summaries-year-column-width: 18rem;
    --history-summaries-column-gap: 6rem;
    --history-summaries-row-gap: 4rem;
    --history-summaries-disc-size: 1.4rem;
  }
  .p-message-history__year {
    font-size: 1.8rem;
  }
  .p-message-history__jp-calendar {
    font-size: 1.4rem;
  }
  .p-message-history__summary {
    font-size: 1.8rem;
  }
}
/**
 * organization chart
 */
/* --- for small viewport --- */
@media (max-width: 767px) {
  .p-certification-organization-chart {
    -webkit-padding-before: 4rem;
            padding-block-start: 4rem;
  }
  .p-certification-organization-chart__figure {
    -webkit-margin-before: 2rem;
            margin-block-start: 2rem;
  }
}
/* --- for large viewport --- */
@media (min-width: 768px) {
  .p-certification-organization-chart {
    -webkit-padding-before: 12rem;
            padding-block-start: 12rem;
  }
  .p-certification-organization-chart__figure {
    -webkit-margin-before: 8rem;
            margin-block-start: 8rem;
  }
}
/*# sourceMappingURL=overview.css.map */