:root {
  --color-white: #ffffff;
  --color-font: #1a1a1a;
  --color-line: #d1d1d1;
  --color-main: #475c85;
  --color-sub: #e5eeff;
  --color-sub02: #504d49;
  --color-base: #f2f2f2;
  --color-accent: #477eeb;
  --color-semantic: #ff0000;
  --color-company-sanyo: #eb9e9e;
  --color-company-sanyo-head: #d05c5c;
  --color-company-sanyo-base: #f8dada;
  --color-company-sanyo-pail: #fff2f2;
  --color-company-matsushita: #abd5a0;
  --color-company-matsushita-head: #63b44e;
  --color-company-matsushita-base: #eaf5e6;
  --color-company-matsushita-pail: #f2faef;
  --color-company-matsushita2: #a1c2e4;
  --color-company-matsushita-head2: #4582c0;
  --color-company-matsushita-base2: #dbe7f3;
  --color-company-matsushita-pail2: #f7fbff;
  --font_size_base: 1.8rem;
  --font_size_heading_lg: 3.2rem;
  --font_size_heading_md: 2.4rem;
  --font_size_tab_base: 1.7rem;
  --font-family-Noto: "Noto Sans JP", sans-serif;
  --font-family-year: "Zen Old Mincho", serif;
  --z_index_base: 1;
  --z_index_header: 1000;
  --z_index_nav_drawer: 1002;
  --z_index_modal: 2000;
  --z_index_loading: 3000;
  --contents_full: 1440px;
  --contents_wide: 1120px;
  --contents_inner: 1040px;
  --contents_small: 800px;
  --space-0: 8px;
  --space-1: 16px;
  --space-2: 32px;
  --space-3: 40px;
  --space-4_1: 48px;
  --space-4_2: 48px;
  --space-5_1: 56px;
  --space-5_2: 56px;
  --space-6: 64px;
  --space-7: 80px;
  --space-8: 120px;
  --space-9: 144px;
}
@media screen and (max-width:768px ) {
  :root {
    --space-0: 8px;
    --space-1: 16px;
    --space-2: 24px;
    --space-3: 40px;
    --space-4_1: 32px;
    --space-4_2: 24px;
    --space-5_1: 32px;
    --space-5_2: 24px;
    --space-6: 64px;
    --space-7: 80px;
    --space-8: 120px;
    --space-9: 144px;
  }
}

