@media only screen and (max-width: 980px) {
  .c-ttl--lv1 {
    margin-bottom: 18px;
  }
}
@media print, screen and (min-width: 981px) {
  .c-ttl--lv1 {
    margin-bottom: 12px;
  }
}

@media print, screen and (min-width: 981px) {
  .p-legend-wrap {
    height: 48px;
    margin-bottom: 56px;
  }
}
@media (max-width: 1100px) {
  .p-legend-wrap {
    height: 40px;
    margin-bottom: 28px;
  }
}

.p-legend-main.is-fixed {
  background: var(--color-bg_A);
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 9999;
}
@media print, screen and (min-width: 981px) {
  .p-legend-main.is-fixed {
    padding-block: 8px;
    top: 70px;
  }
}
@media (max-width: 1100px) {
  .p-legend-main.is-fixed {
    overflow-x: auto;
    padding: 4px 0 4px 16px;
    top: 56px;
  }
}

.p-legend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 36px;
}
.p-legend li {
  padding-left: 22px;
  position: relative;
}
.p-legend li::before {
  border-radius: 100%;
  content: "";
  display: block;
  height: 14px;
  left: 0;
  position: absolute;
  top: 0.6em;
  width: 14px;
}
.p-legend .p-legend-company::before {
  background: var(--color-lightblue);
}
.p-legend .p-legend-tech::before {
  background: var(--color-purple_A);
}

.c-tabs {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media only screen and (max-width: 980px) {
  .c-tabs {
    gap: 4px;
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 981px) {
  .c-tabs {
    gap: 0;
    margin-bottom: 30px;
  }
}
.c-tabs li {
  width: 33.3333%;
}
@media print, screen and (min-width: 981px) {
  .c-tabs li a:hover::before {
    scale: 0.19 1;
  }
}
@media print, screen and (min-width: 981px) {
  .c-tabs li a:hover .p-tab-stage {
    color: var(--color-purple_A);
  }
}
.c-tabs li a.is-current .p-tab-stage {
  color: var(--color-purple_A);
}
.c-tabs li a.is-current .p-tab-title {
  color: var(--color-text-black);
}

@media only screen and (max-width: 980px) {
  .c-tabs--bottom {
    gap: 4px;
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 981px) {
  .c-tabs--bottom {
    gap: 0;
    margin-top: 96px;
  }
}
.c-tabs--bottom li {
  width: 33.3333%;
}
@media print, screen and (min-width: 981px) {
  .c-tabs--bottom li a:hover::before {
    scale: 0.19 1;
  }
}
@media print, screen and (min-width: 981px) {
  .c-tabs--bottom li a:hover .p-tab-stage {
    color: var(--color-purple_A);
  }
}
.c-tabs--bottom li a.is-current .p-tab-stage {
  color: var(--color-purple_A);
}
.c-tabs--bottom li a.is-current .p-tab-title {
  color: var(--color-text-black);
}

.p-tab-stage {
  color: var(--color-text-gray);
  line-height: 1.3;
  margin-bottom: 4px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
@media only screen and (max-width: 980px) {
  .p-tab-stage {
    font-size: 0.625rem;
  }
}
@media print, screen and (min-width: 981px) {
  .p-tab-stage {
    font-size: 0.9375rem;
  }
}

.p-tab-title {
  color: var(--color-text-black);
}
@media only screen and (max-width: 980px) {
  .p-tab-title {
    font-size: 0.6875rem;
    line-height: 1.4;
  }
}
@media print, screen and (min-width: 981px) {
  .p-tab-title {
    font-size: 0.9375rem;
    line-height: 1.5;
  }
}

@media only screen and (max-width: 980px) {
  .p-outline-title {
    display: none;
  }
}
@media print, screen and (min-width: 981px) {
  .p-outline-title {
    margin-block: 0 12px;
  }
}
.p-outline-title strong {
  color: var(--color-text-gray);
  font-weight: 300;
  position: relative;
}
@media print, screen and (min-width: 981px) {
  .p-outline-title strong {
    font-size: 2.625rem;
    margin-right: 16px;
    top: 3px;
  }
}

@media only screen and (max-width: 980px) {
  .p-outline-lead {
    display: none;
  }
}
@media print, screen and (min-width: 981px) {
  .p-outline-lead {
    margin-bottom: 84px;
  }
}

.p-outline-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-outline-item:first-child .p-outline-detail:first-child::after {
  top: 1.1em;
}

.p-outline-year {
  color: var(--color-text-gray);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (max-width: 980px) {
  .p-outline-year {
    font-size: 1.0625rem;
    line-height: 1.5;
    width: 56px;
  }
}
@media print, screen and (min-width: 981px) {
  .p-outline-year {
    font-size: 1.5rem;
    line-height: 1.77;
    width: 76px;
  }
}

.p-outline-inner {
  width: 100%;
}

.p-outline-detail {
  position: relative;
}
@media only screen and (max-width: 980px) {
  .p-outline-detail {
    padding: 0 0 16px 18px;
  }
}
@media print, screen and (min-width: 981px) {
  .p-outline-detail {
    padding: 4px 0 16px 26px;
  }
}
.p-outline-detail::before {
  background: var(--dot-color);
  border-radius: 100%;
  content: "";
  display: block;
  height: 11px;
  left: 0;
  position: absolute;
  width: 11px;
  z-index: 2;
}
@media only screen and (max-width: 980px) {
  .p-outline-detail::before {
    top: 0.5em;
  }
}
@media print, screen and (min-width: 981px) {
  .p-outline-detail::before {
    top: 1.1em;
  }
}
.p-outline-detail::after {
  background: var(--color-bg_C);
  bottom: 0;
  content: "";
  display: block;
  left: 5px;
  position: absolute;
  right: auto;
  top: 0;
  width: 1px;
}
.p-outline-detail:last-child {
  padding-bottom: 24px;
}

.p-outline-heading {
  font-weight: 500;
  line-height: 1.6;
  margin-block: 0;
}
@media only screen and (max-width: 980px) {
  .p-outline-heading {
    font-size: 1rem;
  }
}
@media print, screen and (min-width: 981px) {
  .p-outline-heading {
    font-size: 1.375rem;
  }
}

@media print, screen and (min-width: 981px) {
  .p-outline-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    margin-top: 4px;
  }
}
.p-outline-body .c-txt--s {
  width: 100%;
}

.p-outline-company {
  --dot-color: var(--color-lightblue);
}

.p-outline-tech {
  --dot-color: var(--color-purple_A);
}

.p-outline-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 980px) {
  .p-outline-images {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 12px;
    gap: 4px;
  }
}
@media print, screen and (min-width: 981px) {
  .p-outline-images {
    gap: 8px;
  }
}

.p-outline-image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (max-width: 980px) {
  .p-outline-image {
    width: 153px;
  }
}
@media print, screen and (min-width: 981px) {
  .p-outline-image {
    width: 200px;
  }
}
.p-outline-image img {
  height: auto;
  width: 100%;
}

@media only screen and (max-width: 980px) {
  .p-related {
    margin-top: 68px;
  }
}
@media print, screen and (min-width: 981px) {
  .p-related {
    margin-top: 160px;
  }
}