@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&display=swap&subset=japanese");

.renewal-page {
  background: #fff;
  color: #172331;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.5rem;
  line-height: 1.8;
}

.renewal-page .area_header_s {
  background-position: center 42%;
}

.renewal-page .block_header_s {
  min-height: 300px;
}

.renewal-page .box_header {
  position: relative;
  z-index: 30;
}

.renewal-page .business-menu {
  position: relative;
}

.renewal-page .business-menu > a {
  white-space: nowrap;
}

.renewal-page .business-menu > a i {
  margin-left: 3px;
  font-size: 1rem;
}

.renewal-page .block_header_s .box_header nav .gnav .business-submenu {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  box-sizing: border-box;
  width: 250px;
  padding: 8px 0;
  border-top: 3px solid #23889a;
  border-radius: 0 0 4px 4px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(21, 52, 80, 0.2);
}

.renewal-page .block_header_s .box_header nav .gnav .business-submenu li {
  padding: 0;
  font-size: 1.4rem;
}

.renewal-page .block_header_s .business-submenu a {
  display: block;
  padding: 13px 18px;
  color: #1a4671;
  line-height: 1.4;
}

.renewal-page .block_header_s .business-submenu a:hover,
.renewal-page .block_header_s .business-submenu a:focus-visible {
  background: #edf5f7;
  color: #185d6c;
}

.renewal-page .block_header_s .box_header nav .gnav .business-menu:hover > .business-submenu,
.renewal-page .block_header_s .box_header nav .gnav .business-menu:focus-within > .business-submenu {
  display: block;
}

.renewal-page a:focus-visible {
  outline: 2px solid #d87b24;
  outline-offset: 3px;
}

.renewal-page .menu {
  box-sizing: border-box;
  display: block;
  height: 100%;
  background: #152c3b;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 64px 24px 32px;
}

.renewal-page footer nav .gnav {
  height: auto;
  max-width: 560px;
  margin: 0 auto;
}

.renewal-page footer nav .gnav ul {
  top: auto;
  transform: none;
}

.renewal-page footer nav .gnav .business-menu > a i {
  display: none;
}

.renewal-page footer nav .gnav .business-submenu {
  margin: 8px 0 0 18px;
  border-left: 2px solid #49aab0;
  text-align: left;
}

.renewal-page footer nav .gnav .business-submenu li {
  padding: 0;
  border: 0;
  font-size: 1.4rem;
}

.renewal-page footer nav .gnav .business-submenu a {
  padding: 12px 16px;
}

.business-section-nav {
  border-bottom: 1px solid #d6e0e7;
  background: #fff;
}

.business-section-nav ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.business-section-nav a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 62px;
  padding: 0 16px;
  border-bottom: 3px solid transparent;
  color: #425466;
  font-weight: 700;
  text-align: center;
}

.business-section-nav a[aria-current="page"] {
  border-bottom-color: #23889a;
  color: #1a4671;
  background: #f1f5f7;
}

.business-section-nav a:hover {
  background: #edf5f7;
  color: #185d6c;
}

.business-maker-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0 28px;
}

.business-maker-list li {
  padding: 16px 0;
  border-bottom: 1px solid #d6e0e7;
  overflow-wrap: anywhere;
}

