: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-top-fv {
  position: relative;
}
.p-history-top-fv__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: sticky;
  top: 0;
  height: 100vh;
  z-index: 1;
}
.p-history-top-fv__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.p-history-top-fv__content {
  position: absolute;
  bottom: 128px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  padding: 0 44px;
  z-index: 2;
}
@media screen and (max-width:768px ) {
  .p-history-top-fv__content {
    padding: initial;
    bottom: 80px;
  }
}
.p-history-top-fv__title {
  margin: 0;
  font-size: clamp(9rem, 1.6318510858rem + 19.6483971044vw, 28rem);
  font-family: var(--font-family-year);
  font-weight: 400;
  line-height: 0.8;
  color: var(--color-white, #ffffff);
  letter-spacing: 0.03em;
  text-transform: capitalize;
  opacity: 0.5;
  mix-blend-mode: plus-lighter;
}
@media screen and (max-width:768px ) {
  .p-history-top-fv__title {
    line-height: 1.2;
    white-space: nowrap;
  }
}
.p-history-top-fv__title-en {
  display: block;
  letter-spacing: 0.03em !important;
}
.p-history-top-fv__subtitle {
  margin: 0;
  font-family: var(--font-family-Noto, "Noto Sans JP", sans-serif);
  font-weight: 400;
  line-height: 1.1;
  padding-left: 20px;
  color: var(--color-white, #ffffff);
  letter-spacing: 0.04em;
  text-align: right;
  text-shadow: 0px 0px 20px var(--color-main, #475c85);
  font-size: clamp(2.4rem, 2.089762151rem + 0.8273009307vw, 3.2rem);
}
@media screen and (max-width:768px ) {
  .p-history-top-fv__subtitle {
    padding-left: 0;
    text-align: left;
    line-height: 1.28;
  }
}

.p-history-top-fv__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-history-top-fv__content {
  position: fixed;
  bottom: 200px;
  left: 40px;
  z-index: 2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width:768px ) {
  .p-history-top-fv__content {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 100px;
    width: calc(100% - 48px);
  }
}
.p-history-top-fv__content.remove {
  opacity: 0;
  pointer-events: none;
}

.p-history-top-message {
  position: relative;
  z-index: 3;
  background: #fff;
  margin-top: 100vh;
}

.p-history-top-message {
  position: relative;
  width: 100%;
  padding: 200px 24px var(--space-7);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(242, 242, 242, 0)), color-stop(14.9%, rgba(242, 242, 242, 0.95)), to(rgba(242, 242, 242, 0.98)));
  background: linear-gradient(180deg, rgba(242, 242, 242, 0) 0%, rgba(242, 242, 242, 0.95) 14.9%, rgba(242, 242, 242, 0.98) 100%);
  text-align: center;
  top: 1px;
}
.p-history-top-message__header {
  margin-bottom: var(--space-4_1);
}
.p-history-top-message__since {
  line-height: 185px;
  color: var(--color-white, #ffffff);
  letter-spacing: 0;
  text-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 1200px) {
  .p-history-top-message__since {
    letter-spacing: 0;
  }
}
@media screen and (max-width:768px ) {
  .p-history-top-message__since {
    line-height: 1.4;
  }
}
.p-history-top-message__since-label {
  font-size: clamp(6.2rem, 1.7791106515rem + 11.7890382627vw, 17.6rem);
  letter-spacing: 0.03em;
  font-family: var(--font-family-year);
  text-transform: capitalize;
  margin-right: 30px;
  white-space: nowrap;
}
@media screen and (max-width: 1200px) {
  .p-history-top-message__since-label {
    margin-right: 0;
    letter-spacing: 0;
  }
}
@media screen and (max-width:768px ) {
  .p-history-top-message__since-label {
    margin-right: 0;
    white-space: wrap;
  }
}
.p-history-top-message__since-year {
  letter-spacing: 0.03em;
  font-family: var(--font-family-year);
  font-size: clamp(12rem, 4.2440537746rem + 20.6825232678vw, 32rem);
  white-space: nowrap;
}
@media screen and (max-width:768px ) {
  .p-history-top-message__since-year {
    display: block;
    line-height: 1;
    white-space: wrap;
  }
}
.p-history-top-message__heading {
  margin: 0 0 var(--space-3);
  font-size: clamp(3.2rem, 1.9590486039rem + 3.3092037229vw, 6.4rem);
  font-family: var(--font-family-Noto, "Noto Sans JP", sans-serif);
  font-weight: 300;
  line-height: 1.59;
  color: var(--color-main, #475c85);
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width:768px ) {
  .p-history-top-message__heading {
    margin-top: 88px;
    line-height: 1.8;
  }
}
.p-history-top-message__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  font-family: var(--font-family-Noto, "Noto Sans JP", sans-serif);
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 3;
  color: var(--color-font, #1a1a1a);
  letter-spacing: 0.08em;
}
@media screen and (max-width:600px ) {
  .p-history-top-message__body {
    text-align: left;
  }
}
.p-history-top-message__body p {
  margin: 0;
}

.p-history-top-company {
  position: relative;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(var(--color-white, #ffffff))), -webkit-gradient(linear, left top, right top, from(var(--color-base, #f2f2f2)), to(var(--color-base, #f2f2f2)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, var(--color-white, #ffffff) 100%), linear-gradient(90deg, var(--color-base, #f2f2f2) 0%, var(--color-base, #f2f2f2) 100%);
  padding: 120px 20px var(--space-7);
}
@media screen and (max-width:768px ) {
  .p-history-top-company {
    padding: 120px 24px var(--space-6);
  }
}
.p-history-top-company__inner {
  max-width: var(--contents_full, 1440px);
  margin: 0 auto;
}
@media screen and (min-width: 1400px) {
  .p-history-top-company__inner {
    max-width: 100%;
    margin: 0 auto;
  }
}
.p-history-top-company-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 8px;
}
@media screen and (max-width:768px ) {
  .p-history-top-company-cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-history-top-company-cards__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  max-width: 696px;
  aspect-ratio: 87/70;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 0;
  -webkit-box-shadow: 0 16px 40px 0 var(--color-line, rgba(26, 26, 26, 0.2));
          box-shadow: 0 16px 40px 0 var(--color-line, rgba(26, 26, 26, 0.2));
}
@media screen and (min-width: 1400px) {
  .p-history-top-company-cards__list {
    aspect-ratio: initial;
    height: 560px;
    max-width: calc(50% - 8px);
  }
}
.p-history-top-company-cards__list {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width:768px ) {
  .p-history-top-company-cards__list {
    display: block;
    margin: 0 auto;
    min-height: 400px;
    max-height: 400px;
  }
}
@media screen and (max-width:600px ) {
  .p-history-top-company-cards__list {
    min-width: 100%;
    min-height: 100%;
    aspect-ratio: 87/70;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.p-history-top-company-cards__list:hover {
  background-color: var(--color-main, #475c85);
}
.p-history-top-company-cards__list:hover .p-history-top-company-cards__title, .p-history-top-company-cards__list:hover .p-history-top-company-cards__subtitle, .p-history-top-company-cards__list:hover .p-history-top-company-cards__text {
  color: var(--color-white, #ffffff);
}
.p-history-top-company-cards__list:hover .p-history-top-company-cards__bg {
  background-image: url(/hvac-cc/corp/about/history/asset/img/history/top/bg/bg_business_01_hover.webp);
}
.p-history-top-company-cards__list:hover .p-history-top-company-cards__bg--02 {
  background-image: url(/hvac-cc/corp/about/history/asset/img/history/top/bg/bg_business_02_hover.webp);
}
.p-history-top-company-cards__list:hover .c-btn__link svg {
  stroke: var(--color-white, #ffffff);
  border: 1px solid var(--color-white, #ffffff);
}
.p-history-top-company-cards__list:hover .c-btn__link svg path, .p-history-top-company-cards__list:hover .c-btn__link svg line {
  stroke: var(--color-white, #ffffff);
}
.p-history-top-company-cards__list:hover .c-btn__link .c-btn__linktext {
  color: var(--color-white, #ffffff);
}
.p-history-top-company-cards__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/hvac-cc/corp/about/history/asset/img/history/top/bg/bg_business_01.webp);
  background-size: cover;
  background-position: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.p-history-top-company-cards__bg--02 {
  background-image: url(/hvac-cc/corp/about/history/asset/img/history/top/bg/bg_business_02.webp);
}
.p-history-top-company-cards__content {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  z-index: 2;
}
.p-history-top-company-cards__title {
  margin: 0 0 8px;
  font-size: clamp(2.4rem, 2.089762151rem + 0.8273009307vw, 3.2rem);
  font-family: var(--font-family-Noto, "Noto Sans JP", sans-serif);
  font-weight: 400;
  line-height: 1.4;
  color: var(--color-font, #1a1a1a);
  letter-spacing: 0.08em;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.p-history-top-company-cards__subtitle {
  margin: 0;
  font-size: 1.8rem;
  font-family: var(--font-family-Noto, "Noto Sans JP", sans-serif);
  font-weight: 400;
  line-height: 1.4;
  color: var(--color-accent, #477eeb);
  margin-bottom: 24px;
  letter-spacing: 0.03em;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.p-history-top-company-cards--company-transitions, .p-history-top-company-cards--company-history {
  width: 48%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media screen and (max-width:768px ) {
  .p-history-top-company-cards--company-transitions, .p-history-top-company-cards--company-history {
    width: 100%;
  }
}
.p-history-top-company-cards__text {
  font-size: 1.6rem;
  font-family: var(--font-family-Noto, "Noto Sans JP", sans-serif);
  font-weight: 400;
  line-height: 1.8;
  color: var(--color-main, #475c85);
  letter-spacing: 0.08em;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.p-history-top-business {
  position: relative;
  width: 100%;
  background: var(--color-white, #ffffff);
  padding: var(--space-7) 0 0;
  max-width: var(--contents_full, 1440px);
  margin: 0 auto;
}
@media screen and (min-width: 1400px) {
  .p-history-top-business {
    max-width: calc(100% - 40px);
    margin: 0 auto;
  }
}
@media screen and (max-width:768px ) {
  .p-history-top-business {
    padding: 56px 0 0;
  }
}
.p-history-top-business__inner {
  margin: 0 auto;
}
@media screen and (max-width:768px ) {
  .p-history-top-business__inner {
    padding: 0 24px;
  }
}
.p-history-top-business__header {
  margin-bottom: var(--space-2);
  text-align: center;
}
.p-history-top-business__title-en {
  margin: 0 0 var(--space-4_1);
  font-size: clamp(6.4rem, 2.9873836608rem + 9.1003102378vw, 15.2rem);
  font-family: var(--font-family-year);
  font-weight: 400;
  line-height: 1;
  color: var(--color-main, #475c85);
  letter-spacing: 0.08em;
  text-transform: capitalize;
  text-align: center;
}
.p-history-top-business__title {
  margin: 0;
  font-size: clamp(2.4rem, 2.089762151rem + 0.8273009307vw, 3.2rem);
  font-family: var(--font-family-Noto, "Noto Sans JP", sans-serif);
  font-weight: 400;
  line-height: 1.4;
  color: var(--color-font, #1a1a1a);
  letter-spacing: 0.08em;
  text-align: center;
}
.p-history-top-business__img {
  margin-bottom: var(--space-7);
  border-radius: 0 0 200px 200px;
  overflow: hidden;
}
@media screen and (max-width:768px ) {
  .p-history-top-business__img {
    border-radius: initial;
  }
}
.p-history-top-business__img img {
  width: 100%;
  height: auto;
  display: block;
}
.p-history-top-business__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
.p-history-top-business-card__list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: -webkit-gradient(linear, left top, right top, color-stop(35.1%, rgba(80, 77, 73, 0.03)), to(#cbcac8)), var(--color-white, #fff);
  background: linear-gradient(90deg, rgba(80, 77, 73, 0.03) 35.1%, #cbcac8 100%), var(--color-white, #fff);
}
@media screen and (max-width:768px ) {
  .p-history-top-business-card__list a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    background: -webkit-gradient(linear, left top, right top, color-stop(35.1%, rgba(80, 77, 73, 0.03)), to(#cbcac8)), var(--color-white, #fff);
    background: linear-gradient(90deg, rgba(80, 77, 73, 0.03) 35.1%, #cbcac8 100%), var(--color-white, #fff);
  }
}
@media screen and (max-width:1024px ) {
  .p-history-top-business-card__list a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
}
.p-history-top-business-card__list a:hover {
  background: var(--color-main, #475c85);
}
.p-history-top-business-card__list a:hover .p-history-top-business-card__title, .p-history-top-business-card__list a:hover .p-history-top-business-card__subtitle {
  color: var(--color-white, #ffffff);
}
.p-history-top-business-card__list a:hover .c-btn__link svg {
  stroke: var(--color-white, #ffffff);
  border: 1px solid var(--color-white, #ffffff);
}
.p-history-top-business-card__list a:hover .c-btn__link svg path, .p-history-top-business-card__list a:hover .c-btn__link svg line {
  stroke: var(--color-white, #ffffff);
}
.p-history-top-business-card__list a:hover .c-btn__link .c-btn__linktext {
  color: var(--color-white, #ffffff);
}
.p-history-top-business-card__img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width:768px ) {
  .p-history-top-business-card__img {
    width: 100%;
    padding: 0 20px;
  }
}
.p-history-top-business-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
@media screen and (min-width: 1400px) {
  .p-history-top-business-card__img img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.p-history-top-business-card__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  width: 50%;
  height: 100%;
  background: transparent;
  text-align: center;
  z-index: 2;
  -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
@media screen and (max-width:768px ) {
  .p-history-top-business-card__content {
    width: 100%;
    gap: 12px;
    padding: 20px;
  }
}
@media screen and (max-width:1024px ) {
  .p-history-top-business-card__content {
    width: 100%;
    gap: 12px;
    padding: 25px;
  }
}
.p-history-top-business-card__title {
  margin: 0;
  font-size: clamp(2.2rem, 1.597993311rem + 2.0066889632vw, 2.8rem);
  font-family: var(--font-family-Noto, "Noto Sans JP", sans-serif);
  font-weight: 400;
  line-height: 1.555;
  color: var(--color-font, #1a1a1a);
  letter-spacing: 0.08em;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.p-history-top-business-card__subtitle {
  margin: 0;
  font-size: 1.6rem;
  font-family: var(--font-family-Noto, "Noto Sans JP", sans-serif);
  font-weight: 400;
  line-height: 1.8;
  color: var(--color-font, #1a1a1a);
  letter-spacing: 0.08em;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.p-history-top-end {
  position: relative;
  width: 100%;
  height: 880px;
  overflow: hidden;
}
@media screen and (max-width:1024px ) {
  .p-history-top-end {
    height: 600px;
  }
}
@media screen and (max-width:768px ) {
  .p-history-top-end {
    min-height: 100vh;
  }
}
.p-history-top-end__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.p-history-top-end__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-filter: blur(5px);
          filter: blur(5px);
}
.p-history-top-end__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-main, #475c85);
  opacity: 0.3;
}
.p-history-top-end__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 2;
}
.p-history-top-end__message {
  line-height: 1.4;
  color: var(--color-white, #ffffff);
  letter-spacing: 0.03em;
}
.p-history-top-end__label {
  font-size: clamp(6.2rem, 3.3302998966rem + 7.6525336091vw, 13.6rem);
  font-family: var(--font-family-year);
  text-transform: capitalize;
}
.p-history-top-end__year {
  font-size: clamp(12rem, 7.3464322647rem + 12.4095139607vw, 24rem);
  font-family: var(--font-family-year);
  margin: 0 10px;
}
@media screen and (max-width:768px ) {
  .p-history-top-end__year {
    display: block;
    line-height: 1;
  }
}
.p-history-top-end__subtitle {
  margin: 0;
  font-size: clamp(2rem, 1.5346432265rem + 1.2409513961vw, 3.2rem);
  font-family: var(--font-family-Noto, "Noto Sans JP", sans-serif);
  font-weight: 400;
  line-height: 1.4;
  color: var(--color-white, #ffffff);
  letter-spacing: 0.03em;
  margin-bottom: var(--space-4_1);
}
@media screen and (max-width:768px ) {
  .p-history-top-end__subtitle {
    margin-top: var(--space-4_1);
    margin-bottom: var(--space-6);
  }
}
.p-history-top-end__pagetop {
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80px;
  height: auto;
  font-size: 1.6rem;
  font-family: var(--font-family-Noto, "Noto Sans JP", sans-serif);
  color: var(--color-white, #ffffff);
  letter-spacing: 0.03em;
  text-decoration: none;
  cursor: pointer;
}
.p-history-top-end__pagetop span {
  margin-top: 8px;
  display: block;
  white-space: nowrap;
}
.p-history-top-end__pagetop svg {
  border-top: 2px solid var(--color-white, #ffffff);
}