/* Common
-------------------------*/
.header-nav .nav-submenu-wrapper {
  background-color: rgba(255, 255, 255, 1) !important;
}
.footer {
  margin-top: 80px;
}
@media (max-width: 1300px) {
  .header-nav .nav-submenu-wrapper {
    background-color: rgba(255, 255, 255, 0) !important;
  }
}
@media (max-width: 768px) {
  .footer {
    margin-top: 60px;
  }
}

/* Title
-------------------------*/
.page-header {
  margin-bottom: 40px;
}
.page-title {
  display: flex;
  align-items: center;
  background-color: var(--back-color);
  min-height: 88px;
}
.page-title__inner {
  width: 100%;
  max-width: 1312px;
  padding: 0 16px;
  margin: 0 auto;
}
.page-title h1 {
  color: var(--main-color);
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 1.28px;
}
.page-title p {
  display: none;
  color: var(--main-color);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.64px;
  margin-top: 8px;
}

@media (max-width: 768px) {
  .page-header {
    margin-bottom: 32px;
  }
  .page-title h1 {
    font-size: 2.8rem;
  }
  .page-title p {
    font-size: 1.4rem;
  }
}

/* Breadcrumbs
-------------------------*/
.breadcrumbs {
  background-color: #eaeaea;
  padding: 8px 0;
}
.breadcrumbs ul {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  max-width: 1312px;
  margin: 0 auto;
  padding: 0 16px;
}
.breadcrumbs ul li {
  font-size: 1.4rem;
}
.breadcrumbs ul li:not(:first-child)::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 1px solid var(--main-color);
  border-bottom: 1px solid var(--main-color);
  transform: rotate(-45deg);
  margin-right: 16px;
}
.breadcrumbs ul li a {
  color: var(--fg);
}
.breadcrumbs ul li a:hover {
  color: var(--main-color);
}

@media (max-width: 768px) {
  .breadcrumbs ul {
    gap: 8px;
  }
  .breadcrumbs ul li {
    font-size: 1.2rem;
  }
  .breadcrumbs ul li:not(:first-child)::before {
    width: 6px;
    height: 6px;
    margin-right: 10px;
  }
}

/* Section
-------------------------*/
.section {
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1152px;
}
.section__inner {
  /*max-width: 1472px;*/
  padding: 0 0;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .section__inner {
    padding: 0 16px;
  }
}

/* Heading
-------------------------*/
.heading2 {
  color: var(--main-color);
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1.2;
  border-top: 2px solid #e2e3e3;
  border-bottom: 2px solid #e2e3e3;
  background-color: var(--back-color);
  padding: 24px;
  margin: 0 0 40px;
}
.heading3 {
  color: var(--main-color);
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 1.2;
  border-left: 3px solid var(--main-color);
  padding: 4px 0 2px 16px;
  margin: 40px 0 32px;
}
.heading3__special {
  color: var(--main-color);
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 1.2;
  margin: 40px 0 32px;
}

.heading4 {
  color: var(--fg);
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.4;
  border-bottom: 2px solid var(--line-color);
  padding-bottom: 16px;
  margin: 40px 0 32px;
}
.heading5 {
  color: var(--main-color);
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.4;
  margin: 40px 0 24px;
}

.heading6 {
  color: var(--main-color);
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.4;
  border-top: 1px solid var(--main-color);
  border-bottom: 1px solid var(--main-color);
  padding: 8px;
  margin: 32px 0 16px;
}
.heading7 {
  color: var(--main-color);
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.4;
  margin: 32px 0 16px;
}

@media (max-width: 768px) {
  .heading2 {
    font-size: 2.2rem;
    padding: 16px;
  }
  .heading3 {
    font-size: 2rem;
  }
  .heading4 {
    font-size: 1.8rem;
  }
  .heading5 {
    font-size: 1.6rem;
  }
  .heading6 {
    font-size: 1.6rem;
  }
  .heading7 {
    font-size: 1.6rem;
  }
}

/* Text
-------------------------*/
.section p {
  margin: 32px 0;
}

.section p.end {
  text-align: right;
  margin-top: 48px;
}

.section .left {
  text-align: left;
}
.section .center {
  text-align: center;
}
.section .right {
  text-align: right;
}