.p-history-locas-anchorlist {
  max-width: 976px;
  width: 93%;
  margin: 0 auto var(--space-7);
  border: 1px solid var(--color-line, #d1d1d1);
  padding: var(--space-3);
}
@media screen and (max-width:768px ) {
  .p-history-locas-anchorlist {
    max-width: 100%;
    width: auto;
    margin: 0 24px;
    padding: var(--space-2);
  }
}
.p-history-locas-anchorlist__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 32px;
}
@media screen and (max-width:600px ) {
  .p-history-locas-anchorlist__items {
    gap: 16px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width:600px ) {
  .p-history-locas-anchorlist__items li {
    width: 100%;
  }
}
.p-history-locas-anchorlist__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.p-history-locas-data__inner {
  position: relative;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 120px;
}
.p-history-locas-data__inner:nth-of-type(even) .p-history-locas-data__wrapper {
  margin: 56px auto 0 0;
}
@media screen and (max-width:768px ) {
  .p-history-locas-data__inner:nth-of-type(even) .p-history-locas-data__wrapper {
    margin: 40px auto;
  }
}
.p-history-locas-data__inner:nth-of-type(even) .p-history-locas-data__contents {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.p-history-locas-data__inner:nth-of-type(even) .p-history-locas-data__aside {
  margin-left: 0;
  margin-right: 128px;
}
@media screen and (max-width:768px ) {
  .p-history-locas-data__inner:nth-of-type(even) .p-history-locas-data__aside {
    margin-right: initial;
  }
}
@media screen and (max-width:768px ) {
  .p-history-locas-data__inner {
    padding-bottom: 120px;
    position: relative;
  }
  .p-history-locas-data__inner::after {
    content: "";
    position: absolute;
    display: block;
    bottom: -2px;
    left: 0;
    height: 40px;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(96.68%, rgba(255, 255, 255, 0.95)), color-stop(96.9%, rgba(255, 255, 255, 0.95)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 96.68%, rgba(255, 255, 255, 0.95) 96.9%, rgba(255, 255, 255, 0) 100%);
  }
}
@media screen and (max-width:768px ) and (max-width:768px ) {
  .p-history-locas-data__inner--spBlur::after {
    background: initial;
  }
}
@media screen and (max-width:768px ) {
  .p-history-locas-data__inner:not(:first-of-type) .p-history-locas-data__wrapper {
    margin: 0 auto 0;
  }
  .p-history-locas-data__inner:not(:first-of-type) .p-history-locas-data__contents {
    padding: 0 0 40px;
  }
  .p-history-locas-data__inner:not(:first-of-type) .p-history-locas-data__contents::before {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.95)), color-stop(98.9%, rgba(255, 255, 255, 0.95)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.95) 98.9%, rgba(255, 255, 255, 0) 100%);
  }
}
.p-history-locas-data__inner--last {
  position: relative;
  max-width: 100%;
}
@media screen and (max-width:768px ) {
  .p-history-locas-data__inner--last {
    padding: initial;
  }
}
.p-history-locas-data__inner--last::before {
  content: "";
  position: absolute;
  top: -90px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(/hvac-cc/corp/about/history/asset/img/history/transition-locas/bg/bg_locas-last-ashirai.webp) no-repeat center/contain;
  height: 343px;
  width: 100%;
  max-width: 1440px;
  z-index: 1;
}
@media screen and (max-width:768px ) {
  .p-history-locas-data__inner--last::before {
    top: -30px;
    background: url(/hvac-cc/corp/about/history/asset/img/history/transition-locas/bg/bg_locas-last-ashirai-sp.webp) no-repeat center/contain;
  }
}
.p-history-locas-data__inner--last::after {
  content: none;
}
.p-history-locas-data__inner--last .p-history-locas-data__line {
  height: 120px;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--color-company-, #a1c2e4)), color-stop(97%, rgba(161, 194, 228, 0)), to(transparent));
  background: linear-gradient(180deg, var(--color-company-, #a1c2e4) 0%, rgba(161, 194, 228, 0) 97%, transparent 100%);
}
.p-history-locas-data__inner--last .p-history-locas-data__contents {
  background: url(/hvac-cc/corp/about/history/asset/img/history/transition-locas/bg/bg_locas-last.webp) no-repeat top center/cover;
  height: 100%;
  width: 100%;
}
@media screen and (max-width:768px ) {
  .p-history-locas-data__inner--last .p-history-locas-data__contents {
    padding: 40px 0 0;
    background: url(/hvac-cc/corp/about/history/asset/img/history/transition-locas/bg/bg_locas-last-sp.webp) no-repeat top center/cover;
  }
}
.p-history-locas-data__inner--last .p-history-locas-data__main {
  max-width: 1040px;
  margin: 0 auto 200px;
  width: calc(100% - 48px);
}
@media screen and (max-width:768px ) {
  .p-history-locas-data__inner--last .p-history-locas-data__main {
    padding-top: 160px;
    width: calc(100% - 24px);
  }
}
.p-history-locas-data__inner--last .p-history-locas-data__catch {
  background-color: initial;
  margin-top: 120px;
}
@media screen and (max-width:768px ) {
  .p-history-locas-data__inner--last .p-history-locas-data__catch {
    margin-top: initial !important;
    padding: 0;
  }
}
.p-history-locas-data__inner--last .p-history-locas-data__pre {
  color: var(--color-white, #fff);
  text-align: center;
  font-size: clamp(1.8rem, 1.7224405377rem + 0.2068252327vw, 2rem);
}
@media screen and (max-width:768px ) {
  .p-history-locas-data__inner--last .p-history-locas-data__pre {
    margin-top: 32px;
  }
}
.p-history-locas-data__inner--last .p-history-locas-data__next {
  color: var(--color-white, #fff);
  text-align: center;
  font-size: clamp(2.4rem, 2.089762151rem + 0.8273009307vw, 3.2rem);
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: capitalize;
  margin-top: 40px;
}
.p-history-locas-data__line {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #a1c2e4;
  height: 100%;
  width: 8px;
  z-index: -2;
}
.p-history-locas-data__line--3line::before, .p-history-locas-data__line--3line::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  height: 100%;
  width: 8px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-history-locas-data__line--3line::before {
  left: calc(50% - 18px);
  background-color: #abd5a0;
}
.p-history-locas-data__line--3line::after {
  left: calc(50% + 18px);
  background-color: #eb9e9e;
}
.p-history-locas-data__line--3line-last {
  top: 12%;
}
.p-history-locas-data__line--3line-last::before, .p-history-locas-data__line--3line-last::after {
  height: 120px;
}
@media screen and (max-width:768px ) {
  .p-history-locas-data__line--3line-last::before, .p-history-locas-data__line--3line-last::after {
    height: initial;
  }
}
.p-history-locas-data__wrapper {
  max-width: 1240px;
  margin: 56px 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .p-history-locas-data__wrapper {
    width: calc(100% - 24px);
  }
}
@media screen and (max-width:768px ) {
  .p-history-locas-data__wrapper {
    display: block;
    width: calc(100% - 48px);
    margin: 40px auto;
  }
}
.p-history-locas-data__catch {
  position: relative;
  display: block;
  text-align: center;
  background-color: var(--color-white);
  color: var(--color-main, #475c85);
  text-align: center;
  font-family: var(--font-family-year);
  font-size: clamp(6.4rem, 3.0649431231rem + 8.8934850052vw, 15rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: capitalize;
  padding: 40px 0;
}
.p-history-locas-data__catch span {
  display: block;
  color: var(--color-main, #475c85);
  text-align: center;
  font-family: var(--font-family-year);
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.192rem;
  text-transform: capitalize;
}
@media screen and (max-width:768px ) {
  .p-history-locas-data__catch span {
    margin-bottom: 8px;
  }
}
.p-history-locas-data__contents {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width:768px ) {
  .p-history-locas-data__contents {
    display: block;
    padding: 40px 0;
  }
  .p-history-locas-data__contents::before {
    content: "";
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(2.69%, rgba(255, 255, 255, 0.95)), color-stop(96.9%, rgba(255, 255, 255, 0.95)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 2.69%, rgba(255, 255, 255, 0.95) 96.9%, rgba(255, 255, 255, 0) 100%);
    top: 0;
    left: 0;
    z-index: -1;
  }
}
@media screen and (max-width:768px ) and (max-width:768px ) {
  .p-history-locas-data__contents::before {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(2.69%, rgba(255, 255, 255, 0.95)), color-stop(98.9%, rgba(255, 255, 255, 0.95)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 2.69%, rgba(255, 255, 255, 0.95) 98.9%, rgba(255, 255, 255, 0) 100%);
  }
}
.p-history-locas-data__main {
  position: relative;
  max-width: 460px;
  width: calc(50% - 64px);
}
@media screen and (max-width:768px ) {
  .p-history-locas-data__main {
    width: 100%;
  }
  .p-history-locas-data__main::before {
    content: "";
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    z-index: -1;
  }
}
.p-history-locas-data__aside {
  position: relative;
  margin-left: 128px;
  max-width: 640px;
  width: calc(50% - 64px);
}
@media screen and (min-width: 1400px) {
  .p-history-locas-data__aside {
    width: 50%;
  }
}
@media screen and (max-width:768px ) {
  .p-history-locas-data__aside {
    display: none;
    width: 100%;
    margin-left: initial;
  }
  .p-history-locas-data__aside::before {
    content: "";
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
  }
}
.p-history-locas-data__company:not(:first-child) {
  margin-top: 40px;
}
.p-history-locas-data__company-name {
  color: var(--color-font);
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.p-history-locas-data__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width:768px ) {
  .p-history-locas-data__item {
    display: block;
  }
}
.p-history-locas-data__year--1col .p-history-locas-data__pht--1col {
  position: relative;
  max-width: 1360px;
  width: calc(100% - 80px);
  margin: 0 auto 0 !important;
  z-index: 1;
}
.p-history-locas-data__year--1col .p-history-locas-data__pht--1col img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width:768px ) {
  .p-history-locas-data__year--1col .p-history-locas-data__pht--1col {
    width: 100%;
  }
  .p-history-locas-data__year--1col .p-history-locas-data__pht--1col::after {
    content: "";
    position: absolute;
    display: block;
    bottom: -2px;
    left: 0;
    height: 40px;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(96.68%, rgba(255, 255, 255, 0.95)), color-stop(96.9%, rgba(255, 255, 255, 0.95)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 96.68%, rgba(255, 255, 255, 0.95) 96.9%, rgba(255, 255, 255, 0) 100%);
  }
  .p-history-locas-data__year--1col .p-history-locas-data__pht--1col-sp::after {
    content: none;
  }
}
.p-history-locas-data__year--1col .p-history-locas-data__pht--1col:not(:first-of-type) {
  margin-top: 8px !important;
}
.p-history-locas-data__year-value {
  color: var(--color-accent, #477eeb);
  font-family: var(--font-family-year);
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.08em;
  min-width: 66px;
  max-width: 66px;
  width: 100%;
}
.p-history-locas-data__title {
  font-size: clamp(1.6rem, 1.5224405377rem + 0.2068252327vw, 1.8rem);
}
.p-history-locas-data__title:not(:first-of-type) {
  margin-top: 8px;
}
@media screen and (max-width:768px ) {
  .p-history-locas-data__title {
    margin-top: 16px;
  }
}
.p-history-locas-data__list {
  margin-top: 8px;
  margin-left: 0.5em;
  border-left: 1px solid var(--color-sub, #e5eeff);
  padding: 16px 0 16px 24px;
}
.p-history-locas-data__item:not(:first-child) {
  margin-top: 24px;
}
.p-history-locas-data__details {
  max-width: 350px;
  margin-left: 16px;
}
@media screen and (max-width:768px ) {
  .p-history-locas-data__details {
    margin-left: 0;
  }
}
.p-history-locas-data__pht {
  max-width: 640px;
  width: 100%;
  height: auto;
}
.p-history-locas-data__pht:not(:first-child) {
  margin-top: 24px;
}
.p-history-locas-data__pht > img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-history-locas-data__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 64px;
  margin-top: 64px;
}

.p-history-locas-head {
  margin-top: var(--space-8);
  margin-bottom: 24px;
}
@media screen and (max-width:768px ) {
  .p-history-locas-head {
    margin-top: var(--space-7);
  }
}
.p-history-locas-head .l-inner {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
  height: 100%;
}
.p-history-locas-head__title {
  color: var(--color-font, #3a3131);
  text-align: center;
  font-size: clamp(2.2rem, 1.9673216132rem + 0.620475698vw, 2.8rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1.4; /* 140% */
  letter-spacing: 0.124em;
  text-transform: capitalize;
}
@media screen and (max-width:768px ) {
  .p-history-locas-head__title {
    margin: 0 24px 16px;
  }
}
.p-history-locas-head__text {
  color: var(--color-font, #1A1A1A);
  text-align: center;
  font-size: clamp(1.8rem, 1.7224405377rem + 0.2068252327vw, 2rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1.4; /* 140% */
  letter-spacing: 0.16em;
  text-transform: capitalize;
  margin-top: var(--space-1);
}
@media screen and (max-width:768px ) {
  .p-history-locas-head__text {
    margin: 0 24px;
    text-align: left;
  }
}