.manufacturer-section-nav ul {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.manufacturer-toolbar {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 24px;
  border-bottom: 2px solid #23889a;
}

.manufacturer-search {
  width: 360px;
  max-width: 100%;
}

.manufacturer-search label {
  display: block;
  margin-bottom: 8px;
  font-weight: 700;
  color: #1a4671;
}

.manufacturer-search-field {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 10px;
  border: 1px solid #899aa5;
  border-radius: 4px;
  background: #fff;
  color: #425466;
}

.manufacturer-search-field:focus-within {
  outline: 2px solid #23889a;
  outline-offset: 2px;
}

.manufacturer-search-field input {
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  height: 44px;
  border: 0;
  outline: 0;
  background: transparent;
  font: inherit;
}

.manufacturer-search-field input::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.manufacturer-search-field button {
  flex: 0 0 32px;
  height: 36px;
  border: 0;
  background: transparent;
  color: #1a4671;
  cursor: pointer;
}

.manufacturer-toolbar p {
  flex-shrink: 0;
  margin: 0;
  color: #425466;
  font-variant-numeric: tabular-nums;
}

.manufacturer-return {
  color: #1a4671;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.manufacturer-empty {
  padding: 36px 0;
}

.manufacturer-search[hidden],
.manufacturer-search-field button[hidden],
.manufacturer-list li[hidden],
.manufacturer-empty[hidden] {
  display: none;
}

@media all and (max-width: 769px) {
  .business-section-nav.manufacturer-section-nav ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .manufacturer-toolbar {
    flex-wrap: wrap;
    gap: 12px;
  }
}

.department-media.is-original {
  align-items: center;
}

.department-media.is-original img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.business-product-image {
  display: block;
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
}

.trade-product-strip {
  display: grid;
  grid-template-columns: 218fr 320fr 202fr;
  max-width: 740px;
  margin: 44px auto 0;
}

.trade-product-strip img {
  display: block;
  width: 100%;
  height: auto;
}

.renewal-page .block_header_s .box_header nav .header_action_links {
  display: flex;
  flex-direction: column;
}

.renewal-page .block_header_s .box_header nav .btn_invoice_email_header a {
  display: block;
  padding: 12px 1.4em;
  background: #1a4671;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0;
  text-align: center;
  white-space: nowrap;
}

.renewal-page .block_header_s .box_header nav .btn_invoice_email_header a:hover {
  background: #e89e23;
  color: #111;
}

.renewal-page .block_header_s .box_header nav .btn_invoice_email_header i {
  margin-right: 7px;
}

.renewal-page .block_header_s .ttl_contents {
  top: 145px;
}

.renewal-page .block_header_s .ttl_contents h1 {
  font-weight: 700;
  letter-spacing: 0;
}

.renewal-page .block_header_s .ttl_contents p {
  letter-spacing: 0;
}

.renewal-main {
  overflow: hidden;
}

.renewal-inner {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.page-intro {
  padding: 72px 0 56px;
}

.page-intro .renewal-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(320px, 1.25fr);
  gap: 64px;
  align-items: start;
}

.section-kicker {
  margin: 0 0 12px;
  color: #23889a;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.page-intro h2,
.section-heading {
  margin: 0;
  color: #1a4671;
  font-size: 4.2rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.35;
}

.page-intro .lead {
  margin: 4px 0 0;
  color: #354454;
  font-size: 1.7rem;
  line-height: 2;
}

.link-intro-heading span {
  display: inline-block;
  max-width: 100%;
}

.consulting-intro-heading span {
  display: inline-block;
  max-width: 100%;
}

.privacy-page .block_header_s .ttl_contents h1 {
  font-size: 3.6rem;
  line-height: 1.4;
}

.privacy-page .ttl_contents h1 span,
.privacy-intro h2 span {
  display: inline-block;
  max-width: 100%;
}

.privacy-policy .privacy-inner {
  max-width: 900px;
}

.privacy-intro {
  padding-bottom: 32px;
  border-bottom: 3px solid #23889a;
}

.privacy-intro h2 {
  margin: 0;
  color: #1a4671;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
}

.privacy-section {
  padding: 32px 0;
  border-bottom: 1px solid #d6e0e7;
}

.privacy-section h3 {
  margin: 0 0 14px;
  color: #1a4671;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
}

.privacy-section p {
  margin: 0;
  color: #354454;
  font-size: 1.6rem;
  line-height: 2;
  overflow-wrap: anywhere;
}

@media all and (max-width: 769px) {
  .privacy-page .block_header_s .ttl_contents h1,
  .privacy-intro h2 {
    font-size: 2.6rem;
  }

  .privacy-intro {
    padding-bottom: 24px;
  }

  .privacy-section {
    padding: 26px 0;
  }

  .privacy-section h3 {
    font-size: 2rem;
  }
}

.content-section {
  padding: 72px 0;
}

.content-section.is-tinted {
  background: #f1f5f7;
}

.content-section.is-dark {
  background: #12395c;
  color: #fff;
}

.content-section.is-dark .section-heading,
.content-section.is-dark .section-kicker {
  color: #fff;
}

.section-header {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  align-items: end;
  margin-bottom: 36px;
}

.section-header p {
  max-width: 540px;
  margin: 0;
}

.positioning-map {
  margin: 0;
  border-top: 5px solid #1a4671;
  background: #fff;
  padding: 28px 30px 32px;
  box-shadow: 0 14px 36px rgba(21, 52, 80, 0.12);
}

.positioning-brand {
  margin: 0 0 18px;
  color: #111;
  font-family: 'Archivo Black', sans-serif;
  font-size: 3.1rem;
  line-height: 1.2;
  text-align: center;
}

.positioning-board {
  --chart-row-height: 430px;
  --market-width: 260px;
  --arrow-lane: 100px;
  --division-row-height: 76px;
  --division-row-gap: 12px;
  --trade-offset: calc((var(--division-row-height) + var(--division-row-gap)) * 1.5 + 1px);
  --trade-line-width: 16px;
  --trade-arrow-head: 26px;
  --market-arrow-gap: 8px;
  position: relative;
  display: grid;
  grid-template-columns: 58px minmax(560px, 1fr) var(--market-width);
  grid-template-rows: minmax(var(--chart-row-height), auto) 64px;
  gap: 14px 18px;
  align-items: stretch;
}

.board-flow {
  position: absolute;
  z-index: 0;
  inset: 0;
  pointer-events: none;
}

.supplier-rails {
  position: relative;
  z-index: 2;
  display: grid;
  grid-column: 1;
  grid-row: 1;
  grid-template-rows: 1fr 1fr;
  gap: 10px;
}

.supplier-rail {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.25;
  writing-mode: vertical-rl;
}

.supplier-rail.is-domestic {
  background: #1a4671;
}

.supplier-rail.is-overseas {
  background: #a23d78;
}

.positioning-core {
  position: relative;
  z-index: 1;
  display: grid;
  grid-column: 2;
  grid-row: 1;
  grid-template-columns: minmax(168px, 0.75fr) minmax(210px, 1.2fr) minmax(165px, 0.9fr);
  gap: 16px;
  align-items: center;
  min-height: 430px;
  margin-right: var(--arrow-lane);
  padding: 38px 34px 36px 24px;
  border-radius: 50% / 44%;
  background: #dce7ec;
}

.core-flow {
  position: absolute;
  z-index: 0;
  inset: 0;
  pointer-events: none;
}

.flow-entry,
.flow-domestic,
.flow-global,
.flow-overseas {
  position: absolute;
  display: block;
}

.flow-entry {
  top: calc(50% - 44px);
  left: -36px;
  width: 110px;
  height: 88px;
  background: #49aab0;
  clip-path: polygon(0 18%, 58% 18%, 58% 0, 100% 50%, 58% 100%, 58% 82%, 0 82%);
}

.flow-domestic {
  top: 144px;
  right: calc(var(--market-width) - 16px + var(--market-arrow-gap) + 42px);
  left: 30%;
  height: 64px;
  background: #49aab0;
}

.flow-domestic::after {
  position: absolute;
  top: -12px;
  right: -42px;
  border-top: 44px solid transparent;
  border-bottom: 44px solid transparent;
  border-left: 42px solid #49aab0;
  content: '';
}

.flow-global {
  top: calc(50% + var(--trade-offset) - var(--trade-line-width) / 2);
  right: calc(var(--trade-arrow-head) + var(--market-arrow-gap) - var(--arrow-lane) - 34px);
  left: 57%;
  height: var(--trade-line-width);
  background: #49aab0;
}

.flow-global::after {
  position: absolute;
  top: calc(50% - 20px);
  right: calc(0px - var(--trade-arrow-head));
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: var(--trade-arrow-head) solid #49aab0;
  content: '';
}

.flow-overseas {
  /* The final board row (64px + 14px gap) is outside the central ellipse. */
  top: calc((100% - 78px) / 2 + var(--trade-offset));
  right: calc(var(--market-width) - 16px + var(--market-arrow-gap) + var(--trade-arrow-head));
  bottom: calc(32px - var(--trade-line-width) / 2);
  box-sizing: border-box;
  width: 80px;
  border-bottom: var(--trade-line-width) solid #49aab0;
  border-left: var(--trade-line-width) solid #49aab0;
}

.flow-overseas::after {
  position: absolute;
  right: calc(0px - var(--trade-arrow-head));
  bottom: calc(0px - var(--trade-line-width) / 2 - 20px);
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: var(--trade-arrow-head) solid #49aab0;
  content: '';
}

.activity-nav {
  z-index: 1;
  display: grid;
  grid-template-rows: repeat(4, var(--division-row-height));
  gap: var(--division-row-gap);
  align-self: center;
}

.activity-nav a.is-consulting {
  grid-row: 1 / span 2;
}

.activity-nav a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 18px;
  color: #172331;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: right;
}

.activity-nav a::before {
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 12px;
  border-top: 2px solid #385062;
  content: '';
}

.activity-nav a::after {
  position: absolute;
  top: 0;
  right: -10px;
  bottom: 0;
  width: 8px;
  border: 2px solid #385062;
  border-right: 0;
  content: '';
}

.activity-nav a:hover {
  color: #a54e00;
}

.division-list {
  z-index: 1;
  display: grid;
  grid-template-rows: repeat(4, var(--division-row-height));
  gap: var(--division-row-gap);
  align-self: center;
}

.division-link {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: var(--division-row-height);
  padding: 8px 18px;
  border: 2px solid rgba(17, 55, 68, 0.45);
  border-radius: 4px;
  box-shadow: 0 4px 0 rgba(25, 49, 55, 0.24);
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.division-link.is-consulting {
  background: #187f82;
}

.division-link.is-service {
  background: #2f7185;
  font-size: 1.25rem;
}

.division-link.is-global {
  background: #8c537d;
}

.division-link i {
  margin-left: 10px;
  font-size: 1.2rem;
}

.division-link:hover,
.division-link:focus-visible {
  border-color: #ad5c00;
  background: #e89e23;
  box-shadow: 0 4px 0 #ad5c00;
  color: #111;
  transform: translateY(-2px);
}

.activity-chips {
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(72px, 1fr));
  gap: 12px;
  align-content: center;
}

.activity-chips span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 72px;
  border-radius: 50%;
  background: #d87b24;
  color: #fff;
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
}