.heading5 + p {
  margin-top: 24px;
}

/* Link
-------------------------*/
a.blank::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url(../img/ja/icon-blank.svg) no-repeat center / contain;
  width: 16px;
  height: 16px;
  margin: 0 8px;
}

a.pdf::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url(../img/ja/icon-pdf.svg) no-repeat center / contain;
  width: 17px;
  height: 22px;
  margin: 0 8px;
}

a.mov::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url(../img/ja/icon-mov.svg) no-repeat center / contain;
  width: 22px;
  height: 22px;
  margin: 0 8px;
}

a.xls::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url(../img/ja/icon-xls.svg) no-repeat center / contain;
  width: 48px;
  height: 19px;
  margin: 0 8px;
}

/* List
-------------------------*/
.section ul,
.section ol {
  margin: 12px 0 12px 32px;
}
.section ul li {
  list-style: none;
  position: relative;
  margin: 8px 0;
}
.section ul li::before {
  content: "";
  position: absolute;
  left: -24px;
  top: 4px;
  width: 12px;
  height: 12px;
  border: 2px solid var(--fg);
  border-radius: 50%;
}
.section ol li {
  list-style: none;
  position: relative;
  margin: 8px 0;
}
.section ol li::before {
  position: absolute;
  right: calc(100% + 0.5rem);
  content: "(" counter(list-item) ")";
}
.section ul li strong,
.section ol li strong {
  color: var(--main-color);
}

.section .section__attention {
  list-style: none;
  margin: 16px 0;
}
.section .section__attention li {
  list-style: none;
  color: #666;
  font-size: 1.4rem;
  font-weight: 400;
  margin: 4px 0;
  display: flex;
  gap: 8px;
  align-items: flex-start;
  padding-left: 0;
}
.section .section__attention li::before {
  content: attr(data-indent-head);
  flex-shrink: 0;
  white-space: nowrap;
  border: 0;
  width: auto;
  height: auto;
  position: static;
  left: auto;
  top: auto;
}
.section:lang(en) .section__attention li::before {
  white-space: nowrap;
  flex-shrink: 0;
}
.list.text-list li {
  list-style: none;
  position: relative;
  margin: 8px 0 8px 32px;
}
.list.text-list li::before {
  content: "";
  position: absolute;
  left: -24px;
  top: 4px;
  width: 12px;
  height: 12px;
  border: 2px solid var(--fg);
  border-radius: 50%;
}
/* Table
-------------------------*/
.section table {
  border-collapse: collapse;
  width: 100%;
  border-top: 1px solid var(--line-color);
}
.section table th,
.section table td {
  color: var(--fg);
  font-size: 1.6rem;
  font-weight: 400;
  text-align: left;
  border-left: 1px solid var(--line-color);
  border-right: 1px solid var(--line-color);
  border-bottom: 1px solid var(--line-color);
  padding: 16px 12px;
}
.section table th {
  color: #fff;
  font-weight: 600;
  background-color: var(--table-color);
}

.section table tr th:first-child,
.section table tr td:first-child {
  /* border-left: 0; */
}
.section table tr th:last-child,
.section table tr td:last-child {
}
.section table thead th {
  color: #fff;
  font-weight: 600;
  background-color: var(--table-color);
}

.section table.portfolio-list thead th,
.section table.library-table thead th,
.section table.highlight_data-table thead th {
  color: var(--main-color);
  background-color: var(--table-lighter-color);
}

.section table tfoot th,
.section table tfoot td {
  color: var(--fg);
  background-color: var(--table-total-color);
  font-weight: 400;
}

.section table.sp-only-table {
  display: none;
}

@media (max-width: 600px) {
  .section table.pc-only-table {
    display: none;
  }
  .section table.sp-only-table {
    display: table;
  }

  .section table.vertical-table th,
  .section table.vertical-table td {
    display: block;
    width: 100% !important;
  }
}

