/*
** Common
*/

.article__header {
  margin-bottom: 2.375em;
}

.article__contents {
  border-radius: 3.125em;
}


/*
** .container__corporate
*/

.container__corporate {
  grid-row-gap: 5.875em;
}


/*
** .message
*/

.message__inner {
  grid-row-gap: 4em;
}

.message__contents {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}

.message__contents-inner {
  grid-template-columns: 1fr 31.625em;
  align-items: center;
  grid-column-gap: 5.375em;
  margin-left: 2.5em;
  margin-right: 4.1875em;
}

.message__president-image {
  padding: 0.8125em;
}

.message__president-image::before,
.message__president-image::after {
  width: calc(100% - 0.8125em);
  height: calc(100% - 0.8125em);
  border-radius: 1.875em;
}

.message__president-image img {
  border-radius: 1.875em;
  border-width: 0.2rem;
}

.message__president-sign {
  bottom: 2.5em;
  left: calc(0.8125em + 0.2rem);
  grid-template-columns: 18.125em;
  border-top-right-radius: 1.875em;
  border-bottom-right-radius: 1.875em;
}

.message__president-sign .company {
  font-size: 1.5em;
  padding-bottom: 0.31em;
}

.message__president-sign .president {
  align-items: center;
  column-gap: 0.75em;
  padding-top: 0.875em;
  padding-bottom: 1em;
}

.message__president-sign .president .job-title {
  font-size: 1.125em;
}

.message__president-sign .president .name {
  font-size: 1.625em;
}

.message__contents-body {
  order: -1;
  font-size: 1.25em;
}

.message__banner-inner {
  grid-row-gap: 2.125em;
}

.message__banner-list-container {
  order: 2;
}

.message__banner-item {
  width: 20em;
}

.message__banner-arrows {
  order: 1;
}

.message__contact-links-inner {
  padding-top: 3.75em;
  padding-bottom: 3.75em;
}

.message__contact-links-list {
  grid-template-columns: repeat(2, minmax(auto, 26.25em));
  grid-column-gap: 2.5em;
}


/*
** .company-policy
*/

.company-policy__contents {
  padding-top: 2.25em;
  padding-bottom: 2.25em;
}

.company-policy__term {
  font-size: 2em;
}

.company-policy__term br {
  display: none;
}

.company-policy__description {
  font-size: 1.5em;
}

.company-policy__description br {
  display: block;
}


/*
** .philosophy
*/

.philosophy__contents {
  padding-top: 3.5625em;
  padding-bottom: 3.5625em;
}

.philosophy__list {
  grid-auto-rows: max-content;
  grid-row-gap: 3em;
}

.philosophy__item {
  column-gap: 4em;
  padding: 1.0915em 3.75em;
}

.philosophy__item::before {
  font-size: 3.75em;
}

.philosophy__item span {
  font-size: 1.5em;
}

.philosophy__item span br {
  display: none;
}


/*
** .company-profile
*/

.company-profile__contents {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}

.company-profile__table-row:not(:last-child) {
  border-bottom: 2.8125em solid var(--beige);
}

.company-profile__table-title {
  display: table-cell;
  min-width: 12em;
  font-size: 1.125em;
  border-bottom: none;
  border-right: 0.1rem solid var(--l-gray02);
  padding-bottom: 0;
  padding-right: 1em;
  margin-bottom: 0;
}

.company-profile__table-row:not(:first-child) .company-profile__table-title {
  padding-top: 0;
}

.company-profile__table-body {
  display: table-cell;
  width: 100%;
  font-size: 1em;
  padding-left: 2.875em;
  padding-right: 2.875em;
}


/*
** .history
*/

.history__contents {
  padding-top: 3.25em;
  padding-bottom: 4.625em;
}

.history__list {
  grid-gap: 3.25em 7.375em;
}

.history__item-year {
  font-size: 2.25em;
}

.history__item-contents {
  grid-template-columns: 5em 1fr;
}

.history__item-contents::before,
.history__item-contents:not(:last-child)::after {
  content: '';
  position: absolute;
  display: block;
}

.history__item-contents::before {
  left: calc(((7.375em / 3) * -1) - (0.625em / 2));
}

.history__item-contents:not(:last-child)::after {
  left: calc(((7.375em / 3) * -1) - (0.1rem / 2));
  height: calc(100% + 3.25em);
}

.history__item-month {
  font-size: 1.125em;
}

.history__item-body {
  font-size: 1em;
}