.activity-chips span:last-child {
  grid-column: 1 / span 2;
  justify-self: center;
  width: 92px;
}

.market-column {
  position: relative;
  z-index: 1;
  display: grid;
  grid-column: 3;
  grid-row: 1 / span 2;
  grid-template-rows: minmax(var(--chart-row-height), 1fr) 64px;
  gap: 14px;
  margin-left: 16px;
}

.domestic-market {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 38px;
  gap: 10px;
  padding: 18px 10px 18px 16px;
  border-radius: 8px;
  background: #c9ddd0;
}

.domestic-market strong {
  display: flex;
  grid-column: 2;
  grid-row: 1;
  align-items: center;
  justify-content: center;
  margin: 36px -24px 36px 0;
  border-radius: 8px;
  background: #1a4671;
  color: #fff;
  font-size: 1.7rem;
  letter-spacing: 0;
  line-height: 1.2;
  writing-mode: vertical-rl;
}

.domestic-market ul {
  display: grid;
  grid-column: 1;
  grid-row: 1;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  align-content: center;
}

.domestic-market li {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  border-radius: 50%;
  border: 1px solid #a8c3b3;
  background: #f4f8f5;
  color: #102119;
  font-size: 1.05rem;
  font-weight: 500;
  line-height: 1.25;
  text-align: center;
}