/* Tabs
-------------------------*/
.tabs {
  display: flex;
  gap: 0;
  margin-bottom: 32px;
}
.tab {
  color: var(--main-color);
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  border: 1px solid var(--main-color);
  border-left: 0;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tabs .tab:first-child {
  border-left: 1px solid var(--main-color);
}
.tab:hover {
  background-color: var(--main-lighter-color);
}
.tab[aria-selected="true"] {
  border-bottom: 0;
}

.tabs__bottom .tab[aria-selected="true"] {
  border-top: 0;
  border-bottom: 1px solid var(--main-color);
}

.tabs-dropdown {
  display: none;
  position: relative;
  width: 100%;
  margin-bottom: 32px;
}

.tabs-dropdown__button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  color: var(--main-color);
  font-size: 1.6rem;
  font-weight: 600;
  text-align: left;
  border: 1px solid var(--main-color);
  background-color: #fff;
  padding: 16px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.is-open .tabs-dropdown__button {
  color: #fff;
  background-color: var(--main-color);
}

.tabs-dropdown__button:focus,
.tabs-dropdown__button:active,
.tabs-dropdown__button:focus-visible {
  outline: none;
  box-shadow: none;
}

.tabs-dropdown__text {
  flex: 1;
  text-align: center;
}

.tabs-dropdown__icon {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid var(--main-color);
  border-right: 2px solid var(--main-color);
  transform: rotate(45deg);
  margin-left: 16px;
  transition: transform 0.2s ease;
}

.tabs-dropdown__button[aria-expanded="true"] .tabs-dropdown__icon {
  border-color: #fff;
  transform: rotate(-135deg);
}

.tabs-dropdown__menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 100;
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  border: 1px solid var(--main-color);
  border-top: 0;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  max-height: 300px;
  overflow-y: auto;
  margin: 0 !important;
}

.tabs-dropdown.is-open .tabs-dropdown__menu {
  display: block;
}

.tabs-dropdown__item {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid var(--line-color);
}

.tabs-dropdown__item:last-child {
  border-bottom: 0;
}

.tabs-dropdown__link {
  display: block;
  color: var(--fg);
  font-size: 1.6rem;
  font-weight: 400;
  text-decoration: none;
  padding: 16px;
  transition:
    background-color 0.2s ease,
    color 0.2s ease;
}

.tabs-dropdown__link:hover {
  background-color: var(--main-lighter-color);
  color: var(--main-color);
}

.tabs-dropdown__link.is-selected,
.tabs-dropdown__link[aria-selected="true"] {
  color: var(--main-color);
  font-weight: 600;
  background-color: var(--main-lighter-color);
  position: relative;
}

@media (max-width: 600px) {
  .tabs {
    display: none;
  }
  .tabs-dropdown {
    display: block;
  }
}

/* Image
-------------------------*/
.section__image {
  margin: 16px 0;
}
.section__image img {
  width: 100%;
  height: auto;
}

.section__image--gray {
  background-color: var(--back-color);
  padding: 32px;
}

@media (max-width: 768px) {
  .section__image--gray {
    padding: 16px;
  }
}

