@charset "UTF-8";
: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-business-timeline * {
  letter-spacing: 0.05em;
}
.p-history-business-timeline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 46px;
  padding-bottom: 80px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .p-history-business-timeline {
    margin-left: 150px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width:1024px ) {
  .p-history-business-timeline {
    gap: 20px;
  }
}
@media screen and (max-width:768px ) {
  .p-history-business-timeline {
    display: block;
    margin-left: 24px;
    padding-bottom: 64px;
  }
}
.p-history-business-timeline::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 16px;
  background-color: var(--color-line, #d1d1d1);
  height: 100%;
  width: 1px;
}
.p-history-business-timeline__header {
  min-width: 175px;
}
@media screen and (max-width:1024px ) {
  .p-history-business-timeline__header {
    min-width: 140px;
  }
}
.p-history-business-timeline__header-wrapper {
  padding: 32px 0 40px;
  position: relative;
  z-index: 2;
  background-color: #fff;
}
.p-history-business-timeline__header-wrapper {
  padding: 24px 0 32px;
}
.p-history-business-timeline__year-label {
  color: var(--color-main, #475c85);
  font-family: var(--font-family-year);
  font-size: 1.6rem;
  letter-spacing: 0.128em;
  line-height: 1;
}
.p-history-business-timeline__year-main {
  color: var(--color-main, #475c85);
  font-family: var(--font-family-year);
  font-weight: 400;
  font-size: clamp(4.8rem, 4.179524302rem + 1.6546018614vw, 6.4rem);
  letter-spacing: 0.08em;
  line-height: 1;
  margin-top: 5px;
  white-space: nowrap;
}
.p-history-business-timeline__timeline {
  width: 80%;
}
@media screen and (max-width:768px ) {
  .p-history-business-timeline__timeline {
    width: 100%;
  }
}
.p-history-business-timeline__list {
  margin-top: 72px;
}
@media screen and (max-width:768px ) {
  .p-history-business-timeline__list {
    margin-top: 40px;
  }
}
.p-history-business-timeline__item {
  margin-top: 24px;
}
@media screen and (max-width:768px ) {
  .p-history-business-timeline__item {
    margin-top: 40px;
  }
}
.p-history-business-timeline__item:not(:has(.p-history-business-timeline__year-value)) {
  margin-top: 4px;
}
@media screen and (max-width:768px ) {
  .p-history-business-timeline__item:not(:has(.p-history-business-timeline__year-value)) {
    margin-top: 8px;
  }
}
.p-history-business-timeline__item--h100-pc {
  height: 100px;
}
@media screen and (max-width: 1200px) {
  .p-history-business-timeline__item--h100-pc {
    height: auto;
  }
}
.p-history-business-timeline__content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 56px;
}
@media screen and (max-width: 1200px) {
  .p-history-business-timeline__content-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 16px;
  }
}
@media screen and (max-width:768px ) {
  .p-history-business-timeline__content-wrapper {
    margin-left: 40px;
  }
}
@media screen and (max-width:600px ) {
  .p-history-business-timeline__content-wrapper {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.p-history-business-timeline__content {
  width: 100%;
}
.p-history-business-timeline__title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
@media screen and (max-width:600px ) {
  .p-history-business-timeline__title-wrapper {
    display: block;
  }
}
.p-history-business-timeline__title-wrapper:not(:has(.p-history-business-timeline__year-value))::before {
  content: "";
  max-width: 65px;
  width: 100%;
}
.p-history-business-timeline__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;
  max-width: 66px;
  width: 100%;
}
.p-history-business-timeline__title {
  font-size: 1.8rem;
}
@media screen and (max-width:600px ) {
  .p-history-business-timeline__title {
    margin-top: 8px;
  }
}
.p-history-business-timeline__caption {
  color: var(--color-main, #475c85);
  letter-spacing: 0.08em;
  line-height: 1.6;
  font-size: 1.4rem;
  font-weight: 400;
  padding-left: 21px;
}
@media screen and (max-width:768px ) {
  .p-history-business-timeline__caption {
    padding-left: 0;
  }
}
.p-history-business-timeline__caption--warning {
  color: var(--color-semantic, #ff0000);
}
.p-history-business-timeline__caption--warning-accent {
  color: var(--color-main, #475c85);
}
.p-history-business-timeline__markertitle {
  position: relative;
  line-height: 1.4;
  font-size: 1.8rem;
  gap: 4px;
  display: inline-block;
  padding-left: calc(1em + 5px);
}
@media screen and (max-width:768px ) {
  .p-history-business-timeline__markertitle {
    margin-top: 8px;
  }
}
.p-history-business-timeline__markertitle svg {
  position: absolute;
  top: 5px;
  left: 0;
  min-width: 16px;
}
.p-history-business-timeline__markertitle span {
  width: 100%;
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}
.p-history-business-timeline__markertitle + p {
  margin-top: 8px;
}
.p-history-business-timeline__markertitle--double {
  padding-left: calc(2em + 10px);
}
.p-history-business-timeline__markertitle--double svg:last-of-type {
  position: absolute;
  top: 5px;
  left: calc(1em + 5px);
  min-width: 16px;
}
.p-history-business-timeline__image-container {
  max-width: 224px;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width:768px ) {
  .p-history-business-timeline__image-container {
    max-width: 288px;
    margin-left: 80px;
  }
}
@media screen and (max-width:600px ) {
  .p-history-business-timeline__image-container {
    margin-left: 0;
  }
}
.p-history-business-timeline__image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-history-business-timeline__image--w144 {
  max-width: 144px;
  width: 100%;
  margin: 0 auto;
  display: block;
}
.p-history-business-timeline__detailsitem {
  padding-left: 21px;
}
@media screen and (max-width:768px ) {
  .p-history-business-timeline__detailsitem {
    padding: 0;
  }
}
.p-history-business-timeline__detailslist {
  color: var(--color-main, #475c85);
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-history-business-timeline__detailslist:before {
  content: "・";
  display: inline-block;
  font-weight: bold;
}
@media screen and (max-width:768px ) {
  .p-history-business-timeline__detailslist {
    padding-left: 0;
  }
}
.p-history-business-timeline__detailslist .p-history-business-timeline__detailslist {
  margin-top: 4px;
}
.p-history-business-timeline__detailslist .p-history-business-timeline__detailslist:first-child {
  margin-top: 0;
}

.p-history-business-notice {
  margin-top: var(--space-7);
  margin-bottom: var(--space-8);
}
.p-history-business-notice p {
  font-size: 1.3rem;
  line-height: 1.8;
  letter-spacing: 0.104rem;
}

.p-history-business-other {
  margin-top: var(--space-4_1);
  padding: 120px 0;
  background-image: url(/hvac-cc/corp/about/history/asset/img/history/bg/bg_business-other_01.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
}
@media screen and (max-width:768px ) {
  .p-history-business-other {
    background-image: url(/hvac-cc/corp/about/history/asset/img/history/bg/bg_business-other_01-sp.webp);
  }
}
.p-history-business-other__title {
  color: #fff;
  text-align: center;
  font-size: clamp(2.4rem, 2.089762151rem + 0.8273009307vw, 3.2rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
.p-history-business-other__list {
  margin-top: var(--space-4_1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width:768px ) {
  .p-history-business-other__list {
    margin-top: 40px;
  }
}
.p-history-business-other__item {
  max-width: 336px;
  width: 100%;
}
@media screen and (max-width:768px ) {
  .p-history-business-other__item {
    max-width: 100%;
  }
}
.p-history-business-other__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: var(--space-6);
}
@media screen and (max-width:600px ) {
  .p-history-business-other__nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 32px;
  }
  .p-history-business-other__nav button {
    width: 100%;
  }
}

.p-history-business-anchorlist {
  max-width: 736px;
  width: 100%;
  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-business-anchorlist {
    max-width: 100%;
    width: auto;
    margin: 0 24px;
    padding: var(--space-2);
  }
}
.p-history-business-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-business-anchorlist__items {
    gap: 16px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width:600px ) {
  .p-history-business-anchorlist__items li {
    width: 100%;
  }
}
.p-history-business-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;
}