.domestic-market li:nth-child(3),
.domestic-market li:nth-child(6) {
  grid-column: 1 / span 2;
  justify-self: center;
  width: 58%;
}

.overseas-market {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
}

.overseas-market {
  grid-row: 2;
  background: #a23d78;
}

.manufacturer-links {
  position: relative;
  z-index: 2;
  display: flex;
  grid-column: 2;
  grid-row: 2;
  flex-wrap: wrap;
  gap: 6px;
  align-content: start;
  align-items: center;
  width: 100%;
}

.manufacturer-links span {
  flex: 0 0 100%;
  color: #172331;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.25;
}

.manufacturer-links a {
  min-width: 62px;
  padding: 6px 10px;
  border: 1px solid #7b8790;
  border-radius: 3px;
  background: #e5e7e9;
  box-shadow: 0 3px 0 #9da5ab;
  color: #172331;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.manufacturer-links a:hover,
.manufacturer-links a:focus-visible {
  border-color: #ad5c00;
  background: #e89e23;
  box-shadow: 0 3px 0 #ad5c00;
  color: #111;
}

.positioning-map a:focus-visible {
  outline: 3px solid #111;
  outline-offset: 3px;
}

.pillar-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 32px;
}

.pillar-link {
  min-height: 164px;
  border: 1px solid #d6e0e7;
  border-top: 4px solid #23889a;
  background: #fff;
  padding: 26px;
  color: #172331;
  text-decoration: none;
}

