@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&display=swap");
.altiri-section {
  --p_cushion: 24px;
  --p_spacer: 40px;
  --w_content: 1200px;
}
@media screen and (min-width: 840px) {
  .altiri-section {
    --p_cushion: 80px;
  }
}
.altiri-section {
  background-color: #000;
}
.altiri-section *:not(span, small, strong) {
  /* style.css 上書き用 */
  text-align: justify;
  font-weight: 400;
  letter-spacing: 1.06px;
  font-feature-settings: normal;
  line-height: 1.75;
}
.altiri-section .inner_centering {
  max-width: var(--w_content);
  margin-inline: auto;
}
.altiri-section main {
  width: auto;
  max-width: none;
}
.altiri-section section.hero {
  position: relative;
}
.altiri-section section.hero .info .kv {
  height: 400px;
}
@media screen and (min-width: 840px) {
  .altiri-section section.hero .info .kv {
    height: calc(100vh - 90px - 40px);
    height: 892px;
  }
}
.altiri-section section.hero .info .kv img {
  object-fit: cover;
  height: 100%;
}
.altiri-section section.hero .info .eyecatch {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-inline: var(--p_cushion);
  padding-bottom: 16px;
}
@media screen and (min-width: 840px) {
  .altiri-section section.hero .info .eyecatch {
    padding-bottom: 80px;
  }
}
.altiri-section section.hero .info .eyecatch .title {
  width: 100%;
  box-sizing: border-box;
  max-width: var(--w_content);
  text-align: left;
}
.altiri-section section.hero .info .eyecatch .title h1 {
  font-family: alternate-gothic-atf, sans-serif;
  letter-spacing: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.25;
  color: #fff;
}
@media screen and (min-width: 840px) {
  .altiri-section section.hero .info .eyecatch .title h1 {
    font-size: 96px;
  }
  .altiri-section section.hero .info .eyecatch .title h1 br {
    display: none;
  }
}
.altiri-section section.hpc {
  padding-block: calc(var(--p_spacer) * 1) calc(var(--p_spacer) * 2);
  overflow: hidden;
}
.altiri-section section.hpc section.intro {
  padding-block: calc(var(--p_spacer) * 0.5) calc(var(--p_spacer) * 2);
  padding-inline: var(--p_cushion);
}
@media screen and (min-width: 840px) {
  .altiri-section section.hpc section.intro {
    padding-block: calc(var(--p_spacer) * 1) calc(var(--p_spacer) * 2);
  }
}
.altiri-section section.hpc section.intro .wrapper {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (min-width: 840px) {
  .altiri-section section.hpc section.intro .wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2em;
  }
}
.altiri-section section.hpc section.intro .wrapper .leading .title {
  margin-bottom: 16px;
  text-align: left;
}
@media screen and (min-width: 840px) {
  .altiri-section section.hpc section.intro .wrapper .leading .title {
    margin-bottom: 27px;
  }
}
.altiri-section section.hpc section.intro .wrapper .leading .title h2 {
  font-family: alternate-gothic-atf, sans-serif;
  line-height: 1.25;
  font-weight: 600;
  letter-spacing: 0;
  font-size: 38px;
  text-transform: uppercase;
  color: #fff;
  text-align: left;
}
@media screen and (min-width: 840px) {
  .altiri-section section.hpc section.intro .wrapper .leading .title h2 {
    font-size: 58px;
  }
}
.altiri-section section.hpc section.intro .wrapper .leading .description {
  font-size: 14px;
}
@media screen and (min-width: 840px) {
  .altiri-section section.hpc section.intro .wrapper .leading .description {
    font-size: 16px;
  }
}
.altiri-section section.hpc section.facility {
  padding-block: calc(var(--p_spacer) * 1) calc(var(--p_spacer) * 1);
  padding-inline: var(--p_cushion);
}
@media screen and (min-width: 840px) {
  .altiri-section section.hpc section.facility {
    padding-right: 0;
  }
}
@media screen and (min-width: 840px) {
  .altiri-section section.hpc section.facility .inner {
    margin-left: clamp(0px, (100vw - var(--p_cushion) * 2 - var(--w_content)) / 2, 100vw);
  }
}
.altiri-section section.hpc section.facility .wrapper {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (min-width: 840px) {
  .altiri-section section.hpc section.facility .wrapper {
    display: grid;
    grid-template-columns: 397px 1fr;
    gap: calc(var(--p_cushion) / 3);
  }
}
.altiri-section section.hpc section.facility .wrapper .leading .title {
  text-align: left;
}
.altiri-section section.hpc section.facility .wrapper .leading .title h2 {
  font-family: alternate-gothic-atf, sans-serif;
  line-height: 1.25;
  font-weight: 600;
  letter-spacing: 0;
  font-size: 32px;
  text-transform: uppercase;
  color: #fff;
}
.altiri-section section.hpc section.facility .wrapper .leading .description {
  font-size: 16px;
  padding-block: 0.5em 1em;
}
.altiri-section section.hpc section.facility .wrapper .leading .tags {
  text-align: left;
}
.altiri-section section.hpc section.facility .wrapper .leading .tags .tag {
  display: inline-block;
  font-size: 14px;
  margin: 4px 2px;
  padding: 0.25em 0.5em;
  line-height: 1.5;
  border: 1px solid #fff;
}
@media screen and (min-width: 840px) {
  .altiri-section section.hpc section.facility .wrapper .image {
    min-width: 0;
    overflow: hidden;
  }
}
.altiri-section section.hpc section.facility .wrapper .image .swiper {
  overflow: visible;
}
.altiri-section section.hpc section.facility .wrapper .image .swiper .swiper-wrapper {
  margin-right: calc(var(--p_cushion) * -1);
}
@media screen and (min-width: 840px) {
  .altiri-section section.hpc section.facility .wrapper .image .swiper .swiper-wrapper {
    margin-right: calc(-1 * (100vh - var(--w_content)) / 2);
  }
}
@media screen and (min-width: 840px) {
  .altiri-section section.hpc section.facility .wrapper .image .swiper .swiper-wrapper .swiper-slide {
    width: 676px;
    max-width: 100%;
  }
}
.altiri-section section.contact {
  background-color: #030B1C;
}
.altiri-section section.contact .inner {
  padding: 48px calc(var(--p_cushion) * 1);
}
.altiri-section section.contact .inner .wrapper {
  text-align: center;
}
@media screen and (min-width: 840px) {
  .altiri-section section.contact .inner .wrapper {
    text-align: left;
  }
}
.altiri-section section.contact .inner .wrapper .title {
  margin-bottom: 16px;
  font-family: alternate-gothic-atf, sans-serif;
  line-height: 1.25;
  font-weight: 600;
  letter-spacing: 0;
  font-size: 32px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 840px) {
  .altiri-section section.contact .inner .wrapper .title {
    font-size: 40px;
  }
}
.altiri-section section.contact .inner .wrapper .description {
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1.5;
}
@media screen and (min-width: 840px) {
  .altiri-section section.contact .inner .wrapper .description br {
    display: none;
  }
}
.altiri-section section.contact .inner .wrapper .link {
  margin-top: 40px;
}
.altiri-section section.contact .inner .wrapper .link a {
  display: inline-block;
  width: auto;
  min-width: 240px;
  font-size: 16px;
  margin: 0;
}
.altiri-section .swiper .swiper-scrollbar {
  background-color: rgba(255, 255, 255, 0.2);
}
.altiri-section .swiper .swiper-scrollbar .swiper-scrollbar-drag {
  background-color: #fff;
}

/*# sourceMappingURL=hulic-performance-center.css.map */