/* PrimeConsulting追加スタイル */
.unit-left {
  margin-left: 16px;
}
.unit-right {
  margin-right: 16px;
}
.lead-text {
  color: var(--PrimaryFirst, #035f7a);
  font-family: "Hiragino Kaku Gothic Pro";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 28px */
  letter-spacing: 0.8px;
}
.display-none {
  display: none !important;
}
.text-align--center,
.t--center {
  text-align: center !important;
}
.text-align--right,
.t--right {
  text-align: right !important;
}
.text-align--left,
.t--left {
  text-align: left !important;
}
.time-stamp {
  text-align: right;
  margin: 32px 0 5px 0 !important;
}
.time-stamp:before,
.time-stamp2:before {
  content: "(";
}
.time-stamp:after,
.time-stamp2:after {
  content: ")";
}
.section p.time-stamp2 {
  text-align: center;
  text-indent: 12%;
  margin: 20px 0 0;
}
.section ul.caption,
.section ul.caution {
  display: table;
  margin-left: 0 !important;
}
.section ul.caption > li,
.section ul.caution > li {
  display: table-row;
}
.section ul.caption > li > div,
.section ul.caption > li > small,
.section ul.caption > li > span,
.section ul.caution > li > div,
.section ul.caution > li > small,
.section ul.caution > li > span {
  font-size: 1em !important;
  display: table-cell;
  padding: 0.25em 0 0.25em 0.25em;
  vertical-align: top;
}
.section ul.caption > li::before,
.section ul.caution > li::before {
  position: static;
  display: table-cell;
  padding: 0.25em 0;
  vertical-align: top;
  width: 1%;
  height: auto;
  white-space: nowrap;
  content: attr(data-indent-head);
  border: 0;
}
.caution-text,
.section ul.caution {
  font-size: 14px;
}

.column,
.column--3,
.column--4,
.column--equal-width {
  display: flex;
  /* margin-left: -1em;
  margin-right: -1em; */
}
.column__cell {
  /* padding-left: 1em;
  padding-right: 1em; */
}
.column--equal-width .column__cell {
  /* padding-left: 1em;
  padding-right: 1em; */
  flex-grow: 1;
  flex-basis: 100%;
  max-width: 50%;
}
.column__cell {
  /* Default (Basic form : basicstyle.css)
	padding: 0 1.0em; margin: 0;
	*/
}

/* 等幅コラム */
.column--equal-width {
  /* Default (Basic form : basicstyle.css)
	margin: 0 -1em;
	*/
  /* margin: 0 -32px !important; */
  gap: 32px;
  align-items: flex-end;
}
.column--equal-width .column__cell {
  /* Default (Basic form : basicstyle.css)
	padding: 0 1.0em; margin: 0;
	*/
  /* margin: 0 32px 32px !important; */
  padding: 0;
}

.cont-margin {
  margin-bottom: 32px !important;
}
.scroll-caution {
  display: none;
  margin: 1.5em 0 0 !important;
  font-size: 12px;
  color: #999;
  background-size: 40px auto;
  background-position: 0 50%;
  background-repeat: no-repeat;
}
.table-layout--fixed {
  table-layout: fixed;
}

.protect-table {
  width: calc(100% - 48px);
  margin-left: 48px;
}

@media screen and (max-width: 1024px) {
  .js-scroll-table__wrap {
    overflow: auto;
    position: relative;
  }
  .js-scroll-table th,
  .js-scroll-table td {
    white-space: nowrap;
  }
  .scroll-caution {
    display: block;
  }
  .js-scroll-table.table-layout--fixed {
    table-layout: auto !important;
  }
  .js-scroll-graph .chartdiv {
    width: 500px;
  }
  .js-scroll-table {
    width: 1152px !important;
  }
  .scroll-wrap {
    overflow-x: scroll;
  }
  .is-responsive th,
  .is-responsive td {
    display: block;
    width: 100% !important;
  }
}
.section .number-list {
  margin: 12px 0;
}
.section .number-list li {
  position: relative;
  list-style-type: none;
  padding-left: 32px;
}
.section .number-list li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "(" counter(list-item) ")";
  border: none;
}
.section ul.marker-list {
  margin: 12px 0 12px 0;
}
.section ul.marker-list li {
  position: relative;
  list-style-type: none;
  padding: 8px 0 8px 24px;
  margin: 0;
}
.section ul.marker-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 8px;
  height: 8px;
  border: 2px solid var(--fg);
  border-radius: 50%;
}
@media screen and (max-width: 784px) {
  .column--equal-width {
    display: block;
  }
  .column__cell {
    margin-bottom: 32px;
    max-width: 100% !important;
  }
}

.chartBpx {
  position: relative;
}

.chartBpx .unit {
  position: absolute;
  top: 20px;
}

.section .chartBpx p.time-stamp {
  text-align: right;
  position: absolute;
  top: 20px;
  right: 0;
  margin: 0;
}

/* Error Pages
-------------------------*/
#error {
  max-width: 1280px;
  padding: 56px 64px 16px;
  margin: 0 auto;
}
#error .error__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin-bottom: 48px;
}
#error .error__title h1 {
  color: var(--main-color);
  font-size: 6.4rem;
  font-weight: 600;
}
#error .error__title p {
  color: var(--main-color);
  font-size: 3.2rem;
  font-weight: 600;
}
#error .error__text {
  margin-bottom: 48px;
}
#error .error__text p {
  color: var(--fg);
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.6;
  text-align: center;
}
#error .error__button {
  text-align: center;
}
@media screen and (max-width: 768px) {
  #error {
    padding: 32px 16px 16px;
  }
  #error .error__title h1 {
    font-size: 3.6rem;
    text-align: center;
  }
  #error .error__title p {
    font-size: 1.8rem;
  }
}