.pillar-link:nth-child(2) {
  border-top-color: #e89e23;
}

.pillar-link:nth-child(3) {
  border-top-color: #a23d78;
}

.pillar-link strong {
  display: block;
  margin-bottom: 8px;
  color: #1a4671;
  font-size: 2rem;
}

.pillar-link span {
  display: block;
  color: #526170;
  line-height: 1.7;
}

.pillar-link i {
  margin-left: 8px;
}

.pillar-link:hover {
  border-color: #e89e23;
  color: #172331;
  transform: translateY(-2px);
}

.action-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.action-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid #1a4671;
  background: #1a4671;
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
}

.action-link.is-secondary {
  background: #fff;
  color: #1a4671;
}

.action-link i {
  margin-left: 10px;
}

.action-link:hover {
  border-color: #e89e23;
  background: #e89e23;
  color: #111;
}

.activity-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 840px;
}

.activity-links .action-link {
  padding: 12px 16px;
}

.activity-links .is-current,
.activity-links .is-current:hover {
  border-color: #fff;
  background: #176b70;
  color: #fff;
}

.activity-chart-link {
  margin: 24px 0 0;
}

.activity-chart-link a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.activity-chart-link i {
  margin-left: 10px;
}

@media all and (max-width: 769px) {
  .activity-links {
    grid-template-columns: minmax(0, 1fr);
  }
}

.department-block {
  display: grid;
  grid-template-columns: minmax(360px, 0.9fr) minmax(0, 1.1fr);
  gap: 52px;
  align-items: center;
}

.department-block + .department-block {
  margin-top: 76px;
  padding-top: 76px;
  border-top: 1px solid #d6e0e7;
}

.department-block.is-reverse .department-media {
  order: 2;
}

.department-media {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.department-media.is-single {
  grid-template-columns: 1fr;
}

.department-media img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.department-copy h3 {
  margin: 0 0 18px;
  color: #1a4671;
  font-size: 3.2rem;
  line-height: 1.35;
}

.department-copy p {
  margin: 0 0 18px;
}

.department-copy .department-summary {
  color: #176b70;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.7;
}

.department-summary span {
  display: inline-block;
  max-width: 100%;
}

.item-list {
  margin: 22px 0 0;
  padding: 20px 0 0;
  border-top: 1px solid #cfdbe3;
  color: #425466;
}

.item-list strong {
  color: #1a4671;
}

.department-products {
  grid-column: 1 / -1;
  min-width: 0;
  order: 3;
}

.department-products h4 {
  margin: 0 0 16px;
  color: #1a4671;
  font-size: 2rem;
  line-height: 1.5;
}

.department-product-groups {
  margin: 0;
  border-top: 2px solid #176b70;
}

.department-product-groups > div {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 24px;
  padding: 20px 0;
  border-bottom: 1px solid #cfdbe3;
}

.department-product-groups dt {
  color: #176b70;
  font-weight: 700;
  line-height: 1.8;
}

.department-product-groups dd {
  min-width: 0;
  margin: 0;
}

.department-product-groups dd p {
  margin: 0 0 8px;
  font-weight: 700;
}

.department-product-groups ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.department-product-groups li {
  position: relative;
  min-width: 0;
  padding-left: 14px;
  line-height: 1.8;
  overflow-wrap: anywhere;
}

.department-product-groups li::before {
  content: "";
  position: absolute;
  top: 0.75em;
  left: 0;
  width: 4px;
  height: 4px;
  background: #176b70;
}

@media (max-width: 769px) {
  .department-product-groups > div {
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
    padding: 18px 0;
  }

  .department-product-groups ul {
    grid-template-columns: minmax(0, 1fr);
    gap: 6px;
  }
}

.overview-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.8fr) minmax(0, 1.2fr);
  gap: 56px;
  align-items: start;
}

.overview-photo {
  margin: 0;
}

.overview-photo img {
  display: block;
  width: 100%;
  max-height: 620px;
  object-fit: cover;
  object-position: center;
}

.overview-photo figcaption {
  margin-top: 10px;
  color: #627181;
  font-size: 1.3rem;
}

.fact-list {
  margin: 0;
  border-top: 1px solid #bfcbd4;
}

.fact-list > div {
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr);
  gap: 24px;
  padding: 17px 0;
  border-bottom: 1px solid #dbe3e8;
}

.fact-list dt {
  color: #1a4671;
  font-weight: 700;
}

.fact-list dd {
  margin: 0;
}

.location-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.location-item {
  overflow: hidden;
  border: 1px solid #d7e0e6;
  border-radius: 6px;
  background: #fff;
}

.location-item img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.location-item .location-copy {
  padding: 20px;
}

.location-item h3 {
  margin: 0 0 8px;
  color: #1a4671;
  font-size: 1.8rem;
  line-height: 1.45;
}

.location-item p {
  margin: 0;
  color: #536272;
  font-size: 1.4rem;
  line-height: 1.7;
}

.location-item p + p {
  margin-top: 6px;
}

.subsection-title {
  margin: 0 0 28px;
  color: #1a4671;
  font-size: 2.6rem;
  line-height: 1.4;
}

.subsection-title:not(:first-child) {
  margin-top: 56px;
}

.history-list {
  border-top: 2px solid #1a4671;
}

.history-row {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 28px;
  padding: 18px 8px;
  border-bottom: 1px solid #d6e0e7;
}

.history-row time {
  color: #1a4671;
  font-weight: 700;
}

.history-row p {
  margin: 0;
}

.link-index {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 40px;
}

.link-index a {
  min-width: 44px;
  padding: 8px 13px;
  border: 1px solid #c8d4dd;
  color: #1a4671;
  font-weight: 700;
  text-align: center;
}

.link-index a:hover {
  border-color: #e89e23;
  background: #e89e23;
  color: #111;
}

.link-group {
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr);
  gap: 30px;
  padding: 34px 0;
  border-top: 1px solid #cbd6de;
}

.link-group:last-child {
  border-bottom: 1px solid #cbd6de;
}

.link-group h3 {
  margin: 0;
  color: #23889a;
  font-size: 2rem;
}

.external-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0 28px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.external-links li {
  border-bottom: 1px dotted #aebbc5;
}

.external-links a {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 13px 0;
  color: #263a4d;
  line-height: 1.55;
}

.external-links a:hover {
  color: #c46f00;
}

.external-links i {
  flex: 0 0 auto;
  margin-top: 5px;
  color: #23889a;
  font-size: 1.1rem;
}

.renewal-page .block_footer .menu_footer {
  justify-content: space-between;
}

@media all and (max-width: 1100px) {
  .renewal-page .block_header_s .box_header nav .gnav ul li {
    padding-right: 7px;
    padding-left: 7px;
    font-size: 1.3rem;
  }

  .renewal-page .block_header_s .box_header nav .icons {
    padding-right: 12px;
    padding-left: 7px;
  }

  .renewal-page .block_header_s .box_header nav .btn_contact a {
    padding-right: 1.5em;
    padding-left: 1.5em;
  }

  .location-grid,
  .external-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media all and (max-width: 1200px) {
  .positioning-map {
    padding: 24px;
  }

  .positioning-board {
    --chart-row-height: auto;
    --market-width: auto;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 14px;
  }

  .supplier-rails {
    grid-column: 1;
    grid-row: 1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto;
  }

  .supplier-rail {
    min-height: 44px;
    font-size: 1.4rem;
    writing-mode: horizontal-tb;
  }

  .positioning-core {
    grid-column: 1;
    grid-row: 2;
    grid-template-columns: 1fr;
    gap: 24px;
    min-height: 0;
    margin-right: 0;
    padding: 30px;
    border-radius: 8px;
  }

  .board-flow,
  .core-flow {
    display: none;
  }

  .activity-nav {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: auto;
    gap: 8px;
  }

  .activity-nav a.is-consulting {
    grid-row: auto;
  }

  .activity-nav a {
    justify-content: center;
    padding: 9px 8px;
    border: 1px solid rgba(23, 35, 49, 0.28);
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.42);
    text-align: center;
  }

  .activity-nav a::before,
  .activity-nav a::after {
    display: none;
  }

  .division-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto;
  }

  .activity-chips {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .activity-chips span,
  .activity-chips span:last-child {
    width: 90px;
    min-height: 70px;
  }

  .manufacturer-links {
    grid-column: 1;
    grid-row: 3;
    width: 100%;
    padding: 14px 0;
  }

  .market-column {
    grid-column: 1;
    grid-row: 4;
    grid-template-rows: auto 64px;
    margin-left: 0;
  }

  .overseas-market {
    grid-row: 2;
  }

  .domestic-market {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .domestic-market strong {
    grid-column: 1;
    grid-row: 1;
    min-height: 46px;
    margin: 0 0 12px;
    writing-mode: horizontal-tb;
  }

  .domestic-market ul {
    grid-column: 1;
    grid-row: 2;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .domestic-market li:nth-child(3),
  .domestic-market li:nth-child(6) {
    grid-column: auto;
    justify-self: stretch;
    width: auto;
  }
}

@media all and (max-width: 769px) {
  .business-section-nav ul {
    grid-template-columns: 1fr;
  }

  .business-section-nav a {
    justify-content: flex-start;
    min-height: 44px;
    border-bottom: 0;
    border-left: 3px solid transparent;
    text-align: left;
  }

  .business-section-nav a[aria-current="page"] {
    border-left-color: #23889a;
  }

  .business-maker-list {
    grid-template-columns: 1fr;
  }

  .renewal-page {
    font-size: 1.4rem;
  }

  .renewal-page .block_header_s {
    min-height: 220px;
  }

  .renewal-page .block_header_s .ttl_contents {
    top: 96px;
  }

  .renewal-inner {
    width: min(680px, calc(100% - 32px));
  }

  .page-intro,
  .content-section {
    padding: 48px 0;
  }

  .page-intro .renewal-inner,
  .overview-layout,
  .department-block {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .page-intro h2,
  .section-heading {
    font-size: 2.8rem;
  }

  .page-intro .lead {
    font-size: 1.5rem;
  }

  .section-header {
    display: block;
    margin-bottom: 26px;
  }

  .section-header p {
    margin-top: 14px;
  }

  .pillar-grid,
  .location-grid,
  .external-links {
    grid-template-columns: 1fr;
  }

  .pillar-link {
    min-height: 0;
  }

  .department-block + .department-block {
    margin-top: 48px;
    padding-top: 48px;
  }

  .department-block.is-reverse .department-media {
    order: 0;
  }

  .department-media img {
    height: 190px;
  }

  .department-copy h3 {
    font-size: 2.5rem;
  }

  .fact-list > div,
  .history-row,
  .link-group {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .location-grid {
    gap: 16px;
  }

  .link-group {
    padding: 26px 0;
  }

  .renewal-page .block_footer .menu_footer {
    display: block;
  }
}

@media all and (max-width: 560px) {
  .positioning-map {
    padding: 18px 14px 20px;
  }

  .positioning-brand {
    margin: 0 0 18px;
    font-size: 2.3rem;
  }

  .positioning-core {
    padding: 22px 16px;
  }

  .activity-nav,
  .division-list {
    grid-template-columns: 1fr;
  }

  .activity-nav a {
    justify-content: flex-start;
    text-align: left;
  }

  .division-link {
    min-height: 72px;
    font-size: 1.8rem;
  }

  .division-link.is-service {
    font-size: 1.2rem;
  }

  .domestic-market ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .manufacturer-links span {
    margin-bottom: 4px;
  }
}
